@univerjs-pro/sheets-pivot 1.0.0-beta.0 → 1.0.0-beta.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 (97) 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/const/const.d.ts +2 -2
  65. package/lib/types/const/type.d.ts +8 -1
  66. package/lib/types/controllers/sheets-pivot-rpc.controller.d.ts +2 -3
  67. package/lib/types/facade/f-generic-pivot-table.d.ts +1 -1
  68. package/lib/types/facade/f-pivot-table.d.ts +3 -0
  69. package/lib/types/index.d.ts +2 -1
  70. package/lib/types/models/pivot-sheet-projection.d.ts +6 -0
  71. package/lib/types/models/sheets-pivot-config-model.d.ts +3 -2
  72. package/lib/types/models/sheets-pivot-data-source-model.d.ts +3 -1
  73. package/lib/types/models/sheets-pivot-table-adaptor-model.d.ts +5 -1
  74. package/lib/types/models/view-util.d.ts +1 -0
  75. package/lib/types/util.d.ts +14 -8
  76. package/lib/umd/facade.js +1 -1
  77. package/lib/umd/index.js +1 -1
  78. package/lib/umd/locale/ar-SA.js +1 -1
  79. package/lib/umd/locale/ca-ES.js +1 -1
  80. package/lib/umd/locale/de-DE.js +1 -1
  81. package/lib/umd/locale/en-US.js +1 -1
  82. package/lib/umd/locale/es-ES.js +1 -1
  83. package/lib/umd/locale/fa-IR.js +1 -1
  84. package/lib/umd/locale/fr-FR.js +1 -1
  85. package/lib/umd/locale/id-ID.js +1 -1
  86. package/lib/umd/locale/it-IT.js +1 -1
  87. package/lib/umd/locale/ja-JP.js +1 -1
  88. package/lib/umd/locale/ko-KR.js +1 -1
  89. package/lib/umd/locale/pl-PL.js +1 -1
  90. package/lib/umd/locale/pt-BR.js +1 -1
  91. package/lib/umd/locale/ru-RU.js +1 -1
  92. package/lib/umd/locale/sk-SK.js +1 -1
  93. package/lib/umd/locale/vi-VN.js +1 -1
  94. package/lib/umd/locale/zh-CN.js +1 -1
  95. package/lib/umd/locale/zh-HK.js +1 -1
  96. package/lib/umd/locale/zh-TW.js +1 -1
  97. package/package.json +10 -10
