@univerjs-pro/sheets-pivot 0.25.0 → 1.0.0-alpha.0

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 (103) hide show
  1. package/lib/cjs/facade.js +1 -1
  2. package/lib/cjs/index.js +1 -1
  3. package/lib/cjs/locale/ar-SA.js +1 -1
  4. package/lib/cjs/locale/ca-ES.js +1 -1
  5. package/lib/cjs/locale/de-DE.js +1 -1
  6. package/lib/cjs/locale/en-US.js +1 -1
  7. package/lib/cjs/locale/es-ES.js +1 -1
  8. package/lib/cjs/locale/fa-IR.js +1 -1
  9. package/lib/cjs/locale/fr-FR.js +1 -1
  10. package/lib/cjs/locale/id-ID.js +1 -1
  11. package/lib/cjs/locale/it-IT.js +1 -1
  12. package/lib/cjs/locale/ja-JP.js +1 -1
  13. package/lib/cjs/locale/ko-KR.js +1 -1
  14. package/lib/cjs/locale/pl-PL.js +1 -1
  15. package/lib/cjs/locale/pt-BR.js +1 -1
  16. package/lib/cjs/locale/ru-RU.js +1 -1
  17. package/lib/cjs/locale/sk-SK.js +1 -1
  18. package/lib/cjs/locale/vi-VN.js +1 -1
  19. package/lib/cjs/locale/zh-CN.js +1 -1
  20. package/lib/cjs/locale/zh-HK.js +1 -1
  21. package/lib/cjs/locale/zh-TW.js +1 -1
  22. package/lib/es/facade.js +1 -1
  23. package/lib/es/index.js +1 -1
  24. package/lib/es/locale/ar-SA.js +1 -1
  25. package/lib/es/locale/ca-ES.js +1 -1
  26. package/lib/es/locale/de-DE.js +1 -1
  27. package/lib/es/locale/en-US.js +1 -1
  28. package/lib/es/locale/es-ES.js +1 -1
  29. package/lib/es/locale/fa-IR.js +1 -1
  30. package/lib/es/locale/fr-FR.js +1 -1
  31. package/lib/es/locale/id-ID.js +1 -1
  32. package/lib/es/locale/it-IT.js +1 -1
  33. package/lib/es/locale/ja-JP.js +1 -1
  34. package/lib/es/locale/ko-KR.js +1 -1
  35. package/lib/es/locale/pl-PL.js +1 -1
  36. package/lib/es/locale/pt-BR.js +1 -1
  37. package/lib/es/locale/ru-RU.js +1 -1
  38. package/lib/es/locale/sk-SK.js +1 -1
  39. package/lib/es/locale/vi-VN.js +1 -1
  40. package/lib/es/locale/zh-CN.js +1 -1
  41. package/lib/es/locale/zh-HK.js +1 -1
  42. package/lib/es/locale/zh-TW.js +1 -1
  43. package/lib/facade.js +1 -1
  44. package/lib/index.js +1 -1
  45. package/lib/locale/ar-SA.js +1 -1
  46. package/lib/locale/ca-ES.js +1 -1
  47. package/lib/locale/de-DE.js +1 -1
  48. package/lib/locale/en-US.js +1 -1
  49. package/lib/locale/es-ES.js +1 -1
  50. package/lib/locale/fa-IR.js +1 -1
  51. package/lib/locale/fr-FR.js +1 -1
  52. package/lib/locale/id-ID.js +1 -1
  53. package/lib/locale/it-IT.js +1 -1
  54. package/lib/locale/ja-JP.js +1 -1
  55. package/lib/locale/ko-KR.js +1 -1
  56. package/lib/locale/pl-PL.js +1 -1
  57. package/lib/locale/pt-BR.js +1 -1
  58. package/lib/locale/ru-RU.js +1 -1
  59. package/lib/locale/sk-SK.js +1 -1
  60. package/lib/locale/vi-VN.js +1 -1
  61. package/lib/locale/zh-CN.js +1 -1
  62. package/lib/locale/zh-HK.js +1 -1
  63. package/lib/locale/zh-TW.js +1 -1
  64. package/lib/types/bidi.d.ts +5 -0
  65. package/lib/types/commands/command/date-group-util.d.ts +14 -0
  66. package/lib/types/commands/command/set-pivot-date-group.command.d.ts +10 -0
  67. package/lib/types/commands/command/set-pivot-layout.command.d.ts +3 -0
  68. package/lib/types/commands/mutations/change-apply-util.d.ts +2 -1
  69. package/lib/types/commands/mutations/set-pivot-layout.mutation.d.ts +3 -0
  70. package/lib/types/{controllers/config.schema.d.ts → config/config.d.ts} +10 -0
  71. package/lib/types/const/const.d.ts +28 -4
  72. package/lib/types/const/type.d.ts +19 -1
  73. package/lib/types/controllers/sheets-pivot-caculate.controller.d.ts +4 -2
  74. package/lib/types/facade/f-enum.d.ts +5 -1
  75. package/lib/types/facade/f-generic-pivot-table.d.ts +23 -1
  76. package/lib/types/facade/f-pivot-table.d.ts +53 -1
  77. package/lib/types/index.d.ts +10 -3
  78. package/lib/types/locale/en-US.d.ts +11 -0
  79. package/lib/types/locale/types.d.ts +3 -0
  80. package/lib/types/plugin.d.ts +1 -1
  81. package/lib/types/services/sheets-pivot-table.service.d.ts +3 -2
  82. package/lib/umd/facade.js +1 -1
  83. package/lib/umd/index.js +1 -1
  84. package/lib/umd/locale/ar-SA.js +1 -1
  85. package/lib/umd/locale/ca-ES.js +1 -1
  86. package/lib/umd/locale/de-DE.js +1 -1
  87. package/lib/umd/locale/en-US.js +1 -1
  88. package/lib/umd/locale/es-ES.js +1 -1
  89. package/lib/umd/locale/fa-IR.js +1 -1
  90. package/lib/umd/locale/fr-FR.js +1 -1
  91. package/lib/umd/locale/id-ID.js +1 -1
  92. package/lib/umd/locale/it-IT.js +1 -1
  93. package/lib/umd/locale/ja-JP.js +1 -1
  94. package/lib/umd/locale/ko-KR.js +1 -1
  95. package/lib/umd/locale/pl-PL.js +1 -1
  96. package/lib/umd/locale/pt-BR.js +1 -1
  97. package/lib/umd/locale/ru-RU.js +1 -1
  98. package/lib/umd/locale/sk-SK.js +1 -1
  99. package/lib/umd/locale/vi-VN.js +1 -1
  100. package/lib/umd/locale/zh-CN.js +1 -1
  101. package/lib/umd/locale/zh-HK.js +1 -1
  102. package/lib/umd/locale/zh-TW.js +1 -1
  103. package/package.json +11 -11
