@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.
- 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/const/const.d.ts +2 -2
- package/lib/types/const/type.d.ts +8 -1
- package/lib/types/controllers/sheets-pivot-rpc.controller.d.ts +2 -3
- package/lib/types/facade/f-generic-pivot-table.d.ts +1 -1
- package/lib/types/facade/f-pivot-table.d.ts +3 -0
- package/lib/types/index.d.ts +2 -1
- package/lib/types/models/pivot-sheet-projection.d.ts +6 -0
- package/lib/types/models/sheets-pivot-config-model.d.ts +3 -2
- package/lib/types/models/sheets-pivot-data-source-model.d.ts +3 -1
- package/lib/types/models/sheets-pivot-table-adaptor-model.d.ts +5 -1
- package/lib/types/models/view-util.d.ts +1 -0
- package/lib/types/util.d.ts +14 -8
- 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-HK.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
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();}
|
package/lib/umd/locale/zh-TW.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
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.
|
|
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.
|
|
70
|
-
"@univerjs
|
|
71
|
-
"@univerjs/
|
|
72
|
-
"@univerjs/
|
|
73
|
-
"@univerjs/
|
|
74
|
-
"@univerjs/
|
|
75
|
-
"@univerjs/
|
|
76
|
-
"@univerjs/
|
|
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.
|
|
82
|
+
"@univerjs-infra/shared": "1.0.0-beta.2"
|
|
83
83
|
},
|
|
84
84
|
"scripts": {
|
|
85
85
|
"test": "vitest run",
|