@@ -1 +1 @@
1
- (function(_0x23ac44,_0x3c0c86){var _0x4d1a13=_0x1bee,_0x2e7078=_0x23ac44();while(!![]){try{var _0x5b3b58=-parseInt(_0x4d1a13(0x1de))/0x1+parseInt(_0x4d1a13(0x1eb))/0x2+-parseInt(_0x4d1a13(0x1f4))/0x3*(-parseInt(_0x4d1a13(0x1f2))/0x4)+-parseInt(_0x4d1a13(0x1e8))/0x5+parseInt(_0x4d1a13(0x1e9))/0x6+parseInt(_0x4d1a13(0x1f1))/0x7*(-parseInt(_0x4d1a13(0x1e0))/0x8)+-parseInt(_0x4d1a13(0x1d5))/0x9*(-parseInt(_0x4d1a13(0x1e7))/0xa);if(_0x5b3b58===_0x3c0c86)break;else _0x2e7078['push'](_0x2e7078['shift']());}catch(_0x209ac4){_0x2e7078['push'](_0x2e7078['shift']());}}}(_0x5282,0x41298),function(_0x40c579,_0x9352c5){var _0x13c27f=_0x1bee;typeof exports==_0x13c27f(0x1fd)&&typeof module<'u'?module['exports']=_0x9352c5():typeof define==_0x13c27f(0x1ea)&&define['amd']?define([],_0x9352c5):(_0x40c579=typeof globalThis<'u'?globalThis:_0x40c579||self,_0x40c579[_0x13c27f(0x1fe)]=_0x9352c5());}(this,function(){var _0x4adf6d=_0x1bee;return{'sheets-pivot':{'sheet':_0x4adf6d(0x1fa),'blankValue':_0x4adf6d(0x1fb),'otherValue':_0x4adf6d(0x1f9),'columnName':'عمود\x20','subTotalText':_0x4adf6d(0x1ed),'grandTotalText':_0x4adf6d(0x1d2),'valueText':_0x4adf6d(0x1e5),'rowLabels':_0x4adf6d(0x1f6),'columnLabels':_0x4adf6d(0x1f0),'averageName':_0x4adf6d(0x1d1),'countName':_0x4adf6d(0x1d8),'countNumsName':_0x4adf6d(0x1d8),'maxName':_0x4adf6d(0x1d4),'minName':_0x4adf6d(0x1d9),'productName':_0x4adf6d(0x1cd),'stdDevName':_0x4adf6d(0x1cf),'stdDevpName':_0x4adf6d(0x1e1),'sumName':_0x4adf6d(0x1d6),'varName':_0x4adf6d(0x1df),'varpName':_0x4adf6d(0x1ee),'subTotal':_0x4adf6d(0x1e3),'grandTotal':_0x4adf6d(0x1d2),'value':_0x4adf6d(0x1d3),'blank':_0x4adf6d(0x1ec),'other':'آخر','renderText':{'valueField':_0x4adf6d(0x1ce),'subtotal':'{1}\x20{0}','grandTotal':'{1}\x20{0}','multipleGrandTotal':_0x4adf6d(0x1dc),'subtotalWithValue':_0x4adf6d(0x1dc)},'emptyPivot':{'filter':'عوامل\x20التصفية','row':_0x4adf6d(0x1d0),'column':_0x4adf6d(0x1fc),'values':'القيم'},'dateGroup':{'year':_0x4adf6d(0x1e4),'month':_0x4adf6d(0x1db),'day':_0x4adf6d(0x1cb),'date':'يوم','hour':_0x4adf6d(0x1e6),'minute':_0x4adf6d(0x1ff),'hourMinute':_0x4adf6d(0x1f3),'quarter':_0x4adf6d(0x1e2),'monthDate':_0x4adf6d(0x1f7),'yearQuarter':_0x4adf6d(0x1f8),'yearMonth':_0x4adf6d(0x1dd),'yearMonthDate':_0x4adf6d(0x1da)},'cellDateGroupDisplay':{'minute':_0x4adf6d(0x1ef),'hour':_0x4adf6d(0x1ef),'hourMinute':'{0}:{1}','date':_0x4adf6d(0x1ef),'month':_0x4adf6d(0x1ef),'monthDate':_0x4adf6d(0x1cc),'quarter':_0x4adf6d(0x1d7),'year':'{0}','yearMonth':_0x4adf6d(0x1cc),'yearMonthDate':'{0}-{1}-{2}','yearQuarter':_0x4adf6d(0x1f5)}}};}));function _0x1bee(_0x51d6df,_0x2f6291){_0x51d6df=_0x51d6df-0x1cb;var _0x528213=_0x5282();var _0x1beec9=_0x528213[_0x51d6df];return _0x1beec9;}function _0x5282(){var _0x53b976=['الإجمالي\x20الكلي','قيمة','الحد\x20الأقصى\x20من\x20','126CKCELO','مجموع\x20من\x20','Q{0}','عدد\x20من\x20','الحد\x20الأدنى\x20من\x20','سنة-شهر-يوم','شهر','{1}\x20{0}','سنة-شهر','451903XiVZoU','التباين\x20من\x20','64760PcMaWj','الانحراف\x20المعياري\x20للمحتوى\x20من\x20','ربع','إجمالي\x20فرعي','سنة','القيمة','ساعة','80980RzUXZc','818255GCLCye','1961532qEUiCi','function','693826pyYadt','فارغ','الإجمالي','تباين\x20المحتوى\x20من\x20','{0}','تسميات\x20الأعمدة','77HxLVze','61432cEhIef','ساعة-دقيقة','36rtyQcJ','{0}-Q{1}','تسميات\x20الصفوف','شهر-يوم','سنة-ربع','(آخر)','ورقة','(فارغ)','الأعمدة','object','UniverProSheetsPivotArSA','دقيقة','يوم','{0}-{1}','حاصل\x20الضرب\x20من\x20','{0}{1}','الانحراف_المعياري\x20من\x20','الصفوف','متوسط\x20من\x20'];_0x5282=function(){return _0x53b976;};return _0x5282();}
1
+ function _0x41a6(){var _0x43215b=['object','3660390vMYCVw','مجموع\x20من\x20','عدد\x20من\x20','تسميات\x20الصفوف','366057UhWnsE','الحد\x20الأقصى\x20من\x20','{0}:{1}','فارغ','ربع','الحد\x20الأدنى\x20من\x20','التباين\x20من\x20','{0}','آخر','exports','شهر','amd','772830ZGLnvl','الانحراف_المعياري\x20من\x20','{0}-{1}','قيمة','ساعة','تباين\x20المحتوى\x20من\x20','سنة-شهر','سنة','ورقة','{0}{1}','4120AYLjon','عوامل\x20التصفية','الإجمالي','726534UwujkX','الأعمدة','107992EWfmgh','function','(آخر)','الانحراف\x20المعياري\x20للمحتوى\x20من\x20','25VRTAHj','عمود\x20','متوسط\x20من\x20','{0}-{1}-{2}','1568oeEhAV','الصفوف','دقيقة','حاصل\x20الضرب\x20من\x20','157694pddien','الإجمالي\x20الكلي','تسميات\x20الأعمدة','إجمالي\x20فرعي','ساعة-دقيقة','يوم','UniverProSheetsPivotArSA','{1}\x20{0}','2NSdpkM'];_0x41a6=function(){return _0x43215b;};return _0x41a6();}function _0x4e14(_0xbc432e,_0x39c901){_0xbc432e=_0xbc432e-0x16d;var _0x41a6d7=_0x41a6();var _0x4e1458=_0x41a6d7[_0xbc432e];return _0x4e1458;}(function(_0x30f962,_0x295259){var _0x5d710b=_0x4e14,_0x254288=_0x30f962();while(!![]){try{var _0x5e9ca8=-parseInt(_0x5d710b(0x178))/0x1+-parseInt(_0x5d710b(0x180))/0x2*(-parseInt(_0x5d710b(0x192))/0x3)+parseInt(_0x5d710b(0x1a1))/0x4*(parseInt(_0x5d710b(0x170))/0x5)+parseInt(_0x5d710b(0x19f))/0x6+-parseInt(_0x5d710b(0x174))/0x7*(-parseInt(_0x5d710b(0x19c))/0x8)+parseInt(_0x5d710b(0x186))/0x9+-parseInt(_0x5d710b(0x182))/0xa;if(_0x5e9ca8===_0x295259)break;else _0x254288['push'](_0x254288['shift']());}catch(_0xf58ea8){_0x254288['push'](_0x254288['shift']());}}}(_0x41a6,0x23a45),function(_0x21d6f7,_0x256c3b){var _0x5b3329=_0x4e14;typeof exports==_0x5b3329(0x181)&&typeof module<'u'?module[_0x5b3329(0x18f)]=_0x256c3b():typeof define==_0x5b3329(0x16d)&&define[_0x5b3329(0x191)]?define([],_0x256c3b):(_0x21d6f7=typeof globalThis<'u'?globalThis:_0x21d6f7||self,_0x21d6f7[_0x5b3329(0x17e)]=_0x256c3b());}(this,function(){var _0x880061=_0x4e14;return{'sheets-pivot':{'sheet':_0x880061(0x19a),'blankValue':'(فارغ)','otherValue':_0x880061(0x16e),'columnName':_0x880061(0x171),'subTotalText':_0x880061(0x19e),'grandTotalText':_0x880061(0x179),'valueText':'القيمة','rowLabels':_0x880061(0x185),'columnLabels':_0x880061(0x17a),'averageName':_0x880061(0x172),'countName':'عدد\x20من\x20','countNumsName':_0x880061(0x184),'maxName':_0x880061(0x187),'minName':_0x880061(0x18b),'productName':_0x880061(0x177),'stdDevName':_0x880061(0x193),'stdDevpName':_0x880061(0x16f),'sumName':_0x880061(0x183),'varName':_0x880061(0x18c),'varpName':_0x880061(0x197),'subTotal':_0x880061(0x17b),'grandTotal':_0x880061(0x179),'value':_0x880061(0x195),'blank':_0x880061(0x189),'other':_0x880061(0x18e),'renderText':{'valueField':_0x880061(0x19b),'subtotal':_0x880061(0x17f),'grandTotal':'{1}\x20{0}','multipleGrandTotal':_0x880061(0x17f),'subtotalWithValue':_0x880061(0x17f)},'emptyPivot':{'filter':_0x880061(0x19d),'row':_0x880061(0x175),'column':_0x880061(0x1a0),'values':'القيم'},'dateGroup':{'year':_0x880061(0x199),'month':_0x880061(0x190),'day':_0x880061(0x17d),'date':'يوم','hour':_0x880061(0x196),'minute':_0x880061(0x176),'hourMinute':_0x880061(0x17c),'quarter':_0x880061(0x18a),'monthDate':'شهر-يوم','yearQuarter':'سنة-ربع','yearMonth':_0x880061(0x198),'yearMonthDate':'سنة-شهر-يوم'},'cellDateGroupDisplay':{'minute':_0x880061(0x18d),'hour':_0x880061(0x18d),'hourMinute':_0x880061(0x188),'date':_0x880061(0x18d),'month':_0x880061(0x18d),'monthDate':_0x880061(0x194),'quarter':'Q{0}','year':_0x880061(0x18d),'yearMonth':'{0}-{1}','yearMonthDate':_0x880061(0x173),'yearQuarter':'{0}-Q{1}'}}};}));
@@ -1 +1 @@
1
- function _0x257a(_0x1f741f,_0x3bf8e6){_0x1f741f=_0x1f741f-0x198;var _0x3cf065=_0x3cf0();var _0x257a73=_0x3cf065[_0x1f741f];return _0x257a73;}(function(_0x226219,_0x52b4f3){var _0x4bd5ad=_0x257a,_0x5a9d0d=_0x226219();while(!![]){try{var _0x31dd89=parseInt(_0x4bd5ad(0x1c6))/0x1*(parseInt(_0x4bd5ad(0x1c5))/0x2)+-parseInt(_0x4bd5ad(0x1c9))/0x3*(-parseInt(_0x4bd5ad(0x1c4))/0x4)+parseInt(_0x4bd5ad(0x1b2))/0x5*(parseInt(_0x4bd5ad(0x19d))/0x6)+parseInt(_0x4bd5ad(0x1c7))/0x7+parseInt(_0x4bd5ad(0x1b0))/0x8*(-parseInt(_0x4bd5ad(0x1be))/0x9)+-parseInt(_0x4bd5ad(0x1b7))/0xa*(parseInt(_0x4bd5ad(0x1c1))/0xb)+-parseInt(_0x4bd5ad(0x1b6))/0xc*(parseInt(_0x4bd5ad(0x1bc))/0xd);if(_0x31dd89===_0x52b4f3)break;else _0x5a9d0d['push'](_0x5a9d0d['shift']());}catch(_0x43cef3){_0x5a9d0d['push'](_0x5a9d0d['shift']());}}}(_0x3cf0,0x40793),function(_0xa377bd,_0xd50131){var _0x5b5cc2=_0x257a;typeof exports==_0x5b5cc2(0x1ba)&&typeof module<'u'?module['exports']=_0xd50131():typeof define==_0x5b5cc2(0x19b)&&define[_0x5b5cc2(0x1b1)]?define([],_0xd50131):(_0xa377bd=typeof globalThis<'u'?globalThis:_0xa377bd||self,_0xa377bd['UniverProSheetsPivotCaES']=_0xd50131());}(this,function(){var _0x5bf7d7=_0x257a;return{'sheets-pivot':{'sheet':_0x5bf7d7(0x1ab),'blankValue':_0x5bf7d7(0x1bf),'otherValue':'(Altre)','columnName':_0x5bf7d7(0x1a6),'subTotalText':_0x5bf7d7(0x1b9),'grandTotalText':_0x5bf7d7(0x1b5),'valueText':_0x5bf7d7(0x1cc),'rowLabels':_0x5bf7d7(0x198),'columnLabels':_0x5bf7d7(0x1a7),'averageName':_0x5bf7d7(0x1a2),'countName':_0x5bf7d7(0x1a3),'countNumsName':'Recompte\x20de\x20','maxName':_0x5bf7d7(0x1aa),'minName':'Mín\x20de\x20','productName':_0x5bf7d7(0x19f),'stdDevName':_0x5bf7d7(0x1c8),'stdDevpName':'DesvEstP\x20de\x20','sumName':_0x5bf7d7(0x1ad),'varName':'Var\x20de\x20','varpName':_0x5bf7d7(0x19a),'subTotal':_0x5bf7d7(0x1b9),'grandTotal':'Total\x20general','value':_0x5bf7d7(0x1c3),'blank':_0x5bf7d7(0x1af),'other':_0x5bf7d7(0x1a8),'renderText':{'valueField':_0x5bf7d7(0x19c),'subtotal':_0x5bf7d7(0x1a5),'grandTotal':'{0}\x20{1}','multipleGrandTotal':_0x5bf7d7(0x1a9),'subtotalWithValue':_0x5bf7d7(0x1a5)},'emptyPivot':{'filter':_0x5bf7d7(0x1ae),'row':_0x5bf7d7(0x1bd),'column':_0x5bf7d7(0x1c2),'values':_0x5bf7d7(0x1a0)},'dateGroup':{'year':'Any','month':_0x5bf7d7(0x1c0),'day':_0x5bf7d7(0x1cb),'date':_0x5bf7d7(0x1cb),'hour':_0x5bf7d7(0x1b4),'minute':'Minut','hourMinute':_0x5bf7d7(0x1b3),'quarter':_0x5bf7d7(0x1bb),'monthDate':_0x5bf7d7(0x1ac),'yearQuarter':_0x5bf7d7(0x1ca),'yearMonth':_0x5bf7d7(0x1a4),'yearMonthDate':'Any-Mes-Dia'},'cellDateGroupDisplay':{'minute':_0x5bf7d7(0x1a9),'hour':'{0}','hourMinute':_0x5bf7d7(0x19e),'date':_0x5bf7d7(0x1a9),'month':_0x5bf7d7(0x1a9),'monthDate':_0x5bf7d7(0x199),'quarter':_0x5bf7d7(0x1b8),'year':_0x5bf7d7(0x1a9),'yearMonth':'{0}-{1}','yearMonthDate':'{0}-{1}-{2}','yearQuarter':_0x5bf7d7(0x1a1)}}};}));function _0x3cf0(){var _0x50280e=['Filtre','en\x20blanc','24dVutMU','amd','169135WOrpXu','Hora-Minut','Hora','Total\x20general','48CsfFMT','10lFnYce','Q{0}','Subtotal','object','Trimestre','1833949PrZCVt','Fila','1211517SXYcFW','(En\x20blanc)','Mes','29293DxoMJH','Columna','valor','953492lVkDTP','10qIlfjp','101018GtUltv','1297709LMsUTZ','DesvEst\x20de\x20','6uDYJpc','Any-Trimestre','Dia','Valor','Etiquetes\x20de\x20fila','{0}-{1}','VarP\x20de\x20','function','{0}{1}','12tmkrns','{0}:{1}','Producte\x20de\x20','Valors','{0}-Q{1}','Mitjana\x20de\x20','Recompte\x20de\x20','Any-Mes','{0}\x20{1}','Columna\x20','Etiquetes\x20de\x20columna','altre','{0}','Màx\x20de\x20','Full','Mes-Dia','Suma\x20de\x20'];_0x3cf0=function(){return _0x50280e;};return _0x3cf0();}
1
+ function _0x2e60(){var _0x31833a=['amd','UniverProSheetsPivotCaES','Valors','16ZXGYMs','1301715iqPlED','3395721ifRfqq','Mes','{0}\x20{1}','altre','Etiquetes\x20de\x20fila','Fila','Dia','Columna','function','3404292LSCWCl','valor','Mes-Dia','en\x20blanc','Q{0}','9119YczeGX','Trimestre','DesvEstP\x20de\x20','2BxTMXj','Minut','(En\x20blanc)','(Altre)','Màx\x20de\x20','{0}{1}','1870045RNXhcV','6bmXNWe','Columna\x20','object','Any-Mes','Filtre','{0}','exports','Subtotal','13QAUxnz','{0}:{1}','{0}-{1}','{0}-Q{1}','53810lLFnEC','1627816poDhXS','Any','6BdMDPm','{0}-{1}-{2}','7730ToSVoq','Mín\x20de\x20','Hora','Valor'];_0x2e60=function(){return _0x31833a;};return _0x2e60();}function _0x5228(_0x3fc6ec,_0x410f77){_0x3fc6ec=_0x3fc6ec-0xd6;var _0x2e6065=_0x2e60();var _0x522872=_0x2e6065[_0x3fc6ec];return _0x522872;}(function(_0xcfac00,_0x2a158c){var _0x2f10d9=_0x5228,_0x5e0d70=_0xcfac00();while(!![]){try{var _0x4dacb2=parseInt(_0x2f10d9(0xe8))/0x1*(parseInt(_0x2f10d9(0xfb))/0x2)+-parseInt(_0x2f10d9(0xfe))/0x3*(-parseInt(_0x2f10d9(0xfc))/0x4)+-parseInt(_0x2f10d9(0xee))/0x5*(-parseInt(_0x2f10d9(0xef))/0x6)+parseInt(_0x2f10d9(0xd7))/0x7+parseInt(_0x2f10d9(0x107))/0x8*(-parseInt(_0x2f10d9(0xd6))/0x9)+-parseInt(_0x2f10d9(0x100))/0xa*(parseInt(_0x2f10d9(0xe5))/0xb)+-parseInt(_0x2f10d9(0xe0))/0xc*(parseInt(_0x2f10d9(0xf7))/0xd);if(_0x4dacb2===_0x2a158c)break;else _0x5e0d70['push'](_0x5e0d70['shift']());}catch(_0x1ca1d3){_0x5e0d70['push'](_0x5e0d70['shift']());}}}(_0x2e60,0x7d41c),function(_0x3a3de6,_0x297529){var _0x35b3c8=_0x5228;typeof exports==_0x35b3c8(0xf1)&&typeof module<'u'?module[_0x35b3c8(0xf5)]=_0x297529():typeof define==_0x35b3c8(0xdf)&&define[_0x35b3c8(0x104)]?define([],_0x297529):(_0x3a3de6=typeof globalThis<'u'?globalThis:_0x3a3de6||self,_0x3a3de6[_0x35b3c8(0x105)]=_0x297529());}(this,function(){var _0x2ebd4a=_0x5228;return{'sheets-pivot':{'sheet':'Full','blankValue':_0x2ebd4a(0xea),'otherValue':_0x2ebd4a(0xeb),'columnName':_0x2ebd4a(0xf0),'subTotalText':_0x2ebd4a(0xf6),'grandTotalText':'Total\x20general','valueText':_0x2ebd4a(0x103),'rowLabels':_0x2ebd4a(0xdb),'columnLabels':'Etiquetes\x20de\x20columna','averageName':'Mitjana\x20de\x20','countName':'Recompte\x20de\x20','countNumsName':'Recompte\x20de\x20','maxName':_0x2ebd4a(0xec),'minName':_0x2ebd4a(0x101),'productName':'Producte\x20de\x20','stdDevName':'DesvEst\x20de\x20','stdDevpName':_0x2ebd4a(0xe7),'sumName':'Suma\x20de\x20','varName':'Var\x20de\x20','varpName':'VarP\x20de\x20','subTotal':_0x2ebd4a(0xf6),'grandTotal':'Total\x20general','value':_0x2ebd4a(0xe1),'blank':_0x2ebd4a(0xe3),'other':_0x2ebd4a(0xda),'renderText':{'valueField':_0x2ebd4a(0xed),'subtotal':_0x2ebd4a(0xd9),'grandTotal':'{0}\x20{1}','multipleGrandTotal':_0x2ebd4a(0xf4),'subtotalWithValue':_0x2ebd4a(0xd9)},'emptyPivot':{'filter':_0x2ebd4a(0xf3),'row':_0x2ebd4a(0xdc),'column':_0x2ebd4a(0xde),'values':_0x2ebd4a(0x106)},'dateGroup':{'year':_0x2ebd4a(0xfd),'month':_0x2ebd4a(0xd8),'day':_0x2ebd4a(0xdd),'date':_0x2ebd4a(0xdd),'hour':_0x2ebd4a(0x102),'minute':_0x2ebd4a(0xe9),'hourMinute':'Hora-Minut','quarter':_0x2ebd4a(0xe6),'monthDate':_0x2ebd4a(0xe2),'yearQuarter':'Any-Trimestre','yearMonth':_0x2ebd4a(0xf2),'yearMonthDate':'Any-Mes-Dia'},'cellDateGroupDisplay':{'minute':'{0}','hour':_0x2ebd4a(0xf4),'hourMinute':_0x2ebd4a(0xf8),'date':'{0}','month':_0x2ebd4a(0xf4),'monthDate':'{0}-{1}','quarter':_0x2ebd4a(0xe4),'year':'{0}','yearMonth':_0x2ebd4a(0xf9),'yearMonthDate':_0x2ebd4a(0xff),'yearQuarter':_0x2ebd4a(0xfa)}}};}));
@@ -1 +1 @@
1
- function _0x2d54(_0x1673e8,_0x597397){_0x1673e8=_0x1673e8-0xe4;var _0x57c4e0=_0x57c4();var _0x2d5434=_0x57c4e0[_0x1673e8];return _0x2d5434;}function _0x57c4(){var _0x262427=['24JvkDjm','Wert','Quartal','Tag','6dZktcD','882486JlgtXi','{0}-{1}','exports','amd','2096496FqOxER','{0}-{1}-{2}','128220BtmMnS','Stunde-Minute','Varp\x20von\x20','leer','StdDev\x20von\x20','sonstige','Zeilenbeschriftungen','UniverProSheetsPivotDeDE','(Leer)','{0}','(Sonstige)','Jahr-Quartal','{0}\x20{1}','Spalte','174566kiSsdV','StdDevp\x20von\x20','Jahr','35931oYfFAC','Mittelwert\x20von\x20','Werte','Blatt','Monat-Tag','{0}:{1}','Filter','29294zsdlnf','object','{0}{1}','Anzahl\x20von\x20','Jahr-Monat-Tag','796228UHiAQe','{0}-Q{1}','function','Q{0}','Gesamtergebnis'];_0x57c4=function(){return _0x262427;};return _0x57c4();}(function(_0x24a03f,_0x254e49){var _0xb3daa7=_0x2d54,_0xe0a7aa=_0x24a03f();while(!![]){try{var _0x139675=parseInt(_0xb3daa7(0xe8))/0x1+parseInt(_0xb3daa7(0xef))/0x2*(-parseInt(_0xb3daa7(0xfd))/0x3)+parseInt(_0xb3daa7(0xf4))/0x4+-parseInt(_0xb3daa7(0x104))/0x5+parseInt(_0xb3daa7(0x102))/0x6+parseInt(_0xb3daa7(0xe5))/0x7+-parseInt(_0xb3daa7(0xf9))/0x8*(parseInt(_0xb3daa7(0xfe))/0x9);if(_0x139675===_0x254e49)break;else _0xe0a7aa['push'](_0xe0a7aa['shift']());}catch(_0x5ea3b6){_0xe0a7aa['push'](_0xe0a7aa['shift']());}}}(_0x57c4,0x3f892),function(_0x3b560e,_0x39f7fc){var _0x24d9a0=_0x2d54;typeof exports==_0x24d9a0(0xf0)&&typeof module<'u'?module[_0x24d9a0(0x100)]=_0x39f7fc():typeof define==_0x24d9a0(0xf6)&&define[_0x24d9a0(0x101)]?define([],_0x39f7fc):(_0x3b560e=typeof globalThis<'u'?globalThis:_0x3b560e||self,_0x3b560e[_0x24d9a0(0x10b)]=_0x39f7fc());}(this,function(){var _0x4af3ad=_0x2d54;return{'sheets-pivot':{'sheet':_0x4af3ad(0xeb),'blankValue':_0x4af3ad(0x10c),'otherValue':_0x4af3ad(0x10e),'columnName':'Spalte\x20','subTotalText':'Zwischensumme','grandTotalText':_0x4af3ad(0xf8),'valueText':'Wert','rowLabels':_0x4af3ad(0x10a),'columnLabels':'Spaltenbeschriftungen','averageName':_0x4af3ad(0xe9),'countName':_0x4af3ad(0xf2),'countNumsName':'Anzahl\x20von\x20','maxName':'Maximum\x20von\x20','minName':'Minimum\x20von\x20','productName':'Produkt\x20von\x20','stdDevName':_0x4af3ad(0x108),'stdDevpName':_0x4af3ad(0xe6),'sumName':'Summe\x20von\x20','varName':'Var\x20von\x20','varpName':_0x4af3ad(0x106),'subTotal':'Zwischensumme','grandTotal':_0x4af3ad(0xf8),'value':_0x4af3ad(0xfa),'blank':_0x4af3ad(0x107),'other':_0x4af3ad(0x109),'renderText':{'valueField':_0x4af3ad(0xf1),'subtotal':_0x4af3ad(0x110),'grandTotal':_0x4af3ad(0x110),'multipleGrandTotal':_0x4af3ad(0x10d),'subtotalWithValue':_0x4af3ad(0x110)},'emptyPivot':{'filter':_0x4af3ad(0xee),'row':'Zeile','column':_0x4af3ad(0xe4),'values':_0x4af3ad(0xea)},'dateGroup':{'year':_0x4af3ad(0xe7),'month':'Monat','day':_0x4af3ad(0xfc),'date':_0x4af3ad(0xfc),'hour':'Stunde','minute':'Minute','hourMinute':_0x4af3ad(0x105),'quarter':_0x4af3ad(0xfb),'monthDate':_0x4af3ad(0xec),'yearQuarter':_0x4af3ad(0x10f),'yearMonth':'Jahr-Monat','yearMonthDate':_0x4af3ad(0xf3)},'cellDateGroupDisplay':{'minute':_0x4af3ad(0x10d),'hour':_0x4af3ad(0x10d),'hourMinute':_0x4af3ad(0xed),'date':_0x4af3ad(0x10d),'month':'{0}','monthDate':_0x4af3ad(0xff),'quarter':_0x4af3ad(0xf7),'year':_0x4af3ad(0x10d),'yearMonth':_0x4af3ad(0xff),'yearMonthDate':_0x4af3ad(0x103),'yearQuarter':_0x4af3ad(0xf5)}}};}));
1
+ function _0x5bdd(_0x49b0ea,_0x1e24a7){_0x49b0ea=_0x49b0ea-0x119;var _0x476f6c=_0x476f();var _0x5bdd94=_0x476f6c[_0x49b0ea];return _0x5bdd94;}function _0x476f(){var _0xed6d0f=['Varp\x20von\x20','Anzahl\x20von\x20','exports','8674434qTMPkA','884847nmsLrj','amd','Zeilenbeschriftungen','Jahr-Quartal','{0}\x20{1}','Monat-Tag','Maximum\x20von\x20','{0}','Zeile','Mittelwert\x20von\x20','Jahr','Spalte\x20','{0}{1}','430734Yoamrj','Wert','Monat','Blatt','Stunde','Filter','Tag','5731072PMUIQh','Gesamtergebnis','(Sonstige)','1124885AHavlJ','Spaltenbeschriftungen','12673857oMsfJr','sonstige','Zwischensumme','{0}-Q{1}','Produkt\x20von\x20','{0}:{1}','Summe\x20von\x20','{0}-{1}','438876CtvtfU','leer','StdDev\x20von\x20','Q{0}','Minimum\x20von\x20','Stunde-Minute','Werte','Jahr-Monat','Minute'];_0x476f=function(){return _0xed6d0f;};return _0x476f();}(function(_0x420fd1,_0x16dd6e){var _0x555a1c=_0x5bdd,_0x3704ca=_0x420fd1();while(!![]){try{var _0x36c53c=-parseInt(_0x555a1c(0x132))/0x1+parseInt(_0x555a1c(0x13f))/0x2+-parseInt(_0x555a1c(0x125))/0x3+-parseInt(_0x555a1c(0x146))/0x4+-parseInt(_0x555a1c(0x11b))/0x5+parseInt(_0x555a1c(0x131))/0x6+parseInt(_0x555a1c(0x11d))/0x7;if(_0x36c53c===_0x16dd6e)break;else _0x3704ca['push'](_0x3704ca['shift']());}catch(_0x1a1e4c){_0x3704ca['push'](_0x3704ca['shift']());}}}(_0x476f,0xbf1b5),function(_0x59deb0,_0x49242d){var _0x19bdf6=_0x5bdd;typeof exports=='object'&&typeof module<'u'?module[_0x19bdf6(0x130)]=_0x49242d():typeof define=='function'&&define[_0x19bdf6(0x133)]?define([],_0x49242d):(_0x59deb0=typeof globalThis<'u'?globalThis:_0x59deb0||self,_0x59deb0['UniverProSheetsPivotDeDE']=_0x49242d());}(this,function(){var _0xedc12c=_0x5bdd;return{'sheets-pivot':{'sheet':_0xedc12c(0x142),'blankValue':'(Leer)','otherValue':_0xedc12c(0x11a),'columnName':_0xedc12c(0x13d),'subTotalText':_0xedc12c(0x11f),'grandTotalText':_0xedc12c(0x119),'valueText':_0xedc12c(0x140),'rowLabels':_0xedc12c(0x134),'columnLabels':_0xedc12c(0x11c),'averageName':_0xedc12c(0x13b),'countName':_0xedc12c(0x12f),'countNumsName':'Anzahl\x20von\x20','maxName':_0xedc12c(0x138),'minName':_0xedc12c(0x129),'productName':_0xedc12c(0x121),'stdDevName':_0xedc12c(0x127),'stdDevpName':'StdDevp\x20von\x20','sumName':_0xedc12c(0x123),'varName':'Var\x20von\x20','varpName':_0xedc12c(0x12e),'subTotal':_0xedc12c(0x11f),'grandTotal':_0xedc12c(0x119),'value':_0xedc12c(0x140),'blank':_0xedc12c(0x126),'other':_0xedc12c(0x11e),'renderText':{'valueField':_0xedc12c(0x13e),'subtotal':_0xedc12c(0x136),'grandTotal':_0xedc12c(0x136),'multipleGrandTotal':_0xedc12c(0x139),'subtotalWithValue':_0xedc12c(0x136)},'emptyPivot':{'filter':_0xedc12c(0x144),'row':_0xedc12c(0x13a),'column':'Spalte','values':_0xedc12c(0x12b)},'dateGroup':{'year':_0xedc12c(0x13c),'month':_0xedc12c(0x141),'day':_0xedc12c(0x145),'date':'Tag','hour':_0xedc12c(0x143),'minute':_0xedc12c(0x12d),'hourMinute':_0xedc12c(0x12a),'quarter':'Quartal','monthDate':_0xedc12c(0x137),'yearQuarter':_0xedc12c(0x135),'yearMonth':_0xedc12c(0x12c),'yearMonthDate':'Jahr-Monat-Tag'},'cellDateGroupDisplay':{'minute':'{0}','hour':_0xedc12c(0x139),'hourMinute':_0xedc12c(0x122),'date':'{0}','month':_0xedc12c(0x139),'monthDate':_0xedc12c(0x124),'quarter':_0xedc12c(0x128),'year':'{0}','yearMonth':_0xedc12c(0x124),'yearMonthDate':'{0}-{1}-{2}','yearQuarter':_0xedc12c(0x120)}}};}));
@@ -1 +1 @@
1
- function _0x7f05(_0xbd0761,_0x18ff10){_0xbd0761=_0xbd0761-0x7b;var _0x109099=_0x1090();var _0x7f0557=_0x109099[_0xbd0761];return _0x7f0557;}(function(_0x3c2d12,_0x4cb734){var _0x2780e1=_0x7f05,_0x65bd66=_0x3c2d12();while(!![]){try{var _0x1b6b91=-parseInt(_0x2780e1(0xa9))/0x1+-parseInt(_0x2780e1(0x7b))/0x2+-parseInt(_0x2780e1(0x7f))/0x3+parseInt(_0x2780e1(0xa1))/0x4*(-parseInt(_0x2780e1(0x7d))/0x5)+-parseInt(_0x2780e1(0x91))/0x6*(-parseInt(_0x2780e1(0x9f))/0x7)+-parseInt(_0x2780e1(0x80))/0x8+parseInt(_0x2780e1(0x99))/0x9;if(_0x1b6b91===_0x4cb734)break;else _0x65bd66['push'](_0x65bd66['shift']());}catch(_0x2520c8){_0x65bd66['push'](_0x65bd66['shift']());}}}(_0x1090,0xc77c3),function(_0x4b784b,_0x3f7e64){var _0x3e5aa9=_0x7f05;typeof exports==_0x3e5aa9(0xa3)&&typeof module<'u'?module[_0x3e5aa9(0xab)]=_0x3f7e64():typeof define=='function'&&define[_0x3e5aa9(0x95)]?define([],_0x3f7e64):(_0x4b784b=typeof globalThis<'u'?globalThis:_0x4b784b||self,_0x4b784b[_0x3e5aa9(0x94)]=_0x3f7e64());}(this,function(){var _0x2c444b=_0x7f05;return{'sheets-pivot':{'sheet':_0x2c444b(0x7c),'blankValue':_0x2c444b(0x98),'otherValue':'(Other)','columnName':'Column\x20','subTotalText':_0x2c444b(0x86),'grandTotalText':_0x2c444b(0xaa),'valueText':_0x2c444b(0x84),'rowLabels':_0x2c444b(0x9b),'columnLabels':_0x2c444b(0xa8),'averageName':_0x2c444b(0x88),'countName':'Count\x20of\x20','countNumsName':_0x2c444b(0x7e),'maxName':'Max\x20of\x20','minName':_0x2c444b(0x81),'productName':'Product\x20of\x20','stdDevName':_0x2c444b(0x9c),'stdDevpName':'StdDevp\x20of\x20','sumName':_0x2c444b(0x8a),'varName':'Var\x20of\x20','varpName':_0x2c444b(0x82),'subTotal':_0x2c444b(0x96),'grandTotal':_0x2c444b(0xaa),'value':'value','blank':_0x2c444b(0x93),'other':'other','renderText':{'valueField':_0x2c444b(0x8d),'subtotal':_0x2c444b(0x9a),'grandTotal':_0x2c444b(0x9a),'multipleGrandTotal':_0x2c444b(0x9d),'subtotalWithValue':_0x2c444b(0x9a)},'emptyPivot':{'filter':_0x2c444b(0xa0),'row':_0x2c444b(0x97),'column':_0x2c444b(0xa2),'values':'Values'},'dateGroup':{'year':_0x2c444b(0x8c),'month':_0x2c444b(0x8f),'day':_0x2c444b(0x85),'date':_0x2c444b(0x85),'hour':_0x2c444b(0x8b),'minute':_0x2c444b(0x90),'hourMinute':_0x2c444b(0x9e),'quarter':_0x2c444b(0x92),'monthDate':_0x2c444b(0xa7),'yearQuarter':_0x2c444b(0xa5),'yearMonth':_0x2c444b(0x87),'yearMonthDate':_0x2c444b(0xa4)},'cellDateGroupDisplay':{'minute':'{0}','hour':_0x2c444b(0x9d),'hourMinute':'{0}:{1}','date':_0x2c444b(0x9d),'month':_0x2c444b(0x9d),'monthDate':_0x2c444b(0xa6),'quarter':_0x2c444b(0x89),'year':_0x2c444b(0x9d),'yearMonth':_0x2c444b(0xa6),'yearMonthDate':_0x2c444b(0x83),'yearQuarter':_0x2c444b(0x8e)}}};}));function _0x1090(){var _0x51adc0=['12DpyIYz','Quarter','blank','UniverProSheetsPivotEnUS','amd','Subtotal','Row','(Blank)','42321888SrNAXj','{0}\x20{1}','Row\x20Labels','StdDev\x20of\x20','{0}','Hour-Minute','275177zkkrHf','Filter','3254756HqfUJM','Column','object','Year-Month-Day','Year-Quarter','{0}-{1}','Month-Day','Column\x20Labels','278969KoxCUI','Grand\x20Total','exports','198188qSENBl','Sheet','10DfxepF','Count\x20of\x20','4697556XWFqkd','3141360sPcMUx','Min\x20of\x20','Varp\x20of\x20','{0}-{1}-{2}','Value','Day','Total','Year-Month','Average\x20of\x20','Q{0}','Sum\x20of\x20','Hour','Year','{0}{1}','{0}-Q{1}','Month','Minute'];_0x1090=function(){return _0x51adc0;};return _0x1090();}
1
+ function _0x29c0(_0x40db8e,_0xacd5d5){_0x40db8e=_0x40db8e-0x19c;var _0x435ad9=_0x435a();var _0x29c019=_0x435ad9[_0x40db8e];return _0x29c019;}function _0x435a(){var _0x4e1ceb=['Sheet','Quarter','4316100bZQyvW','(Other)','Min\x20of\x20','3BLcFaz','Sum\x20of\x20','(Blank)','Month-Day','Filter','UniverProSheetsPivotEnUS','Subtotal','2403378zCJInP','Hour-Minute','{0}{1}','8327778BtDyZZ','Year-Month','amd','{0}','959692mFSYVn','blank','{0}-{1}-{2}','344104PYYtMZ','Total','18713799GAzSRb','Year-Month-Day','StdDevp\x20of\x20','Minute','exports','Year','Varp\x20of\x20','Values','function','Average\x20of\x20','Year-Quarter','Month','Row\x20Labels','StdDev\x20of\x20','35DWtoqx','Column\x20Labels','Day','Value','Column\x20','Max\x20of\x20','{0}-{1}','Column','{0}-Q{1}','Row','value','{0}\x20{1}','847012PXBVMI','Hour','Count\x20of\x20'];_0x435a=function(){return _0x4e1ceb;};return _0x435a();}(function(_0x4ed0cc,_0x442789){var _0x1575ad=_0x29c0,_0x2900b3=_0x4ed0cc();while(!![]){try{var _0x260fd0=-parseInt(_0x1575ad(0x1ac))/0x1+parseInt(_0x1575ad(0x1a5))/0x2+parseInt(_0x1575ad(0x19e))/0x3*(parseInt(_0x1575ad(0x1cb))/0x4)+parseInt(_0x1575ad(0x1d0))/0x5+parseInt(_0x1575ad(0x1a8))/0x6+-parseInt(_0x1575ad(0x1bf))/0x7*(-parseInt(_0x1575ad(0x1af))/0x8)+-parseInt(_0x1575ad(0x1b1))/0x9;if(_0x260fd0===_0x442789)break;else _0x2900b3['push'](_0x2900b3['shift']());}catch(_0x26d9a6){_0x2900b3['push'](_0x2900b3['shift']());}}}(_0x435a,0xcd3ef),function(_0x45d6fd,_0xb34019){var _0x30346d=_0x29c0;typeof exports=='object'&&typeof module<'u'?module[_0x30346d(0x1b5)]=_0xb34019():typeof define==_0x30346d(0x1b9)&&define[_0x30346d(0x1aa)]?define([],_0xb34019):(_0x45d6fd=typeof globalThis<'u'?globalThis:_0x45d6fd||self,_0x45d6fd[_0x30346d(0x1a3)]=_0xb34019());}(this,function(){var _0x334d70=_0x29c0;return{'sheets-pivot':{'sheet':_0x334d70(0x1ce),'blankValue':_0x334d70(0x1a0),'otherValue':_0x334d70(0x19c),'columnName':_0x334d70(0x1c3),'subTotalText':_0x334d70(0x1b0),'grandTotalText':'Grand\x20Total','valueText':_0x334d70(0x1c2),'rowLabels':_0x334d70(0x1bd),'columnLabels':_0x334d70(0x1c0),'averageName':_0x334d70(0x1ba),'countName':_0x334d70(0x1cd),'countNumsName':_0x334d70(0x1cd),'maxName':_0x334d70(0x1c4),'minName':_0x334d70(0x19d),'productName':'Product\x20of\x20','stdDevName':_0x334d70(0x1be),'stdDevpName':_0x334d70(0x1b3),'sumName':_0x334d70(0x19f),'varName':'Var\x20of\x20','varpName':_0x334d70(0x1b7),'subTotal':_0x334d70(0x1a4),'grandTotal':'Grand\x20Total','value':_0x334d70(0x1c9),'blank':_0x334d70(0x1ad),'other':'other','renderText':{'valueField':_0x334d70(0x1a7),'subtotal':_0x334d70(0x1ca),'grandTotal':'{0}\x20{1}','multipleGrandTotal':_0x334d70(0x1ab),'subtotalWithValue':_0x334d70(0x1ca)},'emptyPivot':{'filter':_0x334d70(0x1a2),'row':_0x334d70(0x1c8),'column':_0x334d70(0x1c6),'values':_0x334d70(0x1b8)},'dateGroup':{'year':_0x334d70(0x1b6),'month':_0x334d70(0x1bc),'day':'Day','date':_0x334d70(0x1c1),'hour':_0x334d70(0x1cc),'minute':_0x334d70(0x1b4),'hourMinute':_0x334d70(0x1a6),'quarter':_0x334d70(0x1cf),'monthDate':_0x334d70(0x1a1),'yearQuarter':_0x334d70(0x1bb),'yearMonth':_0x334d70(0x1a9),'yearMonthDate':_0x334d70(0x1b2)},'cellDateGroupDisplay':{'minute':_0x334d70(0x1ab),'hour':_0x334d70(0x1ab),'hourMinute':'{0}:{1}','date':_0x334d70(0x1ab),'month':_0x334d70(0x1ab),'monthDate':_0x334d70(0x1c5),'quarter':'Q{0}','year':_0x334d70(0x1ab),'yearMonth':'{0}-{1}','yearMonthDate':_0x334d70(0x1ae),'yearQuarter':_0x334d70(0x1c7)}}};}));
@@ -1 +1 @@
1
- (function(_0x186033,_0x3cbbc3){var _0x909172=_0x3b14,_0x14d0b3=_0x186033();while(!![]){try{var _0x3b758d=-parseInt(_0x909172(0x86))/0x1*(parseInt(_0x909172(0x7d))/0x2)+parseInt(_0x909172(0x85))/0x3*(-parseInt(_0x909172(0x90))/0x4)+parseInt(_0x909172(0x9c))/0x5*(parseInt(_0x909172(0x98))/0x6)+parseInt(_0x909172(0x87))/0x7*(-parseInt(_0x909172(0x95))/0x8)+parseInt(_0x909172(0x8d))/0x9*(-parseInt(_0x909172(0x9e))/0xa)+-parseInt(_0x909172(0x97))/0xb*(-parseInt(_0x909172(0x6e))/0xc)+parseInt(_0x909172(0x7e))/0xd*(parseInt(_0x909172(0x6f))/0xe);if(_0x3b758d===_0x3cbbc3)break;else _0x14d0b3['push'](_0x14d0b3['shift']());}catch(_0x2c4dc3){_0x14d0b3['push'](_0x14d0b3['shift']());}}}(_0x40ec,0xc5178),function(_0x46b6c7,_0x16e807){var _0x52468a=_0x3b14;typeof exports==_0x52468a(0x7f)&&typeof module<'u'?module[_0x52468a(0x73)]=_0x16e807():typeof define==_0x52468a(0x74)&&define[_0x52468a(0x99)]?define([],_0x16e807):(_0x46b6c7=typeof globalThis<'u'?globalThis:_0x46b6c7||self,_0x46b6c7[_0x52468a(0x8b)]=_0x16e807());}(this,function(){var _0x2745c4=_0x3b14;return{'sheets-pivot':{'sheet':_0x2745c4(0x9f),'blankValue':_0x2745c4(0x72),'otherValue':_0x2745c4(0x7a),'columnName':'Columna\x20','subTotalText':_0x2745c4(0x79),'grandTotalText':'Total\x20general','valueText':_0x2745c4(0x76),'rowLabels':'Etiquetas\x20de\x20fila','columnLabels':'Etiquetas\x20de\x20columna','averageName':_0x2745c4(0x93),'countName':'Conteo\x20de\x20','countNumsName':_0x2745c4(0x84),'maxName':_0x2745c4(0x75),'minName':'Mín\x20de\x20','productName':_0x2745c4(0x70),'stdDevName':'DesvEst\x20de\x20','stdDevpName':_0x2745c4(0x9a),'sumName':'Suma\x20de\x20','varName':'Var\x20de\x20','varpName':_0x2745c4(0x91),'subTotal':_0x2745c4(0x79),'grandTotal':_0x2745c4(0x80),'value':'valor','blank':_0x2745c4(0x7c),'other':_0x2745c4(0x89),'renderText':{'valueField':'{0}{1}','subtotal':_0x2745c4(0x9b),'grandTotal':_0x2745c4(0x9b),'multipleGrandTotal':_0x2745c4(0x7b),'subtotalWithValue':_0x2745c4(0x9b)},'emptyPivot':{'filter':_0x2745c4(0x82),'row':_0x2745c4(0x96),'column':_0x2745c4(0x92),'values':_0x2745c4(0x8f)},'dateGroup':{'year':_0x2745c4(0x9d),'month':'Mes','day':_0x2745c4(0x8a),'date':_0x2745c4(0x8a),'hour':_0x2745c4(0x77),'minute':_0x2745c4(0x94),'hourMinute':_0x2745c4(0x78),'quarter':_0x2745c4(0x8c),'monthDate':_0x2745c4(0x81),'yearQuarter':'Año-Trimestre','yearMonth':_0x2745c4(0x88),'yearMonthDate':'Año-Mes-Día'},'cellDateGroupDisplay':{'minute':_0x2745c4(0x7b),'hour':_0x2745c4(0x7b),'hourMinute':'{0}:{1}','date':'{0}','month':_0x2745c4(0x7b),'monthDate':_0x2745c4(0x71),'quarter':_0x2745c4(0x83),'year':_0x2745c4(0x7b),'yearMonth':_0x2745c4(0x71),'yearMonthDate':'{0}-{1}-{2}','yearQuarter':_0x2745c4(0x8e)}}};}));function _0x3b14(_0x36211f,_0x379fa4){_0x36211f=_0x36211f-0x6e;var _0x40ecb1=_0x40ec();var _0x3b14d3=_0x40ecb1[_0x36211f];return _0x3b14d3;}function _0x40ec(){var _0x315d3c=['127085sEiuvS','Año-Mes','otro','Día','UniverProSheetsPivotEsES','Trimestre','9IVNXeA','{0}-Q{1}','Valores','55816bYrYwQ','VarP\x20de\x20','Columna','Promedio\x20de\x20','Minuto','400wlQDjR','Fila','473YkShmL','12exxCVV','amd','DesvEstP\x20de\x20','{0}\x20{1}','2509145eRLDhT','Año','6602490iPkCDD','Hoja','25368fqnYhi','7420lJuyCM','Producto\x20de\x20','{0}-{1}','(Vacío)','exports','function','Máx\x20de\x20','Valor','Hora','Hora-Minuto','Subtotal','(Otro)','{0}','vacío','30454marFiX','73489oStrdj','object','Total\x20general','Mes-Día','Filtro','Q{0}','Conteo\x20de\x20','156kyHisQ','65wesrEv'];_0x40ec=function(){return _0x315d3c;};return _0x40ec();}
1
+ function _0x145f(_0x56045a,_0x594218){_0x56045a=_0x56045a-0xea;var _0x1cd5e6=_0x1cd5();var _0x145f72=_0x1cd5e6[_0x56045a];return _0x145f72;}(function(_0x4edf7c,_0x2ca26f){var _0x287e08=_0x145f,_0x179e41=_0x4edf7c();while(!![]){try{var _0x50184b=parseInt(_0x287e08(0x10d))/0x1*(parseInt(_0x287e08(0xf1))/0x2)+-parseInt(_0x287e08(0xf8))/0x3+parseInt(_0x287e08(0x10a))/0x4+parseInt(_0x287e08(0x110))/0x5*(parseInt(_0x287e08(0x104))/0x6)+parseInt(_0x287e08(0xf2))/0x7+parseInt(_0x287e08(0x115))/0x8*(parseInt(_0x287e08(0xfd))/0x9)+-parseInt(_0x287e08(0x103))/0xa;if(_0x50184b===_0x2ca26f)break;else _0x179e41['push'](_0x179e41['shift']());}catch(_0x29ef64){_0x179e41['push'](_0x179e41['shift']());}}}(_0x1cd5,0xdf77a),function(_0x3deda3,_0x5834ad){var _0x168e61=_0x145f;typeof exports==_0x168e61(0xfa)&&typeof module<'u'?module[_0x168e61(0x10c)]=_0x5834ad():typeof define=='function'&&define[_0x168e61(0x109)]?define([],_0x5834ad):(_0x3deda3=typeof globalThis<'u'?globalThis:_0x3deda3||self,_0x3deda3[_0x168e61(0x10e)]=_0x5834ad());}(this,function(){var _0x1611f7=_0x145f;return{'sheets-pivot':{'sheet':_0x1611f7(0xef),'blankValue':_0x1611f7(0xfe),'otherValue':_0x1611f7(0xf3),'columnName':_0x1611f7(0x106),'subTotalText':_0x1611f7(0x117),'grandTotalText':'Total\x20general','valueText':_0x1611f7(0xf4),'rowLabels':_0x1611f7(0xf0),'columnLabels':_0x1611f7(0x100),'averageName':_0x1611f7(0x105),'countName':'Conteo\x20de\x20','countNumsName':_0x1611f7(0x118),'maxName':'Máx\x20de\x20','minName':_0x1611f7(0x112),'productName':_0x1611f7(0xeb),'stdDevName':'DesvEst\x20de\x20','stdDevpName':_0x1611f7(0x10f),'sumName':_0x1611f7(0xee),'varName':_0x1611f7(0xea),'varpName':'VarP\x20de\x20','subTotal':'Subtotal','grandTotal':_0x1611f7(0xfc),'value':'valor','blank':_0x1611f7(0xf6),'other':'otro','renderText':{'valueField':_0x1611f7(0x101),'subtotal':_0x1611f7(0x108),'grandTotal':_0x1611f7(0x108),'multipleGrandTotal':_0x1611f7(0xec),'subtotalWithValue':_0x1611f7(0x108)},'emptyPivot':{'filter':'Filtro','row':_0x1611f7(0x10b),'column':_0x1611f7(0xed),'values':_0x1611f7(0x119)},'dateGroup':{'year':'Año','month':_0x1611f7(0xff),'day':'Día','date':_0x1611f7(0xf5),'hour':'Hora','minute':'Minuto','hourMinute':_0x1611f7(0x111),'quarter':_0x1611f7(0x107),'monthDate':'Mes-Día','yearQuarter':_0x1611f7(0xfb),'yearMonth':'Año-Mes','yearMonthDate':_0x1611f7(0xf9)},'cellDateGroupDisplay':{'minute':_0x1611f7(0xec),'hour':_0x1611f7(0xec),'hourMinute':_0x1611f7(0x114),'date':'{0}','month':_0x1611f7(0xec),'monthDate':_0x1611f7(0xf7),'quarter':_0x1611f7(0x113),'year':'{0}','yearMonth':_0x1611f7(0xf7),'yearMonthDate':_0x1611f7(0x116),'yearQuarter':_0x1611f7(0x102)}}};}));function _0x1cd5(){var _0x13cc2d=['{0}{1}','{0}-Q{1}','23422660LYnpSr','6uFlLGp','Promedio\x20de\x20','Columna\x20','Trimestre','{0}\x20{1}','amd','452728sgNiXX','Fila','exports','4723pcnGPM','UniverProSheetsPivotEsES','DesvEstP\x20de\x20','6277685nDwpaU','Hora-Minuto','Mín\x20de\x20','Q{0}','{0}:{1}','136856qidDOe','{0}-{1}-{2}','Subtotal','Conteo\x20de\x20','Valores','Var\x20de\x20','Producto\x20de\x20','{0}','Columna','Suma\x20de\x20','Hoja','Etiquetas\x20de\x20fila','226ADKqIY','11196584OlppQB','(Otro)','Valor','Día','vacío','{0}-{1}','2939829UUrAzu','Año-Mes-Día','object','Año-Trimestre','Total\x20general','387wiLsvO','(Vacío)','Mes','Etiquetas\x20de\x20columna'];_0x1cd5=function(){return _0x13cc2d;};return _0x1cd5();}
@@ -1 +1 @@
1
- function _0x3c95(_0x46d70e,_0x480a8a){_0x46d70e=_0x46d70e-0xa6;var _0x546bec=_0x546b();var _0x3c9558=_0x546bec[_0x46d70e];return _0x3c9558;}function _0x546b(){var _0x47c761=['سال','{0}{1}','ماه-روز','165532kNqvfp','object','دقیقه','781EHopzK','سایر','{0}-{1}-{2}','تعداد\x20از\x20','294422zNEAQJ','جمع','UniverProSheetsPivotFaIR','{0}','1sJSpxu','ستون‌ها','87zVmkEM','6640417WLvUVv','Q{0}','4880pYtUqM','ردیف‌ها','8JRxRJx','ساعت','ساعت-دقیقه','{0}-{1}','ماه','انحراف\x20معیار\x20کلی\x20از\x20','سال-ماه-روز','ضرب\x20از\x20','فیلترها','{1}\x20{0}','114170qLxLlP','{0}-Q{1}','15422472uHkwlh','میانگین\x20از\x20','فصل','تعداد\x20اعداد\x20از\x20','مقدار','برچسب‌های\x20ردیف','روز','839358LfmGUU','exports','جمع\x20از\x20','انحراف\x20معیار\x20از\x20','سال-فصل','مقادیر','برگ','7242eMYTQc'];_0x546b=function(){return _0x47c761;};return _0x546b();}(function(_0x58c818,_0x274625){var _0x2917df=_0x3c95,_0x4cd5b2=_0x58c818();while(!![]){try{var _0x58c96b=parseInt(_0x2917df(0xcf))/0x1*(-parseInt(_0x2917df(0xcb))/0x2)+parseInt(_0x2917df(0xd1))/0x3*(parseInt(_0x2917df(0xc4))/0x4)+-parseInt(_0x2917df(0xd4))/0x5*(-parseInt(_0x2917df(0xc0))/0x6)+parseInt(_0x2917df(0xd2))/0x7*(-parseInt(_0x2917df(0xa6))/0x8)+-parseInt(_0x2917df(0xb9))/0x9+-parseInt(_0x2917df(0xb0))/0xa*(-parseInt(_0x2917df(0xc7))/0xb)+-parseInt(_0x2917df(0xb2))/0xc;if(_0x58c96b===_0x274625)break;else _0x4cd5b2['push'](_0x4cd5b2['shift']());}catch(_0x3b433f){_0x4cd5b2['push'](_0x4cd5b2['shift']());}}}(_0x546b,0xae6c4),function(_0x3a1507,_0xf3daa0){var _0x15c380=_0x3c95;typeof exports==_0x15c380(0xc5)&&typeof module<'u'?module[_0x15c380(0xba)]=_0xf3daa0():typeof define=='function'&&define['amd']?define([],_0xf3daa0):(_0x3a1507=typeof globalThis<'u'?globalThis:_0x3a1507||self,_0x3a1507[_0x15c380(0xcd)]=_0xf3daa0());}(this,function(){var _0x5432cb=_0x3c95;return{'sheets-pivot':{'sheet':_0x5432cb(0xbf),'blankValue':'(خالی)','otherValue':'(سایر)','columnName':'ستون\x20','subTotalText':_0x5432cb(0xcc),'grandTotalText':'کل','valueText':'مقدار','rowLabels':_0x5432cb(0xb7),'columnLabels':'برچسب‌های\x20ستون','averageName':_0x5432cb(0xb3),'countName':_0x5432cb(0xca),'countNumsName':_0x5432cb(0xb5),'maxName':'بیشترین\x20از\x20','minName':'کمترین\x20از\x20','productName':_0x5432cb(0xad),'stdDevName':_0x5432cb(0xbc),'stdDevpName':_0x5432cb(0xab),'sumName':_0x5432cb(0xbb),'varName':'واریانس\x20از\x20','varpName':'واریانس\x20کلی\x20از\x20','subTotal':_0x5432cb(0xcc),'grandTotal':'کل','value':_0x5432cb(0xb6),'blank':'خالی','other':_0x5432cb(0xc8),'renderText':{'valueField':_0x5432cb(0xc2),'subtotal':_0x5432cb(0xaf),'grandTotal':_0x5432cb(0xaf),'multipleGrandTotal':_0x5432cb(0xaf),'subtotalWithValue':'{1}\x20{0}'},'emptyPivot':{'filter':_0x5432cb(0xae),'row':_0x5432cb(0xd5),'column':_0x5432cb(0xd0),'values':_0x5432cb(0xbe)},'dateGroup':{'year':_0x5432cb(0xc1),'month':_0x5432cb(0xaa),'day':_0x5432cb(0xb8),'date':_0x5432cb(0xb8),'hour':_0x5432cb(0xa7),'minute':_0x5432cb(0xc6),'hourMinute':_0x5432cb(0xa8),'quarter':_0x5432cb(0xb4),'monthDate':_0x5432cb(0xc3),'yearQuarter':_0x5432cb(0xbd),'yearMonth':'سال-ماه','yearMonthDate':_0x5432cb(0xac)},'cellDateGroupDisplay':{'minute':_0x5432cb(0xce),'hour':_0x5432cb(0xce),'hourMinute':'{0}:{1}','date':_0x5432cb(0xce),'month':_0x5432cb(0xce),'monthDate':_0x5432cb(0xa9),'quarter':_0x5432cb(0xd3),'year':_0x5432cb(0xce),'yearMonth':_0x5432cb(0xa9),'yearMonthDate':_0x5432cb(0xc9),'yearQuarter':_0x5432cb(0xb1)}}};}));
1
+ (function(_0x357b84,_0x4ccc3c){var _0x3f243b=_0x2f3f,_0xc5d59b=_0x357b84();while(!![]){try{var _0x1322e4=-parseInt(_0x3f243b(0x120))/0x1*(parseInt(_0x3f243b(0x13e))/0x2)+parseInt(_0x3f243b(0x122))/0x3+parseInt(_0x3f243b(0x117))/0x4+-parseInt(_0x3f243b(0x133))/0x5+parseInt(_0x3f243b(0x13c))/0x6*(parseInt(_0x3f243b(0x11a))/0x7)+-parseInt(_0x3f243b(0x126))/0x8+-parseInt(_0x3f243b(0x11c))/0x9*(parseInt(_0x3f243b(0x114))/0xa);if(_0x1322e4===_0x4ccc3c)break;else _0xc5d59b['push'](_0xc5d59b['shift']());}catch(_0x2a5293){_0xc5d59b['push'](_0xc5d59b['shift']());}}}(_0x534e,0x5e48a),function(_0x18c6a3,_0x204813){var _0x219f3b=_0x2f3f;typeof exports=='object'&&typeof module<'u'?module['exports']=_0x204813():typeof define==_0x219f3b(0x121)&&define[_0x219f3b(0x119)]?define([],_0x204813):(_0x18c6a3=typeof globalThis<'u'?globalThis:_0x18c6a3||self,_0x18c6a3['UniverProSheetsPivotFaIR']=_0x204813());}(this,function(){var _0x3f28d8=_0x2f3f;return{'sheets-pivot':{'sheet':'برگ','blankValue':_0x3f28d8(0x12e),'otherValue':_0x3f28d8(0x116),'columnName':_0x3f28d8(0x138),'subTotalText':_0x3f28d8(0x135),'grandTotalText':'کل','valueText':_0x3f28d8(0x13d),'rowLabels':'برچسب‌های\x20ردیف','columnLabels':_0x3f28d8(0x11e),'averageName':_0x3f28d8(0x137),'countName':_0x3f28d8(0x130),'countNumsName':_0x3f28d8(0x12c),'maxName':'بیشترین\x20از\x20','minName':_0x3f28d8(0x127),'productName':'ضرب\x20از\x20','stdDevName':_0x3f28d8(0x124),'stdDevpName':_0x3f28d8(0x12a),'sumName':_0x3f28d8(0x11d),'varName':_0x3f28d8(0x123),'varpName':_0x3f28d8(0x12d),'subTotal':_0x3f28d8(0x135),'grandTotal':'کل','value':_0x3f28d8(0x13d),'blank':_0x3f28d8(0x118),'other':'سایر','renderText':{'valueField':_0x3f28d8(0x128),'subtotal':_0x3f28d8(0x12b),'grandTotal':'{1}\x20{0}','multipleGrandTotal':_0x3f28d8(0x12b),'subtotalWithValue':_0x3f28d8(0x12b)},'emptyPivot':{'filter':_0x3f28d8(0x131),'row':'ردیف‌ها','column':'ستون‌ها','values':'مقادیر'},'dateGroup':{'year':_0x3f28d8(0x132),'month':'ماه','day':'روز','date':_0x3f28d8(0x13b),'hour':_0x3f28d8(0x13a),'minute':_0x3f28d8(0x136),'hourMinute':_0x3f28d8(0x125),'quarter':_0x3f28d8(0x139),'monthDate':'ماه-روز','yearQuarter':_0x3f28d8(0x115),'yearMonth':'سال-ماه','yearMonthDate':'سال-ماه-روز'},'cellDateGroupDisplay':{'minute':_0x3f28d8(0x134),'hour':'{0}','hourMinute':_0x3f28d8(0x129),'date':'{0}','month':_0x3f28d8(0x134),'monthDate':_0x3f28d8(0x12f),'quarter':_0x3f28d8(0x11b),'year':_0x3f28d8(0x134),'yearMonth':'{0}-{1}','yearMonthDate':'{0}-{1}-{2}','yearQuarter':_0x3f28d8(0x11f)}}};}));function _0x2f3f(_0x513e94,_0x4913d1){_0x513e94=_0x513e94-0x114;var _0x534e3b=_0x534e();var _0x2f3f5f=_0x534e3b[_0x513e94];return _0x2f3f5f;}function _0x534e(){var _0x5c3cb5=['سال','634905glVNAP','{0}','جمع','دقیقه','میانگین\x20از\x20','ستون\x20','فصل','ساعت','روز','18FOhUTS','مقدار','5636reqLRz','10TQYsPB','سال-فصل','(سایر)','3017304wSfDNw','خالی','amd','531881IjmIBs','Q{0}','309303WbJEsK','جمع\x20از\x20','برچسب‌های\x20ستون','{0}-Q{1}','262chmGIy','function','2205096lCAhRh','واریانس\x20از\x20','انحراف\x20معیار\x20از\x20','ساعت-دقیقه','3451656TPEHry','کمترین\x20از\x20','{0}{1}','{0}:{1}','انحراف\x20معیار\x20کلی\x20از\x20','{1}\x20{0}','تعداد\x20اعداد\x20از\x20','واریانس\x20کلی\x20از\x20','(خالی)','{0}-{1}','تعداد\x20از\x20','فیلترها'];_0x534e=function(){return _0x5c3cb5;};return _0x534e();}
@@ -1 +1 @@
1
- function _0x484a(_0x3e8940,_0xb0898a){_0x3e8940=_0x3e8940-0x7d;var _0x594428=_0x5944();var _0x484ac8=_0x594428[_0x3e8940];return _0x484ac8;}function _0x5944(){var _0x1a8cc8=['Feuille','5605RnFRXH','Q{0}','Sous-total','{0}','Colonne','5466728NSFvUm','Jour','Somme\x20de\x20','Nombre\x20de\x20','{0}\x20{1}','{0}:{1}','valeur','8541wwLpUD','11SVVOtj','Total','UniverProSheetsPivotFrFR','Mois','Année-Trimestre','Variance\x20de\x20','Valeurs','Total\x20général','Filtre','Étiquettes\x20de\x20colonnes','autre','1678397qqQbhc','Ligne','Variance\x20pop.\x20de\x20','Produit\x20de\x20','Trimestre','Moyenne\x20de\x20','130505ePPirM','12OJmLEE','Colonne\x20','4AFDNkD','Écart-type\x20de\x20','(Vide)','Minute','Min\x20de\x20','vide','{0}-{1}','130pTsZzK','Valeur','amd','Heure-Minute','function','{0}-{1}-{2}','2702424wYAwOB','980892snBJmF','130VgFbhD','(Autre)'];_0x5944=function(){return _0x1a8cc8;};return _0x5944();}(function(_0x29f6be,_0x519433){var _0xe4aaa5=_0x484a,_0x4402aa=_0x29f6be();while(!![]){try{var _0x1dbf2b=parseInt(_0xe4aaa5(0x7d))/0x1*(-parseInt(_0xe4aaa5(0xad))/0x2)+-parseInt(_0xe4aaa5(0xac))/0x3*(parseInt(_0xe4aaa5(0x9e))/0x4)+parseInt(_0xe4aaa5(0x9b))/0x5*(-parseInt(_0xe4aaa5(0x9c))/0x6)+parseInt(_0xe4aaa5(0x95))/0x7+parseInt(_0xe4aaa5(0x82))/0x8+parseInt(_0xe4aaa5(0x89))/0x9*(-parseInt(_0xe4aaa5(0xa5))/0xa)+parseInt(_0xe4aaa5(0x8a))/0xb*(parseInt(_0xe4aaa5(0xab))/0xc);if(_0x1dbf2b===_0x519433)break;else _0x4402aa['push'](_0x4402aa['shift']());}catch(_0x2e9166){_0x4402aa['push'](_0x4402aa['shift']());}}}(_0x5944,0x5fd26),function(_0x40211e,_0x3d3826){var _0x52b125=_0x484a;typeof exports=='object'&&typeof module<'u'?module['exports']=_0x3d3826():typeof define==_0x52b125(0xa9)&&define[_0x52b125(0xa7)]?define([],_0x3d3826):(_0x40211e=typeof globalThis<'u'?globalThis:_0x40211e||self,_0x40211e[_0x52b125(0x8c)]=_0x3d3826());}(this,function(){var _0x4699a5=_0x484a;return{'sheets-pivot':{'sheet':_0x4699a5(0xaf),'blankValue':_0x4699a5(0xa0),'otherValue':_0x4699a5(0xae),'columnName':_0x4699a5(0x9d),'subTotalText':_0x4699a5(0x8b),'grandTotalText':'Total\x20général','valueText':_0x4699a5(0xa6),'rowLabels':'Étiquettes\x20de\x20lignes','columnLabels':_0x4699a5(0x93),'averageName':_0x4699a5(0x9a),'countName':'Nombre\x20de\x20','countNumsName':_0x4699a5(0x85),'maxName':'Max\x20de\x20','minName':_0x4699a5(0xa2),'productName':_0x4699a5(0x98),'stdDevName':_0x4699a5(0x9f),'stdDevpName':'Écart-type\x20pop.\x20de\x20','sumName':_0x4699a5(0x84),'varName':_0x4699a5(0x8f),'varpName':_0x4699a5(0x97),'subTotal':_0x4699a5(0x7f),'grandTotal':_0x4699a5(0x91),'value':_0x4699a5(0x88),'blank':_0x4699a5(0xa3),'other':_0x4699a5(0x94),'renderText':{'valueField':'{0}{1}','subtotal':_0x4699a5(0x86),'grandTotal':_0x4699a5(0x86),'multipleGrandTotal':_0x4699a5(0x80),'subtotalWithValue':_0x4699a5(0x86)},'emptyPivot':{'filter':_0x4699a5(0x92),'row':_0x4699a5(0x96),'column':_0x4699a5(0x81),'values':_0x4699a5(0x90)},'dateGroup':{'year':'Année','month':_0x4699a5(0x8d),'day':_0x4699a5(0x83),'date':'Jour','hour':'Heure','minute':_0x4699a5(0xa1),'hourMinute':_0x4699a5(0xa8),'quarter':_0x4699a5(0x99),'monthDate':'Mois-Jour','yearQuarter':_0x4699a5(0x8e),'yearMonth':'Année-Mois','yearMonthDate':'Année-Mois-Jour'},'cellDateGroupDisplay':{'minute':_0x4699a5(0x80),'hour':_0x4699a5(0x80),'hourMinute':_0x4699a5(0x87),'date':_0x4699a5(0x80),'month':_0x4699a5(0x80),'monthDate':'{0}-{1}','quarter':_0x4699a5(0x7e),'year':_0x4699a5(0x80),'yearMonth':_0x4699a5(0xa4),'yearMonthDate':_0x4699a5(0xaa),'yearQuarter':'{0}-Q{1}'}}};}));
1
+ function _0x3202(_0x9f1aa1,_0x9481a0){_0x9f1aa1=_0x9f1aa1-0xea;var _0x3614fc=_0x3614();var _0x3202ef=_0x3614fc[_0x9f1aa1];return _0x3202ef;}function _0x3614(){var _0x1a5cd2=['function','Écart-type\x20de\x20','(Vide)','Heure-Minute','Jour','{0}-{1}','valeur','(Autre)','Q{0}','Somme\x20de\x20','3972rvYGdq','2720643YOnSOl','Nombre\x20de\x20','2398cYipYe','671gsHNcE','Année-Mois','exports','UniverProSheetsPivotFrFR','Sous-total','1137212pXyoMG','Mois','Écart-type\x20pop.\x20de\x20','Total\x20général','13325oMkhuL','Heure','{0}-Q{1}','{0}\x20{1}','amd','vide','Minute','Ligne','22687880HagwTZ','Année-Trimestre','2822168jHxtZB','{0}:{1}','Colonne','Variance\x20de\x20','615013CatWQx','{0}','Étiquettes\x20de\x20lignes','Produit\x20de\x20','Moyenne\x20de\x20','Filtre','Total','{0}-{1}-{2}','Min\x20de\x20','Étiquettes\x20de\x20colonnes','45kSTziu','object','Année'];_0x3614=function(){return _0x1a5cd2;};return _0x3614();}(function(_0x235267,_0x482de8){var _0x336243=_0x3202,_0x71cbca=_0x235267();while(!![]){try{var _0x1e5f11=-parseInt(_0x336243(0x10c))/0x1*(parseInt(_0x336243(0x10b))/0x2)+-parseInt(_0x336243(0x109))/0x3+parseInt(_0x336243(0x111))/0x4+parseInt(_0x336243(0x115))/0x5*(-parseInt(_0x336243(0x108))/0x6)+parseInt(_0x336243(0xf1))/0x7+parseInt(_0x336243(0xed))/0x8*(parseInt(_0x336243(0xfb))/0x9)+parseInt(_0x336243(0xeb))/0xa;if(_0x1e5f11===_0x482de8)break;else _0x71cbca['push'](_0x71cbca['shift']());}catch(_0x5e79cf){_0x71cbca['push'](_0x71cbca['shift']());}}}(_0x3614,0xe2d8d),function(_0x5e08d0,_0x7a4642){var _0x57ad8d=_0x3202;typeof exports==_0x57ad8d(0xfc)&&typeof module<'u'?module[_0x57ad8d(0x10e)]=_0x7a4642():typeof define==_0x57ad8d(0xfe)&&define[_0x57ad8d(0x119)]?define([],_0x7a4642):(_0x5e08d0=typeof globalThis<'u'?globalThis:_0x5e08d0||self,_0x5e08d0[_0x57ad8d(0x10f)]=_0x7a4642());}(this,function(){var _0xb35b67=_0x3202;return{'sheets-pivot':{'sheet':'Feuille','blankValue':_0xb35b67(0x100),'otherValue':_0xb35b67(0x105),'columnName':'Colonne\x20','subTotalText':_0xb35b67(0xf7),'grandTotalText':_0xb35b67(0x114),'valueText':'Valeur','rowLabels':_0xb35b67(0xf3),'columnLabels':_0xb35b67(0xfa),'averageName':_0xb35b67(0xf5),'countName':'Nombre\x20de\x20','countNumsName':_0xb35b67(0x10a),'maxName':'Max\x20de\x20','minName':_0xb35b67(0xf9),'productName':_0xb35b67(0xf4),'stdDevName':_0xb35b67(0xff),'stdDevpName':_0xb35b67(0x113),'sumName':_0xb35b67(0x107),'varName':_0xb35b67(0xf0),'varpName':'Variance\x20pop.\x20de\x20','subTotal':_0xb35b67(0x110),'grandTotal':'Total\x20général','value':_0xb35b67(0x104),'blank':_0xb35b67(0x11a),'other':'autre','renderText':{'valueField':'{0}{1}','subtotal':_0xb35b67(0x118),'grandTotal':_0xb35b67(0x118),'multipleGrandTotal':_0xb35b67(0xf2),'subtotalWithValue':_0xb35b67(0x118)},'emptyPivot':{'filter':_0xb35b67(0xf6),'row':_0xb35b67(0xea),'column':_0xb35b67(0xef),'values':'Valeurs'},'dateGroup':{'year':_0xb35b67(0xfd),'month':_0xb35b67(0x112),'day':_0xb35b67(0x102),'date':_0xb35b67(0x102),'hour':_0xb35b67(0x116),'minute':_0xb35b67(0x11b),'hourMinute':_0xb35b67(0x101),'quarter':'Trimestre','monthDate':'Mois-Jour','yearQuarter':_0xb35b67(0xec),'yearMonth':_0xb35b67(0x10d),'yearMonthDate':'Année-Mois-Jour'},'cellDateGroupDisplay':{'minute':_0xb35b67(0xf2),'hour':'{0}','hourMinute':_0xb35b67(0xee),'date':'{0}','month':'{0}','monthDate':_0xb35b67(0x103),'quarter':_0xb35b67(0x106),'year':_0xb35b67(0xf2),'yearMonth':'{0}-{1}','yearMonthDate':_0xb35b67(0xf8),'yearQuarter':_0xb35b67(0x117)}}};}));
@@ -1 +1 @@
1
- function _0x1573(_0x151125,_0x33368a){_0x151125=_0x151125-0x101;var _0x5a41db=_0x5a41();var _0x157309=_0x5a41db[_0x151125];return _0x157309;}function _0x5a41(){var _0x2a52fa=['Subtotal','Q{0}','368MUHJCW','Jam-Menit','Label\x20Baris','StdDev\x20dari\x20','StdDevp\x20dari\x20','exports','Kolom','UniverProSheetsPivotIdID','Total\x20Keseluruhan','Hari','Tahun-Kuartal','Var\x20dari\x20','{0}\x20{1}','Bulan-Hari','Filter','Rata-rata\x20dari\x20','Nilai','25396yTLoPV','334008gSZWiJ','2433409SxDfGJ','1108oHjozG','Maks\x20dari\x20','{0}-{1}','66145aHFgPn','168aTdypI','Tahun-Bulan-Hari','{0}','{0}-Q{1}','2010212EPOEjl','Min\x20dari\x20','365652daBlqH','{0}:{1}','Kolom\x20','(Kosong)','Hasil\x20Kali\x20dari\x20','{0}{1}','563pJpdOJ','nilai','Jumlah\x20dari\x20','amd','Kuartal','function','Label\x20Kolom','20gHGmkC','Baris','Varp\x20dari\x20','Menit'];_0x5a41=function(){return _0x2a52fa;};return _0x5a41();}(function(_0x42b02c,_0x14b413){var _0x18577e=_0x1573,_0x3c2394=_0x42b02c();while(!![]){try{var _0x25a588=-parseInt(_0x18577e(0x11f))/0x1*(parseInt(_0x18577e(0x10f))/0x2)+parseInt(_0x18577e(0x10d))/0x3+-parseInt(_0x18577e(0x117))/0x4+-parseInt(_0x18577e(0x112))/0x5*(-parseInt(_0x18577e(0x113))/0x6)+-parseInt(_0x18577e(0x10c))/0x7*(-parseInt(_0x18577e(0x12c))/0x8)+parseInt(_0x18577e(0x119))/0x9+-parseInt(_0x18577e(0x126))/0xa*(-parseInt(_0x18577e(0x10e))/0xb);if(_0x25a588===_0x14b413)break;else _0x3c2394['push'](_0x3c2394['shift']());}catch(_0x558463){_0x3c2394['push'](_0x3c2394['shift']());}}}(_0x5a41,0x4d73f),function(_0x27ce92,_0x3183be){var _0x3f3ff1=_0x1573;typeof exports=='object'&&typeof module<'u'?module[_0x3f3ff1(0x131)]=_0x3183be():typeof define==_0x3f3ff1(0x124)&&define[_0x3f3ff1(0x122)]?define([],_0x3183be):(_0x27ce92=typeof globalThis<'u'?globalThis:_0x27ce92||self,_0x27ce92[_0x3f3ff1(0x102)]=_0x3183be());}(this,function(){var _0x550afe=_0x1573;return{'sheets-pivot':{'sheet':'Lembar','blankValue':_0x550afe(0x11c),'otherValue':'(Lainnya)','columnName':_0x550afe(0x11b),'subTotalText':'Total','grandTotalText':'Total\x20Keseluruhan','valueText':_0x550afe(0x10b),'rowLabels':_0x550afe(0x12e),'columnLabels':_0x550afe(0x125),'averageName':_0x550afe(0x10a),'countName':'Jumlah\x20dari\x20','countNumsName':_0x550afe(0x121),'maxName':_0x550afe(0x110),'minName':_0x550afe(0x118),'productName':_0x550afe(0x11d),'stdDevName':_0x550afe(0x12f),'stdDevpName':_0x550afe(0x130),'sumName':'Jumlah\x20dari\x20','varName':_0x550afe(0x106),'varpName':_0x550afe(0x128),'subTotal':_0x550afe(0x12a),'grandTotal':_0x550afe(0x103),'value':_0x550afe(0x120),'blank':'kosong','other':'lainnya','renderText':{'valueField':_0x550afe(0x11e),'subtotal':_0x550afe(0x107),'grandTotal':_0x550afe(0x107),'multipleGrandTotal':_0x550afe(0x115),'subtotalWithValue':_0x550afe(0x107)},'emptyPivot':{'filter':_0x550afe(0x109),'row':_0x550afe(0x127),'column':_0x550afe(0x101),'values':_0x550afe(0x10b)},'dateGroup':{'year':'Tahun','month':'Bulan','day':_0x550afe(0x104),'date':_0x550afe(0x104),'hour':'Jam','minute':_0x550afe(0x129),'hourMinute':_0x550afe(0x12d),'quarter':_0x550afe(0x123),'monthDate':_0x550afe(0x108),'yearQuarter':_0x550afe(0x105),'yearMonth':'Tahun-Bulan','yearMonthDate':_0x550afe(0x114)},'cellDateGroupDisplay':{'minute':'{0}','hour':'{0}','hourMinute':_0x550afe(0x11a),'date':_0x550afe(0x115),'month':_0x550afe(0x115),'monthDate':_0x550afe(0x111),'quarter':_0x550afe(0x12b),'year':_0x550afe(0x115),'yearMonth':_0x550afe(0x111),'yearMonthDate':'{0}-{1}-{2}','yearQuarter':_0x550afe(0x116)}}};}));
1
+ function _0x1319(_0x57896d,_0x4c1d91){_0x57896d=_0x57896d-0x174;var _0x45b8fd=_0x45b8();var _0x131996=_0x45b8fd[_0x57896d];return _0x131996;}function _0x45b8(){var _0x5df311=['1836416yErWdz','{0}\x20{1}','Baris','Kolom\x20','716362jsOdRW','Kolom','Nilai','lainnya','Label\x20Baris','StdDevp\x20dari\x20','Maks\x20dari\x20','amd','object','1864728HpQJGF','{0}:{1}','exports','Hasil\x20Kali\x20dari\x20','{0}','413916uXLfIR','nilai','Filter','{0}-Q{1}','Varp\x20dari\x20','1EziVFT','Hari','(Lainnya)','(Kosong)','StdDev\x20dari\x20','Label\x20Kolom','Menit','Jumlah\x20dari\x20','1567565GxYYYV','Total','kosong','Kuartal','2271318AjVKbz','Rata-rata\x20dari\x20','Lembar','UniverProSheetsPivotIdID','Tahun','Jam','Jam-Menit','Bulan','11074518myPegx','4VgFFbB','Total\x20Keseluruhan'];_0x45b8=function(){return _0x5df311;};return _0x45b8();}(function(_0x32d040,_0x589cf9){var _0x3648c8=_0x1319,_0x1da487=_0x32d040();while(!![]){try{var _0x2a6106=parseInt(_0x3648c8(0x190))/0x1*(-parseInt(_0x3648c8(0x17d))/0x2)+-parseInt(_0x3648c8(0x18b))/0x3+parseInt(_0x3648c8(0x177))/0x4*(-parseInt(_0x3648c8(0x198))/0x5)+-parseInt(_0x3648c8(0x186))/0x6+parseInt(_0x3648c8(0x19c))/0x7+-parseInt(_0x3648c8(0x179))/0x8+parseInt(_0x3648c8(0x176))/0x9;if(_0x2a6106===_0x589cf9)break;else _0x1da487['push'](_0x1da487['shift']());}catch(_0x502bbe){_0x1da487['push'](_0x1da487['shift']());}}}(_0x45b8,0x320aa),function(_0x18438e,_0x301389){var _0x2cb909=_0x1319;typeof exports==_0x2cb909(0x185)&&typeof module<'u'?module[_0x2cb909(0x188)]=_0x301389():typeof define=='function'&&define[_0x2cb909(0x184)]?define([],_0x301389):(_0x18438e=typeof globalThis<'u'?globalThis:_0x18438e||self,_0x18438e[_0x2cb909(0x19f)]=_0x301389());}(this,function(){var _0x1c4974=_0x1319;return{'sheets-pivot':{'sheet':_0x1c4974(0x19e),'blankValue':_0x1c4974(0x193),'otherValue':_0x1c4974(0x192),'columnName':_0x1c4974(0x17c),'subTotalText':_0x1c4974(0x199),'grandTotalText':_0x1c4974(0x178),'valueText':_0x1c4974(0x17f),'rowLabels':_0x1c4974(0x181),'columnLabels':_0x1c4974(0x195),'averageName':_0x1c4974(0x19d),'countName':_0x1c4974(0x197),'countNumsName':'Jumlah\x20dari\x20','maxName':_0x1c4974(0x183),'minName':'Min\x20dari\x20','productName':_0x1c4974(0x189),'stdDevName':_0x1c4974(0x194),'stdDevpName':_0x1c4974(0x182),'sumName':_0x1c4974(0x197),'varName':'Var\x20dari\x20','varpName':_0x1c4974(0x18f),'subTotal':'Subtotal','grandTotal':_0x1c4974(0x178),'value':_0x1c4974(0x18c),'blank':_0x1c4974(0x19a),'other':_0x1c4974(0x180),'renderText':{'valueField':'{0}{1}','subtotal':_0x1c4974(0x17a),'grandTotal':_0x1c4974(0x17a),'multipleGrandTotal':_0x1c4974(0x18a),'subtotalWithValue':'{0}\x20{1}'},'emptyPivot':{'filter':_0x1c4974(0x18d),'row':_0x1c4974(0x17b),'column':_0x1c4974(0x17e),'values':'Nilai'},'dateGroup':{'year':_0x1c4974(0x1a0),'month':_0x1c4974(0x175),'day':_0x1c4974(0x191),'date':_0x1c4974(0x191),'hour':_0x1c4974(0x1a1),'minute':_0x1c4974(0x196),'hourMinute':_0x1c4974(0x174),'quarter':_0x1c4974(0x19b),'monthDate':'Bulan-Hari','yearQuarter':'Tahun-Kuartal','yearMonth':'Tahun-Bulan','yearMonthDate':'Tahun-Bulan-Hari'},'cellDateGroupDisplay':{'minute':_0x1c4974(0x18a),'hour':_0x1c4974(0x18a),'hourMinute':_0x1c4974(0x187),'date':'{0}','month':'{0}','monthDate':'{0}-{1}','quarter':'Q{0}','year':_0x1c4974(0x18a),'yearMonth':'{0}-{1}','yearMonthDate':'{0}-{1}-{2}','yearQuarter':_0x1c4974(0x18e)}}};}));
@@ -1 +1 @@
1
- (function(_0x53ea82,_0x3cc3dc){var _0x242028=_0x4b5e,_0x29c348=_0x53ea82();while(!![]){try{var _0x367155=-parseInt(_0x242028(0x8c))/0x1+-parseInt(_0x242028(0x7b))/0x2*(parseInt(_0x242028(0x85))/0x3)+-parseInt(_0x242028(0x87))/0x4+-parseInt(_0x242028(0x79))/0x5*(-parseInt(_0x242028(0x7e))/0x6)+parseInt(_0x242028(0x9d))/0x7*(parseInt(_0x242028(0x9c))/0x8)+-parseInt(_0x242028(0x8a))/0x9+parseInt(_0x242028(0x9e))/0xa;if(_0x367155===_0x3cc3dc)break;else _0x29c348['push'](_0x29c348['shift']());}catch(_0x10de6a){_0x29c348['push'](_0x29c348['shift']());}}}(_0x1873,0x26c85),function(_0x4645b1,_0x1f0001){var _0x315284=_0x4b5e;typeof exports=='object'&&typeof module<'u'?module['exports']=_0x1f0001():typeof define==_0x315284(0x89)&&define[_0x315284(0xa3)]?define([],_0x1f0001):(_0x4645b1=typeof globalThis<'u'?globalThis:_0x4645b1||self,_0x4645b1[_0x315284(0xa0)]=_0x1f0001());}(this,function(){var _0x43efb9=_0x4b5e;return{'sheets-pivot':{'sheet':'Foglio','blankValue':_0x43efb9(0x95),'otherValue':_0x43efb9(0x9a),'columnName':_0x43efb9(0x7c),'subTotalText':_0x43efb9(0x83),'grandTotalText':'Totale\x20Complessivo','valueText':_0x43efb9(0x91),'rowLabels':'Etichette\x20di\x20riga','columnLabels':'Etichette\x20di\x20colonna','averageName':_0x43efb9(0x96),'countName':_0x43efb9(0x7a),'countNumsName':_0x43efb9(0x7a),'maxName':_0x43efb9(0x8d),'minName':_0x43efb9(0x77),'productName':_0x43efb9(0x93),'stdDevName':_0x43efb9(0x7d),'stdDevpName':_0x43efb9(0x7f),'sumName':_0x43efb9(0x82),'varName':_0x43efb9(0x80),'varpName':'Varp\x20di\x20','subTotal':_0x43efb9(0x84),'grandTotal':_0x43efb9(0x8e),'value':'valore','blank':_0x43efb9(0x8b),'other':'altro','renderText':{'valueField':'{0}{1}','subtotal':_0x43efb9(0x98),'grandTotal':_0x43efb9(0x98),'multipleGrandTotal':_0x43efb9(0x76),'subtotalWithValue':'{0}\x20{1}'},'emptyPivot':{'filter':_0x43efb9(0x99),'row':_0x43efb9(0x88),'column':_0x43efb9(0x9b),'values':'Valori'},'dateGroup':{'year':_0x43efb9(0x90),'month':'Mese','day':_0x43efb9(0x8f),'date':_0x43efb9(0x8f),'hour':'Ora','minute':_0x43efb9(0x81),'hourMinute':_0x43efb9(0x92),'quarter':_0x43efb9(0x78),'monthDate':_0x43efb9(0x94),'yearQuarter':_0x43efb9(0x75),'yearMonth':_0x43efb9(0xa1),'yearMonthDate':_0x43efb9(0x97)},'cellDateGroupDisplay':{'minute':_0x43efb9(0x76),'hour':'{0}','hourMinute':_0x43efb9(0x9f),'date':_0x43efb9(0x76),'month':_0x43efb9(0x76),'monthDate':_0x43efb9(0x73),'quarter':_0x43efb9(0x74),'year':_0x43efb9(0x76),'yearMonth':_0x43efb9(0x73),'yearMonthDate':_0x43efb9(0xa2),'yearQuarter':_0x43efb9(0x86)}}};}));function _0x4b5e(_0x422bb8,_0x45354b){_0x422bb8=_0x422bb8-0x73;var _0x18734c=_0x1873();var _0x4b5ed1=_0x18734c[_0x422bb8];return _0x4b5ed1;}function _0x1873(){var _0x5f0e44=['{0}\x20{1}','Filtro','(Altro)','Colonna','658128AKIaAJ','7XswPim','7122530badAJa','{0}:{1}','UniverProSheetsPivotItIT','Anno-Mese','{0}-{1}-{2}','amd','{0}-{1}','Q{0}','Anno-Trimestre','{0}','Minimo\x20di\x20','Trimestre','5XJLKaw','Conteggio\x20di\x20','199622KxnAMT','Colonna\x20','DevStd\x20di\x20','1113090iIzMnV','DevStdp\x20di\x20','Var\x20di\x20','Minuto','Somma\x20di\x20','Totale','Subtotale','3CKUCQV','{0}-Q{1}','846320zTakmI','Riga','function','2170728TLtABx','vuoto','268598vVXCwH','Massimo\x20di\x20','Totale\x20Complessivo','Giorno','Anno','Valore','Ora-Minuto','Prodotto\x20di\x20','Mese-Giorno','(Vuoto)','Media\x20di\x20','Anno-Mese-Giorno'];_0x1873=function(){return _0x5f0e44;};return _0x1873();}
1
+ function _0x1dbf(_0x5d95ae,_0x7ba66b){_0x5d95ae=_0x5d95ae-0x7f;var _0x56febd=_0x56fe();var _0x1dbf5c=_0x56febd[_0x5d95ae];return _0x1dbf5c;}function _0x56fe(){var _0x36359b=['242970QDwNhq','vuoto','valore','6714270OYtBQp','{0}:{1}','Media\x20di\x20','Anno-Mese-Giorno','2063932ZzPKtA','object','{0}-Q{1}','{0}\x20{1}','altro','{0}-{1}','Mese','Totale\x20Complessivo','Varp\x20di\x20','Ora','Valori','{0}','Conteggio\x20di\x20','Anno-Mese','(Vuoto)','UniverProSheetsPivotItIT','1277425VTdZdV','Totale','Var\x20di\x20','Minuto','Colonna\x20','296mFsWLw','7HsUOtY','Prodotto\x20di\x20','2kpfrcJ','function','Anno-Trimestre','276990NMTQnb','1140366jkDSVZ','Valore','DevStdp\x20di\x20','{0}-{1}-{2}','Etichette\x20di\x20colonna','{0}{1}','Giorno','Filtro','30357YRPKww','(Altro)'];_0x56fe=function(){return _0x36359b;};return _0x56fe();}(function(_0x4dc487,_0xb44980){var _0x204d0d=_0x1dbf,_0x18dac0=_0x4dc487();while(!![]){try{var _0x16fc29=-parseInt(_0x204d0d(0x9c))/0x1+parseInt(_0x204d0d(0x8e))/0x2*(parseInt(_0x204d0d(0x91))/0x3)+parseInt(_0x204d0d(0xa3))/0x4+parseInt(_0x204d0d(0x86))/0x5+parseInt(_0x204d0d(0x92))/0x6*(parseInt(_0x204d0d(0x8c))/0x7)+-parseInt(_0x204d0d(0x8b))/0x8*(-parseInt(_0x204d0d(0x9a))/0x9)+-parseInt(_0x204d0d(0x9f))/0xa;if(_0x16fc29===_0xb44980)break;else _0x18dac0['push'](_0x18dac0['shift']());}catch(_0x43617d){_0x18dac0['push'](_0x18dac0['shift']());}}}(_0x56fe,0x40847),function(_0x3f2a50,_0x5cce1a){var _0x467299=_0x1dbf;typeof exports==_0x467299(0xa4)&&typeof module<'u'?module['exports']=_0x5cce1a():typeof define==_0x467299(0x8f)&&define['amd']?define([],_0x5cce1a):(_0x3f2a50=typeof globalThis<'u'?globalThis:_0x3f2a50||self,_0x3f2a50[_0x467299(0x85)]=_0x5cce1a());}(this,function(){var _0x401b11=_0x1dbf;return{'sheets-pivot':{'sheet':'Foglio','blankValue':_0x401b11(0x84),'otherValue':_0x401b11(0x9b),'columnName':_0x401b11(0x8a),'subTotalText':_0x401b11(0x87),'grandTotalText':_0x401b11(0xaa),'valueText':_0x401b11(0x93),'rowLabels':'Etichette\x20di\x20riga','columnLabels':_0x401b11(0x96),'averageName':_0x401b11(0xa1),'countName':_0x401b11(0x82),'countNumsName':_0x401b11(0x82),'maxName':'Massimo\x20di\x20','minName':'Minimo\x20di\x20','productName':_0x401b11(0x8d),'stdDevName':'DevStd\x20di\x20','stdDevpName':_0x401b11(0x94),'sumName':'Somma\x20di\x20','varName':_0x401b11(0x88),'varpName':_0x401b11(0xab),'subTotal':'Subtotale','grandTotal':'Totale\x20Complessivo','value':_0x401b11(0x9e),'blank':_0x401b11(0x9d),'other':_0x401b11(0xa7),'renderText':{'valueField':_0x401b11(0x97),'subtotal':_0x401b11(0xa6),'grandTotal':_0x401b11(0xa6),'multipleGrandTotal':_0x401b11(0x81),'subtotalWithValue':_0x401b11(0xa6)},'emptyPivot':{'filter':_0x401b11(0x99),'row':'Riga','column':'Colonna','values':_0x401b11(0x80)},'dateGroup':{'year':'Anno','month':_0x401b11(0xa9),'day':_0x401b11(0x98),'date':_0x401b11(0x98),'hour':_0x401b11(0x7f),'minute':_0x401b11(0x89),'hourMinute':'Ora-Minuto','quarter':'Trimestre','monthDate':'Mese-Giorno','yearQuarter':_0x401b11(0x90),'yearMonth':_0x401b11(0x83),'yearMonthDate':_0x401b11(0xa2)},'cellDateGroupDisplay':{'minute':_0x401b11(0x81),'hour':_0x401b11(0x81),'hourMinute':_0x401b11(0xa0),'date':_0x401b11(0x81),'month':'{0}','monthDate':_0x401b11(0xa8),'quarter':'Q{0}','year':_0x401b11(0x81),'yearMonth':_0x401b11(0xa8),'yearMonthDate':_0x401b11(0x95),'yearQuarter':_0x401b11(0xa5)}}};}));
@@ -1 +1 @@
1
- function _0x5640(_0x4486b8,_0x1aed36){_0x4486b8=_0x4486b8-0x104;var _0x488abb=_0x488a();var _0x564071=_0x488abb[_0x4486b8];return _0x564071;}function _0x488a(){var _0x352ab7=['年-四半期','571285ParcXA','13854mhOjIT','合計\x20/\x20','{0}:{1}','標準偏差\x20/\x20','{0}\x20{1}','{0}-Q{1}','標本分散\x20/\x20','{0}-{1}-{2}','標本標準偏差\x20/\x20','455CxaYgU','9OZJmvX','(その他)','66010eeffBY','四半期','積\x20/\x20','object','Q{0}','805704LcsCsO','{0}-{1}','187750ngRhvb','分散\x20/\x20','行ラベル','フィルター','データの個数\x20/\x20','amd','月-日','最大値\x20/\x20','平均\x20/\x20','{0}{1}','最小値\x20/\x20','その他','年-月','{0}','function','11434WGPBOq','206184JDvUXS','UniverProSheetsPivotJaJP','exports','42qmaZwN','年-月-日'];_0x488a=function(){return _0x352ab7;};return _0x488a();}(function(_0x76a562,_0x5e2fae){var _0x40b2e5=_0x5640,_0x450b59=_0x76a562();while(!![]){try{var _0x2d07c1=parseInt(_0x40b2e5(0x107))/0x1+-parseInt(_0x40b2e5(0x11d))/0x2*(-parseInt(_0x40b2e5(0x121))/0x3)+parseInt(_0x40b2e5(0x11e))/0x4+-parseInt(_0x40b2e5(0x124))/0x5+-parseInt(_0x40b2e5(0x125))/0x6*(-parseInt(_0x40b2e5(0x104))/0x7)+parseInt(_0x40b2e5(0x10c))/0x8*(-parseInt(_0x40b2e5(0x105))/0x9)+-parseInt(_0x40b2e5(0x10e))/0xa;if(_0x2d07c1===_0x5e2fae)break;else _0x450b59['push'](_0x450b59['shift']());}catch(_0x2b89ae){_0x450b59['push'](_0x450b59['shift']());}}}(_0x488a,0x1bd0e),function(_0x3e62f3,_0x183102){var _0x4c794c=_0x5640;typeof exports==_0x4c794c(0x10a)&&typeof module<'u'?module[_0x4c794c(0x120)]=_0x183102():typeof define==_0x4c794c(0x11c)&&define[_0x4c794c(0x113)]?define([],_0x183102):(_0x3e62f3=typeof globalThis<'u'?globalThis:_0x3e62f3||self,_0x3e62f3[_0x4c794c(0x11f)]=_0x183102());}(this,function(){var _0x18afea=_0x5640;return{'sheets-pivot':{'sheet':'シート','blankValue':'(空白)','otherValue':_0x18afea(0x106),'columnName':'列\x20','subTotalText':'合計','grandTotalText':'総計','valueText':'値','rowLabels':_0x18afea(0x110),'columnLabels':'列ラベル','averageName':_0x18afea(0x116),'countName':_0x18afea(0x112),'countNumsName':'数値の個数\x20/\x20','maxName':_0x18afea(0x115),'minName':_0x18afea(0x118),'productName':_0x18afea(0x109),'stdDevName':_0x18afea(0x128),'stdDevpName':_0x18afea(0x12d),'sumName':_0x18afea(0x126),'varName':_0x18afea(0x10f),'varpName':_0x18afea(0x12b),'subTotal':'小計','grandTotal':'総計','value':'値','blank':'空白','other':_0x18afea(0x119),'renderText':{'valueField':_0x18afea(0x117),'subtotal':_0x18afea(0x129),'grandTotal':_0x18afea(0x129),'multipleGrandTotal':_0x18afea(0x11b),'subtotalWithValue':_0x18afea(0x129)},'emptyPivot':{'filter':_0x18afea(0x111),'row':'行','column':'列','values':'値'},'dateGroup':{'year':'年','month':'月','day':'日','date':'日','hour':'時','minute':'分','hourMinute':'時-分','quarter':_0x18afea(0x108),'monthDate':_0x18afea(0x114),'yearQuarter':_0x18afea(0x123),'yearMonth':_0x18afea(0x11a),'yearMonthDate':_0x18afea(0x122)},'cellDateGroupDisplay':{'minute':'{0}','hour':_0x18afea(0x11b),'hourMinute':_0x18afea(0x127),'date':_0x18afea(0x11b),'month':_0x18afea(0x11b),'monthDate':_0x18afea(0x10d),'quarter':_0x18afea(0x10b),'year':_0x18afea(0x11b),'yearMonth':'{0}-{1}','yearMonthDate':_0x18afea(0x12c),'yearQuarter':_0x18afea(0x12a)}}};}));
1
+ (function(_0x3dedda,_0x3f1a21){var _0x4ea3a1=_0x3aa1,_0x1e16ff=_0x3dedda();while(!![]){try{var _0x1f803c=-parseInt(_0x4ea3a1(0x1a8))/0x1*(parseInt(_0x4ea3a1(0x19d))/0x2)+-parseInt(_0x4ea3a1(0x18f))/0x3*(parseInt(_0x4ea3a1(0x192))/0x4)+-parseInt(_0x4ea3a1(0x1a2))/0x5+parseInt(_0x4ea3a1(0x19e))/0x6+parseInt(_0x4ea3a1(0x191))/0x7+parseInt(_0x4ea3a1(0x1ac))/0x8*(-parseInt(_0x4ea3a1(0x198))/0x9)+parseInt(_0x4ea3a1(0x195))/0xa;if(_0x1f803c===_0x3f1a21)break;else _0x1e16ff['push'](_0x1e16ff['shift']());}catch(_0x102324){_0x1e16ff['push'](_0x1e16ff['shift']());}}}(_0x59f0,0x3af2a),function(_0x1c65ce,_0x656311){var _0x5e98a4=_0x3aa1;typeof exports==_0x5e98a4(0x19b)&&typeof module<'u'?module[_0x5e98a4(0x1ae)]=_0x656311():typeof define==_0x5e98a4(0x19c)&&define['amd']?define([],_0x656311):(_0x1c65ce=typeof globalThis<'u'?globalThis:_0x1c65ce||self,_0x1c65ce[_0x5e98a4(0x194)]=_0x656311());}(this,function(){var _0x4d2c0d=_0x3aa1;return{'sheets-pivot':{'sheet':_0x4d2c0d(0x1ab),'blankValue':_0x4d2c0d(0x199),'otherValue':_0x4d2c0d(0x1ad),'columnName':'列\x20','subTotalText':'合計','grandTotalText':'総計','valueText':'値','rowLabels':'行ラベル','columnLabels':'列ラベル','averageName':'平均\x20/\x20','countName':_0x4d2c0d(0x1a1),'countNumsName':'数値の個数\x20/\x20','maxName':'最大値\x20/\x20','minName':_0x4d2c0d(0x1aa),'productName':_0x4d2c0d(0x1a5),'stdDevName':_0x4d2c0d(0x196),'stdDevpName':_0x4d2c0d(0x19a),'sumName':_0x4d2c0d(0x1a3),'varName':_0x4d2c0d(0x1a7),'varpName':_0x4d2c0d(0x193),'subTotal':'小計','grandTotal':'総計','value':'値','blank':'空白','other':_0x4d2c0d(0x1b1),'renderText':{'valueField':_0x4d2c0d(0x1a6),'subtotal':_0x4d2c0d(0x19f),'grandTotal':'{0}\x20{1}','multipleGrandTotal':'{0}','subtotalWithValue':_0x4d2c0d(0x19f)},'emptyPivot':{'filter':_0x4d2c0d(0x1a9),'row':'行','column':'列','values':'値'},'dateGroup':{'year':'年','month':'月','day':'日','date':'日','hour':'時','minute':'分','hourMinute':'時-分','quarter':'四半期','monthDate':_0x4d2c0d(0x197),'yearQuarter':'年-四半期','yearMonth':_0x4d2c0d(0x190),'yearMonthDate':'年-月-日'},'cellDateGroupDisplay':{'minute':'{0}','hour':_0x4d2c0d(0x1af),'hourMinute':_0x4d2c0d(0x1b0),'date':_0x4d2c0d(0x1af),'month':_0x4d2c0d(0x1af),'monthDate':'{0}-{1}','quarter':'Q{0}','year':_0x4d2c0d(0x1af),'yearMonth':'{0}-{1}','yearMonthDate':_0x4d2c0d(0x1a4),'yearQuarter':_0x4d2c0d(0x1a0)}}};}));function _0x3aa1(_0x3e5843,_0x3962ed){_0x3e5843=_0x3e5843-0x18f;var _0x59f0fc=_0x59f0();var _0x3aa119=_0x59f0fc[_0x3e5843];return _0x3aa119;}function _0x59f0(){var _0x11aded=['{0}\x20{1}','{0}-Q{1}','データの個数\x20/\x20','472665tpyZXx','合計\x20/\x20','{0}-{1}-{2}','積\x20/\x20','{0}{1}','分散\x20/\x20','23UOaRHk','フィルター','最小値\x20/\x20','シート','16584qrLUWi','(その他)','exports','{0}','{0}:{1}','その他','8166vNZGUa','年-月','3176523GVpVrI','464ifBWZD','標本分散\x20/\x20','UniverProSheetsPivotJaJP','4642300bPLlTB','標準偏差\x20/\x20','月-日','810AGEsYZ','(空白)','標本標準偏差\x20/\x20','object','function','19308mGkZtA','853968IvnBFS'];_0x59f0=function(){return _0x11aded;};return _0x59f0();}
@@ -1 +1 @@
1
- (function(_0x3a6234,_0x57aa89){var _0xa5b53b=_0x545c,_0x565d97=_0x3a6234();while(!![]){try{var _0x4746dc=-parseInt(_0xa5b53b(0x182))/0x1+parseInt(_0xa5b53b(0x17f))/0x2+parseInt(_0xa5b53b(0x17b))/0x3*(-parseInt(_0xa5b53b(0x172))/0x4)+-parseInt(_0xa5b53b(0x17e))/0x5*(parseInt(_0xa5b53b(0x167))/0x6)+parseInt(_0xa5b53b(0x16e))/0x7+parseInt(_0xa5b53b(0x166))/0x8*(parseInt(_0xa5b53b(0x174))/0x9)+parseInt(_0xa5b53b(0x173))/0xa;if(_0x4746dc===_0x57aa89)break;else _0x565d97['push'](_0x565d97['shift']());}catch(_0x1bf773){_0x565d97['push'](_0x565d97['shift']());}}}(_0x25f1,0xa3a6d),function(_0x24b054,_0x2f4035){var _0x45768c=_0x545c;typeof exports==_0x45768c(0x187)&&typeof module<'u'?module[_0x45768c(0x180)]=_0x2f4035():typeof define==_0x45768c(0x16a)&&define[_0x45768c(0x170)]?define([],_0x2f4035):(_0x24b054=typeof globalThis<'u'?globalThis:_0x24b054||self,_0x24b054[_0x45768c(0x189)]=_0x2f4035());}(this,function(){var _0x579474=_0x545c;return{'sheets-pivot':{'sheet':'시트','blankValue':_0x579474(0x179),'otherValue':_0x579474(0x17a),'columnName':'열\x20','subTotalText':'합계','grandTotalText':'총합계','valueText':'값','rowLabels':'행\x20레이블','columnLabels':'열\x20레이블','averageName':_0x579474(0x165),'countName':_0x579474(0x184),'countNumsName':'숫자\x20개수\x20/\x20','maxName':_0x579474(0x171),'minName':'최소값\x20/\x20','productName':_0x579474(0x16b),'stdDevName':_0x579474(0x17d),'stdDevpName':_0x579474(0x16c),'sumName':_0x579474(0x175),'varName':_0x579474(0x16d),'varpName':_0x579474(0x178),'subTotal':_0x579474(0x17c),'grandTotal':_0x579474(0x16f),'value':'값','blank':'비어\x20있음','other':'기타','renderText':{'valueField':_0x579474(0x181),'subtotal':'{0}\x20{1}','grandTotal':_0x579474(0x183),'multipleGrandTotal':_0x579474(0x186),'subtotalWithValue':_0x579474(0x183)},'emptyPivot':{'filter':'필터','row':'행','column':'열','values':'값'},'dateGroup':{'year':'년','month':'월','day':'일','date':'일','hour':'시','minute':'분','hourMinute':'시-분','quarter':'분기','monthDate':'월-일','yearQuarter':'년-분기','yearMonth':_0x579474(0x164),'yearMonthDate':_0x579474(0x185)},'cellDateGroupDisplay':{'minute':_0x579474(0x186),'hour':_0x579474(0x186),'hourMinute':_0x579474(0x176),'date':'{0}','month':_0x579474(0x186),'monthDate':_0x579474(0x188),'quarter':_0x579474(0x168),'year':_0x579474(0x186),'yearMonth':_0x579474(0x188),'yearMonthDate':_0x579474(0x177),'yearQuarter':_0x579474(0x169)}}};}));function _0x545c(_0x5427bc,_0xa7f647){_0x5427bc=_0x5427bc-0x164;var _0x25f1fe=_0x25f1();var _0x545c4f=_0x25f1fe[_0x5427bc];return _0x545c4f;}function _0x25f1(){var _0x7784d7=['최대값\x20/\x20','234664ntWKng','3327870hRvaKd','4518ByFtLz','합계\x20/\x20','{0}:{1}','{0}-{1}-{2}','분산(모집단)\x20/\x20','(비어\x20있음)','(기타)','24VHamyl','부분합','표준\x20편차\x20/\x20','5nYAUQt','2118978msFANG','exports','{0}{1}','283497Tzylyy','{0}\x20{1}','개수\x20/\x20','년-월-일','{0}','object','{0}-{1}','UniverProSheetsPivotKoKR','년-월','평균\x20/\x20','272HqKuyM','3056202pDFJGw','Q{0}','{0}-Q{1}','function','곱\x20/\x20','표준\x20편차(모집단)\x20/\x20','분산\x20/\x20','3662155ljKnpG','총합계','amd'];_0x25f1=function(){return _0x7784d7;};return _0x25f1();}
1
+ function _0x5c7c(_0x524f11,_0x3c8b97){_0x524f11=_0x524f11-0x113;var _0x44f71b=_0x44f7();var _0x5c7c40=_0x44f71b[_0x524f11];return _0x5c7c40;}(function(_0xf01c01,_0x4d55cf){var _0x1e31a2=_0x5c7c,_0x591d7c=_0xf01c01();while(!![]){try{var _0xc0f015=parseInt(_0x1e31a2(0x134))/0x1+parseInt(_0x1e31a2(0x129))/0x2+parseInt(_0x1e31a2(0x128))/0x3+parseInt(_0x1e31a2(0x135))/0x4*(parseInt(_0x1e31a2(0x139))/0x5)+-parseInt(_0x1e31a2(0x137))/0x6*(-parseInt(_0x1e31a2(0x11e))/0x7)+-parseInt(_0x1e31a2(0x113))/0x8*(-parseInt(_0x1e31a2(0x120))/0x9)+-parseInt(_0x1e31a2(0x124))/0xa;if(_0xc0f015===_0x4d55cf)break;else _0x591d7c['push'](_0x591d7c['shift']());}catch(_0x3bebf6){_0x591d7c['push'](_0x591d7c['shift']());}}}(_0x44f7,0xf2181),function(_0x51c5bd,_0x27a825){var _0x59b398=_0x5c7c;typeof exports==_0x59b398(0x11a)&&typeof module<'u'?module[_0x59b398(0x115)]=_0x27a825():typeof define==_0x59b398(0x12c)&&define[_0x59b398(0x126)]?define([],_0x27a825):(_0x51c5bd=typeof globalThis<'u'?globalThis:_0x51c5bd||self,_0x51c5bd[_0x59b398(0x130)]=_0x27a825());}(this,function(){var _0x4642f7=_0x5c7c;return{'sheets-pivot':{'sheet':'시트','blankValue':'(비어\x20있음)','otherValue':_0x4642f7(0x13a),'columnName':'열\x20','subTotalText':'합계','grandTotalText':_0x4642f7(0x138),'valueText':'값','rowLabels':_0x4642f7(0x122),'columnLabels':'열\x20레이블','averageName':_0x4642f7(0x123),'countName':_0x4642f7(0x11b),'countNumsName':_0x4642f7(0x117),'maxName':'최대값\x20/\x20','minName':_0x4642f7(0x12d),'productName':_0x4642f7(0x132),'stdDevName':_0x4642f7(0x12e),'stdDevpName':_0x4642f7(0x12b),'sumName':_0x4642f7(0x11f),'varName':_0x4642f7(0x125),'varpName':_0x4642f7(0x131),'subTotal':_0x4642f7(0x12f),'grandTotal':'총합계','value':'값','blank':_0x4642f7(0x119),'other':'기타','renderText':{'valueField':_0x4642f7(0x136),'subtotal':_0x4642f7(0x118),'grandTotal':_0x4642f7(0x118),'multipleGrandTotal':'{0}','subtotalWithValue':_0x4642f7(0x118)},'emptyPivot':{'filter':'필터','row':'행','column':'열','values':'값'},'dateGroup':{'year':'년','month':'월','day':'일','date':'일','hour':'시','minute':'분','hourMinute':'시-분','quarter':'분기','monthDate':_0x4642f7(0x121),'yearQuarter':_0x4642f7(0x11d),'yearMonth':_0x4642f7(0x116),'yearMonthDate':_0x4642f7(0x13b)},'cellDateGroupDisplay':{'minute':_0x4642f7(0x133),'hour':_0x4642f7(0x133),'hourMinute':_0x4642f7(0x12a),'date':_0x4642f7(0x133),'month':_0x4642f7(0x133),'monthDate':_0x4642f7(0x13c),'quarter':_0x4642f7(0x11c),'year':_0x4642f7(0x133),'yearMonth':_0x4642f7(0x13c),'yearMonthDate':_0x4642f7(0x127),'yearQuarter':_0x4642f7(0x114)}}};}));function _0x44f7(){var _0x1c946a=['행\x20레이블','평균\x20/\x20','45817110wvWgET','분산\x20/\x20','amd','{0}-{1}-{2}','3906969jHxHqP','3109600cDWssk','{0}:{1}','표준\x20편차(모집단)\x20/\x20','function','최소값\x20/\x20','표준\x20편차\x20/\x20','부분합','UniverProSheetsPivotKoKR','분산(모집단)\x20/\x20','곱\x20/\x20','{0}','1533570MBzIOQ','4cgttRM','{0}{1}','106356IgNExS','총합계','4282445QoefgE','(기타)','년-월-일','{0}-{1}','272968EFijoE','{0}-Q{1}','exports','년-월','숫자\x20개수\x20/\x20','{0}\x20{1}','비어\x20있음','object','개수\x20/\x20','Q{0}','년-분기','21NCacCe','합계\x20/\x20','72tpyjdq','월-일'];_0x44f7=function(){return _0x1c946a;};return _0x44f7();}
@@ -1 +1 @@
1
- function _0x102d(){var _0x57a5ca=['96845NfBxOg','{0}:{1}','Iloczyn\x20z\x20','Liczba\x20z\x20','1885552JbcqSP','776vRDEoP','exports','OdchStd\x20z\x20','WariancjaPop\x20z\x20','{0}-Q{1}','Wartość','{0}','1IdSzlo','(Puste)','Suma','4461569ddnxKR','Etykiety\x20kolumn','2926iCdyjH','Rok-Miesiąc','Minimum\x20z\x20','Dzień','{0}\x20{1}','{0}-{1}-{2}','11810NVuxWH','Miesiąc','Miesiąc-Dzień','Wartości','object','Rok','Suma\x20częściowa','function','(Inne)','Filtr','252454nVHMos','Suma\x20całkowita','Wariancja\x20z\x20','Godzina-Minuta','inne','2752617UYqSas','37512ZZrodL','Minuta','Q{0}','wartość','6QHYCgy','Rok-Miesiąc-Dzień','puste','amd'];_0x102d=function(){return _0x57a5ca;};return _0x102d();}function _0x5e17(_0xa0fe70,_0x19d037){_0xa0fe70=_0xa0fe70-0x141;var _0x102da8=_0x102d();var _0x5e17f3=_0x102da8[_0xa0fe70];return _0x5e17f3;}(function(_0x4522fd,_0x1dc36c){var _0x181010=_0x5e17,_0x582338=_0x4522fd();while(!![]){try{var _0x298a87=-parseInt(_0x181010(0x151))/0x1*(-parseInt(_0x181010(0x166))/0x2)+parseInt(_0x181010(0x16b))/0x3+-parseInt(_0x181010(0x149))/0x4+-parseInt(_0x181010(0x145))/0x5*(parseInt(_0x181010(0x141))/0x6)+parseInt(_0x181010(0x154))/0x7+-parseInt(_0x181010(0x14a))/0x8*(parseInt(_0x181010(0x16c))/0x9)+parseInt(_0x181010(0x15c))/0xa*(-parseInt(_0x181010(0x156))/0xb);if(_0x298a87===_0x1dc36c)break;else _0x582338['push'](_0x582338['shift']());}catch(_0x1f0877){_0x582338['push'](_0x582338['shift']());}}}(_0x102d,0x7337e),function(_0x31b601,_0x330e2f){var _0x4e45f6=_0x5e17;typeof exports==_0x4e45f6(0x160)&&typeof module<'u'?module[_0x4e45f6(0x14b)]=_0x330e2f():typeof define==_0x4e45f6(0x163)&&define[_0x4e45f6(0x144)]?define([],_0x330e2f):(_0x31b601=typeof globalThis<'u'?globalThis:_0x31b601||self,_0x31b601['UniverProSheetsPivotPlPL']=_0x330e2f());}(this,function(){var _0x1ffd6c=_0x5e17;return{'sheets-pivot':{'sheet':'Arkusz','blankValue':_0x1ffd6c(0x152),'otherValue':_0x1ffd6c(0x164),'columnName':'Kolumna\x20','subTotalText':_0x1ffd6c(0x153),'grandTotalText':'Suma\x20całkowita','valueText':_0x1ffd6c(0x14f),'rowLabels':'Etykiety\x20wierszy','columnLabels':_0x1ffd6c(0x155),'averageName':'Średnia\x20z\x20','countName':_0x1ffd6c(0x148),'countNumsName':_0x1ffd6c(0x148),'maxName':'Maksimum\x20z\x20','minName':_0x1ffd6c(0x158),'productName':_0x1ffd6c(0x147),'stdDevName':_0x1ffd6c(0x14c),'stdDevpName':'OdchStdPop\x20z\x20','sumName':'Suma\x20z\x20','varName':_0x1ffd6c(0x168),'varpName':_0x1ffd6c(0x14d),'subTotal':_0x1ffd6c(0x162),'grandTotal':_0x1ffd6c(0x167),'value':_0x1ffd6c(0x16f),'blank':_0x1ffd6c(0x143),'other':_0x1ffd6c(0x16a),'renderText':{'valueField':'{0}{1}','subtotal':_0x1ffd6c(0x15a),'grandTotal':_0x1ffd6c(0x15a),'multipleGrandTotal':_0x1ffd6c(0x150),'subtotalWithValue':_0x1ffd6c(0x15a)},'emptyPivot':{'filter':_0x1ffd6c(0x165),'row':'Wiersz','column':'Kolumna','values':_0x1ffd6c(0x15f)},'dateGroup':{'year':_0x1ffd6c(0x161),'month':_0x1ffd6c(0x15d),'day':_0x1ffd6c(0x159),'date':_0x1ffd6c(0x159),'hour':'Godzina','minute':_0x1ffd6c(0x16d),'hourMinute':_0x1ffd6c(0x169),'quarter':'Kwartał','monthDate':_0x1ffd6c(0x15e),'yearQuarter':'Rok-Kwartał','yearMonth':_0x1ffd6c(0x157),'yearMonthDate':_0x1ffd6c(0x142)},'cellDateGroupDisplay':{'minute':_0x1ffd6c(0x150),'hour':_0x1ffd6c(0x150),'hourMinute':_0x1ffd6c(0x146),'date':_0x1ffd6c(0x150),'month':_0x1ffd6c(0x150),'monthDate':'{0}-{1}','quarter':_0x1ffd6c(0x16e),'year':'{0}','yearMonth':'{0}-{1}','yearMonthDate':_0x1ffd6c(0x15b),'yearQuarter':_0x1ffd6c(0x14e)}}};}));
1
+ function _0x20a7(_0x245670,_0x2b181f){_0x245670=_0x245670-0x196;var _0x36bded=_0x36bd();var _0x20a7ff=_0x36bded[_0x245670];return _0x20a7ff;}(function(_0x2534b1,_0x4cbefc){var _0x395f3a=_0x20a7,_0x42b770=_0x2534b1();while(!![]){try{var _0x581275=parseInt(_0x395f3a(0x1c3))/0x1+-parseInt(_0x395f3a(0x19c))/0x2+-parseInt(_0x395f3a(0x1bd))/0x3+-parseInt(_0x395f3a(0x1af))/0x4*(parseInt(_0x395f3a(0x1a4))/0x5)+parseInt(_0x395f3a(0x1aa))/0x6+parseInt(_0x395f3a(0x19f))/0x7*(-parseInt(_0x395f3a(0x1c6))/0x8)+-parseInt(_0x395f3a(0x1b7))/0x9*(-parseInt(_0x395f3a(0x1a8))/0xa);if(_0x581275===_0x4cbefc)break;else _0x42b770['push'](_0x42b770['shift']());}catch(_0x4c69af){_0x42b770['push'](_0x42b770['shift']());}}}(_0x36bd,0xd08f5),function(_0x3a8ea9,_0x2458c7){var _0x5d5276=_0x20a7;typeof exports==_0x5d5276(0x1ad)&&typeof module<'u'?module['exports']=_0x2458c7():typeof define==_0x5d5276(0x1a3)&&define[_0x5d5276(0x1b3)]?define([],_0x2458c7):(_0x3a8ea9=typeof globalThis<'u'?globalThis:_0x3a8ea9||self,_0x3a8ea9[_0x5d5276(0x1a2)]=_0x2458c7());}(this,function(){var _0x5ab301=_0x20a7;return{'sheets-pivot':{'sheet':_0x5ab301(0x19d),'blankValue':_0x5ab301(0x1b6),'otherValue':_0x5ab301(0x1c5),'columnName':_0x5ab301(0x19a),'subTotalText':_0x5ab301(0x1a9),'grandTotalText':_0x5ab301(0x1bc),'valueText':'Wartość','rowLabels':_0x5ab301(0x1bf),'columnLabels':_0x5ab301(0x1c1),'averageName':_0x5ab301(0x1ab),'countName':_0x5ab301(0x1a0),'countNumsName':'Liczba\x20z\x20','maxName':'Maksimum\x20z\x20','minName':_0x5ab301(0x1a5),'productName':_0x5ab301(0x1c2),'stdDevName':_0x5ab301(0x1be),'stdDevpName':'OdchStdPop\x20z\x20','sumName':_0x5ab301(0x1a7),'varName':_0x5ab301(0x197),'varpName':_0x5ab301(0x199),'subTotal':_0x5ab301(0x1ac),'grandTotal':_0x5ab301(0x1bc),'value':_0x5ab301(0x1c0),'blank':_0x5ab301(0x1b2),'other':_0x5ab301(0x19b),'renderText':{'valueField':_0x5ab301(0x1ba),'subtotal':_0x5ab301(0x1bb),'grandTotal':'{0}\x20{1}','multipleGrandTotal':_0x5ab301(0x1b1),'subtotalWithValue':_0x5ab301(0x1bb)},'emptyPivot':{'filter':_0x5ab301(0x19e),'row':_0x5ab301(0x1b4),'column':'Kolumna','values':_0x5ab301(0x1c4)},'dateGroup':{'year':_0x5ab301(0x1b5),'month':'Miesiąc','day':_0x5ab301(0x1a6),'date':_0x5ab301(0x1a6),'hour':'Godzina','minute':_0x5ab301(0x1b8),'hourMinute':_0x5ab301(0x198),'quarter':_0x5ab301(0x1ae),'monthDate':'Miesiąc-Dzień','yearQuarter':'Rok-Kwartał','yearMonth':_0x5ab301(0x1a1),'yearMonthDate':'Rok-Miesiąc-Dzień'},'cellDateGroupDisplay':{'minute':_0x5ab301(0x1b1),'hour':'{0}','hourMinute':_0x5ab301(0x1b9),'date':_0x5ab301(0x1b1),'month':_0x5ab301(0x1b1),'monthDate':'{0}-{1}','quarter':_0x5ab301(0x1c7),'year':'{0}','yearMonth':'{0}-{1}','yearMonthDate':_0x5ab301(0x1b0),'yearQuarter':_0x5ab301(0x196)}}};}));function _0x36bd(){var _0x55d36a=['Q{0}','{0}-Q{1}','Wariancja\x20z\x20','Godzina-Minuta','WariancjaPop\x20z\x20','Kolumna\x20','inne','3381332PEwSTF','Arkusz','Filtr','211743dgtzSF','Liczba\x20z\x20','Rok-Miesiąc','UniverProSheetsPivotPlPL','function','1417110eqpZDR','Minimum\x20z\x20','Dzień','Suma\x20z\x20','27797050BHWisO','Suma','1796274UhijJa','Średnia\x20z\x20','Suma\x20częściowa','object','Kwartał','20znXpXI','{0}-{1}-{2}','{0}','puste','amd','Wiersz','Rok','(Puste)','9BzRJqn','Minuta','{0}:{1}','{0}{1}','{0}\x20{1}','Suma\x20całkowita','1704609zmQfbx','OdchStd\x20z\x20','Etykiety\x20wierszy','wartość','Etykiety\x20kolumn','Iloczyn\x20z\x20','1481405DTBkuh','Wartości','(Inne)','8KszSDQ'];_0x36bd=function(){return _0x55d36a;};return _0x36bd();}
@@ -1 +1 @@
1
- function _0x2f4f(){var _0x48b0a3=['1005272LfaguW','function','DesvPadrãoP\x20de\x20','1347709uUGNov','15tpJcpJ','DesvPadrão\x20de\x20','exports','{0}:{1}','Ano-Mês-Dia','Soma\x20de\x20','Rótulos\x20de\x20linha','Linha','Subtotal','outro','{0}\x20{1}','(Outro)','{0}-{1}','Trimestre','{0}{1}','1208760SewgMb','Contagem\x20de\x20','243416UTuFyT','Planilha','Máximo\x20de\x20','valor','object','VarP\x20de\x20','{0}-{1}-{2}','Mínimo\x20de\x20','9CeTzxP','Coluna','272526eQffjv','Rótulos\x20de\x20coluna','UniverProSheetsPivotPtBR','(Em\x20branco)','Ano-Mês','165480UDqkWD','em\x20branco','Hora','Minuto','{0}','2HKrXDA','Dia','20YeDhGI','Ano','Filtro','45363TJrmiL','Mês','Produto\x20de\x20','Ano-Trimestre','Valor'];_0x2f4f=function(){return _0x48b0a3;};return _0x2f4f();}function _0x18d6(_0x326996,_0x329e6a){_0x326996=_0x326996-0xda;var _0x2f4f81=_0x2f4f();var _0x18d6b7=_0x2f4f81[_0x326996];return _0x18d6b7;}(function(_0x3a513b,_0x489496){var _0x3fd921=_0x18d6,_0x39cf3b=_0x3a513b();while(!![]){try{var _0x31a202=-parseInt(_0x3fd921(0xe8))/0x1*(-parseInt(_0x3fd921(0xe3))/0x2)+parseInt(_0x3fd921(0xde))/0x3+-parseInt(_0x3fd921(0xed))/0x4+-parseInt(_0x3fd921(0xf1))/0x5*(parseInt(_0x3fd921(0x10c))/0x6)+parseInt(_0x3fd921(0x100))/0x7+-parseInt(_0x3fd921(0x102))/0x8*(-parseInt(_0x3fd921(0x10a))/0x9)+parseInt(_0x3fd921(0xe5))/0xa*(parseInt(_0x3fd921(0xf0))/0xb);if(_0x31a202===_0x489496)break;else _0x39cf3b['push'](_0x39cf3b['shift']());}catch(_0x2307de){_0x39cf3b['push'](_0x39cf3b['shift']());}}}(_0x2f4f,0x2753f),function(_0xb2dfaf,_0x1a4177){var _0xdf90f8=_0x18d6;typeof exports==_0xdf90f8(0x106)&&typeof module<'u'?module[_0xdf90f8(0xf3)]=_0x1a4177():typeof define==_0xdf90f8(0xee)&&define['amd']?define([],_0x1a4177):(_0xb2dfaf=typeof globalThis<'u'?globalThis:_0xb2dfaf||self,_0xb2dfaf[_0xdf90f8(0xdb)]=_0x1a4177());}(this,function(){var _0xf48c86=_0x18d6;return{'sheets-pivot':{'sheet':_0xf48c86(0x103),'blankValue':_0xf48c86(0xdc),'otherValue':_0xf48c86(0xfc),'columnName':'Coluna\x20','subTotalText':'Subtotal','grandTotalText':'Total\x20Geral','valueText':_0xf48c86(0xec),'rowLabels':_0xf48c86(0xf7),'columnLabels':_0xf48c86(0xda),'averageName':'Média\x20de\x20','countName':_0xf48c86(0x101),'countNumsName':_0xf48c86(0x101),'maxName':_0xf48c86(0x104),'minName':_0xf48c86(0x109),'productName':_0xf48c86(0xea),'stdDevName':_0xf48c86(0xf2),'stdDevpName':_0xf48c86(0xef),'sumName':_0xf48c86(0xf6),'varName':'Var\x20de\x20','varpName':_0xf48c86(0x107),'subTotal':_0xf48c86(0xf9),'grandTotal':'Total\x20Geral','value':_0xf48c86(0x105),'blank':_0xf48c86(0xdf),'other':_0xf48c86(0xfa),'renderText':{'valueField':_0xf48c86(0xff),'subtotal':_0xf48c86(0xfb),'grandTotal':_0xf48c86(0xfb),'multipleGrandTotal':_0xf48c86(0xe2),'subtotalWithValue':_0xf48c86(0xfb)},'emptyPivot':{'filter':_0xf48c86(0xe7),'row':_0xf48c86(0xf8),'column':_0xf48c86(0x10b),'values':'Valores'},'dateGroup':{'year':_0xf48c86(0xe6),'month':_0xf48c86(0xe9),'day':'Dia','date':_0xf48c86(0xe4),'hour':_0xf48c86(0xe0),'minute':_0xf48c86(0xe1),'hourMinute':'Hora-Minuto','quarter':_0xf48c86(0xfe),'monthDate':'Mês-Dia','yearQuarter':_0xf48c86(0xeb),'yearMonth':_0xf48c86(0xdd),'yearMonthDate':_0xf48c86(0xf5)},'cellDateGroupDisplay':{'minute':'{0}','hour':_0xf48c86(0xe2),'hourMinute':_0xf48c86(0xf4),'date':_0xf48c86(0xe2),'month':_0xf48c86(0xe2),'monthDate':_0xf48c86(0xfd),'quarter':'Q{0}','year':_0xf48c86(0xe2),'yearMonth':'{0}-{1}','yearMonthDate':_0xf48c86(0x108),'yearQuarter':'{0}-Q{1}'}}};}));
1
+ (function(_0x59bca4,_0x2bdf1b){var _0x1cafb1=_0x3e3a,_0xba9d1c=_0x59bca4();while(!![]){try{var _0x11852c=parseInt(_0x1cafb1(0x13c))/0x1*(-parseInt(_0x1cafb1(0x14b))/0x2)+-parseInt(_0x1cafb1(0x15f))/0x3+-parseInt(_0x1cafb1(0x130))/0x4*(parseInt(_0x1cafb1(0x156))/0x5)+-parseInt(_0x1cafb1(0x14d))/0x6*(parseInt(_0x1cafb1(0x15e))/0x7)+parseInt(_0x1cafb1(0x134))/0x8+-parseInt(_0x1cafb1(0x14e))/0x9*(parseInt(_0x1cafb1(0x161))/0xa)+parseInt(_0x1cafb1(0x13b))/0xb;if(_0x11852c===_0x2bdf1b)break;else _0xba9d1c['push'](_0xba9d1c['shift']());}catch(_0xf84fbb){_0xba9d1c['push'](_0xba9d1c['shift']());}}}(_0x1bcd,0x327b1),function(_0x2c52c1,_0x45c8a3){var _0x1e144b=_0x3e3a;typeof exports==_0x1e144b(0x145)&&typeof module<'u'?module['exports']=_0x45c8a3():typeof define==_0x1e144b(0x158)&&define[_0x1e144b(0x15b)]?define([],_0x45c8a3):(_0x2c52c1=typeof globalThis<'u'?globalThis:_0x2c52c1||self,_0x2c52c1['UniverProSheetsPivotPtBR']=_0x45c8a3());}(this,function(){var _0x25533d=_0x3e3a;return{'sheets-pivot':{'sheet':_0x25533d(0x144),'blankValue':_0x25533d(0x139),'otherValue':_0x25533d(0x141),'columnName':_0x25533d(0x15d),'subTotalText':'Subtotal','grandTotalText':_0x25533d(0x14c),'valueText':'Valor','rowLabels':_0x25533d(0x15a),'columnLabels':_0x25533d(0x13f),'averageName':_0x25533d(0x132),'countName':_0x25533d(0x159),'countNumsName':_0x25533d(0x159),'maxName':_0x25533d(0x162),'minName':_0x25533d(0x153),'productName':_0x25533d(0x13e),'stdDevName':'DesvPadrão\x20de\x20','stdDevpName':_0x25533d(0x131),'sumName':'Soma\x20de\x20','varName':_0x25533d(0x152),'varpName':_0x25533d(0x157),'subTotal':_0x25533d(0x15c),'grandTotal':_0x25533d(0x14c),'value':_0x25533d(0x137),'blank':_0x25533d(0x13a),'other':_0x25533d(0x151),'renderText':{'valueField':'{0}{1}','subtotal':_0x25533d(0x14f),'grandTotal':_0x25533d(0x14f),'multipleGrandTotal':_0x25533d(0x160),'subtotalWithValue':_0x25533d(0x14f)},'emptyPivot':{'filter':_0x25533d(0x138),'row':_0x25533d(0x150),'column':_0x25533d(0x143),'values':_0x25533d(0x154)},'dateGroup':{'year':_0x25533d(0x133),'month':_0x25533d(0x149),'day':'Dia','date':_0x25533d(0x142),'hour':'Hora','minute':_0x25533d(0x147),'hourMinute':'Hora-Minuto','quarter':_0x25533d(0x135),'monthDate':_0x25533d(0x146),'yearQuarter':'Ano-Trimestre','yearMonth':_0x25533d(0x140),'yearMonthDate':_0x25533d(0x163)},'cellDateGroupDisplay':{'minute':'{0}','hour':'{0}','hourMinute':_0x25533d(0x155),'date':_0x25533d(0x160),'month':'{0}','monthDate':'{0}-{1}','quarter':_0x25533d(0x14a),'year':_0x25533d(0x160),'yearMonth':_0x25533d(0x13d),'yearMonthDate':_0x25533d(0x148),'yearQuarter':_0x25533d(0x136)}}};}));function _0x3e3a(_0x4deace,_0x4969b5){_0x4deace=_0x4deace-0x130;var _0x1bcdb6=_0x1bcd();var _0x3e3a08=_0x1bcdb6[_0x4deace];return _0x3e3a08;}function _0x1bcd(){var _0x311764=['701892KWnvUo','{0}','50FqCGiH','Máximo\x20de\x20','Ano-Mês-Dia','2172RbGYvl','DesvPadrãoP\x20de\x20','Média\x20de\x20','Ano','1769544EBYVTI','Trimestre','{0}-Q{1}','valor','Filtro','(Em\x20branco)','em\x20branco','13441670XkZqOf','2uAenFW','{0}-{1}','Produto\x20de\x20','Rótulos\x20de\x20coluna','Ano-Mês','(Outro)','Dia','Coluna','Planilha','object','Mês-Dia','Minuto','{0}-{1}-{2}','Mês','Q{0}','305186DaUvRk','Total\x20Geral','6SdNOzr','557541EqWInZ','{0}\x20{1}','Linha','outro','Var\x20de\x20','Mínimo\x20de\x20','Valores','{0}:{1}','2995KoTiGk','VarP\x20de\x20','function','Contagem\x20de\x20','Rótulos\x20de\x20linha','amd','Subtotal','Coluna\x20','435694cNoWuE'];_0x1bcd=function(){return _0x311764;};return _0x1bcd();}
@@ -1 +1 @@
1
- function _0x45c6(_0x5b4207,_0x226c08){_0x5b4207=_0x5b4207-0x8d;var _0x5c7acc=_0x5c7a();var _0x45c6be=_0x5c7acc[_0x5b4207];return _0x45c6be;}function _0x5c7a(){var _0x4cadc5=['День','8480060AXrlEn','Столбец\x20','Максимум\x20по\x20','135YhJnxJ','Год-Квартал','{0}-{1}','{0}','amd','Q{0}','exports','Общий\x20итог','794270mqUgiN','Количество\x20по\x20','Год','Год-Месяц-День','Промежуточный\x20итог','Месяц-День','4803224wWsDQr','Метки\x20строк','{0}\x20{1}','Сумма\x20по\x20','742179GxvnpF','Год-Месяц','1005588bANxaY','Столбец','Строка','Пусто','Час-Минута','UniverProSheetsPivotRuRU','14PopefF','Дисперсия\x20по\x20','Лист','Другое','Общее\x20стандартное\x20отклонение\x20по\x20','Число\x20по\x20','Минута','Стандартное\x20отклонение\x20по\x20','Общая\x20дисперсия\x20по\x20','(Пусто)','4060932xhdunu','function','Произведение\x20по\x20','{0}:{1}','object','Значение','20jgdAVi','{0}{1}','Час','235410kVJrDN','Фильтр'];_0x5c7a=function(){return _0x4cadc5;};return _0x5c7a();}(function(_0x3ac0a8,_0x5d2583){var _0x47116b=_0x45c6,_0x4ffd48=_0x3ac0a8();while(!![]){try{var _0x13bd8e=parseInt(_0x47116b(0x90))/0x1+parseInt(_0x47116b(0xa9))/0x2+parseInt(_0x47116b(0x8e))/0x3*(parseInt(_0x47116b(0xa6))/0x4)+parseInt(_0x47116b(0xac))/0x5+-parseInt(_0x47116b(0xa0))/0x6+parseInt(_0x47116b(0x96))/0x7*(-parseInt(_0x47116b(0xbd))/0x8)+-parseInt(_0x47116b(0xaf))/0x9*(parseInt(_0x47116b(0xb7))/0xa);if(_0x13bd8e===_0x5d2583)break;else _0x4ffd48['push'](_0x4ffd48['shift']());}catch(_0x3ccdd7){_0x4ffd48['push'](_0x4ffd48['shift']());}}}(_0x5c7a,0xf1065),function(_0x2b1fe2,_0x39a79e){var _0x2c21d8=_0x45c6;typeof exports==_0x2c21d8(0xa4)&&typeof module<'u'?module[_0x2c21d8(0xb5)]=_0x39a79e():typeof define==_0x2c21d8(0xa1)&&define[_0x2c21d8(0xb3)]?define([],_0x39a79e):(_0x2b1fe2=typeof globalThis<'u'?globalThis:_0x2b1fe2||self,_0x2b1fe2[_0x2c21d8(0x95)]=_0x39a79e());}(this,function(){var _0x596cce=_0x45c6;return{'sheets-pivot':{'sheet':_0x596cce(0x98),'blankValue':_0x596cce(0x9f),'otherValue':'(Другое)','columnName':_0x596cce(0xad),'subTotalText':_0x596cce(0xbb),'grandTotalText':_0x596cce(0xb6),'valueText':_0x596cce(0xa5),'rowLabels':_0x596cce(0xbe),'columnLabels':'Метки\x20столбцов','averageName':'Среднее\x20по\x20','countName':_0x596cce(0xb8),'countNumsName':_0x596cce(0x9b),'maxName':_0x596cce(0xae),'minName':'Минимум\x20по\x20','productName':_0x596cce(0xa2),'stdDevName':_0x596cce(0x9d),'stdDevpName':_0x596cce(0x9a),'sumName':_0x596cce(0x8d),'varName':_0x596cce(0x97),'varpName':_0x596cce(0x9e),'subTotal':_0x596cce(0xbb),'grandTotal':_0x596cce(0xb6),'value':_0x596cce(0xa5),'blank':_0x596cce(0x93),'other':_0x596cce(0x99),'renderText':{'valueField':_0x596cce(0xa7),'subtotal':'{0}\x20{1}','grandTotal':_0x596cce(0xbf),'multipleGrandTotal':_0x596cce(0xb2),'subtotalWithValue':_0x596cce(0xbf)},'emptyPivot':{'filter':_0x596cce(0xaa),'row':_0x596cce(0x92),'column':_0x596cce(0x91),'values':_0x596cce(0xa5)},'dateGroup':{'year':_0x596cce(0xb9),'month':'Месяц','day':'День','date':_0x596cce(0xab),'hour':_0x596cce(0xa8),'minute':_0x596cce(0x9c),'hourMinute':_0x596cce(0x94),'quarter':'Квартал','monthDate':_0x596cce(0xbc),'yearQuarter':_0x596cce(0xb0),'yearMonth':_0x596cce(0x8f),'yearMonthDate':_0x596cce(0xba)},'cellDateGroupDisplay':{'minute':_0x596cce(0xb2),'hour':_0x596cce(0xb2),'hourMinute':_0x596cce(0xa3),'date':_0x596cce(0xb2),'month':'{0}','monthDate':_0x596cce(0xb1),'quarter':_0x596cce(0xb4),'year':_0x596cce(0xb2),'yearMonth':'{0}-{1}','yearMonthDate':'{0}-{1}-{2}','yearQuarter':'{0}-Q{1}'}}};}));
1
+ function _0x276f(_0x438202,_0x4620d8){_0x438202=_0x438202-0x17b;var _0x36a33b=_0x36a3();var _0x276f57=_0x36a33b[_0x438202];return _0x276f57;}(function(_0x1be315,_0x4c8909){var _0x3e7666=_0x276f,_0x174f4f=_0x1be315();while(!![]){try{var _0x5db3c7=-parseInt(_0x3e7666(0x194))/0x1+-parseInt(_0x3e7666(0x184))/0x2+-parseInt(_0x3e7666(0x1aa))/0x3*(parseInt(_0x3e7666(0x1a3))/0x4)+-parseInt(_0x3e7666(0x19c))/0x5*(parseInt(_0x3e7666(0x198))/0x6)+-parseInt(_0x3e7666(0x17d))/0x7*(-parseInt(_0x3e7666(0x183))/0x8)+parseInt(_0x3e7666(0x1a4))/0x9+-parseInt(_0x3e7666(0x186))/0xa*(-parseInt(_0x3e7666(0x188))/0xb);if(_0x5db3c7===_0x4c8909)break;else _0x174f4f['push'](_0x174f4f['shift']());}catch(_0x1fcefa){_0x174f4f['push'](_0x174f4f['shift']());}}}(_0x36a3,0x6f958),function(_0x3672ae,_0x192d0d){var _0x569a33=_0x276f;typeof exports==_0x569a33(0x182)&&typeof module<'u'?module[_0x569a33(0x1a8)]=_0x192d0d():typeof define==_0x569a33(0x1ab)&&define[_0x569a33(0x19d)]?define([],_0x192d0d):(_0x3672ae=typeof globalThis<'u'?globalThis:_0x3672ae||self,_0x3672ae['UniverProSheetsPivotRuRU']=_0x192d0d());}(this,function(){var _0x4dfc3e=_0x276f;return{'sheets-pivot':{'sheet':_0x4dfc3e(0x193),'blankValue':_0x4dfc3e(0x180),'otherValue':'(Другое)','columnName':_0x4dfc3e(0x187),'subTotalText':_0x4dfc3e(0x195),'grandTotalText':_0x4dfc3e(0x17b),'valueText':_0x4dfc3e(0x191),'rowLabels':_0x4dfc3e(0x17c),'columnLabels':'Метки\x20столбцов','averageName':'Среднее\x20по\x20','countName':_0x4dfc3e(0x18d),'countNumsName':_0x4dfc3e(0x1a2),'maxName':'Максимум\x20по\x20','minName':_0x4dfc3e(0x185),'productName':_0x4dfc3e(0x1ac),'stdDevName':_0x4dfc3e(0x18c),'stdDevpName':_0x4dfc3e(0x17f),'sumName':'Сумма\x20по\x20','varName':_0x4dfc3e(0x190),'varpName':'Общая\x20дисперсия\x20по\x20','subTotal':'Промежуточный\x20итог','grandTotal':_0x4dfc3e(0x17b),'value':_0x4dfc3e(0x191),'blank':_0x4dfc3e(0x197),'other':_0x4dfc3e(0x19a),'renderText':{'valueField':_0x4dfc3e(0x17e),'subtotal':_0x4dfc3e(0x192),'grandTotal':_0x4dfc3e(0x192),'multipleGrandTotal':_0x4dfc3e(0x18f),'subtotalWithValue':_0x4dfc3e(0x192)},'emptyPivot':{'filter':_0x4dfc3e(0x19f),'row':_0x4dfc3e(0x189),'column':'Столбец','values':_0x4dfc3e(0x191)},'dateGroup':{'year':_0x4dfc3e(0x199),'month':_0x4dfc3e(0x1a6),'day':'День','date':_0x4dfc3e(0x18e),'hour':_0x4dfc3e(0x181),'minute':_0x4dfc3e(0x196),'hourMinute':_0x4dfc3e(0x1a9),'quarter':'Квартал','monthDate':_0x4dfc3e(0x1a5),'yearQuarter':'Год-Квартал','yearMonth':_0x4dfc3e(0x18b),'yearMonthDate':_0x4dfc3e(0x1a0)},'cellDateGroupDisplay':{'minute':_0x4dfc3e(0x18f),'hour':_0x4dfc3e(0x18f),'hourMinute':_0x4dfc3e(0x19e),'date':_0x4dfc3e(0x18f),'month':_0x4dfc3e(0x18f),'monthDate':_0x4dfc3e(0x18a),'quarter':_0x4dfc3e(0x1a1),'year':'{0}','yearMonth':_0x4dfc3e(0x18a),'yearMonthDate':_0x4dfc3e(0x19b),'yearQuarter':_0x4dfc3e(0x1a7)}}};}));function _0x36a3(){var _0x28b62c=['Другое','{0}-{1}-{2}','4825xHLZFk','amd','{0}:{1}','Фильтр','Год-Месяц-День','Q{0}','Число\x20по\x20','4NBhgFJ','2335275QVSijx','Месяц-День','Месяц','{0}-Q{1}','exports','Час-Минута','2064546YAeGnl','function','Произведение\x20по\x20','Общий\x20итог','Метки\x20строк','21CrkaPm','{0}{1}','Общее\x20стандартное\x20отклонение\x20по\x20','(Пусто)','Час','object','691296WSjnUl','314516FuOope','Минимум\x20по\x20','20rIoQXd','Столбец\x20','11356477garTFc','Строка','{0}-{1}','Год-Месяц','Стандартное\x20отклонение\x20по\x20','Количество\x20по\x20','День','{0}','Дисперсия\x20по\x20','Значение','{0}\x20{1}','Лист','443417DWqQno','Промежуточный\x20итог','Минута','Пусто','5208gNjwqs','Год'];_0x36a3=function(){return _0x28b62c;};return _0x36a3();}
@@ -1 +1 @@
1
- function _0x4390(_0x37556b,_0x20ee63){_0x37556b=_0x37556b-0xae;var _0x1a6175=_0x1a61();var _0x43906d=_0x1a6175[_0x37556b];return _0x43906d;}(function(_0x33fe94,_0x593e49){var _0x26e198=_0x4390,_0x3f0e12=_0x33fe94();while(!![]){try{var _0x23849a=parseInt(_0x26e198(0xd8))/0x1+-parseInt(_0x26e198(0xc6))/0x2+-parseInt(_0x26e198(0xda))/0x3*(-parseInt(_0x26e198(0xdb))/0x4)+-parseInt(_0x26e198(0xd1))/0x5*(parseInt(_0x26e198(0xb3))/0x6)+-parseInt(_0x26e198(0xbe))/0x7+parseInt(_0x26e198(0xc1))/0x8*(parseInt(_0x26e198(0xca))/0x9)+-parseInt(_0x26e198(0xbb))/0xa;if(_0x23849a===_0x593e49)break;else _0x3f0e12['push'](_0x3f0e12['shift']());}catch(_0x3607a1){_0x3f0e12['push'](_0x3f0e12['shift']());}}}(_0x1a61,0x42e73),function(_0x40ea90,_0x5cdf0f){var _0x2a242a=_0x4390;typeof exports==_0x2a242a(0xc2)&&typeof module<'u'?module[_0x2a242a(0xe1)]=_0x5cdf0f():typeof define==_0x2a242a(0xd3)&&define['amd']?define([],_0x5cdf0f):(_0x40ea90=typeof globalThis<'u'?globalThis:_0x40ea90||self,_0x40ea90[_0x2a242a(0xd5)]=_0x5cdf0f());}(this,function(){var _0x3d623b=_0x4390;return{'sheets-pivot':{'sheet':_0x3d623b(0xcd),'blankValue':'(Prázdne)','otherValue':'(Iné)','columnName':_0x3d623b(0xd6),'subTotalText':_0x3d623b(0xb5),'grandTotalText':'Celkový\x20súčet','valueText':'Hodnota','rowLabels':_0x3d623b(0xd2),'columnLabels':_0x3d623b(0xc9),'averageName':_0x3d623b(0xb4),'countName':_0x3d623b(0xe2),'countNumsName':'Počet\x20z\x20','maxName':_0x3d623b(0xc5),'minName':_0x3d623b(0xb0),'productName':_0x3d623b(0xd4),'stdDevName':_0x3d623b(0xe0),'stdDevpName':_0x3d623b(0xb7),'sumName':_0x3d623b(0xae),'varName':_0x3d623b(0xce),'varpName':_0x3d623b(0xcc),'subTotal':'Medzisúčet','grandTotal':_0x3d623b(0xde),'value':_0x3d623b(0xb6),'blank':_0x3d623b(0xc0),'other':_0x3d623b(0xcb),'renderText':{'valueField':_0x3d623b(0xd7),'subtotal':'{0}\x20{1}','grandTotal':'{0}\x20{1}','multipleGrandTotal':_0x3d623b(0xaf),'subtotalWithValue':_0x3d623b(0xdc)},'emptyPivot':{'filter':_0x3d623b(0xc7),'row':_0x3d623b(0xbc),'column':_0x3d623b(0xdf),'values':_0x3d623b(0xb2)},'dateGroup':{'year':'Rok','month':_0x3d623b(0xbf),'day':'Deň','date':_0x3d623b(0xc3),'hour':_0x3d623b(0xba),'minute':_0x3d623b(0xd0),'hourMinute':'Hodina-Minúta','quarter':_0x3d623b(0xc4),'monthDate':_0x3d623b(0xc8),'yearQuarter':_0x3d623b(0xbd),'yearMonth':_0x3d623b(0xb8),'yearMonthDate':_0x3d623b(0xb9)},'cellDateGroupDisplay':{'minute':_0x3d623b(0xaf),'hour':_0x3d623b(0xaf),'hourMinute':_0x3d623b(0xdd),'date':'{0}','month':_0x3d623b(0xaf),'monthDate':_0x3d623b(0xb1),'quarter':'Q{0}','year':'{0}','yearMonth':_0x3d623b(0xb1),'yearMonthDate':_0x3d623b(0xcf),'yearQuarter':_0x3d623b(0xd9)}}};}));function _0x1a61(){var _0x154748=['Max\x20z\x20','434906IfAccR','Filter','Mesiac-Deň','Menovky\x20stĺpcov','9OgqOdD','iné','Rozptyl\x20populácie\x20z\x20','Hárok','Rozptyl\x20z\x20','{0}-{1}-{2}','Minúta','316150wkPgBA','Menovky\x20riadkov','function','Súčin\x20z\x20','UniverProSheetsPivotSkSK','Stĺpec\x20','{0}{1}','317910wkAPpQ','{0}-Q{1}','1127475DiNMNH','4xDARyC','{0}\x20{1}','{0}:{1}','Celkový\x20súčet','Stĺpec','Smerodajná\x20odchýlka\x20z\x20','exports','Počet\x20z\x20','Súčet\x20z\x20','{0}','Min\x20z\x20','{0}-{1}','Hodnoty','6ZdBxoV','Priemer\x20z\x20','Súčet','hodnota','Smerodajná\x20odchýlka\x20populácie\x20z\x20','Rok-Mesiac','Rok-Mesiac-Deň','Hodina','3501380SbVjYW','Riadok','Rok-Štvrťrok','1477595mmHUBO','Mesiac','prázdne','3377648OTivFj','object','Deň','Štvrťrok'];_0x1a61=function(){return _0x154748;};return _0x1a61();}
1
+ function _0x39ce(){var _0x4310ed=['5161908bfRiPz','100yQSSrK','991654GwBxap','Q{0}','UniverProSheetsPivotSkSK','Hodnota','Filter','{0}\x20{1}','20622498SmPWJu','Hodina','Štvrťrok','{0}-{1}','{0}:{1}','Hodina-Minúta','28835BRVYpi','Súčet','hodnota','Smerodajná\x20odchýlka\x20z\x20','Rok-Mesiac-Deň','Rok','Celkový\x20súčet','Rozptyl\x20populácie\x20z\x20','1VprohT','Menovky\x20riadkov','Minúta','Rok-Mesiac','Min\x20z\x20','(Iné)','1364166XgtyrO','Rok-Štvrťrok','Počet\x20z\x20','2144wZvsZA','Stĺpec','Smerodajná\x20odchýlka\x20populácie\x20z\x20','12324785fUyLVb','function','Medzisúčet','Rozptyl\x20z\x20','Menovky\x20stĺpcov','Priemer\x20z\x20','Deň','{0}','Súčet\x20z\x20','Hárok','1446XttNvO','{0}-Q{1}','{0}{1}','24RiEpua','Súčin\x20z\x20','3KYrbUy','{0}-{1}-{2}','Mesiac','Stĺpec\x20','Mesiac-Deň','prázdne','27902kEndKB'];_0x39ce=function(){return _0x4310ed;};return _0x39ce();}function _0x2a06(_0x27b66f,_0x472a2d){_0x27b66f=_0x27b66f-0x14c;var _0x39ceaa=_0x39ce();var _0x2a0624=_0x39ceaa[_0x27b66f];return _0x2a0624;}(function(_0x4c2229,_0x243632){var _0x901bfc=_0x2a06,_0xa37111=_0x4c2229();while(!![]){try{var _0x289707=parseInt(_0x901bfc(0x14f))/0x1*(parseInt(_0x901bfc(0x173))/0x2)+-parseInt(_0x901bfc(0x16a))/0x3*(-parseInt(_0x901bfc(0x171))/0x4)+-parseInt(_0x901bfc(0x17f))/0x5*(parseInt(_0x901bfc(0x165))/0x6)+parseInt(_0x901bfc(0x170))/0x7*(parseInt(_0x901bfc(0x158))/0x8)+-parseInt(_0x901bfc(0x155))/0x9*(-parseInt(_0x901bfc(0x172))/0xa)+parseInt(_0x901bfc(0x15b))/0xb+-parseInt(_0x901bfc(0x168))/0xc*(parseInt(_0x901bfc(0x179))/0xd);if(_0x289707===_0x243632)break;else _0xa37111['push'](_0xa37111['shift']());}catch(_0x390737){_0xa37111['push'](_0xa37111['shift']());}}}(_0x39ce,0xe29bc),function(_0x1ea07f,_0x6f4d76){var _0x4cbfd8=_0x2a06;typeof exports=='object'&&typeof module<'u'?module['exports']=_0x6f4d76():typeof define==_0x4cbfd8(0x15c)&&define['amd']?define([],_0x6f4d76):(_0x1ea07f=typeof globalThis<'u'?globalThis:_0x1ea07f||self,_0x1ea07f[_0x4cbfd8(0x175)]=_0x6f4d76());}(this,function(){var _0x3ed838=_0x2a06;return{'sheets-pivot':{'sheet':_0x3ed838(0x164),'blankValue':'(Prázdne)','otherValue':_0x3ed838(0x154),'columnName':_0x3ed838(0x16d),'subTotalText':_0x3ed838(0x180),'grandTotalText':_0x3ed838(0x14d),'valueText':_0x3ed838(0x176),'rowLabels':_0x3ed838(0x150),'columnLabels':_0x3ed838(0x15f),'averageName':_0x3ed838(0x160),'countName':_0x3ed838(0x157),'countNumsName':_0x3ed838(0x157),'maxName':'Max\x20z\x20','minName':_0x3ed838(0x153),'productName':_0x3ed838(0x169),'stdDevName':_0x3ed838(0x182),'stdDevpName':_0x3ed838(0x15a),'sumName':_0x3ed838(0x163),'varName':_0x3ed838(0x15e),'varpName':_0x3ed838(0x14e),'subTotal':_0x3ed838(0x15d),'grandTotal':_0x3ed838(0x14d),'value':_0x3ed838(0x181),'blank':_0x3ed838(0x16f),'other':'iné','renderText':{'valueField':_0x3ed838(0x167),'subtotal':'{0}\x20{1}','grandTotal':_0x3ed838(0x178),'multipleGrandTotal':_0x3ed838(0x162),'subtotalWithValue':_0x3ed838(0x178)},'emptyPivot':{'filter':_0x3ed838(0x177),'row':'Riadok','column':_0x3ed838(0x159),'values':'Hodnoty'},'dateGroup':{'year':_0x3ed838(0x14c),'month':_0x3ed838(0x16c),'day':_0x3ed838(0x161),'date':_0x3ed838(0x161),'hour':_0x3ed838(0x17a),'minute':_0x3ed838(0x151),'hourMinute':_0x3ed838(0x17e),'quarter':_0x3ed838(0x17b),'monthDate':_0x3ed838(0x16e),'yearQuarter':_0x3ed838(0x156),'yearMonth':_0x3ed838(0x152),'yearMonthDate':_0x3ed838(0x183)},'cellDateGroupDisplay':{'minute':'{0}','hour':_0x3ed838(0x162),'hourMinute':_0x3ed838(0x17d),'date':_0x3ed838(0x162),'month':_0x3ed838(0x162),'monthDate':_0x3ed838(0x17c),'quarter':_0x3ed838(0x174),'year':_0x3ed838(0x162),'yearMonth':_0x3ed838(0x17c),'yearMonthDate':_0x3ed838(0x16b),'yearQuarter':_0x3ed838(0x166)}}};}));
@@ -1 +1 @@
1
- (function(_0x2d1ac2,_0x5aecec){var _0x1b32c0=_0x4ad7,_0x27d5a9=_0x2d1ac2();while(!![]){try{var _0x534e0f=parseInt(_0x1b32c0(0x101))/0x1+-parseInt(_0x1b32c0(0x10e))/0x2+parseInt(_0x1b32c0(0xfa))/0x3+parseInt(_0x1b32c0(0xf7))/0x4*(-parseInt(_0x1b32c0(0xf1))/0x5)+-parseInt(_0x1b32c0(0xf5))/0x6*(parseInt(_0x1b32c0(0xfd))/0x7)+-parseInt(_0x1b32c0(0x10a))/0x8+parseInt(_0x1b32c0(0xed))/0x9;if(_0x534e0f===_0x5aecec)break;else _0x27d5a9['push'](_0x27d5a9['shift']());}catch(_0x2a6dc1){_0x27d5a9['push'](_0x27d5a9['shift']());}}}(_0x3f7c,0xedaa2),function(_0x7483ce,_0x52a14e){var _0x479b1c=_0x4ad7;typeof exports==_0x479b1c(0x109)&&typeof module<'u'?module[_0x479b1c(0x10d)]=_0x52a14e():typeof define==_0x479b1c(0xeb)&&define[_0x479b1c(0x100)]?define([],_0x52a14e):(_0x7483ce=typeof globalThis<'u'?globalThis:_0x7483ce||self,_0x7483ce['UniverProSheetsPivotViVN']=_0x52a14e());}(this,function(){var _0x5df4f3=_0x4ad7;return{'sheets-pivot':{'sheet':_0x5df4f3(0x108),'blankValue':_0x5df4f3(0x102),'otherValue':'(Khác)','columnName':_0x5df4f3(0xee),'subTotalText':_0x5df4f3(0xef),'grandTotalText':_0x5df4f3(0xf8),'valueText':_0x5df4f3(0xec),'rowLabels':'Nhãn\x20hàng','columnLabels':_0x5df4f3(0xea),'averageName':'Giá\x20trị\x20trung\x20bình:','countName':_0x5df4f3(0x10c),'countNumsName':_0x5df4f3(0xfb),'maxName':_0x5df4f3(0xe9),'minName':'Giá\x20trị\x20tối\x20thiểu:','productName':_0x5df4f3(0xf2),'stdDevName':'Độ\x20lệch\x20chuẩn:','stdDevpName':_0x5df4f3(0x10f),'sumName':_0x5df4f3(0xf4),'varName':_0x5df4f3(0x112),'varpName':'Phương\x20sai\x20toàn\x20phần:','subTotal':_0x5df4f3(0xef),'grandTotal':_0x5df4f3(0xf8),'value':_0x5df4f3(0xec),'blank':_0x5df4f3(0x110),'other':_0x5df4f3(0x113),'renderText':{'valueField':_0x5df4f3(0xf3),'subtotal':_0x5df4f3(0xf6),'grandTotal':'{0}\x20{1}','multipleGrandTotal':'{0}','subtotalWithValue':_0x5df4f3(0xf6)},'emptyPivot':{'filter':_0x5df4f3(0x10b),'row':'Hàng','column':_0x5df4f3(0xff),'values':_0x5df4f3(0xec)},'dateGroup':{'year':_0x5df4f3(0xf0),'month':'Tháng','day':_0x5df4f3(0x103),'date':_0x5df4f3(0x103),'hour':'Giờ','minute':_0x5df4f3(0xfe),'hourMinute':_0x5df4f3(0x104),'quarter':_0x5df4f3(0x114),'monthDate':_0x5df4f3(0x106),'yearQuarter':_0x5df4f3(0x107),'yearMonth':'Năm-Tháng','yearMonthDate':'Năm-Tháng-Ngày'},'cellDateGroupDisplay':{'minute':_0x5df4f3(0x105),'hour':_0x5df4f3(0x105),'hourMinute':_0x5df4f3(0xf9),'date':'{0}','month':_0x5df4f3(0x105),'monthDate':_0x5df4f3(0x111),'quarter':_0x5df4f3(0xfc),'year':_0x5df4f3(0x105),'yearMonth':'{0}-{1}','yearMonthDate':'{0}-{1}-{2}','yearQuarter':'{0}-Q{1}'}}};}));function _0x4ad7(_0xaa796a,_0x303bb4){_0xaa796a=_0xaa796a-0xe9;var _0x3f7cbd=_0x3f7c();var _0x4ad7cd=_0x3f7cbd[_0xaa796a];return _0x4ad7cd;}function _0x3f7c(){var _0x5b3007=['Nhãn\x20cột','function','Giá\x20trị','24074649sxKeOC','Cột\x20','Tổng\x20phụ','Năm','3518510kerZkB','Tích:','{0}{1}','Tổng:','618WLUDix','{0}\x20{1}','4YVoPSO','Tổng\x20cộng','{0}:{1}','4462338kMZBXW','Số\x20lượng\x20số:','Q{0}','24822UKTICq','Phút','Cột','amd','268019IweRtz','(Trống)','Ngày','Giờ-Phút','{0}','Tháng-Ngày','Năm-Quý','Bảng\x20tính','object','15438304HJmoKD','Lọc','Số\x20lượng:','exports','916448BpeawR','Độ\x20lệch\x20chuẩn\x20toàn\x20phần:','Trống','{0}-{1}','Phương\x20sai:','Khác','Quý','Giá\x20trị\x20tối\x20đa:'];_0x3f7c=function(){return _0x5b3007;};return _0x3f7c();}
1
+ (function(_0x5eed2f,_0x505e3f){var _0x5a592f=_0x2d50,_0x1714c8=_0x5eed2f();while(!![]){try{var _0x23b2bb=-parseInt(_0x5a592f(0xc5))/0x1+parseInt(_0x5a592f(0xc0))/0x2*(parseInt(_0x5a592f(0xbd))/0x3)+parseInt(_0x5a592f(0xbf))/0x4+-parseInt(_0x5a592f(0xc6))/0x5+-parseInt(_0x5a592f(0xd3))/0x6+parseInt(_0x5a592f(0xbe))/0x7+-parseInt(_0x5a592f(0xc8))/0x8*(-parseInt(_0x5a592f(0xd8))/0x9);if(_0x23b2bb===_0x505e3f)break;else _0x1714c8['push'](_0x1714c8['shift']());}catch(_0x24238e){_0x1714c8['push'](_0x1714c8['shift']());}}}(_0x4aeb,0xd9e6d),function(_0x50883d,_0x3f599d){var _0x131aed=_0x2d50;typeof exports==_0x131aed(0xb7)&&typeof module<'u'?module[_0x131aed(0xb6)]=_0x3f599d():typeof define==_0x131aed(0xb8)&&define['amd']?define([],_0x3f599d):(_0x50883d=typeof globalThis<'u'?globalThis:_0x50883d||self,_0x50883d['UniverProSheetsPivotViVN']=_0x3f599d());}(this,function(){var _0x2721c1=_0x2d50;return{'sheets-pivot':{'sheet':'Bảng\x20tính','blankValue':'(Trống)','otherValue':_0x2721c1(0xc9),'columnName':_0x2721c1(0xcb),'subTotalText':_0x2721c1(0xce),'grandTotalText':'Tổng\x20cộng','valueText':_0x2721c1(0xca),'rowLabels':'Nhãn\x20hàng','columnLabels':'Nhãn\x20cột','averageName':'Giá\x20trị\x20trung\x20bình:','countName':_0x2721c1(0xd1),'countNumsName':'Số\x20lượng\x20số:','maxName':'Giá\x20trị\x20tối\x20đa:','minName':_0x2721c1(0xcf),'productName':_0x2721c1(0xe0),'stdDevName':_0x2721c1(0xda),'stdDevpName':_0x2721c1(0xcc),'sumName':_0x2721c1(0xb5),'varName':'Phương\x20sai:','varpName':_0x2721c1(0xc2),'subTotal':_0x2721c1(0xce),'grandTotal':'Tổng\x20cộng','value':_0x2721c1(0xca),'blank':_0x2721c1(0xde),'other':_0x2721c1(0xcd),'renderText':{'valueField':_0x2721c1(0xd7),'subtotal':_0x2721c1(0xd5),'grandTotal':'{0}\x20{1}','multipleGrandTotal':_0x2721c1(0xc3),'subtotalWithValue':_0x2721c1(0xd5)},'emptyPivot':{'filter':_0x2721c1(0xbc),'row':_0x2721c1(0xbb),'column':_0x2721c1(0xc7),'values':_0x2721c1(0xca)},'dateGroup':{'year':_0x2721c1(0xdc),'month':'Tháng','day':_0x2721c1(0xd6),'date':_0x2721c1(0xd6),'hour':'Giờ','minute':_0x2721c1(0xd0),'hourMinute':_0x2721c1(0xd9),'quarter':_0x2721c1(0xc1),'monthDate':_0x2721c1(0xba),'yearQuarter':_0x2721c1(0xb9),'yearMonth':_0x2721c1(0xdd),'yearMonthDate':_0x2721c1(0xd2)},'cellDateGroupDisplay':{'minute':_0x2721c1(0xc3),'hour':'{0}','hourMinute':_0x2721c1(0xd4),'date':_0x2721c1(0xc3),'month':_0x2721c1(0xc3),'monthDate':_0x2721c1(0xdf),'quarter':_0x2721c1(0xdb),'year':_0x2721c1(0xc3),'yearMonth':'{0}-{1}','yearMonthDate':'{0}-{1}-{2}','yearQuarter':_0x2721c1(0xc4)}}};}));function _0x2d50(_0x2fdf5b,_0xdcbba1){_0x2fdf5b=_0x2fdf5b-0xb5;var _0x4aeb90=_0x4aeb();var _0x2d503a=_0x4aeb90[_0x2fdf5b];return _0x2d503a;}function _0x4aeb(){var _0x33037d=['(Khác)','Giá\x20trị','Cột\x20','Độ\x20lệch\x20chuẩn\x20toàn\x20phần:','Khác','Tổng\x20phụ','Giá\x20trị\x20tối\x20thiểu:','Phút','Số\x20lượng:','Năm-Tháng-Ngày','9117810xFbsyJ','{0}:{1}','{0}\x20{1}','Ngày','{0}{1}','30942693oSzpLR','Giờ-Phút','Độ\x20lệch\x20chuẩn:','Q{0}','Năm','Năm-Tháng','Trống','{0}-{1}','Tích:','Tổng:','exports','object','function','Năm-Quý','Tháng-Ngày','Hàng','Lọc','12jAsVme','990766ZBCCGg','2640272bCrslf','201638ryDxMx','Quý','Phương\x20sai\x20toàn\x20phần:','{0}','{0}-Q{1}','596838zUPsoZ','8169805RTMjSP','Cột','8QOTzgo'];_0x4aeb=function(){return _0x33037d;};return _0x4aeb();}