@wangliang139/klinecharts-pro 0.1.5 → 0.1.6

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.
@@ -1,7 +1,75 @@
1
- var h5 = Object.defineProperty;
2
- var p5 = (e, t, n) => t in e ? h5(e, t, { enumerable: !0, configurable: !0, writable: !0, value: n }) : e[t] = n;
3
- var g1 = (e, t, n) => (p5(e, typeof t != "symbol" ? t + "" : t, n), n);
4
- import { utils as N, init as v5, dispose as I9, registerOverlay as _5 } from "klinecharts";
1
+ var p5 = Object.defineProperty;
2
+ var v5 = (e, t, n) => t in e ? p5(e, t, { enumerable: !0, configurable: !0, writable: !0, value: n }) : e[t] = n;
3
+ var g1 = (e, t, n) => (v5(e, typeof t != "symbol" ? t + "" : t, n), n);
4
+ import { utils as N, init as _5, dispose as P9, registerOverlay as L5 } from "klinecharts";
5
+ const b5 = "@wangliang139/klinecharts-pro", $5 = "0.1.5", x5 = "Financial chart built out of the box based on KLineChart.", k5 = "module", w5 = "./dist/klinecharts-pro.umd.js", A5 = "./dist/klinecharts-pro.js", M5 = "./dist/index.d.ts", S5 = [
6
+ "LICENSE",
7
+ "README.md",
8
+ "dist/"
9
+ ], T5 = {
10
+ type: "git",
11
+ url: "https://github.com/wangliang139/klinecharts-pro"
12
+ }, I5 = [
13
+ "klinecharts",
14
+ "pro",
15
+ "candlestick",
16
+ "finance",
17
+ "stock",
18
+ "chart",
19
+ "canvas"
20
+ ], P5 = "liihuu", D5 = "Apache-2.0", B5 = {
21
+ "build-core": "tsc && vite build",
22
+ "build-dts": "dts-bundle-generator --no-banner true --umd-module-name klinechartspro -o dist/index.d.ts src/index.ts",
23
+ build: "npm run build-core && npm run build-dts",
24
+ "docs:dev": "vitepress dev docs",
25
+ "docs:build": "vitepress build docs",
26
+ "docs:preview": "vitepress preview docs",
27
+ "docs:deploy": "npm run docs:build && gh-pages -d website"
28
+ }, O5 = {
29
+ "@solidjs/testing-library": "^0.6.1",
30
+ "@testing-library/jest-dom": "^5.17.0",
31
+ "@types/lodash": "^4.17.24",
32
+ "@types/testing-library__jest-dom": "^5.14.9",
33
+ "@typescript-eslint/eslint-plugin": "^5.62.0",
34
+ "babel-preset-solid": "^1.9.12",
35
+ "dts-bundle-generator": "^7.2.0",
36
+ eslint: "^8.57.1",
37
+ "eslint-config-standard-with-typescript": "^34.0.1",
38
+ "eslint-plugin-import": "^2.32.0",
39
+ "eslint-plugin-n": "^15.7.0",
40
+ "eslint-plugin-promise": "^6.6.0",
41
+ "gh-pages": "^5.0.0",
42
+ less: "^4.6.4",
43
+ "less-loader": "^11.1.4",
44
+ typescript: "~5.6.3",
45
+ vite: "^4.5.14",
46
+ "vite-plugin-solid": "^2.11.12",
47
+ vitepress: "^1.6.4",
48
+ vitest: "^0.28.5"
49
+ }, E5 = {
50
+ lodash: "^4.18.1",
51
+ "solid-js": "^1.9.12"
52
+ }, F5 = {
53
+ klinecharts: "^10.0.0-beta1"
54
+ }, z0 = {
55
+ name: b5,
56
+ version: $5,
57
+ description: x5,
58
+ type: k5,
59
+ main: w5,
60
+ module: A5,
61
+ types: M5,
62
+ files: S5,
63
+ repository: T5,
64
+ keywords: I5,
65
+ author: P5,
66
+ license: D5,
67
+ private: !1,
68
+ scripts: B5,
69
+ devDependencies: O5,
70
+ dependencies: E5,
71
+ peerDependencies: F5
72
+ };
5
73
  function F1(e, t, n) {
6
74
  const r = (e.x - t.x) * Math.cos(n) - (e.y - t.y) * Math.sin(n) + t.x, a = (e.x - t.x) * Math.sin(n) + (e.y - t.y) * Math.cos(n) + t.y;
7
75
  return { x: r, y: a };
@@ -25,11 +93,11 @@ function h0(e, t) {
25
93
  }
26
94
  return [];
27
95
  }
28
- function P9(e, t) {
96
+ function D9(e, t) {
29
97
  const n = Math.abs(e.x - t.x), r = Math.abs(e.y - t.y);
30
98
  return Math.sqrt(n * n + r * r);
31
99
  }
32
- const L5 = {
100
+ const j5 = {
33
101
  name: "arrow",
34
102
  totalStep: 3,
35
103
  needDefaultPointFigure: !0,
@@ -55,7 +123,7 @@ const L5 = {
55
123
  }
56
124
  return [];
57
125
  }
58
- }, b5 = {
126
+ }, K5 = {
59
127
  name: "circle",
60
128
  totalStep: 3,
61
129
  needDefaultPointFigure: !0,
@@ -68,7 +136,7 @@ const L5 = {
68
136
  },
69
137
  createPointFigures: ({ coordinates: e }) => {
70
138
  if (e.length > 1) {
71
- const t = P9(e[0], e[1]);
139
+ const t = D9(e[0], e[1]);
72
140
  return {
73
141
  type: "circle",
74
142
  attrs: {
@@ -80,7 +148,7 @@ const L5 = {
80
148
  }
81
149
  return [];
82
150
  }
83
- }, $5 = {
151
+ }, N5 = {
84
152
  name: "rect",
85
153
  totalStep: 3,
86
154
  needDefaultPointFigure: !0,
@@ -105,7 +173,7 @@ const L5 = {
105
173
  styles: { style: "stroke_fill" }
106
174
  }
107
175
  ] : []
108
- }, x5 = {
176
+ }, Z5 = {
109
177
  name: "parallelogram",
110
178
  totalStep: 4,
111
179
  needDefaultPointFigure: !0,
@@ -143,7 +211,7 @@ const L5 = {
143
211
  performEventMoveForDrawing: ({ currentStep: e, points: t, performPoint: n }) => {
144
212
  e === 2 && (t[0].price = n.price);
145
213
  }
146
- }, k5 = {
214
+ }, Q5 = {
147
215
  name: "triangle",
148
216
  totalStep: 4,
149
217
  needDefaultPointFigure: !0,
@@ -161,7 +229,7 @@ const L5 = {
161
229
  styles: { style: "stroke_fill" }
162
230
  }
163
231
  ]
164
- }, w5 = {
232
+ }, R5 = {
165
233
  name: "fibonacciCircle",
166
234
  totalStep: 3,
167
235
  needDefaultPointFigure: !0,
@@ -194,7 +262,7 @@ const L5 = {
194
262
  }
195
263
  return [];
196
264
  }
197
- }, A5 = {
265
+ }, z5 = {
198
266
  name: "fibonacciSegment",
199
267
  totalStep: 3,
200
268
  needDefaultPointFigure: !0,
@@ -208,9 +276,9 @@ const L5 = {
208
276
  ((r == null ? void 0 : r.isInCandle()) ?? !0) && i ? o = i.pricePrecision : n.getIndicators({ paneId: t.paneId }).forEach((b) => {
209
277
  o = Math.max(o, b.precision);
210
278
  });
211
- const c = e[1].x > e[0].x ? e[0].x : e[1].x, C = [1, 0.786, 0.618, 0.5, 0.382, 0.236, 0], f = e[0].y - e[1].y, l = t.points, v = l[0].value - l[1].value;
212
- C.forEach((p) => {
213
- const b = e[1].y + f * p, S = (l[1].value + v * p).toFixed(o.price);
279
+ const c = e[1].x > e[0].x ? e[0].x : e[1].x, u = [1, 0.786, 0.618, 0.5, 0.382, 0.236, 0], d = e[0].y - e[1].y, l = t.points, v = l[0].value - l[1].value;
280
+ u.forEach((p) => {
281
+ const b = e[1].y + d * p, S = (l[1].value + v * p).toFixed(o.price);
214
282
  a.push({ coordinates: [{ x: e[0].x, y: b }, { x: e[1].x, y: b }] }), s.push({
215
283
  x: c,
216
284
  y: b,
@@ -231,7 +299,7 @@ const L5 = {
231
299
  }
232
300
  ];
233
301
  }
234
- }, M5 = {
302
+ }, U5 = {
235
303
  name: "fibonacciSpiral",
236
304
  totalStep: 3,
237
305
  needDefaultPointFigure: !0,
@@ -239,7 +307,7 @@ const L5 = {
239
307
  needDefaultYAxisFigure: !0,
240
308
  createPointFigures: ({ coordinates: e, bounding: t }) => {
241
309
  if (e.length > 1) {
242
- const n = P9(e[0], e[1]) / Math.sqrt(24), r = e[1].x > e[0].x ? 0 : 1, a = N.getLinearSlopeIntercept(e[0], e[1]);
310
+ const n = D9(e[0], e[1]) / Math.sqrt(24), r = e[1].x > e[0].x ? 0 : 1, a = N.getLinearSlopeIntercept(e[0], e[1]);
243
311
  let s;
244
312
  a ? s = Math.atan(a[0]) + Math.PI * r : e[1].y > e[0].y ? s = Math.PI / 2 : s = Math.PI / 2 * 3;
245
313
  const o = F1(
@@ -261,29 +329,29 @@ const L5 = {
261
329
  startAngle: s + Math.PI / 2,
262
330
  endAngle: s + Math.PI
263
331
  }];
264
- let C = e[0].x - n, f = e[0].y - n;
332
+ let u = e[0].x - n, d = e[0].y - n;
265
333
  for (let l = 2; l < 9; l++) {
266
334
  const v = c[l - 2].r + c[l - 1].r;
267
335
  let p = 0;
268
336
  switch (l % 4) {
269
337
  case 0: {
270
- p = s, C -= c[l - 2].r;
338
+ p = s, u -= c[l - 2].r;
271
339
  break;
272
340
  }
273
341
  case 1: {
274
- p = s + Math.PI / 2, f -= c[l - 2].r;
342
+ p = s + Math.PI / 2, d -= c[l - 2].r;
275
343
  break;
276
344
  }
277
345
  case 2: {
278
- p = s + Math.PI, C += c[l - 2].r;
346
+ p = s + Math.PI, u += c[l - 2].r;
279
347
  break;
280
348
  }
281
349
  case 3: {
282
- p = s + Math.PI / 2 * 3, f += c[l - 2].r;
350
+ p = s + Math.PI / 2 * 3, d += c[l - 2].r;
283
351
  break;
284
352
  }
285
353
  }
286
- const b = p + Math.PI / 2, S = F1({ x: C, y: f }, e[0], s);
354
+ const b = p + Math.PI / 2, S = F1({ x: u, y: d }, e[0], s);
287
355
  c.push({
288
356
  ...S,
289
357
  r: v,
@@ -304,7 +372,7 @@ const L5 = {
304
372
  }
305
373
  return [];
306
374
  }
307
- }, S5 = {
375
+ }, Y5 = {
308
376
  name: "fibonacciSpeedResistanceFan",
309
377
  totalStep: 3,
310
378
  needDefaultPointFigure: !0,
@@ -316,16 +384,16 @@ const L5 = {
316
384
  const a = [];
317
385
  if (e.length > 1) {
318
386
  const s = e[1].x > e[0].x ? -38 : 4, o = e[1].y > e[0].y ? -2 : 20, i = e[1].x - e[0].x, c = e[1].y - e[0].y;
319
- [1, 0.75, 0.618, 0.5, 0.382, 0.25, 0].forEach((f) => {
320
- const l = e[1].x - i * f, v = e[1].y - c * f;
387
+ [1, 0.75, 0.618, 0.5, 0.382, 0.25, 0].forEach((d) => {
388
+ const l = e[1].x - i * d, v = e[1].y - c * d;
321
389
  n.push({ coordinates: [{ x: l, y: e[0].y }, { x: l, y: e[1].y }] }), n.push({ coordinates: [{ x: e[0].x, y: v }, { x: e[1].x, y: v }] }), r = r.concat(h0([e[0], { x: l, y: e[1].y }], t)), r = r.concat(h0([e[0], { x: e[1].x, y: v }], t)), a.unshift({
322
390
  x: e[0].x + s,
323
391
  y: v + 10,
324
- text: `${f.toFixed(3)}`
392
+ text: `${d.toFixed(3)}`
325
393
  }), a.unshift({
326
394
  x: l - 18,
327
395
  y: e[0].y + o,
328
- text: `${f.toFixed(3)}`
396
+ text: `${d.toFixed(3)}`
329
397
  });
330
398
  });
331
399
  }
@@ -345,7 +413,7 @@ const L5 = {
345
413
  }
346
414
  ];
347
415
  }
348
- }, T5 = {
416
+ }, V5 = {
349
417
  name: "fibonacciExtension",
350
418
  totalStep: 4,
351
419
  needDefaultPointFigure: !0,
@@ -359,9 +427,9 @@ const L5 = {
359
427
  ((t == null ? void 0 : t.isInCandle()) ?? !0) && i ? o = i.pricePrecision : e.getIndicators({ paneId: r.paneId }).forEach((b) => {
360
428
  o = Math.max(o, b.precision);
361
429
  });
362
- const c = r.points, C = c[1].value - c[0].value, f = n[1].y - n[0].y, l = [0, 0.236, 0.382, 0.5, 0.618, 0.786, 1], v = n[2].x > n[1].x ? n[1].x : n[2].x;
430
+ const c = r.points, u = c[1].value - c[0].value, d = n[1].y - n[0].y, l = [0, 0.236, 0.382, 0.5, 0.618, 0.786, 1], v = n[2].x > n[1].x ? n[1].x : n[2].x;
363
431
  l.forEach((p) => {
364
- const b = n[2].y + f * p, S = (c[2].value + C * p).toFixed(o.price);
432
+ const b = n[2].y + d * p, S = (c[2].value + u * p).toFixed(o.price);
365
433
  a.push({ coordinates: [{ x: n[1].x, y: b }, { x: n[2].x, y: b }] }), s.push({
366
434
  x: v,
367
435
  y: b,
@@ -387,7 +455,7 @@ const L5 = {
387
455
  }
388
456
  ];
389
457
  }
390
- }, I5 = {
458
+ }, H5 = {
391
459
  name: "gannBox",
392
460
  totalStep: 3,
393
461
  needDefaultPointFigure: !0,
@@ -449,7 +517,7 @@ const L5 = {
449
517
  }
450
518
  return [];
451
519
  }
452
- }, P5 = {
520
+ }, G5 = {
453
521
  name: "threeWaves",
454
522
  totalStep: 5,
455
523
  needDefaultPointFigure: !0,
@@ -473,7 +541,7 @@ const L5 = {
473
541
  }
474
542
  ];
475
543
  }
476
- }, D5 = {
544
+ }, X5 = {
477
545
  name: "fiveWaves",
478
546
  totalStep: 7,
479
547
  needDefaultPointFigure: !0,
@@ -497,7 +565,7 @@ const L5 = {
497
565
  }
498
566
  ];
499
567
  }
500
- }, B5 = {
568
+ }, J5 = {
501
569
  name: "eightWaves",
502
570
  totalStep: 10,
503
571
  needDefaultPointFigure: !0,
@@ -521,7 +589,7 @@ const L5 = {
521
589
  }
522
590
  ];
523
591
  }
524
- }, O5 = {
592
+ }, W5 = {
525
593
  name: "anyWaves",
526
594
  totalStep: Number.MAX_SAFE_INTEGER,
527
595
  needDefaultPointFigure: !0,
@@ -545,7 +613,7 @@ const L5 = {
545
613
  }
546
614
  ];
547
615
  }
548
- }, E5 = {
616
+ }, q5 = {
549
617
  name: "abcd",
550
618
  totalStep: 5,
551
619
  needDefaultPointFigure: !0,
@@ -575,7 +643,7 @@ const L5 = {
575
643
  }
576
644
  ];
577
645
  }
578
- }, F5 = {
646
+ }, ee = {
579
647
  name: "xabcd",
580
648
  totalStep: 6,
581
649
  needDefaultPointFigure: !0,
@@ -614,26 +682,26 @@ const L5 = {
614
682
  }
615
683
  ];
616
684
  }
617
- }, K5 = [
618
- L5,
619
- b5,
620
- $5,
621
- k5,
622
- x5,
623
- w5,
624
- A5,
625
- M5,
626
- S5,
627
- T5,
628
- I5,
629
- P5,
630
- D5,
631
- B5,
632
- O5,
633
- E5,
634
- F5
685
+ }, te = [
686
+ j5,
687
+ K5,
688
+ N5,
689
+ Q5,
690
+ Z5,
691
+ R5,
692
+ z5,
693
+ U5,
694
+ Y5,
695
+ V5,
696
+ H5,
697
+ G5,
698
+ X5,
699
+ J5,
700
+ W5,
701
+ q5,
702
+ ee
635
703
  ];
636
- class wu {
704
+ class Ru {
637
705
  constructor(t) {
638
706
  g1(this, "_apiKey");
639
707
  g1(this, "_prevSymbolMarket");
@@ -685,25 +753,25 @@ class wu {
685
753
  unsubscribe(t, n) {
686
754
  }
687
755
  }
688
- const j5 = !1, N5 = (e, t) => e === t, p0 = Symbol("solid-proxy"), Z5 = typeof Proxy == "function", Q5 = Symbol("solid-track"), Y1 = {
689
- equals: N5
756
+ const ne = !1, re = (e, t) => e === t, p0 = Symbol("solid-proxy"), ae = typeof Proxy == "function", ie = Symbol("solid-track"), Y1 = {
757
+ equals: re
690
758
  };
691
- let D9 = K9;
692
- const f1 = 1, V1 = 2, B9 = {
759
+ let B9 = K9;
760
+ const d1 = 1, V1 = 2, O9 = {
693
761
  owned: null,
694
762
  cleanups: null,
695
763
  context: null,
696
764
  owner: null
697
765
  }, u0 = {};
698
766
  var T = null;
699
- let C0 = null, R5 = null, M = null, X = null, u1 = null, n0 = 0;
767
+ let C0 = null, se = null, M = null, X = null, u1 = null, n0 = 0;
700
768
  function R1(e, t) {
701
- const n = M, r = T, a = e.length === 0, s = t === void 0 ? r : t, o = a ? B9 : {
769
+ const n = M, r = T, a = e.length === 0, s = t === void 0 ? r : t, o = a ? O9 : {
702
770
  owned: null,
703
771
  cleanups: null,
704
772
  context: s ? s.context : null,
705
773
  owner: s
706
- }, i = a ? e : () => e(() => a1(() => K1(o)));
774
+ }, i = a ? e : () => e(() => a1(() => j1(o)));
707
775
  T = o, M = null;
708
776
  try {
709
777
  return C1(i, !0);
@@ -718,55 +786,55 @@ function L(e, t) {
718
786
  observers: null,
719
787
  observerSlots: null,
720
788
  comparator: t.equals || void 0
721
- }, r = (a) => (typeof a == "function" && (a = a(n.value)), F9(n, a));
722
- return [E9.bind(n), r];
789
+ }, r = (a) => (typeof a == "function" && (a = a(n.value)), j9(n, a));
790
+ return [F9.bind(n), r];
723
791
  }
724
- function z0(e, t, n) {
725
- const r = r0(e, t, !0, f1);
792
+ function U0(e, t, n) {
793
+ const r = r0(e, t, !0, d1);
726
794
  b1(r);
727
795
  }
728
796
  function z(e, t, n) {
729
- const r = r0(e, t, !1, f1);
797
+ const r = r0(e, t, !1, d1);
730
798
  b1(r);
731
799
  }
732
800
  function m1(e, t, n) {
733
- D9 = J5;
734
- const r = r0(e, t, !1, f1);
801
+ B9 = ge;
802
+ const r = r0(e, t, !1, d1);
735
803
  (!n || !n.render) && (r.user = !0), u1 ? u1.push(r) : b1(r);
736
804
  }
737
805
  function i1(e, t, n) {
738
806
  n = n ? Object.assign({}, Y1, n) : Y1;
739
807
  const r = r0(e, t, !0, 0);
740
- return r.observers = null, r.observerSlots = null, r.comparator = n.equals || void 0, b1(r), E9.bind(r);
808
+ return r.observers = null, r.observerSlots = null, r.comparator = n.equals || void 0, b1(r), F9.bind(r);
741
809
  }
742
- function z5(e) {
810
+ function oe(e) {
743
811
  return e && typeof e == "object" && "then" in e;
744
812
  }
745
- function U5(e, t, n) {
813
+ function ce(e, t, n) {
746
814
  let r, a, s;
747
815
  typeof t == "function" ? (r = e, a = t, s = n || {}) : (r = !0, a = e, s = t || {});
748
- let o = null, i = u0, c = !1, C = "initialValue" in s, f = typeof r == "function" && i1(r);
816
+ let o = null, i = u0, c = !1, u = "initialValue" in s, d = typeof r == "function" && i1(r);
749
817
  const l = /* @__PURE__ */ new Set(), [v, p] = (s.storage || L)(s.initialValue), [b, S] = L(void 0), [Z, I] = L(void 0, {
750
818
  equals: !1
751
- }), [Q, K] = L(C ? "ready" : "unresolved");
819
+ }), [Q, j] = L(u ? "ready" : "unresolved");
752
820
  function w(A, P, H, R) {
753
- return o === A && (o = null, R !== void 0 && (C = !0), (A === i || P === i) && s.onHydrated && queueMicrotask(() => s.onHydrated(R, {
821
+ return o === A && (o = null, R !== void 0 && (u = !0), (A === i || P === i) && s.onHydrated && queueMicrotask(() => s.onHydrated(R, {
754
822
  value: P
755
823
  })), i = u0, k(P, H)), P;
756
824
  }
757
825
  function k(A, P) {
758
826
  C1(() => {
759
- P === void 0 && p(() => A), K(P !== void 0 ? "errored" : C ? "ready" : "unresolved"), S(P);
827
+ P === void 0 && p(() => A), j(P !== void 0 ? "errored" : u ? "ready" : "unresolved"), S(P);
760
828
  for (const H of l.keys())
761
829
  H.decrement();
762
830
  l.clear();
763
831
  }, !1);
764
832
  }
765
- function j() {
766
- const A = H5, P = v(), H = b();
833
+ function K() {
834
+ const A = Ce, P = v(), H = b();
767
835
  if (H !== void 0 && !o)
768
836
  throw H;
769
- return M && !M.user && A && z0(() => {
837
+ return M && !M.user && A && U0(() => {
770
838
  Z(), o && (A.resolved || l.has(A) || (A.increment(), l.add(A)));
771
839
  }), P;
772
840
  }
@@ -774,7 +842,7 @@ function U5(e, t, n) {
774
842
  if (A !== !1 && c)
775
843
  return;
776
844
  c = !1;
777
- const P = f ? f() : r;
845
+ const P = d ? d() : r;
778
846
  if (P == null || P === !1) {
779
847
  w(o, a1(v));
780
848
  return;
@@ -793,13 +861,13 @@ function U5(e, t, n) {
793
861
  if (H !== void 0) {
794
862
  w(o, void 0, z1(H), P);
795
863
  return;
796
- } else if (!z5(R))
864
+ } else if (!oe(R))
797
865
  return w(o, R, void 0, P), R;
798
866
  return o = R, "v" in R ? (R.s === 1 ? w(o, R.v, void 0, P) : w(o, void 0, z1(R.v), P), R) : (c = !0, queueMicrotask(() => c = !1), C1(() => {
799
- K(C ? "refreshing" : "pending"), I();
867
+ j(u ? "refreshing" : "pending"), I();
800
868
  }, !1), R.then((e1) => w(R, e1, void 0, P), (e1) => w(R, void 0, z1(e1), P)));
801
869
  }
802
- Object.defineProperties(j, {
870
+ Object.defineProperties(K, {
803
871
  state: {
804
872
  get: () => Q()
805
873
  },
@@ -814,8 +882,8 @@ function U5(e, t, n) {
814
882
  },
815
883
  latest: {
816
884
  get() {
817
- if (!C)
818
- return j();
885
+ if (!u)
886
+ return K();
819
887
  const A = b();
820
888
  if (A && !o)
821
889
  throw A;
@@ -823,9 +891,9 @@ function U5(e, t, n) {
823
891
  }
824
892
  }
825
893
  });
826
- let d1 = T;
827
- return f ? z0(() => (d1 = T, W(!1))) : W(!1), [j, {
828
- refetch: (A) => Y5(d1, () => W(A)),
894
+ let f1 = T;
895
+ return d ? U0(() => (f1 = T, W(!1))) : W(!1), [K, {
896
+ refetch: (A) => le(f1, () => W(A)),
829
897
  mutate: p
830
898
  }];
831
899
  }
@@ -840,13 +908,13 @@ function a1(e) {
840
908
  M = t;
841
909
  }
842
910
  }
843
- function O9(e) {
911
+ function E9(e) {
844
912
  m1(() => a1(e));
845
913
  }
846
914
  function H1(e) {
847
915
  return T === null || (T.cleanups === null ? T.cleanups = [e] : T.cleanups.push(e)), e;
848
916
  }
849
- function Y5(e, t) {
917
+ function le(e, t) {
850
918
  const n = T, r = M;
851
919
  T = e, M = null;
852
920
  try {
@@ -857,7 +925,7 @@ function Y5(e, t) {
857
925
  T = n, M = r;
858
926
  }
859
927
  }
860
- function V5(e) {
928
+ function ue(e) {
861
929
  const t = M, n = T;
862
930
  return Promise.resolve().then(() => {
863
931
  M = t, T = n;
@@ -865,10 +933,10 @@ function V5(e) {
865
933
  return C1(e, !1), M = T = null, r ? r.done : void 0;
866
934
  });
867
935
  }
868
- let H5;
869
- function E9() {
936
+ let Ce;
937
+ function F9() {
870
938
  if (this.sources && this.state)
871
- if (this.state === f1)
939
+ if (this.state === d1)
872
940
  b1(this);
873
941
  else {
874
942
  const e = X;
@@ -880,12 +948,12 @@ function E9() {
880
948
  }
881
949
  return this.value;
882
950
  }
883
- function F9(e, t, n) {
951
+ function j9(e, t, n) {
884
952
  let r = e.value;
885
953
  return (!e.comparator || !e.comparator(r, t)) && (e.value = t, e.observers && e.observers.length && C1(() => {
886
954
  for (let a = 0; a < e.observers.length; a += 1) {
887
955
  const s = e.observers[a], o = C0 && C0.running;
888
- o && C0.disposed.has(s), (o ? !s.tState : !s.state) && (s.pure ? X.push(s) : u1.push(s), s.observers && j9(s)), o || (s.state = f1);
956
+ o && C0.disposed.has(s), (o ? !s.tState : !s.state) && (s.pure ? X.push(s) : u1.push(s), s.observers && N9(s)), o || (s.state = d1);
889
957
  }
890
958
  if (X.length > 1e6)
891
959
  throw X = [], new Error();
@@ -894,24 +962,24 @@ function F9(e, t, n) {
894
962
  function b1(e) {
895
963
  if (!e.fn)
896
964
  return;
897
- K1(e);
965
+ j1(e);
898
966
  const t = n0;
899
- G5(e, e.value, t);
967
+ de(e, e.value, t);
900
968
  }
901
- function G5(e, t, n) {
969
+ function de(e, t, n) {
902
970
  let r;
903
971
  const a = T, s = M;
904
972
  M = T = e;
905
973
  try {
906
974
  r = e.fn(t);
907
975
  } catch (o) {
908
- return e.pure && (e.state = f1, e.owned && e.owned.forEach(K1), e.owned = null), e.updatedAt = n + 1, w0(o);
976
+ return e.pure && (e.state = d1, e.owned && e.owned.forEach(j1), e.owned = null), e.updatedAt = n + 1, w0(o);
909
977
  } finally {
910
978
  M = s, T = a;
911
979
  }
912
- (!e.updatedAt || e.updatedAt <= n) && (e.updatedAt != null && "observers" in e ? F9(e, r) : e.value = r, e.updatedAt = n);
980
+ (!e.updatedAt || e.updatedAt <= n) && (e.updatedAt != null && "observers" in e ? j9(e, r) : e.value = r, e.updatedAt = n);
913
981
  }
914
- function r0(e, t, n, r = f1, a) {
982
+ function r0(e, t, n, r = d1, a) {
915
983
  const s = {
916
984
  fn: e,
917
985
  state: r,
@@ -925,7 +993,7 @@ function r0(e, t, n, r = f1, a) {
925
993
  context: T ? T.context : null,
926
994
  pure: n
927
995
  };
928
- return T === null || T !== B9 && (T.owned ? T.owned.push(s) : T.owned = [s]), s;
996
+ return T === null || T !== O9 && (T.owned ? T.owned.push(s) : T.owned = [s]), s;
929
997
  }
930
998
  function G1(e) {
931
999
  if (e.state === 0)
@@ -938,7 +1006,7 @@ function G1(e) {
938
1006
  for (; (e = e.owner) && (!e.updatedAt || e.updatedAt < n0); )
939
1007
  e.state && t.push(e);
940
1008
  for (let n = t.length - 1; n >= 0; n--)
941
- if (e = t[n], e.state === f1)
1009
+ if (e = t[n], e.state === d1)
942
1010
  b1(e);
943
1011
  else if (e.state === V1) {
944
1012
  const r = X;
@@ -952,22 +1020,22 @@ function C1(e, t) {
952
1020
  t || (X = []), u1 ? n = !0 : u1 = [], n0++;
953
1021
  try {
954
1022
  const r = e();
955
- return X5(n), r;
1023
+ return fe(n), r;
956
1024
  } catch (r) {
957
1025
  n || (u1 = null), X = null, w0(r);
958
1026
  }
959
1027
  }
960
- function X5(e) {
1028
+ function fe(e) {
961
1029
  if (X && (K9(X), X = null), e)
962
1030
  return;
963
1031
  const t = u1;
964
- u1 = null, t.length && C1(() => D9(t), !1);
1032
+ u1 = null, t.length && C1(() => B9(t), !1);
965
1033
  }
966
1034
  function K9(e) {
967
1035
  for (let t = 0; t < e.length; t++)
968
1036
  G1(e[t]);
969
1037
  }
970
- function J5(e) {
1038
+ function ge(e) {
971
1039
  let t, n = 0;
972
1040
  for (t = 0; t < e.length; t++) {
973
1041
  const r = e[t];
@@ -982,17 +1050,17 @@ function X1(e, t) {
982
1050
  const r = e.sources[n];
983
1051
  if (r.sources) {
984
1052
  const a = r.state;
985
- a === f1 ? r !== t && (!r.updatedAt || r.updatedAt < n0) && G1(r) : a === V1 && X1(r, t);
1053
+ a === d1 ? r !== t && (!r.updatedAt || r.updatedAt < n0) && G1(r) : a === V1 && X1(r, t);
986
1054
  }
987
1055
  }
988
1056
  }
989
- function j9(e) {
1057
+ function N9(e) {
990
1058
  for (let t = 0; t < e.observers.length; t += 1) {
991
1059
  const n = e.observers[t];
992
- n.state || (n.state = V1, n.pure ? X.push(n) : u1.push(n), n.observers && j9(n));
1060
+ n.state || (n.state = V1, n.pure ? X.push(n) : u1.push(n), n.observers && N9(n));
993
1061
  }
994
1062
  }
995
- function K1(e) {
1063
+ function j1(e) {
996
1064
  let t;
997
1065
  if (e.sources)
998
1066
  for (; e.sources.length; ) {
@@ -1004,12 +1072,12 @@ function K1(e) {
1004
1072
  }
1005
1073
  if (e.tOwned) {
1006
1074
  for (t = e.tOwned.length - 1; t >= 0; t--)
1007
- K1(e.tOwned[t]);
1075
+ j1(e.tOwned[t]);
1008
1076
  delete e.tOwned;
1009
1077
  }
1010
1078
  if (e.owned) {
1011
1079
  for (t = e.owned.length - 1; t >= 0; t--)
1012
- K1(e.owned[t]);
1080
+ j1(e.owned[t]);
1013
1081
  e.owned = null;
1014
1082
  }
1015
1083
  if (e.cleanups) {
@@ -1027,35 +1095,35 @@ function z1(e) {
1027
1095
  function w0(e, t = T) {
1028
1096
  throw z1(e);
1029
1097
  }
1030
- const W5 = Symbol("fallback");
1031
- function U0(e) {
1098
+ const ye = Symbol("fallback");
1099
+ function Y0(e) {
1032
1100
  for (let t = 0; t < e.length; t++)
1033
1101
  e[t]();
1034
1102
  }
1035
- function q5(e, t, n = {}) {
1103
+ function me(e, t, n = {}) {
1036
1104
  let r = [], a = [], s = [], o = 0, i = t.length > 1 ? [] : null;
1037
- return H1(() => U0(s)), () => {
1038
- let c = e() || [], C = c.length, f, l;
1039
- return c[Q5], a1(() => {
1040
- let p, b, S, Z, I, Q, K, w, k;
1041
- if (C === 0)
1042
- o !== 0 && (U0(s), s = [], r = [], a = [], o = 0, i && (i = [])), n.fallback && (r = [W5], a[0] = R1((j) => (s[0] = j, n.fallback())), o = 1);
1105
+ return H1(() => Y0(s)), () => {
1106
+ let c = e() || [], u = c.length, d, l;
1107
+ return c[ie], a1(() => {
1108
+ let p, b, S, Z, I, Q, j, w, k;
1109
+ if (u === 0)
1110
+ o !== 0 && (Y0(s), s = [], r = [], a = [], o = 0, i && (i = [])), n.fallback && (r = [ye], a[0] = R1((K) => (s[0] = K, n.fallback())), o = 1);
1043
1111
  else if (o === 0) {
1044
- for (a = new Array(C), l = 0; l < C; l++)
1112
+ for (a = new Array(u), l = 0; l < u; l++)
1045
1113
  r[l] = c[l], a[l] = R1(v);
1046
- o = C;
1114
+ o = u;
1047
1115
  } else {
1048
- for (S = new Array(C), Z = new Array(C), i && (I = new Array(C)), Q = 0, K = Math.min(o, C); Q < K && r[Q] === c[Q]; Q++)
1116
+ for (S = new Array(u), Z = new Array(u), i && (I = new Array(u)), Q = 0, j = Math.min(o, u); Q < j && r[Q] === c[Q]; Q++)
1049
1117
  ;
1050
- for (K = o - 1, w = C - 1; K >= Q && w >= Q && r[K] === c[w]; K--, w--)
1051
- S[w] = a[K], Z[w] = s[K], i && (I[w] = i[K]);
1118
+ for (j = o - 1, w = u - 1; j >= Q && w >= Q && r[j] === c[w]; j--, w--)
1119
+ S[w] = a[j], Z[w] = s[j], i && (I[w] = i[j]);
1052
1120
  for (p = /* @__PURE__ */ new Map(), b = new Array(w + 1), l = w; l >= Q; l--)
1053
- k = c[l], f = p.get(k), b[l] = f === void 0 ? -1 : f, p.set(k, l);
1054
- for (f = Q; f <= K; f++)
1055
- k = r[f], l = p.get(k), l !== void 0 && l !== -1 ? (S[l] = a[f], Z[l] = s[f], i && (I[l] = i[f]), l = b[l], p.set(k, l)) : s[f]();
1056
- for (l = Q; l < C; l++)
1121
+ k = c[l], d = p.get(k), b[l] = d === void 0 ? -1 : d, p.set(k, l);
1122
+ for (d = Q; d <= j; d++)
1123
+ k = r[d], l = p.get(k), l !== void 0 && l !== -1 ? (S[l] = a[d], Z[l] = s[d], i && (I[l] = i[d]), l = b[l], p.set(k, l)) : s[d]();
1124
+ for (l = Q; l < u; l++)
1057
1125
  l in S ? (a[l] = S[l], s[l] = Z[l], i && (i[l] = I[l], i[l](l))) : a[l] = R1(v);
1058
- a = a.slice(0, o = C), r = c.slice(0);
1126
+ a = a.slice(0, o = u), r = c.slice(0);
1059
1127
  }
1060
1128
  return a;
1061
1129
  });
@@ -1074,7 +1142,7 @@ function y(e, t) {
1074
1142
  function N1() {
1075
1143
  return !0;
1076
1144
  }
1077
- const e6 = {
1145
+ const he = {
1078
1146
  get(e, t, n) {
1079
1147
  return t === p0 ? n : e.get(t);
1080
1148
  },
@@ -1098,63 +1166,63 @@ const e6 = {
1098
1166
  return e.keys();
1099
1167
  }
1100
1168
  };
1101
- function f0(e) {
1169
+ function d0(e) {
1102
1170
  return (e = typeof e == "function" ? e() : e) ? e : {};
1103
1171
  }
1104
- function t6() {
1172
+ function pe() {
1105
1173
  for (let e = 0, t = this.length; e < t; ++e) {
1106
1174
  const n = this[e]();
1107
1175
  if (n !== void 0)
1108
1176
  return n;
1109
1177
  }
1110
1178
  }
1111
- function N9(...e) {
1179
+ function Z9(...e) {
1112
1180
  let t = !1;
1113
1181
  for (let o = 0; o < e.length; o++) {
1114
1182
  const i = e[o];
1115
1183
  t = t || !!i && p0 in i, e[o] = typeof i == "function" ? (t = !0, i1(i)) : i;
1116
1184
  }
1117
- if (Z5 && t)
1185
+ if (ae && t)
1118
1186
  return new Proxy({
1119
1187
  get(o) {
1120
1188
  for (let i = e.length - 1; i >= 0; i--) {
1121
- const c = f0(e[i])[o];
1189
+ const c = d0(e[i])[o];
1122
1190
  if (c !== void 0)
1123
1191
  return c;
1124
1192
  }
1125
1193
  },
1126
1194
  has(o) {
1127
1195
  for (let i = e.length - 1; i >= 0; i--)
1128
- if (o in f0(e[i]))
1196
+ if (o in d0(e[i]))
1129
1197
  return !0;
1130
1198
  return !1;
1131
1199
  },
1132
1200
  keys() {
1133
1201
  const o = [];
1134
1202
  for (let i = 0; i < e.length; i++)
1135
- o.push(...Object.keys(f0(e[i])));
1203
+ o.push(...Object.keys(d0(e[i])));
1136
1204
  return [...new Set(o)];
1137
1205
  }
1138
- }, e6);
1206
+ }, he);
1139
1207
  const n = {}, r = /* @__PURE__ */ Object.create(null);
1140
1208
  for (let o = e.length - 1; o >= 0; o--) {
1141
1209
  const i = e[o];
1142
1210
  if (!i)
1143
1211
  continue;
1144
1212
  const c = Object.getOwnPropertyNames(i);
1145
- for (let C = c.length - 1; C >= 0; C--) {
1146
- const f = c[C];
1147
- if (f === "__proto__" || f === "constructor")
1213
+ for (let u = c.length - 1; u >= 0; u--) {
1214
+ const d = c[u];
1215
+ if (d === "__proto__" || d === "constructor")
1148
1216
  continue;
1149
- const l = Object.getOwnPropertyDescriptor(i, f);
1150
- if (!r[f])
1151
- r[f] = l.get ? {
1217
+ const l = Object.getOwnPropertyDescriptor(i, d);
1218
+ if (!r[d])
1219
+ r[d] = l.get ? {
1152
1220
  enumerable: !0,
1153
1221
  configurable: !0,
1154
- get: t6.bind(n[f] = [l.get.bind(i)])
1222
+ get: pe.bind(n[d] = [l.get.bind(i)])
1155
1223
  } : l.value !== void 0 ? l : void 0;
1156
1224
  else {
1157
- const v = n[f];
1225
+ const v = n[d];
1158
1226
  v && (l.get ? v.push(l.get.bind(i)) : l.value !== void 0 && v.push(() => l.value));
1159
1227
  }
1160
1228
  }
@@ -1166,12 +1234,12 @@ function N9(...e) {
1166
1234
  }
1167
1235
  return a;
1168
1236
  }
1169
- const n6 = (e) => `Stale read from <${e}>.`;
1170
- function r6(e) {
1237
+ const ve = (e) => `Stale read from <${e}>.`;
1238
+ function _e(e) {
1171
1239
  const t = "fallback" in e && {
1172
1240
  fallback: () => e.fallback
1173
1241
  };
1174
- return i1(q5(() => e.each, e.children, t || void 0));
1242
+ return i1(me(() => e.each, e.children, t || void 0));
1175
1243
  }
1176
1244
  function V(e) {
1177
1245
  const t = e.keyed, n = i1(() => e.when, void 0, void 0), r = t ? n : i1(n, void 0, {
@@ -1183,7 +1251,7 @@ function V(e) {
1183
1251
  const s = e.children;
1184
1252
  return typeof s == "function" && s.length > 0 ? a1(() => s(t ? a : () => {
1185
1253
  if (!a1(r))
1186
- throw n6("Show");
1254
+ throw ve("Show");
1187
1255
  return n();
1188
1256
  })) : s;
1189
1257
  }
@@ -1191,8 +1259,8 @@ function V(e) {
1191
1259
  }, void 0, void 0);
1192
1260
  }
1193
1261
  const J = (e) => i1(() => e());
1194
- function a6(e, t, n) {
1195
- let r = n.length, a = t.length, s = r, o = 0, i = 0, c = t[a - 1].nextSibling, C = null;
1262
+ function Le(e, t, n) {
1263
+ let r = n.length, a = t.length, s = r, o = 0, i = 0, c = t[a - 1].nextSibling, u = null;
1196
1264
  for (; o < a || i < s; ) {
1197
1265
  if (t[o] === n[i]) {
1198
1266
  o++, i++;
@@ -1201,31 +1269,31 @@ function a6(e, t, n) {
1201
1269
  for (; t[a - 1] === n[s - 1]; )
1202
1270
  a--, s--;
1203
1271
  if (a === o) {
1204
- const f = s < r ? i ? n[i - 1].nextSibling : n[s - i] : c;
1272
+ const d = s < r ? i ? n[i - 1].nextSibling : n[s - i] : c;
1205
1273
  for (; i < s; )
1206
- e.insertBefore(n[i++], f);
1274
+ e.insertBefore(n[i++], d);
1207
1275
  } else if (s === i)
1208
1276
  for (; o < a; )
1209
- (!C || !C.has(t[o])) && t[o].remove(), o++;
1277
+ (!u || !u.has(t[o])) && t[o].remove(), o++;
1210
1278
  else if (t[o] === n[s - 1] && n[i] === t[a - 1]) {
1211
- const f = t[--a].nextSibling;
1212
- e.insertBefore(n[i++], t[o++].nextSibling), e.insertBefore(n[--s], f), t[a] = n[s];
1279
+ const d = t[--a].nextSibling;
1280
+ e.insertBefore(n[i++], t[o++].nextSibling), e.insertBefore(n[--s], d), t[a] = n[s];
1213
1281
  } else {
1214
- if (!C) {
1215
- C = /* @__PURE__ */ new Map();
1282
+ if (!u) {
1283
+ u = /* @__PURE__ */ new Map();
1216
1284
  let l = i;
1217
1285
  for (; l < s; )
1218
- C.set(n[l], l++);
1286
+ u.set(n[l], l++);
1219
1287
  }
1220
- const f = C.get(t[o]);
1221
- if (f != null)
1222
- if (i < f && f < s) {
1288
+ const d = u.get(t[o]);
1289
+ if (d != null)
1290
+ if (i < d && d < s) {
1223
1291
  let l = o, v = 1, p;
1224
- for (; ++l < a && l < s && !((p = C.get(t[l])) == null || p !== f + v); )
1292
+ for (; ++l < a && l < s && !((p = u.get(t[l])) == null || p !== d + v); )
1225
1293
  v++;
1226
- if (v > f - i) {
1294
+ if (v > d - i) {
1227
1295
  const b = t[o];
1228
- for (; i < f; )
1296
+ for (; i < d; )
1229
1297
  e.insertBefore(n[i++], b);
1230
1298
  } else
1231
1299
  e.replaceChild(n[i++], t[o++]);
@@ -1236,8 +1304,8 @@ function a6(e, t, n) {
1236
1304
  }
1237
1305
  }
1238
1306
  }
1239
- const Y0 = "_$DX_DELEGATE";
1240
- function i6(e, t, n, r = {}) {
1307
+ const V0 = "_$DX_DELEGATE";
1308
+ function be(e, t, n, r = {}) {
1241
1309
  let a;
1242
1310
  return R1((s) => {
1243
1311
  a = s, t === document ? e() : m(t, e(), t.firstChild ? null : void 0, n);
@@ -1254,10 +1322,10 @@ function g(e, t, n, r) {
1254
1322
  return o.cloneNode = o, o;
1255
1323
  }
1256
1324
  function s1(e, t = window.document) {
1257
- const n = t[Y0] || (t[Y0] = /* @__PURE__ */ new Set());
1325
+ const n = t[V0] || (t[V0] = /* @__PURE__ */ new Set());
1258
1326
  for (let r = 0, a = e.length; r < a; r++) {
1259
1327
  const s = e[r];
1260
- n.has(s) || (n.add(s), t.addEventListener(s, o6));
1328
+ n.has(s) || (n.add(s), t.addEventListener(s, xe));
1261
1329
  }
1262
1330
  }
1263
1331
  function q(e, t, n) {
@@ -1289,7 +1357,7 @@ function $1(e, t, n) {
1289
1357
  a = t[s], a !== n[s] && (r.setProperty(s, a), n[s] = a);
1290
1358
  return n;
1291
1359
  }
1292
- function s6(e, t, n) {
1360
+ function $e(e, t, n) {
1293
1361
  n != null ? e.style.setProperty(t, n) : e.style.removeProperty(t);
1294
1362
  }
1295
1363
  function A0(e, t, n) {
@@ -1300,7 +1368,7 @@ function m(e, t, n, r) {
1300
1368
  return J1(e, t, r, n);
1301
1369
  z((a) => J1(e, t(), a, n), r);
1302
1370
  }
1303
- function o6(e) {
1371
+ function xe(e) {
1304
1372
  let t = e.target;
1305
1373
  const n = `$$${e.type}`, r = e.target, a = e.currentTarget, s = (c) => Object.defineProperty(e, "target", {
1306
1374
  configurable: !0,
@@ -1308,8 +1376,8 @@ function o6(e) {
1308
1376
  }), o = () => {
1309
1377
  const c = t[n];
1310
1378
  if (c && !t.disabled) {
1311
- const C = t[`${n}Data`];
1312
- if (C !== void 0 ? c.call(t, C, e) : c.call(t, e), e.cancelBubble)
1379
+ const u = t[`${n}Data`];
1380
+ if (u !== void 0 ? c.call(t, u, e) : c.call(t, e), e.cancelBubble)
1313
1381
  return;
1314
1382
  }
1315
1383
  return t.host && typeof t.host != "string" && !t.host._$host && t.contains(e.target) && s(t.host), !0;
@@ -1325,7 +1393,7 @@ function o6(e) {
1325
1393
  }), e.composedPath) {
1326
1394
  const c = e.composedPath();
1327
1395
  s(c[0]);
1328
- for (let C = 0; C < c.length - 2 && (t = c[C], !!o()); C++) {
1396
+ for (let u = 0; u < c.length - 2 && (t = c[u], !!o()); u++) {
1329
1397
  if (t._$host) {
1330
1398
  t = t._$host, i();
1331
1399
  break;
@@ -1369,7 +1437,7 @@ function J1(e, t, n, r, a) {
1369
1437
  if (n = L1(e, n, r), o)
1370
1438
  return n;
1371
1439
  } else
1372
- c ? n.length === 0 ? V0(e, i, r) : a6(e, n, i) : (n && L1(e), V0(e, i));
1440
+ c ? n.length === 0 ? H0(e, i, r) : Le(e, n, i) : (n && L1(e), H0(e, i));
1373
1441
  n = i;
1374
1442
  } else if (t.nodeType) {
1375
1443
  if (Array.isArray(n)) {
@@ -1386,13 +1454,13 @@ function J1(e, t, n, r, a) {
1386
1454
  function v0(e, t, n, r) {
1387
1455
  let a = !1;
1388
1456
  for (let s = 0, o = t.length; s < o; s++) {
1389
- let i = t[s], c = n && n[e.length], C;
1457
+ let i = t[s], c = n && n[e.length], u;
1390
1458
  if (!(i == null || i === !0 || i === !1))
1391
- if ((C = typeof i) == "object" && i.nodeType)
1459
+ if ((u = typeof i) == "object" && i.nodeType)
1392
1460
  e.push(i);
1393
1461
  else if (Array.isArray(i))
1394
1462
  a = v0(e, i, c) || a;
1395
- else if (C === "function")
1463
+ else if (u === "function")
1396
1464
  if (r) {
1397
1465
  for (; typeof i == "function"; )
1398
1466
  i = i();
@@ -1400,13 +1468,13 @@ function v0(e, t, n, r) {
1400
1468
  } else
1401
1469
  e.push(i), a = !0;
1402
1470
  else {
1403
- const f = String(i);
1404
- c && c.nodeType === 3 && c.data === f ? e.push(c) : e.push(document.createTextNode(f));
1471
+ const d = String(i);
1472
+ c && c.nodeType === 3 && c.data === d ? e.push(c) : e.push(document.createTextNode(d));
1405
1473
  }
1406
1474
  }
1407
1475
  return a;
1408
1476
  }
1409
- function V0(e, t, n = null) {
1477
+ function H0(e, t, n = null) {
1410
1478
  for (let r = 0, a = t.length; r < a; r++)
1411
1479
  e.insertBefore(t[r], n);
1412
1480
  }
@@ -1429,46 +1497,46 @@ function L1(e, t, n, r) {
1429
1497
  return [a];
1430
1498
  }
1431
1499
  var Z1 = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
1432
- function Z9(e) {
1500
+ function Q9(e) {
1433
1501
  return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
1434
1502
  }
1435
- function c6() {
1503
+ function ke() {
1436
1504
  this.__data__ = [], this.size = 0;
1437
1505
  }
1438
- var l6 = c6;
1439
- function u6(e, t) {
1506
+ var we = ke;
1507
+ function Ae(e, t) {
1440
1508
  return e === t || e !== e && t !== t;
1441
1509
  }
1442
- var Q9 = u6, C6 = Q9;
1443
- function f6(e, t) {
1510
+ var R9 = Ae, Me = R9;
1511
+ function Se(e, t) {
1444
1512
  for (var n = e.length; n--; )
1445
- if (C6(e[n][0], t))
1513
+ if (Me(e[n][0], t))
1446
1514
  return n;
1447
1515
  return -1;
1448
1516
  }
1449
- var a0 = f6, d6 = a0, g6 = Array.prototype, y6 = g6.splice;
1450
- function m6(e) {
1451
- var t = this.__data__, n = d6(t, e);
1517
+ var a0 = Se, Te = a0, Ie = Array.prototype, Pe = Ie.splice;
1518
+ function De(e) {
1519
+ var t = this.__data__, n = Te(t, e);
1452
1520
  if (n < 0)
1453
1521
  return !1;
1454
1522
  var r = t.length - 1;
1455
- return n == r ? t.pop() : y6.call(t, n, 1), --this.size, !0;
1523
+ return n == r ? t.pop() : Pe.call(t, n, 1), --this.size, !0;
1456
1524
  }
1457
- var h6 = m6, p6 = a0;
1458
- function v6(e) {
1459
- var t = this.__data__, n = p6(t, e);
1525
+ var Be = De, Oe = a0;
1526
+ function Ee(e) {
1527
+ var t = this.__data__, n = Oe(t, e);
1460
1528
  return n < 0 ? void 0 : t[n][1];
1461
1529
  }
1462
- var _6 = v6, L6 = a0;
1463
- function b6(e) {
1464
- return L6(this.__data__, e) > -1;
1530
+ var Fe = Ee, je = a0;
1531
+ function Ke(e) {
1532
+ return je(this.__data__, e) > -1;
1465
1533
  }
1466
- var $6 = b6, x6 = a0;
1467
- function k6(e, t) {
1468
- var n = this.__data__, r = x6(n, e);
1534
+ var Ne = Ke, Ze = a0;
1535
+ function Qe(e, t) {
1536
+ var n = this.__data__, r = Ze(n, e);
1469
1537
  return r < 0 ? (++this.size, n.push([e, t])) : n[r][1] = t, this;
1470
1538
  }
1471
- var w6 = k6, A6 = l6, M6 = h6, S6 = _6, T6 = $6, I6 = w6;
1539
+ var Re = Qe, ze = we, Ue = Be, Ye = Fe, Ve = Ne, He = Re;
1472
1540
  function x1(e) {
1473
1541
  var t = -1, n = e == null ? 0 : e.length;
1474
1542
  for (this.clear(); ++t < n; ) {
@@ -1476,71 +1544,71 @@ function x1(e) {
1476
1544
  this.set(r[0], r[1]);
1477
1545
  }
1478
1546
  }
1479
- x1.prototype.clear = A6;
1480
- x1.prototype.delete = M6;
1481
- x1.prototype.get = S6;
1482
- x1.prototype.has = T6;
1483
- x1.prototype.set = I6;
1484
- var i0 = x1, P6 = i0;
1485
- function D6() {
1486
- this.__data__ = new P6(), this.size = 0;
1487
- }
1488
- var B6 = D6;
1489
- function O6(e) {
1547
+ x1.prototype.clear = ze;
1548
+ x1.prototype.delete = Ue;
1549
+ x1.prototype.get = Ye;
1550
+ x1.prototype.has = Ve;
1551
+ x1.prototype.set = He;
1552
+ var i0 = x1, Ge = i0;
1553
+ function Xe() {
1554
+ this.__data__ = new Ge(), this.size = 0;
1555
+ }
1556
+ var Je = Xe;
1557
+ function We(e) {
1490
1558
  var t = this.__data__, n = t.delete(e);
1491
1559
  return this.size = t.size, n;
1492
1560
  }
1493
- var E6 = O6;
1494
- function F6(e) {
1561
+ var qe = We;
1562
+ function e6(e) {
1495
1563
  return this.__data__.get(e);
1496
1564
  }
1497
- var K6 = F6;
1498
- function j6(e) {
1565
+ var t6 = e6;
1566
+ function n6(e) {
1499
1567
  return this.__data__.has(e);
1500
1568
  }
1501
- var N6 = j6, Z6 = typeof Z1 == "object" && Z1 && Z1.Object === Object && Z1, R9 = Z6, Q6 = R9, R6 = typeof self == "object" && self && self.Object === Object && self, z6 = Q6 || R6 || Function("return this")(), o1 = z6, U6 = o1, Y6 = U6.Symbol, s0 = Y6, H0 = s0, z9 = Object.prototype, V6 = z9.hasOwnProperty, H6 = z9.toString, E1 = H0 ? H0.toStringTag : void 0;
1502
- function G6(e) {
1503
- var t = V6.call(e, E1), n = e[E1];
1569
+ var r6 = n6, a6 = typeof Z1 == "object" && Z1 && Z1.Object === Object && Z1, z9 = a6, i6 = z9, s6 = typeof self == "object" && self && self.Object === Object && self, o6 = i6 || s6 || Function("return this")(), o1 = o6, c6 = o1, l6 = c6.Symbol, s0 = l6, G0 = s0, U9 = Object.prototype, u6 = U9.hasOwnProperty, C6 = U9.toString, E1 = G0 ? G0.toStringTag : void 0;
1570
+ function d6(e) {
1571
+ var t = u6.call(e, E1), n = e[E1];
1504
1572
  try {
1505
1573
  e[E1] = void 0;
1506
1574
  var r = !0;
1507
1575
  } catch {
1508
1576
  }
1509
- var a = H6.call(e);
1577
+ var a = C6.call(e);
1510
1578
  return r && (t ? e[E1] = n : delete e[E1]), a;
1511
1579
  }
1512
- var X6 = G6, J6 = Object.prototype, W6 = J6.toString;
1513
- function q6(e) {
1514
- return W6.call(e);
1580
+ var f6 = d6, g6 = Object.prototype, y6 = g6.toString;
1581
+ function m6(e) {
1582
+ return y6.call(e);
1515
1583
  }
1516
- var ee = q6, G0 = s0, te = X6, ne = ee, re = "[object Null]", ae = "[object Undefined]", X0 = G0 ? G0.toStringTag : void 0;
1517
- function ie(e) {
1518
- return e == null ? e === void 0 ? ae : re : X0 && X0 in Object(e) ? te(e) : ne(e);
1584
+ var h6 = m6, X0 = s0, p6 = f6, v6 = h6, _6 = "[object Null]", L6 = "[object Undefined]", J0 = X0 ? X0.toStringTag : void 0;
1585
+ function b6(e) {
1586
+ return e == null ? e === void 0 ? L6 : _6 : J0 && J0 in Object(e) ? p6(e) : v6(e);
1519
1587
  }
1520
- var j1 = ie;
1521
- function se(e) {
1588
+ var K1 = b6;
1589
+ function $6(e) {
1522
1590
  var t = typeof e;
1523
1591
  return e != null && (t == "object" || t == "function");
1524
1592
  }
1525
- var k1 = se, oe = j1, ce = k1, le = "[object AsyncFunction]", ue = "[object Function]", Ce = "[object GeneratorFunction]", fe = "[object Proxy]";
1526
- function de(e) {
1527
- if (!ce(e))
1593
+ var k1 = $6, x6 = K1, k6 = k1, w6 = "[object AsyncFunction]", A6 = "[object Function]", M6 = "[object GeneratorFunction]", S6 = "[object Proxy]";
1594
+ function T6(e) {
1595
+ if (!k6(e))
1528
1596
  return !1;
1529
- var t = oe(e);
1530
- return t == ue || t == Ce || t == le || t == fe;
1597
+ var t = x6(e);
1598
+ return t == A6 || t == M6 || t == w6 || t == S6;
1531
1599
  }
1532
- var U9 = de, ge = o1, ye = ge["__core-js_shared__"], me = ye, d0 = me, J0 = function() {
1533
- var e = /[^.]+$/.exec(d0 && d0.keys && d0.keys.IE_PROTO || "");
1600
+ var Y9 = T6, I6 = o1, P6 = I6["__core-js_shared__"], D6 = P6, f0 = D6, W0 = function() {
1601
+ var e = /[^.]+$/.exec(f0 && f0.keys && f0.keys.IE_PROTO || "");
1534
1602
  return e ? "Symbol(src)_1." + e : "";
1535
1603
  }();
1536
- function he(e) {
1537
- return !!J0 && J0 in e;
1604
+ function B6(e) {
1605
+ return !!W0 && W0 in e;
1538
1606
  }
1539
- var pe = he, ve = Function.prototype, _e = ve.toString;
1540
- function Le(e) {
1607
+ var O6 = B6, E6 = Function.prototype, F6 = E6.toString;
1608
+ function j6(e) {
1541
1609
  if (e != null) {
1542
1610
  try {
1543
- return _e.call(e);
1611
+ return F6.call(e);
1544
1612
  } catch {
1545
1613
  }
1546
1614
  try {
@@ -1550,53 +1618,53 @@ function Le(e) {
1550
1618
  }
1551
1619
  return "";
1552
1620
  }
1553
- var Y9 = Le, be = U9, $e = pe, xe = k1, ke = Y9, we = /[\\^$.*+?()[\]{}|]/g, Ae = /^\[object .+?Constructor\]$/, Me = Function.prototype, Se = Object.prototype, Te = Me.toString, Ie = Se.hasOwnProperty, Pe = RegExp(
1554
- "^" + Te.call(Ie).replace(we, "\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g, "$1.*?") + "$"
1621
+ var V9 = j6, K6 = Y9, N6 = O6, Z6 = k1, Q6 = V9, R6 = /[\\^$.*+?()[\]{}|]/g, z6 = /^\[object .+?Constructor\]$/, U6 = Function.prototype, Y6 = Object.prototype, V6 = U6.toString, H6 = Y6.hasOwnProperty, G6 = RegExp(
1622
+ "^" + V6.call(H6).replace(R6, "\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g, "$1.*?") + "$"
1555
1623
  );
1556
- function De(e) {
1557
- if (!xe(e) || $e(e))
1624
+ function X6(e) {
1625
+ if (!Z6(e) || N6(e))
1558
1626
  return !1;
1559
- var t = be(e) ? Pe : Ae;
1560
- return t.test(ke(e));
1627
+ var t = K6(e) ? G6 : z6;
1628
+ return t.test(Q6(e));
1561
1629
  }
1562
- var Be = De;
1563
- function Oe(e, t) {
1630
+ var J6 = X6;
1631
+ function W6(e, t) {
1564
1632
  return e == null ? void 0 : e[t];
1565
1633
  }
1566
- var Ee = Oe, Fe = Be, Ke = Ee;
1567
- function je(e, t) {
1568
- var n = Ke(e, t);
1569
- return Fe(n) ? n : void 0;
1634
+ var q6 = W6, e2 = J6, t2 = q6;
1635
+ function n2(e, t) {
1636
+ var n = t2(e, t);
1637
+ return e2(n) ? n : void 0;
1570
1638
  }
1571
- var _1 = je, Ne = _1, Ze = o1, Qe = Ne(Ze, "Map"), M0 = Qe, Re = _1, ze = Re(Object, "create"), o0 = ze, W0 = o0;
1572
- function Ue() {
1573
- this.__data__ = W0 ? W0(null) : {}, this.size = 0;
1639
+ var _1 = n2, r2 = _1, a2 = o1, i2 = r2(a2, "Map"), M0 = i2, s2 = _1, o2 = s2(Object, "create"), o0 = o2, q0 = o0;
1640
+ function c2() {
1641
+ this.__data__ = q0 ? q0(null) : {}, this.size = 0;
1574
1642
  }
1575
- var Ye = Ue;
1576
- function Ve(e) {
1643
+ var l2 = c2;
1644
+ function u2(e) {
1577
1645
  var t = this.has(e) && delete this.__data__[e];
1578
1646
  return this.size -= t ? 1 : 0, t;
1579
1647
  }
1580
- var He = Ve, Ge = o0, Xe = "__lodash_hash_undefined__", Je = Object.prototype, We = Je.hasOwnProperty;
1581
- function qe(e) {
1648
+ var C2 = u2, d2 = o0, f2 = "__lodash_hash_undefined__", g2 = Object.prototype, y2 = g2.hasOwnProperty;
1649
+ function m2(e) {
1582
1650
  var t = this.__data__;
1583
- if (Ge) {
1651
+ if (d2) {
1584
1652
  var n = t[e];
1585
- return n === Xe ? void 0 : n;
1653
+ return n === f2 ? void 0 : n;
1586
1654
  }
1587
- return We.call(t, e) ? t[e] : void 0;
1655
+ return y2.call(t, e) ? t[e] : void 0;
1588
1656
  }
1589
- var e2 = qe, t2 = o0, n2 = Object.prototype, r2 = n2.hasOwnProperty;
1590
- function a2(e) {
1657
+ var h2 = m2, p2 = o0, v2 = Object.prototype, _2 = v2.hasOwnProperty;
1658
+ function L2(e) {
1591
1659
  var t = this.__data__;
1592
- return t2 ? t[e] !== void 0 : r2.call(t, e);
1660
+ return p2 ? t[e] !== void 0 : _2.call(t, e);
1593
1661
  }
1594
- var i2 = a2, s2 = o0, o2 = "__lodash_hash_undefined__";
1595
- function c2(e, t) {
1662
+ var b2 = L2, $2 = o0, x2 = "__lodash_hash_undefined__";
1663
+ function k2(e, t) {
1596
1664
  var n = this.__data__;
1597
- return this.size += this.has(e) ? 0 : 1, n[e] = s2 && t === void 0 ? o2 : t, this;
1665
+ return this.size += this.has(e) ? 0 : 1, n[e] = $2 && t === void 0 ? x2 : t, this;
1598
1666
  }
1599
- var l2 = c2, u2 = Ye, C2 = He, f2 = e2, d2 = i2, g2 = l2;
1667
+ var w2 = k2, A2 = l2, M2 = C2, S2 = h2, T2 = b2, I2 = w2;
1600
1668
  function w1(e) {
1601
1669
  var t = -1, n = e == null ? 0 : e.length;
1602
1670
  for (this.clear(); ++t < n; ) {
@@ -1604,48 +1672,48 @@ function w1(e) {
1604
1672
  this.set(r[0], r[1]);
1605
1673
  }
1606
1674
  }
1607
- w1.prototype.clear = u2;
1608
- w1.prototype.delete = C2;
1609
- w1.prototype.get = f2;
1610
- w1.prototype.has = d2;
1611
- w1.prototype.set = g2;
1612
- var y2 = w1, q0 = y2, m2 = i0, h2 = M0;
1613
- function p2() {
1675
+ w1.prototype.clear = A2;
1676
+ w1.prototype.delete = M2;
1677
+ w1.prototype.get = S2;
1678
+ w1.prototype.has = T2;
1679
+ w1.prototype.set = I2;
1680
+ var P2 = w1, e9 = P2, D2 = i0, B2 = M0;
1681
+ function O2() {
1614
1682
  this.size = 0, this.__data__ = {
1615
- hash: new q0(),
1616
- map: new (h2 || m2)(),
1617
- string: new q0()
1683
+ hash: new e9(),
1684
+ map: new (B2 || D2)(),
1685
+ string: new e9()
1618
1686
  };
1619
1687
  }
1620
- var v2 = p2;
1621
- function _2(e) {
1688
+ var E2 = O2;
1689
+ function F2(e) {
1622
1690
  var t = typeof e;
1623
1691
  return t == "string" || t == "number" || t == "symbol" || t == "boolean" ? e !== "__proto__" : e === null;
1624
1692
  }
1625
- var L2 = _2, b2 = L2;
1626
- function $2(e, t) {
1693
+ var j2 = F2, K2 = j2;
1694
+ function N2(e, t) {
1627
1695
  var n = e.__data__;
1628
- return b2(t) ? n[typeof t == "string" ? "string" : "hash"] : n.map;
1696
+ return K2(t) ? n[typeof t == "string" ? "string" : "hash"] : n.map;
1629
1697
  }
1630
- var c0 = $2, x2 = c0;
1631
- function k2(e) {
1632
- var t = x2(this, e).delete(e);
1698
+ var c0 = N2, Z2 = c0;
1699
+ function Q2(e) {
1700
+ var t = Z2(this, e).delete(e);
1633
1701
  return this.size -= t ? 1 : 0, t;
1634
1702
  }
1635
- var w2 = k2, A2 = c0;
1636
- function M2(e) {
1637
- return A2(this, e).get(e);
1703
+ var R2 = Q2, z2 = c0;
1704
+ function U2(e) {
1705
+ return z2(this, e).get(e);
1638
1706
  }
1639
- var S2 = M2, T2 = c0;
1640
- function I2(e) {
1641
- return T2(this, e).has(e);
1707
+ var Y2 = U2, V2 = c0;
1708
+ function H2(e) {
1709
+ return V2(this, e).has(e);
1642
1710
  }
1643
- var P2 = I2, D2 = c0;
1644
- function B2(e, t) {
1645
- var n = D2(this, e), r = n.size;
1711
+ var G2 = H2, X2 = c0;
1712
+ function J2(e, t) {
1713
+ var n = X2(this, e), r = n.size;
1646
1714
  return n.set(e, t), this.size += n.size == r ? 0 : 1, this;
1647
1715
  }
1648
- var O2 = B2, E2 = v2, F2 = w2, K2 = S2, j2 = P2, N2 = O2;
1716
+ var W2 = J2, q2 = E2, e3 = R2, t3 = Y2, n3 = G2, r3 = W2;
1649
1717
  function A1(e) {
1650
1718
  var t = -1, n = e == null ? 0 : e.length;
1651
1719
  for (this.clear(); ++t < n; ) {
@@ -1653,121 +1721,121 @@ function A1(e) {
1653
1721
  this.set(r[0], r[1]);
1654
1722
  }
1655
1723
  }
1656
- A1.prototype.clear = E2;
1657
- A1.prototype.delete = F2;
1658
- A1.prototype.get = K2;
1659
- A1.prototype.has = j2;
1660
- A1.prototype.set = N2;
1661
- var V9 = A1, Z2 = i0, Q2 = M0, R2 = V9, z2 = 200;
1662
- function U2(e, t) {
1724
+ A1.prototype.clear = q2;
1725
+ A1.prototype.delete = e3;
1726
+ A1.prototype.get = t3;
1727
+ A1.prototype.has = n3;
1728
+ A1.prototype.set = r3;
1729
+ var H9 = A1, a3 = i0, i3 = M0, s3 = H9, o3 = 200;
1730
+ function c3(e, t) {
1663
1731
  var n = this.__data__;
1664
- if (n instanceof Z2) {
1732
+ if (n instanceof a3) {
1665
1733
  var r = n.__data__;
1666
- if (!Q2 || r.length < z2 - 1)
1734
+ if (!i3 || r.length < o3 - 1)
1667
1735
  return r.push([e, t]), this.size = ++n.size, this;
1668
- n = this.__data__ = new R2(r);
1736
+ n = this.__data__ = new s3(r);
1669
1737
  }
1670
1738
  return n.set(e, t), this.size = n.size, this;
1671
1739
  }
1672
- var Y2 = U2, V2 = i0, H2 = B6, G2 = E6, X2 = K6, J2 = N6, W2 = Y2;
1740
+ var l3 = c3, u3 = i0, C3 = Je, d3 = qe, f3 = t6, g3 = r6, y3 = l3;
1673
1741
  function M1(e) {
1674
- var t = this.__data__ = new V2(e);
1742
+ var t = this.__data__ = new u3(e);
1675
1743
  this.size = t.size;
1676
1744
  }
1677
- M1.prototype.clear = H2;
1678
- M1.prototype.delete = G2;
1679
- M1.prototype.get = X2;
1680
- M1.prototype.has = J2;
1681
- M1.prototype.set = W2;
1682
- var q2 = M1;
1683
- function e3(e, t) {
1745
+ M1.prototype.clear = C3;
1746
+ M1.prototype.delete = d3;
1747
+ M1.prototype.get = f3;
1748
+ M1.prototype.has = g3;
1749
+ M1.prototype.set = y3;
1750
+ var m3 = M1;
1751
+ function h3(e, t) {
1684
1752
  for (var n = -1, r = e == null ? 0 : e.length; ++n < r && t(e[n], n, e) !== !1; )
1685
1753
  ;
1686
1754
  return e;
1687
1755
  }
1688
- var t3 = e3, n3 = _1, r3 = function() {
1756
+ var p3 = h3, v3 = _1, _3 = function() {
1689
1757
  try {
1690
- var e = n3(Object, "defineProperty");
1758
+ var e = v3(Object, "defineProperty");
1691
1759
  return e({}, "", {}), e;
1692
1760
  } catch {
1693
1761
  }
1694
- }(), a3 = r3, e9 = a3;
1695
- function i3(e, t, n) {
1696
- t == "__proto__" && e9 ? e9(e, t, {
1762
+ }(), L3 = _3, t9 = L3;
1763
+ function b3(e, t, n) {
1764
+ t == "__proto__" && t9 ? t9(e, t, {
1697
1765
  configurable: !0,
1698
1766
  enumerable: !0,
1699
1767
  value: n,
1700
1768
  writable: !0
1701
1769
  }) : e[t] = n;
1702
1770
  }
1703
- var H9 = i3, s3 = H9, o3 = Q9, c3 = Object.prototype, l3 = c3.hasOwnProperty;
1704
- function u3(e, t, n) {
1771
+ var G9 = b3, $3 = G9, x3 = R9, k3 = Object.prototype, w3 = k3.hasOwnProperty;
1772
+ function A3(e, t, n) {
1705
1773
  var r = e[t];
1706
- (!(l3.call(e, t) && o3(r, n)) || n === void 0 && !(t in e)) && s3(e, t, n);
1774
+ (!(w3.call(e, t) && x3(r, n)) || n === void 0 && !(t in e)) && $3(e, t, n);
1707
1775
  }
1708
- var S0 = u3, C3 = S0, f3 = H9;
1709
- function d3(e, t, n, r) {
1776
+ var S0 = A3, M3 = S0, S3 = G9;
1777
+ function T3(e, t, n, r) {
1710
1778
  var a = !n;
1711
1779
  n || (n = {});
1712
1780
  for (var s = -1, o = t.length; ++s < o; ) {
1713
1781
  var i = t[s], c = r ? r(n[i], e[i], i, n, e) : void 0;
1714
- c === void 0 && (c = e[i]), a ? f3(n, i, c) : C3(n, i, c);
1782
+ c === void 0 && (c = e[i]), a ? S3(n, i, c) : M3(n, i, c);
1715
1783
  }
1716
1784
  return n;
1717
1785
  }
1718
- var l0 = d3;
1719
- function g3(e, t) {
1786
+ var l0 = T3;
1787
+ function I3(e, t) {
1720
1788
  for (var n = -1, r = Array(e); ++n < e; )
1721
1789
  r[n] = t(n);
1722
1790
  return r;
1723
1791
  }
1724
- var y3 = g3;
1725
- function m3(e) {
1792
+ var P3 = I3;
1793
+ function D3(e) {
1726
1794
  return e != null && typeof e == "object";
1727
1795
  }
1728
- var S1 = m3, h3 = j1, p3 = S1, v3 = "[object Arguments]";
1729
- function _3(e) {
1730
- return p3(e) && h3(e) == v3;
1796
+ var S1 = D3, B3 = K1, O3 = S1, E3 = "[object Arguments]";
1797
+ function F3(e) {
1798
+ return O3(e) && B3(e) == E3;
1731
1799
  }
1732
- var L3 = _3, t9 = L3, b3 = S1, G9 = Object.prototype, $3 = G9.hasOwnProperty, x3 = G9.propertyIsEnumerable, k3 = t9(function() {
1800
+ var j3 = F3, n9 = j3, K3 = S1, X9 = Object.prototype, N3 = X9.hasOwnProperty, Z3 = X9.propertyIsEnumerable, Q3 = n9(function() {
1733
1801
  return arguments;
1734
- }()) ? t9 : function(e) {
1735
- return b3(e) && $3.call(e, "callee") && !x3.call(e, "callee");
1736
- }, w3 = k3, A3 = Array.isArray, T1 = A3, W1 = { exports: {} };
1737
- function M3() {
1802
+ }()) ? n9 : function(e) {
1803
+ return K3(e) && N3.call(e, "callee") && !Z3.call(e, "callee");
1804
+ }, R3 = Q3, z3 = Array.isArray, T1 = z3, W1 = { exports: {} };
1805
+ function U3() {
1738
1806
  return !1;
1739
1807
  }
1740
- var S3 = M3;
1808
+ var Y3 = U3;
1741
1809
  W1.exports;
1742
1810
  (function(e, t) {
1743
- var n = o1, r = S3, a = t && !t.nodeType && t, s = a && !0 && e && !e.nodeType && e, o = s && s.exports === a, i = o ? n.Buffer : void 0, c = i ? i.isBuffer : void 0, C = c || r;
1744
- e.exports = C;
1811
+ var n = o1, r = Y3, a = t && !t.nodeType && t, s = a && !0 && e && !e.nodeType && e, o = s && s.exports === a, i = o ? n.Buffer : void 0, c = i ? i.isBuffer : void 0, u = c || r;
1812
+ e.exports = u;
1745
1813
  })(W1, W1.exports);
1746
- var X9 = W1.exports, T3 = 9007199254740991, I3 = /^(?:0|[1-9]\d*)$/;
1747
- function P3(e, t) {
1814
+ var J9 = W1.exports, V3 = 9007199254740991, H3 = /^(?:0|[1-9]\d*)$/;
1815
+ function G3(e, t) {
1748
1816
  var n = typeof e;
1749
- return t = t ?? T3, !!t && (n == "number" || n != "symbol" && I3.test(e)) && e > -1 && e % 1 == 0 && e < t;
1817
+ return t = t ?? V3, !!t && (n == "number" || n != "symbol" && H3.test(e)) && e > -1 && e % 1 == 0 && e < t;
1750
1818
  }
1751
- var J9 = P3, D3 = 9007199254740991;
1752
- function B3(e) {
1753
- return typeof e == "number" && e > -1 && e % 1 == 0 && e <= D3;
1819
+ var W9 = G3, X3 = 9007199254740991;
1820
+ function J3(e) {
1821
+ return typeof e == "number" && e > -1 && e % 1 == 0 && e <= X3;
1754
1822
  }
1755
- var W9 = B3, O3 = j1, E3 = W9, F3 = S1, K3 = "[object Arguments]", j3 = "[object Array]", N3 = "[object Boolean]", Z3 = "[object Date]", Q3 = "[object Error]", R3 = "[object Function]", z3 = "[object Map]", U3 = "[object Number]", Y3 = "[object Object]", V3 = "[object RegExp]", H3 = "[object Set]", G3 = "[object String]", X3 = "[object WeakMap]", J3 = "[object ArrayBuffer]", W3 = "[object DataView]", q3 = "[object Float32Array]", e8 = "[object Float64Array]", t8 = "[object Int8Array]", n8 = "[object Int16Array]", r8 = "[object Int32Array]", a8 = "[object Uint8Array]", i8 = "[object Uint8ClampedArray]", s8 = "[object Uint16Array]", o8 = "[object Uint32Array]", F = {};
1756
- F[q3] = F[e8] = F[t8] = F[n8] = F[r8] = F[a8] = F[i8] = F[s8] = F[o8] = !0;
1757
- F[K3] = F[j3] = F[J3] = F[N3] = F[W3] = F[Z3] = F[Q3] = F[R3] = F[z3] = F[U3] = F[Y3] = F[V3] = F[H3] = F[G3] = F[X3] = !1;
1758
- function c8(e) {
1759
- return F3(e) && E3(e.length) && !!F[O3(e)];
1823
+ var q9 = J3, W3 = K1, q3 = q9, e8 = S1, t8 = "[object Arguments]", n8 = "[object Array]", r8 = "[object Boolean]", a8 = "[object Date]", i8 = "[object Error]", s8 = "[object Function]", o8 = "[object Map]", c8 = "[object Number]", l8 = "[object Object]", u8 = "[object RegExp]", C8 = "[object Set]", d8 = "[object String]", f8 = "[object WeakMap]", g8 = "[object ArrayBuffer]", y8 = "[object DataView]", m8 = "[object Float32Array]", h8 = "[object Float64Array]", p8 = "[object Int8Array]", v8 = "[object Int16Array]", _8 = "[object Int32Array]", L8 = "[object Uint8Array]", b8 = "[object Uint8ClampedArray]", $8 = "[object Uint16Array]", x8 = "[object Uint32Array]", F = {};
1824
+ F[m8] = F[h8] = F[p8] = F[v8] = F[_8] = F[L8] = F[b8] = F[$8] = F[x8] = !0;
1825
+ F[t8] = F[n8] = F[g8] = F[r8] = F[y8] = F[a8] = F[i8] = F[s8] = F[o8] = F[c8] = F[l8] = F[u8] = F[C8] = F[d8] = F[f8] = !1;
1826
+ function k8(e) {
1827
+ return e8(e) && q3(e.length) && !!F[W3(e)];
1760
1828
  }
1761
- var l8 = c8;
1762
- function u8(e) {
1829
+ var w8 = k8;
1830
+ function A8(e) {
1763
1831
  return function(t) {
1764
1832
  return e(t);
1765
1833
  };
1766
1834
  }
1767
- var T0 = u8, q1 = { exports: {} };
1835
+ var T0 = A8, q1 = { exports: {} };
1768
1836
  q1.exports;
1769
1837
  (function(e, t) {
1770
- var n = R9, r = t && !t.nodeType && t, a = r && !0 && e && !e.nodeType && e, s = a && a.exports === r, o = s && n.process, i = function() {
1838
+ var n = z9, r = t && !t.nodeType && t, a = r && !0 && e && !e.nodeType && e, s = a && a.exports === r, o = s && n.process, i = function() {
1771
1839
  try {
1772
1840
  var c = a && a.require && a.require("util").types;
1773
1841
  return c || o && o.binding && o.binding("util");
@@ -1776,306 +1844,306 @@ q1.exports;
1776
1844
  }();
1777
1845
  e.exports = i;
1778
1846
  })(q1, q1.exports);
1779
- var I0 = q1.exports, C8 = l8, f8 = T0, n9 = I0, r9 = n9 && n9.isTypedArray, d8 = r9 ? f8(r9) : C8, g8 = d8, y8 = y3, m8 = w3, h8 = T1, p8 = X9, v8 = J9, _8 = g8, L8 = Object.prototype, b8 = L8.hasOwnProperty;
1780
- function $8(e, t) {
1781
- var n = h8(e), r = !n && m8(e), a = !n && !r && p8(e), s = !n && !r && !a && _8(e), o = n || r || a || s, i = o ? y8(e.length, String) : [], c = i.length;
1782
- for (var C in e)
1783
- (t || b8.call(e, C)) && !(o && // Safari 9 has enumerable `arguments.length` in strict mode.
1784
- (C == "length" || // Node.js 0.10 has enumerable non-index properties on buffers.
1785
- a && (C == "offset" || C == "parent") || // PhantomJS 2 has enumerable non-index properties on typed arrays.
1786
- s && (C == "buffer" || C == "byteLength" || C == "byteOffset") || // Skip index properties.
1787
- v8(C, c))) && i.push(C);
1847
+ var I0 = q1.exports, M8 = w8, S8 = T0, r9 = I0, a9 = r9 && r9.isTypedArray, T8 = a9 ? S8(a9) : M8, I8 = T8, P8 = P3, D8 = R3, B8 = T1, O8 = J9, E8 = W9, F8 = I8, j8 = Object.prototype, K8 = j8.hasOwnProperty;
1848
+ function N8(e, t) {
1849
+ var n = B8(e), r = !n && D8(e), a = !n && !r && O8(e), s = !n && !r && !a && F8(e), o = n || r || a || s, i = o ? P8(e.length, String) : [], c = i.length;
1850
+ for (var u in e)
1851
+ (t || K8.call(e, u)) && !(o && // Safari 9 has enumerable `arguments.length` in strict mode.
1852
+ (u == "length" || // Node.js 0.10 has enumerable non-index properties on buffers.
1853
+ a && (u == "offset" || u == "parent") || // PhantomJS 2 has enumerable non-index properties on typed arrays.
1854
+ s && (u == "buffer" || u == "byteLength" || u == "byteOffset") || // Skip index properties.
1855
+ E8(u, c))) && i.push(u);
1788
1856
  return i;
1789
1857
  }
1790
- var q9 = $8, x8 = Object.prototype;
1791
- function k8(e) {
1792
- var t = e && e.constructor, n = typeof t == "function" && t.prototype || x8;
1858
+ var e5 = N8, Z8 = Object.prototype;
1859
+ function Q8(e) {
1860
+ var t = e && e.constructor, n = typeof t == "function" && t.prototype || Z8;
1793
1861
  return e === n;
1794
1862
  }
1795
- var P0 = k8;
1796
- function w8(e, t) {
1863
+ var P0 = Q8;
1864
+ function R8(e, t) {
1797
1865
  return function(n) {
1798
1866
  return e(t(n));
1799
1867
  };
1800
1868
  }
1801
- var e5 = w8, A8 = e5, M8 = A8(Object.keys, Object), S8 = M8, T8 = P0, I8 = S8, P8 = Object.prototype, D8 = P8.hasOwnProperty;
1802
- function B8(e) {
1803
- if (!T8(e))
1804
- return I8(e);
1869
+ var t5 = R8, z8 = t5, U8 = z8(Object.keys, Object), Y8 = U8, V8 = P0, H8 = Y8, G8 = Object.prototype, X8 = G8.hasOwnProperty;
1870
+ function J8(e) {
1871
+ if (!V8(e))
1872
+ return H8(e);
1805
1873
  var t = [];
1806
1874
  for (var n in Object(e))
1807
- D8.call(e, n) && n != "constructor" && t.push(n);
1875
+ X8.call(e, n) && n != "constructor" && t.push(n);
1808
1876
  return t;
1809
1877
  }
1810
- var O8 = B8, E8 = U9, F8 = W9;
1811
- function K8(e) {
1812
- return e != null && F8(e.length) && !E8(e);
1878
+ var W8 = J8, q8 = Y9, e7 = q9;
1879
+ function t7(e) {
1880
+ return e != null && e7(e.length) && !q8(e);
1813
1881
  }
1814
- var t5 = K8, j8 = q9, N8 = O8, Z8 = t5;
1815
- function Q8(e) {
1816
- return Z8(e) ? j8(e) : N8(e);
1882
+ var n5 = t7, n7 = e5, r7 = W8, a7 = n5;
1883
+ function i7(e) {
1884
+ return a7(e) ? n7(e) : r7(e);
1817
1885
  }
1818
- var D0 = Q8, R8 = l0, z8 = D0;
1819
- function U8(e, t) {
1820
- return e && R8(t, z8(t), e);
1886
+ var D0 = i7, s7 = l0, o7 = D0;
1887
+ function c7(e, t) {
1888
+ return e && s7(t, o7(t), e);
1821
1889
  }
1822
- var Y8 = U8;
1823
- function V8(e) {
1890
+ var l7 = c7;
1891
+ function u7(e) {
1824
1892
  var t = [];
1825
1893
  if (e != null)
1826
1894
  for (var n in Object(e))
1827
1895
  t.push(n);
1828
1896
  return t;
1829
1897
  }
1830
- var H8 = V8, G8 = k1, X8 = P0, J8 = H8, W8 = Object.prototype, q8 = W8.hasOwnProperty;
1831
- function e7(e) {
1832
- if (!G8(e))
1833
- return J8(e);
1834
- var t = X8(e), n = [];
1898
+ var C7 = u7, d7 = k1, f7 = P0, g7 = C7, y7 = Object.prototype, m7 = y7.hasOwnProperty;
1899
+ function h7(e) {
1900
+ if (!d7(e))
1901
+ return g7(e);
1902
+ var t = f7(e), n = [];
1835
1903
  for (var r in e)
1836
- r == "constructor" && (t || !q8.call(e, r)) || n.push(r);
1904
+ r == "constructor" && (t || !m7.call(e, r)) || n.push(r);
1837
1905
  return n;
1838
1906
  }
1839
- var t7 = e7, n7 = q9, r7 = t7, a7 = t5;
1840
- function i7(e) {
1841
- return a7(e) ? n7(e, !0) : r7(e);
1907
+ var p7 = h7, v7 = e5, _7 = p7, L7 = n5;
1908
+ function b7(e) {
1909
+ return L7(e) ? v7(e, !0) : _7(e);
1842
1910
  }
1843
- var B0 = i7, s7 = l0, o7 = B0;
1844
- function c7(e, t) {
1845
- return e && s7(t, o7(t), e);
1911
+ var B0 = b7, $7 = l0, x7 = B0;
1912
+ function k7(e, t) {
1913
+ return e && $7(t, x7(t), e);
1846
1914
  }
1847
- var l7 = c7, e0 = { exports: {} };
1915
+ var w7 = k7, e0 = { exports: {} };
1848
1916
  e0.exports;
1849
1917
  (function(e, t) {
1850
1918
  var n = o1, r = t && !t.nodeType && t, a = r && !0 && e && !e.nodeType && e, s = a && a.exports === r, o = s ? n.Buffer : void 0, i = o ? o.allocUnsafe : void 0;
1851
- function c(C, f) {
1852
- if (f)
1853
- return C.slice();
1854
- var l = C.length, v = i ? i(l) : new C.constructor(l);
1855
- return C.copy(v), v;
1919
+ function c(u, d) {
1920
+ if (d)
1921
+ return u.slice();
1922
+ var l = u.length, v = i ? i(l) : new u.constructor(l);
1923
+ return u.copy(v), v;
1856
1924
  }
1857
1925
  e.exports = c;
1858
1926
  })(e0, e0.exports);
1859
- var u7 = e0.exports;
1860
- function C7(e, t) {
1927
+ var A7 = e0.exports;
1928
+ function M7(e, t) {
1861
1929
  var n = -1, r = e.length;
1862
1930
  for (t || (t = Array(r)); ++n < r; )
1863
1931
  t[n] = e[n];
1864
1932
  return t;
1865
1933
  }
1866
- var f7 = C7;
1867
- function d7(e, t) {
1934
+ var S7 = M7;
1935
+ function T7(e, t) {
1868
1936
  for (var n = -1, r = e == null ? 0 : e.length, a = 0, s = []; ++n < r; ) {
1869
1937
  var o = e[n];
1870
1938
  t(o, n, e) && (s[a++] = o);
1871
1939
  }
1872
1940
  return s;
1873
1941
  }
1874
- var g7 = d7;
1875
- function y7() {
1942
+ var I7 = T7;
1943
+ function P7() {
1876
1944
  return [];
1877
1945
  }
1878
- var n5 = y7, m7 = g7, h7 = n5, p7 = Object.prototype, v7 = p7.propertyIsEnumerable, a9 = Object.getOwnPropertySymbols, _7 = a9 ? function(e) {
1879
- return e == null ? [] : (e = Object(e), m7(a9(e), function(t) {
1880
- return v7.call(e, t);
1946
+ var r5 = P7, D7 = I7, B7 = r5, O7 = Object.prototype, E7 = O7.propertyIsEnumerable, i9 = Object.getOwnPropertySymbols, F7 = i9 ? function(e) {
1947
+ return e == null ? [] : (e = Object(e), D7(i9(e), function(t) {
1948
+ return E7.call(e, t);
1881
1949
  }));
1882
- } : h7, O0 = _7, L7 = l0, b7 = O0;
1883
- function $7(e, t) {
1884
- return L7(e, b7(e), t);
1950
+ } : B7, O0 = F7, j7 = l0, K7 = O0;
1951
+ function N7(e, t) {
1952
+ return j7(e, K7(e), t);
1885
1953
  }
1886
- var x7 = $7;
1887
- function k7(e, t) {
1954
+ var Z7 = N7;
1955
+ function Q7(e, t) {
1888
1956
  for (var n = -1, r = t.length, a = e.length; ++n < r; )
1889
1957
  e[a + n] = t[n];
1890
1958
  return e;
1891
1959
  }
1892
- var r5 = k7, w7 = e5, A7 = w7(Object.getPrototypeOf, Object), a5 = A7, M7 = r5, S7 = a5, T7 = O0, I7 = n5, P7 = Object.getOwnPropertySymbols, D7 = P7 ? function(e) {
1960
+ var a5 = Q7, R7 = t5, z7 = R7(Object.getPrototypeOf, Object), i5 = z7, U7 = a5, Y7 = i5, V7 = O0, H7 = r5, G7 = Object.getOwnPropertySymbols, X7 = G7 ? function(e) {
1893
1961
  for (var t = []; e; )
1894
- M7(t, T7(e)), e = S7(e);
1962
+ U7(t, V7(e)), e = Y7(e);
1895
1963
  return t;
1896
- } : I7, i5 = D7, B7 = l0, O7 = i5;
1897
- function E7(e, t) {
1898
- return B7(e, O7(e), t);
1964
+ } : H7, s5 = X7, J7 = l0, W7 = s5;
1965
+ function q7(e, t) {
1966
+ return J7(e, W7(e), t);
1899
1967
  }
1900
- var F7 = E7, K7 = r5, j7 = T1;
1901
- function N7(e, t, n) {
1968
+ var et = q7, tt = a5, nt = T1;
1969
+ function rt(e, t, n) {
1902
1970
  var r = t(e);
1903
- return j7(e) ? r : K7(r, n(e));
1971
+ return nt(e) ? r : tt(r, n(e));
1904
1972
  }
1905
- var s5 = N7, Z7 = s5, Q7 = O0, R7 = D0;
1906
- function z7(e) {
1907
- return Z7(e, R7, Q7);
1973
+ var o5 = rt, at = o5, it = O0, st = D0;
1974
+ function ot(e) {
1975
+ return at(e, st, it);
1908
1976
  }
1909
- var U7 = z7, Y7 = s5, V7 = i5, H7 = B0;
1910
- function G7(e) {
1911
- return Y7(e, H7, V7);
1977
+ var ct = ot, lt = o5, ut = s5, Ct = B0;
1978
+ function dt(e) {
1979
+ return lt(e, Ct, ut);
1912
1980
  }
1913
- var X7 = G7, J7 = _1, W7 = o1, q7 = J7(W7, "DataView"), et = q7, tt = _1, nt = o1, rt = tt(nt, "Promise"), at = rt, it = _1, st = o1, ot = it(st, "Set"), ct = ot, lt = _1, ut = o1, Ct = lt(ut, "WeakMap"), ft = Ct, _0 = et, L0 = M0, b0 = at, $0 = ct, x0 = ft, o5 = j1, I1 = Y9, i9 = "[object Map]", dt = "[object Object]", s9 = "[object Promise]", o9 = "[object Set]", c9 = "[object WeakMap]", l9 = "[object DataView]", gt = I1(_0), yt = I1(L0), mt = I1(b0), ht = I1($0), pt = I1(x0), p1 = o5;
1914
- (_0 && p1(new _0(new ArrayBuffer(1))) != l9 || L0 && p1(new L0()) != i9 || b0 && p1(b0.resolve()) != s9 || $0 && p1(new $0()) != o9 || x0 && p1(new x0()) != c9) && (p1 = function(e) {
1915
- var t = o5(e), n = t == dt ? e.constructor : void 0, r = n ? I1(n) : "";
1981
+ var ft = dt, gt = _1, yt = o1, mt = gt(yt, "DataView"), ht = mt, pt = _1, vt = o1, _t = pt(vt, "Promise"), Lt = _t, bt = _1, $t = o1, xt = bt($t, "Set"), kt = xt, wt = _1, At = o1, Mt = wt(At, "WeakMap"), St = Mt, _0 = ht, L0 = M0, b0 = Lt, $0 = kt, x0 = St, c5 = K1, I1 = V9, s9 = "[object Map]", Tt = "[object Object]", o9 = "[object Promise]", c9 = "[object Set]", l9 = "[object WeakMap]", u9 = "[object DataView]", It = I1(_0), Pt = I1(L0), Dt = I1(b0), Bt = I1($0), Ot = I1(x0), p1 = c5;
1982
+ (_0 && p1(new _0(new ArrayBuffer(1))) != u9 || L0 && p1(new L0()) != s9 || b0 && p1(b0.resolve()) != o9 || $0 && p1(new $0()) != c9 || x0 && p1(new x0()) != l9) && (p1 = function(e) {
1983
+ var t = c5(e), n = t == Tt ? e.constructor : void 0, r = n ? I1(n) : "";
1916
1984
  if (r)
1917
1985
  switch (r) {
1918
- case gt:
1919
- return l9;
1920
- case yt:
1921
- return i9;
1922
- case mt:
1986
+ case It:
1987
+ return u9;
1988
+ case Pt:
1923
1989
  return s9;
1924
- case ht:
1990
+ case Dt:
1925
1991
  return o9;
1926
- case pt:
1992
+ case Bt:
1927
1993
  return c9;
1994
+ case Ot:
1995
+ return l9;
1928
1996
  }
1929
1997
  return t;
1930
1998
  });
1931
- var E0 = p1, vt = Object.prototype, _t = vt.hasOwnProperty;
1932
- function Lt(e) {
1999
+ var E0 = p1, Et = Object.prototype, Ft = Et.hasOwnProperty;
2000
+ function jt(e) {
1933
2001
  var t = e.length, n = new e.constructor(t);
1934
- return t && typeof e[0] == "string" && _t.call(e, "index") && (n.index = e.index, n.input = e.input), n;
2002
+ return t && typeof e[0] == "string" && Ft.call(e, "index") && (n.index = e.index, n.input = e.input), n;
1935
2003
  }
1936
- var bt = Lt, $t = o1, xt = $t.Uint8Array, kt = xt, u9 = kt;
1937
- function wt(e) {
2004
+ var Kt = jt, Nt = o1, Zt = Nt.Uint8Array, Qt = Zt, C9 = Qt;
2005
+ function Rt(e) {
1938
2006
  var t = new e.constructor(e.byteLength);
1939
- return new u9(t).set(new u9(e)), t;
2007
+ return new C9(t).set(new C9(e)), t;
1940
2008
  }
1941
- var F0 = wt, At = F0;
1942
- function Mt(e, t) {
1943
- var n = t ? At(e.buffer) : e.buffer;
2009
+ var F0 = Rt, zt = F0;
2010
+ function Ut(e, t) {
2011
+ var n = t ? zt(e.buffer) : e.buffer;
1944
2012
  return new e.constructor(n, e.byteOffset, e.byteLength);
1945
2013
  }
1946
- var St = Mt, Tt = /\w*$/;
1947
- function It(e) {
1948
- var t = new e.constructor(e.source, Tt.exec(e));
2014
+ var Yt = Ut, Vt = /\w*$/;
2015
+ function Ht(e) {
2016
+ var t = new e.constructor(e.source, Vt.exec(e));
1949
2017
  return t.lastIndex = e.lastIndex, t;
1950
2018
  }
1951
- var Pt = It, C9 = s0, f9 = C9 ? C9.prototype : void 0, d9 = f9 ? f9.valueOf : void 0;
1952
- function Dt(e) {
1953
- return d9 ? Object(d9.call(e)) : {};
2019
+ var Gt = Ht, d9 = s0, f9 = d9 ? d9.prototype : void 0, g9 = f9 ? f9.valueOf : void 0;
2020
+ function Xt(e) {
2021
+ return g9 ? Object(g9.call(e)) : {};
1954
2022
  }
1955
- var Bt = Dt, Ot = F0;
1956
- function Et(e, t) {
1957
- var n = t ? Ot(e.buffer) : e.buffer;
2023
+ var Jt = Xt, Wt = F0;
2024
+ function qt(e, t) {
2025
+ var n = t ? Wt(e.buffer) : e.buffer;
1958
2026
  return new e.constructor(n, e.byteOffset, e.length);
1959
2027
  }
1960
- var Ft = Et, Kt = F0, jt = St, Nt = Pt, Zt = Bt, Qt = Ft, Rt = "[object Boolean]", zt = "[object Date]", Ut = "[object Map]", Yt = "[object Number]", Vt = "[object RegExp]", Ht = "[object Set]", Gt = "[object String]", Xt = "[object Symbol]", Jt = "[object ArrayBuffer]", Wt = "[object DataView]", qt = "[object Float32Array]", e4 = "[object Float64Array]", t4 = "[object Int8Array]", n4 = "[object Int16Array]", r4 = "[object Int32Array]", a4 = "[object Uint8Array]", i4 = "[object Uint8ClampedArray]", s4 = "[object Uint16Array]", o4 = "[object Uint32Array]";
1961
- function c4(e, t, n) {
2028
+ var e4 = qt, t4 = F0, n4 = Yt, r4 = Gt, a4 = Jt, i4 = e4, s4 = "[object Boolean]", o4 = "[object Date]", c4 = "[object Map]", l4 = "[object Number]", u4 = "[object RegExp]", C4 = "[object Set]", d4 = "[object String]", f4 = "[object Symbol]", g4 = "[object ArrayBuffer]", y4 = "[object DataView]", m4 = "[object Float32Array]", h4 = "[object Float64Array]", p4 = "[object Int8Array]", v4 = "[object Int16Array]", _4 = "[object Int32Array]", L4 = "[object Uint8Array]", b4 = "[object Uint8ClampedArray]", $4 = "[object Uint16Array]", x4 = "[object Uint32Array]";
2029
+ function k4(e, t, n) {
1962
2030
  var r = e.constructor;
1963
2031
  switch (t) {
1964
- case Jt:
1965
- return Kt(e);
1966
- case Rt:
1967
- case zt:
1968
- return new r(+e);
1969
- case Wt:
1970
- return jt(e, n);
1971
- case qt:
1972
- case e4:
1973
- case t4:
1974
- case n4:
1975
- case r4:
1976
- case a4:
1977
- case i4:
2032
+ case g4:
2033
+ return t4(e);
1978
2034
  case s4:
1979
2035
  case o4:
1980
- return Qt(e, n);
1981
- case Ut:
2036
+ return new r(+e);
2037
+ case y4:
2038
+ return n4(e, n);
2039
+ case m4:
2040
+ case h4:
2041
+ case p4:
2042
+ case v4:
2043
+ case _4:
2044
+ case L4:
2045
+ case b4:
2046
+ case $4:
2047
+ case x4:
2048
+ return i4(e, n);
2049
+ case c4:
1982
2050
  return new r();
1983
- case Yt:
1984
- case Gt:
2051
+ case l4:
2052
+ case d4:
1985
2053
  return new r(e);
1986
- case Vt:
1987
- return Nt(e);
1988
- case Ht:
2054
+ case u4:
2055
+ return r4(e);
2056
+ case C4:
1989
2057
  return new r();
1990
- case Xt:
1991
- return Zt(e);
2058
+ case f4:
2059
+ return a4(e);
1992
2060
  }
1993
2061
  }
1994
- var l4 = c4, u4 = k1, g9 = Object.create, C4 = function() {
2062
+ var w4 = k4, A4 = k1, y9 = Object.create, M4 = function() {
1995
2063
  function e() {
1996
2064
  }
1997
2065
  return function(t) {
1998
- if (!u4(t))
2066
+ if (!A4(t))
1999
2067
  return {};
2000
- if (g9)
2001
- return g9(t);
2068
+ if (y9)
2069
+ return y9(t);
2002
2070
  e.prototype = t;
2003
2071
  var n = new e();
2004
2072
  return e.prototype = void 0, n;
2005
2073
  };
2006
- }(), f4 = C4, d4 = f4, g4 = a5, y4 = P0;
2007
- function m4(e) {
2008
- return typeof e.constructor == "function" && !y4(e) ? d4(g4(e)) : {};
2074
+ }(), S4 = M4, T4 = S4, I4 = i5, P4 = P0;
2075
+ function D4(e) {
2076
+ return typeof e.constructor == "function" && !P4(e) ? T4(I4(e)) : {};
2009
2077
  }
2010
- var h4 = m4, p4 = E0, v4 = S1, _4 = "[object Map]";
2011
- function L4(e) {
2012
- return v4(e) && p4(e) == _4;
2078
+ var B4 = D4, O4 = E0, E4 = S1, F4 = "[object Map]";
2079
+ function j4(e) {
2080
+ return E4(e) && O4(e) == F4;
2013
2081
  }
2014
- var b4 = L4, $4 = b4, x4 = T0, y9 = I0, m9 = y9 && y9.isMap, k4 = m9 ? x4(m9) : $4, w4 = k4, A4 = E0, M4 = S1, S4 = "[object Set]";
2015
- function T4(e) {
2016
- return M4(e) && A4(e) == S4;
2082
+ var K4 = j4, N4 = K4, Z4 = T0, m9 = I0, h9 = m9 && m9.isMap, Q4 = h9 ? Z4(h9) : N4, R4 = Q4, z4 = E0, U4 = S1, Y4 = "[object Set]";
2083
+ function V4(e) {
2084
+ return U4(e) && z4(e) == Y4;
2017
2085
  }
2018
- var I4 = T4, P4 = I4, D4 = T0, h9 = I0, p9 = h9 && h9.isSet, B4 = p9 ? D4(p9) : P4, O4 = B4, E4 = q2, F4 = t3, K4 = S0, j4 = Y8, N4 = l7, Z4 = u7, Q4 = f7, R4 = x7, z4 = F7, U4 = U7, Y4 = X7, V4 = E0, H4 = bt, G4 = l4, X4 = h4, J4 = T1, W4 = X9, q4 = w4, en = k1, tn = O4, nn = D0, rn = B0, an = 1, sn = 2, on = 4, c5 = "[object Arguments]", cn = "[object Array]", ln = "[object Boolean]", un = "[object Date]", Cn = "[object Error]", l5 = "[object Function]", fn = "[object GeneratorFunction]", dn = "[object Map]", gn = "[object Number]", u5 = "[object Object]", yn = "[object RegExp]", mn = "[object Set]", hn = "[object String]", pn = "[object Symbol]", vn = "[object WeakMap]", _n = "[object ArrayBuffer]", Ln = "[object DataView]", bn = "[object Float32Array]", $n = "[object Float64Array]", xn = "[object Int8Array]", kn = "[object Int16Array]", wn = "[object Int32Array]", An = "[object Uint8Array]", Mn = "[object Uint8ClampedArray]", Sn = "[object Uint16Array]", Tn = "[object Uint32Array]", O = {};
2019
- O[c5] = O[cn] = O[_n] = O[Ln] = O[ln] = O[un] = O[bn] = O[$n] = O[xn] = O[kn] = O[wn] = O[dn] = O[gn] = O[u5] = O[yn] = O[mn] = O[hn] = O[pn] = O[An] = O[Mn] = O[Sn] = O[Tn] = !0;
2020
- O[Cn] = O[l5] = O[vn] = !1;
2086
+ var H4 = V4, G4 = H4, X4 = T0, p9 = I0, v9 = p9 && p9.isSet, J4 = v9 ? X4(v9) : G4, W4 = J4, q4 = m3, en = p3, tn = S0, nn = l7, rn = w7, an = A7, sn = S7, on = Z7, cn = et, ln = ct, un = ft, Cn = E0, dn = Kt, fn = w4, gn = B4, yn = T1, mn = J9, hn = R4, pn = k1, vn = W4, _n = D0, Ln = B0, bn = 1, $n = 2, xn = 4, l5 = "[object Arguments]", kn = "[object Array]", wn = "[object Boolean]", An = "[object Date]", Mn = "[object Error]", u5 = "[object Function]", Sn = "[object GeneratorFunction]", Tn = "[object Map]", In = "[object Number]", C5 = "[object Object]", Pn = "[object RegExp]", Dn = "[object Set]", Bn = "[object String]", On = "[object Symbol]", En = "[object WeakMap]", Fn = "[object ArrayBuffer]", jn = "[object DataView]", Kn = "[object Float32Array]", Nn = "[object Float64Array]", Zn = "[object Int8Array]", Qn = "[object Int16Array]", Rn = "[object Int32Array]", zn = "[object Uint8Array]", Un = "[object Uint8ClampedArray]", Yn = "[object Uint16Array]", Vn = "[object Uint32Array]", O = {};
2087
+ O[l5] = O[kn] = O[Fn] = O[jn] = O[wn] = O[An] = O[Kn] = O[Nn] = O[Zn] = O[Qn] = O[Rn] = O[Tn] = O[In] = O[C5] = O[Pn] = O[Dn] = O[Bn] = O[On] = O[zn] = O[Un] = O[Yn] = O[Vn] = !0;
2088
+ O[Mn] = O[u5] = O[En] = !1;
2021
2089
  function U1(e, t, n, r, a, s) {
2022
- var o, i = t & an, c = t & sn, C = t & on;
2090
+ var o, i = t & bn, c = t & $n, u = t & xn;
2023
2091
  if (n && (o = a ? n(e, r, a, s) : n(e)), o !== void 0)
2024
2092
  return o;
2025
- if (!en(e))
2093
+ if (!pn(e))
2026
2094
  return e;
2027
- var f = J4(e);
2028
- if (f) {
2029
- if (o = H4(e), !i)
2030
- return Q4(e, o);
2095
+ var d = yn(e);
2096
+ if (d) {
2097
+ if (o = dn(e), !i)
2098
+ return sn(e, o);
2031
2099
  } else {
2032
- var l = V4(e), v = l == l5 || l == fn;
2033
- if (W4(e))
2034
- return Z4(e, i);
2035
- if (l == u5 || l == c5 || v && !a) {
2036
- if (o = c || v ? {} : X4(e), !i)
2037
- return c ? z4(e, N4(o, e)) : R4(e, j4(o, e));
2100
+ var l = Cn(e), v = l == u5 || l == Sn;
2101
+ if (mn(e))
2102
+ return an(e, i);
2103
+ if (l == C5 || l == l5 || v && !a) {
2104
+ if (o = c || v ? {} : gn(e), !i)
2105
+ return c ? cn(e, rn(o, e)) : on(e, nn(o, e));
2038
2106
  } else {
2039
2107
  if (!O[l])
2040
2108
  return a ? e : {};
2041
- o = G4(e, l, i);
2109
+ o = fn(e, l, i);
2042
2110
  }
2043
2111
  }
2044
- s || (s = new E4());
2112
+ s || (s = new q4());
2045
2113
  var p = s.get(e);
2046
2114
  if (p)
2047
2115
  return p;
2048
- s.set(e, o), tn(e) ? e.forEach(function(Z) {
2116
+ s.set(e, o), vn(e) ? e.forEach(function(Z) {
2049
2117
  o.add(U1(Z, t, n, Z, e, s));
2050
- }) : q4(e) && e.forEach(function(Z, I) {
2118
+ }) : hn(e) && e.forEach(function(Z, I) {
2051
2119
  o.set(I, U1(Z, t, n, I, e, s));
2052
2120
  });
2053
- var b = C ? c ? Y4 : U4 : c ? rn : nn, S = f ? void 0 : b(e);
2054
- return F4(S || e, function(Z, I) {
2055
- S && (I = Z, Z = e[I]), K4(o, I, U1(Z, t, n, I, e, s));
2121
+ var b = u ? c ? un : ln : c ? Ln : _n, S = d ? void 0 : b(e);
2122
+ return en(S || e, function(Z, I) {
2123
+ S && (I = Z, Z = e[I]), tn(o, I, U1(Z, t, n, I, e, s));
2056
2124
  }), o;
2057
2125
  }
2058
- var In = U1, Pn = In, Dn = 1, Bn = 4;
2059
- function On(e) {
2060
- return Pn(e, Dn | Bn);
2126
+ var Hn = U1, Gn = Hn, Xn = 1, Jn = 4;
2127
+ function Wn(e) {
2128
+ return Gn(e, Xn | Jn);
2061
2129
  }
2062
- var En = On;
2063
- const Fn = /* @__PURE__ */ Z9(En);
2064
- var Kn = j1, jn = S1, Nn = "[object Symbol]";
2065
- function Zn(e) {
2066
- return typeof e == "symbol" || jn(e) && Kn(e) == Nn;
2130
+ var qn = Wn;
2131
+ const er = /* @__PURE__ */ Q9(qn);
2132
+ var tr = K1, nr = S1, rr = "[object Symbol]";
2133
+ function ar(e) {
2134
+ return typeof e == "symbol" || nr(e) && tr(e) == rr;
2067
2135
  }
2068
- var K0 = Zn, Qn = T1, Rn = K0, zn = /\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/, Un = /^\w*$/;
2069
- function Yn(e, t) {
2070
- if (Qn(e))
2136
+ var j0 = ar, ir = T1, sr = j0, or = /\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/, cr = /^\w*$/;
2137
+ function lr(e, t) {
2138
+ if (ir(e))
2071
2139
  return !1;
2072
2140
  var n = typeof e;
2073
- return n == "number" || n == "symbol" || n == "boolean" || e == null || Rn(e) ? !0 : Un.test(e) || !zn.test(e) || t != null && e in Object(t);
2141
+ return n == "number" || n == "symbol" || n == "boolean" || e == null || sr(e) ? !0 : cr.test(e) || !or.test(e) || t != null && e in Object(t);
2074
2142
  }
2075
- var Vn = Yn, C5 = V9, Hn = "Expected a function";
2076
- function j0(e, t) {
2143
+ var ur = lr, d5 = H9, Cr = "Expected a function";
2144
+ function K0(e, t) {
2077
2145
  if (typeof e != "function" || t != null && typeof t != "function")
2078
- throw new TypeError(Hn);
2146
+ throw new TypeError(Cr);
2079
2147
  var n = function() {
2080
2148
  var r = arguments, a = t ? t.apply(this, r) : r[0], s = n.cache;
2081
2149
  if (s.has(a))
@@ -2083,79 +2151,79 @@ function j0(e, t) {
2083
2151
  var o = e.apply(this, r);
2084
2152
  return n.cache = s.set(a, o) || s, o;
2085
2153
  };
2086
- return n.cache = new (j0.Cache || C5)(), n;
2154
+ return n.cache = new (K0.Cache || d5)(), n;
2087
2155
  }
2088
- j0.Cache = C5;
2089
- var Gn = j0, Xn = Gn, Jn = 500;
2090
- function Wn(e) {
2091
- var t = Xn(e, function(r) {
2092
- return n.size === Jn && n.clear(), r;
2156
+ K0.Cache = d5;
2157
+ var dr = K0, fr = dr, gr = 500;
2158
+ function yr(e) {
2159
+ var t = fr(e, function(r) {
2160
+ return n.size === gr && n.clear(), r;
2093
2161
  }), n = t.cache;
2094
2162
  return t;
2095
2163
  }
2096
- var qn = Wn, er = qn, tr = /[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g, nr = /\\(\\)?/g, rr = er(function(e) {
2164
+ var mr = yr, hr = mr, pr = /[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g, vr = /\\(\\)?/g, _r = hr(function(e) {
2097
2165
  var t = [];
2098
- return e.charCodeAt(0) === 46 && t.push(""), e.replace(tr, function(n, r, a, s) {
2099
- t.push(a ? s.replace(nr, "$1") : r || n);
2166
+ return e.charCodeAt(0) === 46 && t.push(""), e.replace(pr, function(n, r, a, s) {
2167
+ t.push(a ? s.replace(vr, "$1") : r || n);
2100
2168
  }), t;
2101
- }), ar = rr;
2102
- function ir(e, t) {
2169
+ }), Lr = _r;
2170
+ function br(e, t) {
2103
2171
  for (var n = -1, r = e == null ? 0 : e.length, a = Array(r); ++n < r; )
2104
2172
  a[n] = t(e[n], n, e);
2105
2173
  return a;
2106
2174
  }
2107
- var sr = ir, v9 = s0, or = sr, cr = T1, lr = K0, ur = 1 / 0, _9 = v9 ? v9.prototype : void 0, L9 = _9 ? _9.toString : void 0;
2175
+ var $r = br, _9 = s0, xr = $r, kr = T1, wr = j0, Ar = 1 / 0, L9 = _9 ? _9.prototype : void 0, b9 = L9 ? L9.toString : void 0;
2108
2176
  function f5(e) {
2109
2177
  if (typeof e == "string")
2110
2178
  return e;
2111
- if (cr(e))
2112
- return or(e, f5) + "";
2113
- if (lr(e))
2114
- return L9 ? L9.call(e) : "";
2179
+ if (kr(e))
2180
+ return xr(e, f5) + "";
2181
+ if (wr(e))
2182
+ return b9 ? b9.call(e) : "";
2115
2183
  var t = e + "";
2116
- return t == "0" && 1 / e == -ur ? "-0" : t;
2184
+ return t == "0" && 1 / e == -Ar ? "-0" : t;
2117
2185
  }
2118
- var Cr = f5, fr = Cr;
2119
- function dr(e) {
2120
- return e == null ? "" : fr(e);
2186
+ var Mr = f5, Sr = Mr;
2187
+ function Tr(e) {
2188
+ return e == null ? "" : Sr(e);
2121
2189
  }
2122
- var gr = dr, yr = T1, mr = Vn, hr = ar, pr = gr;
2123
- function vr(e, t) {
2124
- return yr(e) ? e : mr(e, t) ? [e] : hr(pr(e));
2190
+ var Ir = Tr, Pr = T1, Dr = ur, Br = Lr, Or = Ir;
2191
+ function Er(e, t) {
2192
+ return Pr(e) ? e : Dr(e, t) ? [e] : Br(Or(e));
2125
2193
  }
2126
- var _r = vr, Lr = K0, br = 1 / 0;
2127
- function $r(e) {
2128
- if (typeof e == "string" || Lr(e))
2194
+ var Fr = Er, jr = j0, Kr = 1 / 0;
2195
+ function Nr(e) {
2196
+ if (typeof e == "string" || jr(e))
2129
2197
  return e;
2130
2198
  var t = e + "";
2131
- return t == "0" && 1 / e == -br ? "-0" : t;
2199
+ return t == "0" && 1 / e == -Kr ? "-0" : t;
2132
2200
  }
2133
- var xr = $r, kr = S0, wr = _r, Ar = J9, b9 = k1, Mr = xr;
2134
- function Sr(e, t, n, r) {
2135
- if (!b9(e))
2201
+ var Zr = Nr, Qr = S0, Rr = Fr, zr = W9, $9 = k1, Ur = Zr;
2202
+ function Yr(e, t, n, r) {
2203
+ if (!$9(e))
2136
2204
  return e;
2137
- t = wr(t, e);
2205
+ t = Rr(t, e);
2138
2206
  for (var a = -1, s = t.length, o = s - 1, i = e; i != null && ++a < s; ) {
2139
- var c = Mr(t[a]), C = n;
2207
+ var c = Ur(t[a]), u = n;
2140
2208
  if (c === "__proto__" || c === "constructor" || c === "prototype")
2141
2209
  return e;
2142
2210
  if (a != o) {
2143
- var f = i[c];
2144
- C = r ? r(f, c, i) : void 0, C === void 0 && (C = b9(f) ? f : Ar(t[a + 1]) ? [] : {});
2211
+ var d = i[c];
2212
+ u = r ? r(d, c, i) : void 0, u === void 0 && (u = $9(d) ? d : zr(t[a + 1]) ? [] : {});
2145
2213
  }
2146
- kr(i, c, C), i = i[c];
2214
+ Qr(i, c, u), i = i[c];
2147
2215
  }
2148
2216
  return e;
2149
2217
  }
2150
- var Tr = Sr, Ir = Tr;
2151
- function Pr(e, t, n) {
2152
- return e == null ? e : Ir(e, t, n);
2218
+ var Vr = Yr, Hr = Vr;
2219
+ function Gr(e, t, n) {
2220
+ return e == null ? e : Hr(e, t, n);
2153
2221
  }
2154
- var Dr = Pr;
2155
- const k0 = /* @__PURE__ */ Z9(Dr);
2156
- var Br = /* @__PURE__ */ g("<button>");
2157
- const Or = (e) => (() => {
2158
- var t = Br();
2222
+ var Xr = Gr;
2223
+ const k0 = /* @__PURE__ */ Q9(Xr);
2224
+ var Jr = /* @__PURE__ */ g("<button>");
2225
+ const Wr = (e) => (() => {
2226
+ var t = Jr();
2159
2227
  return y1(t, "click", e.onClick, !0), m(t, () => e.children), z((n) => {
2160
2228
  var r = e.style, a = `klinecharts-pro-button ${e.type ?? "confirm"} ${e.class ?? ""}`;
2161
2229
  return n.e = $1(t, r, n.e), a !== n.t && v1(t, n.t = a), n;
@@ -2165,23 +2233,23 @@ const Or = (e) => (() => {
2165
2233
  }), t;
2166
2234
  })();
2167
2235
  s1(["click"]);
2168
- var Er = /* @__PURE__ */ g('<svg viewBox="0 0 1024 1024"class=icon><path d="M810.666667 128H213.333333c-46.933333 0-85.333333 38.4-85.333333 85.333333v597.333334c0 46.933333 38.4 85.333333 85.333333 85.333333h597.333334c46.933333 0 85.333333-38.4 85.333333-85.333333V213.333333c0-46.933333-38.4-85.333333-85.333333-85.333333z m-353.706667 567.04a42.496 42.496 0 0 1-60.16 0L243.626667 541.866667c-8.106667-8.106667-12.373333-18.773333-12.373334-29.866667s4.693333-22.186667 12.373334-29.866667a42.496 42.496 0 0 1 60.16 0L426.666667 604.586667l293.546666-293.546667a42.496 42.496 0 1 1 60.16 60.16l-323.413333 323.84z">'), Fr = /* @__PURE__ */ g('<svg viewBox="0 0 1024 1024"class=icon><path d="M245.333333 128h533.333334A117.333333 117.333333 0 0 1 896 245.333333v533.333334A117.333333 117.333333 0 0 1 778.666667 896H245.333333A117.333333 117.333333 0 0 1 128 778.666667V245.333333A117.333333 117.333333 0 0 1 245.333333 128z m0 64c-29.44 0-53.333333 23.893333-53.333333 53.333333v533.333334c0 29.44 23.893333 53.333333 53.333333 53.333333h533.333334c29.44 0 53.333333-23.893333 53.333333-53.333333V245.333333c0-29.44-23.893333-53.333333-53.333333-53.333333H245.333333z">'), Kr = /* @__PURE__ */ g("<div>"), jr = /* @__PURE__ */ g("<span class=label>");
2169
- const Nr = () => Er(), Zr = () => Fr(), $9 = (e) => {
2236
+ var qr = /* @__PURE__ */ g('<svg viewBox="0 0 1024 1024"class=icon><path d="M810.666667 128H213.333333c-46.933333 0-85.333333 38.4-85.333333 85.333333v597.333334c0 46.933333 38.4 85.333333 85.333333 85.333333h597.333334c46.933333 0 85.333333-38.4 85.333333-85.333333V213.333333c0-46.933333-38.4-85.333333-85.333333-85.333333z m-353.706667 567.04a42.496 42.496 0 0 1-60.16 0L243.626667 541.866667c-8.106667-8.106667-12.373333-18.773333-12.373334-29.866667s4.693333-22.186667 12.373334-29.866667a42.496 42.496 0 0 1 60.16 0L426.666667 604.586667l293.546666-293.546667a42.496 42.496 0 1 1 60.16 60.16l-323.413333 323.84z">'), ea = /* @__PURE__ */ g('<svg viewBox="0 0 1024 1024"class=icon><path d="M245.333333 128h533.333334A117.333333 117.333333 0 0 1 896 245.333333v533.333334A117.333333 117.333333 0 0 1 778.666667 896H245.333333A117.333333 117.333333 0 0 1 128 778.666667V245.333333A117.333333 117.333333 0 0 1 245.333333 128z m0 64c-29.44 0-53.333333 23.893333-53.333333 53.333333v533.333334c0 29.44 23.893333 53.333333 53.333333 53.333333h533.333334c29.44 0 53.333333-23.893333 53.333333-53.333333V245.333333c0-29.44-23.893333-53.333333-53.333333-53.333333H245.333333z">'), ta = /* @__PURE__ */ g("<div>"), na = /* @__PURE__ */ g("<span class=label>");
2237
+ const ra = () => qr(), aa = () => ea(), x9 = (e) => {
2170
2238
  const [t, n] = L(e.checked ?? !1);
2171
2239
  return m1(() => {
2172
2240
  "checked" in e && n(e.checked);
2173
2241
  }), (() => {
2174
- var r = Kr();
2242
+ var r = ta();
2175
2243
  return r.$$click = (a) => {
2176
2244
  const s = !t();
2177
2245
  e.onChange && e.onChange(s), n(s);
2178
2246
  }, m(r, (() => {
2179
2247
  var a = J(() => !!t());
2180
- return () => a() ? y(Nr, {}) : y(Zr, {});
2248
+ return () => a() ? y(ra, {}) : y(aa, {});
2181
2249
  })(), null), m(r, (() => {
2182
2250
  var a = J(() => !!e.label);
2183
2251
  return () => a() && (() => {
2184
- var s = jr();
2252
+ var s = na();
2185
2253
  return m(s, () => e.label), s;
2186
2254
  })();
2187
2255
  })(), null), z((a) => {
@@ -2194,19 +2262,19 @@ const Nr = () => Er(), Zr = () => Fr(), $9 = (e) => {
2194
2262
  })();
2195
2263
  };
2196
2264
  s1(["click"]);
2197
- var Qr = /* @__PURE__ */ g("<div class=klinecharts-pro-loading><i class=circle1></i><i class=circle2></i><i class=circle3>");
2198
- const d5 = () => Qr();
2199
- var Rr = /* @__PURE__ */ g('<div class=klinecharts-pro-empty><svg class=icon viewBox="0 0 1024 1024"><path d="M855.6 427.2H168.5c-12.7 0-24.4 6.9-30.6 18L4.4 684.7C1.5 689.9 0 695.8 0 701.8v287.1c0 19.4 15.7 35.1 35.1 35.1H989c19.4 0 35.1-15.7 35.1-35.1V701.8c0-6-1.5-11.8-4.4-17.1L886.2 445.2c-6.2-11.1-17.9-18-30.6-18zM673.4 695.6c-16.5 0-30.8 11.5-34.3 27.7-12.7 58.5-64.8 102.3-127.2 102.3s-114.5-43.8-127.2-102.3c-3.5-16.1-17.8-27.7-34.3-27.7H119c-26.4 0-43.3-28-31.1-51.4l81.7-155.8c6.1-11.6 18-18.8 31.1-18.8h622.4c13 0 25 7.2 31.1 18.8l81.7 155.8c12.2 23.4-4.7 51.4-31.1 51.4H673.4zM819.9 209.5c-1-1.8-2.1-3.7-3.2-5.5-9.8-16.6-31.1-22.2-47.8-12.6L648.5 261c-17 9.8-22.7 31.6-12.6 48.4 0.9 1.4 1.7 2.9 2.5 4.4 9.5 17 31.2 22.8 48 13L807 257.3c16.7-9.7 22.4-31 12.9-47.8zM375.4 261.1L255 191.6c-16.7-9.6-38-4-47.8 12.6-1.1 1.8-2.1 3.6-3.2 5.5-9.5 16.8-3.8 38.1 12.9 47.8L337.3 327c16.9 9.7 38.6 4 48-13.1 0.8-1.5 1.7-2.9 2.5-4.4 10.2-16.8 4.5-38.6-12.4-48.4zM512 239.3h2.5c19.5 0.3 35.5-15.5 35.5-35.1v-139c0-19.3-15.6-34.9-34.8-35.1h-6.4C489.6 30.3 474 46 474 65.2v139c0 19.5 15.9 35.4 35.5 35.1h2.5z">');
2200
- const zr = () => Rr();
2201
- var Ur = /* @__PURE__ */ g("<ul>"), Yr = /* @__PURE__ */ g("<li>");
2265
+ var ia = /* @__PURE__ */ g("<div class=klinecharts-pro-loading><i class=circle1></i><i class=circle2></i><i class=circle3>");
2266
+ const g5 = () => ia();
2267
+ var sa = /* @__PURE__ */ g('<div class=klinecharts-pro-empty><svg class=icon viewBox="0 0 1024 1024"><path d="M855.6 427.2H168.5c-12.7 0-24.4 6.9-30.6 18L4.4 684.7C1.5 689.9 0 695.8 0 701.8v287.1c0 19.4 15.7 35.1 35.1 35.1H989c19.4 0 35.1-15.7 35.1-35.1V701.8c0-6-1.5-11.8-4.4-17.1L886.2 445.2c-6.2-11.1-17.9-18-30.6-18zM673.4 695.6c-16.5 0-30.8 11.5-34.3 27.7-12.7 58.5-64.8 102.3-127.2 102.3s-114.5-43.8-127.2-102.3c-3.5-16.1-17.8-27.7-34.3-27.7H119c-26.4 0-43.3-28-31.1-51.4l81.7-155.8c6.1-11.6 18-18.8 31.1-18.8h622.4c13 0 25 7.2 31.1 18.8l81.7 155.8c12.2 23.4-4.7 51.4-31.1 51.4H673.4zM819.9 209.5c-1-1.8-2.1-3.7-3.2-5.5-9.8-16.6-31.1-22.2-47.8-12.6L648.5 261c-17 9.8-22.7 31.6-12.6 48.4 0.9 1.4 1.7 2.9 2.5 4.4 9.5 17 31.2 22.8 48 13L807 257.3c16.7-9.7 22.4-31 12.9-47.8zM375.4 261.1L255 191.6c-16.7-9.6-38-4-47.8 12.6-1.1 1.8-2.1 3.6-3.2 5.5-9.5 16.8-3.8 38.1 12.9 47.8L337.3 327c16.9 9.7 38.6 4 48-13.1 0.8-1.5 1.7-2.9 2.5-4.4 10.2-16.8 4.5-38.6-12.4-48.4zM512 239.3h2.5c19.5 0.3 35.5-15.5 35.5-35.1v-139c0-19.3-15.6-34.9-34.8-35.1h-6.4C489.6 30.3 474 46 474 65.2v139c0 19.5 15.9 35.4 35.5 35.1h2.5z">');
2268
+ const oa = () => sa();
2269
+ var ca = /* @__PURE__ */ g("<ul>"), la = /* @__PURE__ */ g("<li>");
2202
2270
  const t0 = (e) => (() => {
2203
- var t = Ur();
2271
+ var t = ca();
2204
2272
  return m(t, y(V, {
2205
2273
  get when() {
2206
2274
  return e.loading;
2207
2275
  },
2208
2276
  get children() {
2209
- return y(d5, {});
2277
+ return y(g5, {});
2210
2278
  }
2211
2279
  }), null), m(t, y(V, {
2212
2280
  get when() {
@@ -2214,7 +2282,7 @@ const t0 = (e) => (() => {
2214
2282
  return J(() => !e.loading && !e.children)() && !((n = e.dataSource) != null && n.length);
2215
2283
  },
2216
2284
  get children() {
2217
- return y(zr, {});
2285
+ return y(oa, {});
2218
2286
  }
2219
2287
  }), null), m(t, y(V, {
2220
2288
  get when() {
@@ -2231,7 +2299,7 @@ const t0 = (e) => (() => {
2231
2299
  var n;
2232
2300
  return (n = e.dataSource) == null ? void 0 : n.map((r) => {
2233
2301
  var a;
2234
- return ((a = e.renderItem) == null ? void 0 : a.call(e, r)) ?? Yr();
2302
+ return ((a = e.renderItem) == null ? void 0 : a.call(e, r)) ?? la();
2235
2303
  });
2236
2304
  }
2237
2305
  }), null), z((n) => {
@@ -2242,33 +2310,33 @@ const t0 = (e) => (() => {
2242
2310
  t: void 0
2243
2311
  }), t;
2244
2312
  })();
2245
- var Vr = /* @__PURE__ */ g('<div class=klinecharts-pro-modal><div class=inner><div class=title-container><svg class=close-icon viewBox="0 0 1024 1024"><path d="M934.184927 199.723787 622.457206 511.452531l311.727721 311.703161c14.334473 14.229073 23.069415 33.951253 23.069415 55.743582 0 43.430138-35.178197 78.660524-78.735226 78.660524-21.664416 0-41.361013-8.865925-55.642275-23.069415L511.149121 622.838388 199.420377 934.490384c-14.204513 14.20349-33.901111 23.069415-55.642275 23.069415-43.482327 0-78.737272-35.230386-78.737272-78.660524 0-21.792329 8.864902-41.513486 23.094998-55.743582l311.677579-311.703161L88.135828 199.723787c-14.230096-14.255679-23.094998-33.92567-23.094998-55.642275 0-43.430138 35.254945-78.762855 78.737272-78.762855 21.741163 0 41.437761 8.813736 55.642275 23.069415l311.727721 311.727721L822.876842 88.389096c14.281261-14.255679 33.977859-23.069415 55.642275-23.069415 43.557028 0 78.735226 35.332716 78.735226 78.762855C957.254342 165.798117 948.5194 185.468109 934.184927 199.723787"></path></svg></div><div class=content-container>'), Hr = /* @__PURE__ */ g("<div class=button-container>");
2313
+ var ua = /* @__PURE__ */ g('<div class=klinecharts-pro-modal><div class=inner><div class=title-container><svg class=close-icon viewBox="0 0 1024 1024"><path d="M934.184927 199.723787 622.457206 511.452531l311.727721 311.703161c14.334473 14.229073 23.069415 33.951253 23.069415 55.743582 0 43.430138-35.178197 78.660524-78.735226 78.660524-21.664416 0-41.361013-8.865925-55.642275-23.069415L511.149121 622.838388 199.420377 934.490384c-14.204513 14.20349-33.901111 23.069415-55.642275 23.069415-43.482327 0-78.737272-35.230386-78.737272-78.660524 0-21.792329 8.864902-41.513486 23.094998-55.743582l311.677579-311.703161L88.135828 199.723787c-14.230096-14.255679-23.094998-33.92567-23.094998-55.642275 0-43.430138 35.254945-78.762855 78.737272-78.762855 21.741163 0 41.437761 8.813736 55.642275 23.069415l311.727721 311.727721L822.876842 88.389096c14.281261-14.255679 33.977859-23.069415 55.642275-23.069415 43.557028 0 78.735226 35.332716 78.735226 78.762855C957.254342 165.798117 948.5194 185.468109 934.184927 199.723787"></path></svg></div><div class=content-container>'), Ca = /* @__PURE__ */ g("<div class=button-container>");
2246
2314
  const P1 = (e) => {
2247
2315
  const t = (n) => {
2248
2316
  var r;
2249
2317
  n.target === n.currentTarget && ((r = e.onClose) == null || r.call(e));
2250
2318
  };
2251
2319
  return (() => {
2252
- var n = Vr(), r = n.firstChild, a = r.firstChild, s = a.firstChild, o = a.nextSibling;
2320
+ var n = ua(), r = n.firstChild, a = r.firstChild, s = a.firstChild, o = a.nextSibling;
2253
2321
  return n.$$click = t, m(a, () => e.title, s), y1(s, "click", e.onClose, !0), m(o, () => e.children), m(r, (() => {
2254
2322
  var i = J(() => !!(e.buttons && e.buttons.length > 0));
2255
2323
  return () => i() && (() => {
2256
- var c = Hr();
2257
- return m(c, () => e.buttons.map((C) => y(Or, N9(C, {
2324
+ var c = Ca();
2325
+ return m(c, () => e.buttons.map((u) => y(Wr, Z9(u, {
2258
2326
  get children() {
2259
- return C.children;
2327
+ return u.children;
2260
2328
  }
2261
2329
  })))), c;
2262
2330
  })();
2263
- })(), null), z((i) => s6(r, "width", `${e.width ?? 400}px`)), n;
2331
+ })(), null), z((i) => $e(r, "width", `${e.width ?? 400}px`)), n;
2264
2332
  })();
2265
2333
  };
2266
2334
  s1(["click"]);
2267
- var Gr = /* @__PURE__ */ g("<div tabindex=0><div class=selector-container><span class=value></span><i class=arrow>"), Xr = /* @__PURE__ */ g("<div class=drop-down-container><ul>"), Jr = /* @__PURE__ */ g("<li>");
2268
- const g5 = (e) => {
2335
+ var da = /* @__PURE__ */ g("<div tabindex=0><div class=selector-container><span class=value></span><i class=arrow>"), fa = /* @__PURE__ */ g("<div class=drop-down-container><ul>"), ga = /* @__PURE__ */ g("<li>");
2336
+ const y5 = (e) => {
2269
2337
  const [t, n] = L(!1);
2270
2338
  return (() => {
2271
- var r = Gr(), a = r.firstChild, s = a.firstChild;
2339
+ var r = da(), a = r.firstChild, s = a.firstChild;
2272
2340
  return r.addEventListener("blur", (o) => {
2273
2341
  n(!1);
2274
2342
  }), r.$$click = (o) => {
@@ -2276,14 +2344,14 @@ const g5 = (e) => {
2276
2344
  }, m(s, () => e.value), m(r, (() => {
2277
2345
  var o = J(() => !!(e.dataSource && e.dataSource.length > 0));
2278
2346
  return () => o() && (() => {
2279
- var i = Xr(), c = i.firstChild;
2280
- return m(c, () => e.dataSource.map((C) => {
2281
- const l = C[e.valueKey ?? "text"] ?? C;
2347
+ var i = fa(), c = i.firstChild;
2348
+ return m(c, () => e.dataSource.map((u) => {
2349
+ const l = u[e.valueKey ?? "text"] ?? u;
2282
2350
  return (() => {
2283
- var v = Jr();
2351
+ var v = ga();
2284
2352
  return v.$$click = (p) => {
2285
2353
  var b;
2286
- p.stopPropagation(), e.value !== l && ((b = e.onSelected) == null || b.call(e, C)), n(!1);
2354
+ p.stopPropagation(), e.value !== l && ((b = e.onSelected) == null || b.call(e, u)), n(!1);
2287
2355
  }, m(v, l), v;
2288
2356
  })();
2289
2357
  })), i;
@@ -2298,16 +2366,16 @@ const g5 = (e) => {
2298
2366
  })();
2299
2367
  };
2300
2368
  s1(["click"]);
2301
- var Wr = /* @__PURE__ */ g("<span class=prefix>"), qr = /* @__PURE__ */ g("<span class=suffix>"), ea = /* @__PURE__ */ g("<div><input class=value>");
2302
- const y5 = (e) => {
2303
- const t = N9({
2369
+ var ya = /* @__PURE__ */ g("<span class=prefix>"), ma = /* @__PURE__ */ g("<span class=suffix>"), ha = /* @__PURE__ */ g("<div><input class=value>");
2370
+ const m5 = (e) => {
2371
+ const t = Z9({
2304
2372
  min: Number.MIN_SAFE_INTEGER,
2305
2373
  max: Number.MAX_SAFE_INTEGER
2306
2374
  }, e);
2307
2375
  let n;
2308
2376
  const [r, a] = L("normal");
2309
2377
  return (() => {
2310
- var s = ea(), o = s.firstChild;
2378
+ var s = ha(), o = s.firstChild;
2311
2379
  return s.$$click = () => {
2312
2380
  n == null || n.focus();
2313
2381
  }, m(s, y(V, {
@@ -2315,18 +2383,18 @@ const y5 = (e) => {
2315
2383
  return t.prefix;
2316
2384
  },
2317
2385
  get children() {
2318
- var i = Wr();
2386
+ var i = ya();
2319
2387
  return m(i, () => t.prefix), i;
2320
2388
  }
2321
2389
  }), o), o.addEventListener("change", (i) => {
2322
- var C, f;
2390
+ var u, d;
2323
2391
  const c = i.currentTarget.value;
2324
2392
  if ("precision" in t) {
2325
2393
  let l;
2326
2394
  const v = Math.max(0, Math.floor(t.precision));
2327
- v <= 0 ? l = new RegExp(/^[1-9]\d*$/) : l = new RegExp("^\\d+\\.?\\d{0," + v + "}$"), (c === "" || l.test(c) && +c >= t.min && +c <= t.max) && ((C = t.onChange) == null || C.call(t, c === "" ? c : +c));
2395
+ v <= 0 ? l = new RegExp(/^[1-9]\d*$/) : l = new RegExp("^\\d+\\.?\\d{0," + v + "}$"), (c === "" || l.test(c) && +c >= t.min && +c <= t.max) && ((u = t.onChange) == null || u.call(t, c === "" ? c : +c));
2328
2396
  } else
2329
- (f = t.onChange) == null || f.call(t, c);
2397
+ (d = t.onChange) == null || d.call(t, c);
2330
2398
  }), o.addEventListener("blur", () => {
2331
2399
  a("normal");
2332
2400
  }), o.addEventListener("focus", () => {
@@ -2338,12 +2406,12 @@ const y5 = (e) => {
2338
2406
  return t.suffix;
2339
2407
  },
2340
2408
  get children() {
2341
- var i = qr();
2409
+ var i = ma();
2342
2410
  return m(i, () => t.suffix), i;
2343
2411
  }
2344
2412
  }), null), z((i) => {
2345
- var c = t.style, C = `klinecharts-pro-input ${t.class ?? ""}`, f = r(), l = t.placeholder ?? "";
2346
- return i.e = $1(s, c, i.e), C !== i.t && v1(s, i.t = C), f !== i.a && q(s, "data-status", i.a = f), l !== i.o && q(o, "placeholder", i.o = l), i;
2413
+ var c = t.style, u = `klinecharts-pro-input ${t.class ?? ""}`, d = r(), l = t.placeholder ?? "";
2414
+ return i.e = $1(s, c, i.e), u !== i.t && v1(s, i.t = u), d !== i.a && q(s, "data-status", i.a = d), l !== i.o && q(o, "placeholder", i.o = l), i;
2347
2415
  }, {
2348
2416
  e: void 0,
2349
2417
  t: void 0,
@@ -2353,9 +2421,9 @@ const y5 = (e) => {
2353
2421
  })();
2354
2422
  };
2355
2423
  s1(["click"]);
2356
- var ta = /* @__PURE__ */ g("<div><i class=thumb>");
2357
- const na = (e) => (() => {
2358
- var t = ta();
2424
+ var pa = /* @__PURE__ */ g("<div><i class=thumb>");
2425
+ const va = (e) => (() => {
2426
+ var t = pa();
2359
2427
  return t.$$click = (n) => {
2360
2428
  e.onChange && e.onChange();
2361
2429
  }, z((n) => {
@@ -2367,259 +2435,259 @@ const na = (e) => (() => {
2367
2435
  }), t;
2368
2436
  })();
2369
2437
  s1(["click"]);
2370
- const ra = "指标", aa = "主图指标", ia = "副图指标", sa = "设置", oa = "时区", ca = "截屏", la = "全屏", ua = "退出全屏", Ca = "保存", fa = "确定", da = "取消", ga = "MA(移动平均线)", ya = "EMA(指数平滑移动平均线)", ma = "SMA", ha = "BOLL(布林线)", pa = "BBI(多空指数)", va = "SAR(停损点指向指标)", _a = "VOL(成交量)", La = "MACD(指数平滑异同移动平均线)", ba = "KDJ(随机指标)", $a = "RSI(相对强弱指标)", xa = "BIAS(乖离率)", ka = "BRAR(情绪指标)", wa = "CCI(顺势指标)", Aa = "DMI(动向指标)", Ma = "CR(能量指标)", Sa = "PSY(心理线)", Ta = "DMA(平行线差指标)", Ia = "TRIX(三重指数平滑平均线)", Pa = "OBV(能量潮指标)", Da = "VR(成交量变异率)", Ba = "WR(威廉指标)", Oa = "MTM(动量指标)", Ea = "EMV(简易波动指标)", Fa = "ROC(变动率指标)", Ka = "PVT(价量趋势指标)", ja = "AO(动量震荡指标)", Na = "世界统一时间", Za = "(UTC-10) 檀香山", Qa = "(UTC-8) 朱诺", Ra = "(UTC-7) 洛杉矶", za = "(UTC-5) 芝加哥", Ua = "(UTC-4) 多伦多", Ya = "(UTC-3) 圣保罗", Va = "(UTC+1) 伦敦", Ha = "(UTC+2) 柏林", Ga = "(UTC+3) 巴林", Xa = "(UTC+4) 迪拜", Ja = "(UTC+5) 阿什哈巴德", Wa = "(UTC+6) 阿拉木图", qa = "(UTC+7) 曼谷", ei = "(UTC+8) 上海", ti = "(UTC+9) 东京", ni = "(UTC+10) 悉尼", ri = "(UTC+12) 诺福克岛", ai = "水平直线", ii = "水平射线", si = "水平线段", oi = "垂直直线", ci = "垂直射线", li = "垂直线段", ui = "直线", Ci = "射线", fi = "线段", di = "箭头", gi = "价格线", yi = "价格通道线", mi = "平行直线", hi = "斐波那契回调直线", pi = "斐波那契回调线段", vi = "斐波那契圆环", _i = "斐波那契螺旋", Li = "斐波那契速度阻力扇", bi = "斐波那契趋势扩展", $i = "江恩箱", xi = "矩形", ki = "平行四边形", wi = "圆", Ai = "三角形", Mi = "三浪", Si = "五浪", Ti = "八浪", Ii = "任意浪", Pi = "ABCD形态", Di = "XABCD形态", Bi = "弱磁模式", Oi = "强磁模式", Ei = "商品搜索", Fi = "商品代码", Ki = "参数1", ji = "参数2", Ni = "参数3", Zi = "参数4", Qi = "参数5", Ri = "周期", zi = "标准差", Ui = "蜡烛图类型", Yi = "全实心", Vi = "全空心", Hi = "涨空心", Gi = "跌空心", Xi = "OHLC", Ji = "面积图", Wi = "最新价显示", qi = "最高价显示", es = "最低价显示", ts = "指标最新值显示", ns = "价格轴类型", rs = "线性轴", as = "百分比轴", is = "对数轴", ss = "倒置坐标", os = "网格线显示", cs = "恢复默认", ls = {
2371
- indicator: ra,
2372
- main_indicator: aa,
2373
- sub_indicator: ia,
2374
- setting: sa,
2375
- timezone: oa,
2376
- screenshot: ca,
2377
- full_screen: la,
2378
- exit_full_screen: ua,
2379
- save: Ca,
2380
- confirm: fa,
2381
- cancel: da,
2382
- ma: ga,
2383
- ema: ya,
2384
- sma: ma,
2385
- boll: ha,
2386
- bbi: pa,
2387
- sar: va,
2388
- vol: _a,
2389
- macd: La,
2390
- kdj: ba,
2391
- rsi: $a,
2392
- bias: xa,
2393
- brar: ka,
2394
- cci: wa,
2395
- dmi: Aa,
2396
- cr: Ma,
2397
- psy: Sa,
2398
- dma: Ta,
2399
- trix: Ia,
2400
- obv: Pa,
2401
- vr: Da,
2402
- wr: Ba,
2403
- mtm: Oa,
2404
- emv: Ea,
2405
- roc: Fa,
2406
- pvt: Ka,
2407
- ao: ja,
2408
- utc: Na,
2409
- honolulu: Za,
2410
- juneau: Qa,
2411
- los_angeles: Ra,
2412
- chicago: za,
2413
- toronto: Ua,
2414
- sao_paulo: Ya,
2415
- london: Va,
2416
- berlin: Ha,
2417
- bahrain: Ga,
2418
- dubai: Xa,
2419
- ashkhabad: Ja,
2420
- almaty: Wa,
2421
- bangkok: qa,
2422
- shanghai: ei,
2423
- tokyo: ti,
2424
- sydney: ni,
2425
- norfolk: ri,
2426
- horizontal_straight_line: ai,
2427
- horizontal_ray_line: ii,
2428
- horizontal_segment: si,
2429
- vertical_straight_line: oi,
2430
- vertical_ray_line: ci,
2431
- vertical_segment: li,
2432
- straight_line: ui,
2433
- ray_line: Ci,
2434
- segment: fi,
2435
- arrow: di,
2436
- price_line: gi,
2437
- price_channel_line: yi,
2438
- parallel_straight_line: mi,
2439
- fibonacci_line: hi,
2440
- fibonacci_segment: pi,
2441
- fibonacci_circle: vi,
2442
- fibonacci_spiral: _i,
2443
- fibonacci_speed_resistance_fan: Li,
2444
- fibonacci_extension: bi,
2445
- gann_box: $i,
2446
- rect: xi,
2447
- parallelogram: ki,
2448
- circle: wi,
2449
- triangle: Ai,
2450
- three_waves: Mi,
2451
- five_waves: Si,
2452
- eight_waves: Ti,
2453
- any_waves: Ii,
2454
- abcd: Pi,
2455
- xabcd: Di,
2456
- weak_magnet: Bi,
2457
- strong_magnet: Oi,
2458
- symbol_search: Ei,
2459
- symbol_code: Fi,
2460
- params_1: Ki,
2461
- params_2: ji,
2462
- params_3: Ni,
2463
- params_4: Zi,
2464
- params_5: Qi,
2465
- period: Ri,
2466
- standard_deviation: zi,
2467
- candle_type: Ui,
2468
- candle_solid: Yi,
2469
- candle_stroke: Vi,
2470
- candle_up_stroke: Hi,
2471
- candle_down_stroke: Gi,
2472
- ohlc: Xi,
2473
- area: Ji,
2474
- last_price_show: Wi,
2475
- high_price_show: qi,
2476
- low_price_show: es,
2477
- indicator_last_value_show: ts,
2478
- price_axis_type: ns,
2479
- normal: rs,
2480
- percentage: as,
2481
- log: is,
2482
- reverse_coordinate: ss,
2483
- grid_show: os,
2484
- restore_default: cs
2485
- }, us = "Indicator", Cs = "Main Indicator", fs = "Sub Indicator", ds = "Setting", gs = "Timezone", ys = "Screenshot", ms = "Full Screen", hs = "Exit", ps = "Save", vs = "Confirm", _s = "Cancel", Ls = "MA(Moving Average)", bs = "EMA(Exponential Moving Average)", $s = "SMA", xs = "BOLL(Bolinger Bands)", ks = "BBI(Bull And Bearlndex)", ws = "SAR(Stop and Reverse)", As = "VOL(Volume)", Ms = "MACD(Moving Average Convergence / Divergence)", Ss = "KDJ(KDJ Index)", Ts = "RSI(Relative Strength Index)", Is = "BIAS(Bias Ratio)", Ps = "BRAR(情绪指标)", Ds = "CCI(Commodity Channel Index)", Bs = "DMI(Directional Movement Index)", Os = "CR(能量指标)", Es = "PSY(Psychological Line)", Fs = "DMA(Different of Moving Average)", Ks = "TRIX(Triple Exponentially Smoothed Moving Average)", js = "OBV(On Balance Volume)", Ns = "VR(Volatility Volume Ratio)", Zs = "WR(Williams %R)", Qs = "MTM(Momentum Index)", Rs = "EMV(Ease of Movement Value)", zs = "ROC(Price Rate of Change)", Us = "PVT(Price and Volume Trend)", Ys = "AO(Awesome Oscillator)", Vs = "UTC", Hs = "(UTC-10) Honolulu", Gs = "(UTC-8) Juneau", Xs = "(UTC-7) Los Angeles", Js = "(UTC-5) Chicago", Ws = "(UTC-4) Toronto", qs = "(UTC-3) Sao Paulo", eo = "(UTC+1) London", to = "(UTC+2) Berlin", no = "(UTC+3) Bahrain", ro = "(UTC+4) Dubai", ao = "(UTC+5) Ashkhabad", io = "(UTC+6) Almaty", so = "(UTC+7) Bangkok", oo = "(UTC+8) Shanghai", co = "(UTC+9) Tokyo", lo = "(UTC+10) Sydney", uo = "(UTC+12) Norfolk", Co = "Horizontal Line", fo = "Horizontal Ray", go = "Horizontal Segment", yo = "Vertical Line", mo = "Vertical Ray", ho = "Vertical Segment", po = "Trend Line", vo = "Ray", _o = "Segment", Lo = "Arrow", bo = "Price Line", $o = "Price Channel Line", xo = "Parallel Line", ko = "Fibonacci Line", wo = "Fibonacci Segment", Ao = "Fibonacci Circle", Mo = "Fibonacci Spiral", So = "Fibonacci Sector", To = "Fibonacci Extension", Io = "Gann Box", Po = "Rect", Do = "Parallelogram", Bo = "Circle", Oo = "Triangle", Eo = "Three Waves", Fo = "Five Waves", Ko = "Eight Waves", jo = "Any Waves", No = "ABCD Pattern", Zo = "XABCD Pattern", Qo = "Weak Magnet", Ro = "Strong Magnet", zo = "Symbol Search", Uo = "Symbol Code", Yo = "Parameter 1", Vo = "Parameter 2", Ho = "Parameter 3", Go = "Parameter 4", Xo = "Parameter 5", Jo = "Period", Wo = "Standard Deviation", qo = "Candle Type", ec = "Candle Solid", tc = "Candle Stroke", nc = "Candle Up Stroke", rc = "Candle Down Stroke", ac = "OHLC", ic = "Area", sc = "Show Last Price", oc = "Show Highest Price", cc = "Show Lowest Price", lc = "Show indicator's last value", uc = "Price Axis Type", Cc = "Normal", fc = "Percentage", dc = "Log", gc = "Reverse Coordinate", yc = "Show Grids", mc = "Restore Defaults", hc = {
2486
- indicator: us,
2487
- main_indicator: Cs,
2488
- sub_indicator: fs,
2489
- setting: ds,
2490
- timezone: gs,
2491
- screenshot: ys,
2492
- full_screen: ms,
2493
- exit_full_screen: hs,
2494
- save: ps,
2495
- confirm: vs,
2496
- cancel: _s,
2497
- ma: Ls,
2498
- ema: bs,
2499
- sma: $s,
2500
- boll: xs,
2501
- bbi: ks,
2502
- sar: ws,
2503
- vol: As,
2504
- macd: Ms,
2505
- kdj: Ss,
2506
- rsi: Ts,
2507
- bias: Is,
2508
- brar: Ps,
2509
- cci: Ds,
2510
- dmi: Bs,
2511
- cr: Os,
2512
- psy: Es,
2513
- dma: Fs,
2514
- trix: Ks,
2515
- obv: js,
2516
- vr: Ns,
2517
- wr: Zs,
2518
- mtm: Qs,
2519
- emv: Rs,
2520
- roc: zs,
2521
- pvt: Us,
2522
- ao: Ys,
2523
- utc: Vs,
2524
- honolulu: Hs,
2525
- juneau: Gs,
2526
- los_angeles: Xs,
2527
- chicago: Js,
2528
- toronto: Ws,
2529
- sao_paulo: qs,
2530
- london: eo,
2531
- berlin: to,
2532
- bahrain: no,
2533
- dubai: ro,
2534
- ashkhabad: ao,
2535
- almaty: io,
2536
- bangkok: so,
2537
- shanghai: oo,
2538
- tokyo: co,
2539
- sydney: lo,
2540
- norfolk: uo,
2541
- horizontal_straight_line: Co,
2542
- horizontal_ray_line: fo,
2543
- horizontal_segment: go,
2544
- vertical_straight_line: yo,
2545
- vertical_ray_line: mo,
2546
- vertical_segment: ho,
2547
- straight_line: po,
2548
- ray_line: vo,
2549
- segment: _o,
2550
- arrow: Lo,
2551
- price_line: bo,
2552
- price_channel_line: $o,
2553
- parallel_straight_line: xo,
2554
- fibonacci_line: ko,
2555
- fibonacci_segment: wo,
2556
- fibonacci_circle: Ao,
2557
- fibonacci_spiral: Mo,
2558
- fibonacci_speed_resistance_fan: So,
2559
- fibonacci_extension: To,
2560
- gann_box: Io,
2561
- rect: Po,
2562
- parallelogram: Do,
2563
- circle: Bo,
2564
- triangle: Oo,
2565
- three_waves: Eo,
2566
- five_waves: Fo,
2567
- eight_waves: Ko,
2568
- any_waves: jo,
2569
- abcd: No,
2570
- xabcd: Zo,
2571
- weak_magnet: Qo,
2572
- strong_magnet: Ro,
2573
- symbol_search: zo,
2574
- symbol_code: Uo,
2575
- params_1: Yo,
2576
- params_2: Vo,
2577
- params_3: Ho,
2578
- params_4: Go,
2579
- params_5: Xo,
2580
- period: Jo,
2581
- standard_deviation: Wo,
2582
- candle_type: qo,
2583
- candle_solid: ec,
2584
- candle_stroke: tc,
2585
- candle_up_stroke: nc,
2586
- candle_down_stroke: rc,
2587
- ohlc: ac,
2588
- area: ic,
2589
- last_price_show: sc,
2590
- high_price_show: oc,
2591
- low_price_show: cc,
2592
- indicator_last_value_show: lc,
2593
- price_axis_type: uc,
2594
- normal: Cc,
2595
- percentage: fc,
2596
- log: dc,
2597
- reverse_coordinate: gc,
2598
- grid_show: yc,
2599
- restore_default: mc
2600
- }, m5 = {
2601
- "zh-CN": ls,
2602
- "en-US": hc
2438
+ const _a = "指标", La = "主图指标", ba = "副图指标", $a = "设置", xa = "时区", ka = "截屏", wa = "全屏", Aa = "退出全屏", Ma = "保存", Sa = "确定", Ta = "取消", Ia = "MA(移动平均线)", Pa = "EMA(指数平滑移动平均线)", Da = "SMA", Ba = "BOLL(布林线)", Oa = "BBI(多空指数)", Ea = "SAR(停损点指向指标)", Fa = "VOL(成交量)", ja = "MACD(指数平滑异同移动平均线)", Ka = "KDJ(随机指标)", Na = "RSI(相对强弱指标)", Za = "BIAS(乖离率)", Qa = "BRAR(情绪指标)", Ra = "CCI(顺势指标)", za = "DMI(动向指标)", Ua = "CR(能量指标)", Ya = "PSY(心理线)", Va = "DMA(平行线差指标)", Ha = "TRIX(三重指数平滑平均线)", Ga = "OBV(能量潮指标)", Xa = "VR(成交量变异率)", Ja = "WR(威廉指标)", Wa = "MTM(动量指标)", qa = "EMV(简易波动指标)", ei = "ROC(变动率指标)", ti = "PVT(价量趋势指标)", ni = "AO(动量震荡指标)", ri = "世界统一时间", ai = "(UTC-10) 檀香山", ii = "(UTC-8) 朱诺", si = "(UTC-7) 洛杉矶", oi = "(UTC-5) 芝加哥", ci = "(UTC-4) 多伦多", li = "(UTC-3) 圣保罗", ui = "(UTC+1) 伦敦", Ci = "(UTC+2) 柏林", di = "(UTC+3) 巴林", fi = "(UTC+4) 迪拜", gi = "(UTC+5) 阿什哈巴德", yi = "(UTC+6) 阿拉木图", mi = "(UTC+7) 曼谷", hi = "(UTC+8) 上海", pi = "(UTC+9) 东京", vi = "(UTC+10) 悉尼", _i = "(UTC+12) 诺福克岛", Li = "水平直线", bi = "水平射线", $i = "水平线段", xi = "垂直直线", ki = "垂直射线", wi = "垂直线段", Ai = "直线", Mi = "射线", Si = "线段", Ti = "箭头", Ii = "价格线", Pi = "价格通道线", Di = "平行直线", Bi = "斐波那契回调直线", Oi = "斐波那契回调线段", Ei = "斐波那契圆环", Fi = "斐波那契螺旋", ji = "斐波那契速度阻力扇", Ki = "斐波那契趋势扩展", Ni = "江恩箱", Zi = "矩形", Qi = "平行四边形", Ri = "圆", zi = "三角形", Ui = "三浪", Yi = "五浪", Vi = "八浪", Hi = "任意浪", Gi = "ABCD形态", Xi = "XABCD形态", Ji = "弱磁模式", Wi = "强磁模式", qi = "商品搜索", es = "商品代码", ts = "参数1", ns = "参数2", rs = "参数3", as = "参数4", is = "参数5", ss = "周期", os = "标准差", cs = "蜡烛图类型", ls = "全实心", us = "全空心", Cs = "涨空心", ds = "跌空心", fs = "OHLC", gs = "面积图", ys = "最新价显示", ms = "最高价显示", hs = "最低价显示", ps = "指标最新值显示", vs = "价格轴类型", _s = "线性轴", Ls = "百分比轴", bs = "对数轴", $s = "倒置坐标", xs = "网格线显示", ks = "恢复默认", ws = {
2439
+ indicator: _a,
2440
+ main_indicator: La,
2441
+ sub_indicator: ba,
2442
+ setting: $a,
2443
+ timezone: xa,
2444
+ screenshot: ka,
2445
+ full_screen: wa,
2446
+ exit_full_screen: Aa,
2447
+ save: Ma,
2448
+ confirm: Sa,
2449
+ cancel: Ta,
2450
+ ma: Ia,
2451
+ ema: Pa,
2452
+ sma: Da,
2453
+ boll: Ba,
2454
+ bbi: Oa,
2455
+ sar: Ea,
2456
+ vol: Fa,
2457
+ macd: ja,
2458
+ kdj: Ka,
2459
+ rsi: Na,
2460
+ bias: Za,
2461
+ brar: Qa,
2462
+ cci: Ra,
2463
+ dmi: za,
2464
+ cr: Ua,
2465
+ psy: Ya,
2466
+ dma: Va,
2467
+ trix: Ha,
2468
+ obv: Ga,
2469
+ vr: Xa,
2470
+ wr: Ja,
2471
+ mtm: Wa,
2472
+ emv: qa,
2473
+ roc: ei,
2474
+ pvt: ti,
2475
+ ao: ni,
2476
+ utc: ri,
2477
+ honolulu: ai,
2478
+ juneau: ii,
2479
+ los_angeles: si,
2480
+ chicago: oi,
2481
+ toronto: ci,
2482
+ sao_paulo: li,
2483
+ london: ui,
2484
+ berlin: Ci,
2485
+ bahrain: di,
2486
+ dubai: fi,
2487
+ ashkhabad: gi,
2488
+ almaty: yi,
2489
+ bangkok: mi,
2490
+ shanghai: hi,
2491
+ tokyo: pi,
2492
+ sydney: vi,
2493
+ norfolk: _i,
2494
+ horizontal_straight_line: Li,
2495
+ horizontal_ray_line: bi,
2496
+ horizontal_segment: $i,
2497
+ vertical_straight_line: xi,
2498
+ vertical_ray_line: ki,
2499
+ vertical_segment: wi,
2500
+ straight_line: Ai,
2501
+ ray_line: Mi,
2502
+ segment: Si,
2503
+ arrow: Ti,
2504
+ price_line: Ii,
2505
+ price_channel_line: Pi,
2506
+ parallel_straight_line: Di,
2507
+ fibonacci_line: Bi,
2508
+ fibonacci_segment: Oi,
2509
+ fibonacci_circle: Ei,
2510
+ fibonacci_spiral: Fi,
2511
+ fibonacci_speed_resistance_fan: ji,
2512
+ fibonacci_extension: Ki,
2513
+ gann_box: Ni,
2514
+ rect: Zi,
2515
+ parallelogram: Qi,
2516
+ circle: Ri,
2517
+ triangle: zi,
2518
+ three_waves: Ui,
2519
+ five_waves: Yi,
2520
+ eight_waves: Vi,
2521
+ any_waves: Hi,
2522
+ abcd: Gi,
2523
+ xabcd: Xi,
2524
+ weak_magnet: Ji,
2525
+ strong_magnet: Wi,
2526
+ symbol_search: qi,
2527
+ symbol_code: es,
2528
+ params_1: ts,
2529
+ params_2: ns,
2530
+ params_3: rs,
2531
+ params_4: as,
2532
+ params_5: is,
2533
+ period: ss,
2534
+ standard_deviation: os,
2535
+ candle_type: cs,
2536
+ candle_solid: ls,
2537
+ candle_stroke: us,
2538
+ candle_up_stroke: Cs,
2539
+ candle_down_stroke: ds,
2540
+ ohlc: fs,
2541
+ area: gs,
2542
+ last_price_show: ys,
2543
+ high_price_show: ms,
2544
+ low_price_show: hs,
2545
+ indicator_last_value_show: ps,
2546
+ price_axis_type: vs,
2547
+ normal: _s,
2548
+ percentage: Ls,
2549
+ log: bs,
2550
+ reverse_coordinate: $s,
2551
+ grid_show: xs,
2552
+ restore_default: ks
2553
+ }, As = "Indicator", Ms = "Main Indicator", Ss = "Sub Indicator", Ts = "Setting", Is = "Timezone", Ps = "Screenshot", Ds = "Full Screen", Bs = "Exit", Os = "Save", Es = "Confirm", Fs = "Cancel", js = "MA(Moving Average)", Ks = "EMA(Exponential Moving Average)", Ns = "SMA", Zs = "BOLL(Bolinger Bands)", Qs = "BBI(Bull And Bearlndex)", Rs = "SAR(Stop and Reverse)", zs = "VOL(Volume)", Us = "MACD(Moving Average Convergence / Divergence)", Ys = "KDJ(KDJ Index)", Vs = "RSI(Relative Strength Index)", Hs = "BIAS(Bias Ratio)", Gs = "BRAR(情绪指标)", Xs = "CCI(Commodity Channel Index)", Js = "DMI(Directional Movement Index)", Ws = "CR(能量指标)", qs = "PSY(Psychological Line)", eo = "DMA(Different of Moving Average)", to = "TRIX(Triple Exponentially Smoothed Moving Average)", no = "OBV(On Balance Volume)", ro = "VR(Volatility Volume Ratio)", ao = "WR(Williams %R)", io = "MTM(Momentum Index)", so = "EMV(Ease of Movement Value)", oo = "ROC(Price Rate of Change)", co = "PVT(Price and Volume Trend)", lo = "AO(Awesome Oscillator)", uo = "UTC", Co = "(UTC-10) Honolulu", fo = "(UTC-8) Juneau", go = "(UTC-7) Los Angeles", yo = "(UTC-5) Chicago", mo = "(UTC-4) Toronto", ho = "(UTC-3) Sao Paulo", po = "(UTC+1) London", vo = "(UTC+2) Berlin", _o = "(UTC+3) Bahrain", Lo = "(UTC+4) Dubai", bo = "(UTC+5) Ashkhabad", $o = "(UTC+6) Almaty", xo = "(UTC+7) Bangkok", ko = "(UTC+8) Shanghai", wo = "(UTC+9) Tokyo", Ao = "(UTC+10) Sydney", Mo = "(UTC+12) Norfolk", So = "Horizontal Line", To = "Horizontal Ray", Io = "Horizontal Segment", Po = "Vertical Line", Do = "Vertical Ray", Bo = "Vertical Segment", Oo = "Trend Line", Eo = "Ray", Fo = "Segment", jo = "Arrow", Ko = "Price Line", No = "Price Channel Line", Zo = "Parallel Line", Qo = "Fibonacci Line", Ro = "Fibonacci Segment", zo = "Fibonacci Circle", Uo = "Fibonacci Spiral", Yo = "Fibonacci Sector", Vo = "Fibonacci Extension", Ho = "Gann Box", Go = "Rect", Xo = "Parallelogram", Jo = "Circle", Wo = "Triangle", qo = "Three Waves", ec = "Five Waves", tc = "Eight Waves", nc = "Any Waves", rc = "ABCD Pattern", ac = "XABCD Pattern", ic = "Weak Magnet", sc = "Strong Magnet", oc = "Symbol Search", cc = "Symbol Code", lc = "Parameter 1", uc = "Parameter 2", Cc = "Parameter 3", dc = "Parameter 4", fc = "Parameter 5", gc = "Period", yc = "Standard Deviation", mc = "Candle Type", hc = "Candle Solid", pc = "Candle Stroke", vc = "Candle Up Stroke", _c = "Candle Down Stroke", Lc = "OHLC", bc = "Area", $c = "Show Last Price", xc = "Show Highest Price", kc = "Show Lowest Price", wc = "Show indicator's last value", Ac = "Price Axis Type", Mc = "Normal", Sc = "Percentage", Tc = "Log", Ic = "Reverse Coordinate", Pc = "Show Grids", Dc = "Restore Defaults", Bc = {
2554
+ indicator: As,
2555
+ main_indicator: Ms,
2556
+ sub_indicator: Ss,
2557
+ setting: Ts,
2558
+ timezone: Is,
2559
+ screenshot: Ps,
2560
+ full_screen: Ds,
2561
+ exit_full_screen: Bs,
2562
+ save: Os,
2563
+ confirm: Es,
2564
+ cancel: Fs,
2565
+ ma: js,
2566
+ ema: Ks,
2567
+ sma: Ns,
2568
+ boll: Zs,
2569
+ bbi: Qs,
2570
+ sar: Rs,
2571
+ vol: zs,
2572
+ macd: Us,
2573
+ kdj: Ys,
2574
+ rsi: Vs,
2575
+ bias: Hs,
2576
+ brar: Gs,
2577
+ cci: Xs,
2578
+ dmi: Js,
2579
+ cr: Ws,
2580
+ psy: qs,
2581
+ dma: eo,
2582
+ trix: to,
2583
+ obv: no,
2584
+ vr: ro,
2585
+ wr: ao,
2586
+ mtm: io,
2587
+ emv: so,
2588
+ roc: oo,
2589
+ pvt: co,
2590
+ ao: lo,
2591
+ utc: uo,
2592
+ honolulu: Co,
2593
+ juneau: fo,
2594
+ los_angeles: go,
2595
+ chicago: yo,
2596
+ toronto: mo,
2597
+ sao_paulo: ho,
2598
+ london: po,
2599
+ berlin: vo,
2600
+ bahrain: _o,
2601
+ dubai: Lo,
2602
+ ashkhabad: bo,
2603
+ almaty: $o,
2604
+ bangkok: xo,
2605
+ shanghai: ko,
2606
+ tokyo: wo,
2607
+ sydney: Ao,
2608
+ norfolk: Mo,
2609
+ horizontal_straight_line: So,
2610
+ horizontal_ray_line: To,
2611
+ horizontal_segment: Io,
2612
+ vertical_straight_line: Po,
2613
+ vertical_ray_line: Do,
2614
+ vertical_segment: Bo,
2615
+ straight_line: Oo,
2616
+ ray_line: Eo,
2617
+ segment: Fo,
2618
+ arrow: jo,
2619
+ price_line: Ko,
2620
+ price_channel_line: No,
2621
+ parallel_straight_line: Zo,
2622
+ fibonacci_line: Qo,
2623
+ fibonacci_segment: Ro,
2624
+ fibonacci_circle: zo,
2625
+ fibonacci_spiral: Uo,
2626
+ fibonacci_speed_resistance_fan: Yo,
2627
+ fibonacci_extension: Vo,
2628
+ gann_box: Ho,
2629
+ rect: Go,
2630
+ parallelogram: Xo,
2631
+ circle: Jo,
2632
+ triangle: Wo,
2633
+ three_waves: qo,
2634
+ five_waves: ec,
2635
+ eight_waves: tc,
2636
+ any_waves: nc,
2637
+ abcd: rc,
2638
+ xabcd: ac,
2639
+ weak_magnet: ic,
2640
+ strong_magnet: sc,
2641
+ symbol_search: oc,
2642
+ symbol_code: cc,
2643
+ params_1: lc,
2644
+ params_2: uc,
2645
+ params_3: Cc,
2646
+ params_4: dc,
2647
+ params_5: fc,
2648
+ period: gc,
2649
+ standard_deviation: yc,
2650
+ candle_type: mc,
2651
+ candle_solid: hc,
2652
+ candle_stroke: pc,
2653
+ candle_up_stroke: vc,
2654
+ candle_down_stroke: _c,
2655
+ ohlc: Lc,
2656
+ area: bc,
2657
+ last_price_show: $c,
2658
+ high_price_show: xc,
2659
+ low_price_show: kc,
2660
+ indicator_last_value_show: wc,
2661
+ price_axis_type: Ac,
2662
+ normal: Mc,
2663
+ percentage: Sc,
2664
+ log: Tc,
2665
+ reverse_coordinate: Ic,
2666
+ grid_show: Pc,
2667
+ restore_default: Dc
2668
+ }, h5 = {
2669
+ "zh-CN": ws,
2670
+ "en-US": Bc
2603
2671
  };
2604
- function Au(e, t) {
2605
- m5[e] = t;
2672
+ function zu(e, t) {
2673
+ h5[e] = t;
2606
2674
  }
2607
- const u = (e, t) => {
2675
+ const C = (e, t) => {
2608
2676
  var n;
2609
- return ((n = m5[t]) == null ? void 0 : n[e]) ?? e;
2677
+ return ((n = h5[t]) == null ? void 0 : n[e]) ?? e;
2610
2678
  };
2611
- var pc = /* @__PURE__ */ g("<img alt=symbol>"), vc = /* @__PURE__ */ g("<div class=symbol><span>"), _c = /* @__PURE__ */ g('<div class=klinecharts-pro-period-bar><div class=menu-container><svg viewBox="0 0 1024 1024"><path d="M192.037 287.953h640.124c17.673 0 32-14.327 32-32s-14.327-32-32-32H192.037c-17.673 0-32 14.327-32 32s14.327 32 32 32zM832.161 479.169H438.553c-17.673 0-32 14.327-32 32s14.327 32 32 32h393.608c17.673 0 32-14.327 32-32s-14.327-32-32-32zM832.161 735.802H192.037c-17.673 0-32 14.327-32 32s14.327 32 32 32h640.124c17.673 0 32-14.327 32-32s-14.327-32-32-32zM319.028 351.594l-160 160 160 160z"></path></svg></div><div class="item tools"><svg viewBox="0 0 20 20"><path d=M15.873,20L3.65079,20C1.5873,20,0,18.3871,0,16.2903L0,3.70968C-3.78442e-7,1.6129,1.5873,0,3.65079,0L15.873,0C17.9365,0,19.5238,1.6129,19.5238,3.70968C19.5238,4.35484,19.2063,4.51613,18.5714,4.51613C17.9365,4.51613,17.619,4.19355,17.619,3.70968C17.619,2.74194,16.8254,1.93548,15.873,1.93548L3.65079,1.93548C2.69841,1.93548,1.90476,2.74194,1.90476,3.70968L1.90476,16.2903C1.90476,17.2581,2.69841,18.0645,3.65079,18.0645L15.873,18.0645C16.8254,18.0645,17.619,17.2581,17.619,16.2903C17.619,15.8065,18.0952,15.3226,18.5714,15.3226C19.0476,15.3226,19.5238,15.8065,19.5238,16.2903C19.5238,18.2258,17.9365,20,15.873,20ZM14.9206,12.9032C14.7619,12.9032,14.4444,12.9032,14.2857,12.7419L11.2698,9.35484C10.9524,9.03226,10.9524,8.54839,11.2698,8.22581C11.5873,7.90323,12.0635,7.90323,12.381,8.22581L15.3968,11.6129C15.7143,11.9355,15.7143,12.4194,15.3968,12.7419C15.3968,12.9032,15.2381,12.9032,14.9206,12.9032ZM11.4286,13.2258C11.2698,13.2258,11.1111,13.2258,10.9524,13.0645C10.6349,12.7419,10.6349,12.4194,10.9524,12.0968L15.0794,7.74193C15.3968,7.41935,15.7143,7.41935,16.0317,7.74193C16.3492,8.06452,16.3492,8.3871,16.0317,8.70968L11.9048,13.0645C11.746,13.2258,11.5873,13.2258,11.4286,13.2258ZM10.3175,3.70968C10.6349,3.70968,11.4286,3.87097,11.4286,4.67742C11.4286,5.32258,10.4762,5.16129,10.1587,5.16129C8.73016,5.16129,8.25397,5.96774,8.09524,6.6129L7.77778,8.54839L9.36508,8.54839C9.68254,8.54839,10,8.87097,10,9.19355C10,9.51613,9.68254,9.83871,9.36508,9.83871L7.61905,9.83871L6.50794,14.8387Q6.34921,16.2903,5.39683,16.2903Q4.44444,16.2903,4.92064,14.8387L6.03175,10L4.60317,10C4.28571,10,3.96825,9.67742,3.96825,9.35484C3.96825,8.70968,4.28571,8.54839,4.60317,8.54839L6.34921,8.54839L6.8254,6.45161C7.14286,3.70968,9.52381,3.54839,10.3175,3.70968ZM18.4127,6.6129C18.5714,6.12903,18.8889,5.96774,19.3651,5.96774C19.8413,6.12903,20,6.45161,20,6.93548L18.4127,13.3871C18.254,13.871,17.9365,14.0323,17.4603,14.0323C16.9841,13.871,16.8254,13.5484,16.8254,13.0645L18.4127,6.6129Z></path></svg><span></span></div><div class="item tools"><svg width=20 height=20 viewBox="0 0 20 20"><path d=M18.5446,9.09091C18.3333,6.61616,17.2887,4.31818,15.5751,2.63889C13.8498,0.94697,11.6197,0,9.28404,0C8.02817,0,6.81925,0.265151,5.66901,0.782828C5.65728,0.782828,5.65728,0.795454,5.64554,0.795454C5.6338,0.795454,5.6338,0.808081,5.62207,0.808081C4.53052,1.31313,3.55634,2.0202,2.71127,2.92929C1.85446,3.85101,1.18545,4.91162,0.715963,6.11111C0.246479,7.33586,0,8.64899,0,10C0,10.8712,0.105634,11.7172,0.305164,12.5379C0.305164,12.5631,0.316901,12.5884,0.328638,12.6136C0.739437,14.2298,1.51408,15.7197,2.62911,16.9571C4.07277,18.548,5.92723,19.5581,7.93427,19.8737C7.95775,19.8737,7.96948,19.8864,7.99296,19.8864C8.3216,19.9369,8.66197,19.9747,9.00235,19.9747L9.21362,19.9747C9.61268,19.9747,10.3756,19.9369,11.0094,19.697C11.1737,19.6338,11.3028,19.5076,11.3732,19.3434C11.4437,19.1793,11.4554,18.9899,11.3967,18.8131C11.3028,18.5354,11.0563,18.346,10.7864,18.346C10.716,18.346,10.6338,18.3586,10.5634,18.3838C10.0939,18.5606,9.46009,18.5859,9.20188,18.5859L9.09624,18.5859C9.20188,18.2702,9.23709,17.9167,9.15493,17.5505C9.00235,16.8939,8.50939,16.3384,7.58216,15.7955L7.19484,15.5682C6.57277,15.2146,6.23239,15.0253,6.03286,14.7348C5.83333,14.4444,5.69249,13.9899,5.51643,12.9798C5.38732,12.298,5.04695,11.7677,4.50704,11.4646C4.14319,11.2626,3.70892,11.149,3.19249,11.149C2.82864,11.149,2.42958,11.1995,2.00704,11.3005C1.79578,11.351,1.59624,11.4141,1.42019,11.4646C1.33803,10.9848,1.30282,10.4798,1.30282,9.97475C1.30282,6.93182,2.76995,4.26768,4.98826,2.72727C5,3.00505,5.05869,3.29545,5.17606,3.57323C5.48122,4.26768,6.10329,4.7096,7.01878,4.89899C7.06573,4.91162,7.10094,4.91162,7.13615,4.91162L7.1831,4.91162C7.26526,4.91162,7.57042,4.92424,7.88732,5.0505C8.3216,5.2399,8.56808,5.55555,8.65023,6.04798C8.84977,7.61364,9.07277,10.4293,8.79108,11.3384C8.76761,11.4141,8.75587,11.4899,8.75587,11.5657C8.75587,11.9444,9.0493,12.2601,9.40141,12.2601C9.57747,12.2601,9.74179,12.1843,9.85915,12.0581C9.97653,11.9318,12.6174,9.05303,13.3216,8.09343C13.4038,7.97979,13.4859,7.87878,13.5798,7.76515C13.9202,7.33586,14.2723,6.90656,14.4014,6.26262C14.554,5.56818,14.4014,4.79798,13.9437,3.85101C13.615,3.16919,13.5563,2.86616,13.5446,2.75252C13.5563,2.7399,13.5798,2.72727,13.6033,2.71464C15.6221,4.10353,17.0188,6.43939,17.2535,9.19192C17.2887,9.55808,17.5587,9.82323,17.8991,9.82323L17.9577,9.82323C18.3099,9.8106,18.5681,9.48232,18.5446,9.09091ZM3.19249,12.5631C3.48592,12.5631,3.72066,12.6136,3.89671,12.7146C4.08451,12.8283,4.19014,12.9924,4.23709,13.2702C4.43662,14.3434,4.61268,15.0631,5,15.6061C5.37559,16.1364,5.85681,16.4015,6.58451,16.8182L6.60798,16.8308C6.71362,16.8939,6.84272,16.9571,6.96009,17.0328C7.69953,17.4621,7.86385,17.7525,7.89906,17.8914C7.93427,18.0303,7.85211,18.2323,7.74648,18.4343C4.91784,17.8535,2.65258,15.6944,1.73709,12.8283C2.15962,12.702,2.71127,12.5631,3.19249,12.5631ZM12.7934,4.5202C13.4272,5.83333,13.1455,6.18687,12.5822,6.89394C12.4883,7.00758,12.3944,7.12121,12.3005,7.24747C11.9484,7.72727,11.0211,8.77525,10.2113,9.68434C10.2113,9.24242,10.1878,8.73737,10.1526,8.19444C10.0704,6.95707,9.92958,5.90909,9.92958,5.87121L9.92958,5.83333C9.75352,4.83586,9.20188,4.11616,8.3216,3.76263C7.82864,3.56061,7.37089,3.53535,7.19484,3.53535C6.73709,3.43434,6.4554,3.24495,6.33803,2.99242C6.19718,2.68939,6.29108,2.24747,6.38498,1.9697C7.28873,1.59091,8.26291,1.37626,9.28404,1.37626C10.3873,1.37626,11.4437,1.61616,12.4061,2.04545C12.3357,2.18434,12.277,2.34848,12.2535,2.5505C12.2066,3.04293,12.3709,3.64899,12.7934,4.5202Z></path><path d=M15.22299772857666,9.722223632261718C12.59389772857666,9.722223632261718,10.44600772857666,12.020201374511718,10.44600772857666,14.861111374511719C10.44600772857666,17.70202137451172,12.58215772857666,20.000021374511718,15.223007728576661,20.000021374511718C17.86384772857666,20.000021374511718,19.99999772857666,17.70202137451172,19.99999772857666,14.861111374511719C19.99999772857666,12.020201374511718,17.85211772857666,9.72222212709572,15.22299772857666,9.722223632261718ZM15.22299772857666,18.598491374511717C13.30985772857666,18.598491374511717,11.737087728576661,16.91919137451172,11.737087728576661,14.848481374511719C11.737087728576661,12.777781374511719,13.29811772857666,11.098491374511719,15.22299772857666,11.098491374511719C17.14787772857666,11.098491374511719,18.708917728576658,12.777781374511719,18.708917728576658,14.848481374511719C18.708917728576658,16.91919137451172,17.13614772857666,18.59848137451172,15.22299772857666,18.598491374511717Z></path><path d=M15.692486288146974,15.050496970825195L15.692486288146974,12.676760970825196C15.692486288146974,12.297972970825196,15.399058288146973,11.982316970825195,15.046945288146972,11.982316970825195C14.694833288146972,11.982316970825195,14.401406288146973,12.297972970825196,14.401406288146973,12.676760970825196L14.401406288146973,15.340896970825195C14.401406288146973,15.530296970825194,14.471829288146973,15.694436970825196,14.589200288146973,15.833326970825196L15.751176288146972,17.095956970825195C15.868546288146973,17.222216970825194,16.032866288146973,17.297976970825196,16.208916288146973,17.297976970825196C16.384976288146973,17.297976970825196,16.537556288146973,17.222216970825194,16.666666288146974,17.095956970825195C16.78403628814697,16.969686970825194,16.854456288146974,16.792916970825196,16.854456288146974,16.603526970825193C16.854456288146974,16.414136970825197,16.78403628814697,16.237366970825196,16.666666288146974,16.111106970825197L15.692486288146974,15.050496970825195Z></path></svg><span></span></div><div class="item tools"><svg viewBox="0 0 20 20"><path d=M19.7361,12.542L18.1916,11.2919C18.2647,10.8678,18.3025,10.4347,18.3025,10.0017C18.3025,9.56861,18.2647,9.13555,18.1916,8.71142L19.7361,7.46135C19.9743,7.26938,20.0615,6.95686,19.9554,6.6756L19.9342,6.61756C19.5074,5.49026,18.8755,4.45449,18.0549,3.53926L18.0124,3.49238C17.8096,3.26692,17.4819,3.1821,17.1848,3.28032L15.2677,3.92544C14.5603,3.3763,13.7704,2.94324,12.9168,2.63966L12.5466,0.742229C12.49,0.449802,12.2472,0.222111,11.9383,0.168536L11.8746,0.157375C10.6461,-0.0524583,9.35391,-0.0524583,8.1254,0.157375L8.06174,0.168536C7.75284,0.222111,7.50997,0.449802,7.45338,0.742229L7.08082,2.64859C6.2343,2.95217,5.44909,3.383,4.74641,3.92991L2.81522,3.28032C2.52047,3.1821,2.19036,3.26469,1.98757,3.49238L1.94513,3.53926C1.12455,4.45672,0.492609,5.49249,0.0658141,6.61756L0.0445921,6.6756C-0.0615171,6.95463,0.0257283,7.26715,0.263885,7.46135L1.82723,8.72482C1.75413,9.14448,1.71876,9.57308,1.71876,9.99944C1.71876,10.428,1.75413,10.8566,1.82723,11.2741L0.263885,12.5375C0.025729,12.7295,-0.0615164,13.042,0.0445929,13.3233L0.0658148,13.3813C0.49261,14.5064,1.12455,15.5444,1.94513,16.4596L1.98757,16.5065C2.19036,16.732,2.51812,16.8168,2.81522,16.7186L4.74641,16.069C5.44909,16.6159,6.2343,17.0489,7.08082,17.3503L7.45338,19.2567C7.50997,19.5491,7.75284,19.7768,8.06174,19.8303L8.1254,19.8415C8.74084,19.9464,9.37042,20,10,20C10.6296,20,11.2615,19.9464,11.8746,19.8415L11.9383,19.8303C12.2472,19.7768,12.49,19.5491,12.5466,19.2567L12.9168,17.3592C13.7704,17.0556,14.5603,16.6248,15.2677,16.0734L17.1848,16.7186C17.4795,16.8168,17.8096,16.7342,18.0124,16.5065L18.0549,16.4596C18.8755,15.5422,19.5074,14.5064,19.9342,13.3813L19.9554,13.3233C20.0615,13.0487,19.9743,12.7362,19.7361,12.542ZM16.5175,8.97483C16.5764,9.3119,16.6071,9.65791,16.6071,10.0039C16.6071,10.3499,16.5764,10.6959,16.5175,11.033L16.3618,11.9281L18.1233,13.3545C17.8568,13.9372,17.5196,14.4863,17.1188,14.9975L14.9305,14.2631L14.1901,14.839C13.6266,15.2765,12.9994,15.6203,12.3203,15.8614L11.4219,16.1806L10.9998,18.3459C10.3372,18.4173,9.66045,18.4173,8.9955,18.3459L8.57342,16.1761L7.6821,15.8524C7.01008,15.6114,6.38521,15.2676,5.82637,14.8323L5.08596,14.2541L2.88361,14.9953C2.48275,14.4841,2.14791,13.9327,1.8791,13.3523L3.65938,11.9125L3.50611,11.0196C3.44952,10.687,3.41887,10.3432,3.41887,10.0039C3.41887,9.66237,3.44716,9.32083,3.50611,8.98822L3.65938,8.09531L1.8791,6.6555C2.14556,6.07288,2.48275,5.52374,2.88361,5.01255L5.08596,5.75367L5.82637,5.17551C6.38521,4.74022,7.01008,4.39645,7.6821,4.15536L8.57578,3.83615L8.99786,1.66638C9.66045,1.59495,10.3372,1.59495,11.0021,1.66638L11.4242,3.83168L12.3226,4.1509C12.9994,4.39198,13.6289,4.73575,14.1925,5.17328L14.9329,5.7492L17.1211,5.01479C17.522,5.52598,17.8568,6.07734,18.1256,6.65773L16.3642,8.08416L16.5175,8.97483ZM10.0024,5.85189C7.7104,5.85189,5.85231,7.61092,5.85231,9.78068C5.85231,11.9504,7.7104,13.7095,10.0024,13.7095C12.2943,13.7095,14.1524,11.9504,14.1524,9.78068C14.1524,7.61092,12.2943,5.85189,10.0024,5.85189ZM11.8699,11.5486C11.37,12.0196,10.7074,12.2808,10.0024,12.2808C9.29732,12.2808,8.63473,12.0196,8.13483,11.5486C7.6373,11.0754,7.36142,10.4481,7.36142,9.78068C7.36142,9.11323,7.6373,8.48596,8.13483,8.01272C8.63473,7.53948,9.29732,7.28054,10.0024,7.28054C10.7074,7.28054,11.37,7.53948,11.8699,8.01272C12.3674,8.48596,12.6433,9.11323,12.6433,9.78068C12.6433,10.4481,12.3674,11.0754,11.8699,11.5486Z></path></svg><span></span></div><div class="item tools"><svg viewBox="0 0 20 20"><path d=M6.50977,1L13.4902,1C13.6406,1,13.7695,1.1104910000000001,13.7969,1.2631700000000001L14.0273,2.52277C14.1387,3.13147,14.6543,3.57143,15.2559,3.57143L17.5,3.57143C18.8809,3.57143,20,4.72254,20,6.14286L20,16.4286C20,17.8489,18.8809,19,17.5,19L2.5,19C1.11914,19,0,17.8489,0,16.4286L0,6.14286C0,4.72254,1.11914,3.57143,2.5,3.57143L4.74414,3.57143C5.3457,3.57143,5.86133,3.13147,5.97266,2.52277L6.20312,1.2631700000000001C6.23047,1.1104910000000001,6.35937,1,6.50977,1ZM15.2559,4.857139999999999C14.0547,4.857139999999999,13.0215,3.97522,12.7988,2.75982L12.7129,2.28571L7.28711,2.28571L7.20117,2.75982C6.98047,3.97522,5.94727,4.857139999999999,4.74414,4.857139999999999L2.5,4.857139999999999C1.81055,4.857139999999999,1.25,5.43371,1.25,6.14286L1.25,16.4286C1.25,17.1377,1.81055,17.7143,2.5,17.7143L17.5,17.7143C18.1895,17.7143,18.75,17.1377,18.75,16.4286L18.75,6.14286C18.75,5.43371,18.1895,4.857139999999999,17.5,4.857139999999999L15.2559,4.857139999999999ZM4.375,6.78571L3.125,6.78571C2.7793,6.78571,2.5,6.49844,2.5,6.14286C2.5,5.78728,2.7793,5.5,3.125,5.5L4.375,5.5C4.7207,5.5,5,5.78728,5,6.14286C5,6.49844,4.7207,6.78571,4.375,6.78571ZM10,6.14286C7.06641,6.14286,4.6875,8.58973,4.6875,11.6071C4.6875,14.6246,7.06641,17.0714,10,17.0714C12.9336,17.0714,15.3125,14.6246,15.3125,11.6071C15.3125,8.58973,12.9336,6.14286,10,6.14286ZM10,7.42857C11.0859,7.42857,12.1055,7.8625,12.873,8.65201C13.6406,9.44152,14.0625,10.49018,14.0625,11.6071C14.0625,12.7241,13.6406,13.7728,12.873,14.5623C12.1055,15.3518,11.0859,15.7857,10,15.7857C8.91406,15.7857,7.89453,15.3518,7.12695,14.5623C6.35937,13.7728,5.9375,12.7241,5.9375,11.6071C5.9375,10.49018,6.35938,9.44152,7.12695,8.65201C7.89453,7.8625,8.91406,7.42857,10,7.42857ZM10,9.67857C8.96484,9.67857,8.125,10.54241,8.125,11.6071C8.125,12.6719,8.96484,13.5357,10,13.5357C11.0352,13.5357,11.875,12.6719,11.875,11.6071C11.875,10.54241,11.0352,9.67857,10,9.67857ZM10,10.96429C10.3438,10.96429,10.625,11.2536,10.625,11.6071C10.625,11.9607,10.3438,12.25,10,12.25C9.65625,12.25,9.375,11.9607,9.375,11.6071C9.375,11.2536,9.65625,10.96429,10,10.96429Z></path></svg><span></span></div><div class="item tools">'), g0 = /* @__PURE__ */ g("<span>"), Lc = /* @__PURE__ */ g('<svg viewBox="0 0 20 20"><path d=M1.08108,0L0,1.079L4.18919,5.27938L2.54826,6.91715L6.9112,6.91715L6.9112,2.56262L5.28957,4.18112L1.08108,0ZM15.8108,5.27938L20,1.079L18.9189,0L14.7104,4.18112L13.0888,2.56262L13.0888,6.91715L17.4517,6.91715L15.8108,5.27938ZM4.16988,14.7014L0.07722,18.8054L1.1583,20L5.27027,15.7996L6.9112,17.4374L6.9112,13.0829L2.54826,13.0829L4.16988,14.7014ZM17.4517,13.0829L13.0888,13.0829L13.0888,17.4374L14.7297,15.7996L18.8417,20L19.9228,18.8054L15.8301,14.7013L17.4517,13.0829Z>'), bc = /* @__PURE__ */ g('<svg viewBox="0 0 20 20"><path d=M2.93444,1.76899L7.57544,6.40999L6.38918,7.59626L1.76899,2.93444L0,4.70343L0,0L4.70343,0L2.93444,1.76899ZM6.40999,12.4037L1.76899,17.0447L0,15.2758L0,19.9792L4.70343,19.9792L2.93444,18.2102L7.57544,13.5692L6.40999,12.4037ZM15.2758,0L17.0447,1.76899L12.4037,6.40999L13.59,7.59626L18.231,2.95526L20,4.72425L20,0L15.2758,0ZM13.5692,12.4037L12.3829,13.59L17.0239,18.231L15.2549,20L19.9792,20L19.9792,15.2758L18.2102,17.0447L13.5692,12.4037Z>');
2612
- const $c = (e) => {
2679
+ var Oc = /* @__PURE__ */ g("<img alt=symbol>"), Ec = /* @__PURE__ */ g("<div class=symbol><span>"), Fc = /* @__PURE__ */ g('<div class=klinecharts-pro-period-bar><div class=menu-container><svg viewBox="0 0 1024 1024"><path d="M192.037 287.953h640.124c17.673 0 32-14.327 32-32s-14.327-32-32-32H192.037c-17.673 0-32 14.327-32 32s14.327 32 32 32zM832.161 479.169H438.553c-17.673 0-32 14.327-32 32s14.327 32 32 32h393.608c17.673 0 32-14.327 32-32s-14.327-32-32-32zM832.161 735.802H192.037c-17.673 0-32 14.327-32 32s14.327 32 32 32h640.124c17.673 0 32-14.327 32-32s-14.327-32-32-32zM319.028 351.594l-160 160 160 160z"></path></svg></div><div class="item tools"><svg viewBox="0 0 20 20"><path d=M15.873,20L3.65079,20C1.5873,20,0,18.3871,0,16.2903L0,3.70968C-3.78442e-7,1.6129,1.5873,0,3.65079,0L15.873,0C17.9365,0,19.5238,1.6129,19.5238,3.70968C19.5238,4.35484,19.2063,4.51613,18.5714,4.51613C17.9365,4.51613,17.619,4.19355,17.619,3.70968C17.619,2.74194,16.8254,1.93548,15.873,1.93548L3.65079,1.93548C2.69841,1.93548,1.90476,2.74194,1.90476,3.70968L1.90476,16.2903C1.90476,17.2581,2.69841,18.0645,3.65079,18.0645L15.873,18.0645C16.8254,18.0645,17.619,17.2581,17.619,16.2903C17.619,15.8065,18.0952,15.3226,18.5714,15.3226C19.0476,15.3226,19.5238,15.8065,19.5238,16.2903C19.5238,18.2258,17.9365,20,15.873,20ZM14.9206,12.9032C14.7619,12.9032,14.4444,12.9032,14.2857,12.7419L11.2698,9.35484C10.9524,9.03226,10.9524,8.54839,11.2698,8.22581C11.5873,7.90323,12.0635,7.90323,12.381,8.22581L15.3968,11.6129C15.7143,11.9355,15.7143,12.4194,15.3968,12.7419C15.3968,12.9032,15.2381,12.9032,14.9206,12.9032ZM11.4286,13.2258C11.2698,13.2258,11.1111,13.2258,10.9524,13.0645C10.6349,12.7419,10.6349,12.4194,10.9524,12.0968L15.0794,7.74193C15.3968,7.41935,15.7143,7.41935,16.0317,7.74193C16.3492,8.06452,16.3492,8.3871,16.0317,8.70968L11.9048,13.0645C11.746,13.2258,11.5873,13.2258,11.4286,13.2258ZM10.3175,3.70968C10.6349,3.70968,11.4286,3.87097,11.4286,4.67742C11.4286,5.32258,10.4762,5.16129,10.1587,5.16129C8.73016,5.16129,8.25397,5.96774,8.09524,6.6129L7.77778,8.54839L9.36508,8.54839C9.68254,8.54839,10,8.87097,10,9.19355C10,9.51613,9.68254,9.83871,9.36508,9.83871L7.61905,9.83871L6.50794,14.8387Q6.34921,16.2903,5.39683,16.2903Q4.44444,16.2903,4.92064,14.8387L6.03175,10L4.60317,10C4.28571,10,3.96825,9.67742,3.96825,9.35484C3.96825,8.70968,4.28571,8.54839,4.60317,8.54839L6.34921,8.54839L6.8254,6.45161C7.14286,3.70968,9.52381,3.54839,10.3175,3.70968ZM18.4127,6.6129C18.5714,6.12903,18.8889,5.96774,19.3651,5.96774C19.8413,6.12903,20,6.45161,20,6.93548L18.4127,13.3871C18.254,13.871,17.9365,14.0323,17.4603,14.0323C16.9841,13.871,16.8254,13.5484,16.8254,13.0645L18.4127,6.6129Z></path></svg><span></span></div><div class="item tools"><svg width=20 height=20 viewBox="0 0 20 20"><path d=M18.5446,9.09091C18.3333,6.61616,17.2887,4.31818,15.5751,2.63889C13.8498,0.94697,11.6197,0,9.28404,0C8.02817,0,6.81925,0.265151,5.66901,0.782828C5.65728,0.782828,5.65728,0.795454,5.64554,0.795454C5.6338,0.795454,5.6338,0.808081,5.62207,0.808081C4.53052,1.31313,3.55634,2.0202,2.71127,2.92929C1.85446,3.85101,1.18545,4.91162,0.715963,6.11111C0.246479,7.33586,0,8.64899,0,10C0,10.8712,0.105634,11.7172,0.305164,12.5379C0.305164,12.5631,0.316901,12.5884,0.328638,12.6136C0.739437,14.2298,1.51408,15.7197,2.62911,16.9571C4.07277,18.548,5.92723,19.5581,7.93427,19.8737C7.95775,19.8737,7.96948,19.8864,7.99296,19.8864C8.3216,19.9369,8.66197,19.9747,9.00235,19.9747L9.21362,19.9747C9.61268,19.9747,10.3756,19.9369,11.0094,19.697C11.1737,19.6338,11.3028,19.5076,11.3732,19.3434C11.4437,19.1793,11.4554,18.9899,11.3967,18.8131C11.3028,18.5354,11.0563,18.346,10.7864,18.346C10.716,18.346,10.6338,18.3586,10.5634,18.3838C10.0939,18.5606,9.46009,18.5859,9.20188,18.5859L9.09624,18.5859C9.20188,18.2702,9.23709,17.9167,9.15493,17.5505C9.00235,16.8939,8.50939,16.3384,7.58216,15.7955L7.19484,15.5682C6.57277,15.2146,6.23239,15.0253,6.03286,14.7348C5.83333,14.4444,5.69249,13.9899,5.51643,12.9798C5.38732,12.298,5.04695,11.7677,4.50704,11.4646C4.14319,11.2626,3.70892,11.149,3.19249,11.149C2.82864,11.149,2.42958,11.1995,2.00704,11.3005C1.79578,11.351,1.59624,11.4141,1.42019,11.4646C1.33803,10.9848,1.30282,10.4798,1.30282,9.97475C1.30282,6.93182,2.76995,4.26768,4.98826,2.72727C5,3.00505,5.05869,3.29545,5.17606,3.57323C5.48122,4.26768,6.10329,4.7096,7.01878,4.89899C7.06573,4.91162,7.10094,4.91162,7.13615,4.91162L7.1831,4.91162C7.26526,4.91162,7.57042,4.92424,7.88732,5.0505C8.3216,5.2399,8.56808,5.55555,8.65023,6.04798C8.84977,7.61364,9.07277,10.4293,8.79108,11.3384C8.76761,11.4141,8.75587,11.4899,8.75587,11.5657C8.75587,11.9444,9.0493,12.2601,9.40141,12.2601C9.57747,12.2601,9.74179,12.1843,9.85915,12.0581C9.97653,11.9318,12.6174,9.05303,13.3216,8.09343C13.4038,7.97979,13.4859,7.87878,13.5798,7.76515C13.9202,7.33586,14.2723,6.90656,14.4014,6.26262C14.554,5.56818,14.4014,4.79798,13.9437,3.85101C13.615,3.16919,13.5563,2.86616,13.5446,2.75252C13.5563,2.7399,13.5798,2.72727,13.6033,2.71464C15.6221,4.10353,17.0188,6.43939,17.2535,9.19192C17.2887,9.55808,17.5587,9.82323,17.8991,9.82323L17.9577,9.82323C18.3099,9.8106,18.5681,9.48232,18.5446,9.09091ZM3.19249,12.5631C3.48592,12.5631,3.72066,12.6136,3.89671,12.7146C4.08451,12.8283,4.19014,12.9924,4.23709,13.2702C4.43662,14.3434,4.61268,15.0631,5,15.6061C5.37559,16.1364,5.85681,16.4015,6.58451,16.8182L6.60798,16.8308C6.71362,16.8939,6.84272,16.9571,6.96009,17.0328C7.69953,17.4621,7.86385,17.7525,7.89906,17.8914C7.93427,18.0303,7.85211,18.2323,7.74648,18.4343C4.91784,17.8535,2.65258,15.6944,1.73709,12.8283C2.15962,12.702,2.71127,12.5631,3.19249,12.5631ZM12.7934,4.5202C13.4272,5.83333,13.1455,6.18687,12.5822,6.89394C12.4883,7.00758,12.3944,7.12121,12.3005,7.24747C11.9484,7.72727,11.0211,8.77525,10.2113,9.68434C10.2113,9.24242,10.1878,8.73737,10.1526,8.19444C10.0704,6.95707,9.92958,5.90909,9.92958,5.87121L9.92958,5.83333C9.75352,4.83586,9.20188,4.11616,8.3216,3.76263C7.82864,3.56061,7.37089,3.53535,7.19484,3.53535C6.73709,3.43434,6.4554,3.24495,6.33803,2.99242C6.19718,2.68939,6.29108,2.24747,6.38498,1.9697C7.28873,1.59091,8.26291,1.37626,9.28404,1.37626C10.3873,1.37626,11.4437,1.61616,12.4061,2.04545C12.3357,2.18434,12.277,2.34848,12.2535,2.5505C12.2066,3.04293,12.3709,3.64899,12.7934,4.5202Z></path><path d=M15.22299772857666,9.722223632261718C12.59389772857666,9.722223632261718,10.44600772857666,12.020201374511718,10.44600772857666,14.861111374511719C10.44600772857666,17.70202137451172,12.58215772857666,20.000021374511718,15.223007728576661,20.000021374511718C17.86384772857666,20.000021374511718,19.99999772857666,17.70202137451172,19.99999772857666,14.861111374511719C19.99999772857666,12.020201374511718,17.85211772857666,9.72222212709572,15.22299772857666,9.722223632261718ZM15.22299772857666,18.598491374511717C13.30985772857666,18.598491374511717,11.737087728576661,16.91919137451172,11.737087728576661,14.848481374511719C11.737087728576661,12.777781374511719,13.29811772857666,11.098491374511719,15.22299772857666,11.098491374511719C17.14787772857666,11.098491374511719,18.708917728576658,12.777781374511719,18.708917728576658,14.848481374511719C18.708917728576658,16.91919137451172,17.13614772857666,18.59848137451172,15.22299772857666,18.598491374511717Z></path><path d=M15.692486288146974,15.050496970825195L15.692486288146974,12.676760970825196C15.692486288146974,12.297972970825196,15.399058288146973,11.982316970825195,15.046945288146972,11.982316970825195C14.694833288146972,11.982316970825195,14.401406288146973,12.297972970825196,14.401406288146973,12.676760970825196L14.401406288146973,15.340896970825195C14.401406288146973,15.530296970825194,14.471829288146973,15.694436970825196,14.589200288146973,15.833326970825196L15.751176288146972,17.095956970825195C15.868546288146973,17.222216970825194,16.032866288146973,17.297976970825196,16.208916288146973,17.297976970825196C16.384976288146973,17.297976970825196,16.537556288146973,17.222216970825194,16.666666288146974,17.095956970825195C16.78403628814697,16.969686970825194,16.854456288146974,16.792916970825196,16.854456288146974,16.603526970825193C16.854456288146974,16.414136970825197,16.78403628814697,16.237366970825196,16.666666288146974,16.111106970825197L15.692486288146974,15.050496970825195Z></path></svg><span></span></div><div class="item tools"><svg viewBox="0 0 20 20"><path d=M19.7361,12.542L18.1916,11.2919C18.2647,10.8678,18.3025,10.4347,18.3025,10.0017C18.3025,9.56861,18.2647,9.13555,18.1916,8.71142L19.7361,7.46135C19.9743,7.26938,20.0615,6.95686,19.9554,6.6756L19.9342,6.61756C19.5074,5.49026,18.8755,4.45449,18.0549,3.53926L18.0124,3.49238C17.8096,3.26692,17.4819,3.1821,17.1848,3.28032L15.2677,3.92544C14.5603,3.3763,13.7704,2.94324,12.9168,2.63966L12.5466,0.742229C12.49,0.449802,12.2472,0.222111,11.9383,0.168536L11.8746,0.157375C10.6461,-0.0524583,9.35391,-0.0524583,8.1254,0.157375L8.06174,0.168536C7.75284,0.222111,7.50997,0.449802,7.45338,0.742229L7.08082,2.64859C6.2343,2.95217,5.44909,3.383,4.74641,3.92991L2.81522,3.28032C2.52047,3.1821,2.19036,3.26469,1.98757,3.49238L1.94513,3.53926C1.12455,4.45672,0.492609,5.49249,0.0658141,6.61756L0.0445921,6.6756C-0.0615171,6.95463,0.0257283,7.26715,0.263885,7.46135L1.82723,8.72482C1.75413,9.14448,1.71876,9.57308,1.71876,9.99944C1.71876,10.428,1.75413,10.8566,1.82723,11.2741L0.263885,12.5375C0.025729,12.7295,-0.0615164,13.042,0.0445929,13.3233L0.0658148,13.3813C0.49261,14.5064,1.12455,15.5444,1.94513,16.4596L1.98757,16.5065C2.19036,16.732,2.51812,16.8168,2.81522,16.7186L4.74641,16.069C5.44909,16.6159,6.2343,17.0489,7.08082,17.3503L7.45338,19.2567C7.50997,19.5491,7.75284,19.7768,8.06174,19.8303L8.1254,19.8415C8.74084,19.9464,9.37042,20,10,20C10.6296,20,11.2615,19.9464,11.8746,19.8415L11.9383,19.8303C12.2472,19.7768,12.49,19.5491,12.5466,19.2567L12.9168,17.3592C13.7704,17.0556,14.5603,16.6248,15.2677,16.0734L17.1848,16.7186C17.4795,16.8168,17.8096,16.7342,18.0124,16.5065L18.0549,16.4596C18.8755,15.5422,19.5074,14.5064,19.9342,13.3813L19.9554,13.3233C20.0615,13.0487,19.9743,12.7362,19.7361,12.542ZM16.5175,8.97483C16.5764,9.3119,16.6071,9.65791,16.6071,10.0039C16.6071,10.3499,16.5764,10.6959,16.5175,11.033L16.3618,11.9281L18.1233,13.3545C17.8568,13.9372,17.5196,14.4863,17.1188,14.9975L14.9305,14.2631L14.1901,14.839C13.6266,15.2765,12.9994,15.6203,12.3203,15.8614L11.4219,16.1806L10.9998,18.3459C10.3372,18.4173,9.66045,18.4173,8.9955,18.3459L8.57342,16.1761L7.6821,15.8524C7.01008,15.6114,6.38521,15.2676,5.82637,14.8323L5.08596,14.2541L2.88361,14.9953C2.48275,14.4841,2.14791,13.9327,1.8791,13.3523L3.65938,11.9125L3.50611,11.0196C3.44952,10.687,3.41887,10.3432,3.41887,10.0039C3.41887,9.66237,3.44716,9.32083,3.50611,8.98822L3.65938,8.09531L1.8791,6.6555C2.14556,6.07288,2.48275,5.52374,2.88361,5.01255L5.08596,5.75367L5.82637,5.17551C6.38521,4.74022,7.01008,4.39645,7.6821,4.15536L8.57578,3.83615L8.99786,1.66638C9.66045,1.59495,10.3372,1.59495,11.0021,1.66638L11.4242,3.83168L12.3226,4.1509C12.9994,4.39198,13.6289,4.73575,14.1925,5.17328L14.9329,5.7492L17.1211,5.01479C17.522,5.52598,17.8568,6.07734,18.1256,6.65773L16.3642,8.08416L16.5175,8.97483ZM10.0024,5.85189C7.7104,5.85189,5.85231,7.61092,5.85231,9.78068C5.85231,11.9504,7.7104,13.7095,10.0024,13.7095C12.2943,13.7095,14.1524,11.9504,14.1524,9.78068C14.1524,7.61092,12.2943,5.85189,10.0024,5.85189ZM11.8699,11.5486C11.37,12.0196,10.7074,12.2808,10.0024,12.2808C9.29732,12.2808,8.63473,12.0196,8.13483,11.5486C7.6373,11.0754,7.36142,10.4481,7.36142,9.78068C7.36142,9.11323,7.6373,8.48596,8.13483,8.01272C8.63473,7.53948,9.29732,7.28054,10.0024,7.28054C10.7074,7.28054,11.37,7.53948,11.8699,8.01272C12.3674,8.48596,12.6433,9.11323,12.6433,9.78068C12.6433,10.4481,12.3674,11.0754,11.8699,11.5486Z></path></svg><span></span></div><div class="item tools"><svg viewBox="0 0 20 20"><path d=M6.50977,1L13.4902,1C13.6406,1,13.7695,1.1104910000000001,13.7969,1.2631700000000001L14.0273,2.52277C14.1387,3.13147,14.6543,3.57143,15.2559,3.57143L17.5,3.57143C18.8809,3.57143,20,4.72254,20,6.14286L20,16.4286C20,17.8489,18.8809,19,17.5,19L2.5,19C1.11914,19,0,17.8489,0,16.4286L0,6.14286C0,4.72254,1.11914,3.57143,2.5,3.57143L4.74414,3.57143C5.3457,3.57143,5.86133,3.13147,5.97266,2.52277L6.20312,1.2631700000000001C6.23047,1.1104910000000001,6.35937,1,6.50977,1ZM15.2559,4.857139999999999C14.0547,4.857139999999999,13.0215,3.97522,12.7988,2.75982L12.7129,2.28571L7.28711,2.28571L7.20117,2.75982C6.98047,3.97522,5.94727,4.857139999999999,4.74414,4.857139999999999L2.5,4.857139999999999C1.81055,4.857139999999999,1.25,5.43371,1.25,6.14286L1.25,16.4286C1.25,17.1377,1.81055,17.7143,2.5,17.7143L17.5,17.7143C18.1895,17.7143,18.75,17.1377,18.75,16.4286L18.75,6.14286C18.75,5.43371,18.1895,4.857139999999999,17.5,4.857139999999999L15.2559,4.857139999999999ZM4.375,6.78571L3.125,6.78571C2.7793,6.78571,2.5,6.49844,2.5,6.14286C2.5,5.78728,2.7793,5.5,3.125,5.5L4.375,5.5C4.7207,5.5,5,5.78728,5,6.14286C5,6.49844,4.7207,6.78571,4.375,6.78571ZM10,6.14286C7.06641,6.14286,4.6875,8.58973,4.6875,11.6071C4.6875,14.6246,7.06641,17.0714,10,17.0714C12.9336,17.0714,15.3125,14.6246,15.3125,11.6071C15.3125,8.58973,12.9336,6.14286,10,6.14286ZM10,7.42857C11.0859,7.42857,12.1055,7.8625,12.873,8.65201C13.6406,9.44152,14.0625,10.49018,14.0625,11.6071C14.0625,12.7241,13.6406,13.7728,12.873,14.5623C12.1055,15.3518,11.0859,15.7857,10,15.7857C8.91406,15.7857,7.89453,15.3518,7.12695,14.5623C6.35937,13.7728,5.9375,12.7241,5.9375,11.6071C5.9375,10.49018,6.35938,9.44152,7.12695,8.65201C7.89453,7.8625,8.91406,7.42857,10,7.42857ZM10,9.67857C8.96484,9.67857,8.125,10.54241,8.125,11.6071C8.125,12.6719,8.96484,13.5357,10,13.5357C11.0352,13.5357,11.875,12.6719,11.875,11.6071C11.875,10.54241,11.0352,9.67857,10,9.67857ZM10,10.96429C10.3438,10.96429,10.625,11.2536,10.625,11.6071C10.625,11.9607,10.3438,12.25,10,12.25C9.65625,12.25,9.375,11.9607,9.375,11.6071C9.375,11.2536,9.65625,10.96429,10,10.96429Z></path></svg><span></span></div><div class="item tools">'), g0 = /* @__PURE__ */ g("<span>"), jc = /* @__PURE__ */ g('<svg viewBox="0 0 20 20"><path d=M1.08108,0L0,1.079L4.18919,5.27938L2.54826,6.91715L6.9112,6.91715L6.9112,2.56262L5.28957,4.18112L1.08108,0ZM15.8108,5.27938L20,1.079L18.9189,0L14.7104,4.18112L13.0888,2.56262L13.0888,6.91715L17.4517,6.91715L15.8108,5.27938ZM4.16988,14.7014L0.07722,18.8054L1.1583,20L5.27027,15.7996L6.9112,17.4374L6.9112,13.0829L2.54826,13.0829L4.16988,14.7014ZM17.4517,13.0829L13.0888,13.0829L13.0888,17.4374L14.7297,15.7996L18.8417,20L19.9228,18.8054L15.8301,14.7013L17.4517,13.0829Z>'), Kc = /* @__PURE__ */ g('<svg viewBox="0 0 20 20"><path d=M2.93444,1.76899L7.57544,6.40999L6.38918,7.59626L1.76899,2.93444L0,4.70343L0,0L4.70343,0L2.93444,1.76899ZM6.40999,12.4037L1.76899,17.0447L0,15.2758L0,19.9792L4.70343,19.9792L2.93444,18.2102L7.57544,13.5692L6.40999,12.4037ZM15.2758,0L17.0447,1.76899L12.4037,6.40999L13.59,7.59626L18.231,2.95526L20,4.72425L20,0L15.2758,0ZM13.5692,12.4037L12.3829,13.59L17.0239,18.231L15.2549,20L19.9792,20L19.9792,15.2758L18.2102,17.0447L13.5692,12.4037Z>');
2680
+ const Nc = (e) => {
2613
2681
  let t;
2614
2682
  const [n, r] = L(!1), a = () => {
2615
2683
  r((s) => !s);
2616
2684
  };
2617
- return O9(() => {
2685
+ return E9(() => {
2618
2686
  document.addEventListener("fullscreenchange", a), document.addEventListener("mozfullscreenchange", a), document.addEventListener("webkitfullscreenchange", a), document.addEventListener("msfullscreenchange", a);
2619
2687
  }), H1(() => {
2620
2688
  document.removeEventListener("fullscreenchange", a), document.removeEventListener("mozfullscreenchange", a), document.removeEventListener("webkitfullscreenchange", a), document.removeEventListener("msfullscreenchange", a);
2621
2689
  }), (() => {
2622
- var s = _c(), o = s.firstChild, i = o.firstChild, c = o.nextSibling, C = c.firstChild, f = C.nextSibling, l = c.nextSibling, v = l.firstChild, p = v.nextSibling, b = l.nextSibling, S = b.firstChild, Z = S.nextSibling, I = b.nextSibling, Q = I.firstChild, K = Q.nextSibling, w = I.nextSibling;
2690
+ var s = Fc(), o = s.firstChild, i = o.firstChild, c = o.nextSibling, u = c.firstChild, d = u.nextSibling, l = c.nextSibling, v = l.firstChild, p = v.nextSibling, b = l.nextSibling, S = b.firstChild, Z = S.nextSibling, I = b.nextSibling, Q = I.firstChild, j = Q.nextSibling, w = I.nextSibling;
2623
2691
  return A0((k) => {
2624
2692
  t = k;
2625
2693
  }, s), y1(i, "click", e.onMenuClick, !0), m(s, y(V, {
@@ -2627,23 +2695,23 @@ const $c = (e) => {
2627
2695
  return e.symbol;
2628
2696
  },
2629
2697
  get children() {
2630
- var k = vc(), j = k.firstChild;
2698
+ var k = Ec(), K = k.firstChild;
2631
2699
  return y1(k, "click", e.onSymbolClick, !0), m(k, y(V, {
2632
2700
  get when() {
2633
2701
  return e.symbol.logo;
2634
2702
  },
2635
2703
  get children() {
2636
- var W = pc();
2704
+ var W = Oc();
2637
2705
  return z(() => q(W, "src", e.symbol.logo)), W;
2638
2706
  }
2639
- }), j), m(j, () => e.symbol.shortName ?? e.symbol.name ?? e.symbol.ticker), k;
2707
+ }), K), m(K, () => e.symbol.shortName ?? e.symbol.name ?? e.symbol.ticker), k;
2640
2708
  }
2641
2709
  }), c), m(s, () => e.periods.map((k) => (() => {
2642
- var j = g0();
2643
- return j.$$click = () => {
2710
+ var K = g0();
2711
+ return K.$$click = () => {
2644
2712
  e.onPeriodChange(k);
2645
- }, m(j, () => k.text), z(() => v1(j, `item period ${k.text === e.period.text ? "selected" : ""}`)), j;
2646
- })()), c), y1(c, "click", e.onIndicatorClick, !0), m(f, () => u("indicator", e.locale)), y1(l, "click", e.onTimezoneClick, !0), m(p, () => u("timezone", e.locale)), y1(b, "click", e.onSettingClick, !0), m(Z, () => u("setting", e.locale)), y1(I, "click", e.onScreenshotClick, !0), m(K, () => u("screenshot", e.locale)), w.$$click = () => {
2713
+ }, m(K, () => k.text), z(() => v1(K, `item period ${k.text === e.period.text ? "selected" : ""}`)), K;
2714
+ })()), c), y1(c, "click", e.onIndicatorClick, !0), m(d, () => C("indicator", e.locale)), y1(l, "click", e.onTimezoneClick, !0), m(p, () => C("timezone", e.locale)), y1(b, "click", e.onSettingClick, !0), m(Z, () => C("setting", e.locale)), y1(I, "click", e.onScreenshotClick, !0), m(j, () => C("screenshot", e.locale)), w.$$click = () => {
2647
2715
  if (n())
2648
2716
  (document.exitFullscreen ?? document.msExitFullscreen ?? document.mozCancelFullScreen ?? document.webkitExitFullscreen).call(document);
2649
2717
  else {
@@ -2652,229 +2720,229 @@ const $c = (e) => {
2652
2720
  }
2653
2721
  }, m(w, (() => {
2654
2722
  var k = J(() => !!n());
2655
- return () => k() ? [Lc(), (() => {
2656
- var j = g0();
2657
- return m(j, () => u("exit_full_screen", e.locale)), j;
2658
- })()] : [bc(), (() => {
2659
- var j = g0();
2660
- return m(j, () => u("full_screen", e.locale)), j;
2723
+ return () => k() ? [jc(), (() => {
2724
+ var K = g0();
2725
+ return m(K, () => C("exit_full_screen", e.locale)), K;
2726
+ })()] : [Kc(), (() => {
2727
+ var K = g0();
2728
+ return m(K, () => C("full_screen", e.locale)), K;
2661
2729
  })()];
2662
2730
  })()), z(() => q(i, "class", e.spread ? "" : "rotate")), s;
2663
2731
  })();
2664
2732
  };
2665
2733
  s1(["click"]);
2666
- var xc = /* @__PURE__ */ g('<svg class=icon-overlay viewBox="0 0 22 22"><path d=M12.41465,11L18.5,11C18.7761,11,19,11.22386,19,11.5C19,11.77614,18.7761,12,18.5,12L12.41465,12C12.20873,12.5826,11.65311,13,11,13C10.34689,13,9.79127,12.5826,9.58535,12L3.5,12C3.223857,12,3,11.77614,3,11.5C3,11.22386,3.223857,11,3.5,11L9.58535,11C9.79127,10.417404,10.34689,10,11,10C11.65311,10,12.20873,10.417404,12.41465,11Z stroke-opacity=0 stroke=none>');
2667
- const kc = () => xc();
2668
- var wc = /* @__PURE__ */ g('<svg class=icon-overlay viewBox="0 0 22 22"><path d=M6.91465,11L11.08535,11C11.29127,10.417404,11.84689,10,12.5,10C13.15311,10,13.70873,10.417404,13.91465,11L18.5,11C18.7761,11,19,11.22386,19,11.5C19,11.77614,18.7761,12,18.5,12L13.91465,12C13.70873,12.5826,13.15311,13,12.5,13C11.84689,13,11.29127,12.5826,11.08535,12L6.91465,12C6.70873,12.5826,6.15311,13,5.5,13C4.671573,13,4,12.32843,4,11.5C4,10.671573,4.671573,10,5.5,10C6.15311,10,6.70873,10.417404,6.91465,11Z stroke-opacity=0 stroke=none>');
2669
- const Ac = () => wc();
2670
- var Mc = /* @__PURE__ */ g('<svg class=icon-overlay viewBox="0 0 22 22"><path d=M6.91465,12.5C6.70873,13.0826,6.15311,13.5,5.5,13.5C4.671573,13.5,4,12.82843,4,12C4,11.171573,4.671573,10.5,5.5,10.5C6.15311,10.5,6.70873,10.917404,6.91465,11.5L16.0853,11.5C16.2913,10.917404,16.846899999999998,10.5,17.5,10.5C18.328400000000002,10.5,19,11.171573,19,12C19,12.82843,18.328400000000002,13.5,17.5,13.5C16.846899999999998,13.5,16.2913,13.0826,16.0853,12.5L6.91465,12.5Z stroke-opacity=0 stroke=none>');
2671
- const Sc = () => Mc();
2672
- var Tc = /* @__PURE__ */ g('<svg class=icon-overlay viewBox="0 0 22 22"><path d=M11,12.41465L11,18.5C11,18.7761,11.22386,19,11.5,19C11.77614,19,12,18.7761,12,18.5L12,12.41465C12.5826,12.20873,13,11.65311,13,11C13,10.34689,12.5826,9.79127,12,9.58535L12,3.5C12,3.223857,11.77614,3,11.5,3C11.22386,3,11,3.223857,11,3.5L11,9.58535C10.417404,9.79127,10,10.34689,10,11C10,11.65311,10.417404,12.20873,11,12.41465Z stroke-opacity=0 stroke=none>');
2673
- const Ic = () => Tc();
2674
- var Pc = /* @__PURE__ */ g('<svg class=icon-overlay viewBox="0 0 22 22"><path d=M11.66558837890625,19C10.83716137890625,19,10.16558837890625,18.328400000000002,10.16558837890625,17.5C10.16558837890625,16.846899999999998,10.58298437890625,16.2913,11.16557337890625,16.0854L11.16557337890625,11.91464C10.58298437890625,11.70872,10.16558837890625,11.1531,10.16558837890625,10.5C10.16558837890625,9.8469,10.58298437890625,9.29128,11.16557337890625,9.08536L11.16557337890625,4.5C11.16557337890625,4.223857,11.38942837890625,4,11.66556837890625,4C11.94171837890625,4,12.16556837890625,4.223857,12.16556837890625,4.5L12.16556837890625,9.08535C12.74817837890625,9.291260000000001,13.16558837890625,9.846879999999999,13.16558837890625,10.5C13.16558837890625,11.153120000000001,12.74817837890625,11.708739999999999,12.16556837890625,11.91465L12.16556837890625,16.0854C12.74817837890625,16.2913,13.16558837890625,16.846899999999998,13.16558837890625,17.5C13.16558837890625,18.328400000000002,12.49401837890625,19,11.66558837890625,19Z stroke-opacity=0 stroke=none>');
2675
- const Dc = () => Pc();
2676
- var Bc = /* @__PURE__ */ g('<svg class=icon-overlay viewBox="0 0 22 22"><path d=M11.165603637695312,6.91465C11.748203637695312,6.70873,12.165603637695312,6.15311,12.165603637695312,5.5C12.165603637695312,4.671573,11.494033637695313,4,10.665603637695312,4C9.837176637695313,4,9.165603637695312,4.671573,9.165603637695312,5.5C9.165603637695312,6.15311,9.583007637695312,6.70873,10.165603637695312,6.91465L10.165603637695312,16.0854C9.583007637695312,16.2913,9.165603637695312,16.846899999999998,9.165603637695312,17.5C9.165603637695312,18.328400000000002,9.837176637695313,19,10.665603637695312,19C11.494033637695313,19,12.165603637695312,18.328400000000002,12.165603637695312,17.5C12.165603637695312,16.846899999999998,11.748203637695312,16.2913,11.165603637695312,16.0854L11.165603637695312,6.91465Z stroke-opacity=0 fill-rule=evenodd fill-opacity=1>');
2677
- const Oc = () => Bc();
2678
- var Ec = /* @__PURE__ */ g('<svg class=icon-overlay viewBox="0 0 22 22"><path d=M5.146447,15.753C4.9511845,15.9483,4.9511845,16.2649,5.146447,16.4602C5.341709,16.6554,5.658291,16.6554,5.853554,16.4602L8.156600000000001,14.15711C8.352409999999999,14.25082,8.57173,14.3033,8.8033,14.3033C9.631730000000001,14.3033,10.3033,13.63172,10.3033,12.80329C10.3033,12.57172,10.250820000000001,12.352409999999999,10.157119999999999,12.15659L12.156600000000001,10.15711C12.352409999999999,10.250820000000001,12.571729999999999,10.30329,12.8033,10.30329C13.63173,10.30329,14.3033,9.63172,14.3033,8.80329C14.3033,8.57172,14.25082,8.352409999999999,14.15712,8.15659L16.4602,5.853553C16.6554,5.658291,16.6554,5.341709,16.4602,5.146447C16.2649,4.9511843,15.9483,4.9511843,15.753,5.146447L13.45001,7.449479999999999C13.25419,7.35577,13.03487,7.3032900000000005,12.8033,7.3032900000000005C11.97487,7.3032900000000005,11.3033,7.97487,11.3033,8.80329C11.3033,9.03487,11.35578,9.254190000000001,11.44949,9.450009999999999L9.450009999999999,11.449480000000001C9.254190000000001,11.35577,9.03487,11.30329,8.8033,11.30329C7.97487,11.30329,7.3033,11.97487,7.3033,12.80329C7.3033,13.03487,7.35578,13.25419,7.44949,13.45001L5.146447,15.753Z stroke-opacity=0 stroke=none>');
2679
- const Fc = () => Ec();
2680
- var Kc = /* @__PURE__ */ g('<svg class=icon-overlay viewBox="0 0 22 22"><path d=M7.573332939453125,14.54567903564453C7.667042939453125,14.741499035644532,7.719512939453125,14.960809035644532,7.719512939453125,15.19239903564453C7.719512939453125,16.02079903564453,7.047942939453125,16.69239903564453,6.219512939453125,16.69239903564453C5.391085939453125,16.69239903564453,4.719512939453125,16.02079903564453,4.719512939453125,15.19239903564453C4.719512939453125,14.36394903564453,5.391085939453125,13.692379035644532,6.219512939453125,13.692379035644532C6.451092939453125,13.692379035644532,6.670412939453125,13.74485903564453,6.866232939453125,13.83856903564453L9.865702939453126,10.83909903564453C9.771992939453124,10.643279035644532,9.719512939453125,10.42395903564453,9.719512939453125,10.192379035644532C9.719512939453125,9.36394903564453,10.391082939453124,8.692379035644532,11.219512939453125,8.692379035644532C11.451092939453126,8.692379035644532,11.670412939453126,8.74485903564453,11.866232939453125,8.838569035644532L15.462112939453124,5.242645035644531C15.657412939453126,5.047383335644532,15.974012939453125,5.047383335644532,16.169212939453125,5.242645035644531C16.364512939453125,5.437907035644531,16.364512939453125,5.754489035644531,16.169212939453125,5.949752035644531L12.573332939453124,9.545679035644532C12.667042939453125,9.74149903564453,12.719512939453125,9.96080903564453,12.719512939453125,10.192379035644532C12.719512939453125,11.020809035644533,12.047942939453126,11.692379035644532,11.219512939453125,11.692379035644532C10.987942939453125,11.692379035644532,10.768632939453125,11.639909035644532,10.572812939453126,11.54619903564453L7.573332939453125,14.54567903564453Z stroke-opacity=0 stroke=none>');
2681
- const jc = () => Kc();
2682
- var Nc = /* @__PURE__ */ g('<svg class=icon-overlay viewBox="0 0 22 22"><path d=M15.719512939453125,8.461776733398438C16.547912939453127,8.461776733398438,17.219512939453125,7.7902067333984375,17.219512939453125,6.9617767333984375C17.219512939453125,6.133349733398438,16.547912939453127,5.4617767333984375,15.719512939453125,5.4617767333984375C14.891082939453124,5.4617767333984375,14.219512939453125,6.133349733398438,14.219512939453125,6.9617767333984375C14.219512939453125,7.193346733398437,14.271992939453124,7.412666733398438,14.365692939453124,7.608486733398438L7.366222939453126,14.607956733398437C7.170402939453125,14.514256733398437,6.951082939453125,14.461776733398438,6.719512939453125,14.461776733398438C5.891085939453125,14.461776733398438,5.219512939453125,15.133346733398437,5.219512939453125,15.961776733398438C5.219512939453125,16.79017673339844,5.891085939453125,17.461776733398438,6.719512939453125,17.461776733398438C7.547942939453125,17.461776733398438,8.219512939453125,16.79017673339844,8.219512939453125,15.961776733398438C8.219512939453125,15.730176733398437,8.167032939453126,15.510876733398437,8.073322939453124,15.315066733398437L15.072802939453124,8.315586733398437C15.268612939453124,8.409296733398438,15.487912939453125,8.461776733398438,15.719512939453125,8.461776733398438Z stroke-opacity=0 stroke=none>');
2683
- const Zc = () => Nc();
2684
- var Qc = /* @__PURE__ */ g('<svg class=icon-overlay viewBox="0 0 22 22"><path d=M17.0643,7.033864912109375L18,3.585784912109375L14.5078,4.509695912109375L15.3537,5.344934912109375L6.02026,14.560584912109375C5.87635,14.517484912109374,5.72366,14.494284912109375,5.5655,14.494284912109375C4.7009,14.494284912109375,4,15.186384912109375,4,16.040084912109375C4,16.893784912109375,4.7009,17.585784912109375,5.5655,17.585784912109375C6.43011,17.585784912109375,7.13101,16.893784912109375,7.13101,16.040084912109375C7.13101,15.722284912109375,7.03392,15.426984912109376,6.86744,15.181384912109374L16.0917,6.073604912109375L17.0643,7.033864912109375Z stroke-opacity=0 stroke=none>');
2685
- const Rc = () => Qc();
2686
- var zc = /* @__PURE__ */ g('<svg class=icon-overlay viewBox="0 0 22 22"><path d=M6.91465,13.00505L18.5,13.00505C18.7761,13.00505,19,13.228909999999999,19,13.50505C19,13.781189999999999,18.7761,14.00505,18.5,14.00505L6.91465,14.00505C6.70873,14.58765,6.15311,15.00505,5.5,15.00505C4.671573,15.00505,4,14.33348,4,13.50505C4,12.67662,4.671573,12.00505,5.5,12.00505C6.15311,12.00505,6.70873,12.422450000000001,6.91465,13.00505ZM7.81404,11.625L10.48591,11.625L10.48591,10.90625L9.65193,10.90625L9.65193,7.125L8.997630000000001,7.125C8.71443,7.306641,8.415600000000001,7.419922,7.96443,7.498047L7.96443,8.05078L8.77497,8.05078L8.77497,10.90625L7.81404,10.90625L7.81404,11.625ZM11.081620000000001,11.625L14.0562,11.625L14.0562,10.88281L13.09724,10.88281C12.8863,10.88281,12.59333,10.90625,12.36482,10.93555C13.17537,10.11328,13.84724,9.2207,13.84724,8.39062C13.84724,7.541016,13.28865,7,12.4488,7C11.84333,7,11.446850000000001,7.234375,11.03279,7.679688L11.52497,8.16797C11.747630000000001,7.914062,12.0113,7.697266,12.33552,7.697266C12.7613,7.697266,13.00154,7.982422,13.00154,8.43359C13.00154,9.14648,12.29255,10.00781,11.081620000000001,11.11523L11.081620000000001,11.625ZM15.9605,11.75C16.8121,11.75,17.526899999999998,11.2832,17.526899999999998,10.4375C17.526899999999998,9.82031,17.142200000000003,9.43945,16.6441,9.30078L16.6441,9.27148C17.1129,9.08594,17.3824,8.7207,17.3824,8.21289C17.3824,7.421875,16.8004,7,15.9429,7C15.4215,7,14.9957,7.210938,14.6109,7.541016L15.066,8.11133C15.3258,7.849609,15.5836,7.697266,15.9019,7.697266C16.2789,7.697266,16.4957,7.914062,16.4957,8.28125C16.4957,8.70898,16.2301,9,15.4215,9L15.4215,9.63672C16.3804,9.63672,16.6383,9.91992,16.6383,10.38086C16.6383,10.79688,16.3336,11.03125,15.8824,11.03125C15.4742,11.03125,15.1578,10.82227,14.8922,10.55078L14.4781,11.13281C14.7906,11.486329999999999,15.2652,11.75,15.9605,11.75Z stroke-opacity=0 stroke=none>');
2687
- const Uc = () => zc();
2688
- var Yc = /* @__PURE__ */ g('<svg class=icon-overlay viewBox="0 0 22 22"><path d=M3.146447,14.178126025390625C2.9511847,13.982826025390626,2.9511847,13.666226025390625,3.146447,13.470926025390625L7.39146,9.225966025390626C7.35417,9.095106025390624,7.33421,8.956946025390625,7.33421,8.814116025390625C7.33421,7.985696025390625,8.00578,7.314116025390625,8.834209999999999,7.314116025390625C8.97703,7.314116025390625,9.11519,7.334086025390625,9.24605,7.371366025390625L13.753,2.864373025390625C13.9483,2.669110325390625,14.2649,2.669110325390625,14.4602,2.864373025390625C14.6554,3.059635025390625,14.6554,3.376217025390625,14.4602,3.571479025390625L10.06916,7.962476025390625C10.23631,8.204386025390626,10.334209999999999,8.497826025390625,10.334209999999999,8.814116025390625C10.334209999999999,9.642546025390626,9.66264,10.314116025390625,8.834209999999999,10.314116025390625C8.51791,10.314116025390625,8.22448,10.216226025390625,7.98256,10.049076025390626L3.853554,14.178126025390625C3.658291,14.373326025390625,3.341709,14.373326025390625,3.146447,14.178126025390625ZM7.67736,19.188526025390626C7.4821,18.993226025390626,7.4821,18.676626025390625,7.67736,18.481426025390626L9.9804,16.178326025390625C9.88669,15.982526025390625,9.834209999999999,15.763226025390624,9.834209999999999,15.531626025390626C9.834209999999999,14.703226025390626,10.50578,14.031626025390626,11.33421,14.031626025390626C11.56579,14.031626025390626,11.78511,14.084126025390624,11.98093,14.177826025390624L13.9804,12.178356025390626C13.8867,11.982536025390624,13.8342,11.763216025390625,13.8342,11.531636025390625C13.8342,10.703206025390624,14.5058,10.031636025390625,15.3342,10.031636025390625C15.5658,10.031636025390625,15.7851,10.084116025390625,15.9809,10.177826025390626L18.284,7.874796025390625C18.4792,7.679536025390625,18.7958,7.679536025390625,18.9911,7.874796025390625C19.1863,8.070056025390624,19.1863,8.386636025390626,18.9911,8.581906025390625L16.688000000000002,10.884936025390624C16.7817,11.080756025390626,16.8342,11.300066025390626,16.8342,11.531636025390625C16.8342,12.360066025390624,16.162599999999998,13.031626025390626,15.3342,13.031626025390626C15.1026,13.031626025390626,14.8833,12.979126025390626,14.6875,12.885426025390625L12.68803,14.884926025390625C12.78174,15.080726025390625,12.83421,15.300026025390626,12.83421,15.531626025390626C12.83421,16.360026025390624,12.16264,17.031626025390626,11.33421,17.031626025390626C11.10264,17.031626025390626,10.88333,16.979126025390627,10.68751,16.885426025390625L8.38446,19.188526025390626C8.1892,19.383726025390626,7.87262,19.383726025390626,7.67736,19.188526025390626Z stroke-opacity=0 stroke=none>');
2689
- const Vc = () => Yc();
2690
- var Hc = /* @__PURE__ */ g('<svg class=icon-overlay viewBox="0 0 22 22"><path d=M3.3367688759765626,12.63173C3.5320318759765623,12.82699,3.8486138759765627,12.82699,4.043876875976562,12.63173L11.822052875976562,4.853553C12.017312875976563,4.658291,12.017312875976563,4.341708,11.822052875976562,4.146446C11.626792875976562,3.9511843,11.310202875976563,3.9511843,11.114942875976563,4.146446L3.3367688759765626,11.92462C3.1415071759765625,12.11988,3.1415071759765625,12.43647,3.3367688759765626,12.63173ZM5.001492875976562,17.0351C4.806232875976562,16.8399,4.806232875976562,16.5233,5.001492875976562,16.328L7.304532875976562,14.025C7.210822875976563,13.82916,7.158352875976563,13.60984,7.158352875976563,13.37827C7.158352875976563,12.54984,7.829922875976562,11.87827,8.658352875976561,11.87827C8.889922875976563,11.87827,9.109232875976563,11.93075,9.305052875976562,12.02446L11.304532875976562,10.02498C11.210822875976563,9.82916,11.158352875976561,9.60984,11.158352875976561,9.37827C11.158352875976561,8.54984,11.829922875976562,7.8782700000000006,12.658352875976563,7.8782700000000006C12.889922875976563,7.8782700000000006,13.109232875976563,7.93075,13.305022875976562,8.024460000000001L15.608122875976562,5.72142C15.803322875976562,5.5261499999999995,16.119922875976563,5.5261499999999995,16.315222875976563,5.72142C16.510422875976563,5.9166799999999995,16.510422875976563,6.23326,16.315222875976563,6.42852L14.012122875976562,8.73156C14.105822875976562,8.92738,14.158322875976562,9.1467,14.158322875976562,9.37827C14.158322875976562,10.2067,13.486822875976562,10.87827,12.658352875976563,10.87827C12.426772875976562,10.87827,12.207452875976562,10.82579,12.011642875976563,10.73209L10.012162875976562,12.73156C10.105872875976562,12.92738,10.158352875976561,13.1467,10.158352875976561,13.37827C10.158352875976561,14.2067,9.486772875976563,14.8783,8.658352875976561,14.8783C8.426772875976562,14.8783,8.207452875976562,14.8258,8.011642875976563,14.7321L5.708602875976562,17.0351C5.513342875976562,17.2304,5.196752875976562,17.2304,5.001492875976562,17.0351ZM10.415712875976563,18.328C10.220452875976562,18.5233,9.903862875976563,18.5233,9.708602875976563,18.328C9.513342875976562,18.1328,9.513342875976562,17.816200000000002,9.708602875976563,17.6209L12.304532875976562,15.025C12.210822875976563,14.8292,12.158352875976563,14.6098,12.158352875976563,14.3783C12.158352875976563,13.54984,12.829922875976562,12.87827,13.658322875976562,12.87827C13.889922875976563,12.87827,14.109222875976563,12.93075,14.305022875976562,13.02446L17.486822875976564,9.84274C17.682022875976564,9.64747,17.99862287597656,9.64747,18.19392287597656,9.84274C18.38912287597656,10.038,18.38912287597656,10.35458,18.19392287597656,10.54984L15.012122875976562,13.73156C15.105822875976562,13.92738,15.158322875976562,14.1467,15.158322875976562,14.3783C15.158322875976562,15.2067,14.486822875976562,15.8783,13.658322875976562,15.8783C13.426822875976562,15.8783,13.207422875976562,15.8258,13.011642875976563,15.7321L10.415712875976563,18.328Z stroke-opacity=0 stroke=none>');
2691
- const Gc = () => Hc();
2692
- var Xc = /* @__PURE__ */ g('<svg class=icon-overlay viewBox="0 0 22 22"><path d=M13.1889,6C12.98303,6.582599999999999,12.42741,7,11.7743,7C11.12119,7,10.565570000000001,6.582599999999999,10.35965,6L3.5,6C3.223857,6,3,5.77614,3,5.5C3,5.22386,3.223857,5,3.5,5L10.35965,5C10.565570000000001,4.417404,11.12119,4,11.7743,4C12.42741,4,12.98303,4.417404,13.1889,5L18.5,5C18.7761,5,19,5.22386,19,5.5C19,5.77614,18.7761,6,18.5,6L13.1889,6ZM3,8.5C3,8.22386,3.223857,8,3.5,8L18.5,8C18.7761,8,19,8.22386,19,8.5C19,8.77614,18.7761,9,18.5,9L3.5,9C3.223857,9,3,8.77614,3,8.5ZM3.278549,11.5C3.278549,11.22386,3.502407,11,3.778549,11L18.7785,11C19.0547,11,19.2785,11.22386,19.2785,11.5C19.2785,11.77614,19.0547,12,18.7785,12L3.778549,12C3.502407,12,3.278549,11.77614,3.278549,11.5ZM3.139267,14.5C3.139267,14.2239,3.363124,14,3.6392670000000003,14L18.6393,14C18.915399999999998,14,19.1393,14.2239,19.1393,14.5C19.1393,14.7761,18.915399999999998,15,18.6393,15L3.6392670000000003,15C3.363124,15,3.139267,14.7761,3.139267,14.5ZM13.1889,18C12.98303,18.5826,12.42741,19,11.7743,19C11.12119,19,10.565570000000001,18.5826,10.35965,18L3.778549,18C3.502407,18,3.278549,17.7761,3.278549,17.5C3.278549,17.2239,3.502407,17,3.778549,17L10.35965,17C10.565570000000001,16.4174,11.12119,16,11.7743,16C12.42741,16,12.98303,16.4174,13.1889,17L18.7785,17C19.0547,17,19.2785,17.2239,19.2785,17.5C19.2785,17.7761,19.0547,18,18.7785,18L13.1889,18Z stroke-opacity=0 stroke=none>');
2693
- const Jc = () => Xc();
2694
- var Wc = /* @__PURE__ */ g('<svg class=icon-overlay viewBox="0 0 22 22"><path d=M4.91465,6C4.70873,6.582599999999999,4.15311,7,3.5,7C2.671573,7,2,6.32843,2,5.5C2,4.671573,2.671573,4,3.5,4C4.15311,4,4.70873,4.417404,4.91465,5L18.2257,5C18.5018,5,18.7257,5.22386,18.7257,5.5C18.7257,5.77614,18.5018,6,18.2257,6L4.91465,6ZM2.7257,8.5C2.7257,8.22386,2.949558,8,3.2257,8L18.2257,8C18.5018,8,18.7257,8.22386,18.7257,8.5C18.7257,8.77614,18.5018,9,18.2257,9L3.2257,9C2.949558,9,2.7257,8.77614,2.7257,8.5ZM3.00425,11.5C3.00425,11.22386,3.22811,11,3.50425,11L18.5042,11C18.7804,11,19.0042,11.22386,19.0042,11.5C19.0042,11.77614,18.7804,12,18.5042,12L3.50425,12C3.22811,12,3.00425,11.77614,3.00425,11.5ZM2.864967,14.5C2.864967,14.2239,3.08882,14,3.36497,14L18.365,14C18.6411,14,18.865,14.2239,18.865,14.5C18.865,14.7761,18.6411,15,18.365,15L3.36497,15C3.08882,15,2.864967,14.7761,2.864967,14.5ZM20,17.5C20,18.328400000000002,19.3284,19,18.5,19C17.846899999999998,19,17.2913,18.5826,17.0854,18L3.50425,18C3.22811,18,3.00425,17.7761,3.00425,17.5C3.00425,17.2239,3.22811,17,3.50425,17L17.0854,17C17.2913,16.4174,17.846899999999998,16,18.5,16C19.3284,16,20,16.671599999999998,20,17.5Z stroke-opacity=0 stroke=none>');
2695
- const qc = () => Wc();
2696
- var el = /* @__PURE__ */ g('<svg class=icon-overlay viewBox="0 0 22 22"><ellipse cx=10.5 cy=11.5 rx=1.5 ry=1.5 stroke-opacity=0 stroke=none></ellipse><ellipse cx=17.5 cy=11.5 rx=1.5 ry=1.5 stroke-opacity=0 stroke=none></ellipse><ellipse cx=10.5 cy=11.5 rx=7 ry=7 fill-opacity=0 stroke-opacity=1 fill=none stroke-width=1></ellipse><ellipse cx=10.5 cy=11.5 rx=5 ry=5 fill-opacity=0 stroke-opacity=1 fill=none stroke-width=1></ellipse><ellipse cx=10.5 cy=11.5 rx=3 ry=3 fill-opacity=0 stroke-opacity=1 fill=none stroke-width=1>');
2697
- const tl = () => el();
2698
- var nl = /* @__PURE__ */ g('<svg class=icon-overlay viewBox="0 0 22 22"><path d=M3,7.32468C5.90649,3.3893050000000002,11.49833,2.81306,14.6674,6.31944C14.9056,6.1554199999999994,15.192,6.05979,15.5,6.05979C15.845,6.05979,16.1628,6.17974,16.4162,6.381349999999999L18.4509,4.23827L19,4.816615L16.8945,7.03429C16.962600000000002,7.21075,17,7.40319,17,7.60463C17,8.45782,16.328400000000002,9.14947,15.5,9.14947C14.6716,9.14947,14,8.45782,14,7.60463C14,7.36402,14.0534,7.13625,14.1487,6.93322C11.32695,3.748365,6.25159,4.253956,3.612785,7.82695L3,7.32468ZM14.09,15.4717C15.7427,13.78985,16.244500000000002,11.524740000000001,15.5633,9.30134L15.5618,9.30134L16.3012,9.0502C17.072400000000002,11.56646,16.497700000000002,14.158,14.6282,16.0599C12.28737,18.442,8.62386,18.6988,6.41348,16.4501C4.5526,14.5572,4.52076,11.19671,6.36766,9.3177C7.89069,7.76754,10.07544,7.706189999999999,11.56741,9.22363C11.95453,9.61742,12.24817,10.08363,12.43369,10.57677L14.1451,8.77421L14.6942,9.35256L12.64982,11.50582C12.65827,11.59712,12.66295,11.68839,12.66378,11.77936C12.87398,12.04523,13,12.38451,13,12.7541C13,13.60729,12.32843,14.2989,11.5,14.2989C10.67157,14.2989,10,13.60729,10,12.7541C10,11.90091,10.67157,11.20926,11.5,11.20926C11.60387,11.20926,11.70528,11.220130000000001,11.8032,11.240829999999999L11.81763,11.22564C11.69858,10.71874,11.42858,10.21929,11.0284,9.81179C9.844000000000001,8.60765,8.136890000000001,8.65592,6.90822,9.90586C5.37975,11.460930000000001,5.40693,14.288,6.95404,15.8619C8.84598,17.7867,12.03496,17.5626,14.09,15.4717Z stroke-opacity=0 stroke=none>');
2699
- const rl = () => nl();
2700
- var al = /* @__PURE__ */ g('<svg class=icon-overlay viewBox="0 0 22 22"><path d=M4,17.0854L4,3.5C4,3.223858,4.22386,3,4.5,3C4.77614,3,5,3.223858,5,3.5L5,10L7.57584,10L9.8127,4.46359C9.91614,4.20756,10.20756,4.08386,10.46359,4.1873000000000005C10.71963,4.29075,10.84333,4.58216,10.73988,4.8382000000000005L8.65438,10L11.08535,10C11.29127,9.4174,11.84689,9,12.5,9C12.65154,9,12.79784,9.02247,12.93573,9.06427L16.6464,5.35355C16.8417,5.15829,17.1583,5.15829,17.3536,5.35355C17.5488,5.54882,17.5488,5.8654,17.3536,6.06066L13.7475,9.66675C13.907,9.90508,14,10.19168,14,10.5C14,11.15311,13.5826,11.70873,13,11.91465L13,14.3638L18.3714,12.1936C18.6274,12.09015,18.918799999999997,12.21385,19.0222,12.46989C19.1257,12.72592,19.002,13.0173,18.746000000000002,13.1208L13,15.4423L13,18L19.5,18C19.7761,18,20,18.2239,20,18.5C20,18.7761,19.7761,19,19.5,19L5.91465,19C5.70873,19.5826,5.15311,20,4.5,20C3.671573,20,3,19.3284,3,18.5C3,17.846899999999998,3.417404,17.2913,4,17.0854ZM6.3729499999999994,17.0413L12,14.7678L12,11.91465C11.88136,11.87271,11.76956,11.81627,11.66675,11.74746L6.3729499999999994,17.0413ZM12,15.8463L6.6694700000000005,18L12,18L12,15.8463ZM6.38629,15.6137L8.250350000000001,11L11,11L6.38629,15.6137ZM5,11L7.17182,11L5,16.3754L5,11Z stroke-opacity=0 fill-rule=evenodd fill-opacity=1>');
2701
- const il = () => al();
2702
- var sl = /* @__PURE__ */ g('<svg class=icon-overlay viewBox="0 0 22 22"><path d=M17,4.5C17,5.32843,16.328400000000002,6,15.5,6C15.0931,6,14.7241,5.83802,14.4539,5.57503L5.98992,8.32515C5.99658,8.38251,6,8.440850000000001,6,8.5C6,9.15311,5.582599999999999,9.70873,5,9.91465L5,11.08535C5.42621,11.236,5.763999999999999,11.57379,5.91465,12L19.5,12C19.7761,12,20,12.22386,20,12.5C20,12.77614,19.7761,13,19.5,13L5.91465,13C5.70873,13.5826,5.15311,14,4.5,14C3.671573,14,3,13.3284,3,12.5C3,11.84689,3.417404,11.29127,4,11.08535L4,9.91465C3.417404,9.70873,3,9.15311,3,8.5C3,7.67157,3.671573,7,4.5,7C4.90411,7,5.2709,7.15981,5.5406200000000005,7.41967L14.0093,4.66802C14.0032,4.6128599999999995,14,4.5568,14,4.5C14,3.671573,14.6716,3,15.5,3C16.328400000000002,3,17,3.671573,17,4.5ZM4,15.5C4,15.2239,4.22386,15,4.5,15L19.5,15C19.7761,15,20,15.2239,20,15.5C20,15.7761,19.7761,16,19.5,16L4.5,16C4.22386,16,4,15.7761,4,15.5ZM4,18.5C4,18.2239,4.22386,18,4.5,18L19.5,18C19.7761,18,20,18.2239,20,18.5C20,18.7761,19.7761,19,19.5,19L4.5,19C4.22386,19,4,18.7761,4,18.5Z stroke-opacity=0 stroke=none>');
2703
- const ol = () => sl();
2704
- var cl = /* @__PURE__ */ g('<svg class=icon-overlay viewBox="0 0 22 22"><path d=M20,3.5C20,4.15311,19.5826,4.70873,19,4.91465L19,18.5C19,18.7761,18.7761,19,18.5,19L4.91465,19C4.70873,19.5826,4.15311,20,3.5,20C2.671573,20,2,19.3284,2,18.5C2,17.846899999999998,2.417404,17.2913,3,17.0854L3,3.5C3,3.22386,3.22386,3,3.5,3L17.0854,3C17.2913,2.417404,17.846899999999998,2,18.5,2C19.3284,2,20,2.671573,20,3.5ZM17.0854,4C17.236,4.42621,17.5738,4.763999999999999,18,4.91465L18,8L14,8L14,4L17.0854,4ZM13,4L13,8L9,8L9,4L13,4ZM13,9L9,9L9,13L13,13L13,9ZM13,14L9,14L9,18L13,18L13,14ZM14,18L14,14L18,14L18,18L14,18ZM18,13L14,13L14,9L18,9L18,13ZM4.91465,18C4.763999999999999,17.5738,4.42621,17.236,4,17.0854L4,14L8,14L8,18L4.91465,18ZM4,8L4,4L8,4L8,8L4,8ZM8,9L8,13L4,13L4,9L8,9Z stroke-opacity=0 fill-rule=evenodd fill-opacity=1>');
2705
- const ll = () => cl();
2706
- var ul = /* @__PURE__ */ g('<svg class=icon-overlay viewBox="0 0 22 22"><ellipse cx=10.5 cy=11.5 rx=1.5 ry=1.5 stroke-opacity=0 stroke=none></ellipse><ellipse cx=17.5 cy=11.5 rx=1.5 ry=1.5 stroke-opacity=0 stroke=none></ellipse><ellipse cx=10.5 cy=11.5 rx=7 ry=7 fill-opacity=0 fill=none stroke-opacity=1 stroke-width=1>');
2707
- const Cl = () => ul();
2708
- var fl = /* @__PURE__ */ g('<svg class=icon-overlay viewBox="0 0 22 22"><path d=M11.57625,6.9981C11.55099,6.999359999999999,11.52557,7,11.5,7C11.34,7,11.18584,6.97495,11.04125,6.9285499999999995L5.55401,16.4327C5.713760000000001,16.5905,5.83826,16.7839,5.91465,17L16.0854,17C16.2187,16.622700000000002,16.4987,16.314700000000002,16.8569,16.1445L11.57625,6.9981ZM12.50759,6.611219999999999C12.81005,6.336790000000001,13,5.94058,13,5.5C13,4.671573,12.32843,4,11.5,4C10.67157,4,10,4.671573,10,5.5C10,5.80059,10.08841,6.08052,10.24066,6.31522L4.64514,16.0069C4.59738,16.002299999999998,4.54896,16,4.5,16C3.671573,16,3,16.671599999999998,3,17.5C3,18.328400000000002,3.671573,19,4.5,19C5.15311,19,5.70873,18.5826,5.91465,18L16.0854,18C16.2913,18.5826,16.846899999999998,19,17.5,19C18.328400000000002,19,19,18.328400000000002,19,17.5C19,16.8365,18.5691,16.2735,17.971899999999998,16.075699999999998L12.50759,6.611219999999999Z stroke-opacity=0 fill-rule=evenodd fill-opacity=1>');
2709
- const dl = () => fl();
2710
- var gl = /* @__PURE__ */ g('<svg class=icon-overlay viewBox="0 0 22 22"><path d=M19,4.5C19,5.15311,18.5826,5.70873,18,5.91465L18,18.5C18,18.7761,17.7761,19,17.5,19L5.91465,19C5.70873,19.5826,5.15311,20,4.5,20C3.671573,20,3,19.3284,3,18.5C3,17.846899999999998,3.417404,17.2913,4,17.0854L4,4.5C4,4.22386,4.22386,4,4.5,4L16.0854,4C16.2913,3.417404,16.846899999999998,3,17.5,3C18.328400000000002,3,19,3.671573,19,4.5ZM5,5L16.0854,5C16.236,5.42621,16.5738,5.763999999999999,17,5.91465L17,18L5.91465,18C5.763999999999999,17.5738,5.42621,17.236,5,17.0854L5,5Z stroke-opacity=0 fill-rule=evenodd fill-opacity=1>');
2711
- const yl = () => gl();
2712
- var ml = /* @__PURE__ */ g('<svg class=icon-overlay viewBox="0 0 22 22"><path d=M19.6401,7.99355C20.4028,7.92291,21,7.2811900000000005,21,6.5C21,5.671573,20.3284,5,19.5,5C18.8469,5,18.2913,5.417404,18.0854,6L7.62067,6C7.34453,6,7.12067,6.22386,7.12067,6.5C7.12067,6.5479,7.12741,6.59423,7.13999,6.63809L3.2294099999999997,15.0243C2.530138,15.1517,2,15.764,2,16.5C2,17.328400000000002,2.671573,18,3.5,18C4.15311,18,4.70873,17.5826,4.91465,17L14.5963,17C14.6456,17.076,14.7162,17.1396,14.8044,17.1807C15.0546,17.2974,15.3521,17.1891,15.4688,16.9388L19.6401,7.99355ZM14.7896,16.0293L18.6551,7.739599999999999C18.3942,7.56144,18.1925,7.30307,18.0854,7L8.0746,7L4.25044,15.2009C4.55701,15.3784,4.79493,15.6613,4.91465,16L14.6207,16C14.68,16,14.7368,16.0103,14.7896,16.0293Z stroke-opacity=0 fill-rule=evenodd fill-opacity=1>');
2713
- const hl = () => ml();
2714
- var pl = /* @__PURE__ */ g('<svg class=icon-overlay viewBox="0 0 22 22"><path d=M8.134443814697265,7.494615087890625L8.764323814697265,7.494615087890625L8.764323814697265,3.414215087890625L8.310223814697267,3.414215087890625L7.294603814697266,4.005035087890625L7.289713814697266,4.634915087890625L8.134443814697265,4.149892087890625L8.134443814697265,7.494615087890625ZM18.832003814697266,6.933095087890624Q19.004603814697266,6.635245087890625,19.004603814697266,6.2543850878906255Q19.004603814697266,5.884915087890625,18.845103814697264,5.593575087890625Q18.685503814697267,5.3006050878906255,18.399103814697266,5.136225087890625Q18.114303814697266,4.9702050878906245,17.754603814697266,4.9653250878906245L18.820603814697265,3.840647087890625L18.820603814697265,3.414215087890625L16.519203814697264,3.414215087890625L16.519203814697264,3.939931087890625L18.050803814697264,3.939931087890625L16.719403814697266,5.334785087890625L17.074203814697263,5.7205350878906245Q17.254903814697265,5.484525087890625,17.619503814697268,5.484525087890625Q17.980803814697268,5.484525087890625,18.187503814697266,5.689605087890625Q18.394203814697267,5.894685087890625,18.394203814697267,6.2543850878906255Q18.394203814697267,6.604315087890625,18.187503814697266,6.822415087890625Q17.980803814697268,7.0405150878906255,17.640603814697265,7.0405150878906255Q17.334603814697267,7.0405150878906255,17.124703814697266,6.890775087890625Q16.914703814697265,6.739415087890626,16.820303814697265,6.469225087890624L16.354803814697263,6.744295087890626Q16.480103814697266,7.125155087890625,16.821903814697265,7.341625087890625Q17.165403814697264,7.559725087890625,17.640603814697265,7.559725087890625Q18.039403814697266,7.559725087890625,18.348603814697267,7.393705087890625Q18.659503814697267,7.229315087890625,18.832003814697266,6.933095087890624ZM10.000003814697266,10.634915087890626C10.000003814697266,11.024655087890626,9.851363814697265,11.379685087890625,9.607683814697266,11.646395087890625L12.168903814697266,15.171615087890626C12.275403814697265,15.147615087890625,12.386203814697266,15.134915087890626,12.500003814697266,15.134915087890626C12.596503814697266,15.134915087890626,12.690803814697265,15.144015087890624,12.782303814697265,15.161415087890624L16.108803814697268,11.196955087890625C16.038703814697264,11.023375087890624,16.000003814697266,10.833655087890625,16.000003814697266,10.634915087890626C16.000003814697266,9.806495087890625,16.671603814697264,9.134915087890626,17.500003814697266,9.134915087890626C18.328403814697264,9.134915087890626,19.000003814697266,9.806495087890625,19.000003814697266,10.634915087890626C19.000003814697266,11.463345087890625,18.328403814697264,12.134915087890626,17.500003814697266,12.134915087890626C17.239503814697265,12.134915087890626,16.994503814697268,12.068495087890625,16.781003814697264,11.951675087890624L13.654703814697266,15.677415087890624C13.870303814697266,15.937215087890625,14.000003814697266,16.270915087890625,14.000003814697266,16.634915087890626C14.000003814697266,17.463315087890624,13.328403814697266,18.134915087890626,12.500003814697266,18.134915087890626C11.671573814697265,18.134915087890626,11.000003814697266,17.463315087890624,11.000003814697266,16.634915087890626C11.000003814697266,16.284415087890626,11.120193814697265,15.962015087890626,11.321603814697266,15.706715087890625L8.715393814697265,12.119565087890624C8.645053814697267,12.129685087890625,8.573143814697266,12.134915087890626,8.500003814697266,12.134915087890626C8.162103814697264,12.134915087890626,7.8503038146972655,12.023195087890626,7.599523814697266,11.834665087890626L4.505583814697266,15.521915087890624C4.809213814697266,15.796415087890624,5.000003814697266,16.193415087890624,5.000003814697266,16.634915087890626C5.000003814697266,17.463315087890624,4.328433814697266,18.134915087890626,3.5000038146972656,18.134915087890626C2.6715768146972656,18.134915087890626,2.0000038146972656,17.463315087890624,2.0000038146972656,16.634915087890626C2.0000038146972656,15.806515087890626,2.6715768146972656,15.134915087890626,3.5000038146972656,15.134915087890626C3.508253814697266,15.134915087890626,3.5164838146972657,15.135015087890626,3.524703814697266,15.135115087890625L7.033823814697266,10.953115087890625C7.011673814697265,10.850565087890626,7.000003814697266,10.744105087890624,7.000003814697266,10.634915087890626C7.000003814697266,9.806495087890625,7.671573814697266,9.134915087890626,8.500003814697266,9.134915087890626C9.328433814697267,9.134915087890626,10.000003814697266,9.806495087890625,10.000003814697266,10.634915087890626Z stroke-opacity=0 stroke=none>');
2715
- const vl = () => pl();
2716
- var _l = /* @__PURE__ */ g('<svg class=icon-overlay viewBox="0 0 22 22"><path d=M8.13444,7.494615087890625L8.76432,7.494615087890625L8.76432,3.414215087890625L8.310220000000001,3.414215087890625L7.2946,4.005035087890625L7.28971,4.634915087890625L8.13444,4.149892087890625L8.13444,7.494615087890625ZM18.832,6.929835087890625Q19.0046,6.635245087890625,19.0046,6.2543850878906255Q19.0046,5.889805087890625,18.8451,5.5952050878906245Q18.6855,5.3006050878906255,18.3975,5.132965087890625Q18.1094,4.9653250878906245,17.7399,4.9653250878906245Q17.435499999999998,4.9653250878906245,17.1556,5.149245087890625L17.2793,3.939931087890625L18.8304,3.939931087890625L18.8304,3.414215087890625L16.7406,3.414215087890625L16.5094,5.665195087890625L17.0156,5.795405087890625Q17.095399999999998,5.655425087890626,17.2516,5.570795087890625Q17.4095,5.484525087890625,17.6357,5.484525087890625Q17.9694,5.484525087890625,18.1842,5.697745087890625Q18.4007,5.909335087890625,18.4007,6.2543850878906255Q18.4007,6.604315087890625,18.1842,6.822415087890625Q17.9694,7.0405150878906255,17.6292,7.0405150878906255Q17.3298,7.0405150878906255,17.119799999999998,6.890775087890625Q16.9098,6.739415087890626,16.825200000000002,6.474115087890625L16.3597,6.749175087890626Q16.470399999999998,7.110505087890624,16.807299999999998,7.335115087890625Q17.144199999999998,7.559725087890625,17.6292,7.559725087890625Q18.0296,7.559725087890625,18.3438,7.392075087890625Q18.6595,7.224435087890625,18.832,6.929835087890625ZM10,10.634915087890626C10,11.024655087890626,9.85136,11.379685087890625,9.60768,11.646395087890625L12.1689,15.171615087890626C12.2754,15.147615087890625,12.3862,15.134915087890626,12.5,15.134915087890626C12.5965,15.134915087890626,12.6908,15.144015087890624,12.7823,15.161415087890624L16.108800000000002,11.196955087890625C16.0387,11.023375087890624,16,10.833655087890625,16,10.634915087890626C16,9.806495087890625,16.671599999999998,9.134915087890626,17.5,9.134915087890626C18.3284,9.134915087890626,19,9.806495087890625,19,10.634915087890626C19,11.463345087890625,18.3284,12.134915087890626,17.5,12.134915087890626C17.2395,12.134915087890626,16.994500000000002,12.068505087890625,16.781,11.951675087890624L13.6547,15.677415087890624C13.8703,15.937215087890625,14,16.270915087890625,14,16.634915087890626C14,17.463315087890624,13.3284,18.134915087890626,12.5,18.134915087890626C11.67157,18.134915087890626,11,17.463315087890624,11,16.634915087890626C11,16.284415087890626,11.12019,15.962015087890626,11.3216,15.706715087890625L8.71539,12.119565087890624C8.645050000000001,12.129685087890625,8.57314,12.134915087890626,8.5,12.134915087890626C8.162099999999999,12.134915087890626,7.8503,12.023195087890626,7.59952,11.834665087890626L4.50558,15.521915087890624C4.80921,15.796415087890624,5,16.193415087890624,5,16.634915087890626C5,17.463315087890624,4.32843,18.134915087890626,3.5,18.134915087890626C2.671573,18.134915087890626,2,17.463315087890624,2,16.634915087890626C2,15.806515087890626,2.671573,15.134915087890626,3.5,15.134915087890626C3.5082500000000003,15.134915087890626,3.51648,15.135015087890626,3.5247,15.135115087890625L7.03382,10.953115087890625C7.01167,10.850565087890626,7,10.744105087890624,7,10.634915087890626C7,9.806495087890625,7.67157,9.134915087890626,8.5,9.134915087890626C9.32843,9.134915087890626,10,9.806495087890625,10,10.634915087890626Z stroke-opacity=0 stroke=none>');
2717
- const Ll = () => _l();
2718
- var bl = /* @__PURE__ */ g('<svg class=icon-overlay viewBox="0 0 22 22"><path d=M18.8532,7.020985087890625Q19.0257,6.734525087890625,19.0257,6.369945087890625Q19.0257,6.020005087890625,18.8499,5.754705087890625Q18.6758,5.489415087890626,18.3649,5.339675087890625Q18.5944,5.209465087890625,18.7214,4.994615087890625Q18.8499,4.779775087890625,18.8499,4.5193550878906255Q18.8499,4.2003480878906245,18.7002,3.951324087890625Q18.5505,3.700673087890625,18.277,3.557444087890625Q18.0052,3.414215087890625,17.6455,3.414215087890625Q17.285800000000002,3.414215087890625,17.0107,3.557444087890625Q16.7357,3.700673087890625,16.5843,3.951324087890625Q16.4346,4.2003480878906245,16.4346,4.5193550878906255Q16.4346,4.779775087890625,16.561500000000002,4.994615087890625Q16.6901,5.209465087890625,16.919600000000003,5.339675087890625Q16.6055,5.489415087890626,16.4297,5.757965087890625Q16.255499999999998,6.024895087890625,16.255499999999998,6.369945087890625Q16.255499999999998,6.734525087890625,16.4297,7.020985087890625Q16.6055,7.305815087890625,16.919600000000003,7.465325087890625Q17.2354,7.624825087890625,17.6455,7.624825087890625Q18.0557,7.624825087890625,18.3682,7.465325087890625Q18.6807,7.305815087890625,18.8532,7.020985087890625ZM8.76432,7.559725087890625L8.13444,7.559725087890625L8.13444,4.214996087890625L7.28971,4.700025087890625L7.2946,4.070139087890625L8.310220000000001,3.479319087890625L8.76432,3.479319087890625L8.76432,7.559725087890625ZM17.1816,4.955555087890625Q17.0042,4.784655087890625,17.0042,4.5095950878906255Q17.0042,4.229645087890625,17.18,4.057119087890625Q17.355800000000002,3.884592087890625,17.6455,3.884592087890625Q17.935200000000002,3.884592087890625,18.1077,4.057119087890625Q18.2803,4.229645087890625,18.2803,4.5095950878906255Q18.2803,4.784655087890625,18.1045,4.955555087890625Q17.930300000000003,5.124825087890625,17.6455,5.124825087890625Q17.3607,5.124825087890625,17.1816,4.955555087890625ZM18.2217,5.7953950878906255Q18.4398,6.005365087890625,18.4398,6.3552950878906245Q18.4398,6.705235087890625,18.2217,6.915195087890625Q18.0052,7.125155087890625,17.6455,7.125155087890625Q17.285800000000002,7.125155087890625,17.067700000000002,6.915195087890625Q16.849600000000002,6.705235087890625,16.849600000000002,6.3552950878906245Q16.849600000000002,6.005365087890625,17.064500000000002,5.7953950878906255Q17.2793,5.585435087890625,17.6455,5.585435087890625Q18.0052,5.585435087890625,18.2217,5.7953950878906255ZM9.60768,11.711495087890626C9.85136,11.444785087890626,10,11.089765087890626,10,10.700025087890625C10,9.871595087890626,9.32843,9.200025087890625,8.5,9.200025087890625C7.67157,9.200025087890625,7,9.871595087890626,7,10.700025087890625C7,10.809205087890625,7.01167,10.915665087890625,7.03382,11.018215087890624L3.5247,15.200215087890625C3.51648,15.200115087890625,3.5082500000000003,15.200015087890625,3.5,15.200015087890625C2.671573,15.200015087890625,2,15.871615087890625,2,16.700015087890627C2,17.528415087890625,2.671573,18.200015087890627,3.5,18.200015087890627C4.32843,18.200015087890627,5,17.528415087890625,5,16.700015087890627C5,16.258515087890625,4.80921,15.861515087890625,4.50558,15.587015087890626L7.59952,11.899765087890625C7.8503,12.088295087890625,8.162099999999999,12.200025087890625,8.5,12.200025087890625C8.57314,12.200025087890625,8.645050000000001,12.194785087890626,8.71539,12.184675087890625L11.3216,15.771815087890625C11.12019,16.027215087890625,11,16.349515087890623,11,16.700015087890627C11,17.528415087890625,11.67157,18.200015087890627,12.5,18.200015087890627C13.3284,18.200015087890627,14,17.528415087890625,14,16.700015087890627C14,16.336015087890623,13.8703,16.002315087890626,13.6547,15.742515087890625L16.781,12.016775087890625C16.994500000000002,12.133605087890626,17.2395,12.200025087890625,17.5,12.200025087890625C18.3284,12.200025087890625,19,11.528445087890624,19,10.700025087890625C19,9.871595087890626,18.3284,9.200025087890625,17.5,9.200025087890625C16.671599999999998,9.200025087890625,16,9.871595087890626,16,10.700025087890625C16,10.898765087890624,16.0387,11.088475087890625,16.108800000000002,11.262055087890625L12.7823,15.226515087890625C12.6908,15.209115087890625,12.5965,15.200015087890625,12.5,15.200015087890625C12.3862,15.200015087890625,12.2754,15.212715087890626,12.1689,15.236715087890625L9.60768,11.711495087890626Z stroke-opacity=0 stroke=none>');
2719
- const $l = () => bl();
2720
- var xl = /* @__PURE__ */ g('<svg class=icon-overlay viewBox="0 0 22 22"><path d=M9.474616630859375,7.494615087890625L8.844736630859375,7.494615087890625L8.844736630859375,4.149892087890625L8.000006630859374,4.634915087890625L8.004896630859374,4.005035087890625L9.020516630859376,3.414215087890625L9.474616630859375,3.414215087890625L9.474616630859375,7.494615087890625ZM18.529296630859378,4.8318550878906255Q18.307996630859375,5.028795087890625,18.122396630859377,5.385245087890625Q17.868496630859376,5.019035087890625,17.629196630859376,4.8269750878906255Q17.389996630859375,4.634915087890625,17.168596630859376,4.634915087890625Q16.794296630859375,4.634915087890625,16.522496630859376,4.976715087890625Q16.252296630859377,5.3168850878906255,16.252296630859377,5.7856350878906255Q16.252296630859377,6.218575087890625,16.502896630859375,6.521315087890625Q16.755196630859373,6.822415087890625,17.114896630859377,6.822415087890625Q17.368796630859375,6.822415087890625,17.588596630859374,6.625475087890624Q17.809896630859377,6.428535087890625,17.998696630859374,6.0688350878906245Q18.249396630859373,6.439935087890625,18.488596630859377,6.631985087890625Q18.727896630859377,6.822415087890625,18.952496630859375,6.822415087890625Q19.326796630859373,6.822415087890625,19.596996630859376,6.482245087890625Q19.868796630859375,6.140455087890626,19.868796630859375,5.671705087890626Q19.868796630859375,5.238755087890625,19.618196630859376,4.937655087890625Q19.367496630859375,4.634915087890625,19.006196630859375,4.634915087890625Q18.750696630859377,4.634915087890625,18.529296630859378,4.8318550878906255ZM18.337296630859377,5.674955087890625L18.278696630859375,5.596835087890625Q18.449596630859375,5.272935087890625,18.622096630859374,5.1101750878906245Q18.794596630859374,4.947415087890625,18.967096630859373,4.947415087890625Q19.194996630859375,4.947415087890625,19.346396630859374,5.1345950878906255Q19.497696630859377,5.320135087890625,19.497696630859377,5.598455087890625Q19.497696630859377,5.8914250878906245,19.360996630859376,6.096505087890625Q19.224296630859374,6.301585087890626,19.027396630859375,6.301585087890626Q18.915096630859374,6.301585087890626,18.742496630859375,6.146965087890624Q18.569996630859375,5.992335087890625,18.337296630859377,5.674955087890625ZM17.785496630859377,5.779125087890625L17.842496630859372,5.857245087890625Q17.668296630859373,6.186025087890625,17.495796630859374,6.348785087890625Q17.324896630859374,6.509915087890625,17.153996630859375,6.509915087890625Q16.926096630859377,6.509915087890625,16.774796630859377,6.324375087890624Q16.623396630859375,6.137195087890625,16.623396630859375,5.858875087890625Q16.623396630859375,5.565905087890625,16.761696630859376,5.360825087890625Q16.900096630859373,5.1557550878906255,17.095396630859376,5.1557550878906255Q17.228896630859374,5.1557550878906255,17.365596630859375,5.2778250878906245Q17.502296630859377,5.399895087890625,17.785496630859377,5.779125087890625ZM10.710296630859375,10.634915087890626C10.710296630859375,11.024655087890626,10.561656630859375,11.379685087890625,10.317976630859375,11.646395087890625L12.879196630859376,15.171615087890626C12.985696630859374,15.147615087890625,13.096496630859376,15.134915087890626,13.210296630859375,15.134915087890626C13.306796630859376,15.134915087890626,13.401096630859374,15.144015087890624,13.492596630859374,15.161415087890624L16.819096630859377,11.196955087890625C16.748996630859374,11.023375087890624,16.710296630859375,10.833655087890625,16.710296630859375,10.634915087890626C16.710296630859375,9.806495087890625,17.381896630859373,9.134915087890626,18.210296630859375,9.134915087890626C19.038696630859373,9.134915087890626,19.710296630859375,9.806495087890625,19.710296630859375,10.634915087890626C19.710296630859375,11.463345087890625,19.038696630859373,12.134915087890626,18.210296630859375,12.134915087890626C17.949796630859375,12.134915087890626,17.704796630859377,12.068505087890625,17.491296630859374,11.951675087890624L14.364996630859375,15.677415087890624C14.580596630859375,15.937215087890625,14.710296630859375,16.270915087890625,14.710296630859375,16.634915087890626C14.710296630859375,17.463315087890624,14.038696630859375,18.134915087890626,13.210296630859375,18.134915087890626C12.381866630859374,18.134915087890626,11.710296630859375,17.463315087890624,11.710296630859375,16.634915087890626C11.710296630859375,16.284415087890626,11.830486630859374,15.962015087890626,12.031896630859375,15.706715087890625L9.425686630859374,12.119565087890624C9.355346630859376,12.129685087890625,9.283436630859375,12.134915087890626,9.210296630859375,12.134915087890626C8.872396630859374,12.134915087890626,8.560596630859376,12.023195087890626,8.309816630859375,11.834665087890626L5.215876630859375,15.521915087890624C5.519506630859375,15.796415087890624,5.710296630859375,16.193415087890624,5.710296630859375,16.634915087890626C5.710296630859375,17.463315087890624,5.038726630859375,18.134915087890626,4.210296630859375,18.134915087890626C3.381869630859375,18.134915087890626,2.710296630859375,17.463315087890624,2.710296630859375,16.634915087890626C2.710296630859375,15.806515087890626,3.381869630859375,15.134915087890626,4.210296630859375,15.134915087890626C4.218546630859375,15.134915087890626,4.226776630859375,15.135015087890626,4.234996630859375,15.135115087890625L7.744116630859375,10.953115087890625C7.721966630859375,10.850565087890626,7.710296630859375,10.744105087890624,7.710296630859375,10.634915087890626C7.710296630859375,9.806495087890625,8.381866630859374,9.134915087890626,9.210296630859375,9.134915087890626C10.038726630859376,9.134915087890626,10.710296630859375,9.806495087890625,10.710296630859375,10.634915087890626Z stroke-opacity=0 stroke=none>');
2721
- const kl = () => xl();
2722
- var wl = /* @__PURE__ */ g('<svg class=icon-overlay viewBox="0 0 22 22"><path d=M21,5.5C21,6.32843,20.3284,7,19.5,7C19.4136,7,19.3289,6.99269,19.2465,6.97866L15.6257,15.5086C15.8587,15.7729,16,16.119999999999997,16,16.5C16,17.328400000000002,15.3284,18,14.5,18C13.8469,18,13.2913,17.5826,13.0854,17L3.91465,17C3.70873,17.5826,3.15311,18,2.5,18C1.671573,18,1,17.328400000000002,1,16.5C1,15.6716,1.671573,15,2.5,15C2.5840199999999998,15,2.66643,15.0069,2.74668,15.0202L6.36934,6.48574C6.13933,6.22213,6,5.87733,6,5.5C6,4.671573,6.67157,4,7.5,4C8.15311,4,8.70873,4.417404,8.91465,5L18.0854,5C18.2913,4.417404,18.8469,4,19.5,4C20.3284,4,21,4.671573,21,5.5ZM18.0854,6L8.91465,6C8.892579999999999,6.06243,8.8665,6.12296,8.83672,6.18128L13.9814,15.0921C14.143,15.0325,14.3177,15,14.5,15C14.584,15,14.6664,15.0069,14.7467,15.0202L18.3693,6.48574C18.2462,6.3446,18.149,6.1802,18.0854,6ZM13.2036,15.745L8.0861,6.8811800000000005C7.90605,6.95768,7.70797,7,7.5,7C7.41359,7,7.32888,6.99269,7.24647,6.97866L3.62571,15.5086C3.7512,15.651,3.8501,15.8174,3.91465,16L13.0854,16C13.1169,15.9108,13.1566,15.8255,13.2036,15.745Z stroke-opacity=0 stroke=none>');
2723
- const Al = () => wl();
2724
- var Ml = /* @__PURE__ */ g('<svg class=icon-overlay viewBox="0 0 22 22"><path d=M5.92159,5.93994C6.04014,5.90529,6.152620000000001,5.85639,6.25704,5.79523L9.12729,9.89437C9.045449999999999,10.07959,9,10.28449,9,10.5C9,10.79522,9.08529,11.07053,9.232569999999999,11.30262L4.97573,16.7511L5.92159,5.93994ZM4.92259,5.8848400000000005C4.38078,5.658659999999999,4,5.1238,4,4.5C4,3.671573,4.67157,3,5.5,3C6.2157,3,6.81433,3.50124,6.96399,4.17183L15.1309,4.88634C15.3654,4.36387,15.8902,4,16.5,4C17.328400000000002,4,18,4.67157,18,5.5C18,6.08983,17.659599999999998,6.60015,17.1645,6.84518L18.4264,14.0018C18.4508,14.0006,18.4753,14,18.5,14C19.3284,14,20,14.6716,20,15.5C20,16.328400000000002,19.3284,17,18.5,17C17.932499999999997,17,17.4386,16.6849,17.183799999999998,16.22L5.99686,18.5979C5.946429999999999,19.3807,5.29554,20,4.5,20C3.671573,20,3,19.3284,3,18.5C3,17.869300000000003,3.389292,17.3295,3.94071,17.1077L4.92259,5.8848400000000005ZM5.72452,17.6334C5.69799,17.596,5.6698,17.5599,5.64004,17.525100000000002L10.01843,11.92103C10.16958,11.97223,10.33155,12,10.5,12C10.80059,12,11.08052,11.91158,11.31522,11.75934L17.0606,15.0765C17.0457,15.1271,17.0335,15.1789,17.023899999999998,15.2317L5.72452,17.6334ZM11.92855,10.95875L17.4349,14.1379L16.1699,6.96356C15.9874,6.92257,15.8174,6.8483,15.6667,6.74746L11.99771,10.4165C11.99923,10.44414,12,10.47198,12,10.5C12,10.66,11.97495,10.814160000000001,11.92855,10.95875ZM10.5,9C10.259830000000001,9,10.03285,9.05644,9.83159,9.15679L7.04919,5.1831L15.0493,5.88302C15.054,5.90072,15.059,5.91829,15.0643,5.9357299999999995L11.56066,9.43934C11.28921,9.16789,10.91421,9,10.5,9Z stroke-opacity=0 fill-rule=evenodd fill-opacity=1>');
2725
- const Sl = () => Ml();
2726
- var Tl = /* @__PURE__ */ g('<svg viewBox="0 0 22 22"><path d=M4.727219638671875,8.007996215820313L9.973849638671876,2.7629472158203123C10.167279638671875,2.5696791158203123,10.480729638671875,2.5696791158203123,10.674169638671875,2.7629472158203123L13.223329638671874,5.311756215820313C13.416929638671874,5.505236215820313,13.416929638671874,5.8189862158203125,13.223329638671874,6.012466215820313L7.977129638671875,11.257906215820313C7.379859638671875,11.855176215820313,7.407609638671875,12.909396215820312,8.033809638671876,13.535596215820313C8.660409638671876,14.162596215820313,9.713849638671874,14.189996215820312,10.311129638671876,13.591896215820313L15.556929638671875,8.346066215820311C15.750429638671875,8.152526215820313,16.064229638671875,8.152526215820313,16.257629638671872,8.346066215820311L18.806529638671876,10.895266215820312C19.000029638671876,11.088746215820313,19.000029638671876,11.402496215820312,18.806529638671876,11.595976215820313L13.560629638671875,16.841796215820313C11.165619638671876,19.237196215820312,7.197149638671875,19.19919621582031,4.783499638671875,16.785496215820313C2.3698426386718747,14.371896215820312,2.331397638671875,10.403416215820313,4.727219638671875,8.007996215820313ZM12.172299638671875,5.662106215820312L10.323809638671875,3.8136162158203124L5.4287196386718755,8.709096215820313C3.422893638671875,10.714536215820312,3.4549956386718748,14.055196215820313,5.484999638671875,16.08479621582031C7.514609638671875,18.114796215820313,10.855289638671875,18.146496215820314,12.860719638671876,16.141096215820312L15.465629638671874,13.535796215820312L14.090929638671875,12.160756215820312L14.791629638671875,11.460436215820312L16.166229638671876,12.834996215820313L17.755829638671877,11.245226215820313L15.907729638671874,9.396736215820312L11.011839638671875,14.292596215820312C10.042809638671875,15.262396215820312,8.418249638671874,15.243796215820312,7.406019638671875,14.306496215820312L7.333099638671875,14.236296215820312C6.327599638671876,13.230796215820313,6.284009638671876,11.550396215820312,7.276419638671875,10.557586215820312L9.882199638671874,7.952026215820313L8.501079638671875,6.570906215820313L9.201789638671876,5.870186215820313L10.582939638671874,7.251336215820312L12.172299638671875,5.662106215820312Z stroke-opacity=0 fill-rule=evenodd fill-opacity=1>');
2727
- const Il = (e) => (() => {
2728
- var t = Tl();
2734
+ var Zc = /* @__PURE__ */ g('<svg class=icon-overlay viewBox="0 0 22 22"><path d=M12.41465,11L18.5,11C18.7761,11,19,11.22386,19,11.5C19,11.77614,18.7761,12,18.5,12L12.41465,12C12.20873,12.5826,11.65311,13,11,13C10.34689,13,9.79127,12.5826,9.58535,12L3.5,12C3.223857,12,3,11.77614,3,11.5C3,11.22386,3.223857,11,3.5,11L9.58535,11C9.79127,10.417404,10.34689,10,11,10C11.65311,10,12.20873,10.417404,12.41465,11Z stroke-opacity=0 stroke=none>');
2735
+ const Qc = () => Zc();
2736
+ var Rc = /* @__PURE__ */ g('<svg class=icon-overlay viewBox="0 0 22 22"><path d=M6.91465,11L11.08535,11C11.29127,10.417404,11.84689,10,12.5,10C13.15311,10,13.70873,10.417404,13.91465,11L18.5,11C18.7761,11,19,11.22386,19,11.5C19,11.77614,18.7761,12,18.5,12L13.91465,12C13.70873,12.5826,13.15311,13,12.5,13C11.84689,13,11.29127,12.5826,11.08535,12L6.91465,12C6.70873,12.5826,6.15311,13,5.5,13C4.671573,13,4,12.32843,4,11.5C4,10.671573,4.671573,10,5.5,10C6.15311,10,6.70873,10.417404,6.91465,11Z stroke-opacity=0 stroke=none>');
2737
+ const zc = () => Rc();
2738
+ var Uc = /* @__PURE__ */ g('<svg class=icon-overlay viewBox="0 0 22 22"><path d=M6.91465,12.5C6.70873,13.0826,6.15311,13.5,5.5,13.5C4.671573,13.5,4,12.82843,4,12C4,11.171573,4.671573,10.5,5.5,10.5C6.15311,10.5,6.70873,10.917404,6.91465,11.5L16.0853,11.5C16.2913,10.917404,16.846899999999998,10.5,17.5,10.5C18.328400000000002,10.5,19,11.171573,19,12C19,12.82843,18.328400000000002,13.5,17.5,13.5C16.846899999999998,13.5,16.2913,13.0826,16.0853,12.5L6.91465,12.5Z stroke-opacity=0 stroke=none>');
2739
+ const Yc = () => Uc();
2740
+ var Vc = /* @__PURE__ */ g('<svg class=icon-overlay viewBox="0 0 22 22"><path d=M11,12.41465L11,18.5C11,18.7761,11.22386,19,11.5,19C11.77614,19,12,18.7761,12,18.5L12,12.41465C12.5826,12.20873,13,11.65311,13,11C13,10.34689,12.5826,9.79127,12,9.58535L12,3.5C12,3.223857,11.77614,3,11.5,3C11.22386,3,11,3.223857,11,3.5L11,9.58535C10.417404,9.79127,10,10.34689,10,11C10,11.65311,10.417404,12.20873,11,12.41465Z stroke-opacity=0 stroke=none>');
2741
+ const Hc = () => Vc();
2742
+ var Gc = /* @__PURE__ */ g('<svg class=icon-overlay viewBox="0 0 22 22"><path d=M11.66558837890625,19C10.83716137890625,19,10.16558837890625,18.328400000000002,10.16558837890625,17.5C10.16558837890625,16.846899999999998,10.58298437890625,16.2913,11.16557337890625,16.0854L11.16557337890625,11.91464C10.58298437890625,11.70872,10.16558837890625,11.1531,10.16558837890625,10.5C10.16558837890625,9.8469,10.58298437890625,9.29128,11.16557337890625,9.08536L11.16557337890625,4.5C11.16557337890625,4.223857,11.38942837890625,4,11.66556837890625,4C11.94171837890625,4,12.16556837890625,4.223857,12.16556837890625,4.5L12.16556837890625,9.08535C12.74817837890625,9.291260000000001,13.16558837890625,9.846879999999999,13.16558837890625,10.5C13.16558837890625,11.153120000000001,12.74817837890625,11.708739999999999,12.16556837890625,11.91465L12.16556837890625,16.0854C12.74817837890625,16.2913,13.16558837890625,16.846899999999998,13.16558837890625,17.5C13.16558837890625,18.328400000000002,12.49401837890625,19,11.66558837890625,19Z stroke-opacity=0 stroke=none>');
2743
+ const Xc = () => Gc();
2744
+ var Jc = /* @__PURE__ */ g('<svg class=icon-overlay viewBox="0 0 22 22"><path d=M11.165603637695312,6.91465C11.748203637695312,6.70873,12.165603637695312,6.15311,12.165603637695312,5.5C12.165603637695312,4.671573,11.494033637695313,4,10.665603637695312,4C9.837176637695313,4,9.165603637695312,4.671573,9.165603637695312,5.5C9.165603637695312,6.15311,9.583007637695312,6.70873,10.165603637695312,6.91465L10.165603637695312,16.0854C9.583007637695312,16.2913,9.165603637695312,16.846899999999998,9.165603637695312,17.5C9.165603637695312,18.328400000000002,9.837176637695313,19,10.665603637695312,19C11.494033637695313,19,12.165603637695312,18.328400000000002,12.165603637695312,17.5C12.165603637695312,16.846899999999998,11.748203637695312,16.2913,11.165603637695312,16.0854L11.165603637695312,6.91465Z stroke-opacity=0 fill-rule=evenodd fill-opacity=1>');
2745
+ const Wc = () => Jc();
2746
+ var qc = /* @__PURE__ */ g('<svg class=icon-overlay viewBox="0 0 22 22"><path d=M5.146447,15.753C4.9511845,15.9483,4.9511845,16.2649,5.146447,16.4602C5.341709,16.6554,5.658291,16.6554,5.853554,16.4602L8.156600000000001,14.15711C8.352409999999999,14.25082,8.57173,14.3033,8.8033,14.3033C9.631730000000001,14.3033,10.3033,13.63172,10.3033,12.80329C10.3033,12.57172,10.250820000000001,12.352409999999999,10.157119999999999,12.15659L12.156600000000001,10.15711C12.352409999999999,10.250820000000001,12.571729999999999,10.30329,12.8033,10.30329C13.63173,10.30329,14.3033,9.63172,14.3033,8.80329C14.3033,8.57172,14.25082,8.352409999999999,14.15712,8.15659L16.4602,5.853553C16.6554,5.658291,16.6554,5.341709,16.4602,5.146447C16.2649,4.9511843,15.9483,4.9511843,15.753,5.146447L13.45001,7.449479999999999C13.25419,7.35577,13.03487,7.3032900000000005,12.8033,7.3032900000000005C11.97487,7.3032900000000005,11.3033,7.97487,11.3033,8.80329C11.3033,9.03487,11.35578,9.254190000000001,11.44949,9.450009999999999L9.450009999999999,11.449480000000001C9.254190000000001,11.35577,9.03487,11.30329,8.8033,11.30329C7.97487,11.30329,7.3033,11.97487,7.3033,12.80329C7.3033,13.03487,7.35578,13.25419,7.44949,13.45001L5.146447,15.753Z stroke-opacity=0 stroke=none>');
2747
+ const el = () => qc();
2748
+ var tl = /* @__PURE__ */ g('<svg class=icon-overlay viewBox="0 0 22 22"><path d=M7.573332939453125,14.54567903564453C7.667042939453125,14.741499035644532,7.719512939453125,14.960809035644532,7.719512939453125,15.19239903564453C7.719512939453125,16.02079903564453,7.047942939453125,16.69239903564453,6.219512939453125,16.69239903564453C5.391085939453125,16.69239903564453,4.719512939453125,16.02079903564453,4.719512939453125,15.19239903564453C4.719512939453125,14.36394903564453,5.391085939453125,13.692379035644532,6.219512939453125,13.692379035644532C6.451092939453125,13.692379035644532,6.670412939453125,13.74485903564453,6.866232939453125,13.83856903564453L9.865702939453126,10.83909903564453C9.771992939453124,10.643279035644532,9.719512939453125,10.42395903564453,9.719512939453125,10.192379035644532C9.719512939453125,9.36394903564453,10.391082939453124,8.692379035644532,11.219512939453125,8.692379035644532C11.451092939453126,8.692379035644532,11.670412939453126,8.74485903564453,11.866232939453125,8.838569035644532L15.462112939453124,5.242645035644531C15.657412939453126,5.047383335644532,15.974012939453125,5.047383335644532,16.169212939453125,5.242645035644531C16.364512939453125,5.437907035644531,16.364512939453125,5.754489035644531,16.169212939453125,5.949752035644531L12.573332939453124,9.545679035644532C12.667042939453125,9.74149903564453,12.719512939453125,9.96080903564453,12.719512939453125,10.192379035644532C12.719512939453125,11.020809035644533,12.047942939453126,11.692379035644532,11.219512939453125,11.692379035644532C10.987942939453125,11.692379035644532,10.768632939453125,11.639909035644532,10.572812939453126,11.54619903564453L7.573332939453125,14.54567903564453Z stroke-opacity=0 stroke=none>');
2749
+ const nl = () => tl();
2750
+ var rl = /* @__PURE__ */ g('<svg class=icon-overlay viewBox="0 0 22 22"><path d=M15.719512939453125,8.461776733398438C16.547912939453127,8.461776733398438,17.219512939453125,7.7902067333984375,17.219512939453125,6.9617767333984375C17.219512939453125,6.133349733398438,16.547912939453127,5.4617767333984375,15.719512939453125,5.4617767333984375C14.891082939453124,5.4617767333984375,14.219512939453125,6.133349733398438,14.219512939453125,6.9617767333984375C14.219512939453125,7.193346733398437,14.271992939453124,7.412666733398438,14.365692939453124,7.608486733398438L7.366222939453126,14.607956733398437C7.170402939453125,14.514256733398437,6.951082939453125,14.461776733398438,6.719512939453125,14.461776733398438C5.891085939453125,14.461776733398438,5.219512939453125,15.133346733398437,5.219512939453125,15.961776733398438C5.219512939453125,16.79017673339844,5.891085939453125,17.461776733398438,6.719512939453125,17.461776733398438C7.547942939453125,17.461776733398438,8.219512939453125,16.79017673339844,8.219512939453125,15.961776733398438C8.219512939453125,15.730176733398437,8.167032939453126,15.510876733398437,8.073322939453124,15.315066733398437L15.072802939453124,8.315586733398437C15.268612939453124,8.409296733398438,15.487912939453125,8.461776733398438,15.719512939453125,8.461776733398438Z stroke-opacity=0 stroke=none>');
2751
+ const al = () => rl();
2752
+ var il = /* @__PURE__ */ g('<svg class=icon-overlay viewBox="0 0 22 22"><path d=M17.0643,7.033864912109375L18,3.585784912109375L14.5078,4.509695912109375L15.3537,5.344934912109375L6.02026,14.560584912109375C5.87635,14.517484912109374,5.72366,14.494284912109375,5.5655,14.494284912109375C4.7009,14.494284912109375,4,15.186384912109375,4,16.040084912109375C4,16.893784912109375,4.7009,17.585784912109375,5.5655,17.585784912109375C6.43011,17.585784912109375,7.13101,16.893784912109375,7.13101,16.040084912109375C7.13101,15.722284912109375,7.03392,15.426984912109376,6.86744,15.181384912109374L16.0917,6.073604912109375L17.0643,7.033864912109375Z stroke-opacity=0 stroke=none>');
2753
+ const sl = () => il();
2754
+ var ol = /* @__PURE__ */ g('<svg class=icon-overlay viewBox="0 0 22 22"><path d=M6.91465,13.00505L18.5,13.00505C18.7761,13.00505,19,13.228909999999999,19,13.50505C19,13.781189999999999,18.7761,14.00505,18.5,14.00505L6.91465,14.00505C6.70873,14.58765,6.15311,15.00505,5.5,15.00505C4.671573,15.00505,4,14.33348,4,13.50505C4,12.67662,4.671573,12.00505,5.5,12.00505C6.15311,12.00505,6.70873,12.422450000000001,6.91465,13.00505ZM7.81404,11.625L10.48591,11.625L10.48591,10.90625L9.65193,10.90625L9.65193,7.125L8.997630000000001,7.125C8.71443,7.306641,8.415600000000001,7.419922,7.96443,7.498047L7.96443,8.05078L8.77497,8.05078L8.77497,10.90625L7.81404,10.90625L7.81404,11.625ZM11.081620000000001,11.625L14.0562,11.625L14.0562,10.88281L13.09724,10.88281C12.8863,10.88281,12.59333,10.90625,12.36482,10.93555C13.17537,10.11328,13.84724,9.2207,13.84724,8.39062C13.84724,7.541016,13.28865,7,12.4488,7C11.84333,7,11.446850000000001,7.234375,11.03279,7.679688L11.52497,8.16797C11.747630000000001,7.914062,12.0113,7.697266,12.33552,7.697266C12.7613,7.697266,13.00154,7.982422,13.00154,8.43359C13.00154,9.14648,12.29255,10.00781,11.081620000000001,11.11523L11.081620000000001,11.625ZM15.9605,11.75C16.8121,11.75,17.526899999999998,11.2832,17.526899999999998,10.4375C17.526899999999998,9.82031,17.142200000000003,9.43945,16.6441,9.30078L16.6441,9.27148C17.1129,9.08594,17.3824,8.7207,17.3824,8.21289C17.3824,7.421875,16.8004,7,15.9429,7C15.4215,7,14.9957,7.210938,14.6109,7.541016L15.066,8.11133C15.3258,7.849609,15.5836,7.697266,15.9019,7.697266C16.2789,7.697266,16.4957,7.914062,16.4957,8.28125C16.4957,8.70898,16.2301,9,15.4215,9L15.4215,9.63672C16.3804,9.63672,16.6383,9.91992,16.6383,10.38086C16.6383,10.79688,16.3336,11.03125,15.8824,11.03125C15.4742,11.03125,15.1578,10.82227,14.8922,10.55078L14.4781,11.13281C14.7906,11.486329999999999,15.2652,11.75,15.9605,11.75Z stroke-opacity=0 stroke=none>');
2755
+ const cl = () => ol();
2756
+ var ll = /* @__PURE__ */ g('<svg class=icon-overlay viewBox="0 0 22 22"><path d=M3.146447,14.178126025390625C2.9511847,13.982826025390626,2.9511847,13.666226025390625,3.146447,13.470926025390625L7.39146,9.225966025390626C7.35417,9.095106025390624,7.33421,8.956946025390625,7.33421,8.814116025390625C7.33421,7.985696025390625,8.00578,7.314116025390625,8.834209999999999,7.314116025390625C8.97703,7.314116025390625,9.11519,7.334086025390625,9.24605,7.371366025390625L13.753,2.864373025390625C13.9483,2.669110325390625,14.2649,2.669110325390625,14.4602,2.864373025390625C14.6554,3.059635025390625,14.6554,3.376217025390625,14.4602,3.571479025390625L10.06916,7.962476025390625C10.23631,8.204386025390626,10.334209999999999,8.497826025390625,10.334209999999999,8.814116025390625C10.334209999999999,9.642546025390626,9.66264,10.314116025390625,8.834209999999999,10.314116025390625C8.51791,10.314116025390625,8.22448,10.216226025390625,7.98256,10.049076025390626L3.853554,14.178126025390625C3.658291,14.373326025390625,3.341709,14.373326025390625,3.146447,14.178126025390625ZM7.67736,19.188526025390626C7.4821,18.993226025390626,7.4821,18.676626025390625,7.67736,18.481426025390626L9.9804,16.178326025390625C9.88669,15.982526025390625,9.834209999999999,15.763226025390624,9.834209999999999,15.531626025390626C9.834209999999999,14.703226025390626,10.50578,14.031626025390626,11.33421,14.031626025390626C11.56579,14.031626025390626,11.78511,14.084126025390624,11.98093,14.177826025390624L13.9804,12.178356025390626C13.8867,11.982536025390624,13.8342,11.763216025390625,13.8342,11.531636025390625C13.8342,10.703206025390624,14.5058,10.031636025390625,15.3342,10.031636025390625C15.5658,10.031636025390625,15.7851,10.084116025390625,15.9809,10.177826025390626L18.284,7.874796025390625C18.4792,7.679536025390625,18.7958,7.679536025390625,18.9911,7.874796025390625C19.1863,8.070056025390624,19.1863,8.386636025390626,18.9911,8.581906025390625L16.688000000000002,10.884936025390624C16.7817,11.080756025390626,16.8342,11.300066025390626,16.8342,11.531636025390625C16.8342,12.360066025390624,16.162599999999998,13.031626025390626,15.3342,13.031626025390626C15.1026,13.031626025390626,14.8833,12.979126025390626,14.6875,12.885426025390625L12.68803,14.884926025390625C12.78174,15.080726025390625,12.83421,15.300026025390626,12.83421,15.531626025390626C12.83421,16.360026025390624,12.16264,17.031626025390626,11.33421,17.031626025390626C11.10264,17.031626025390626,10.88333,16.979126025390627,10.68751,16.885426025390625L8.38446,19.188526025390626C8.1892,19.383726025390626,7.87262,19.383726025390626,7.67736,19.188526025390626Z stroke-opacity=0 stroke=none>');
2757
+ const ul = () => ll();
2758
+ var Cl = /* @__PURE__ */ g('<svg class=icon-overlay viewBox="0 0 22 22"><path d=M3.3367688759765626,12.63173C3.5320318759765623,12.82699,3.8486138759765627,12.82699,4.043876875976562,12.63173L11.822052875976562,4.853553C12.017312875976563,4.658291,12.017312875976563,4.341708,11.822052875976562,4.146446C11.626792875976562,3.9511843,11.310202875976563,3.9511843,11.114942875976563,4.146446L3.3367688759765626,11.92462C3.1415071759765625,12.11988,3.1415071759765625,12.43647,3.3367688759765626,12.63173ZM5.001492875976562,17.0351C4.806232875976562,16.8399,4.806232875976562,16.5233,5.001492875976562,16.328L7.304532875976562,14.025C7.210822875976563,13.82916,7.158352875976563,13.60984,7.158352875976563,13.37827C7.158352875976563,12.54984,7.829922875976562,11.87827,8.658352875976561,11.87827C8.889922875976563,11.87827,9.109232875976563,11.93075,9.305052875976562,12.02446L11.304532875976562,10.02498C11.210822875976563,9.82916,11.158352875976561,9.60984,11.158352875976561,9.37827C11.158352875976561,8.54984,11.829922875976562,7.8782700000000006,12.658352875976563,7.8782700000000006C12.889922875976563,7.8782700000000006,13.109232875976563,7.93075,13.305022875976562,8.024460000000001L15.608122875976562,5.72142C15.803322875976562,5.5261499999999995,16.119922875976563,5.5261499999999995,16.315222875976563,5.72142C16.510422875976563,5.9166799999999995,16.510422875976563,6.23326,16.315222875976563,6.42852L14.012122875976562,8.73156C14.105822875976562,8.92738,14.158322875976562,9.1467,14.158322875976562,9.37827C14.158322875976562,10.2067,13.486822875976562,10.87827,12.658352875976563,10.87827C12.426772875976562,10.87827,12.207452875976562,10.82579,12.011642875976563,10.73209L10.012162875976562,12.73156C10.105872875976562,12.92738,10.158352875976561,13.1467,10.158352875976561,13.37827C10.158352875976561,14.2067,9.486772875976563,14.8783,8.658352875976561,14.8783C8.426772875976562,14.8783,8.207452875976562,14.8258,8.011642875976563,14.7321L5.708602875976562,17.0351C5.513342875976562,17.2304,5.196752875976562,17.2304,5.001492875976562,17.0351ZM10.415712875976563,18.328C10.220452875976562,18.5233,9.903862875976563,18.5233,9.708602875976563,18.328C9.513342875976562,18.1328,9.513342875976562,17.816200000000002,9.708602875976563,17.6209L12.304532875976562,15.025C12.210822875976563,14.8292,12.158352875976563,14.6098,12.158352875976563,14.3783C12.158352875976563,13.54984,12.829922875976562,12.87827,13.658322875976562,12.87827C13.889922875976563,12.87827,14.109222875976563,12.93075,14.305022875976562,13.02446L17.486822875976564,9.84274C17.682022875976564,9.64747,17.99862287597656,9.64747,18.19392287597656,9.84274C18.38912287597656,10.038,18.38912287597656,10.35458,18.19392287597656,10.54984L15.012122875976562,13.73156C15.105822875976562,13.92738,15.158322875976562,14.1467,15.158322875976562,14.3783C15.158322875976562,15.2067,14.486822875976562,15.8783,13.658322875976562,15.8783C13.426822875976562,15.8783,13.207422875976562,15.8258,13.011642875976563,15.7321L10.415712875976563,18.328Z stroke-opacity=0 stroke=none>');
2759
+ const dl = () => Cl();
2760
+ var fl = /* @__PURE__ */ g('<svg class=icon-overlay viewBox="0 0 22 22"><path d=M13.1889,6C12.98303,6.582599999999999,12.42741,7,11.7743,7C11.12119,7,10.565570000000001,6.582599999999999,10.35965,6L3.5,6C3.223857,6,3,5.77614,3,5.5C3,5.22386,3.223857,5,3.5,5L10.35965,5C10.565570000000001,4.417404,11.12119,4,11.7743,4C12.42741,4,12.98303,4.417404,13.1889,5L18.5,5C18.7761,5,19,5.22386,19,5.5C19,5.77614,18.7761,6,18.5,6L13.1889,6ZM3,8.5C3,8.22386,3.223857,8,3.5,8L18.5,8C18.7761,8,19,8.22386,19,8.5C19,8.77614,18.7761,9,18.5,9L3.5,9C3.223857,9,3,8.77614,3,8.5ZM3.278549,11.5C3.278549,11.22386,3.502407,11,3.778549,11L18.7785,11C19.0547,11,19.2785,11.22386,19.2785,11.5C19.2785,11.77614,19.0547,12,18.7785,12L3.778549,12C3.502407,12,3.278549,11.77614,3.278549,11.5ZM3.139267,14.5C3.139267,14.2239,3.363124,14,3.6392670000000003,14L18.6393,14C18.915399999999998,14,19.1393,14.2239,19.1393,14.5C19.1393,14.7761,18.915399999999998,15,18.6393,15L3.6392670000000003,15C3.363124,15,3.139267,14.7761,3.139267,14.5ZM13.1889,18C12.98303,18.5826,12.42741,19,11.7743,19C11.12119,19,10.565570000000001,18.5826,10.35965,18L3.778549,18C3.502407,18,3.278549,17.7761,3.278549,17.5C3.278549,17.2239,3.502407,17,3.778549,17L10.35965,17C10.565570000000001,16.4174,11.12119,16,11.7743,16C12.42741,16,12.98303,16.4174,13.1889,17L18.7785,17C19.0547,17,19.2785,17.2239,19.2785,17.5C19.2785,17.7761,19.0547,18,18.7785,18L13.1889,18Z stroke-opacity=0 stroke=none>');
2761
+ const gl = () => fl();
2762
+ var yl = /* @__PURE__ */ g('<svg class=icon-overlay viewBox="0 0 22 22"><path d=M4.91465,6C4.70873,6.582599999999999,4.15311,7,3.5,7C2.671573,7,2,6.32843,2,5.5C2,4.671573,2.671573,4,3.5,4C4.15311,4,4.70873,4.417404,4.91465,5L18.2257,5C18.5018,5,18.7257,5.22386,18.7257,5.5C18.7257,5.77614,18.5018,6,18.2257,6L4.91465,6ZM2.7257,8.5C2.7257,8.22386,2.949558,8,3.2257,8L18.2257,8C18.5018,8,18.7257,8.22386,18.7257,8.5C18.7257,8.77614,18.5018,9,18.2257,9L3.2257,9C2.949558,9,2.7257,8.77614,2.7257,8.5ZM3.00425,11.5C3.00425,11.22386,3.22811,11,3.50425,11L18.5042,11C18.7804,11,19.0042,11.22386,19.0042,11.5C19.0042,11.77614,18.7804,12,18.5042,12L3.50425,12C3.22811,12,3.00425,11.77614,3.00425,11.5ZM2.864967,14.5C2.864967,14.2239,3.08882,14,3.36497,14L18.365,14C18.6411,14,18.865,14.2239,18.865,14.5C18.865,14.7761,18.6411,15,18.365,15L3.36497,15C3.08882,15,2.864967,14.7761,2.864967,14.5ZM20,17.5C20,18.328400000000002,19.3284,19,18.5,19C17.846899999999998,19,17.2913,18.5826,17.0854,18L3.50425,18C3.22811,18,3.00425,17.7761,3.00425,17.5C3.00425,17.2239,3.22811,17,3.50425,17L17.0854,17C17.2913,16.4174,17.846899999999998,16,18.5,16C19.3284,16,20,16.671599999999998,20,17.5Z stroke-opacity=0 stroke=none>');
2763
+ const ml = () => yl();
2764
+ var hl = /* @__PURE__ */ g('<svg class=icon-overlay viewBox="0 0 22 22"><ellipse cx=10.5 cy=11.5 rx=1.5 ry=1.5 stroke-opacity=0 stroke=none></ellipse><ellipse cx=17.5 cy=11.5 rx=1.5 ry=1.5 stroke-opacity=0 stroke=none></ellipse><ellipse cx=10.5 cy=11.5 rx=7 ry=7 fill-opacity=0 stroke-opacity=1 fill=none stroke-width=1></ellipse><ellipse cx=10.5 cy=11.5 rx=5 ry=5 fill-opacity=0 stroke-opacity=1 fill=none stroke-width=1></ellipse><ellipse cx=10.5 cy=11.5 rx=3 ry=3 fill-opacity=0 stroke-opacity=1 fill=none stroke-width=1>');
2765
+ const pl = () => hl();
2766
+ var vl = /* @__PURE__ */ g('<svg class=icon-overlay viewBox="0 0 22 22"><path d=M3,7.32468C5.90649,3.3893050000000002,11.49833,2.81306,14.6674,6.31944C14.9056,6.1554199999999994,15.192,6.05979,15.5,6.05979C15.845,6.05979,16.1628,6.17974,16.4162,6.381349999999999L18.4509,4.23827L19,4.816615L16.8945,7.03429C16.962600000000002,7.21075,17,7.40319,17,7.60463C17,8.45782,16.328400000000002,9.14947,15.5,9.14947C14.6716,9.14947,14,8.45782,14,7.60463C14,7.36402,14.0534,7.13625,14.1487,6.93322C11.32695,3.748365,6.25159,4.253956,3.612785,7.82695L3,7.32468ZM14.09,15.4717C15.7427,13.78985,16.244500000000002,11.524740000000001,15.5633,9.30134L15.5618,9.30134L16.3012,9.0502C17.072400000000002,11.56646,16.497700000000002,14.158,14.6282,16.0599C12.28737,18.442,8.62386,18.6988,6.41348,16.4501C4.5526,14.5572,4.52076,11.19671,6.36766,9.3177C7.89069,7.76754,10.07544,7.706189999999999,11.56741,9.22363C11.95453,9.61742,12.24817,10.08363,12.43369,10.57677L14.1451,8.77421L14.6942,9.35256L12.64982,11.50582C12.65827,11.59712,12.66295,11.68839,12.66378,11.77936C12.87398,12.04523,13,12.38451,13,12.7541C13,13.60729,12.32843,14.2989,11.5,14.2989C10.67157,14.2989,10,13.60729,10,12.7541C10,11.90091,10.67157,11.20926,11.5,11.20926C11.60387,11.20926,11.70528,11.220130000000001,11.8032,11.240829999999999L11.81763,11.22564C11.69858,10.71874,11.42858,10.21929,11.0284,9.81179C9.844000000000001,8.60765,8.136890000000001,8.65592,6.90822,9.90586C5.37975,11.460930000000001,5.40693,14.288,6.95404,15.8619C8.84598,17.7867,12.03496,17.5626,14.09,15.4717Z stroke-opacity=0 stroke=none>');
2767
+ const _l = () => vl();
2768
+ var Ll = /* @__PURE__ */ g('<svg class=icon-overlay viewBox="0 0 22 22"><path d=M4,17.0854L4,3.5C4,3.223858,4.22386,3,4.5,3C4.77614,3,5,3.223858,5,3.5L5,10L7.57584,10L9.8127,4.46359C9.91614,4.20756,10.20756,4.08386,10.46359,4.1873000000000005C10.71963,4.29075,10.84333,4.58216,10.73988,4.8382000000000005L8.65438,10L11.08535,10C11.29127,9.4174,11.84689,9,12.5,9C12.65154,9,12.79784,9.02247,12.93573,9.06427L16.6464,5.35355C16.8417,5.15829,17.1583,5.15829,17.3536,5.35355C17.5488,5.54882,17.5488,5.8654,17.3536,6.06066L13.7475,9.66675C13.907,9.90508,14,10.19168,14,10.5C14,11.15311,13.5826,11.70873,13,11.91465L13,14.3638L18.3714,12.1936C18.6274,12.09015,18.918799999999997,12.21385,19.0222,12.46989C19.1257,12.72592,19.002,13.0173,18.746000000000002,13.1208L13,15.4423L13,18L19.5,18C19.7761,18,20,18.2239,20,18.5C20,18.7761,19.7761,19,19.5,19L5.91465,19C5.70873,19.5826,5.15311,20,4.5,20C3.671573,20,3,19.3284,3,18.5C3,17.846899999999998,3.417404,17.2913,4,17.0854ZM6.3729499999999994,17.0413L12,14.7678L12,11.91465C11.88136,11.87271,11.76956,11.81627,11.66675,11.74746L6.3729499999999994,17.0413ZM12,15.8463L6.6694700000000005,18L12,18L12,15.8463ZM6.38629,15.6137L8.250350000000001,11L11,11L6.38629,15.6137ZM5,11L7.17182,11L5,16.3754L5,11Z stroke-opacity=0 fill-rule=evenodd fill-opacity=1>');
2769
+ const bl = () => Ll();
2770
+ var $l = /* @__PURE__ */ g('<svg class=icon-overlay viewBox="0 0 22 22"><path d=M17,4.5C17,5.32843,16.328400000000002,6,15.5,6C15.0931,6,14.7241,5.83802,14.4539,5.57503L5.98992,8.32515C5.99658,8.38251,6,8.440850000000001,6,8.5C6,9.15311,5.582599999999999,9.70873,5,9.91465L5,11.08535C5.42621,11.236,5.763999999999999,11.57379,5.91465,12L19.5,12C19.7761,12,20,12.22386,20,12.5C20,12.77614,19.7761,13,19.5,13L5.91465,13C5.70873,13.5826,5.15311,14,4.5,14C3.671573,14,3,13.3284,3,12.5C3,11.84689,3.417404,11.29127,4,11.08535L4,9.91465C3.417404,9.70873,3,9.15311,3,8.5C3,7.67157,3.671573,7,4.5,7C4.90411,7,5.2709,7.15981,5.5406200000000005,7.41967L14.0093,4.66802C14.0032,4.6128599999999995,14,4.5568,14,4.5C14,3.671573,14.6716,3,15.5,3C16.328400000000002,3,17,3.671573,17,4.5ZM4,15.5C4,15.2239,4.22386,15,4.5,15L19.5,15C19.7761,15,20,15.2239,20,15.5C20,15.7761,19.7761,16,19.5,16L4.5,16C4.22386,16,4,15.7761,4,15.5ZM4,18.5C4,18.2239,4.22386,18,4.5,18L19.5,18C19.7761,18,20,18.2239,20,18.5C20,18.7761,19.7761,19,19.5,19L4.5,19C4.22386,19,4,18.7761,4,18.5Z stroke-opacity=0 stroke=none>');
2771
+ const xl = () => $l();
2772
+ var kl = /* @__PURE__ */ g('<svg class=icon-overlay viewBox="0 0 22 22"><path d=M20,3.5C20,4.15311,19.5826,4.70873,19,4.91465L19,18.5C19,18.7761,18.7761,19,18.5,19L4.91465,19C4.70873,19.5826,4.15311,20,3.5,20C2.671573,20,2,19.3284,2,18.5C2,17.846899999999998,2.417404,17.2913,3,17.0854L3,3.5C3,3.22386,3.22386,3,3.5,3L17.0854,3C17.2913,2.417404,17.846899999999998,2,18.5,2C19.3284,2,20,2.671573,20,3.5ZM17.0854,4C17.236,4.42621,17.5738,4.763999999999999,18,4.91465L18,8L14,8L14,4L17.0854,4ZM13,4L13,8L9,8L9,4L13,4ZM13,9L9,9L9,13L13,13L13,9ZM13,14L9,14L9,18L13,18L13,14ZM14,18L14,14L18,14L18,18L14,18ZM18,13L14,13L14,9L18,9L18,13ZM4.91465,18C4.763999999999999,17.5738,4.42621,17.236,4,17.0854L4,14L8,14L8,18L4.91465,18ZM4,8L4,4L8,4L8,8L4,8ZM8,9L8,13L4,13L4,9L8,9Z stroke-opacity=0 fill-rule=evenodd fill-opacity=1>');
2773
+ const wl = () => kl();
2774
+ var Al = /* @__PURE__ */ g('<svg class=icon-overlay viewBox="0 0 22 22"><ellipse cx=10.5 cy=11.5 rx=1.5 ry=1.5 stroke-opacity=0 stroke=none></ellipse><ellipse cx=17.5 cy=11.5 rx=1.5 ry=1.5 stroke-opacity=0 stroke=none></ellipse><ellipse cx=10.5 cy=11.5 rx=7 ry=7 fill-opacity=0 fill=none stroke-opacity=1 stroke-width=1>');
2775
+ const Ml = () => Al();
2776
+ var Sl = /* @__PURE__ */ g('<svg class=icon-overlay viewBox="0 0 22 22"><path d=M11.57625,6.9981C11.55099,6.999359999999999,11.52557,7,11.5,7C11.34,7,11.18584,6.97495,11.04125,6.9285499999999995L5.55401,16.4327C5.713760000000001,16.5905,5.83826,16.7839,5.91465,17L16.0854,17C16.2187,16.622700000000002,16.4987,16.314700000000002,16.8569,16.1445L11.57625,6.9981ZM12.50759,6.611219999999999C12.81005,6.336790000000001,13,5.94058,13,5.5C13,4.671573,12.32843,4,11.5,4C10.67157,4,10,4.671573,10,5.5C10,5.80059,10.08841,6.08052,10.24066,6.31522L4.64514,16.0069C4.59738,16.002299999999998,4.54896,16,4.5,16C3.671573,16,3,16.671599999999998,3,17.5C3,18.328400000000002,3.671573,19,4.5,19C5.15311,19,5.70873,18.5826,5.91465,18L16.0854,18C16.2913,18.5826,16.846899999999998,19,17.5,19C18.328400000000002,19,19,18.328400000000002,19,17.5C19,16.8365,18.5691,16.2735,17.971899999999998,16.075699999999998L12.50759,6.611219999999999Z stroke-opacity=0 fill-rule=evenodd fill-opacity=1>');
2777
+ const Tl = () => Sl();
2778
+ var Il = /* @__PURE__ */ g('<svg class=icon-overlay viewBox="0 0 22 22"><path d=M19,4.5C19,5.15311,18.5826,5.70873,18,5.91465L18,18.5C18,18.7761,17.7761,19,17.5,19L5.91465,19C5.70873,19.5826,5.15311,20,4.5,20C3.671573,20,3,19.3284,3,18.5C3,17.846899999999998,3.417404,17.2913,4,17.0854L4,4.5C4,4.22386,4.22386,4,4.5,4L16.0854,4C16.2913,3.417404,16.846899999999998,3,17.5,3C18.328400000000002,3,19,3.671573,19,4.5ZM5,5L16.0854,5C16.236,5.42621,16.5738,5.763999999999999,17,5.91465L17,18L5.91465,18C5.763999999999999,17.5738,5.42621,17.236,5,17.0854L5,5Z stroke-opacity=0 fill-rule=evenodd fill-opacity=1>');
2779
+ const Pl = () => Il();
2780
+ var Dl = /* @__PURE__ */ g('<svg class=icon-overlay viewBox="0 0 22 22"><path d=M19.6401,7.99355C20.4028,7.92291,21,7.2811900000000005,21,6.5C21,5.671573,20.3284,5,19.5,5C18.8469,5,18.2913,5.417404,18.0854,6L7.62067,6C7.34453,6,7.12067,6.22386,7.12067,6.5C7.12067,6.5479,7.12741,6.59423,7.13999,6.63809L3.2294099999999997,15.0243C2.530138,15.1517,2,15.764,2,16.5C2,17.328400000000002,2.671573,18,3.5,18C4.15311,18,4.70873,17.5826,4.91465,17L14.5963,17C14.6456,17.076,14.7162,17.1396,14.8044,17.1807C15.0546,17.2974,15.3521,17.1891,15.4688,16.9388L19.6401,7.99355ZM14.7896,16.0293L18.6551,7.739599999999999C18.3942,7.56144,18.1925,7.30307,18.0854,7L8.0746,7L4.25044,15.2009C4.55701,15.3784,4.79493,15.6613,4.91465,16L14.6207,16C14.68,16,14.7368,16.0103,14.7896,16.0293Z stroke-opacity=0 fill-rule=evenodd fill-opacity=1>');
2781
+ const Bl = () => Dl();
2782
+ var Ol = /* @__PURE__ */ g('<svg class=icon-overlay viewBox="0 0 22 22"><path d=M8.134443814697265,7.494615087890625L8.764323814697265,7.494615087890625L8.764323814697265,3.414215087890625L8.310223814697267,3.414215087890625L7.294603814697266,4.005035087890625L7.289713814697266,4.634915087890625L8.134443814697265,4.149892087890625L8.134443814697265,7.494615087890625ZM18.832003814697266,6.933095087890624Q19.004603814697266,6.635245087890625,19.004603814697266,6.2543850878906255Q19.004603814697266,5.884915087890625,18.845103814697264,5.593575087890625Q18.685503814697267,5.3006050878906255,18.399103814697266,5.136225087890625Q18.114303814697266,4.9702050878906245,17.754603814697266,4.9653250878906245L18.820603814697265,3.840647087890625L18.820603814697265,3.414215087890625L16.519203814697264,3.414215087890625L16.519203814697264,3.939931087890625L18.050803814697264,3.939931087890625L16.719403814697266,5.334785087890625L17.074203814697263,5.7205350878906245Q17.254903814697265,5.484525087890625,17.619503814697268,5.484525087890625Q17.980803814697268,5.484525087890625,18.187503814697266,5.689605087890625Q18.394203814697267,5.894685087890625,18.394203814697267,6.2543850878906255Q18.394203814697267,6.604315087890625,18.187503814697266,6.822415087890625Q17.980803814697268,7.0405150878906255,17.640603814697265,7.0405150878906255Q17.334603814697267,7.0405150878906255,17.124703814697266,6.890775087890625Q16.914703814697265,6.739415087890626,16.820303814697265,6.469225087890624L16.354803814697263,6.744295087890626Q16.480103814697266,7.125155087890625,16.821903814697265,7.341625087890625Q17.165403814697264,7.559725087890625,17.640603814697265,7.559725087890625Q18.039403814697266,7.559725087890625,18.348603814697267,7.393705087890625Q18.659503814697267,7.229315087890625,18.832003814697266,6.933095087890624ZM10.000003814697266,10.634915087890626C10.000003814697266,11.024655087890626,9.851363814697265,11.379685087890625,9.607683814697266,11.646395087890625L12.168903814697266,15.171615087890626C12.275403814697265,15.147615087890625,12.386203814697266,15.134915087890626,12.500003814697266,15.134915087890626C12.596503814697266,15.134915087890626,12.690803814697265,15.144015087890624,12.782303814697265,15.161415087890624L16.108803814697268,11.196955087890625C16.038703814697264,11.023375087890624,16.000003814697266,10.833655087890625,16.000003814697266,10.634915087890626C16.000003814697266,9.806495087890625,16.671603814697264,9.134915087890626,17.500003814697266,9.134915087890626C18.328403814697264,9.134915087890626,19.000003814697266,9.806495087890625,19.000003814697266,10.634915087890626C19.000003814697266,11.463345087890625,18.328403814697264,12.134915087890626,17.500003814697266,12.134915087890626C17.239503814697265,12.134915087890626,16.994503814697268,12.068495087890625,16.781003814697264,11.951675087890624L13.654703814697266,15.677415087890624C13.870303814697266,15.937215087890625,14.000003814697266,16.270915087890625,14.000003814697266,16.634915087890626C14.000003814697266,17.463315087890624,13.328403814697266,18.134915087890626,12.500003814697266,18.134915087890626C11.671573814697265,18.134915087890626,11.000003814697266,17.463315087890624,11.000003814697266,16.634915087890626C11.000003814697266,16.284415087890626,11.120193814697265,15.962015087890626,11.321603814697266,15.706715087890625L8.715393814697265,12.119565087890624C8.645053814697267,12.129685087890625,8.573143814697266,12.134915087890626,8.500003814697266,12.134915087890626C8.162103814697264,12.134915087890626,7.8503038146972655,12.023195087890626,7.599523814697266,11.834665087890626L4.505583814697266,15.521915087890624C4.809213814697266,15.796415087890624,5.000003814697266,16.193415087890624,5.000003814697266,16.634915087890626C5.000003814697266,17.463315087890624,4.328433814697266,18.134915087890626,3.5000038146972656,18.134915087890626C2.6715768146972656,18.134915087890626,2.0000038146972656,17.463315087890624,2.0000038146972656,16.634915087890626C2.0000038146972656,15.806515087890626,2.6715768146972656,15.134915087890626,3.5000038146972656,15.134915087890626C3.508253814697266,15.134915087890626,3.5164838146972657,15.135015087890626,3.524703814697266,15.135115087890625L7.033823814697266,10.953115087890625C7.011673814697265,10.850565087890626,7.000003814697266,10.744105087890624,7.000003814697266,10.634915087890626C7.000003814697266,9.806495087890625,7.671573814697266,9.134915087890626,8.500003814697266,9.134915087890626C9.328433814697267,9.134915087890626,10.000003814697266,9.806495087890625,10.000003814697266,10.634915087890626Z stroke-opacity=0 stroke=none>');
2783
+ const El = () => Ol();
2784
+ var Fl = /* @__PURE__ */ g('<svg class=icon-overlay viewBox="0 0 22 22"><path d=M8.13444,7.494615087890625L8.76432,7.494615087890625L8.76432,3.414215087890625L8.310220000000001,3.414215087890625L7.2946,4.005035087890625L7.28971,4.634915087890625L8.13444,4.149892087890625L8.13444,7.494615087890625ZM18.832,6.929835087890625Q19.0046,6.635245087890625,19.0046,6.2543850878906255Q19.0046,5.889805087890625,18.8451,5.5952050878906245Q18.6855,5.3006050878906255,18.3975,5.132965087890625Q18.1094,4.9653250878906245,17.7399,4.9653250878906245Q17.435499999999998,4.9653250878906245,17.1556,5.149245087890625L17.2793,3.939931087890625L18.8304,3.939931087890625L18.8304,3.414215087890625L16.7406,3.414215087890625L16.5094,5.665195087890625L17.0156,5.795405087890625Q17.095399999999998,5.655425087890626,17.2516,5.570795087890625Q17.4095,5.484525087890625,17.6357,5.484525087890625Q17.9694,5.484525087890625,18.1842,5.697745087890625Q18.4007,5.909335087890625,18.4007,6.2543850878906255Q18.4007,6.604315087890625,18.1842,6.822415087890625Q17.9694,7.0405150878906255,17.6292,7.0405150878906255Q17.3298,7.0405150878906255,17.119799999999998,6.890775087890625Q16.9098,6.739415087890626,16.825200000000002,6.474115087890625L16.3597,6.749175087890626Q16.470399999999998,7.110505087890624,16.807299999999998,7.335115087890625Q17.144199999999998,7.559725087890625,17.6292,7.559725087890625Q18.0296,7.559725087890625,18.3438,7.392075087890625Q18.6595,7.224435087890625,18.832,6.929835087890625ZM10,10.634915087890626C10,11.024655087890626,9.85136,11.379685087890625,9.60768,11.646395087890625L12.1689,15.171615087890626C12.2754,15.147615087890625,12.3862,15.134915087890626,12.5,15.134915087890626C12.5965,15.134915087890626,12.6908,15.144015087890624,12.7823,15.161415087890624L16.108800000000002,11.196955087890625C16.0387,11.023375087890624,16,10.833655087890625,16,10.634915087890626C16,9.806495087890625,16.671599999999998,9.134915087890626,17.5,9.134915087890626C18.3284,9.134915087890626,19,9.806495087890625,19,10.634915087890626C19,11.463345087890625,18.3284,12.134915087890626,17.5,12.134915087890626C17.2395,12.134915087890626,16.994500000000002,12.068505087890625,16.781,11.951675087890624L13.6547,15.677415087890624C13.8703,15.937215087890625,14,16.270915087890625,14,16.634915087890626C14,17.463315087890624,13.3284,18.134915087890626,12.5,18.134915087890626C11.67157,18.134915087890626,11,17.463315087890624,11,16.634915087890626C11,16.284415087890626,11.12019,15.962015087890626,11.3216,15.706715087890625L8.71539,12.119565087890624C8.645050000000001,12.129685087890625,8.57314,12.134915087890626,8.5,12.134915087890626C8.162099999999999,12.134915087890626,7.8503,12.023195087890626,7.59952,11.834665087890626L4.50558,15.521915087890624C4.80921,15.796415087890624,5,16.193415087890624,5,16.634915087890626C5,17.463315087890624,4.32843,18.134915087890626,3.5,18.134915087890626C2.671573,18.134915087890626,2,17.463315087890624,2,16.634915087890626C2,15.806515087890626,2.671573,15.134915087890626,3.5,15.134915087890626C3.5082500000000003,15.134915087890626,3.51648,15.135015087890626,3.5247,15.135115087890625L7.03382,10.953115087890625C7.01167,10.850565087890626,7,10.744105087890624,7,10.634915087890626C7,9.806495087890625,7.67157,9.134915087890626,8.5,9.134915087890626C9.32843,9.134915087890626,10,9.806495087890625,10,10.634915087890626Z stroke-opacity=0 stroke=none>');
2785
+ const jl = () => Fl();
2786
+ var Kl = /* @__PURE__ */ g('<svg class=icon-overlay viewBox="0 0 22 22"><path d=M18.8532,7.020985087890625Q19.0257,6.734525087890625,19.0257,6.369945087890625Q19.0257,6.020005087890625,18.8499,5.754705087890625Q18.6758,5.489415087890626,18.3649,5.339675087890625Q18.5944,5.209465087890625,18.7214,4.994615087890625Q18.8499,4.779775087890625,18.8499,4.5193550878906255Q18.8499,4.2003480878906245,18.7002,3.951324087890625Q18.5505,3.700673087890625,18.277,3.557444087890625Q18.0052,3.414215087890625,17.6455,3.414215087890625Q17.285800000000002,3.414215087890625,17.0107,3.557444087890625Q16.7357,3.700673087890625,16.5843,3.951324087890625Q16.4346,4.2003480878906245,16.4346,4.5193550878906255Q16.4346,4.779775087890625,16.561500000000002,4.994615087890625Q16.6901,5.209465087890625,16.919600000000003,5.339675087890625Q16.6055,5.489415087890626,16.4297,5.757965087890625Q16.255499999999998,6.024895087890625,16.255499999999998,6.369945087890625Q16.255499999999998,6.734525087890625,16.4297,7.020985087890625Q16.6055,7.305815087890625,16.919600000000003,7.465325087890625Q17.2354,7.624825087890625,17.6455,7.624825087890625Q18.0557,7.624825087890625,18.3682,7.465325087890625Q18.6807,7.305815087890625,18.8532,7.020985087890625ZM8.76432,7.559725087890625L8.13444,7.559725087890625L8.13444,4.214996087890625L7.28971,4.700025087890625L7.2946,4.070139087890625L8.310220000000001,3.479319087890625L8.76432,3.479319087890625L8.76432,7.559725087890625ZM17.1816,4.955555087890625Q17.0042,4.784655087890625,17.0042,4.5095950878906255Q17.0042,4.229645087890625,17.18,4.057119087890625Q17.355800000000002,3.884592087890625,17.6455,3.884592087890625Q17.935200000000002,3.884592087890625,18.1077,4.057119087890625Q18.2803,4.229645087890625,18.2803,4.5095950878906255Q18.2803,4.784655087890625,18.1045,4.955555087890625Q17.930300000000003,5.124825087890625,17.6455,5.124825087890625Q17.3607,5.124825087890625,17.1816,4.955555087890625ZM18.2217,5.7953950878906255Q18.4398,6.005365087890625,18.4398,6.3552950878906245Q18.4398,6.705235087890625,18.2217,6.915195087890625Q18.0052,7.125155087890625,17.6455,7.125155087890625Q17.285800000000002,7.125155087890625,17.067700000000002,6.915195087890625Q16.849600000000002,6.705235087890625,16.849600000000002,6.3552950878906245Q16.849600000000002,6.005365087890625,17.064500000000002,5.7953950878906255Q17.2793,5.585435087890625,17.6455,5.585435087890625Q18.0052,5.585435087890625,18.2217,5.7953950878906255ZM9.60768,11.711495087890626C9.85136,11.444785087890626,10,11.089765087890626,10,10.700025087890625C10,9.871595087890626,9.32843,9.200025087890625,8.5,9.200025087890625C7.67157,9.200025087890625,7,9.871595087890626,7,10.700025087890625C7,10.809205087890625,7.01167,10.915665087890625,7.03382,11.018215087890624L3.5247,15.200215087890625C3.51648,15.200115087890625,3.5082500000000003,15.200015087890625,3.5,15.200015087890625C2.671573,15.200015087890625,2,15.871615087890625,2,16.700015087890627C2,17.528415087890625,2.671573,18.200015087890627,3.5,18.200015087890627C4.32843,18.200015087890627,5,17.528415087890625,5,16.700015087890627C5,16.258515087890625,4.80921,15.861515087890625,4.50558,15.587015087890626L7.59952,11.899765087890625C7.8503,12.088295087890625,8.162099999999999,12.200025087890625,8.5,12.200025087890625C8.57314,12.200025087890625,8.645050000000001,12.194785087890626,8.71539,12.184675087890625L11.3216,15.771815087890625C11.12019,16.027215087890625,11,16.349515087890623,11,16.700015087890627C11,17.528415087890625,11.67157,18.200015087890627,12.5,18.200015087890627C13.3284,18.200015087890627,14,17.528415087890625,14,16.700015087890627C14,16.336015087890623,13.8703,16.002315087890626,13.6547,15.742515087890625L16.781,12.016775087890625C16.994500000000002,12.133605087890626,17.2395,12.200025087890625,17.5,12.200025087890625C18.3284,12.200025087890625,19,11.528445087890624,19,10.700025087890625C19,9.871595087890626,18.3284,9.200025087890625,17.5,9.200025087890625C16.671599999999998,9.200025087890625,16,9.871595087890626,16,10.700025087890625C16,10.898765087890624,16.0387,11.088475087890625,16.108800000000002,11.262055087890625L12.7823,15.226515087890625C12.6908,15.209115087890625,12.5965,15.200015087890625,12.5,15.200015087890625C12.3862,15.200015087890625,12.2754,15.212715087890626,12.1689,15.236715087890625L9.60768,11.711495087890626Z stroke-opacity=0 stroke=none>');
2787
+ const Nl = () => Kl();
2788
+ var Zl = /* @__PURE__ */ g('<svg class=icon-overlay viewBox="0 0 22 22"><path d=M9.474616630859375,7.494615087890625L8.844736630859375,7.494615087890625L8.844736630859375,4.149892087890625L8.000006630859374,4.634915087890625L8.004896630859374,4.005035087890625L9.020516630859376,3.414215087890625L9.474616630859375,3.414215087890625L9.474616630859375,7.494615087890625ZM18.529296630859378,4.8318550878906255Q18.307996630859375,5.028795087890625,18.122396630859377,5.385245087890625Q17.868496630859376,5.019035087890625,17.629196630859376,4.8269750878906255Q17.389996630859375,4.634915087890625,17.168596630859376,4.634915087890625Q16.794296630859375,4.634915087890625,16.522496630859376,4.976715087890625Q16.252296630859377,5.3168850878906255,16.252296630859377,5.7856350878906255Q16.252296630859377,6.218575087890625,16.502896630859375,6.521315087890625Q16.755196630859373,6.822415087890625,17.114896630859377,6.822415087890625Q17.368796630859375,6.822415087890625,17.588596630859374,6.625475087890624Q17.809896630859377,6.428535087890625,17.998696630859374,6.0688350878906245Q18.249396630859373,6.439935087890625,18.488596630859377,6.631985087890625Q18.727896630859377,6.822415087890625,18.952496630859375,6.822415087890625Q19.326796630859373,6.822415087890625,19.596996630859376,6.482245087890625Q19.868796630859375,6.140455087890626,19.868796630859375,5.671705087890626Q19.868796630859375,5.238755087890625,19.618196630859376,4.937655087890625Q19.367496630859375,4.634915087890625,19.006196630859375,4.634915087890625Q18.750696630859377,4.634915087890625,18.529296630859378,4.8318550878906255ZM18.337296630859377,5.674955087890625L18.278696630859375,5.596835087890625Q18.449596630859375,5.272935087890625,18.622096630859374,5.1101750878906245Q18.794596630859374,4.947415087890625,18.967096630859373,4.947415087890625Q19.194996630859375,4.947415087890625,19.346396630859374,5.1345950878906255Q19.497696630859377,5.320135087890625,19.497696630859377,5.598455087890625Q19.497696630859377,5.8914250878906245,19.360996630859376,6.096505087890625Q19.224296630859374,6.301585087890626,19.027396630859375,6.301585087890626Q18.915096630859374,6.301585087890626,18.742496630859375,6.146965087890624Q18.569996630859375,5.992335087890625,18.337296630859377,5.674955087890625ZM17.785496630859377,5.779125087890625L17.842496630859372,5.857245087890625Q17.668296630859373,6.186025087890625,17.495796630859374,6.348785087890625Q17.324896630859374,6.509915087890625,17.153996630859375,6.509915087890625Q16.926096630859377,6.509915087890625,16.774796630859377,6.324375087890624Q16.623396630859375,6.137195087890625,16.623396630859375,5.858875087890625Q16.623396630859375,5.565905087890625,16.761696630859376,5.360825087890625Q16.900096630859373,5.1557550878906255,17.095396630859376,5.1557550878906255Q17.228896630859374,5.1557550878906255,17.365596630859375,5.2778250878906245Q17.502296630859377,5.399895087890625,17.785496630859377,5.779125087890625ZM10.710296630859375,10.634915087890626C10.710296630859375,11.024655087890626,10.561656630859375,11.379685087890625,10.317976630859375,11.646395087890625L12.879196630859376,15.171615087890626C12.985696630859374,15.147615087890625,13.096496630859376,15.134915087890626,13.210296630859375,15.134915087890626C13.306796630859376,15.134915087890626,13.401096630859374,15.144015087890624,13.492596630859374,15.161415087890624L16.819096630859377,11.196955087890625C16.748996630859374,11.023375087890624,16.710296630859375,10.833655087890625,16.710296630859375,10.634915087890626C16.710296630859375,9.806495087890625,17.381896630859373,9.134915087890626,18.210296630859375,9.134915087890626C19.038696630859373,9.134915087890626,19.710296630859375,9.806495087890625,19.710296630859375,10.634915087890626C19.710296630859375,11.463345087890625,19.038696630859373,12.134915087890626,18.210296630859375,12.134915087890626C17.949796630859375,12.134915087890626,17.704796630859377,12.068505087890625,17.491296630859374,11.951675087890624L14.364996630859375,15.677415087890624C14.580596630859375,15.937215087890625,14.710296630859375,16.270915087890625,14.710296630859375,16.634915087890626C14.710296630859375,17.463315087890624,14.038696630859375,18.134915087890626,13.210296630859375,18.134915087890626C12.381866630859374,18.134915087890626,11.710296630859375,17.463315087890624,11.710296630859375,16.634915087890626C11.710296630859375,16.284415087890626,11.830486630859374,15.962015087890626,12.031896630859375,15.706715087890625L9.425686630859374,12.119565087890624C9.355346630859376,12.129685087890625,9.283436630859375,12.134915087890626,9.210296630859375,12.134915087890626C8.872396630859374,12.134915087890626,8.560596630859376,12.023195087890626,8.309816630859375,11.834665087890626L5.215876630859375,15.521915087890624C5.519506630859375,15.796415087890624,5.710296630859375,16.193415087890624,5.710296630859375,16.634915087890626C5.710296630859375,17.463315087890624,5.038726630859375,18.134915087890626,4.210296630859375,18.134915087890626C3.381869630859375,18.134915087890626,2.710296630859375,17.463315087890624,2.710296630859375,16.634915087890626C2.710296630859375,15.806515087890626,3.381869630859375,15.134915087890626,4.210296630859375,15.134915087890626C4.218546630859375,15.134915087890626,4.226776630859375,15.135015087890626,4.234996630859375,15.135115087890625L7.744116630859375,10.953115087890625C7.721966630859375,10.850565087890626,7.710296630859375,10.744105087890624,7.710296630859375,10.634915087890626C7.710296630859375,9.806495087890625,8.381866630859374,9.134915087890626,9.210296630859375,9.134915087890626C10.038726630859376,9.134915087890626,10.710296630859375,9.806495087890625,10.710296630859375,10.634915087890626Z stroke-opacity=0 stroke=none>');
2789
+ const Ql = () => Zl();
2790
+ var Rl = /* @__PURE__ */ g('<svg class=icon-overlay viewBox="0 0 22 22"><path d=M21,5.5C21,6.32843,20.3284,7,19.5,7C19.4136,7,19.3289,6.99269,19.2465,6.97866L15.6257,15.5086C15.8587,15.7729,16,16.119999999999997,16,16.5C16,17.328400000000002,15.3284,18,14.5,18C13.8469,18,13.2913,17.5826,13.0854,17L3.91465,17C3.70873,17.5826,3.15311,18,2.5,18C1.671573,18,1,17.328400000000002,1,16.5C1,15.6716,1.671573,15,2.5,15C2.5840199999999998,15,2.66643,15.0069,2.74668,15.0202L6.36934,6.48574C6.13933,6.22213,6,5.87733,6,5.5C6,4.671573,6.67157,4,7.5,4C8.15311,4,8.70873,4.417404,8.91465,5L18.0854,5C18.2913,4.417404,18.8469,4,19.5,4C20.3284,4,21,4.671573,21,5.5ZM18.0854,6L8.91465,6C8.892579999999999,6.06243,8.8665,6.12296,8.83672,6.18128L13.9814,15.0921C14.143,15.0325,14.3177,15,14.5,15C14.584,15,14.6664,15.0069,14.7467,15.0202L18.3693,6.48574C18.2462,6.3446,18.149,6.1802,18.0854,6ZM13.2036,15.745L8.0861,6.8811800000000005C7.90605,6.95768,7.70797,7,7.5,7C7.41359,7,7.32888,6.99269,7.24647,6.97866L3.62571,15.5086C3.7512,15.651,3.8501,15.8174,3.91465,16L13.0854,16C13.1169,15.9108,13.1566,15.8255,13.2036,15.745Z stroke-opacity=0 stroke=none>');
2791
+ const zl = () => Rl();
2792
+ var Ul = /* @__PURE__ */ g('<svg class=icon-overlay viewBox="0 0 22 22"><path d=M5.92159,5.93994C6.04014,5.90529,6.152620000000001,5.85639,6.25704,5.79523L9.12729,9.89437C9.045449999999999,10.07959,9,10.28449,9,10.5C9,10.79522,9.08529,11.07053,9.232569999999999,11.30262L4.97573,16.7511L5.92159,5.93994ZM4.92259,5.8848400000000005C4.38078,5.658659999999999,4,5.1238,4,4.5C4,3.671573,4.67157,3,5.5,3C6.2157,3,6.81433,3.50124,6.96399,4.17183L15.1309,4.88634C15.3654,4.36387,15.8902,4,16.5,4C17.328400000000002,4,18,4.67157,18,5.5C18,6.08983,17.659599999999998,6.60015,17.1645,6.84518L18.4264,14.0018C18.4508,14.0006,18.4753,14,18.5,14C19.3284,14,20,14.6716,20,15.5C20,16.328400000000002,19.3284,17,18.5,17C17.932499999999997,17,17.4386,16.6849,17.183799999999998,16.22L5.99686,18.5979C5.946429999999999,19.3807,5.29554,20,4.5,20C3.671573,20,3,19.3284,3,18.5C3,17.869300000000003,3.389292,17.3295,3.94071,17.1077L4.92259,5.8848400000000005ZM5.72452,17.6334C5.69799,17.596,5.6698,17.5599,5.64004,17.525100000000002L10.01843,11.92103C10.16958,11.97223,10.33155,12,10.5,12C10.80059,12,11.08052,11.91158,11.31522,11.75934L17.0606,15.0765C17.0457,15.1271,17.0335,15.1789,17.023899999999998,15.2317L5.72452,17.6334ZM11.92855,10.95875L17.4349,14.1379L16.1699,6.96356C15.9874,6.92257,15.8174,6.8483,15.6667,6.74746L11.99771,10.4165C11.99923,10.44414,12,10.47198,12,10.5C12,10.66,11.97495,10.814160000000001,11.92855,10.95875ZM10.5,9C10.259830000000001,9,10.03285,9.05644,9.83159,9.15679L7.04919,5.1831L15.0493,5.88302C15.054,5.90072,15.059,5.91829,15.0643,5.9357299999999995L11.56066,9.43934C11.28921,9.16789,10.91421,9,10.5,9Z stroke-opacity=0 fill-rule=evenodd fill-opacity=1>');
2793
+ const Yl = () => Ul();
2794
+ var Vl = /* @__PURE__ */ g('<svg viewBox="0 0 22 22"><path d=M4.727219638671875,8.007996215820313L9.973849638671876,2.7629472158203123C10.167279638671875,2.5696791158203123,10.480729638671875,2.5696791158203123,10.674169638671875,2.7629472158203123L13.223329638671874,5.311756215820313C13.416929638671874,5.505236215820313,13.416929638671874,5.8189862158203125,13.223329638671874,6.012466215820313L7.977129638671875,11.257906215820313C7.379859638671875,11.855176215820313,7.407609638671875,12.909396215820312,8.033809638671876,13.535596215820313C8.660409638671876,14.162596215820313,9.713849638671874,14.189996215820312,10.311129638671876,13.591896215820313L15.556929638671875,8.346066215820311C15.750429638671875,8.152526215820313,16.064229638671875,8.152526215820313,16.257629638671872,8.346066215820311L18.806529638671876,10.895266215820312C19.000029638671876,11.088746215820313,19.000029638671876,11.402496215820312,18.806529638671876,11.595976215820313L13.560629638671875,16.841796215820313C11.165619638671876,19.237196215820312,7.197149638671875,19.19919621582031,4.783499638671875,16.785496215820313C2.3698426386718747,14.371896215820312,2.331397638671875,10.403416215820313,4.727219638671875,8.007996215820313ZM12.172299638671875,5.662106215820312L10.323809638671875,3.8136162158203124L5.4287196386718755,8.709096215820313C3.422893638671875,10.714536215820312,3.4549956386718748,14.055196215820313,5.484999638671875,16.08479621582031C7.514609638671875,18.114796215820313,10.855289638671875,18.146496215820314,12.860719638671876,16.141096215820312L15.465629638671874,13.535796215820312L14.090929638671875,12.160756215820312L14.791629638671875,11.460436215820312L16.166229638671876,12.834996215820313L17.755829638671877,11.245226215820313L15.907729638671874,9.396736215820312L11.011839638671875,14.292596215820312C10.042809638671875,15.262396215820312,8.418249638671874,15.243796215820312,7.406019638671875,14.306496215820312L7.333099638671875,14.236296215820312C6.327599638671876,13.230796215820313,6.284009638671876,11.550396215820312,7.276419638671875,10.557586215820312L9.882199638671874,7.952026215820313L8.501079638671875,6.570906215820313L9.201789638671876,5.870186215820313L10.582939638671874,7.251336215820312L12.172299638671875,5.662106215820312Z stroke-opacity=0 fill-rule=evenodd fill-opacity=1>');
2795
+ const Hl = (e) => (() => {
2796
+ var t = Vl();
2729
2797
  return q(t, "class", `icon-overlay ${e ?? ""}`), t;
2730
2798
  })();
2731
- var Pl = /* @__PURE__ */ g('<svg viewBox="0 0 22 22"><defs><clipPath id=master_svg0_151_615><rect x=0 y=0 width=22 height=22 rx=0></rect></clipPath></defs><g clip-path=url(#master_svg0_151_615)><path d=M19.672,3.0673368C19.4417,2.9354008,19.1463,3.00292252,18.9994,3.2210900000000002L17.4588,5.50622L16.743299999999998,3.781253L13.9915,7.4662L13.9618,7.51108C13.8339,7.72862,13.8936,8.005659999999999,14.1004,8.15391L14.1462,8.183430000000001C14.3683,8.308720000000001,14.6511,8.25001,14.8022,8.047229999999999L16.4907,5.78571L17.246299999999998,7.60713L19.8374,3.7635389999999997L19.8651,3.717088C19.9871,3.484615,19.9023,3.199273,19.672,3.0673368ZM4.79974,8.462530000000001L10.117740000000001,3.252975C10.31381,3.0610145,10.63152,3.0610145,10.82759,3.252975L13.4115,5.78453C13.6076,5.976710000000001,13.6076,6.28833,13.4115,6.4805L8.093869999999999,11.69045C7.48847,12.28368,7.51659,13.3308,8.151309999999999,13.9528C8.786439999999999,14.5755,9.85421,14.6027,10.45961,14.0087L15.7768,8.79831C15.9729,8.60609,16.2909,8.60609,16.487099999999998,8.79831L19.0705,11.33026C19.2667,11.52244,19.2667,11.83406,19.0705,12.02623L13.7533,17.2366C11.32572,19.6158,7.30328,19.578,4.85679,17.1807C2.410298,14.7834,2.371331,10.84174,4.79974,8.462530000000001ZM12.3461,6.1325199999999995L10.47246,4.29654L5.51079,9.15889C3.477674,11.15076,3.510214,14.4688,5.56784,16.4847C7.62506,18.500999999999998,11.01117,18.5325,13.0439,16.540599999999998L15.6842,13.9529L14.2908,12.58718L15.0011,11.89161L16.394399999999997,13.2569L18.0056,11.67786L16.1323,9.84188L11.16985,14.7046C10.18764,15.6679,8.540980000000001,15.6494,7.51498,14.7184L7.44107,14.6487C6.4219,13.65,6.37771,11.98096,7.38362,10.994869999999999L10.02485,8.40693L8.624939999999999,7.03516L9.335180000000001,6.33919L10.73512,7.71099L12.3461,6.1325199999999995Z stroke-opacity=0 fill-rule=evenodd fill-opacity=1>');
2732
- const Dl = (e) => (() => {
2733
- var t = Pl();
2799
+ var Gl = /* @__PURE__ */ g('<svg viewBox="0 0 22 22"><defs><clipPath id=master_svg0_151_615><rect x=0 y=0 width=22 height=22 rx=0></rect></clipPath></defs><g clip-path=url(#master_svg0_151_615)><path d=M19.672,3.0673368C19.4417,2.9354008,19.1463,3.00292252,18.9994,3.2210900000000002L17.4588,5.50622L16.743299999999998,3.781253L13.9915,7.4662L13.9618,7.51108C13.8339,7.72862,13.8936,8.005659999999999,14.1004,8.15391L14.1462,8.183430000000001C14.3683,8.308720000000001,14.6511,8.25001,14.8022,8.047229999999999L16.4907,5.78571L17.246299999999998,7.60713L19.8374,3.7635389999999997L19.8651,3.717088C19.9871,3.484615,19.9023,3.199273,19.672,3.0673368ZM4.79974,8.462530000000001L10.117740000000001,3.252975C10.31381,3.0610145,10.63152,3.0610145,10.82759,3.252975L13.4115,5.78453C13.6076,5.976710000000001,13.6076,6.28833,13.4115,6.4805L8.093869999999999,11.69045C7.48847,12.28368,7.51659,13.3308,8.151309999999999,13.9528C8.786439999999999,14.5755,9.85421,14.6027,10.45961,14.0087L15.7768,8.79831C15.9729,8.60609,16.2909,8.60609,16.487099999999998,8.79831L19.0705,11.33026C19.2667,11.52244,19.2667,11.83406,19.0705,12.02623L13.7533,17.2366C11.32572,19.6158,7.30328,19.578,4.85679,17.1807C2.410298,14.7834,2.371331,10.84174,4.79974,8.462530000000001ZM12.3461,6.1325199999999995L10.47246,4.29654L5.51079,9.15889C3.477674,11.15076,3.510214,14.4688,5.56784,16.4847C7.62506,18.500999999999998,11.01117,18.5325,13.0439,16.540599999999998L15.6842,13.9529L14.2908,12.58718L15.0011,11.89161L16.394399999999997,13.2569L18.0056,11.67786L16.1323,9.84188L11.16985,14.7046C10.18764,15.6679,8.540980000000001,15.6494,7.51498,14.7184L7.44107,14.6487C6.4219,13.65,6.37771,11.98096,7.38362,10.994869999999999L10.02485,8.40693L8.624939999999999,7.03516L9.335180000000001,6.33919L10.73512,7.71099L12.3461,6.1325199999999995Z stroke-opacity=0 fill-rule=evenodd fill-opacity=1>');
2800
+ const Xl = (e) => (() => {
2801
+ var t = Gl();
2734
2802
  return q(t, "class", `icon-overlay ${e ?? ""}`), t;
2735
2803
  })();
2736
- var Bl = /* @__PURE__ */ g('<svg class=icon-overlay viewBox="0 0 22 22"><path d=M11,17C5.80945,17,3.667717,12.85,3.113386,11.575C2.9622047,11.2,2.9622047,10.8,3.113386,10.425C3.667717,9.15,5.80945,5,11,5C16.165399999999998,5,18.3323,9.15,18.8866,10.425C19.0378,10.8,19.0378,11.2,18.8866,11.575C18.3323,12.85,16.165399999999998,17,11,17ZM4.04567,10.8C3.995276,10.925,3.995276,11.05,4.04567,11.175C4.52441,12.325,6.43937,16,11,16C15.5606,16,17.4756,12.325,17.9543,11.2C18.0047,11.075,18.0047,10.95,17.9543,10.825C17.4756,9.675,15.5606,6,11,6C6.43937,6,4.52441,9.675,4.04567,10.8ZM11,13.5C9.61417,13.5,8.480319999999999,12.375,8.480319999999999,11C8.480319999999999,9.625,9.61417,8.5,11,8.5C12.38583,8.5,13.5197,9.625,13.5197,11C13.5197,12.375,12.38583,13.5,11,13.5ZM11,9.5C10.1685,9.5,9.48819,10.175,9.48819,11C9.48819,11.825,10.1685,12.5,11,12.5C11.8315,12.5,12.51181,11.825,12.51181,11C12.51181,10.175,11.8315,9.5,11,9.5Z stroke-opacity=0 fill-opacity=1>');
2737
- const Ol = () => Bl();
2738
- var El = /* @__PURE__ */ g('<svg class=icon-overlay viewBox="0 0 22 22"><path d=M5.80417,14.9887L4.62563,16.167299999999997C4.43037,16.3625,4.43037,16.6791,4.62563,16.8744C4.82089,17.0696,5.13748,17.0696,5.332739999999999,16.8744L6.62638,15.5807C7.75595,16.290100000000002,9.19328,16.7929,11,16.7929C16.165399999999998,16.7929,18.3323,12.64289,18.8866,11.36789C19.0378,10.99289,19.0378,10.59289,18.8866,10.21789C18.5549,9.45486,17.6456,7.66212,15.8617,6.34545L17.3536,4.853553C17.5488,4.658291,17.5488,4.341709,17.3536,4.146447C17.1583,3.9511845,16.8417,3.9511845,16.6464,4.146447L15.0014,5.7915399999999995C13.9314,5.1969,12.61166,4.792893,11,4.792893C5.80945,4.792893,3.667717,8.94289,3.113386,10.21789C2.9622049,10.59289,2.9622049,10.99289,3.113386,11.36789C3.424435,12.08333,4.2353000000000005,13.70399,5.80417,14.9887ZM7.36012,14.847C8.32327,15.4074,9.52286,15.7929,11,15.7929C15.5606,15.7929,17.4756,12.11789,17.9543,10.99289C18.0047,10.86789,18.0047,10.74289,17.9543,10.61789C17.659,9.90846,16.8171,8.23812,15.1447,7.06241L12.96929,9.23782C13.3134,9.66543,13.5197,10.20642,13.5197,10.79289C13.5197,12.16789,12.38583,13.29289,11,13.29289C10.41596,13.29289,9.87667,13.09308,9.44815,12.75896L7.36012,14.847ZM8.794609999999999,11.99829L6.520099999999999,14.2728C5.06905,13.12119,4.32057,11.628250000000001,4.04567,10.96789C3.995275,10.84289,3.995275,10.71789,4.04567,10.59289C4.52441,9.46789,6.43937,5.79289,11,5.79289C12.28868,5.79289,13.3661,6.086320000000001,14.2596,6.53329L12.19759,8.5953C11.84086,8.40257,11.43271,8.29289,11,8.29289C9.61417,8.29289,8.480319999999999,9.41789,8.480319999999999,10.79289C8.480319999999999,11.22918,8.594470000000001,11.64029,8.794609999999999,11.99829ZM10.16528,12.04183C10.404869999999999,12.20032,10.692070000000001,12.29289,11,12.29289C11.8315,12.29289,12.51181,11.61789,12.51181,10.79289C12.51181,10.48318,12.41593,10.194600000000001,12.25216,9.95494L10.16528,12.04183ZM11.43602,9.35687L9.55616,11.236740000000001C9.512,11.09633,9.48819,10.94724,9.48819,10.79289C9.48819,9.96789,10.1685,9.29289,11,9.29289C11.15142,9.29289,11.29782,9.31528,11.43602,9.35687Z stroke-opacity=0 fill-rule=evenodd fill-opacity=1>');
2739
- const Fl = () => El();
2740
- var Kl = /* @__PURE__ */ g('<svg class=icon-overlay viewBox="0 0 22 22"><defs><clipPath id=master_svg0_151_625><rect x=0 y=0 width=22 height=22 rx=0></rect></clipPath></defs><g clip-path=url(#master_svg0_151_625)><path d=M14.5385,9.76923L15.6538,9.76923C16.6538,9.76923,17.4615,10.576920000000001,17.4615,11.576920000000001L17.4615,17.1923C17.4615,18.1923,16.6538,19,15.6538,19L5.80769,19C4.807692,19,4,18.1923,4,17.1923L4,11.576920000000001C4,10.576920000000001,4.807692,9.76923,5.80769,9.76923L7.23077,9.76923L7.23077,7.576919999999999C7.23077,5.61538,8.88462,4,10.88462,4C12.88462,4,14.5385,5.61538,14.5385,7.576919999999999L14.5385,9.76923ZM10.88461,5.15385C9.5,5.15385,8.38461,6.23077,8.38461,7.576919999999999L8.38461,9.76923L13.38462,9.76923L13.38462,7.576919999999999C13.38462,6.23077,12.26923,5.15385,10.88461,5.15385ZM15.6538,17.8462C16,17.8462,16.3077,17.5385,16.3077,17.1923L16.3077,11.576920000000001C16.3077,11.23077,16,10.923079999999999,15.6538,10.923079999999999L5.80769,10.923079999999999C5.46154,10.923079999999999,5.15385,11.23077,5.15385,11.576920000000001L5.15385,17.1923C5.15385,17.5385,5.46154,17.8462,5.80769,17.8462L15.6538,17.8462ZM10.153839999999999,12.65385C10.153839999999999,12.34615,10.42307,12.07692,10.73076,12.07692C11.038450000000001,12.07692,11.307680000000001,12.34615,11.307680000000001,12.65385L11.307680000000001,14.5769C11.307680000000001,14.8846,11.038450000000001,15.1538,10.73076,15.1538C10.42307,15.1538,10.153839999999999,14.8846,10.153839999999999,14.5769L10.153839999999999,12.65385Z stroke-opacity=0 fill-rule=evenodd fill-opacity=1>');
2741
- const jl = () => Kl();
2742
- var Nl = /* @__PURE__ */ g('<svg class=icon-overlay viewBox="0 0 22 22"><defs><clipPath id=master_svg0_151_620><rect x=0 y=0 width=22 height=22 rx=0></rect></clipPath></defs><g clip-path=url(#master_svg0_151_620)><path d=M8.38461,9.76923L15.6538,9.76923C16.6538,9.76923,17.4615,10.576920000000001,17.4615,11.576920000000001L17.4615,17.1923C17.4615,18.1923,16.6538,19,15.6538,19L5.80769,19C4.807692,19,4,18.1923,4,17.1923L4,11.576920000000001C4,10.576920000000001,4.807693,9.76923,5.80769,9.76923L7.23077,9.76923L7.23077,7.576919999999999C7.23077,5.61538,8.88462,4,10.88462,4C12.46154,4,13.84615,4.961539,14.3462,6.423080000000001C14.4615,6.73077,14.3077,7.038460000000001,14,7.15385C13.69231,7.26923,13.38461,7.11538,13.26923,6.80769C12.92308,5.80769,11.96154,5.15385,10.88462,5.15385C9.5,5.15385,8.38461,6.23077,8.38461,7.576919999999999L8.38461,9.76923ZM15.6538,17.8462C16,17.8462,16.3077,17.5385,16.3077,17.1923L16.3077,11.576920000000001C16.3077,11.23077,16,10.923079999999999,15.6538,10.923079999999999L5.80769,10.923079999999999C5.46154,10.923079999999999,5.15385,11.23077,5.15385,11.576920000000001L5.15385,17.1923C5.15385,17.5385,5.46154,17.8462,5.80769,17.8462L15.6538,17.8462ZM10.153839999999999,12.65385C10.153839999999999,12.34615,10.42307,12.07692,10.73076,12.07692C11.03846,12.07692,11.307690000000001,12.34615,11.307690000000001,12.65385L11.307690000000001,14.5769C11.307690000000001,14.8846,11.03846,15.1538,10.73076,15.1538C10.42307,15.1538,10.153839999999999,14.8846,10.153839999999999,14.5769L10.153839999999999,12.65385Z stroke-opacity=0 fill-rule=evenodd fill-opacity=1>');
2743
- const Zl = () => Nl();
2744
- var Ql = /* @__PURE__ */ g('<svg class=icon-overlay viewBox="0 0 22 22"><path d=M16.966900000000003,8.67144C16.6669,8.67144,16.4247,8.91558,16.4247,9.21802L16.4247,16.631500000000003C16.4247,17.322,16.007199999999997,17.9068,15.5139,17.9068L13.93072,17.9068L13.93072,9.2162C13.93072,8.91741,13.68675,8.67144,13.38855,8.67144C13.09036,8.67144,12.84639,8.91741,12.84639,9.21802L12.84639,17.9068L10.151810000000001,17.9068L10.151810000000001,9.21802C10.151810000000001,8.91741,9.90783,8.67144,9.609639999999999,8.67144C9.31145,8.67144,9.06747,8.91741,9.06747,9.219850000000001L9.06747,17.9068L7.48614,17.9068C6.99277,17.9068,6.5753,17.322,6.5753,16.631500000000003L6.5753,9.21802C6.5753,8.91558,6.333130000000001,8.67144,6.03313,8.67144C5.73313,8.67144,5.49096,8.91558,5.49096,9.21802L5.49096,16.631500000000003C5.49096,17.9378,6.385540000000001,19,7.48614,19L15.512,19C16.6127,19,17.509,17.9378,17.509,16.631500000000003L17.509,9.21802C17.509,8.91558,17.2669,8.67144,16.966900000000003,8.67144ZM18.4578,6.21183L4.542169,6.21183C4.243976,6.21183,4,6.45779,4,6.75841C4,7.05903,4.243976,7.30499,4.542169,7.30499L18.4578,7.30499C18.756,7.30499,19,7.05903,19,6.75841C19,6.45779,18.756,6.21183,18.4578,6.21183ZM8.68072,5.10045L14.3193,5.10045C14.6175,5.10045,14.8614,4.852666,14.8614,4.550225C14.8614,4.247783,14.6175,4,14.3193,4L8.68072,4C8.38253,4,8.13855,4.247783,8.13855,4.550225C8.13855,4.852666,8.38253,5.10045,8.68072,5.10045Z stroke-opacity=0 fill-opacity=1>');
2745
- const Rl = () => Ql(), zl = {
2746
- horizontalStraightLine: kc,
2747
- horizontalRayLine: Ac,
2748
- horizontalSegment: Sc,
2749
- verticalStraightLine: Ic,
2750
- verticalRayLine: Dc,
2751
- verticalSegment: Oc,
2752
- straightLine: Fc,
2753
- rayLine: jc,
2754
- segment: Zc,
2755
- arrow: Rc,
2756
- priceLine: Uc,
2757
- priceChannelLine: Vc,
2758
- parallelStraightLine: Gc,
2759
- fibonacciLine: Jc,
2760
- fibonacciSegment: qc,
2761
- fibonacciCircle: tl,
2762
- fibonacciSpiral: rl,
2763
- fibonacciSpeedResistanceFan: il,
2764
- fibonacciExtension: ol,
2765
- gannBox: ll,
2766
- circle: Cl,
2767
- triangle: dl,
2768
- rect: yl,
2769
- parallelogram: hl,
2770
- threeWaves: vl,
2771
- fiveWaves: Ll,
2772
- eightWaves: $l,
2773
- anyWaves: kl,
2774
- abcd: Al,
2775
- xabcd: Sl,
2776
- weak_magnet: Il,
2777
- strong_magnet: Dl,
2778
- lock: jl,
2779
- unlock: Zl,
2780
- visible: Ol,
2781
- invisible: Fl,
2782
- remove: Rl
2804
+ var Jl = /* @__PURE__ */ g('<svg class=icon-overlay viewBox="0 0 22 22"><path d=M11,17C5.80945,17,3.667717,12.85,3.113386,11.575C2.9622047,11.2,2.9622047,10.8,3.113386,10.425C3.667717,9.15,5.80945,5,11,5C16.165399999999998,5,18.3323,9.15,18.8866,10.425C19.0378,10.8,19.0378,11.2,18.8866,11.575C18.3323,12.85,16.165399999999998,17,11,17ZM4.04567,10.8C3.995276,10.925,3.995276,11.05,4.04567,11.175C4.52441,12.325,6.43937,16,11,16C15.5606,16,17.4756,12.325,17.9543,11.2C18.0047,11.075,18.0047,10.95,17.9543,10.825C17.4756,9.675,15.5606,6,11,6C6.43937,6,4.52441,9.675,4.04567,10.8ZM11,13.5C9.61417,13.5,8.480319999999999,12.375,8.480319999999999,11C8.480319999999999,9.625,9.61417,8.5,11,8.5C12.38583,8.5,13.5197,9.625,13.5197,11C13.5197,12.375,12.38583,13.5,11,13.5ZM11,9.5C10.1685,9.5,9.48819,10.175,9.48819,11C9.48819,11.825,10.1685,12.5,11,12.5C11.8315,12.5,12.51181,11.825,12.51181,11C12.51181,10.175,11.8315,9.5,11,9.5Z stroke-opacity=0 fill-opacity=1>');
2805
+ const Wl = () => Jl();
2806
+ var ql = /* @__PURE__ */ g('<svg class=icon-overlay viewBox="0 0 22 22"><path d=M5.80417,14.9887L4.62563,16.167299999999997C4.43037,16.3625,4.43037,16.6791,4.62563,16.8744C4.82089,17.0696,5.13748,17.0696,5.332739999999999,16.8744L6.62638,15.5807C7.75595,16.290100000000002,9.19328,16.7929,11,16.7929C16.165399999999998,16.7929,18.3323,12.64289,18.8866,11.36789C19.0378,10.99289,19.0378,10.59289,18.8866,10.21789C18.5549,9.45486,17.6456,7.66212,15.8617,6.34545L17.3536,4.853553C17.5488,4.658291,17.5488,4.341709,17.3536,4.146447C17.1583,3.9511845,16.8417,3.9511845,16.6464,4.146447L15.0014,5.7915399999999995C13.9314,5.1969,12.61166,4.792893,11,4.792893C5.80945,4.792893,3.667717,8.94289,3.113386,10.21789C2.9622049,10.59289,2.9622049,10.99289,3.113386,11.36789C3.424435,12.08333,4.2353000000000005,13.70399,5.80417,14.9887ZM7.36012,14.847C8.32327,15.4074,9.52286,15.7929,11,15.7929C15.5606,15.7929,17.4756,12.11789,17.9543,10.99289C18.0047,10.86789,18.0047,10.74289,17.9543,10.61789C17.659,9.90846,16.8171,8.23812,15.1447,7.06241L12.96929,9.23782C13.3134,9.66543,13.5197,10.20642,13.5197,10.79289C13.5197,12.16789,12.38583,13.29289,11,13.29289C10.41596,13.29289,9.87667,13.09308,9.44815,12.75896L7.36012,14.847ZM8.794609999999999,11.99829L6.520099999999999,14.2728C5.06905,13.12119,4.32057,11.628250000000001,4.04567,10.96789C3.995275,10.84289,3.995275,10.71789,4.04567,10.59289C4.52441,9.46789,6.43937,5.79289,11,5.79289C12.28868,5.79289,13.3661,6.086320000000001,14.2596,6.53329L12.19759,8.5953C11.84086,8.40257,11.43271,8.29289,11,8.29289C9.61417,8.29289,8.480319999999999,9.41789,8.480319999999999,10.79289C8.480319999999999,11.22918,8.594470000000001,11.64029,8.794609999999999,11.99829ZM10.16528,12.04183C10.404869999999999,12.20032,10.692070000000001,12.29289,11,12.29289C11.8315,12.29289,12.51181,11.61789,12.51181,10.79289C12.51181,10.48318,12.41593,10.194600000000001,12.25216,9.95494L10.16528,12.04183ZM11.43602,9.35687L9.55616,11.236740000000001C9.512,11.09633,9.48819,10.94724,9.48819,10.79289C9.48819,9.96789,10.1685,9.29289,11,9.29289C11.15142,9.29289,11.29782,9.31528,11.43602,9.35687Z stroke-opacity=0 fill-rule=evenodd fill-opacity=1>');
2807
+ const eu = () => ql();
2808
+ var tu = /* @__PURE__ */ g('<svg class=icon-overlay viewBox="0 0 22 22"><defs><clipPath id=master_svg0_151_625><rect x=0 y=0 width=22 height=22 rx=0></rect></clipPath></defs><g clip-path=url(#master_svg0_151_625)><path d=M14.5385,9.76923L15.6538,9.76923C16.6538,9.76923,17.4615,10.576920000000001,17.4615,11.576920000000001L17.4615,17.1923C17.4615,18.1923,16.6538,19,15.6538,19L5.80769,19C4.807692,19,4,18.1923,4,17.1923L4,11.576920000000001C4,10.576920000000001,4.807692,9.76923,5.80769,9.76923L7.23077,9.76923L7.23077,7.576919999999999C7.23077,5.61538,8.88462,4,10.88462,4C12.88462,4,14.5385,5.61538,14.5385,7.576919999999999L14.5385,9.76923ZM10.88461,5.15385C9.5,5.15385,8.38461,6.23077,8.38461,7.576919999999999L8.38461,9.76923L13.38462,9.76923L13.38462,7.576919999999999C13.38462,6.23077,12.26923,5.15385,10.88461,5.15385ZM15.6538,17.8462C16,17.8462,16.3077,17.5385,16.3077,17.1923L16.3077,11.576920000000001C16.3077,11.23077,16,10.923079999999999,15.6538,10.923079999999999L5.80769,10.923079999999999C5.46154,10.923079999999999,5.15385,11.23077,5.15385,11.576920000000001L5.15385,17.1923C5.15385,17.5385,5.46154,17.8462,5.80769,17.8462L15.6538,17.8462ZM10.153839999999999,12.65385C10.153839999999999,12.34615,10.42307,12.07692,10.73076,12.07692C11.038450000000001,12.07692,11.307680000000001,12.34615,11.307680000000001,12.65385L11.307680000000001,14.5769C11.307680000000001,14.8846,11.038450000000001,15.1538,10.73076,15.1538C10.42307,15.1538,10.153839999999999,14.8846,10.153839999999999,14.5769L10.153839999999999,12.65385Z stroke-opacity=0 fill-rule=evenodd fill-opacity=1>');
2809
+ const nu = () => tu();
2810
+ var ru = /* @__PURE__ */ g('<svg class=icon-overlay viewBox="0 0 22 22"><defs><clipPath id=master_svg0_151_620><rect x=0 y=0 width=22 height=22 rx=0></rect></clipPath></defs><g clip-path=url(#master_svg0_151_620)><path d=M8.38461,9.76923L15.6538,9.76923C16.6538,9.76923,17.4615,10.576920000000001,17.4615,11.576920000000001L17.4615,17.1923C17.4615,18.1923,16.6538,19,15.6538,19L5.80769,19C4.807692,19,4,18.1923,4,17.1923L4,11.576920000000001C4,10.576920000000001,4.807693,9.76923,5.80769,9.76923L7.23077,9.76923L7.23077,7.576919999999999C7.23077,5.61538,8.88462,4,10.88462,4C12.46154,4,13.84615,4.961539,14.3462,6.423080000000001C14.4615,6.73077,14.3077,7.038460000000001,14,7.15385C13.69231,7.26923,13.38461,7.11538,13.26923,6.80769C12.92308,5.80769,11.96154,5.15385,10.88462,5.15385C9.5,5.15385,8.38461,6.23077,8.38461,7.576919999999999L8.38461,9.76923ZM15.6538,17.8462C16,17.8462,16.3077,17.5385,16.3077,17.1923L16.3077,11.576920000000001C16.3077,11.23077,16,10.923079999999999,15.6538,10.923079999999999L5.80769,10.923079999999999C5.46154,10.923079999999999,5.15385,11.23077,5.15385,11.576920000000001L5.15385,17.1923C5.15385,17.5385,5.46154,17.8462,5.80769,17.8462L15.6538,17.8462ZM10.153839999999999,12.65385C10.153839999999999,12.34615,10.42307,12.07692,10.73076,12.07692C11.03846,12.07692,11.307690000000001,12.34615,11.307690000000001,12.65385L11.307690000000001,14.5769C11.307690000000001,14.8846,11.03846,15.1538,10.73076,15.1538C10.42307,15.1538,10.153839999999999,14.8846,10.153839999999999,14.5769L10.153839999999999,12.65385Z stroke-opacity=0 fill-rule=evenodd fill-opacity=1>');
2811
+ const au = () => ru();
2812
+ var iu = /* @__PURE__ */ g('<svg class=icon-overlay viewBox="0 0 22 22"><path d=M16.966900000000003,8.67144C16.6669,8.67144,16.4247,8.91558,16.4247,9.21802L16.4247,16.631500000000003C16.4247,17.322,16.007199999999997,17.9068,15.5139,17.9068L13.93072,17.9068L13.93072,9.2162C13.93072,8.91741,13.68675,8.67144,13.38855,8.67144C13.09036,8.67144,12.84639,8.91741,12.84639,9.21802L12.84639,17.9068L10.151810000000001,17.9068L10.151810000000001,9.21802C10.151810000000001,8.91741,9.90783,8.67144,9.609639999999999,8.67144C9.31145,8.67144,9.06747,8.91741,9.06747,9.219850000000001L9.06747,17.9068L7.48614,17.9068C6.99277,17.9068,6.5753,17.322,6.5753,16.631500000000003L6.5753,9.21802C6.5753,8.91558,6.333130000000001,8.67144,6.03313,8.67144C5.73313,8.67144,5.49096,8.91558,5.49096,9.21802L5.49096,16.631500000000003C5.49096,17.9378,6.385540000000001,19,7.48614,19L15.512,19C16.6127,19,17.509,17.9378,17.509,16.631500000000003L17.509,9.21802C17.509,8.91558,17.2669,8.67144,16.966900000000003,8.67144ZM18.4578,6.21183L4.542169,6.21183C4.243976,6.21183,4,6.45779,4,6.75841C4,7.05903,4.243976,7.30499,4.542169,7.30499L18.4578,7.30499C18.756,7.30499,19,7.05903,19,6.75841C19,6.45779,18.756,6.21183,18.4578,6.21183ZM8.68072,5.10045L14.3193,5.10045C14.6175,5.10045,14.8614,4.852666,14.8614,4.550225C14.8614,4.247783,14.6175,4,14.3193,4L8.68072,4C8.38253,4,8.13855,4.247783,8.13855,4.550225C8.13855,4.852666,8.38253,5.10045,8.68072,5.10045Z stroke-opacity=0 fill-opacity=1>');
2813
+ const su = () => iu(), ou = {
2814
+ horizontalStraightLine: Qc,
2815
+ horizontalRayLine: zc,
2816
+ horizontalSegment: Yc,
2817
+ verticalStraightLine: Hc,
2818
+ verticalRayLine: Xc,
2819
+ verticalSegment: Wc,
2820
+ straightLine: el,
2821
+ rayLine: nl,
2822
+ segment: al,
2823
+ arrow: sl,
2824
+ priceLine: cl,
2825
+ priceChannelLine: ul,
2826
+ parallelStraightLine: dl,
2827
+ fibonacciLine: gl,
2828
+ fibonacciSegment: ml,
2829
+ fibonacciCircle: pl,
2830
+ fibonacciSpiral: _l,
2831
+ fibonacciSpeedResistanceFan: bl,
2832
+ fibonacciExtension: xl,
2833
+ gannBox: wl,
2834
+ circle: Ml,
2835
+ triangle: Tl,
2836
+ rect: Pl,
2837
+ parallelogram: Bl,
2838
+ threeWaves: El,
2839
+ fiveWaves: jl,
2840
+ eightWaves: Nl,
2841
+ anyWaves: Ql,
2842
+ abcd: zl,
2843
+ xabcd: Yl,
2844
+ weak_magnet: Hl,
2845
+ strong_magnet: Xl,
2846
+ lock: nu,
2847
+ unlock: au,
2848
+ visible: Wl,
2849
+ invisible: eu,
2850
+ remove: su
2783
2851
  };
2784
- function Ul(e) {
2852
+ function cu(e) {
2785
2853
  return [
2786
- { key: "horizontalStraightLine", text: u("horizontal_straight_line", e) },
2787
- { key: "horizontalRayLine", text: u("horizontal_ray_line", e) },
2788
- { key: "horizontalSegment", text: u("horizontal_segment", e) },
2789
- { key: "verticalStraightLine", text: u("vertical_straight_line", e) },
2790
- { key: "verticalRayLine", text: u("vertical_ray_line", e) },
2791
- { key: "verticalSegment", text: u("vertical_segment", e) },
2792
- { key: "straightLine", text: u("straight_line", e) },
2793
- { key: "rayLine", text: u("ray_line", e) },
2794
- { key: "segment", text: u("segment", e) },
2795
- { key: "arrow", text: u("arrow", e) },
2796
- { key: "priceLine", text: u("price_line", e) }
2854
+ { key: "horizontalStraightLine", text: C("horizontal_straight_line", e) },
2855
+ { key: "horizontalRayLine", text: C("horizontal_ray_line", e) },
2856
+ { key: "horizontalSegment", text: C("horizontal_segment", e) },
2857
+ { key: "verticalStraightLine", text: C("vertical_straight_line", e) },
2858
+ { key: "verticalRayLine", text: C("vertical_ray_line", e) },
2859
+ { key: "verticalSegment", text: C("vertical_segment", e) },
2860
+ { key: "straightLine", text: C("straight_line", e) },
2861
+ { key: "rayLine", text: C("ray_line", e) },
2862
+ { key: "segment", text: C("segment", e) },
2863
+ { key: "arrow", text: C("arrow", e) },
2864
+ { key: "priceLine", text: C("price_line", e) }
2797
2865
  ];
2798
2866
  }
2799
- function Yl(e) {
2867
+ function lu(e) {
2800
2868
  return [
2801
- { key: "priceChannelLine", text: u("price_channel_line", e) },
2802
- { key: "parallelStraightLine", text: u("parallel_straight_line", e) }
2869
+ { key: "priceChannelLine", text: C("price_channel_line", e) },
2870
+ { key: "parallelStraightLine", text: C("parallel_straight_line", e) }
2803
2871
  ];
2804
2872
  }
2805
- function Vl(e) {
2873
+ function uu(e) {
2806
2874
  return [
2807
- { key: "circle", text: u("circle", e) },
2808
- { key: "rect", text: u("rect", e) },
2809
- { key: "parallelogram", text: u("parallelogram", e) },
2810
- { key: "triangle", text: u("triangle", e) }
2875
+ { key: "circle", text: C("circle", e) },
2876
+ { key: "rect", text: C("rect", e) },
2877
+ { key: "parallelogram", text: C("parallelogram", e) },
2878
+ { key: "triangle", text: C("triangle", e) }
2811
2879
  ];
2812
2880
  }
2813
- function Hl(e) {
2881
+ function Cu(e) {
2814
2882
  return [
2815
- { key: "fibonacciLine", text: u("fibonacci_line", e) },
2816
- { key: "fibonacciSegment", text: u("fibonacci_segment", e) },
2817
- { key: "fibonacciCircle", text: u("fibonacci_circle", e) },
2818
- { key: "fibonacciSpiral", text: u("fibonacci_spiral", e) },
2819
- { key: "fibonacciSpeedResistanceFan", text: u("fibonacci_speed_resistance_fan", e) },
2820
- { key: "fibonacciExtension", text: u("fibonacci_extension", e) },
2821
- { key: "gannBox", text: u("gann_box", e) }
2883
+ { key: "fibonacciLine", text: C("fibonacci_line", e) },
2884
+ { key: "fibonacciSegment", text: C("fibonacci_segment", e) },
2885
+ { key: "fibonacciCircle", text: C("fibonacci_circle", e) },
2886
+ { key: "fibonacciSpiral", text: C("fibonacci_spiral", e) },
2887
+ { key: "fibonacciSpeedResistanceFan", text: C("fibonacci_speed_resistance_fan", e) },
2888
+ { key: "fibonacciExtension", text: C("fibonacci_extension", e) },
2889
+ { key: "gannBox", text: C("gann_box", e) }
2822
2890
  ];
2823
2891
  }
2824
- function Gl(e) {
2892
+ function du(e) {
2825
2893
  return [
2826
- { key: "xabcd", text: u("xabcd", e) },
2827
- { key: "abcd", text: u("abcd", e) },
2828
- { key: "threeWaves", text: u("three_waves", e) },
2829
- { key: "fiveWaves", text: u("five_waves", e) },
2830
- { key: "eightWaves", text: u("eight_waves", e) },
2831
- { key: "anyWaves", text: u("any_waves", e) }
2894
+ { key: "xabcd", text: C("xabcd", e) },
2895
+ { key: "abcd", text: C("abcd", e) },
2896
+ { key: "threeWaves", text: C("three_waves", e) },
2897
+ { key: "fiveWaves", text: C("five_waves", e) },
2898
+ { key: "eightWaves", text: C("eight_waves", e) },
2899
+ { key: "anyWaves", text: C("any_waves", e) }
2832
2900
  ];
2833
2901
  }
2834
- function Xl(e) {
2902
+ function fu(e) {
2835
2903
  return [
2836
- { key: "weak_magnet", text: u("weak_magnet", e) },
2837
- { key: "strong_magnet", text: u("strong_magnet", e) }
2904
+ { key: "weak_magnet", text: C("weak_magnet", e) },
2905
+ { key: "strong_magnet", text: C("strong_magnet", e) }
2838
2906
  ];
2839
2907
  }
2840
- const t1 = (e) => zl[e.name](e.class);
2841
- var Jl = /* @__PURE__ */ g('<div class=klinecharts-pro-drawing-bar><span class=split-line></span><div class=item tabindex=0><span style=width:32px;height:32px></span><div class=icon-arrow><svg viewBox="0 0 4 6"><path d=M1.07298,0.159458C0.827521,-0.0531526,0.429553,-0.0531526,0.184094,0.159458C-0.0613648,0.372068,-0.0613648,0.716778,0.184094,0.929388L2.61275,3.03303L0.260362,5.07061C0.0149035,5.28322,0.0149035,5.62793,0.260362,5.84054C0.505822,6.05315,0.903789,6.05315,1.14925,5.84054L3.81591,3.53075C4.01812,3.3556,4.05374,3.0908,3.92279,2.88406C3.93219,2.73496,3.87113,2.58315,3.73964,2.46925L1.07298,0.159458Z stroke=none stroke-opacity=0></path></svg></div></div><div class=item><span style=width:32px;height:32px></span></div><div class=item><span style=width:32px;height:32px></span></div><span class=split-line></span><div class=item><span style=width:32px;height:32px>'), Wl = /* @__PURE__ */ g('<div class=item tabindex=0><span style=width:32px;height:32px></span><div class=icon-arrow><svg viewBox="0 0 4 6"><path d=M1.07298,0.159458C0.827521,-0.0531526,0.429553,-0.0531526,0.184094,0.159458C-0.0613648,0.372068,-0.0613648,0.716778,0.184094,0.929388L2.61275,3.03303L0.260362,5.07061C0.0149035,5.28322,0.0149035,5.62793,0.260362,5.84054C0.505822,6.05315,0.903789,6.05315,1.14925,5.84054L3.81591,3.53075C4.01812,3.3556,4.05374,3.0908,3.92279,2.88406C3.93219,2.73496,3.87113,2.58315,3.73964,2.46925L1.07298,0.159458Z stroke=none stroke-opacity=0>'), x9 = /* @__PURE__ */ g("<li><span style=padding-left:8px>");
2842
- const k9 = "drawing_tools", ql = (e) => {
2843
- const [t, n] = L("horizontalStraightLine"), [r, a] = L("priceChannelLine"), [s, o] = L("circle"), [i, c] = L("fibonacciLine"), [C, f] = L("xabcd"), [l, v] = L("weak_magnet"), [p, b] = L("normal"), [S, Z] = L(!1), [I, Q] = L(!0), [K, w] = L(""), k = i1(() => [{
2908
+ const t1 = (e) => ou[e.name](e.class);
2909
+ var gu = /* @__PURE__ */ g('<div class=klinecharts-pro-drawing-bar><span class=split-line></span><div class=item tabindex=0><span style=width:32px;height:32px></span><div class=icon-arrow><svg viewBox="0 0 4 6"><path d=M1.07298,0.159458C0.827521,-0.0531526,0.429553,-0.0531526,0.184094,0.159458C-0.0613648,0.372068,-0.0613648,0.716778,0.184094,0.929388L2.61275,3.03303L0.260362,5.07061C0.0149035,5.28322,0.0149035,5.62793,0.260362,5.84054C0.505822,6.05315,0.903789,6.05315,1.14925,5.84054L3.81591,3.53075C4.01812,3.3556,4.05374,3.0908,3.92279,2.88406C3.93219,2.73496,3.87113,2.58315,3.73964,2.46925L1.07298,0.159458Z stroke=none stroke-opacity=0></path></svg></div></div><div class=item><span style=width:32px;height:32px></span></div><div class=item><span style=width:32px;height:32px></span></div><span class=split-line></span><div class=item><span style=width:32px;height:32px>'), yu = /* @__PURE__ */ g('<div class=item tabindex=0><span style=width:32px;height:32px></span><div class=icon-arrow><svg viewBox="0 0 4 6"><path d=M1.07298,0.159458C0.827521,-0.0531526,0.429553,-0.0531526,0.184094,0.159458C-0.0613648,0.372068,-0.0613648,0.716778,0.184094,0.929388L2.61275,3.03303L0.260362,5.07061C0.0149035,5.28322,0.0149035,5.62793,0.260362,5.84054C0.505822,6.05315,0.903789,6.05315,1.14925,5.84054L3.81591,3.53075C4.01812,3.3556,4.05374,3.0908,3.92279,2.88406C3.93219,2.73496,3.87113,2.58315,3.73964,2.46925L1.07298,0.159458Z stroke=none stroke-opacity=0>'), k9 = /* @__PURE__ */ g("<li><span style=padding-left:8px>");
2910
+ const w9 = "drawing_tools", mu = (e) => {
2911
+ const [t, n] = L("horizontalStraightLine"), [r, a] = L("priceChannelLine"), [s, o] = L("circle"), [i, c] = L("fibonacciLine"), [u, d] = L("xabcd"), [l, v] = L("weak_magnet"), [p, b] = L("normal"), [S, Z] = L(!1), [I, Q] = L(!0), [j, w] = L(""), k = i1(() => [{
2844
2912
  key: "singleLine",
2845
2913
  icon: t(),
2846
- list: Ul(e.locale),
2914
+ list: cu(e.locale),
2847
2915
  setter: n
2848
2916
  }, {
2849
2917
  key: "moreLine",
2850
2918
  icon: r(),
2851
- list: Yl(e.locale),
2919
+ list: lu(e.locale),
2852
2920
  setter: a
2853
2921
  }, {
2854
2922
  key: "polygon",
2855
2923
  icon: s(),
2856
- list: Vl(e.locale),
2924
+ list: uu(e.locale),
2857
2925
  setter: o
2858
2926
  }, {
2859
2927
  key: "fibonacci",
2860
2928
  icon: i(),
2861
- list: Hl(e.locale),
2929
+ list: Cu(e.locale),
2862
2930
  setter: c
2863
2931
  }, {
2864
2932
  key: "wave",
2865
- icon: C(),
2866
- list: Gl(e.locale),
2867
- setter: f
2868
- }]), j = i1(() => Xl(e.locale));
2933
+ icon: u(),
2934
+ list: du(e.locale),
2935
+ setter: d
2936
+ }]), K = i1(() => fu(e.locale));
2869
2937
  return (() => {
2870
- var W = Jl(), d1 = W.firstChild, A = d1.nextSibling, P = A.firstChild, H = P.nextSibling, R = H.firstChild, e1 = A.nextSibling, D1 = e1.firstChild, B1 = e1.nextSibling, d = B1.firstChild, $ = B1.nextSibling, E = $.nextSibling, D = E.firstChild;
2938
+ var W = gu(), f1 = W.firstChild, A = f1.nextSibling, P = A.firstChild, H = P.nextSibling, R = H.firstChild, e1 = A.nextSibling, D1 = e1.firstChild, B1 = e1.nextSibling, f = B1.firstChild, $ = B1.nextSibling, E = $.nextSibling, D = E.firstChild;
2871
2939
  return m(W, () => k().map((h) => (() => {
2872
- var U = Wl(), n1 = U.firstChild, x = n1.nextSibling, r1 = x.firstChild;
2940
+ var U = yu(), n1 = U.firstChild, x = n1.nextSibling, r1 = x.firstChild;
2873
2941
  return U.addEventListener("blur", () => {
2874
2942
  w("");
2875
2943
  }), n1.$$click = () => {
2876
2944
  e.onDrawingItemClick({
2877
- groupId: k9,
2945
+ groupId: w9,
2878
2946
  name: h.icon,
2879
2947
  visible: I(),
2880
2948
  lock: S(),
@@ -2885,14 +2953,14 @@ const k9 = "drawing_tools", ql = (e) => {
2885
2953
  return h.icon;
2886
2954
  }
2887
2955
  })), x.$$click = () => {
2888
- h.key === K() ? w("") : w(h.key);
2956
+ h.key === j() ? w("") : w(h.key);
2889
2957
  }, m(U, (() => {
2890
- var Y = J(() => h.key === K());
2958
+ var Y = J(() => h.key === j());
2891
2959
  return () => Y() && y(t0, {
2892
2960
  class: "list",
2893
2961
  get children() {
2894
2962
  return h.list.map((G) => (() => {
2895
- var B = x9(), O1 = B.firstChild;
2963
+ var B = k9(), O1 = B.firstChild;
2896
2964
  return B.$$click = () => {
2897
2965
  h.setter(G.key), e.onDrawingItemClick({
2898
2966
  name: G.key,
@@ -2907,8 +2975,8 @@ const k9 = "drawing_tools", ql = (e) => {
2907
2975
  })());
2908
2976
  }
2909
2977
  });
2910
- })(), null), z(() => q(r1, "class", h.key === K() ? "rotate" : "")), U;
2911
- })()), d1), A.addEventListener("blur", () => {
2978
+ })(), null), z(() => q(r1, "class", h.key === j() ? "rotate" : "")), U;
2979
+ })()), f1), A.addEventListener("blur", () => {
2912
2980
  w("");
2913
2981
  }), P.$$click = () => {
2914
2982
  let h = l();
@@ -2927,14 +2995,14 @@ const k9 = "drawing_tools", ql = (e) => {
2927
2995
  name: "strong_magnet"
2928
2996
  });
2929
2997
  })()), H.$$click = () => {
2930
- K() === "mode" ? w("") : w("mode");
2998
+ j() === "mode" ? w("") : w("mode");
2931
2999
  }, m(A, (() => {
2932
- var h = J(() => K() === "mode");
3000
+ var h = J(() => j() === "mode");
2933
3001
  return () => h() && y(t0, {
2934
3002
  class: "list",
2935
3003
  get children() {
2936
- return j().map((U) => (() => {
2937
- var n1 = x9(), x = n1.firstChild;
3004
+ return K().map((U) => (() => {
3005
+ var n1 = k9(), x = n1.firstChild;
2938
3006
  return n1.$$click = () => {
2939
3007
  v(U.key), b(U.key), e.onModeChange(U.key), w("");
2940
3008
  }, m(n1, y(t1, {
@@ -2955,10 +3023,10 @@ const k9 = "drawing_tools", ql = (e) => {
2955
3023
  }) : y(t1, {
2956
3024
  name: "unlock"
2957
3025
  });
2958
- })()), d.$$click = () => {
3026
+ })()), f.$$click = () => {
2959
3027
  const h = !I();
2960
3028
  Q(h), e.onVisibleChange(h);
2961
- }, m(d, (() => {
3029
+ }, m(f, (() => {
2962
3030
  var h = J(() => !!I());
2963
3031
  return () => h() ? y(t1, {
2964
3032
  name: "visible"
@@ -2966,17 +3034,17 @@ const k9 = "drawing_tools", ql = (e) => {
2966
3034
  name: "invisible"
2967
3035
  });
2968
3036
  })()), D.$$click = () => {
2969
- e.onRemoveClick(k9);
3037
+ e.onRemoveClick(w9);
2970
3038
  }, m(D, y(t1, {
2971
3039
  name: "remove"
2972
- })), z(() => q(R, "class", K() === "mode" ? "rotate" : "")), W;
3040
+ })), z(() => q(R, "class", j() === "mode" ? "rotate" : "")), W;
2973
3041
  })();
2974
3042
  };
2975
3043
  s1(["click"]);
2976
- var w9 = /* @__PURE__ */ g("<li class=title>"), A9 = /* @__PURE__ */ g("<li class=row>");
2977
- const eu = (e) => y(P1, {
3044
+ var A9 = /* @__PURE__ */ g("<li class=title>"), M9 = /* @__PURE__ */ g("<li class=row>");
3045
+ const hu = (e) => y(P1, {
2978
3046
  get title() {
2979
- return u("indicator", e.locale);
3047
+ return C("indicator", e.locale);
2980
3048
  },
2981
3049
  width: 400,
2982
3050
  get onClose() {
@@ -2987,42 +3055,42 @@ const eu = (e) => y(P1, {
2987
3055
  class: "klinecharts-pro-indicator-modal-list",
2988
3056
  get children() {
2989
3057
  return [(() => {
2990
- var t = w9();
2991
- return m(t, () => u("main_indicator", e.locale)), t;
3058
+ var t = A9();
3059
+ return m(t, () => C("main_indicator", e.locale)), t;
2992
3060
  })(), J(() => ["MA", "EMA", "SMA", "BOLL", "SAR", "BBI"].map((t) => {
2993
3061
  const n = e.mainIndicators.includes(t);
2994
3062
  return (() => {
2995
- var r = A9();
3063
+ var r = M9();
2996
3064
  return r.$$click = (a) => {
2997
3065
  e.onMainIndicatorChange({
2998
3066
  name: t,
2999
3067
  id: "candle_pane",
3000
3068
  added: !n
3001
3069
  });
3002
- }, m(r, y($9, {
3070
+ }, m(r, y(x9, {
3003
3071
  checked: n,
3004
3072
  get label() {
3005
- return u(t.toLowerCase(), e.locale);
3073
+ return C(t.toLowerCase(), e.locale);
3006
3074
  }
3007
3075
  })), r;
3008
3076
  })();
3009
3077
  })), (() => {
3010
- var t = w9();
3011
- return m(t, () => u("sub_indicator", e.locale)), t;
3078
+ var t = A9();
3079
+ return m(t, () => C("sub_indicator", e.locale)), t;
3012
3080
  })(), J(() => ["MA", "EMA", "VOL", "MACD", "BOLL", "KDJ", "RSI", "BIAS", "BRAR", "CCI", "DMI", "CR", "PSY", "DMA", "TRIX", "OBV", "VR", "WR", "MTM", "EMV", "SAR", "SMA", "ROC", "PVT", "BBI", "AO"].map((t) => {
3013
3081
  const n = t in e.subIndicators;
3014
3082
  return (() => {
3015
- var r = A9();
3083
+ var r = M9();
3016
3084
  return r.$$click = (a) => {
3017
3085
  e.onSubIndicatorChange({
3018
3086
  name: t,
3019
3087
  id: e.subIndicators[t] ?? "",
3020
3088
  added: !n
3021
3089
  });
3022
- }, m(r, y($9, {
3090
+ }, m(r, y(x9, {
3023
3091
  checked: n,
3024
3092
  get label() {
3025
- return u(t.toLowerCase(), e.locale);
3093
+ return C(t.toLowerCase(), e.locale);
3026
3094
  }
3027
3095
  })), r;
3028
3096
  })();
@@ -3032,79 +3100,79 @@ const eu = (e) => y(P1, {
3032
3100
  }
3033
3101
  });
3034
3102
  s1(["click"]);
3035
- function M9(e, t) {
3103
+ function S9(e, t) {
3036
3104
  switch (e) {
3037
3105
  case "Etc/UTC":
3038
- return u("utc", t);
3106
+ return C("utc", t);
3039
3107
  case "Pacific/Honolulu":
3040
- return u("honolulu", t);
3108
+ return C("honolulu", t);
3041
3109
  case "America/Juneau":
3042
- return u("juneau", t);
3110
+ return C("juneau", t);
3043
3111
  case "America/Los_Angeles":
3044
- return u("los_angeles", t);
3112
+ return C("los_angeles", t);
3045
3113
  case "America/Chicago":
3046
- return u("chicago", t);
3114
+ return C("chicago", t);
3047
3115
  case "America/Toronto":
3048
- return u("toronto", t);
3116
+ return C("toronto", t);
3049
3117
  case "America/Sao_Paulo":
3050
- return u("sao_paulo", t);
3118
+ return C("sao_paulo", t);
3051
3119
  case "Europe/London":
3052
- return u("london", t);
3120
+ return C("london", t);
3053
3121
  case "Europe/Berlin":
3054
- return u("berlin", t);
3122
+ return C("berlin", t);
3055
3123
  case "Asia/Bahrain":
3056
- return u("bahrain", t);
3124
+ return C("bahrain", t);
3057
3125
  case "Asia/Dubai":
3058
- return u("dubai", t);
3126
+ return C("dubai", t);
3059
3127
  case "Asia/Ashkhabad":
3060
- return u("ashkhabad", t);
3128
+ return C("ashkhabad", t);
3061
3129
  case "Asia/Almaty":
3062
- return u("almaty", t);
3130
+ return C("almaty", t);
3063
3131
  case "Asia/Bangkok":
3064
- return u("bangkok", t);
3132
+ return C("bangkok", t);
3065
3133
  case "Asia/Shanghai":
3066
- return u("shanghai", t);
3134
+ return C("shanghai", t);
3067
3135
  case "Asia/Tokyo":
3068
- return u("tokyo", t);
3136
+ return C("tokyo", t);
3069
3137
  case "Australia/Sydney":
3070
- return u("sydney", t);
3138
+ return C("sydney", t);
3071
3139
  case "Pacific/Norfolk":
3072
- return u("norfolk", t);
3140
+ return C("norfolk", t);
3073
3141
  }
3074
3142
  return e;
3075
3143
  }
3076
- function tu(e) {
3144
+ function pu(e) {
3077
3145
  return [
3078
- { key: "Etc/UTC", text: u("utc", e) },
3079
- { key: "Pacific/Honolulu", text: u("honolulu", e) },
3080
- { key: "America/Juneau", text: u("juneau", e) },
3081
- { key: "America/Los_Angeles", text: u("los_angeles", e) },
3082
- { key: "America/Chicago", text: u("chicago", e) },
3083
- { key: "America/Toronto", text: u("toronto", e) },
3084
- { key: "America/Sao_Paulo", text: u("sao_paulo", e) },
3085
- { key: "Europe/London", text: u("london", e) },
3086
- { key: "Europe/Berlin", text: u("berlin", e) },
3087
- { key: "Asia/Bahrain", text: u("bahrain", e) },
3088
- { key: "Asia/Dubai", text: u("dubai", e) },
3089
- { key: "Asia/Ashkhabad", text: u("ashkhabad", e) },
3090
- { key: "Asia/Almaty", text: u("almaty", e) },
3091
- { key: "Asia/Bangkok", text: u("bangkok", e) },
3092
- { key: "Asia/Shanghai", text: u("shanghai", e) },
3093
- { key: "Asia/Tokyo", text: u("tokyo", e) },
3094
- { key: "Australia/Sydney", text: u("sydney", e) },
3095
- { key: "Pacific/Norfolk", text: u("norfolk", e) }
3146
+ { key: "Etc/UTC", text: C("utc", e) },
3147
+ { key: "Pacific/Honolulu", text: C("honolulu", e) },
3148
+ { key: "America/Juneau", text: C("juneau", e) },
3149
+ { key: "America/Los_Angeles", text: C("los_angeles", e) },
3150
+ { key: "America/Chicago", text: C("chicago", e) },
3151
+ { key: "America/Toronto", text: C("toronto", e) },
3152
+ { key: "America/Sao_Paulo", text: C("sao_paulo", e) },
3153
+ { key: "Europe/London", text: C("london", e) },
3154
+ { key: "Europe/Berlin", text: C("berlin", e) },
3155
+ { key: "Asia/Bahrain", text: C("bahrain", e) },
3156
+ { key: "Asia/Dubai", text: C("dubai", e) },
3157
+ { key: "Asia/Ashkhabad", text: C("ashkhabad", e) },
3158
+ { key: "Asia/Almaty", text: C("almaty", e) },
3159
+ { key: "Asia/Bangkok", text: C("bangkok", e) },
3160
+ { key: "Asia/Shanghai", text: C("shanghai", e) },
3161
+ { key: "Asia/Tokyo", text: C("tokyo", e) },
3162
+ { key: "Australia/Sydney", text: C("sydney", e) },
3163
+ { key: "Pacific/Norfolk", text: C("norfolk", e) }
3096
3164
  ];
3097
3165
  }
3098
- const nu = (e) => {
3099
- const [t, n] = L(e.timezone), r = i1(() => tu(e.locale));
3166
+ const vu = (e) => {
3167
+ const [t, n] = L(e.timezone), r = i1(() => pu(e.locale));
3100
3168
  return y(P1, {
3101
3169
  get title() {
3102
- return u("timezone", e.locale);
3170
+ return C("timezone", e.locale);
3103
3171
  },
3104
3172
  width: 320,
3105
3173
  get buttons() {
3106
3174
  return [{
3107
- children: u("confirm", e.locale),
3175
+ children: C("confirm", e.locale),
3108
3176
  onClick: () => {
3109
3177
  e.onConfirm(t()), e.onClose();
3110
3178
  }
@@ -3114,7 +3182,7 @@ const nu = (e) => {
3114
3182
  return e.onClose;
3115
3183
  },
3116
3184
  get children() {
3117
- return y(g5, {
3185
+ return y(y5, {
3118
3186
  style: {
3119
3187
  width: "100%",
3120
3188
  "margin-top": "20px"
@@ -3132,85 +3200,85 @@ const nu = (e) => {
3132
3200
  }
3133
3201
  });
3134
3202
  };
3135
- function S9(e) {
3203
+ function T9(e) {
3136
3204
  return [
3137
3205
  {
3138
3206
  key: "candle.type",
3139
- text: u("candle_type", e),
3207
+ text: C("candle_type", e),
3140
3208
  component: "select",
3141
3209
  dataSource: [
3142
- { key: "candle_solid", text: u("candle_solid", e) },
3143
- { key: "candle_stroke", text: u("candle_stroke", e) },
3144
- { key: "candle_up_stroke", text: u("candle_up_stroke", e) },
3145
- { key: "candle_down_stroke", text: u("candle_down_stroke", e) },
3146
- { key: "ohlc", text: u("ohlc", e) },
3147
- { key: "area", text: u("area", e) }
3210
+ { key: "candle_solid", text: C("candle_solid", e) },
3211
+ { key: "candle_stroke", text: C("candle_stroke", e) },
3212
+ { key: "candle_up_stroke", text: C("candle_up_stroke", e) },
3213
+ { key: "candle_down_stroke", text: C("candle_down_stroke", e) },
3214
+ { key: "ohlc", text: C("ohlc", e) },
3215
+ { key: "area", text: C("area", e) }
3148
3216
  ]
3149
3217
  },
3150
3218
  {
3151
3219
  key: "candle.priceMark.last.show",
3152
- text: u("last_price_show", e),
3220
+ text: C("last_price_show", e),
3153
3221
  component: "switch"
3154
3222
  },
3155
3223
  {
3156
3224
  key: "candle.priceMark.high.show",
3157
- text: u("high_price_show", e),
3225
+ text: C("high_price_show", e),
3158
3226
  component: "switch"
3159
3227
  },
3160
3228
  {
3161
3229
  key: "candle.priceMark.low.show",
3162
- text: u("low_price_show", e),
3230
+ text: C("low_price_show", e),
3163
3231
  component: "switch"
3164
3232
  },
3165
3233
  {
3166
3234
  key: "indicator.lastValueMark.show",
3167
- text: u("indicator_last_value_show", e),
3235
+ text: C("indicator_last_value_show", e),
3168
3236
  component: "switch"
3169
3237
  },
3170
3238
  {
3171
3239
  key: "yAxis.type",
3172
- text: u("price_axis_type", e),
3240
+ text: C("price_axis_type", e),
3173
3241
  component: "select",
3174
3242
  dataSource: [
3175
- { key: "normal", text: u("normal", e) },
3176
- { key: "percentage", text: u("percentage", e) },
3177
- { key: "log", text: u("log", e) }
3243
+ { key: "normal", text: C("normal", e) },
3244
+ { key: "percentage", text: C("percentage", e) },
3245
+ { key: "log", text: C("log", e) }
3178
3246
  ]
3179
3247
  },
3180
3248
  {
3181
3249
  key: "yAxis.reverse",
3182
- text: u("reverse_coordinate", e),
3250
+ text: C("reverse_coordinate", e),
3183
3251
  component: "switch"
3184
3252
  },
3185
3253
  {
3186
3254
  key: "grid.show",
3187
- text: u("grid_show", e),
3255
+ text: C("grid_show", e),
3188
3256
  component: "switch"
3189
3257
  }
3190
3258
  ];
3191
3259
  }
3192
- var ru = /* @__PURE__ */ g("<div class=klinecharts-pro-setting-modal-content>"), au = /* @__PURE__ */ g("<span>");
3193
- const iu = (e) => {
3194
- const [t, n] = L(e.currentStyles), [r, a] = L(S9(e.locale));
3260
+ var _u = /* @__PURE__ */ g("<div class=klinecharts-pro-setting-modal-content>"), Lu = /* @__PURE__ */ g("<span>");
3261
+ const bu = (e) => {
3262
+ const [t, n] = L(e.currentStyles), [r, a] = L(T9(e.locale));
3195
3263
  m1(() => {
3196
- a(S9(e.locale));
3264
+ a(T9(e.locale));
3197
3265
  });
3198
3266
  const s = (o, i) => {
3199
3267
  const c = {};
3200
3268
  k0(c, o.key, i);
3201
- const C = N.clone(t());
3202
- k0(C, o.key, i), n(C), a(r().map((f) => ({
3203
- ...f
3269
+ const u = N.clone(t());
3270
+ k0(u, o.key, i), n(u), a(r().map((d) => ({
3271
+ ...d
3204
3272
  }))), e.onChange(c);
3205
3273
  };
3206
3274
  return y(P1, {
3207
3275
  get title() {
3208
- return u("setting", e.locale);
3276
+ return C("setting", e.locale);
3209
3277
  },
3210
3278
  width: 560,
3211
3279
  get buttons() {
3212
3280
  return [{
3213
- children: u("restore_default", e.locale),
3281
+ children: C("restore_default", e.locale),
3214
3282
  onClick: () => {
3215
3283
  e.onRestoreDefault(r()), e.onClose();
3216
3284
  }
@@ -3220,63 +3288,63 @@ const iu = (e) => {
3220
3288
  return e.onClose;
3221
3289
  },
3222
3290
  get children() {
3223
- var o = ru();
3224
- return m(o, y(r6, {
3291
+ var o = _u();
3292
+ return m(o, y(_e, {
3225
3293
  get each() {
3226
3294
  return r();
3227
3295
  },
3228
3296
  children: (i) => {
3229
3297
  let c;
3230
- const C = N.formatValue(t(), i.key);
3298
+ const u = N.formatValue(t(), i.key);
3231
3299
  switch (i.component) {
3232
3300
  case "select": {
3233
- c = y(g5, {
3301
+ c = y(y5, {
3234
3302
  style: {
3235
3303
  width: "120px"
3236
3304
  },
3237
3305
  get value() {
3238
- return u(C, e.locale);
3306
+ return C(u, e.locale);
3239
3307
  },
3240
3308
  get dataSource() {
3241
3309
  return i.dataSource;
3242
3310
  },
3243
- onSelected: (f) => {
3244
- const l = f.key;
3311
+ onSelected: (d) => {
3312
+ const l = d.key;
3245
3313
  s(i, l);
3246
3314
  }
3247
3315
  });
3248
3316
  break;
3249
3317
  }
3250
3318
  case "switch": {
3251
- const f = !!C;
3252
- c = y(na, {
3253
- open: f,
3319
+ const d = !!u;
3320
+ c = y(va, {
3321
+ open: d,
3254
3322
  onChange: () => {
3255
- s(i, !f);
3323
+ s(i, !d);
3256
3324
  }
3257
3325
  });
3258
3326
  break;
3259
3327
  }
3260
3328
  }
3261
3329
  return [(() => {
3262
- var f = au();
3263
- return m(f, () => i.text), f;
3330
+ var d = Lu();
3331
+ return m(d, () => i.text), d;
3264
3332
  })(), c];
3265
3333
  }
3266
3334
  })), o;
3267
3335
  }
3268
3336
  });
3269
3337
  };
3270
- var su = /* @__PURE__ */ g("<img style=width:500px;margin-top:20px>");
3271
- const ou = (e) => y(P1, {
3338
+ var $u = /* @__PURE__ */ g("<img style=width:500px;margin-top:20px>");
3339
+ const xu = (e) => y(P1, {
3272
3340
  get title() {
3273
- return u("screenshot", e.locale);
3341
+ return C("screenshot", e.locale);
3274
3342
  },
3275
3343
  width: 540,
3276
3344
  get buttons() {
3277
3345
  return [{
3278
3346
  type: "confirm",
3279
- children: u("save", e.locale),
3347
+ children: C("save", e.locale),
3280
3348
  onClick: () => {
3281
3349
  const t = document.createElement("a");
3282
3350
  t.download = "screenshot", t.href = e.url, document.body.appendChild(t), t.click(), t.remove();
@@ -3287,10 +3355,10 @@ const ou = (e) => y(P1, {
3287
3355
  return e.onClose;
3288
3356
  },
3289
3357
  get children() {
3290
- var t = su();
3358
+ var t = $u();
3291
3359
  return z(() => q(t, "src", e.url)), t;
3292
3360
  }
3293
- }), cu = {
3361
+ }), ku = {
3294
3362
  AO: [
3295
3363
  { paramNameKey: "params_1", precision: 0, min: 1, default: 5 },
3296
3364
  { paramNameKey: "params_2", precision: 0, min: 1, default: 34 }
@@ -3417,9 +3485,9 @@ const ou = (e) => y(P1, {
3417
3485
  { paramNameKey: "WR5", precision: 0, min: 1, styleKey: "lines[4].color" }
3418
3486
  ]
3419
3487
  };
3420
- var lu = /* @__PURE__ */ g("<div class=klinecharts-pro-indicator-setting-modal-content>"), uu = /* @__PURE__ */ g("<span>");
3421
- const Cu = (e) => {
3422
- const [t, n] = L(N.clone(e.params.calcParams)), r = (a) => cu[a];
3488
+ var wu = /* @__PURE__ */ g("<div class=klinecharts-pro-indicator-setting-modal-content>"), Au = /* @__PURE__ */ g("<span>");
3489
+ const Mu = (e) => {
3490
+ const [t, n] = L(N.clone(e.params.calcParams)), r = (a) => ku[a];
3423
3491
  return y(P1, {
3424
3492
  get title() {
3425
3493
  return e.params.indicatorName;
@@ -3428,7 +3496,7 @@ const Cu = (e) => {
3428
3496
  get buttons() {
3429
3497
  return [{
3430
3498
  type: "confirm",
3431
- children: u("confirm", e.locale),
3499
+ children: C("confirm", e.locale),
3432
3500
  onClick: () => {
3433
3501
  const a = r(e.params.indicatorName), s = [];
3434
3502
  N.clone(t()).forEach((o, i) => {
@@ -3441,11 +3509,11 @@ const Cu = (e) => {
3441
3509
  return e.onClose;
3442
3510
  },
3443
3511
  get children() {
3444
- var a = lu();
3512
+ var a = wu();
3445
3513
  return m(a, () => r(e.params.indicatorName).map((s, o) => [(() => {
3446
- var i = uu();
3447
- return m(i, () => u(s.paramNameKey, e.locale)), i;
3448
- })(), y(y5, {
3514
+ var i = Au();
3515
+ return m(i, () => C(s.paramNameKey, e.locale)), i;
3516
+ })(), y(m5, {
3449
3517
  style: {
3450
3518
  width: "200px"
3451
3519
  },
@@ -3466,25 +3534,25 @@ const Cu = (e) => {
3466
3534
  }
3467
3535
  });
3468
3536
  };
3469
- var fu = /* @__PURE__ */ g('<svg viewBox="0 0 1024 1024"><path d="M945.066667 898.133333l-189.866667-189.866666c55.466667-64 87.466667-149.333333 87.466667-241.066667 0-204.8-168.533333-373.333333-373.333334-373.333333S96 264.533333 96 469.333333 264.533333 842.666667 469.333333 842.666667c91.733333 0 174.933333-34.133333 241.066667-87.466667l189.866667 189.866667c6.4 6.4 14.933333 8.533333 23.466666 8.533333s17.066667-2.133333 23.466667-8.533333c8.533333-12.8 8.533333-34.133333-2.133333-46.933334zM469.333333 778.666667C298.666667 778.666667 160 640 160 469.333333S298.666667 160 469.333333 160 778.666667 298.666667 778.666667 469.333333 640 778.666667 469.333333 778.666667z">'), du = /* @__PURE__ */ g("<img alt=symbol>"), gu = /* @__PURE__ */ g("<li><div><span>");
3470
- const yu = (e) => {
3471
- const [t, n] = L(""), [r] = U5(t, e.datafeed.searchSymbols.bind(e.datafeed));
3537
+ var Su = /* @__PURE__ */ g('<svg viewBox="0 0 1024 1024"><path d="M945.066667 898.133333l-189.866667-189.866666c55.466667-64 87.466667-149.333333 87.466667-241.066667 0-204.8-168.533333-373.333333-373.333334-373.333333S96 264.533333 96 469.333333 264.533333 842.666667 469.333333 842.666667c91.733333 0 174.933333-34.133333 241.066667-87.466667l189.866667 189.866667c6.4 6.4 14.933333 8.533333 23.466666 8.533333s17.066667-2.133333 23.466667-8.533333c8.533333-12.8 8.533333-34.133333-2.133333-46.933334zM469.333333 778.666667C298.666667 778.666667 160 640 160 469.333333S298.666667 160 469.333333 160 778.666667 298.666667 778.666667 469.333333 640 778.666667 469.333333 778.666667z">'), Tu = /* @__PURE__ */ g("<img alt=symbol>"), Iu = /* @__PURE__ */ g("<li><div><span>");
3538
+ const Pu = (e) => {
3539
+ const [t, n] = L(""), [r] = ce(t, e.datafeed.searchSymbols.bind(e.datafeed));
3472
3540
  return y(P1, {
3473
3541
  get title() {
3474
- return u("symbol_search", e.locale);
3542
+ return C("symbol_search", e.locale);
3475
3543
  },
3476
3544
  width: 460,
3477
3545
  get onClose() {
3478
3546
  return e.onClose;
3479
3547
  },
3480
3548
  get children() {
3481
- return [y(y5, {
3549
+ return [y(m5, {
3482
3550
  class: "klinecharts-pro-symbol-search-modal-input",
3483
3551
  get placeholder() {
3484
- return u("symbol_code", e.locale);
3552
+ return C("symbol_code", e.locale);
3485
3553
  },
3486
3554
  get suffix() {
3487
- return fu();
3555
+ return Su();
3488
3556
  },
3489
3557
  get value() {
3490
3558
  return t();
@@ -3502,7 +3570,7 @@ const yu = (e) => {
3502
3570
  return r() ?? [];
3503
3571
  },
3504
3572
  renderItem: (a) => (() => {
3505
- var s = gu(), o = s.firstChild, i = o.firstChild;
3573
+ var s = Iu(), o = s.firstChild, i = o.firstChild;
3506
3574
  return s.$$click = () => {
3507
3575
  e.onSymbolSelected(a), e.onClose();
3508
3576
  }, m(o, y(V, {
@@ -3510,7 +3578,7 @@ const yu = (e) => {
3510
3578
  return a.logo;
3511
3579
  },
3512
3580
  get children() {
3513
- var c = du();
3581
+ var c = Tu();
3514
3582
  return z(() => q(c, "src", a.logo)), c;
3515
3583
  }
3516
3584
  }), i), m(i, () => a.shortName ?? a.ticker, null), m(i, () => `${a.name ? `(${a.name})` : ""}`, null), m(s, () => a.exchange ?? "", null), z(() => q(i, "title", a.name ?? "")), s;
@@ -3520,34 +3588,36 @@ const yu = (e) => {
3520
3588
  });
3521
3589
  };
3522
3590
  s1(["click"]);
3523
- var mu = /* @__PURE__ */ g('<i class="icon-close klinecharts-pro-load-icon">'), hu = /* @__PURE__ */ g("<div class=klinecharts-pro-content><div class=klinecharts-pro-widget>");
3591
+ var Du = /* @__PURE__ */ g('<i class="icon-close klinecharts-pro-load-icon">'), Bu = /* @__PURE__ */ g("<div class=klinecharts-pro-content><div class=klinecharts-pro-widget>");
3524
3592
  function Q1(e, t, n, r) {
3525
- return t === "VOL" && (r = {
3593
+ t === "VOL" && (r = {
3526
3594
  axis: {
3527
3595
  gap: {
3528
3596
  bottom: 2
3529
3597
  }
3530
3598
  },
3531
3599
  ...r
3532
- }), e.createIndicator({
3600
+ });
3601
+ const a = (r == null ? void 0 : r.id) === "candle_pane";
3602
+ return e.createIndicator({
3533
3603
  name: t,
3534
- createTooltipDataSource: (s) => {
3535
- const i = s.chart.getStyles().indicator.tooltip.features, c = [];
3536
- return s.indicator.visible ? (c.push(i[1]), c.push(i[2]), c.push(i[3])) : (c.push(i[0]), c.push(i[2]), c.push(i[3])), {
3604
+ createTooltipDataSource: (o) => {
3605
+ const c = o.chart.getStyles().indicator.tooltip.features, u = [];
3606
+ return a && (o.indicator.visible ? u.push(c[1]) : u.push(c[0])), u.push(c[2]), u.push(c[3]), {
3537
3607
  // name: `${indicatorName}_${indi}`,
3538
- // calcParamsText: indicatorName,
3539
- features: c,
3608
+ calcParamsText: t,
3609
+ features: u,
3540
3610
  legends: []
3541
3611
  };
3542
3612
  }
3543
3613
  }, n, r) ?? null;
3544
3614
  }
3545
- const [_, pu] = L(null), [vu, T9] = L(!1), [h1, y0] = L(null), [l1, m0] = L(null), _u = (e) => {
3615
+ const [_, Ou] = L(null), [Eu, I9] = L(!1), [h1, y0] = L(null), [l1, m0] = L(null), Fu = (e) => {
3546
3616
  let t, n;
3547
- const [r, a] = L(e.theme), [s, o] = L(e.styles), [i, c] = L(e.locale), [C, f] = L(!1), [l, v] = L([...e.mainIndicators]), [p, b] = L({}), [S, Z] = L(!1), [I, Q] = L({
3617
+ const [r, a] = L(e.theme), [s, o] = L(e.styles), [i, c] = L(e.locale), [u, d] = L(!1), [l, v] = L([...e.mainIndicators]), [p, b] = L({}), [S, Z] = L(!1), [I, Q] = L({
3548
3618
  key: e.timezone,
3549
- text: M9(e.timezone, e.locale)
3550
- }), [K, w] = L(!1), [k, j] = L(), [W, d1] = L(""), [A, P] = L(e.drawingBarVisible), [H, R] = L(!1), [e1, D1] = L({
3619
+ text: S9(e.timezone, e.locale)
3620
+ }), [j, w] = L(!1), [k, K] = L(), [W, f1] = L(""), [A, P] = L(e.drawingBarVisible), [H, R] = L(!1), [e1, D1] = L({
3551
3621
  visible: !1,
3552
3622
  indicatorName: "",
3553
3623
  paneId: "",
@@ -3560,10 +3630,10 @@ const [_, pu] = L(null), [vu, T9] = L(!1), [h1, y0] = L(null), [l1, m0] = L(null
3560
3630
  getStyles: () => _().getStyles(),
3561
3631
  setLocale: c,
3562
3632
  getLocale: () => i(),
3563
- setTimezone: (d) => {
3633
+ setTimezone: (f) => {
3564
3634
  Q({
3565
- key: d,
3566
- text: M9(e.timezone, i())
3635
+ key: f,
3636
+ text: S9(e.timezone, i())
3567
3637
  });
3568
3638
  },
3569
3639
  getTimezone: () => I().key,
@@ -3573,19 +3643,19 @@ const [_, pu] = L(null), [vu, T9] = L(!1), [h1, y0] = L(null), [l1, m0] = L(null
3573
3643
  getPeriod: () => l1(),
3574
3644
  getInstanceApi: () => _(),
3575
3645
  resize: () => {
3576
- var d;
3577
- return (d = _()) == null ? void 0 : d.resize();
3646
+ var f;
3647
+ return (f = _()) == null ? void 0 : f.resize();
3578
3648
  },
3579
3649
  dispose: () => {
3580
3650
  }
3581
3651
  });
3582
3652
  const B1 = () => {
3583
- var d;
3584
- (d = _()) == null || d.resize();
3653
+ var f;
3654
+ (f = _()) == null || f.resize();
3585
3655
  };
3586
- return O9(() => {
3656
+ return E9(() => {
3587
3657
  var $, E, D, h, U, n1;
3588
- if (window.addEventListener("resize", B1), pu(v5(t, {
3658
+ if (window.addEventListener("resize", B1), Ou(_5(t, {
3589
3659
  formatter: {
3590
3660
  formatDate: (x) => {
3591
3661
  switch (l1().type) {
@@ -3685,27 +3755,27 @@ const [_, pu] = L(null), [vu, T9] = L(!1), [h1, y0] = L(null), [l1, m0] = L(null
3685
3755
  volumePrecision: (Y == null ? void 0 : Y.volumePrecision) ?? 0
3686
3756
  }), (U = _()) == null || U.setPeriod(l1()), (n1 = _()) == null || n1.setDataLoader(e.dataloader);
3687
3757
  }
3688
- const d = _();
3689
- if (d) {
3758
+ const f = _();
3759
+ if (f) {
3690
3760
  l().forEach((r1) => {
3691
- d && Q1(d, r1, !0, {
3761
+ f && Q1(f, r1, !0, {
3692
3762
  id: "candle_pane"
3693
3763
  });
3694
3764
  });
3695
3765
  const x = {};
3696
3766
  e.subIndicators.forEach((r1) => {
3697
- const Y = Q1(d, r1, !0);
3767
+ const Y = Q1(f, r1, !0);
3698
3768
  Y && (x[r1] = Y);
3699
3769
  }), b(x);
3700
3770
  }
3701
3771
  }), H1(() => {
3702
- window.removeEventListener("resize", B1), I9(t);
3703
- }), m1((d) => {
3772
+ window.removeEventListener("resize", B1), P9(t);
3773
+ }), m1((f) => {
3704
3774
  var $, E, D;
3705
- if (console.info("symbol or period changed effect", h1(), l1(), d), !e.dataloader.loading) {
3775
+ if (console.info("symbol or period changed effect", h1(), l1(), f), !e.dataloader.loading) {
3706
3776
  console.info("setLoadingVisible false by effect");
3707
3777
  const h = h1(), U = l1();
3708
- return (d == null ? void 0 : d.period.span) !== U.span && (d == null ? void 0 : d.period.type) !== U.type && (console.info("period changed: set period", U), ($ = _()) == null || $.setPeriod(U)), ((E = d == null ? void 0 : d.symbol) == null ? void 0 : E.ticker) !== h.ticker && console.info("ticker changed: set symbol", h), (D = _()) == null || D.setSymbol({
3778
+ return (f == null ? void 0 : f.period.span) !== U.span && (f == null ? void 0 : f.period.type) !== U.type && (console.info("period changed: set period", U), ($ = _()) == null || $.setPeriod(U)), ((E = f == null ? void 0 : f.symbol) == null ? void 0 : E.ticker) !== h.ticker && console.info("ticker changed: set symbol", h), (D = _()) == null || D.setSymbol({
3709
3779
  ticker: h.ticker,
3710
3780
  pricePrecision: h.pricePrecision,
3711
3781
  volumePrecision: h.volumePrecision
@@ -3715,12 +3785,12 @@ const [_, pu] = L(null), [vu, T9] = L(!1), [h1, y0] = L(null), [l1, m0] = L(null
3715
3785
  period: U
3716
3786
  };
3717
3787
  }
3718
- return console.info("props.dataloader.loading is true, skip setLoadingVisible false"), d;
3788
+ return console.info("props.dataloader.loading is true, skip setLoadingVisible false"), f;
3719
3789
  }), m1(() => {
3720
3790
  var E, D;
3721
- const d = r();
3722
- (E = _()) == null || E.setStyles(d);
3723
- const $ = d === "dark" ? "#929AA5" : "#76808F";
3791
+ const f = r();
3792
+ (E = _()) == null || E.setStyles(f);
3793
+ const $ = f === "dark" ? "#929AA5" : "#76808F";
3724
3794
  (D = _()) == null || D.setStyles({
3725
3795
  indicator: {
3726
3796
  tooltip: {
@@ -3813,28 +3883,28 @@ const [_, pu] = L(null), [vu, T9] = L(!1), [h1, y0] = L(null), [l1, m0] = L(null
3813
3883
  }
3814
3884
  });
3815
3885
  }), m1(() => {
3816
- var d;
3817
- (d = _()) == null || d.setLocale(i());
3886
+ var f;
3887
+ (f = _()) == null || f.setLocale(i());
3818
3888
  }), m1(() => {
3819
- var d;
3820
- (d = _()) == null || d.setTimezone(I().key);
3889
+ var f;
3890
+ (f = _()) == null || f.setTimezone(I().key);
3821
3891
  }), m1(() => {
3822
- var d;
3823
- s() && ((d = _()) == null || d.setStyles(s()), j(Fn(_().getStyles())));
3824
- }), [mu(), y(V, {
3892
+ var f;
3893
+ s() && ((f = _()) == null || f.setStyles(s()), K(er(_().getStyles())));
3894
+ }), [Du(), y(V, {
3825
3895
  get when() {
3826
3896
  return H();
3827
3897
  },
3828
3898
  get children() {
3829
- return y(yu, {
3899
+ return y(Pu, {
3830
3900
  get locale() {
3831
3901
  return e.locale;
3832
3902
  },
3833
3903
  get datafeed() {
3834
3904
  return e.dataloader;
3835
3905
  },
3836
- onSymbolSelected: (d) => {
3837
- y0(d);
3906
+ onSymbolSelected: (f) => {
3907
+ y0(f);
3838
3908
  },
3839
3909
  onClose: () => {
3840
3910
  R(!1);
@@ -3843,10 +3913,10 @@ const [_, pu] = L(null), [vu, T9] = L(!1), [h1, y0] = L(null), [l1, m0] = L(null
3843
3913
  }
3844
3914
  }), y(V, {
3845
3915
  get when() {
3846
- return C();
3916
+ return u();
3847
3917
  },
3848
3918
  get children() {
3849
- return y(eu, {
3919
+ return y(hu, {
3850
3920
  get locale() {
3851
3921
  return e.locale;
3852
3922
  },
@@ -3857,33 +3927,33 @@ const [_, pu] = L(null), [vu, T9] = L(!1), [h1, y0] = L(null), [l1, m0] = L(null
3857
3927
  return p();
3858
3928
  },
3859
3929
  onClose: () => {
3860
- f(!1);
3930
+ d(!1);
3861
3931
  },
3862
- onMainIndicatorChange: (d) => {
3932
+ onMainIndicatorChange: (f) => {
3863
3933
  var E;
3864
3934
  const $ = [...l()];
3865
- d.added ? (Q1(_(), d.name, !0, {
3935
+ f.added ? (Q1(_(), f.name, !0, {
3866
3936
  id: "candle_pane"
3867
- }), $.push(d.name)) : ((E = _()) == null || E.removeIndicator({
3868
- name: d.name,
3937
+ }), $.push(f.name)) : ((E = _()) == null || E.removeIndicator({
3938
+ name: f.name,
3869
3939
  paneId: "candle_pane",
3870
- id: d.id ?? void 0
3871
- }), $.splice($.indexOf(d.name), 1)), v($);
3940
+ id: f.id ?? void 0
3941
+ }), $.splice($.indexOf(f.name), 1)), v($);
3872
3942
  },
3873
- onSubIndicatorChange: (d) => {
3943
+ onSubIndicatorChange: (f) => {
3874
3944
  var E;
3875
- console.info("onSubIndicatorChange", d);
3945
+ console.info("onSubIndicatorChange", f);
3876
3946
  const $ = {
3877
3947
  ...p()
3878
3948
  };
3879
- if (d.added) {
3880
- const D = Q1(_(), d.name);
3881
- D && ($[d.name] = D);
3949
+ if (f.added) {
3950
+ const D = Q1(_(), f.name);
3951
+ D && ($[f.name] = D);
3882
3952
  } else
3883
- d.id && ((E = _()) == null || E.removeIndicator({
3884
- name: d.name,
3885
- id: d.id
3886
- }), delete $[d.name]);
3953
+ f.id && ((E = _()) == null || E.removeIndicator({
3954
+ name: f.name,
3955
+ id: f.id
3956
+ }), delete $[f.name]);
3887
3957
  b($);
3888
3958
  }
3889
3959
  });
@@ -3893,7 +3963,7 @@ const [_, pu] = L(null), [vu, T9] = L(!1), [h1, y0] = L(null), [l1, m0] = L(null
3893
3963
  return S();
3894
3964
  },
3895
3965
  get children() {
3896
- return y(nu, {
3966
+ return y(vu, {
3897
3967
  get locale() {
3898
3968
  return e.locale;
3899
3969
  },
@@ -3908,10 +3978,10 @@ const [_, pu] = L(null), [vu, T9] = L(!1), [h1, y0] = L(null), [l1, m0] = L(null
3908
3978
  }
3909
3979
  }), y(V, {
3910
3980
  get when() {
3911
- return K();
3981
+ return j();
3912
3982
  },
3913
3983
  get children() {
3914
- return y(iu, {
3984
+ return y(bu, {
3915
3985
  get locale() {
3916
3986
  return e.locale;
3917
3987
  },
@@ -3921,14 +3991,14 @@ const [_, pu] = L(null), [vu, T9] = L(!1), [h1, y0] = L(null), [l1, m0] = L(null
3921
3991
  onClose: () => {
3922
3992
  w(!1);
3923
3993
  },
3924
- onChange: (d) => {
3994
+ onChange: (f) => {
3925
3995
  var $;
3926
- ($ = _()) == null || $.setStyles(d);
3996
+ ($ = _()) == null || $.setStyles(f);
3927
3997
  },
3928
- onRestoreDefault: (d) => {
3998
+ onRestoreDefault: (f) => {
3929
3999
  var E;
3930
4000
  const $ = {};
3931
- d.forEach((D) => {
4001
+ f.forEach((D) => {
3932
4002
  const h = D.key;
3933
4003
  k0($, h, N.formatValue(k(), h));
3934
4004
  }), (E = _()) == null || E.setStyles($);
@@ -3940,7 +4010,7 @@ const [_, pu] = L(null), [vu, T9] = L(!1), [h1, y0] = L(null), [l1, m0] = L(null
3940
4010
  return W().length > 0;
3941
4011
  },
3942
4012
  get children() {
3943
- return y(ou, {
4013
+ return y(xu, {
3944
4014
  get locale() {
3945
4015
  return e.locale;
3946
4016
  },
@@ -3948,7 +4018,7 @@ const [_, pu] = L(null), [vu, T9] = L(!1), [h1, y0] = L(null), [l1, m0] = L(null
3948
4018
  return W();
3949
4019
  },
3950
4020
  onClose: () => {
3951
- d1("");
4021
+ f1("");
3952
4022
  }
3953
4023
  });
3954
4024
  }
@@ -3957,7 +4027,7 @@ const [_, pu] = L(null), [vu, T9] = L(!1), [h1, y0] = L(null), [l1, m0] = L(null
3957
4027
  return e1().visible;
3958
4028
  },
3959
4029
  get children() {
3960
- return y(Cu, {
4030
+ return y(Mu, {
3961
4031
  get locale() {
3962
4032
  return e.locale;
3963
4033
  },
@@ -3972,18 +4042,18 @@ const [_, pu] = L(null), [vu, T9] = L(!1), [h1, y0] = L(null), [l1, m0] = L(null
3972
4042
  calcParams: []
3973
4043
  });
3974
4044
  },
3975
- onConfirm: (d) => {
4045
+ onConfirm: (f) => {
3976
4046
  var E;
3977
4047
  const $ = e1();
3978
4048
  (E = _()) == null || E.overrideIndicator({
3979
4049
  name: $.indicatorName,
3980
- calcParams: d,
4050
+ calcParams: f,
3981
4051
  paneId: $.paneId
3982
4052
  });
3983
4053
  }
3984
4054
  });
3985
4055
  }
3986
- }), y($c, {
4056
+ }), y(Nc, {
3987
4057
  get locale() {
3988
4058
  return e.locale;
3989
4059
  },
@@ -4000,9 +4070,9 @@ const [_, pu] = L(null), [vu, T9] = L(!1), [h1, y0] = L(null), [l1, m0] = L(null
4000
4070
  return e.periods;
4001
4071
  },
4002
4072
  onMenuClick: async () => {
4003
- var d;
4073
+ var f;
4004
4074
  try {
4005
- await V5(() => P(!A())), (d = _()) == null || d.resize();
4075
+ await ue(() => P(!A())), (f = _()) == null || f.resize();
4006
4076
  } catch {
4007
4077
  }
4008
4078
  },
@@ -4011,35 +4081,35 @@ const [_, pu] = L(null), [vu, T9] = L(!1), [h1, y0] = L(null), [l1, m0] = L(null
4011
4081
  },
4012
4082
  onPeriodChange: m0,
4013
4083
  onIndicatorClick: () => {
4014
- f((d) => !d);
4084
+ d((f) => !f);
4015
4085
  },
4016
4086
  onTimezoneClick: () => {
4017
- Z((d) => !d);
4087
+ Z((f) => !f);
4018
4088
  },
4019
4089
  onSettingClick: () => {
4020
- w((d) => !d);
4090
+ w((f) => !f);
4021
4091
  },
4022
4092
  onScreenshotClick: () => {
4023
4093
  if (_) {
4024
- const d = _().getConvertPictureUrl(!0, "jpeg", e.theme === "dark" ? "#151517" : "#ffffff");
4025
- d1(d);
4094
+ const f = _().getConvertPictureUrl(!0, "jpeg", e.theme === "dark" ? "#151517" : "#ffffff");
4095
+ f1(f);
4026
4096
  }
4027
4097
  }
4028
4098
  }), (() => {
4029
- var d = hu(), $ = d.firstChild;
4030
- m(d, y(V, {
4099
+ var f = Bu(), $ = f.firstChild;
4100
+ m(f, y(V, {
4031
4101
  get when() {
4032
- return vu();
4102
+ return Eu();
4033
4103
  },
4034
4104
  get children() {
4035
- return y(d5, {});
4105
+ return y(g5, {});
4036
4106
  }
4037
- }), $), m(d, y(V, {
4107
+ }), $), m(f, y(V, {
4038
4108
  get when() {
4039
4109
  return A();
4040
4110
  },
4041
4111
  get children() {
4042
- return y(ql, {
4112
+ return y(mu, {
4043
4113
  get locale() {
4044
4114
  return e.locale;
4045
4115
  },
@@ -4075,10 +4145,10 @@ const [_, pu] = L(null), [vu, T9] = L(!1), [h1, y0] = L(null), [l1, m0] = L(null
4075
4145
  }
4076
4146
  }), $);
4077
4147
  var E = t;
4078
- return typeof E == "function" ? A0(E, $) : t = $, z(() => q($, "data-drawing-bar-visible", A())), d;
4148
+ return typeof E == "function" ? A0(E, $) : t = $, z(() => q($, "data-drawing-bar-visible", A())), f;
4079
4149
  })()];
4080
4150
  };
4081
- class Lu {
4151
+ class ju {
4082
4152
  constructor(t) {
4083
4153
  g1(this, "_datafeed");
4084
4154
  g1(this, "_loading");
@@ -4091,11 +4161,11 @@ class Lu {
4091
4161
  console.info("getBars: type is backward or update (no forward support yet)"), o([], !1);
4092
4162
  return;
4093
4163
  }
4094
- this._loading = !0, T9(!0);
4164
+ this._loading = !0, I9(!0);
4095
4165
  const i = r ?? (/* @__PURE__ */ new Date()).getTime();
4096
4166
  await (async () => {
4097
- const C = l1(), f = h1(), [l] = this.adjustFromTo(C, i, 1), [v] = this.adjustFromTo(C, l, 500), p = await this._datafeed.getHistoryKLineData(f, C, v, l);
4098
- o(p, p.length > 0), this._loading = !1, T9(!1);
4167
+ const u = l1(), d = h1(), [l] = this.adjustFromTo(u, i, 1), [v] = this.adjustFromTo(u, l, 500), p = await this._datafeed.getHistoryKLineData(d, u, v, l);
4168
+ o(p, p.length > 0), this._loading = !1, I9(!1);
4099
4169
  })();
4100
4170
  }
4101
4171
  subscribeBar(t) {
@@ -4150,9 +4220,9 @@ class Lu {
4150
4220
  return [s, a];
4151
4221
  }
4152
4222
  }
4153
- var bu = /* @__PURE__ */ g('<svg class=logo viewBox="0 0 80 92"><path d=M28.148808359375,51.7280513671875L22.963588359375,51.7280513671875C21.572648359375002,51.7280513671875,20.445068359375,52.6220613671875,20.445068359375,53.7248813671875L20.445068359375,72.3979013671875C20.445068359375,73.5007013671875,21.572648359375002,74.39470136718751,22.963588359375,74.39470136718751L33.926568359375,74.39470136718751C35.317468359375,74.39470136718751,36.445068359375,73.5007013671875,36.445068359375,72.3979013671875L36.445068359375,53.7248813671875C36.445068359375,52.6220613671875,35.317468359375,51.7280513671875,33.926568359375,51.7280513671875L28.741398359374998,51.7280513671875L28.741398359374998,46.2963223671875C28.741398359374998,46.1665793671875,28.608748359375,46.0614013671875,28.445108359375,46.0614013671875C28.281468359375,46.0614013671875,28.148808359375,46.1665793671875,28.148808359375,46.2963223671875L28.148808359375,51.7280513671875ZM28.741398359374998,74.3948013671875L28.741398359374998,79.82650136718749C28.741398359374998,79.9563013671875,28.608748359375,80.0614013671875,28.445108359375,80.0614013671875C28.281468359375,80.0614013671875,28.148808359375,79.9563013671875,28.148808359375,79.82650136718749L28.148808359375,74.3948013671875L28.741398359374998,74.3948013671875Z></path><path d=M51.148808359374996,44.7280513671875L45.963588359375,44.7280513671875C44.572648359375,44.7280513671875,43.445068359375,45.6220613671875,43.445068359375,46.7248813671875L43.445068359375,65.3979013671875C43.445068359375,66.5007013671875,44.572648359375,67.39470136718751,45.963588359375,67.39470136718751L56.926568359375,67.39470136718751C58.317468359375,67.39470136718751,59.445068359375,66.5007013671875,59.445068359375,65.3979013671875L59.445068359375,46.7248813671875C59.445068359375,45.6220613671875,58.317468359375,44.7280513671875,56.926568359375,44.7280513671875L51.741398359375,44.7280513671875L51.741398359375,39.2963223671875C51.741398359375,39.1665793671875,51.608748359375,39.0614013671875,51.445108359375,39.0614013671875C51.281468359375,39.0614013671875,51.148808359374996,39.1665793671875,51.148808359374996,39.2963223671875L51.148808359374996,44.7280513671875ZM51.741398359375,67.3948013671875L51.741398359375,72.82650136718749C51.741398359375,72.9563013671875,51.608748359375,73.0614013671875,51.445108359375,73.0614013671875C51.281468359375,73.0614013671875,51.148808359374996,72.9563013671875,51.148808359374996,72.82650136718749L51.148808359374996,67.3948013671875L51.741398359375,67.3948013671875Z></path><path d=M17.7274,90.6541C17.5901,90.6541,17.4517,90.6436,17.3121,90.6225C9.93219,89.5095,4.80718,86.7136,2.07787,82.3084C-1.1223,77.1437,0.241766,71.6314,0.56829,70.5137C5.37624,46.647,15.0785,38.4945,21.5025,33.0957C22.9683,31.8633,24.2342,30.7995,25.1676,29.7672C25.4105,29.4984,25.6051,29.2154,25.7556,28.9202C24.7465,29.2231,24.1971,29.4326,24.1703,29.4429C22.908,29.9368,21.4777,29.3247,20.9761,28.076C20.4756,26.8272,21.0897,25.4146,22.352,24.9172C22.5042,24.8571,23.5312,24.4607,25.3073,23.9616C24.087,21.4425,21.7693,18.7949,19.7125,16.6431L19.2819,16.1902C16.2438,12.9776,14.6017,4.80159,14.3036,3.19471C14.1306,2.26212,14.4636,1.30796,15.1814,0.679657C15.8995,0.0512175,16.8976,-0.159672,17.8125,0.123747C22.7731,1.66274,24.2638,1.81255,27.2321,2.11098C28.7357,2.26195,29.83,3.59029,29.6762,5.07662C29.5236,6.56295,28.182,7.64786,26.6784,7.49454C24.4992,7.27569,22.9517,7.09896,20.724,6.56646C21.4493,9.09088,22.3803,11.5427,23.2771,12.4919L23.6876,12.9237C25.3757,14.69,28.9691,18.45,30.7016,22.7299C35.0392,21.9433,40.8791,21.3359,47.7817,21.7249C48.2004,20.7386,48.8054,19.7953,49.5907,18.9135C49.7137,18.7754,49.8498,18.6502,49.9988,18.539C53.6142,15.8508,57.5491,12.857,59.7803,11.0758C58.1028,11.2502,56.1034,11.0278,53.9124,9.70882C53.2439,9.30622,52.5992,8.89427,51.9662,8.48933C48.4668,6.25164,46.497,5.12109,43.4234,5.94853C41.9647,6.34058,40.4622,5.48975,40.0659,4.04789C39.6695,2.60604,40.5296,1.11853,41.9871,0.726471C47.5602,-0.773825,51.4796,1.73271,54.9364,3.9434L54.9364,3.9434C55.5284,4.32176,56.1318,4.70797,56.7564,5.08482C58.3843,6.06556,59.4858,5.76127,61.2899,5.13865C62.3511,4.77234,63.5567,4.35687,64.8675,4.53476C66.3321,4.73254,67.4406,5.56933,67.9103,6.83096C68.7444,9.07333,67.1035,11.5533,65.5797,13.2374C64.6729,14.2394,60.0845,17.7606,56.4519,20.4957C56.9477,20.3369,57.4767,20.2511,58.026,20.2511C59.4281,20.2511,60.6982,20.8102,61.621,21.7153C65.4948,20.6901,67.87,17.9563,67.9033,17.9175C68.78,16.8888,70.3322,16.7577,71.3721,17.6226C72.412,18.4886,72.5457,20.0253,71.6702,21.054C71.5221,21.2286,69.5063,23.5492,66.0787,25.233C69.5399,26.8822,72.9993,29.682,74.1841,34.4145C74.5106,35.7206,73.7062,37.0407,72.3859,37.3638C72.1871,37.4117,71.9884,37.4351,71.792,37.4351C70.687,37.4351,69.6826,36.6932,69.4046,35.5848C68.4378,31.7217,64.8144,29.7431,61.7619,28.7456C60.8298,29.7349,59.5009,30.3535,58.026,30.3535C55.8642,30.3535,54.0162,29.0245,53.2713,27.1474C53.2022,27.138,53.1331,27.1287,53.0642,27.1195C54.232,29.5936,57.0851,31.9259,58.1868,32.665C58.3157,32.7516,58.4423,32.8523,58.5547,32.9599C66.5865,40.6151,72.4887,48.8133,76.0971,57.3287C76.6815,58.7074,76.0249,60.2932,74.6313,60.8702C74.2976,61.01,73.9388,61.082,73.576,61.082C72.5065,61.082,71.4914,60.4582,71.0525,59.4213C67.7577,51.6455,62.331,44.1074,54.9203,37.0116C53.6073,36.1009,48.0984,31.9917,47.2065,26.583C40.9421,26.2679,35.6187,26.8278,31.6725,27.5336C31.6197,29.527,30.9225,31.5172,29.2456,33.3731C28.0614,34.6827,26.5968,35.915,25.0446,37.2188C21.9414,39.8269,18.2648,42.9169,14.8104,48.1192C11.356,53.3215,8.12389,60.6361,5.9098,71.6934C5.88732,71.8035,5.85893,71.9123,5.82344,72.0188C5.81634,72.041,4.57886,76.0413,6.77344,79.5289C8.6332,82.4828,12.4557,84.4139,18.1367,85.2705C19.6297,85.4953,20.6566,86.8762,20.4295,88.3532C20.2213,89.6944,19.0559,90.6541,17.7274,90.6541ZM35.1195,7.03101C33.3502,7.03101,31.9158,5.61208,31.9158,3.86173C31.9158,2.11139,33.3502,0.69245,35.1195,0.69245C36.8889,0.69245,38.3233,2.11139,38.3233,3.86173C38.3233,5.61208,36.8889,7.03101,35.1195,7.03101ZM57.6848,23.1892L58.414,24.4754C58.8984,24.3623,59.3923,24.3435,59.8644,24.4203C60.2191,24.5005,60.5087,24.7182,60.6663,25.0229C60.8636,25.3394,60.8993,25.7346,60.7646,26.1094C60.5988,26.5176,60.2972,26.8749,59.9085,27.1235L60.31,27.8316L59.7886,28.1294L59.3994,27.443C58.9257,27.7175,58.399,27.883,57.8664,27.9247L57.3744,27.0569C57.6378,27.0741,57.9071,27.048,58.1704,26.9797C58.4501,26.9251,58.7239,26.8323,58.9829,26.7044L58.2801,25.4647C57.8047,25.5877,57.3167,25.6065,56.8549,25.5197C56.4913,25.4263,56.196,25.1971,56.0328,24.8814C55.8433,24.5561,55.8127,24.1572,55.9484,23.7789C56.088,23.373,56.3763,23.0149,56.7584,22.7726L56.4166,22.1699L56.938,21.8721L57.2727,22.4625C57.6615,22.2376,58.0888,22.0901,58.5254,22.0301L59.0042,22.8746C58.5548,22.8828,58.103,22.9906,57.6848,23.1892ZM56.9319,24.2961Q57.1278,24.6417,57.7863,24.5856L57.1695,23.4978Q56.6982,23.884,56.9319,24.2961ZM58.9077,25.3462L59.4981,26.3875L59.499,26.3891Q59.9965,26.0045,59.7628,25.5923Q59.573,25.2576,58.9077,25.3462ZM73.2212,66.5065C73.2212,68.2569,74.6555,69.6758,76.4249,69.6758C78.1943,69.6758,79.6286,68.2569,79.6286,66.5065C79.6286,64.7562,78.1943,63.3372,76.4249,63.3372C74.6555,63.3372,73.2212,64.7562,73.2212,66.5065ZM35.9465,91.8045C35.0734,91.8045,34.2038,91.7987,33.3378,91.7858C31.827,91.7636,30.6203,90.5359,30.6428,89.0402C30.6653,87.5457,31.9158,86.3297,33.4183,86.3742C49.6344,86.6059,65.7512,84.6175,67.6134,84.037C72.1953,82.4184,74.5295,79.3603,74.5295,74.9575C74.5295,73.463,75.754,72.2517,77.2648,72.2517C78.7755,72.2517,80,73.463,80,74.9575C80,81.5992,76.148,86.7686,69.4317,89.142C67.0041,89.9999,51.0955,91.8046,35.9465,91.8045ZM25.2731,92C23.5037,92,22.0693,90.5811,22.0693,88.8307C22.0693,87.0804,23.5037,85.6615,25.2731,85.6615C27.0424,85.6615,28.4768,87.0804,28.4768,88.8307C28.4768,90.5811,27.0424,92,25.2731,92Z>');
4154
- const $u = bu();
4155
- class Mu {
4223
+ var Ku = /* @__PURE__ */ g('<svg class=logo viewBox="0 0 80 92"><path d=M28.148808359375,51.7280513671875L22.963588359375,51.7280513671875C21.572648359375002,51.7280513671875,20.445068359375,52.6220613671875,20.445068359375,53.7248813671875L20.445068359375,72.3979013671875C20.445068359375,73.5007013671875,21.572648359375002,74.39470136718751,22.963588359375,74.39470136718751L33.926568359375,74.39470136718751C35.317468359375,74.39470136718751,36.445068359375,73.5007013671875,36.445068359375,72.3979013671875L36.445068359375,53.7248813671875C36.445068359375,52.6220613671875,35.317468359375,51.7280513671875,33.926568359375,51.7280513671875L28.741398359374998,51.7280513671875L28.741398359374998,46.2963223671875C28.741398359374998,46.1665793671875,28.608748359375,46.0614013671875,28.445108359375,46.0614013671875C28.281468359375,46.0614013671875,28.148808359375,46.1665793671875,28.148808359375,46.2963223671875L28.148808359375,51.7280513671875ZM28.741398359374998,74.3948013671875L28.741398359374998,79.82650136718749C28.741398359374998,79.9563013671875,28.608748359375,80.0614013671875,28.445108359375,80.0614013671875C28.281468359375,80.0614013671875,28.148808359375,79.9563013671875,28.148808359375,79.82650136718749L28.148808359375,74.3948013671875L28.741398359374998,74.3948013671875Z></path><path d=M51.148808359374996,44.7280513671875L45.963588359375,44.7280513671875C44.572648359375,44.7280513671875,43.445068359375,45.6220613671875,43.445068359375,46.7248813671875L43.445068359375,65.3979013671875C43.445068359375,66.5007013671875,44.572648359375,67.39470136718751,45.963588359375,67.39470136718751L56.926568359375,67.39470136718751C58.317468359375,67.39470136718751,59.445068359375,66.5007013671875,59.445068359375,65.3979013671875L59.445068359375,46.7248813671875C59.445068359375,45.6220613671875,58.317468359375,44.7280513671875,56.926568359375,44.7280513671875L51.741398359375,44.7280513671875L51.741398359375,39.2963223671875C51.741398359375,39.1665793671875,51.608748359375,39.0614013671875,51.445108359375,39.0614013671875C51.281468359375,39.0614013671875,51.148808359374996,39.1665793671875,51.148808359374996,39.2963223671875L51.148808359374996,44.7280513671875ZM51.741398359375,67.3948013671875L51.741398359375,72.82650136718749C51.741398359375,72.9563013671875,51.608748359375,73.0614013671875,51.445108359375,73.0614013671875C51.281468359375,73.0614013671875,51.148808359374996,72.9563013671875,51.148808359374996,72.82650136718749L51.148808359374996,67.3948013671875L51.741398359375,67.3948013671875Z></path><path d=M17.7274,90.6541C17.5901,90.6541,17.4517,90.6436,17.3121,90.6225C9.93219,89.5095,4.80718,86.7136,2.07787,82.3084C-1.1223,77.1437,0.241766,71.6314,0.56829,70.5137C5.37624,46.647,15.0785,38.4945,21.5025,33.0957C22.9683,31.8633,24.2342,30.7995,25.1676,29.7672C25.4105,29.4984,25.6051,29.2154,25.7556,28.9202C24.7465,29.2231,24.1971,29.4326,24.1703,29.4429C22.908,29.9368,21.4777,29.3247,20.9761,28.076C20.4756,26.8272,21.0897,25.4146,22.352,24.9172C22.5042,24.8571,23.5312,24.4607,25.3073,23.9616C24.087,21.4425,21.7693,18.7949,19.7125,16.6431L19.2819,16.1902C16.2438,12.9776,14.6017,4.80159,14.3036,3.19471C14.1306,2.26212,14.4636,1.30796,15.1814,0.679657C15.8995,0.0512175,16.8976,-0.159672,17.8125,0.123747C22.7731,1.66274,24.2638,1.81255,27.2321,2.11098C28.7357,2.26195,29.83,3.59029,29.6762,5.07662C29.5236,6.56295,28.182,7.64786,26.6784,7.49454C24.4992,7.27569,22.9517,7.09896,20.724,6.56646C21.4493,9.09088,22.3803,11.5427,23.2771,12.4919L23.6876,12.9237C25.3757,14.69,28.9691,18.45,30.7016,22.7299C35.0392,21.9433,40.8791,21.3359,47.7817,21.7249C48.2004,20.7386,48.8054,19.7953,49.5907,18.9135C49.7137,18.7754,49.8498,18.6502,49.9988,18.539C53.6142,15.8508,57.5491,12.857,59.7803,11.0758C58.1028,11.2502,56.1034,11.0278,53.9124,9.70882C53.2439,9.30622,52.5992,8.89427,51.9662,8.48933C48.4668,6.25164,46.497,5.12109,43.4234,5.94853C41.9647,6.34058,40.4622,5.48975,40.0659,4.04789C39.6695,2.60604,40.5296,1.11853,41.9871,0.726471C47.5602,-0.773825,51.4796,1.73271,54.9364,3.9434L54.9364,3.9434C55.5284,4.32176,56.1318,4.70797,56.7564,5.08482C58.3843,6.06556,59.4858,5.76127,61.2899,5.13865C62.3511,4.77234,63.5567,4.35687,64.8675,4.53476C66.3321,4.73254,67.4406,5.56933,67.9103,6.83096C68.7444,9.07333,67.1035,11.5533,65.5797,13.2374C64.6729,14.2394,60.0845,17.7606,56.4519,20.4957C56.9477,20.3369,57.4767,20.2511,58.026,20.2511C59.4281,20.2511,60.6982,20.8102,61.621,21.7153C65.4948,20.6901,67.87,17.9563,67.9033,17.9175C68.78,16.8888,70.3322,16.7577,71.3721,17.6226C72.412,18.4886,72.5457,20.0253,71.6702,21.054C71.5221,21.2286,69.5063,23.5492,66.0787,25.233C69.5399,26.8822,72.9993,29.682,74.1841,34.4145C74.5106,35.7206,73.7062,37.0407,72.3859,37.3638C72.1871,37.4117,71.9884,37.4351,71.792,37.4351C70.687,37.4351,69.6826,36.6932,69.4046,35.5848C68.4378,31.7217,64.8144,29.7431,61.7619,28.7456C60.8298,29.7349,59.5009,30.3535,58.026,30.3535C55.8642,30.3535,54.0162,29.0245,53.2713,27.1474C53.2022,27.138,53.1331,27.1287,53.0642,27.1195C54.232,29.5936,57.0851,31.9259,58.1868,32.665C58.3157,32.7516,58.4423,32.8523,58.5547,32.9599C66.5865,40.6151,72.4887,48.8133,76.0971,57.3287C76.6815,58.7074,76.0249,60.2932,74.6313,60.8702C74.2976,61.01,73.9388,61.082,73.576,61.082C72.5065,61.082,71.4914,60.4582,71.0525,59.4213C67.7577,51.6455,62.331,44.1074,54.9203,37.0116C53.6073,36.1009,48.0984,31.9917,47.2065,26.583C40.9421,26.2679,35.6187,26.8278,31.6725,27.5336C31.6197,29.527,30.9225,31.5172,29.2456,33.3731C28.0614,34.6827,26.5968,35.915,25.0446,37.2188C21.9414,39.8269,18.2648,42.9169,14.8104,48.1192C11.356,53.3215,8.12389,60.6361,5.9098,71.6934C5.88732,71.8035,5.85893,71.9123,5.82344,72.0188C5.81634,72.041,4.57886,76.0413,6.77344,79.5289C8.6332,82.4828,12.4557,84.4139,18.1367,85.2705C19.6297,85.4953,20.6566,86.8762,20.4295,88.3532C20.2213,89.6944,19.0559,90.6541,17.7274,90.6541ZM35.1195,7.03101C33.3502,7.03101,31.9158,5.61208,31.9158,3.86173C31.9158,2.11139,33.3502,0.69245,35.1195,0.69245C36.8889,0.69245,38.3233,2.11139,38.3233,3.86173C38.3233,5.61208,36.8889,7.03101,35.1195,7.03101ZM57.6848,23.1892L58.414,24.4754C58.8984,24.3623,59.3923,24.3435,59.8644,24.4203C60.2191,24.5005,60.5087,24.7182,60.6663,25.0229C60.8636,25.3394,60.8993,25.7346,60.7646,26.1094C60.5988,26.5176,60.2972,26.8749,59.9085,27.1235L60.31,27.8316L59.7886,28.1294L59.3994,27.443C58.9257,27.7175,58.399,27.883,57.8664,27.9247L57.3744,27.0569C57.6378,27.0741,57.9071,27.048,58.1704,26.9797C58.4501,26.9251,58.7239,26.8323,58.9829,26.7044L58.2801,25.4647C57.8047,25.5877,57.3167,25.6065,56.8549,25.5197C56.4913,25.4263,56.196,25.1971,56.0328,24.8814C55.8433,24.5561,55.8127,24.1572,55.9484,23.7789C56.088,23.373,56.3763,23.0149,56.7584,22.7726L56.4166,22.1699L56.938,21.8721L57.2727,22.4625C57.6615,22.2376,58.0888,22.0901,58.5254,22.0301L59.0042,22.8746C58.5548,22.8828,58.103,22.9906,57.6848,23.1892ZM56.9319,24.2961Q57.1278,24.6417,57.7863,24.5856L57.1695,23.4978Q56.6982,23.884,56.9319,24.2961ZM58.9077,25.3462L59.4981,26.3875L59.499,26.3891Q59.9965,26.0045,59.7628,25.5923Q59.573,25.2576,58.9077,25.3462ZM73.2212,66.5065C73.2212,68.2569,74.6555,69.6758,76.4249,69.6758C78.1943,69.6758,79.6286,68.2569,79.6286,66.5065C79.6286,64.7562,78.1943,63.3372,76.4249,63.3372C74.6555,63.3372,73.2212,64.7562,73.2212,66.5065ZM35.9465,91.8045C35.0734,91.8045,34.2038,91.7987,33.3378,91.7858C31.827,91.7636,30.6203,90.5359,30.6428,89.0402C30.6653,87.5457,31.9158,86.3297,33.4183,86.3742C49.6344,86.6059,65.7512,84.6175,67.6134,84.037C72.1953,82.4184,74.5295,79.3603,74.5295,74.9575C74.5295,73.463,75.754,72.2517,77.2648,72.2517C78.7755,72.2517,80,73.463,80,74.9575C80,81.5992,76.148,86.7686,69.4317,89.142C67.0041,89.9999,51.0955,91.8046,35.9465,91.8045ZM25.2731,92C23.5037,92,22.0693,90.5811,22.0693,88.8307C22.0693,87.0804,23.5037,85.6615,25.2731,85.6615C27.0424,85.6615,28.4768,87.0804,28.4768,88.8307C28.4768,90.5811,27.0424,92,25.2731,92Z>');
4224
+ const Nu = Ku();
4225
+ class Uu {
4156
4226
  constructor(t) {
4157
4227
  g1(this, "_container");
4158
4228
  g1(this, "_chartApi", null);
@@ -4162,10 +4232,10 @@ class Mu {
4162
4232
  } else
4163
4233
  this._container = t.container;
4164
4234
  this._container.classList.add("klinecharts-pro"), this._container.setAttribute("data-theme", t.theme ?? "light");
4165
- const n = new Lu(t.datafeed);
4166
- i6(() => {
4235
+ const n = new ju(t.datafeed);
4236
+ be(() => {
4167
4237
  const r = this;
4168
- return y(_u, {
4238
+ return y(Fu, {
4169
4239
  ref: (a) => {
4170
4240
  r._chartApi = a;
4171
4241
  },
@@ -4173,7 +4243,7 @@ class Mu {
4173
4243
  return t.styles ?? {};
4174
4244
  },
4175
4245
  get watermark() {
4176
- return t.watermark ?? $u;
4246
+ return t.watermark ?? Nu;
4177
4247
  },
4178
4248
  get theme() {
4179
4249
  return t.theme ?? "light";
@@ -4247,7 +4317,7 @@ class Mu {
4247
4317
  }, this._container);
4248
4318
  }
4249
4319
  destroy() {
4250
- this._container && I9(this._container), this._container = null, this._chartApi = null;
4320
+ this._container && P9(this._container), this._container = null, this._chartApi = null;
4251
4321
  }
4252
4322
  setTheme(t) {
4253
4323
  var n;
@@ -4296,12 +4366,13 @@ class Mu {
4296
4366
  this.destroy();
4297
4367
  }
4298
4368
  }
4299
- K5.forEach((e) => {
4300
- _5(e);
4369
+ console.log(`[${z0.name}] v${z0.version}`);
4370
+ te.forEach((e) => {
4371
+ L5(e);
4301
4372
  });
4302
4373
  export {
4303
- wu as DefaultDatafeed,
4304
- Mu as KLineChartPro,
4305
- Au as loadLocales
4374
+ Ru as DefaultDatafeed,
4375
+ Uu as KLineChartPro,
4376
+ zu as loadLocales
4306
4377
  };
4307
4378
  //# sourceMappingURL=klinecharts-pro.js.map