@@ -1 +1 @@
1
- function _0x56bf(_0x49eae8,_0x3f7e93){_0x49eae8=_0x49eae8-0x1e0;var _0x522bb0=_0x522b();var _0x56bf5b=_0x522bb0[_0x49eae8];return _0x56bf5b;}function _0x522b(){var _0x1b7b71=['{0}月','{0}年{1}','3809697qNdvWO','UniverProSheetsPivotZhCN','190FeWoGX','{0}年{1}月{2}日','标准偏差项:','function','282824kLrfVY','(其他)','135IEquNo','数值计数项:','年-月','666010EJibmw','总体标准偏差项:','方差项:','{0}{1}季度','2310116DhOHCd','9889691TqFyRZ','计数项:','amd','9YVnWTr','{0}{1}','最小值项:','{0}分','乘积项:','{0}时\x20{1}分','6KmKWQi','最大值项:','月-日','313973sEYUXB','总体方差项:','{0}季度','年-月-日','{0}时','平均值项:','115936blDklU','(空白)'];_0x522b=function(){return _0x1b7b71;};return _0x522b();}(function(_0x5f3ec0,_0x2a43d3){var _0x25fe9b=_0x56bf,_0x241ac4=_0x5f3ec0();while(!![]){try{var _0x7ddc67=parseInt(_0x25fe9b(0x1fb))/0x1*(parseInt(_0x25fe9b(0x1e4))/0x2)+parseInt(_0x25fe9b(0x1e8))/0x3+-parseInt(_0x25fe9b(0x1f7))/0x4+-parseInt(_0x25fe9b(0x1f3))/0x5*(parseInt(_0x25fe9b(0x201))/0x6)+-parseInt(_0x25fe9b(0x1f8))/0x7+-parseInt(_0x25fe9b(0x1ee))/0x8*(-parseInt(_0x25fe9b(0x1f0))/0x9)+-parseInt(_0x25fe9b(0x1ea))/0xa*(-parseInt(_0x25fe9b(0x204))/0xb);if(_0x7ddc67===_0x2a43d3)break;else _0x241ac4['push'](_0x241ac4['shift']());}catch(_0x4ee739){_0x241ac4['push'](_0x241ac4['shift']());}}}(_0x522b,0xb4d47),function(_0x1d33d5,_0x39d553){var _0x49340a=_0x56bf;typeof exports=='object'&&typeof module<'u'?module['exports']=_0x39d553():typeof define==_0x49340a(0x1ed)&&define[_0x49340a(0x1fa)]?define([],_0x39d553):(_0x1d33d5=typeof globalThis<'u'?globalThis:_0x1d33d5||self,_0x1d33d5[_0x49340a(0x1e9)]=_0x39d553());}(this,function(){var _0x491384=_0x56bf;return{'sheets-pivot':{'sheet':'工作表','blankValue':_0x491384(0x1e5),'otherValue':_0x491384(0x1ef),'columnName':'列\x20','subTotalText':'汇总','grandTotalText':'总计','valueText':'值','averageName':_0x491384(0x1e3),'countName':_0x491384(0x1f9),'countNumsName':_0x491384(0x1f1),'maxName':_0x491384(0x202),'minName':_0x491384(0x1fd),'productName':_0x491384(0x1ff),'stdDevName':_0x491384(0x1ec),'stdDevpName':_0x491384(0x1f4),'sumName':'求和项:','varName':_0x491384(0x1f5),'varpName':_0x491384(0x205),'subTotal':'汇总','grandTotal':'总计','value':'值','blank':'空白','other':'其他','emptyPivot':{'filter':'筛选','row':'行','column':'列','values':'值'},'dateGroup':{'year':'年','month':'月','day':'日','hour':'小时','minute':'分钟','quarter':'季度','monthDate':_0x491384(0x203),'yearQuarter':'年-季度','yearMonth':_0x491384(0x1f2),'yearMonthDate':_0x491384(0x1e1)},'cellDateGroupDisplay':{'minute':_0x491384(0x1fe),'hour':_0x491384(0x1e2),'hourMinute':_0x491384(0x200),'date':'{0}','month':_0x491384(0x1e6),'monthDate':_0x491384(0x1fc),'quarter':_0x491384(0x1e0),'year':'{0}','yearMonth':_0x491384(0x1e7),'yearMonthDate':_0x491384(0x1eb),'yearQuarter':_0x491384(0x1f6)}}};}));
1
+ function _0x108a(){var _0x3d17f7=['{0}-{1}','工作表','年-季度','列标签','平均值项:','求和项:','4412ynbnYf','最小值项:','{0}:{1}','行标签','{0}','243740neBFrp','乘积项:','最大值项:','标准偏差项:','11esedFt','{0}-{1}-{2}','{0}\x20{1}','13299EqAVGO','月-日','{0}-Q{1}','1725ZsYqLn','UniverProSheetsPivotZhCN','年-月-日','总体标准偏差项:','8hjZHZm','计数项:','10844973mKgNvL','object','exports','{0}{1}','1237390tbmojV','48CLBlTW','8428176wQnSvp','6378970uWJMNX','总体方差项:','数值计数项:'];_0x108a=function(){return _0x3d17f7;};return _0x108a();}function _0x26aa(_0x434dda,_0x5825da){_0x434dda=_0x434dda-0x1c1;var _0x108a59=_0x108a();var _0x26aae7=_0x108a59[_0x434dda];return _0x26aae7;}(function(_0x4d4b8b,_0x581bad){var _0x39bd57=_0x26aa,_0x28ed03=_0x4d4b8b();while(!![]){try{var _0x21047c=parseInt(_0x39bd57(0x1c1))/0x1+parseInt(_0x39bd57(0x1e0))/0x2*(-parseInt(_0x39bd57(0x1d9))/0x3)+parseInt(_0x39bd57(0x1cd))/0x4*(parseInt(_0x39bd57(0x1dc))/0x5)+-parseInt(_0x39bd57(0x1c3))/0x6+-parseInt(_0x39bd57(0x1d2))/0x7*(-parseInt(_0x39bd57(0x1c2))/0x8)+parseInt(_0x39bd57(0x1e2))/0x9+-parseInt(_0x39bd57(0x1c4))/0xa*(parseInt(_0x39bd57(0x1d6))/0xb);if(_0x21047c===_0x581bad)break;else _0x28ed03['push'](_0x28ed03['shift']());}catch(_0x26150d){_0x28ed03['push'](_0x28ed03['shift']());}}}(_0x108a,0xed2fd),function(_0x3a0f18,_0x2a7da7){var _0x12c7b4=_0x26aa;typeof exports==_0x12c7b4(0x1e3)&&typeof module<'u'?module[_0x12c7b4(0x1e4)]=_0x2a7da7():typeof define=='function'&&define['amd']?define([],_0x2a7da7):(_0x3a0f18=typeof globalThis<'u'?globalThis:_0x3a0f18||self,_0x3a0f18[_0x12c7b4(0x1dd)]=_0x2a7da7());}(this,function(){var _0x233a8b=_0x26aa;return{'sheets-pivot':{'sheet':_0x233a8b(0x1c8),'blankValue':'(空白)','otherValue':'(其他)','columnName':'列\x20','subTotalText':'汇总','grandTotalText':'总计','valueText':'值','rowLabels':_0x233a8b(0x1d0),'columnLabels':_0x233a8b(0x1ca),'averageName':_0x233a8b(0x1cb),'countName':_0x233a8b(0x1e1),'countNumsName':_0x233a8b(0x1c6),'maxName':_0x233a8b(0x1d4),'minName':_0x233a8b(0x1ce),'productName':_0x233a8b(0x1d3),'stdDevName':_0x233a8b(0x1d5),'stdDevpName':_0x233a8b(0x1df),'sumName':_0x233a8b(0x1cc),'varName':'方差项:','varpName':_0x233a8b(0x1c5),'subTotal':'汇总','grandTotal':'总计','value':'值','blank':'空白','other':'其他','renderText':{'valueField':_0x233a8b(0x1e5),'subtotal':_0x233a8b(0x1d8),'grandTotal':_0x233a8b(0x1d8),'multipleGrandTotal':_0x233a8b(0x1d1),'subtotalWithValue':_0x233a8b(0x1d8)},'emptyPivot':{'filter':'筛选','row':'行','column':'列','values':'值'},'dateGroup':{'year':'年','month':'月','day':'日','date':'日','hour':'小时','minute':'分钟','hourMinute':'小时-分钟','quarter':'季度','monthDate':_0x233a8b(0x1da),'yearQuarter':_0x233a8b(0x1c9),'yearMonth':'年-月','yearMonthDate':_0x233a8b(0x1de)},'cellDateGroupDisplay':{'minute':'{0}','hour':_0x233a8b(0x1d1),'hourMinute':_0x233a8b(0x1cf),'date':_0x233a8b(0x1d1),'month':'{0}','monthDate':_0x233a8b(0x1c7),'quarter':'Q{0}','year':_0x233a8b(0x1d1),'yearMonth':_0x233a8b(0x1c7),'yearMonthDate':_0x233a8b(0x1d7),'yearQuarter':_0x233a8b(0x1db)}}};}));
@@ -1 +1 @@
1
- function _0x39e2(_0x45aff4,_0x35446a){_0x45aff4=_0x45aff4-0x97;var _0x2a58be=_0x2a58();var _0x39e25c=_0x2a58be[_0x45aff4];return _0x39e25c;}(function(_0x589b6d,_0x29f06c){var _0x4806d9=_0x39e2,_0x10aa94=_0x589b6d();while(!![]){try{var _0x4e2bb2=-parseInt(_0x4806d9(0xb0))/0x1*(parseInt(_0x4806d9(0x9b))/0x2)+-parseInt(_0x4806d9(0x9a))/0x3+parseInt(_0x4806d9(0xb5))/0x4*(parseInt(_0x4806d9(0x9f))/0x5)+-parseInt(_0x4806d9(0xa3))/0x6+parseInt(_0x4806d9(0xab))/0x7*(parseInt(_0x4806d9(0xa2))/0x8)+-parseInt(_0x4806d9(0xa4))/0x9*(parseInt(_0x4806d9(0xad))/0xa)+parseInt(_0x4806d9(0xb7))/0xb;if(_0x4e2bb2===_0x29f06c)break;else _0x10aa94['push'](_0x10aa94['shift']());}catch(_0x368cc8){_0x10aa94['push'](_0x10aa94['shift']());}}}(_0x2a58,0x8f5ce),function(_0x231889,_0x543fac){var _0x181611=_0x39e2;typeof exports=='object'&&typeof module<'u'?module[_0x181611(0xb4)]=_0x543fac():typeof define=='function'&&define[_0x181611(0xac)]?define([],_0x543fac):(_0x231889=typeof globalThis<'u'?globalThis:_0x231889||self,_0x231889[_0x181611(0x9d)]=_0x543fac());}(this,function(){var _0x417353=_0x39e2;return{'sheets-pivot':{'sheet':'工作表','blankValue':_0x417353(0xb8),'otherValue':'(其他)','columnName':'欄\x20','subTotalText':'小計','grandTotalText':'總計','valueText':'值','averageName':_0x417353(0xaa),'countName':_0x417353(0xb6),'countNumsName':_0x417353(0xb1),'maxName':'最大值項:','minName':_0x417353(0xa7),'productName':_0x417353(0x98),'stdDevName':_0x417353(0xb2),'stdDevpName':_0x417353(0xa6),'sumName':'求和項:','varName':'方差項:','varpName':'總體方差項:','subTotal':'小計','grandTotal':'總計','value':'值','blank':'空白','other':'其他','emptyPivot':{'filter':'篩選','row':'行','column':'欄','values':'值'},'dateGroup':{'year':'年','month':'月','day':'日','hour':'小時','minute':'分鐘','quarter':'季度','monthDate':_0x417353(0xa5),'yearQuarter':_0x417353(0xae),'yearMonth':'年-月','yearMonthDate':_0x417353(0xaf)},'cellDateGroupDisplay':{'minute':_0x417353(0x9c),'hour':_0x417353(0xa9),'hourMinute':_0x417353(0xa1),'date':_0x417353(0xb3),'month':'{0}月','monthDate':_0x417353(0xa0),'quarter':'{0}季度','year':_0x417353(0xa8),'yearMonth':_0x417353(0x99),'yearMonthDate':_0x417353(0x97),'yearQuarter':_0x417353(0x9e)}}};}));function _0x2a58(){var _0x165043=['{0}年{1}月{2}日','乘積項:','{0}年{1}月','2681202VAGPIM','490768oKXPZv','{0}','UniverProSheetsPivotZhHK','{0}年{1}季度','35oBWWgz','{0}月{1}日','{0}時\x20{1}','2874232aGxlck','5485632vWlioX','15291mMmOzF','月-日','總體標準差項:','最小值項:','{0}年','{0}','平均值項:','7dkvQZq','amd','4730gzBsUP','年-季度','年-月-日','4kgRVxX','數值計數項:','標準差項:','{0}','exports','576972Vmyfqw','計數項:','30925433RrXjRS','(空白)'];_0x2a58=function(){return _0x165043;};return _0x2a58();}
1
+ function _0x3090(_0x4e7a04,_0x42cf4c){_0x4e7a04=_0x4e7a04-0x1a1;var _0x45717b=_0x4571();var _0x3090bb=_0x45717b[_0x4e7a04];return _0x3090bb;}(function(_0x65eb2d,_0x268fd1){var _0xb86ee5=_0x3090,_0x1a8fa2=_0x65eb2d();while(!![]){try{var _0x1c4562=parseInt(_0xb86ee5(0x1b1))/0x1+parseInt(_0xb86ee5(0x1a2))/0x2+-parseInt(_0xb86ee5(0x1b4))/0x3*(parseInt(_0xb86ee5(0x1a7))/0x4)+parseInt(_0xb86ee5(0x1aa))/0x5+-parseInt(_0xb86ee5(0x1b7))/0x6+parseInt(_0xb86ee5(0x1ab))/0x7+-parseInt(_0xb86ee5(0x1c1))/0x8*(parseInt(_0xb86ee5(0x1c0))/0x9);if(_0x1c4562===_0x268fd1)break;else _0x1a8fa2['push'](_0x1a8fa2['shift']());}catch(_0xa59dff){_0x1a8fa2['push'](_0x1a8fa2['shift']());}}}(_0x4571,0xea178),function(_0x34bae1,_0x81e3f){var _0x3fc507=_0x3090;typeof exports==_0x3fc507(0x1c4)&&typeof module<'u'?module[_0x3fc507(0x1a4)]=_0x81e3f():typeof define==_0x3fc507(0x1b3)&&define['amd']?define([],_0x81e3f):(_0x34bae1=typeof globalThis<'u'?globalThis:_0x34bae1||self,_0x34bae1[_0x3fc507(0x1b2)]=_0x81e3f());}(this,function(){var _0xb5bd48=_0x3090;return{'sheets-pivot':{'sheet':_0xb5bd48(0x1a6),'blankValue':_0xb5bd48(0x1a3),'otherValue':_0xb5bd48(0x1c3),'columnName':'欄\x20','subTotalText':'小計','grandTotalText':'總計','valueText':'值','rowLabels':_0xb5bd48(0x1bd),'columnLabels':_0xb5bd48(0x1ad),'averageName':_0xb5bd48(0x1a1),'countName':_0xb5bd48(0x1b9),'countNumsName':_0xb5bd48(0x1b6),'maxName':_0xb5bd48(0x1bf),'minName':_0xb5bd48(0x1a5),'productName':_0xb5bd48(0x1c2),'stdDevName':_0xb5bd48(0x1ae),'stdDevpName':'總體標準差項:','sumName':_0xb5bd48(0x1a9),'varName':_0xb5bd48(0x1ac),'varpName':_0xb5bd48(0x1b0),'subTotal':'小計','grandTotal':'總計','value':'值','blank':'空白','other':'其他','renderText':{'valueField':'{0}{1}','subtotal':_0xb5bd48(0x1be),'grandTotal':_0xb5bd48(0x1be),'multipleGrandTotal':_0xb5bd48(0x1a8),'subtotalWithValue':_0xb5bd48(0x1be)},'emptyPivot':{'filter':'篩選','row':'行','column':'欄','values':'值'},'dateGroup':{'year':'年','month':'月','day':'日','date':'日','hour':'小時','minute':'分鐘','hourMinute':'小時-分鐘','quarter':'季度','monthDate':_0xb5bd48(0x1b8),'yearQuarter':_0xb5bd48(0x1c5),'yearMonth':_0xb5bd48(0x1ba),'yearMonthDate':_0xb5bd48(0x1bb)},'cellDateGroupDisplay':{'minute':_0xb5bd48(0x1a8),'hour':_0xb5bd48(0x1a8),'hourMinute':_0xb5bd48(0x1bc),'date':_0xb5bd48(0x1a8),'month':_0xb5bd48(0x1a8),'monthDate':_0xb5bd48(0x1b5),'quarter':'Q{0}','year':_0xb5bd48(0x1a8),'yearMonth':_0xb5bd48(0x1b5),'yearMonthDate':_0xb5bd48(0x1af),'yearQuarter':'{0}-Q{1}'}}};}));function _0x4571(){var _0x14e2d5=['3832776lQuxRv','(空白)','exports','最小值項:','工作表','212RJgpyc','{0}','求和項:','7973855SLXqZw','455777FnZcIg','方差項:','列標籤','標準差項:','{0}-{1}-{2}','總體方差項:','1699929cjZsSG','UniverProSheetsPivotZhHK','function','103002zlGHhG','{0}-{1}','數值計數項:','10927326TlrocO','月-日','計數項:','年-月','年-月-日','{0}:{1}','行標籤','{0}\x20{1}','最大值項:','9rpXVog','5411488ceuxCQ','乘積項:','(其他)','object','年-季度','平均值項:'];_0x4571=function(){return _0x14e2d5;};return _0x4571();}
@@ -1 +1 @@
1
- function _0x4e59(){var _0x4b00e6=['1378942LOlmhm','{0}時\x20{1}','最小值項:','22DEbvDt','年-季度','UniverProSheetsPivotZhTW','(其他)','object','總體標準差項:','{0}','21921jPlGPt','1575gjoOLg','乘積項:','amd','數值計數項:','年-月','最大值項:','324042VSGwcG','{0}年{1}季度','372CuDBvq','exports','{0}','標準差項:','(空白)','3117015iYyxJS','{0}{1}月{2}日','{0}年','{0}日','工作表','168fxQUSr','計數項:','平均值項:','{0}{1}','方差項:','21672bIIIOe','6730AvYNXv','1810330blPYYA','function'];_0x4e59=function(){return _0x4b00e6;};return _0x4e59();}function _0x4617(_0x4e5b57,_0x7c74d1){_0x4e5b57=_0x4e5b57-0x125;var _0x4e59c5=_0x4e59();var _0x461728=_0x4e59c5[_0x4e5b57];return _0x461728;}(function(_0x2ca2c1,_0x507729){var _0x31f436=_0x4617,_0x4ccb82=_0x2ca2c1();while(!![]){try{var _0x2a130e=-parseInt(_0x31f436(0x12f))/0x1+parseInt(_0x31f436(0x144))/0x2+parseInt(_0x31f436(0x128))/0x3*(parseInt(_0x31f436(0x13b))/0x4)+-parseInt(_0x31f436(0x141))/0x5*(parseInt(_0x31f436(0x131))/0x6)+parseInt(_0x31f436(0x129))/0x7*(parseInt(_0x31f436(0x140))/0x8)+-parseInt(_0x31f436(0x136))/0x9+-parseInt(_0x31f436(0x142))/0xa*(parseInt(_0x31f436(0x147))/0xb);if(_0x2a130e===_0x507729)break;else _0x4ccb82['push'](_0x4ccb82['shift']());}catch(_0x138ed2){_0x4ccb82['push'](_0x4ccb82['shift']());}}}(_0x4e59,0x77a0b),function(_0x5c8710,_0x1d33f5){var _0x40ebbf=_0x4617;typeof exports==_0x40ebbf(0x125)&&typeof module<'u'?module[_0x40ebbf(0x132)]=_0x1d33f5():typeof define==_0x40ebbf(0x143)&&define[_0x40ebbf(0x12b)]?define([],_0x1d33f5):(_0x5c8710=typeof globalThis<'u'?globalThis:_0x5c8710||self,_0x5c8710[_0x40ebbf(0x149)]=_0x1d33f5());}(this,function(){var _0xa76459=_0x4617;return{'sheets-pivot':{'sheet':_0xa76459(0x13a),'blankValue':_0xa76459(0x135),'otherValue':_0xa76459(0x14a),'columnName':'欄\x20','subTotalText':'小計','grandTotalText':'總計','valueText':'值','averageName':_0xa76459(0x13d),'countName':_0xa76459(0x13c),'countNumsName':_0xa76459(0x12c),'maxName':_0xa76459(0x12e),'minName':_0xa76459(0x146),'productName':_0xa76459(0x12a),'stdDevName':_0xa76459(0x134),'stdDevpName':_0xa76459(0x126),'sumName':'求和項:','varName':_0xa76459(0x13f),'varpName':'總體方差項:','subTotal':'小計','grandTotal':'總計','value':'值','blank':'空白','other':'其他','emptyPivot':{'filter':'篩選','row':'行','column':'欄','values':'值'},'dateGroup':{'year':'年','month':'月','day':'日','hour':'小時','minute':'分鐘','quarter':'季度','monthDate':'月-日','yearQuarter':_0xa76459(0x148),'yearMonth':_0xa76459(0x12d),'yearMonthDate':'年-月-日'},'cellDateGroupDisplay':{'minute':_0xa76459(0x127),'hour':_0xa76459(0x133),'hourMinute':_0xa76459(0x145),'date':_0xa76459(0x139),'month':'{0}月','monthDate':_0xa76459(0x13e),'quarter':'{0}季度','year':_0xa76459(0x138),'yearMonth':'{0}年{1}月','yearMonthDate':_0xa76459(0x137),'yearQuarter':_0xa76459(0x130)}}};}));
1
+ function _0x442a(_0x39aabf,_0x57f344){_0x39aabf=_0x39aabf-0xa8;var _0xa66953=_0xa669();var _0x442ad3=_0xa66953[_0x39aabf];return _0x442ad3;}function _0xa669(){var _0x1f3fa5=['2Zgxjpw','{0}{1}','{0}','數值計數項:','求和項:','{0}-{1}-{2}','3791931huaEFu','最大值項:','計數項:','最小值項:','乘積項:','{0}:{1}','3566320tkfvRw','平均值項:','72kcWmoM','工作表','方差項:','小時-分鐘','4318505ZVvLtk','4021310GEZPFk','(其他)','607874mDSOmg','5450872Cnxvui','461556vrENhg','行標籤','function','Q{0}','年-季度','總體標準差項:','{0}\x20{1}','總體方差項:','object','年-月','6KyBrXb','amd','{0}-Q{1}','UniverProSheetsPivotZhTW','{0}-{1}'];_0xa669=function(){return _0x1f3fa5;};return _0xa669();}(function(_0x4522ba,_0x312ca9){var _0x3a7fda=_0x442a,_0x353097=_0x4522ba();while(!![]){try{var _0x49b976=parseInt(_0x3a7fda(0xab))/0x1+-parseInt(_0x3a7fda(0xbc))/0x2*(-parseInt(_0x3a7fda(0xc2))/0x3)+-parseInt(_0x3a7fda(0xc8))/0x4+-parseInt(_0x3a7fda(0xa8))/0x5*(parseInt(_0x3a7fda(0xb7))/0x6)+parseInt(_0x3a7fda(0xac))/0x7+-parseInt(_0x3a7fda(0xca))/0x8*(parseInt(_0x3a7fda(0xad))/0x9)+parseInt(_0x3a7fda(0xa9))/0xa;if(_0x49b976===_0x312ca9)break;else _0x353097['push'](_0x353097['shift']());}catch(_0x5b79f2){_0x353097['push'](_0x353097['shift']());}}}(_0xa669,0xcc101),function(_0x5833b3,_0x2467eb){var _0x5b9c22=_0x442a;typeof exports==_0x5b9c22(0xb5)&&typeof module<'u'?module['exports']=_0x2467eb():typeof define==_0x5b9c22(0xaf)&&define[_0x5b9c22(0xb8)]?define([],_0x2467eb):(_0x5833b3=typeof globalThis<'u'?globalThis:_0x5833b3||self,_0x5833b3[_0x5b9c22(0xba)]=_0x2467eb());}(this,function(){var _0x28c6e9=_0x442a;return{'sheets-pivot':{'sheet':_0x28c6e9(0xcb),'blankValue':'(空白)','otherValue':_0x28c6e9(0xaa),'columnName':'欄\x20','subTotalText':'小計','grandTotalText':'總計','valueText':'值','rowLabels':_0x28c6e9(0xae),'columnLabels':'列標籤','averageName':_0x28c6e9(0xc9),'countName':_0x28c6e9(0xc4),'countNumsName':_0x28c6e9(0xbf),'maxName':_0x28c6e9(0xc3),'minName':_0x28c6e9(0xc5),'productName':_0x28c6e9(0xc6),'stdDevName':'標準差項:','stdDevpName':_0x28c6e9(0xb2),'sumName':_0x28c6e9(0xc0),'varName':_0x28c6e9(0xcc),'varpName':_0x28c6e9(0xb4),'subTotal':'小計','grandTotal':'總計','value':'值','blank':'空白','other':'其他','renderText':{'valueField':_0x28c6e9(0xbd),'subtotal':_0x28c6e9(0xb3),'grandTotal':'{0}\x20{1}','multipleGrandTotal':_0x28c6e9(0xbe),'subtotalWithValue':_0x28c6e9(0xb3)},'emptyPivot':{'filter':'篩選','row':'行','column':'欄','values':'值'},'dateGroup':{'year':'年','month':'月','day':'日','date':'日','hour':'小時','minute':'分鐘','hourMinute':_0x28c6e9(0xcd),'quarter':'季度','monthDate':'月-日','yearQuarter':_0x28c6e9(0xb1),'yearMonth':_0x28c6e9(0xb6),'yearMonthDate':'年-月-日'},'cellDateGroupDisplay':{'minute':_0x28c6e9(0xbe),'hour':'{0}','hourMinute':_0x28c6e9(0xc7),'date':_0x28c6e9(0xbe),'month':_0x28c6e9(0xbe),'monthDate':_0x28c6e9(0xbb),'quarter':_0x28c6e9(0xb0),'year':_0x28c6e9(0xbe),'yearMonth':_0x28c6e9(0xbb),'yearMonthDate':_0x28c6e9(0xc1),'yearQuarter':_0x28c6e9(0xb9)}}};}));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@univerjs-pro/sheets-pivot",
3
- "version": "0.25.0",
3
+ "version": "1.0.0-alpha.0",
4
4
  "private": false,
