@univerjs-pro/sheets-pivot 0.25.1 → 1.0.0-alpha.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
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 +15 -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 _0x2996(_0x182057,_0x3649ed){_0x182057=_0x182057-0xa6;var _0xd27da=_0xd27d();var _0x299636=_0xd27da[_0x182057];return _0x299636;}function _0xd27d(){var _0xb0b5ea=['متوسط\x20','987ZLbuZf','القيم','ورقة','سنة-شهر','الانحراف\x20المعياري\x20لـ\x20','شهر','object','{0}\x20شهر','ساعة','2646534ACWPuV','الحد\x20الأقصى\x20لـ\x20','الانحراف\x20المعياري\x20للمجتمع\x20لـ\x20','14610FqJszS','تباين\x20المجتمع\x20لـ\x20','دقيقة','exports','{0}\x20ساعة\x20{1}\x20دقيقة','سنة-ربع','3669921qwbtoC','{0}\x20سنة\x20{1}\x20ربع','2211036oxtPmj','الإجمالي','يوم','إجمالي\x20فرعي','{0}\x20شهر\x20{1}\x20يوم','الحد\x20الأدنى\x20لـ\x20','{0}\x20سنة\x20{1}\x20شهر','عمود','10cJFfrc','{0}\x20سنة','{0}\x20دقيقة','796326vBNchQ','619832gacKLI','33jKcUlz','سنة-شهر-يوم','{0}\x20ربع','عدد\x20','القيمة','(آخر)','23016ODVQzy','تصفية','ربع','(فارغ)','شهر-يوم','10KRfcme','آخر','حاصل\x20ضرب\x20','فارغ','التباين\x20لـ\x20','سنة'];_0xd27d=function(){return _0xb0b5ea;};return _0xd27d();}(function(_0x17a1a4,_0x40b82c){var _0x383769=_0x2996,_0x58f125=_0x17a1a4();while(!![]){try{var _0x1651e9=parseInt(_0x383769(0xca))/0x1*(-parseInt(_0x383769(0xb5))/0x2)+parseInt(_0x383769(0xc8))/0x3+parseInt(_0x383769(0xc9))/0x4*(parseInt(_0x383769(0xc5))/0x5)+-parseInt(_0x383769(0xbd))/0x6+-parseInt(_0x383769(0xa9))/0x7*(parseInt(_0x383769(0xd0))/0x8)+parseInt(_0x383769(0xbb))/0x9+parseInt(_0x383769(0xd5))/0xa*(parseInt(_0x383769(0xb2))/0xb);if(_0x1651e9===_0x40b82c)break;else _0x58f125['push'](_0x58f125['shift']());}catch(_0x2995e7){_0x58f125['push'](_0x58f125['shift']());}}}(_0xd27d,0x32e6d),function(_0x4ffc06,_0xb424d5){var _0x148a4f=_0x2996;typeof exports==_0x148a4f(0xaf)&&typeof module<'u'?module[_0x148a4f(0xb8)]=_0xb424d5():typeof define=='function'&&define['amd']?define([],_0xb424d5):(_0x4ffc06=typeof globalThis<'u'?globalThis:_0x4ffc06||self,_0x4ffc06['UniverProSheetsPivotArSA']=_0xb424d5());}(this,function(){var _0x3d12a8=_0x2996;return{'sheets-pivot':{'sheet':_0x3d12a8(0xab),'blankValue':_0x3d12a8(0xd3),'otherValue':_0x3d12a8(0xcf),'columnName':'عمود\x20','subTotalText':_0x3d12a8(0xbe),'grandTotalText':'الإجمالي\x20الكلي','valueText':_0x3d12a8(0xce),'averageName':_0x3d12a8(0xa8),'countName':'عدد\x20','countNumsName':_0x3d12a8(0xcd),'maxName':_0x3d12a8(0xb3),'minName':_0x3d12a8(0xc2),'productName':_0x3d12a8(0xd7),'stdDevName':_0x3d12a8(0xad),'stdDevpName':_0x3d12a8(0xb4),'sumName':'مجموع\x20','varName':_0x3d12a8(0xa6),'varpName':_0x3d12a8(0xb6),'subTotal':_0x3d12a8(0xc0),'grandTotal':'الإجمالي\x20الكلي','value':'قيمة','blank':_0x3d12a8(0xd8),'other':_0x3d12a8(0xd6),'emptyPivot':{'filter':_0x3d12a8(0xd1),'row':'صف','column':_0x3d12a8(0xc4),'values':_0x3d12a8(0xaa)},'dateGroup':{'year':_0x3d12a8(0xa7),'month':_0x3d12a8(0xae),'day':_0x3d12a8(0xbf),'hour':_0x3d12a8(0xb1),'minute':_0x3d12a8(0xb7),'quarter':_0x3d12a8(0xd2),'monthDate':_0x3d12a8(0xd4),'yearQuarter':_0x3d12a8(0xba),'yearMonth':_0x3d12a8(0xac),'yearMonthDate':_0x3d12a8(0xcb)},'cellDateGroupDisplay':{'minute':_0x3d12a8(0xc7),'hour':'{0}\x20ساعة','hourMinute':_0x3d12a8(0xb9),'date':'{0}\x20يوم','month':_0x3d12a8(0xb0),'monthDate':_0x3d12a8(0xc1),'quarter':_0x3d12a8(0xcc),'year':_0x3d12a8(0xc6),'yearMonth':_0x3d12a8(0xc3),'yearMonthDate':'{0}\x20سنة\x20{1}\x20شهر\x20{2}\x20يوم','yearQuarter':_0x3d12a8(0xbc)}}};}));
1
+ function _0x4e51(){var _0x375524=['815412csGULN','8mrpkBq','function','سنة-ربع','سنة-شهر','التباين\x20من\x20','12qheDIO','exports','(آخر)','متوسط\x20من\x20','792IGYboN','{0}{1}','تسميات\x20الأعمدة','8170006unlHSy','الانحراف_المعياري\x20من\x20','تباين\x20المحتوى\x20من\x20','عدد\x20من\x20','UniverProSheetsPivotArSA','{0}-Q{1}','13420xErpgZ','آخر','سنة-شهر-يوم','{1}\x20{0}','214419lMLWvy','amd','105745TbhslP','7jDevfZ','الحد\x20الأقصى\x20من\x20','1739544BQnTEi','إجمالي\x20فرعي','عمود\x20','الصفوف','Q{0}','{0}-{1}-{2}','يوم','الإجمالي\x20الكلي','فارغ','{0}:{1}','{0}-{1}','object','ربع','الإجمالي','ساعة','قيمة','حاصل\x20الضرب\x20من\x20','78ywxBfd','{0}','الانحراف\x20المعياري\x20للمحتوى\x20من\x20','ورقة','5929470ToTtUa','2nHcLxv'];_0x4e51=function(){return _0x375524;};return _0x4e51();}function _0x3b1b(_0x39a7c4,_0x8995a8){_0x39a7c4=_0x39a7c4-0x16b;var _0x4e512f=_0x4e51();var _0x3b1b1a=_0x4e512f[_0x39a7c4];return _0x3b1b1a;}(function(_0x211ef5,_0x546b28){var _0x4d4c7b=_0x3b1b,_0x44b85e=_0x211ef5();while(!![]){try{var _0x29ddcf=-parseInt(_0x4d4c7b(0x173))/0x1*(-parseInt(_0x4d4c7b(0x174))/0x2)+-parseInt(_0x4d4c7b(0x18b))/0x3*(parseInt(_0x4d4c7b(0x175))/0x4)+parseInt(_0x4d4c7b(0x18d))/0x5*(parseInt(_0x4d4c7b(0x16e))/0x6)+parseInt(_0x4d4c7b(0x18e))/0x7*(-parseInt(_0x4d4c7b(0x190))/0x8)+parseInt(_0x4d4c7b(0x172))/0x9+-parseInt(_0x4d4c7b(0x187))/0xa*(parseInt(_0x4d4c7b(0x17e))/0xb)+parseInt(_0x4d4c7b(0x17a))/0xc*(-parseInt(_0x4d4c7b(0x181))/0xd);if(_0x29ddcf===_0x546b28)break;else _0x44b85e['push'](_0x44b85e['shift']());}catch(_0x28e7bf){_0x44b85e['push'](_0x44b85e['shift']());}}}(_0x4e51,0xa2098),function(_0x51b3cd,_0x42c08f){var _0x8d97bb=_0x3b1b;typeof exports==_0x8d97bb(0x19b)&&typeof module<'u'?module[_0x8d97bb(0x17b)]=_0x42c08f():typeof define==_0x8d97bb(0x176)&&define[_0x8d97bb(0x18c)]?define([],_0x42c08f):(_0x51b3cd=typeof globalThis<'u'?globalThis:_0x51b3cd||self,_0x51b3cd[_0x8d97bb(0x185)]=_0x42c08f());}(this,function(){var _0x5055a8=_0x3b1b;return{'sheets-pivot':{'sheet':_0x5055a8(0x171),'blankValue':'(فارغ)','otherValue':_0x5055a8(0x17c),'columnName':_0x5055a8(0x192),'subTotalText':_0x5055a8(0x19d),'grandTotalText':_0x5055a8(0x197),'valueText':'القيمة','rowLabels':'تسميات\x20الصفوف','columnLabels':_0x5055a8(0x180),'averageName':_0x5055a8(0x17d),'countName':'عدد\x20من\x20','countNumsName':_0x5055a8(0x184),'maxName':_0x5055a8(0x18f),'minName':'الحد\x20الأدنى\x20من\x20','productName':_0x5055a8(0x16d),'stdDevName':_0x5055a8(0x182),'stdDevpName':_0x5055a8(0x170),'sumName':'مجموع\x20من\x20','varName':_0x5055a8(0x179),'varpName':_0x5055a8(0x183),'subTotal':_0x5055a8(0x191),'grandTotal':_0x5055a8(0x197),'value':_0x5055a8(0x16c),'blank':_0x5055a8(0x198),'other':_0x5055a8(0x188),'renderText':{'valueField':_0x5055a8(0x17f),'subtotal':_0x5055a8(0x18a),'grandTotal':_0x5055a8(0x18a),'multipleGrandTotal':_0x5055a8(0x18a),'subtotalWithValue':'{1}\x20{0}'},'emptyPivot':{'filter':'عوامل\x20التصفية','row':_0x5055a8(0x193),'column':'الأعمدة','values':'القيم'},'dateGroup':{'year':'سنة','month':'شهر','day':_0x5055a8(0x196),'date':_0x5055a8(0x196),'hour':_0x5055a8(0x16b),'minute':'دقيقة','hourMinute':'ساعة-دقيقة','quarter':_0x5055a8(0x19c),'monthDate':'شهر-يوم','yearQuarter':_0x5055a8(0x177),'yearMonth':_0x5055a8(0x178),'yearMonthDate':_0x5055a8(0x189)},'cellDateGroupDisplay':{'minute':_0x5055a8(0x16f),'hour':_0x5055a8(0x16f),'hourMinute':_0x5055a8(0x199),'date':_0x5055a8(0x16f),'month':_0x5055a8(0x16f),'monthDate':_0x5055a8(0x19a),'quarter':_0x5055a8(0x194),'year':'{0}','yearMonth':'{0}-{1}','yearMonthDate':_0x5055a8(0x195),'yearQuarter':_0x5055a8(0x186)}}};}));
@@ -1 +1 @@
1
- function _0x26d2(_0xb8636c,_0x3886f9){_0xb8636c=_0xb8636c-0xf8;var _0x5462ee=_0x5462();var _0x26d254=_0x5462ee[_0xb8636c];return _0x26d254;}(function(_0x46509f,_0x3772c6){var _0x1026d4=_0x26d2,_0x256722=_0x46509f();while(!![]){try{var _0x4dc6e2=parseInt(_0x1026d4(0x121))/0x1*(parseInt(_0x1026d4(0xfc))/0x2)+-parseInt(_0x1026d4(0x124))/0x3*(parseInt(_0x1026d4(0x11c))/0x4)+parseInt(_0x1026d4(0x10c))/0x5*(-parseInt(_0x1026d4(0x11b))/0x6)+-parseInt(_0x1026d4(0x11a))/0x7*(-parseInt(_0x1026d4(0x10b))/0x8)+parseInt(_0x1026d4(0x10a))/0x9+parseInt(_0x1026d4(0x118))/0xa+-parseInt(_0x1026d4(0x128))/0xb*(parseInt(_0x1026d4(0x103))/0xc);if(_0x4dc6e2===_0x3772c6)break;else _0x256722['push'](_0x256722['shift']());}catch(_0x1e6cb7){_0x256722['push'](_0x256722['shift']());}}}(_0x5462,0xa3252),function(_0x1d84d1,_0x1a61fa){var _0x4c84e7=_0x26d2;typeof exports==_0x4c84e7(0x113)&&typeof module<'u'?module['exports']=_0x1a61fa():typeof define==_0x4c84e7(0x117)&&define[_0x4c84e7(0xf8)]?define([],_0x1a61fa):(_0x1d84d1=typeof globalThis<'u'?globalThis:_0x1d84d1||self,_0x1d84d1[_0x4c84e7(0x11d)]=_0x1a61fa());}(this,function(){var _0x78d1fb=_0x26d2;return{'sheets-pivot':{'sheet':_0x78d1fb(0xfd),'blankValue':_0x78d1fb(0x109),'otherValue':'(Altre)','columnName':_0x78d1fb(0x101),'subTotalText':_0x78d1fb(0x108),'grandTotalText':_0x78d1fb(0x11f),'valueText':_0x78d1fb(0x100),'averageName':'Mitjana\x20de\x20','countName':_0x78d1fb(0x110),'countNumsName':_0x78d1fb(0x110),'maxName':'Màx\x20de\x20','minName':_0x78d1fb(0x125),'productName':_0x78d1fb(0xfa),'stdDevName':_0x78d1fb(0x102),'stdDevpName':_0x78d1fb(0x115),'sumName':'Suma\x20de\x20','varName':_0x78d1fb(0x11e),'varpName':_0x78d1fb(0x126),'subTotal':_0x78d1fb(0x108),'grandTotal':_0x78d1fb(0x11f),'value':_0x78d1fb(0x111),'blank':'en\x20blanc','other':_0x78d1fb(0x122),'emptyPivot':{'filter':_0x78d1fb(0x106),'row':'Fila','column':_0x78d1fb(0x123),'values':_0x78d1fb(0xfe)},'dateGroup':{'year':'Any','month':'Mes','day':_0x78d1fb(0x119),'hour':_0x78d1fb(0x114),'minute':_0x78d1fb(0x127),'quarter':_0x78d1fb(0x107),'monthDate':_0x78d1fb(0x112),'yearQuarter':_0x78d1fb(0x10e),'yearMonth':'Any-Mes','yearMonthDate':_0x78d1fb(0xf9)},'cellDateGroupDisplay':{'minute':_0x78d1fb(0x12a),'hour':_0x78d1fb(0x105),'hourMinute':_0x78d1fb(0xff),'date':_0x78d1fb(0x116),'month':_0x78d1fb(0x10f),'monthDate':'{0}\x20mes\x20{1}\x20dia','quarter':_0x78d1fb(0x129),'year':_0x78d1fb(0xfb),'yearMonth':_0x78d1fb(0x10d),'yearMonthDate':_0x78d1fb(0x104),'yearQuarter':_0x78d1fb(0x120)}}};}));function _0x5462(){var _0x4e64f1=['{0}\x20trimestre','{0}\x20minut','amd','Any-Mes-Dia','Producte\x20de\x20','{0}\x20any','2YVwlyU','Full','Valors','{0}\x20hora\x20{1}\x20minut','Valor','Columna\x20','DesvEst\x20de\x20','3096gTVujZ','{0}\x20any\x20{1}\x20mes\x20{2}\x20dia','{0}\x20hora','Filtre','Trimestre','Subtotal','(En\x20blanc)','3945555jTLiMC','10586456auhLku','62295IMceaO','{0}\x20any\x20{1}\x20mes','Any-Trimestre','{0}\x20mes','Recompte\x20de\x20','valor','Mes-Dia','object','Hora','DesvEstP\x20de\x20','{0}\x20dia','function','10278460imHAaW','Dia','7sawatS','72cSXeul','20uYnEmf','UniverProSheetsPivotCaES','Var\x20de\x20','Total\x20general','{0}\x20any\x20{1}\x20trimestre','570530BxzhWL','altre','Columna','431580IlmUPB','Mín\x20de\x20','VarP\x20de\x20','Minut','77726eGzhtk'];_0x5462=function(){return _0x4e64f1;};return _0x5462();}
1
+ function _0xc9e7(_0x5debf0,_0x3f7a46){_0x5debf0=_0x5debf0-0x150;var _0x59917c=_0x5991();var _0xc9e761=_0x59917c[_0x5debf0];return _0xc9e761;}(function(_0x52b896,_0x12ff34){var _0x1064b5=_0xc9e7,_0x35acfa=_0x52b896();while(!![]){try{var _0x169fe5=parseInt(_0x1064b5(0x17a))/0x1+parseInt(_0x1064b5(0x163))/0x2+-parseInt(_0x1064b5(0x179))/0x3+-parseInt(_0x1064b5(0x15a))/0x4+parseInt(_0x1064b5(0x15c))/0x5+parseInt(_0x1064b5(0x16b))/0x6+parseInt(_0x1064b5(0x164))/0x7*(-parseInt(_0x1064b5(0x173))/0x8);if(_0x169fe5===_0x12ff34)break;else _0x35acfa['push'](_0x35acfa['shift']());}catch(_0x17b033){_0x35acfa['push'](_0x35acfa['shift']());}}}(_0x5991,0x26f6d),function(_0x9b7cc9,_0x1db6bd){var _0x2812d6=_0xc9e7;typeof exports==_0x2812d6(0x16e)&&typeof module<'u'?module['exports']=_0x1db6bd():typeof define==_0x2812d6(0x153)&&define[_0x2812d6(0x154)]?define([],_0x1db6bd):(_0x9b7cc9=typeof globalThis<'u'?globalThis:_0x9b7cc9||self,_0x9b7cc9['UniverProSheetsPivotCaES']=_0x1db6bd());}(this,function(){var _0x328a32=_0xc9e7;return{'sheets-pivot':{'sheet':_0x328a32(0x16a),'blankValue':'(En\x20blanc)','otherValue':_0x328a32(0x157),'columnName':'Columna\x20','subTotalText':_0x328a32(0x166),'grandTotalText':_0x328a32(0x160),'valueText':_0x328a32(0x17d),'rowLabels':'Row\x20Labels','columnLabels':_0x328a32(0x15d),'averageName':_0x328a32(0x169),'countName':_0x328a32(0x177),'countNumsName':_0x328a32(0x177),'maxName':'Màx\x20de\x20','minName':_0x328a32(0x167),'productName':_0x328a32(0x156),'stdDevName':_0x328a32(0x16c),'stdDevpName':'DesvEstP\x20de\x20','sumName':_0x328a32(0x16f),'varName':_0x328a32(0x161),'varpName':_0x328a32(0x17b),'subTotal':_0x328a32(0x166),'grandTotal':_0x328a32(0x160),'value':'valor','blank':_0x328a32(0x172),'other':_0x328a32(0x178),'renderText':{'valueField':_0x328a32(0x171),'subtotal':_0x328a32(0x17c),'grandTotal':'{0}\x20{1}','multipleGrandTotal':_0x328a32(0x150),'subtotalWithValue':_0x328a32(0x17c)},'emptyPivot':{'filter':'Filtre','row':_0x328a32(0x162),'column':_0x328a32(0x155),'values':_0x328a32(0x170)},'dateGroup':{'year':_0x328a32(0x159),'month':_0x328a32(0x175),'day':_0x328a32(0x15f),'date':_0x328a32(0x15f),'hour':_0x328a32(0x176),'minute':'Minut','hourMinute':_0x328a32(0x151),'quarter':_0x328a32(0x16d),'monthDate':_0x328a32(0x15b),'yearQuarter':_0x328a32(0x174),'yearMonth':_0x328a32(0x158),'yearMonthDate':_0x328a32(0x15e)},'cellDateGroupDisplay':{'minute':_0x328a32(0x150),'hour':_0x328a32(0x150),'hourMinute':_0x328a32(0x168),'date':_0x328a32(0x150),'month':_0x328a32(0x150),'monthDate':_0x328a32(0x165),'quarter':'Q{0}','year':_0x328a32(0x150),'yearMonth':'{0}-{1}','yearMonthDate':_0x328a32(0x152),'yearQuarter':'{0}-Q{1}'}}};}));function _0x5991(){var _0x38a7ae=['Any','176104vrZCDA','Mes-Dia','448475vcFGGP','Column\x20Labels','Any-Mes-Dia','Dia','Total\x20general','Var\x20de\x20','Fila','331048PUZIJf','5558gmtrfc','{0}-{1}','Subtotal','Mín\x20de\x20','{0}:{1}','Mitjana\x20de\x20','Full','1849482cdjimF','DesvEst\x20de\x20','Trimestre','object','Suma\x20de\x20','Valors','{0}{1}','en\x20blanc','5832chgkPB','Any-Trimestre','Mes','Hora','Recompte\x20de\x20','altre','282783ofsLWc','313244hMXRnl','VarP\x20de\x20','{0}\x20{1}','Valor','{0}','Hora-Minut','{0}-{1}-{2}','function','amd','Columna','Producte\x20de\x20','(Altre)','Any-Mes'];_0x5991=function(){return _0x38a7ae;};return _0x5991();}
@@ -1 +1 @@
1
- function _0x100a(_0x56d563,_0x27095d){_0x56d563=_0x56d563-0xb9;var _0x5a944e=_0x5a94();var _0x100a78=_0x5a944e[_0x56d563];return _0x100a78;}function _0x5a94(){var _0x1f7406=['1531144HvDNqn','Summe\x20von\x20','Anzahl\x20von\x20','(Sonstige)','Jahr-Quartal','UniverProSheetsPivotDeDE','Filter','Tag','Var\x20von\x20','Werte','Maximum\x20von\x20','Blatt','function','sonstige','{0}\x20Stunde','Stunde','8193rtDMSZ','772wDjksc','object','Wert','Zwischensumme','Monat-Tag','Mittelwert\x20von\x20','36UxNVHj','amd','40MxlkOo','Produkt\x20von\x20','{0}\x20Jahr\x20{1}\x20Monat','Monat','Gesamtergebnis','{0}\x20Stunde\x20{1}\x20Minute','{0}\x20Monat\x20{1}\x20Tag','{0}\x20Minute','{0}\x20Tag','4498802uWrgln','739272jgEVnc','{0}\x20Jahr\x20{1}\x20Quartal','{0}\x20Monat','StdDev\x20von\x20','Spalte\x20','1820032ojbpit','(Leer)','Jahr-Monat-Tag','81882JFbeOp','Jahr-Monat','Zeile','Minute','Jahr','{0}\x20Jahr\x20{1}\x20Monat\x20{2}\x20Tag','Quartal','Minimum\x20von\x20','36665130QqalnW'];_0x5a94=function(){return _0x1f7406;};return _0x5a94();}(function(_0x4d1fbf,_0x24d668){var _0x26b310=_0x100a,_0xa2945a=_0x4d1fbf();while(!![]){try{var _0x5808b5=parseInt(_0x26b310(0xe9))/0x1+-parseInt(_0x26b310(0xcf))/0x2*(parseInt(_0x26b310(0xce))/0x3)+parseInt(_0x26b310(0xbe))/0x4+parseInt(_0x26b310(0xd7))/0x5*(-parseInt(_0x26b310(0xe1))/0x6)+-parseInt(_0x26b310(0xe0))/0x7+-parseInt(_0x26b310(0xe6))/0x8*(parseInt(_0x26b310(0xd5))/0x9)+parseInt(_0x26b310(0xbd))/0xa;if(_0x5808b5===_0x24d668)break;else _0xa2945a['push'](_0xa2945a['shift']());}catch(_0x15cf0b){_0xa2945a['push'](_0xa2945a['shift']());}}}(_0x5a94,0x837f9),function(_0xb7b9e3,_0x299278){var _0x4104aa=_0x100a;typeof exports==_0x4104aa(0xd0)&&typeof module<'u'?module['exports']=_0x299278():typeof define==_0x4104aa(0xca)&&define[_0x4104aa(0xd6)]?define([],_0x299278):(_0xb7b9e3=typeof globalThis<'u'?globalThis:_0xb7b9e3||self,_0xb7b9e3[_0x4104aa(0xc3)]=_0x299278());}(this,function(){var _0x4e9017=_0x100a;return{'sheets-pivot':{'sheet':_0x4e9017(0xc9),'blankValue':_0x4e9017(0xe7),'otherValue':_0x4e9017(0xc1),'columnName':_0x4e9017(0xe5),'subTotalText':_0x4e9017(0xd2),'grandTotalText':_0x4e9017(0xdb),'valueText':_0x4e9017(0xd1),'averageName':_0x4e9017(0xd4),'countName':_0x4e9017(0xc0),'countNumsName':'Anzahl\x20von\x20','maxName':_0x4e9017(0xc8),'minName':_0x4e9017(0xbc),'productName':_0x4e9017(0xd8),'stdDevName':_0x4e9017(0xe4),'stdDevpName':'StdDevp\x20von\x20','sumName':_0x4e9017(0xbf),'varName':_0x4e9017(0xc6),'varpName':'Varp\x20von\x20','subTotal':_0x4e9017(0xd2),'grandTotal':_0x4e9017(0xdb),'value':_0x4e9017(0xd1),'blank':'leer','other':_0x4e9017(0xcb),'emptyPivot':{'filter':_0x4e9017(0xc4),'row':_0x4e9017(0xeb),'column':'Spalte','values':_0x4e9017(0xc7)},'dateGroup':{'year':_0x4e9017(0xb9),'month':_0x4e9017(0xda),'day':_0x4e9017(0xc5),'hour':_0x4e9017(0xcd),'minute':_0x4e9017(0xec),'quarter':_0x4e9017(0xbb),'monthDate':_0x4e9017(0xd3),'yearQuarter':_0x4e9017(0xc2),'yearMonth':_0x4e9017(0xea),'yearMonthDate':_0x4e9017(0xe8)},'cellDateGroupDisplay':{'minute':_0x4e9017(0xde),'hour':_0x4e9017(0xcc),'hourMinute':_0x4e9017(0xdc),'date':_0x4e9017(0xdf),'month':_0x4e9017(0xe3),'monthDate':_0x4e9017(0xdd),'quarter':'{0}\x20Quartal','year':'{0}\x20Jahr','yearMonth':_0x4e9017(0xd9),'yearMonthDate':_0x4e9017(0xba),'yearQuarter':_0x4e9017(0xe2)}}};}));
1
+ (function(_0x1233cc,_0x5e66d2){var _0x3fc6c1=_0x5302,_0x1c3287=_0x1233cc();while(!![]){try{var _0x3e785e=-parseInt(_0x3fc6c1(0x121))/0x1+-parseInt(_0x3fc6c1(0x11d))/0x2+parseInt(_0x3fc6c1(0x122))/0x3+-parseInt(_0x3fc6c1(0x111))/0x4+parseInt(_0x3fc6c1(0x11f))/0x5+parseInt(_0x3fc6c1(0x11c))/0x6*(-parseInt(_0x3fc6c1(0x10a))/0x7)+parseInt(_0x3fc6c1(0x115))/0x8;if(_0x3e785e===_0x5e66d2)break;else _0x1c3287['push'](_0x1c3287['shift']());}catch(_0xa1c72b){_0x1c3287['push'](_0x1c3287['shift']());}}}(_0x5d76,0x406c9),function(_0x398c09,_0x47e759){var _0x20b7b9=_0x5302;typeof exports==_0x20b7b9(0x10c)&&typeof module<'u'?module[_0x20b7b9(0xf5)]=_0x47e759():typeof define==_0x20b7b9(0x118)&&define[_0x20b7b9(0x107)]?define([],_0x47e759):(_0x398c09=typeof globalThis<'u'?globalThis:_0x398c09||self,_0x398c09['UniverProSheetsPivotDeDE']=_0x47e759());}(this,function(){var _0x4551f7=_0x5302;return{'sheets-pivot':{'sheet':_0x4551f7(0x101),'blankValue':_0x4551f7(0xfc),'otherValue':_0x4551f7(0x114),'columnName':_0x4551f7(0xf6),'subTotalText':_0x4551f7(0x109),'grandTotalText':_0x4551f7(0xf3),'valueText':_0x4551f7(0x120),'rowLabels':_0x4551f7(0x11b),'columnLabels':_0x4551f7(0x10f),'averageName':_0x4551f7(0x102),'countName':_0x4551f7(0x108),'countNumsName':'Anzahl\x20von\x20','maxName':'Maximum\x20von\x20','minName':_0x4551f7(0xf9),'productName':_0x4551f7(0x125),'stdDevName':_0x4551f7(0xff),'stdDevpName':'StdDevp\x20von\x20','sumName':_0x4551f7(0x123),'varName':_0x4551f7(0x104),'varpName':'Varp\x20von\x20','subTotal':_0x4551f7(0x109),'grandTotal':'Gesamtergebnis','value':'Wert','blank':_0x4551f7(0x116),'other':'sonstige','renderText':{'valueField':_0x4551f7(0x106),'subtotal':_0x4551f7(0xfa),'grandTotal':_0x4551f7(0xfa),'multipleGrandTotal':'{0}','subtotalWithValue':_0x4551f7(0xfa)},'emptyPivot':{'filter':_0x4551f7(0x11e),'row':_0x4551f7(0xfb),'column':_0x4551f7(0x124),'values':_0x4551f7(0x105)},'dateGroup':{'year':_0x4551f7(0xf8),'month':_0x4551f7(0xf7),'day':_0x4551f7(0x112),'date':'Tag','hour':_0x4551f7(0xf4),'minute':_0x4551f7(0x10b),'hourMinute':_0x4551f7(0x110),'quarter':_0x4551f7(0x103),'monthDate':_0x4551f7(0x117),'yearQuarter':_0x4551f7(0x10e),'yearMonth':_0x4551f7(0x119),'yearMonthDate':_0x4551f7(0xfd)},'cellDateGroupDisplay':{'minute':_0x4551f7(0xfe),'hour':_0x4551f7(0xfe),'hourMinute':_0x4551f7(0x113),'date':'{0}','month':_0x4551f7(0xfe),'monthDate':_0x4551f7(0x11a),'quarter':_0x4551f7(0x100),'year':_0x4551f7(0xfe),'yearMonth':_0x4551f7(0x11a),'yearMonthDate':_0x4551f7(0x10d),'yearQuarter':'{0}-Q{1}'}}};}));function _0x5302(_0x59353b,_0x1bfe7c){_0x59353b=_0x59353b-0xf3;var _0x5d76f0=_0x5d76();var _0x530217=_0x5d76f0[_0x59353b];return _0x530217;}function _0x5d76(){var _0x336093=['Summe\x20von\x20','Spalte','Produkt\x20von\x20','Gesamtergebnis','Stunde','exports','Spalte\x20','Monat','Jahr','Minimum\x20von\x20','{0}\x20{1}','Zeile','(Leer)','Jahr-Monat-Tag','{0}','StdDev\x20von\x20','Q{0}','Blatt','Mittelwert\x20von\x20','Quartal','Var\x20von\x20','Werte','{0}{1}','amd','Anzahl\x20von\x20','Zwischensumme','1015oRKGGs','Minute','object','{0}-{1}-{2}','Jahr-Quartal','Column\x20Labels','Stunde-Minute','876960GLwPWS','Tag','{0}:{1}','(Sonstige)','965304CAVlIk','leer','Monat-Tag','function','Jahr-Monat','{0}-{1}','Row\x20Labels','2148hkocbC','392348aZfFDN','Filter','2415005bVbMEn','Wert','396109eOQpiU','1570950ERxbve'];_0x5d76=function(){return _0x336093;};return _0x5d76();}
@@ -1 +1 @@
1
- function _0x4497(){var _0x4d33d5=['StdDev\x20of\x20','StdDevp\x20of\x20','1038092yWREOC','Day','{0}\x20month','Grand\x20Total','{0}\x20year','{0}\x20hour','exports','Minute','value','Min\x20of\x20','Average\x20of\x20','208899zjCjlB','Count\x20of\x20','Hour','Year-Month-Day','Month','other','{0}\x20month\x20{1}\x20day','Sum\x20of\x20','3pWYduA','Year-Month','110117AZkWWr','(Other)','UniverProSheetsPivotEnUS','{0}\x20year\x20{1}\x20month','function','Column','96lgUAAe','Quarter','blank','3152050HVlViS','{0}\x20year\x20{1}\x20quarter','Var\x20of\x20','Values','Year-Quarter','Product\x20of\x20','{0}\x20quarter','Max\x20of\x20','Month-Day','{0}\x20day','8922360GYhFjO','Filter','Subtotal','Total','Row','6208600gUhgXr','260NudUXj','413428DlGKwi'];_0x4497=function(){return _0x4d33d5;};return _0x4497();}function _0x491d(_0x4ff223,_0x4c4b34){_0x4ff223=_0x4ff223-0x1ae;var _0x449710=_0x4497();var _0x491d5d=_0x449710[_0x4ff223];return _0x491d5d;}(function(_0x141bee,_0x1e685e){var _0x1178cf=_0x491d,_0xd0b5a2=_0x141bee();while(!![]){try{var _0x50e755=-parseInt(_0x1178cf(0x1c8))/0x1+parseInt(_0x1178cf(0x1b4))/0x2+parseInt(_0x1178cf(0x1db))/0x3*(-parseInt(_0x1178cf(0x1c5))/0x4)+parseInt(_0x1178cf(0x1c3))/0x5+-parseInt(_0x1178cf(0x1be))/0x6+parseInt(_0x1178cf(0x1dd))/0x7*(parseInt(_0x1178cf(0x1b1))/0x8)+-parseInt(_0x1178cf(0x1d3))/0x9*(-parseInt(_0x1178cf(0x1c4))/0xa);if(_0x50e755===_0x1e685e)break;else _0xd0b5a2['push'](_0xd0b5a2['shift']());}catch(_0x131642){_0xd0b5a2['push'](_0xd0b5a2['shift']());}}}(_0x4497,0xef9f6),function(_0x301052,_0x2b2119){var _0x4756c8=_0x491d;typeof exports=='object'&&typeof module<'u'?module[_0x4756c8(0x1ce)]=_0x2b2119():typeof define==_0x4756c8(0x1af)&&define['amd']?define([],_0x2b2119):(_0x301052=typeof globalThis<'u'?globalThis:_0x301052||self,_0x301052[_0x4756c8(0x1df)]=_0x2b2119());}(this,function(){var _0x55760a=_0x491d;return{'sheets-pivot':{'sheet':'Sheet','blankValue':'(Blank)','otherValue':_0x55760a(0x1de),'columnName':'Column\x20','subTotalText':_0x55760a(0x1c1),'grandTotalText':'Grand\x20Total','valueText':'Value','averageName':_0x55760a(0x1d2),'countName':_0x55760a(0x1d4),'countNumsName':_0x55760a(0x1d4),'maxName':_0x55760a(0x1bb),'minName':_0x55760a(0x1d1),'productName':_0x55760a(0x1b9),'stdDevName':_0x55760a(0x1c6),'stdDevpName':_0x55760a(0x1c7),'sumName':_0x55760a(0x1da),'varName':_0x55760a(0x1b6),'varpName':'Varp\x20of\x20','subTotal':_0x55760a(0x1c0),'grandTotal':_0x55760a(0x1cb),'value':_0x55760a(0x1d0),'blank':_0x55760a(0x1b3),'other':_0x55760a(0x1d8),'emptyPivot':{'filter':_0x55760a(0x1bf),'row':_0x55760a(0x1c2),'column':_0x55760a(0x1b0),'values':_0x55760a(0x1b7)},'dateGroup':{'year':'Year','month':_0x55760a(0x1d7),'day':_0x55760a(0x1c9),'hour':_0x55760a(0x1d5),'minute':_0x55760a(0x1cf),'quarter':_0x55760a(0x1b2),'monthDate':_0x55760a(0x1bc),'yearQuarter':_0x55760a(0x1b8),'yearMonth':_0x55760a(0x1dc),'yearMonthDate':_0x55760a(0x1d6)},'cellDateGroupDisplay':{'minute':'{0}\x20minute','hour':_0x55760a(0x1cd),'hourMinute':'{0}\x20hour\x20{1}\x20minute','date':_0x55760a(0x1bd),'month':_0x55760a(0x1ca),'monthDate':_0x55760a(0x1d9),'quarter':_0x55760a(0x1ba),'year':_0x55760a(0x1cc),'yearMonth':_0x55760a(0x1ae),'yearMonthDate':'{0}\x20year\x20{1}\x20month\x20{2}\x20day','yearQuarter':_0x55760a(0x1b5)}}};}));
1
+ (function(_0x541a48,_0x3bbb30){var _0x44667b=_0x4315,_0x5eee55=_0x541a48();while(!![]){try{var _0x4a84a0=parseInt(_0x44667b(0x1d0))/0x1*(parseInt(_0x44667b(0x1e1))/0x2)+parseInt(_0x44667b(0x1d1))/0x3*(-parseInt(_0x44667b(0x1c6))/0x4)+parseInt(_0x44667b(0x1b9))/0x5+parseInt(_0x44667b(0x1d6))/0x6*(-parseInt(_0x44667b(0x1b7))/0x7)+-parseInt(_0x44667b(0x1d4))/0x8*(-parseInt(_0x44667b(0x1dd))/0x9)+parseInt(_0x44667b(0x1ce))/0xa+-parseInt(_0x44667b(0x1bd))/0xb;if(_0x4a84a0===_0x3bbb30)break;else _0x5eee55['push'](_0x5eee55['shift']());}catch(_0x5064a6){_0x5eee55['push'](_0x5eee55['shift']());}}}(_0x27ff,0x793d7),function(_0x49f206,_0x34267b){var _0x465328=_0x4315;typeof exports==_0x465328(0x1db)&&typeof module<'u'?module['exports']=_0x34267b():typeof define==_0x465328(0x1b8)&&define[_0x465328(0x1d7)]?define([],_0x34267b):(_0x49f206=typeof globalThis<'u'?globalThis:_0x49f206||self,_0x49f206[_0x465328(0x1cc)]=_0x34267b());}(this,function(){var _0x334d62=_0x4315;return{'sheets-pivot':{'sheet':_0x334d62(0x1d8),'blankValue':_0x334d62(0x1c5),'otherValue':_0x334d62(0x1e3),'columnName':_0x334d62(0x1bb),'subTotalText':'Total','grandTotalText':_0x334d62(0x1b5),'valueText':'Value','rowLabels':_0x334d62(0x1c7),'columnLabels':_0x334d62(0x1da),'averageName':_0x334d62(0x1de),'countName':'Count\x20of\x20','countNumsName':'Count\x20of\x20','maxName':_0x334d62(0x1b3),'minName':_0x334d62(0x1d3),'productName':_0x334d62(0x1e2),'stdDevName':_0x334d62(0x1c3),'stdDevpName':_0x334d62(0x1bc),'sumName':_0x334d62(0x1cf),'varName':_0x334d62(0x1c8),'varpName':'Varp\x20of\x20','subTotal':'Subtotal','grandTotal':_0x334d62(0x1b5),'value':'value','blank':'blank','other':_0x334d62(0x1b6),'renderText':{'valueField':_0x334d62(0x1c0),'subtotal':_0x334d62(0x1df),'grandTotal':'{0}\x20{1}','multipleGrandTotal':_0x334d62(0x1c1),'subtotalWithValue':'{0}\x20{1}'},'emptyPivot':{'filter':_0x334d62(0x1e0),'row':_0x334d62(0x1bf),'column':'Column','values':_0x334d62(0x1be)},'dateGroup':{'year':'Year','month':_0x334d62(0x1ba),'day':_0x334d62(0x1d2),'date':_0x334d62(0x1d2),'hour':'Hour','minute':_0x334d62(0x1cd),'hourMinute':_0x334d62(0x1ca),'quarter':_0x334d62(0x1dc),'monthDate':'Month-Day','yearQuarter':'Year-Quarter','yearMonth':_0x334d62(0x1c9),'yearMonthDate':_0x334d62(0x1cb)},'cellDateGroupDisplay':{'minute':_0x334d62(0x1c1),'hour':_0x334d62(0x1c1),'hourMinute':_0x334d62(0x1c4),'date':_0x334d62(0x1c1),'month':_0x334d62(0x1c1),'monthDate':_0x334d62(0x1b4),'quarter':_0x334d62(0x1d9),'year':'{0}','yearMonth':_0x334d62(0x1b4),'yearMonthDate':_0x334d62(0x1c2),'yearQuarter':_0x334d62(0x1d5)}}};}));function _0x4315(_0x4666f5,_0x3bcaf8){_0x4666f5=_0x4666f5-0x1b3;var _0x27ff9a=_0x27ff();var _0x43156f=_0x27ff9a[_0x4666f5];return _0x43156f;}function _0x27ff(){var _0x2ad672=['{0}','{0}-{1}-{2}','StdDev\x20of\x20','{0}:{1}','(Blank)','15772ESBpxS','Row\x20Labels','Var\x20of\x20','Year-Month','Hour-Minute','Year-Month-Day','UniverProSheetsPivotEnUS','Minute','5633470AHqrji','Sum\x20of\x20','734963YhuUVv','66XxdpXf','Day','Min\x20of\x20','964912ldPdIP','{0}-Q{1}','1634214jurSkL','amd','Sheet','Q{0}','Column\x20Labels','object','Quarter','9SeQaIC','Average\x20of\x20','{0}\x20{1}','Filter','2Gmkieh','Product\x20of\x20','(Other)','Max\x20of\x20','{0}-{1}','Grand\x20Total','other','14bmWGxV','function','4680745LsaSYe','Month','Column\x20','StdDevp\x20of\x20','13496890ZBYENQ','Values','Row','{0}{1}'];_0x27ff=function(){return _0x2ad672;};return _0x27ff();}
@@ -1 +1 @@
1
- function _0x3b4a(){var _0x4fad7c=['Conteo\x20de\x20','{0}\x20trimestre','{0}\x20año\x20{1}\x20mes\x20{2}\x20día','8kZeZfJ','1162042dWTqjU','Año-Mes','Columna\x20','otro','{0}\x20minuto','Mes','Mes-Día','Filtro','Mín\x20de\x20','Año','51mjOfle','Minuto','Total\x20general','function','Var\x20de\x20','(Vacío)','Valores','Hoja','Máx\x20de\x20','{0}\x20día','100738yEHQme','Fila','{0}\x20hora\x20{1}\x20minuto','(Otro)','Subtotal','7679412hQTcHE','object','{0}\x20año\x20{1}\x20mes','Producto\x20de\x20','DesvEst\x20de\x20','3926480osnPiK','valor','12017169IZGwRi','Trimestre','amd','Suma\x20de\x20','7839125wDWIkC','Promedio\x20de\x20','Columna','Día','{0}\x20mes','4235190PAxyLI'];_0x3b4a=function(){return _0x4fad7c;};return _0x3b4a();}function _0x1791(_0x201be1,_0x28684d){_0x201be1=_0x201be1-0x19a;var _0x3b4ab3=_0x3b4a();var _0x179138=_0x3b4ab3[_0x201be1];return _0x179138;}(function(_0x38ff7f,_0x4c1e60){var _0x12578e=_0x1791,_0x33e3bb=_0x38ff7f();while(!![]){try{var _0x1230bf=-parseInt(_0x12578e(0x1b1))/0x1+parseInt(_0x12578e(0x1c5))/0x2*(parseInt(_0x12578e(0x1bb))/0x3)+-parseInt(_0x12578e(0x1a1))/0x4+parseInt(_0x12578e(0x1ac))/0x5+-parseInt(_0x12578e(0x19c))/0x6+parseInt(_0x12578e(0x1a7))/0x7+parseInt(_0x12578e(0x1b0))/0x8*(parseInt(_0x12578e(0x1a3))/0x9);if(_0x1230bf===_0x4c1e60)break;else _0x33e3bb['push'](_0x33e3bb['shift']());}catch(_0x96d66c){_0x33e3bb['push'](_0x33e3bb['shift']());}}}(_0x3b4a,0xb368f),function(_0x61eb69,_0x25acc4){var _0x57efd0=_0x1791;typeof exports==_0x57efd0(0x19d)&&typeof module<'u'?module['exports']=_0x25acc4():typeof define==_0x57efd0(0x1be)&&define[_0x57efd0(0x1a5)]?define([],_0x25acc4):(_0x61eb69=typeof globalThis<'u'?globalThis:_0x61eb69||self,_0x61eb69['UniverProSheetsPivotEsES']=_0x25acc4());}(this,function(){var _0x465ed9=_0x1791;return{'sheets-pivot':{'sheet':_0x465ed9(0x1c2),'blankValue':_0x465ed9(0x1c0),'otherValue':_0x465ed9(0x19a),'columnName':_0x465ed9(0x1b3),'subTotalText':_0x465ed9(0x19b),'grandTotalText':_0x465ed9(0x1bd),'valueText':'Valor','averageName':_0x465ed9(0x1a8),'countName':_0x465ed9(0x1ad),'countNumsName':_0x465ed9(0x1ad),'maxName':_0x465ed9(0x1c3),'minName':_0x465ed9(0x1b9),'productName':_0x465ed9(0x19f),'stdDevName':_0x465ed9(0x1a0),'stdDevpName':'DesvEstP\x20de\x20','sumName':_0x465ed9(0x1a6),'varName':_0x465ed9(0x1bf),'varpName':'VarP\x20de\x20','subTotal':_0x465ed9(0x19b),'grandTotal':_0x465ed9(0x1bd),'value':_0x465ed9(0x1a2),'blank':'vacío','other':_0x465ed9(0x1b4),'emptyPivot':{'filter':_0x465ed9(0x1b8),'row':_0x465ed9(0x1c6),'column':_0x465ed9(0x1a9),'values':_0x465ed9(0x1c1)},'dateGroup':{'year':_0x465ed9(0x1ba),'month':_0x465ed9(0x1b6),'day':_0x465ed9(0x1aa),'hour':'Hora','minute':_0x465ed9(0x1bc),'quarter':_0x465ed9(0x1a4),'monthDate':_0x465ed9(0x1b7),'yearQuarter':'Año-Trimestre','yearMonth':_0x465ed9(0x1b2),'yearMonthDate':'Año-Mes-Día'},'cellDateGroupDisplay':{'minute':_0x465ed9(0x1b5),'hour':'{0}\x20hora','hourMinute':_0x465ed9(0x1c7),'date':_0x465ed9(0x1c4),'month':_0x465ed9(0x1ab),'monthDate':'{0}\x20mes\x20{1}\x20día','quarter':_0x465ed9(0x1ae),'year':'{0}\x20año','yearMonth':_0x465ed9(0x19e),'yearMonthDate':_0x465ed9(0x1af),'yearQuarter':'{0}\x20año\x20{1}\x20trimestre'}}};}));
1
+ function _0x2bb3(_0x255d70,_0x14d9cf){_0x255d70=_0x255d70-0x1d1;var _0xdb270e=_0xdb27();var _0x2bb381=_0xdb270e[_0x255d70];return _0x2bb381;}function _0xdb27(){var _0x16ad72=['470676qOnivF','{0}-Q{1}','{0}-{1}','16NDEjRd','Subtotal','Trimestre','{0}\x20{1}','{0}','Año-Mes-Día','Día','4806252FfBgab','function','Máx\x20de\x20','DesvEstP\x20de\x20','Promedio\x20de\x20','Valores','Columna','exports','Fila','object','Año-Mes','104365LoIuLn','Hoja','(Vacío)','Año','Filtro','Conteo\x20de\x20','5854576bUTnAT','Mes-Día','UniverProSheetsPivotEsES','DesvEst\x20de\x20','Total\x20general','Columna\x20','Año-Trimestre','amd','812198ysDLCq','150oOiuzG','Minuto','Valor','555620RCMlRm','1098870kLaDEQ','Column\x20Labels','Suma\x20de\x20','Hora'];_0xdb27=function(){return _0x16ad72;};return _0xdb27();}(function(_0x3bc381,_0xfa7acf){var _0x27938b=_0x2bb3,_0x49073c=_0x3bc381();while(!![]){try{var _0x59f11a=-parseInt(_0x27938b(0x1e6))/0x1+parseInt(_0x27938b(0x1dd))/0x2+parseInt(_0x27938b(0x1e2))/0x3+-parseInt(_0x27938b(0x1e1))/0x4+-parseInt(_0x27938b(0x1fb))/0x5*(-parseInt(_0x27938b(0x1de))/0x6)+parseInt(_0x27938b(0x1d5))/0x7+-parseInt(_0x27938b(0x1e9))/0x8*(parseInt(_0x27938b(0x1f0))/0x9);if(_0x59f11a===_0xfa7acf)break;else _0x49073c['push'](_0x49073c['shift']());}catch(_0x3e9032){_0x49073c['push'](_0x49073c['shift']());}}}(_0xdb27,0x6e951),function(_0x485de0,_0x19d027){var _0x3838d0=_0x2bb3;typeof exports==_0x3838d0(0x1f9)&&typeof module<'u'?module[_0x3838d0(0x1f7)]=_0x19d027():typeof define==_0x3838d0(0x1f1)&&define[_0x3838d0(0x1dc)]?define([],_0x19d027):(_0x485de0=typeof globalThis<'u'?globalThis:_0x485de0||self,_0x485de0[_0x3838d0(0x1d7)]=_0x19d027());}(this,function(){var _0x4abb22=_0x2bb3;return{'sheets-pivot':{'sheet':_0x4abb22(0x1fc),'blankValue':_0x4abb22(0x1d1),'otherValue':'(Otro)','columnName':_0x4abb22(0x1da),'subTotalText':_0x4abb22(0x1ea),'grandTotalText':_0x4abb22(0x1d9),'valueText':_0x4abb22(0x1e0),'rowLabels':'Row\x20Labels','columnLabels':_0x4abb22(0x1e3),'averageName':_0x4abb22(0x1f4),'countName':'Conteo\x20de\x20','countNumsName':_0x4abb22(0x1d4),'maxName':_0x4abb22(0x1f2),'minName':'Mín\x20de\x20','productName':'Producto\x20de\x20','stdDevName':_0x4abb22(0x1d8),'stdDevpName':_0x4abb22(0x1f3),'sumName':_0x4abb22(0x1e4),'varName':'Var\x20de\x20','varpName':'VarP\x20de\x20','subTotal':_0x4abb22(0x1ea),'grandTotal':_0x4abb22(0x1d9),'value':'valor','blank':'vacío','other':'otro','renderText':{'valueField':'{0}{1}','subtotal':_0x4abb22(0x1ec),'grandTotal':_0x4abb22(0x1ec),'multipleGrandTotal':_0x4abb22(0x1ed),'subtotalWithValue':_0x4abb22(0x1ec)},'emptyPivot':{'filter':_0x4abb22(0x1d3),'row':_0x4abb22(0x1f8),'column':_0x4abb22(0x1f6),'values':_0x4abb22(0x1f5)},'dateGroup':{'year':_0x4abb22(0x1d2),'month':'Mes','day':_0x4abb22(0x1ef),'date':_0x4abb22(0x1ef),'hour':_0x4abb22(0x1e5),'minute':_0x4abb22(0x1df),'hourMinute':'Hora-Minuto','quarter':_0x4abb22(0x1eb),'monthDate':_0x4abb22(0x1d6),'yearQuarter':_0x4abb22(0x1db),'yearMonth':_0x4abb22(0x1fa),'yearMonthDate':_0x4abb22(0x1ee)},'cellDateGroupDisplay':{'minute':_0x4abb22(0x1ed),'hour':_0x4abb22(0x1ed),'hourMinute':'{0}:{1}','date':'{0}','month':'{0}','monthDate':_0x4abb22(0x1e8),'quarter':'Q{0}','year':_0x4abb22(0x1ed),'yearMonth':_0x4abb22(0x1e8),'yearMonthDate':'{0}-{1}-{2}','yearQuarter':_0x4abb22(0x1e7)}}};}));
@@ -1 +1 @@
1
- function _0x480c(_0x48532b,_0x3b6593){_0x48532b=_0x48532b-0x73;var _0x2888dd=_0x2888();var _0x480c44=_0x2888dd[_0x48532b];return _0x480c44;}(function(_0x1b74fb,_0x17ad5e){var _0x53eadc=_0x480c,_0x5ee439=_0x1b74fb();while(!![]){try{var _0x4d9264=-parseInt(_0x53eadc(0x8b))/0x1*(parseInt(_0x53eadc(0xa4))/0x2)+parseInt(_0x53eadc(0xa1))/0x3+-parseInt(_0x53eadc(0x95))/0x4*(-parseInt(_0x53eadc(0x90))/0x5)+-parseInt(_0x53eadc(0x76))/0x6+-parseInt(_0x53eadc(0x78))/0x7+-parseInt(_0x53eadc(0x7d))/0x8+parseInt(_0x53eadc(0xa5))/0x9;if(_0x4d9264===_0x17ad5e)break;else _0x5ee439['push'](_0x5ee439['shift']());}catch(_0x10c0fc){_0x5ee439['push'](_0x5ee439['shift']());}}}(_0x2888,0xa0cad),function(_0x2a17dd,_0x42281b){var _0x3822d5=_0x480c;typeof exports==_0x3822d5(0x79)&&typeof module<'u'?module[_0x3822d5(0x81)]=_0x42281b():typeof define==_0x3822d5(0x92)&&define[_0x3822d5(0x77)]?define([],_0x42281b):(_0x2a17dd=typeof globalThis<'u'?globalThis:_0x2a17dd||self,_0x2a17dd['UniverProSheetsPivotFaIR']=_0x42281b());}(this,function(){var _0x543f20=_0x480c;return{'sheets-pivot':{'sheet':_0x543f20(0x99),'blankValue':_0x543f20(0x9b),'otherValue':_0x543f20(0x7b),'columnName':_0x543f20(0x8f),'subTotalText':_0x543f20(0x8c),'grandTotalText':'کل','valueText':_0x543f20(0x7e),'averageName':_0x543f20(0xa0),'countName':_0x543f20(0x84),'countNumsName':'تعداد\x20اعداد\x20از\x20','maxName':_0x543f20(0x75),'minName':_0x543f20(0x8d),'productName':_0x543f20(0x9a),'stdDevName':_0x543f20(0x7f),'stdDevpName':_0x543f20(0x85),'sumName':_0x543f20(0x93),'varName':'واریانس\x20از\x20','varpName':_0x543f20(0x8a),'subTotal':_0x543f20(0x8c),'grandTotal':'کل','value':_0x543f20(0x7e),'blank':'خالی','other':_0x543f20(0x91),'emptyPivot':{'filter':_0x543f20(0x80),'row':_0x543f20(0x87),'column':_0x543f20(0x98),'values':_0x543f20(0x9c)},'dateGroup':{'year':_0x543f20(0x9f),'month':_0x543f20(0x86),'day':_0x543f20(0x82),'hour':_0x543f20(0x74),'minute':'Minute','quarter':_0x543f20(0x9d),'monthDate':_0x543f20(0x7c),'yearQuarter':_0x543f20(0x96),'yearMonth':_0x543f20(0x73),'yearMonthDate':_0x543f20(0x83)},'cellDateGroupDisplay':{'minute':_0x543f20(0x7a),'hour':_0x543f20(0x89),'hourMinute':_0x543f20(0x88),'date':_0x543f20(0x9e),'month':_0x543f20(0x8e),'monthDate':_0x543f20(0xa3),'quarter':'{0}\x20فصل','year':_0x543f20(0x94),'yearMonth':_0x543f20(0xa2),'yearMonthDate':_0x543f20(0x97),'yearQuarter':'{0}\x20سال\x20{1}\x20فصل'}}};}));function _0x2888(){var _0x2bf821=['8442344mDbrLF','مقدار','انحراف\x20معیار\x20از\x20','فیلتر','exports','Jour','Année-Mois-Jour','تعداد\x20از\x20','انحراف\x20معیار\x20کلی\x20از\x20','Mois','سطر','{0}\x20ساعت\x20{1}\x20دقیقه','{0}\x20ساعت','واریانس\x20کلی\x20از\x20','5vPbPlP','جمع','کمترین\x20از\x20','{0}\x20ماه','ستون\x20','1394905GpQJGA','سایر','function','جمع\x20از\x20','{0}\x20سال','16YKAbNC','Année-Trimestre','{0}\x20سال\x20{1}\x20ماه\x20{2}\x20روز','ستون','برگ','ضرب\x20از\x20','(خالی)','مقادیر','Trimestre','{0}\x20روز','Année','میانگین\x20از\x20','2539122gmtkwY','{0}\x20سال\x20{1}\x20ماه','{0}\x20ماه\x20{1}\x20روز','516050LMBbVr','29305602KzJfPq','Année-Mois','Heure','بیشترین\x20از\x20','6943902xiaAOl','amd','7399952IaVSzf','object','{0}\x20دقیقه','(سایر)','Mois-Jour'];_0x2888=function(){return _0x2bf821;};return _0x2888();}
1
+ function _0x38fd(_0x2bdc5d,_0x1d2afe){_0x2bdc5d=_0x2bdc5d-0x1a4;var _0x49309f=_0x4930();var _0x38fd2f=_0x49309f[_0x2bdc5d];return _0x38fd2f;}(function(_0x3d5e9d,_0x9da5c7){var _0x2a9e65=_0x38fd,_0x1635b8=_0x3d5e9d();while(!![]){try{var _0xd4850d=-parseInt(_0x2a9e65(0x1ba))/0x1*(-parseInt(_0x2a9e65(0x1bc))/0x2)+parseInt(_0x2a9e65(0x1cf))/0x3+parseInt(_0x2a9e65(0x1ce))/0x4*(parseInt(_0x2a9e65(0x1c2))/0x5)+-parseInt(_0x2a9e65(0x1b4))/0x6+-parseInt(_0x2a9e65(0x1d1))/0x7+-parseInt(_0x2a9e65(0x1c6))/0x8*(-parseInt(_0x2a9e65(0x1b7))/0x9)+parseInt(_0x2a9e65(0x1c8))/0xa;if(_0xd4850d===_0x9da5c7)break;else _0x1635b8['push'](_0x1635b8['shift']());}catch(_0x48ad86){_0x1635b8['push'](_0x1635b8['shift']());}}}(_0x4930,0x93dea),function(_0x2670c4,_0xb16f82){var _0x127b2d=_0x38fd;typeof exports==_0x127b2d(0x1aa)&&typeof module<'u'?module[_0x127b2d(0x1ae)]=_0xb16f82():typeof define==_0x127b2d(0x1c4)&&define[_0x127b2d(0x1c3)]?define([],_0xb16f82):(_0x2670c4=typeof globalThis<'u'?globalThis:_0x2670c4||self,_0x2670c4[_0x127b2d(0x1cc)]=_0xb16f82());}(this,function(){var _0x195b3e=_0x38fd;return{'sheets-pivot':{'sheet':_0x195b3e(0x1a5),'blankValue':_0x195b3e(0x1ca),'otherValue':_0x195b3e(0x1b6),'columnName':_0x195b3e(0x1b2),'subTotalText':_0x195b3e(0x1cb),'grandTotalText':'کل','valueText':_0x195b3e(0x1a9),'rowLabels':_0x195b3e(0x1c0),'columnLabels':_0x195b3e(0x1a4),'averageName':_0x195b3e(0x1b5),'countName':'تعداد\x20از\x20','countNumsName':'تعداد\x20اعداد\x20از\x20','maxName':_0x195b3e(0x1b0),'minName':'کمترین\x20از\x20','productName':_0x195b3e(0x1a6),'stdDevName':_0x195b3e(0x1c9),'stdDevpName':_0x195b3e(0x1a7),'sumName':'جمع\x20از\x20','varName':_0x195b3e(0x1af),'varpName':_0x195b3e(0x1bb),'subTotal':'جمع','grandTotal':'کل','value':_0x195b3e(0x1a9),'blank':_0x195b3e(0x1cd),'other':_0x195b3e(0x1ac),'renderText':{'valueField':_0x195b3e(0x1b3),'subtotal':'{1}\x20{0}','grandTotal':_0x195b3e(0x1b9),'multipleGrandTotal':_0x195b3e(0x1b9),'subtotalWithValue':'{1}\x20{0}'},'emptyPivot':{'filter':_0x195b3e(0x1c5),'row':'ردیف‌ها','column':_0x195b3e(0x1bf),'values':'مقادیر'},'dateGroup':{'year':_0x195b3e(0x1d0),'month':_0x195b3e(0x1b1),'day':_0x195b3e(0x1a8),'date':_0x195b3e(0x1a8),'hour':_0x195b3e(0x1c7),'minute':'دقیقه','hourMinute':_0x195b3e(0x1ab),'quarter':'فصل','monthDate':'ماه-روز','yearQuarter':'سال-فصل','yearMonth':_0x195b3e(0x1c1),'yearMonthDate':_0x195b3e(0x1be)},'cellDateGroupDisplay':{'minute':'{0}','hour':_0x195b3e(0x1bd),'hourMinute':'{0}:{1}','date':_0x195b3e(0x1bd),'month':_0x195b3e(0x1bd),'monthDate':'{0}-{1}','quarter':_0x195b3e(0x1ad),'year':_0x195b3e(0x1bd),'yearMonth':'{0}-{1}','yearMonthDate':_0x195b3e(0x1b8),'yearQuarter':'{0}-Q{1}'}}};}));function _0x4930(){var _0xfe7396=['74139YWSBxm','واریانس\x20کلی\x20از\x20','8BMkiCQ','{0}','سال-ماه-روز','ستون‌ها','برچسب‌های\x20ردیف','سال-ماه','110gTtdUG','amd','function','فیلترها','9728wswnMB','ساعت','2153560djBbGL','انحراف\x20معیار\x20از\x20','(خالی)','جمع','UniverProSheetsPivotFaIR','خالی','3260eXCfou','2558769UUsqGQ','سال','4146450PqcjQF','برچسب‌های\x20ستون','برگ','ضرب\x20از\x20','انحراف\x20معیار\x20کلی\x20از\x20','روز','مقدار','object','ساعت-دقیقه','سایر','Q{0}','exports','واریانس\x20از\x20','بیشترین\x20از\x20','ماه','ستون\x20','{0}{1}','1546206zenCVw','میانگین\x20از\x20','(سایر)','540hgIkuG','{0}-{1}-{2}','{1}\x20{0}'];_0x4930=function(){return _0xfe7396;};return _0x4930();}
@@ -1 +1 @@
1
- function _0x48e9(){var _0x31e021=['1395036yTmbSm','{0}\x20année\x20{1}\x20trimestre','141354iKbJLb','object','Heure','145ldczNn','Année-Mois-Jour','Valeur','Somme\x20de\x20','{0}\x20heure\x20{1}\x20minute','UniverProSheetsPivotFrFR','Total\x20général','11srkrHv','autre','Moyenne\x20de\x20','Écart-type\x20de\x20','Mois-Jour','Max\x20de\x20','function','Variance\x20pop.\x20de\x20','Année','{0}\x20mois','9557622DFZwnJ','vide','{0}\x20jour','Jour','Variance\x20de\x20','Mois','Trimestre','{0}\x20année\x20{1}\x20mois','707dEZCqt','Minute','21592kUnngu','4KZorEK','Filtre','Min\x20de\x20','Écart-type\x20pop.\x20de\x20','37909770qmxbBK','Feuille','{0}\x20année','(Autre)','(Vide)','3177308BHFpZU','valeur','Total','Année-Mois','Nombre\x20de\x20','1401678xTpDGe','{0}\x20heure','{0}\x20mois\x20{1}\x20jour','{0}\x20minute'];_0x48e9=function(){return _0x31e021;};return _0x48e9();}function _0x4ca4(_0x4ba862,_0x719ccf){_0x4ba862=_0x4ba862-0x175;var _0x48e98f=_0x48e9();var _0x4ca478=_0x48e98f[_0x4ba862];return _0x4ca478;}(function(_0x4d907b,_0x46e659){var _0xbf4fb6=_0x4ca4,_0x3f1b5a=_0x4d907b();while(!![]){try{var _0x1eb8ac=-parseInt(_0xbf4fb6(0x190))/0x1+-parseInt(_0xbf4fb6(0x17e))/0x2*(parseInt(_0xbf4fb6(0x18c))/0x3)+parseInt(_0xbf4fb6(0x187))/0x4+parseInt(_0xbf4fb6(0x195))/0x5*(-parseInt(_0xbf4fb6(0x192))/0x6)+-parseInt(_0xbf4fb6(0x17b))/0x7*(-parseInt(_0xbf4fb6(0x17d))/0x8)+-parseInt(_0xbf4fb6(0x1a6))/0x9+parseInt(_0xbf4fb6(0x182))/0xa*(parseInt(_0xbf4fb6(0x19c))/0xb);if(_0x1eb8ac===_0x46e659)break;else _0x3f1b5a['push'](_0x3f1b5a['shift']());}catch(_0x2b2758){_0x3f1b5a['push'](_0x3f1b5a['shift']());}}}(_0x48e9,0xbf38e),function(_0x2445d8,_0x483d4c){var _0x545423=_0x4ca4;typeof exports==_0x545423(0x193)&&typeof module<'u'?module['exports']=_0x483d4c():typeof define==_0x545423(0x1a2)&&define['amd']?define([],_0x483d4c):(_0x2445d8=typeof globalThis<'u'?globalThis:_0x2445d8||self,_0x2445d8[_0x545423(0x19a)]=_0x483d4c());}(this,function(){var _0x35ec02=_0x4ca4;return{'sheets-pivot':{'sheet':_0x35ec02(0x183),'blankValue':_0x35ec02(0x186),'otherValue':_0x35ec02(0x185),'columnName':'Colonne\x20','subTotalText':_0x35ec02(0x189),'grandTotalText':_0x35ec02(0x19b),'valueText':_0x35ec02(0x197),'averageName':_0x35ec02(0x19e),'countName':'Nombre\x20de\x20','countNumsName':_0x35ec02(0x18b),'maxName':_0x35ec02(0x1a1),'minName':_0x35ec02(0x180),'productName':'Produit\x20de\x20','stdDevName':_0x35ec02(0x19f),'stdDevpName':_0x35ec02(0x181),'sumName':_0x35ec02(0x198),'varName':_0x35ec02(0x177),'varpName':_0x35ec02(0x1a3),'subTotal':'Sous-total','grandTotal':_0x35ec02(0x19b),'value':_0x35ec02(0x188),'blank':_0x35ec02(0x1a7),'other':_0x35ec02(0x19d),'emptyPivot':{'filter':_0x35ec02(0x17f),'row':'Ligne','column':'Colonne','values':'Valeurs'},'dateGroup':{'year':_0x35ec02(0x1a4),'month':_0x35ec02(0x178),'day':_0x35ec02(0x176),'hour':_0x35ec02(0x194),'minute':_0x35ec02(0x17c),'quarter':_0x35ec02(0x179),'monthDate':_0x35ec02(0x1a0),'yearQuarter':'Année-Trimestre','yearMonth':_0x35ec02(0x18a),'yearMonthDate':_0x35ec02(0x196)},'cellDateGroupDisplay':{'minute':_0x35ec02(0x18f),'hour':_0x35ec02(0x18d),'hourMinute':_0x35ec02(0x199),'date':_0x35ec02(0x175),'month':_0x35ec02(0x1a5),'monthDate':_0x35ec02(0x18e),'quarter':'{0}\x20trimestre','year':_0x35ec02(0x184),'yearMonth':_0x35ec02(0x17a),'yearMonthDate':'{0}\x20année\x20{1}\x20mois\x20{2}\x20jour','yearQuarter':_0x35ec02(0x191)}}};}));
1
+ function _0x41b1(_0x1cb75b,_0x52e948){_0x1cb75b=_0x1cb75b-0x1a8;var _0x468193=_0x4681();var _0x41b119=_0x468193[_0x1cb75b];return _0x41b119;}(function(_0x5b5df5,_0x43fe75){var _0x4066d9=_0x41b1,_0x4d1422=_0x5b5df5();while(!![]){try{var _0x4f6240=-parseInt(_0x4066d9(0x1ce))/0x1*(-parseInt(_0x4066d9(0x1da))/0x2)+parseInt(_0x4066d9(0x1c8))/0x3+-parseInt(_0x4066d9(0x1cb))/0x4+-parseInt(_0x4066d9(0x1c9))/0x5+-parseInt(_0x4066d9(0x1b9))/0x6*(-parseInt(_0x4066d9(0x1b0))/0x7)+-parseInt(_0x4066d9(0x1ca))/0x8*(-parseInt(_0x4066d9(0x1c3))/0x9)+parseInt(_0x4066d9(0x1bd))/0xa;if(_0x4f6240===_0x43fe75)break;else _0x4d1422['push'](_0x4d1422['shift']());}catch(_0x27b1d4){_0x4d1422['push'](_0x4d1422['shift']());}}}(_0x4681,0x3d56d),function(_0xe0d7c8,_0x42aa20){var _0x346efd=_0x41b1;typeof exports=='object'&&typeof module<'u'?module[_0x346efd(0x1d6)]=_0x42aa20():typeof define==_0x346efd(0x1c0)&&define[_0x346efd(0x1be)]?define([],_0x42aa20):(_0xe0d7c8=typeof globalThis<'u'?globalThis:_0xe0d7c8||self,_0xe0d7c8[_0x346efd(0x1cd)]=_0x42aa20());}(this,function(){var _0x224714=_0x41b1;return{'sheets-pivot':{'sheet':_0x224714(0x1af),'blankValue':_0x224714(0x1d5),'otherValue':_0x224714(0x1ab),'columnName':'Colonne\x20','subTotalText':'Total','grandTotalText':'Total\x20général','valueText':_0x224714(0x1c5),'rowLabels':_0x224714(0x1d8),'columnLabels':_0x224714(0x1b2),'averageName':_0x224714(0x1b1),'countName':_0x224714(0x1bf),'countNumsName':_0x224714(0x1bf),'maxName':_0x224714(0x1bc),'minName':_0x224714(0x1d0),'productName':_0x224714(0x1cc),'stdDevName':_0x224714(0x1b7),'stdDevpName':_0x224714(0x1ba),'sumName':'Somme\x20de\x20','varName':_0x224714(0x1b5),'varpName':'Variance\x20pop.\x20de\x20','subTotal':_0x224714(0x1c1),'grandTotal':_0x224714(0x1cf),'value':_0x224714(0x1b8),'blank':_0x224714(0x1d9),'other':'autre','renderText':{'valueField':_0x224714(0x1d1),'subtotal':_0x224714(0x1a8),'grandTotal':_0x224714(0x1a8),'multipleGrandTotal':_0x224714(0x1d3),'subtotalWithValue':_0x224714(0x1a8)},'emptyPivot':{'filter':'Filtre','row':_0x224714(0x1aa),'column':_0x224714(0x1c7),'values':_0x224714(0x1c2)},'dateGroup':{'year':_0x224714(0x1c4),'month':'Mois','day':_0x224714(0x1ae),'date':'Jour','hour':'Heure','minute':'Minute','hourMinute':_0x224714(0x1d7),'quarter':_0x224714(0x1b4),'monthDate':_0x224714(0x1b3),'yearQuarter':_0x224714(0x1ad),'yearMonth':_0x224714(0x1d2),'yearMonthDate':_0x224714(0x1b6)},'cellDateGroupDisplay':{'minute':_0x224714(0x1d3),'hour':_0x224714(0x1d3),'hourMinute':_0x224714(0x1ac),'date':_0x224714(0x1d3),'month':_0x224714(0x1d3),'monthDate':_0x224714(0x1c6),'quarter':_0x224714(0x1d4),'year':_0x224714(0x1d3),'yearMonth':_0x224714(0x1c6),'yearMonthDate':_0x224714(0x1bb),'yearQuarter':_0x224714(0x1a9)}}};}));function _0x4681(){var _0x442dd9=['153407fOdEZL','Total\x20général','Min\x20de\x20','{0}{1}','Année-Mois','{0}','Q{0}','(Vide)','exports','Heure-Minute','Row\x20Labels','vide','2QidMQD','{0}\x20{1}','{0}-Q{1}','Ligne','(Autre)','{0}:{1}','Année-Trimestre','Jour','Feuille','455IXQaKI','Moyenne\x20de\x20','Column\x20Labels','Mois-Jour','Trimestre','Variance\x20de\x20','Année-Mois-Jour','Écart-type\x20de\x20','valeur','1092TPNqDs','Écart-type\x20pop.\x20de\x20','{0}-{1}-{2}','Max\x20de\x20','2394070mhUKjp','amd','Nombre\x20de\x20','function','Sous-total','Valeurs','9mlwwBO','Année','Valeur','{0}-{1}','Colonne','487977seihct','494895glfSSQ','1977688aGGltA','1857160HhsWHC','Produit\x20de\x20','UniverProSheetsPivotFrFR'];_0x4681=function(){return _0x442dd9;};return _0x4681();}
@@ -1 +1 @@
1
- function _0x3df6(){var _0xb5ec66=['lainnya','6518752yDVyup','Tahun','1ayvBCZ','Total\x20Keseluruhan','Rata-rata\x20dari\x20','230AyqURh','Subtotal','12796856AgJTMp','6hFhpsp','3622954EVGaoC','{0}\x20kuartal','55858902IKSNxU','Maks\x20dari\x20','{0}\x20bulan','{0}\x20bulan\x20{1}\x20hari','Menit','Bulan','Nilai','(Kosong)','5363615DolpCL','object','Kolom\x20','Lembar','7KQNMYu','Var\x20dari\x20','{0}\x20tahun\x20{1}\x20kuartal','4525089Wfkbjw','function','94455NnTuXc','(Lainnya)','Hasil\x20Kali\x20dari\x20','UniverProSheetsPivotIdID','Total','Tahun-Bulan-Hari','Hari','exports','{0}\x20menit','kosong','amd','Jumlah\x20dari\x20','Varp\x20dari\x20','Min\x20dari\x20','Kolom','Tahun-Kuartal','{0}\x20tahun\x20{1}\x20bulan','Kuartal','Bulan-Hari'];_0x3df6=function(){return _0xb5ec66;};return _0x3df6();}function _0x5761(_0x1e9392,_0x17d9e5){_0x1e9392=_0x1e9392-0x139;var _0x3df692=_0x3df6();var _0x576168=_0x3df692[_0x1e9392];return _0x576168;}(function(_0x18a3e5,_0x48a403){var _0x579ee9=_0x5761,_0x127e3e=_0x18a3e5();while(!![]){try{var _0x5b34b4=parseInt(_0x579ee9(0x154))/0x1*(-parseInt(_0x579ee9(0x15b))/0x2)+-parseInt(_0x579ee9(0x13c))/0x3+parseInt(_0x579ee9(0x152))/0x4+parseInt(_0x579ee9(0x165))/0x5*(-parseInt(_0x579ee9(0x15a))/0x6)+parseInt(_0x579ee9(0x139))/0x7*(-parseInt(_0x579ee9(0x159))/0x8)+parseInt(_0x579ee9(0x13e))/0x9*(parseInt(_0x579ee9(0x157))/0xa)+parseInt(_0x579ee9(0x15d))/0xb;if(_0x5b34b4===_0x48a403)break;else _0x127e3e['push'](_0x127e3e['shift']());}catch(_0x3f98b3){_0x127e3e['push'](_0x127e3e['shift']());}}}(_0x3df6,0xe9a39),function(_0x1a4c09,_0x4e9c8f){var _0x3b5131=_0x5761;typeof exports==_0x3b5131(0x166)&&typeof module<'u'?module[_0x3b5131(0x145)]=_0x4e9c8f():typeof define==_0x3b5131(0x13d)&&define[_0x3b5131(0x148)]?define([],_0x4e9c8f):(_0x1a4c09=typeof globalThis<'u'?globalThis:_0x1a4c09||self,_0x1a4c09[_0x3b5131(0x141)]=_0x4e9c8f());}(this,function(){var _0x157a47=_0x5761;return{'sheets-pivot':{'sheet':_0x157a47(0x168),'blankValue':_0x157a47(0x164),'otherValue':_0x157a47(0x13f),'columnName':_0x157a47(0x167),'subTotalText':_0x157a47(0x142),'grandTotalText':_0x157a47(0x155),'valueText':'Nilai','averageName':_0x157a47(0x156),'countName':_0x157a47(0x149),'countNumsName':_0x157a47(0x149),'maxName':_0x157a47(0x15e),'minName':_0x157a47(0x14b),'productName':_0x157a47(0x140),'stdDevName':'StdDev\x20dari\x20','stdDevpName':'StdDevp\x20dari\x20','sumName':_0x157a47(0x149),'varName':_0x157a47(0x13a),'varpName':_0x157a47(0x14a),'subTotal':_0x157a47(0x158),'grandTotal':_0x157a47(0x155),'value':'nilai','blank':_0x157a47(0x147),'other':_0x157a47(0x151),'emptyPivot':{'filter':'Filter','row':'Baris','column':_0x157a47(0x14c),'values':_0x157a47(0x163)},'dateGroup':{'year':_0x157a47(0x153),'month':_0x157a47(0x162),'day':_0x157a47(0x144),'hour':'Jam','minute':_0x157a47(0x161),'quarter':_0x157a47(0x14f),'monthDate':_0x157a47(0x150),'yearQuarter':_0x157a47(0x14d),'yearMonth':'Tahun-Bulan','yearMonthDate':_0x157a47(0x143)},'cellDateGroupDisplay':{'minute':_0x157a47(0x146),'hour':'{0}\x20jam','hourMinute':'{0}\x20jam\x20{1}\x20menit','date':'{0}\x20hari','month':_0x157a47(0x15f),'monthDate':_0x157a47(0x160),'quarter':_0x157a47(0x15c),'year':'{0}\x20tahun','yearMonth':_0x157a47(0x14e),'yearMonthDate':'{0}\x20tahun\x20{1}\x20bulan\x20{2}\x20hari','yearQuarter':_0x157a47(0x13b)}}};}));
1
+ function _0x27cf(_0x575f05,_0x3437e6){_0x575f05=_0x575f05-0x1ee;var _0x1522f9=_0x1522();var _0x27cf81=_0x1522f9[_0x575f05];return _0x27cf81;}(function(_0xbe9108,_0x514be9){var _0x42e84c=_0x27cf,_0x9e7114=_0xbe9108();while(!![]){try{var _0x5ef4dc=parseInt(_0x42e84c(0x1fa))/0x1*(parseInt(_0x42e84c(0x1f7))/0x2)+-parseInt(_0x42e84c(0x1f2))/0x3+parseInt(_0x42e84c(0x206))/0x4*(-parseInt(_0x42e84c(0x212))/0x5)+parseInt(_0x42e84c(0x1fe))/0x6+-parseInt(_0x42e84c(0x207))/0x7*(-parseInt(_0x42e84c(0x1ef))/0x8)+-parseInt(_0x42e84c(0x20e))/0x9*(parseInt(_0x42e84c(0x217))/0xa)+-parseInt(_0x42e84c(0x218))/0xb*(-parseInt(_0x42e84c(0x20d))/0xc);if(_0x5ef4dc===_0x514be9)break;else _0x9e7114['push'](_0x9e7114['shift']());}catch(_0x1c9a74){_0x9e7114['push'](_0x9e7114['shift']());}}}(_0x1522,0x5bdbe),function(_0x29a087,_0x2220d2){var _0x27146c=_0x27cf;typeof exports=='object'&&typeof module<'u'?module['exports']=_0x2220d2():typeof define==_0x27146c(0x1f3)&&define['amd']?define([],_0x2220d2):(_0x29a087=typeof globalThis<'u'?globalThis:_0x29a087||self,_0x29a087['UniverProSheetsPivotIdID']=_0x2220d2());}(this,function(){var _0x20ba86=_0x27cf;return{'sheets-pivot':{'sheet':_0x20ba86(0x1f8),'blankValue':_0x20ba86(0x1f0),'otherValue':'(Lainnya)','columnName':'Kolom\x20','subTotalText':_0x20ba86(0x1f6),'grandTotalText':_0x20ba86(0x208),'valueText':'Nilai','rowLabels':_0x20ba86(0x216),'columnLabels':'Column\x20Labels','averageName':'Rata-rata\x20dari\x20','countName':_0x20ba86(0x20a),'countNumsName':_0x20ba86(0x20a),'maxName':_0x20ba86(0x202),'minName':_0x20ba86(0x209),'productName':'Hasil\x20Kali\x20dari\x20','stdDevName':'StdDev\x20dari\x20','stdDevpName':_0x20ba86(0x215),'sumName':_0x20ba86(0x20a),'varName':_0x20ba86(0x213),'varpName':'Varp\x20dari\x20','subTotal':_0x20ba86(0x1fd),'grandTotal':_0x20ba86(0x208),'value':_0x20ba86(0x219),'blank':_0x20ba86(0x1fc),'other':'lainnya','renderText':{'valueField':_0x20ba86(0x200),'subtotal':'{0}\x20{1}','grandTotal':'{0}\x20{1}','multipleGrandTotal':_0x20ba86(0x1ee),'subtotalWithValue':_0x20ba86(0x201)},'emptyPivot':{'filter':_0x20ba86(0x20b),'row':_0x20ba86(0x203),'column':'Kolom','values':_0x20ba86(0x210)},'dateGroup':{'year':_0x20ba86(0x1f4),'month':_0x20ba86(0x214),'day':_0x20ba86(0x1f1),'date':_0x20ba86(0x1f1),'hour':'Jam','minute':_0x20ba86(0x205),'hourMinute':_0x20ba86(0x21a),'quarter':_0x20ba86(0x1ff),'monthDate':_0x20ba86(0x20c),'yearQuarter':'Tahun-Kuartal','yearMonth':_0x20ba86(0x20f),'yearMonthDate':_0x20ba86(0x1f5)},'cellDateGroupDisplay':{'minute':_0x20ba86(0x1ee),'hour':_0x20ba86(0x1ee),'hourMinute':_0x20ba86(0x211),'date':_0x20ba86(0x1ee),'month':_0x20ba86(0x1ee),'monthDate':_0x20ba86(0x204),'quarter':_0x20ba86(0x1fb),'year':_0x20ba86(0x1ee),'yearMonth':_0x20ba86(0x204),'yearMonthDate':'{0}-{1}-{2}','yearQuarter':_0x20ba86(0x1f9)}}};}));function _0x1522(){var _0x432e4a=['Menit','12292xLWtKU','1974497qFcCQu','Total\x20Keseluruhan','Min\x20dari\x20','Jumlah\x20dari\x20','Filter','Bulan-Hari','1407804CSLAnu','3221847uYJloU','Tahun-Bulan','Nilai','{0}:{1}','805JGAQqj','Var\x20dari\x20','Bulan','StdDevp\x20dari\x20','Row\x20Labels','20UKagOb','121ZypMsS','nilai','Jam-Menit','{0}','8nidvuU','(Kosong)','Hari','828645LuRoQg','function','Tahun','Tahun-Bulan-Hari','Total','2264ZpFSYB','Lembar','{0}-Q{1}','64NjMBpt','Q{0}','kosong','Subtotal','1309092wQuYQV','Kuartal','{0}{1}','{0}\x20{1}','Maks\x20dari\x20','Baris','{0}-{1}'];_0x1522=function(){return _0x432e4a;};return _0x1522();}
@@ -1 +1 @@
1
- function _0x29be(){var _0xe225ca=['valore','DevStdp\x20di\x20','{0}\x20anno\x20{1}\x20mese\x20{2}\x20giorno','DevStd\x20di\x20','Giorno','474270LXFhVL','10012WbfopS','4217015CQllUt','Anno-Trimestre','Minimo\x20di\x20','2461120JgMcDa','{0}\x20anno','Conteggio\x20di\x20','{0}\x20minuto','altro','Totale\x20Complessivo','Riga','Mese','1378552vWRarG','Var\x20di\x20','exports','Colonna\x20','Minuto','279tjSabU','vuoto','Foglio','Ora','6mHEotF','Massimo\x20di\x20','{0}\x20anno\x20{1}\x20trimestre','(Altro)','Anno','Prodotto\x20di\x20','Varp\x20di\x20','100cWGfWG','{0}\x20ora','Colonna','860wkvaCC','(Vuoto)','Anno-Mese','object','Valori','Trimestre','Totale','162126iIiRrB','{0}\x20mese\x20{1}\x20giorno','910LLdkse','function'];_0x29be=function(){return _0xe225ca;};return _0x29be();}function _0x4ead(_0x2d89af,_0x52bb9a){_0x2d89af=_0x2d89af-0xb6;var _0x29be2a=_0x29be();var _0x4ead44=_0x29be2a[_0x2d89af];return _0x4ead44;}(function(_0x344e48,_0x42b9c3){var _0x3ded3d=_0x4ead,_0x416341=_0x344e48();while(!![]){try{var _0x4e6c93=parseInt(_0x3ded3d(0xd9))/0x1+parseInt(_0x3ded3d(0xda))/0x2*(-parseInt(_0x3ded3d(0xbb))/0x3)+-parseInt(_0x3ded3d(0xc9))/0x4*(parseInt(_0x3ded3d(0xd2))/0x5)+-parseInt(_0x3ded3d(0xbf))/0x6*(parseInt(_0x3ded3d(0xb6))/0x7)+parseInt(_0x3ded3d(0xde))/0x8+-parseInt(_0x3ded3d(0xd0))/0x9*(parseInt(_0x3ded3d(0xc6))/0xa)+parseInt(_0x3ded3d(0xdb))/0xb;if(_0x4e6c93===_0x42b9c3)break;else _0x416341['push'](_0x416341['shift']());}catch(_0x2f0f9d){_0x416341['push'](_0x416341['shift']());}}}(_0x29be,0x45377),function(_0xb29d6b,_0x45dbee){var _0x10c40=_0x4ead;typeof exports==_0x10c40(0xcc)&&typeof module<'u'?module[_0x10c40(0xb8)]=_0x45dbee():typeof define==_0x10c40(0xd3)&&define['amd']?define([],_0x45dbee):(_0xb29d6b=typeof globalThis<'u'?globalThis:_0xb29d6b||self,_0xb29d6b['UniverProSheetsPivotItIT']=_0x45dbee());}(this,function(){var _0x268161=_0x4ead;return{'sheets-pivot':{'sheet':_0x268161(0xbd),'blankValue':_0x268161(0xca),'otherValue':_0x268161(0xc2),'columnName':_0x268161(0xb9),'subTotalText':_0x268161(0xcf),'grandTotalText':_0x268161(0xe3),'valueText':'Valore','averageName':'Media\x20di\x20','countName':_0x268161(0xe0),'countNumsName':_0x268161(0xe0),'maxName':_0x268161(0xc0),'minName':_0x268161(0xdd),'productName':_0x268161(0xc4),'stdDevName':_0x268161(0xd7),'stdDevpName':_0x268161(0xd5),'sumName':'Somma\x20di\x20','varName':_0x268161(0xb7),'varpName':_0x268161(0xc5),'subTotal':'Subtotale','grandTotal':'Totale\x20Complessivo','value':_0x268161(0xd4),'blank':_0x268161(0xbc),'other':_0x268161(0xe2),'emptyPivot':{'filter':'Filtro','row':_0x268161(0xe4),'column':_0x268161(0xc8),'values':_0x268161(0xcd)},'dateGroup':{'year':_0x268161(0xc3),'month':_0x268161(0xe5),'day':_0x268161(0xd8),'hour':_0x268161(0xbe),'minute':_0x268161(0xba),'quarter':_0x268161(0xce),'monthDate':'Mese-Giorno','yearQuarter':_0x268161(0xdc),'yearMonth':_0x268161(0xcb),'yearMonthDate':'Anno-Mese-Giorno'},'cellDateGroupDisplay':{'minute':_0x268161(0xe1),'hour':_0x268161(0xc7),'hourMinute':'{0}\x20ora\x20{1}\x20minuto','date':'{0}\x20giorno','month':'{0}\x20mese','monthDate':_0x268161(0xd1),'quarter':'{0}\x20trimestre','year':_0x268161(0xdf),'yearMonth':'{0}\x20anno\x20{1}\x20mese','yearMonthDate':_0x268161(0xd6),'yearQuarter':_0x268161(0xc1)}}};}));
1
+ function _0x103b(_0x3f4ed6,_0x23aead){_0x3f4ed6=_0x3f4ed6-0xb5;var _0x36dde6=_0x36dd();var _0x103b7b=_0x36dde6[_0x3f4ed6];return _0x103b7b;}function _0x36dd(){var _0x54e9c4=['amd','{0}-{1}-{2}','Conteggio\x20di\x20','Colonna\x20','Anno','{0}-Q{1}','valore','7fjiUCe','DevStdp\x20di\x20','object','Minuto','299610WKvjim','Valore','1651785LVNICa','{0}{1}','Riga','Totale\x20Complessivo','Varp\x20di\x20','Minimo\x20di\x20','Column\x20Labels','Q{0}','exports','5349330PHQLys','(Vuoto)','Trimestre','Anno-Trimestre','543698IJAlHM','Somma\x20di\x20','598722NWvshq','Colonna','Giorno','Prodotto\x20di\x20','Var\x20di\x20','Massimo\x20di\x20','Ora','DevStd\x20di\x20','2599080mBboqT','1IXXpyp','8ZWAgWT','function','1255792FEocVM','Anno-Mese-Giorno','Media\x20di\x20','Anno-Mese','{0}\x20{1}','{0}','Valori'];_0x36dd=function(){return _0x54e9c4;};return _0x36dd();}(function(_0x40b796,_0x1e67c2){var _0x47d90b=_0x103b,_0x345f47=_0x40b796();while(!![]){try{var _0x26553b=-parseInt(_0x47d90b(0xd3))/0x1*(-parseInt(_0x47d90b(0xc8))/0x2)+parseInt(_0x47d90b(0xca))/0x3*(-parseInt(_0x47d90b(0xd4))/0x4)+parseInt(_0x47d90b(0xbb))/0x5+parseInt(_0x47d90b(0xd2))/0x6+-parseInt(_0x47d90b(0xb5))/0x7*(-parseInt(_0x47d90b(0xd6))/0x8)+-parseInt(_0x47d90b(0xb9))/0x9+-parseInt(_0x47d90b(0xc4))/0xa;if(_0x26553b===_0x1e67c2)break;else _0x345f47['push'](_0x345f47['shift']());}catch(_0x5f478a){_0x345f47['push'](_0x345f47['shift']());}}}(_0x36dd,0x36edd),function(_0x100726,_0x18dfb9){var _0x54155c=_0x103b;typeof exports==_0x54155c(0xb7)&&typeof module<'u'?module[_0x54155c(0xc3)]=_0x18dfb9():typeof define==_0x54155c(0xd5)&&define[_0x54155c(0xdd)]?define([],_0x18dfb9):(_0x100726=typeof globalThis<'u'?globalThis:_0x100726||self,_0x100726['UniverProSheetsPivotItIT']=_0x18dfb9());}(this,function(){var _0x19475b=_0x103b;return{'sheets-pivot':{'sheet':'Foglio','blankValue':_0x19475b(0xc5),'otherValue':'(Altro)','columnName':_0x19475b(0xe0),'subTotalText':'Totale','grandTotalText':_0x19475b(0xbe),'valueText':_0x19475b(0xba),'rowLabels':'Row\x20Labels','columnLabels':_0x19475b(0xc1),'averageName':_0x19475b(0xd8),'countName':_0x19475b(0xdf),'countNumsName':_0x19475b(0xdf),'maxName':_0x19475b(0xcf),'minName':_0x19475b(0xc0),'productName':_0x19475b(0xcd),'stdDevName':_0x19475b(0xd1),'stdDevpName':_0x19475b(0xb6),'sumName':_0x19475b(0xc9),'varName':_0x19475b(0xce),'varpName':_0x19475b(0xbf),'subTotal':'Subtotale','grandTotal':'Totale\x20Complessivo','value':_0x19475b(0xe3),'blank':'vuoto','other':'altro','renderText':{'valueField':_0x19475b(0xbc),'subtotal':_0x19475b(0xda),'grandTotal':_0x19475b(0xda),'multipleGrandTotal':_0x19475b(0xdb),'subtotalWithValue':_0x19475b(0xda)},'emptyPivot':{'filter':'Filtro','row':_0x19475b(0xbd),'column':_0x19475b(0xcb),'values':_0x19475b(0xdc)},'dateGroup':{'year':_0x19475b(0xe1),'month':'Mese','day':_0x19475b(0xcc),'date':'Giorno','hour':_0x19475b(0xd0),'minute':_0x19475b(0xb8),'hourMinute':'Ora-Minuto','quarter':_0x19475b(0xc6),'monthDate':'Mese-Giorno','yearQuarter':_0x19475b(0xc7),'yearMonth':_0x19475b(0xd9),'yearMonthDate':_0x19475b(0xd7)},'cellDateGroupDisplay':{'minute':_0x19475b(0xdb),'hour':_0x19475b(0xdb),'hourMinute':'{0}:{1}','date':'{0}','month':_0x19475b(0xdb),'monthDate':'{0}-{1}','quarter':_0x19475b(0xc2),'year':_0x19475b(0xdb),'yearMonth':'{0}-{1}','yearMonthDate':_0x19475b(0xde),'yearQuarter':_0x19475b(0xe2)}}};}));
@@ -1 +1 @@
1
- (function(_0x16a5ff,_0x4861bf){var _0x5698bb=_0x5303,_0x1d7037=_0x16a5ff();while(!![]){try{var _0x570780=-parseInt(_0x5698bb(0x7c))/0x1+-parseInt(_0x5698bb(0x6e))/0x2+-parseInt(_0x5698bb(0x86))/0x3+parseInt(_0x5698bb(0x7f))/0x4*(parseInt(_0x5698bb(0x8b))/0x5)+-parseInt(_0x5698bb(0x8f))/0x6*(-parseInt(_0x5698bb(0x7a))/0x7)+parseInt(_0x5698bb(0x79))/0x8+parseInt(_0x5698bb(0x72))/0x9*(-parseInt(_0x5698bb(0x96))/0xa);if(_0x570780===_0x4861bf)break;else _0x1d7037['push'](_0x1d7037['shift']());}catch(_0xbc22a2){_0x1d7037['push'](_0x1d7037['shift']());}}}(_0x1531,0xd8f90),function(_0x53124b,_0x26a637){var _0x2549b6=_0x5303;typeof exports==_0x2549b6(0x78)&&typeof module<'u'?module[_0x2549b6(0x84)]=_0x26a637():typeof define==_0x2549b6(0x88)&&define[_0x2549b6(0x87)]?define([],_0x26a637):(_0x53124b=typeof globalThis<'u'?globalThis:_0x53124b||self,_0x53124b[_0x2549b6(0x71)]=_0x26a637());}(this,function(){var _0x546a68=_0x5303;return{'sheets-pivot':{'sheet':'シート','blankValue':_0x546a68(0x8e),'otherValue':_0x546a68(0x75),'columnName':'列\x20','subTotalText':'合計','grandTotalText':'総計','valueText':'値','averageName':_0x546a68(0x81),'countName':_0x546a68(0x6f),'countNumsName':_0x546a68(0x85),'maxName':_0x546a68(0x82),'minName':_0x546a68(0x91),'productName':'積\x20/\x20','stdDevName':_0x546a68(0x83),'stdDevpName':'標本標準偏差\x20/\x20','sumName':_0x546a68(0x76),'varName':_0x546a68(0x7b),'varpName':'標本分散\x20/\x20','subTotal':'小計','grandTotal':'総計','value':'値','blank':'空白','other':_0x546a68(0x94),'emptyPivot':{'filter':_0x546a68(0x93),'row':'行','column':'列','values':'値'},'dateGroup':{'year':'年','month':'月','day':'日','hour':'時','minute':'分','quarter':_0x546a68(0x92),'monthDate':_0x546a68(0x80),'yearQuarter':_0x546a68(0x74),'yearMonth':_0x546a68(0x8c),'yearMonthDate':_0x546a68(0x95)},'cellDateGroupDisplay':{'minute':_0x546a68(0x77),'hour':_0x546a68(0x90),'hourMinute':_0x546a68(0x70),'date':_0x546a68(0x8d),'month':_0x546a68(0x89),'monthDate':_0x546a68(0x7d),'quarter':'第{0}四半期','year':_0x546a68(0x7e),'yearMonth':'{0}年{1}月','yearMonthDate':_0x546a68(0x8a),'yearQuarter':_0x546a68(0x73)}}};}));function _0x5303(_0x5421b7,_0x641ca8){_0x5421b7=_0x5421b7-0x6e;var _0x1531dd=_0x1531();var _0x53036f=_0x1531dd[_0x5421b7];return _0x53036f;}function _0x1531(){var _0x4fcc6d=['336933wprhlW','amd','function','{0}月','{0}年{1}月{2}日','7192480PfGbCF','年-月','{0}日','(空白)','888606OXUaTN','{0}時','最小値\x20/\x20','四半期','フィルター','その他','年-月-日','69050efzDql','2650114gWLYnK','データの個数\x20/\x20','{0}時{1}分','UniverProSheetsPivotJaJP','18IOhnqo','{0}年第{1}四半期','年-四半期','(その他)','合計\x20/\x20','{0}分','object','1305600TKWAGw','63GSZEin','分散\x20/\x20','594707oYklsn','{0}月{1}日','{0}年','4aoUARi','月-日','平均\x20/\x20','最大値\x20/\x20','標準偏差\x20/\x20','exports','数値の個数\x20/\x20'];_0x1531=function(){return _0x4fcc6d;};return _0x1531();}
1
+ function _0x38df(){var _0x4fbe6a=['最小値\x20/\x20','標本分散\x20/\x20','364008ypTzkJ','月-日','{0}-{1}-{2}','合計\x20/\x20','{0}','object','Q{0}','2gNXUIF','298434sqshZy','シート','Column\x20Labels','function','分散\x20/\x20','{0}-{1}','年-月-日','49QnWGnE','最大値\x20/\x20','21698853RvmuqX','{0}-Q{1}','759306RTgwAS','175090WAhlji','816BBIvkz','UniverProSheetsPivotJaJP','時-分','{0}{1}','{0}\x20{1}','261ESDFuN','13005nDippK','{0}:{1}','(その他)','積\x20/\x20','(空白)','数値の個数\x20/\x20','amd','2480048BcumRr','標準偏差\x20/\x20','平均\x20/\x20','exports'];_0x38df=function(){return _0x4fbe6a;};return _0x38df();}function _0x37a5(_0xf3effb,_0x51e5d){_0xf3effb=_0xf3effb-0x17b;var _0x38dfed=_0x38df();var _0x37a565=_0x38dfed[_0xf3effb];return _0x37a565;}(function(_0x224183,_0x533ae2){var _0x5e01d1=_0x37a5,_0x7f2280=_0x224183();while(!![]){try{var _0x3f3f94=parseInt(_0x5e01d1(0x196))/0x1+parseInt(_0x5e01d1(0x19d))/0x2*(-parseInt(_0x5e01d1(0x181))/0x3)+-parseInt(_0x5e01d1(0x183))/0x4*(parseInt(_0x5e01d1(0x189))/0x5)+-parseInt(_0x5e01d1(0x19e))/0x6*(parseInt(_0x5e01d1(0x17d))/0x7)+-parseInt(_0x5e01d1(0x190))/0x8+-parseInt(_0x5e01d1(0x188))/0x9*(parseInt(_0x5e01d1(0x182))/0xa)+parseInt(_0x5e01d1(0x17f))/0xb;if(_0x3f3f94===_0x533ae2)break;else _0x7f2280['push'](_0x7f2280['shift']());}catch(_0x2bdb7a){_0x7f2280['push'](_0x7f2280['shift']());}}}(_0x38df,0x5e7a9),function(_0x6f24e1,_0xd46e9b){var _0x103198=_0x37a5;typeof exports==_0x103198(0x19b)&&typeof module<'u'?module[_0x103198(0x193)]=_0xd46e9b():typeof define==_0x103198(0x1a1)&&define[_0x103198(0x18f)]?define([],_0xd46e9b):(_0x6f24e1=typeof globalThis<'u'?globalThis:_0x6f24e1||self,_0x6f24e1[_0x103198(0x184)]=_0xd46e9b());}(this,function(){var _0x18b7b3=_0x37a5;return{'sheets-pivot':{'sheet':_0x18b7b3(0x19f),'blankValue':_0x18b7b3(0x18d),'otherValue':_0x18b7b3(0x18b),'columnName':'列\x20','subTotalText':'合計','grandTotalText':'総計','valueText':'値','rowLabels':'Row\x20Labels','columnLabels':_0x18b7b3(0x1a0),'averageName':_0x18b7b3(0x192),'countName':'データの個数\x20/\x20','countNumsName':_0x18b7b3(0x18e),'maxName':_0x18b7b3(0x17e),'minName':_0x18b7b3(0x194),'productName':_0x18b7b3(0x18c),'stdDevName':_0x18b7b3(0x191),'stdDevpName':'標本標準偏差\x20/\x20','sumName':_0x18b7b3(0x199),'varName':_0x18b7b3(0x1a2),'varpName':_0x18b7b3(0x195),'subTotal':'小計','grandTotal':'総計','value':'値','blank':'空白','other':'その他','renderText':{'valueField':_0x18b7b3(0x186),'subtotal':_0x18b7b3(0x187),'grandTotal':_0x18b7b3(0x187),'multipleGrandTotal':_0x18b7b3(0x19a),'subtotalWithValue':'{0}\x20{1}'},'emptyPivot':{'filter':'フィルター','row':'行','column':'列','values':'値'},'dateGroup':{'year':'年','month':'月','day':'日','date':'日','hour':'時','minute':'分','hourMinute':_0x18b7b3(0x185),'quarter':'四半期','monthDate':_0x18b7b3(0x197),'yearQuarter':'年-四半期','yearMonth':'年-月','yearMonthDate':_0x18b7b3(0x17c)},'cellDateGroupDisplay':{'minute':'{0}','hour':_0x18b7b3(0x19a),'hourMinute':_0x18b7b3(0x18a),'date':_0x18b7b3(0x19a),'month':'{0}','monthDate':_0x18b7b3(0x17b),'quarter':_0x18b7b3(0x19c),'year':_0x18b7b3(0x19a),'yearMonth':_0x18b7b3(0x17b),'yearMonthDate':_0x18b7b3(0x198),'yearQuarter':_0x18b7b3(0x180)}}};}));
@@ -1 +1 @@
1
- (function(_0x488c2a,_0x42523d){var _0x1468bd=_0x29d1,_0x5d40b8=_0x488c2a();while(!![]){try{var _0x4bd5f6=parseInt(_0x1468bd(0x18b))/0x1+parseInt(_0x1468bd(0x186))/0x2+parseInt(_0x1468bd(0x19e))/0x3+parseInt(_0x1468bd(0x185))/0x4*(-parseInt(_0x1468bd(0x17f))/0x5)+-parseInt(_0x1468bd(0x188))/0x6*(parseInt(_0x1468bd(0x194))/0x7)+parseInt(_0x1468bd(0x199))/0x8+-parseInt(_0x1468bd(0x19b))/0x9;if(_0x4bd5f6===_0x42523d)break;else _0x5d40b8['push'](_0x5d40b8['shift']());}catch(_0x1f7b19){_0x5d40b8['push'](_0x5d40b8['shift']());}}}(_0x3ddf,0x4fe0b),function(_0x3d783f,_0x460d6b){var _0x571d1c=_0x29d1;typeof exports==_0x571d1c(0x179)&&typeof module<'u'?module['exports']=_0x460d6b():typeof define==_0x571d1c(0x18c)&&define[_0x571d1c(0x189)]?define([],_0x460d6b):(_0x3d783f=typeof globalThis<'u'?globalThis:_0x3d783f||self,_0x3d783f[_0x571d1c(0x190)]=_0x460d6b());}(this,function(){var _0x22cd2d=_0x29d1;return{'sheets-pivot':{'sheet':'시트','blankValue':_0x22cd2d(0x17b),'otherValue':_0x22cd2d(0x197),'columnName':'열\x20','subTotalText':'합계','grandTotalText':_0x22cd2d(0x184),'valueText':'값','averageName':'평균\x20/\x20','countName':_0x22cd2d(0x19c),'countNumsName':'숫자\x20개수\x20/\x20','maxName':_0x22cd2d(0x195),'minName':_0x22cd2d(0x181),'productName':_0x22cd2d(0x198),'stdDevName':_0x22cd2d(0x182),'stdDevpName':_0x22cd2d(0x18d),'sumName':_0x22cd2d(0x191),'varName':_0x22cd2d(0x187),'varpName':'분산(모집단)\x20/\x20','subTotal':_0x22cd2d(0x180),'grandTotal':_0x22cd2d(0x184),'value':'값','blank':_0x22cd2d(0x193),'other':'기타','emptyPivot':{'filter':'필터','row':'행','column':'열','values':'값'},'dateGroup':{'year':'년','month':'월','day':'일','hour':'시','minute':'분','quarter':'분기','monthDate':_0x22cd2d(0x17c),'yearQuarter':_0x22cd2d(0x19d),'yearMonth':_0x22cd2d(0x18a),'yearMonthDate':_0x22cd2d(0x17d)},'cellDateGroupDisplay':{'minute':_0x22cd2d(0x19a),'hour':_0x22cd2d(0x183),'hourMinute':_0x22cd2d(0x196),'date':_0x22cd2d(0x18f),'month':'{0}월','monthDate':'{0}{1}','quarter':'제{0}분기','year':_0x22cd2d(0x17a),'yearMonth':_0x22cd2d(0x192),'yearMonthDate':_0x22cd2d(0x18e),'yearQuarter':_0x22cd2d(0x17e)}}};}));function _0x29d1(_0xfef008,_0x3f858c){_0xfef008=_0xfef008-0x179;var _0x3ddfb1=_0x3ddf();var _0x29d140=_0x3ddfb1[_0xfef008];return _0x29d140;}function _0x3ddf(){var _0x514e67=['최소값\x20/\x20','표준\x20편차\x20/\x20','{0}시','총합계','20056CxMxLe','261530YwTlFB','분산\x20/\x20','672gUEFnL','amd','년-월','210292ldjhcC','function','표준\x20편차(모집단)\x20/\x20','{0}{1}월{2}일','{0}일','UniverProSheetsPivotKoKR','합계\x20/\x20','{0}년{1}월','비어\x20있음','56WqNDci','최대값\x20/\x20','{0}{1}','(기타)','곱\x20/\x20','2558704GctJmA','{0}','1716624tChkGh','개수\x20/\x20','년-분기','957612TOvrfU','object','{0}년','(비어\x20있음)','월-일','년-월-일','{0}년제{1}분기','460GFgMet','부분합'];_0x3ddf=function(){return _0x514e67;};return _0x3ddf();}
1
+ (function(_0x4bd71c,_0x19c332){var _0x536afe=_0x5589,_0x30400b=_0x4bd71c();while(!![]){try{var _0x4949ab=-parseInt(_0x536afe(0xd9))/0x1+-parseInt(_0x536afe(0xcb))/0x2+-parseInt(_0x536afe(0xc3))/0x3+parseInt(_0x536afe(0xde))/0x4+parseInt(_0x536afe(0xd2))/0x5*(-parseInt(_0x536afe(0xc1))/0x6)+-parseInt(_0x536afe(0xc0))/0x7*(parseInt(_0x536afe(0xbf))/0x8)+-parseInt(_0x536afe(0xc9))/0x9*(-parseInt(_0x536afe(0xc5))/0xa);if(_0x4949ab===_0x19c332)break;else _0x30400b['push'](_0x30400b['shift']());}catch(_0x1d8508){_0x30400b['push'](_0x30400b['shift']());}}}(_0x4af5,0x9823f),function(_0x3b04e3,_0x301634){var _0x2293ab=_0x5589;typeof exports==_0x2293ab(0xcf)&&typeof module<'u'?module[_0x2293ab(0xda)]=_0x301634():typeof define=='function'&&define[_0x2293ab(0xe0)]?define([],_0x301634):(_0x3b04e3=typeof globalThis<'u'?globalThis:_0x3b04e3||self,_0x3b04e3[_0x2293ab(0xd8)]=_0x301634());}(this,function(){var _0x424aa8=_0x5589;return{'sheets-pivot':{'sheet':'시트','blankValue':_0x424aa8(0xcd),'otherValue':_0x424aa8(0xdd),'columnName':'열\x20','subTotalText':'합계','grandTotalText':'총합계','valueText':'값','rowLabels':_0x424aa8(0xd1),'columnLabels':'Column\x20Labels','averageName':_0x424aa8(0xd6),'countName':_0x424aa8(0xdb),'countNumsName':_0x424aa8(0xe1),'maxName':'최대값\x20/\x20','minName':_0x424aa8(0xc8),'productName':'곱\x20/\x20','stdDevName':_0x424aa8(0xc2),'stdDevpName':_0x424aa8(0xd5),'sumName':_0x424aa8(0xc4),'varName':'분산\x20/\x20','varpName':_0x424aa8(0xd0),'subTotal':'부분합','grandTotal':_0x424aa8(0xd7),'value':'값','blank':_0x424aa8(0xcc),'other':'기타','renderText':{'valueField':_0x424aa8(0xbe),'subtotal':_0x424aa8(0xd3),'grandTotal':_0x424aa8(0xd3),'multipleGrandTotal':_0x424aa8(0xdf),'subtotalWithValue':'{0}\x20{1}'},'emptyPivot':{'filter':'필터','row':'행','column':'열','values':'값'},'dateGroup':{'year':'년','month':'월','day':'일','date':'일','hour':'시','minute':'분','hourMinute':_0x424aa8(0xca),'quarter':'분기','monthDate':_0x424aa8(0xc6),'yearQuarter':_0x424aa8(0xd4),'yearMonth':_0x424aa8(0xce),'yearMonthDate':_0x424aa8(0xc7)},'cellDateGroupDisplay':{'minute':_0x424aa8(0xdf),'hour':_0x424aa8(0xdf),'hourMinute':'{0}:{1}','date':_0x424aa8(0xdf),'month':_0x424aa8(0xdf),'monthDate':'{0}-{1}','quarter':_0x424aa8(0xe2),'year':_0x424aa8(0xdf),'yearMonth':'{0}-{1}','yearMonthDate':'{0}-{1}-{2}','yearQuarter':_0x424aa8(0xdc)}}};}));function _0x5589(_0x307ea5,_0x11b6c3){_0x307ea5=_0x307ea5-0xbe;var _0x4af54f=_0x4af5();var _0x558950=_0x4af54f[_0x307ea5];return _0x558950;}function _0x4af5(){var _0x249cd9=['년-월-일','최소값\x20/\x20','3688407ljVZGe','시-분','1572514Xxxyap','비어\x20있음','(비어\x20있음)','년-월','object','분산(모집단)\x20/\x20','Row\x20Labels','468935izzQAt','{0}\x20{1}','년-분기','표준\x20편차(모집단)\x20/\x20','평균\x20/\x20','총합계','UniverProSheetsPivotKoKR','682311XehNSs','exports','개수\x20/\x20','{0}-Q{1}','(기타)','1536952OhANSH','{0}','amd','숫자\x20개수\x20/\x20','Q{0}','{0}{1}','16nGwCoZ','2575293jEZQGS','24GtAmIs','표준\x20편차\x20/\x20','2609892KgFdUW','합계\x20/\x20','90nELKkr','월-일'];_0x4af5=function(){return _0x249cd9;};return _0x4af5();}
@@ -1 +1 @@
1
- function _0xd312(_0x316b99,_0x165d3d){_0x316b99=_0x316b99-0x135;var _0x3a76ba=_0x3a76();var _0xd312bd=_0x3a76ba[_0x316b99];return _0xd312bd;}(function(_0x117936,_0x63ae70){var _0x5a3f5d=_0xd312,_0x577045=_0x117936();while(!![]){try{var _0x518931=-parseInt(_0x5a3f5d(0x14d))/0x1*(parseInt(_0x5a3f5d(0x15c))/0x2)+-parseInt(_0x5a3f5d(0x141))/0x3+parseInt(_0x5a3f5d(0x13f))/0x4+parseInt(_0x5a3f5d(0x157))/0x5*(-parseInt(_0x5a3f5d(0x14f))/0x6)+parseInt(_0x5a3f5d(0x13e))/0x7+parseInt(_0x5a3f5d(0x139))/0x8*(parseInt(_0x5a3f5d(0x15a))/0x9)+parseInt(_0x5a3f5d(0x148))/0xa;if(_0x518931===_0x63ae70)break;else _0x577045['push'](_0x577045['shift']());}catch(_0x51e30d){_0x577045['push'](_0x577045['shift']());}}}(_0x3a76,0x22325),function(_0x2e65c7,_0x34b134){var _0x43ab3b=_0xd312;typeof exports==_0x43ab3b(0x147)&&typeof module<'u'?module[_0x43ab3b(0x153)]=_0x34b134():typeof define==_0x43ab3b(0x155)&&define[_0x43ab3b(0x13b)]?define([],_0x34b134):(_0x2e65c7=typeof globalThis<'u'?globalThis:_0x2e65c7||self,_0x2e65c7[_0x43ab3b(0x152)]=_0x34b134());}(this,function(){var _0x4ab54f=_0xd312;return{'sheets-pivot':{'sheet':_0x4ab54f(0x13a),'blankValue':_0x4ab54f(0x151),'otherValue':_0x4ab54f(0x160),'columnName':_0x4ab54f(0x146),'subTotalText':_0x4ab54f(0x162),'grandTotalText':'Suma\x20całkowita','valueText':_0x4ab54f(0x13d),'averageName':_0x4ab54f(0x15b),'countName':_0x4ab54f(0x156),'countNumsName':_0x4ab54f(0x156),'maxName':_0x4ab54f(0x136),'minName':_0x4ab54f(0x15f),'productName':'Iloczyn\x20z\x20','stdDevName':_0x4ab54f(0x14e),'stdDevpName':_0x4ab54f(0x14a),'sumName':_0x4ab54f(0x15e),'varName':'Wariancja\x20z\x20','varpName':'WariancjaPop\x20z\x20','subTotal':_0x4ab54f(0x135),'grandTotal':'Suma\x20całkowita','value':_0x4ab54f(0x13c),'blank':'puste','other':'inne','emptyPivot':{'filter':_0x4ab54f(0x137),'row':'Wiersz','column':'Kolumna','values':_0x4ab54f(0x138)},'dateGroup':{'year':'Rok','month':'Miesiąc','day':_0x4ab54f(0x149),'hour':_0x4ab54f(0x158),'minute':_0x4ab54f(0x144),'quarter':_0x4ab54f(0x150),'monthDate':'Miesiąc-Dzień','yearQuarter':'Rok-Kwartał','yearMonth':'Rok-Miesiąc','yearMonthDate':_0x4ab54f(0x14c)},'cellDateGroupDisplay':{'minute':_0x4ab54f(0x143),'hour':_0x4ab54f(0x145),'hourMinute':'{0}\x20godzina\x20{1}\x20minuta','date':_0x4ab54f(0x142),'month':_0x4ab54f(0x15d),'monthDate':_0x4ab54f(0x154),'quarter':_0x4ab54f(0x14b),'year':_0x4ab54f(0x163),'yearMonth':_0x4ab54f(0x159),'yearMonthDate':_0x4ab54f(0x161),'yearQuarter':_0x4ab54f(0x140)}}};}));function _0x3a76(){var _0xfc90d=['(Puste)','UniverProSheetsPivotPlPL','exports','{0}\x20miesiąc\x20{1}\x20dzień','function','Liczba\x20z\x20','1805xKmgoa','Godzina','{0}\x20rok\x20{1}\x20miesiąc','9GDsGzs','Średnia\x20z\x20','394sKBmwB','{0}\x20miesiąc','Suma\x20z\x20','Minimum\x20z\x20','(Inne)','{0}\x20rok\x20{1}\x20miesiąc\x20{2}\x20dzień','Suma','{0}\x20rok','Suma\x20częściowa','Maksimum\x20z\x20','Filtr','Wartości','223120CLtrLZ','Arkusz','amd','wartość','Wartość','352163kpSPii','56608XvXVoz','{0}\x20rok\x20{1}\x20kwartał','723279LQxWjQ','{0}\x20dzień','{0}\x20minuta','Minuta','{0}\x20godzina','Kolumna\x20','object','4687030nChjKc','Dzień','OdchStdPop\x20z\x20','{0}\x20kwartał','Rok-Miesiąc-Dzień','171ocvVCR','OdchStd\x20z\x20','2430onfoPH','Kwartał'];_0x3a76=function(){return _0xfc90d;};return _0x3a76();}
1
+ (function(_0x69acb7,_0x4b0efb){var _0x2fd798=_0xdd59,_0x8864c5=_0x69acb7();while(!![]){try{var _0x46669e=-parseInt(_0x2fd798(0xec))/0x1+parseInt(_0x2fd798(0xe8))/0x2*(-parseInt(_0x2fd798(0xf1))/0x3)+parseInt(_0x2fd798(0x107))/0x4+parseInt(_0x2fd798(0xe1))/0x5*(parseInt(_0x2fd798(0xf7))/0x6)+-parseInt(_0x2fd798(0xff))/0x7+parseInt(_0x2fd798(0x101))/0x8+parseInt(_0x2fd798(0xef))/0x9*(parseInt(_0x2fd798(0xea))/0xa);if(_0x46669e===_0x4b0efb)break;else _0x8864c5['push'](_0x8864c5['shift']());}catch(_0x2ae935){_0x8864c5['push'](_0x8864c5['shift']());}}}(_0x29cc,0xa700a),function(_0x1642b5,_0x42a232){var _0x258e3a=_0xdd59;typeof exports==_0x258e3a(0xeb)&&typeof module<'u'?module[_0x258e3a(0x10a)]=_0x42a232():typeof define==_0x258e3a(0x100)&&define[_0x258e3a(0xf9)]?define([],_0x42a232):(_0x1642b5=typeof globalThis<'u'?globalThis:_0x1642b5||self,_0x1642b5[_0x258e3a(0xfb)]=_0x42a232());}(this,function(){var _0x24924d=_0xdd59;return{'sheets-pivot':{'sheet':_0x24924d(0xee),'blankValue':_0x24924d(0xdf),'otherValue':_0x24924d(0xe3),'columnName':_0x24924d(0xd6),'subTotalText':_0x24924d(0xdc),'grandTotalText':_0x24924d(0xfc),'valueText':_0x24924d(0xed),'rowLabels':_0x24924d(0xf0),'columnLabels':_0x24924d(0xd9),'averageName':_0x24924d(0xe6),'countName':_0x24924d(0x102),'countNumsName':_0x24924d(0x102),'maxName':_0x24924d(0x106),'minName':_0x24924d(0xde),'productName':_0x24924d(0xfd),'stdDevName':_0x24924d(0xf3),'stdDevpName':'OdchStdPop\x20z\x20','sumName':_0x24924d(0x103),'varName':_0x24924d(0x105),'varpName':'WariancjaPop\x20z\x20','subTotal':_0x24924d(0xda),'grandTotal':_0x24924d(0xfc),'value':'wartość','blank':_0x24924d(0xfe),'other':_0x24924d(0xf6),'renderText':{'valueField':_0x24924d(0x108),'subtotal':_0x24924d(0xf5),'grandTotal':_0x24924d(0xf5),'multipleGrandTotal':_0x24924d(0x109),'subtotalWithValue':_0x24924d(0xf5)},'emptyPivot':{'filter':_0x24924d(0xe9),'row':_0x24924d(0xe7),'column':_0x24924d(0xdb),'values':_0x24924d(0x104)},'dateGroup':{'year':_0x24924d(0xd7),'month':'Miesiąc','day':'Dzień','date':_0x24924d(0xfa),'hour':'Godzina','minute':_0x24924d(0xd5),'hourMinute':_0x24924d(0xe0),'quarter':_0x24924d(0x10b),'monthDate':_0x24924d(0xd8),'yearQuarter':_0x24924d(0xe2),'yearMonth':_0x24924d(0xe4),'yearMonthDate':_0x24924d(0xe5)},'cellDateGroupDisplay':{'minute':_0x24924d(0x109),'hour':_0x24924d(0x109),'hourMinute':_0x24924d(0xf4),'date':_0x24924d(0x109),'month':_0x24924d(0x109),'monthDate':_0x24924d(0xdd),'quarter':_0x24924d(0xf8),'year':_0x24924d(0x109),'yearMonth':_0x24924d(0xdd),'yearMonthDate':_0x24924d(0xf2),'yearQuarter':'{0}-Q{1}'}}};}));function _0xdd59(_0x2679f4,_0x3aeab5){_0x2679f4=_0x2679f4-0xd5;var _0x29cc33=_0x29cc();var _0xdd59ff=_0x29cc33[_0x2679f4];return _0xdd59ff;}function _0x29cc(){var _0x3c183d=['Suma','{0}-{1}','Minimum\x20z\x20','(Puste)','Godzina-Minuta','5LOKyOd','Rok-Kwartał','(Inne)','Rok-Miesiąc','Rok-Miesiąc-Dzień','Średnia\x20z\x20','Wiersz','2sByhKS','Filtr','529870SHPfrE','object','38120EBBBas','Wartość','Arkusz','117XHCewU','Row\x20Labels','571389wCNYzw','{0}-{1}-{2}','OdchStd\x20z\x20','{0}:{1}','{0}\x20{1}','inne','2746050cMPUpb','Q{0}','amd','Dzień','UniverProSheetsPivotPlPL','Suma\x20całkowita','Iloczyn\x20z\x20','puste','9224852suLrtJ','function','3524920nfSlcU','Liczba\x20z\x20','Suma\x20z\x20','Wartości','Wariancja\x20z\x20','Maksimum\x20z\x20','2573360MSINRF','{0}{1}','{0}','exports','Kwartał','Minuta','Kolumna\x20','Rok','Miesiąc-Dzień','Column\x20Labels','Suma\x20częściowa','Kolumna'];_0x29cc=function(){return _0x3c183d;};return _0x29cc();}
@@ -1 +1 @@
1
- function _0x557c(_0x34b154,_0xec4de0){_0x34b154=_0x34b154-0x68;var _0x3af3cc=_0x3af3();var _0x557cd4=_0x3af3cc[_0x34b154];return _0x557cd4;}(function(_0x46a7d1,_0x31a962){var _0x184d00=_0x557c,_0xea6769=_0x46a7d1();while(!![]){try{var _0x431908=parseInt(_0x184d00(0x8d))/0x1+parseInt(_0x184d00(0x78))/0x2+-parseInt(_0x184d00(0x94))/0x3+parseInt(_0x184d00(0x77))/0x4+parseInt(_0x184d00(0x8a))/0x5+-parseInt(_0x184d00(0x83))/0x6+-parseInt(_0x184d00(0x7e))/0x7;if(_0x431908===_0x31a962)break;else _0xea6769['push'](_0xea6769['shift']());}catch(_0x565a89){_0xea6769['push'](_0xea6769['shift']());}}}(_0x3af3,0x4679d),function(_0x5742ea,_0x1d40b1){var _0x5137fe=_0x557c;typeof exports==_0x5137fe(0x6d)&&typeof module<'u'?module['exports']=_0x1d40b1():typeof define==_0x5137fe(0x7f)&&define[_0x5137fe(0x92)]?define([],_0x1d40b1):(_0x5742ea=typeof globalThis<'u'?globalThis:_0x5742ea||self,_0x5742ea[_0x5137fe(0x74)]=_0x1d40b1());}(this,function(){var _0x44c786=_0x557c;return{'sheets-pivot':{'sheet':_0x44c786(0x8c),'blankValue':_0x44c786(0x68),'otherValue':_0x44c786(0x76),'columnName':_0x44c786(0x6e),'subTotalText':_0x44c786(0x88),'grandTotalText':_0x44c786(0x69),'valueText':_0x44c786(0x8f),'averageName':_0x44c786(0x8b),'countName':_0x44c786(0x85),'countNumsName':_0x44c786(0x85),'maxName':_0x44c786(0x75),'minName':'Mínimo\x20de\x20','productName':_0x44c786(0x70),'stdDevName':'DesvPadrão\x20de\x20','stdDevpName':_0x44c786(0x71),'sumName':_0x44c786(0x6f),'varName':_0x44c786(0x6a),'varpName':'VarP\x20de\x20','subTotal':_0x44c786(0x88),'grandTotal':'Total\x20Geral','value':'valor','blank':_0x44c786(0x6c),'other':_0x44c786(0x89),'emptyPivot':{'filter':_0x44c786(0x82),'row':_0x44c786(0x91),'column':_0x44c786(0x84),'values':_0x44c786(0x80)},'dateGroup':{'year':_0x44c786(0x86),'month':_0x44c786(0x7a),'day':_0x44c786(0x95),'hour':_0x44c786(0x90),'minute':_0x44c786(0x72),'quarter':_0x44c786(0x73),'monthDate':'Mês-Dia','yearQuarter':'Ano-Trimestre','yearMonth':_0x44c786(0x6b),'yearMonthDate':_0x44c786(0x7c)},'cellDateGroupDisplay':{'minute':_0x44c786(0x87),'hour':_0x44c786(0x7b),'hourMinute':'{0}\x20hora\x20{1}\x20minuto','date':_0x44c786(0x79),'month':_0x44c786(0x81),'monthDate':_0x44c786(0x8e),'quarter':_0x44c786(0x93),'year':'{0}\x20ano','yearMonth':'{0}\x20ano\x20{1}\x20mês','yearMonthDate':_0x44c786(0x7d),'yearQuarter':'{0}\x20ano\x20{1}\x20trimestre'}}};}));function _0x3af3(){var _0x381ee4=['Produto\x20de\x20','DesvPadrãoP\x20de\x20','Minuto','Trimestre','UniverProSheetsPivotPtBR','Máximo\x20de\x20','(Outro)','1160716PTUBED','279986xyoOPV','{0}\x20dia','Mês','{0}\x20hora','Ano-Mês-Dia','{0}\x20ano\x20{1}\x20mês\x20{2}\x20dia','3929086byoaMc','function','Valores','{0}\x20mês','Filtro','69222ICcGNG','Coluna','Contagem\x20de\x20','Ano','{0}\x20minuto','Subtotal','outro','1162235pvKXbI','Média\x20de\x20','Planilha','202648EcXoAe','{0}\x20mês\x20{1}\x20dia','Valor','Hora','Linha','amd','{0}\x20trimestre','11289idoChA','Dia','(Em\x20branco)','Total\x20Geral','Var\x20de\x20','Ano-Mês','em\x20branco','object','Coluna\x20','Soma\x20de\x20'];_0x3af3=function(){return _0x381ee4;};return _0x3af3();}
1
+ (function(_0x324938,_0x59bc4e){var _0x32f241=_0x309a,_0x1b8d06=_0x324938();while(!![]){try{var _0x5da68d=parseInt(_0x32f241(0x215))/0x1+-parseInt(_0x32f241(0x21a))/0x2+parseInt(_0x32f241(0x1e9))/0x3+parseInt(_0x32f241(0x1e8))/0x4*(-parseInt(_0x32f241(0x218))/0x5)+-parseInt(_0x32f241(0x1ec))/0x6+parseInt(_0x32f241(0x1f3))/0x7*(-parseInt(_0x32f241(0x20c))/0x8)+-parseInt(_0x32f241(0x210))/0x9*(-parseInt(_0x32f241(0x20b))/0xa);if(_0x5da68d===_0x59bc4e)break;else _0x1b8d06['push'](_0x1b8d06['shift']());}catch(_0x2a7580){_0x1b8d06['push'](_0x1b8d06['shift']());}}}(_0x24f3,0xa9af4),function(_0x575d03,_0x2bd417){var _0x3000c4=_0x309a;typeof exports==_0x3000c4(0x1f9)&&typeof module<'u'?module[_0x3000c4(0x1f2)]=_0x2bd417():typeof define==_0x3000c4(0x211)&&define[_0x3000c4(0x1fb)]?define([],_0x2bd417):(_0x575d03=typeof globalThis<'u'?globalThis:_0x575d03||self,_0x575d03[_0x3000c4(0x1f1)]=_0x2bd417());}(this,function(){var _0x1d9c90=_0x309a;return{'sheets-pivot':{'sheet':'Planilha','blankValue':_0x1d9c90(0x206),'otherValue':_0x1d9c90(0x213),'columnName':_0x1d9c90(0x201),'subTotalText':_0x1d9c90(0x1ed),'grandTotalText':_0x1d9c90(0x1ef),'valueText':'Valor','rowLabels':_0x1d9c90(0x207),'columnLabels':'Column\x20Labels','averageName':_0x1d9c90(0x208),'countName':_0x1d9c90(0x21d),'countNumsName':_0x1d9c90(0x21d),'maxName':_0x1d9c90(0x1fe),'minName':_0x1d9c90(0x1eb),'productName':_0x1d9c90(0x1fc),'stdDevName':_0x1d9c90(0x214),'stdDevpName':_0x1d9c90(0x21c),'sumName':_0x1d9c90(0x202),'varName':_0x1d9c90(0x20e),'varpName':_0x1d9c90(0x1fa),'subTotal':_0x1d9c90(0x1ed),'grandTotal':'Total\x20Geral','value':_0x1d9c90(0x20a),'blank':_0x1d9c90(0x1ea),'other':_0x1d9c90(0x217),'renderText':{'valueField':_0x1d9c90(0x1f8),'subtotal':_0x1d9c90(0x20d),'grandTotal':_0x1d9c90(0x20d),'multipleGrandTotal':_0x1d9c90(0x1ee),'subtotalWithValue':_0x1d9c90(0x20d)},'emptyPivot':{'filter':_0x1d9c90(0x1ff),'row':_0x1d9c90(0x209),'column':_0x1d9c90(0x1f5),'values':_0x1d9c90(0x1f7)},'dateGroup':{'year':_0x1d9c90(0x216),'month':_0x1d9c90(0x20f),'day':_0x1d9c90(0x1f4),'date':'Dia','hour':_0x1d9c90(0x219),'minute':_0x1d9c90(0x1fd),'hourMinute':_0x1d9c90(0x204),'quarter':_0x1d9c90(0x212),'monthDate':'Mês-Dia','yearQuarter':'Ano-Trimestre','yearMonth':'Ano-Mês','yearMonthDate':_0x1d9c90(0x21b)},'cellDateGroupDisplay':{'minute':_0x1d9c90(0x1ee),'hour':_0x1d9c90(0x1ee),'hourMinute':_0x1d9c90(0x1f0),'date':'{0}','month':_0x1d9c90(0x1ee),'monthDate':_0x1d9c90(0x205),'quarter':_0x1d9c90(0x1f6),'year':_0x1d9c90(0x1ee),'yearMonth':_0x1d9c90(0x205),'yearMonthDate':_0x1d9c90(0x200),'yearQuarter':_0x1d9c90(0x203)}}};}));function _0x309a(_0x390f52,_0x5c8c0b){_0x390f52=_0x390f52-0x1e8;var _0x24f37f=_0x24f3();var _0x309a1e=_0x24f37f[_0x390f52];return _0x309a1e;}function _0x24f3(){var _0x48b718=['805540uTXFzQ','2290266VUHEtl','em\x20branco','Mínimo\x20de\x20','2506212sJpfsx','Subtotal','{0}','Total\x20Geral','{0}:{1}','UniverProSheetsPivotPtBR','exports','511pVNrZl','Dia','Coluna','Q{0}','Valores','{0}{1}','object','VarP\x20de\x20','amd','Produto\x20de\x20','Minuto','Máximo\x20de\x20','Filtro','{0}-{1}-{2}','Coluna\x20','Soma\x20de\x20','{0}-Q{1}','Hora-Minuto','{0}-{1}','(Em\x20branco)','Row\x20Labels','Média\x20de\x20','Linha','valor','16070akXePz','75184lAJYxk','{0}\x20{1}','Var\x20de\x20','Mês','14301VKUdOn','function','Trimestre','(Outro)','DesvPadrão\x20de\x20','45691XtnNuZ','Ano','outro','25QLZeBc','Hora','1113854cDHuLc','Ano-Mês-Dia','DesvPadrãoP\x20de\x20','Contagem\x20de\x20'];_0x24f3=function(){return _0x48b718;};return _0x24f3();}
@@ -1 +1 @@
1
- function _0x4fa3(){var _0x18d7e2=['Месяц-День','6Rjhuhg','Число\x20по\x20','Значение','Пусто','7060ASkZWU','День','2835TGLItR','Столбец\x20','Квартал','object','492030jbXKep','{0}\x20год\x20{1}\x20месяц\x20{2}\x20день','Строка','(Другое)','Лист','{0}\x20месяц','exports','{0}\x20месяц\x20{1}\x20день','1395204HbXPBP','Час','Фильтр','{0}\x20ч','Общее\x20стандартное\x20отклонение\x20по\x20','Минута','Другое','2013907EvRRyb','function','3896712ykerbi','Минимум\x20по\x20','Общая\x20дисперсия\x20по\x20','3174EVzMHM','Произведение\x20по\x20','Год','Промежуточный\x20итог','1065VkOihl','1506540SIwjsm','amd','{0}\x20год\x20{1}\x20квартал','(Пусто)','Общий\x20итог','Год-Месяц','Среднее\x20по\x20','Сумма\x20по\x20'];_0x4fa3=function(){return _0x18d7e2;};return _0x4fa3();}function _0x1de1(_0x30d849,_0x2cbbb3){_0x30d849=_0x30d849-0x121;var _0x4fa3fb=_0x4fa3();var _0x1de15f=_0x4fa3fb[_0x30d849];return _0x1de15f;}(function(_0x5d690b,_0x527d35){var _0x5a81fe=_0x1de1,_0x12b830=_0x5d690b();while(!![]){try{var _0x42c841=parseInt(_0x5a81fe(0x12b))/0x1+-parseInt(_0x5a81fe(0x13f))/0x2*(parseInt(_0x5a81fe(0x143))/0x3)+-parseInt(_0x5a81fe(0x133))/0x4+parseInt(_0x5a81fe(0x144))/0x5+parseInt(_0x5a81fe(0x121))/0x6*(-parseInt(_0x5a81fe(0x13a))/0x7)+parseInt(_0x5a81fe(0x13c))/0x8+parseInt(_0x5a81fe(0x127))/0x9*(parseInt(_0x5a81fe(0x125))/0xa);if(_0x42c841===_0x527d35)break;else _0x12b830['push'](_0x12b830['shift']());}catch(_0x13fe62){_0x12b830['push'](_0x12b830['shift']());}}}(_0x4fa3,0x49f52),function(_0x232f32,_0x32c40e){var _0x46bb26=_0x1de1;typeof exports==_0x46bb26(0x12a)&&typeof module<'u'?module[_0x46bb26(0x131)]=_0x32c40e():typeof define==_0x46bb26(0x13b)&&define[_0x46bb26(0x145)]?define([],_0x32c40e):(_0x232f32=typeof globalThis<'u'?globalThis:_0x232f32||self,_0x232f32['UniverProSheetsPivotRuRU']=_0x32c40e());}(this,function(){var _0x1865f2=_0x1de1;return{'sheets-pivot':{'sheet':_0x1865f2(0x12f),'blankValue':_0x1865f2(0x147),'otherValue':_0x1865f2(0x12e),'columnName':_0x1865f2(0x128),'subTotalText':_0x1865f2(0x142),'grandTotalText':_0x1865f2(0x148),'valueText':_0x1865f2(0x123),'averageName':_0x1865f2(0x14a),'countName':'Количество\x20по\x20','countNumsName':_0x1865f2(0x122),'maxName':'Максимум\x20по\x20','minName':_0x1865f2(0x13d),'productName':_0x1865f2(0x140),'stdDevName':'Стандартное\x20отклонение\x20по\x20','stdDevpName':_0x1865f2(0x137),'sumName':_0x1865f2(0x14b),'varName':'Дисперсия\x20по\x20','varpName':_0x1865f2(0x13e),'subTotal':_0x1865f2(0x142),'grandTotal':_0x1865f2(0x148),'value':_0x1865f2(0x123),'blank':_0x1865f2(0x124),'other':_0x1865f2(0x139),'emptyPivot':{'filter':_0x1865f2(0x135),'row':_0x1865f2(0x12d),'column':'Столбец','values':_0x1865f2(0x123)},'dateGroup':{'year':_0x1865f2(0x141),'month':'Месяц','day':_0x1865f2(0x126),'hour':_0x1865f2(0x134),'minute':_0x1865f2(0x138),'quarter':_0x1865f2(0x129),'monthDate':_0x1865f2(0x14c),'yearQuarter':'Год-Квартал','yearMonth':_0x1865f2(0x149),'yearMonthDate':'Год-Месяц-День'},'cellDateGroupDisplay':{'minute':'{0}\x20мин','hour':_0x1865f2(0x136),'hourMinute':'{0}\x20ч\x20{1}\x20мин','date':'{0}\x20день','month':_0x1865f2(0x130),'monthDate':_0x1865f2(0x132),'quarter':'{0}\x20квартал','year':'{0}\x20год','yearMonth':'{0}\x20год\x20{1}\x20месяц','yearMonthDate':_0x1865f2(0x12c),'yearQuarter':_0x1865f2(0x146)}}};}));
1
+ function _0x1653(_0x2e716c,_0x3dda2c){_0x2e716c=_0x2e716c-0xc6;var _0x7f7c7f=_0x7f7c();var _0x1653e5=_0x7f7c7f[_0x2e716c];return _0x1653e5;}function _0x7f7c(){var _0x33d7d3=['Сумма\x20по\x20','(Пусто)','Год-Месяц','exports','Час-Минута','Другое','Значение','82972xejQBf','Количество\x20по\x20','Q{0}','День','function','1923144ApwlYL','522iPiUEF','Год-Месяц-День','Промежуточный\x20итог','Стандартное\x20отклонение\x20по\x20','Среднее\x20по\x20','amd','89768XGvwps','4543340QzhFap','{0}','Год','7044723zOLucy','Месяц','(Другое)','Общее\x20стандартное\x20отклонение\x20по\x20','{0}-{1}','Минимум\x20по\x20','108VUgRRo','{0}-{1}-{2}','Произведение\x20по\x20','{0}\x20{1}','1201142rilaFz','Общая\x20дисперсия\x20по\x20','Максимум\x20по\x20','{0}{1}','Фильтр','Год-Квартал','Столбец','Число\x20по\x20','Час','{0}:{1}','Столбец\x20','3093930Vcfudp','Пусто','UniverProSheetsPivotRuRU'];_0x7f7c=function(){return _0x33d7d3;};return _0x7f7c();}(function(_0x38dd78,_0x38c3eb){var _0x4ae187=_0x1653,_0x5ccfae=_0x38dd78();while(!![]){try{var _0x4865ec=-parseInt(_0x4ae187(0xc7))/0x1+-parseInt(_0x4ae187(0xdc))/0x2*(-parseInt(_0x4ae187(0xf2))/0x3)+parseInt(_0x4ae187(0xe9))/0x4+-parseInt(_0x4ae187(0xd2))/0x5+-parseInt(_0x4ae187(0xe1))/0x6+parseInt(_0x4ae187(0xec))/0x7+-parseInt(_0x4ae187(0xe8))/0x8*(parseInt(_0x4ae187(0xe2))/0x9);if(_0x4865ec===_0x38c3eb)break;else _0x5ccfae['push'](_0x5ccfae['shift']());}catch(_0x27f86c){_0x5ccfae['push'](_0x5ccfae['shift']());}}}(_0x7f7c,0xce2a2),function(_0x2b957f,_0x2a675f){var _0x507bc9=_0x1653;typeof exports=='object'&&typeof module<'u'?module[_0x507bc9(0xd8)]=_0x2a675f():typeof define==_0x507bc9(0xe0)&&define[_0x507bc9(0xe7)]?define([],_0x2a675f):(_0x2b957f=typeof globalThis<'u'?globalThis:_0x2b957f||self,_0x2b957f[_0x507bc9(0xd4)]=_0x2a675f());}(this,function(){var _0x3fbe84=_0x1653;return{'sheets-pivot':{'sheet':'Лист','blankValue':_0x3fbe84(0xd6),'otherValue':_0x3fbe84(0xee),'columnName':_0x3fbe84(0xd1),'subTotalText':'Промежуточный\x20итог','grandTotalText':'Общий\x20итог','valueText':_0x3fbe84(0xdb),'rowLabels':'Row\x20Labels','columnLabels':'Column\x20Labels','averageName':_0x3fbe84(0xe6),'countName':_0x3fbe84(0xdd),'countNumsName':_0x3fbe84(0xce),'maxName':_0x3fbe84(0xc9),'minName':_0x3fbe84(0xf1),'productName':_0x3fbe84(0xf4),'stdDevName':_0x3fbe84(0xe5),'stdDevpName':_0x3fbe84(0xef),'sumName':_0x3fbe84(0xd5),'varName':'Дисперсия\x20по\x20','varpName':_0x3fbe84(0xc8),'subTotal':_0x3fbe84(0xe4),'grandTotal':'Общий\x20итог','value':'Значение','blank':_0x3fbe84(0xd3),'other':_0x3fbe84(0xda),'renderText':{'valueField':_0x3fbe84(0xca),'subtotal':_0x3fbe84(0xc6),'grandTotal':_0x3fbe84(0xc6),'multipleGrandTotal':_0x3fbe84(0xea),'subtotalWithValue':_0x3fbe84(0xc6)},'emptyPivot':{'filter':_0x3fbe84(0xcb),'row':'Строка','column':_0x3fbe84(0xcd),'values':'Значение'},'dateGroup':{'year':_0x3fbe84(0xeb),'month':_0x3fbe84(0xed),'day':_0x3fbe84(0xdf),'date':_0x3fbe84(0xdf),'hour':_0x3fbe84(0xcf),'minute':'Минута','hourMinute':_0x3fbe84(0xd9),'quarter':'Квартал','monthDate':'Месяц-День','yearQuarter':_0x3fbe84(0xcc),'yearMonth':_0x3fbe84(0xd7),'yearMonthDate':_0x3fbe84(0xe3)},'cellDateGroupDisplay':{'minute':_0x3fbe84(0xea),'hour':_0x3fbe84(0xea),'hourMinute':_0x3fbe84(0xd0),'date':_0x3fbe84(0xea),'month':_0x3fbe84(0xea),'monthDate':_0x3fbe84(0xf0),'quarter':_0x3fbe84(0xde),'year':_0x3fbe84(0xea),'yearMonth':_0x3fbe84(0xf0),'yearMonthDate':_0x3fbe84(0xf3),'yearQuarter':'{0}-Q{1}'}}};}));
@@ -1 +1 @@
1
- function _0x3480(_0x5641fd,_0x529508){_0x5641fd=_0x5641fd-0x11f;var _0x31f2e6=_0x31f2();var _0x34807d=_0x31f2e6[_0x5641fd];return _0x34807d;}(function(_0x5f178e,_0x388a26){var _0x43f235=_0x3480,_0xeec223=_0x5f178e();while(!![]){try{var _0x4f48e9=-parseInt(_0x43f235(0x12f))/0x1*(-parseInt(_0x43f235(0x142))/0x2)+-parseInt(_0x43f235(0x131))/0x3*(-parseInt(_0x43f235(0x147))/0x4)+parseInt(_0x43f235(0x143))/0x5*(-parseInt(_0x43f235(0x130))/0x6)+-parseInt(_0x43f235(0x126))/0x7+parseInt(_0x43f235(0x12c))/0x8+-parseInt(_0x43f235(0x144))/0x9*(-parseInt(_0x43f235(0x135))/0xa)+-parseInt(_0x43f235(0x14a))/0xb;if(_0x4f48e9===_0x388a26)break;else _0xeec223['push'](_0xeec223['shift']());}catch(_0x5848bf){_0xeec223['push'](_0xeec223['shift']());}}}(_0x31f2,0x7eed1),function(_0x5d5841,_0x4f57f1){var _0x397592=_0x3480;typeof exports==_0x397592(0x12d)&&typeof module<'u'?module[_0x397592(0x127)]=_0x4f57f1():typeof define==_0x397592(0x14b)&&define['amd']?define([],_0x4f57f1):(_0x5d5841=typeof globalThis<'u'?globalThis:_0x5d5841||self,_0x5d5841['UniverProSheetsPivotSkSK']=_0x4f57f1());}(this,function(){var _0x30f327=_0x3480;return{'sheets-pivot':{'sheet':_0x30f327(0x122),'blankValue':_0x30f327(0x120),'otherValue':_0x30f327(0x11f),'columnName':_0x30f327(0x138),'subTotalText':_0x30f327(0x140),'grandTotalText':'Celkový\x20súčet','valueText':_0x30f327(0x134),'averageName':_0x30f327(0x12e),'countName':'Počet\x20z\x20','countNumsName':_0x30f327(0x13a),'maxName':_0x30f327(0x13b),'minName':_0x30f327(0x12b),'productName':_0x30f327(0x128),'stdDevName':_0x30f327(0x124),'stdDevpName':_0x30f327(0x12a),'sumName':_0x30f327(0x123),'varName':'Rozptyl\x20z\x20','varpName':_0x30f327(0x121),'subTotal':_0x30f327(0x145),'grandTotal':'Celkový\x20súčet','value':'hodnota','blank':_0x30f327(0x133),'other':_0x30f327(0x14d),'emptyPivot':{'filter':_0x30f327(0x146),'row':_0x30f327(0x13c),'column':'Stĺpec','values':'Hodnoty'},'dateGroup':{'year':_0x30f327(0x14c),'month':'Mesiac','day':'Deň','hour':'Hodina','minute':'Minúta','quarter':_0x30f327(0x139),'monthDate':_0x30f327(0x137),'yearQuarter':_0x30f327(0x13f),'yearMonth':'Rok-Mesiac','yearMonthDate':_0x30f327(0x125)},'cellDateGroupDisplay':{'minute':_0x30f327(0x14e),'hour':_0x30f327(0x13e),'hourMinute':_0x30f327(0x149),'date':_0x30f327(0x148),'month':_0x30f327(0x129),'monthDate':_0x30f327(0x132),'quarter':'{0}\x20štvrťrok','year':'{0}\x20rok','yearMonth':_0x30f327(0x141),'yearMonthDate':_0x30f327(0x13d),'yearQuarter':_0x30f327(0x136)}}};}));function _0x31f2(){var _0x1c9dad=['{0}\x20hodina\x20{1}\x20minúta','11047751ysWvcL','function','Rok','iné','{0}\x20minúta','(Iné)','(Prázdne)','Rozptyl\x20populácie\x20z\x20','Hárok','Súčet\x20z\x20','Smerodajná\x20odchýlka\x20z\x20','Rok-Mesiac-Deň','3533950BoZaXP','exports','Súčin\x20z\x20','{0}\x20mesiac','Smerodajná\x20odchýlka\x20populácie\x20z\x20','Min\x20z\x20','8071768JLsOIO','object','Priemer\x20z\x20','3TrBaaC','948RTquAZ','486555xbMSxH','{0}\x20mesiac\x20{1}\x20deň','prázdne','Hodnota','5349470ugrIxd','{0}\x20rok\x20{1}\x20štvrťrok','Mesiac-Deň','Stĺpec\x20','Štvrťrok','Počet\x20z\x20','Max\x20z\x20','Riadok','{0}\x20rok\x20{1}\x20mesiac\x20{2}\x20deň','{0}\x20hodina','Rok-Štvrťrok','Súčet','{0}\x20rok\x20{1}\x20mesiac','322442kIKaTz','5085VKFsqf','9qivqTT','Medzisúčet','Filter','4hEPhoV','{0}\x20deň'];_0x31f2=function(){return _0x1c9dad;};return _0x31f2();}
1
+ function _0x548e(_0x2eb19c,_0x25bd59){_0x2eb19c=_0x2eb19c-0xc2;var _0xd2e50=_0xd2e5();var _0x548eb3=_0xd2e50[_0x2eb19c];return _0x548eb3;}(function(_0x42c835,_0x4994e8){var _0x4c9a72=_0x548e,_0x1acc9a=_0x42c835();while(!![]){try{var _0x43718b=-parseInt(_0x4c9a72(0xed))/0x1+parseInt(_0x4c9a72(0xe2))/0x2*(parseInt(_0x4c9a72(0xda))/0x3)+parseInt(_0x4c9a72(0xd8))/0x4*(parseInt(_0x4c9a72(0xe8))/0x5)+-parseInt(_0x4c9a72(0xca))/0x6+-parseInt(_0x4c9a72(0xdd))/0x7*(-parseInt(_0x4c9a72(0xef))/0x8)+-parseInt(_0x4c9a72(0xcb))/0x9*(parseInt(_0x4c9a72(0xe6))/0xa)+parseInt(_0x4c9a72(0xc4))/0xb;if(_0x43718b===_0x4994e8)break;else _0x1acc9a['push'](_0x1acc9a['shift']());}catch(_0x500316){_0x1acc9a['push'](_0x1acc9a['shift']());}}}(_0xd2e5,0xc4f11),function(_0x1c3bf2,_0x1aff3a){var _0x53d6a6=_0x548e;typeof exports==_0x53d6a6(0xcc)&&typeof module<'u'?module[_0x53d6a6(0xd5)]=_0x1aff3a():typeof define==_0x53d6a6(0xc2)&&define[_0x53d6a6(0xdc)]?define([],_0x1aff3a):(_0x1c3bf2=typeof globalThis<'u'?globalThis:_0x1c3bf2||self,_0x1c3bf2[_0x53d6a6(0xe7)]=_0x1aff3a());}(this,function(){var _0x1b25fa=_0x548e;return{'sheets-pivot':{'sheet':'Hárok','blankValue':_0x1b25fa(0xd1),'otherValue':_0x1b25fa(0xdb),'columnName':_0x1b25fa(0xd0),'subTotalText':_0x1b25fa(0xe1),'grandTotalText':_0x1b25fa(0xea),'valueText':_0x1b25fa(0xc7),'rowLabels':'Row\x20Labels','columnLabels':_0x1b25fa(0xeb),'averageName':_0x1b25fa(0xf2),'countName':'Počet\x20z\x20','countNumsName':'Počet\x20z\x20','maxName':_0x1b25fa(0xf3),'minName':_0x1b25fa(0xd6),'productName':_0x1b25fa(0xf1),'stdDevName':_0x1b25fa(0xc5),'stdDevpName':'Smerodajná\x20odchýlka\x20populácie\x20z\x20','sumName':'Súčet\x20z\x20','varName':_0x1b25fa(0xe9),'varpName':'Rozptyl\x20populácie\x20z\x20','subTotal':_0x1b25fa(0xd2),'grandTotal':_0x1b25fa(0xea),'value':_0x1b25fa(0xe0),'blank':_0x1b25fa(0xde),'other':_0x1b25fa(0xe4),'renderText':{'valueField':_0x1b25fa(0xc3),'subtotal':_0x1b25fa(0xc8),'grandTotal':'{0}\x20{1}','multipleGrandTotal':_0x1b25fa(0xce),'subtotalWithValue':_0x1b25fa(0xc8)},'emptyPivot':{'filter':_0x1b25fa(0xd9),'row':_0x1b25fa(0xd7),'column':'Stĺpec','values':_0x1b25fa(0xc9)},'dateGroup':{'year':_0x1b25fa(0xd4),'month':_0x1b25fa(0xe5),'day':_0x1b25fa(0xe3),'date':_0x1b25fa(0xe3),'hour':_0x1b25fa(0xf0),'minute':_0x1b25fa(0xec),'hourMinute':_0x1b25fa(0xc6),'quarter':'Štvrťrok','monthDate':_0x1b25fa(0xcd),'yearQuarter':'Rok-Štvrťrok','yearMonth':'Rok-Mesiac','yearMonthDate':_0x1b25fa(0xdf)},'cellDateGroupDisplay':{'minute':_0x1b25fa(0xce),'hour':'{0}','hourMinute':_0x1b25fa(0xcf),'date':_0x1b25fa(0xce),'month':_0x1b25fa(0xce),'monthDate':_0x1b25fa(0xee),'quarter':_0x1b25fa(0xd3),'year':_0x1b25fa(0xce),'yearMonth':'{0}-{1}','yearMonthDate':'{0}-{1}-{2}','yearQuarter':'{0}-Q{1}'}}};}));function _0xd2e5(){var _0x2875a0=['6XUoLtD','Deň','iné','Mesiac','10wiaAMP','UniverProSheetsPivotSkSK','140380EMgWNH','Rozptyl\x20z\x20','Celkový\x20súčet','Column\x20Labels','Minúta','169965hIvpBz','{0}-{1}','8536ebQxTb','Hodina','Súčin\x20z\x20','Priemer\x20z\x20','Max\x20z\x20','function','{0}{1}','14258893VONRPp','Smerodajná\x20odchýlka\x20z\x20','Hodina-Minúta','Hodnota','{0}\x20{1}','Hodnoty','7187802bCaAJi','4659012yDvcUR','object','Mesiac-Deň','{0}','{0}:{1}','Stĺpec\x20','(Prázdne)','Medzisúčet','Q{0}','Rok','exports','Min\x20z\x20','Riadok','128DRISfV','Filter','377007SSpcKF','(Iné)','amd','791UhlqGH','prázdne','Rok-Mesiac-Deň','hodnota','Súčet'];_0xd2e5=function(){return _0x2875a0;};return _0xd2e5();}
@@ -1 +1 @@
1
- function _0x1c56(){var _0x15b369=['Năm\x20{0}\x20Tháng\x20{1}\x20Ngày\x20{2}','Năm-Tháng-Ngày','Phút','7oTFfIU','(Trống)','Độ\x20lệch\x20chuẩn\x20toàn\x20phần:','{0}\x20giờ\x20{1}\x20phút','Phương\x20sai\x20toàn\x20phần:','1041YIpqdx','Tổng\x20cộng','{0}\x20phút','1038640zROIWv','Giá\x20trị\x20tối\x20đa:','Lọc','exports','14700204kSWKTQ','3954vtfRsF','UniverProSheetsPivotViVN','Ngày\x20{0}','Quý','Ngày','1423949BQkOvp','Cột\x20','Trống','Quý\x20{0}','2457852fAkfwJ','Tháng\x20{0}\x20Ngày\x20{1}','10iuDNEI','Tháng','{0}\x20giờ','Tháng\x20{0}','Năm-Quý','amd','Giá\x20trị','Hàng','(Khác)','Tích:','Bảng\x20tính','function','Năm\x20{0}','10LFRnTG','967470jrCHsF','Tổng\x20phụ','52042991uXnjrK','Giờ','Tháng-Ngày','object','Độ\x20lệch\x20chuẩn:'];_0x1c56=function(){return _0x15b369;};return _0x1c56();}function _0x350a(_0x55e736,_0x44fa5d){_0x55e736=_0x55e736-0xf5;var _0x1c56e3=_0x1c56();var _0x350a19=_0x1c56e3[_0x55e736];return _0x350a19;}(function(_0x1e56a0,_0x5175e4){var _0x3c25d0=_0x350a,_0x2c9d91=_0x1e56a0();while(!![]){try{var _0xf3b827=-parseInt(_0x3c25d0(0x105))/0x1+-parseInt(_0x3c25d0(0x100))/0x2*(parseInt(_0x3c25d0(0xf8))/0x3)+-parseInt(_0x3c25d0(0x109))/0x4+parseInt(_0x3c25d0(0x10b))/0x5*(parseInt(_0x3c25d0(0x119))/0x6)+-parseInt(_0x3c25d0(0x123))/0x7*(-parseInt(_0x3c25d0(0xfb))/0x8)+-parseInt(_0x3c25d0(0xff))/0x9+-parseInt(_0x3c25d0(0x118))/0xa*(-parseInt(_0x3c25d0(0x11b))/0xb);if(_0xf3b827===_0x5175e4)break;else _0x2c9d91['push'](_0x2c9d91['shift']());}catch(_0xa15438){_0x2c9d91['push'](_0x2c9d91['shift']());}}}(_0x1c56,0xc9972),function(_0x2d2b00,_0x55b84a){var _0x1bb124=_0x350a;typeof exports==_0x1bb124(0x11e)&&typeof module<'u'?module[_0x1bb124(0xfe)]=_0x55b84a():typeof define==_0x1bb124(0x116)&&define[_0x1bb124(0x110)]?define([],_0x55b84a):(_0x2d2b00=typeof globalThis<'u'?globalThis:_0x2d2b00||self,_0x2d2b00[_0x1bb124(0x101)]=_0x55b84a());}(this,function(){var _0x2e4d16=_0x350a;return{'sheets-pivot':{'sheet':_0x2e4d16(0x115),'blankValue':_0x2e4d16(0x124),'otherValue':_0x2e4d16(0x113),'columnName':_0x2e4d16(0x106),'subTotalText':_0x2e4d16(0x11a),'grandTotalText':_0x2e4d16(0xf9),'valueText':_0x2e4d16(0x111),'averageName':'Giá\x20trị\x20trung\x20bình:','countName':'Số\x20lượng:','countNumsName':'Số\x20lượng\x20số:','maxName':_0x2e4d16(0xfc),'minName':'Giá\x20trị\x20tối\x20thiểu:','productName':_0x2e4d16(0x114),'stdDevName':_0x2e4d16(0x11f),'stdDevpName':_0x2e4d16(0xf5),'sumName':'Tổng:','varName':'Phương\x20sai:','varpName':_0x2e4d16(0xf7),'subTotal':_0x2e4d16(0x11a),'grandTotal':_0x2e4d16(0xf9),'value':_0x2e4d16(0x111),'blank':_0x2e4d16(0x107),'other':'Khác','emptyPivot':{'filter':_0x2e4d16(0xfd),'row':_0x2e4d16(0x112),'column':'Cột','values':_0x2e4d16(0x111)},'dateGroup':{'year':'Năm','month':_0x2e4d16(0x10c),'day':_0x2e4d16(0x104),'hour':_0x2e4d16(0x11c),'minute':_0x2e4d16(0x122),'quarter':_0x2e4d16(0x103),'monthDate':_0x2e4d16(0x11d),'yearQuarter':_0x2e4d16(0x10f),'yearMonth':'Năm-Tháng','yearMonthDate':_0x2e4d16(0x121)},'cellDateGroupDisplay':{'minute':_0x2e4d16(0xfa),'hour':_0x2e4d16(0x10d),'hourMinute':_0x2e4d16(0xf6),'date':_0x2e4d16(0x102),'month':_0x2e4d16(0x10e),'monthDate':_0x2e4d16(0x10a),'quarter':_0x2e4d16(0x108),'year':_0x2e4d16(0x117),'yearMonth':'Năm\x20{0}\x20Tháng\x20{1}','yearMonthDate':_0x2e4d16(0x120),'yearQuarter':'Năm\x20{0}\x20Quý\x20{1}'}}};}));
1
+ (function(_0x48be8e,_0x26afaa){var _0x38ec6a=_0x49e8,_0x590b2e=_0x48be8e();while(!![]){try{var _0x145e67=parseInt(_0x38ec6a(0x1ec))/0x1*(-parseInt(_0x38ec6a(0x1c2))/0x2)+-parseInt(_0x38ec6a(0x1e3))/0x3*(parseInt(_0x38ec6a(0x1bd))/0x4)+-parseInt(_0x38ec6a(0x1ea))/0x5+parseInt(_0x38ec6a(0x1cc))/0x6+parseInt(_0x38ec6a(0x1ca))/0x7+-parseInt(_0x38ec6a(0x1ce))/0x8*(parseInt(_0x38ec6a(0x1e8))/0x9)+parseInt(_0x38ec6a(0x1d3))/0xa;if(_0x145e67===_0x26afaa)break;else _0x590b2e['push'](_0x590b2e['shift']());}catch(_0xe751f8){_0x590b2e['push'](_0x590b2e['shift']());}}}(_0x4230,0x2b7c2),function(_0x50a652,_0x451003){var _0x475eab=_0x49e8;typeof exports==_0x475eab(0x1d0)&&typeof module<'u'?module[_0x475eab(0x1c1)]=_0x451003():typeof define==_0x475eab(0x1d5)&&define['amd']?define([],_0x451003):(_0x50a652=typeof globalThis<'u'?globalThis:_0x50a652||self,_0x50a652[_0x475eab(0x1cd)]=_0x451003());}(this,function(){var _0x362e05=_0x49e8;return{'sheets-pivot':{'sheet':_0x362e05(0x1c4),'blankValue':_0x362e05(0x1c8),'otherValue':_0x362e05(0x1e5),'columnName':_0x362e05(0x1dd),'subTotalText':_0x362e05(0x1d7),'grandTotalText':_0x362e05(0x1d8),'valueText':'Giá\x20trị','rowLabels':_0x362e05(0x1bf),'columnLabels':_0x362e05(0x1be),'averageName':_0x362e05(0x1d9),'countName':_0x362e05(0x1d6),'countNumsName':_0x362e05(0x1e4),'maxName':_0x362e05(0x1c7),'minName':'Giá\x20trị\x20tối\x20thiểu:','productName':_0x362e05(0x1ef),'stdDevName':_0x362e05(0x1c5),'stdDevpName':_0x362e05(0x1dc),'sumName':'Tổng:','varName':_0x362e05(0x1d2),'varpName':_0x362e05(0x1e2),'subTotal':_0x362e05(0x1d7),'grandTotal':_0x362e05(0x1d8),'value':_0x362e05(0x1da),'blank':_0x362e05(0x1f0),'other':'Khác','renderText':{'valueField':_0x362e05(0x1ed),'subtotal':_0x362e05(0x1c0),'grandTotal':_0x362e05(0x1c0),'multipleGrandTotal':_0x362e05(0x1de),'subtotalWithValue':'{0}\x20{1}'},'emptyPivot':{'filter':_0x362e05(0x1e1),'row':_0x362e05(0x1e7),'column':_0x362e05(0x1c3),'values':_0x362e05(0x1da)},'dateGroup':{'year':'Năm','month':_0x362e05(0x1d1),'day':'Ngày','date':_0x362e05(0x1ee),'hour':_0x362e05(0x1db),'minute':_0x362e05(0x1e9),'hourMinute':'Giờ-Phút','quarter':'Quý','monthDate':_0x362e05(0x1eb),'yearQuarter':_0x362e05(0x1c9),'yearMonth':_0x362e05(0x1cf),'yearMonthDate':_0x362e05(0x1e0)},'cellDateGroupDisplay':{'minute':_0x362e05(0x1de),'hour':_0x362e05(0x1de),'hourMinute':_0x362e05(0x1e6),'date':_0x362e05(0x1de),'month':'{0}','monthDate':_0x362e05(0x1d4),'quarter':_0x362e05(0x1c6),'year':_0x362e05(0x1de),'yearMonth':_0x362e05(0x1d4),'yearMonthDate':_0x362e05(0x1df),'yearQuarter':_0x362e05(0x1cb)}}};}));function _0x49e8(_0x235d93,_0x3afdfc){_0x235d93=_0x235d93-0x1bd;var _0x42304d=_0x4230();var _0x49e82f=_0x42304d[_0x235d93];return _0x49e82f;}function _0x4230(){var _0x567248=['Q{0}','Giá\x20trị\x20tối\x20đa:','(Trống)','Năm-Quý','125090QWFvDx','{0}-Q{1}','687732fDvTps','UniverProSheetsPivotViVN','315544jojcOX','Năm-Tháng','object','Tháng','Phương\x20sai:','6132540OxCJVI','{0}-{1}','function','Số\x20lượng:','Tổng\x20phụ','Tổng\x20cộng','Giá\x20trị\x20trung\x20bình:','Giá\x20trị','Giờ','Độ\x20lệch\x20chuẩn\x20toàn\x20phần:','Cột\x20','{0}','{0}-{1}-{2}','Năm-Tháng-Ngày','Lọc','Phương\x20sai\x20toàn\x20phần:','186297HHzyAx','Số\x20lượng\x20số:','(Khác)','{0}:{1}','Hàng','54LFcsLP','Phút','302370rWOMKJ','Tháng-Ngày','69467KjsCPW','{0}{1}','Ngày','Tích:','Trống','4DsLNkO','Column\x20Labels','Row\x20Labels','{0}\x20{1}','exports','6tRedPp','Cột','Bảng\x20tính','Độ\x20lệch\x20chuẩn:'];_0x4230=function(){return _0x567248;};return _0x4230();}