@univerjs-pro/sheets-pivot 0.2.7 → 0.2.8
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/cjs/index.js +1 -1
- package/lib/es/index.js +1 -1
- package/lib/types/commands/command/add-pivot-table-with-config.command.d.ts +0 -1
- package/lib/types/commands/command/util.d.ts +0 -1
- package/lib/types/commands/mutations/add-pivot-field.mutation.d.ts +0 -1
- package/lib/types/commands/mutations/add-pivot-table.mutation.d.ts +0 -1
- package/lib/types/commands/mutations/change-apply-util.d.ts +0 -1
- package/lib/types/commands/mutations/pivot-data-communication.mutation.d.ts +2 -2
- package/lib/types/commands/mutations/remove-pivot-field.mutation.d.ts +0 -1
- package/lib/types/commands/mutations/remove-pivot-table.mutation.d.ts +0 -1
- package/lib/types/commands/mutations/rename-pivot-field.mutation.d.ts +0 -1
- package/lib/types/commands/mutations/set-pivot-collapse.mutation.d.ts +0 -1
- package/lib/types/commands/mutations/set-pivot-field-format.mutation.d.ts +0 -1
- package/lib/types/commands/mutations/set-pivot-filter.mutation.d.ts +0 -1
- package/lib/types/commands/mutations/set-pivot-option.mutation.d.ts +0 -1
- package/lib/types/commands/mutations/set-pivot-position.mutation.d.ts +0 -1
- package/lib/types/commands/mutations/set-pivot-sort.mutation.d.ts +0 -1
- package/lib/types/commands/mutations/set-pivot-subtotal-type.mutation.d.ts +0 -1
- package/lib/types/commands/mutations/update-field-position.mutation.d.ts +0 -1
- package/lib/types/commands/mutations/update-pivot-field-source-info.mutation.d.ts +0 -1
- package/lib/types/commands/mutations/update-pivot-table-source.mutation.d.ts +0 -1
- package/lib/types/commands/mutations/update-value-position.mutation.d.ts +0 -1
- package/lib/types/commands/operations/pivot-table-dirty-view.operation.d.ts +0 -1
- package/lib/types/const/const.d.ts +0 -1
- package/lib/types/const/template.d.ts +0 -1
- package/lib/types/const/type.d.ts +13 -3
- package/lib/types/controllers/sheets-pivot-caculate.controller.d.ts +0 -1
- package/lib/types/controllers/sheets-pivot-rpc.controller.d.ts +0 -1
- package/lib/types/locale/en-US.d.ts +0 -1
- package/lib/types/locale/ru-RU.d.ts +0 -1
- package/lib/types/locale/vi-VN.d.ts +0 -1
- package/lib/types/locale/zh-TW.d.ts +0 -1
- package/lib/types/models/sheets-pivot-config-model.d.ts +0 -1
- package/lib/types/models/sheets-pivot-data-field-manager.d.ts +2 -1
- package/lib/types/models/sheets-pivot-data-source-model.d.ts +4 -2
- package/lib/types/models/sheets-pivot-table-adaptor-model.d.ts +0 -1
- package/lib/types/models/view-util.d.ts +0 -1
- package/lib/types/plugin.d.ts +1 -2
- package/lib/types/services/sheets-pivot-rpc.service.d.ts +0 -1
- package/lib/types/services/sheets-pivot-table.service.d.ts +0 -1
- package/lib/types/util.d.ts +0 -1
- package/lib/umd/index.js +1 -1
- package/package.json +12 -13
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@univerjs-pro/sheets-pivot",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.8",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Univer Sheets Pivot Table",
|
|
6
6
|
"author": "DreamNum <developer@univer.ai>",
|
|
@@ -48,13 +48,12 @@
|
|
|
48
48
|
],
|
|
49
49
|
"peerDependencies": {
|
|
50
50
|
"rxjs": ">=7.0.0",
|
|
51
|
-
"@univerjs-pro/pivot-engine": "0.2.
|
|
52
|
-
"@univerjs
|
|
53
|
-
"@univerjs/
|
|
54
|
-
"@univerjs/
|
|
55
|
-
"@univerjs/
|
|
56
|
-
"@univerjs/
|
|
57
|
-
"@univerjs/sheets": "0.2.7"
|
|
51
|
+
"@univerjs-pro/pivot-engine": "0.2.8",
|
|
52
|
+
"@univerjs/core": "0.2.8",
|
|
53
|
+
"@univerjs/rpc": "0.2.8",
|
|
54
|
+
"@univerjs/sheets": "0.2.8",
|
|
55
|
+
"@univerjs-pro/sheets-pivot": "0.2.8",
|
|
56
|
+
"@univerjs/engine-formula": "0.2.8"
|
|
58
57
|
},
|
|
59
58
|
"dependencies": {
|
|
60
59
|
"@univerjs/icons": "^0.1.72"
|
|
@@ -64,11 +63,11 @@
|
|
|
64
63
|
"typescript": "^5.5.4",
|
|
65
64
|
"vite": "^5.4.0",
|
|
66
65
|
"vitest": "^2.0.5",
|
|
67
|
-
"@univerjs-pro/pivot-engine": "0.2.
|
|
68
|
-
"@univerjs/
|
|
69
|
-
"@univerjs/
|
|
70
|
-
"@univerjs/rpc": "0.2.
|
|
71
|
-
"@univerjs/shared": "0.2.
|
|
66
|
+
"@univerjs-pro/pivot-engine": "0.2.8",
|
|
67
|
+
"@univerjs/engine-render": "0.2.8",
|
|
68
|
+
"@univerjs/core": "0.2.8",
|
|
69
|
+
"@univerjs/rpc": "0.2.8",
|
|
70
|
+
"@univerjs/shared": "0.2.8"
|
|
72
71
|
},
|
|
73
72
|
"univerSpace": {
|
|
74
73
|
".": {
|