@kosdev-code/kos-ddk-components 0.1.0-dev.5699 → 0.1.0-dev.5706
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.cjs +152 -146
- package/index.js +675 -668
- package/package.json +4 -4
- package/styles/icon/index.d.ts +1 -0
- package/styles/icon/index.d.ts.map +1 -1
- package/styles/icon/information-icon-style/index.d.ts +2 -0
- package/styles/icon/information-icon-style/index.d.ts.map +1 -0
- package/styles/icon/information-icon-style/information-icon-style.d.ts +7 -0
- package/styles/icon/information-icon-style/information-icon-style.d.ts.map +1 -0
package/index.js
CHANGED
|
@@ -3,13 +3,13 @@ import _ from "@emotion/styled";
|
|
|
3
3
|
import * as fe from "react";
|
|
4
4
|
import Zr, { createContext as ti, useContext as Ze, useMemo as Lt, forwardRef as Ko, useState as gt, useRef as Dt, useEffect as Et, useLayoutEffect as ei, useCallback as ne, Suspense as ni } from "react";
|
|
5
5
|
import ve from "@emotion/is-prop-valid";
|
|
6
|
-
import { SuccessIcon as oi,
|
|
7
|
-
import { useKosTranslation as oe, kosComponent as Go, useKosDateFormats as
|
|
6
|
+
import { SuccessIcon as oi, InformationIcon as ri, QuestionIcon as ii, USBIcon as ai, ChevronLeftIcon as wn, ChevronRightIcon as Uo, CloseIconWithBackground as si, CloseIcon as Ho, CompactCloseIcon as ci, CompactMenuIcon as di, MenuIcon as li, SuccessIconWithBackground as ui, MessageQuestionIconWithBackground as fi, InformationQuestionIconWithBackground as pi, LoaderIconWithBackground as hi, MessageInformationIconWithBackground as mi, InformationIconWithBackground as gi, ErrorIconWithBackground as vi, DropdownIcon as bi, ErrorIcon as yi, EyeOpenIcon as ki, EyeOffIcon as wi, CloseSidebarIcon as qo, StepStatus as xi } from "@kosdev-code/kos-ddk-styles";
|
|
7
|
+
import { useKosTranslation as oe, kosComponent as Go, useKosDateFormats as Si, useKosTimeFormats as Ci } from "@kosdev-code/kos-ui-sdk";
|
|
8
8
|
import { css as wt } from "@emotion/react";
|
|
9
|
-
import { unstable_batchedUpdates as
|
|
10
|
-
import { useGesture as
|
|
9
|
+
import { unstable_batchedUpdates as Pi, createPortal as tn } from "react-dom";
|
|
10
|
+
import { useGesture as Ei } from "@use-gesture/react";
|
|
11
11
|
import { format as co } from "date-fns";
|
|
12
|
-
import { useNavigate as Wo, useSearchParams as
|
|
12
|
+
import { useNavigate as Wo, useSearchParams as Ii, useParams as Oi, useLocation as Ti } from "react-router-dom";
|
|
13
13
|
const Qo = {
|
|
14
14
|
componentModeOverride: "standard",
|
|
15
15
|
enableDialAnimation: !0,
|
|
@@ -18,7 +18,7 @@ const Qo = {
|
|
|
18
18
|
modalModeOverride: void 0
|
|
19
19
|
}, Yo = ti(
|
|
20
20
|
Qo
|
|
21
|
-
),
|
|
21
|
+
), Sl = ({
|
|
22
22
|
children: t,
|
|
23
23
|
value: n = Qo
|
|
24
24
|
}) => /* @__PURE__ */ k(Yo.Provider, { value: n, children: t }), It = () => {
|
|
@@ -28,13 +28,13 @@ const Qo = {
|
|
|
28
28
|
"useComponentConfigurationContext must be used within a ComponentConfigurationProvider"
|
|
29
29
|
);
|
|
30
30
|
return t;
|
|
31
|
-
},
|
|
31
|
+
}, Cl = (t, n) => n[t], Pl = (t) => Lt(
|
|
32
32
|
() => t.reduce(
|
|
33
33
|
(n, o) => (n[o.id] = o, n),
|
|
34
34
|
{}
|
|
35
35
|
),
|
|
36
36
|
[t]
|
|
37
|
-
),
|
|
37
|
+
), El = (t, n) => {
|
|
38
38
|
var o;
|
|
39
39
|
if (!(!t || !n))
|
|
40
40
|
return (o = n[t]) == null ? void 0 : o.component;
|
|
@@ -68,17 +68,17 @@ const Qo = {
|
|
|
68
68
|
padding: var(--ddk-component-action-item-padding);
|
|
69
69
|
user-select: none;
|
|
70
70
|
white-space: nowrap;
|
|
71
|
-
`,
|
|
71
|
+
`, Ai = _.div`
|
|
72
72
|
align-items: center;
|
|
73
73
|
display: flex;
|
|
74
74
|
gap: var(--ddk-component-action-item-button-container-gap);
|
|
75
75
|
white-space: nowrap;
|
|
76
76
|
width: var(--ddk-component-action-item-button-container-width);
|
|
77
|
-
`,
|
|
77
|
+
`, Di = _.div`
|
|
78
78
|
display: flex;
|
|
79
79
|
justify-content: space-between;
|
|
80
80
|
width: 100%;
|
|
81
|
-
`,
|
|
81
|
+
`, _i = _.div`
|
|
82
82
|
align-items: center;
|
|
83
83
|
|
|
84
84
|
background-color: ${(t) => t.disabled ? "var(--ddk-component-action-item-unit-background-color-disabled)" : "var(--ddk-component-action-item-unit-background-color-default)"};
|
|
@@ -156,7 +156,7 @@ const Qo = {
|
|
|
156
156
|
unitStyle: o = "external",
|
|
157
157
|
unitValue: c,
|
|
158
158
|
...h
|
|
159
|
-
}) => /* @__PURE__ */ at(
|
|
159
|
+
}) => /* @__PURE__ */ at(Ai, { children: [
|
|
160
160
|
o === "inline" ? /* @__PURE__ */ at(
|
|
161
161
|
lo,
|
|
162
162
|
{
|
|
@@ -164,8 +164,8 @@ const Qo = {
|
|
|
164
164
|
unitValue: c,
|
|
165
165
|
...h,
|
|
166
166
|
children: [
|
|
167
|
-
/* @__PURE__ */ k(
|
|
168
|
-
c !== void 0 && /* @__PURE__ */ k(
|
|
167
|
+
/* @__PURE__ */ k(Di, { children: t }),
|
|
168
|
+
c !== void 0 && /* @__PURE__ */ k(_i, { disabled: n, children: c })
|
|
169
169
|
]
|
|
170
170
|
}
|
|
171
171
|
) : /* @__PURE__ */ k(lo, { disabled: n, ...h, children: t }),
|
|
@@ -221,7 +221,7 @@ const Qo = {
|
|
|
221
221
|
|
|
222
222
|
color: ${(t) => !(t.disabled || t.state) && "var(--ddk-component-button-color-active)"};
|
|
223
223
|
}
|
|
224
|
-
`,
|
|
224
|
+
`, Mi = _(Xo)`
|
|
225
225
|
background-color: ${(t) => t.disabled ? "var(--ddk-component-button-primary-background-color-disabled)" : t.active ? "var(--ddk-component-button-primary-background-color-active)" : "var(--ddk-component-button-primary-background-color-default)"};
|
|
226
226
|
|
|
227
227
|
border-color: ${(t) => t.disabled ? "var(--ddk-component-button-border-color-disabled)" : t.active ? "var(--ddk-component-button-border-color-active)" : "var(--ddk-component-button-border-color-default)"};
|
|
@@ -231,7 +231,7 @@ const Qo = {
|
|
|
231
231
|
const c = (h) => {
|
|
232
232
|
t || n == null || n(h);
|
|
233
233
|
};
|
|
234
|
-
return o.mode === "primary" ? /* @__PURE__ */ k(
|
|
234
|
+
return o.mode === "primary" ? /* @__PURE__ */ k(Mi, { disabled: t, onPointerDown: c, ...o }) : /* @__PURE__ */ k(Xo, { disabled: t, onPointerDown: c, ...o });
|
|
235
235
|
}, _t = _("div", {
|
|
236
236
|
shouldForwardProp: (t) => ve(t)
|
|
237
237
|
})`
|
|
@@ -265,7 +265,7 @@ const Qo = {
|
|
|
265
265
|
|
|
266
266
|
user-select: none;
|
|
267
267
|
width: 100%;
|
|
268
|
-
`,
|
|
268
|
+
`, Ri = _(_t, {
|
|
269
269
|
shouldForwardProp: (t) => ve(t)
|
|
270
270
|
})`
|
|
271
271
|
align-items: center;
|
|
@@ -319,7 +319,7 @@ const Qo = {
|
|
|
319
319
|
|
|
320
320
|
overflow-y: auto;
|
|
321
321
|
width: 100%;
|
|
322
|
-
`,
|
|
322
|
+
`, $i = _.div`
|
|
323
323
|
align-items: center;
|
|
324
324
|
|
|
325
325
|
color: ${(t) => t.disabled ? "var(--ddk-component-icon-button-icon-color-disabled)" : t.active ? "var(--ddk-component-icon-button-icon-color-active)" : "var(--ddk-component-icon-button-icon-color-default)"};
|
|
@@ -362,10 +362,10 @@ const Qo = {
|
|
|
362
362
|
icon: n,
|
|
363
363
|
size: o = "medium",
|
|
364
364
|
...c
|
|
365
|
-
}) => /* @__PURE__ */ at(
|
|
365
|
+
}) => /* @__PURE__ */ at($i, { size: o, ...c, children: [
|
|
366
366
|
/* @__PURE__ */ k(n, {}),
|
|
367
367
|
t && /* @__PURE__ */ k("div", { children: t })
|
|
368
|
-
] }),
|
|
368
|
+
] }), Il = _(oi)`
|
|
369
369
|
box-sizing: var(--ddk-component-green-tick-icon-box-sizing);
|
|
370
370
|
min-width: var(--ddk-component-green-tick-icon-min-width);
|
|
371
371
|
min-height: var(--ddk-component-green-tick-icon-min-height);
|
|
@@ -373,32 +373,38 @@ const Qo = {
|
|
|
373
373
|
background: var(--ddk-component-green-tick-icon-background);
|
|
374
374
|
color: var(--ddk-component-green-tick-icon-color);
|
|
375
375
|
padding: var(--ddk-component-green-tick-icon-padding);
|
|
376
|
-
`,
|
|
376
|
+
`, Ol = _(ri)`
|
|
377
|
+
min-width: var(--ddk-component-information-icon-min-width);
|
|
378
|
+
min-height: var(--ddk-component-information-icon-min-height);
|
|
379
|
+
border-radius: var(--ddk-component-information-icon-border-radius);
|
|
380
|
+
background: var(--ddk-component-information-icon-background);
|
|
381
|
+
color: var(--ddk-component-information-icon-color);
|
|
382
|
+
`, Tl = _(ii)`
|
|
377
383
|
min-width: var(--ddk-component-question-icon-min-width);
|
|
378
384
|
min-height: var(--ddk-component-question-icon-min-height);
|
|
379
385
|
border-radius: var(--ddk-component-question-icon-border-radius);
|
|
380
386
|
background: var(--ddk-component-question-icon-background);
|
|
381
387
|
color: var(--ddk-component-question-icon-color);
|
|
382
|
-
`,
|
|
388
|
+
`, Al = _(ai)`
|
|
383
389
|
min-width: var(--ddk-component-question-icon-min-width);
|
|
384
390
|
min-height: var(--ddk-component-question-icon-min-height);
|
|
385
391
|
border-radius: var(--ddk-component-question-icon-border-radius);
|
|
386
392
|
background: ${(t) => t.selected ? "var(--ddk-component-question-icon-background-selected)" : "var(--ddk-component-question-icon-background)"};
|
|
387
393
|
color: var(--ddk-component-question-icon-color);
|
|
388
|
-
`,
|
|
394
|
+
`, ji = _(_t)`
|
|
389
395
|
background-color: var(--ddk-component-info-card-header-background-color);
|
|
390
396
|
border-bottom-left-radius: 0px;
|
|
391
397
|
border-bottom-right-radius: 0px;
|
|
392
398
|
font-weight: var(--ddk-component-info-card-header-font-weight);
|
|
393
399
|
padding: var(--ddk-component-info-card-header-padding);
|
|
394
|
-
`,
|
|
400
|
+
`, Dl = _.div`
|
|
395
401
|
background-color: var(--ddk-component-info-container-background-color);
|
|
396
402
|
border: var(--ddk-component-info-container-border);
|
|
397
403
|
border-radius: var(--ddk-component-info-container-border-radius);
|
|
398
404
|
font-size: var(--ddk-component-info-container-font-size);
|
|
399
405
|
font-weight: var(--ddk-component-info-container-font-weight);
|
|
400
406
|
padding: var(--ddk-component-info-container-padding);
|
|
401
|
-
`,
|
|
407
|
+
`, _l = _.div`
|
|
402
408
|
color: var(--ddk-generic-color-grey-100);
|
|
403
409
|
font-family: var(--ddk-component-root-font-family-default);
|
|
404
410
|
font-size: 48px;
|
|
@@ -406,7 +412,7 @@ const Qo = {
|
|
|
406
412
|
font-weight: 600;
|
|
407
413
|
letter-spacing: 0.72px;
|
|
408
414
|
line-height: 120%;
|
|
409
|
-
`,
|
|
415
|
+
`, Ml = _.h1`
|
|
410
416
|
color: var(--ddk-generic-color-grey-100);
|
|
411
417
|
font-family: var(--ddk-component-root-font-family-default);
|
|
412
418
|
font-size: 36px;
|
|
@@ -414,7 +420,7 @@ const Qo = {
|
|
|
414
420
|
font-weight: 600;
|
|
415
421
|
letter-spacing: 0.9px;
|
|
416
422
|
line-height: 120%;
|
|
417
|
-
`,
|
|
423
|
+
`, Rl = _.h2`
|
|
418
424
|
color: var(--ddk-generic-color-grey-100);
|
|
419
425
|
font-family: var(--ddk-component-root-font-family-default);
|
|
420
426
|
font-size: 28px;
|
|
@@ -422,7 +428,7 @@ const Qo = {
|
|
|
422
428
|
font-weight: 600;
|
|
423
429
|
letter-spacing: -1.12px;
|
|
424
430
|
line-height: 120%;
|
|
425
|
-
`,
|
|
431
|
+
`, $l = _.div`
|
|
426
432
|
color: var(--ddk-generic-color-grey-50, #888);
|
|
427
433
|
font-family: var(--ddk-component-root-font-family-default);
|
|
428
434
|
font-size: 24px;
|
|
@@ -431,7 +437,7 @@ const Qo = {
|
|
|
431
437
|
line-height: 120%; /* 28.8px */
|
|
432
438
|
letter-spacing: -0.48px;
|
|
433
439
|
user-select: none;
|
|
434
|
-
`,
|
|
440
|
+
`, jl = _.div`
|
|
435
441
|
color: var(--ddk-generic-color-grey-50, #888);
|
|
436
442
|
font-family: var(--ddk-component-root-font-family-default);
|
|
437
443
|
font-size: 16px;
|
|
@@ -440,7 +446,7 @@ const Qo = {
|
|
|
440
446
|
line-height: 135%; /* 21.6px */
|
|
441
447
|
letter-spacing: 0.64px;
|
|
442
448
|
user-select: none;
|
|
443
|
-
`,
|
|
449
|
+
`, Nl = _.div`
|
|
444
450
|
color: var(--ddk-generic-color-grey-70, #414141);
|
|
445
451
|
font-family: var(--ddk-component-root-font-family-default);
|
|
446
452
|
font-size: 20px;
|
|
@@ -448,7 +454,7 @@ const Qo = {
|
|
|
448
454
|
font-weight: 600;
|
|
449
455
|
line-height: 135%;
|
|
450
456
|
margin-bottom: 4px;
|
|
451
|
-
`,
|
|
457
|
+
`, zl = _.p`
|
|
452
458
|
color: var(--ddk-generic-color-grey-100);
|
|
453
459
|
font-family: var(--ddk-component-root-font-family-default);
|
|
454
460
|
font-size: 15px;
|
|
@@ -456,7 +462,7 @@ const Qo = {
|
|
|
456
462
|
font-weight: 500;
|
|
457
463
|
letter-spacing: -0.225px;
|
|
458
464
|
line-height: 135%;
|
|
459
|
-
`,
|
|
465
|
+
`, Ll = _.div`
|
|
460
466
|
color: var(--ddk-generic-color-grey-100);
|
|
461
467
|
font-family: var(--ddk-component-root-font-family-default);
|
|
462
468
|
font-size: 16px;
|
|
@@ -472,7 +478,7 @@ const Qo = {
|
|
|
472
478
|
font-weight: var(--ddk-component-typography-body-small-font-weight);
|
|
473
479
|
letter-spacing: var(--ddk-component-typography-body-small-letter-spacing);
|
|
474
480
|
line-height: var(--ddk-component-typography-body-small-line-height);
|
|
475
|
-
`,
|
|
481
|
+
`, Ni = _(Jo)`
|
|
476
482
|
color: var(--ddk-component-typography-label-date-information-color);
|
|
477
483
|
`, jn = _.div`
|
|
478
484
|
color: var(--ddk-component-typography-body-medium-color);
|
|
@@ -482,7 +488,7 @@ const Qo = {
|
|
|
482
488
|
font-weight: var(--ddk-component-typography-body-medium-font-weight);
|
|
483
489
|
letter-spacing: var(--ddk-component-typography-body-medium-letter-spacing);
|
|
484
490
|
line-height: var(--ddk-component-typography-body-medium-line-height);
|
|
485
|
-
`,
|
|
491
|
+
`, zi = _.div`
|
|
486
492
|
color: var(--ddk-component-typography-body-large-color);
|
|
487
493
|
font-family: var(--ddk-component-typography-body-large-font-family);
|
|
488
494
|
font-size: var(--ddk-component-typography-body-large-font-size);
|
|
@@ -490,9 +496,9 @@ const Qo = {
|
|
|
490
496
|
font-weight: var(--ddk-component-typography-body-large-font-weight);
|
|
491
497
|
letter-spacing: var(--ddk-component-typography-body-large-letter-spacing);
|
|
492
498
|
line-height: var(--ddk-component-typography-body-large-line-height);
|
|
493
|
-
`,
|
|
499
|
+
`, Bl = _(jn)`
|
|
494
500
|
color: var(--ddk-component-typography-label-information-color);
|
|
495
|
-
`,
|
|
501
|
+
`, Li = _(zi)`
|
|
496
502
|
color: var(--ddk-component-typography-label-information-color);
|
|
497
503
|
font-weight: var(--ddk-component-typography-body-medium-font-weight);
|
|
498
504
|
`, Zo = _.div`
|
|
@@ -511,7 +517,7 @@ const Qo = {
|
|
|
511
517
|
font-weight: var(--ddk-component-typography-heading-medium-font-weight);
|
|
512
518
|
letter-spacing: var(--ddk-component-typography-heading-medium-letter-spacing);
|
|
513
519
|
line-height: var(--ddk-component-typography-heading-medium-line-height);
|
|
514
|
-
`,
|
|
520
|
+
`, Bi = _.div`
|
|
515
521
|
color: var(--ddk-component-typography-heading-large-color);
|
|
516
522
|
font-family: var(--ddk-component-typography-heading-large-font-family);
|
|
517
523
|
font-size: var(--ddk-component-typography-heading-large-font-size);
|
|
@@ -519,9 +525,9 @@ const Qo = {
|
|
|
519
525
|
font-weight: var(--ddk-component-typography-heading-large-font-weight);
|
|
520
526
|
letter-spacing: var(--ddk-component-typography-heading-large-letter-spacing);
|
|
521
527
|
line-height: var(--ddk-component-typography-heading-large-line-height);
|
|
522
|
-
`,
|
|
528
|
+
`, Fi = _(tr)`
|
|
523
529
|
color: var(--ddk-component-typography-label-information-color);
|
|
524
|
-
`,
|
|
530
|
+
`, Fl = _(Bi)`
|
|
525
531
|
color: var(--ddk-component-typography-label-information-color);
|
|
526
532
|
`, nn = _.label`
|
|
527
533
|
color: var(--ddk-component-typography-label-color);
|
|
@@ -531,26 +537,26 @@ const Qo = {
|
|
|
531
537
|
font-weight: var(--ddk-component-typography-label-font-weight);
|
|
532
538
|
letter-spacing: var(--ddk-component-typography-label-letter-spacing);
|
|
533
539
|
line-height: var(--ddk-component-typography-label-line-height);
|
|
534
|
-
`,
|
|
540
|
+
`, Vi = _(nn)`
|
|
535
541
|
font-size: var(--ddk-component-typography-label-font-size-small);
|
|
536
542
|
`, Nn = _(nn)`
|
|
537
543
|
font-size: var(--ddk-component-typography-label-font-size-x-small);
|
|
538
|
-
`,
|
|
544
|
+
`, Vl = _(Nn)`
|
|
539
545
|
color: var(--ddk-component-typography-label-date-color);
|
|
540
|
-
`,
|
|
546
|
+
`, Ki = _(Nn)`
|
|
541
547
|
color: var(--ddk-component-typography-label-date-information-color);
|
|
542
|
-
`,
|
|
548
|
+
`, Ui = _(nn)`
|
|
543
549
|
color: var(--ddk-component-typography-label-information-color);
|
|
544
|
-
`,
|
|
550
|
+
`, Hi = _(Vi)`
|
|
545
551
|
color: var(--ddk-component-typography-label-information-color);
|
|
546
|
-
`,
|
|
552
|
+
`, Kl = _(Nn)`
|
|
547
553
|
color: var(--ddk-component-typography-label-information-color);
|
|
548
|
-
`,
|
|
554
|
+
`, qi = _.div`
|
|
549
555
|
align-items: var(--ddk-component-input-container-align-items);
|
|
550
556
|
display: flex;
|
|
551
557
|
flex-direction: var(--ddk-component-input-container-flex-direction);
|
|
552
558
|
gap: var(--ddk-component-input-container-gap);
|
|
553
|
-
`,
|
|
559
|
+
`, Gi = _.input`
|
|
554
560
|
align-items: center;
|
|
555
561
|
|
|
556
562
|
background-color: ${(t) => t.disabled ? "var(--ddk-component-input-background-color-disabled)" : t.active ? "var(--ddk-component-input-background-color-active)" : t.isError ? "var(--ddk-component-input-background-color-error)" : "var(--ddk-component-input-background-color-default)"};
|
|
@@ -602,11 +608,11 @@ const Qo = {
|
|
|
602
608
|
color: ${(t) => !(t.active || t.disabled || t.state) && "var(--ddk-component-input-color-hover)"};
|
|
603
609
|
}
|
|
604
610
|
`, on = Ko(
|
|
605
|
-
({ error: t, isError: n, ...o }, c) => /* @__PURE__ */ at(
|
|
611
|
+
({ error: t, isError: n, ...o }, c) => /* @__PURE__ */ at(qi, { children: [
|
|
606
612
|
t && /* @__PURE__ */ k(Zo, { children: t }),
|
|
607
|
-
/* @__PURE__ */ k(
|
|
613
|
+
/* @__PURE__ */ k(Gi, { ref: c, isError: n || !!t, ...o })
|
|
608
614
|
] })
|
|
609
|
-
),
|
|
615
|
+
), Ul = _(_t, {
|
|
610
616
|
shouldForwardProp: (t) => ve(t)
|
|
611
617
|
})`
|
|
612
618
|
align-items: flex-start;
|
|
@@ -629,11 +635,11 @@ const Qo = {
|
|
|
629
635
|
div {
|
|
630
636
|
white-space: pre-wrap;
|
|
631
637
|
}
|
|
632
|
-
`,
|
|
638
|
+
`, Hl = _.div`
|
|
633
639
|
display: flex;
|
|
634
640
|
flex-direction: column;
|
|
635
641
|
gap: var(--ddk-component-list-container-gap);
|
|
636
|
-
`,
|
|
642
|
+
`, Wi = _("button", {
|
|
637
643
|
shouldForwardProp: (t) => ve(t)
|
|
638
644
|
})`
|
|
639
645
|
align-items: center;
|
|
@@ -681,7 +687,7 @@ const Qo = {
|
|
|
681
687
|
);
|
|
682
688
|
color: var(--ddk-component-navigation-button-color-active);
|
|
683
689
|
}
|
|
684
|
-
`,
|
|
690
|
+
`, Qi = _.div`
|
|
685
691
|
position: absolute;
|
|
686
692
|
top: 0;
|
|
687
693
|
bottom: 0;
|
|
@@ -696,18 +702,18 @@ const Qo = {
|
|
|
696
702
|
background: var(--ddk-generic-color-grey-5, #f9f9f9);
|
|
697
703
|
box-shadow: 8px 0px 16px 0px rgba(0, 0, 0, 0.08),
|
|
698
704
|
0px 0px 4px 0px rgba(0, 0, 0, 0.04);
|
|
699
|
-
`,
|
|
705
|
+
`, Yi = _.div`
|
|
700
706
|
display: flex;
|
|
701
707
|
flex-direction: column;
|
|
702
708
|
align-items: flex-start;
|
|
703
709
|
gap: var(--ddk-component-sidebar-padding-large);
|
|
704
|
-
`,
|
|
710
|
+
`, Xi = _.div`
|
|
705
711
|
display: flex;
|
|
706
712
|
gap: 16px;
|
|
707
713
|
font-size: var(--ddk-component-sidebar-font-size-large);
|
|
708
714
|
font-weight: 600;
|
|
709
715
|
align-items: center;
|
|
710
|
-
`,
|
|
716
|
+
`, Ji = _.button`
|
|
711
717
|
font-size: var(--ddk-component-sub-nav-button-font-size);
|
|
712
718
|
font-weight: var(--ddk-generic-font-weight-medium);
|
|
713
719
|
padding: var(--ddk-component-sub-nav-button-padding-small);
|
|
@@ -719,7 +725,7 @@ const Qo = {
|
|
|
719
725
|
color: ${(t) => t.active ? "var(--ddk-generic-color-grey-100)" : "var(--ddk-generic-color-grey-60)"};
|
|
720
726
|
border-radius: 2px;
|
|
721
727
|
text-align: left;
|
|
722
|
-
`,
|
|
728
|
+
`, ql = _.div`
|
|
723
729
|
color: var(--ddk-component-summary-font-disabled-color);
|
|
724
730
|
text-align: center;
|
|
725
731
|
font-size: var(--ddk-component-summary-font-size-small);
|
|
@@ -727,38 +733,38 @@ const Qo = {
|
|
|
727
733
|
position: absolute;
|
|
728
734
|
left: 50%;
|
|
729
735
|
transform: translate(-50%);
|
|
730
|
-
`,
|
|
736
|
+
`, Gl = _.div`
|
|
731
737
|
position: relative;
|
|
732
738
|
left: 50%;
|
|
733
739
|
transform: translate(-50%, -50%);
|
|
734
740
|
text-align: center;
|
|
735
|
-
`,
|
|
741
|
+
`, Wl = _.div`
|
|
736
742
|
font-size: var(--ddk-component-summary-show-more-font-size);
|
|
737
743
|
font-weight: var(--ddk-component-summary-font-weight);
|
|
738
744
|
line-height: 27px;
|
|
739
745
|
color: var(--ddk-component-summary-show-more-color);
|
|
740
|
-
`,
|
|
746
|
+
`, Ql = _.div`
|
|
741
747
|
font-size: var(--ddk-component-summary-text-font-size);
|
|
742
748
|
line-height: 16.2px;
|
|
743
749
|
font-weight: var(--ddk-component-summary-font-weight);
|
|
744
750
|
color: var(--ddk-component-summary-show-more-color);
|
|
745
|
-
`,
|
|
751
|
+
`, Yl = _.div`
|
|
746
752
|
font-size: var(--ddk-component-summary-text-font-size);
|
|
747
753
|
line-height: 16.2px;
|
|
748
754
|
font-weight: var(--ddk-component-summary-font-weight);
|
|
749
755
|
color: white;
|
|
750
|
-
`,
|
|
756
|
+
`, Xl = _.div`
|
|
751
757
|
display: flex;
|
|
752
758
|
flex-direction: column;
|
|
753
759
|
gap: var(--ddk-component-tab-view-layout-gap);
|
|
754
760
|
padding: var(--ddk-component-tab-view-layout-padding);
|
|
755
|
-
`,
|
|
761
|
+
`, Jl = _.div`
|
|
756
762
|
display: flex;
|
|
757
763
|
flex-direction: column;
|
|
758
764
|
gap: var(--ddk-component-tab-view-container-gap);
|
|
759
765
|
padding: var(--ddk-component-tab-view-container-padding);
|
|
760
766
|
width: 100%;
|
|
761
|
-
`,
|
|
767
|
+
`, Zl = _($t)`
|
|
762
768
|
align-items: center;
|
|
763
769
|
|
|
764
770
|
background-color: ${(t) => t.disabled ? "" : t.state === "run" ? "var(--ddk-component-button-background-color-run)" : t.state === "halt" ? "var(--ddk-component-button-background-color-halt)" : ""};
|
|
@@ -787,9 +793,9 @@ const Qo = {
|
|
|
787
793
|
font-size: var(--ddk-component-input-card-description-font-size);
|
|
788
794
|
font-weight: var(--ddk-component-input-card-description-font-weight);
|
|
789
795
|
text-align: left;
|
|
790
|
-
`,
|
|
796
|
+
`, Zi = _(Ln)`
|
|
791
797
|
color: var(--ddk-semantic-color-system-red);
|
|
792
|
-
`,
|
|
798
|
+
`, ta = _.div`
|
|
793
799
|
display: flex;
|
|
794
800
|
flex-direction: column;
|
|
795
801
|
gap: var(--ddk-component-input-card-text-container-gap);
|
|
@@ -798,7 +804,7 @@ const Qo = {
|
|
|
798
804
|
overflow: hidden;
|
|
799
805
|
text-overflow: ellipsis;
|
|
800
806
|
white-space: nowrap;
|
|
801
|
-
`,
|
|
807
|
+
`, ea = _(nr)`
|
|
802
808
|
color: var(--ddk-component-input-card-description-color);
|
|
803
809
|
font-size: var(--ddk-component-input-card-description-font-size);
|
|
804
810
|
font-weight: var(--ddk-component-input-card-description-font-weight);
|
|
@@ -807,7 +813,7 @@ const Qo = {
|
|
|
807
813
|
-webkit-line-clamp: ${(t) => t.multiline ? "4" : void 0};
|
|
808
814
|
display: ${(t) => t.multiline ? "-webkit-box" : void 0};
|
|
809
815
|
white-space: ${(t) => t.multiline ? "normal" : void 0};
|
|
810
|
-
`,
|
|
816
|
+
`, tu = ({
|
|
811
817
|
buttonLabel: t,
|
|
812
818
|
description: n,
|
|
813
819
|
label: o,
|
|
@@ -817,26 +823,26 @@ const Qo = {
|
|
|
817
823
|
}) => {
|
|
818
824
|
const { componentModeOverride: S } = It();
|
|
819
825
|
return /* @__PURE__ */ at(_t, { collapse: S === "compact", ...y, children: [
|
|
820
|
-
/* @__PURE__ */ at(
|
|
826
|
+
/* @__PURE__ */ at(ta, { children: [
|
|
821
827
|
/* @__PURE__ */ k(nr, { children: o }),
|
|
822
|
-
n && /* @__PURE__ */ k(
|
|
828
|
+
n && /* @__PURE__ */ k(ea, { multiline: h === !0, children: n })
|
|
823
829
|
] }),
|
|
824
830
|
/* @__PURE__ */ k($t, { onPointerDown: c, children: t })
|
|
825
831
|
] });
|
|
826
|
-
},
|
|
832
|
+
}, na = _(wn)`
|
|
827
833
|
cursor: pointer;
|
|
828
|
-
`,
|
|
834
|
+
`, oa = _.div`
|
|
829
835
|
display: flex;
|
|
830
836
|
flex-direction: column;
|
|
831
837
|
flex: 1;
|
|
832
838
|
gap: var(--ddk-component-card-button-grid-container-gap);
|
|
833
|
-
`,
|
|
834
|
-
CardButtonRenderer: t =
|
|
839
|
+
`, eu = ({
|
|
840
|
+
CardButtonRenderer: t = Ri,
|
|
835
841
|
items: n,
|
|
836
842
|
onSelect: o,
|
|
837
843
|
showNavIcon: c = !0,
|
|
838
844
|
...h
|
|
839
|
-
}) => /* @__PURE__ */ k(
|
|
845
|
+
}) => /* @__PURE__ */ k(oa, { ...h, children: n.map((y) => /* @__PURE__ */ at(
|
|
840
846
|
t,
|
|
841
847
|
{
|
|
842
848
|
active: y.active,
|
|
@@ -847,7 +853,7 @@ const Qo = {
|
|
|
847
853
|
]
|
|
848
854
|
},
|
|
849
855
|
y.id
|
|
850
|
-
)) }),
|
|
856
|
+
)) }), ra = () => {
|
|
851
857
|
const { t } = oe("common");
|
|
852
858
|
return t("close");
|
|
853
859
|
}, or = ({
|
|
@@ -859,17 +865,17 @@ const Qo = {
|
|
|
859
865
|
}) => /* @__PURE__ */ k(
|
|
860
866
|
be,
|
|
861
867
|
{
|
|
862
|
-
icon: n ?
|
|
868
|
+
icon: n ? si : Ho,
|
|
863
869
|
size: c,
|
|
864
870
|
...h,
|
|
865
|
-
children: o ?? /* @__PURE__ */ k(
|
|
871
|
+
children: o ?? /* @__PURE__ */ k(ra, {})
|
|
866
872
|
}
|
|
867
873
|
), rn = ({
|
|
868
874
|
children: t,
|
|
869
875
|
label: n,
|
|
870
876
|
size: o = "medium",
|
|
871
877
|
...c
|
|
872
|
-
}) => /* @__PURE__ */ k(be, { icon:
|
|
878
|
+
}) => /* @__PURE__ */ k(be, { icon: ci, size: o, ...c }), ia = _.div`
|
|
873
879
|
box-sizing: border-box;
|
|
874
880
|
display: flex;
|
|
875
881
|
flex-direction: column;
|
|
@@ -887,7 +893,7 @@ const Qo = {
|
|
|
887
893
|
`, ze = ({ align: t, children: n, className: o, size: c }) => {
|
|
888
894
|
const { componentModeOverride: h } = It();
|
|
889
895
|
return /* @__PURE__ */ k(me, { size: c, children: /* @__PURE__ */ k(
|
|
890
|
-
|
|
896
|
+
ia,
|
|
891
897
|
{
|
|
892
898
|
align: t,
|
|
893
899
|
className: o,
|
|
@@ -905,12 +911,12 @@ const Qo = {
|
|
|
905
911
|
justify-content: center;
|
|
906
912
|
padding: var(--ddk-component-modal-footer-padding);
|
|
907
913
|
width: 100%;
|
|
908
|
-
`,
|
|
914
|
+
`, aa = _(rr)`
|
|
909
915
|
background-color: #ffffff;
|
|
910
916
|
border-top: 1px solid #d2d4da;
|
|
911
917
|
`, an = (t) => {
|
|
912
918
|
const { componentModeOverride: n } = It();
|
|
913
|
-
return n === "compact" ? /* @__PURE__ */ k(
|
|
919
|
+
return n === "compact" ? /* @__PURE__ */ k(aa, { ...t }) : /* @__PURE__ */ k(rr, { ...t });
|
|
914
920
|
}, uo = ({ textKey: t }) => {
|
|
915
921
|
const { t: n } = oe("common");
|
|
916
922
|
return n(t);
|
|
@@ -926,7 +932,7 @@ const Qo = {
|
|
|
926
932
|
y === "standard" && /* @__PURE__ */ k($t, { onPointerDown: n, children: t ?? /* @__PURE__ */ k(uo, { textKey: "cancel" }) }),
|
|
927
933
|
/* @__PURE__ */ k($t, { disabled: !h, mode: "primary", onPointerDown: o, children: c ?? /* @__PURE__ */ k(uo, { textKey: "proceed" }) })
|
|
928
934
|
] });
|
|
929
|
-
},
|
|
935
|
+
}, sa = ({
|
|
930
936
|
children: t,
|
|
931
937
|
label: n = "Steps",
|
|
932
938
|
size: o = "medium",
|
|
@@ -936,13 +942,13 @@ const Qo = {
|
|
|
936
942
|
return /* @__PURE__ */ k(
|
|
937
943
|
be,
|
|
938
944
|
{
|
|
939
|
-
icon: h === "compact" ?
|
|
945
|
+
icon: h === "compact" ? di : li,
|
|
940
946
|
size: o,
|
|
941
947
|
...c,
|
|
942
948
|
children: n
|
|
943
949
|
}
|
|
944
950
|
);
|
|
945
|
-
},
|
|
951
|
+
}, ca = _.div`
|
|
946
952
|
align-items: center;
|
|
947
953
|
background-color: var(--ddk-component-modal-header-background-color);
|
|
948
954
|
box-shadow: var(--ddk-component-modal-header-box-shadow);
|
|
@@ -954,7 +960,7 @@ const Qo = {
|
|
|
954
960
|
justify-content: space-between;
|
|
955
961
|
padding: ${(t) => t.contain ? "var(--ddk-component-modal-header-padding-maximized)" : "var(--ddk-component-modal-header-padding)"};
|
|
956
962
|
user-select: none;
|
|
957
|
-
`,
|
|
963
|
+
`, da = _.div`
|
|
958
964
|
display: flex;
|
|
959
965
|
flex-direction: var(
|
|
960
966
|
--ddk-component-modal-header-title-container-flex-direction
|
|
@@ -983,11 +989,11 @@ const Qo = {
|
|
|
983
989
|
size: M = "small",
|
|
984
990
|
subtitle: Y,
|
|
985
991
|
title: s
|
|
986
|
-
}) => /* @__PURE__ */ at(
|
|
987
|
-
/* @__PURE__ */ k(fo, { children: $ ? S ? /* @__PURE__ */ k(S, { onPointerDown: y }) : /* @__PURE__ */ k(
|
|
988
|
-
/* @__PURE__ */ at(
|
|
992
|
+
}) => /* @__PURE__ */ at(ca, { contain: o, children: [
|
|
993
|
+
/* @__PURE__ */ k(fo, { children: $ ? S ? /* @__PURE__ */ k(S, { onPointerDown: y }) : /* @__PURE__ */ k(sa, { onPointerDown: y }) : c }),
|
|
994
|
+
/* @__PURE__ */ at(da, { children: [
|
|
989
995
|
s && /* @__PURE__ */ k(tr, { children: s }),
|
|
990
|
-
Y && /* @__PURE__ */ k(
|
|
996
|
+
Y && /* @__PURE__ */ k(Hi, { children: Y })
|
|
991
997
|
] }),
|
|
992
998
|
/* @__PURE__ */ k(
|
|
993
999
|
fo,
|
|
@@ -1066,7 +1072,7 @@ function Le(t, n) {
|
|
|
1066
1072
|
function ar() {
|
|
1067
1073
|
Zt < 0 && (Zt = 0, ft.frameLoop !== "demand" && Hn(sr));
|
|
1068
1074
|
}
|
|
1069
|
-
function
|
|
1075
|
+
function la() {
|
|
1070
1076
|
Zt = -1;
|
|
1071
1077
|
}
|
|
1072
1078
|
function sr() {
|
|
@@ -1077,7 +1083,7 @@ function cr() {
|
|
|
1077
1083
|
Zt = ft.now();
|
|
1078
1084
|
const n = ir(Zt);
|
|
1079
1085
|
if (n && (dr(pe.splice(0, n), (o) => o.handler()), te -= n), !te) {
|
|
1080
|
-
|
|
1086
|
+
la();
|
|
1081
1087
|
return;
|
|
1082
1088
|
}
|
|
1083
1089
|
sn.flush(), Fn.flush(t ? Math.min(64, Zt - t) : 16.667), Kn.flush(), Vn.flush(), Un.flush();
|
|
@@ -1105,12 +1111,12 @@ function dr(t, n) {
|
|
|
1105
1111
|
}
|
|
1106
1112
|
});
|
|
1107
1113
|
}
|
|
1108
|
-
var
|
|
1114
|
+
var ua = Object.defineProperty, fa = (t, n) => {
|
|
1109
1115
|
for (var o in n)
|
|
1110
|
-
|
|
1116
|
+
ua(t, o, { get: n[o], enumerable: !0 });
|
|
1111
1117
|
}, Ut = {};
|
|
1112
|
-
|
|
1113
|
-
assign: () =>
|
|
1118
|
+
fa(Ut, {
|
|
1119
|
+
assign: () => ha,
|
|
1114
1120
|
colors: () => ee,
|
|
1115
1121
|
createStringInterpolator: () => Gn,
|
|
1116
1122
|
skipAnimation: () => ur,
|
|
@@ -1119,7 +1125,7 @@ ua(Ut, {
|
|
|
1119
1125
|
});
|
|
1120
1126
|
function Cn() {
|
|
1121
1127
|
}
|
|
1122
|
-
var
|
|
1128
|
+
var pa = (t, n, o) => Object.defineProperty(t, n, { value: o, writable: !0, configurable: !0 }), tt = {
|
|
1123
1129
|
arr: Array.isArray,
|
|
1124
1130
|
obj: (t) => !!t && t.constructor.name === "Object",
|
|
1125
1131
|
fun: (t) => typeof t == "function",
|
|
@@ -1155,7 +1161,7 @@ function Pe(t, n) {
|
|
|
1155
1161
|
t.clear(), lt(o, n);
|
|
1156
1162
|
}
|
|
1157
1163
|
}
|
|
1158
|
-
var Ce = (t, ...n) => Pe(t, (o) => o(...n)), qn = () => typeof window > "u" || !window.navigator || /ServerSideRendering|^Deno\//.test(window.navigator.userAgent), Gn, lr, ee = null, ur = !1, Wn = Cn,
|
|
1164
|
+
var Ce = (t, ...n) => Pe(t, (o) => o(...n)), qn = () => typeof window > "u" || !window.navigator || /ServerSideRendering|^Deno\//.test(window.navigator.userAgent), Gn, lr, ee = null, ur = !1, Wn = Cn, ha = (t) => {
|
|
1159
1165
|
t.to && (lr = t.to), t.now && (ft.now = t.now), t.colors !== void 0 && (ee = t.colors), t.skipAnimation != null && (ur = t.skipAnimation), t.createStringInterpolator && (Gn = t.createStringInterpolator), t.requestAnimationFrame && ft.use(t.requestAnimationFrame), t.batchedUpdates && (ft.batchedUpdates = t.batchedUpdates), t.willAdvance && (Wn = t.willAdvance), t.frameLoop && (ft.frameLoop = t.frameLoop);
|
|
1160
1166
|
}, Ee = /* @__PURE__ */ new Set(), zt = [], mn = [], Qe = 0, cn = {
|
|
1161
1167
|
get idle() {
|
|
@@ -1163,7 +1169,7 @@ var Ce = (t, ...n) => Pe(t, (o) => o(...n)), qn = () => typeof window > "u" || !
|
|
|
1163
1169
|
},
|
|
1164
1170
|
/** Advance the given animation on every frame until idle. */
|
|
1165
1171
|
start(t) {
|
|
1166
|
-
Qe > t.priority ? (Ee.add(t), ft.onStart(
|
|
1172
|
+
Qe > t.priority ? (Ee.add(t), ft.onStart(ma)) : (fr(t), ft(Pn));
|
|
1167
1173
|
},
|
|
1168
1174
|
/** Advance all animations by the given time. */
|
|
1169
1175
|
advance: Pn,
|
|
@@ -1185,7 +1191,7 @@ var Ce = (t, ...n) => Pe(t, (o) => o(...n)), qn = () => typeof window > "u" || !
|
|
|
1185
1191
|
zt = [], Ee.clear();
|
|
1186
1192
|
}
|
|
1187
1193
|
};
|
|
1188
|
-
function
|
|
1194
|
+
function ma() {
|
|
1189
1195
|
Ee.forEach(fr), Ee.clear(), ft(Pn);
|
|
1190
1196
|
}
|
|
1191
1197
|
function fr(t) {
|
|
@@ -1193,7 +1199,7 @@ function fr(t) {
|
|
|
1193
1199
|
}
|
|
1194
1200
|
function pr(t) {
|
|
1195
1201
|
zt.splice(
|
|
1196
|
-
|
|
1202
|
+
ga(zt, (n) => n.priority > t.priority),
|
|
1197
1203
|
0,
|
|
1198
1204
|
t
|
|
1199
1205
|
);
|
|
@@ -1206,11 +1212,11 @@ function Pn(t) {
|
|
|
1206
1212
|
}
|
|
1207
1213
|
return Qe = 0, mn = zt, mn.length = 0, zt = n, zt.length > 0;
|
|
1208
1214
|
}
|
|
1209
|
-
function
|
|
1215
|
+
function ga(t, n) {
|
|
1210
1216
|
const o = t.findIndex(n);
|
|
1211
1217
|
return o < 0 ? t.length : o;
|
|
1212
1218
|
}
|
|
1213
|
-
var
|
|
1219
|
+
var va = {
|
|
1214
1220
|
transparent: 0,
|
|
1215
1221
|
aliceblue: 4042850303,
|
|
1216
1222
|
antiquewhite: 4209760255,
|
|
@@ -1365,34 +1371,34 @@ var ga = {
|
|
|
1365
1371
|
function dn(...t) {
|
|
1366
1372
|
return "\\(\\s*(" + t.join(")\\s*,\\s*(") + ")\\s*\\)";
|
|
1367
1373
|
}
|
|
1368
|
-
var
|
|
1374
|
+
var ba = new RegExp("rgb" + dn(Kt, Kt, Kt)), ya = new RegExp("rgba" + dn(Kt, Kt, Kt, Kt)), ka = new RegExp("hsl" + dn(Kt, Ye, Ye)), wa = new RegExp(
|
|
1369
1375
|
"hsla" + dn(Kt, Ye, Ye, Kt)
|
|
1370
|
-
),
|
|
1371
|
-
function
|
|
1376
|
+
), xa = /^#([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})$/, Sa = /^#([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})$/, Ca = /^#([0-9a-fA-F]{6})$/, Pa = /^#([0-9a-fA-F]{8})$/;
|
|
1377
|
+
function Ea(t) {
|
|
1372
1378
|
let n;
|
|
1373
|
-
return typeof t == "number" ? t >>> 0 === t && t >= 0 && t <= 4294967295 ? t : null : (n =
|
|
1379
|
+
return typeof t == "number" ? t >>> 0 === t && t >= 0 && t <= 4294967295 ? t : null : (n = Ca.exec(t)) ? parseInt(n[1] + "ff", 16) >>> 0 : ee && ee[t] !== void 0 ? ee[t] : (n = ba.exec(t)) ? (ue(n[1]) << 24 | // r
|
|
1374
1380
|
ue(n[2]) << 16 | // g
|
|
1375
1381
|
ue(n[3]) << 8 | // b
|
|
1376
1382
|
255) >>> // a
|
|
1377
|
-
0 : (n =
|
|
1383
|
+
0 : (n = ya.exec(t)) ? (ue(n[1]) << 24 | // r
|
|
1378
1384
|
ue(n[2]) << 16 | // g
|
|
1379
1385
|
ue(n[3]) << 8 | // b
|
|
1380
1386
|
mo(n[4])) >>> // a
|
|
1381
|
-
0 : (n =
|
|
1387
|
+
0 : (n = xa.exec(t)) ? parseInt(
|
|
1382
1388
|
n[1] + n[1] + // r
|
|
1383
1389
|
n[2] + n[2] + // g
|
|
1384
1390
|
n[3] + n[3] + // b
|
|
1385
1391
|
"ff",
|
|
1386
1392
|
// a
|
|
1387
1393
|
16
|
|
1388
|
-
) >>> 0 : (n =
|
|
1394
|
+
) >>> 0 : (n = Pa.exec(t)) ? parseInt(n[1], 16) >>> 0 : (n = Sa.exec(t)) ? parseInt(
|
|
1389
1395
|
n[1] + n[1] + // r
|
|
1390
1396
|
n[2] + n[2] + // g
|
|
1391
1397
|
n[3] + n[3] + // b
|
|
1392
1398
|
n[4] + n[4],
|
|
1393
1399
|
// a
|
|
1394
1400
|
16
|
|
1395
|
-
) >>> 0 : (n =
|
|
1401
|
+
) >>> 0 : (n = ka.exec(t)) ? (po(
|
|
1396
1402
|
ho(n[1]),
|
|
1397
1403
|
// h
|
|
1398
1404
|
Ue(n[2]),
|
|
@@ -1400,7 +1406,7 @@ function Pa(t) {
|
|
|
1400
1406
|
Ue(n[3])
|
|
1401
1407
|
// l
|
|
1402
1408
|
) | 255) >>> // a
|
|
1403
|
-
0 : (n =
|
|
1409
|
+
0 : (n = wa.exec(t)) ? (po(
|
|
1404
1410
|
ho(n[1]),
|
|
1405
1411
|
// h
|
|
1406
1412
|
Ue(n[2]),
|
|
@@ -1433,7 +1439,7 @@ function Ue(t) {
|
|
|
1433
1439
|
return n < 0 ? 0 : n > 100 ? 1 : n / 100;
|
|
1434
1440
|
}
|
|
1435
1441
|
function go(t) {
|
|
1436
|
-
let n =
|
|
1442
|
+
let n = Ea(t);
|
|
1437
1443
|
if (n === null)
|
|
1438
1444
|
return t;
|
|
1439
1445
|
n = n || 0;
|
|
@@ -1453,8 +1459,8 @@ var Te = (t, n, o) => {
|
|
|
1453
1459
|
return Gn(t);
|
|
1454
1460
|
const c = t, h = c.output, y = c.range || [0, 1], S = c.extrapolateLeft || c.extrapolate || "extend", P = c.extrapolateRight || c.extrapolate || "extend", F = c.easing || (($) => $);
|
|
1455
1461
|
return ($) => {
|
|
1456
|
-
const M =
|
|
1457
|
-
return
|
|
1462
|
+
const M = Oa($, y);
|
|
1463
|
+
return Ia(
|
|
1458
1464
|
$,
|
|
1459
1465
|
y[M],
|
|
1460
1466
|
y[M + 1],
|
|
@@ -1467,7 +1473,7 @@ var Te = (t, n, o) => {
|
|
|
1467
1473
|
);
|
|
1468
1474
|
};
|
|
1469
1475
|
};
|
|
1470
|
-
function
|
|
1476
|
+
function Ia(t, n, o, c, h, y, S, P, F) {
|
|
1471
1477
|
let $ = F ? F(t) : t;
|
|
1472
1478
|
if ($ < n) {
|
|
1473
1479
|
if (S === "identity")
|
|
@@ -1481,30 +1487,30 @@ function Ea(t, n, o, c, h, y, S, P, F) {
|
|
|
1481
1487
|
}
|
|
1482
1488
|
return c === h ? c : n === o ? t <= n ? c : h : (n === -1 / 0 ? $ = -$ : o === 1 / 0 ? $ = $ - n : $ = ($ - n) / (o - n), $ = y($), c === -1 / 0 ? $ = -$ : h === 1 / 0 ? $ = $ + c : $ = $ * (h - c) + c, $);
|
|
1483
1489
|
}
|
|
1484
|
-
function
|
|
1490
|
+
function Oa(t, n) {
|
|
1485
1491
|
for (var o = 1; o < n.length - 1 && !(n[o] >= t); ++o)
|
|
1486
1492
|
;
|
|
1487
1493
|
return o - 1;
|
|
1488
1494
|
}
|
|
1489
|
-
var
|
|
1495
|
+
var Ta = {
|
|
1490
1496
|
linear: (t) => t
|
|
1491
1497
|
}, Ae = Symbol.for("FluidValue.get"), ge = Symbol.for("FluidValue.observers"), Nt = (t) => !!(t && t[Ae]), Mt = (t) => t && t[Ae] ? t[Ae]() : t, vo = (t) => t[ge] || null;
|
|
1492
|
-
function
|
|
1498
|
+
function Aa(t, n) {
|
|
1493
1499
|
t.eventObserved ? t.eventObserved(n) : t(n);
|
|
1494
1500
|
}
|
|
1495
1501
|
function De(t, n) {
|
|
1496
1502
|
const o = t[ge];
|
|
1497
1503
|
o && o.forEach((c) => {
|
|
1498
|
-
|
|
1504
|
+
Aa(c, n);
|
|
1499
1505
|
});
|
|
1500
1506
|
}
|
|
1501
1507
|
var hr = class {
|
|
1502
1508
|
constructor(t) {
|
|
1503
1509
|
if (!t && !(t = this.get))
|
|
1504
1510
|
throw Error("Unknown getter");
|
|
1505
|
-
|
|
1511
|
+
Da(this, t);
|
|
1506
1512
|
}
|
|
1507
|
-
},
|
|
1513
|
+
}, Da = (t, n) => mr(t, Ae, n);
|
|
1508
1514
|
function ye(t, n) {
|
|
1509
1515
|
if (t[Ae]) {
|
|
1510
1516
|
let o = t[ge];
|
|
@@ -1523,8 +1529,8 @@ var mr = (t, n, o) => Object.defineProperty(t, n, {
|
|
|
1523
1529
|
value: o,
|
|
1524
1530
|
writable: !0,
|
|
1525
1531
|
configurable: !0
|
|
1526
|
-
}), Ge = /[+\-]?(?:0|[1-9]\d*)(?:\.\d*)?(?:[eE][+\-]?\d+)?/g,
|
|
1527
|
-
const [n, o] =
|
|
1532
|
+
}), Ge = /[+\-]?(?:0|[1-9]\d*)(?:\.\d*)?(?:[eE][+\-]?\d+)?/g, _a = /(#(?:[0-9a-f]{2}){2,4}|(#[0-9a-f]{3})|(rgb|hsl)a?\((-?\d+%?[,\s]+){2,3}\s*[\d\.]+%?\))/gi, bo = new RegExp(`(${Ge.source})(%|[a-z]+)`, "i"), Ma = /rgba\(([0-9\.-]+), ([0-9\.-]+), ([0-9\.-]+), ([0-9\.-]+)\)/gi, ln = /var\((--[a-zA-Z0-9-_]+),? ?([a-zA-Z0-9 ()%#.,-]+)?\)/, gr = (t) => {
|
|
1533
|
+
const [n, o] = Ra(t);
|
|
1528
1534
|
if (!n || qn())
|
|
1529
1535
|
return t;
|
|
1530
1536
|
const c = window.getComputedStyle(document.documentElement).getPropertyValue(n);
|
|
@@ -1540,13 +1546,13 @@ var mr = (t, n, o) => Object.defineProperty(t, n, {
|
|
|
1540
1546
|
return o;
|
|
1541
1547
|
}
|
|
1542
1548
|
return t;
|
|
1543
|
-
},
|
|
1549
|
+
}, Ra = (t) => {
|
|
1544
1550
|
const n = ln.exec(t);
|
|
1545
1551
|
if (!n)
|
|
1546
1552
|
return [,];
|
|
1547
1553
|
const [, o, c] = n;
|
|
1548
1554
|
return [o, c];
|
|
1549
|
-
}, vn,
|
|
1555
|
+
}, vn, $a = (t, n, o, c, h) => `rgba(${Math.round(n)}, ${Math.round(o)}, ${Math.round(c)}, ${h})`, vr = (t) => {
|
|
1550
1556
|
vn || (vn = ee ? (
|
|
1551
1557
|
// match color names, ignore partial matches
|
|
1552
1558
|
new RegExp(`(${Object.keys(ee).join("|")})(?!\\w)`, "g")
|
|
@@ -1554,7 +1560,7 @@ var mr = (t, n, o) => Object.defineProperty(t, n, {
|
|
|
1554
1560
|
// never match
|
|
1555
1561
|
/^\b$/
|
|
1556
1562
|
));
|
|
1557
|
-
const n = t.output.map((y) => Mt(y).replace(ln, gr).replace(
|
|
1563
|
+
const n = t.output.map((y) => Mt(y).replace(ln, gr).replace(_a, go).replace(vn, go)), o = n.map((y) => y.match(Ge).map(Number)), h = o[0].map(
|
|
1558
1564
|
(y, S) => o.map((P) => {
|
|
1559
1565
|
if (!(S in P))
|
|
1560
1566
|
throw Error('The arity of each "output" value must be equal');
|
|
@@ -1570,7 +1576,7 @@ var mr = (t, n, o) => Object.defineProperty(t, n, {
|
|
|
1570
1576
|
return n[0].replace(
|
|
1571
1577
|
Ge,
|
|
1572
1578
|
() => `${h[P++](y)}${S || ""}`
|
|
1573
|
-
).replace(
|
|
1579
|
+
).replace(Ma, $a);
|
|
1574
1580
|
};
|
|
1575
1581
|
}, Qn = "react-spring: ", br = (t) => {
|
|
1576
1582
|
const n = t;
|
|
@@ -1580,15 +1586,15 @@ var mr = (t, n, o) => Object.defineProperty(t, n, {
|
|
|
1580
1586
|
return (...c) => {
|
|
1581
1587
|
o || (n(...c), o = !0);
|
|
1582
1588
|
};
|
|
1583
|
-
},
|
|
1584
|
-
function
|
|
1585
|
-
|
|
1589
|
+
}, ja = br(console.warn);
|
|
1590
|
+
function Na() {
|
|
1591
|
+
ja(
|
|
1586
1592
|
`${Qn}The "interpolate" function is deprecated in v9 (use "to" instead)`
|
|
1587
1593
|
);
|
|
1588
1594
|
}
|
|
1589
|
-
var
|
|
1590
|
-
function
|
|
1591
|
-
|
|
1595
|
+
var za = br(console.warn);
|
|
1596
|
+
function La() {
|
|
1597
|
+
za(
|
|
1592
1598
|
`${Qn}Directly calling start instead of using the api object is deprecated in v9 (use ".start" instead), this will be removed in later 0.X.0 versions`
|
|
1593
1599
|
);
|
|
1594
1600
|
}
|
|
@@ -1596,19 +1602,19 @@ function un(t) {
|
|
|
1596
1602
|
return tt.str(t) && (t[0] == "#" || /\d/.test(t) || // Do not identify a CSS variable as an AnimatedString if its SSR
|
|
1597
1603
|
!qn() && ln.test(t) || t in (ee || {}));
|
|
1598
1604
|
}
|
|
1599
|
-
var se = qn() ? Et : ei,
|
|
1605
|
+
var se = qn() ? Et : ei, Ba = () => {
|
|
1600
1606
|
const t = Dt(!1);
|
|
1601
1607
|
return se(() => (t.current = !0, () => {
|
|
1602
1608
|
t.current = !1;
|
|
1603
1609
|
}), []), t;
|
|
1604
1610
|
};
|
|
1605
1611
|
function Yn() {
|
|
1606
|
-
const t = gt()[1], n =
|
|
1612
|
+
const t = gt()[1], n = Ba();
|
|
1607
1613
|
return () => {
|
|
1608
1614
|
n.current && t(Math.random());
|
|
1609
1615
|
};
|
|
1610
1616
|
}
|
|
1611
|
-
function
|
|
1617
|
+
function Fa(t, n) {
|
|
1612
1618
|
const [o] = gt(
|
|
1613
1619
|
() => ({
|
|
1614
1620
|
inputs: n,
|
|
@@ -1616,14 +1622,14 @@ function Ba(t, n) {
|
|
|
1616
1622
|
})
|
|
1617
1623
|
), c = Dt(), h = c.current;
|
|
1618
1624
|
let y = h;
|
|
1619
|
-
return y ? n && y.inputs &&
|
|
1625
|
+
return y ? n && y.inputs && Va(n, y.inputs) || (y = {
|
|
1620
1626
|
inputs: n,
|
|
1621
1627
|
result: t()
|
|
1622
1628
|
}) : y = o, Et(() => {
|
|
1623
1629
|
c.current = y, h == o && (o.inputs = o.result = void 0);
|
|
1624
1630
|
}, [y]), y.result;
|
|
1625
1631
|
}
|
|
1626
|
-
function
|
|
1632
|
+
function Va(t, n) {
|
|
1627
1633
|
if (t.length !== n.length)
|
|
1628
1634
|
return !1;
|
|
1629
1635
|
for (let o = 0; o < t.length; o++)
|
|
@@ -1631,14 +1637,14 @@ function Fa(t, n) {
|
|
|
1631
1637
|
return !1;
|
|
1632
1638
|
return !0;
|
|
1633
1639
|
}
|
|
1634
|
-
var Xn = (t) => Et(t,
|
|
1640
|
+
var Xn = (t) => Et(t, Ka), Ka = [];
|
|
1635
1641
|
function En(t) {
|
|
1636
1642
|
const n = Dt();
|
|
1637
1643
|
return Et(() => {
|
|
1638
1644
|
n.current = t;
|
|
1639
1645
|
}), n.current;
|
|
1640
1646
|
}
|
|
1641
|
-
var Me = Symbol.for("Animated:node"),
|
|
1647
|
+
var Me = Symbol.for("Animated:node"), Ua = (t) => !!t && t[Me] === t, Ht = (t) => t && t[Me], Jn = (t, n) => pa(t, Me, n), fn = (t) => t && t[Me] && t[Me].getPayload(), yr = class {
|
|
1642
1648
|
constructor() {
|
|
1643
1649
|
Jn(this, this);
|
|
1644
1650
|
}
|
|
@@ -1704,7 +1710,7 @@ var Me = Symbol.for("Animated:node"), Ka = (t) => !!t && t[Me] === t, Ht = (t) =
|
|
|
1704
1710
|
getValue(t) {
|
|
1705
1711
|
const n = {};
|
|
1706
1712
|
return qt(this.source, (o, c) => {
|
|
1707
|
-
|
|
1713
|
+
Ua(o) ? n[c] = o.getValue(t) : Nt(o) ? n[c] = Mt(o) : t || (n[c] = o);
|
|
1708
1714
|
}), n;
|
|
1709
1715
|
}
|
|
1710
1716
|
/** Replace the raw object data */
|
|
@@ -1740,10 +1746,10 @@ var Me = Symbol.for("Animated:node"), Ka = (t) => !!t && t[Me] === t, Ht = (t) =
|
|
|
1740
1746
|
}
|
|
1741
1747
|
setValue(t) {
|
|
1742
1748
|
const n = this.getPayload();
|
|
1743
|
-
return t.length == n.length ? n.map((o, c) => o.setValue(t[c])).some(Boolean) : (super.setValue(t.map(
|
|
1749
|
+
return t.length == n.length ? n.map((o, c) => o.setValue(t[c])).some(Boolean) : (super.setValue(t.map(Ha)), !0);
|
|
1744
1750
|
}
|
|
1745
1751
|
};
|
|
1746
|
-
function
|
|
1752
|
+
function Ha(t) {
|
|
1747
1753
|
return (un(t) ? Re : Fe).create(t);
|
|
1748
1754
|
}
|
|
1749
1755
|
function In(t) {
|
|
@@ -1760,15 +1766,15 @@ var yo = (t, n) => {
|
|
|
1760
1766
|
const y = Dt(null), S = o && // eslint-disable-next-line react-hooks/rules-of-hooks
|
|
1761
1767
|
ne(
|
|
1762
1768
|
(e) => {
|
|
1763
|
-
y.current =
|
|
1769
|
+
y.current = Wa(h, e);
|
|
1764
1770
|
},
|
|
1765
1771
|
[h]
|
|
1766
|
-
), [P, F] =
|
|
1772
|
+
), [P, F] = Ga(c, n), $ = Yn(), M = () => {
|
|
1767
1773
|
const e = y.current;
|
|
1768
1774
|
if (o && !e)
|
|
1769
1775
|
return;
|
|
1770
1776
|
(e ? n.applyAnimatedValues(e, P.getValue(!0)) : !1) === !1 && $();
|
|
1771
|
-
}, Y = new
|
|
1777
|
+
}, Y = new qa(M, F), s = Dt();
|
|
1772
1778
|
se(() => (s.current = Y, lt(F, (e) => ye(e, Y)), () => {
|
|
1773
1779
|
s.current && (lt(
|
|
1774
1780
|
s.current.deps,
|
|
@@ -1781,7 +1787,7 @@ var yo = (t, n) => {
|
|
|
1781
1787
|
const m = n.getComponentProps(P.getValue());
|
|
1782
1788
|
return /* @__PURE__ */ fe.createElement(t, { ...m, ref: S });
|
|
1783
1789
|
});
|
|
1784
|
-
},
|
|
1790
|
+
}, qa = class {
|
|
1785
1791
|
constructor(t, n) {
|
|
1786
1792
|
this.update = t, this.deps = n;
|
|
1787
1793
|
}
|
|
@@ -1789,17 +1795,17 @@ var yo = (t, n) => {
|
|
|
1789
1795
|
t.type == "change" && ft.write(this.update);
|
|
1790
1796
|
}
|
|
1791
1797
|
};
|
|
1792
|
-
function
|
|
1798
|
+
function Ga(t, n) {
|
|
1793
1799
|
const o = /* @__PURE__ */ new Set();
|
|
1794
1800
|
return Xe.dependencies = o, t.style && (t = {
|
|
1795
1801
|
...t,
|
|
1796
1802
|
style: n.createAnimatedStyle(t.style)
|
|
1797
1803
|
}), t = new pn(t), Xe.dependencies = null, [t, o];
|
|
1798
1804
|
}
|
|
1799
|
-
function
|
|
1805
|
+
function Wa(t, n) {
|
|
1800
1806
|
return t && (tt.fun(t) ? t(n) : t.current = n), n;
|
|
1801
1807
|
}
|
|
1802
|
-
var ko = Symbol.for("AnimatedComponent"),
|
|
1808
|
+
var ko = Symbol.for("AnimatedComponent"), Qa = (t, {
|
|
1803
1809
|
applyAnimatedValues: n = () => !1,
|
|
1804
1810
|
createAnimatedStyle: o = (h) => new pn(h),
|
|
1805
1811
|
getComponentProps: c = (h) => h
|
|
@@ -1821,8 +1827,8 @@ var ko = Symbol.for("AnimatedComponent"), Wa = (t, {
|
|
|
1821
1827
|
function Rt(t, ...n) {
|
|
1822
1828
|
return tt.fun(t) ? t(...n) : t;
|
|
1823
1829
|
}
|
|
1824
|
-
var Ie = (t, n) => t === !0 || !!(n && t && (tt.fun(t) ? t(n) : At(t).includes(n))), wr = (t, n) => tt.obj(t) ? n && t[n] : t, xr = (t, n) => t.default === !0 ? t[n] : t.default ? t.default[n] : void 0,
|
|
1825
|
-
let o =
|
|
1830
|
+
var Ie = (t, n) => t === !0 || !!(n && t && (tt.fun(t) ? t(n) : At(t).includes(n))), wr = (t, n) => tt.obj(t) ? n && t[n] : t, xr = (t, n) => t.default === !0 ? t[n] : t.default ? t.default[n] : void 0, Ya = (t) => t, hn = (t, n = Ya) => {
|
|
1831
|
+
let o = Xa;
|
|
1826
1832
|
t.default && t.default !== !0 && (t = t.default, o = Object.keys(t));
|
|
1827
1833
|
const c = {};
|
|
1828
1834
|
for (const h of o) {
|
|
@@ -1830,7 +1836,7 @@ var Ie = (t, n) => t === !0 || !!(n && t && (tt.fun(t) ? t(n) : At(t).includes(n
|
|
|
1830
1836
|
tt.und(y) || (c[h] = y);
|
|
1831
1837
|
}
|
|
1832
1838
|
return c;
|
|
1833
|
-
},
|
|
1839
|
+
}, Xa = [
|
|
1834
1840
|
"config",
|
|
1835
1841
|
"onProps",
|
|
1836
1842
|
"onStart",
|
|
@@ -1838,7 +1844,7 @@ var Ie = (t, n) => t === !0 || !!(n && t && (tt.fun(t) ? t(n) : At(t).includes(n
|
|
|
1838
1844
|
"onPause",
|
|
1839
1845
|
"onResume",
|
|
1840
1846
|
"onRest"
|
|
1841
|
-
],
|
|
1847
|
+
], Ja = {
|
|
1842
1848
|
config: 1,
|
|
1843
1849
|
from: 1,
|
|
1844
1850
|
to: 1,
|
|
@@ -1874,16 +1880,16 @@ var Ie = (t, n) => t === !0 || !!(n && t && (tt.fun(t) ? t(n) : At(t).includes(n
|
|
|
1874
1880
|
callId: 1,
|
|
1875
1881
|
parentId: 1
|
|
1876
1882
|
};
|
|
1877
|
-
function
|
|
1883
|
+
function Za(t) {
|
|
1878
1884
|
const n = {};
|
|
1879
1885
|
let o = 0;
|
|
1880
1886
|
if (qt(t, (c, h) => {
|
|
1881
|
-
|
|
1887
|
+
Ja[h] || (n[h] = c, o++);
|
|
1882
1888
|
}), o)
|
|
1883
1889
|
return n;
|
|
1884
1890
|
}
|
|
1885
1891
|
function Zn(t) {
|
|
1886
|
-
const n =
|
|
1892
|
+
const n = Za(t);
|
|
1887
1893
|
if (n) {
|
|
1888
1894
|
const o = { to: n };
|
|
1889
1895
|
return qt(t, (c, h) => h in n || (o[h] = c)), o;
|
|
@@ -1921,14 +1927,14 @@ var ae = {
|
|
|
1921
1927
|
...ae.default,
|
|
1922
1928
|
mass: 1,
|
|
1923
1929
|
damping: 1,
|
|
1924
|
-
easing:
|
|
1930
|
+
easing: Ta.linear,
|
|
1925
1931
|
clamp: !1
|
|
1926
|
-
},
|
|
1932
|
+
}, ts = class {
|
|
1927
1933
|
constructor() {
|
|
1928
1934
|
this.velocity = 0, Object.assign(this, An);
|
|
1929
1935
|
}
|
|
1930
1936
|
};
|
|
1931
|
-
function
|
|
1937
|
+
function es(t, n, o) {
|
|
1932
1938
|
o && (o = { ...o }, xo(o, n), n = { ...o, ...n }), xo(t, n), Object.assign(t, n);
|
|
1933
1939
|
for (const S in An)
|
|
1934
1940
|
t[S] == null && (t[S] = An[S]);
|
|
@@ -1944,9 +1950,9 @@ function xo(t, n) {
|
|
|
1944
1950
|
(o || !tt.und(n.frequency) || !tt.und(n.damping) || !tt.und(n.mass)) && (t.duration = void 0, t.decay = void 0), o && (t.frequency = void 0);
|
|
1945
1951
|
}
|
|
1946
1952
|
}
|
|
1947
|
-
var So = [],
|
|
1953
|
+
var So = [], ns = class {
|
|
1948
1954
|
constructor() {
|
|
1949
|
-
this.changed = !1, this.values = So, this.toValues = null, this.fromValues = So, this.config = new
|
|
1955
|
+
this.changed = !1, this.values = So, this.toValues = null, this.fromValues = So, this.config = new ts(), this.immediate = !1;
|
|
1950
1956
|
}
|
|
1951
1957
|
};
|
|
1952
1958
|
function Pr(t, { key: n, props: o, defaultProps: c, state: h, actions: y }) {
|
|
@@ -2067,9 +2073,9 @@ var Co = class extends Error {
|
|
|
2067
2073
|
constructor() {
|
|
2068
2074
|
super("SkipAnimationSignal");
|
|
2069
2075
|
}
|
|
2070
|
-
}, Dn = (t) => t instanceof eo,
|
|
2076
|
+
}, Dn = (t) => t instanceof eo, os = 1, eo = class extends hr {
|
|
2071
2077
|
constructor() {
|
|
2072
|
-
super(...arguments), this.id =
|
|
2078
|
+
super(...arguments), this.id = os++, this._priority = 0;
|
|
2073
2079
|
}
|
|
2074
2080
|
get priority() {
|
|
2075
2081
|
return this._priority;
|
|
@@ -2088,7 +2094,7 @@ var Co = class extends Error {
|
|
|
2088
2094
|
}
|
|
2089
2095
|
/** @deprecated Use the `to` method instead. */
|
|
2090
2096
|
interpolate(...t) {
|
|
2091
|
-
return
|
|
2097
|
+
return Na(), Ut.to(this, t);
|
|
2092
2098
|
}
|
|
2093
2099
|
toJSON() {
|
|
2094
2100
|
return this.get();
|
|
@@ -2122,9 +2128,9 @@ var Co = class extends Error {
|
|
|
2122
2128
|
priority: t
|
|
2123
2129
|
});
|
|
2124
2130
|
}
|
|
2125
|
-
}, ce = Symbol.for("SpringPhase"), Or = 1, _n = 2, Mn = 4, bn = (t) => (t[ce] & Or) > 0, Jt = (t) => (t[ce] & _n) > 0, we = (t) => (t[ce] & Mn) > 0, Eo = (t, n) => n ? t[ce] |= _n | Or : t[ce] &= ~_n, Io = (t, n) => n ? t[ce] |= Mn : t[ce] &= ~Mn,
|
|
2131
|
+
}, ce = Symbol.for("SpringPhase"), Or = 1, _n = 2, Mn = 4, bn = (t) => (t[ce] & Or) > 0, Jt = (t) => (t[ce] & _n) > 0, we = (t) => (t[ce] & Mn) > 0, Eo = (t, n) => n ? t[ce] |= _n | Or : t[ce] &= ~_n, Io = (t, n) => n ? t[ce] |= Mn : t[ce] &= ~Mn, rs = class extends eo {
|
|
2126
2132
|
constructor(t, n) {
|
|
2127
|
-
if (super(), this.animation = new
|
|
2133
|
+
if (super(), this.animation = new ns(), this.defaultProps = {}, this._state = {
|
|
2128
2134
|
paused: !1,
|
|
2129
2135
|
delayed: !1,
|
|
2130
2136
|
pauseQueue: /* @__PURE__ */ new Set(),
|
|
@@ -2359,7 +2365,7 @@ var Co = class extends Error {
|
|
|
2359
2365
|
const m = !Wt(M, F);
|
|
2360
2366
|
m && this._focus(M);
|
|
2361
2367
|
const e = On(n.to), { config: r } = P, { decay: a, velocity: i } = r;
|
|
2362
|
-
(c || h) && (r.velocity = 0), n.config && !e &&
|
|
2368
|
+
(c || h) && (r.velocity = 0), n.config && !e && es(
|
|
2363
2369
|
r,
|
|
2364
2370
|
Rt(n.config, y),
|
|
2365
2371
|
// Avoid calling the same "config" prop twice.
|
|
@@ -2392,7 +2398,7 @@ var Co = class extends Error {
|
|
|
2392
2398
|
}
|
|
2393
2399
|
if (O && Jt(this) && (P.changed && !u ? C = !0 : C || this._stop(F)), !e && ((C || Nt(F)) && (P.values = d.getPayload(), P.toValues = Nt(M) ? null : E == Re ? [1] : At(p)), P.immediate != b && (P.immediate = b, !b && !u && this._set(F)), C)) {
|
|
2394
2400
|
const { onRest: A } = P;
|
|
2395
|
-
lt(
|
|
2401
|
+
lt(as, (z) => To(this, n, z));
|
|
2396
2402
|
const N = Vt(this, xe(this, F));
|
|
2397
2403
|
Ce(this._pendingCalls, N), this._pendingCalls.add(o), P.changed && ft.batchedUpdates(() => {
|
|
2398
2404
|
var z;
|
|
@@ -2506,14 +2512,14 @@ function Ne(t) {
|
|
|
2506
2512
|
const { to: n, from: o } = t = Zn(t), c = /* @__PURE__ */ new Set();
|
|
2507
2513
|
return tt.obj(n) && Oo(n, c), tt.obj(o) && Oo(o, c), t.keys = c.size ? Array.from(c) : null, t;
|
|
2508
2514
|
}
|
|
2509
|
-
function
|
|
2515
|
+
function is(t) {
|
|
2510
2516
|
const n = Ne(t);
|
|
2511
2517
|
return tt.und(n.default) && (n.default = hn(n)), n;
|
|
2512
2518
|
}
|
|
2513
2519
|
function Oo(t, n) {
|
|
2514
2520
|
qt(t, (o, c) => o != null && n.add(c));
|
|
2515
2521
|
}
|
|
2516
|
-
var
|
|
2522
|
+
var as = [
|
|
2517
2523
|
"onStart",
|
|
2518
2524
|
"onRest",
|
|
2519
2525
|
"onChange",
|
|
@@ -2527,9 +2533,9 @@ function Se(t, n, ...o) {
|
|
|
2527
2533
|
var c, h, y, S;
|
|
2528
2534
|
(h = (c = t.animation)[n]) == null || h.call(c, ...o), (S = (y = t.defaultProps)[n]) == null || S.call(y, ...o);
|
|
2529
2535
|
}
|
|
2530
|
-
var
|
|
2536
|
+
var ss = ["onStart", "onChange", "onRest"], cs = 1, Ar = class {
|
|
2531
2537
|
constructor(t, n) {
|
|
2532
|
-
this.id =
|
|
2538
|
+
this.id = cs++, this.springs = {}, this.queue = [], this._lastAsyncId = 0, this._active = /* @__PURE__ */ new Set(), this._changed = /* @__PURE__ */ new Set(), this._started = !1, this._state = {
|
|
2533
2539
|
paused: !1,
|
|
2534
2540
|
pauseQueue: /* @__PURE__ */ new Set(),
|
|
2535
2541
|
resumeQueue: /* @__PURE__ */ new Set(),
|
|
@@ -2646,7 +2652,7 @@ async function Dr(t, n, o) {
|
|
|
2646
2652
|
const { keys: c, to: h, from: y, loop: S, onRest: P, onResolve: F } = n, $ = tt.obj(n.default) && n.default;
|
|
2647
2653
|
S && (n.loop = !1), h === !1 && (n.to = null), y === !1 && (n.from = null);
|
|
2648
2654
|
const M = tt.arr(h) || tt.fun(h) ? h : void 0;
|
|
2649
|
-
M ? (n.to = void 0, n.onRest = void 0, $ && ($.onRest = void 0)) : lt(
|
|
2655
|
+
M ? (n.to = void 0, n.onRest = void 0, $ && ($.onRest = void 0)) : lt(ss, (r) => {
|
|
2650
2656
|
const a = n[r];
|
|
2651
2657
|
if (tt.fun(a)) {
|
|
2652
2658
|
const i = t._events[r];
|
|
@@ -2707,7 +2713,7 @@ function _r(t, n) {
|
|
|
2707
2713
|
});
|
|
2708
2714
|
}
|
|
2709
2715
|
function Mr(t, n) {
|
|
2710
|
-
const o = new
|
|
2716
|
+
const o = new rs();
|
|
2711
2717
|
return o.key = t, n && ye(o, n), o;
|
|
2712
2718
|
}
|
|
2713
2719
|
function Rr(t, n, o) {
|
|
@@ -2725,18 +2731,18 @@ var Ve = ({
|
|
|
2725
2731
|
...n
|
|
2726
2732
|
}) => {
|
|
2727
2733
|
const o = Ze(Je), c = n.pause || !!o.pause, h = n.immediate || !!o.immediate;
|
|
2728
|
-
n =
|
|
2734
|
+
n = Fa(() => ({ pause: c, immediate: h }), [c, h]);
|
|
2729
2735
|
const { Provider: y } = Je;
|
|
2730
2736
|
return /* @__PURE__ */ fe.createElement(y, { value: n }, t);
|
|
2731
|
-
}, Je =
|
|
2737
|
+
}, Je = ds(Ve, {});
|
|
2732
2738
|
Ve.Provider = Je.Provider;
|
|
2733
2739
|
Ve.Consumer = Je.Consumer;
|
|
2734
|
-
function
|
|
2740
|
+
function ds(t, n) {
|
|
2735
2741
|
return Object.assign(t, fe.createContext(n)), t.Provider._context = t, t.Consumer._context = t, t;
|
|
2736
2742
|
}
|
|
2737
2743
|
var jr = () => {
|
|
2738
2744
|
const t = [], n = function(c) {
|
|
2739
|
-
|
|
2745
|
+
La();
|
|
2740
2746
|
const h = [];
|
|
2741
2747
|
return lt(t, (y, S) => {
|
|
2742
2748
|
if (tt.und(c))
|
|
@@ -2781,7 +2787,7 @@ var jr = () => {
|
|
|
2781
2787
|
};
|
|
2782
2788
|
return n._getProps = o, n;
|
|
2783
2789
|
};
|
|
2784
|
-
function
|
|
2790
|
+
function ls(t, n, o) {
|
|
2785
2791
|
const c = tt.fun(n) && n;
|
|
2786
2792
|
c && !o && (o = []);
|
|
2787
2793
|
const h = Lt(
|
|
@@ -2812,7 +2818,7 @@ function ds(t, n, o) {
|
|
|
2812
2818
|
function Y(i, d) {
|
|
2813
2819
|
for (let u = i; u < d; u++) {
|
|
2814
2820
|
const f = F.current[u] || (F.current[u] = new Ar(null, P.flush)), p = c ? c(u, f) : n[u];
|
|
2815
|
-
p && ($[u] =
|
|
2821
|
+
p && ($[u] = is(p));
|
|
2816
2822
|
}
|
|
2817
2823
|
}
|
|
2818
2824
|
const s = F.current.map((i, d) => $n(i, $[d])), m = Ze(Ve), e = En(m), r = m !== e && Sr(m);
|
|
@@ -2831,7 +2837,7 @@ function ds(t, n, o) {
|
|
|
2831
2837
|
return h ? [a, h] : a;
|
|
2832
2838
|
}
|
|
2833
2839
|
function Nr(t, n) {
|
|
2834
|
-
const o = tt.fun(t), [[c], h] =
|
|
2840
|
+
const o = tt.fun(t), [[c], h] = ls(
|
|
2835
2841
|
1,
|
|
2836
2842
|
o ? t : [t],
|
|
2837
2843
|
o ? n || [] : n
|
|
@@ -2861,7 +2867,7 @@ function no(t, n, o) {
|
|
|
2861
2867
|
D.expired && clearTimeout(D.expirationId), Tn(D.ctrl, s), D.ctrl.stop(!0);
|
|
2862
2868
|
});
|
|
2863
2869
|
}));
|
|
2864
|
-
const i =
|
|
2870
|
+
const i = fs(m, c ? c() : n, a), d = h && r.current || [];
|
|
2865
2871
|
se(
|
|
2866
2872
|
() => lt(d, ({ ctrl: D, item: I, key: V }) => {
|
|
2867
2873
|
Tn(D, s), Rt($, I, V);
|
|
@@ -2985,20 +2991,20 @@ function no(t, n, o) {
|
|
|
2985
2991
|
}));
|
|
2986
2992
|
return s ? [z, s] : z;
|
|
2987
2993
|
}
|
|
2988
|
-
var
|
|
2989
|
-
function
|
|
2994
|
+
var us = 1;
|
|
2995
|
+
function fs(t, { key: n, keys: o = n }, c) {
|
|
2990
2996
|
if (o === null) {
|
|
2991
2997
|
const h = /* @__PURE__ */ new Set();
|
|
2992
2998
|
return t.map((y) => {
|
|
2993
2999
|
const S = c && c.find(
|
|
2994
3000
|
(P) => P.item === y && P.phase !== "leave" && !h.has(P)
|
|
2995
3001
|
);
|
|
2996
|
-
return S ? (h.add(S), S.key) :
|
|
3002
|
+
return S ? (h.add(S), S.key) : us++;
|
|
2997
3003
|
});
|
|
2998
3004
|
}
|
|
2999
3005
|
return tt.und(o) ? t : tt.fun(o) ? t.map(o) : At(o);
|
|
3000
3006
|
}
|
|
3001
|
-
var
|
|
3007
|
+
var ps = class extends eo {
|
|
3002
3008
|
constructor(t, n) {
|
|
3003
3009
|
super(), this.source = t, this.idle = !0, this._active = /* @__PURE__ */ new Set(), this.calc = Te(...n);
|
|
3004
3010
|
const o = this._get(), c = In(o);
|
|
@@ -3038,11 +3044,11 @@ var fs = class extends eo {
|
|
|
3038
3044
|
));
|
|
3039
3045
|
}
|
|
3040
3046
|
};
|
|
3041
|
-
function
|
|
3047
|
+
function hs(t) {
|
|
3042
3048
|
return t.idle !== !1;
|
|
3043
3049
|
}
|
|
3044
3050
|
function Ao(t) {
|
|
3045
|
-
return !t.size || Array.from(t).every(
|
|
3051
|
+
return !t.size || Array.from(t).every(hs);
|
|
3046
3052
|
}
|
|
3047
3053
|
function yn(t) {
|
|
3048
3054
|
t.idle || (t.idle = !0, lt(fn(t), (n) => {
|
|
@@ -3054,14 +3060,14 @@ function yn(t) {
|
|
|
3054
3060
|
}
|
|
3055
3061
|
Ut.assign({
|
|
3056
3062
|
createStringInterpolator: vr,
|
|
3057
|
-
to: (t, n) => new
|
|
3063
|
+
to: (t, n) => new ps(t, n)
|
|
3058
3064
|
});
|
|
3059
3065
|
var zr = /^--/;
|
|
3060
|
-
function
|
|
3066
|
+
function ms(t, n) {
|
|
3061
3067
|
return n == null || typeof n == "boolean" || n === "" ? "" : typeof n == "number" && n !== 0 && !zr.test(t) && !(Oe.hasOwnProperty(t) && Oe[t]) ? n + "px" : ("" + n).trim();
|
|
3062
3068
|
}
|
|
3063
3069
|
var Do = {};
|
|
3064
|
-
function
|
|
3070
|
+
function gs(t, n) {
|
|
3065
3071
|
if (!t.nodeType || !t.setAttribute)
|
|
3066
3072
|
return !1;
|
|
3067
3073
|
const o = t.nodeName === "filter" || t.parentNode && t.parentNode.nodeName === "filter", {
|
|
@@ -3082,7 +3088,7 @@ function ms(t, n) {
|
|
|
3082
3088
|
y !== void 0 && (t.textContent = y);
|
|
3083
3089
|
for (const s in h)
|
|
3084
3090
|
if (h.hasOwnProperty(s)) {
|
|
3085
|
-
const m =
|
|
3091
|
+
const m = ms(s, h[s]);
|
|
3086
3092
|
zr.test(s) ? t.style.setProperty(s, m) : t.style[s] = m;
|
|
3087
3093
|
}
|
|
3088
3094
|
Y.forEach((s, m) => {
|
|
@@ -3132,9 +3138,9 @@ var Oe = {
|
|
|
3132
3138
|
strokeMiterlimit: !0,
|
|
3133
3139
|
strokeOpacity: !0,
|
|
3134
3140
|
strokeWidth: !0
|
|
3135
|
-
},
|
|
3136
|
-
Oe = Object.keys(Oe).reduce((t, n) => (
|
|
3137
|
-
var
|
|
3141
|
+
}, vs = (t, n) => t + n.charAt(0).toUpperCase() + n.substring(1), bs = ["Webkit", "Ms", "Moz", "O"];
|
|
3142
|
+
Oe = Object.keys(Oe).reduce((t, n) => (bs.forEach((o) => t[vs(o, n)] = t[n]), t), Oe);
|
|
3143
|
+
var ys = /^(matrix|translate|scale|rotate|skew)/, ks = /^(translate)/, ws = /^(rotate|skew)/, kn = (t, n) => tt.num(t) && t !== 0 ? t + n : t, We = (t, n) => tt.arr(t) ? t.every((o) => We(o, n)) : tt.num(t) ? t === n : parseFloat(t) === n, xs = class extends pn {
|
|
3138
3144
|
constructor({ x: t, y: n, z: o, ...c }) {
|
|
3139
3145
|
const h = [], y = [];
|
|
3140
3146
|
(t || n || o) && (h.push([t || 0, n || 0, o || 0]), y.push((S) => [
|
|
@@ -3144,10 +3150,10 @@ var bs = /^(matrix|translate|scale|rotate|skew)/, ys = /^(translate)/, ks = /^(r
|
|
|
3144
3150
|
])), qt(c, (S, P) => {
|
|
3145
3151
|
if (P === "transform")
|
|
3146
3152
|
h.push([S || ""]), y.push((F) => [F, F === ""]);
|
|
3147
|
-
else if (
|
|
3153
|
+
else if (ys.test(P)) {
|
|
3148
3154
|
if (delete c[P], tt.und(S))
|
|
3149
3155
|
return;
|
|
3150
|
-
const F =
|
|
3156
|
+
const F = ks.test(P) ? "px" : ws.test(P) ? "deg" : "";
|
|
3151
3157
|
h.push(At(S)), y.push(
|
|
3152
3158
|
P === "rotate3d" ? ([$, M, Y, s]) => [
|
|
3153
3159
|
`rotate3d(${$},${M},${Y},${kn(s, F)})`,
|
|
@@ -3158,9 +3164,9 @@ var bs = /^(matrix|translate|scale|rotate|skew)/, ys = /^(translate)/, ks = /^(r
|
|
|
3158
3164
|
]
|
|
3159
3165
|
);
|
|
3160
3166
|
}
|
|
3161
|
-
}), h.length && (c.transform = new
|
|
3167
|
+
}), h.length && (c.transform = new Ss(h, y)), super(c);
|
|
3162
3168
|
}
|
|
3163
|
-
},
|
|
3169
|
+
}, Ss = class extends hr {
|
|
3164
3170
|
constructor(t, n) {
|
|
3165
3171
|
super(), this.inputs = t, this.transforms = n, this._value = null;
|
|
3166
3172
|
}
|
|
@@ -3199,7 +3205,7 @@ var bs = /^(matrix|translate|scale|rotate|skew)/, ys = /^(translate)/, ks = /^(r
|
|
|
3199
3205
|
eventObserved(t) {
|
|
3200
3206
|
t.type == "change" && (this._value = null), De(this, t);
|
|
3201
3207
|
}
|
|
3202
|
-
},
|
|
3208
|
+
}, Cs = [
|
|
3203
3209
|
"a",
|
|
3204
3210
|
"abbr",
|
|
3205
3211
|
"address",
|
|
@@ -3336,24 +3342,24 @@ var bs = /^(matrix|translate|scale|rotate|skew)/, ys = /^(translate)/, ks = /^(r
|
|
|
3336
3342
|
"tspan"
|
|
3337
3343
|
];
|
|
3338
3344
|
Ut.assign({
|
|
3339
|
-
batchedUpdates:
|
|
3345
|
+
batchedUpdates: Pi,
|
|
3340
3346
|
createStringInterpolator: vr,
|
|
3341
|
-
colors:
|
|
3347
|
+
colors: va
|
|
3342
3348
|
});
|
|
3343
|
-
var
|
|
3344
|
-
applyAnimatedValues:
|
|
3345
|
-
createAnimatedStyle: (t) => new
|
|
3349
|
+
var Ps = Qa(Cs, {
|
|
3350
|
+
applyAnimatedValues: gs,
|
|
3351
|
+
createAnimatedStyle: (t) => new xs(t),
|
|
3346
3352
|
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
|
3347
3353
|
getComponentProps: ({ scrollTop: t, scrollLeft: n, ...o }) => o
|
|
3348
|
-
}), Ke =
|
|
3349
|
-
const
|
|
3354
|
+
}), Ke = Ps.animated;
|
|
3355
|
+
const Es = _.div`
|
|
3350
3356
|
display: flex;
|
|
3351
3357
|
flex-direction: column;
|
|
3352
3358
|
gap: var(--ddk-component-modal-container-gap);
|
|
3353
3359
|
grid-template-rows: auto 1fr auto;
|
|
3354
3360
|
height: calc(100% - var(--ddk-component-modal-content-padding) * 2);
|
|
3355
3361
|
padding: var(--ddk-component-modal-content-padding);
|
|
3356
|
-
`, Lr = ({ children: t, contain: n = !0 }) => n ? /* @__PURE__ */ k(
|
|
3362
|
+
`, Lr = ({ children: t, contain: n = !0 }) => n ? /* @__PURE__ */ k(Es, { children: t }) : t, Is = (t, n) => wt`
|
|
3357
3363
|
align-items: center;
|
|
3358
3364
|
background-color: var(--ddk-component-modal-shade-background-color);
|
|
3359
3365
|
bottom: 0;
|
|
@@ -3409,7 +3415,7 @@ const Ps = _.div`
|
|
|
3409
3415
|
transform: scale(1);
|
|
3410
3416
|
}
|
|
3411
3417
|
}
|
|
3412
|
-
`,
|
|
3418
|
+
`, Os = _(me)`
|
|
3413
3419
|
align-items: center;
|
|
3414
3420
|
display: flex;
|
|
3415
3421
|
flex-direction: column;
|
|
@@ -3444,11 +3450,11 @@ const Ps = _.div`
|
|
|
3444
3450
|
(e, r) => r && /* @__PURE__ */ k(
|
|
3445
3451
|
Ke.div,
|
|
3446
3452
|
{
|
|
3447
|
-
css:
|
|
3453
|
+
css: Is(h, s),
|
|
3448
3454
|
style: e,
|
|
3449
3455
|
onPointerDown: () => h !== "maximized" && n && (y == null ? void 0 : y()),
|
|
3450
3456
|
children: /* @__PURE__ */ k(
|
|
3451
|
-
|
|
3457
|
+
Os,
|
|
3452
3458
|
{
|
|
3453
3459
|
...M,
|
|
3454
3460
|
contain: h !== "fullscreen",
|
|
@@ -3469,20 +3475,20 @@ const Ps = _.div`
|
|
|
3469
3475
|
),
|
|
3470
3476
|
document.body
|
|
3471
3477
|
);
|
|
3472
|
-
},
|
|
3478
|
+
}, Ts = _.div`
|
|
3473
3479
|
display: flex;
|
|
3474
3480
|
flex-direction: column;
|
|
3475
3481
|
overflow-y: auto;
|
|
3476
3482
|
overflow-x: hidden;
|
|
3477
3483
|
gap: 40px;
|
|
3478
3484
|
height: 100%;
|
|
3479
|
-
`,
|
|
3485
|
+
`, As = _(ze)`
|
|
3480
3486
|
align-items: center;
|
|
3481
3487
|
gap: 24px;
|
|
3482
|
-
`,
|
|
3488
|
+
`, Ds = {
|
|
3483
3489
|
height: "56px",
|
|
3484
3490
|
width: "56px"
|
|
3485
|
-
},
|
|
3491
|
+
}, _s = _.div`
|
|
3486
3492
|
display: flex;
|
|
3487
3493
|
animation: rotation 2s infinite linear;
|
|
3488
3494
|
@keyframes rotation {
|
|
@@ -3493,29 +3499,29 @@ const Ps = _.div`
|
|
|
3493
3499
|
transform: rotate(360deg);
|
|
3494
3500
|
}
|
|
3495
3501
|
}
|
|
3496
|
-
`,
|
|
3502
|
+
`, Ms = (t, n) => {
|
|
3497
3503
|
switch (t) {
|
|
3498
3504
|
case "error":
|
|
3499
|
-
return /* @__PURE__ */ k(
|
|
3505
|
+
return /* @__PURE__ */ k(vi, { style: n });
|
|
3500
3506
|
case "information-default":
|
|
3501
|
-
return /* @__PURE__ */ k(
|
|
3507
|
+
return /* @__PURE__ */ k(gi, { style: n });
|
|
3502
3508
|
case "information":
|
|
3503
|
-
return /* @__PURE__ */ k(
|
|
3509
|
+
return /* @__PURE__ */ k(mi, { style: n });
|
|
3504
3510
|
case "loading":
|
|
3505
|
-
return /* @__PURE__ */ k(
|
|
3511
|
+
return /* @__PURE__ */ k(_s, { children: /* @__PURE__ */ k(hi, { style: n }) });
|
|
3506
3512
|
case "question-default":
|
|
3507
|
-
return /* @__PURE__ */ k(
|
|
3513
|
+
return /* @__PURE__ */ k(pi, { style: n });
|
|
3508
3514
|
case "question":
|
|
3509
|
-
return /* @__PURE__ */ k(
|
|
3515
|
+
return /* @__PURE__ */ k(fi, { style: n });
|
|
3510
3516
|
case "success":
|
|
3511
|
-
return /* @__PURE__ */ k(
|
|
3517
|
+
return /* @__PURE__ */ k(ui, { style: n });
|
|
3512
3518
|
default:
|
|
3513
3519
|
return;
|
|
3514
3520
|
}
|
|
3515
|
-
},
|
|
3521
|
+
}, Rs = ({
|
|
3516
3522
|
closeButtonLabel: t,
|
|
3517
3523
|
footer: n,
|
|
3518
|
-
iconStyle: o =
|
|
3524
|
+
iconStyle: o = Ds,
|
|
3519
3525
|
information: c,
|
|
3520
3526
|
onClose: h,
|
|
3521
3527
|
show: y = !0,
|
|
@@ -3532,27 +3538,27 @@ const Ps = _.div`
|
|
|
3532
3538
|
contain: M !== "compact",
|
|
3533
3539
|
show: y,
|
|
3534
3540
|
onClose: h,
|
|
3535
|
-
children: /* @__PURE__ */ at(
|
|
3541
|
+
children: /* @__PURE__ */ at(Ts, { children: [
|
|
3536
3542
|
(S && !!h || F) && /* @__PURE__ */ k(
|
|
3537
3543
|
de,
|
|
3538
3544
|
{
|
|
3539
3545
|
closeButtonLabel: t,
|
|
3540
|
-
CloseButton: M === "compact" ?
|
|
3546
|
+
CloseButton: M === "compact" ? na : void 0,
|
|
3541
3547
|
contain: M === "compact",
|
|
3542
3548
|
onClose: h,
|
|
3543
3549
|
showCloseButton: S,
|
|
3544
3550
|
title: F
|
|
3545
3551
|
}
|
|
3546
3552
|
),
|
|
3547
|
-
/* @__PURE__ */ k(ze, { children: /* @__PURE__ */ at(
|
|
3548
|
-
|
|
3553
|
+
/* @__PURE__ */ k(ze, { children: /* @__PURE__ */ at(As, { children: [
|
|
3554
|
+
Ms(P, o),
|
|
3549
3555
|
c
|
|
3550
3556
|
] }) }),
|
|
3551
3557
|
/* @__PURE__ */ k(an, { children: n })
|
|
3552
3558
|
] })
|
|
3553
3559
|
}
|
|
3554
3560
|
);
|
|
3555
|
-
},
|
|
3561
|
+
}, $s = ({
|
|
3556
3562
|
body: t,
|
|
3557
3563
|
cancelLabel: n,
|
|
3558
3564
|
confirmLabel: o,
|
|
@@ -3563,7 +3569,7 @@ const Ps = _.div`
|
|
|
3563
3569
|
status: P,
|
|
3564
3570
|
...F
|
|
3565
3571
|
}) => /* @__PURE__ */ k(
|
|
3566
|
-
|
|
3572
|
+
Rs,
|
|
3567
3573
|
{
|
|
3568
3574
|
...F,
|
|
3569
3575
|
footer: /* @__PURE__ */ at(Qt, { children: [
|
|
@@ -3575,14 +3581,14 @@ const Ps = _.div`
|
|
|
3575
3581
|
width: "68px"
|
|
3576
3582
|
},
|
|
3577
3583
|
information: /* @__PURE__ */ at(Qt, { children: [
|
|
3578
|
-
c && /* @__PURE__ */ k(
|
|
3579
|
-
t && /* @__PURE__ */ k(
|
|
3584
|
+
c && /* @__PURE__ */ k(Fi, { children: c }),
|
|
3585
|
+
t && /* @__PURE__ */ k(Li, { children: t })
|
|
3580
3586
|
] }),
|
|
3581
3587
|
onClose: y,
|
|
3582
3588
|
showCloseButton: !!y,
|
|
3583
3589
|
status: P
|
|
3584
3590
|
}
|
|
3585
|
-
),
|
|
3591
|
+
), nu = ({
|
|
3586
3592
|
cancelLabel: t,
|
|
3587
3593
|
confirmLabel: n,
|
|
3588
3594
|
...o
|
|
@@ -3591,14 +3597,14 @@ const Ps = _.div`
|
|
|
3591
3597
|
keyPrefix: "confirmation-modal"
|
|
3592
3598
|
});
|
|
3593
3599
|
return t = t ?? c("cancel"), n = n ?? c("confirm"), /* @__PURE__ */ k(
|
|
3594
|
-
|
|
3600
|
+
$s,
|
|
3595
3601
|
{
|
|
3596
3602
|
cancelLabel: t,
|
|
3597
3603
|
confirmLabel: n,
|
|
3598
3604
|
...o
|
|
3599
3605
|
}
|
|
3600
3606
|
);
|
|
3601
|
-
},
|
|
3607
|
+
}, js = _.div`
|
|
3602
3608
|
background-color: ${(t) => t.backgroundColor && t.backgroundColor};
|
|
3603
3609
|
|
|
3604
3610
|
border-bottom-left-radius: 4px;
|
|
@@ -3610,7 +3616,7 @@ const Ps = _.div`
|
|
|
3610
3616
|
top: 0;
|
|
3611
3617
|
width: 4px;
|
|
3612
3618
|
z-index: 1;
|
|
3613
|
-
`,
|
|
3619
|
+
`, Ns = _.div`
|
|
3614
3620
|
background-color: ${(t) => t.disabled ? "var(--ddk-generic-color-grey-50, #888888)" : t.backgroundColor ? t.backgroundColor : "var(--ddk-generic-color-white, #ffffff)"};
|
|
3615
3621
|
|
|
3616
3622
|
border-radius: 8px;
|
|
@@ -3635,7 +3641,7 @@ const Ps = _.div`
|
|
|
3635
3641
|
min-width: var(--ddk-component-dashboard-card-min-width, auto);
|
|
3636
3642
|
max-width: var(--ddk-component-dashboard-card-large-width);
|
|
3637
3643
|
max-height: var(--ddk-component-dashboard-card-max-height);
|
|
3638
|
-
`,
|
|
3644
|
+
`, zs = _.div`
|
|
3639
3645
|
align-items: center;
|
|
3640
3646
|
align-self: center;
|
|
3641
3647
|
background-color: var(--ddk-component-dashboard-card-avatar-background-color);
|
|
@@ -3653,7 +3659,7 @@ const Ps = _.div`
|
|
|
3653
3659
|
padding: var(--ddk-component-dashboard-card-avatar-padding);
|
|
3654
3660
|
width: var(--ddk-component-dashboard-card-avatar-width);
|
|
3655
3661
|
z-index: 1;
|
|
3656
|
-
`,
|
|
3662
|
+
`, Ls = _.div`
|
|
3657
3663
|
align-items: center;
|
|
3658
3664
|
z-index: 1;
|
|
3659
3665
|
grid-area: title;
|
|
@@ -3667,20 +3673,20 @@ const Ps = _.div`
|
|
|
3667
3673
|
letter-spacing: 0.56px;
|
|
3668
3674
|
|
|
3669
3675
|
max-height: 36px;
|
|
3670
|
-
`,
|
|
3676
|
+
`, Bs = _.div`
|
|
3671
3677
|
align-items: center;
|
|
3672
3678
|
grid-area: body;
|
|
3673
3679
|
display: flex;
|
|
3674
3680
|
gap: 8px;
|
|
3675
3681
|
min-height: 0;
|
|
3676
3682
|
flex: 1;
|
|
3677
|
-
`,
|
|
3683
|
+
`, Fs = _.div`
|
|
3678
3684
|
align-items: center;
|
|
3679
3685
|
grid-area: footer;
|
|
3680
3686
|
display: flex;
|
|
3681
3687
|
font-size: 14px;
|
|
3682
3688
|
flex-wrap: wrap;
|
|
3683
|
-
`,
|
|
3689
|
+
`, ou = _.div`
|
|
3684
3690
|
display: flex;
|
|
3685
3691
|
grid-area: errors;
|
|
3686
3692
|
justify-content: center;
|
|
@@ -3688,12 +3694,12 @@ const Ps = _.div`
|
|
|
3688
3694
|
width: 100%;
|
|
3689
3695
|
z-index: 1;
|
|
3690
3696
|
position: relative;
|
|
3691
|
-
`,
|
|
3697
|
+
`, Vs = _(Uo)`
|
|
3692
3698
|
align-self: center;
|
|
3693
3699
|
grid-area: nav;
|
|
3694
3700
|
justify-self: flex-end;
|
|
3695
3701
|
z-index: 1;
|
|
3696
|
-
`,
|
|
3702
|
+
`, Ks = _.div`
|
|
3697
3703
|
border-radius: 8px 8px 0 0;
|
|
3698
3704
|
height: 30px;
|
|
3699
3705
|
width: 100%;
|
|
@@ -3722,7 +3728,7 @@ const Ps = _.div`
|
|
|
3722
3728
|
m.current === d.pointerId && (M == null || M(o)), m.current = null;
|
|
3723
3729
|
}, { componentModeOverride: a } = It();
|
|
3724
3730
|
return /* @__PURE__ */ at(
|
|
3725
|
-
|
|
3731
|
+
Ns,
|
|
3726
3732
|
{
|
|
3727
3733
|
color: c,
|
|
3728
3734
|
backgroundColor: y,
|
|
@@ -3730,29 +3736,29 @@ const Ps = _.div`
|
|
|
3730
3736
|
onPointerUp: r,
|
|
3731
3737
|
disabled: F,
|
|
3732
3738
|
children: [
|
|
3733
|
-
a === "compact" && $ && /* @__PURE__ */ k(
|
|
3739
|
+
a === "compact" && $ && /* @__PURE__ */ k(js, { backgroundColor: $ }),
|
|
3734
3740
|
/* @__PURE__ */ k(
|
|
3735
|
-
|
|
3741
|
+
Ks,
|
|
3736
3742
|
{
|
|
3737
3743
|
backgroundColor: h,
|
|
3738
3744
|
disabled: F
|
|
3739
3745
|
}
|
|
3740
3746
|
),
|
|
3741
|
-
!!t && /* @__PURE__ */ k(
|
|
3742
|
-
s && /* @__PURE__ */ k(
|
|
3743
|
-
/* @__PURE__ */ k(
|
|
3744
|
-
a === "compact" && !!Y && /* @__PURE__ */ k(
|
|
3745
|
-
!!P && /* @__PURE__ */ k(
|
|
3747
|
+
!!t && /* @__PURE__ */ k(zs, { backgroundColor: y, children: t }),
|
|
3748
|
+
s && /* @__PURE__ */ k(Ls, { backgroundColor: y, children: s }),
|
|
3749
|
+
/* @__PURE__ */ k(Bs, { children: n }),
|
|
3750
|
+
a === "compact" && !!Y && /* @__PURE__ */ k(Vs, {}),
|
|
3751
|
+
!!P && /* @__PURE__ */ k(Fs, { children: P })
|
|
3746
3752
|
]
|
|
3747
3753
|
}
|
|
3748
3754
|
);
|
|
3749
|
-
},
|
|
3755
|
+
}, ru = (t) => /* @__PURE__ */ k(Br, { ...t }), iu = (t) => /* @__PURE__ */ k(Br, { ...t }), He = 10, Us = _(Ke.div)`
|
|
3750
3756
|
overflow: hidden;
|
|
3751
3757
|
position: relative;
|
|
3752
3758
|
touch-action: none;
|
|
3753
3759
|
user-select: none;
|
|
3754
3760
|
width: 100%;
|
|
3755
|
-
`,
|
|
3761
|
+
`, Hs = _(Ke.div)`
|
|
3756
3762
|
align-items: center;
|
|
3757
3763
|
display: flex;
|
|
3758
3764
|
justify-content: center;
|
|
@@ -3818,7 +3824,7 @@ const Ps = _.div`
|
|
|
3818
3824
|
enter: { value: 1 },
|
|
3819
3825
|
leave: { value: 0 },
|
|
3820
3826
|
config: ae.gentle
|
|
3821
|
-
}), D =
|
|
3827
|
+
}), D = Ei({
|
|
3822
3828
|
onPointerDown: () => {
|
|
3823
3829
|
d.current = !0;
|
|
3824
3830
|
},
|
|
@@ -3871,13 +3877,13 @@ const Ps = _.div`
|
|
|
3871
3877
|
u,
|
|
3872
3878
|
r
|
|
3873
3879
|
]), /* @__PURE__ */ k(
|
|
3874
|
-
|
|
3880
|
+
Us,
|
|
3875
3881
|
{
|
|
3876
3882
|
...D(),
|
|
3877
3883
|
className: t,
|
|
3878
3884
|
style: { height: a },
|
|
3879
3885
|
children: z((I, V) => /* @__PURE__ */ k(
|
|
3880
|
-
|
|
3886
|
+
Hs,
|
|
3881
3887
|
{
|
|
3882
3888
|
style: {
|
|
3883
3889
|
height: h,
|
|
@@ -3912,19 +3918,19 @@ const Ps = _.div`
|
|
|
3912
3918
|
...o
|
|
3913
3919
|
}) => /* @__PURE__ */ at(en, { ...o, children: [
|
|
3914
3920
|
t || /* @__PURE__ */ k("span", {}),
|
|
3915
|
-
n ? /* @__PURE__ */ k(n, {}) : /* @__PURE__ */ k(
|
|
3916
|
-
] }),
|
|
3921
|
+
n ? /* @__PURE__ */ k(n, {}) : /* @__PURE__ */ k(bi, {})
|
|
3922
|
+
] }), qs = _.div`
|
|
3917
3923
|
display: flex;
|
|
3918
3924
|
align-items: center;
|
|
3919
3925
|
justify-content: space-between;
|
|
3920
3926
|
width: 100%;
|
|
3921
|
-
`,
|
|
3927
|
+
`, Gs = _.p`
|
|
3922
3928
|
font-size: var(--ddk-component-failure-card-font-size);
|
|
3923
3929
|
font-weight: var(--ddk-component-failure-card-font-weight);
|
|
3924
3930
|
letter-spacing: 0.44px;
|
|
3925
3931
|
color: var(--ddk-component-failure-card-color);
|
|
3926
3932
|
margin: 0;
|
|
3927
|
-
`,
|
|
3933
|
+
`, Ws = wt`
|
|
3928
3934
|
box-sizing: border-box;
|
|
3929
3935
|
border-radius: 50px;
|
|
3930
3936
|
background-color: var(--ddk-component-failure-card-background-color-red);
|
|
@@ -3932,16 +3938,16 @@ const Ps = _.div`
|
|
|
3932
3938
|
width: var(--ddk-component-failure-card-icon-size);
|
|
3933
3939
|
height: var(--ddk-component-failure-card-icon-size);
|
|
3934
3940
|
padding: var(--ddk-component-failure-card-icon-padding);
|
|
3935
|
-
`,
|
|
3941
|
+
`, Qs = _.div`
|
|
3936
3942
|
display: flex;
|
|
3937
3943
|
align-items: center;
|
|
3938
3944
|
gap: var(--ddk-component-failure-card-icon-gap);
|
|
3939
|
-
`,
|
|
3945
|
+
`, Ys = wt`
|
|
3940
3946
|
width: 40px;
|
|
3941
3947
|
height: 40px;
|
|
3942
3948
|
background-color: transparent;
|
|
3943
3949
|
color: var(--ddk-component-failure-card-color);
|
|
3944
|
-
`,
|
|
3950
|
+
`, Xs = _.div`
|
|
3945
3951
|
border-top: 1px solid var(--ddk-component-failure-card-border-color);
|
|
3946
3952
|
padding: var(--ddk-component-failure-card-padding);
|
|
3947
3953
|
width: 100%;
|
|
@@ -3952,20 +3958,20 @@ const Ps = _.div`
|
|
|
3952
3958
|
color: var(--ddk-component-failure-card-color);
|
|
3953
3959
|
margin: 0;
|
|
3954
3960
|
}
|
|
3955
|
-
`,
|
|
3961
|
+
`, au = ({ heading: t, message: n, onPointerDown: o }) => {
|
|
3956
3962
|
const { componentModeOverride: c } = It(), h = c === "compact";
|
|
3957
3963
|
return /* @__PURE__ */ at(Qt, { children: [
|
|
3958
|
-
/* @__PURE__ */ at(
|
|
3959
|
-
/* @__PURE__ */ at(
|
|
3960
|
-
/* @__PURE__ */ k(
|
|
3961
|
-
/* @__PURE__ */ k(
|
|
3964
|
+
/* @__PURE__ */ at(qs, { children: [
|
|
3965
|
+
/* @__PURE__ */ at(Qs, { children: [
|
|
3966
|
+
/* @__PURE__ */ k(yi, { css: Ws }),
|
|
3967
|
+
/* @__PURE__ */ k(Gs, { children: t })
|
|
3962
3968
|
] }),
|
|
3963
|
-
h ? null : /* @__PURE__ */ k(Ho, { css:
|
|
3969
|
+
h ? null : /* @__PURE__ */ k(Ho, { css: Ys, onPointerDown: o })
|
|
3964
3970
|
] }),
|
|
3965
|
-
n && /* @__PURE__ */ k(
|
|
3971
|
+
n && /* @__PURE__ */ k(Xs, { children: /* @__PURE__ */ k("p", { children: n }) }),
|
|
3966
3972
|
h && /* @__PURE__ */ k($t, { mode: "primary", onPointerDown: o, children: "Close" })
|
|
3967
3973
|
] });
|
|
3968
|
-
},
|
|
3974
|
+
}, Js = _.div`
|
|
3969
3975
|
background-color: var(--ddk-component-table-background-color);
|
|
3970
3976
|
border-radius: var(--ddk-component-table-border-radius);
|
|
3971
3977
|
border-color: var(--ddk-component-table-border-color);
|
|
@@ -4096,11 +4102,11 @@ const Ps = _.div`
|
|
|
4096
4102
|
box-sizing: border-box;
|
|
4097
4103
|
padding: var(--ddk-component-table-content-padding);
|
|
4098
4104
|
}
|
|
4099
|
-
`,
|
|
4105
|
+
`, Zs = (t, n) => n.split(".").reduce((o, c) => o == null ? void 0 : o[c], t), Vr = ({ item: t, valueKey: n }) => Zs(t, n), tc = ({
|
|
4100
4106
|
CellRenderer: t = Vr,
|
|
4101
4107
|
dataKeys: n,
|
|
4102
4108
|
item: o
|
|
4103
|
-
}) => n == null ? void 0 : n.map((c, h) => /* @__PURE__ */ k("td", { children: /* @__PURE__ */ k(t, { item: o, valueKey: c }, h) }, h)),
|
|
4109
|
+
}) => n == null ? void 0 : n.map((c, h) => /* @__PURE__ */ k("td", { children: /* @__PURE__ */ k(t, { item: o, valueKey: c }, h) }, h)), ec = Go(
|
|
4104
4110
|
({
|
|
4105
4111
|
CellRenderer: t = Vr,
|
|
4106
4112
|
children: n,
|
|
@@ -4110,9 +4116,9 @@ const Ps = _.div`
|
|
|
4110
4116
|
headers: y,
|
|
4111
4117
|
heading: S,
|
|
4112
4118
|
mode: P = "standard",
|
|
4113
|
-
RowRenderer: F =
|
|
4119
|
+
RowRenderer: F = tc,
|
|
4114
4120
|
tableLayout: $
|
|
4115
|
-
}) => /* @__PURE__ */ at(
|
|
4121
|
+
}) => /* @__PURE__ */ at(Js, { className: o + ` ${P}`, $tableLayout: $, children: [
|
|
4116
4122
|
/* @__PURE__ */ at("table", { children: [
|
|
4117
4123
|
/* @__PURE__ */ at("thead", { children: [
|
|
4118
4124
|
S && /* @__PURE__ */ k("tr", { className: "heading", children: /* @__PURE__ */ k("th", { colSpan: (y == null ? void 0 : y.length) ?? (h == null ? void 0 : h.length), children: S }) }),
|
|
@@ -4146,21 +4152,21 @@ const Ps = _.div`
|
|
|
4146
4152
|
] }),
|
|
4147
4153
|
n && /* @__PURE__ */ k("div", { className: "content", children: n })
|
|
4148
4154
|
] })
|
|
4149
|
-
),
|
|
4155
|
+
), nc = (t) => /* @__PURE__ */ k(ec, { ...t, mode: "info" }), oc = _.div`
|
|
4150
4156
|
display: flex;
|
|
4151
4157
|
flex-direction: column;
|
|
4152
4158
|
justify-content: space-between;
|
|
4153
4159
|
padding: var(--ddk-component-frame-body-padding);
|
|
4154
4160
|
width: 100%;
|
|
4155
4161
|
box-sizing: border-box;
|
|
4156
|
-
`,
|
|
4162
|
+
`, su = ({
|
|
4157
4163
|
tableHead: t,
|
|
4158
4164
|
tableData: n,
|
|
4159
4165
|
keyList: o,
|
|
4160
4166
|
tableHeaderList: c,
|
|
4161
4167
|
tableLayout: h
|
|
4162
|
-
}) => /* @__PURE__ */ k(
|
|
4163
|
-
|
|
4168
|
+
}) => /* @__PURE__ */ k(oc, { children: /* @__PURE__ */ k(
|
|
4169
|
+
nc,
|
|
4164
4170
|
{
|
|
4165
4171
|
heading: t,
|
|
4166
4172
|
dataKeys: o,
|
|
@@ -4168,27 +4174,27 @@ const Ps = _.div`
|
|
|
4168
4174
|
headers: c,
|
|
4169
4175
|
tableLayout: h
|
|
4170
4176
|
}
|
|
4171
|
-
) }),
|
|
4177
|
+
) }), rc = _.div`
|
|
4172
4178
|
box-sizing: var(--ddk-component-frame-container-box-sizing);
|
|
4173
4179
|
border: var(--ddk-component-frame-container-border);
|
|
4174
4180
|
border-radius: var(--ddk-component-frame-container-border-radius);
|
|
4175
4181
|
background-color: var(--ddk-component-frame-container-background-color);
|
|
4176
4182
|
overflow: hidden;
|
|
4177
|
-
`,
|
|
4183
|
+
`, ic = _(ji)`
|
|
4178
4184
|
box-sizing: border-box;
|
|
4179
4185
|
padding: var(--ddk-component-frame-container-card-padding);
|
|
4180
4186
|
max-height: 48px;
|
|
4181
|
-
`,
|
|
4182
|
-
/* @__PURE__ */ k(
|
|
4187
|
+
`, cu = ({ name: t, children: n }) => /* @__PURE__ */ at(rc, { children: [
|
|
4188
|
+
/* @__PURE__ */ k(ic, { children: t }),
|
|
4183
4189
|
n
|
|
4184
4190
|
] });
|
|
4185
|
-
function
|
|
4191
|
+
function du(t, n = 2, o = !0) {
|
|
4186
4192
|
if (!+t)
|
|
4187
4193
|
return "0 Bytes";
|
|
4188
4194
|
const c = 1024, h = n < 0 ? 0 : n, y = ["Bytes", "KB", "MB", "GB", "TB", "PB", "EB", "ZB", "YB"], S = Math.floor(Math.log(t) / Math.log(c));
|
|
4189
4195
|
return `${parseFloat((t / Math.pow(c, S)).toFixed(h))}${S === 0 || o ? " " : ""}${y[S]}`;
|
|
4190
4196
|
}
|
|
4191
|
-
const Kr = (t) => t <= 5 ? "var(--ddk-semantic-color-system-red)" : t <= 20 ? "var(--ddk-semantic-color-system-orange)" : "var(--ddk-semantic-color-system-green)",
|
|
4197
|
+
const Kr = (t) => t <= 5 ? "var(--ddk-semantic-color-system-red)" : t <= 20 ? "var(--ddk-semantic-color-system-orange)" : "var(--ddk-semantic-color-system-green)", lu = ({
|
|
4192
4198
|
defaultValue: t,
|
|
4193
4199
|
key: n,
|
|
4194
4200
|
modifiers: o,
|
|
@@ -4204,26 +4210,26 @@ const Kr = (t) => t <= 5 ? "var(--ddk-semantic-color-system-red)" : t <= 20 ? "v
|
|
|
4204
4210
|
window.removeEventListener("keydown", S);
|
|
4205
4211
|
};
|
|
4206
4212
|
}, [n, o, c, h]), c[h];
|
|
4207
|
-
},
|
|
4213
|
+
}, ac = (t, n, o) => {
|
|
4208
4214
|
const c = o === "small" ? 5 : 10, h = 100 / c, y = Math.floor(n / h), S = n % h * c, P = Kr(n);
|
|
4209
4215
|
return t < y ? P : t === y && S > 0 ? `linear-gradient(to right, ${P} ${S}%, #dfdede ${S}%)` : "#dfdede";
|
|
4210
|
-
},
|
|
4216
|
+
}, sc = _.div`
|
|
4211
4217
|
display: flex;
|
|
4212
4218
|
flex-direction: var(--ddk-component-fuel-guage-container-direction);
|
|
4213
4219
|
gap: var(--ddk-component-fuel-guage-container-gap);
|
|
4214
4220
|
width: 100%;
|
|
4215
|
-
`,
|
|
4221
|
+
`, cc = _.div`
|
|
4216
4222
|
display: flex;
|
|
4217
4223
|
gap: var(--ddk-component-fuel-guage-bar-container-gap);
|
|
4218
|
-
`,
|
|
4224
|
+
`, dc = _.div`
|
|
4219
4225
|
background: ${(t) => t.background};
|
|
4220
4226
|
border-radius: var(--ddk-component-fuel-gauge-bar-border-radius);
|
|
4221
4227
|
height: ${(t) => t.size === "small" ? "var(--ddk-component-fuel-gauge-bar-height-small)" : "var(--ddk-component-fuel-gauge-bar-height-large)"};
|
|
4222
4228
|
width: 100%;
|
|
4223
|
-
`,
|
|
4229
|
+
`, lc = _.div`
|
|
4224
4230
|
display: flex;
|
|
4225
4231
|
justify-content: space-between;
|
|
4226
|
-
`,
|
|
4232
|
+
`, uu = ({
|
|
4227
4233
|
color: t,
|
|
4228
4234
|
size: n = "small",
|
|
4229
4235
|
value: o,
|
|
@@ -4231,9 +4237,9 @@ const Kr = (t) => t <= 5 ? "var(--ddk-semantic-color-system-red)" : t <= 20 ? "v
|
|
|
4231
4237
|
subtext: h,
|
|
4232
4238
|
subtextColor: y
|
|
4233
4239
|
}) => {
|
|
4234
|
-
const { componentModeOverride: S } = It(), P = S === "compact", F = S === "standard" || c, $ = n === "small" ? 5 : 10, M = n === "small" ? Jo : nn, Y = n === "small" ?
|
|
4235
|
-
return y = y ?? t, /* @__PURE__ */ at(
|
|
4236
|
-
/* @__PURE__ */ at(
|
|
4240
|
+
const { componentModeOverride: S } = It(), P = S === "compact", F = S === "standard" || c, $ = n === "small" ? 5 : 10, M = n === "small" ? Jo : nn, Y = n === "small" ? Ni : Ui;
|
|
4241
|
+
return y = y ?? t, /* @__PURE__ */ at(sc, { children: [
|
|
4242
|
+
/* @__PURE__ */ at(lc, { children: [
|
|
4237
4243
|
/* @__PURE__ */ at(
|
|
4238
4244
|
M,
|
|
4239
4245
|
{
|
|
@@ -4248,16 +4254,16 @@ const Kr = (t) => t <= 5 ? "var(--ddk-semantic-color-system-red)" : t <= 20 ? "v
|
|
|
4248
4254
|
),
|
|
4249
4255
|
P && h && /* @__PURE__ */ k(Y, { style: { color: y }, children: h })
|
|
4250
4256
|
] }),
|
|
4251
|
-
F && /* @__PURE__ */ k(
|
|
4252
|
-
|
|
4257
|
+
F && /* @__PURE__ */ k(cc, { children: [...Array($)].map((s, m) => /* @__PURE__ */ k(
|
|
4258
|
+
dc,
|
|
4253
4259
|
{
|
|
4254
4260
|
size: n,
|
|
4255
|
-
background:
|
|
4261
|
+
background: ac(m, o, n)
|
|
4256
4262
|
},
|
|
4257
4263
|
m
|
|
4258
4264
|
)) })
|
|
4259
4265
|
] });
|
|
4260
|
-
},
|
|
4266
|
+
}, uc = wt`
|
|
4261
4267
|
display: flex;
|
|
4262
4268
|
background-color: var(--ddk-component-modal-shade-background-color);
|
|
4263
4269
|
flex-direction: column;
|
|
@@ -4285,7 +4291,7 @@ const Kr = (t) => t <= 5 ? "var(--ddk-semantic-color-system-red)" : t <= 20 ? "v
|
|
|
4285
4291
|
transform: scale(1);
|
|
4286
4292
|
}
|
|
4287
4293
|
}
|
|
4288
|
-
`,
|
|
4294
|
+
`, fu = ({
|
|
4289
4295
|
children: t,
|
|
4290
4296
|
contain: n = !0,
|
|
4291
4297
|
onClose: o,
|
|
@@ -4304,7 +4310,7 @@ const Kr = (t) => t <= 5 ? "var(--ddk-semantic-color-system-red)" : t <= 20 ? "v
|
|
|
4304
4310
|
(S, P) => P && /* @__PURE__ */ k(
|
|
4305
4311
|
Ke.div,
|
|
4306
4312
|
{
|
|
4307
|
-
css:
|
|
4313
|
+
css: uc,
|
|
4308
4314
|
style: S,
|
|
4309
4315
|
onPointerDown: o,
|
|
4310
4316
|
children: /* @__PURE__ */ k(
|
|
@@ -4320,7 +4326,7 @@ const Kr = (t) => t <= 5 ? "var(--ddk-semantic-color-system-red)" : t <= 20 ? "v
|
|
|
4320
4326
|
),
|
|
4321
4327
|
document.body
|
|
4322
4328
|
);
|
|
4323
|
-
},
|
|
4329
|
+
}, fc = _.div`
|
|
4324
4330
|
box-sizing: border-box;
|
|
4325
4331
|
display: flex;
|
|
4326
4332
|
gap: var(--ddk-component-modal-header-gap);
|
|
@@ -4329,35 +4335,35 @@ const Kr = (t) => t <= 5 ? "var(--ddk-semantic-color-system-red)" : t <= 20 ? "v
|
|
|
4329
4335
|
font-size: var(--ddk-component-modal-header-font-size);
|
|
4330
4336
|
width: 100%;
|
|
4331
4337
|
user-select: none;
|
|
4332
|
-
`,
|
|
4338
|
+
`, pc = _.div`
|
|
4333
4339
|
padding-top: 1%;
|
|
4334
4340
|
padding-right: 1%;
|
|
4335
4341
|
z-index: 99;
|
|
4336
|
-
`,
|
|
4342
|
+
`, hc = _(or)`
|
|
4337
4343
|
font-size: 48px;
|
|
4338
4344
|
z-index: 99999;
|
|
4339
4345
|
background-color: white;
|
|
4340
4346
|
padding: 5%;
|
|
4341
|
-
`,
|
|
4347
|
+
`, pu = ({
|
|
4342
4348
|
onClose: t,
|
|
4343
4349
|
title: n,
|
|
4344
4350
|
closeButtonLabel: o
|
|
4345
|
-
}) => /* @__PURE__ */ at(
|
|
4351
|
+
}) => /* @__PURE__ */ at(fc, { children: [
|
|
4346
4352
|
/* @__PURE__ */ k("span", {}),
|
|
4347
4353
|
n,
|
|
4348
|
-
/* @__PURE__ */ k(
|
|
4349
|
-
] }),
|
|
4354
|
+
/* @__PURE__ */ k(pc, { children: /* @__PURE__ */ k(hc, { onPointerDown: t, label: o }) })
|
|
4355
|
+
] }), mc = _.div`
|
|
4350
4356
|
display: grid;
|
|
4351
4357
|
grid-template-columns: ${(t) => t.noData ? "1fr" : "1fr 1fr 1fr"};
|
|
4352
4358
|
gap: 12px;
|
|
4353
|
-
`,
|
|
4359
|
+
`, hu = Go(
|
|
4354
4360
|
({
|
|
4355
4361
|
ItemRenderer: t,
|
|
4356
4362
|
items: n,
|
|
4357
4363
|
maxNumberOfItems: o,
|
|
4358
4364
|
MoreItemsRenderer: c,
|
|
4359
4365
|
NoDataItemRenderer: h
|
|
4360
|
-
}) => /* @__PURE__ */ at(
|
|
4366
|
+
}) => /* @__PURE__ */ at(mc, { noData: !n || !n.length, children: [
|
|
4361
4367
|
n && n.length ? (n.length > o ? n.slice(0, o - 1) : n).map((y, S) => /* @__PURE__ */ k(t, { item: y }, S)) : /* @__PURE__ */ k(h, {}),
|
|
4362
4368
|
n && (n == null ? void 0 : n.length) > o && /* @__PURE__ */ k(c, {})
|
|
4363
4369
|
] })
|
|
@@ -4377,9 +4383,9 @@ const Kr = (t) => t <= 5 ? "var(--ddk-semantic-color-system-red)" : t <= 20 ? "v
|
|
|
4377
4383
|
font-weight: var(--ddk-component-info-card-font-weight);
|
|
4378
4384
|
letter-spacing: -0.225px;
|
|
4379
4385
|
line-height: 135%;
|
|
4380
|
-
`,
|
|
4386
|
+
`, gc = _(_t)`
|
|
4381
4387
|
justify-content: flex-start;
|
|
4382
|
-
`,
|
|
4388
|
+
`, vc = ({
|
|
4383
4389
|
label: t,
|
|
4384
4390
|
unavailableText: n,
|
|
4385
4391
|
value: o,
|
|
@@ -4388,13 +4394,13 @@ const Kr = (t) => t <= 5 ? "var(--ddk-semantic-color-system-red)" : t <= 20 ? "v
|
|
|
4388
4394
|
const { componentModeOverride: h } = It();
|
|
4389
4395
|
return /* @__PURE__ */ at(_t, { collapse: h === "compact", ...c, children: [
|
|
4390
4396
|
t,
|
|
4391
|
-
h === "compact" ? /* @__PURE__ */ k(
|
|
4397
|
+
h === "compact" ? /* @__PURE__ */ k(gc, { children: o ? /* @__PURE__ */ k(Mo, { children: o }) : /* @__PURE__ */ k(Ro, { children: n }) }) : o ? /* @__PURE__ */ k(Mo, { children: o }) : /* @__PURE__ */ k(Ro, { children: n })
|
|
4392
4398
|
] });
|
|
4393
|
-
},
|
|
4399
|
+
}, mu = (t) => {
|
|
4394
4400
|
const { t: n } = oe("common");
|
|
4395
|
-
return /* @__PURE__ */ k(
|
|
4401
|
+
return /* @__PURE__ */ k(vc, { unavailableText: n("unavailable"), ...t });
|
|
4396
4402
|
};
|
|
4397
|
-
var
|
|
4403
|
+
var bc = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {}, Ur = { exports: {} };
|
|
4398
4404
|
/*!
|
|
4399
4405
|
*
|
|
4400
4406
|
* react-simple-keyboard v3.6.13
|
|
@@ -4409,7 +4415,7 @@ var vc = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : t
|
|
|
4409
4415
|
(function(t, n) {
|
|
4410
4416
|
(function(o, c) {
|
|
4411
4417
|
t.exports = c(Zr);
|
|
4412
|
-
})(
|
|
4418
|
+
})(bc, function(o) {
|
|
4413
4419
|
return function() {
|
|
4414
4420
|
var c = { 752: function() {
|
|
4415
4421
|
typeof Element > "u" || "remove" in Element.prototype || (Element.prototype.remove = function() {
|
|
@@ -7440,8 +7446,8 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
7440
7446
|
}();
|
|
7441
7447
|
});
|
|
7442
7448
|
})(Ur);
|
|
7443
|
-
var
|
|
7444
|
-
const
|
|
7449
|
+
var yc = Ur.exports;
|
|
7450
|
+
const kc = (t) => wt`
|
|
7445
7451
|
background-color: var(--ddk-component-keyboard-container-background-color);
|
|
7446
7452
|
display: flex;
|
|
7447
7453
|
justify-content: center;
|
|
@@ -7516,7 +7522,7 @@ const yc = (t) => wt`
|
|
|
7516
7522
|
visibility: hidden;
|
|
7517
7523
|
}
|
|
7518
7524
|
}
|
|
7519
|
-
`,
|
|
7525
|
+
`, wc = [
|
|
7520
7526
|
{
|
|
7521
7527
|
class: "small-button",
|
|
7522
7528
|
buttons: "1 2 3 4 5 6 7 8 9 0 Q W E R T Y U I O P A S D F G H J K L Z X C V B N M q w e r t y u i o p a s d f g h j k l z x c v b n m - , . {bksp} {empty} {lock} {shift}"
|
|
@@ -7537,7 +7543,7 @@ const yc = (t) => wt`
|
|
|
7537
7543
|
class: "blank-button",
|
|
7538
7544
|
buttons: "{empty} {half}"
|
|
7539
7545
|
}
|
|
7540
|
-
],
|
|
7546
|
+
], xc = (t) => {
|
|
7541
7547
|
const n = [
|
|
7542
7548
|
"1 2 3 4 5 6 7 8 9 0 - {bksp}",
|
|
7543
7549
|
"q w e r t y u i o p",
|
|
@@ -7580,7 +7586,7 @@ const yc = (t) => wt`
|
|
|
7580
7586
|
`{space}${t === "standard" ? " {enter}" : ""}`
|
|
7581
7587
|
]
|
|
7582
7588
|
};
|
|
7583
|
-
},
|
|
7589
|
+
}, Sc = {
|
|
7584
7590
|
"{bksp}": "<",
|
|
7585
7591
|
"{enter}": "Enter",
|
|
7586
7592
|
"{lock}": "Caps",
|
|
@@ -7604,35 +7610,35 @@ const yc = (t) => wt`
|
|
|
7604
7610
|
}, P = (M) => {
|
|
7605
7611
|
o == null || o(M);
|
|
7606
7612
|
}, { componentModeOverride: F } = It(), $ = Lt(
|
|
7607
|
-
() =>
|
|
7613
|
+
() => xc(F),
|
|
7608
7614
|
[F]
|
|
7609
7615
|
);
|
|
7610
|
-
return /* @__PURE__ */ k("div", { css:
|
|
7611
|
-
|
|
7616
|
+
return /* @__PURE__ */ k("div", { css: kc(c), children: /* @__PURE__ */ k(
|
|
7617
|
+
yc.KeyboardReact,
|
|
7612
7618
|
{
|
|
7613
|
-
buttonTheme:
|
|
7614
|
-
display:
|
|
7619
|
+
buttonTheme: wc,
|
|
7620
|
+
display: Sc,
|
|
7615
7621
|
layout: $,
|
|
7616
7622
|
layoutName: c ?? "default",
|
|
7617
7623
|
onKeyPress: S,
|
|
7618
7624
|
onKeyReleased: P
|
|
7619
7625
|
}
|
|
7620
7626
|
) });
|
|
7621
|
-
},
|
|
7627
|
+
}, Cc = wt`
|
|
7622
7628
|
font-family: var(--ddk-component-input-action-item-font-family);
|
|
7623
7629
|
width: 100%;
|
|
7624
|
-
`,
|
|
7630
|
+
`, Pc = _.div`
|
|
7625
7631
|
display: flex;
|
|
7626
7632
|
flex-direction: column;
|
|
7627
7633
|
gap: var(--ddk-component-modal-content-padding);
|
|
7628
7634
|
height: 100%;
|
|
7629
|
-
`,
|
|
7635
|
+
`, Ec = _.div`
|
|
7630
7636
|
display: flex;
|
|
7631
7637
|
flex-direction: column;
|
|
7632
7638
|
height: 100%;
|
|
7633
7639
|
justify-content: space-between;
|
|
7634
7640
|
gap: var(--ddk-component-modal-content-gap);
|
|
7635
|
-
`,
|
|
7641
|
+
`, Ic = _.div`
|
|
7636
7642
|
display: flex;
|
|
7637
7643
|
flex-direction: column;
|
|
7638
7644
|
justify-content: center;
|
|
@@ -7645,7 +7651,7 @@ const yc = (t) => wt`
|
|
|
7645
7651
|
padding: var(--ddk-component-input-card-input-padding);
|
|
7646
7652
|
text-align: center;
|
|
7647
7653
|
width: var(--ddk-component-input-card-input-width);
|
|
7648
|
-
`,
|
|
7654
|
+
`, Oc = _.div`
|
|
7649
7655
|
align-items: baseline;
|
|
7650
7656
|
display: flex;
|
|
7651
7657
|
gap: 8px;
|
|
@@ -7690,10 +7696,10 @@ const yc = (t) => wt`
|
|
|
7690
7696
|
/* @__PURE__ */ k(zn, { children: h }),
|
|
7691
7697
|
o && /* @__PURE__ */ k(Ln, { children: o })
|
|
7692
7698
|
] }),
|
|
7693
|
-
/* @__PURE__ */ k(
|
|
7699
|
+
/* @__PURE__ */ k(Oc, { children: /* @__PURE__ */ k(
|
|
7694
7700
|
en,
|
|
7695
7701
|
{
|
|
7696
|
-
css:
|
|
7702
|
+
css: Cc,
|
|
7697
7703
|
disabled: c,
|
|
7698
7704
|
onPointerDown: () => {
|
|
7699
7705
|
c || (a(!0), d(!1));
|
|
@@ -7712,7 +7718,7 @@ const yc = (t) => wt`
|
|
|
7712
7718
|
a(!1), v(void 0), f(m);
|
|
7713
7719
|
},
|
|
7714
7720
|
contain: E !== "compact",
|
|
7715
|
-
children: /* @__PURE__ */ at(
|
|
7721
|
+
children: /* @__PURE__ */ at(Pc, { children: [
|
|
7716
7722
|
/* @__PURE__ */ k(
|
|
7717
7723
|
de,
|
|
7718
7724
|
{
|
|
@@ -7723,7 +7729,7 @@ const yc = (t) => wt`
|
|
|
7723
7729
|
title: h
|
|
7724
7730
|
}
|
|
7725
7731
|
),
|
|
7726
|
-
/* @__PURE__ */ at(
|
|
7732
|
+
/* @__PURE__ */ at(Ec, { children: [
|
|
7727
7733
|
/* @__PURE__ */ at($o, { children: [
|
|
7728
7734
|
p && /* @__PURE__ */ k(Zo, { children: p }),
|
|
7729
7735
|
/* @__PURE__ */ k(
|
|
@@ -7737,7 +7743,7 @@ const yc = (t) => wt`
|
|
|
7737
7743
|
}
|
|
7738
7744
|
)
|
|
7739
7745
|
] }),
|
|
7740
|
-
/* @__PURE__ */ at(
|
|
7746
|
+
/* @__PURE__ */ at(Ic, { children: [
|
|
7741
7747
|
E === "compact" && /* @__PURE__ */ k($o, { children: /* @__PURE__ */ k(
|
|
7742
7748
|
$t,
|
|
7743
7749
|
{
|
|
@@ -7779,17 +7785,17 @@ const yc = (t) => wt`
|
|
|
7779
7785
|
}
|
|
7780
7786
|
)
|
|
7781
7787
|
] });
|
|
7782
|
-
},
|
|
7788
|
+
}, Tc = () => {
|
|
7783
7789
|
const { t } = oe("common");
|
|
7784
7790
|
return t("submit");
|
|
7785
|
-
},
|
|
7791
|
+
}, Ac = ({
|
|
7786
7792
|
submitLabel: t,
|
|
7787
7793
|
...n
|
|
7788
|
-
}) => /* @__PURE__ */ k(Hr, { submitLabel: t ?? /* @__PURE__ */ k(
|
|
7794
|
+
}) => /* @__PURE__ */ k(Hr, { submitLabel: t ?? /* @__PURE__ */ k(Tc, {}), ...n }), gu = _(Hr)`
|
|
7789
7795
|
--ddk-component-input-card-description-color: var(
|
|
7790
7796
|
--ddk-semantic-color-system-red
|
|
7791
7797
|
);
|
|
7792
|
-
`,
|
|
7798
|
+
`, Dc = ({
|
|
7793
7799
|
maxValue: t,
|
|
7794
7800
|
maxValueValidationText: n,
|
|
7795
7801
|
minValue: o,
|
|
@@ -7800,15 +7806,15 @@ const yc = (t) => wt`
|
|
|
7800
7806
|
(S) => Number(S) < o ? c : Number(S) > t ? n : void 0,
|
|
7801
7807
|
[t, n, o, c]
|
|
7802
7808
|
);
|
|
7803
|
-
return /* @__PURE__ */ k(
|
|
7804
|
-
},
|
|
7809
|
+
return /* @__PURE__ */ k(Ac, { ...h, isValid: y, unitStyle: "inline" });
|
|
7810
|
+
}, vu = ({
|
|
7805
7811
|
maxValue: t,
|
|
7806
7812
|
minValue: n,
|
|
7807
7813
|
...o
|
|
7808
7814
|
}) => {
|
|
7809
7815
|
const { t: c } = oe("common", { keyPrefix: "validation" });
|
|
7810
7816
|
return /* @__PURE__ */ k(
|
|
7811
|
-
|
|
7817
|
+
Dc,
|
|
7812
7818
|
{
|
|
7813
7819
|
maxValue: t,
|
|
7814
7820
|
maxValueValidationText: c("maxValue", { data: { maxValue: t } }),
|
|
@@ -7817,7 +7823,7 @@ const yc = (t) => wt`
|
|
|
7817
7823
|
...o
|
|
7818
7824
|
}
|
|
7819
7825
|
);
|
|
7820
|
-
},
|
|
7826
|
+
}, _c = _.div`
|
|
7821
7827
|
position: relative;
|
|
7822
7828
|
|
|
7823
7829
|
svg {
|
|
@@ -7830,21 +7836,21 @@ const yc = (t) => wt`
|
|
|
7830
7836
|
input {
|
|
7831
7837
|
width: 100%;
|
|
7832
7838
|
}
|
|
7833
|
-
`,
|
|
7839
|
+
`, bu = ({
|
|
7834
7840
|
style: t,
|
|
7835
7841
|
...n
|
|
7836
7842
|
}) => {
|
|
7837
7843
|
const [o, c] = gt(!1), h = () => {
|
|
7838
7844
|
c(!o);
|
|
7839
7845
|
};
|
|
7840
|
-
return /* @__PURE__ */ at(
|
|
7846
|
+
return /* @__PURE__ */ at(_c, { style: t, children: [
|
|
7841
7847
|
/* @__PURE__ */ k(on, { ...n, readOnly: !0, type: o ? "text" : "password" }),
|
|
7842
|
-
o ? /* @__PURE__ */ k(
|
|
7848
|
+
o ? /* @__PURE__ */ k(wi, { onPointerDown: h }) : /* @__PURE__ */ k(ki, { onPointerDown: h })
|
|
7843
7849
|
] });
|
|
7844
|
-
},
|
|
7850
|
+
}, Mc = wt`
|
|
7845
7851
|
align-self: stretch;
|
|
7846
7852
|
display: flex;
|
|
7847
|
-
`,
|
|
7853
|
+
`, Rc = ({
|
|
7848
7854
|
className: t,
|
|
7849
7855
|
dials: n,
|
|
7850
7856
|
enableAnimation: o,
|
|
@@ -7859,7 +7865,7 @@ const yc = (t) => wt`
|
|
|
7859
7865
|
},
|
|
7860
7866
|
[y]
|
|
7861
7867
|
);
|
|
7862
|
-
return /* @__PURE__ */ k("div", { css:
|
|
7868
|
+
return /* @__PURE__ */ k("div", { css: Mc, className: t, children: n.map(
|
|
7863
7869
|
({ id: F, className: $, itemRenderer: M, items: Y, loop: s, selectedItemId: m }) => /* @__PURE__ */ k(
|
|
7864
7870
|
Fr,
|
|
7865
7871
|
{
|
|
@@ -7887,7 +7893,7 @@ const yc = (t) => wt`
|
|
|
7887
7893
|
letter-spacing: var(--ddk-component-picker-list-item-letter-spacing);
|
|
7888
7894
|
transition: initial; // color 250ms;
|
|
7889
7895
|
line-height: var(--ddk-component-picker-list-item-line-height);
|
|
7890
|
-
`,
|
|
7896
|
+
`, $c = wt`
|
|
7891
7897
|
border-color: var(--ddk-component-picker-border-color) transparent;
|
|
7892
7898
|
border-style: solid;
|
|
7893
7899
|
border-width: var(--ddk-component-picker-border-width);
|
|
@@ -7907,7 +7913,7 @@ const yc = (t) => wt`
|
|
|
7907
7913
|
border-right-style: solid;
|
|
7908
7914
|
}
|
|
7909
7915
|
}
|
|
7910
|
-
`, jo = 13,
|
|
7916
|
+
`, jo = 13, jc = ({ dials: t, ...n }) => {
|
|
7911
7917
|
const o = t.map((S) => ({
|
|
7912
7918
|
...S,
|
|
7913
7919
|
className: "separator",
|
|
@@ -7922,11 +7928,11 @@ const yc = (t) => wt`
|
|
|
7922
7928
|
0
|
|
7923
7929
|
);
|
|
7924
7930
|
return c === void 0 && (c = y >= jo ? jo : y || 0), h === void 0 && (h = Math.floor(c * 0.5)), /* @__PURE__ */ k(
|
|
7925
|
-
|
|
7931
|
+
Rc,
|
|
7926
7932
|
{
|
|
7927
7933
|
itemSize: 40,
|
|
7928
7934
|
...n,
|
|
7929
|
-
css:
|
|
7935
|
+
css: $c,
|
|
7930
7936
|
dials: o,
|
|
7931
7937
|
numberOfVisibleItems: c,
|
|
7932
7938
|
selectedItemOffset: h
|
|
@@ -7935,7 +7941,7 @@ const yc = (t) => wt`
|
|
|
7935
7941
|
}, No = (t) => t.reduce((n, o) => ({
|
|
7936
7942
|
...n,
|
|
7937
7943
|
[o.id]: o.selectedItemId
|
|
7938
|
-
}), {}),
|
|
7944
|
+
}), {}), yu = ({
|
|
7939
7945
|
cancelButtonLabel: t,
|
|
7940
7946
|
className: n,
|
|
7941
7947
|
closeButtonLabel: o,
|
|
@@ -7979,7 +7985,7 @@ const yc = (t) => wt`
|
|
|
7979
7985
|
children: [
|
|
7980
7986
|
(Y || h) && /* @__PURE__ */ at(er, { children: [
|
|
7981
7987
|
Y && /* @__PURE__ */ k(zn, { children: Y }),
|
|
7982
|
-
h && y ? /* @__PURE__ */ k(
|
|
7988
|
+
h && y ? /* @__PURE__ */ k(Zi, { children: h }) : h && /* @__PURE__ */ k(Ln, { children: h })
|
|
7983
7989
|
] }),
|
|
7984
7990
|
/* @__PURE__ */ k(
|
|
7985
7991
|
oo,
|
|
@@ -8011,7 +8017,7 @@ const yc = (t) => wt`
|
|
|
8011
8017
|
}
|
|
8012
8018
|
),
|
|
8013
8019
|
/* @__PURE__ */ k(ze, { children: /* @__PURE__ */ k(
|
|
8014
|
-
|
|
8020
|
+
jc,
|
|
8015
8021
|
{
|
|
8016
8022
|
dials: c,
|
|
8017
8023
|
enableAnimation: F,
|
|
@@ -8032,61 +8038,61 @@ const yc = (t) => wt`
|
|
|
8032
8038
|
}
|
|
8033
8039
|
)
|
|
8034
8040
|
] });
|
|
8035
|
-
},
|
|
8041
|
+
}, Nc = _(_t)`
|
|
8036
8042
|
display: flex;
|
|
8037
8043
|
min-height: var(--ddk-component-notification-card-height);
|
|
8038
8044
|
gap: 16px;
|
|
8039
|
-
`,
|
|
8045
|
+
`, zc = _.div`
|
|
8040
8046
|
background-color: ${(t) => t.color ? t.color : "var(--ddk-component-notification-card-indicator-color)"};
|
|
8041
8047
|
border-radius: 50%;
|
|
8042
8048
|
flex-shrink: 0;
|
|
8043
8049
|
height: var(--ddk-component-notification-card-indicator-size);
|
|
8044
8050
|
width: var(--ddk-component-notification-card-indicator-size);
|
|
8045
|
-
`,
|
|
8051
|
+
`, Lc = _.div`
|
|
8046
8052
|
align-items: center;
|
|
8047
8053
|
display: flex;
|
|
8048
8054
|
flex-direction: row;
|
|
8049
8055
|
flex: 1;
|
|
8050
8056
|
gap: var(--ddk-component-notification-card-gap);
|
|
8051
8057
|
word-wrap: break-word;
|
|
8052
|
-
`,
|
|
8058
|
+
`, Bc = _(Ki)`
|
|
8053
8059
|
box-sizing: border-box;
|
|
8054
8060
|
white-space: nowrap;
|
|
8055
8061
|
flex: 0 0 var(--ddk-component-notification-card-date-size);
|
|
8056
|
-
`,
|
|
8062
|
+
`, Fc = _.div`
|
|
8057
8063
|
align-items: center;
|
|
8058
8064
|
display: flex;
|
|
8059
8065
|
justify-content: flex-end;
|
|
8060
8066
|
flex: 0 0 var(--ddk-component-notification-card-action-size);
|
|
8061
|
-
`,
|
|
8067
|
+
`, Vc = _(jn)`
|
|
8062
8068
|
min-width: var(--ddk-component-button-min-width);
|
|
8063
8069
|
text-align: center;
|
|
8064
|
-
`,
|
|
8070
|
+
`, Kc = ({
|
|
8065
8071
|
buttonLabel: t,
|
|
8066
8072
|
indicatorColor: n,
|
|
8067
8073
|
label: o,
|
|
8068
8074
|
prefix: c,
|
|
8069
8075
|
dateLabel: h,
|
|
8070
8076
|
onAction: y
|
|
8071
|
-
}) => /* @__PURE__ */ at(
|
|
8072
|
-
/* @__PURE__ */ at(
|
|
8073
|
-
/* @__PURE__ */ k(
|
|
8077
|
+
}) => /* @__PURE__ */ at(Nc, { children: [
|
|
8078
|
+
/* @__PURE__ */ at(Lc, { children: [
|
|
8079
|
+
/* @__PURE__ */ k(zc, { color: n }),
|
|
8074
8080
|
c,
|
|
8075
8081
|
/* @__PURE__ */ k(jn, { children: o })
|
|
8076
8082
|
] }),
|
|
8077
|
-
/* @__PURE__ */ k(
|
|
8078
|
-
/* @__PURE__ */ k(
|
|
8079
|
-
] }),
|
|
8083
|
+
/* @__PURE__ */ k(Bc, { children: h }),
|
|
8084
|
+
/* @__PURE__ */ k(Fc, { children: y && t ? /* @__PURE__ */ k($t, { onPointerDown: y, children: t }) : /* @__PURE__ */ k(Vc, { children: t }) })
|
|
8085
|
+
] }), ku = ({
|
|
8080
8086
|
date: t,
|
|
8081
8087
|
...n
|
|
8082
8088
|
}) => {
|
|
8083
|
-
const o = t ?? Date.now(), { selectedDateFormat: c } =
|
|
8084
|
-
return /* @__PURE__ */ k(
|
|
8085
|
-
},
|
|
8089
|
+
const o = t ?? Date.now(), { selectedDateFormat: c } = Si(), { selectedTimeFormat: h } = Ci(), y = c ? co(new Date(o), c) : "", S = h ? co(new Date(o), h) : "", P = [y, S].map((F, $) => /* @__PURE__ */ k("div", { children: F }, $ === 0 ? "date" : "time"));
|
|
8090
|
+
return /* @__PURE__ */ k(Kc, { dateLabel: P, ...n });
|
|
8091
|
+
}, Uc = _.div`
|
|
8086
8092
|
display: flex;
|
|
8087
8093
|
justify-content: center;
|
|
8088
8094
|
font-weight: var(--ddk-component-Numpad-head-font-weight-medium);
|
|
8089
|
-
`,
|
|
8095
|
+
`, Hc = _.div`
|
|
8090
8096
|
display: flex;
|
|
8091
8097
|
flex-direction: column;
|
|
8092
8098
|
width: 100%;
|
|
@@ -8095,7 +8101,7 @@ const yc = (t) => wt`
|
|
|
8095
8101
|
input {
|
|
8096
8102
|
width: 400px;
|
|
8097
8103
|
}
|
|
8098
|
-
`,
|
|
8104
|
+
`, wu = ({ onComplete: t, heading: n }) => {
|
|
8099
8105
|
const [o, c] = gt(!1), [h, y] = gt(""), S = async (F) => {
|
|
8100
8106
|
switch (F) {
|
|
8101
8107
|
case "{bksp}":
|
|
@@ -8116,12 +8122,12 @@ const yc = (t) => wt`
|
|
|
8116
8122
|
de,
|
|
8117
8123
|
{
|
|
8118
8124
|
closeButtonLabel: "close",
|
|
8119
|
-
title: /* @__PURE__ */ k(
|
|
8125
|
+
title: /* @__PURE__ */ k(Uc, { children: n }),
|
|
8120
8126
|
showCloseButton: !0,
|
|
8121
8127
|
onClose: () => c(!0)
|
|
8122
8128
|
}
|
|
8123
8129
|
),
|
|
8124
|
-
/* @__PURE__ */ at(
|
|
8130
|
+
/* @__PURE__ */ at(Hc, { children: [
|
|
8125
8131
|
/* @__PURE__ */ k(on, { value: h }),
|
|
8126
8132
|
/* @__PURE__ */ k(ro, { layout: "numLogin", onKeyReleased: (F) => {
|
|
8127
8133
|
h && (h == null ? void 0 : h.length) < 0 && F !== "{bksp}" && F !== "{enter}" || S(F);
|
|
@@ -8134,7 +8140,7 @@ const yc = (t) => wt`
|
|
|
8134
8140
|
]
|
|
8135
8141
|
}
|
|
8136
8142
|
);
|
|
8137
|
-
},
|
|
8143
|
+
}, qc = wt`
|
|
8138
8144
|
border-color: var(--ddk-component-picker-border-color) transparent;
|
|
8139
8145
|
border-style: solid;
|
|
8140
8146
|
border-width: var(--ddk-component-picker-border-width);
|
|
@@ -8147,15 +8153,15 @@ const yc = (t) => wt`
|
|
|
8147
8153
|
itemSize: 40,
|
|
8148
8154
|
offset: !0,
|
|
8149
8155
|
...t,
|
|
8150
|
-
css:
|
|
8156
|
+
css: qc
|
|
8151
8157
|
}
|
|
8152
|
-
),
|
|
8158
|
+
), Gc = _.div`
|
|
8153
8159
|
display: flex;
|
|
8154
8160
|
flex-direction: column;
|
|
8155
8161
|
padding: var(--ddk-component-picker-padding);
|
|
8156
8162
|
gap: var(--ddk-component-picker-gap);
|
|
8157
8163
|
height: 100%;
|
|
8158
|
-
`,
|
|
8164
|
+
`, xu = ({
|
|
8159
8165
|
cancelButtonLabel: t,
|
|
8160
8166
|
closeButtonLabel: n,
|
|
8161
8167
|
collapse: o,
|
|
@@ -8202,7 +8208,7 @@ const yc = (t) => wt`
|
|
|
8202
8208
|
CloseButton: a === "compact" ? rn : void 0
|
|
8203
8209
|
}
|
|
8204
8210
|
),
|
|
8205
|
-
/* @__PURE__ */ at(
|
|
8211
|
+
/* @__PURE__ */ at(Gc, { children: [
|
|
8206
8212
|
/* @__PURE__ */ k(ze, { children: /* @__PURE__ */ k(
|
|
8207
8213
|
Gr,
|
|
8208
8214
|
{
|
|
@@ -8233,17 +8239,17 @@ const yc = (t) => wt`
|
|
|
8233
8239
|
}
|
|
8234
8240
|
)
|
|
8235
8241
|
] });
|
|
8236
|
-
},
|
|
8242
|
+
}, Wc = _.div`
|
|
8237
8243
|
font-size: var(--ddk-generic-font-size-large);
|
|
8238
8244
|
font-weight: var(--ddk-generic-font-weight-medium);
|
|
8239
8245
|
color: var(--ddk-generic-color-grey-100);
|
|
8240
|
-
`,
|
|
8246
|
+
`, Su = ({
|
|
8241
8247
|
children: t,
|
|
8242
8248
|
icon: n
|
|
8243
8249
|
}) => /* @__PURE__ */ at(Qt, { children: [
|
|
8244
8250
|
/* @__PURE__ */ k(n, {}),
|
|
8245
|
-
/* @__PURE__ */ k(
|
|
8246
|
-
] }),
|
|
8251
|
+
/* @__PURE__ */ k(Wc, { children: t })
|
|
8252
|
+
] }), Qc = ({ children: t }) => tn(t, document.body), Yc = _.div`
|
|
8247
8253
|
align-items: center;
|
|
8248
8254
|
background-color: var(--ddk-component-status-bar-container-background-color);
|
|
8249
8255
|
bottom: 0;
|
|
@@ -8257,7 +8263,7 @@ const yc = (t) => wt`
|
|
|
8257
8263
|
top: 0;
|
|
8258
8264
|
z-index: 10;
|
|
8259
8265
|
max-width: var(--ddk-component-shell-max-width);
|
|
8260
|
-
`,
|
|
8266
|
+
`, Xc = _.div`
|
|
8261
8267
|
background: var(--ddk-component-status-bar-background-color);
|
|
8262
8268
|
border-radius: var(--ddk-component-status-bar-border-radius);
|
|
8263
8269
|
box-sizing: border-box;
|
|
@@ -8267,7 +8273,7 @@ const yc = (t) => wt`
|
|
|
8267
8273
|
padding: var(--ddk-component-status-bar-padding);
|
|
8268
8274
|
width: var(--ddk-component-status-bar-width);
|
|
8269
8275
|
pointer-events: auto;
|
|
8270
|
-
`,
|
|
8276
|
+
`, Jc = ({
|
|
8271
8277
|
blocked: t = !0,
|
|
8272
8278
|
children: n,
|
|
8273
8279
|
onClose: o,
|
|
@@ -8278,16 +8284,16 @@ const yc = (t) => wt`
|
|
|
8278
8284
|
y(!!c);
|
|
8279
8285
|
}, [c]), h ? tn(
|
|
8280
8286
|
/* @__PURE__ */ k(
|
|
8281
|
-
|
|
8287
|
+
Yc,
|
|
8282
8288
|
{
|
|
8283
8289
|
style: { pointerEvents: t ? "auto" : "none" },
|
|
8284
8290
|
onPointerDown: o,
|
|
8285
|
-
children: /* @__PURE__ */ k(
|
|
8291
|
+
children: /* @__PURE__ */ k(Xc, { children: n })
|
|
8286
8292
|
}
|
|
8287
8293
|
),
|
|
8288
8294
|
document.body
|
|
8289
8295
|
) : null;
|
|
8290
|
-
},
|
|
8296
|
+
}, Zc = _.div`
|
|
8291
8297
|
display: flex;
|
|
8292
8298
|
flex-direction: column;
|
|
8293
8299
|
gap: var(--ddk-component-progress-bar-title-container-gap);
|
|
@@ -8298,11 +8304,11 @@ const yc = (t) => wt`
|
|
|
8298
8304
|
white-space: nowrap;
|
|
8299
8305
|
text-overflow: ellipsis;
|
|
8300
8306
|
overflow: hidden;
|
|
8301
|
-
`,
|
|
8307
|
+
`, td = _(Wr)`
|
|
8302
8308
|
color: var(--ddk-component-progress-bar-subtitle-color);
|
|
8303
8309
|
font-size: var(--ddk-component-progress-bar-subtitle-font-size);
|
|
8304
8310
|
font-weight: var(--ddk-component-progress-bar-subtitle-font-weight);
|
|
8305
|
-
`,
|
|
8311
|
+
`, ed = _.div`
|
|
8306
8312
|
align-items: var(
|
|
8307
8313
|
--ddk-component-progress-bar-progress-fill-container-align-items
|
|
8308
8314
|
);
|
|
@@ -8312,7 +8318,7 @@ const yc = (t) => wt`
|
|
|
8312
8318
|
);
|
|
8313
8319
|
gap: var(--ddk-component-progress-bar-progress-fill-container-gap);
|
|
8314
8320
|
width: 100%;
|
|
8315
|
-
`,
|
|
8321
|
+
`, nd = _.div`
|
|
8316
8322
|
align-items: flex-start;
|
|
8317
8323
|
background: var(--ddk-generic-color-grey-80, #292929);
|
|
8318
8324
|
background: ${(t) => `linear-gradient(to right, var(--ddk-component-progress-bar-progress-fill-color) ${t.value}%, var(--ddk-component-progress-bar-progress-fill-background-color) ${t.value}%)`};
|
|
@@ -8325,7 +8331,7 @@ const yc = (t) => wt`
|
|
|
8325
8331
|
height: var(--ddk-component-progress-bar-progress-fill-height);
|
|
8326
8332
|
justify-content: center;
|
|
8327
8333
|
width: 100%;
|
|
8328
|
-
`,
|
|
8334
|
+
`, od = ({
|
|
8329
8335
|
blocked: t,
|
|
8330
8336
|
cancelLabel: n = "Cancel",
|
|
8331
8337
|
isCancelable: o,
|
|
@@ -8341,20 +8347,20 @@ const yc = (t) => wt`
|
|
|
8341
8347
|
value: s
|
|
8342
8348
|
}) => {
|
|
8343
8349
|
const m = s <= 1 ? 0 : s;
|
|
8344
|
-
return /* @__PURE__ */ k(
|
|
8345
|
-
/* @__PURE__ */ at(
|
|
8350
|
+
return /* @__PURE__ */ k(Jc, { blocked: t, onClose: h, show: F, children: P && $ === "success" ? P : S && $ === "failure" ? S : y && $ === "cancelled" ? y : /* @__PURE__ */ at(Qt, { children: [
|
|
8351
|
+
/* @__PURE__ */ at(Zc, { children: [
|
|
8346
8352
|
/* @__PURE__ */ k(Wr, { children: Y }),
|
|
8347
|
-
M && /* @__PURE__ */ k(
|
|
8353
|
+
M && /* @__PURE__ */ k(td, { children: M })
|
|
8348
8354
|
] }),
|
|
8349
|
-
/* @__PURE__ */ at(
|
|
8350
|
-
/* @__PURE__ */ k(
|
|
8355
|
+
/* @__PURE__ */ at(ed, { children: [
|
|
8356
|
+
/* @__PURE__ */ k(nd, { value: m }),
|
|
8351
8357
|
o && /* @__PURE__ */ k($t, { onPointerDown: c, children: n })
|
|
8352
8358
|
] })
|
|
8353
8359
|
] }) });
|
|
8354
|
-
},
|
|
8360
|
+
}, Cu = (t) => {
|
|
8355
8361
|
const { t: n } = oe("common");
|
|
8356
|
-
return /* @__PURE__ */ k(
|
|
8357
|
-
},
|
|
8362
|
+
return /* @__PURE__ */ k(od, { cancelLabel: n("cancel"), ...t });
|
|
8363
|
+
}, rd = _(en)`
|
|
8358
8364
|
align-items: center;
|
|
8359
8365
|
|
|
8360
8366
|
background-color: ${(t) => t.active ? "var(--ddk-component-radio-card-background-color-active)" : "var(--ddk-component-radio-card-background-color)"};
|
|
@@ -8366,7 +8372,7 @@ const yc = (t) => wt`
|
|
|
8366
8372
|
height: 56px;
|
|
8367
8373
|
justify-content: center;
|
|
8368
8374
|
padding: 17px 12px;
|
|
8369
|
-
`,
|
|
8375
|
+
`, Pu = ({
|
|
8370
8376
|
radioButtons: t,
|
|
8371
8377
|
onChange: n,
|
|
8372
8378
|
value: o
|
|
@@ -8379,7 +8385,7 @@ const yc = (t) => wt`
|
|
|
8379
8385
|
S !== c && (h(S), n == null || n(S));
|
|
8380
8386
|
};
|
|
8381
8387
|
return /* @__PURE__ */ k(Qt, { children: t.map(({ id: S, title: P }, F) => /* @__PURE__ */ k(
|
|
8382
|
-
|
|
8388
|
+
rd,
|
|
8383
8389
|
{
|
|
8384
8390
|
active: S === c,
|
|
8385
8391
|
onPointerDown: () => y(S),
|
|
@@ -8387,27 +8393,27 @@ const yc = (t) => wt`
|
|
|
8387
8393
|
},
|
|
8388
8394
|
F
|
|
8389
8395
|
)) });
|
|
8390
|
-
},
|
|
8396
|
+
}, id = _.div`
|
|
8391
8397
|
display: flex;
|
|
8392
8398
|
align-items: var(--ddk-component-schedule-table-div-center-text-align);
|
|
8393
8399
|
justify-content: space-between;
|
|
8394
8400
|
padding: var(--ddk-semantic-control-container-padding);
|
|
8395
8401
|
background-color: var(--ddk-generic-color-grey-5);
|
|
8396
|
-
`,
|
|
8402
|
+
`, ad = _.div`
|
|
8397
8403
|
font-size: var(--ddk-generic-font-size-small);
|
|
8398
8404
|
font-weight: var(--ddk-generic-font-weight-medium);
|
|
8399
8405
|
line-height: var(--ddk-component-schedule-table-header-line-height);
|
|
8400
8406
|
color: var(--ddk-component-schedule-table-header-color);
|
|
8401
|
-
`,
|
|
8402
|
-
/* @__PURE__ */ k(
|
|
8407
|
+
`, sd = ({ headerLabel: t, child: n }) => /* @__PURE__ */ at(id, { children: [
|
|
8408
|
+
/* @__PURE__ */ k(ad, { children: t }),
|
|
8403
8409
|
n
|
|
8404
|
-
] }),
|
|
8410
|
+
] }), cd = _.div`
|
|
8405
8411
|
align-items: center;
|
|
8406
8412
|
cursor: pointer;
|
|
8407
8413
|
display: flex;
|
|
8408
8414
|
justify-content: var(--ddk-component-toggle-container-justify-content);
|
|
8409
8415
|
gap: var(--ddk-component-toggle-container-gap);
|
|
8410
|
-
`,
|
|
8416
|
+
`, dd = _.div`
|
|
8411
8417
|
background-color: ${(t) => t.disabled ? "var(--ddk-component-toggle-track-background-color-disabled)" : t.checked ? "var(--ddk-component-toggle-track-background-color-on)" : "var(--ddk-component-toggle-track-background-color-off)"};
|
|
8412
8418
|
|
|
8413
8419
|
border-radius: var(--ddk-component-toggle-thumb-size);
|
|
@@ -8425,7 +8431,7 @@ const yc = (t) => wt`
|
|
|
8425
8431
|
--ddk-component-toggle-track-transition-timing-function
|
|
8426
8432
|
);
|
|
8427
8433
|
width: var(--ddk-component-toggle-track-width);
|
|
8428
|
-
`,
|
|
8434
|
+
`, ld = _.div`
|
|
8429
8435
|
background-color: ${(t) => t.disabled ? "var(--ddk-component-toggle-thumb-background-color-disabled)" : "var(--ddk-component-toggle-thumb-background-color-default)"};
|
|
8430
8436
|
border-radius: var(--ddk-component-toggle-thumb-size);
|
|
8431
8437
|
box-shadow: var(--ddk-component-toggle-thumb-box-shadow);
|
|
@@ -8439,7 +8445,7 @@ const yc = (t) => wt`
|
|
|
8439
8445
|
transition-timing-function: var(
|
|
8440
8446
|
--ddk-component-toggle-thumb-transition-timing-function
|
|
8441
8447
|
);
|
|
8442
|
-
`,
|
|
8448
|
+
`, ud = _.div`
|
|
8443
8449
|
color: var(--ddk-component-toggle-label-color);
|
|
8444
8450
|
font-family: var(--ddk-component-toggle-label-font-family);
|
|
8445
8451
|
font-size: var(--ddk-component-toggle-label-font-size);
|
|
@@ -8455,10 +8461,10 @@ const yc = (t) => wt`
|
|
|
8455
8461
|
const [y, S] = gt(t ?? !1);
|
|
8456
8462
|
return Et(() => {
|
|
8457
8463
|
S(t ?? !1);
|
|
8458
|
-
}, [t]), /* @__PURE__ */ at(
|
|
8459
|
-
o && /* @__PURE__ */ k(
|
|
8464
|
+
}, [t]), /* @__PURE__ */ at(cd, { children: [
|
|
8465
|
+
o && /* @__PURE__ */ k(ud, { children: o }),
|
|
8460
8466
|
/* @__PURE__ */ k(
|
|
8461
|
-
|
|
8467
|
+
dd,
|
|
8462
8468
|
{
|
|
8463
8469
|
checked: y,
|
|
8464
8470
|
disabled: n,
|
|
@@ -8466,22 +8472,22 @@ const yc = (t) => wt`
|
|
|
8466
8472
|
onPointerDown: () => {
|
|
8467
8473
|
n || (S(!y), c == null || c(!y));
|
|
8468
8474
|
},
|
|
8469
|
-
children: /* @__PURE__ */ k(
|
|
8475
|
+
children: /* @__PURE__ */ k(ld, { checked: y, disabled: n, ...h })
|
|
8470
8476
|
}
|
|
8471
8477
|
)
|
|
8472
8478
|
] });
|
|
8473
|
-
},
|
|
8479
|
+
}, fd = wt`
|
|
8474
8480
|
padding: var(--ddk-component-schedule-table-sub-heading-padding);
|
|
8475
8481
|
padding-bottom: 0;
|
|
8476
8482
|
font-size: var(--ddk-generic-font-size-x-small);
|
|
8477
8483
|
font-weight: var(--ddk-generic-font-weight-medium);
|
|
8478
8484
|
line-height: var(--ddk-component-schedule-table-div-line-height);
|
|
8479
8485
|
color: var(--ddk-generic-color-grey-60);
|
|
8480
|
-
`,
|
|
8486
|
+
`, pd = ({ headings: t }) => /* @__PURE__ */ k(Qt, { children: t == null ? void 0 : t.map((n, o) => /* @__PURE__ */ k("th", { css: fd, children: n }, o)) }), hd = _.div`
|
|
8481
8487
|
width: 100%;
|
|
8482
8488
|
border: 1px solid var(--ddk-generic-color-grey-30);
|
|
8483
8489
|
border-radius: 8px;
|
|
8484
|
-
`,
|
|
8490
|
+
`, md = wt`
|
|
8485
8491
|
width: 100%;
|
|
8486
8492
|
text-align: center;
|
|
8487
8493
|
border-collapse: collapse;
|
|
@@ -8493,40 +8499,40 @@ const yc = (t) => wt`
|
|
|
8493
8499
|
font-weight: var(--ddk-generic-font-weight-medium);
|
|
8494
8500
|
line-height: var(--ddk-component-schedule-table-div-line-height);
|
|
8495
8501
|
color: var(--ddk-generic-color-grey-100);
|
|
8496
|
-
`, md = wt`
|
|
8497
|
-
text-align: var(--ddk-component-schedule-table-div-left-text-align);
|
|
8498
8502
|
`, gd = wt`
|
|
8503
|
+
text-align: var(--ddk-component-schedule-table-div-left-text-align);
|
|
8504
|
+
`, vd = wt`
|
|
8499
8505
|
text-align: var(--ddk-component-schedule-table-div-center-text-align);
|
|
8500
8506
|
`, Lo = wt`
|
|
8501
8507
|
justify-content: center;
|
|
8502
|
-
`,
|
|
8508
|
+
`, Eu = ({
|
|
8503
8509
|
tableMainHeading: t,
|
|
8504
8510
|
headingRightChild: n,
|
|
8505
8511
|
weekSchedule: o,
|
|
8506
8512
|
tableSubHeadings: c
|
|
8507
|
-
}) => /* @__PURE__ */ k(
|
|
8513
|
+
}) => /* @__PURE__ */ k(hd, { children: /* @__PURE__ */ at("table", { css: md, children: [
|
|
8508
8514
|
/* @__PURE__ */ at("thead", { children: [
|
|
8509
8515
|
/* @__PURE__ */ k("tr", { css: zo, children: /* @__PURE__ */ k("th", { colSpan: 4, children: /* @__PURE__ */ k(
|
|
8510
|
-
|
|
8516
|
+
sd,
|
|
8511
8517
|
{
|
|
8512
8518
|
headerLabel: t,
|
|
8513
8519
|
child: n
|
|
8514
8520
|
}
|
|
8515
8521
|
) }) }),
|
|
8516
|
-
/* @__PURE__ */ k("tr", { children: /* @__PURE__ */ k(
|
|
8522
|
+
/* @__PURE__ */ k("tr", { children: /* @__PURE__ */ k(pd, { headings: c }) })
|
|
8517
8523
|
] }),
|
|
8518
8524
|
/* @__PURE__ */ k("tbody", { children: o == null ? void 0 : o.map((h, y) => /* @__PURE__ */ at("tr", { css: zo, children: [
|
|
8519
|
-
/* @__PURE__ */ k("td", { css: [qe,
|
|
8520
|
-
/* @__PURE__ */ k("td", { css: [qe,
|
|
8525
|
+
/* @__PURE__ */ k("td", { css: [qe, gd], children: h == null ? void 0 : h.day }),
|
|
8526
|
+
/* @__PURE__ */ k("td", { css: [qe, vd], children: /* @__PURE__ */ k(Qr, { checked: h == null ? void 0 : h.isTrue }) }),
|
|
8521
8527
|
/* @__PURE__ */ k("td", { css: qe, children: /* @__PURE__ */ k(xn, { css: Lo, children: h == null ? void 0 : h.openTime }) }),
|
|
8522
8528
|
/* @__PURE__ */ k("td", { css: qe, children: /* @__PURE__ */ k(xn, { css: Lo, children: h == null ? void 0 : h.closeTime }) })
|
|
8523
8529
|
] }, y)) })
|
|
8524
|
-
] }) }),
|
|
8530
|
+
] }) }), bd = ({
|
|
8525
8531
|
children: t,
|
|
8526
8532
|
label: n,
|
|
8527
8533
|
size: o = "medium",
|
|
8528
8534
|
...c
|
|
8529
|
-
}) => /* @__PURE__ */ k(be, { icon: qo, size: o, ...c, children: n }),
|
|
8535
|
+
}) => /* @__PURE__ */ k(be, { icon: qo, size: o, ...c, children: n }), yd = Ke(Qi), kd = _.div`
|
|
8530
8536
|
background: transparent;
|
|
8531
8537
|
position: fixed;
|
|
8532
8538
|
top: 0;
|
|
@@ -8534,28 +8540,28 @@ const yc = (t) => wt`
|
|
|
8534
8540
|
bottom: 0;
|
|
8535
8541
|
left: 0;
|
|
8536
8542
|
z-index: 1;
|
|
8537
|
-
`,
|
|
8543
|
+
`, Iu = ({ children: t, enableAnimation: n, show: o, onClose: c, title: h }) => {
|
|
8538
8544
|
const y = It(), S = n !== void 0 ? n : y.enableSidebarAnimation, P = Nr({
|
|
8539
8545
|
left: o ? "0px" : "-515px",
|
|
8540
8546
|
immediate: !S
|
|
8541
8547
|
});
|
|
8542
|
-
return /* @__PURE__ */ at(
|
|
8543
|
-
o && /* @__PURE__ */ k(
|
|
8544
|
-
/* @__PURE__ */ at(
|
|
8545
|
-
/* @__PURE__ */ at(
|
|
8546
|
-
/* @__PURE__ */ k(
|
|
8548
|
+
return /* @__PURE__ */ at(Qc, { children: [
|
|
8549
|
+
o && /* @__PURE__ */ k(kd, { onPointerDown: c }),
|
|
8550
|
+
/* @__PURE__ */ at(yd, { style: P, children: [
|
|
8551
|
+
/* @__PURE__ */ at(Xi, { children: [
|
|
8552
|
+
/* @__PURE__ */ k(bd, { onPointerDown: c }),
|
|
8547
8553
|
" ",
|
|
8548
8554
|
h
|
|
8549
8555
|
] }),
|
|
8550
|
-
/* @__PURE__ */ k(
|
|
8556
|
+
/* @__PURE__ */ k(Yi, { children: t })
|
|
8551
8557
|
] })
|
|
8552
8558
|
] });
|
|
8553
|
-
},
|
|
8559
|
+
}, wd = wt`
|
|
8554
8560
|
font-family: var(--ddk-component-input-action-item-font-family);
|
|
8555
|
-
`,
|
|
8561
|
+
`, Ou = ({ label: t, value: n }) => /* @__PURE__ */ at(_t, { children: [
|
|
8556
8562
|
t,
|
|
8557
|
-
/* @__PURE__ */ k(en, { css:
|
|
8558
|
-
] }),
|
|
8563
|
+
/* @__PURE__ */ k(en, { css: wd, children: n })
|
|
8564
|
+
] }), xd = _.div`
|
|
8559
8565
|
display: flex;
|
|
8560
8566
|
flex-direction: column;
|
|
8561
8567
|
gap: 8px;
|
|
@@ -8567,7 +8573,7 @@ const yc = (t) => wt`
|
|
|
8567
8573
|
font-size: var(--ddk-component-status-card-message-font-size);
|
|
8568
8574
|
margin: 0px;
|
|
8569
8575
|
}
|
|
8570
|
-
`,
|
|
8576
|
+
`, Sd = _.div`
|
|
8571
8577
|
display: flex;
|
|
8572
8578
|
justify-content: space-between;
|
|
8573
8579
|
width: 100%;
|
|
@@ -8586,7 +8592,7 @@ const yc = (t) => wt`
|
|
|
8586
8592
|
|
|
8587
8593
|
font-size: var(--ddk-component-status-card-message-font-size);
|
|
8588
8594
|
}
|
|
8589
|
-
`,
|
|
8595
|
+
`, Cd = _.div`
|
|
8590
8596
|
display: flex;
|
|
8591
8597
|
justify-content: space-between;
|
|
8592
8598
|
width: 100%;
|
|
@@ -8596,14 +8602,14 @@ const yc = (t) => wt`
|
|
|
8596
8602
|
font-size: var(--ddk-component-status-card-message-font-size);
|
|
8597
8603
|
font-weight: var(--ddk-component-status-card-last-successful-font-weight);
|
|
8598
8604
|
}
|
|
8599
|
-
`,
|
|
8605
|
+
`, Pd = _.span`
|
|
8600
8606
|
background-color: ${({ type: t }) => t === "Fail" ? "var(--ddk-component-status-card-icon-color-fail)" : t === "InProgress" ? "var(--ddk-component-status-card-icon-color-inprogress)" : "var(--ddk-component-status-card-icon-color-success)"};
|
|
8601
8607
|
|
|
8602
8608
|
border-radius: var(--ddk-component-status-card-dot-border-radius);
|
|
8603
8609
|
display: inline-block;
|
|
8604
8610
|
height: 8px;
|
|
8605
8611
|
width: 8px;
|
|
8606
|
-
`,
|
|
8612
|
+
`, Tu = ({
|
|
8607
8613
|
failureMessage: t,
|
|
8608
8614
|
lastSuccess: n,
|
|
8609
8615
|
leftLabel: o,
|
|
@@ -8611,16 +8617,16 @@ const yc = (t) => wt`
|
|
|
8611
8617
|
rightLabel: h,
|
|
8612
8618
|
type: y,
|
|
8613
8619
|
lastSuccessful: S
|
|
8614
|
-
}) => /* @__PURE__ */ k(_t, { children: /* @__PURE__ */ at(
|
|
8615
|
-
/* @__PURE__ */ at(
|
|
8620
|
+
}) => /* @__PURE__ */ k(_t, { children: /* @__PURE__ */ at(xd, { children: [
|
|
8621
|
+
/* @__PURE__ */ at(Sd, { type: y, children: [
|
|
8616
8622
|
/* @__PURE__ */ at("h4", { children: [
|
|
8617
|
-
y !== "Default" && /* @__PURE__ */ k(
|
|
8623
|
+
y !== "Default" && /* @__PURE__ */ k(Pd, { type: y }),
|
|
8618
8624
|
o
|
|
8619
8625
|
] }),
|
|
8620
8626
|
/* @__PURE__ */ k("label", { children: h })
|
|
8621
8627
|
] }),
|
|
8622
8628
|
c && /* @__PURE__ */ k("div", { children: c }),
|
|
8623
|
-
y === "Fail" && /* @__PURE__ */ at(
|
|
8629
|
+
y === "Fail" && /* @__PURE__ */ at(Cd, { children: [
|
|
8624
8630
|
/* @__PURE__ */ k("p", { children: t }),
|
|
8625
8631
|
/* @__PURE__ */ at("label", { children: [
|
|
8626
8632
|
S,
|
|
@@ -8628,7 +8634,7 @@ const yc = (t) => wt`
|
|
|
8628
8634
|
n == null ? void 0 : n.toLocaleString()
|
|
8629
8635
|
] })
|
|
8630
8636
|
] })
|
|
8631
|
-
] }) }),
|
|
8637
|
+
] }) }), Ed = (t) => {
|
|
8632
8638
|
switch (t) {
|
|
8633
8639
|
case "active":
|
|
8634
8640
|
return "var(--ddk-component-status-indicator-fill-active)";
|
|
@@ -8643,7 +8649,7 @@ const yc = (t) => wt`
|
|
|
8643
8649
|
default:
|
|
8644
8650
|
return;
|
|
8645
8651
|
}
|
|
8646
|
-
},
|
|
8652
|
+
}, Id = (t) => {
|
|
8647
8653
|
switch (t) {
|
|
8648
8654
|
case "large":
|
|
8649
8655
|
return "var(--ddk-component-status-indicator-large)";
|
|
@@ -8652,19 +8658,19 @@ const yc = (t) => wt`
|
|
|
8652
8658
|
default:
|
|
8653
8659
|
return;
|
|
8654
8660
|
}
|
|
8655
|
-
},
|
|
8661
|
+
}, Au = ({
|
|
8656
8662
|
size: t = "large",
|
|
8657
8663
|
status: n = "pending"
|
|
8658
8664
|
}) => {
|
|
8659
|
-
const o =
|
|
8665
|
+
const o = Ed(n), c = Id(t);
|
|
8660
8666
|
return /* @__PURE__ */ k(
|
|
8661
|
-
|
|
8667
|
+
xi,
|
|
8662
8668
|
{
|
|
8663
8669
|
fill: o,
|
|
8664
8670
|
style: { height: c, width: c }
|
|
8665
8671
|
}
|
|
8666
8672
|
);
|
|
8667
|
-
},
|
|
8673
|
+
}, Od = _.div`
|
|
8668
8674
|
display: flex;
|
|
8669
8675
|
flex-direction: column;
|
|
8670
8676
|
gap: 8px;
|
|
@@ -8675,7 +8681,7 @@ const yc = (t) => wt`
|
|
|
8675
8681
|
font-size: var(--ddk-component-status-card-message-font-size);
|
|
8676
8682
|
margin: 0px;
|
|
8677
8683
|
}
|
|
8678
|
-
`,
|
|
8684
|
+
`, Td = _.div`
|
|
8679
8685
|
display: flex;
|
|
8680
8686
|
justify-content: space-between;
|
|
8681
8687
|
width: 100%;
|
|
@@ -8704,14 +8710,14 @@ const yc = (t) => wt`
|
|
|
8704
8710
|
display: inline-block;
|
|
8705
8711
|
height: 16px;
|
|
8706
8712
|
width: 16px;
|
|
8707
|
-
`,
|
|
8713
|
+
`, Ad = ({
|
|
8708
8714
|
leftLabel: t,
|
|
8709
8715
|
type: n
|
|
8710
|
-
}) => /* @__PURE__ */ k(
|
|
8716
|
+
}) => /* @__PURE__ */ k(Od, { children: /* @__PURE__ */ k(Td, { isFail: n, children: /* @__PURE__ */ at("h4", { children: [
|
|
8711
8717
|
n && /* @__PURE__ */ k(Bo, { isFail: n }),
|
|
8712
8718
|
!n && /* @__PURE__ */ k(Bo, { isFail: n }),
|
|
8713
8719
|
t
|
|
8714
|
-
] }) }) }),
|
|
8720
|
+
] }) }) }), Dd = _.div`
|
|
8715
8721
|
width: 300px;
|
|
8716
8722
|
background: var(--ddk-generic-color-grey-5, #f9f9f9);
|
|
8717
8723
|
box-shadow: 8px 0px 16px 0px rgba(0, 0, 0, 0.08),
|
|
@@ -8720,75 +8726,75 @@ const yc = (t) => wt`
|
|
|
8720
8726
|
display: flex;
|
|
8721
8727
|
flex-direction: column;
|
|
8722
8728
|
gap: 64px;
|
|
8723
|
-
`,
|
|
8729
|
+
`, _d = _.ul`
|
|
8724
8730
|
list-style-type: none;
|
|
8725
8731
|
padding: 0;
|
|
8726
|
-
`,
|
|
8732
|
+
`, Md = _.li`
|
|
8727
8733
|
margin-bottom: 40px;
|
|
8728
|
-
`,
|
|
8734
|
+
`, Rd = _.div`
|
|
8729
8735
|
padding-top: 32px;
|
|
8730
8736
|
display: flex;
|
|
8731
8737
|
flex-direction: row;
|
|
8732
8738
|
gap: 16px;
|
|
8733
|
-
`,
|
|
8739
|
+
`, $d = _.div`
|
|
8734
8740
|
color: var(--ddk-generic-color-grey-100, #171717);
|
|
8735
8741
|
font-size: 28px;
|
|
8736
8742
|
font-style: normal;
|
|
8737
8743
|
font-weight: 600;
|
|
8738
8744
|
line-height: 120%; /* 33.6px */
|
|
8739
8745
|
letter-spacing: 0.42px;
|
|
8740
|
-
`,
|
|
8741
|
-
/* @__PURE__ */ at(
|
|
8746
|
+
`, Du = ({ onClose: t, menuData: n }) => /* @__PURE__ */ at(Dd, { children: [
|
|
8747
|
+
/* @__PURE__ */ at(Rd, { children: [
|
|
8742
8748
|
/* @__PURE__ */ k(qo, { onPointerDown: t }),
|
|
8743
|
-
/* @__PURE__ */ k(
|
|
8749
|
+
/* @__PURE__ */ k($d, { children: "Setup" })
|
|
8744
8750
|
] }),
|
|
8745
|
-
/* @__PURE__ */ k(
|
|
8746
|
-
] }),
|
|
8751
|
+
/* @__PURE__ */ k(_d, { children: n.map((o, c) => /* @__PURE__ */ k(Md, { children: /* @__PURE__ */ k(Ad, { leftLabel: o.name, type: o.type }) }, c)) })
|
|
8752
|
+
] }), jd = wt`
|
|
8747
8753
|
border-right: 1px solid var(--ddk-component-sub-nav-border-color);
|
|
8748
8754
|
width: 200px;
|
|
8749
|
-
`,
|
|
8755
|
+
`, Nd = wt`
|
|
8750
8756
|
padding-top: var(--ddk-component-sub-nav-padding-medium);
|
|
8751
8757
|
padding: var(--ddk-component-top-navigation-padding);
|
|
8752
8758
|
display: flex;
|
|
8753
8759
|
flex-direction: column;
|
|
8754
8760
|
gap: var(--ddk-component-sub-nav-gap);
|
|
8755
|
-
`,
|
|
8761
|
+
`, zd = ({
|
|
8756
8762
|
buttons: t,
|
|
8757
8763
|
activeButtonId: n,
|
|
8758
8764
|
onPointerDown: o
|
|
8759
|
-
}) => /* @__PURE__ */ k("div", { css:
|
|
8760
|
-
|
|
8765
|
+
}) => /* @__PURE__ */ k("div", { css: jd, children: /* @__PURE__ */ k("div", { css: Nd, children: t.map((c) => /* @__PURE__ */ k(
|
|
8766
|
+
Ji,
|
|
8761
8767
|
{
|
|
8762
8768
|
active: n === c.id,
|
|
8763
8769
|
onPointerDown: () => o(c.id),
|
|
8764
8770
|
children: c.label
|
|
8765
8771
|
},
|
|
8766
8772
|
c.id
|
|
8767
|
-
)) }) }),
|
|
8773
|
+
)) }) }), Ld = wt`
|
|
8768
8774
|
display: flex;
|
|
8769
8775
|
height: 100%;
|
|
8770
8776
|
max-height: 100%;
|
|
8771
|
-
`,
|
|
8777
|
+
`, Bd = wt`
|
|
8772
8778
|
flex-grow: 1;
|
|
8773
8779
|
overflow: hidden;
|
|
8774
8780
|
overflow-y: scroll;
|
|
8775
|
-
`,
|
|
8781
|
+
`, Fd = wt`
|
|
8776
8782
|
padding: var(--ddk-component-sub-nav-container-padding-medium);
|
|
8777
|
-
`,
|
|
8783
|
+
`, _u = ({
|
|
8778
8784
|
children: t,
|
|
8779
8785
|
onPointerDown: n,
|
|
8780
8786
|
buttons: o,
|
|
8781
8787
|
activeButtonId: c
|
|
8782
|
-
}) => /* @__PURE__ */ at("div", { css:
|
|
8788
|
+
}) => /* @__PURE__ */ at("div", { css: Ld, children: [
|
|
8783
8789
|
/* @__PURE__ */ k(
|
|
8784
|
-
|
|
8790
|
+
zd,
|
|
8785
8791
|
{
|
|
8786
8792
|
onPointerDown: n,
|
|
8787
8793
|
activeButtonId: c,
|
|
8788
8794
|
buttons: o
|
|
8789
8795
|
}
|
|
8790
8796
|
),
|
|
8791
|
-
/* @__PURE__ */ k("div", { css:
|
|
8797
|
+
/* @__PURE__ */ k("div", { css: Bd, children: /* @__PURE__ */ k("div", { css: Fd, children: t }) })
|
|
8792
8798
|
] }), io = _.div`
|
|
8793
8799
|
align-items: center;
|
|
8794
8800
|
|
|
@@ -8849,14 +8855,14 @@ const yc = (t) => wt`
|
|
|
8849
8855
|
|
|
8850
8856
|
color: ${(t) => !t.disabled && "var(--ddk-component-switch-color-active)"};
|
|
8851
8857
|
}
|
|
8852
|
-
`,
|
|
8858
|
+
`, Vd = _(io)`
|
|
8853
8859
|
border-radius: var(--ddk-component-switch-border-radius) 0px 0px
|
|
8854
8860
|
var(--ddk-component-switch-border-radius);
|
|
8855
8861
|
|
|
8856
8862
|
border-right-width: ${(t) => t.active && "calc(var(--ddk-component-switch-padding-offset) * 2)"};
|
|
8857
8863
|
|
|
8858
8864
|
padding-right: ${(t) => t.active && "calc(var(--ddk-component-switch-padding) - var(--ddk-component-switch-padding-offset))"};
|
|
8859
|
-
`,
|
|
8865
|
+
`, Kd = _(io)`
|
|
8860
8866
|
border-radius: 0px;
|
|
8861
8867
|
|
|
8862
8868
|
border-left-width: ${(t) => t.active && "calc(var(--ddk-component-switch-padding-offset) * 2)"};
|
|
@@ -8865,14 +8871,14 @@ const yc = (t) => wt`
|
|
|
8865
8871
|
padding-left: ${(t) => t.active && "calc(var(--ddk-component-switch-padding) - var(--ddk-component-switch-padding-offset))"};
|
|
8866
8872
|
|
|
8867
8873
|
padding-right: ${(t) => t.active && "calc(var(--ddk-component-switch-padding) - var(--ddk-component-switch-padding-offset))"};
|
|
8868
|
-
`,
|
|
8874
|
+
`, Ud = _(io)`
|
|
8869
8875
|
border-radius: 0px var(--ddk-component-switch-border-radius)
|
|
8870
8876
|
var(--ddk-component-switch-border-radius) 0px;
|
|
8871
8877
|
|
|
8872
8878
|
border-left-width: ${(t) => t.active && "calc(var(--ddk-component-switch-padding-offset) * 2)"};
|
|
8873
8879
|
|
|
8874
8880
|
padding-left: ${(t) => t.active && "calc(var(--ddk-component-switch-padding) - var(--ddk-component-switch-padding-offset))"};
|
|
8875
|
-
`,
|
|
8881
|
+
`, Hd = _.div`
|
|
8876
8882
|
display: flex;
|
|
8877
8883
|
justify-content: center;
|
|
8878
8884
|
`, ao = ({ disabled: t, onChange: n, options: o, value: c }) => {
|
|
@@ -8883,8 +8889,8 @@ const yc = (t) => wt`
|
|
|
8883
8889
|
const S = (P) => {
|
|
8884
8890
|
t || P === h || (y(P), n == null || n(P));
|
|
8885
8891
|
};
|
|
8886
|
-
return /* @__PURE__ */ k(
|
|
8887
|
-
const M = $ === 0 ?
|
|
8892
|
+
return /* @__PURE__ */ k(Hd, { children: o.map(({ id: P, label: F }, $) => {
|
|
8893
|
+
const M = $ === 0 ? Vd : $ === o.length - 1 ? Ud : Kd;
|
|
8888
8894
|
return /* @__PURE__ */ k(
|
|
8889
8895
|
M,
|
|
8890
8896
|
{
|
|
@@ -8896,13 +8902,13 @@ const yc = (t) => wt`
|
|
|
8896
8902
|
P
|
|
8897
8903
|
);
|
|
8898
8904
|
}) });
|
|
8899
|
-
},
|
|
8905
|
+
}, Mu = ({ label: t, ...n }) => {
|
|
8900
8906
|
const { componentModeOverride: o } = It();
|
|
8901
8907
|
return /* @__PURE__ */ at(_t, { collapse: o === "compact", children: [
|
|
8902
8908
|
t,
|
|
8903
8909
|
/* @__PURE__ */ k(ao, { ...n })
|
|
8904
8910
|
] });
|
|
8905
|
-
},
|
|
8911
|
+
}, qd = _.div`
|
|
8906
8912
|
display: flex;
|
|
8907
8913
|
flex-direction: column;
|
|
8908
8914
|
padding: var(--ddk-component-picker-padding);
|
|
@@ -8910,7 +8916,7 @@ const yc = (t) => wt`
|
|
|
8910
8916
|
height: 100%;
|
|
8911
8917
|
`, Fo = (t, n) => t.find(
|
|
8912
8918
|
(o) => o.items.find((c) => c.id === n)
|
|
8913
|
-
),
|
|
8919
|
+
), Ru = ({
|
|
8914
8920
|
cancelButtonLabel: t,
|
|
8915
8921
|
closeButtonLabel: n,
|
|
8916
8922
|
collapse: o,
|
|
@@ -8975,7 +8981,7 @@ const yc = (t) => wt`
|
|
|
8975
8981
|
CloseButton: a === "compact" ? rn : void 0
|
|
8976
8982
|
}
|
|
8977
8983
|
),
|
|
8978
|
-
/* @__PURE__ */ at(
|
|
8984
|
+
/* @__PURE__ */ at(qd, { children: [
|
|
8979
8985
|
/* @__PURE__ */ at(ze, { children: [
|
|
8980
8986
|
/* @__PURE__ */ k(
|
|
8981
8987
|
ao,
|
|
@@ -9019,14 +9025,14 @@ const yc = (t) => wt`
|
|
|
9019
9025
|
] });
|
|
9020
9026
|
}, Yr = _.div`
|
|
9021
9027
|
border-bottom: var(--ddk-component-tab-list-border-bottom);
|
|
9022
|
-
`,
|
|
9028
|
+
`, Gd = _(Yr)`
|
|
9023
9029
|
background: var(--ddk-component-tab-list-background-color);
|
|
9024
9030
|
`, Xr = _.div`
|
|
9025
9031
|
display: flex;
|
|
9026
9032
|
gap: var(--ddk-component-tab-list-gap);
|
|
9027
|
-
`,
|
|
9033
|
+
`, Wd = _(Xr)`
|
|
9028
9034
|
padding: var(--ddk-component-tab-list-padding);
|
|
9029
|
-
`,
|
|
9035
|
+
`, Qd = _.div`
|
|
9030
9036
|
overflow-y: auto;
|
|
9031
9037
|
`, Jr = _.div`
|
|
9032
9038
|
cursor: pointer;
|
|
@@ -9040,11 +9046,11 @@ const yc = (t) => wt`
|
|
|
9040
9046
|
text-align: center;
|
|
9041
9047
|
text-overflow: ellipsis;
|
|
9042
9048
|
white-space: nowrap;
|
|
9043
|
-
`,
|
|
9049
|
+
`, Yd = _(Jr)`
|
|
9044
9050
|
color: var(--ddk-component-tab-color);
|
|
9045
9051
|
border-bottom: var(--ddk-component-tab-border-bottom-active);
|
|
9046
9052
|
font-weight: var(--ddk-component-tab-font-weight-active);
|
|
9047
|
-
`,
|
|
9053
|
+
`, Xd = ({
|
|
9048
9054
|
activeTab: t,
|
|
9049
9055
|
contain: n = !0,
|
|
9050
9056
|
tabs: o,
|
|
@@ -9067,8 +9073,8 @@ const yc = (t) => wt`
|
|
|
9067
9073
|
[o]
|
|
9068
9074
|
);
|
|
9069
9075
|
return /* @__PURE__ */ at(Qt, { children: [
|
|
9070
|
-
/* @__PURE__ */ k(h ?
|
|
9071
|
-
const s = y === Y.id ?
|
|
9076
|
+
/* @__PURE__ */ k(h ? Gd : Yr, { children: /* @__PURE__ */ k(me, { children: /* @__PURE__ */ k(n ? Wd : Xr, { children: o.map((Y) => {
|
|
9077
|
+
const s = y === Y.id ? Yd : Jr;
|
|
9072
9078
|
return /* @__PURE__ */ k(
|
|
9073
9079
|
s,
|
|
9074
9080
|
{
|
|
@@ -9078,10 +9084,10 @@ const yc = (t) => wt`
|
|
|
9078
9084
|
Y.id
|
|
9079
9085
|
);
|
|
9080
9086
|
}) }) }) }),
|
|
9081
|
-
/* @__PURE__ */ k(
|
|
9087
|
+
/* @__PURE__ */ k(Qd, { children: /* @__PURE__ */ k(me, { children: y && F[y] && /* @__PURE__ */ k("section", { children: F[y].content }) }) })
|
|
9082
9088
|
] });
|
|
9083
|
-
},
|
|
9084
|
-
const t = Wo(), [n] =
|
|
9089
|
+
}, Jd = () => {
|
|
9090
|
+
const t = Wo(), [n] = Ii();
|
|
9085
9091
|
return ne(
|
|
9086
9092
|
(c, h) => {
|
|
9087
9093
|
typeof c == "number" ? t(c) : t(
|
|
@@ -9095,13 +9101,13 @@ const yc = (t) => wt`
|
|
|
9095
9101
|
},
|
|
9096
9102
|
[t, n]
|
|
9097
9103
|
);
|
|
9098
|
-
},
|
|
9104
|
+
}, Zd = (t) => {
|
|
9099
9105
|
let n = t[0].toUpperCase();
|
|
9100
9106
|
for (let o = 1; o < t.length; o++)
|
|
9101
9107
|
t[o] === t[o].toUpperCase() && isNaN(parseInt(t[o])) ? n += t[o] : isNaN(parseInt(t[o])) || (n += t[o]);
|
|
9102
9108
|
return n;
|
|
9103
|
-
},
|
|
9104
|
-
const o =
|
|
9109
|
+
}, $u = (t, n) => Lt(() => n ? Zd(t) : t, [n, t]), ju = ({ baseRoute: t, tabs: n }) => {
|
|
9110
|
+
const o = Jd(), { id: c } = Oi(), [h, y] = gt(c);
|
|
9105
9111
|
Et(() => {
|
|
9106
9112
|
n.find((F) => F.id === c) ? y(c) : o(n[0].id);
|
|
9107
9113
|
}, [c, o, n]);
|
|
@@ -9111,8 +9117,8 @@ const yc = (t) => wt`
|
|
|
9111
9117
|
},
|
|
9112
9118
|
[t, o]
|
|
9113
9119
|
);
|
|
9114
|
-
return /* @__PURE__ */ k(
|
|
9115
|
-
},
|
|
9120
|
+
return /* @__PURE__ */ k(Xd, { tabs: n, activeTab: h, onChange: S });
|
|
9121
|
+
}, Nu = () => {
|
|
9116
9122
|
const [t, n] = gt(null);
|
|
9117
9123
|
return Et(() => {
|
|
9118
9124
|
const o = (c) => {
|
|
@@ -9146,13 +9152,13 @@ const yc = (t) => wt`
|
|
|
9146
9152
|
}
|
|
9147
9153
|
}
|
|
9148
9154
|
) });
|
|
9149
|
-
},
|
|
9155
|
+
}, tl = _.div`
|
|
9150
9156
|
display: flex;
|
|
9151
9157
|
flex-direction: column;
|
|
9152
9158
|
width: 100%;
|
|
9153
9159
|
align-items: center;
|
|
9154
9160
|
gap: 24px;
|
|
9155
|
-
`,
|
|
9161
|
+
`, zu = ({
|
|
9156
9162
|
closeButtonLabel: t,
|
|
9157
9163
|
onComplete: n,
|
|
9158
9164
|
heading: o,
|
|
@@ -9216,7 +9222,7 @@ const yc = (t) => wt`
|
|
|
9216
9222
|
onClose: () => e(!0)
|
|
9217
9223
|
}
|
|
9218
9224
|
),
|
|
9219
|
-
/* @__PURE__ */ at(
|
|
9225
|
+
/* @__PURE__ */ at(tl, { children: [
|
|
9220
9226
|
c && /* @__PURE__ */ k(ao, { ...y }),
|
|
9221
9227
|
/* @__PURE__ */ k(on, { value: S, isError: F })
|
|
9222
9228
|
] }),
|
|
@@ -9228,7 +9234,7 @@ const yc = (t) => wt`
|
|
|
9228
9234
|
]
|
|
9229
9235
|
}
|
|
9230
9236
|
);
|
|
9231
|
-
},
|
|
9237
|
+
}, Lu = ({
|
|
9232
9238
|
alwaysShowLabel: t = !1,
|
|
9233
9239
|
collapse: n,
|
|
9234
9240
|
float: o,
|
|
@@ -9260,24 +9266,24 @@ const yc = (t) => wt`
|
|
|
9260
9266
|
]
|
|
9261
9267
|
}
|
|
9262
9268
|
);
|
|
9263
|
-
},
|
|
9269
|
+
}, el = ({
|
|
9264
9270
|
children: t,
|
|
9265
9271
|
active: n = !1,
|
|
9266
9272
|
to: o
|
|
9267
9273
|
}) => {
|
|
9268
9274
|
const c = Wo();
|
|
9269
|
-
return /* @__PURE__ */ k(
|
|
9275
|
+
return /* @__PURE__ */ k(Wi, { active: n, onPointerDown: (y) => {
|
|
9270
9276
|
y.preventDefault(), c(o);
|
|
9271
9277
|
}, children: t });
|
|
9272
|
-
},
|
|
9278
|
+
}, nl = _.div`
|
|
9273
9279
|
display: flex;
|
|
9274
9280
|
gap: var(--ddk-component-navigation-button-list-gap);
|
|
9275
|
-
`,
|
|
9281
|
+
`, ol = ({
|
|
9276
9282
|
items: t
|
|
9277
9283
|
}) => {
|
|
9278
|
-
const { pathname: n } =
|
|
9279
|
-
return /* @__PURE__ */ k(
|
|
9280
|
-
|
|
9284
|
+
const { pathname: n } = Ti();
|
|
9285
|
+
return /* @__PURE__ */ k(nl, { children: t.map((o, c) => /* @__PURE__ */ k(
|
|
9286
|
+
el,
|
|
9281
9287
|
{
|
|
9282
9288
|
active: typeof o.to == "string" && n.includes(o.to),
|
|
9283
9289
|
to: o.to,
|
|
@@ -9285,52 +9291,52 @@ const yc = (t) => wt`
|
|
|
9285
9291
|
},
|
|
9286
9292
|
c
|
|
9287
9293
|
)) });
|
|
9288
|
-
},
|
|
9294
|
+
}, rl = _(be)`
|
|
9289
9295
|
color: var(--ddk-component-top-navigation-color);
|
|
9290
|
-
`,
|
|
9296
|
+
`, il = _.div`
|
|
9291
9297
|
color: var(--ddk-generic-color-grey-5);
|
|
9292
9298
|
font-size: var(--ddk-component-navigation-icon-button-font-size);
|
|
9293
|
-
`,
|
|
9299
|
+
`, al = ({
|
|
9294
9300
|
icon: t,
|
|
9295
9301
|
label: n,
|
|
9296
9302
|
size: o,
|
|
9297
9303
|
...c
|
|
9298
|
-
}) => /* @__PURE__ */ k(
|
|
9304
|
+
}) => /* @__PURE__ */ k(rl, { size: o, icon: t, ...c, children: /* @__PURE__ */ k(il, { children: n }) }), sl = _.div`
|
|
9299
9305
|
display: flex;
|
|
9300
9306
|
gap: var(--ddk-generic-padding-large);
|
|
9301
|
-
`,
|
|
9307
|
+
`, cl = ({
|
|
9302
9308
|
items: t
|
|
9303
|
-
}) => /* @__PURE__ */ k(
|
|
9304
|
-
|
|
9309
|
+
}) => /* @__PURE__ */ k(sl, { children: t.map(({ icon: n, label: o }, c) => /* @__PURE__ */ k(
|
|
9310
|
+
al,
|
|
9305
9311
|
{
|
|
9306
9312
|
icon: n,
|
|
9307
9313
|
label: o,
|
|
9308
9314
|
size: "small"
|
|
9309
9315
|
},
|
|
9310
9316
|
c
|
|
9311
|
-
)) }),
|
|
9317
|
+
)) }), dl = _.div`
|
|
9312
9318
|
background-color: var(--ddk-component-top-navigation-background-color);
|
|
9313
9319
|
color: var(--ddk-component-top-navigation-color);
|
|
9314
|
-
`,
|
|
9320
|
+
`, ll = _.div`
|
|
9315
9321
|
padding: var(--ddk-component-top-navigation-padding);
|
|
9316
9322
|
display: flex;
|
|
9317
9323
|
justify-content: space-between;
|
|
9318
9324
|
align-items: center;
|
|
9319
|
-
`,
|
|
9325
|
+
`, Bu = ({
|
|
9320
9326
|
iconNavigationItems: t,
|
|
9321
9327
|
navigationItems: n
|
|
9322
|
-
}) => /* @__PURE__ */ k(
|
|
9323
|
-
/* @__PURE__ */ k(
|
|
9324
|
-
/* @__PURE__ */ k(
|
|
9328
|
+
}) => /* @__PURE__ */ k(dl, { children: /* @__PURE__ */ k(me, { children: /* @__PURE__ */ at(ll, { children: [
|
|
9329
|
+
/* @__PURE__ */ k(ol, { items: n }),
|
|
9330
|
+
/* @__PURE__ */ k(cl, { items: t })
|
|
9325
9331
|
] }) }) }), Vo = wt`
|
|
9326
9332
|
display: flex;
|
|
9327
9333
|
flex-direction: column;
|
|
9328
9334
|
gap: var(--ddk-component-view-gap);
|
|
9329
9335
|
padding: var(--ddk-component-view-padding);
|
|
9330
|
-
`,
|
|
9336
|
+
`, Fu = ({ children: t, contain: n = !0, style: o }) => n ? /* @__PURE__ */ k(me, { children: /* @__PURE__ */ k("div", { css: [Vo, o], children: t }) }) : /* @__PURE__ */ k("div", { css: [Vo, o], children: t }), ul = () => {
|
|
9331
9337
|
const { t } = oe("common");
|
|
9332
9338
|
return t("close");
|
|
9333
|
-
},
|
|
9339
|
+
}, Vu = ({
|
|
9334
9340
|
children: t,
|
|
9335
9341
|
fill: n,
|
|
9336
9342
|
label: o,
|
|
@@ -9342,179 +9348,180 @@ const yc = (t) => wt`
|
|
|
9342
9348
|
icon: n ? wn : wn,
|
|
9343
9349
|
size: c,
|
|
9344
9350
|
...h,
|
|
9345
|
-
children: o ?? /* @__PURE__ */ k(
|
|
9351
|
+
children: o ?? /* @__PURE__ */ k(ul, {})
|
|
9346
9352
|
}
|
|
9347
9353
|
);
|
|
9348
9354
|
export {
|
|
9349
|
-
|
|
9355
|
+
tu as ActionCard,
|
|
9350
9356
|
xn as ActionItem,
|
|
9351
9357
|
en as ActionItemButton,
|
|
9352
9358
|
lo as ActionItemButtonStyles,
|
|
9353
|
-
|
|
9359
|
+
ru as AgitatorDashboardCard,
|
|
9354
9360
|
Mo as AvailableText,
|
|
9355
|
-
|
|
9356
|
-
|
|
9357
|
-
|
|
9358
|
-
|
|
9359
|
-
|
|
9361
|
+
na as BackButton,
|
|
9362
|
+
zl as Body2,
|
|
9363
|
+
Gl as BodyContent,
|
|
9364
|
+
zi as BodyLarge,
|
|
9365
|
+
Li as BodyLargeInformation,
|
|
9360
9366
|
jn as BodyMedium,
|
|
9361
|
-
|
|
9367
|
+
Bl as BodyMediumInformation,
|
|
9362
9368
|
Jo as BodySmall,
|
|
9363
|
-
|
|
9369
|
+
Ni as BodySmallInformation,
|
|
9364
9370
|
$t as Button,
|
|
9365
9371
|
Bn as CancelProceedFooter,
|
|
9366
9372
|
_t as Card,
|
|
9367
|
-
|
|
9368
|
-
|
|
9369
|
-
|
|
9370
|
-
|
|
9371
|
-
|
|
9372
|
-
|
|
9373
|
-
|
|
9374
|
-
|
|
9373
|
+
zs as CardAvatar,
|
|
9374
|
+
Bs as CardBody,
|
|
9375
|
+
Ri as CardButton,
|
|
9376
|
+
eu as CardButtonGrid,
|
|
9377
|
+
ou as CardErrors,
|
|
9378
|
+
Fs as CardFooter,
|
|
9379
|
+
Vs as CardNav,
|
|
9380
|
+
Ls as CardTitle,
|
|
9375
9381
|
or as CloseButton,
|
|
9376
9382
|
rn as CompactCloseButton,
|
|
9377
9383
|
Yo as ComponentConfigurationContext,
|
|
9378
|
-
|
|
9379
|
-
|
|
9380
|
-
|
|
9384
|
+
Sl as ComponentConfigurationProvider,
|
|
9385
|
+
nu as ConfirmationModal,
|
|
9386
|
+
nu as ConfirmationModalContainer,
|
|
9381
9387
|
me as Container,
|
|
9382
9388
|
ze as Content,
|
|
9383
|
-
|
|
9389
|
+
Ns as DashboardCardContainer,
|
|
9384
9390
|
Ln as Description,
|
|
9385
9391
|
Fr as Dial,
|
|
9386
9392
|
oo as Dropdown,
|
|
9387
|
-
|
|
9388
|
-
|
|
9393
|
+
Zi as Error,
|
|
9394
|
+
gu as ErrorInputCard,
|
|
9389
9395
|
Zo as ErrorText,
|
|
9390
|
-
|
|
9396
|
+
au as FailureCard,
|
|
9391
9397
|
an as Footer,
|
|
9392
|
-
|
|
9393
|
-
|
|
9394
|
-
|
|
9395
|
-
|
|
9396
|
-
|
|
9397
|
-
|
|
9398
|
-
|
|
9398
|
+
su as FrameBody,
|
|
9399
|
+
cu as FrameContainer,
|
|
9400
|
+
uu as FuelGauge,
|
|
9401
|
+
pu as FullScreenHeader,
|
|
9402
|
+
fu as FullScreenModal,
|
|
9403
|
+
Il as GreenTickIconStyle,
|
|
9404
|
+
hu as Grid,
|
|
9399
9405
|
de as Header,
|
|
9400
|
-
|
|
9401
|
-
|
|
9402
|
-
|
|
9406
|
+
Ml as Heading,
|
|
9407
|
+
Bi as HeadingLarge,
|
|
9408
|
+
Fl as HeadingLargeInformation,
|
|
9403
9409
|
tr as HeadingMedium,
|
|
9404
|
-
|
|
9405
|
-
|
|
9410
|
+
Fi as HeadingMediumInformation,
|
|
9411
|
+
iu as HolderDashboardCard,
|
|
9406
9412
|
be as IconButton,
|
|
9407
|
-
|
|
9408
|
-
|
|
9409
|
-
|
|
9410
|
-
|
|
9411
|
-
|
|
9413
|
+
mu as InfoCard,
|
|
9414
|
+
mu as InfoCardContainer,
|
|
9415
|
+
ji as InfoCardHead,
|
|
9416
|
+
Dl as InfoContainer,
|
|
9417
|
+
nc as InfoTable,
|
|
9418
|
+
Ol as InformationIconStyle,
|
|
9412
9419
|
on as Input,
|
|
9413
|
-
|
|
9414
|
-
|
|
9415
|
-
|
|
9416
|
-
|
|
9417
|
-
|
|
9418
|
-
|
|
9420
|
+
Ac as InputCard,
|
|
9421
|
+
Ac as InputCardContainer,
|
|
9422
|
+
vu as InputRangeCard,
|
|
9423
|
+
vu as InputRangeCardContainer,
|
|
9424
|
+
bu as InputTypePassword,
|
|
9425
|
+
Ul as InstructionCard,
|
|
9419
9426
|
ro as Keyboard,
|
|
9420
9427
|
nn as Label,
|
|
9421
|
-
|
|
9422
|
-
|
|
9428
|
+
Vl as LabelDate,
|
|
9429
|
+
Ki as LabelDateInformation,
|
|
9423
9430
|
Nn as LabelExtraSmall,
|
|
9424
|
-
|
|
9425
|
-
|
|
9426
|
-
|
|
9427
|
-
|
|
9428
|
-
|
|
9429
|
-
|
|
9430
|
-
|
|
9431
|
+
Ui as LabelInformation,
|
|
9432
|
+
Kl as LabelInformationExtraSmall,
|
|
9433
|
+
Hi as LabelInformationSmall,
|
|
9434
|
+
Vi as LabelSmall,
|
|
9435
|
+
_l as LargeText,
|
|
9436
|
+
Hl as ListContainer,
|
|
9437
|
+
sa as MenuButton,
|
|
9431
9438
|
le as Modal,
|
|
9432
|
-
|
|
9433
|
-
|
|
9434
|
-
|
|
9435
|
-
|
|
9436
|
-
|
|
9437
|
-
|
|
9438
|
-
|
|
9439
|
-
|
|
9439
|
+
Rc as MultiDial,
|
|
9440
|
+
jc as MultiPicker,
|
|
9441
|
+
yu as MultiPickerCard,
|
|
9442
|
+
Wi as NavigationButton,
|
|
9443
|
+
ql as NoDataSummary,
|
|
9444
|
+
ku as NotificationCard,
|
|
9445
|
+
ku as NotificationCardContainer,
|
|
9446
|
+
wu as Numpad,
|
|
9440
9447
|
Gr as Picker,
|
|
9441
|
-
|
|
9448
|
+
xu as PickerCard,
|
|
9442
9449
|
qr as PickerItemRenderer,
|
|
9443
|
-
|
|
9444
|
-
|
|
9445
|
-
|
|
9446
|
-
|
|
9447
|
-
|
|
9450
|
+
Su as PlaceholderMessage,
|
|
9451
|
+
Qc as Portal,
|
|
9452
|
+
Cu as ProgressBar,
|
|
9453
|
+
Cu as ProgressBarContainer,
|
|
9454
|
+
td as ProgressBarSubTitle,
|
|
9448
9455
|
Wr as ProgressBarTitle,
|
|
9449
|
-
|
|
9450
|
-
|
|
9451
|
-
|
|
9452
|
-
|
|
9453
|
-
|
|
9454
|
-
|
|
9455
|
-
|
|
9456
|
-
|
|
9457
|
-
|
|
9458
|
-
|
|
9459
|
-
|
|
9460
|
-
|
|
9461
|
-
|
|
9462
|
-
|
|
9463
|
-
|
|
9464
|
-
|
|
9465
|
-
|
|
9466
|
-
|
|
9467
|
-
|
|
9468
|
-
|
|
9469
|
-
|
|
9470
|
-
|
|
9471
|
-
|
|
9472
|
-
|
|
9473
|
-
|
|
9474
|
-
|
|
9475
|
-
|
|
9476
|
-
|
|
9456
|
+
nd as ProgressFill,
|
|
9457
|
+
ed as ProgressFillContainer,
|
|
9458
|
+
Tl as QuestionIconStyle,
|
|
9459
|
+
Pu as RadioCard,
|
|
9460
|
+
Eu as ScheduleTable,
|
|
9461
|
+
hd as ScheduleTableDiv,
|
|
9462
|
+
Nl as SettingsSubheading,
|
|
9463
|
+
Ql as ShowMoreSubtext,
|
|
9464
|
+
Wl as ShowMoreText,
|
|
9465
|
+
Iu as Sidebar,
|
|
9466
|
+
bd as SidebarCloseButton,
|
|
9467
|
+
Yi as SidebarContent,
|
|
9468
|
+
Xi as SidebarHeader,
|
|
9469
|
+
Qi as SidebarNav,
|
|
9470
|
+
Ll as SmallText,
|
|
9471
|
+
Ou as StaticInputCard,
|
|
9472
|
+
Jc as StatusBar,
|
|
9473
|
+
Tu as StatusCard,
|
|
9474
|
+
Pd as StatusDots,
|
|
9475
|
+
Au as StatusIndicator,
|
|
9476
|
+
Ad as StepsIndicatorLabel,
|
|
9477
|
+
Du as StepsSideNav,
|
|
9478
|
+
Gi as StyledInput,
|
|
9479
|
+
zd as SubNav,
|
|
9480
|
+
Ji as SubNavButton,
|
|
9481
|
+
_u as SubNavContainer,
|
|
9482
|
+
Rl as Subheading,
|
|
9483
|
+
Yl as SummaryHolderCardText,
|
|
9477
9484
|
ao as Switch,
|
|
9478
|
-
|
|
9479
|
-
|
|
9480
|
-
|
|
9481
|
-
|
|
9482
|
-
|
|
9483
|
-
|
|
9484
|
-
|
|
9485
|
-
|
|
9486
|
-
|
|
9485
|
+
Mu as SwitchCard,
|
|
9486
|
+
Ru as SwitchPickerCard,
|
|
9487
|
+
Jl as TabContainer,
|
|
9488
|
+
ju as TabRouter,
|
|
9489
|
+
Xl as TabViewLayout,
|
|
9490
|
+
ec as Table,
|
|
9491
|
+
Xd as Tabs,
|
|
9492
|
+
Zl as TapAndHoldButton,
|
|
9493
|
+
Nu as TapEventViewer,
|
|
9487
9494
|
zn as Text,
|
|
9488
9495
|
er as TextContainer,
|
|
9489
|
-
|
|
9496
|
+
zu as TimeInputModal,
|
|
9490
9497
|
Qr as Toggle,
|
|
9491
|
-
|
|
9492
|
-
|
|
9493
|
-
|
|
9494
|
-
|
|
9495
|
-
|
|
9496
|
-
|
|
9497
|
-
|
|
9498
|
-
|
|
9499
|
-
|
|
9498
|
+
Lu as ToggleCard,
|
|
9499
|
+
ud as ToggleLabel,
|
|
9500
|
+
ld as ToggleThumb,
|
|
9501
|
+
dd as ToggleTrack,
|
|
9502
|
+
Bu as TopNavigation,
|
|
9503
|
+
el as TopNavigationButton,
|
|
9504
|
+
ol as TopNavigationButtonList,
|
|
9505
|
+
al as TopNavigationIconButton,
|
|
9506
|
+
cl as TopNavigationIconButtonList,
|
|
9500
9507
|
Ro as UnavailableText,
|
|
9501
|
-
|
|
9502
|
-
|
|
9503
|
-
|
|
9504
|
-
|
|
9505
|
-
|
|
9506
|
-
|
|
9507
|
-
|
|
9508
|
-
|
|
9509
|
-
|
|
9508
|
+
Al as UsbIconStyle,
|
|
9509
|
+
$l as UtilityModalHeading,
|
|
9510
|
+
jl as UtilityModalSubHeading,
|
|
9511
|
+
Fu as View,
|
|
9512
|
+
Vu as VolumeBackButton,
|
|
9513
|
+
Rs as WorkflowModal,
|
|
9514
|
+
Zd as abbreviate,
|
|
9515
|
+
du as formatBytes,
|
|
9516
|
+
Ed as getFill,
|
|
9510
9517
|
Kr as getFillColor,
|
|
9511
|
-
|
|
9512
|
-
|
|
9513
|
-
|
|
9518
|
+
Zs as getItemData,
|
|
9519
|
+
Id as getSize,
|
|
9520
|
+
$u as useAbbreviation,
|
|
9514
9521
|
It as useComponentConfigurationContext,
|
|
9515
|
-
|
|
9516
|
-
|
|
9517
|
-
|
|
9518
|
-
|
|
9519
|
-
|
|
9522
|
+
Cl as useExperience,
|
|
9523
|
+
lu as useKeyboardToggle,
|
|
9524
|
+
Jd as useNavigate,
|
|
9525
|
+
El as useViewExperience,
|
|
9526
|
+
Pl as useViewExperienceListMap
|
|
9520
9527
|
};
|