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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (120) hide show
  1. package/README.md +46 -0
  2. package/lib/cjs/index.js +1 -0
  3. package/lib/cjs/locale/ar-SA.js +1 -0
  4. package/lib/cjs/locale/ca-ES.js +1 -0
  5. package/lib/cjs/locale/de-DE.js +1 -0
  6. package/lib/cjs/locale/en-US.js +1 -0
  7. package/lib/cjs/locale/es-ES.js +1 -0
  8. package/lib/cjs/locale/fa-IR.js +1 -0
  9. package/lib/cjs/locale/fr-FR.js +1 -0
  10. package/lib/cjs/locale/id-ID.js +1 -0
  11. package/lib/cjs/locale/it-IT.js +1 -0
  12. package/lib/cjs/locale/ja-JP.js +1 -0
  13. package/lib/cjs/locale/ko-KR.js +1 -0
  14. package/lib/cjs/locale/pl-PL.js +1 -0
  15. package/lib/cjs/locale/pt-BR.js +1 -0
  16. package/lib/cjs/locale/ru-RU.js +1 -0
  17. package/lib/cjs/locale/sk-SK.js +1 -0
  18. package/lib/cjs/locale/vi-VN.js +1 -0
  19. package/lib/cjs/locale/zh-CN.js +1 -0
  20. package/lib/cjs/locale/zh-HK.js +1 -0
  21. package/lib/cjs/locale/zh-TW.js +1 -0
  22. package/lib/es/index.js +1 -0
  23. package/lib/es/locale/ar-SA.js +1 -0
  24. package/lib/es/locale/ca-ES.js +1 -0
  25. package/lib/es/locale/de-DE.js +1 -0
  26. package/lib/es/locale/en-US.js +1 -0
  27. package/lib/es/locale/es-ES.js +1 -0
  28. package/lib/es/locale/fa-IR.js +1 -0
  29. package/lib/es/locale/fr-FR.js +1 -0
  30. package/lib/es/locale/id-ID.js +1 -0
  31. package/lib/es/locale/it-IT.js +1 -0
  32. package/lib/es/locale/ja-JP.js +1 -0
  33. package/lib/es/locale/ko-KR.js +1 -0
  34. package/lib/es/locale/pl-PL.js +1 -0
  35. package/lib/es/locale/pt-BR.js +1 -0
  36. package/lib/es/locale/ru-RU.js +1 -0
  37. package/lib/es/locale/sk-SK.js +1 -0
  38. package/lib/es/locale/vi-VN.js +1 -0
  39. package/lib/es/locale/zh-CN.js +1 -0
  40. package/lib/es/locale/zh-HK.js +1 -0
  41. package/lib/es/locale/zh-TW.js +1 -0
  42. package/lib/index.css +403 -0
  43. package/lib/index.js +1 -0
  44. package/lib/locale/ar-SA.js +1 -0
  45. package/lib/locale/ca-ES.js +1 -0
  46. package/lib/locale/de-DE.js +1 -0
  47. package/lib/locale/en-US.js +1 -0
  48. package/lib/locale/es-ES.js +1 -0
  49. package/lib/locale/fa-IR.js +1 -0
  50. package/lib/locale/fr-FR.js +1 -0
  51. package/lib/locale/id-ID.js +1 -0
  52. package/lib/locale/it-IT.js +1 -0
  53. package/lib/locale/ja-JP.js +1 -0
  54. package/lib/locale/ko-KR.js +1 -0
  55. package/lib/locale/pl-PL.js +1 -0
  56. package/lib/locale/pt-BR.js +1 -0
  57. package/lib/locale/ru-RU.js +1 -0
  58. package/lib/locale/sk-SK.js +1 -0
  59. package/lib/locale/vi-VN.js +1 -0
  60. package/lib/locale/zh-CN.js +1 -0
  61. package/lib/locale/zh-HK.js +1 -0
  62. package/lib/locale/zh-TW.js +1 -0
  63. package/lib/types/config/config.d.ts +5 -0
  64. package/lib/types/index.d.ts +6 -0
  65. package/lib/types/locale/ar-SA.d.ts +3 -0
  66. package/lib/types/locale/ca-ES.d.ts +3 -0
  67. package/lib/types/locale/de-DE.d.ts +3 -0
  68. package/lib/types/locale/en-US.d.ts +15 -0
  69. package/lib/types/locale/es-ES.d.ts +3 -0
  70. package/lib/types/locale/fa-IR.d.ts +3 -0
  71. package/lib/types/locale/fr-FR.d.ts +3 -0
  72. package/lib/types/locale/id-ID.d.ts +3 -0
  73. package/lib/types/locale/it-IT.d.ts +3 -0
  74. package/lib/types/locale/ja-JP.d.ts +3 -0
  75. package/lib/types/locale/ko-KR.d.ts +3 -0
  76. package/lib/types/locale/pl-PL.d.ts +3 -0
  77. package/lib/types/locale/pt-BR.d.ts +3 -0
  78. package/lib/types/locale/ru-RU.d.ts +3 -0
  79. package/lib/types/locale/sk-SK.d.ts +3 -0
  80. package/lib/types/locale/types.d.ts +3 -0
  81. package/lib/types/locale/vi-VN.d.ts +3 -0
  82. package/lib/types/locale/zh-CN.d.ts +3 -0
  83. package/lib/types/locale/zh-HK.d.ts +3 -0
  84. package/lib/types/locale/zh-TW.d.ts +3 -0
  85. package/lib/types/plugin.d.ts +16 -0
  86. package/lib/types/services/ink-outside-interaction.service.d.ts +14 -0
  87. package/lib/types/services/ink-ui-state.service.d.ts +37 -0
  88. package/lib/types/services/ink-ui.service.d.ts +8 -0
  89. package/lib/types/views/InkBrushToolIcon.d.ts +4 -0
  90. package/lib/types/views/InkDarkBrushToolIcon.d.ts +4 -0
  91. package/lib/types/views/InkDarkEraserToolIcon.d.ts +4 -0
  92. package/lib/types/views/InkDarkHighlighterToolIcon.d.ts +4 -0
  93. package/lib/types/views/InkDarkPenToolIcon.d.ts +4 -0
  94. package/lib/types/views/InkEraserToolIcon.d.ts +4 -0
  95. package/lib/types/views/InkFloatingToolbar.d.ts +20 -0
  96. package/lib/types/views/InkFloatingToolbarContainer.d.ts +1 -0
  97. package/lib/types/views/InkIcons.d.ts +6 -0
  98. package/lib/types/views/InkPenToolIcon.d.ts +4 -0
  99. package/lib/types/views/InkSmudgeToolIcon.d.ts +4 -0
  100. package/lib/umd/index.js +1 -0
  101. package/lib/umd/locale/ar-SA.js +1 -0
  102. package/lib/umd/locale/ca-ES.js +1 -0
  103. package/lib/umd/locale/de-DE.js +1 -0
  104. package/lib/umd/locale/en-US.js +1 -0
  105. package/lib/umd/locale/es-ES.js +1 -0
  106. package/lib/umd/locale/fa-IR.js +1 -0
  107. package/lib/umd/locale/fr-FR.js +1 -0
  108. package/lib/umd/locale/id-ID.js +1 -0
  109. package/lib/umd/locale/it-IT.js +1 -0
  110. package/lib/umd/locale/ja-JP.js +1 -0
  111. package/lib/umd/locale/ko-KR.js +1 -0
  112. package/lib/umd/locale/pl-PL.js +1 -0
  113. package/lib/umd/locale/pt-BR.js +1 -0
  114. package/lib/umd/locale/ru-RU.js +1 -0
  115. package/lib/umd/locale/sk-SK.js +1 -0
  116. package/lib/umd/locale/vi-VN.js +1 -0
  117. package/lib/umd/locale/zh-CN.js +1 -0
  118. package/lib/umd/locale/zh-HK.js +1 -0
  119. package/lib/umd/locale/zh-TW.js +1 -0
  120. package/package.json +88 -0
