diff --git a/packages/umd/package.json b/packages/umd/package.json index c895ad4fcaf..b2cd9402774 100644 --- a/packages/umd/package.json +++ b/packages/umd/package.json @@ -68,6 +68,8 @@ "@univerjs/sheets-hyper-link": "workspace:*", "@univerjs/sheets-hyper-link-ui": "workspace:*", "@univerjs/sheets-numfmt": "workspace:*", + "@univerjs/sheets-sort": "workspace:*", + "@univerjs/sheets-sort-ui": "workspace:*", "@univerjs/sheets-thread-comment": "workspace:*", "@univerjs/sheets-thread-comment-base": "workspace:*", "@univerjs/sheets-ui": "workspace:*", diff --git a/packages/umd/scripts/index.mjs b/packages/umd/scripts/index.mjs index 249d2af8261..2d7ebe06946 100644 --- a/packages/umd/scripts/index.mjs +++ b/packages/umd/scripts/index.mjs @@ -59,6 +59,7 @@ async function generateLocale() { '@univerjs/sheets-data-validation', '@univerjs/sheets-drawing-ui', '@univerjs/sheets-filter-ui', + '@univerjs/sheets-sort-ui', '@univerjs/sheets-find-replace', '@univerjs/sheets-formula', '@univerjs/sheets-hyper-link-ui', @@ -113,6 +114,7 @@ function buildCSS() { '@univerjs/sheets-drawing-ui', '@univerjs/sheets-conditional-formatting-ui', '@univerjs/sheets-filter-ui', + '@univerjs/sheets-sort-ui', '@univerjs/thread-comment-ui', '@univerjs/sheets-hyper-link-ui', '@univerjs/slides-ui', @@ -188,6 +190,8 @@ function buildJS() { '@univerjs/sheets-data-validation', '@univerjs/sheets-filter', '@univerjs/sheets-filter-ui', + '@univerjs/sheets-sort', + '@univerjs/sheets-sort-ui', '@univerjs/thread-comment', '@univerjs/thread-comment-ui', '@univerjs/sheets-thread-comment-base', diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 30ac74a8c3b..6bb5eee5d6d 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -2421,6 +2421,12 @@ importers: '@univerjs/sheets-numfmt': specifier: workspace:* version: link:../sheets-numfmt + '@univerjs/sheets-sort': + specifier: workspace:* + version: link:../sheets-sort + '@univerjs/sheets-sort-ui': + specifier: workspace:* + version: link:../sheets-sort-ui '@univerjs/sheets-thread-comment': specifier: workspace:* version: link:../sheets-thread-comment