@univerjs-pro/chart-ui 1.0.0-alpha.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +44 -0
- package/lib/cjs/index.js +1 -0
- package/lib/cjs/locale/ar-SA.js +1 -0
- package/lib/cjs/locale/ca-ES.js +1 -0
- package/lib/cjs/locale/de-DE.js +1 -0
- package/lib/cjs/locale/en-US.js +1 -0
- package/lib/cjs/locale/es-ES.js +1 -0
- package/lib/cjs/locale/fa-IR.js +1 -0
- package/lib/cjs/locale/fr-FR.js +1 -0
- package/lib/cjs/locale/id-ID.js +1 -0
- package/lib/cjs/locale/it-IT.js +1 -0
- package/lib/cjs/locale/ja-JP.js +1 -0
- package/lib/cjs/locale/ko-KR.js +1 -0
- package/lib/cjs/locale/pl-PL.js +1 -0
- package/lib/cjs/locale/pt-BR.js +1 -0
- package/lib/cjs/locale/ru-RU.js +1 -0
- package/lib/cjs/locale/sk-SK.js +1 -0
- package/lib/cjs/locale/vi-VN.js +1 -0
- package/lib/cjs/locale/zh-CN.js +1 -0
- package/lib/cjs/locale/zh-HK.js +1 -0
- package/lib/cjs/locale/zh-TW.js +1 -0
- package/lib/es/index.js +1 -0
- package/lib/es/locale/ar-SA.js +1 -0
- package/lib/es/locale/ca-ES.js +1 -0
- package/lib/es/locale/de-DE.js +1 -0
- package/lib/es/locale/en-US.js +1 -0
- package/lib/es/locale/es-ES.js +1 -0
- package/lib/es/locale/fa-IR.js +1 -0
- package/lib/es/locale/fr-FR.js +1 -0
- package/lib/es/locale/id-ID.js +1 -0
- package/lib/es/locale/it-IT.js +1 -0
- package/lib/es/locale/ja-JP.js +1 -0
- package/lib/es/locale/ko-KR.js +1 -0
- package/lib/es/locale/pl-PL.js +1 -0
- package/lib/es/locale/pt-BR.js +1 -0
- package/lib/es/locale/ru-RU.js +1 -0
- package/lib/es/locale/sk-SK.js +1 -0
- package/lib/es/locale/vi-VN.js +1 -0
- package/lib/es/locale/zh-CN.js +1 -0
- package/lib/es/locale/zh-HK.js +1 -0
- package/lib/es/locale/zh-TW.js +1 -0
- package/lib/index.css +471 -0
- package/lib/index.js +1 -0
- package/lib/locale/ar-SA.js +1 -0
- package/lib/locale/ca-ES.js +1 -0
- package/lib/locale/de-DE.js +1 -0
- package/lib/locale/en-US.js +1 -0
- package/lib/locale/es-ES.js +1 -0
- package/lib/locale/fa-IR.js +1 -0
- package/lib/locale/fr-FR.js +1 -0
- package/lib/locale/id-ID.js +1 -0
- package/lib/locale/it-IT.js +1 -0
- package/lib/locale/ja-JP.js +1 -0
- package/lib/locale/ko-KR.js +1 -0
- package/lib/locale/pl-PL.js +1 -0
- package/lib/locale/pt-BR.js +1 -0
- package/lib/locale/ru-RU.js +1 -0
- package/lib/locale/sk-SK.js +1 -0
- package/lib/locale/vi-VN.js +1 -0
- package/lib/locale/zh-CN.js +1 -0
- package/lib/locale/zh-HK.js +1 -0
- package/lib/locale/zh-TW.js +1 -0
- package/lib/types/chart-host/constants.d.ts +3 -0
- package/lib/types/chart-state/constants.d.ts +7 -0
- package/lib/types/components/ChartEditPanelScaffold.d.ts +16 -0
- package/lib/types/components/ChartEditorFields.d.ts +58 -0
- package/lib/types/components/ChartInlineTableEditor.d.ts +15 -0
- package/lib/types/components/ChartTypeOptions.d.ts +27 -0
- package/lib/types/components/ColorPickerControl.d.ts +9 -0
- package/lib/types/components/DropdownSelector.d.ts +13 -0
- package/lib/types/components/FontFormatBar.d.ts +38 -0
- package/lib/types/components/index.d.ts +14 -0
- package/lib/types/config/config.d.ts +5 -0
- package/lib/types/controllers/chart-ui-components.controller.d.ts +5 -0
- package/lib/types/float-menu/ChartElementFloatMenu.d.ts +7 -0
- package/lib/types/float-menu/chart-element-float-menu-adapter-registry.d.ts +10 -0
- package/lib/types/float-menu/constants.d.ts +198 -0
- package/lib/types/float-menu/index.d.ts +5 -0
- package/lib/types/float-menu/types.d.ts +140 -0
- package/lib/types/index.d.ts +21 -0
- package/lib/types/locale/ar-SA.d.ts +3 -0
- package/lib/types/locale/ca-ES.d.ts +3 -0
- package/lib/types/locale/de-DE.d.ts +3 -0
- package/lib/types/locale/en-US.d.ts +96 -0
- package/lib/types/locale/es-ES.d.ts +3 -0
- package/lib/types/locale/fa-IR.d.ts +3 -0
- package/lib/types/locale/fr-FR.d.ts +3 -0
- package/lib/types/locale/id-ID.d.ts +3 -0
- package/lib/types/locale/it-IT.d.ts +3 -0
- package/lib/types/locale/ja-JP.d.ts +3 -0
- package/lib/types/locale/ko-KR.d.ts +3 -0
- package/lib/types/locale/pl-PL.d.ts +3 -0
- package/lib/types/locale/pt-BR.d.ts +3 -0
- package/lib/types/locale/ru-RU.d.ts +3 -0
- package/lib/types/locale/sk-SK.d.ts +3 -0
- package/lib/types/locale/types.d.ts +3 -0
- package/lib/types/locale/vi-VN.d.ts +3 -0
- package/lib/types/locale/zh-CN.d.ts +3 -0
- package/lib/types/locale/zh-HK.d.ts +3 -0
- package/lib/types/locale/zh-TW.d.ts +3 -0
- package/lib/types/plugin.d.ts +14 -0
- package/lib/umd/index.js +1 -0
- package/lib/umd/locale/ar-SA.js +1 -0
- package/lib/umd/locale/ca-ES.js +1 -0
- package/lib/umd/locale/de-DE.js +1 -0
- package/lib/umd/locale/en-US.js +1 -0
- package/lib/umd/locale/es-ES.js +1 -0
- package/lib/umd/locale/fa-IR.js +1 -0
- package/lib/umd/locale/fr-FR.js +1 -0
- package/lib/umd/locale/id-ID.js +1 -0
- package/lib/umd/locale/it-IT.js +1 -0
- package/lib/umd/locale/ja-JP.js +1 -0
- package/lib/umd/locale/ko-KR.js +1 -0
- package/lib/umd/locale/pl-PL.js +1 -0
- package/lib/umd/locale/pt-BR.js +1 -0
- package/lib/umd/locale/ru-RU.js +1 -0
- package/lib/umd/locale/sk-SK.js +1 -0
- package/lib/umd/locale/vi-VN.js +1 -0
- package/lib/umd/locale/zh-CN.js +1 -0
- package/lib/umd/locale/zh-HK.js +1 -0
- package/lib/umd/locale/zh-TW.js +1 -0
- package/package.json +77 -0
package/lib/index.css
ADDED
|
@@ -0,0 +1,471 @@
|
|
|
1
|
+
.univer-mx-auto {
|
|
2
|
+
margin-left: auto;
|
|
3
|
+
margin-right: auto;
|
|
4
|
+
}
|
|
5
|
+
|
|
6
|
+
.univer-mb-2 {
|
|
7
|
+
margin-bottom: .5rem;
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
.univer-ml-1 {
|
|
11
|
+
margin-left: .25rem;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
.univer-mr-5 {
|
|
15
|
+
margin-right: 1.25rem;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
.univer-mt-2 {
|
|
19
|
+
margin-top: .5rem;
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
.univer-mt-4 {
|
|
23
|
+
margin-top: 1rem;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
.univer-box-border {
|
|
27
|
+
box-sizing: border-box;
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
.univer-block {
|
|
31
|
+
display: block;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
.univer-flex {
|
|
35
|
+
display: flex;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
.univer-inline-flex {
|
|
39
|
+
display: inline-flex;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
.univer-size-5 {
|
|
43
|
+
width: 1.25rem;
|
|
44
|
+
height: 1.25rem;
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
.\!univer-h-7 {
|
|
48
|
+
height: 1.75rem !important;
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
.\!univer-h-8 {
|
|
52
|
+
height: 2rem !important;
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
.univer-h-1 {
|
|
56
|
+
height: .25rem;
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
.univer-h-4 {
|
|
60
|
+
height: 1rem;
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
.univer-h-7 {
|
|
64
|
+
height: 1.75rem;
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
.univer-h-9 {
|
|
68
|
+
height: 2.25rem;
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
.univer-h-\[26px\] {
|
|
72
|
+
height: 26px;
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
.univer-h-fit {
|
|
76
|
+
height: fit-content;
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
.univer-max-h-72 {
|
|
80
|
+
max-height: 18rem;
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
.\!univer-w-9 {
|
|
84
|
+
width: 2.25rem !important;
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
.\!univer-w-full {
|
|
88
|
+
width: 100% !important;
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
.univer-w-1\/2 {
|
|
92
|
+
width: 50%;
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
.univer-w-20 {
|
|
96
|
+
width: 5rem;
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
.univer-w-36 {
|
|
100
|
+
width: 9rem;
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
.univer-w-52 {
|
|
104
|
+
width: 13rem;
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
.univer-w-8 {
|
|
108
|
+
width: 2rem;
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
.univer-w-fit {
|
|
112
|
+
width: fit-content;
|
|
113
|
+
}
|
|
114
|
+
|
|
115
|
+
.univer-w-full {
|
|
116
|
+
width: 100%;
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
.univer-w-max {
|
|
120
|
+
width: max-content;
|
|
121
|
+
}
|
|
122
|
+
|
|
123
|
+
.\!univer-min-w-0 {
|
|
124
|
+
min-width: 0 !important;
|
|
125
|
+
}
|
|
126
|
+
|
|
127
|
+
.univer-min-w-0 {
|
|
128
|
+
min-width: 0;
|
|
129
|
+
}
|
|
130
|
+
|
|
131
|
+
.univer-min-w-32 {
|
|
132
|
+
min-width: 8rem;
|
|
133
|
+
}
|
|
134
|
+
|
|
135
|
+
.univer-max-w-\[760px\] {
|
|
136
|
+
max-width: 760px;
|
|
137
|
+
}
|
|
138
|
+
|
|
139
|
+
.univer-flex-1 {
|
|
140
|
+
flex: 1;
|
|
141
|
+
}
|
|
142
|
+
|
|
143
|
+
.univer-flex-shrink-0, .univer-shrink-0 {
|
|
144
|
+
flex-shrink: 0;
|
|
145
|
+
}
|
|
146
|
+
|
|
147
|
+
.univer-border-collapse {
|
|
148
|
+
border-collapse: collapse;
|
|
149
|
+
}
|
|
150
|
+
|
|
151
|
+
.univer-rotate-180 {
|
|
152
|
+
--univer-tw-rotate: 180deg;
|
|
153
|
+
transform: translate(var(--univer-tw-translate-x), var(--univer-tw-translate-y)) rotate(180deg) skewX(var(--univer-tw-skew-x)) skewY(var(--univer-tw-skew-y)) scaleX(var(--univer-tw-scale-x)) scaleY(var(--univer-tw-scale-y));
|
|
154
|
+
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));
|
|
155
|
+
}
|
|
156
|
+
|
|
157
|
+
.univer-cursor-default {
|
|
158
|
+
cursor: default;
|
|
159
|
+
}
|
|
160
|
+
|
|
161
|
+
.univer-cursor-pointer {
|
|
162
|
+
cursor: pointer;
|
|
163
|
+
}
|
|
164
|
+
|
|
165
|
+
.univer-flex-row {
|
|
166
|
+
flex-direction: row;
|
|
167
|
+
}
|
|
168
|
+
|
|
169
|
+
.univer-flex-col {
|
|
170
|
+
flex-direction: column;
|
|
171
|
+
}
|
|
172
|
+
|
|
173
|
+
.univer-items-start {
|
|
174
|
+
align-items: flex-start;
|
|
175
|
+
}
|
|
176
|
+
|
|
177
|
+
.univer-items-center {
|
|
178
|
+
align-items: center;
|
|
179
|
+
}
|
|
180
|
+
|
|
181
|
+
.univer-justify-between {
|
|
182
|
+
justify-content: space-between;
|
|
183
|
+
}
|
|
184
|
+
|
|
185
|
+
.univer-gap-1 {
|
|
186
|
+
gap: .25rem;
|
|
187
|
+
}
|
|
188
|
+
|
|
189
|
+
.univer-gap-1\.5 {
|
|
190
|
+
gap: .375rem;
|
|
191
|
+
}
|
|
192
|
+
|
|
193
|
+
.univer-gap-2 {
|
|
194
|
+
gap: .5rem;
|
|
195
|
+
}
|
|
196
|
+
|
|
197
|
+
.univer-gap-3 {
|
|
198
|
+
gap: .75rem;
|
|
199
|
+
}
|
|
200
|
+
|
|
201
|
+
.univer-overflow-auto {
|
|
202
|
+
overflow: auto;
|
|
203
|
+
}
|
|
204
|
+
|
|
205
|
+
.univer-overflow-hidden {
|
|
206
|
+
overflow: hidden;
|
|
207
|
+
}
|
|
208
|
+
|
|
209
|
+
.univer-truncate {
|
|
210
|
+
text-overflow: ellipsis;
|
|
211
|
+
white-space: nowrap;
|
|
212
|
+
overflow: hidden;
|
|
213
|
+
}
|
|
214
|
+
|
|
215
|
+
.univer-whitespace-nowrap {
|
|
216
|
+
white-space: nowrap;
|
|
217
|
+
}
|
|
218
|
+
|
|
219
|
+
.univer-rounded-lg {
|
|
220
|
+
border-radius: .5rem;
|
|
221
|
+
}
|
|
222
|
+
|
|
223
|
+
.univer-rounded-md {
|
|
224
|
+
border-radius: .375rem;
|
|
225
|
+
}
|
|
226
|
+
|
|
227
|
+
.univer-rounded-sm {
|
|
228
|
+
border-radius: .125rem;
|
|
229
|
+
}
|
|
230
|
+
|
|
231
|
+
.univer-border {
|
|
232
|
+
border-width: 1px;
|
|
233
|
+
}
|
|
234
|
+
|
|
235
|
+
.univer-border-b {
|
|
236
|
+
border-bottom-width: 1px;
|
|
237
|
+
}
|
|
238
|
+
|
|
239
|
+
.univer-border-solid {
|
|
240
|
+
border-style: solid;
|
|
241
|
+
}
|
|
242
|
+
|
|
243
|
+
.univer-border-none {
|
|
244
|
+
border-style: none;
|
|
245
|
+
}
|
|
246
|
+
|
|
247
|
+
.univer-border-gray-100 {
|
|
248
|
+
border-color: var(--univer-gray-100);
|
|
249
|
+
}
|
|
250
|
+
|
|
251
|
+
.univer-border-gray-200 {
|
|
252
|
+
border-color: var(--univer-gray-200);
|
|
253
|
+
}
|
|
254
|
+
|
|
255
|
+
.univer-border-primary-600 {
|
|
256
|
+
border-color: var(--univer-primary-600);
|
|
257
|
+
}
|
|
258
|
+
|
|
259
|
+
.univer-bg-gray-50 {
|
|
260
|
+
background-color: var(--univer-gray-50);
|
|
261
|
+
}
|
|
262
|
+
|
|
263
|
+
.univer-bg-primary-600 {
|
|
264
|
+
background-color: var(--univer-primary-600);
|
|
265
|
+
}
|
|
266
|
+
|
|
267
|
+
.univer-bg-transparent {
|
|
268
|
+
background-color: #0000;
|
|
269
|
+
}
|
|
270
|
+
|
|
271
|
+
.univer-bg-white {
|
|
272
|
+
background-color: var(--univer-white);
|
|
273
|
+
}
|
|
274
|
+
|
|
275
|
+
.univer-p-0 {
|
|
276
|
+
padding: 0;
|
|
277
|
+
}
|
|
278
|
+
|
|
279
|
+
.univer-p-1\.5 {
|
|
280
|
+
padding: .375rem;
|
|
281
|
+
}
|
|
282
|
+
|
|
283
|
+
.univer-p-3 {
|
|
284
|
+
padding: .75rem;
|
|
285
|
+
}
|
|
286
|
+
|
|
287
|
+
.\!univer-px-1 {
|
|
288
|
+
padding-left: .25rem !important;
|
|
289
|
+
padding-right: .25rem !important;
|
|
290
|
+
}
|
|
291
|
+
|
|
292
|
+
.\!univer-py-0 {
|
|
293
|
+
padding-top: 0 !important;
|
|
294
|
+
padding-bottom: 0 !important;
|
|
295
|
+
}
|
|
296
|
+
|
|
297
|
+
.univer-px-1 {
|
|
298
|
+
padding-left: .25rem;
|
|
299
|
+
padding-right: .25rem;
|
|
300
|
+
}
|
|
301
|
+
|
|
302
|
+
.univer-px-1\.5 {
|
|
303
|
+
padding-left: .375rem;
|
|
304
|
+
padding-right: .375rem;
|
|
305
|
+
}
|
|
306
|
+
|
|
307
|
+
.univer-px-2 {
|
|
308
|
+
padding-left: .5rem;
|
|
309
|
+
padding-right: .5rem;
|
|
310
|
+
}
|
|
311
|
+
|
|
312
|
+
.univer-px-3 {
|
|
313
|
+
padding-left: .75rem;
|
|
314
|
+
padding-right: .75rem;
|
|
315
|
+
}
|
|
316
|
+
|
|
317
|
+
.univer-py-0\.5 {
|
|
318
|
+
padding-top: .125rem;
|
|
319
|
+
padding-bottom: .125rem;
|
|
320
|
+
}
|
|
321
|
+
|
|
322
|
+
.univer-py-1 {
|
|
323
|
+
padding-top: .25rem;
|
|
324
|
+
padding-bottom: .25rem;
|
|
325
|
+
}
|
|
326
|
+
|
|
327
|
+
.univer-py-2 {
|
|
328
|
+
padding-top: .5rem;
|
|
329
|
+
padding-bottom: .5rem;
|
|
330
|
+
}
|
|
331
|
+
|
|
332
|
+
.univer-py-4 {
|
|
333
|
+
padding-top: 1rem;
|
|
334
|
+
padding-bottom: 1rem;
|
|
335
|
+
}
|
|
336
|
+
|
|
337
|
+
.univer-pb-3 {
|
|
338
|
+
padding-bottom: .75rem;
|
|
339
|
+
}
|
|
340
|
+
|
|
341
|
+
.univer-text-center {
|
|
342
|
+
text-align: center;
|
|
343
|
+
}
|
|
344
|
+
|
|
345
|
+
.univer-text-base {
|
|
346
|
+
font-size: 1rem;
|
|
347
|
+
line-height: 1.5rem;
|
|
348
|
+
}
|
|
349
|
+
|
|
350
|
+
.univer-text-sm {
|
|
351
|
+
font-size: .875rem;
|
|
352
|
+
line-height: 1.25rem;
|
|
353
|
+
}
|
|
354
|
+
|
|
355
|
+
.univer-text-xs {
|
|
356
|
+
font-size: .75rem;
|
|
357
|
+
line-height: 1rem;
|
|
358
|
+
}
|
|
359
|
+
|
|
360
|
+
.univer-font-medium {
|
|
361
|
+
font-weight: 500;
|
|
362
|
+
}
|
|
363
|
+
|
|
364
|
+
.univer-font-semibold {
|
|
365
|
+
font-weight: 600;
|
|
366
|
+
}
|
|
367
|
+
|
|
368
|
+
.univer-leading-4 {
|
|
369
|
+
line-height: 1rem;
|
|
370
|
+
}
|
|
371
|
+
|
|
372
|
+
.univer-leading-5 {
|
|
373
|
+
line-height: 1.25rem;
|
|
374
|
+
}
|
|
375
|
+
|
|
376
|
+
.univer-leading-6 {
|
|
377
|
+
line-height: 1.5rem;
|
|
378
|
+
}
|
|
379
|
+
|
|
380
|
+
.univer-text-gray-500 {
|
|
381
|
+
color: var(--univer-gray-500);
|
|
382
|
+
}
|
|
383
|
+
|
|
384
|
+
.univer-text-gray-600 {
|
|
385
|
+
color: var(--univer-gray-600);
|
|
386
|
+
}
|
|
387
|
+
|
|
388
|
+
.univer-text-gray-900 {
|
|
389
|
+
color: var(--univer-gray-900);
|
|
390
|
+
}
|
|
391
|
+
|
|
392
|
+
.univer-text-primary-600 {
|
|
393
|
+
color: var(--univer-primary-600);
|
|
394
|
+
}
|
|
395
|
+
|
|
396
|
+
.univer-shadow-md {
|
|
397
|
+
--univer-tw-shadow: 0px 1px 6px -2px #1e284d14, 0px 2px 6px -1px #1e284d1a;
|
|
398
|
+
--univer-tw-shadow-colored: 0px 1px 6px -2px var(--univer-tw-shadow-color), 0px 2px 6px -1px var(--univer-tw-shadow-color);
|
|
399
|
+
box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 6px -2px #1e284d14, 0 2px 6px -1px #1e284d1a;
|
|
400
|
+
box-shadow: var(--univer-tw-ring-offset-shadow, 0 0 #0000), var(--univer-tw-ring-shadow, 0 0 #0000), var(--univer-tw-shadow);
|
|
401
|
+
}
|
|
402
|
+
|
|
403
|
+
.univer-outline-none {
|
|
404
|
+
outline-offset: 2px;
|
|
405
|
+
outline: 2px solid #0000;
|
|
406
|
+
}
|
|
407
|
+
|
|
408
|
+
.univer-ring-2 {
|
|
409
|
+
--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);
|
|
410
|
+
--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);
|
|
411
|
+
box-shadow: var(--univer-tw-ring-offset-shadow), var(--univer-tw-ring-shadow), 0 0 #0000;
|
|
412
|
+
box-shadow: var(--univer-tw-ring-offset-shadow), var(--univer-tw-ring-shadow), var(--univer-tw-shadow, 0 0 #0000);
|
|
413
|
+
}
|
|
414
|
+
|
|
415
|
+
.\!univer-ring-primary-900 {
|
|
416
|
+
--univer-tw-ring-color: var(--univer-primary-900) !important;
|
|
417
|
+
}
|
|
418
|
+
|
|
419
|
+
.univer-ring-primary-50 {
|
|
420
|
+
--univer-tw-ring-color: var(--univer-primary-50);
|
|
421
|
+
}
|
|
422
|
+
|
|
423
|
+
.univer-transition-transform {
|
|
424
|
+
transition-property: transform;
|
|
425
|
+
transition-duration: .15s;
|
|
426
|
+
transition-timing-function: cubic-bezier(.4, 0, .2, 1);
|
|
427
|
+
}
|
|
428
|
+
|
|
429
|
+
.univer-duration-300 {
|
|
430
|
+
transition-duration: .3s;
|
|
431
|
+
}
|
|
432
|
+
|
|
433
|
+
.hover\:univer-border-primary-600:hover {
|
|
434
|
+
border-color: var(--univer-primary-600);
|
|
435
|
+
}
|
|
436
|
+
|
|
437
|
+
.focus\:univer-bg-primary-50:focus {
|
|
438
|
+
background-color: var(--univer-primary-50);
|
|
439
|
+
}
|
|
440
|
+
|
|
441
|
+
.dark\:\!univer-border-gray-700:where(.univer-dark, .univer-dark *) {
|
|
442
|
+
border-color: var(--univer-gray-700) !important;
|
|
443
|
+
}
|
|
444
|
+
|
|
445
|
+
.dark\:\!univer-bg-gray-900:where(.univer-dark, .univer-dark *) {
|
|
446
|
+
background-color: var(--univer-gray-900) !important;
|
|
447
|
+
}
|
|
448
|
+
|
|
449
|
+
.dark\:\!univer-text-gray-100:where(.univer-dark, .univer-dark *) {
|
|
450
|
+
color: var(--univer-gray-100) !important;
|
|
451
|
+
}
|
|
452
|
+
|
|
453
|
+
.dark\:\!univer-text-gray-200:where(.univer-dark, .univer-dark *) {
|
|
454
|
+
color: var(--univer-gray-200) !important;
|
|
455
|
+
}
|
|
456
|
+
|
|
457
|
+
.dark\:\!univer-text-gray-400:where(.univer-dark, .univer-dark *) {
|
|
458
|
+
color: var(--univer-gray-400) !important;
|
|
459
|
+
}
|
|
460
|
+
|
|
461
|
+
.dark\:\!univer-text-white:where(.univer-dark, .univer-dark *) {
|
|
462
|
+
color: var(--univer-white) !important;
|
|
463
|
+
}
|
|
464
|
+
|
|
465
|
+
.dark\:\!univer-ring-primary-900:where(.univer-dark, .univer-dark *) {
|
|
466
|
+
--univer-tw-ring-color: var(--univer-primary-900) !important;
|
|
467
|
+
}
|
|
468
|
+
|
|
469
|
+
.dark\:focus\:\!univer-bg-gray-800:focus:where(.univer-dark, .univer-dark *) {
|
|
470
|
+
background-color: var(--univer-gray-800) !important;
|
|
471
|
+
}
|
package/lib/index.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const _0x35629e=_0x3846;(function(_0x1034ce,_0x24bb59){const _0xc1eefb=_0x3846,_0x1d21ed=_0x1034ce();while(!![]){try{const _0x488afa=parseInt(_0xc1eefb(0x2b2))/0x1+-parseInt(_0xc1eefb(0x2fd))/0x2*(parseInt(_0xc1eefb(0x2a3))/0x3)+parseInt(_0xc1eefb(0x1f2))/0x4*(-parseInt(_0xc1eefb(0x283))/0x5)+parseInt(_0xc1eefb(0x20b))/0x6+-parseInt(_0xc1eefb(0x256))/0x7*(parseInt(_0xc1eefb(0x2bc))/0x8)+parseInt(_0xc1eefb(0x296))/0x9+parseInt(_0xc1eefb(0x273))/0xa*(parseInt(_0xc1eefb(0x346))/0xb);if(_0x488afa===_0x24bb59)break;else _0x1d21ed['push'](_0x1d21ed['shift']());}catch(_0x462476){_0x1d21ed['push'](_0x1d21ed['shift']());}}}(_0x393c,0x254ea));import{AxisAlignEnum as _0x55d0de,ChartTypeBits as _0x371fc8,LabelContentType as _0x2308d2,LegendPositionEnum as _0x1b95df,PieLabelPosition as _0xc5e5b1,SelectModeEnum as _0x42655b,TextAlign as _0x267280,TitlePositionEnum as _0x361e8e,defaultChartConfig as _0x10eb6c}from'@univerjs-pro/engine-chart';import{Button as _0x220253,Checkbox as _0xbe4717,ColorPicker as _0x4fdb6d,Dropdown as _0x249fc8,DropdownMenu as _0x49aebe,Input as _0x859fc2,InputNumber as _0x2adfe7,MultipleSelect as _0x3438b5,Select as _0x37e828,borderClassName as _0x307e07,clsx as _0x42533b,selectClassName as _0x219d1f}from'@univerjs/design';import{DependentOn as _0x5d9c9c,Disposable as _0x5543b9,IConfigService as _0x55abe2,Inject as _0x1d5eba,Injector as _0x321bf7,LocaleService as _0x2fce56,Plugin as _0x52e268,UniverInstanceType as _0x38ee37,merge as _0x278ce0}from'@univerjs/core';import{AlignTextBothIcon as _0x4b97c2,AreaChartIcon as _0x5e6136,BarChartIcon as _0x2e089f,BoldIcon as _0x50bf7b,BoxplotIcon as _0x13dff1,BubbleIcon as _0x28d4c0,CloudOutlineIcon as _0x353b59,ColumnChartIcon as _0x3f75c7,ComboChartIcon as _0x3bd033,FontColorDoubleIcon as _0x41e337,FunnelIcon as _0x313aa1,HeatmapIcon as _0x8bf407,ItalicIcon as _0x2efb54,LineChartIcon as _0x22eb38,MoreDownIcon as _0x4ca2e7,PieChartIcon as _0x821eae,RadarChartIcon as _0x3132a4,RelationshipIcon as _0x548e82,SankeyIcon as _0xfcce94,ScatterChartIcon as _0x9f368d,WaterfallChartIcon as _0x1aadb4}from'@univerjs/icons';import{ComponentManager as _0x5d65cd,UniverUIPlugin as _0x1b8373,useDependency as _0xa0451d,useObservable as _0xbeab35}from'@univerjs/ui';import{useCallback as _0x264e7a,useMemo as _0x2e6157,useState as _0x52eac0}from'react';import{Fragment as _0x35a097,jsx as _0x255130,jsxs as _0x440404}from'react/jsx-runtime';const Me=0x8,Ne=0x3e8,Pe=0x1;let Fe=function(_0x42e585){const _0x12b242=_0x3846;return _0x42e585[_0x12b242(0x26e)]='scatterXIndex',_0x42e585[_0x12b242(0x1e2)]=_0x12b242(0x279),_0x42e585[_0x12b242(0x1fe)]=_0x12b242(0x231),_0x42e585[_0x12b242(0x21e)]=_0x12b242(0x21a),_0x42e585['BubbleSizeIndex']=_0x12b242(0x267),_0x42e585;}({});function k(_0x10a28e){const _0x5432c1=_0x3846;let {ariaLabel:_0x276e56,color:_0x42c26b,compact:_0x2090b8=!0x1,onChange:_0x1308ab}=_0x10a28e,[_0xe44e21,_0x128914]=_0x52eac0(!0x1),_0x4e14fd=_0xa0451d(_0x2fce56),_0x675bde=_0x42c26b===_0x5432c1(0x2d8)||_0x42c26b==null,_0x3a8cf3=_0x264e7a(_0x55664f=>{_0x1308ab==null||_0x1308ab(_0x55664f),_0x128914(!0x1);},[_0x1308ab]),_0x433cde=_0x2090b8?_0x255130(_0x220253,{'asChild':!0x0,'className':_0x5432c1(0x34a),'children':_0x255130('button',{'aria-label':_0x276e56,'type':'button','children':_0x255130(_0x5432c1(0x225),{'className':_0x42533b(_0x5432c1(0x211),_0x307e07),'style':{'backgroundColor':_0x675bde?_0x5432c1(0x28e):_0x42c26b,'height':0x14,'width':0x14}})})}):_0x440404(_0x5432c1(0x295),{'aria-label':_0x276e56,'className':_0x42533b(_0x219d1f,_0x5432c1(0x2d3),{'univer-border-primary-600\x20univer-outline-none\x20univer-ring-2\x20univer-ring-primary-50\x20dark:!univer-ring-primary-900':_0xe44e21,'univer-cursor-pointer':!_0xe44e21}),'type':_0x5432c1(0x295),'children':[_0x675bde?_0x255130(_0x5432c1(0x282),{'className':_0x5432c1(0x24c),'children':_0x4e14fd['t'](_0x5432c1(0x327))}):_0x255130(_0x5432c1(0x282),{'className':_0x42533b(_0x5432c1(0x2bd),_0x307e07),'style':{'backgroundColor':_0x42c26b}}),_0x255130(_0x4ca2e7,{'className':_0x5432c1(0x27e)})]});return _0x255130(_0x249fc8,{'overlay':_0x440404('div',{'className':_0x5432c1(0x2b1),'children':[_0x255130(_0x220253,{'className':'univer-w-full','onClick':()=>_0x3a8cf3(null),'children':_0x4e14fd['t']('chart-ui.common.reset')}),_0x255130(_0x4fdb6d,{'value':_0x675bde?_0x5432c1(0x28e):_0x42c26b,'onChange':_0x3a8cf3})]}),'open':_0xe44e21,'onOpenChange':_0x128914,'children':_0x433cde});}function A(_0x2362ad){const _0x10056d=_0x3846;let {value:_0xa56c23,menus:_0x3e8418,onSelect:_0x506423,children:_0x4a1db8}=_0x2362ad,[_0x54730c,_0x1e7851]=_0x52eac0(!0x1);return _0x255130(_0x49aebe,{'items':[{'type':_0x10056d(0x223),'value':_0xa56c23,'options':_0x3e8418,'onSelect':_0x159268=>_0x506423==null?void 0x0:_0x506423(_0x159268)}],'open':_0x54730c,'onOpenChange':_0x1e7851,'children':typeof _0x4a1db8==_0x10056d(0x248)?_0x4a1db8(_0x54730c):_0x4a1db8});}const Ie=[{'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'}],j='\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';function M(_0x289839){const _0x1a5a96=_0x3846;let {value:_0x2a8f8d=_0x10eb6c[_0x1a5a96(0x29d)][_0x1a5a96(0x2d1)],onChange:_0x4759a2}=_0x289839;return _0x255130(A,{'value':_0x2a8f8d[_0x1a5a96(0x271)](),'menus':Ie[_0x1a5a96(0x2fa)](_0x34e1f3=>({..._0x34e1f3})),'onSelect':_0x470aac=>_0x4759a2==null?void 0x0:_0x4759a2(Number(_0x470aac)),'children':_0x390c97=>_0x440404(_0x1a5a96(0x295),{'aria-label':'Font\x20size','className':_0x42533b(j,_0x1a5a96(0x310)),'type':_0x1a5a96(0x295),'children':[_0x255130(_0x1a5a96(0x225),{'children':_0x2a8f8d}),_0x255130(_0x4ca2e7,{'className':_0x42533b('univer-transition-transform\x20univer-duration-300',{'univer-rotate-180':_0x390c97})})]})});}function N(_0x43173b){const _0x302d3a=_0x3846;let {color:_0x8be341,onChange:_0x4c3a89}=_0x43173b,[_0x3c102b,_0x1cc5ec]=_0x52eac0(!0x1);return _0x255130(_0x249fc8,{'overlay':_0x255130(_0x302d3a(0x282),{'className':'univer-p-1.5\x20univer-text-xs','children':_0x255130(_0x4fdb6d,{'value':_0x8be341,'onChange':_0x40082a=>_0x4c3a89==null?void 0x0:_0x4c3a89(_0x40082a)})}),'open':_0x3c102b,'onOpenChange':_0x1cc5ec,'children':_0x440404(_0x302d3a(0x295),{'aria-label':'Font\x20color','className':j,'type':_0x302d3a(0x295),'children':[_0x255130(_0x41e337,{'className':'univer-text-base','extend':{'colorChannel1':_0x8be341==null?_0x10eb6c[_0x302d3a(0x29d)][_0x302d3a(0x2e0)]:_0x8be341}}),_0x255130(_0x4ca2e7,{'className':_0x42533b('univer-ml-1\x20univer-transition-transform\x20univer-duration-300',{'univer-rotate-180':_0x3c102b})})]})});}function P(_0x181a49){const _0x3fb5a4=_0x3846;let {active:_0x11b0de,type:_0x12c91c,onClick:_0x4ae0c7}=_0x181a49,_0x25df95=_0x12c91c===_0x3fb5a4(0x20a)?_0x50bf7b:_0x2efb54;return _0x255130('button',{'aria-label':_0x12c91c==='bold'?_0x3fb5a4(0x303):'Italic','aria-pressed':!!_0x11b0de,'className':_0x42533b(j,{'univer-bg-gray-50\x20univer-text-primary-600':_0x11b0de}),'onClick':_0x4ae0c7,'type':_0x3fb5a4(0x295),'children':_0x255130(_0x25df95,{})});}function F(_0x52521a){const _0x236391=_0x3846;var _0x1d911d;let {value:_0x5b871f,onChange:_0x37ce8c}=_0x52521a,_0x303259=_0xa0451d(_0x2fce56),_0x3b44bb=[{'label':_0x303259['t'](_0x236391(0x237)),'value':_0x267280[_0x236391(0x244)]},{'label':_0x303259['t']('chart-ui.floatMenu.option.textAlign.center'),'value':_0x267280[_0x236391(0x312)]},{'label':_0x303259['t'](_0x236391(0x26b)),'value':_0x267280[_0x236391(0x2d0)]}];return _0x255130(A,{'value':(_0x1d911d=_0x5b871f==null?void 0x0:_0x5b871f[_0x236391(0x271)]())==null?'':_0x1d911d,'menus':_0x3b44bb[_0x236391(0x2fa)](_0x3543db=>({..._0x3543db})),'onSelect':_0x19a879=>_0x37ce8c==null?void 0x0:_0x37ce8c(_0x19a879),'children':_0x255130(_0x236391(0x295),{'aria-label':_0x236391(0x324),'className':j,'type':_0x236391(0x295),'children':_0x255130(_0x4b97c2,{})})});}function Le(_0xabc32){const _0x436c4f=_0x3846;let {align:_0x4fe852,alignControl:_0x2b40b3=!0x1,bold:_0x410e77,className:_0x1dc4be,color:_0x360e8f,fontSize:_0x55bf0f=_0x10eb6c[_0x436c4f(0x29d)]['titleFontSize'],italic:_0x54aff8,onChange:_0x53a082}=_0xabc32;return _0x440404('div',{'className':_0x42533b(_0x436c4f(0x302),_0x307e07,_0x1dc4be),'children':[_0x255130(M,{'value':_0x55bf0f,'onChange':_0x5297e7=>_0x53a082==null?void 0x0:_0x53a082(_0x436c4f(0x313),_0x5297e7)}),_0x255130(N,{'color':_0x360e8f,'onChange':_0x522fd8=>_0x53a082==null?void 0x0:_0x53a082(_0x436c4f(0x2e0),_0x522fd8)}),_0x2b40b3&&_0x255130(F,{'value':_0x4fe852,'onChange':_0x2f2dec=>_0x53a082==null?void 0x0:_0x53a082(_0x436c4f(0x2f0),_0x2f2dec)}),_0x255130(P,{'active':_0x410e77,'type':_0x436c4f(0x20a),'onClick':()=>_0x53a082==null?void 0x0:_0x53a082(_0x436c4f(0x20a),!_0x410e77)}),_0x255130(P,{'active':_0x54aff8,'type':_0x436c4f(0x259),'onClick':()=>_0x53a082==null?void 0x0:_0x53a082(_0x436c4f(0x259),!_0x54aff8)})]});}function I(_0x30aa16){const _0x2cf9bc=_0x3846;return _0x440404(_0x2cf9bc(0x250),{'className':_0x2cf9bc(0x31f),'children':[_0x255130('span',{'className':_0x2cf9bc(0x33f),'children':_0x30aa16[_0x2cf9bc(0x250)]}),_0x30aa16[_0x2cf9bc(0x2b0)]]});}function Re(_0x437d52){const _0xdfeec4=_0x3846;return _0x255130(_0xdfeec4(0x282),{'className':'univer-mb-2\x20univer-flex\x20univer-min-w-0\x20univer-justify-between\x20univer-gap-2\x20univer-p-0','children':_0x437d52['children']});}function ze(_0xb76d0c){const _0x3ab3d8=_0x3846;var _0x46f179;return _0x255130(I,{'label':_0xb76d0c['label'],'children':_0x255130(_0x37e828,{'aria-label':_0xb76d0c[_0x3ab3d8(0x250)],'className':_0x3ab3d8(0x213),'value':(_0x46f179=_0xb76d0c[_0x3ab3d8(0x228)])==null?'':_0x46f179,'options':_0xb76d0c[_0x3ab3d8(0x311)],'onChange':_0x30ae82=>_0xb76d0c[_0x3ab3d8(0x305)](_0x30ae82)})});}function Be(_0x3b56b4){const _0x5757fa=_0x3846;return _0x255130(_0x5757fa(0x282),{'className':'univer-mt-2\x20univer-text-sm\x20univer-leading-4\x20univer-text-gray-900\x20dark:!univer-text-white','children':_0x255130(_0xbe4717,{'checked':_0x3b56b4[_0x5757fa(0x1f8)],'onChange':_0x344226=>_0x3b56b4[_0x5757fa(0x305)](!!_0x344226),'children':_0x3b56b4[_0x5757fa(0x250)]})});}function Ve(_0x3fe4c0){const _0x7b8b07=_0x3846;return _0x255130(I,{'label':_0x3fe4c0[_0x7b8b07(0x250)],'children':_0x255130(_0x2adfe7,{'aria-label':_0x3fe4c0[_0x7b8b07(0x250)],'className':_0x7b8b07(0x2e7),'max':_0x3fe4c0[_0x7b8b07(0x200)],'min':_0x3fe4c0[_0x7b8b07(0x215)],'step':_0x3fe4c0['step'],'value':_0x3fe4c0[_0x7b8b07(0x228)],'onChange':_0x69dae2=>{const _0xc8b3e4=_0x7b8b07;let _0x37c5ba=Number(_0x69dae2);_0x3fe4c0[_0xc8b3e4(0x305)](Number[_0xc8b3e4(0x32d)](_0x37c5ba)?_0x37c5ba:void 0x0);}})});}function He(_0x54abbf){const _0x2cdc79=_0x3846;var _0x5f5b75;return _0x255130(I,{'label':_0x54abbf['label'],'children':_0x255130(_0x859fc2,{'aria-label':_0x54abbf[_0x2cdc79(0x250)],'value':(_0x5f5b75=_0x54abbf[_0x2cdc79(0x228)])==null?'':_0x5f5b75,'placeholder':_0x54abbf[_0x2cdc79(0x246)],'onChange':_0x54abbf[_0x2cdc79(0x305)]})});}function _0x3846(_0x50c86b,_0x51d53c){_0x50c86b=_0x50c86b-0x1e0;const _0x393c51=_0x393c();let _0x384624=_0x393c51[_0x50c86b];return _0x384624;}function Ue(_0x29a50b){const _0x13c550=_0x3846;var _0x3d259c;return _0x255130(I,{'label':_0x29a50b[_0x13c550(0x250)],'children':_0x255130(k,{'ariaLabel':_0x29a50b[_0x13c550(0x250)],'color':(_0x3d259c=_0x29a50b[_0x13c550(0x228)])==null?null:_0x3d259c,'onChange':_0x29a50b[_0x13c550(0x305)]})});}function We(_0xfea2d2){const _0x572caf=_0x3846;var _0x3b1aba,_0x22e3cb,_0x28925a,_0x578e8d,_0x464895,_0x20f408,_0x35d02d;return _0x255130(I,{'label':_0xfea2d2[_0x572caf(0x250)],'children':_0x255130(Le,{'align':(_0x3b1aba=_0xfea2d2[_0x572caf(0x228)])==null?void 0x0:_0x3b1aba[_0x572caf(0x2f0)],'alignControl':_0xfea2d2['alignControl'],'bold':(_0x22e3cb=_0xfea2d2[_0x572caf(0x228)])==null?void 0x0:_0x22e3cb['bold'],'color':(_0x28925a=(_0x578e8d=_0xfea2d2['value'])==null?void 0x0:_0x578e8d[_0x572caf(0x2e0)])==null?_0x10eb6c['textStyle'][_0x572caf(0x2e0)]:_0x28925a,'fontSize':(_0x464895=(_0x20f408=_0xfea2d2['value'])==null?void 0x0:_0x20f408['fontSize'])==null?_0x10eb6c['textStyle'][_0x572caf(0x313)]:_0x464895,'italic':(_0x35d02d=_0xfea2d2[_0x572caf(0x228)])==null?void 0x0:_0x35d02d[_0x572caf(0x259)],'onChange':(_0x33e139,_0x1b778a)=>_0xfea2d2[_0x572caf(0x305)](_0x33e139,_0x1b778a)})});}function Ge(_0x3f44a4){const _0x403903=_0x3846;let {className:_0x315ee9,items:_0x3c5c42,value:_0x317196,onChange:_0x2bcd0a}=_0x3f44a4;return _0x255130(_0x403903(0x282),{'className':_0x42533b(_0x403903(0x321),_0x315ee9),'children':_0x3c5c42[_0x403903(0x2fa)](_0x29c634=>{const _0x16b0c0=_0x403903;let _0x2f597e=_0x29c634['value']===_0x317196;return _0x440404(_0x16b0c0(0x282),{'className':_0x42533b('univer-mr-5\x20univer-cursor-default\x20univer-py-4\x20univer-text-center\x20univer-text-sm\x20univer-font-semibold',_0x2f597e?_0x16b0c0(0x216):_0x16b0c0(0x2e1)),'onClick':()=>_0x2bcd0a(_0x29c634[_0x16b0c0(0x228)]),'children':[_0x29c634[_0x16b0c0(0x250)],_0x255130(_0x16b0c0(0x282),{'className':_0x42533b('univer-mx-auto\x20univer-mt-2\x20univer-h-1\x20univer-w-1/2\x20univer-rounded-md',{'univer-bg-primary-600':_0x2f597e,'univer-bg-transparent':!_0x2f597e})})]},String(_0x29c634[_0x16b0c0(0x228)]));})});}function Ke(_0x53c60d){const _0x8e49bb=_0x3846;return _0x255130('div',{'className':_0x8e49bb(0x2dd),'children':_0x53c60d['title']});}function qe(_0x1bbc5a){return _0x1bbc5a==null?'':String(_0x1bbc5a);}function Je(_0x58b08d){const _0x544894=_0x3846;let _0x52c02a=_0x58b08d[_0x544894(0x2a9)]();return _0x52c02a===''?null:/^(?:true|false)$/i[_0x544894(0x1f1)](_0x52c02a)?_0x52c02a[_0x544894(0x344)]()==='true':/^-?(?:\d+|\d*\.\d+)$/[_0x544894(0x1f1)](_0x52c02a)?Number(_0x52c02a):_0x58b08d;}function L(_0x26c5f9,_0x340df3=0x1,_0x203ce2=0x1){const _0x324385=_0x3846;let _0x1384f0=Math[_0x324385(0x200)](_0x203ce2,0x0,..._0x26c5f9['map'](_0x4db846=>_0x4db846[_0x324385(0x2f3)])),_0x21bf0f=Math[_0x324385(0x200)](_0x340df3,_0x26c5f9[_0x324385(0x2f3)]);return Array[_0x324385(0x21d)]({'length':_0x21bf0f},(_0x3283e1,_0x3998da)=>{const _0x256733=_0x324385;var _0x3261c8;let _0xf29dbb=(_0x3261c8=_0x26c5f9[_0x3998da])==null?[]:_0x3261c8;return Array[_0x256733(0x21d)]({'length':_0x1384f0},(_0x1a525b,_0x322f31)=>{var _0x1b46fb;return(_0x1b46fb=_0xf29dbb[_0x322f31])==null?null:_0x1b46fb;});});}function _0x393c(){const _0x2f1d99=['univer-w-8','DATA_POINT','ColumnStacked','rightYAxisLabel','chart-ui.floatMenu.option.textAlign.left','relation','type','chart-ui.floatMenu.field.max','dataIndex','directEdit','content','SeriesStyle','univer-flex\x20univer-gap-2','symbol','number','LEGEND_SELECT_MODE','getOwnPropertyDescriptor','Left','_injector','placeholder','PANEL_SELECT','function','getData','WaterfallStyle','chart-ui.floatMenu.menuTitle.dataPoint','univer-flex-1\x20univer-truncate\x20univer-text-sm\x20univer-text-gray-500\x20dark:!univer-text-white','Value','RIGHT_VERTICAL_AXIS','chart-ui.floatMenu.option.visualMapType.piecewise','label','xAxisTitle','dataPoint','univer-flex\x20univer-h-4\x20univer-flex-1\x20univer-items-center','axisId','PERCENTAGE','672413vTIBEt','verticalAxis','TITLE_POSITION','italic','chart-ui.config','ROW','chart-ui.floatMenu.option.labelText.category','join','text/plain','rightYAxisTitle','xAxis','RightYAxisTitle','pluginName','ParetoLineSeries','Data','contentType','set','bubbleSizeIndex','CONTROL_WRAPPER','chart-ui.floatMenu.field.rotate','CATEGORY','chart-ui.floatMenu.option.textAlign.right','chart-ui.inlineTable.addColumn','chart-ui.floatMenu.menuTitle.series','ScatterXIndex','chart-ui.floatMenu.menuTitle.legend','chart-ui.floatMenu.menuTitle.verticalAxis','toString','chart-ui.floatMenu.menuTitle.tick','10ltJadi','YAxis','filter','tbody','univer-min-w-32\x20univer-border\x20univer-border-solid\x20univer-border-gray-100\x20univer-p-0\x20dark:!univer-border-gray-700','visible','scatterYIndex','popup','rightYAxisOptions','Line','paretoStyle','univer-flex-shrink-0\x20dark:!univer-text-white','LEFT','version','Radar','div','1145aryFnY','VISUAL_MAP_TYPE','pieStyle','get','ChartAndAxisTitles','PARETO_STYLE','Column','seriesIndex','toPrimitive','chart-ui.floatMenu.menuTitle.horizontalAxis','CONTINUOUS','#ffffff','RightYAxis','END','chart-ui.floatMenu.control.labels','Combination','yAxisOptions','delete','button','2309463OzuZjO','titlePosition','chart-ui.floatMenu.field.opacity','chart-ui.floatMenu.option.legendSelectMode.single','Heatmap','pie','Hide','textStyle','add','round','TEXT_INPUT','chartAndAxisTitles','some','102ckZYNU','labelKey','Style','HIDE','gridLine','Pareto','trim','TITLE','chart-ui.floatMenu.option.textAlign.center','LEGEND_STYLE','part','every','chart-ui.floatMenu.option.position.hide','children','univer-flex\x20univer-flex-col\x20univer-items-center\x20univer-gap-3\x20univer-p-3\x20univer-pb-3\x20univer-text-sm','62923BmQOHP','ROW_FULL','RightVerticalAxis','ColumnPercentStacked','ParetoBarSeries','chart-ui.floatMenu.menuTitle.subtitle','forEach','titles','continuous','OPTION','8INeVQG','univer-size-5','input','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-w-52','VerticalAxis','default','WaterfallSeries','titleKey','chart-ui.floatMenu.menuTitle.rightVerticalAxis','mark','chart-ui.floatMenu.action.italic','DATA_LABEL','wordCloud','dispose','BarStacked','mini','chart-ui.floatMenu.option.legendSelectMode.multiple','yAxisLabel','bar','Right','titleFontSize','piecewise','univer-w-full\x20!univer-min-w-0\x20univer-text-gray-500\x20hover:univer-border-primary-600\x20dark:!univer-text-white','univer-flex\x20univer-flex-col\x20univer-gap-3','@@toPrimitive\x20must\x20return\x20a\x20primitive\x20value.','chart-ui.floatMenu.control.date','Scatter','transparent','position','axis','chart-ui.floatMenu.option.position.bottom','TITLES','univer-mb-2\x20univer-mt-4\x20univer-text-sm\x20univer-font-medium\x20univer-text-gray-900\x20dark:!univer-text-white','MULTIPLE','AreaPercentStacked','color','univer-text-gray-500','tick','string','!univer-h-8\x20univer-w-full\x20univer-text-sm','GRIDLINE','icon','univer-w-full','object','pieLabelStyle','legendStyle','chart-ui.floatMenu.menuTitle.chartTitle','seriesStyleMap','univer-w-36\x20univer-shrink-0','RIGHT_Y_AXIS_OPTIONS','prototype','align','Relation','univer-flex\x20univer-h-[26px]\x20univer-flex-row\x20univer-items-center\x20univer-gap-1.5','length','chart-ui.floatMenu.field.labelPosition','univer-inline-flex\x20univer-w-max\x20univer-flex-col\x20univer-items-start\x20univer-gap-1.5','clipboardData','packageName','START','XAxis','map','chart-ui.floatMenu.menuTitle.chart','legend','8924IiOKFT','scope','HorizontalAxis','univer-flex\x20univer-h-7\x20univer-w-full\x20univer-flex-row\x20univer-items-center\x20univer-overflow-hidden\x20univer-rounded-sm','CategoryName','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','Bold','chart-ui.floatMenu.menuTitle.gridline','onChange','LEGEND','runtimeAxes','RIGHT','BOTTOM','chart-ui.floatMenu.field.title','xAxisLabel','chart-ui.floatMenu.option.position.right','lineStyle','Bubble','@univerjs-pro/chart-ui','univer-gap-1','options','Center','fontSize','CLOSE','chart-ui.floatMenu.field.size','TOP','chart-ui.floatMenu.option.position.top','Funnel','data','th,td','AXIS_TITLE','barStyle','seriesStyle','dataLabel','univer-flex\x20univer-min-w-0\x20univer-flex-1\x20univer-flex-col\x20univer-justify-between','OUTSIDE','univer-flex\x20univer-items-center\x20univer-border-b\x20univer-border-gray-200','chart-ui.floatMenu.field.map','chart-ui.floatMenu.option.visualMapType.continuous','Text\x20align','borderStyle','AXIS_ALIGN','chart-ui.common.default','Doughnut','subtitle','style','PIECEWISE','chart-ui.floatMenu.action.more','isFinite','target','univer-flex\x20univer-w-max\x20univer-items-center\x20univer-gap-2','CENTER','Top','VERTICAL_AXIS','onStarting','fillOpacity','series','Percentage','titleAlign','Title','LABELS','WordCloud','labelContentType','INSIDE','!univer-h-7\x20univer-w-20','chart-ui.floatMenu.control.line','univer-mb-2\x20univer-text-sm\x20univer-text-gray-600\x20dark:!univer-text-gray-200','univer-text-xs\x20univer-leading-5\x20univer-text-gray-500\x20dark:!univer-text-gray-400','chart-ui.inlineTable.pasteHint','Y_AXIS_OPTIONS','small','toLowerCase','chart-ui.floatMenu.option.position.left','1293193LrZCau','extraProps','UNIVER_CHART_UI_PLUGIN','setState','!univer-h-8\x20!univer-w-9\x20!univer-px-1\x20!univer-py-0','axisTitle','!univer-h-7\x20!univer-w-full','chart-ui.floatMenu.action.bold','chart-ui.floatMenu.option.position.outside','waterfallSeries','ScatterYIndex','Pie','MARK_COLOR_WRAPPER','Close','constructor','MULTIPLE_SELECT_WRAPPER','opacity','chart-ui.floatMenu.field.align','chart-ui.floatMenu.field.titleText','Series','MARK','register','chart-ui.floatMenu.field.mode','paretoBarSeries','labelPosition','test','2620DGyXPq','MENU_TITLE','_adapters','univer-flex\x20univer-items-center\x20univer-text-base','chart-ui.floatMenu.field.color','xAxisLine','checked','seriesId','POSITION','chart-ui.floatMenu.field.subtitle','chart-ui.floatMenu.menuTitle.axisTitle','axisTitleAlign','ScatterLabelIndex','PieStyle','max','xAxisOptions','chart-ui.floatMenu.field.position','title','chartStyle','text/html','slice','Multiple','Legend','\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','bold','680874OHINcR','paretoLineSeries','SERIES_STYLE_MAP','clear','X_AXIS_OPTIONS','Bottom','univer-block\x20univer-shrink-0\x20univer-rounded-sm','TICK','univer-w-full\x20!univer-min-w-0','kind','min','univer-text-primary-600','Bar','HORIZONTAL_AXIS','querySelectorAll','bubbleSeriesIndex','chart-ui.floatMenu.control.reverse','className','from','BubbleSeriesIndex','Single','YAxisTitle','decorate','UNIVER_UNKNOWN','radio','parseFromString','span','_configService','univer-w-full\x20univer-border-collapse\x20univer-text-sm','value','LABEL_TEXT','yAxisTitle','waterfall','SERIES','rightYAxis','1.0.0-alpha.3','getState','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','scatterLabelIndex','waterfallStyle'];_0x393c=function(){return _0x2f1d99;};return _0x393c();}function Ye(_0x181f2c){const _0x1d3082=_0x3846;var _0x22e0d9,_0x4a66d1;let _0x2e1355=L(_0x181f2c),_0x114eaa=(_0x22e0d9=(_0x4a66d1=_0x2e1355[0x0])==null?void 0x0:_0x4a66d1[_0x1d3082(0x2f3)])==null?0x1:_0x22e0d9;return[..._0x2e1355,Array[_0x1d3082(0x21d)]({'length':_0x114eaa},()=>null)];}function Xe(_0x4ebd94){const _0x3393ce=_0x3846;return L(_0x4ebd94)[_0x3393ce(0x2fa)](_0x3b7515=>[..._0x3b7515,null]);}function Ze(_0x4c1727){const _0x512e86=_0x3846;return _0x4c1727[_0x512e86(0x2a2)](_0x246d5a=>_0x246d5a[_0x512e86(0x2a2)](_0x46336c=>_0x46336c!=null&&String(_0x46336c)[_0x512e86(0x2a9)]()!==''));}function Qe(_0x436798){const _0x58db42=_0x3846;var _0x295953,_0x172deb;let _0x1096d1=L(_0x436798);if(!Ze(_0x1096d1))return[];let _0x4b24f3=_0x1096d1[_0x58db42(0x2f3)]-0x1;for(;_0x4b24f3>=0x0&&_0x1096d1[_0x4b24f3][_0x58db42(0x2ae)](_0x4b8781=>_0x4b8781==null||String(_0x4b8781)[_0x58db42(0x2a9)]()==='');)_0x4b24f3--;let _0x3397ec=((_0x295953=(_0x172deb=_0x1096d1[0x0])==null?void 0x0:_0x172deb['length'])==null?0x0:_0x295953)-0x1;for(;_0x3397ec>=0x0&&_0x1096d1[_0x58db42(0x2ae)](_0x4ca4e9=>_0x4ca4e9[_0x3397ec]==null||String(_0x4ca4e9[_0x3397ec])[_0x58db42(0x2a9)]()==='');)_0x3397ec--;return _0x1096d1[_0x58db42(0x206)](0x0,_0x4b24f3+0x1)[_0x58db42(0x2fa)](_0x10ab1f=>_0x10ab1f[_0x58db42(0x206)](0x0,_0x3397ec+0x1));}function $e(_0x4a7d33){const _0x3615c4=_0x3846;var _0x54b681,_0x37a0c3;return _0x4a7d33[_0x3615c4(0x2f3)]>0x1||((_0x54b681=(_0x37a0c3=_0x4a7d33[0x0])==null?void 0x0:_0x37a0c3[_0x3615c4(0x2f3)])==null?0x0:_0x54b681)>0x1;}function et(_0x117c07){const _0x216fde=_0x3846;if(!_0x117c07||typeof DOMParser>'u')return'';let _0x203572=new DOMParser()[_0x216fde(0x224)](_0x117c07,_0x216fde(0x205));return Array['from'](_0x203572[_0x216fde(0x219)]('tr'))[_0x216fde(0x2fa)](_0xa1949c=>Array['from'](_0xa1949c[_0x216fde(0x219)](_0x216fde(0x31a)))[_0x216fde(0x2fa)](_0x558306=>{const _0x2155f3=_0x216fde;var _0x3c0636,_0x545c7f;return(_0x3c0636=(_0x545c7f=_0x558306['textContent'])==null?void 0x0:_0x545c7f[_0x2155f3(0x2a9)]())==null?'':_0x3c0636;}))['filter'](_0x4844f9=>_0x4844f9[_0x216fde(0x2f3)]>0x0)['map'](_0x29c8a8=>_0x29c8a8[_0x216fde(0x25d)]('\x09'))[_0x216fde(0x25d)]('\x0a');}function tt(_0x14ca5e,_0x4b74b6,_0x493593=0x1,_0x4d967c=0x1){let _0x54a149=Qe(_0x4b74b6(_0x14ca5e));return $e(_0x54a149)?L(_0x54a149,_0x493593,_0x4d967c):null;}function nt(_0x17e35d){const _0x43a9f0=_0x3846;let {minColumns:_0x4617c0=0x2,minRows:_0x7a89fb=0x2,onChange:_0x4a51d7,parsePastedText:_0x5b7c6d,values:_0x254c85}=_0x17e35d,_0x28adc0=_0xa0451d(_0x2fce56),_0x3ae41d=_0x28adc0['t'](_0x43a9f0(0x341)),_0x4d683b=_0x2e6157(()=>L(_0x254c85,_0x7a89fb,_0x4617c0),[_0x4617c0,_0x7a89fb,_0x254c85]),_0x3ea4a3=(_0x56fedc,_0x2a90d8,_0xf11672)=>{let _0x2b69b6=_0x4d683b['map'](_0x4434a1=>[..._0x4434a1]);_0x2b69b6[_0x56fedc][_0x2a90d8]=Je(_0xf11672),_0x4a51d7(_0x2b69b6);};return _0x440404(_0x43a9f0(0x282),{'className':_0x43a9f0(0x2d4),'onPaste':_0x29c7e0=>{const _0x1afa00=_0x43a9f0;let _0x344309=tt(_0x29c7e0[_0x1afa00(0x2f6)][_0x1afa00(0x249)](_0x1afa00(0x25e))||et(_0x29c7e0[_0x1afa00(0x2f6)][_0x1afa00(0x249)](_0x1afa00(0x205))),_0x5b7c6d,_0x7a89fb,_0x4617c0);_0x344309&&(_0x29c7e0['preventDefault'](),_0x4a51d7(_0x344309));},'children':[_0x3ae41d&&_0x255130(_0x43a9f0(0x282),{'className':_0x43a9f0(0x340),'children':_0x3ae41d}),_0x255130(_0x43a9f0(0x282),{'className':_0x43a9f0(0x230),'children':_0x255130('table',{'className':_0x43a9f0(0x227),'children':_0x255130(_0x43a9f0(0x276),{'children':_0x4d683b[_0x43a9f0(0x2fa)]((_0x45969d,_0x20ede)=>_0x255130('tr',{'children':_0x45969d['map']((_0x26239c,_0x42c49d)=>_0x255130('td',{'className':_0x43a9f0(0x277),'children':_0x255130(_0x43a9f0(0x2be),{'value':qe(_0x26239c),'onChange':_0x1a0a9a=>_0x3ea4a3(_0x20ede,_0x42c49d,_0x1a0a9a[_0x43a9f0(0x32e)][_0x43a9f0(0x228)]),'className':_0x43a9f0(0x2bf)})},_0x20ede+'-'+_0x42c49d))},_0x20ede))})})}),_0x440404(_0x43a9f0(0x282),{'className':_0x43a9f0(0x23f),'children':[_0x255130(_0x220253,{'type':_0x43a9f0(0x295),'size':_0x43a9f0(0x343),'variant':_0x43a9f0(0x2c2),'onClick':()=>_0x4a51d7(Ye(_0x4d683b)),'children':_0x28adc0['t']('chart-ui.inlineTable.addRow')}),_0x255130(_0x220253,{'type':_0x43a9f0(0x295),'size':_0x43a9f0(0x343),'variant':'default','onClick':()=>_0x4a51d7(Xe(_0x4d683b)),'children':_0x28adc0['t'](_0x43a9f0(0x26c))})]})]});}const rt={[_0x371fc8[_0x35629e(0x27c)]]:_0x255130(_0x22eb38,{}),[_0x371fc8[_0x35629e(0x289)]]:_0x255130(_0x3f75c7,{}),[_0x371fc8[_0x35629e(0x235)]]:_0x255130(_0x3f75c7,{}),[_0x371fc8[_0x35629e(0x2b5)]]:_0x255130(_0x3f75c7,{}),[_0x371fc8[_0x35629e(0x217)]]:_0x255130(_0x2e089f,{}),[_0x371fc8[_0x35629e(0x2cb)]]:_0x255130(_0x2e089f,{}),[_0x371fc8['BarPercentStacked']]:_0x255130(_0x2e089f,{}),[_0x371fc8[_0x35629e(0x1e3)]]:_0x255130(_0x821eae,{}),[_0x371fc8[_0x35629e(0x328)]]:_0x255130(_0x821eae,{}),[_0x371fc8['Area']]:_0x255130(_0x5e6136,{}),[_0x371fc8['AreaStacked']]:_0x255130(_0x5e6136,{}),[_0x371fc8[_0x35629e(0x2df)]]:_0x255130(_0x5e6136,{}),[_0x371fc8[_0x35629e(0x281)]]:_0x255130(_0x3132a4,{}),[_0x371fc8[_0x35629e(0x292)]]:_0x255130(_0x3bd033,{}),[_0x371fc8[_0x35629e(0x2d7)]]:_0x255130(_0x9f368d,{}),[_0x371fc8[_0x35629e(0x33a)]]:_0x255130(_0x353b59,{}),[_0x371fc8[_0x35629e(0x318)]]:_0x255130(_0x313aa1,{}),[_0x371fc8[_0x35629e(0x30e)]]:_0x255130(_0x28d4c0,{}),[_0x371fc8[_0x35629e(0x2f1)]]:_0x255130(_0x548e82,{}),[_0x371fc8['Waterfall']]:_0x255130(_0x1aadb4,{}),[_0x371fc8[_0x35629e(0x2a8)]]:_0x255130(_0x3bd033,{}),[_0x371fc8['Sankey']]:_0x255130(_0xfcce94,{}),[_0x371fc8[_0x35629e(0x29a)]]:_0x255130(_0x8bf407,{}),[_0x371fc8['Boxplot']]:_0x255130(_0x13dff1,{})};function it(_0x21e661,_0x3b024f){const _0x353721=_0x35629e;return _0x440404(_0x353721(0x282),{'className':_0x353721(0x2f2),'children':[_0x255130('div',{'className':_0x353721(0x1f5),'children':_0x3b024f}),_0x255130(_0x353721(0x282),{'className':'univer-truncate\x20univer-text-sm\x20univer-leading-6\x20univer-text-gray-900\x20dark:!univer-text-white','children':_0x21e661})]});}function at(_0x40aff8,_0x55f8e4=_0x3ceae9=>_0x3ceae9){const _0x1e2abb=_0x35629e;return _0x40aff8[_0x1e2abb(0x2fa)](_0x1090e3=>{const _0x125add=_0x1e2abb;var _0x52c302;return{'value':String(_0x1090e3[_0x125add(0x228)]),'label':it(_0x55f8e4(_0x1090e3['label']),(_0x52c302=_0x1090e3[_0x125add(0x2e6)])==null?rt[_0x1090e3['value']]:_0x52c302)};});}function ot(_0x308f68){const _0x710eab=_0x35629e;return _0x255130('div',{'className':_0x710eab(0x300),'children':_0x308f68[_0x710eab(0x2fa)]((_0x48ed98,_0xa2a8ec)=>_0x255130(_0x710eab(0x282),{'className':_0x710eab(0x253),'style':{'backgroundColor':_0x48ed98}},_0x48ed98+'-'+_0xa2a8ec))});}function st(_0xa4dada,_0x3130e1){const _0x44f687=_0x35629e;return _0xa4dada[_0x44f687(0x2fa)](_0x506591=>({'value':_0x506591,'label':ot(_0x3130e1(_0x506591))}));}const ct=[0x1,0.9,0.7,0.5,0.3,0.2,0.1,0x0],lt=[0x0,0x1,0x2,0x4,0x8],ut=[0x0,0x2,0x5,0x7,0xa,0xe],dt=[0x6,0xc,0x12,0x18],ft=[0x1,0x2,0x4,0x8];function pt(_0x153900=ct){const _0x30ed26=_0x35629e;return _0x153900[_0x30ed26(0x2fa)](_0x2f52fc=>({'label':_0x2f52fc*0x64+'%','value':String(_0x2f52fc)}));}function mt(_0x2fd8d6){return _0x2fd8d6['map'](_0x5b5d09=>({'label':_0x5b5d09+'px','value':String(_0x5b5d09)}));}const ht=_0x35629e(0x25a),gt={};function R(_0x4a5cec){'@babel/helpers - typeof';const _0x5b1182=_0x35629e;return R=typeof Symbol==_0x5b1182(0x248)&&typeof Symbol['iterator']==_0x5b1182(0x240)?function(_0x13e440){return typeof _0x13e440;}:function(_0x46ba3e){const _0x1c6e1e=_0x5b1182;return _0x46ba3e&&typeof Symbol==_0x1c6e1e(0x248)&&_0x46ba3e[_0x1c6e1e(0x1e6)]===Symbol&&_0x46ba3e!==Symbol[_0x1c6e1e(0x2ef)]?_0x1c6e1e(0x240):typeof _0x46ba3e;},R(_0x4a5cec);}function _t(_0x12e695,_0x1b6950){const _0x34121d=_0x35629e;if(R(_0x12e695)!=_0x34121d(0x2e8)||!_0x12e695)return _0x12e695;var _0x1703f7=_0x12e695[Symbol[_0x34121d(0x28b)]];if(_0x1703f7!==void 0x0){var _0x2fcc7f=_0x1703f7['call'](_0x12e695,_0x1b6950||_0x34121d(0x2c2));if(R(_0x2fcc7f)!=_0x34121d(0x2e8))return _0x2fcc7f;throw TypeError(_0x34121d(0x2d5));}return(_0x1b6950===_0x34121d(0x2e3)?String:Number)(_0x12e695);}function vt(_0x93b212){const _0x49e6a8=_0x35629e;var _0x4a0fbe=_t(_0x93b212,_0x49e6a8(0x2e3));return R(_0x4a0fbe)=='symbol'?_0x4a0fbe:_0x4a0fbe+'';}function z(_0x46b187,_0xc2caa1,_0x59a915){return(_0xc2caa1=vt(_0xc2caa1))in _0x46b187?Object['defineProperty'](_0x46b187,_0xc2caa1,{'value':_0x59a915,'enumerable':!0x0,'configurable':!0x0,'writable':!0x0}):_0x46b187[_0xc2caa1]=_0x59a915,_0x46b187;}var B=class extends _0x5543b9{constructor(..._0x2230ed){super(..._0x2230ed),z(this,'_adapters',new Map());}[_0x35629e(0x1ed)](_0x1a0585,_0x13272c){const _0x21c335=_0x35629e;return this[_0x21c335(0x1f4)][_0x21c335(0x266)](_0x1a0585,_0x13272c),{'dispose':()=>{const _0x592984=_0x21c335;this['_adapters'][_0x592984(0x286)](_0x1a0585)===_0x13272c&&this[_0x592984(0x1f4)][_0x592984(0x294)](_0x1a0585);}};}['get'](_0x10a315){const _0x30e2e4=_0x35629e;return this['_adapters'][_0x30e2e4(0x286)](_0x10a315);}[_0x35629e(0x2ca)](){const _0x15f7e8=_0x35629e;this[_0x15f7e8(0x1f4)][_0x15f7e8(0x20e)](),super[_0x15f7e8(0x2ca)]();}};const yt='chart.element.float-menu',bt=[0x0,0x8],xt=[0x1,0.9,0.7,0.5,0.3,0.2,0.1,0x0],St={'CONTINUOUS':_0x35629e(0x2ba),'PIECEWISE':_0x35629e(0x2d2)},Ct={'TITLES':_0x35629e(0x2b9),'TITLE_POSITION':'titlePosition','LEGEND_STYLE':_0x35629e(0x2ea),'PIE_BORDER_COLOR':'pieBorderColor','PIE_LABEL_STYLE':_0x35629e(0x2e9),'SERIES_STYLE_MAP':_0x35629e(0x2ec),'PARETO_STYLE':_0x35629e(0x27d),'VISUAL_MAP_TYPE':'visualMapType','USE_DATE_AXIS':'useDateAxis','X_AXIS_OPTIONS':_0x35629e(0x201),'Y_AXIS_OPTIONS':_0x35629e(0x293),'RIGHT_Y_AXIS_OPTIONS':_0x35629e(0x27b),'RUNTIME_AXES':_0x35629e(0x307)},wt={'ROOT':_0x35629e(0x209),'TITLE':'\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','BODY':_0x35629e(0x2f5),'ROW':_0x35629e(0x32f),'ROW_FULL':_0x35629e(0x2e7),'CONTROL_WRAPPER':_0x35629e(0x2ed),'MARK_COLOR_WRAPPER':_0x35629e(0x233),'INLINE_FONT_CONTROLS':'univer-inline-flex\x20univer-w-max\x20univer-items-center\x20univer-gap-1.5','PANEL_SELECT':_0x35629e(0x2e4),'MULTIPLE_SELECT_WRAPPER':_0x35629e(0x2c0),'TEXT_INPUT':_0x35629e(0x34c),'NUMBER_INPUT':_0x35629e(0x33d)},V={'MENU_TITLE':{'CHART':_0x35629e(0x2fb),'CHART_TITLE':_0x35629e(0x2eb),'SUBTITLE':_0x35629e(0x2b7),'AXIS_TITLE':_0x35629e(0x1fc),'LEGEND':_0x35629e(0x26f),'HORIZONTAL_AXIS':_0x35629e(0x28c),'VERTICAL_AXIS':_0x35629e(0x270),'RIGHT_VERTICAL_AXIS':_0x35629e(0x2c5),'GRIDLINE':_0x35629e(0x304),'TICK':_0x35629e(0x272),'MARK':'chart-ui.floatMenu.menuTitle.mark','SERIES':_0x35629e(0x26d),'DATA_POINT':_0x35629e(0x24b),'DATA_LABEL':'chart-ui.floatMenu.menuTitle.dataLabel'},'FIELD':{'TITLE':_0x35629e(0x30a),'SUBTITLE':_0x35629e(0x1fb),'POSITION':_0x35629e(0x202),'SIZE':_0x35629e(0x315),'ALIGN':_0x35629e(0x1e9),'MODE':_0x35629e(0x1ee),'MAP':_0x35629e(0x322),'ROTATE':_0x35629e(0x269),'MIN':'chart-ui.floatMenu.field.min','MAX':_0x35629e(0x23a),'COLOR':_0x35629e(0x1f6),'BORDER_COLOR':'chart-ui.floatMenu.field.borderColor','OPACITY':_0x35629e(0x298),'LABEL_POSITION':_0x35629e(0x2f4),'LABEL_TEXT':'chart-ui.floatMenu.field.labelText','TITLE_TEXT':_0x35629e(0x1ea)},'ACTION':{'MORE':_0x35629e(0x32c),'BOLD':_0x35629e(0x34d),'ITALIC':_0x35629e(0x2c7)},'CONTROL':{'LABELS':_0x35629e(0x291),'LINE':_0x35629e(0x33e),'REVERSE':_0x35629e(0x21b),'DATE':_0x35629e(0x2d6)},'OPTION':{'TEXT_ALIGN':{'LEFT':_0x35629e(0x237),'CENTER':_0x35629e(0x2ab),'RIGHT':'chart-ui.floatMenu.option.textAlign.right'},'POSITION':{'TOP':_0x35629e(0x317),'BOTTOM':_0x35629e(0x2db),'LEFT':_0x35629e(0x345),'RIGHT':_0x35629e(0x30c),'HIDE':_0x35629e(0x2af),'INSIDE':'chart-ui.floatMenu.option.position.inside','OUTSIDE':_0x35629e(0x1e0)},'LABEL_TEXT':{'CATEGORY':_0x35629e(0x25c),'VALUE':'chart-ui.floatMenu.option.labelText.value','PERCENTAGE':'chart-ui.floatMenu.option.labelText.percentage'},'AXIS_ALIGN':{'START':'chart-ui.floatMenu.option.axisAlign.start','CENTER':'chart-ui.floatMenu.option.axisAlign.center','END':'chart-ui.floatMenu.option.axisAlign.end'},'LEGEND_SELECT_MODE':{'SINGLE':_0x35629e(0x299),'MULTIPLE':_0x35629e(0x2cd),'CLOSE':'chart-ui.floatMenu.option.legendSelectMode.close'},'VISUAL_MAP_TYPE':{'CONTINUOUS':_0x35629e(0x323),'PIECEWISE':_0x35629e(0x24f)}}},Tt=[{'labelKey':V['OPTION'][_0x35629e(0x1fa)][_0x35629e(0x316)],'value':_0x361e8e['Top']},{'labelKey':V[_0x35629e(0x2bb)][_0x35629e(0x1fa)]['BOTTOM'],'value':_0x361e8e[_0x35629e(0x210)]},{'labelKey':V[_0x35629e(0x2bb)][_0x35629e(0x1fa)][_0x35629e(0x27f)],'value':_0x361e8e[_0x35629e(0x244)]},{'labelKey':V[_0x35629e(0x2bb)][_0x35629e(0x1fa)][_0x35629e(0x308)],'value':_0x361e8e[_0x35629e(0x2d0)]},{'labelKey':V[_0x35629e(0x2bb)]['POSITION'][_0x35629e(0x2a6)],'value':_0x361e8e[_0x35629e(0x29c)]}],Et=[{'labelKey':V['OPTION'][_0x35629e(0x1fa)][_0x35629e(0x33c)],'value':_0xc5e5b1['Inside']},{'labelKey':V[_0x35629e(0x2bb)]['POSITION'][_0x35629e(0x320)],'value':_0xc5e5b1['Outside']}],Dt=[{'labelKey':V[_0x35629e(0x2bb)][_0x35629e(0x229)][_0x35629e(0x26a)],'value':String(_0x2308d2[_0x35629e(0x301)])},{'labelKey':V[_0x35629e(0x2bb)][_0x35629e(0x229)]['VALUE'],'value':String(_0x2308d2[_0x35629e(0x24d)])},{'labelKey':V['OPTION']['LABEL_TEXT'][_0x35629e(0x255)],'value':String(_0x2308d2[_0x35629e(0x336)])}],Ot=[{'labelKey':V[_0x35629e(0x2bb)][_0x35629e(0x326)][_0x35629e(0x2f8)],'value':_0x55d0de['Start']},{'labelKey':V[_0x35629e(0x2bb)]['AXIS_ALIGN'][_0x35629e(0x330)],'value':_0x55d0de[_0x35629e(0x312)]},{'labelKey':V[_0x35629e(0x2bb)][_0x35629e(0x326)][_0x35629e(0x290)],'value':_0x55d0de['End']}];V[_0x35629e(0x2bb)][_0x35629e(0x1fa)][_0x35629e(0x316)],_0x1b95df[_0x35629e(0x331)],V[_0x35629e(0x2bb)][_0x35629e(0x1fa)][_0x35629e(0x309)],_0x1b95df[_0x35629e(0x210)],V[_0x35629e(0x2bb)][_0x35629e(0x1fa)]['LEFT'],_0x1b95df[_0x35629e(0x244)],V[_0x35629e(0x2bb)]['POSITION'][_0x35629e(0x308)],_0x1b95df['Right'],V['OPTION']['POSITION']['HIDE'],_0x1b95df[_0x35629e(0x29c)],V[_0x35629e(0x2bb)][_0x35629e(0x242)]['SINGLE'],_0x42655b[_0x35629e(0x21f)],V['OPTION']['LEGEND_SELECT_MODE'][_0x35629e(0x2de)],_0x42655b[_0x35629e(0x207)],V['OPTION'][_0x35629e(0x242)][_0x35629e(0x314)],_0x42655b[_0x35629e(0x1e5)],V[_0x35629e(0x2bb)][_0x35629e(0x284)][_0x35629e(0x28d)],St[_0x35629e(0x28d)],V[_0x35629e(0x2bb)][_0x35629e(0x284)][_0x35629e(0x32b)],St[_0x35629e(0x32b)];let kt=function(_0x52c93a){const _0x150430=_0x35629e;return _0x52c93a[_0x150430(0x23e)]='seriesStyle',_0x52c93a[_0x150430(0x1ff)]=_0x150430(0x285),_0x52c93a['ParetoStyle']=_0x150430(0x27d),_0x52c93a[_0x150430(0x24a)]=_0x150430(0x232),_0x52c93a;}({}),At=function(_0x2df7e7){const _0x213fc9=_0x35629e;return _0x2df7e7[_0x213fc9(0x1ff)]=_0x213fc9(0x285),_0x2df7e7[_0x213fc9(0x2b6)]=_0x213fc9(0x1ef),_0x2df7e7[_0x213fc9(0x263)]='paretoLineSeries',_0x2df7e7[_0x213fc9(0x2c3)]=_0x213fc9(0x1e1),_0x2df7e7[_0x213fc9(0x2f1)]=_0x213fc9(0x238),_0x2df7e7['WordCloud']=_0x213fc9(0x2c9),_0x2df7e7[_0x213fc9(0x264)]=_0x213fc9(0x319),_0x2df7e7;}({}),jt=function(_0x54d8f3){const _0x429fbf=_0x35629e;return _0x54d8f3[_0x429fbf(0x2a5)]=_0x429fbf(0x32a),_0x54d8f3[_0x429fbf(0x264)]='data',_0x54d8f3;}({}),Mt=function(_0x4bda59){const _0x3a027b=_0x35629e;return _0x4bda59['ChartStyle']=_0x3a027b(0x204),_0x4bda59[_0x3a027b(0x287)]=_0x3a027b(0x2a1),_0x4bda59[_0x3a027b(0x208)]=_0x3a027b(0x2fc),_0x4bda59[_0x3a027b(0x2ff)]='horizontalAxis',_0x4bda59[_0x3a027b(0x2c1)]=_0x3a027b(0x257),_0x4bda59[_0x3a027b(0x2b4)]='rightVerticalAxis',_0x4bda59[_0x3a027b(0x1eb)]='series',_0x4bda59[_0x3a027b(0x1ff)]='pieStyle',_0x4bda59['ParetoBarSeries']=_0x3a027b(0x1ef),_0x4bda59[_0x3a027b(0x263)]=_0x3a027b(0x20c),_0x4bda59[_0x3a027b(0x2c3)]=_0x3a027b(0x1e1),_0x4bda59[_0x3a027b(0x2f1)]='relation',_0x4bda59['WordCloud']=_0x3a027b(0x2c9),_0x4bda59;}({});const H={'Title':'title','Subtitle':_0x35629e(0x329),'XAxisTitle':'xAxisTitle','YAxisTitle':_0x35629e(0x22a),'RightYAxisTitle':_0x35629e(0x25f)},U={'XAxis':_0x35629e(0x260),'YAxis':'yAxis','RightYAxis':_0x35629e(0x22d)};function Nt(_0x50c31f){const _0x834a32=_0x35629e;switch(_0x50c31f['kind']){case _0x834a32(0x203):return{'scope':_0x834a32(0x203),'titleKey':H[_0x834a32(0x338)]};case'subtitle':return{'scope':_0x834a32(0x203),'titleKey':H['Subtitle']};case _0x834a32(0x251):return{'scope':'axisTitle','axisId':U[_0x834a32(0x2f9)],'titleKey':H['XAxisTitle']};case _0x834a32(0x22a):return{'scope':_0x834a32(0x34b),'axisId':U[_0x834a32(0x274)],'titleKey':H[_0x834a32(0x220)]};case _0x834a32(0x25f):return{'scope':'axisTitle','axisId':U[_0x834a32(0x28f)],'titleKey':H[_0x834a32(0x261)]};case _0x834a32(0x30b):case _0x834a32(0x1f7):return{'scope':_0x834a32(0x2da),'axisId':U[_0x834a32(0x2f9)]};case _0x834a32(0x2ce):case'yAxisLine':return{'scope':_0x834a32(0x2da),'axisId':U[_0x834a32(0x274)]};case _0x834a32(0x236):case'rightYAxisLine':return{'scope':_0x834a32(0x2da),'axisId':U[_0x834a32(0x28f)]};case _0x834a32(0x2fc):return{'scope':_0x834a32(0x2fc),'legendIndex':_0x50c31f['legendIndex'],'legendName':_0x50c31f['legendName']};case'mark':{let _0x37c1ff={'scope':_0x834a32(0x2c6)};return _0x50c31f[_0x834a32(0x1f9)]!==void 0x0&&(_0x37c1ff[_0x834a32(0x1f9)]=_0x50c31f[_0x834a32(0x1f9)]),_0x50c31f['seriesIndex']!==void 0x0&&(_0x37c1ff[_0x834a32(0x28a)]=_0x50c31f[_0x834a32(0x28a)]),_0x50c31f[_0x834a32(0x23b)]!==void 0x0&&(_0x37c1ff[_0x834a32(0x23b)]=_0x50c31f['dataIndex']),_0x37c1ff;}case _0x834a32(0x335):return typeof _0x50c31f['seriesId']=='string'&&typeof _0x50c31f[_0x834a32(0x28a)]==_0x834a32(0x241)?{'scope':_0x834a32(0x335),'seriesId':_0x50c31f[_0x834a32(0x1f9)],'seriesIndex':_0x50c31f['seriesIndex']}:void 0x0;}}const W=V,G=Ct,K=wt,Pt=[_0x2308d2['CategoryName'],_0x2308d2['Value'],_0x2308d2[_0x35629e(0x336)]],Ft=xt[_0x35629e(0x2fa)](_0x1b5ecb=>({'label':Math[_0x35629e(0x29f)](_0x1b5ecb*0x64)+'%','value':String(_0x1b5ecb)}));function It(_0x3c3d71=_0x10eb6c[_0x35629e(0x29b)][_0x35629e(0x33b)]){const _0x3b74d4=_0x35629e;return Pt[_0x3b74d4(0x275)](_0x4c1447=>(_0x3c3d71&_0x4c1447)>0x0)[_0x3b74d4(0x2fa)](_0x115874=>String(_0x115874));}function Lt(_0x17e5c5){const _0x2d7642=_0x35629e;if(!(_0x17e5c5[_0x2d7642(0x2f3)]<=0x0))return _0x17e5c5[_0x2d7642(0x2fa)](_0x2501e9=>Number(_0x2501e9))['reduce']((_0xdc599c,_0x40a50b)=>_0xdc599c|_0x40a50b,_0x2308d2['Empty']);}function Rt(_0x3ea39f){const _0x5c6be2=_0x35629e;switch(_0x3ea39f[_0x5c6be2(0x32e)]['scope']){case _0x5c6be2(0x203):return _0x3ea39f[_0x5c6be2(0x32e)][_0x5c6be2(0x2c4)]===_0x5c6be2(0x329)?W[_0x5c6be2(0x1f3)]['SUBTITLE']:W[_0x5c6be2(0x1f3)]['CHART_TITLE'];case _0x5c6be2(0x34b):return W[_0x5c6be2(0x1f3)][_0x5c6be2(0x31b)];case _0x5c6be2(0x2fc):return W['MENU_TITLE'][_0x5c6be2(0x306)];case _0x5c6be2(0x2da):return _0x3ea39f['target'][_0x5c6be2(0x254)]===_0x5c6be2(0x260)?W['MENU_TITLE'][_0x5c6be2(0x218)]:_0x3ea39f['target'][_0x5c6be2(0x254)]===_0x5c6be2(0x22d)?W[_0x5c6be2(0x1f3)][_0x5c6be2(0x24e)]:W[_0x5c6be2(0x1f3)][_0x5c6be2(0x332)];case _0x5c6be2(0x2a7):return W[_0x5c6be2(0x1f3)][_0x5c6be2(0x2e5)];case _0x5c6be2(0x2e2):return W[_0x5c6be2(0x1f3)][_0x5c6be2(0x212)];case _0x5c6be2(0x2c6):return W[_0x5c6be2(0x1f3)][_0x5c6be2(0x1ec)];case _0x5c6be2(0x335):return W['MENU_TITLE'][_0x5c6be2(0x22c)];case _0x5c6be2(0x252):return W['MENU_TITLE'][_0x5c6be2(0x234)];case _0x5c6be2(0x31e):return W[_0x5c6be2(0x1f3)][_0x5c6be2(0x2c8)];default:return W['MENU_TITLE']['CHART'];}}function q(_0x4a2ad4,_0x381f1b,_0x568ab9,_0xd8666b){const _0x3201c1=_0x35629e;return _0xbeab35(_0x2e6157(()=>_0x4a2ad4==null?void 0x0:_0x4a2ad4[_0x3201c1(0x22f)](_0x381f1b,_0x568ab9),[_0x4a2ad4,_0x381f1b,_0x568ab9]),_0xd8666b);}function J(_0x2ce637,_0x4dfb35){return _0x264e7a((_0x595f98,_0x151629)=>{const _0x3f4d30=_0x3846;_0x2ce637==null||_0x2ce637[_0x3f4d30(0x349)](_0x4dfb35,_0x595f98,_0x151629);},[_0x2ce637,_0x4dfb35]);}function zt(_0x14b7c2){const _0x2e33ff=_0x35629e;switch(_0x14b7c2){case'xAxis':return G[_0x2e33ff(0x20f)];case _0x2e33ff(0x22d):return G[_0x2e33ff(0x2ee)];default:return G[_0x2e33ff(0x342)];}}function Bt(_0x49ee02){return _0x49ee02==null?'':_0x49ee02;}function Vt(_0x224eed,_0x34ba53,_0x1d59fc,_0x381b61){const _0x207980=_0x35629e;let _0x31b770={},_0x4c83cb=_0x31b770;_0x1d59fc[_0x207980(0x2b8)]((_0x3010bf,_0x15f9a2)=>{const _0x458033=_0x207980;if(_0x15f9a2===_0x1d59fc[_0x458033(0x2f3)]-0x1){_0x4c83cb[_0x3010bf]=_0x381b61;return;}let _0xe0eab={};_0x4c83cb[_0x3010bf]=_0xe0eab,_0x4c83cb=_0xe0eab;}),_0x224eed(_0x34ba53,_0x31b770);}function Y(_0x252d7e){const _0x1e03e2=_0x35629e;return _0x255130(_0x1e03e2(0x282),{'className':_0x42533b(K[_0x1e03e2(0x268)],_0x252d7e[_0x1e03e2(0x21c)]),'children':_0x252d7e['children']});}function X(_0x54cbe3){const _0x571824=_0x35629e;return _0x255130('div',{'className':_0x42533b(K[_0x571824(0x25b)],_0x54cbe3[_0x571824(0x21c)]),'children':_0x54cbe3[_0x571824(0x2b0)]});}function Z(_0x33a242){const _0x4315af=_0x35629e;var _0xd47ccd,_0x1fc248;let {alignControl:_0xaf7c0c=!0x1,className:_0x29c55a,defaultColor:_0x9aee8d,defaultFontSize:_0x276d2b,onChange:_0x3de54d,style:_0x336268}=_0x33a242;return _0x440404(_0x4315af(0x282),{'className':_0x42533b(K['INLINE_FONT_CONTROLS'],_0x29c55a),'children':[_0x255130(M,{'value':(_0xd47ccd=_0x336268[_0x4315af(0x313)])==null?_0x276d2b:_0xd47ccd,'onChange':_0x2d63a7=>_0x3de54d('fontSize',_0x2d63a7)}),_0x255130(N,{'color':(_0x1fc248=_0x336268['color'])==null?_0x9aee8d:_0x1fc248,'onChange':_0x1a0455=>_0x3de54d(_0x4315af(0x2e0),_0x1a0455)}),_0xaf7c0c&&_0x255130(F,{'value':_0x336268[_0x4315af(0x2f0)],'onChange':_0x3fd66e=>_0x3de54d(_0x4315af(0x2f0),_0x3fd66e)}),_0x255130(P,{'active':_0x336268[_0x4315af(0x20a)],'type':_0x4315af(0x20a),'onClick':()=>_0x3de54d(_0x4315af(0x20a),!_0x336268[_0x4315af(0x20a)])}),_0x255130(P,{'active':_0x336268[_0x4315af(0x259)],'type':_0x4315af(0x259),'onClick':()=>_0x3de54d(_0x4315af(0x259),!_0x336268['italic'])})]});}function Ht(_0x6a4cf1){const _0x26ab1f=_0x35629e;var _0x3ae0ea;return _0x255130(_0x37e828,{'className':K[_0x26ab1f(0x247)],'options':Ft,'value':String((_0x3ae0ea=_0x6a4cf1[_0x26ab1f(0x228)])==null?_0x10eb6c[_0x26ab1f(0x325)][_0x26ab1f(0x1e8)]:_0x3ae0ea),'onChange':_0x19bb7f=>_0x6a4cf1['onChange'](Number(_0x19bb7f))});}function Ut(_0x530744){const _0x494a9c=_0x35629e;var _0x3e5417,_0xa3072b;let {adapter:_0x5ab281,context:_0x3d5823}=_0x530744,_0x140e9b=_0xa0451d(_0x2fce56),_0x53a2ab=J(_0x5ab281,_0x3d5823),_0x1c8d28=(_0x3e5417=q(_0x5ab281,_0x3d5823,G['TITLES']))==null?{}:_0x3e5417,_0x496a24=q(_0x5ab281,_0x3d5823,G[_0x494a9c(0x258)]),_0x414317=_0x2e6157(()=>Tt[_0x494a9c(0x2fa)](_0x2cf155=>({'label':_0x140e9b['t'](_0x2cf155[_0x494a9c(0x2a4)]),'value':_0x2cf155[_0x494a9c(0x228)]})),[_0x140e9b]),_0x4aa42a=_0x3d5823[_0x494a9c(0x32e)]['scope']===_0x494a9c(0x203)?_0x3d5823['target'][_0x494a9c(0x2c4)]:_0x494a9c(0x203),_0x224a57=(_0xa3072b=_0x1c8d28[_0x4aa42a])==null?{}:_0xa3072b,_0x4b52f3=_0x264e7a(_0xbcd27d=>{const _0x11c744=_0x494a9c;_0x53a2ab(G[_0x11c744(0x2dc)],{[_0x4aa42a]:_0xbcd27d});},[_0x4aa42a,_0x53a2ab]),_0x2006a=_0x264e7a((_0x3871b2,_0x10b2a1)=>{_0x4b52f3({[_0x3871b2]:_0x10b2a1});},[_0x4b52f3]);return _0x440404(_0x35a097,{'children':[_0x255130(X,{'className':K[_0x494a9c(0x2b3)],'children':_0x255130(_0x859fc2,{'className':K[_0x494a9c(0x2a0)],'size':'mini','value':Bt(_0x224a57[_0x494a9c(0x23d)]),'onChange':_0x34bee6=>_0x4b52f3({'content':_0x34bee6})})}),_0x440404(X,{'children':[_0x4aa42a==='title'&&_0x255130(Y,{'children':_0x255130(_0x37e828,{'className':K[_0x494a9c(0x247)],'options':_0x414317,'value':_0x496a24==null?_0x10eb6c[_0x494a9c(0x297)]:_0x496a24,'onChange':_0xd1ee65=>_0x53a2ab(G[_0x494a9c(0x258)],_0xd1ee65)})}),_0x255130(Z,{'alignControl':_0x4aa42a==='title','defaultColor':_0x10eb6c[_0x494a9c(0x29d)][_0x494a9c(0x2e0)],'defaultFontSize':_0x10eb6c[_0x494a9c(0x29d)][_0x494a9c(0x2d1)],'style':_0x224a57,'onChange':_0x2006a})]})]});}function Wt(_0x370c75){const _0x48e344=_0x35629e;var _0x1ea46f,_0xf2d39c,_0x38546f,_0x4b7e97,_0x464675,_0x26c13a,_0x490a3b;let {adapter:_0x54dbc7,context:_0x477d3c}=_0x370c75,_0x717d30=_0xa0451d(_0x2fce56),_0x4e759c=J(_0x54dbc7,_0x477d3c),_0x1fe047=(_0x1ea46f=q(_0x54dbc7,_0x477d3c,G[_0x48e344(0x2dc)]))==null?{}:_0x1ea46f,_0x5ee1da=_0x477d3c[_0x48e344(0x32e)][_0x48e344(0x2fe)]==='axisTitle'?_0x477d3c[_0x48e344(0x32e)]:void 0x0,_0x121294=zt((_0xf2d39c=_0x5ee1da==null?void 0x0:_0x5ee1da['axisId'])==null?_0x48e344(0x260):_0xf2d39c),_0x49da49=(_0x38546f=q(_0x54dbc7,_0x477d3c,_0x121294))==null?{}:_0x38546f,_0x1da946=(_0x4b7e97=_0x5ee1da==null?void 0x0:_0x5ee1da['titleKey'])==null?_0x48e344(0x251):_0x4b7e97,_0x2a1d12=(_0x464675=_0x1fe047[_0x1da946])==null?{}:_0x464675,_0x54efa1=_0x2e6157(()=>Ot[_0x48e344(0x2fa)](_0x3d4f73=>({'label':_0x717d30['t'](_0x3d4f73[_0x48e344(0x2a4)]),'value':_0x3d4f73[_0x48e344(0x228)]})),[_0x717d30]),_0x2aacad=_0x264e7a(_0x50f51e=>{_0x4e759c(G['TITLES'],{[_0x1da946]:_0x50f51e});},[_0x1da946,_0x4e759c]),_0x590ebc=_0x264e7a((_0x47fbd0,_0x109ffd)=>{_0x2aacad({[_0x47fbd0]:_0x109ffd});},[_0x2aacad]);return _0x440404(_0x35a097,{'children':[_0x255130(X,{'className':K[_0x48e344(0x2b3)],'children':_0x255130(_0x859fc2,{'className':K['TEXT_INPUT'],'size':_0x48e344(0x2cc),'value':Bt(_0x2a1d12[_0x48e344(0x23d)]),'onChange':_0x479d23=>_0x2aacad({'content':_0x479d23})})}),_0x440404(X,{'children':[_0x255130(Y,{'children':_0x255130(_0x37e828,{'className':K[_0x48e344(0x247)],'options':_0x54efa1,'value':(_0x26c13a=(_0x490a3b=_0x49da49[_0x48e344(0x250)])==null?void 0x0:_0x490a3b['axisTitleAlign'])==null?_0x10eb6c[_0x48e344(0x2da)][_0x48e344(0x337)]:_0x26c13a,'onChange':_0x2ea88d=>Vt(_0x4e759c,_0x121294,['label',_0x48e344(0x1fd)],_0x2ea88d)})}),_0x255130(Z,{'defaultColor':_0x10eb6c[_0x48e344(0x29d)][_0x48e344(0x2e0)],'defaultFontSize':_0x10eb6c[_0x48e344(0x29d)][_0x48e344(0x2d1)],'style':_0x2a1d12,'onChange':_0x590ebc})]})]});}function Gt(_0x150a61){const _0x14d867=_0x35629e;var _0x31cd10,_0x15e74f;let {adapter:_0xe0c221,context:_0x3e040a}=_0x150a61,_0x5b822e=J(_0xe0c221,_0x3e040a),_0x487822=(_0x15e74f=((_0x31cd10=q(_0xe0c221,_0x3e040a,G[_0x14d867(0x2ac)]))==null?{}:_0x31cd10)[_0x14d867(0x250)])==null?{}:_0x15e74f,_0x4d2d05=_0x264e7a((_0x5907ab,_0x15e3d3)=>{_0x5b822e(G['LEGEND_STYLE'],{'label':{[_0x5907ab]:_0x15e3d3}});},[_0x5b822e]);return _0x255130(X,{'children':_0x255130(Z,{'defaultColor':_0x10eb6c[_0x14d867(0x29d)][_0x14d867(0x2e0)],'defaultFontSize':_0x10eb6c[_0x14d867(0x29d)][_0x14d867(0x313)],'style':_0x487822,'onChange':_0x4d2d05})});}function Kt(_0x1f7d9a){const _0x2e2ad9=_0x35629e;var _0x4e8ece,_0x326c78,_0x48c992;let {adapter:_0x165a78,context:_0x51a4b5}=_0x1f7d9a,_0x4ab386=J(_0x165a78,_0x51a4b5),_0x5b1ea4=_0x51a4b5[_0x2e2ad9(0x32e)][_0x2e2ad9(0x2fe)]===_0x2e2ad9(0x2da)?_0x51a4b5[_0x2e2ad9(0x32e)]:void 0x0,_0x5f004d=zt((_0x4e8ece=_0x5b1ea4==null?void 0x0:_0x5b1ea4[_0x2e2ad9(0x254)])==null?'xAxis':_0x4e8ece),_0x258a81=(_0x48c992=((_0x326c78=q(_0x165a78,_0x51a4b5,_0x5f004d))==null?{}:_0x326c78)[_0x2e2ad9(0x250)])==null?{}:_0x48c992,_0x57ae32=_0x264e7a((_0x3f536d,_0x2951aa)=>{const _0x15238f=_0x2e2ad9;Vt(_0x4ab386,_0x5f004d,[_0x15238f(0x250),_0x3f536d],_0x2951aa);},[_0x5f004d,_0x4ab386]);return _0x255130(X,{'children':_0x255130(Z,{'defaultColor':_0x10eb6c[_0x2e2ad9(0x29d)][_0x2e2ad9(0x2e0)],'defaultFontSize':_0x10eb6c[_0x2e2ad9(0x29d)][_0x2e2ad9(0x313)],'style':_0x258a81,'onChange':_0x57ae32})});}function qt(_0x51ad70){const _0x14bcd0=_0x35629e;var _0x4a55e7,_0x57c69f;let {adapter:_0x2b5f30,context:_0x5467ca}=_0x51ad70,_0x26c78a=_0xa0451d(_0x2fce56),_0x394a7f=J(_0x2b5f30,_0x5467ca),_0x32ad2f=(_0x4a55e7=q(_0x2b5f30,_0x5467ca,G['PIE_LABEL_STYLE']))==null?{}:_0x4a55e7,_0x602308=_0x2e6157(()=>Et[_0x14bcd0(0x2fa)](_0x409e2c=>({'label':_0x26c78a['t'](_0x409e2c[_0x14bcd0(0x2a4)]),'value':_0x409e2c[_0x14bcd0(0x228)]})),[_0x26c78a]),_0xcd0633=_0x2e6157(()=>Dt[_0x14bcd0(0x2fa)](_0x329d09=>({'label':_0x26c78a['t'](_0x329d09[_0x14bcd0(0x2a4)]),'value':_0x329d09['value']})),[_0x26c78a]),_0x5f2ca1=_0x2e6157(()=>It(_0x32ad2f['contentType']),[_0x32ad2f[_0x14bcd0(0x265)]]),_0x479d07=_0x264e7a(_0x193ce5=>{_0x394a7f(G['PIE_LABEL_STYLE'],_0x193ce5);},[_0x394a7f]),_0x3bac06=_0x264e7a((_0xa6f7be,_0x4ea221)=>{_0x479d07({[_0xa6f7be]:_0x4ea221});},[_0x479d07]),_0x3c2c66=_0x264e7a(_0x38ada0=>{let _0x47f562=Lt(_0x38ada0);_0x47f562!==void 0x0&&_0x479d07({'contentType':_0x47f562});},[_0x479d07]);return _0x440404(_0x35a097,{'children':[_0x440404(X,{'children':[_0x255130(Y,{'children':_0x255130(_0x37e828,{'className':K[_0x14bcd0(0x247)],'options':_0x602308,'value':(_0x57c69f=_0x32ad2f[_0x14bcd0(0x2d9)])==null?_0x10eb6c['pie'][_0x14bcd0(0x1f0)]:_0x57c69f,'onChange':_0x3e5b5a=>_0x479d07({'position':_0x3e5b5a})})}),_0x255130(Y,{'className':K[_0x14bcd0(0x1e7)],'children':_0x255130(_0x3438b5,{'className':K[_0x14bcd0(0x247)],'options':_0xcd0633,'value':_0x5f2ca1,'onChange':_0x3c2c66})})]}),_0x255130(X,{'children':_0x255130(Z,{'defaultColor':_0x10eb6c[_0x14bcd0(0x29d)][_0x14bcd0(0x2e0)],'defaultFontSize':_0x10eb6c[_0x14bcd0(0x29d)][_0x14bcd0(0x313)],'style':_0x32ad2f,'onChange':_0x3bac06})})]});}function Jt(_0x7d1492){const _0x512bd7=_0x35629e;var _0xe59b7a,_0x1492bf,_0x35c7b3;let {adapter:_0x4cb4a7,context:_0x4955c7}=_0x7d1492,_0x15d831=_0xa0451d(_0x2fce56),_0x46d71f=J(_0x4cb4a7,_0x4955c7),_0x496ee9=_0x4955c7['target']['scope']==='mark'?_0x4955c7[_0x512bd7(0x32e)]:void 0x0,_0x4e18d1=_0x496ee9==null?void 0x0:_0x496ee9[_0x512bd7(0x23c)],_0x328f00=q(_0x4cb4a7,_0x4955c7,G[_0x512bd7(0x20d)]),_0x5ee2b5=q(_0x4cb4a7,_0x4955c7,G[_0x512bd7(0x288)]),_0x499e4f=_0x2e6157(()=>{const _0x53a9a6=_0x512bd7;if((_0x4e18d1==null?void 0x0:_0x4e18d1[_0x53a9a6(0x214)])===_0x53a9a6(0x31d)){var _0x3c48c7;return(_0x3c48c7=_0x328f00==null?void 0x0:_0x328f00[_0x4e18d1[_0x53a9a6(0x1f9)]])==null?{}:_0x3c48c7;}if((_0x4e18d1==null?void 0x0:_0x4e18d1[_0x53a9a6(0x214)])===_0x53a9a6(0x27d)){var _0x54cc42,_0x506aba;return _0x4e18d1[_0x53a9a6(0x2ad)]===_0x53a9a6(0x2cf)?(_0x54cc42=_0x5ee2b5==null?void 0x0:_0x5ee2b5[_0x53a9a6(0x31c)])==null?{}:_0x54cc42:(_0x506aba=_0x5ee2b5==null?void 0x0:_0x5ee2b5[_0x53a9a6(0x30d)])==null?{}:_0x506aba;}if((_0x4e18d1==null?void 0x0:_0x4e18d1['kind'])===_0x53a9a6(0x232)){var _0x2de1e1,_0x1eea1a;return(_0x2de1e1=_0x328f00==null||(_0x1eea1a=_0x328f00[_0x4e18d1['seriesId']])==null||(_0x1eea1a=_0x1eea1a[_0x53a9a6(0x22b)])==null?void 0x0:_0x1eea1a[_0x4e18d1['part']])==null?{}:_0x2de1e1;}return{};},[_0x4e18d1,_0x5ee2b5,_0x328f00]),_0x1ab121=_0x264e7a(_0x350bec=>{const _0x3ef55f=_0x512bd7;if(_0x4e18d1){if(_0x4e18d1[_0x3ef55f(0x214)]===_0x3ef55f(0x31d)){_0x46d71f(G[_0x3ef55f(0x20d)],{[_0x4e18d1[_0x3ef55f(0x1f9)]]:_0x350bec});return;}if(_0x4e18d1[_0x3ef55f(0x214)]===_0x3ef55f(0x27d)){_0x46d71f(G[_0x3ef55f(0x288)],{[_0x4e18d1[_0x3ef55f(0x2ad)]===_0x3ef55f(0x2cf)?_0x3ef55f(0x31c):'lineStyle']:_0x350bec});return;}_0x4e18d1[_0x3ef55f(0x214)]===_0x3ef55f(0x232)&&_0x46d71f(G[_0x3ef55f(0x20d)],{[_0x4e18d1[_0x3ef55f(0x1f9)]]:{'waterfall':{[_0x4e18d1[_0x3ef55f(0x2ad)]]:_0x350bec}}});}},[_0x4e18d1,_0x46d71f]);return _0x4e18d1?_0x440404(X,{'children':[_0x255130(Y,{'className':K[_0x512bd7(0x1e4)],'children':_0x255130(k,{'compact':!0x0,'color':(_0xe59b7a=_0x499e4f[_0x512bd7(0x2e0)])==null?null:_0xe59b7a,'onChange':_0xf30595=>_0x1ab121({'color':_0xf30595==null?null:_0xf30595})})}),_0x255130(Y,{'children':_0x255130(Ht,{'value':_0x499e4f[_0x512bd7(0x334)],'onChange':_0x19e7fd=>_0x1ab121({'fillOpacity':_0x19e7fd})})}),_0x255130(_0xbe4717,{'checked':(_0x1492bf=(_0x35c7b3=_0x499e4f[_0x512bd7(0x250)])==null?void 0x0:_0x35c7b3[_0x512bd7(0x278)])==null?!0x1:_0x1492bf,'onChange':_0x2e5aa5=>_0x1ab121({'label':{'visible':!!_0x2e5aa5}}),'children':_0x15d831['t'](W['CONTROL'][_0x512bd7(0x339)])})]}):_0x255130(_0x35a097,{});}function Yt(_0x87a9ba){const _0x34efd0=_0x35629e;switch(_0x87a9ba[_0x34efd0(0x32e)][_0x34efd0(0x2fe)]){case'title':return Ut;case'axisTitle':return Wt;case'legend':return Gt;case _0x34efd0(0x2da):return Kt;case'mark':var _0x523e29;return((_0x523e29=_0x87a9ba[_0x34efd0(0x32e)][_0x34efd0(0x23c)])==null?void 0x0:_0x523e29['kind'])===_0x34efd0(0x285)?qt:Jt;default:return null;}}function Xt(_0x2d3f08){const _0x49e59d=_0x35629e;let _0x1e6e28=_0x2d3f08[_0x49e59d(0x27a)][_0x49e59d(0x347)],_0xe7bf71=_0xa0451d(_0x2fce56),_0x56c101=_0xa0451d(B);if(!_0x1e6e28)return null;let _0x4717d6=_0x56c101[_0x49e59d(0x286)](_0x1e6e28['adapterKey']),_0x4bac38=_0x1e6e28,_0x1108a2=Yt(_0x4bac38);return _0x440404(_0x49e59d(0x282),{'className':_0x42533b(K['ROOT'],_0x307e07),'data-chart-element-float-menu':_0x1e6e28[_0x49e59d(0x32e)]['scope'],'children':[_0x255130(_0x49e59d(0x282),{'className':K[_0x49e59d(0x2aa)],'children':_0xe7bf71['t'](Rt(_0x1e6e28))}),_0x255130(_0x49e59d(0x282),{'className':K['BODY'],'children':_0x1108a2?_0x255130(_0x1108a2,{'adapter':_0x4717d6,'context':_0x4bac38}):null})]});}var Zt=_0x35629e(0x30f),Qt=_0x35629e(0x22e);function $t(_0x494228,_0x36c1f6){return function(_0x231252,_0x4d62ac){_0x36c1f6(_0x231252,_0x4d62ac,_0x494228);};}function en(_0x5bed37,_0x55ca6c,_0x9cc5ff,_0xb3f63c){const _0xc98280=_0x35629e;var _0x1868fc=arguments[_0xc98280(0x2f3)],_0x5df745=_0x1868fc<0x3?_0x55ca6c:_0xb3f63c===null?_0xb3f63c=Object[_0xc98280(0x243)](_0x55ca6c,_0x9cc5ff):_0xb3f63c,_0x2f56ef;if(typeof Reflect==_0xc98280(0x2e8)&&typeof Reflect['decorate']==_0xc98280(0x248))_0x5df745=Reflect[_0xc98280(0x221)](_0x5bed37,_0x55ca6c,_0x9cc5ff,_0xb3f63c);else{for(var _0x2afcd5=_0x5bed37[_0xc98280(0x2f3)]-0x1;_0x2afcd5>=0x0;_0x2afcd5--)(_0x2f56ef=_0x5bed37[_0x2afcd5])&&(_0x5df745=(_0x1868fc<0x3?_0x2f56ef(_0x5df745):_0x1868fc>0x3?_0x2f56ef(_0x55ca6c,_0x9cc5ff,_0x5df745):_0x2f56ef(_0x55ca6c,_0x9cc5ff))||_0x5df745);}return _0x1868fc>0x3&&_0x5df745&&Object['defineProperty'](_0x55ca6c,_0x9cc5ff,_0x5df745),_0x5df745;}let Q=class extends _0x5543b9{constructor(_0x2f34be){super(),this['disposeWithMe'](_0x2f34be['register'](yt,Xt));}};Q=en([$t(0x0,_0x1d5eba(_0x5d65cd))],Q);let $=class extends _0x52e268{constructor(_0x383a18=gt,_0x8f16c,_0x1440e2){const _0x234355=_0x35629e;super(),this['_config']=_0x383a18,this['_injector']=_0x8f16c,this[_0x234355(0x226)]=_0x1440e2;let {..._0x589cf8}=_0x278ce0({},gt,this['_config']);this[_0x234355(0x226)]['setConfig'](ht,_0x589cf8);}[_0x35629e(0x333)](){const _0x36d822=_0x35629e;this[_0x36d822(0x245)][_0x36d822(0x29e)]([B]),this[_0x36d822(0x245)][_0x36d822(0x29e)]([Q]),this[_0x36d822(0x245)][_0x36d822(0x286)](Q);}};z($,_0x35629e(0x239),_0x38ee37[_0x35629e(0x222)]),z($,_0x35629e(0x262),_0x35629e(0x348)),z($,_0x35629e(0x2f7),Zt),z($,_0x35629e(0x280),Qt),$=en([_0x5d9c9c(_0x1b8373),$t(0x1,_0x1d5eba(_0x321bf7)),$t(0x2,_0x55abe2)],$);export{Ne as CHART_DOM_HOST_Z_INDEX,yt as CHART_ELEMENT_FLOAT_MENU_COMPONENT,bt as CHART_ELEMENT_FLOAT_MENU_OFFSET,Me as CHART_HOST_BORDER_RADIUS,ht as CHART_UI_PLUGIN_CONFIG_KEY,U as ChartAxisId,Be as ChartCheckboxField,Ue as ChartColorField,Ke as ChartEditBlockTitle,Mt as ChartEditPanelSection,jt as ChartEditPanelTab,Ge as ChartEditPanelTabs,Xt as ChartElementFloatMenu,B as ChartElementFloatMenuAdapterRegistry,We as ChartFontField,nt as ChartInlineTableEditor,kt as ChartMarkDirectEditKind,At as ChartMarkPanel,Ve as ChartNumberField,Fe as ChartPointMappingStateKey,I as ChartPropertyField,Re as ChartPropertyRow,ze as ChartSelectField,He as ChartTextField,H as ChartTitleKey,k as ColorPickerControl,A as DropdownSelector,F as FontAlignSelector,N as FontColorSelector,Le as FontFormatBar,P as FontFormatToggle,M as FontSizeSelector,Pe as MIN_CHART_HOST_DIMENSION,$ as UniverChartUIPlugin,Xe as appendInlineTableColumn,Ye as appendInlineTableRow,tt as applyInlineTablePaste,st as buildChartThemeSelectOptions,at as buildChartTypeSelectOptions,lt as chartBorderWidthValues,ut as chartLinePointSizeValues,ct as chartOpacityValues,dt as chartTickLengthValues,ft as chartTickWidthValues,rt as chartTypeToIcon,Je as coerceInlineTableCell,Qe as compactInlineTableValues,pt as createPercentOptions,mt as createPxOptions,L as normalizeInlineTableValues,ot as renderChartThemeColorStrip,it as renderChartTypeSelectLabel,Nt as resolveChartElementConfigTarget};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const _0x288d30=_0x3bdc;function _0x3bdc(_0x28e8d8,_0x5153a6){_0x28e8d8=_0x28e8d8-0xee;const _0x578bb4=_0x578b();let _0x3bdcc4=_0x578bb4[_0x28e8d8];return _0x3bdcc4;}(function(_0x267247,_0x4ec2b2){const _0x4d60ce=_0x3bdc,_0xa542a2=_0x267247();while(!![]){try{const _0x366d0d=-parseInt(_0x4d60ce(0x120))/0x1*(-parseInt(_0x4d60ce(0x111))/0x2)+-parseInt(_0x4d60ce(0x124))/0x3*(-parseInt(_0x4d60ce(0x112))/0x4)+parseInt(_0x4d60ce(0xf1))/0x5+parseInt(_0x4d60ce(0xfd))/0x6+-parseInt(_0x4d60ce(0x10e))/0x7+parseInt(_0x4d60ce(0x11d))/0x8*(-parseInt(_0x4d60ce(0x100))/0x9)+-parseInt(_0x4d60ce(0xf6))/0xa;if(_0x366d0d===_0x4ec2b2)break;else _0xa542a2['push'](_0xa542a2['shift']());}catch(_0x5e0673){_0xa542a2['push'](_0xa542a2['shift']());}}}(_0x578b,0x684e9));const e={'chart-ui':{'common':{'default':'افتراضي','reset':_0x288d30(0x121)},'inlineTable':{'pasteHint':_0x288d30(0xf3),'addRow':_0x288d30(0x125),'addColumn':_0x288d30(0x118)},'floatMenu':{'menuTitle':{'chart':'مخطط','chartTitle':_0x288d30(0x10c),'subtitle':'العنوان\x20الفرعي','axisTitle':'عنوان\x20المحور','legend':_0x288d30(0x109),'horizontalAxis':_0x288d30(0x113),'verticalAxis':_0x288d30(0x11b),'rightVerticalAxis':_0x288d30(0xff),'gridline':'خط\x20الشبكة','tick':'علامة\x20تدريج','mark':_0x288d30(0xfa),'series':_0x288d30(0xf5),'dataPoint':_0x288d30(0xfc),'dataLabel':_0x288d30(0x117)},'field':{'title':_0x288d30(0xfe),'subtitle':_0x288d30(0x11f),'position':_0x288d30(0x127),'size':_0x288d30(0xf4),'align':_0x288d30(0x123),'mode':_0x288d30(0x11a),'map':_0x288d30(0x126),'rotate':_0x288d30(0x115),'min':_0x288d30(0x104),'max':_0x288d30(0xee),'color':'لون','borderColor':_0x288d30(0xfb),'opacity':_0x288d30(0x11c),'labelPosition':'موضع\x20التسمية','labelText':_0x288d30(0x10f),'titleText':'نص\x20العنوان'},'action':{'more':_0x288d30(0x11e),'bold':_0x288d30(0x105),'italic':_0x288d30(0x10a)},'control':{'labels':_0x288d30(0x114),'line':'خط','reverse':'عكس','date':_0x288d30(0x102)},'option':{'textAlign':{'left':'يسار','center':_0x288d30(0xf2),'right':'يمين'},'position':{'top':_0x288d30(0x119),'bottom':_0x288d30(0x110),'left':_0x288d30(0x103),'right':_0x288d30(0x101),'hide':_0x288d30(0x106),'inside':_0x288d30(0xf8),'outside':_0x288d30(0x107)},'labelText':{'category':_0x288d30(0xf9),'value':_0x288d30(0xef),'percentage':_0x288d30(0xf0)},'axisAlign':{'start':'البداية','center':'وسط','end':_0x288d30(0x116)},'legendSelectMode':{'single':_0x288d30(0x108),'multiple':_0x288d30(0x122),'close':_0x288d30(0xf7)},'visualMapType':{'continuous':_0x288d30(0x10b),'piecewise':_0x288d30(0x10d)}}}}};export{e as default};function _0x578b(){const _0x416f69=['العلامة','لون\x20الحدود','نقطة\x20بيانات','215928kdvFGf','عنوان','المحور\x20العمودي\x20الأيمن','29826rVneFC','يمين','تاريخ','يسار','الحد\x20الأدنى','غامق','إخفاء','خارج','فردي','وسيلة\x20إيضاح','مائل','مستمر','عنوان\x20المخطط','جزئي','3251808pNqzca','نص\x20التسمية','أسفل','26wZLvVU','76996RAaRYC','المحور\x20الأفقي','التسميات','تدوير','النهاية','تسمية\x20البيانات','إضافة\x20عمود','أعلى','الوضع','المحور\x20العمودي','التعتيم','736GAihkt','المزيد','العنوان\x20الفرعي','4481ApVmTI','إعادة\x20تعيين','متعدد','المحاذاة','129QstPPB','إضافة\x20صف','خريطة','الموضع','الحد\x20الأقصى','قيمة','نسبة\x20مئوية','1565415lUducE','وسط','انسخ\x20والصق\x20البيانات\x20هنا','الحجم','سلسلة','383580HrxQMm','إغلاق','داخل','فئة'];_0x578b=function(){return _0x416f69;};return _0x578b();}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
function _0x29fb(_0x331045,_0x4c6f5b){_0x331045=_0x331045-0xae;const _0x5c9560=_0x5c95();let _0x29fb1c=_0x5c9560[_0x331045];return _0x29fb1c;}const _0x1fdf1b=_0x29fb;(function(_0x321a87,_0x2a6eeb){const _0x33b1ef=_0x29fb,_0x13f5a2=_0x321a87();while(!![]){try{const _0x201dbb=-parseInt(_0x33b1ef(0xae))/0x1*(parseInt(_0x33b1ef(0xb4))/0x2)+parseInt(_0x33b1ef(0xd2))/0x3+parseInt(_0x33b1ef(0xd6))/0x4*(parseInt(_0x33b1ef(0xaf))/0x5)+parseInt(_0x33b1ef(0xd8))/0x6+parseInt(_0x33b1ef(0xd7))/0x7+-parseInt(_0x33b1ef(0xc2))/0x8*(parseInt(_0x33b1ef(0xc9))/0x9)+parseInt(_0x33b1ef(0xc1))/0xa*(parseInt(_0x33b1ef(0xb5))/0xb);if(_0x201dbb===_0x2a6eeb)break;else _0x13f5a2['push'](_0x13f5a2['shift']());}catch(_0x3d3c58){_0x13f5a2['push'](_0x13f5a2['shift']());}}}(_0x5c95,0xbd311));const e={'chart-ui':{'common':{'default':_0x1fdf1b(0xc8),'reset':_0x1fdf1b(0xdf)},'inlineTable':{'pasteHint':_0x1fdf1b(0xe3),'addRow':_0x1fdf1b(0xc4),'addColumn':_0x1fdf1b(0xbc)},'floatMenu':{'menuTitle':{'chart':_0x1fdf1b(0xdd),'chartTitle':_0x1fdf1b(0xc6),'subtitle':_0x1fdf1b(0xbe),'axisTitle':_0x1fdf1b(0xd1),'legend':'Llegenda','horizontalAxis':_0x1fdf1b(0xde),'verticalAxis':_0x1fdf1b(0xe2),'rightVerticalAxis':'Eix\x20vertical\x20dret','gridline':'Línia\x20de\x20quadrícula','tick':'Marca\x20de\x20graduació','mark':_0x1fdf1b(0xbb),'series':'Sèrie','dataPoint':_0x1fdf1b(0xb1),'dataLabel':_0x1fdf1b(0xd9)},'field':{'title':_0x1fdf1b(0xc7),'subtitle':_0x1fdf1b(0xbe),'position':_0x1fdf1b(0xd4),'size':_0x1fdf1b(0xb2),'align':'Alinear','mode':_0x1fdf1b(0xcf),'map':_0x1fdf1b(0xe0),'rotate':_0x1fdf1b(0xd5),'min':_0x1fdf1b(0xc3),'max':_0x1fdf1b(0xdc),'color':_0x1fdf1b(0xdb),'borderColor':'Color\x20de\x20la\x20vora','opacity':_0x1fdf1b(0xbd),'labelPosition':'Posició\x20d\x27etiqueta','labelText':_0x1fdf1b(0xb9),'titleText':_0x1fdf1b(0xce)},'action':{'more':_0x1fdf1b(0xd0),'bold':_0x1fdf1b(0xc0),'italic':_0x1fdf1b(0xe4)},'control':{'labels':'Etiquetes','line':'Línia','reverse':_0x1fdf1b(0xe1),'date':'Data'},'option':{'textAlign':{'left':_0x1fdf1b(0xb0),'center':_0x1fdf1b(0xb6),'right':_0x1fdf1b(0xd3)},'position':{'top':_0x1fdf1b(0xcb),'bottom':_0x1fdf1b(0xba),'left':_0x1fdf1b(0xb0),'right':_0x1fdf1b(0xd3),'hide':_0x1fdf1b(0xc5),'inside':_0x1fdf1b(0xcd),'outside':'Fora'},'labelText':{'category':_0x1fdf1b(0xe5),'value':_0x1fdf1b(0xda),'percentage':'Percentatge'},'axisAlign':{'start':_0x1fdf1b(0xb3),'center':'Centre','end':'Fi'},'legendSelectMode':{'single':_0x1fdf1b(0xca),'multiple':_0x1fdf1b(0xb8),'close':_0x1fdf1b(0xcc)},'visualMapType':{'continuous':_0x1fdf1b(0xb7),'piecewise':_0x1fdf1b(0xbf)}}}}};function _0x5c95(){const _0x46c548=['1418228KzoQyu','3589586RbmWxg','2376942GMwCxF','Etiqueta\x20de\x20dades','Valor','Color','Màx','Gràfic','Eix\x20horitzontal','Restablir','Mapa','Inverteix','Eix\x20vertical','Copieu\x20i\x20enganxeu\x20les\x20dades\x20aquí','Cursiva','Categoria','1BKZpcJ','15rMDhzd','Esquerra','Punt\x20de\x20dades','Mida','Inici','2730690iKqkug','7077543GDenOX','Centre','Continu','Múltiple','Text\x20d\x27etiqueta','Inferior','Marca','Afegeix\x20columna','Opacitat','Subtítol','Per\x20trams','Negreta','10RfKyLh','8TmEhrm','Mín','Afegeix\x20fila','Amagar','Títol\x20del\x20gràfic','Títol','Per\x20defecte','12710781TRMnFe','Individual','Superior','Tancar','Dins','Text\x20del\x20títol','Mode','Més','Títol\x20de\x20l’eix','2809632yhIcVC','Dreta','Posició','Gira'];_0x5c95=function(){return _0x46c548;};return _0x5c95();}export{e as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const _0x24b034=_0x41d9;function _0x3293(){const _0x23fa44=['Oben','Achsentitel','Untertitel','Linie','Teilstrich','Prozent','Links','Zeile\x20hinzufügen','Datenbeschriftung','1308872BGCePw','Max.','Ausrichten','2811663izsuJa','145mdXgpT','Kontinuierlich','Titel','Rechts','Anfang','Beschriftungsposition','3529638LiRnpi','30202500QXOuyB','Min.','Position','Kursiv','Datum','Größe','12qkbwGi','Schließen','Ausblenden','363306jxQiBi','Mitte','Spalte\x20hinzufügen','Rahmenfarbe','Fett','Horizontale\x20Achse','Legende','Vertikale\x20Achse','Deckkraft','Farbe','Drehen','Mehrfach','Zeichen','Diagramm','Rechte\x20vertikale\x20Achse','2144274oAZhkZ','Umkehren','Stückweise','1349286EmICex','Standard','1IeEaLO','Titeltext','Unten','Ende','Gitternetzlinie','Modus','Karte'];_0x3293=function(){return _0x23fa44;};return _0x3293();}(function(_0x5a4a89,_0x71444f){const _0x5c5be4=_0x41d9,_0x4c2f43=_0x5a4a89();while(!![]){try{const _0x59505f=-parseInt(_0x5c5be4(0x1d5))/0x1*(-parseInt(_0x5c5be4(0x208))/0x2)+-parseInt(_0x5c5be4(0x20b))/0x3*(parseInt(_0x5c5be4(0x1f6))/0x4)+parseInt(_0x5c5be4(0x1e9))/0x5*(-parseInt(_0x5c5be4(0x1f9))/0x6)+-parseInt(_0x5c5be4(0x1ef))/0x7+parseInt(_0x5c5be4(0x1e5))/0x8+parseInt(_0x5c5be4(0x1e8))/0x9+parseInt(_0x5c5be4(0x1f0))/0xa;if(_0x59505f===_0x71444f)break;else _0x4c2f43['push'](_0x4c2f43['shift']());}catch(_0xee6a5a){_0x4c2f43['push'](_0x4c2f43['shift']());}}}(_0x3293,0xea1b8));const e={'chart-ui':{'common':{'default':_0x24b034(0x1d4),'reset':'Zurücksetzen'},'inlineTable':{'pasteHint':'Daten\x20hier\x20kopieren\x20und\x20einfügen','addRow':_0x24b034(0x1e3),'addColumn':_0x24b034(0x1fb)},'floatMenu':{'menuTitle':{'chart':_0x24b034(0x206),'chartTitle':'Diagrammtitel','subtitle':_0x24b034(0x1de),'axisTitle':_0x24b034(0x1dd),'legend':_0x24b034(0x1ff),'horizontalAxis':_0x24b034(0x1fe),'verticalAxis':_0x24b034(0x200),'rightVerticalAxis':_0x24b034(0x207),'gridline':_0x24b034(0x1d9),'tick':_0x24b034(0x1e0),'mark':_0x24b034(0x205),'series':'Datenreihe','dataPoint':'Datenpunkt','dataLabel':_0x24b034(0x1e4)},'field':{'title':_0x24b034(0x1eb),'subtitle':'Untertitel','position':_0x24b034(0x1f2),'size':_0x24b034(0x1f5),'align':_0x24b034(0x1e7),'mode':_0x24b034(0x1da),'map':_0x24b034(0x1db),'rotate':_0x24b034(0x203),'min':_0x24b034(0x1f1),'max':_0x24b034(0x1e6),'color':_0x24b034(0x202),'borderColor':_0x24b034(0x1fc),'opacity':_0x24b034(0x201),'labelPosition':_0x24b034(0x1ee),'labelText':'Beschriftungstext','titleText':_0x24b034(0x1d6)},'action':{'more':'Mehr','bold':_0x24b034(0x1fd),'italic':_0x24b034(0x1f3)},'control':{'labels':'Beschriftungen','line':_0x24b034(0x1df),'reverse':_0x24b034(0x209),'date':_0x24b034(0x1f4)},'option':{'textAlign':{'left':'Links','center':'Mitte','right':_0x24b034(0x1ec)},'position':{'top':_0x24b034(0x1dc),'bottom':_0x24b034(0x1d7),'left':_0x24b034(0x1e2),'right':'Rechts','hide':_0x24b034(0x1f8),'inside':'Innen','outside':'Außen'},'labelText':{'category':'Kategorie','value':'Wert','percentage':_0x24b034(0x1e1)},'axisAlign':{'start':_0x24b034(0x1ed),'center':_0x24b034(0x1fa),'end':_0x24b034(0x1d8)},'legendSelectMode':{'single':'Einzeln','multiple':_0x24b034(0x204),'close':_0x24b034(0x1f7)},'visualMapType':{'continuous':_0x24b034(0x1ea),'piecewise':_0x24b034(0x20a)}}}}};function _0x41d9(_0x2a068a,_0x559ec4){_0x2a068a=_0x2a068a-0x1d4;const _0x329306=_0x3293();let _0x41d916=_0x329306[_0x2a068a];return _0x41d916;}export{e as default};
|