package/lib/index.css ADDED
@@ -0,0 +1,403 @@
1
+ .univer-pointer-events-none {
2
+ pointer-events: none;
3
+ }
4
+
5
+ .univer-fixed {
6
+ position: fixed;
7
+ }
8
+
9
+ .univer-absolute {
10
+ position: absolute;
11
+ }
12
+
13
+ .univer-relative {
14
+ position: relative;
15
+ }
16
+
17
+ .univer-bottom-0 {
18
+ bottom: 0;
19
+ }
20
+
21
+ .univer-bottom-5 {
22
+ bottom: 1.25rem;
23
+ }
24
+
25
+ .univer-left-1\/2 {
26
+ left: 50%;
27
+ }
28
+
29
+ .univer-left-5 {
30
+ left: 1.25rem;
31
+ }
32
+
33
+ .univer-z-10 {
34
+ z-index: 10;
35
+ }
36
+
37
+ .univer-z-\[100000\] {
38
+ z-index: 100000;
39
+ }
40
+
41
+ .univer-z-\[100001\] {
42
+ z-index: 100001;
43
+ }
44
+
45
+ .univer-block {
46
+ display: block;
47
+ }
48
+
49
+ .univer-flex {
50
+ display: flex;
51
+ }
52
+
53
+ .univer-hidden {
54
+ display: none;
55
+ }
56
+
57
+ .univer-size-5 {
58
+ width: 1.25rem;
59
+ height: 1.25rem;
60
+ }
61
+
62
+ .univer-size-6 {
63
+ width: 1.5rem;
64
+ height: 1.5rem;
65
+ }
66
+
67
+ .univer-size-\[30px\] {
68
+ width: 30px;
69
+ height: 30px;
70
+ }
71
+
72
+ .univer-h-10 {
73
+ height: 2.5rem;
74
+ }
75
+
76
+ .univer-h-12 {
77
+ height: 3rem;
78
+ }
79
+
80
+ .univer-h-24 {
81
+ height: 6rem;
82
+ }
83
+
84
+ .univer-h-8 {
85
+ height: 2rem;
86
+ }
87
+
88
+ .\!univer-w-10 {
89
+ width: 2.5rem !important;
90
+ }
91
+
92
+ .\!univer-w-\[72px\] {
93
+ width: 72px !important;
94
+ }
95
+
96
+ .univer-w-10 {
97
+ width: 2.5rem;
98
+ }
99
+
100
+ .univer-w-12 {
101
+ width: 3rem;
102
+ }
103
+
104
+ .univer-w-8 {
105
+ width: 2rem;
106
+ }
107
+
108
+ .univer-w-\[210px\] {
109
+ width: 210px;
110
+ }
111
+
112
+ .univer-w-\[244px\] {
113
+ width: 244px;
114
+ }
115
+
116
+ .univer-w-\[72px\] {
117
+ width: 72px;
118
+ }
119
+
120
+ .univer-w-auto {
121
+ width: auto;
122
+ }
123
+
124
+ .univer-w-px {
125
+ width: 1px;
126
+ }
127
+
128
+ .\!univer-min-w-10 {
129
+ min-width: 2.5rem !important;
130
+ }
131
+
132
+ .\!univer-min-w-\[72px\] {
133
+ min-width: 72px !important;
134
+ }
135
+
136
+ .univer-min-w-0 {
137
+ min-width: 0;
138
+ }
139
+
140
+ .univer-shrink-0 {
141
+ flex-shrink: 0;
142
+ }
143
+
144
+ .univer--translate-x-1\/2 {
145
+ --univer-tw-translate-x: -50%;
146
+ transform: translate(-50%, 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));
147
+ 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));
148
+ }
149
+
150
+ .univer-translate-y-\[15px\] {
151
+ --univer-tw-translate-y: 15px;
152
+ transform: translate(var(--univer-tw-translate-x), 15px) 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));
153
+ 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));
154
+ }
155
+
156
+ .univer-translate-y-\[35px\] {
157
+ --univer-tw-translate-y: 35px;
158
+ transform: translate(var(--univer-tw-translate-x), 35px) 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
+ 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));
160
+ }
161
+
162
+ .univer-appearance-none {
163
+ -webkit-appearance: none;
164
+ appearance: none;
165
+ }
166
+
167
+ .univer-items-center {
168
+ align-items: center;
169
+ }
170
+
171
+ .univer-justify-center {
172
+ justify-content: center;
173
+ }
174
+
175
+ .univer-gap-1\.5 {
176
+ gap: .375rem;
177
+ }
178
+
179
+ .univer-gap-2 {
180
+ gap: .5rem;
181
+ }
182
+
183
+ .univer-gap-3 {
184
+ gap: .75rem;
185
+ }
186
+
187
+ .univer-overflow-hidden {
188
+ overflow: hidden;
189
+ }
190
+
191
+ .univer-overflow-visible {
192
+ overflow: visible;
193
+ }
194
+
195
+ .univer-rounded-full {
196
+ border-radius: 9999px;
197
+ }
198
+
199
+ .univer-rounded-lg {
200
+ border-radius: .5rem;
201
+ }
202
+
203
+ .univer-rounded-md {
204
+ border-radius: .375rem;
205
+ }
206
+
207
+ .univer-border {
208
+ border-width: 1px;
209
+ }
210
+
211
+ .univer-border-0 {
212
+ border-width: 0;
213
+ }
214
+
215
+ .univer-border-none {
216
+ border-style: none;
217
+ }
218
+
219
+ .univer-border-gray-200 {
220
+ border-color: var(--univer-gray-200);
221
+ }
222
+
223
+ .univer-bg-gray-100 {
224
+ background-color: var(--univer-gray-100);
225
+ }
226
+
227
+ .univer-bg-gray-200 {
228
+ background-color: var(--univer-gray-200);
229
+ }
230
+
231
+ .univer-bg-primary-50 {
232
+ background-color: var(--univer-primary-50);
233
+ }
234
+
235
+ .univer-bg-transparent {
236
+ background-color: #0000;
237
+ }
238
+
239
+ .univer-bg-white {
240
+ background-color: var(--univer-white);
241
+ }
242
+
243
+ .\!univer-p-0 {
244
+ padding: 0 !important;
245
+ }
246
+
247
+ .\!univer-p-2 {
248
+ padding: .5rem !important;
249
+ }
250
+
251
+ .univer-p-0 {
252
+ padding: 0;
253
+ }
254
+
255
+ .univer-p-3 {
256
+ padding: .75rem;
257
+ }
258
+
259
+ .univer-px-5 {
260
+ padding-left: 1.25rem;
261
+ padding-right: 1.25rem;
262
+ }
263
+
264
+ .\!univer-pl-2\.5 {
265
+ padding-left: .625rem !important;
266
+ }
267
+
268
+ .\!univer-pr-2 {
269
+ padding-right: .5rem !important;
270
+ }
271
+
272
+ .univer-pb-0 {
273
+ padding-bottom: 0;
274
+ }
275
+
276
+ .univer-pt-0 {
277
+ padding-top: 0;
278
+ }
279
+
280
+ .univer-text-gray-700 {
281
+ color: var(--univer-gray-700);
282
+ }
283
+
284
+ .univer-text-gray-900 {
285
+ color: var(--univer-gray-900);
286
+ }
287
+
288
+ .univer-text-primary-600 {
289
+ color: var(--univer-primary-600);
290
+ }
291
+
292
+ .\!univer-shadow-none {
293
+ --univer-tw-shadow: 0 0 #0000 !important;
294
+ --univer-tw-shadow-colored: 0 0 #0000 !important;
295
+ box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000 !important;
296
+ box-shadow: var(--univer-tw-ring-offset-shadow, 0 0 #0000), var(--univer-tw-ring-shadow, 0 0 #0000), var(--univer-tw-shadow) !important;
297
+ }
298
+
299
+ .univer-shadow-2xl {
300
+ --univer-tw-shadow: 0px 24px 50px -12px #1e284d3d;
301
+ --univer-tw-shadow-colored: 0px 24px 50px -12px var(--univer-tw-shadow-color);
302
+ box-shadow: 0 0 #0000, 0 0 #0000, 0 24px 50px -12px #1e284d3d;
303
+ box-shadow: var(--univer-tw-ring-offset-shadow, 0 0 #0000), var(--univer-tw-ring-shadow, 0 0 #0000), var(--univer-tw-shadow);
304
+ }
305
+
306
+ .univer-shadow-none {
307
+ --univer-tw-shadow: 0 0 #0000;
308
+ --univer-tw-shadow-colored: 0 0 #0000;
309
+ box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000;
310
+ box-shadow: var(--univer-tw-ring-offset-shadow, 0 0 #0000), var(--univer-tw-ring-shadow, 0 0 #0000), var(--univer-tw-shadow);
311
+ }
312
+
313
+ .univer-outline-none {
314
+ outline-offset: 2px;
315
+ outline: 2px solid #0000;
316
+ }
317
+
318
+ .univer-drop-shadow-lg {
319
+ --univer-tw-drop-shadow: drop-shadow(0 10px 8px #0000000a) drop-shadow(0 4px 3px #0000001a);
320
+ filter: var(--univer-tw-blur) var(--univer-tw-brightness) var(--univer-tw-contrast) var(--univer-tw-grayscale) var(--univer-tw-hue-rotate) var(--univer-tw-invert) var(--univer-tw-saturate) var(--univer-tw-sepia) var(--univer-tw-drop-shadow);
321
+ }
322
+
323
+ .univer-transition-colors {
324
+ transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
325
+ transition-duration: .15s;
326
+ transition-timing-function: cubic-bezier(.4, 0, .2, 1);
327
+ }
328
+
329
+ .univer-transition-transform {
330
+ transition-property: transform;
331
+ transition-duration: .15s;
332
+ transition-timing-function: cubic-bezier(.4, 0, .2, 1);
333
+ }
334
+
335
+ .univer-duration-200 {
336
+ transition-duration: .2s;
337
+ }
338
+
339
+ .univer-ease-out {
340
+ transition-timing-function: cubic-bezier(0, 0, .2, 1);
341
+ }
342
+
343
+ .univer-group:hover .group-hover\:univer-translate-y-\[27px\] {
344
+ --univer-tw-translate-y: 27px;
345
+ transform: translate(var(--univer-tw-translate-x), 27px) 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));
346
+ 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));
347
+ }
348
+
349
+ .hover\:univer-bg-gray-100:hover {
350
+ background-color: var(--univer-gray-100);
351
+ }
352
+
353
+ .hover\:univer-text-gray-900:hover {
354
+ color: var(--univer-gray-900);
355
+ }
356
+
357
+ .rtl\:univer-left-auto:where([dir="rtl"], [dir="rtl"] *) {
358
+ left: auto;
359
+ }
360
+
361
+ .rtl\:univer-right-5:where([dir="rtl"], [dir="rtl"] *) {
362
+ right: 1.25rem;
363
+ }
364
+
365
+ .rtl\:\!univer-pl-2:where([dir="rtl"], [dir="rtl"] *) {
366
+ padding-left: .5rem !important;
367
+ }
368
+
369
+ .rtl\:\!univer-pr-2\.5:where([dir="rtl"], [dir="rtl"] *) {
370
+ padding-right: .625rem !important;
371
+ }
372
+
373
+ .dark\:\!univer-block:where(.univer-dark, .univer-dark *) {
374
+ display: block !important;
375
+ }
376
+
377
+ .dark\:\!univer-hidden:where(.univer-dark, .univer-dark *) {
378
+ display: none !important;
379
+ }
380
+
381
+ .dark\:\!univer-border-gray-700:where(.univer-dark, .univer-dark *) {
382
+ border-color: var(--univer-gray-700) !important;
383
+ }
384
+
385
+ .dark\:\!univer-bg-gray-700:where(.univer-dark, .univer-dark *) {
386
+ background-color: var(--univer-gray-700) !important;
387
+ }
388
+
389
+ .dark\:\!univer-bg-gray-800:where(.univer-dark, .univer-dark *) {
390
+ background-color: var(--univer-gray-800) !important;
391
+ }
392
+
393
+ .dark\:\!univer-bg-gray-900:where(.univer-dark, .univer-dark *) {
394
+ background-color: var(--univer-gray-900) !important;
395
+ }
396
+
397
+ .dark\:\!univer-text-gray-100:where(.univer-dark, .univer-dark *) {
398
+ color: var(--univer-gray-100) !important;
399
+ }
400
+
401
+ .dark\:hover\:\!univer-bg-gray-800:hover:where(.univer-dark, .univer-dark *) {
402
+ background-color: var(--univer-gray-800) !important;
403
+ }
package/lib/index.js ADDED
@@ -0,0 +1 @@
1
+ const _0x5f1ee3=_0x57be;(function(_0x3852a2,_0x133898){const _0xe0df6a=_0x57be,_0x246346=_0x3852a2();while(!![]){try{const _0x439688=-parseInt(_0xe0df6a(0x21e))/0x1+-parseInt(_0xe0df6a(0x19b))/0x2*(parseInt(_0xe0df6a(0x144))/0x3)+-parseInt(_0xe0df6a(0x2a7))/0x4*(-parseInt(_0xe0df6a(0x238))/0x5)+parseInt(_0xe0df6a(0x1b9))/0x6+-parseInt(_0xe0df6a(0x23a))/0x7*(parseInt(_0xe0df6a(0x2f9))/0x8)+parseInt(_0xe0df6a(0x13d))/0x9*(-parseInt(_0xe0df6a(0x274))/0xa)+-parseInt(_0xe0df6a(0x170))/0xb*(-parseInt(_0xe0df6a(0x152))/0xc);if(_0x439688===_0x133898)break;else _0x246346['push'](_0x246346['shift']());}catch(_0x5cbb31){_0x246346['push'](_0x246346['shift']());}}}(_0x1d47,0x71c70));import{UniverInkPlugin as _0x2f16f5}from'@univerjs-pro/ink';function _0x57be(_0x1aada3,_0x23f48c){_0x1aada3=_0x1aada3-0x130;const _0x1d47f9=_0x1d47();let _0x57be04=_0x1d47f9[_0x1aada3];return _0x57be04;}import{UniverLicensePlugin as _0x12dffa}from'@univerjs-pro/license';import{DependentOn as _0x4e7b0f,Disposable as _0x299b82,IConfigService as _0x3c9436,Inject as _0x45e926,Injector as _0x41cbfb,LocaleService as _0x541e1b,Plugin as _0x594d62,UniverInstanceType as _0x3f690b,createIdentifier as _0x58c268,merge as _0x5a4e22,toDisposable as _0x8c4813}from'@univerjs/core';import{BuiltInUIPart as _0x5b99ad,IUIPartsService as _0x1b4c12,UniverUIPlugin as _0x23e6da,connectInjector as _0x5195d0,useDependency as _0x4cf81f,useObservable as _0x77b1de}from'@univerjs/ui';import{BehaviorSubject as _0x4f13be}from'rxjs';import{ShapeFloatingToolbarMenuPanel as _0x1cd99e}from'@univerjs-pro/shape-editor-ui';import{Button as _0x5466ad,ColorPicker as _0x176e80,Dropdown as _0x3de237,Tooltip as _0x477c60,clsx as _0x55d0b8}from'@univerjs/design';import{CloseIcon as _0x1ba573,ColorWheelMultiIcon as _0x5eadd8,MoreDownIcon as _0x64ebc2,StrokeSize1Icon as _0x12446e,StrokeSize2Icon as _0x6dd778,StrokeSize3Icon as _0x332d42,StrokeSize4Icon as _0x3b627a,StrokeSize5Icon as _0x1eeec8}from'@univerjs/icons';import{useState as _0x141376}from'react';import{jsx as _0xe5c911,jsxs as _0x2429d1}from'react/jsx-runtime';var P=_0x5f1ee3(0x303),F=_0x5f1ee3(0x1ce);const I={};function L(_0x4338d3){'@babel/helpers - typeof';const _0x254d99=_0x5f1ee3;return L=typeof Symbol==_0x254d99(0x19f)&&typeof Symbol[_0x254d99(0x2f8)]=='symbol'?function(_0x132c69){return typeof _0x132c69;}:function(_0x1fc332){const _0x49dc79=_0x254d99;return _0x1fc332&&typeof Symbol==_0x49dc79(0x19f)&&_0x1fc332[_0x49dc79(0x2ec)]===Symbol&&_0x1fc332!==Symbol[_0x49dc79(0x1ca)]?_0x49dc79(0x301):typeof _0x1fc332;},L(_0x4338d3);}function re(_0x3e2924,_0x4a35cd){const _0x36b3f9=_0x5f1ee3;if(L(_0x3e2924)!=_0x36b3f9(0x1ae)||!_0x3e2924)return _0x3e2924;var _0x4704da=_0x3e2924[Symbol[_0x36b3f9(0x21c)]];if(_0x4704da!==void 0x0){var _0x1328a9=_0x4704da['call'](_0x3e2924,_0x4a35cd||'default');if(L(_0x1328a9)!=_0x36b3f9(0x1ae))return _0x1328a9;throw TypeError('@@toPrimitive\x20must\x20return\x20a\x20primitive\x20value.');}return(_0x4a35cd===_0x36b3f9(0x143)?String:Number)(_0x3e2924);}function ie(_0x23cc29){var _0x3b8f7b=re(_0x23cc29,'string');return L(_0x3b8f7b)=='symbol'?_0x3b8f7b:_0x3b8f7b+'';}function R(_0x720da3,_0x5d2165,_0x481806){return(_0x5d2165=ie(_0x5d2165))in _0x720da3?Object['defineProperty'](_0x720da3,_0x5d2165,{'value':_0x481806,'enumerable':!0x0,'configurable':!0x0,'writable':!0x0}):_0x720da3[_0x5d2165]=_0x481806,_0x720da3;}const z=_0x58c268(_0x5f1ee3(0x1cd)),B={'pen':{'color':_0x5f1ee3(0x2a9),'width':0x2,'opacity':0x1},'brush':{'color':'#f54a45','width':0x4,'opacity':0x1},'highlighter':{'color':'#ffe928','width':0xe,'opacity':0.45},'eraser':{'color':_0x5f1ee3(0x1a9),'width':0x18,'opacity':0x1}};function V(_0x11fb77){const _0x399245=_0x5f1ee3;return _0x11fb77===_0x399245(0x2ba)||_0x11fb77===_0x399245(0x200)||_0x11fb77===_0x399245(0x26f)?_0x11fb77:'pen';}var H=class extends _0x299b82{constructor(..._0x356c4b){const _0x3ec690=_0x5f1ee3;super(..._0x356c4b),R(this,_0x3ec690(0x28b),new _0x4f13be({'active':!0x1,'toolbarVisible':!0x1,'tool':'pen',...B[_0x3ec690(0x2de)],'session':null})),R(this,'state$',this[_0x3ec690(0x28b)][_0x3ec690(0x15c)]());}['dispose'](){const _0x346697=_0x5f1ee3;this['_state$'][_0x346697(0x2a6)](),super[_0x346697(0x2f6)]();}[_0x5f1ee3(0x1dd)](){const _0x11871e=_0x5f1ee3;return this[_0x11871e(0x28b)][_0x11871e(0x132)]();}['beginInkMode'](_0x413901){const _0x55c5a0=_0x5f1ee3;let _0x15c3f6=V(_0x413901[_0x55c5a0(0x255)]);this[_0x55c5a0(0x28b)][_0x55c5a0(0x26c)]({...this['getState'](),...B[_0x15c3f6],'active':!0x0,'toolbarVisible':!0x0,'tool':_0x15c3f6,'session':{'unitId':_0x413901[_0x55c5a0(0x191)],'subUnitId':_0x413901[_0x55c5a0(0x222)]}});}[_0x5f1ee3(0x240)](){const _0x4e6964=_0x5f1ee3;this[_0x4e6964(0x28b)][_0x4e6964(0x26c)]({...this[_0x4e6964(0x1dd)](),'active':!0x1,'toolbarVisible':!0x1,'session':null});}[_0x5f1ee3(0x22b)](_0x40dea8){const _0x454910=_0x5f1ee3;this[_0x454910(0x28b)][_0x454910(0x26c)]({...this[_0x454910(0x1dd)](),...B[_0x40dea8],'tool':_0x40dea8});}['setWidth'](_0x4e1cec){const _0x42b02d=_0x5f1ee3;!Number[_0x42b02d(0x1f9)](_0x4e1cec)||_0x4e1cec<=0x0||this['_state$']['next']({...this[_0x42b02d(0x1dd)](),'width':_0x4e1cec});}[_0x5f1ee3(0x2d2)](_0x198f38){const _0x2093e0=_0x5f1ee3;_0x198f38&&this[_0x2093e0(0x28b)][_0x2093e0(0x26c)]({...this[_0x2093e0(0x1dd)](),'color':_0x198f38});}};function U(_0x1c7f53,_0x135240){return function(_0x5b4327,_0x1b8d38){_0x135240(_0x5b4327,_0x1b8d38,_0x1c7f53);};}function _0x1d47(){const _0x3f7982=['0.973543','eraser','0.486065','effect1_dropShadow_2_2784','univer-h-12\x20univer-w-[72px]','7.99795','1630FVBJTG','url(#paint4_linear_0_1397)','0.548318','clipPath','url(#paint0_linear_0_1618)','58.5702','44.07','univer-w-[244px]','10.2276','25.4602','univer-h-24\x20univer-w-12\x20univer-shrink-0','url(#paint2_linear_0_1425)','url(#filter1_d_0_1451)','paint1_linear_0_1397','9.5','13.1742','0.266834','http://www.w3.org/2000/svg','45.6223','#D8918F','url(#paint1_linear_0_1443)','mask0_0_1397','M15.9701\x2015.8803C15.7177\x2014.8704\x2014.2823\x2014.8704\x2014.0299\x2015.8803L12\x2023.9998H18L15.9701\x2015.8803ZM24.5\x2053.9998H5.5V55.9998H24.5V53.9998Z','_state$','getOwnPropertyDescriptor','paint0_linear_0_1618','7.5','univer-flex\x20univer-items-center\x20univer-justify-center','none','paint2_linear_0_1451','#E9E8E8','paint1_linear_0_1425','url(#paint3_linear_0_1397)','paint1_linear_0_1646','7.3501','M15\x2016C23.7632\x2016\x2024.25\x2022.0541\x2024.25\x2022.0541V48H5.75V22.0541C5.75\x2022.0541\x206.23684\x2016\x2015\x2016Z','paint5_linear_0_1593','15.1101','#BD10E0','0\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200.251939\x200','24.5','div','effect1_dropShadow_0_1593','#C5C4C3','url(#paint1_linear_0_1397)','effect1_dropShadow_0_1425','89.78','url(#paint5_linear_0_1593)','effect1_dropShadow_0_1618','8.09744','complete','659180SyzfXt','mask0_0_1425','#f54a45','url(#filter1_d_0_1593)','60.71','14.4183','filter','ink-ui.config','61.5','48.1683','paint0_linear_0_1397','#F79E9D','ink-ui.toolbar.widthSelector','univer-size-5','0.745733','url(#paint0_linear_0_1593)','0\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200.747897\x200','M22.5\x2035V47H7.5V35H22.5Z','#838383','brush','paint3_linear_2_2784','18.1711','22.5','0.0907455','_uiPartsService','luminance','0\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200.253333\x200','mask0_0_1593','0.0722478','93.8258','36.3384','effect1_dropShadow_0_1451','M24.5\x2055V60.5H5.5V55H24.5ZM19.9636\x2015.5522C19.9876\x2015.6117\x2020\x2015.6753\x2020\x2015.7394V26.5H10V20.9112C9.99998\x2020.8043\x2010.0342\x2020.7003\x2010.0976\x2020.6143C10.7888\x2019.6775\x2011.7563\x2018.8515\x2013\x2018.1364C14.2127\x2017.4391\x2016.3169\x2016.4855\x2019.3127\x2015.2758C19.5687\x2015.1723\x2019.8602\x2015.2961\x2019.9636\x2015.5522Z','color','feFlood','target','[data-ink-interactive-region=\x22true\x22]','#F5F5F5','11.7063','svg','36.7756','univer-h-10','univer-w-[210px]\x20univer-shrink-0','setColor','M24.5\x2055V66H5.5V55H24.5ZM19.9636\x2015.5522C19.9876\x2015.6117\x2020\x2015.6753\x2020\x2015.7394V26.5H10V20.9112C9.99998\x2020.8043\x2010.0342\x2020.7003\x2010.0976\x2020.6143C10.7888\x2019.6775\x2011.7563\x2018.8515\x2013\x2018.1364C14.2127\x2017.4391\x2016.3169\x2016.4855\x2019.3127\x2015.2758C19.5687\x2015.1723\x2019.8602\x2015.2961\x2019.9636\x2015.5522Z','#313131','univer-w-auto\x20!univer-p-2','0.380181','104.491','#5B5B5B','effect1_dropShadow_0_1443','0.445105','univer-border-0\x20univer-bg-transparent\x20univer-p-0\x20univer-shadow-none\x20univer-outline-none','57.327','mask1_0_1425','pen','url(#filter2_d_0_1451)','paint3_linear_0_1425','0.375877','paint0_linear_0_1593','#D27977','filter2_d_0_1646','SourceGraphic','26.5','0.195905','M14.0291\x2015.9346C14.2793\x2014.9207\x2015.7207\x2014.9207\x2015.9709\x2015.9346L24.2088\x2049.3199C24.4022\x2050.1037\x2024.5\x2050.9082\x2024.5\x2051.7155V54H5.5L5.5\x2051.7155C5.5\x2050.9082\x205.59778\x2050.1037\x205.7912\x2049.3199L14.0291\x2015.9346Z','0.249973','36.6785','#DCDDDC','constructor','0.247214','0.887284','14.2826','mask1_0_1443','48.8868','0.250256','22.7082','paint0_linear_2_2784','#252627','dispose','url(#paint0_linear_0_1646)','iterator','1784XZecIF','ink-ui.outside-interaction.service','ghost','_interactiveRegions','M9\x2027.5C9\x2026.9477\x209.44772\x2026.5\x2010\x2026.5L20\x2026.5C20.5523\x2026.5\x2021\x2026.9477\x2021\x2027.5V42.0409C21\x2042.6475\x2021.1104\x2043.2489\x2021.3257\x2043.816L24.1743\x2051.3174C24.3896\x2051.8844\x2024.5\x2052.4859\x2024.5\x2053.0924V105.5H5.5V53.0924C5.5\x2052.4859\x205.61036\x2051.8844\x205.82569\x2051.3174L8.67431\x2043.816C8.88964\x2043.2489\x209\x2042.6475\x209\x2042.0409V27.5Z','50.5317','29.4576','25.0598','symbol','univer-rounded-lg\x20univer-p-3\x20!univer-shadow-none','@univerjs-pro/ink-ui','url(#mask2_0_1425)','url(#filter0_d_0_1451)','getValue','url(#filter0_d_0_1425)','43.2814','url(#filter0_d_0_1646)','url(#mask1_0_1451)','!univer-w-10\x20!univer-min-w-10\x20!univer-p-0','0.157806','url(#paint1_linear_0_1451)','url(#paint4_linear_0_1443)','paint2_linear_0_1646','22.41','19566Evdetb','!univer-w-[72px]\x20!univer-min-w-[72px]\x20!univer-pl-2.5\x20!univer-pr-2\x20rtl:!univer-pl-2\x20rtl:!univer-pr-2.5','true','url(#filter0_d_0_1443)','10.9996','51.9337','string','6KWBuBq','some','SourceAlpha','mask0_2_2784','#6F6F6F','labelKey','url(#paint3_linear_0_1451)','filter0_d_0_1593','43.4603','feOffset','0.964727','feGaussianBlur','paint2_linear_0_1397','19.7616','9237744VynPdw','mask2_0_1618','20.8101','40.6148','clip0_0_1397','url(#paint1_linear_0_1646)','url(#paint4_linear_0_1425)','effect1_dropShadow_0_1397','filter0_d_0_1425','0.119892','asObservable','20.5','#38393A','paint2_linear_0_1425','add','42.2475','#F0F0F0','url(#paint2_linear_0_1397)','close','#D9807F','0\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200.254261\x200','104.625','35.8142','ink-ui.toolbar.colorPicker','defs','26.3099','mask','71.5','packageName','0.640132','22grxDkN','span','15.5','0.805495','0.749878','white','M20.5\x2036V46H9.5V36H20.5Z','UNIVER_INK_UI_PLUGIN','univer-relative\x20univer-flex\x20univer-items-center\x20univer-justify-center\x20univer-rounded-full\x20univer-border-none\x20univer-bg-transparent\x20univer-text-gray-700\x20univer-transition-colors\x20hover:univer-bg-gray-100\x20hover:univer-text-gray-900\x20dark:!univer-text-gray-100\x20dark:hover:!univer-bg-gray-800','state$','forEach','0.469628','18.4818','url(#filter0_d_0_1593)','version','23.66','shape','#2F3132','dataset','pointerdown','14.5','mask2_0_1425','url(#filter1_d_0_1646)','active','url(#paint2_linear_2_2784)','registerComponent','control','beginInkMode','paint1_linear_0_1451','matrix','CONTENT','#ECECED','url(#mask0_0_1618)','unitId','0.837945','univer-absolute\x20univer-bottom-0\x20univer-left-5\x20univer-flex\x20univer-h-24\x20univer-w-[210px]\x20univer-gap-1.5\x20univer-overflow-hidden\x20rtl:univer-left-auto\x20rtl:univer-right-5','feBlend','paint3_linear_0_1646','#E731AA','getDirection','19.1595','paint2_linear_0_1443','104.365','662596VfyPvW','univer-flex\x20univer-h-12\x20univer-items-center','_configService','5.76888','function','stop','univer-fixed\x20univer-bottom-5\x20univer-left-1/2\x20univer-z-[100000]\x20univer-flex\x20univer-h-12\x20univer--translate-x-1/2\x20univer-items-center\x20univer-gap-3\x20univer-overflow-visible\x20univer-rounded-full\x20univer-border\x20univer-border-gray-200\x20univer-bg-white\x20univer-px-5\x20univer-pb-0\x20univer-pt-0\x20univer-shadow-2xl\x20dark:!univer-border-gray-700\x20dark:!univer-bg-gray-900','univer-h-12\x20univer-w-10','sRGB','9.24166','paint2_linear_2_2784','0.218117','univer-block\x20univer-size-[30px]\x20univer-rounded-full','0.598084','#ffffff','#A6A29E','path','#DB9191','url(#paint1_linear_0_1593)','object','M11.7701\x2024.41H18.0401L21.4601\x2046.07H8.3501L11.7701\x2024.41Z','disposeWithMe','univer-rounded-md\x20univer-text-gray-900\x20univer-transition-colors\x20hover:univer-bg-gray-100\x20dark:!univer-text-gray-100\x20dark:hover:!univer-bg-gray-800','0.68608','53.7028','univer-z-[100001]','url(#mask2_0_1618)','mask0_0_1443','21.6039','2.8635','5489832wEWsrO','filter1_d_0_1397','51.3388','105','normal','url(#mask1_2_2784)','14.5734','0.102218','paint1_linear_2_2784','univer-flex\x20univer-items-center\x20univer-gap-2','0.249891','url(#paint2_linear_0_1451)','21.1319','map','find','ink-ui.toolbar.widthValue','21.2245','prototype','userSpaceOnUse','filter0_d_0_1451','ink-ui.state.service','1.0.0-alpha.3','rect','length','5.5','0\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200.25\x200','feColorMatrix','paint0_linear_0_1451','#323131','17.4701','#FED031','0.584408','mask1_0_1618','59.5457','#525252','url(#paint3_linear_0_1425)','getState','55.3071','toolbarVisible','inkInteractiveRegion','24.31','url(#mask1_0_1425)','url(#filter0_d_2_2784)','paint3_linear_0_1451','url(#filter2_d_0_1646)','#E1E1E1','paint1_linear_0_1593','paint0_linear_0_1646','0.169003','url(#paint3_linear_2_2784)','3.5','url(#mask0_0_1425)','0\x200\x2030\x20107','#767B7F','#121213','M15.9701\x2015.8803C15.7177\x2014.8704\x2014.2823\x2014.8704\x2014.0299\x2015.8803L12\x2023.9998H18L15.9701\x2015.8803ZM24.5\x2053.9998H5.5V58.4998H24.5V53.9998Z','_config','M14.0291\x2015.9346C14.2793\x2014.9207\x2015.7207\x2014.9207\x2015.9709\x2015.9346L23.9176\x2048.1397C24.3044\x2049.7075\x2024.5\x2051.3163\x2024.5\x2052.9311V54H5.5V52.9311C5.5\x2051.3163\x205.69556\x2049.7075\x206.08241\x2048.1397L14.0291\x2015.9346Z','univer-pointer-events-none\x20univer-absolute\x20univer-bottom-0\x20univer-left-1/2\x20univer-block\x20univer--translate-x-1/2\x20univer-transition-transform\x20univer-duration-200\x20univer-ease-out','removeEventListener','top','#DDDEDE','0.155077','0.5','isFinite','univer-block\x20univer-size-6','109','univer-translate-y-[35px]\x20group-hover:univer-translate-y-[27px]','28.115','M24.5\x2033V49H5.5V33H24.5ZM18.7791\x2037.4645C18.4279\x2037.1132\x2017.8752\x2037.0862\x2017.493\x2037.3834L17.4012\x2037.4645L15.2617\x2039.6041L13.2129\x2037.5551C12.8224\x2037.1646\x2012.1892\x2037.1646\x2011.7987\x2037.5551C11.4382\x2037.9156\x2011.4105\x2038.4828\x2011.7155\x2038.8751L11.7987\x2038.9693L13.8477\x2041.0181L11.7081\x2043.1576C11.3275\x2043.5381\x2011.3275\x2044.155\x2011.7081\x2044.5355C12.0593\x2044.8868\x2012.612\x2044.9138\x2012.9942\x2044.6166L13.086\x2044.5355L15.2257\x2042.3961L17.2743\x2044.4449C17.6648\x2044.8354\x2018.2979\x2044.8354\x2018.6885\x2044.4449C19.049\x2044.0844\x2019.0767\x2043.5172\x2018.7717\x2043.1249L18.6885\x2043.0307L16.6397\x2040.9821L18.7791\x2038.8424C19.1596\x2038.4619\x2019.1596\x2037.845\x2018.7791\x2037.4645Z','univer-group\x20univer-relative\x20univer-h-24\x20univer-w-12\x20univer-appearance-none','highlighter','defineProperty','small','url(#mask1_0_1618)','0\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x20127\x200','#1C1D1E','[data-ink-floating-toolbar-popup=\x22true\x22]','url(#paint2_linear_0_1593)','evenodd','url(#mask1_0_1443)','effect1_dropShadow_0_1646','paint0_linear_0_1443','M12.9991\x2018.6987C13.1108\x2017.7306\x2013.9305\x2017\x2014.9051\x2017C15.8796\x2017\x2016.6994\x2017.7306\x2016.8111\x2018.6987L17.4701\x2024.41H12.3401L12.9991\x2018.6987Z','url(#mask0_0_1443)','#181A1A','#DADADA','addEventListener','univer-bg-primary-50\x20univer-text-primary-600\x20dark:!univer-bg-gray-800','19.2128','0.1','0.963934','mask0_0_1646','ink-ui.toolbar.pen','_stateService','#787878','ink-ui.toolbar.exitInkMode','paint1_linear_0_1443','url(#paint2_linear_0_1618)','toPrimitive','M9\x2042H21L24.5\x2052H5.5L9\x2042Z','857651JwpZus','0.210116','#292A2B','_injector','subUnitId','49.089','paint3_linear_0_1618','#2F3031','url(#mask0_0_1397)','105.528','url(#paint0_linear_0_1443)','url(#mask0_2_2784)','button','selectTool','decorate','ink-tool-icon-light\x20univer-block\x20univer-w-auto\x20univer-drop-shadow-lg\x20dark:!univer-hidden','0.575612','icon','paint4_linear_0_1618','stopPropagation','_handlePointerDown','M8.35\x2046.07H21.46C22.6822\x2050.2254\x2023.874\x2059.5658\x2024.31\x2074.57V104.78H5.5L5.5\x2074.57C5.93601\x2059.5658\x207.12783\x2050.2254\x208.35\x2046.07Z','url(#paint3_linear_0_1646)','0\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200.752404\x200','0.999639','0.01','5NBeEBZ','setConfig','8750zLXrhI','0.309277','0.171137','mask1_0_1451','url(#clip0_0_1397)','#FAF7F7','cancelInkMode','paint3_linear_0_1443','value','url(#paint1_linear_2_2784)','23.3094','4.5','#232425','30.295','0\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200.5\x200','BackgroundImageFix','url(#filter1_d_0_1397)','0.920119','#3C3D3E','filter1_d_0_1451','tooltipVisible','linearGradient','#EFEFEF','hardAlpha','url(#paint2_linear_0_1443)','5.75','0\x200\x2030\x20105','tool','paint0_linear_0_1425','ink-ui.toolbar.highlighter','url(#paint3_linear_0_1443)','#E4E4E4','url(#paint0_linear_2_2784)','composedPath','paint4_linear_0_1443','31.5133','0.2','104.941','mask1_2_2784','join','41.8903','filter1_d_0_1593','paint5_linear_0_1397','url(#paint1_linear_0_1425)','#BEBFC1','width','48.3125','24.25','0.911778','0.447724','next','56.9'];_0x1d47=function(){return _0x3f7982;};return _0x1d47();}function W(_0x2f228a,_0x54c8d4,_0x241baa,_0x468a33){const _0x2ee067=_0x5f1ee3;var _0x2bc33b=arguments[_0x2ee067(0x1d0)],_0x3f2ac3=_0x2bc33b<0x3?_0x54c8d4:_0x468a33===null?_0x468a33=Object[_0x2ee067(0x28c)](_0x54c8d4,_0x241baa):_0x468a33,_0x42a6f4;if(typeof Reflect==_0x2ee067(0x1ae)&&typeof Reflect[_0x2ee067(0x22c)]=='function')_0x3f2ac3=Reflect[_0x2ee067(0x22c)](_0x2f228a,_0x54c8d4,_0x241baa,_0x468a33);else{for(var _0x53cb86=_0x2f228a['length']-0x1;_0x53cb86>=0x0;_0x53cb86--)(_0x42a6f4=_0x2f228a[_0x53cb86])&&(_0x3f2ac3=(_0x2bc33b<0x3?_0x42a6f4(_0x3f2ac3):_0x2bc33b>0x3?_0x42a6f4(_0x54c8d4,_0x241baa,_0x3f2ac3):_0x42a6f4(_0x54c8d4,_0x241baa))||_0x3f2ac3);}return _0x2bc33b>0x3&&_0x3f2ac3&&Object[_0x2ee067(0x201)](_0x54c8d4,_0x241baa,_0x3f2ac3),_0x3f2ac3;}const G=_0x58c268(_0x5f1ee3(0x2fa)),K=['[data-ink-floating-toolbar=\x22true\x22]',_0x5f1ee3(0x206),_0x5f1ee3(0x2cb)];function q(_0x5c41fa,_0x53291b){const _0x132cb1=_0x5f1ee3;return _0x5c41fa[_0x132cb1(0x145)](_0x54f96c=>_0x54f96c===_0x53291b||_0x54f96c instanceof Node&&_0x53291b['contains'](_0x54f96c));}function J(_0xe84b96,_0x43ade6){const _0x4e4642=_0x5f1ee3;return _0xe84b96[_0x4e4642(0x145)](_0x34e17b=>_0x34e17b instanceof Element&&!!_0x34e17b['closest'](_0x43ade6));}let Y=class extends _0x299b82{constructor(_0x18ed3e){const _0x2d7b67=_0x5f1ee3;if(super(),this[_0x2d7b67(0x217)]=_0x18ed3e,R(this,_0x2d7b67(0x2fc),new Set()),typeof window<'u'){let _0x3e0610=_0x11ea41=>this[_0x2d7b67(0x232)](_0x11ea41);window[_0x2d7b67(0x210)](_0x2d7b67(0x183),_0x3e0610,{'capture':!0x0}),this[_0x2d7b67(0x1b0)](_0x8c4813(()=>window[_0x2d7b67(0x1f4)]('pointerdown',_0x3e0610,{'capture':!0x0})));}}['registerInteractiveRegion'](_0x3219db){const _0x4bbb7f=_0x5f1ee3;return _0x3219db[_0x4bbb7f(0x182)]['inkInteractiveRegion']=_0x4bbb7f(0x13f),this[_0x4bbb7f(0x2fc)][_0x4bbb7f(0x160)](_0x3219db),_0x8c4813(()=>{const _0x476f8f=_0x4bbb7f;this['_interactiveRegions']['delete'](_0x3219db),_0x3219db[_0x476f8f(0x182)][_0x476f8f(0x1e0)]===_0x476f8f(0x13f)&&delete _0x3219db[_0x476f8f(0x182)][_0x476f8f(0x1e0)];});}['_handlePointerDown'](_0x409570){const _0xae2c48=_0x5f1ee3;if(!this[_0xae2c48(0x217)][_0xae2c48(0x1dd)]()['active'])return;let _0x46fd86=typeof _0x409570['composedPath']==_0xae2c48(0x19f)?_0x409570[_0xae2c48(0x25b)]():_0x409570[_0xae2c48(0x2ca)]?[_0x409570[_0xae2c48(0x2ca)]]:[];if(!K[_0xae2c48(0x145)](_0xbc7553=>J(_0x46fd86,_0xbc7553))){for(let _0x5f0e14 of this['_interactiveRegions'])if(q(_0x46fd86,_0x5f0e14))return;this[_0xae2c48(0x217)][_0xae2c48(0x240)]();}}};Y=W([U(0x0,z)],Y);let X=class{constructor(_0x1b5796){const _0xefb4c4=_0x5f1ee3;this[_0xefb4c4(0x217)]=_0x1b5796;}[_0x5f1ee3(0x18b)](_0x35cea9){const _0x245dab=_0x5f1ee3;return this[_0x245dab(0x217)][_0x245dab(0x18b)](_0x35cea9),!0x0;}[_0x5f1ee3(0x240)](){const _0x4f2179=_0x5f1ee3;this[_0x4f2179(0x217)]['cancelInkMode']();}};X=W([U(0x0,z)],X);function ae(_0x574aa6){const _0x1c6179=_0x5f1ee3;return _0x2429d1(_0x1c6179(0x2ce),{'width':'30','height':'105','viewBox':_0x1c6179(0x254),'fill':_0x1c6179(0x290),'xmlns':'http://www.w3.org/2000/svg','aria-hidden':_0x1c6179(0x13f),..._0x574aa6,'children':[_0xe5c911(_0x1c6179(0x16c),{'id':_0x1c6179(0x147),'style':{'maskType':_0x1c6179(0x2c0)},'maskUnits':_0x1c6179(0x1cb),'x':'0','y':'0','width':'30','height':_0x1c6179(0x1bc),'children':_0xe5c911(_0x1c6179(0x1cf),{'width':'30','height':_0x1c6179(0x1bc),'fill':_0x1c6179(0x175)})}),_0xe5c911('g',{'mask':_0x1c6179(0x229),'children':_0x2429d1('g',{'filter':_0x1c6179(0x1e3),'children':[_0xe5c911(_0x1c6179(0x1cf),{'x':'5.5','y':'53','width':'19','height':'52','fill':_0x1c6179(0x25a)}),_0xe5c911(_0x1c6179(0x1ab),{'fillRule':_0x1c6179(0x208),'clipRule':'evenodd','d':_0x1c6179(0x2e8),'fill':_0x1c6179(0x243)}),_0xe5c911(_0x1c6179(0x1ab),{'fillRule':_0x1c6179(0x208),'clipRule':_0x1c6179(0x208),'d':'M14.0291\x2015.9346C14.2793\x2014.9207\x2015.7207\x2014.9207\x2015.9709\x2015.9346L24.2088\x2049.3199C24.4022\x2050.1037\x2024.5\x2050.9082\x2024.5\x2051.7155V54H5.5L5.5\x2051.7155C5.5\x2050.9082\x205.59778\x2050.1037\x205.7912\x2049.3199L14.0291\x2015.9346Z','fill':_0x1c6179(0x188)}),_0xe5c911(_0x1c6179(0x1ab),{'fillRule':'evenodd','clipRule':_0x1c6179(0x208),'d':_0x1c6179(0x28a),'fill':_0x1c6179(0x196)}),_0xe5c911(_0x1c6179(0x16c),{'id':_0x1c6179(0x260),'style':{'maskType':'luminance'},'maskUnits':_0x1c6179(0x1cb),'x':'5','y':'15','width':'20','height':'41','children':_0xe5c911(_0x1c6179(0x1ab),{'fillRule':'evenodd','clipRule':_0x1c6179(0x208),'d':_0x1c6179(0x28a),'fill':_0x1c6179(0x175)})}),_0x2429d1('g',{'mask':_0x1c6179(0x1be),'children':[_0xe5c911(_0x1c6179(0x1cf),{'y':'15','width':'30','height':'47','fill':'black'}),_0xe5c911(_0x1c6179(0x1cf),{'x':'5.5','y':_0x1c6179(0x184),'width':'19','height':'47','fill':_0x1c6179(0x1ea)})]})]})}),_0x2429d1(_0x1c6179(0x16a),{'children':[_0x2429d1(_0x1c6179(0x2ad),{'id':'filter0_d_2_2784','x':'-2','y':'-2','width':'34','height':_0x1c6179(0x1fb),'filterUnits':_0x1c6179(0x1cb),'colorInterpolationFilters':_0x1c6179(0x1a3),'children':[_0xe5c911(_0x1c6179(0x2c9),{'floodOpacity':'0','result':'BackgroundImageFix'}),_0xe5c911(_0x1c6179(0x1d3),{'in':'SourceAlpha','type':_0x1c6179(0x18d),'values':_0x1c6179(0x204),'result':_0x1c6179(0x251)}),_0xe5c911(_0x1c6179(0x14d),{}),_0xe5c911('feGaussianBlur',{'stdDeviation':'1'}),_0xe5c911(_0x1c6179(0x1d3),{'type':_0x1c6179(0x18d),'values':_0x1c6179(0x29b)}),_0xe5c911('feBlend',{'mode':_0x1c6179(0x1bd),'in2':_0x1c6179(0x249),'result':_0x1c6179(0x271)}),_0xe5c911(_0x1c6179(0x194),{'mode':_0x1c6179(0x1bd),'in':'SourceGraphic','in2':_0x1c6179(0x271),'result':_0x1c6179(0x180)})]}),_0x2429d1(_0x1c6179(0x24f),{'id':_0x1c6179(0x2f4),'x1':_0x1c6179(0x29c),'y1':_0x1c6179(0x2b0),'x2':'5.5','y2':_0x1c6179(0x2b0),'gradientUnits':'userSpaceOnUse','children':[_0xe5c911('stop',{'stopColor':_0x1c6179(0x20f)}),_0xe5c911(_0x1c6179(0x1a0),{'offset':'0.169003','stopColor':_0x1c6179(0x2cc)}),_0xe5c911('stop',{'offset':'0.445105','stopColor':_0x1c6179(0x23f)}),_0xe5c911(_0x1c6179(0x1a0),{'offset':_0x1c6179(0x174),'stopColor':_0x1c6179(0x1e6)}),_0xe5c911(_0x1c6179(0x1a0),{'offset':_0x1c6179(0x26a),'stopColor':_0x1c6179(0x2eb)}),_0xe5c911(_0x1c6179(0x1a0),{'offset':_0x1c6179(0x26e),'stopColor':_0x1c6179(0x259)}),_0xe5c911('stop',{'offset':'1','stopColor':_0x1c6179(0x259)})]}),_0x2429d1(_0x1c6179(0x24f),{'id':_0x1c6179(0x1c1),'x1':_0x1c6179(0x29c),'y1':_0x1c6179(0x2a5),'x2':_0x1c6179(0x1d1),'y2':_0x1c6179(0x2a5),'gradientUnits':'userSpaceOnUse','children':[_0xe5c911(_0x1c6179(0x1a0),{'stopColor':_0x1c6179(0x20f)}),_0xe5c911(_0x1c6179(0x1a0),{'offset':_0x1c6179(0x1e9),'stopColor':_0x1c6179(0x2cc)}),_0xe5c911(_0x1c6179(0x1a0),{'offset':_0x1c6179(0x2da),'stopColor':_0x1c6179(0x23f)}),_0xe5c911(_0x1c6179(0x1a0),{'offset':_0x1c6179(0x174),'stopColor':'#E1E1E1'}),_0xe5c911(_0x1c6179(0x1a0),{'offset':'0.911778','stopColor':'#DCDDDC'}),_0xe5c911(_0x1c6179(0x1a0),{'offset':'0.973543','stopColor':'#E4E4E4'}),_0xe5c911('stop',{'offset':'1','stopColor':_0x1c6179(0x259)})]}),_0x2429d1(_0x1c6179(0x24f),{'id':_0x1c6179(0x1a5),'x1':_0x1c6179(0x212),'y1':_0x1c6179(0x14c),'x2':_0x1c6179(0x2f3),'y2':_0x1c6179(0x134),'gradientUnits':_0x1c6179(0x1cb),'children':[_0xe5c911(_0x1c6179(0x1a0),{'stopColor':_0x1c6179(0x175),'stopOpacity':_0x1c6179(0x15b)}),_0xe5c911(_0x1c6179(0x1a0),{'offset':'1','stopOpacity':_0x1c6179(0x1c3)})]}),_0x2429d1(_0x1c6179(0x24f),{'id':_0x1c6179(0x2bb),'x1':_0x1c6179(0x1d1),'y1':_0x1c6179(0x2af),'x2':'24.5','y2':'61.5','gradientUnits':_0x1c6179(0x1cb),'children':[_0xe5c911('stop',{'stopOpacity':_0x1c6179(0x1c0)}),_0xe5c911(_0x1c6179(0x1a0),{'offset':_0x1c6179(0x1a8),'stopColor':_0x1c6179(0x175),'stopOpacity':_0x1c6179(0x2e9)}),_0xe5c911('stop',{'offset':_0x1c6179(0x1b2),'stopColor':_0x1c6179(0x175),'stopOpacity':_0x1c6179(0x2ed)}),_0xe5c911(_0x1c6179(0x1a0),{'offset':'1','stopOpacity':_0x1c6179(0x213)})]})]})]});}function oe(_0x3fd182){const _0x2040f4=_0x5f1ee3;return _0x2429d1(_0x2040f4(0x2ce),{'width':'30','height':_0x2040f4(0x1bc),'viewBox':_0x2040f4(0x254),'fill':_0x2040f4(0x290),'xmlns':_0x2040f4(0x285),'aria-hidden':_0x2040f4(0x13f),..._0x3fd182,'children':[_0xe5c911(_0x2040f4(0x16c),{'id':_0x2040f4(0x1b6),'style':{'maskType':_0x2040f4(0x2c0)},'maskUnits':_0x2040f4(0x1cb),'x':'0','y':'0','width':'30','height':_0x2040f4(0x1bc),'children':_0xe5c911(_0x2040f4(0x1cf),{'width':'30','height':_0x2040f4(0x1bc),'fill':_0x2040f4(0x175)})}),_0x2429d1('g',{'mask':_0x2040f4(0x20d),'children':[_0x2429d1('g',{'filter':_0x2040f4(0x140),'children':[_0xe5c911('rect',{'x':'5.5','y':'52','width':'19','height':'53','fill':_0x2040f4(0x228)}),_0xe5c911(_0x2040f4(0x1ab),{'fillRule':_0x2040f4(0x208),'clipRule':_0x2040f4(0x208),'d':_0x2040f4(0x1f2),'fill':_0x2040f4(0x288)}),_0xe5c911(_0x2040f4(0x1ab),{'fillRule':_0x2040f4(0x208),'clipRule':_0x2040f4(0x208),'d':'M14.0291\x2015.9346C14.2793\x2014.9207\x2015.7207\x2014.9207\x2015.9709\x2015.9346L23.9176\x2048.1397C24.3044\x2049.7075\x2024.5\x2051.3163\x2024.5\x2052.9311V54H5.5V52.9311C5.5\x2051.3163\x205.69556\x2049.7075\x206.08241\x2048.1397L14.0291\x2015.9346Z','fill':_0x2040f4(0x252)}),_0xe5c911(_0x2040f4(0x1ab),{'fillRule':'evenodd','clipRule':'evenodd','d':_0x2040f4(0x1f2),'fill':_0x2040f4(0x258)})]}),_0xe5c911(_0x2040f4(0x1ab),{'fillRule':'evenodd','clipRule':_0x2040f4(0x208),'d':_0x2040f4(0x1f0),'fill':'#E731AA'}),_0xe5c911(_0x2040f4(0x16c),{'id':_0x2040f4(0x2f0),'style':{'maskType':_0x2040f4(0x2c0)},'maskUnits':_0x2040f4(0x1cb),'x':'5','y':'15','width':'20','height':'44','children':_0xe5c911('path',{'fillRule':_0x2040f4(0x208),'clipRule':_0x2040f4(0x208),'d':_0x2040f4(0x1f0),'fill':'white'})}),_0x2429d1('g',{'mask':_0x2040f4(0x209),'children':[_0xe5c911(_0x2040f4(0x1cf),{'y':'15','width':'30','height':'47','fill':_0x2040f4(0x175)}),_0xe5c911(_0x2040f4(0x1cf),{'x':'5.5','y':_0x2040f4(0x184),'width':'19','height':'47','fill':_0x2040f4(0x13a)})]})]}),_0x2429d1(_0x2040f4(0x16a),{'children':[_0x2429d1('filter',{'id':'filter0_d_0_1443','x':_0x2040f4(0x1eb),'y':_0x2040f4(0x283),'width':'23','height':_0x2040f4(0x2c4),'filterUnits':_0x2040f4(0x1cb),'colorInterpolationFilters':_0x2040f4(0x1a3),'children':[_0xe5c911('feFlood',{'floodOpacity':'0','result':_0x2040f4(0x249)}),_0xe5c911(_0x2040f4(0x1d3),{'in':'SourceAlpha','type':'matrix','values':_0x2040f4(0x204),'result':_0x2040f4(0x251)}),_0xe5c911(_0x2040f4(0x14d),{}),_0xe5c911(_0x2040f4(0x14f),{'stdDeviation':'1'}),_0xe5c911(_0x2040f4(0x1d3),{'type':'matrix','values':_0x2040f4(0x29b)}),_0xe5c911(_0x2040f4(0x194),{'mode':_0x2040f4(0x1bd),'in2':_0x2040f4(0x249),'result':_0x2040f4(0x2d9)}),_0xe5c911(_0x2040f4(0x194),{'mode':_0x2040f4(0x1bd),'in':'SourceGraphic','in2':'effect1_dropShadow_0_1443','result':_0x2040f4(0x180)})]}),_0x2429d1('linearGradient',{'id':_0x2040f4(0x20b),'x1':_0x2040f4(0x19e),'y1':_0x2040f4(0x167),'x2':_0x2040f4(0x29c),'y2':_0x2040f4(0x167),'gradientUnits':_0x2040f4(0x1cb),'children':[_0xe5c911('stop',{'stopColor':'#2F3132'}),_0xe5c911(_0x2040f4(0x1a0),{'offset':_0x2040f4(0x2c3),'stopColor':'#1C1D1E'}),_0xe5c911('stop',{'offset':'0.195905','stopColor':_0x2040f4(0x20e)}),_0xe5c911(_0x2040f4(0x1a0),{'offset':_0x2040f4(0x2d6),'stopColor':_0x2040f4(0x2f5)}),_0xe5c911(_0x2040f4(0x1a0),{'offset':'0.575612','stopColor':_0x2040f4(0x15e)}),_0xe5c911(_0x2040f4(0x1a0),{'offset':_0x2040f4(0x173),'stopColor':_0x2040f4(0x24c)}),_0xe5c911(_0x2040f4(0x1a0),{'offset':_0x2040f4(0x24b),'stopColor':_0x2040f4(0x246)}),_0xe5c911('stop',{'offset':_0x2040f4(0x214),'stopColor':_0x2040f4(0x220)}),_0xe5c911(_0x2040f4(0x1a0),{'offset':'1','stopColor':_0x2040f4(0x225)})]}),_0x2429d1(_0x2040f4(0x24f),{'id':_0x2040f4(0x21a),'x1':_0x2040f4(0x19e),'y1':_0x2040f4(0x1b3),'x2':'24.5','y2':_0x2040f4(0x1b3),'gradientUnits':'userSpaceOnUse','children':[_0xe5c911('stop',{'stopColor':_0x2040f4(0x181)}),_0xe5c911(_0x2040f4(0x1a0),{'offset':_0x2040f4(0x2c3),'stopColor':_0x2040f4(0x205)}),_0xe5c911(_0x2040f4(0x1a0),{'offset':_0x2040f4(0x2e7),'stopColor':_0x2040f4(0x20e)}),_0xe5c911(_0x2040f4(0x1a0),{'offset':_0x2040f4(0x2d6),'stopColor':_0x2040f4(0x2f5)}),_0xe5c911(_0x2040f4(0x1a0),{'offset':_0x2040f4(0x22e),'stopColor':_0x2040f4(0x15e)}),_0xe5c911(_0x2040f4(0x1a0),{'offset':'0.805495','stopColor':'#3C3D3E'}),_0xe5c911(_0x2040f4(0x1a0),{'offset':_0x2040f4(0x24b),'stopColor':'#232425'}),_0xe5c911(_0x2040f4(0x1a0),{'offset':_0x2040f4(0x214),'stopColor':'#292A2B'}),_0xe5c911(_0x2040f4(0x1a0),{'offset':'1','stopColor':_0x2040f4(0x225)})]}),_0x2429d1(_0x2040f4(0x24f),{'id':_0x2040f4(0x199),'x1':_0x2040f4(0x1b8),'y1':_0x2040f4(0x1da),'x2':_0x2040f4(0x1b7),'y2':_0x2040f4(0x279),'gradientUnits':_0x2040f4(0x1cb),'children':[_0xe5c911('stop',{'stopColor':'#181A1A','stopOpacity':_0x2040f4(0x237)}),_0xe5c911('stop',{'offset':'0.805495','stopColor':_0x2040f4(0x24c),'stopOpacity':_0x2040f4(0x23c)}),_0xe5c911(_0x2040f4(0x1a0),{'offset':'0.920119','stopColor':_0x2040f4(0x246)}),_0xe5c911('stop',{'offset':'0.963934','stopColor':_0x2040f4(0x220)}),_0xe5c911(_0x2040f4(0x1a0),{'offset':'1','stopColor':_0x2040f4(0x225)})]}),_0x2429d1(_0x2040f4(0x24f),{'id':_0x2040f4(0x241),'x1':'8.95261','y1':_0x2040f4(0x2fe),'x2':_0x2040f4(0x244),'y2':_0x2040f4(0x1bb),'gradientUnits':'userSpaceOnUse','children':[_0xe5c911(_0x2040f4(0x1a0),{'stopColor':_0x2040f4(0x181)}),_0xe5c911('stop',{'offset':'0.0722478','stopColor':_0x2040f4(0x205)}),_0xe5c911(_0x2040f4(0x1a0),{'offset':_0x2040f4(0x2e7),'stopColor':_0x2040f4(0x20e)}),_0xe5c911('stop',{'offset':'1','stopColor':'#2F3031','stopOpacity':_0x2040f4(0x237)})]}),_0x2429d1(_0x2040f4(0x24f),{'id':_0x2040f4(0x25c),'x1':_0x2040f4(0x1d1),'y1':'61.5','x2':'24.5','y2':'61.5','gradientUnits':'userSpaceOnUse','children':[_0xe5c911(_0x2040f4(0x1a0),{'stopOpacity':_0x2040f4(0x1c0)}),_0xe5c911(_0x2040f4(0x1a0),{'offset':'0.598084','stopColor':_0x2040f4(0x175),'stopOpacity':_0x2040f4(0x2e9)}),_0xe5c911(_0x2040f4(0x1a0),{'offset':_0x2040f4(0x1b2),'stopColor':_0x2040f4(0x175),'stopOpacity':'0.247214'}),_0xe5c911(_0x2040f4(0x1a0),{'offset':'1','stopOpacity':_0x2040f4(0x213)})]})]})]});}function se(_0x3d6929){const _0x4fc01c=_0x5f1ee3;return _0x2429d1(_0x4fc01c(0x2ce),{'width':'30','height':'107','viewBox':_0x4fc01c(0x1ed),'fill':_0x4fc01c(0x290),'xmlns':'http://www.w3.org/2000/svg','aria-hidden':_0x4fc01c(0x13f),..._0x3d6929,'children':[_0xe5c911(_0x4fc01c(0x16c),{'id':_0x4fc01c(0x289),'style':{'maskType':_0x4fc01c(0x2c0)},'maskUnits':_0x4fc01c(0x1cb),'x':'0','y':'0','width':'30','height':_0x4fc01c(0x1bc),'children':_0xe5c911(_0x4fc01c(0x1cf),{'width':'30','height':'105','fill':_0x4fc01c(0x175)})}),_0xe5c911('g',{'mask':_0x4fc01c(0x226)}),_0xe5c911('g',{'filter':'url(#filter0_d_0_1397)','children':_0x2429d1('g',{'clipPath':_0x4fc01c(0x23e),'children':[_0xe5c911(_0x4fc01c(0x1cf),{'x':_0x4fc01c(0x1d1),'y':'33','width':'19','height':'72','fill':'url(#paint0_linear_0_1397)'}),_0xe5c911('path',{'fillRule':_0x4fc01c(0x208),'clipRule':_0x4fc01c(0x208),'d':_0x4fc01c(0x297),'fill':_0x4fc01c(0x2a0)}),_0xe5c911('path',{'fillRule':_0x4fc01c(0x208),'clipRule':_0x4fc01c(0x208),'d':_0x4fc01c(0x297),'fill':_0x4fc01c(0x163)}),_0xe5c911(_0x4fc01c(0x1ab),{'fillRule':'evenodd','clipRule':_0x4fc01c(0x208),'d':_0x4fc01c(0x2b8),'fill':_0x4fc01c(0x294)}),_0xe5c911(_0x4fc01c(0x1ab),{'fillRule':_0x4fc01c(0x208),'clipRule':_0x4fc01c(0x208),'d':_0x4fc01c(0x2b8),'fill':_0x4fc01c(0x275)}),_0xe5c911('g',{'filter':_0x4fc01c(0x24a),'children':_0xe5c911(_0x4fc01c(0x1ab),{'fillRule':_0x4fc01c(0x208),'clipRule':_0x4fc01c(0x208),'d':_0x4fc01c(0x1fe),'fill':'url(#paint5_linear_0_1397)'})})]})}),_0x2429d1(_0x4fc01c(0x16a),{'children':[_0x2429d1(_0x4fc01c(0x2ad),{'id':'filter0_d_0_1397','x':'3','y':'14','width':'24','height':'93','filterUnits':_0x4fc01c(0x1cb),'colorInterpolationFilters':_0x4fc01c(0x1a3),'children':[_0xe5c911('feFlood',{'floodOpacity':'0','result':'BackgroundImageFix'}),_0xe5c911(_0x4fc01c(0x1d3),{'in':_0x4fc01c(0x146),'type':_0x4fc01c(0x18d),'values':'0\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x20127\x200','result':_0x4fc01c(0x251)}),_0xe5c911(_0x4fc01c(0x14d),{}),_0xe5c911(_0x4fc01c(0x14f),{'stdDeviation':'1'}),_0xe5c911(_0x4fc01c(0x1d3),{'type':_0x4fc01c(0x18d),'values':'0\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200.25\x200'}),_0xe5c911(_0x4fc01c(0x194),{'mode':_0x4fc01c(0x1bd),'in2':_0x4fc01c(0x249),'result':_0x4fc01c(0x159)}),_0xe5c911(_0x4fc01c(0x194),{'mode':_0x4fc01c(0x1bd),'in':_0x4fc01c(0x2e5),'in2':'effect1_dropShadow_0_1397','result':_0x4fc01c(0x180)})]}),_0x2429d1('filter',{'id':_0x4fc01c(0x1ba),'x':_0x4fc01c(0x1d1),'y':'33','width':'19','height':'16.2','filterUnits':_0x4fc01c(0x1cb),'colorInterpolationFilters':_0x4fc01c(0x1a3),'children':[_0xe5c911(_0x4fc01c(0x2c9),{'floodOpacity':'0','result':_0x4fc01c(0x249)}),_0xe5c911(_0x4fc01c(0x1d3),{'in':_0x4fc01c(0x146),'type':_0x4fc01c(0x18d),'values':'0\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x20127\x200','result':_0x4fc01c(0x251)}),_0xe5c911(_0x4fc01c(0x14d),{'dy':'0.2'}),_0xe5c911('feColorMatrix',{'type':_0x4fc01c(0x18d),'values':_0x4fc01c(0x1d2)}),_0xe5c911(_0x4fc01c(0x194),{'mode':'normal','in2':'BackgroundImageFix','result':'effect1_dropShadow_0_1397'}),_0xe5c911('feBlend',{'mode':'normal','in':_0x4fc01c(0x2e5),'in2':_0x4fc01c(0x159),'result':'shape'})]}),_0x2429d1(_0x4fc01c(0x24f),{'id':_0x4fc01c(0x2b1),'x1':_0x4fc01c(0x19e),'y1':'104.491','x2':'24.5','y2':_0x4fc01c(0x2d7),'gradientUnits':_0x4fc01c(0x1cb),'children':[_0xe5c911('stop',{'stopColor':_0x4fc01c(0x181)}),_0xe5c911('stop',{'offset':_0x4fc01c(0x2c3),'stopColor':_0x4fc01c(0x205)}),_0xe5c911(_0x4fc01c(0x1a0),{'offset':_0x4fc01c(0x2e7),'stopColor':_0x4fc01c(0x20e)}),_0xe5c911(_0x4fc01c(0x1a0),{'offset':_0x4fc01c(0x2d6),'stopColor':_0x4fc01c(0x2f5)}),_0xe5c911(_0x4fc01c(0x1a0),{'offset':'0.575612','stopColor':_0x4fc01c(0x15e)}),_0xe5c911('stop',{'offset':_0x4fc01c(0x173),'stopColor':_0x4fc01c(0x24c)}),_0xe5c911(_0x4fc01c(0x1a0),{'offset':_0x4fc01c(0x24b),'stopColor':_0x4fc01c(0x246)}),_0xe5c911(_0x4fc01c(0x1a0),{'offset':_0x4fc01c(0x214),'stopColor':_0x4fc01c(0x220)}),_0xe5c911(_0x4fc01c(0x1a0),{'offset':'1','stopColor':'#2F3031'})]}),_0x2429d1(_0x4fc01c(0x24f),{'id':_0x4fc01c(0x281),'x1':_0x4fc01c(0x269),'y1':_0x4fc01c(0x2bc),'x2':'5.75','y2':_0x4fc01c(0x2bc),'gradientUnits':_0x4fc01c(0x1cb),'children':[_0xe5c911(_0x4fc01c(0x1a0),{'stopColor':_0x4fc01c(0x287)}),_0xe5c911(_0x4fc01c(0x1a0),{'offset':_0x4fc01c(0x2f2),'stopColor':'#F79E9D'}),_0xe5c911(_0x4fc01c(0x1a0),{'offset':'0.486065','stopColor':'#F79E9D'}),_0xe5c911(_0x4fc01c(0x1a0),{'offset':_0x4fc01c(0x192),'stopColor':_0x4fc01c(0x165)}),_0xe5c911(_0x4fc01c(0x1a0),{'offset':'1','stopColor':_0x4fc01c(0x1ac)})]}),_0x2429d1('linearGradient',{'id':_0x4fc01c(0x150),'x1':_0x4fc01c(0x2ef),'y1':'16','x2':_0x4fc01c(0x2ef),'y2':_0x4fc01c(0x17c),'gradientUnits':_0x4fc01c(0x1cb),'children':[_0xe5c911(_0x4fc01c(0x1a0),{'stopColor':_0x4fc01c(0x2e3)}),_0xe5c911(_0x4fc01c(0x1a0),{'offset':'1','stopColor':_0x4fc01c(0x1db),'stopOpacity':_0x4fc01c(0x237)})]}),_0x2429d1(_0x4fc01c(0x24f),{'id':'paint3_linear_0_1397','x1':_0x4fc01c(0x2bd),'y1':_0x4fc01c(0x168),'x2':_0x4fc01c(0x28e),'y2':'35.8142','gradientUnits':_0x4fc01c(0x1cb),'children':[_0xe5c911(_0x4fc01c(0x1a0),{'stopColor':_0x4fc01c(0x287)}),_0xe5c911(_0x4fc01c(0x1a0),{'offset':_0x4fc01c(0x2f2),'stopColor':_0x4fc01c(0x2b2)}),_0xe5c911('stop',{'offset':_0x4fc01c(0x270),'stopColor':_0x4fc01c(0x2b2)}),_0xe5c911(_0x4fc01c(0x1a0),{'offset':_0x4fc01c(0x192),'stopColor':_0x4fc01c(0x165)}),_0xe5c911(_0x4fc01c(0x1a0),{'offset':'1','stopColor':_0x4fc01c(0x1ac)})]}),_0x2429d1(_0x4fc01c(0x24f),{'id':'paint4_linear_0_1397','x1':_0x4fc01c(0x2ac),'y1':'35','x2':_0x4fc01c(0x2ac),'y2':'35.9307','gradientUnits':_0x4fc01c(0x1cb),'children':[_0xe5c911(_0x4fc01c(0x1a0),{'stopColor':'#D27977'}),_0xe5c911(_0x4fc01c(0x1a0),{'offset':'1','stopColor':_0x4fc01c(0x1db),'stopOpacity':_0x4fc01c(0x237)})]}),_0x2429d1(_0x4fc01c(0x24f),{'id':_0x4fc01c(0x264),'x1':'5.76888','y1':'48.8868','x2':_0x4fc01c(0x29c),'y2':_0x4fc01c(0x2f1),'gradientUnits':_0x4fc01c(0x1cb),'children':[_0xe5c911(_0x4fc01c(0x1a0),{'stopColor':'#2F3132'}),_0xe5c911('stop',{'offset':_0x4fc01c(0x2c3),'stopColor':_0x4fc01c(0x205)}),_0xe5c911('stop',{'offset':'0.195905','stopColor':_0x4fc01c(0x20e)}),_0xe5c911('stop',{'offset':'0.380181','stopColor':_0x4fc01c(0x2f5)}),_0xe5c911(_0x4fc01c(0x1a0),{'offset':_0x4fc01c(0x22e),'stopColor':'#38393A'}),_0xe5c911(_0x4fc01c(0x1a0),{'offset':_0x4fc01c(0x173),'stopColor':_0x4fc01c(0x24c)}),_0xe5c911(_0x4fc01c(0x1a0),{'offset':_0x4fc01c(0x24b),'stopColor':_0x4fc01c(0x246)}),_0xe5c911(_0x4fc01c(0x1a0),{'offset':'0.963934','stopColor':_0x4fc01c(0x220)}),_0xe5c911(_0x4fc01c(0x1a0),{'offset':'1','stopColor':'#2F3031'})]}),_0xe5c911(_0x4fc01c(0x277),{'id':_0x4fc01c(0x156),'children':_0xe5c911(_0x4fc01c(0x1cf),{'width':'20','height':'89','fill':_0x4fc01c(0x175),'transform':'translate(5\x2016)'})})]})]});}function ce(_0xff7532){const _0x3cc0c1=_0x5f1ee3;return _0x2429d1(_0x3cc0c1(0x2ce),{'width':'30','height':_0x3cc0c1(0x1bc),'viewBox':_0x3cc0c1(0x254),'fill':_0x3cc0c1(0x290),'xmlns':'http://www.w3.org/2000/svg','aria-hidden':'true',..._0xff7532,'children':[_0xe5c911('mask',{'id':_0x3cc0c1(0x2a8),'style':{'maskType':_0x3cc0c1(0x2c0)},'maskUnits':'userSpaceOnUse','x':'0','y':'0','width':'30','height':_0x3cc0c1(0x1bc),'children':_0xe5c911(_0x3cc0c1(0x1cf),{'width':'30','height':_0x3cc0c1(0x1bc),'fill':_0x3cc0c1(0x175)})}),_0x2429d1('g',{'mask':_0x3cc0c1(0x1ec),'children':[_0x2429d1('g',{'filter':_0x3cc0c1(0x133),'children':[_0xe5c911(_0x3cc0c1(0x1ab),{'fillRule':_0x3cc0c1(0x208),'clipRule':'evenodd','d':'M9\x2027.5C9\x2026.9477\x209.44772\x2026.5\x2010\x2026.5L20\x2026.5C20.5523\x2026.5\x2021\x2026.9477\x2021\x2027.5V42.0409C21\x2042.6475\x2021.1104\x2043.2489\x2021.3257\x2043.816L24.1743\x2051.3174C24.3896\x2051.8844\x2024.5\x2052.4859\x2024.5\x2053.0924V105.5H5.5V53.0924C5.5\x2052.4859\x205.61036\x2051.8844\x205.82569\x2051.3174L8.67431\x2043.816C8.88964\x2043.2489\x209\x2042.6475\x209\x2042.0409V27.5Z','fill':'url(#paint0_linear_0_1425)'}),_0xe5c911(_0x3cc0c1(0x16c),{'id':_0x3cc0c1(0x2dd),'style':{'maskType':_0x3cc0c1(0x2c0)},'maskUnits':_0x3cc0c1(0x1cb),'x':'5','y':'26','width':'20','height':'80','children':_0xe5c911(_0x3cc0c1(0x1ab),{'fillRule':_0x3cc0c1(0x208),'clipRule':_0x3cc0c1(0x208),'d':_0x3cc0c1(0x2fd),'fill':_0x3cc0c1(0x175)})}),_0x2429d1('g',{'mask':_0x3cc0c1(0x1e2),'children':[_0xe5c911(_0x3cc0c1(0x1ab),{'fillRule':_0x3cc0c1(0x208),'clipRule':'evenodd','d':'M9\x2042H21L24.5\x2052H5.5L9\x2042Z','fill':_0x3cc0c1(0x265)}),_0xe5c911(_0x3cc0c1(0x1ab),{'fillRule':_0x3cc0c1(0x208),'clipRule':_0x3cc0c1(0x208),'d':_0x3cc0c1(0x21d),'fill':_0x3cc0c1(0x27f)}),_0xe5c911('rect',{'x':'9','y':'26.5','width':'12','height':_0x3cc0c1(0x172),'fill':_0x3cc0c1(0x1dc)})]})]}),_0xe5c911(_0x3cc0c1(0x1ab),{'fillRule':_0x3cc0c1(0x208),'clipRule':_0x3cc0c1(0x208),'d':_0x3cc0c1(0x2d3),'fill':_0x3cc0c1(0x29a)}),_0xe5c911('mask',{'id':_0x3cc0c1(0x185),'style':{'maskType':_0x3cc0c1(0x2c0)},'maskUnits':_0x3cc0c1(0x1cb),'x':'5','y':'15','width':'20','height':'51','children':_0xe5c911(_0x3cc0c1(0x1ab),{'fillRule':_0x3cc0c1(0x208),'clipRule':_0x3cc0c1(0x208),'d':_0x3cc0c1(0x2d3),'fill':_0x3cc0c1(0x175)})}),_0x2429d1('g',{'mask':_0x3cc0c1(0x130),'children':[_0xe5c911(_0x3cc0c1(0x1cf),{'y':'12','width':'30','height':'62','fill':_0x3cc0c1(0x1d7)}),_0xe5c911(_0x3cc0c1(0x1cf),{'x':_0x3cc0c1(0x1d1),'y':_0x3cc0c1(0x184),'width':'19','height':'57','fill':_0x3cc0c1(0x158)})]})]}),_0x2429d1(_0x3cc0c1(0x16a),{'children':[_0x2429d1('filter',{'id':_0x3cc0c1(0x15a),'x':_0x3cc0c1(0x1eb),'y':'24.5','width':'23','height':'83','filterUnits':'userSpaceOnUse','colorInterpolationFilters':'sRGB','children':[_0xe5c911(_0x3cc0c1(0x2c9),{'floodOpacity':'0','result':'BackgroundImageFix'}),_0xe5c911(_0x3cc0c1(0x1d3),{'in':_0x3cc0c1(0x146),'type':_0x3cc0c1(0x18d),'values':_0x3cc0c1(0x204),'result':_0x3cc0c1(0x251)}),_0xe5c911(_0x3cc0c1(0x14d),{}),_0xe5c911(_0x3cc0c1(0x14f),{'stdDeviation':'1'}),_0xe5c911(_0x3cc0c1(0x1d3),{'type':_0x3cc0c1(0x18d),'values':_0x3cc0c1(0x166)}),_0xe5c911(_0x3cc0c1(0x194),{'mode':_0x3cc0c1(0x1bd),'in2':_0x3cc0c1(0x249),'result':_0x3cc0c1(0x2a1)}),_0xe5c911(_0x3cc0c1(0x194),{'mode':_0x3cc0c1(0x1bd),'in':'SourceGraphic','in2':'effect1_dropShadow_0_1425','result':_0x3cc0c1(0x180)})]}),_0x2429d1(_0x3cc0c1(0x24f),{'id':_0x3cc0c1(0x256),'x1':_0x3cc0c1(0x19e),'y1':_0x3cc0c1(0x25f),'x2':'24.5','y2':'104.941','gradientUnits':_0x3cc0c1(0x1cb),'children':[_0xe5c911(_0x3cc0c1(0x1a0),{'stopColor':'#2F3132'}),_0xe5c911(_0x3cc0c1(0x1a0),{'offset':_0x3cc0c1(0x2c3),'stopColor':_0x3cc0c1(0x205)}),_0xe5c911(_0x3cc0c1(0x1a0),{'offset':_0x3cc0c1(0x2e7),'stopColor':'#181A1A'}),_0xe5c911(_0x3cc0c1(0x1a0),{'offset':_0x3cc0c1(0x2d6),'stopColor':_0x3cc0c1(0x2f5)}),_0xe5c911(_0x3cc0c1(0x1a0),{'offset':'0.575612','stopColor':_0x3cc0c1(0x15e)}),_0xe5c911('stop',{'offset':_0x3cc0c1(0x173),'stopColor':_0x3cc0c1(0x24c)}),_0xe5c911('stop',{'offset':_0x3cc0c1(0x24b),'stopColor':_0x3cc0c1(0x246)}),_0xe5c911(_0x3cc0c1(0x1a0),{'offset':'0.963934','stopColor':_0x3cc0c1(0x220)}),_0xe5c911(_0x3cc0c1(0x1a0),{'offset':'1','stopColor':_0x3cc0c1(0x225)})]}),_0x2429d1('linearGradient',{'id':_0x3cc0c1(0x293),'x1':_0x3cc0c1(0x2cd),'y1':_0x3cc0c1(0x1de),'x2':_0x3cc0c1(0x1c9),'y2':_0x3cc0c1(0x286),'gradientUnits':_0x3cc0c1(0x1cb),'children':[_0xe5c911(_0x3cc0c1(0x1a0),{'stopColor':'#181A1A','stopOpacity':_0x3cc0c1(0x237)}),_0xe5c911('stop',{'offset':_0x3cc0c1(0x173),'stopColor':_0x3cc0c1(0x24c),'stopOpacity':_0x3cc0c1(0x23c)}),_0xe5c911(_0x3cc0c1(0x1a0),{'offset':_0x3cc0c1(0x24b),'stopColor':_0x3cc0c1(0x246)}),_0xe5c911(_0x3cc0c1(0x1a0),{'offset':_0x3cc0c1(0x214),'stopColor':_0x3cc0c1(0x220)}),_0xe5c911(_0x3cc0c1(0x1a0),{'offset':'1','stopColor':_0x3cc0c1(0x225)})]}),_0x2429d1(_0x3cc0c1(0x24f),{'id':_0x3cc0c1(0x15f),'x1':'4.9106','y1':_0x3cc0c1(0x223),'x2':_0x3cc0c1(0x141),'y2':'55.8091','gradientUnits':_0x3cc0c1(0x1cb),'children':[_0xe5c911(_0x3cc0c1(0x1a0),{'stopColor':_0x3cc0c1(0x181)}),_0xe5c911(_0x3cc0c1(0x1a0),{'offset':_0x3cc0c1(0x2c3),'stopColor':_0x3cc0c1(0x205)}),_0xe5c911(_0x3cc0c1(0x1a0),{'offset':_0x3cc0c1(0x2e7),'stopColor':_0x3cc0c1(0x20e)}),_0xe5c911(_0x3cc0c1(0x1a0),{'offset':'1','stopColor':_0x3cc0c1(0x225),'stopOpacity':_0x3cc0c1(0x237)})]}),_0x2429d1(_0x3cc0c1(0x24f),{'id':_0x3cc0c1(0x2e0),'x1':'9.16982','y1':_0x3cc0c1(0x262),'x2':'21','y2':'41.8903','gradientUnits':_0x3cc0c1(0x1cb),'children':[_0xe5c911('stop',{'stopColor':_0x3cc0c1(0x181)}),_0xe5c911(_0x3cc0c1(0x1a0),{'offset':_0x3cc0c1(0x2c3),'stopColor':'#1C1D1E'}),_0xe5c911(_0x3cc0c1(0x1a0),{'offset':_0x3cc0c1(0x2e7),'stopColor':_0x3cc0c1(0x20e)}),_0xe5c911(_0x3cc0c1(0x1a0),{'offset':_0x3cc0c1(0x2d6),'stopColor':_0x3cc0c1(0x2f5)}),_0xe5c911('stop',{'offset':_0x3cc0c1(0x22e),'stopColor':'#38393A'}),_0xe5c911(_0x3cc0c1(0x1a0),{'offset':'0.805495','stopColor':_0x3cc0c1(0x24c)}),_0xe5c911(_0x3cc0c1(0x1a0),{'offset':_0x3cc0c1(0x24b),'stopColor':'#232425'}),_0xe5c911(_0x3cc0c1(0x1a0),{'offset':_0x3cc0c1(0x214),'stopColor':_0x3cc0c1(0x220)}),_0xe5c911('stop',{'offset':'1','stopColor':'#2F3031'})]}),_0x2429d1(_0x3cc0c1(0x24f),{'id':'paint4_linear_0_1425','x1':_0x3cc0c1(0x1d1),'y1':_0x3cc0c1(0x16d),'x2':'24.5','y2':_0x3cc0c1(0x16d),'gradientUnits':_0x3cc0c1(0x1cb),'children':[_0xe5c911(_0x3cc0c1(0x1a0),{'stopOpacity':'0.102218'}),_0xe5c911(_0x3cc0c1(0x1a0),{'offset':_0x3cc0c1(0x1a8),'stopColor':_0x3cc0c1(0x175),'stopOpacity':_0x3cc0c1(0x2e9)}),_0xe5c911('stop',{'offset':_0x3cc0c1(0x1b2),'stopColor':'white','stopOpacity':_0x3cc0c1(0x2ed)}),_0xe5c911(_0x3cc0c1(0x1a0),{'offset':'1','stopOpacity':'0.1'})]})]})]});}function le(_0x2aba31){const _0x48b0f1=_0x5f1ee3;return _0x2429d1('svg',{'width':'30','height':_0x48b0f1(0x1bc),'viewBox':_0x48b0f1(0x254),'fill':_0x48b0f1(0x290),'xmlns':_0x48b0f1(0x285),'aria-hidden':_0x48b0f1(0x13f),..._0x2aba31,'children':[_0xe5c911('mask',{'id':'mask0_0_1451','style':{'maskType':_0x48b0f1(0x2c0)},'maskUnits':_0x48b0f1(0x1cb),'x':'0','y':'0','width':'30','height':_0x48b0f1(0x1bc),'children':_0xe5c911(_0x48b0f1(0x1cf),{'width':'30','height':_0x48b0f1(0x1bc),'fill':_0x48b0f1(0x175)})}),_0x2429d1('g',{'mask':'url(#mask0_0_1451)','children':[_0xe5c911(_0x48b0f1(0x16c),{'id':_0x48b0f1(0x23d),'style':{'maskType':_0x48b0f1(0x2c0)},'maskUnits':_0x48b0f1(0x1cb),'x':'0','y':'0','width':'30','height':_0x48b0f1(0x1bc),'children':_0xe5c911(_0x48b0f1(0x1cf),{'width':'30','height':_0x48b0f1(0x1bc),'fill':_0x48b0f1(0x175)})}),_0xe5c911('g',{'mask':_0x48b0f1(0x136),'children':_0x2429d1('g',{'filter':_0x48b0f1(0x131),'children':[_0xe5c911(_0x48b0f1(0x1ab),{'fillRule':_0x48b0f1(0x208),'clipRule':_0x48b0f1(0x208),'d':_0x48b0f1(0x20c),'fill':'url(#paint0_linear_0_1451)'}),_0x2429d1('g',{'filter':_0x48b0f1(0x280),'children':[_0xe5c911(_0x48b0f1(0x1ab),{'fillRule':'evenodd','clipRule':_0x48b0f1(0x208),'d':_0x48b0f1(0x1af),'fill':_0x48b0f1(0x139)}),_0xe5c911(_0x48b0f1(0x1ab),{'fillRule':_0x48b0f1(0x208),'clipRule':_0x48b0f1(0x208),'d':_0x48b0f1(0x1af),'fill':_0x48b0f1(0x1c4)})]}),_0x2429d1('g',{'filter':_0x48b0f1(0x2df),'children':[_0xe5c911(_0x48b0f1(0x1ab),{'fillRule':_0x48b0f1(0x208),'clipRule':_0x48b0f1(0x208),'d':'M8.35\x2046.07H21.46C22.6822\x2050.2254\x2023.874\x2059.5658\x2024.31\x2074.57V104.78H5.5L5.5\x2074.57C5.93601\x2059.5658\x207.12783\x2050.2254\x208.35\x2046.07Z','fill':_0x48b0f1(0x14a)}),_0xe5c911(_0x48b0f1(0x1ab),{'fillRule':_0x48b0f1(0x208),'clipRule':_0x48b0f1(0x208),'d':_0x48b0f1(0x233),'fill':'url(#paint4_linear_0_1451)'})]})]})})]}),_0x2429d1(_0x48b0f1(0x16a),{'children':[_0x2429d1(_0x48b0f1(0x2ad),{'id':_0x48b0f1(0x1cc),'x':_0x48b0f1(0x245),'y':'16','width':_0x48b0f1(0x154),'height':'89.78','filterUnits':'userSpaceOnUse','colorInterpolationFilters':_0x48b0f1(0x1a3),'children':[_0xe5c911('feFlood',{'floodOpacity':'0','result':_0x48b0f1(0x249)}),_0xe5c911('feColorMatrix',{'in':_0x48b0f1(0x146),'type':'matrix','values':_0x48b0f1(0x204),'result':_0x48b0f1(0x251)}),_0xe5c911(_0x48b0f1(0x14d),{}),_0xe5c911(_0x48b0f1(0x14f),{'stdDeviation':_0x48b0f1(0x1f8)}),_0xe5c911(_0x48b0f1(0x1d3),{'type':_0x48b0f1(0x18d),'values':_0x48b0f1(0x2c1)}),_0xe5c911(_0x48b0f1(0x194),{'mode':_0x48b0f1(0x1bd),'in2':'BackgroundImageFix','result':'effect1_dropShadow_0_1451'}),_0xe5c911(_0x48b0f1(0x194),{'mode':_0x48b0f1(0x1bd),'in':'SourceGraphic','in2':_0x48b0f1(0x2c6),'result':_0x48b0f1(0x180)})]}),_0x2429d1(_0x48b0f1(0x2ad),{'id':_0x48b0f1(0x24d),'x':_0x48b0f1(0x296),'y':_0x48b0f1(0x13c),'width':_0x48b0f1(0x299),'height':_0x48b0f1(0x17f),'filterUnits':_0x48b0f1(0x1cb),'colorInterpolationFilters':_0x48b0f1(0x1a3),'children':[_0xe5c911(_0x48b0f1(0x2c9),{'floodOpacity':'0','result':_0x48b0f1(0x249)}),_0xe5c911(_0x48b0f1(0x1d3),{'in':_0x48b0f1(0x146),'type':_0x48b0f1(0x18d),'values':'0\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x20127\x200','result':'hardAlpha'}),_0xe5c911('feOffset',{'dy':'-1'}),_0xe5c911(_0x48b0f1(0x14f),{'stdDeviation':_0x48b0f1(0x1f8)}),_0xe5c911(_0x48b0f1(0x1d3),{'type':_0x48b0f1(0x18d),'values':_0x48b0f1(0x2b7)}),_0xe5c911(_0x48b0f1(0x194),{'mode':_0x48b0f1(0x1bd),'in2':_0x48b0f1(0x249),'result':_0x48b0f1(0x2c6)}),_0xe5c911(_0x48b0f1(0x194),{'mode':'normal','in':_0x48b0f1(0x2e5),'in2':'effect1_dropShadow_0_1451','result':_0x48b0f1(0x180)})]}),_0x2429d1('filter',{'id':'filter2_d_0_1451','x':_0x48b0f1(0x245),'y':_0x48b0f1(0x27a),'width':'20.8101','height':_0x48b0f1(0x2ab),'filterUnits':'userSpaceOnUse','colorInterpolationFilters':_0x48b0f1(0x1a3),'children':[_0xe5c911(_0x48b0f1(0x2c9),{'floodOpacity':'0','result':'BackgroundImageFix'}),_0xe5c911(_0x48b0f1(0x1d3),{'in':_0x48b0f1(0x146),'type':_0x48b0f1(0x18d),'values':'0\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x20127\x200','result':_0x48b0f1(0x251)}),_0xe5c911(_0x48b0f1(0x14d),{'dy':'-1'}),_0xe5c911(_0x48b0f1(0x14f),{'stdDeviation':_0x48b0f1(0x1f8)}),_0xe5c911(_0x48b0f1(0x1d3),{'type':'matrix','values':_0x48b0f1(0x235)}),_0xe5c911('feBlend',{'mode':_0x48b0f1(0x1bd),'in2':_0x48b0f1(0x249),'result':'effect1_dropShadow_0_1451'}),_0xe5c911(_0x48b0f1(0x194),{'mode':'normal','in':_0x48b0f1(0x2e5),'in2':_0x48b0f1(0x2c6),'result':'shape'})]}),_0x2429d1(_0x48b0f1(0x24f),{'id':_0x48b0f1(0x1d4),'x1':'12.3401','y1':_0x48b0f1(0x1fd),'x2':_0x48b0f1(0x1d6),'y2':_0x48b0f1(0x1fd),'gradientUnits':_0x48b0f1(0x1cb),'children':[_0xe5c911(_0x48b0f1(0x1a0),{'stopColor':'#353434'}),_0xe5c911(_0x48b0f1(0x1a0),{'offset':_0x48b0f1(0x284),'stopColor':'#1E2023'}),_0xe5c911(_0x48b0f1(0x1a0),{'offset':_0x48b0f1(0x16f),'stopColor':_0x48b0f1(0x148)}),_0xe5c911(_0x48b0f1(0x1a0),{'offset':'1','stopColor':_0x48b0f1(0x2d4)})]}),_0x2429d1(_0x48b0f1(0x24f),{'id':_0x48b0f1(0x18c),'x1':_0x48b0f1(0x273),'y1':_0x48b0f1(0x26d),'x2':_0x48b0f1(0x1c5),'y2':'57.327','gradientUnits':_0x48b0f1(0x1cb),'children':[_0xe5c911(_0x48b0f1(0x1a0),{'stopColor':_0x48b0f1(0x1d5)}),_0xe5c911(_0x48b0f1(0x1a0),{'offset':_0x48b0f1(0x1f7),'stopColor':_0x48b0f1(0x1ef)}),_0xe5c911(_0x48b0f1(0x1a0),{'offset':_0x48b0f1(0x1d8),'stopColor':'#6A6B6B'}),_0xe5c911(_0x48b0f1(0x1a0),{'offset':'0.745733','stopColor':'#7A7A7A'}),_0xe5c911('stop',{'offset':_0x48b0f1(0x236),'stopColor':'#4F4F4F'})]}),_0x2429d1(_0x48b0f1(0x24f),{'id':_0x48b0f1(0x291),'x1':_0x48b0f1(0x151),'y1':'29.1023','x2':'10.2276','y2':'29.4576','gradientUnits':_0x48b0f1(0x1cb),'children':[_0xe5c911(_0x48b0f1(0x1a0),{'stopColor':_0x48b0f1(0x2d8)}),_0xe5c911(_0x48b0f1(0x1a0),{'offset':_0x48b0f1(0x2be),'stopColor':'#1B1C1E'}),_0xe5c911(_0x48b0f1(0x1a0),{'offset':_0x48b0f1(0x21f),'stopColor':_0x48b0f1(0x218)}),_0xe5c911(_0x48b0f1(0x1a0),{'offset':_0x48b0f1(0x2e1),'stopColor':_0x48b0f1(0x250),'stopOpacity':_0x48b0f1(0x237)}),_0xe5c911(_0x48b0f1(0x1a0),{'offset':'1','stopColor':_0x48b0f1(0x175),'stopOpacity':_0x48b0f1(0x237)})]}),_0x2429d1(_0x48b0f1(0x24f),{'id':_0x48b0f1(0x1e4),'x1':'5.7662','y1':_0x48b0f1(0x19a),'x2':_0x48b0f1(0x1e1),'y2':_0x48b0f1(0x19a),'gradientUnits':'userSpaceOnUse','children':[_0xe5c911(_0x48b0f1(0x1a0),{'stopColor':'#2F3132'}),_0xe5c911(_0x48b0f1(0x1a0),{'offset':_0x48b0f1(0x2c3),'stopColor':_0x48b0f1(0x205)}),_0xe5c911(_0x48b0f1(0x1a0),{'offset':'0.195905','stopColor':_0x48b0f1(0x20e)}),_0xe5c911(_0x48b0f1(0x1a0),{'offset':_0x48b0f1(0x2d6),'stopColor':'#252627'}),_0xe5c911(_0x48b0f1(0x1a0),{'offset':'0.575612','stopColor':'#38393A'}),_0xe5c911(_0x48b0f1(0x1a0),{'offset':_0x48b0f1(0x173),'stopColor':_0x48b0f1(0x24c)}),_0xe5c911(_0x48b0f1(0x1a0),{'offset':_0x48b0f1(0x24b),'stopColor':_0x48b0f1(0x246)}),_0xe5c911(_0x48b0f1(0x1a0),{'offset':_0x48b0f1(0x214),'stopColor':_0x48b0f1(0x220)}),_0xe5c911('stop',{'offset':'1','stopColor':_0x48b0f1(0x225)})]}),_0x2429d1(_0x48b0f1(0x24f),{'id':'paint4_linear_0_1451','x1':'6.14427','y1':_0x48b0f1(0x227),'x2':_0x48b0f1(0x27d),'y2':'105.286','gradientUnits':_0x48b0f1(0x1cb),'children':[_0xe5c911(_0x48b0f1(0x1a0),{'stopColor':'#181A1A','stopOpacity':_0x48b0f1(0x237)}),_0xe5c911('stop',{'offset':_0x48b0f1(0x2d6),'stopColor':_0x48b0f1(0x2f5),'stopOpacity':_0x48b0f1(0x237)}),_0xe5c911('stop',{'offset':_0x48b0f1(0x22e),'stopColor':_0x48b0f1(0x15e),'stopOpacity':_0x48b0f1(0x237)}),_0xe5c911(_0x48b0f1(0x1a0),{'offset':'0.805495','stopColor':'#3C3D3E','stopOpacity':_0x48b0f1(0x237)}),_0xe5c911(_0x48b0f1(0x1a0),{'offset':'0.920119','stopColor':_0x48b0f1(0x246)}),_0xe5c911(_0x48b0f1(0x1a0),{'offset':_0x48b0f1(0x214),'stopColor':'#292A2B'}),_0xe5c911(_0x48b0f1(0x1a0),{'offset':'1','stopColor':_0x48b0f1(0x225)})]})]})]});}function ue(_0xc843ec){const _0x368cc6=_0x5f1ee3;return _0x2429d1(_0x368cc6(0x2ce),{'width':'30','height':_0x368cc6(0x1bc),'viewBox':_0x368cc6(0x254),'fill':_0x368cc6(0x290),'xmlns':_0x368cc6(0x285),'aria-hidden':'true',..._0xc843ec,'children':[_0xe5c911(_0x368cc6(0x16c),{'id':_0x368cc6(0x2c2),'style':{'maskType':_0x368cc6(0x2c0)},'maskUnits':_0x368cc6(0x1cb),'x':'0','y':'0','width':'30','height':'105','children':_0xe5c911(_0x368cc6(0x1cf),{'width':'30','height':_0x368cc6(0x1bc),'fill':_0x368cc6(0x175)})}),_0xe5c911('g',{'mask':'url(#mask0_0_1593)','children':_0x2429d1('g',{'filter':_0x368cc6(0x17d),'children':[_0xe5c911(_0x368cc6(0x1cf),{'x':_0x368cc6(0x1d1),'y':'33','width':'19','height':'72','fill':_0x368cc6(0x2b6)}),_0xe5c911('path',{'fillRule':_0x368cc6(0x208),'clipRule':'evenodd','d':_0x368cc6(0x297),'fill':_0x368cc6(0x1ad)}),_0xe5c911('path',{'fillRule':_0x368cc6(0x208),'clipRule':'evenodd','d':_0x368cc6(0x297),'fill':_0x368cc6(0x207)}),_0xe5c911('path',{'fillRule':_0x368cc6(0x208),'clipRule':_0x368cc6(0x208),'d':_0x368cc6(0x176),'fill':'url(#paint3_linear_0_1593)'}),_0xe5c911(_0x368cc6(0x1ab),{'fillRule':_0x368cc6(0x208),'clipRule':_0x368cc6(0x208),'d':_0x368cc6(0x176),'fill':'url(#paint4_linear_0_1593)'}),_0xe5c911('g',{'filter':_0x368cc6(0x2aa),'children':_0xe5c911(_0x368cc6(0x1ab),{'fillRule':_0x368cc6(0x208),'clipRule':_0x368cc6(0x208),'d':'M24.5\x2033H5.5V49H24.5V33ZM18.7791\x2037.4645C19.1596\x2037.845\x2019.1596\x2038.4619\x2018.7791\x2038.8424L16.6397\x2040.9819L18.6885\x2043.0307C19.079\x2043.4212\x2019.079\x2044.0544\x2018.6885\x2044.4449C18.2979\x2044.8354\x2017.6648\x2044.8354\x2017.2743\x2044.4449L15.2255\x2042.3961L13.086\x2044.5355C12.7055\x2044.916\x2012.0886\x2044.916\x2011.7081\x2044.5355C11.3275\x2044.155\x2011.3275\x2043.5381\x2011.7081\x2043.1576L13.8475\x2041.0181L11.7987\x2038.9693C11.4082\x2038.5788\x2011.4082\x2037.9456\x2011.7987\x2037.5551C12.1892\x2037.1646\x2012.8224\x2037.1646\x2013.2129\x2037.5551L15.2617\x2039.6039L17.4012\x2037.4645C17.7817\x2037.084\x2018.3986\x2037.084\x2018.7791\x2037.4645Z','fill':_0x368cc6(0x2a3)})})]})}),_0x2429d1(_0x368cc6(0x16a),{'children':[_0x2429d1(_0x368cc6(0x2ad),{'id':_0x368cc6(0x14b),'x':_0x368cc6(0x1eb),'y':'14','width':'23','height':'93','filterUnits':_0x368cc6(0x1cb),'colorInterpolationFilters':'sRGB','children':[_0xe5c911('feFlood',{'floodOpacity':'0','result':_0x368cc6(0x249)}),_0xe5c911(_0x368cc6(0x1d3),{'in':_0x368cc6(0x146),'type':'matrix','values':_0x368cc6(0x204),'result':_0x368cc6(0x251)}),_0xe5c911(_0x368cc6(0x14d),{}),_0xe5c911(_0x368cc6(0x14f),{'stdDeviation':'1'}),_0xe5c911('feColorMatrix',{'type':_0x368cc6(0x18d),'values':_0x368cc6(0x1d2)}),_0xe5c911(_0x368cc6(0x194),{'mode':_0x368cc6(0x1bd),'in2':'BackgroundImageFix','result':_0x368cc6(0x29e)}),_0xe5c911(_0x368cc6(0x194),{'mode':_0x368cc6(0x1bd),'in':'SourceGraphic','in2':_0x368cc6(0x29e),'result':_0x368cc6(0x180)})]}),_0x2429d1('filter',{'id':_0x368cc6(0x263),'x':_0x368cc6(0x1d1),'y':'33','width':'19','height':'16.2','filterUnits':_0x368cc6(0x1cb),'colorInterpolationFilters':'sRGB','children':[_0xe5c911(_0x368cc6(0x2c9),{'floodOpacity':'0','result':_0x368cc6(0x249)}),_0xe5c911(_0x368cc6(0x1d3),{'in':_0x368cc6(0x146),'type':_0x368cc6(0x18d),'values':'0\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x20127\x200','result':_0x368cc6(0x251)}),_0xe5c911(_0x368cc6(0x14d),{'dy':_0x368cc6(0x25e)}),_0xe5c911(_0x368cc6(0x1d3),{'type':'matrix','values':_0x368cc6(0x1d2)}),_0xe5c911(_0x368cc6(0x194),{'mode':_0x368cc6(0x1bd),'in2':_0x368cc6(0x249),'result':_0x368cc6(0x29e)}),_0xe5c911(_0x368cc6(0x194),{'mode':_0x368cc6(0x1bd),'in':_0x368cc6(0x2e5),'in2':_0x368cc6(0x29e),'result':_0x368cc6(0x180)})]}),_0x2429d1('linearGradient',{'id':_0x368cc6(0x2e2),'x1':_0x368cc6(0x29c),'y1':_0x368cc6(0x16b),'x2':'5.5','y2':'26.3099','gradientUnits':'userSpaceOnUse','children':[_0xe5c911('stop',{'stopColor':'#DADADA'}),_0xe5c911(_0x368cc6(0x1a0),{'offset':'0.169003','stopColor':_0x368cc6(0x2cc)}),_0xe5c911(_0x368cc6(0x1a0),{'offset':_0x368cc6(0x2da),'stopColor':_0x368cc6(0x23f)}),_0xe5c911(_0x368cc6(0x1a0),{'offset':_0x368cc6(0x174),'stopColor':_0x368cc6(0x1e6)}),_0xe5c911(_0x368cc6(0x1a0),{'offset':_0x368cc6(0x26a),'stopColor':_0x368cc6(0x2eb)}),_0xe5c911('stop',{'offset':_0x368cc6(0x26e),'stopColor':_0x368cc6(0x259)}),_0xe5c911(_0x368cc6(0x1a0),{'offset':'1','stopColor':'#E4E4E4'})]}),_0x2429d1('linearGradient',{'id':_0x368cc6(0x1e7),'x1':_0x368cc6(0x269),'y1':_0x368cc6(0x2bc),'x2':_0x368cc6(0x253),'y2':_0x368cc6(0x2bc),'gradientUnits':_0x368cc6(0x1cb),'children':[_0xe5c911(_0x368cc6(0x1a0),{'stopColor':'#D8918F'}),_0xe5c911(_0x368cc6(0x1a0),{'offset':_0x368cc6(0x2f2),'stopColor':'#F79E9D'}),_0xe5c911(_0x368cc6(0x1a0),{'offset':'0.486065','stopColor':_0x368cc6(0x2b2)}),_0xe5c911(_0x368cc6(0x1a0),{'offset':_0x368cc6(0x192),'stopColor':_0x368cc6(0x165)}),_0xe5c911(_0x368cc6(0x1a0),{'offset':'1','stopColor':_0x368cc6(0x1ac)})]}),_0x2429d1(_0x368cc6(0x24f),{'id':'paint2_linear_0_1593','x1':_0x368cc6(0x2ef),'y1':'16','x2':_0x368cc6(0x2ef),'y2':_0x368cc6(0x17c),'gradientUnits':_0x368cc6(0x1cb),'children':[_0xe5c911(_0x368cc6(0x1a0),{'stopColor':_0x368cc6(0x2e3)}),_0xe5c911(_0x368cc6(0x1a0),{'offset':'1','stopColor':'#525252','stopOpacity':_0x368cc6(0x237)})]}),_0x2429d1(_0x368cc6(0x24f),{'id':'paint3_linear_0_1593','x1':_0x368cc6(0x15d),'y1':_0x368cc6(0x2ea),'x2':_0x368cc6(0x282),'y2':_0x368cc6(0x2ea),'gradientUnits':'userSpaceOnUse','children':[_0xe5c911('stop',{'stopColor':_0x368cc6(0x287)}),_0xe5c911(_0x368cc6(0x1a0),{'offset':_0x368cc6(0x2f2),'stopColor':_0x368cc6(0x2b2)}),_0xe5c911(_0x368cc6(0x1a0),{'offset':_0x368cc6(0x270),'stopColor':'#F79E9D'}),_0xe5c911(_0x368cc6(0x1a0),{'offset':_0x368cc6(0x192),'stopColor':'#D9807F'}),_0xe5c911(_0x368cc6(0x1a0),{'offset':'1','stopColor':_0x368cc6(0x1ac)})]}),_0x2429d1('linearGradient',{'id':'paint4_linear_0_1593','x1':_0x368cc6(0x1bf),'y1':'36','x2':_0x368cc6(0x1bf),'y2':_0x368cc6(0x2cf),'gradientUnits':'userSpaceOnUse','children':[_0xe5c911(_0x368cc6(0x1a0),{'stopColor':_0x368cc6(0x2e3)}),_0xe5c911(_0x368cc6(0x1a0),{'offset':'1','stopColor':_0x368cc6(0x1db),'stopOpacity':_0x368cc6(0x237)})]}),_0x2429d1(_0x368cc6(0x24f),{'id':_0x368cc6(0x298),'x1':_0x368cc6(0x29c),'y1':_0x368cc6(0x25d),'x2':_0x368cc6(0x1d1),'y2':_0x368cc6(0x25d),'gradientUnits':'userSpaceOnUse','children':[_0xe5c911(_0x368cc6(0x1a0),{'stopColor':'#DADADA'}),_0xe5c911(_0x368cc6(0x1a0),{'offset':_0x368cc6(0x1e9),'stopColor':_0x368cc6(0x2cc)}),_0xe5c911(_0x368cc6(0x1a0),{'offset':_0x368cc6(0x2da),'stopColor':'#FAF7F7'}),_0xe5c911(_0x368cc6(0x1a0),{'offset':_0x368cc6(0x174),'stopColor':_0x368cc6(0x1e6)}),_0xe5c911(_0x368cc6(0x1a0),{'offset':_0x368cc6(0x26a),'stopColor':'#DCDDDC'}),_0xe5c911(_0x368cc6(0x1a0),{'offset':'0.973543','stopColor':_0x368cc6(0x259)}),_0xe5c911('stop',{'offset':'1','stopColor':'#E4E4E4'})]})]})]});}function de(_0x45be54){const _0x4a742e=_0x5f1ee3;return _0x2429d1(_0x4a742e(0x2ce),{'width':'30','height':_0x4a742e(0x1bc),'viewBox':_0x4a742e(0x254),'fill':'none','xmlns':'http://www.w3.org/2000/svg','aria-hidden':_0x4a742e(0x13f),..._0x45be54,'children':[_0xe5c911(_0x4a742e(0x16c),{'id':_0x4a742e(0x215),'style':{'maskType':_0x4a742e(0x2c0)},'maskUnits':_0x4a742e(0x1cb),'x':'0','y':'0','width':'30','height':_0x4a742e(0x1bc),'children':_0xe5c911(_0x4a742e(0x1cf),{'width':'30','height':_0x4a742e(0x1bc),'fill':_0x4a742e(0x175)})}),_0xe5c911('g',{'mask':'url(#mask0_0_1646)','children':_0x2429d1('g',{'filter':_0x4a742e(0x135),'children':[_0xe5c911(_0x4a742e(0x1ab),{'fillRule':_0x4a742e(0x208),'clipRule':'evenodd','d':'M12.9991\x2018.6987C13.1108\x2017.7306\x2013.9305\x2017\x2014.9051\x2017C15.8796\x2017\x2016.6994\x2017.7306\x2016.8111\x2018.6987L17.4701\x2024.41H12.3401L12.9991\x2018.6987Z','fill':_0x4a742e(0x2f7)}),_0x2429d1('g',{'filter':_0x4a742e(0x186),'children':[_0xe5c911(_0x4a742e(0x1ab),{'fillRule':'evenodd','clipRule':_0x4a742e(0x208),'d':_0x4a742e(0x1af),'fill':_0x4a742e(0x157)}),_0xe5c911(_0x4a742e(0x1ab),{'fillRule':'evenodd','clipRule':_0x4a742e(0x208),'d':'M11.7701\x2024.41H18.0401L21.4601\x2046.07H8.3501L11.7701\x2024.41Z','fill':'url(#paint2_linear_0_1646)'})]}),_0xe5c911('g',{'filter':_0x4a742e(0x1e5),'children':_0xe5c911('path',{'fillRule':_0x4a742e(0x208),'clipRule':'evenodd','d':_0x4a742e(0x233),'fill':_0x4a742e(0x234)})})]})}),_0x2429d1(_0x4a742e(0x16a),{'children':[_0x2429d1('filter',{'id':'filter0_d_0_1646','x':_0x4a742e(0x245),'y':'16','width':_0x4a742e(0x154),'height':_0x4a742e(0x2a2),'filterUnits':_0x4a742e(0x1cb),'colorInterpolationFilters':_0x4a742e(0x1a3),'children':[_0xe5c911(_0x4a742e(0x2c9),{'floodOpacity':'0','result':_0x4a742e(0x249)}),_0xe5c911(_0x4a742e(0x1d3),{'in':'SourceAlpha','type':'matrix','values':_0x4a742e(0x204),'result':_0x4a742e(0x251)}),_0xe5c911(_0x4a742e(0x14d),{}),_0xe5c911('feGaussianBlur',{'stdDeviation':_0x4a742e(0x1f8)}),_0xe5c911(_0x4a742e(0x1d3),{'type':_0x4a742e(0x18d),'values':_0x4a742e(0x2c1)}),_0xe5c911(_0x4a742e(0x194),{'mode':_0x4a742e(0x1bd),'in2':'BackgroundImageFix','result':_0x4a742e(0x20a)}),_0xe5c911(_0x4a742e(0x194),{'mode':_0x4a742e(0x1bd),'in':_0x4a742e(0x2e5),'in2':'effect1_dropShadow_0_1646','result':'shape'})]}),_0x2429d1(_0x4a742e(0x2ad),{'id':'filter1_d_0_1646','x':_0x4a742e(0x296),'y':_0x4a742e(0x13c),'width':_0x4a742e(0x299),'height':_0x4a742e(0x17f),'filterUnits':'userSpaceOnUse','colorInterpolationFilters':_0x4a742e(0x1a3),'children':[_0xe5c911(_0x4a742e(0x2c9),{'floodOpacity':'0','result':'BackgroundImageFix'}),_0xe5c911(_0x4a742e(0x1d3),{'in':_0x4a742e(0x146),'type':_0x4a742e(0x18d),'values':'0\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x20127\x200','result':_0x4a742e(0x251)}),_0xe5c911('feOffset',{'dy':'-1'}),_0xe5c911('feGaussianBlur',{'stdDeviation':_0x4a742e(0x1f8)}),_0xe5c911('feColorMatrix',{'type':_0x4a742e(0x18d),'values':_0x4a742e(0x248)}),_0xe5c911('feBlend',{'mode':'normal','in2':'BackgroundImageFix','result':_0x4a742e(0x20a)}),_0xe5c911(_0x4a742e(0x194),{'mode':'normal','in':_0x4a742e(0x2e5),'in2':_0x4a742e(0x20a),'result':_0x4a742e(0x180)})]}),_0x2429d1(_0x4a742e(0x2ad),{'id':_0x4a742e(0x2e4),'x':'4.5','y':'44.07','width':_0x4a742e(0x154),'height':_0x4a742e(0x2ab),'filterUnits':_0x4a742e(0x1cb),'colorInterpolationFilters':'sRGB','children':[_0xe5c911(_0x4a742e(0x2c9),{'floodOpacity':'0','result':_0x4a742e(0x249)}),_0xe5c911(_0x4a742e(0x1d3),{'in':_0x4a742e(0x146),'type':_0x4a742e(0x18d),'values':'0\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x20127\x200','result':'hardAlpha'}),_0xe5c911(_0x4a742e(0x14d),{'dy':'-1'}),_0xe5c911('feGaussianBlur',{'stdDeviation':_0x4a742e(0x1f8)}),_0xe5c911(_0x4a742e(0x1d3),{'type':_0x4a742e(0x18d),'values':_0x4a742e(0x248)}),_0xe5c911(_0x4a742e(0x194),{'mode':_0x4a742e(0x1bd),'in2':_0x4a742e(0x249),'result':_0x4a742e(0x20a)}),_0xe5c911(_0x4a742e(0x194),{'mode':_0x4a742e(0x1bd),'in':_0x4a742e(0x2e5),'in2':_0x4a742e(0x20a),'result':_0x4a742e(0x180)})]}),_0x2429d1(_0x4a742e(0x24f),{'id':_0x4a742e(0x1e8),'x1':'12.3401','y1':_0x4a742e(0x1fd),'x2':_0x4a742e(0x1d6),'y2':'28.115','gradientUnits':_0x4a742e(0x1cb),'children':[_0xe5c911(_0x4a742e(0x1a0),{'stopColor':_0x4a742e(0x29f)}),_0xe5c911(_0x4a742e(0x1a0),{'offset':_0x4a742e(0x1a6),'stopColor':_0x4a742e(0x1ee)}),_0xe5c911('stop',{'offset':_0x4a742e(0x16f),'stopColor':_0x4a742e(0x18f)}),_0xe5c911(_0x4a742e(0x1a0),{'offset':'1','stopColor':_0x4a742e(0x266)})]}),_0x2429d1(_0x4a742e(0x24f),{'id':_0x4a742e(0x295),'x1':'7.99795','y1':_0x4a742e(0x26d),'x2':'21.1319','y2':_0x4a742e(0x2dc),'gradientUnits':'userSpaceOnUse','children':[_0xe5c911('stop',{'stopColor':_0x4a742e(0x1aa)}),_0xe5c911('stop',{'offset':_0x4a742e(0x1f7),'stopColor':'#626567'}),_0xe5c911(_0x4a742e(0x1a0),{'offset':_0x4a742e(0x1d8),'stopColor':_0x4a742e(0x1f6)}),_0xe5c911(_0x4a742e(0x1a0),{'offset':_0x4a742e(0x2b5),'stopColor':_0x4a742e(0x162)}),_0xe5c911(_0x4a742e(0x1a0),{'offset':_0x4a742e(0x236),'stopColor':_0x4a742e(0x292)})]}),_0x2429d1(_0x4a742e(0x24f),{'id':_0x4a742e(0x13b),'x1':_0x4a742e(0x151),'y1':'29.1023','x2':_0x4a742e(0x27c),'y2':_0x4a742e(0x2ff),'gradientUnits':_0x4a742e(0x1cb),'children':[_0xe5c911('stop',{'stopColor':_0x4a742e(0x2b9),'stopOpacity':_0x4a742e(0x23b)}),_0xe5c911(_0x4a742e(0x1a0),{'offset':'0.139436','stopColor':'#EDEDED'}),_0xe5c911(_0x4a742e(0x1a0),{'offset':_0x4a742e(0x17b),'stopColor':_0x4a742e(0x250),'stopOpacity':_0x4a742e(0x237)}),_0xe5c911('stop',{'offset':'1','stopColor':'white','stopOpacity':_0x4a742e(0x237)})]}),_0x2429d1(_0x4a742e(0x24f),{'id':_0x4a742e(0x195),'x1':_0x4a742e(0x1e1),'y1':_0x4a742e(0x155),'x2':_0x4a742e(0x1d1),'y2':_0x4a742e(0x155),'gradientUnits':_0x4a742e(0x1cb),'children':[_0xe5c911(_0x4a742e(0x1a0),{'stopColor':_0x4a742e(0x20f)}),_0xe5c911(_0x4a742e(0x1a0),{'offset':_0x4a742e(0x138),'stopColor':_0x4a742e(0x2cc)}),_0xe5c911('stop',{'offset':_0x4a742e(0x26b),'stopColor':_0x4a742e(0x175)}),_0xe5c911(_0x4a742e(0x1a0),{'offset':'0.802592','stopColor':'#DFE0DF'}),_0xe5c911(_0x4a742e(0x1a0),{'offset':_0x4a742e(0x2ee),'stopColor':_0x4a742e(0x2eb)}),_0xe5c911(_0x4a742e(0x1a0),{'offset':'1','stopColor':_0x4a742e(0x175)})]})]})]});}function fe(_0x2f3349){const _0xcd800f=_0x5f1ee3;return _0x2429d1('svg',{'width':'30','height':_0xcd800f(0x1bc),'viewBox':'0\x200\x2030\x20105','fill':_0xcd800f(0x290),'xmlns':'http://www.w3.org/2000/svg','aria-hidden':_0xcd800f(0x13f),..._0x2f3349,'children':[_0xe5c911(_0xcd800f(0x16c),{'id':'mask0_0_1618','style':{'maskType':_0xcd800f(0x2c0)},'maskUnits':_0xcd800f(0x1cb),'x':'0','y':'0','width':'30','height':_0xcd800f(0x1bc),'children':_0xe5c911(_0xcd800f(0x1cf),{'width':'30','height':_0xcd800f(0x1bc),'fill':_0xcd800f(0x175)})}),_0x2429d1('g',{'mask':_0xcd800f(0x190),'children':[_0x2429d1('g',{'filter':'url(#filter0_d_0_1618)','children':[_0xe5c911('path',{'fillRule':'evenodd','clipRule':_0xcd800f(0x208),'d':_0xcd800f(0x2fd),'fill':_0xcd800f(0x278)}),_0xe5c911(_0xcd800f(0x16c),{'id':_0xcd800f(0x1d9),'style':{'maskType':_0xcd800f(0x2c0)},'maskUnits':_0xcd800f(0x1cb),'x':'5','y':'26','width':'20','height':'80','children':_0xe5c911(_0xcd800f(0x1ab),{'fillRule':_0xcd800f(0x208),'clipRule':'evenodd','d':'M9\x2027.5C9\x2026.9477\x209.44772\x2026.5\x2010\x2026.5L20\x2026.5C20.5523\x2026.5\x2021\x2026.9477\x2021\x2027.5V42.0409C21\x2042.6475\x2021.1104\x2043.2489\x2021.3257\x2043.816L24.1743\x2051.3174C24.3896\x2051.8844\x2024.5\x2052.4859\x2024.5\x2053.0924V105.5H5.5V53.0924C5.5\x2052.4859\x205.61036\x2051.8844\x205.82569\x2051.3174L8.67431\x2043.816C8.88964\x2043.2489\x209\x2042.6475\x209\x2042.0409V27.5Z','fill':_0xcd800f(0x175)})}),_0x2429d1('g',{'mask':_0xcd800f(0x203),'children':[_0xe5c911(_0xcd800f(0x1ab),{'fillRule':_0xcd800f(0x208),'clipRule':_0xcd800f(0x208),'d':'M9\x2042H21L24.5\x2052H5.5L9\x2042Z','fill':'#E6E6E6'}),_0xe5c911(_0xcd800f(0x1ab),{'fillRule':_0xcd800f(0x208),'clipRule':_0xcd800f(0x208),'d':_0xcd800f(0x21d),'fill':'url(#paint1_linear_0_1618)'}),_0xe5c911(_0xcd800f(0x1ab),{'fillRule':_0xcd800f(0x208),'clipRule':_0xcd800f(0x208),'d':_0xcd800f(0x21d),'fill':_0xcd800f(0x21b)}),_0xe5c911(_0xcd800f(0x1cf),{'x':'9','y':_0xcd800f(0x2e6),'width':'12','height':'15.5','fill':'url(#paint3_linear_0_1618)'})]})]}),_0xe5c911(_0xcd800f(0x1ab),{'fillRule':_0xcd800f(0x208),'clipRule':'evenodd','d':_0xcd800f(0x2c7),'fill':_0xcd800f(0x29a)}),_0xe5c911('mask',{'id':_0xcd800f(0x153),'style':{'maskType':_0xcd800f(0x2c0)},'maskUnits':_0xcd800f(0x1cb),'x':'5','y':'15','width':'20','height':'46','children':_0xe5c911(_0xcd800f(0x1ab),{'fillRule':_0xcd800f(0x208),'clipRule':_0xcd800f(0x208),'d':_0xcd800f(0x2c7),'fill':_0xcd800f(0x175)})}),_0x2429d1('g',{'mask':_0xcd800f(0x1b5),'children':[_0xe5c911(_0xcd800f(0x1cf),{'y':'12','width':'30','height':'62','fill':'#FED031'}),_0xe5c911('rect',{'x':_0xcd800f(0x1d1),'y':_0xcd800f(0x184),'width':'19','height':'57','fill':'url(#paint4_linear_0_1618)'})]})]}),_0x2429d1('defs',{'children':[_0x2429d1('filter',{'id':'filter0_d_0_1618','x':'3.5','y':_0xcd800f(0x29c),'width':'23','height':'83','filterUnits':_0xcd800f(0x1cb),'colorInterpolationFilters':_0xcd800f(0x1a3),'children':[_0xe5c911(_0xcd800f(0x2c9),{'floodOpacity':'0','result':'BackgroundImageFix'}),_0xe5c911(_0xcd800f(0x1d3),{'in':_0xcd800f(0x146),'type':_0xcd800f(0x18d),'values':'0\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x200\x20127\x200','result':_0xcd800f(0x251)}),_0xe5c911('feOffset',{}),_0xe5c911('feGaussianBlur',{'stdDeviation':'1'}),_0xe5c911(_0xcd800f(0x1d3),{'type':_0xcd800f(0x18d),'values':_0xcd800f(0x166)}),_0xe5c911(_0xcd800f(0x194),{'mode':_0xcd800f(0x1bd),'in2':'BackgroundImageFix','result':_0xcd800f(0x2a4)}),_0xe5c911('feBlend',{'mode':_0xcd800f(0x1bd),'in':_0xcd800f(0x2e5),'in2':_0xcd800f(0x2a4),'result':_0xcd800f(0x180)})]}),_0x2429d1('linearGradient',{'id':_0xcd800f(0x28d),'x1':_0xcd800f(0x29c),'y1':_0xcd800f(0x198),'x2':_0xcd800f(0x1d1),'y2':'19.1595','gradientUnits':'userSpaceOnUse','children':[_0xe5c911(_0xcd800f(0x1a0),{'stopColor':_0xcd800f(0x20f)}),_0xe5c911('stop',{'offset':_0xcd800f(0x1e9),'stopColor':_0xcd800f(0x2cc)}),_0xe5c911(_0xcd800f(0x1a0),{'offset':_0xcd800f(0x2da),'stopColor':_0xcd800f(0x23f)}),_0xe5c911(_0xcd800f(0x1a0),{'offset':_0xcd800f(0x174),'stopColor':_0xcd800f(0x1e6)}),_0xe5c911(_0xcd800f(0x1a0),{'offset':_0xcd800f(0x26a),'stopColor':'#DCDDDC'}),_0xe5c911(_0xcd800f(0x1a0),{'offset':'0.973543','stopColor':'#E4E4E4'}),_0xe5c911(_0xcd800f(0x1a0),{'offset':'1','stopColor':_0xcd800f(0x259)})]}),_0x2429d1(_0xcd800f(0x24f),{'id':'paint1_linear_0_1618','x1':'17.978','y1':_0xcd800f(0x161),'x2':_0xcd800f(0x1a4),'y2':_0xcd800f(0x142),'gradientUnits':_0xcd800f(0x1cb),'children':[_0xe5c911(_0xcd800f(0x1a0),{'stopColor':_0xcd800f(0x20f)}),_0xe5c911(_0xcd800f(0x1a0),{'offset':'0.169003','stopColor':_0xcd800f(0x2cc)}),_0xe5c911('stop',{'offset':'0.445105','stopColor':_0xcd800f(0x23f)}),_0xe5c911(_0xcd800f(0x1a0),{'offset':_0xcd800f(0x174),'stopColor':_0xcd800f(0x1e6)}),_0xe5c911('stop',{'offset':_0xcd800f(0x26a),'stopColor':'#DCDDDC','stopOpacity':'0.01'}),_0xe5c911(_0xcd800f(0x1a0),{'offset':'0.973543','stopColor':_0xcd800f(0x259),'stopOpacity':_0xcd800f(0x237)}),_0xe5c911(_0xcd800f(0x1a0),{'offset':'1','stopColor':_0xcd800f(0x259),'stopOpacity':'0.01'})]}),_0x2429d1(_0xcd800f(0x24f),{'id':'paint2_linear_0_1618','x1':_0xcd800f(0x247),'y1':_0xcd800f(0x268),'x2':'21.1391','y2':_0xcd800f(0x2c5),'gradientUnits':_0xcd800f(0x1cb),'children':[_0xe5c911(_0xcd800f(0x1a0),{'stopColor':_0xcd800f(0x20f),'stopOpacity':_0xcd800f(0x237)}),_0xe5c911(_0xcd800f(0x1a0),{'offset':'0.169003','stopColor':_0xcd800f(0x2cc),'stopOpacity':_0xcd800f(0x237)}),_0xe5c911(_0xcd800f(0x1a0),{'offset':_0xcd800f(0x276),'stopColor':'#FAF7F7','stopOpacity':_0xcd800f(0x237)}),_0xe5c911(_0xcd800f(0x1a0),{'offset':'0.856298','stopColor':_0xcd800f(0x1e6)}),_0xe5c911('stop',{'offset':_0xcd800f(0x14e),'stopColor':_0xcd800f(0x2eb)}),_0xe5c911(_0xcd800f(0x1a0),{'offset':'1','stopColor':_0xcd800f(0x259)}),_0xe5c911('stop',{'offset':'1','stopColor':_0xcd800f(0x259)})]}),_0x2429d1('linearGradient',{'id':_0xcd800f(0x224),'x1':'21','y1':'25.0598','x2':'9','y2':_0xcd800f(0x300),'gradientUnits':_0xcd800f(0x1cb),'children':[_0xe5c911(_0xcd800f(0x1a0),{'stopColor':_0xcd800f(0x20f)}),_0xe5c911('stop',{'offset':_0xcd800f(0x1e9),'stopColor':_0xcd800f(0x2cc)}),_0xe5c911(_0xcd800f(0x1a0),{'offset':'0.445105','stopColor':_0xcd800f(0x23f)}),_0xe5c911(_0xcd800f(0x1a0),{'offset':_0xcd800f(0x174),'stopColor':_0xcd800f(0x1e6)}),_0xe5c911(_0xcd800f(0x1a0),{'offset':_0xcd800f(0x26a),'stopColor':_0xcd800f(0x2eb)}),_0xe5c911(_0xcd800f(0x1a0),{'offset':_0xcd800f(0x26e),'stopColor':'#E4E4E4'}),_0xe5c911(_0xcd800f(0x1a0),{'offset':'1','stopColor':_0xcd800f(0x259)})]}),_0x2429d1(_0xcd800f(0x24f),{'id':_0xcd800f(0x230),'x1':'5.5','y1':_0xcd800f(0x16d),'x2':_0xcd800f(0x29c),'y2':'71.5','gradientUnits':_0xcd800f(0x1cb),'children':[_0xe5c911('stop',{'stopOpacity':_0xcd800f(0x1c0)}),_0xe5c911(_0xcd800f(0x1a0),{'offset':'0.598084','stopColor':_0xcd800f(0x175),'stopOpacity':_0xcd800f(0x2e9)}),_0xe5c911(_0xcd800f(0x1a0),{'offset':_0xcd800f(0x1b2),'stopColor':_0xcd800f(0x175),'stopOpacity':_0xcd800f(0x2ed)}),_0xe5c911(_0xcd800f(0x1a0),{'offset':'1','stopOpacity':'0.1'})]})]})]});}const pe=[{'labelKey':_0x5f1ee3(0x2de),'tool':'pen','icon':de,'darkIcon':le},{'labelKey':_0x5f1ee3(0x2ba),'tool':_0x5f1ee3(0x2ba),'icon':ae,'darkIcon':oe},{'labelKey':_0x5f1ee3(0x200),'tool':'highlighter','icon':fe,'darkIcon':ce},{'labelKey':'eraser','tool':'eraser','icon':ue,'darkIcon':se}],me={'pen':_0x5f1ee3(0x216),'brush':'ink-ui.toolbar.brush','highlighter':_0x5f1ee3(0x257),'eraser':'ink-ui.toolbar.eraser'},Z=[{'value':0x2,'icon':_0x12446e},{'value':0x4,'icon':_0x6dd778},{'value':0x8,'icon':_0x332d42},{'value':0xe,'icon':_0x3b627a},{'value':0x18,'icon':_0x1eeec8}];function he(_0x12a18e){const _0x5beea2=_0x5f1ee3;return[_0x5beea2(0x1ff),_0x5beea2(0x2db),_0x12a18e?'univer-z-10':''][_0x5beea2(0x261)]('\x20');}function ge(_0x1c0fd1){const _0x13b130=_0x5f1ee3;var _0x521b92;return(_0x521b92=Z[_0x13b130(0x1c7)](_0x4b0a72=>_0x4b0a72['value']===_0x1c0fd1))==null?Z[0x0]:_0x521b92;}function _e(_0x417621){const _0x3cfa5e=_0x5f1ee3;let _0x15bab5=_0x417621[_0x3cfa5e(0x22f)];return _0xe5c911(_0x3cfa5e(0x171),{'aria-hidden':'true','className':'univer-flex\x20univer-h-8\x20univer-w-8\x20univer-items-center\x20univer-justify-center\x20univer-text-gray-900\x20dark:!univer-text-gray-100','children':_0xe5c911(_0x15bab5,{'className':_0x3cfa5e(0x1fa)})});}function Q(_0x38e04b){const _0x4539b5=_0x5f1ee3;let _0x1b1430=_0x4cf81f(_0x541e1b),_0x38ea4d=_0x38e04b[_0x4539b5(0x18a)]!=='close';return _0xe5c911(_0x477c60,{'title':_0x1b1430['t'](_0x38e04b[_0x4539b5(0x149)]),'placement':_0x4539b5(0x1f5),'visible':_0x38e04b[_0x4539b5(0x24e)],'onVisibleChange':_0x38e04b['onTooltipVisibleChange'],'asChild':!0x0,'children':_0xe5c911(_0x4539b5(0x171),{'className':_0x55d0b8(_0x4539b5(0x28f),_0x38ea4d?_0x4539b5(0x272):_0x4539b5(0x1a2)),'data-ink-toolbar-control-tooltip-anchor':_0x4539b5(0x13f),'children':_0xe5c911(_0x5466ad,{'aria-label':_0x1b1430['t'](_0x38e04b['labelKey']),'className':_0x55d0b8(_0x4539b5(0x178),_0x4539b5(0x2d0),_0x38ea4d?_0x4539b5(0x13e):_0x4539b5(0x137),_0x38e04b[_0x4539b5(0x187)]?'univer-bg-gray-100\x20univer-text-gray-900\x20dark:!univer-bg-gray-800':''),'data-ink-toolbar-control':_0x38e04b[_0x4539b5(0x18a)],'size':_0x4539b5(0x202),'type':_0x4539b5(0x22a),'variant':_0x4539b5(0x2fb),'onMouseDown':_0x3f0d51=>{const _0x218f23=_0x4539b5;_0x3f0d51[_0x218f23(0x231)](),_0x3f0d51['preventDefault']();},'onClick':_0x38e04b['onClick'],'children':_0x38e04b['children']})})});}function ve(_0x2084de){const _0x443639=_0x5f1ee3;let {tool:_0x182913,color:_0x126482,width:_0x2c9f56,onSelectTool:_0x38adac,onSetWidth:_0x3d0de3,onSetColor:_0x3b535e,onClose:_0x2b2dca}=_0x2084de,_0x42be8e=ge(_0x2c9f56),[_0x25c5ab,_0x4ec88e]=_0x141376(null),[_0xf1a767,_0x36fd92]=_0x141376(null),_0x4c89bf=_0x4cf81f(_0x541e1b),_0x36b047=_0x77b1de(_0x4c89bf['direction$'],_0x4c89bf[_0x443639(0x197)]());function _0x145cfd(_0x5472d7,_0x4a7ad4){_0x36fd92(null),_0x4ec88e(_0x170081=>_0x4a7ad4?_0x5472d7:_0x170081===_0x5472d7?null:_0x170081);}function _0x4e648d(_0xca62df,_0x57990d){_0x36fd92(_0x3b589a=>_0x57990d?_0x25c5ab===_0xca62df?null:_0xca62df:_0x3b589a===_0xca62df?null:_0x3b589a);}return _0x2429d1(_0x443639(0x29d),{'dir':_0x36b047,'className':_0x443639(0x1a1),'data-ink-floating-toolbar':_0x443639(0x13f),'children':[_0xe5c911('div',{'className':_0x443639(0x2d1),'aria-hidden':_0x443639(0x13f)}),_0xe5c911(_0x443639(0x29d),{'className':_0x443639(0x193),'children':pe[_0x443639(0x1c6)](_0x51b598=>{const _0x1400fb=_0x443639;let _0x4dfdb0=_0x51b598['icon'],_0x233959=_0x51b598['darkIcon'],_0x2f18e2=_0x182913===_0x51b598[_0x1400fb(0x255)],_0x4d406d=_0x4c89bf['t'](me[_0x51b598[_0x1400fb(0x149)]]);return _0xe5c911('div',{'className':_0x1400fb(0x27e),'data-ink-tool-tooltip-anchor':_0x1400fb(0x13f),'children':_0xe5c911(_0x477c60,{'title':_0x4d406d,'placement':_0x1400fb(0x1f5),'asChild':!0x0,'children':_0xe5c911('button',{'aria-label':_0x4d406d,'aria-pressed':_0x2f18e2,'className':he(_0x2f18e2),'type':_0x1400fb(0x22a),'onClick':()=>_0x38adac(_0x51b598[_0x1400fb(0x255)]),'children':_0x2429d1(_0x1400fb(0x171),{'className':_0x55d0b8(_0x1400fb(0x1f3),_0x2f18e2?'univer-translate-y-[15px]':_0x1400fb(0x1fc)),'children':[_0xe5c911(_0x4dfdb0,{'className':_0x1400fb(0x22d)}),_0xe5c911(_0x233959,{'className':'ink-tool-icon-dark\x20univer-hidden\x20univer-w-auto\x20univer-drop-shadow-lg\x20dark:!univer-block'})]})})})},_0x51b598[_0x1400fb(0x255)]);})}),_0xe5c911('div',{'className':'univer-h-8\x20univer-w-px\x20univer-bg-gray-200\x20dark:!univer-bg-gray-700'}),_0x2429d1(_0x443639(0x29d),{'className':'univer-flex\x20univer-h-10\x20univer-items-center\x20univer-gap-3','children':[_0xe5c911(_0x3de237,{'open':_0x25c5ab===_0x443639(0x267),'className':_0x443639(0x1b4),'data-ink-floating-toolbar-popup':_0x443639(0x13f),'onOpenChange':_0x344194=>_0x145cfd(_0x443639(0x267),_0x344194),'overlay':_0xe5c911(_0x1cd99e,{'className':_0x443639(0x2d5),'minWidthClassName':'univer-min-w-0','children':_0xe5c911('div',{'className':_0x443639(0x1c2),'children':Z['map'](_0x55b8fd=>{const _0x13a7cc=_0x443639;let _0x1589cc=_0x55b8fd['icon'],_0x373ac0=_0x55b8fd[_0x13a7cc(0x242)]===_0x2c9f56;return _0xe5c911(_0x5466ad,{'aria-label':_0x4c89bf['t'](_0x13a7cc(0x1c8),String(_0x55b8fd[_0x13a7cc(0x242)])),'aria-pressed':_0x373ac0,'className':_0x55d0b8(_0x13a7cc(0x1b1),_0x373ac0?_0x13a7cc(0x211):''),'size':_0x13a7cc(0x22f),'type':_0x13a7cc(0x22a),'variant':_0x13a7cc(0x2fb),'onClick':()=>{_0x3d0de3(_0x55b8fd['value']),_0x4ec88e(null);},'children':_0xe5c911(_0x1589cc,{})},_0x55b8fd[_0x13a7cc(0x242)]);})})}),'children':_0xe5c911(_0x443639(0x171),{'className':_0x443639(0x19c),'children':_0x2429d1(Q,{'labelKey':_0x443639(0x2b3),'control':_0x443639(0x267),'tooltipVisible':_0x25c5ab===_0x443639(0x267)?!0x1:_0xf1a767===_0x443639(0x267),'onTooltipVisibleChange':_0x3156ff=>_0x4e648d(_0x443639(0x267),_0x3156ff),'children':[_0xe5c911(_e,{'icon':_0x42be8e[_0x443639(0x22f)]}),_0xe5c911(_0x64ebc2,{})]})})}),_0xe5c911(_0x3de237,{'open':_0x25c5ab===_0x443639(0x2c8),'className':_0x55d0b8(_0x443639(0x302),_0x443639(0x1b4)),'data-ink-floating-toolbar-popup':_0x443639(0x13f),'onOpenChange':_0x4340d2=>_0x145cfd(_0x443639(0x2c8),_0x4340d2),'overlay':_0xe5c911(_0x443639(0x29d),{'className':_0x443639(0x27b),'dir':_0x36b047,'children':_0xe5c911(_0x176e80,{'value':_0x126482,'onChange':_0x3b535e})}),'children':_0xe5c911(_0x443639(0x171),{'className':_0x443639(0x19c),'children':_0x2429d1(Q,{'labelKey':_0x443639(0x169),'control':'color','tooltipVisible':_0x25c5ab==='color'?!0x1:_0xf1a767==='color','onTooltipVisibleChange':_0x537c0e=>_0x4e648d(_0x443639(0x2c8),_0x537c0e),'children':[_0xe5c911(_0x5eadd8,{'className':_0x443639(0x1a7)}),_0xe5c911(_0x64ebc2,{})]})})})]}),_0xe5c911(_0x443639(0x29d),{'className':_0x443639(0x19c),'children':_0xe5c911(Q,{'labelKey':_0x443639(0x219),'control':_0x443639(0x164),'tooltipVisible':_0xf1a767===_0x443639(0x164),'onTooltipVisibleChange':_0x1943b4=>_0x4e648d(_0x443639(0x164),_0x1943b4),'onClick':_0x2b2dca,'children':_0xe5c911(_0x1ba573,{'className':_0x443639(0x2b4),'aria-hidden':_0x443639(0x13f)})})})]});}function ye(){const _0x54c5ed=_0x5f1ee3;let _0x4de726=_0x4cf81f(z),_0x383c68=_0x77b1de(()=>_0x4de726[_0x54c5ed(0x179)],_0x4de726['getState'](),!0x1,[_0x4de726]);return _0x383c68[_0x54c5ed(0x1df)]?_0xe5c911(ve,{'color':_0x383c68[_0x54c5ed(0x2c8)],'tool':_0x383c68[_0x54c5ed(0x255)],'width':_0x383c68[_0x54c5ed(0x267)],'onClose':()=>_0x4de726['cancelInkMode'](),'onSetColor':_0x466de8=>_0x4de726[_0x54c5ed(0x2d2)](_0x466de8),'onSetWidth':_0x5125bf=>_0x4de726['setWidth'](_0x5125bf),'onSelectTool':_0x62ebf0=>_0x4de726['selectTool'](_0x62ebf0)}):null;}let $=class extends _0x594d62{constructor(_0xf4b019=I,_0x4d3115,_0x2ec1f1,_0x2f8245){const _0x4d1e3c=_0x5f1ee3;super(),this[_0x4d1e3c(0x1f1)]=_0xf4b019,this[_0x4d1e3c(0x221)]=_0x4d3115,this[_0x4d1e3c(0x2bf)]=_0x2ec1f1,this[_0x4d1e3c(0x19d)]=_0x2f8245;let {..._0x5c6a5b}=_0x5a4e22({},I,this['_config']);this['_configService'][_0x4d1e3c(0x239)](_0x4d1e3c(0x2ae),_0x5c6a5b);}['onStarting'](){const _0x48cbd9=_0x5f1ee3;[[X],[z,{'useClass':H}],[G,{'useClass':Y}]][_0x48cbd9(0x17a)](_0x5a000a=>this['_injector'][_0x48cbd9(0x160)](_0x5a000a)),this[_0x48cbd9(0x1b0)](this[_0x48cbd9(0x2bf)][_0x48cbd9(0x189)](_0x5b99ad[_0x48cbd9(0x18e)],()=>_0x5195d0(ye,this[_0x48cbd9(0x221)])));}};R($,'pluginName',_0x5f1ee3(0x177)),R($,_0x5f1ee3(0x16e),P),R($,_0x5f1ee3(0x17e),F),R($,'type',_0x3f690b['UNIVER_UNKNOWN']),$=W([_0x4e7b0f(_0x12dffa,_0x2f16f5,_0x23e6da),U(0x1,_0x45e926(_0x41cbfb)),U(0x2,_0x1b4c12),U(0x3,_0x3c9436)],$);export{G as IInkOutsideInteractionService,z as IInkUIStateService,X as InkUIService,H as InkUIStateService,$ as UniverInkUIPlugin};
@@ -0,0 +1 @@
1
+ function _0x1013(){const _0x3bd408=['6LPYZel','42274276FGGMJZ','الخروج\x20من\x20وضع\x20الحبر','1ZAZoRZ','ممحاة','محدد\x20عرض\x20الحبر','8269560VuyzJX','قلم','27cheJrM','4430128thyIsJ','3052284jpTuNJ','207778CDocUt','10koIspp','فرشاة','منتقي\x20لون\x20الحبر','4248189gcYlee','4734863pLIGfb'];_0x1013=function(){return _0x3bd408;};return _0x1013();}function _0xc4d0(_0x2904ca,_0x58f0ab){_0x2904ca=_0x2904ca-0xdb;const _0x1013ac=_0x1013();let _0xc4d0a5=_0x1013ac[_0x2904ca];return _0xc4d0a5;}const _0x4760e2=_0xc4d0;(function(_0x2a50ee,_0xa5f8cb){const _0xd2ff63=_0xc4d0,_0x430c4e=_0x2a50ee();while(!![]){try{const _0x4fd067=-parseInt(_0xd2ff63(0xdc))/0x1*(parseInt(_0xd2ff63(0xe4))/0x2)+-parseInt(_0xd2ff63(0xe8))/0x3+-parseInt(_0xd2ff63(0xe3))/0x4*(parseInt(_0xd2ff63(0xe5))/0x5)+parseInt(_0xd2ff63(0xea))/0x6*(-parseInt(_0xd2ff63(0xe9))/0x7)+parseInt(_0xd2ff63(0xe2))/0x8*(parseInt(_0xd2ff63(0xe1))/0x9)+-parseInt(_0xd2ff63(0xdf))/0xa+parseInt(_0xd2ff63(0xeb))/0xb;if(_0x4fd067===_0xa5f8cb)break;else _0x430c4e['push'](_0x430c4e['shift']());}catch(_0x542da0){_0x430c4e['push'](_0x430c4e['shift']());}}}(_0x1013,0xe924b));const e={'ink-ui':{'toolbar':{'pen':_0x4760e2(0xe0),'brush':_0x4760e2(0xe6),'highlighter':'قلم\x20تمييز','eraser':_0x4760e2(0xdd),'widthSelector':_0x4760e2(0xde),'widthValue':'عرض\x20الحبر\x20{0}','colorPicker':_0x4760e2(0xe7),'exitInkMode':_0x4760e2(0xdb)}}};export{e as default};