@univerjs-pro/sheets-pivot 1.0.0-beta.0 → 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.
- 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 +10 -10
package/lib/umd/locale/zh-CN.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
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();}
|
package/lib/umd/locale/zh-HK.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
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();}
|
package/lib/umd/locale/zh-TW.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
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-beta.
|
|
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/engine-pivot": "1.0.0-beta.
|
|
70
|
-
"@univerjs-pro/license": "1.0.0-beta.
|
|
71
|
-
"@univerjs/
|
|
72
|
-
"@univerjs/
|
|
73
|
-
"@univerjs/
|
|
74
|
-
"@univerjs/rpc": "1.0.0-beta.
|
|
75
|
-
"@univerjs/
|
|
76
|
-
"@univerjs/sheets-filter": "1.0.0-beta.
|
|
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-beta.
|
|
82
|
+
"@univerjs-infra/shared": "1.0.0-beta.1"
|
|
83
83
|
},
|
|
84
84
|
"scripts": {
|
|
85
85
|
"test": "vitest run",
|