@univerjs-pro/sheets-pivot 1.0.0-beta.0 → 1.0.0-beta.2

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 +11 -11
@@ -1 +1 @@
1
- function _0x157f(_0x7e717f,_0x25efdf){_0x7e717f=_0x7e717f-0x143;var _0x3a849c=_0x3a84();var _0x157fcd=_0x3a849c[_0x7e717f];return _0x157fcd;}(function(_0xf6df1f,_0x265fde){var _0x52a04c=_0x157f,_0xcf14e5=_0xf6df1f();while(!![]){try{var _0x515181=-parseInt(_0x52a04c(0x161))/0x1*(parseInt(_0x52a04c(0x143))/0x2)+-parseInt(_0x52a04c(0x16b))/0x3+-parseInt(_0x52a04c(0x169))/0x4+parseInt(_0x52a04c(0x14c))/0x5*(-parseInt(_0x52a04c(0x158))/0x6)+-parseInt(_0x52a04c(0x14f))/0x7*(parseInt(_0x52a04c(0x151))/0x8)+parseInt(_0x52a04c(0x153))/0x9*(parseInt(_0x52a04c(0x15f))/0xa)+parseInt(_0x52a04c(0x14b))/0xb*(parseInt(_0x52a04c(0x145))/0xc);if(_0x515181===_0x265fde)break;else _0xcf14e5['push'](_0xcf14e5['shift']());}catch(_0x21fecb){_0xcf14e5['push'](_0xcf14e5['shift']());}}}(_0x3a84,0xe948e),function(_0x50fe2b,_0x43c043){var _0x2648b6=_0x157f;typeof exports==_0x2648b6(0x167)&&typeof module<'u'?module[_0x2648b6(0x147)]=_0x43c043():typeof define==_0x2648b6(0x152)&&define[_0x2648b6(0x168)]?define([],_0x43c043):(_0x50fe2b=typeof globalThis<'u'?globalThis:_0x50fe2b||self,_0x50fe2b[_0x2648b6(0x14a)]=_0x43c043());}(this,function(){var _0x1e08e9=_0x157f;return{'sheets-pivot':{'sheet':'工作表','blankValue':_0x1e08e9(0x14d),'otherValue':_0x1e08e9(0x15b),'columnName':'欄\x20','subTotalText':'小計','grandTotalText':'總計','valueText':'值','rowLabels':_0x1e08e9(0x154),'columnLabels':_0x1e08e9(0x16a),'averageName':_0x1e08e9(0x160),'countName':_0x1e08e9(0x15e),'countNumsName':_0x1e08e9(0x149),'maxName':_0x1e08e9(0x15c),'minName':_0x1e08e9(0x163),'productName':_0x1e08e9(0x166),'stdDevName':_0x1e08e9(0x15a),'stdDevpName':'母體標準差項:','sumName':_0x1e08e9(0x15d),'varName':'變異數項:','varpName':_0x1e08e9(0x159),'subTotal':'小計','grandTotal':'總計','value':'值','blank':'空白','other':'其他','renderText':{'valueField':_0x1e08e9(0x157),'subtotal':'{0}\x20{1}','grandTotal':_0x1e08e9(0x156),'multipleGrandTotal':_0x1e08e9(0x146),'subtotalWithValue':_0x1e08e9(0x156)},'emptyPivot':{'filter':'篩選','row':'列','column':'欄','values':'值'},'dateGroup':{'year':'年','month':'月','day':'日','date':'日','hour':'小時','minute':'分鐘','hourMinute':_0x1e08e9(0x155),'quarter':'季','monthDate':_0x1e08e9(0x148),'yearQuarter':_0x1e08e9(0x150),'yearMonth':_0x1e08e9(0x162),'yearMonthDate':'年-月-日'},'cellDateGroupDisplay':{'minute':_0x1e08e9(0x146),'hour':'{0}','hourMinute':_0x1e08e9(0x14e),'date':_0x1e08e9(0x146),'month':_0x1e08e9(0x146),'monthDate':_0x1e08e9(0x165),'quarter':'Q{0}','year':_0x1e08e9(0x146),'yearMonth':_0x1e08e9(0x165),'yearMonthDate':_0x1e08e9(0x144),'yearQuarter':_0x1e08e9(0x164)}}};}));function _0x3a84(){var _0x1f73a7=['欄標籤','329565qHmtCn','32xgguwe','{0}-{1}-{2}','8426292QXbTwr','{0}','exports','月-日','數值計數項:','UniverProSheetsPivotZhHK','55AttBlf','1145310FpfUqy','(空白)','{0}:{1}','49jOmRWL','年-季','1259464DHAakM','function','189ZhlDFa','列標籤','小時-分鐘','{0}\x20{1}','{0}{1}','36VwbqAk','母體變異數項:','標準差項:','(其他)','最大值項:','總和項:','計數項:','438990zlIeRm','平均值項:','11678nqruAF','年-月','最小值項:','{0}-Q{1}','{0}-{1}','乘積項:','object','amd','2816776IQYYqG'];_0x3a84=function(){return _0x1f73a7;};return _0x3a84();}
1
+ function _0x6fcb(_0x3b7a05,_0x2f703e){_0x3b7a05=_0x3b7a05-0x1a9;var _0x7d66f3=_0x7d66();var _0x6fcb30=_0x7d66f3[_0x3b7a05];return _0x6fcb30;}(function(_0x40f2c0,_0x5bfcf2){var _0x335d9e=_0x6fcb,_0x5d9b30=_0x40f2c0();while(!![]){try{var _0x2950a2=-parseInt(_0x335d9e(0x1c4))/0x1*(-parseInt(_0x335d9e(0x1c3))/0x2)+-parseInt(_0x335d9e(0x1af))/0x3*(-parseInt(_0x335d9e(0x1c8))/0x4)+-parseInt(_0x335d9e(0x1b2))/0x5*(parseInt(_0x335d9e(0x1cd))/0x6)+parseInt(_0x335d9e(0x1cf))/0x7*(-parseInt(_0x335d9e(0x1ab))/0x8)+-parseInt(_0x335d9e(0x1b3))/0x9*(-parseInt(_0x335d9e(0x1be))/0xa)+parseInt(_0x335d9e(0x1a9))/0xb*(-parseInt(_0x335d9e(0x1cc))/0xc)+parseInt(_0x335d9e(0x1d2))/0xd;if(_0x2950a2===_0x5bfcf2)break;else _0x5d9b30['push'](_0x5d9b30['shift']());}catch(_0x73d5ab){_0x5d9b30['push'](_0x5d9b30['shift']());}}}(_0x7d66,0x5bbe7),function(_0x541150,_0x792780){var _0x8c0682=_0x6fcb;typeof exports==_0x8c0682(0x1c1)&&typeof module<'u'?module[_0x8c0682(0x1ad)]=_0x792780():typeof define==_0x8c0682(0x1d0)&&define[_0x8c0682(0x1ca)]?define([],_0x792780):(_0x541150=typeof globalThis<'u'?globalThis:_0x541150||self,_0x541150[_0x8c0682(0x1b7)]=_0x792780());}(this,function(){var _0x3ce3c0=_0x6fcb;return{'sheets-pivot':{'sheet':_0x3ce3c0(0x1b4),'blankValue':_0x3ce3c0(0x1ce),'otherValue':'(其他)','columnName':'欄\x20','subTotalText':'小計','grandTotalText':'總計','valueText':'值','rowLabels':_0x3ce3c0(0x1b0),'columnLabels':_0x3ce3c0(0x1b1),'averageName':_0x3ce3c0(0x1c7),'countName':_0x3ce3c0(0x1ac),'countNumsName':_0x3ce3c0(0x1b8),'maxName':_0x3ce3c0(0x1ae),'minName':_0x3ce3c0(0x1c2),'productName':_0x3ce3c0(0x1bb),'stdDevName':'標準差項:','stdDevpName':_0x3ce3c0(0x1c0),'sumName':'總和項:','varName':_0x3ce3c0(0x1b9),'varpName':_0x3ce3c0(0x1bf),'subTotal':'小計','grandTotal':'總計','value':'值','blank':'空白','other':'其他','renderText':{'valueField':'{0}{1}','subtotal':'{0}\x20{1}','grandTotal':_0x3ce3c0(0x1bd),'multipleGrandTotal':_0x3ce3c0(0x1ba),'subtotalWithValue':'{0}\x20{1}'},'emptyPivot':{'filter':'篩選','row':'列','column':'欄','values':'值'},'dateGroup':{'year':'年','month':'月','day':'日','date':'日','hour':'小時','minute':'分鐘','hourMinute':'小時-分鐘','quarter':'季','monthDate':_0x3ce3c0(0x1c5),'yearQuarter':_0x3ce3c0(0x1c6),'yearMonth':_0x3ce3c0(0x1bc),'yearMonthDate':_0x3ce3c0(0x1d1)},'cellDateGroupDisplay':{'minute':_0x3ce3c0(0x1ba),'hour':_0x3ce3c0(0x1ba),'hourMinute':_0x3ce3c0(0x1aa),'date':'{0}','month':_0x3ce3c0(0x1ba),'monthDate':_0x3ce3c0(0x1cb),'quarter':_0x3ce3c0(0x1b6),'year':'{0}','yearMonth':'{0}-{1}','yearMonthDate':_0x3ce3c0(0x1b5),'yearQuarter':_0x3ce3c0(0x1c9)}}};}));function _0x7d66(){var _0x53779d=['941440ejUzVk','母體變異數項:','母體標準差項:','object','最小值項:','62GJYvSk','18597FyGJGJ','月-日','年-季','平均值項:','4ycaNXc','{0}-Q{1}','amd','{0}-{1}','12OvNnnI','6hDvobG','(空白)','3214687MEjKyb','function','年-月-日','6149741yFUylO','1641013MJcxLy','{0}:{1}','8IXXWjG','計數項:','exports','最大值項:','590244fNYDPI','列標籤','欄標籤','3193405gnUnsA','36fkJuOD','工作表','{0}-{1}-{2}','Q{0}','UniverProSheetsPivotZhHK','數值計數項:','變異數項:','{0}','乘積項:','年-月','{0}\x20{1}'];_0x7d66=function(){return _0x53779d;};return _0x7d66();}
@@ -1 +1 @@
1
- (function(_0x4fb8ca,_0x1cb2c3){var _0x3571b2=_0xa9d1,_0x42594c=_0x4fb8ca();while(!![]){try{var _0x2edfae=parseInt(_0x3571b2(0x183))/0x1*(parseInt(_0x3571b2(0x18f))/0x2)+-parseInt(_0x3571b2(0x193))/0x3+-parseInt(_0x3571b2(0x19b))/0x4*(parseInt(_0x3571b2(0x18d))/0x5)+parseInt(_0x3571b2(0x19a))/0x6*(parseInt(_0x3571b2(0x18a))/0x7)+-parseInt(_0x3571b2(0x190))/0x8*(parseInt(_0x3571b2(0x192))/0x9)+parseInt(_0x3571b2(0x17d))/0xa*(-parseInt(_0x3571b2(0x186))/0xb)+parseInt(_0x3571b2(0x17a))/0xc;if(_0x2edfae===_0x1cb2c3)break;else _0x42594c['push'](_0x42594c['shift']());}catch(_0x25995b){_0x42594c['push'](_0x42594c['shift']());}}}(_0x14eb,0x3b705),function(_0x172f4f,_0x512bd6){var _0x22013f=_0xa9d1;typeof exports=='object'&&typeof module<'u'?module[_0x22013f(0x187)]=_0x512bd6():typeof define==_0x22013f(0x197)&&define[_0x22013f(0x196)]?define([],_0x512bd6):(_0x172f4f=typeof globalThis<'u'?globalThis:_0x172f4f||self,_0x172f4f['UniverProSheetsPivotZhTW']=_0x512bd6());}(this,function(){var _0x7f9766=_0xa9d1;return{'sheets-pivot':{'sheet':'工作表','blankValue':_0x7f9766(0x199),'otherValue':_0x7f9766(0x194),'columnName':'欄\x20','subTotalText':'小計','grandTotalText':'總計','valueText':'值','rowLabels':_0x7f9766(0x198),'columnLabels':_0x7f9766(0x180),'averageName':_0x7f9766(0x185),'countName':'計數項:','countNumsName':'數值計數項:','maxName':'最大值項:','minName':_0x7f9766(0x17b),'productName':'乘積項:','stdDevName':'標準差項:','stdDevpName':'母體標準差項:','sumName':_0x7f9766(0x18b),'varName':_0x7f9766(0x18e),'varpName':_0x7f9766(0x191),'subTotal':'小計','grandTotal':'總計','value':'值','blank':'空白','other':'其他','renderText':{'valueField':_0x7f9766(0x17c),'subtotal':_0x7f9766(0x184),'grandTotal':'{0}\x20{1}','multipleGrandTotal':_0x7f9766(0x189),'subtotalWithValue':_0x7f9766(0x184)},'emptyPivot':{'filter':'篩選','row':'列','column':'欄','values':'值'},'dateGroup':{'year':'年','month':'月','day':'日','date':'日','hour':'小時','minute':'分鐘','hourMinute':_0x7f9766(0x188),'quarter':'季','monthDate':_0x7f9766(0x17e),'yearQuarter':_0x7f9766(0x19c),'yearMonth':_0x7f9766(0x18c),'yearMonthDate':'年-月-日'},'cellDateGroupDisplay':{'minute':_0x7f9766(0x189),'hour':'{0}','hourMinute':_0x7f9766(0x195),'date':_0x7f9766(0x189),'month':_0x7f9766(0x189),'monthDate':_0x7f9766(0x181),'quarter':_0x7f9766(0x182),'year':_0x7f9766(0x189),'yearMonth':_0x7f9766(0x181),'yearMonthDate':_0x7f9766(0x17f),'yearQuarter':'{0}-Q{1}'}}};}));function _0xa9d1(_0x44e660,_0x38df71){_0x44e660=_0x44e660-0x17a;var _0x14eb63=_0x14eb();var _0xa9d1d0=_0x14eb63[_0x44e660];return _0xa9d1d0;}function _0x14eb(){var _0x261213=['2497790AuMVAV','月-日','{0}-{1}-{2}','欄標籤','{0}-{1}','Q{0}','6536gRjfkd','{0}\x20{1}','平均值項:','11HEsAOI','exports','小時-分鐘','{0}','997171OlOpBl','總和項:','年-月','1729685IqeUxy','變異數項:','86NuObWY','3264568EnUcwe','母體變異數項:','9TeeKkJ','585021MIurFm','(其他)','{0}:{1}','amd','function','列標籤','(空白)','6cvELyu','4QnZfXb','年-季','12225048eLqCUx','最小值項:','{0}{1}'];_0x14eb=function(){return _0x261213;};return _0x14eb();}
1
+ (function(_0x1d74f7,_0x168410){var _0x2445c9=_0x5464,_0x43d3e6=_0x1d74f7();while(!![]){try{var _0x54ba56=-parseInt(_0x2445c9(0x15b))/0x1*(-parseInt(_0x2445c9(0x162))/0x2)+-parseInt(_0x2445c9(0x16c))/0x3+-parseInt(_0x2445c9(0x167))/0x4+parseInt(_0x2445c9(0x170))/0x5+-parseInt(_0x2445c9(0x17c))/0x6*(-parseInt(_0x2445c9(0x16e))/0x7)+parseInt(_0x2445c9(0x176))/0x8*(parseInt(_0x2445c9(0x17a))/0x9)+-parseInt(_0x2445c9(0x17d))/0xa*(-parseInt(_0x2445c9(0x15e))/0xb);if(_0x54ba56===_0x168410)break;else _0x43d3e6['push'](_0x43d3e6['shift']());}catch(_0xf0f59){_0x43d3e6['push'](_0x43d3e6['shift']());}}}(_0x5c93,0xbede7),function(_0x2070ba,_0x2cf9e1){var _0x4c22ec=_0x5464;typeof exports=='object'&&typeof module<'u'?module[_0x4c22ec(0x172)]=_0x2cf9e1():typeof define==_0x4c22ec(0x178)&&define[_0x4c22ec(0x177)]?define([],_0x2cf9e1):(_0x2070ba=typeof globalThis<'u'?globalThis:_0x2070ba||self,_0x2070ba['UniverProSheetsPivotZhTW']=_0x2cf9e1());}(this,function(){var _0x21da7f=_0x5464;return{'sheets-pivot':{'sheet':_0x21da7f(0x15f),'blankValue':_0x21da7f(0x166),'otherValue':_0x21da7f(0x15d),'columnName':'欄\x20','subTotalText':'小計','grandTotalText':'總計','valueText':'值','rowLabels':'列標籤','columnLabels':_0x21da7f(0x164),'averageName':_0x21da7f(0x169),'countName':_0x21da7f(0x16a),'countNumsName':_0x21da7f(0x15c),'maxName':_0x21da7f(0x15a),'minName':_0x21da7f(0x175),'productName':'乘積項:','stdDevName':_0x21da7f(0x16b),'stdDevpName':_0x21da7f(0x16d),'sumName':_0x21da7f(0x16f),'varName':_0x21da7f(0x171),'varpName':_0x21da7f(0x174),'subTotal':'小計','grandTotal':'總計','value':'值','blank':'空白','other':'其他','renderText':{'valueField':'{0}{1}','subtotal':_0x21da7f(0x161),'grandTotal':_0x21da7f(0x161),'multipleGrandTotal':_0x21da7f(0x17e),'subtotalWithValue':_0x21da7f(0x161)},'emptyPivot':{'filter':'篩選','row':'列','column':'欄','values':'值'},'dateGroup':{'year':'年','month':'月','day':'日','date':'日','hour':'小時','minute':'分鐘','hourMinute':_0x21da7f(0x168),'quarter':'季','monthDate':_0x21da7f(0x173),'yearQuarter':'年-季','yearMonth':_0x21da7f(0x163),'yearMonthDate':_0x21da7f(0x17b)},'cellDateGroupDisplay':{'minute':_0x21da7f(0x17e),'hour':'{0}','hourMinute':'{0}:{1}','date':_0x21da7f(0x17e),'month':'{0}','monthDate':'{0}-{1}','quarter':_0x21da7f(0x165),'year':_0x21da7f(0x17e),'yearMonth':_0x21da7f(0x160),'yearMonthDate':_0x21da7f(0x159),'yearQuarter':_0x21da7f(0x179)}}};}));function _0x5464(_0x1c4ef3,_0x3132e1){_0x1c4ef3=_0x1c4ef3-0x159;var _0x5c9392=_0x5c93();var _0x54647e=_0x5c9392[_0x1c4ef3];return _0x54647e;}function _0x5c93(){var _0x36600b=['(空白)','2814372rZNXDR','小時-分鐘','平均值項:','計數項:','標準差項:','2752011hsnOmh','母體標準差項:','1763174DxJrFr','總和項:','2838020OLAjyl','變異數項:','exports','月-日','母體變異數項:','最小值項:','453592NzqpCc','amd','function','{0}-Q{1}','36AXxSkD','年-月-日','12bGiQnq','1370uLgDHI','{0}','{0}-{1}-{2}','最大值項:','31GFvWOi','數值計數項:','(其他)','82368smmmup','工作表','{0}-{1}','{0}\x20{1}','5078pDHBXX','年-月','欄標籤','Q{0}'];_0x5c93=function(){return _0x36600b;};return _0x5c93();}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@univerjs-pro/sheets-pivot",
3
- "version": "1.0.0-beta.0",
3
+ "version": "1.0.0-beta.2",
4
4
  "private": false,
