@univerjs-pro/chart-ui 1.0.0-alpha.3

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 (122) hide show
  1. package/README.md +44 -0
  2. package/lib/cjs/index.js +1 -0
  3. package/lib/cjs/locale/ar-SA.js +1 -0
  4. package/lib/cjs/locale/ca-ES.js +1 -0
  5. package/lib/cjs/locale/de-DE.js +1 -0
  6. package/lib/cjs/locale/en-US.js +1 -0
  7. package/lib/cjs/locale/es-ES.js +1 -0
  8. package/lib/cjs/locale/fa-IR.js +1 -0
  9. package/lib/cjs/locale/fr-FR.js +1 -0
  10. package/lib/cjs/locale/id-ID.js +1 -0
  11. package/lib/cjs/locale/it-IT.js +1 -0
  12. package/lib/cjs/locale/ja-JP.js +1 -0
  13. package/lib/cjs/locale/ko-KR.js +1 -0
  14. package/lib/cjs/locale/pl-PL.js +1 -0
  15. package/lib/cjs/locale/pt-BR.js +1 -0
  16. package/lib/cjs/locale/ru-RU.js +1 -0
  17. package/lib/cjs/locale/sk-SK.js +1 -0
  18. package/lib/cjs/locale/vi-VN.js +1 -0
  19. package/lib/cjs/locale/zh-CN.js +1 -0
  20. package/lib/cjs/locale/zh-HK.js +1 -0
  21. package/lib/cjs/locale/zh-TW.js +1 -0
  22. package/lib/es/index.js +1 -0
  23. package/lib/es/locale/ar-SA.js +1 -0
  24. package/lib/es/locale/ca-ES.js +1 -0
  25. package/lib/es/locale/de-DE.js +1 -0
  26. package/lib/es/locale/en-US.js +1 -0
  27. package/lib/es/locale/es-ES.js +1 -0
  28. package/lib/es/locale/fa-IR.js +1 -0
  29. package/lib/es/locale/fr-FR.js +1 -0
  30. package/lib/es/locale/id-ID.js +1 -0
  31. package/lib/es/locale/it-IT.js +1 -0
  32. package/lib/es/locale/ja-JP.js +1 -0
  33. package/lib/es/locale/ko-KR.js +1 -0
  34. package/lib/es/locale/pl-PL.js +1 -0
  35. package/lib/es/locale/pt-BR.js +1 -0
  36. package/lib/es/locale/ru-RU.js +1 -0
  37. package/lib/es/locale/sk-SK.js +1 -0
  38. package/lib/es/locale/vi-VN.js +1 -0
  39. package/lib/es/locale/zh-CN.js +1 -0
  40. package/lib/es/locale/zh-HK.js +1 -0
  41. package/lib/es/locale/zh-TW.js +1 -0
  42. package/lib/index.css +471 -0
  43. package/lib/index.js +1 -0
  44. package/lib/locale/ar-SA.js +1 -0
  45. package/lib/locale/ca-ES.js +1 -0
  46. package/lib/locale/de-DE.js +1 -0
  47. package/lib/locale/en-US.js +1 -0
  48. package/lib/locale/es-ES.js +1 -0
  49. package/lib/locale/fa-IR.js +1 -0
  50. package/lib/locale/fr-FR.js +1 -0
  51. package/lib/locale/id-ID.js +1 -0
  52. package/lib/locale/it-IT.js +1 -0
  53. package/lib/locale/ja-JP.js +1 -0
  54. package/lib/locale/ko-KR.js +1 -0
  55. package/lib/locale/pl-PL.js +1 -0
  56. package/lib/locale/pt-BR.js +1 -0
  57. package/lib/locale/ru-RU.js +1 -0
  58. package/lib/locale/sk-SK.js +1 -0
  59. package/lib/locale/vi-VN.js +1 -0
  60. package/lib/locale/zh-CN.js +1 -0
  61. package/lib/locale/zh-HK.js +1 -0
  62. package/lib/locale/zh-TW.js +1 -0
  63. package/lib/types/chart-host/constants.d.ts +3 -0
  64. package/lib/types/chart-state/constants.d.ts +7 -0
  65. package/lib/types/components/ChartEditPanelScaffold.d.ts +16 -0
  66. package/lib/types/components/ChartEditorFields.d.ts +58 -0
  67. package/lib/types/components/ChartInlineTableEditor.d.ts +15 -0
  68. package/lib/types/components/ChartTypeOptions.d.ts +27 -0
  69. package/lib/types/components/ColorPickerControl.d.ts +9 -0
  70. package/lib/types/components/DropdownSelector.d.ts +13 -0
  71. package/lib/types/components/FontFormatBar.d.ts +38 -0
  72. package/lib/types/components/index.d.ts +14 -0
  73. package/lib/types/config/config.d.ts +5 -0
  74. package/lib/types/controllers/chart-ui-components.controller.d.ts +5 -0
  75. package/lib/types/float-menu/ChartElementFloatMenu.d.ts +7 -0
  76. package/lib/types/float-menu/chart-element-float-menu-adapter-registry.d.ts +10 -0
  77. package/lib/types/float-menu/constants.d.ts +198 -0
  78. package/lib/types/float-menu/index.d.ts +5 -0
  79. package/lib/types/float-menu/types.d.ts +140 -0
  80. package/lib/types/index.d.ts +21 -0
  81. package/lib/types/locale/ar-SA.d.ts +3 -0
  82. package/lib/types/locale/ca-ES.d.ts +3 -0
  83. package/lib/types/locale/de-DE.d.ts +3 -0
  84. package/lib/types/locale/en-US.d.ts +96 -0
  85. package/lib/types/locale/es-ES.d.ts +3 -0
  86. package/lib/types/locale/fa-IR.d.ts +3 -0
  87. package/lib/types/locale/fr-FR.d.ts +3 -0
  88. package/lib/types/locale/id-ID.d.ts +3 -0
  89. package/lib/types/locale/it-IT.d.ts +3 -0
  90. package/lib/types/locale/ja-JP.d.ts +3 -0
  91. package/lib/types/locale/ko-KR.d.ts +3 -0
  92. package/lib/types/locale/pl-PL.d.ts +3 -0
  93. package/lib/types/locale/pt-BR.d.ts +3 -0
  94. package/lib/types/locale/ru-RU.d.ts +3 -0
  95. package/lib/types/locale/sk-SK.d.ts +3 -0
  96. package/lib/types/locale/types.d.ts +3 -0
  97. package/lib/types/locale/vi-VN.d.ts +3 -0
  98. package/lib/types/locale/zh-CN.d.ts +3 -0
  99. package/lib/types/locale/zh-HK.d.ts +3 -0
  100. package/lib/types/locale/zh-TW.d.ts +3 -0
  101. package/lib/types/plugin.d.ts +14 -0
  102. package/lib/umd/index.js +1 -0
  103. package/lib/umd/locale/ar-SA.js +1 -0
  104. package/lib/umd/locale/ca-ES.js +1 -0
  105. package/lib/umd/locale/de-DE.js +1 -0
  106. package/lib/umd/locale/en-US.js +1 -0
  107. package/lib/umd/locale/es-ES.js +1 -0
  108. package/lib/umd/locale/fa-IR.js +1 -0
  109. package/lib/umd/locale/fr-FR.js +1 -0
  110. package/lib/umd/locale/id-ID.js +1 -0
  111. package/lib/umd/locale/it-IT.js +1 -0
  112. package/lib/umd/locale/ja-JP.js +1 -0
  113. package/lib/umd/locale/ko-KR.js +1 -0
  114. package/lib/umd/locale/pl-PL.js +1 -0
  115. package/lib/umd/locale/pt-BR.js +1 -0
  116. package/lib/umd/locale/ru-RU.js +1 -0
  117. package/lib/umd/locale/sk-SK.js +1 -0
  118. package/lib/umd/locale/vi-VN.js +1 -0
  119. package/lib/umd/locale/zh-CN.js +1 -0
  120. package/lib/umd/locale/zh-HK.js +1 -0
  121. package/lib/umd/locale/zh-TW.js +1 -0
  122. package/package.json +77 -0
