@univerjs-pro/sheets-pivot 0.5.0-alpha.0 → 0.5.0-beta.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/en-US.js +1 -1
- package/lib/cjs/locale/fa-IR.js +1 -1
- package/lib/cjs/locale/ru-RU.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-TW.js +1 -1
- package/lib/es/facade.js +1 -1
- package/lib/es/index.js +1 -1
- package/lib/es/locale/en-US.js +1 -1
- package/lib/es/locale/fa-IR.js +1 -1
- package/lib/es/locale/ru-RU.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-TW.js +1 -1
- package/lib/types/commands/command/add-pivot-field.command.d.ts +11 -0
- package/lib/types/commands/command/add-pivot-table-with-config.command.d.ts +3 -0
- package/lib/types/commands/command/add-pivot-table.command.d.ts +9 -0
- package/lib/types/commands/command/move-pivot-field.command.d.ts +11 -0
- package/lib/types/commands/command/pivot-drill-down.command.d.ts +6 -0
- package/lib/types/commands/command/remove-pivot-field.command.d.ts +8 -0
- package/lib/types/commands/command/set-pivot-collapse.command.d.ts +9 -0
- package/lib/types/commands/command/set-pivot-filter.command.d.ts +10 -0
- package/lib/types/commands/command/set-pivot-sort.command.d.ts +10 -0
- package/lib/types/commands/command/update-pivot-setting.command.d.ts +15 -0
- package/lib/types/commands/command/update-pivot-source.command.d.ts +9 -0
- package/lib/types/commands/command/update-value-position.command.d.ts +8 -0
- package/lib/types/commands/command/util.d.ts +14 -0
- package/lib/types/commands/mutations/add-pivot-field.mutation.d.ts +3 -0
- package/lib/types/commands/mutations/add-pivot-table.mutation.d.ts +3 -0
- package/lib/types/commands/mutations/change-apply-util.d.ts +15 -0
- package/lib/types/commands/mutations/pivot-data-communication.mutation.d.ts +7 -0
- package/lib/types/commands/mutations/remove-pivot-field.mutation.d.ts +3 -0
- package/lib/types/commands/mutations/remove-pivot-table.mutation.d.ts +3 -0
- package/lib/types/commands/mutations/rename-pivot-field.mutation.d.ts +3 -0
- package/lib/types/commands/mutations/set-pivot-collapse.mutation.d.ts +3 -0
- package/lib/types/commands/mutations/set-pivot-field-format.mutation.d.ts +3 -0
- package/lib/types/commands/mutations/set-pivot-filter.mutation.d.ts +3 -0
- package/lib/types/commands/mutations/set-pivot-option.mutation.d.ts +3 -0
- package/lib/types/commands/mutations/set-pivot-position.mutation.d.ts +3 -0
- package/lib/types/commands/mutations/set-pivot-sort.mutation.d.ts +3 -0
- package/lib/types/commands/mutations/set-pivot-subtotal-type.mutation.d.ts +3 -0
- package/lib/types/commands/mutations/update-field-position.mutation.d.ts +3 -0
- package/lib/types/commands/mutations/update-pivot-field-source-info.mutation.d.ts +3 -0
- package/lib/types/commands/mutations/update-pivot-table-source.mutation.d.ts +3 -0
- package/lib/types/commands/mutations/update-value-position.mutation.d.ts +3 -0
- package/lib/types/commands/operations/pivot-table-dirty-view.operation.d.ts +3 -0
- package/lib/types/common/const.d.ts +64 -0
- package/lib/types/const/const.d.ts +107 -0
- package/lib/types/const/template.d.ts +885 -0
- package/lib/types/const/type.d.ts +525 -0
- package/lib/types/controllers/config.schema.d.ts +6 -0
- package/lib/types/controllers/const.d.ts +1 -0
- package/lib/types/controllers/sheets-pivot-caculate.controller.d.ts +44 -0
- package/lib/types/controllers/sheets-pivot-clear.controller.d.ts +12 -0
- package/lib/types/controllers/sheets-pivot-interceptor.controller.d.ts +21 -0
- package/lib/types/controllers/sheets-pivot-permission.controller.d.ts +7 -0
- package/lib/types/controllers/sheets-pivot-ref-range.controller.d.ts +21 -0
- package/lib/types/controllers/sheets-pivot-remove-sheet.controller.d.ts +9 -0
- package/lib/types/controllers/sheets-pivot-rpc.controller.d.ts +20 -0
- package/lib/types/facade/f-pivot-table.d.ts +83 -0
- package/lib/types/facade/f-workbook.d.ts +72 -0
- package/lib/types/facade/index.d.ts +2 -0
- package/lib/types/index.d.ts +52 -1158
- package/lib/types/locale/en-US.d.ts +3 -0
- package/lib/types/locale/fa-IR.d.ts +3 -0
- package/lib/types/locale/ru-RU.d.ts +3 -0
- package/lib/types/locale/vi-VN.d.ts +3 -0
- package/lib/types/locale/zh-CN.d.ts +31 -0
- package/lib/types/locale/zh-TW.d.ts +3 -0
- package/lib/types/models/sheets-pivot-config-model.d.ts +58 -0
- package/lib/types/models/sheets-pivot-data-field-manager.d.ts +77 -0
- package/lib/types/models/sheets-pivot-data-source-model.d.ts +101 -0
- package/lib/types/models/sheets-pivot-table-adaptor-model.d.ts +54 -0
- package/lib/types/models/view-util.d.ts +16 -0
- package/lib/types/plugin.d.ts +17 -0
- package/lib/types/services/sheets-pivot-rpc.service.d.ts +11 -0
- package/lib/types/services/sheets-pivot-table.service.d.ts +18 -0
- package/lib/types/util.d.ts +84 -0
- package/lib/umd/facade.js +1 -1
- package/lib/umd/index.js +1 -1
- package/lib/umd/locale/en-US.js +1 -1
- package/lib/umd/locale/fa-IR.js +1 -1
- package/lib/umd/locale/ru-RU.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-TW.js +1 -1
- package/package.json +14 -14
package/lib/umd/locale/en-US.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0xedd2(_0x3ce2dc,_0x2ed11e){var _0x2bb9b0=_0x2bb9();return _0xedd2=function(_0xedd2f4,_0x4ddb76){_0xedd2f4=_0xedd2f4-0x1d6;var _0xb8a912=_0x2bb9b0[_0xedd2f4];return _0xb8a912;},_0xedd2(_0x3ce2dc,_0x2ed11e);}(function(_0x34865c,_0x203c3e){var _0x36dd8d=_0xedd2,_0x31b809=_0x34865c();while(!![]){try{var _0x580171=parseInt(_0x36dd8d(0x1e8))/0x1+-parseInt(_0x36dd8d(0x1eb))/0x2+-parseInt(_0x36dd8d(0x1f4))/0x3+-parseInt(_0x36dd8d(0x1e0))/0x4+parseInt(_0x36dd8d(0x1ec))/0x5+-parseInt(_0x36dd8d(0x1f0))/0x6*(parseInt(_0x36dd8d(0x1dd))/0x7)+parseInt(_0x36dd8d(0x1e2))/0x8*(parseInt(_0x36dd8d(0x1d9))/0x9);if(_0x580171===_0x203c3e)break;else _0x31b809['push'](_0x31b809['shift']());}catch(_0x565b48){_0x31b809['push'](_0x31b809['shift']());}}}(_0x2bb9,0xb27ce),function(_0x76c1de,_0x2a51d8){var _0x3cd1bc=_0xedd2;typeof exports==_0x3cd1bc(0x1ee)&&typeof module<'u'?module[_0x3cd1bc(0x1e9)]=_0x2a51d8():typeof define=='function'&&define[_0x3cd1bc(0x1e4)]?define(_0x2a51d8):(_0x76c1de=typeof globalThis<'u'?globalThis:_0x76c1de||self,_0x76c1de[_0x3cd1bc(0x1df)]=_0x2a51d8());}(this,function(){'use strict';var _0xface07=_0xedd2;return{'sheets-pivot':{'blankValue':_0xface07(0x1d8),'columnName':_0xface07(0x1ea),'subTotalText':'Total','grandTotalText':_0xface07(0x1e3),'valueText':_0xface07(0x1ef),'averageName':'Average\x20of\x20','countName':_0xface07(0x1dc),'countNumsName':_0xface07(0x1dc),'maxName':_0xface07(0x1f1),'minName':_0xface07(0x1da),'productName':_0xface07(0x1de),'stdDevName':_0xface07(0x1e5),'stdDevpName':_0xface07(0x1e7),'sumName':_0xface07(0x1ed),'varName':_0xface07(0x1e1),'varpName':'Varp\x20of\x20','subTotal':_0xface07(0x1f2),'grandTotal':_0xface07(0x1e3),'value':_0xface07(0x1f3),'blank':_0xface07(0x1d6),'emptyPivot':{'filter':_0xface07(0x1d7),'row':'Row','column':_0xface07(0x1db),'values':_0xface07(0x1e6)}}};}));function _0x2bb9(){var _0x3f7c5=['2030526vRvVdX','Max\x20of\x20','Subtotal','value','3529611dMapWM','blank','Filter','(Blank)','18QiAjTm','Min\x20of\x20','Column','Count\x20of\x20','7mfGlSB','Product\x20of\x20','UniverProSheetsPivotEnUS','3202708AkzDEa','Var\x20of\x20','9169752yWRVXR','Grand\x20Total','amd','StdDev\x20of\x20','Values','StdDevp\x20of\x20','586451hXEKNr','exports','Column\x20','189050EpetQv','1311785kgUPUi','Sum\x20of\x20','object','Value'];_0x2bb9=function(){return _0x3f7c5;};return _0x2bb9();}
|
package/lib/umd/locale/fa-IR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x4e94(_0x117c19,_0x527d72){var _0x596f95=_0x596f();return _0x4e94=function(_0x4e94c1,_0x10a606){_0x4e94c1=_0x4e94c1-0x13c;var _0xa0f025=_0x596f95[_0x4e94c1];return _0xa0f025;},_0x4e94(_0x117c19,_0x527d72);}function _0x596f(){var _0x5174a7=['جمع\x20از\x20','object','تعداد\x20اعداد\x20از\x20','مقادیر','فیلتر','3cqIBJm','1400156mzAMpG','جمع','1memdsQ','amd','UniverProSheetsPivotFaIR','ستون\x20','7154748oZnBza','انحراف\x20معیار\x20از\x20','کمترین\x20از\x20','واریانس\x20کلی\x20از\x20','35245YaOfRu','9260770UzpnpX','سطر','انحراف\x20معیار\x20کلی\x20از\x20','function','1800uCzUdo','367540pIQtsO','ستون','12851883uiZylz','میانگین\x20از\x20','58475175hGtkEC','تعداد\x20از\x20','مقدار','ضرب\x20از\x20','(خالی)','138RjAwtB','خالی','بیشترین\x20از\x20'];_0x596f=function(){return _0x5174a7;};return _0x596f();}(function(_0x46b2a1,_0x29629d){var _0x56f046=_0x4e94,_0xd19f7a=_0x46b2a1();while(!![]){try{var _0x54093a=-parseInt(_0x56f046(0x144))/0x1*(-parseInt(_0x56f046(0x142))/0x2)+parseInt(_0x56f046(0x141))/0x3*(-parseInt(_0x56f046(0x148))/0x4)+-parseInt(_0x56f046(0x152))/0x5*(parseInt(_0x56f046(0x15b))/0x6)+-parseInt(_0x56f046(0x14c))/0x7*(parseInt(_0x56f046(0x151))/0x8)+-parseInt(_0x56f046(0x154))/0x9+parseInt(_0x56f046(0x14d))/0xa+parseInt(_0x56f046(0x156))/0xb;if(_0x54093a===_0x29629d)break;else _0xd19f7a['push'](_0xd19f7a['shift']());}catch(_0x31156c){_0xd19f7a['push'](_0xd19f7a['shift']());}}}(_0x596f,0xdc2d7),function(_0x4812de,_0x1d477d){var _0x2544cd=_0x4e94;typeof exports==_0x2544cd(0x13d)&&typeof module<'u'?module['exports']=_0x1d477d():typeof define==_0x2544cd(0x150)&&define[_0x2544cd(0x145)]?define(_0x1d477d):(_0x4812de=typeof globalThis<'u'?globalThis:_0x4812de||self,_0x4812de[_0x2544cd(0x146)]=_0x1d477d());}(this,function(){'use strict';var _0x47feb3=_0x4e94;return{'sheets-pivot':{'blankValue':_0x47feb3(0x15a),'columnName':_0x47feb3(0x147),'subTotalText':_0x47feb3(0x143),'grandTotalText':'کل','valueText':'مقدار','averageName':_0x47feb3(0x155),'countName':_0x47feb3(0x157),'countNumsName':_0x47feb3(0x13e),'maxName':_0x47feb3(0x15d),'minName':_0x47feb3(0x14a),'productName':_0x47feb3(0x159),'stdDevName':_0x47feb3(0x149),'stdDevpName':_0x47feb3(0x14f),'sumName':_0x47feb3(0x13c),'varName':'واریانس\x20از\x20','varpName':_0x47feb3(0x14b),'subTotal':_0x47feb3(0x143),'grandTotal':'کل','value':_0x47feb3(0x158),'blank':_0x47feb3(0x15c),'emptyPivot':{'filter':_0x47feb3(0x140),'row':_0x47feb3(0x14e),'column':_0x47feb3(0x153),'values':_0x47feb3(0x13f)}}};}));
|
package/lib/umd/locale/ru-RU.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
(function(_0x30eda2,_0x1d1772){var _0x2cd45b=_0x5eb5,_0x3fafcd=_0x30eda2();while(!![]){try{var _0x512ef7=parseInt(_0x2cd45b(0xb6))/0x1+parseInt(_0x2cd45b(0xa4))/0x2+-parseInt(_0x2cd45b(0xb9))/0x3*(-parseInt(_0x2cd45b(0xa6))/0x4)+parseInt(_0x2cd45b(0xb1))/0x5*(-parseInt(_0x2cd45b(0xa8))/0x6)+-parseInt(_0x2cd45b(0xad))/0x7*(parseInt(_0x2cd45b(0xbe))/0x8)+parseInt(_0x2cd45b(0xa3))/0x9*(parseInt(_0x2cd45b(0xa0))/0xa)+parseInt(_0x2cd45b(0xbd))/0xb*(-parseInt(_0x2cd45b(0xac))/0xc);if(_0x512ef7===_0x1d1772)break;else _0x3fafcd['push'](_0x3fafcd['shift']());}catch(_0x190c9e){_0x3fafcd['push'](_0x3fafcd['shift']());}}}(_0x1a14,0xc3f0b),function(_0x5da893,_0x390282){var _0x46b044=_0x5eb5;typeof exports==_0x46b044(0xb3)&&typeof module<'u'?module[_0x46b044(0xb5)]=_0x390282():typeof define==_0x46b044(0xa1)&&define[_0x46b044(0xa2)]?define(_0x390282):(_0x5da893=typeof globalThis<'u'?globalThis:_0x5da893||self,_0x5da893[_0x46b044(0xb0)]=_0x390282());}(this,function(){'use strict';var _0x9e93f8=_0x5eb5;return{'sheets-pivot':{'blankValue':_0x9e93f8(0xbc),'columnName':_0x9e93f8(0xaa),'subTotalText':_0x9e93f8(0xa5),'grandTotalText':'Общий\x20итог','valueText':'Значение','averageName':_0x9e93f8(0xb4),'countName':_0x9e93f8(0xa9),'countNumsName':_0x9e93f8(0xae),'maxName':_0x9e93f8(0xb7),'minName':'Минимум\x20по\x20','productName':_0x9e93f8(0xb8),'stdDevName':_0x9e93f8(0xba),'stdDevpName':'Общее\x20стандартное\x20отклонение\x20по\x20','sumName':_0x9e93f8(0xb2),'varName':_0x9e93f8(0xa7),'varpName':_0x9e93f8(0xbb),'subTotal':_0x9e93f8(0xa5),'grandTotal':'Общий\x20итог','value':'Значение','blank':_0x9e93f8(0xab),'emptyPivot':{'filter':'Фильтр','row':'Строка','column':_0x9e93f8(0xaf),'values':'Значение'}}};}));function _0x5eb5(_0x3a06bc,_0x475e0a){var _0x1a14e9=_0x1a14();return _0x5eb5=function(_0x5eb51b,_0x1e3967){_0x5eb51b=_0x5eb51b-0xa0;var _0x974ed7=_0x1a14e9[_0x5eb51b];return _0x974ed7;},_0x5eb5(_0x3a06bc,_0x475e0a);}function _0x1a14(){var _0x2e6e15=['Стандартное\x20отклонение\x20по\x20','Общая\x20дисперсия\x20по\x20','(Пусто)','32417HVkTqe','896cTvnIy','7217370mXWGlj','function','amd','18XraqsN','12568pXEnOS','Промежуточный\x20итог','2991808rqzHIT','Дисперсия\x20по\x20','138qQgKZe','Количество\x20по\x20','Столбец\x20','Пусто','2388MGzNnv','90930AcmbDB','Число\x20по\x20','Столбец','UniverProSheetsPivotRuRU','57185jBevDz','Сумма\x20по\x20','object','Среднее\x20по\x20','exports','161293jotfdr','Максимум\x20по\x20','Произведение\x20по\x20','6UCINuP'];_0x1a14=function(){return _0x2e6e15;};return _0x1a14();}
|
package/lib/umd/locale/vi-VN.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
function _0x3f4e(){var _0x136eb4=['2561853fxWzep','Giá\x20trị','6081FpTAPH','10RyLtFl','Tổng\x20phụ','(Trống)','Trống','16375ACprMP','8aklnMC','Cột','Lọc','2504249oiUsRL','Độ\x20lệch\x20chuẩn:','Tích:','5775363OeOrGz','exports','amd','1101984eKGLaH','778XOfnOZ','Giá\x20trị\x20tối\x20đa:','Giá\x20trị\x20tối\x20thiểu:','4140516Isvbks','Phương\x20sai\x20toàn\x20phần:','function','UniverProSheetsPivotViVN','Số\x20lượng:','Cột\x20','1256NbVhgE','Hàng'];_0x3f4e=function(){return _0x136eb4;};return _0x3f4e();}function _0x2996(_0x830a34,_0x437356){var _0x3f4e96=_0x3f4e();return _0x2996=function(_0x2996fb,_0x4761e3){_0x2996fb=_0x2996fb-0x18f;var _0x5f138e=_0x3f4e96[_0x2996fb];return _0x5f138e;},_0x2996(_0x830a34,_0x437356);}(function(_0x13d4e9,_0x7a7d52){var _0x5265bb=_0x2996,_0x3b2f5e=_0x13d4e9();while(!![]){try{var _0x3ced79=parseInt(_0x5265bb(0x1a7))/0x1+parseInt(_0x5265bb(0x1a8))/0x2*(-parseInt(_0x5265bb(0x198))/0x3)+-parseInt(_0x5265bb(0x194))/0x4*(-parseInt(_0x5265bb(0x19d))/0x5)+-parseInt(_0x5265bb(0x1ab))/0x6+parseInt(_0x5265bb(0x196))/0x7*(parseInt(_0x5265bb(0x19e))/0x8)+-parseInt(_0x5265bb(0x1a4))/0x9+parseInt(_0x5265bb(0x199))/0xa*(parseInt(_0x5265bb(0x1a1))/0xb);if(_0x3ced79===_0x7a7d52)break;else _0x3b2f5e['push'](_0x3b2f5e['shift']());}catch(_0x635af7){_0x3b2f5e['push'](_0x3b2f5e['shift']());}}}(_0x3f4e,0x9361c),function(_0x1cc27d,_0x171a0d){var _0x544835=_0x2996;typeof exports=='object'&&typeof module<'u'?module[_0x544835(0x1a5)]=_0x171a0d():typeof define==_0x544835(0x190)&&define[_0x544835(0x1a6)]?define(_0x171a0d):(_0x1cc27d=typeof globalThis<'u'?globalThis:_0x1cc27d||self,_0x1cc27d[_0x544835(0x191)]=_0x171a0d());}(this,function(){'use strict';var _0x488dc6=_0x2996;return{'sheets-pivot':{'blankValue':_0x488dc6(0x19b),'columnName':_0x488dc6(0x193),'subTotalText':_0x488dc6(0x19a),'grandTotalText':'Tổng\x20cộng','valueText':'Giá\x20trị','averageName':'Giá\x20trị\x20trung\x20bình:','countName':_0x488dc6(0x192),'countNumsName':'Số\x20lượng\x20số:','maxName':_0x488dc6(0x1a9),'minName':_0x488dc6(0x1aa),'productName':_0x488dc6(0x1a3),'stdDevName':_0x488dc6(0x1a2),'stdDevpName':'Độ\x20lệch\x20chuẩn\x20toàn\x20phần:','sumName':'Tổng:','varName':'Phương\x20sai:','varpName':_0x488dc6(0x18f),'subTotal':_0x488dc6(0x19a),'grandTotal':'Tổng\x20cộng','value':_0x488dc6(0x197),'blank':_0x488dc6(0x19c),'emptyPivot':{'filter':_0x488dc6(0x1a0),'row':_0x488dc6(0x195),'column':_0x488dc6(0x19f),'values':_0x488dc6(0x197)}}};}));
|
package/lib/umd/locale/zh-CN.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
(function(_0x292a94,_0x3cc4dc){var _0x5d5c08=_0x5334,_0x2d7140=_0x292a94();while(!![]){try{var _0x54d82f=parseInt(_0x5d5c08(0xd1))/0x1+-parseInt(_0x5d5c08(0xd4))/0x2+-parseInt(_0x5d5c08(0xd7))/0x3*(-parseInt(_0x5d5c08(0xcc))/0x4)+-parseInt(_0x5d5c08(0xcd))/0x5+parseInt(_0x5d5c08(0xd9))/0x6*(-parseInt(_0x5d5c08(0xce))/0x7)+parseInt(_0x5d5c08(0xdc))/0x8+-parseInt(_0x5d5c08(0xdd))/0x9;if(_0x54d82f===_0x3cc4dc)break;else _0x2d7140['push'](_0x2d7140['shift']());}catch(_0x4bea5d){_0x2d7140['push'](_0x2d7140['shift']());}}}(_0x1ee3,0xb2e59),function(_0x18a737,_0x43eee3){var _0x52047e=_0x5334;typeof exports==_0x52047e(0xda)&&typeof module<'u'?module[_0x52047e(0xd2)]=_0x43eee3():typeof define==_0x52047e(0xd8)&&define[_0x52047e(0xd5)]?define(_0x43eee3):(_0x18a737=typeof globalThis<'u'?globalThis:_0x18a737||self,_0x18a737['UniverProSheetsPivotZhCN']=_0x43eee3());}(this,function(){'use strict';var _0x2c2517=_0x5334;return{'sheets-pivot':{'blankValue':'(空白)','columnName':'列\x20','subTotalText':'汇总','grandTotalText':'总计','valueText':'值','averageName':_0x2c2517(0xcf),'countName':_0x2c2517(0xde),'countNumsName':'数值计数项:','maxName':_0x2c2517(0xdf),'minName':_0x2c2517(0xd6),'productName':_0x2c2517(0xd0),'stdDevName':'标准偏差项:','stdDevpName':_0x2c2517(0xdb),'sumName':'求和项:','varName':_0x2c2517(0xd3),'varpName':'总体方差项:','subTotal':'汇总','grandTotal':'总计','value':'值','blank':'空白','emptyPivot':{'filter':'筛选','row':'行','column':'列','values':'值'}}};}));function _0x5334(_0x3b4957,_0x4f717e){var _0x1ee3ba=_0x1ee3();return _0x5334=function(_0x533412,_0x2b3977){_0x533412=_0x533412-0xcc;var _0x25363b=_0x1ee3ba[_0x533412];return _0x25363b;},_0x5334(_0x3b4957,_0x4f717e);}function _0x1ee3(){var _0x17b8c3=['总体标准偏差项:','10167640ZBTkXW','8024922aHaeFI','计数项:','最大值项:','20gdpGRr','2029150BwXYLP','877443WDOqnw','平均值项:','乘积项:','1392902RAsCvo','exports','方差项:','61946rajAAp','amd','最小值项:','390513RLAzZn','function','60wgGpYp','object'];_0x1ee3=function(){return _0x17b8c3;};return _0x1ee3();}
|
package/lib/umd/locale/zh-TW.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
(function(_0x1ba7f6,_0x13c1c0){var _0x5a4465=_0x288b,_0x210944=_0x1ba7f6();while(!![]){try{var _0x41fbc3=parseInt(_0x5a4465(0x133))/0x1*(-parseInt(_0x5a4465(0x12f))/0x2)+parseInt(_0x5a4465(0x128))/0x3*(-parseInt(_0x5a4465(0x129))/0x4)+-parseInt(_0x5a4465(0x138))/0x5*(-parseInt(_0x5a4465(0x13b))/0x6)+parseInt(_0x5a4465(0x131))/0x7*(-parseInt(_0x5a4465(0x132))/0x8)+-parseInt(_0x5a4465(0x13a))/0x9*(parseInt(_0x5a4465(0x134))/0xa)+parseInt(_0x5a4465(0x12b))/0xb+parseInt(_0x5a4465(0x130))/0xc*(parseInt(_0x5a4465(0x12e))/0xd);if(_0x41fbc3===_0x13c1c0)break;else _0x210944['push'](_0x210944['shift']());}catch(_0x2239d0){_0x210944['push'](_0x210944['shift']());}}}(_0x73b8,0xe916e),function(_0x43c523,_0x2506ba){var _0x5620c1=_0x288b;typeof exports=='object'&&typeof module<'u'?module[_0x5620c1(0x12a)]=_0x2506ba():typeof define==_0x5620c1(0x12c)&&define['amd']?define(_0x2506ba):(_0x43c523=typeof globalThis<'u'?globalThis:_0x43c523||self,_0x43c523[_0x5620c1(0x13c)]=_0x2506ba());}(this,function(){'use strict';var _0x163da7=_0x288b;return{'sheets-pivot':{'blankValue':_0x163da7(0x135),'columnName':'欄\x20','subTotalText':'小計','grandTotalText':'總計','valueText':'值','averageName':_0x163da7(0x126),'countName':'計數項:','countNumsName':_0x163da7(0x127),'maxName':_0x163da7(0x139),'minName':'最小值項:','productName':'乘積項:','stdDevName':'標準差項:','stdDevpName':'總體標準差項:','sumName':_0x163da7(0x12d),'varName':_0x163da7(0x136),'varpName':_0x163da7(0x137),'subTotal':'小計','grandTotal':'總計','value':'值','blank':'空白','emptyPivot':{'filter':'篩選','row':'行','column':'欄','values':'值'}}};}));function _0x288b(_0x56931c,_0x318b18){var _0x73b813=_0x73b8();return _0x288b=function(_0x288b0e,_0x21354e){_0x288b0e=_0x288b0e-0x126;var _0xb65006=_0x73b813[_0x288b0e];return _0xb65006;},_0x288b(_0x56931c,_0x318b18);}function _0x73b8(){var _0x174623=['方差項:','總體方差項:','5lgfGkT','最大值項:','9ErPjEx','418074nktNeW','UniverProSheetsPivotZhTW','平均值項:','數值計數項:','510NOSHka','12112DYsBWE','exports','2862189RHeOAL','function','求和項:','10855091wmcMEH','96586jnFdiB','84COMmmH','7jxYujS','10448264TXqWIW','31YgRyHs','19023170bBZtoT','(空白)'];_0x73b8=function(){return _0x174623;};return _0x73b8();}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@univerjs-pro/sheets-pivot",
|
|
3
|
-
"version": "0.5.0-
|
|
3
|
+
"version": "0.5.0-beta.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Univer Sheets Pivot Table",
|
|
6
6
|
"author": "DreamNum <developer@univer.ai>",
|
|
@@ -55,21 +55,21 @@
|
|
|
55
55
|
"rxjs": ">=7.0.0"
|
|
56
56
|
},
|
|
57
57
|
"dependencies": {
|
|
58
|
-
"@univerjs-pro/
|
|
59
|
-
"@univerjs-pro/
|
|
60
|
-
"@univerjs/core": "0.5.0-
|
|
61
|
-
"@univerjs/engine-
|
|
62
|
-
"@univerjs/
|
|
63
|
-
"@univerjs/
|
|
64
|
-
"@univerjs/sheets-filter": "0.5.0-
|
|
65
|
-
"@univerjs/
|
|
58
|
+
"@univerjs-pro/engine-pivot": "0.5.0-beta.0",
|
|
59
|
+
"@univerjs-pro/license": "0.5.0-beta.0",
|
|
60
|
+
"@univerjs/core": "0.5.0-beta.0",
|
|
61
|
+
"@univerjs/engine-formula": "0.5.0-beta.0",
|
|
62
|
+
"@univerjs/engine-render": "0.5.0-beta.0",
|
|
63
|
+
"@univerjs/sheets": "0.5.0-beta.0",
|
|
64
|
+
"@univerjs/sheets-filter": "0.5.0-beta.0",
|
|
65
|
+
"@univerjs/rpc": "0.5.0-beta.0"
|
|
66
66
|
},
|
|
67
67
|
"devDependencies": {
|
|
68
68
|
"rxjs": "^7.8.1",
|
|
69
|
-
"typescript": "5.6.3",
|
|
70
|
-
"vite": "^5.4.
|
|
71
|
-
"vitest": "^2.1.
|
|
72
|
-
"@univerjs-infra/shared": "0.5.0-
|
|
69
|
+
"typescript": "^5.6.3",
|
|
70
|
+
"vite": "^5.4.11",
|
|
71
|
+
"vitest": "^2.1.5",
|
|
72
|
+
"@univerjs-infra/shared": "0.5.0-beta.0"
|
|
73
73
|
},
|
|
74
74
|
"space": {
|
|
75
75
|
".": {
|
|
@@ -99,7 +99,7 @@
|
|
|
99
99
|
"test:watch": "vitest",
|
|
100
100
|
"coverage": "vitest run --coverage",
|
|
101
101
|
"lint:types": "tsc --noEmit",
|
|
102
|
-
"build": "
|
|
102
|
+
"build": "univer-cli build"
|
|
103
103
|
},
|
|
104
104
|
"module": "./lib/es/index.js"
|
|
105
105
|
}
|