5
5
  "description": "Pivot table integration for Univer Sheets.",
6
6
  "author": "DreamNum Co., Ltd. <developer@univer.ai>",
@@ -66,20 +66,20 @@
66
66
  "rxjs": ">=7.0.0"
67
67
  },
68
68
  "dependencies": {
69
- "@univerjs-pro/engine-pivot": "0.25.0",
70
- "@univerjs-pro/license": "0.25.0",
71
- "@univerjs/core": "0.25.0",
72
- "@univerjs/engine-formula": "0.25.0",
73
- "@univerjs/engine-render": "0.25.0",
74
- "@univerjs/sheets": "0.25.0",
75
- "@univerjs/rpc": "0.25.0",
76
- "@univerjs/sheets-filter": "0.25.0"
69
+ "@univerjs-pro/engine-pivot": "1.0.0-alpha.0",
70
+ "@univerjs/core": "1.0.0-alpha.0",
71
+ "@univerjs-pro/license": "1.0.0-alpha.0",
72
+ "@univerjs/engine-render": "1.0.0-alpha.0",
73
+ "@univerjs/sheets": "1.0.0-alpha.0",
74
+ "@univerjs/rpc": "1.0.0-alpha.0",
75
+ "@univerjs/engine-formula": "1.0.0-alpha.0",
76
+ "@univerjs/sheets-filter": "1.0.0-alpha.0"
77
77
  },
78
78
  "devDependencies": {
79
79
  "rxjs": "7.8.2",
80
80
  "typescript": "^6.0.3",
81
- "vitest": "^4.1.6",
82
- "@univerjs-infra/shared": "0.25.0"
81
+ "vitest": "^4.1.9",
82
+ "@univerjs-infra/shared": "1.0.0-alpha.0"
83
83
  },
84
84
  "scripts": {
85
85
  "test": "vitest run",