@anyemp/ui-kit 1.4.0 → 1.4.1
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/ui-kit.es.js +403 -394
- package/dist/ui-kit.es.js.map +1 -1
- package/dist/ui-kit.umd.js +2 -2
- package/dist/ui-kit.umd.js.map +1 -1
- package/package.json +1 -1
package/dist/ui-kit.es.js
CHANGED
|
@@ -59,7 +59,7 @@ function rr() {
|
|
|
59
59
|
case M:
|
|
60
60
|
var I = v.render;
|
|
61
61
|
return v = v.displayName, v || (v = I.displayName || I.name || "", v = v !== "" ? "ForwardRef(" + v + ")" : "ForwardRef"), v;
|
|
62
|
-
case
|
|
62
|
+
case X:
|
|
63
63
|
return I = v.displayName || null, I !== null ? I : t(v.type) || "Memo";
|
|
64
64
|
case D:
|
|
65
65
|
I = v._payload, v = v._init;
|
|
@@ -109,7 +109,7 @@ function rr() {
|
|
|
109
109
|
return Error("react-stack-top-frame");
|
|
110
110
|
}
|
|
111
111
|
function l(v) {
|
|
112
|
-
if (
|
|
112
|
+
if (xe.call(v, "key")) {
|
|
113
113
|
var I = Object.getOwnPropertyDescriptor(v, "key").get;
|
|
114
114
|
if (I && I.isReactWarning) return !1;
|
|
115
115
|
}
|
|
@@ -129,11 +129,11 @@ function rr() {
|
|
|
129
129
|
}
|
|
130
130
|
function c() {
|
|
131
131
|
var v = t(this.type);
|
|
132
|
-
return
|
|
132
|
+
return we[v] || (we[v] = !0, console.error(
|
|
133
133
|
"Accessing element.ref was removed in React 19. ref is now a regular prop. It will be removed from the JSX Element type in a future release."
|
|
134
134
|
)), v = this.props.ref, v !== void 0 ? v : null;
|
|
135
135
|
}
|
|
136
|
-
function d(v, I, z, Y, F,
|
|
136
|
+
function d(v, I, z, Y, F, je) {
|
|
137
137
|
var w = z.ref;
|
|
138
138
|
return v = {
|
|
139
139
|
$$typeof: x,
|
|
@@ -163,10 +163,10 @@ function rr() {
|
|
|
163
163
|
configurable: !1,
|
|
164
164
|
enumerable: !1,
|
|
165
165
|
writable: !0,
|
|
166
|
-
value:
|
|
166
|
+
value: je
|
|
167
167
|
}), Object.freeze && (Object.freeze(v.props), Object.freeze(v)), v;
|
|
168
168
|
}
|
|
169
|
-
function h(v, I, z, Y, F,
|
|
169
|
+
function h(v, I, z, Y, F, je) {
|
|
170
170
|
var w = I.children;
|
|
171
171
|
if (w !== void 0)
|
|
172
172
|
if (Y)
|
|
@@ -179,12 +179,12 @@ function rr() {
|
|
|
179
179
|
"React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead."
|
|
180
180
|
);
|
|
181
181
|
else m(w);
|
|
182
|
-
if (
|
|
182
|
+
if (xe.call(I, "key")) {
|
|
183
183
|
w = t(v);
|
|
184
184
|
var ne = Object.keys(I).filter(function(pe) {
|
|
185
185
|
return pe !== "key";
|
|
186
186
|
});
|
|
187
|
-
Y = 0 < ne.length ? "{key: someKey, " + ne.join(": ..., ") + ": ...}" : "{key: someKey}",
|
|
187
|
+
Y = 0 < ne.length ? "{key: someKey, " + ne.join(": ..., ") + ": ...}" : "{key: someKey}", Z[w + Y] || (ne = 0 < ne.length ? "{" + ne.join(": ..., ") + ": ...}" : "{}", console.error(
|
|
188
188
|
`A props object containing a "key" prop is being spread into JSX:
|
|
189
189
|
let props = %s;
|
|
190
190
|
<%s {...props} />
|
|
@@ -195,7 +195,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
195
195
|
w,
|
|
196
196
|
ne,
|
|
197
197
|
w
|
|
198
|
-
),
|
|
198
|
+
), Z[w + Y] = !0);
|
|
199
199
|
}
|
|
200
200
|
if (w = null, z !== void 0 && (s(z), w = "" + z), l(I) && (s(I.key), w = "" + I.key), "key" in I) {
|
|
201
201
|
z = {};
|
|
@@ -211,7 +211,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
211
211
|
z,
|
|
212
212
|
r(),
|
|
213
213
|
F,
|
|
214
|
-
|
|
214
|
+
je
|
|
215
215
|
);
|
|
216
216
|
}
|
|
217
217
|
function m(v) {
|
|
@@ -220,7 +220,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
220
220
|
function u(v) {
|
|
221
221
|
return typeof v == "object" && v !== null && v.$$typeof === x;
|
|
222
222
|
}
|
|
223
|
-
var p = Je, x = /* @__PURE__ */ Symbol.for("react.transitional.element"), _ = /* @__PURE__ */ Symbol.for("react.portal"), f = /* @__PURE__ */ Symbol.for("react.fragment"), j = /* @__PURE__ */ Symbol.for("react.strict_mode"), N = /* @__PURE__ */ Symbol.for("react.profiler"), y = /* @__PURE__ */ Symbol.for("react.consumer"), E = /* @__PURE__ */ Symbol.for("react.context"), M = /* @__PURE__ */ Symbol.for("react.forward_ref"), P = /* @__PURE__ */ Symbol.for("react.suspense"), G = /* @__PURE__ */ Symbol.for("react.suspense_list"),
|
|
223
|
+
var p = Je, x = /* @__PURE__ */ Symbol.for("react.transitional.element"), _ = /* @__PURE__ */ Symbol.for("react.portal"), f = /* @__PURE__ */ Symbol.for("react.fragment"), j = /* @__PURE__ */ Symbol.for("react.strict_mode"), N = /* @__PURE__ */ Symbol.for("react.profiler"), y = /* @__PURE__ */ Symbol.for("react.consumer"), E = /* @__PURE__ */ Symbol.for("react.context"), M = /* @__PURE__ */ Symbol.for("react.forward_ref"), P = /* @__PURE__ */ Symbol.for("react.suspense"), G = /* @__PURE__ */ Symbol.for("react.suspense_list"), X = /* @__PURE__ */ Symbol.for("react.memo"), D = /* @__PURE__ */ Symbol.for("react.lazy"), L = /* @__PURE__ */ Symbol.for("react.activity"), te = /* @__PURE__ */ Symbol.for("react.client.reference"), B = p.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE, xe = Object.prototype.hasOwnProperty, he = Array.isArray, Q = console.createTask ? console.createTask : function() {
|
|
224
224
|
return null;
|
|
225
225
|
};
|
|
226
226
|
p = {
|
|
@@ -228,10 +228,10 @@ React keys must be passed directly to JSX without using spread:
|
|
|
228
228
|
return v();
|
|
229
229
|
}
|
|
230
230
|
};
|
|
231
|
-
var re,
|
|
231
|
+
var re, we = {}, Ne = p.react_stack_bottom_frame.bind(
|
|
232
232
|
p,
|
|
233
233
|
i
|
|
234
|
-
)(), ee = Q(a(i)),
|
|
234
|
+
)(), ee = Q(a(i)), Z = {};
|
|
235
235
|
wn.Fragment = f, wn.jsx = function(v, I, z) {
|
|
236
236
|
var Y = 1e4 > B.recentlyCreatedOwnerStacks++;
|
|
237
237
|
return h(
|
|
@@ -239,7 +239,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
239
239
|
I,
|
|
240
240
|
z,
|
|
241
241
|
!1,
|
|
242
|
-
Y ? Error("react-stack-top-frame") :
|
|
242
|
+
Y ? Error("react-stack-top-frame") : Ne,
|
|
243
243
|
Y ? Q(a(v)) : ee
|
|
244
244
|
);
|
|
245
245
|
}, wn.jsxs = function(v, I, z) {
|
|
@@ -249,7 +249,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
249
249
|
I,
|
|
250
250
|
z,
|
|
251
251
|
!0,
|
|
252
|
-
Y ? Error("react-stack-top-frame") :
|
|
252
|
+
Y ? Error("react-stack-top-frame") : Ne,
|
|
253
253
|
Y ? Q(a(v)) : ee
|
|
254
254
|
);
|
|
255
255
|
};
|
|
@@ -340,27 +340,27 @@ function cr(t) {
|
|
|
340
340
|
j.current = null;
|
|
341
341
|
const P = n.current;
|
|
342
342
|
if (!P) return;
|
|
343
|
-
const G = P.getBoundingClientRect(),
|
|
343
|
+
const G = P.getBoundingClientRect(), X = s.current?.offsetHeight ?? 0, D = s.current?.offsetWidth ?? 0, L = Math.min(X || l, l), te = window.innerWidth, B = window.innerHeight, xe = B - G.bottom - i, he = G.top - i;
|
|
344
344
|
let Q = d;
|
|
345
345
|
if (d === "bottom") {
|
|
346
|
-
const
|
|
347
|
-
(
|
|
346
|
+
const Z = xe < Sa, v = L > xe && he > xe + Ea;
|
|
347
|
+
(Z ? he > xe : v) && (Q = "top");
|
|
348
348
|
} else {
|
|
349
|
-
const
|
|
350
|
-
(
|
|
349
|
+
const Z = he < Sa, v = L > he && xe > he + Ea;
|
|
350
|
+
(Z ? xe > he : v) && (Q = "bottom");
|
|
351
351
|
}
|
|
352
|
-
const re = 8,
|
|
353
|
-
let
|
|
354
|
-
o || h === "start" ?
|
|
352
|
+
const re = 8, we = o ? G.width : D;
|
|
353
|
+
let Ne;
|
|
354
|
+
o || h === "start" ? Ne = G.left : h === "end" ? Ne = G.right - (we || 0) : Ne = G.left + G.width / 2 - (we || 0) / 2, we && (Ne = Math.max(re, Math.min(Ne, te - we - re)));
|
|
355
355
|
const ee = {
|
|
356
356
|
position: "fixed",
|
|
357
|
-
left:
|
|
357
|
+
left: Ne,
|
|
358
358
|
// Default to dropdown-tier so a Modal opened later can cover us (Case B).
|
|
359
359
|
// Consumers pass an explicit zIndex when they detect a ModalContext ancestor
|
|
360
360
|
// and need to sit above their parent modal (Case A).
|
|
361
361
|
zIndex: c ?? "var(--z-index-dropdown, 1000)"
|
|
362
362
|
};
|
|
363
|
-
o && (ee.width =
|
|
363
|
+
o && (ee.width = we), Q === "bottom" ? (ee.top = G.bottom + i, ee.maxHeight = Math.min(l, Math.max(0, xe))) : (ee.bottom = B - G.top + i, ee.maxHeight = Math.min(l, Math.max(0, he))), x(Q), u(ee), f(!0);
|
|
364
364
|
}, y = () => {
|
|
365
365
|
j.current === null && (j.current = requestAnimationFrame(N));
|
|
366
366
|
};
|
|
@@ -414,8 +414,8 @@ const fs = ({
|
|
|
414
414
|
}, []);
|
|
415
415
|
De(() => {
|
|
416
416
|
if (!c) return;
|
|
417
|
-
const P = (
|
|
418
|
-
const D =
|
|
417
|
+
const P = (X) => {
|
|
418
|
+
const D = X.target;
|
|
419
419
|
!h.current?.contains(D) && !m.current?.contains(D) && f();
|
|
420
420
|
};
|
|
421
421
|
r === "menu" && m.current?.querySelector(
|
|
@@ -442,15 +442,15 @@ const fs = ({
|
|
|
442
442
|
'[role="menuitem"]:not([aria-disabled="true"])'
|
|
443
443
|
);
|
|
444
444
|
if (!G?.length) return;
|
|
445
|
-
const
|
|
445
|
+
const X = Array.from(G), D = X.indexOf(document.activeElement);
|
|
446
446
|
if (P.key === "ArrowDown") {
|
|
447
447
|
P.preventDefault();
|
|
448
|
-
const L = D <
|
|
449
|
-
|
|
448
|
+
const L = D < X.length - 1 ? D + 1 : 0;
|
|
449
|
+
X[L].focus();
|
|
450
450
|
} else if (P.key === "ArrowUp") {
|
|
451
451
|
P.preventDefault();
|
|
452
|
-
const L = D > 0 ? D - 1 :
|
|
453
|
-
|
|
452
|
+
const L = D > 0 ? D - 1 : X.length - 1;
|
|
453
|
+
X[L].focus();
|
|
454
454
|
}
|
|
455
455
|
}, y = () => {
|
|
456
456
|
f();
|
|
@@ -661,28 +661,28 @@ const Cn = 8, Fn = 320, dr = 150, ur = 48, $a = (t, n) => {
|
|
|
661
661
|
required: j = !1,
|
|
662
662
|
...N
|
|
663
663
|
}, y) => {
|
|
664
|
-
const E = Ut(), M = o || E, P = n ? `${M}-label` : void 0, G = `${M}-listbox`,
|
|
664
|
+
const E = Ut(), M = o || E, P = n ? `${M}-label` : void 0, G = `${M}-listbox`, X = u ? `${M}-helper-text` : void 0, D = le(null), L = le(null), te = le(null), B = le(null), xe = ht(Et), he = xe ? xe.baseZ + Ln : void 0, [Q, re] = A(!1), [we, Ne] = A(null), [ee, Z] = A(!1), [v, I] = A(
|
|
665
665
|
d !== void 0 ? a ? Array.isArray(d) ? d : [d] : d : a ? [] : null
|
|
666
666
|
), [z, Y] = A(-1), F = ["small", "normal", "large"].includes(i) ? i : "normal";
|
|
667
667
|
process.env.NODE_ENV !== "production" && i !== F && console.warn(`Select: Invalid size "${i}". Using "normal" instead.`);
|
|
668
|
-
const
|
|
668
|
+
const je = c !== void 0, w = je ? c : v, ne = t.length > 0 && "options" in t[0], ie = ne ? t.flatMap((b) => b.options) : t, pe = ie.filter((b) => !b.disabled), H = U(() => {
|
|
669
669
|
re(!1), Y(-1);
|
|
670
670
|
}, []);
|
|
671
671
|
De(() => {
|
|
672
672
|
const b = D.current;
|
|
673
673
|
if (!b) return;
|
|
674
674
|
if (!Q) {
|
|
675
|
-
|
|
675
|
+
Ne(null), Z(!1);
|
|
676
676
|
return;
|
|
677
677
|
}
|
|
678
678
|
const R = b.getBoundingClientRect();
|
|
679
|
-
|
|
680
|
-
const K = (
|
|
681
|
-
!L.current?.contains(
|
|
679
|
+
Ne({ top: R.bottom + Cn, left: R.left, width: R.width, maxHeight: Fn }), Z(!1);
|
|
680
|
+
const K = (ke) => {
|
|
681
|
+
!L.current?.contains(ke.target) && !te.current?.contains(ke.target) && H();
|
|
682
682
|
};
|
|
683
683
|
setTimeout(() => document.addEventListener("click", K), 0);
|
|
684
684
|
const J = () => {
|
|
685
|
-
!te.current || !D.current ||
|
|
685
|
+
!te.current || !D.current || Ne($a(D.current.getBoundingClientRect(), te.current.offsetHeight));
|
|
686
686
|
};
|
|
687
687
|
return window.addEventListener("scroll", J, !0), window.addEventListener("resize", J), () => {
|
|
688
688
|
window.removeEventListener("scroll", J, !0), window.removeEventListener("resize", J), document.removeEventListener("click", K);
|
|
@@ -690,13 +690,13 @@ const Cn = 8, Fn = 320, dr = 150, ur = 48, $a = (t, n) => {
|
|
|
690
690
|
}, [Q, H]), vt(() => {
|
|
691
691
|
if (!Q || ee || !te.current || !D.current) return;
|
|
692
692
|
const b = D.current.getBoundingClientRect();
|
|
693
|
-
|
|
694
|
-
}, [Q,
|
|
693
|
+
Ne($a(b, te.current.offsetHeight)), Z(!0);
|
|
694
|
+
}, [Q, we, ee]), De(() => {
|
|
695
695
|
if (z < 0 || !B.current) return;
|
|
696
696
|
B.current.querySelectorAll('[role="option"]')[z]?.scrollIntoView({ block: "nearest" });
|
|
697
697
|
}, [z]);
|
|
698
698
|
const oe = (b) => {
|
|
699
|
-
|
|
699
|
+
je || I(b), h?.(b), !a && b !== null && H();
|
|
700
700
|
}, Ae = (b) => {
|
|
701
701
|
if (a) {
|
|
702
702
|
const R = Array.isArray(w) ? w : [], K = R.includes(b) ? R.filter((J) => J !== b) : [...R, b];
|
|
@@ -705,7 +705,7 @@ const Cn = 8, Fn = 320, dr = 150, ur = 48, $a = (t, n) => {
|
|
|
705
705
|
oe(b), D.current?.focus();
|
|
706
706
|
}, He = (b, R) => {
|
|
707
707
|
b.preventDefault(), b.stopPropagation();
|
|
708
|
-
const J = (Array.isArray(w) ? w : []).filter((
|
|
708
|
+
const J = (Array.isArray(w) ? w : []).filter((ke) => ke !== R);
|
|
709
709
|
oe(J.length > 0 ? J : []);
|
|
710
710
|
}, me = (b) => {
|
|
711
711
|
b.preventDefault(), b.stopPropagation(), oe(a ? [] : null), D.current?.focus();
|
|
@@ -714,7 +714,7 @@ const Cn = 8, Fn = 320, dr = 150, ur = 48, $a = (t, n) => {
|
|
|
714
714
|
let R = -1;
|
|
715
715
|
if (z >= 0 && z < ie.length) {
|
|
716
716
|
const J = ie[z];
|
|
717
|
-
R = pe.findIndex((
|
|
717
|
+
R = pe.findIndex((ke) => ke.value === J?.value);
|
|
718
718
|
}
|
|
719
719
|
const K = b === "next" ? (R + 1) % pe.length : R <= 0 ? pe.length - 1 : R - 1;
|
|
720
720
|
Y(ie.findIndex((J) => J.value === pe[K].value));
|
|
@@ -790,7 +790,7 @@ const Cn = 8, Fn = 320, dr = 150, ur = 48, $a = (t, n) => {
|
|
|
790
790
|
"aria-controls": G,
|
|
791
791
|
"aria-disabled": r,
|
|
792
792
|
"aria-invalid": m,
|
|
793
|
-
"aria-describedby":
|
|
793
|
+
"aria-describedby": X,
|
|
794
794
|
disabled: r,
|
|
795
795
|
onClick: (b) => {
|
|
796
796
|
if (b.preventDefault(), b.stopPropagation(), !r) {
|
|
@@ -839,7 +839,7 @@ const Cn = 8, Fn = 320, dr = 150, ur = 48, $a = (t, n) => {
|
|
|
839
839
|
]
|
|
840
840
|
}
|
|
841
841
|
),
|
|
842
|
-
Q &&
|
|
842
|
+
Q && we && zt(
|
|
843
843
|
/* @__PURE__ */ e.jsx(
|
|
844
844
|
"div",
|
|
845
845
|
{
|
|
@@ -847,10 +847,10 @@ const Cn = 8, Fn = 320, dr = 150, ur = 48, $a = (t, n) => {
|
|
|
847
847
|
className: Tt("ui-select__popup", l?.popup),
|
|
848
848
|
style: {
|
|
849
849
|
position: "fixed",
|
|
850
|
-
top:
|
|
851
|
-
bottom:
|
|
852
|
-
left:
|
|
853
|
-
width:
|
|
850
|
+
top: we.top,
|
|
851
|
+
bottom: we.bottom,
|
|
852
|
+
left: we.left,
|
|
853
|
+
width: we.width,
|
|
854
854
|
visibility: ee ? "visible" : "hidden",
|
|
855
855
|
...he !== void 0 ? { zIndex: he } : null
|
|
856
856
|
},
|
|
@@ -871,11 +871,11 @@ const Cn = 8, Fn = 320, dr = 150, ur = 48, $a = (t, n) => {
|
|
|
871
871
|
r && "base--disabled",
|
|
872
872
|
l?.listbox
|
|
873
873
|
),
|
|
874
|
-
style: { maxHeight:
|
|
874
|
+
style: { maxHeight: we?.maxHeight },
|
|
875
875
|
children: ie.length === 0 ? /* @__PURE__ */ e.jsx("li", { className: "ui-select__empty", role: "presentation", children: "No options found" }) : ne ? t.map((b) => /* @__PURE__ */ e.jsxs(Je.Fragment, { children: [
|
|
876
876
|
/* @__PURE__ */ e.jsx("li", { role: "presentation", className: "ui-select__group-label", children: b.label }),
|
|
877
877
|
b.options.map((R) => {
|
|
878
|
-
const K = ie.findIndex((
|
|
878
|
+
const K = ie.findIndex((ke) => ke.value === R.value), J = a ? Array.isArray(w) && w.includes(R.value) : w === R.value;
|
|
879
879
|
return /* @__PURE__ */ e.jsx(
|
|
880
880
|
"li",
|
|
881
881
|
{
|
|
@@ -884,11 +884,11 @@ const Cn = 8, Fn = 320, dr = 150, ur = 48, $a = (t, n) => {
|
|
|
884
884
|
"aria-disabled": R.disabled,
|
|
885
885
|
"aria-posinset": K + 1,
|
|
886
886
|
"aria-setsize": ie.length,
|
|
887
|
-
onClick: (
|
|
888
|
-
|
|
887
|
+
onClick: (ke) => {
|
|
888
|
+
ke.preventDefault(), ke.stopPropagation(), R.disabled || Ae(R.value);
|
|
889
889
|
},
|
|
890
|
-
onMouseDown: (
|
|
891
|
-
|
|
890
|
+
onMouseDown: (ke) => {
|
|
891
|
+
ke.preventDefault(), ke.stopPropagation();
|
|
892
892
|
},
|
|
893
893
|
onMouseEnter: () => Y(K),
|
|
894
894
|
className: Tt(
|
|
@@ -951,7 +951,7 @@ const Cn = 8, Fn = 320, dr = 150, ur = 48, $a = (t, n) => {
|
|
|
951
951
|
u && /* @__PURE__ */ e.jsx(
|
|
952
952
|
"p",
|
|
953
953
|
{
|
|
954
|
-
id:
|
|
954
|
+
id: X,
|
|
955
955
|
className: Tt(
|
|
956
956
|
"ui-select__helper-text",
|
|
957
957
|
m && "ui-select__helper-text--error",
|
|
@@ -993,10 +993,10 @@ const Dn = 8, Vn = 320, hr = 150, pr = 48, La = (t, n) => {
|
|
|
993
993
|
required: N = !1,
|
|
994
994
|
chipProps: y
|
|
995
995
|
}) => {
|
|
996
|
-
const E = Ut(), M = o || E, P = n ? `${M}-label` : void 0, G = `${M}-listbox`,
|
|
996
|
+
const E = Ut(), M = o || E, P = n ? `${M}-label` : void 0, G = `${M}-listbox`, X = x ? `${M}-helper-text` : void 0, D = le(null), L = le(null), te = le(null), B = le(null), xe = ht(Et), he = xe ? xe.baseZ + Ln : void 0, Q = le(null), [re, we] = A(!1), [Ne, ee] = A(null), [Z, v] = A(!1), [I, z] = A(
|
|
997
997
|
d !== void 0 ? a ? Array.isArray(d) ? d : [d] : d : a ? [] : null
|
|
998
|
-
), [Y, F] = A(-1), [
|
|
999
|
-
|
|
998
|
+
), [Y, F] = A(-1), [je, w] = A(""), [ne, ie] = A(!1), pe = c !== void 0, H = pe ? c : I, oe = t.length > 0 && "options" in t[0], Ae = oe ? t.flatMap((O) => O.options) : t, He = u ?? mr, me = je.trim() ? He(Ae, je) : Ae, Me = me.filter((O) => !O.disabled), ge = a || !H || H === "" ? "" : Ae.find((ce) => ce.value === H)?.label ?? (typeof H == "string" ? H : ""), Re = a || ne ? je : ge, C = U(() => {
|
|
999
|
+
we(!1), F(-1), w(""), ie(!1);
|
|
1000
1000
|
}, []), q = U(() => {
|
|
1001
1001
|
C();
|
|
1002
1002
|
}, [C]);
|
|
@@ -1009,21 +1009,21 @@ const Dn = 8, Vn = 320, hr = 150, pr = 48, La = (t, n) => {
|
|
|
1009
1009
|
}
|
|
1010
1010
|
const ce = O.getBoundingClientRect();
|
|
1011
1011
|
ee({ top: ce.bottom + Dn, left: ce.left, width: ce.width, maxHeight: Vn }), v(!1);
|
|
1012
|
-
const
|
|
1012
|
+
const ve = (ze) => {
|
|
1013
1013
|
!D.current?.contains(ze.target) && !B.current?.contains(ze.target) && q();
|
|
1014
1014
|
};
|
|
1015
|
-
setTimeout(() => document.addEventListener("click",
|
|
1016
|
-
const
|
|
1015
|
+
setTimeout(() => document.addEventListener("click", ve), 0);
|
|
1016
|
+
const ye = () => {
|
|
1017
1017
|
!B.current || !L.current || ee(La(L.current.getBoundingClientRect(), B.current.offsetHeight));
|
|
1018
1018
|
};
|
|
1019
|
-
return window.addEventListener("scroll",
|
|
1020
|
-
window.removeEventListener("scroll",
|
|
1019
|
+
return window.addEventListener("scroll", ye, !0), window.addEventListener("resize", ye), () => {
|
|
1020
|
+
window.removeEventListener("scroll", ye, !0), window.removeEventListener("resize", ye), document.removeEventListener("click", ve);
|
|
1021
1021
|
};
|
|
1022
1022
|
}, [re, q]), vt(() => {
|
|
1023
|
-
if (!re ||
|
|
1023
|
+
if (!re || Z || !B.current || !L.current) return;
|
|
1024
1024
|
const O = L.current.getBoundingClientRect();
|
|
1025
1025
|
ee(La(O, B.current.offsetHeight)), v(!0);
|
|
1026
|
-
}, [re,
|
|
1026
|
+
}, [re, Ne, Z]), De(() => {
|
|
1027
1027
|
if (Y < 0 || !Q.current) return;
|
|
1028
1028
|
Q.current.querySelectorAll('[role="option"]')[Y]?.scrollIntoView({ block: "nearest" });
|
|
1029
1029
|
}, [Y]);
|
|
@@ -1031,30 +1031,30 @@ const Dn = 8, Vn = 320, hr = 150, pr = 48, La = (t, n) => {
|
|
|
1031
1031
|
pe || z(O), h?.(O);
|
|
1032
1032
|
}, b = (O) => {
|
|
1033
1033
|
if (a) {
|
|
1034
|
-
const ce = Array.isArray(H) ? H : [],
|
|
1035
|
-
ae(
|
|
1034
|
+
const ce = Array.isArray(H) ? H : [], ve = ce.includes(O) ? ce.filter((ye) => ye !== O) : [...ce, O];
|
|
1035
|
+
ae(ve.length > 0 ? ve : []), w(""), m?.(""), F(-1), te.current?.focus();
|
|
1036
1036
|
} else
|
|
1037
|
-
ae(O), w(""), ie(!1),
|
|
1037
|
+
ae(O), w(""), ie(!1), we(!1), F(-1);
|
|
1038
1038
|
}, R = (O, ce) => {
|
|
1039
1039
|
O.preventDefault(), O.stopPropagation();
|
|
1040
|
-
const
|
|
1041
|
-
ae(
|
|
1040
|
+
const ve = Array.isArray(H) ? H : [];
|
|
1041
|
+
ae(ve.filter((ye) => ye !== ce));
|
|
1042
1042
|
}, K = (O) => {
|
|
1043
1043
|
O.preventDefault(), O.stopPropagation(), ae(a ? [] : null), w(""), ie(!1), te.current?.focus();
|
|
1044
1044
|
}, J = (O) => {
|
|
1045
1045
|
if (Me.length === 0) return;
|
|
1046
1046
|
let ce = -1;
|
|
1047
1047
|
if (Y >= 0 && Y < me.length) {
|
|
1048
|
-
const
|
|
1049
|
-
ce = Me.findIndex((ze) => ze.value ===
|
|
1048
|
+
const ye = me[Y];
|
|
1049
|
+
ce = Me.findIndex((ze) => ze.value === ye?.value);
|
|
1050
1050
|
}
|
|
1051
|
-
const
|
|
1052
|
-
F(me.findIndex((
|
|
1053
|
-
},
|
|
1051
|
+
const ve = O === "next" ? (ce + 1) % Me.length : ce <= 0 ? Me.length - 1 : ce - 1;
|
|
1052
|
+
F(me.findIndex((ye) => ye.value === Me[ve].value));
|
|
1053
|
+
}, ke = (O) => {
|
|
1054
1054
|
if (!r)
|
|
1055
1055
|
switch (O.key) {
|
|
1056
1056
|
case "ArrowDown": {
|
|
1057
|
-
O.preventDefault(), re ? J("next") : (
|
|
1057
|
+
O.preventDefault(), re ? J("next") : (we(!0), F(-1));
|
|
1058
1058
|
break;
|
|
1059
1059
|
}
|
|
1060
1060
|
case "ArrowUp": {
|
|
@@ -1073,7 +1073,7 @@ const Dn = 8, Vn = 320, hr = 150, pr = 48, La = (t, n) => {
|
|
|
1073
1073
|
break;
|
|
1074
1074
|
}
|
|
1075
1075
|
case "Backspace": {
|
|
1076
|
-
if (a &&
|
|
1076
|
+
if (a && je === "") {
|
|
1077
1077
|
const ce = Array.isArray(H) ? H : [];
|
|
1078
1078
|
ce.length > 0 && ae(ce.slice(0, -1));
|
|
1079
1079
|
}
|
|
@@ -1085,7 +1085,7 @@ const Dn = 8, Vn = 320, hr = 150, pr = 48, La = (t, n) => {
|
|
|
1085
1085
|
}
|
|
1086
1086
|
}
|
|
1087
1087
|
}, k = a && Array.isArray(H) ? H : [], ue = a ? k.length > 0 : H !== null && H !== "" && H !== void 0, _e = () => k.map((O) => {
|
|
1088
|
-
const ce = Ae.find((
|
|
1088
|
+
const ce = Ae.find((ve) => ve.value === O);
|
|
1089
1089
|
return /* @__PURE__ */ e.jsx(
|
|
1090
1090
|
$t,
|
|
1091
1091
|
{
|
|
@@ -1096,38 +1096,38 @@ const Dn = 8, Vn = 320, hr = 150, pr = 48, La = (t, n) => {
|
|
|
1096
1096
|
leadingIcon: y?.leadingIcon,
|
|
1097
1097
|
sx: y?.sx,
|
|
1098
1098
|
disabled: r,
|
|
1099
|
-
onDelete: r ? void 0 : (
|
|
1099
|
+
onDelete: r ? void 0 : (ve) => R(ve, O)
|
|
1100
1100
|
},
|
|
1101
1101
|
O
|
|
1102
1102
|
);
|
|
1103
|
-
}), Le = () => me.length === 0 ? /* @__PURE__ */ e.jsx("li", { className: "ui-ac__empty", role: "presentation", children: j }) : oe && !
|
|
1103
|
+
}), Le = () => me.length === 0 ? /* @__PURE__ */ e.jsx("li", { className: "ui-ac__empty", role: "presentation", children: j }) : oe && !je.trim() ? t.map((O) => {
|
|
1104
1104
|
const ce = O.options.filter(
|
|
1105
|
-
(
|
|
1105
|
+
(ve) => me.some((ye) => ye.value === ve.value)
|
|
1106
1106
|
);
|
|
1107
1107
|
return ce.length === 0 ? null : /* @__PURE__ */ e.jsxs(Je.Fragment, { children: [
|
|
1108
1108
|
/* @__PURE__ */ e.jsx("li", { role: "presentation", className: "ui-ac__group-label", children: O.label }),
|
|
1109
|
-
ce.map((
|
|
1109
|
+
ce.map((ve) => Ce(ve, me.findIndex((ye) => ye.value === ve.value)))
|
|
1110
1110
|
] }, O.label);
|
|
1111
|
-
}) : me.map((O, ce) =>
|
|
1112
|
-
const
|
|
1111
|
+
}) : me.map((O, ce) => Ce(O, ce)), Ce = (O, ce) => {
|
|
1112
|
+
const ve = a ? Array.isArray(H) && H.includes(O.value) : H === O.value;
|
|
1113
1113
|
return /* @__PURE__ */ e.jsx(
|
|
1114
1114
|
"li",
|
|
1115
1115
|
{
|
|
1116
1116
|
role: "option",
|
|
1117
|
-
"aria-selected":
|
|
1117
|
+
"aria-selected": ve,
|
|
1118
1118
|
"aria-disabled": O.disabled,
|
|
1119
1119
|
"aria-posinset": ce + 1,
|
|
1120
1120
|
"aria-setsize": me.length,
|
|
1121
|
-
onMouseDown: (
|
|
1122
|
-
|
|
1121
|
+
onMouseDown: (ye) => {
|
|
1122
|
+
ye.preventDefault(), ye.stopPropagation();
|
|
1123
1123
|
},
|
|
1124
|
-
onClick: (
|
|
1125
|
-
|
|
1124
|
+
onClick: (ye) => {
|
|
1125
|
+
ye.preventDefault(), ye.stopPropagation(), O.disabled || b(O.value);
|
|
1126
1126
|
},
|
|
1127
1127
|
onMouseEnter: () => F(ce),
|
|
1128
1128
|
className: an(
|
|
1129
1129
|
"ui-ac__option",
|
|
1130
|
-
|
|
1130
|
+
ve && "base--selected",
|
|
1131
1131
|
Y === ce && "base--highlighted",
|
|
1132
1132
|
O.disabled && "base--disabled",
|
|
1133
1133
|
l?.option
|
|
@@ -1192,7 +1192,7 @@ const Dn = 8, Vn = 320, hr = 150, pr = 48, La = (t, n) => {
|
|
|
1192
1192
|
"aria-controls": G,
|
|
1193
1193
|
"aria-expanded": re,
|
|
1194
1194
|
"aria-labelledby": P,
|
|
1195
|
-
"aria-describedby":
|
|
1195
|
+
"aria-describedby": X,
|
|
1196
1196
|
"aria-invalid": p,
|
|
1197
1197
|
disabled: r,
|
|
1198
1198
|
placeholder: a ? k.length === 0 ? s : "" : s,
|
|
@@ -1200,7 +1200,7 @@ const Dn = 8, Vn = 320, hr = 150, pr = 48, La = (t, n) => {
|
|
|
1200
1200
|
className: "ui-ac__input",
|
|
1201
1201
|
autoComplete: "off",
|
|
1202
1202
|
onFocus: () => {
|
|
1203
|
-
r || (a || ie(!0),
|
|
1203
|
+
r || (a || ie(!0), we(!0), F(-1));
|
|
1204
1204
|
},
|
|
1205
1205
|
onBlur: (O) => {
|
|
1206
1206
|
const ce = O.relatedTarget;
|
|
@@ -1208,23 +1208,23 @@ const Dn = 8, Vn = 320, hr = 150, pr = 48, La = (t, n) => {
|
|
|
1208
1208
|
},
|
|
1209
1209
|
onChange: (O) => {
|
|
1210
1210
|
const ce = O.target.value;
|
|
1211
|
-
w(ce), m?.(ce), F(-1), re ||
|
|
1211
|
+
w(ce), m?.(ce), F(-1), re || we(!0);
|
|
1212
1212
|
},
|
|
1213
|
-
onKeyDown:
|
|
1213
|
+
onKeyDown: ke,
|
|
1214
1214
|
onPaste: (O) => {
|
|
1215
1215
|
if (!a || r) return;
|
|
1216
1216
|
const ce = O.clipboardData.getData("text");
|
|
1217
1217
|
if (!/[\r\n\t]/.test(ce)) return;
|
|
1218
1218
|
O.preventDefault();
|
|
1219
|
-
const
|
|
1220
|
-
|
|
1219
|
+
const ve = ce.split(/[\r\n\t]+/).map((qe) => qe.trim()).filter(Boolean), ye = Array.isArray(H) ? H : [], ze = [], Ue = [];
|
|
1220
|
+
ve.forEach((qe) => {
|
|
1221
1221
|
const pt = qe.toLowerCase(), Qe = Ae.find(
|
|
1222
1222
|
(bt) => !bt.disabled && (bt.label.toLowerCase() === pt || bt.value.toLowerCase() === pt)
|
|
1223
1223
|
);
|
|
1224
|
-
Qe && !
|
|
1225
|
-
}), ze.length > 0 && ae([...
|
|
1224
|
+
Qe && !ye.includes(Qe.value) && !ze.includes(Qe.value) ? ze.push(Qe.value) : Qe || Ue.push(qe);
|
|
1225
|
+
}), ze.length > 0 && ae([...ye, ...ze]);
|
|
1226
1226
|
const _t = Ue.length > 0 ? Ue[Ue.length - 1] : "";
|
|
1227
|
-
w(_t), m?.(_t), F(-1), re ||
|
|
1227
|
+
w(_t), m?.(_t), F(-1), re || we(!0), te.current?.focus();
|
|
1228
1228
|
}
|
|
1229
1229
|
}
|
|
1230
1230
|
),
|
|
@@ -1248,7 +1248,7 @@ const Dn = 8, Vn = 320, hr = 150, pr = 48, La = (t, n) => {
|
|
|
1248
1248
|
]
|
|
1249
1249
|
}
|
|
1250
1250
|
),
|
|
1251
|
-
re &&
|
|
1251
|
+
re && Ne && zt(
|
|
1252
1252
|
/* @__PURE__ */ e.jsx(
|
|
1253
1253
|
"div",
|
|
1254
1254
|
{
|
|
@@ -1256,11 +1256,11 @@ const Dn = 8, Vn = 320, hr = 150, pr = 48, La = (t, n) => {
|
|
|
1256
1256
|
className: "ui-ac__popup",
|
|
1257
1257
|
style: {
|
|
1258
1258
|
position: "fixed",
|
|
1259
|
-
top:
|
|
1260
|
-
bottom:
|
|
1261
|
-
left:
|
|
1262
|
-
width:
|
|
1263
|
-
visibility:
|
|
1259
|
+
top: Ne.top,
|
|
1260
|
+
bottom: Ne.bottom,
|
|
1261
|
+
left: Ne.left,
|
|
1262
|
+
width: Ne.width,
|
|
1263
|
+
visibility: Z ? "visible" : "hidden",
|
|
1264
1264
|
...he !== void 0 ? { zIndex: he } : null
|
|
1265
1265
|
},
|
|
1266
1266
|
onMouseDown: (O) => O.preventDefault(),
|
|
@@ -1278,7 +1278,7 @@ const Dn = 8, Vn = 320, hr = 150, pr = 48, La = (t, n) => {
|
|
|
1278
1278
|
`ui-ac__listbox--${i}`,
|
|
1279
1279
|
l?.listbox
|
|
1280
1280
|
),
|
|
1281
|
-
style: { maxHeight:
|
|
1281
|
+
style: { maxHeight: Ne?.maxHeight },
|
|
1282
1282
|
children: Le()
|
|
1283
1283
|
}
|
|
1284
1284
|
)
|
|
@@ -1289,7 +1289,7 @@ const Dn = 8, Vn = 320, hr = 150, pr = 48, La = (t, n) => {
|
|
|
1289
1289
|
x && /* @__PURE__ */ e.jsx(
|
|
1290
1290
|
"p",
|
|
1291
1291
|
{
|
|
1292
|
-
id:
|
|
1292
|
+
id: X,
|
|
1293
1293
|
className: an(
|
|
1294
1294
|
"ui-ac__helper-text",
|
|
1295
1295
|
p && "ui-ac__helper-text--error",
|
|
@@ -1774,7 +1774,7 @@ const js = ({
|
|
|
1774
1774
|
trapFocus: f = !0,
|
|
1775
1775
|
title: j
|
|
1776
1776
|
}) => {
|
|
1777
|
-
const N = le(null), y = ht(Et), E = y ? y.baseZ + us : hs, M = Ee(() => ({ baseZ: E }), [E]), [P, G] = A(t), [
|
|
1777
|
+
const N = le(null), y = ht(Et), E = y ? y.baseZ + us : hs, M = Ee(() => ({ baseZ: E }), [E]), [P, G] = A(t), [X, D] = A(!1);
|
|
1778
1778
|
De(() => {
|
|
1779
1779
|
if (t)
|
|
1780
1780
|
G(!0), D(!1);
|
|
@@ -1804,8 +1804,8 @@ const js = ({
|
|
|
1804
1804
|
const B = [
|
|
1805
1805
|
"ui-drawer__content",
|
|
1806
1806
|
`ui-drawer__content--${i}`,
|
|
1807
|
-
|
|
1808
|
-
].filter(Boolean).join(" "),
|
|
1807
|
+
X && `ui-drawer__content--exiting-${i}`
|
|
1808
|
+
].filter(Boolean).join(" "), xe = d ? `${B} ${d}`.trim() : B, he = j ? "ui-drawer-title" : void 0, Q = r && n && /* @__PURE__ */ e.jsx(
|
|
1809
1809
|
Be,
|
|
1810
1810
|
{
|
|
1811
1811
|
icon: /* @__PURE__ */ e.jsx(Lt, {}),
|
|
@@ -1828,7 +1828,7 @@ const js = ({
|
|
|
1828
1828
|
"div",
|
|
1829
1829
|
{
|
|
1830
1830
|
ref: N,
|
|
1831
|
-
className:
|
|
1831
|
+
className: xe,
|
|
1832
1832
|
style: { ...te, ...h },
|
|
1833
1833
|
role: "dialog",
|
|
1834
1834
|
"aria-modal": "true",
|
|
@@ -2444,20 +2444,20 @@ const ks = Un(({
|
|
|
2444
2444
|
error: M = !1,
|
|
2445
2445
|
disabled: P = !1,
|
|
2446
2446
|
required: G = !1,
|
|
2447
|
-
size:
|
|
2447
|
+
size: X = "normal",
|
|
2448
2448
|
fullWidth: D = !1,
|
|
2449
2449
|
startAdornment: L,
|
|
2450
2450
|
endAdornment: te,
|
|
2451
2451
|
sx: B,
|
|
2452
|
-
style:
|
|
2452
|
+
style: xe,
|
|
2453
2453
|
id: he,
|
|
2454
2454
|
onFocus: Q,
|
|
2455
2455
|
onBlur: re,
|
|
2456
|
-
...
|
|
2457
|
-
},
|
|
2458
|
-
const ee = Ut(),
|
|
2456
|
+
...we
|
|
2457
|
+
}, Ne) => {
|
|
2458
|
+
const ee = Ut(), Z = he || `${ee}-input`, v = /* @__PURE__ */ new Date();
|
|
2459
2459
|
v.setHours(0, 0, 0, 0);
|
|
2460
|
-
const I = N ?? t === "range", z = j ? f ?? ui(t) : [], Y = Ha(l, !!(p && t === "single")), F = n !== void 0,
|
|
2460
|
+
const I = N ?? t === "range", z = j ? f ?? ui(t) : [], Y = Ha(l, !!(p && t === "single")), F = n !== void 0, je = a !== void 0, [w, ne] = A(null), [ie, pe] = A({ start: null, end: null }), H = F ? n ?? null : w, oe = je ? a ?? ie : ie, Ae = H?.getTime() ?? null, He = Math.max(1, Math.floor(x)), me = Ee(() => {
|
|
2461
2461
|
if (!p || t !== "single") return;
|
|
2462
2462
|
if (!H) return "no-date";
|
|
2463
2463
|
const S = new Date(
|
|
@@ -2470,11 +2470,11 @@ const ks = Un(({
|
|
|
2470
2470
|
if (me === void 0 || me === "no-date") return [];
|
|
2471
2471
|
const S = me === "full" ? St() : me;
|
|
2472
2472
|
return S ? ws(S, He) : [];
|
|
2473
|
-
}, [me, He]), [ge, Re] = A(!1), [C, q] = A(null), [ae, b] = A(!1), R = () => t === "single" && H ? new Date(H.getFullYear(), H.getMonth(), 1) : t === "range" && oe.start ? new Date(oe.start.getFullYear(), oe.start.getMonth(), 1) : new Date(v.getFullYear(), v.getMonth(), 1), [K, J] = A(R), [
|
|
2473
|
+
}, [me, He]), [ge, Re] = A(!1), [C, q] = A(null), [ae, b] = A(!1), R = () => t === "single" && H ? new Date(H.getFullYear(), H.getMonth(), 1) : t === "range" && oe.start ? new Date(oe.start.getFullYear(), oe.start.getMonth(), 1) : new Date(v.getFullYear(), v.getMonth(), 1), [K, J] = A(R), [ke, k] = A("days"), [ue, _e] = A(() => v.getFullYear() - 4), [Le, Ce] = A(null), [O, ce] = A(null), [ve, ye] = A(() => t === "single" && H ? H.getHours() : 0), [ze, Ue] = A(() => t === "single" && H ? H.getMinutes() : 0), _t = Ee(() => {
|
|
2474
2474
|
if (me === void 0 || me === "no-date") return [];
|
|
2475
2475
|
const S = me === "full" ? St() : me;
|
|
2476
|
-
return S ? Yt(
|
|
2477
|
-
}, [me, He,
|
|
2476
|
+
return S ? Yt(ve, S, He) : [];
|
|
2477
|
+
}, [me, He, ve]), qe = le(!1), [pt, Qe] = A(
|
|
2478
2478
|
() => t === "single" && H ? p ? Hn(H, Ha(l, p)) : nt(H, l) : ""
|
|
2479
2479
|
), [bt, jt] = A(
|
|
2480
2480
|
() => oe.start ? nt(oe.start, l) : ""
|
|
@@ -2499,7 +2499,7 @@ const ks = Un(({
|
|
|
2499
2499
|
},
|
|
2500
2500
|
[c, d, m, h, u, p, _]
|
|
2501
2501
|
), Ke = U(() => {
|
|
2502
|
-
Re(!1),
|
|
2502
|
+
Re(!1), Ce(null), ce(null), k("days");
|
|
2503
2503
|
}, []), kt = U(() => {
|
|
2504
2504
|
P || (t === "single" && H ? J(new Date(H.getFullYear(), H.getMonth(), 1)) : t === "range" && oe.start && J(new Date(oe.start.getFullYear(), oe.start.getMonth(), 1)), Re(!0));
|
|
2505
2505
|
}, [P, t, H, oe]);
|
|
@@ -2529,12 +2529,12 @@ const ks = Un(({
|
|
|
2529
2529
|
const S = new Date(Ae), T = new Date(S.getFullYear(), S.getMonth(), S.getDate()), fe = _ ? It(_(T)) : St();
|
|
2530
2530
|
if (!fe) return;
|
|
2531
2531
|
const de = cn(S.getHours(), S.getMinutes(), fe, He);
|
|
2532
|
-
|
|
2532
|
+
ye(de.hour), Ue(de.minute);
|
|
2533
2533
|
}, [t, p, Ae, _, He]), vt(() => {
|
|
2534
2534
|
if (!ge || !ae) return;
|
|
2535
|
-
const S = tt.current?.querySelector(`[data-time-value="${
|
|
2535
|
+
const S = tt.current?.querySelector(`[data-time-value="${ve}"]`), T = ot.current?.querySelector(`[data-time-value="${ze}"]`);
|
|
2536
2536
|
S?.scrollIntoView({ block: "nearest" }), T?.scrollIntoView({ block: "nearest" });
|
|
2537
|
-
}, [
|
|
2537
|
+
}, [ve, ze, ge, ae]), vt(() => {
|
|
2538
2538
|
if (!ge || ae || !Ye.current || !lt.current) return;
|
|
2539
2539
|
const S = lt.current.getBoundingClientRect();
|
|
2540
2540
|
q(Ra(S, Ye.current.offsetWidth, Ye.current.offsetHeight)), b(!0);
|
|
@@ -2561,16 +2561,16 @@ const ks = Un(({
|
|
|
2561
2561
|
de.hour,
|
|
2562
2562
|
de.minute
|
|
2563
2563
|
);
|
|
2564
|
-
|
|
2564
|
+
ye(de.hour), Ue(de.minute), F || ne(Fe), s?.(Fe);
|
|
2565
2565
|
} else {
|
|
2566
2566
|
const T = new Date(S.getFullYear(), S.getMonth(), S.getDate());
|
|
2567
2567
|
F || ne(T), s?.(T), Ke();
|
|
2568
2568
|
}
|
|
2569
2569
|
else if (!Le)
|
|
2570
|
-
|
|
2570
|
+
Ce(new Date(S.getFullYear(), S.getMonth(), S.getDate()));
|
|
2571
2571
|
else {
|
|
2572
2572
|
const T = Le, fe = new Date(S.getFullYear(), S.getMonth(), S.getDate()), de = T <= fe ? { start: T, end: fe } : { start: fe, end: T };
|
|
2573
|
-
|
|
2573
|
+
je || pe(de), r?.(de), Ce(null), Ke();
|
|
2574
2574
|
}
|
|
2575
2575
|
},
|
|
2576
2576
|
[
|
|
@@ -2580,7 +2580,7 @@ const ks = Un(({
|
|
|
2580
2580
|
_,
|
|
2581
2581
|
Le,
|
|
2582
2582
|
F,
|
|
2583
|
-
|
|
2583
|
+
je,
|
|
2584
2584
|
s,
|
|
2585
2585
|
r,
|
|
2586
2586
|
Ke,
|
|
@@ -2601,11 +2601,11 @@ const ks = Un(({
|
|
|
2601
2601
|
F || ne(fe), s?.(fe);
|
|
2602
2602
|
} else {
|
|
2603
2603
|
const fe = T;
|
|
2604
|
-
|
|
2604
|
+
je || pe(fe), r?.(fe), fe.start && J(new Date(fe.start.getFullYear(), fe.start.getMonth(), 1));
|
|
2605
2605
|
}
|
|
2606
2606
|
Ke();
|
|
2607
2607
|
},
|
|
2608
|
-
[F,
|
|
2608
|
+
[F, je, s, r, Ke, p, _, He]
|
|
2609
2609
|
), Gt = U(
|
|
2610
2610
|
(S) => {
|
|
2611
2611
|
if (S.stopPropagation(), qe.current = !1, t === "single")
|
|
@@ -2613,10 +2613,10 @@ const ks = Un(({
|
|
|
2613
2613
|
else {
|
|
2614
2614
|
jt(""), rt("");
|
|
2615
2615
|
const T = { start: null, end: null };
|
|
2616
|
-
|
|
2616
|
+
je || pe(T), r?.(T), Ce(null);
|
|
2617
2617
|
}
|
|
2618
2618
|
},
|
|
2619
|
-
[t, F,
|
|
2619
|
+
[t, F, je, s, r]
|
|
2620
2620
|
), hn = U(
|
|
2621
2621
|
(S) => {
|
|
2622
2622
|
const T = p ? di(S.target.value, Y) : ia(S.target.value, l);
|
|
@@ -2629,7 +2629,7 @@ const ks = Un(({
|
|
|
2629
2629
|
const Fe = new Date(de.getFullYear(), de.getMonth(), de.getDate()), mt = _ ? It(_(Fe)) : St();
|
|
2630
2630
|
if (!mt || !Yn(de.getHours(), de.getMinutes(), mt, He))
|
|
2631
2631
|
return;
|
|
2632
|
-
|
|
2632
|
+
ye(de.getHours()), Ue(de.getMinutes());
|
|
2633
2633
|
}
|
|
2634
2634
|
F || ne(de), s?.(de), J(new Date(de.getFullYear(), de.getMonth(), 1));
|
|
2635
2635
|
}
|
|
@@ -2643,11 +2643,11 @@ const ks = Un(({
|
|
|
2643
2643
|
const fe = ra(T, l);
|
|
2644
2644
|
if (fe && !Oe(fe)) {
|
|
2645
2645
|
const de = { start: fe, end: oe.end };
|
|
2646
|
-
|
|
2646
|
+
je || pe(de), r?.(de), J(new Date(fe.getFullYear(), fe.getMonth(), 1));
|
|
2647
2647
|
}
|
|
2648
2648
|
}
|
|
2649
2649
|
},
|
|
2650
|
-
[l, oe.end,
|
|
2650
|
+
[l, oe.end, je, r, Oe]
|
|
2651
2651
|
), pn = U(
|
|
2652
2652
|
(S) => {
|
|
2653
2653
|
const T = ia(S.target.value, l);
|
|
@@ -2655,11 +2655,11 @@ const ks = Un(({
|
|
|
2655
2655
|
const fe = ra(T, l);
|
|
2656
2656
|
if (fe && !Oe(fe)) {
|
|
2657
2657
|
const de = { start: oe.start, end: fe };
|
|
2658
|
-
|
|
2658
|
+
je || pe(de), r?.(de);
|
|
2659
2659
|
}
|
|
2660
2660
|
}
|
|
2661
2661
|
},
|
|
2662
|
-
[l, oe.start,
|
|
2662
|
+
[l, oe.start, je, r, Oe]
|
|
2663
2663
|
), gt = U(
|
|
2664
2664
|
(S) => {
|
|
2665
2665
|
const T = S.relatedTarget;
|
|
@@ -2675,7 +2675,7 @@ const ks = Un(({
|
|
|
2675
2675
|
Ke();
|
|
2676
2676
|
return;
|
|
2677
2677
|
}
|
|
2678
|
-
const fe = cn(
|
|
2678
|
+
const fe = cn(ve, ze, T, He), de = new Date(
|
|
2679
2679
|
H.getFullYear(),
|
|
2680
2680
|
H.getMonth(),
|
|
2681
2681
|
H.getDate(),
|
|
@@ -2685,7 +2685,7 @@ const ks = Un(({
|
|
|
2685
2685
|
F || ne(de), s?.(de);
|
|
2686
2686
|
}
|
|
2687
2687
|
Ke();
|
|
2688
|
-
}, [t, H,
|
|
2688
|
+
}, [t, H, ve, ze, F, s, Ke, _, He]), mn = (() => {
|
|
2689
2689
|
if (t === "single")
|
|
2690
2690
|
return H ? p ? Hn(H, Y) : nt(H, l) : "";
|
|
2691
2691
|
const { start: S, end: T } = oe;
|
|
@@ -2730,7 +2730,7 @@ const ks = Un(({
|
|
|
2730
2730
|
{
|
|
2731
2731
|
type: "button",
|
|
2732
2732
|
className: "ui-datepicker__nav-title",
|
|
2733
|
-
onClick: () => k(
|
|
2733
|
+
onClick: () => k(ke === "days" ? "months" : "days"),
|
|
2734
2734
|
"aria-label": `${sa[Fe]} ${de}. Click to choose month`,
|
|
2735
2735
|
children: [
|
|
2736
2736
|
sa[Fe],
|
|
@@ -2878,7 +2878,7 @@ const ks = Un(({
|
|
|
2878
2878
|
const fe = me === "full" ? St() : me;
|
|
2879
2879
|
if (!fe) return;
|
|
2880
2880
|
const de = Yt(T, fe, He);
|
|
2881
|
-
|
|
2881
|
+
ye(T), Ue((Fe) => de.includes(Fe) ? Fe : de[0] ?? 0);
|
|
2882
2882
|
};
|
|
2883
2883
|
return me === "no-date" ? /* @__PURE__ */ e.jsxs("aside", { className: "ui-datepicker__time-sidebar", "aria-label": "Time", children: [
|
|
2884
2884
|
/* @__PURE__ */ e.jsx("p", { className: "ui-datepicker__time-empty", children: "Select a date" }),
|
|
@@ -2903,11 +2903,11 @@ const ks = Un(({
|
|
|
2903
2903
|
type: "button",
|
|
2904
2904
|
className: Ze(
|
|
2905
2905
|
"ui-datepicker__time-scroll-item",
|
|
2906
|
-
|
|
2906
|
+
ve === T && "ui-datepicker__time-scroll-item--selected"
|
|
2907
2907
|
),
|
|
2908
2908
|
"data-time-value": T,
|
|
2909
2909
|
role: "option",
|
|
2910
|
-
"aria-selected":
|
|
2910
|
+
"aria-selected": ve === T,
|
|
2911
2911
|
tabIndex: -1,
|
|
2912
2912
|
onClick: () => S(T),
|
|
2913
2913
|
children: String(T).padStart(2, "0")
|
|
@@ -2984,10 +2984,10 @@ const ks = Un(({
|
|
|
2984
2984
|
{
|
|
2985
2985
|
className: Ze(
|
|
2986
2986
|
"ui-datepicker__body",
|
|
2987
|
-
p && t === "single" &&
|
|
2987
|
+
p && t === "single" && ke === "days" && "ui-datepicker__body--with-time"
|
|
2988
2988
|
),
|
|
2989
2989
|
children: [
|
|
2990
|
-
|
|
2990
|
+
ke === "days" && /* @__PURE__ */ e.jsxs(e.Fragment, { children: [
|
|
2991
2991
|
/* @__PURE__ */ e.jsxs("div", { className: "ui-datepicker__calendars-block", children: [
|
|
2992
2992
|
/* @__PURE__ */ e.jsxs("div", { className: Ze("ui-datepicker__calendars", I && "ui-datepicker__calendars--two"), children: [
|
|
2993
2993
|
Ge(K, !0, !I),
|
|
@@ -2997,8 +2997,8 @@ const ks = Un(({
|
|
|
2997
2997
|
] }),
|
|
2998
2998
|
p && t === "single" && vn()
|
|
2999
2999
|
] }),
|
|
3000
|
-
|
|
3001
|
-
|
|
3000
|
+
ke === "months" && gn(),
|
|
3001
|
+
ke === "years" && xn()
|
|
3002
3002
|
]
|
|
3003
3003
|
}
|
|
3004
3004
|
)
|
|
@@ -3034,10 +3034,10 @@ const ks = Un(({
|
|
|
3034
3034
|
qe.current = !0, kt(), Q?.(S);
|
|
3035
3035
|
}, V = (S) => {
|
|
3036
3036
|
gt(S), re?.(S);
|
|
3037
|
-
},
|
|
3037
|
+
}, be = Ze("ui-datepicker__input", `ui-datepicker__input--${X}`, B?.input), Se = Ze(
|
|
3038
3038
|
"ui-datepicker__input",
|
|
3039
3039
|
"ui-datepicker__input--range",
|
|
3040
|
-
`ui-datepicker__input--${
|
|
3040
|
+
`ui-datepicker__input--${X}`,
|
|
3041
3041
|
B?.input
|
|
3042
3042
|
), $e = {
|
|
3043
3043
|
disabled: P,
|
|
@@ -3051,7 +3051,7 @@ const ks = Un(({
|
|
|
3051
3051
|
y && /* @__PURE__ */ e.jsxs(
|
|
3052
3052
|
"label",
|
|
3053
3053
|
{
|
|
3054
|
-
htmlFor:
|
|
3054
|
+
htmlFor: Z,
|
|
3055
3055
|
className: Ze("ui-datepicker__label", M && "ui-datepicker__label--error", B?.label),
|
|
3056
3056
|
children: [
|
|
3057
3057
|
y,
|
|
@@ -3064,7 +3064,7 @@ const ks = Un(({
|
|
|
3064
3064
|
{
|
|
3065
3065
|
className: Ze(
|
|
3066
3066
|
"ui-datepicker__input-wrapper",
|
|
3067
|
-
`ui-datepicker__input-wrapper--${
|
|
3067
|
+
`ui-datepicker__input-wrapper--${X}`,
|
|
3068
3068
|
t === "range" && "ui-datepicker__input-wrapper--range",
|
|
3069
3069
|
M && "ui-datepicker__input-wrapper--error",
|
|
3070
3070
|
P && "ui-datepicker__input-wrapper--disabled",
|
|
@@ -3078,12 +3078,12 @@ const ks = Un(({
|
|
|
3078
3078
|
t === "single" ? /* @__PURE__ */ e.jsx(
|
|
3079
3079
|
"input",
|
|
3080
3080
|
{
|
|
3081
|
-
...
|
|
3082
|
-
ref:
|
|
3083
|
-
id:
|
|
3081
|
+
...we,
|
|
3082
|
+
ref: Ne,
|
|
3083
|
+
id: Z,
|
|
3084
3084
|
type: "text",
|
|
3085
3085
|
inputMode: "numeric",
|
|
3086
|
-
className:
|
|
3086
|
+
className: be,
|
|
3087
3087
|
value: pt,
|
|
3088
3088
|
placeholder: o ?? (p ? Y : l),
|
|
3089
3089
|
"aria-label": y ?? o ?? "Select date",
|
|
@@ -3094,9 +3094,9 @@ const ks = Un(({
|
|
|
3094
3094
|
/* @__PURE__ */ e.jsx(
|
|
3095
3095
|
"input",
|
|
3096
3096
|
{
|
|
3097
|
-
...
|
|
3098
|
-
ref:
|
|
3099
|
-
id:
|
|
3097
|
+
...we,
|
|
3098
|
+
ref: Ne,
|
|
3099
|
+
id: Z,
|
|
3100
3100
|
type: "text",
|
|
3101
3101
|
inputMode: "numeric",
|
|
3102
3102
|
className: Se,
|
|
@@ -3150,7 +3150,7 @@ const ks = Un(({
|
|
|
3150
3150
|
{
|
|
3151
3151
|
ref: lt,
|
|
3152
3152
|
className: Ze("ui-datepicker", D && "ui-datepicker--full-width", B?.root),
|
|
3153
|
-
style:
|
|
3153
|
+
style: xe,
|
|
3154
3154
|
children: [
|
|
3155
3155
|
i === "input" ? Te() : tn(),
|
|
3156
3156
|
E && i === "input" && /* @__PURE__ */ e.jsx("p", { className: Ze("ui-datepicker__helper-text", M && "ui-datepicker__helper-text--error", B?.helperText), children: E }),
|
|
@@ -3258,17 +3258,17 @@ const pi = Un(({
|
|
|
3258
3258
|
id: M,
|
|
3259
3259
|
onFocus: P,
|
|
3260
3260
|
onBlur: G,
|
|
3261
|
-
...
|
|
3261
|
+
...X
|
|
3262
3262
|
}, D) => {
|
|
3263
|
-
const L = Ut(), te = M || `${L}-input`, B = Math.max(1, Math.floor(c)),
|
|
3263
|
+
const L = Ut(), te = M || `${L}-input`, B = Math.max(1, Math.floor(c)), xe = n !== void 0, he = a !== void 0, [Q, re] = A(null), [we, Ne] = A({ start: null, end: null }), ee = xe ? n ?? null : Q, Z = he ? a ?? we : we, v = Ee(() => It(d), [d]), I = d === null || v === null, z = v ?? St(), Y = Ee(
|
|
3264
3264
|
() => I ? [] : ws(z, B),
|
|
3265
3265
|
[I, z, B]
|
|
3266
|
-
), [F,
|
|
3266
|
+
), [F, je] = A(!1), [w, ne] = A(null), [ie, pe] = A(!1), H = ee?.getHours() ?? Y[0] ?? 0, oe = ee?.getMinutes() ?? 0, [Ae, He] = A(H), [me, Me] = A(oe), ge = Ee(
|
|
3267
3267
|
() => I ? [] : Yt(Ae, z, B),
|
|
3268
3268
|
[I, z, B, Ae]
|
|
3269
|
-
), [Re, C] = A(
|
|
3270
|
-
|
|
3271
|
-
), [K, J] = A(
|
|
3269
|
+
), [Re, C] = A(Z.start?.getHours() ?? Y[0] ?? 0), [q, ae] = A(Z.start?.getMinutes() ?? 0), [b, R] = A(
|
|
3270
|
+
Z.end?.getHours() ?? Y[Y.length - 1] ?? 0
|
|
3271
|
+
), [K, J] = A(Z.end?.getMinutes() ?? 0), ke = Ee(
|
|
3272
3272
|
() => I ? [] : Yt(Re, z, B),
|
|
3273
3273
|
[I, z, B, Re]
|
|
3274
3274
|
), k = Ee(
|
|
@@ -3276,43 +3276,43 @@ const pi = Un(({
|
|
|
3276
3276
|
[I, z, B, b]
|
|
3277
3277
|
), ue = le(!1), [_e, Le] = A(
|
|
3278
3278
|
() => ee ? ut(ee, l) : ""
|
|
3279
|
-
), [
|
|
3280
|
-
() =>
|
|
3281
|
-
), [ce,
|
|
3282
|
-
() =>
|
|
3283
|
-
),
|
|
3284
|
-
|
|
3279
|
+
), [Ce, O] = A(
|
|
3280
|
+
() => Z.start ? ut(Z.start, l) : ""
|
|
3281
|
+
), [ce, ve] = A(
|
|
3282
|
+
() => Z.end ? ut(Z.end, l) : ""
|
|
3283
|
+
), ye = le(null), ze = le(null), Ue = ht(Et), _t = Ue ? Ue.baseZ + Ln : void 0, qe = le(null), pt = le(null), Qe = le(null), bt = le(null), jt = le(null), et = le(null), rt = U(() => {
|
|
3284
|
+
je(!1);
|
|
3285
3285
|
}, []), lt = U(() => {
|
|
3286
|
-
p ||
|
|
3286
|
+
p || je(!0);
|
|
3287
3287
|
}, [p]);
|
|
3288
3288
|
dn({ enabled: F, onEscape: rt }), De(() => {
|
|
3289
3289
|
if (!F) {
|
|
3290
3290
|
ne(null), pe(!1);
|
|
3291
3291
|
return;
|
|
3292
3292
|
}
|
|
3293
|
-
const V =
|
|
3293
|
+
const V = ye.current;
|
|
3294
3294
|
if (!V) return;
|
|
3295
|
-
const
|
|
3296
|
-
ne({ top:
|
|
3295
|
+
const be = V.getBoundingClientRect();
|
|
3296
|
+
ne({ top: be.bottom + Sn, left: be.left, maxHeight: 420 }), pe(!1);
|
|
3297
3297
|
const Se = (Te) => {
|
|
3298
|
-
!
|
|
3298
|
+
!ye.current?.contains(Te.target) && !ze.current?.contains(Te.target) && rt();
|
|
3299
3299
|
};
|
|
3300
3300
|
setTimeout(() => document.addEventListener("mousedown", Se), 0);
|
|
3301
3301
|
const $e = () => {
|
|
3302
|
-
if (!ze.current || !
|
|
3303
|
-
const Te =
|
|
3302
|
+
if (!ze.current || !ye.current) return;
|
|
3303
|
+
const Te = ye.current.getBoundingClientRect();
|
|
3304
3304
|
ne(Oa(Te, ze.current.offsetWidth, ze.current.offsetHeight));
|
|
3305
3305
|
};
|
|
3306
3306
|
return window.addEventListener("scroll", $e, !0), window.addEventListener("resize", $e), () => {
|
|
3307
3307
|
window.removeEventListener("scroll", $e, !0), window.removeEventListener("resize", $e), document.removeEventListener("mousedown", Se);
|
|
3308
3308
|
};
|
|
3309
3309
|
}, [F, rt]), vt(() => {
|
|
3310
|
-
if (!F || ie || !ze.current || !
|
|
3311
|
-
const V =
|
|
3310
|
+
if (!F || ie || !ze.current || !ye.current) return;
|
|
3311
|
+
const V = ye.current.getBoundingClientRect();
|
|
3312
3312
|
ne(Oa(V, ze.current.offsetWidth, ze.current.offsetHeight)), pe(!0);
|
|
3313
3313
|
}, [F, w, ie]), vt(() => {
|
|
3314
3314
|
if (!F || !ie) return;
|
|
3315
|
-
const V = (
|
|
3315
|
+
const V = (be) => be?.scrollIntoView({ block: "center" });
|
|
3316
3316
|
t === "single" ? (V(qe.current?.querySelector(`[data-time-value="${Ae}"]`)), V(pt.current?.querySelector(`[data-time-value="${me}"]`))) : (V(Qe.current?.querySelector(`[data-time-value="${Re}"]`)), V(bt.current?.querySelector(`[data-time-value="${q}"]`)), V(jt.current?.querySelector(`[data-time-value="${b}"]`)), V(et.current?.querySelector(`[data-time-value="${K}"]`)));
|
|
3317
3317
|
}, [F, ie, t, Ae, me, Re, q, b, K]), De(() => {
|
|
3318
3318
|
if (t !== "single" || !ee || I) return;
|
|
@@ -3325,124 +3325,124 @@ const pi = Un(({
|
|
|
3325
3325
|
He(V.hour), Me(V.minute);
|
|
3326
3326
|
}, [t, ee, I, z, B]), De(() => {
|
|
3327
3327
|
if (t === "range" && !I) {
|
|
3328
|
-
if (
|
|
3328
|
+
if (Z.start) {
|
|
3329
3329
|
const V = cn(
|
|
3330
|
-
|
|
3331
|
-
|
|
3330
|
+
Z.start.getHours(),
|
|
3331
|
+
Z.start.getMinutes(),
|
|
3332
3332
|
z,
|
|
3333
3333
|
B
|
|
3334
3334
|
);
|
|
3335
3335
|
C(V.hour), ae(V.minute);
|
|
3336
3336
|
}
|
|
3337
|
-
if (
|
|
3337
|
+
if (Z.end) {
|
|
3338
3338
|
const V = cn(
|
|
3339
|
-
|
|
3340
|
-
|
|
3339
|
+
Z.end.getHours(),
|
|
3340
|
+
Z.end.getMinutes(),
|
|
3341
3341
|
z,
|
|
3342
3342
|
B
|
|
3343
3343
|
);
|
|
3344
3344
|
R(V.hour), J(V.minute);
|
|
3345
3345
|
}
|
|
3346
3346
|
}
|
|
3347
|
-
}, [t,
|
|
3347
|
+
}, [t, Z.start, Z.end, I, z, B]), De(() => {
|
|
3348
3348
|
ue.current || t === "single" && Le(ee ? ut(ee, l) : "");
|
|
3349
3349
|
}, [ee, l, t]), De(() => {
|
|
3350
|
-
ue.current || t === "range" && (O(
|
|
3351
|
-
}, [t,
|
|
3350
|
+
ue.current || t === "range" && (O(Z.start ? ut(Z.start, l) : ""), ve(Z.end ? ut(Z.end, l) : ""));
|
|
3351
|
+
}, [t, Z.start, Z.end, l]);
|
|
3352
3352
|
const Ye = U(
|
|
3353
3353
|
(V) => {
|
|
3354
|
-
|
|
3354
|
+
xe || re(V), s?.(V);
|
|
3355
3355
|
},
|
|
3356
|
-
[
|
|
3356
|
+
[xe, s]
|
|
3357
3357
|
), tt = U(
|
|
3358
3358
|
(V) => {
|
|
3359
|
-
he ||
|
|
3359
|
+
he || Ne(V), r?.(V);
|
|
3360
3360
|
},
|
|
3361
3361
|
[he, r]
|
|
3362
3362
|
), qt = (V) => {
|
|
3363
3363
|
if (I) return;
|
|
3364
3364
|
ue.current = !1;
|
|
3365
|
-
const
|
|
3365
|
+
const be = Yt(V, z, B), Se = be.includes(me) ? me : be[0] ?? 0;
|
|
3366
3366
|
He(V), Me(Se), Ye(xt(ee, V, Se));
|
|
3367
3367
|
}, it = (V) => {
|
|
3368
3368
|
I || (ue.current = !1, Me(V), Ye(xt(ee, Ae, V)));
|
|
3369
|
-
}, ot = (V,
|
|
3369
|
+
}, ot = (V, be) => {
|
|
3370
3370
|
if (I) return;
|
|
3371
3371
|
ue.current = !1;
|
|
3372
|
-
const Se = Yt(
|
|
3372
|
+
const Se = Yt(be, z, B);
|
|
3373
3373
|
if (V === "start") {
|
|
3374
3374
|
const $e = Se.includes(q) ? q : Se[0] ?? 0;
|
|
3375
|
-
C(
|
|
3375
|
+
C(be), ae($e), Ke("start", be, $e);
|
|
3376
3376
|
} else {
|
|
3377
3377
|
const $e = Se.includes(K) ? K : Se[0] ?? 0;
|
|
3378
|
-
R(
|
|
3378
|
+
R(be), J($e), Ke("end", be, $e);
|
|
3379
3379
|
}
|
|
3380
|
-
}, Oe = (V,
|
|
3381
|
-
I || (ue.current = !1, V === "start" ? (ae(
|
|
3382
|
-
}, Ke = (V,
|
|
3380
|
+
}, Oe = (V, be) => {
|
|
3381
|
+
I || (ue.current = !1, V === "start" ? (ae(be), Ke("start", Re, be)) : (J(be), Ke("end", b, be)));
|
|
3382
|
+
}, Ke = (V, be, Se) => {
|
|
3383
3383
|
if (V === "start") {
|
|
3384
|
-
const $e = xt(
|
|
3385
|
-
let Te =
|
|
3386
|
-
Te && Te.getTime() < $e.getTime() && (Te = xt(Te,
|
|
3384
|
+
const $e = xt(Z.start, be, Se);
|
|
3385
|
+
let Te = Z.end;
|
|
3386
|
+
Te && Te.getTime() < $e.getTime() && (Te = xt(Te, be, Se), R(be), J(Se)), tt({ start: $e, end: Te });
|
|
3387
3387
|
} else {
|
|
3388
|
-
const $e =
|
|
3389
|
-
let Te = xt(
|
|
3388
|
+
const $e = Z.start;
|
|
3389
|
+
let Te = xt(Z.end ?? Z.start, be, Se);
|
|
3390
3390
|
$e && Te.getTime() < $e.getTime() && (Te = xt(Te, $e.getHours(), $e.getMinutes()), R($e.getHours()), J($e.getMinutes())), tt({ start: $e, end: Te });
|
|
3391
3391
|
}
|
|
3392
3392
|
}, kt = U(
|
|
3393
3393
|
(V) => {
|
|
3394
|
-
V.stopPropagation(), ue.current = !1, t === "single" ? (Le(""), Ye(null)) : (O(""),
|
|
3394
|
+
V.stopPropagation(), ue.current = !1, t === "single" ? (Le(""), Ye(null)) : (O(""), ve(""), tt({ start: null, end: null }));
|
|
3395
3395
|
},
|
|
3396
3396
|
[t, Ye, tt]
|
|
3397
3397
|
), un = U(
|
|
3398
3398
|
(V) => {
|
|
3399
|
-
const
|
|
3400
|
-
if (Le(
|
|
3401
|
-
const Se = ca(
|
|
3399
|
+
const be = da(V.target.value, l);
|
|
3400
|
+
if (Le(be), be.length === l.length) {
|
|
3401
|
+
const Se = ca(be, l);
|
|
3402
3402
|
if (!Se || !I && !Yn(Se.hour, Se.minute, z, B))
|
|
3403
3403
|
return;
|
|
3404
3404
|
Ye(xt(ee, Se.hour, Se.minute));
|
|
3405
|
-
} else
|
|
3405
|
+
} else be.length === 0 && Ye(null);
|
|
3406
3406
|
},
|
|
3407
3407
|
[l, I, z, B, Ye, ee]
|
|
3408
3408
|
), Rt = U(
|
|
3409
3409
|
(V) => {
|
|
3410
|
-
const
|
|
3411
|
-
if (O(
|
|
3412
|
-
const Se = ca(
|
|
3410
|
+
const be = da(V.target.value, l);
|
|
3411
|
+
if (O(be), be.length === l.length) {
|
|
3412
|
+
const Se = ca(be, l);
|
|
3413
3413
|
if (!Se || !I && !Yn(Se.hour, Se.minute, z, B))
|
|
3414
3414
|
return;
|
|
3415
|
-
const $e = xt(
|
|
3416
|
-
let Te =
|
|
3415
|
+
const $e = xt(Z.start, Se.hour, Se.minute);
|
|
3416
|
+
let Te = Z.end;
|
|
3417
3417
|
Te && Te.getTime() < $e.getTime() && (Te = xt(Te, $e.getHours(), $e.getMinutes())), tt({ start: $e, end: Te });
|
|
3418
3418
|
}
|
|
3419
3419
|
},
|
|
3420
|
-
[l, I, z, B,
|
|
3420
|
+
[l, I, z, B, Z.start, Z.end, tt]
|
|
3421
3421
|
), Gt = U(
|
|
3422
3422
|
(V) => {
|
|
3423
|
-
const
|
|
3424
|
-
if (
|
|
3425
|
-
const Se = ca(
|
|
3423
|
+
const be = da(V.target.value, l);
|
|
3424
|
+
if (ve(be), be.length === l.length) {
|
|
3425
|
+
const Se = ca(be, l);
|
|
3426
3426
|
if (!Se || !I && !Yn(Se.hour, Se.minute, z, B))
|
|
3427
3427
|
return;
|
|
3428
|
-
let $e = xt(
|
|
3429
|
-
const Te =
|
|
3430
|
-
Te && $e.getTime() < Te.getTime() && ($e = xt($e, Te.getHours(), Te.getMinutes())), tt({ start:
|
|
3428
|
+
let $e = xt(Z.end ?? Z.start, Se.hour, Se.minute);
|
|
3429
|
+
const Te = Z.start;
|
|
3430
|
+
Te && $e.getTime() < Te.getTime() && ($e = xt($e, Te.getHours(), Te.getMinutes())), tt({ start: Z.start, end: $e });
|
|
3431
3431
|
}
|
|
3432
3432
|
},
|
|
3433
|
-
[l, I, z, B,
|
|
3433
|
+
[l, I, z, B, Z.start, Z.end, tt]
|
|
3434
3434
|
), hn = U(
|
|
3435
3435
|
(V) => {
|
|
3436
|
-
const
|
|
3437
|
-
ze.current?.contains(
|
|
3436
|
+
const be = V.relatedTarget;
|
|
3437
|
+
ze.current?.contains(be) || ye.current?.contains(be) || (ue.current = !1, Le(ee ? ut(ee, l) : ""), O(Z.start ? ut(Z.start, l) : ""), ve(Z.end ? ut(Z.end, l) : ""));
|
|
3438
3438
|
},
|
|
3439
|
-
[ee,
|
|
3439
|
+
[ee, Z.start, Z.end, l]
|
|
3440
3440
|
), Xt = (() => {
|
|
3441
3441
|
if (t === "single") return ee ? ut(ee, l) : "";
|
|
3442
|
-
const { start: V, end:
|
|
3443
|
-
return V &&
|
|
3444
|
-
})(), pn = t === "single" ? !!ee : !!(
|
|
3445
|
-
/* @__PURE__ */ e.jsx("span", { className: "ui-timepicker__col-head", id: V, children:
|
|
3442
|
+
const { start: V, end: be } = Z;
|
|
3443
|
+
return V && be ? `${ut(V, l)} – ${ut(be, l)}` : V ? `${ut(V, l)} – ...` : "";
|
|
3444
|
+
})(), pn = t === "single" ? !!ee : !!(Z.start || Z.end), gt = (V, be, Se, $e, Te, tn) => /* @__PURE__ */ e.jsxs("div", { className: "ui-timepicker__col", children: [
|
|
3445
|
+
/* @__PURE__ */ e.jsx("span", { className: "ui-timepicker__col-head", id: V, children: be }),
|
|
3446
3446
|
/* @__PURE__ */ e.jsx(
|
|
3447
3447
|
"div",
|
|
3448
3448
|
{
|
|
@@ -3487,7 +3487,7 @@ const pi = Un(({
|
|
|
3487
3487
|
gt(
|
|
3488
3488
|
`${L}-smin`,
|
|
3489
3489
|
"Minute",
|
|
3490
|
-
|
|
3490
|
+
ke,
|
|
3491
3491
|
q,
|
|
3492
3492
|
(V) => Oe("start", V),
|
|
3493
3493
|
bt
|
|
@@ -3610,7 +3610,7 @@ const pi = Un(({
|
|
|
3610
3610
|
t === "single" ? /* @__PURE__ */ e.jsx(
|
|
3611
3611
|
"input",
|
|
3612
3612
|
{
|
|
3613
|
-
...
|
|
3613
|
+
...X,
|
|
3614
3614
|
ref: D,
|
|
3615
3615
|
id: te,
|
|
3616
3616
|
type: "text",
|
|
@@ -3626,13 +3626,13 @@ const pi = Un(({
|
|
|
3626
3626
|
/* @__PURE__ */ e.jsx(
|
|
3627
3627
|
"input",
|
|
3628
3628
|
{
|
|
3629
|
-
...
|
|
3629
|
+
...X,
|
|
3630
3630
|
ref: D,
|
|
3631
3631
|
id: te,
|
|
3632
3632
|
type: "text",
|
|
3633
3633
|
inputMode: "numeric",
|
|
3634
3634
|
className: Jt,
|
|
3635
|
-
value:
|
|
3635
|
+
value: Ce,
|
|
3636
3636
|
placeholder: l,
|
|
3637
3637
|
"aria-label": "Start time",
|
|
3638
3638
|
onChange: Rt,
|
|
@@ -3684,7 +3684,7 @@ const pi = Un(({
|
|
|
3684
3684
|
}, [F, t, ee, I, z, B]), /* @__PURE__ */ e.jsxs(
|
|
3685
3685
|
"div",
|
|
3686
3686
|
{
|
|
3687
|
-
ref:
|
|
3687
|
+
ref: ye,
|
|
3688
3688
|
className: wt("ui-timepicker", f && "ui-timepicker--full-width", y?.root),
|
|
3689
3689
|
style: E,
|
|
3690
3690
|
children: [
|
|
@@ -4018,10 +4018,10 @@ const xi = nr(gi), Ve = 4, Va = 80, vi = ({
|
|
|
4018
4018
|
portalNode: E,
|
|
4019
4019
|
boundsRect: M
|
|
4020
4020
|
}) => {
|
|
4021
|
-
const P = le(null), G = le(null), [
|
|
4021
|
+
const P = le(null), G = le(null), [X, D] = A({
|
|
4022
4022
|
left: t,
|
|
4023
4023
|
top: s
|
|
4024
|
-
}), [L, te] = A(null), [B,
|
|
4024
|
+
}), [L, te] = A(null), [B, xe] = A(!1), he = le(null);
|
|
4025
4025
|
dn({ enabled: !0, onEscape: y }), vt(() => {
|
|
4026
4026
|
const C = P.current;
|
|
4027
4027
|
if (!C) return;
|
|
@@ -4067,10 +4067,10 @@ const xi = nr(gi), Ve = 4, Va = 80, vi = ({
|
|
|
4067
4067
|
pointerY: C.clientY,
|
|
4068
4068
|
left: b.left,
|
|
4069
4069
|
top: b.top
|
|
4070
|
-
}, C.currentTarget.setPointerCapture(C.pointerId),
|
|
4070
|
+
}, C.currentTarget.setPointerCapture(C.pointerId), xe(!0), te({ left: b.left, top: b.top });
|
|
4071
4071
|
},
|
|
4072
4072
|
[]
|
|
4073
|
-
),
|
|
4073
|
+
), we = U(
|
|
4074
4074
|
(C) => {
|
|
4075
4075
|
const q = he.current;
|
|
4076
4076
|
if (!q) return;
|
|
@@ -4081,16 +4081,16 @@ const xi = nr(gi), Ve = 4, Va = 80, vi = ({
|
|
|
4081
4081
|
te((b) => b && b.left === ae.left && b.top === ae.top ? b : ae);
|
|
4082
4082
|
},
|
|
4083
4083
|
[Q]
|
|
4084
|
-
),
|
|
4084
|
+
), Ne = U((C) => {
|
|
4085
4085
|
if (he.current) {
|
|
4086
4086
|
he.current = null;
|
|
4087
4087
|
try {
|
|
4088
4088
|
C.currentTarget.releasePointerCapture(C.pointerId);
|
|
4089
4089
|
} catch {
|
|
4090
4090
|
}
|
|
4091
|
-
|
|
4091
|
+
xe(!1);
|
|
4092
4092
|
}
|
|
4093
|
-
}, []), ee = Ee(() => new Set(r), [r]),
|
|
4093
|
+
}, []), ee = Ee(() => new Set(r), [r]), Z = Ee(() => new Set(i), [i]), [v, I] = A(null), [z, Y] = A(null), [F, je] = A(null), w = le(0), ne = le(0), ie = U(() => {
|
|
4094
4094
|
if (ne.current) return;
|
|
4095
4095
|
const C = () => {
|
|
4096
4096
|
const q = w.current, ae = G.current;
|
|
@@ -4123,8 +4123,8 @@ const xi = nr(gi), Ve = 4, Va = 80, vi = ({
|
|
|
4123
4123
|
if (!v || v === q || ae.alwaysPinned) return;
|
|
4124
4124
|
const b = G.current;
|
|
4125
4125
|
if (b) {
|
|
4126
|
-
const
|
|
4127
|
-
C.clientY <
|
|
4126
|
+
const ke = b.getBoundingClientRect();
|
|
4127
|
+
C.clientY < ke.top + Wa ? (w.current = -1, ie()) : C.clientY > ke.bottom - Wa ? (w.current = 1, ie()) : w.current = 0;
|
|
4128
4128
|
}
|
|
4129
4129
|
if (!H(v, q)) {
|
|
4130
4130
|
C.preventDefault(), C.dataTransfer.dropEffect = "none", Y({ key: q, position: "before" });
|
|
@@ -4133,7 +4133,7 @@ const xi = nr(gi), Ve = 4, Va = 80, vi = ({
|
|
|
4133
4133
|
C.preventDefault(), C.dataTransfer.dropEffect = "move";
|
|
4134
4134
|
const R = C.currentTarget.getBoundingClientRect(), K = R.top + R.height / 2, J = C.clientY < K ? "before" : "after";
|
|
4135
4135
|
Y(
|
|
4136
|
-
(
|
|
4136
|
+
(ke) => ke && ke.key === q && ke.position === J ? ke : { key: q, position: J }
|
|
4137
4137
|
);
|
|
4138
4138
|
},
|
|
4139
4139
|
[v, H, ie]
|
|
@@ -4147,11 +4147,11 @@ const xi = nr(gi), Ve = 4, Va = 80, vi = ({
|
|
|
4147
4147
|
}, [pe]), Me = U(
|
|
4148
4148
|
(C, q) => {
|
|
4149
4149
|
if (C.key === " " || C.key === "Enter") {
|
|
4150
|
-
C.preventDefault(),
|
|
4150
|
+
C.preventDefault(), je((R) => R === q ? null : q);
|
|
4151
4151
|
return;
|
|
4152
4152
|
}
|
|
4153
4153
|
if (C.key === "Escape") {
|
|
4154
|
-
F === q && (C.preventDefault(),
|
|
4154
|
+
F === q && (C.preventDefault(), je(null));
|
|
4155
4155
|
return;
|
|
4156
4156
|
}
|
|
4157
4157
|
if (F !== q || C.key !== "ArrowUp" && C.key !== "ArrowDown") return;
|
|
@@ -4169,7 +4169,7 @@ const xi = nr(gi), Ve = 4, Va = 80, vi = ({
|
|
|
4169
4169
|
[a, F, H, _]
|
|
4170
4170
|
);
|
|
4171
4171
|
if (!E) return null;
|
|
4172
|
-
const ge = L ? L.left :
|
|
4172
|
+
const ge = L ? L.left : X.left, Re = L ? L.top : X.top;
|
|
4173
4173
|
return zt(
|
|
4174
4174
|
/* @__PURE__ */ e.jsxs(
|
|
4175
4175
|
"div",
|
|
@@ -4181,7 +4181,7 @@ const xi = nr(gi), Ve = 4, Va = 80, vi = ({
|
|
|
4181
4181
|
style: {
|
|
4182
4182
|
left: ge,
|
|
4183
4183
|
top: Re,
|
|
4184
|
-
...
|
|
4184
|
+
...X.maxHeight !== void 0 && !L ? { maxHeight: X.maxHeight } : null
|
|
4185
4185
|
},
|
|
4186
4186
|
children: [
|
|
4187
4187
|
/* @__PURE__ */ e.jsxs(
|
|
@@ -4189,9 +4189,9 @@ const xi = nr(gi), Ve = 4, Va = 80, vi = ({
|
|
|
4189
4189
|
{
|
|
4190
4190
|
className: "ui-table__manage-header",
|
|
4191
4191
|
onPointerDown: re,
|
|
4192
|
-
onPointerMove:
|
|
4193
|
-
onPointerUp:
|
|
4194
|
-
onPointerCancel:
|
|
4192
|
+
onPointerMove: we,
|
|
4193
|
+
onPointerUp: Ne,
|
|
4194
|
+
onPointerCancel: Ne,
|
|
4195
4195
|
children: [
|
|
4196
4196
|
/* @__PURE__ */ e.jsx("span", { className: "ui-table__manage-title", children: N.manageTitle }),
|
|
4197
4197
|
/* @__PURE__ */ e.jsx(
|
|
@@ -4221,10 +4221,10 @@ const xi = nr(gi), Ve = 4, Va = 80, vi = ({
|
|
|
4221
4221
|
C.currentTarget === C.target && Y(null);
|
|
4222
4222
|
},
|
|
4223
4223
|
children: a.map((C) => {
|
|
4224
|
-
const q = typeof C.label == "string" ? C.label : C.key, ae =
|
|
4224
|
+
const q = typeof C.label == "string" ? C.label : C.key, ae = Z.has(C.key), b = !ae, R = ee.has(C.key), K = R ? Lr : Gr, J = d && !C.alwaysPinned, ke = v === C.key, k = F === C.key, ue = z?.key === C.key, _e = ue && v !== null && !H(v, C.key), Le = !o || !!C.alwaysPinned || ae, Ce = !c || !!C.alwaysVisible || b && l <= 1, O = C.alwaysPinned ? N.lockedHint : ae ? N.pin : R ? N.unpin : N.pin, ce = [
|
|
4225
4225
|
"ui-table__manage-item",
|
|
4226
4226
|
!J && "ui-table__manage-item--locked",
|
|
4227
|
-
|
|
4227
|
+
ke && "ui-table__manage-item--dragging",
|
|
4228
4228
|
k && "ui-table__manage-item--lifted",
|
|
4229
4229
|
ue && !_e && z?.position === "before" && "ui-table__manage-item--drop-before",
|
|
4230
4230
|
ue && !_e && z?.position === "after" && "ui-table__manage-item--drop-after",
|
|
@@ -4234,7 +4234,7 @@ const xi = nr(gi), Ve = 4, Va = 80, vi = ({
|
|
|
4234
4234
|
"div",
|
|
4235
4235
|
{
|
|
4236
4236
|
className: ce,
|
|
4237
|
-
onDragOver: v ? (
|
|
4237
|
+
onDragOver: v ? (ve) => Ae(ve, C.key, C) : void 0,
|
|
4238
4238
|
onDrop: v ? He : void 0,
|
|
4239
4239
|
children: [
|
|
4240
4240
|
d && /* @__PURE__ */ e.jsx(
|
|
@@ -4247,9 +4247,9 @@ const xi = nr(gi), Ve = 4, Va = 80, vi = ({
|
|
|
4247
4247
|
disabled: !J,
|
|
4248
4248
|
"aria-pressed": k || void 0,
|
|
4249
4249
|
draggable: J,
|
|
4250
|
-
onDragStart: J ? (
|
|
4250
|
+
onDragStart: J ? (ve) => oe(ve, C.key) : void 0,
|
|
4251
4251
|
onDragEnd: me,
|
|
4252
|
-
onKeyDown: J ? (
|
|
4252
|
+
onKeyDown: J ? (ve) => Me(ve, C.key) : void 0,
|
|
4253
4253
|
children: /* @__PURE__ */ e.jsx(Nr, { "aria-hidden": "true" })
|
|
4254
4254
|
}
|
|
4255
4255
|
),
|
|
@@ -4258,7 +4258,7 @@ const xi = nr(gi), Ve = 4, Va = 80, vi = ({
|
|
|
4258
4258
|
{
|
|
4259
4259
|
size: "small",
|
|
4260
4260
|
checked: b,
|
|
4261
|
-
isDisabled:
|
|
4261
|
+
isDisabled: Ce,
|
|
4262
4262
|
onChange: () => m(C.key),
|
|
4263
4263
|
label: q
|
|
4264
4264
|
}
|
|
@@ -4429,25 +4429,25 @@ function Di({
|
|
|
4429
4429
|
onColumnOrderChange: M,
|
|
4430
4430
|
columnMenuLabels: P,
|
|
4431
4431
|
columnMenuDefaults: G,
|
|
4432
|
-
sorting:
|
|
4432
|
+
sorting: X,
|
|
4433
4433
|
onSort: D,
|
|
4434
4434
|
footer: L,
|
|
4435
4435
|
onRowClick: te,
|
|
4436
4436
|
rowKey: B = fi,
|
|
4437
|
-
minWidth:
|
|
4437
|
+
minWidth: xe,
|
|
4438
4438
|
height: he,
|
|
4439
4439
|
maxHeight: Q,
|
|
4440
4440
|
stickyHeaderOffset: re,
|
|
4441
|
-
stickyFooterOffset:
|
|
4442
|
-
emptyState:
|
|
4441
|
+
stickyFooterOffset: we,
|
|
4442
|
+
emptyState: Ne = "No data to display",
|
|
4443
4443
|
loadingState: ee = "Loading…",
|
|
4444
|
-
sx:
|
|
4444
|
+
sx: Z,
|
|
4445
4445
|
style: v
|
|
4446
4446
|
}) {
|
|
4447
|
-
const I = re !== void 0, z =
|
|
4447
|
+
const I = re !== void 0, z = we !== void 0 && L !== void 0 && L !== null, Y = I || z, F = Ee(
|
|
4448
4448
|
() => Ci(p, x),
|
|
4449
4449
|
[p, x]
|
|
4450
|
-
),
|
|
4450
|
+
), je = u !== void 0, w = m !== void 0, ne = j !== void 0, [ie, pe] = A(() => _ ?? []), [H, oe] = A(() => new Set(f ?? [])), [Ae, He] = A(() => N ?? []), me = Ee(() => {
|
|
4451
4451
|
if (w) {
|
|
4452
4452
|
const g = /* @__PURE__ */ new Set();
|
|
4453
4453
|
for (const [$, W] of Object.entries(m))
|
|
@@ -4459,7 +4459,7 @@ function Di({
|
|
|
4459
4459
|
const g = /* @__PURE__ */ new Set(), $ = [];
|
|
4460
4460
|
for (const W of t)
|
|
4461
4461
|
W.alwaysPinned && !g.has(W.key) && (g.add(W.key), $.push(W.key));
|
|
4462
|
-
if (
|
|
4462
|
+
if (je)
|
|
4463
4463
|
for (const W of u) {
|
|
4464
4464
|
const se = t[W];
|
|
4465
4465
|
se && !g.has(se.key) && (g.add(se.key), $.push(se.key));
|
|
@@ -4468,7 +4468,7 @@ function Di({
|
|
|
4468
4468
|
for (const W of ie)
|
|
4469
4469
|
g.has(W) || (g.add(W), $.push(W));
|
|
4470
4470
|
return $;
|
|
4471
|
-
}, [
|
|
4471
|
+
}, [je, u, t, ie]), ge = Ee(() => new Set(Me), [Me]), Re = Ee(() => {
|
|
4472
4472
|
const g = /* @__PURE__ */ new Set();
|
|
4473
4473
|
for (const $ of t) $.alwaysVisible && g.add($.key);
|
|
4474
4474
|
return g;
|
|
@@ -4508,11 +4508,11 @@ function Di({
|
|
|
4508
4508
|
return K.forEach(($, W) => {
|
|
4509
4509
|
ge.has($.key) && g.push(W);
|
|
4510
4510
|
}), g;
|
|
4511
|
-
}, [K, ge]),
|
|
4511
|
+
}, [K, ge]), ke = Ee(() => new Set(J), [J]), k = J.length > 0 ? J[J.length - 1] : -1, ue = le(null), _e = le(null), Le = le(null), Ce = le(null), O = le(null), ce = le(null), ve = le(null), ye = le([]), ze = le(null), [Ue, _t] = A(/* @__PURE__ */ new Map()), [qe, pt] = A(!1), [Qe, bt] = A(0), jt = va(), [et, rt] = A(null), lt = U(() => rt(null), []), [Ye, tt] = A(null), qt = U(() => tt(null), []), it = U(
|
|
4512
4512
|
(g) => {
|
|
4513
|
-
|
|
4513
|
+
je || pe(g), y?.(g);
|
|
4514
4514
|
},
|
|
4515
|
-
[
|
|
4515
|
+
[je, y]
|
|
4516
4516
|
), ot = U(
|
|
4517
4517
|
(g) => {
|
|
4518
4518
|
w || oe(g), E?.(Array.from(g));
|
|
@@ -4682,7 +4682,7 @@ function Di({
|
|
|
4682
4682
|
},
|
|
4683
4683
|
[F.enabled]
|
|
4684
4684
|
);
|
|
4685
|
-
|
|
4685
|
+
ye.current.length > K.length && (ye.current.length = K.length);
|
|
4686
4686
|
const Bt = le(null);
|
|
4687
4687
|
vt(() => {
|
|
4688
4688
|
const g = _e.current, $ = Le.current, W = O.current;
|
|
@@ -4698,7 +4698,7 @@ function Di({
|
|
|
4698
4698
|
const nn = W.querySelectorAll("th"), Mt = [];
|
|
4699
4699
|
for (let We = 0; We < nn.length; We += 1)
|
|
4700
4700
|
Mt.push(nn[We].getBoundingClientRect().width);
|
|
4701
|
-
const At =
|
|
4701
|
+
const At = ye.current;
|
|
4702
4702
|
for (let We = 0; We < Mt.length; We += 1) {
|
|
4703
4703
|
const ct = At[We];
|
|
4704
4704
|
ct && (ct.style.width = `${Mt[We]}px`);
|
|
@@ -4754,7 +4754,7 @@ function Di({
|
|
|
4754
4754
|
At.dataset.headerStuck !== Na && (At.dataset.headerStuck = Na);
|
|
4755
4755
|
}
|
|
4756
4756
|
if (z) {
|
|
4757
|
-
const ea =
|
|
4757
|
+
const ea = we ?? 0, ta = ct.bottom > Qn - ea ? "true" : "false";
|
|
4758
4758
|
At.dataset.footerStuck !== ta && (At.dataset.footerStuck = ta);
|
|
4759
4759
|
}
|
|
4760
4760
|
}, yt = () => {
|
|
@@ -4767,13 +4767,13 @@ function Di({
|
|
|
4767
4767
|
return Mt && nn && Mt.observe(nn), () => {
|
|
4768
4768
|
Pe && cancelAnimationFrame(Pe), window.removeEventListener("scroll", yt), window.removeEventListener("resize", yt), Dt && Dt !== window && Dt.removeEventListener("scroll", yt), W?.dispose(), Mt && Mt.disconnect();
|
|
4769
4769
|
};
|
|
4770
|
-
}, [I, re, z,
|
|
4771
|
-
const g = _e.current, $ =
|
|
4770
|
+
}, [I, re, z, we]), De(() => {
|
|
4771
|
+
const g = _e.current, $ = Ce.current;
|
|
4772
4772
|
if (!g || !$ || !qe) return;
|
|
4773
4773
|
const W = Ka([g, $]);
|
|
4774
4774
|
return () => W.dispose();
|
|
4775
4775
|
}, [qe]);
|
|
4776
|
-
const Qt = kn(
|
|
4776
|
+
const Qt = kn(xe), en = kn(he), V = kn(Q), be = [
|
|
4777
4777
|
"ui-table",
|
|
4778
4778
|
`ui-table--${o}`,
|
|
4779
4779
|
c !== "filled" && `ui-table--variant-${c}`,
|
|
@@ -4784,17 +4784,17 @@ function Di({
|
|
|
4784
4784
|
i && "ui-table--col-dividers",
|
|
4785
4785
|
l && "ui-table--striped",
|
|
4786
4786
|
te && "ui-table--clickable-rows",
|
|
4787
|
-
|
|
4787
|
+
Z
|
|
4788
4788
|
].filter(Boolean).join(" "), Se = Ee(() => K.map((g, $) => {
|
|
4789
|
-
const W =
|
|
4789
|
+
const W = ke.has($);
|
|
4790
4790
|
return [
|
|
4791
4791
|
"ui-table__th",
|
|
4792
4792
|
g.align && `ui-table__th--align-${g.align}`,
|
|
4793
4793
|
W && "ui-table__th--sticky",
|
|
4794
4794
|
W && $ === k && "ui-table__th--sticky-last"
|
|
4795
4795
|
].filter(Boolean).join(" ");
|
|
4796
|
-
}), [K,
|
|
4797
|
-
const W =
|
|
4796
|
+
}), [K, ke, k]), $e = Ee(() => K.map((g, $) => {
|
|
4797
|
+
const W = ke.has($);
|
|
4798
4798
|
return [
|
|
4799
4799
|
"ui-table__td",
|
|
4800
4800
|
g.align && `ui-table__td--align-${g.align}`,
|
|
@@ -4802,12 +4802,12 @@ function Di({
|
|
|
4802
4802
|
W && "ui-table__td--sticky",
|
|
4803
4803
|
W && $ === k && "ui-table__td--sticky-last"
|
|
4804
4804
|
].filter(Boolean).join(" ");
|
|
4805
|
-
}), [K,
|
|
4806
|
-
if (
|
|
4805
|
+
}), [K, ke, k]), Te = Ee(() => K.map((g, $) => {
|
|
4806
|
+
if (ke.has($))
|
|
4807
4807
|
return { left: `${Ue.get($) ?? 0}px` };
|
|
4808
|
-
}), [K,
|
|
4808
|
+
}), [K, ke, Ue]), tn = (g) => {
|
|
4809
4809
|
if (!g.sortable || !D) return null;
|
|
4810
|
-
const $ =
|
|
4810
|
+
const $ = X?.sort_by === g.key, W = $ ? X?.sort_order === "ASC" ? Or : Br : Ur;
|
|
4811
4811
|
return /* @__PURE__ */ e.jsx(
|
|
4812
4812
|
"span",
|
|
4813
4813
|
{
|
|
@@ -4833,18 +4833,18 @@ function Di({
|
|
|
4833
4833
|
g.key
|
|
4834
4834
|
)) }), mt = Y ? { overflowX: "auto", overflowY: "visible", maxHeight: "none", height: "auto" } : { height: en, maxHeight: en ? void 0 : V }, Xe = { ...v };
|
|
4835
4835
|
Y && (Xe.overflow = "visible");
|
|
4836
|
-
const Ot = z ? { position: "sticky", bottom:
|
|
4836
|
+
const Ot = z ? { position: "sticky", bottom: we, zIndex: 5 } : void 0, bn = (g, $, W) => !$ && !W ? g : [g, $ && "ui-table__th--sortable", W && "ui-table__th--sorted"].filter(Boolean).join(" ");
|
|
4837
4837
|
return /* @__PURE__ */ e.jsxs(
|
|
4838
4838
|
"div",
|
|
4839
4839
|
{
|
|
4840
4840
|
ref: ue,
|
|
4841
|
-
className: [
|
|
4841
|
+
className: [be, Y && "ui-table--page-sticky"].filter(Boolean).join(" "),
|
|
4842
4842
|
style: Xe,
|
|
4843
4843
|
children: [
|
|
4844
4844
|
qe && /* @__PURE__ */ e.jsx(
|
|
4845
4845
|
"div",
|
|
4846
4846
|
{
|
|
4847
|
-
ref:
|
|
4847
|
+
ref: Ce,
|
|
4848
4848
|
className: "ui-table__top-scroll",
|
|
4849
4849
|
"aria-hidden": "true",
|
|
4850
4850
|
children: /* @__PURE__ */ e.jsx(
|
|
@@ -4872,13 +4872,13 @@ function Di({
|
|
|
4872
4872
|
children: [
|
|
4873
4873
|
Fe(),
|
|
4874
4874
|
/* @__PURE__ */ e.jsx("thead", { className: "ui-table__thead", children: /* @__PURE__ */ e.jsx("tr", { ref: O, className: "ui-table__tr", children: K.map((g, $) => {
|
|
4875
|
-
const W = !!g.sortable && !!D, se =
|
|
4875
|
+
const W = !!g.sortable && !!D, se = X?.sort_by === g.key;
|
|
4876
4876
|
return /* @__PURE__ */ e.jsx(
|
|
4877
4877
|
"th",
|
|
4878
4878
|
{
|
|
4879
4879
|
scope: "col",
|
|
4880
4880
|
"aria-label": g.ariaLabel,
|
|
4881
|
-
"aria-sort": se ?
|
|
4881
|
+
"aria-sort": se ? X?.sort_order === "ASC" ? "ascending" : "descending" : W ? "none" : void 0,
|
|
4882
4882
|
className: bn(Se[$], W, se),
|
|
4883
4883
|
style: Te[$],
|
|
4884
4884
|
tabIndex: W ? 0 : void 0,
|
|
@@ -4912,7 +4912,7 @@ function Di({
|
|
|
4912
4912
|
g.key
|
|
4913
4913
|
);
|
|
4914
4914
|
}) }) }),
|
|
4915
|
-
/* @__PURE__ */ e.jsx("tbody", { className: "ui-table__tbody", children: s ? /* @__PURE__ */ e.jsx("tr", { className: "ui-table__tr ui-table__tr--state", children: /* @__PURE__ */ e.jsx("td", { ref: ze, className: "ui-table__td ui-table__td--state", colSpan: de, children: /* @__PURE__ */ e.jsx("div", { className: "ui-table__state-content", children: ee }) }) }) : n.length === 0 ? /* @__PURE__ */ e.jsx("tr", { className: "ui-table__tr ui-table__tr--state", children: /* @__PURE__ */ e.jsx("td", { ref: ze, className: "ui-table__td ui-table__td--state", colSpan: de, children: /* @__PURE__ */ e.jsx("div", { className: "ui-table__state-content", children:
|
|
4915
|
+
/* @__PURE__ */ e.jsx("tbody", { className: "ui-table__tbody", children: s ? /* @__PURE__ */ e.jsx("tr", { className: "ui-table__tr ui-table__tr--state", children: /* @__PURE__ */ e.jsx("td", { ref: ze, className: "ui-table__td ui-table__td--state", colSpan: de, children: /* @__PURE__ */ e.jsx("div", { className: "ui-table__state-content", children: ee }) }) }) : n.length === 0 ? /* @__PURE__ */ e.jsx("tr", { className: "ui-table__tr ui-table__tr--state", children: /* @__PURE__ */ e.jsx("td", { ref: ze, className: "ui-table__td ui-table__td--state", colSpan: de, children: /* @__PURE__ */ e.jsx("div", { className: "ui-table__state-content", children: Ne }) }) }) : n.map((g, $) => /* @__PURE__ */ e.jsx(
|
|
4916
4916
|
xi,
|
|
4917
4917
|
{
|
|
4918
4918
|
row: g,
|
|
@@ -4950,7 +4950,7 @@ function Di({
|
|
|
4950
4950
|
children: /* @__PURE__ */ e.jsxs(
|
|
4951
4951
|
"table",
|
|
4952
4952
|
{
|
|
4953
|
-
ref:
|
|
4953
|
+
ref: ve,
|
|
4954
4954
|
className: "ui-table__table",
|
|
4955
4955
|
style: {
|
|
4956
4956
|
minWidth: Qt,
|
|
@@ -4963,14 +4963,14 @@ function Di({
|
|
|
4963
4963
|
"col",
|
|
4964
4964
|
{
|
|
4965
4965
|
ref: (W) => {
|
|
4966
|
-
|
|
4966
|
+
ye.current[$] = W;
|
|
4967
4967
|
},
|
|
4968
4968
|
style: g.width !== void 0 ? { width: kn(g.width) } : void 0
|
|
4969
4969
|
},
|
|
4970
4970
|
g.key
|
|
4971
4971
|
)) }),
|
|
4972
4972
|
/* @__PURE__ */ e.jsx("thead", { className: "ui-table__thead", children: /* @__PURE__ */ e.jsx("tr", { className: "ui-table__tr", children: K.map((g, $) => {
|
|
4973
|
-
const W = !!g.sortable && !!D, se =
|
|
4973
|
+
const W = !!g.sortable && !!D, se = X?.sort_by === g.key;
|
|
4974
4974
|
return /* @__PURE__ */ e.jsx(
|
|
4975
4975
|
"th",
|
|
4976
4976
|
{
|
|
@@ -5298,8 +5298,8 @@ const Hs = ({
|
|
|
5298
5298
|
const N = (j.dataset.tabOrder ?? "").split(",").filter(Boolean);
|
|
5299
5299
|
if (N.length === 0) return;
|
|
5300
5300
|
const y = N.filter((G) => {
|
|
5301
|
-
const
|
|
5302
|
-
return
|
|
5301
|
+
const X = j.querySelector(`[data-tab-value="${G}"]`);
|
|
5302
|
+
return X && !X.disabled;
|
|
5303
5303
|
});
|
|
5304
5304
|
if (y.length === 0) return;
|
|
5305
5305
|
let E;
|
|
@@ -5675,7 +5675,7 @@ const Ri = ({
|
|
|
5675
5675
|
[d]
|
|
5676
5676
|
), N = o !== "none" && s !== void 0, y = n > 1;
|
|
5677
5677
|
if (!y && (!c || s === 0)) return null;
|
|
5678
|
-
const M = y ? Hi(t, n, u) : [], P = t <= 1, G = t >= n,
|
|
5678
|
+
const M = y ? Hi(t, n, u) : [], P = t <= 1, G = t >= n, X = (L) => {
|
|
5679
5679
|
L < 1 || L > n || L === t || r(L);
|
|
5680
5680
|
}, D = [
|
|
5681
5681
|
"ui-pagination",
|
|
@@ -5708,7 +5708,7 @@ const Ri = ({
|
|
|
5708
5708
|
}
|
|
5709
5709
|
)
|
|
5710
5710
|
] }),
|
|
5711
|
-
y && l && /* @__PURE__ */ e.jsx(Oi, { totalPages: n, onGo:
|
|
5711
|
+
y && l && /* @__PURE__ */ e.jsx(Oi, { totalPages: n, onGo: X }),
|
|
5712
5712
|
y && /* @__PURE__ */ e.jsxs(e.Fragment, { children: [
|
|
5713
5713
|
/* @__PURE__ */ e.jsxs("span", { className: "ui-pagination__compact-status", "aria-hidden": "true", children: [
|
|
5714
5714
|
"Page ",
|
|
@@ -5722,7 +5722,7 @@ const Ri = ({
|
|
|
5722
5722
|
{
|
|
5723
5723
|
type: "button",
|
|
5724
5724
|
className: "ui-pagination__btn ui-pagination__btn--icon",
|
|
5725
|
-
onClick: () =>
|
|
5725
|
+
onClick: () => X(1),
|
|
5726
5726
|
disabled: P,
|
|
5727
5727
|
"aria-label": "First page",
|
|
5728
5728
|
children: /* @__PURE__ */ e.jsx(Vr, {})
|
|
@@ -5733,7 +5733,7 @@ const Ri = ({
|
|
|
5733
5733
|
{
|
|
5734
5734
|
type: "button",
|
|
5735
5735
|
className: "ui-pagination__btn ui-pagination__btn--icon",
|
|
5736
|
-
onClick: () =>
|
|
5736
|
+
onClick: () => X(t - 1),
|
|
5737
5737
|
disabled: P,
|
|
5738
5738
|
"aria-label": "Previous page",
|
|
5739
5739
|
children: /* @__PURE__ */ e.jsx(qn, {})
|
|
@@ -5756,7 +5756,7 @@ const Ri = ({
|
|
|
5756
5756
|
"ui-pagination__btn--num",
|
|
5757
5757
|
L === t && "ui-pagination__btn--active"
|
|
5758
5758
|
].filter(Boolean).join(" "),
|
|
5759
|
-
onClick: () =>
|
|
5759
|
+
onClick: () => X(L),
|
|
5760
5760
|
"aria-current": L === t ? "page" : void 0,
|
|
5761
5761
|
"aria-label": `Page ${L}`,
|
|
5762
5762
|
children: L
|
|
@@ -5768,7 +5768,7 @@ const Ri = ({
|
|
|
5768
5768
|
{
|
|
5769
5769
|
type: "button",
|
|
5770
5770
|
className: "ui-pagination__btn ui-pagination__btn--icon",
|
|
5771
|
-
onClick: () =>
|
|
5771
|
+
onClick: () => X(t + 1),
|
|
5772
5772
|
disabled: G,
|
|
5773
5773
|
"aria-label": "Next page",
|
|
5774
5774
|
children: /* @__PURE__ */ e.jsx(Gn, {})
|
|
@@ -5779,7 +5779,7 @@ const Ri = ({
|
|
|
5779
5779
|
{
|
|
5780
5780
|
type: "button",
|
|
5781
5781
|
className: "ui-pagination__btn ui-pagination__btn--icon",
|
|
5782
|
-
onClick: () =>
|
|
5782
|
+
onClick: () => X(n),
|
|
5783
5783
|
disabled: G,
|
|
5784
5784
|
"aria-label": "Last page",
|
|
5785
5785
|
children: /* @__PURE__ */ e.jsx(Yr, {})
|
|
@@ -5907,22 +5907,31 @@ const pa = (t) => t.toISOString().slice(0, 10), Ki = ({
|
|
|
5907
5907
|
N.setDate(N.getDate() - (s * 7 - 1));
|
|
5908
5908
|
const y = [], E = [];
|
|
5909
5909
|
let M = -1;
|
|
5910
|
-
for (let
|
|
5910
|
+
for (let X = 0; X < s; X++) {
|
|
5911
5911
|
const D = [];
|
|
5912
|
-
for (let
|
|
5913
|
-
const
|
|
5914
|
-
|
|
5912
|
+
for (let B = 0; B < 7; B++) {
|
|
5913
|
+
const xe = new Date(N);
|
|
5914
|
+
xe.setDate(xe.getDate() + X * 7 + B), D.push({ iso: pa(xe) });
|
|
5915
5915
|
}
|
|
5916
5916
|
y.push(D);
|
|
5917
5917
|
const L = new Date(N);
|
|
5918
|
-
L.setDate(L.getDate() +
|
|
5918
|
+
L.setDate(L.getDate() + X * 7);
|
|
5919
|
+
const te = L.getMonth();
|
|
5920
|
+
if (te !== M) {
|
|
5921
|
+
if (E.length === 0) {
|
|
5922
|
+
const B = new Date(N);
|
|
5923
|
+
B.setDate(B.getDate() + (X + 2) * 7), B.getMonth() === te && E.push({ col: X, label: L.toLocaleDateString("en", { month: "short" }) });
|
|
5924
|
+
} else
|
|
5925
|
+
E.push({ col: X, label: L.toLocaleDateString("en", { month: "short" }) });
|
|
5926
|
+
M = te;
|
|
5927
|
+
}
|
|
5919
5928
|
}
|
|
5920
5929
|
const P = /* @__PURE__ */ new Map();
|
|
5921
5930
|
let G = 0;
|
|
5922
|
-
for (const
|
|
5923
|
-
const D = String(
|
|
5924
|
-
P.set(D,
|
|
5925
|
-
const L = Number(
|
|
5931
|
+
for (const X of t) {
|
|
5932
|
+
const D = String(X.date).slice(0, 10);
|
|
5933
|
+
P.set(D, X);
|
|
5934
|
+
const L = Number(X.value) || 0;
|
|
5926
5935
|
L > G && (G = L);
|
|
5927
5936
|
}
|
|
5928
5937
|
return { grid: y, months: E, byDate: P, max: r != null && r > 0 ? r : G };
|
|
@@ -6034,12 +6043,12 @@ const Za = ({ page: t, totalPages: n, onPrev: s, onNext: a }) => {
|
|
|
6034
6043
|
onShare: m,
|
|
6035
6044
|
sx: u
|
|
6036
6045
|
}) => {
|
|
6037
|
-
const [p, x] = A(!1), [_, f] = A(0), [j, N] = A(0), [y, E] = A(!1), M = parseFloat(t.rate?.value ?? "0"), P = (k) => parseFloat(k) <= M, G = t.pricingTiers?.filter((k) => P(k.value)).sort((k, ue) => parseFloat(ue.value) - parseFloat(k.value))[0]?.value ?? t.pricingTiers?.[0]?.value ?? null, [
|
|
6046
|
+
const [p, x] = A(!1), [_, f] = A(0), [j, N] = A(0), [y, E] = A(!1), M = parseFloat(t.rate?.value ?? "0"), P = (k) => parseFloat(k) <= M, G = t.pricingTiers?.filter((k) => P(k.value)).sort((k, ue) => parseFloat(ue.value) - parseFloat(k.value))[0]?.value ?? t.pricingTiers?.[0]?.value ?? null, [X, D] = A(() => G), L = c ?? X, te = t.pricingTiers?.find((k) => k.value === L) ?? null, B = (k) => {
|
|
6038
6047
|
d ? d(k) : D(k);
|
|
6039
|
-
}, [
|
|
6048
|
+
}, [xe, he] = A(""), Q = le(null), re = le(null), we = t.shortName || "Unknown", Ne = t.department?.color || "#9e9e9e", ee = t.currency || "$", Z = (k) => {
|
|
6040
6049
|
const ue = parseFloat(k || "0");
|
|
6041
6050
|
return ue ? `${ee}${ue}/hour` : "—";
|
|
6042
|
-
}, v = (k) => t.prices_discounted?.find((ue) => ue.value === k)?.price, I = v(L ?? "") ?? te?.price, z = I ?
|
|
6051
|
+
}, v = (k) => t.prices_discounted?.find((ue) => ue.value === k)?.price, I = v(L ?? "") ?? te?.price, z = I ? Z(I) : "—", Y = t.tools || [], F = Math.ceil(Y.length / Rn) || 1, je = _ * Rn, w = Y.slice(je, je + Rn), ne = Math.ceil(Y.length / Bn) || 1, ie = j * Bn, pe = Y.slice(ie, ie + Bn), H = t.languages || [], oe = Ui(H), Ae = a ? a.isConnected || a.isConnecting : !1;
|
|
6043
6052
|
De(() => {
|
|
6044
6053
|
Ae || he("");
|
|
6045
6054
|
}, [Ae]), De(() => {
|
|
@@ -6051,7 +6060,7 @@ const Za = ({ page: t, totalPages: n, onPrev: s, onNext: a }) => {
|
|
|
6051
6060
|
t.is_pinned && "ui-employee-card--hot",
|
|
6052
6061
|
Ae && "ui-employee-card--talk-active",
|
|
6053
6062
|
u?.root
|
|
6054
|
-
].filter(Boolean).join(" "), me = `ui-employee-card__header ${u?.header || ""}`.trim(), Me = `ui-employee-card__content ${u?.content || ""}`.trim(), ge = { "--department-color":
|
|
6063
|
+
].filter(Boolean).join(" "), me = `ui-employee-card__header ${u?.header || ""}`.trim(), Me = `ui-employee-card__content ${u?.content || ""}`.trim(), ge = { "--department-color": Ne }, Re = (k) => {
|
|
6055
6064
|
if (k.target.closest(
|
|
6056
6065
|
'button, input, [role="button"], .ui-icon-button-wrapper, .ui-dropdown, .ui-employee-card__content--talk'
|
|
6057
6066
|
)) {
|
|
@@ -6075,12 +6084,12 @@ const Za = ({ page: t, totalPages: n, onPrev: s, onNext: a }) => {
|
|
|
6075
6084
|
E(!0), Q.current && clearTimeout(Q.current), Q.current = setTimeout(() => E(!1), 1500), m?.();
|
|
6076
6085
|
}) : m?.();
|
|
6077
6086
|
}, R = !a?.isMicMuted, K = () => {
|
|
6078
|
-
!
|
|
6079
|
-
}, J = n ? "a" : "article",
|
|
6080
|
-
return /* @__PURE__ */ e.jsxs("div", { className: He, style: { "--department-color":
|
|
6087
|
+
!xe.trim() || !a?.onSendMessage || (a.onSendMessage(xe.trim()), he(""));
|
|
6088
|
+
}, J = n ? "a" : "article", ke = n ? { href: n, onClick: Re } : { onClick: Re, role: s ? "button" : void 0, tabIndex: s ? 0 : void 0 };
|
|
6089
|
+
return /* @__PURE__ */ e.jsxs("div", { className: He, style: { "--department-color": Ne }, children: [
|
|
6081
6090
|
/* @__PURE__ */ e.jsxs("div", { className: "ui-employee-card__card-side", children: [
|
|
6082
6091
|
/* @__PURE__ */ e.jsxs("div", { className: "ui-employee-card__inner", children: [
|
|
6083
|
-
/* @__PURE__ */ e.jsxs(J, { ...
|
|
6092
|
+
/* @__PURE__ */ e.jsxs(J, { ...ke, className: "ui-employee-card__front", children: [
|
|
6084
6093
|
/* @__PURE__ */ e.jsx("div", { className: "ui-employee-card__header-section" }),
|
|
6085
6094
|
/* @__PURE__ */ e.jsxs("div", { className: me, style: ge, children: [
|
|
6086
6095
|
/* @__PURE__ */ e.jsxs("div", { className: "ui-employee-card__avatar-wrapper", children: [
|
|
@@ -6089,7 +6098,7 @@ const Za = ({ page: t, totalPages: n, onPrev: s, onNext: a }) => {
|
|
|
6089
6098
|
"img",
|
|
6090
6099
|
{
|
|
6091
6100
|
src: t.avatarUrl,
|
|
6092
|
-
alt: `${
|
|
6101
|
+
alt: `${we} avatar`,
|
|
6093
6102
|
className: "ui-employee-card__avatar"
|
|
6094
6103
|
}
|
|
6095
6104
|
) : /* @__PURE__ */ e.jsx("div", { className: "ui-employee-card__avatar ui-employee-card__avatar--placeholder", children: /* @__PURE__ */ e.jsxs(
|
|
@@ -6113,7 +6122,7 @@ const Za = ({ page: t, totalPages: n, onPrev: s, onNext: a }) => {
|
|
|
6113
6122
|
] }),
|
|
6114
6123
|
/* @__PURE__ */ e.jsx("div", { className: "ui-employee-card__header-info", children: /* @__PURE__ */ e.jsxs("div", { className: "ui-employee-card__header-text", children: [
|
|
6115
6124
|
t.profession && /* @__PURE__ */ e.jsx("h3", { className: "ui-employee-card__profession", children: t.profession }),
|
|
6116
|
-
/* @__PURE__ */ e.jsx("p", { className: "ui-employee-card__name", children:
|
|
6125
|
+
/* @__PURE__ */ e.jsx("p", { className: "ui-employee-card__name", children: we })
|
|
6117
6126
|
] }) }),
|
|
6118
6127
|
/* @__PURE__ */ e.jsx("div", { className: "ui-employee-card__id-badge-wrapper", children: /* @__PURE__ */ e.jsxs("div", { className: "ui-employee-card__id-badge", children: [
|
|
6119
6128
|
/* @__PURE__ */ e.jsx("span", { className: "ui-employee-card__id-label", children: "ID:" }),
|
|
@@ -6189,16 +6198,16 @@ const Za = ({ page: t, totalPages: n, onPrev: s, onNext: a }) => {
|
|
|
6189
6198
|
{
|
|
6190
6199
|
className: `${Me} ui-employee-card__content--talk ${Ae ? "" : "ui-employee-card__content--hidden"}`,
|
|
6191
6200
|
children: /* @__PURE__ */ e.jsx("div", { className: "ui-employee-card__talk-view", children: t.pricingTiers && t.pricingTiers.length > 0 && t.rate ? (() => {
|
|
6192
|
-
const k = v(L ?? ""), ue = parseFloat((k ?? te?.price) || "0"), _e = ue && te ? `${ee}${(ue * te.hours * Ga).toLocaleString()}/mo` : "—", Le = (
|
|
6193
|
-
const O = parseFloat(
|
|
6201
|
+
const k = v(L ?? ""), ue = parseFloat((k ?? te?.price) || "0"), _e = ue && te ? `${ee}${(ue * te.hours * Ga).toLocaleString()}/mo` : "—", Le = (Ce) => {
|
|
6202
|
+
const O = parseFloat(Ce);
|
|
6194
6203
|
return O >= 1 ? "var(--palette-primary-main)" : O >= 0.5 ? "var(--palette-warning-main)" : "var(--palette-text-primary)";
|
|
6195
6204
|
};
|
|
6196
6205
|
return /* @__PURE__ */ e.jsxs("div", { className: "ui-employee-card__cpv", children: [
|
|
6197
6206
|
/* @__PURE__ */ e.jsx("span", { className: "ui-employee-card__cpv-label", children: "Pricing" }),
|
|
6198
|
-
/* @__PURE__ */ e.jsx("div", { className: "ui-employee-card__cpv-tiers", children: t.pricingTiers.map((
|
|
6199
|
-
const O = v(
|
|
6207
|
+
/* @__PURE__ */ e.jsx("div", { className: "ui-employee-card__cpv-tiers", children: t.pricingTiers.map((Ce) => {
|
|
6208
|
+
const O = v(Ce.value), ce = parseFloat((O ?? Ce.price) || "0"), ve = O ? parseFloat(Ce.price || "0") : null, ye = ce ? `${ee}${(ce * Ce.hours * Ga).toLocaleString()}/mo` : "—", ze = ce ? `${ee}${ce}/h` : "—", Ue = P(Ce.value), qe = [
|
|
6200
6209
|
"ui-employee-card__cpv-tier",
|
|
6201
|
-
Ue &&
|
|
6210
|
+
Ue && Ce.value === L && "ui-employee-card__cpv-tier--selected",
|
|
6202
6211
|
!Ue && "ui-employee-card__cpv-tier--disabled",
|
|
6203
6212
|
Ue && o && "ui-employee-card__cpv-tier--clickable"
|
|
6204
6213
|
].filter(Boolean).join(" ");
|
|
@@ -6206,30 +6215,30 @@ const Za = ({ page: t, totalPages: n, onPrev: s, onNext: a }) => {
|
|
|
6206
6215
|
"div",
|
|
6207
6216
|
{
|
|
6208
6217
|
className: qe,
|
|
6209
|
-
style: { "--tc": Le(
|
|
6218
|
+
style: { "--tc": Le(Ce.value) },
|
|
6210
6219
|
onClick: Ue && o ? (pt) => {
|
|
6211
|
-
pt.stopPropagation(), pt.preventDefault(), B(
|
|
6220
|
+
pt.stopPropagation(), pt.preventDefault(), B(Ce.value);
|
|
6212
6221
|
} : void 0,
|
|
6213
6222
|
children: [
|
|
6214
6223
|
/* @__PURE__ */ e.jsxs("div", { className: "ui-employee-card__cpv-tier-left", children: [
|
|
6215
|
-
/* @__PURE__ */ e.jsx("span", { className: "ui-employee-card__cpv-tier-label", children:
|
|
6224
|
+
/* @__PURE__ */ e.jsx("span", { className: "ui-employee-card__cpv-tier-label", children: Ce.name }),
|
|
6216
6225
|
/* @__PURE__ */ e.jsxs("span", { className: "ui-employee-card__cpv-tier-hours", children: [
|
|
6217
|
-
|
|
6226
|
+
Ce.hours,
|
|
6218
6227
|
" h/day"
|
|
6219
6228
|
] })
|
|
6220
6229
|
] }),
|
|
6221
6230
|
/* @__PURE__ */ e.jsxs("div", { className: "ui-employee-card__cpv-tier-right", children: [
|
|
6222
|
-
|
|
6231
|
+
ve && /* @__PURE__ */ e.jsxs("span", { className: "ui-employee-card__cpv-tier-rate ui-employee-card__cpv-tier-rate--original", children: [
|
|
6223
6232
|
ee,
|
|
6224
|
-
|
|
6233
|
+
ve,
|
|
6225
6234
|
"/h"
|
|
6226
6235
|
] }),
|
|
6227
6236
|
/* @__PURE__ */ e.jsx("span", { className: "ui-employee-card__cpv-tier-rate", children: ze }),
|
|
6228
|
-
/* @__PURE__ */ e.jsx("span", { className: "ui-employee-card__cpv-tier-monthly", children:
|
|
6237
|
+
/* @__PURE__ */ e.jsx("span", { className: "ui-employee-card__cpv-tier-monthly", children: ye })
|
|
6229
6238
|
] })
|
|
6230
6239
|
]
|
|
6231
6240
|
},
|
|
6232
|
-
|
|
6241
|
+
Ce.value
|
|
6233
6242
|
);
|
|
6234
6243
|
}) }),
|
|
6235
6244
|
/* @__PURE__ */ e.jsxs("div", { className: "ui-employee-card__cpv-summary", children: [
|
|
@@ -6294,9 +6303,9 @@ const Za = ({ page: t, totalPages: n, onPrev: s, onNext: a }) => {
|
|
|
6294
6303
|
children: [
|
|
6295
6304
|
/* @__PURE__ */ e.jsx("span", { className: "ui-employee-card__price-label", children: k.name }),
|
|
6296
6305
|
ue ? /* @__PURE__ */ e.jsxs("span", { className: "ui-employee-card__price-value-group", children: [
|
|
6297
|
-
/* @__PURE__ */ e.jsx("span", { className: "ui-employee-card__price-value ui-employee-card__price-value--original", children:
|
|
6298
|
-
/* @__PURE__ */ e.jsx("span", { className: "ui-employee-card__price-value ui-employee-card__price-value--discounted", children:
|
|
6299
|
-
] }) : /* @__PURE__ */ e.jsx("span", { className: "ui-employee-card__price-value", children:
|
|
6306
|
+
/* @__PURE__ */ e.jsx("span", { className: "ui-employee-card__price-value ui-employee-card__price-value--original", children: Z(k.price) }),
|
|
6307
|
+
/* @__PURE__ */ e.jsx("span", { className: "ui-employee-card__price-value ui-employee-card__price-value--discounted", children: Z(ue) })
|
|
6308
|
+
] }) : /* @__PURE__ */ e.jsx("span", { className: "ui-employee-card__price-value", children: Z(k.price) })
|
|
6300
6309
|
]
|
|
6301
6310
|
},
|
|
6302
6311
|
k.value
|
|
@@ -6353,7 +6362,7 @@ const Za = ({ page: t, totalPages: n, onPrev: s, onNext: a }) => {
|
|
|
6353
6362
|
] }),
|
|
6354
6363
|
/* @__PURE__ */ e.jsx("div", { className: "ui-employee-card__back", children: /* @__PURE__ */ e.jsxs("div", { className: "ui-employee-card__back-content", children: [
|
|
6355
6364
|
/* @__PURE__ */ e.jsx("div", { className: "ui-employee-card__back-header", children: /* @__PURE__ */ e.jsxs("div", { className: "ui-employee-card__back-header-row", children: [
|
|
6356
|
-
t.profession && /* @__PURE__ */ e.jsx("p", { className: "ui-employee-card__back-role", style: { color:
|
|
6365
|
+
t.profession && /* @__PURE__ */ e.jsx("p", { className: "ui-employee-card__back-role", style: { color: Ne }, children: t.profession }),
|
|
6357
6366
|
/* @__PURE__ */ e.jsxs("span", { className: "ui-employee-card__back-id", children: [
|
|
6358
6367
|
"ID: ",
|
|
6359
6368
|
t.talentId
|
|
@@ -6486,7 +6495,7 @@ const Za = ({ page: t, totalPages: n, onPrev: s, onNext: a }) => {
|
|
|
6486
6495
|
{
|
|
6487
6496
|
fullWidth: !0,
|
|
6488
6497
|
size: "small",
|
|
6489
|
-
value:
|
|
6498
|
+
value: xe,
|
|
6490
6499
|
onChange: (k) => he(k.target.value),
|
|
6491
6500
|
onKeyDown: (k) => {
|
|
6492
6501
|
k.key === "Enter" && K();
|
|
@@ -6687,9 +6696,9 @@ const Vs = ({
|
|
|
6687
6696
|
onMouseLeave: m,
|
|
6688
6697
|
children: E
|
|
6689
6698
|
}
|
|
6690
|
-
),
|
|
6699
|
+
), X = t.path && (!u || i !== "accordion") ? P : G;
|
|
6691
6700
|
return /* @__PURE__ */ e.jsxs("li", { children: [
|
|
6692
|
-
|
|
6701
|
+
X,
|
|
6693
6702
|
u && /* @__PURE__ */ e.jsx(
|
|
6694
6703
|
"div",
|
|
6695
6704
|
{
|
|
@@ -6866,9 +6875,9 @@ const Vs = ({
|
|
|
6866
6875
|
sx: y,
|
|
6867
6876
|
style: E
|
|
6868
6877
|
}) => {
|
|
6869
|
-
const M = _ ?? (f !== void 0 ? Zi(t, f) : void 0), P = n !== void 0, [G,
|
|
6878
|
+
const M = _ ?? (f !== void 0 ? Zi(t, f) : void 0), P = n !== void 0, [G, X] = A(s), D = P ? n : G, L = () => {
|
|
6870
6879
|
const w = !D;
|
|
6871
|
-
P ||
|
|
6880
|
+
P || X(w), a?.(w);
|
|
6872
6881
|
}, [te, B] = A(() => {
|
|
6873
6882
|
if (!M) return [];
|
|
6874
6883
|
const w = [], ne = (ie) => {
|
|
@@ -6897,22 +6906,22 @@ const Vs = ({
|
|
|
6897
6906
|
return Array.from(pe);
|
|
6898
6907
|
});
|
|
6899
6908
|
}, [M, t]);
|
|
6900
|
-
const
|
|
6909
|
+
const xe = (w) => {
|
|
6901
6910
|
B(
|
|
6902
6911
|
(ne) => ne.includes(w) ? ne.filter((ie) => ie !== w) : [...ne, w]
|
|
6903
6912
|
);
|
|
6904
|
-
}, [he, Q] = A(null), re = le(0),
|
|
6905
|
-
|
|
6906
|
-
}, []),
|
|
6913
|
+
}, [he, Q] = A(null), re = le(0), we = le(0), Ne = le(null), ee = U(() => {
|
|
6914
|
+
Ne.current !== null && (clearTimeout(Ne.current), Ne.current = null);
|
|
6915
|
+
}, []), Z = U(
|
|
6907
6916
|
(w, ne) => {
|
|
6908
6917
|
if (!D) return;
|
|
6909
6918
|
ee();
|
|
6910
6919
|
const ie = ne.getBoundingClientRect();
|
|
6911
|
-
re.current = Math.min(ie.top, window.innerHeight - el),
|
|
6920
|
+
re.current = Math.min(ie.top, window.innerHeight - el), we.current = ie.top + ie.height / 2, Q(w);
|
|
6912
6921
|
},
|
|
6913
6922
|
[D, ee]
|
|
6914
6923
|
), v = U(() => {
|
|
6915
|
-
D && (ee(),
|
|
6924
|
+
D && (ee(), Ne.current = window.setTimeout(() => Q(null), Qi));
|
|
6916
6925
|
}, [D, ee]), I = (w) => {
|
|
6917
6926
|
ee(), Q(w);
|
|
6918
6927
|
};
|
|
@@ -6925,7 +6934,7 @@ const Vs = ({
|
|
|
6925
6934
|
}, [D, he]), De(() => () => ee(), [ee]), De(() => {
|
|
6926
6935
|
D || Q(null);
|
|
6927
6936
|
}, [D]);
|
|
6928
|
-
const z = he ? t.find((w) => w.id === he) : null, Y = !d && (h || m || u || x), F = ["ui-sidebar", D && "ui-sidebar--collapsed", y].filter(Boolean).join(" "),
|
|
6937
|
+
const z = he ? t.find((w) => w.id === he) : null, Y = !d && (h || m || u || x), F = ["ui-sidebar", D && "ui-sidebar--collapsed", y].filter(Boolean).join(" "), je = (w = !1) => /* @__PURE__ */ e.jsxs(e.Fragment, { children: [
|
|
6929
6938
|
w ? (
|
|
6930
6939
|
/* Mobile: header row = logo (left) + close button (right) */
|
|
6931
6940
|
/* @__PURE__ */ e.jsxs("div", { className: "ui-sidebar__mobile-header", children: [
|
|
@@ -6956,10 +6965,10 @@ const Vs = ({
|
|
|
6956
6965
|
expandedIds: te,
|
|
6957
6966
|
parentItemBehavior: N,
|
|
6958
6967
|
depth: 0,
|
|
6959
|
-
onToggleExpand:
|
|
6968
|
+
onToggleExpand: xe,
|
|
6960
6969
|
onItemClick: j,
|
|
6961
6970
|
activeItemId: M,
|
|
6962
|
-
onMouseEnter: w ? void 0 :
|
|
6971
|
+
onMouseEnter: w ? void 0 : Z,
|
|
6963
6972
|
onMouseLeave: w ? void 0 : v
|
|
6964
6973
|
},
|
|
6965
6974
|
ne.id
|
|
@@ -6991,7 +7000,7 @@ const Vs = ({
|
|
|
6991
7000
|
sx: "ui-sidebar__toggle-btn"
|
|
6992
7001
|
}
|
|
6993
7002
|
),
|
|
6994
|
-
/* @__PURE__ */ e.jsx("div", { className: "ui-sidebar__inner", children:
|
|
7003
|
+
/* @__PURE__ */ e.jsx("div", { className: "ui-sidebar__inner", children: je(!1) }),
|
|
6995
7004
|
D && z && /* @__PURE__ */ e.jsx(
|
|
6996
7005
|
"div",
|
|
6997
7006
|
{
|
|
@@ -6999,7 +7008,7 @@ const Vs = ({
|
|
|
6999
7008
|
"ui-sidebar__popover",
|
|
7000
7009
|
!z.children?.length && "ui-sidebar__popover--label"
|
|
7001
7010
|
].filter(Boolean).join(" "),
|
|
7002
|
-
style: z.children?.length ? { top: re.current } : { top:
|
|
7011
|
+
style: z.children?.length ? { top: re.current } : { top: we.current, transform: "translateY(-50%)" },
|
|
7003
7012
|
onMouseEnter: () => I(z.id),
|
|
7004
7013
|
onMouseLeave: v,
|
|
7005
7014
|
role: z.children?.length ? "menu" : void 0,
|
|
@@ -7060,7 +7069,7 @@ const Vs = ({
|
|
|
7060
7069
|
trapFocus: !0,
|
|
7061
7070
|
sx: "ui-sidebar__mobile-drawer",
|
|
7062
7071
|
hideBackdrop: !0,
|
|
7063
|
-
children: /* @__PURE__ */ e.jsx("div", { className: "ui-sidebar__mobile-inner", children:
|
|
7072
|
+
children: /* @__PURE__ */ e.jsx("div", { className: "ui-sidebar__mobile-inner", children: je(!0) })
|
|
7064
7073
|
}
|
|
7065
7074
|
)
|
|
7066
7075
|
] });
|
|
@@ -7200,7 +7209,7 @@ const al = () => /* @__PURE__ */ e.jsxs("svg", { width: "13", height: "13", view
|
|
|
7200
7209
|
onClick: M,
|
|
7201
7210
|
sx: P
|
|
7202
7211
|
}) => {
|
|
7203
|
-
const G = ["ui-course-card", x ? "ui-course-card--draft" : "", P || ""].filter(Boolean).join(" "),
|
|
7212
|
+
const G = ["ui-course-card", x ? "ui-course-card--draft" : "", P || ""].filter(Boolean).join(" "), X = d?.length || 0, D = Math.max(0, X - ma), L = a && D > 0 ? ma - 1 : ma, te = Math.max(0, X - L), B = te > 0 ? (d || []).slice(L).map((Q) => Q.name).join(", ") : void 0, xe = r != null && r > 0 || i != null || l != null || o != null && o > 0 || c != null && c > 0;
|
|
7204
7213
|
console.log("professions", d), console.log("maxVisible", L), console.log("hiddenCount", te), console.log("hiddenProfessionNames", B), console.log("author", u), console.log("isCompleted", p), console.log("isDraft", x), console.log("isRecommended", _), console.log("badgeSlot", f);
|
|
7205
7214
|
const he = /* @__PURE__ */ e.jsxs(e.Fragment, { children: [
|
|
7206
7215
|
/* @__PURE__ */ e.jsxs("div", { className: "ui-course-card__image-wrap", children: [
|
|
@@ -7258,7 +7267,7 @@ const al = () => /* @__PURE__ */ e.jsxs("svg", { width: "13", height: "13", view
|
|
|
7258
7267
|
"%"
|
|
7259
7268
|
] })
|
|
7260
7269
|
] }),
|
|
7261
|
-
(m != null || u ||
|
|
7270
|
+
(m != null || u || xe) && /* @__PURE__ */ e.jsxs("div", { className: "ui-course-card__footer", children: [
|
|
7262
7271
|
/* @__PURE__ */ e.jsxs("div", { className: "ui-course-card__footer-left", children: [
|
|
7263
7272
|
m != null && /* @__PURE__ */ e.jsxs("span", { className: "ui-course-card__rating", children: [
|
|
7264
7273
|
/* @__PURE__ */ e.jsx(cl, {}),
|
|
@@ -7376,7 +7385,7 @@ const hl = () => /* @__PURE__ */ e.jsxs("svg", { width: "13", height: "13", view
|
|
|
7376
7385
|
customButtons: P,
|
|
7377
7386
|
sx: G
|
|
7378
7387
|
}) => {
|
|
7379
|
-
const
|
|
7388
|
+
const X = ["ui-lesson-card", f ? "ui-lesson-card--draft" : "", G || ""].filter(Boolean).join(" "), D = (h?.length || 0) - rn, L = D > 0 ? (h || []).slice(rn).map((Q) => Q.name).join(", ") : void 0, te = (d?.length || 0) - rn, B = te > 0 ? (d || []).slice(rn).join(", ") : void 0, xe = i != null && i > 0 || m != null || !!l, he = /* @__PURE__ */ e.jsxs(e.Fragment, { children: [
|
|
7380
7389
|
/* @__PURE__ */ e.jsxs("div", { className: "ui-lesson-card__image-wrap", children: [
|
|
7381
7390
|
s ? /* @__PURE__ */ e.jsx("img", { className: "ui-lesson-card__image", src: s, alt: t }) : /* @__PURE__ */ e.jsx("div", { className: "ui-lesson-card__image-placeholder", children: /* @__PURE__ */ e.jsx(ml, {}) }),
|
|
7382
7391
|
n && /* @__PURE__ */ e.jsx("div", { className: "ui-lesson-card__image-overlay", children: /* @__PURE__ */ e.jsx("p", { className: "ui-lesson-card__image-overlay-text", children: n }) }),
|
|
@@ -7412,7 +7421,7 @@ const hl = () => /* @__PURE__ */ e.jsxs("svg", { width: "13", height: "13", view
|
|
|
7412
7421
|
te
|
|
7413
7422
|
] }) })
|
|
7414
7423
|
] }),
|
|
7415
|
-
(u != null || l ||
|
|
7424
|
+
(u != null || l || xe || P) && /* @__PURE__ */ e.jsxs("div", { className: "ui-lesson-card__footer", children: [
|
|
7416
7425
|
/* @__PURE__ */ e.jsxs("div", { className: "ui-lesson-card__footer-left", children: [
|
|
7417
7426
|
u != null && /* @__PURE__ */ e.jsxs("span", { className: "ui-lesson-card__rating", children: [
|
|
7418
7427
|
/* @__PURE__ */ e.jsx(gl, {}),
|
|
@@ -7444,14 +7453,14 @@ const hl = () => /* @__PURE__ */ e.jsxs("svg", { width: "13", height: "13", view
|
|
|
7444
7453
|
return y ? /* @__PURE__ */ e.jsx(
|
|
7445
7454
|
"a",
|
|
7446
7455
|
{
|
|
7447
|
-
className:
|
|
7456
|
+
className: X,
|
|
7448
7457
|
href: y,
|
|
7449
7458
|
target: E,
|
|
7450
7459
|
rel: E === "_blank" ? "noopener noreferrer" : void 0,
|
|
7451
7460
|
onClick: M,
|
|
7452
7461
|
children: he
|
|
7453
7462
|
}
|
|
7454
|
-
) : /* @__PURE__ */ e.jsx("div", { className:
|
|
7463
|
+
) : /* @__PURE__ */ e.jsx("div", { className: X, onClick: M, role: M ? "button" : void 0, tabIndex: M ? 0 : void 0, children: he });
|
|
7455
7464
|
}, vl = "#6366f1", bl = "done", jl = (t) => {
|
|
7456
7465
|
const n = t instanceof Date ? t : new Date(t);
|
|
7457
7466
|
if (Number.isNaN(n.getTime())) return "";
|
|
@@ -7501,7 +7510,7 @@ const hl = () => /* @__PURE__ */ e.jsxs("svg", { width: "13", height: "13", view
|
|
|
7501
7510
|
if (!t.due_date || h) return !1;
|
|
7502
7511
|
const B = new Date(t.due_date);
|
|
7503
7512
|
return B.setHours(23, 59, 59, 999), B < /* @__PURE__ */ new Date();
|
|
7504
|
-
})(), u = t.labels || [], p = t.assignees || [], x = t.controllers || [], _ = p.length > 0 || x.length > 0, f = t._commentCount ?? 0, j = t._attachmentCount ?? 0, N = t._activeSessions ?? 0, y = t._subtaskCount ?? 0, E = t._completedSubtaskCount, M = y > 0 && E === y, P = !!t.start_date || !!t.due_date, G = P || N > 0 || y > 0 || f > 0 || j > 0,
|
|
7513
|
+
})(), u = t.labels || [], p = t.assignees || [], x = t.controllers || [], _ = p.length > 0 || x.length > 0, f = t._commentCount ?? 0, j = t._attachmentCount ?? 0, N = t._activeSessions ?? 0, y = t._subtaskCount ?? 0, E = t._completedSubtaskCount, M = y > 0 && E === y, P = !!t.start_date || !!t.due_date, G = P || N > 0 || y > 0 || f > 0 || j > 0, X = [
|
|
7505
7514
|
"ui-task-card",
|
|
7506
7515
|
o && "ui-task-card--pending",
|
|
7507
7516
|
r && "ui-task-card--dragging",
|
|
@@ -7517,7 +7526,7 @@ const hl = () => /* @__PURE__ */ e.jsxs("svg", { width: "13", height: "13", view
|
|
|
7517
7526
|
tabIndex: n && !o ? 0 : void 0,
|
|
7518
7527
|
"aria-busy": o || void 0,
|
|
7519
7528
|
"data-priority": c,
|
|
7520
|
-
className:
|
|
7529
|
+
className: X,
|
|
7521
7530
|
onClick: D,
|
|
7522
7531
|
...L,
|
|
7523
7532
|
...te,
|
|
@@ -8006,11 +8015,11 @@ const Hl = 3, fa = 3, Zs = ({
|
|
|
8006
8015
|
for (let M = E.startCol; M <= E.endCol; M++) y[M] += 1;
|
|
8007
8016
|
return /* @__PURE__ */ e.jsxs("div", { className: "ui-calendar-month__row", children: [
|
|
8008
8017
|
h.map((E, M) => {
|
|
8009
|
-
const P = Pt(E.date), G = P === a,
|
|
8018
|
+
const P = Pt(E.date), G = P === a, X = E.date.getDay() === 0 || E.date.getDay() === 6, D = d[P] ?? [], L = y[M], B = D.length > N || L > 0 ? Math.max(0, N - 1) : N, xe = D.slice(0, B), he = D.length - xe.length + L, Q = [
|
|
8010
8019
|
"ui-calendar-month__cell",
|
|
8011
8020
|
E.outside ? "ui-calendar-month__cell--outside" : "",
|
|
8012
8021
|
G ? "ui-calendar-month__cell--today" : "",
|
|
8013
|
-
|
|
8022
|
+
X ? "ui-calendar-month__cell--weekend" : ""
|
|
8014
8023
|
].filter(Boolean).join(" ");
|
|
8015
8024
|
return /* @__PURE__ */ e.jsxs(
|
|
8016
8025
|
"div",
|
|
@@ -8024,7 +8033,7 @@ const Hl = 3, fa = 3, Zs = ({
|
|
|
8024
8033
|
{
|
|
8025
8034
|
className: "ui-calendar-month__events",
|
|
8026
8035
|
style: j ? { marginTop: j + 4 } : void 0,
|
|
8027
|
-
children:
|
|
8036
|
+
children: xe.map((re) => /* @__PURE__ */ e.jsx(Je.Fragment, { children: i ? i(re, !0) : /* @__PURE__ */ e.jsx($n, { event: re, compact: !0, categoryMeta: r, onClick: l }) }, re.id))
|
|
8028
8037
|
}
|
|
8029
8038
|
),
|
|
8030
8039
|
he > 0 && /* @__PURE__ */ e.jsxs(
|
|
@@ -8539,12 +8548,12 @@ const eo = ({
|
|
|
8539
8548
|
showSidebar: M = !0,
|
|
8540
8549
|
pageMode: P = !1,
|
|
8541
8550
|
sx: G,
|
|
8542
|
-
style:
|
|
8551
|
+
style: X
|
|
8543
8552
|
}) => {
|
|
8544
8553
|
const D = i !== void 0, L = Pt(/* @__PURE__ */ new Date()), te = Ee(
|
|
8545
8554
|
() => a ?? {},
|
|
8546
8555
|
[a]
|
|
8547
|
-
), [B,
|
|
8556
|
+
), [B, xe] = A(n), [he, Q] = A(s ?? /* @__PURE__ */ new Date()), re = he.getFullYear(), we = he.getMonth(), Ne = Ks(he), ee = Pt(he), [Z, v] = A(null), [I, z] = A(null), [Y, F] = A(null), [je, w] = A(!1), [ne, ie] = A(!1), [pe, H] = A(!1), oe = Ee(() => r ?? [], [r]), [Ae, He] = A({}), me = D ? i : Ae, Me = U((_e) => {
|
|
8548
8557
|
if (D) {
|
|
8549
8558
|
const Le = typeof _e == "function" ? _e(i) : _e;
|
|
8550
8559
|
l?.(Le);
|
|
@@ -8558,47 +8567,47 @@ const eo = ({
|
|
|
8558
8567
|
}, [me, j]);
|
|
8559
8568
|
const ge = U((_e) => {
|
|
8560
8569
|
Q((Le) => {
|
|
8561
|
-
const
|
|
8562
|
-
return B === "month" &&
|
|
8570
|
+
const Ce = new Date(Le);
|
|
8571
|
+
return B === "month" && Ce.setMonth(Le.getMonth() + _e), B === "week" && Ce.setDate(Le.getDate() + _e * 7), B === "day" && Ce.setDate(Le.getDate() + _e), Ce;
|
|
8563
8572
|
});
|
|
8564
8573
|
}, [B]), Re = U(() => Q(/* @__PURE__ */ new Date()), []), C = U(() => {
|
|
8565
8574
|
Me(Object.fromEntries(oe.map((_e) => _e.type === "daterange" ? [_e.id, { start: null, end: null }] : _e.type === "select" && !_e.multiple ? [_e.id, null] : [_e.id, []])));
|
|
8566
8575
|
}, [oe, Me]);
|
|
8567
8576
|
De(() => {
|
|
8568
|
-
const _e = !!(p || _), Le = (
|
|
8569
|
-
if (!(["INPUT", "TEXTAREA", "SELECT"].includes(
|
|
8570
|
-
if ((
|
|
8571
|
-
|
|
8577
|
+
const _e = !!(p || _), Le = (Ce) => {
|
|
8578
|
+
if (!(["INPUT", "TEXTAREA", "SELECT"].includes(Ce.target?.tagName) && Ce.key !== "Escape")) {
|
|
8579
|
+
if ((Ce.ctrlKey || Ce.metaKey) && Ce.key === "k" && y) {
|
|
8580
|
+
Ce.preventDefault(), ie(!0);
|
|
8572
8581
|
return;
|
|
8573
8582
|
}
|
|
8574
|
-
if (
|
|
8583
|
+
if (Ce.key === "Escape") {
|
|
8575
8584
|
if (ne) {
|
|
8576
8585
|
ie(!1);
|
|
8577
8586
|
return;
|
|
8578
8587
|
}
|
|
8579
|
-
if (
|
|
8588
|
+
if (je) {
|
|
8580
8589
|
w(!1), v(null), z(null);
|
|
8581
8590
|
return;
|
|
8582
8591
|
}
|
|
8583
8592
|
return;
|
|
8584
8593
|
}
|
|
8585
|
-
if (
|
|
8594
|
+
if (Ce.key === "]" && M) {
|
|
8586
8595
|
w((ce) => !ce);
|
|
8587
8596
|
return;
|
|
8588
8597
|
}
|
|
8589
|
-
if (
|
|
8598
|
+
if (Ce.key === "ArrowLeft" && !ne) {
|
|
8590
8599
|
ge(-1);
|
|
8591
8600
|
return;
|
|
8592
8601
|
}
|
|
8593
|
-
if (
|
|
8602
|
+
if (Ce.key === "ArrowRight" && !ne) {
|
|
8594
8603
|
ge(1);
|
|
8595
8604
|
return;
|
|
8596
8605
|
}
|
|
8597
|
-
|
|
8606
|
+
Ce.key === "n" && !ne && _e && p && p(void 0);
|
|
8598
8607
|
}
|
|
8599
8608
|
};
|
|
8600
8609
|
return window.addEventListener("keydown", Le), () => window.removeEventListener("keydown", Le);
|
|
8601
|
-
}, [ne,
|
|
8610
|
+
}, [ne, je, ge, y, M, p, _]);
|
|
8602
8611
|
const q = U((_e) => {
|
|
8603
8612
|
F(I), v(_e), z(null), M && w(!0);
|
|
8604
8613
|
}, [M, I]), ae = U((_e) => {
|
|
@@ -8611,17 +8620,17 @@ const eo = ({
|
|
|
8611
8620
|
v(null), z(Y), F(null);
|
|
8612
8621
|
}, [Y]), J = U((_e) => {
|
|
8613
8622
|
x?.(_e);
|
|
8614
|
-
}, [x]),
|
|
8615
|
-
return /* @__PURE__ */ e.jsxs("div", { className: ue, style:
|
|
8623
|
+
}, [x]), ke = Ee(() => I ? t.filter((_e) => Ws(_e, I)) : [], [t, I]), k = !!(p || _), ue = ["ui-calendar", P && "ui-calendar--page", G].filter(Boolean).join(" ");
|
|
8624
|
+
return /* @__PURE__ */ e.jsxs("div", { className: ue, style: X, children: [
|
|
8616
8625
|
/* @__PURE__ */ e.jsx(
|
|
8617
8626
|
Gs,
|
|
8618
8627
|
{
|
|
8619
8628
|
view: B,
|
|
8620
8629
|
year: re,
|
|
8621
|
-
month:
|
|
8622
|
-
weekStart:
|
|
8630
|
+
month: we,
|
|
8631
|
+
weekStart: Ne,
|
|
8623
8632
|
dayDate: ee,
|
|
8624
|
-
onViewChange:
|
|
8633
|
+
onViewChange: xe,
|
|
8625
8634
|
onPrev: () => ge(-1),
|
|
8626
8635
|
onNext: () => ge(1),
|
|
8627
8636
|
onToday: Re,
|
|
@@ -8656,7 +8665,7 @@ const eo = ({
|
|
|
8656
8665
|
{
|
|
8657
8666
|
events: t,
|
|
8658
8667
|
year: re,
|
|
8659
|
-
month:
|
|
8668
|
+
month: we,
|
|
8660
8669
|
today: L,
|
|
8661
8670
|
categoryMeta: te,
|
|
8662
8671
|
renderEvent: o,
|
|
@@ -8668,7 +8677,7 @@ const eo = ({
|
|
|
8668
8677
|
Js,
|
|
8669
8678
|
{
|
|
8670
8679
|
events: t,
|
|
8671
|
-
weekStart:
|
|
8680
|
+
weekStart: Ne,
|
|
8672
8681
|
today: L,
|
|
8673
8682
|
categoryMeta: te,
|
|
8674
8683
|
renderEvent: o,
|
|
@@ -8690,10 +8699,10 @@ const eo = ({
|
|
|
8690
8699
|
M && /* @__PURE__ */ e.jsx(
|
|
8691
8700
|
er,
|
|
8692
8701
|
{
|
|
8693
|
-
event:
|
|
8702
|
+
event: Z,
|
|
8694
8703
|
dayDate: I,
|
|
8695
|
-
dayEvents:
|
|
8696
|
-
isOpen:
|
|
8704
|
+
dayEvents: ke,
|
|
8705
|
+
isOpen: je,
|
|
8697
8706
|
categoryMeta: te,
|
|
8698
8707
|
renderSidebarDetail: d,
|
|
8699
8708
|
renderSidebarItem: h,
|