@univerjs/preset-sheets-filter 0.6.9-nightly.202504061606 → 0.6.9-nightly.202504081607

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/lib/index.js ADDED
@@ -0,0 +1,16 @@
1
+ import { UniverSheetsFilterPlugin as e } from "@univerjs/sheets-filter";
2
+ export * from "@univerjs/sheets-filter";
3
+ import { UniverSheetsFilterUIPlugin as t } from "@univerjs/sheets-filter-ui";
4
+ export * from "@univerjs/sheets-filter-ui";
5
+ import "@univerjs/sheets-filter/facade";
6
+ function l() {
7
+ return {
8
+ plugins: [
9
+ e,
10
+ t
11
+ ].filter((r) => !!r)
12
+ };
13
+ }
14
+ export {
15
+ l as UniverSheetsFilterPreset
16
+ };
@@ -0,0 +1,9 @@
1
+ import { merge as e } from "@univerjs/core";
2
+ import r from "@univerjs/sheets-filter-ui/locale/en-US";
3
+ const i = e(
4
+ {},
5
+ r
6
+ );
7
+ export {
8
+ i as default
9
+ };
@@ -0,0 +1,9 @@
1
+ import { merge as e } from "@univerjs/core";
2
+ import r from "@univerjs/sheets-filter-ui/locale/fa-IR";
3
+ const f = e(
4
+ {},
5
+ r
6
+ );
7
+ export {
8
+ f as default
9
+ };
@@ -0,0 +1,9 @@
1
+ import { merge as r } from "@univerjs/core";
2
+ import e from "@univerjs/sheets-filter-ui/locale/fr-FR";
3
+ const f = r(
4
+ {},
5
+ e
6
+ );
7
+ export {
8
+ f as default
9
+ };
@@ -0,0 +1,9 @@
1
+ import { merge as r } from "@univerjs/core";
2
+ import e from "@univerjs/sheets-filter-ui/locale/ru-RU";
3
+ const i = r(
4
+ {},
5
+ e
6
+ );
7
+ export {
8
+ i as default
9
+ };
@@ -0,0 +1,9 @@
1
+ import { merge as e } from "@univerjs/core";
2
+ import r from "@univerjs/sheets-filter-ui/locale/vi-VN";
3
+ const o = e(
4
+ {},
5
+ r
6
+ );
7
+ export {
8
+ o as default
9
+ };
@@ -0,0 +1,9 @@
1
+ import { merge as e } from "@univerjs/core";
2
+ import r from "@univerjs/sheets-filter-ui/locale/zh-CN";
3
+ const i = e(
4
+ {},
5
+ r
6
+ );
7
+ export {
8
+ i as default
9
+ };
@@ -0,0 +1,9 @@
1
+ import { merge as e } from "@univerjs/core";
2
+ import r from "@univerjs/sheets-filter-ui/locale/zh-TW";
3
+ const i = e(
4
+ {},
5
+ r
6
+ );
7
+ export {
8
+ i as default
9
+ };
package/lib/worker.js ADDED
@@ -0,0 +1,11 @@
1
+ import { UniverSheetsFilterPlugin as e } from "@univerjs/sheets-filter";
2
+ function t() {
3
+ return {
4
+ plugins: [
5
+ e
6
+ ]
7
+ };
8
+ }
9
+ export {
10
+ t as UniverSheetsFilterWorkerPreset
11
+ };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@univerjs/preset-sheets-filter",
3
- "version": "0.6.9-nightly.202504061606",
3
+ "version": "0.6.9-nightly.202504081607",
4
4
  "private": false,
5
5
  "description": "",
6
6
  "author": "DreamNum <developer@univer.ai>",
@@ -57,11 +57,11 @@
57
57
  "rxjs": ">=7.0.0"
58
58
  },
59
59
  "dependencies": {
60
- "@univerjs/sheets-filter": "0.6.9-nightly.202504061606",
61
- "@univerjs/sheets-filter-ui": "0.6.9-nightly.202504061606"
60
+ "@univerjs/sheets-filter": "0.6.9-nightly.202504081607",
61
+ "@univerjs/sheets-filter-ui": "0.6.9-nightly.202504081607"
62
62
  },
63
63
  "devDependencies": {
64
- "@univerjs/core": "0.6.9-nightly.202504061606",
64
+ "@univerjs/core": "0.6.9-nightly.202504081607",
65
65
  "react": "18.3.1",
66
66
  "react-dom": "18.3.1",
67
67
  "typescript": "^5.8.2",