@univerjs-pro/sheets-pivot 1.0.0-alpha.8 → 1.0.0-beta.1

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 (97) 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/const/const.d.ts +2 -2
  65. package/lib/types/const/type.d.ts +8 -1
  66. package/lib/types/controllers/sheets-pivot-rpc.controller.d.ts +2 -3
  67. package/lib/types/facade/f-generic-pivot-table.d.ts +1 -1
  68. package/lib/types/facade/f-pivot-table.d.ts +3 -0
  69. package/lib/types/index.d.ts +2 -1
  70. package/lib/types/models/pivot-sheet-projection.d.ts +6 -0
  71. package/lib/types/models/sheets-pivot-config-model.d.ts +3 -2
  72. package/lib/types/models/sheets-pivot-data-source-model.d.ts +3 -1
  73. package/lib/types/models/sheets-pivot-table-adaptor-model.d.ts +5 -1
  74. package/lib/types/models/view-util.d.ts +1 -0
  75. package/lib/types/util.d.ts +14 -8
  76. package/lib/umd/facade.js +1 -1
  77. package/lib/umd/index.js +1 -1
  78. package/lib/umd/locale/ar-SA.js +1 -1
  79. package/lib/umd/locale/ca-ES.js +1 -1
  80. package/lib/umd/locale/de-DE.js +1 -1
  81. package/lib/umd/locale/en-US.js +1 -1
  82. package/lib/umd/locale/es-ES.js +1 -1
  83. package/lib/umd/locale/fa-IR.js +1 -1
  84. package/lib/umd/locale/fr-FR.js +1 -1
  85. package/lib/umd/locale/id-ID.js +1 -1
  86. package/lib/umd/locale/it-IT.js +1 -1
  87. package/lib/umd/locale/ja-JP.js +1 -1
  88. package/lib/umd/locale/ko-KR.js +1 -1
  89. package/lib/umd/locale/pl-PL.js +1 -1
  90. package/lib/umd/locale/pt-BR.js +1 -1
  91. package/lib/umd/locale/ru-RU.js +1 -1
  92. package/lib/umd/locale/sk-SK.js +1 -1
  93. package/lib/umd/locale/vi-VN.js +1 -1
  94. package/lib/umd/locale/zh-CN.js +1 -1
  95. package/lib/umd/locale/zh-HK.js +1 -1
  96. package/lib/umd/locale/zh-TW.js +1 -1
  97. package/package.json +10 -10
