@univerjs-pro/sheets-pivot 0.25.0 → 1.0.0-alpha.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.
Files changed (103) hide show
  1. package/lib/cjs/facade.js +1 -1
  2. package/lib/cjs/index.js +1 -1
  3. package/lib/cjs/locale/ar-SA.js +1 -1
  4. package/lib/cjs/locale/ca-ES.js +1 -1
  5. package/lib/cjs/locale/de-DE.js +1 -1
  6. package/lib/cjs/locale/en-US.js +1 -1
  7. package/lib/cjs/locale/es-ES.js +1 -1
  8. package/lib/cjs/locale/fa-IR.js +1 -1
  9. package/lib/cjs/locale/fr-FR.js +1 -1
  10. package/lib/cjs/locale/id-ID.js +1 -1
  11. package/lib/cjs/locale/it-IT.js +1 -1
  12. package/lib/cjs/locale/ja-JP.js +1 -1
  13. package/lib/cjs/locale/ko-KR.js +1 -1
  14. package/lib/cjs/locale/pl-PL.js +1 -1
  15. package/lib/cjs/locale/pt-BR.js +1 -1
  16. package/lib/cjs/locale/ru-RU.js +1 -1
  17. package/lib/cjs/locale/sk-SK.js +1 -1
  18. package/lib/cjs/locale/vi-VN.js +1 -1
  19. package/lib/cjs/locale/zh-CN.js +1 -1
  20. package/lib/cjs/locale/zh-HK.js +1 -1
  21. package/lib/cjs/locale/zh-TW.js +1 -1
  22. package/lib/es/facade.js +1 -1
  23. package/lib/es/index.js +1 -1
  24. package/lib/es/locale/ar-SA.js +1 -1
  25. package/lib/es/locale/ca-ES.js +1 -1
  26. package/lib/es/locale/de-DE.js +1 -1
  27. package/lib/es/locale/en-US.js +1 -1
  28. package/lib/es/locale/es-ES.js +1 -1
  29. package/lib/es/locale/fa-IR.js +1 -1
  30. package/lib/es/locale/fr-FR.js +1 -1
  31. package/lib/es/locale/id-ID.js +1 -1
  32. package/lib/es/locale/it-IT.js +1 -1
  33. package/lib/es/locale/ja-JP.js +1 -1
  34. package/lib/es/locale/ko-KR.js +1 -1
  35. package/lib/es/locale/pl-PL.js +1 -1
  36. package/lib/es/locale/pt-BR.js +1 -1
  37. package/lib/es/locale/ru-RU.js +1 -1
  38. package/lib/es/locale/sk-SK.js +1 -1
  39. package/lib/es/locale/vi-VN.js +1 -1
  40. package/lib/es/locale/zh-CN.js +1 -1
  41. package/lib/es/locale/zh-HK.js +1 -1
  42. package/lib/es/locale/zh-TW.js +1 -1
  43. package/lib/facade.js +1 -1
  44. package/lib/index.js +1 -1
  45. package/lib/locale/ar-SA.js +1 -1
  46. package/lib/locale/ca-ES.js +1 -1
  47. package/lib/locale/de-DE.js +1 -1
  48. package/lib/locale/en-US.js +1 -1
  49. package/lib/locale/es-ES.js +1 -1
  50. package/lib/locale/fa-IR.js +1 -1
  51. package/lib/locale/fr-FR.js +1 -1
  52. package/lib/locale/id-ID.js +1 -1
  53. package/lib/locale/it-IT.js +1 -1
  54. package/lib/locale/ja-JP.js +1 -1
  55. package/lib/locale/ko-KR.js +1 -1
  56. package/lib/locale/pl-PL.js +1 -1
  57. package/lib/locale/pt-BR.js +1 -1
  58. package/lib/locale/ru-RU.js +1 -1
  59. package/lib/locale/sk-SK.js +1 -1
  60. package/lib/locale/vi-VN.js +1 -1
  61. package/lib/locale/zh-CN.js +1 -1
  62. package/lib/locale/zh-HK.js +1 -1
  63. package/lib/locale/zh-TW.js +1 -1
  64. package/lib/types/bidi.d.ts +5 -0
  65. package/lib/types/commands/command/date-group-util.d.ts +14 -0
  66. package/lib/types/commands/command/set-pivot-date-group.command.d.ts +10 -0
  67. package/lib/types/commands/command/set-pivot-layout.command.d.ts +3 -0
  68. package/lib/types/commands/mutations/change-apply-util.d.ts +2 -1
  69. package/lib/types/commands/mutations/set-pivot-layout.mutation.d.ts +3 -0
  70. package/lib/types/{controllers/config.schema.d.ts → config/config.d.ts} +10 -0
  71. package/lib/types/const/const.d.ts +28 -4
  72. package/lib/types/const/type.d.ts +19 -1
  73. package/lib/types/controllers/sheets-pivot-caculate.controller.d.ts +4 -2
  74. package/lib/types/facade/f-enum.d.ts +5 -1
  75. package/lib/types/facade/f-generic-pivot-table.d.ts +23 -1
  76. package/lib/types/facade/f-pivot-table.d.ts +53 -1
  77. package/lib/types/index.d.ts +10 -3
  78. package/lib/types/locale/en-US.d.ts +11 -0
  79. package/lib/types/locale/types.d.ts +3 -0
  80. package/lib/types/plugin.d.ts +1 -1
  81. package/lib/types/services/sheets-pivot-table.service.d.ts +3 -2
  82. package/lib/umd/facade.js +1 -1
  83. package/lib/umd/index.js +1 -1
  84. package/lib/umd/locale/ar-SA.js +1 -1
  85. package/lib/umd/locale/ca-ES.js +1 -1
  86. package/lib/umd/locale/de-DE.js +1 -1
  87. package/lib/umd/locale/en-US.js +1 -1
  88. package/lib/umd/locale/es-ES.js +1 -1
  89. package/lib/umd/locale/fa-IR.js +1 -1
  90. package/lib/umd/locale/fr-FR.js +1 -1
  91. package/lib/umd/locale/id-ID.js +1 -1
  92. package/lib/umd/locale/it-IT.js +1 -1
  93. package/lib/umd/locale/ja-JP.js +1 -1
  94. package/lib/umd/locale/ko-KR.js +1 -1
  95. package/lib/umd/locale/pl-PL.js +1 -1
  96. package/lib/umd/locale/pt-BR.js +1 -1
  97. package/lib/umd/locale/ru-RU.js +1 -1
  98. package/lib/umd/locale/sk-SK.js +1 -1
  99. package/lib/umd/locale/vi-VN.js +1 -1
  100. package/lib/umd/locale/zh-CN.js +1 -1
  101. package/lib/umd/locale/zh-HK.js +1 -1
  102. package/lib/umd/locale/zh-TW.js +1 -1
  103. package/package.json +11 -11
