@univerjs-pro/sheets-pivot 0.2.7 → 0.2.9

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.
Files changed (44) hide show
  1. package/lib/cjs/index.js +1 -1
  2. package/lib/es/index.js +1 -1
  3. package/lib/types/commands/command/add-pivot-table-with-config.command.d.ts +0 -1
  4. package/lib/types/commands/command/util.d.ts +1 -2
  5. package/lib/types/commands/mutations/add-pivot-field.mutation.d.ts +0 -1
  6. package/lib/types/commands/mutations/add-pivot-table.mutation.d.ts +0 -1
  7. package/lib/types/commands/mutations/change-apply-util.d.ts +2 -2
  8. package/lib/types/commands/mutations/pivot-data-communication.mutation.d.ts +2 -2
  9. package/lib/types/commands/mutations/remove-pivot-field.mutation.d.ts +0 -1
  10. package/lib/types/commands/mutations/remove-pivot-table.mutation.d.ts +0 -1
  11. package/lib/types/commands/mutations/rename-pivot-field.mutation.d.ts +0 -1
  12. package/lib/types/commands/mutations/set-pivot-collapse.mutation.d.ts +0 -1
  13. package/lib/types/commands/mutations/set-pivot-field-format.mutation.d.ts +0 -1
  14. package/lib/types/commands/mutations/set-pivot-filter.mutation.d.ts +0 -1
  15. package/lib/types/commands/mutations/set-pivot-option.mutation.d.ts +0 -1
  16. package/lib/types/commands/mutations/set-pivot-position.mutation.d.ts +0 -1
  17. package/lib/types/commands/mutations/set-pivot-sort.mutation.d.ts +0 -1
  18. package/lib/types/commands/mutations/set-pivot-subtotal-type.mutation.d.ts +0 -1
  19. package/lib/types/commands/mutations/update-field-position.mutation.d.ts +0 -1
  20. package/lib/types/commands/mutations/update-pivot-field-source-info.mutation.d.ts +0 -1
  21. package/lib/types/commands/mutations/update-pivot-table-source.mutation.d.ts +0 -1
  22. package/lib/types/commands/mutations/update-value-position.mutation.d.ts +0 -1
  23. package/lib/types/commands/operations/pivot-table-dirty-view.operation.d.ts +0 -1
  24. package/lib/types/const/const.d.ts +2 -3
  25. package/lib/types/const/template.d.ts +0 -1
  26. package/lib/types/const/type.d.ts +16 -5
  27. package/lib/types/controllers/sheets-pivot-caculate.controller.d.ts +0 -1
  28. package/lib/types/controllers/sheets-pivot-rpc.controller.d.ts +0 -1
  29. package/lib/types/index.d.ts +1 -0
  30. package/lib/types/locale/en-US.d.ts +0 -1
  31. package/lib/types/locale/ru-RU.d.ts +0 -1
  32. package/lib/types/locale/vi-VN.d.ts +0 -1
  33. package/lib/types/locale/zh-TW.d.ts +0 -1
  34. package/lib/types/models/sheets-pivot-config-model.d.ts +1 -2
  35. package/lib/types/models/sheets-pivot-data-field-manager.d.ts +5 -4
  36. package/lib/types/models/sheets-pivot-data-source-model.d.ts +5 -3
  37. package/lib/types/models/sheets-pivot-table-adaptor-model.d.ts +1 -2
  38. package/lib/types/models/view-util.d.ts +1 -2
  39. package/lib/types/plugin.d.ts +0 -2
  40. package/lib/types/services/sheets-pivot-rpc.service.d.ts +0 -1
  41. package/lib/types/services/sheets-pivot-table.service.d.ts +0 -1
  42. package/lib/types/util.d.ts +1 -2
  43. package/lib/umd/index.js +1 -1
  44. 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.7",
3
+ "version": "0.2.9",
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.7",
52
- "@univerjs-pro/sheets-pivot": "0.2.7",
53
- "@univerjs/engine-formula": "0.2.7",
54
- "@univerjs/engine-numfmt": "0.2.7",
55
- "@univerjs/rpc": "0.2.7",
56
- "@univerjs/core": "0.2.7",
57
- "@univerjs/sheets": "0.2.7"
51
+ "@univerjs/core": "0.2.9",
52
+ "@univerjs-pro/engine-pivot": "0.2.9",
53
+ "@univerjs/engine-formula": "0.2.9",
54
+ "@univerjs/rpc": "0.2.9",
55
+ "@univerjs-pro/sheets-pivot": "0.2.9",
56
+ "@univerjs/sheets": "0.2.9"
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.7",
68
- "@univerjs/core": "0.2.7",
69
- "@univerjs/engine-render": "0.2.7",
70
- "@univerjs/rpc": "0.2.7",
71
- "@univerjs/shared": "0.2.7"
66
+ "@univerjs-pro/engine-pivot": "0.2.9",
67
+ "@univerjs/core": "0.2.9",
68
+ "@univerjs/engine-render": "0.2.9",
69
+ "@univerjs/shared": "0.2.9",
70
+ "@univerjs/rpc": "0.2.9"
72
71
  },
73
72
  "univerSpace": {
74
73
  ".": {