@@ -1 +1 @@
1
- function _0x36d4(_0x58d819,_0x2a8ff0){_0x58d819=_0x58d819-0x1c1;var _0x4d9e8d=_0x4d9e();var _0x36d435=_0x4d9e8d[_0x58d819];return _0x36d435;}(function(_0x1c956d,_0x29b452){var _0x10fa52=_0x36d4,_0x6b56f8=_0x1c956d();while(!![]){try{var _0x5aa247=-parseInt(_0x10fa52(0x1d0))/0x1+parseInt(_0x10fa52(0x1d2))/0x2*(parseInt(_0x10fa52(0x1dd))/0x3)+parseInt(_0x10fa52(0x1d7))/0x4+parseInt(_0x10fa52(0x1dc))/0x5+-parseInt(_0x10fa52(0x1df))/0x6+-parseInt(_0x10fa52(0x1c5))/0x7+parseInt(_0x10fa52(0x1ca))/0x8;if(_0x5aa247===_0x29b452)break;else _0x6b56f8['push'](_0x6b56f8['shift']());}catch(_0x46d2ee){_0x6b56f8['push'](_0x6b56f8['shift']());}}}(_0x4d9e,0x1f8ab),function(_0x8e930d,_0x3a06c9){var _0x17c989=_0x36d4;typeof exports==_0x17c989(0x1d6)&&typeof module<'u'?module['exports']=_0x3a06c9():typeof define==_0x17c989(0x1d8)&&define[_0x17c989(0x1cc)]?define([],_0x3a06c9):(_0x8e930d=typeof globalThis<'u'?globalThis:_0x8e930d||self,_0x8e930d['UniverProSheetsPivotZhCN']=_0x3a06c9());}(this,function(){var _0x534bcb=_0x36d4;return{'sheets-pivot':{'sheet':_0x534bcb(0x1c8),'blankValue':_0x534bcb(0x1e1),'otherValue':_0x534bcb(0x1cb),'columnName':'列\x20','subTotalText':'汇总','grandTotalText':'总计','valueText':'值','rowLabels':_0x534bcb(0x1e0),'columnLabels':_0x534bcb(0x1d3),'averageName':'平均值项:','countName':_0x534bcb(0x1e4),'countNumsName':_0x534bcb(0x1db),'maxName':_0x534bcb(0x1cd),'minName':_0x534bcb(0x1d1),'productName':_0x534bcb(0x1c1),'stdDevName':_0x534bcb(0x1da),'stdDevpName':_0x534bcb(0x1c4),'sumName':_0x534bcb(0x1d5),'varName':_0x534bcb(0x1d9),'varpName':_0x534bcb(0x1ce),'subTotal':'汇总','grandTotal':'总计','value':'值','blank':'空白','other':'其他','renderText':{'valueField':_0x534bcb(0x1e6),'subtotal':'{0}\x20{1}','grandTotal':_0x534bcb(0x1c2),'multipleGrandTotal':_0x534bcb(0x1c3),'subtotalWithValue':_0x534bcb(0x1c2)},'emptyPivot':{'filter':'筛选','row':'行','column':'列','values':'值'},'dateGroup':{'year':'年','month':'月','day':'日','date':'日','hour':'小时','minute':'分钟','hourMinute':'小时-分钟','quarter':'季度','monthDate':_0x534bcb(0x1c9),'yearQuarter':_0x534bcb(0x1e5),'yearMonth':_0x534bcb(0x1c7),'yearMonthDate':_0x534bcb(0x1e3)},'cellDateGroupDisplay':{'minute':_0x534bcb(0x1c3),'hour':_0x534bcb(0x1c3),'hourMinute':_0x534bcb(0x1de),'date':_0x534bcb(0x1c3),'month':'{0}','monthDate':_0x534bcb(0x1cf),'quarter':_0x534bcb(0x1e2),'year':_0x534bcb(0x1c3),'yearMonth':_0x534bcb(0x1cf),'yearMonthDate':_0x534bcb(0x1c6),'yearQuarter':_0x534bcb(0x1d4)}}};}));function _0x4d9e(){var _0x1303cb=['{0}:{1}','41418czNqfB','行标签','(空白)','Q{0}','年-月-日','计数项:','年-季度','{0}{1}','乘积项:','{0}\x20{1}','{0}','总体标准偏差项:','92890GEJKsA','{0}-{1}-{2}','年-月','工作表','月-日','177176PkaEte','(其他)','amd','最大值项:','总体方差项:','{0}-{1}','197799axVYML','最小值项:','50ygmgpH','列标签','{0}-Q{1}','求和项:','object','241380iBAHEQ','function','方差项:','标准偏差项:','数值计数项:','940375xsgVZz','9192ZbRhdu'];_0x4d9e=function(){return _0x1303cb;};return _0x4d9e();}
1
+ function _0x4892(_0x40fe57,_0x50a101){_0x40fe57=_0x40fe57-0x85;var _0x3d64f3=_0x3d64();var _0x4892c8=_0x3d64f3[_0x40fe57];return _0x4892c8;}(function(_0x10fced,_0x16aca8){var _0x586f10=_0x4892,_0x30656f=_0x10fced();while(!![]){try{var _0x4d43c2=-parseInt(_0x586f10(0x96))/0x1+-parseInt(_0x586f10(0xa5))/0x2*(parseInt(_0x586f10(0x92))/0x3)+parseInt(_0x586f10(0xa0))/0x4+-parseInt(_0x586f10(0xa1))/0x5*(-parseInt(_0x586f10(0x93))/0x6)+parseInt(_0x586f10(0x8a))/0x7*(parseInt(_0x586f10(0x94))/0x8)+-parseInt(_0x586f10(0x9f))/0x9*(parseInt(_0x586f10(0x88))/0xa)+parseInt(_0x586f10(0x9c))/0xb;if(_0x4d43c2===_0x16aca8)break;else _0x30656f['push'](_0x30656f['shift']());}catch(_0x4cec36){_0x30656f['push'](_0x30656f['shift']());}}}(_0x3d64,0x96642),function(_0xf6858b,_0x59df84){var _0x51b2d1=_0x4892;typeof exports=='object'&&typeof module<'u'?module[_0x51b2d1(0x9d)]=_0x59df84():typeof define==_0x51b2d1(0x9a)&&define[_0x51b2d1(0xa3)]?define([],_0x59df84):(_0xf6858b=typeof globalThis<'u'?globalThis:_0xf6858b||self,_0xf6858b[_0x51b2d1(0x8c)]=_0x59df84());}(this,function(){var _0x52a3ca=_0x4892;return{'sheets-pivot':{'sheet':'工作表','blankValue':_0x52a3ca(0x87),'otherValue':_0x52a3ca(0x85),'columnName':'列\x20','subTotalText':'汇总','grandTotalText':'总计','valueText':'值','rowLabels':'行标签','columnLabels':_0x52a3ca(0x95),'averageName':'平均值项:','countName':_0x52a3ca(0x8f),'countNumsName':_0x52a3ca(0x90),'maxName':_0x52a3ca(0x97),'minName':_0x52a3ca(0x9b),'productName':_0x52a3ca(0x89),'stdDevName':'标准偏差项:','stdDevpName':_0x52a3ca(0x99),'sumName':_0x52a3ca(0xa2),'varName':_0x52a3ca(0x86),'varpName':'总体方差项:','subTotal':'汇总','grandTotal':'总计','value':'值','blank':'空白','other':'其他','renderText':{'valueField':'{0}{1}','subtotal':_0x52a3ca(0x8e),'grandTotal':_0x52a3ca(0x8e),'multipleGrandTotal':'{0}','subtotalWithValue':_0x52a3ca(0x8e)},'emptyPivot':{'filter':'筛选','row':'行','column':'列','values':'值'},'dateGroup':{'year':'年','month':'月','day':'日','date':'日','hour':'小时','minute':'分钟','hourMinute':_0x52a3ca(0x9e),'quarter':'季度','monthDate':'月-日','yearQuarter':'年-季度','yearMonth':_0x52a3ca(0xa4),'yearMonthDate':'年-月-日'},'cellDateGroupDisplay':{'minute':_0x52a3ca(0x8b),'hour':_0x52a3ca(0x8b),'hourMinute':'{0}:{1}','date':_0x52a3ca(0x8b),'month':_0x52a3ca(0x8b),'monthDate':_0x52a3ca(0x91),'quarter':_0x52a3ca(0x8d),'year':_0x52a3ca(0x8b),'yearMonth':_0x52a3ca(0x91),'yearMonthDate':_0x52a3ca(0x98),'yearQuarter':'{0}-Q{1}'}}};}));function _0x3d64(){var _0x4be8b1=['{0}-{1}-{2}','总体标准偏差项:','function','最小值项:','771111AXQQHf','exports','小时-分钟','7317819sNrQOs','2341892qBThRD','48215OiDdsW','求和项:','amd','年-月','2gRaavQ','(其他)','方差项:','(空白)','10QyJbdP','乘积项:','28DrUCSN','{0}','UniverProSheetsPivotZhCN','Q{0}','{0}\x20{1}','计数项:','数值计数项:','{0}-{1}','2867343VPFOWh','636GCGBqP','1819408EJLcAG','列标签','202562snhWbH','最大值项:'];_0x3d64=function(){return _0x4be8b1;};return _0x3d64();}
@@ -1 +1 @@
1
- (function(_0x190460,_0x106eb5){var _0xbeda5a=_0x316d,_0x3b0ce6=_0x190460();while(!![]){try{var _0x6a2788=-parseInt(_0xbeda5a(0x75))/0x1+-parseInt(_0xbeda5a(0x86))/0x2+parseInt(_0xbeda5a(0x76))/0x3*(parseInt(_0xbeda5a(0x77))/0x4)+parseInt(_0xbeda5a(0x71))/0x5+parseInt(_0xbeda5a(0x94))/0x6*(-parseInt(_0xbeda5a(0x7a))/0x7)+parseInt(_0xbeda5a(0x70))/0x8*(-parseInt(_0xbeda5a(0x7d))/0x9)+-parseInt(_0xbeda5a(0x87))/0xa*(-parseInt(_0xbeda5a(0x74))/0xb);if(_0x6a2788===_0x106eb5)break;else _0x3b0ce6['push'](_0x3b0ce6['shift']());}catch(_0x3fd609){_0x3b0ce6['push'](_0x3b0ce6['shift']());}}}(_0x45b5,0x1adb2),function(_0x45c45f,_0xb415e8){var _0x4ab2f5=_0x316d;typeof exports==_0x4ab2f5(0x8c)&&typeof module<'u'?module['exports']=_0xb415e8():typeof define=='function'&&define[_0x4ab2f5(0x80)]?define([],_0xb415e8):(_0x45c45f=typeof globalThis<'u'?globalThis:_0x45c45f||self,_0x45c45f[_0x4ab2f5(0x84)]=_0xb415e8());}(this,function(){var _0x2f7779=_0x316d;return{'sheets-pivot':{'sheet':_0x2f7779(0x79),'blankValue':_0x2f7779(0x90),'otherValue':_0x2f7779(0x7e),'columnName':'欄\x20','subTotalText':'小計','grandTotalText':'總計','valueText':'值','rowLabels':_0x2f7779(0x83),'columnLabels':_0x2f7779(0x93),'averageName':_0x2f7779(0x8e),'countName':'計數項:','countNumsName':_0x2f7779(0x89),'maxName':_0x2f7779(0x7b),'minName':_0x2f7779(0x78),'productName':_0x2f7779(0x91),'stdDevName':_0x2f7779(0x8b),'stdDevpName':'總體標準差項:','sumName':_0x2f7779(0x82),'varName':_0x2f7779(0x88),'varpName':_0x2f7779(0x8a),'subTotal':'小計','grandTotal':'總計','value':'值','blank':'空白','other':'其他','renderText':{'valueField':_0x2f7779(0x72),'subtotal':'{0}\x20{1}','grandTotal':'{0}\x20{1}','multipleGrandTotal':_0x2f7779(0x8d),'subtotalWithValue':'{0}\x20{1}'},'emptyPivot':{'filter':'篩選','row':'','column':'欄','values':'值'},'dateGroup':{'year':'年','month':'月','day':'日','date':'日','hour':'小時','minute':'分鐘','hourMinute':_0x2f7779(0x73),'quarter':'季度','monthDate':_0x2f7779(0x81),'yearQuarter':_0x2f7779(0x7c),'yearMonth':'年-月','yearMonthDate':_0x2f7779(0x85)},'cellDateGroupDisplay':{'minute':_0x2f7779(0x8d),'hour':'{0}','hourMinute':'{0}:{1}','date':'{0}','month':'{0}','monthDate':'{0}-{1}','quarter':_0x2f7779(0x7f),'year':_0x2f7779(0x8d),'yearMonth':_0x2f7779(0x92),'yearMonthDate':'{0}-{1}-{2}','yearQuarter':_0x2f7779(0x8f)}}};}));function _0x316d(_0x3d261f,_0x5e8f67){_0x3d261f=_0x3d261f-0x70;var _0x45b51c=_0x45b5();var _0x316dcb=_0x45b51c[_0x3d261f];return _0x316dcb;}function _0x45b5(){var _0x3c8005=['217354oXOYaH','4188oHqUhC','232fdPaXF','最小值項:','工作表','22288TGkPvB','最大值項:','年-季度','200673TgLGiU','(其他)','Q{0}','amd','月-日','求和項:','行標籤','UniverProSheetsPivotZhHK','年-月-日','421430OXdDsE','48570VhHlFm','方差項:','數值計數項:','總體方差項:','標準差項:','object','{0}','平均值項:','{0}-Q{1}','(空白)','乘積項:','{0}-{1}','列標籤','84TCYQwC','32ayooab','647260hgnKkU','{0}{1}','小時-分鐘','1045ziZiqb'];_0x45b5=function(){return _0x3c8005;};return _0x45b5();}
1
+ function _0x5305(_0xb95685,_0x26a516){_0xb95685=_0xb95685-0xec;var _0xbc5f63=_0xbc5f();var _0x5305d3=_0xbc5f63[_0xb95685];return _0x5305d3;}(function(_0x4d8d82,_0x561b22){var _0x402a56=_0x5305,_0x3838ea=_0x4d8d82();while(!![]){try{var _0x38f72a=-parseInt(_0x402a56(0x10e))/0x1+-parseInt(_0x402a56(0x104))/0x2+-parseInt(_0x402a56(0x109))/0x3*(-parseInt(_0x402a56(0x105))/0x4)+-parseInt(_0x402a56(0x111))/0x5*(-parseInt(_0x402a56(0x100))/0x6)+-parseInt(_0x402a56(0x10b))/0x7*(-parseInt(_0x402a56(0x107))/0x8)+parseInt(_0x402a56(0xf4))/0x9+-parseInt(_0x402a56(0xfe))/0xa*(-parseInt(_0x402a56(0x10a))/0xb);if(_0x38f72a===_0x561b22)break;else _0x3838ea['push'](_0x3838ea['shift']());}catch(_0x465da8){_0x3838ea['push'](_0x3838ea['shift']());}}}(_0xbc5f,0x3bf52),function(_0x2eed44,_0x57ee3f){var _0x421c07=_0x5305;typeof exports==_0x421c07(0xee)&&typeof module<'u'?module[_0x421c07(0x110)]=_0x57ee3f():typeof define==_0x421c07(0x10f)&&define[_0x421c07(0xef)]?define([],_0x57ee3f):(_0x2eed44=typeof globalThis<'u'?globalThis:_0x2eed44||self,_0x2eed44['UniverProSheetsPivotZhHK']=_0x57ee3f());}(this,function(){var _0x495bfd=_0x5305;return{'sheets-pivot':{'sheet':'工作表','blankValue':_0x495bfd(0xfd),'otherValue':_0x495bfd(0xf3),'columnName':'欄\x20','subTotalText':'小計','grandTotalText':'總計','valueText':'值','rowLabels':_0x495bfd(0xed),'columnLabels':_0x495bfd(0x10c),'averageName':'平均值項:','countName':_0x495bfd(0xf5),'countNumsName':'數值計數項:','maxName':_0x495bfd(0xf2),'minName':_0x495bfd(0x108),'productName':'乘積項:','stdDevName':_0x495bfd(0x106),'stdDevpName':_0x495bfd(0xec),'sumName':'總和項:','varName':_0x495bfd(0x103),'varpName':_0x495bfd(0xf1),'subTotal':'小計','grandTotal':'總計','value':'值','blank':'空白','other':'其他','renderText':{'valueField':_0x495bfd(0xf7),'subtotal':_0x495bfd(0xf9),'grandTotal':_0x495bfd(0xf9),'multipleGrandTotal':_0x495bfd(0xf8),'subtotalWithValue':_0x495bfd(0xf9)},'emptyPivot':{'filter':'篩選','row':'','column':'欄','values':'值'},'dateGroup':{'year':'年','month':'月','day':'日','date':'日','hour':'小時','minute':'分鐘','hourMinute':_0x495bfd(0xfb),'quarter':'','monthDate':_0x495bfd(0xfa),'yearQuarter':_0x495bfd(0x102),'yearMonth':_0x495bfd(0xf0),'yearMonthDate':_0x495bfd(0x10d)},'cellDateGroupDisplay':{'minute':_0x495bfd(0xf8),'hour':_0x495bfd(0xf8),'hourMinute':_0x495bfd(0xff),'date':'{0}','month':'{0}','monthDate':_0x495bfd(0xfc),'quarter':_0x495bfd(0xf6),'year':_0x495bfd(0xf8),'yearMonth':_0x495bfd(0xfc),'yearMonthDate':'{0}-{1}-{2}','yearQuarter':_0x495bfd(0x101)}}};}));function _0xbc5f(){var _0x11e582=['{0}-{1}','(空白)','832540rEXBrU','{0}:{1}','58272kzUnsW','{0}-Q{1}','年-季','變異數項:','952780GmeUhh','92zVUicf','標準差項:','96hTPjlf','最小值項:','43863vBuItU','66yaaSho','31591oxnBjv','欄標籤','年-月-日','414051iOELnQ','function','exports','15NVDAjd','母體標準差項:','列標籤','object','amd','年-月','母體變異數項:','最大值項:','(其他)','1952352RKLnHw','計數項:','Q{0}','{0}{1}','{0}','{0}\x20{1}','月-日','小時-分鐘'];_0xbc5f=function(){return _0x11e582;};return _0xbc5f();}
@@ -1 +1 @@
1
- function _0x2c68(_0x464b50,_0x254d87){_0x464b50=_0x464b50-0x11e;var _0x714f8d=_0x714f();var _0x2c6854=_0x714f8d[_0x464b50];return _0x2c6854;}(function(_0xda9a87,_0x2b9dc0){var _0x2a84f3=_0x2c68,_0x2a7e06=_0xda9a87();while(!![]){try{var _0x499c6f=-parseInt(_0x2a84f3(0x130))/0x1+parseInt(_0x2a84f3(0x12d))/0x2+parseInt(_0x2a84f3(0x13c))/0x3*(parseInt(_0x2a84f3(0x132))/0x4)+-parseInt(_0x2a84f3(0x127))/0x5*(-parseInt(_0x2a84f3(0x131))/0x6)+parseInt(_0x2a84f3(0x123))/0x7+-parseInt(_0x2a84f3(0x139))/0x8+-parseInt(_0x2a84f3(0x136))/0x9;if(_0x499c6f===_0x2b9dc0)break;else _0x2a7e06['push'](_0x2a7e06['shift']());}catch(_0x57f08c){_0x2a7e06['push'](_0x2a7e06['shift']());}}}(_0x714f,0x9c170),function(_0x21d92a,_0x1d888c){var _0x5fdbfb=_0x2c68;typeof exports==_0x5fdbfb(0x12a)&&typeof module<'u'?module[_0x5fdbfb(0x135)]=_0x1d888c():typeof define==_0x5fdbfb(0x133)&&define[_0x5fdbfb(0x121)]?define([],_0x1d888c):(_0x21d92a=typeof globalThis<'u'?globalThis:_0x21d92a||self,_0x21d92a['UniverProSheetsPivotZhTW']=_0x1d888c());}(this,function(){var _0x50977f=_0x2c68;return{'sheets-pivot':{'sheet':_0x50977f(0x122),'blankValue':_0x50977f(0x134),'otherValue':_0x50977f(0x137),'columnName':'欄\x20','subTotalText':'小計','grandTotalText':'總計','valueText':'值','rowLabels':'行標籤','columnLabels':'列標籤','averageName':'平均值項:','countName':_0x50977f(0x129),'countNumsName':_0x50977f(0x120),'maxName':'最大值項:','minName':'最小值項:','productName':_0x50977f(0x128),'stdDevName':_0x50977f(0x12c),'stdDevpName':_0x50977f(0x126),'sumName':'求和項:','varName':'方差項:','varpName':_0x50977f(0x125),'subTotal':'小計','grandTotal':'總計','value':'值','blank':'空白','other':'其他','renderText':{'valueField':'{0}{1}','subtotal':_0x50977f(0x12b),'grandTotal':'{0}\x20{1}','multipleGrandTotal':_0x50977f(0x124),'subtotalWithValue':_0x50977f(0x12b)},'emptyPivot':{'filter':'篩選','row':'','column':'欄','values':'值'},'dateGroup':{'year':'年','month':'月','day':'日','date':'日','hour':'小時','minute':'分鐘','hourMinute':_0x50977f(0x12f),'quarter':'季度','monthDate':_0x50977f(0x13b),'yearQuarter':_0x50977f(0x13a),'yearMonth':_0x50977f(0x11f),'yearMonthDate':'年-月-日'},'cellDateGroupDisplay':{'minute':_0x50977f(0x124),'hour':_0x50977f(0x124),'hourMinute':_0x50977f(0x11e),'date':'{0}','month':_0x50977f(0x124),'monthDate':'{0}-{1}','quarter':_0x50977f(0x138),'year':_0x50977f(0x124),'yearMonth':'{0}-{1}','yearMonthDate':_0x50977f(0x12e),'yearQuarter':'{0}-Q{1}'}}};}));function _0x714f(){var _0x21842a=['年-季度','月-日','45BJqknB','{0}:{1}','年-月','數值計數項:','amd','工作表','3807230BsWKvz','{0}','總體方差項:','總體標準差項:','4385tHSnMY','乘積項:','計數項:','object','{0}\x20{1}','標準差項:','1922444jrtGeD','{0}-{1}-{2}','小時-分鐘','1161628ToSjow','5982vVotIC','116352rljCSH','function','(空白)','exports','2461671eymXZF','(其他)','Q{0}','5930480GgyfIZ'];_0x714f=function(){return _0x21842a;};return _0x714f();}
1
+ function _0x198a(_0x25460d,_0x4f5170){_0x25460d=_0x25460d-0x161;var _0x5d271e=_0x5d27();var _0x198af9=_0x5d271e[_0x25460d];return _0x198af9;}function _0x5d27(){var _0x2fd4ed=['Q{0}','年-月','exports','(其他)','平均值項:','{0}\x20{1}','年-月-日','4BaizOR','11470WUhsLx','月-日','{0}-Q{1}','欄標籤','{0}{1}','最大值項:','{0}-{1}','數值計數項:','197507AyTvFi','總和項:','{0}-{1}-{2}','變異數項:','function','{0}','3AwbUCK','UniverProSheetsPivotZhTW','13mxWbvU','221890bCtKRf','511688pmctbF','母體標準差項:','乘積項:','計數項:','2077692awpezi','3474sHXtAC','1106OnIsws','9pBPgnU','748Pbgfnn','object','494358sAWVGL','amd','年-季'];_0x5d27=function(){return _0x2fd4ed;};return _0x5d27();}(function(_0x214eb2,_0x3030d7){var _0x3fb336=_0x198a,_0x40503e=_0x214eb2();while(!![]){try{var _0x49b943=parseInt(_0x3fb336(0x17f))/0x1+-parseInt(_0x3fb336(0x16c))/0x2*(-parseInt(_0x3fb336(0x185))/0x3)+-parseInt(_0x3fb336(0x176))/0x4*(parseInt(_0x3fb336(0x161))/0x5)+parseInt(_0x3fb336(0x167))/0x6*(-parseInt(_0x3fb336(0x168))/0x7)+parseInt(_0x3fb336(0x162))/0x8*(-parseInt(_0x3fb336(0x169))/0x9)+-parseInt(_0x3fb336(0x177))/0xa*(-parseInt(_0x3fb336(0x16a))/0xb)+parseInt(_0x3fb336(0x166))/0xc*(-parseInt(_0x3fb336(0x187))/0xd);if(_0x49b943===_0x3030d7)break;else _0x40503e['push'](_0x40503e['shift']());}catch(_0x31b8f1){_0x40503e['push'](_0x40503e['shift']());}}}(_0x5d27,0x248d8),function(_0x480e72,_0x5f3200){var _0x4c2ec8=_0x198a;typeof exports==_0x4c2ec8(0x16b)&&typeof module<'u'?module[_0x4c2ec8(0x171)]=_0x5f3200():typeof define==_0x4c2ec8(0x183)&&define[_0x4c2ec8(0x16d)]?define([],_0x5f3200):(_0x480e72=typeof globalThis<'u'?globalThis:_0x480e72||self,_0x480e72[_0x4c2ec8(0x186)]=_0x5f3200());}(this,function(){var _0x24e0bf=_0x198a;return{'sheets-pivot':{'sheet':'工作表','blankValue':'(空白)','otherValue':_0x24e0bf(0x172),'columnName':'欄\x20','subTotalText':'小計','grandTotalText':'總計','valueText':'值','rowLabels':'列標籤','columnLabels':_0x24e0bf(0x17a),'averageName':_0x24e0bf(0x173),'countName':_0x24e0bf(0x165),'countNumsName':_0x24e0bf(0x17e),'maxName':_0x24e0bf(0x17c),'minName':'最小值項:','productName':_0x24e0bf(0x164),'stdDevName':'標準差項:','stdDevpName':_0x24e0bf(0x163),'sumName':_0x24e0bf(0x180),'varName':_0x24e0bf(0x182),'varpName':'母體變異數項:','subTotal':'小計','grandTotal':'總計','value':'值','blank':'空白','other':'其他','renderText':{'valueField':_0x24e0bf(0x17b),'subtotal':_0x24e0bf(0x174),'grandTotal':_0x24e0bf(0x174),'multipleGrandTotal':_0x24e0bf(0x184),'subtotalWithValue':'{0}\x20{1}'},'emptyPivot':{'filter':'篩選','row':'','column':'欄','values':'值'},'dateGroup':{'year':'年','month':'月','day':'日','date':'日','hour':'小時','minute':'分鐘','hourMinute':'小時-分鐘','quarter':'','monthDate':_0x24e0bf(0x178),'yearQuarter':_0x24e0bf(0x16e),'yearMonth':_0x24e0bf(0x170),'yearMonthDate':_0x24e0bf(0x175)},'cellDateGroupDisplay':{'minute':_0x24e0bf(0x184),'hour':_0x24e0bf(0x184),'hourMinute':'{0}:{1}','date':_0x24e0bf(0x184),'month':_0x24e0bf(0x184),'monthDate':_0x24e0bf(0x17d),'quarter':_0x24e0bf(0x16f),'year':_0x24e0bf(0x184),'yearMonth':'{0}-{1}','yearMonthDate':_0x24e0bf(0x181),'yearQuarter':_0x24e0bf(0x179)}}};}));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@univerjs-pro/sheets-pivot",
3
- "version": "1.0.0-alpha.8",
3
+ "version": "1.0.0-beta.1",
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/license": "1.0.0-alpha.8",
70
- "@univerjs-pro/engine-pivot": "1.0.0-alpha.8",
71
- "@univerjs/core": "1.0.0-alpha.8",
72
- "@univerjs/engine-formula": "1.0.0-alpha.8",
73
- "@univerjs/engine-render": "1.0.0-alpha.8",
74
- "@univerjs/rpc": "1.0.0-alpha.8",
75
- "@univerjs/sheets": "1.0.0-alpha.8",
76
- "@univerjs/sheets-filter": "1.0.0-alpha.8"
69
+ "@univerjs-pro/engine-pivot": "1.0.0-beta.1",
70
+ "@univerjs-pro/license": "1.0.0-beta.1",
71
+ "@univerjs/core": "1.0.0-beta.1",
72
+ "@univerjs/engine-formula": "1.0.0-beta.1",
73
+ "@univerjs/engine-render": "1.0.0-beta.1",
74
+ "@univerjs/rpc": "1.0.0-beta.1",
75
+ "@univerjs/sheets": "1.0.0-beta.1",
76
+ "@univerjs/sheets-filter": "1.0.0-beta.1"
77
77
  },
78
78
  "devDependencies": {
79
79
  "rxjs": "7.8.2",
80
80
  "typescript": "^6.0.3",
81
81
  "vitest": "^4.1.10",
82
- "@univerjs-infra/shared": "1.0.0-alpha.8"
82
+ "@univerjs-infra/shared": "1.0.0-beta.1"
83
83
  },
84
84
  "scripts": {
85
85
  "test": "vitest run",