@@ -1 +1 @@
1
- function _0x1306(_0x13fde8,_0x239d63){_0x13fde8=_0x13fde8-0x1f1;var _0x2a210c=_0x2a21();var _0x1306db=_0x2a210c[_0x13fde8];return _0x1306db;}(function(_0x3de2b7,_0x55f204){var _0x1a30c2=_0x1306,_0x7b01b2=_0x3de2b7();while(!![]){try{var _0x423485=parseInt(_0x1a30c2(0x216))/0x1+parseInt(_0x1a30c2(0x1f5))/0x2+-parseInt(_0x1a30c2(0x212))/0x3*(parseInt(_0x1a30c2(0x215))/0x4)+-parseInt(_0x1a30c2(0x1f2))/0x5*(parseInt(_0x1a30c2(0x21a))/0x6)+-parseInt(_0x1a30c2(0x1f4))/0x7*(-parseInt(_0x1a30c2(0x1fd))/0x8)+-parseInt(_0x1a30c2(0x204))/0x9+-parseInt(_0x1a30c2(0x202))/0xa*(-parseInt(_0x1a30c2(0x223))/0xb);if(_0x423485===_0x55f204)break;else _0x7b01b2['push'](_0x7b01b2['shift']());}catch(_0x3c5ea2){_0x7b01b2['push'](_0x7b01b2['shift']());}}}(_0x2a21,0xf1770),function(_0x48de8b,_0x36fcbd){var _0x18e786=_0x1306;typeof exports==_0x18e786(0x21b)&&typeof module<'u'?module[_0x18e786(0x1f9)]=_0x36fcbd():typeof define==_0x18e786(0x20e)&&define[_0x18e786(0x21d)]?define([],_0x36fcbd):(_0x48de8b=typeof globalThis<'u'?globalThis:_0x48de8b||self,_0x48de8b[_0x18e786(0x20b)]=_0x36fcbd());}(this,function(){var _0x58a8de=_0x1306;return{'sheets-pivot':{'sheet':_0x58a8de(0x219),'blankValue':_0x58a8de(0x203),'otherValue':_0x58a8de(0x222),'columnName':_0x58a8de(0x218),'subTotalText':_0x58a8de(0x208),'grandTotalText':'الإجمالي\x20الكلي','valueText':_0x58a8de(0x20f),'averageName':_0x58a8de(0x201),'countName':'عدد\x20','countNumsName':_0x58a8de(0x213),'maxName':_0x58a8de(0x1f6),'minName':_0x58a8de(0x220),'productName':_0x58a8de(0x200),'stdDevName':_0x58a8de(0x20a),'stdDevpName':_0x58a8de(0x1f1),'sumName':_0x58a8de(0x1ff),'varName':'التباين\x20لـ\x20','varpName':_0x58a8de(0x211),'subTotal':_0x58a8de(0x205),'grandTotal':_0x58a8de(0x217),'value':_0x58a8de(0x1f7),'blank':_0x58a8de(0x21c),'other':_0x58a8de(0x21f),'emptyPivot':{'filter':'تصفية','row':'صف','column':_0x58a8de(0x1f8),'values':_0x58a8de(0x1f3)},'dateGroup':{'year':'سنة','month':_0x58a8de(0x20c),'day':_0x58a8de(0x207),'hour':_0x58a8de(0x1fa),'minute':'دقيقة','quarter':_0x58a8de(0x21e),'monthDate':_0x58a8de(0x221),'yearQuarter':'سنة-ربع','yearMonth':'سنة-شهر','yearMonthDate':_0x58a8de(0x1fc)},'cellDateGroupDisplay':{'minute':'{0}\x20دقيقة','hour':_0x58a8de(0x20d),'hourMinute':_0x58a8de(0x214),'date':'{0}\x20يوم','month':_0x58a8de(0x224),'monthDate':_0x58a8de(0x209),'quarter':_0x58a8de(0x1fe),'year':_0x58a8de(0x1fb),'yearMonth':_0x58a8de(0x206),'yearMonthDate':_0x58a8de(0x210),'yearQuarter':'{0}\x20سنة\x20{1}\x20ربع'}}};}));function _0x2a21(){var _0x1c346c=['1070870eybwrq','القيم','7966FTeQbp','919022PiqYcc','الحد\x20الأقصى\x20لـ\x20','قيمة','عمود','exports','ساعة','{0}\x20سنة','سنة-شهر-يوم','5584gPtbPH','{0}\x20ربع','مجموع\x20','حاصل\x20ضرب\x20','متوسط\x20','10FqDTEv','(فارغ)','279756clKNti','إجمالي\x20فرعي','{0}\x20سنة\x20{1}\x20شهر','يوم','الإجمالي','{0}\x20شهر\x20{1}\x20يوم','الانحراف\x20المعياري\x20لـ\x20','UniverProSheetsPivotArSA','شهر','{0}\x20ساعة','function','القيمة','{0}\x20سنة\x20{1}\x20شهر\x20{2}\x20يوم','تباين\x20المجتمع\x20لـ\x20','1917LMEeFt','عدد\x20','{0}\x20ساعة\x20{1}\x20دقيقة','10996ZxwaML','231033xQXoxo','الإجمالي\x20الكلي','عمود\x20','ورقة','6UWmxaA','object','فارغ','amd','ربع','آخر','الحد\x20الأدنى\x20لـ\x20','شهر-يوم','(آخر)','16566451gehFGq','{0}\x20شهر','الانحراف\x20المعياري\x20للمجتمع\x20لـ\x20'];_0x2a21=function(){return _0x1c346c;};return _0x2a21();}
1
+ function _0x2fea(_0x55ba81,_0x5ad3b5){_0x55ba81=_0x55ba81-0xba;var _0x39ba45=_0x39ba();var _0x2fea11=_0x39ba45[_0x55ba81];return _0x2fea11;}(function(_0x1005b0,_0x101cf8){var _0x2dfc68=_0x2fea,_0x31a3b5=_0x1005b0();while(!![]){try{var _0x5e00be=-parseInt(_0x2dfc68(0xbc))/0x1*(-parseInt(_0x2dfc68(0xd6))/0x2)+-parseInt(_0x2dfc68(0xc1))/0x3+parseInt(_0x2dfc68(0xdf))/0x4*(-parseInt(_0x2dfc68(0xc3))/0x5)+parseInt(_0x2dfc68(0xd3))/0x6+parseInt(_0x2dfc68(0xe3))/0x7+-parseInt(_0x2dfc68(0xcc))/0x8+-parseInt(_0x2dfc68(0xe2))/0x9*(-parseInt(_0x2dfc68(0xe4))/0xa);if(_0x5e00be===_0x101cf8)break;else _0x31a3b5['push'](_0x31a3b5['shift']());}catch(_0x25d4e3){_0x31a3b5['push'](_0x31a3b5['shift']());}}}(_0x39ba,0x27278),function(_0x1870d0,_0x579cca){var _0x4f75cc=_0x2fea;typeof exports=='object'&&typeof module<'u'?module[_0x4f75cc(0xc8)]=_0x579cca():typeof define=='function'&&define['amd']?define([],_0x579cca):(_0x1870d0=typeof globalThis<'u'?globalThis:_0x1870d0||self,_0x1870d0[_0x4f75cc(0xc2)]=_0x579cca());}(this,function(){var _0x3fbe6b=_0x2fea;return{'sheets-pivot':{'sheet':'ورقة','blankValue':_0x3fbe6b(0xe7),'otherValue':_0x3fbe6b(0xbd),'columnName':_0x3fbe6b(0xc6),'subTotalText':'الإجمالي','grandTotalText':_0x3fbe6b(0xcf),'valueText':'القيمة','rowLabels':_0x3fbe6b(0xca),'columnLabels':_0x3fbe6b(0xdd),'averageName':_0x3fbe6b(0xbf),'countName':_0x3fbe6b(0xe8),'countNumsName':'عدد\x20من\x20','maxName':_0x3fbe6b(0xc7),'minName':_0x3fbe6b(0xe1),'productName':_0x3fbe6b(0xd2),'stdDevName':_0x3fbe6b(0xcb),'stdDevpName':'الانحراف\x20المعياري\x20للمحتوى\x20من\x20','sumName':_0x3fbe6b(0xdb),'varName':'التباين\x20من\x20','varpName':'تباين\x20المحتوى\x20من\x20','subTotal':_0x3fbe6b(0xd7),'grandTotal':_0x3fbe6b(0xcf),'value':'قيمة','blank':_0x3fbe6b(0xd1),'other':'آخر','renderText':{'valueField':_0x3fbe6b(0xcd),'subtotal':_0x3fbe6b(0xe5),'grandTotal':_0x3fbe6b(0xe5),'multipleGrandTotal':_0x3fbe6b(0xe5),'subtotalWithValue':_0x3fbe6b(0xe5)},'emptyPivot':{'filter':'عوامل\x20التصفية','row':_0x3fbe6b(0xc9),'column':'الأعمدة','values':_0x3fbe6b(0xba)},'dateGroup':{'year':_0x3fbe6b(0xd9),'month':_0x3fbe6b(0xc5),'day':_0x3fbe6b(0xd5),'date':_0x3fbe6b(0xd5),'hour':_0x3fbe6b(0xd8),'minute':_0x3fbe6b(0xda),'hourMinute':_0x3fbe6b(0xc0),'quarter':_0x3fbe6b(0xbb),'monthDate':_0x3fbe6b(0xd4),'yearQuarter':_0x3fbe6b(0xe0),'yearMonth':'سنة-شهر','yearMonthDate':_0x3fbe6b(0xbe)},'cellDateGroupDisplay':{'minute':'{0}','hour':_0x3fbe6b(0xdc),'hourMinute':_0x3fbe6b(0xce),'date':'{0}','month':_0x3fbe6b(0xdc),'monthDate':_0x3fbe6b(0xe6),'quarter':_0x3fbe6b(0xc4),'year':_0x3fbe6b(0xdc),'yearMonth':_0x3fbe6b(0xe6),'yearMonthDate':_0x3fbe6b(0xd0),'yearQuarter':_0x3fbe6b(0xde)}}};}));function _0x39ba(){var _0x3701d3=['إجمالي\x20فرعي','ساعة','سنة','دقيقة','مجموع\x20من\x20','{0}','تسميات\x20الأعمدة','{0}-Q{1}','886924MJNieF','سنة-ربع','الحد\x20الأدنى\x20من\x20','90819XFcXWG','82397lIBzcO','420SwYKCw','{1}\x20{0}','{0}-{1}','(فارغ)','عدد\x20من\x20','القيم','ربع','7118rhsMMG','(آخر)','سنة-شهر-يوم','متوسط\x20من\x20','ساعة-دقيقة','712854kxcgKy','UniverProSheetsPivotArSA','5XLFGht','Q{0}','شهر','عمود\x20','الحد\x20الأقصى\x20من\x20','exports','الصفوف','تسميات\x20الصفوف','الانحراف_المعياري\x20من\x20','1264984dvYWwU','{0}{1}','{0}:{1}','الإجمالي\x20الكلي','{0}-{1}-{2}','فارغ','حاصل\x20الضرب\x20من\x20','1028538PKAWRv','شهر-يوم','يوم','48KetGdT'];_0x39ba=function(){return _0x3701d3;};return _0x39ba();}
@@ -1 +1 @@
1
- (function(_0x16a1b3,_0x4e4ba2){var _0x4234d0=_0x4bd6,_0x2a0907=_0x16a1b3();while(!![]){try{var _0x2a148a=-parseInt(_0x4234d0(0x19a))/0x1+parseInt(_0x4234d0(0x195))/0x2*(parseInt(_0x4234d0(0x1b2))/0x3)+parseInt(_0x4234d0(0x19e))/0x4*(parseInt(_0x4234d0(0x1ab))/0x5)+parseInt(_0x4234d0(0x1a7))/0x6+parseInt(_0x4234d0(0x18d))/0x7+-parseInt(_0x4234d0(0x1b3))/0x8+-parseInt(_0x4234d0(0x1b6))/0x9;if(_0x2a148a===_0x4e4ba2)break;else _0x2a0907['push'](_0x2a0907['shift']());}catch(_0x39061a){_0x2a0907['push'](_0x2a0907['shift']());}}}(_0x2bba,0x8e9b2),function(_0x2c70fa,_0x2b3fdc){var _0x56b5e5=_0x4bd6;typeof exports=='object'&&typeof module<'u'?module[_0x56b5e5(0x1b4)]=_0x2b3fdc():typeof define==_0x56b5e5(0x1a1)&&define[_0x56b5e5(0x1a3)]?define([],_0x2b3fdc):(_0x2c70fa=typeof globalThis<'u'?globalThis:_0x2c70fa||self,_0x2c70fa[_0x56b5e5(0x1bb)]=_0x2b3fdc());}(this,function(){var _0x36df73=_0x4bd6;return{'sheets-pivot':{'sheet':_0x36df73(0x197),'blankValue':_0x36df73(0x196),'otherValue':_0x36df73(0x1ae),'columnName':_0x36df73(0x1aa),'subTotalText':'Subtotal','grandTotalText':_0x36df73(0x1a4),'valueText':_0x36df73(0x189),'averageName':_0x36df73(0x198),'countName':_0x36df73(0x18a),'countNumsName':'Recompte\x20de\x20','maxName':_0x36df73(0x18f),'minName':_0x36df73(0x1a5),'productName':_0x36df73(0x194),'stdDevName':_0x36df73(0x190),'stdDevpName':_0x36df73(0x19c),'sumName':_0x36df73(0x1a0),'varName':_0x36df73(0x1af),'varpName':'VarP\x20de\x20','subTotal':_0x36df73(0x1a2),'grandTotal':_0x36df73(0x1a4),'value':_0x36df73(0x1ba),'blank':_0x36df73(0x1a6),'other':_0x36df73(0x1ac),'emptyPivot':{'filter':_0x36df73(0x18c),'row':_0x36df73(0x199),'column':_0x36df73(0x18b),'values':_0x36df73(0x19d)},'dateGroup':{'year':_0x36df73(0x1a9),'month':_0x36df73(0x191),'day':'Dia','hour':_0x36df73(0x192),'minute':'Minut','quarter':'Trimestre','monthDate':_0x36df73(0x1b9),'yearQuarter':_0x36df73(0x1b0),'yearMonth':_0x36df73(0x193),'yearMonthDate':_0x36df73(0x1ad)},'cellDateGroupDisplay':{'minute':_0x36df73(0x19f),'hour':_0x36df73(0x1b1),'hourMinute':'{0}\x20hora\x20{1}\x20minut','date':'{0}\x20dia','month':_0x36df73(0x1a8),'monthDate':'{0}\x20mes\x20{1}\x20dia','quarter':_0x36df73(0x1b8),'year':_0x36df73(0x1b5),'yearMonth':_0x36df73(0x1b7),'yearMonthDate':_0x36df73(0x19b),'yearQuarter':_0x36df73(0x18e)}}};}));function _0x4bd6(_0x5d7b0f,_0x59069e){_0x5d7b0f=_0x5d7b0f-0x189;var _0x2bbaf6=_0x2bba();var _0x4bd614=_0x2bbaf6[_0x5d7b0f];return _0x4bd614;}function _0x2bba(){var _0x4206c4=['Hora','Any-Mes','Producte\x20de\x20','2RvOKNV','(En\x20blanc)','Full','Mitjana\x20de\x20','Fila','49204fjMjji','{0}\x20any\x20{1}\x20mes\x20{2}\x20dia','DesvEstP\x20de\x20','Valors','2685268mlLreS','{0}\x20minut','Suma\x20de\x20','function','Subtotal','amd','Total\x20general','Mín\x20de\x20','en\x20blanc','3097704WYjCoB','{0}\x20mes','Any','Columna\x20','5zpMQPu','altre','Any-Mes-Dia','(Altre)','Var\x20de\x20','Any-Trimestre','{0}\x20hora','1745151UXGuZx','5595160crIIld','exports','{0}\x20any','13865328SCKPmj','{0}\x20any\x20{1}\x20mes','{0}\x20trimestre','Mes-Dia','valor','UniverProSheetsPivotCaES','Valor','Recompte\x20de\x20','Columna','Filtre','7727909kdUrgz','{0}\x20any\x20{1}\x20trimestre','Màx\x20de\x20','DesvEst\x20de\x20','Mes'];_0x2bba=function(){return _0x4206c4;};return _0x2bba();}
1
+ function _0x35c6(){var _0x12b5b9=['Producte\x20de\x20','{0}-{1}','390448HHaZjL','DesvEstP\x20de\x20','Mín\x20de\x20','Q{0}','Valors','(En\x20blanc)','Any-Trimestre','Recompte\x20de\x20','Full','{0}','{0}-{1}-{2}','98544kurPdW','DesvEst\x20de\x20','(Altre)','Columna\x20','912796gCnphx','264krhDeV','object','Trimestre','57799CbGBdF','36hLVKAz','Hora','Mes','Filtre','UniverProSheetsPivotCaES','Valor','80CxIEyl','636KMedsT','Màx\x20de\x20','1305540XolGqS','Any','5489KULEDA','altre','Subtotal','Row\x20Labels','Mes-Dia','exports','Any-Mes-Dia','VarP\x20de\x20','{0}{1}','54888SbaZwb','165HnjjVR','{0}\x20{1}','Dia','Fila','en\x20blanc','Total\x20general','Hora-Minut','Suma\x20de\x20','amd','Minut'];_0x35c6=function(){return _0x12b5b9;};return _0x35c6();}function _0x1a02(_0x26e016,_0x16c15e){_0x26e016=_0x26e016-0xae;var _0x35c6c1=_0x35c6();var _0x1a025f=_0x35c6c1[_0x26e016];return _0x1a025f;}(function(_0x4ee12b,_0x4c5e70){var _0xe5f3a0=_0x1a02,_0x475f4c=_0x4ee12b();while(!![]){try{var _0x335f39=parseInt(_0xe5f3a0(0xc8))/0x1+-parseInt(_0xe5f3a0(0xd7))/0x2+-parseInt(_0xe5f3a0(0xbb))/0x3*(parseInt(_0xe5f3a0(0xe2))/0x4)+parseInt(_0xe5f3a0(0xbc))/0x5*(parseInt(_0xe5f3a0(0xd3))/0x6)+parseInt(_0xe5f3a0(0xdb))/0x7*(-parseInt(_0xe5f3a0(0xd8))/0x8)+-parseInt(_0xe5f3a0(0xdc))/0x9*(-parseInt(_0xe5f3a0(0xb0))/0xa)+parseInt(_0xe5f3a0(0xb2))/0xb*(-parseInt(_0xe5f3a0(0xae))/0xc);if(_0x335f39===_0x4c5e70)break;else _0x475f4c['push'](_0x475f4c['shift']());}catch(_0x3cef36){_0x475f4c['push'](_0x475f4c['shift']());}}}(_0x35c6,0x51662),function(_0x1c08d4,_0x1ef98c){var _0x4a0bfb=_0x1a02;typeof exports==_0x4a0bfb(0xd9)&&typeof module<'u'?module[_0x4a0bfb(0xb7)]=_0x1ef98c():typeof define=='function'&&define[_0x4a0bfb(0xc4)]?define([],_0x1ef98c):(_0x1c08d4=typeof globalThis<'u'?globalThis:_0x1c08d4||self,_0x1c08d4[_0x4a0bfb(0xe0)]=_0x1ef98c());}(this,function(){var _0x1350ba=_0x1a02;return{'sheets-pivot':{'sheet':_0x1350ba(0xd0),'blankValue':_0x1350ba(0xcd),'otherValue':_0x1350ba(0xd5),'columnName':_0x1350ba(0xd6),'subTotalText':_0x1350ba(0xb4),'grandTotalText':_0x1350ba(0xc1),'valueText':_0x1350ba(0xe1),'rowLabels':_0x1350ba(0xb5),'columnLabels':'Column\x20Labels','averageName':'Mitjana\x20de\x20','countName':_0x1350ba(0xcf),'countNumsName':_0x1350ba(0xcf),'maxName':_0x1350ba(0xaf),'minName':_0x1350ba(0xca),'productName':_0x1350ba(0xc6),'stdDevName':_0x1350ba(0xd4),'stdDevpName':_0x1350ba(0xc9),'sumName':_0x1350ba(0xc3),'varName':'Var\x20de\x20','varpName':_0x1350ba(0xb9),'subTotal':'Subtotal','grandTotal':'Total\x20general','value':'valor','blank':_0x1350ba(0xc0),'other':_0x1350ba(0xb3),'renderText':{'valueField':_0x1350ba(0xba),'subtotal':'{0}\x20{1}','grandTotal':_0x1350ba(0xbd),'multipleGrandTotal':_0x1350ba(0xd1),'subtotalWithValue':_0x1350ba(0xbd)},'emptyPivot':{'filter':_0x1350ba(0xdf),'row':_0x1350ba(0xbf),'column':'Columna','values':_0x1350ba(0xcc)},'dateGroup':{'year':_0x1350ba(0xb1),'month':_0x1350ba(0xde),'day':_0x1350ba(0xbe),'date':_0x1350ba(0xbe),'hour':_0x1350ba(0xdd),'minute':_0x1350ba(0xc5),'hourMinute':_0x1350ba(0xc2),'quarter':_0x1350ba(0xda),'monthDate':_0x1350ba(0xb6),'yearQuarter':_0x1350ba(0xce),'yearMonth':'Any-Mes','yearMonthDate':_0x1350ba(0xb8)},'cellDateGroupDisplay':{'minute':'{0}','hour':'{0}','hourMinute':'{0}:{1}','date':'{0}','month':'{0}','monthDate':_0x1350ba(0xc7),'quarter':_0x1350ba(0xcb),'year':_0x1350ba(0xd1),'yearMonth':_0x1350ba(0xc7),'yearMonthDate':_0x1350ba(0xd2),'yearQuarter':'{0}-Q{1}'}}};}));
@@ -1 +1 @@
1
- (function(_0x1cacce,_0x359431){var _0x3137be=_0x18a8,_0x24b039=_0x1cacce();while(!![]){try{var _0x46dec4=-parseInt(_0x3137be(0x153))/0x1+parseInt(_0x3137be(0x149))/0x2+parseInt(_0x3137be(0x15b))/0x3*(-parseInt(_0x3137be(0x146))/0x4)+-parseInt(_0x3137be(0x147))/0x5+-parseInt(_0x3137be(0x131))/0x6*(-parseInt(_0x3137be(0x13c))/0x7)+-parseInt(_0x3137be(0x13a))/0x8+parseInt(_0x3137be(0x145))/0x9;if(_0x46dec4===_0x359431)break;else _0x24b039['push'](_0x24b039['shift']());}catch(_0x364b79){_0x24b039['push'](_0x24b039['shift']());}}}(_0x31fa,0xda0d8),function(_0x5ac5de,_0x6a84c2){var _0x1bf7ae=_0x18a8;typeof exports==_0x1bf7ae(0x12d)&&typeof module<'u'?module[_0x1bf7ae(0x137)]=_0x6a84c2():typeof define==_0x1bf7ae(0x134)&&define[_0x1bf7ae(0x142)]?define([],_0x6a84c2):(_0x5ac5de=typeof globalThis<'u'?globalThis:_0x5ac5de||self,_0x5ac5de[_0x1bf7ae(0x14a)]=_0x6a84c2());}(this,function(){var _0x39438f=_0x18a8;return{'sheets-pivot':{'sheet':_0x39438f(0x13e),'blankValue':_0x39438f(0x138),'otherValue':'(Sonstige)','columnName':_0x39438f(0x157),'subTotalText':'Zwischensumme','grandTotalText':_0x39438f(0x159),'valueText':_0x39438f(0x133),'averageName':_0x39438f(0x12e),'countName':_0x39438f(0x143),'countNumsName':_0x39438f(0x143),'maxName':_0x39438f(0x14d),'minName':_0x39438f(0x13d),'productName':_0x39438f(0x14e),'stdDevName':_0x39438f(0x151),'stdDevpName':_0x39438f(0x14c),'sumName':'Summe\x20von\x20','varName':_0x39438f(0x13b),'varpName':_0x39438f(0x158),'subTotal':'Zwischensumme','grandTotal':_0x39438f(0x159),'value':_0x39438f(0x133),'blank':'leer','other':_0x39438f(0x15c),'emptyPivot':{'filter':_0x39438f(0x12f),'row':'Zeile','column':_0x39438f(0x150),'values':_0x39438f(0x140)},'dateGroup':{'year':_0x39438f(0x139),'month':_0x39438f(0x132),'day':'Tag','hour':_0x39438f(0x130),'minute':_0x39438f(0x152),'quarter':_0x39438f(0x135),'monthDate':_0x39438f(0x15a),'yearQuarter':_0x39438f(0x156),'yearMonth':_0x39438f(0x13f),'yearMonthDate':_0x39438f(0x14f)},'cellDateGroupDisplay':{'minute':'{0}\x20Minute','hour':_0x39438f(0x154),'hourMinute':_0x39438f(0x141),'date':'{0}\x20Tag','month':'{0}\x20Monat','monthDate':'{0}\x20Monat\x20{1}\x20Tag','quarter':_0x39438f(0x148),'year':_0x39438f(0x155),'yearMonth':_0x39438f(0x144),'yearMonthDate':_0x39438f(0x136),'yearQuarter':_0x39438f(0x14b)}}};}));function _0x18a8(_0x4ee91a,_0x59dcda){_0x4ee91a=_0x4ee91a-0x12d;var _0x31fa69=_0x31fa();var _0x18a876=_0x31fa69[_0x4ee91a];return _0x18a876;}function _0x31fa(){var _0x4ab7e9=['1451092zaSNrY','UniverProSheetsPivotDeDE','{0}\x20Jahr\x20{1}\x20Quartal','StdDevp\x20von\x20','Maximum\x20von\x20','Produkt\x20von\x20','Jahr-Monat-Tag','Spalte','StdDev\x20von\x20','Minute','330567PMAvfp','{0}\x20Stunde','{0}\x20Jahr','Jahr-Quartal','Spalte\x20','Varp\x20von\x20','Gesamtergebnis','Monat-Tag','74058tFoOqM','sonstige','object','Mittelwert\x20von\x20','Filter','Stunde','5718saDIIn','Monat','Wert','function','Quartal','{0}\x20Jahr\x20{1}\x20Monat\x20{2}\x20Tag','exports','(Leer)','Jahr','4240168HeIAYU','Var\x20von\x20','9058dzZVrK','Minimum\x20von\x20','Blatt','Jahr-Monat','Werte','{0}\x20Stunde\x20{1}\x20Minute','amd','Anzahl\x20von\x20','{0}\x20Jahr\x20{1}\x20Monat','25480971wkFidH','248xcaPiV','7528415vFlyPW','{0}\x20Quartal'];_0x31fa=function(){return _0x4ab7e9;};return _0x31fa();}
1
+ (function(_0x3e3d10,_0x59f640){var _0x5bbc67=_0x4e28,_0x32f80c=_0x3e3d10();while(!![]){try{var _0x3f3a43=-parseInt(_0x5bbc67(0x1b0))/0x1+parseInt(_0x5bbc67(0x1b3))/0x2*(parseInt(_0x5bbc67(0x19a))/0x3)+-parseInt(_0x5bbc67(0x1b2))/0x4+parseInt(_0x5bbc67(0x19b))/0x5*(parseInt(_0x5bbc67(0x196))/0x6)+parseInt(_0x5bbc67(0x1aa))/0x7+-parseInt(_0x5bbc67(0x1a6))/0x8*(parseInt(_0x5bbc67(0x1a5))/0x9)+-parseInt(_0x5bbc67(0x1ae))/0xa*(parseInt(_0x5bbc67(0x1ac))/0xb);if(_0x3f3a43===_0x59f640)break;else _0x32f80c['push'](_0x32f80c['shift']());}catch(_0x4a9d28){_0x32f80c['push'](_0x32f80c['shift']());}}}(_0x1bb7,0xc349e),function(_0x9f53d3,_0x340576){var _0x454365=_0x4e28;typeof exports=='object'&&typeof module<'u'?module['exports']=_0x340576():typeof define=='function'&&define[_0x454365(0x197)]?define([],_0x340576):(_0x9f53d3=typeof globalThis<'u'?globalThis:_0x9f53d3||self,_0x9f53d3[_0x454365(0x1a4)]=_0x340576());}(this,function(){var _0x2256ff=_0x4e28;return{'sheets-pivot':{'sheet':_0x2256ff(0x1a1),'blankValue':_0x2256ff(0x1a9),'otherValue':'(Sonstige)','columnName':'Spalte\x20','subTotalText':_0x2256ff(0x1bd),'grandTotalText':_0x2256ff(0x1a0),'valueText':_0x2256ff(0x195),'rowLabels':_0x2256ff(0x1a3),'columnLabels':'Column\x20Labels','averageName':_0x2256ff(0x1a7),'countName':_0x2256ff(0x193),'countNumsName':_0x2256ff(0x193),'maxName':'Maximum\x20von\x20','minName':_0x2256ff(0x1ad),'productName':_0x2256ff(0x1a8),'stdDevName':_0x2256ff(0x1b7),'stdDevpName':_0x2256ff(0x19f),'sumName':_0x2256ff(0x1a2),'varName':_0x2256ff(0x1b1),'varpName':_0x2256ff(0x1b5),'subTotal':_0x2256ff(0x1bd),'grandTotal':'Gesamtergebnis','value':_0x2256ff(0x195),'blank':'leer','other':_0x2256ff(0x199),'renderText':{'valueField':_0x2256ff(0x1ba),'subtotal':_0x2256ff(0x194),'grandTotal':'{0}\x20{1}','multipleGrandTotal':_0x2256ff(0x19c),'subtotalWithValue':_0x2256ff(0x194)},'emptyPivot':{'filter':'Filter','row':_0x2256ff(0x1b8),'column':_0x2256ff(0x1ab),'values':_0x2256ff(0x192)},'dateGroup':{'year':_0x2256ff(0x1bc),'month':_0x2256ff(0x1b4),'day':'Tag','date':'Tag','hour':_0x2256ff(0x19d),'minute':_0x2256ff(0x1bb),'hourMinute':'Stunde-Minute','quarter':_0x2256ff(0x191),'monthDate':'Monat-Tag','yearQuarter':'Jahr-Quartal','yearMonth':_0x2256ff(0x1b9),'yearMonthDate':_0x2256ff(0x1be)},'cellDateGroupDisplay':{'minute':_0x2256ff(0x19c),'hour':_0x2256ff(0x19c),'hourMinute':_0x2256ff(0x1b6),'date':_0x2256ff(0x19c),'month':'{0}','monthDate':_0x2256ff(0x198),'quarter':_0x2256ff(0x19e),'year':'{0}','yearMonth':'{0}-{1}','yearMonthDate':'{0}-{1}-{2}','yearQuarter':_0x2256ff(0x1af)}}};}));function _0x4e28(_0x311260,_0xcadb31){_0x311260=_0x311260-0x191;var _0x1bb7aa=_0x1bb7();var _0x4e28cc=_0x1bb7aa[_0x311260];return _0x4e28cc;}function _0x1bb7(){var _0x3ebd0e=['Stunde','Q{0}','StdDevp\x20von\x20','Gesamtergebnis','Blatt','Summe\x20von\x20','Row\x20Labels','UniverProSheetsPivotDeDE','1121463IBqZUW','8CACUEa','Mittelwert\x20von\x20','Produkt\x20von\x20','(Leer)','5725958zLAJdy','Spalte','3434299leSYyM','Minimum\x20von\x20','10nLldht','{0}-Q{1}','615006DVHcCf','Var\x20von\x20','4240988FeWGFQ','2Wmxdam','Monat','Varp\x20von\x20','{0}:{1}','StdDev\x20von\x20','Zeile','Jahr-Monat','{0}{1}','Minute','Jahr','Zwischensumme','Jahr-Monat-Tag','Quartal','Werte','Anzahl\x20von\x20','{0}\x20{1}','Wert','21348TmFBRi','amd','{0}-{1}','sonstige','1990983dxZpLn','2010qwJmNB','{0}'];_0x1bb7=function(){return _0x3ebd0e;};return _0x1bb7();}
@@ -1 +1 @@
1
- function _0x1706(){var _0x580c9d=['Varp\x20of\x20','blank','441297qhLKPI','Column','Column\x20','Sum\x20of\x20','Average\x20of\x20','Quarter','object','value','Count\x20of\x20','101028wXmNvi','175288guJnhm','Var\x20of\x20','1163252QyskkT','Hour','Value','(Other)','Total','64085apSzZO','Minute','Month-Day','Year-Month-Day','839766vUPTag','{0}\x20minute','10OzRFBJ','function','{0}\x20month','Year-Month','{0}\x20year\x20{1}\x20month\x20{2}\x20day','{0}\x20day','{0}\x20year\x20{1}\x20quarter','Subtotal','{0}\x20year\x20{1}\x20month','2196540eHUAkZ','other','Filter','Values','Day','UniverProSheetsPivotEnUS','{0}\x20hour','192ufnyLb','amd','Grand\x20Total','{0}\x20hour\x20{1}\x20minute','Year-Quarter'];_0x1706=function(){return _0x580c9d;};return _0x1706();}function _0x9c28(_0x3c390d,_0x11bf31){_0x3c390d=_0x3c390d-0x1bf;var _0x1706c3=_0x1706();var _0x9c28bf=_0x1706c3[_0x3c390d];return _0x9c28bf;}(function(_0x4cb215,_0x3580ea){var _0x3b5f81=_0x9c28,_0x7f5974=_0x4cb215();while(!![]){try{var _0x332b64=-parseInt(_0x3b5f81(0x1e3))/0x1+parseInt(_0x3b5f81(0x1c1))/0x2+parseInt(_0x3b5f81(0x1ca))/0x3+-parseInt(_0x3b5f81(0x1bf))/0x4*(parseInt(_0x3b5f81(0x1cc))/0x5)+-parseInt(_0x3b5f81(0x1ec))/0x6+parseInt(_0x3b5f81(0x1c6))/0x7*(parseInt(_0x3b5f81(0x1dc))/0x8)+-parseInt(_0x3b5f81(0x1d5))/0x9;if(_0x332b64===_0x3580ea)break;else _0x7f5974['push'](_0x7f5974['shift']());}catch(_0x2c154b){_0x7f5974['push'](_0x7f5974['shift']());}}}(_0x1706,0x47265),function(_0x3694ff,_0x1a05e5){var _0x1498f5=_0x9c28;typeof exports==_0x1498f5(0x1e9)&&typeof module<'u'?module['exports']=_0x1a05e5():typeof define==_0x1498f5(0x1cd)&&define[_0x1498f5(0x1dd)]?define([],_0x1a05e5):(_0x3694ff=typeof globalThis<'u'?globalThis:_0x3694ff||self,_0x3694ff[_0x1498f5(0x1da)]=_0x1a05e5());}(this,function(){var _0xc61ba4=_0x9c28;return{'sheets-pivot':{'sheet':'Sheet','blankValue':'(Blank)','otherValue':_0xc61ba4(0x1c4),'columnName':_0xc61ba4(0x1e5),'subTotalText':_0xc61ba4(0x1c5),'grandTotalText':_0xc61ba4(0x1de),'valueText':_0xc61ba4(0x1c3),'averageName':_0xc61ba4(0x1e7),'countName':_0xc61ba4(0x1eb),'countNumsName':'Count\x20of\x20','maxName':'Max\x20of\x20','minName':'Min\x20of\x20','productName':'Product\x20of\x20','stdDevName':'StdDev\x20of\x20','stdDevpName':'StdDevp\x20of\x20','sumName':_0xc61ba4(0x1e6),'varName':_0xc61ba4(0x1c0),'varpName':_0xc61ba4(0x1e1),'subTotal':_0xc61ba4(0x1d3),'grandTotal':'Grand\x20Total','value':_0xc61ba4(0x1ea),'blank':_0xc61ba4(0x1e2),'other':_0xc61ba4(0x1d6),'emptyPivot':{'filter':_0xc61ba4(0x1d7),'row':'Row','column':_0xc61ba4(0x1e4),'values':_0xc61ba4(0x1d8)},'dateGroup':{'year':'Year','month':'Month','day':_0xc61ba4(0x1d9),'hour':_0xc61ba4(0x1c2),'minute':_0xc61ba4(0x1c7),'quarter':_0xc61ba4(0x1e8),'monthDate':_0xc61ba4(0x1c8),'yearQuarter':_0xc61ba4(0x1e0),'yearMonth':_0xc61ba4(0x1cf),'yearMonthDate':_0xc61ba4(0x1c9)},'cellDateGroupDisplay':{'minute':_0xc61ba4(0x1cb),'hour':_0xc61ba4(0x1db),'hourMinute':_0xc61ba4(0x1df),'date':_0xc61ba4(0x1d1),'month':_0xc61ba4(0x1ce),'monthDate':'{0}\x20month\x20{1}\x20day','quarter':'{0}\x20quarter','year':'{0}\x20year','yearMonth':_0xc61ba4(0x1d4),'yearMonthDate':_0xc61ba4(0x1d0),'yearQuarter':_0xc61ba4(0x1d2)}}};}));
1
+ function _0xc52e(_0x8b2dc0,_0xafac41){_0x8b2dc0=_0x8b2dc0-0x165;var _0x52c4fa=_0x52c4();var _0xc52e11=_0x52c4fa[_0x8b2dc0];return _0xc52e11;}(function(_0x423d8c,_0x5c37a4){var _0x186d6e=_0xc52e,_0x451072=_0x423d8c();while(!![]){try{var _0x384ced=-parseInt(_0x186d6e(0x18f))/0x1*(parseInt(_0x186d6e(0x16f))/0x2)+parseInt(_0x186d6e(0x173))/0x3+parseInt(_0x186d6e(0x192))/0x4*(parseInt(_0x186d6e(0x188))/0x5)+parseInt(_0x186d6e(0x16e))/0x6*(parseInt(_0x186d6e(0x16a))/0x7)+-parseInt(_0x186d6e(0x180))/0x8+-parseInt(_0x186d6e(0x17d))/0x9+-parseInt(_0x186d6e(0x178))/0xa*(-parseInt(_0x186d6e(0x184))/0xb);if(_0x384ced===_0x5c37a4)break;else _0x451072['push'](_0x451072['shift']());}catch(_0x1c3672){_0x451072['push'](_0x451072['shift']());}}}(_0x52c4,0x4e3a8),function(_0x2f4d29,_0x54f618){var _0x8e2c79=_0xc52e;typeof exports==_0x8e2c79(0x174)&&typeof module<'u'?module[_0x8e2c79(0x18e)]=_0x54f618():typeof define==_0x8e2c79(0x179)&&define['amd']?define([],_0x54f618):(_0x2f4d29=typeof globalThis<'u'?globalThis:_0x2f4d29||self,_0x2f4d29[_0x8e2c79(0x176)]=_0x54f618());}(this,function(){var _0x1004cc=_0xc52e;return{'sheets-pivot':{'sheet':_0x1004cc(0x18b),'blankValue':_0x1004cc(0x17e),'otherValue':_0x1004cc(0x171),'columnName':_0x1004cc(0x18c),'subTotalText':_0x1004cc(0x177),'grandTotalText':_0x1004cc(0x181),'valueText':_0x1004cc(0x194),'rowLabels':_0x1004cc(0x18d),'columnLabels':_0x1004cc(0x185),'averageName':_0x1004cc(0x170),'countName':_0x1004cc(0x17b),'countNumsName':'Count\x20of\x20','maxName':_0x1004cc(0x175),'minName':_0x1004cc(0x17a),'productName':_0x1004cc(0x172),'stdDevName':'StdDev\x20of\x20','stdDevpName':'StdDevp\x20of\x20','sumName':'Sum\x20of\x20','varName':_0x1004cc(0x16d),'varpName':_0x1004cc(0x16c),'subTotal':_0x1004cc(0x165),'grandTotal':_0x1004cc(0x181),'value':_0x1004cc(0x169),'blank':'blank','other':'other','renderText':{'valueField':'{0}{1}','subtotal':_0x1004cc(0x168),'grandTotal':_0x1004cc(0x168),'multipleGrandTotal':_0x1004cc(0x16b),'subtotalWithValue':'{0}\x20{1}'},'emptyPivot':{'filter':'Filter','row':_0x1004cc(0x186),'column':_0x1004cc(0x195),'values':_0x1004cc(0x166)},'dateGroup':{'year':_0x1004cc(0x167),'month':'Month','day':_0x1004cc(0x18a),'date':_0x1004cc(0x18a),'hour':_0x1004cc(0x193),'minute':_0x1004cc(0x187),'hourMinute':_0x1004cc(0x182),'quarter':'Quarter','monthDate':_0x1004cc(0x191),'yearQuarter':_0x1004cc(0x190),'yearMonth':'Year-Month','yearMonthDate':'Year-Month-Day'},'cellDateGroupDisplay':{'minute':_0x1004cc(0x16b),'hour':'{0}','hourMinute':_0x1004cc(0x183),'date':_0x1004cc(0x16b),'month':_0x1004cc(0x16b),'monthDate':_0x1004cc(0x17c),'quarter':'Q{0}','year':'{0}','yearMonth':_0x1004cc(0x17c),'yearMonthDate':_0x1004cc(0x189),'yearQuarter':_0x1004cc(0x17f)}}};}));function _0x52c4(){var _0x1de7db=['Hour-Minute','{0}:{1}','22znodEC','Column\x20Labels','Row','Minute','135610lxkVru','{0}-{1}-{2}','Day','Sheet','Column\x20','Row\x20Labels','exports','31159YsdSGY','Year-Quarter','Month-Day','76EmlBMC','Hour','Value','Column','Subtotal','Values','Year','{0}\x20{1}','value','21CDOajv','{0}','Varp\x20of\x20','Var\x20of\x20','755418PklcBX','22iACdbE','Average\x20of\x20','(Other)','Product\x20of\x20','137694nAexhs','object','Max\x20of\x20','UniverProSheetsPivotEnUS','Total','3986560LPmHLa','function','Min\x20of\x20','Count\x20of\x20','{0}-{1}','5360913PUHefm','(Blank)','{0}-Q{1}','3819256PzqFNt','Grand\x20Total'];_0x52c4=function(){return _0x1de7db;};return _0x52c4();}
@@ -1 +1 @@
1
- (function(_0x59edea,_0x302542){var _0xf5edd8=_0xc1c9,_0x156362=_0x59edea();while(!![]){try{var _0x366beb=-parseInt(_0xf5edd8(0x1a2))/0x1+parseInt(_0xf5edd8(0x1c5))/0x2+parseInt(_0xf5edd8(0x1be))/0x3+parseInt(_0xf5edd8(0x1b8))/0x4*(-parseInt(_0xf5edd8(0x1ad))/0x5)+parseInt(_0xf5edd8(0x1a8))/0x6*(parseInt(_0xf5edd8(0x1b5))/0x7)+-parseInt(_0xf5edd8(0x199))/0x8+parseInt(_0xf5edd8(0x1ba))/0x9*(parseInt(_0xf5edd8(0x1b0))/0xa);if(_0x366beb===_0x302542)break;else _0x156362['push'](_0x156362['shift']());}catch(_0x2c9a2d){_0x156362['push'](_0x156362['shift']());}}}(_0x5559,0x50aea),function(_0x5e5bf3,_0x3f8467){var _0x23603c=_0xc1c9;typeof exports==_0x23603c(0x19d)&&typeof module<'u'?module['exports']=_0x3f8467():typeof define==_0x23603c(0x1b6)&&define[_0x23603c(0x1a0)]?define([],_0x3f8467):(_0x5e5bf3=typeof globalThis<'u'?globalThis:_0x5e5bf3||self,_0x5e5bf3[_0x23603c(0x1ab)]=_0x3f8467());}(this,function(){var _0x221f43=_0xc1c9;return{'sheets-pivot':{'sheet':_0x221f43(0x1b4),'blankValue':'(Vacío)','otherValue':_0x221f43(0x1a9),'columnName':'Columna\x20','subTotalText':_0x221f43(0x1b1),'grandTotalText':_0x221f43(0x1c2),'valueText':'Valor','averageName':_0x221f43(0x1af),'countName':_0x221f43(0x1ae),'countNumsName':_0x221f43(0x1ae),'maxName':'Máx\x20de\x20','minName':_0x221f43(0x1aa),'productName':_0x221f43(0x1c1),'stdDevName':_0x221f43(0x1bd),'stdDevpName':_0x221f43(0x1c3),'sumName':_0x221f43(0x1bc),'varName':'Var\x20de\x20','varpName':'VarP\x20de\x20','subTotal':'Subtotal','grandTotal':'Total\x20general','value':'valor','blank':'vacío','other':_0x221f43(0x19b),'emptyPivot':{'filter':_0x221f43(0x19e),'row':_0x221f43(0x1a4),'column':_0x221f43(0x1b3),'values':_0x221f43(0x1a3)},'dateGroup':{'year':_0x221f43(0x1bf),'month':_0x221f43(0x19a),'day':_0x221f43(0x1c4),'hour':'Hora','minute':_0x221f43(0x1a1),'quarter':_0x221f43(0x1c0),'monthDate':_0x221f43(0x1ac),'yearQuarter':_0x221f43(0x1a5),'yearMonth':_0x221f43(0x1a6),'yearMonthDate':'Año-Mes-Día'},'cellDateGroupDisplay':{'minute':_0x221f43(0x1bb),'hour':_0x221f43(0x1b2),'hourMinute':_0x221f43(0x19f),'date':'{0}\x20día','month':_0x221f43(0x1b7),'monthDate':'{0}\x20mes\x20{1}\x20día','quarter':_0x221f43(0x1a7),'year':_0x221f43(0x1b9),'yearMonth':_0x221f43(0x198),'yearMonthDate':_0x221f43(0x19c),'yearQuarter':'{0}\x20año\x20{1}\x20trimestre'}}};}));function _0xc1c9(_0x2090da,_0x6f2f19){_0x2090da=_0x2090da-0x198;var _0x55591d=_0x5559();var _0xc1c998=_0x55591d[_0x2090da];return _0xc1c998;}function _0x5559(){var _0xfead6d=['object','Filtro','{0}\x20hora\x20{1}\x20minuto','amd','Minuto','394478wMFkPP','Valores','Fila','Año-Trimestre','Año-Mes','{0}\x20trimestre','2436SfZGvb','(Otro)','Mín\x20de\x20','UniverProSheetsPivotEsES','Mes-Día','19820ADXZzo','Conteo\x20de\x20','Promedio\x20de\x20','40GkPNys','Subtotal','{0}\x20hora','Columna','Hoja','3073dYDGNA','function','{0}\x20mes','292ZIFhGP','{0}\x20año','862362pQaIIW','{0}\x20minuto','Suma\x20de\x20','DesvEst\x20de\x20','1907109oJpazG','Año','Trimestre','Producto\x20de\x20','Total\x20general','DesvEstP\x20de\x20','Día','276882yEoTNW','{0}\x20año\x20{1}\x20mes','2570608XCXbvY','Mes','otro','{0}\x20año\x20{1}\x20mes\x20{2}\x20día'];_0x5559=function(){return _0xfead6d;};return _0x5559();}
1
+ (function(_0x5829bc,_0x5b5e69){var _0x65eed=_0x4bae,_0x1ec467=_0x5829bc();while(!![]){try{var _0x55346e=parseInt(_0x65eed(0x1d2))/0x1+parseInt(_0x65eed(0x1ce))/0x2+-parseInt(_0x65eed(0x1bd))/0x3*(parseInt(_0x65eed(0x1b9))/0x4)+parseInt(_0x65eed(0x1b2))/0x5+-parseInt(_0x65eed(0x1c9))/0x6*(-parseInt(_0x65eed(0x1bf))/0x7)+parseInt(_0x65eed(0x1b6))/0x8*(parseInt(_0x65eed(0x1c5))/0x9)+-parseInt(_0x65eed(0x1b5))/0xa;if(_0x55346e===_0x5b5e69)break;else _0x1ec467['push'](_0x1ec467['shift']());}catch(_0x5c98cd){_0x1ec467['push'](_0x1ec467['shift']());}}}(_0x1848,0xdabf7),function(_0x2f3e4b,_0x5ca232){var _0x22c665=_0x4bae;typeof exports=='object'&&typeof module<'u'?module['exports']=_0x5ca232():typeof define==_0x22c665(0x1c1)&&define[_0x22c665(0x1dc)]?define([],_0x5ca232):(_0x2f3e4b=typeof globalThis<'u'?globalThis:_0x2f3e4b||self,_0x2f3e4b[_0x22c665(0x1d7)]=_0x5ca232());}(this,function(){var _0x1e6b19=_0x4bae;return{'sheets-pivot':{'sheet':'Hoja','blankValue':_0x1e6b19(0x1d5),'otherValue':'(Otro)','columnName':'Columna\x20','subTotalText':_0x1e6b19(0x1ba),'grandTotalText':_0x1e6b19(0x1c0),'valueText':_0x1e6b19(0x1bc),'rowLabels':_0x1e6b19(0x1b4),'columnLabels':'Column\x20Labels','averageName':_0x1e6b19(0x1b8),'countName':'Conteo\x20de\x20','countNumsName':_0x1e6b19(0x1b3),'maxName':_0x1e6b19(0x1be),'minName':'Mín\x20de\x20','productName':_0x1e6b19(0x1c8),'stdDevName':_0x1e6b19(0x1d0),'stdDevpName':_0x1e6b19(0x1cd),'sumName':_0x1e6b19(0x1bb),'varName':_0x1e6b19(0x1da),'varpName':_0x1e6b19(0x1d6),'subTotal':'Subtotal','grandTotal':_0x1e6b19(0x1c0),'value':_0x1e6b19(0x1b7),'blank':_0x1e6b19(0x1c4),'other':_0x1e6b19(0x1d1),'renderText':{'valueField':'{0}{1}','subtotal':'{0}\x20{1}','grandTotal':_0x1e6b19(0x1de),'multipleGrandTotal':_0x1e6b19(0x1c7),'subtotalWithValue':_0x1e6b19(0x1de)},'emptyPivot':{'filter':'Filtro','row':_0x1e6b19(0x1d9),'column':_0x1e6b19(0x1db),'values':'Valores'},'dateGroup':{'year':_0x1e6b19(0x1c2),'month':'Mes','day':_0x1e6b19(0x1d4),'date':_0x1e6b19(0x1d4),'hour':_0x1e6b19(0x1ca),'minute':_0x1e6b19(0x1c6),'hourMinute':'Hora-Minuto','quarter':_0x1e6b19(0x1d3),'monthDate':_0x1e6b19(0x1d8),'yearQuarter':'Año-Trimestre','yearMonth':_0x1e6b19(0x1c3),'yearMonthDate':_0x1e6b19(0x1cc)},'cellDateGroupDisplay':{'minute':_0x1e6b19(0x1c7),'hour':'{0}','hourMinute':'{0}:{1}','date':_0x1e6b19(0x1c7),'month':'{0}','monthDate':'{0}-{1}','quarter':_0x1e6b19(0x1dd),'year':_0x1e6b19(0x1c7),'yearMonth':'{0}-{1}','yearMonthDate':_0x1e6b19(0x1cb),'yearQuarter':_0x1e6b19(0x1cf)}}};}));function _0x4bae(_0xc628c1,_0x744ed7){_0xc628c1=_0xc628c1-0x1b2;var _0x1848aa=_0x1848();var _0x4bae45=_0x1848aa[_0xc628c1];return _0x4bae45;}function _0x1848(){var _0x2949e6=['2462902ZEWhmD','{0}-Q{1}','DesvEst\x20de\x20','otro','677808MWGQiX','Trimestre','Día','(Vacío)','VarP\x20de\x20','UniverProSheetsPivotEsES','Mes-Día','Fila','Var\x20de\x20','Columna','amd','Q{0}','{0}\x20{1}','2525175ohbQQz','Conteo\x20de\x20','Row\x20Labels','10832230KgBFFs','43456PHbEua','valor','Promedio\x20de\x20','8FVMQQj','Subtotal','Suma\x20de\x20','Valor','1895169FAEEbL','Máx\x20de\x20','305543SOGKqP','Total\x20general','function','Año','Año-Mes','vacío','360zODMNx','Minuto','{0}','Producto\x20de\x20','84HEigzb','Hora','{0}-{1}-{2}','Año-Mes-Día','DesvEstP\x20de\x20'];_0x1848=function(){return _0x2949e6;};return _0x1848();}
@@ -1 +1 @@
1
- function _0x204e(_0x2e4b08,_0x592f5e){_0x2e4b08=_0x2e4b08-0x1c5;var _0x1cfda2=_0x1cfd();var _0x204e39=_0x1cfda2[_0x2e4b08];return _0x204e39;}function _0x1cfd(){var _0x535a72=['9bZrNgE','جمع','Année-Trimestre','مقادیر','Minute','ضرب\x20از\x20','برگ','141463cPrLhC','خالی','Année','3704676UMqWTC','{0}\x20ماه\x20{1}\x20روز','کمترین\x20از\x20','exports','Heure','{0}\x20ساعت\x20{1}\x20دقیقه','(سایر)','1440408SKfWDw','UniverProSheetsPivotFaIR','انحراف\x20معیار\x20کلی\x20از\x20','تعداد\x20اعداد\x20از\x20','بیشترین\x20از\x20','{0}\x20سال','مقدار','{0}\x20سال\x20{1}\x20ماه','Trimestre','تعداد\x20از\x20','24927690GvRtcn','ستون','106220nahdar','{0}\x20روز','function','224dvIfTU','{0}\x20دقیقه','میانگین\x20از\x20','(خالی)','واریانس\x20کلی\x20از\x20','Année-Mois','{0}\x20فصل','فیلتر','230MWZSWj','انحراف\x20معیار\x20از\x20','جمع\x20از\x20','Mois','object','سطر','2065162sDthhy','سایر','74390sUxgXr'];_0x1cfd=function(){return _0x535a72;};return _0x1cfd();}(function(_0x2effca,_0xbc75e3){var _0x12482e=_0x204e,_0x21b9d6=_0x2effca();while(!![]){try{var _0x455145=parseInt(_0x12482e(0x1d9))/0x1+parseInt(_0x12482e(0x1d7))/0x2+-parseInt(_0x12482e(0x1e4))/0x3+parseInt(_0x12482e(0x1c6))/0x4*(-parseInt(_0x12482e(0x1d1))/0x5)+parseInt(_0x12482e(0x1eb))/0x6+parseInt(_0x12482e(0x1e1))/0x7*(-parseInt(_0x12482e(0x1c9))/0x8)+-parseInt(_0x12482e(0x1da))/0x9*(-parseInt(_0x12482e(0x1f5))/0xa);if(_0x455145===_0xbc75e3)break;else _0x21b9d6['push'](_0x21b9d6['shift']());}catch(_0x1079f5){_0x21b9d6['push'](_0x21b9d6['shift']());}}}(_0x1cfd,0xc797e),function(_0x14825e,_0x50ea52){var _0x36adcd=_0x204e;typeof exports==_0x36adcd(0x1d5)&&typeof module<'u'?module[_0x36adcd(0x1e7)]=_0x50ea52():typeof define==_0x36adcd(0x1c8)&&define['amd']?define([],_0x50ea52):(_0x14825e=typeof globalThis<'u'?globalThis:_0x14825e||self,_0x14825e[_0x36adcd(0x1ec)]=_0x50ea52());}(this,function(){var _0x1b1012=_0x204e;return{'sheets-pivot':{'sheet':_0x1b1012(0x1e0),'blankValue':_0x1b1012(0x1cc),'otherValue':_0x1b1012(0x1ea),'columnName':'ستون\x20','subTotalText':_0x1b1012(0x1db),'grandTotalText':'کل','valueText':'مقدار','averageName':_0x1b1012(0x1cb),'countName':_0x1b1012(0x1f4),'countNumsName':_0x1b1012(0x1ee),'maxName':_0x1b1012(0x1ef),'minName':_0x1b1012(0x1e6),'productName':_0x1b1012(0x1df),'stdDevName':_0x1b1012(0x1d2),'stdDevpName':_0x1b1012(0x1ed),'sumName':_0x1b1012(0x1d3),'varName':'واریانس\x20از\x20','varpName':_0x1b1012(0x1cd),'subTotal':_0x1b1012(0x1db),'grandTotal':'کل','value':_0x1b1012(0x1f1),'blank':_0x1b1012(0x1e2),'other':_0x1b1012(0x1d8),'emptyPivot':{'filter':_0x1b1012(0x1d0),'row':_0x1b1012(0x1d6),'column':_0x1b1012(0x1c5),'values':_0x1b1012(0x1dd)},'dateGroup':{'year':_0x1b1012(0x1e3),'month':_0x1b1012(0x1d4),'day':'Jour','hour':_0x1b1012(0x1e8),'minute':_0x1b1012(0x1de),'quarter':_0x1b1012(0x1f3),'monthDate':'Mois-Jour','yearQuarter':_0x1b1012(0x1dc),'yearMonth':_0x1b1012(0x1ce),'yearMonthDate':'Année-Mois-Jour'},'cellDateGroupDisplay':{'minute':_0x1b1012(0x1ca),'hour':'{0}\x20ساعت','hourMinute':_0x1b1012(0x1e9),'date':_0x1b1012(0x1c7),'month':'{0}\x20ماه','monthDate':_0x1b1012(0x1e5),'quarter':_0x1b1012(0x1cf),'year':_0x1b1012(0x1f0),'yearMonth':_0x1b1012(0x1f2),'yearMonthDate':'{0}\x20سال\x20{1}\x20ماه\x20{2}\x20روز','yearQuarter':'{0}\x20سال\x20{1}\x20فصل'}}};}));
1
+ (function(_0xad1978,_0x17c91f){var _0x1d6022=_0xcde2,_0x172849=_0xad1978();while(!![]){try{var _0x33d6a3=parseInt(_0x1d6022(0x113))/0x1+-parseInt(_0x1d6022(0x11e))/0x2*(parseInt(_0x1d6022(0x121))/0x3)+-parseInt(_0x1d6022(0x115))/0x4*(parseInt(_0x1d6022(0x116))/0x5)+-parseInt(_0x1d6022(0x12a))/0x6*(parseInt(_0x1d6022(0x104))/0x7)+-parseInt(_0x1d6022(0x119))/0x8+parseInt(_0x1d6022(0x10d))/0x9+-parseInt(_0x1d6022(0x131))/0xa*(-parseInt(_0x1d6022(0x137))/0xb);if(_0x33d6a3===_0x17c91f)break;else _0x172849['push'](_0x172849['shift']());}catch(_0x423168){_0x172849['push'](_0x172849['shift']());}}}(_0x31c1,0x7d1fc),function(_0xa4138e,_0x34a0bf){var _0x22e6a6=_0xcde2;typeof exports==_0x22e6a6(0x103)&&typeof module<'u'?module[_0x22e6a6(0x135)]=_0x34a0bf():typeof define==_0x22e6a6(0x11d)&&define['amd']?define([],_0x34a0bf):(_0xa4138e=typeof globalThis<'u'?globalThis:_0xa4138e||self,_0xa4138e[_0x22e6a6(0x12b)]=_0x34a0bf());}(this,function(){var _0x32a856=_0xcde2;return{'sheets-pivot':{'sheet':_0x32a856(0x138),'blankValue':_0x32a856(0x10e),'otherValue':_0x32a856(0x106),'columnName':'ستون\x20','subTotalText':_0x32a856(0x132),'grandTotalText':'کل','valueText':_0x32a856(0x11f),'rowLabels':_0x32a856(0x117),'columnLabels':_0x32a856(0x118),'averageName':_0x32a856(0x125),'countName':_0x32a856(0x12d),'countNumsName':_0x32a856(0x105),'maxName':_0x32a856(0x109),'minName':_0x32a856(0x11c),'productName':_0x32a856(0x114),'stdDevName':_0x32a856(0x130),'stdDevpName':_0x32a856(0x108),'sumName':_0x32a856(0x11b),'varName':_0x32a856(0x112),'varpName':_0x32a856(0x10c),'subTotal':'جمع','grandTotal':'کل','value':_0x32a856(0x11f),'blank':_0x32a856(0x12e),'other':_0x32a856(0x107),'renderText':{'valueField':_0x32a856(0x123),'subtotal':_0x32a856(0x10a),'grandTotal':_0x32a856(0x10a),'multipleGrandTotal':_0x32a856(0x10a),'subtotalWithValue':_0x32a856(0x10a)},'emptyPivot':{'filter':_0x32a856(0x122),'row':'ردیف‌ها','column':_0x32a856(0x127),'values':_0x32a856(0x133)},'dateGroup':{'year':_0x32a856(0x12f),'month':_0x32a856(0x111),'day':_0x32a856(0x126),'date':'روز','hour':_0x32a856(0x129),'minute':'دقیقه','hourMinute':_0x32a856(0x124),'quarter':'فصل','monthDate':_0x32a856(0x11a),'yearQuarter':_0x32a856(0x128),'yearMonth':_0x32a856(0x110),'yearMonthDate':_0x32a856(0x12c)},'cellDateGroupDisplay':{'minute':'{0}','hour':_0x32a856(0x120),'hourMinute':_0x32a856(0x10f),'date':_0x32a856(0x120),'month':_0x32a856(0x120),'monthDate':_0x32a856(0x10b),'quarter':_0x32a856(0x134),'year':_0x32a856(0x120),'yearMonth':'{0}-{1}','yearMonthDate':'{0}-{1}-{2}','yearQuarter':_0x32a856(0x136)}}};}));function _0xcde2(_0x3abffc,_0x17cf14){_0x3abffc=_0x3abffc-0x103;var _0x31c191=_0x31c1();var _0xcde2ad=_0x31c191[_0x3abffc];return _0xcde2ad;}function _0x31c1(){var _0x21e3ad=['1464475KPyahs','برچسب‌های\x20ردیف','برچسب‌های\x20ستون','5336408hSkpvl','ماه-روز','جمع\x20از\x20','کمترین\x20از\x20','function','35116UHcOVN','مقدار','{0}','162uPDwtn','فیلترها','{0}{1}','ساعت-دقیقه','میانگین\x20از\x20','روز','ستون‌ها','سال-فصل','ساعت','6DBZbIM','UniverProSheetsPivotFaIR','سال-ماه-روز','تعداد\x20از\x20','خالی','سال','انحراف\x20معیار\x20از\x20','10noeCjL','جمع','مقادیر','Q{0}','exports','{0}-Q{1}','20443907XXUWtK','برگ','object','4073629LasEWc','تعداد\x20اعداد\x20از\x20','(سایر)','سایر','انحراف\x20معیار\x20کلی\x20از\x20','بیشترین\x20از\x20','{1}\x20{0}','{0}-{1}','واریانس\x20کلی\x20از\x20','7527294KRkOwG','(خالی)','{0}:{1}','سال-ماه','ماه','واریانس\x20از\x20','307630hWJtTh','ضرب\x20از\x20','4IUVOIc'];_0x31c1=function(){return _0x21e3ad;};return _0x31c1();}
@@ -1 +1 @@
1
- function _0x2492(){var _0x5bdb5c=['{0}\x20année','Valeur','Colonne','10rsaguV','Valeurs','(Vide)','9710exakOJ','valeur','Somme\x20de\x20','function','Jour','exports','Trimestre','vide','21KArCwy','(Autre)','Sous-total','Année-Trimestre','amd','1665cEFKYw','141036uUxvsp','Mois','9963072JCuVkL','Variance\x20pop.\x20de\x20','Max\x20de\x20','Min\x20de\x20','Produit\x20de\x20','{0}\x20année\x20{1}\x20mois','Écart-type\x20de\x20','{0}\x20année\x20{1}\x20mois\x20{2}\x20jour','130300RQgStS','Année-Mois-Jour','Colonne\x20','{0}\x20jour','Total\x20général','Minute','830406IlFesQ','UniverProSheetsPivotFrFR','Nombre\x20de\x20','{0}\x20trimestre','Moyenne\x20de\x20','16YGkShk','526SKcviO','4260872wJlzwi','object','{0}\x20heure','348PIalbj','Ligne'];_0x2492=function(){return _0x5bdb5c;};return _0x2492();}function _0xb5bb(_0x54b632,_0x8ba60e){_0x54b632=_0x54b632-0xe7;var _0x249280=_0x2492();var _0xb5bb0e=_0x249280[_0x54b632];return _0xb5bb0e;}(function(_0x2118e1,_0x3a5a00){var _0x275dcc=_0xb5bb,_0x3f79d8=_0x2118e1();while(!![]){try{var _0x278710=-parseInt(_0x275dcc(0x109))/0x1*(parseInt(_0x275dcc(0x105))/0x2)+-parseInt(_0x275dcc(0xe9))/0x3*(parseInt(_0x275dcc(0xf9))/0x4)+parseInt(_0x275dcc(0x10e))/0x5*(parseInt(_0x275dcc(0xff))/0x6)+parseInt(_0x275dcc(0xef))/0x7*(parseInt(_0x275dcc(0x104))/0x8)+parseInt(_0x275dcc(0xee))/0x9*(-parseInt(_0x275dcc(0x111))/0xa)+-parseInt(_0x275dcc(0x106))/0xb+parseInt(_0x275dcc(0xf1))/0xc;if(_0x278710===_0x3a5a00)break;else _0x3f79d8['push'](_0x3f79d8['shift']());}catch(_0xff4ede){_0x3f79d8['push'](_0x3f79d8['shift']());}}}(_0x2492,0x3fad2),function(_0x497412,_0x165a4c){var _0x42b78d=_0xb5bb;typeof exports==_0x42b78d(0x107)&&typeof module<'u'?module[_0x42b78d(0x116)]=_0x165a4c():typeof define==_0x42b78d(0x114)&&define[_0x42b78d(0xed)]?define([],_0x165a4c):(_0x497412=typeof globalThis<'u'?globalThis:_0x497412||self,_0x497412[_0x42b78d(0x100)]=_0x165a4c());}(this,function(){var _0x55f510=_0xb5bb;return{'sheets-pivot':{'sheet':'Feuille','blankValue':_0x55f510(0x110),'otherValue':_0x55f510(0xea),'columnName':_0x55f510(0xfb),'subTotalText':'Total','grandTotalText':_0x55f510(0xfd),'valueText':_0x55f510(0x10c),'averageName':_0x55f510(0x103),'countName':_0x55f510(0x101),'countNumsName':_0x55f510(0x101),'maxName':_0x55f510(0xf3),'minName':_0x55f510(0xf4),'productName':_0x55f510(0xf5),'stdDevName':_0x55f510(0xf7),'stdDevpName':'Écart-type\x20pop.\x20de\x20','sumName':_0x55f510(0x113),'varName':'Variance\x20de\x20','varpName':_0x55f510(0xf2),'subTotal':_0x55f510(0xeb),'grandTotal':'Total\x20général','value':_0x55f510(0x112),'blank':_0x55f510(0xe8),'other':'autre','emptyPivot':{'filter':'Filtre','row':_0x55f510(0x10a),'column':_0x55f510(0x10d),'values':_0x55f510(0x10f)},'dateGroup':{'year':'Année','month':_0x55f510(0xf0),'day':_0x55f510(0x115),'hour':'Heure','minute':_0x55f510(0xfe),'quarter':_0x55f510(0xe7),'monthDate':'Mois-Jour','yearQuarter':_0x55f510(0xec),'yearMonth':'Année-Mois','yearMonthDate':_0x55f510(0xfa)},'cellDateGroupDisplay':{'minute':'{0}\x20minute','hour':_0x55f510(0x108),'hourMinute':'{0}\x20heure\x20{1}\x20minute','date':_0x55f510(0xfc),'month':'{0}\x20mois','monthDate':'{0}\x20mois\x20{1}\x20jour','quarter':_0x55f510(0x102),'year':_0x55f510(0x10b),'yearMonth':_0x55f510(0xf6),'yearMonthDate':_0x55f510(0xf8),'yearQuarter':'{0}\x20année\x20{1}\x20trimestre'}}};}));
1
+ function _0x96f2(){var _0x386b0c=['Année-Trimestre','3414uLyUqE','6cKynPs','Année','Max\x20de\x20','Variance\x20pop.\x20de\x20','5529120auORgi','Sous-total','Ligne','{0}-{1}-{2}','Total\x20général','valeur','Feuille','1800usWOGJ','Colonne','8379994bEnxiP','1110680hapWnO','{0}','vide','(Vide)','Heure-Minute','{0}\x20{1}','function','UniverProSheetsPivotFrFR','Jour','Colonne\x20','Écart-type\x20pop.\x20de\x20','Valeurs','Total','Écart-type\x20de\x20','26554068pKhpwG','Variance\x20de\x20','Somme\x20de\x20','1541426XpcLYQ','Q{0}','Filtre','Mois','Trimestre','Minute','Nombre\x20de\x20','Année-Mois-Jour','9188928PXuYqo','Heure','{0}:{1}','autre'];_0x96f2=function(){return _0x386b0c;};return _0x96f2();}function _0x1983(_0x20eabd,_0x5b8d65){_0x20eabd=_0x20eabd-0x1a9;var _0x96f22b=_0x96f2();var _0x198332=_0x96f22b[_0x20eabd];return _0x198332;}(function(_0x7e860b,_0x3e5772){var _0x14ca13=_0x1983,_0x32ff7c=_0x7e860b();while(!![]){try{var _0xd65d98=parseInt(_0x14ca13(0x1c7))/0x1+parseInt(_0x14ca13(0x1b6))/0x2+-parseInt(_0x14ca13(0x1d4))/0x3*(-parseInt(_0x14ca13(0x1b3))/0x4)+-parseInt(_0x14ca13(0x1ac))/0x5*(-parseInt(_0x14ca13(0x1d5))/0x6)+parseInt(_0x14ca13(0x1b5))/0x7+-parseInt(_0x14ca13(0x1cf))/0x8+-parseInt(_0x14ca13(0x1c4))/0x9;if(_0xd65d98===_0x3e5772)break;else _0x32ff7c['push'](_0x32ff7c['shift']());}catch(_0x27b016){_0x32ff7c['push'](_0x32ff7c['shift']());}}}(_0x96f2,0xc66dc),function(_0x5b0245,_0x3298e9){var _0x26d859=_0x1983;typeof exports=='object'&&typeof module<'u'?module['exports']=_0x3298e9():typeof define==_0x26d859(0x1bc)&&define['amd']?define([],_0x3298e9):(_0x5b0245=typeof globalThis<'u'?globalThis:_0x5b0245||self,_0x5b0245[_0x26d859(0x1bd)]=_0x3298e9());}(this,function(){var _0x5bfc46=_0x1983;return{'sheets-pivot':{'sheet':_0x5bfc46(0x1b2),'blankValue':_0x5bfc46(0x1b9),'otherValue':'(Autre)','columnName':_0x5bfc46(0x1bf),'subTotalText':_0x5bfc46(0x1c2),'grandTotalText':_0x5bfc46(0x1b0),'valueText':'Valeur','rowLabels':'Row\x20Labels','columnLabels':'Column\x20Labels','averageName':'Moyenne\x20de\x20','countName':'Nombre\x20de\x20','countNumsName':_0x5bfc46(0x1cd),'maxName':_0x5bfc46(0x1aa),'minName':'Min\x20de\x20','productName':'Produit\x20de\x20','stdDevName':_0x5bfc46(0x1c3),'stdDevpName':_0x5bfc46(0x1c0),'sumName':_0x5bfc46(0x1c6),'varName':_0x5bfc46(0x1c5),'varpName':_0x5bfc46(0x1ab),'subTotal':_0x5bfc46(0x1ad),'grandTotal':'Total\x20général','value':_0x5bfc46(0x1b1),'blank':_0x5bfc46(0x1b8),'other':_0x5bfc46(0x1d2),'renderText':{'valueField':'{0}{1}','subtotal':_0x5bfc46(0x1bb),'grandTotal':'{0}\x20{1}','multipleGrandTotal':_0x5bfc46(0x1b7),'subtotalWithValue':'{0}\x20{1}'},'emptyPivot':{'filter':_0x5bfc46(0x1c9),'row':_0x5bfc46(0x1ae),'column':_0x5bfc46(0x1b4),'values':_0x5bfc46(0x1c1)},'dateGroup':{'year':_0x5bfc46(0x1a9),'month':_0x5bfc46(0x1ca),'day':_0x5bfc46(0x1be),'date':'Jour','hour':_0x5bfc46(0x1d0),'minute':_0x5bfc46(0x1cc),'hourMinute':_0x5bfc46(0x1ba),'quarter':_0x5bfc46(0x1cb),'monthDate':'Mois-Jour','yearQuarter':_0x5bfc46(0x1d3),'yearMonth':'Année-Mois','yearMonthDate':_0x5bfc46(0x1ce)},'cellDateGroupDisplay':{'minute':_0x5bfc46(0x1b7),'hour':_0x5bfc46(0x1b7),'hourMinute':_0x5bfc46(0x1d1),'date':'{0}','month':_0x5bfc46(0x1b7),'monthDate':'{0}-{1}','quarter':_0x5bfc46(0x1c8),'year':_0x5bfc46(0x1b7),'yearMonth':'{0}-{1}','yearMonthDate':_0x5bfc46(0x1af),'yearQuarter':'{0}-Q{1}'}}};}));
@@ -1 +1 @@
1
- function _0x4b8c(_0x3c6f39,_0x4e71ae){_0x3c6f39=_0x3c6f39-0x107;var _0x2424f9=_0x2424();var _0x4b8c51=_0x2424f9[_0x3c6f39];return _0x4b8c51;}(function(_0x40c627,_0x38d7bf){var _0x5ab84e=_0x4b8c,_0x41186f=_0x40c627();while(!![]){try{var _0x366f81=parseInt(_0x5ab84e(0x132))/0x1+parseInt(_0x5ab84e(0x122))/0x2*(parseInt(_0x5ab84e(0x12e))/0x3)+parseInt(_0x5ab84e(0x110))/0x4+-parseInt(_0x5ab84e(0x12b))/0x5*(-parseInt(_0x5ab84e(0x117))/0x6)+-parseInt(_0x5ab84e(0x125))/0x7*(-parseInt(_0x5ab84e(0x111))/0x8)+-parseInt(_0x5ab84e(0x127))/0x9*(parseInt(_0x5ab84e(0x113))/0xa)+parseInt(_0x5ab84e(0x10c))/0xb*(-parseInt(_0x5ab84e(0x133))/0xc);if(_0x366f81===_0x38d7bf)break;else _0x41186f['push'](_0x41186f['shift']());}catch(_0x158739){_0x41186f['push'](_0x41186f['shift']());}}}(_0x2424,0x66373),function(_0x185f8b,_0x15cc18){var _0x5bf5dc=_0x4b8c;typeof exports==_0x5bf5dc(0x129)&&typeof module<'u'?module[_0x5bf5dc(0x11c)]=_0x15cc18():typeof define=='function'&&define[_0x5bf5dc(0x12c)]?define([],_0x15cc18):(_0x185f8b=typeof globalThis<'u'?globalThis:_0x185f8b||self,_0x185f8b[_0x5bf5dc(0x11e)]=_0x15cc18());}(this,function(){var _0x12b46b=_0x4b8c;return{'sheets-pivot':{'sheet':_0x12b46b(0x12d),'blankValue':_0x12b46b(0x126),'otherValue':_0x12b46b(0x123),'columnName':_0x12b46b(0x114),'subTotalText':_0x12b46b(0x115),'grandTotalText':'Total\x20Keseluruhan','valueText':'Nilai','averageName':_0x12b46b(0x116),'countName':'Jumlah\x20dari\x20','countNumsName':_0x12b46b(0x137),'maxName':'Maks\x20dari\x20','minName':_0x12b46b(0x11d),'productName':_0x12b46b(0x11b),'stdDevName':_0x12b46b(0x107),'stdDevpName':_0x12b46b(0x120),'sumName':_0x12b46b(0x137),'varName':_0x12b46b(0x109),'varpName':_0x12b46b(0x124),'subTotal':'Subtotal','grandTotal':_0x12b46b(0x108),'value':'nilai','blank':_0x12b46b(0x12a),'other':_0x12b46b(0x11f),'emptyPivot':{'filter':'Filter','row':'Baris','column':'Kolom','values':_0x12b46b(0x121)},'dateGroup':{'year':_0x12b46b(0x10f),'month':_0x12b46b(0x10d),'day':_0x12b46b(0x10b),'hour':_0x12b46b(0x134),'minute':_0x12b46b(0x136),'quarter':_0x12b46b(0x118),'monthDate':_0x12b46b(0x11a),'yearQuarter':_0x12b46b(0x131),'yearMonth':_0x12b46b(0x12f),'yearMonthDate':'Tahun-Bulan-Hari'},'cellDateGroupDisplay':{'minute':_0x12b46b(0x112),'hour':_0x12b46b(0x135),'hourMinute':_0x12b46b(0x119),'date':'{0}\x20hari','month':_0x12b46b(0x10a),'monthDate':_0x12b46b(0x138),'quarter':_0x12b46b(0x10e),'year':_0x12b46b(0x128),'yearMonth':_0x12b46b(0x139),'yearMonthDate':_0x12b46b(0x130),'yearQuarter':'{0}\x20tahun\x20{1}\x20kuartal'}}};}));function _0x2424(){var _0x3e8efd=['object','kosong','5nxMrbM','amd','Lembar','1158hMnzfl','Tahun-Bulan','{0}\x20tahun\x20{1}\x20bulan\x20{2}\x20hari','Tahun-Kuartal','693830QVqMdk','731316Xmktiu','Jam','{0}\x20jam','Menit','Jumlah\x20dari\x20','{0}\x20bulan\x20{1}\x20hari','{0}\x20tahun\x20{1}\x20bulan','StdDev\x20dari\x20','Total\x20Keseluruhan','Var\x20dari\x20','{0}\x20bulan','Hari','121lPJXjL','Bulan','{0}\x20kuartal','Tahun','72616tKtmHM','8JKsbsg','{0}\x20menit','300760eaDzYh','Kolom\x20','Total','Rata-rata\x20dari\x20','5148mNELWJ','Kuartal','{0}\x20jam\x20{1}\x20menit','Bulan-Hari','Hasil\x20Kali\x20dari\x20','exports','Min\x20dari\x20','UniverProSheetsPivotIdID','lainnya','StdDevp\x20dari\x20','Nilai','86HFEkKb','(Lainnya)','Varp\x20dari\x20','4201512WQqHPr','(Kosong)','72evZAEf','{0}\x20tahun'];_0x2424=function(){return _0x3e8efd;};return _0x2424();}
1
+ function _0x5a20(_0x21a20e,_0xc2a07a){_0x21a20e=_0x21a20e-0x1c1;var _0x47ebd9=_0x47eb();var _0x5a200a=_0x47ebd9[_0x21a20e];return _0x5a200a;}(function(_0xb760b9,_0x3494a9){var _0x3ca055=_0x5a20,_0x46afe3=_0xb760b9();while(!![]){try{var _0x51b08d=-parseInt(_0x3ca055(0x1e6))/0x1*(parseInt(_0x3ca055(0x1e8))/0x2)+-parseInt(_0x3ca055(0x1ce))/0x3+-parseInt(_0x3ca055(0x1e1))/0x4*(-parseInt(_0x3ca055(0x1da))/0x5)+parseInt(_0x3ca055(0x1c2))/0x6+parseInt(_0x3ca055(0x1de))/0x7*(parseInt(_0x3ca055(0x1ca))/0x8)+-parseInt(_0x3ca055(0x1d0))/0x9+parseInt(_0x3ca055(0x1e7))/0xa;if(_0x51b08d===_0x3494a9)break;else _0x46afe3['push'](_0x46afe3['shift']());}catch(_0x41ba08){_0x46afe3['push'](_0x46afe3['shift']());}}}(_0x47eb,0xdf3c5),function(_0x7005a4,_0x20d835){var _0x3c072c=_0x5a20;typeof exports==_0x3c072c(0x1c1)&&typeof module<'u'?module[_0x3c072c(0x1e0)]=_0x20d835():typeof define==_0x3c072c(0x1eb)&&define[_0x3c072c(0x1d2)]?define([],_0x20d835):(_0x7005a4=typeof globalThis<'u'?globalThis:_0x7005a4||self,_0x7005a4['UniverProSheetsPivotIdID']=_0x20d835());}(this,function(){var _0xf626bd=_0x5a20;return{'sheets-pivot':{'sheet':_0xf626bd(0x1e5),'blankValue':'(Kosong)','otherValue':'(Lainnya)','columnName':_0xf626bd(0x1dc),'subTotalText':_0xf626bd(0x1d4),'grandTotalText':_0xf626bd(0x1e9),'valueText':_0xf626bd(0x1c8),'rowLabels':_0xf626bd(0x1cf),'columnLabels':'Column\x20Labels','averageName':'Rata-rata\x20dari\x20','countName':_0xf626bd(0x1ec),'countNumsName':_0xf626bd(0x1ec),'maxName':'Maks\x20dari\x20','minName':_0xf626bd(0x1ea),'productName':_0xf626bd(0x1c3),'stdDevName':'StdDev\x20dari\x20','stdDevpName':'StdDevp\x20dari\x20','sumName':_0xf626bd(0x1ec),'varName':_0xf626bd(0x1d8),'varpName':_0xf626bd(0x1ee),'subTotal':'Subtotal','grandTotal':_0xf626bd(0x1e9),'value':_0xf626bd(0x1cb),'blank':_0xf626bd(0x1df),'other':_0xf626bd(0x1cc),'renderText':{'valueField':'{0}{1}','subtotal':'{0}\x20{1}','grandTotal':_0xf626bd(0x1d9),'multipleGrandTotal':_0xf626bd(0x1e3),'subtotalWithValue':_0xf626bd(0x1d9)},'emptyPivot':{'filter':_0xf626bd(0x1c5),'row':_0xf626bd(0x1c6),'column':'Kolom','values':'Nilai'},'dateGroup':{'year':_0xf626bd(0x1ed),'month':_0xf626bd(0x1d1),'day':_0xf626bd(0x1d5),'date':_0xf626bd(0x1d5),'hour':_0xf626bd(0x1d6),'minute':_0xf626bd(0x1e2),'hourMinute':_0xf626bd(0x1c9),'quarter':_0xf626bd(0x1d7),'monthDate':'Bulan-Hari','yearQuarter':_0xf626bd(0x1db),'yearMonth':_0xf626bd(0x1ef),'yearMonthDate':_0xf626bd(0x1d3)},'cellDateGroupDisplay':{'minute':_0xf626bd(0x1e3),'hour':_0xf626bd(0x1e3),'hourMinute':_0xf626bd(0x1c7),'date':_0xf626bd(0x1e3),'month':'{0}','monthDate':_0xf626bd(0x1dd),'quarter':_0xf626bd(0x1c4),'year':_0xf626bd(0x1e3),'yearMonth':_0xf626bd(0x1dd),'yearMonthDate':_0xf626bd(0x1cd),'yearQuarter':_0xf626bd(0x1e4)}}};}));function _0x47eb(){var _0x10c89b=['Tahun-Kuartal','Kolom\x20','{0}-{1}','602ALagjl','kosong','exports','116096UUqCNv','Menit','{0}','{0}-Q{1}','Lembar','1UZBKud','14276900iPbWXP','2158258sfNmGb','Total\x20Keseluruhan','Min\x20dari\x20','function','Jumlah\x20dari\x20','Tahun','Varp\x20dari\x20','Tahun-Bulan','object','9458118gSWmLQ','Hasil\x20Kali\x20dari\x20','Q{0}','Filter','Baris','{0}:{1}','Nilai','Jam-Menit','39992MfTVWL','nilai','lainnya','{0}-{1}-{2}','5319750IGlGMZ','Row\x20Labels','9804429ofiELP','Bulan','amd','Tahun-Bulan-Hari','Total','Hari','Jam','Kuartal','Var\x20dari\x20','{0}\x20{1}','245NoGgjP'];_0x47eb=function(){return _0x10c89b;};return _0x47eb();}
@@ -1 +1 @@
1
- function _0x1e13(_0x3bd8f3,_0x58558b){_0x3bd8f3=_0x3bd8f3-0x11f;var _0x597ff0=_0x597f();var _0x1e130d=_0x597ff0[_0x3bd8f3];return _0x1e130d;}(function(_0x145ee5,_0xe912d){var _0x23eb97=_0x1e13,_0x35a411=_0x145ee5();while(!![]){try{var _0x3b6369=parseInt(_0x23eb97(0x129))/0x1+parseInt(_0x23eb97(0x13d))/0x2+parseInt(_0x23eb97(0x136))/0x3*(-parseInt(_0x23eb97(0x149))/0x4)+-parseInt(_0x23eb97(0x133))/0x5*(-parseInt(_0x23eb97(0x144))/0x6)+parseInt(_0x23eb97(0x12f))/0x7+-parseInt(_0x23eb97(0x14c))/0x8*(-parseInt(_0x23eb97(0x140))/0x9)+-parseInt(_0x23eb97(0x134))/0xa*(parseInt(_0x23eb97(0x13f))/0xb);if(_0x3b6369===_0xe912d)break;else _0x35a411['push'](_0x35a411['shift']());}catch(_0x2270ec){_0x35a411['push'](_0x35a411['shift']());}}}(_0x597f,0x63f87),function(_0x30c941,_0x8a120b){var _0x4a2e31=_0x1e13;typeof exports==_0x4a2e31(0x14f)&&typeof module<'u'?module['exports']=_0x8a120b():typeof define==_0x4a2e31(0x12e)&&define[_0x4a2e31(0x121)]?define([],_0x8a120b):(_0x30c941=typeof globalThis<'u'?globalThis:_0x30c941||self,_0x30c941[_0x4a2e31(0x14e)]=_0x8a120b());}(this,function(){var _0x4aecf5=_0x1e13;return{'sheets-pivot':{'sheet':_0x4aecf5(0x141),'blankValue':_0x4aecf5(0x13b),'otherValue':_0x4aecf5(0x13a),'columnName':'Colonna\x20','subTotalText':_0x4aecf5(0x124),'grandTotalText':_0x4aecf5(0x123),'valueText':_0x4aecf5(0x12d),'averageName':_0x4aecf5(0x130),'countName':'Conteggio\x20di\x20','countNumsName':_0x4aecf5(0x13e),'maxName':_0x4aecf5(0x126),'minName':_0x4aecf5(0x137),'productName':_0x4aecf5(0x12a),'stdDevName':_0x4aecf5(0x14b),'stdDevpName':_0x4aecf5(0x12b),'sumName':_0x4aecf5(0x14a),'varName':_0x4aecf5(0x139),'varpName':'Varp\x20di\x20','subTotal':'Subtotale','grandTotal':_0x4aecf5(0x123),'value':_0x4aecf5(0x135),'blank':_0x4aecf5(0x120),'other':_0x4aecf5(0x131),'emptyPivot':{'filter':'Filtro','row':_0x4aecf5(0x13c),'column':_0x4aecf5(0x127),'values':'Valori'},'dateGroup':{'year':_0x4aecf5(0x11f),'month':'Mese','day':'Giorno','hour':_0x4aecf5(0x14d),'minute':_0x4aecf5(0x132),'quarter':_0x4aecf5(0x138),'monthDate':_0x4aecf5(0x12c),'yearQuarter':_0x4aecf5(0x143),'yearMonth':_0x4aecf5(0x142),'yearMonthDate':_0x4aecf5(0x125)},'cellDateGroupDisplay':{'minute':_0x4aecf5(0x128),'hour':'{0}\x20ora','hourMinute':'{0}\x20ora\x20{1}\x20minuto','date':'{0}\x20giorno','month':_0x4aecf5(0x147),'monthDate':'{0}\x20mese\x20{1}\x20giorno','quarter':_0x4aecf5(0x148),'year':_0x4aecf5(0x145),'yearMonth':'{0}\x20anno\x20{1}\x20mese','yearMonthDate':_0x4aecf5(0x122),'yearQuarter':_0x4aecf5(0x146)}}};}));function _0x597f(){var _0x23302f=['Media\x20di\x20','altro','Minuto','10ysHgaJ','20HJoIrU','valore','6198SyKdOS','Minimo\x20di\x20','Trimestre','Var\x20di\x20','(Altro)','(Vuoto)','Riga','556114VPNCvc','Conteggio\x20di\x20','2005344mzPKNq','5111343JzYHVW','Foglio','Anno-Mese','Anno-Trimestre','200082udRtHe','{0}\x20anno','{0}\x20anno\x20{1}\x20trimestre','{0}\x20mese','{0}\x20trimestre','1040UcAjSg','Somma\x20di\x20','DevStd\x20di\x20','8EYFsQE','Ora','UniverProSheetsPivotItIT','object','Anno','vuoto','amd','{0}\x20anno\x20{1}\x20mese\x20{2}\x20giorno','Totale\x20Complessivo','Totale','Anno-Mese-Giorno','Massimo\x20di\x20','Colonna','{0}\x20minuto','339918xefPPW','Prodotto\x20di\x20','DevStdp\x20di\x20','Mese-Giorno','Valore','function','410557qwoIuw'];_0x597f=function(){return _0x23302f;};return _0x597f();}
1
+ (function(_0x599bef,_0x3ff7ca){var _0x4a6ce5=_0x57eb,_0x4e9fdf=_0x599bef();while(!![]){try{var _0x656b5=-parseInt(_0x4a6ce5(0x11c))/0x1+parseInt(_0x4a6ce5(0x10b))/0x2*(parseInt(_0x4a6ce5(0x124))/0x3)+parseInt(_0x4a6ce5(0x110))/0x4*(parseInt(_0x4a6ce5(0xfd))/0x5)+parseInt(_0x4a6ce5(0x119))/0x6+parseInt(_0x4a6ce5(0x125))/0x7+-parseInt(_0x4a6ce5(0xfa))/0x8+-parseInt(_0x4a6ce5(0x114))/0x9;if(_0x656b5===_0x3ff7ca)break;else _0x4e9fdf['push'](_0x4e9fdf['shift']());}catch(_0xc2681b){_0x4e9fdf['push'](_0x4e9fdf['shift']());}}}(_0x37e8,0xa2e48),function(_0x8e6f5e,_0x5f3a1c){var _0x34dd38=_0x57eb;typeof exports==_0x34dd38(0x100)&&typeof module<'u'?module['exports']=_0x5f3a1c():typeof define==_0x34dd38(0xfc)&&define[_0x34dd38(0x117)]?define([],_0x5f3a1c):(_0x8e6f5e=typeof globalThis<'u'?globalThis:_0x8e6f5e||self,_0x8e6f5e[_0x34dd38(0xf7)]=_0x5f3a1c());}(this,function(){var _0x51923a=_0x57eb;return{'sheets-pivot':{'sheet':_0x51923a(0x106),'blankValue':_0x51923a(0xf8),'otherValue':_0x51923a(0x11a),'columnName':'Colonna\x20','subTotalText':_0x51923a(0x101),'grandTotalText':_0x51923a(0xfb),'valueText':_0x51923a(0x111),'rowLabels':_0x51923a(0x122),'columnLabels':_0x51923a(0x108),'averageName':_0x51923a(0x123),'countName':_0x51923a(0x126),'countNumsName':_0x51923a(0x126),'maxName':_0x51923a(0x10a),'minName':_0x51923a(0x113),'productName':_0x51923a(0x10f),'stdDevName':_0x51923a(0x112),'stdDevpName':_0x51923a(0x104),'sumName':_0x51923a(0x10d),'varName':_0x51923a(0x105),'varpName':_0x51923a(0xf4),'subTotal':_0x51923a(0x11b),'grandTotal':_0x51923a(0xfb),'value':'valore','blank':_0x51923a(0x118),'other':'altro','renderText':{'valueField':'{0}{1}','subtotal':_0x51923a(0x116),'grandTotal':_0x51923a(0x116),'multipleGrandTotal':_0x51923a(0xf5),'subtotalWithValue':_0x51923a(0x116)},'emptyPivot':{'filter':_0x51923a(0xfe),'row':_0x51923a(0xf6),'column':'Colonna','values':'Valori'},'dateGroup':{'year':_0x51923a(0x121),'month':_0x51923a(0x107),'day':_0x51923a(0xf9),'date':'Giorno','hour':'Ora','minute':_0x51923a(0x102),'hourMinute':_0x51923a(0x10e),'quarter':_0x51923a(0x115),'monthDate':_0x51923a(0x10c),'yearQuarter':_0x51923a(0x109),'yearMonth':_0x51923a(0xf3),'yearMonthDate':_0x51923a(0x103)},'cellDateGroupDisplay':{'minute':_0x51923a(0xf5),'hour':_0x51923a(0xf5),'hourMinute':_0x51923a(0x11e),'date':_0x51923a(0xf5),'month':_0x51923a(0xf5),'monthDate':_0x51923a(0x120),'quarter':_0x51923a(0x11d),'year':_0x51923a(0xf5),'yearMonth':_0x51923a(0x120),'yearMonthDate':_0x51923a(0x11f),'yearQuarter':_0x51923a(0xff)}}};}));function _0x57eb(_0x50b9ce,_0x139899){_0x50b9ce=_0x50b9ce-0xf3;var _0x37e8cc=_0x37e8();var _0x57eb2b=_0x37e8cc[_0x50b9ce];return _0x57eb2b;}function _0x37e8(){var _0x526c88=['Anno-Mese','Varp\x20di\x20','{0}','Riga','UniverProSheetsPivotItIT','(Vuoto)','Giorno','4310896vSuwJl','Totale\x20Complessivo','function','69915iWWpRi','Filtro','{0}-Q{1}','object','Totale','Minuto','Anno-Mese-Giorno','DevStdp\x20di\x20','Var\x20di\x20','Foglio','Mese','Column\x20Labels','Anno-Trimestre','Massimo\x20di\x20','277882DyeYos','Mese-Giorno','Somma\x20di\x20','Ora-Minuto','Prodotto\x20di\x20','268oUipyd','Valore','DevStd\x20di\x20','Minimo\x20di\x20','6252417WFeuun','Trimestre','{0}\x20{1}','amd','vuoto','1222824bhIHcA','(Altro)','Subtotale','817898bxHzMu','Q{0}','{0}:{1}','{0}-{1}-{2}','{0}-{1}','Anno','Row\x20Labels','Media\x20di\x20','12ZTUpeh','7155764vLiDjy','Conteggio\x20di\x20'];_0x37e8=function(){return _0x526c88;};return _0x37e8();}
@@ -1 +1 @@
1
- function _0x58fb(_0x29a9b4,_0x29dc88){_0x29a9b4=_0x29a9b4-0x102;var _0x3ce134=_0x3ce1();var _0x58fb49=_0x3ce134[_0x29a9b4];return _0x58fb49;}(function(_0x3be6bb,_0x1d8fe9){var _0x2d082d=_0x58fb,_0x218fbc=_0x3be6bb();while(!![]){try{var _0x424821=parseInt(_0x2d082d(0x117))/0x1+-parseInt(_0x2d082d(0x110))/0x2+-parseInt(_0x2d082d(0x10b))/0x3*(parseInt(_0x2d082d(0x11b))/0x4)+parseInt(_0x2d082d(0x121))/0x5*(parseInt(_0x2d082d(0x116))/0x6)+-parseInt(_0x2d082d(0x122))/0x7+parseInt(_0x2d082d(0x11c))/0x8+parseInt(_0x2d082d(0x11d))/0x9;if(_0x424821===_0x1d8fe9)break;else _0x218fbc['push'](_0x218fbc['shift']());}catch(_0x8d0690){_0x218fbc['push'](_0x218fbc['shift']());}}}(_0x3ce1,0x50b9b),function(_0x1ffb2e,_0xa701cf){var _0x3ec9c0=_0x58fb;typeof exports=='object'&&typeof module<'u'?module['exports']=_0xa701cf():typeof define==_0x3ec9c0(0x10c)&&define[_0x3ec9c0(0x115)]?define([],_0xa701cf):(_0x1ffb2e=typeof globalThis<'u'?globalThis:_0x1ffb2e||self,_0x1ffb2e[_0x3ec9c0(0x103)]=_0xa701cf());}(this,function(){var _0xc199cb=_0x58fb;return{'sheets-pivot':{'sheet':_0xc199cb(0x126),'blankValue':_0xc199cb(0x125),'otherValue':_0xc199cb(0x113),'columnName':'列\x20','subTotalText':'合計','grandTotalText':'総計','valueText':'値','averageName':_0xc199cb(0x107),'countName':'データの個数\x20/\x20','countNumsName':'数値の個数\x20/\x20','maxName':'最大値\x20/\x20','minName':_0xc199cb(0x106),'productName':_0xc199cb(0x11e),'stdDevName':_0xc199cb(0x11f),'stdDevpName':_0xc199cb(0x109),'sumName':_0xc199cb(0x104),'varName':_0xc199cb(0x114),'varpName':_0xc199cb(0x102),'subTotal':'小計','grandTotal':'総計','value':'値','blank':'空白','other':_0xc199cb(0x124),'emptyPivot':{'filter':_0xc199cb(0x111),'row':'行','column':'列','values':'値'},'dateGroup':{'year':'年','month':'月','day':'日','hour':'時','minute':'分','quarter':_0xc199cb(0x105),'monthDate':_0xc199cb(0x119),'yearQuarter':_0xc199cb(0x10e),'yearMonth':_0xc199cb(0x118),'yearMonthDate':_0xc199cb(0x10a)},'cellDateGroupDisplay':{'minute':'{0}','hour':_0xc199cb(0x10f),'hourMinute':_0xc199cb(0x112),'date':'{0}','month':_0xc199cb(0x123),'monthDate':_0xc199cb(0x108),'quarter':'第{0}四半期','year':_0xc199cb(0x11a),'yearMonth':_0xc199cb(0x10d),'yearMonthDate':_0xc199cb(0x120),'yearQuarter':'{0}年第{1}四半期'}}};}));function _0x3ce1(){var _0x30ecdd=['年-四半期','{0}','997324gMwNfV','フィルター','{0}{1}','(その他)','分散\x20/\x20','amd','6NjxQmn','560606EsmVWv','年-月','月-日','{0}年','1690724DoKECj','1295176oZiZhx','5857398ymciBw','積\x20/\x20','標準偏差\x20/\x20','{0}年{1}月{2}日','1227505BxAkJi','2567824AOfegj','{0}','その他','(空白)','シート','標本分散\x20/\x20','UniverProSheetsPivotJaJP','合計\x20/\x20','四半期','最小値\x20/\x20','平均\x20/\x20','{0}{1}','標本標準偏差\x20/\x20','年-月-日','3aRsjSR','function','{0}年{1}月'];_0x3ce1=function(){return _0x30ecdd;};return _0x3ce1();}
1
+ function _0x519a(_0x408871,_0x4117e9){_0x408871=_0x408871-0x132;var _0x4f4641=_0x4f46();var _0x519aa3=_0x4f4641[_0x408871];return _0x519aa3;}(function(_0x181a23,_0xe55de7){var _0x10a229=_0x519a,_0x4e6c91=_0x181a23();while(!![]){try{var _0x4dc710=-parseInt(_0x10a229(0x14e))/0x1*(parseInt(_0x10a229(0x151))/0x2)+-parseInt(_0x10a229(0x154))/0x3+parseInt(_0x10a229(0x158))/0x4+-parseInt(_0x10a229(0x136))/0x5*(-parseInt(_0x10a229(0x155))/0x6)+-parseInt(_0x10a229(0x133))/0x7*(-parseInt(_0x10a229(0x134))/0x8)+parseInt(_0x10a229(0x157))/0x9+-parseInt(_0x10a229(0x13e))/0xa;if(_0x4dc710===_0xe55de7)break;else _0x4e6c91['push'](_0x4e6c91['shift']());}catch(_0x2967b7){_0x4e6c91['push'](_0x4e6c91['shift']());}}}(_0x4f46,0x26e62),function(_0x2b4c34,_0x5a64d8){var _0x527e09=_0x519a;typeof exports==_0x527e09(0x146)&&typeof module<'u'?module[_0x527e09(0x147)]=_0x5a64d8():typeof define==_0x527e09(0x14c)&&define[_0x527e09(0x148)]?define([],_0x5a64d8):(_0x2b4c34=typeof globalThis<'u'?globalThis:_0x2b4c34||self,_0x2b4c34['UniverProSheetsPivotJaJP']=_0x5a64d8());}(this,function(){var _0x172671=_0x519a;return{'sheets-pivot':{'sheet':'シート','blankValue':_0x172671(0x14f),'otherValue':_0x172671(0x153),'columnName':'列\x20','subTotalText':'合計','grandTotalText':'総計','valueText':'値','rowLabels':_0x172671(0x139),'columnLabels':_0x172671(0x144),'averageName':'平均\x20/\x20','countName':_0x172671(0x13f),'countNumsName':'数値の個数\x20/\x20','maxName':_0x172671(0x145),'minName':_0x172671(0x149),'productName':_0x172671(0x14a),'stdDevName':'標準偏差\x20/\x20','stdDevpName':'標本標準偏差\x20/\x20','sumName':_0x172671(0x150),'varName':_0x172671(0x141),'varpName':_0x172671(0x140),'subTotal':'小計','grandTotal':'総計','value':'値','blank':'空白','other':_0x172671(0x14b),'renderText':{'valueField':_0x172671(0x142),'subtotal':'{0}\x20{1}','grandTotal':_0x172671(0x13d),'multipleGrandTotal':_0x172671(0x132),'subtotalWithValue':_0x172671(0x13d)},'emptyPivot':{'filter':_0x172671(0x135),'row':'行','column':'列','values':'値'},'dateGroup':{'year':'年','month':'月','day':'日','date':'日','hour':'時','minute':'分','hourMinute':_0x172671(0x13b),'quarter':_0x172671(0x138),'monthDate':_0x172671(0x137),'yearQuarter':'年-四半期','yearMonth':_0x172671(0x14d),'yearMonthDate':_0x172671(0x13c)},'cellDateGroupDisplay':{'minute':'{0}','hour':_0x172671(0x132),'hourMinute':_0x172671(0x13a),'date':'{0}','month':_0x172671(0x132),'monthDate':'{0}-{1}','quarter':_0x172671(0x152),'year':_0x172671(0x132),'yearMonth':_0x172671(0x156),'yearMonthDate':_0x172671(0x143),'yearQuarter':'{0}-Q{1}'}}};}));function _0x4f46(){var _0x698267=['{0}\x20{1}','2936210DHsZoz','データの個数\x20/\x20','標本分散\x20/\x20','分散\x20/\x20','{0}{1}','{0}-{1}-{2}','Column\x20Labels','最大値\x20/\x20','object','exports','amd','最小値\x20/\x20','積\x20/\x20','その他','function','年-月','90086pXubRI','(空白)','合計\x20/\x20','2PvHzhi','Q{0}','(その他)','100281krSbnT','18ZvAvnC','{0}-{1}','1959318qehjaH','673576eBgDXH','{0}','371iSMzXm','13200AlRnaZ','フィルター','171530ctiEZJ','月-日','四半期','Row\x20Labels','{0}:{1}','時-分','年-月-日'];_0x4f46=function(){return _0x698267;};return _0x4f46();}
@@ -1 +1 @@
1
- function _0x5dbc(_0x254fc0,_0x392dfd){_0x254fc0=_0x254fc0-0x71;var _0x5eeccb=_0x5eec();var _0x5dbc2c=_0x5eeccb[_0x254fc0];return _0x5dbc2c;}function _0x5eec(){var _0x1ae6a4=['10fjmUse','14EBPVmR','826425LCljWd','953136nRGZMI','평균\x20/\x20','22996uCrVvp','3765091flBFzE','amd','월-일','42Tggeyl','표준\x20편차(모집단)\x20/\x20','년-월-일','{0}년{1}월','function','{0}월{1}일','개수\x20/\x20','분산\x20/\x20','숫자\x20개수\x20/\x20','년-월','(기타)','336714TaFMib','{0}년','exports','359056nyZeSy','최대값\x20/\x20','비어\x20있음','{0}월','object','15815UHULmJ','곱\x20/\x20','총합계','합계\x20/\x20','210yJkTuR','{0}년{1}월{2}일'];_0x5eec=function(){return _0x1ae6a4;};return _0x5eec();}(function(_0x4e2ed9,_0x456eac){var _0x56c7ca=_0x5dbc,_0x367512=_0x4e2ed9();while(!![]){try{var _0x454722=-parseInt(_0x56c7ca(0x82))/0x1*(-parseInt(_0x56c7ca(0x91))/0x2)+-parseInt(_0x56c7ca(0x8b))/0x3+-parseInt(_0x56c7ca(0x8d))/0x4*(parseInt(_0x56c7ca(0x86))/0x5)+-parseInt(_0x56c7ca(0x7a))/0x6+parseInt(_0x56c7ca(0x89))/0x7*(parseInt(_0x56c7ca(0x7d))/0x8)+parseInt(_0x56c7ca(0x8a))/0x9+parseInt(_0x56c7ca(0x88))/0xa*(parseInt(_0x56c7ca(0x8e))/0xb);if(_0x454722===_0x456eac)break;else _0x367512['push'](_0x367512['shift']());}catch(_0x516f69){_0x367512['push'](_0x367512['shift']());}}}(_0x5eec,0x3ac38),function(_0x415aa0,_0x1ca896){var _0x5d027f=_0x5dbc;typeof exports==_0x5d027f(0x81)&&typeof module<'u'?module[_0x5d027f(0x7c)]=_0x1ca896():typeof define==_0x5d027f(0x73)&&define[_0x5d027f(0x8f)]?define([],_0x1ca896):(_0x415aa0=typeof globalThis<'u'?globalThis:_0x415aa0||self,_0x415aa0['UniverProSheetsPivotKoKR']=_0x1ca896());}(this,function(){var _0x54424e=_0x5dbc;return{'sheets-pivot':{'sheet':'시트','blankValue':'(비어\x20있음)','otherValue':_0x54424e(0x79),'columnName':'열\x20','subTotalText':'합계','grandTotalText':_0x54424e(0x84),'valueText':'값','averageName':_0x54424e(0x8c),'countName':_0x54424e(0x75),'countNumsName':_0x54424e(0x77),'maxName':_0x54424e(0x7e),'minName':'최소값\x20/\x20','productName':_0x54424e(0x83),'stdDevName':'표준\x20편차\x20/\x20','stdDevpName':_0x54424e(0x92),'sumName':_0x54424e(0x85),'varName':_0x54424e(0x76),'varpName':'분산(모집단)\x20/\x20','subTotal':'부분합','grandTotal':_0x54424e(0x84),'value':'값','blank':_0x54424e(0x7f),'other':'기타','emptyPivot':{'filter':'필터','row':'행','column':'열','values':'값'},'dateGroup':{'year':'년','month':'월','day':'일','hour':'시','minute':'분','quarter':'분기','monthDate':_0x54424e(0x90),'yearQuarter':'년-분기','yearMonth':_0x54424e(0x78),'yearMonthDate':_0x54424e(0x71)},'cellDateGroupDisplay':{'minute':'{0}분','hour':'{0}','hourMinute':'{0}시{1}분','date':'{0}일','month':_0x54424e(0x80),'monthDate':_0x54424e(0x74),'quarter':'제{0}분기','year':_0x54424e(0x7b),'yearMonth':_0x54424e(0x72),'yearMonthDate':_0x54424e(0x87),'yearQuarter':'{0}년제{1}분기'}}};}));
1
+ function _0x2c51(_0x35d780,_0x4bd48f){_0x35d780=_0x35d780-0x1c7;var _0x5e2bde=_0x5e2b();var _0x2c5105=_0x5e2bde[_0x35d780];return _0x2c5105;}(function(_0x1f0944,_0x3dc461){var _0x4ed1db=_0x2c51,_0x519bf4=_0x1f0944();while(!![]){try{var _0x18fbd8=-parseInt(_0x4ed1db(0x1e8))/0x1*(parseInt(_0x4ed1db(0x1e5))/0x2)+parseInt(_0x4ed1db(0x1e1))/0x3+-parseInt(_0x4ed1db(0x1df))/0x4+-parseInt(_0x4ed1db(0x1db))/0x5+-parseInt(_0x4ed1db(0x1d3))/0x6*(-parseInt(_0x4ed1db(0x1e0))/0x7)+parseInt(_0x4ed1db(0x1da))/0x8+parseInt(_0x4ed1db(0x1cc))/0x9;if(_0x18fbd8===_0x3dc461)break;else _0x519bf4['push'](_0x519bf4['shift']());}catch(_0x421b34){_0x519bf4['push'](_0x519bf4['shift']());}}}(_0x5e2b,0x4b55c),function(_0x4736d5,_0x473d18){var _0x26ace8=_0x2c51;typeof exports=='object'&&typeof module<'u'?module['exports']=_0x473d18():typeof define==_0x26ace8(0x1e6)&&define[_0x26ace8(0x1dc)]?define([],_0x473d18):(_0x4736d5=typeof globalThis<'u'?globalThis:_0x4736d5||self,_0x4736d5[_0x26ace8(0x1de)]=_0x473d18());}(this,function(){var _0x1336c4=_0x2c51;return{'sheets-pivot':{'sheet':'시트','blankValue':_0x1336c4(0x1d6),'otherValue':_0x1336c4(0x1e9),'columnName':'열\x20','subTotalText':'합계','grandTotalText':_0x1336c4(0x1ca),'valueText':'값','rowLabels':_0x1336c4(0x1d2),'columnLabels':_0x1336c4(0x1cd),'averageName':'평균\x20/\x20','countName':'개수\x20/\x20','countNumsName':_0x1336c4(0x1e3),'maxName':_0x1336c4(0x1dd),'minName':_0x1336c4(0x1c7),'productName':_0x1336c4(0x1d7),'stdDevName':_0x1336c4(0x1e2),'stdDevpName':_0x1336c4(0x1cf),'sumName':_0x1336c4(0x1e7),'varName':_0x1336c4(0x1cb),'varpName':_0x1336c4(0x1c9),'subTotal':'부분합','grandTotal':'총합계','value':'값','blank':_0x1336c4(0x1c8),'other':'기타','renderText':{'valueField':_0x1336c4(0x1ce),'subtotal':_0x1336c4(0x1d8),'grandTotal':_0x1336c4(0x1d8),'multipleGrandTotal':_0x1336c4(0x1e4),'subtotalWithValue':'{0}\x20{1}'},'emptyPivot':{'filter':'필터','row':'행','column':'열','values':'값'},'dateGroup':{'year':'년','month':'월','day':'일','date':'일','hour':'시','minute':'분','hourMinute':_0x1336c4(0x1d5),'quarter':'분기','monthDate':'월-일','yearQuarter':'년-분기','yearMonth':'년-월','yearMonthDate':'년-월-일'},'cellDateGroupDisplay':{'minute':_0x1336c4(0x1e4),'hour':'{0}','hourMinute':_0x1336c4(0x1d0),'date':_0x1336c4(0x1e4),'month':_0x1336c4(0x1e4),'monthDate':_0x1336c4(0x1d4),'quarter':_0x1336c4(0x1d1),'year':_0x1336c4(0x1e4),'yearMonth':_0x1336c4(0x1d4),'yearMonthDate':'{0}-{1}-{2}','yearQuarter':_0x1336c4(0x1d9)}}};}));function _0x5e2b(){var _0x57eebf=['시-분','(비어\x20있음)','곱\x20/\x20','{0}\x20{1}','{0}-Q{1}','2679848vkMFJk','2740245IhBcHA','amd','최대값\x20/\x20','UniverProSheetsPivotKoKR','586916tIeExn','7SZwsUB','1435878KWvwvO','표준\x20편차\x20/\x20','숫자\x20개수\x20/\x20','{0}','743448eJmBFL','function','합계\x20/\x20','1xICzCW','(기타)','최소값\x20/\x20','비어\x20있음','분산(모집단)\x20/\x20','총합계','분산\x20/\x20','993204OYoOxZ','Column\x20Labels','{0}{1}','표준\x20편차(모집단)\x20/\x20','{0}:{1}','Q{0}','Row\x20Labels','2706666zATfiP','{0}-{1}'];_0x5e2b=function(){return _0x57eebf;};return _0x5e2b();}
@@ -1 +1 @@
1
- function _0x5dc4(){var _0x31552e=['puste','Suma\x20częściowa','Dzień','Suma\x20z\x20','Rok-Kwartał','{0}\x20dzień','3088NeKjKb','26172ZeYjOG','Minuta','(Inne)','300oARhVu','UniverProSheetsPivotPlPL','{0}\x20kwartał','{0}\x20rok\x20{1}\x20miesiąc\x20{2}\x20dzień','3889LbhjWr','Suma\x20całkowita','Suma','wartość','amd','Kolumna','791034TKNMNy','538662sJgprZ','inne','3276755kgAwNr','Miesiąc','Rok-Miesiąc-Dzień','{0}\x20godzina\x20{1}\x20minuta','Godzina','Miesiąc-Dzień','Minimum\x20z\x20','{0}\x20miesiąc','5169717ZEgYae','(Puste)','{0}\x20rok\x20{1}\x20kwartał','OdchStdPop\x20z\x20','{0}\x20godzina','Wiersz','object','{0}\x20rok\x20{1}\x20miesiąc','Wariancja\x20z\x20','Rok-Miesiąc','1627504ZcCxvd','Maksimum\x20z\x20','Rok','Wartość'];_0x5dc4=function(){return _0x31552e;};return _0x5dc4();}function _0xe2f5(_0xdb8d50,_0x461fdf){_0xdb8d50=_0xdb8d50-0x79;var _0x5dc4cb=_0x5dc4();var _0xe2f567=_0x5dc4cb[_0xdb8d50];return _0xe2f567;}(function(_0x40ebec,_0x25af5a){var _0x2693a1=_0xe2f5,_0x52da12=_0x40ebec();while(!![]){try{var _0x415d36=-parseInt(_0x2693a1(0x9b))/0x1*(-parseInt(_0x2693a1(0x97))/0x2)+-parseInt(_0x2693a1(0xa2))/0x3+parseInt(_0x2693a1(0x89))/0x4+-parseInt(_0x2693a1(0xa4))/0x5+-parseInt(_0x2693a1(0xa1))/0x6+-parseInt(_0x2693a1(0x7f))/0x7+parseInt(_0x2693a1(0x93))/0x8*(parseInt(_0x2693a1(0x94))/0x9);if(_0x415d36===_0x25af5a)break;else _0x52da12['push'](_0x52da12['shift']());}catch(_0x2d93a7){_0x52da12['push'](_0x52da12['shift']());}}}(_0x5dc4,0x6378f),function(_0x26d0bd,_0x248371){var _0x20515b=_0xe2f5;typeof exports==_0x20515b(0x85)&&typeof module<'u'?module['exports']=_0x248371():typeof define=='function'&&define[_0x20515b(0x9f)]?define([],_0x248371):(_0x26d0bd=typeof globalThis<'u'?globalThis:_0x26d0bd||self,_0x26d0bd[_0x20515b(0x98)]=_0x248371());}(this,function(){var _0x2ab979=_0xe2f5;return{'sheets-pivot':{'sheet':'Arkusz','blankValue':_0x2ab979(0x80),'otherValue':_0x2ab979(0x96),'columnName':'Kolumna\x20','subTotalText':_0x2ab979(0x9d),'grandTotalText':_0x2ab979(0x9c),'valueText':_0x2ab979(0x8c),'averageName':'Średnia\x20z\x20','countName':'Liczba\x20z\x20','countNumsName':'Liczba\x20z\x20','maxName':_0x2ab979(0x8a),'minName':_0x2ab979(0x7d),'productName':'Iloczyn\x20z\x20','stdDevName':'OdchStd\x20z\x20','stdDevpName':_0x2ab979(0x82),'sumName':_0x2ab979(0x90),'varName':_0x2ab979(0x87),'varpName':'WariancjaPop\x20z\x20','subTotal':_0x2ab979(0x8e),'grandTotal':_0x2ab979(0x9c),'value':_0x2ab979(0x9e),'blank':_0x2ab979(0x8d),'other':_0x2ab979(0xa3),'emptyPivot':{'filter':'Filtr','row':_0x2ab979(0x84),'column':_0x2ab979(0xa0),'values':'Wartości'},'dateGroup':{'year':_0x2ab979(0x8b),'month':_0x2ab979(0xa5),'day':_0x2ab979(0x8f),'hour':_0x2ab979(0x7b),'minute':_0x2ab979(0x95),'quarter':'Kwartał','monthDate':_0x2ab979(0x7c),'yearQuarter':_0x2ab979(0x91),'yearMonth':_0x2ab979(0x88),'yearMonthDate':_0x2ab979(0x79)},'cellDateGroupDisplay':{'minute':'{0}\x20minuta','hour':_0x2ab979(0x83),'hourMinute':_0x2ab979(0x7a),'date':_0x2ab979(0x92),'month':_0x2ab979(0x7e),'monthDate':'{0}\x20miesiąc\x20{1}\x20dzień','quarter':_0x2ab979(0x99),'year':'{0}\x20rok','yearMonth':_0x2ab979(0x86),'yearMonthDate':_0x2ab979(0x9a),'yearQuarter':_0x2ab979(0x81)}}};}));
1
+ function _0xb47c(_0x3a1505,_0x502a09){_0x3a1505=_0x3a1505-0x93;var _0x5b746f=_0x5b74();var _0xb47c3c=_0x5b746f[_0x3a1505];return _0xb47c3c;}(function(_0x591757,_0x128930){var _0x1072dd=_0xb47c,_0x1ac0ad=_0x591757();while(!![]){try{var _0x454ae6=-parseInt(_0x1072dd(0xc5))/0x1*(-parseInt(_0x1072dd(0xb2))/0x2)+-parseInt(_0x1072dd(0x9e))/0x3+parseInt(_0x1072dd(0x93))/0x4*(-parseInt(_0x1072dd(0xb3))/0x5)+-parseInt(_0x1072dd(0xc2))/0x6+parseInt(_0x1072dd(0xa0))/0x7*(parseInt(_0x1072dd(0xae))/0x8)+parseInt(_0x1072dd(0x95))/0x9*(-parseInt(_0x1072dd(0xbc))/0xa)+-parseInt(_0x1072dd(0xc4))/0xb*(-parseInt(_0x1072dd(0x9f))/0xc);if(_0x454ae6===_0x128930)break;else _0x1ac0ad['push'](_0x1ac0ad['shift']());}catch(_0x59fd39){_0x1ac0ad['push'](_0x1ac0ad['shift']());}}}(_0x5b74,0xed8e0),function(_0x303307,_0x1295e0){var _0x2d3fad=_0xb47c;typeof exports==_0x2d3fad(0xbd)&&typeof module<'u'?module['exports']=_0x1295e0():typeof define==_0x2d3fad(0xbb)&&define[_0x2d3fad(0xb4)]?define([],_0x1295e0):(_0x303307=typeof globalThis<'u'?globalThis:_0x303307||self,_0x303307[_0x2d3fad(0xbe)]=_0x1295e0());}(this,function(){var _0x581b90=_0xb47c;return{'sheets-pivot':{'sheet':_0x581b90(0xc3),'blankValue':'(Puste)','otherValue':_0x581b90(0xc1),'columnName':'Kolumna\x20','subTotalText':'Suma','grandTotalText':_0x581b90(0xb7),'valueText':_0x581b90(0x9c),'rowLabels':_0x581b90(0xb1),'columnLabels':_0x581b90(0xa6),'averageName':_0x581b90(0xaa),'countName':_0x581b90(0x9b),'countNumsName':_0x581b90(0x9b),'maxName':'Maksimum\x20z\x20','minName':_0x581b90(0x98),'productName':_0x581b90(0x9d),'stdDevName':'OdchStd\x20z\x20','stdDevpName':_0x581b90(0xbf),'sumName':_0x581b90(0xad),'varName':_0x581b90(0xb6),'varpName':'WariancjaPop\x20z\x20','subTotal':_0x581b90(0xb0),'grandTotal':_0x581b90(0xb7),'value':_0x581b90(0xb8),'blank':'puste','other':_0x581b90(0xa4),'renderText':{'valueField':_0x581b90(0x9a),'subtotal':'{0}\x20{1}','grandTotal':_0x581b90(0xc0),'multipleGrandTotal':_0x581b90(0xa3),'subtotalWithValue':_0x581b90(0xc0)},'emptyPivot':{'filter':_0x581b90(0xa9),'row':_0x581b90(0xa1),'column':_0x581b90(0xac),'values':_0x581b90(0xa2)},'dateGroup':{'year':_0x581b90(0x94),'month':_0x581b90(0x99),'day':_0x581b90(0xb9),'date':_0x581b90(0xb9),'hour':_0x581b90(0xa7),'minute':'Minuta','hourMinute':'Godzina-Minuta','quarter':_0x581b90(0xaf),'monthDate':_0x581b90(0xab),'yearQuarter':_0x581b90(0xa8),'yearMonth':_0x581b90(0xa5),'yearMonthDate':_0x581b90(0xb5)},'cellDateGroupDisplay':{'minute':_0x581b90(0xa3),'hour':'{0}','hourMinute':'{0}:{1}','date':'{0}','month':_0x581b90(0xa3),'monthDate':_0x581b90(0x96),'quarter':_0x581b90(0x97),'year':'{0}','yearMonth':'{0}-{1}','yearMonthDate':'{0}-{1}-{2}','yearQuarter':_0x581b90(0xba)}}};}));function _0x5b74(){var _0x309e06=['UniverProSheetsPivotPlPL','OdchStdPop\x20z\x20','{0}\x20{1}','(Inne)','7931352lALNLx','Arkusz','68926hCZzRq','2NwQNiz','4TgCdeD','Rok','5940666gxNphA','{0}-{1}','Q{0}','Minimum\x20z\x20','Miesiąc','{0}{1}','Liczba\x20z\x20','Wartość','Iloczyn\x20z\x20','1653981GunrIO','7284dqfZIo','3903991eDUrGt','Wiersz','Wartości','{0}','inne','Rok-Miesiąc','Column\x20Labels','Godzina','Rok-Kwartał','Filtr','Średnia\x20z\x20','Miesiąc-Dzień','Kolumna','Suma\x20z\x20','8koUlVG','Kwartał','Suma\x20częściowa','Row\x20Labels','970764jvSxDc','9128110WeHvGt','amd','Rok-Miesiąc-Dzień','Wariancja\x20z\x20','Suma\x20całkowita','wartość','Dzień','{0}-Q{1}','function','10cILdAV','object'];_0x5b74=function(){return _0x309e06;};return _0x5b74();}
@@ -1 +1 @@
1
- function _0x4bb2(_0x1911f2,_0x536bd6){_0x1911f2=_0x1911f2-0x16a;var _0x116df4=_0x116d();var _0x4bb24a=_0x116df4[_0x1911f2];return _0x4bb24a;}function _0x116d(){var _0x20d8b7=['2977300TSCNkV','3572238RsORrq','Mínimo\x20de\x20','Ano','Mês','14785XwNkLF','192kZuduf','Total\x20Geral','VarP\x20de\x20','Subtotal','{0}\x20hora\x20{1}\x20minuto','(Em\x20branco)','{0}\x20minuto','Dia','Soma\x20de\x20','{0}\x20ano\x20{1}\x20mês','DesvPadrão\x20de\x20','Planilha','valor','Coluna\x20','Filtro','{0}\x20mês\x20{1}\x20dia','245223iZzGon','{0}\x20dia','Máximo\x20de\x20','28AMHOuF','Média\x20de\x20','4235256vXMWwY','DesvPadrãoP\x20de\x20','Valores','1334896AxjIdK','22171130OKkyxG','Linha','object','amd','Ano-Trimestre','Trimestre','function','2hVKKju','Ano-Mês','UniverProSheetsPivotPtBR','exports','outro'];_0x116d=function(){return _0x20d8b7;};return _0x116d();}(function(_0x32f865,_0xe379da){var _0x3f6486=_0x4bb2,_0x1cd200=_0x32f865();while(!![]){try{var _0x2cefbc=parseInt(_0x3f6486(0x178))/0x1*(parseInt(_0x3f6486(0x188))/0x2)+-parseInt(_0x3f6486(0x18e))/0x3+-parseInt(_0x3f6486(0x18d))/0x4+parseInt(_0x3f6486(0x192))/0x5*(-parseInt(_0x3f6486(0x193))/0x6)+parseInt(_0x3f6486(0x17b))/0x7*(parseInt(_0x3f6486(0x180))/0x8)+-parseInt(_0x3f6486(0x17d))/0x9+parseInt(_0x3f6486(0x181))/0xa;if(_0x2cefbc===_0xe379da)break;else _0x1cd200['push'](_0x1cd200['shift']());}catch(_0x5089f7){_0x1cd200['push'](_0x1cd200['shift']());}}}(_0x116d,0x99b01),function(_0x1e87d2,_0x2aae44){var _0x333445=_0x4bb2;typeof exports==_0x333445(0x183)&&typeof module<'u'?module[_0x333445(0x18b)]=_0x2aae44():typeof define==_0x333445(0x187)&&define[_0x333445(0x184)]?define([],_0x2aae44):(_0x1e87d2=typeof globalThis<'u'?globalThis:_0x1e87d2||self,_0x1e87d2[_0x333445(0x18a)]=_0x2aae44());}(this,function(){var _0x4e4156=_0x4bb2;return{'sheets-pivot':{'sheet':_0x4e4156(0x173),'blankValue':_0x4e4156(0x16d),'otherValue':'(Outro)','columnName':_0x4e4156(0x175),'subTotalText':_0x4e4156(0x16b),'grandTotalText':_0x4e4156(0x194),'valueText':'Valor','averageName':_0x4e4156(0x17c),'countName':'Contagem\x20de\x20','countNumsName':'Contagem\x20de\x20','maxName':_0x4e4156(0x17a),'minName':_0x4e4156(0x18f),'productName':'Produto\x20de\x20','stdDevName':_0x4e4156(0x172),'stdDevpName':_0x4e4156(0x17e),'sumName':_0x4e4156(0x170),'varName':'Var\x20de\x20','varpName':_0x4e4156(0x16a),'subTotal':_0x4e4156(0x16b),'grandTotal':_0x4e4156(0x194),'value':_0x4e4156(0x174),'blank':'em\x20branco','other':_0x4e4156(0x18c),'emptyPivot':{'filter':_0x4e4156(0x176),'row':_0x4e4156(0x182),'column':'Coluna','values':_0x4e4156(0x17f)},'dateGroup':{'year':_0x4e4156(0x190),'month':_0x4e4156(0x191),'day':_0x4e4156(0x16f),'hour':'Hora','minute':'Minuto','quarter':_0x4e4156(0x186),'monthDate':'Mês-Dia','yearQuarter':_0x4e4156(0x185),'yearMonth':_0x4e4156(0x189),'yearMonthDate':'Ano-Mês-Dia'},'cellDateGroupDisplay':{'minute':_0x4e4156(0x16e),'hour':'{0}\x20hora','hourMinute':_0x4e4156(0x16c),'date':_0x4e4156(0x179),'month':'{0}\x20mês','monthDate':_0x4e4156(0x177),'quarter':'{0}\x20trimestre','year':'{0}\x20ano','yearMonth':_0x4e4156(0x171),'yearMonthDate':'{0}\x20ano\x20{1}\x20mês\x20{2}\x20dia','yearQuarter':'{0}\x20ano\x20{1}\x20trimestre'}}};}));
1
+ function _0x3558(_0x50aafc,_0x490c57){_0x50aafc=_0x50aafc-0x98;var _0x361c63=_0x361c();var _0x3558b3=_0x361c63[_0x50aafc];return _0x3558b3;}(function(_0x1f1b9b,_0x362664){var _0x1d74db=_0x3558,_0x4a4abb=_0x1f1b9b();while(!![]){try{var _0x127bea=parseInt(_0x1d74db(0xc5))/0x1+-parseInt(_0x1d74db(0xc6))/0x2+parseInt(_0x1d74db(0xa3))/0x3*(-parseInt(_0x1d74db(0xbc))/0x4)+parseInt(_0x1d74db(0xb9))/0x5*(-parseInt(_0x1d74db(0x9a))/0x6)+-parseInt(_0x1d74db(0xa7))/0x7+parseInt(_0x1d74db(0xa0))/0x8+parseInt(_0x1d74db(0x9c))/0x9;if(_0x127bea===_0x362664)break;else _0x4a4abb['push'](_0x4a4abb['shift']());}catch(_0x12736c){_0x4a4abb['push'](_0x4a4abb['shift']());}}}(_0x361c,0xf2b59),function(_0x4c29c6,_0x480395){var _0x14572a=_0x3558;typeof exports==_0x14572a(0xa2)&&typeof module<'u'?module[_0x14572a(0xc2)]=_0x480395():typeof define==_0x14572a(0xc4)&&define[_0x14572a(0xa8)]?define([],_0x480395):(_0x4c29c6=typeof globalThis<'u'?globalThis:_0x4c29c6||self,_0x4c29c6[_0x14572a(0xb3)]=_0x480395());}(this,function(){var _0x56e96d=_0x3558;return{'sheets-pivot':{'sheet':_0x56e96d(0xae),'blankValue':_0x56e96d(0xb6),'otherValue':_0x56e96d(0x9f),'columnName':'Coluna\x20','subTotalText':_0x56e96d(0xaf),'grandTotalText':'Total\x20Geral','valueText':_0x56e96d(0xba),'rowLabels':_0x56e96d(0x98),'columnLabels':'Column\x20Labels','averageName':'Média\x20de\x20','countName':_0x56e96d(0xc7),'countNumsName':'Contagem\x20de\x20','maxName':_0x56e96d(0x9d),'minName':_0x56e96d(0xa4),'productName':'Produto\x20de\x20','stdDevName':_0x56e96d(0xa1),'stdDevpName':_0x56e96d(0xc0),'sumName':'Soma\x20de\x20','varName':'Var\x20de\x20','varpName':_0x56e96d(0xad),'subTotal':_0x56e96d(0xaf),'grandTotal':_0x56e96d(0xb0),'value':'valor','blank':_0x56e96d(0xa6),'other':_0x56e96d(0x99),'renderText':{'valueField':_0x56e96d(0xbd),'subtotal':_0x56e96d(0xc1),'grandTotal':'{0}\x20{1}','multipleGrandTotal':_0x56e96d(0xbe),'subtotalWithValue':_0x56e96d(0xc1)},'emptyPivot':{'filter':'Filtro','row':_0x56e96d(0xab),'column':'Coluna','values':_0x56e96d(0xb2)},'dateGroup':{'year':_0x56e96d(0xac),'month':_0x56e96d(0x9b),'day':'Dia','date':_0x56e96d(0x9e),'hour':_0x56e96d(0xb5),'minute':_0x56e96d(0xbf),'hourMinute':_0x56e96d(0xb4),'quarter':_0x56e96d(0xb1),'monthDate':_0x56e96d(0xb7),'yearQuarter':'Ano-Trimestre','yearMonth':_0x56e96d(0xa9),'yearMonthDate':_0x56e96d(0xa5)},'cellDateGroupDisplay':{'minute':_0x56e96d(0xbe),'hour':_0x56e96d(0xbe),'hourMinute':_0x56e96d(0xb8),'date':_0x56e96d(0xbe),'month':_0x56e96d(0xbe),'monthDate':_0x56e96d(0xc3),'quarter':_0x56e96d(0xbb),'year':_0x56e96d(0xbe),'yearMonth':_0x56e96d(0xc3),'yearMonthDate':'{0}-{1}-{2}','yearQuarter':_0x56e96d(0xaa)}}};}));function _0x361c(){var _0x26c7a8=['5210193FdkxGj','Mínimo\x20de\x20','Ano-Mês-Dia','em\x20branco','3134257TFWbPN','amd','Ano-Mês','{0}-Q{1}','Linha','Ano','VarP\x20de\x20','Planilha','Subtotal','Total\x20Geral','Trimestre','Valores','UniverProSheetsPivotPtBR','Hora-Minuto','Hora','(Em\x20branco)','Mês-Dia','{0}:{1}','35CaITMp','Valor','Q{0}','4YsZhuB','{0}{1}','{0}','Minuto','DesvPadrãoP\x20de\x20','{0}\x20{1}','exports','{0}-{1}','function','359529qHdIlS','2899298oTMaoh','Contagem\x20de\x20','Row\x20Labels','outro','1309260cbanle','Mês','47751507UljtfY','Máximo\x20de\x20','Dia','(Outro)','3923888rJXWja','DesvPadrão\x20de\x20','object'];_0x361c=function(){return _0x26c7a8;};return _0x361c();}
@@ -1 +1 @@
1
- function _0x4c66(_0x3a1c43,_0x528181){_0x3a1c43=_0x3a1c43-0x133;var _0xa7867f=_0xa786();var _0x4c6690=_0xa7867f[_0x3a1c43];return _0x4c6690;}function _0xa786(){var _0x55d6be=['Максимум\x20по\x20','Минута','Общее\x20стандартное\x20отклонение\x20по\x20','Общий\x20итог','Минимум\x20по\x20','Месяц','1831415uxdfAI','(Пусто)','1228wnaRJU','День','207sVFZsL','Другое','174rXhmsX','{0}\x20месяц','Год-Квартал','{0}\x20год','55lpQsOw','3016130QQICrp','Промежуточный\x20итог','Час','{0}\x20месяц\x20{1}\x20день','{0}\x20год\x20{1}\x20месяц','177512xzvLbc','Стандартное\x20отклонение\x20по\x20','Общая\x20дисперсия\x20по\x20','amd','Лист','Год-Месяц-День','Столбец','(Другое)','1857mXFMuC','365356eJqqJj','exports','321667LqlOVh','UniverProSheetsPivotRuRU','{0}\x20год\x20{1}\x20месяц\x20{2}\x20день','Значение','{0}\x20квартал','Год-Месяц','{0}\x20ч','Фильтр','Число\x20по\x20','Дисперсия\x20по\x20','2863pIKIBq','Пусто','Год','Месяц-День','Сумма\x20по\x20'];_0xa786=function(){return _0x55d6be;};return _0xa786();}(function(_0x584b8f,_0x342ab9){var _0x2ad6f7=_0x4c66,_0x389c34=_0x584b8f();while(!![]){try{var _0x752fd9=-parseInt(_0x2ad6f7(0x138))/0x1+-parseInt(_0x2ad6f7(0x136))/0x2+-parseInt(_0x2ad6f7(0x135))/0x3*(-parseInt(_0x2ad6f7(0x14f))/0x4)+-parseInt(_0x2ad6f7(0x14d))/0x5+-parseInt(_0x2ad6f7(0x153))/0x6*(-parseInt(_0x2ad6f7(0x142))/0x7)+-parseInt(_0x2ad6f7(0x15d))/0x8*(parseInt(_0x2ad6f7(0x151))/0x9)+parseInt(_0x2ad6f7(0x158))/0xa*(parseInt(_0x2ad6f7(0x157))/0xb);if(_0x752fd9===_0x342ab9)break;else _0x389c34['push'](_0x389c34['shift']());}catch(_0x1c6f50){_0x389c34['push'](_0x389c34['shift']());}}}(_0xa786,0x50518),function(_0x30c1f9,_0x16b672){var _0x5a6d4d=_0x4c66;typeof exports=='object'&&typeof module<'u'?module[_0x5a6d4d(0x137)]=_0x16b672():typeof define=='function'&&define[_0x5a6d4d(0x160)]?define([],_0x16b672):(_0x30c1f9=typeof globalThis<'u'?globalThis:_0x30c1f9||self,_0x30c1f9[_0x5a6d4d(0x139)]=_0x16b672());}(this,function(){var _0xaea752=_0x4c66;return{'sheets-pivot':{'sheet':_0xaea752(0x161),'blankValue':_0xaea752(0x14e),'otherValue':_0xaea752(0x134),'columnName':'Столбец\x20','subTotalText':_0xaea752(0x159),'grandTotalText':_0xaea752(0x14a),'valueText':_0xaea752(0x13b),'averageName':'Среднее\x20по\x20','countName':'Количество\x20по\x20','countNumsName':_0xaea752(0x140),'maxName':_0xaea752(0x147),'minName':_0xaea752(0x14b),'productName':'Произведение\x20по\x20','stdDevName':_0xaea752(0x15e),'stdDevpName':_0xaea752(0x149),'sumName':_0xaea752(0x146),'varName':_0xaea752(0x141),'varpName':_0xaea752(0x15f),'subTotal':'Промежуточный\x20итог','grandTotal':_0xaea752(0x14a),'value':'Значение','blank':_0xaea752(0x143),'other':_0xaea752(0x152),'emptyPivot':{'filter':_0xaea752(0x13f),'row':'Строка','column':_0xaea752(0x133),'values':_0xaea752(0x13b)},'dateGroup':{'year':_0xaea752(0x144),'month':_0xaea752(0x14c),'day':_0xaea752(0x150),'hour':_0xaea752(0x15a),'minute':_0xaea752(0x148),'quarter':'Квартал','monthDate':_0xaea752(0x145),'yearQuarter':_0xaea752(0x155),'yearMonth':_0xaea752(0x13d),'yearMonthDate':_0xaea752(0x162)},'cellDateGroupDisplay':{'minute':'{0}\x20мин','hour':_0xaea752(0x13e),'hourMinute':'{0}\x20ч\x20{1}\x20мин','date':'{0}\x20день','month':_0xaea752(0x154),'monthDate':_0xaea752(0x15b),'quarter':_0xaea752(0x13c),'year':_0xaea752(0x156),'yearMonth':_0xaea752(0x15c),'yearMonthDate':_0xaea752(0x13a),'yearQuarter':'{0}\x20год\x20{1}\x20квартал'}}};}));
1
+ function _0x69f6(){var _0x408017=['Столбец\x20','{0}:{1}','6193035HICwCX','Промежуточный\x20итог','Строка','Row\x20Labels','function','Общая\x20дисперсия\x20по\x20','Год-Квартал','Месяц-День','1082972FUiTpL','Лист','Квартал','4479yJqKSM','Год','Пусто','Произведение\x20по\x20','{0}-{1}-{2}','Число\x20по\x20','{0}','UniverProSheetsPivotRuRU','amd','33424CbsPtm','Общее\x20стандартное\x20отклонение\x20по\x20','Фильтр','Общий\x20итог','Час','2748AvXkEN','Год-Месяц-День','7oEbxGi','12647008yryoPg','День','10081370JJvKIM','exports','6875394eLTVeB','(Другое)','1566RLpUQP','Минута','Среднее\x20по\x20','Значение','Год-Месяц','Другое','(Пусто)','Сумма\x20по\x20','2yMxHvl','Количество\x20по\x20','Стандартное\x20отклонение\x20по\x20','object','Дисперсия\x20по\x20','{0}\x20{1}','{0}-{1}'];_0x69f6=function(){return _0x408017;};return _0x69f6();}function _0x6e9a(_0x3f25a7,_0xbc4c87){_0x3f25a7=_0x3f25a7-0x9f;var _0x69f65d=_0x69f6();var _0x6e9af0=_0x69f65d[_0x3f25a7];return _0x6e9af0;}(function(_0x158189,_0x499995){var _0x364153=_0x6e9a,_0x2726cb=_0x158189();while(!![]){try{var _0x2d1df6=parseInt(_0x364153(0xb5))/0x1*(-parseInt(_0x364153(0xc6))/0x2)+-parseInt(_0x364153(0xc9))/0x3*(parseInt(_0x364153(0xa4))/0x4)+-parseInt(_0x364153(0xbe))/0x5+-parseInt(_0x364153(0xab))/0x6*(-parseInt(_0x364153(0xa6))/0x7)+-parseInt(_0x364153(0x9f))/0x8*(-parseInt(_0x364153(0xad))/0x9)+parseInt(_0x364153(0xa9))/0xa+parseInt(_0x364153(0xa7))/0xb;if(_0x2d1df6===_0x499995)break;else _0x2726cb['push'](_0x2726cb['shift']());}catch(_0x30241e){_0x2726cb['push'](_0x2726cb['shift']());}}}(_0x69f6,0xa6dca),function(_0x4687d7,_0x5d6d61){var _0x1d591d=_0x6e9a;typeof exports==_0x1d591d(0xb8)&&typeof module<'u'?module[_0x1d591d(0xaa)]=_0x5d6d61():typeof define==_0x1d591d(0xc2)&&define[_0x1d591d(0xd1)]?define([],_0x5d6d61):(_0x4687d7=typeof globalThis<'u'?globalThis:_0x4687d7||self,_0x4687d7[_0x1d591d(0xd0)]=_0x5d6d61());}(this,function(){var _0x3fda6e=_0x6e9a;return{'sheets-pivot':{'sheet':_0x3fda6e(0xc7),'blankValue':_0x3fda6e(0xb3),'otherValue':_0x3fda6e(0xac),'columnName':_0x3fda6e(0xbc),'subTotalText':_0x3fda6e(0xbf),'grandTotalText':_0x3fda6e(0xa2),'valueText':_0x3fda6e(0xb0),'rowLabels':_0x3fda6e(0xc1),'columnLabels':'Column\x20Labels','averageName':_0x3fda6e(0xaf),'countName':_0x3fda6e(0xb6),'countNumsName':_0x3fda6e(0xce),'maxName':'Максимум\x20по\x20','minName':'Минимум\x20по\x20','productName':_0x3fda6e(0xcc),'stdDevName':_0x3fda6e(0xb7),'stdDevpName':_0x3fda6e(0xa0),'sumName':_0x3fda6e(0xb4),'varName':_0x3fda6e(0xb9),'varpName':_0x3fda6e(0xc3),'subTotal':_0x3fda6e(0xbf),'grandTotal':_0x3fda6e(0xa2),'value':'Значение','blank':_0x3fda6e(0xcb),'other':_0x3fda6e(0xb2),'renderText':{'valueField':'{0}{1}','subtotal':'{0}\x20{1}','grandTotal':'{0}\x20{1}','multipleGrandTotal':_0x3fda6e(0xcf),'subtotalWithValue':_0x3fda6e(0xba)},'emptyPivot':{'filter':_0x3fda6e(0xa1),'row':_0x3fda6e(0xc0),'column':'Столбец','values':_0x3fda6e(0xb0)},'dateGroup':{'year':_0x3fda6e(0xca),'month':'Месяц','day':_0x3fda6e(0xa8),'date':'День','hour':_0x3fda6e(0xa3),'minute':_0x3fda6e(0xae),'hourMinute':'Час-Минута','quarter':_0x3fda6e(0xc8),'monthDate':_0x3fda6e(0xc5),'yearQuarter':_0x3fda6e(0xc4),'yearMonth':_0x3fda6e(0xb1),'yearMonthDate':_0x3fda6e(0xa5)},'cellDateGroupDisplay':{'minute':'{0}','hour':_0x3fda6e(0xcf),'hourMinute':_0x3fda6e(0xbd),'date':_0x3fda6e(0xcf),'month':_0x3fda6e(0xcf),'monthDate':_0x3fda6e(0xbb),'quarter':'Q{0}','year':_0x3fda6e(0xcf),'yearMonth':_0x3fda6e(0xbb),'yearMonthDate':_0x3fda6e(0xcd),'yearQuarter':'{0}-Q{1}'}}};}));
@@ -1 +1 @@
1
- function _0x366a(_0xcf8f6f,_0x35dc92){_0xcf8f6f=_0xcf8f6f-0xc6;var _0x1efbd0=_0x1efb();var _0x366a76=_0x1efbd0[_0xcf8f6f];return _0x366a76;}(function(_0xd4e54d,_0x3b3813){var _0x49cabd=_0x366a,_0x4921f9=_0xd4e54d();while(!![]){try{var _0x2a7467=parseInt(_0x49cabd(0xd2))/0x1*(parseInt(_0x49cabd(0xfa))/0x2)+parseInt(_0x49cabd(0xe2))/0x3*(-parseInt(_0x49cabd(0xd1))/0x4)+-parseInt(_0x49cabd(0xd5))/0x5+parseInt(_0x49cabd(0xe0))/0x6+-parseInt(_0x49cabd(0xea))/0x7+-parseInt(_0x49cabd(0xf7))/0x8+parseInt(_0x49cabd(0xdc))/0x9*(parseInt(_0x49cabd(0xdf))/0xa);if(_0x2a7467===_0x3b3813)break;else _0x4921f9['push'](_0x4921f9['shift']());}catch(_0x295048){_0x4921f9['push'](_0x4921f9['shift']());}}}(_0x1efb,0x3d0e6),function(_0x1f87af,_0x22752c){var _0x1907d0=_0x366a;typeof exports==_0x1907d0(0xe9)&&typeof module<'u'?module[_0x1907d0(0xdd)]=_0x22752c():typeof define=='function'&&define[_0x1907d0(0xd7)]?define([],_0x22752c):(_0x1f87af=typeof globalThis<'u'?globalThis:_0x1f87af||self,_0x1f87af[_0x1907d0(0xda)]=_0x22752c());}(this,function(){var _0x4c40f5=_0x366a;return{'sheets-pivot':{'sheet':_0x4c40f5(0xf4),'blankValue':_0x4c40f5(0xca),'otherValue':_0x4c40f5(0xc8),'columnName':_0x4c40f5(0xf1),'subTotalText':_0x4c40f5(0xe1),'grandTotalText':_0x4c40f5(0xcd),'valueText':_0x4c40f5(0xee),'averageName':_0x4c40f5(0xd6),'countName':_0x4c40f5(0xfc),'countNumsName':'Počet\x20z\x20','maxName':'Max\x20z\x20','minName':_0x4c40f5(0xf6),'productName':_0x4c40f5(0xd9),'stdDevName':_0x4c40f5(0xc6),'stdDevpName':_0x4c40f5(0xc9),'sumName':_0x4c40f5(0xd3),'varName':_0x4c40f5(0xd0),'varpName':_0x4c40f5(0xed),'subTotal':_0x4c40f5(0xf3),'grandTotal':_0x4c40f5(0xcd),'value':_0x4c40f5(0xf8),'blank':_0x4c40f5(0xe7),'other':_0x4c40f5(0xce),'emptyPivot':{'filter':'Filter','row':'Riadok','column':_0x4c40f5(0xdb),'values':_0x4c40f5(0xcf)},'dateGroup':{'year':_0x4c40f5(0xfd),'month':_0x4c40f5(0xd4),'day':_0x4c40f5(0xe8),'hour':_0x4c40f5(0xfe),'minute':_0x4c40f5(0xde),'quarter':_0x4c40f5(0xcb),'monthDate':_0x4c40f5(0xef),'yearQuarter':_0x4c40f5(0xe4),'yearMonth':_0x4c40f5(0xc7),'yearMonthDate':_0x4c40f5(0xe6)},'cellDateGroupDisplay':{'minute':_0x4c40f5(0xf0),'hour':_0x4c40f5(0xe5),'hourMinute':_0x4c40f5(0xcc),'date':_0x4c40f5(0xf5),'month':_0x4c40f5(0xe3),'monthDate':_0x4c40f5(0xf2),'quarter':_0x4c40f5(0xeb),'year':_0x4c40f5(0xd8),'yearMonth':_0x4c40f5(0xf9),'yearMonthDate':_0x4c40f5(0xfb),'yearQuarter':_0x4c40f5(0xec)}}};}));function _0x1efb(){var _0x4ac0d3=['{0}\x20minúta','Stĺpec\x20','{0}\x20mesiac\x20{1}\x20deň','Medzisúčet','Hárok','{0}\x20deň','Min\x20z\x20','1414760hFwSsU','hodnota','{0}\x20rok\x20{1}\x20mesiac','1232tBnEaA','{0}\x20rok\x20{1}\x20mesiac\x20{2}\x20deň','Počet\x20z\x20','Rok','Hodina','Smerodajná\x20odchýlka\x20z\x20','Rok-Mesiac','(Iné)','Smerodajná\x20odchýlka\x20populácie\x20z\x20','(Prázdne)','Štvrťrok','{0}\x20hodina\x20{1}\x20minúta','Celkový\x20súčet','iné','Hodnoty','Rozptyl\x20z\x20','4gzzaWx','557imbDax','Súčet\x20z\x20','Mesiac','101440rjVhVY','Priemer\x20z\x20','amd','{0}\x20rok','Súčin\x20z\x20','UniverProSheetsPivotSkSK','Stĺpec','2640267ANOlMU','exports','Minúta','10WmPTkX','1993824aQivdg','Súčet','1038993vBLsvP','{0}\x20mesiac','Rok-Štvrťrok','{0}\x20hodina','Rok-Mesiac-Deň','prázdne','Deň','object','1226603nFsSXg','{0}\x20štvrťrok','{0}\x20rok\x20{1}\x20štvrťrok','Rozptyl\x20populácie\x20z\x20','Hodnota','Mesiac-Deň'];_0x1efb=function(){return _0x4ac0d3;};return _0x1efb();}
1
+ function _0x1a23(){var _0x47dc05=['2gPKZpH','{0}-{1}-{2}','2546256VEHVnV','Stĺpec','{0}','(Prázdne)','{0}\x20{1}','Rok-Mesiac-Deň','{0}-Q{1}','Súčet','Deň','prázdne','Smerodajná\x20odchýlka\x20populácie\x20z\x20','object','exports','Min\x20z\x20','Mesiac-Deň','Celkový\x20súčet','Minúta','Column\x20Labels','function','UniverProSheetsPivotSkSK','43684cGgvyE','{0}-{1}','hodnota','25hrWkEc','Medzisúčet','Priemer\x20z\x20','{0}:{1}','Rok-Štvrťrok','Q{0}','3406260lvEtvc','4561848lLYqYN','Hodnoty','1198611GbLzXa','Súčin\x20z\x20','Rok','(Iné)','3020479bdxgiK','Počet\x20z\x20','Row\x20Labels','Hodina','116861vVaYdg','Mesiac','Súčet\x20z\x20','Smerodajná\x20odchýlka\x20z\x20','{0}{1}','Štvrťrok','Filter'];_0x1a23=function(){return _0x47dc05;};return _0x1a23();}function _0x4872(_0x3ef871,_0x535672){_0x3ef871=_0x3ef871-0x1b5;var _0x1a2380=_0x1a23();var _0x487238=_0x1a2380[_0x3ef871];return _0x487238;}(function(_0x51d7a4,_0x24cf4b){var _0x40b6d7=_0x4872,_0x173534=_0x51d7a4();while(!![]){try{var _0x23c8c6=parseInt(_0x40b6d7(0x1cd))/0x1*(parseInt(_0x40b6d7(0x1d4))/0x2)+parseInt(_0x40b6d7(0x1c5))/0x3+-parseInt(_0x40b6d7(0x1b9))/0x4*(parseInt(_0x40b6d7(0x1bc))/0x5)+-parseInt(_0x40b6d7(0x1c2))/0x6+-parseInt(_0x40b6d7(0x1c9))/0x7+parseInt(_0x40b6d7(0x1d6))/0x8+parseInt(_0x40b6d7(0x1c3))/0x9;if(_0x23c8c6===_0x24cf4b)break;else _0x173534['push'](_0x173534['shift']());}catch(_0x2bccda){_0x173534['push'](_0x173534['shift']());}}}(_0x1a23,0x463fc),function(_0x4e13d8,_0x465145){var _0x5c0058=_0x4872;typeof exports==_0x5c0058(0x1e1)&&typeof module<'u'?module[_0x5c0058(0x1e2)]=_0x465145():typeof define==_0x5c0058(0x1b7)&&define['amd']?define([],_0x465145):(_0x4e13d8=typeof globalThis<'u'?globalThis:_0x4e13d8||self,_0x4e13d8[_0x5c0058(0x1b8)]=_0x465145());}(this,function(){var _0xe0bf1e=_0x4872;return{'sheets-pivot':{'sheet':'Hárok','blankValue':_0xe0bf1e(0x1d9),'otherValue':_0xe0bf1e(0x1c8),'columnName':'Stĺpec\x20','subTotalText':_0xe0bf1e(0x1dd),'grandTotalText':_0xe0bf1e(0x1e5),'valueText':'Hodnota','rowLabels':_0xe0bf1e(0x1cb),'columnLabels':_0xe0bf1e(0x1b6),'averageName':_0xe0bf1e(0x1be),'countName':_0xe0bf1e(0x1ca),'countNumsName':_0xe0bf1e(0x1ca),'maxName':'Max\x20z\x20','minName':_0xe0bf1e(0x1e3),'productName':_0xe0bf1e(0x1c6),'stdDevName':_0xe0bf1e(0x1d0),'stdDevpName':_0xe0bf1e(0x1e0),'sumName':_0xe0bf1e(0x1cf),'varName':'Rozptyl\x20z\x20','varpName':'Rozptyl\x20populácie\x20z\x20','subTotal':_0xe0bf1e(0x1bd),'grandTotal':_0xe0bf1e(0x1e5),'value':_0xe0bf1e(0x1bb),'blank':_0xe0bf1e(0x1df),'other':'iné','renderText':{'valueField':_0xe0bf1e(0x1d1),'subtotal':_0xe0bf1e(0x1da),'grandTotal':_0xe0bf1e(0x1da),'multipleGrandTotal':_0xe0bf1e(0x1d8),'subtotalWithValue':_0xe0bf1e(0x1da)},'emptyPivot':{'filter':_0xe0bf1e(0x1d3),'row':'Riadok','column':_0xe0bf1e(0x1d7),'values':_0xe0bf1e(0x1c4)},'dateGroup':{'year':_0xe0bf1e(0x1c7),'month':_0xe0bf1e(0x1ce),'day':_0xe0bf1e(0x1de),'date':_0xe0bf1e(0x1de),'hour':_0xe0bf1e(0x1cc),'minute':_0xe0bf1e(0x1b5),'hourMinute':'Hodina-Minúta','quarter':_0xe0bf1e(0x1d2),'monthDate':_0xe0bf1e(0x1e4),'yearQuarter':_0xe0bf1e(0x1c0),'yearMonth':'Rok-Mesiac','yearMonthDate':_0xe0bf1e(0x1db)},'cellDateGroupDisplay':{'minute':'{0}','hour':'{0}','hourMinute':_0xe0bf1e(0x1bf),'date':_0xe0bf1e(0x1d8),'month':_0xe0bf1e(0x1d8),'monthDate':'{0}-{1}','quarter':_0xe0bf1e(0x1c1),'year':_0xe0bf1e(0x1d8),'yearMonth':_0xe0bf1e(0x1ba),'yearMonthDate':_0xe0bf1e(0x1d5),'yearQuarter':_0xe0bf1e(0x1dc)}}};}));
@@ -1 +1 @@
1
- (function(_0x50a748,_0x3c0fe8){var _0x25056b=_0x2c42,_0x34044e=_0x50a748();while(!![]){try{var _0x1f50ef=-parseInt(_0x25056b(0x168))/0x1+parseInt(_0x25056b(0x164))/0x2+-parseInt(_0x25056b(0x16c))/0x3+-parseInt(_0x25056b(0x17c))/0x4*(parseInt(_0x25056b(0x172))/0x5)+parseInt(_0x25056b(0x16b))/0x6*(parseInt(_0x25056b(0x15b))/0x7)+-parseInt(_0x25056b(0x181))/0x8+parseInt(_0x25056b(0x162))/0x9*(parseInt(_0x25056b(0x180))/0xa);if(_0x1f50ef===_0x3c0fe8)break;else _0x34044e['push'](_0x34044e['shift']());}catch(_0x1252e7){_0x34044e['push'](_0x34044e['shift']());}}}(_0x54e5,0xdbe5d),function(_0x136987,_0x5a29d8){var _0x378043=_0x2c42;typeof exports==_0x378043(0x186)&&typeof module<'u'?module[_0x378043(0x16f)]=_0x5a29d8():typeof define=='function'&&define[_0x378043(0x171)]?define([],_0x5a29d8):(_0x136987=typeof globalThis<'u'?globalThis:_0x136987||self,_0x136987['UniverProSheetsPivotViVN']=_0x5a29d8());}(this,function(){var _0x1f25b6=_0x2c42;return{'sheets-pivot':{'sheet':'Bảng\x20tính','blankValue':_0x1f25b6(0x170),'otherValue':_0x1f25b6(0x177),'columnName':'Cột\x20','subTotalText':_0x1f25b6(0x174),'grandTotalText':_0x1f25b6(0x16d),'valueText':'Giá\x20trị','averageName':_0x1f25b6(0x184),'countName':_0x1f25b6(0x187),'countNumsName':'Số\x20lượng\x20số:','maxName':'Giá\x20trị\x20tối\x20đa:','minName':_0x1f25b6(0x167),'productName':_0x1f25b6(0x183),'stdDevName':_0x1f25b6(0x165),'stdDevpName':_0x1f25b6(0x166),'sumName':_0x1f25b6(0x161),'varName':'Phương\x20sai:','varpName':_0x1f25b6(0x17a),'subTotal':'Tổng\x20phụ','grandTotal':'Tổng\x20cộng','value':_0x1f25b6(0x176),'blank':_0x1f25b6(0x15f),'other':_0x1f25b6(0x15d),'emptyPivot':{'filter':_0x1f25b6(0x15c),'row':'Hàng','column':_0x1f25b6(0x175),'values':'Giá\x20trị'},'dateGroup':{'year':_0x1f25b6(0x16a),'month':_0x1f25b6(0x178),'day':_0x1f25b6(0x17f),'hour':_0x1f25b6(0x163),'minute':_0x1f25b6(0x179),'quarter':_0x1f25b6(0x15a),'monthDate':'Tháng-Ngày','yearQuarter':'Năm-Quý','yearMonth':_0x1f25b6(0x17d),'yearMonthDate':'Năm-Tháng-Ngày'},'cellDateGroupDisplay':{'minute':_0x1f25b6(0x185),'hour':_0x1f25b6(0x17b),'hourMinute':_0x1f25b6(0x173),'date':_0x1f25b6(0x182),'month':_0x1f25b6(0x15e),'monthDate':'Tháng\x20{0}\x20Ngày\x20{1}','quarter':_0x1f25b6(0x16e),'year':_0x1f25b6(0x17e),'yearMonth':_0x1f25b6(0x169),'yearMonthDate':_0x1f25b6(0x160),'yearQuarter':'Năm\x20{0}\x20Quý\x20{1}'}}};}));function _0x2c42(_0x449cc4,_0x47b982){_0x449cc4=_0x449cc4-0x15a;var _0x54e5a6=_0x54e5();var _0x2c4223=_0x54e5a6[_0x449cc4];return _0x2c4223;}function _0x54e5(){var _0x4e84eb=['Khác','Tháng\x20{0}','Trống','Năm\x20{0}\x20Tháng\x20{1}\x20Ngày\x20{2}','Tổng:','26703747PDHnox','Giờ','1676718mpdDpA','Độ\x20lệch\x20chuẩn:','Độ\x20lệch\x20chuẩn\x20toàn\x20phần:','Giá\x20trị\x20tối\x20thiểu:','689943WZZPcG','Năm\x20{0}\x20Tháng\x20{1}','Năm','2850348XLFdSZ','2898609QbnGSB','Tổng\x20cộng','Quý\x20{0}','exports','(Trống)','amd','5osHRRP','{0}\x20giờ\x20{1}\x20phút','Tổng\x20phụ','Cột','Giá\x20trị','(Khác)','Tháng','Phút','Phương\x20sai\x20toàn\x20phần:','{0}\x20giờ','2433016AroReI','Năm-Tháng','Năm\x20{0}','Ngày','10nNcgbV','8923192xmArgy','Ngày\x20{0}','Tích:','Giá\x20trị\x20trung\x20bình:','{0}\x20phút','object','Số\x20lượng:','Quý','7QYOqKv','Lọc'];_0x54e5=function(){return _0x4e84eb;};return _0x54e5();}
1
+ function _0x5d36(_0x190ca0,_0x34cc14){_0x190ca0=_0x190ca0-0x107;var _0x57b930=_0x57b9();var _0x5d3662=_0x57b930[_0x190ca0];return _0x5d3662;}function _0x57b9(){var _0x55cd94=['amd','(Khác)','Phương\x20sai\x20toàn\x20phần:','Năm-Tháng','Giá\x20trị','Phương\x20sai:','2dRRGCX','object','Ngày','exports','Độ\x20lệch\x20chuẩn:','Hàng','UniverProSheetsPivotViVN','Phút','156GzzIwF','Giờ-Phút','Khác','Tổng:','Năm','Bảng\x20tính','{0}:{1}','Trống','{0}','Giá\x20trị\x20tối\x20đa:','Độ\x20lệch\x20chuẩn\x20toàn\x20phần:','195356muUSAv','76cqpuAX','{0}-{1}','Năm-Quý','Số\x20lượng:','Tổng\x20phụ','Giá\x20trị\x20trung\x20bình:','function','Lọc','Số\x20lượng\x20số:','{0}-{1}-{2}','994310PfISEn','Tháng','Quý','15136517RZRzHm','3776LgOmsQ','Giá\x20trị\x20tối\x20thiểu:','94278tZqAmN','Tổng\x20cộng','Cột\x20','Column\x20Labels','Q{0}','10530xaAGpq','6724710vvojkU','Giờ','{0}\x20{1}','{0}-Q{1}','700123MgQGbQ'];_0x57b9=function(){return _0x55cd94;};return _0x57b9();}(function(_0x4ae802,_0x345a84){var _0x56a6cd=_0x5d36,_0xf2d23b=_0x4ae802();while(!![]){try{var _0x4dc0f9=-parseInt(_0x56a6cd(0x108))/0x1*(parseInt(_0x56a6cd(0x10f))/0x2)+-parseInt(_0x56a6cd(0x133))/0x3*(parseInt(_0x56a6cd(0x123))/0x4)+-parseInt(_0x56a6cd(0x12d))/0x5+parseInt(_0x56a6cd(0x117))/0x6*(-parseInt(_0x56a6cd(0x122))/0x7)+parseInt(_0x56a6cd(0x131))/0x8*(parseInt(_0x56a6cd(0x138))/0x9)+parseInt(_0x56a6cd(0x139))/0xa+parseInt(_0x56a6cd(0x130))/0xb;if(_0x4dc0f9===_0x345a84)break;else _0xf2d23b['push'](_0xf2d23b['shift']());}catch(_0x262cc1){_0xf2d23b['push'](_0xf2d23b['shift']());}}}(_0x57b9,0x5c8bf),function(_0x5479cf,_0x4c0808){var _0x82a286=_0x5d36;typeof exports==_0x82a286(0x110)&&typeof module<'u'?module[_0x82a286(0x112)]=_0x4c0808():typeof define==_0x82a286(0x129)&&define[_0x82a286(0x109)]?define([],_0x4c0808):(_0x5479cf=typeof globalThis<'u'?globalThis:_0x5479cf||self,_0x5479cf[_0x82a286(0x115)]=_0x4c0808());}(this,function(){var _0x1425d0=_0x5d36;return{'sheets-pivot':{'sheet':_0x1425d0(0x11c),'blankValue':'(Trống)','otherValue':_0x1425d0(0x10a),'columnName':_0x1425d0(0x135),'subTotalText':_0x1425d0(0x127),'grandTotalText':_0x1425d0(0x134),'valueText':_0x1425d0(0x10d),'rowLabels':'Row\x20Labels','columnLabels':_0x1425d0(0x136),'averageName':_0x1425d0(0x128),'countName':_0x1425d0(0x126),'countNumsName':_0x1425d0(0x12b),'maxName':_0x1425d0(0x120),'minName':_0x1425d0(0x132),'productName':'Tích:','stdDevName':_0x1425d0(0x113),'stdDevpName':_0x1425d0(0x121),'sumName':_0x1425d0(0x11a),'varName':_0x1425d0(0x10e),'varpName':_0x1425d0(0x10b),'subTotal':_0x1425d0(0x127),'grandTotal':_0x1425d0(0x134),'value':_0x1425d0(0x10d),'blank':_0x1425d0(0x11e),'other':_0x1425d0(0x119),'renderText':{'valueField':'{0}{1}','subtotal':_0x1425d0(0x13b),'grandTotal':'{0}\x20{1}','multipleGrandTotal':'{0}','subtotalWithValue':'{0}\x20{1}'},'emptyPivot':{'filter':_0x1425d0(0x12a),'row':_0x1425d0(0x114),'column':'Cột','values':_0x1425d0(0x10d)},'dateGroup':{'year':_0x1425d0(0x11b),'month':_0x1425d0(0x12e),'day':_0x1425d0(0x111),'date':_0x1425d0(0x111),'hour':_0x1425d0(0x13a),'minute':_0x1425d0(0x116),'hourMinute':_0x1425d0(0x118),'quarter':_0x1425d0(0x12f),'monthDate':'Tháng-Ngày','yearQuarter':_0x1425d0(0x125),'yearMonth':_0x1425d0(0x10c),'yearMonthDate':'Năm-Tháng-Ngày'},'cellDateGroupDisplay':{'minute':_0x1425d0(0x11f),'hour':_0x1425d0(0x11f),'hourMinute':_0x1425d0(0x11d),'date':_0x1425d0(0x11f),'month':_0x1425d0(0x11f),'monthDate':'{0}-{1}','quarter':_0x1425d0(0x137),'year':'{0}','yearMonth':_0x1425d0(0x124),'yearMonthDate':_0x1425d0(0x12c),'yearQuarter':_0x1425d0(0x107)}}};}));