@univerjs-pro/sheets-pivot 0.17.0 → 0.18.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/ca-ES.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/ja-JP.js +1 -1
- package/lib/cjs/locale/ko-KR.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-TW.js +1 -1
- package/lib/es/facade.js +1 -1
- package/lib/es/index.js +1 -1
- package/lib/es/locale/ca-ES.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/ja-JP.js +1 -1
- package/lib/es/locale/ko-KR.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-TW.js +1 -1
- package/lib/facade.js +1 -1
- package/lib/index.js +1 -1
- package/lib/locale/ca-ES.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/ja-JP.js +1 -1
- package/lib/locale/ko-KR.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-TW.js +1 -1
- package/lib/types/commands/command/add-pivot-field.command.d.ts +2 -2
- package/lib/types/commands/command/add-pivot-table-with-config.command.d.ts +2 -2
- package/lib/types/commands/command/add-pivot-table.command.d.ts +2 -2
- package/lib/types/commands/command/move-pivot-field.command.d.ts +2 -2
- package/lib/types/commands/command/move-pivot-table.command.d.ts +1 -1
- package/lib/types/commands/command/pivot-drill-down.command.d.ts +1 -1
- package/lib/types/commands/command/remove-pivot-field.command.d.ts +1 -1
- package/lib/types/commands/command/reset-pivot-fields-config.command.d.ts +2 -2
- package/lib/types/commands/command/set-pivot-collapse.command.d.ts +1 -1
- package/lib/types/commands/command/set-pivot-fields-config.command.d.ts +2 -2
- package/lib/types/commands/command/set-pivot-filter.command.d.ts +1 -1
- package/lib/types/commands/command/set-pivot-sort.command.d.ts +2 -2
- package/lib/types/commands/command/set-pivot-value-filter.command.d.ts +2 -2
- package/lib/types/commands/command/update-date-group.command.d.ts +2 -2
- package/lib/types/commands/command/update-pivot-setting.command.d.ts +3 -3
- package/lib/types/commands/command/update-pivot-source.command.d.ts +2 -2
- package/lib/types/commands/command/update-value-position.command.d.ts +2 -2
- package/lib/types/commands/command/util.d.ts +4 -4
- package/lib/types/commands/mutations/add-group-collection.mutation.d.ts +2 -2
- package/lib/types/commands/mutations/add-pivot-field.mutation.d.ts +2 -2
- package/lib/types/commands/mutations/add-pivot-table.mutation.d.ts +2 -2
- package/lib/types/commands/mutations/change-apply-util.d.ts +3 -2
- package/lib/types/commands/mutations/pivot-data-communication.mutation.d.ts +2 -2
- package/lib/types/commands/mutations/remove-group-collection.mutation.d.ts +2 -2
- package/lib/types/commands/mutations/remove-pivot-field.mutation.d.ts +2 -2
- package/lib/types/commands/mutations/remove-pivot-table.mutation.d.ts +2 -2
- package/lib/types/commands/mutations/rename-pivot-field.mutation.d.ts +2 -2
- package/lib/types/commands/mutations/set-pivot-collapse.mutation.d.ts +2 -2
- package/lib/types/commands/mutations/set-pivot-field-format.mutation.d.ts +2 -2
- package/lib/types/commands/mutations/set-pivot-filter.mutation.d.ts +2 -2
- package/lib/types/commands/mutations/set-pivot-option.mutation.d.ts +2 -2
- package/lib/types/commands/mutations/set-pivot-position.mutation.d.ts +2 -2
- package/lib/types/commands/mutations/set-pivot-sort.mutation.d.ts +2 -2
- package/lib/types/commands/mutations/set-pivot-subtotal-type.mutation.d.ts +2 -2
- package/lib/types/commands/mutations/set-pivot-value-filter.mutation.d.ts +2 -2
- package/lib/types/commands/mutations/update-date-group.mutation.d.ts +2 -2
- package/lib/types/commands/mutations/update-field-position.mutation.d.ts +2 -2
- package/lib/types/commands/mutations/update-pivot-field-source-info.mutation.d.ts +2 -2
- package/lib/types/commands/mutations/update-pivot-table-source.mutation.d.ts +2 -2
- package/lib/types/commands/mutations/update-value-position.mutation.d.ts +2 -2
- package/lib/types/commands/operations/pivot-table-dirty-view.operation.d.ts +2 -2
- package/lib/types/const/const.d.ts +5 -5
- package/lib/types/const/template.d.ts +1 -1
- package/lib/types/const/type.d.ts +5 -5
- package/lib/types/controllers/sheets-pivot-caculate.controller.d.ts +3 -2
- package/lib/types/controllers/sheets-pivot-interceptor.controller.d.ts +4 -3
- package/lib/types/controllers/sheets-pivot-ref-range.controller.d.ts +4 -2
- package/lib/types/facade/f-event.d.ts +3 -2
- package/lib/types/facade/f-generic-pivot-table.d.ts +4 -3
- package/lib/types/facade/f-pivot-table.d.ts +4 -3
- package/lib/types/facade/f-univer.d.ts +3 -3
- package/lib/types/facade/f-workbook.d.ts +2 -2
- package/lib/types/facade/type.d.ts +1 -1
- package/lib/types/facade/util.d.ts +2 -2
- package/lib/types/locale/ca-ES.d.ts +1 -1
- package/lib/types/locale/es-ES.d.ts +1 -1
- package/lib/types/locale/fa-IR.d.ts +1 -1
- package/lib/types/locale/fr-FR.d.ts +1 -1
- package/lib/types/locale/ja-JP.d.ts +1 -1
- package/lib/types/locale/ko-KR.d.ts +1 -1
- package/lib/types/locale/ru-RU.d.ts +1 -1
- package/lib/types/locale/sk-SK.d.ts +1 -1
- package/lib/types/locale/vi-VN.d.ts +1 -1
- package/lib/types/locale/zh-CN.d.ts +1 -1
- package/lib/types/locale/zh-TW.d.ts +1 -1
- package/lib/types/models/sheets-pivot-config-model.d.ts +7 -6
- package/lib/types/models/sheets-pivot-data-field-manager.d.ts +6 -5
- package/lib/types/models/sheets-pivot-data-source-model.d.ts +11 -8
- package/lib/types/models/sheets-pivot-table-adaptor-model.d.ts +5 -4
- package/lib/types/models/view-util.d.ts +4 -3
- package/lib/types/plugin.d.ts +1 -1
- package/lib/types/services/sheets-pivot-rpc.service.d.ts +1 -1
- package/lib/types/services/sheets-pivot-table.service.d.ts +4 -4
- package/lib/types/util.d.ts +6 -4
- package/lib/umd/facade.js +1 -1
- package/lib/umd/index.js +1 -1
- package/lib/umd/locale/ca-ES.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/ja-JP.js +1 -1
- package/lib/umd/locale/ko-KR.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-TW.js +1 -1
- package/package.json +14 -13
- package/lib/types/license/encrypted-func.d.ts +0 -1
- package/lib/types/license/reverse-mapping.d.ts +0 -65
package/lib/locale/ca-ES.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
const _0x581120=_0xfe95;function _0x15dc(){const _0x380880=['Quarter','Subtotal','other','Varp\x20of\x20','5171688bjIrAN','blank','1bEcrwv','328266EOblex','Month-Day','Value','{0}\x20month','Year-Month','(Other)','Max\x20of\x20','{0}\x20year\x20{1}\x20month\x20{2}\x20day','4737810KLRPUO','Hour','Column\x20','{0}\x20day','Row','Grand\x20Total','Var\x20of\x20','{0}\x20hour','Product\x20of\x20','{0}\x20year\x20{1}\x20month','StdDevp\x20of\x20','Values','1168746fjJNRN','Year','Minute','6127770cTiIQH','{0}\x20minute','{0}\x20year\x20{1}\x20quarter','Column','3288465pySpAU','1155640hIVYzL','Filter','StdDev\x20of\x20','Sum\x20of\x20','{0}\x20year','Average\x20of\x20','value','Count\x20of\x20','16lMeRsY','{0}\x20hour\x20{1}\x20minute','Total'];_0x15dc=function(){return _0x380880;};return _0x15dc();}(function(_0xcf39ae,_0x1830e3){const _0x480767=_0xfe95,_0x1b51a5=_0xcf39ae();while(!![]){try{const _0x4953b7=-parseInt(_0x480767(0x18c))/0x1*(parseInt(_0x480767(0x18d))/0x2)+parseInt(_0x480767(0x1a1))/0x3+parseInt(_0x480767(0x1b1))/0x4*(parseInt(_0x480767(0x1a9))/0x5)+-parseInt(_0x480767(0x1a4))/0x6+parseInt(_0x480767(0x195))/0x7+-parseInt(_0x480767(0x18a))/0x8+parseInt(_0x480767(0x1a8))/0x9;if(_0x4953b7===_0x1830e3)break;else _0x1b51a5['push'](_0x1b51a5['shift']());}catch(_0xcb8a95){_0x1b51a5['push'](_0x1b51a5['shift']());}}}(_0x15dc,0x80084));function _0xfe95(_0x2a4283,_0x3c5258){_0x2a4283=_0x2a4283-0x185;const _0x15dc29=_0x15dc();let _0xfe95de=_0x15dc29[_0x2a4283];return _0xfe95de;}const e={'sheets-pivot':{'blankValue':'(Blank)','otherValue':_0x581120(0x192),'columnName':_0x581120(0x197),'subTotalText':_0x581120(0x185),'grandTotalText':_0x581120(0x19a),'valueText':_0x581120(0x18f),'averageName':_0x581120(0x1ae),'countName':_0x581120(0x1b0),'countNumsName':'Count\x20of\x20','maxName':_0x581120(0x193),'minName':'Min\x20of\x20','productName':_0x581120(0x19d),'stdDevName':_0x581120(0x1ab),'stdDevpName':_0x581120(0x19f),'sumName':_0x581120(0x1ac),'varName':_0x581120(0x19b),'varpName':_0x581120(0x189),'subTotal':_0x581120(0x187),'grandTotal':_0x581120(0x19a),'value':_0x581120(0x1af),'blank':_0x581120(0x18b),'other':_0x581120(0x188),'emptyPivot':{'filter':_0x581120(0x1aa),'row':_0x581120(0x199),'column':_0x581120(0x1a7),'values':_0x581120(0x1a0)},'dateGroup':{'year':_0x581120(0x1a2),'month':'Month','day':'Day','hour':_0x581120(0x196),'minute':_0x581120(0x1a3),'quarter':_0x581120(0x186),'monthDate':_0x581120(0x18e),'yearQuarter':'Year-Quarter','yearMonth':_0x581120(0x191),'yearMonthDate':'Year-Month-Day'},'cellDateGroupDisplay':{'minute':_0x581120(0x1a5),'hour':_0x581120(0x19c),'hourMinute':_0x581120(0x1b2),'date':_0x581120(0x198),'month':_0x581120(0x190),'monthDate':'{0}\x20month\x20{1}\x20day','quarter':'{0}\x20quarter','year':_0x581120(0x1ad),'yearMonth':_0x581120(0x19e),'yearMonthDate':_0x581120(0x194),'yearQuarter':_0x581120(0x1a6)}}};export{e as default};
|
package/lib/locale/en-US.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x100c9f=_0x1399;(function(_0x4f1a61,_0x569222){const _0x20bfdb=_0x1399,_0x559746=_0x4f1a61();while(!![]){try{const _0x3f6081=parseInt(_0x20bfdb(0x1bc))/0x1*(-parseInt(_0x20bfdb(0x19c))/0x2)+parseInt(_0x20bfdb(0x1b7))/0x3+-parseInt(_0x20bfdb(0x1a1))/0x4+-parseInt(_0x20bfdb(0x1a8))/0x5+-parseInt(_0x20bfdb(0x1c4))/0x6+-parseInt(_0x20bfdb(0x1c0))/0x7*(-parseInt(_0x20bfdb(0x1ab))/0x8)+parseInt(_0x20bfdb(0x1c1))/0x9;if(_0x3f6081===_0x569222)break;else _0x559746['push'](_0x559746['shift']());}catch(_0x49faf9){_0x559746['push'](_0x559746['shift']());}}}(_0x4f17,0x3284f));function _0x1399(_0x584f7e,_0xb2a483){_0x584f7e=_0x584f7e-0x19b;const _0x4f177f=_0x4f17();let _0x13991c=_0x4f177f[_0x584f7e];return _0x13991c;}const e={'sheets-pivot':{'blankValue':'(Blank)','otherValue':_0x100c9f(0x1af),'columnName':_0x100c9f(0x1a2),'subTotalText':_0x100c9f(0x1a5),'grandTotalText':_0x100c9f(0x1a9),'valueText':_0x100c9f(0x1b2),'averageName':_0x100c9f(0x1a6),'countName':_0x100c9f(0x1ba),'countNumsName':'Count\x20of\x20','maxName':_0x100c9f(0x1ae),'minName':'Min\x20of\x20','productName':_0x100c9f(0x1a0),'stdDevName':_0x100c9f(0x1b8),'stdDevpName':_0x100c9f(0x1ac),'sumName':_0x100c9f(0x1bf),'varName':_0x100c9f(0x1c5),'varpName':_0x100c9f(0x1c2),'subTotal':_0x100c9f(0x1c3),'grandTotal':_0x100c9f(0x1a9),'value':_0x100c9f(0x1a7),'blank':_0x100c9f(0x19b),'other':_0x100c9f(0x1b1),'emptyPivot':{'filter':'Filter','row':_0x100c9f(0x1b5),'column':_0x100c9f(0x1a3),'values':'Values'},'dateGroup':{'year':'Year','month':_0x100c9f(0x1a4),'day':'Day','hour':_0x100c9f(0x1b6),'minute':_0x100c9f(0x19d),'quarter':_0x100c9f(0x1b0),'monthDate':'Month-Day','yearQuarter':_0x100c9f(0x1ad),'yearMonth':_0x100c9f(0x1bd),'yearMonthDate':_0x100c9f(0x1aa)},'cellDateGroupDisplay':{'minute':_0x100c9f(0x1c6),'hour':_0x100c9f(0x19f),'hourMinute':'{0}\x20hour\x20{1}\x20minute','date':_0x100c9f(0x1b4),'month':_0x100c9f(0x1b3),'monthDate':'{0}\x20month\x20{1}\x20day','quarter':_0x100c9f(0x1b9),'year':_0x100c9f(0x1be),'yearMonth':'{0}\x20year\x20{1}\x20month','yearMonthDate':_0x100c9f(0x19e),'yearQuarter':_0x100c9f(0x1bb)}}};export{e as default};function _0x4f17(){const _0xfaed39=['1731IZgaDJ','Year-Month','{0}\x20year','Sum\x20of\x20','7MfPAOw','5153643SINfUL','Varp\x20of\x20','Subtotal','189006lRgKlp','Var\x20of\x20','{0}\x20minute','blank','238hXGCFG','Minute','{0}\x20year\x20{1}\x20month\x20{2}\x20day','{0}\x20hour','Product\x20of\x20','1300404HLgyYL','Column\x20','Column','Month','Total','Average\x20of\x20','value','434290xmvupB','Grand\x20Total','Year-Month-Day','2063336WwlguH','StdDevp\x20of\x20','Year-Quarter','Max\x20of\x20','(Other)','Quarter','other','Value','{0}\x20month','{0}\x20day','Row','Hour','77496VQBjAr','StdDev\x20of\x20','{0}\x20quarter','Count\x20of\x20','{0}\x20year\x20{1}\x20quarter'];_0x4f17=function(){return _0xfaed39;};return _0x4f17();}
|
package/lib/locale/es-ES.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x1e8af8=_0x496f;(function(_0x12ef9b,_0x2b3eef){const _0x244128=_0x496f,_0x1614a7=_0x12ef9b();while(!![]){try{const _0x471cb8=parseInt(_0x244128(0xc8))/0x1*(parseInt(_0x244128(0xd2))/0x2)+parseInt(_0x244128(0xd9))/0x3+-parseInt(_0x244128(0xd7))/0x4+-parseInt(_0x244128(0xdc))/0x5+-parseInt(_0x244128(0xcd))/0x6*(parseInt(_0x244128(0xcb))/0x7)+-parseInt(_0x244128(0xe2))/0x8*(-parseInt(_0x244128(0xd5))/0x9)+parseInt(_0x244128(0xe5))/0xa*(parseInt(_0x244128(0xdd))/0xb);if(_0x471cb8===_0x2b3eef)break;else _0x1614a7['push'](_0x1614a7['shift']());}catch(_0x3df9a5){_0x1614a7['push'](_0x1614a7['shift']());}}}(_0x2270,0x1fb10));const e={'sheets-pivot':{'blankValue':_0x1e8af8(0xc6),'otherValue':'(Other)','columnName':'Column\x20','subTotalText':_0x1e8af8(0xd6),'grandTotalText':_0x1e8af8(0xe6),'valueText':_0x1e8af8(0xd0),'averageName':'Average\x20of\x20','countName':_0x1e8af8(0xd1),'countNumsName':_0x1e8af8(0xd1),'maxName':_0x1e8af8(0xc5),'minName':_0x1e8af8(0xd3),'productName':'Product\x20of\x20','stdDevName':'StdDev\x20of\x20','stdDevpName':_0x1e8af8(0xe1),'sumName':'Sum\x20of\x20','varName':_0x1e8af8(0xd4),'varpName':_0x1e8af8(0xce),'subTotal':_0x1e8af8(0xe9),'grandTotal':'Grand\x20Total','value':_0x1e8af8(0xc3),'blank':'blank','other':_0x1e8af8(0xeb),'emptyPivot':{'filter':_0x1e8af8(0xde),'row':_0x1e8af8(0xda),'column':'Column','values':'Values'},'dateGroup':{'year':_0x1e8af8(0xe0),'month':'Month','day':'Day','hour':_0x1e8af8(0xe3),'minute':_0x1e8af8(0xdf),'quarter':_0x1e8af8(0xe8),'monthDate':'Month-Day','yearQuarter':_0x1e8af8(0xe4),'yearMonth':_0x1e8af8(0xcc),'yearMonthDate':_0x1e8af8(0xea)},'cellDateGroupDisplay':{'minute':'{0}\x20minute','hour':'{0}\x20hour','hourMinute':'{0}\x20hour\x20{1}\x20minute','date':_0x1e8af8(0xcf),'month':_0x1e8af8(0xc9),'monthDate':_0x1e8af8(0xca),'quarter':_0x1e8af8(0xd8),'year':_0x1e8af8(0xc7),'yearMonth':_0x1e8af8(0xc4),'yearMonthDate':_0x1e8af8(0xdb),'yearQuarter':_0x1e8af8(0xe7)}}};function _0x496f(_0x18ce1a,_0x599fb0){_0x18ce1a=_0x18ce1a-0xc3;const _0x227052=_0x2270();let _0x496fdd=_0x227052[_0x18ce1a];return _0x496fdd;}function _0x2270(){const _0x351e8b=['Grand\x20Total','{0}\x20year\x20{1}\x20quarter','Quarter','Subtotal','Year-Month-Day','other','value','{0}\x20year\x20{1}\x20month','Max\x20of\x20','(Blank)','{0}\x20year','4289XULOQD','{0}\x20month','{0}\x20month\x20{1}\x20day','147fMzrrP','Year-Month','53982ZQrOPE','Varp\x20of\x20','{0}\x20day','Value','Count\x20of\x20','88EOSQwb','Min\x20of\x20','Var\x20of\x20','45ETVGTr','Total','934492WwybMP','{0}\x20quarter','520374iQGGfS','Row','{0}\x20year\x20{1}\x20month\x20{2}\x20day','951975nwexlB','12991WVMHaH','Filter','Minute','Year','StdDevp\x20of\x20','185672xVkSRf','Hour','Year-Quarter','2240jXUQye'];_0x2270=function(){return _0x351e8b;};return _0x2270();}export{e as default};
|
package/lib/locale/fa-IR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x5ca086=_0x1460;(function(_0x457cb6,_0x4e719d){const _0x8cc43f=_0x1460,_0x1cb97f=_0x457cb6();while(!![]){try{const _0x482720=-parseInt(_0x8cc43f(0x14e))/0x1*(parseInt(_0x8cc43f(0x14a))/0x2)+parseInt(_0x8cc43f(0x153))/0x3*(-parseInt(_0x8cc43f(0x140))/0x4)+parseInt(_0x8cc43f(0x133))/0x5*(-parseInt(_0x8cc43f(0x141))/0x6)+-parseInt(_0x8cc43f(0x13f))/0x7*(parseInt(_0x8cc43f(0x154))/0x8)+-parseInt(_0x8cc43f(0x12d))/0x9*(parseInt(_0x8cc43f(0x12c))/0xa)+-parseInt(_0x8cc43f(0x130))/0xb*(parseInt(_0x8cc43f(0x127))/0xc)+parseInt(_0x8cc43f(0x151))/0xd*(parseInt(_0x8cc43f(0x14f))/0xe);if(_0x482720===_0x4e719d)break;else _0x1cb97f['push'](_0x1cb97f['shift']());}catch(_0xc5593a){_0x1cb97f['push'](_0x1cb97f['shift']());}}}(_0x1f91,0x9cfc5));const e={'sheets-pivot':{'blankValue':_0x5ca086(0x12e),'otherValue':'(سایر)','columnName':_0x5ca086(0x139),'subTotalText':'جمع','grandTotalText':'کل','valueText':'مقدار','averageName':_0x5ca086(0x150),'countName':_0x5ca086(0x144),'countNumsName':_0x5ca086(0x12b),'maxName':'بیشترین\x20از\x20','minName':'کمترین\x20از\x20','productName':_0x5ca086(0x149),'stdDevName':_0x5ca086(0x13b),'stdDevpName':_0x5ca086(0x138),'sumName':'جمع\x20از\x20','varName':'واریانس\x20از\x20','varpName':'واریانس\x20کلی\x20از\x20','subTotal':'جمع','grandTotal':'کل','value':_0x5ca086(0x134),'blank':_0x5ca086(0x137),'other':_0x5ca086(0x12f),'emptyPivot':{'filter':'فیلتر','row':_0x5ca086(0x132),'column':_0x5ca086(0x14b),'values':_0x5ca086(0x128)},'dateGroup':{'year':_0x5ca086(0x12a),'month':_0x5ca086(0x13a),'day':_0x5ca086(0x145),'hour':_0x5ca086(0x135),'minute':_0x5ca086(0x143),'quarter':_0x5ca086(0x146),'monthDate':_0x5ca086(0x152),'yearQuarter':_0x5ca086(0x14c),'yearMonth':'Année-Mois','yearMonthDate':_0x5ca086(0x13d)},'cellDateGroupDisplay':{'minute':_0x5ca086(0x126),'hour':_0x5ca086(0x142),'hourMinute':_0x5ca086(0x148),'date':_0x5ca086(0x129),'month':_0x5ca086(0x14d),'monthDate':_0x5ca086(0x131),'quarter':_0x5ca086(0x136),'year':'{0}\x20سال','yearMonth':_0x5ca086(0x13e),'yearMonthDate':_0x5ca086(0x147),'yearQuarter':_0x5ca086(0x13c)}}};function _0x1460(_0x39db2b,_0x4e842c){_0x39db2b=_0x39db2b-0x126;const _0x1f9168=_0x1f91();let _0x146095=_0x1f9168[_0x39db2b];return _0x146095;}export{e as default};function _0x1f91(){const _0x243255=['{0}\x20سال\x20{1}\x20فصل','Année-Mois-Jour','{0}\x20سال\x20{1}\x20ماه','4488463IXAUDz','8tHWbcF','186CslkNN','{0}\x20ساعت','Minute','تعداد\x20از\x20','Jour','Trimestre','{0}\x20سال\x20{1}\x20ماه\x20{2}\x20روز','{0}\x20ساعت\x20{1}\x20دقیقه','ضرب\x20از\x20','21002eQXWGk','ستون','Année-Trimestre','{0}\x20ماه','17ISkCyj','70xgBvca','میانگین\x20از\x20','10314538zfEjqj','Mois-Jour','430839cWiDls','8dystkx','{0}\x20دقیقه','29244zhqzGO','مقادیر','{0}\x20روز','Année','تعداد\x20اعداد\x20از\x20','60jEfYtN','1486449KFLewf','(خالی)','سایر','2222PxhDsg','{0}\x20ماه\x20{1}\x20روز','سطر','118375OxzxhQ','مقدار','Heure','{0}\x20فصل','خالی','انحراف\x20معیار\x20کلی\x20از\x20','ستون\x20','Mois','انحراف\x20معیار\x20از\x20'];_0x1f91=function(){return _0x243255;};return _0x1f91();}
|
package/lib/locale/fr-FR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0xcef2f4=_0x476d;(function(_0x405ee5,_0x5db7a1){const _0x4118cc=_0x476d,_0x46d4e0=_0x405ee5();while(!![]){try{const _0x1eaaee=-parseInt(_0x4118cc(0x1b3))/0x1*(-parseInt(_0x4118cc(0x19e))/0x2)+-parseInt(_0x4118cc(0x197))/0x3+-parseInt(_0x4118cc(0x1b7))/0x4*(parseInt(_0x4118cc(0x198))/0x5)+parseInt(_0x4118cc(0x1b4))/0x6+-parseInt(_0x4118cc(0x1aa))/0x7*(-parseInt(_0x4118cc(0x1b8))/0x8)+parseInt(_0x4118cc(0x194))/0x9*(-parseInt(_0x4118cc(0x1b6))/0xa)+parseInt(_0x4118cc(0x196))/0xb*(-parseInt(_0x4118cc(0x1b5))/0xc);if(_0x1eaaee===_0x5db7a1)break;else _0x46d4e0['push'](_0x46d4e0['shift']());}catch(_0x37dde2){_0x46d4e0['push'](_0x46d4e0['shift']());}}}(_0x9fba,0xaa90a));const e={'sheets-pivot':{'blankValue':_0xcef2f4(0x19c),'otherValue':'(Other)','columnName':'Column\x20','subTotalText':_0xcef2f4(0x1a5),'grandTotalText':_0xcef2f4(0x1b1),'valueText':_0xcef2f4(0x1a1),'averageName':'Average\x20of\x20','countName':'Count\x20of\x20','countNumsName':_0xcef2f4(0x1ac),'maxName':_0xcef2f4(0x1a0),'minName':_0xcef2f4(0x199),'productName':_0xcef2f4(0x1a7),'stdDevName':_0xcef2f4(0x1a3),'stdDevpName':_0xcef2f4(0x1a8),'sumName':'Sum\x20of\x20','varName':_0xcef2f4(0x1b2),'varpName':_0xcef2f4(0x195),'subTotal':'Subtotal','grandTotal':_0xcef2f4(0x1b1),'value':_0xcef2f4(0x1ad),'blank':_0xcef2f4(0x1ae),'other':_0xcef2f4(0x192),'emptyPivot':{'filter':_0xcef2f4(0x1ab),'row':_0xcef2f4(0x1a6),'column':'Column','values':_0xcef2f4(0x19f)},'dateGroup':{'year':_0xcef2f4(0x19d),'month':'Month','day':_0xcef2f4(0x19a),'hour':'Hour','minute':'Minute','quarter':'Quarter','monthDate':_0xcef2f4(0x191),'yearQuarter':_0xcef2f4(0x1af),'yearMonth':_0xcef2f4(0x1a4),'yearMonthDate':_0xcef2f4(0x19b)},'cellDateGroupDisplay':{'minute':_0xcef2f4(0x1b0),'hour':_0xcef2f4(0x1b9),'hourMinute':'{0}\x20hour\x20{1}\x20minute','date':'{0}\x20day','month':_0xcef2f4(0x1a2),'monthDate':_0xcef2f4(0x193),'quarter':'{0}\x20quarter','year':'{0}\x20year','yearMonth':'{0}\x20year\x20{1}\x20month','yearMonthDate':'{0}\x20year\x20{1}\x20month\x20{2}\x20day','yearQuarter':_0xcef2f4(0x1a9)}}};function _0x476d(_0x4847dd,_0x9d4377){_0x4847dd=_0x4847dd-0x191;const _0x9fba8b=_0x9fba();let _0x476d7a=_0x9fba8b[_0x4847dd];return _0x476d7a;}function _0x9fba(){const _0x2c1a43=['1003437sLkQRZ','Varp\x20of\x20','132xlMRRR','743766SOALlX','15cSxTTY','Min\x20of\x20','Day','Year-Month-Day','(Blank)','Year','7402fBcSVl','Values','Max\x20of\x20','Value','{0}\x20month','StdDev\x20of\x20','Year-Month','Total','Row','Product\x20of\x20','StdDevp\x20of\x20','{0}\x20year\x20{1}\x20quarter','11732MjsdAc','Filter','Count\x20of\x20','value','blank','Year-Quarter','{0}\x20minute','Grand\x20Total','Var\x20of\x20','313MzVpIn','1335930gzzbVO','339816mSymkL','20yerjom','1194328YqdJAX','4888WOdpaa','{0}\x20hour','Month-Day','other','{0}\x20month\x20{1}\x20day'];_0x9fba=function(){return _0x2c1a43;};return _0x9fba();}export{e as default};
|
package/lib/locale/ja-JP.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x26d6(_0x5caca1,_0x25c2fa){_0x5caca1=_0x5caca1-0x10a;const _0x150025=_0x1500();let _0x26d61e=_0x150025[_0x5caca1];return _0x26d61e;}const _0x970e7a=_0x26d6;(function(_0x2c1f20,_0x433779){const _0x518688=_0x26d6,_0x282068=_0x2c1f20();while(!![]){try{const _0x370e10=-parseInt(_0x518688(0x10e))/0x1*(-parseInt(_0x518688(0x116))/0x2)+parseInt(_0x518688(0x11c))/0x3*(-parseInt(_0x518688(0x10a))/0x4)+parseInt(_0x518688(0x115))/0x5*(parseInt(_0x518688(0x118))/0x6)+parseInt(_0x518688(0x112))/0x7+-parseInt(_0x518688(0x117))/0x8*(parseInt(_0x518688(0x11f))/0x9)+-parseInt(_0x518688(0x119))/0xa+-parseInt(_0x518688(0x11a))/0xb;if(_0x370e10===_0x433779)break;else _0x282068['push'](_0x282068['shift']());}catch(_0x305e8a){_0x282068['push'](_0x282068['shift']());}}}(_0x1500,0xf05a9));const e={'sheets-pivot':{'blankValue':'(空白)','otherValue':_0x970e7a(0x122),'columnName':'列\x20','subTotalText':'合計','grandTotalText':'総計','valueText':'値','averageName':_0x970e7a(0x11e),'countName':_0x970e7a(0x123),'countNumsName':_0x970e7a(0x10d),'maxName':'最大値\x20/\x20','minName':'最小値\x20/\x20','productName':'積\x20/\x20','stdDevName':_0x970e7a(0x124),'stdDevpName':_0x970e7a(0x127),'sumName':_0x970e7a(0x10f),'varName':'分散\x20/\x20','varpName':'標本分散\x20/\x20','subTotal':'小計','grandTotal':'総計','value':'値','blank':'空白','other':_0x970e7a(0x110),'emptyPivot':{'filter':_0x970e7a(0x10b),'row':'行','column':'列','values':'値'},'dateGroup':{'year':'年','month':'月','day':'日','hour':'時','minute':'分','quarter':_0x970e7a(0x126),'monthDate':_0x970e7a(0x12b),'yearQuarter':_0x970e7a(0x125),'yearMonth':_0x970e7a(0x114),'yearMonthDate':'年-月-日'},'cellDateGroupDisplay':{'minute':_0x970e7a(0x11b),'hour':_0x970e7a(0x120),'hourMinute':_0x970e7a(0x11d),'date':_0x970e7a(0x129),'month':_0x970e7a(0x10c),'monthDate':_0x970e7a(0x128),'quarter':_0x970e7a(0x121),'year':_0x970e7a(0x111),'yearMonth':_0x970e7a(0x113),'yearMonthDate':_0x970e7a(0x12a),'yearQuarter':'{0}年第{1}四半期'}}};function _0x1500(){const _0x1fbca7=['平均\x20/\x20','9WRHmTp','{0}時','第{0}四半期','(その他)','データの個数\x20/\x20','標準偏差\x20/\x20','年-四半期','四半期','標本標準偏差\x20/\x20','{0}月{1}日','{0}日','{0}年{1}月{2}日','月-日','8sFFojo','フィルター','{0}月','数値の個数\x20/\x20','81cutJNB','合計\x20/\x20','その他','{0}年','2471847DxeAnz','{0}年{1}月','年-月','3569495bqeNQC','14822CDXFUH','1318568MdpLjq','12DHDplw','7618690Jahxye','2890547eZUsxI','{0}分','310881SMmKwj','{0}時{1}分'];_0x1500=function(){return _0x1fbca7;};return _0x1500();}export{e as default};
|
package/lib/locale/ko-KR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
const _0x228e15=_0x5752;function _0x1307(){const _0x4bade3=['(기타)','제{0}분기','300308YgtXYM','{0}월{1}일','2539044oHAjiW','5132982LMkHMB','7xqstIG','8430912zTjiGU','분산(모집단)\x20/\x20','평균\x20/\x20','{0}분','{0}년제{1}분기','{0}년{1}월','{0}일','1006242dMOfGL','최소값\x20/\x20','2lluNCG','합계\x20/\x20','개수\x20/\x20','월-일','{0}시','부분합','최대값\x20/\x20','총합계','417155iPsaSZ','표준\x20편차\x20/\x20','4005387lhAJIP','비어\x20있음','곱\x20/\x20','년-월-일','{0}년{1}월{2}일','년-월'];_0x1307=function(){return _0x4bade3;};return _0x1307();}(function(_0x2955c8,_0x5ab442){const _0x22c7b7=_0x5752,_0x24ee3a=_0x2955c8();while(!![]){try{const _0xe83ba9=parseInt(_0x22c7b7(0x178))/0x1+-parseInt(_0x22c7b7(0x17a))/0x2*(-parseInt(_0x22c7b7(0x18e))/0x3)+parseInt(_0x22c7b7(0x18c))/0x4+parseInt(_0x22c7b7(0x182))/0x5+parseInt(_0x22c7b7(0x18f))/0x6*(-parseInt(_0x22c7b7(0x190))/0x7)+-parseInt(_0x22c7b7(0x191))/0x8+parseInt(_0x22c7b7(0x184))/0x9;if(_0xe83ba9===_0x5ab442)break;else _0x24ee3a['push'](_0x24ee3a['shift']());}catch(_0x351f00){_0x24ee3a['push'](_0x24ee3a['shift']());}}}(_0x1307,0x857dc));function _0x5752(_0x3c04cf,_0x4d759e){_0x3c04cf=_0x3c04cf-0x173;const _0x13072c=_0x1307();let _0x57528c=_0x13072c[_0x3c04cf];return _0x57528c;}const e={'sheets-pivot':{'blankValue':'(비어\x20있음)','otherValue':_0x228e15(0x18a),'columnName':'열\x20','subTotalText':'합계','grandTotalText':_0x228e15(0x181),'valueText':'값','averageName':_0x228e15(0x173),'countName':_0x228e15(0x17c),'countNumsName':'숫자\x20개수\x20/\x20','maxName':_0x228e15(0x180),'minName':_0x228e15(0x179),'productName':_0x228e15(0x186),'stdDevName':_0x228e15(0x183),'stdDevpName':'표준\x20편차(모집단)\x20/\x20','sumName':_0x228e15(0x17b),'varName':'분산\x20/\x20','varpName':_0x228e15(0x192),'subTotal':_0x228e15(0x17f),'grandTotal':_0x228e15(0x181),'value':'값','blank':_0x228e15(0x185),'other':'기타','emptyPivot':{'filter':'필터','row':'행','column':'열','values':'값'},'dateGroup':{'year':'년','month':'월','day':'일','hour':'시','minute':'분','quarter':'분기','monthDate':_0x228e15(0x17d),'yearQuarter':'년-분기','yearMonth':_0x228e15(0x189),'yearMonthDate':_0x228e15(0x187)},'cellDateGroupDisplay':{'minute':_0x228e15(0x174),'hour':_0x228e15(0x17e),'hourMinute':'{0}시{1}분','date':_0x228e15(0x177),'month':'{0}월','monthDate':_0x228e15(0x18d),'quarter':_0x228e15(0x18b),'year':'{0}년','yearMonth':_0x228e15(0x176),'yearMonthDate':_0x228e15(0x188),'yearQuarter':_0x228e15(0x175)}}};export{e as default};
|
package/lib/locale/ru-RU.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x7541(_0x2a53c3,_0x5cf467){_0x2a53c3=_0x2a53c3-0xaf;const _0x52400a=_0x5240();let _0x7541e=_0x52400a[_0x2a53c3];return _0x7541e;}const _0x26c42c=_0x7541;(function(_0x5ad19e,_0x46360c){const _0x50d6b9=_0x7541,_0x5a5ddf=_0x5ad19e();while(!![]){try{const _0x32346b=-parseInt(_0x50d6b9(0xc8))/0x1*(-parseInt(_0x50d6b9(0xc0))/0x2)+-parseInt(_0x50d6b9(0xb3))/0x3*(-parseInt(_0x50d6b9(0xb5))/0x4)+parseInt(_0x50d6b9(0xb7))/0x5+-parseInt(_0x50d6b9(0xb9))/0x6*(parseInt(_0x50d6b9(0xca))/0x7)+parseInt(_0x50d6b9(0xb1))/0x8*(parseInt(_0x50d6b9(0xcf))/0x9)+-parseInt(_0x50d6b9(0xbd))/0xa+-parseInt(_0x50d6b9(0xc6))/0xb;if(_0x32346b===_0x46360c)break;else _0x5a5ddf['push'](_0x5a5ddf['shift']());}catch(_0x3e0014){_0x5a5ddf['push'](_0x5a5ddf['shift']());}}}(_0x5240,0x5ca66));const e={'sheets-pivot':{'blankValue':_0x26c42c(0xd9),'otherValue':'(Другое)','columnName':'Столбец\x20','subTotalText':_0x26c42c(0xbb),'grandTotalText':'Общий\x20итог','valueText':_0x26c42c(0xd2),'averageName':_0x26c42c(0xb4),'countName':_0x26c42c(0xb6),'countNumsName':'Число\x20по\x20','maxName':_0x26c42c(0xd0),'minName':_0x26c42c(0xbf),'productName':_0x26c42c(0xcb),'stdDevName':_0x26c42c(0xcd),'stdDevpName':_0x26c42c(0xbe),'sumName':_0x26c42c(0xd5),'varName':_0x26c42c(0xc9),'varpName':_0x26c42c(0xcc),'subTotal':_0x26c42c(0xbb),'grandTotal':_0x26c42c(0xba),'value':_0x26c42c(0xd2),'blank':_0x26c42c(0xc3),'other':_0x26c42c(0xd6),'emptyPivot':{'filter':_0x26c42c(0xb2),'row':'Строка','column':'Столбец','values':_0x26c42c(0xd2)},'dateGroup':{'year':_0x26c42c(0xd7),'month':'Месяц','day':'День','hour':_0x26c42c(0xc7),'minute':_0x26c42c(0xaf),'quarter':_0x26c42c(0xbc),'monthDate':_0x26c42c(0xb0),'yearQuarter':_0x26c42c(0xd3),'yearMonth':'Год-Месяц','yearMonthDate':_0x26c42c(0xc2)},'cellDateGroupDisplay':{'minute':_0x26c42c(0xb8),'hour':_0x26c42c(0xce),'hourMinute':_0x26c42c(0xc5),'date':_0x26c42c(0xc1),'month':'{0}\x20месяц','monthDate':_0x26c42c(0xd8),'quarter':_0x26c42c(0xc4),'year':'{0}\x20год','yearMonth':'{0}\x20год\x20{1}\x20месяц','yearMonthDate':_0x26c42c(0xd4),'yearQuarter':_0x26c42c(0xd1)}}};export{e as default};function _0x5240(){const _0x7c99e6=['Месяц-День','3237816bxDCpK','Фильтр','3xyLccv','Среднее\x20по\x20','2619892rXvCXX','Количество\x20по\x20','19675vKBvdW','{0}\x20мин','30EnxOre','Общий\x20итог','Промежуточный\x20итог','Квартал','4245490PalKtC','Общее\x20стандартное\x20отклонение\x20по\x20','Минимум\x20по\x20','14242spULVS','{0}\x20день','Год-Месяц-День','Пусто','{0}\x20квартал','{0}\x20ч\x20{1}\x20мин','2526865IDHUyr','Час','78TAReWu','Дисперсия\x20по\x20','819441hJJKIu','Произведение\x20по\x20','Общая\x20дисперсия\x20по\x20','Стандартное\x20отклонение\x20по\x20','{0}\x20ч','9HgIExZ','Максимум\x20по\x20','{0}\x20год\x20{1}\x20квартал','Значение','Год-Квартал','{0}\x20год\x20{1}\x20месяц\x20{2}\x20день','Сумма\x20по\x20','Другое','Год','{0}\x20месяц\x20{1}\x20день','(Пусто)','Минута'];_0x5240=function(){return _0x7c99e6;};return _0x5240();}
|
package/lib/locale/sk-SK.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
function _0x4929(){const _0x54fc20=['Max\x20z\x20','Stĺpec\x20','{0}\x20rok\x20{1}\x20mesiac\x20{2}\x20deň','prázdne','Mesiac','{0}\x20mesiac','{0}\x20hodina','Súčet','7853850KkemKV','Rozptyl\x20z\x20','(Iné)','Rok-Mesiac','258LnLgBx','Min\x20z\x20','Počet\x20z\x20','Rozptyl\x20populácie\x20z\x20','Hodina','459034eESprs','70231yoMgug','Smerodajná\x20odchýlka\x20z\x20','8UiLszV','Mesiac-Deň','Súčin\x20z\x20','{0}\x20štvrťrok','Celkový\x20súčet','Filter','Súčet\x20z\x20','Stĺpec','{0}\x20rok','iné','Priemer\x20z\x20','hodnota','476694IDtPfG','Medzisúčet','{0}\x20rok\x20{1}\x20štvrťrok','139250YnOsjM','136bRUsRx','Hodnota','1833243zxpOqt','Rok','293958xAYhBC','{0}\x20minúta'];_0x4929=function(){return _0x54fc20;};return _0x4929();}const _0x2c88ae=_0x4b92;(function(_0x440ca7,_0xe5d1f6){const _0x55a190=_0x4b92,_0x54a89f=_0x440ca7();while(!![]){try{const _0x4997cd=-parseInt(_0x55a190(0x1bd))/0x1+-parseInt(_0x55a190(0x1cc))/0x2+-parseInt(_0x55a190(0x1d2))/0x3+-parseInt(_0x55a190(0x1c0))/0x4*(parseInt(_0x55a190(0x1cf))/0x5)+parseInt(_0x55a190(0x1b8))/0x6*(parseInt(_0x55a190(0x1be))/0x7)+parseInt(_0x55a190(0x1d0))/0x8*(parseInt(_0x55a190(0x1aa))/0x9)+parseInt(_0x55a190(0x1b4))/0xa;if(_0x4997cd===_0xe5d1f6)break;else _0x54a89f['push'](_0x54a89f['shift']());}catch(_0x337317){_0x54a89f['push'](_0x54a89f['shift']());}}}(_0x4929,0x63958));function _0x4b92(_0x118e58,_0x312201){_0x118e58=_0x118e58-0x1aa;const _0x4929f4=_0x4929();let _0x4b928d=_0x4929f4[_0x118e58];return _0x4b928d;}const e={'sheets-pivot':{'blankValue':'(Prázdne)','otherValue':_0x2c88ae(0x1b6),'columnName':_0x2c88ae(0x1ad),'subTotalText':_0x2c88ae(0x1b3),'grandTotalText':'Celkový\x20súčet','valueText':_0x2c88ae(0x1d1),'averageName':_0x2c88ae(0x1ca),'countName':_0x2c88ae(0x1ba),'countNumsName':_0x2c88ae(0x1ba),'maxName':_0x2c88ae(0x1ac),'minName':_0x2c88ae(0x1b9),'productName':_0x2c88ae(0x1c2),'stdDevName':_0x2c88ae(0x1bf),'stdDevpName':'Smerodajná\x20odchýlka\x20populácie\x20z\x20','sumName':_0x2c88ae(0x1c6),'varName':_0x2c88ae(0x1b5),'varpName':_0x2c88ae(0x1bb),'subTotal':_0x2c88ae(0x1cd),'grandTotal':_0x2c88ae(0x1c4),'value':_0x2c88ae(0x1cb),'blank':_0x2c88ae(0x1af),'other':_0x2c88ae(0x1c9),'emptyPivot':{'filter':_0x2c88ae(0x1c5),'row':'Riadok','column':_0x2c88ae(0x1c7),'values':'Hodnoty'},'dateGroup':{'year':_0x2c88ae(0x1d3),'month':_0x2c88ae(0x1b0),'day':'Deň','hour':_0x2c88ae(0x1bc),'minute':'Minúta','quarter':'Štvrťrok','monthDate':_0x2c88ae(0x1c1),'yearQuarter':'Rok-Štvrťrok','yearMonth':_0x2c88ae(0x1b7),'yearMonthDate':'Rok-Mesiac-Deň'},'cellDateGroupDisplay':{'minute':_0x2c88ae(0x1ab),'hour':_0x2c88ae(0x1b2),'hourMinute':'{0}\x20hodina\x20{1}\x20minúta','date':'{0}\x20deň','month':_0x2c88ae(0x1b1),'monthDate':'{0}\x20mesiac\x20{1}\x20deň','quarter':_0x2c88ae(0x1c3),'year':_0x2c88ae(0x1c8),'yearMonth':'{0}\x20rok\x20{1}\x20mesiac','yearMonthDate':_0x2c88ae(0x1ae),'yearQuarter':_0x2c88ae(0x1ce)}}};export{e as default};
|
package/lib/locale/vi-VN.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x52c1(_0x533bf4,_0x450ad6){_0x533bf4=_0x533bf4-0x98;const _0x49304c=_0x4930();let _0x52c136=_0x49304c[_0x533bf4];return _0x52c136;}const _0x118014=_0x52c1;function _0x4930(){const _0x4ba850=['Tháng\x20{0}','Phút','Quý','Năm\x20{0}\x20Quý\x20{1}','Tổng:','Quý\x20{0}','Số\x20lượng:','Tháng\x20{0}\x20Ngày\x20{1}','(Trống)','Năm','909312DAaFMn','{0}\x20phút','Ngày','Hàng','Độ\x20lệch\x20chuẩn:','Tổng\x20phụ','15852mjgpaz','Tháng','Khác','9CoUMDX','Giá\x20trị\x20trung\x20bình:','Tổng\x20cộng','{0}\x20giờ','Năm-Tháng','Tháng-Ngày','Phương\x20sai:','Trống','Năm\x20{0}\x20Tháng\x20{1}\x20Ngày\x20{2}','Năm-Tháng-Ngày','555689aGLytB','Độ\x20lệch\x20chuẩn\x20toàn\x20phần:','56sHMzvU','Lọc','602777zNqUle','Số\x20lượng\x20số:','Năm\x20{0}\x20Tháng\x20{1}','Giá\x20trị','119844WNbuyz','3WvzWBX','1700570xPtzgU','Tích:','6apByxf','Năm\x20{0}','Cột','2016830OlsNHq','6358ljfPtt','Phương\x20sai\x20toàn\x20phần:'];_0x4930=function(){return _0x4ba850;};return _0x4930();}(function(_0x42e191,_0x27c06f){const _0x1897d7=_0x52c1,_0x2a05a3=_0x42e191();while(!![]){try{const _0x3ed118=-parseInt(_0x1897d7(0x9d))/0x1+-parseInt(_0x1897d7(0xb9))/0x2+-parseInt(_0x1897d7(0xa6))/0x3*(parseInt(_0x1897d7(0xa5))/0x4)+-parseInt(_0x1897d7(0xa7))/0x5*(-parseInt(_0x1897d7(0xa9))/0x6)+-parseInt(_0x1897d7(0xa1))/0x7*(-parseInt(_0x1897d7(0x9f))/0x8)+-parseInt(_0x1897d7(0xc2))/0x9*(parseInt(_0x1897d7(0xac))/0xa)+parseInt(_0x1897d7(0xad))/0xb*(parseInt(_0x1897d7(0xbf))/0xc);if(_0x3ed118===_0x27c06f)break;else _0x2a05a3['push'](_0x2a05a3['shift']());}catch(_0x1d786a){_0x2a05a3['push'](_0x2a05a3['shift']());}}}(_0x4930,0x71638));const e={'sheets-pivot':{'blankValue':_0x118014(0xb7),'otherValue':'(Khác)','columnName':'Cột\x20','subTotalText':_0x118014(0xbe),'grandTotalText':'Tổng\x20cộng','valueText':_0x118014(0xa4),'averageName':_0x118014(0xc3),'countName':_0x118014(0xb5),'countNumsName':_0x118014(0xa2),'maxName':'Giá\x20trị\x20tối\x20đa:','minName':'Giá\x20trị\x20tối\x20thiểu:','productName':_0x118014(0xa8),'stdDevName':_0x118014(0xbd),'stdDevpName':_0x118014(0x9e),'sumName':_0x118014(0xb3),'varName':_0x118014(0x99),'varpName':_0x118014(0xae),'subTotal':_0x118014(0xbe),'grandTotal':_0x118014(0xc4),'value':_0x118014(0xa4),'blank':_0x118014(0x9a),'other':_0x118014(0xc1),'emptyPivot':{'filter':_0x118014(0xa0),'row':_0x118014(0xbc),'column':_0x118014(0xab),'values':'Giá\x20trị'},'dateGroup':{'year':_0x118014(0xb8),'month':_0x118014(0xc0),'day':_0x118014(0xbb),'hour':'Giờ','minute':_0x118014(0xb0),'quarter':_0x118014(0xb1),'monthDate':_0x118014(0x98),'yearQuarter':'Năm-Quý','yearMonth':_0x118014(0xc6),'yearMonthDate':_0x118014(0x9c)},'cellDateGroupDisplay':{'minute':_0x118014(0xba),'hour':_0x118014(0xc5),'hourMinute':'{0}\x20giờ\x20{1}\x20phút','date':'Ngày\x20{0}','month':_0x118014(0xaf),'monthDate':_0x118014(0xb6),'quarter':_0x118014(0xb4),'year':_0x118014(0xaa),'yearMonth':_0x118014(0xa3),'yearMonthDate':_0x118014(0x9b),'yearQuarter':_0x118014(0xb2)}}};export{e as default};
|
package/lib/locale/zh-CN.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
const _0x2dabf9=_0x14b3;function _0x14b3(_0x5445e5,_0x403ead){_0x5445e5=_0x5445e5-0x6e;const _0x38c587=_0x38c5();let _0x14b382=_0x38c587[_0x5445e5];return _0x14b382;}function _0x38c5(){const _0x3aeef6=['5pKwaSi','{0}年{1}月','年-季度','440454LVDfNM','3639878BnXtVK','标准偏差项:','(其他)','6541210hBjAot','(空白)','{0}年{1}月{2}日','1173262HjtbzD','总体标准偏差项:','计数项:','6136EpSPSW','最大值项:','{0}月{1}日','乘积项:','平均值项:','月-日','35zYXiyI','数值计数项:','方差项:','{0}年{1}季度','年-月','{0}月','{0}时','年-月-日','76938mZevNJ','3dZmoDY','924188snCpse','{0}日','90LBaKbX','{0}年','{0}分'];_0x38c5=function(){return _0x3aeef6;};return _0x38c5();}(function(_0x4d2436,_0x5b290b){const _0x40b6c9=_0x14b3,_0x1ba36d=_0x4d2436();while(!![]){try{const _0x3b16ee=parseInt(_0x40b6c9(0x71))/0x1+-parseInt(_0x40b6c9(0x78))/0x2*(-parseInt(_0x40b6c9(0x8a))/0x3)+parseInt(_0x40b6c9(0x8b))/0x4*(-parseInt(_0x40b6c9(0x6e))/0x5)+parseInt(_0x40b6c9(0x89))/0x6*(-parseInt(_0x40b6c9(0x81))/0x7)+parseInt(_0x40b6c9(0x7b))/0x8*(parseInt(_0x40b6c9(0x8d))/0x9)+-parseInt(_0x40b6c9(0x75))/0xa+parseInt(_0x40b6c9(0x72))/0xb;if(_0x3b16ee===_0x5b290b)break;else _0x1ba36d['push'](_0x1ba36d['shift']());}catch(_0x178a9d){_0x1ba36d['push'](_0x1ba36d['shift']());}}}(_0x38c5,0x65a72));const e={'sheets-pivot':{'blankValue':_0x2dabf9(0x76),'otherValue':_0x2dabf9(0x74),'columnName':'列\x20','subTotalText':'汇总','grandTotalText':'总计','valueText':'值','averageName':_0x2dabf9(0x7f),'countName':_0x2dabf9(0x7a),'countNumsName':_0x2dabf9(0x82),'maxName':_0x2dabf9(0x7c),'minName':'最小值项:','productName':_0x2dabf9(0x7e),'stdDevName':_0x2dabf9(0x73),'stdDevpName':_0x2dabf9(0x79),'sumName':'求和项:','varName':_0x2dabf9(0x83),'varpName':'总体方差项:','subTotal':'汇总','grandTotal':'总计','value':'值','blank':'空白','other':'其他','emptyPivot':{'filter':'筛选','row':'行','column':'列','values':'值'},'dateGroup':{'year':'年','month':'月','day':'日','hour':'小时','minute':'分钟','quarter':'季度','monthDate':_0x2dabf9(0x80),'yearQuarter':_0x2dabf9(0x70),'yearMonth':_0x2dabf9(0x85),'yearMonthDate':_0x2dabf9(0x88)},'cellDateGroupDisplay':{'minute':_0x2dabf9(0x8f),'hour':_0x2dabf9(0x87),'hourMinute':'{0}时\x20{1}分','date':_0x2dabf9(0x8c),'month':_0x2dabf9(0x86),'monthDate':_0x2dabf9(0x7d),'quarter':'{0}季度','year':_0x2dabf9(0x8e),'yearMonth':_0x2dabf9(0x6f),'yearMonthDate':_0x2dabf9(0x77),'yearQuarter':_0x2dabf9(0x84)}}};export{e as default};
|
package/lib/locale/zh-TW.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x347e3b=_0x35e7;(function(_0x33a2e0,_0x3b0623){const _0x4e483e=_0x35e7,_0x42faa6=_0x33a2e0();while(!![]){try{const _0x19994a=parseInt(_0x4e483e(0xc8))/0x1+parseInt(_0x4e483e(0xba))/0x2+-parseInt(_0x4e483e(0xc3))/0x3+-parseInt(_0x4e483e(0xb2))/0x4+parseInt(_0x4e483e(0xc4))/0x5*(parseInt(_0x4e483e(0xb3))/0x6)+parseInt(_0x4e483e(0xc5))/0x7*(parseInt(_0x4e483e(0xce))/0x8)+parseInt(_0x4e483e(0xcc))/0x9;if(_0x19994a===_0x3b0623)break;else _0x42faa6['push'](_0x42faa6['shift']());}catch(_0x41233d){_0x42faa6['push'](_0x42faa6['shift']());}}}(_0x352b,0x5f01c));function _0x352b(){const _0x2d8878=['56TWhsuj','{0}年{1}季度','年-月-日','最小值項:','平均值項:','2537892FsxzzK','364470TTZQTS','月-日','{0}年{1}月{2}日','最大值項:','總體標準差項:','(其他)','{0}年','113604BtwNPH','標準差項:','{0}月','數值計數項:','(空白)','{0}日','{0}季度','方差項:','{0}時\x20{1}分','1261980cndpgd','5gUCTyN','65954YfkYnr','計數項:','{0}分','558569lorAqh','求和項:','{0}時','年-季度','6319899iYCxWJ','年-月'];_0x352b=function(){return _0x2d8878;};return _0x352b();}function _0x35e7(_0x6f780c,_0x2105df){_0x6f780c=_0x6f780c-0xae;const _0x352baa=_0x352b();let _0x35e7ca=_0x352baa[_0x6f780c];return _0x35e7ca;}const e={'sheets-pivot':{'blankValue':_0x347e3b(0xbe),'otherValue':_0x347e3b(0xb8),'columnName':'欄\x20','subTotalText':'小計','grandTotalText':'總計','valueText':'值','averageName':_0x347e3b(0xb1),'countName':_0x347e3b(0xc6),'countNumsName':_0x347e3b(0xbd),'maxName':_0x347e3b(0xb6),'minName':_0x347e3b(0xb0),'productName':'乘積項:','stdDevName':_0x347e3b(0xbb),'stdDevpName':_0x347e3b(0xb7),'sumName':_0x347e3b(0xc9),'varName':_0x347e3b(0xc1),'varpName':'總體方差項:','subTotal':'小計','grandTotal':'總計','value':'值','blank':'空白','other':'其他','emptyPivot':{'filter':'篩選','row':'行','column':'欄','values':'值'},'dateGroup':{'year':'年','month':'月','day':'日','hour':'小時','minute':'分鐘','quarter':'季度','monthDate':_0x347e3b(0xb4),'yearQuarter':_0x347e3b(0xcb),'yearMonth':_0x347e3b(0xcd),'yearMonthDate':_0x347e3b(0xaf)},'cellDateGroupDisplay':{'minute':_0x347e3b(0xc7),'hour':_0x347e3b(0xca),'hourMinute':_0x347e3b(0xc2),'date':_0x347e3b(0xbf),'month':_0x347e3b(0xbc),'monthDate':'{0}月{1}日','quarter':_0x347e3b(0xc0),'year':_0x347e3b(0xb9),'yearMonth':'{0}年{1}月','yearMonthDate':_0x347e3b(0xb5),'yearQuarter':_0x347e3b(0xae)}}};export{e as default};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { PivotTableFiledAreaEnum } from '@univerjs-pro/engine-pivot';
|
|
2
|
-
import { ICommand } from '@univerjs/core';
|
|
1
|
+
import type { PivotTableFiledAreaEnum } from '@univerjs-pro/engine-pivot';
|
|
2
|
+
import type { ICommand } from '@univerjs/core';
|
|
3
3
|
export interface IAddPivotFieldCommandParams {
|
|
4
4
|
/**
|
|
5
5
|
* @property {string} unitId The unit id of workbook which the pivot table belongs to.
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { ICommand } from '@univerjs/core';
|
|
2
|
-
import { IAddPivotTableWithConfigCommandParams } from '../../const/type';
|
|
1
|
+
import type { ICommand } from '@univerjs/core';
|
|
2
|
+
import type { IAddPivotTableWithConfigCommandParams } from '../../const/type';
|
|
3
3
|
export declare const AddPivotTableWithConfigCommand: ICommand<IAddPivotTableWithConfigCommandParams>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { ICommand } from '@univerjs/core';
|
|
2
|
-
import { IPivotTableConfig } from '../../const/type';
|
|
1
|
+
import type { ICommand } from '@univerjs/core';
|
|
2
|
+
import type { IPivotTableConfig } from '../../const/type';
|
|
3
3
|
import { PositionType } from '../../const/const';
|
|
4
4
|
export interface IAddPivotTableCommandParams {
|
|
5
5
|
positionType: PositionType;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { PivotTableFiledAreaEnum } from '@univerjs-pro/engine-pivot';
|
|
2
|
-
import { ICommand } from '@univerjs/core';
|
|
1
|
+
import type { PivotTableFiledAreaEnum } from '@univerjs-pro/engine-pivot';
|
|
2
|
+
import type { ICommand } from '@univerjs/core';
|
|
3
3
|
export interface IMovePivotFieldCommandParams {
|
|
4
4
|
/**
|
|
5
5
|
* @property {string} unitId The unit id of workbook which the pivot table belongs to.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { PivotTableFiledAreaEnum } from '@univerjs-pro/engine-pivot';
|
|
2
|
-
import { ICommand } from '@univerjs/core';
|
|
1
|
+
import type { PivotTableFiledAreaEnum } from '@univerjs-pro/engine-pivot';
|
|
2
|
+
import type { ICommand } from '@univerjs/core';
|
|
3
3
|
/**
|
|
4
4
|
* Represents the parameters of the `reset-pivot-fields-config` command.
|
|
5
5
|
* @description It is used to reset the pivot table fields with provided config.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { IPivotTableSnapshot } from '@univerjs-pro/engine-pivot';
|
|
2
|
-
import { ICommand } from '@univerjs/core';
|
|
1
|
+
import type { IPivotTableSnapshot } from '@univerjs-pro/engine-pivot';
|
|
2
|
+
import type { ICommand } from '@univerjs/core';
|
|
3
3
|
/**
|
|
4
4
|
* Represents the parameters of the `set-pivot-fields-config` command.
|
|
5
5
|
* @description Set the pivot table fields with provided config.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { IPivotTableSortInfo } from '@univerjs-pro/engine-pivot';
|
|
2
|
-
import { ICommand } from '@univerjs/core';
|
|
1
|
+
import type { IPivotTableSortInfo } from '@univerjs-pro/engine-pivot';
|
|
2
|
+
import type { ICommand } from '@univerjs/core';
|
|
3
3
|
export interface ISetPivotSortCommandParams {
|
|
4
4
|
/**
|
|
5
5
|
* @property {string} unitId The unit id of workbook which the pivot table belongs to.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { IPivotTableValueFilter } from '@univerjs-pro/engine-pivot';
|
|
2
|
-
import { ICommand } from '@univerjs/core';
|
|
1
|
+
import type { IPivotTableValueFilter } from '@univerjs-pro/engine-pivot';
|
|
2
|
+
import type { ICommand } from '@univerjs/core';
|
|
3
3
|
export interface ISetPivotValueFilterCommandParams {
|
|
4
4
|
/**
|
|
5
5
|
* @property {string} unitId The unit id of workbook which the pivot table belongs to.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { PivotDateGroupFieldDateTypeEnum } from '@univerjs-pro/engine-pivot';
|
|
2
|
-
import { ICommand } from '@univerjs/core';
|
|
1
|
+
import type { PivotDateGroupFieldDateTypeEnum } from '@univerjs-pro/engine-pivot';
|
|
2
|
+
import type { ICommand } from '@univerjs/core';
|
|
3
3
|
interface IUpdateDateGroupCommandParams {
|
|
4
4
|
unitId: string;
|
|
5
5
|
subUnitId: string;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { PivotSubtotalTypeEnum } from '@univerjs-pro/engine-pivot';
|
|
2
|
-
import { ICommand } from '@univerjs/core';
|
|
3
|
-
import { IPivotPanelSourceList, IPivotPanelTableListItemBase } from '../../const/type';
|
|
1
|
+
import type { PivotSubtotalTypeEnum } from '@univerjs-pro/engine-pivot';
|
|
2
|
+
import type { ICommand } from '@univerjs/core';
|
|
3
|
+
import type { IPivotPanelSourceList, IPivotPanelTableListItemBase } from '../../const/type';
|
|
4
4
|
export interface IUpdatePivotFieldSettingCommandParams {
|
|
5
5
|
/**
|
|
6
6
|
* @property {string} unitId The unit id of workbook which the pivot table belongs to.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { ICommand } from '@univerjs/core';
|
|
2
|
-
import { IUnitRangeNameWithSubUnitId } from '../../const/type';
|
|
1
|
+
import type { ICommand } from '@univerjs/core';
|
|
2
|
+
import type { IUnitRangeNameWithSubUnitId } from '../../const/type';
|
|
3
3
|
export interface IUpdatePivotTableSourceRangeCommandParams {
|
|
4
4
|
unitId: string;
|
|
5
5
|
subUnitId: string;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { PivotTableValuePositionEnum } from '@univerjs-pro/engine-pivot';
|
|
2
|
-
import { ICommand } from '@univerjs/core';
|
|
1
|
+
import type { PivotTableValuePositionEnum } from '@univerjs-pro/engine-pivot';
|
|
2
|
+
import type { ICommand } from '@univerjs/core';
|
|
3
3
|
export interface IUpdatePivotValuePositionCommandParams {
|
|
4
4
|
/**
|
|
5
5
|
* @property {string} pivotTableId The pivot table id.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { IPivotTableChangeSet } from '@univerjs-pro/engine-pivot';
|
|
2
|
-
import { IAccessor, ICommandService, IMutationInfo } from '@univerjs/core';
|
|
3
|
-
import { IPivotGeneratedMutationsParams } from '../../const/type';
|
|
1
|
+
import type { IPivotTableChangeSet } from '@univerjs-pro/engine-pivot';
|
|
2
|
+
import type { IAccessor, ICommandService, IMutationInfo } from '@univerjs/core';
|
|
3
|
+
import type { IPivotGeneratedMutationsParams } from '../../const/type';
|
|
4
4
|
interface IPivotHostInfo {
|
|
5
5
|
pivotTableId: string;
|
|
6
6
|
unitId: string;
|
|
@@ -10,5 +10,5 @@ export declare function applyChangeSet(_commandService: ICommandService, pivotIn
|
|
|
10
10
|
redos: IMutationInfo<object>[];
|
|
11
11
|
undos: IMutationInfo<object>[];
|
|
12
12
|
};
|
|
13
|
-
export declare function generateMutationsFromPivotCommand(accessor: IAccessor, params: IPivotGeneratedMutationsParams): import(
|
|
13
|
+
export declare function generateMutationsFromPivotCommand(accessor: IAccessor, params: IPivotGeneratedMutationsParams): import("@univerjs/core").IUndoRedoCommandInfosByInterceptor;
|
|
14
14
|
export {};
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { IMutation } from '@univerjs/core';
|
|
2
|
-
import { IAddPivotGroupCollectionMutationParams } from '../../const/type';
|
|
1
|
+
import type { IMutation } from '@univerjs/core';
|
|
2
|
+
import type { IAddPivotGroupCollectionMutationParams } from '../../const/type';
|
|
3
3
|
export declare const AddGroupCollectionMutation: IMutation<IAddPivotGroupCollectionMutationParams>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { IMutation } from '@univerjs/core';
|
|
2
|
-
import { IAddPivotFieldMutationParams } from '../../const/type';
|
|
1
|
+
import type { IMutation } from '@univerjs/core';
|
|
2
|
+
import type { IAddPivotFieldMutationParams } from '../../const/type';
|
|
3
3
|
export declare const AddPivotFieldMutation: IMutation<IAddPivotFieldMutationParams>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { IMutation } from '@univerjs/core';
|
|
2
|
-
import { IAddPivotTableMutationParams } from '../../const/type';
|
|
1
|
+
import type { IMutation } from '@univerjs/core';
|
|
2
|
+
import type { IAddPivotTableMutationParams } from '../../const/type';
|
|
3
3
|
export declare const AddPivotTableMutation: IMutation<IAddPivotTableMutationParams>;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
import { IPivotTableSnapshot
|
|
2
|
-
import { IAddPivotFieldMutationParams, IRemovePivotFieldMutationParams, IRenamePivotFieldMutationParams, ISetPivotCollapseMutation, ISetPivotFieldFormatMutationParams, ISetPivotFilterMutationParams, ISetPivotOptionMutationParams, ISetPivotSortMutationParams, ISetPivotSubtotalTypeMutationParams, ISetPivotValueFilterMutationParams, IUpdateFieldPositionMutationParams, IUpdatePivotFieldSourceInfoMutationParams, IUpdateValuePositionMutationParams } from '../../const/type';
|
|
1
|
+
import type { IPivotTableSnapshot } from '@univerjs-pro/engine-pivot';
|
|
2
|
+
import type { IAddPivotFieldMutationParams, IRemovePivotFieldMutationParams, IRenamePivotFieldMutationParams, ISetPivotCollapseMutation, ISetPivotFieldFormatMutationParams, ISetPivotFilterMutationParams, ISetPivotOptionMutationParams, ISetPivotSortMutationParams, ISetPivotSubtotalTypeMutationParams, ISetPivotValueFilterMutationParams, IUpdateFieldPositionMutationParams, IUpdatePivotFieldSourceInfoMutationParams, IUpdateValuePositionMutationParams } from '../../const/type';
|
|
3
|
+
import { PivotTableFiledAreaEnum } from '@univerjs-pro/engine-pivot';
|
|
3
4
|
export declare function getFieldListByArea(config: IPivotTableSnapshot, area: PivotTableFiledAreaEnum): string[];
|
|
4
5
|
export declare function applyAddFieldChangeSet(config: IPivotTableSnapshot, change: IAddPivotFieldMutationParams): void;
|
|
5
6
|
export declare function applyRemoveFieldChangeSet(config: IPivotTableSnapshot, change: IRemovePivotFieldMutationParams): void;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { IMutation } from '@univerjs/core';
|
|
2
|
-
import { IGetPivotDataLocalMutationParams, ISendInitPivotTextLocalMutationParams, ISendPivotConfigLocalMutationParams, ISendPivotDataLocalMutationParams, ISendPivotViewLocalMutationParams } from '../../const/type';
|
|
1
|
+
import type { IMutation } from '@univerjs/core';
|
|
2
|
+
import type { IGetPivotDataLocalMutationParams, ISendInitPivotTextLocalMutationParams, ISendPivotConfigLocalMutationParams, ISendPivotDataLocalMutationParams, ISendPivotViewLocalMutationParams } from '../../const/type';
|
|
3
3
|
export declare const GetPivotDataLocalMutation: IMutation<IGetPivotDataLocalMutationParams>;
|
|
4
4
|
export declare const SendPivotDataLocalMutation: IMutation<ISendPivotDataLocalMutationParams>;
|
|
5
5
|
export declare const SendPivotViewLocalMutation: IMutation<ISendPivotViewLocalMutationParams>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { IMutation } from '@univerjs/core';
|
|
2
|
-
import { IRemovePivotGroupCollectionMutationParams } from '../../const/type';
|
|
1
|
+
import type { IMutation } from '@univerjs/core';
|
|
2
|
+
import type { IRemovePivotGroupCollectionMutationParams } from '../../const/type';
|
|
3
3
|
export declare const RemoveGroupCollectionMutation: IMutation<IRemovePivotGroupCollectionMutationParams>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { IMutation } from '@univerjs/core';
|
|
2
|
-
import { IRemovePivotFieldMutationParams } from '../../const/type';
|
|
1
|
+
import type { IMutation } from '@univerjs/core';
|
|
2
|
+
import type { IRemovePivotFieldMutationParams } from '../../const/type';
|
|
3
3
|
export declare const RemovePivotFieldMutation: IMutation<IRemovePivotFieldMutationParams>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { IMutation } from '@univerjs/core';
|
|
2
|
-
import { IRemovePivotTableMutationParams } from '../../const/type';
|
|
1
|
+
import type { IMutation } from '@univerjs/core';
|
|
2
|
+
import type { IRemovePivotTableMutationParams } from '../../const/type';
|
|
3
3
|
export declare const RemovePivotTableMutation: IMutation<IRemovePivotTableMutationParams>;
|