stratosphere-ui 2.2.3 → 2.2.4
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/dist/src/common/constants.d.ts +1 -0
- package/dist/stratosphere-ui.js +223 -225
- package/package.json +1 -1
|
@@ -1,3 +1,4 @@
|
|
|
1
1
|
export declare const COLORS: readonly ["base-100", "base-200", "base-300", "base-content", "primary", "primary-content", "secondary", "secondary-content", "accent", "accent-content", "neutral", "neutral-content", "info", "info-content", "success", "success-content", "warning", "warning-content", "error", "error-content"];
|
|
2
|
+
export declare const HIDE_SCROLLBAR_CLASSNAME = "[-ms-overflow-style:none] [scrollbar-width:none] [&::-webkit-scrollbar]:hidden";
|
|
2
3
|
export declare const DIGIT_REGEX: RegExp;
|
|
3
4
|
export declare const SECURITY_CODE_REGEX: RegExp;
|
package/dist/stratosphere-ui.js
CHANGED
|
@@ -4342,7 +4342,7 @@ var Q = fC.exports, mD = { exports: {} };
|
|
|
4342
4342
|
})();
|
|
4343
4343
|
})(mD);
|
|
4344
4344
|
var wP = mD.exports;
|
|
4345
|
-
const st = /* @__PURE__ */ AC(wP),
|
|
4345
|
+
const st = /* @__PURE__ */ AC(wP), fH = [
|
|
4346
4346
|
"neutral",
|
|
4347
4347
|
"primary",
|
|
4348
4348
|
"secondary",
|
|
@@ -4352,7 +4352,7 @@ const st = /* @__PURE__ */ AC(wP), cH = [
|
|
|
4352
4352
|
"warning",
|
|
4353
4353
|
"error",
|
|
4354
4354
|
"ghost"
|
|
4355
|
-
],
|
|
4355
|
+
], dH = ["circle", "square"], pH = ["xl", "lg", "md", "sm", "xs"], Cu = Gc(
|
|
4356
4356
|
({
|
|
4357
4357
|
active: n,
|
|
4358
4358
|
as: u,
|
|
@@ -4434,7 +4434,7 @@ const st = /* @__PURE__ */ AC(wP), cH = [
|
|
|
4434
4434
|
}
|
|
4435
4435
|
);
|
|
4436
4436
|
Cu.displayName = "Button";
|
|
4437
|
-
const
|
|
4437
|
+
const vH = ["info", "success", "warning", "error"], bP = ({
|
|
4438
4438
|
actionButtons: n,
|
|
4439
4439
|
className: u,
|
|
4440
4440
|
color: l,
|
|
@@ -4493,7 +4493,7 @@ const pH = ["info", "success", "warning", "error"], bP = ({
|
|
|
4493
4493
|
},
|
|
4494
4494
|
dismissAlertMessage: () => {
|
|
4495
4495
|
}
|
|
4496
|
-
}, yD = cr(gD), CP = () => Ln(yD),
|
|
4496
|
+
}, yD = cr(gD), CP = () => Ln(yD), hH = ({
|
|
4497
4497
|
children: n,
|
|
4498
4498
|
initialData: u
|
|
4499
4499
|
}) => {
|
|
@@ -4668,7 +4668,7 @@ const pH = ["info", "success", "warning", "error"], bP = ({
|
|
|
4668
4668
|
}
|
|
4669
4669
|
)
|
|
4670
4670
|
}
|
|
4671
|
-
),
|
|
4671
|
+
), mH = (n) => /* @__PURE__ */ Q.jsx(
|
|
4672
4672
|
"svg",
|
|
4673
4673
|
{
|
|
4674
4674
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4775,7 +4775,7 @@ const pH = ["info", "success", "warning", "error"], bP = ({
|
|
|
4775
4775
|
success: IP,
|
|
4776
4776
|
warning: kP,
|
|
4777
4777
|
error: DP
|
|
4778
|
-
},
|
|
4778
|
+
}, gH = ({
|
|
4779
4779
|
alertClassName: n,
|
|
4780
4780
|
maxMessages: u
|
|
4781
4781
|
}) => {
|
|
@@ -4796,7 +4796,7 @@ const pH = ["info", "success", "warning", "error"], bP = ({
|
|
|
4796
4796
|
`error_message_${p}`
|
|
4797
4797
|
);
|
|
4798
4798
|
}) });
|
|
4799
|
-
},
|
|
4799
|
+
}, yH = ["sm", "md", "lg", "xl"], zP = {
|
|
4800
4800
|
sm: "w-8",
|
|
4801
4801
|
md: "w-16",
|
|
4802
4802
|
lg: "w-20",
|
|
@@ -4840,7 +4840,7 @@ const pH = ["info", "success", "warning", "error"], bP = ({
|
|
|
4840
4840
|
}
|
|
4841
4841
|
)
|
|
4842
4842
|
}
|
|
4843
|
-
),
|
|
4843
|
+
), SH = ({
|
|
4844
4844
|
children: n,
|
|
4845
4845
|
className: u,
|
|
4846
4846
|
countSize: l,
|
|
@@ -4858,7 +4858,7 @@ const pH = ["info", "success", "warning", "error"], bP = ({
|
|
|
4858
4858
|
s ? /* @__PURE__ */ Q.jsx(UP, { size: l ?? "md", placeholderText: `+${s}` }) : null
|
|
4859
4859
|
]
|
|
4860
4860
|
}
|
|
4861
|
-
),
|
|
4861
|
+
), xH = [
|
|
4862
4862
|
"primary",
|
|
4863
4863
|
"secondary",
|
|
4864
4864
|
"accent",
|
|
@@ -4868,7 +4868,7 @@ const pH = ["info", "success", "warning", "error"], bP = ({
|
|
|
4868
4868
|
"warning",
|
|
4869
4869
|
"error",
|
|
4870
4870
|
"ghost"
|
|
4871
|
-
],
|
|
4871
|
+
], EH = ["xl", "lg", "md", "sm", "xs"], HP = ({
|
|
4872
4872
|
children: n,
|
|
4873
4873
|
className: u,
|
|
4874
4874
|
color: l,
|
|
@@ -4918,7 +4918,7 @@ const pH = ["info", "success", "warning", "error"], bP = ({
|
|
|
4918
4918
|
) : null
|
|
4919
4919
|
]
|
|
4920
4920
|
}
|
|
4921
|
-
),
|
|
4921
|
+
), wH = ({
|
|
4922
4922
|
className: n,
|
|
4923
4923
|
items: u,
|
|
4924
4924
|
...l
|
|
@@ -4945,7 +4945,7 @@ const pH = ["info", "success", "warning", "error"], bP = ({
|
|
|
4945
4945
|
}
|
|
4946
4946
|
) : /* @__PURE__ */ Q.jsx("span", { className: "inline-flex items-center gap-2", children: T }) }, x);
|
|
4947
4947
|
}
|
|
4948
|
-
) }) }),
|
|
4948
|
+
) }) }), bH = ({
|
|
4949
4949
|
browserUrl: n,
|
|
4950
4950
|
children: u,
|
|
4951
4951
|
className: l,
|
|
@@ -18338,10 +18338,10 @@ Incoming: %s`, je, "[" + t.join(", ") + "]", "[" + e.join(", ") + "]");
|
|
|
18338
18338
|
}
|
|
18339
18339
|
return [D, S];
|
|
18340
18340
|
}
|
|
18341
|
-
function iH(e, t, a) {
|
|
18342
|
-
}
|
|
18343
18341
|
function lH(e, t, a) {
|
|
18344
18342
|
}
|
|
18343
|
+
function aH(e, t, a) {
|
|
18344
|
+
}
|
|
18345
18345
|
function uw(e, t, a) {
|
|
18346
18346
|
var c = Fr, v = qf(), S, b = Ya();
|
|
18347
18347
|
if (b) {
|
|
@@ -29478,7 +29478,7 @@ function zz(n, u) {
|
|
|
29478
29478
|
return !G && ((p = T.unmount) == null || p) && !((m = T.static) != null && m) ? Le.createElement(od, { "aria-hidden": "true", ...de }) : J({ ourProps: de, theirProps: T, slot: re, defaultTag: kz, features: $z, visible: G, name: "Tabs.Panel" });
|
|
29479
29479
|
}
|
|
29480
29480
|
let Uz = dn(Pz), nL = dn(Mz), rL = dn(Az), iL = dn(Iz), Hz = dn(zz), lL = Object.assign(Uz, { Group: nL, List: rL, Panels: iL, Panel: Hz });
|
|
29481
|
-
const
|
|
29481
|
+
const RH = ["xs", "sm", "md", "lg", "xl"], TH = ["horizontal", "vertical"], Jx = Gc(
|
|
29482
29482
|
({ className: n, layout: u, size: l, ...s }, p) => /* @__PURE__ */ Q.jsx(
|
|
29483
29483
|
"ul",
|
|
29484
29484
|
{
|
|
@@ -29557,7 +29557,7 @@ const aL = Gc(
|
|
|
29557
29557
|
] })
|
|
29558
29558
|
);
|
|
29559
29559
|
aL.displayName = "DropdownMenu";
|
|
29560
|
-
const
|
|
29560
|
+
const OH = ["top", "bottom", "left", "right"], DH = [
|
|
29561
29561
|
"neutral",
|
|
29562
29562
|
"primary",
|
|
29563
29563
|
"secondary",
|
|
@@ -29586,7 +29586,7 @@ const TH = ["top", "bottom", "left", "right"], OH = [
|
|
|
29586
29586
|
"data-tip": p,
|
|
29587
29587
|
...m
|
|
29588
29588
|
}
|
|
29589
|
-
),
|
|
29589
|
+
), MH = ({
|
|
29590
29590
|
className: n,
|
|
29591
29591
|
...u
|
|
29592
29592
|
}) => /* @__PURE__ */ Q.jsx("div", { className: st("tooltip-content", n), ...u }), Bz = {
|
|
@@ -29599,7 +29599,7 @@ const TH = ["top", "bottom", "left", "right"], OH = [
|
|
|
29599
29599
|
md: "md:hidden",
|
|
29600
29600
|
lg: "lg:hidden",
|
|
29601
29601
|
xl: "xl:hidden"
|
|
29602
|
-
},
|
|
29602
|
+
}, LH = ({
|
|
29603
29603
|
buttonOptions: n,
|
|
29604
29604
|
collapseAt: u,
|
|
29605
29605
|
dropdownMenuProps: {
|
|
@@ -29680,7 +29680,7 @@ const TH = ["top", "bottom", "left", "right"], OH = [
|
|
|
29680
29680
|
}
|
|
29681
29681
|
)
|
|
29682
29682
|
] });
|
|
29683
|
-
},
|
|
29683
|
+
}, AH = ["xs", "sm", "md", "lg", "xl"], Gz = ({
|
|
29684
29684
|
border: n,
|
|
29685
29685
|
className: u,
|
|
29686
29686
|
dash: l,
|
|
@@ -29703,13 +29703,13 @@ const TH = ["top", "bottom", "left", "right"], OH = [
|
|
|
29703
29703
|
),
|
|
29704
29704
|
...h
|
|
29705
29705
|
}
|
|
29706
|
-
),
|
|
29706
|
+
), FH = ({ className: n, ...u }) => /* @__PURE__ */ Q.jsx(
|
|
29707
29707
|
"div",
|
|
29708
29708
|
{
|
|
29709
29709
|
className: st("card-actions justify-end", n),
|
|
29710
29710
|
...u
|
|
29711
29711
|
}
|
|
29712
|
-
),
|
|
29712
|
+
), PH = ({ className: n, ...u }) => /* @__PURE__ */ Q.jsx("div", { className: st("card-body", n), ...u }), NH = ({ className: n, ...u }) => /* @__PURE__ */ Q.jsx("h2", { className: st("card-title", n), ...u }), Wz = Gc(
|
|
29713
29713
|
({
|
|
29714
29714
|
buttonProps: {
|
|
29715
29715
|
children: n,
|
|
@@ -29762,7 +29762,7 @@ const TH = ["top", "bottom", "left", "right"], OH = [
|
|
|
29762
29762
|
)
|
|
29763
29763
|
);
|
|
29764
29764
|
Wz.displayName = "Disclosure";
|
|
29765
|
-
const
|
|
29765
|
+
const IH = ({
|
|
29766
29766
|
children: n,
|
|
29767
29767
|
formRef: u,
|
|
29768
29768
|
methods: l,
|
|
@@ -29792,7 +29792,7 @@ const NH = ({
|
|
|
29792
29792
|
fieldState: { error: l, isDirty: s }
|
|
29793
29793
|
} = sd({ name: n });
|
|
29794
29794
|
return l !== void 0 ? "error" : u && s ? "success" : null;
|
|
29795
|
-
},
|
|
29795
|
+
}, kH = () => {
|
|
29796
29796
|
const { getValues: n } = cd();
|
|
29797
29797
|
return {
|
|
29798
29798
|
...dD(),
|
|
@@ -30895,7 +30895,7 @@ _x.exports;
|
|
|
30895
30895
|
n.exports = zi;
|
|
30896
30896
|
})(_x, _x.exports);
|
|
30897
30897
|
var Qz = _x.exports;
|
|
30898
|
-
const Xz = /* @__PURE__ */ AC(Qz),
|
|
30898
|
+
const Xz = /* @__PURE__ */ AC(Qz), $H = ({
|
|
30899
30899
|
getDefaultValues: n,
|
|
30900
30900
|
getSearchParams: u,
|
|
30901
30901
|
includeKeys: l,
|
|
@@ -30986,7 +30986,7 @@ const Xz = /* @__PURE__ */ AC(Qz), kH = ({
|
|
|
30986
30986
|
)
|
|
30987
30987
|
);
|
|
30988
30988
|
Wc.displayName = "FormLabelText";
|
|
30989
|
-
const
|
|
30989
|
+
const zH = [
|
|
30990
30990
|
"neutral",
|
|
30991
30991
|
"primary",
|
|
30992
30992
|
"secondary",
|
|
@@ -30995,7 +30995,7 @@ const $H = [
|
|
|
30995
30995
|
"warning",
|
|
30996
30996
|
"info",
|
|
30997
30997
|
"error"
|
|
30998
|
-
],
|
|
30998
|
+
], UH = ["xl", "lg", "md", "sm", "xs"], HH = ({
|
|
30999
30999
|
children: n,
|
|
31000
31000
|
className: u,
|
|
31001
31001
|
color: l,
|
|
@@ -31044,7 +31044,7 @@ const $H = [
|
|
|
31044
31044
|
)
|
|
31045
31045
|
);
|
|
31046
31046
|
Mg.displayName = "FormError";
|
|
31047
|
-
const
|
|
31047
|
+
const jH = [
|
|
31048
31048
|
"ghost",
|
|
31049
31049
|
"neutral",
|
|
31050
31050
|
"primary",
|
|
@@ -31054,7 +31054,7 @@ const HH = [
|
|
|
31054
31054
|
"success",
|
|
31055
31055
|
"warning",
|
|
31056
31056
|
"error"
|
|
31057
|
-
],
|
|
31057
|
+
], BH = ["xl", "lg", "md", "sm", "xs"], Dh = ({
|
|
31058
31058
|
bordered: n,
|
|
31059
31059
|
className: u,
|
|
31060
31060
|
color: l,
|
|
@@ -31114,7 +31114,7 @@ const HH = [
|
|
|
31114
31114
|
] }),
|
|
31115
31115
|
h !== !0 && (G == null ? void 0 : G.message) !== void 0 ? /* @__PURE__ */ Q.jsx(Mg, { children: G.message }) : null
|
|
31116
31116
|
] });
|
|
31117
|
-
},
|
|
31117
|
+
}, VH = [
|
|
31118
31118
|
"ghost",
|
|
31119
31119
|
"neutral",
|
|
31120
31120
|
"primary",
|
|
@@ -31124,7 +31124,7 @@ const HH = [
|
|
|
31124
31124
|
"warning",
|
|
31125
31125
|
"success",
|
|
31126
31126
|
"error"
|
|
31127
|
-
],
|
|
31127
|
+
], GH = ["xl", "lg", "md", "sm", "xs"], WH = ({
|
|
31128
31128
|
bordered: n,
|
|
31129
31129
|
className: u,
|
|
31130
31130
|
color: l,
|
|
@@ -31173,7 +31173,7 @@ const HH = [
|
|
|
31173
31173
|
),
|
|
31174
31174
|
p !== !0 && (F == null ? void 0 : F.message) !== void 0 ? /* @__PURE__ */ Q.jsx(Mg, { children: F.message }) : null
|
|
31175
31175
|
] });
|
|
31176
|
-
},
|
|
31176
|
+
}, YH = [
|
|
31177
31177
|
"neutral",
|
|
31178
31178
|
"primary",
|
|
31179
31179
|
"secondary",
|
|
@@ -31182,7 +31182,7 @@ const HH = [
|
|
|
31182
31182
|
"warning",
|
|
31183
31183
|
"info",
|
|
31184
31184
|
"error"
|
|
31185
|
-
],
|
|
31185
|
+
], KH = ["xl", "lg", "md", "sm", "xs"], qH = ({
|
|
31186
31186
|
className: n,
|
|
31187
31187
|
color: u,
|
|
31188
31188
|
controllerProps: l,
|
|
@@ -31244,7 +31244,7 @@ const HH = [
|
|
|
31244
31244
|
),
|
|
31245
31245
|
(R == null ? void 0 : R.message) !== void 0 ? /* @__PURE__ */ Q.jsx(Mg, { children: R.message }) : null
|
|
31246
31246
|
] });
|
|
31247
|
-
},
|
|
31247
|
+
}, QH = ({
|
|
31248
31248
|
children: n,
|
|
31249
31249
|
className: u,
|
|
31250
31250
|
controllerProps: l,
|
|
@@ -31273,7 +31273,7 @@ const HH = [
|
|
|
31273
31273
|
]
|
|
31274
31274
|
}
|
|
31275
31275
|
);
|
|
31276
|
-
},
|
|
31276
|
+
}, XH = ({
|
|
31277
31277
|
activeColor: n,
|
|
31278
31278
|
children: u,
|
|
31279
31279
|
className: l,
|
|
@@ -31526,7 +31526,7 @@ const lU = Gc(
|
|
|
31526
31526
|
}
|
|
31527
31527
|
);
|
|
31528
31528
|
lU.displayName = "FormRangeSlider";
|
|
31529
|
-
const
|
|
31529
|
+
const ZH = [
|
|
31530
31530
|
"ghost",
|
|
31531
31531
|
"neutral",
|
|
31532
31532
|
"primary",
|
|
@@ -31536,7 +31536,7 @@ const XH = [
|
|
|
31536
31536
|
"success",
|
|
31537
31537
|
"warning",
|
|
31538
31538
|
"error"
|
|
31539
|
-
],
|
|
31539
|
+
], JH = ["xl", "lg", "md", "sm", "xs"], e4 = ({
|
|
31540
31540
|
bordered: n,
|
|
31541
31541
|
className: u,
|
|
31542
31542
|
color: l,
|
|
@@ -31587,7 +31587,7 @@ const XH = [
|
|
|
31587
31587
|
),
|
|
31588
31588
|
p !== !0 && (F == null ? void 0 : F.message) !== void 0 ? /* @__PURE__ */ Q.jsx(Mg, { children: F.message }) : null
|
|
31589
31589
|
] });
|
|
31590
|
-
},
|
|
31590
|
+
}, t4 = [
|
|
31591
31591
|
"primary",
|
|
31592
31592
|
"secondary",
|
|
31593
31593
|
"accent",
|
|
@@ -31595,7 +31595,7 @@ const XH = [
|
|
|
31595
31595
|
"warning",
|
|
31596
31596
|
"info",
|
|
31597
31597
|
"error"
|
|
31598
|
-
],
|
|
31598
|
+
], n4 = ["xl", "lg", "md", "sm", "xs"], r4 = ({
|
|
31599
31599
|
children: n,
|
|
31600
31600
|
className: u,
|
|
31601
31601
|
color: l,
|
|
@@ -31632,14 +31632,14 @@ const XH = [
|
|
|
31632
31632
|
n
|
|
31633
31633
|
] })
|
|
31634
31634
|
] });
|
|
31635
|
-
},
|
|
31635
|
+
}, i4 = [
|
|
31636
31636
|
"spinner",
|
|
31637
31637
|
"dots",
|
|
31638
31638
|
"ring",
|
|
31639
31639
|
"ball",
|
|
31640
31640
|
"bars",
|
|
31641
31641
|
"infinity"
|
|
31642
|
-
],
|
|
31642
|
+
], l4 = ["xs", "sm", "md", "lg", "xl"], aU = ({ className: n, shape: u, size: l, ...s }) => /* @__PURE__ */ Q.jsx(
|
|
31643
31643
|
"span",
|
|
31644
31644
|
{
|
|
31645
31645
|
className: st(
|
|
@@ -31650,7 +31650,7 @@ const XH = [
|
|
|
31650
31650
|
),
|
|
31651
31651
|
...s
|
|
31652
31652
|
}
|
|
31653
|
-
), uL = () => /* @__PURE__ */ Q.jsx("div", { className: "flex flex-1 items-center justify-center", children: /* @__PURE__ */ Q.jsx(aU, {}) }),
|
|
31653
|
+
), uL = () => /* @__PURE__ */ Q.jsx("div", { className: "flex flex-1 items-center justify-center", children: /* @__PURE__ */ Q.jsx(aU, {}) }), a4 = [
|
|
31654
31654
|
"neutral",
|
|
31655
31655
|
"primary",
|
|
31656
31656
|
"secondary",
|
|
@@ -31659,7 +31659,7 @@ const XH = [
|
|
|
31659
31659
|
"info",
|
|
31660
31660
|
"warning",
|
|
31661
31661
|
"error"
|
|
31662
|
-
],
|
|
31662
|
+
], o4 = ({ className: n, color: u, hover: l, ...s }) => /* @__PURE__ */ Q.jsx(
|
|
31663
31663
|
"a",
|
|
31664
31664
|
{
|
|
31665
31665
|
className: st(
|
|
@@ -31670,11 +31670,11 @@ const XH = [
|
|
|
31670
31670
|
),
|
|
31671
31671
|
...s
|
|
31672
31672
|
}
|
|
31673
|
-
),
|
|
31673
|
+
), u4 = ({
|
|
31674
31674
|
children: n,
|
|
31675
31675
|
isLoading: u,
|
|
31676
31676
|
...l
|
|
31677
|
-
}) => /* @__PURE__ */ Q.jsx(Gz, { ...l, children: u === !0 ? /* @__PURE__ */ Q.jsx(uL, {}) : n }),
|
|
31677
|
+
}) => /* @__PURE__ */ Q.jsx(Gz, { ...l, children: u === !0 ? /* @__PURE__ */ Q.jsx(uL, {}) : n }), s4 = ["top", "bottom", "middle"], oU = Gc(
|
|
31678
31678
|
({
|
|
31679
31679
|
actionButtons: n,
|
|
31680
31680
|
children: u,
|
|
@@ -31753,7 +31753,7 @@ const uU = (n) => n ? [
|
|
|
31753
31753
|
},
|
|
31754
31754
|
x
|
|
31755
31755
|
)) }) : null;
|
|
31756
|
-
},
|
|
31756
|
+
}, c4 = ({
|
|
31757
31757
|
iconHide: n,
|
|
31758
31758
|
iconShow: u,
|
|
31759
31759
|
inputClassName: l,
|
|
@@ -31811,7 +31811,7 @@ const uU = (n) => n ? [
|
|
|
31811
31811
|
] })
|
|
31812
31812
|
);
|
|
31813
31813
|
cU.displayName = "Popover";
|
|
31814
|
-
const
|
|
31814
|
+
const f4 = [
|
|
31815
31815
|
"neutral",
|
|
31816
31816
|
"primary",
|
|
31817
31817
|
"secondary",
|
|
@@ -31820,13 +31820,13 @@ const c4 = [
|
|
|
31820
31820
|
"success",
|
|
31821
31821
|
"warning",
|
|
31822
31822
|
"error"
|
|
31823
|
-
],
|
|
31823
|
+
], d4 = ({ className: n, color: u, ...l }) => /* @__PURE__ */ Q.jsx(
|
|
31824
31824
|
"progress",
|
|
31825
31825
|
{
|
|
31826
31826
|
className: st("progress", u && `progress-${u}`, n),
|
|
31827
31827
|
...l
|
|
31828
31828
|
}
|
|
31829
|
-
),
|
|
31829
|
+
), p4 = ({
|
|
31830
31830
|
className: n,
|
|
31831
31831
|
size: u,
|
|
31832
31832
|
style: l,
|
|
@@ -31848,26 +31848,26 @@ const c4 = [
|
|
|
31848
31848
|
...m
|
|
31849
31849
|
}
|
|
31850
31850
|
);
|
|
31851
|
-
}, sL = /^\d$/,
|
|
31851
|
+
}, fU = "[-ms-overflow-style:none] [scrollbar-width:none] [&::-webkit-scrollbar]:hidden", sL = /^\d$/, dU = /^\d\d\d\d\d\d$/, pg = {
|
|
31852
31852
|
input: (n) => n,
|
|
31853
31853
|
output: (n) => {
|
|
31854
31854
|
if (n.length === 0) return "";
|
|
31855
31855
|
const u = parseInt(n.charAt(0));
|
|
31856
31856
|
return Number.isNaN(u) ? "" : u.toString();
|
|
31857
31857
|
}
|
|
31858
|
-
},
|
|
31858
|
+
}, v4 = {
|
|
31859
31859
|
input: (n) => n !== null ? n.toString() : "",
|
|
31860
31860
|
output: (n) => {
|
|
31861
31861
|
const u = parseInt(n);
|
|
31862
31862
|
return Number.isNaN(u) ? null : u;
|
|
31863
31863
|
}
|
|
31864
|
-
},
|
|
31864
|
+
}, h4 = {
|
|
31865
31865
|
input: (n) => n ?? "",
|
|
31866
31866
|
output: (n) => n.length > 0 ? n : null
|
|
31867
31867
|
}, r0 = (n) => ({ target: { value: u } }) => {
|
|
31868
31868
|
var l;
|
|
31869
31869
|
u.match(sL) !== null && ((l = n == null ? void 0 : n.current) == null || l.focus());
|
|
31870
|
-
},
|
|
31870
|
+
}, m4 = ({
|
|
31871
31871
|
className: n,
|
|
31872
31872
|
inputRef: u,
|
|
31873
31873
|
inputClassName: l,
|
|
@@ -31883,7 +31883,7 @@ const c4 = [
|
|
|
31883
31883
|
inputRef: x,
|
|
31884
31884
|
onChange: ({ target: { value: R } }) => {
|
|
31885
31885
|
var F, I;
|
|
31886
|
-
R.match(
|
|
31886
|
+
R.match(dU) !== null ? (R.split("").forEach(($, B) => {
|
|
31887
31887
|
m(`${s}.digit${B + 1}`, $ ?? "");
|
|
31888
31888
|
}), (F = p == null ? void 0 : p.current) == null || F.focus()) : R.match(sL) !== null && ((I = E.current) == null || I.focus());
|
|
31889
31889
|
},
|
|
@@ -31954,21 +31954,21 @@ const c4 = [
|
|
|
31954
31954
|
}
|
|
31955
31955
|
)
|
|
31956
31956
|
] });
|
|
31957
|
-
},
|
|
31957
|
+
}, g4 = {
|
|
31958
31958
|
digit1: "",
|
|
31959
31959
|
digit2: "",
|
|
31960
31960
|
digit3: "",
|
|
31961
31961
|
digit4: "",
|
|
31962
31962
|
digit5: "",
|
|
31963
31963
|
digit6: ""
|
|
31964
|
-
},
|
|
31964
|
+
}, y4 = Oh.object({
|
|
31965
31965
|
digit1: Oh.string().length(1),
|
|
31966
31966
|
digit2: Oh.string().length(1),
|
|
31967
31967
|
digit3: Oh.string().length(1),
|
|
31968
31968
|
digit4: Oh.string().length(1),
|
|
31969
31969
|
digit5: Oh.string().length(1),
|
|
31970
31970
|
digit6: Oh.string().length(1)
|
|
31971
|
-
}),
|
|
31971
|
+
}), pU = ({
|
|
31972
31972
|
children: n,
|
|
31973
31973
|
className: u,
|
|
31974
31974
|
disabled: l,
|
|
@@ -31988,7 +31988,7 @@ const c4 = [
|
|
|
31988
31988
|
value: p,
|
|
31989
31989
|
children: n
|
|
31990
31990
|
}
|
|
31991
|
-
),
|
|
31991
|
+
), vU = ({
|
|
31992
31992
|
children: n,
|
|
31993
31993
|
className: u,
|
|
31994
31994
|
disabled: l,
|
|
@@ -32038,7 +32038,7 @@ const c4 = [
|
|
|
32038
32038
|
l == null || l(p);
|
|
32039
32039
|
}
|
|
32040
32040
|
});
|
|
32041
|
-
},
|
|
32041
|
+
}, S4 = ({
|
|
32042
32042
|
anchor: n,
|
|
32043
32043
|
buttonColor: u,
|
|
32044
32044
|
buttonProps: {
|
|
@@ -32074,7 +32074,7 @@ const c4 = [
|
|
|
32074
32074
|
setSelectedItems: Re,
|
|
32075
32075
|
valueMode: T
|
|
32076
32076
|
});
|
|
32077
|
-
const De = Iv(B, Z), ge = $ === !0 ?
|
|
32077
|
+
const De = Iv(B, Z), ge = $ === !0 ? pU : vU;
|
|
32078
32078
|
return /* @__PURE__ */ Q.jsxs(
|
|
32079
32079
|
ge,
|
|
32080
32080
|
{
|
|
@@ -32120,13 +32120,13 @@ const c4 = [
|
|
|
32120
32120
|
]
|
|
32121
32121
|
}
|
|
32122
32122
|
);
|
|
32123
|
-
},
|
|
32123
|
+
}, x4 = ["horizontal", "vertical"], E4 = ({ className: n, layout: u, ...l }) => /* @__PURE__ */ Q.jsx(
|
|
32124
32124
|
"div",
|
|
32125
32125
|
{
|
|
32126
32126
|
className: st("stats", u && `stats-${u}`, n),
|
|
32127
32127
|
...l
|
|
32128
32128
|
}
|
|
32129
|
-
),
|
|
32129
|
+
), w4 = ({ className: n, ...u }) => /* @__PURE__ */ Q.jsx("div", { className: st("stat", n), ...u }), b4 = ({ className: n, ...u }) => /* @__PURE__ */ Q.jsx("div", { className: st("stat-actions", n), ...u }), C4 = ({ className: n, ...u }) => /* @__PURE__ */ Q.jsx("div", { className: st("stat-desc", n), ...u }), _4 = ({ className: n, ...u }) => /* @__PURE__ */ Q.jsx("div", { className: st("stat-figure", n), ...u }), R4 = ({ className: n, ...u }) => /* @__PURE__ */ Q.jsx("div", { className: st("stat-title", n), ...u }), T4 = ({ className: n, ...u }) => /* @__PURE__ */ Q.jsx("div", { className: st("stat-value", n), ...u }), O4 = [
|
|
32130
32130
|
"neutral",
|
|
32131
32131
|
"primary",
|
|
32132
32132
|
"secondary",
|
|
@@ -32135,7 +32135,7 @@ const c4 = [
|
|
|
32135
32135
|
"success",
|
|
32136
32136
|
"warning",
|
|
32137
32137
|
"error"
|
|
32138
|
-
],
|
|
32138
|
+
], D4 = ({ className: n, color: u, icon: l, ...s }) => /* @__PURE__ */ Q.jsx(
|
|
32139
32139
|
"li",
|
|
32140
32140
|
{
|
|
32141
32141
|
className: st(
|
|
@@ -32146,7 +32146,7 @@ const c4 = [
|
|
|
32146
32146
|
),
|
|
32147
32147
|
...s
|
|
32148
32148
|
}
|
|
32149
|
-
),
|
|
32149
|
+
), M4 = ["horizontal", "vertical"], L4 = ({ className: n, direction: u, ...l }) => /* @__PURE__ */ Q.jsx(
|
|
32150
32150
|
"ul",
|
|
32151
32151
|
{
|
|
32152
32152
|
className: st(
|
|
@@ -32181,7 +32181,7 @@ function us(n, u) {
|
|
|
32181
32181
|
function eE(n) {
|
|
32182
32182
|
return n instanceof Function;
|
|
32183
32183
|
}
|
|
32184
|
-
function
|
|
32184
|
+
function hU(n) {
|
|
32185
32185
|
return Array.isArray(n) && n.every((u) => typeof u == "number");
|
|
32186
32186
|
}
|
|
32187
32187
|
function Rn(n, u, l) {
|
|
@@ -32218,7 +32218,7 @@ function Tn(n, u, l, s) {
|
|
|
32218
32218
|
onChange: s
|
|
32219
32219
|
};
|
|
32220
32220
|
}
|
|
32221
|
-
function
|
|
32221
|
+
function mU(n, u, l, s) {
|
|
32222
32222
|
var p, m;
|
|
32223
32223
|
const x = {
|
|
32224
32224
|
...n._getDefaultColumnDef(),
|
|
@@ -32288,7 +32288,7 @@ function uD(n, u, l) {
|
|
|
32288
32288
|
h.createHeader == null || h.createHeader(m, n);
|
|
32289
32289
|
}), m;
|
|
32290
32290
|
}
|
|
32291
|
-
const
|
|
32291
|
+
const gU = {
|
|
32292
32292
|
createTable: (n) => {
|
|
32293
32293
|
n.getHeaderGroups = Rn(() => [n.getAllColumns(), n.getVisibleLeafColumns(), n.getState().columnPinning.left, n.getState().columnPinning.right], (u, l, s, p) => {
|
|
32294
32294
|
var m, h;
|
|
@@ -32373,7 +32373,7 @@ function fx(n, u, l, s) {
|
|
|
32373
32373
|
});
|
|
32374
32374
|
return M((p = (m = E[0]) == null ? void 0 : m.headers) != null ? p : []), E;
|
|
32375
32375
|
}
|
|
32376
|
-
const
|
|
32376
|
+
const yU = {
|
|
32377
32377
|
createColumn: (n, u) => {
|
|
32378
32378
|
n._getFacetedRowModel = u.options.getFacetedRowModel && u.options.getFacetedRowModel(u, n.id), n.getFacetedRowModel = () => n._getFacetedRowModel ? n._getFacetedRowModel() : u.getPreFilteredRowModel(), n._getFacetedUniqueValues = u.options.getFacetedUniqueValues && u.options.getFacetedUniqueValues(u, n.id), n.getFacetedUniqueValues = () => n._getFacetedUniqueValues ? n._getFacetedUniqueValues() : /* @__PURE__ */ new Map(), n._getFacetedMinMaxValues = u.options.getFacetedMinMaxValues && u.options.getFacetedMinMaxValues(u, n.id), n.getFacetedMinMaxValues = () => {
|
|
32379
32379
|
if (n._getFacetedMinMaxValues)
|
|
@@ -32443,7 +32443,7 @@ const fp = {
|
|
|
32443
32443
|
function Bc(n) {
|
|
32444
32444
|
return n == null || n === "";
|
|
32445
32445
|
}
|
|
32446
|
-
const
|
|
32446
|
+
const SU = {
|
|
32447
32447
|
getDefaultColumnDef: () => ({
|
|
32448
32448
|
filterFn: "auto"
|
|
32449
32449
|
}),
|
|
@@ -32521,54 +32521,54 @@ const yU = {
|
|
|
32521
32521
|
function sD(n, u, l) {
|
|
32522
32522
|
return (n && n.autoRemove ? n.autoRemove(u, l) : !1) || typeof u > "u" || typeof u == "string" && !u;
|
|
32523
32523
|
}
|
|
32524
|
-
const
|
|
32524
|
+
const xU = (n, u, l) => l.reduce((s, p) => {
|
|
32525
32525
|
const m = p.getValue(n);
|
|
32526
32526
|
return s + (typeof m == "number" ? m : 0);
|
|
32527
|
-
}, 0),
|
|
32527
|
+
}, 0), EU = (n, u, l) => {
|
|
32528
32528
|
let s;
|
|
32529
32529
|
return l.forEach((p) => {
|
|
32530
32530
|
const m = p.getValue(n);
|
|
32531
32531
|
m != null && (s > m || s === void 0 && m >= m) && (s = m);
|
|
32532
32532
|
}), s;
|
|
32533
|
-
},
|
|
32533
|
+
}, wU = (n, u, l) => {
|
|
32534
32534
|
let s;
|
|
32535
32535
|
return l.forEach((p) => {
|
|
32536
32536
|
const m = p.getValue(n);
|
|
32537
32537
|
m != null && (s < m || s === void 0 && m >= m) && (s = m);
|
|
32538
32538
|
}), s;
|
|
32539
|
-
},
|
|
32539
|
+
}, bU = (n, u, l) => {
|
|
32540
32540
|
let s, p;
|
|
32541
32541
|
return l.forEach((m) => {
|
|
32542
32542
|
const h = m.getValue(n);
|
|
32543
32543
|
h != null && (s === void 0 ? h >= h && (s = p = h) : (s > h && (s = h), p < h && (p = h)));
|
|
32544
32544
|
}), [s, p];
|
|
32545
|
-
},
|
|
32545
|
+
}, CU = (n, u) => {
|
|
32546
32546
|
let l = 0, s = 0;
|
|
32547
32547
|
if (u.forEach((p) => {
|
|
32548
32548
|
let m = p.getValue(n);
|
|
32549
32549
|
m != null && (m = +m) >= m && (++l, s += m);
|
|
32550
32550
|
}), l) return s / l;
|
|
32551
|
-
},
|
|
32551
|
+
}, _U = (n, u) => {
|
|
32552
32552
|
if (!u.length)
|
|
32553
32553
|
return;
|
|
32554
32554
|
const l = u.map((m) => m.getValue(n));
|
|
32555
|
-
if (!
|
|
32555
|
+
if (!hU(l))
|
|
32556
32556
|
return;
|
|
32557
32557
|
if (l.length === 1)
|
|
32558
32558
|
return l[0];
|
|
32559
32559
|
const s = Math.floor(l.length / 2), p = l.sort((m, h) => m - h);
|
|
32560
32560
|
return l.length % 2 !== 0 ? p[s] : (p[s - 1] + p[s]) / 2;
|
|
32561
|
-
},
|
|
32562
|
-
sum:
|
|
32563
|
-
min:
|
|
32564
|
-
max:
|
|
32565
|
-
extent:
|
|
32566
|
-
mean:
|
|
32567
|
-
median:
|
|
32568
|
-
unique:
|
|
32569
|
-
uniqueCount:
|
|
32570
|
-
count:
|
|
32571
|
-
},
|
|
32561
|
+
}, RU = (n, u) => Array.from(new Set(u.map((l) => l.getValue(n))).values()), TU = (n, u) => new Set(u.map((l) => l.getValue(n))).size, OU = (n, u) => u.length, iC = {
|
|
32562
|
+
sum: xU,
|
|
32563
|
+
min: EU,
|
|
32564
|
+
max: wU,
|
|
32565
|
+
extent: bU,
|
|
32566
|
+
mean: CU,
|
|
32567
|
+
median: _U,
|
|
32568
|
+
unique: RU,
|
|
32569
|
+
uniqueCount: TU,
|
|
32570
|
+
count: OU
|
|
32571
|
+
}, DU = {
|
|
32572
32572
|
getDefaultColumnDef: () => ({
|
|
32573
32573
|
aggregatedCell: (n) => {
|
|
32574
32574
|
var u, l;
|
|
@@ -32635,13 +32635,13 @@ const SU = (n, u, l) => l.reduce((s, p) => {
|
|
|
32635
32635
|
};
|
|
32636
32636
|
}
|
|
32637
32637
|
};
|
|
32638
|
-
function
|
|
32638
|
+
function MU(n, u, l) {
|
|
32639
32639
|
if (!(u != null && u.length) || !l)
|
|
32640
32640
|
return n;
|
|
32641
32641
|
const s = n.filter((m) => !u.includes(m.id));
|
|
32642
32642
|
return l === "remove" ? s : [...u.map((m) => n.find((h) => h.id === m)).filter(Boolean), ...s];
|
|
32643
32643
|
}
|
|
32644
|
-
const
|
|
32644
|
+
const LU = {
|
|
32645
32645
|
getInitialState: (n) => ({
|
|
32646
32646
|
columnOrder: [],
|
|
32647
32647
|
...n
|
|
@@ -32675,13 +32675,13 @@ const MU = {
|
|
|
32675
32675
|
}
|
|
32676
32676
|
m = [...m, ...x];
|
|
32677
32677
|
}
|
|
32678
|
-
return
|
|
32678
|
+
return MU(m, l, s);
|
|
32679
32679
|
}, Tn(n.options, "debugTable", "_getOrderColumnsFn"));
|
|
32680
32680
|
}
|
|
32681
32681
|
}, lC = () => ({
|
|
32682
32682
|
left: [],
|
|
32683
32683
|
right: []
|
|
32684
|
-
}),
|
|
32684
|
+
}), AU = {
|
|
32685
32685
|
getInitialState: (n) => ({
|
|
32686
32686
|
columnPinning: lC(),
|
|
32687
32687
|
...n
|
|
@@ -32768,7 +32768,7 @@ const MU = {
|
|
|
32768
32768
|
deltaPercentage: null,
|
|
32769
32769
|
isResizingColumn: !1,
|
|
32770
32770
|
columnSizingStart: []
|
|
32771
|
-
}),
|
|
32771
|
+
}), FU = {
|
|
32772
32772
|
getDefaultColumnDef: () => dx,
|
|
32773
32773
|
getInitialState: (n) => ({
|
|
32774
32774
|
columnSizing: {},
|
|
@@ -32859,7 +32859,7 @@ const MU = {
|
|
|
32859
32859
|
var G;
|
|
32860
32860
|
R == null || R.removeEventListener("touchmove", I.moveHandler), R == null || R.removeEventListener("touchend", I.upHandler), B.cancelable && (B.preventDefault(), B.stopPropagation()), L((G = B.touches[0]) == null ? void 0 : G.clientX);
|
|
32861
32861
|
}
|
|
32862
|
-
}, $ =
|
|
32862
|
+
}, $ = PU() ? {
|
|
32863
32863
|
passive: !1
|
|
32864
32864
|
} : !1;
|
|
32865
32865
|
oC(m) ? (R == null || R.addEventListener("touchmove", I.moveHandler, $), R == null || R.addEventListener("touchend", I.upHandler, $)) : (R == null || R.addEventListener("mousemove", F.moveHandler, $), R == null || R.addEventListener("mouseup", F.upHandler, $)), u.setColumnSizingInfo((B) => ({
|
|
@@ -32897,7 +32897,7 @@ const MU = {
|
|
|
32897
32897
|
}
|
|
32898
32898
|
};
|
|
32899
32899
|
let px = null;
|
|
32900
|
-
function
|
|
32900
|
+
function PU() {
|
|
32901
32901
|
if (typeof px == "boolean") return px;
|
|
32902
32902
|
let n = !1;
|
|
32903
32903
|
try {
|
|
@@ -32916,7 +32916,7 @@ function FU() {
|
|
|
32916
32916
|
function oC(n) {
|
|
32917
32917
|
return n.type === "touchstart";
|
|
32918
32918
|
}
|
|
32919
|
-
const
|
|
32919
|
+
const NU = {
|
|
32920
32920
|
getInitialState: (n) => ({
|
|
32921
32921
|
columnVisibility: {},
|
|
32922
32922
|
...n
|
|
@@ -32964,14 +32964,14 @@ const PU = {
|
|
|
32964
32964
|
function o0(n, u) {
|
|
32965
32965
|
return u ? u === "center" ? n.getCenterVisibleLeafColumns() : u === "left" ? n.getLeftVisibleLeafColumns() : n.getRightVisibleLeafColumns() : n.getVisibleLeafColumns();
|
|
32966
32966
|
}
|
|
32967
|
-
const
|
|
32967
|
+
const IU = {
|
|
32968
32968
|
createTable: (n) => {
|
|
32969
32969
|
n._getGlobalFacetedRowModel = n.options.getFacetedRowModel && n.options.getFacetedRowModel(n, "__global__"), n.getGlobalFacetedRowModel = () => n.options.manualFiltering || !n._getGlobalFacetedRowModel ? n.getPreFilteredRowModel() : n._getGlobalFacetedRowModel(), n._getGlobalFacetedUniqueValues = n.options.getFacetedUniqueValues && n.options.getFacetedUniqueValues(n, "__global__"), n.getGlobalFacetedUniqueValues = () => n._getGlobalFacetedUniqueValues ? n._getGlobalFacetedUniqueValues() : /* @__PURE__ */ new Map(), n._getGlobalFacetedMinMaxValues = n.options.getFacetedMinMaxValues && n.options.getFacetedMinMaxValues(n, "__global__"), n.getGlobalFacetedMinMaxValues = () => {
|
|
32970
32970
|
if (n._getGlobalFacetedMinMaxValues)
|
|
32971
32971
|
return n._getGlobalFacetedMinMaxValues();
|
|
32972
32972
|
};
|
|
32973
32973
|
}
|
|
32974
|
-
},
|
|
32974
|
+
}, kU = {
|
|
32975
32975
|
getInitialState: (n) => ({
|
|
32976
32976
|
globalFilter: void 0,
|
|
32977
32977
|
...n
|
|
@@ -33004,7 +33004,7 @@ const NU = {
|
|
|
33004
33004
|
n.setGlobalFilter(u ? void 0 : n.initialState.globalFilter);
|
|
33005
33005
|
};
|
|
33006
33006
|
}
|
|
33007
|
-
},
|
|
33007
|
+
}, $U = {
|
|
33008
33008
|
getInitialState: (n) => ({
|
|
33009
33009
|
expanded: {},
|
|
33010
33010
|
...n
|
|
@@ -33094,7 +33094,7 @@ const NU = {
|
|
|
33094
33094
|
}, RC = 0, TC = 10, uC = () => ({
|
|
33095
33095
|
pageIndex: RC,
|
|
33096
33096
|
pageSize: TC
|
|
33097
|
-
}),
|
|
33097
|
+
}), zU = {
|
|
33098
33098
|
getInitialState: (n) => ({
|
|
33099
33099
|
...n,
|
|
33100
33100
|
pagination: {
|
|
@@ -33177,7 +33177,7 @@ const NU = {
|
|
|
33177
33177
|
}, sC = () => ({
|
|
33178
33178
|
top: [],
|
|
33179
33179
|
bottom: []
|
|
33180
|
-
}),
|
|
33180
|
+
}), UU = {
|
|
33181
33181
|
getInitialState: (n) => ({
|
|
33182
33182
|
rowPinning: sC(),
|
|
33183
33183
|
...n
|
|
@@ -33278,7 +33278,7 @@ const NU = {
|
|
|
33278
33278
|
return u.filter((m) => !p.has(m.id));
|
|
33279
33279
|
}, Tn(n.options, "debugRows", "getCenterRows"));
|
|
33280
33280
|
}
|
|
33281
|
-
},
|
|
33281
|
+
}, HU = {
|
|
33282
33282
|
getInitialState: (n) => ({
|
|
33283
33283
|
rowSelection: {},
|
|
33284
33284
|
...n
|
|
@@ -33434,10 +33434,10 @@ function DC(n, u, l) {
|
|
|
33434
33434
|
}
|
|
33435
33435
|
}), p ? "all" : m ? "some" : !1;
|
|
33436
33436
|
}
|
|
33437
|
-
const MC = /([0-9]+)/gm,
|
|
33437
|
+
const MC = /([0-9]+)/gm, jU = (n, u, l) => SL(Fv(n.getValue(l)).toLowerCase(), Fv(u.getValue(l)).toLowerCase()), BU = (n, u, l) => SL(Fv(n.getValue(l)), Fv(u.getValue(l))), VU = (n, u, l) => x_(Fv(n.getValue(l)).toLowerCase(), Fv(u.getValue(l)).toLowerCase()), GU = (n, u, l) => x_(Fv(n.getValue(l)), Fv(u.getValue(l))), WU = (n, u, l) => {
|
|
33438
33438
|
const s = n.getValue(l), p = u.getValue(l);
|
|
33439
33439
|
return s > p ? 1 : s < p ? -1 : 0;
|
|
33440
|
-
},
|
|
33440
|
+
}, YU = (n, u, l) => x_(n.getValue(l), u.getValue(l));
|
|
33441
33441
|
function x_(n, u) {
|
|
33442
33442
|
return n === u ? 0 : n > u ? 1 : -1;
|
|
33443
33443
|
}
|
|
@@ -33465,13 +33465,13 @@ function SL(n, u) {
|
|
|
33465
33465
|
return l.length - s.length;
|
|
33466
33466
|
}
|
|
33467
33467
|
const i0 = {
|
|
33468
|
-
alphanumeric:
|
|
33469
|
-
alphanumericCaseSensitive:
|
|
33470
|
-
text:
|
|
33471
|
-
textCaseSensitive:
|
|
33472
|
-
datetime:
|
|
33473
|
-
basic:
|
|
33474
|
-
},
|
|
33468
|
+
alphanumeric: jU,
|
|
33469
|
+
alphanumericCaseSensitive: BU,
|
|
33470
|
+
text: VU,
|
|
33471
|
+
textCaseSensitive: GU,
|
|
33472
|
+
datetime: WU,
|
|
33473
|
+
basic: YU
|
|
33474
|
+
}, KU = {
|
|
33475
33475
|
getInitialState: (n) => ({
|
|
33476
33476
|
sorting: [],
|
|
33477
33477
|
...n
|
|
@@ -33560,30 +33560,30 @@ const i0 = {
|
|
|
33560
33560
|
n.setSorting(u ? [] : (l = (s = n.initialState) == null ? void 0 : s.sorting) != null ? l : []);
|
|
33561
33561
|
}, n.getPreSortedRowModel = () => n.getGroupedRowModel(), n.getSortedRowModel = () => (!n._getSortedRowModel && n.options.getSortedRowModel && (n._getSortedRowModel = n.options.getSortedRowModel(n)), n.options.manualSorting || !n._getSortedRowModel ? n.getPreSortedRowModel() : n._getSortedRowModel());
|
|
33562
33562
|
}
|
|
33563
|
-
},
|
|
33564
|
-
mU,
|
|
33565
|
-
PU,
|
|
33566
|
-
MU,
|
|
33567
|
-
LU,
|
|
33563
|
+
}, qU = [
|
|
33568
33564
|
gU,
|
|
33569
|
-
yU,
|
|
33570
33565
|
NU,
|
|
33571
|
-
|
|
33566
|
+
LU,
|
|
33567
|
+
AU,
|
|
33568
|
+
yU,
|
|
33569
|
+
SU,
|
|
33572
33570
|
IU,
|
|
33571
|
+
//depends on ColumnFaceting
|
|
33572
|
+
kU,
|
|
33573
33573
|
//depends on ColumnFiltering
|
|
33574
|
-
|
|
33575
|
-
|
|
33574
|
+
KU,
|
|
33575
|
+
DU,
|
|
33576
33576
|
//depends on RowSorting
|
|
33577
|
-
kU,
|
|
33578
33577
|
$U,
|
|
33579
33578
|
zU,
|
|
33580
33579
|
UU,
|
|
33581
|
-
|
|
33580
|
+
HU,
|
|
33581
|
+
FU
|
|
33582
33582
|
];
|
|
33583
|
-
function
|
|
33583
|
+
function QU(n) {
|
|
33584
33584
|
var u, l;
|
|
33585
33585
|
process.env.NODE_ENV !== "production" && (n.debugAll || n.debugTable) && console.info("Creating Table Instance...");
|
|
33586
|
-
const s = [...
|
|
33586
|
+
const s = [...qU, ...(u = n._features) != null ? u : []];
|
|
33587
33587
|
let p = {
|
|
33588
33588
|
_features: s
|
|
33589
33589
|
};
|
|
@@ -33663,7 +33663,7 @@ function qU(n) {
|
|
|
33663
33663
|
getAllColumns: Rn(() => [p._getColumnDefs()], (L) => {
|
|
33664
33664
|
const R = function(F, I, $) {
|
|
33665
33665
|
return $ === void 0 && ($ = 0), F.map((B) => {
|
|
33666
|
-
const G =
|
|
33666
|
+
const G = mU(p, B, $, I), W = B;
|
|
33667
33667
|
return G.columns = W.columns ? R(W.columns, G, $ + 1) : [], G;
|
|
33668
33668
|
});
|
|
33669
33669
|
};
|
|
@@ -33698,21 +33698,21 @@ function qU(n) {
|
|
|
33698
33698
|
* @license MIT
|
|
33699
33699
|
*/
|
|
33700
33700
|
function cD(n, u) {
|
|
33701
|
-
return n ?
|
|
33702
|
-
}
|
|
33703
|
-
function QU(n) {
|
|
33704
|
-
return XU(n) || typeof n == "function" || ZU(n);
|
|
33701
|
+
return n ? XU(n) ? /* @__PURE__ */ Ct.createElement(n, u) : n : null;
|
|
33705
33702
|
}
|
|
33706
33703
|
function XU(n) {
|
|
33704
|
+
return ZU(n) || typeof n == "function" || JU(n);
|
|
33705
|
+
}
|
|
33706
|
+
function ZU(n) {
|
|
33707
33707
|
return typeof n == "function" && (() => {
|
|
33708
33708
|
const u = Object.getPrototypeOf(n);
|
|
33709
33709
|
return u.prototype && u.prototype.isReactComponent;
|
|
33710
33710
|
})();
|
|
33711
33711
|
}
|
|
33712
|
-
function
|
|
33712
|
+
function JU(n) {
|
|
33713
33713
|
return typeof n == "object" && typeof n.$$typeof == "symbol" && ["react.memo", "react.forward_ref"].includes(n.$$typeof.description);
|
|
33714
33714
|
}
|
|
33715
|
-
function
|
|
33715
|
+
function eH(n) {
|
|
33716
33716
|
const u = {
|
|
33717
33717
|
state: {},
|
|
33718
33718
|
// Dummy state
|
|
@@ -33722,7 +33722,7 @@ function JU(n) {
|
|
|
33722
33722
|
renderFallbackValue: null,
|
|
33723
33723
|
...n
|
|
33724
33724
|
}, [l] = Ct.useState(() => ({
|
|
33725
|
-
current:
|
|
33725
|
+
current: QU(u)
|
|
33726
33726
|
})), [s, p] = Ct.useState(() => l.current.initialState);
|
|
33727
33727
|
return l.current.setOptions((m) => ({
|
|
33728
33728
|
...m,
|
|
@@ -33738,9 +33738,9 @@ function JU(n) {
|
|
|
33738
33738
|
}
|
|
33739
33739
|
})), l.current;
|
|
33740
33740
|
}
|
|
33741
|
-
const
|
|
33741
|
+
const tH = ({
|
|
33742
33742
|
column: n
|
|
33743
|
-
}) => n.getCanSort() ? n.getIsSorted() === "asc" ? /* @__PURE__ */ Q.jsx(FP, {}) : n.getIsSorted() === "desc" ? /* @__PURE__ */ Q.jsx(PP, {}) : /* @__PURE__ */ Q.jsx(NP, {}) : null,
|
|
33743
|
+
}) => n.getCanSort() ? n.getIsSorted() === "asc" ? /* @__PURE__ */ Q.jsx(FP, {}) : n.getIsSorted() === "desc" ? /* @__PURE__ */ Q.jsx(PP, {}) : /* @__PURE__ */ Q.jsx(NP, {}) : null, A4 = ["xl", "lg", "md", "sm", "xs"], F4 = ({
|
|
33744
33744
|
bodyClassName: n,
|
|
33745
33745
|
cellClassName: u,
|
|
33746
33746
|
cellClassNames: l,
|
|
@@ -33762,7 +33762,7 @@ const eH = ({
|
|
|
33762
33762
|
zebra: G,
|
|
33763
33763
|
...W
|
|
33764
33764
|
}) => {
|
|
33765
|
-
const Z =
|
|
33765
|
+
const Z = eH({
|
|
33766
33766
|
enableGlobalFilter: p,
|
|
33767
33767
|
enableRowSelection: h,
|
|
33768
33768
|
getRowId: ({ id: ge }) => ge.toString(),
|
|
@@ -33818,7 +33818,7 @@ const eH = ({
|
|
|
33818
33818
|
onClick: fe.getCanSort() ? fe.getToggleSortingHandler() : void 0,
|
|
33819
33819
|
children: Ne ? null : /* @__PURE__ */ Q.jsxs("div", { className: "flex items-center", children: [
|
|
33820
33820
|
cD(fe.columnDef.header, $e()),
|
|
33821
|
-
/* @__PURE__ */ Q.jsx(
|
|
33821
|
+
/* @__PURE__ */ Q.jsx(tH, { column: fe })
|
|
33822
33822
|
] })
|
|
33823
33823
|
},
|
|
33824
33824
|
Ue
|
|
@@ -33875,7 +33875,7 @@ const eH = ({
|
|
|
33875
33875
|
}
|
|
33876
33876
|
)
|
|
33877
33877
|
] });
|
|
33878
|
-
},
|
|
33878
|
+
}, P4 = ["xs", "sm", "md", "lg", "xl"], N4 = ({
|
|
33879
33879
|
border: n,
|
|
33880
33880
|
box: u,
|
|
33881
33881
|
children: l,
|
|
@@ -33933,7 +33933,7 @@ const eH = ({
|
|
|
33933
33933
|
]
|
|
33934
33934
|
}
|
|
33935
33935
|
);
|
|
33936
|
-
},
|
|
33936
|
+
}, I4 = (n) => /* @__PURE__ */ Q.jsx(lL.Panel, { ...n }), nH = ({
|
|
33937
33937
|
children: n,
|
|
33938
33938
|
className: u,
|
|
33939
33939
|
disabled: l,
|
|
@@ -33953,7 +33953,7 @@ const eH = ({
|
|
|
33953
33953
|
value: p,
|
|
33954
33954
|
children: n
|
|
33955
33955
|
}
|
|
33956
|
-
),
|
|
33956
|
+
), rH = ({
|
|
33957
33957
|
children: n,
|
|
33958
33958
|
className: u,
|
|
33959
33959
|
disabled: l,
|
|
@@ -33976,7 +33976,7 @@ const eH = ({
|
|
|
33976
33976
|
children: n
|
|
33977
33977
|
}
|
|
33978
33978
|
);
|
|
33979
|
-
},
|
|
33979
|
+
}, iH = ({
|
|
33980
33980
|
debounceTime: n,
|
|
33981
33981
|
onDebouncedChange: u,
|
|
33982
33982
|
options: l
|
|
@@ -34003,7 +34003,7 @@ const eH = ({
|
|
|
34003
34003
|
setSelectedItems: p,
|
|
34004
34004
|
setQuery: M
|
|
34005
34005
|
};
|
|
34006
|
-
},
|
|
34006
|
+
}, k4 = ({
|
|
34007
34007
|
badgeColor: n,
|
|
34008
34008
|
bordered: u,
|
|
34009
34009
|
className: l,
|
|
@@ -34035,10 +34035,7 @@ const eH = ({
|
|
|
34035
34035
|
const {
|
|
34036
34036
|
fieldState: { error: fe },
|
|
34037
34037
|
field: { ref: $e }
|
|
34038
|
-
} = sd({
|
|
34039
|
-
...p,
|
|
34040
|
-
name: Z
|
|
34041
|
-
}), {
|
|
34038
|
+
} = sd({ ...p, name: Z }), {
|
|
34042
34039
|
clearSelectedItem: Ue,
|
|
34043
34040
|
dropdownRef: Ne,
|
|
34044
34041
|
isLoading: Ze,
|
|
@@ -34049,7 +34046,7 @@ const eH = ({
|
|
|
34049
34046
|
setShowDropdown: ne,
|
|
34050
34047
|
setSelectedItems: be,
|
|
34051
34048
|
setQuery: Ve
|
|
34052
|
-
} =
|
|
34049
|
+
} = iH({
|
|
34053
34050
|
debounceTime: m,
|
|
34054
34051
|
onDebouncedChange: re,
|
|
34055
34052
|
options: J
|
|
@@ -34063,7 +34060,7 @@ const eH = ({
|
|
|
34063
34060
|
setSelectedItems: be,
|
|
34064
34061
|
valueMode: T
|
|
34065
34062
|
});
|
|
34066
|
-
const { setFocus: dt } = cd(), Et = Iv(Z, De) ?? s ?? void 0, Oe = x === void 0 || W === !0, ke = W === !0 ?
|
|
34063
|
+
const { setFocus: dt } = cd(), Et = Iv(Z, De) ?? s ?? void 0, Oe = x === void 0 || W === !0, ke = W === !0 ? nH : rH;
|
|
34067
34064
|
return /* @__PURE__ */ Q.jsxs(
|
|
34068
34065
|
ke,
|
|
34069
34066
|
{
|
|
@@ -34082,6 +34079,7 @@ const eH = ({
|
|
|
34082
34079
|
{
|
|
34083
34080
|
className: st(
|
|
34084
34081
|
"input flex w-full items-center gap-1 overflow-x-scroll scrollbar-none",
|
|
34082
|
+
fU,
|
|
34085
34083
|
u && "input-bordered",
|
|
34086
34084
|
!h && "cursor-pointer",
|
|
34087
34085
|
Et && `input-${Et}`,
|
|
@@ -34183,31 +34181,31 @@ const eH = ({
|
|
|
34183
34181
|
);
|
|
34184
34182
|
};
|
|
34185
34183
|
export {
|
|
34186
|
-
|
|
34184
|
+
vH as ALERT_COLORS,
|
|
34187
34185
|
zP as AVATAR_SIZE_MAP,
|
|
34188
34186
|
bP as Alert,
|
|
34189
|
-
|
|
34190
|
-
|
|
34187
|
+
gH as AlertMessages,
|
|
34188
|
+
hH as AlertMessagesProvider,
|
|
34191
34189
|
UP as Avatar,
|
|
34192
|
-
|
|
34193
|
-
|
|
34194
|
-
|
|
34195
|
-
|
|
34196
|
-
|
|
34197
|
-
|
|
34198
|
-
|
|
34190
|
+
SH as AvatarGroup,
|
|
34191
|
+
yH as AvatarSizes,
|
|
34192
|
+
xH as BADGE_COLORS,
|
|
34193
|
+
EH as BADGE_SIZES,
|
|
34194
|
+
fH as BUTTON_COLORS,
|
|
34195
|
+
dH as BUTTON_SHAPES,
|
|
34196
|
+
pH as BUTTON_SIZES,
|
|
34199
34197
|
HP as Badge,
|
|
34200
|
-
|
|
34201
|
-
|
|
34198
|
+
wH as Breadcrumbs,
|
|
34199
|
+
bH as Browser,
|
|
34202
34200
|
Cu as Button,
|
|
34203
|
-
|
|
34204
|
-
|
|
34205
|
-
|
|
34206
|
-
|
|
34201
|
+
LH as ButtonArray,
|
|
34202
|
+
AH as CARD_SIZES,
|
|
34203
|
+
zH as CHECKBOX_COLORS,
|
|
34204
|
+
UH as CHECKBOX_SIZES,
|
|
34207
34205
|
Gz as Card,
|
|
34208
|
-
|
|
34209
|
-
|
|
34210
|
-
|
|
34206
|
+
FH as CardActions,
|
|
34207
|
+
PH as CardBody,
|
|
34208
|
+
NH as CardTitle,
|
|
34211
34209
|
_P as CheckIcon,
|
|
34212
34210
|
SD as ChevronDownIcon,
|
|
34213
34211
|
RP as ChevronUpIcon,
|
|
@@ -34218,92 +34216,92 @@ export {
|
|
|
34218
34216
|
DP as ErrorIcon,
|
|
34219
34217
|
MP as EyeIcon,
|
|
34220
34218
|
LP as EyeSlashIcon,
|
|
34221
|
-
|
|
34222
|
-
|
|
34223
|
-
|
|
34224
|
-
|
|
34219
|
+
VH as FILE_INPUT_COLORS,
|
|
34220
|
+
GH as FILE_INPUT_SIZES,
|
|
34221
|
+
IH as Form,
|
|
34222
|
+
HH as FormCheckbox,
|
|
34225
34223
|
Dh as FormControl,
|
|
34226
34224
|
Mg as FormError,
|
|
34227
|
-
|
|
34225
|
+
WH as FormFileInput,
|
|
34228
34226
|
Wc as FormLabelText,
|
|
34229
|
-
|
|
34230
|
-
|
|
34231
|
-
|
|
34227
|
+
qH as FormRadio,
|
|
34228
|
+
QH as FormRadioGroup,
|
|
34229
|
+
XH as FormRadioGroupOption,
|
|
34232
34230
|
lU as FormRangeSlider,
|
|
34233
|
-
|
|
34234
|
-
|
|
34231
|
+
e4 as FormTextarea,
|
|
34232
|
+
r4 as FormToggleSwitch,
|
|
34235
34233
|
uL as FullScreenLoader,
|
|
34236
|
-
|
|
34237
|
-
|
|
34238
|
-
|
|
34234
|
+
mH as HomeIcon,
|
|
34235
|
+
jH as INPUT_COLORS,
|
|
34236
|
+
BH as INPUT_SIZES,
|
|
34239
34237
|
AP as InfoIcon,
|
|
34240
|
-
|
|
34241
|
-
|
|
34242
|
-
|
|
34243
|
-
|
|
34238
|
+
a4 as LINK_COLORS,
|
|
34239
|
+
i4 as LOADING_SHAPES,
|
|
34240
|
+
l4 as LOADING_SIZES,
|
|
34241
|
+
o4 as Link,
|
|
34244
34242
|
aU as Loading,
|
|
34245
|
-
|
|
34246
|
-
|
|
34247
|
-
|
|
34248
|
-
|
|
34243
|
+
u4 as LoadingCard,
|
|
34244
|
+
TH as MENU_LAYOUTS,
|
|
34245
|
+
RH as MENU_SIZES,
|
|
34246
|
+
s4 as MODAL_POSITIONS,
|
|
34249
34247
|
Jx as Menu,
|
|
34250
34248
|
v0 as MenuItem,
|
|
34251
34249
|
oU as Modal,
|
|
34252
|
-
|
|
34250
|
+
f4 as PROGRESS_COLORS,
|
|
34253
34251
|
sU as Pagination,
|
|
34254
|
-
|
|
34252
|
+
c4 as PasswordInput,
|
|
34255
34253
|
cU as Popover,
|
|
34256
|
-
|
|
34257
|
-
|
|
34258
|
-
|
|
34259
|
-
|
|
34260
|
-
|
|
34261
|
-
|
|
34262
|
-
|
|
34263
|
-
|
|
34264
|
-
|
|
34254
|
+
d4 as Progress,
|
|
34255
|
+
YH as RADIO_COLORS,
|
|
34256
|
+
KH as RADIO_SIZES,
|
|
34257
|
+
p4 as RadialProgress,
|
|
34258
|
+
x4 as STATS_LAYOUTS,
|
|
34259
|
+
M4 as STEPS_DIRECTIONS,
|
|
34260
|
+
O4 as STEP_COLORS,
|
|
34261
|
+
m4 as SecurityCodeInput,
|
|
34262
|
+
S4 as Select,
|
|
34265
34263
|
FP as SortAscendingIcon,
|
|
34266
34264
|
PP as SortDescendingIcon,
|
|
34267
34265
|
NP as SortIcon,
|
|
34268
|
-
|
|
34269
|
-
|
|
34270
|
-
|
|
34271
|
-
|
|
34272
|
-
|
|
34273
|
-
|
|
34274
|
-
|
|
34275
|
-
|
|
34276
|
-
|
|
34266
|
+
w4 as Stat,
|
|
34267
|
+
b4 as StatActions,
|
|
34268
|
+
C4 as StatDesc,
|
|
34269
|
+
_4 as StatFigure,
|
|
34270
|
+
R4 as StatTitle,
|
|
34271
|
+
T4 as StatValue,
|
|
34272
|
+
E4 as Stats,
|
|
34273
|
+
D4 as Step,
|
|
34274
|
+
L4 as Steps,
|
|
34277
34275
|
IP as SuccessIcon,
|
|
34278
|
-
|
|
34279
|
-
|
|
34280
|
-
|
|
34281
|
-
|
|
34282
|
-
|
|
34283
|
-
|
|
34284
|
-
|
|
34285
|
-
|
|
34286
|
-
|
|
34287
|
-
|
|
34288
|
-
|
|
34276
|
+
A4 as TABLE_SIZES,
|
|
34277
|
+
P4 as TAB_SIZES,
|
|
34278
|
+
ZH as TEXTAREA_COLORS,
|
|
34279
|
+
JH as TEXTAREA_SIZES,
|
|
34280
|
+
t4 as TOGGLE_COLORS,
|
|
34281
|
+
n4 as TOGGLE_SIZES,
|
|
34282
|
+
DH as TOOLTIP_COLORS,
|
|
34283
|
+
OH as TOOLTIP_POSITIONS,
|
|
34284
|
+
I4 as TabContent,
|
|
34285
|
+
F4 as Table,
|
|
34286
|
+
N4 as Tabs,
|
|
34289
34287
|
jz as Tooltip,
|
|
34290
|
-
|
|
34291
|
-
|
|
34288
|
+
MH as TooltipContent,
|
|
34289
|
+
k4 as TypeaheadSelect,
|
|
34292
34290
|
kP as WarningIcon,
|
|
34293
34291
|
vD as dataItemComparator,
|
|
34294
|
-
|
|
34292
|
+
g4 as defaultSecurityCodeInputValues,
|
|
34295
34293
|
pg as digitInputTransformer,
|
|
34296
34294
|
hD as getGroupedDataItems,
|
|
34297
|
-
|
|
34298
|
-
|
|
34299
|
-
|
|
34295
|
+
v4 as integerInputTransformer,
|
|
34296
|
+
h4 as nullEmptyStringTransformer,
|
|
34297
|
+
y4 as securityCodeInputSchema,
|
|
34300
34298
|
CP as useAlertMessages,
|
|
34301
34299
|
Yz as useDebouncedValue,
|
|
34302
34300
|
Iv as useFieldColor,
|
|
34303
|
-
|
|
34304
|
-
|
|
34301
|
+
kH as useFormValues,
|
|
34302
|
+
$H as useFormWithQueryParams,
|
|
34305
34303
|
Zz as useOutsideClick,
|
|
34306
34304
|
Jz as useTypeaheadQuery,
|
|
34307
|
-
|
|
34305
|
+
iH as useTypeaheadSelect,
|
|
34308
34306
|
oD as useValueChangeEffect
|
|
34309
34307
|
};
|