5
5
  "description": "Pivot table integration for Univer Sheets.",
6
6
  "author": "DreamNum Co., Ltd. <developer@univer.ai>",
@@ -11,7 +11,7 @@
11
11
  "homepage": "https://univer.ai",
12
12
  "repository": {
13
13
  "type": "git",
14
- "url": "https://github.com/dream-num/univer"
14
+ "url": "https://github.com/dream-num/univer-pro"
15
15
  },
16
16
  "bugs": {
17
17
  "url": "https://github.com/dream-num/univer/issues"
@@ -66,20 +66,20 @@
66
66
  "rxjs": ">=7.0.0"
67
67
  },
68
68
  "dependencies": {
69
- "@univerjs-pro/engine-pivot": "1.0.0-beta.0",
70
- "@univerjs-pro/license": "1.0.0-beta.0",
71
- "@univerjs/engine-render": "1.0.0-beta.0",
72
- "@univerjs/core": "1.0.0-beta.0",
73
- "@univerjs/sheets": "1.0.0-beta.0",
74
- "@univerjs/rpc": "1.0.0-beta.0",
75
- "@univerjs/engine-formula": "1.0.0-beta.0",
76
- "@univerjs/sheets-filter": "1.0.0-beta.0"
69
+ "@univerjs-pro/engine-pivot": "1.0.0-beta.2",
70
+ "@univerjs/core": "1.0.0-beta.2",
71
+ "@univerjs-pro/license": "1.0.0-beta.2",
72
+ "@univerjs/engine-render": "1.0.0-beta.2",
73
+ "@univerjs/rpc": "1.0.0-beta.2",
74
+ "@univerjs/sheets": "1.0.0-beta.2",
75
+ "@univerjs/sheets-filter": "1.0.0-beta.2",
76
+ "@univerjs/engine-formula": "1.0.0-beta.2"
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-beta.0"
82
+ "@univerjs-infra/shared": "1.0.0-beta.2"
83
83
  },
84
84
  "scripts": {
85
85
  "test": "vitest run",