xmlui 0.7.19 → 0.7.20
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/{apiInterceptorWorker-C3bvewX6.mjs → apiInterceptorWorker-D3L7dpSV.mjs} +1 -1
- package/dist/{index-BwlAHBcX.mjs → index-BYjaMGrD.mjs} +489 -495
- package/dist/scripts/package.json +1 -1
- package/dist/scripts/src/components/Carousel/CarouselItemNative.js +7 -4
- package/dist/scripts/src/components/Carousel/CarouselNative.js +6 -6
- package/dist/xmlui-standalone.umd.js +8 -8
- package/dist/xmlui.mjs +1 -1
- package/package.json +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import "./index.css";
|
|
2
|
-
import { jsxs as
|
|
2
|
+
import { jsxs as U, jsx as c, Fragment as Ve } from "react/jsx-runtime";
|
|
3
3
|
import * as V from "react";
|
|
4
4
|
import Ie, { useRef as fe, useInsertionEffect as u5, useCallback as Y, useContext as qe, useEffect as te, useMemo as Q, useLayoutEffect as Nt, useState as ae, forwardRef as Te, cloneElement as nn, useImperativeHandle as Nc, useId as zr, createContext as Ht, memo as oo, useTransition as d5, isValidElement as An, Fragment as Pn, useReducer as Bl, Children as Bn, createElement as Fs, useDeferredValue as p5, Suspense as Ga } from "react";
|
|
5
5
|
import h5, { createPortal as Lc, flushSync as Ac } from "react-dom";
|
|
@@ -107,7 +107,7 @@ class Qa extends Ie.Component {
|
|
|
107
107
|
}
|
|
108
108
|
render() {
|
|
109
109
|
var t;
|
|
110
|
-
return this.state.hasError ? /* @__PURE__ */
|
|
110
|
+
return this.state.hasError ? /* @__PURE__ */ U("div", { className: bs.errorOverlay, children: [
|
|
111
111
|
/* @__PURE__ */ c("div", { className: bs.title, children: "There was an error!" }),
|
|
112
112
|
/* @__PURE__ */ c("div", { className: bs.errorItem, children: (t = this.state.error) == null ? void 0 : t.message })
|
|
113
113
|
] }) : this.props.children;
|
|
@@ -8208,7 +8208,7 @@ const q7 = "_errorOverlay_393we_13", j7 = "_title_393we_20", P1 = {
|
|
|
8208
8208
|
title: j7
|
|
8209
8209
|
};
|
|
8210
8210
|
function G7({ message: e }) {
|
|
8211
|
-
return /* @__PURE__ */ c("div", { className: P1.errorOverlay, children: /* @__PURE__ */
|
|
8211
|
+
return /* @__PURE__ */ c("div", { className: P1.errorOverlay, children: /* @__PURE__ */ U("span", { className: P1.title, children: [
|
|
8212
8212
|
"Unknown component: ",
|
|
8213
8213
|
e
|
|
8214
8214
|
] }) });
|
|
@@ -8220,9 +8220,9 @@ const Z7 = "_errorOverlay_1jip5_13", X7 = "_title_1jip5_22", Y7 = "_errorItems_1
|
|
|
8220
8220
|
errorItem: Q7
|
|
8221
8221
|
};
|
|
8222
8222
|
function I2({ errors: e = lt, node: t, children: r }) {
|
|
8223
|
-
return /* @__PURE__ */
|
|
8224
|
-
/* @__PURE__ */
|
|
8225
|
-
/* @__PURE__ */ c("div", { className: Wi.title, children: /* @__PURE__ */
|
|
8223
|
+
return /* @__PURE__ */ U(Ve, { children: [
|
|
8224
|
+
/* @__PURE__ */ U("div", { className: Wi.errorOverlay, children: [
|
|
8225
|
+
/* @__PURE__ */ c("div", { className: Wi.title, children: /* @__PURE__ */ U("span", { children: [
|
|
8226
8226
|
/* @__PURE__ */ c("b", { children: t.type }),
|
|
8227
8227
|
" component problems:"
|
|
8228
8228
|
] }) }),
|
|
@@ -9940,7 +9940,7 @@ function i8({
|
|
|
9940
9940
|
queryParams: M,
|
|
9941
9941
|
rawBody: Z,
|
|
9942
9942
|
body: F
|
|
9943
|
-
} = w.props, { success: D, error:
|
|
9943
|
+
} = w.props, { success: D, error: j, progress: q, beforeRequest: G } = w.events || {};
|
|
9944
9944
|
p[v] = `(eventArgs, options) => {
|
|
9945
9945
|
return Actions.callApi({
|
|
9946
9946
|
uid: ${JSON.stringify(I)},
|
|
@@ -9957,9 +9957,9 @@ function i8({
|
|
|
9957
9957
|
completedNotificationMessage: ${JSON.stringify(N)},
|
|
9958
9958
|
errorNotificationMessage: ${JSON.stringify(A)},
|
|
9959
9959
|
params: { '$param': eventArgs },
|
|
9960
|
-
onError: ${JSON.stringify(
|
|
9961
|
-
onProgress: ${JSON.stringify(
|
|
9962
|
-
onBeforeRequest: ${JSON.stringify(
|
|
9960
|
+
onError: ${JSON.stringify(j)},
|
|
9961
|
+
onProgress: ${JSON.stringify(q)},
|
|
9962
|
+
onBeforeRequest: ${JSON.stringify(G)},
|
|
9963
9963
|
onSuccess: ${JSON.stringify(D)},
|
|
9964
9964
|
updates: ${JSON.stringify(_)},
|
|
9965
9965
|
optimisticValue: ${JSON.stringify(T)},
|
|
@@ -10597,7 +10597,7 @@ const F1 = {
|
|
|
10597
10597
|
}, 0);
|
|
10598
10598
|
}, [$]);
|
|
10599
10599
|
const P = n === "start";
|
|
10600
|
-
return /* @__PURE__ */
|
|
10600
|
+
return /* @__PURE__ */ U(
|
|
10601
10601
|
"button",
|
|
10602
10602
|
{
|
|
10603
10603
|
...I,
|
|
@@ -10725,7 +10725,7 @@ const Wn = Ie.forwardRef(
|
|
|
10725
10725
|
{
|
|
10726
10726
|
open: h,
|
|
10727
10727
|
onOpenChange: (y) => y ? f() : m(),
|
|
10728
|
-
children: /* @__PURE__ */
|
|
10728
|
+
children: /* @__PURE__ */ U(Ot.Portal, { container: u, children: [
|
|
10729
10729
|
!o && /* @__PURE__ */ c("div", { className: Eo.overlayBg }),
|
|
10730
10730
|
/* @__PURE__ */ c(
|
|
10731
10731
|
Ot.Overlay,
|
|
@@ -10733,7 +10733,7 @@ const Wn = Ie.forwardRef(
|
|
|
10733
10733
|
className: ue(Eo.overlay, {
|
|
10734
10734
|
[Eo.fullScreen]: o
|
|
10735
10735
|
}),
|
|
10736
|
-
children: /* @__PURE__ */
|
|
10736
|
+
children: /* @__PURE__ */ U(
|
|
10737
10737
|
Ot.Content,
|
|
10738
10738
|
{
|
|
10739
10739
|
className: ue(Eo.content),
|
|
@@ -10918,7 +10918,7 @@ function y9({
|
|
|
10918
10918
|
});
|
|
10919
10919
|
}
|
|
10920
10920
|
}), [t]);
|
|
10921
|
-
return /* @__PURE__ */
|
|
10921
|
+
return /* @__PURE__ */ U(Gl.Provider, { value: n, children: [
|
|
10922
10922
|
e,
|
|
10923
10923
|
process.env.VITE_USER_COMPONENTS_Inspect !== "false" && r && Object.values(r).map((i) => /* @__PURE__ */ c(k9, { inspectId: i.inspectId, node: i.node }, i.inspectId + +"-" + i.key))
|
|
10924
10924
|
] });
|
|
@@ -10982,7 +10982,7 @@ function k9({ inspectId: e, node: t }) {
|
|
|
10982
10982
|
return g.addEventListener("mouseenter", v), g.addEventListener("mouseleave", y), () => {
|
|
10983
10983
|
g.removeEventListener("mouseenter", v), g.removeEventListener("mouseleave", y);
|
|
10984
10984
|
};
|
|
10985
|
-
}, [e]), /* @__PURE__ */
|
|
10985
|
+
}, [e]), /* @__PURE__ */ U(Ve, { children: [
|
|
10986
10986
|
u && !!r && Lc(
|
|
10987
10987
|
/* @__PURE__ */ c(
|
|
10988
10988
|
gt,
|
|
@@ -11176,15 +11176,15 @@ function q2(e = Re, t, r) {
|
|
|
11176
11176
|
F.value && (n.paddingTop = F.value);
|
|
11177
11177
|
const D = Vr(dt("paddingBottom", e), C);
|
|
11178
11178
|
D.value && (n.paddingBottom = D.value);
|
|
11179
|
-
const
|
|
11180
|
-
|
|
11181
|
-
const
|
|
11179
|
+
const j = ar("margin", e);
|
|
11180
|
+
j && (n.margin = j);
|
|
11181
|
+
const q = ar("horizontalMargin", e), G = ar("verticalMargin", e), oe = ar("marginLeft", e) ?? q;
|
|
11182
11182
|
oe && (n.marginLeft = oe);
|
|
11183
|
-
const me = ar("marginRight", e) ??
|
|
11183
|
+
const me = ar("marginRight", e) ?? q;
|
|
11184
11184
|
me && (n.marginRight = me);
|
|
11185
|
-
const ge = ar("marginTop", e) ??
|
|
11185
|
+
const ge = ar("marginTop", e) ?? G;
|
|
11186
11186
|
ge && (n.marginTop = ge);
|
|
11187
|
-
const ye = ar("marginBottom", e) ??
|
|
11187
|
+
const ye = ar("marginBottom", e) ?? G;
|
|
11188
11188
|
ye && (n.marginBottom = ye);
|
|
11189
11189
|
const le = gs("backgroundColor", e);
|
|
11190
11190
|
le && (n.backgroundColor = le);
|
|
@@ -11693,8 +11693,8 @@ const I9 = Te(function({
|
|
|
11693
11693
|
...u == null ? void 0 : u.current,
|
|
11694
11694
|
mediaSize: o.mediaSize
|
|
11695
11695
|
});
|
|
11696
|
-
}, [o.mediaSize, u, v.props, M, L]),
|
|
11697
|
-
let
|
|
11696
|
+
}, [o.mediaSize, u, v.props, M, L]), j = Ft(F), q = Ft(D);
|
|
11697
|
+
let G = null, oe = null;
|
|
11698
11698
|
try {
|
|
11699
11699
|
const ge = {
|
|
11700
11700
|
node: v,
|
|
@@ -11708,19 +11708,19 @@ const I9 = Te(function({
|
|
|
11708
11708
|
extractResourceUrl: Z,
|
|
11709
11709
|
renderChild: E,
|
|
11710
11710
|
registerComponentApi: w,
|
|
11711
|
-
layoutCss:
|
|
11712
|
-
layoutNonCss:
|
|
11711
|
+
layoutCss: j,
|
|
11712
|
+
layoutNonCss: q,
|
|
11713
11713
|
layoutContext: u == null ? void 0 : u.current,
|
|
11714
11714
|
uid: y
|
|
11715
11715
|
};
|
|
11716
11716
|
if (v.type === "Slot")
|
|
11717
|
-
|
|
11717
|
+
G = E9(ge, d);
|
|
11718
11718
|
else {
|
|
11719
11719
|
if (!T)
|
|
11720
11720
|
return console.error(
|
|
11721
11721
|
`Component '${v.type}' is not available. Did you forget to register it?`
|
|
11722
11722
|
), /* @__PURE__ */ c(G7, { message: `${v.type}` });
|
|
11723
|
-
|
|
11723
|
+
G = T(ge);
|
|
11724
11724
|
}
|
|
11725
11725
|
const { inspectId: ye, refreshInspection: le } = T9(v, y);
|
|
11726
11726
|
if (
|
|
@@ -11732,7 +11732,7 @@ const I9 = Te(function({
|
|
|
11732
11732
|
(S == null ? void 0 : S.opaque) !== !0
|
|
11733
11733
|
) {
|
|
11734
11734
|
const ee = v.testId || v.uid, J = Oe(r, ee, o, !0);
|
|
11735
|
-
|
|
11735
|
+
G = /* @__PURE__ */ c(
|
|
11736
11736
|
K7,
|
|
11737
11737
|
{
|
|
11738
11738
|
attr: { "data-testid": J, "data-inspectId": ye },
|
|
@@ -11740,10 +11740,10 @@ const I9 = Te(function({
|
|
|
11740
11740
|
onTargetMounted: v.type === "ModalDialog" ? le : void 0,
|
|
11741
11741
|
ref: g,
|
|
11742
11742
|
children: nn(
|
|
11743
|
-
|
|
11743
|
+
G,
|
|
11744
11744
|
{
|
|
11745
11745
|
...Pa(
|
|
11746
|
-
{ ...
|
|
11746
|
+
{ ...G.props, ...K },
|
|
11747
11747
|
f
|
|
11748
11748
|
)
|
|
11749
11749
|
}
|
|
@@ -11751,14 +11751,14 @@ const I9 = Te(function({
|
|
|
11751
11751
|
}
|
|
11752
11752
|
);
|
|
11753
11753
|
}
|
|
11754
|
-
(me = u.current) != null && me.wrapChild && (
|
|
11754
|
+
(me = u.current) != null && me.wrapChild && (G = u.current.wrapChild(ge, G, S));
|
|
11755
11755
|
} catch (ge) {
|
|
11756
11756
|
oe = (ge == null ? void 0 : ge.message) || "Internal error", console.error(ge);
|
|
11757
11757
|
}
|
|
11758
|
-
return oe ? /* @__PURE__ */ c(I2, { errors: [oe], node: v, children:
|
|
11759
|
-
ref: g ? Zt(g,
|
|
11760
|
-
...Pa({ ...
|
|
11761
|
-
}) : Ie.isValidElement(
|
|
11758
|
+
return oe ? /* @__PURE__ */ c(I2, { errors: [oe], node: v, children: G }) : (g || !Fo(K)) && G && Ie.isValidElement(G) ? nn(G, {
|
|
11759
|
+
ref: g ? Zt(g, G.ref) : void 0,
|
|
11760
|
+
...Pa({ ...G.props, ...K }, f)
|
|
11761
|
+
}) : Ie.isValidElement(G) ? G : /* @__PURE__ */ c(Ve, { children: G });
|
|
11762
11762
|
});
|
|
11763
11763
|
function E9({ node: e, extractValue: t, renderChild: r, lookupAction: o, layoutContext: n }, i) {
|
|
11764
11764
|
const a = t.asOptionalString(e.props.name);
|
|
@@ -12198,7 +12198,7 @@ const O9 = '"[]"', D9 = "_stateViewerContainer_1m8hd_13", M9 = "_overlay_1m8hd_1
|
|
|
12198
12198
|
showBoundary: R9,
|
|
12199
12199
|
marker: z9,
|
|
12200
12200
|
blink: F9
|
|
12201
|
-
}, H9 = ({ children: e, state: t, showBoundary: r = !0, blink: o = !0 }) => /* @__PURE__ */
|
|
12201
|
+
}, H9 = ({ children: e, state: t, showBoundary: r = !0, blink: o = !0 }) => /* @__PURE__ */ U(
|
|
12202
12202
|
"div",
|
|
12203
12203
|
{
|
|
12204
12204
|
className: Lt(ei.stateViewerContainer),
|
|
@@ -12531,7 +12531,7 @@ const q9 = oo(
|
|
|
12531
12531
|
]);
|
|
12532
12532
|
const D = We((ee) => {
|
|
12533
12533
|
delete E.current[ee];
|
|
12534
|
-
}),
|
|
12534
|
+
}), j = Y(
|
|
12535
12535
|
(ee, J, ie, we) => {
|
|
12536
12536
|
if (typeof ee == "string")
|
|
12537
12537
|
throw Error("should be resolved for now");
|
|
@@ -12549,7 +12549,7 @@ const q9 = oo(
|
|
|
12549
12549
|
lookupAction: Z,
|
|
12550
12550
|
lookupSyncCallback: M,
|
|
12551
12551
|
registerComponentApi: $,
|
|
12552
|
-
renderChild:
|
|
12552
|
+
renderChild: j,
|
|
12553
12553
|
stateFieldPartChanged: l,
|
|
12554
12554
|
layoutContext: J,
|
|
12555
12555
|
parentRenderContext: ie,
|
|
@@ -12584,12 +12584,12 @@ const q9 = oo(
|
|
|
12584
12584
|
componentState: r,
|
|
12585
12585
|
node: t
|
|
12586
12586
|
});
|
|
12587
|
-
const
|
|
12588
|
-
return /* @__PURE__ */
|
|
12587
|
+
const q = {}, G = fe({}), oe = t.uses === void 0 ? g : G, me = Zl(), ge = me == null ? void 0 : me.stateViewOptions, ye = ge && me.displayStateView;
|
|
12588
|
+
return /* @__PURE__ */ U(
|
|
12589
12589
|
Pn,
|
|
12590
12590
|
{
|
|
12591
12591
|
children: [
|
|
12592
|
-
ye && /* @__PURE__ */
|
|
12592
|
+
ye && /* @__PURE__ */ U(
|
|
12593
12593
|
H9,
|
|
12594
12594
|
{
|
|
12595
12595
|
state: r,
|
|
@@ -12597,7 +12597,7 @@ const q9 = oo(
|
|
|
12597
12597
|
blink: ge == null ? void 0 : ge.blink,
|
|
12598
12598
|
children: [
|
|
12599
12599
|
U1({
|
|
12600
|
-
uidInfo:
|
|
12600
|
+
uidInfo: q,
|
|
12601
12601
|
uidInfoRef: oe,
|
|
12602
12602
|
loaders: t.loaders,
|
|
12603
12603
|
componentState: r,
|
|
@@ -12610,7 +12610,7 @@ const q9 = oo(
|
|
|
12610
12610
|
lookupSyncCallback: M,
|
|
12611
12611
|
cleanup: D
|
|
12612
12612
|
}),
|
|
12613
|
-
|
|
12613
|
+
j(
|
|
12614
12614
|
t.children,
|
|
12615
12615
|
p == null ? void 0 : p.current,
|
|
12616
12616
|
h,
|
|
@@ -12619,9 +12619,9 @@ const q9 = oo(
|
|
|
12619
12619
|
]
|
|
12620
12620
|
}
|
|
12621
12621
|
),
|
|
12622
|
-
!ye && /* @__PURE__ */
|
|
12622
|
+
!ye && /* @__PURE__ */ U(Ve, { children: [
|
|
12623
12623
|
U1({
|
|
12624
|
-
uidInfo:
|
|
12624
|
+
uidInfo: q,
|
|
12625
12625
|
uidInfoRef: oe,
|
|
12626
12626
|
loaders: t.loaders,
|
|
12627
12627
|
componentState: r,
|
|
@@ -12634,7 +12634,7 @@ const q9 = oo(
|
|
|
12634
12634
|
lookupSyncCallback: M,
|
|
12635
12635
|
cleanup: D
|
|
12636
12636
|
}),
|
|
12637
|
-
|
|
12637
|
+
j(
|
|
12638
12638
|
t.children,
|
|
12639
12639
|
p == null ? void 0 : p.current,
|
|
12640
12640
|
h,
|
|
@@ -12688,18 +12688,18 @@ const G9 = oo(
|
|
|
12688
12688
|
Q(() => {
|
|
12689
12689
|
const F = { ...$ };
|
|
12690
12690
|
for (const D of Object.getOwnPropertySymbols($)) {
|
|
12691
|
-
const
|
|
12692
|
-
D.description && (F[D.description] =
|
|
12691
|
+
const j = $[D];
|
|
12692
|
+
D.description && (F[D.description] = j);
|
|
12693
12693
|
}
|
|
12694
12694
|
if (Reflect.ownKeys(L).length === 0)
|
|
12695
12695
|
return F;
|
|
12696
12696
|
for (const D of Object.getOwnPropertySymbols(L)) {
|
|
12697
|
-
const
|
|
12697
|
+
const j = L[D];
|
|
12698
12698
|
if (D.description) {
|
|
12699
|
-
const
|
|
12700
|
-
F[
|
|
12699
|
+
const q = D.description;
|
|
12700
|
+
F[q] = { ...F[q] || {}, ...j };
|
|
12701
12701
|
}
|
|
12702
|
-
F[D] = { ...F[D], ...
|
|
12702
|
+
F[D] = { ...F[D], ...j };
|
|
12703
12703
|
}
|
|
12704
12704
|
return F;
|
|
12705
12705
|
}, [$, L])
|
|
@@ -12719,8 +12719,8 @@ const G9 = oo(
|
|
|
12719
12719
|
...t.vars
|
|
12720
12720
|
}), _ = Q(() => {
|
|
12721
12721
|
const F = {};
|
|
12722
|
-
return Object.entries(R).forEach(([D,
|
|
12723
|
-
aa(
|
|
12722
|
+
return Object.entries(R).forEach(([D, j]) => {
|
|
12723
|
+
aa(j) && j.tree.type === "ArrowE" && (F[D] = Oa(j.tree, A));
|
|
12724
12724
|
}), C9(F);
|
|
12725
12725
|
}, [A, R]), T = V1(
|
|
12726
12726
|
R,
|
|
@@ -12742,16 +12742,16 @@ const G9 = oo(
|
|
|
12742
12742
|
f
|
|
12743
12743
|
), C = Y((F, D) => {
|
|
12744
12744
|
B(
|
|
12745
|
-
pr((
|
|
12746
|
-
|
|
12747
|
-
|
|
12745
|
+
pr((j) => {
|
|
12746
|
+
j[F] || (j[F] = {}), Object.entries(D).forEach(([q, G]) => {
|
|
12747
|
+
j[F][q] !== G && (j[F][q] = G);
|
|
12748
12748
|
});
|
|
12749
12749
|
})
|
|
12750
12750
|
);
|
|
12751
12751
|
}, []), M = fe(P), Z = Y(
|
|
12752
|
-
(F, D,
|
|
12753
|
-
const
|
|
12754
|
-
|
|
12752
|
+
(F, D, j, q) => {
|
|
12753
|
+
const G = F[0];
|
|
12754
|
+
G in M.current || G in O ? I(su(F, D, j, q)) : (!t.uses || t.uses.includes(G)) && n(F, D, j, q);
|
|
12755
12755
|
},
|
|
12756
12756
|
[O, t.uses, n]
|
|
12757
12757
|
);
|
|
@@ -13563,7 +13563,7 @@ const _p = (e) => /* @__PURE__ */ c(Tp, { ...e }), $p = (e) => /* @__PURE__ */ c
|
|
|
13563
13563
|
function Kp(e) {
|
|
13564
13564
|
return de({ tag: "svg", attr: { viewBox: "0 0 24 24" }, child: [{ tag: "path", attr: { d: "M11.953 2C6.465 2 2 6.486 2 12s4.486 10 10 10 10-4.486 10-10S17.493 2 11.953 2zM12 20c-4.411 0-8-3.589-8-8s3.567-8 7.953-8C16.391 4 20 7.589 20 12s-3.589 8-8 8z" } }, { tag: "path", attr: { d: "M11 7h2v7h-2zm0 8h2v2h-2z" } }] })(e);
|
|
13565
13565
|
}
|
|
13566
|
-
const l0 = (e) => /* @__PURE__ */ c(Kp, { ...e }), Jp = (e) => /* @__PURE__ */ V.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", className: "icon icon-tabler icon-tabler-trending-up", width: 24, height: 24, viewBox: "0 0 24 24", strokeWidth: 2, stroke: "currentColor", fill: "none", strokeLinecap: "round", strokeLinejoin: "round", ...e }, /* @__PURE__ */ V.createElement("path", { stroke: "none", d: "M0 0h24v24H0z", fill: "none" }), /* @__PURE__ */ V.createElement("path", { d: "M3 17l6 -6l4 4l8 -8" }), /* @__PURE__ */ V.createElement("path", { d: "M14 7l7 0l0 7" })), eh = (e) => /* @__PURE__ */ c(Jp, { ...e }), th = (e) => /* @__PURE__ */ V.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", className: "icon icon-tabler icon-tabler-trending-down", width: 24, height: 24, viewBox: "0 0 24 24", strokeWidth: 2, stroke: "currentColor", fill: "none", strokeLinecap: "round", strokeLinejoin: "round", ...e }, /* @__PURE__ */ V.createElement("path", { stroke: "none", d: "M0 0h24v24H0z", fill: "none" }), /* @__PURE__ */ V.createElement("path", { d: "M3 7l6 6l4 -4l8 8" }), /* @__PURE__ */ V.createElement("path", { d: "M21 10l0 7l-7 0" })), rh = (e) => /* @__PURE__ */ c(th, { ...e }), oh = (e) => /* @__PURE__ */
|
|
13566
|
+
const l0 = (e) => /* @__PURE__ */ c(Kp, { ...e }), Jp = (e) => /* @__PURE__ */ V.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", className: "icon icon-tabler icon-tabler-trending-up", width: 24, height: 24, viewBox: "0 0 24 24", strokeWidth: 2, stroke: "currentColor", fill: "none", strokeLinecap: "round", strokeLinejoin: "round", ...e }, /* @__PURE__ */ V.createElement("path", { stroke: "none", d: "M0 0h24v24H0z", fill: "none" }), /* @__PURE__ */ V.createElement("path", { d: "M3 17l6 -6l4 4l8 -8" }), /* @__PURE__ */ V.createElement("path", { d: "M14 7l7 0l0 7" })), eh = (e) => /* @__PURE__ */ c(Jp, { ...e }), th = (e) => /* @__PURE__ */ V.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", className: "icon icon-tabler icon-tabler-trending-down", width: 24, height: 24, viewBox: "0 0 24 24", strokeWidth: 2, stroke: "currentColor", fill: "none", strokeLinecap: "round", strokeLinejoin: "round", ...e }, /* @__PURE__ */ V.createElement("path", { stroke: "none", d: "M0 0h24v24H0z", fill: "none" }), /* @__PURE__ */ V.createElement("path", { d: "M3 7l6 6l4 -4l8 8" }), /* @__PURE__ */ V.createElement("path", { d: "M21 10l0 7l-7 0" })), rh = (e) => /* @__PURE__ */ c(th, { ...e }), oh = (e) => /* @__PURE__ */ U(
|
|
13567
13567
|
"svg",
|
|
13568
13568
|
{
|
|
13569
13569
|
width: "100%",
|
|
@@ -13582,7 +13582,7 @@ const l0 = (e) => /* @__PURE__ */ c(Kp, { ...e }), Jp = (e) => /* @__PURE__ */ V
|
|
|
13582
13582
|
/* @__PURE__ */ c("path", { d: "M12,22l-7,-8l14,-0l-7,8Z", fill: "currentColor", fillOpacity: 0.5 })
|
|
13583
13583
|
]
|
|
13584
13584
|
}
|
|
13585
|
-
), nh = (e) => /* @__PURE__ */
|
|
13585
|
+
), nh = (e) => /* @__PURE__ */ U(
|
|
13586
13586
|
"svg",
|
|
13587
13587
|
{
|
|
13588
13588
|
width: "100%",
|
|
@@ -13601,7 +13601,7 @@ const l0 = (e) => /* @__PURE__ */ c(Kp, { ...e }), Jp = (e) => /* @__PURE__ */ V
|
|
|
13601
13601
|
/* @__PURE__ */ c("path", { d: "M12,22l-7,-8l14,-0l-7,8Z", fill: "currentColor" })
|
|
13602
13602
|
]
|
|
13603
13603
|
}
|
|
13604
|
-
), ih = (e) => /* @__PURE__ */
|
|
13604
|
+
), ih = (e) => /* @__PURE__ */ U(
|
|
13605
13605
|
"svg",
|
|
13606
13606
|
{
|
|
13607
13607
|
width: "100%",
|
|
@@ -13776,7 +13776,7 @@ function lh({ children: e }) {
|
|
|
13776
13776
|
ensureCustomSvgIcon: s,
|
|
13777
13777
|
customSvgs: o
|
|
13778
13778
|
}), [o, s, t, r]);
|
|
13779
|
-
return /* @__PURE__ */
|
|
13779
|
+
return /* @__PURE__ */ U(N2.Provider, { value: l, children: [
|
|
13780
13780
|
e,
|
|
13781
13781
|
/* @__PURE__ */ c("svg", { style: { display: "none" }, ref: a })
|
|
13782
13782
|
] });
|
|
@@ -14372,7 +14372,7 @@ const Qh = se(
|
|
|
14372
14372
|
clearTimeout(l);
|
|
14373
14373
|
};
|
|
14374
14374
|
}, [t]);
|
|
14375
|
-
const s = /* @__PURE__ */ c(Ve, { children: /* @__PURE__ */
|
|
14375
|
+
const s = /* @__PURE__ */ c(Ve, { children: /* @__PURE__ */ U("div", { className: el["lds-ring"], style: o, ref: n, children: [
|
|
14376
14376
|
/* @__PURE__ */ c("div", {}),
|
|
14377
14377
|
/* @__PURE__ */ c("div", {}),
|
|
14378
14378
|
/* @__PURE__ */ c("div", {}),
|
|
@@ -14453,8 +14453,8 @@ const Om = /^[0-9]+$/, to = Te(function({
|
|
|
14453
14453
|
validationResult: g
|
|
14454
14454
|
}, v) {
|
|
14455
14455
|
const y = zr(), w = t || y;
|
|
14456
|
-
return n === void 0 ? /* @__PURE__ */ c(tl, { style: o, id: w, onFocus: h, onBlur: m, ref: v, children: u }) : /* @__PURE__ */
|
|
14457
|
-
/* @__PURE__ */
|
|
14456
|
+
return n === void 0 ? /* @__PURE__ */ c(tl, { style: o, id: w, onFocus: h, onBlur: m, ref: v, children: u }) : /* @__PURE__ */ U("div", { style: o, ref: v, children: [
|
|
14457
|
+
/* @__PURE__ */ U(
|
|
14458
14458
|
"div",
|
|
14459
14459
|
{
|
|
14460
14460
|
className: ue(br.container, {
|
|
@@ -14467,7 +14467,7 @@ const Om = /^[0-9]+$/, to = Te(function({
|
|
|
14467
14467
|
onFocus: h,
|
|
14468
14468
|
onBlur: m,
|
|
14469
14469
|
children: [
|
|
14470
|
-
n && /* @__PURE__ */
|
|
14470
|
+
n && /* @__PURE__ */ U(
|
|
14471
14471
|
"label",
|
|
14472
14472
|
{
|
|
14473
14473
|
htmlFor: w,
|
|
@@ -14550,11 +14550,11 @@ const Om = /^[0-9]+$/, to = Te(function({
|
|
|
14550
14550
|
te(() => {
|
|
14551
14551
|
s({ value: d }, { initial: !0 });
|
|
14552
14552
|
}, [d, s]);
|
|
14553
|
-
const D = (le) => a ? !0 : (le.preventDefault(), !1),
|
|
14553
|
+
const D = (le) => a ? !0 : (le.preventDefault(), !1), j = () => {
|
|
14554
14554
|
M(!0), m == null || m();
|
|
14555
|
-
},
|
|
14555
|
+
}, q = () => {
|
|
14556
14556
|
M(!1), f == null || f();
|
|
14557
|
-
},
|
|
14557
|
+
}, G = Y(() => {
|
|
14558
14558
|
setTimeout(() => {
|
|
14559
14559
|
var le;
|
|
14560
14560
|
(le = O.current) == null || le.focus();
|
|
@@ -14583,11 +14583,11 @@ const Om = /^[0-9]+$/, to = Te(function({
|
|
|
14583
14583
|
}
|
|
14584
14584
|
}, [r, W, O]), te(() => {
|
|
14585
14585
|
$ == null || $({
|
|
14586
|
-
focus:
|
|
14586
|
+
focus: G,
|
|
14587
14587
|
insert: oe,
|
|
14588
14588
|
setValue: me
|
|
14589
14589
|
});
|
|
14590
|
-
}, [
|
|
14590
|
+
}, [G, oe, $, me]);
|
|
14591
14591
|
const ge = Y(
|
|
14592
14592
|
(le) => {
|
|
14593
14593
|
var ee, J;
|
|
@@ -14616,8 +14616,8 @@ const Om = /^[0-9]+$/, to = Te(function({
|
|
|
14616
14616
|
readOnly: i,
|
|
14617
14617
|
onChange: F,
|
|
14618
14618
|
onCopy: D,
|
|
14619
|
-
onFocus:
|
|
14620
|
-
onBlur:
|
|
14619
|
+
onFocus: j,
|
|
14620
|
+
onBlur: q,
|
|
14621
14621
|
onKeyDown: ge,
|
|
14622
14622
|
autoComplete: "off"
|
|
14623
14623
|
};
|
|
@@ -14866,9 +14866,9 @@ _0.displayName = Ot.Overlay.displayName;
|
|
|
14866
14866
|
const $0 = V.forwardRef(
|
|
14867
14867
|
({ side: e = "left", className: t, children: r, ...o }, n) => {
|
|
14868
14868
|
const { root: i } = ut();
|
|
14869
|
-
return /* @__PURE__ */
|
|
14869
|
+
return /* @__PURE__ */ U(wf, { container: i, children: [
|
|
14870
14870
|
/* @__PURE__ */ c(_0, {}),
|
|
14871
|
-
/* @__PURE__ */
|
|
14871
|
+
/* @__PURE__ */ U(
|
|
14872
14872
|
Ot.Content,
|
|
14873
14873
|
{
|
|
14874
14874
|
forceMount: !0,
|
|
@@ -14886,7 +14886,7 @@ const $0 = V.forwardRef(
|
|
|
14886
14886
|
...o,
|
|
14887
14887
|
children: [
|
|
14888
14888
|
r,
|
|
14889
|
-
/* @__PURE__ */
|
|
14889
|
+
/* @__PURE__ */ U(Ot.Close, { className: Ko.close, children: [
|
|
14890
14890
|
/* @__PURE__ */ c(Pe, { name: "close" }),
|
|
14891
14891
|
/* @__PURE__ */ c(X5, { children: "Close" })
|
|
14892
14892
|
] })
|
|
@@ -14974,7 +14974,7 @@ const Mf = ({
|
|
|
14974
14974
|
titleContent: p
|
|
14975
14975
|
}) => {
|
|
14976
14976
|
const { mediaSize: h } = Er(), m = I0(), f = h.sizeIndex < 2 ? null : !p && d ? /* @__PURE__ */ c(wi, { to: "/", displayActive: !1, style: { paddingLeft: 0 }, children: d }) : p;
|
|
14977
|
-
return /* @__PURE__ */ c("div", { className: ue(co.header, n), style: r, children: /* @__PURE__ */
|
|
14977
|
+
return /* @__PURE__ */ c("div", { className: ue(co.header, n), style: r, children: /* @__PURE__ */ U(
|
|
14978
14978
|
"div",
|
|
14979
14979
|
{
|
|
14980
14980
|
className: ue(co.headerInner, {
|
|
@@ -14990,10 +14990,10 @@ const Mf = ({
|
|
|
14990
14990
|
style: { color: "inherit", flexShrink: 0 }
|
|
14991
14991
|
}
|
|
14992
14992
|
),
|
|
14993
|
-
/* @__PURE__ */ c("div", { className: co.logoAndTitle, children: (l || !a) && (o ? /* @__PURE__ */
|
|
14993
|
+
/* @__PURE__ */ c("div", { className: co.logoAndTitle, children: (l || !a) && (o ? /* @__PURE__ */ U(Ve, { children: [
|
|
14994
14994
|
/* @__PURE__ */ c("div", { className: co.customLogoContainer, children: o }),
|
|
14995
14995
|
f
|
|
14996
|
-
] }) : /* @__PURE__ */
|
|
14996
|
+
] }) : /* @__PURE__ */ U(Ve, { children: [
|
|
14997
14997
|
!!m && /* @__PURE__ */ c("div", { className: co.logoContainer, children: /* @__PURE__ */ c(wi, { to: "/", displayActive: !1, style: { padding: 0, height: "100%" }, children: /* @__PURE__ */ c(cs, {}) }) }),
|
|
14998
14998
|
f
|
|
14999
14999
|
] })) }),
|
|
@@ -15022,7 +15022,7 @@ function E0({
|
|
|
15022
15022
|
navPanelDef: f,
|
|
15023
15023
|
logoContentDef: g
|
|
15024
15024
|
} = u || {};
|
|
15025
|
-
return /* @__PURE__ */
|
|
15025
|
+
return /* @__PURE__ */ U(
|
|
15026
15026
|
Mf,
|
|
15027
15027
|
{
|
|
15028
15028
|
hasRegisteredNavPanel: m,
|
|
@@ -15136,19 +15136,19 @@ function Ff({
|
|
|
15136
15136
|
}, [g, v, I, L]), te(() => {
|
|
15137
15137
|
a();
|
|
15138
15138
|
}, [a]);
|
|
15139
|
-
const S = A.largeScreen || !R && E !== "condensed" && E !== "condensed-sticky", O = fe(null), W = fe(null), K = n ? O : W, [C, M] = ae(0), [Z, F] = ae(0), D = zf(),
|
|
15139
|
+
const S = A.largeScreen || !R && E !== "condensed" && E !== "condensed-sticky", O = fe(null), W = fe(null), K = n ? O : W, [C, M] = ae(0), [Z, F] = ae(0), D = zf(), j = fe(), q = Y((pe) => {
|
|
15140
|
+
j.current = pe;
|
|
15141
|
+
}, []), G = fe(), oe = Y((pe) => {
|
|
15140
15142
|
G.current = pe;
|
|
15141
|
-
}, []), U = fe(), oe = Y((pe) => {
|
|
15142
|
-
U.current = pe;
|
|
15143
15143
|
}, []);
|
|
15144
15144
|
Sa(
|
|
15145
|
-
|
|
15145
|
+
j,
|
|
15146
15146
|
Y((pe) => {
|
|
15147
15147
|
var Le, Ee;
|
|
15148
15148
|
M((Ee = (Le = pe == null ? void 0 : pe[0]) == null ? void 0 : Le.contentRect) == null ? void 0 : Ee.height);
|
|
15149
15149
|
}, [])
|
|
15150
15150
|
), Sa(
|
|
15151
|
-
|
|
15151
|
+
G,
|
|
15152
15152
|
Y((pe) => {
|
|
15153
15153
|
var Le, Ee;
|
|
15154
15154
|
F((Ee = (Le = pe == null ? void 0 : pe[0]) == null ? void 0 : Le.contentRect) == null ? void 0 : Ee.height);
|
|
@@ -15216,24 +15216,24 @@ function Ff({
|
|
|
15216
15216
|
let we;
|
|
15217
15217
|
switch (E) {
|
|
15218
15218
|
case "vertical":
|
|
15219
|
-
we = /* @__PURE__ */
|
|
15219
|
+
we = /* @__PURE__ */ U("div", { className: ue(ie, Ne.vertical), style: me, children: [
|
|
15220
15220
|
S && /* @__PURE__ */ c("div", { className: ue(Ne.navPanelWrapper), children: l }),
|
|
15221
|
-
/* @__PURE__ */
|
|
15221
|
+
/* @__PURE__ */ U("div", { className: Ne.contentWrapper, ref: O, children: [
|
|
15222
15222
|
/* @__PURE__ */ c("header", { ref: oe, className: ue(Ne.headerWrapper), children: s }),
|
|
15223
15223
|
/* @__PURE__ */ c("div", { className: Ne.PagesWrapper, ref: W, children: /* @__PURE__ */ c(Qr.Provider, { value: K, children: /* @__PURE__ */ c("div", { className: Ne.PagesWrapperInner, style: T, children: e }) }) }),
|
|
15224
|
-
/* @__PURE__ */ c("div", { className: Ne.footerWrapper, ref:
|
|
15224
|
+
/* @__PURE__ */ c("div", { className: Ne.footerWrapper, ref: q, children: u })
|
|
15225
15225
|
] })
|
|
15226
15226
|
] });
|
|
15227
15227
|
break;
|
|
15228
15228
|
case "vertical-sticky":
|
|
15229
|
-
we = /* @__PURE__ */
|
|
15229
|
+
we = /* @__PURE__ */ U(
|
|
15230
15230
|
"div",
|
|
15231
15231
|
{
|
|
15232
15232
|
className: ue(ie, Ne.vertical, Ne.sticky),
|
|
15233
15233
|
style: me,
|
|
15234
15234
|
children: [
|
|
15235
15235
|
S && /* @__PURE__ */ c("div", { className: ue(Ne.navPanelWrapper), children: l }),
|
|
15236
|
-
/* @__PURE__ */
|
|
15236
|
+
/* @__PURE__ */ U("div", { className: Ne.contentWrapper, ref: O, children: [
|
|
15237
15237
|
/* @__PURE__ */ c(
|
|
15238
15238
|
"header",
|
|
15239
15239
|
{
|
|
@@ -15243,14 +15243,14 @@ function Ff({
|
|
|
15243
15243
|
}
|
|
15244
15244
|
),
|
|
15245
15245
|
/* @__PURE__ */ c("div", { className: Ne.PagesWrapper, ref: W, children: /* @__PURE__ */ c(Qr.Provider, { value: K, children: /* @__PURE__ */ c("div", { className: Ne.PagesWrapperInner, style: T, children: e }) }) }),
|
|
15246
|
-
/* @__PURE__ */ c("div", { className: Ne.footerWrapper, ref:
|
|
15246
|
+
/* @__PURE__ */ c("div", { className: Ne.footerWrapper, ref: q, children: u })
|
|
15247
15247
|
] })
|
|
15248
15248
|
]
|
|
15249
15249
|
}
|
|
15250
15250
|
);
|
|
15251
15251
|
break;
|
|
15252
15252
|
case "vertical-full-header":
|
|
15253
|
-
we = /* @__PURE__ */
|
|
15253
|
+
we = /* @__PURE__ */ U(
|
|
15254
15254
|
"div",
|
|
15255
15255
|
{
|
|
15256
15256
|
className: ue(ie, Ne.verticalFullHeader),
|
|
@@ -15265,18 +15265,18 @@ function Ff({
|
|
|
15265
15265
|
children: s
|
|
15266
15266
|
}
|
|
15267
15267
|
),
|
|
15268
|
-
/* @__PURE__ */
|
|
15268
|
+
/* @__PURE__ */ U("div", { className: Ne.content, children: [
|
|
15269
15269
|
S && /* @__PURE__ */ c("aside", { className: Ne.navPanelWrapper, children: l }),
|
|
15270
15270
|
/* @__PURE__ */ c("main", { className: Ne.contentWrapper, children: /* @__PURE__ */ c("div", { className: Ne.PagesWrapper, ref: W, children: /* @__PURE__ */ c(Qr.Provider, { value: K, children: /* @__PURE__ */ c("div", { className: Ne.PagesWrapperInner, style: T, children: e }) }) }) })
|
|
15271
15271
|
] }),
|
|
15272
|
-
/* @__PURE__ */ c("div", { className: Ne.footerWrapper, ref:
|
|
15272
|
+
/* @__PURE__ */ c("div", { className: Ne.footerWrapper, ref: q, children: u })
|
|
15273
15273
|
]
|
|
15274
15274
|
}
|
|
15275
15275
|
);
|
|
15276
15276
|
break;
|
|
15277
15277
|
case "condensed":
|
|
15278
15278
|
case "condensed-sticky":
|
|
15279
|
-
we = /* @__PURE__ */
|
|
15279
|
+
we = /* @__PURE__ */ U(
|
|
15280
15280
|
"div",
|
|
15281
15281
|
{
|
|
15282
15282
|
className: ue(ie, Ne.horizontal, {
|
|
@@ -15285,7 +15285,7 @@ function Ff({
|
|
|
15285
15285
|
style: me,
|
|
15286
15286
|
ref: O,
|
|
15287
15287
|
children: [
|
|
15288
|
-
/* @__PURE__ */
|
|
15288
|
+
/* @__PURE__ */ U(
|
|
15289
15289
|
"header",
|
|
15290
15290
|
{
|
|
15291
15291
|
className: ue("app-layout-condensed", Ne.headerWrapper, {
|
|
@@ -15299,39 +15299,39 @@ function Ff({
|
|
|
15299
15299
|
}
|
|
15300
15300
|
),
|
|
15301
15301
|
/* @__PURE__ */ c("div", { className: Ne.PagesWrapper, ref: W, children: /* @__PURE__ */ c(Qr.Provider, { value: K, children: /* @__PURE__ */ c("div", { className: Ne.PagesWrapperInner, style: T, children: e }) }) }),
|
|
15302
|
-
/* @__PURE__ */ c("div", { className: Ne.footerWrapper, ref:
|
|
15302
|
+
/* @__PURE__ */ c("div", { className: Ne.footerWrapper, ref: q, children: u })
|
|
15303
15303
|
]
|
|
15304
15304
|
}
|
|
15305
15305
|
);
|
|
15306
15306
|
break;
|
|
15307
15307
|
case "horizontal": {
|
|
15308
|
-
we = /* @__PURE__ */
|
|
15308
|
+
we = /* @__PURE__ */ U(
|
|
15309
15309
|
"div",
|
|
15310
15310
|
{
|
|
15311
15311
|
className: ue(ie, Ne.horizontal),
|
|
15312
15312
|
style: me,
|
|
15313
15313
|
ref: O,
|
|
15314
15314
|
children: [
|
|
15315
|
-
/* @__PURE__ */
|
|
15315
|
+
/* @__PURE__ */ U("header", { className: ue(Ne.headerWrapper), ref: oe, children: [
|
|
15316
15316
|
s,
|
|
15317
15317
|
S && /* @__PURE__ */ c("div", { className: Ne.navPanelWrapper, children: l })
|
|
15318
15318
|
] }),
|
|
15319
15319
|
/* @__PURE__ */ c("div", { className: Ne.PagesWrapper, ref: W, children: /* @__PURE__ */ c(Qr.Provider, { value: K, children: /* @__PURE__ */ c("div", { className: Ne.PagesWrapperInner, style: T, children: e }) }) }),
|
|
15320
|
-
/* @__PURE__ */ c("div", { className: Ne.footerWrapper, ref:
|
|
15320
|
+
/* @__PURE__ */ c("div", { className: Ne.footerWrapper, ref: q, children: u })
|
|
15321
15321
|
]
|
|
15322
15322
|
}
|
|
15323
15323
|
);
|
|
15324
15324
|
break;
|
|
15325
15325
|
}
|
|
15326
15326
|
case "horizontal-sticky":
|
|
15327
|
-
we = /* @__PURE__ */
|
|
15327
|
+
we = /* @__PURE__ */ U(
|
|
15328
15328
|
"div",
|
|
15329
15329
|
{
|
|
15330
15330
|
className: ue(ie, Ne.horizontal, Ne.sticky),
|
|
15331
15331
|
style: me,
|
|
15332
15332
|
ref: O,
|
|
15333
15333
|
children: [
|
|
15334
|
-
/* @__PURE__ */
|
|
15334
|
+
/* @__PURE__ */ U(
|
|
15335
15335
|
"header",
|
|
15336
15336
|
{
|
|
15337
15337
|
className: ue(Ne.headerWrapper, Ne.sticky),
|
|
@@ -15343,7 +15343,7 @@ function Ff({
|
|
|
15343
15343
|
}
|
|
15344
15344
|
),
|
|
15345
15345
|
/* @__PURE__ */ c("div", { className: Ne.PagesWrapper, ref: W, children: /* @__PURE__ */ c(Qr.Provider, { value: K, children: /* @__PURE__ */ c("div", { className: Ne.PagesWrapperInner, style: T, children: e }) }) }),
|
|
15346
|
-
/* @__PURE__ */ c("div", { className: Ne.footerWrapper, ref:
|
|
15346
|
+
/* @__PURE__ */ c("div", { className: Ne.footerWrapper, ref: q, children: u })
|
|
15347
15347
|
]
|
|
15348
15348
|
}
|
|
15349
15349
|
);
|
|
@@ -15351,9 +15351,9 @@ function Ff({
|
|
|
15351
15351
|
default:
|
|
15352
15352
|
throw new Error("layout type not supported: " + E);
|
|
15353
15353
|
}
|
|
15354
|
-
return /* @__PURE__ */
|
|
15354
|
+
return /* @__PURE__ */ U(Ve, { children: [
|
|
15355
15355
|
w !== void 0 && /* @__PURE__ */ c(Xa, { defaultTitle: w, titleTemplate: `%s | ${w}` }),
|
|
15356
|
-
/* @__PURE__ */
|
|
15356
|
+
/* @__PURE__ */ U(T0.Provider, { value: J, children: [
|
|
15357
15357
|
/* @__PURE__ */ c(yf, { open: ge, onOpenChange: (pe) => ye(pe), children: /* @__PURE__ */ c($0, { side: "left", children: y(d, { inDrawer: !0 }) }) }),
|
|
15358
15358
|
we
|
|
15359
15359
|
] })
|
|
@@ -15387,7 +15387,7 @@ function Xf({
|
|
|
15387
15387
|
style: o
|
|
15388
15388
|
}) {
|
|
15389
15389
|
const n = fe(null);
|
|
15390
|
-
return /* @__PURE__ */ c(Jl.Provider, { value: Zf, children: /* @__PURE__ */ c("div", { ref: n, className: ue(Jr.wrapper, r), children: /* @__PURE__ */
|
|
15390
|
+
return /* @__PURE__ */ c(Jl.Provider, { value: Zf, children: /* @__PURE__ */ c("div", { ref: n, className: ue(Jr.wrapper, r), children: /* @__PURE__ */ U(Qr.Provider, { value: n, children: [
|
|
15391
15391
|
/* @__PURE__ */ c("div", { className: ue(Jr.logoWrapper, Jr.inDrawer), children: e || /* @__PURE__ */ c(cs, {}) }),
|
|
15392
15392
|
/* @__PURE__ */ c("div", { className: Jr.wrapperInner, style: o, children: t })
|
|
15393
15393
|
] }) }) });
|
|
@@ -15410,7 +15410,7 @@ const Yf = Te(function({
|
|
|
15410
15410
|
[Jr.horizontal]: p,
|
|
15411
15411
|
[Jr.condensed]: m
|
|
15412
15412
|
}),
|
|
15413
|
-
children: /* @__PURE__ */
|
|
15413
|
+
children: /* @__PURE__ */ U(Qr.Provider, { value: l, children: [
|
|
15414
15414
|
h && /* @__PURE__ */ c("div", { className: ue(Jr.logoWrapper), children: f || /* @__PURE__ */ c(cs, {}) }),
|
|
15415
15415
|
/* @__PURE__ */ c("div", { className: Jr.wrapperInner, style: r, children: t })
|
|
15416
15416
|
] })
|
|
@@ -15451,7 +15451,7 @@ const wi = Te(function({
|
|
|
15451
15451
|
[Pr.navItemActive]: a && p
|
|
15452
15452
|
});
|
|
15453
15453
|
let I;
|
|
15454
|
-
return o || !y ? I = /* @__PURE__ */
|
|
15454
|
+
return o || !y ? I = /* @__PURE__ */ U(
|
|
15455
15455
|
"button",
|
|
15456
15456
|
{
|
|
15457
15457
|
...h,
|
|
@@ -15465,7 +15465,7 @@ const wi = Te(function({
|
|
|
15465
15465
|
r
|
|
15466
15466
|
]
|
|
15467
15467
|
}
|
|
15468
|
-
) : I = /* @__PURE__ */
|
|
15468
|
+
) : I = /* @__PURE__ */ U(
|
|
15469
15469
|
Dc,
|
|
15470
15470
|
{
|
|
15471
15471
|
id: t,
|
|
@@ -15566,7 +15566,7 @@ const wi = Te(function({
|
|
|
15566
15566
|
iconWrapper: og
|
|
15567
15567
|
}, e1 = Te(function({ to: t, children: r, icon: o, active: n, onClick: i, target: a, disabled: s, style: l }, u) {
|
|
15568
15568
|
const d = !!o && !r, p = Q(() => us(t), [t]);
|
|
15569
|
-
return /* @__PURE__ */
|
|
15569
|
+
return /* @__PURE__ */ U(
|
|
15570
15570
|
t ? v5 : "div",
|
|
15571
15571
|
{
|
|
15572
15572
|
ref: u,
|
|
@@ -15715,14 +15715,14 @@ const vg = oo(function({ index: t, style: r, data: o }) {
|
|
|
15715
15715
|
},
|
|
15716
15716
|
[i, l]
|
|
15717
15717
|
);
|
|
15718
|
-
return /* @__PURE__ */ c("div", { style: { ...r, width: "auto", minWidth: "100%", display: "flex" }, children: /* @__PURE__ */
|
|
15718
|
+
return /* @__PURE__ */ c("div", { style: { ...r, width: "auto", minWidth: "100%", display: "flex" }, children: /* @__PURE__ */ U(
|
|
15719
15719
|
"div",
|
|
15720
15720
|
{
|
|
15721
15721
|
className: ue(uo.rowWrapper, {
|
|
15722
15722
|
[uo.selected]: a === l.key
|
|
15723
15723
|
}),
|
|
15724
15724
|
children: [
|
|
15725
|
-
/* @__PURE__ */
|
|
15725
|
+
/* @__PURE__ */ U("div", { onClick: u, className: uo.gutter, children: [
|
|
15726
15726
|
/* @__PURE__ */ c("div", { style: { width: l.depth * 10 }, className: uo.depthPlaceholder }),
|
|
15727
15727
|
/* @__PURE__ */ c(
|
|
15728
15728
|
"div",
|
|
@@ -16096,7 +16096,7 @@ const go = Te(function({
|
|
|
16096
16096
|
text: m.current.textContent.trim(),
|
|
16097
16097
|
anchor: v.current
|
|
16098
16098
|
});
|
|
16099
|
-
}, [f, $, w, r]), /* @__PURE__ */
|
|
16099
|
+
}, [f, $, w, r]), /* @__PURE__ */ U(
|
|
16100
16100
|
h,
|
|
16101
16101
|
{
|
|
16102
16102
|
ref: I,
|
|
@@ -16647,7 +16647,7 @@ function ib({
|
|
|
16647
16647
|
else if (T) {
|
|
16648
16648
|
let M, Z, F, D;
|
|
16649
16649
|
if (s) {
|
|
16650
|
-
let
|
|
16650
|
+
let q = m.indexOf(s.from), G = m.indexOf(s.to), oe = Math.min(q, G), me = Math.max(q, G);
|
|
16651
16651
|
const ge = m.slice(oe, me + 1);
|
|
16652
16652
|
C = C.filter(
|
|
16653
16653
|
(ee) => !ge.includes(ee)
|
|
@@ -16656,8 +16656,8 @@ function ib({
|
|
|
16656
16656
|
M = Math.min(ye, le), Z = Math.max(ye, le);
|
|
16657
16657
|
} else
|
|
16658
16658
|
F = _, D = _, M = A, Z = A;
|
|
16659
|
-
const
|
|
16660
|
-
C = B5(C,
|
|
16659
|
+
const j = m.slice(M, Z + 1);
|
|
16660
|
+
C = B5(C, j), K = {
|
|
16661
16661
|
from: F,
|
|
16662
16662
|
to: D
|
|
16663
16663
|
};
|
|
@@ -16901,9 +16901,9 @@ const hb = 42, mb = [10], Z1 = (e) => {
|
|
|
16901
16901
|
checkAllRows: Z,
|
|
16902
16902
|
focusedIndex: F,
|
|
16903
16903
|
onKeyDown: D,
|
|
16904
|
-
selectedRowIdMap:
|
|
16905
|
-
idKey:
|
|
16906
|
-
selectionApi:
|
|
16904
|
+
selectedRowIdMap: j,
|
|
16905
|
+
idKey: q,
|
|
16906
|
+
selectionApi: G
|
|
16907
16907
|
} = ib({
|
|
16908
16908
|
items: A,
|
|
16909
16909
|
visibleItems: K,
|
|
@@ -17039,17 +17039,17 @@ const hb = 42, mb = [10], Z1 = (e) => {
|
|
|
17039
17039
|
enableMultiRowSelection: a,
|
|
17040
17040
|
columnResizeMode: "onChange",
|
|
17041
17041
|
getRowId: Y(
|
|
17042
|
-
(Se) => Se[
|
|
17043
|
-
[
|
|
17042
|
+
(Se) => Se[q] + "",
|
|
17043
|
+
[q]
|
|
17044
17044
|
),
|
|
17045
17045
|
state: Q(
|
|
17046
17046
|
() => ({
|
|
17047
17047
|
pagination: pe,
|
|
17048
|
-
rowSelection:
|
|
17048
|
+
rowSelection: j,
|
|
17049
17049
|
columnSizing: Ge,
|
|
17050
17050
|
columnPinning: ft
|
|
17051
17051
|
}),
|
|
17052
|
-
[ft, Ge, pe,
|
|
17052
|
+
[ft, Ge, pe, j]
|
|
17053
17053
|
),
|
|
17054
17054
|
onColumnSizingChange: vt,
|
|
17055
17055
|
onPaginationChange: Le
|
|
@@ -17104,8 +17104,8 @@ const hb = 42, mb = [10], Z1 = (e) => {
|
|
|
17104
17104
|
wt();
|
|
17105
17105
|
});
|
|
17106
17106
|
}, [wt, W]), Rr(() => {
|
|
17107
|
-
B(
|
|
17108
|
-
}, [B,
|
|
17107
|
+
B(G);
|
|
17108
|
+
}, [B, G]), /* @__PURE__ */ U(
|
|
17109
17109
|
"div",
|
|
17110
17110
|
{
|
|
17111
17111
|
className: ue(et.wrapper, { [et.noScroll]: $t }),
|
|
@@ -17114,7 +17114,7 @@ const hb = 42, mb = [10], Z1 = (e) => {
|
|
|
17114
17114
|
ref: _,
|
|
17115
17115
|
style: v,
|
|
17116
17116
|
children: [
|
|
17117
|
-
/* @__PURE__ */
|
|
17117
|
+
/* @__PURE__ */ U(
|
|
17118
17118
|
"table",
|
|
17119
17119
|
{
|
|
17120
17120
|
className: et.table,
|
|
@@ -17130,7 +17130,7 @@ const hb = 42, mb = [10], Z1 = (e) => {
|
|
|
17130
17130
|
children: Se.headers.map((Ae, Xe) => {
|
|
17131
17131
|
var Qt, Vt;
|
|
17132
17132
|
const { width: Yt, ...tt } = ((Qt = Ae.column.columnDef.meta) == null ? void 0 : Qt.style) || {}, Br = Ae.getSize();
|
|
17133
|
-
return /* @__PURE__ */
|
|
17133
|
+
return /* @__PURE__ */ U(
|
|
17134
17134
|
"th",
|
|
17135
17135
|
{
|
|
17136
17136
|
className: et.columnCell,
|
|
@@ -17149,7 +17149,7 @@ const hb = 42, mb = [10], Z1 = (e) => {
|
|
|
17149
17149
|
var gr;
|
|
17150
17150
|
return J((gr = Ae.column.columnDef.meta) == null ? void 0 : gr.accessorKey);
|
|
17151
17151
|
},
|
|
17152
|
-
children: /* @__PURE__ */
|
|
17152
|
+
children: /* @__PURE__ */ U("div", { className: et.headerContent, style: tt, children: [
|
|
17153
17153
|
g1(
|
|
17154
17154
|
Ae.column.columnDef.header,
|
|
17155
17155
|
Ae.getContext()
|
|
@@ -17191,7 +17191,7 @@ const hb = 42, mb = [10], Z1 = (e) => {
|
|
|
17191
17191
|
},
|
|
17192
17192
|
`${Se.id}-${_e}`
|
|
17193
17193
|
)) }),
|
|
17194
|
-
It && /* @__PURE__ */
|
|
17194
|
+
It && /* @__PURE__ */ U("tbody", { className: et.tableBody, children: [
|
|
17195
17195
|
Wr > 0 && /* @__PURE__ */ c("tr", { children: /* @__PURE__ */ c("td", { style: { height: `${Wr}px` } }) }),
|
|
17196
17196
|
At.getVirtualItems().map((Se) => {
|
|
17197
17197
|
const _e = Se.index, Ae = De[_e];
|
|
@@ -17242,8 +17242,8 @@ const hb = 42, mb = [10], Z1 = (e) => {
|
|
|
17242
17242
|
o && !It && /* @__PURE__ */ c("div", { className: et.loadingWrapper, children: /* @__PURE__ */ c(ls, {}) }),
|
|
17243
17243
|
!I && !o && !It && (y ? y() : /* @__PURE__ */ c("div", { className: et.noRows, children: "No data available" })),
|
|
17244
17244
|
r && It && De.length > 0 && pe && // --- Render the pagination controls
|
|
17245
|
-
/* @__PURE__ */
|
|
17246
|
-
/* @__PURE__ */ c("div", { style: { flex: 1 }, children: /* @__PURE__ */
|
|
17245
|
+
/* @__PURE__ */ U("div", { className: et.pagination, children: [
|
|
17246
|
+
/* @__PURE__ */ c("div", { style: { flex: 1 }, children: /* @__PURE__ */ U("span", { className: et.paginationLabel, children: [
|
|
17247
17247
|
"Showing ",
|
|
17248
17248
|
De[0].original.order,
|
|
17249
17249
|
" to ",
|
|
@@ -17253,7 +17253,7 @@ const hb = 42, mb = [10], Z1 = (e) => {
|
|
|
17253
17253
|
A.length,
|
|
17254
17254
|
" entries"
|
|
17255
17255
|
] }) }),
|
|
17256
|
-
s.length > 1 && /* @__PURE__ */
|
|
17256
|
+
s.length > 1 && /* @__PURE__ */ U("div", { children: [
|
|
17257
17257
|
/* @__PURE__ */ c("span", { className: et.paginationLabel, children: "Rows per page" }),
|
|
17258
17258
|
/* @__PURE__ */ c(
|
|
17259
17259
|
"select",
|
|
@@ -17267,7 +17267,7 @@ const hb = 42, mb = [10], Z1 = (e) => {
|
|
|
17267
17267
|
}
|
|
17268
17268
|
)
|
|
17269
17269
|
] }),
|
|
17270
|
-
/* @__PURE__ */
|
|
17270
|
+
/* @__PURE__ */ U("div", { className: et.paginationButtons, children: [
|
|
17271
17271
|
/* @__PURE__ */ c(
|
|
17272
17272
|
gt,
|
|
17273
17273
|
{
|
|
@@ -17490,7 +17490,7 @@ const Ce = "Table", xb = ne({
|
|
|
17490
17490
|
}), []), y = Q(
|
|
17491
17491
|
() => l.map((A) => d[A]),
|
|
17492
17492
|
[l, d]
|
|
17493
|
-
), w = O0(), $ = /* @__PURE__ */
|
|
17493
|
+
), w = O0(), $ = /* @__PURE__ */ U(Ve, { children: [
|
|
17494
17494
|
/* @__PURE__ */ c(nl.Provider, { value: g, children: r(t.children) }, m),
|
|
17495
17495
|
/* @__PURE__ */ c(nl.Provider, { value: v, children: r(t.children) }),
|
|
17496
17496
|
/* @__PURE__ */ c(
|
|
@@ -17802,7 +17802,7 @@ const il = "StickyBox", Eb = ne({
|
|
|
17802
17802
|
const p = {
|
|
17803
17803
|
level: "h2"
|
|
17804
17804
|
};
|
|
17805
|
-
return /* @__PURE__ */
|
|
17805
|
+
return /* @__PURE__ */ U(
|
|
17806
17806
|
"div",
|
|
17807
17807
|
{
|
|
17808
17808
|
ref: d,
|
|
@@ -17814,9 +17814,9 @@ const il = "StickyBox", Eb = ne({
|
|
|
17814
17814
|
style: o,
|
|
17815
17815
|
onClick: u,
|
|
17816
17816
|
children: [
|
|
17817
|
-
[n, i, s, l].some(Boolean) && /* @__PURE__ */
|
|
17817
|
+
[n, i, s, l].some(Boolean) && /* @__PURE__ */ U(dr, { orientation: "horizontal", verticalAlignment: "center", style: { gap: "1rem" }, children: [
|
|
17818
17818
|
l && /* @__PURE__ */ c(D0, { url: s, name: n }),
|
|
17819
|
-
/* @__PURE__ */
|
|
17819
|
+
/* @__PURE__ */ U(dr, { orientation: "vertical", children: [
|
|
17820
17820
|
a ? n ? /* @__PURE__ */ c(e1, { to: a + "", children: /* @__PURE__ */ c(go, { ...p, children: n }) }) : null : n ? /* @__PURE__ */ c(go, { ...p, children: n }) : null,
|
|
17821
17821
|
i !== void 0 && /* @__PURE__ */ c(Dt, { variant: "small", children: i })
|
|
17822
17822
|
] })
|
|
@@ -17931,7 +17931,7 @@ const il = "StickyBox", Eb = ne({
|
|
|
17931
17931
|
paddingBottom: i,
|
|
17932
17932
|
flex: v
|
|
17933
17933
|
}, P = v !== void 0;
|
|
17934
|
-
return P && (B.width = "100%", B.minWidth = f || "1px"), /* @__PURE__ */
|
|
17934
|
+
return P && (B.width = "100%", B.minWidth = f || "1px"), /* @__PURE__ */ U(Ve, { children: [
|
|
17935
17935
|
/* @__PURE__ */ c(
|
|
17936
17936
|
"div",
|
|
17937
17937
|
{
|
|
@@ -18129,7 +18129,7 @@ const er = "ModalDialog", fx = ne({
|
|
|
18129
18129
|
wrapper: bx,
|
|
18130
18130
|
icon: xx
|
|
18131
18131
|
}, yx = Te(function({ label: t, icon: r, hideIcon: o = !1, style: n }, i) {
|
|
18132
|
-
return /* @__PURE__ */
|
|
18132
|
+
return /* @__PURE__ */ U("div", { className: sl.wrapper, style: n, ref: i, children: [
|
|
18133
18133
|
!o && /* @__PURE__ */ c(Pe, { name: r ?? "noresult", className: sl.icon }),
|
|
18134
18134
|
t
|
|
18135
18135
|
] });
|
|
@@ -18212,10 +18212,10 @@ const er = "ModalDialog", fx = ne({
|
|
|
18212
18212
|
n({
|
|
18213
18213
|
open: v
|
|
18214
18214
|
});
|
|
18215
|
-
}, [v, n, o]), /* @__PURE__ */
|
|
18215
|
+
}, [v, n, o]), /* @__PURE__ */ U("div", { ...p(), style: i, className: ll.wrapper, onPaste: y, ref: u, children: [
|
|
18216
18216
|
/* @__PURE__ */ c("input", { ...h() }),
|
|
18217
18217
|
t,
|
|
18218
|
-
m && /* @__PURE__ */
|
|
18218
|
+
m && /* @__PURE__ */ U("div", { className: ll.dropPlaceholder, children: [
|
|
18219
18219
|
/* @__PURE__ */ c(Pe, { name: "upload" }),
|
|
18220
18220
|
s
|
|
18221
18221
|
] })
|
|
@@ -18549,7 +18549,7 @@ const V0 = "Items", Ax = ne({
|
|
|
18549
18549
|
[Ut.vertical]: o === "vertical"
|
|
18550
18550
|
}),
|
|
18551
18551
|
style: i,
|
|
18552
|
-
children: Ie.Children.count(n) > 1 ? /* @__PURE__ */
|
|
18552
|
+
children: Ie.Children.count(n) > 1 ? /* @__PURE__ */ U(Ve, { children: [
|
|
18553
18553
|
/* @__PURE__ */ c(
|
|
18554
18554
|
"div",
|
|
18555
18555
|
{
|
|
@@ -19261,35 +19261,35 @@ const Py = (e, t) => {
|
|
|
19261
19261
|
[v, C]
|
|
19262
19262
|
),
|
|
19263
19263
|
overscan: 5
|
|
19264
|
-
}),
|
|
19264
|
+
}), j = Y(
|
|
19265
19265
|
(pe, Le) => {
|
|
19266
19266
|
D.scrollToIndex(pe), requestAnimationFrame(() => {
|
|
19267
19267
|
Le == null || Le();
|
|
19268
19268
|
});
|
|
19269
19269
|
},
|
|
19270
19270
|
[D]
|
|
19271
|
-
),
|
|
19272
|
-
C.length &&
|
|
19273
|
-
}),
|
|
19274
|
-
C.length &&
|
|
19271
|
+
), q = We(() => {
|
|
19272
|
+
C.length && j(C.length - 1);
|
|
19273
|
+
}), G = We(() => {
|
|
19274
|
+
C.length && j(0);
|
|
19275
19275
|
});
|
|
19276
19276
|
Nt(() => {
|
|
19277
19277
|
L == null || L({
|
|
19278
|
-
scrollToBottom:
|
|
19279
|
-
scrollToTop:
|
|
19278
|
+
scrollToBottom: q,
|
|
19279
|
+
scrollToTop: G
|
|
19280
19280
|
});
|
|
19281
|
-
}, [L,
|
|
19281
|
+
}, [L, q, G]);
|
|
19282
19282
|
const oe = D.getVirtualItems(), me = D.getTotalSize();
|
|
19283
19283
|
te(() => {
|
|
19284
19284
|
if (m && D) {
|
|
19285
19285
|
const pe = oe.findIndex((Le) => Le.key === m);
|
|
19286
|
-
|
|
19286
|
+
j(pe), f();
|
|
19287
19287
|
}
|
|
19288
|
-
}, [f, D, m,
|
|
19288
|
+
}, [f, D, m, j, oe]);
|
|
19289
19289
|
const ge = eo(me), ye = oe[0], le = oe[oe.length - 1], ee = fe(!1);
|
|
19290
19290
|
Nt(() => {
|
|
19291
|
-
C.length && d === "bottom" && !ee.current && (ee.current = !0,
|
|
19292
|
-
}, [C.length, d,
|
|
19291
|
+
C.length && d === "bottom" && !ee.current && (ee.current = !0, j(C.length - 1));
|
|
19292
|
+
}, [C.length, d, j]), Nt(() => {
|
|
19293
19293
|
if (ge && ge !== me && d === "bottom") {
|
|
19294
19294
|
const pe = me - ge;
|
|
19295
19295
|
T(!0), queueMicrotask(() => {
|
|
@@ -19315,7 +19315,7 @@ const Py = (e, t) => {
|
|
|
19315
19315
|
}, 500)))();
|
|
19316
19316
|
}, [t.length, le, g, h, _]);
|
|
19317
19317
|
const ie = ye ? ye.start - D.options.scrollMargin : 0;
|
|
19318
|
-
return /* @__PURE__ */ c(j0.Provider, { value: K, children: /* @__PURE__ */
|
|
19318
|
+
return /* @__PURE__ */ c(j0.Provider, { value: K, children: /* @__PURE__ */ U(
|
|
19319
19319
|
"div",
|
|
19320
19320
|
{
|
|
19321
19321
|
ref: A,
|
|
@@ -19956,7 +19956,7 @@ const cw = `'{"Input:radius-TextBox-default": "var(--xmlui-radius-TextBox-defaul
|
|
|
19956
19956
|
wrapper: vw
|
|
19957
19957
|
};
|
|
19958
19958
|
function Wa({ iconName: e, text: t, className: r }) {
|
|
19959
|
-
return /* @__PURE__ */ c(Ve, { children: e || t ? /* @__PURE__ */
|
|
19959
|
+
return /* @__PURE__ */ c(Ve, { children: e || t ? /* @__PURE__ */ U("div", { className: ue(bw.wrapper, r), children: [
|
|
19960
19960
|
/* @__PURE__ */ c(Pe, { name: e, style: { color: "inherit" } }),
|
|
19961
19961
|
t && /* @__PURE__ */ c("div", { style: { display: "flex", userSelect: "none" }, children: /* @__PURE__ */ c(Dt, { style: { fontSize: "inherit" }, children: t }) })
|
|
19962
19962
|
] }) : null });
|
|
@@ -20040,7 +20040,7 @@ const Va = Te(function({
|
|
|
20040
20040
|
onBlur: m,
|
|
20041
20041
|
style: a,
|
|
20042
20042
|
ref: R,
|
|
20043
|
-
children: /* @__PURE__ */
|
|
20043
|
+
children: /* @__PURE__ */ U(
|
|
20044
20044
|
"div",
|
|
20045
20045
|
{
|
|
20046
20046
|
className: ue(Ar.inputRoot, {
|
|
@@ -20162,8 +20162,8 @@ const Va = Te(function({
|
|
|
20162
20162
|
onFocus: m,
|
|
20163
20163
|
onBlur: f,
|
|
20164
20164
|
style: r,
|
|
20165
|
-
children: /* @__PURE__ */
|
|
20166
|
-
/* @__PURE__ */
|
|
20165
|
+
children: /* @__PURE__ */ U("div", { className: ba.container, children: [
|
|
20166
|
+
/* @__PURE__ */ U(
|
|
20167
20167
|
"button",
|
|
20168
20168
|
{
|
|
20169
20169
|
...K({
|
|
@@ -20312,22 +20312,22 @@ const J0 = Te(function({
|
|
|
20312
20312
|
F(ie), g({ value: J }), v(J);
|
|
20313
20313
|
},
|
|
20314
20314
|
[v, g]
|
|
20315
|
-
),
|
|
20315
|
+
), j = Y(
|
|
20316
20316
|
(J) => {
|
|
20317
20317
|
const ie = J.target.value;
|
|
20318
20318
|
D(ie, ie);
|
|
20319
20319
|
},
|
|
20320
20320
|
[D]
|
|
20321
|
-
),
|
|
20321
|
+
), q = Y(() => {
|
|
20322
20322
|
if (N) return;
|
|
20323
20323
|
const J = nc(Z, W, h, m, d);
|
|
20324
20324
|
J !== void 0 && D(J, J.toString());
|
|
20325
|
-
}, [Z, W, h, m, d, D, N]),
|
|
20325
|
+
}, [Z, W, h, m, d, D, N]), G = Y(() => {
|
|
20326
20326
|
if (N) return;
|
|
20327
20327
|
const J = nc(Z, -W, h, m, d);
|
|
20328
20328
|
J !== void 0 && D(J, J.toString());
|
|
20329
20329
|
}, [Z, W, h, m, d, D, N]);
|
|
20330
|
-
ic(C.current,
|
|
20330
|
+
ic(C.current, q), ic(M.current, G);
|
|
20331
20331
|
const oe = (J) => {
|
|
20332
20332
|
var ft;
|
|
20333
20333
|
let ie = !1;
|
|
@@ -20402,9 +20402,9 @@ const J0 = Te(function({
|
|
|
20402
20402
|
}
|
|
20403
20403
|
}, me = Y(
|
|
20404
20404
|
(J) => {
|
|
20405
|
-
J.code === "ArrowUp" && (J.preventDefault(),
|
|
20405
|
+
J.code === "ArrowUp" && (J.preventDefault(), q()), J.code === "ArrowDown" && (J.preventDefault(), G());
|
|
20406
20406
|
},
|
|
20407
|
-
[
|
|
20407
|
+
[q, G]
|
|
20408
20408
|
), ge = Y(() => {
|
|
20409
20409
|
y == null || y();
|
|
20410
20410
|
}, [y]), ye = Y(() => {
|
|
@@ -20433,7 +20433,7 @@ const J0 = Te(function({
|
|
|
20433
20433
|
onFocus: y,
|
|
20434
20434
|
onBlur: w,
|
|
20435
20435
|
style: n,
|
|
20436
|
-
children: /* @__PURE__ */
|
|
20436
|
+
children: /* @__PURE__ */ U(
|
|
20437
20437
|
"div",
|
|
20438
20438
|
{
|
|
20439
20439
|
className: ue(qt.inputRoot, {
|
|
@@ -20462,7 +20462,7 @@ const J0 = Te(function({
|
|
|
20462
20462
|
value: Z,
|
|
20463
20463
|
step: u,
|
|
20464
20464
|
placeholder: a,
|
|
20465
|
-
onChange:
|
|
20465
|
+
onChange: j,
|
|
20466
20466
|
onFocus: ge,
|
|
20467
20467
|
onBlur: ye,
|
|
20468
20468
|
onBeforeInput: oe,
|
|
@@ -20475,7 +20475,7 @@ const J0 = Te(function({
|
|
|
20475
20475
|
}
|
|
20476
20476
|
),
|
|
20477
20477
|
/* @__PURE__ */ c(Wa, { text: B, iconName: P, className: qt.adornment }),
|
|
20478
|
-
l && /* @__PURE__ */
|
|
20478
|
+
l && /* @__PURE__ */ U("div", { className: qt.spinnerBox, children: [
|
|
20479
20479
|
/* @__PURE__ */ c(
|
|
20480
20480
|
gt,
|
|
20481
20481
|
{
|
|
@@ -20622,8 +20622,8 @@ const kk = Te(function(t, r) {
|
|
|
20622
20622
|
},
|
|
20623
20623
|
[s, y]
|
|
20624
20624
|
);
|
|
20625
|
-
return /* @__PURE__ */ c(ps, { Component: i4, children: /* @__PURE__ */
|
|
20626
|
-
/* @__PURE__ */
|
|
20625
|
+
return /* @__PURE__ */ c(ps, { Component: i4, children: /* @__PURE__ */ U(o3, { value: $, onValueChange: I, children: [
|
|
20626
|
+
/* @__PURE__ */ U(
|
|
20627
20627
|
n3,
|
|
20628
20628
|
{
|
|
20629
20629
|
id: f,
|
|
@@ -20644,7 +20644,7 @@ const kk = Te(function(t, r) {
|
|
|
20644
20644
|
]
|
|
20645
20645
|
}
|
|
20646
20646
|
),
|
|
20647
|
-
/* @__PURE__ */ c(s3, { container: o, children: /* @__PURE__ */
|
|
20647
|
+
/* @__PURE__ */ c(s3, { container: o, children: /* @__PURE__ */ U(
|
|
20648
20648
|
l3,
|
|
20649
20649
|
{
|
|
20650
20650
|
className: Qe.selectContent,
|
|
@@ -20706,19 +20706,19 @@ const kk = Te(function(t, r) {
|
|
|
20706
20706
|
), D = Y(() => {
|
|
20707
20707
|
const ee = I ? [] : "";
|
|
20708
20708
|
a({ value: ee }), l(ee);
|
|
20709
|
-
}, [I, a, l]),
|
|
20709
|
+
}, [I, a, l]), j = Y(() => {
|
|
20710
20710
|
R == null || R.focus();
|
|
20711
|
-
}, [R]),
|
|
20711
|
+
}, [R]), q = We((ee) => {
|
|
20712
20712
|
F(ee);
|
|
20713
20713
|
});
|
|
20714
20714
|
te(() => {
|
|
20715
20715
|
p == null || p({
|
|
20716
|
-
focus:
|
|
20717
|
-
setValue:
|
|
20716
|
+
focus: j,
|
|
20717
|
+
setValue: q
|
|
20718
20718
|
});
|
|
20719
|
-
}, [
|
|
20720
|
-
const
|
|
20721
|
-
() => h ?? /* @__PURE__ */
|
|
20719
|
+
}, [j, p, q]);
|
|
20720
|
+
const G = Q(
|
|
20721
|
+
() => h ?? /* @__PURE__ */ U("div", { className: Qe.selectEmpty, children: [
|
|
20722
20722
|
/* @__PURE__ */ c(Pe, { name: "noresult" }),
|
|
20723
20723
|
/* @__PURE__ */ c("span", { children: "List is empty" })
|
|
20724
20724
|
] }),
|
|
@@ -20745,7 +20745,7 @@ const kk = Te(function(t, r) {
|
|
|
20745
20745
|
}),
|
|
20746
20746
|
[I, F, o, m]
|
|
20747
20747
|
);
|
|
20748
|
-
return /* @__PURE__ */ c(e4.Provider, { value: ye, children: /* @__PURE__ */ c(o1.Provider, { value: ge, children: $ || I ? /* @__PURE__ */
|
|
20748
|
+
return /* @__PURE__ */ c(e4.Provider, { value: ye, children: /* @__PURE__ */ c(o1.Provider, { value: ge, children: $ || I ? /* @__PURE__ */ U(ps, { Component: n4, children: [
|
|
20749
20749
|
y,
|
|
20750
20750
|
/* @__PURE__ */ c(
|
|
20751
20751
|
to,
|
|
@@ -20760,8 +20760,8 @@ const kk = Te(function(t, r) {
|
|
|
20760
20760
|
onFocus: u,
|
|
20761
20761
|
onBlur: d,
|
|
20762
20762
|
style: g,
|
|
20763
|
-
children: /* @__PURE__ */
|
|
20764
|
-
/* @__PURE__ */ c(v3, { asChild: !0, children: /* @__PURE__ */
|
|
20763
|
+
children: /* @__PURE__ */ U(g3, { open: T, onOpenChange: S, modal: !1, children: [
|
|
20764
|
+
/* @__PURE__ */ c(v3, { asChild: !0, children: /* @__PURE__ */ U(
|
|
20765
20765
|
"button",
|
|
20766
20766
|
{
|
|
20767
20767
|
id: t,
|
|
@@ -20785,7 +20785,7 @@ const kk = Te(function(t, r) {
|
|
|
20785
20785
|
() => {
|
|
20786
20786
|
F(ee);
|
|
20787
20787
|
}
|
|
20788
|
-
) : /* @__PURE__ */
|
|
20788
|
+
) : /* @__PURE__ */ U("span", { className: Qe.badge, children: [
|
|
20789
20789
|
(J = Array.from(M).find((ie) => ie.value === ee)) == null ? void 0 : J.label,
|
|
20790
20790
|
/* @__PURE__ */ c(
|
|
20791
20791
|
Pe,
|
|
@@ -20800,7 +20800,7 @@ const kk = Te(function(t, r) {
|
|
|
20800
20800
|
] }, ee);
|
|
20801
20801
|
}
|
|
20802
20802
|
) }) }) : /* @__PURE__ */ c("span", { className: Qe.placeholder, children: i || "" }) : o != null ? /* @__PURE__ */ c("div", { children: (le = Array.from(M).find((ee) => ee.value === o)) == null ? void 0 : le.label }) : /* @__PURE__ */ c("span", { className: Qe.placeholder, children: i || "" }),
|
|
20803
|
-
/* @__PURE__ */
|
|
20803
|
+
/* @__PURE__ */ U("div", { className: Qe.actions, children: [
|
|
20804
20804
|
I && Array.isArray(o) && o.length > 0 && /* @__PURE__ */ c(
|
|
20805
20805
|
Pe,
|
|
20806
20806
|
{
|
|
@@ -20820,14 +20820,14 @@ const kk = Te(function(t, r) {
|
|
|
20820
20820
|
{
|
|
20821
20821
|
style: { width: O, height: v },
|
|
20822
20822
|
className: Qe.selectContent,
|
|
20823
|
-
children: /* @__PURE__ */
|
|
20823
|
+
children: /* @__PURE__ */ U(
|
|
20824
20824
|
Yc,
|
|
20825
20825
|
{
|
|
20826
20826
|
className: Qe.command,
|
|
20827
20827
|
shouldFilter: $,
|
|
20828
20828
|
filter: (ee, J, ie) => (ee + " " + ie.join(" ")).toLowerCase().includes(J.toLowerCase()) ? 1 : 0,
|
|
20829
20829
|
children: [
|
|
20830
|
-
$ ? /* @__PURE__ */
|
|
20830
|
+
$ ? /* @__PURE__ */ U("div", { className: Qe.commandInputContainer, children: [
|
|
20831
20831
|
/* @__PURE__ */ c(Pe, { name: "search" }),
|
|
20832
20832
|
/* @__PURE__ */ c(
|
|
20833
20833
|
Vs,
|
|
@@ -20840,7 +20840,7 @@ const kk = Te(function(t, r) {
|
|
|
20840
20840
|
// https://github.com/pacocoursey/cmdk/issues/322#issuecomment-2444703817
|
|
20841
20841
|
/* @__PURE__ */ c("button", { autoFocus: !0, "aria-hidden": "true", className: Qe.srOnly })
|
|
20842
20842
|
),
|
|
20843
|
-
/* @__PURE__ */
|
|
20843
|
+
/* @__PURE__ */ U(Qc, { className: Qe.commandList, children: [
|
|
20844
20844
|
Array.from(M).map(({ value: ee, label: J, enabled: ie, keywords: we }) => /* @__PURE__ */ c(
|
|
20845
20845
|
Tk,
|
|
20846
20846
|
{
|
|
@@ -20851,7 +20851,7 @@ const kk = Te(function(t, r) {
|
|
|
20851
20851
|
},
|
|
20852
20852
|
ee
|
|
20853
20853
|
)),
|
|
20854
|
-
/* @__PURE__ */ c(Kc, { children:
|
|
20854
|
+
/* @__PURE__ */ c(Kc, { children: G })
|
|
20855
20855
|
] })
|
|
20856
20856
|
]
|
|
20857
20857
|
}
|
|
@@ -20878,12 +20878,12 @@ const kk = Te(function(t, r) {
|
|
|
20878
20878
|
autoFocus: w,
|
|
20879
20879
|
placeholder: i,
|
|
20880
20880
|
height: v,
|
|
20881
|
-
children: y ||
|
|
20881
|
+
children: y || G
|
|
20882
20882
|
}
|
|
20883
20883
|
) }) });
|
|
20884
20884
|
}), Tk = Te(function(t, r) {
|
|
20885
20885
|
const o = zr(), { label: n, value: i, enabled: a = !0, keywords: s } = t, { value: l, onChange: u, multi: d, optionLabelRenderer: p } = t4(), h = Array.isArray(l) && d ? l.includes(i) : l === i;
|
|
20886
|
-
return /* @__PURE__ */
|
|
20886
|
+
return /* @__PURE__ */ U(
|
|
20887
20887
|
Al,
|
|
20888
20888
|
{
|
|
20889
20889
|
id: o,
|
|
@@ -20915,7 +20915,7 @@ function n4(e) {
|
|
|
20915
20915
|
const i4 = Ie.forwardRef(
|
|
20916
20916
|
(e, t) => {
|
|
20917
20917
|
const { value: r, label: o, enabled: n = !0 } = e, { onOptionRemove: i, onOptionAdd: a } = n1(), { optionLabelRenderer: s } = t4();
|
|
20918
|
-
return Nt(() => (a(e), () => i(e)), [e, a, i]), /* @__PURE__ */
|
|
20918
|
+
return Nt(() => (a(e), () => i(e)), [e, a, i]), /* @__PURE__ */ U(p3, { ref: t, className: Qe.selectItem, value: r + "", disabled: !n, children: [
|
|
20919
20919
|
/* @__PURE__ */ c(h3, { children: s ? s({ value: r, label: o }) : o }),
|
|
20920
20920
|
/* @__PURE__ */ c("span", { className: Qe.selectItemIndicator, children: /* @__PURE__ */ c(m3, { children: /* @__PURE__ */ c(Pe, { name: "checkmark" }) }) })
|
|
20921
20921
|
] });
|
|
@@ -21024,7 +21024,7 @@ const _k = `'{"gap-RadioGroupOption": "var(--xmlui-gap-RadioGroupOption)", "Inpu
|
|
|
21024
21024
|
[Tr.warning]: e === n.value && n.status === "warning",
|
|
21025
21025
|
[Tr.valid]: e === n.value && n.status === "valid"
|
|
21026
21026
|
};
|
|
21027
|
-
return /* @__PURE__ */
|
|
21027
|
+
return /* @__PURE__ */ U("div", { className: Tr.radioOptionContainer, children: [
|
|
21028
21028
|
/* @__PURE__ */ c(
|
|
21029
21029
|
Us.Item,
|
|
21030
21030
|
{
|
|
@@ -21050,7 +21050,7 @@ const _k = `'{"gap-RadioGroupOption": "var(--xmlui-gap-RadioGroupOption)", "Inpu
|
|
|
21050
21050
|
if (t === "error")
|
|
21051
21051
|
return /* @__PURE__ */ c(l0, { color: "var(--xmlui-color-error)" });
|
|
21052
21052
|
};
|
|
21053
|
-
return /* @__PURE__ */
|
|
21053
|
+
return /* @__PURE__ */ U(
|
|
21054
21054
|
"div",
|
|
21055
21055
|
{
|
|
21056
21056
|
style: r,
|
|
@@ -21426,24 +21426,24 @@ const Jk = `'{"Input:min-height-DatePicker": "var(--xmlui-min-height-DatePicker)
|
|
|
21426
21426
|
N(!0);
|
|
21427
21427
|
}, D = () => {
|
|
21428
21428
|
N(!1);
|
|
21429
|
-
},
|
|
21429
|
+
}, j = Y(() => {
|
|
21430
21430
|
var oe;
|
|
21431
21431
|
(oe = A == null ? void 0 : A.current) == null || oe.focus();
|
|
21432
|
-
}, [A == null ? void 0 : A.current]),
|
|
21432
|
+
}, [A == null ? void 0 : A.current]), q = We((oe) => {
|
|
21433
21433
|
const me = Gi(oe);
|
|
21434
|
-
|
|
21434
|
+
G(me);
|
|
21435
21435
|
});
|
|
21436
21436
|
te(() => {
|
|
21437
21437
|
$ == null || $({
|
|
21438
|
-
focus:
|
|
21439
|
-
setValue:
|
|
21438
|
+
focus: j,
|
|
21439
|
+
setValue: q
|
|
21440
21440
|
});
|
|
21441
|
-
}, [
|
|
21441
|
+
}, [j, $, q]), te(() => {
|
|
21442
21442
|
!B && !E && (p == null || p()), (B || E) && (d == null || d());
|
|
21443
21443
|
}, [B, E, d, p]), te(() => {
|
|
21444
21444
|
s({ value: r }, { initial: !0 });
|
|
21445
21445
|
}, [r, s]);
|
|
21446
|
-
const
|
|
21446
|
+
const G = Y(
|
|
21447
21447
|
(oe) => {
|
|
21448
21448
|
if (!oe)
|
|
21449
21449
|
s({ value: void 0 }), u("");
|
|
@@ -21461,7 +21461,7 @@ const Jk = `'{"Input:min-height-DatePicker": "var(--xmlui-min-height-DatePicker)
|
|
|
21461
21461
|
},
|
|
21462
21462
|
[u, s, n, h]
|
|
21463
21463
|
);
|
|
21464
|
-
return /* @__PURE__ */
|
|
21464
|
+
return /* @__PURE__ */ U(rr.Root, { open: W, onOpenChange: K, modal: !1, children: [
|
|
21465
21465
|
/* @__PURE__ */ c(rr.Trigger, { asChild: !0, children: /* @__PURE__ */ c(
|
|
21466
21466
|
"button",
|
|
21467
21467
|
{
|
|
@@ -21477,7 +21477,7 @@ const Jk = `'{"Input:min-height-DatePicker": "var(--xmlui-min-height-DatePicker)
|
|
|
21477
21477
|
}),
|
|
21478
21478
|
onFocus: M,
|
|
21479
21479
|
onBlur: Z,
|
|
21480
|
-
children: n === "single" && _ ? /* @__PURE__ */ c(Ve, { children: Io(_, h) }) : n === "range" && typeof _ == "object" && _.from ? _.to ? /* @__PURE__ */
|
|
21480
|
+
children: n === "single" && _ ? /* @__PURE__ */ c(Ve, { children: Io(_, h) }) : n === "range" && typeof _ == "object" && _.from ? _.to ? /* @__PURE__ */ U(Ve, { children: [
|
|
21481
21481
|
Io(_.from, h),
|
|
21482
21482
|
" - ",
|
|
21483
21483
|
Io(_.to, h)
|
|
@@ -21505,7 +21505,7 @@ const Jk = `'{"Input:min-height-DatePicker": "var(--xmlui-min-height-DatePicker)
|
|
|
21505
21505
|
classNames: ho,
|
|
21506
21506
|
mode: n === "single" ? "single" : "range",
|
|
21507
21507
|
selected: _,
|
|
21508
|
-
onSelect:
|
|
21508
|
+
onSelect: G,
|
|
21509
21509
|
initialFocus: !0,
|
|
21510
21510
|
numberOfMonths: n === "range" ? 2 : 1
|
|
21511
21511
|
}
|
|
@@ -21547,14 +21547,14 @@ function sc({
|
|
|
21547
21547
|
});
|
|
21548
21548
|
}), n;
|
|
21549
21549
|
}, [e, t]);
|
|
21550
|
-
return /* @__PURE__ */
|
|
21550
|
+
return /* @__PURE__ */ U("div", { ref: r, className: Co.summaryContainer, children: [
|
|
21551
21551
|
/* @__PURE__ */ c(lc, { issues: o.warning, severity: "warning", heading: "Validation warnings" }),
|
|
21552
21552
|
/* @__PURE__ */ c(lc, { issues: o.error, severity: "error", heading: "Validation errors" })
|
|
21553
21553
|
] });
|
|
21554
21554
|
}
|
|
21555
21555
|
const lc = ({ heading: e, issues: t = lt, severity: r = "error", onClose: o }) => {
|
|
21556
21556
|
const [n] = s1({ duration: 100 });
|
|
21557
|
-
return t.length === 0 ? null : /* @__PURE__ */
|
|
21557
|
+
return t.length === 0 ? null : /* @__PURE__ */ U(
|
|
21558
21558
|
"div",
|
|
21559
21559
|
{
|
|
21560
21560
|
className: ue(Co.validationContainer, {
|
|
@@ -21565,10 +21565,10 @@ const lc = ({ heading: e, issues: t = lt, severity: r = "error", onClose: o }) =
|
|
|
21565
21565
|
}),
|
|
21566
21566
|
style: { paddingTop: o ? void 0 : "0.5rem" },
|
|
21567
21567
|
children: [
|
|
21568
|
-
/* @__PURE__ */
|
|
21568
|
+
/* @__PURE__ */ U(dr, { orientation: "horizontal", verticalAlignment: "center", style: { gap: "0.5rem" }, children: [
|
|
21569
21569
|
/* @__PURE__ */ c(Pe, { className: Co.heading, name: r, size: "md" }),
|
|
21570
21570
|
/* @__PURE__ */ c("div", { className: Co.heading, children: /* @__PURE__ */ c(Dt, { children: e }) }),
|
|
21571
|
-
!!o && /* @__PURE__ */
|
|
21571
|
+
!!o && /* @__PURE__ */ U(Ve, { children: [
|
|
21572
21572
|
/* @__PURE__ */ c(y0, {}),
|
|
21573
21573
|
/* @__PURE__ */ c(
|
|
21574
21574
|
gt,
|
|
@@ -21588,7 +21588,7 @@ const lc = ({ heading: e, issues: t = lt, severity: r = "error", onClose: o }) =
|
|
|
21588
21588
|
);
|
|
21589
21589
|
}, o_ = ({ issue: e }) => {
|
|
21590
21590
|
const { field: t, message: r } = e;
|
|
21591
|
-
return /* @__PURE__ */ c("li", { children: /* @__PURE__ */
|
|
21591
|
+
return /* @__PURE__ */ c("li", { children: /* @__PURE__ */ U("span", { style: { display: "inline-flex", gap: t ? "0.25rem" : void 0 }, children: [
|
|
21592
21592
|
t && /* @__PURE__ */ c(Dt, { variant: "small", fontWeight: "bold", children: `${t}:` }),
|
|
21593
21593
|
/* @__PURE__ */ c(Dt, { variant: "small", preserveLinebreaks: !0, children: r })
|
|
21594
21594
|
] }) });
|
|
@@ -21780,15 +21780,15 @@ const lc = ({ heading: e, issues: t = lt, severity: r = "error", onClose: o }) =
|
|
|
21780
21780
|
T();
|
|
21781
21781
|
}), M && typeof M.focus == "function" && M.focus();
|
|
21782
21782
|
} catch (F) {
|
|
21783
|
-
const D = [],
|
|
21784
|
-
F instanceof Error && "errorCategory" in F && F.errorCategory === "GenericBackendError" && ((Z = F.details) != null && Z.issues) && Array.isArray(F.details.issues) ? F.details.issues.forEach((
|
|
21785
|
-
const
|
|
21783
|
+
const D = [], j = {};
|
|
21784
|
+
F instanceof Error && "errorCategory" in F && F.errorCategory === "GenericBackendError" && ((Z = F.details) != null && Z.issues) && Array.isArray(F.details.issues) ? F.details.issues.forEach((q) => {
|
|
21785
|
+
const G = {
|
|
21786
21786
|
isValid: !1,
|
|
21787
|
-
invalidMessage:
|
|
21788
|
-
severity:
|
|
21787
|
+
invalidMessage: q.message,
|
|
21788
|
+
severity: q.severity || "error",
|
|
21789
21789
|
fromBackend: !0
|
|
21790
21790
|
};
|
|
21791
|
-
|
|
21791
|
+
q.field !== void 0 ? (j[q.field] = j[q.field] || [], j[q.field].push(G)) : D.push(G);
|
|
21792
21792
|
}) : D.push({
|
|
21793
21793
|
isValid: !1,
|
|
21794
21794
|
invalidMessage: F.message || "Couldn't save the form.",
|
|
@@ -21797,7 +21797,7 @@ const lc = ({ heading: e, issues: t = lt, severity: r = "error", onClose: o }) =
|
|
|
21797
21797
|
}), t(
|
|
21798
21798
|
ow({
|
|
21799
21799
|
generalValidationResults: D,
|
|
21800
|
-
fieldValidationResults:
|
|
21800
|
+
fieldValidationResults: j
|
|
21801
21801
|
})
|
|
21802
21802
|
);
|
|
21803
21803
|
}
|
|
@@ -21821,8 +21821,8 @@ const lc = ({ heading: e, issues: t = lt, severity: r = "error", onClose: o }) =
|
|
|
21821
21821
|
g == null || g({
|
|
21822
21822
|
reset: T
|
|
21823
21823
|
});
|
|
21824
|
-
}, [T, g]), /* @__PURE__ */
|
|
21825
|
-
/* @__PURE__ */
|
|
21824
|
+
}, [T, g]), /* @__PURE__ */ U(Ve, { children: [
|
|
21825
|
+
/* @__PURE__ */ U(
|
|
21826
21826
|
"form",
|
|
21827
21827
|
{
|
|
21828
21828
|
style: n,
|
|
@@ -21834,7 +21834,7 @@ const lc = ({ heading: e, issues: t = lt, severity: r = "error", onClose: o }) =
|
|
|
21834
21834
|
children: [
|
|
21835
21835
|
/* @__PURE__ */ c(sc, { generalValidationResults: e.generalValidationResults }),
|
|
21836
21836
|
/* @__PURE__ */ c(G0.Provider, { value: A, children: o }),
|
|
21837
|
-
m || /* @__PURE__ */
|
|
21837
|
+
m || /* @__PURE__ */ U("div", { className: wl.buttonRow, children: [
|
|
21838
21838
|
u && [O, S],
|
|
21839
21839
|
!u && [S, O]
|
|
21840
21840
|
] })
|
|
@@ -21847,7 +21847,7 @@ const lc = ({ heading: e, issues: t = lt, severity: r = "error", onClose: o }) =
|
|
|
21847
21847
|
onClose: () => P(!1),
|
|
21848
21848
|
isInitiallyOpen: !0,
|
|
21849
21849
|
title: "Are you sure want to move forward?",
|
|
21850
|
-
children: /* @__PURE__ */
|
|
21850
|
+
children: /* @__PURE__ */ U(dr, { orientation: "vertical", style: { gap: "0.5rem" }, children: [
|
|
21851
21851
|
/* @__PURE__ */ c(Dt, { children: "The following warnings were found during validation. Please make sure you are willing to move forward despite these issues." }),
|
|
21852
21852
|
/* @__PURE__ */ c(
|
|
21853
21853
|
sc,
|
|
@@ -21856,7 +21856,7 @@ const lc = ({ heading: e, issues: t = lt, severity: r = "error", onClose: o }) =
|
|
|
21856
21856
|
fieldValidationResults: e.validationResults
|
|
21857
21857
|
}
|
|
21858
21858
|
),
|
|
21859
|
-
/* @__PURE__ */
|
|
21859
|
+
/* @__PURE__ */ U(dr, { orientation: "horizontal", horizontalAlignment: "end", style: { gap: "1em" }, children: [
|
|
21860
21860
|
/* @__PURE__ */ c(
|
|
21861
21861
|
gt,
|
|
21862
21862
|
{
|
|
@@ -21917,7 +21917,7 @@ function i_({
|
|
|
21917
21917
|
}
|
|
21918
21918
|
);
|
|
21919
21919
|
}
|
|
21920
|
-
const a_ = `'{"Input:radius-AutoComplete-default": "var(--xmlui-radius-AutoComplete-default)", "Input:color-border-AutoComplete-default": "var(--xmlui-color-border-AutoComplete-default)", "Input:thickness-border-AutoComplete-default": "var(--xmlui-thickness-border-AutoComplete-default)", "Input:style-border-AutoComplete-default": "var(--xmlui-style-border-AutoComplete-default)", "Input:font-size-AutoComplete-default": "var(--xmlui-font-size-AutoComplete-default)", "Input:color-bg-AutoComplete-default": "var(--xmlui-color-bg-AutoComplete-default)", "Input:shadow-AutoComplete-default": "var(--xmlui-shadow-AutoComplete-default)", "Input:color-text-AutoComplete-default": "var(--xmlui-color-text-AutoComplete-default)", "Input:color-border-AutoComplete-default--hover": "var(--xmlui-color-border-AutoComplete-default--hover)", "Input:color-bg-AutoComplete-default--hover": "var(--xmlui-color-bg-AutoComplete-default--hover)", "Input:shadow-AutoComplete-default--hover": "var(--xmlui-shadow-AutoComplete-default--hover)", "Input:color-text-AutoComplete-default--hover": "var(--xmlui-color-text-AutoComplete-default--hover)", "Input:color-placeholder-AutoComplete-default": "var(--xmlui-color-placeholder-AutoComplete-default)", "Input:radius-AutoComplete-error": "var(--xmlui-radius-AutoComplete-error)", "Input:color-border-AutoComplete-error": "var(--xmlui-color-border-AutoComplete-error)", "Input:thickness-border-AutoComplete-error": "var(--xmlui-thickness-border-AutoComplete-error)", "Input:style-border-AutoComplete-error": "var(--xmlui-style-border-AutoComplete-error)", "Input:font-size-AutoComplete-error": "var(--xmlui-font-size-AutoComplete-error)", "Input:color-bg-AutoComplete-error": "var(--xmlui-color-bg-AutoComplete-error)", "Input:shadow-AutoComplete-error": "var(--xmlui-shadow-AutoComplete-error)", "Input:color-text-AutoComplete-error": "var(--xmlui-color-text-AutoComplete-error)", "Input:color-border-AutoComplete-error--hover": "var(--xmlui-color-border-AutoComplete-error--hover)", "Input:color-bg-AutoComplete-error--hover": "var(--xmlui-color-bg-AutoComplete-error--hover)", "Input:shadow-AutoComplete-error--hover": "var(--xmlui-shadow-AutoComplete-error--hover)", "Input:color-text-AutoComplete-error--hover": "var(--xmlui-color-text-AutoComplete-error--hover)", "Input:color-placeholder-AutoComplete-error": "var(--xmlui-color-placeholder-AutoComplete-error)", "Input:radius-AutoComplete-warning": "var(--xmlui-radius-AutoComplete-warning)", "Input:color-border-AutoComplete-warning": "var(--xmlui-color-border-AutoComplete-warning)", "Input:thickness-border-AutoComplete-warning": "var(--xmlui-thickness-border-AutoComplete-warning)", "Input:style-border-AutoComplete-warning": "var(--xmlui-style-border-AutoComplete-warning)", "Input:font-size-AutoComplete-warning": "var(--xmlui-font-size-AutoComplete-warning)", "Input:color-bg-AutoComplete-warning": "var(--xmlui-color-bg-AutoComplete-warning)", "Input:shadow-AutoComplete-warning": "var(--xmlui-shadow-AutoComplete-warning)", "Input:color-text-AutoComplete-warning": "var(--xmlui-color-text-AutoComplete-warning)", "Input:color-border-AutoComplete-warning--hover": "var(--xmlui-color-border-AutoComplete-warning--hover)", "Input:color-bg-AutoComplete-warning--hover": "var(--xmlui-color-bg-AutoComplete-warning--hover)", "Input:shadow-AutoComplete-warning--hover": "var(--xmlui-shadow-AutoComplete-warning--hover)", "Input:color-text-AutoComplete-warning--hover": "var(--xmlui-color-text-AutoComplete-warning--hover)", "Input:color-placeholder-AutoComplete-warning": "var(--xmlui-color-placeholder-AutoComplete-warning)", "Input:radius-AutoComplete-success": "var(--xmlui-radius-AutoComplete-success)", "Input:color-border-AutoComplete-success": "var(--xmlui-color-border-AutoComplete-success)", "Input:thickness-border-AutoComplete-success": "var(--xmlui-thickness-border-AutoComplete-success)", "Input:style-border-AutoComplete-success": "var(--xmlui-style-border-AutoComplete-success)", "Input:font-size-AutoComplete-success": "var(--xmlui-font-size-AutoComplete-success)", "Input:color-bg-AutoComplete-success": "var(--xmlui-color-bg-AutoComplete-success)", "Input:shadow-AutoComplete-success": "var(--xmlui-shadow-AutoComplete-success)", "Input:color-text-AutoComplete-success": "var(--xmlui-color-text-AutoComplete-success)", "Input:color-border-AutoComplete-success--hover": "var(--xmlui-color-border-AutoComplete-success--hover)", "Input:color-bg-AutoComplete-success--hover": "var(--xmlui-color-bg-AutoComplete-success--hover)", "Input:shadow-AutoComplete-success--hover": "var(--xmlui-shadow-AutoComplete-success--hover)", "Input:color-text-AutoComplete-success--hover": "var(--xmlui-color-text-AutoComplete-success--hover)", "Input:color-placeholder-AutoComplete-success": "var(--xmlui-color-placeholder-AutoComplete-success)", "Input:color-bg-AutoComplete--disabled": "var(--xmlui-color-bg-AutoComplete--disabled)", "Input:color-text-AutoComplete--disabled": "var(--xmlui-color-text-AutoComplete--disabled)", "Input:color-border-AutoComplete--disabled": "var(--xmlui-color-border-AutoComplete--disabled)", "Input:thickness-outline-AutoComplete--focus": "var(--xmlui-thickness-outline-AutoComplete--focus)", "Input:color-outline-AutoComplete--focus": "var(--xmlui-color-outline-AutoComplete--focus)", "Input:style-outline-AutoComplete--focus": "var(--xmlui-style-outline-AutoComplete--focus)", "Input:offset-outline-AutoComplete--focus": "var(--xmlui-offset-outline-AutoComplete--focus)", "padding-vertical-AutoComplete-badge": "var(--xmlui-padding-vertical-AutoComplete-badge)", "padding-horizontal-AutoComplete-badge": "var(--xmlui-padding-horizontal-AutoComplete-badge)", "Input:font-size-AutoComplete-badge": "var(--xmlui-font-size-AutoComplete-badge)", "Input:color-bg-AutoComplete-badge": "var(--xmlui-color-bg-AutoComplete-badge)", "Input:color-text-AutoComplete-badge": "var(--xmlui-color-text-AutoComplete-badge)", "Input:color-bg-AutoComplete-badge--hover": "var(--xmlui-color-bg-AutoComplete-badge--hover)", "Input:color-text-AutoComplete-badge--hover": "var(--xmlui-color-text-AutoComplete-badge--hover)", "Input:color-bg-AutoComplete-badge--active": "var(--xmlui-color-bg-AutoComplete-badge--active)", "Input:color-text-AutoComplete-badge--active": "var(--xmlui-color-text-AutoComplete-badge--active)", "Input:color-placeholder-AutoComplete": "var(--xmlui-color-placeholder-AutoComplete)", "Input:color-bg-menu-AutoComplete": "var(--xmlui-color-bg-menu-AutoComplete)", "Input:radius-menu-AutoComplete": "var(--xmlui-radius-menu-AutoComplete)", "Input:shadow-menu-AutoComplete": "var(--xmlui-shadow-menu-AutoComplete)", "color-bg-item-AutoComplete": "var(--xmlui-color-bg-item-AutoComplete)", "color-bg-item-AutoComplete--hover": "var(--xmlui-color-bg-item-AutoComplete--hover)", "color-text-item-AutoComplete--disabled": "var(--xmlui-color-text-item-AutoComplete--disabled)"}'`, s_ = "_command_4q1ko_13", l_ = "_badgeListWrapper_4q1ko_20", c_ = "_error_4q1ko_43", u_ = "_warning_4q1ko_62", d_ = "_valid_4q1ko_81", p_ = "_disabled_4q1ko_100", h_ = "_focused_4q1ko_107", m_ = "_badgeList_4q1ko_20", f_ = "_badge_4q1ko_20", g_ = "_commandInput_4q1ko_149", v_ = "_actions_4q1ko_162", b_ = "_autoCompleteEmpty_4q1ko_168", x_ = "_commandList_4q1ko_178", y_ = "_autoCompleteOption_4q1ko_191",
|
|
21920
|
+
const a_ = `'{"Input:radius-AutoComplete-default": "var(--xmlui-radius-AutoComplete-default)", "Input:color-border-AutoComplete-default": "var(--xmlui-color-border-AutoComplete-default)", "Input:thickness-border-AutoComplete-default": "var(--xmlui-thickness-border-AutoComplete-default)", "Input:style-border-AutoComplete-default": "var(--xmlui-style-border-AutoComplete-default)", "Input:font-size-AutoComplete-default": "var(--xmlui-font-size-AutoComplete-default)", "Input:color-bg-AutoComplete-default": "var(--xmlui-color-bg-AutoComplete-default)", "Input:shadow-AutoComplete-default": "var(--xmlui-shadow-AutoComplete-default)", "Input:color-text-AutoComplete-default": "var(--xmlui-color-text-AutoComplete-default)", "Input:color-border-AutoComplete-default--hover": "var(--xmlui-color-border-AutoComplete-default--hover)", "Input:color-bg-AutoComplete-default--hover": "var(--xmlui-color-bg-AutoComplete-default--hover)", "Input:shadow-AutoComplete-default--hover": "var(--xmlui-shadow-AutoComplete-default--hover)", "Input:color-text-AutoComplete-default--hover": "var(--xmlui-color-text-AutoComplete-default--hover)", "Input:color-placeholder-AutoComplete-default": "var(--xmlui-color-placeholder-AutoComplete-default)", "Input:radius-AutoComplete-error": "var(--xmlui-radius-AutoComplete-error)", "Input:color-border-AutoComplete-error": "var(--xmlui-color-border-AutoComplete-error)", "Input:thickness-border-AutoComplete-error": "var(--xmlui-thickness-border-AutoComplete-error)", "Input:style-border-AutoComplete-error": "var(--xmlui-style-border-AutoComplete-error)", "Input:font-size-AutoComplete-error": "var(--xmlui-font-size-AutoComplete-error)", "Input:color-bg-AutoComplete-error": "var(--xmlui-color-bg-AutoComplete-error)", "Input:shadow-AutoComplete-error": "var(--xmlui-shadow-AutoComplete-error)", "Input:color-text-AutoComplete-error": "var(--xmlui-color-text-AutoComplete-error)", "Input:color-border-AutoComplete-error--hover": "var(--xmlui-color-border-AutoComplete-error--hover)", "Input:color-bg-AutoComplete-error--hover": "var(--xmlui-color-bg-AutoComplete-error--hover)", "Input:shadow-AutoComplete-error--hover": "var(--xmlui-shadow-AutoComplete-error--hover)", "Input:color-text-AutoComplete-error--hover": "var(--xmlui-color-text-AutoComplete-error--hover)", "Input:color-placeholder-AutoComplete-error": "var(--xmlui-color-placeholder-AutoComplete-error)", "Input:radius-AutoComplete-warning": "var(--xmlui-radius-AutoComplete-warning)", "Input:color-border-AutoComplete-warning": "var(--xmlui-color-border-AutoComplete-warning)", "Input:thickness-border-AutoComplete-warning": "var(--xmlui-thickness-border-AutoComplete-warning)", "Input:style-border-AutoComplete-warning": "var(--xmlui-style-border-AutoComplete-warning)", "Input:font-size-AutoComplete-warning": "var(--xmlui-font-size-AutoComplete-warning)", "Input:color-bg-AutoComplete-warning": "var(--xmlui-color-bg-AutoComplete-warning)", "Input:shadow-AutoComplete-warning": "var(--xmlui-shadow-AutoComplete-warning)", "Input:color-text-AutoComplete-warning": "var(--xmlui-color-text-AutoComplete-warning)", "Input:color-border-AutoComplete-warning--hover": "var(--xmlui-color-border-AutoComplete-warning--hover)", "Input:color-bg-AutoComplete-warning--hover": "var(--xmlui-color-bg-AutoComplete-warning--hover)", "Input:shadow-AutoComplete-warning--hover": "var(--xmlui-shadow-AutoComplete-warning--hover)", "Input:color-text-AutoComplete-warning--hover": "var(--xmlui-color-text-AutoComplete-warning--hover)", "Input:color-placeholder-AutoComplete-warning": "var(--xmlui-color-placeholder-AutoComplete-warning)", "Input:radius-AutoComplete-success": "var(--xmlui-radius-AutoComplete-success)", "Input:color-border-AutoComplete-success": "var(--xmlui-color-border-AutoComplete-success)", "Input:thickness-border-AutoComplete-success": "var(--xmlui-thickness-border-AutoComplete-success)", "Input:style-border-AutoComplete-success": "var(--xmlui-style-border-AutoComplete-success)", "Input:font-size-AutoComplete-success": "var(--xmlui-font-size-AutoComplete-success)", "Input:color-bg-AutoComplete-success": "var(--xmlui-color-bg-AutoComplete-success)", "Input:shadow-AutoComplete-success": "var(--xmlui-shadow-AutoComplete-success)", "Input:color-text-AutoComplete-success": "var(--xmlui-color-text-AutoComplete-success)", "Input:color-border-AutoComplete-success--hover": "var(--xmlui-color-border-AutoComplete-success--hover)", "Input:color-bg-AutoComplete-success--hover": "var(--xmlui-color-bg-AutoComplete-success--hover)", "Input:shadow-AutoComplete-success--hover": "var(--xmlui-shadow-AutoComplete-success--hover)", "Input:color-text-AutoComplete-success--hover": "var(--xmlui-color-text-AutoComplete-success--hover)", "Input:color-placeholder-AutoComplete-success": "var(--xmlui-color-placeholder-AutoComplete-success)", "Input:color-bg-AutoComplete--disabled": "var(--xmlui-color-bg-AutoComplete--disabled)", "Input:color-text-AutoComplete--disabled": "var(--xmlui-color-text-AutoComplete--disabled)", "Input:color-border-AutoComplete--disabled": "var(--xmlui-color-border-AutoComplete--disabled)", "Input:thickness-outline-AutoComplete--focus": "var(--xmlui-thickness-outline-AutoComplete--focus)", "Input:color-outline-AutoComplete--focus": "var(--xmlui-color-outline-AutoComplete--focus)", "Input:style-outline-AutoComplete--focus": "var(--xmlui-style-outline-AutoComplete--focus)", "Input:offset-outline-AutoComplete--focus": "var(--xmlui-offset-outline-AutoComplete--focus)", "padding-vertical-AutoComplete-badge": "var(--xmlui-padding-vertical-AutoComplete-badge)", "padding-horizontal-AutoComplete-badge": "var(--xmlui-padding-horizontal-AutoComplete-badge)", "Input:font-size-AutoComplete-badge": "var(--xmlui-font-size-AutoComplete-badge)", "Input:color-bg-AutoComplete-badge": "var(--xmlui-color-bg-AutoComplete-badge)", "Input:color-text-AutoComplete-badge": "var(--xmlui-color-text-AutoComplete-badge)", "Input:color-bg-AutoComplete-badge--hover": "var(--xmlui-color-bg-AutoComplete-badge--hover)", "Input:color-text-AutoComplete-badge--hover": "var(--xmlui-color-text-AutoComplete-badge--hover)", "Input:color-bg-AutoComplete-badge--active": "var(--xmlui-color-bg-AutoComplete-badge--active)", "Input:color-text-AutoComplete-badge--active": "var(--xmlui-color-text-AutoComplete-badge--active)", "Input:color-placeholder-AutoComplete": "var(--xmlui-color-placeholder-AutoComplete)", "Input:color-bg-menu-AutoComplete": "var(--xmlui-color-bg-menu-AutoComplete)", "Input:radius-menu-AutoComplete": "var(--xmlui-radius-menu-AutoComplete)", "Input:shadow-menu-AutoComplete": "var(--xmlui-shadow-menu-AutoComplete)", "color-bg-item-AutoComplete": "var(--xmlui-color-bg-item-AutoComplete)", "color-bg-item-AutoComplete--hover": "var(--xmlui-color-bg-item-AutoComplete--hover)", "color-text-item-AutoComplete--disabled": "var(--xmlui-color-text-item-AutoComplete--disabled)"}'`, s_ = "_command_4q1ko_13", l_ = "_badgeListWrapper_4q1ko_20", c_ = "_error_4q1ko_43", u_ = "_warning_4q1ko_62", d_ = "_valid_4q1ko_81", p_ = "_disabled_4q1ko_100", h_ = "_focused_4q1ko_107", m_ = "_badgeList_4q1ko_20", f_ = "_badge_4q1ko_20", g_ = "_commandInput_4q1ko_149", v_ = "_actions_4q1ko_162", b_ = "_autoCompleteEmpty_4q1ko_168", x_ = "_commandList_4q1ko_178", y_ = "_autoCompleteOption_4q1ko_191", jt = {
|
|
21921
21921
|
themeVars: a_,
|
|
21922
21922
|
command: s_,
|
|
21923
21923
|
badgeListWrapper: l_,
|
|
@@ -21980,24 +21980,24 @@ const v4 = Te(function({
|
|
|
21980
21980
|
const _ = Y(
|
|
21981
21981
|
(D) => {
|
|
21982
21982
|
if (w ? R("") : B(!0), D === "") return;
|
|
21983
|
-
const
|
|
21984
|
-
a({ value:
|
|
21983
|
+
const j = w ? Array.isArray(o) ? o.includes(D) ? o.filter((q) => q !== D) : [...o, D] : [D] : D === o ? null : D;
|
|
21984
|
+
a({ value: j }), l(j);
|
|
21985
21985
|
},
|
|
21986
21986
|
[w, o, a, l]
|
|
21987
21987
|
);
|
|
21988
21988
|
te(() => {
|
|
21989
21989
|
var D;
|
|
21990
|
-
w || R(((D = Array.from(E).find((
|
|
21990
|
+
w || R(((D = Array.from(E).find((j) => j.value === o)) == null ? void 0 : D.labelText) || "");
|
|
21991
21991
|
}, [w, E, o]);
|
|
21992
21992
|
const T = Y(() => {
|
|
21993
21993
|
const D = w ? [] : "";
|
|
21994
21994
|
R(""), a({ value: D }), l(D);
|
|
21995
21995
|
}, [w, a, l]), S = Y((D) => {
|
|
21996
|
-
N((
|
|
21996
|
+
N((j) => new Set(j).add(D));
|
|
21997
21997
|
}, []), O = Y((D) => {
|
|
21998
|
-
N((
|
|
21999
|
-
const
|
|
22000
|
-
return
|
|
21998
|
+
N((j) => {
|
|
21999
|
+
const q = new Set(j);
|
|
22000
|
+
return q.delete(D), q;
|
|
22001
22001
|
});
|
|
22002
22002
|
}, []), W = (D) => {
|
|
22003
22003
|
P.current && !P.current.contains(D.target) && I.current && !I.current.contains(D.target) && (B(!1), I.current.blur());
|
|
@@ -22006,7 +22006,7 @@ const v4 = Te(function({
|
|
|
22006
22006
|
document.removeEventListener("mousedown", W), document.removeEventListener("touchend", W);
|
|
22007
22007
|
}), [L]);
|
|
22008
22008
|
const K = Q(
|
|
22009
|
-
() => m ?? /* @__PURE__ */
|
|
22009
|
+
() => m ?? /* @__PURE__ */ U("div", { className: jt.autoCompleteEmpty, children: [
|
|
22010
22010
|
/* @__PURE__ */ c(Pe, { name: "noresult" }),
|
|
22011
22011
|
/* @__PURE__ */ c("span", { children: "List is empty" })
|
|
22012
22012
|
] }),
|
|
@@ -22037,16 +22037,16 @@ const v4 = Te(function({
|
|
|
22037
22037
|
options: E,
|
|
22038
22038
|
inputValue: A
|
|
22039
22039
|
}), [A, w, h, E, _, o]);
|
|
22040
|
-
return /* @__PURE__ */ c(f4.Provider, { value: F, children: /* @__PURE__ */ c(ps, { Component: n4, children: /* @__PURE__ */
|
|
22040
|
+
return /* @__PURE__ */ c(f4.Provider, { value: F, children: /* @__PURE__ */ c(ps, { Component: n4, children: /* @__PURE__ */ U(o1.Provider, { value: Z, children: [
|
|
22041
22041
|
g,
|
|
22042
|
-
/* @__PURE__ */
|
|
22042
|
+
/* @__PURE__ */ U(
|
|
22043
22043
|
Yc,
|
|
22044
22044
|
{
|
|
22045
22045
|
ref: P,
|
|
22046
|
-
className:
|
|
22047
|
-
filter: (D,
|
|
22046
|
+
className: jt.command,
|
|
22047
|
+
filter: (D, j, q) => (D + " " + q.join(" ")).toLowerCase().includes(j.toLowerCase()) ? 1 : 0,
|
|
22048
22048
|
children: [
|
|
22049
|
-
/* @__PURE__ */
|
|
22049
|
+
/* @__PURE__ */ U(
|
|
22050
22050
|
"div",
|
|
22051
22051
|
{
|
|
22052
22052
|
ref: $,
|
|
@@ -22055,23 +22055,23 @@ const v4 = Te(function({
|
|
|
22055
22055
|
n && ((D = I == null ? void 0 : I.current) == null || D.focus());
|
|
22056
22056
|
},
|
|
22057
22057
|
style: f,
|
|
22058
|
-
className: Lt(
|
|
22059
|
-
[
|
|
22060
|
-
[
|
|
22058
|
+
className: Lt(jt.badgeListWrapper, jt[s], {
|
|
22059
|
+
[jt.disabled]: !n,
|
|
22060
|
+
[jt.focused]: document.activeElement === I.current
|
|
22061
22061
|
}),
|
|
22062
22062
|
children: [
|
|
22063
|
-
w ? /* @__PURE__ */
|
|
22063
|
+
w ? /* @__PURE__ */ U("div", { className: jt.badgeList, children: [
|
|
22064
22064
|
Array.isArray(o) && o.map((D) => {
|
|
22065
|
-
var
|
|
22066
|
-
return /* @__PURE__ */
|
|
22067
|
-
(
|
|
22065
|
+
var j;
|
|
22066
|
+
return /* @__PURE__ */ U("span", { className: jt.badge, children: [
|
|
22067
|
+
(j = Array.from(E).find((q) => q.value === D)) == null ? void 0 : j.label,
|
|
22068
22068
|
/* @__PURE__ */ c(
|
|
22069
22069
|
Pe,
|
|
22070
22070
|
{
|
|
22071
22071
|
name: "close",
|
|
22072
22072
|
size: "sm",
|
|
22073
|
-
onClick: (
|
|
22074
|
-
|
|
22073
|
+
onClick: (q) => {
|
|
22074
|
+
q.stopPropagation(), _(D);
|
|
22075
22075
|
}
|
|
22076
22076
|
}
|
|
22077
22077
|
)
|
|
@@ -22095,7 +22095,7 @@ const v4 = Te(function({
|
|
|
22095
22095
|
B(!1), d();
|
|
22096
22096
|
},
|
|
22097
22097
|
placeholder: i,
|
|
22098
|
-
className:
|
|
22098
|
+
className: jt.commandInput
|
|
22099
22099
|
}
|
|
22100
22100
|
)
|
|
22101
22101
|
] }) : /* @__PURE__ */ c(
|
|
@@ -22116,10 +22116,10 @@ const v4 = Te(function({
|
|
|
22116
22116
|
B(!1), d();
|
|
22117
22117
|
},
|
|
22118
22118
|
placeholder: i,
|
|
22119
|
-
className:
|
|
22119
|
+
className: jt.commandInput
|
|
22120
22120
|
}
|
|
22121
22121
|
),
|
|
22122
|
-
/* @__PURE__ */
|
|
22122
|
+
/* @__PURE__ */ U("div", { className: jt.actions, children: [
|
|
22123
22123
|
(o == null ? void 0 : o.length) > 0 && n && /* @__PURE__ */ c(
|
|
22124
22124
|
"button",
|
|
22125
22125
|
{
|
|
@@ -22134,10 +22134,10 @@ const v4 = Te(function({
|
|
|
22134
22134
|
]
|
|
22135
22135
|
}
|
|
22136
22136
|
),
|
|
22137
|
-
/* @__PURE__ */ c("div", { style: { position: "relative" }, children: L && /* @__PURE__ */
|
|
22137
|
+
/* @__PURE__ */ c("div", { style: { position: "relative" }, children: L && /* @__PURE__ */ U(
|
|
22138
22138
|
Qc,
|
|
22139
22139
|
{
|
|
22140
|
-
className:
|
|
22140
|
+
className: jt.commandList,
|
|
22141
22141
|
onMouseUp: () => {
|
|
22142
22142
|
var D;
|
|
22143
22143
|
(D = I == null ? void 0 : I.current) == null || D.focus();
|
|
@@ -22146,13 +22146,13 @@ const v4 = Te(function({
|
|
|
22146
22146
|
children: [
|
|
22147
22147
|
/* @__PURE__ */ c(Kc, { children: K }),
|
|
22148
22148
|
/* @__PURE__ */ c(T_, {}),
|
|
22149
|
-
/* @__PURE__ */ c(f3, { children: Array.from(E).map(({ value: D, label:
|
|
22149
|
+
/* @__PURE__ */ c(f3, { children: Array.from(E).map(({ value: D, label: j, enabled: q, keywords: G, labelText: oe }) => /* @__PURE__ */ c(
|
|
22150
22150
|
__,
|
|
22151
22151
|
{
|
|
22152
22152
|
value: D,
|
|
22153
|
-
label:
|
|
22154
|
-
enabled:
|
|
22155
|
-
keywords:
|
|
22153
|
+
label: j,
|
|
22154
|
+
enabled: q,
|
|
22155
|
+
keywords: G,
|
|
22156
22156
|
labelText: oe
|
|
22157
22157
|
},
|
|
22158
22158
|
D
|
|
@@ -22173,7 +22173,7 @@ function T_() {
|
|
|
22173
22173
|
Al,
|
|
22174
22174
|
{
|
|
22175
22175
|
value: r,
|
|
22176
|
-
className:
|
|
22176
|
+
className: jt.autoCompleteOption,
|
|
22177
22177
|
onMouseDown: (a) => {
|
|
22178
22178
|
a.preventDefault(), a.stopPropagation();
|
|
22179
22179
|
},
|
|
@@ -22187,13 +22187,13 @@ function T_() {
|
|
|
22187
22187
|
}
|
|
22188
22188
|
function __({ value: e, label: t, enabled: r = !0, keywords: o }) {
|
|
22189
22189
|
const n = zr(), { value: i, onChange: a, optionRenderer: s, multi: l } = g4(), u = l ? i == null ? void 0 : i.includes(e) : i === e;
|
|
22190
|
-
return /* @__PURE__ */
|
|
22190
|
+
return /* @__PURE__ */ U(
|
|
22191
22191
|
Al,
|
|
22192
22192
|
{
|
|
22193
22193
|
id: n,
|
|
22194
22194
|
disabled: !r,
|
|
22195
22195
|
value: `${e}`,
|
|
22196
|
-
className:
|
|
22196
|
+
className: jt.autoCompleteOption,
|
|
22197
22197
|
onMouseDown: (d) => {
|
|
22198
22198
|
d.preventDefault(), d.stopPropagation();
|
|
22199
22199
|
},
|
|
@@ -22436,7 +22436,7 @@ const $_ = {
|
|
|
22436
22436
|
onFocus: O,
|
|
22437
22437
|
onBlur: W,
|
|
22438
22438
|
style: t,
|
|
22439
|
-
validationResult: /* @__PURE__ */ c("div", { ref: K, children: T && (P == null ? void 0 : P.validations.map((C, M) => /* @__PURE__ */
|
|
22439
|
+
validationResult: /* @__PURE__ */ c("div", { ref: K, children: T && (P == null ? void 0 : P.validations.map((C, M) => /* @__PURE__ */ U(Pn, { children: [
|
|
22440
22440
|
C.isValid && !!C.validMessage && /* @__PURE__ */ c(
|
|
22441
22441
|
ac,
|
|
22442
22442
|
{
|
|
@@ -22615,8 +22615,8 @@ const tn = "FormItem", S_ = ne({
|
|
|
22615
22615
|
regexInvalidMessage: r.asOptionalString(T),
|
|
22616
22616
|
regexInvalidSeverity: ji(r.asOptionalString(S))
|
|
22617
22617
|
}), Z = o ? Object.fromEntries(
|
|
22618
|
-
Object.entries(C).filter(([
|
|
22619
|
-
) : C, F = r(Z), D = r.asOptionalString(g),
|
|
22618
|
+
Object.entries(C).filter(([q, G]) => !(o != null && o.hasOwnProperty(q)))
|
|
22619
|
+
) : C, F = r(Z), D = r.asOptionalString(g), j = D === void 0 && !!e.children;
|
|
22620
22620
|
return /* @__PURE__ */ c(
|
|
22621
22621
|
I_,
|
|
22622
22622
|
{
|
|
@@ -22628,7 +22628,7 @@ const tn = "FormItem", S_ = ne({
|
|
|
22628
22628
|
enabled: r.asOptionalBoolean(m),
|
|
22629
22629
|
label: r.asOptionalString(u),
|
|
22630
22630
|
labelPosition: r.asOptionalString(d),
|
|
22631
|
-
type:
|
|
22631
|
+
type: j ? "custom" : D,
|
|
22632
22632
|
validations: M,
|
|
22633
22633
|
onValidate: n("validate"),
|
|
22634
22634
|
customValidationsDebounce: r.asOptionalNumber(O),
|
|
@@ -22636,7 +22636,7 @@ const tn = "FormItem", S_ = ne({
|
|
|
22636
22636
|
registerComponentApi: a,
|
|
22637
22637
|
maxTextLength: r(K),
|
|
22638
22638
|
...F,
|
|
22639
|
-
children:
|
|
22639
|
+
children: j ? /* @__PURE__ */ c(
|
|
22640
22640
|
E_,
|
|
22641
22641
|
{
|
|
22642
22642
|
renderChild: t,
|
|
@@ -23377,7 +23377,7 @@ const w4 = "RealTimeAdapter", M_ = ne({
|
|
|
23377
23377
|
)
|
|
23378
23378
|
), j_ = ({ triggerTemplate: e, children: t }) => {
|
|
23379
23379
|
const { root: r } = ut();
|
|
23380
|
-
return /* @__PURE__ */
|
|
23380
|
+
return /* @__PURE__ */ U(Oi.Root, { openDelay: 100, closeDelay: 100, children: [
|
|
23381
23381
|
/* @__PURE__ */ c(Oi.Trigger, { children: e }),
|
|
23382
23382
|
/* @__PURE__ */ c(Oi.Portal, { container: r, children: /* @__PURE__ */ c(Oi.Content, { side: "bottom", sideOffset: 5, children: t }) })
|
|
23383
23383
|
] });
|
|
@@ -23558,8 +23558,8 @@ function o$({ node: e, renderChild: t, extractValue: r, defaultRoute: o }) {
|
|
|
23558
23558
|
const n = [], i = [];
|
|
23559
23559
|
return (a = e.children) == null || a.forEach((s) => {
|
|
23560
23560
|
s.type === "Page" ? n.push(s) : i.push(s);
|
|
23561
|
-
}), /* @__PURE__ */
|
|
23562
|
-
/* @__PURE__ */
|
|
23561
|
+
}), /* @__PURE__ */ U(Ve, { children: [
|
|
23562
|
+
/* @__PURE__ */ U(b5, { children: [
|
|
23563
23563
|
n.map((s, l) => /* @__PURE__ */ c(p1, { path: r(s.props.url), element: t(s) }, l)),
|
|
23564
23564
|
!!o && /* @__PURE__ */ c(p1, { path: "*", element: /* @__PURE__ */ c(Mc, { to: o, replace: !0 }) })
|
|
23565
23565
|
] }),
|
|
@@ -23703,8 +23703,8 @@ const _l = "Page", n$ = ne({
|
|
|
23703
23703
|
...t,
|
|
23704
23704
|
paddingLeft: l >= 1 ? l * 2 + "em" : void 0
|
|
23705
23705
|
};
|
|
23706
|
-
return /* @__PURE__ */
|
|
23707
|
-
/* @__PURE__ */
|
|
23706
|
+
return /* @__PURE__ */ U(Ve, { children: [
|
|
23707
|
+
/* @__PURE__ */ U(wi, { style: p, onClick: () => d((h) => !h), icon: o, to: a, children: [
|
|
23708
23708
|
r,
|
|
23709
23709
|
/* @__PURE__ */ c("div", { style: { flex: 1 } }),
|
|
23710
23710
|
/* @__PURE__ */ c(Pe, { name: u ? "chevronup" : "chevrondown" })
|
|
@@ -23729,7 +23729,7 @@ const _l = "Page", n$ = ne({
|
|
|
23729
23729
|
}, s) {
|
|
23730
23730
|
const { level: l } = qe(qa), { root: u } = ut();
|
|
23731
23731
|
let d = T3, p = _3, h = $3;
|
|
23732
|
-
return l >= 1 && (d = I3, p = E3, h = S3), /* @__PURE__ */
|
|
23732
|
+
return l >= 1 && (d = I3, p = E3, h = S3), /* @__PURE__ */ U(d, { children: [
|
|
23733
23733
|
/* @__PURE__ */ c(p, { asChild: !0, children: /* @__PURE__ */ c(wi, { icon: o, style: { flexShrink: 0 }, vertical: l >= 1, to: a, children: /* @__PURE__ */ c(
|
|
23734
23734
|
"span",
|
|
23735
23735
|
{
|
|
@@ -24464,7 +24464,7 @@ const Y$ = () => /* @__PURE__ */ c("hr", { className: jn.horizontalRule }), Q$ =
|
|
|
24464
24464
|
n == null || n({
|
|
24465
24465
|
close: () => v(!1)
|
|
24466
24466
|
});
|
|
24467
|
-
}, [n]), /* @__PURE__ */
|
|
24467
|
+
}, [n]), /* @__PURE__ */ U(
|
|
24468
24468
|
rr.Root,
|
|
24469
24469
|
{
|
|
24470
24470
|
open: g,
|
|
@@ -24507,7 +24507,7 @@ function Ta({
|
|
|
24507
24507
|
active: a = !1
|
|
24508
24508
|
}) {
|
|
24509
24509
|
const s = i === "start";
|
|
24510
|
-
return /* @__PURE__ */
|
|
24510
|
+
return /* @__PURE__ */ U(
|
|
24511
24511
|
rr.Item,
|
|
24512
24512
|
{
|
|
24513
24513
|
style: o,
|
|
@@ -24527,7 +24527,7 @@ function Ta({
|
|
|
24527
24527
|
}
|
|
24528
24528
|
function hI({ children: e, label: t, triggerTemplate: r }) {
|
|
24529
24529
|
const { root: o } = ut();
|
|
24530
|
-
return /* @__PURE__ */
|
|
24530
|
+
return /* @__PURE__ */ U(rr.Sub, { children: [
|
|
24531
24531
|
/* @__PURE__ */ c(rr.SubTrigger, { className: ro.DropdownMenuSubTrigger, asChild: !0, children: r || /* @__PURE__ */ c("div", { children: t }) }),
|
|
24532
24532
|
/* @__PURE__ */ c(rr.Portal, { container: o, children: /* @__PURE__ */ c(rr.SubContent, { className: ro.DropdownMenuSubContent, children: e }) })
|
|
24533
24533
|
] });
|
|
@@ -24636,8 +24636,8 @@ const S4 = "ThemeChangerButton", fI = ne({
|
|
|
24636
24636
|
}
|
|
24637
24637
|
]
|
|
24638
24638
|
}), p = r.asOptionalBoolean(t.props.showSettings, !0);
|
|
24639
|
-
return /* @__PURE__ */
|
|
24640
|
-
/* @__PURE__ */
|
|
24639
|
+
return /* @__PURE__ */ U(Ve, { children: [
|
|
24640
|
+
/* @__PURE__ */ U(E4, { triggerTemplate: /* @__PURE__ */ c(gt, { variant: "ghost", icon: /* @__PURE__ */ c(Pe, { name: "palette" }) }), children: [
|
|
24641
24641
|
/* @__PURE__ */ c(
|
|
24642
24642
|
Ta,
|
|
24643
24643
|
{
|
|
@@ -24656,12 +24656,12 @@ const S4 = "ThemeChangerButton", fI = ne({
|
|
|
24656
24656
|
onClick: () => l("dark")
|
|
24657
24657
|
}
|
|
24658
24658
|
),
|
|
24659
|
-
p && /* @__PURE__ */
|
|
24659
|
+
p && /* @__PURE__ */ U(Ve, { children: [
|
|
24660
24660
|
/* @__PURE__ */ c(M0, {}),
|
|
24661
24661
|
/* @__PURE__ */ c(Ta, { label: "Theme Settings", onClick: () => n(!0) })
|
|
24662
24662
|
] })
|
|
24663
24663
|
] }),
|
|
24664
|
-
o && /* @__PURE__ */ c(Wn, { isInitiallyOpen: !0, onClose: () => n(!1), children: /* @__PURE__ */
|
|
24664
|
+
o && /* @__PURE__ */ c(Wn, { isInitiallyOpen: !0, onClose: () => n(!1), children: /* @__PURE__ */ U(dr, { orientation: "vertical", children: [
|
|
24665
24665
|
/* @__PURE__ */ c(Dt, { variant: "strong", layout: { marginBottom: "1rem" }, children: "Set theme" }),
|
|
24666
24666
|
/* @__PURE__ */ c(dr, { orientation: "vertical", style: { width: "100%", overflow: "scroll" }, children: /* @__PURE__ */ c(
|
|
24667
24667
|
dr,
|
|
@@ -24676,7 +24676,7 @@ const S4 = "ThemeChangerButton", fI = ne({
|
|
|
24676
24676
|
variant: i === h ? "solid" : "ghost",
|
|
24677
24677
|
themeColor: "primary",
|
|
24678
24678
|
onClick: () => s(h),
|
|
24679
|
-
children: /* @__PURE__ */
|
|
24679
|
+
children: /* @__PURE__ */ U(dr, { style: { width: "100%" }, children: [
|
|
24680
24680
|
d(h),
|
|
24681
24681
|
/* @__PURE__ */ c(Dt, { children: h })
|
|
24682
24682
|
] })
|
|
@@ -24685,7 +24685,7 @@ const S4 = "ThemeChangerButton", fI = ne({
|
|
|
24685
24685
|
))
|
|
24686
24686
|
}
|
|
24687
24687
|
) }),
|
|
24688
|
-
/* @__PURE__ */
|
|
24688
|
+
/* @__PURE__ */ U(dr, { orientation: "vertical", style: { minHeight: "fit-content" }, children: [
|
|
24689
24689
|
/* @__PURE__ */ c(Dt, { variant: "strong", layout: { marginBottom: "1rem" }, children: "Set tone" }),
|
|
24690
24690
|
/* @__PURE__ */ c(
|
|
24691
24691
|
i1,
|
|
@@ -24693,7 +24693,7 @@ const S4 = "ThemeChangerButton", fI = ne({
|
|
|
24693
24693
|
id: "toneSelector",
|
|
24694
24694
|
value: a,
|
|
24695
24695
|
onDidChange: (h) => l(h),
|
|
24696
|
-
children: /* @__PURE__ */
|
|
24696
|
+
children: /* @__PURE__ */ U(dr, { style: { gap: "1rem" }, orientation: "horizontal", children: [
|
|
24697
24697
|
/* @__PURE__ */ c(gl, { label: "Light", value: "light" }),
|
|
24698
24698
|
/* @__PURE__ */ c(gl, { label: "Dark", value: "dark" })
|
|
24699
24699
|
] })
|
|
@@ -25190,8 +25190,8 @@ function DI(e) {
|
|
|
25190
25190
|
])), y(C, { nsIdent: Z, nameIdent: M }), T(z.AttributeKeyNode);
|
|
25191
25191
|
}
|
|
25192
25192
|
function y(C, { nameIdent: M, nsIdent: Z }) {
|
|
25193
|
-
const F = l(M), D = Z === void 0 ? void 0 : l(Z),
|
|
25194
|
-
|
|
25193
|
+
const F = l(M), D = Z === void 0 ? void 0 : l(Z), j = ({ ns: me, name: ge }) => ge === F && me === D, q = C.findIndex(j) !== -1, G = "A" <= F[0] && F[0] <= "Z", oe = q || G;
|
|
25194
|
+
q && P(Xi.duplAttr(F), M.pos, M.end), G && P(Xi.uppercaseAttr(F), M.pos, M.end), oe || C.push({ name: F });
|
|
25195
25195
|
}
|
|
25196
25196
|
function w(C) {
|
|
25197
25197
|
return E().kind === C;
|
|
@@ -25233,33 +25233,33 @@ function DI(e) {
|
|
|
25233
25233
|
if (C.kind === z.EndOfFileToken || C.kind === z.OpenNodeStart || C.kind === z.Script || C.kind === z.CData || C.kind === z.CloseNodeStart)
|
|
25234
25234
|
return C;
|
|
25235
25235
|
const M = C.triviaBefore, Z = (M == null ? void 0 : M.length) ?? 0;
|
|
25236
|
-
let F = 0, D = [],
|
|
25236
|
+
let F = 0, D = [], j = -1;
|
|
25237
25237
|
for (; F < Z; ++F)
|
|
25238
25238
|
if (M[F].kind === z.CommentTrivia)
|
|
25239
25239
|
D.push(M[F]);
|
|
25240
25240
|
else {
|
|
25241
|
-
|
|
25241
|
+
j = F;
|
|
25242
25242
|
break;
|
|
25243
25243
|
}
|
|
25244
|
-
let
|
|
25244
|
+
let q = -1;
|
|
25245
25245
|
for (; F < Z; ++F)
|
|
25246
25246
|
if (M[F].kind === z.CommentTrivia) {
|
|
25247
|
-
|
|
25247
|
+
q = F;
|
|
25248
25248
|
break;
|
|
25249
25249
|
}
|
|
25250
|
-
let
|
|
25250
|
+
let G = !1;
|
|
25251
25251
|
if (C.kind === z.StringLiteral) {
|
|
25252
25252
|
const ee = C.end, J = S(!0);
|
|
25253
|
-
|
|
25253
|
+
G = J.kind === z.CData || J.kind === z.CloseNodeStart || J.kind === z.Script || J.kind === z.OpenNodeStart, s.resetTokenState(ee);
|
|
25254
25254
|
}
|
|
25255
25255
|
let oe;
|
|
25256
|
-
|
|
25256
|
+
G ? oe = C.pos : D.length > 0 ? oe = D[D.length - 1].end : j !== -1 ? oe = M[j].pos : oe = C.start;
|
|
25257
25257
|
let me = oe, ge;
|
|
25258
25258
|
D.length > 0 && (ge = D, me = D[0].pos);
|
|
25259
25259
|
let ye = z.TextNode, le = -1;
|
|
25260
|
-
if (
|
|
25261
|
-
le = M[
|
|
25262
|
-
else if (
|
|
25260
|
+
if (q !== -1)
|
|
25261
|
+
le = M[q].pos, s.resetTokenState(le);
|
|
25262
|
+
else if (G)
|
|
25263
25263
|
ye = z.StringLiteral, le = C.end;
|
|
25264
25264
|
else {
|
|
25265
25265
|
for (; ; ) {
|
|
@@ -25304,17 +25304,17 @@ function DI(e) {
|
|
|
25304
25304
|
if (M = s.scan(), F === null && (F = s.getTokenStart()), i !== void 0) {
|
|
25305
25305
|
let D;
|
|
25306
25306
|
i.message.code === zo.invalidChar ? D = Xi.invalidChar(s.getTokenText()) : D = i.message;
|
|
25307
|
-
const
|
|
25307
|
+
const j = s.getTokenStart(), q = {
|
|
25308
25308
|
kind: M,
|
|
25309
25309
|
start: F,
|
|
25310
|
-
pos:
|
|
25310
|
+
pos: j,
|
|
25311
25311
|
end: s.getTokenEnd(),
|
|
25312
25312
|
triviaBefore: Z.length > 0 ? Z : void 0
|
|
25313
25313
|
};
|
|
25314
25314
|
if (Z = [], C && D.code === zo.invalidChar)
|
|
25315
|
-
return i = void 0,
|
|
25316
|
-
const
|
|
25317
|
-
return
|
|
25315
|
+
return i = void 0, q;
|
|
25316
|
+
const G = j + i.prefixLength;
|
|
25317
|
+
return q.end = G, s.resetTokenState(G), _(), n.children.push(q), P(D, j, G), T(z.ErrorNode), i = void 0, S(C);
|
|
25318
25318
|
}
|
|
25319
25319
|
switch (M) {
|
|
25320
25320
|
case z.CommentTrivia:
|
|
@@ -25446,18 +25446,18 @@ function qI(e, t, r, o = () => "") {
|
|
|
25446
25446
|
(le) => le.kind === z.ElementNode && w(le) === gc
|
|
25447
25447
|
))
|
|
25448
25448
|
return He("T006"), null;
|
|
25449
|
-
const
|
|
25449
|
+
const q = D.filter(
|
|
25450
25450
|
(le) => le.kind === z.ElementNode && sr.test(w(le))
|
|
25451
25451
|
);
|
|
25452
|
-
|
|
25453
|
-
const
|
|
25452
|
+
q.length === 0 && q.push(bc(""));
|
|
25453
|
+
const G = [], oe = [];
|
|
25454
25454
|
for (let le of D)
|
|
25455
25455
|
if (le.kind === z.ElementNode) {
|
|
25456
25456
|
const ee = w(le);
|
|
25457
|
-
ee === "var" ? oe.push(le) : sr.test(ee) ||
|
|
25457
|
+
ee === "var" ? oe.push(le) : sr.test(ee) || G.push(le);
|
|
25458
25458
|
}
|
|
25459
25459
|
let me;
|
|
25460
|
-
|
|
25460
|
+
q.length > 1 || oe.length > 0 ? me = xc([...oe, ...q]) : me = q[0], u.push(/* @__PURE__ */ new Map()), O.filter((le) => le.namespace === "xmlns").forEach((le) => {
|
|
25461
25461
|
wc(u, me, le.unsegmentedName, le.value);
|
|
25462
25462
|
});
|
|
25463
25463
|
let ge = d(
|
|
@@ -25481,7 +25481,7 @@ function qI(e, t, r, o = () => "") {
|
|
|
25481
25481
|
fileId: r
|
|
25482
25482
|
}
|
|
25483
25483
|
};
|
|
25484
|
-
const ye = yc(T,
|
|
25484
|
+
const ye = yc(T, G);
|
|
25485
25485
|
return p(_, W, ye), W;
|
|
25486
25486
|
}
|
|
25487
25487
|
return W = {
|
|
@@ -25503,12 +25503,12 @@ function qI(e, t, r, o = () => "") {
|
|
|
25503
25503
|
}), wn(S).forEach((F) => {
|
|
25504
25504
|
if (F.kind === z.Script) {
|
|
25505
25505
|
yn(F).length > 0 && He("T022");
|
|
25506
|
-
const
|
|
25507
|
-
|
|
25508
|
-
|
|
25506
|
+
const j = n(F), q = j.slice(
|
|
25507
|
+
j.indexOf(">") + 1,
|
|
25508
|
+
j.lastIndexOf("</")
|
|
25509
25509
|
);
|
|
25510
25510
|
T.script ?? (T.script = ""), T.script.length > 0 && (T.script += `
|
|
25511
|
-
`), T.script +=
|
|
25511
|
+
`), T.script += q;
|
|
25512
25512
|
return;
|
|
25513
25513
|
}
|
|
25514
25514
|
if (F.kind === z.TextNode && !O) {
|
|
@@ -25518,8 +25518,8 @@ function qI(e, t, r, o = () => "") {
|
|
|
25518
25518
|
const D = w(F);
|
|
25519
25519
|
if (!(O && F.kind === z.ElementNode && sr.test(D))) {
|
|
25520
25520
|
if (sr.test(D) && !O) {
|
|
25521
|
-
const
|
|
25522
|
-
|
|
25521
|
+
const j = d(_, F);
|
|
25522
|
+
j && (T.children ? typeof T.children == "string" ? T.children = [T.children, j] : Array.isArray(T.children) && T.children.push(j) : T.children = [j]);
|
|
25523
25523
|
return;
|
|
25524
25524
|
}
|
|
25525
25525
|
switch (D) {
|
|
@@ -25528,12 +25528,12 @@ function qI(e, t, r, o = () => "") {
|
|
|
25528
25528
|
_,
|
|
25529
25529
|
T,
|
|
25530
25530
|
F,
|
|
25531
|
-
(
|
|
25532
|
-
var
|
|
25533
|
-
return Lr(T) ? (
|
|
25531
|
+
(j) => {
|
|
25532
|
+
var q;
|
|
25533
|
+
return Lr(T) ? (q = T.props) == null ? void 0 : q[j] : void 0;
|
|
25534
25534
|
},
|
|
25535
|
-
(
|
|
25536
|
-
Lr(T) && (T.props ?? (T.props = {}), T.props[
|
|
25535
|
+
(j, q) => {
|
|
25536
|
+
Lr(T) && (T.props ?? (T.props = {}), T.props[j] = q);
|
|
25537
25537
|
}
|
|
25538
25538
|
);
|
|
25539
25539
|
return;
|
|
@@ -25542,15 +25542,15 @@ function qI(e, t, r, o = () => "") {
|
|
|
25542
25542
|
_,
|
|
25543
25543
|
T,
|
|
25544
25544
|
F,
|
|
25545
|
-
(
|
|
25546
|
-
var
|
|
25547
|
-
return Lr(T) ? (
|
|
25545
|
+
(j) => {
|
|
25546
|
+
var q;
|
|
25547
|
+
return Lr(T) ? (q = T.events) == null ? void 0 : q[j] : void 0;
|
|
25548
25548
|
},
|
|
25549
|
-
(
|
|
25550
|
-
Lr(T) && (T.events ?? (T.events = {}), T.events[
|
|
25549
|
+
(j, q) => {
|
|
25550
|
+
Lr(T) && (T.events ?? (T.events = {}), T.events[j] = q);
|
|
25551
25551
|
},
|
|
25552
|
-
(
|
|
25553
|
-
vc.test(
|
|
25552
|
+
(j) => {
|
|
25553
|
+
vc.test(j) && He("T008", j);
|
|
25554
25554
|
}
|
|
25555
25555
|
);
|
|
25556
25556
|
return;
|
|
@@ -25559,12 +25559,12 @@ function qI(e, t, r, o = () => "") {
|
|
|
25559
25559
|
_,
|
|
25560
25560
|
T,
|
|
25561
25561
|
F,
|
|
25562
|
-
(
|
|
25563
|
-
var
|
|
25564
|
-
return Lr(T) ? (
|
|
25562
|
+
(j) => {
|
|
25563
|
+
var q;
|
|
25564
|
+
return Lr(T) ? (q = T.vars) == null ? void 0 : q[j] : void 0;
|
|
25565
25565
|
},
|
|
25566
|
-
(
|
|
25567
|
-
Lr(T) && (T.vars ?? (T.vars = {}), T.vars[
|
|
25566
|
+
(j, q) => {
|
|
25567
|
+
Lr(T) && (T.vars ?? (T.vars = {}), T.vars[j] = q);
|
|
25568
25568
|
}
|
|
25569
25569
|
);
|
|
25570
25570
|
return;
|
|
@@ -25579,12 +25579,12 @@ function qI(e, t, r, o = () => "") {
|
|
|
25579
25579
|
_,
|
|
25580
25580
|
T,
|
|
25581
25581
|
F,
|
|
25582
|
-
(
|
|
25583
|
-
var
|
|
25584
|
-
return Lr(T) ? (
|
|
25582
|
+
(j) => {
|
|
25583
|
+
var q;
|
|
25584
|
+
return Lr(T) ? (q = T.api) == null ? void 0 : q[j] : void 0;
|
|
25585
25585
|
},
|
|
25586
|
-
(
|
|
25587
|
-
T.api ?? (T.api = {}), T.api[
|
|
25586
|
+
(j, q) => {
|
|
25587
|
+
T.api ?? (T.api = {}), T.api[j] = q;
|
|
25588
25588
|
}
|
|
25589
25589
|
);
|
|
25590
25590
|
return;
|
|
@@ -25687,32 +25687,32 @@ function qI(e, t, r, o = () => "") {
|
|
|
25687
25687
|
}
|
|
25688
25688
|
function f(_, T, S = !0) {
|
|
25689
25689
|
const O = w(T), W = wn(T), K = W.filter(
|
|
25690
|
-
(
|
|
25690
|
+
(G) => G.kind === z.ElementNode && sr.test(w(G))
|
|
25691
25691
|
), C = W.filter(
|
|
25692
|
-
(
|
|
25693
|
-
), M = yn(T).map(I), Z = M.filter((
|
|
25692
|
+
(G) => G.kind === z.ElementNode && !sr.test(w(G))
|
|
25693
|
+
), M = yn(T).map(I), Z = M.filter((G) => RI.indexOf(G.name) >= 0);
|
|
25694
25694
|
if (M.length > Z.length)
|
|
25695
25695
|
return He("T011", O), null;
|
|
25696
|
-
const F = Z.find((
|
|
25696
|
+
const F = Z.find((G) => G.name === "name");
|
|
25697
25697
|
if (S) {
|
|
25698
25698
|
if (!(F != null && F.value))
|
|
25699
25699
|
return He("T012", O), null;
|
|
25700
25700
|
} else if (F)
|
|
25701
25701
|
return He("T018", O), null;
|
|
25702
|
-
const D = F == null ? void 0 : F.value,
|
|
25703
|
-
if (
|
|
25702
|
+
const D = F == null ? void 0 : F.value, j = Z.find((G) => G.name === "value");
|
|
25703
|
+
if (j && j.value === void 0)
|
|
25704
25704
|
return He("T019", O), null;
|
|
25705
25705
|
if (D && K.length >= 1) {
|
|
25706
25706
|
if (C.length > 0)
|
|
25707
25707
|
return He("T020"), null;
|
|
25708
|
-
const
|
|
25708
|
+
const G = K.map((oe) => d(_, oe));
|
|
25709
25709
|
return {
|
|
25710
25710
|
name: D,
|
|
25711
|
-
value:
|
|
25711
|
+
value: G.length === 1 ? G[0] : G
|
|
25712
25712
|
};
|
|
25713
25713
|
}
|
|
25714
|
-
let
|
|
25715
|
-
return
|
|
25714
|
+
let q = j == null ? void 0 : j.value;
|
|
25715
|
+
return q === null ? null : typeof q == "string" ? { name: D, value: q } : { name: D, value: m(_, W) };
|
|
25716
25716
|
}
|
|
25717
25717
|
function g(_, T, S) {
|
|
25718
25718
|
var K;
|
|
@@ -25760,8 +25760,8 @@ function qI(e, t, r, o = () => "") {
|
|
|
25760
25760
|
W(M, Yi(O(M), Z));
|
|
25761
25761
|
else {
|
|
25762
25762
|
const F = wn(S), D = m(_, F);
|
|
25763
|
-
let
|
|
25764
|
-
|
|
25763
|
+
let j = O(M);
|
|
25764
|
+
j = Yi(j, D), W(M, j);
|
|
25765
25765
|
}
|
|
25766
25766
|
}
|
|
25767
25767
|
function y(_, T) {
|
|
@@ -25814,33 +25814,33 @@ function qI(e, t, r, o = () => "") {
|
|
|
25814
25814
|
const T = wn(_), S = w(_), W = sr.test(S) || S === "property", K = S !== "event" && S !== "method", C = yn(_);
|
|
25815
25815
|
GI(C), ZI(C, n), L(C), N(T), R(T, K);
|
|
25816
25816
|
let M = !1, Z = !1;
|
|
25817
|
-
for (let
|
|
25818
|
-
const
|
|
25817
|
+
for (let q = 0; q < T.length; ++q) {
|
|
25818
|
+
const G = T[q];
|
|
25819
25819
|
let oe;
|
|
25820
|
-
if (
|
|
25820
|
+
if (G.kind == z.Script) {
|
|
25821
25821
|
Z = !0;
|
|
25822
25822
|
continue;
|
|
25823
25823
|
}
|
|
25824
|
-
if (
|
|
25825
|
-
oe = B(
|
|
25824
|
+
if (G.kind === z.ElementNode) {
|
|
25825
|
+
oe = B(G), T[q] = oe;
|
|
25826
25826
|
continue;
|
|
25827
25827
|
}
|
|
25828
|
-
let me = n(
|
|
25829
|
-
|
|
25828
|
+
let me = n(G);
|
|
25829
|
+
G.kind === z.StringLiteral ? me = me.slice(1, -1) : G.kind === z.CData ? M = !0 : (G.kind, z.TextNode), W ? M ? oe = jI(me) : oe = bc(me) : oe = {
|
|
25830
25830
|
kind: z.TextNode,
|
|
25831
25831
|
text: me
|
|
25832
|
-
}, T[
|
|
25832
|
+
}, T[q] = oe;
|
|
25833
25833
|
}
|
|
25834
25834
|
const F = T.filter(
|
|
25835
|
-
(
|
|
25835
|
+
(q) => q.kind === z.ElementNode && !sr.test(w(q))
|
|
25836
25836
|
), D = T.filter(
|
|
25837
|
-
(
|
|
25838
|
-
),
|
|
25839
|
-
(
|
|
25837
|
+
(q) => q.kind !== z.ElementNode || q.kind === z.ElementNode && sr.test(w(q))
|
|
25838
|
+
), j = D.some(
|
|
25839
|
+
(q) => q.kind === z.ElementNode && sr.test(w(q))
|
|
25840
25840
|
);
|
|
25841
|
-
if (Z &&
|
|
25842
|
-
const
|
|
25843
|
-
return F.push(
|
|
25841
|
+
if (Z && j) {
|
|
25842
|
+
const q = xc(D);
|
|
25843
|
+
return F.push(q), yc(_, F);
|
|
25844
25844
|
}
|
|
25845
25845
|
return _;
|
|
25846
25846
|
}
|
|
@@ -26773,7 +26773,7 @@ const $l = "FormSection", eE = ne({
|
|
|
26773
26773
|
position: "top-right",
|
|
26774
26774
|
containerStyle: xE,
|
|
26775
26775
|
toastOptions: { style: { padding: "12px 16px" }, duration: e },
|
|
26776
|
-
children: (t) => /* @__PURE__ */ c("div", { onClick: () => yt.dismiss(t.id), children: /* @__PURE__ */ c(D5, { position: t.position, toast: t, style: { wordBreak: "break-word" }, children: ({ icon: r, message: o }) => /* @__PURE__ */
|
|
26776
|
+
children: (t) => /* @__PURE__ */ c("div", { onClick: () => yt.dismiss(t.id), children: /* @__PURE__ */ c(D5, { position: t.position, toast: t, style: { wordBreak: "break-word" }, children: ({ icon: r, message: o }) => /* @__PURE__ */ U(Ve, { children: [
|
|
26777
26777
|
r,
|
|
26778
26778
|
o
|
|
26779
26779
|
] }) }) })
|
|
@@ -26820,7 +26820,7 @@ function TE({
|
|
|
26820
26820
|
};
|
|
26821
26821
|
}, [g, l, e, y, a, u]), { themeCssVars: $, getResourceUrl: I, fontLinks: L, allThemeVarsWithResolvedHierarchicalVars: B, getThemeVar: P } = o2(w, y, u, d, p), { css: E, className: N, rangeClassName: A, fromClass: R, toClass: _ } = Q(() => {
|
|
26822
26822
|
const W = { ...$, "color-scheme": y };
|
|
26823
|
-
let K = Object.entries(W).map(([D,
|
|
26823
|
+
let K = Object.entries(W).map(([D, j]) => D + ":" + j + ";").join(" ");
|
|
26824
26824
|
K += `font-family: var(${Do("font-family")});`;
|
|
26825
26825
|
const C = wE(K), M = `${C}-from`, Z = `${C}-to`;
|
|
26826
26826
|
let F;
|
|
@@ -26852,13 +26852,13 @@ function TE({
|
|
|
26852
26852
|
]);
|
|
26853
26853
|
if (t) {
|
|
26854
26854
|
const W = I("resource:favicon") || "/resources/favicon.ico";
|
|
26855
|
-
return /* @__PURE__ */
|
|
26856
|
-
/* @__PURE__ */
|
|
26855
|
+
return /* @__PURE__ */ U(Ve, { children: [
|
|
26856
|
+
/* @__PURE__ */ U(Xa, { children: [
|
|
26857
26857
|
!!W && /* @__PURE__ */ c("link", { rel: "icon", type: "image/svg+xml", href: W }),
|
|
26858
26858
|
L == null ? void 0 : L.map((K) => /* @__PURE__ */ c("link", { href: K, rel: "stylesheet" }, K))
|
|
26859
26859
|
] }),
|
|
26860
26860
|
/* @__PURE__ */ c("style", { children: `.${N} {${E}}` }),
|
|
26861
|
-
/* @__PURE__ */
|
|
26861
|
+
/* @__PURE__ */ U(
|
|
26862
26862
|
"div",
|
|
26863
26863
|
{
|
|
26864
26864
|
id: "_ui-engine-theme-root",
|
|
@@ -26874,7 +26874,7 @@ function TE({
|
|
|
26874
26874
|
)
|
|
26875
26875
|
] });
|
|
26876
26876
|
}
|
|
26877
|
-
return /* @__PURE__ */
|
|
26877
|
+
return /* @__PURE__ */ U(Rl.Provider, { value: O, children: [
|
|
26878
26878
|
/* @__PURE__ */ c("style", { children: `.${A} {${E}}` }),
|
|
26879
26879
|
/* @__PURE__ */ c("style", { children: `.${N} {${E}}` }),
|
|
26880
26880
|
/* @__PURE__ */ c("div", { className: ue(Os.from, R) }),
|
|
@@ -27169,11 +27169,11 @@ async function O4({ state: e, appContext: t, lookupAction: r, uid: o }, {
|
|
|
27169
27169
|
if (!Ul(g, S, t))
|
|
27170
27170
|
return;
|
|
27171
27171
|
if (n || i || a) {
|
|
27172
|
-
const
|
|
27172
|
+
const j = Oe(S, n, t), q = Oe(S, i, t), G = Oe(S, a, t);
|
|
27173
27173
|
if (!await t.confirm(
|
|
27174
|
-
|
|
27175
|
-
|
|
27176
|
-
|
|
27174
|
+
j ?? "Confirm Operation",
|
|
27175
|
+
q ?? "Are you sure you want to perform this operation?",
|
|
27176
|
+
G ?? "Yes"
|
|
27177
27177
|
)) return;
|
|
27178
27178
|
}
|
|
27179
27179
|
const O = Oe(S, p, t), W = Gs(), K = r(l, T), C = await (K == null ? void 0 : K());
|
|
@@ -27195,7 +27195,7 @@ async function O4({ state: e, appContext: t, lookupAction: r, uid: o }, {
|
|
|
27195
27195
|
let D;
|
|
27196
27196
|
F && (D = yt.loading(F));
|
|
27197
27197
|
try {
|
|
27198
|
-
const
|
|
27198
|
+
const j = {
|
|
27199
27199
|
headers: B,
|
|
27200
27200
|
url: P,
|
|
27201
27201
|
queryParams: E,
|
|
@@ -27203,38 +27203,38 @@ async function O4({ state: e, appContext: t, lookupAction: r, uid: o }, {
|
|
|
27203
27203
|
method: A,
|
|
27204
27204
|
body: R,
|
|
27205
27205
|
payloadType: f
|
|
27206
|
-
},
|
|
27206
|
+
}, q = r(L, T, {
|
|
27207
27207
|
eventName: "progress"
|
|
27208
|
-
}),
|
|
27209
|
-
operation:
|
|
27208
|
+
}), G = await new Ci(t).execute({
|
|
27209
|
+
operation: j,
|
|
27210
27210
|
params: S,
|
|
27211
27211
|
transactionId: W,
|
|
27212
27212
|
resolveBindingExpressions: _,
|
|
27213
|
-
onProgress:
|
|
27213
|
+
onProgress: q
|
|
27214
27214
|
}), oe = r(u, T, {
|
|
27215
27215
|
eventName: "success"
|
|
27216
27216
|
});
|
|
27217
|
-
await (oe == null ? void 0 : oe(
|
|
27217
|
+
await (oe == null ? void 0 : oe(G, S.$param)), LE(
|
|
27218
27218
|
M,
|
|
27219
27219
|
Z,
|
|
27220
27220
|
W,
|
|
27221
27221
|
t.queryClient,
|
|
27222
|
-
|
|
27222
|
+
G
|
|
27223
27223
|
), (O || !h) && await P4(O, t, e);
|
|
27224
27224
|
const me = Oe(
|
|
27225
|
-
{ ...S, $result:
|
|
27225
|
+
{ ...S, $result: G },
|
|
27226
27226
|
w,
|
|
27227
27227
|
t
|
|
27228
27228
|
);
|
|
27229
27229
|
return me ? yt.success(me, {
|
|
27230
27230
|
id: D
|
|
27231
|
-
}) : D && yt.dismiss(D),
|
|
27232
|
-
} catch (
|
|
27231
|
+
}) : D && yt.dismiss(D), G;
|
|
27232
|
+
} catch (j) {
|
|
27233
27233
|
Z.size && await t.queryClient.invalidateQueries();
|
|
27234
|
-
const
|
|
27234
|
+
const q = r(d, T, {
|
|
27235
27235
|
eventName: "error"
|
|
27236
|
-
}),
|
|
27237
|
-
{ ...S, $error:
|
|
27236
|
+
}), G = await (q == null ? void 0 : q(j, S.$param)), oe = Oe(
|
|
27237
|
+
{ ...S, $error: j },
|
|
27238
27238
|
$,
|
|
27239
27239
|
t
|
|
27240
27240
|
);
|
|
@@ -27242,8 +27242,8 @@ async function O4({ state: e, appContext: t, lookupAction: r, uid: o }, {
|
|
|
27242
27242
|
yt.error(oe, {
|
|
27243
27243
|
id: D
|
|
27244
27244
|
});
|
|
27245
|
-
else if (D && yt.dismiss(D),
|
|
27246
|
-
throw
|
|
27245
|
+
else if (D && yt.dismiss(D), G !== !1)
|
|
27246
|
+
throw j;
|
|
27247
27247
|
}
|
|
27248
27248
|
}
|
|
27249
27249
|
const PE = Bi("callApi", O4);
|
|
@@ -27722,8 +27722,8 @@ function eS({
|
|
|
27722
27722
|
fetchNextPage: K,
|
|
27723
27723
|
refetch: N,
|
|
27724
27724
|
update: async (C) => {
|
|
27725
|
-
var
|
|
27726
|
-
const M = (
|
|
27725
|
+
var q, G;
|
|
27726
|
+
const M = (q = h.queryClient) == null ? void 0 : q.getQueryData(o);
|
|
27727
27727
|
if (!M)
|
|
27728
27728
|
return;
|
|
27729
27729
|
const Z = M.pages.flatMap((oe) => oe.result), F = On(M), D = [];
|
|
@@ -27735,18 +27735,18 @@ function eS({
|
|
|
27735
27735
|
throw new Error(
|
|
27736
27736
|
"Use this method for update only. If you want to add or delete, call the addItem/deleteItem method."
|
|
27737
27737
|
);
|
|
27738
|
-
const
|
|
27739
|
-
(
|
|
27738
|
+
const j = Dn(F);
|
|
27739
|
+
(G = h.queryClient) == null || G.setQueryData(o, j);
|
|
27740
27740
|
},
|
|
27741
27741
|
addItem: async (C, M) => {
|
|
27742
|
-
var
|
|
27743
|
-
const Z = (
|
|
27742
|
+
var j, q;
|
|
27743
|
+
const Z = (j = h.queryClient) == null ? void 0 : j.getQueryData(o), F = On(Z);
|
|
27744
27744
|
if (M === void 0)
|
|
27745
27745
|
F.pages[F.pages.length - 1].result.push(C);
|
|
27746
27746
|
else
|
|
27747
27747
|
throw new Error("not implemented");
|
|
27748
27748
|
const D = Dn(F);
|
|
27749
|
-
(
|
|
27749
|
+
(q = h.queryClient) == null || q.setQueryData(o, D);
|
|
27750
27750
|
},
|
|
27751
27751
|
getItems: () => y,
|
|
27752
27752
|
deleteItem: async (C) => {
|
|
@@ -28213,7 +28213,7 @@ const rS = ne({
|
|
|
28213
28213
|
),
|
|
28214
28214
|
[n, e, d, t, i, a]
|
|
28215
28215
|
);
|
|
28216
|
-
return /* @__PURE__ */ c(Ga, { children: /* @__PURE__ */ c("div", { style: { ...r }, children: /* @__PURE__ */
|
|
28216
|
+
return /* @__PURE__ */ c(Ga, { children: /* @__PURE__ */ c("div", { style: { ...r }, children: /* @__PURE__ */ U(
|
|
28217
28217
|
"div",
|
|
28218
28218
|
{
|
|
28219
28219
|
className: Lt(zt.chart, {
|
|
@@ -28231,7 +28231,7 @@ const rS = ne({
|
|
|
28231
28231
|
[zt.legendRow]: a === "row",
|
|
28232
28232
|
[zt.legendColumn]: a === "column"
|
|
28233
28233
|
}),
|
|
28234
|
-
children: l.map((h, m) => /* @__PURE__ */
|
|
28234
|
+
children: l.map((h, m) => /* @__PURE__ */ U("div", { className: zt.legendItem, children: [
|
|
28235
28235
|
/* @__PURE__ */ c("div", { className: zt.legendBullet, style: { backgroundColor: h.color } }),
|
|
28236
28236
|
/* @__PURE__ */ c("div", { className: zt.legendLabel, children: h.label })
|
|
28237
28237
|
] }, m))
|
|
@@ -73928,7 +73928,7 @@ const qS = Te(function({
|
|
|
73928
73928
|
a == null || a({
|
|
73929
73929
|
next: m
|
|
73930
73930
|
});
|
|
73931
|
-
}, [m, a]), /* @__PURE__ */ c(R4.Provider, { value: u, children: /* @__PURE__ */
|
|
73931
|
+
}, [m, a]), /* @__PURE__ */ c(R4.Provider, { value: u, children: /* @__PURE__ */ U(
|
|
73932
73932
|
Di.Root,
|
|
73933
73933
|
{
|
|
73934
73934
|
ref: s,
|
|
@@ -73941,7 +73941,7 @@ const qS = Te(function({
|
|
|
73941
73941
|
orientation: r,
|
|
73942
73942
|
style: n,
|
|
73943
73943
|
children: [
|
|
73944
|
-
/* @__PURE__ */
|
|
73944
|
+
/* @__PURE__ */ U(Di.List, { className: Cn.tabsList, children: [
|
|
73945
73945
|
l.map(
|
|
73946
73946
|
(f) => o ? /* @__PURE__ */ c(Di.Trigger, { value: f.id, children: o({ label: f.label, isActive: f.id === h }) }, f.id) : /* @__PURE__ */ c(Di.Trigger, { className: Cn.tabTrigger, value: f.id, children: f.label }, f.id)
|
|
73947
73947
|
),
|
|
@@ -74644,7 +74644,7 @@ const YC = Te(function({
|
|
|
74644
74644
|
const [u, d] = ae(t), [p, h] = ae(o);
|
|
74645
74645
|
return te(() => (u && !a ? document.body.style.overflow = "hidden" : document.body.style.overflow = "", () => {
|
|
74646
74646
|
document.body.style.overflow = "";
|
|
74647
|
-
}), [u, a]), /* @__PURE__ */
|
|
74647
|
+
}), [u, a]), /* @__PURE__ */ U(Ve, { children: [
|
|
74648
74648
|
s && /* @__PURE__ */ c(
|
|
74649
74649
|
"div",
|
|
74650
74650
|
{
|
|
@@ -74654,7 +74654,7 @@ const YC = Te(function({
|
|
|
74654
74654
|
onClick: r
|
|
74655
74655
|
}
|
|
74656
74656
|
),
|
|
74657
|
-
/* @__PURE__ */
|
|
74657
|
+
/* @__PURE__ */ U(
|
|
74658
74658
|
"div",
|
|
74659
74659
|
{
|
|
74660
74660
|
className: ue(St.offCanvas, {
|
|
@@ -74666,10 +74666,10 @@ const YC = Te(function({
|
|
|
74666
74666
|
}),
|
|
74667
74667
|
style: l,
|
|
74668
74668
|
children: [
|
|
74669
|
-
/* @__PURE__ */
|
|
74669
|
+
/* @__PURE__ */ U("header", { className: St.offCanvasHeader, children: [
|
|
74670
74670
|
!!e && /* @__PURE__ */ c("span", { className: St.offCanvasTitle, children: e }),
|
|
74671
74671
|
/* @__PURE__ */ c("div", { className: St.spacer }),
|
|
74672
|
-
n && /* @__PURE__ */
|
|
74672
|
+
n && /* @__PURE__ */ U(Ve, { children: [
|
|
74673
74673
|
p !== "left" && /* @__PURE__ */ c(
|
|
74674
74674
|
"button",
|
|
74675
74675
|
{
|
|
@@ -74927,8 +74927,8 @@ const NB = Te(function({ id: t, header: r, headerRenderer: o = BB, content: n, i
|
|
|
74927
74927
|
w(d);
|
|
74928
74928
|
}, [w, d]), te(() => () => {
|
|
74929
74929
|
$(d);
|
|
74930
|
-
}, [d, $]), /* @__PURE__ */
|
|
74931
|
-
/* @__PURE__ */ c(oi.Header, { className: fo.header, children: /* @__PURE__ */
|
|
74930
|
+
}, [d, $]), /* @__PURE__ */ U(oi.Item, { value: u, className: fo.item, ref: s, style: a, children: [
|
|
74931
|
+
/* @__PURE__ */ c(oi.Header, { className: fo.header, children: /* @__PURE__ */ U(
|
|
74932
74932
|
oi.Trigger,
|
|
74933
74933
|
{
|
|
74934
74934
|
id: `trigger_${u}`,
|
|
@@ -75096,7 +75096,7 @@ const NB = Te(function({ id: t, header: r, headerRenderer: o = BB, content: n, i
|
|
|
75096
75096
|
W4,
|
|
75097
75097
|
WB,
|
|
75098
75098
|
({}) => /* @__PURE__ */ c(HB, {})
|
|
75099
|
-
), UB = `'{"width-Carousel": "var(--xmlui-width-Carousel)", "height-Carousel": "var(--xmlui-height-Carousel)", "height-control-Carousel": "var(--xmlui-height-control-Carousel)", "width-control-Carousel": "var(--xmlui-width-control-Carousel)", "color-text-control-Carousel": "var(--xmlui-color-text-control-Carousel)", "color-bg-control-Carousel": "var(--xmlui-color-bg-control-Carousel)", "radius-control-Carousel": "var(--xmlui-radius-control-Carousel)", "color-bg-control-hover-Carousel": "var(--xmlui-color-bg-control-hover-Carousel)", "color-text-control-hover-Carousel": "var(--xmlui-color-text-control-hover-Carousel)", "color-bg-control-active-Carousel": "var(--xmlui-color-bg-control-active-Carousel)", "color-text-control-active-Carousel": "var(--xmlui-color-text-control-active-Carousel)", "color-text-control-disabled-Carousel": "var(--xmlui-color-text-control-disabled-Carousel)", "color-bg-control-disabled-Carousel": "var(--xmlui-color-bg-control-disabled-Carousel)", "width-indicator-Carousel": "var(--xmlui-width-indicator-Carousel)", "height-indicator-Carousel": "var(--xmlui-height-indicator-Carousel)", "color-text-indicator-Carousel": "var(--xmlui-color-text-indicator-Carousel)", "color-bg-indicator-Carousel": "var(--xmlui-color-bg-indicator-Carousel)", "color-bg-indicator-hover-Carousel": "var(--xmlui-color-bg-indicator-hover-Carousel)", "color-text-indicator-hover-Carousel": "var(--xmlui-color-text-indicator-hover-Carousel)", "color-bg-indicator-active-Carousel": "var(--xmlui-color-bg-indicator-active-Carousel)", "color-text-indicator-active-Carousel": "var(--xmlui-color-text-indicator-active-Carousel)"}'`, qB = "_carousel_11a03_13", jB = "_innerWrapper_11a03_22", GB = "_carouselContentWrapper_11a03_30", ZB = "_carouselContent_11a03_30", XB = "_vertical_11a03_40", YB = "_carouselItem_11a03_44", QB = "_controls_11a03_51", KB = "_controlButton_11a03_60", JB = "_indicators_11a03_87", eN = "_indicator_11a03_87", tN = "_active_11a03_107",
|
|
75099
|
+
), UB = `'{"width-Carousel": "var(--xmlui-width-Carousel)", "height-Carousel": "var(--xmlui-height-Carousel)", "height-control-Carousel": "var(--xmlui-height-control-Carousel)", "width-control-Carousel": "var(--xmlui-width-control-Carousel)", "color-text-control-Carousel": "var(--xmlui-color-text-control-Carousel)", "color-bg-control-Carousel": "var(--xmlui-color-bg-control-Carousel)", "radius-control-Carousel": "var(--xmlui-radius-control-Carousel)", "color-bg-control-hover-Carousel": "var(--xmlui-color-bg-control-hover-Carousel)", "color-text-control-hover-Carousel": "var(--xmlui-color-text-control-hover-Carousel)", "color-bg-control-active-Carousel": "var(--xmlui-color-bg-control-active-Carousel)", "color-text-control-active-Carousel": "var(--xmlui-color-text-control-active-Carousel)", "color-text-control-disabled-Carousel": "var(--xmlui-color-text-control-disabled-Carousel)", "color-bg-control-disabled-Carousel": "var(--xmlui-color-bg-control-disabled-Carousel)", "width-indicator-Carousel": "var(--xmlui-width-indicator-Carousel)", "height-indicator-Carousel": "var(--xmlui-height-indicator-Carousel)", "color-text-indicator-Carousel": "var(--xmlui-color-text-indicator-Carousel)", "color-bg-indicator-Carousel": "var(--xmlui-color-bg-indicator-Carousel)", "color-bg-indicator-hover-Carousel": "var(--xmlui-color-bg-indicator-hover-Carousel)", "color-text-indicator-hover-Carousel": "var(--xmlui-color-text-indicator-hover-Carousel)", "color-bg-indicator-active-Carousel": "var(--xmlui-color-bg-indicator-active-Carousel)", "color-text-indicator-active-Carousel": "var(--xmlui-color-text-indicator-active-Carousel)"}'`, qB = "_carousel_11a03_13", jB = "_innerWrapper_11a03_22", GB = "_carouselContentWrapper_11a03_30", ZB = "_carouselContent_11a03_30", XB = "_vertical_11a03_40", YB = "_carouselItem_11a03_44", QB = "_controls_11a03_51", KB = "_controlButton_11a03_60", JB = "_indicators_11a03_87", eN = "_indicator_11a03_87", tN = "_active_11a03_107", Gt = {
|
|
75100
75100
|
themeVars: UB,
|
|
75101
75101
|
carousel: qB,
|
|
75102
75102
|
innerWrapper: jB,
|
|
@@ -75177,105 +75177,93 @@ const nN = Te(function({
|
|
|
75177
75177
|
}, [m, a, f]);
|
|
75178
75178
|
const O = Y(() => {
|
|
75179
75179
|
var me;
|
|
75180
|
-
const
|
|
75181
|
-
if (!
|
|
75182
|
-
(
|
|
75180
|
+
const G = (me = _ == null ? void 0 : _.plugins()) == null ? void 0 : me.autoplay;
|
|
75181
|
+
if (!G) return;
|
|
75182
|
+
(G.isPlaying() ? G.stop : G.play)();
|
|
75183
75183
|
}, [_]);
|
|
75184
75184
|
te(() => {
|
|
75185
75185
|
var oe;
|
|
75186
|
-
const
|
|
75187
|
-
|
|
75186
|
+
const G = (oe = _ == null ? void 0 : _.plugins()) == null ? void 0 : oe.autoplay;
|
|
75187
|
+
G && (P(G.isPlaying()), _.on("autoplay:play", () => P(!0)).on("autoplay:stop", () => P(!1)).on("reInit", () => P(G.isPlaying())));
|
|
75188
75188
|
}, [_]);
|
|
75189
75189
|
const W = Y(
|
|
75190
|
-
(
|
|
75191
|
-
_ == null || _.scrollTo(
|
|
75190
|
+
(G) => {
|
|
75191
|
+
_ == null || _.scrollTo(G);
|
|
75192
75192
|
},
|
|
75193
75193
|
[_]
|
|
75194
75194
|
), [K, C] = V.useState(!1), [M, Z] = V.useState(!1), F = V.useCallback(
|
|
75195
|
-
(
|
|
75196
|
-
if (!
|
|
75195
|
+
(G) => {
|
|
75196
|
+
if (!G)
|
|
75197
75197
|
return;
|
|
75198
|
-
const oe =
|
|
75199
|
-
i(oe), $(oe), C(
|
|
75198
|
+
const oe = G.selectedScrollSnap();
|
|
75199
|
+
i(oe), $(oe), C(G.canScrollPrev()), Z(G.canScrollNext());
|
|
75200
75200
|
},
|
|
75201
75201
|
[i]
|
|
75202
75202
|
), D = Y(() => {
|
|
75203
75203
|
_ && (_ == null || _.scrollPrev());
|
|
75204
|
-
}, [_]),
|
|
75204
|
+
}, [_]), j = Y(() => {
|
|
75205
75205
|
_ == null || _.scrollNext();
|
|
75206
|
-
}, [_]),
|
|
75207
|
-
(
|
|
75208
|
-
t === "horizontal" ?
|
|
75206
|
+
}, [_]), q = Y(
|
|
75207
|
+
(G) => {
|
|
75208
|
+
t === "horizontal" ? G.key === "ArrowLeft" ? (G.preventDefault(), D()) : G.key === "ArrowRight" && (G.preventDefault(), j()) : G.key === "ArrowUp" ? (G.preventDefault(), D()) : G.key === "ArrowDown" && (G.preventDefault(), j());
|
|
75209
75209
|
},
|
|
75210
|
-
[t, D,
|
|
75210
|
+
[t, D, j]
|
|
75211
75211
|
);
|
|
75212
75212
|
return te(() => {
|
|
75213
75213
|
g == null || g({
|
|
75214
75214
|
scrollTo: W,
|
|
75215
75215
|
scrollPrev: D,
|
|
75216
|
-
scrollNext:
|
|
75216
|
+
scrollNext: j,
|
|
75217
75217
|
canScrollPrev: () => K,
|
|
75218
75218
|
canScrollNext: () => M
|
|
75219
75219
|
});
|
|
75220
|
-
}, [g, W, D,
|
|
75220
|
+
}, [g, W, D, j, K, M]), V.useEffect(() => {
|
|
75221
75221
|
if (_)
|
|
75222
75222
|
return F(_), _.on("init", F), _.on("reInit", F), _.on("select", F), () => {
|
|
75223
75223
|
_ == null || _.off("select", F);
|
|
75224
75224
|
};
|
|
75225
75225
|
}, [_, F]), te(() => {
|
|
75226
|
-
y != null && y.current && y.current.addEventListener("keydown",
|
|
75227
|
-
}, [A,
|
|
75228
|
-
|
|
75229
|
-
|
|
75230
|
-
|
|
75231
|
-
|
|
75232
|
-
|
|
75233
|
-
|
|
75234
|
-
|
|
75235
|
-
|
|
75236
|
-
|
|
75237
|
-
"
|
|
75238
|
-
|
|
75239
|
-
|
|
75240
|
-
|
|
75241
|
-
|
|
75242
|
-
|
|
75243
|
-
|
|
75244
|
-
|
|
75245
|
-
|
|
75246
|
-
|
|
75247
|
-
|
|
75248
|
-
|
|
75249
|
-
|
|
75250
|
-
|
|
75251
|
-
|
|
75252
|
-
|
|
75253
|
-
|
|
75254
|
-
|
|
75255
|
-
|
|
75256
|
-
|
|
75257
|
-
|
|
75258
|
-
|
|
75259
|
-
|
|
75260
|
-
|
|
75261
|
-
|
|
75262
|
-
|
|
75263
|
-
|
|
75264
|
-
|
|
75265
|
-
|
|
75266
|
-
|
|
75267
|
-
onClick: () => W(oe),
|
|
75268
|
-
className: ue(jt.indicator, {
|
|
75269
|
-
[jt.active]: oe === w
|
|
75270
|
-
}),
|
|
75271
|
-
"aria-current": oe === w
|
|
75272
|
-
},
|
|
75273
|
-
oe
|
|
75274
|
-
)) })
|
|
75275
|
-
]
|
|
75276
|
-
}
|
|
75277
|
-
)
|
|
75278
|
-
] });
|
|
75226
|
+
y != null && y.current && y.current.addEventListener("keydown", q);
|
|
75227
|
+
}, [A, q]), /* @__PURE__ */ c(V4.Provider, { value: E, children: /* @__PURE__ */ U(
|
|
75228
|
+
"div",
|
|
75229
|
+
{
|
|
75230
|
+
style: o,
|
|
75231
|
+
ref: A,
|
|
75232
|
+
className: ue(Gt.carousel),
|
|
75233
|
+
role: "region",
|
|
75234
|
+
tabIndex: -1,
|
|
75235
|
+
"aria-roledescription": "carousel",
|
|
75236
|
+
children: [
|
|
75237
|
+
/* @__PURE__ */ c("div", { ref: R, className: Gt.carouselContentWrapper, children: /* @__PURE__ */ c(
|
|
75238
|
+
"div",
|
|
75239
|
+
{
|
|
75240
|
+
className: ue(Gt.carouselContent, {
|
|
75241
|
+
[Gt.horizontal]: t === "horizontal",
|
|
75242
|
+
[Gt.vertical]: t === "vertical"
|
|
75243
|
+
}),
|
|
75244
|
+
children: r
|
|
75245
|
+
}
|
|
75246
|
+
) }),
|
|
75247
|
+
s && /* @__PURE__ */ U("div", { className: Gt.controls, children: [
|
|
75248
|
+
a && /* @__PURE__ */ c("button", { className: Gt.controlButton, onClick: O, children: B ? /* @__PURE__ */ c(Pe, { name: "pause" }) : /* @__PURE__ */ c(Pe, { name: "play" }) }),
|
|
75249
|
+
/* @__PURE__ */ c("button", { className: Gt.controlButton, disabled: !K, onClick: D, children: /* @__PURE__ */ c(Pe, { name: T }) }),
|
|
75250
|
+
/* @__PURE__ */ c("button", { className: Gt.controlButton, onClick: j, disabled: !M, children: /* @__PURE__ */ c(Pe, { name: S }) })
|
|
75251
|
+
] }),
|
|
75252
|
+
n && /* @__PURE__ */ c("div", { className: Gt.indicators, children: N.map((G, oe) => /* @__PURE__ */ c(
|
|
75253
|
+
"button",
|
|
75254
|
+
{
|
|
75255
|
+
type: "button",
|
|
75256
|
+
onClick: () => W(oe),
|
|
75257
|
+
className: ue(Gt.indicator, {
|
|
75258
|
+
[Gt.active]: oe === w
|
|
75259
|
+
}),
|
|
75260
|
+
"aria-current": oe === w
|
|
75261
|
+
},
|
|
75262
|
+
oe
|
|
75263
|
+
)) })
|
|
75264
|
+
]
|
|
75265
|
+
}
|
|
75266
|
+
) });
|
|
75279
75267
|
}), ht = "Carousel", iN = ne({
|
|
75280
75268
|
status: "in progress",
|
|
75281
75269
|
description: "This component displays a slideshow by cycling through elements (images, text, or custom slides) like a carousel.",
|
|
@@ -75330,7 +75318,7 @@ const nN = Te(function({
|
|
|
75330
75318
|
scrollPrev: x("This method scrolls the carousel to the previous slide."),
|
|
75331
75319
|
scrollNext: x("This method scrolls the carousel to the next slide.")
|
|
75332
75320
|
},
|
|
75333
|
-
themeVars: xe(
|
|
75321
|
+
themeVars: xe(Gt.themeVars),
|
|
75334
75322
|
defaultThemeVars: {
|
|
75335
75323
|
[`color-bg-control-${ht}`]: "$color-primary",
|
|
75336
75324
|
[`color-text-control-${ht}`]: "$color-text",
|
|
@@ -75387,14 +75375,20 @@ const nN = Te(function({
|
|
|
75387
75375
|
const n = zr(), { register: i, unRegister: a } = rN();
|
|
75388
75376
|
return te(() => {
|
|
75389
75377
|
i({
|
|
75390
|
-
children: t,
|
|
75391
|
-
style: r,
|
|
75392
|
-
ref: o,
|
|
75393
75378
|
id: n
|
|
75394
75379
|
});
|
|
75395
75380
|
}, [n, t, r, i, o]), te(() => () => {
|
|
75396
75381
|
a(n);
|
|
75397
|
-
}, [n, a]),
|
|
75382
|
+
}, [n, a]), /* @__PURE__ */ c(
|
|
75383
|
+
"div",
|
|
75384
|
+
{
|
|
75385
|
+
role: "group",
|
|
75386
|
+
"aria-roledescription": "slide",
|
|
75387
|
+
className: ue(Gt.carouselItem),
|
|
75388
|
+
children: /* @__PURE__ */ c("div", { className: Gt.innerWrapper, ref: o, style: r, children: t })
|
|
75389
|
+
},
|
|
75390
|
+
n
|
|
75391
|
+
);
|
|
75398
75392
|
}), lN = "CarouselItem", cN = ne({}), uN = se(
|
|
75399
75393
|
lN,
|
|
75400
75394
|
cN,
|
|
@@ -75602,7 +75596,7 @@ const TN = se(
|
|
|
75602
75596
|
"This context value represents an item when you define an option item template. Use `$item.value` and `$item.label` to refer to the value and label of the particular option."
|
|
75603
75597
|
)
|
|
75604
75598
|
},
|
|
75605
|
-
themeVars: xe(
|
|
75599
|
+
themeVars: xe(jt.themeVars),
|
|
75606
75600
|
defaultThemeVars: {
|
|
75607
75601
|
[`color-bg-menu-${mt}`]: "$color-bg-primary",
|
|
75608
75602
|
[`shadow-menu-${mt}`]: "$shadow-md",
|
|
@@ -75676,7 +75670,7 @@ const TN = se(
|
|
|
75676
75670
|
overlay: CN
|
|
75677
75671
|
}, BN = Te(function({ style: t, children: r, overlayTemplate: o, backgroundColor: n = "black", opacity: i = "0.1" }, a) {
|
|
75678
75672
|
const s = { ...t, width: void 0 };
|
|
75679
|
-
return /* @__PURE__ */
|
|
75673
|
+
return /* @__PURE__ */ U(
|
|
75680
75674
|
"div",
|
|
75681
75675
|
{
|
|
75682
75676
|
className: Ia.backdropContainer,
|
|
@@ -75861,8 +75855,8 @@ const MN = "_dialogContent_1rief_13", RN = "_dialogActions_1rief_18", $c = {
|
|
|
75861
75855
|
isOpen: o,
|
|
75862
75856
|
onClose: n,
|
|
75863
75857
|
buttons: i
|
|
75864
|
-
}) => /* @__PURE__ */
|
|
75865
|
-
/* @__PURE__ */
|
|
75858
|
+
}) => /* @__PURE__ */ U(Wn, { onClose: n, isInitiallyOpen: o, title: e, children: [
|
|
75859
|
+
/* @__PURE__ */ U("div", { className: $c.dialogContent, children: [
|
|
75866
75860
|
/* @__PURE__ */ c("div", { id: "dialogDesc", children: /* @__PURE__ */ c(Dt, { children: t }) }),
|
|
75867
75861
|
r
|
|
75868
75862
|
] }),
|
|
@@ -75892,7 +75886,7 @@ const MN = "_dialogContent_1rief_13", RN = "_dialogActions_1rief_18", $c = {
|
|
|
75892
75886
|
}, []), f = Q(() => ({
|
|
75893
75887
|
confirm: p
|
|
75894
75888
|
}), [p]);
|
|
75895
|
-
return /* @__PURE__ */
|
|
75889
|
+
return /* @__PURE__ */ U(X4.Provider, { value: f, children: [
|
|
75896
75890
|
e,
|
|
75897
75891
|
t && /* @__PURE__ */ c(
|
|
75898
75892
|
zN,
|
|
@@ -75901,7 +75895,7 @@ const MN = "_dialogContent_1rief_13", RN = "_dialogActions_1rief_18", $c = {
|
|
|
75901
75895
|
description: i,
|
|
75902
75896
|
isOpen: !0,
|
|
75903
75897
|
onClose: m,
|
|
75904
|
-
buttons: /* @__PURE__ */
|
|
75898
|
+
buttons: /* @__PURE__ */ U(
|
|
75905
75899
|
dr,
|
|
75906
75900
|
{
|
|
75907
75901
|
orientation: "horizontal",
|
|
@@ -75931,7 +75925,7 @@ const MN = "_dialogContent_1rief_13", RN = "_dialogActions_1rief_18", $c = {
|
|
|
75931
75925
|
}
|
|
75932
75926
|
)
|
|
75933
75927
|
] });
|
|
75934
|
-
}, WN = "0.7.
|
|
75928
|
+
}, WN = "0.7.20";
|
|
75935
75929
|
function VN(e, t) {
|
|
75936
75930
|
if (e.length === 0)
|
|
75937
75931
|
return 0;
|
|
@@ -75986,31 +75980,31 @@ function GN({
|
|
|
75986
75980
|
ea[(ea.indexOf(f) + 1) % ea.length]
|
|
75987
75981
|
), Fe.code === "KeyS" && Fe.altKey && Fe.ctrlKey && Fe.shiftKey && u.setDisplayStateView(!u.displayStateView);
|
|
75988
75982
|
});
|
|
75989
|
-
const [I, L] = ae("0"), [B, P] = ae("0"), [E, N] = ae("0"), [A, R] = ae("0"), [_, T] = ae("0"), [S, O] = ae("0"), [W, K] = ae("0"), [C, M] = ae("0"), [Z, F] = ae("0"), [D,
|
|
75983
|
+
const [I, L] = ae("0"), [B, P] = ae("0"), [E, N] = ae("0"), [A, R] = ae("0"), [_, T] = ae("0"), [S, O] = ae("0"), [W, K] = ae("0"), [C, M] = ae("0"), [Z, F] = ae("0"), [D, j] = ae("0"), q = (Fe) => {
|
|
75990
75984
|
const wt = Fe.match(/^(\d+)px$/);
|
|
75991
75985
|
return wt ? `${parseInt(wt[1]) - 0.02}px` : "0";
|
|
75992
|
-
},
|
|
75993
|
-
Rr(() => (n && w && w !== document.body && (
|
|
75986
|
+
}, G = fe();
|
|
75987
|
+
Rr(() => (n && w && w !== document.body && (G != null && G.current && G.current.unobserve(w), G.current = new ResizeObserver((Fe) => {
|
|
75994
75988
|
w.style.setProperty("--containerHeight", Fe[0].contentRect.height + "px");
|
|
75995
|
-
}),
|
|
75996
|
-
|
|
75997
|
-
}), [w,
|
|
75989
|
+
}), G.current && G.current.observe(w)), () => {
|
|
75990
|
+
G != null && G.current && G.current.unobserve(w);
|
|
75991
|
+
}), [w, G, n]), Rr(() => {
|
|
75998
75992
|
const Fe = getComputedStyle(w).getPropertyValue(Do("media-max-width-phone"));
|
|
75999
|
-
L(Fe), P(
|
|
75993
|
+
L(Fe), P(q(Fe));
|
|
76000
75994
|
const wt = getComputedStyle(w).getPropertyValue(
|
|
76001
75995
|
Do("media-max-width-landscape-phone")
|
|
76002
75996
|
);
|
|
76003
|
-
N(wt), R(
|
|
75997
|
+
N(wt), R(q(wt));
|
|
76004
75998
|
const Wt = getComputedStyle(w).getPropertyValue(Do("media-max-width-tablet"));
|
|
76005
|
-
T(Wt), O(
|
|
75999
|
+
T(Wt), O(q(Wt));
|
|
76006
76000
|
const $o = getComputedStyle(w).getPropertyValue(
|
|
76007
76001
|
Do("media-max-width-desktop")
|
|
76008
76002
|
);
|
|
76009
|
-
K($o), M(
|
|
76003
|
+
K($o), M(q($o));
|
|
76010
76004
|
const Vr = getComputedStyle(w).getPropertyValue(
|
|
76011
76005
|
Do("media-max-width-large-desktop")
|
|
76012
76006
|
);
|
|
76013
|
-
F(Vr),
|
|
76007
|
+
F(Vr), j(q(Vr));
|
|
76014
76008
|
}, [m, w]);
|
|
76015
76009
|
const oe = Po(`(max-width: ${B})`), me = Po(
|
|
76016
76010
|
`(min-width: ${I}) and (max-width: ${A})`
|
|
@@ -76161,7 +76155,7 @@ const ZN = ({
|
|
|
76161
76155
|
sources: f
|
|
76162
76156
|
}) => {
|
|
76163
76157
|
t && (m1.canUseDOM = !1);
|
|
76164
|
-
const g = (i == null ? void 0 : i.name) || "XMLUI app", v = (i == null ? void 0 : i.useHashBasedRouting) ?? !0, y = /* @__PURE__ */
|
|
76158
|
+
const g = (i == null ? void 0 : i.name) || "XMLUI app", v = (i == null ? void 0 : i.useHashBasedRouting) ?? !0, y = /* @__PURE__ */ U(m1, { children: [
|
|
76165
76159
|
/* @__PURE__ */ c(Xa, { defaultTitle: g, titleTemplate: `%s | ${g}` }),
|
|
76166
76160
|
/* @__PURE__ */ c(lh, { children: /* @__PURE__ */ c(
|
|
76167
76161
|
H6,
|
|
@@ -76186,7 +76180,7 @@ const ZN = ({
|
|
|
76186
76180
|
}
|
|
76187
76181
|
) })
|
|
76188
76182
|
] }), w = t ? m5 : r || v ? d1 : f5;
|
|
76189
|
-
return /* @__PURE__ */ c(Ie.StrictMode, { children: /* @__PURE__ */ c(Qa, { node: e, location: "root-outer", children: /* @__PURE__ */
|
|
76183
|
+
return /* @__PURE__ */ c(Ie.StrictMode, { children: /* @__PURE__ */ c(Qa, { node: e, location: "root-outer", children: /* @__PURE__ */ U(k5, { client: Q4, children: [
|
|
76190
76184
|
(typeof window > "u" || process.env.VITE_REMIX) && y,
|
|
76191
76185
|
!(typeof window > "u" || process.env.VITE_REMIX) && /* @__PURE__ */ c(w, { basename: w === d1 ? void 0 : o, children: y })
|
|
76192
76186
|
] }) }) });
|
|
@@ -76263,7 +76257,7 @@ function YN({
|
|
|
76263
76257
|
let s;
|
|
76264
76258
|
return (async () => {
|
|
76265
76259
|
if (process.env.VITE_MOCK_ENABLED) {
|
|
76266
|
-
const { createApiInterceptorWorker: l } = await import("./apiInterceptorWorker-
|
|
76260
|
+
const { createApiInterceptorWorker: l } = await import("./apiInterceptorWorker-D3L7dpSV.mjs");
|
|
76267
76261
|
if (e && (s = await l(e, r), !r)) {
|
|
76268
76262
|
const u = Dl(
|
|
76269
76263
|
process.env.VITE_MOCK_WORKER_LOCATION || "mockServiceWorker.js"
|