@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/umd/locale/ca-ES.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x360b(){var _0x205163=['376qcqFLg','(Other)','734QZknxj','Month','value','Year-Month-Day','9409284UBvjHZ','Average\x20of\x20','{0}\x20year\x20{1}\x20month','Year-Month','exports','Varp\x20of\x20','5188205OyDSOk','Values','Var\x20of\x20','Value','{0}\x20day','{0}\x20year\x20{1}\x20quarter','object','amd','UniverProSheetsPivotCaES','{0}\x20month\x20{1}\x20day','Sum\x20of\x20','Total','(Blank)','Day','8958510LbhCtF','Min\x20of\x20','Product\x20of\x20','Year','9142042jQLVtO','Minute','Count\x20of\x20','Grand\x20Total','13131280zbSCgF','{0}\x20quarter','6dNQnrq','24WHfOGI','StdDevp\x20of\x20','blank','516908cdwvZS','Hour','{0}\x20year\x20{1}\x20month\x20{2}\x20day','Subtotal','Row'];_0x360b=function(){return _0x205163;};return _0x360b();}function _0xf4c3(_0x24e889,_0x479ef2){_0x24e889=_0x24e889-0x130;var _0x360b72=_0x360b();var _0xf4c324=_0x360b72[_0x24e889];return _0xf4c324;}(function(_0x463bec,_0x52ede2){var _0xfb55c7=_0xf4c3,_0x2efa9f=_0x463bec();while(!![]){try{var _0x153118=-parseInt(_0xfb55c7(0x139))/0x1*(parseInt(_0xfb55c7(0x137))/0x2)+parseInt(_0xfb55c7(0x15c))/0x3*(-parseInt(_0xfb55c7(0x132))/0x4)+parseInt(_0xfb55c7(0x143))/0x5*(parseInt(_0xfb55c7(0x15b))/0x6)+parseInt(_0xfb55c7(0x155))/0x7+parseInt(_0xfb55c7(0x159))/0x8+-parseInt(_0xfb55c7(0x13d))/0x9+-parseInt(_0xfb55c7(0x151))/0xa;if(_0x153118===_0x52ede2)break;else _0x2efa9f['push'](_0x2efa9f['shift']());}catch(_0x147bb9){_0x2efa9f['push'](_0x2efa9f['shift']());}}}(_0x360b,0xd4df2),function(_0x8d17a,_0x24ffc7){var _0x25393f=_0xf4c3;typeof exports==_0x25393f(0x149)&&typeof module<'u'?module[_0x25393f(0x141)]=_0x24ffc7():typeof define=='function'&&define[_0x25393f(0x14a)]?define([],_0x24ffc7):(_0x8d17a=typeof globalThis<'u'?globalThis:_0x8d17a||self,_0x8d17a[_0x25393f(0x14b)]=_0x24ffc7());}(this,function(){var _0x443e31=_0xf4c3;return{'sheets-pivot':{'blankValue':_0x443e31(0x14f),'otherValue':_0x443e31(0x138),'columnName':'Column\x20','subTotalText':_0x443e31(0x14e),'grandTotalText':_0x443e31(0x158),'valueText':_0x443e31(0x146),'averageName':_0x443e31(0x13e),'countName':_0x443e31(0x157),'countNumsName':_0x443e31(0x157),'maxName':'Max\x20of\x20','minName':_0x443e31(0x152),'productName':_0x443e31(0x153),'stdDevName':'StdDev\x20of\x20','stdDevpName':_0x443e31(0x130),'sumName':_0x443e31(0x14d),'varName':_0x443e31(0x145),'varpName':_0x443e31(0x142),'subTotal':_0x443e31(0x135),'grandTotal':'Grand\x20Total','value':_0x443e31(0x13b),'blank':_0x443e31(0x131),'other':'other','emptyPivot':{'filter':'Filter','row':_0x443e31(0x136),'column':'Column','values':_0x443e31(0x144)},'dateGroup':{'year':_0x443e31(0x154),'month':_0x443e31(0x13a),'day':_0x443e31(0x150),'hour':_0x443e31(0x133),'minute':_0x443e31(0x156),'quarter':'Quarter','monthDate':'Month-Day','yearQuarter':'Year-Quarter','yearMonth':_0x443e31(0x140),'yearMonthDate':_0x443e31(0x13c)},'cellDateGroupDisplay':{'minute':'{0}\x20minute','hour':'{0}\x20hour','hourMinute':'{0}\x20hour\x20{1}\x20minute','date':_0x443e31(0x147),'month':'{0}\x20month','monthDate':_0x443e31(0x14c),'quarter':_0x443e31(0x15a),'year':'{0}\x20year','yearMonth':_0x443e31(0x13f),'yearMonthDate':_0x443e31(0x134),'yearQuarter':_0x443e31(0x148)}}};}));
|
package/lib/umd/locale/en-US.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x59ef(_0x5901d2,_0x12b106){_0x5901d2=_0x5901d2-0x183;var _0x1f8316=_0x1f83();var _0x59ef41=_0x1f8316[_0x5901d2];return _0x59ef41;}function _0x1f83(){var _0x494e30=['Row','amd','Average\x20of\x20','8701983OKKkIz','{0}\x20month\x20{1}\x20day','function','Product\x20of\x20','{0}\x20year','3eRORRI','Varp\x20of\x20','Quarter','{0}\x20day','1182643PTZyeM','Year','{0}\x20minute','blank','{0}\x20year\x20{1}\x20quarter','(Other)','Hour','Minute','object','4043904MwHPOK','58575NcLgVY','Values','StdDevp\x20of\x20','{0}\x20hour\x20{1}\x20minute','472850XBVVeb','Year-Month-Day','other','Min\x20of\x20','Total','{0}\x20year\x20{1}\x20month\x20{2}\x20day','StdDev\x20of\x20','Filter','Sum\x20of\x20','246txNzZg','444972fJqLwd','Var\x20of\x20','Day','Month','Subtotal','626256UeVmrB','UniverProSheetsPivotEnUS'];_0x1f83=function(){return _0x494e30;};return _0x1f83();}(function(_0x5892a4,_0x7a35c1){var _0x55e6fd=_0x59ef,_0x2220cc=_0x5892a4();while(!![]){try{var _0x3d015d=parseInt(_0x55e6fd(0x18c))/0x1+parseInt(_0x55e6fd(0x1a4))/0x2*(-parseInt(_0x55e6fd(0x188))/0x3)+parseInt(_0x55e6fd(0x195))/0x4+-parseInt(_0x55e6fd(0x196))/0x5*(parseInt(_0x55e6fd(0x1a3))/0x6)+parseInt(_0x55e6fd(0x19a))/0x7+parseInt(_0x55e6fd(0x1a9))/0x8+-parseInt(_0x55e6fd(0x183))/0x9;if(_0x3d015d===_0x7a35c1)break;else _0x2220cc['push'](_0x2220cc['shift']());}catch(_0x3d7fad){_0x2220cc['push'](_0x2220cc['shift']());}}}(_0x1f83,0xa3843),function(_0x2a842c,_0x5e1c2b){var _0x137d39=_0x59ef;typeof exports==_0x137d39(0x194)&&typeof module<'u'?module['exports']=_0x5e1c2b():typeof define==_0x137d39(0x185)&&define[_0x137d39(0x1ac)]?define([],_0x5e1c2b):(_0x2a842c=typeof globalThis<'u'?globalThis:_0x2a842c||self,_0x2a842c[_0x137d39(0x1aa)]=_0x5e1c2b());}(this,function(){var _0xc92ffb=_0x59ef;return{'sheets-pivot':{'blankValue':'(Blank)','otherValue':_0xc92ffb(0x191),'columnName':'Column\x20','subTotalText':_0xc92ffb(0x19e),'grandTotalText':'Grand\x20Total','valueText':'Value','averageName':_0xc92ffb(0x1ad),'countName':'Count\x20of\x20','countNumsName':'Count\x20of\x20','maxName':'Max\x20of\x20','minName':_0xc92ffb(0x19d),'productName':_0xc92ffb(0x186),'stdDevName':_0xc92ffb(0x1a0),'stdDevpName':_0xc92ffb(0x198),'sumName':_0xc92ffb(0x1a2),'varName':_0xc92ffb(0x1a5),'varpName':_0xc92ffb(0x189),'subTotal':_0xc92ffb(0x1a8),'grandTotal':'Grand\x20Total','value':'value','blank':_0xc92ffb(0x18f),'other':_0xc92ffb(0x19c),'emptyPivot':{'filter':_0xc92ffb(0x1a1),'row':_0xc92ffb(0x1ab),'column':'Column','values':_0xc92ffb(0x197)},'dateGroup':{'year':_0xc92ffb(0x18d),'month':_0xc92ffb(0x1a7),'day':_0xc92ffb(0x1a6),'hour':_0xc92ffb(0x192),'minute':_0xc92ffb(0x193),'quarter':_0xc92ffb(0x18a),'monthDate':'Month-Day','yearQuarter':'Year-Quarter','yearMonth':'Year-Month','yearMonthDate':_0xc92ffb(0x19b)},'cellDateGroupDisplay':{'minute':_0xc92ffb(0x18e),'hour':'{0}\x20hour','hourMinute':_0xc92ffb(0x199),'date':_0xc92ffb(0x18b),'month':'{0}\x20month','monthDate':_0xc92ffb(0x184),'quarter':'{0}\x20quarter','year':_0xc92ffb(0x187),'yearMonth':'{0}\x20year\x20{1}\x20month','yearMonthDate':_0xc92ffb(0x19f),'yearQuarter':_0xc92ffb(0x190)}}};}));
|
package/lib/umd/locale/es-ES.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
function _0xe801(_0x11b611,_0x5e53f1){_0x11b611=_0x11b611-0x1cb;var _0x955094=_0x9550();var _0xe801c2=_0x955094[_0x11b611];return _0xe801c2;}function _0x9550(){var _0x65e483=['Year-Month','Year','67018oIgrdW','Hour','Quarter','Year-Quarter','2NIpBAh','UniverProSheetsPivotEsES','{0}\x20year\x20{1}\x20month','418WTrCsY','Max\x20of\x20','Row','Subtotal','(Blank)','{0}\x20year\x20{1}\x20month\x20{2}\x20day','Total','Day','{0}\x20month','Count\x20of\x20','exports','{0}\x20year\x20{1}\x20quarter','amd','{0}\x20hour\x20{1}\x20minute','{0}\x20year','316060eIGeLA','Product\x20of\x20','StdDev\x20of\x20','Values','80fjBWMz','Column','Sum\x20of\x20','{0}\x20quarter','{0}\x20day','30600YYBiBr','6781509hyGyjS','{0}\x20minute','Grand\x20Total','{0}\x20month\x20{1}\x20day','Minute','325ZoZLGa','Var\x20of\x20','Average\x20of\x20','Month','Column\x20','4556412hQsLBY','783832kLZHQc','2544933TTXenJ','Month-Day','(Other)','value'];_0x9550=function(){return _0x65e483;};return _0x9550();}(function(_0x3b0054,_0x783f65){var _0x56f735=_0xe801,_0x52872b=_0x3b0054();while(!![]){try{var _0x1c588e=-parseInt(_0x56f735(0x1e2))/0x1+parseInt(_0x56f735(0x1ed))/0x2*(-parseInt(_0x56f735(0x1e3))/0x3)+-parseInt(_0x56f735(0x1d6))/0x4*(parseInt(_0x56f735(0x1dc))/0x5)+parseInt(_0x56f735(0x1e1))/0x6+parseInt(_0x56f735(0x1e9))/0x7*(-parseInt(_0x56f735(0x1d1))/0x8)+parseInt(_0x56f735(0x1d7))/0x9+parseInt(_0x56f735(0x1cd))/0xa*(parseInt(_0x56f735(0x1f0))/0xb);if(_0x1c588e===_0x783f65)break;else _0x52872b['push'](_0x52872b['shift']());}catch(_0x343b1b){_0x52872b['push'](_0x52872b['shift']());}}}(_0x9550,0x7755e),function(_0x35307d,_0x27b8eb){var _0x2d767a=_0xe801;typeof exports=='object'&&typeof module<'u'?module[_0x2d767a(0x1fa)]=_0x27b8eb():typeof define=='function'&&define[_0x2d767a(0x1fc)]?define([],_0x27b8eb):(_0x35307d=typeof globalThis<'u'?globalThis:_0x35307d||self,_0x35307d[_0x2d767a(0x1ee)]=_0x27b8eb());}(this,function(){var _0x5e2071=_0xe801;return{'sheets-pivot':{'blankValue':_0x5e2071(0x1f4),'otherValue':_0x5e2071(0x1e5),'columnName':_0x5e2071(0x1e0),'subTotalText':_0x5e2071(0x1f6),'grandTotalText':_0x5e2071(0x1d9),'valueText':'Value','averageName':_0x5e2071(0x1de),'countName':_0x5e2071(0x1f9),'countNumsName':'Count\x20of\x20','maxName':_0x5e2071(0x1f1),'minName':'Min\x20of\x20','productName':_0x5e2071(0x1ce),'stdDevName':_0x5e2071(0x1cf),'stdDevpName':'StdDevp\x20of\x20','sumName':_0x5e2071(0x1d3),'varName':_0x5e2071(0x1dd),'varpName':'Varp\x20of\x20','subTotal':_0x5e2071(0x1f3),'grandTotal':_0x5e2071(0x1d9),'value':_0x5e2071(0x1e6),'blank':'blank','other':'other','emptyPivot':{'filter':'Filter','row':_0x5e2071(0x1f2),'column':_0x5e2071(0x1d2),'values':_0x5e2071(0x1d0)},'dateGroup':{'year':_0x5e2071(0x1e8),'month':_0x5e2071(0x1df),'day':_0x5e2071(0x1f7),'hour':_0x5e2071(0x1ea),'minute':_0x5e2071(0x1db),'quarter':_0x5e2071(0x1eb),'monthDate':_0x5e2071(0x1e4),'yearQuarter':_0x5e2071(0x1ec),'yearMonth':_0x5e2071(0x1e7),'yearMonthDate':'Year-Month-Day'},'cellDateGroupDisplay':{'minute':_0x5e2071(0x1d8),'hour':'{0}\x20hour','hourMinute':_0x5e2071(0x1cb),'date':_0x5e2071(0x1d5),'month':_0x5e2071(0x1f8),'monthDate':_0x5e2071(0x1da),'quarter':_0x5e2071(0x1d4),'year':_0x5e2071(0x1cc),'yearMonth':_0x5e2071(0x1ef),'yearMonthDate':_0x5e2071(0x1f5),'yearQuarter':_0x5e2071(0x1fb)}}};}));
|
package/lib/umd/locale/fa-IR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
(function(_0x312ee9,_0x20aa57){var _0x255a38=_0xcef3,_0x3b986c=_0x312ee9();while(!![]){try{var _0x3145fc=parseInt(_0x255a38(0x96))/0x1+parseInt(_0x255a38(0x92))/0x2*(-parseInt(_0x255a38(0x91))/0x3)+-parseInt(_0x255a38(0x8f))/0x4*(parseInt(_0x255a38(0xa7))/0x5)+parseInt(_0x255a38(0xb4))/0x6*(-parseInt(_0x255a38(0x9b))/0x7)+-parseInt(_0x255a38(0x8d))/0x8*(-parseInt(_0x255a38(0xae))/0x9)+parseInt(_0x255a38(0x93))/0xa+-parseInt(_0x255a38(0x86))/0xb*(-parseInt(_0x255a38(0xa4))/0xc);if(_0x3145fc===_0x20aa57)break;else _0x3b986c['push'](_0x3b986c['shift']());}catch(_0xae6dc8){_0x3b986c['push'](_0x3b986c['shift']());}}}(_0x5196,0x7546c),function(_0x552fe3,_0x12c8ee){var _0x4c3c56=_0xcef3;typeof exports==_0x4c3c56(0x8b)&&typeof module<'u'?module[_0x4c3c56(0xaf)]=_0x12c8ee():typeof define==_0x4c3c56(0xa0)&&define[_0x4c3c56(0x99)]?define([],_0x12c8ee):(_0x552fe3=typeof globalThis<'u'?globalThis:_0x552fe3||self,_0x552fe3[_0x4c3c56(0x8c)]=_0x12c8ee());}(this,function(){var _0x356354=_0xcef3;return{'sheets-pivot':{'blankValue':_0x356354(0x9e),'otherValue':_0x356354(0x97),'columnName':'ستون\x20','subTotalText':_0x356354(0xb9),'grandTotalText':'کل','valueText':_0x356354(0xa6),'averageName':_0x356354(0xb8),'countName':'تعداد\x20از\x20','countNumsName':_0x356354(0xa3),'maxName':_0x356354(0x94),'minName':_0x356354(0xa8),'productName':_0x356354(0xad),'stdDevName':_0x356354(0x9f),'stdDevpName':_0x356354(0x90),'sumName':_0x356354(0xac),'varName':_0x356354(0x88),'varpName':_0x356354(0x87),'subTotal':_0x356354(0xb9),'grandTotal':'کل','value':_0x356354(0xa6),'blank':_0x356354(0xb2),'other':_0x356354(0xb3),'emptyPivot':{'filter':_0x356354(0xa9),'row':_0x356354(0xaa),'column':_0x356354(0x89),'values':_0x356354(0x8a)},'dateGroup':{'year':_0x356354(0x98),'month':'Mois','day':_0x356354(0xb0),'hour':'Heure','minute':_0x356354(0x9a),'quarter':_0x356354(0x95),'monthDate':'Mois-Jour','yearQuarter':'Année-Trimestre','yearMonth':'Année-Mois','yearMonthDate':_0x356354(0xa2)},'cellDateGroupDisplay':{'minute':_0x356354(0xab),'hour':_0x356354(0x9c),'hourMinute':_0x356354(0xb7),'date':_0x356354(0xa5),'month':_0x356354(0xb1),'monthDate':_0x356354(0x8e),'quarter':'{0}\x20فصل','year':_0x356354(0x9d),'yearMonth':_0x356354(0xb6),'yearMonthDate':_0x356354(0xa1),'yearQuarter':_0x356354(0xb5)}}};}));function _0xcef3(_0x2c3d18,_0x496a36){_0x2c3d18=_0x2c3d18-0x86;var _0x519698=_0x5196();var _0xcef34=_0x519698[_0x2c3d18];return _0xcef34;}function _0x5196(){var _0x13983f=['506238fIBbnV','(سایر)','Année','amd','Minute','1588006zedQSQ','{0}\x20ساعت','{0}\x20سال','(خالی)','انحراف\x20معیار\x20از\x20','function','{0}\x20سال\x20{1}\x20ماه\x20{2}\x20روز','Année-Mois-Jour','تعداد\x20اعداد\x20از\x20','11859180EUrINA','{0}\x20روز','مقدار','2292725Tntamd','کمترین\x20از\x20','فیلتر','سطر','{0}\x20دقیقه','جمع\x20از\x20','ضرب\x20از\x20','1521NTSqVC','exports','Jour','{0}\x20ماه','خالی','سایر','12nlTOjC','{0}\x20سال\x20{1}\x20فصل','{0}\x20سال\x20{1}\x20ماه','{0}\x20ساعت\x20{1}\x20دقیقه','میانگین\x20از\x20','جمع','11XjpCBp','واریانس\x20کلی\x20از\x20','واریانس\x20از\x20','ستون','مقادیر','object','UniverProSheetsPivotFaIR','5384JYWHqb','{0}\x20ماه\x20{1}\x20روز','4mysTED','انحراف\x20معیار\x20کلی\x20از\x20','27MVVoAn','155014sJdngY','4819480GZeNUo','بیشترین\x20از\x20','Trimestre'];_0x5196=function(){return _0x13983f;};return _0x5196();}
|
package/lib/umd/locale/fr-FR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x26b7(_0x36e096,_0x564b2b){_0x36e096=_0x36e096-0x148;var _0x375478=_0x3754();var _0x26b78a=_0x375478[_0x36e096];return _0x26b78a;}function _0x3754(){var _0xfa9db5=['17382266GiNhvM','6585855GxfRhS','49xoAEmo','Total','29936oXDJCa','{0}\x20year','1366494oUQcco','274744aRqyHO','function','{0}\x20hour','{0}\x20minute','Grand\x20Total','StdDevp\x20of\x20','{0}\x20quarter','exports','Year','Value','Column\x20','Values','3610094iExDri','4453348HYrwnE','(Blank)','value','Product\x20of\x20','object','10dGQZsq','{0}\x20year\x20{1}\x20quarter','Day','UniverProSheetsPivotFrFR','Hour','Subtotal','288pdTPmW','3jcUaHQ','Month-Day','{0}\x20month','blank','Var\x20of\x20','Average\x20of\x20','Year-Month','Year-Month-Day','{0}\x20month\x20{1}\x20day','Minute','other'];_0x3754=function(){return _0xfa9db5;};return _0x3754();}(function(_0x52372c,_0x6fcf78){var _0xa82557=_0x26b7,_0x135f49=_0x52372c();while(!![]){try{var _0x411f9f=-parseInt(_0xa82557(0x171))/0x1+parseInt(_0xa82557(0x152))/0x2+-parseInt(_0xa82557(0x15f))/0x3*(-parseInt(_0xa82557(0x153))/0x4)+parseInt(_0xa82557(0x16b))/0x5+-parseInt(_0xa82557(0x170))/0x6*(parseInt(_0xa82557(0x16c))/0x7)+parseInt(_0xa82557(0x16e))/0x8*(parseInt(_0xa82557(0x15e))/0x9)+-parseInt(_0xa82557(0x158))/0xa*(parseInt(_0xa82557(0x16a))/0xb);if(_0x411f9f===_0x6fcf78)break;else _0x135f49['push'](_0x135f49['shift']());}catch(_0xae0b8f){_0x135f49['push'](_0x135f49['shift']());}}}(_0x3754,0xdd37a),function(_0x24b865,_0x4c9323){var _0x344c76=_0x26b7;typeof exports==_0x344c76(0x157)&&typeof module<'u'?module[_0x344c76(0x14d)]=_0x4c9323():typeof define==_0x344c76(0x172)&&define['amd']?define([],_0x4c9323):(_0x24b865=typeof globalThis<'u'?globalThis:_0x24b865||self,_0x24b865[_0x344c76(0x15b)]=_0x4c9323());}(this,function(){var _0x3f3806=_0x26b7;return{'sheets-pivot':{'blankValue':_0x3f3806(0x154),'otherValue':'(Other)','columnName':_0x3f3806(0x150),'subTotalText':_0x3f3806(0x16d),'grandTotalText':_0x3f3806(0x14a),'valueText':_0x3f3806(0x14f),'averageName':_0x3f3806(0x164),'countName':'Count\x20of\x20','countNumsName':'Count\x20of\x20','maxName':'Max\x20of\x20','minName':'Min\x20of\x20','productName':_0x3f3806(0x156),'stdDevName':'StdDev\x20of\x20','stdDevpName':_0x3f3806(0x14b),'sumName':'Sum\x20of\x20','varName':_0x3f3806(0x163),'varpName':'Varp\x20of\x20','subTotal':_0x3f3806(0x15d),'grandTotal':_0x3f3806(0x14a),'value':_0x3f3806(0x155),'blank':_0x3f3806(0x162),'other':_0x3f3806(0x169),'emptyPivot':{'filter':'Filter','row':'Row','column':'Column','values':_0x3f3806(0x151)},'dateGroup':{'year':_0x3f3806(0x14e),'month':'Month','day':_0x3f3806(0x15a),'hour':_0x3f3806(0x15c),'minute':_0x3f3806(0x168),'quarter':'Quarter','monthDate':_0x3f3806(0x160),'yearQuarter':'Year-Quarter','yearMonth':_0x3f3806(0x165),'yearMonthDate':_0x3f3806(0x166)},'cellDateGroupDisplay':{'minute':_0x3f3806(0x149),'hour':_0x3f3806(0x148),'hourMinute':'{0}\x20hour\x20{1}\x20minute','date':'{0}\x20day','month':_0x3f3806(0x161),'monthDate':_0x3f3806(0x167),'quarter':_0x3f3806(0x14c),'year':_0x3f3806(0x16f),'yearMonth':'{0}\x20year\x20{1}\x20month','yearMonthDate':'{0}\x20year\x20{1}\x20month\x20{2}\x20day','yearQuarter':_0x3f3806(0x159)}}};}));
|
package/lib/umd/locale/ja-JP.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x35dd(){var _0x4fe69f=['83861DWCOSZ','157507xPIFcq','年-月-日','exports','標本分散\x20/\x20','26493665ouQFHE','年-四半期','月-日','{0}年{1}月','8wYhAzg','function','{0}月{1}日','合計\x20/\x20','7274270AdMYuY','4RYtUUZ','280qPAVhQ','その他','1035iZFkQx','object','{0}年{1}月{2}日','第{0}四半期','{0}時{1}分','{0}時','分散\x20/\x20','データの個数\x20/\x20','{0}月','3680495qbzfrP','204KLIyrL','3882339rnITqp','(空白)','amd','フィルター','標本標準偏差\x20/\x20','(その他)','最小値\x20/\x20'];_0x35dd=function(){return _0x4fe69f;};return _0x35dd();}function _0x45fd(_0x406ea5,_0x4d066b){_0x406ea5=_0x406ea5-0xf8;var _0x35dd4a=_0x35dd();var _0x45fd7e=_0x35dd4a[_0x406ea5];return _0x45fd7e;}(function(_0x5e0ab0,_0xfe7b54){var _0x212c4d=_0x45fd,_0x19b5b0=_0x5e0ab0();while(!![]){try{var _0x21cf95=parseInt(_0x212c4d(0x118))/0x1*(-parseInt(_0x212c4d(0x103))/0x2)+-parseInt(_0x212c4d(0x106))/0x3*(parseInt(_0x212c4d(0x104))/0x4)+-parseInt(_0x212c4d(0x10f))/0x5+-parseInt(_0x212c4d(0x110))/0x6*(parseInt(_0x212c4d(0x119))/0x7)+parseInt(_0x212c4d(0xfe))/0x8*(parseInt(_0x212c4d(0x111))/0x9)+-parseInt(_0x212c4d(0x102))/0xa+parseInt(_0x212c4d(0xfa))/0xb;if(_0x21cf95===_0xfe7b54)break;else _0x19b5b0['push'](_0x19b5b0['shift']());}catch(_0x217fd4){_0x19b5b0['push'](_0x19b5b0['shift']());}}}(_0x35dd,0x6667e),function(_0x5a0280,_0x3d6a17){var _0x135b75=_0x45fd;typeof exports==_0x135b75(0x107)&&typeof module<'u'?module[_0x135b75(0xf8)]=_0x3d6a17():typeof define==_0x135b75(0xff)&&define[_0x135b75(0x113)]?define([],_0x3d6a17):(_0x5a0280=typeof globalThis<'u'?globalThis:_0x5a0280||self,_0x5a0280['UniverProSheetsPivotJaJP']=_0x3d6a17());}(this,function(){var _0x4f02c9=_0x45fd;return{'sheets-pivot':{'blankValue':_0x4f02c9(0x112),'otherValue':_0x4f02c9(0x116),'columnName':'列\x20','subTotalText':'合計','grandTotalText':'総計','valueText':'値','averageName':'平均\x20/\x20','countName':_0x4f02c9(0x10d),'countNumsName':'数値の個数\x20/\x20','maxName':'最大値\x20/\x20','minName':_0x4f02c9(0x117),'productName':'積\x20/\x20','stdDevName':'標準偏差\x20/\x20','stdDevpName':_0x4f02c9(0x115),'sumName':_0x4f02c9(0x101),'varName':_0x4f02c9(0x10c),'varpName':_0x4f02c9(0xf9),'subTotal':'小計','grandTotal':'総計','value':'値','blank':'空白','other':_0x4f02c9(0x105),'emptyPivot':{'filter':_0x4f02c9(0x114),'row':'行','column':'列','values':'値'},'dateGroup':{'year':'年','month':'月','day':'日','hour':'時','minute':'分','quarter':'四半期','monthDate':_0x4f02c9(0xfc),'yearQuarter':_0x4f02c9(0xfb),'yearMonth':'年-月','yearMonthDate':_0x4f02c9(0x11a)},'cellDateGroupDisplay':{'minute':'{0}分','hour':_0x4f02c9(0x10b),'hourMinute':_0x4f02c9(0x10a),'date':'{0}日','month':_0x4f02c9(0x10e),'monthDate':_0x4f02c9(0x100),'quarter':_0x4f02c9(0x109),'year':'{0}年','yearMonth':_0x4f02c9(0xfd),'yearMonthDate':_0x4f02c9(0x108),'yearQuarter':'{0}年第{1}四半期'}}};}));
|
package/lib/umd/locale/ko-KR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
(function(_0x475ecb,_0x2eae20){var _0x1025b1=_0x53dd,_0x2a82d0=_0x475ecb();while(!![]){try{var _0x3c8cb5=parseInt(_0x1025b1(0xe2))/0x1*(parseInt(_0x1025b1(0xe0))/0x2)+-parseInt(_0x1025b1(0xd4))/0x3+parseInt(_0x1025b1(0xcb))/0x4+-parseInt(_0x1025b1(0xe1))/0x5+-parseInt(_0x1025b1(0xda))/0x6+parseInt(_0x1025b1(0xd3))/0x7*(-parseInt(_0x1025b1(0xc1))/0x8)+parseInt(_0x1025b1(0xce))/0x9*(parseInt(_0x1025b1(0xbe))/0xa);if(_0x3c8cb5===_0x2eae20)break;else _0x2a82d0['push'](_0x2a82d0['shift']());}catch(_0x12c8ae){_0x2a82d0['push'](_0x2a82d0['shift']());}}}(_0x3445,0x4c2c5),function(_0x1c522d,_0x2d938c){var _0xf6bc49=_0x53dd;typeof exports==_0xf6bc49(0xde)&&typeof module<'u'?module[_0xf6bc49(0xcd)]=_0x2d938c():typeof define==_0xf6bc49(0xe3)&&define[_0xf6bc49(0xc9)]?define([],_0x2d938c):(_0x1c522d=typeof globalThis<'u'?globalThis:_0x1c522d||self,_0x1c522d[_0xf6bc49(0xd6)]=_0x2d938c());}(this,function(){var _0x1904bf=_0x53dd;return{'sheets-pivot':{'blankValue':_0x1904bf(0xc4),'otherValue':_0x1904bf(0xc8),'columnName':'열\x20','subTotalText':'합계','grandTotalText':_0x1904bf(0xc6),'valueText':'값','averageName':_0x1904bf(0xcf),'countName':_0x1904bf(0xd2),'countNumsName':'숫자\x20개수\x20/\x20','maxName':_0x1904bf(0xdd),'minName':_0x1904bf(0xd8),'productName':_0x1904bf(0xc3),'stdDevName':_0x1904bf(0xd5),'stdDevpName':_0x1904bf(0xd1),'sumName':_0x1904bf(0xdf),'varName':'분산\x20/\x20','varpName':_0x1904bf(0xdb),'subTotal':_0x1904bf(0xbd),'grandTotal':'총합계','value':'값','blank':'비어\x20있음','other':'기타','emptyPivot':{'filter':'필터','row':'행','column':'열','values':'값'},'dateGroup':{'year':'년','month':'월','day':'일','hour':'시','minute':'분','quarter':'분기','monthDate':_0x1904bf(0xd0),'yearQuarter':'년-분기','yearMonth':_0x1904bf(0xdc),'yearMonthDate':'년-월-일'},'cellDateGroupDisplay':{'minute':'{0}분','hour':_0x1904bf(0xd7),'hourMinute':_0x1904bf(0xd9),'date':_0x1904bf(0xcc),'month':_0x1904bf(0xc0),'monthDate':_0x1904bf(0xbf),'quarter':_0x1904bf(0xca),'year':'{0}년','yearMonth':_0x1904bf(0xc5),'yearMonthDate':_0x1904bf(0xc2),'yearQuarter':_0x1904bf(0xc7)}}};}));function _0x53dd(_0x3abb45,_0x1ae254){_0x3abb45=_0x3abb45-0xbd;var _0x344511=_0x3445();var _0x53dd10=_0x344511[_0x3abb45];return _0x53dd10;}function _0x3445(){var _0x147873=['개수\x20/\x20','7zDrbtC','1142655bZYXko','표준\x20편차\x20/\x20','UniverProSheetsPivotKoKR','{0}시','최소값\x20/\x20','{0}시{1}분','3501780ZWMPQR','분산(모집단)\x20/\x20','년-월','최대값\x20/\x20','object','합계\x20/\x20','62lkoqzj','901595CLFxVD','8746BjeWMP','function','부분합','4084810OrrgjQ','{0}월{1}일','{0}월','3365752rofdta','{0}년{1}월{2}일','곱\x20/\x20','(비어\x20있음)','{0}년{1}월','총합계','{0}년제{1}분기','(기타)','amd','제{0}분기','1523956KUjCqe','{0}일','exports','27xiYnYF','평균\x20/\x20','월-일','표준\x20편차(모집단)\x20/\x20'];_0x3445=function(){return _0x147873;};return _0x3445();}
|
package/lib/umd/locale/ru-RU.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x144c(_0x268e00,_0x255ac7){_0x268e00=_0x268e00-0x8b;var _0x536be4=_0x536b();var _0x144c69=_0x536be4[_0x268e00];return _0x144c69;}(function(_0x512edd,_0x2d4bf0){var _0x14215e=_0x144c,_0x59e0ca=_0x512edd();while(!![]){try{var _0x8b5d88=parseInt(_0x14215e(0x97))/0x1+-parseInt(_0x14215e(0x9f))/0x2+-parseInt(_0x14215e(0xb3))/0x3+parseInt(_0x14215e(0xb4))/0x4*(parseInt(_0x14215e(0x9b))/0x5)+parseInt(_0x14215e(0xaf))/0x6+-parseInt(_0x14215e(0x92))/0x7+parseInt(_0x14215e(0x9c))/0x8*(parseInt(_0x14215e(0xa8))/0x9);if(_0x8b5d88===_0x2d4bf0)break;else _0x59e0ca['push'](_0x59e0ca['shift']());}catch(_0x2b9120){_0x59e0ca['push'](_0x59e0ca['shift']());}}}(_0x536b,0x53e0c),function(_0xc8b2aa,_0x3c5328){var _0x246aa1=_0x144c;typeof exports==_0x246aa1(0x9a)&&typeof module<'u'?module['exports']=_0x3c5328():typeof define=='function'&&define[_0x246aa1(0xaa)]?define([],_0x3c5328):(_0xc8b2aa=typeof globalThis<'u'?globalThis:_0xc8b2aa||self,_0xc8b2aa[_0x246aa1(0xb2)]=_0x3c5328());}(this,function(){var _0xef91a8=_0x144c;return{'sheets-pivot':{'blankValue':_0xef91a8(0xae),'otherValue':_0xef91a8(0xa9),'columnName':_0xef91a8(0xa2),'subTotalText':_0xef91a8(0x8f),'grandTotalText':_0xef91a8(0xb8),'valueText':_0xef91a8(0xa7),'averageName':_0xef91a8(0xa3),'countName':_0xef91a8(0x8d),'countNumsName':_0xef91a8(0x8e),'maxName':_0xef91a8(0x8c),'minName':_0xef91a8(0xb5),'productName':_0xef91a8(0x9e),'stdDevName':_0xef91a8(0x95),'stdDevpName':_0xef91a8(0xad),'sumName':'Сумма\x20по\x20','varName':_0xef91a8(0x94),'varpName':_0xef91a8(0x93),'subTotal':_0xef91a8(0x8f),'grandTotal':_0xef91a8(0xb8),'value':'Значение','blank':_0xef91a8(0x90),'other':'Другое','emptyPivot':{'filter':_0xef91a8(0x91),'row':_0xef91a8(0x96),'column':_0xef91a8(0xac),'values':'Значение'},'dateGroup':{'year':'Год','month':_0xef91a8(0xab),'day':_0xef91a8(0xa5),'hour':_0xef91a8(0xb6),'minute':_0xef91a8(0xa6),'quarter':'Квартал','monthDate':_0xef91a8(0xb7),'yearQuarter':'Год-Квартал','yearMonth':_0xef91a8(0xa4),'yearMonthDate':'Год-Месяц-День'},'cellDateGroupDisplay':{'minute':_0xef91a8(0xa0),'hour':_0xef91a8(0x9d),'hourMinute':_0xef91a8(0x8b),'date':_0xef91a8(0x98),'month':_0xef91a8(0xb1),'monthDate':'{0}\x20месяц\x20{1}\x20день','quarter':'{0}\x20квартал','year':'{0}\x20год','yearMonth':_0xef91a8(0xb0),'yearMonthDate':_0xef91a8(0xa1),'yearQuarter':_0xef91a8(0x99)}}};}));function _0x536b(){var _0x3fd50d=['169534ZCKqLF','{0}\x20день','{0}\x20год\x20{1}\x20квартал','object','75940AcMGYy','16YSCvkH','{0}\x20ч','Произведение\x20по\x20','1217438cVGbmu','{0}\x20мин','{0}\x20год\x20{1}\x20месяц\x20{2}\x20день','Столбец\x20','Среднее\x20по\x20','Год-Месяц','День','Минута','Значение','2793591quIMUS','(Другое)','amd','Месяц','Столбец','Общее\x20стандартное\x20отклонение\x20по\x20','(Пусто)','4118676qSaJOZ','{0}\x20год\x20{1}\x20месяц','{0}\x20месяц','UniverProSheetsPivotRuRU','604143JmgCjj','72vNWDnk','Минимум\x20по\x20','Час','Месяц-День','Общий\x20итог','{0}\x20ч\x20{1}\x20мин','Максимум\x20по\x20','Количество\x20по\x20','Число\x20по\x20','Промежуточный\x20итог','Пусто','Фильтр','4175486QZGJbD','Общая\x20дисперсия\x20по\x20','Дисперсия\x20по\x20','Стандартное\x20отклонение\x20по\x20','Строка'];_0x536b=function(){return _0x3fd50d;};return _0x536b();}
|
package/lib/umd/locale/sk-SK.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0xd13d(){var _0xeea54=['Celkový\x20súčet','Smerodajná\x20odchýlka\x20populácie\x20z\x20','Rok-Štvrťrok','8msjUxn','(Prázdne)','40lLDWto','{0}\x20deň','Minúta','Hodnota','Min\x20z\x20','2173360YjWpTU','Smerodajná\x20odchýlka\x20z\x20','Deň','659113QPGGJQ','Filter','{0}\x20hodina\x20{1}\x20minúta','Mesiac','Súčet\x20z\x20','object','1427570lIUUkl','Súčin\x20z\x20','Rok-Mesiac','{0}\x20hodina','Max\x20z\x20','(Iné)','prázdne','Medzisúčet','Rozptyl\x20populácie\x20z\x20','Rozptyl\x20z\x20','Súčet','Stĺpec','{0}\x20minúta','1771215byaLmp','1307652xpVnQp','Hodina','299601kqiFWk','Rok','hodnota','UniverProSheetsPivotSkSK','{0}\x20rok','{0}\x20rok\x20{1}\x20mesiac','Počet\x20z\x20','Hodnoty','{0}\x20štvrťrok','1070580XPYPvT','Mesiac-Deň','{0}\x20mesiac\x20{1}\x20deň','amd'];_0xd13d=function(){return _0xeea54;};return _0xd13d();}function _0x8306(_0x365749,_0x2f37d9){_0x365749=_0x365749-0xdf;var _0xd13d27=_0xd13d();var _0x8306d9=_0xd13d27[_0x365749];return _0x8306d9;}(function(_0x475ca5,_0xf9e7c1){var _0x262881=_0x8306,_0x233146=_0x475ca5();while(!![]){try{var _0x12fa91=parseInt(_0x262881(0xdf))/0x1+-parseInt(_0x262881(0xf3))/0x2+parseInt(_0x262881(0xf2))/0x3+-parseInt(_0x262881(0x105))/0x4*(parseInt(_0x262881(0xe5))/0x5)+parseInt(_0x262881(0xfe))/0x6+parseInt(_0x262881(0x10c))/0x7+-parseInt(_0x262881(0x107))/0x8*(parseInt(_0x262881(0xf5))/0x9);if(_0x12fa91===_0xf9e7c1)break;else _0x233146['push'](_0x233146['shift']());}catch(_0x33d894){_0x233146['push'](_0x233146['shift']());}}}(_0xd13d,0x54bf9),function(_0x28901f,_0x59c52c){var _0x5de46e=_0x8306;typeof exports==_0x5de46e(0xe4)&&typeof module<'u'?module['exports']=_0x59c52c():typeof define=='function'&&define[_0x5de46e(0x101)]?define([],_0x59c52c):(_0x28901f=typeof globalThis<'u'?globalThis:_0x28901f||self,_0x28901f[_0x5de46e(0xf8)]=_0x59c52c());}(this,function(){var _0x198141=_0x8306;return{'sheets-pivot':{'blankValue':_0x198141(0x106),'otherValue':_0x198141(0xea),'columnName':'Stĺpec\x20','subTotalText':_0x198141(0xef),'grandTotalText':_0x198141(0x102),'valueText':_0x198141(0x10a),'averageName':'Priemer\x20z\x20','countName':_0x198141(0xfb),'countNumsName':_0x198141(0xfb),'maxName':_0x198141(0xe9),'minName':_0x198141(0x10b),'productName':_0x198141(0xe6),'stdDevName':_0x198141(0x10d),'stdDevpName':_0x198141(0x103),'sumName':_0x198141(0xe3),'varName':_0x198141(0xee),'varpName':_0x198141(0xed),'subTotal':_0x198141(0xec),'grandTotal':_0x198141(0x102),'value':_0x198141(0xf7),'blank':_0x198141(0xeb),'other':'iné','emptyPivot':{'filter':_0x198141(0xe0),'row':'Riadok','column':_0x198141(0xf0),'values':_0x198141(0xfc)},'dateGroup':{'year':_0x198141(0xf6),'month':_0x198141(0xe2),'day':_0x198141(0x10e),'hour':_0x198141(0xf4),'minute':_0x198141(0x109),'quarter':'Štvrťrok','monthDate':_0x198141(0xff),'yearQuarter':_0x198141(0x104),'yearMonth':_0x198141(0xe7),'yearMonthDate':'Rok-Mesiac-Deň'},'cellDateGroupDisplay':{'minute':_0x198141(0xf1),'hour':_0x198141(0xe8),'hourMinute':_0x198141(0xe1),'date':_0x198141(0x108),'month':'{0}\x20mesiac','monthDate':_0x198141(0x100),'quarter':_0x198141(0xfd),'year':_0x198141(0xf9),'yearMonth':_0x198141(0xfa),'yearMonthDate':'{0}\x20rok\x20{1}\x20mesiac\x20{2}\x20deň','yearQuarter':'{0}\x20rok\x20{1}\x20štvrťrok'}}};}));
|
package/lib/umd/locale/vi-VN.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
function _0x348a(){var _0xdbaf46=['3529736hPeVQS','505342StIcYZ','Năm-Tháng','Hàng','11IaItWs','4pBmsFd','amd','Khác','{0}\x20phút','Độ\x20lệch\x20chuẩn:','Tháng','2090496FRMtJD','Ngày','Ngày\x20{0}','15RfICrm','Giá\x20trị','Năm-Tháng-Ngày','Tháng\x20{0}','Giá\x20trị\x20tối\x20thiểu:','Năm-Quý','Tổng\x20cộng','Số\x20lượng:','Năm','Tích:','Phút','Tổng:','Độ\x20lệch\x20chuẩn\x20toàn\x20phần:','Cột\x20','UniverProSheetsPivotViVN','7753380HvlOPv','Số\x20lượng\x20số:','2473770LHjXyJ','(Khác)','Năm\x20{0}\x20Tháng\x20{1}\x20Ngày\x20{2}','function','868545OidoEC','Tổng\x20phụ','Cột','Lọc','Phương\x20sai:','Quý','Năm\x20{0}\x20Tháng\x20{1}','Giá\x20trị\x20tối\x20đa:','object','5539610jwZLBR','14PqgfXk','Phương\x20sai\x20toàn\x20phần:'];_0x348a=function(){return _0xdbaf46;};return _0x348a();}function _0x592e(_0x388eb6,_0x494551){_0x388eb6=_0x388eb6-0x8b;var _0x348adb=_0x348a();var _0x592e42=_0x348adb[_0x388eb6];return _0x592e42;}(function(_0x5d1358,_0x546b59){var _0x5dfb6d=_0x592e,_0x1f6b11=_0x5d1358();while(!![]){try{var _0x6bc9e3=-parseInt(_0x5dfb6d(0xb0))/0x1+-parseInt(_0x5dfb6d(0xb4))/0x2*(parseInt(_0x5dfb6d(0x9f))/0x3)+parseInt(_0x5dfb6d(0x8b))/0x4*(parseInt(_0x5dfb6d(0x8e))/0x5)+parseInt(_0x5dfb6d(0x9d))/0x6+-parseInt(_0x5dfb6d(0xad))/0x7*(-parseInt(_0x5dfb6d(0xaf))/0x8)+-parseInt(_0x5dfb6d(0xa3))/0x9+parseInt(_0x5dfb6d(0xac))/0xa*(-parseInt(_0x5dfb6d(0xb3))/0xb);if(_0x6bc9e3===_0x546b59)break;else _0x1f6b11['push'](_0x1f6b11['shift']());}catch(_0x4e36e9){_0x1f6b11['push'](_0x1f6b11['shift']());}}}(_0x348a,0xe4e4c),function(_0x59a812,_0xd889a7){var _0x4632d8=_0x592e;typeof exports==_0x4632d8(0xab)&&typeof module<'u'?module['exports']=_0xd889a7():typeof define==_0x4632d8(0xa2)&&define[_0x4632d8(0xb5)]?define([],_0xd889a7):(_0x59a812=typeof globalThis<'u'?globalThis:_0x59a812||self,_0x59a812[_0x4632d8(0x9c)]=_0xd889a7());}(this,function(){var _0x4a791b=_0x592e;return{'sheets-pivot':{'blankValue':'(Trống)','otherValue':_0x4a791b(0xa0),'columnName':_0x4a791b(0x9b),'subTotalText':_0x4a791b(0xa4),'grandTotalText':_0x4a791b(0x94),'valueText':_0x4a791b(0x8f),'averageName':'Giá\x20trị\x20trung\x20bình:','countName':_0x4a791b(0x95),'countNumsName':_0x4a791b(0x9e),'maxName':_0x4a791b(0xaa),'minName':_0x4a791b(0x92),'productName':_0x4a791b(0x97),'stdDevName':_0x4a791b(0xb8),'stdDevpName':_0x4a791b(0x9a),'sumName':_0x4a791b(0x99),'varName':_0x4a791b(0xa7),'varpName':_0x4a791b(0xae),'subTotal':_0x4a791b(0xa4),'grandTotal':_0x4a791b(0x94),'value':'Giá\x20trị','blank':'Trống','other':_0x4a791b(0xb6),'emptyPivot':{'filter':_0x4a791b(0xa6),'row':_0x4a791b(0xb2),'column':_0x4a791b(0xa5),'values':_0x4a791b(0x8f)},'dateGroup':{'year':_0x4a791b(0x96),'month':_0x4a791b(0xb9),'day':_0x4a791b(0x8c),'hour':'Giờ','minute':_0x4a791b(0x98),'quarter':_0x4a791b(0xa8),'monthDate':'Tháng-Ngày','yearQuarter':_0x4a791b(0x93),'yearMonth':_0x4a791b(0xb1),'yearMonthDate':_0x4a791b(0x90)},'cellDateGroupDisplay':{'minute':_0x4a791b(0xb7),'hour':'{0}\x20giờ','hourMinute':'{0}\x20giờ\x20{1}\x20phút','date':_0x4a791b(0x8d),'month':_0x4a791b(0x91),'monthDate':'Tháng\x20{0}\x20Ngày\x20{1}','quarter':'Quý\x20{0}','year':'Năm\x20{0}','yearMonth':_0x4a791b(0xa9),'yearMonthDate':_0x4a791b(0xa1),'yearQuarter':'Năm\x20{0}\x20Quý\x20{1}'}}};}));
|
package/lib/umd/locale/zh-CN.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
(function(_0x1cd84e,_0x306b78){var _0x3c73ae=_0xde97,_0x14755e=_0x1cd84e();while(!![]){try{var _0x445340=parseInt(_0x3c73ae(0x133))/0x1+parseInt(_0x3c73ae(0x13e))/0x2+-parseInt(_0x3c73ae(0x136))/0x3+-parseInt(_0x3c73ae(0x12b))/0x4*(-parseInt(_0x3c73ae(0x124))/0x5)+-parseInt(_0x3c73ae(0x12c))/0x6*(-parseInt(_0x3c73ae(0x12f))/0x7)+parseInt(_0x3c73ae(0x12a))/0x8+-parseInt(_0x3c73ae(0x134))/0x9;if(_0x445340===_0x306b78)break;else _0x14755e['push'](_0x14755e['shift']());}catch(_0xd30b77){_0x14755e['push'](_0x14755e['shift']());}}}(_0x24e6,0xa50e3),function(_0xb01f,_0x1485dd){var _0x4feeb8=_0xde97;typeof exports==_0x4feeb8(0x13f)&&typeof module<'u'?module[_0x4feeb8(0x12e)]=_0x1485dd():typeof define==_0x4feeb8(0x13c)&&define[_0x4feeb8(0x11f)]?define([],_0x1485dd):(_0xb01f=typeof globalThis<'u'?globalThis:_0xb01f||self,_0xb01f[_0x4feeb8(0x127)]=_0x1485dd());}(this,function(){var _0x4d285e=_0xde97;return{'sheets-pivot':{'blankValue':_0x4d285e(0x122),'otherValue':_0x4d285e(0x126),'columnName':'列\x20','subTotalText':'汇总','grandTotalText':'总计','valueText':'值','averageName':_0x4d285e(0x11d),'countName':'计数项:','countNumsName':_0x4d285e(0x128),'maxName':_0x4d285e(0x129),'minName':_0x4d285e(0x125),'productName':_0x4d285e(0x123),'stdDevName':'标准偏差项:','stdDevpName':'总体标准偏差项:','sumName':_0x4d285e(0x138),'varName':_0x4d285e(0x11c),'varpName':_0x4d285e(0x13a),'subTotal':'汇总','grandTotal':'总计','value':'值','blank':'空白','other':'其他','emptyPivot':{'filter':'筛选','row':'行','column':'列','values':'值'},'dateGroup':{'year':'年','month':'月','day':'日','hour':'小时','minute':'分钟','quarter':'季度','monthDate':_0x4d285e(0x13d),'yearQuarter':_0x4d285e(0x135),'yearMonth':_0x4d285e(0x121),'yearMonthDate':_0x4d285e(0x130)},'cellDateGroupDisplay':{'minute':_0x4d285e(0x11e),'hour':_0x4d285e(0x12d),'hourMinute':'{0}时\x20{1}分','date':'{0}日','month':_0x4d285e(0x131),'monthDate':_0x4d285e(0x13b),'quarter':_0x4d285e(0x139),'year':_0x4d285e(0x132),'yearMonth':'{0}年{1}月','yearMonthDate':_0x4d285e(0x137),'yearQuarter':_0x4d285e(0x120)}}};}));function _0xde97(_0x1afbfc,_0x3aaea3){_0x1afbfc=_0x1afbfc-0x11c;var _0x24e628=_0x24e6();var _0xde97d7=_0x24e628[_0x1afbfc];return _0xde97d7;}function _0x24e6(){var _0x33ea0b=['年-月-日','{0}月','{0}年','372453IYDBmN','18773046kQCAPw','年-季度','2670480KAMyKO','{0}年{1}月{2}日','求和项:','{0}季度','总体方差项:','{0}月{1}日','function','月-日','1589676SuyxJb','object','方差项:','平均值项:','{0}分','amd','{0}年{1}季度','年-月','(空白)','乘积项:','2184605smOWqV','最小值项:','(其他)','UniverProSheetsPivotZhCN','数值计数项:','最大值项:','10743688pXCWSU','4CNzdvQ','12DWAePu','{0}时','exports','2467318yEinNN'];_0x24e6=function(){return _0x33ea0b;};return _0x24e6();}
|
package/lib/umd/locale/zh-TW.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
(function(_0x16180d,_0x1b4b10){var _0x188aca=_0x39fc,_0x1a6238=_0x16180d();while(!![]){try{var _0x5878a4=-parseInt(_0x188aca(0x16a))/0x1+-parseInt(_0x188aca(0x16e))/0x2*(-parseInt(_0x188aca(0x15f))/0x3)+parseInt(_0x188aca(0x161))/0x4+-parseInt(_0x188aca(0x14f))/0x5+parseInt(_0x188aca(0x15e))/0x6*(parseInt(_0x188aca(0x14e))/0x7)+-parseInt(_0x188aca(0x16d))/0x8+-parseInt(_0x188aca(0x165))/0x9*(-parseInt(_0x188aca(0x166))/0xa);if(_0x5878a4===_0x1b4b10)break;else _0x1a6238['push'](_0x1a6238['shift']());}catch(_0x23b404){_0x1a6238['push'](_0x1a6238['shift']());}}}(_0x2f6b,0x467ec),function(_0x3606e3,_0x17d68e){var _0x589244=_0x39fc;typeof exports==_0x589244(0x156)&&typeof module<'u'?module[_0x589244(0x158)]=_0x17d68e():typeof define=='function'&&define[_0x589244(0x164)]?define([],_0x17d68e):(_0x3606e3=typeof globalThis<'u'?globalThis:_0x3606e3||self,_0x3606e3['UniverProSheetsPivotZhTW']=_0x17d68e());}(this,function(){var _0x2249d9=_0x39fc;return{'sheets-pivot':{'blankValue':_0x2249d9(0x153),'otherValue':_0x2249d9(0x16f),'columnName':'欄\x20','subTotalText':'小計','grandTotalText':'總計','valueText':'值','averageName':_0x2249d9(0x150),'countName':_0x2249d9(0x169),'countNumsName':_0x2249d9(0x157),'maxName':'最大值項:','minName':'最小值項:','productName':_0x2249d9(0x16c),'stdDevName':_0x2249d9(0x15d),'stdDevpName':_0x2249d9(0x15b),'sumName':_0x2249d9(0x152),'varName':_0x2249d9(0x162),'varpName':_0x2249d9(0x163),'subTotal':'小計','grandTotal':'總計','value':'值','blank':'空白','other':'其他','emptyPivot':{'filter':'篩選','row':'行','column':'欄','values':'值'},'dateGroup':{'year':'年','month':'月','day':'日','hour':'小時','minute':'分鐘','quarter':'季度','monthDate':'月-日','yearQuarter':_0x2249d9(0x167),'yearMonth':'年-月','yearMonthDate':_0x2249d9(0x15c)},'cellDateGroupDisplay':{'minute':_0x2249d9(0x151),'hour':_0x2249d9(0x168),'hourMinute':_0x2249d9(0x15a),'date':'{0}日','month':_0x2249d9(0x155),'monthDate':_0x2249d9(0x154),'quarter':_0x2249d9(0x160),'year':_0x2249d9(0x170),'yearMonth':_0x2249d9(0x159),'yearMonthDate':_0x2249d9(0x16b),'yearQuarter':'{0}年{1}季度'}}};}));function _0x39fc(_0x86f544,_0x685f22){_0x86f544=_0x86f544-0x14e;var _0x2f6bd4=_0x2f6b();var _0x39fc27=_0x2f6bd4[_0x86f544];return _0x39fc27;}function _0x2f6b(){var _0x43c0ba=['3825216eQHvbC','42KsObJK','(其他)','{0}年','2137653tqBEUr','2168850VjPhJL','平均值項:','{0}分','求和項:','(空白)','{0}月{1}日','{0}月','object','數值計數項:','exports','{0}年{1}月','{0}時\x20{1}分','總體標準差項:','年-月-日','標準差項:','6YbDlEC','17187yoouyH','{0}季度','319176DjiCmP','方差項:','總體方差項:','amd','909qGXUNc','117820VvERVc','年-季度','{0}時','計數項:','494794NLaGxI','{0}年{1}月{2}日','乘積項:'];_0x2f6b=function(){return _0x43c0ba;};return _0x2f6b();}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@univerjs-pro/sheets-pivot",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.18.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Univer Sheets Pivot Table",
|
|
6
6
|
"author": "DreamNum <developer@univer.ai>",
|
|
@@ -65,28 +65,29 @@
|
|
|
65
65
|
"rxjs": ">=7.0.0"
|
|
66
66
|
},
|
|
67
67
|
"dependencies": {
|
|
68
|
-
"@univerjs-pro/engine-pivot": "0.
|
|
69
|
-
"@univerjs/core": "0.
|
|
70
|
-
"@univerjs-pro/license": "0.
|
|
71
|
-
"@univerjs/engine-
|
|
72
|
-
"@univerjs/
|
|
73
|
-
"@univerjs/sheets-filter": "0.
|
|
74
|
-
"@univerjs/
|
|
75
|
-
"@univerjs/
|
|
68
|
+
"@univerjs-pro/engine-pivot": "0.18.0",
|
|
69
|
+
"@univerjs/core": "0.18.0",
|
|
70
|
+
"@univerjs-pro/license": "0.18.0",
|
|
71
|
+
"@univerjs/engine-render": "0.18.0",
|
|
72
|
+
"@univerjs/sheets": "0.18.0",
|
|
73
|
+
"@univerjs/sheets-filter": "0.18.0",
|
|
74
|
+
"@univerjs/rpc": "0.18.0",
|
|
75
|
+
"@univerjs/engine-formula": "0.18.0"
|
|
76
76
|
},
|
|
77
77
|
"devDependencies": {
|
|
78
78
|
"rxjs": "7.8.2",
|
|
79
79
|
"typescript": "^5.9.3",
|
|
80
|
-
"
|
|
81
|
-
"
|
|
82
|
-
"@univerjs-infra/shared": "0.17.0"
|
|
80
|
+
"vitest": "^4.1.0",
|
|
81
|
+
"@univerjs-infra/shared": "0.18.0"
|
|
83
82
|
},
|
|
84
83
|
"scripts": {
|
|
85
84
|
"test": "vitest run",
|
|
86
85
|
"test:watch": "vitest",
|
|
87
86
|
"coverage": "vitest run --coverage",
|
|
88
87
|
"typecheck": "tsc --noEmit",
|
|
89
|
-
"build": "univer-cli build"
|
|
88
|
+
"build:bundle": "univer-cli build",
|
|
89
|
+
"build:types": "tsc -p tsconfig.node.json",
|
|
90
|
+
"build": "pnpm run build:bundle && pnpm run build:types"
|
|
90
91
|
},
|
|
91
92
|
"module": "./lib/es/index.js"
|
|
92
93
|
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const getLsInfoFuncStr = "/*DR4mzlU-wz4gBmRDfeRrRe-UR fmgURD*/ral5Uz8lDwR5enfUz8l(mz5Rl4R,DfaBmz5bRn)D{DDDDUenD{DDDDDDDD58l4UDmz5Rl4RMlr8xgeUFeegnD=Dmz5Rl4R.4fmzU('-');DDDDDDDD58l4UD8ez9zloR44g9RD=DTQuc.fge4R(gU8B(mz5Rl4RMlr8xgeUFeegn[Z]));DDDDDDDDzrD(!8ez9zloR44g9R.aw)D{DDDDDDDDDDDD8ez9zloR44g9R.awD=Dca BRe(mz5Rl4RMlr8xgeUFeegn[E]);DDDDDDDD}DDDDDDDD58l4UDz4I8eSReD=DUnfR8rDI8eSRekm8BgmQ58fRD!==D'alwRrzlRw'D&&D4RmrDzl4Ugl5R8rDI8eSRekm8BgmQ58fR;DDDDDDDD58l4UDz4ie8K4ReD=DUnfR8rDKzlw8KD!==D'alwRrzlRw'D&&DUnfR8rDKzlw8K.m85gUz8lD!==D'alwRrzlRw';DDDDDDDD58l4UD58lURLUD=Dz4I8eSReD?D4RmrD:D(z4ie8K4ReD?DKzlw8KD:D9m8BgmVPz4);DDDDDDDD58l4UD R44g9RI8ewD=D58lURLU.__ig4RGE__.fge4R(mz5Rl4RMlr8xgeUFeegn[Z]);DDDDDDDD58l4UD R44g9RD=D58lURLU.__1RL__.4Uezl9zrn( R44g9RI8ew);DDDDDDDD58l4UD4z9lgUaeRI8ewD=D58lURLU.__ig4RGE__.fge4R(mz5Rl4RMlr8xgeUFeegn[Y]);DDDDDDDD58l4UD4z9lgUaeRD=D58lURLU.__1RL__.4Uezl9zrn(4z9lgUaeRI8ew);DDDDDDDD58l4UD4z9lpgmzwD=D58lURLU.__qRezrn__(4z9lgUaeR,D R44g9R,DfaBmz5bRn);DDDDDDDD58l4UDw8 gzlD=D8ez9zloR44g9R.w ;DDDDDDDDral5Uz8lDz438 gzlogU5Pzl9(fgUURel,DP84U)D{DDDDDDDDDDDDzrD(fgUURelD===DP84U)DeRUaelDUeaR;DDDDDDDDDDDDzrD(fgUURel.4UgeU4IzUP('*.'))D{DDDDDDDDDDDDDDDD58l4UD4arrzLD=DfgUURel.4mz5R(Z);DDDDDDDDDDDDDDDDzrD(4arrzLD&&D4arrzLD===DP84U)D{DDDDDDDDDDDDDDDDDDDDeRUaelDUeaR;DDDDDDDDDDDDDDDD}DDDDDDDDDDDDDDDDzrD(4arrzLD&&D!P84U.4UgeU4IzUP('.')D&&DP84U.Rlw4IzUP('.'D+D4arrzL))D{DDDDDDDDDDDDDDDDDDDDeRUaelDUeaR;DDDDDDDDDDDDDDDD}DDDDDDDDDDDD}DDDDDDDDDDDDeRUaelDrgm4R;DDDDDDDD}DDDDDDDDmRUDw8 gzlpgmzwD=Drgm4R;DDDDDDDDzrD(z4ie8K4Re)D{DDDDDDDDDDDDw8 gzlpgmzwD=D(w8 gzlD&&Dw8 gzl.mRl9UP)D?Dw8 gzl.48 R((w MUR )D=>Dz438 gzlogU5Pzl9(w MUR ,Dm85gUz8l.P84Ulg R))D:DUeaR;DDDDDDDDDDDDzrD(m85gUz8l.P84Ulg RD===D'm85gmP84U')D{DDDDDDDDDDDDDDDDw8 gzlpgmzwD=DUeaR;DDDDDDDDDDDD}DDDDDDDD}DRm4RD{DDDDDDDDDDDDw8 gzlpgmzwD=DUeaR;DDDDDDDD}DDDDDDDD58l4UDqgmzwD=D4z9lpgmzwD&&Dw8 gzlpgmzw;DDDDDDDDeRUaelD{DDDDDDDDDDDDqgmzw,DDDDDDDDDDDD R44g9R:D8ez9zloR44g9R,DDDDDDDD};DDDD}D5gU5PD(Ree8e)D{DDDDDDDDeRUaelD{DDDDDDDDDDDDqgmzw:Drgm4R,DDDDDDDDDDDD R44g9R:D{},DDDDDDDD};DDDD}}";
|
|
@@ -1,65 +0,0 @@
|
|
|
1
|
-
export declare const ReverseMap: {
|
|
2
|
-
"0": string;
|
|
3
|
-
"1": string;
|
|
4
|
-
"2": string;
|
|
5
|
-
"3": string;
|
|
6
|
-
"4": string;
|
|
7
|
-
"5": string;
|
|
8
|
-
"6": string;
|
|
9
|
-
"7": string;
|
|
10
|
-
"8": string;
|
|
11
|
-
"9": string;
|
|
12
|
-
J: string;
|
|
13
|
-
O: string;
|
|
14
|
-
Z: string;
|
|
15
|
-
Y: string;
|
|
16
|
-
E: string;
|
|
17
|
-
d: string;
|
|
18
|
-
G: string;
|
|
19
|
-
j: string;
|
|
20
|
-
A: string;
|
|
21
|
-
g: string;
|
|
22
|
-
B: string;
|
|
23
|
-
w: string;
|
|
24
|
-
R: string;
|
|
25
|
-
r: string;
|
|
26
|
-
P: string;
|
|
27
|
-
z: string;
|
|
28
|
-
S: string;
|
|
29
|
-
m: string;
|
|
30
|
-
" ": string;
|
|
31
|
-
l: string;
|
|
32
|
-
f: string;
|
|
33
|
-
H: string;
|
|
34
|
-
e: string;
|
|
35
|
-
U: string;
|
|
36
|
-
a: string;
|
|
37
|
-
q: string;
|
|
38
|
-
K: string;
|
|
39
|
-
L: string;
|
|
40
|
-
n: string;
|
|
41
|
-
y: string;
|
|
42
|
-
F: string;
|
|
43
|
-
i: string;
|
|
44
|
-
s: string;
|
|
45
|
-
W: string;
|
|
46
|
-
k: string;
|
|
47
|
-
M: string;
|
|
48
|
-
T: string;
|
|
49
|
-
b: string;
|
|
50
|
-
X: string;
|
|
51
|
-
o: string;
|
|
52
|
-
c: string;
|
|
53
|
-
u: string;
|
|
54
|
-
x: string;
|
|
55
|
-
C: string;
|
|
56
|
-
v: string;
|
|
57
|
-
Q: string;
|
|
58
|
-
V: string;
|
|
59
|
-
p: string;
|
|
60
|
-
I: string;
|
|
61
|
-
h: string;
|
|
62
|
-
N: string;
|
|
63
|
-
t: string;
|
|
64
|
-
D: string;
|
|
65
|
-
};
|