@@ -0,0 +1 @@
1
+ const _0xe2b4af=_0x43f5;(function(_0x5bd349,_0x28401d){const _0x2aa5cb=_0x43f5,_0x1d241c=_0x5bd349();while(!![]){try{const _0x18e37d=parseInt(_0x2aa5cb(0x90))/0x1*(parseInt(_0x2aa5cb(0x6e))/0x2)+parseInt(_0x2aa5cb(0x7c))/0x3*(-parseInt(_0x2aa5cb(0x7d))/0x4)+parseInt(_0x2aa5cb(0x86))/0x5*(parseInt(_0x2aa5cb(0x7e))/0x6)+-parseInt(_0x2aa5cb(0x9c))/0x7+-parseInt(_0x2aa5cb(0x71))/0x8+parseInt(_0x2aa5cb(0x8d))/0x9+parseInt(_0x2aa5cb(0x87))/0xa;if(_0x18e37d===_0x28401d)break;else _0x1d241c['push'](_0x1d241c['shift']());}catch(_0x128238){_0x1d241c['push'](_0x1d241c['shift']());}}}(_0x1e94,0x275d4));function _0x43f5(_0x4e79af,_0x354c28){_0x4e79af=_0x4e79af-0x68;const _0x1e942e=_0x1e94();let _0x43f511=_0x1e942e[_0x4e79af];return _0x43f511;}const e={'chart-ui':{'common':{'default':'Default','reset':_0xe2b4af(0x96)},'inlineTable':{'pasteHint':_0xe2b4af(0x74),'addRow':_0xe2b4af(0x7f),'addColumn':_0xe2b4af(0x8b)},'floatMenu':{'menuTitle':{'chart':_0xe2b4af(0x68),'chartTitle':_0xe2b4af(0x9a),'subtitle':_0xe2b4af(0x85),'axisTitle':'Axis\x20title','legend':_0xe2b4af(0x84),'horizontalAxis':_0xe2b4af(0x79),'verticalAxis':_0xe2b4af(0x7b),'rightVerticalAxis':_0xe2b4af(0x75),'gridline':_0xe2b4af(0x8c),'tick':'Tick','mark':_0xe2b4af(0x82),'series':_0xe2b4af(0x7a),'dataPoint':_0xe2b4af(0x73),'dataLabel':_0xe2b4af(0x99)},'field':{'title':'Title','subtitle':_0xe2b4af(0x85),'position':'Pos','size':_0xe2b4af(0x89),'align':'Align','mode':_0xe2b4af(0x92),'map':'Map','rotate':_0xe2b4af(0x6b),'min':_0xe2b4af(0x77),'max':'Max','color':_0xe2b4af(0x76),'borderColor':_0xe2b4af(0x9d),'opacity':_0xe2b4af(0x6f),'labelPosition':'Label\x20position','labelText':_0xe2b4af(0x88),'titleText':'Title\x20text'},'action':{'more':_0xe2b4af(0x95),'bold':_0xe2b4af(0x8a),'italic':_0xe2b4af(0x98)},'control':{'labels':_0xe2b4af(0x94),'line':'Line','reverse':_0xe2b4af(0x81),'date':'Date'},'option':{'textAlign':{'left':_0xe2b4af(0x6c),'center':_0xe2b4af(0x9b),'right':_0xe2b4af(0x6d)},'position':{'top':_0xe2b4af(0x70),'bottom':'Bottom','left':_0xe2b4af(0x6c),'right':'Right','hide':'Hide','inside':'Inside','outside':_0xe2b4af(0x97)},'labelText':{'category':_0xe2b4af(0x93),'value':_0xe2b4af(0x69),'percentage':_0xe2b4af(0x80)},'axisAlign':{'start':_0xe2b4af(0x91),'center':_0xe2b4af(0x9b),'end':_0xe2b4af(0x8f)},'legendSelectMode':{'single':_0xe2b4af(0x72),'multiple':_0xe2b4af(0x8e),'close':_0xe2b4af(0x6a)},'visualMapType':{'continuous':_0xe2b4af(0x83),'piecewise':_0xe2b4af(0x78)}}}}};export{e as default};function _0x1e94(){const _0x290d47=['1325bztIur','4993140BKRBws','Label\x20text','Size','Bold','Add\x20column','Gridline','690705pHrqAQ','Multiple','End','1LIDUVv','Start','Mode','Category','Labels','More','Reset','Outside','Italic','Data\x20label','Chart\x20title','Center','521094aZBktN','Border\x20color','Chart','Value','Close','Rotate','Left','Right','335776bZcRnu','Opacity','Top','2309184PbjOdw','Single','Data\x20point','Paste\x20a\x20table\x20from\x20Sheets,\x20Excel,\x20or\x20a\x20webpage\x20to\x20replace\x20the\x20inline\x20data.','Right\x20vertical\x20axis','Color','Min','Piecewise','Horizontal\x20axis','Series','Vertical\x20axis','81iTgpCJ','47612ZJpdJd','2304ThqzOY','Add\x20row','Percentage','Reverse','Mark','Continuous','Legend','Subtitle'];_0x1e94=function(){return _0x290d47;};return _0x1e94();}
@@ -0,0 +1 @@
1
+ const _0x2f70da=_0x4bfb;function _0x4bfb(_0x40181e,_0x116514){_0x40181e=_0x40181e-0xe3;const _0x271769=_0x2717();let _0x4bfb91=_0x271769[_0x40181e];return _0x4bfb91;}(function(_0x469ff7,_0x56b03b){const _0x388b35=_0x4bfb,_0x3fafca=_0x469ff7();while(!![]){try{const _0x7b2c67=parseInt(_0x388b35(0xeb))/0x1+-parseInt(_0x388b35(0xe7))/0x2+parseInt(_0x388b35(0xec))/0x3+-parseInt(_0x388b35(0xf4))/0x4*(-parseInt(_0x388b35(0xf2))/0x5)+parseInt(_0x388b35(0xf5))/0x6+parseInt(_0x388b35(0xee))/0x7+-parseInt(_0x388b35(0x10a))/0x8*(parseInt(_0x388b35(0x105))/0x9);if(_0x7b2c67===_0x56b03b)break;else _0x3fafca['push'](_0x3fafca['shift']());}catch(_0x1ac2fb){_0x3fafca['push'](_0x3fafca['shift']());}}}(_0x2717,0x510d3));const e={'chart-ui':{'common':{'default':'Predeterminado','reset':'Restablecer'},'inlineTable':{'pasteHint':_0x2f70da(0x10c),'addRow':'Agregar\x20fila','addColumn':'Agregar\x20columna'},'floatMenu':{'menuTitle':{'chart':_0x2f70da(0xe8),'chartTitle':_0x2f70da(0xf3),'subtitle':'Subtítulo','axisTitle':_0x2f70da(0xe9),'legend':_0x2f70da(0xfc),'horizontalAxis':_0x2f70da(0xf7),'verticalAxis':'Eje\x20vertical','rightVerticalAxis':_0x2f70da(0xf0),'gridline':_0x2f70da(0x115),'tick':'Marca\x20de\x20graduación','mark':_0x2f70da(0x101),'series':_0x2f70da(0xe4),'dataPoint':_0x2f70da(0x108),'dataLabel':_0x2f70da(0x106)},'field':{'title':_0x2f70da(0x116),'subtitle':_0x2f70da(0xfb),'position':'Posición','size':_0x2f70da(0xe3),'align':_0x2f70da(0xfd),'mode':_0x2f70da(0x10b),'map':'Mapa','rotate':_0x2f70da(0x107),'min':_0x2f70da(0xf1),'max':'Máx','color':'Color','borderColor':_0x2f70da(0x113),'opacity':'Opacidad','labelPosition':_0x2f70da(0xf9),'labelText':_0x2f70da(0xe6),'titleText':_0x2f70da(0xea)},'action':{'more':_0x2f70da(0x117),'bold':_0x2f70da(0x109),'italic':_0x2f70da(0xe5)},'control':{'labels':_0x2f70da(0xed),'line':'Línea','reverse':_0x2f70da(0xef),'date':_0x2f70da(0x10f)},'option':{'textAlign':{'left':_0x2f70da(0x102),'center':_0x2f70da(0xff),'right':_0x2f70da(0x114)},'position':{'top':_0x2f70da(0x110),'bottom':_0x2f70da(0x100),'left':_0x2f70da(0x102),'right':_0x2f70da(0x114),'hide':_0x2f70da(0xf6),'inside':_0x2f70da(0x104),'outside':_0x2f70da(0xf8)},'labelText':{'category':_0x2f70da(0x103),'value':_0x2f70da(0x10e),'percentage':'Porcentaje'},'axisAlign':{'start':'Inicio','center':'Centro','end':_0x2f70da(0xfe)},'legendSelectMode':{'single':_0x2f70da(0x10d),'multiple':_0x2f70da(0x111),'close':'Cerrar'},'visualMapType':{'continuous':_0x2f70da(0x112),'piecewise':_0x2f70da(0xfa)}}}}};function _0x2717(){const _0x4b84cd=['Punto\x20de\x20datos','Negrita','664nizHDj','Modo','Copia\x20y\x20pega\x20datos\x20aquí','Individual','Valor','Fecha','Arriba','Múltiple','Continuo','Color\x20del\x20borde','Derecha','Línea\x20de\x20cuadrícula','Título','Más','Tamaño','Serie','Cursiva','Texto\x20de\x20etiqueta','764294seDLrG','Gráfico','Título\x20del\x20eje','Texto\x20del\x20título','289950xrgWuq','1070280HGZMOm','Etiquetas','2520714EUKGTo','Invertir','Eje\x20vertical\x20derecho','Mín','10345VtSsHK','Título\x20del\x20gráfico','772LGgqoT','3028692dehChk','Ocultar','Eje\x20horizontal','Fuera','Posición\x20de\x20etiqueta','Por\x20tramos','Subtítulo','Leyenda','Alinear','Fin','Centro','Abajo','Marca','Izquierda','Categoría','Dentro','129771gRWXpV','Etiqueta\x20de\x20datos','Girar'];_0x2717=function(){return _0x4b84cd;};return _0x2717();}export{e as default};
@@ -0,0 +1 @@
1
+ const _0x25873b=_0x528d;(function(_0x56ab0a,_0x4d33c5){const _0xa1fb3c=_0x528d,_0x3a73d8=_0x56ab0a();while(!![]){try{const _0x322e53=-parseInt(_0xa1fb3c(0x1ed))/0x1*(-parseInt(_0xa1fb3c(0x204))/0x2)+parseInt(_0xa1fb3c(0x1eb))/0x3+-parseInt(_0xa1fb3c(0x1e6))/0x4*(-parseInt(_0xa1fb3c(0x1d9))/0x5)+-parseInt(_0xa1fb3c(0x1d7))/0x6+parseInt(_0xa1fb3c(0x1d3))/0x7+-parseInt(_0xa1fb3c(0x1f3))/0x8+parseInt(_0xa1fb3c(0x206))/0x9*(-parseInt(_0xa1fb3c(0x1d8))/0xa);if(_0x322e53===_0x4d33c5)break;else _0x3a73d8['push'](_0x3a73d8['shift']());}catch(_0x307aea){_0x3a73d8['push'](_0x3a73d8['shift']());}}}(_0x379e,0x8f07f));const e={'chart-ui':{'common':{'default':_0x25873b(0x1e2),'reset':_0x25873b(0x1e9)},'inlineTable':{'pasteHint':_0x25873b(0x202),'addRow':'افزودن\x20سطر','addColumn':_0x25873b(0x1db)},'floatMenu':{'menuTitle':{'chart':_0x25873b(0x1dc),'chartTitle':'عنوان\x20نمودار','subtitle':_0x25873b(0x1d2),'axisTitle':_0x25873b(0x203),'legend':_0x25873b(0x1fe),'horizontalAxis':'محور\x20افقی','verticalAxis':'محور\x20عمودی','rightVerticalAxis':_0x25873b(0x1fd),'gridline':_0x25873b(0x1ec),'tick':_0x25873b(0x1f4),'mark':_0x25873b(0x1f8),'series':'سری','dataPoint':_0x25873b(0x1da),'dataLabel':_0x25873b(0x1ff)},'field':{'title':_0x25873b(0x1d6),'subtitle':_0x25873b(0x1d2),'position':_0x25873b(0x1fc),'size':'اندازه','align':_0x25873b(0x205),'mode':_0x25873b(0x1e4),'map':_0x25873b(0x1f0),'rotate':_0x25873b(0x1e5),'min':_0x25873b(0x1f6),'max':_0x25873b(0x1e3),'color':_0x25873b(0x1d4),'borderColor':'رنگ\x20حاشیه','opacity':_0x25873b(0x1ee),'labelPosition':_0x25873b(0x1fb),'labelText':_0x25873b(0x200),'titleText':_0x25873b(0x1df)},'action':{'more':_0x25873b(0x1f2),'bold':_0x25873b(0x1f1),'italic':'ایتالیک'},'control':{'labels':_0x25873b(0x1e1),'line':'خط','reverse':_0x25873b(0x1ea),'date':_0x25873b(0x1e0)},'option':{'textAlign':{'left':'چپ','center':'مرکز','right':_0x25873b(0x1dd)},'position':{'top':'بالا','bottom':_0x25873b(0x1f9),'left':'چپ','right':_0x25873b(0x1dd),'hide':_0x25873b(0x1e8),'inside':_0x25873b(0x1f7),'outside':_0x25873b(0x1d5)},'labelText':{'category':'دسته‌بندی','value':_0x25873b(0x1e7),'percentage':_0x25873b(0x1de)},'axisAlign':{'start':'شروع','center':'مرکز','end':'پایان'},'legendSelectMode':{'single':'تک\x20انتخاب','multiple':_0x25873b(0x1f5),'close':_0x25873b(0x201)},'visualMapType':{'continuous':_0x25873b(0x1fa),'piecewise':_0x25873b(0x1ef)}}}}};function _0x379e(){const _0x3a2439=['برچسب‌ها','پیش‌فرض','حداکثر','حالت','چرخش','4HPoyBw','مقدار','مخفی','بازنشانی','معکوس','2567361AASIGg','خط\x20شبکه','715301VPtKoU','کدری','مجزأ','نقشه','ضخیم','بیشتر','1146928lUBfgV','علامت\x20درجه‌بندی','چند\x20انتخاب','حداقل','داخل','علامت','پایین','مستمر','موقعیت\x20برچسب','موقعیت','محور\x20عمودی\x20راست','راهنما','برچسب\x20داده','متن\x20برچسب','بستن','داده‌ها\x20را\x20اینجا\x20کپی\x20و\x20جای‌گذاری\x20کنید','عنوان\x20محور','2IQYLNP','تراز','1691622VYyzIz','زیرعنوان','2093014SjbDBc','رنگ','خارج','عنوان','6277170PaRcBk','10rJmugo','466420yjgHYp','نقطه\x20داده','افزودن\x20ستون','نمودار','راست','درصد','متن\x20عنوان','تاریخ'];_0x379e=function(){return _0x3a2439;};return _0x379e();}function _0x528d(_0x350890,_0x1736d4){_0x350890=_0x350890-0x1d2;const _0x379e6b=_0x379e();let _0x528d6f=_0x379e6b[_0x350890];return _0x528d6f;}export{e as default};
@@ -0,0 +1 @@
1
+ function _0x1ad1(_0x52a72d,_0x2d533f){_0x52a72d=_0x52a72d-0xa1;const _0x521518=_0x5215();let _0x1ad1fb=_0x521518[_0x52a72d];return _0x1ad1fb;}const _0x2cfbc7=_0x1ad1;(function(_0x565a32,_0x16eb5e){const _0x24a9e2=_0x1ad1,_0x5226db=_0x565a32();while(!![]){try{const _0x2435dc=parseInt(_0x24a9e2(0xcb))/0x1+-parseInt(_0x24a9e2(0xbb))/0x2*(parseInt(_0x24a9e2(0xb1))/0x3)+parseInt(_0x24a9e2(0xb7))/0x4+-parseInt(_0x24a9e2(0xc5))/0x5+parseInt(_0x24a9e2(0xc1))/0x6+parseInt(_0x24a9e2(0xaf))/0x7+-parseInt(_0x24a9e2(0xa4))/0x8;if(_0x2435dc===_0x16eb5e)break;else _0x5226db['push'](_0x5226db['shift']());}catch(_0x22ac93){_0x5226db['push'](_0x5226db['shift']());}}}(_0x5215,0xc184e));function _0x5215(){const _0x245ab6=['Sous-titre','Point\x20de\x20données','Séries','Par\x20défaut','1228253LtUAQA','Fin','Légende','À\x20l’intérieur','Carte','Min.','Morceaux','Copiez\x20et\x20collez\x20les\x20données\x20ici','Italique','Droite','Continu','Fermer','Taille','8875296IYfiLY','Catégorie','Jour','Gras','Max.','Quadrillage','Réinitialiser','Centre','Étiquette\x20de\x20données','Axe\x20vertical','Texte\x20des\x20étiquettes','6532680WgfrBX','Début','614622TupirW','À\x20l’extérieur','Haut','Titre\x20du\x20graphique','Aligner','Axe\x20horizontal','4242372tVuDab','Simple','Ajouter\x20une\x20colonne','Valeur','8laGYiM','Position\x20des\x20étiquettes','Position','Faire\x20pivoter','Graduation','Axe\x20vertical\x20droit','1692336DYblFz','Couleur\x20de\x20bordure','Bas','Gauche','3912900pnpftO','Masquer'];_0x5215=function(){return _0x245ab6;};return _0x5215();}const e={'chart-ui':{'common':{'default':_0x2cfbc7(0xca),'reset':_0x2cfbc7(0xaa)},'inlineTable':{'pasteHint':_0x2cfbc7(0xd2),'addRow':'Ajouter\x20une\x20ligne','addColumn':_0x2cfbc7(0xb9)},'floatMenu':{'menuTitle':{'chart':'Graphique','chartTitle':_0x2cfbc7(0xb4),'subtitle':_0x2cfbc7(0xc7),'axisTitle':'Titre\x20de\x20l’axe','legend':_0x2cfbc7(0xcd),'horizontalAxis':_0x2cfbc7(0xb6),'verticalAxis':_0x2cfbc7(0xad),'rightVerticalAxis':_0x2cfbc7(0xc0),'gridline':_0x2cfbc7(0xa9),'tick':_0x2cfbc7(0xbf),'mark':'Marque','series':_0x2cfbc7(0xc9),'dataPoint':_0x2cfbc7(0xc8),'dataLabel':_0x2cfbc7(0xac)},'field':{'title':'Titre','subtitle':_0x2cfbc7(0xc7),'position':_0x2cfbc7(0xbd),'size':_0x2cfbc7(0xa3),'align':_0x2cfbc7(0xb5),'mode':'Mode','map':_0x2cfbc7(0xcf),'rotate':_0x2cfbc7(0xbe),'min':_0x2cfbc7(0xd0),'max':_0x2cfbc7(0xa8),'color':'Couleur','borderColor':_0x2cfbc7(0xc2),'opacity':'Opacité','labelPosition':_0x2cfbc7(0xbc),'labelText':_0x2cfbc7(0xae),'titleText':'Texte\x20du\x20titre'},'action':{'more':'Plus','bold':_0x2cfbc7(0xa7),'italic':_0x2cfbc7(0xd3)},'control':{'labels':'Étiquettes','line':'Ligne','reverse':'Inverser','date':_0x2cfbc7(0xa6)},'option':{'textAlign':{'left':_0x2cfbc7(0xc4),'center':_0x2cfbc7(0xab),'right':'Droite'},'position':{'top':_0x2cfbc7(0xb3),'bottom':_0x2cfbc7(0xc3),'left':_0x2cfbc7(0xc4),'right':_0x2cfbc7(0xd4),'hide':_0x2cfbc7(0xc6),'inside':_0x2cfbc7(0xce),'outside':_0x2cfbc7(0xb2)},'labelText':{'category':_0x2cfbc7(0xa5),'value':_0x2cfbc7(0xba),'percentage':'Pourcentage'},'axisAlign':{'start':_0x2cfbc7(0xb0),'center':_0x2cfbc7(0xab),'end':_0x2cfbc7(0xcc)},'legendSelectMode':{'single':_0x2cfbc7(0xb8),'multiple':'Multiple','close':_0x2cfbc7(0xa2)},'visualMapType':{'continuous':_0x2cfbc7(0xa1),'piecewise':_0x2cfbc7(0xd1)}}}}};export{e as default};
@@ -0,0 +1 @@
1
+ const _0x14129d=_0x37ee;(function(_0x150cb0,_0x567176){const _0xd92329=_0x37ee,_0x4a5d51=_0x150cb0();while(!![]){try{const _0x420bf3=parseInt(_0xd92329(0x1d6))/0x1+-parseInt(_0xd92329(0x1c1))/0x2+-parseInt(_0xd92329(0x1c0))/0x3*(parseInt(_0xd92329(0x1b8))/0x4)+-parseInt(_0xd92329(0x1b0))/0x5+parseInt(_0xd92329(0x1c3))/0x6*(parseInt(_0xd92329(0x1b2))/0x7)+-parseInt(_0xd92329(0x1d1))/0x8*(parseInt(_0xd92329(0x1d9))/0x9)+parseInt(_0xd92329(0x1c5))/0xa;if(_0x420bf3===_0x567176)break;else _0x4a5d51['push'](_0x4a5d51['shift']());}catch(_0x49f952){_0x4a5d51['push'](_0x4a5d51['shift']());}}}(_0x5831,0x3ee6a));function _0x5831(){const _0x182d94=['Tunggal','Teks\x20label','Ukuran','Tebal','5037AxktRn','76914prtXXC','Kontinu','6aqREcQ','Warna','8422860DTGXrc','Putar','Sumbu\x20vertikal','Posisi','Tengah','Akhir','Tanda\x20skala','Maks','Balikkan','Atur\x20ulang','Kiri','Di\x20luar','1648utbbLG','Bagan','Persentase','Label','Ganda','303364QVpwxh','Legenda','Peta','19287JEyxWv','Seri','Sembunyikan','Lainnya','Titik\x20data','Tanda','Teks\x20judul','Warna\x20batas','Sumbu\x20horizontal','Tambah\x20Baris','Berdasarkan\x20bagian','Minimal','Bawah','Label\x20data','1110610yFPINS','Kategori','85057ABAtQB','Atas','Garis\x20kisi','Judul','Mode','Kanan','472jujjRc','Posisi\x20label','Judul\x20sumbu','Opasitas'];_0x5831=function(){return _0x182d94;};return _0x5831();}const e={'chart-ui':{'common':{'default':'Bawaan','reset':_0x14129d(0x1ce)},'inlineTable':{'pasteHint':'Salin\x20dan\x20tempel\x20data\x20di\x20sini','addRow':_0x14129d(0x1e2),'addColumn':'Tambah\x20Kolom'},'floatMenu':{'menuTitle':{'chart':_0x14129d(0x1d2),'chartTitle':'Judul\x20bagan','subtitle':'Subjudul','axisTitle':_0x14129d(0x1ba),'legend':_0x14129d(0x1d7),'horizontalAxis':_0x14129d(0x1e1),'verticalAxis':_0x14129d(0x1c7),'rightVerticalAxis':'Sumbu\x20vertikal\x20kanan','gridline':_0x14129d(0x1b4),'tick':_0x14129d(0x1cb),'mark':_0x14129d(0x1de),'series':_0x14129d(0x1da),'dataPoint':_0x14129d(0x1dd),'dataLabel':_0x14129d(0x1af)},'field':{'title':_0x14129d(0x1b5),'subtitle':'Subjudul','position':_0x14129d(0x1c8),'size':_0x14129d(0x1be),'align':'Perataan','mode':_0x14129d(0x1b6),'map':_0x14129d(0x1d8),'rotate':_0x14129d(0x1c6),'min':_0x14129d(0x1e4),'max':_0x14129d(0x1cc),'color':_0x14129d(0x1c4),'borderColor':_0x14129d(0x1e0),'opacity':_0x14129d(0x1bb),'labelPosition':_0x14129d(0x1b9),'labelText':_0x14129d(0x1bd),'titleText':_0x14129d(0x1df)},'action':{'more':_0x14129d(0x1dc),'bold':_0x14129d(0x1bf),'italic':'Miring'},'control':{'labels':_0x14129d(0x1d4),'line':'Garis','reverse':_0x14129d(0x1cd),'date':'Tanggal'},'option':{'textAlign':{'left':'Kiri','center':_0x14129d(0x1c9),'right':_0x14129d(0x1b7)},'position':{'top':_0x14129d(0x1b3),'bottom':_0x14129d(0x1e5),'left':_0x14129d(0x1cf),'right':_0x14129d(0x1b7),'hide':_0x14129d(0x1db),'inside':'Di\x20dalam','outside':_0x14129d(0x1d0)},'labelText':{'category':_0x14129d(0x1b1),'value':'Nilai','percentage':_0x14129d(0x1d3)},'axisAlign':{'start':'Awal','center':_0x14129d(0x1c9),'end':_0x14129d(0x1ca)},'legendSelectMode':{'single':_0x14129d(0x1bc),'multiple':_0x14129d(0x1d5),'close':'Tutup'},'visualMapType':{'continuous':_0x14129d(0x1c2),'piecewise':_0x14129d(0x1e3)}}}}};function _0x37ee(_0x2ead20,_0x359539){_0x2ead20=_0x2ead20-0x1af;const _0x5831d1=_0x5831();let _0x37ee92=_0x5831d1[_0x2ead20];return _0x37ee92;}export{e as default};
@@ -0,0 +1 @@
1
+ function _0x55fd(_0x1de50c,_0x31ef12){_0x1de50c=_0x1de50c-0x1f3;const _0xe7e3ba=_0xe7e3();let _0x55fde8=_0xe7e3ba[_0x1de50c];return _0x55fde8;}function _0xe7e3(){const _0x4e865e=['Allinea','3609888WilfXL','Posizione\x20etichetta','Inferiore','Serie','551453MLJAhc','3745656hCrhbc','Sinistra','Titolo','Altro','Asse\x20verticale','Nascondi','minimo','Singola','17324CCWeHH','Grassetto','65QSgBJN','Aggiungi\x20colonna','Copia\x20e\x20incolla\x20i\x20dati\x20qui','Centro','Asse\x20verticale\x20destro','Esterno','158128KsNdZz','Interno','Percentuale','Data','1906230xkJFig','Asse\x20orizzontale','142mPCNaY','18cBoyPk','Dimensione','19231890cYkZKN','Massimo','Titolo\x20dell’asse','Inverti','Aggiungi\x20riga','A\x20tratti','Etichette','Linea\x20della\x20griglia','Multipla','Continua','Modalità','Predefinito','Mappa','Superiore','Tacca','Reimposta','Destra','Titolo\x20del\x20grafico','Testo\x20etichetta'];_0xe7e3=function(){return _0x4e865e;};return _0xe7e3();}const _0x273522=_0x55fd;(function(_0x1ee0a1,_0x10f3ff){const _0x44c025=_0x55fd,_0xdf1fee=_0x1ee0a1();while(!![]){try{const _0x53e646=-parseInt(_0x44c025(0x214))/0x1*(parseInt(_0x44c025(0x222))/0x2)+parseInt(_0x44c025(0x220))/0x3+-parseInt(_0x44c025(0x21c))/0x4*(-parseInt(_0x44c025(0x216))/0x5)+-parseInt(_0x44c025(0x223))/0x6*(parseInt(_0x44c025(0x20b))/0x7)+-parseInt(_0x44c025(0x207))/0x8+-parseInt(_0x44c025(0x20c))/0x9+parseInt(_0x44c025(0x1f3))/0xa;if(_0x53e646===_0x10f3ff)break;else _0xdf1fee['push'](_0xdf1fee['shift']());}catch(_0x3b8446){_0xdf1fee['push'](_0xdf1fee['shift']());}}}(_0xe7e3,0xb45c2));const e={'chart-ui':{'common':{'default':_0x273522(0x1fe),'reset':_0x273522(0x202)},'inlineTable':{'pasteHint':_0x273522(0x218),'addRow':_0x273522(0x1f7),'addColumn':_0x273522(0x217)},'floatMenu':{'menuTitle':{'chart':'Grafico','chartTitle':_0x273522(0x204),'subtitle':'Sottotitolo','axisTitle':_0x273522(0x1f5),'legend':'Legenda','horizontalAxis':_0x273522(0x221),'verticalAxis':_0x273522(0x210),'rightVerticalAxis':_0x273522(0x21a),'gridline':_0x273522(0x1fa),'tick':_0x273522(0x201),'mark':'Marca','series':_0x273522(0x20a),'dataPoint':'Punto\x20dati','dataLabel':'Etichetta\x20dati'},'field':{'title':_0x273522(0x20e),'subtitle':'Sottotitolo','position':'Posizione','size':_0x273522(0x224),'align':_0x273522(0x206),'mode':_0x273522(0x1fd),'map':_0x273522(0x1ff),'rotate':'Ruota','min':_0x273522(0x212),'max':_0x273522(0x1f4),'color':'Colore','borderColor':'Colore\x20bordo','opacity':'Opacità','labelPosition':_0x273522(0x208),'labelText':_0x273522(0x205),'titleText':'Testo\x20titolo'},'action':{'more':_0x273522(0x20f),'bold':_0x273522(0x215),'italic':'Corsivo'},'control':{'labels':_0x273522(0x1f9),'line':'Linea','reverse':_0x273522(0x1f6),'date':_0x273522(0x21f)},'option':{'textAlign':{'left':_0x273522(0x20d),'center':_0x273522(0x219),'right':_0x273522(0x203)},'position':{'top':_0x273522(0x200),'bottom':_0x273522(0x209),'left':'Sinistra','right':'Destra','hide':_0x273522(0x211),'inside':_0x273522(0x21d),'outside':_0x273522(0x21b)},'labelText':{'category':'Categoria','value':'Valore','percentage':_0x273522(0x21e)},'axisAlign':{'start':'Inizio','center':_0x273522(0x219),'end':'Fine'},'legendSelectMode':{'single':_0x273522(0x213),'multiple':_0x273522(0x1fb),'close':'Chiudi'},'visualMapType':{'continuous':_0x273522(0x1fc),'piecewise':_0x273522(0x1f8)}}}}};export{e as default};
@@ -0,0 +1 @@
1
+ const _0x914ea7=_0x2de3;(function(_0x5c3e0c,_0xab437){const _0x2cac47=_0x2de3,_0x1d901c=_0x5c3e0c();while(!![]){try{const _0x419fee=parseInt(_0x2cac47(0x78))/0x1+parseInt(_0x2cac47(0x74))/0x2+-parseInt(_0x2cac47(0x6f))/0x3*(parseInt(_0x2cac47(0x7f))/0x4)+parseInt(_0x2cac47(0x8c))/0x5+-parseInt(_0x2cac47(0x8b))/0x6*(-parseInt(_0x2cac47(0x7e))/0x7)+-parseInt(_0x2cac47(0x7c))/0x8+-parseInt(_0x2cac47(0x73))/0x9;if(_0x419fee===_0xab437)break;else _0x1d901c['push'](_0x1d901c['shift']());}catch(_0xfd461c){_0x1d901c['push'](_0x1d901c['shift']());}}}(_0x3e1f,0x1ddfc));function _0x3e1f(){const _0x48172a=['2892KSOVyN','軸のタイトル','ラベルの位置','リセット','1396824chGnhz','データ\x20ラベル','1367807mkVaIt','392dySqPx','列を追加','データポイント','サブタイトル','サイズ','タイトルのテキスト','第2縦軸','グラフのタイトル','ここにデータをコピー&ペースト','罫線の色','ラベルのテキスト','不透明度','6Rpfcqi','1204905ClVCtR','42aLGsXy','チャート','最大値','モード','2129841AnQWLX','191428FBhPpA','非表示','ラベル','目盛線'];_0x3e1f=function(){return _0x48172a;};return _0x3e1f();}const e={'chart-ui':{'common':{'default':'既定','reset':_0x914ea7(0x7b)},'inlineTable':{'pasteHint':_0x914ea7(0x87),'addRow':'行を追加','addColumn':_0x914ea7(0x80)},'floatMenu':{'menuTitle':{'chart':_0x914ea7(0x70),'chartTitle':_0x914ea7(0x86),'subtitle':_0x914ea7(0x82),'axisTitle':_0x914ea7(0x79),'legend':'凡例','horizontalAxis':'横軸','verticalAxis':'縦軸','rightVerticalAxis':_0x914ea7(0x85),'gridline':_0x914ea7(0x77),'tick':'目盛','mark':'インジケーター','series':'系列','dataPoint':_0x914ea7(0x81),'dataLabel':_0x914ea7(0x7d)},'field':{'title':'タイトル','subtitle':'サブタイトル','position':'位置','size':_0x914ea7(0x83),'align':'配置','mode':_0x914ea7(0x72),'map':'マップ','rotate':'回転','min':'最小値','max':_0x914ea7(0x71),'color':'色','borderColor':_0x914ea7(0x88),'opacity':_0x914ea7(0x8a),'labelPosition':_0x914ea7(0x7a),'labelText':_0x914ea7(0x89),'titleText':_0x914ea7(0x84)},'action':{'more':'詳細','bold':'太字','italic':'斜体'},'control':{'labels':_0x914ea7(0x76),'line':'線','reverse':'反転','date':'日付'},'option':{'textAlign':{'left':'左','center':'中央','right':'右'},'position':{'top':'上','bottom':'下','left':'左','right':'右','hide':_0x914ea7(0x75),'inside':'内側','outside':'外側'},'labelText':{'category':'項目','value':'値','percentage':'パーセンテージ'},'axisAlign':{'start':'先頭','center':'中央','end':'末尾'},'legendSelectMode':{'single':'単一','multiple':'複数','close':'閉じる'},'visualMapType':{'continuous':'連続','piecewise':'区分'}}}}};function _0x2de3(_0x142072,_0x2cab39){_0x142072=_0x142072-0x6f;const _0x3e1fd8=_0x3e1f();let _0x2de388=_0x3e1fd8[_0x142072];return _0x2de388;}export{e as default};
@@ -0,0 +1 @@
1
+ const _0x3c5b15=_0x4826;(function(_0x4dc243,_0x29a599){const _0x32736f=_0x4826,_0xbff120=_0x4dc243();while(!![]){try{const _0x1d4672=-parseInt(_0x32736f(0x11e))/0x1+-parseInt(_0x32736f(0x106))/0x2+parseInt(_0x32736f(0x108))/0x3+-parseInt(_0x32736f(0x114))/0x4*(parseInt(_0x32736f(0x115))/0x5)+parseInt(_0x32736f(0x11c))/0x6+parseInt(_0x32736f(0x11b))/0x7+-parseInt(_0x32736f(0x105))/0x8;if(_0x1d4672===_0x29a599)break;else _0xbff120['push'](_0xbff120['shift']());}catch(_0x4a9670){_0xbff120['push'](_0xbff120['shift']());}}}(_0x14d8,0xf0115));function _0x4826(_0x559215,_0x175dfb){_0x559215=_0x559215-0x103;const _0x14d8cb=_0x14d8();let _0x4826fc=_0x14d8cb[_0x559215];return _0x4826fc;}function _0x14d8(){const _0x2a0776=['오른쪽','최소값','최대값','여기에\x20데이터를\x20복사하여\x20붙여넣기','숨기기','부제목','불투명도','행\x20추가','데이터\x20레이블','76276bNZYia','5jTykUA','제목\x20텍스트','바깥쪽','눈금선','더\x20보기','열\x20추가','5975403hERVaf','4722042ThBIZl','백분율','994790aUJxfP','레이블','가운데','차트\x20제목','축\x20제목','8374704FxRymQ','720168obZjlb','세로\x20축','5290386KpDPRz','레이블\x20위치','테두리\x20색'];_0x14d8=function(){return _0x2a0776;};return _0x14d8();}const e={'chart-ui':{'common':{'default':'기본값','reset':'재설정'},'inlineTable':{'pasteHint':_0x3c5b15(0x10e),'addRow':_0x3c5b15(0x112),'addColumn':_0x3c5b15(0x11a)},'floatMenu':{'menuTitle':{'chart':'차트','chartTitle':_0x3c5b15(0x103),'subtitle':_0x3c5b15(0x110),'axisTitle':_0x3c5b15(0x104),'legend':'범례','horizontalAxis':'가로\x20축','verticalAxis':_0x3c5b15(0x107),'rightVerticalAxis':'보조\x20세로\x20축','gridline':_0x3c5b15(0x118),'tick':'눈금','mark':'표식','series':'계열','dataPoint':'데이터\x20요소','dataLabel':_0x3c5b15(0x113)},'field':{'title':'제목','subtitle':_0x3c5b15(0x110),'position':'위치','size':'크기','align':'맞춤','mode':'모드','map':'맵','rotate':'회전','min':_0x3c5b15(0x10c),'max':_0x3c5b15(0x10d),'color':'색','borderColor':_0x3c5b15(0x10a),'opacity':_0x3c5b15(0x111),'labelPosition':_0x3c5b15(0x109),'labelText':'레이블\x20텍스트','titleText':_0x3c5b15(0x116)},'action':{'more':_0x3c5b15(0x119),'bold':'굵게','italic':'기울임꼴'},'control':{'labels':_0x3c5b15(0x11f),'line':'선','reverse':'반전','date':'날짜'},'option':{'textAlign':{'left':'왼쪽','center':_0x3c5b15(0x120),'right':_0x3c5b15(0x10b)},'position':{'top':'위','bottom':'아래','left':'왼쪽','right':_0x3c5b15(0x10b),'hide':_0x3c5b15(0x10f),'inside':'안쪽','outside':_0x3c5b15(0x117)},'labelText':{'category':'항목','value':'값','percentage':_0x3c5b15(0x11d)},'axisAlign':{'start':'시작','center':'가운데','end':'끝'},'legendSelectMode':{'single':'단일','multiple':'다중','close':'닫기'},'visualMapType':{'continuous':'연속','piecewise':'구분'}}}}};export{e as default};
@@ -0,0 +1 @@
1
+ const _0x59d9b2=_0x1e4c;(function(_0x1a1e3c,_0x3ce7c3){const _0x2d57df=_0x1e4c,_0x3da8b0=_0x1a1e3c();while(!![]){try{const _0x1c1dee=parseInt(_0x2d57df(0x99))/0x1*(parseInt(_0x2d57df(0xb7))/0x2)+-parseInt(_0x2d57df(0x96))/0x3+parseInt(_0x2d57df(0x9b))/0x4+parseInt(_0x2d57df(0xb0))/0x5*(parseInt(_0x2d57df(0x9d))/0x6)+-parseInt(_0x2d57df(0xc0))/0x7*(parseInt(_0x2d57df(0xaa))/0x8)+parseInt(_0x2d57df(0xc3))/0x9+parseInt(_0x2d57df(0xa0))/0xa*(-parseInt(_0x2d57df(0xc5))/0xb);if(_0x1c1dee===_0x3ce7c3)break;else _0x3da8b0['push'](_0x3da8b0['shift']());}catch(_0x4a2e59){_0x3da8b0['push'](_0x3da8b0['shift']());}}}(_0x233a,0x72a69));const e={'chart-ui':{'common':{'default':_0x59d9b2(0xa4),'reset':_0x59d9b2(0xa5)},'inlineTable':{'pasteHint':_0x59d9b2(0xc8),'addRow':_0x59d9b2(0xac),'addColumn':_0x59d9b2(0xc2)},'floatMenu':{'menuTitle':{'chart':_0x59d9b2(0xa9),'chartTitle':_0x59d9b2(0xc6),'subtitle':_0x59d9b2(0xb4),'axisTitle':_0x59d9b2(0xcf),'legend':_0x59d9b2(0x9c),'horizontalAxis':_0x59d9b2(0xad),'verticalAxis':'Oś\x20pionowa','rightVerticalAxis':_0x59d9b2(0xbb),'gridline':_0x59d9b2(0xa7),'tick':_0x59d9b2(0x98),'mark':_0x59d9b2(0xba),'series':_0x59d9b2(0xb8),'dataPoint':_0x59d9b2(0xa8),'dataLabel':_0x59d9b2(0x9f)},'field':{'title':'Tytuł','subtitle':_0x59d9b2(0xb4),'position':_0x59d9b2(0xb1),'size':_0x59d9b2(0xb6),'align':_0x59d9b2(0x9a),'mode':_0x59d9b2(0xcb),'map':_0x59d9b2(0xae),'rotate':_0x59d9b2(0xc7),'min':_0x59d9b2(0x95),'max':_0x59d9b2(0xca),'color':_0x59d9b2(0xa6),'borderColor':'Kolor\x20obramowania','opacity':_0x59d9b2(0xa1),'labelPosition':'Pozycja\x20etykiety','labelText':_0x59d9b2(0xbc),'titleText':_0x59d9b2(0xa3)},'action':{'more':_0x59d9b2(0xc4),'bold':'Pogrubienie','italic':_0x59d9b2(0xaf)},'control':{'labels':_0x59d9b2(0xb5),'line':'Linia','reverse':_0x59d9b2(0xb9),'date':_0x59d9b2(0x97)},'option':{'textAlign':{'left':_0x59d9b2(0xcc),'center':_0x59d9b2(0xbe),'right':_0x59d9b2(0xa2)},'position':{'top':'Góra','bottom':'Dół','left':_0x59d9b2(0xcc),'right':_0x59d9b2(0xa2),'hide':_0x59d9b2(0xbf),'inside':'Wewnątrz','outside':_0x59d9b2(0xb3)},'labelText':{'category':_0x59d9b2(0xb2),'value':_0x59d9b2(0xbd),'percentage':_0x59d9b2(0xcd)},'axisAlign':{'start':'Początek','center':'Środek','end':_0x59d9b2(0x9e)},'legendSelectMode':{'single':_0x59d9b2(0xce),'multiple':_0x59d9b2(0xc9),'close':_0x59d9b2(0xab)},'visualMapType':{'continuous':'Ciągły','piecewise':_0x59d9b2(0xc1)}}}}};function _0x1e4c(_0x35deae,_0x43d9de){_0x35deae=_0x35deae-0x95;const _0x233a92=_0x233a();let _0x1e4caf=_0x233a92[_0x35deae];return _0x1e4caf;}function _0x233a(){const _0x3d9dc8=['6wpymuV','Koniec','Etykieta\x20danych','200UjPPdu','Krycie','Prawo','Tekst\x20tytułu','Domyślny','Resetuj','Kolor','Linia\x20siatki','Punkt\x20danych','Wykres','6643896PecLUX','Zamknij','Dodaj\x20wiersz','Oś\x20pozioma','Mapa','Kursywa','2594065zikjJK','Pozycja','Kategoria','Na\x20zewnątrz','Podtytuł','Etykiety','Rozmiar','381002EGSnRK','Seria','Odwróć','Znak','Prawa\x20oś\x20pionowa','Tekst\x20etykiety','Wartość','Środek','Ukryj','7EMWtAO','Odcinkowy','Dodaj\x20kolumnę','4964094MVZoPH','Więcej','208439zwJDdZ','Tytuł\x20wykresu','Obróć','Skopiuj\x20i\x20wklej\x20dane\x20tutaj','Wielokrotny','Maks','Tryb','Lewo','Procent','Pojedynczy','Tytuł\x20osi','Min.','1335726aoccNK','Data','Znacznik','2lSdeVo','Wyrównaj','2691748olIaZW','Legenda'];_0x233a=function(){return _0x3d9dc8;};return _0x233a();}export{e as default};
@@ -0,0 +1 @@
1
+ const _0x1ce000=_0x33e5;(function(_0x3ed398,_0x249b77){const _0xd80928=_0x33e5,_0xd14762=_0x3ed398();while(!![]){try{const _0x160f3d=parseInt(_0xd80928(0x7d))/0x1*(parseInt(_0xd80928(0x85))/0x2)+parseInt(_0xd80928(0x74))/0x3+-parseInt(_0xd80928(0x72))/0x4+-parseInt(_0xd80928(0x8f))/0x5+-parseInt(_0xd80928(0x99))/0x6*(parseInt(_0xd80928(0x7c))/0x7)+-parseInt(_0xd80928(0x6f))/0x8+parseInt(_0xd80928(0xa3))/0x9;if(_0x160f3d===_0x249b77)break;else _0xd14762['push'](_0xd14762['shift']());}catch(_0x1cad0d){_0xd14762['push'](_0xd14762['shift']());}}}(_0x29dc,0x779b4));function _0x33e5(_0x520009,_0x6ae3dc){_0x520009=_0x520009-0x6b;const _0x29dc16=_0x29dc();let _0x33e55c=_0x29dc16[_0x520009];return _0x33e55c;}const e={'chart-ui':{'common':{'default':_0x1ce000(0x78),'reset':_0x1ce000(0x91)},'inlineTable':{'pasteHint':'Copie\x20e\x20cole\x20dados\x20aqui','addRow':_0x1ce000(0x75),'addColumn':'Adicionar\x20coluna'},'floatMenu':{'menuTitle':{'chart':_0x1ce000(0x8a),'chartTitle':_0x1ce000(0x89),'subtitle':'Subtítulo','axisTitle':_0x1ce000(0x8c),'legend':'Legenda','horizontalAxis':_0x1ce000(0x6c),'verticalAxis':_0x1ce000(0x8d),'rightVerticalAxis':'Eixo\x20vertical\x20direito','gridline':_0x1ce000(0x8e),'tick':_0x1ce000(0x9f),'mark':_0x1ce000(0x7b),'series':_0x1ce000(0x6b),'dataPoint':_0x1ce000(0x88),'dataLabel':_0x1ce000(0x7a)},'field':{'title':'Título','subtitle':_0x1ce000(0x9b),'position':_0x1ce000(0x6d),'size':'Tamanho','align':'Alinhar','mode':_0x1ce000(0x96),'map':_0x1ce000(0x77),'rotate':'Girar','min':_0x1ce000(0x87),'max':_0x1ce000(0x76),'color':_0x1ce000(0x97),'borderColor':_0x1ce000(0x8b),'opacity':_0x1ce000(0x93),'labelPosition':_0x1ce000(0x92),'labelText':_0x1ce000(0x7e),'titleText':_0x1ce000(0x73)},'action':{'more':_0x1ce000(0x9a),'bold':_0x1ce000(0x86),'italic':_0x1ce000(0xa0)},'control':{'labels':_0x1ce000(0x9c),'line':_0x1ce000(0x95),'reverse':_0x1ce000(0x82),'date':_0x1ce000(0xa1)},'option':{'textAlign':{'left':_0x1ce000(0x9d),'center':_0x1ce000(0x6e),'right':_0x1ce000(0x79)},'position':{'top':'Superior','bottom':_0x1ce000(0x80),'left':_0x1ce000(0x9d),'right':'Direita','hide':_0x1ce000(0x70),'inside':_0x1ce000(0x94),'outside':_0x1ce000(0x84)},'labelText':{'category':'Categoria','value':'Valor','percentage':_0x1ce000(0x9e)},'axisAlign':{'start':_0x1ce000(0x7f),'center':_0x1ce000(0x6e),'end':_0x1ce000(0x71)},'legendSelectMode':{'single':_0x1ce000(0x83),'multiple':_0x1ce000(0xa2),'close':_0x1ce000(0x98)},'visualMapType':{'continuous':_0x1ce000(0x81),'piecewise':_0x1ce000(0x90)}}}}};export{e as default};function _0x29dc(){const _0x14d1df=['Dentro','Linha','Modo','Cor','Fechar','5970YcgtWd','Mais','Subtítulo','Rótulos','Esquerda','Porcentagem','Marca\x20de\x20escala','Itálico','Data','Múltiplo','16646931zWkQqH','Série','Eixo\x20horizontal','Posição','Centro','7308352stkywC','Ocultar','Fim','3269640RzxSWG','Texto\x20do\x20título','1419138Dztuou','Adicionar\x20linha','Máx','Mapa','Padrão','Direita','Rótulo\x20de\x20dados','Marca','5572luTyBD','22oycdhX','Texto\x20do\x20rótulo','Início','Inferior','Contínuo','Inverter','Único','Fora','88514VCjzdj','Negrito','Mín','Ponto\x20de\x20dados','Título\x20do\x20gráfico','Gráfico','Cor\x20da\x20borda','Título\x20do\x20eixo','Eixo\x20vertical','Linha\x20de\x20grade','1417385pUSazV','Por\x20partes','Redefinir','Posição\x20do\x20rótulo','Opacidade'];_0x29dc=function(){return _0x14d1df;};return _0x29dc();}
@@ -0,0 +1 @@
1
+ const _0x1b0ea5=_0x3c47;function _0x3c47(_0x1f28ac,_0x250745){_0x1f28ac=_0x1f28ac-0x89;const _0x2098ed=_0x2098();let _0x3c4786=_0x2098ed[_0x1f28ac];return _0x3c4786;}(function(_0x2d92c0,_0xbbee9b){const _0x5364f6=_0x3c47,_0x566550=_0x2d92c0();while(!![]){try{const _0x2265ae=-parseInt(_0x5364f6(0xbc))/0x1+-parseInt(_0x5364f6(0xa5))/0x2+-parseInt(_0x5364f6(0xa9))/0x3*(parseInt(_0x5364f6(0xb5))/0x4)+parseInt(_0x5364f6(0x97))/0x5+parseInt(_0x5364f6(0x91))/0x6*(-parseInt(_0x5364f6(0xa6))/0x7)+parseInt(_0x5364f6(0x94))/0x8*(parseInt(_0x5364f6(0xa8))/0x9)+parseInt(_0x5364f6(0x98))/0xa;if(_0x2265ae===_0xbbee9b)break;else _0x566550['push'](_0x566550['shift']());}catch(_0x2f94d8){_0x566550['push'](_0x566550['shift']());}}}(_0x2098,0x97fcd));const e={'chart-ui':{'common':{'default':_0x1b0ea5(0xb6),'reset':_0x1b0ea5(0xba)},'inlineTable':{'pasteHint':_0x1b0ea5(0xb1),'addRow':_0x1b0ea5(0xa4),'addColumn':_0x1b0ea5(0xb0)},'floatMenu':{'menuTitle':{'chart':'Диаграмма','chartTitle':_0x1b0ea5(0xac),'subtitle':_0x1b0ea5(0x96),'axisTitle':_0x1b0ea5(0x9f),'legend':'Легенда','horizontalAxis':'Горизонтальная\x20ось','verticalAxis':'Вертикальная\x20ось','rightVerticalAxis':'Правая\x20вертикальная\x20ось','gridline':_0x1b0ea5(0xb3),'tick':_0x1b0ea5(0x8f),'mark':'Знак','series':_0x1b0ea5(0xb2),'dataPoint':_0x1b0ea5(0xb4),'dataLabel':_0x1b0ea5(0xb8)},'field':{'title':_0x1b0ea5(0xbd),'subtitle':_0x1b0ea5(0x96),'position':_0x1b0ea5(0x8a),'size':'Размер','align':_0x1b0ea5(0x9e),'mode':'Режим','map':_0x1b0ea5(0x92),'rotate':_0x1b0ea5(0xa3),'min':_0x1b0ea5(0x90),'max':'Максимум','color':_0x1b0ea5(0x9a),'borderColor':_0x1b0ea5(0x99),'opacity':_0x1b0ea5(0x93),'labelPosition':_0x1b0ea5(0x89),'labelText':'Текст\x20метки','titleText':_0x1b0ea5(0x8c)},'action':{'more':_0x1b0ea5(0x8d),'bold':'Полужирный','italic':_0x1b0ea5(0xa0)},'control':{'labels':_0x1b0ea5(0xaa),'line':'Линия','reverse':'Обратить','date':_0x1b0ea5(0x9c)},'option':{'textAlign':{'left':_0x1b0ea5(0xad),'center':_0x1b0ea5(0xae),'right':_0x1b0ea5(0xaf)},'position':{'top':_0x1b0ea5(0xa1),'bottom':_0x1b0ea5(0xab),'left':_0x1b0ea5(0xad),'right':_0x1b0ea5(0xaf),'hide':_0x1b0ea5(0x8b),'inside':_0x1b0ea5(0x8e),'outside':'Снаружи'},'labelText':{'category':_0x1b0ea5(0xb7),'value':_0x1b0ea5(0xa7),'percentage':_0x1b0ea5(0x95)},'axisAlign':{'start':_0x1b0ea5(0x9d),'center':_0x1b0ea5(0xae),'end':_0x1b0ea5(0x9b)},'legendSelectMode':{'single':'Одиночный','multiple':'Множественный','close':_0x1b0ea5(0xb9)},'visualMapType':{'continuous':_0x1b0ea5(0xa2),'piecewise':_0x1b0ea5(0xbb)}}}}};function _0x2098(){const _0x466ed8=['27AdVBKW','44481gxRDjT','Подписи','Низ','Название\x20диаграммы','Слева','Центр','Справа','Добавить\x20столбец','Скопируйте\x20и\x20вставьте\x20данные\x20сюда','Серии','Линия\x20сетки','Точка\x20данных','328RgOBdq','По\x20умолчанию','Категория','Подпись\x20данных','Закрыть','Сбросить','Раздельный','808762QMzkIz','Заголовок','Позиция\x20метки','Положение','Скрыть','Текст\x20заголовка','Ещё','Внутри','Деление','Минимум','2956698qMgzfZ','Карта','Непрозрачность','2946896AAxXQZ','Процент','Подзаголовок','3310315fbJhke','23779590TwAnwq','Цвет\x20границы','Цвет','Конец','Дата','Начало','Выравнивание','Название\x20оси','Курсив','Верх','Непрерывный','Повернуть','Добавить\x20строку','1024850DirgBh','14FsiEnN','Значение'];_0x2098=function(){return _0x466ed8;};return _0x2098();}export{e as default};
@@ -0,0 +1 @@
1
+ const _0x951f78=_0x1459;(function(_0x29cd5a,_0x260a92){const _0x40a509=_0x1459,_0x299961=_0x29cd5a();while(!![]){try{const _0x4d9e36=parseInt(_0x40a509(0x204))/0x1+parseInt(_0x40a509(0x203))/0x2+parseInt(_0x40a509(0x201))/0x3*(parseInt(_0x40a509(0x21d))/0x4)+-parseInt(_0x40a509(0x200))/0x5+-parseInt(_0x40a509(0x1f9))/0x6+-parseInt(_0x40a509(0x215))/0x7+parseInt(_0x40a509(0x1fa))/0x8;if(_0x4d9e36===_0x260a92)break;else _0x299961['push'](_0x299961['shift']());}catch(_0x2ccf1f){_0x299961['push'](_0x299961['shift']());}}}(_0x195e,0x8b8de));const e={'chart-ui':{'common':{'default':_0x951f78(0x21a),'reset':_0x951f78(0x214)},'inlineTable':{'pasteHint':_0x951f78(0x218),'addRow':_0x951f78(0x213),'addColumn':_0x951f78(0x1f8)},'floatMenu':{'menuTitle':{'chart':_0x951f78(0x211),'chartTitle':_0x951f78(0x21b),'subtitle':_0x951f78(0x1fc),'axisTitle':_0x951f78(0x216),'legend':_0x951f78(0x202),'horizontalAxis':_0x951f78(0x20d),'verticalAxis':'Zvislá\x20os','rightVerticalAxis':_0x951f78(0x1f6),'gridline':_0x951f78(0x217),'tick':_0x951f78(0x1f3),'mark':'Značka','series':'Séria','dataPoint':'Dátový\x20bod','dataLabel':_0x951f78(0x1f5)},'field':{'title':_0x951f78(0x20a),'subtitle':_0x951f78(0x1fc),'position':_0x951f78(0x206),'size':_0x951f78(0x207),'align':_0x951f78(0x220),'mode':'Režim','map':_0x951f78(0x20e),'rotate':_0x951f78(0x21e),'min':_0x951f78(0x1f0),'max':'Max.','color':_0x951f78(0x1f4),'borderColor':'Farba\x20orámovania','opacity':_0x951f78(0x212),'labelPosition':_0x951f78(0x1f2),'labelText':'Text\x20popisku','titleText':'Text\x20názvu'},'action':{'more':_0x951f78(0x208),'bold':_0x951f78(0x1ee),'italic':'Kurzíva'},'control':{'labels':_0x951f78(0x1fb),'line':'Čiara','reverse':_0x951f78(0x1ef),'date':'Dátum'},'option':{'textAlign':{'left':_0x951f78(0x1fd),'center':'Stred','right':_0x951f78(0x21c)},'position':{'top':_0x951f78(0x20b),'bottom':'Dole','left':_0x951f78(0x1fd),'right':_0x951f78(0x21c),'hide':_0x951f78(0x205),'inside':'Vnútri','outside':_0x951f78(0x210)},'labelText':{'category':_0x951f78(0x221),'value':_0x951f78(0x21f),'percentage':_0x951f78(0x219)},'axisAlign':{'start':'Začiatok','center':_0x951f78(0x1f1),'end':_0x951f78(0x20f)},'legendSelectMode':{'single':_0x951f78(0x1ff),'multiple':_0x951f78(0x20c),'close':_0x951f78(0x209)},'visualMapType':{'continuous':_0x951f78(0x1fe),'piecewise':_0x951f78(0x1f7)}}}}};export{e as default};function _0x1459(_0x38c8ce,_0x54c1b1){_0x38c8ce=_0x38c8ce-0x1ee;const _0x195eb3=_0x195e();let _0x145975=_0x195eb3[_0x38c8ce];return _0x145975;}function _0x195e(){const _0x326fdf=['780arpKxN','Otočiť','Hodnota','Zarovnať','Kategória','Tučné','Obrátiť','Min.','Stred','Poloha\x20popisku','Značka','Farba','Menovka\x20údajov','Pravá\x20zvislá\x20os','Po\x20častiach','Pridať\x20stĺpec','6574866SEusqE','11457696zjdkVh','Menovky','Podnadpis','Vľavo','Kontinuálny','Jednotlivé','5265030vzcNNC','5646bmBeSr','Legenda','1120504JMJlCT','535104oVLkRM','Skryť','Pozícia','Veľkosť','Viac','Zavrieť','Názov','Hore','Viaceré','Vodorovná\x20os','Mapa','Koniec','Vonku','Graf','Nepriehľadnosť','Pridať\x20riadok','Obnoviť','1218889fvhRzT','Názov\x20osi','Mriežka','Skopírujte\x20a\x20vložte\x20údaje\x20sem','Percento','Predvolené','Názov\x20grafu','Vpravo'];_0x195e=function(){return _0x326fdf;};return _0x195e();}
@@ -0,0 +1 @@
1
+ const _0x23f8fe=_0x3d46;function _0x3d46(_0x5c6d98,_0x14c391){_0x5c6d98=_0x5c6d98-0x70;const _0x2cfe85=_0x2cfe();let _0x3d46d3=_0x2cfe85[_0x5c6d98];return _0x3d46d3;}(function(_0x262708,_0x325489){const _0x1c5630=_0x3d46,_0xe95b7b=_0x262708();while(!![]){try{const _0x4ea00c=parseInt(_0x1c5630(0x93))/0x1+-parseInt(_0x1c5630(0x72))/0x2*(parseInt(_0x1c5630(0x87))/0x3)+-parseInt(_0x1c5630(0x8b))/0x4*(-parseInt(_0x1c5630(0x7b))/0x5)+parseInt(_0x1c5630(0x91))/0x6+parseInt(_0x1c5630(0x70))/0x7+parseInt(_0x1c5630(0x86))/0x8+-parseInt(_0x1c5630(0x8f))/0x9*(parseInt(_0x1c5630(0xa2))/0xa);if(_0x4ea00c===_0x325489)break;else _0xe95b7b['push'](_0xe95b7b['shift']());}catch(_0x3ba137){_0xe95b7b['push'](_0xe95b7b['shift']());}}}(_0x2cfe,0x4f9ab));const e={'chart-ui':{'common':{'default':'Mặc\x20định','reset':'Đặt\x20lại'},'inlineTable':{'pasteHint':_0x23f8fe(0x9e),'addRow':_0x23f8fe(0x85),'addColumn':'Thêm\x20cột'},'floatMenu':{'menuTitle':{'chart':'Biểu\x20đồ','chartTitle':_0x23f8fe(0x92),'subtitle':_0x23f8fe(0x8e),'axisTitle':'Tiêu\x20đề\x20trục','legend':'Chú\x20giải','horizontalAxis':_0x23f8fe(0x96),'verticalAxis':_0x23f8fe(0x71),'rightVerticalAxis':_0x23f8fe(0x77),'gridline':'Đường\x20lưới','tick':'Vạch\x20chia','mark':_0x23f8fe(0x88),'series':_0x23f8fe(0xa3),'dataPoint':'Điểm\x20dữ\x20liệu','dataLabel':_0x23f8fe(0x98)},'field':{'title':_0x23f8fe(0x89),'subtitle':'Tiêu\x20đề\x20phụ','position':_0x23f8fe(0x7d),'size':_0x23f8fe(0x79),'align':_0x23f8fe(0x7a),'mode':_0x23f8fe(0x9a),'map':_0x23f8fe(0x94),'rotate':_0x23f8fe(0x84),'min':'Tối\x20thiểu','max':_0x23f8fe(0x7f),'color':_0x23f8fe(0x74),'borderColor':_0x23f8fe(0x8d),'opacity':_0x23f8fe(0x9d),'labelPosition':_0x23f8fe(0x76),'labelText':_0x23f8fe(0x9f),'titleText':_0x23f8fe(0x9b)},'action':{'more':'Thêm','bold':_0x23f8fe(0xa1),'italic':'In\x20nghiêng'},'control':{'labels':_0x23f8fe(0x80),'line':_0x23f8fe(0x81),'reverse':_0x23f8fe(0x9c),'date':_0x23f8fe(0x73)},'option':{'textAlign':{'left':_0x23f8fe(0x83),'center':_0x23f8fe(0x75),'right':_0x23f8fe(0x8a)},'position':{'top':_0x23f8fe(0x99),'bottom':_0x23f8fe(0x82),'left':_0x23f8fe(0x83),'right':'Phải','hide':'Ẩn','inside':'Bên\x20trong','outside':'Bên\x20ngoài'},'labelText':{'category':'Danh\x20mục','value':_0x23f8fe(0x78),'percentage':_0x23f8fe(0x90)},'axisAlign':{'start':_0x23f8fe(0x8c),'center':_0x23f8fe(0x75),'end':_0x23f8fe(0x95)},'legendSelectMode':{'single':_0x23f8fe(0x97),'multiple':'Chọn\x20nhiều','close':_0x23f8fe(0xa0)},'visualMapType':{'continuous':_0x23f8fe(0x7e),'piecewise':_0x23f8fe(0x7c)}}}}};export{e as default};function _0x2cfe(){const _0x1e44a8=['Đóng','In\x20đậm','4013810SRHnSq','Loạt','2264269qiuqCi','Trục\x20đứng','28VMajJU','Ngày\x20tháng','Màu','Giữa','Vị\x20trí\x20nhãn','Trục\x20đứng\x20phải','Giá\x20trị','Kích\x20thước','Căn\x20chỉnh','225VOLtYH','Mảnh','Vị\x20trí','Liên\x20tục','Tối\x20đa','Nhãn','Đường','Dưới\x20cùng','Trái','Xoay','Thêm\x20hàng','2675776sYzfFc','84459gdfUig','Dấu','Tiêu\x20đề','Phải','1116pPivdW','Bắt\x20đầu','Màu\x20đường\x20viền','Tiêu\x20đề\x20phụ','18GHPRwW','Phần\x20trăm','1448676bPkUOk','Tiêu\x20đề\x20biểu\x20đồ','611023wCtnwp','Bản\x20đồ','Kết\x20thúc','Trục\x20ngang','Chọn\x20một','Nhãn\x20dữ\x20liệu','Trên\x20cùng','Chế\x20độ','Văn\x20bản\x20tiêu\x20đề','Đảo\x20ngược','Độ\x20mờ','Sao\x20chép\x20và\x20dán\x20dữ\x20liệu\x20tại\x20đây','Văn\x20bản\x20nhãn'];_0x2cfe=function(){return _0x1e44a8;};return _0x2cfe();}
@@ -0,0 +1 @@
1
+ const _0x5ec854=_0x347f;function _0x2eb1(){const _0x18171e=['8tbjCAA','282024lxXeLP','50527xghMLS','右纵轴','边框颜色','3183130UgrpJy','右对齐','11946QeYarl','2syyHly','透明度','可从\x20Sheets、Excel\x20或网页表格直接粘贴,替换当前数据。','百分比','106848iQXRiH','数据标签','数据点','新增列','标题文本','最小值','3937575WLksdN','新增行','标签文本','左对齐','33LNXOyp','最大值','1072676LYYRoX','1910gkTaAN'];_0x2eb1=function(){return _0x18171e;};return _0x2eb1();}function _0x347f(_0x45c02b,_0x312543){_0x45c02b=_0x45c02b-0xb0;const _0x2eb1a2=_0x2eb1();let _0x347f97=_0x2eb1a2[_0x45c02b];return _0x347f97;}(function(_0x317337,_0x25c2bd){const _0x2bd0d7=_0x347f,_0x5af19d=_0x317337();while(!![]){try{const _0x55f203=-parseInt(_0x2bd0d7(0xb1))/0x1+-parseInt(_0x2bd0d7(0xb7))/0x2*(-parseInt(_0x2bd0d7(0xc1))/0x3)+-parseInt(_0x2bd0d7(0xc7))/0x4+parseInt(_0x2bd0d7(0xc8))/0x5*(parseInt(_0x2bd0d7(0xb6))/0x6)+-parseInt(_0x2bd0d7(0xbb))/0x7+-parseInt(_0x2bd0d7(0xc9))/0x8*(parseInt(_0x2bd0d7(0xb0))/0x9)+parseInt(_0x2bd0d7(0xb4))/0xa*(-parseInt(_0x2bd0d7(0xc5))/0xb);if(_0x55f203===_0x25c2bd)break;else _0x5af19d['push'](_0x5af19d['shift']());}catch(_0x2c27dd){_0x5af19d['push'](_0x5af19d['shift']());}}}(_0x2eb1,0xb7cd4));const e={'chart-ui':{'common':{'default':'默认','reset':'重置'},'inlineTable':{'pasteHint':_0x5ec854(0xb9),'addRow':_0x5ec854(0xc2),'addColumn':_0x5ec854(0xbe)},'floatMenu':{'menuTitle':{'chart':'图表','chartTitle':'图表标题','subtitle':'副标题','axisTitle':'轴标题','legend':'图例','horizontalAxis':'横轴','verticalAxis':'纵轴','rightVerticalAxis':_0x5ec854(0xb2),'gridline':'网格线','tick':'刻度线','mark':'标记','series':'系列','dataPoint':_0x5ec854(0xbd),'dataLabel':_0x5ec854(0xbc)},'field':{'title':'标题','subtitle':'副标题','position':'位置','size':'字号','align':'对齐','mode':'模式','map':'映射','rotate':'旋转','min':_0x5ec854(0xc0),'max':_0x5ec854(0xc6),'color':'颜色','borderColor':_0x5ec854(0xb3),'opacity':_0x5ec854(0xb8),'labelPosition':'标签位置','labelText':_0x5ec854(0xc3),'titleText':_0x5ec854(0xbf)},'action':{'more':'更多','bold':'加粗','italic':'斜体'},'control':{'labels':'标签','line':'轴线','reverse':'反向','date':'日期'},'option':{'textAlign':{'left':_0x5ec854(0xc4),'center':'居中','right':_0x5ec854(0xb5)},'position':{'top':'顶部','bottom':'底部','left':'左侧','right':'右侧','hide':'隐藏','inside':'内部','outside':'外部'},'labelText':{'category':'类别','value':'值','percentage':_0x5ec854(0xba)},'axisAlign':{'start':'开始','center':'中间','end':'结束'},'legendSelectMode':{'single':'单选','multiple':'多选','close':'关闭'},'visualMapType':{'continuous':'连续','piecewise':'分段'}}}}};export{e as default};
@@ -0,0 +1 @@
1
+ function _0x2b2d(){const _0x23771d=['標籤位置','圖表標題','最大值','652293CttQCf','資料點','新增欄','最小值','8WAxyXl','1083boCfHq','資料標籤','邊框顏色','857074zjJbPh','左對齊','3013110NNDgTB','12TTkiZW','在此複製並貼上資料','右縱軸','91470ldwrsU','44CkSkeP','4404ZPSNgG','1172283RsfrvM','新增列','百分比','透明度','標籤文字','標題文字','142808dNZTQG','副標題'];_0x2b2d=function(){return _0x23771d;};return _0x2b2d();}const _0xf86404=_0x8716;(function(_0x59250c,_0x4321bd){const _0x4d8646=_0x8716,_0x19bb1d=_0x59250c();while(!![]){try{const _0xce42c7=parseInt(_0x4d8646(0x1df))/0x1+-parseInt(_0x4d8646(0x1d0))/0x2+-parseInt(_0x4d8646(0x1e9))/0x3*(parseInt(_0x4d8646(0x1d8))/0x4)+-parseInt(_0x4d8646(0x1d6))/0x5+parseInt(_0x4d8646(0x1d3))/0x6*(-parseInt(_0x4d8646(0x1d9))/0x7)+parseInt(_0x4d8646(0x1e8))/0x8*(parseInt(_0x4d8646(0x1e4))/0x9)+parseInt(_0x4d8646(0x1d2))/0xa*(parseInt(_0x4d8646(0x1d7))/0xb);if(_0xce42c7===_0x4321bd)break;else _0x19bb1d['push'](_0x19bb1d['shift']());}catch(_0x11b5a0){_0x19bb1d['push'](_0x19bb1d['shift']());}}}(_0x2b2d,0x3ae93));function _0x8716(_0x9389d8,_0x112337){_0x9389d8=_0x9389d8-0x1d0;const _0x2b2d5e=_0x2b2d();let _0x87160a=_0x2b2d5e[_0x9389d8];return _0x87160a;}const e={'chart-ui':{'common':{'default':'預設','reset':'重置'},'inlineTable':{'pasteHint':_0xf86404(0x1d4),'addRow':_0xf86404(0x1da),'addColumn':_0xf86404(0x1e6)},'floatMenu':{'menuTitle':{'chart':'圖表','chartTitle':_0xf86404(0x1e2),'subtitle':'副標題','axisTitle':'軸標題','legend':'圖例','horizontalAxis':'橫軸','verticalAxis':'縱軸','rightVerticalAxis':_0xf86404(0x1d5),'gridline':'網格線','tick':'刻度線','mark':'標記','series':'系列','dataPoint':_0xf86404(0x1e5),'dataLabel':_0xf86404(0x1ea)},'field':{'title':'標題','subtitle':_0xf86404(0x1e0),'position':'位置','size':'字號','align':'對齊','mode':'模式','map':'映射','rotate':'旋轉','min':_0xf86404(0x1e7),'max':_0xf86404(0x1e3),'color':'顏色','borderColor':_0xf86404(0x1eb),'opacity':_0xf86404(0x1dc),'labelPosition':_0xf86404(0x1e1),'labelText':_0xf86404(0x1dd),'titleText':_0xf86404(0x1de)},'action':{'more':'更多','bold':'加粗','italic':'斜體'},'control':{'labels':'標籤','line':'軸線','reverse':'反向','date':'日期'},'option':{'textAlign':{'left':_0xf86404(0x1d1),'center':'置中','right':'右對齊'},'position':{'top':'頂部','bottom':'底部','left':'左側','right':'右側','hide':'隱藏','inside':'內部','outside':'外部'},'labelText':{'category':'類別','value':'值','percentage':_0xf86404(0x1db)},'axisAlign':{'start':'開始','center':'中間','end':'結束'},'legendSelectMode':{'single':'單選','multiple':'多選','close':'關閉'},'visualMapType':{'continuous':'連續','piecewise':'分段'}}}}};export{e as default};
@@ -0,0 +1 @@
1
+ const _0x43e4ae=_0x2090;(function(_0x5bb1ec,_0x33d678){const _0x2926c3=_0x2090,_0x434b9c=_0x5bb1ec();while(!![]){try{const _0x5a0bb8=parseInt(_0x2926c3(0x1db))/0x1+-parseInt(_0x2926c3(0x1cd))/0x2*(-parseInt(_0x2926c3(0x1c2))/0x3)+parseInt(_0x2926c3(0x1c3))/0x4+parseInt(_0x2926c3(0x1d6))/0x5*(parseInt(_0x2926c3(0x1c8))/0x6)+parseInt(_0x2926c3(0x1da))/0x7*(-parseInt(_0x2926c3(0x1cf))/0x8)+parseInt(_0x2926c3(0x1ce))/0x9*(parseInt(_0x2926c3(0x1d1))/0xa)+-parseInt(_0x2926c3(0x1c9))/0xb;if(_0x5a0bb8===_0x33d678)break;else _0x434b9c['push'](_0x434b9c['shift']());}catch(_0x3aa517){_0x434b9c['push'](_0x434b9c['shift']());}}}(_0x209f,0xc9b29));function _0x209f(){const _0x1d18fa=['1358378IjpsiA','3669BRixXi','3407336qYVSkE','新增列','新增欄','軸標題','邊框顏色','6ObJEbO','49457848JJZCfG','透明度','標題文字','副標題','1426FrRBxM','36mdOwcn','424520yBhySF','標籤位置','3994680AKPHMg','在此複製並貼上資料','資料標籤','右縱軸','資料點','4007165CxhEgz','網格線','最大值','刻度線','21wTkBWH'];_0x209f=function(){return _0x1d18fa;};return _0x209f();}function _0x2090(_0x36ddc3,_0x4b6812){_0x36ddc3=_0x36ddc3-0x1c2;const _0x209fea=_0x209f();let _0x2090a5=_0x209fea[_0x36ddc3];return _0x2090a5;}const e={'chart-ui':{'common':{'default':'預設','reset':'重置'},'inlineTable':{'pasteHint':_0x43e4ae(0x1d2),'addRow':_0x43e4ae(0x1c4),'addColumn':_0x43e4ae(0x1c5)},'floatMenu':{'menuTitle':{'chart':'圖表','chartTitle':'圖表標題','subtitle':_0x43e4ae(0x1cc),'axisTitle':_0x43e4ae(0x1c6),'legend':'圖例','horizontalAxis':'橫軸','verticalAxis':'縱軸','rightVerticalAxis':_0x43e4ae(0x1d4),'gridline':_0x43e4ae(0x1d7),'tick':_0x43e4ae(0x1d9),'mark':'標記','series':'系列','dataPoint':_0x43e4ae(0x1d5),'dataLabel':_0x43e4ae(0x1d3)},'field':{'title':'標題','subtitle':_0x43e4ae(0x1cc),'position':'位置','size':'字號','align':'對齊','mode':'模式','map':'映射','rotate':'旋轉','min':'最小值','max':_0x43e4ae(0x1d8),'color':'顏色','borderColor':_0x43e4ae(0x1c7),'opacity':_0x43e4ae(0x1ca),'labelPosition':_0x43e4ae(0x1d0),'labelText':'標籤文字','titleText':_0x43e4ae(0x1cb)},'action':{'more':'更多','bold':'加粗','italic':'斜體'},'control':{'labels':'標籤','line':'軸線','reverse':'反向','date':'日期'},'option':{'textAlign':{'left':'左對齊','center':'置中','right':'右對齊'},'position':{'top':'頂部','bottom':'底部','left':'左側','right':'右側','hide':'隱藏','inside':'內部','outside':'外部'},'labelText':{'category':'類別','value':'值','percentage':'百分比'},'axisAlign':{'start':'開始','center':'中間','end':'結束'},'legendSelectMode':{'single':'單選','multiple':'多選','close':'關閉'},'visualMapType':{'continuous':'連續','piecewise':'分段'}}}}};export{e as default};
@@ -0,0 +1,3 @@
1
+ export declare const CHART_HOST_BORDER_RADIUS = 8;
2
+ export declare const CHART_DOM_HOST_Z_INDEX = 1000;
3
+ export declare const MIN_CHART_HOST_DIMENSION = 1;
@@ -0,0 +1,7 @@
1
+ export declare enum ChartPointMappingStateKey {
2
+ ScatterXIndex = "scatterXIndex",
3
+ ScatterYIndex = "scatterYIndex",
4
+ ScatterLabelIndex = "scatterLabelIndex",
5
+ BubbleSeriesIndex = "bubbleSeriesIndex",
6
+ BubbleSizeIndex = "bubbleSizeIndex"
7
+ }
@@ -0,0 +1,16 @@
1
+ import type { ReactNode } from 'react';
2
+ export interface IChartEditPanelTabItem<T extends string | number = string | number> {
3
+ label: ReactNode;
4
+ value: T;
5
+ }
6
+ export interface IChartEditPanelTabsProps<T extends string | number = string | number> {
7
+ className?: string;
8
+ items: Array<IChartEditPanelTabItem<T>>;
9
+ value: T;
10
+ onChange: (value: T) => void;
11
+ }
12
+ export declare function ChartEditPanelTabs<T extends string | number = string | number>(props: IChartEditPanelTabsProps<T>): import("react").JSX.Element;
13
+ export interface IChartEditBlockTitleProps {
14
+ title: string;
15
+ }
16
+ export declare function ChartEditBlockTitle(props: IChartEditBlockTitleProps): import("react").JSX.Element;
@@ -0,0 +1,58 @@
1
+ import type { ILabelStyle } from '@univerjs-pro/engine-chart';
2
+ import type { Nullable } from '@univerjs/core';
3
+ import type { ReactNode } from 'react';
4
+ export interface IChartEditorOption<T extends string = string> {
5
+ label: ReactNode;
6
+ value: T;
7
+ }
8
+ export interface IChartPropertyFieldProps {
9
+ children: ReactNode;
10
+ label: ReactNode;
11
+ }
12
+ export declare function ChartPropertyField(props: IChartPropertyFieldProps): import("react").JSX.Element;
13
+ export interface IChartPropertyRowProps {
14
+ children: ReactNode;
15
+ }
16
+ export declare function ChartPropertyRow(props: IChartPropertyRowProps): import("react").JSX.Element;
17
+ export interface IChartSelectFieldProps<T extends string = string> {
18
+ label: string;
19
+ onChange: (value: T) => void;
20
+ options: Array<IChartEditorOption<T>>;
21
+ value?: T;
22
+ }
23
+ export declare function ChartSelectField<T extends string = string>(props: IChartSelectFieldProps<T>): import("react").JSX.Element;
24
+ export interface IChartCheckboxFieldProps {
25
+ checked: boolean;
26
+ label: string;
27
+ onChange: (checked: boolean) => void;
28
+ }
29
+ export declare function ChartCheckboxField(props: IChartCheckboxFieldProps): import("react").JSX.Element;
30
+ export interface IChartNumberFieldProps {
31
+ label: string;
32
+ max?: number;
33
+ min?: number;
34
+ onChange: (value: number | undefined) => void;
35
+ step?: number;
36
+ value?: number | null;
37
+ }
38
+ export declare function ChartNumberField(props: IChartNumberFieldProps): import("react").JSX.Element;
39
+ export interface IChartTextFieldProps {
40
+ label: string;
41
+ onChange: (value: string) => void;
42
+ placeholder?: string;
43
+ value?: string;
44
+ }
45
+ export declare function ChartTextField(props: IChartTextFieldProps): import("react").JSX.Element;
46
+ export interface IChartColorFieldProps {
47
+ label: string;
48
+ onChange: (value: Nullable<string>) => void;
49
+ value?: Nullable<string>;
50
+ }
51
+ export declare function ChartColorField(props: IChartColorFieldProps): import("react").JSX.Element;
52
+ export interface IChartFontFieldProps {
53
+ alignControl?: boolean;
54
+ label: string;
55
+ onChange: (key: keyof ILabelStyle, value: ILabelStyle[keyof ILabelStyle]) => void;
56
+ value?: Partial<ILabelStyle>;
57
+ }
58
+ export declare function ChartFontField(props: IChartFontFieldProps): import("react").JSX.Element;
@@ -0,0 +1,15 @@
1
+ export type ChartInlineCellValue = string | number | boolean | null;
2
+ export interface IChartInlineTableEditorProps<T extends ChartInlineCellValue = ChartInlineCellValue> {
3
+ onChange: (values: T[][]) => void;
4
+ parsePastedText: (text: string) => T[][];
5
+ values: T[][];
6
+ minColumns?: number;
7
+ minRows?: number;
8
+ }
9
+ export declare function coerceInlineTableCell(value: string): ChartInlineCellValue;
10
+ export declare function normalizeInlineTableValues<T extends ChartInlineCellValue>(values: T[][], minRows?: number, minColumns?: number): T[][];
11
+ export declare function appendInlineTableRow<T extends ChartInlineCellValue>(values: T[][]): T[][];
12
+ export declare function appendInlineTableColumn<T extends ChartInlineCellValue>(values: T[][]): T[][];
13
+ export declare function compactInlineTableValues<T extends ChartInlineCellValue>(values: T[][]): T[][];
14
+ export declare function applyInlineTablePaste<T extends ChartInlineCellValue>(pastedText: string, parsePastedText: (text: string) => T[][], minRows?: number, minColumns?: number): T[][] | null;
15
+ export declare function ChartInlineTableEditor<T extends ChartInlineCellValue>(props: IChartInlineTableEditorProps<T>): import("react").JSX.Element;
@@ -0,0 +1,27 @@
1
+ import type { ReactNode } from 'react';
2
+ import { ChartTypeBits } from '@univerjs-pro/engine-chart';
3
+ export interface IChartTypeOption<TLabel = ReactNode> {
4
+ icon?: ReactNode;
5
+ label: TLabel;
6
+ value: ChartTypeBits;
7
+ }
8
+ export interface IChartSelectOption {
9
+ label: ReactNode;
10
+ value: string;
11
+ }
12
+ export declare const chartTypeToIcon: Partial<Record<ChartTypeBits, ReactNode>>;
13
+ export declare function renderChartTypeSelectLabel(label: ReactNode, icon: ReactNode): import("react").JSX.Element;
14
+ export declare function buildChartTypeSelectOptions<TLabel>(options: readonly IChartTypeOption<TLabel>[], resolveLabel?: (label: TLabel) => ReactNode): IChartSelectOption[];
15
+ export declare function renderChartThemeColorStrip(colors: readonly string[]): import("react").JSX.Element;
16
+ export declare function buildChartThemeSelectOptions(themes: readonly string[], getColors: (theme: string) => string[]): IChartSelectOption[];
17
+ export interface IChartPrimitiveOption<T extends string = string> {
18
+ label: string;
19
+ value: T;
20
+ }
21
+ export declare const chartOpacityValues: readonly [1, 0.9, 0.7, 0.5, 0.3, 0.2, 0.1, 0];
22
+ export declare const chartBorderWidthValues: readonly [0, 1, 2, 4, 8];
23
+ export declare const chartLinePointSizeValues: readonly [0, 2, 5, 7, 10, 14];
24
+ export declare const chartTickLengthValues: readonly [6, 12, 18, 24];
25
+ export declare const chartTickWidthValues: readonly [1, 2, 4, 8];
26
+ export declare function createPercentOptions(values?: readonly number[]): IChartPrimitiveOption[];
27
+ export declare function createPxOptions(values: readonly number[]): IChartPrimitiveOption[];
@@ -0,0 +1,9 @@
1
+ import type { Nullable } from '@univerjs/core';
2
+ import type { ReactElement } from 'react';
3
+ export interface IColorPickerControlProps {
4
+ ariaLabel?: string;
5
+ color: Nullable<string>;
6
+ compact?: boolean;
7
+ onChange?: (color: Nullable<string>) => void;
8
+ }
9
+ export declare function ColorPickerControl(props: IColorPickerControlProps): ReactElement;
@@ -0,0 +1,13 @@
1
+ import type { ReactElement, ReactNode } from 'react';
2
+ export interface IDropdownSelectorOption {
3
+ label?: ReactNode;
4
+ value?: string;
5
+ disabled?: boolean;
6
+ }
7
+ export interface IDropdownSelectorProps {
8
+ value: string;
9
+ menus: IDropdownSelectorOption[];
10
+ children: ReactElement | ((visible: boolean) => ReactElement);
11
+ onSelect?: (value: string) => void;
12
+ }
13
+ export declare function DropdownSelector(props: IDropdownSelectorProps): ReactElement;
@@ -0,0 +1,38 @@
1
+ import type { ReactElement } from 'react';
2
+ export interface IFontFormatStyle {
3
+ fontSize: number;
4
+ color: string;
5
+ bold: boolean;
6
+ italic: boolean;
7
+ underline: boolean;
8
+ strikethrough: boolean;
9
+ align?: string;
10
+ alignControl?: boolean;
11
+ }
12
+ export type PropertyChangeFunction<T, K extends keyof T = keyof T> = (name: K, value: T[K]) => void;
13
+ export interface IFontFormatBarProps extends Partial<IFontFormatStyle> {
14
+ className?: string;
15
+ onChange?: PropertyChangeFunction<Omit<IFontFormatStyle, 'controls'>>;
16
+ }
17
+ export interface IFontSizeSelectorProps {
18
+ value?: number;
19
+ onChange?: (fontSize: number) => void;
20
+ }
21
+ export declare function FontSizeSelector(props: IFontSizeSelectorProps): ReactElement;
22
+ export interface IFontColorSelectorProps {
23
+ color?: string;
24
+ onChange?: (color: string) => void;
25
+ }
26
+ export declare function FontColorSelector(props: IFontColorSelectorProps): ReactElement;
27
+ export interface IFontFormatToggleProps {
28
+ active?: boolean;
29
+ type: 'bold' | 'italic';
30
+ onClick?: () => void;
31
+ }
32
+ export declare function FontFormatToggle(props: IFontFormatToggleProps): ReactElement;
33
+ export interface IFontAlignSelectorProps {
34
+ value?: string;
35
+ onChange?: (align: string) => void;
36
+ }
37
+ export declare function FontAlignSelector(props: IFontAlignSelectorProps): ReactElement;
38
+ export declare function FontFormatBar(props: IFontFormatBarProps): ReactElement;
@@ -0,0 +1,14 @@
1
+ export { ChartCheckboxField, ChartColorField, ChartFontField, ChartNumberField, ChartPropertyField, ChartPropertyRow, ChartSelectField, ChartTextField, } from './ChartEditorFields';
2
+ export type { IChartCheckboxFieldProps, IChartColorFieldProps, IChartEditorOption, IChartFontFieldProps, IChartNumberFieldProps, IChartPropertyFieldProps, IChartPropertyRowProps, IChartSelectFieldProps, IChartTextFieldProps, } from './ChartEditorFields';
3
+ export { ChartEditBlockTitle, ChartEditPanelTabs } from './ChartEditPanelScaffold';
4
+ export type { IChartEditBlockTitleProps, IChartEditPanelTabItem, IChartEditPanelTabsProps } from './ChartEditPanelScaffold';
5
+ export { appendInlineTableColumn, appendInlineTableRow, applyInlineTablePaste, ChartInlineTableEditor, coerceInlineTableCell, compactInlineTableValues, normalizeInlineTableValues, } from './ChartInlineTableEditor';
6
+ export type { ChartInlineCellValue, IChartInlineTableEditorProps, } from './ChartInlineTableEditor';
7
+ export { buildChartThemeSelectOptions, buildChartTypeSelectOptions, chartBorderWidthValues, chartLinePointSizeValues, chartOpacityValues, chartTickLengthValues, chartTickWidthValues, chartTypeToIcon, createPercentOptions, createPxOptions, renderChartThemeColorStrip, renderChartTypeSelectLabel, } from './ChartTypeOptions';
8
+ export type { IChartPrimitiveOption, IChartSelectOption, IChartTypeOption } from './ChartTypeOptions';
9
+ export { ColorPickerControl } from './ColorPickerControl';
10
+ export type { IColorPickerControlProps } from './ColorPickerControl';
11
+ export { DropdownSelector } from './DropdownSelector';
12
+ export type { IDropdownSelectorOption, IDropdownSelectorProps } from './DropdownSelector';
13
+ export { FontAlignSelector, FontColorSelector, FontFormatBar, FontFormatToggle, FontSizeSelector } from './FontFormatBar';
14
+ export type { IFontAlignSelectorProps, IFontColorSelectorProps, IFontFormatBarProps, IFontFormatStyle, IFontFormatToggleProps, IFontSizeSelectorProps, PropertyChangeFunction, } from './FontFormatBar';
@@ -0,0 +1,5 @@
1
+ export declare const CHART_UI_PLUGIN_CONFIG_KEY = "chart-ui.config";
2
+ export declare const configSymbol: unique symbol;
3
+ export interface IUniverChartUIConfig {
4
+ }
5
+ export declare const defaultPluginConfig: IUniverChartUIConfig;
@@ -0,0 +1,5 @@
1
+ import { Disposable } from '@univerjs/core';
2
+ import { ComponentManager } from '@univerjs/ui';
3
+ export declare class ChartUiComponentsController extends Disposable {
4
+ constructor(componentManager: ComponentManager);
5
+ }
@@ -0,0 +1,7 @@
1
+ import type { ReactElement } from 'react';
2
+ import type { IChartElementFloatMenuExtraProps } from './types';
3
+ export declare function ChartElementFloatMenu(props: {
4
+ popup: {
5
+ extraProps?: IChartElementFloatMenuExtraProps;
6
+ };
7
+ }): ReactElement | null;
@@ -0,0 +1,10 @@
1
+ import type { IChartElementFloatMenuAdapter, IChartElementFloatMenuAdapterRegistry } from './types';
2
+ import { Disposable } from '@univerjs/core';
3
+ export declare class ChartElementFloatMenuAdapterRegistry extends Disposable implements IChartElementFloatMenuAdapterRegistry {
4
+ private readonly _adapters;
5
+ register(adapterKey: string, adapter: IChartElementFloatMenuAdapter): {
6
+ dispose: () => void;
7
+ };
8
+ get(adapterKey: string): IChartElementFloatMenuAdapter | undefined;
9
+ dispose(): void;
10
+ }