@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.
- package/lib/cjs/facade.js +1 -1
- package/lib/cjs/index.js +1 -1
- package/lib/cjs/locale/ar-SA.js +1 -1
- package/lib/cjs/locale/ca-ES.js +1 -1
- package/lib/cjs/locale/de-DE.js +1 -1
- package/lib/cjs/locale/en-US.js +1 -1
- package/lib/cjs/locale/es-ES.js +1 -1
- package/lib/cjs/locale/fa-IR.js +1 -1
- package/lib/cjs/locale/fr-FR.js +1 -1
- package/lib/cjs/locale/id-ID.js +1 -1
- package/lib/cjs/locale/it-IT.js +1 -1
- package/lib/cjs/locale/ja-JP.js +1 -1
- package/lib/cjs/locale/ko-KR.js +1 -1
- package/lib/cjs/locale/pl-PL.js +1 -1
- package/lib/cjs/locale/pt-BR.js +1 -1
- package/lib/cjs/locale/ru-RU.js +1 -1
- package/lib/cjs/locale/sk-SK.js +1 -1
- package/lib/cjs/locale/vi-VN.js +1 -1
- package/lib/cjs/locale/zh-CN.js +1 -1
- package/lib/cjs/locale/zh-HK.js +1 -1
- package/lib/cjs/locale/zh-TW.js +1 -1
- package/lib/es/facade.js +1 -1
- package/lib/es/index.js +1 -1
- package/lib/es/locale/ar-SA.js +1 -1
- package/lib/es/locale/ca-ES.js +1 -1
- package/lib/es/locale/de-DE.js +1 -1
- package/lib/es/locale/en-US.js +1 -1
- package/lib/es/locale/es-ES.js +1 -1
- package/lib/es/locale/fa-IR.js +1 -1
- package/lib/es/locale/fr-FR.js +1 -1
- package/lib/es/locale/id-ID.js +1 -1
- package/lib/es/locale/it-IT.js +1 -1
- package/lib/es/locale/ja-JP.js +1 -1
- package/lib/es/locale/ko-KR.js +1 -1
- package/lib/es/locale/pl-PL.js +1 -1
- package/lib/es/locale/pt-BR.js +1 -1
- package/lib/es/locale/ru-RU.js +1 -1
- package/lib/es/locale/sk-SK.js +1 -1
- package/lib/es/locale/vi-VN.js +1 -1
- package/lib/es/locale/zh-CN.js +1 -1
- package/lib/es/locale/zh-HK.js +1 -1
- package/lib/es/locale/zh-TW.js +1 -1
- package/lib/facade.js +1 -1
- package/lib/index.js +1 -1
- package/lib/locale/ar-SA.js +1 -1
- package/lib/locale/ca-ES.js +1 -1
- package/lib/locale/de-DE.js +1 -1
- package/lib/locale/en-US.js +1 -1
- package/lib/locale/es-ES.js +1 -1
- package/lib/locale/fa-IR.js +1 -1
- package/lib/locale/fr-FR.js +1 -1
- package/lib/locale/id-ID.js +1 -1
- package/lib/locale/it-IT.js +1 -1
- package/lib/locale/ja-JP.js +1 -1
- package/lib/locale/ko-KR.js +1 -1
- package/lib/locale/pl-PL.js +1 -1
- package/lib/locale/pt-BR.js +1 -1
- package/lib/locale/ru-RU.js +1 -1
- package/lib/locale/sk-SK.js +1 -1
- package/lib/locale/vi-VN.js +1 -1
- package/lib/locale/zh-CN.js +1 -1
- package/lib/locale/zh-HK.js +1 -1
- package/lib/locale/zh-TW.js +1 -1
- package/lib/types/bidi.d.ts +5 -0
- package/lib/types/commands/command/date-group-util.d.ts +14 -0
- package/lib/types/commands/command/set-pivot-date-group.command.d.ts +10 -0
- package/lib/types/commands/command/set-pivot-layout.command.d.ts +3 -0
- package/lib/types/commands/mutations/change-apply-util.d.ts +2 -1
- package/lib/types/commands/mutations/set-pivot-layout.mutation.d.ts +3 -0
- package/lib/types/{controllers/config.schema.d.ts → config/config.d.ts} +10 -0
- package/lib/types/const/const.d.ts +28 -4
- package/lib/types/const/type.d.ts +19 -1
- package/lib/types/controllers/sheets-pivot-caculate.controller.d.ts +4 -2
- package/lib/types/facade/f-enum.d.ts +5 -1
- package/lib/types/facade/f-generic-pivot-table.d.ts +23 -1
- package/lib/types/facade/f-pivot-table.d.ts +53 -1
- package/lib/types/index.d.ts +10 -3
- package/lib/types/locale/en-US.d.ts +11 -0
- package/lib/types/locale/types.d.ts +3 -0
- package/lib/types/plugin.d.ts +1 -1
- package/lib/types/services/sheets-pivot-table.service.d.ts +3 -2
- package/lib/umd/facade.js +1 -1
- package/lib/umd/index.js +1 -1
- package/lib/umd/locale/ar-SA.js +1 -1
- package/lib/umd/locale/ca-ES.js +1 -1
- package/lib/umd/locale/de-DE.js +1 -1
- package/lib/umd/locale/en-US.js +1 -1
- package/lib/umd/locale/es-ES.js +1 -1
- package/lib/umd/locale/fa-IR.js +1 -1
- package/lib/umd/locale/fr-FR.js +1 -1
- package/lib/umd/locale/id-ID.js +1 -1
- package/lib/umd/locale/it-IT.js +1 -1
- package/lib/umd/locale/ja-JP.js +1 -1
- package/lib/umd/locale/ko-KR.js +1 -1
- package/lib/umd/locale/pl-PL.js +1 -1
- package/lib/umd/locale/pt-BR.js +1 -1
- package/lib/umd/locale/ru-RU.js +1 -1
- package/lib/umd/locale/sk-SK.js +1 -1
- package/lib/umd/locale/vi-VN.js +1 -1
- package/lib/umd/locale/zh-CN.js +1 -1
- package/lib/umd/locale/zh-HK.js +1 -1
- package/lib/umd/locale/zh-TW.js +1 -1
- package/package.json +11 -11
package/lib/umd/locale/zh-CN.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
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)}}};}));
|
package/lib/umd/locale/zh-HK.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
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();}
|
package/lib/umd/locale/zh-TW.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
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.
|
|
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.
|
|
70
|
-
"@univerjs
|
|
71
|
-
"@univerjs/
|
|
72
|
-
"@univerjs/engine-
|
|
73
|
-
"@univerjs/
|
|
74
|
-
"@univerjs/
|
|
75
|
-
"@univerjs/
|
|
76
|
-
"@univerjs/sheets-filter": "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.
|
|
82
|
-
"@univerjs-infra/shared": "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",
|