@univerjs-pro/chart-ui 1.0.0-alpha.6 → 1.0.0-alpha.8

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 (91) hide show
  1. package/lib/cjs/index.js +1 -1
  2. package/lib/cjs/locale/ar-SA.js +1 -1
  3. package/lib/cjs/locale/ca-ES.js +1 -1
  4. package/lib/cjs/locale/de-DE.js +1 -1
  5. package/lib/cjs/locale/en-US.js +1 -1
  6. package/lib/cjs/locale/es-ES.js +1 -1
  7. package/lib/cjs/locale/fa-IR.js +1 -1
  8. package/lib/cjs/locale/fr-FR.js +1 -1
  9. package/lib/cjs/locale/id-ID.js +1 -1
  10. package/lib/cjs/locale/it-IT.js +1 -1
  11. package/lib/cjs/locale/ja-JP.js +1 -1
  12. package/lib/cjs/locale/ko-KR.js +1 -1
  13. package/lib/cjs/locale/pl-PL.js +1 -1
  14. package/lib/cjs/locale/pt-BR.js +1 -1
  15. package/lib/cjs/locale/ru-RU.js +1 -1
  16. package/lib/cjs/locale/sk-SK.js +1 -1
  17. package/lib/cjs/locale/vi-VN.js +1 -1
  18. package/lib/cjs/locale/zh-CN.js +1 -1
  19. package/lib/cjs/locale/zh-HK.js +1 -1
  20. package/lib/cjs/locale/zh-TW.js +1 -1
  21. package/lib/es/index.js +1 -1
  22. package/lib/es/locale/ar-SA.js +1 -1
  23. package/lib/es/locale/ca-ES.js +1 -1
  24. package/lib/es/locale/de-DE.js +1 -1
  25. package/lib/es/locale/en-US.js +1 -1
  26. package/lib/es/locale/es-ES.js +1 -1
  27. package/lib/es/locale/fa-IR.js +1 -1
  28. package/lib/es/locale/fr-FR.js +1 -1
  29. package/lib/es/locale/id-ID.js +1 -1
  30. package/lib/es/locale/it-IT.js +1 -1
  31. package/lib/es/locale/ja-JP.js +1 -1
  32. package/lib/es/locale/ko-KR.js +1 -1
  33. package/lib/es/locale/pl-PL.js +1 -1
  34. package/lib/es/locale/pt-BR.js +1 -1
  35. package/lib/es/locale/ru-RU.js +1 -1
  36. package/lib/es/locale/sk-SK.js +1 -1
  37. package/lib/es/locale/vi-VN.js +1 -1
  38. package/lib/es/locale/zh-CN.js +1 -1
  39. package/lib/es/locale/zh-HK.js +1 -1
  40. package/lib/es/locale/zh-TW.js +1 -1
  41. package/lib/index.css +96 -4
  42. package/lib/index.js +1 -1
  43. package/lib/locale/ar-SA.js +1 -1
  44. package/lib/locale/ca-ES.js +1 -1
  45. package/lib/locale/de-DE.js +1 -1
  46. package/lib/locale/en-US.js +1 -1
  47. package/lib/locale/es-ES.js +1 -1
  48. package/lib/locale/fa-IR.js +1 -1
  49. package/lib/locale/fr-FR.js +1 -1
  50. package/lib/locale/id-ID.js +1 -1
  51. package/lib/locale/it-IT.js +1 -1
  52. package/lib/locale/ja-JP.js +1 -1
  53. package/lib/locale/ko-KR.js +1 -1
  54. package/lib/locale/pl-PL.js +1 -1
  55. package/lib/locale/pt-BR.js +1 -1
  56. package/lib/locale/ru-RU.js +1 -1
  57. package/lib/locale/sk-SK.js +1 -1
  58. package/lib/locale/vi-VN.js +1 -1
  59. package/lib/locale/zh-CN.js +1 -1
  60. package/lib/locale/zh-HK.js +1 -1
  61. package/lib/locale/zh-TW.js +1 -1
  62. package/lib/types/components/ChartEditPanelScaffold.d.ts +16 -0
  63. package/lib/types/components/ChartEditorFields.d.ts +6 -3
  64. package/lib/types/components/ChartInlineTableEditor.d.ts +5 -0
  65. package/lib/types/components/ChartPresentationFields.d.ts +2 -1
  66. package/lib/types/components/ChartSemanticDataFields.d.ts +28 -0
  67. package/lib/types/components/ColorPickerControl.d.ts +2 -1
  68. package/lib/types/components/chart-inline-starter-data.d.ts +13 -0
  69. package/lib/types/components/index.d.ts +6 -3
  70. package/lib/types/index.d.ts +2 -2
  71. package/lib/umd/index.js +1 -1
  72. package/lib/umd/locale/ar-SA.js +1 -1
  73. package/lib/umd/locale/ca-ES.js +1 -1
  74. package/lib/umd/locale/de-DE.js +1 -1
  75. package/lib/umd/locale/en-US.js +1 -1
  76. package/lib/umd/locale/es-ES.js +1 -1
  77. package/lib/umd/locale/fa-IR.js +1 -1
  78. package/lib/umd/locale/fr-FR.js +1 -1
  79. package/lib/umd/locale/id-ID.js +1 -1
  80. package/lib/umd/locale/it-IT.js +1 -1
  81. package/lib/umd/locale/ja-JP.js +1 -1
  82. package/lib/umd/locale/ko-KR.js +1 -1
  83. package/lib/umd/locale/pl-PL.js +1 -1
  84. package/lib/umd/locale/pt-BR.js +1 -1
  85. package/lib/umd/locale/ru-RU.js +1 -1
  86. package/lib/umd/locale/sk-SK.js +1 -1
  87. package/lib/umd/locale/vi-VN.js +1 -1
  88. package/lib/umd/locale/zh-CN.js +1 -1
  89. package/lib/umd/locale/zh-HK.js +1 -1
  90. package/lib/umd/locale/zh-TW.js +1 -1
  91. package/package.json +8 -7
package/lib/index.css CHANGED
@@ -39,11 +39,21 @@
39
39
  display: inline-flex;
40
40
  }
41
41
 
42
+ .\!univer-size-6 {
43
+ width: 1.5rem !important;
44
+ height: 1.5rem !important;
45
+ }
46
+
42
47
  .univer-size-5 {
43
48
  width: 1.25rem;
44
49
  height: 1.25rem;
45
50
  }
46
51
 
52
+ .univer-size-full {
53
+ width: 100%;
54
+ height: 100%;
55
+ }
56
+
47
57
  .\!univer-h-7 {
48
58
  height: 1.75rem !important;
49
59
  }
@@ -80,6 +90,10 @@
80
90
  max-height: 18rem;
81
91
  }
82
92
 
93
+ .univer-min-h-0 {
94
+ min-height: 0;
95
+ }
96
+
83
97
  .univer-min-h-8 {
84
98
  min-height: 2rem;
85
99
  }
@@ -132,6 +146,10 @@
132
146
  min-width: 0;
133
147
  }
134
148
 
149
+ .univer-min-w-20 {
150
+ min-width: 5rem;
151
+ }
152
+
135
153
  .univer-min-w-32 {
136
154
  min-width: 8rem;
137
155
  }
@@ -158,10 +176,6 @@
158
176
  transform: translate(var(--univer-tw-translate-x), var(--univer-tw-translate-y)) rotate(var(--univer-tw-rotate)) skewX(var(--univer-tw-skew-x)) skewY(var(--univer-tw-skew-y)) scaleX(var(--univer-tw-scale-x)) scaleY(var(--univer-tw-scale-y));
159
177
  }
160
178
 
161
- .univer-cursor-default {
162
- cursor: default;
163
- }
164
-
165
179
  .univer-cursor-pointer {
166
180
  cursor: pointer;
167
181
  }
@@ -202,6 +216,10 @@
202
216
  gap: .75rem;
203
217
  }
204
218
 
219
+ .univer-self-start {
220
+ align-self: flex-start;
221
+ }
222
+
205
223
  .univer-overflow-auto {
206
224
  overflow: auto;
207
225
  }
@@ -210,6 +228,14 @@
210
228
  overflow: hidden;
211
229
  }
212
230
 
231
+ .univer-overflow-y-auto {
232
+ overflow-y: auto;
233
+ }
234
+
235
+ .univer-overscroll-contain {
236
+ overscroll-behavior: contain;
237
+ }
238
+
213
239
  .univer-truncate {
214
240
  text-overflow: ellipsis;
215
241
  white-space: nowrap;
@@ -236,6 +262,10 @@
236
262
  border-width: 1px;
237
263
  }
238
264
 
265
+ .univer-border-0 {
266
+ border-width: 0;
267
+ }
268
+
239
269
  .univer-border-b {
240
270
  border-bottom-width: 1px;
241
271
  }
@@ -260,6 +290,10 @@
260
290
  border-color: var(--univer-primary-600);
261
291
  }
262
292
 
293
+ .univer-bg-gray-100 {
294
+ background-color: var(--univer-gray-100);
295
+ }
296
+
263
297
  .univer-bg-gray-50 {
264
298
  background-color: var(--univer-gray-50);
265
299
  }
@@ -280,6 +314,10 @@
280
314
  padding: 0;
281
315
  }
282
316
 
317
+ .univer-p-1 {
318
+ padding: .25rem;
319
+ }
320
+
283
321
  .univer-p-1\.5 {
284
322
  padding: .375rem;
285
323
  }
@@ -318,6 +356,11 @@
318
356
  padding-right: .75rem;
319
357
  }
320
358
 
359
+ .univer-px-4 {
360
+ padding-left: 1rem;
361
+ padding-right: 1rem;
362
+ }
363
+
321
364
  .univer-py-0\.5 {
322
365
  padding-top: .125rem;
323
366
  padding-bottom: .125rem;
@@ -400,6 +443,13 @@
400
443
  box-shadow: var(--univer-tw-ring-offset-shadow, 0 0 #0000), var(--univer-tw-ring-shadow, 0 0 #0000), var(--univer-tw-shadow);
401
444
  }
402
445
 
446
+ .univer-shadow-sm {
447
+ --univer-tw-shadow: 0px 1px 2px 0px #1e284d14;
448
+ --univer-tw-shadow-colored: 0px 1px 2px 0px var(--univer-tw-shadow-color);
449
+ box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px #1e284d14;
450
+ box-shadow: var(--univer-tw-ring-offset-shadow, 0 0 #0000), var(--univer-tw-ring-shadow, 0 0 #0000), var(--univer-tw-shadow);
451
+ }
452
+
403
453
  .univer-outline-none {
404
454
  outline-offset: 2px;
405
455
  outline: 2px solid #0000;
@@ -420,6 +470,12 @@
420
470
  --univer-tw-ring-color: var(--univer-primary-50);
421
471
  }
422
472
 
473
+ .univer-transition-colors {
474
+ transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
475
+ transition-duration: .15s;
476
+ transition-timing-function: cubic-bezier(.4, 0, .2, 1);
477
+ }
478
+
423
479
  .univer-transition-transform {
424
480
  transition-property: transform;
425
481
  transition-duration: .15s;
@@ -434,14 +490,46 @@
434
490
  border-color: var(--univer-primary-600);
435
491
  }
436
492
 
493
+ .hover\:univer-text-gray-900:hover {
494
+ color: var(--univer-gray-900);
495
+ }
496
+
437
497
  .focus\:univer-bg-primary-50:focus {
438
498
  background-color: var(--univer-primary-50);
439
499
  }
440
500
 
501
+ .focus-visible\:univer-outline-none:focus-visible {
502
+ outline-offset: 2px;
503
+ outline: 2px solid #0000;
504
+ }
505
+
506
+ .focus-visible\:univer-ring-2:focus-visible {
507
+ --univer-tw-ring-offset-shadow: var(--univer-tw-ring-inset) 0 0 0 var(--univer-tw-ring-offset-width) var(--univer-tw-ring-offset-color);
508
+ --univer-tw-ring-shadow: var(--univer-tw-ring-inset) 0 0 0 calc(2px + var(--univer-tw-ring-offset-width)) var(--univer-tw-ring-color);
509
+ box-shadow: var(--univer-tw-ring-offset-shadow), var(--univer-tw-ring-shadow), 0 0 #0000;
510
+ box-shadow: var(--univer-tw-ring-offset-shadow), var(--univer-tw-ring-shadow), var(--univer-tw-shadow, 0 0 #0000);
511
+ }
512
+
513
+ .focus-visible\:univer-ring-primary-500:focus-visible {
514
+ --univer-tw-ring-color: var(--univer-primary-500);
515
+ }
516
+
517
+ .dark\:\!univer-border-gray-600:where(.univer-dark, .univer-dark *) {
518
+ border-color: var(--univer-gray-600) !important;
519
+ }
520
+
441
521
  .dark\:\!univer-border-gray-700:where(.univer-dark, .univer-dark *) {
442
522
  border-color: var(--univer-gray-700) !important;
443
523
  }
444
524
 
525
+ .dark\:\!univer-bg-gray-700:where(.univer-dark, .univer-dark *) {
526
+ background-color: var(--univer-gray-700) !important;
527
+ }
528
+
529
+ .dark\:\!univer-bg-gray-800:where(.univer-dark, .univer-dark *) {
530
+ background-color: var(--univer-gray-800) !important;
531
+ }
532
+
445
533
  .dark\:\!univer-bg-gray-900:where(.univer-dark, .univer-dark *) {
446
534
  background-color: var(--univer-gray-900) !important;
447
535
  }
@@ -466,6 +554,10 @@
466
554
  --univer-tw-ring-color: var(--univer-primary-900) !important;
467
555
  }
468
556
 
557
+ .dark\:hover\:\!univer-text-white:hover:where(.univer-dark, .univer-dark *) {
558
+ color: var(--univer-white) !important;
559
+ }
560
+
469
561
  .dark\:focus\:\!univer-bg-gray-800:focus:where(.univer-dark, .univer-dark *) {
470
562
  background-color: var(--univer-gray-800) !important;
471
563
  }
package/lib/index.js CHANGED
@@ -1 +1 @@
1
- const _0x584dc2=_0x6066;(function(_0x314f2d,_0x17aa0e){const _0x1711d0=_0x6066,_0x362470=_0x314f2d();while(!![]){try{const _0xa1ed85=parseInt(_0x1711d0(0x22e))/0x1+-parseInt(_0x1711d0(0x293))/0x2+-parseInt(_0x1711d0(0x18d))/0x3+parseInt(_0x1711d0(0x286))/0x4*(parseInt(_0x1711d0(0x170))/0x5)+-parseInt(_0x1711d0(0x218))/0x6*(parseInt(_0x1711d0(0x18a))/0x7)+-parseInt(_0x1711d0(0x256))/0x8+parseInt(_0x1711d0(0x165))/0x9;if(_0xa1ed85===_0x17aa0e)break;else _0x362470['push'](_0x362470['shift']());}catch(_0x930987){_0x362470['push'](_0x362470['shift']());}}}(_0x97cc,0x5c6ba));import{AxisAlignEnum as _0x256aeb,ChartTypeBits as _0x266e7b,LabelContentType as _0x5afcec,LegendPositionEnum as _0x4575bf,PieLabelPosition as _0x47f296,SelectModeEnum as _0x31cd45,TextAlign as _0x586085,TitlePositionEnum as _0x8e8bb3,chartBitsUtils as _0x6af754,defaultChartConfig as _0x198139,getChartHostFrameContentRect as _0x4f9c3b,resolveChartHostFrameBorder as _0xbc4a23,shouldComposeChartHostFrame as _0x5256ed}from'@univerjs-pro/engine-chart';import{Button as _0x2cee8d,Checkbox as _0x264be4,ColorPicker as _0x2e64a6,Dropdown as _0x2f35c2,DropdownMenu as _0x2c7bd8,Input as _0x5becab,InputNumber as _0xc5b6e7,MultipleSelect as _0x565726,Select as _0xedf9ac,Switch as _0x1d1a84,borderClassName as _0x29ca6b,clsx as _0x3a5887,selectClassName as _0x5760d7}from'@univerjs/design';import{DependentOn as _0x17392b,Disposable as _0x2995ac,IConfigService as _0x2a0825,Inject as _0xdc1f07,Injector as _0x99eb1e,LocaleService as _0x4174f1,Plugin as _0x3153bc,UniverInstanceType as _0x44f016,merge as _0x5f4b6c}from'@univerjs/core';import{AlignTextBothIcon as _0x3d45aa,AreaChartIcon as _0x24a6b0,BarChartIcon as _0x8463d2,BoldIcon as _0x822c48,BoxplotIcon as _0x55d565,BubbleIcon as _0x273c7d,CloudOutlineIcon as _0x1502ed,ColumnChartIcon as _0x4b5fb3,ComboChartIcon as _0x309f8a,FontColorDoubleIcon as _0x3f6b1f,FunnelIcon as _0x4e249a,HeatmapIcon as _0x1a2a7d,ItalicIcon as _0x432c58,LineChartIcon as _0x5cbd17,MoreDownIcon as _0x576284,PieChartIcon as _0x3501f4,RadarChartIcon as _0x306370,RelationshipIcon as _0x4cd623,SankeyIcon as _0x30295b,ScatterChartIcon as _0x90aefb,TextWrapShapeIcon as _0x2c7336,WaterfallChartIcon as _0x529931}from'@univerjs/icons';import{ComponentManager as _0x26e6e1,UniverUIPlugin as _0x17731e,useDependency as _0x34bbce,useObservable as _0xf091c0}from'@univerjs/ui';import{useCallback as _0x2e3938,useMemo as _0xda7b6c,useState as _0x150b2f}from'react';import{Fragment as _0x5a1841,jsx as _0x3e3403,jsxs as _0xb3edf4}from'react/jsx-runtime';let Ie=function(_0x5cb9b9){const _0x26c86d=_0x6066;return _0x5cb9b9[_0x26c86d(0x189)]=_0x26c86d(0x232),_0x5cb9b9[_0x26c86d(0x243)]=_0x26c86d(0x1c0),_0x5cb9b9;}({});var Le=class{static[_0x584dc2(0x28f)](_0x53f787){const _0x3fde1d=_0x584dc2;let _0x14ce4d=j(_0x53f787[_0x3fde1d(0x161)][_0x3fde1d(0x261)],_0x53f787['logicalOuterRect'][_0x3fde1d(0x140)],_0x53f787[_0x3fde1d(0x161)][_0x3fde1d(0x1a9)],_0x53f787[_0x3fde1d(0x161)]['height']),_0x361c87=_0x14ce4d;if(_0x53f787[_0x3fde1d(0x21e)]===_0x3fde1d(0x232)&&_0x5256ed(_0x53f787[_0x3fde1d(0x1af)])){let _0x470d53=_0x4f9c3b(_0x14ce4d,_0x53f787[_0x3fde1d(0x1af)]);_0x361c87=j(_0x14ce4d[_0x3fde1d(0x261)]+_0x470d53[_0x3fde1d(0x261)],_0x14ce4d[_0x3fde1d(0x140)]+_0x470d53[_0x3fde1d(0x140)],_0x470d53[_0x3fde1d(0x1a9)],_0x470d53[_0x3fde1d(0x10d)]);}return Object[_0x3fde1d(0x1f1)]({'logicalOuterRect':_0x14ce4d,'logicalContentRect':_0x361c87,'renderedOuterRect':Re(_0x14ce4d,_0x53f787[_0x3fde1d(0x29c)][_0x3fde1d(0x1f2)],_0x53f787[_0x3fde1d(0x29c)][_0x3fde1d(0x1f5)]),'renderedContentRect':Re(_0x361c87,_0x53f787[_0x3fde1d(0x29c)]['scaleX'],_0x53f787[_0x3fde1d(0x29c)][_0x3fde1d(0x1f5)]),'contentMode':_0x53f787['contentMode']});}};function j(_0x29cf61,_0x53a612,_0x5a86e9,_0x30e38c){const _0x447eb7=_0x584dc2;if(M(_0x29cf61,_0x447eb7(0x261)),M(_0x53a612,_0x447eb7(0x140)),M(_0x5a86e9,_0x447eb7(0x1a9)),M(_0x30e38c,_0x447eb7(0x10d)),_0x5a86e9<0x0||_0x30e38c<0x0)throw RangeError(_0x447eb7(0x21d));return Object[_0x447eb7(0x1f1)]({'left':_0x29cf61,'top':_0x53a612,'width':_0x5a86e9,'height':_0x30e38c});}function Re(_0x85c9a9,_0x5894f1,_0x53af01){const _0x13f33e=_0x584dc2;if(M(_0x5894f1,_0x13f33e(0x1f2)),M(_0x53af01,_0x13f33e(0x1f5)),_0x5894f1<0x0||_0x53af01<0x0)throw RangeError(_0x13f33e(0x1bc));return j(_0x85c9a9[_0x13f33e(0x261)]*_0x5894f1,_0x85c9a9[_0x13f33e(0x140)]*_0x53af01,_0x85c9a9['width']*_0x5894f1,_0x85c9a9['height']*_0x53af01);}function M(_0x1f5a99,_0x80f31d){const _0x12a2fb=_0x584dc2;if(!Number[_0x12a2fb(0x203)](_0x1f5a99))throw TypeError(_0x80f31d+_0x12a2fb(0x132));}function N(_0x1f3b47){'@babel/helpers - typeof';const _0x329054=_0x584dc2;return N=typeof Symbol=='function'&&typeof Symbol['iterator']==_0x329054(0x270)?function(_0x395eed){return typeof _0x395eed;}:function(_0x179f73){const _0x4e71ea=_0x329054;return _0x179f73&&typeof Symbol==_0x4e71ea(0x148)&&_0x179f73[_0x4e71ea(0x183)]===Symbol&&_0x179f73!==Symbol[_0x4e71ea(0x240)]?'symbol':typeof _0x179f73;},N(_0x1f3b47);}function ze(_0x1be657,_0xe068ed){const _0x31c9df=_0x584dc2;if(N(_0x1be657)!=_0x31c9df(0x14b)||!_0x1be657)return _0x1be657;var _0x4e9ebc=_0x1be657[Symbol[_0x31c9df(0x250)]];if(_0x4e9ebc!==void 0x0){var _0x2b8563=_0x4e9ebc[_0x31c9df(0x164)](_0x1be657,_0xe068ed||'default');if(N(_0x2b8563)!=_0x31c9df(0x14b))return _0x2b8563;throw TypeError('@@toPrimitive\x20must\x20return\x20a\x20primitive\x20value.');}return(_0xe068ed===_0x31c9df(0x1e4)?String:Number)(_0x1be657);}function Be(_0x36068f){const _0x365df8=_0x584dc2;var _0x5ffb05=ze(_0x36068f,_0x365df8(0x1e4));return N(_0x5ffb05)==_0x365df8(0x270)?_0x5ffb05:_0x5ffb05+'';}function P(_0x323b8c,_0x3504cd,_0x92407b){const _0x2a8c1e=_0x584dc2;return(_0x3504cd=Be(_0x3504cd))in _0x323b8c?Object[_0x2a8c1e(0x198)](_0x323b8c,_0x3504cd,{'value':_0x92407b,'enumerable':!0x0,'configurable':!0x0,'writable':!0x0}):_0x323b8c[_0x3504cd]=_0x92407b,_0x323b8c;}function Ve(_0x4a41a7,_0x4c2913){const _0x470a79=_0x584dc2;var _0x366463,_0x3596eb;let _0x141993=_0xbc4a23(_0x4c2913);return JSON[_0x470a79(0x130)]({'outer':_0x4a41a7[_0x470a79(0x161)],'content':_0x4a41a7[_0x470a79(0x1b4)],'rendered':_0x4a41a7[_0x470a79(0x1c7)],'mode':_0x4a41a7[_0x470a79(0x21e)],'fill':(_0x366463=_0x4c2913['fill'])==null?'':_0x366463,'border':_0x141993,'radius':(_0x3596eb=_0x4c2913[_0x470a79(0x1de)])==null?0x0:_0x3596eb});}var He=class{constructor(_0x4f2055){const _0x594254=_0x584dc2;this['_root']=_0x4f2055,P(this,'mountNode',void 0x0),P(this,_0x594254(0x144),void 0x0),P(this,_0x594254(0x1cc),null),P(this,_0x594254(0x153),''),this[_0x594254(0x144)]=document[_0x594254(0x24e)](_0x594254(0x1a3)),this[_0x594254(0x144)][_0x594254(0x214)]=_0x594254(0x278),this[_0x594254(0x1b8)]=document['createElement']('div'),this[_0x594254(0x1b8)]['className']=_0x594254(0x24b),this[_0x594254(0x144)][_0x594254(0x25e)](this[_0x594254(0x1b8)]),this['_root'][_0x594254(0x25e)](this[_0x594254(0x144)]);}[_0x584dc2(0x255)](_0xc729a0,_0x42faff){const _0x132cc5=_0x584dc2;var _0x10fa9e,_0x45a2b2,_0x417d0c;let _0x3f1f14=Ve(_0xc729a0,_0x42faff);if(_0x3f1f14===this['_stateKey'])return;this[_0x132cc5(0x153)]=_0x3f1f14;let _0x5c1875=_0xc729a0[_0x132cc5(0x161)],_0x313c37=_0xc729a0['logicalContentRect'],_0x4656b2=_0x5c1875[_0x132cc5(0x1a9)]===0x0?0x1:_0xc729a0['renderedOuterRect'][_0x132cc5(0x1a9)]/_0x5c1875[_0x132cc5(0x1a9)],_0x57e2cc=_0x5c1875[_0x132cc5(0x10d)]===0x0?0x1:_0xc729a0[_0x132cc5(0x1c7)]['height']/_0x5c1875[_0x132cc5(0x10d)],_0x24960c=_0xbc4a23(_0x42faff),_0x3be077=_0xc729a0['contentMode']===_0x132cc5(0x232)?(_0x10fa9e=_0x24960c==null?void 0x0:_0x24960c[_0x132cc5(0x1a9)])==null?0x0:_0x10fa9e:0x0,_0xe33294=Math['max'](0x0,Number[_0x132cc5(0x203)](_0x42faff[_0x132cc5(0x1de)])?(_0x45a2b2=_0x42faff[_0x132cc5(0x1de)])==null?0x0:_0x45a2b2:0x0);if(Object['assign'](this['_frameNode'][_0x132cc5(0x109)],{'position':'absolute','left':_0x5c1875[_0x132cc5(0x261)]+'px','top':_0x5c1875[_0x132cc5(0x140)]+'px','width':_0x5c1875[_0x132cc5(0x1a9)]+'px','height':_0x5c1875[_0x132cc5(0x10d)]+'px','transform':_0x132cc5(0x147)+_0x4656b2+',\x20'+_0x57e2cc+')','transformOrigin':'top\x20left','boxSizing':_0x132cc5(0x28b),'overflow':_0x132cc5(0x258),'borderRadius':_0xe33294+'px','backgroundColor':(_0x417d0c=_0x42faff['fill'])==null?'':_0x417d0c,'border':_0xc729a0['contentMode']===_0x132cc5(0x232)&&_0x24960c?_0x24960c[_0x132cc5(0x1a9)]+_0x132cc5(0x249)+_0x24960c[_0x132cc5(0x219)]:'0'}),Object['assign'](this[_0x132cc5(0x1b8)]['style'],{'position':_0x132cc5(0x24c),'left':_0x313c37[_0x132cc5(0x261)]-_0x5c1875[_0x132cc5(0x261)]-_0x3be077+'px','top':_0x313c37['top']-_0x5c1875[_0x132cc5(0x140)]-_0x3be077+'px','width':_0x313c37[_0x132cc5(0x1a9)]+'px','height':_0x313c37[_0x132cc5(0x10d)]+'px','border':'0','boxSizing':_0x132cc5(0x26e),'overflow':_0x132cc5(0x258)}),_0xc729a0[_0x132cc5(0x21e)]==='overlay')this[_0x132cc5(0x1cc)]!=null||(this['_borderNode']=this['_createBorderNode']()),this['_borderNode'][_0x132cc5(0x109)][_0x132cc5(0x202)]=_0x24960c?_0x24960c[_0x132cc5(0x1a9)]+_0x132cc5(0x249)+_0x24960c['color']:'0';else{var _0x3175f7;(_0x3175f7=this[_0x132cc5(0x1cc)])==null||_0x3175f7[_0x132cc5(0x1fe)](),this[_0x132cc5(0x1cc)]=null;}}['dispose'](){const _0x2a9cc8=_0x584dc2;this[_0x2a9cc8(0x144)][_0x2a9cc8(0x1fe)](),this[_0x2a9cc8(0x1cc)]=null;}[_0x584dc2(0x20d)](){const _0x2c131c=_0x584dc2;let _0x3aadfe=document[_0x2c131c(0x24e)]('div');return _0x3aadfe[_0x2c131c(0x214)]=_0x2c131c(0x24a),Object[_0x2c131c(0x213)](_0x3aadfe[_0x2c131c(0x109)],{'position':_0x2c131c(0x24c),'left':'0','top':'0','width':_0x2c131c(0x277),'height':_0x2c131c(0x277),'boxSizing':_0x2c131c(0x28b),'pointerEvents':_0x2c131c(0x296),'borderRadius':_0x2c131c(0x228)}),this[_0x2c131c(0x144)][_0x2c131c(0x25e)](_0x3aadfe),_0x3aadfe;}};const Ue=0x8,We=0x3e8,Ge=0x1;let Ke=function(_0x38404a){const _0x44c9b1=_0x584dc2;return _0x38404a[_0x44c9b1(0x28d)]=_0x44c9b1(0x143),_0x38404a[_0x44c9b1(0x1e2)]=_0x44c9b1(0x244),_0x38404a[_0x44c9b1(0x160)]=_0x44c9b1(0x163),_0x38404a[_0x44c9b1(0x19f)]=_0x44c9b1(0x27f),_0x38404a[_0x44c9b1(0x1e1)]=_0x44c9b1(0x292),_0x38404a;}({});function F(_0x41c6ae){const _0x1edd31=_0x584dc2;let {ariaLabel:_0x1fa166,color:_0x2d0374,compact:_0x4c0782=!0x1,onChange:_0x130262}=_0x41c6ae,[_0xe75238,_0x1f22ac]=_0x150b2f(!0x1),_0xdea9c2=_0x34bbce(_0x4174f1),_0x133755=_0x2d0374===_0x1edd31(0x124)||_0x2d0374==null,_0x43c7a3=_0x2e3938(_0x5d4caf=>{_0x130262==null||_0x130262(_0x5d4caf),_0x1f22ac(!0x1);},[_0x130262]),_0x3f5b00=_0x4c0782?_0x3e3403(_0x2cee8d,{'asChild':!0x0,'className':_0x1edd31(0x276),'children':_0x3e3403(_0x1edd31(0x1dc),{'aria-label':_0x1fa166,'type':'button','children':_0x3e3403(_0x1edd31(0x253),{'className':_0x3a5887('univer-block\x20univer-shrink-0\x20univer-rounded-sm',_0x29ca6b),'style':{'backgroundColor':_0x133755?'#ffffff':_0x2d0374,'height':0x14,'width':0x14}})})}):_0xb3edf4(_0x1edd31(0x1dc),{'aria-label':_0x1fa166,'className':_0x3a5887(_0x5760d7,_0x1edd31(0x127),{'univer-border-primary-600\x20univer-outline-none\x20univer-ring-2\x20univer-ring-primary-50\x20dark:!univer-ring-primary-900':_0xe75238,'univer-cursor-pointer':!_0xe75238}),'type':'button','children':[_0x133755?_0x3e3403(_0x1edd31(0x1a3),{'className':_0x1edd31(0x236),'children':_0xdea9c2['t'](_0x1edd31(0x299))}):_0x3e3403('div',{'className':_0x3a5887(_0x1edd31(0x262),_0x29ca6b),'style':{'backgroundColor':_0x2d0374}}),_0x3e3403(_0x576284,{'className':_0x1edd31(0x1a1)})]});return _0x3e3403(_0x2f35c2,{'overlay':_0xb3edf4(_0x1edd31(0x1a3),{'className':_0x1edd31(0x138),'children':[_0x3e3403(_0x2cee8d,{'className':_0x1edd31(0x274),'onClick':()=>_0x43c7a3(null),'children':_0xdea9c2['t'](_0x1edd31(0x122))}),_0x3e3403(_0x2e64a6,{'value':_0x133755?_0x1edd31(0x13c):_0x2d0374,'onChange':_0x43c7a3})]}),'open':_0xe75238,'onOpenChange':_0x1f22ac,'children':_0x3f5b00});}function _0x6066(_0x37ed1d,_0x11d4be){_0x37ed1d=_0x37ed1d-0x107;const _0x97ccf5=_0x97cc();let _0x60664f=_0x97ccf5[_0x37ed1d];return _0x60664f;}function I(_0x4b2c84){const _0x125ba5=_0x584dc2;let {value:_0x1d75f4,menus:_0x18a792,onSelect:_0x113f69,children:_0x141fad}=_0x4b2c84,[_0x5b83b6,_0x5c7392]=_0x150b2f(!0x1);return _0x3e3403(_0x2c7bd8,{'items':[{'type':_0x125ba5(0x1cf),'value':_0x1d75f4,'options':_0x18a792,'onSelect':_0x15baea=>_0x113f69==null?void 0x0:_0x113f69(_0x15baea)}],'open':_0x5b83b6,'onOpenChange':_0x5c7392,'children':typeof _0x141fad==_0x125ba5(0x148)?_0x141fad(_0x5b83b6):_0x141fad});}const qe=[{'label':'10','value':'10'},{'label':'12','value':'12'},{'label':'14','value':'14'},{'label':'16','value':'16'},{'label':'18','value':'18'},{'label':'20','value':'20'},{'label':'24','value':'24'},{'label':'30','value':'30'},{'label':'36','value':'36'}],L=_0x584dc2(0x1e8);function Je(_0x4e3210){const _0x23a018=_0x584dc2;let {value:_0x295d73=_0x198139[_0x23a018(0x1ce)]['titleFontSize'],onChange:_0x45c490}=_0x4e3210;return _0x3e3403(I,{'value':_0x295d73['toString'](),'menus':qe[_0x23a018(0x1b5)](_0x2a8ec1=>({..._0x2a8ec1})),'onSelect':_0x4da148=>_0x45c490==null?void 0x0:_0x45c490(Number(_0x4da148)),'children':_0x8523b5=>_0xb3edf4('button',{'aria-label':'Font\x20size','className':_0x3a5887(L,_0x23a018(0x190)),'type':_0x23a018(0x1dc),'children':[_0x3e3403(_0x23a018(0x253),{'children':_0x295d73}),_0x3e3403(_0x576284,{'className':_0x3a5887(_0x23a018(0x12a),{'univer-rotate-180':_0x8523b5})})]})});}function _0x97cc(){const _0x1acff0=['waterfallSeries','none','ColumnPercentStacked','chart-ui.floatMenu.field.position','chart-ui.common.default','paretoBarSeries','SUBTITLE','scale','univer-max-h-72\x20univer-overflow-auto\x20univer-rounded-lg\x20univer-border\x20univer-border-solid\x20univer-border-gray-200\x20univer-bg-white\x20dark:!univer-border-gray-700\x20dark:!univer-bg-gray-900','Close','univer-w-full\x20!univer-min-w-0','Single','Bottom','fillOpacity','AXIS_ALIGN','chart-ui.config','chart-ui.floatMenu.field.mode','style','titlePosition','popup','parseFromString','height','_config','WordCloud','chart-ui.floatMenu.option.axisAlign.start','chart-ui.floatMenu.option.textAlign.center','add','rightYAxisLine','type','from','chart-ui.floatMenu.field.subtitle','Inside','gridLine','getOwnPropertyDescriptor','RightYAxis','chart-ui.floatMenu.control.labels','chart-ui.floatMenu.field.borderColor','SeriesStyle','clipboardData','waterfallStyle','visualMapType','chart-ui.floatMenu.action.bold','chart-ui.common.reset','text/html','transparent','every','Y_AXIS_OPTIONS','univer-w-full\x20!univer-min-w-0\x20univer-text-gray-500\x20hover:univer-border-primary-600\x20dark:!univer-text-white','piecewise','AreaPercentStacked','univer-transition-transform\x20univer-duration-300','xAxis','setState','PieStyle','chart-ui.floatMenu.action.more','End','stringify','chart-ui.floatMenu.option.position.hide','\x20must\x20be\x20finite.','univer-flex\x20univer-flex-col\x20univer-gap-3','setConfig','_injector','directEdit','titleKey','univer-flex\x20univer-flex-col\x20univer-items-center\x20univer-gap-3\x20univer-p-3\x20univer-pb-3\x20univer-text-sm','chart-ui.floatMenu.field.title','rightYAxis','RIGHT_Y_AXIS_OPTIONS','#ffffff','LEGEND_SELECT_MODE','univer-mt-2\x20univer-text-sm\x20univer-leading-4\x20univer-text-gray-900\x20dark:!univer-text-white','legendName','top','CLOSE','number','scatterXIndex','_frameNode','SERIES','TOP','scale(','function','Pie','get','object','chart-ui.floatMenu.menuTitle.mark','labelContentType','titleAlign','chart-ui.floatMenu.option.axisAlign.end','LEFT','chart-ui.floatMenu.option.legendSelectMode.close','some','_stateKey','MARK_COLOR_WRAPPER','fontSize','icon','seriesIndex','univer-flex\x20univer-gap-2','baseOn','chart-ui.floatMenu.option.position.outside','bold','univer-box-border\x20univer-h-9\x20univer-w-full\x20univer-border-none\x20univer-bg-transparent\x20univer-px-2\x20univer-text-sm\x20univer-text-gray-900\x20univer-outline-none\x20focus:univer-bg-primary-50\x20dark:!univer-text-white\x20dark:focus:!univer-bg-gray-800','univer-ml-1\x20univer-transition-transform\x20univer-duration-300','univer-inline-flex\x20univer-w-max\x20univer-flex-col\x20univer-items-start\x20univer-gap-1.5','series','ScatterLabelIndex','logicalOuterRect','DATA_LABEL','scatterLabelIndex','call','13268646uZfAqJ','getData','chart-ui.floatMenu.menuTitle.dataPoint','tick','Top','italic','Right','chart-ui.floatMenu.option.textAlign.left','WaterfallSeries','dispose','checked','6950YavdET','mark','YAxis','LABEL_TEXT','Center','univer-truncate\x20univer-text-sm\x20univer-text-gray-900\x20dark:!univer-text-white','Legend','xAxisOptions','dataLabel','univer-min-w-32\x20univer-border\x20univer-border-solid\x20univer-border-gray-100\x20univer-p-0\x20dark:!univer-border-gray-700','univer-mr-5\x20univer-cursor-default\x20univer-py-4\x20univer-text-center\x20univer-text-sm\x20univer-font-semibold','labelKey','PERCENTAGE','querySelectorAll','Percentage','subtitle','Pareto','textContent','labelPosition','constructor','univer-mx-auto\x20univer-mt-2\x20univer-h-1\x20univer-w-1/2\x20univer-rounded-md','test','chart-ui.floatMenu.field.rotate','min','align','Inset','959VCWtYD','verticalAxis','AreaStacked','106791demFeh','TITLE_POSITION','chart-ui.floatMenu.menuTitle.legend','univer-gap-1','SERIES_STYLE_MAP','borderStyle','register','Series','set','PIECEWISE','XAxis','defineProperty','chart-ui.floatMenu.menuTitle.chart','MARK','decorate','chart-ui.floatMenu.option.legendSelectMode.single','PANEL_SELECT','CategoryName','BubbleSeriesIndex','\x0a\x20\x20\x20\x20\x20\x20univer-whitespace-nowrap\x20univer-text-sm\x20univer-font-medium\x20univer-text-gray-900\x0a\x20\x20\x20\x20\x20\x20dark:!univer-text-gray-100\x0a\x20\x20\x20\x20','univer-flex-shrink-0\x20dark:!univer-text-white','VerticalAxis','div','paretoLineSeries','children','yAxisLabel','reduce','HIDE','width','legendStyle','title','Bubble','Data','axisTitleAlign','hostStyle','CENTER','trim','chart-ui.floatMenu.option.position.right','seriesStyle','logicalContentRect','map','pieBorderColor','table','mountNode','Doughnut','titleFontSize','Heatmap','Chart\x20frame\x20scales\x20cannot\x20be\x20negative.','barStyle','chartStyle','univer-text-xs\x20univer-leading-5\x20univer-text-gray-500\x20dark:!univer-text-gray-400','overlay','MULTIPLE_SELECT_WRAPPER','chart-ui.floatMenu.menuTitle.subtitle','options','HorizontalAxis','pluginName','chart-ui.floatMenu.option.position.left','renderedOuterRect','input','chart-ui.floatMenu.option.labelText.percentage','chart-ui.floatMenu.menuTitle.rightVerticalAxis','chart-ui.floatMenu.menuTitle.series','_borderNode','clear','textStyle','radio','CONTINUOUS','wrap','Area','_adapters','_configService','ParetoLineSeries','univer-w-full\x20univer-border-collapse\x20univer-text-sm','default','preventDefault','univer-flex\x20univer-w-max\x20univer-items-center\x20univer-gap-2','legend','relation','button','yAxisTitle','radius','Relation','visible','BubbleSizeIndex','ScatterYIndex','axis','string','disposeWithMe','Line','univer-mb-2\x20univer-text-sm\x20univer-text-gray-600\x20dark:!univer-text-gray-200','\x0a\x20\x20univer-leading-1\x20univer-flex\x20univer-cursor-pointer\x20univer-items-center\x20univer-rounded-sm\x20univer-text-sm\x0a\x20\x20univer-border-none\x20univer-bg-transparent\x20univer-px-1.5\x20univer-py-1\x0a','Scatter','univer-box-border\x20univer-flex\x20univer-w-fit\x20univer-items-center\x20univer-gap-1.5\x20univer-rounded-md\x20univer-px-1\x20univer-py-0.5','Subtitle','XAxisTitle','chart-ui.floatMenu.menuTitle.gridline','kind','LEGEND','chart-ui.inlineTable.addColumn','freeze','scaleX','TITLES','forEach','scaleY','value','yAxisLine','xAxisLabel','ROW','ChartAndAxisTitles','1.0.0-alpha.6','paretoStyle','chart-ui.floatMenu.option.labelText.value','remove','ChartStyle','Sankey','BODY','border','isFinite','position','seriesId','TICK','xAxisTitle','chart-ui.presentation.wrapLegend','univer-text-base','toLowerCase','PARETO_STYLE','chart-ui.floatMenu.option.textAlign.right','_createBorderNode','Column','max','chart-ui.floatMenu.menuTitle.verticalAxis','delete','START','assign','className','ROOT','CATEGORY','target','29298FGfMxj','color','tbody','CHART','OUTSIDE','Chart\x20frame\x20dimensions\x20cannot\x20be\x20negative.','contentMode','dataIndex','chart-ui.floatMenu.option.labelText.category','getState','extraProps','seriesStyleMap','label','part','X_AXIS_OPTIONS','Funnel','inherit','scope','chart-ui.floatMenu.option.legendSelectMode.multiple','Title','UNIVER_UNKNOWN','\x0a\x20\x20\x20\x20\x20\x20univer-inline-flex\x20univer-h-fit\x20univer-w-fit\x20univer-max-w-[760px]\x20univer-flex-col\x20univer-items-start\x0a\x20\x20\x20\x20\x20\x20univer-gap-1.5\x20univer-rounded-md\x20univer-bg-white\x20univer-px-3\x20univer-py-2\x0a\x20\x20\x20\x20\x20\x20univer-text-sm\x20univer-text-gray-900\x0a\x20\x20\x20\x20\x20\x20univer-shadow-md\x0a\x20\x20\x20\x20\x20\x20dark:!univer-bg-gray-900\x20dark:!univer-text-white\x0a\x20\x20\x20\x20','322970yISsaz','pie','univer-flex\x20univer-items-center\x20univer-border-b\x20univer-border-gray-200','CONTROL_WRAPPER','inset','VALUE','TITLE','chart-ui.floatMenu.field.align','univer-flex-1\x20univer-truncate\x20univer-text-sm\x20univer-text-gray-500\x20dark:!univer-text-white','VISUAL_MAP_TYPE','Boxplot','slice','toString','OPTION','content','Empty','POSITION','univer-w-8','prototype','onChange','YAxisTitle','Overlay','scatterYIndex','univer-inline-flex\x20univer-w-max\x20univer-items-center\x20univer-gap-1.5','!univer-h-8\x20univer-w-full\x20univer-text-sm','Left','univer-flex\x20univer-min-w-0\x20univer-items-center\x20univer-gap-2','px\x20solid\x20','chart-host-border','chart-host','absolute','chartType','createElement','univer-w-36\x20univer-shrink-0','toPrimitive','rightYAxisTitle','bar','span','univer-flex\x20univer-h-7\x20univer-w-full\x20univer-flex-row\x20univer-items-center\x20univer-overflow-hidden\x20univer-rounded-sm','update','4503600yqlWez','pieStyle','hidden','ColumnStacked','Hide','Style','alignControl','VERTICAL_AXIS','appendChild','placeholder','RIGHT','left','univer-size-5','univer-mb-2\x20univer-mt-4\x20univer-text-sm\x20univer-font-medium\x20univer-text-gray-900\x20dark:!univer-text-white','chart-ui.inlineTable.addRow','PIE_LABEL_STYLE','MENU_TITLE','mini','univer-w-52','axisId','ParetoBarSeries','chart-ui.floatMenu.option.axisAlign.center','ROW_FULL','INLINE_FONT_CONTROLS','content-box','chart-ui.floatMenu.field.opacity','symbol','_componentManager','Waterfall','version','univer-w-full','HORIZONTAL_AXIS','!univer-h-8\x20!univer-w-9\x20!univer-px-1\x20!univer-py-0','100%','chart-host-frame','wordCloud','axisTitle','LEGEND_STYLE','chart-ui.floatMenu.field.map','INSIDE','BOTTOM','bubbleSeriesIndex','_registerComponents','lineStyle','filter','packageName','Bold','length','1584MMXZxJ','RightVerticalAxis','GRIDLINE','univer-text-primary-600','Combination','border-box','!univer-h-7\x20!univer-w-full','ScatterXIndex','chart-ui.floatMenu.menuTitle.horizontalAxis','resolve','Bar','join','bubbleSizeIndex','1403264McGLmr','small'];_0x97cc=function(){return _0x1acff0;};return _0x97cc();}function Ye(_0x3bb770){const _0xd3c812=_0x584dc2;let {color:_0xefd8f,onChange:_0x20c6aa}=_0x3bb770,[_0x319f32,_0x4e7a1f]=_0x150b2f(!0x1);return _0x3e3403(_0x2f35c2,{'overlay':_0x3e3403(_0xd3c812(0x1a3),{'className':'univer-p-1.5\x20univer-text-xs','children':_0x3e3403(_0x2e64a6,{'value':_0xefd8f,'onChange':_0xd066d0=>_0x20c6aa==null?void 0x0:_0x20c6aa(_0xd066d0)})}),'open':_0x319f32,'onOpenChange':_0x4e7a1f,'children':_0xb3edf4(_0xd3c812(0x1dc),{'aria-label':'Font\x20color','className':L,'type':_0xd3c812(0x1dc),'children':[_0x3e3403(_0x3f6b1f,{'className':_0xd3c812(0x209),'extend':{'colorChannel1':_0xefd8f==null?_0x198139[_0xd3c812(0x1ce)]['color']:_0xefd8f}}),_0x3e3403(_0x576284,{'className':_0x3a5887(_0xd3c812(0x15d),{'univer-rotate-180':_0x319f32})})]})});}function R(_0x46d192){const _0x289f44=_0x584dc2;let {active:_0x25fb0a,type:_0x43052a,onClick:_0x3d656b}=_0x46d192,_0x14624b=_0x43052a===_0x289f44(0x15b)?_0x822c48:_0x432c58;return _0x3e3403(_0x289f44(0x1dc),{'aria-label':_0x43052a==='bold'?_0x289f44(0x284):'Italic','aria-pressed':!!_0x25fb0a,'className':_0x3a5887(L,{'univer-bg-gray-50\x20univer-text-primary-600':_0x25fb0a}),'onClick':_0x3d656b,'type':'button','children':_0x3e3403(_0x14624b,{})});}function Xe(_0x3a4338){const _0x2ead1d=_0x584dc2;var _0x172ccf;let {value:_0x5abebd,onChange:_0x2e3ed0}=_0x3a4338,_0x55eaf7=_0x34bbce(_0x4174f1),_0x2c32df=[{'label':_0x55eaf7['t'](_0x2ead1d(0x16c)),'value':_0x586085[_0x2ead1d(0x247)]},{'label':_0x55eaf7['t'](_0x2ead1d(0x111)),'value':_0x586085[_0x2ead1d(0x174)]},{'label':_0x55eaf7['t'](_0x2ead1d(0x20c)),'value':_0x586085[_0x2ead1d(0x16b)]}];return _0x3e3403(I,{'value':(_0x172ccf=_0x5abebd==null?void 0x0:_0x5abebd[_0x2ead1d(0x23a)]())==null?'':_0x172ccf,'menus':_0x2c32df[_0x2ead1d(0x1b5)](_0x26bffd=>({..._0x26bffd})),'onSelect':_0x5f1ce4=>_0x2e3ed0==null?void 0x0:_0x2e3ed0(_0x5f1ce4),'children':_0x3e3403(_0x2ead1d(0x1dc),{'aria-label':'Text\x20align','className':L,'type':_0x2ead1d(0x1dc),'children':_0x3e3403(_0x3d45aa,{})})});}function Ze(_0x5dec39){const _0x2a8d80=_0x584dc2;let {align:_0x3a4c9f,alignControl:_0x5b956a=!0x1,bold:_0x48cf4b,className:_0x59c1c7,color:_0x294cc9,fontSize:_0x48094c=_0x198139[_0x2a8d80(0x1ce)]['titleFontSize'],italic:_0x1fa0c4,onChange:_0x184b82}=_0x5dec39;return _0xb3edf4(_0x2a8d80(0x1a3),{'className':_0x3a5887(_0x2a8d80(0x1ea),_0x29ca6b,_0x59c1c7),'children':[_0x3e3403(Je,{'value':_0x48094c,'onChange':_0x44db04=>_0x184b82==null?void 0x0:_0x184b82(_0x2a8d80(0x155),_0x44db04)}),_0x3e3403(Ye,{'color':_0x294cc9,'onChange':_0x501d5f=>_0x184b82==null?void 0x0:_0x184b82(_0x2a8d80(0x219),_0x501d5f)}),_0x5b956a&&_0x3e3403(Xe,{'value':_0x3a4c9f,'onChange':_0x6069ba=>_0x184b82==null?void 0x0:_0x184b82(_0x2a8d80(0x188),_0x6069ba)}),_0x3e3403(R,{'active':_0x48cf4b,'type':_0x2a8d80(0x15b),'onClick':()=>_0x184b82==null?void 0x0:_0x184b82('bold',!_0x48cf4b)}),_0x3e3403(R,{'active':_0x1fa0c4,'type':_0x2a8d80(0x16a),'onClick':()=>_0x184b82==null?void 0x0:_0x184b82(_0x2a8d80(0x16a),!_0x1fa0c4)})]});}function z(_0x328082){const _0x2b3888=_0x584dc2;return _0xb3edf4('label',{'className':'univer-flex\x20univer-min-w-0\x20univer-flex-1\x20univer-flex-col\x20univer-justify-between','children':[_0x3e3403('span',{'className':_0x2b3888(0x1e7),'children':_0x328082[_0x2b3888(0x224)]}),_0x328082['children']]});}function Qe(_0x176eba){const _0x564d0b=_0x584dc2;return _0x3e3403('div',{'className':'univer-mb-2\x20univer-flex\x20univer-min-w-0\x20univer-justify-between\x20univer-gap-2\x20univer-p-0','children':_0x176eba[_0x564d0b(0x1a5)]});}function $e(_0x12cf66){const _0x4b005c=_0x584dc2;var _0x2a8939;return _0x3e3403(z,{'label':_0x12cf66['label'],'children':_0x3e3403(_0xedf9ac,{'aria-label':_0x12cf66[_0x4b005c(0x224)],'className':_0x4b005c(0x29f),'value':(_0x2a8939=_0x12cf66[_0x4b005c(0x1f6)])==null?'':_0x2a8939,'options':_0x12cf66[_0x4b005c(0x1c3)],'onChange':_0x5d65cf=>_0x12cf66[_0x4b005c(0x241)](_0x5d65cf)})});}function et(_0x19f3c2){const _0x28126d=_0x584dc2;return _0x3e3403('div',{'className':_0x28126d(0x13e),'children':_0x3e3403(_0x264be4,{'checked':_0x19f3c2[_0x28126d(0x16f)],'onChange':_0xc8890d=>_0x19f3c2['onChange'](!!_0xc8890d),'children':_0x19f3c2[_0x28126d(0x224)]})});}function tt(_0x25be79){const _0x4af297=_0x584dc2;return _0xb3edf4(_0x4af297(0x1a3),{'className':'univer-flex\x20univer-min-h-8\x20univer-items-center\x20univer-justify-between\x20univer-gap-3\x20univer-text-sm\x20univer-text-gray-900\x20dark:!univer-text-white','children':[_0xb3edf4(_0x4af297(0x253),{'className':_0x4af297(0x248),'children':[_0x25be79[_0x4af297(0x156)]&&_0x3e3403(_0x4af297(0x253),{'className':'univer-flex\x20univer-shrink-0\x20univer-items-center\x20univer-text-base','children':_0x25be79[_0x4af297(0x156)]}),_0x3e3403(_0x4af297(0x253),{'className':'univer-truncate','children':_0x25be79[_0x4af297(0x224)]})]}),_0x3e3403(_0x1d1a84,{'defaultChecked':_0x25be79['checked'],'onChange':_0x25be79[_0x4af297(0x241)]})]});}function nt(_0x8844ce){const _0x4640d6=_0x584dc2;return _0x3e3403(z,{'label':_0x8844ce[_0x4640d6(0x224)],'children':_0x3e3403(_0xc5b6e7,{'aria-label':_0x8844ce[_0x4640d6(0x224)],'className':_0x4640d6(0x274),'max':_0x8844ce['max'],'min':_0x8844ce[_0x4640d6(0x187)],'step':_0x8844ce['step'],'value':_0x8844ce[_0x4640d6(0x1f6)],'onChange':_0x4e50a2=>{const _0x398e3e=_0x4640d6;let _0x184760=Number(_0x4e50a2);_0x8844ce[_0x398e3e(0x241)](Number[_0x398e3e(0x203)](_0x184760)?_0x184760:void 0x0);}})});}function rt(_0x9994d9){const _0x5346ec=_0x584dc2;var _0x5444da;return _0x3e3403(z,{'label':_0x9994d9[_0x5346ec(0x224)],'children':_0x3e3403(_0x5becab,{'aria-label':_0x9994d9[_0x5346ec(0x224)],'value':(_0x5444da=_0x9994d9[_0x5346ec(0x1f6)])==null?'':_0x5444da,'placeholder':_0x9994d9[_0x5346ec(0x25f)],'onChange':_0x9994d9[_0x5346ec(0x241)]})});}function it(_0x474f24){const _0x2f5f61=_0x584dc2;var _0x369fb7;return _0x3e3403(z,{'label':_0x474f24['label'],'children':_0x3e3403(F,{'ariaLabel':_0x474f24[_0x2f5f61(0x224)],'color':(_0x369fb7=_0x474f24[_0x2f5f61(0x1f6)])==null?null:_0x369fb7,'onChange':_0x474f24[_0x2f5f61(0x241)]})});}function at(_0x2de1dd){const _0x5153cf=_0x584dc2;var _0x352fc7,_0x391178,_0x4df717,_0x12e2ce,_0x17c013,_0x17b305,_0x2422bf;return _0x3e3403(z,{'label':_0x2de1dd[_0x5153cf(0x224)],'children':_0x3e3403(Ze,{'align':(_0x352fc7=_0x2de1dd['value'])==null?void 0x0:_0x352fc7[_0x5153cf(0x188)],'alignControl':_0x2de1dd[_0x5153cf(0x25c)],'bold':(_0x391178=_0x2de1dd[_0x5153cf(0x1f6)])==null?void 0x0:_0x391178['bold'],'color':(_0x4df717=(_0x12e2ce=_0x2de1dd[_0x5153cf(0x1f6)])==null?void 0x0:_0x12e2ce[_0x5153cf(0x219)])==null?_0x198139['textStyle'][_0x5153cf(0x219)]:_0x4df717,'fontSize':(_0x17c013=(_0x17b305=_0x2de1dd[_0x5153cf(0x1f6)])==null?void 0x0:_0x17b305[_0x5153cf(0x155)])==null?_0x198139[_0x5153cf(0x1ce)][_0x5153cf(0x155)]:_0x17c013,'italic':(_0x2422bf=_0x2de1dd[_0x5153cf(0x1f6)])==null?void 0x0:_0x2422bf[_0x5153cf(0x16a)],'onChange':(_0x320105,_0x178f6f)=>_0x2de1dd[_0x5153cf(0x241)](_0x320105,_0x178f6f)})});}function ot(_0x1d2f93){const _0x1aa953=_0x584dc2;let {className:_0x44cedd,items:_0x196a13,value:_0x2ba87e,onChange:_0x5df662}=_0x1d2f93;return _0x3e3403(_0x1aa953(0x1a3),{'className':_0x3a5887(_0x1aa953(0x230),_0x44cedd),'children':_0x196a13[_0x1aa953(0x1b5)](_0x3bcdb3=>{const _0x2c15b7=_0x1aa953;let _0x59d1ed=_0x3bcdb3[_0x2c15b7(0x1f6)]===_0x2ba87e;return _0xb3edf4('div',{'className':_0x3a5887(_0x2c15b7(0x17a),_0x59d1ed?_0x2c15b7(0x289):'univer-text-gray-500'),'onClick':()=>_0x5df662(_0x3bcdb3[_0x2c15b7(0x1f6)]),'children':[_0x3bcdb3[_0x2c15b7(0x224)],_0x3e3403(_0x2c15b7(0x1a3),{'className':_0x3a5887(_0x2c15b7(0x184),{'univer-bg-primary-600':_0x59d1ed,'univer-bg-transparent':!_0x59d1ed})})]},String(_0x3bcdb3[_0x2c15b7(0x1f6)]));})});}function st(_0x5e1281){const _0x5d672f=_0x584dc2;return _0x3e3403(_0x5d672f(0x1a3),{'className':_0x5d672f(0x263),'children':_0x5e1281['title']});}function ct(_0x3fe7d2){return _0x3fe7d2==null?'':String(_0x3fe7d2);}function lt(_0x330f7e){const _0x16e862=_0x584dc2;let _0x34c060=_0x330f7e[_0x16e862(0x1b1)]();return _0x34c060===''?null:/^(?:true|false)$/i[_0x16e862(0x185)](_0x34c060)?_0x34c060[_0x16e862(0x20a)]()==='true':/^-?(?:\d+|\d*\.\d+)$/[_0x16e862(0x185)](_0x34c060)?Number(_0x34c060):_0x330f7e;}function B(_0x319251,_0xc93256=0x1,_0xd5f964=0x1){const _0xd003e5=_0x584dc2;let _0x200a59=Math[_0xd003e5(0x20f)](_0xd5f964,0x0,..._0x319251[_0xd003e5(0x1b5)](_0x14d68e=>_0x14d68e[_0xd003e5(0x285)])),_0x420c76=Math[_0xd003e5(0x20f)](_0xc93256,_0x319251[_0xd003e5(0x285)]);return Array['from']({'length':_0x420c76},(_0x13c212,_0x267de0)=>{var _0x35f9e8;let _0x521f30=(_0x35f9e8=_0x319251[_0x267de0])==null?[]:_0x35f9e8;return Array['from']({'length':_0x200a59},(_0x21f617,_0x42d415)=>{var _0x130fe4;return(_0x130fe4=_0x521f30[_0x42d415])==null?null:_0x130fe4;});});}function ut(_0xbe1ed){const _0xa5daa2=_0x584dc2;var _0x14c0ee,_0x1b78dc;let _0x3b0f00=B(_0xbe1ed),_0x324604=(_0x14c0ee=(_0x1b78dc=_0x3b0f00[0x0])==null?void 0x0:_0x1b78dc['length'])==null?0x1:_0x14c0ee;return[..._0x3b0f00,Array[_0xa5daa2(0x115)]({'length':_0x324604},()=>null)];}function dt(_0x12939a){const _0x1e6ffd=_0x584dc2;return B(_0x12939a)[_0x1e6ffd(0x1b5)](_0x1cb513=>[..._0x1cb513,null]);}function ft(_0x1a4fb4){const _0x153e1d=_0x584dc2;return _0x1a4fb4['some'](_0x25ba4f=>_0x25ba4f[_0x153e1d(0x152)](_0x2e77b8=>_0x2e77b8!=null&&String(_0x2e77b8)['trim']()!==''));}function pt(_0x38601c){const _0x29a42b=_0x584dc2;var _0x57863a,_0x432385;let _0x2ff85b=B(_0x38601c);if(!ft(_0x2ff85b))return[];let _0x2f07f6=_0x2ff85b[_0x29a42b(0x285)]-0x1;for(;_0x2f07f6>=0x0&&_0x2ff85b[_0x2f07f6][_0x29a42b(0x125)](_0x5ab5ee=>_0x5ab5ee==null||String(_0x5ab5ee)[_0x29a42b(0x1b1)]()==='');)_0x2f07f6--;let _0x388cbe=((_0x57863a=(_0x432385=_0x2ff85b[0x0])==null?void 0x0:_0x432385[_0x29a42b(0x285)])==null?0x0:_0x57863a)-0x1;for(;_0x388cbe>=0x0&&_0x2ff85b[_0x29a42b(0x125)](_0x151a65=>_0x151a65[_0x388cbe]==null||String(_0x151a65[_0x388cbe])[_0x29a42b(0x1b1)]()==='');)_0x388cbe--;return _0x2ff85b[_0x29a42b(0x239)](0x0,_0x2f07f6+0x1)['map'](_0x5b1249=>_0x5b1249[_0x29a42b(0x239)](0x0,_0x388cbe+0x1));}function mt(_0x51b285){const _0x3743c9=_0x584dc2;var _0x1a2fe6,_0x36dee1;return _0x51b285[_0x3743c9(0x285)]>0x1||((_0x1a2fe6=(_0x36dee1=_0x51b285[0x0])==null?void 0x0:_0x36dee1['length'])==null?0x0:_0x1a2fe6)>0x1;}function ht(_0x29eaec){const _0x3eb222=_0x584dc2;if(!_0x29eaec||typeof DOMParser>'u')return'';let _0xba6951=new DOMParser()[_0x3eb222(0x10c)](_0x29eaec,'text/html');return Array[_0x3eb222(0x115)](_0xba6951['querySelectorAll']('tr'))[_0x3eb222(0x1b5)](_0x49627e=>Array[_0x3eb222(0x115)](_0x49627e[_0x3eb222(0x17d)]('th,td'))[_0x3eb222(0x1b5)](_0x4773f3=>{const _0x260d35=_0x3eb222;var _0x2f67a6,_0x2fc52c;return(_0x2f67a6=(_0x2fc52c=_0x4773f3[_0x260d35(0x181)])==null?void 0x0:_0x2fc52c[_0x260d35(0x1b1)]())==null?'':_0x2f67a6;}))[_0x3eb222(0x282)](_0x4134f2=>_0x4134f2[_0x3eb222(0x285)]>0x0)[_0x3eb222(0x1b5)](_0x495809=>_0x495809[_0x3eb222(0x291)]('\x09'))[_0x3eb222(0x291)]('\x0a');}function gt(_0x5935c5,_0x3ed0e1,_0x357be4=0x1,_0x4e92ca=0x1){let _0x3984dd=pt(_0x3ed0e1(_0x5935c5));return mt(_0x3984dd)?B(_0x3984dd,_0x357be4,_0x4e92ca):null;}function _t(_0x3cd274){const _0x462f9e=_0x584dc2;let {minColumns:_0x9539ea=0x2,minRows:_0x3d4487=0x2,onChange:_0x40f4d3,parsePastedText:_0x3618d4,values:_0x1ffa2f}=_0x3cd274,_0x30ab13=_0x34bbce(_0x4174f1),_0x50323f=_0x30ab13['t']('chart-ui.inlineTable.pasteHint'),_0x487958=_0xda7b6c(()=>B(_0x1ffa2f,_0x3d4487,_0x9539ea),[_0x9539ea,_0x3d4487,_0x1ffa2f]),_0x1444d7=(_0x1a3c53,_0x4639e6,_0x27f837)=>{const _0x502fce=_0x6066;let _0x3b8dda=_0x487958[_0x502fce(0x1b5)](_0x117215=>[..._0x117215]);_0x3b8dda[_0x1a3c53][_0x4639e6]=lt(_0x27f837),_0x40f4d3(_0x3b8dda);};return _0xb3edf4(_0x462f9e(0x1a3),{'className':_0x462f9e(0x133),'onPaste':_0x414b38=>{const _0x35cf55=_0x462f9e;let _0xba0a34=gt(_0x414b38['clipboardData']['getData']('text/plain')||ht(_0x414b38[_0x35cf55(0x11e)][_0x35cf55(0x166)](_0x35cf55(0x123))),_0x3618d4,_0x3d4487,_0x9539ea);_0xba0a34&&(_0x414b38[_0x35cf55(0x1d8)](),_0x40f4d3(_0xba0a34));},'children':[_0x50323f&&_0x3e3403(_0x462f9e(0x1a3),{'className':_0x462f9e(0x1bf),'children':_0x50323f}),_0x3e3403(_0x462f9e(0x1a3),{'className':_0x462f9e(0x29d),'children':_0x3e3403(_0x462f9e(0x1b7),{'className':_0x462f9e(0x1d6),'children':_0x3e3403(_0x462f9e(0x21a),{'children':_0x487958[_0x462f9e(0x1b5)]((_0x51e9ae,_0x1ea958)=>_0x3e3403('tr',{'children':_0x51e9ae[_0x462f9e(0x1b5)]((_0x51bf3a,_0x19344b)=>_0x3e3403('td',{'className':_0x462f9e(0x179),'children':_0x3e3403(_0x462f9e(0x1c8),{'value':ct(_0x51bf3a),'onChange':_0x4b649a=>_0x1444d7(_0x1ea958,_0x19344b,_0x4b649a[_0x462f9e(0x217)][_0x462f9e(0x1f6)]),'className':_0x462f9e(0x15c)})},_0x1ea958+'-'+_0x19344b))},_0x1ea958))})})}),_0xb3edf4(_0x462f9e(0x1a3),{'className':_0x462f9e(0x158),'children':[_0x3e3403(_0x2cee8d,{'type':_0x462f9e(0x1dc),'size':_0x462f9e(0x294),'variant':_0x462f9e(0x1d7),'onClick':()=>_0x40f4d3(ut(_0x487958)),'children':_0x30ab13['t'](_0x462f9e(0x264))}),_0x3e3403(_0x2cee8d,{'type':_0x462f9e(0x1dc),'size':_0x462f9e(0x294),'variant':_0x462f9e(0x1d7),'onClick':()=>_0x40f4d3(dt(_0x487958)),'children':_0x30ab13['t'](_0x462f9e(0x1f0))})]})]});}function vt(_0x3121a0){const _0x34f4ef=_0x584dc2;var _0x33f089,_0x1e99d5;let _0x5bc4de=_0x34bbce(_0x4174f1),_0x372813=(_0x33f089=_0x3121a0[_0x34f4ef(0x204)])==null?_0x4575bf[_0x34f4ef(0x2a1)]:_0x33f089,_0x34604b=_0x3121a0[_0x34f4ef(0x24d)]!==void 0x0&&_0x6af754[_0x34f4ef(0x159)](_0x3121a0['chartType'],_0x266e7b[_0x34f4ef(0x1bb)]),_0x3264b2=_0x372813===_0x4575bf[_0x34f4ef(0x169)]||_0x372813===_0x4575bf[_0x34f4ef(0x2a1)];return _0x34604b||!_0x3264b2?null:_0x3e3403(_0x34f4ef(0x1a3),{'className':'univer-flex\x20univer-flex-col\x20univer-gap-2','children':_0x3e3403(tt,{'checked':(_0x1e99d5=_0x3121a0[_0x34f4ef(0x1d1)])==null?!0x1:_0x1e99d5,'icon':_0x3e3403(_0x2c7336,{}),'label':_0x5bc4de['t'](_0x34f4ef(0x208)),'onChange':_0x3121a0[_0x34f4ef(0x241)]})});}const yt={[_0x266e7b[_0x584dc2(0x1e6)]]:_0x3e3403(_0x5cbd17,{}),[_0x266e7b[_0x584dc2(0x20e)]]:_0x3e3403(_0x4b5fb3,{}),[_0x266e7b[_0x584dc2(0x259)]]:_0x3e3403(_0x4b5fb3,{}),[_0x266e7b[_0x584dc2(0x297)]]:_0x3e3403(_0x4b5fb3,{}),[_0x266e7b[_0x584dc2(0x290)]]:_0x3e3403(_0x8463d2,{}),[_0x266e7b['BarStacked']]:_0x3e3403(_0x8463d2,{}),[_0x266e7b['BarPercentStacked']]:_0x3e3403(_0x8463d2,{}),[_0x266e7b[_0x584dc2(0x149)]]:_0x3e3403(_0x3501f4,{}),[_0x266e7b[_0x584dc2(0x1b9)]]:_0x3e3403(_0x3501f4,{}),[_0x266e7b[_0x584dc2(0x1d2)]]:_0x3e3403(_0x24a6b0,{}),[_0x266e7b[_0x584dc2(0x18c)]]:_0x3e3403(_0x24a6b0,{}),[_0x266e7b[_0x584dc2(0x129)]]:_0x3e3403(_0x24a6b0,{}),[_0x266e7b['Radar']]:_0x3e3403(_0x306370,{}),[_0x266e7b[_0x584dc2(0x28a)]]:_0x3e3403(_0x309f8a,{}),[_0x266e7b[_0x584dc2(0x1e9)]]:_0x3e3403(_0x90aefb,{}),[_0x266e7b[_0x584dc2(0x10f)]]:_0x3e3403(_0x1502ed,{}),[_0x266e7b[_0x584dc2(0x227)]]:_0x3e3403(_0x4e249a,{}),[_0x266e7b[_0x584dc2(0x1ac)]]:_0x3e3403(_0x273c7d,{}),[_0x266e7b[_0x584dc2(0x1df)]]:_0x3e3403(_0x4cd623,{}),[_0x266e7b[_0x584dc2(0x272)]]:_0x3e3403(_0x529931,{}),[_0x266e7b[_0x584dc2(0x180)]]:_0x3e3403(_0x309f8a,{}),[_0x266e7b[_0x584dc2(0x200)]]:_0x3e3403(_0x30295b,{}),[_0x266e7b[_0x584dc2(0x1bb)]]:_0x3e3403(_0x1a2a7d,{}),[_0x266e7b[_0x584dc2(0x238)]]:_0x3e3403(_0x55d565,{})};function bt(_0x52e910,_0x1dfe16){const _0x5daab7=_0x584dc2;return _0xb3edf4(_0x5daab7(0x1a3),{'className':'univer-flex\x20univer-h-[26px]\x20univer-flex-row\x20univer-items-center\x20univer-gap-1.5','children':[_0x3e3403(_0x5daab7(0x1a3),{'className':'univer-flex\x20univer-items-center\x20univer-text-base','children':_0x1dfe16}),_0x3e3403(_0x5daab7(0x1a3),{'className':_0x5daab7(0x175),'children':_0x52e910})]});}function xt(_0x19eace,_0x35d4e2=_0x577b9f=>_0x577b9f){return _0x19eace['map'](_0x3e80d1=>{const _0x404441=_0x6066;var _0x329619;return{'value':String(_0x3e80d1[_0x404441(0x1f6)]),'label':bt(_0x35d4e2(_0x3e80d1['label']),(_0x329619=_0x3e80d1[_0x404441(0x156)])==null?yt[_0x3e80d1[_0x404441(0x1f6)]]:_0x329619)};});}function St(_0x92bc88){const _0x318a0c=_0x584dc2;return _0x3e3403(_0x318a0c(0x1a3),{'className':_0x318a0c(0x254),'children':_0x92bc88['map']((_0x594fe0,_0x3d0500)=>_0x3e3403(_0x318a0c(0x1a3),{'className':'univer-flex\x20univer-h-4\x20univer-flex-1\x20univer-items-center','style':{'backgroundColor':_0x594fe0}},_0x594fe0+'-'+_0x3d0500))});}function Ct(_0xf3deb9,_0xfcbef7){const _0x100f35=_0x584dc2;return _0xf3deb9[_0x100f35(0x1b5)](_0x4575b2=>({'value':_0x4575b2,'label':St(_0xfcbef7(_0x4575b2))}));}const wt=[0x1,0.9,0.7,0.5,0.3,0.2,0.1,0x0],Tt=[0x0,0x1,0x2,0x4,0x8],Et=[0x0,0x2,0x5,0x7,0xa,0xe],Dt=[0x6,0xc,0x12,0x18],Ot=[0x1,0x2,0x4,0x8];function kt(_0x5e2bd7=wt){return _0x5e2bd7['map'](_0x4b8e2f=>({'label':_0x4b8e2f*0x64+'%','value':String(_0x4b8e2f)}));}function At(_0x5c7d30){const _0x5627fb=_0x584dc2;return _0x5c7d30[_0x5627fb(0x1b5)](_0x4f2fcd=>({'label':_0x4f2fcd+'px','value':String(_0x4f2fcd)}));}const jt=_0x584dc2(0x107),Mt={};var Nt=class extends _0x2995ac{constructor(..._0x31316a){super(..._0x31316a),P(this,'_adapters',new Map());}[_0x584dc2(0x193)](_0x27a354,_0x47af77){const _0xc341c6=_0x584dc2;return this[_0xc341c6(0x1d3)][_0xc341c6(0x195)](_0x27a354,_0x47af77),{'dispose':()=>{const _0x4635cd=_0xc341c6;this[_0x4635cd(0x1d3)][_0x4635cd(0x14a)](_0x27a354)===_0x47af77&&this[_0x4635cd(0x1d3)][_0x4635cd(0x211)](_0x27a354);}};}['get'](_0x5c5f9e){const _0x1b9d7b=_0x584dc2;return this[_0x1b9d7b(0x1d3)][_0x1b9d7b(0x14a)](_0x5c5f9e);}[_0x584dc2(0x16e)](){const _0x3f0b39=_0x584dc2;this[_0x3f0b39(0x1d3)][_0x3f0b39(0x1cd)](),super[_0x3f0b39(0x16e)]();}};const Pt='chart.element.float-menu',Ft=[0x0,0x8],It=[0x1,0.9,0.7,0.5,0.3,0.2,0.1,0x0],Lt={'CONTINUOUS':'continuous','PIECEWISE':_0x584dc2(0x128)},Rt={'TITLES':'titles','TITLE_POSITION':_0x584dc2(0x10a),'LEGEND_STYLE':_0x584dc2(0x1aa),'PIE_BORDER_COLOR':_0x584dc2(0x1b6),'PIE_LABEL_STYLE':'pieLabelStyle','SERIES_STYLE_MAP':_0x584dc2(0x223),'PARETO_STYLE':_0x584dc2(0x1fc),'VISUAL_MAP_TYPE':_0x584dc2(0x120),'USE_DATE_AXIS':'useDateAxis','X_AXIS_OPTIONS':_0x584dc2(0x177),'Y_AXIS_OPTIONS':'yAxisOptions','RIGHT_Y_AXIS_OPTIONS':'rightYAxisOptions','RUNTIME_AXES':'runtimeAxes'},zt={'ROOT':_0x584dc2(0x22d),'TITLE':_0x584dc2(0x1a0),'BODY':_0x584dc2(0x15e),'ROW':_0x584dc2(0x1d9),'ROW_FULL':_0x584dc2(0x274),'CONTROL_WRAPPER':_0x584dc2(0x24f),'MARK_COLOR_WRAPPER':_0x584dc2(0x23f),'INLINE_FONT_CONTROLS':_0x584dc2(0x245),'PANEL_SELECT':_0x584dc2(0x246),'MULTIPLE_SELECT_WRAPPER':_0x584dc2(0x268),'TEXT_INPUT':_0x584dc2(0x28c),'NUMBER_INPUT':'!univer-h-7\x20univer-w-20'},V={'MENU_TITLE':{'CHART':_0x584dc2(0x199),'CHART_TITLE':'chart-ui.floatMenu.menuTitle.chartTitle','SUBTITLE':_0x584dc2(0x1c2),'AXIS_TITLE':'chart-ui.floatMenu.menuTitle.axisTitle','LEGEND':_0x584dc2(0x18f),'HORIZONTAL_AXIS':_0x584dc2(0x28e),'VERTICAL_AXIS':_0x584dc2(0x210),'RIGHT_VERTICAL_AXIS':_0x584dc2(0x1ca),'GRIDLINE':_0x584dc2(0x1ed),'TICK':'chart-ui.floatMenu.menuTitle.tick','MARK':_0x584dc2(0x14c),'SERIES':_0x584dc2(0x1cb),'DATA_POINT':_0x584dc2(0x167),'DATA_LABEL':'chart-ui.floatMenu.menuTitle.dataLabel'},'FIELD':{'TITLE':_0x584dc2(0x139),'SUBTITLE':_0x584dc2(0x116),'POSITION':_0x584dc2(0x298),'SIZE':'chart-ui.floatMenu.field.size','ALIGN':_0x584dc2(0x235),'MODE':_0x584dc2(0x108),'MAP':_0x584dc2(0x27c),'ROTATE':_0x584dc2(0x186),'MIN':'chart-ui.floatMenu.field.min','MAX':'chart-ui.floatMenu.field.max','COLOR':'chart-ui.floatMenu.field.color','BORDER_COLOR':_0x584dc2(0x11c),'OPACITY':_0x584dc2(0x26f),'LABEL_POSITION':'chart-ui.floatMenu.field.labelPosition','LABEL_TEXT':'chart-ui.floatMenu.field.labelText','TITLE_TEXT':'chart-ui.floatMenu.field.titleText'},'ACTION':{'MORE':_0x584dc2(0x12e),'BOLD':_0x584dc2(0x121),'ITALIC':'chart-ui.floatMenu.action.italic'},'CONTROL':{'LABELS':_0x584dc2(0x11b),'LINE':'chart-ui.floatMenu.control.line','REVERSE':'chart-ui.floatMenu.control.reverse','DATE':'chart-ui.floatMenu.control.date'},'OPTION':{'TEXT_ALIGN':{'LEFT':_0x584dc2(0x16c),'CENTER':_0x584dc2(0x111),'RIGHT':_0x584dc2(0x20c)},'POSITION':{'TOP':'chart-ui.floatMenu.option.position.top','BOTTOM':'chart-ui.floatMenu.option.position.bottom','LEFT':_0x584dc2(0x1c6),'RIGHT':_0x584dc2(0x1b2),'HIDE':_0x584dc2(0x131),'INSIDE':'chart-ui.floatMenu.option.position.inside','OUTSIDE':_0x584dc2(0x15a)},'LABEL_TEXT':{'CATEGORY':_0x584dc2(0x220),'VALUE':_0x584dc2(0x1fd),'PERCENTAGE':_0x584dc2(0x1c9)},'AXIS_ALIGN':{'START':_0x584dc2(0x110),'CENTER':_0x584dc2(0x26b),'END':_0x584dc2(0x14f)},'LEGEND_SELECT_MODE':{'SINGLE':_0x584dc2(0x19c),'MULTIPLE':_0x584dc2(0x22a),'CLOSE':_0x584dc2(0x151)},'VISUAL_MAP_TYPE':{'CONTINUOUS':'chart-ui.floatMenu.option.visualMapType.continuous','PIECEWISE':'chart-ui.floatMenu.option.visualMapType.piecewise'}}},Bt=[{'labelKey':V[_0x584dc2(0x23b)][_0x584dc2(0x23e)][_0x584dc2(0x146)],'value':_0x8e8bb3[_0x584dc2(0x169)]},{'labelKey':V['OPTION'][_0x584dc2(0x23e)][_0x584dc2(0x27e)],'value':_0x8e8bb3[_0x584dc2(0x2a1)]},{'labelKey':V['OPTION'][_0x584dc2(0x23e)][_0x584dc2(0x150)],'value':_0x8e8bb3[_0x584dc2(0x247)]},{'labelKey':V[_0x584dc2(0x23b)][_0x584dc2(0x23e)][_0x584dc2(0x260)],'value':_0x8e8bb3['Right']},{'labelKey':V['OPTION'][_0x584dc2(0x23e)][_0x584dc2(0x1a8)],'value':_0x8e8bb3[_0x584dc2(0x25a)]}],Vt=[{'labelKey':V['OPTION']['POSITION'][_0x584dc2(0x27d)],'value':_0x47f296[_0x584dc2(0x117)]},{'labelKey':V[_0x584dc2(0x23b)][_0x584dc2(0x23e)][_0x584dc2(0x21c)],'value':_0x47f296['Outside']}],Ht=[{'labelKey':V['OPTION']['LABEL_TEXT'][_0x584dc2(0x216)],'value':String(_0x5afcec[_0x584dc2(0x19e)])},{'labelKey':V[_0x584dc2(0x23b)][_0x584dc2(0x173)][_0x584dc2(0x233)],'value':String(_0x5afcec['Value'])},{'labelKey':V[_0x584dc2(0x23b)][_0x584dc2(0x173)][_0x584dc2(0x17c)],'value':String(_0x5afcec[_0x584dc2(0x17e)])}],Ut=[{'labelKey':V[_0x584dc2(0x23b)]['AXIS_ALIGN'][_0x584dc2(0x212)],'value':_0x256aeb['Start']},{'labelKey':V[_0x584dc2(0x23b)]['AXIS_ALIGN'][_0x584dc2(0x1b0)],'value':_0x256aeb['Center']},{'labelKey':V[_0x584dc2(0x23b)][_0x584dc2(0x2a3)]['END'],'value':_0x256aeb[_0x584dc2(0x12f)]}];V[_0x584dc2(0x23b)][_0x584dc2(0x23e)][_0x584dc2(0x146)],_0x4575bf[_0x584dc2(0x169)],V[_0x584dc2(0x23b)][_0x584dc2(0x23e)]['BOTTOM'],_0x4575bf['Bottom'],V['OPTION'][_0x584dc2(0x23e)][_0x584dc2(0x150)],_0x4575bf[_0x584dc2(0x247)],V[_0x584dc2(0x23b)]['POSITION'][_0x584dc2(0x260)],_0x4575bf['Right'],V['OPTION'][_0x584dc2(0x23e)][_0x584dc2(0x1a8)],_0x4575bf[_0x584dc2(0x25a)],V[_0x584dc2(0x23b)][_0x584dc2(0x13d)]['SINGLE'],_0x31cd45[_0x584dc2(0x2a0)],V[_0x584dc2(0x23b)][_0x584dc2(0x13d)]['MULTIPLE'],_0x31cd45['Multiple'],V[_0x584dc2(0x23b)][_0x584dc2(0x13d)][_0x584dc2(0x141)],_0x31cd45[_0x584dc2(0x29e)],V['OPTION']['VISUAL_MAP_TYPE'][_0x584dc2(0x1d0)],Lt[_0x584dc2(0x1d0)],V['OPTION'][_0x584dc2(0x237)][_0x584dc2(0x196)],Lt[_0x584dc2(0x196)];let Wt=function(_0x139747){const _0x4f7bb4=_0x584dc2;return _0x139747[_0x4f7bb4(0x11d)]='seriesStyle',_0x139747['PieStyle']=_0x4f7bb4(0x257),_0x139747['ParetoStyle']=_0x4f7bb4(0x1fc),_0x139747['WaterfallStyle']=_0x4f7bb4(0x11f),_0x139747;}({}),Gt=function(_0x5ab0e4){const _0x5079bc=_0x584dc2;return _0x5ab0e4[_0x5079bc(0x12d)]=_0x5079bc(0x257),_0x5ab0e4[_0x5079bc(0x26a)]=_0x5079bc(0x29a),_0x5ab0e4[_0x5079bc(0x1d5)]=_0x5079bc(0x1a4),_0x5ab0e4[_0x5079bc(0x16d)]=_0x5079bc(0x295),_0x5ab0e4[_0x5079bc(0x1df)]=_0x5079bc(0x1db),_0x5ab0e4[_0x5079bc(0x10f)]=_0x5079bc(0x279),_0x5ab0e4[_0x5079bc(0x1ad)]='data',_0x5ab0e4;}({}),Kt=function(_0x444cc3){const _0x29ea19=_0x584dc2;return _0x444cc3[_0x29ea19(0x25b)]=_0x29ea19(0x109),_0x444cc3[_0x29ea19(0x1ad)]='data',_0x444cc3;}({}),qt=function(_0x12450a){const _0x353fe3=_0x584dc2;return _0x12450a[_0x353fe3(0x1ff)]=_0x353fe3(0x1be),_0x12450a[_0x353fe3(0x1fa)]='chartAndAxisTitles',_0x12450a[_0x353fe3(0x176)]=_0x353fe3(0x1da),_0x12450a[_0x353fe3(0x1c4)]='horizontalAxis',_0x12450a[_0x353fe3(0x1a2)]=_0x353fe3(0x18b),_0x12450a[_0x353fe3(0x287)]='rightVerticalAxis',_0x12450a[_0x353fe3(0x194)]='series',_0x12450a[_0x353fe3(0x12d)]='pieStyle',_0x12450a[_0x353fe3(0x26a)]=_0x353fe3(0x29a),_0x12450a[_0x353fe3(0x1d5)]='paretoLineSeries',_0x12450a[_0x353fe3(0x16d)]=_0x353fe3(0x295),_0x12450a['Relation']='relation',_0x12450a[_0x353fe3(0x10f)]=_0x353fe3(0x279),_0x12450a;}({});const H={'Title':'title','Subtitle':'subtitle','XAxisTitle':'xAxisTitle','YAxisTitle':_0x584dc2(0x1dd),'RightYAxisTitle':_0x584dc2(0x251)},U={'XAxis':_0x584dc2(0x12b),'YAxis':'yAxis','RightYAxis':'rightYAxis'};function Jt(_0x504f5c){const _0x2f7e8f=_0x584dc2;switch(_0x504f5c[_0x2f7e8f(0x1ee)]){case _0x2f7e8f(0x1ab):return{'scope':_0x2f7e8f(0x1ab),'titleKey':H[_0x2f7e8f(0x22b)]};case _0x2f7e8f(0x17f):return{'scope':'title','titleKey':H[_0x2f7e8f(0x1eb)]};case _0x2f7e8f(0x207):return{'scope':_0x2f7e8f(0x27a),'axisId':U[_0x2f7e8f(0x197)],'titleKey':H[_0x2f7e8f(0x1ec)]};case _0x2f7e8f(0x1dd):return{'scope':'axisTitle','axisId':U[_0x2f7e8f(0x172)],'titleKey':H[_0x2f7e8f(0x242)]};case _0x2f7e8f(0x251):return{'scope':_0x2f7e8f(0x27a),'axisId':U[_0x2f7e8f(0x11a)],'titleKey':H['RightYAxisTitle']};case _0x2f7e8f(0x1f8):case'xAxisLine':return{'scope':_0x2f7e8f(0x1e3),'axisId':U['XAxis']};case _0x2f7e8f(0x1a6):case _0x2f7e8f(0x1f7):return{'scope':'axis','axisId':U[_0x2f7e8f(0x172)]};case'rightYAxisLabel':case _0x2f7e8f(0x113):return{'scope':_0x2f7e8f(0x1e3),'axisId':U[_0x2f7e8f(0x11a)]};case'legend':return{'scope':'legend','legendIndex':_0x504f5c['legendIndex'],'legendName':_0x504f5c[_0x2f7e8f(0x13f)]};case'mark':{let _0x2e1ef0={'scope':_0x2f7e8f(0x171)};return _0x504f5c[_0x2f7e8f(0x205)]!==void 0x0&&(_0x2e1ef0[_0x2f7e8f(0x205)]=_0x504f5c[_0x2f7e8f(0x205)]),_0x504f5c['seriesIndex']!==void 0x0&&(_0x2e1ef0[_0x2f7e8f(0x157)]=_0x504f5c[_0x2f7e8f(0x157)]),_0x504f5c[_0x2f7e8f(0x21f)]!==void 0x0&&(_0x2e1ef0[_0x2f7e8f(0x21f)]=_0x504f5c[_0x2f7e8f(0x21f)]),_0x2e1ef0;}case _0x2f7e8f(0x15f):return typeof _0x504f5c[_0x2f7e8f(0x205)]=='string'&&typeof _0x504f5c['seriesIndex']==_0x2f7e8f(0x142)?{'scope':'series','seriesId':_0x504f5c[_0x2f7e8f(0x205)],'seriesIndex':_0x504f5c['seriesIndex']}:void 0x0;}}const W=V,G=Rt,K=zt,Yt=[_0x5afcec['CategoryName'],_0x5afcec['Value'],_0x5afcec[_0x584dc2(0x17e)]],Xt=It[_0x584dc2(0x1b5)](_0x2960b8=>({'label':Math['round'](_0x2960b8*0x64)+'%','value':String(_0x2960b8)}));function Zt(_0x14709e=_0x198139[_0x584dc2(0x22f)][_0x584dc2(0x14d)]){const _0x9244b6=_0x584dc2;return Yt[_0x9244b6(0x282)](_0x196228=>(_0x14709e&_0x196228)>0x0)[_0x9244b6(0x1b5)](_0x347c28=>String(_0x347c28));}function Qt(_0x310239){const _0x28d238=_0x584dc2;if(!(_0x310239[_0x28d238(0x285)]<=0x0))return _0x310239[_0x28d238(0x1b5)](_0x410e7e=>Number(_0x410e7e))[_0x28d238(0x1a7)]((_0x2eba5f,_0x14ad5e)=>_0x2eba5f|_0x14ad5e,_0x5afcec[_0x28d238(0x23d)]);}function $t(_0x1fdcf5){const _0x2dabac=_0x584dc2;switch(_0x1fdcf5[_0x2dabac(0x217)][_0x2dabac(0x229)]){case _0x2dabac(0x1ab):return _0x1fdcf5['target'][_0x2dabac(0x137)]===_0x2dabac(0x17f)?W[_0x2dabac(0x266)][_0x2dabac(0x29b)]:W[_0x2dabac(0x266)]['CHART_TITLE'];case'axisTitle':return W['MENU_TITLE']['AXIS_TITLE'];case _0x2dabac(0x1da):return W[_0x2dabac(0x266)][_0x2dabac(0x1ef)];case'axis':return _0x1fdcf5[_0x2dabac(0x217)][_0x2dabac(0x269)]===_0x2dabac(0x12b)?W[_0x2dabac(0x266)][_0x2dabac(0x275)]:_0x1fdcf5['target']['axisId']==='rightYAxis'?W[_0x2dabac(0x266)]['RIGHT_VERTICAL_AXIS']:W['MENU_TITLE'][_0x2dabac(0x25d)];case _0x2dabac(0x118):return W[_0x2dabac(0x266)][_0x2dabac(0x288)];case _0x2dabac(0x168):return W[_0x2dabac(0x266)][_0x2dabac(0x206)];case _0x2dabac(0x171):return W[_0x2dabac(0x266)][_0x2dabac(0x19a)];case'series':return W[_0x2dabac(0x266)][_0x2dabac(0x145)];case'dataPoint':return W[_0x2dabac(0x266)]['DATA_POINT'];case _0x2dabac(0x178):return W['MENU_TITLE'][_0x2dabac(0x162)];default:return W[_0x2dabac(0x266)][_0x2dabac(0x21b)];}}function q(_0x5ae5d8,_0x51d77c,_0x5ef641,_0x5e16c8){const _0x920f28=_0x584dc2;return _0xf091c0(_0xda7b6c(()=>_0x5ae5d8==null?void 0x0:_0x5ae5d8[_0x920f28(0x221)](_0x51d77c,_0x5ef641),[_0x5ae5d8,_0x51d77c,_0x5ef641]),_0x5e16c8);}function J(_0x51d5a5,_0x4874fd){return _0x2e3938((_0x595f2a,_0x2f0f98)=>{const _0x57cdb=_0x6066;_0x51d5a5==null||_0x51d5a5[_0x57cdb(0x12c)](_0x4874fd,_0x595f2a,_0x2f0f98);},[_0x51d5a5,_0x4874fd]);}function en(_0x1a0a86){const _0x3466af=_0x584dc2;switch(_0x1a0a86){case _0x3466af(0x12b):return G[_0x3466af(0x226)];case _0x3466af(0x13a):return G[_0x3466af(0x13b)];default:return G[_0x3466af(0x126)];}}function tn(_0x513a2b){return _0x513a2b==null?'':_0x513a2b;}function nn(_0xee2959,_0x507bd5,_0x29ed12,_0x463558){const _0x36d9d5=_0x584dc2;let _0x38af96={},_0x4d1820=_0x38af96;_0x29ed12[_0x36d9d5(0x1f4)]((_0x111b8a,_0x373039)=>{const _0x40647d=_0x36d9d5;if(_0x373039===_0x29ed12[_0x40647d(0x285)]-0x1){_0x4d1820[_0x111b8a]=_0x463558;return;}let _0x354a04={};_0x4d1820[_0x111b8a]=_0x354a04,_0x4d1820=_0x354a04;}),_0xee2959(_0x507bd5,_0x38af96);}function Y(_0x58ebd9){const _0x1346e1=_0x584dc2;return _0x3e3403(_0x1346e1(0x1a3),{'className':_0x3a5887(K[_0x1346e1(0x231)],_0x58ebd9[_0x1346e1(0x214)]),'children':_0x58ebd9[_0x1346e1(0x1a5)]});}function X(_0x57df5c){const _0x240b7f=_0x584dc2;return _0x3e3403(_0x240b7f(0x1a3),{'className':_0x3a5887(K[_0x240b7f(0x1f9)],_0x57df5c[_0x240b7f(0x214)]),'children':_0x57df5c[_0x240b7f(0x1a5)]});}function Z(_0x2fdabd){const _0x477680=_0x584dc2;var _0x3680b1,_0x495f1b;let {alignControl:_0x50c5a2=!0x1,className:_0x4f368a,defaultColor:_0x2aaaff,defaultFontSize:_0x100321,onChange:_0x1082ad,style:_0x8b2ee5}=_0x2fdabd;return _0xb3edf4(_0x477680(0x1a3),{'className':_0x3a5887(K[_0x477680(0x26d)],_0x4f368a),'children':[_0x3e3403(Je,{'value':(_0x3680b1=_0x8b2ee5['fontSize'])==null?_0x100321:_0x3680b1,'onChange':_0x1ec5e3=>_0x1082ad(_0x477680(0x155),_0x1ec5e3)}),_0x3e3403(Ye,{'color':(_0x495f1b=_0x8b2ee5[_0x477680(0x219)])==null?_0x2aaaff:_0x495f1b,'onChange':_0x494561=>_0x1082ad('color',_0x494561)}),_0x50c5a2&&_0x3e3403(Xe,{'value':_0x8b2ee5[_0x477680(0x188)],'onChange':_0x11aacb=>_0x1082ad('align',_0x11aacb)}),_0x3e3403(R,{'active':_0x8b2ee5['bold'],'type':_0x477680(0x15b),'onClick':()=>_0x1082ad(_0x477680(0x15b),!_0x8b2ee5[_0x477680(0x15b)])}),_0x3e3403(R,{'active':_0x8b2ee5[_0x477680(0x16a)],'type':_0x477680(0x16a),'onClick':()=>_0x1082ad(_0x477680(0x16a),!_0x8b2ee5['italic'])})]});}function rn(_0xc7002c){const _0x10056d=_0x584dc2;var _0x10d550;return _0x3e3403(_0xedf9ac,{'className':K[_0x10056d(0x19d)],'options':Xt,'value':String((_0x10d550=_0xc7002c[_0x10056d(0x1f6)])==null?_0x198139[_0x10056d(0x192)]['opacity']:_0x10d550),'onChange':_0x33b441=>_0xc7002c[_0x10056d(0x241)](Number(_0x33b441))});}function an(_0x54af09){const _0x382e97=_0x584dc2;var _0x77f99a,_0x2c3ef4;let {adapter:_0x2408e1,context:_0xc34e9a}=_0x54af09,_0x9c6f4f=_0x34bbce(_0x4174f1),_0x9fb65=J(_0x2408e1,_0xc34e9a),_0x293779=(_0x77f99a=q(_0x2408e1,_0xc34e9a,G['TITLES']))==null?{}:_0x77f99a,_0x4b8e5d=q(_0x2408e1,_0xc34e9a,G[_0x382e97(0x18e)]),_0x13e953=_0xda7b6c(()=>Bt['map'](_0x4ac802=>({'label':_0x9c6f4f['t'](_0x4ac802[_0x382e97(0x17b)]),'value':_0x4ac802[_0x382e97(0x1f6)]})),[_0x9c6f4f]),_0x50349d=_0xc34e9a[_0x382e97(0x217)][_0x382e97(0x229)]===_0x382e97(0x1ab)?_0xc34e9a[_0x382e97(0x217)]['titleKey']:_0x382e97(0x1ab),_0x1de99f=(_0x2c3ef4=_0x293779[_0x50349d])==null?{}:_0x2c3ef4,_0x2244eb=_0x2e3938(_0x19c916=>{const _0x52bb69=_0x382e97;_0x9fb65(G[_0x52bb69(0x1f3)],{[_0x50349d]:_0x19c916});},[_0x50349d,_0x9fb65]),_0x4a95cf=_0x2e3938((_0x5c39da,_0x2fdb24)=>{_0x2244eb({[_0x5c39da]:_0x2fdb24});},[_0x2244eb]);return _0xb3edf4(_0x5a1841,{'children':[_0x3e3403(X,{'className':K[_0x382e97(0x26c)],'children':_0x3e3403(_0x5becab,{'className':K['TEXT_INPUT'],'size':_0x382e97(0x267),'value':tn(_0x1de99f[_0x382e97(0x23c)]),'onChange':_0x5ed073=>_0x2244eb({'content':_0x5ed073})})}),_0xb3edf4(X,{'children':[_0x50349d===_0x382e97(0x1ab)&&_0x3e3403(Y,{'children':_0x3e3403(_0xedf9ac,{'className':K[_0x382e97(0x19d)],'options':_0x13e953,'value':_0x4b8e5d==null?_0x198139[_0x382e97(0x10a)]:_0x4b8e5d,'onChange':_0xcdc2ab=>_0x9fb65(G[_0x382e97(0x18e)],_0xcdc2ab)})}),_0x3e3403(Z,{'alignControl':_0x50349d===_0x382e97(0x1ab),'defaultColor':_0x198139[_0x382e97(0x1ce)]['color'],'defaultFontSize':_0x198139[_0x382e97(0x1ce)][_0x382e97(0x1ba)],'style':_0x1de99f,'onChange':_0x4a95cf})]})]});}function on(_0xda0de4){const _0x3cb18a=_0x584dc2;var _0x3c91db,_0xe46f70,_0xfc2a98,_0x4841a5,_0x1f8e0d,_0x5f5389,_0x37abb8;let {adapter:_0x1858c8,context:_0x24a0a1}=_0xda0de4,_0x242b2b=_0x34bbce(_0x4174f1),_0x133b1a=J(_0x1858c8,_0x24a0a1),_0x338221=(_0x3c91db=q(_0x1858c8,_0x24a0a1,G[_0x3cb18a(0x1f3)]))==null?{}:_0x3c91db,_0x48f639=_0x24a0a1['target']['scope']===_0x3cb18a(0x27a)?_0x24a0a1[_0x3cb18a(0x217)]:void 0x0,_0x16b5b0=en((_0xe46f70=_0x48f639==null?void 0x0:_0x48f639[_0x3cb18a(0x269)])==null?'xAxis':_0xe46f70),_0x5c33c2=(_0xfc2a98=q(_0x1858c8,_0x24a0a1,_0x16b5b0))==null?{}:_0xfc2a98,_0x87604b=(_0x4841a5=_0x48f639==null?void 0x0:_0x48f639[_0x3cb18a(0x137)])==null?_0x3cb18a(0x207):_0x4841a5,_0x352ef6=(_0x1f8e0d=_0x338221[_0x87604b])==null?{}:_0x1f8e0d,_0x5e6c6c=_0xda7b6c(()=>Ut['map'](_0x2b5ae8=>({'label':_0x242b2b['t'](_0x2b5ae8[_0x3cb18a(0x17b)]),'value':_0x2b5ae8['value']})),[_0x242b2b]),_0x3a87b6=_0x2e3938(_0x5d0850=>{const _0x56f303=_0x3cb18a;_0x133b1a(G[_0x56f303(0x1f3)],{[_0x87604b]:_0x5d0850});},[_0x87604b,_0x133b1a]),_0x3b3ec7=_0x2e3938((_0x5b288f,_0x524a4a)=>{_0x3a87b6({[_0x5b288f]:_0x524a4a});},[_0x3a87b6]);return _0xb3edf4(_0x5a1841,{'children':[_0x3e3403(X,{'className':K[_0x3cb18a(0x26c)],'children':_0x3e3403(_0x5becab,{'className':K['TEXT_INPUT'],'size':_0x3cb18a(0x267),'value':tn(_0x352ef6[_0x3cb18a(0x23c)]),'onChange':_0x297626=>_0x3a87b6({'content':_0x297626})})}),_0xb3edf4(X,{'children':[_0x3e3403(Y,{'children':_0x3e3403(_0xedf9ac,{'className':K[_0x3cb18a(0x19d)],'options':_0x5e6c6c,'value':(_0x5f5389=(_0x37abb8=_0x5c33c2['label'])==null?void 0x0:_0x37abb8['axisTitleAlign'])==null?_0x198139[_0x3cb18a(0x1e3)][_0x3cb18a(0x14e)]:_0x5f5389,'onChange':_0x3edaff=>nn(_0x133b1a,_0x16b5b0,[_0x3cb18a(0x224),_0x3cb18a(0x1ae)],_0x3edaff)})}),_0x3e3403(Z,{'defaultColor':_0x198139[_0x3cb18a(0x1ce)]['color'],'defaultFontSize':_0x198139[_0x3cb18a(0x1ce)]['titleFontSize'],'style':_0x352ef6,'onChange':_0x3b3ec7})]})]});}function sn(_0x441fde){const _0x5c26a7=_0x584dc2;var _0x514067,_0xad1c02;let {adapter:_0x3f8116,context:_0x1f9fd1}=_0x441fde,_0x1bd86f=J(_0x3f8116,_0x1f9fd1),_0x4127e1=(_0xad1c02=((_0x514067=q(_0x3f8116,_0x1f9fd1,G[_0x5c26a7(0x27b)]))==null?{}:_0x514067)['label'])==null?{}:_0xad1c02,_0xe56de=_0x2e3938((_0x42c291,_0x4a9d83)=>{const _0x4c9308=_0x5c26a7;_0x1bd86f(G[_0x4c9308(0x27b)],{'label':{[_0x42c291]:_0x4a9d83}});},[_0x1bd86f]);return _0x3e3403(X,{'children':_0x3e3403(Z,{'defaultColor':_0x198139[_0x5c26a7(0x1ce)][_0x5c26a7(0x219)],'defaultFontSize':_0x198139[_0x5c26a7(0x1ce)][_0x5c26a7(0x155)],'style':_0x4127e1,'onChange':_0xe56de})});}function cn(_0x394a70){const _0x2d484b=_0x584dc2;var _0x1c045b,_0x37f868,_0x2bb88f;let {adapter:_0x2d45f6,context:_0x503fec}=_0x394a70,_0x36c125=J(_0x2d45f6,_0x503fec),_0x33bebb=_0x503fec[_0x2d484b(0x217)]['scope']==='axis'?_0x503fec['target']:void 0x0,_0x44d1a5=en((_0x1c045b=_0x33bebb==null?void 0x0:_0x33bebb['axisId'])==null?_0x2d484b(0x12b):_0x1c045b),_0x39ab7b=(_0x2bb88f=((_0x37f868=q(_0x2d45f6,_0x503fec,_0x44d1a5))==null?{}:_0x37f868)[_0x2d484b(0x224)])==null?{}:_0x2bb88f,_0x472023=_0x2e3938((_0x55893a,_0x56307a)=>{const _0x4a4612=_0x2d484b;nn(_0x36c125,_0x44d1a5,[_0x4a4612(0x224),_0x55893a],_0x56307a);},[_0x44d1a5,_0x36c125]);return _0x3e3403(X,{'children':_0x3e3403(Z,{'defaultColor':_0x198139[_0x2d484b(0x1ce)]['color'],'defaultFontSize':_0x198139[_0x2d484b(0x1ce)]['fontSize'],'style':_0x39ab7b,'onChange':_0x472023})});}function ln(_0x4c4a11){const _0x4b1133=_0x584dc2;var _0x112422,_0x23ad5a;let {adapter:_0x3ad32f,context:_0x5d9f65}=_0x4c4a11,_0x42ad56=_0x34bbce(_0x4174f1),_0x37e847=J(_0x3ad32f,_0x5d9f65),_0x3e651b=(_0x112422=q(_0x3ad32f,_0x5d9f65,G['PIE_LABEL_STYLE']))==null?{}:_0x112422,_0x532683=_0xda7b6c(()=>Vt[_0x4b1133(0x1b5)](_0x57c795=>({'label':_0x42ad56['t'](_0x57c795[_0x4b1133(0x17b)]),'value':_0x57c795[_0x4b1133(0x1f6)]})),[_0x42ad56]),_0x980343=_0xda7b6c(()=>Ht['map'](_0x329c1c=>({'label':_0x42ad56['t'](_0x329c1c[_0x4b1133(0x17b)]),'value':_0x329c1c[_0x4b1133(0x1f6)]})),[_0x42ad56]),_0x4eab6c=_0xda7b6c(()=>Zt(_0x3e651b['contentType']),[_0x3e651b['contentType']]),_0x193ef9=_0x2e3938(_0xe24534=>{const _0x5e3256=_0x4b1133;_0x37e847(G[_0x5e3256(0x265)],_0xe24534);},[_0x37e847]),_0x16ed89=_0x2e3938((_0x275525,_0x574b9b)=>{_0x193ef9({[_0x275525]:_0x574b9b});},[_0x193ef9]),_0x9fd81c=_0x2e3938(_0x18ecd2=>{let _0x1fa886=Qt(_0x18ecd2);_0x1fa886!==void 0x0&&_0x193ef9({'contentType':_0x1fa886});},[_0x193ef9]);return _0xb3edf4(_0x5a1841,{'children':[_0xb3edf4(X,{'children':[_0x3e3403(Y,{'children':_0x3e3403(_0xedf9ac,{'className':K[_0x4b1133(0x19d)],'options':_0x532683,'value':(_0x23ad5a=_0x3e651b[_0x4b1133(0x204)])==null?_0x198139[_0x4b1133(0x22f)][_0x4b1133(0x182)]:_0x23ad5a,'onChange':_0x4a5632=>_0x193ef9({'position':_0x4a5632})})}),_0x3e3403(Y,{'className':K[_0x4b1133(0x1c1)],'children':_0x3e3403(_0x565726,{'className':K[_0x4b1133(0x19d)],'options':_0x980343,'value':_0x4eab6c,'onChange':_0x9fd81c})})]}),_0x3e3403(X,{'children':_0x3e3403(Z,{'defaultColor':_0x198139['textStyle'][_0x4b1133(0x219)],'defaultFontSize':_0x198139[_0x4b1133(0x1ce)][_0x4b1133(0x155)],'style':_0x3e651b,'onChange':_0x16ed89})})]});}function un(_0x1e4710){const _0x3393f8=_0x584dc2;var _0x155efa,_0x45ac05,_0x5e92af;let {adapter:_0x35f774,context:_0x3df239}=_0x1e4710,_0x10217a=_0x34bbce(_0x4174f1),_0x4b08cf=J(_0x35f774,_0x3df239),_0x53938d=_0x3df239[_0x3393f8(0x217)][_0x3393f8(0x229)]===_0x3393f8(0x171)?_0x3df239[_0x3393f8(0x217)]:void 0x0,_0xb92281=_0x53938d==null?void 0x0:_0x53938d[_0x3393f8(0x136)],_0x3faa7=q(_0x35f774,_0x3df239,G[_0x3393f8(0x191)]),_0x143055=q(_0x35f774,_0x3df239,G[_0x3393f8(0x20b)]),_0x264674=_0xda7b6c(()=>{const _0x591dbe=_0x3393f8;if((_0xb92281==null?void 0x0:_0xb92281['kind'])===_0x591dbe(0x1b3)){var _0x1c6d7f;return(_0x1c6d7f=_0x3faa7==null?void 0x0:_0x3faa7[_0xb92281[_0x591dbe(0x205)]])==null?{}:_0x1c6d7f;}if((_0xb92281==null?void 0x0:_0xb92281[_0x591dbe(0x1ee)])===_0x591dbe(0x1fc)){var _0x441cba,_0x13284e;return _0xb92281[_0x591dbe(0x225)]===_0x591dbe(0x252)?(_0x441cba=_0x143055==null?void 0x0:_0x143055[_0x591dbe(0x1bd)])==null?{}:_0x441cba:(_0x13284e=_0x143055==null?void 0x0:_0x143055[_0x591dbe(0x281)])==null?{}:_0x13284e;}if((_0xb92281==null?void 0x0:_0xb92281[_0x591dbe(0x1ee)])==='waterfallStyle'){var _0xc2a629,_0x2b3305;return(_0xc2a629=_0x3faa7==null||(_0x2b3305=_0x3faa7[_0xb92281[_0x591dbe(0x205)]])==null||(_0x2b3305=_0x2b3305['waterfall'])==null?void 0x0:_0x2b3305[_0xb92281['part']])==null?{}:_0xc2a629;}return{};},[_0xb92281,_0x143055,_0x3faa7]),_0x58ecea=_0x2e3938(_0x347b29=>{const _0x513055=_0x3393f8;if(_0xb92281){if(_0xb92281[_0x513055(0x1ee)]==='seriesStyle'){_0x4b08cf(G[_0x513055(0x191)],{[_0xb92281[_0x513055(0x205)]]:_0x347b29});return;}if(_0xb92281[_0x513055(0x1ee)]==='paretoStyle'){_0x4b08cf(G[_0x513055(0x20b)],{[_0xb92281[_0x513055(0x225)]===_0x513055(0x252)?_0x513055(0x1bd):_0x513055(0x281)]:_0x347b29});return;}_0xb92281[_0x513055(0x1ee)]===_0x513055(0x11f)&&_0x4b08cf(G[_0x513055(0x191)],{[_0xb92281[_0x513055(0x205)]]:{'waterfall':{[_0xb92281[_0x513055(0x225)]]:_0x347b29}}});}},[_0xb92281,_0x4b08cf]);return _0xb92281?_0xb3edf4(X,{'children':[_0x3e3403(Y,{'className':K[_0x3393f8(0x154)],'children':_0x3e3403(F,{'compact':!0x0,'color':(_0x155efa=_0x264674[_0x3393f8(0x219)])==null?null:_0x155efa,'onChange':_0x368a7d=>_0x58ecea({'color':_0x368a7d==null?null:_0x368a7d})})}),_0x3e3403(Y,{'children':_0x3e3403(rn,{'value':_0x264674[_0x3393f8(0x2a2)],'onChange':_0x41c29a=>_0x58ecea({'fillOpacity':_0x41c29a})})}),_0x3e3403(_0x264be4,{'checked':(_0x45ac05=(_0x5e92af=_0x264674[_0x3393f8(0x224)])==null?void 0x0:_0x5e92af[_0x3393f8(0x1e0)])==null?!0x1:_0x45ac05,'onChange':_0x4fbd39=>_0x58ecea({'label':{'visible':!!_0x4fbd39}}),'children':_0x10217a['t'](W['CONTROL']['LABELS'])})]}):_0x3e3403(_0x5a1841,{});}function dn(_0x5c215b){const _0x3d1cf5=_0x584dc2;switch(_0x5c215b['target']['scope']){case _0x3d1cf5(0x1ab):return an;case'axisTitle':return on;case _0x3d1cf5(0x1da):return sn;case'axis':return cn;case _0x3d1cf5(0x171):var _0x133c9c;return((_0x133c9c=_0x5c215b[_0x3d1cf5(0x217)][_0x3d1cf5(0x136)])==null?void 0x0:_0x133c9c['kind'])===_0x3d1cf5(0x257)?ln:un;default:return null;}}function fn(_0x20b9a0){const _0x3a1d70=_0x584dc2;let _0x5460cb=_0x20b9a0[_0x3a1d70(0x10b)][_0x3a1d70(0x222)],_0x55b50a=_0x34bbce(_0x4174f1),_0x4e793c=_0x34bbce(Nt);if(!_0x5460cb)return null;let _0x2804ad=_0x4e793c[_0x3a1d70(0x14a)](_0x5460cb['adapterKey']),_0x43ad63=_0x5460cb,_0x269764=dn(_0x43ad63);return _0xb3edf4(_0x3a1d70(0x1a3),{'className':_0x3a5887(K[_0x3a1d70(0x215)],_0x29ca6b),'data-chart-element-float-menu':_0x5460cb[_0x3a1d70(0x217)]['scope'],'children':[_0x3e3403(_0x3a1d70(0x1a3),{'className':K[_0x3a1d70(0x234)],'children':_0x55b50a['t']($t(_0x5460cb))}),_0x3e3403(_0x3a1d70(0x1a3),{'className':K[_0x3a1d70(0x201)],'children':_0x269764?_0x3e3403(_0x269764,{'adapter':_0x2804ad,'context':_0x43ad63}):null})]});}var pn='@univerjs-pro/chart-ui',mn=_0x584dc2(0x1fb);function hn(_0x42bc50,_0x55dbb9){return function(_0x341d34,_0x14f121){_0x55dbb9(_0x341d34,_0x14f121,_0x42bc50);};}function gn(_0xa0d85e,_0x4b819b,_0x27cc98,_0x42431b){const _0x86efa3=_0x584dc2;var _0x310158=arguments[_0x86efa3(0x285)],_0x38ac63=_0x310158<0x3?_0x4b819b:_0x42431b===null?_0x42431b=Object[_0x86efa3(0x119)](_0x4b819b,_0x27cc98):_0x42431b,_0x1ab88d;if(typeof Reflect=='object'&&typeof Reflect[_0x86efa3(0x19b)]==_0x86efa3(0x148))_0x38ac63=Reflect[_0x86efa3(0x19b)](_0xa0d85e,_0x4b819b,_0x27cc98,_0x42431b);else{for(var _0x1837ed=_0xa0d85e[_0x86efa3(0x285)]-0x1;_0x1837ed>=0x0;_0x1837ed--)(_0x1ab88d=_0xa0d85e[_0x1837ed])&&(_0x38ac63=(_0x310158<0x3?_0x1ab88d(_0x38ac63):_0x310158>0x3?_0x1ab88d(_0x4b819b,_0x27cc98,_0x38ac63):_0x1ab88d(_0x4b819b,_0x27cc98))||_0x38ac63);}return _0x310158>0x3&&_0x38ac63&&Object[_0x86efa3(0x198)](_0x4b819b,_0x27cc98,_0x38ac63),_0x38ac63;}let Q=class extends _0x2995ac{constructor(_0x2d6b63){const _0x3213d0=_0x584dc2;super(),this[_0x3213d0(0x271)]=_0x2d6b63,this[_0x3213d0(0x280)]();}['_registerComponents'](){const _0xb18d36=_0x584dc2;this[_0xb18d36(0x1e5)](this[_0xb18d36(0x271)][_0xb18d36(0x193)](Pt,fn));}};Q=gn([hn(0x0,_0xdc1f07(_0x26e6e1))],Q);let $=class extends _0x3153bc{constructor(_0x2d999b=Mt,_0x5e2942,_0x10e823){const _0x14f08b=_0x584dc2;super(),this[_0x14f08b(0x10e)]=_0x2d999b,this[_0x14f08b(0x135)]=_0x5e2942,this[_0x14f08b(0x1d4)]=_0x10e823;let {..._0x9a6cd4}=_0x5f4b6c({},Mt,this[_0x14f08b(0x10e)]);this['_configService'][_0x14f08b(0x134)](jt,_0x9a6cd4);}['onStarting'](){const _0x2dbff5=_0x584dc2;this[_0x2dbff5(0x135)][_0x2dbff5(0x112)]([Nt]),this['_injector']['add']([Q]),this[_0x2dbff5(0x135)][_0x2dbff5(0x14a)](Q);}};P($,_0x584dc2(0x114),_0x44f016[_0x584dc2(0x22c)]),P($,_0x584dc2(0x1c5),'UNIVER_CHART_UI_PLUGIN'),P($,_0x584dc2(0x283),pn),P($,_0x584dc2(0x273),mn),$=gn([_0x17392b(_0x17731e),hn(0x1,_0xdc1f07(_0x99eb1e)),hn(0x2,_0x2a0825)],$);export{We as CHART_DOM_HOST_Z_INDEX,Pt as CHART_ELEMENT_FLOAT_MENU_COMPONENT,Ft as CHART_ELEMENT_FLOAT_MENU_OFFSET,Ue as CHART_HOST_BORDER_RADIUS,jt as CHART_UI_PLUGIN_CONFIG_KEY,U as ChartAxisId,et as ChartCheckboxField,it as ChartColorField,He as ChartDomFrame,st as ChartEditBlockTitle,qt as ChartEditPanelSection,Kt as ChartEditPanelTab,ot as ChartEditPanelTabs,fn as ChartElementFloatMenu,Nt as ChartElementFloatMenuAdapterRegistry,at as ChartFontField,Ie as ChartFrameContentMode,Le as ChartFrameLayout,_t as ChartInlineTableEditor,vt as ChartLegendWrapField,Wt as ChartMarkDirectEditKind,Gt as ChartMarkPanel,nt as ChartNumberField,Ke as ChartPointMappingStateKey,z as ChartPropertyField,Qe as ChartPropertyRow,$e as ChartSelectField,rt as ChartTextField,H as ChartTitleKey,tt as ChartToggleField,F as ColorPickerControl,I as DropdownSelector,Xe as FontAlignSelector,Ye as FontColorSelector,Ze as FontFormatBar,R as FontFormatToggle,Je as FontSizeSelector,Ge as MIN_CHART_HOST_DIMENSION,$ as UniverChartUIPlugin,dt as appendInlineTableColumn,ut as appendInlineTableRow,gt as applyInlineTablePaste,Ct as buildChartThemeSelectOptions,xt as buildChartTypeSelectOptions,Tt as chartBorderWidthValues,Et as chartLinePointSizeValues,wt as chartOpacityValues,Dt as chartTickLengthValues,Ot as chartTickWidthValues,yt as chartTypeToIcon,lt as coerceInlineTableCell,pt as compactInlineTableValues,kt as createPercentOptions,At as createPxOptions,B as normalizeInlineTableValues,St as renderChartThemeColorStrip,bt as renderChartTypeSelectLabel,Jt as resolveChartElementConfigTarget};
1
+ const _0x4dc490=_0xef87;(function(_0x405820,_0xd9de7e){const _0x32d6a9=_0xef87,_0x176549=_0x405820();while(!![]){try{const _0x27f580=-parseInt(_0x32d6a9(0x341))/0x1*(-parseInt(_0x32d6a9(0x27f))/0x2)+-parseInt(_0x32d6a9(0x210))/0x3*(parseInt(_0x32d6a9(0x2f7))/0x4)+-parseInt(_0x32d6a9(0x2c9))/0x5+parseInt(_0x32d6a9(0x30a))/0x6*(-parseInt(_0x32d6a9(0x260))/0x7)+parseInt(_0x32d6a9(0x2d1))/0x8*(-parseInt(_0x32d6a9(0x2df))/0x9)+-parseInt(_0x32d6a9(0x29e))/0xa+parseInt(_0x32d6a9(0x239))/0xb;if(_0x27f580===_0xd9de7e)break;else _0x176549['push'](_0x176549['shift']());}catch(_0x6b0af7){_0x176549['push'](_0x176549['shift']());}}}(_0x1998,0x1ac32));import{AxisAlignEnum as _0x193fb0,ChartTypeBits as _0x2fbd42,LabelContentType as _0x16cc10,LegendPositionEnum as _0x4a4cb8,PieLabelPosition as _0x1b2b11,SelectModeEnum as _0x313079,TextAlign as _0x3f6f06,TitlePositionEnum as _0xc883ab,chartBitsUtils as _0x206d5c,createChartStarterRows as _0x2948f6,defaultChartConfig as _0x2b8dcf,getChartHostFrameContentRect as _0x1f9387,resolveChartHostFrameBorder as _0xc24df7,shouldComposeChartHostFrame as _0x420dc6}from'@univerjs-pro/engine-chart';import{Button as _0x3b6f02,Checkbox as _0x3895e9,ColorPicker as _0x33c46a,Dropdown as _0x4d07c5,DropdownMenu as _0x53357a,Input as _0x3d6436,InputNumber as _0x3f9b3c,MultipleSelect as _0x4090b0,Select as _0x3d18bb,Switch as _0x26c635,borderClassName as _0x28d938,clsx as _0x41d172,selectClassName as _0xe473b7}from'@univerjs/design';import{DependentOn as _0x5963c3,Disposable as _0x810e30,IConfigService as _0x58a30d,Inject as _0x50417e,Injector as _0x3fd479,LocaleService as _0x460c82,Plugin as _0x3ca261,UniverInstanceType as _0x4559d9,merge as _0x17a3ed}from'@univerjs/core';import{AlignTextBothIcon as _0x1ba2f7,AreaChartIcon as _0x545a72,ArrowDownIcon as _0x5e33c6,ArrowUpIcon as _0x2f3b6b,BarChartIcon as _0x5a1558,BoldIcon as _0x435ed1,BoxplotIcon as _0x4225ac,BubbleIcon as _0x52dab2,CandlestickChartIcon as _0x569dac,CloudOutlineIcon as _0xd9459b,ColumnChartIcon as _0x5672b2,ComboChartIcon as _0x22d47e,DeleteIcon as _0x3405bc,FontColorDoubleIcon as _0xa8165f,FunnelIcon as _0x5bd566,HeatmapIcon as _0xd8fc9c,HistogramChartIcon as _0x4bf94a,ItalicIcon as _0x89d48a,LineChartIcon as _0x41dc1f,MoreDownIcon as _0x31d760,PieChartIcon as _0x50203f,RadarChartIcon as _0xe5c711,RelationshipIcon as _0xb4b9b4,SankeyIcon as _0x35fd68,ScatterChartIcon as _0x2bf6e7,TextWrapShapeIcon as _0xc91fed,TreemapChartIcon as _0x1db319,WaterfallChartIcon as _0x54ee27}from'@univerjs/icons';import{ComponentManager as _0x3b2c47,UniverUIPlugin as _0x484c8b,useDependency as _0x10307d,useObservable as _0x137f1a}from'@univerjs/ui';import{useCallback as _0x3ec3a8,useMemo as _0x3ee4ae,useState as _0xf8de25}from'react';import{Fragment as _0xdec74b,jsx as _0x11357b,jsxs as _0x230036}from'react/jsx-runtime';import{UniverLicensePlugin as _0x5626fb}from'@univerjs-pro/license';let We=function(_0x1f11b7){const _0x5691dd=_0xef87;return _0x1f11b7[_0x5691dd(0x218)]=_0x5691dd(0x27d),_0x1f11b7['Overlay']=_0x5691dd(0x2d2),_0x1f11b7;}({});var Ge=class{static[_0x4dc490(0x225)](_0x1472d0){const _0x537376=_0x4dc490;let _0x433796=Ke(_0x1472d0[_0x537376(0x271)][_0x537376(0x34b)],_0x1472d0[_0x537376(0x271)]['top'],_0x1472d0['logicalOuterRect'][_0x537376(0x282)],_0x1472d0['logicalOuterRect'][_0x537376(0x24c)]),_0x2e6d62=_0x433796;if(_0x1472d0[_0x537376(0x27b)]===_0x537376(0x27d)&&_0x420dc6(_0x1472d0[_0x537376(0x37e)])){let _0x36e442=_0x1f9387(_0x433796,_0x1472d0[_0x537376(0x37e)]);_0x2e6d62=Ke(_0x433796[_0x537376(0x34b)]+_0x36e442['left'],_0x433796[_0x537376(0x349)]+_0x36e442[_0x537376(0x349)],_0x36e442[_0x537376(0x282)],_0x36e442[_0x537376(0x24c)]);}return Object[_0x537376(0x3a5)]({'logicalOuterRect':_0x433796,'logicalContentRect':_0x2e6d62,'renderedOuterRect':qe(_0x433796,_0x1472d0['scale'][_0x537376(0x303)],_0x1472d0[_0x537376(0x3a2)][_0x537376(0x2a8)]),'renderedContentRect':qe(_0x2e6d62,_0x1472d0[_0x537376(0x3a2)][_0x537376(0x303)],_0x1472d0[_0x537376(0x3a2)]['scaleY']),'contentMode':_0x1472d0['contentMode']});}};function Ke(_0x44efdf,_0x52eeb4,_0x14493d,_0xf060c2){const _0x55b803=_0x4dc490;if(j(_0x44efdf,_0x55b803(0x34b)),j(_0x52eeb4,_0x55b803(0x349)),j(_0x14493d,_0x55b803(0x282)),j(_0xf060c2,'height'),_0x14493d<0x0||_0xf060c2<0x0)throw RangeError('Chart\x20frame\x20dimensions\x20cannot\x20be\x20negative.');return Object[_0x55b803(0x3a5)]({'left':_0x44efdf,'top':_0x52eeb4,'width':_0x14493d,'height':_0xf060c2});}function qe(_0x43f2aa,_0x4f2554,_0x31dc10){const _0x31bf27=_0x4dc490;if(j(_0x4f2554,'scaleX'),j(_0x31dc10,_0x31bf27(0x2a8)),_0x4f2554<0x0||_0x31dc10<0x0)throw RangeError(_0x31bf27(0x3ac));return Ke(_0x43f2aa[_0x31bf27(0x34b)]*_0x4f2554,_0x43f2aa[_0x31bf27(0x349)]*_0x31dc10,_0x43f2aa[_0x31bf27(0x282)]*_0x4f2554,_0x43f2aa[_0x31bf27(0x24c)]*_0x31dc10);}function j(_0x6b1f3d,_0x143933){const _0x284537=_0x4dc490;if(!Number['isFinite'](_0x6b1f3d))throw TypeError(_0x143933+_0x284537(0x383));}function M(_0xedc697){'@babel/helpers - typeof';const _0x40c3d5=_0x4dc490;return M=typeof Symbol=='function'&&typeof Symbol[_0x40c3d5(0x2da)]=='symbol'?function(_0x56ec90){return typeof _0x56ec90;}:function(_0x2ecb44){const _0xe6f656=_0x40c3d5;return _0x2ecb44&&typeof Symbol==_0xe6f656(0x267)&&_0x2ecb44['constructor']===Symbol&&_0x2ecb44!==Symbol[_0xe6f656(0x39e)]?'symbol':typeof _0x2ecb44;},M(_0xedc697);}function Je(_0x1d029,_0x41d95a){const _0x3ef365=_0x4dc490;if(M(_0x1d029)!=_0x3ef365(0x317)||!_0x1d029)return _0x1d029;var _0x3f15bd=_0x1d029[Symbol[_0x3ef365(0x2e8)]];if(_0x3f15bd!==void 0x0){var _0x132559=_0x3f15bd[_0x3ef365(0x32c)](_0x1d029,_0x41d95a||_0x3ef365(0x33d));if(M(_0x132559)!=_0x3ef365(0x317))return _0x132559;throw TypeError(_0x3ef365(0x343));}return(_0x41d95a===_0x3ef365(0x361)?String:Number)(_0x1d029);}function Ye(_0x3f430c){const _0x5af539=_0x4dc490;var _0x7f3cb4=Je(_0x3f430c,_0x5af539(0x361));return M(_0x7f3cb4)=='symbol'?_0x7f3cb4:_0x7f3cb4+'';}function N(_0x2a25c7,_0x132d70,_0x300d10){const _0xce5f=_0x4dc490;return(_0x132d70=Ye(_0x132d70))in _0x2a25c7?Object[_0xce5f(0x3c9)](_0x2a25c7,_0x132d70,{'value':_0x300d10,'enumerable':!0x0,'configurable':!0x0,'writable':!0x0}):_0x2a25c7[_0x132d70]=_0x300d10,_0x2a25c7;}function _0xef87(_0x2eb44b,_0x394159){_0x2eb44b=_0x2eb44b-0x1f3;const _0x19984d=_0x1998();let _0xef872b=_0x19984d[_0x2eb44b];return _0xef872b;}function Xe(_0x10e361,_0x16271d){const _0xcaba23=_0x4dc490;var _0x2339d4,_0xe5660c;let _0x6413bc=_0xc24df7(_0x16271d);return JSON[_0xcaba23(0x288)]({'outer':_0x10e361['logicalOuterRect'],'content':_0x10e361[_0xcaba23(0x29a)],'rendered':_0x10e361[_0xcaba23(0x26a)],'mode':_0x10e361[_0xcaba23(0x27b)],'fill':(_0x2339d4=_0x16271d[_0xcaba23(0x39c)])==null?'':_0x2339d4,'border':_0x6413bc,'radius':(_0xe5660c=_0x16271d['radius'])==null?0x0:_0xe5660c});}var Ze=class{constructor(_0x6f2368){const _0x226203=_0x4dc490;this[_0x226203(0x253)]=_0x6f2368,N(this,'mountNode',void 0x0),N(this,'_frameNode',void 0x0),N(this,_0x226203(0x3a0),null),N(this,_0x226203(0x23e),''),this[_0x226203(0x2e1)]=document[_0x226203(0x208)](_0x226203(0x29f)),this[_0x226203(0x2e1)][_0x226203(0x20b)]=_0x226203(0x26d),this[_0x226203(0x21f)]=document[_0x226203(0x208)](_0x226203(0x29f)),this[_0x226203(0x21f)][_0x226203(0x20b)]='chart-host',this[_0x226203(0x2e1)][_0x226203(0x328)](this[_0x226203(0x21f)]),this[_0x226203(0x253)]['appendChild'](this[_0x226203(0x2e1)]);}[_0x4dc490(0x353)](_0xde1456,_0x5831b1){const _0x16b624=_0x4dc490;var _0x3d46df,_0xf6e5eb,_0x426b4f;let _0x420f40=Xe(_0xde1456,_0x5831b1);if(_0x420f40===this[_0x16b624(0x23e)])return;this['_stateKey']=_0x420f40;let _0x4eb6ea=_0xde1456['logicalOuterRect'],_0x2af1c1=_0xde1456['logicalContentRect'],_0x3e2049=_0x4eb6ea[_0x16b624(0x282)]===0x0?0x1:_0xde1456['renderedOuterRect'][_0x16b624(0x282)]/_0x4eb6ea['width'],_0x9ae72=_0x4eb6ea['height']===0x0?0x1:_0xde1456[_0x16b624(0x26a)][_0x16b624(0x24c)]/_0x4eb6ea[_0x16b624(0x24c)],_0xd71505=_0xc24df7(_0x5831b1),_0x369c66=_0xde1456[_0x16b624(0x27b)]===_0x16b624(0x27d)?(_0x3d46df=_0xd71505==null?void 0x0:_0xd71505[_0x16b624(0x282)])==null?0x0:_0x3d46df:0x0,_0x5a3956=Math[_0x16b624(0x2c5)](0x0,Number[_0x16b624(0x3bc)](_0x5831b1['radius'])?(_0xf6e5eb=_0x5831b1[_0x16b624(0x3c7)])==null?0x0:_0xf6e5eb:0x0);if(Object[_0x16b624(0x33e)](this[_0x16b624(0x2e1)]['style'],{'position':_0x16b624(0x362),'left':_0x4eb6ea['left']+'px','top':_0x4eb6ea[_0x16b624(0x349)]+'px','width':_0x4eb6ea[_0x16b624(0x282)]+'px','height':_0x4eb6ea['height']+'px','transform':'scale('+_0x3e2049+',\x20'+_0x9ae72+')','transformOrigin':_0x16b624(0x2f8),'boxSizing':_0x16b624(0x30f),'overflow':_0x16b624(0x20f),'borderRadius':_0x5a3956+'px','backgroundColor':(_0x426b4f=_0x5831b1[_0x16b624(0x39c)])==null?'':_0x426b4f,'border':_0xde1456[_0x16b624(0x27b)]===_0x16b624(0x27d)&&_0xd71505?_0xd71505[_0x16b624(0x282)]+_0x16b624(0x2a5)+_0xd71505['color']:'0'}),Object[_0x16b624(0x33e)](this['mountNode'][_0x16b624(0x319)],{'position':_0x16b624(0x362),'left':_0x2af1c1[_0x16b624(0x34b)]-_0x4eb6ea['left']-_0x369c66+'px','top':_0x2af1c1[_0x16b624(0x349)]-_0x4eb6ea['top']-_0x369c66+'px','width':_0x2af1c1[_0x16b624(0x282)]+'px','height':_0x2af1c1['height']+'px','border':'0','boxSizing':_0x16b624(0x214),'overflow':_0x16b624(0x20f)}),_0xde1456[_0x16b624(0x27b)]===_0x16b624(0x2d2))this['_borderNode']!=null||(this[_0x16b624(0x3a0)]=this[_0x16b624(0x2b9)]()),this[_0x16b624(0x3a0)][_0x16b624(0x319)][_0x16b624(0x2fd)]=_0xd71505?_0xd71505['width']+_0x16b624(0x2a5)+_0xd71505[_0x16b624(0x200)]:'0';else{var _0x24622b;(_0x24622b=this[_0x16b624(0x3a0)])==null||_0x24622b[_0x16b624(0x25d)](),this[_0x16b624(0x3a0)]=null;}}[_0x4dc490(0x3c0)](){const _0x2c4dcf=_0x4dc490;this[_0x2c4dcf(0x2e1)][_0x2c4dcf(0x25d)](),this['_borderNode']=null;}['_createBorderNode'](){const _0x2f62e0=_0x4dc490;let _0x1740db=document[_0x2f62e0(0x208)](_0x2f62e0(0x29f));return _0x1740db[_0x2f62e0(0x20b)]='chart-host-border',Object['assign'](_0x1740db['style'],{'position':_0x2f62e0(0x362),'left':'0','top':'0','width':_0x2f62e0(0x2f9),'height':_0x2f62e0(0x2f9),'boxSizing':'border-box','pointerEvents':_0x2f62e0(0x2e9),'borderRadius':_0x2f62e0(0x2c1)}),this[_0x2f62e0(0x2e1)][_0x2f62e0(0x328)](_0x1740db),_0x1740db;}};const Qe=0x8,$e=0x3e8,et=0x1;let tt=function(_0x51a7e3){const _0x1d9acc=_0x4dc490;return _0x51a7e3['ScatterXIndex']=_0x1d9acc(0x37c),_0x51a7e3['ScatterYIndex']=_0x1d9acc(0x296),_0x51a7e3[_0x1d9acc(0x380)]='scatterLabelIndex',_0x51a7e3[_0x1d9acc(0x25e)]=_0x1d9acc(0x318),_0x51a7e3[_0x1d9acc(0x339)]=_0x1d9acc(0x2a9),_0x51a7e3;}({});const nt=['A','B','C'],rt=[['US',_0x4dc490(0x1fe)],['US',_0x4dc490(0x21b)],['UA',_0x4dc490(0x1fe)],['UA',_0x4dc490(0x21b)]];function it(_0x4955d1){const _0x5da3e9=_0x4dc490;return _0x4955d1===_0x2fbd42[_0x5da3e9(0x30b)]?0x1:0x2;}function at(_0x50e871,_0xc05eb7){const _0x323e6a=_0x4dc490;let _0x587ae4=_0x2948f6(_0x50e871);if(_0x587ae4)switch(_0x50e871){case _0x2fbd42[_0x323e6a(0x3a8)]:return[[_0xc05eb7(_0x323e6a(0x25a)),_0xc05eb7(_0x323e6a(0x1f3)),_0xc05eb7(_0x323e6a(0x3b5)),_0xc05eb7(_0x323e6a(0x322)),_0xc05eb7('candlestick.close')],..._0x587ae4];case _0x2fbd42['Histogram']:return[[_0xc05eb7(_0x323e6a(0x21d))],..._0x587ae4];case _0x2fbd42['Treemap']:return[[...nt],...rt[_0x323e6a(0x2f0)](([_0xfab33b,_0x3f7c60],_0x121b0a)=>{var _0x5c106b,_0x9d49fc;return[_0xfab33b,_0x3f7c60,(_0x5c106b=(_0x9d49fc=_0x587ae4[_0x121b0a])==null?void 0x0:_0x9d49fc[0x2])==null?null:_0x5c106b];})];default:return;}}function P(_0x1941aa){const _0x10957f=_0x4dc490;var _0x47f39f;let {ariaLabel:_0x2d8b6a,color:_0x449b0f,compact:_0x2fc5be=!0x1,onChange:_0x33f33a}=_0x1941aa,[_0x2875f8,_0x15849e]=_0xf8de25(!0x1),_0x5a82e5=_0x10307d(_0x460c82),_0x386668=typeof _0x449b0f==_0x10957f(0x361)?_0x449b0f:_0x449b0f==null||(_0x47f39f=_0x449b0f[_0x10957f(0x2e0)][0x0])==null?void 0x0:_0x47f39f[_0x10957f(0x200)],_0x409747=_0x386668==='transparent'||_0x386668==null,_0x4c640c=_0x3ec3a8(_0x21d060=>{_0x33f33a==null||_0x33f33a(_0x21d060),_0x15849e(!0x1);},[_0x33f33a]),_0x36b931=_0x2fc5be?_0x11357b(_0x3b6f02,{'asChild':!0x0,'className':'!univer-h-8\x20!univer-w-9\x20!univer-px-1\x20!univer-py-0','children':_0x11357b('button',{'aria-label':_0x2d8b6a,'type':'button','children':_0x11357b('span',{'className':_0x41d172('univer-block\x20univer-shrink-0\x20univer-rounded-sm',_0x28d938),'style':{'backgroundColor':_0x409747?'#ffffff':_0x386668,'height':0x14,'width':0x14}})})}):_0x230036(_0x10957f(0x37d),{'aria-label':_0x2d8b6a,'className':_0x41d172(_0xe473b7,_0x10957f(0x39b),{'univer-border-primary-600\x20univer-outline-none\x20univer-ring-2\x20univer-ring-primary-50\x20dark:!univer-ring-primary-900':_0x2875f8,'univer-cursor-pointer':!_0x2875f8}),'type':'button','children':[_0x409747?_0x11357b('div',{'className':'univer-flex-1\x20univer-truncate\x20univer-text-sm\x20univer-text-gray-500\x20dark:!univer-text-white','children':_0x5a82e5['t'](_0x10957f(0x325))}):_0x11357b('div',{'className':_0x41d172(_0x10957f(0x2ac),_0x28d938),'style':{'backgroundColor':_0x386668}}),_0x11357b(_0x31d760,{'className':_0x10957f(0x307)})]});return _0x11357b(_0x4d07c5,{'overlay':_0x230036(_0x10957f(0x29f),{'className':_0x10957f(0x3c5),'children':[_0x11357b(_0x3b6f02,{'className':_0x10957f(0x220),'onClick':()=>_0x4c640c(null),'children':_0x5a82e5['t']('chart-ui.common.reset')}),_0x11357b(_0x33c46a,{'value':_0x409747?_0x10957f(0x1fb):_0x386668,'onChange':_0x4c640c})]}),'open':_0x2875f8,'onOpenChange':_0x15849e,'children':_0x36b931});}function ot(_0x1f3a70){const _0x5a9198=_0x4dc490;let {value:_0x584f84,menus:_0x15fd0d,onSelect:_0x1c301c,children:_0x599724}=_0x1f3a70,[_0x5e53af,_0x4473b9]=_0xf8de25(!0x1);return _0x11357b(_0x53357a,{'items':[{'type':_0x5a9198(0x330),'value':_0x584f84,'options':_0x15fd0d,'onSelect':_0x302d6b=>_0x1c301c==null?void 0x0:_0x1c301c(_0x302d6b)}],'open':_0x5e53af,'onOpenChange':_0x4473b9,'children':typeof _0x599724==_0x5a9198(0x267)?_0x599724(_0x5e53af):_0x599724});}const st=[{'label':'10','value':'10'},{'label':'12','value':'12'},{'label':'14','value':'14'},{'label':'16','value':'16'},{'label':'18','value':'18'},{'label':'20','value':'20'},{'label':'24','value':'24'},{'label':'30','value':'30'},{'label':'36','value':'36'}],F=_0x4dc490(0x3ca);function ct(_0x53cac7){const _0x231f05=_0x4dc490;let {value:_0xcdad7=_0x2b8dcf[_0x231f05(0x266)]['titleFontSize'],onChange:_0x1fafe0}=_0x53cac7;return _0x11357b(ot,{'value':_0xcdad7['toString'](),'menus':st[_0x231f05(0x2f0)](_0x5469cc=>({..._0x5469cc})),'onSelect':_0x4dc370=>_0x1fafe0==null?void 0x0:_0x1fafe0(Number(_0x4dc370)),'children':_0x462e7a=>_0x230036(_0x231f05(0x37d),{'aria-label':_0x231f05(0x1f7),'className':_0x41d172(F,_0x231f05(0x38f)),'type':_0x231f05(0x37d),'children':[_0x11357b(_0x231f05(0x3a1),{'children':_0xcdad7}),_0x11357b(_0x31d760,{'className':_0x41d172(_0x231f05(0x272),{'univer-rotate-180':_0x462e7a})})]})});}function lt(_0x18b462){const _0x1d6f5c=_0x4dc490;let {color:_0x4687b0,onChange:_0x93f562}=_0x18b462,[_0x54fd1a,_0x3c1526]=_0xf8de25(!0x1);return _0x11357b(_0x4d07c5,{'overlay':_0x11357b(_0x1d6f5c(0x29f),{'className':_0x1d6f5c(0x304),'children':_0x11357b(_0x33c46a,{'value':_0x4687b0,'onChange':_0x2f3e6f=>_0x93f562==null?void 0x0:_0x93f562(_0x2f3e6f)})}),'open':_0x54fd1a,'onOpenChange':_0x3c1526,'children':_0x230036(_0x1d6f5c(0x37d),{'aria-label':_0x1d6f5c(0x27e),'className':F,'type':_0x1d6f5c(0x37d),'children':[_0x11357b(_0xa8165f,{'className':_0x1d6f5c(0x2f6),'extend':{'colorChannel1':_0x4687b0==null?_0x2b8dcf[_0x1d6f5c(0x266)][_0x1d6f5c(0x200)]:_0x4687b0}}),_0x11357b(_0x31d760,{'className':_0x41d172(_0x1d6f5c(0x2b5),{'univer-rotate-180':_0x54fd1a})})]})});}function I(_0x2e6bd4){const _0x57faea=_0x4dc490;let {active:_0x26857c,type:_0x427b4b,onClick:_0x5776a0}=_0x2e6bd4,_0x8959b=_0x427b4b===_0x57faea(0x203)?_0x435ed1:_0x89d48a;return _0x11357b('button',{'aria-label':_0x427b4b==='bold'?'Bold':_0x57faea(0x290),'aria-pressed':!!_0x26857c,'className':_0x41d172(F,{'univer-bg-gray-50\x20univer-text-primary-600':_0x26857c}),'onClick':_0x5776a0,'type':'button','children':_0x11357b(_0x8959b,{})});}function ut(_0x5a6dac){const _0x560c6f=_0x4dc490;var _0x5ae750;let {value:_0x2f650a,onChange:_0x594297}=_0x5a6dac,_0xd78a62=_0x10307d(_0x460c82),_0x42e04e=[{'label':_0xd78a62['t'](_0x560c6f(0x2d0)),'value':_0x3f6f06[_0x560c6f(0x216)]},{'label':_0xd78a62['t'](_0x560c6f(0x28f)),'value':_0x3f6f06[_0x560c6f(0x2d9)]},{'label':_0xd78a62['t'](_0x560c6f(0x2fc)),'value':_0x3f6f06[_0x560c6f(0x3b6)]}];return _0x11357b(ot,{'value':(_0x5ae750=_0x2f650a==null?void 0x0:_0x2f650a[_0x560c6f(0x256)]())==null?'':_0x5ae750,'menus':_0x42e04e['map'](_0x1ee479=>({..._0x1ee479})),'onSelect':_0x492202=>_0x594297==null?void 0x0:_0x594297(_0x492202),'children':_0x11357b(_0x560c6f(0x37d),{'aria-label':_0x560c6f(0x346),'className':F,'type':_0x560c6f(0x37d),'children':_0x11357b(_0x1ba2f7,{})})});}function dt(_0x487494){const _0x588056=_0x4dc490;let {align:_0x5e6566,alignControl:_0x27837c=!0x1,bold:_0x152fc7,className:_0xb02568,color:_0x5295d4,fontSize:_0x35da64=_0x2b8dcf[_0x588056(0x266)][_0x588056(0x25c)],italic:_0x4130f,onChange:_0x5827fd}=_0x487494;return _0x230036(_0x588056(0x29f),{'className':_0x41d172(_0x588056(0x255),_0x28d938,_0xb02568),'children':[_0x11357b(ct,{'value':_0x35da64,'onChange':_0x746d1b=>_0x5827fd==null?void 0x0:_0x5827fd(_0x588056(0x390),_0x746d1b)}),_0x11357b(lt,{'color':_0x5295d4,'onChange':_0x4fef52=>_0x5827fd==null?void 0x0:_0x5827fd(_0x588056(0x200),_0x4fef52)}),_0x27837c&&_0x11357b(ut,{'value':_0x5e6566,'onChange':_0x3d58e1=>_0x5827fd==null?void 0x0:_0x5827fd(_0x588056(0x2f3),_0x3d58e1)}),_0x11357b(I,{'active':_0x152fc7,'type':_0x588056(0x203),'onClick':()=>_0x5827fd==null?void 0x0:_0x5827fd(_0x588056(0x203),!_0x152fc7)}),_0x11357b(I,{'active':_0x4130f,'type':_0x588056(0x36a),'onClick':()=>_0x5827fd==null?void 0x0:_0x5827fd(_0x588056(0x36a),!_0x4130f)})]});}function L(_0x315daa){const _0xef44ee=_0x4dc490;return _0x230036(_0xef44ee(0x394),{'className':_0xef44ee(0x232),'children':[_0x11357b(_0xef44ee(0x3a1),{'className':_0xef44ee(0x331),'children':_0x315daa['label']}),_0x315daa[_0xef44ee(0x3bf)]]});}function ft(_0x66b1cc){const _0x57f048=_0x4dc490;return _0x11357b('div',{'className':'univer-mb-2\x20univer-flex\x20univer-min-w-0\x20univer-justify-between\x20univer-gap-2\x20univer-p-0','children':_0x66b1cc[_0x57f048(0x3bf)]});}function R(_0x3d3e22){const _0x3d5dad=_0x4dc490;var _0x1168d0;return _0x11357b(L,{'label':_0x3d3e22[_0x3d5dad(0x394)],'children':_0x11357b(_0x3d18bb,{'aria-label':_0x3d3e22[_0x3d5dad(0x394)],'className':'univer-w-full\x20!univer-min-w-0','value':(_0x1168d0=_0x3d3e22['value'])==null?'':_0x1168d0,'options':_0x3d3e22[_0x3d5dad(0x229)],'onChange':_0xeb4729=>_0x3d3e22[_0x3d5dad(0x2b8)](_0xeb4729)})});}function pt(_0x308af3){const _0x1b50f1=_0x4dc490;return _0x11357b(_0x1b50f1(0x29f),{'className':_0x1b50f1(0x32f),'children':_0x11357b(_0x3895e9,{'checked':_0x308af3[_0x1b50f1(0x2ba)],'onChange':_0x4b8863=>_0x308af3['onChange'](!!_0x4b8863),'children':_0x308af3[_0x1b50f1(0x394)]})});}function mt(_0x4442ea){const _0x4e4050=_0x4dc490;return _0x230036(_0x4e4050(0x29f),{'className':_0x4e4050(0x335),'children':[_0x230036(_0x4e4050(0x3a1),{'className':'univer-flex\x20univer-min-w-0\x20univer-items-center\x20univer-gap-2','children':[_0x4442ea['icon']&&_0x11357b(_0x4e4050(0x3a1),{'className':'univer-flex\x20univer-shrink-0\x20univer-items-center\x20univer-text-base','children':_0x4442ea[_0x4e4050(0x280)]}),_0x11357b('span',{'className':'univer-truncate','children':_0x4442ea['label']})]}),_0x11357b(_0x26c635,{'defaultChecked':_0x4442ea[_0x4e4050(0x2ba)],'onChange':_0x4442ea[_0x4e4050(0x2b8)]})]});}function ht(_0x36cdeb){const _0x18ae29=_0x4dc490;return _0x11357b(L,{'label':_0x36cdeb[_0x18ae29(0x394)],'children':_0x11357b(_0x3f9b3c,{'allowClear':_0x36cdeb['allowClear'],'allowEmpty':_0x36cdeb[_0x18ae29(0x2c7)],'aria-label':_0x36cdeb[_0x18ae29(0x394)],'className':_0x18ae29(0x220),'max':_0x36cdeb[_0x18ae29(0x2c5)],'min':_0x36cdeb[_0x18ae29(0x348)],'precision':_0x36cdeb[_0x18ae29(0x2a1)],'step':_0x36cdeb[_0x18ae29(0x22e)],'value':_0x36cdeb['value'],'onChange':_0x13108b=>{_0x36cdeb['onChange'](_0x13108b===null?void 0x0:_0x13108b);}})});}function gt(_0x35ab31){const _0x10e91a=_0x4dc490;var _0x482818;return _0x11357b(L,{'label':_0x35ab31[_0x10e91a(0x394)],'children':_0x11357b(_0x3d6436,{'aria-label':_0x35ab31['label'],'value':(_0x482818=_0x35ab31[_0x10e91a(0x242)])==null?'':_0x482818,'placeholder':_0x35ab31[_0x10e91a(0x201)],'onChange':_0x35ab31['onChange']})});}function _t(_0x3d0ac3){const _0x6b7d97=_0x4dc490;var _0x5afea7;return _0x11357b(L,{'label':_0x3d0ac3[_0x6b7d97(0x394)],'children':_0x11357b(P,{'ariaLabel':_0x3d0ac3[_0x6b7d97(0x394)],'color':(_0x5afea7=_0x3d0ac3[_0x6b7d97(0x242)])==null?null:_0x5afea7,'onChange':_0x3d0ac3['onChange']})});}function vt(_0x3288df){const _0x5cbb2a=_0x4dc490;var _0x5632b8,_0x2846fa,_0x370d2b,_0x419e38,_0x56c36b,_0x5ea326,_0x219a64;return _0x11357b(L,{'label':_0x3288df[_0x5cbb2a(0x394)],'children':_0x11357b(dt,{'align':(_0x5632b8=_0x3288df['value'])==null?void 0x0:_0x5632b8[_0x5cbb2a(0x2f3)],'alignControl':_0x3288df[_0x5cbb2a(0x2a2)],'bold':(_0x2846fa=_0x3288df[_0x5cbb2a(0x242)])==null?void 0x0:_0x2846fa[_0x5cbb2a(0x203)],'color':(_0x370d2b=(_0x419e38=_0x3288df['value'])==null?void 0x0:_0x419e38[_0x5cbb2a(0x200)])==null?_0x2b8dcf[_0x5cbb2a(0x266)]['color']:_0x370d2b,'fontSize':(_0x56c36b=(_0x5ea326=_0x3288df['value'])==null?void 0x0:_0x5ea326[_0x5cbb2a(0x390)])==null?_0x2b8dcf[_0x5cbb2a(0x266)][_0x5cbb2a(0x390)]:_0x56c36b,'italic':(_0x219a64=_0x3288df[_0x5cbb2a(0x242)])==null?void 0x0:_0x219a64[_0x5cbb2a(0x36a)],'onChange':(_0xed43af,_0x54c72a)=>_0x3288df[_0x5cbb2a(0x2b8)](_0xed43af,_0x54c72a)})});}function yt(_0x4fe2ad){const _0x1ce753=_0x4dc490;let {className:_0x3b60b5,items:_0x25aec1,value:_0x41fb1f,variant:_0xcdf233=_0x1ce753(0x254),onChange:_0xdceaab}=_0x4fe2ad,_0x17a044=_0xcdf233===_0x1ce753(0x1ff);return _0x11357b(_0x1ce753(0x29f),{'className':_0x41d172(_0x17a044?'univer-inline-flex\x20univer-w-fit\x20univer-items-center\x20univer-gap-1\x20univer-self-start\x20univer-rounded-lg\x20univer-bg-gray-100\x20univer-p-1\x20dark:!univer-bg-gray-800':_0x1ce753(0x23d),_0x3b60b5),'role':'tablist','children':_0x25aec1[_0x1ce753(0x2f0)](_0x26c418=>{const _0x448ce2=_0x1ce753;let _0x4b4bef=_0x26c418['value']===_0x41fb1f;return _0x230036('button',{'className':_0x41d172('univer-cursor-pointer\x20univer-border-0\x20univer-text-center\x20univer-text-sm\x20univer-font-semibold\x20univer-transition-colors\x20focus-visible:univer-outline-none\x20focus-visible:univer-ring-2\x20focus-visible:univer-ring-primary-500',_0x17a044?_0x448ce2(0x32e):'univer-mr-5\x20univer-bg-transparent\x20univer-py-4',_0x4b4bef?_0x17a044?_0x448ce2(0x2ff):_0x448ce2(0x2a4):_0x448ce2(0x399)),'aria-selected':_0x4b4bef,'role':_0x448ce2(0x378),'type':_0x448ce2(0x37d),'onClick':()=>_0xdceaab(_0x26c418[_0x448ce2(0x242)]),'children':[_0x26c418[_0x448ce2(0x394)],!_0x17a044&&_0x11357b('div',{'className':_0x41d172(_0x448ce2(0x2e7),{'univer-bg-primary-600':_0x4b4bef,'univer-bg-transparent':!_0x4b4bef})})]},String(_0x26c418[_0x448ce2(0x242)]));})});}function bt(_0x5b3f76){const _0x1f66f8=_0x4dc490;let {children:_0x30ddfb,className:_0x305c3a,contentClassName:_0x23706d,footer:_0x150c0b,items:_0xc37977,onTabChange:_0x5bef94,tab:_0x4f1e83,tabsClassName:_0x186ced}=_0x5b3f76;return _0x230036(_0x1f66f8(0x29f),{'className':_0x41d172('univer-flex\x20univer-size-full\x20univer-min-h-0\x20univer-flex-col\x20univer-overflow-hidden\x20univer-bg-white\x20dark:!univer-bg-gray-900',_0x305c3a),'children':[_0x11357b(yt,{'className':_0x41d172(_0x1f66f8(0x3cb),_0x186ced),'value':_0x4f1e83,'items':_0xc37977,'onChange':_0x5bef94}),_0x11357b(_0x1f66f8(0x29f),{'className':_0x41d172(_0x1f66f8(0x310),_0x23706d),'children':_0x30ddfb}),_0x150c0b&&_0x11357b(_0x1f66f8(0x29f),{'className':'univer-shrink-0','children':_0x150c0b})]});}function xt(_0x334cd5){const _0x2471d1=_0x4dc490;return _0x11357b('div',{'className':'univer-mb-2\x20univer-mt-4\x20univer-text-sm\x20univer-font-medium\x20univer-text-gray-900\x20dark:!univer-text-white','children':_0x334cd5[_0x2471d1(0x2b2)]});}function St(_0x2232a4){return _0x2232a4==null?'':String(_0x2232a4);}function Ct(_0x5d5c59){const _0x669c9c=_0x4dc490;let _0x1de98d=_0x5d5c59[_0x669c9c(0x345)]();return _0x1de98d===''?null:/^(?:true|false)$/i[_0x669c9c(0x2ce)](_0x1de98d)?_0x1de98d[_0x669c9c(0x277)]()===_0x669c9c(0x37a):/^-?(?:\d+|\d*\.\d+)$/[_0x669c9c(0x2ce)](_0x1de98d)?Number(_0x1de98d):_0x5d5c59;}function z(_0x578d65,_0x202238=0x1,_0xeef092=0x1){const _0x16537f=_0x4dc490;let _0x8b1408=Math['max'](_0xeef092,0x0,..._0x578d65['map'](_0xbb2b37=>_0xbb2b37[_0x16537f(0x281)])),_0x42ed7a=Math['max'](_0x202238,_0x578d65[_0x16537f(0x281)]);return Array[_0x16537f(0x35b)]({'length':_0x42ed7a},(_0x151191,_0x2d53b5)=>{var _0x4efe63;let _0x1f1a70=(_0x4efe63=_0x578d65[_0x2d53b5])==null?[]:_0x4efe63;return Array['from']({'length':_0x8b1408},(_0x3f9b68,_0x4284ba)=>{var _0x2ad7d9;return(_0x2ad7d9=_0x1f1a70[_0x4284ba])==null?null:_0x2ad7d9;});});}function wt(_0x505676){const _0x4f4129=_0x4dc490;var _0x334ea8,_0xd28227;let _0x45881f=z(_0x505676),_0x30d04b=(_0x334ea8=(_0xd28227=_0x45881f[0x0])==null?void 0x0:_0xd28227[_0x4f4129(0x281)])==null?0x1:_0x334ea8;return[..._0x45881f,Array[_0x4f4129(0x35b)]({'length':_0x30d04b},()=>null)];}function Tt(_0x3154e6){const _0x26a707=_0x4dc490;return z(_0x3154e6)[_0x26a707(0x2f0)](_0xd08b65=>[..._0xd08b65,null]);}function Et(_0xc42a8){const _0x2b6356=_0x4dc490;return _0xc42a8[_0x2b6356(0x34d)](_0x3b4505=>_0x3b4505[_0x2b6356(0x34d)](_0x442158=>_0x442158!=null&&String(_0x442158)[_0x2b6356(0x345)]()!==''));}function Dt(_0x3bec98){const _0x302513=_0x4dc490;var _0x43fcfb,_0x175aed;let _0x2ed7a1=z(_0x3bec98);if(!Et(_0x2ed7a1))return[];let _0x327cdd=_0x2ed7a1[_0x302513(0x281)]-0x1;for(;_0x327cdd>=0x0&&_0x2ed7a1[_0x327cdd][_0x302513(0x320)](_0x1e5454=>_0x1e5454==null||String(_0x1e5454)[_0x302513(0x345)]()==='');)_0x327cdd--;let _0x5e0582=((_0x43fcfb=(_0x175aed=_0x2ed7a1[0x0])==null?void 0x0:_0x175aed[_0x302513(0x281)])==null?0x0:_0x43fcfb)-0x1;for(;_0x5e0582>=0x0&&_0x2ed7a1[_0x302513(0x320)](_0x5b3508=>_0x5b3508[_0x5e0582]==null||String(_0x5b3508[_0x5e0582])[_0x302513(0x345)]()==='');)_0x5e0582--;return _0x2ed7a1[_0x302513(0x38b)](0x0,_0x327cdd+0x1)[_0x302513(0x2f0)](_0x54c1c4=>_0x54c1c4[_0x302513(0x38b)](0x0,_0x5e0582+0x1));}function Ot(_0x1b224d){const _0x374b8c=_0x4dc490;var _0x14ce7c,_0x5c7f70;return _0x1b224d['length']>0x1||((_0x14ce7c=(_0x5c7f70=_0x1b224d[0x0])==null?void 0x0:_0x5c7f70[_0x374b8c(0x281)])==null?0x0:_0x14ce7c)>0x1;}function kt(_0x412929){const _0x2e582a=_0x4dc490;if(!_0x412929||typeof DOMParser>'u')return'';let _0x33a8df=new DOMParser()[_0x2e582a(0x386)](_0x412929,_0x2e582a(0x314));return Array[_0x2e582a(0x35b)](_0x33a8df[_0x2e582a(0x2e3)]('tr'))[_0x2e582a(0x2f0)](_0x5443d3=>Array['from'](_0x5443d3[_0x2e582a(0x2e3)](_0x2e582a(0x243)))[_0x2e582a(0x2f0)](_0x236afc=>{const _0x21d2a2=_0x2e582a;var _0x3826c0,_0x13e215;return(_0x3826c0=(_0x13e215=_0x236afc[_0x21d2a2(0x28a)])==null?void 0x0:_0x13e215[_0x21d2a2(0x345)]())==null?'':_0x3826c0;}))['filter'](_0x338a61=>_0x338a61['length']>0x0)['map'](_0xc5443f=>_0xc5443f[_0x2e582a(0x3ab)]('\x09'))['join']('\x0a');}function At(_0x4f3bd9,_0x181a3c,_0x57525a=0x1,_0x4f115d=0x1){let _0x37d610=Dt(_0x181a3c(_0x4f3bd9));return Ot(_0x37d610)?z(_0x37d610,_0x57525a,_0x4f115d):null;}function jt(_0x4cf72e){const _0x2a95cf=_0x4dc490;let {minColumns:_0x5152b3=0x2,minRows:_0x3b201a=0x2,onChange:_0x2094a2,parsePastedText:_0x463ad0,values:_0x4f8e2a}=_0x4cf72e,_0x14305f=_0x10307d(_0x460c82),_0x56d5fe=_0x14305f['t'](_0x2a95cf(0x392)),_0x245fd2=_0x3ee4ae(()=>z(_0x4f8e2a,_0x3b201a,_0x5152b3),[_0x5152b3,_0x3b201a,_0x4f8e2a]),_0x3993f0=(_0x247ee6,_0x47bb08,_0x399108)=>{const _0x3eb3a6=_0x2a95cf;let _0x2c7a60=_0x245fd2[_0x3eb3a6(0x2f0)](_0x31ed28=>[..._0x31ed28]);_0x2c7a60[_0x247ee6][_0x47bb08]=Ct(_0x399108),_0x2094a2(_0x2c7a60);};return _0x230036(_0x2a95cf(0x29f),{'className':_0x2a95cf(0x1f9),'onPaste':_0x1bdd9e=>{const _0x450ff6=_0x2a95cf;let _0x2b14f6=At(_0x1bdd9e[_0x450ff6(0x23a)][_0x450ff6(0x2e2)]('text/plain')||kt(_0x1bdd9e[_0x450ff6(0x23a)]['getData'](_0x450ff6(0x314))),_0x463ad0,_0x3b201a,_0x5152b3);_0x2b14f6&&(_0x1bdd9e[_0x450ff6(0x1f8)](),_0x2094a2(_0x2b14f6));},'children':[_0x56d5fe&&_0x11357b(_0x2a95cf(0x29f),{'className':'univer-text-xs\x20univer-leading-5\x20univer-text-gray-500\x20dark:!univer-text-gray-400','children':_0x56d5fe}),_0x11357b(_0x2a95cf(0x29f),{'className':'univer-max-h-72\x20univer-overflow-auto\x20univer-rounded-lg\x20univer-border\x20univer-border-solid\x20univer-border-gray-200\x20univer-bg-white\x20dark:!univer-border-gray-700\x20dark:!univer-bg-gray-900','children':_0x11357b(_0x2a95cf(0x388),{'className':_0x2a95cf(0x235),'children':_0x11357b(_0x2a95cf(0x3af),{'children':_0x245fd2[_0x2a95cf(0x2f0)]((_0xb2350a,_0x7aa683)=>_0x11357b('tr',{'children':_0xb2350a[_0x2a95cf(0x2f0)]((_0x36be0f,_0x379da0)=>_0x11357b('td',{'className':_0x2a95cf(0x23b),'children':_0x11357b('input',{'value':St(_0x36be0f),'onChange':_0x3d70d7=>_0x3993f0(_0x7aa683,_0x379da0,_0x3d70d7[_0x2a95cf(0x3aa)][_0x2a95cf(0x242)]),'className':_0x2a95cf(0x258)})},_0x7aa683+'-'+_0x379da0))},_0x7aa683))})})}),_0x230036('div',{'className':_0x2a95cf(0x22d),'children':[_0x11357b(_0x3b6f02,{'type':_0x2a95cf(0x37d),'size':_0x2a95cf(0x376),'variant':'default','onClick':()=>_0x2094a2(wt(_0x245fd2)),'children':_0x14305f['t']('chart-ui.inlineTable.addRow')}),_0x11357b(_0x3b6f02,{'type':_0x2a95cf(0x37d),'size':_0x2a95cf(0x376),'variant':_0x2a95cf(0x33d),'onClick':()=>_0x2094a2(Tt(_0x245fd2)),'children':_0x14305f['t'](_0x2a95cf(0x28e))})]})]});}function Mt(_0x4f407d){const _0x399be7=_0x4dc490;var _0x5f073b,_0x41e1a3;let _0x10323f=_0x10307d(_0x460c82),_0x37d1cc=(_0x5f073b=_0x4f407d[_0x399be7(0x27c)])==null?_0x4a4cb8[_0x399be7(0x24b)]:_0x5f073b,_0x82074d=_0x4f407d['chartType']!==void 0x0&&_0x206d5c[_0x399be7(0x29c)](_0x4f407d[_0x399be7(0x321)],_0x2fbd42['Heatmap']),_0x56227c=_0x37d1cc===_0x4a4cb8[_0x399be7(0x217)]||_0x37d1cc===_0x4a4cb8['Bottom'];return _0x82074d||!_0x56227c?null:_0x11357b(_0x399be7(0x29f),{'className':_0x399be7(0x204),'children':_0x11357b(mt,{'checked':(_0x41e1a3=_0x4f407d[_0x399be7(0x1fc)])!=null&&_0x41e1a3,'icon':_0x11357b(_0xc91fed,{}),'label':_0x10323f['t']('chart-ui.presentation.wrapLegend'),'onChange':_0x4f407d['onChange']})});}function Nt(_0x47f1ba){const _0x3a55cc=_0x4dc490;return _0x47f1ba&&_0x206d5c[_0x3a55cc(0x29c)](_0x47f1ba,_0x2fbd42[_0x3a55cc(0x3a8)])?_0x3a55cc(0x2bb):_0x47f1ba&&_0x206d5c['baseOn'](_0x47f1ba,_0x2fbd42[_0x3a55cc(0x30b)])?'histogram':_0x47f1ba&&_0x206d5c[_0x3a55cc(0x29c)](_0x47f1ba,_0x2fbd42[_0x3a55cc(0x398)])?_0x3a55cc(0x2be):_0x3a55cc(0x34f);}const B={'closeIndex':0x4,'highIndex':0x2,'lowIndex':0x3,'openIndex':0x1};function Pt(_0x36e6e4){const _0x3e16aa=_0x4dc490;var _0x73fc5,_0x382b54,_0x3afdc8,_0x4f2907;let _0x58f924=_0x36e6e4[_0x3e16aa(0x2f0)](_0x50459c=>Number(_0x50459c[_0x3e16aa(0x242)]));return{'openIndex':(_0x73fc5=_0x58f924[0x1])==null?B['openIndex']:_0x73fc5,'highIndex':(_0x382b54=_0x58f924[0x2])==null?B[_0x3e16aa(0x1fd)]:_0x382b54,'lowIndex':(_0x3afdc8=_0x58f924[0x3])==null?B['lowIndex']:_0x3afdc8,'closeIndex':(_0x4f2907=_0x58f924[0x4])==null?B[_0x3e16aa(0x2c4)]:_0x4f2907};}function Ft(_0x1e5934){const _0x4c12a7=_0x4dc490;var _0x593864,_0x299bb6,_0x448fdf,_0x1869bc;let _0x2af635=(_0x593864=_0x1e5934[_0x4c12a7(0x2aa)][_0x4c12a7(0x270)])==null?Number((_0x299bb6=(_0x448fdf=_0x1e5934[_0x4c12a7(0x352)][0x0])==null?void 0x0:_0x448fdf[_0x4c12a7(0x242)])==null?0x0:_0x299bb6):_0x593864,_0xfc2915=(_0x1869bc=_0x1e5934[_0x4c12a7(0x2aa)]['candlestick'])==null?Pt(_0x1e5934['fields']):_0x1869bc,_0x5e474c=[{'key':_0x4c12a7(0x270),'label':_0x1e5934[_0x4c12a7(0x2f5)][_0x4c12a7(0x2bb)][_0x4c12a7(0x2ec)],'value':_0x2af635},{'key':'openIndex','label':_0x1e5934['labels'][_0x4c12a7(0x2bb)][_0x4c12a7(0x301)],'value':_0xfc2915[_0x4c12a7(0x3b8)]},{'key':'highIndex','label':_0x1e5934[_0x4c12a7(0x2f5)][_0x4c12a7(0x2bb)]['high'],'value':_0xfc2915[_0x4c12a7(0x1fd)]},{'key':_0x4c12a7(0x309),'label':_0x1e5934[_0x4c12a7(0x2f5)][_0x4c12a7(0x2bb)][_0x4c12a7(0x3b7)],'value':_0xfc2915[_0x4c12a7(0x309)]},{'key':'closeIndex','label':_0x1e5934['labels'][_0x4c12a7(0x2bb)][_0x4c12a7(0x387)],'value':_0xfc2915['closeIndex']}];return _0x11357b(_0x4c12a7(0x29f),{'className':_0x4c12a7(0x1f9),'children':_0x5e474c[_0x4c12a7(0x2f0)](_0x199ced=>{const _0x62520e=_0x4c12a7;let _0x21b5aa=new Set(_0x5e474c[_0x62520e(0x3a3)](_0x1fa147=>_0x1fa147[_0x62520e(0x249)]!==_0x199ced[_0x62520e(0x249)])[_0x62520e(0x2f0)](_0x140ce8=>_0x140ce8[_0x62520e(0x242)]));return _0x11357b(R,{'label':_0x199ced[_0x62520e(0x394)],'value':String(_0x199ced[_0x62520e(0x242)]),'options':_0x1e5934['fields']['map'](_0x387650=>({..._0x387650,'disabled':_0x21b5aa[_0x62520e(0x3b4)](Number(_0x387650[_0x62520e(0x242)]))})),'onChange':_0x182800=>{const _0x3479be=_0x62520e;let _0x2e355e=Number(_0x182800);_0x199ced[_0x3479be(0x249)]===_0x3479be(0x270)?_0x1e5934[_0x3479be(0x2b8)]({'candlestick':_0xfc2915,'categoryIndex':_0x2e355e}):_0x1e5934[_0x3479be(0x2b8)]({'candlestick':{..._0xfc2915,[_0x199ced['key']]:_0x2e355e},'categoryIndex':_0x2af635});}},_0x199ced[_0x62520e(0x249)]);})});}function _0x1998(){const _0x4dc031=['pieStyle','waterfallStyle','univer-mx-auto\x20univer-mt-2\x20univer-h-1\x20univer-w-1/2\x20univer-rounded-md','toPrimitive','none','getState','End','category','chart-ui.floatMenu.control.reverse','chart-ui.floatMenu.menuTitle.legend','forEach','map','Title','seriesStyle','align','pieLabelStyle','labels','univer-text-base','21508EiIqUx','top\x20left','100%','TITLE','BarPercentStacked','chart-ui.floatMenu.option.textAlign.right','border','chart-ui.floatMenu.field.max','univer-bg-white\x20univer-text-gray-900\x20univer-shadow-sm\x20dark:!univer-bg-gray-700\x20dark:!univer-text-white','chart-ui.floatMenu.menuTitle.rightVerticalAxis','open','PieStyle','scaleX','univer-p-1.5\x20univer-text-xs','chart-ui.floatMenu.menuTitle.series','chart-ui.floatMenu.field.subtitle','univer-flex-shrink-0\x20dark:!univer-text-white','rightYAxisOptions','lowIndex','6KqfMBs','Histogram','axisTitle','chart-ui.floatMenu.menuTitle.verticalAxis','chart-ui.floatMenu.field.size','border-box','univer-min-h-0\x20univer-flex-1\x20univer-overflow-y-auto\x20univer-overscroll-contain','chart-ui.floatMenu.field.titleText','chart-ui.floatMenu.action.italic','LEGEND_STYLE','text/html','univer-w-36\x20univer-shrink-0','Hide','object','bubbleSeriesIndex','style','Combination','Pareto','PANEL_SELECT','CONTROL_WRAPPER','XAxis','Empty','every','chartType','candlestick.low','disposeWithMe','dataLabel','chart-ui.common.default','chart-ui.floatMenu.field.rotate','version','appendChild','titleKey','chart-ui.floatMenu.menuTitle.horizontalAxis','HIDE','call','chart-ui.floatMenu.control.date','univer-min-w-20\x20univer-rounded-md\x20univer-bg-transparent\x20univer-px-4\x20univer-py-2\x20hover:univer-text-gray-900\x20dark:hover:!univer-text-white','univer-mt-2\x20univer-text-sm\x20univer-leading-4\x20univer-text-gray-900\x20dark:!univer-text-white','radio','univer-mb-2\x20univer-text-sm\x20univer-text-gray-600\x20dark:!univer-text-gray-200','BarStacked','legend','chart-ui.floatMenu.option.position.inside','univer-flex\x20univer-min-h-8\x20univer-items-center\x20univer-justify-between\x20univer-gap-3\x20univer-text-sm\x20univer-text-gray-900\x20dark:!univer-text-white','Bar','rightYAxis','Y_AXIS_OPTIONS','BubbleSizeIndex','titleAlign','chart-ui.floatMenu.option.visualMapType.continuous','_configService','default','assign','add','get','8vSYrMb','text','@@toPrimitive\x20must\x20return\x20a\x20primitive\x20value.','CHART_TITLE','trim','Text\x20align','axisId','min','top','RIGHT_VERTICAL_AXIS','left','OPTION','some','POSITION','category-series','LEFT','packageName','fields','update','Series','chart-ui.floatMenu.field.labelText','INLINE_FONT_CONTROLS','series','register','Line','directEdit','from','chart-ui.floatMenu.menuTitle.dataPoint','TITLES','CENTER','paretoLineSeries','Data','string','absolute','legendStyle','univer-min-w-0\x20univer-flex-1\x20univer-truncate','type','scope','barStyle','chart-ui.floatMenu.option.labelText.percentage','UNIVER_UNKNOWN','italic','univer-flex\x20univer-min-h-8\x20univer-items-center\x20univer-gap-1\x20univer-rounded-md\x20univer-border\x20univer-border-solid\x20univer-border-gray-200\x20univer-px-2\x20dark:!univer-border-gray-600','ROW','xAxisOptions','YAxisTitle','CHART','setConfig','seriesIndex','CategoryName','AreaPercentStacked','histogram','seriesIndexes','small','INSIDE','tab','RIGHT_Y_AXIS_OPTIONS','true','VISUAL_MAP_TYPE','scatterXIndex','button','hostStyle','dataIndex','ScatterLabelIndex','titlePosition','CATEGORY','\x20must\x20be\x20finite.','decorate','chart-ui.floatMenu.menuTitle.subtitle','parseFromString','close','table','reduce','fillOpacity','slice','RightYAxis','chart-ui.floatMenu.action.more','treemapValue','univer-gap-1','fontSize','kind','chart-ui.inlineTable.pasteHint','wordCloud','label','SUBTITLE','chart-ui.floatMenu.option.axisAlign.center','chart-ui.floatMenu.field.position','Treemap','univer-text-gray-500\x20dark:!univer-text-gray-400','AreaStacked','univer-w-full\x20!univer-min-w-0\x20univer-text-gray-500\x20hover:univer-border-primary-600\x20dark:!univer-text-white','fill','Percentage','prototype','_adapters','_borderNode','span','scale','filter','VerticalAxis','freeze','!univer-size-6','legendIndex','Candlestick','number','target','join','Chart\x20frame\x20scales\x20cannot\x20be\x20negative.','Sankey','Multiple','tbody','rightYAxisLine','chart-ui.floatMenu.menuTitle.mark','RIGHT','mark','has','candlestick.high','Right','low','openIndex','ChartAndAxisTitles','rightVerticalAxis','SeriesStyle','isFinite','!univer-h-8\x20univer-w-full\x20univer-text-sm','_componentManager','children','dispose','ROW_FULL','Inside','Bubble','pie','univer-flex\x20univer-flex-col\x20univer-items-center\x20univer-gap-3\x20univer-p-3\x20univer-pb-3\x20univer-text-sm','WordCloud','radius','chart-ui.floatMenu.control.labels','defineProperty','\x0a\x20\x20univer-leading-1\x20univer-flex\x20univer-cursor-pointer\x20univer-items-center\x20univer-rounded-sm\x20univer-text-sm\x0a\x20\x20univer-border-none\x20univer-bg-transparent\x20univer-px-1.5\x20univer-py-1\x0a','univer-shrink-0\x20univer-px-3','yAxisTitle','candlestick.open','paretoStyle','ParetoStyle','chart-ui.floatMenu.field.mode','Font\x20size','preventDefault','univer-flex\x20univer-flex-col\x20univer-gap-3','labelPosition','#ffffff','wrap','highIndex','Software','segmented','color','placeholder','chartStyle','bold','univer-flex\x20univer-flex-col\x20univer-gap-2','xAxis','Funnel','pluginName','createElement','@univerjs-pro/chart-ui','PIECEWISE','className','CLOSE','xAxisLine','clear','hidden','78uwmdth','part','setState','bar','content-box','rightYAxisTitle','Left','Top','Inset','subtitle','Legend','Hardware','yAxis','histogram.value','yAxisOptions','mountNode','univer-w-full','popup','mini','chart-ui.config','Outside','resolve','xAxisLabel','gridLine','!univer-h-7\x20univer-w-20','options','titles','treemapHierarchy','ParetoBarSeries','univer-flex\x20univer-gap-2','step','_registerComponents','chart-ui.floatMenu.option.position.hide','TOP','univer-flex\x20univer-min-w-0\x20univer-flex-1\x20univer-flex-col\x20univer-justify-between','univer-w-8','PARETO_STYLE','univer-w-full\x20univer-border-collapse\x20univer-text-sm','extraProps','pieBorderColor','content','5649171NlAPph','clipboardData','univer-min-w-32\x20univer-border\x20univer-border-solid\x20univer-border-gray-100\x20univer-p-0\x20dark:!univer-border-gray-700','XAxisTitle','univer-flex\x20univer-items-center\x20univer-border-b\x20univer-border-gray-200','_stateKey','!univer-h-7\x20!univer-w-full','relation','Doughnut','value','th,td','univer-flex\x20univer-h-[26px]\x20univer-flex-row\x20univer-items-center\x20univer-gap-1.5','ChartStyle','xAxisTitle','adapterKey','univer-inline-flex\x20univer-w-max\x20univer-flex-col\x20univer-items-start\x20univer-gap-1.5','key','chart-ui.floatMenu.control.line','Bottom','height','useDateAxis','Start','chart-ui.floatMenu.option.axisAlign.end','Relation','Close','Boxplot','_root','underline','univer-box-border\x20univer-flex\x20univer-w-fit\x20univer-items-center\x20univer-gap-1.5\x20univer-rounded-md\x20univer-px-1\x20univer-py-0.5','toString','chart-ui.floatMenu.field.color','univer-box-border\x20univer-h-9\x20univer-w-full\x20univer-border-none\x20univer-bg-transparent\x20univer-px-2\x20univer-text-sm\x20univer-text-gray-900\x20univer-outline-none\x20focus:univer-bg-primary-50\x20dark:!univer-text-white\x20dark:focus:!univer-bg-gray-800','ParetoLineSeries','candlestick.category','chart-ui.floatMenu.field.borderColor','titleFontSize','remove','BubbleSeriesIndex','labelContentType','1532706ypqtxc','END','WaterfallStyle','chart-ui.floatMenu.option.legendSelectMode.close','CONTROL','rightYAxisLabel','textStyle','function','DATA_POINT','continuous','renderedOuterRect','\x0a\x20\x20\x20\x20\x20\x20univer-whitespace-nowrap\x20univer-text-sm\x20univer-font-medium\x20univer-text-gray-900\x0a\x20\x20\x20\x20\x20\x20dark:!univer-text-gray-100\x0a\x20\x20\x20\x20','AXIS_ALIGN','chart-host-frame','chart-ui.floatMenu.menuTitle.tick','chart-ui.floatMenu.option.axisAlign.start','categoryIndex','logicalOuterRect','univer-transition-transform\x20univer-duration-300','START','SERIES_STYLE_MAP','contentType','VALUE','toLowerCase','histogramValue','_injector','seriesId','contentMode','position','inset','Font\x20color','42776GRLaen','icon','length','width','\x0a\x20\x20\x20\x20\x20\x20univer-inline-flex\x20univer-h-fit\x20univer-w-fit\x20univer-max-w-[760px]\x20univer-flex-col\x20univer-items-start\x0a\x20\x20\x20\x20\x20\x20univer-gap-1.5\x20univer-rounded-md\x20univer-bg-white\x20univer-px-3\x20univer-py-2\x0a\x20\x20\x20\x20\x20\x20univer-text-sm\x20univer-text-gray-900\x0a\x20\x20\x20\x20\x20\x20univer-shadow-md\x0a\x20\x20\x20\x20\x20\x20dark:!univer-bg-gray-900\x20dark:!univer-text-white\x0a\x20\x20\x20\x20','axisTitleAlign','lineStyle','chart-ui.floatMenu.option.position.outside','YAxis','stringify','piecewise','textContent','HORIZONTAL_AXIS','visualMapType','Radar','chart-ui.inlineTable.addColumn','chart-ui.floatMenu.option.textAlign.center','Italic','chart-ui.floatMenu.field.title','labelKey','PERCENTAGE','chartAndAxisTitles','univer-flex\x20univer-items-center\x20univer-text-base','scatterYIndex','opacity','dataPoint','chart.element.float-menu','logicalContentRect','TICK','baseOn','chart-ui.floatMenu.field.map','651930DtTxaC','div','chart-ui.floatMenu.action.bold','precision','alignControl','chart-ui.floatMenu.option.labelText.category','univer-text-primary-600','px\x20solid\x20','X_AXIS_OPTIONS','find','scaleY','bubbleSizeIndex','context','onStarting','univer-size-5','chart-ui.floatMenu.menuTitle.axisTitle','DATA_LABEL','axis','GRIDLINE','Subtitle','title','Column','yAxisLine','univer-ml-1\x20univer-transition-transform\x20univer-duration-300','LABEL_TEXT','PIE_LABEL_STYLE','onChange','_createBorderNode','checked','candlestick','WaterfallSeries','waterfall','treemap','chart-ui.floatMenu.option.position.left','univer-w-full\x20!univer-min-w-0','inherit','visible','hierarchyIndexes','closeIndex','max','LEGEND','allowEmpty','CONTINUOUS','712015VukFQM','univer-flex\x20univer-h-7\x20univer-w-full\x20univer-flex-row\x20univer-items-center\x20univer-overflow-hidden\x20univer-rounded-sm','paretoBarSeries','univer-flex\x20univer-w-max\x20univer-items-center\x20univer-gap-2','delete','test','TITLE_POSITION','chart-ui.floatMenu.option.textAlign.left','24mIepPD','overlay','MENU_TITLE','HorizontalAxis','Value','LEGEND_SELECT_MODE','chart-ui.floatMenu.field.min','waterfallSeries','Center','iterator','BOTTOM','chart-ui.floatMenu.menuTitle.gridline','data','chart-ui.floatMenu.menuTitle.chart','26073sDBUiw','stops','_frameNode','getData','querySelectorAll','_config'];_0x1998=function(){return _0x4dc031;};return _0x1998();}function It(_0x104f57){const _0x3d3dd1=_0x4dc490;var _0x29494f,_0x305a48,_0x3b8790,_0x460829;let _0x40c376=(_0x29494f=(_0x305a48=_0x104f57[_0x3d3dd1(0x2aa)][_0x3d3dd1(0x375)])==null?void 0x0:_0x305a48[0x0])==null?Number((_0x3b8790=(_0x460829=_0x104f57[_0x3d3dd1(0x352)][0x0])==null?void 0x0:_0x460829[_0x3d3dd1(0x242)])==null?0x0:_0x3b8790):_0x29494f;return _0x11357b(R,{'label':_0x104f57['labels'][_0x3d3dd1(0x278)],'value':String(_0x40c376),'options':_0x104f57['fields'],'onChange':_0x2bfeb5=>_0x104f57[_0x3d3dd1(0x2b8)]({'seriesIndexes':[Number(_0x2bfeb5)]})});}function Lt(_0x347dc2){const _0x33b8fb=_0x4dc490;var _0x187957,_0x324d3e,_0x3162d1,_0x5eec7e;let _0x5a0c5c=_0x347dc2['fields'][_0x33b8fb(0x2f0)](_0x30fc9c=>Number(_0x30fc9c[_0x33b8fb(0x242)])),_0x2092c8=(_0x187957=(_0x324d3e=(_0x3162d1=_0x347dc2[_0x33b8fb(0x2aa)][_0x33b8fb(0x375)])==null?void 0x0:_0x3162d1[0x0])==null?_0x5a0c5c['at'](-0x1):_0x324d3e)==null?0x0:_0x187957,_0x13758f=(_0x5eec7e=_0x347dc2[_0x33b8fb(0x2aa)][_0x33b8fb(0x2c3)])==null?_0x5a0c5c[_0x33b8fb(0x3a3)](_0x15ca52=>_0x15ca52!==_0x2092c8):_0x5eec7e,_0x3fb3c2=new Set(_0x13758f),_0x3c0ac6=_0x347dc2['fields']['filter'](_0x2bc5b7=>{const _0x502330=_0x33b8fb;let _0x31b909=Number(_0x2bc5b7[_0x502330(0x242)]);return _0x31b909!==_0x2092c8&&!_0x3fb3c2[_0x502330(0x3b4)](_0x31b909);}),_0x15c0ca=_0x347dc2[_0x33b8fb(0x352)][_0x33b8fb(0x3a3)](_0x31a884=>!_0x3fb3c2[_0x33b8fb(0x3b4)](Number(_0x31a884[_0x33b8fb(0x242)]))),_0x4e04da=_0xa93e35=>_0x347dc2[_0x33b8fb(0x2b8)]({'hierarchyIndexes':_0xa93e35,'seriesIndexes':[_0x2092c8]});return _0x230036(_0x33b8fb(0x29f),{'className':_0x33b8fb(0x1f9),'children':[_0x230036('div',{'children':[_0x11357b(xt,{'title':_0x347dc2[_0x33b8fb(0x2f5)]['treemapHierarchy']}),_0x230036('div',{'className':_0x33b8fb(0x204),'children':[_0x13758f[_0x33b8fb(0x2f0)]((_0x56e078,_0x11c166)=>{const _0x1d8bdb=_0x33b8fb;var _0xa1f702;let _0x35e227=_0x347dc2[_0x1d8bdb(0x352)][_0x1d8bdb(0x2a7)](_0x206628=>Number(_0x206628[_0x1d8bdb(0x242)])===_0x56e078);return _0x230036(_0x1d8bdb(0x29f),{'className':_0x1d8bdb(0x36b),'children':[_0x11357b(_0x1d8bdb(0x29f),{'className':_0x1d8bdb(0x364),'children':(_0xa1f702=_0x35e227==null?void 0x0:_0x35e227[_0x1d8bdb(0x394)])==null?String(_0x56e078):_0xa1f702}),_0x11357b(_0x3b6f02,{'aria-label':_0x347dc2[_0x1d8bdb(0x2f5)]['treemapHierarchy'],'className':'!univer-size-6','disabled':_0x11c166===0x0,'size':'icon','variant':_0x1d8bdb(0x342),'onClick':()=>{let _0x8c0fad=[..._0x13758f];[_0x8c0fad[_0x11c166-0x1],_0x8c0fad[_0x11c166]]=[_0x8c0fad[_0x11c166],_0x8c0fad[_0x11c166-0x1]],_0x4e04da(_0x8c0fad);},'children':_0x11357b(_0x2f3b6b,{'aria-hidden':!0x0})}),_0x11357b(_0x3b6f02,{'aria-label':_0x347dc2[_0x1d8bdb(0x2f5)][_0x1d8bdb(0x22b)],'className':_0x1d8bdb(0x3a6),'disabled':_0x11c166===_0x13758f['length']-0x1,'size':_0x1d8bdb(0x280),'variant':_0x1d8bdb(0x342),'onClick':()=>{let _0x185c5b=[..._0x13758f];[_0x185c5b[_0x11c166],_0x185c5b[_0x11c166+0x1]]=[_0x185c5b[_0x11c166+0x1],_0x185c5b[_0x11c166]],_0x4e04da(_0x185c5b);},'children':_0x11357b(_0x5e33c6,{'aria-hidden':!0x0})}),_0x11357b(_0x3b6f02,{'aria-label':_0x347dc2[_0x1d8bdb(0x2f5)][_0x1d8bdb(0x22b)],'className':_0x1d8bdb(0x3a6),'disabled':_0x13758f[_0x1d8bdb(0x281)]<=0x1,'size':_0x1d8bdb(0x280),'variant':_0x1d8bdb(0x342),'onClick':()=>_0x4e04da(_0x13758f[_0x1d8bdb(0x3a3)]((_0x3d8862,_0x3fa018)=>_0x3fa018!==_0x11c166)),'children':_0x11357b(_0x3405bc,{'aria-hidden':!0x0})})]},_0x56e078);}),_0x3c0ac6[_0x33b8fb(0x281)]>0x0&&_0x11357b(_0x3d18bb,{'aria-label':_0x347dc2['labels']['treemapHierarchy'],'className':_0x33b8fb(0x2c0),'value':_0x347dc2[_0x33b8fb(0x2f5)][_0x33b8fb(0x22b)],'options':_0x3c0ac6,'onChange':_0x1d1595=>_0x4e04da([..._0x13758f,Number(_0x1d1595)])})]})]}),_0x11357b(R,{'label':_0x347dc2[_0x33b8fb(0x2f5)][_0x33b8fb(0x38e)],'value':String(_0x2092c8),'options':_0x15c0ca,'onChange':_0x3caac1=>_0x347dc2[_0x33b8fb(0x2b8)]({'hierarchyIndexes':_0x13758f,'seriesIndexes':[Number(_0x3caac1)]})})]});}function Rt(_0x3d05b6){const _0x21a096=_0x4dc490;switch(Nt(_0x3d05b6['chartType'])){case _0x21a096(0x2bb):return _0x11357b(Ft,{..._0x3d05b6});case _0x21a096(0x374):return _0x11357b(It,{..._0x3d05b6});case'treemap':return _0x11357b(Lt,{..._0x3d05b6});default:return null;}}const zt={[_0x2fbd42[_0x4dc490(0x359)]]:_0x11357b(_0x41dc1f,{}),[_0x2fbd42[_0x4dc490(0x2b3)]]:_0x11357b(_0x5672b2,{}),[_0x2fbd42['ColumnStacked']]:_0x11357b(_0x5672b2,{}),[_0x2fbd42['ColumnPercentStacked']]:_0x11357b(_0x5672b2,{}),[_0x2fbd42[_0x4dc490(0x336)]]:_0x11357b(_0x5a1558,{}),[_0x2fbd42[_0x4dc490(0x332)]]:_0x11357b(_0x5a1558,{}),[_0x2fbd42[_0x4dc490(0x2fb)]]:_0x11357b(_0x5a1558,{}),[_0x2fbd42['Pie']]:_0x11357b(_0x50203f,{}),[_0x2fbd42[_0x4dc490(0x241)]]:_0x11357b(_0x50203f,{}),[_0x2fbd42['Area']]:_0x11357b(_0x545a72,{}),[_0x2fbd42[_0x4dc490(0x39a)]]:_0x11357b(_0x545a72,{}),[_0x2fbd42[_0x4dc490(0x373)]]:_0x11357b(_0x545a72,{}),[_0x2fbd42[_0x4dc490(0x28d)]]:_0x11357b(_0xe5c711,{}),[_0x2fbd42[_0x4dc490(0x31a)]]:_0x11357b(_0x22d47e,{}),[_0x2fbd42['Scatter']]:_0x11357b(_0x2bf6e7,{}),[_0x2fbd42[_0x4dc490(0x3c6)]]:_0x11357b(_0xd9459b,{}),[_0x2fbd42[_0x4dc490(0x206)]]:_0x11357b(_0x5bd566,{}),[_0x2fbd42[_0x4dc490(0x3c3)]]:_0x11357b(_0x52dab2,{}),[_0x2fbd42['Relation']]:_0x11357b(_0xb4b9b4,{}),[_0x2fbd42['Waterfall']]:_0x11357b(_0x54ee27,{}),[_0x2fbd42[_0x4dc490(0x31b)]]:_0x11357b(_0x22d47e,{}),[_0x2fbd42[_0x4dc490(0x3ad)]]:_0x11357b(_0x35fd68,{}),[_0x2fbd42['Heatmap']]:_0x11357b(_0xd8fc9c,{}),[_0x2fbd42[_0x4dc490(0x252)]]:_0x11357b(_0x4225ac,{}),[_0x2fbd42['Candlestick']]:_0x11357b(_0x569dac,{}),[_0x2fbd42['Histogram']]:_0x11357b(_0x4bf94a,{}),[_0x2fbd42[_0x4dc490(0x398)]]:_0x11357b(_0x1db319,{})};function Bt(_0xbcf318,_0x571fb8){const _0x43efa9=_0x4dc490;return _0x230036('div',{'className':_0x43efa9(0x244),'children':[_0x11357b('div',{'className':_0x43efa9(0x295),'children':_0x571fb8}),_0x11357b(_0x43efa9(0x29f),{'className':'univer-truncate\x20univer-text-sm\x20univer-text-gray-900\x20dark:!univer-text-white','children':_0xbcf318})]});}function Vt(_0x29c10b,_0x3087d2=_0x2cbc28=>_0x2cbc28){const _0x243d8e=_0x4dc490;return _0x29c10b[_0x243d8e(0x2f0)](_0x335c2e=>{const _0x3f1b16=_0x243d8e;var _0x3743b9;return{'value':String(_0x335c2e[_0x3f1b16(0x242)]),'label':Bt(_0x3087d2(_0x335c2e[_0x3f1b16(0x394)]),(_0x3743b9=_0x335c2e[_0x3f1b16(0x280)])==null?zt[_0x335c2e['value']]:_0x3743b9)};});}function Ht(_0x4b8e26){const _0x2058d2=_0x4dc490;return _0x11357b(_0x2058d2(0x29f),{'className':_0x2058d2(0x2ca),'children':_0x4b8e26[_0x2058d2(0x2f0)]((_0x37887d,_0x32ad50)=>_0x11357b(_0x2058d2(0x29f),{'className':'univer-flex\x20univer-h-4\x20univer-flex-1\x20univer-items-center','style':{'backgroundColor':_0x37887d}},_0x37887d+'-'+_0x32ad50))});}function Ut(_0x5b43ec,_0x4c9900){const _0x139014=_0x4dc490;return _0x5b43ec[_0x139014(0x2f0)](_0x470141=>({'value':_0x470141,'label':Ht(_0x4c9900(_0x470141))}));}const Wt=[0x1,0.9,0.7,0.5,0.3,0.2,0.1,0x0],Gt=[0x0,0x1,0x2,0x4,0x8],Kt=[0x0,0x2,0x5,0x7,0xa,0xe],qt=[0x6,0xc,0x12,0x18],Jt=[0x1,0x2,0x4,0x8];function Yt(_0x40cf83=Wt){return _0x40cf83['map'](_0x394506=>({'label':_0x394506*0x64+'%','value':String(_0x394506)}));}function Xt(_0x4e02a0){return _0x4e02a0['map'](_0x339bcc=>({'label':_0x339bcc+'px','value':String(_0x339bcc)}));}const Zt=_0x4dc490(0x223),Qt={};var $t=class extends _0x810e30{constructor(..._0x461701){const _0x298508=_0x4dc490;super(..._0x461701),N(this,_0x298508(0x39f),new Map());}[_0x4dc490(0x358)](_0x4fc95e,_0x96eced){const _0x44975d=_0x4dc490;return this[_0x44975d(0x39f)]['set'](_0x4fc95e,_0x96eced),{'dispose':()=>{const _0x529219=_0x44975d;this['_adapters']['get'](_0x4fc95e)===_0x96eced&&this[_0x529219(0x39f)][_0x529219(0x2cd)](_0x4fc95e);}};}['get'](_0xb73d45){const _0x1748b5=_0x4dc490;return this[_0x1748b5(0x39f)][_0x1748b5(0x340)](_0xb73d45);}['dispose'](){const _0x4c76ef=_0x4dc490;this['_adapters'][_0x4c76ef(0x20e)](),super[_0x4c76ef(0x3c0)]();}};const en=_0x4dc490(0x299),tn=[0x0,0x8],nn=[0x1,0.9,0.7,0.5,0.3,0.2,0.1,0x0],rn={'CONTINUOUS':_0x4dc490(0x269),'PIECEWISE':_0x4dc490(0x289)},an={'TITLES':_0x4dc490(0x22a),'TITLE_POSITION':_0x4dc490(0x381),'LEGEND_STYLE':_0x4dc490(0x363),'PIE_BORDER_COLOR':_0x4dc490(0x237),'PIE_LABEL_STYLE':_0x4dc490(0x2f4),'SERIES_STYLE_MAP':'seriesStyleMap','PARETO_STYLE':'paretoStyle','VISUAL_MAP_TYPE':_0x4dc490(0x28c),'USE_DATE_AXIS':_0x4dc490(0x24d),'X_AXIS_OPTIONS':_0x4dc490(0x36d),'Y_AXIS_OPTIONS':_0x4dc490(0x21e),'RIGHT_Y_AXIS_OPTIONS':_0x4dc490(0x308),'RUNTIME_AXES':'runtimeAxes'},on={'ROOT':_0x4dc490(0x283),'TITLE':_0x4dc490(0x26b),'BODY':_0x4dc490(0x248),'ROW':_0x4dc490(0x2cc),'ROW_FULL':_0x4dc490(0x220),'CONTROL_WRAPPER':_0x4dc490(0x315),'MARK_COLOR_WRAPPER':_0x4dc490(0x233),'INLINE_FONT_CONTROLS':'univer-inline-flex\x20univer-w-max\x20univer-items-center\x20univer-gap-1.5','PANEL_SELECT':_0x4dc490(0x3bd),'MULTIPLE_SELECT_WRAPPER':'univer-w-52','TEXT_INPUT':_0x4dc490(0x23f),'NUMBER_INPUT':_0x4dc490(0x228)},V={'MENU_TITLE':{'CHART':_0x4dc490(0x2de),'CHART_TITLE':'chart-ui.floatMenu.menuTitle.chartTitle','SUBTITLE':_0x4dc490(0x385),'AXIS_TITLE':_0x4dc490(0x2ad),'LEGEND':_0x4dc490(0x2ee),'HORIZONTAL_AXIS':_0x4dc490(0x32a),'VERTICAL_AXIS':_0x4dc490(0x30d),'RIGHT_VERTICAL_AXIS':_0x4dc490(0x300),'GRIDLINE':_0x4dc490(0x2dc),'TICK':_0x4dc490(0x26e),'MARK':_0x4dc490(0x3b1),'SERIES':_0x4dc490(0x305),'DATA_POINT':_0x4dc490(0x35c),'DATA_LABEL':'chart-ui.floatMenu.menuTitle.dataLabel'},'FIELD':{'TITLE':_0x4dc490(0x291),'SUBTITLE':_0x4dc490(0x306),'POSITION':_0x4dc490(0x397),'SIZE':_0x4dc490(0x30e),'ALIGN':'chart-ui.floatMenu.field.align','MODE':_0x4dc490(0x1f6),'MAP':_0x4dc490(0x29d),'ROTATE':_0x4dc490(0x326),'MIN':_0x4dc490(0x2d7),'MAX':_0x4dc490(0x2fe),'COLOR':_0x4dc490(0x257),'BORDER_COLOR':_0x4dc490(0x25b),'OPACITY':'chart-ui.floatMenu.field.opacity','LABEL_POSITION':'chart-ui.floatMenu.field.labelPosition','LABEL_TEXT':_0x4dc490(0x355),'TITLE_TEXT':_0x4dc490(0x311)},'ACTION':{'MORE':_0x4dc490(0x38d),'BOLD':_0x4dc490(0x2a0),'ITALIC':_0x4dc490(0x312)},'CONTROL':{'LABELS':_0x4dc490(0x3c8),'LINE':_0x4dc490(0x24a),'REVERSE':_0x4dc490(0x2ed),'DATE':_0x4dc490(0x32d)},'OPTION':{'TEXT_ALIGN':{'LEFT':_0x4dc490(0x2d0),'CENTER':'chart-ui.floatMenu.option.textAlign.center','RIGHT':_0x4dc490(0x2fc)},'POSITION':{'TOP':'chart-ui.floatMenu.option.position.top','BOTTOM':'chart-ui.floatMenu.option.position.bottom','LEFT':_0x4dc490(0x2bf),'RIGHT':'chart-ui.floatMenu.option.position.right','HIDE':_0x4dc490(0x230),'INSIDE':_0x4dc490(0x334),'OUTSIDE':_0x4dc490(0x286)},'LABEL_TEXT':{'CATEGORY':_0x4dc490(0x2a3),'VALUE':'chart-ui.floatMenu.option.labelText.value','PERCENTAGE':_0x4dc490(0x368)},'AXIS_ALIGN':{'START':_0x4dc490(0x26f),'CENTER':_0x4dc490(0x396),'END':_0x4dc490(0x24f)},'LEGEND_SELECT_MODE':{'SINGLE':'chart-ui.floatMenu.option.legendSelectMode.single','MULTIPLE':'chart-ui.floatMenu.option.legendSelectMode.multiple','CLOSE':_0x4dc490(0x263)},'VISUAL_MAP_TYPE':{'CONTINUOUS':_0x4dc490(0x33b),'PIECEWISE':'chart-ui.floatMenu.option.visualMapType.piecewise'}}},sn=[{'labelKey':V[_0x4dc490(0x34c)][_0x4dc490(0x34e)]['TOP'],'value':_0xc883ab[_0x4dc490(0x217)]},{'labelKey':V[_0x4dc490(0x34c)][_0x4dc490(0x34e)]['BOTTOM'],'value':_0xc883ab[_0x4dc490(0x24b)]},{'labelKey':V[_0x4dc490(0x34c)][_0x4dc490(0x34e)][_0x4dc490(0x350)],'value':_0xc883ab['Left']},{'labelKey':V[_0x4dc490(0x34c)][_0x4dc490(0x34e)][_0x4dc490(0x3b2)],'value':_0xc883ab['Right']},{'labelKey':V[_0x4dc490(0x34c)]['POSITION'][_0x4dc490(0x32b)],'value':_0xc883ab[_0x4dc490(0x316)]}],cn=[{'labelKey':V[_0x4dc490(0x34c)][_0x4dc490(0x34e)][_0x4dc490(0x377)],'value':_0x1b2b11[_0x4dc490(0x3c2)]},{'labelKey':V['OPTION'][_0x4dc490(0x34e)]['OUTSIDE'],'value':_0x1b2b11[_0x4dc490(0x224)]}],ln=[{'labelKey':V[_0x4dc490(0x34c)][_0x4dc490(0x2b6)][_0x4dc490(0x382)],'value':String(_0x16cc10['CategoryName'])},{'labelKey':V[_0x4dc490(0x34c)][_0x4dc490(0x2b6)][_0x4dc490(0x276)],'value':String(_0x16cc10[_0x4dc490(0x2d5)])},{'labelKey':V['OPTION'][_0x4dc490(0x2b6)][_0x4dc490(0x293)],'value':String(_0x16cc10[_0x4dc490(0x39d)])}],un=[{'labelKey':V[_0x4dc490(0x34c)][_0x4dc490(0x26c)][_0x4dc490(0x273)],'value':_0x193fb0[_0x4dc490(0x24e)]},{'labelKey':V[_0x4dc490(0x34c)][_0x4dc490(0x26c)][_0x4dc490(0x35e)],'value':_0x193fb0['Center']},{'labelKey':V['OPTION']['AXIS_ALIGN'][_0x4dc490(0x261)],'value':_0x193fb0[_0x4dc490(0x2eb)]}];V[_0x4dc490(0x34c)][_0x4dc490(0x34e)][_0x4dc490(0x231)],_0x4a4cb8[_0x4dc490(0x217)],V[_0x4dc490(0x34c)][_0x4dc490(0x34e)][_0x4dc490(0x2db)],_0x4a4cb8[_0x4dc490(0x24b)],V[_0x4dc490(0x34c)]['POSITION'][_0x4dc490(0x350)],_0x4a4cb8[_0x4dc490(0x216)],V['OPTION'][_0x4dc490(0x34e)][_0x4dc490(0x3b2)],_0x4a4cb8[_0x4dc490(0x3b6)],V['OPTION'][_0x4dc490(0x34e)]['HIDE'],_0x4a4cb8[_0x4dc490(0x316)],V[_0x4dc490(0x34c)]['LEGEND_SELECT_MODE']['SINGLE'],_0x313079['Single'],V[_0x4dc490(0x34c)][_0x4dc490(0x2d6)]['MULTIPLE'],_0x313079[_0x4dc490(0x3ae)],V[_0x4dc490(0x34c)][_0x4dc490(0x2d6)][_0x4dc490(0x20c)],_0x313079[_0x4dc490(0x251)],V[_0x4dc490(0x34c)][_0x4dc490(0x37b)][_0x4dc490(0x2c8)],rn[_0x4dc490(0x2c8)],V['OPTION'][_0x4dc490(0x37b)][_0x4dc490(0x20a)],rn['PIECEWISE'];let dn=function(_0x59fcf7){const _0x13c89c=_0x4dc490;return _0x59fcf7[_0x13c89c(0x3bb)]=_0x13c89c(0x2f2),_0x59fcf7['PieStyle']='pieStyle',_0x59fcf7[_0x13c89c(0x1f5)]='paretoStyle',_0x59fcf7[_0x13c89c(0x262)]=_0x13c89c(0x2e6),_0x59fcf7;}({}),fn=function(_0x2810f4){const _0x10def9=_0x4dc490;return _0x2810f4[_0x10def9(0x302)]=_0x10def9(0x2e5),_0x2810f4[_0x10def9(0x22c)]=_0x10def9(0x2cb),_0x2810f4[_0x10def9(0x259)]=_0x10def9(0x35f),_0x2810f4[_0x10def9(0x2bc)]=_0x10def9(0x2d8),_0x2810f4['Relation']=_0x10def9(0x240),_0x2810f4[_0x10def9(0x3c6)]=_0x10def9(0x393),_0x2810f4[_0x10def9(0x360)]='data',_0x2810f4;}({}),pn=function(_0x1f355a){const _0x5ce707=_0x4dc490;return _0x1f355a['Style']=_0x5ce707(0x319),_0x1f355a['Data']=_0x5ce707(0x2dd),_0x1f355a;}({}),mn=function(_0xd8dc7b){const _0x20309b=_0x4dc490;return _0xd8dc7b[_0x20309b(0x245)]=_0x20309b(0x202),_0xd8dc7b[_0x20309b(0x3b9)]=_0x20309b(0x294),_0xd8dc7b[_0x20309b(0x21a)]=_0x20309b(0x333),_0xd8dc7b[_0x20309b(0x2d4)]='horizontalAxis',_0xd8dc7b[_0x20309b(0x3a4)]='verticalAxis',_0xd8dc7b['RightVerticalAxis']=_0x20309b(0x3ba),_0xd8dc7b[_0x20309b(0x354)]=_0x20309b(0x357),_0xd8dc7b[_0x20309b(0x302)]=_0x20309b(0x2e5),_0xd8dc7b['ParetoBarSeries']=_0x20309b(0x2cb),_0xd8dc7b[_0x20309b(0x259)]=_0x20309b(0x35f),_0xd8dc7b[_0x20309b(0x2bc)]=_0x20309b(0x2d8),_0xd8dc7b[_0x20309b(0x250)]=_0x20309b(0x240),_0xd8dc7b['WordCloud']='wordCloud',_0xd8dc7b;}({});const H={'Title':'title','Subtitle':_0x4dc490(0x219),'XAxisTitle':'xAxisTitle','YAxisTitle':'yAxisTitle','RightYAxisTitle':_0x4dc490(0x215)},U={'XAxis':_0x4dc490(0x205),'YAxis':_0x4dc490(0x21c),'RightYAxis':'rightYAxis'};function hn(_0x100868){const _0x42c089=_0x4dc490;switch(_0x100868['kind']){case'title':return{'scope':_0x42c089(0x2b2),'titleKey':H[_0x42c089(0x2f1)]};case _0x42c089(0x219):return{'scope':_0x42c089(0x2b2),'titleKey':H[_0x42c089(0x2b1)]};case _0x42c089(0x246):return{'scope':_0x42c089(0x30c),'axisId':U['XAxis'],'titleKey':H[_0x42c089(0x23c)]};case _0x42c089(0x3cc):return{'scope':_0x42c089(0x30c),'axisId':U[_0x42c089(0x287)],'titleKey':H[_0x42c089(0x36e)]};case'rightYAxisTitle':return{'scope':_0x42c089(0x30c),'axisId':U[_0x42c089(0x38c)],'titleKey':H['RightYAxisTitle']};case _0x42c089(0x226):case _0x42c089(0x20d):return{'scope':_0x42c089(0x2af),'axisId':U[_0x42c089(0x31e)]};case'yAxisLabel':case _0x42c089(0x2b4):return{'scope':_0x42c089(0x2af),'axisId':U[_0x42c089(0x287)]};case _0x42c089(0x265):case _0x42c089(0x3b0):return{'scope':_0x42c089(0x2af),'axisId':U['RightYAxis']};case _0x42c089(0x333):return{'scope':'legend','legendIndex':_0x100868[_0x42c089(0x3a7)],'legendName':_0x100868['legendName']};case _0x42c089(0x3b3):{let _0x4f7358={'scope':_0x42c089(0x3b3)};return _0x100868[_0x42c089(0x27a)]!==void 0x0&&(_0x4f7358[_0x42c089(0x27a)]=_0x100868['seriesId']),_0x100868[_0x42c089(0x371)]!==void 0x0&&(_0x4f7358[_0x42c089(0x371)]=_0x100868[_0x42c089(0x371)]),_0x100868[_0x42c089(0x37f)]!==void 0x0&&(_0x4f7358[_0x42c089(0x37f)]=_0x100868[_0x42c089(0x37f)]),_0x4f7358;}case'series':return typeof _0x100868['seriesId']==_0x42c089(0x361)&&typeof _0x100868['seriesIndex']==_0x42c089(0x3a9)?{'scope':_0x42c089(0x357),'seriesId':_0x100868[_0x42c089(0x27a)],'seriesIndex':_0x100868[_0x42c089(0x371)]}:void 0x0;}}const W=V,G=an,K=on,gn=[_0x16cc10[_0x4dc490(0x372)],_0x16cc10[_0x4dc490(0x2d5)],_0x16cc10[_0x4dc490(0x39d)]],_n=nn[_0x4dc490(0x2f0)](_0x1ff42f=>({'label':Math['round'](_0x1ff42f*0x64)+'%','value':String(_0x1ff42f)}));function vn(_0x36c5aa=_0x2b8dcf[_0x4dc490(0x3c4)][_0x4dc490(0x25f)]){const _0x434e7f=_0x4dc490;return gn['filter'](_0x12f72e=>(_0x36c5aa&_0x12f72e)>0x0)[_0x434e7f(0x2f0)](_0x4294a8=>String(_0x4294a8));}function yn(_0x2a7c87){const _0x27f8ba=_0x4dc490;if(!(_0x2a7c87[_0x27f8ba(0x281)]<=0x0))return _0x2a7c87[_0x27f8ba(0x2f0)](_0x211033=>Number(_0x211033))[_0x27f8ba(0x389)]((_0x28a2a7,_0x470abb)=>_0x28a2a7|_0x470abb,_0x16cc10[_0x27f8ba(0x31f)]);}function bn(_0x2ca5b2){const _0x100895=_0x4dc490;switch(_0x2ca5b2[_0x100895(0x3aa)][_0x100895(0x366)]){case _0x100895(0x2b2):return _0x2ca5b2[_0x100895(0x3aa)][_0x100895(0x329)]===_0x100895(0x219)?W[_0x100895(0x2d3)][_0x100895(0x395)]:W['MENU_TITLE'][_0x100895(0x344)];case _0x100895(0x30c):return W[_0x100895(0x2d3)]['AXIS_TITLE'];case _0x100895(0x333):return W[_0x100895(0x2d3)][_0x100895(0x2c6)];case _0x100895(0x2af):return _0x2ca5b2[_0x100895(0x3aa)][_0x100895(0x347)]===_0x100895(0x205)?W[_0x100895(0x2d3)][_0x100895(0x28b)]:_0x2ca5b2[_0x100895(0x3aa)][_0x100895(0x347)]==='rightYAxis'?W[_0x100895(0x2d3)][_0x100895(0x34a)]:W[_0x100895(0x2d3)]['VERTICAL_AXIS'];case _0x100895(0x227):return W[_0x100895(0x2d3)][_0x100895(0x2b0)];case'tick':return W['MENU_TITLE'][_0x100895(0x29b)];case _0x100895(0x3b3):return W[_0x100895(0x2d3)]['MARK'];case _0x100895(0x357):return W[_0x100895(0x2d3)]['SERIES'];case _0x100895(0x298):return W[_0x100895(0x2d3)][_0x100895(0x268)];case _0x100895(0x324):return W[_0x100895(0x2d3)][_0x100895(0x2ae)];default:return W[_0x100895(0x2d3)][_0x100895(0x36f)];}}function q(_0x48a3e9,_0x4fda9b,_0x3558c1,_0x5b1c27){const _0x459014=_0x4dc490;return _0x137f1a(_0x3ee4ae(()=>_0x48a3e9==null?void 0x0:_0x48a3e9[_0x459014(0x2ea)](_0x4fda9b,_0x3558c1),[_0x48a3e9,_0x4fda9b,_0x3558c1]),_0x5b1c27);}function J(_0xd8e98a,_0x2c3601){return _0x3ec3a8((_0x336e03,_0x5832d4)=>{const _0x40200d=_0xef87;_0xd8e98a==null||_0xd8e98a[_0x40200d(0x212)](_0x2c3601,_0x336e03,_0x5832d4);},[_0xd8e98a,_0x2c3601]);}function xn(_0x1c3697){const _0x59ca0d=_0x4dc490;switch(_0x1c3697){case _0x59ca0d(0x205):return G[_0x59ca0d(0x2a6)];case _0x59ca0d(0x337):return G[_0x59ca0d(0x379)];default:return G[_0x59ca0d(0x338)];}}function Sn(_0xee14bc){return _0xee14bc==null?'':_0xee14bc;}function Cn(_0x3410d0,_0x2dc911,_0x2c6616,_0x2d9d64){const _0x511d87=_0x4dc490;let _0xbbd162={},_0x36f835=_0xbbd162;_0x2c6616[_0x511d87(0x2ef)]((_0x134e1f,_0x2704f8)=>{const _0x29ff11=_0x511d87;if(_0x2704f8===_0x2c6616[_0x29ff11(0x281)]-0x1){_0x36f835[_0x134e1f]=_0x2d9d64;return;}let _0x1a62b1={};_0x36f835[_0x134e1f]=_0x1a62b1,_0x36f835=_0x1a62b1;}),_0x3410d0(_0x2dc911,_0xbbd162);}function Y(_0x5578cd){const _0x406ef9=_0x4dc490;return _0x11357b(_0x406ef9(0x29f),{'className':_0x41d172(K[_0x406ef9(0x31d)],_0x5578cd[_0x406ef9(0x20b)]),'children':_0x5578cd['children']});}function X(_0xb10704){const _0x5c97b0=_0x4dc490;return _0x11357b(_0x5c97b0(0x29f),{'className':_0x41d172(K[_0x5c97b0(0x36c)],_0xb10704[_0x5c97b0(0x20b)]),'children':_0xb10704[_0x5c97b0(0x3bf)]});}function Z(_0x1e19d3){const _0x122e26=_0x4dc490;var _0x3528ec,_0x2f2f3d;let {alignControl:_0x29f2b6=!0x1,className:_0x5a0579,defaultColor:_0x43bdce,defaultFontSize:_0xebf144,onChange:_0x571eaf,style:_0x13c204}=_0x1e19d3;return _0x230036(_0x122e26(0x29f),{'className':_0x41d172(K[_0x122e26(0x356)],_0x5a0579),'children':[_0x11357b(ct,{'value':(_0x3528ec=_0x13c204[_0x122e26(0x390)])==null?_0xebf144:_0x3528ec,'onChange':_0x3e23d4=>_0x571eaf(_0x122e26(0x390),_0x3e23d4)}),_0x11357b(lt,{'color':(_0x2f2f3d=_0x13c204[_0x122e26(0x200)])==null?_0x43bdce:_0x2f2f3d,'onChange':_0x47bdd0=>_0x571eaf(_0x122e26(0x200),_0x47bdd0)}),_0x29f2b6&&_0x11357b(ut,{'value':_0x13c204[_0x122e26(0x2f3)],'onChange':_0x45f9d2=>_0x571eaf(_0x122e26(0x2f3),_0x45f9d2)}),_0x11357b(I,{'active':_0x13c204['bold'],'type':_0x122e26(0x203),'onClick':()=>_0x571eaf(_0x122e26(0x203),!_0x13c204[_0x122e26(0x203)])}),_0x11357b(I,{'active':_0x13c204[_0x122e26(0x36a)],'type':_0x122e26(0x36a),'onClick':()=>_0x571eaf(_0x122e26(0x36a),!_0x13c204[_0x122e26(0x36a)])})]});}function wn(_0x26abab){const _0x75e1=_0x4dc490;var _0x3d3650;return _0x11357b(_0x3d18bb,{'className':K[_0x75e1(0x31c)],'options':_n,'value':String((_0x3d3650=_0x26abab[_0x75e1(0x242)])==null?_0x2b8dcf['borderStyle'][_0x75e1(0x297)]:_0x3d3650),'onChange':_0x469a59=>_0x26abab[_0x75e1(0x2b8)](Number(_0x469a59))});}function Tn(_0x2f0d56){const _0x3b835f=_0x4dc490;var _0x2d8ae1,_0x584921;let {adapter:_0x26e2b3,context:_0x56db3d}=_0x2f0d56,_0x569cd4=_0x10307d(_0x460c82),_0x247e43=J(_0x26e2b3,_0x56db3d),_0x468d17=(_0x2d8ae1=q(_0x26e2b3,_0x56db3d,G['TITLES']))==null?{}:_0x2d8ae1,_0x4fe3b7=q(_0x26e2b3,_0x56db3d,G[_0x3b835f(0x2cf)]),_0x3f0821=_0x3ee4ae(()=>sn[_0x3b835f(0x2f0)](_0x1ef73f=>({'label':_0x569cd4['t'](_0x1ef73f[_0x3b835f(0x292)]),'value':_0x1ef73f[_0x3b835f(0x242)]})),[_0x569cd4]),_0x472133=_0x56db3d['target'][_0x3b835f(0x366)]===_0x3b835f(0x2b2)?_0x56db3d[_0x3b835f(0x3aa)][_0x3b835f(0x329)]:'title',_0x44a8ea=(_0x584921=_0x468d17[_0x472133])==null?{}:_0x584921,_0x3a5052=_0x3ec3a8(_0x19ca01=>{const _0x3a545f=_0x3b835f;_0x247e43(G[_0x3a545f(0x35d)],{[_0x472133]:_0x19ca01});},[_0x472133,_0x247e43]),_0x231419=_0x3ec3a8((_0x2cc6cc,_0x5a7b8b)=>{_0x3a5052({[_0x2cc6cc]:_0x5a7b8b});},[_0x3a5052]);return _0x230036(_0xdec74b,{'children':[_0x11357b(X,{'className':K[_0x3b835f(0x3c1)],'children':_0x11357b(_0x3d6436,{'className':K['TEXT_INPUT'],'size':_0x3b835f(0x222),'value':Sn(_0x44a8ea[_0x3b835f(0x238)]),'onChange':_0x1bf51b=>_0x3a5052({'content':_0x1bf51b})})}),_0x230036(X,{'children':[_0x472133===_0x3b835f(0x2b2)&&_0x11357b(Y,{'children':_0x11357b(_0x3d18bb,{'className':K['PANEL_SELECT'],'options':_0x3f0821,'value':_0x4fe3b7==null?_0x2b8dcf['titlePosition']:_0x4fe3b7,'onChange':_0x576418=>_0x247e43(G[_0x3b835f(0x2cf)],_0x576418)})}),_0x11357b(Z,{'alignControl':_0x472133===_0x3b835f(0x2b2),'defaultColor':_0x2b8dcf[_0x3b835f(0x266)][_0x3b835f(0x200)],'defaultFontSize':_0x2b8dcf[_0x3b835f(0x266)][_0x3b835f(0x25c)],'style':_0x44a8ea,'onChange':_0x231419})]})]});}function En(_0x199f64){const _0x1c4389=_0x4dc490;var _0x466919,_0x491ec6,_0x326b21,_0x3bb01f,_0x15de52,_0x572a9d,_0x38a62c;let {adapter:_0x264fed,context:_0x44b5f9}=_0x199f64,_0x3862a7=_0x10307d(_0x460c82),_0x2079dd=J(_0x264fed,_0x44b5f9),_0xe45602=(_0x466919=q(_0x264fed,_0x44b5f9,G[_0x1c4389(0x35d)]))==null?{}:_0x466919,_0x118d16=_0x44b5f9[_0x1c4389(0x3aa)][_0x1c4389(0x366)]===_0x1c4389(0x30c)?_0x44b5f9[_0x1c4389(0x3aa)]:void 0x0,_0x26546c=xn((_0x491ec6=_0x118d16==null?void 0x0:_0x118d16[_0x1c4389(0x347)])==null?_0x1c4389(0x205):_0x491ec6),_0x113e60=(_0x326b21=q(_0x264fed,_0x44b5f9,_0x26546c))==null?{}:_0x326b21,_0x425415=(_0x3bb01f=_0x118d16==null?void 0x0:_0x118d16[_0x1c4389(0x329)])==null?'xAxisTitle':_0x3bb01f,_0x274c71=(_0x15de52=_0xe45602[_0x425415])==null?{}:_0x15de52,_0x52a176=_0x3ee4ae(()=>un[_0x1c4389(0x2f0)](_0x308219=>({'label':_0x3862a7['t'](_0x308219[_0x1c4389(0x292)]),'value':_0x308219['value']})),[_0x3862a7]),_0xdc1e1f=_0x3ec3a8(_0x3a3ced=>{_0x2079dd(G['TITLES'],{[_0x425415]:_0x3a3ced});},[_0x425415,_0x2079dd]),_0x2f6eb0=_0x3ec3a8((_0x4b75ca,_0x3ecdde)=>{_0xdc1e1f({[_0x4b75ca]:_0x3ecdde});},[_0xdc1e1f]);return _0x230036(_0xdec74b,{'children':[_0x11357b(X,{'className':K['ROW_FULL'],'children':_0x11357b(_0x3d6436,{'className':K['TEXT_INPUT'],'size':'mini','value':Sn(_0x274c71[_0x1c4389(0x238)]),'onChange':_0x19a109=>_0xdc1e1f({'content':_0x19a109})})}),_0x230036(X,{'children':[_0x11357b(Y,{'children':_0x11357b(_0x3d18bb,{'className':K[_0x1c4389(0x31c)],'options':_0x52a176,'value':(_0x572a9d=(_0x38a62c=_0x113e60['label'])==null?void 0x0:_0x38a62c[_0x1c4389(0x284)])==null?_0x2b8dcf[_0x1c4389(0x2af)][_0x1c4389(0x33a)]:_0x572a9d,'onChange':_0x2c5f90=>Cn(_0x2079dd,_0x26546c,[_0x1c4389(0x394),_0x1c4389(0x284)],_0x2c5f90)})}),_0x11357b(Z,{'defaultColor':_0x2b8dcf[_0x1c4389(0x266)][_0x1c4389(0x200)],'defaultFontSize':_0x2b8dcf[_0x1c4389(0x266)]['titleFontSize'],'style':_0x274c71,'onChange':_0x2f6eb0})]})]});}function Dn(_0x2d8d94){const _0x3ffde8=_0x4dc490;var _0x536628,_0x1fae88;let {adapter:_0x2a1e06,context:_0x5b5d85}=_0x2d8d94,_0x5e8ee0=J(_0x2a1e06,_0x5b5d85),_0x5814c9=(_0x1fae88=((_0x536628=q(_0x2a1e06,_0x5b5d85,G[_0x3ffde8(0x313)]))==null?{}:_0x536628)[_0x3ffde8(0x394)])==null?{}:_0x1fae88,_0xd7f4ed=_0x3ec3a8((_0x264295,_0x10c61b)=>{const _0x22baa9=_0x3ffde8;_0x5e8ee0(G[_0x22baa9(0x313)],{'label':{[_0x264295]:_0x10c61b}});},[_0x5e8ee0]);return _0x11357b(X,{'children':_0x11357b(Z,{'defaultColor':_0x2b8dcf['textStyle']['color'],'defaultFontSize':_0x2b8dcf['textStyle']['fontSize'],'style':_0x5814c9,'onChange':_0xd7f4ed})});}function On(_0x6aa778){const _0x37c73b=_0x4dc490;var _0x39efd7,_0x535fe9,_0x27c08c;let {adapter:_0x4cb79c,context:_0x323f6b}=_0x6aa778,_0x4bd8ae=J(_0x4cb79c,_0x323f6b),_0x5e64e1=_0x323f6b[_0x37c73b(0x3aa)][_0x37c73b(0x366)]===_0x37c73b(0x2af)?_0x323f6b['target']:void 0x0,_0x4a3d78=xn((_0x39efd7=_0x5e64e1==null?void 0x0:_0x5e64e1['axisId'])==null?_0x37c73b(0x205):_0x39efd7),_0x21d43b=(_0x27c08c=((_0x535fe9=q(_0x4cb79c,_0x323f6b,_0x4a3d78))==null?{}:_0x535fe9)['label'])==null?{}:_0x27c08c,_0x154eb9=_0x3ec3a8((_0x3e9754,_0xf92347)=>{const _0xa8ec76=_0x37c73b;Cn(_0x4bd8ae,_0x4a3d78,[_0xa8ec76(0x394),_0x3e9754],_0xf92347);},[_0x4a3d78,_0x4bd8ae]);return _0x11357b(X,{'children':_0x11357b(Z,{'defaultColor':_0x2b8dcf[_0x37c73b(0x266)]['color'],'defaultFontSize':_0x2b8dcf[_0x37c73b(0x266)]['fontSize'],'style':_0x21d43b,'onChange':_0x154eb9})});}function kn(_0x2eb4a3){const _0x54aa35=_0x4dc490;var _0x9b2cea,_0x3061f3;let {adapter:_0x230f53,context:_0xd1ab50}=_0x2eb4a3,_0x11dbdf=_0x10307d(_0x460c82),_0x22423e=J(_0x230f53,_0xd1ab50),_0x359246=(_0x9b2cea=q(_0x230f53,_0xd1ab50,G[_0x54aa35(0x2b7)]))==null?{}:_0x9b2cea,_0x43eb62=_0x3ee4ae(()=>cn[_0x54aa35(0x2f0)](_0x210809=>({'label':_0x11dbdf['t'](_0x210809['labelKey']),'value':_0x210809[_0x54aa35(0x242)]})),[_0x11dbdf]),_0x4caca9=_0x3ee4ae(()=>ln[_0x54aa35(0x2f0)](_0x41ea3f=>({'label':_0x11dbdf['t'](_0x41ea3f[_0x54aa35(0x292)]),'value':_0x41ea3f[_0x54aa35(0x242)]})),[_0x11dbdf]),_0x27cd66=_0x3ee4ae(()=>vn(_0x359246[_0x54aa35(0x275)]),[_0x359246[_0x54aa35(0x275)]]),_0x1bf602=_0x3ec3a8(_0x2c4935=>{const _0x1b0a74=_0x54aa35;_0x22423e(G[_0x1b0a74(0x2b7)],_0x2c4935);},[_0x22423e]),_0x243e31=_0x3ec3a8((_0xb6efec,_0x593eb0)=>{_0x1bf602({[_0xb6efec]:_0x593eb0});},[_0x1bf602]),_0x557b95=_0x3ec3a8(_0x3a35f4=>{let _0x334c0f=yn(_0x3a35f4);_0x334c0f!==void 0x0&&_0x1bf602({'contentType':_0x334c0f});},[_0x1bf602]);return _0x230036(_0xdec74b,{'children':[_0x230036(X,{'children':[_0x11357b(Y,{'children':_0x11357b(_0x3d18bb,{'className':K[_0x54aa35(0x31c)],'options':_0x43eb62,'value':(_0x3061f3=_0x359246[_0x54aa35(0x27c)])==null?_0x2b8dcf[_0x54aa35(0x3c4)][_0x54aa35(0x1fa)]:_0x3061f3,'onChange':_0x58514e=>_0x1bf602({'position':_0x58514e})})}),_0x11357b(Y,{'className':K['MULTIPLE_SELECT_WRAPPER'],'children':_0x11357b(_0x4090b0,{'className':K[_0x54aa35(0x31c)],'options':_0x4caca9,'value':_0x27cd66,'onChange':_0x557b95})})]}),_0x11357b(X,{'children':_0x11357b(Z,{'defaultColor':_0x2b8dcf[_0x54aa35(0x266)][_0x54aa35(0x200)],'defaultFontSize':_0x2b8dcf[_0x54aa35(0x266)]['fontSize'],'style':_0x359246,'onChange':_0x243e31})})]});}function An(_0x1a1024){const _0x3e63b5=_0x4dc490;var _0x2d6f73,_0x19c255,_0xa75ac2;let {adapter:_0x5e6b3e,context:_0x46aacf}=_0x1a1024,_0x4a75b4=_0x10307d(_0x460c82),_0x8e7933=J(_0x5e6b3e,_0x46aacf),_0x3b50c5=_0x46aacf[_0x3e63b5(0x3aa)][_0x3e63b5(0x366)]===_0x3e63b5(0x3b3)?_0x46aacf[_0x3e63b5(0x3aa)]:void 0x0,_0xb2d806=_0x3b50c5==null?void 0x0:_0x3b50c5[_0x3e63b5(0x35a)],_0x5efd9e=q(_0x5e6b3e,_0x46aacf,G['SERIES_STYLE_MAP']),_0x4e198b=q(_0x5e6b3e,_0x46aacf,G[_0x3e63b5(0x234)]),_0x2dd571=_0x3ee4ae(()=>{const _0x40d10a=_0x3e63b5;if((_0xb2d806==null?void 0x0:_0xb2d806[_0x40d10a(0x391)])===_0x40d10a(0x2f2)){var _0x5463e3;return(_0x5463e3=_0x5efd9e==null?void 0x0:_0x5efd9e[_0xb2d806[_0x40d10a(0x27a)]])==null?{}:_0x5463e3;}if((_0xb2d806==null?void 0x0:_0xb2d806['kind'])===_0x40d10a(0x1f4)){var _0x1443e0,_0x2dc2da;return _0xb2d806[_0x40d10a(0x211)]===_0x40d10a(0x213)?(_0x1443e0=_0x4e198b==null?void 0x0:_0x4e198b[_0x40d10a(0x367)])==null?{}:_0x1443e0:(_0x2dc2da=_0x4e198b==null?void 0x0:_0x4e198b['lineStyle'])==null?{}:_0x2dc2da;}if((_0xb2d806==null?void 0x0:_0xb2d806['kind'])==='waterfallStyle'){var _0x4212be,_0x1eb56b;return(_0x4212be=_0x5efd9e==null||(_0x1eb56b=_0x5efd9e[_0xb2d806[_0x40d10a(0x27a)]])==null||(_0x1eb56b=_0x1eb56b[_0x40d10a(0x2bd)])==null?void 0x0:_0x1eb56b[_0xb2d806['part']])==null?{}:_0x4212be;}return{};},[_0xb2d806,_0x4e198b,_0x5efd9e]),_0xb8e023=_0x3ec3a8(_0x5de801=>{const _0x5f3e9f=_0x3e63b5;if(_0xb2d806){if(_0xb2d806[_0x5f3e9f(0x391)]===_0x5f3e9f(0x2f2)){_0x8e7933(G['SERIES_STYLE_MAP'],{[_0xb2d806[_0x5f3e9f(0x27a)]]:_0x5de801});return;}if(_0xb2d806[_0x5f3e9f(0x391)]===_0x5f3e9f(0x1f4)){_0x8e7933(G[_0x5f3e9f(0x234)],{[_0xb2d806['part']===_0x5f3e9f(0x213)?_0x5f3e9f(0x367):_0x5f3e9f(0x285)]:_0x5de801});return;}_0xb2d806[_0x5f3e9f(0x391)]===_0x5f3e9f(0x2e6)&&_0x8e7933(G[_0x5f3e9f(0x274)],{[_0xb2d806[_0x5f3e9f(0x27a)]]:{'waterfall':{[_0xb2d806[_0x5f3e9f(0x211)]]:_0x5de801}}});}},[_0xb2d806,_0x8e7933]);return _0xb2d806?_0x230036(X,{'children':[_0x11357b(Y,{'className':K['MARK_COLOR_WRAPPER'],'children':_0x11357b(P,{'compact':!0x0,'color':(_0x2d6f73=_0x2dd571[_0x3e63b5(0x200)])==null?null:_0x2d6f73,'onChange':_0x1045d9=>_0xb8e023({'color':_0x1045d9==null?null:_0x1045d9})})}),_0x11357b(Y,{'children':_0x11357b(wn,{'value':_0x2dd571[_0x3e63b5(0x38a)],'onChange':_0x153a74=>_0xb8e023({'fillOpacity':_0x153a74})})}),_0x11357b(_0x3895e9,{'checked':(_0x19c255=(_0xa75ac2=_0x2dd571[_0x3e63b5(0x394)])==null?void 0x0:_0xa75ac2[_0x3e63b5(0x2c2)])!=null&&_0x19c255,'onChange':_0x315a33=>_0xb8e023({'label':{'visible':!!_0x315a33}}),'children':_0x4a75b4['t'](W[_0x3e63b5(0x264)]['LABELS'])})]}):_0x11357b(_0xdec74b,{});}function jn(_0x2aeb5d){const _0x606828=_0x4dc490;switch(_0x2aeb5d[_0x606828(0x3aa)][_0x606828(0x366)]){case _0x606828(0x2b2):return Tn;case _0x606828(0x30c):return En;case'legend':return Dn;case'axis':return On;case _0x606828(0x3b3):var _0xef0015;return((_0xef0015=_0x2aeb5d[_0x606828(0x3aa)][_0x606828(0x35a)])==null?void 0x0:_0xef0015[_0x606828(0x391)])===_0x606828(0x2e5)?kn:An;default:return null;}}function Mn(_0x5e2467){const _0x555ecb=_0x4dc490;let _0x5bb243=_0x5e2467[_0x555ecb(0x221)][_0x555ecb(0x236)],_0x41fff7=_0x10307d(_0x460c82),_0x43769b=_0x10307d($t);if(!_0x5bb243)return null;let _0x514324=_0x43769b[_0x555ecb(0x340)](_0x5bb243[_0x555ecb(0x247)]),_0xa64446=_0x5bb243,_0x1bfbcd=jn(_0xa64446);return _0x230036(_0x555ecb(0x29f),{'className':_0x41d172(K['ROOT'],_0x28d938),'data-chart-element-float-menu':_0x5bb243['target']['scope'],'children':[_0x11357b(_0x555ecb(0x29f),{'className':K[_0x555ecb(0x2fa)],'children':_0x41fff7['t'](bn(_0x5bb243))}),_0x11357b('div',{'className':K['BODY'],'children':_0x1bfbcd?_0x11357b(_0x1bfbcd,{'adapter':_0x514324,'context':_0xa64446}):null})]});}var Nn=_0x4dc490(0x209),Pn='1.0.0-alpha.8';function Fn(_0x39bcc0,_0x26616e){return function(_0x44e60a,_0x252c08){_0x26616e(_0x44e60a,_0x252c08,_0x39bcc0);};}function In(_0x1d2859,_0x1971c8,_0x407bbf,_0x43586d){const _0x55dc12=_0x4dc490;var _0x3710cb=arguments[_0x55dc12(0x281)],_0x2843b0=_0x3710cb<0x3?_0x1971c8:_0x43586d===null?_0x43586d=Object['getOwnPropertyDescriptor'](_0x1971c8,_0x407bbf):_0x43586d,_0x3f4486;if(typeof Reflect==_0x55dc12(0x317)&&typeof Reflect[_0x55dc12(0x384)]==_0x55dc12(0x267))_0x2843b0=Reflect[_0x55dc12(0x384)](_0x1d2859,_0x1971c8,_0x407bbf,_0x43586d);else{for(var _0x3e720b=_0x1d2859['length']-0x1;_0x3e720b>=0x0;_0x3e720b--)(_0x3f4486=_0x1d2859[_0x3e720b])&&(_0x2843b0=(_0x3710cb<0x3?_0x3f4486(_0x2843b0):_0x3710cb>0x3?_0x3f4486(_0x1971c8,_0x407bbf,_0x2843b0):_0x3f4486(_0x1971c8,_0x407bbf))||_0x2843b0);}return _0x3710cb>0x3&&_0x2843b0&&Object['defineProperty'](_0x1971c8,_0x407bbf,_0x2843b0),_0x2843b0;}let Q=class extends _0x810e30{constructor(_0x13602f){const _0xc09248=_0x4dc490;super(),this['_componentManager']=_0x13602f,this[_0xc09248(0x22f)]();}[_0x4dc490(0x22f)](){const _0x186598=_0x4dc490;this[_0x186598(0x323)](this[_0x186598(0x3be)][_0x186598(0x358)](en,Mn));}};Q=In([Fn(0x0,_0x50417e(_0x3b2c47))],Q);let $=class extends _0x3ca261{constructor(_0x1e4c40=Qt,_0x258714,_0x53288a){const _0x4284a9=_0x4dc490;super(),this[_0x4284a9(0x2e4)]=_0x1e4c40,this['_injector']=_0x258714,this[_0x4284a9(0x33c)]=_0x53288a;let {..._0x19c979}=_0x17a3ed({},Qt,this[_0x4284a9(0x2e4)]);this[_0x4284a9(0x33c)][_0x4284a9(0x370)](Zt,_0x19c979);}[_0x4dc490(0x2ab)](){const _0x29b467=_0x4dc490;this[_0x29b467(0x279)]['add']([$t]),this[_0x29b467(0x279)][_0x29b467(0x33f)]([Q]),this['_injector'][_0x29b467(0x340)](Q);}};N($,_0x4dc490(0x365),_0x4559d9[_0x4dc490(0x369)]),N($,_0x4dc490(0x207),'UNIVER_CHART_UI_PLUGIN'),N($,_0x4dc490(0x351),Nn),N($,_0x4dc490(0x327),Pn),$=In([_0x5963c3(_0x5626fb,_0x484c8b),Fn(0x1,_0x50417e(_0x3fd479)),Fn(0x2,_0x58a30d)],$);export{$e as CHART_DOM_HOST_Z_INDEX,en as CHART_ELEMENT_FLOAT_MENU_COMPONENT,tn as CHART_ELEMENT_FLOAT_MENU_OFFSET,Qe as CHART_HOST_BORDER_RADIUS,Zt as CHART_UI_PLUGIN_CONFIG_KEY,U as ChartAxisId,pt as ChartCheckboxField,_t as ChartColorField,Ze as ChartDomFrame,xt as ChartEditBlockTitle,bt as ChartEditPanelScaffold,mn as ChartEditPanelSection,pn as ChartEditPanelTab,yt as ChartEditPanelTabs,Mn as ChartElementFloatMenu,$t as ChartElementFloatMenuAdapterRegistry,vt as ChartFontField,We as ChartFrameContentMode,Ge as ChartFrameLayout,jt as ChartInlineTableEditor,Mt as ChartLegendWrapField,dn as ChartMarkDirectEditKind,fn as ChartMarkPanel,ht as ChartNumberField,tt as ChartPointMappingStateKey,L as ChartPropertyField,ft as ChartPropertyRow,R as ChartSelectField,Rt as ChartSemanticDataFields,gt as ChartTextField,H as ChartTitleKey,mt as ChartToggleField,P as ColorPickerControl,ot as DropdownSelector,ut as FontAlignSelector,lt as FontColorSelector,dt as FontFormatBar,I as FontFormatToggle,ct as FontSizeSelector,et as MIN_CHART_HOST_DIMENSION,$ as UniverChartUIPlugin,Tt as appendInlineTableColumn,wt as appendInlineTableRow,At as applyInlineTablePaste,Ut as buildChartThemeSelectOptions,Vt as buildChartTypeSelectOptions,Gt as chartBorderWidthValues,Kt as chartLinePointSizeValues,Wt as chartOpacityValues,qt as chartTickLengthValues,Jt as chartTickWidthValues,zt as chartTypeToIcon,Ct as coerceInlineTableCell,Dt as compactInlineTableValues,at as createChartInlineStarterData,Yt as createPercentOptions,Xt as createPxOptions,it as getChartInlineTableMinColumns,Nt as getChartSemanticDataFieldKind,z as normalizeInlineTableValues,Ht as renderChartThemeColorStrip,Bt as renderChartTypeSelectLabel,hn as resolveChartElementConfigTarget};