@veevarts/design-system 1.0.0-dev.21 → 1.0.0-dev.22
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/index.cjs +6 -6
- package/dist/index.js +820 -817
- package/dist/patterns/Stepper/Stepper.d.ts +12 -0
- package/dist/test/framer-motion-mock.d.ts +92 -0
- package/dist/test/heroui-dom-animation-mock.d.ts +4 -0
- package/dist/test/heroui-framer-utils-mock.d.ts +102 -0
- package/package.json +1 -1
- package/dist/test/setup.motion.d.ts +0 -1
package/dist/index.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import { HeroUIProvider as ul, Button as dl, cn as F, Select as hi, SelectItem as pi, Alert as
|
|
1
|
+
import { jsx as d, jsxs as T, Fragment as We } from "react/jsx-runtime";
|
|
2
|
+
import { HeroUIProvider as ul, Button as dl, cn as F, Select as hi, SelectItem as pi, Alert as In, Card as Ie, CardBody as De, Divider as Cs, Tooltip as Tt, Dropdown as ws, DropdownTrigger as As, DropdownMenu as Ns, DropdownItem as Es, Input as fl, Popover as hl, PopoverTrigger as pl, PopoverContent as ml, ButtonGroup as gl, useInput as yl, NumberInput as Ts, CardHeader as Ms, Image as bl, CardFooter as xl, Chip as mi, Skeleton as me, Autocomplete as vl, AutocompleteItem as kl, Checkbox as Sl } from "@heroui/react";
|
|
3
3
|
export * from "@heroui/react";
|
|
4
4
|
import z, { forwardRef as tn, useState as le, useRef as Jt, useEffect as it, useReducer as Cl, useCallback as fe, useMemo as gt, createElement as ur } from "react";
|
|
5
|
-
import { Globe as gi, User as yi, Heading as Os, Check as
|
|
5
|
+
import { Globe as gi, User as yi, Heading as Os, Check as Is, ListTodo as Ds, ListOrdered as Ls, List as Fr, AlignJustify as wl, AlignRight as Al, AlignCenter as Nl, AlignLeft as Fs, CornerDownLeft as El, Redo2 as Tl, Undo2 as Ml, Eraser as bi, Minus as Ol, Quote as Il, CodeSquare as Dl, FileText as Ll, Link2 as Fl, Highlighter as Rs, Palette as Ps, Code as Rl, Underline as Pl, Strikethrough as $l, Italic as Vl, Bold as zl, X as _l, ZoomOut as Bl, ZoomIn as Hl, Clock as xi, CheckCircle as Ul, AlertCircle as ql } from "lucide-react";
|
|
6
6
|
import { LazyMotion as Kl, domAnimation as Jl, m as dr, motion as fr, AnimatePresence as hr } from "framer-motion";
|
|
7
7
|
import { EditorProvider as Wl, useCurrentEditor as $s } from "@tiptap/react";
|
|
8
|
-
import { Mark as nn, markPasteRule as
|
|
8
|
+
import { Mark as nn, markPasteRule as It, markInputRule as Dt, mergeAttributes as Ae, Node as _e, textblockTypeInputRule as pr, wrappingInputRule as Wt, nodeInputRule as jl, canInsertNode as Gl, isNodeSelection as Zl, Extension as Rr, callOrReturn as Ql, getExtensionField as Yl } from "@tiptap/core";
|
|
9
9
|
import { Underline as Xl } from "@tiptap/extension-underline";
|
|
10
10
|
import { Color as ea } from "@tiptap/extension-color";
|
|
11
11
|
import { Highlight as ta } from "@tiptap/extension-highlight";
|
|
@@ -14,10 +14,10 @@ import { TaskList as ra } from "@tiptap/extension-task-list";
|
|
|
14
14
|
import { TaskItem as ia } from "@tiptap/extension-task-item";
|
|
15
15
|
import { TextAlign as sa } from "@tiptap/extension-text-align";
|
|
16
16
|
function Xf({ children: t }) {
|
|
17
|
-
return /* @__PURE__ */
|
|
17
|
+
return /* @__PURE__ */ d(ul, { children: t });
|
|
18
18
|
}
|
|
19
19
|
const ae = tn(
|
|
20
|
-
({ color: t = "primary", radius: e = "full", testId: n = "veevart-button", ...r }, i) => /* @__PURE__ */
|
|
20
|
+
({ color: t = "primary", radius: e = "full", testId: n = "veevart-button", ...r }, i) => /* @__PURE__ */ d(dl, { ref: i, color: t, radius: e, "data-testid": n, ...r })
|
|
21
21
|
);
|
|
22
22
|
ae.displayName = "Button";
|
|
23
23
|
const oa = {
|
|
@@ -31,9 +31,9 @@ function la({
|
|
|
31
31
|
onLanguageChange: n,
|
|
32
32
|
label: r
|
|
33
33
|
}) {
|
|
34
|
-
return /* @__PURE__ */
|
|
35
|
-
/* @__PURE__ */
|
|
36
|
-
/* @__PURE__ */
|
|
34
|
+
return /* @__PURE__ */ d("div", { className: "flex items-center", children: /* @__PURE__ */ T("div", { className: "relative flex items-center", children: [
|
|
35
|
+
/* @__PURE__ */ d(gi, { className: "absolute left-3 w-5 h-5 pointer-events-none text-black" }),
|
|
36
|
+
/* @__PURE__ */ d(
|
|
37
37
|
hi,
|
|
38
38
|
{
|
|
39
39
|
"data-testid": "language-select-desktop",
|
|
@@ -46,8 +46,8 @@ function la({
|
|
|
46
46
|
className: "min-w-40 hidden md:inline-flex",
|
|
47
47
|
isDisabled: t.length === 0,
|
|
48
48
|
placeholder: r,
|
|
49
|
-
startContent: /* @__PURE__ */
|
|
50
|
-
children: t.map((i) => /* @__PURE__ */
|
|
49
|
+
startContent: /* @__PURE__ */ d(gi, { className: "w-5 h-5 text-black" }),
|
|
50
|
+
children: t.map((i) => /* @__PURE__ */ d(
|
|
51
51
|
pi,
|
|
52
52
|
{
|
|
53
53
|
textValue: i.label,
|
|
@@ -58,7 +58,7 @@ function la({
|
|
|
58
58
|
))
|
|
59
59
|
}
|
|
60
60
|
),
|
|
61
|
-
/* @__PURE__ */
|
|
61
|
+
/* @__PURE__ */ d(
|
|
62
62
|
hi,
|
|
63
63
|
{
|
|
64
64
|
"aria-label": r,
|
|
@@ -71,7 +71,7 @@ function la({
|
|
|
71
71
|
className: "min-w-20 inline-flex md:hidden",
|
|
72
72
|
isDisabled: t.length === 0,
|
|
73
73
|
placeholder: e || "Language",
|
|
74
|
-
children: t.map((i) => /* @__PURE__ */
|
|
74
|
+
children: t.map((i) => /* @__PURE__ */ d(
|
|
75
75
|
pi,
|
|
76
76
|
{
|
|
77
77
|
className: "min-w-4",
|
|
@@ -98,8 +98,8 @@ function aa({
|
|
|
98
98
|
className: "px-2 py-1 w-1 min-w-12 md:min-w-24 rounded-full bg-black text-white text-sm flex items-center",
|
|
99
99
|
onPress: n,
|
|
100
100
|
children: [
|
|
101
|
-
/* @__PURE__ */
|
|
102
|
-
/* @__PURE__ */
|
|
101
|
+
/* @__PURE__ */ d(yi, { className: "inline w-5 h-5" }),
|
|
102
|
+
/* @__PURE__ */ d("span", { className: "hidden md:inline", children: r.logout })
|
|
103
103
|
]
|
|
104
104
|
}
|
|
105
105
|
) : /* @__PURE__ */ T(
|
|
@@ -109,8 +109,8 @@ function aa({
|
|
|
109
109
|
className: "px-2 py-1 min-w-12 md:min-w-24 rounded-full bg-black text-white text-sm flex items-center",
|
|
110
110
|
onPress: e,
|
|
111
111
|
children: [
|
|
112
|
-
/* @__PURE__ */
|
|
113
|
-
/* @__PURE__ */
|
|
112
|
+
/* @__PURE__ */ d(yi, { className: "inline w-5 h-5" }),
|
|
113
|
+
/* @__PURE__ */ d("span", { className: "hidden md:inline", children: r.login })
|
|
114
114
|
]
|
|
115
115
|
}
|
|
116
116
|
);
|
|
@@ -128,7 +128,7 @@ function eh({
|
|
|
128
128
|
labels: c = {},
|
|
129
129
|
className: u
|
|
130
130
|
}) {
|
|
131
|
-
const
|
|
131
|
+
const f = { ...oa, ...c };
|
|
132
132
|
return /* @__PURE__ */ T(
|
|
133
133
|
"nav",
|
|
134
134
|
{
|
|
@@ -138,26 +138,26 @@ function eh({
|
|
|
138
138
|
u
|
|
139
139
|
),
|
|
140
140
|
children: [
|
|
141
|
-
/* @__PURE__ */
|
|
141
|
+
/* @__PURE__ */ d("div", { className: "flex items-center min-w-10", children: t && /* @__PURE__ */ d("a", { href: "/", className: "block", children: /* @__PURE__ */ d("img", { "data-testid": "navbar-logo", src: t, alt: "Logo", className: "h-8 max-w-28 md:max-w-40" }) }) }),
|
|
142
142
|
/* @__PURE__ */ T("div", { className: "flex items-center gap-2 md:gap-4", children: [
|
|
143
|
-
(l || e.length > 0) && /* @__PURE__ */
|
|
143
|
+
(l || e.length > 0) && /* @__PURE__ */ d(
|
|
144
144
|
la,
|
|
145
145
|
{
|
|
146
146
|
languages: e,
|
|
147
147
|
selectedLanguage: n,
|
|
148
148
|
onLanguageChange: r,
|
|
149
|
-
label:
|
|
149
|
+
label: f.selectLanguage
|
|
150
150
|
}
|
|
151
151
|
),
|
|
152
|
-
a && /* @__PURE__ */
|
|
152
|
+
a && /* @__PURE__ */ d(aa, { isLoggedIn: i, onLogin: s, onLogout: o, labels: f })
|
|
153
153
|
] })
|
|
154
154
|
]
|
|
155
155
|
}
|
|
156
156
|
);
|
|
157
157
|
}
|
|
158
158
|
function th(t) {
|
|
159
|
-
return /* @__PURE__ */
|
|
160
|
-
|
|
159
|
+
return /* @__PURE__ */ d("div", { className: "min-h-screen flex flex-col", children: /* @__PURE__ */ d("div", { className: "flex-1 flex items-center justify-center p-12", children: /* @__PURE__ */ d(
|
|
160
|
+
In,
|
|
161
161
|
{
|
|
162
162
|
description: "This template combines Navbar, Footer, and a confirmation Card. Include title, message, confirmation number, details list, icon, and action buttons. Use Card for the confirmation content.",
|
|
163
163
|
title: "TODO: Implement ConfirmationPageTemplate",
|
|
@@ -172,8 +172,8 @@ const ca = typeof document < "u" ? (Kn = z.useInsertionEffect) !== null && Kn !=
|
|
|
172
172
|
function Pr(t, e, n) {
|
|
173
173
|
let [r, i] = le(t || e), s = Jt(r), o = Jt(t !== void 0), l = t !== void 0;
|
|
174
174
|
it(() => {
|
|
175
|
-
let
|
|
176
|
-
|
|
175
|
+
let f = o.current;
|
|
176
|
+
f !== l && process.env.NODE_ENV !== "production" && console.warn(`WARN: A component changed from ${f ? "controlled" : "uncontrolled"} to ${l ? "controlled" : "uncontrolled"}.`), o.current = l;
|
|
177
177
|
}, [
|
|
178
178
|
l
|
|
179
179
|
]);
|
|
@@ -181,8 +181,8 @@ function Pr(t, e, n) {
|
|
|
181
181
|
ca(() => {
|
|
182
182
|
s.current = a;
|
|
183
183
|
});
|
|
184
|
-
let [, c] = Cl(() => ({}), {}), u = fe((
|
|
185
|
-
let m = typeof
|
|
184
|
+
let [, c] = Cl(() => ({}), {}), u = fe((f, ...p) => {
|
|
185
|
+
let m = typeof f == "function" ? f(s.current) : f;
|
|
186
186
|
Object.is(s.current, m) || (s.current = m, i(m), c(), n?.(m, ...p));
|
|
187
187
|
}, [
|
|
188
188
|
n
|
|
@@ -193,7 +193,7 @@ function Pr(t, e, n) {
|
|
|
193
193
|
];
|
|
194
194
|
}
|
|
195
195
|
function ua(t) {
|
|
196
|
-
return /* @__PURE__ */
|
|
196
|
+
return /* @__PURE__ */ d("svg", { ...t, fill: "none", stroke: "currentColor", strokeWidth: 2, viewBox: "0 0 24 24", children: /* @__PURE__ */ d(
|
|
197
197
|
dr.path,
|
|
198
198
|
{
|
|
199
199
|
animate: { pathLength: 1 },
|
|
@@ -221,10 +221,11 @@ const da = z.forwardRef(
|
|
|
221
221
|
hideProgressBars: o = !1,
|
|
222
222
|
stepClassName: l,
|
|
223
223
|
className: a,
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
224
|
+
isDisabled: c = !1,
|
|
225
|
+
...u
|
|
226
|
+
}, f) => {
|
|
227
|
+
const [p, m] = Pr(s, n, i), k = z.useMemo(() => {
|
|
228
|
+
let b, x;
|
|
228
229
|
const v = [
|
|
229
230
|
"[--active-fg-color:hsl(var(--step-fg-color))]",
|
|
230
231
|
"[--active-border-color:hsl(var(--step-color))]",
|
|
@@ -236,39 +237,39 @@ const da = z.forwardRef(
|
|
|
236
237
|
];
|
|
237
238
|
switch (t) {
|
|
238
239
|
case "primary":
|
|
239
|
-
|
|
240
|
+
b = "[--step-color:var(--heroui-primary)]", x = "[--step-fg-color:var(--heroui-primary-foreground)]";
|
|
240
241
|
break;
|
|
241
242
|
case "secondary":
|
|
242
|
-
|
|
243
|
+
b = "[--step-color:var(--heroui-secondary)]", x = "[--step-fg-color:var(--heroui-secondary-foreground)]";
|
|
243
244
|
break;
|
|
244
245
|
case "success":
|
|
245
|
-
|
|
246
|
+
b = "[--step-color:var(--heroui-success)]", x = "[--step-fg-color:var(--heroui-success-foreground)]";
|
|
246
247
|
break;
|
|
247
248
|
case "warning":
|
|
248
|
-
|
|
249
|
+
b = "[--step-color:var(--heroui-warning)]", x = "[--step-fg-color:var(--heroui-warning-foreground)]";
|
|
249
250
|
break;
|
|
250
251
|
case "danger":
|
|
251
|
-
|
|
252
|
+
b = "[--step-color:var(--heroui-danger)]", x = "[--step-fg-color:var(--heroui-danger-foreground)]";
|
|
252
253
|
break;
|
|
253
254
|
case "default":
|
|
254
|
-
|
|
255
|
+
b = "[--step-color:var(--heroui-default)]", x = "[--step-fg-color:var(--heroui-default-foreground)]";
|
|
255
256
|
break;
|
|
256
257
|
default:
|
|
257
|
-
|
|
258
|
+
b = "[--step-color:var(--heroui-primary)]", x = "[--step-fg-color:var(--heroui-primary-foreground)]";
|
|
258
259
|
break;
|
|
259
260
|
}
|
|
260
|
-
return v.unshift(
|
|
261
|
+
return v.unshift(x), v.unshift(b), v;
|
|
261
262
|
}, [t]);
|
|
262
263
|
return /* @__PURE__ */ T(
|
|
263
264
|
"nav",
|
|
264
265
|
{
|
|
265
|
-
ref:
|
|
266
|
+
ref: f,
|
|
266
267
|
"aria-label": "Progress",
|
|
267
268
|
className: F("flex max-w-fit items-center overflow-x-auto", a),
|
|
268
269
|
"data-testid": "stepper-root",
|
|
269
|
-
...
|
|
270
|
+
...u,
|
|
270
271
|
children: [
|
|
271
|
-
r && /* @__PURE__ */
|
|
272
|
+
r && /* @__PURE__ */ d(
|
|
272
273
|
"label",
|
|
273
274
|
{
|
|
274
275
|
className: "text-small text-default-foreground lg:text-medium font-light w-full me-3",
|
|
@@ -276,25 +277,27 @@ const da = z.forwardRef(
|
|
|
276
277
|
children: r
|
|
277
278
|
}
|
|
278
279
|
),
|
|
279
|
-
/* @__PURE__ */
|
|
280
|
-
const v =
|
|
281
|
-
return /* @__PURE__ */
|
|
280
|
+
/* @__PURE__ */ d("ol", { className: F("flex flex-row flex-nowrap gap-x-3", k, a), "data-testid": "stepper-list", children: Array.from({ length: e })?.map((b, x) => {
|
|
281
|
+
const v = p === x ? "active" : p < x ? "inactive" : "complete";
|
|
282
|
+
return /* @__PURE__ */ d(
|
|
282
283
|
"li",
|
|
283
284
|
{
|
|
284
285
|
className: "relative flex w-full items-center pr-12",
|
|
285
|
-
"data-testid": `stepper-step-${
|
|
286
|
+
"data-testid": `stepper-step-${x}`,
|
|
286
287
|
children: /* @__PURE__ */ T(
|
|
287
288
|
"button",
|
|
288
289
|
{
|
|
289
290
|
"aria-current": v === "active" ? "step" : void 0,
|
|
290
291
|
className: F(
|
|
291
292
|
"group rounded-large flex w-full cursor-pointer flex-row items-center justify-center gap-x-3 py-2.5",
|
|
293
|
+
{ "cursor-not-allowed opacity-50": c },
|
|
292
294
|
l
|
|
293
295
|
),
|
|
294
|
-
onClick: () =>
|
|
295
|
-
|
|
296
|
+
onClick: () => !c && m(x),
|
|
297
|
+
disabled: c,
|
|
298
|
+
"data-testid": `stepper-step-btn-${x}`,
|
|
296
299
|
children: [
|
|
297
|
-
/* @__PURE__ */
|
|
300
|
+
/* @__PURE__ */ d("div", { className: "h-full relative flex items-center", children: /* @__PURE__ */ d(Kl, { features: Jl, children: /* @__PURE__ */ d(dr.div, { animate: v, className: "relative", children: /* @__PURE__ */ d(
|
|
298
301
|
dr.div,
|
|
299
302
|
{
|
|
300
303
|
animate: v,
|
|
@@ -323,16 +326,16 @@ const da = z.forwardRef(
|
|
|
323
326
|
color: "var(--active-fg-color)"
|
|
324
327
|
}
|
|
325
328
|
},
|
|
326
|
-
children: /* @__PURE__ */
|
|
329
|
+
children: /* @__PURE__ */ d("div", { className: "flex items-center justify-center", children: v === "complete" ? /* @__PURE__ */ d(
|
|
327
330
|
ua,
|
|
328
331
|
{
|
|
329
332
|
className: "h-5 w-5 text-(--active-fg-color)",
|
|
330
|
-
"data-testid": `stepper-step-check-${
|
|
333
|
+
"data-testid": `stepper-step-check-${x}`
|
|
331
334
|
}
|
|
332
|
-
) : /* @__PURE__ */
|
|
335
|
+
) : /* @__PURE__ */ d("span", {}) })
|
|
333
336
|
}
|
|
334
337
|
) }) }) }),
|
|
335
|
-
|
|
338
|
+
x < e - 1 && !o && /* @__PURE__ */ d(
|
|
336
339
|
"div",
|
|
337
340
|
{
|
|
338
341
|
"aria-hidden": "true",
|
|
@@ -340,16 +343,16 @@ const da = z.forwardRef(
|
|
|
340
343
|
style: {
|
|
341
344
|
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
|
|
342
345
|
// @ts-expect-error
|
|
343
|
-
"--idx":
|
|
346
|
+
"--idx": x
|
|
344
347
|
},
|
|
345
|
-
children: /* @__PURE__ */
|
|
348
|
+
children: /* @__PURE__ */ d(
|
|
346
349
|
"div",
|
|
347
350
|
{
|
|
348
351
|
className: F(
|
|
349
352
|
"bg-default-200 relative h-0.5 w-full transition-colors duration-300",
|
|
350
353
|
"after:absolute after:block after:h-full after:w-0 after:bg-(--active-border-color) after:transition-[width] after:duration-300 after:content-['']",
|
|
351
354
|
{
|
|
352
|
-
"after:w-full":
|
|
355
|
+
"after:w-full": x < p
|
|
353
356
|
}
|
|
354
357
|
)
|
|
355
358
|
}
|
|
@@ -358,10 +361,10 @@ const da = z.forwardRef(
|
|
|
358
361
|
)
|
|
359
362
|
]
|
|
360
363
|
},
|
|
361
|
-
|
|
364
|
+
x
|
|
362
365
|
)
|
|
363
366
|
},
|
|
364
|
-
|
|
367
|
+
x
|
|
365
368
|
);
|
|
366
369
|
}) })
|
|
367
370
|
]
|
|
@@ -371,8 +374,8 @@ const da = z.forwardRef(
|
|
|
371
374
|
);
|
|
372
375
|
da.displayName = "Stepper";
|
|
373
376
|
function nh(t) {
|
|
374
|
-
return /* @__PURE__ */
|
|
375
|
-
|
|
377
|
+
return /* @__PURE__ */ d("div", { className: "min-h-screen flex flex-col", children: /* @__PURE__ */ d("div", { className: "flex-1 flex items-center justify-center p-12", children: /* @__PURE__ */ d(
|
|
378
|
+
In,
|
|
376
379
|
{
|
|
377
380
|
description: "This template combines Navbar, Stepper, Footer, and an event details Card. Include event image, category/spots chips, tags, details grid, and action buttons. Use Card, CardHeader, CardBody for content structure.",
|
|
378
381
|
title: "TODO: Implement EventDetailsTemplate",
|
|
@@ -399,7 +402,7 @@ const ih = (t) => {
|
|
|
399
402
|
() => JSON.stringify({ allItems: t.allItems, selected: t.selected }),
|
|
400
403
|
[t.allItems, t.selected]
|
|
401
404
|
);
|
|
402
|
-
return /* @__PURE__ */
|
|
405
|
+
return /* @__PURE__ */ d(fa, { ...t }, e);
|
|
403
406
|
}, fa = ({
|
|
404
407
|
allItems: t,
|
|
405
408
|
selected: e,
|
|
@@ -409,33 +412,33 @@ const ih = (t) => {
|
|
|
409
412
|
}) => {
|
|
410
413
|
const [s, o] = le([]), [l, a] = le([]), [c, u] = le(
|
|
411
414
|
null
|
|
412
|
-
), [
|
|
415
|
+
), [f, p] = le(
|
|
413
416
|
null
|
|
414
|
-
), m = gt(() => new Set(e), [e]),
|
|
417
|
+
), m = gt(() => new Set(e), [e]), k = gt(() => new Set(t), [t]), b = gt(
|
|
415
418
|
() => t.filter((P) => !m.has(P)),
|
|
416
419
|
[t, m]
|
|
417
|
-
),
|
|
420
|
+
), x = (P) => {
|
|
418
421
|
if (P.length === 0) return;
|
|
419
422
|
const E = Array.from(/* @__PURE__ */ new Set([...e, ...P]));
|
|
420
423
|
n(E);
|
|
421
|
-
},
|
|
424
|
+
}, v = (P) => {
|
|
422
425
|
if (P.length === 0) return;
|
|
423
426
|
const E = new Set(P);
|
|
424
427
|
n(e.filter((R) => !E.has(R)));
|
|
425
428
|
}, S = () => {
|
|
426
|
-
s.length !== 0 && (
|
|
427
|
-
}, I = () => {
|
|
428
|
-
l.length !== 0 && (k(l), a([]));
|
|
429
|
-
}, w = () => {
|
|
430
|
-
y.length !== 0 && (v(y), o([]));
|
|
429
|
+
s.length !== 0 && (x(s), o([]));
|
|
431
430
|
}, D = () => {
|
|
431
|
+
l.length !== 0 && (v(l), a([]));
|
|
432
|
+
}, w = () => {
|
|
433
|
+
b.length !== 0 && (x(b), o([]));
|
|
434
|
+
}, I = () => {
|
|
432
435
|
e.length !== 0 && (n([]), a([]));
|
|
433
436
|
}, L = (P, E, R) => {
|
|
434
437
|
const $ = Math.min(E, R), _ = Math.max(E, R);
|
|
435
438
|
return P.slice($, _ + 1);
|
|
436
439
|
}, M = (P, E, R) => {
|
|
437
440
|
if (R && c !== null) {
|
|
438
|
-
o(L(
|
|
441
|
+
o(L(b, c, E)), a([]), u(E);
|
|
439
442
|
return;
|
|
440
443
|
}
|
|
441
444
|
const $ = s.includes(P);
|
|
@@ -443,8 +446,8 @@ const ih = (t) => {
|
|
|
443
446
|
$ ? s.filter((_) => _ !== P) : [...s, P]
|
|
444
447
|
), a([]), u(E);
|
|
445
448
|
}, B = (P, E, R) => {
|
|
446
|
-
if (R &&
|
|
447
|
-
a(L(e,
|
|
449
|
+
if (R && f !== null) {
|
|
450
|
+
a(L(e, f, E)), o([]), p(E);
|
|
448
451
|
return;
|
|
449
452
|
}
|
|
450
453
|
const $ = l.includes(P);
|
|
@@ -463,26 +466,26 @@ const ih = (t) => {
|
|
|
463
466
|
if (R)
|
|
464
467
|
try {
|
|
465
468
|
const $ = JSON.parse(R), _ = ($.items || []).filter(
|
|
466
|
-
(Y) =>
|
|
469
|
+
(Y) => k.has(Y)
|
|
467
470
|
);
|
|
468
471
|
if (_.length === 0 || $.source === E) return;
|
|
469
|
-
E === "selected" ? (
|
|
472
|
+
E === "selected" ? (x(_), o([])) : (v(_), a([]));
|
|
470
473
|
} catch {
|
|
471
474
|
return;
|
|
472
475
|
}
|
|
473
476
|
};
|
|
474
477
|
return /* @__PURE__ */ T("div", { className: "flex flex-col gap-6 md:flex-row md:items-start md:justify-between", children: [
|
|
475
478
|
/* @__PURE__ */ T("div", { className: "flex w-full flex-col gap-3 md:w-2/5", children: [
|
|
476
|
-
/* @__PURE__ */
|
|
477
|
-
/* @__PURE__ */
|
|
478
|
-
|
|
479
|
+
/* @__PURE__ */ d("h2", { className: "text-sm font-medium text-gray-700", children: r }),
|
|
480
|
+
/* @__PURE__ */ d(Ie, { className: "w-full border border-gray-200 shadow-none", children: /* @__PURE__ */ d(
|
|
481
|
+
De,
|
|
479
482
|
{
|
|
480
483
|
className: "h-60 gap-2 overflow-y-auto",
|
|
481
484
|
onDragOver: (P) => P.preventDefault(),
|
|
482
485
|
onDrop: (P) => U(P, "available"),
|
|
483
|
-
children:
|
|
486
|
+
children: b.map((P, E) => {
|
|
484
487
|
const R = s.includes(P);
|
|
485
|
-
return /* @__PURE__ */
|
|
488
|
+
return /* @__PURE__ */ d(
|
|
486
489
|
"button",
|
|
487
490
|
{
|
|
488
491
|
type: "button",
|
|
@@ -504,7 +507,7 @@ const ih = (t) => {
|
|
|
504
507
|
) })
|
|
505
508
|
] }),
|
|
506
509
|
/* @__PURE__ */ T("div", { className: "flex flex-row items-center justify-center gap-3 md:flex-col md:pt-6", children: [
|
|
507
|
-
/* @__PURE__ */
|
|
510
|
+
/* @__PURE__ */ d(
|
|
508
511
|
ae,
|
|
509
512
|
{
|
|
510
513
|
variant: "light",
|
|
@@ -517,20 +520,20 @@ const ih = (t) => {
|
|
|
517
520
|
children: "›"
|
|
518
521
|
}
|
|
519
522
|
),
|
|
520
|
-
/* @__PURE__ */
|
|
523
|
+
/* @__PURE__ */ d(
|
|
521
524
|
ae,
|
|
522
525
|
{
|
|
523
526
|
variant: "light",
|
|
524
527
|
className: "h-10 w-10 min-w-0 text-2xl font-semibold text-[#E4571E] hover:bg-[#E4571E]/10",
|
|
525
528
|
isIconOnly: !0,
|
|
526
529
|
"data-testid": "move-selected-to-available",
|
|
527
|
-
onPress:
|
|
530
|
+
onPress: D,
|
|
528
531
|
isDisabled: l.length === 0,
|
|
529
532
|
"aria-label": "Move selected to left",
|
|
530
533
|
children: "‹"
|
|
531
534
|
}
|
|
532
535
|
),
|
|
533
|
-
/* @__PURE__ */
|
|
536
|
+
/* @__PURE__ */ d(
|
|
534
537
|
ae,
|
|
535
538
|
{
|
|
536
539
|
variant: "light",
|
|
@@ -538,18 +541,18 @@ const ih = (t) => {
|
|
|
538
541
|
isIconOnly: !0,
|
|
539
542
|
"data-testid": "move-all-to-selected",
|
|
540
543
|
onPress: w,
|
|
541
|
-
isDisabled:
|
|
544
|
+
isDisabled: b.length === 0,
|
|
542
545
|
"aria-label": "Move all to right",
|
|
543
546
|
children: "»"
|
|
544
547
|
}
|
|
545
548
|
),
|
|
546
|
-
/* @__PURE__ */
|
|
549
|
+
/* @__PURE__ */ d(
|
|
547
550
|
ae,
|
|
548
551
|
{
|
|
549
552
|
variant: "light",
|
|
550
553
|
className: "h-10 w-10 min-w-0 text-2xl font-semibold text-[#E4571E] hover:bg-[#E4571E]/10",
|
|
551
554
|
isIconOnly: !0,
|
|
552
|
-
onPress:
|
|
555
|
+
onPress: I,
|
|
553
556
|
"data-testid": "move-all-to-available",
|
|
554
557
|
isDisabled: e.length === 0,
|
|
555
558
|
"aria-label": "Move all to left",
|
|
@@ -558,16 +561,16 @@ const ih = (t) => {
|
|
|
558
561
|
)
|
|
559
562
|
] }),
|
|
560
563
|
/* @__PURE__ */ T("div", { className: "flex w-full flex-col gap-3 md:w-2/5", children: [
|
|
561
|
-
/* @__PURE__ */
|
|
562
|
-
/* @__PURE__ */
|
|
563
|
-
|
|
564
|
+
/* @__PURE__ */ d("h2", { className: "text-sm font-medium text-gray-700", children: i }),
|
|
565
|
+
/* @__PURE__ */ d(Ie, { className: "w-full border border-gray-200 shadow-none", children: /* @__PURE__ */ d(
|
|
566
|
+
De,
|
|
564
567
|
{
|
|
565
568
|
className: "h-60 gap-2 overflow-y-auto",
|
|
566
569
|
onDragOver: (P) => P.preventDefault(),
|
|
567
570
|
onDrop: (P) => U(P, "selected"),
|
|
568
571
|
children: e.map((P, E) => {
|
|
569
572
|
const R = l.includes(P);
|
|
570
|
-
return /* @__PURE__ */
|
|
573
|
+
return /* @__PURE__ */ d(
|
|
571
574
|
"button",
|
|
572
575
|
{
|
|
573
576
|
type: "button",
|
|
@@ -594,7 +597,7 @@ function jt(t) {
|
|
|
594
597
|
return typeof t == "string" ? t : t.type;
|
|
595
598
|
}
|
|
596
599
|
function ct({ className: t }) {
|
|
597
|
-
return /* @__PURE__ */
|
|
600
|
+
return /* @__PURE__ */ d("div", { className: `flex items-center h-6 ${t || ""}`, children: /* @__PURE__ */ d(Cs, { orientation: "vertical" }) });
|
|
598
601
|
}
|
|
599
602
|
function et({
|
|
600
603
|
icon: t,
|
|
@@ -607,7 +610,7 @@ function et({
|
|
|
607
610
|
className: l
|
|
608
611
|
}) {
|
|
609
612
|
const a = s ? `${e} (${s})` : e;
|
|
610
|
-
return /* @__PURE__ */
|
|
613
|
+
return /* @__PURE__ */ d(Tt, { content: a, placement: "top", offset: 10, children: /* @__PURE__ */ d(
|
|
611
614
|
ae,
|
|
612
615
|
{
|
|
613
616
|
size: "sm",
|
|
@@ -619,7 +622,7 @@ function et({
|
|
|
619
622
|
onPress: i,
|
|
620
623
|
"aria-label": e,
|
|
621
624
|
className: l,
|
|
622
|
-
children: /* @__PURE__ */
|
|
625
|
+
children: /* @__PURE__ */ d(t, { size: o })
|
|
623
626
|
}
|
|
624
627
|
) });
|
|
625
628
|
}
|
|
@@ -825,7 +828,7 @@ function pa({ editor: t, levels: e = [1, 2, 3, 4, 5, 6], isDisabled: n = !1 }) {
|
|
|
825
828
|
});
|
|
826
829
|
};
|
|
827
830
|
return /* @__PURE__ */ T(ws, { placement: "top-start", offset: 10, children: [
|
|
828
|
-
/* @__PURE__ */
|
|
831
|
+
/* @__PURE__ */ d(As, { children: /* @__PURE__ */ d(
|
|
829
832
|
ae,
|
|
830
833
|
{
|
|
831
834
|
size: "sm",
|
|
@@ -833,22 +836,22 @@ function pa({ editor: t, levels: e = [1, 2, 3, 4, 5, 6], isDisabled: n = !1 }) {
|
|
|
833
836
|
variant: i ? "solid" : "bordered",
|
|
834
837
|
color: i ? "primary" : "default",
|
|
835
838
|
isDisabled: n,
|
|
836
|
-
startContent: /* @__PURE__ */
|
|
839
|
+
startContent: /* @__PURE__ */ d(Os, { size: 16 }),
|
|
837
840
|
"aria-label": "Select heading level",
|
|
838
841
|
children: i ? `H${i}` : "H"
|
|
839
842
|
}
|
|
840
843
|
) }),
|
|
841
|
-
/* @__PURE__ */
|
|
844
|
+
/* @__PURE__ */ d(
|
|
842
845
|
Ns,
|
|
843
846
|
{
|
|
844
847
|
"aria-label": "Heading levels",
|
|
845
848
|
selectionMode: "single",
|
|
846
849
|
selectedKeys: i ? /* @__PURE__ */ new Set([String(i)]) : /* @__PURE__ */ new Set(),
|
|
847
850
|
onAction: s,
|
|
848
|
-
children: e.map((o) => /* @__PURE__ */
|
|
851
|
+
children: e.map((o) => /* @__PURE__ */ d(
|
|
849
852
|
Es,
|
|
850
853
|
{
|
|
851
|
-
startContent: t.isActive("heading", { level: o }) ? /* @__PURE__ */
|
|
854
|
+
startContent: t.isActive("heading", { level: o }) ? /* @__PURE__ */ d(Is, { size: 16 }) : /* @__PURE__ */ d("div", { className: "w-4" }),
|
|
852
855
|
children: ha[o]
|
|
853
856
|
},
|
|
854
857
|
o
|
|
@@ -868,7 +871,7 @@ const Jn = {
|
|
|
868
871
|
},
|
|
869
872
|
taskList: {
|
|
870
873
|
label: "Task List",
|
|
871
|
-
icon:
|
|
874
|
+
icon: Ds
|
|
872
875
|
}
|
|
873
876
|
};
|
|
874
877
|
function ma({
|
|
@@ -885,7 +888,7 @@ function ma({
|
|
|
885
888
|
}, [t]);
|
|
886
889
|
const i = e.find((l) => t.isActive(l)), s = i ? Jn[i].icon : Fr;
|
|
887
890
|
return /* @__PURE__ */ T(ws, { placement: "top-start", offset: 10, children: [
|
|
888
|
-
/* @__PURE__ */
|
|
891
|
+
/* @__PURE__ */ d(As, { children: /* @__PURE__ */ d(
|
|
889
892
|
ae,
|
|
890
893
|
{
|
|
891
894
|
size: "sm",
|
|
@@ -895,10 +898,10 @@ function ma({
|
|
|
895
898
|
isDisabled: n,
|
|
896
899
|
isIconOnly: !0,
|
|
897
900
|
"aria-label": "Select list type",
|
|
898
|
-
children: /* @__PURE__ */
|
|
901
|
+
children: /* @__PURE__ */ d(s, { size: 16 })
|
|
899
902
|
}
|
|
900
903
|
) }),
|
|
901
|
-
/* @__PURE__ */
|
|
904
|
+
/* @__PURE__ */ d(
|
|
902
905
|
Ns,
|
|
903
906
|
{
|
|
904
907
|
"aria-label": "List types",
|
|
@@ -910,10 +913,10 @@ function ma({
|
|
|
910
913
|
},
|
|
911
914
|
children: e.map((l) => {
|
|
912
915
|
const a = Jn[l].icon;
|
|
913
|
-
return /* @__PURE__ */
|
|
916
|
+
return /* @__PURE__ */ d(
|
|
914
917
|
Es,
|
|
915
918
|
{
|
|
916
|
-
startContent: /* @__PURE__ */
|
|
919
|
+
startContent: /* @__PURE__ */ d(a, { size: 16 }),
|
|
917
920
|
children: Jn[l].label
|
|
918
921
|
},
|
|
919
922
|
l
|
|
@@ -924,14 +927,14 @@ function ma({
|
|
|
924
927
|
] });
|
|
925
928
|
}
|
|
926
929
|
function ga({ colors: t, selectedColor: e, onColorSelect: n, columns: r = 4 }) {
|
|
927
|
-
return /* @__PURE__ */
|
|
930
|
+
return /* @__PURE__ */ d(
|
|
928
931
|
"div",
|
|
929
932
|
{
|
|
930
933
|
className: "grid gap-2",
|
|
931
934
|
style: {
|
|
932
935
|
gridTemplateColumns: `repeat(${r}, minmax(0, 1fr))`
|
|
933
936
|
},
|
|
934
|
-
children: t.map((i) => /* @__PURE__ */
|
|
937
|
+
children: t.map((i) => /* @__PURE__ */ d(
|
|
935
938
|
"button",
|
|
936
939
|
{
|
|
937
940
|
type: "button",
|
|
@@ -1031,9 +1034,9 @@ const ye = {
|
|
|
1031
1034
|
heading: Os,
|
|
1032
1035
|
bulletList: Fr,
|
|
1033
1036
|
orderedList: Ls,
|
|
1034
|
-
taskList:
|
|
1035
|
-
codeBlock:
|
|
1036
|
-
blockquote:
|
|
1037
|
+
taskList: Ds,
|
|
1038
|
+
codeBlock: Dl,
|
|
1039
|
+
blockquote: Il,
|
|
1037
1040
|
horizontalRule: Ol,
|
|
1038
1041
|
// Utilities
|
|
1039
1042
|
clearMarks: bi,
|
|
@@ -1069,7 +1072,7 @@ function ka({ value: t, onChange: e, onApply: n, placeholder: r = "#000000" }) {
|
|
|
1069
1072
|
};
|
|
1070
1073
|
return /* @__PURE__ */ T("div", { className: "space-y-2", children: [
|
|
1071
1074
|
/* @__PURE__ */ T("div", { className: "flex gap-2", children: [
|
|
1072
|
-
/* @__PURE__ */
|
|
1075
|
+
/* @__PURE__ */ d(
|
|
1073
1076
|
fl,
|
|
1074
1077
|
{
|
|
1075
1078
|
type: "text",
|
|
@@ -1084,7 +1087,7 @@ function ka({ value: t, onChange: e, onApply: n, placeholder: r = "#000000" }) {
|
|
|
1084
1087
|
"aria-label": "Custom color hex code",
|
|
1085
1088
|
isInvalid: !!i,
|
|
1086
1089
|
errorMessage: i,
|
|
1087
|
-
startContent: /* @__PURE__ */
|
|
1090
|
+
startContent: /* @__PURE__ */ d(
|
|
1088
1091
|
"div",
|
|
1089
1092
|
{
|
|
1090
1093
|
className: "w-4 h-4 rounded border border-divider",
|
|
@@ -1093,7 +1096,7 @@ function ka({ value: t, onChange: e, onApply: n, placeholder: r = "#000000" }) {
|
|
|
1093
1096
|
)
|
|
1094
1097
|
}
|
|
1095
1098
|
),
|
|
1096
|
-
/* @__PURE__ */
|
|
1099
|
+
/* @__PURE__ */ d(
|
|
1097
1100
|
ae,
|
|
1098
1101
|
{
|
|
1099
1102
|
size: "sm",
|
|
@@ -1103,31 +1106,31 @@ function ka({ value: t, onChange: e, onApply: n, placeholder: r = "#000000" }) {
|
|
|
1103
1106
|
onPress: l,
|
|
1104
1107
|
"aria-label": "Apply custom color",
|
|
1105
1108
|
isDisabled: !t || !Wn(t),
|
|
1106
|
-
children: /* @__PURE__ */
|
|
1109
|
+
children: /* @__PURE__ */ d(Is, { size: 16 })
|
|
1107
1110
|
}
|
|
1108
1111
|
)
|
|
1109
1112
|
] }),
|
|
1110
|
-
/* @__PURE__ */
|
|
1113
|
+
/* @__PURE__ */ d("p", { className: "text-xs text-default-500", children: "Enter a hex color code (e.g., #FF0000)" })
|
|
1111
1114
|
] });
|
|
1112
1115
|
}
|
|
1113
1116
|
function ki({ editor: t, type: e, allowCustomColor: n = !0, label: r, isDisabled: i = !1 }) {
|
|
1114
|
-
const [s, o] = le(!1), [l, a] = le(""), c = e === "textColor" ? ya : ba, u = (
|
|
1115
|
-
const
|
|
1116
|
-
|
|
1117
|
+
const [s, o] = le(!1), [l, a] = le(""), c = e === "textColor" ? ya : ba, u = (b) => {
|
|
1118
|
+
const x = Ge[e];
|
|
1119
|
+
x && x.execute({
|
|
1117
1120
|
editor: t,
|
|
1118
|
-
config: { type: e, color:
|
|
1121
|
+
config: { type: e, color: b }
|
|
1119
1122
|
}), o(!1), a("");
|
|
1120
|
-
},
|
|
1121
|
-
u(
|
|
1123
|
+
}, f = (b) => {
|
|
1124
|
+
u(b);
|
|
1122
1125
|
}, p = () => {
|
|
1123
|
-
const
|
|
1124
|
-
|
|
1126
|
+
const b = Ge[e];
|
|
1127
|
+
b && b.execute({
|
|
1125
1128
|
editor: t,
|
|
1126
1129
|
config: { type: e, color: "" }
|
|
1127
1130
|
}), o(!1);
|
|
1128
1131
|
}, m = e === "textColor" ? t.isActive("textStyle") : t.isActive("highlight");
|
|
1129
1132
|
return /* @__PURE__ */ T(hl, { isOpen: s, onOpenChange: o, placement: "top", offset: 10, showArrow: !0, children: [
|
|
1130
|
-
/* @__PURE__ */
|
|
1133
|
+
/* @__PURE__ */ d(pl, { children: /* @__PURE__ */ d(
|
|
1131
1134
|
ae,
|
|
1132
1135
|
{
|
|
1133
1136
|
size: "sm",
|
|
@@ -1137,13 +1140,13 @@ function ki({ editor: t, type: e, allowCustomColor: n = !0, label: r, isDisabled
|
|
|
1137
1140
|
isIconOnly: !0,
|
|
1138
1141
|
isDisabled: i,
|
|
1139
1142
|
"aria-label": r,
|
|
1140
|
-
children: /* @__PURE__ */
|
|
1143
|
+
children: /* @__PURE__ */ d(e === "textColor" ? Ps : Rs, { size: 16 })
|
|
1141
1144
|
}
|
|
1142
1145
|
) }),
|
|
1143
|
-
/* @__PURE__ */
|
|
1146
|
+
/* @__PURE__ */ d(ml, { className: "w-64", children: /* @__PURE__ */ T("div", { className: "px-2 py-3 space-y-3", children: [
|
|
1144
1147
|
/* @__PURE__ */ T("div", { className: "flex items-center justify-between", children: [
|
|
1145
|
-
/* @__PURE__ */
|
|
1146
|
-
/* @__PURE__ */
|
|
1148
|
+
/* @__PURE__ */ d("span", { className: "text-sm font-semibold", children: r }),
|
|
1149
|
+
/* @__PURE__ */ d(
|
|
1147
1150
|
ae,
|
|
1148
1151
|
{
|
|
1149
1152
|
size: "sm",
|
|
@@ -1151,21 +1154,21 @@ function ki({ editor: t, type: e, allowCustomColor: n = !0, label: r, isDisabled
|
|
|
1151
1154
|
isIconOnly: !0,
|
|
1152
1155
|
onPress: p,
|
|
1153
1156
|
"aria-label": "Clear color",
|
|
1154
|
-
children: /* @__PURE__ */
|
|
1157
|
+
children: /* @__PURE__ */ d(_l, { size: 16 })
|
|
1155
1158
|
}
|
|
1156
1159
|
)
|
|
1157
1160
|
] }),
|
|
1158
|
-
/* @__PURE__ */
|
|
1161
|
+
/* @__PURE__ */ d(ga, { colors: c, onColorSelect: u }),
|
|
1159
1162
|
n && /* @__PURE__ */ T(We, { children: [
|
|
1160
|
-
/* @__PURE__ */
|
|
1163
|
+
/* @__PURE__ */ d(Cs, {}),
|
|
1161
1164
|
/* @__PURE__ */ T("div", { children: [
|
|
1162
|
-
/* @__PURE__ */
|
|
1163
|
-
/* @__PURE__ */
|
|
1165
|
+
/* @__PURE__ */ d("p", { className: "text-xs font-semibold mb-2 text-default-700", children: "Custom Color" }),
|
|
1166
|
+
/* @__PURE__ */ d(
|
|
1164
1167
|
ka,
|
|
1165
1168
|
{
|
|
1166
1169
|
value: l,
|
|
1167
1170
|
onChange: a,
|
|
1168
|
-
onApply:
|
|
1171
|
+
onApply: f
|
|
1169
1172
|
}
|
|
1170
1173
|
)
|
|
1171
1174
|
] })
|
|
@@ -1181,16 +1184,16 @@ function Sa({
|
|
|
1181
1184
|
step: i = ye.step
|
|
1182
1185
|
}) {
|
|
1183
1186
|
const s = () => {
|
|
1184
|
-
const
|
|
1185
|
-
e(
|
|
1187
|
+
const f = Math.max(n, t - i);
|
|
1188
|
+
e(f);
|
|
1186
1189
|
}, o = () => {
|
|
1187
|
-
const
|
|
1188
|
-
e(
|
|
1190
|
+
const f = Math.min(r, t + i);
|
|
1191
|
+
e(f);
|
|
1189
1192
|
}, l = () => {
|
|
1190
1193
|
e(ye.default);
|
|
1191
1194
|
}, a = t <= n, c = t >= r, u = t === ye.default;
|
|
1192
1195
|
return /* @__PURE__ */ T("div", { className: "flex items-center gap-1", children: [
|
|
1193
|
-
/* @__PURE__ */
|
|
1196
|
+
/* @__PURE__ */ d(Tt, { content: "Zoom out", placement: "top", offset: 10, children: /* @__PURE__ */ d(
|
|
1194
1197
|
ae,
|
|
1195
1198
|
{
|
|
1196
1199
|
size: "sm",
|
|
@@ -1201,10 +1204,10 @@ function Sa({
|
|
|
1201
1204
|
isDisabled: a,
|
|
1202
1205
|
onPress: s,
|
|
1203
1206
|
"aria-label": "Zoom out",
|
|
1204
|
-
children: /* @__PURE__ */
|
|
1207
|
+
children: /* @__PURE__ */ d(Bl, { size: 16 })
|
|
1205
1208
|
}
|
|
1206
1209
|
) }),
|
|
1207
|
-
/* @__PURE__ */
|
|
1210
|
+
/* @__PURE__ */ d(Tt, { content: u ? "Zoom percentage" : "Click to reset zoom", placement: "top", offset: 10, children: /* @__PURE__ */ T(
|
|
1208
1211
|
"button",
|
|
1209
1212
|
{
|
|
1210
1213
|
type: "button",
|
|
@@ -1221,7 +1224,7 @@ function Sa({
|
|
|
1221
1224
|
]
|
|
1222
1225
|
}
|
|
1223
1226
|
) }),
|
|
1224
|
-
/* @__PURE__ */
|
|
1227
|
+
/* @__PURE__ */ d(Tt, { content: "Zoom in", placement: "top", offset: 10, children: /* @__PURE__ */ d(
|
|
1225
1228
|
ae,
|
|
1226
1229
|
{
|
|
1227
1230
|
size: "sm",
|
|
@@ -1232,13 +1235,13 @@ function Sa({
|
|
|
1232
1235
|
isDisabled: c,
|
|
1233
1236
|
onPress: o,
|
|
1234
1237
|
"aria-label": "Zoom in",
|
|
1235
|
-
children: /* @__PURE__ */
|
|
1238
|
+
children: /* @__PURE__ */ d(Hl, { size: 16 })
|
|
1236
1239
|
}
|
|
1237
1240
|
) })
|
|
1238
1241
|
] });
|
|
1239
1242
|
}
|
|
1240
1243
|
function Ca({ children: t, id: e, label: n, className: r, useButtonGroup: i = !0 }) {
|
|
1241
|
-
return i ? /* @__PURE__ */
|
|
1244
|
+
return i ? /* @__PURE__ */ d(gl, { size: "sm", id: e, "aria-label": n, className: r, children: t }) : /* @__PURE__ */ d("div", { id: e, role: "group", "aria-label": n, className: `flex items-center gap-2 ${r || ""}`, children: t });
|
|
1242
1245
|
}
|
|
1243
1246
|
function Vs(t, e) {
|
|
1244
1247
|
const n = gt(() => {
|
|
@@ -1273,9 +1276,9 @@ function Vs(t, e) {
|
|
|
1273
1276
|
const c = Ge[a];
|
|
1274
1277
|
if (c)
|
|
1275
1278
|
try {
|
|
1276
|
-
const u = c.canExecute?.(t) ?? !0,
|
|
1279
|
+
const u = c.canExecute?.(t) ?? !0, f = c.isActive?.(t) ?? !1;
|
|
1277
1280
|
o[a] = {
|
|
1278
|
-
isActive:
|
|
1281
|
+
isActive: f,
|
|
1279
1282
|
isDisabled: !u,
|
|
1280
1283
|
canExecute: u
|
|
1281
1284
|
};
|
|
@@ -1373,9 +1376,9 @@ function Na({ editor: t, modifiers: e, onToolbarAction: n }) {
|
|
|
1373
1376
|
Aa.includes(o)
|
|
1374
1377
|
)
|
|
1375
1378
|
);
|
|
1376
|
-
return s.length === 0 ? null : /* @__PURE__ */
|
|
1379
|
+
return s.length === 0 ? null : /* @__PURE__ */ d(Ca, { id: "text-formatting", label: "Text formatting", children: s.map((o) => {
|
|
1377
1380
|
const l = r[o], a = ut(o);
|
|
1378
|
-
return /* @__PURE__ */
|
|
1381
|
+
return /* @__PURE__ */ d(
|
|
1379
1382
|
et,
|
|
1380
1383
|
{
|
|
1381
1384
|
icon: a,
|
|
@@ -1399,10 +1402,10 @@ function Ea({
|
|
|
1399
1402
|
}) {
|
|
1400
1403
|
const l = Vs(t, e), { toggleModifier: a, executeCommand: c } = zs(t, o);
|
|
1401
1404
|
if (!t) return null;
|
|
1402
|
-
const u = e.map((M) => jt(M)),
|
|
1403
|
-
return /* @__PURE__ */
|
|
1404
|
-
|
|
1405
|
-
/* @__PURE__ */
|
|
1405
|
+
const u = e.map((M) => jt(M)), f = u.some((M) => ["bold", "italic", "strike", "underline", "code"].includes(M)), p = u.some((M) => ["textColor", "highlight"].includes(M)), m = u.includes("heading"), k = u.includes("textAlign"), b = u.some((M) => ["bulletList", "orderedList", "taskList"].includes(M)), x = u.includes("blockquote"), v = u.includes("codeBlock"), S = u.includes("link"), D = u.includes("horizontalRule"), w = u.some((M) => ["undo", "redo"].includes(M)), I = n !== void 0 && r !== void 0;
|
|
1406
|
+
return /* @__PURE__ */ d("div", { className: `w-full p-2 bg-background border-b border-divider ${i ? "sticky top-0 z-10" : ""} ${s || ""}`, children: /* @__PURE__ */ T("div", { className: "flex flex-row flex-wrap gap-2 w-full items-center", children: [
|
|
1407
|
+
f && /* @__PURE__ */ T(We, { children: [
|
|
1408
|
+
/* @__PURE__ */ d(
|
|
1406
1409
|
Na,
|
|
1407
1410
|
{
|
|
1408
1411
|
editor: t,
|
|
@@ -1410,11 +1413,11 @@ function Ea({
|
|
|
1410
1413
|
onToolbarAction: o
|
|
1411
1414
|
}
|
|
1412
1415
|
),
|
|
1413
|
-
(p || m ||
|
|
1416
|
+
(p || m || k || b || x || v || S || D || w || I) && /* @__PURE__ */ d(ct, {})
|
|
1414
1417
|
] }),
|
|
1415
1418
|
p && /* @__PURE__ */ T(We, { children: [
|
|
1416
1419
|
/* @__PURE__ */ T("div", { className: "flex items-center gap-1", children: [
|
|
1417
|
-
u.includes("textColor") && /* @__PURE__ */
|
|
1420
|
+
u.includes("textColor") && /* @__PURE__ */ d(
|
|
1418
1421
|
ki,
|
|
1419
1422
|
{
|
|
1420
1423
|
editor: t,
|
|
@@ -1423,7 +1426,7 @@ function Ea({
|
|
|
1423
1426
|
isDisabled: l.textColor?.isDisabled
|
|
1424
1427
|
}
|
|
1425
1428
|
),
|
|
1426
|
-
u.includes("highlight") && /* @__PURE__ */
|
|
1429
|
+
u.includes("highlight") && /* @__PURE__ */ d(
|
|
1427
1430
|
ki,
|
|
1428
1431
|
{
|
|
1429
1432
|
editor: t,
|
|
@@ -1433,16 +1436,16 @@ function Ea({
|
|
|
1433
1436
|
}
|
|
1434
1437
|
)
|
|
1435
1438
|
] }),
|
|
1436
|
-
(m ||
|
|
1439
|
+
(m || k || b || x || v || S || D || w || I) && /* @__PURE__ */ d(ct, {})
|
|
1437
1440
|
] }),
|
|
1438
1441
|
m && /* @__PURE__ */ T(We, { children: [
|
|
1439
|
-
/* @__PURE__ */
|
|
1440
|
-
(
|
|
1442
|
+
/* @__PURE__ */ d(pa, { editor: t }),
|
|
1443
|
+
(k || b || x || v || S || D || w || I) && /* @__PURE__ */ d(ct, {})
|
|
1441
1444
|
] }),
|
|
1442
|
-
|
|
1443
|
-
/* @__PURE__ */
|
|
1445
|
+
k && /* @__PURE__ */ T(We, { children: [
|
|
1446
|
+
/* @__PURE__ */ d("div", { className: "flex items-center gap-1", children: ["left", "center", "right", "justify"].map((M) => {
|
|
1444
1447
|
const B = va[M], H = t.isActive({ textAlign: M });
|
|
1445
|
-
return /* @__PURE__ */
|
|
1448
|
+
return /* @__PURE__ */ d(
|
|
1446
1449
|
et,
|
|
1447
1450
|
{
|
|
1448
1451
|
icon: B,
|
|
@@ -1457,10 +1460,10 @@ function Ea({
|
|
|
1457
1460
|
M
|
|
1458
1461
|
);
|
|
1459
1462
|
}) }),
|
|
1460
|
-
(
|
|
1463
|
+
(b || x || v || S || D || w || I) && /* @__PURE__ */ d(ct, {})
|
|
1461
1464
|
] }),
|
|
1462
|
-
|
|
1463
|
-
/* @__PURE__ */
|
|
1465
|
+
b && /* @__PURE__ */ T(We, { children: [
|
|
1466
|
+
/* @__PURE__ */ d(
|
|
1464
1467
|
ma,
|
|
1465
1468
|
{
|
|
1466
1469
|
editor: t,
|
|
@@ -1469,11 +1472,11 @@ function Ea({
|
|
|
1469
1472
|
)
|
|
1470
1473
|
}
|
|
1471
1474
|
),
|
|
1472
|
-
(
|
|
1475
|
+
(x || v || S || D || w || I) && /* @__PURE__ */ d(ct, {})
|
|
1473
1476
|
] }),
|
|
1474
|
-
(
|
|
1477
|
+
(x || v || S || D) && /* @__PURE__ */ T(We, { children: [
|
|
1475
1478
|
/* @__PURE__ */ T("div", { className: "flex items-center gap-1", children: [
|
|
1476
|
-
|
|
1479
|
+
x && /* @__PURE__ */ d(
|
|
1477
1480
|
et,
|
|
1478
1481
|
{
|
|
1479
1482
|
icon: ut("blockquote"),
|
|
@@ -1483,7 +1486,7 @@ function Ea({
|
|
|
1483
1486
|
onClick: () => a("blockquote")
|
|
1484
1487
|
}
|
|
1485
1488
|
),
|
|
1486
|
-
|
|
1489
|
+
v && /* @__PURE__ */ d(
|
|
1487
1490
|
et,
|
|
1488
1491
|
{
|
|
1489
1492
|
icon: ut("codeBlock"),
|
|
@@ -1493,7 +1496,7 @@ function Ea({
|
|
|
1493
1496
|
onClick: () => a("codeBlock")
|
|
1494
1497
|
}
|
|
1495
1498
|
),
|
|
1496
|
-
S && /* @__PURE__ */
|
|
1499
|
+
S && /* @__PURE__ */ d(
|
|
1497
1500
|
et,
|
|
1498
1501
|
{
|
|
1499
1502
|
icon: ut("link"),
|
|
@@ -1506,7 +1509,7 @@ function Ea({
|
|
|
1506
1509
|
}
|
|
1507
1510
|
}
|
|
1508
1511
|
),
|
|
1509
|
-
|
|
1512
|
+
D && /* @__PURE__ */ d(
|
|
1510
1513
|
et,
|
|
1511
1514
|
{
|
|
1512
1515
|
icon: ut("horizontalRule"),
|
|
@@ -1515,11 +1518,11 @@ function Ea({
|
|
|
1515
1518
|
}
|
|
1516
1519
|
)
|
|
1517
1520
|
] }),
|
|
1518
|
-
(w ||
|
|
1521
|
+
(w || I) && /* @__PURE__ */ d(ct, {})
|
|
1519
1522
|
] }),
|
|
1520
1523
|
w && /* @__PURE__ */ T(We, { children: [
|
|
1521
1524
|
/* @__PURE__ */ T("div", { className: "flex items-center gap-1", children: [
|
|
1522
|
-
u.includes("undo") && /* @__PURE__ */
|
|
1525
|
+
u.includes("undo") && /* @__PURE__ */ d(
|
|
1523
1526
|
et,
|
|
1524
1527
|
{
|
|
1525
1528
|
icon: ut("undo"),
|
|
@@ -1528,7 +1531,7 @@ function Ea({
|
|
|
1528
1531
|
onClick: () => a("undo")
|
|
1529
1532
|
}
|
|
1530
1533
|
),
|
|
1531
|
-
u.includes("redo") && /* @__PURE__ */
|
|
1534
|
+
u.includes("redo") && /* @__PURE__ */ d(
|
|
1532
1535
|
et,
|
|
1533
1536
|
{
|
|
1534
1537
|
icon: ut("redo"),
|
|
@@ -1538,9 +1541,9 @@ function Ea({
|
|
|
1538
1541
|
}
|
|
1539
1542
|
)
|
|
1540
1543
|
] }),
|
|
1541
|
-
|
|
1544
|
+
I && /* @__PURE__ */ d(ct, {})
|
|
1542
1545
|
] }),
|
|
1543
|
-
|
|
1546
|
+
I && /* @__PURE__ */ d(
|
|
1544
1547
|
Sa,
|
|
1545
1548
|
{
|
|
1546
1549
|
zoom: n,
|
|
@@ -1551,7 +1554,7 @@ function Ea({
|
|
|
1551
1554
|
)
|
|
1552
1555
|
] }) });
|
|
1553
1556
|
}
|
|
1554
|
-
const Ta = /(?:^|\s)(\*\*(?!\s+\*\*)((?:[^*]+))\*\*(?!\s+\*\*))$/, Ma = /(?:^|\s)(\*\*(?!\s+\*\*)((?:[^*]+))\*\*(?!\s+\*\*))/g, Oa = /(?:^|\s)(__(?!\s+__)((?:[^_]+))__(?!\s+__))$/,
|
|
1557
|
+
const Ta = /(?:^|\s)(\*\*(?!\s+\*\*)((?:[^*]+))\*\*(?!\s+\*\*))$/, Ma = /(?:^|\s)(\*\*(?!\s+\*\*)((?:[^*]+))\*\*(?!\s+\*\*))/g, Oa = /(?:^|\s)(__(?!\s+__)((?:[^_]+))__(?!\s+__))$/, Ia = /(?:^|\s)(__(?!\s+__)((?:[^_]+))__(?!\s+__))/g, Da = nn.create({
|
|
1555
1558
|
name: "bold",
|
|
1556
1559
|
addOptions() {
|
|
1557
1560
|
return {
|
|
@@ -1595,11 +1598,11 @@ const Ta = /(?:^|\s)(\*\*(?!\s+\*\*)((?:[^*]+))\*\*(?!\s+\*\*))$/, Ma = /(?:^|\s
|
|
|
1595
1598
|
},
|
|
1596
1599
|
addInputRules() {
|
|
1597
1600
|
return [
|
|
1598
|
-
|
|
1601
|
+
Dt({
|
|
1599
1602
|
find: Ta,
|
|
1600
1603
|
type: this.type
|
|
1601
1604
|
}),
|
|
1602
|
-
|
|
1605
|
+
Dt({
|
|
1603
1606
|
find: Oa,
|
|
1604
1607
|
type: this.type
|
|
1605
1608
|
})
|
|
@@ -1607,12 +1610,12 @@ const Ta = /(?:^|\s)(\*\*(?!\s+\*\*)((?:[^*]+))\*\*(?!\s+\*\*))$/, Ma = /(?:^|\s
|
|
|
1607
1610
|
},
|
|
1608
1611
|
addPasteRules() {
|
|
1609
1612
|
return [
|
|
1610
|
-
|
|
1613
|
+
It({
|
|
1611
1614
|
find: Ma,
|
|
1612
1615
|
type: this.type
|
|
1613
1616
|
}),
|
|
1614
|
-
|
|
1615
|
-
find:
|
|
1617
|
+
It({
|
|
1618
|
+
find: Ia,
|
|
1616
1619
|
type: this.type
|
|
1617
1620
|
})
|
|
1618
1621
|
];
|
|
@@ -1660,11 +1663,11 @@ const Ta = /(?:^|\s)(\*\*(?!\s+\*\*)((?:[^*]+))\*\*(?!\s+\*\*))$/, Ma = /(?:^|\s
|
|
|
1660
1663
|
},
|
|
1661
1664
|
addInputRules() {
|
|
1662
1665
|
return [
|
|
1663
|
-
|
|
1666
|
+
Dt({
|
|
1664
1667
|
find: La,
|
|
1665
1668
|
type: this.type
|
|
1666
1669
|
}),
|
|
1667
|
-
|
|
1670
|
+
Dt({
|
|
1668
1671
|
find: Ra,
|
|
1669
1672
|
type: this.type
|
|
1670
1673
|
})
|
|
@@ -1672,11 +1675,11 @@ const Ta = /(?:^|\s)(\*\*(?!\s+\*\*)((?:[^*]+))\*\*(?!\s+\*\*))$/, Ma = /(?:^|\s
|
|
|
1672
1675
|
},
|
|
1673
1676
|
addPasteRules() {
|
|
1674
1677
|
return [
|
|
1675
|
-
|
|
1678
|
+
It({
|
|
1676
1679
|
find: Fa,
|
|
1677
1680
|
type: this.type
|
|
1678
1681
|
}),
|
|
1679
|
-
|
|
1682
|
+
It({
|
|
1680
1683
|
find: Pa,
|
|
1681
1684
|
type: this.type
|
|
1682
1685
|
})
|
|
@@ -1724,7 +1727,7 @@ const Ta = /(?:^|\s)(\*\*(?!\s+\*\*)((?:[^*]+))\*\*(?!\s+\*\*))$/, Ma = /(?:^|\s
|
|
|
1724
1727
|
},
|
|
1725
1728
|
addInputRules() {
|
|
1726
1729
|
return [
|
|
1727
|
-
|
|
1730
|
+
Dt({
|
|
1728
1731
|
find: Va,
|
|
1729
1732
|
type: this.type
|
|
1730
1733
|
})
|
|
@@ -1732,7 +1735,7 @@ const Ta = /(?:^|\s)(\*\*(?!\s+\*\*)((?:[^*]+))\*\*(?!\s+\*\*))$/, Ma = /(?:^|\s
|
|
|
1732
1735
|
},
|
|
1733
1736
|
addPasteRules() {
|
|
1734
1737
|
return [
|
|
1735
|
-
|
|
1738
|
+
It({
|
|
1736
1739
|
find: za,
|
|
1737
1740
|
type: this.type
|
|
1738
1741
|
})
|
|
@@ -1770,7 +1773,7 @@ const Ta = /(?:^|\s)(\*\*(?!\s+\*\*)((?:[^*]+))\*\*(?!\s+\*\*))$/, Ma = /(?:^|\s
|
|
|
1770
1773
|
},
|
|
1771
1774
|
addInputRules() {
|
|
1772
1775
|
return [
|
|
1773
|
-
|
|
1776
|
+
Dt({
|
|
1774
1777
|
find: Ba,
|
|
1775
1778
|
type: this.type
|
|
1776
1779
|
})
|
|
@@ -1778,7 +1781,7 @@ const Ta = /(?:^|\s)(\*\*(?!\s+\*\*)((?:[^*]+))\*\*(?!\s+\*\*))$/, Ma = /(?:^|\s
|
|
|
1778
1781
|
},
|
|
1779
1782
|
addPasteRules() {
|
|
1780
1783
|
return [
|
|
1781
|
-
|
|
1784
|
+
It({
|
|
1782
1785
|
find: Ha,
|
|
1783
1786
|
type: this.type
|
|
1784
1787
|
})
|
|
@@ -2836,8 +2839,8 @@ class Ei {
|
|
|
2836
2839
|
this.leafFallback(e, n);
|
|
2837
2840
|
break e;
|
|
2838
2841
|
}
|
|
2839
|
-
let
|
|
2840
|
-
|
|
2842
|
+
let f = a && a.skip ? n : this.readStyles(e, n);
|
|
2843
|
+
f && this.addAll(e, f), c && this.sync(s), this.needsBlock = u;
|
|
2841
2844
|
} else {
|
|
2842
2845
|
let c = this.readStyles(e, n);
|
|
2843
2846
|
c && this.addElementByRule(e, a, c, a.consuming === !1 ? l : void 0);
|
|
@@ -3095,7 +3098,7 @@ function Mi(t, e) {
|
|
|
3095
3098
|
return !0;
|
|
3096
3099
|
}
|
|
3097
3100
|
}
|
|
3098
|
-
class
|
|
3101
|
+
class Dn {
|
|
3099
3102
|
/**
|
|
3100
3103
|
Create a serializer. `nodes` should map node names to functions
|
|
3101
3104
|
that take a node and return a description of the corresponding
|
|
@@ -3182,7 +3185,7 @@ class In {
|
|
|
3182
3185
|
properties in a schema's node and mark specs.
|
|
3183
3186
|
*/
|
|
3184
3187
|
static fromSchema(e) {
|
|
3185
|
-
return e.cached.domSerializer || (e.cached.domSerializer = new
|
|
3188
|
+
return e.cached.domSerializer || (e.cached.domSerializer = new Dn(this.nodesFromSchema(e), this.marksFromSchema(e)));
|
|
3186
3189
|
}
|
|
3187
3190
|
/**
|
|
3188
3191
|
Gather the serializers in a schema's node specs into an object.
|
|
@@ -3210,10 +3213,10 @@ function Oi(t) {
|
|
|
3210
3213
|
function Gn(t) {
|
|
3211
3214
|
return t.document || window.document;
|
|
3212
3215
|
}
|
|
3213
|
-
const
|
|
3216
|
+
const Ii = /* @__PURE__ */ new WeakMap();
|
|
3214
3217
|
function sc(t) {
|
|
3215
|
-
let e =
|
|
3216
|
-
return e === void 0 &&
|
|
3218
|
+
let e = Ii.get(t);
|
|
3219
|
+
return e === void 0 && Ii.set(t, e = oc(t)), e;
|
|
3217
3220
|
}
|
|
3218
3221
|
function oc(t) {
|
|
3219
3222
|
let e = null;
|
|
@@ -3248,24 +3251,24 @@ function fn(t, e, n, r) {
|
|
|
3248
3251
|
let l, a = n ? t.createElementNS(n, i) : t.createElement(i), c = e[1], u = 1;
|
|
3249
3252
|
if (c && typeof c == "object" && c.nodeType == null && !Array.isArray(c)) {
|
|
3250
3253
|
u = 2;
|
|
3251
|
-
for (let
|
|
3252
|
-
if (c[
|
|
3253
|
-
let p =
|
|
3254
|
-
p > 0 ? a.setAttributeNS(
|
|
3254
|
+
for (let f in c)
|
|
3255
|
+
if (c[f] != null) {
|
|
3256
|
+
let p = f.indexOf(" ");
|
|
3257
|
+
p > 0 ? a.setAttributeNS(f.slice(0, p), f.slice(p + 1), c[f]) : f == "style" && a.style ? a.style.cssText = c[f] : a.setAttribute(f, c[f]);
|
|
3255
3258
|
}
|
|
3256
3259
|
}
|
|
3257
|
-
for (let
|
|
3258
|
-
let p = e[
|
|
3260
|
+
for (let f = u; f < e.length; f++) {
|
|
3261
|
+
let p = e[f];
|
|
3259
3262
|
if (p === 0) {
|
|
3260
|
-
if (
|
|
3263
|
+
if (f < e.length - 1 || f > u)
|
|
3261
3264
|
throw new RangeError("Content hole must be the only child of its parent node");
|
|
3262
3265
|
return { dom: a, contentDOM: a };
|
|
3263
3266
|
} else {
|
|
3264
|
-
let { dom: m, contentDOM:
|
|
3265
|
-
if (a.appendChild(m),
|
|
3267
|
+
let { dom: m, contentDOM: k } = fn(t, p, n, r);
|
|
3268
|
+
if (a.appendChild(m), k) {
|
|
3266
3269
|
if (l)
|
|
3267
3270
|
throw new RangeError("Multiple content holes");
|
|
3268
|
-
l =
|
|
3271
|
+
l = k;
|
|
3269
3272
|
}
|
|
3270
3273
|
}
|
|
3271
3274
|
}
|
|
@@ -3275,7 +3278,7 @@ const Js = 65535, Ws = Math.pow(2, 16);
|
|
|
3275
3278
|
function lc(t, e) {
|
|
3276
3279
|
return t + e * Ws;
|
|
3277
3280
|
}
|
|
3278
|
-
function
|
|
3281
|
+
function Di(t) {
|
|
3279
3282
|
return t & Js;
|
|
3280
3283
|
}
|
|
3281
3284
|
function ac(t) {
|
|
@@ -3332,7 +3335,7 @@ class Me {
|
|
|
3332
3335
|
@internal
|
|
3333
3336
|
*/
|
|
3334
3337
|
recover(e) {
|
|
3335
|
-
let n = 0, r =
|
|
3338
|
+
let n = 0, r = Di(e);
|
|
3336
3339
|
if (!this.inverted)
|
|
3337
3340
|
for (let i = 0; i < r; i++)
|
|
3338
3341
|
n += this.ranges[i * 3 + 2] - this.ranges[i * 3 + 1];
|
|
@@ -3353,13 +3356,13 @@ class Me {
|
|
|
3353
3356
|
let a = this.ranges[l] - (this.inverted ? i : 0);
|
|
3354
3357
|
if (a > e)
|
|
3355
3358
|
break;
|
|
3356
|
-
let c = this.ranges[l + s], u = this.ranges[l + o],
|
|
3357
|
-
if (e <=
|
|
3358
|
-
let p = c ? e == a ? -1 : e ==
|
|
3359
|
+
let c = this.ranges[l + s], u = this.ranges[l + o], f = a + c;
|
|
3360
|
+
if (e <= f) {
|
|
3361
|
+
let p = c ? e == a ? -1 : e == f ? 1 : n : n, m = a + i + (p < 0 ? 0 : u);
|
|
3359
3362
|
if (r)
|
|
3360
3363
|
return m;
|
|
3361
|
-
let
|
|
3362
|
-
return (n < 0 ? e != a : e !=
|
|
3364
|
+
let k = e == (n < 0 ? a : f) ? null : lc(l / 3, e - a), b = e == a ? Gs : e == f ? js : hn;
|
|
3365
|
+
return (n < 0 ? e != a : e != f) && (b |= Zs), new yr(m, b, k);
|
|
3363
3366
|
}
|
|
3364
3367
|
i += u - c;
|
|
3365
3368
|
}
|
|
@@ -3369,7 +3372,7 @@ class Me {
|
|
|
3369
3372
|
@internal
|
|
3370
3373
|
*/
|
|
3371
3374
|
touches(e, n) {
|
|
3372
|
-
let r = 0, i =
|
|
3375
|
+
let r = 0, i = Di(n), s = this.inverted ? 2 : 1, o = this.inverted ? 1 : 2;
|
|
3373
3376
|
for (let l = 0; l < this.ranges.length; l += 3) {
|
|
3374
3377
|
let a = this.ranges[l] - (this.inverted ? r : 0);
|
|
3375
3378
|
if (a > e)
|
|
@@ -3900,8 +3903,8 @@ function Qs(t, e, n) {
|
|
|
3900
3903
|
if (s == 1)
|
|
3901
3904
|
u = c.canReplace(a, a, i);
|
|
3902
3905
|
else {
|
|
3903
|
-
let
|
|
3904
|
-
u =
|
|
3906
|
+
let f = c.contentMatchAt(a).findWrapping(i.firstChild.type);
|
|
3907
|
+
u = f && c.canReplaceWith(a, a, f[0]);
|
|
3905
3908
|
}
|
|
3906
3909
|
if (u)
|
|
3907
3910
|
return l == 0 ? r.pos : l < 0 ? r.before(o + 1) : r.after(o + 1);
|
|
@@ -4666,8 +4669,8 @@ const dc = /^```([a-z]+)?[\s\n]$/, fc = /^~~~([a-z]+)?[\s\n]$/, hc = _e.create({
|
|
|
4666
4669
|
if (c.nodeAfter)
|
|
4667
4670
|
c.nodeAfter.isTextblock ? o.setSelection(Z.create(o.doc, c.pos + 1)) : c.nodeAfter.isBlock ? o.setSelection(J.create(o.doc, c.pos)) : o.setSelection(Z.create(o.doc, c.pos));
|
|
4668
4671
|
else {
|
|
4669
|
-
const
|
|
4670
|
-
|
|
4672
|
+
const f = (a = c.parent.type.contentMatch.defaultType) === null || a === void 0 ? void 0 : a.create();
|
|
4673
|
+
f && (o.insert(u, f), o.setSelection(Z.create(o.doc, u + 1)));
|
|
4671
4674
|
}
|
|
4672
4675
|
o.scrollIntoView();
|
|
4673
4676
|
}
|
|
@@ -4719,8 +4722,8 @@ const dc = /^```([a-z]+)?[\s\n]$/, fc = /^~~~([a-z]+)?[\s\n]$/, hc = _e.create({
|
|
|
4719
4722
|
const { keepMarks: o } = this.options, { splittableMarks: l } = r.extensionManager, a = s || i.$to.parentOffset && i.$from.marks();
|
|
4720
4723
|
return e().insertContent({ type: this.name }).command(({ tr: c, dispatch: u }) => {
|
|
4721
4724
|
if (u && a && o) {
|
|
4722
|
-
const
|
|
4723
|
-
c.ensureMarks(
|
|
4725
|
+
const f = a.filter((p) => l.includes(p.type.name));
|
|
4726
|
+
c.ensureMarks(f);
|
|
4724
4727
|
}
|
|
4725
4728
|
return !0;
|
|
4726
4729
|
}).run();
|
|
@@ -4851,26 +4854,26 @@ class $e {
|
|
|
4851
4854
|
let i, s;
|
|
4852
4855
|
n && (i = this.remapping(r, this.items.length), s = i.maps.length);
|
|
4853
4856
|
let o = e.tr, l, a, c = [], u = [];
|
|
4854
|
-
return this.items.forEach((
|
|
4855
|
-
if (!
|
|
4856
|
-
i || (i = this.remapping(r, p + 1), s = i.maps.length), s--, u.push(
|
|
4857
|
+
return this.items.forEach((f, p) => {
|
|
4858
|
+
if (!f.step) {
|
|
4859
|
+
i || (i = this.remapping(r, p + 1), s = i.maps.length), s--, u.push(f);
|
|
4857
4860
|
return;
|
|
4858
4861
|
}
|
|
4859
4862
|
if (i) {
|
|
4860
|
-
u.push(new He(
|
|
4861
|
-
let m =
|
|
4862
|
-
m && o.maybeStep(m).doc && (
|
|
4863
|
+
u.push(new He(f.map));
|
|
4864
|
+
let m = f.step.map(i.slice(s)), k;
|
|
4865
|
+
m && o.maybeStep(m).doc && (k = o.mapping.maps[o.mapping.maps.length - 1], c.push(new He(k, void 0, void 0, c.length + u.length))), s--, k && i.appendMap(k, s);
|
|
4863
4866
|
} else
|
|
4864
|
-
o.maybeStep(
|
|
4865
|
-
if (
|
|
4866
|
-
return l = i ?
|
|
4867
|
+
o.maybeStep(f.step);
|
|
4868
|
+
if (f.selection)
|
|
4869
|
+
return l = i ? f.selection.map(i.slice(s)) : f.selection, a = new $e(this.items.slice(0, r).append(u.reverse().concat(c)), this.eventCount - 1), !1;
|
|
4867
4870
|
}, this.items.length, 0), { remaining: a, transform: o, selection: l };
|
|
4868
4871
|
}
|
|
4869
4872
|
// Create a new branch with the given transform added.
|
|
4870
4873
|
addTransform(e, n, r, i) {
|
|
4871
4874
|
let s = [], o = this.eventCount, l = this.items, a = !i && l.length ? l.get(l.length - 1) : null;
|
|
4872
4875
|
for (let u = 0; u < e.steps.length; u++) {
|
|
4873
|
-
let
|
|
4876
|
+
let f = e.steps[u].invert(e.docs[u]), p = new He(e.mapping.maps[u], f, n), m;
|
|
4874
4877
|
(m = a && a.merge(p)) && (p = m, u ? s.pop() : l = l.slice(0, l.length - 1)), s.push(p), n && (o++, n = void 0), i || (a = p);
|
|
4875
4878
|
}
|
|
4876
4879
|
let c = o - r.depth;
|
|
@@ -4903,18 +4906,18 @@ class $e {
|
|
|
4903
4906
|
if (m == null)
|
|
4904
4907
|
return;
|
|
4905
4908
|
o = Math.min(o, m);
|
|
4906
|
-
let
|
|
4909
|
+
let k = s.maps[m];
|
|
4907
4910
|
if (p.step) {
|
|
4908
|
-
let
|
|
4909
|
-
|
|
4911
|
+
let b = e.steps[m].invert(e.docs[m]), x = p.selection && p.selection.map(s.slice(a + 1, m));
|
|
4912
|
+
x && l++, r.push(new He(k, b, x));
|
|
4910
4913
|
} else
|
|
4911
|
-
r.push(new He(
|
|
4914
|
+
r.push(new He(k));
|
|
4912
4915
|
}, i);
|
|
4913
4916
|
let c = [];
|
|
4914
4917
|
for (let p = n; p < o; p++)
|
|
4915
4918
|
c.push(new He(s.maps[p]));
|
|
4916
|
-
let u = this.items.slice(0, i).append(c).append(r),
|
|
4917
|
-
return
|
|
4919
|
+
let u = this.items.slice(0, i).append(c).append(r), f = new $e(u, l);
|
|
4920
|
+
return f.emptyItemCount() > xc && (f = f.compress(this.items.length - r.length)), f;
|
|
4918
4921
|
}
|
|
4919
4922
|
emptyItemCount() {
|
|
4920
4923
|
let e = 0;
|
|
@@ -4938,8 +4941,8 @@ class $e {
|
|
|
4938
4941
|
if (r--, c && n.appendMap(c, r), a) {
|
|
4939
4942
|
let u = o.selection && o.selection.map(n.slice(r));
|
|
4940
4943
|
u && s++;
|
|
4941
|
-
let
|
|
4942
|
-
(p = i.length && i[m].merge(
|
|
4944
|
+
let f = new He(c.invert(), a, u), p, m = i.length - 1;
|
|
4945
|
+
(p = i.length && i[m].merge(f)) ? i[m] = p : i.push(f);
|
|
4943
4946
|
}
|
|
4944
4947
|
} else o.map && r--;
|
|
4945
4948
|
}, this.items.length, 0), new $e(pe.from(i.reverse()), s);
|
|
@@ -5137,20 +5140,20 @@ class Oc {
|
|
|
5137
5140
|
updateOverlay() {
|
|
5138
5141
|
let e = this.editorView.state.doc.resolve(this.cursorPos), n = !e.parent.inlineContent, r, i = this.editorView.dom, s = i.getBoundingClientRect(), o = s.width / i.offsetWidth, l = s.height / i.offsetHeight;
|
|
5139
5142
|
if (n) {
|
|
5140
|
-
let
|
|
5141
|
-
if (
|
|
5142
|
-
let m = this.editorView.nodeDOM(this.cursorPos - (
|
|
5143
|
+
let f = e.nodeBefore, p = e.nodeAfter;
|
|
5144
|
+
if (f || p) {
|
|
5145
|
+
let m = this.editorView.nodeDOM(this.cursorPos - (f ? f.nodeSize : 0));
|
|
5143
5146
|
if (m) {
|
|
5144
|
-
let
|
|
5145
|
-
|
|
5146
|
-
let
|
|
5147
|
-
r = { left:
|
|
5147
|
+
let k = m.getBoundingClientRect(), b = f ? k.bottom : k.top;
|
|
5148
|
+
f && p && (b = (b + this.editorView.nodeDOM(this.cursorPos).getBoundingClientRect().top) / 2);
|
|
5149
|
+
let x = this.width / 2 * l;
|
|
5150
|
+
r = { left: k.left, right: k.right, top: b - x, bottom: b + x };
|
|
5148
5151
|
}
|
|
5149
5152
|
}
|
|
5150
5153
|
}
|
|
5151
5154
|
if (!r) {
|
|
5152
|
-
let
|
|
5153
|
-
r = { left:
|
|
5155
|
+
let f = this.editorView.coordsAtPos(this.cursorPos), p = this.width / 2 * o;
|
|
5156
|
+
r = { left: f.left - p, right: f.left + p, top: f.top, bottom: f.bottom };
|
|
5154
5157
|
}
|
|
5155
5158
|
let a = this.editorView.dom.offsetParent;
|
|
5156
5159
|
this.element || (this.element = a.appendChild(document.createElement("div")), this.class && (this.element.className = this.class), this.element.style.cssText = "position: absolute; z-index: 50; pointer-events: none;", this.color && (this.element.style.backgroundColor = this.color)), this.element.classList.toggle("prosemirror-dropcursor-block", n), this.element.classList.toggle("prosemirror-dropcursor-inline", !n);
|
|
@@ -5158,8 +5161,8 @@ class Oc {
|
|
|
5158
5161
|
if (!a || a == document.body && getComputedStyle(a).position == "static")
|
|
5159
5162
|
c = -pageXOffset, u = -pageYOffset;
|
|
5160
5163
|
else {
|
|
5161
|
-
let
|
|
5162
|
-
c =
|
|
5164
|
+
let f = a.getBoundingClientRect(), p = f.width / a.offsetWidth, m = f.height / a.offsetHeight;
|
|
5165
|
+
c = f.left - a.scrollLeft * p, u = f.top - a.scrollTop * m;
|
|
5163
5166
|
}
|
|
5164
5167
|
this.element.style.left = (r.left - c) / o + "px", this.element.style.top = (r.top - u) / l + "px", this.element.style.width = (r.right - r.left) / o + "px", this.element.style.height = (r.bottom - r.top) / l + "px";
|
|
5165
5168
|
}
|
|
@@ -5189,7 +5192,7 @@ class Oc {
|
|
|
5189
5192
|
this.editorView.dom.contains(e.relatedTarget) || this.setCursor(null);
|
|
5190
5193
|
}
|
|
5191
5194
|
}
|
|
5192
|
-
const
|
|
5195
|
+
const Ic = Rr.create({
|
|
5193
5196
|
name: "dropCursor",
|
|
5194
5197
|
addOptions() {
|
|
5195
5198
|
return {
|
|
@@ -5282,14 +5285,14 @@ var ot = {
|
|
|
5282
5285
|
220: "|",
|
|
5283
5286
|
221: "}",
|
|
5284
5287
|
222: '"'
|
|
5285
|
-
},
|
|
5288
|
+
}, Dc = typeof navigator < "u" && /Mac/.test(navigator.platform), Lc = typeof navigator < "u" && /MSIE \d|Trident\/(?:[7-9]|\d{2,})\..*rv:(\d+)/.exec(navigator.userAgent);
|
|
5286
5289
|
for (var ge = 0; ge < 10; ge++) ot[48 + ge] = ot[96 + ge] = String(ge);
|
|
5287
5290
|
for (var ge = 1; ge <= 24; ge++) ot[ge + 111] = "F" + ge;
|
|
5288
5291
|
for (var ge = 65; ge <= 90; ge++)
|
|
5289
5292
|
ot[ge] = String.fromCharCode(ge + 32), kn[ge] = String.fromCharCode(ge);
|
|
5290
5293
|
for (var tr in ot) kn.hasOwnProperty(tr) || (kn[tr] = ot[tr]);
|
|
5291
5294
|
function Fc(t) {
|
|
5292
|
-
var e =
|
|
5295
|
+
var e = Dc && t.metaKey && t.shiftKey && !t.ctrlKey && !t.altKey || Lc && t.shiftKey && t.key && t.key.length == 1 || t.key == "Unidentified", n = !e && t.key || (t.shiftKey ? kn : ot)[t.keyCode] || t.key || "Unidentified";
|
|
5293
5296
|
return n == "Esc" && (n = "Escape"), n == "Del" && (n = "Delete"), n == "Left" && (n = "ArrowLeft"), n == "Up" && (n = "ArrowUp"), n == "Right" && (n = "ArrowRight"), n == "Down" && (n = "ArrowDown"), n;
|
|
5294
5297
|
}
|
|
5295
5298
|
const Rc = typeof navigator < "u" && /Mac|iP(hone|[oa]d)/.test(navigator.platform), Pc = typeof navigator < "u" && /Win/.test(navigator.platform);
|
|
@@ -5414,21 +5417,21 @@ function Uc(t, e = null) {
|
|
|
5414
5417
|
if (so(n)) {
|
|
5415
5418
|
for (a = o; i && !i.node; )
|
|
5416
5419
|
i = i.parent;
|
|
5417
|
-
let
|
|
5418
|
-
if (i &&
|
|
5420
|
+
let f = i.node;
|
|
5421
|
+
if (i && f.isAtom && J.isSelectable(f) && i.parent && !(f.isInline && Bc(n.focusNode, n.focusOffset, i.dom))) {
|
|
5419
5422
|
let p = i.posBefore;
|
|
5420
5423
|
c = new J(o == p ? l : r.resolve(p));
|
|
5421
5424
|
}
|
|
5422
5425
|
} else {
|
|
5423
5426
|
if (n instanceof t.dom.ownerDocument.defaultView.Selection && n.rangeCount > 1) {
|
|
5424
|
-
let
|
|
5427
|
+
let f = o, p = o;
|
|
5425
5428
|
for (let m = 0; m < n.rangeCount; m++) {
|
|
5426
|
-
let
|
|
5427
|
-
|
|
5429
|
+
let k = n.getRangeAt(m);
|
|
5430
|
+
f = Math.min(f, t.docView.posFromDOM(k.startContainer, k.startOffset, 1)), p = Math.max(p, t.docView.posFromDOM(k.endContainer, k.endOffset, -1));
|
|
5428
5431
|
}
|
|
5429
|
-
if (
|
|
5432
|
+
if (f < 0)
|
|
5430
5433
|
return null;
|
|
5431
|
-
[a, o] = p == t.state.selection.anchor ? [p,
|
|
5434
|
+
[a, o] = p == t.state.selection.anchor ? [p, f] : [f, p], l = r.resolve(o);
|
|
5432
5435
|
} else
|
|
5433
5436
|
a = t.docView.posFromDOM(n.anchorNode, n.anchorOffset, 1);
|
|
5434
5437
|
if (a < 0)
|
|
@@ -5436,8 +5439,8 @@ function Uc(t, e = null) {
|
|
|
5436
5439
|
}
|
|
5437
5440
|
let u = r.resolve(a);
|
|
5438
5441
|
if (!c) {
|
|
5439
|
-
let
|
|
5440
|
-
c = ho(t, u, l,
|
|
5442
|
+
let f = e == "pointer" || t.state.selection.head < l.pos && !s ? 1 : -1;
|
|
5443
|
+
c = ho(t, u, l, f);
|
|
5441
5444
|
}
|
|
5442
5445
|
return c;
|
|
5443
5446
|
}
|
|
@@ -5783,19 +5786,19 @@ function mo(t, e) {
|
|
|
5783
5786
|
let m = r.firstChild;
|
|
5784
5787
|
n.push(m.type.name, m.attrs != m.type.defaultAttrs ? m.attrs : null), r = m.content;
|
|
5785
5788
|
}
|
|
5786
|
-
let o = t.someProp("clipboardSerializer") ||
|
|
5789
|
+
let o = t.someProp("clipboardSerializer") || Dn.fromSchema(t.state.schema), l = ko(), a = l.createElement("div");
|
|
5787
5790
|
a.appendChild(o.serializeFragment(r, { document: l }));
|
|
5788
|
-
let c = a.firstChild, u,
|
|
5791
|
+
let c = a.firstChild, u, f = 0;
|
|
5789
5792
|
for (; c && c.nodeType == 1 && (u = vo[c.nodeName.toLowerCase()]); ) {
|
|
5790
5793
|
for (let m = u.length - 1; m >= 0; m--) {
|
|
5791
|
-
let
|
|
5794
|
+
let k = l.createElement(u[m]);
|
|
5792
5795
|
for (; a.firstChild; )
|
|
5793
|
-
|
|
5794
|
-
a.appendChild(
|
|
5796
|
+
k.appendChild(a.firstChild);
|
|
5797
|
+
a.appendChild(k), f++;
|
|
5795
5798
|
}
|
|
5796
5799
|
c = a.firstChild;
|
|
5797
5800
|
}
|
|
5798
|
-
c && c.nodeType == 1 && c.setAttribute("data-pm-slice", `${i} ${s}${
|
|
5801
|
+
c && c.nodeType == 1 && c.setAttribute("data-pm-slice", `${i} ${s}${f ? ` -${f}` : ""} ${JSON.stringify(n)}`);
|
|
5799
5802
|
let p = t.someProp("clipboardTextSerializer", (m) => m(e, t)) || e.content.textBetween(0, e.content.size, `
|
|
5800
5803
|
|
|
5801
5804
|
`);
|
|
@@ -5814,23 +5817,23 @@ function go(t, e, n, r, i) {
|
|
|
5814
5817
|
`))), 0, 0), t.someProp("transformPasted", (p) => {
|
|
5815
5818
|
l = p(l, t, !0);
|
|
5816
5819
|
}), l;
|
|
5817
|
-
let
|
|
5818
|
-
if (
|
|
5819
|
-
l =
|
|
5820
|
+
let f = t.someProp("clipboardTextParser", (p) => p(e, i, r, t));
|
|
5821
|
+
if (f)
|
|
5822
|
+
l = f;
|
|
5820
5823
|
else {
|
|
5821
|
-
let p = i.marks(), { schema: m } = t.state,
|
|
5822
|
-
o = document.createElement("div"), e.split(/(?:\r\n?|\n)+/).forEach((
|
|
5823
|
-
let
|
|
5824
|
-
|
|
5824
|
+
let p = i.marks(), { schema: m } = t.state, k = Dn.fromSchema(m);
|
|
5825
|
+
o = document.createElement("div"), e.split(/(?:\r\n?|\n)+/).forEach((b) => {
|
|
5826
|
+
let x = o.appendChild(document.createElement("p"));
|
|
5827
|
+
b && x.appendChild(k.serializeNode(m.text(b, p)));
|
|
5825
5828
|
});
|
|
5826
5829
|
}
|
|
5827
5830
|
} else
|
|
5828
|
-
t.someProp("transformPastedHTML", (
|
|
5829
|
-
n =
|
|
5831
|
+
t.someProp("transformPastedHTML", (f) => {
|
|
5832
|
+
n = f(n, t);
|
|
5830
5833
|
}), o = iu(n), Hr && su(o);
|
|
5831
5834
|
let c = o && o.querySelector("[data-pm-slice]"), u = c && /^(\d+) (\d+)(?: -(\d+))? (.*)/.exec(c.getAttribute("data-pm-slice") || "");
|
|
5832
5835
|
if (u && u[3])
|
|
5833
|
-
for (let
|
|
5836
|
+
for (let f = +u[3]; f > 0; f--) {
|
|
5834
5837
|
let p = o.firstChild;
|
|
5835
5838
|
for (; p && p.nodeType != 1; )
|
|
5836
5839
|
p = p.nextSibling;
|
|
@@ -5847,15 +5850,15 @@ function go(t, e, n, r, i) {
|
|
|
5847
5850
|
})), u)
|
|
5848
5851
|
l = ou(Qi(l, +u[1], +u[2]), u[4]);
|
|
5849
5852
|
else if (l = K.maxOpen(nu(l.content, i), !0), l.openStart || l.openEnd) {
|
|
5850
|
-
let
|
|
5851
|
-
for (let m = l.content.firstChild;
|
|
5853
|
+
let f = 0, p = 0;
|
|
5854
|
+
for (let m = l.content.firstChild; f < l.openStart && !m.type.spec.isolating; f++, m = m.firstChild)
|
|
5852
5855
|
;
|
|
5853
5856
|
for (let m = l.content.lastChild; p < l.openEnd && !m.type.spec.isolating; p++, m = m.lastChild)
|
|
5854
5857
|
;
|
|
5855
|
-
l = Qi(l,
|
|
5858
|
+
l = Qi(l, f, p);
|
|
5856
5859
|
}
|
|
5857
|
-
return t.someProp("transformPasted", (
|
|
5858
|
-
l =
|
|
5860
|
+
return t.someProp("transformPasted", (f) => {
|
|
5861
|
+
l = f(l, t, a);
|
|
5859
5862
|
}), l;
|
|
5860
5863
|
}
|
|
5861
5864
|
const tu = /^(a|abbr|acronym|b|cite|code|del|em|i|ins|kbd|label|output|q|ruby|s|samp|span|strong|sub|sup|time|u|tt|var)$/i;
|
|
@@ -6260,8 +6263,8 @@ Be.dragstart = (t, e) => {
|
|
|
6260
6263
|
if (r && r.mightDrag)
|
|
6261
6264
|
o = J.create(t.state.doc, r.mightDrag.pos);
|
|
6262
6265
|
else if (n.target && n.target.nodeType == 1) {
|
|
6263
|
-
let
|
|
6264
|
-
|
|
6266
|
+
let f = t.docView.nearestDesc(n.target, !0);
|
|
6267
|
+
f && f.node.type.spec.draggable && f != t.docView && (o = J.create(t.state.doc, f.posBefore));
|
|
6265
6268
|
}
|
|
6266
6269
|
}
|
|
6267
6270
|
let l = (o || t.state.selection).content(), { dom: a, text: c, slice: u } = mo(t, l);
|
|
@@ -6306,15 +6309,15 @@ function wu(t, e, n) {
|
|
|
6306
6309
|
let { node: m } = n;
|
|
6307
6310
|
m ? m.replace(a) : a.deleteSelection();
|
|
6308
6311
|
}
|
|
6309
|
-
let c = a.mapping.map(l), u = s.openStart == 0 && s.openEnd == 0 && s.content.childCount == 1,
|
|
6310
|
-
if (u ? a.replaceRangeWith(c, c, s.content.firstChild) : a.replaceRange(c, c, s), a.doc.eq(
|
|
6312
|
+
let c = a.mapping.map(l), u = s.openStart == 0 && s.openEnd == 0 && s.content.childCount == 1, f = a.doc;
|
|
6313
|
+
if (u ? a.replaceRangeWith(c, c, s.content.firstChild) : a.replaceRange(c, c, s), a.doc.eq(f))
|
|
6311
6314
|
return;
|
|
6312
6315
|
let p = a.doc.resolve(c);
|
|
6313
6316
|
if (u && J.isSelectable(s.content.firstChild) && p.nodeAfter && p.nodeAfter.sameMarkup(s.content.firstChild))
|
|
6314
6317
|
a.setSelection(new J(p));
|
|
6315
6318
|
else {
|
|
6316
6319
|
let m = a.mapping.map(l);
|
|
6317
|
-
a.mapping.maps[a.mapping.maps.length - 1].forEach((
|
|
6320
|
+
a.mapping.maps[a.mapping.maps.length - 1].forEach((k, b, x, v) => m = v), a.setSelection(ho(t, p, a.doc.resolve(m)));
|
|
6318
6321
|
}
|
|
6319
6322
|
t.focus(), t.dispatch(a.setMeta("uiEvent", "drop"));
|
|
6320
6323
|
}
|
|
@@ -6574,8 +6577,8 @@ class he {
|
|
|
6574
6577
|
let r = this.children, i = this.local;
|
|
6575
6578
|
for (let s = 0; s < r.length; s += 3) {
|
|
6576
6579
|
let o, l = r[s] + n, a = r[s + 1] + n;
|
|
6577
|
-
for (let u = 0,
|
|
6578
|
-
(
|
|
6580
|
+
for (let u = 0, f; u < e.length; u++)
|
|
6581
|
+
(f = e[u]) && f.from > l && f.to < a && (e[u] = null, (o || (o = [])).push(f));
|
|
6579
6582
|
if (!o)
|
|
6580
6583
|
continue;
|
|
6581
6584
|
r == this.children && (r = this.children.slice());
|
|
@@ -6718,17 +6721,17 @@ class dt {
|
|
|
6718
6721
|
function Au(t, e, n, r, i, s, o) {
|
|
6719
6722
|
let l = t.slice();
|
|
6720
6723
|
for (let c = 0, u = s; c < n.maps.length; c++) {
|
|
6721
|
-
let
|
|
6722
|
-
n.maps[c].forEach((p, m,
|
|
6723
|
-
let
|
|
6724
|
-
for (let
|
|
6725
|
-
let S = l[
|
|
6726
|
-
if (S < 0 || p > S + u -
|
|
6724
|
+
let f = 0;
|
|
6725
|
+
n.maps[c].forEach((p, m, k, b) => {
|
|
6726
|
+
let x = b - k - (m - p);
|
|
6727
|
+
for (let v = 0; v < l.length; v += 3) {
|
|
6728
|
+
let S = l[v + 1];
|
|
6729
|
+
if (S < 0 || p > S + u - f)
|
|
6727
6730
|
continue;
|
|
6728
|
-
let
|
|
6729
|
-
m >=
|
|
6731
|
+
let D = l[v] + u - f;
|
|
6732
|
+
m >= D ? l[v + 1] = p <= D ? -2 : -1 : p >= u && x && (l[v] += x, l[v + 1] += x);
|
|
6730
6733
|
}
|
|
6731
|
-
|
|
6734
|
+
f += x;
|
|
6732
6735
|
}), u = n.maps[c].map(u, -1);
|
|
6733
6736
|
}
|
|
6734
6737
|
let a = !1;
|
|
@@ -6738,28 +6741,28 @@ function Au(t, e, n, r, i, s, o) {
|
|
|
6738
6741
|
a = !0, l[c + 1] = -1;
|
|
6739
6742
|
continue;
|
|
6740
6743
|
}
|
|
6741
|
-
let u = n.map(t[c] + s),
|
|
6742
|
-
if (
|
|
6744
|
+
let u = n.map(t[c] + s), f = u - i;
|
|
6745
|
+
if (f < 0 || f >= r.content.size) {
|
|
6743
6746
|
a = !0;
|
|
6744
6747
|
continue;
|
|
6745
6748
|
}
|
|
6746
|
-
let p = n.map(t[c + 1] + s, -1), m = p - i, { index:
|
|
6747
|
-
if (
|
|
6748
|
-
let
|
|
6749
|
-
|
|
6749
|
+
let p = n.map(t[c + 1] + s, -1), m = p - i, { index: k, offset: b } = r.content.findIndex(f), x = r.maybeChild(k);
|
|
6750
|
+
if (x && b == f && b + x.nodeSize == m) {
|
|
6751
|
+
let v = l[c + 2].mapInner(n, x, u + 1, t[c] + s + 1, o);
|
|
6752
|
+
v != Ce ? (l[c] = f, l[c + 1] = m, l[c + 2] = v) : (l[c + 1] = -2, a = !0);
|
|
6750
6753
|
} else
|
|
6751
6754
|
a = !0;
|
|
6752
6755
|
}
|
|
6753
6756
|
if (a) {
|
|
6754
6757
|
let c = Nu(l, t, e, n, i, s, o), u = Nn(c, r, 0, o);
|
|
6755
6758
|
e = u.local;
|
|
6756
|
-
for (let
|
|
6757
|
-
l[
|
|
6758
|
-
for (let
|
|
6759
|
-
let m = u.children[
|
|
6759
|
+
for (let f = 0; f < l.length; f += 3)
|
|
6760
|
+
l[f + 1] < 0 && (l.splice(f, 3), f -= 3);
|
|
6761
|
+
for (let f = 0, p = 0; f < u.children.length; f += 3) {
|
|
6762
|
+
let m = u.children[f];
|
|
6760
6763
|
for (; p < l.length && l[p] < m; )
|
|
6761
6764
|
p += 3;
|
|
6762
|
-
l.splice(p, 0, u.children[
|
|
6765
|
+
l.splice(p, 0, u.children[f], u.children[f + 1], u.children[f + 2]);
|
|
6763
6766
|
}
|
|
6764
6767
|
}
|
|
6765
6768
|
return new he(e.sort(xt), l);
|
|
@@ -6777,8 +6780,8 @@ function Eo(t, e) {
|
|
|
6777
6780
|
function Nu(t, e, n, r, i, s, o) {
|
|
6778
6781
|
function l(a, c) {
|
|
6779
6782
|
for (let u = 0; u < a.local.length; u++) {
|
|
6780
|
-
let
|
|
6781
|
-
|
|
6783
|
+
let f = a.local[u].map(r, i, c);
|
|
6784
|
+
f ? n.push(f) : o.onRemove && o.onRemove(a.local[u].spec);
|
|
6782
6785
|
}
|
|
6783
6786
|
for (let u = 0; u < a.children.length; u += 3)
|
|
6784
6787
|
l(a.children[u + 2], a.children[u] + c + 1);
|
|
@@ -6986,9 +6989,9 @@ function Mu() {
|
|
|
6986
6989
|
createSelectionBetween(t, e, n) {
|
|
6987
6990
|
return e.pos == n.pos && ie.valid(n) ? new ie(n) : null;
|
|
6988
6991
|
},
|
|
6989
|
-
handleClick:
|
|
6992
|
+
handleClick: Iu,
|
|
6990
6993
|
handleKeyDown: Ou,
|
|
6991
|
-
handleDOMEvents: { beforeinput:
|
|
6994
|
+
handleDOMEvents: { beforeinput: Du }
|
|
6992
6995
|
}
|
|
6993
6996
|
});
|
|
6994
6997
|
}
|
|
@@ -7011,7 +7014,7 @@ function un(t, e) {
|
|
|
7011
7014
|
return c ? (i && i(r.tr.setSelection(new ie(c))), !0) : !1;
|
|
7012
7015
|
};
|
|
7013
7016
|
}
|
|
7014
|
-
function
|
|
7017
|
+
function Iu(t, e, n) {
|
|
7015
7018
|
if (!t || !t.editable)
|
|
7016
7019
|
return !1;
|
|
7017
7020
|
let r = t.state.doc.resolve(e);
|
|
@@ -7020,7 +7023,7 @@ function Du(t, e, n) {
|
|
|
7020
7023
|
let i = t.posAtCoords({ left: n.clientX, top: n.clientY });
|
|
7021
7024
|
return i && i.inside > -1 && J.isSelectable(t.state.doc.nodeAt(i.inside)) ? !1 : (t.dispatch(t.state.tr.setSelection(new ie(r))), !0);
|
|
7022
7025
|
}
|
|
7023
|
-
function
|
|
7026
|
+
function Du(t, e) {
|
|
7024
7027
|
if (e.inputType != "insertCompositionText" || !(t.state.selection instanceof ie))
|
|
7025
7028
|
return !1;
|
|
7026
7029
|
let { $from: n } = t.state.selection, r = n.parent.contentMatchAt(n.index()).findWrapping(t.state.schema.nodes.text);
|
|
@@ -7062,7 +7065,7 @@ const Fu = Rr.create({
|
|
|
7062
7065
|
// ============================================================
|
|
7063
7066
|
bold: {
|
|
7064
7067
|
category: "mark",
|
|
7065
|
-
extension:
|
|
7068
|
+
extension: Da,
|
|
7066
7069
|
priority: 100
|
|
7067
7070
|
},
|
|
7068
7071
|
italic: {
|
|
@@ -7230,7 +7233,7 @@ const Fu = Rr.create({
|
|
|
7230
7233
|
nested: !0
|
|
7231
7234
|
}),
|
|
7232
7235
|
// Note: History is NOT here - it's managed via undo/redo modifiers to avoid duplication
|
|
7233
|
-
|
|
7236
|
+
Ic,
|
|
7234
7237
|
Fu
|
|
7235
7238
|
];
|
|
7236
7239
|
function Pu(t) {
|
|
@@ -7274,8 +7277,8 @@ function Pu(t) {
|
|
|
7274
7277
|
const u = a.defaultOptions ? a.extension.configure(a.defaultOptions) : a.extension;
|
|
7275
7278
|
e.push(u), n.add(l), r.add(c);
|
|
7276
7279
|
}), e.sort((l, a) => {
|
|
7277
|
-
const c = Object.values(Pt).find((m) => m?.extension?.name === l.name), u = Object.values(Pt).find((m) => m?.extension?.name === a.name),
|
|
7278
|
-
return (u?.priority ?? 100) -
|
|
7280
|
+
const c = Object.values(Pt).find((m) => m?.extension?.name === l.name), u = Object.values(Pt).find((m) => m?.extension?.name === a.name), f = c?.priority ?? 100;
|
|
7281
|
+
return (u?.priority ?? 100) - f;
|
|
7279
7282
|
});
|
|
7280
7283
|
}
|
|
7281
7284
|
const $u = {
|
|
@@ -7503,7 +7506,7 @@ const Bu = ({
|
|
|
7503
7506
|
onToolbarAction: r
|
|
7504
7507
|
}) => {
|
|
7505
7508
|
const { editor: i } = $s();
|
|
7506
|
-
return /* @__PURE__ */
|
|
7509
|
+
return /* @__PURE__ */ d(
|
|
7507
7510
|
Ea,
|
|
7508
7511
|
{
|
|
7509
7512
|
editor: i,
|
|
@@ -7542,23 +7545,23 @@ const Bu = ({
|
|
|
7542
7545
|
modifiers: a = $u.full,
|
|
7543
7546
|
variant: c = "bordered",
|
|
7544
7547
|
initialContent: u,
|
|
7545
|
-
content:
|
|
7548
|
+
content: f,
|
|
7546
7549
|
onContentChange: p,
|
|
7547
7550
|
onUpdate: m,
|
|
7548
|
-
onToolbarAction:
|
|
7549
|
-
isReadOnly:
|
|
7550
|
-
isDisabled:
|
|
7551
|
-
includeInlineStyles:
|
|
7551
|
+
onToolbarAction: k,
|
|
7552
|
+
isReadOnly: b = !1,
|
|
7553
|
+
isDisabled: x = !1,
|
|
7554
|
+
includeInlineStyles: v = !0,
|
|
7552
7555
|
...S
|
|
7553
|
-
} = t, { zoom:
|
|
7556
|
+
} = t, { zoom: D, setZoom: w } = wa(), I = vi.lineHeight, L = n * I, M = i ? void 0 : r * I, B = z.useMemo(() => Pu(a), [a]), { Component: H, label: U, shouldLabelBeOutside: P, getBaseProps: E, getLabelProps: R, getInputWrapperProps: $ } = yl({
|
|
7554
7557
|
...S,
|
|
7555
7558
|
variant: c,
|
|
7556
7559
|
// Explicitly pass variant to ensure bordered styling
|
|
7557
7560
|
ref: e,
|
|
7558
7561
|
isMultiline: !0
|
|
7559
|
-
}), _ = U ? /* @__PURE__ */
|
|
7562
|
+
}), _ = U ? /* @__PURE__ */ d("label", { ...R(), children: U }) : null, Y = z.useCallback(
|
|
7560
7563
|
({ editor: W }) => {
|
|
7561
|
-
const xe = W.getHTML(), de =
|
|
7564
|
+
const xe = W.getHTML(), de = v ? _u(xe) : xe, ve = W.getJSON(), Qe = W.getText(), St = Qe.length, Ft = Qe.split(/\s+/).filter((Ee) => Ee.length > 0).length, te = {
|
|
7562
7565
|
html: de,
|
|
7563
7566
|
json: ve,
|
|
7564
7567
|
text: Qe,
|
|
@@ -7573,11 +7576,11 @@ const Bu = ({
|
|
|
7573
7576
|
S.onChange(Ee);
|
|
7574
7577
|
}
|
|
7575
7578
|
},
|
|
7576
|
-
[p, m, S,
|
|
7579
|
+
[p, m, S, v]
|
|
7577
7580
|
);
|
|
7578
7581
|
return /* @__PURE__ */ T(H, { ...E(), children: [
|
|
7579
7582
|
P ? _ : null,
|
|
7580
|
-
/* @__PURE__ */
|
|
7583
|
+
/* @__PURE__ */ d(
|
|
7581
7584
|
"div",
|
|
7582
7585
|
{
|
|
7583
7586
|
...$(),
|
|
@@ -7586,25 +7589,25 @@ const Bu = ({
|
|
|
7586
7589
|
maxHeight: M ? `${M + vi.toolbarHeight}px` : void 0,
|
|
7587
7590
|
overflow: M ? "auto" : void 0
|
|
7588
7591
|
},
|
|
7589
|
-
children: /* @__PURE__ */
|
|
7592
|
+
children: /* @__PURE__ */ d(
|
|
7590
7593
|
Wl,
|
|
7591
7594
|
{
|
|
7592
|
-
editable: !
|
|
7593
|
-
slotBefore: l ? /* @__PURE__ */
|
|
7595
|
+
editable: !b && !x,
|
|
7596
|
+
slotBefore: l ? /* @__PURE__ */ d(
|
|
7594
7597
|
Bu,
|
|
7595
7598
|
{
|
|
7596
7599
|
modifiers: a,
|
|
7597
|
-
zoom:
|
|
7600
|
+
zoom: D,
|
|
7598
7601
|
onZoomChange: w,
|
|
7599
|
-
onToolbarAction:
|
|
7602
|
+
onToolbarAction: k
|
|
7600
7603
|
}
|
|
7601
7604
|
) : void 0,
|
|
7602
|
-
slotAfter: /* @__PURE__ */
|
|
7605
|
+
slotAfter: /* @__PURE__ */ d(Hu, { showCharacterCount: s, showWordCount: o }),
|
|
7603
7606
|
editorContainerProps: {
|
|
7604
7607
|
className: "w-full flex-1 outline-none",
|
|
7605
7608
|
style: {
|
|
7606
7609
|
minHeight: `${L}px`,
|
|
7607
|
-
fontSize: `${
|
|
7610
|
+
fontSize: `${D}%`,
|
|
7608
7611
|
display: "flex",
|
|
7609
7612
|
flexDirection: "column"
|
|
7610
7613
|
}
|
|
@@ -7615,7 +7618,7 @@ const Bu = ({
|
|
|
7615
7618
|
}
|
|
7616
7619
|
},
|
|
7617
7620
|
extensions: B,
|
|
7618
|
-
content:
|
|
7621
|
+
content: f || u || t.defaultValue || "",
|
|
7619
7622
|
onUpdate: Y
|
|
7620
7623
|
}
|
|
7621
7624
|
)
|
|
@@ -7626,7 +7629,7 @@ const Bu = ({
|
|
|
7626
7629
|
Nr.displayName = "TipTapEditor";
|
|
7627
7630
|
const Uu = tn((t, e) => {
|
|
7628
7631
|
const { adapter: n = "tiptap", variant: r = "bordered", ...i } = t;
|
|
7629
|
-
return n === "tiptap" ? /* @__PURE__ */
|
|
7632
|
+
return n === "tiptap" ? /* @__PURE__ */ d(Nr, { ...i, variant: r, ref: e }) : (console.warn(`Adapter "${n}" is not supported. Using TipTap.`), /* @__PURE__ */ d(Nr, { ...i, variant: r, ref: e }));
|
|
7630
7633
|
});
|
|
7631
7634
|
Uu.displayName = "RichTextArea";
|
|
7632
7635
|
function qu(t, e = "en-US", n = "USD") {
|
|
@@ -7663,23 +7666,23 @@ const es = [
|
|
|
7663
7666
|
maxCustomAmount: a = 1e6,
|
|
7664
7667
|
labels: c,
|
|
7665
7668
|
mobileColumns: u = 2,
|
|
7666
|
-
desktopColumns:
|
|
7669
|
+
desktopColumns: f = 3,
|
|
7667
7670
|
isDisabled: p = !1,
|
|
7668
7671
|
buttonVariant: m = "bordered",
|
|
7669
|
-
buttonColor:
|
|
7670
|
-
inputVariant:
|
|
7671
|
-
className:
|
|
7672
|
-
showCard:
|
|
7672
|
+
buttonColor: k = "default",
|
|
7673
|
+
inputVariant: b = "bordered",
|
|
7674
|
+
className: x = "",
|
|
7675
|
+
showCard: v = !0
|
|
7673
7676
|
}) => {
|
|
7674
|
-
const S = { ...Ku, ...c },
|
|
7677
|
+
const S = { ...Ku, ...c }, D = Array.isArray(t) ? t : es, w = {
|
|
7675
7678
|
2: "grid-cols-2",
|
|
7676
7679
|
3: "grid-cols-3"
|
|
7677
|
-
},
|
|
7680
|
+
}, I = {
|
|
7678
7681
|
3: "sm:grid-cols-3",
|
|
7679
7682
|
4: "sm:grid-cols-4",
|
|
7680
7683
|
5: "sm:grid-cols-5",
|
|
7681
7684
|
6: "sm:grid-cols-6"
|
|
7682
|
-
}, L = `${w[u]} ${
|
|
7685
|
+
}, L = `${w[u]} ${I[f]}`, [M, B] = Pr(
|
|
7683
7686
|
e,
|
|
7684
7687
|
n,
|
|
7685
7688
|
r
|
|
@@ -7717,13 +7720,13 @@ const es = [
|
|
|
7717
7720
|
}),
|
|
7718
7721
|
[i]
|
|
7719
7722
|
), $ = /* @__PURE__ */ T("div", { className: "space-y-4", "data-testid": "donation-amounts-root", children: [
|
|
7720
|
-
S.title && /* @__PURE__ */
|
|
7721
|
-
|
|
7723
|
+
S.title && /* @__PURE__ */ d("h2", { className: "text-base font-semibold", "data-testid": "donation-amounts-title", children: S.title }),
|
|
7724
|
+
D.length > 0 && /* @__PURE__ */ d("div", { className: F("grid gap-3", L), "data-testid": "donation-amounts-presets", children: D.map((_) => {
|
|
7722
7725
|
const Y = M !== null && !M.isCustom && M.presetId === _.id;
|
|
7723
|
-
return /* @__PURE__ */
|
|
7726
|
+
return /* @__PURE__ */ d(
|
|
7724
7727
|
ae,
|
|
7725
7728
|
{
|
|
7726
|
-
color: Y ? "primary" :
|
|
7729
|
+
color: Y ? "primary" : k,
|
|
7727
7730
|
variant: Y ? "solid" : m,
|
|
7728
7731
|
className: "w-full",
|
|
7729
7732
|
onPress: () => P(_),
|
|
@@ -7734,12 +7737,12 @@ const es = [
|
|
|
7734
7737
|
_.id
|
|
7735
7738
|
);
|
|
7736
7739
|
}) }),
|
|
7737
|
-
o && /* @__PURE__ */
|
|
7740
|
+
o && /* @__PURE__ */ d(
|
|
7738
7741
|
Ts,
|
|
7739
7742
|
{
|
|
7740
7743
|
placeholder: S.customAmountPlaceholder,
|
|
7741
7744
|
"aria-label": S.customAmountAriaLabel,
|
|
7742
|
-
variant:
|
|
7745
|
+
variant: b,
|
|
7743
7746
|
radius: "md",
|
|
7744
7747
|
minValue: l,
|
|
7745
7748
|
maxValue: a,
|
|
@@ -7753,7 +7756,7 @@ const es = [
|
|
|
7753
7756
|
M?.isCustom === !1 ? M.presetId : "custom"
|
|
7754
7757
|
)
|
|
7755
7758
|
] });
|
|
7756
|
-
return
|
|
7759
|
+
return v ? /* @__PURE__ */ d(Ie, { className: F("w-full", x), "data-testid": "donation-amounts-card", children: /* @__PURE__ */ d(De, { children: $ }) }) : /* @__PURE__ */ d("div", { className: F("w-full", x), "data-testid": "donation-amounts-plain", children: $ });
|
|
7757
7760
|
};
|
|
7758
7761
|
Ju.displayName = "DonationAmounts";
|
|
7759
7762
|
const Wu = (t) => {
|
|
@@ -7801,59 +7804,59 @@ const Wu = (t) => {
|
|
|
7801
7804
|
icon: a,
|
|
7802
7805
|
position: c = "fixed",
|
|
7803
7806
|
autoStart: u = !0,
|
|
7804
|
-
formatTime:
|
|
7807
|
+
formatTime: f = Wu,
|
|
7805
7808
|
className: p,
|
|
7806
7809
|
...m
|
|
7807
|
-
},
|
|
7808
|
-
const [
|
|
7810
|
+
}, k) => {
|
|
7811
|
+
const [b, x] = Pr(
|
|
7809
7812
|
t !== void 0 ? Math.max(0, t) : void 0,
|
|
7810
7813
|
Math.max(0, e),
|
|
7811
7814
|
n
|
|
7812
|
-
),
|
|
7815
|
+
), v = Jt(null), S = Jt(!1);
|
|
7813
7816
|
it(() => () => {
|
|
7814
|
-
|
|
7817
|
+
v.current && clearInterval(v.current);
|
|
7815
7818
|
}, []), it(() => {
|
|
7816
|
-
if (!u ||
|
|
7817
|
-
|
|
7819
|
+
if (!u || b <= 0) {
|
|
7820
|
+
v.current && (clearInterval(v.current), v.current = null);
|
|
7818
7821
|
return;
|
|
7819
7822
|
}
|
|
7820
|
-
return
|
|
7821
|
-
|
|
7823
|
+
return v.current = setInterval(() => {
|
|
7824
|
+
x((L) => L <= 1 ? (v.current && (clearInterval(v.current), v.current = null), S.current || (S.current = !0, r?.()), 0) : L - 1);
|
|
7822
7825
|
}, 1e3), () => {
|
|
7823
|
-
|
|
7826
|
+
v.current && (clearInterval(v.current), v.current = null);
|
|
7824
7827
|
};
|
|
7825
|
-
}, [u,
|
|
7826
|
-
|
|
7827
|
-
}, [
|
|
7828
|
-
const
|
|
7828
|
+
}, [u, b, x, r]), it(() => {
|
|
7829
|
+
b > 0 && (S.current = !1);
|
|
7830
|
+
}, [b]);
|
|
7831
|
+
const D = a || ju(i), w = Gu(s), I = {
|
|
7829
7832
|
fixed: "fixed top-0 left-0",
|
|
7830
7833
|
sticky: "sticky top-0",
|
|
7831
7834
|
static: "static"
|
|
7832
7835
|
};
|
|
7833
|
-
return /* @__PURE__ */
|
|
7836
|
+
return /* @__PURE__ */ d(
|
|
7834
7837
|
"div",
|
|
7835
7838
|
{
|
|
7836
|
-
ref:
|
|
7839
|
+
ref: k,
|
|
7837
7840
|
role: "banner",
|
|
7838
7841
|
"aria-live": "polite",
|
|
7839
|
-
"aria-label": `${o} ${
|
|
7842
|
+
"aria-label": `${o} ${f(b)}`,
|
|
7840
7843
|
"data-testid": "expire-cart-timer",
|
|
7841
|
-
className: F("w-full text-white z-50", w,
|
|
7844
|
+
className: F("w-full text-white z-50", w, I[c], p),
|
|
7842
7845
|
...m,
|
|
7843
|
-
children: /* @__PURE__ */
|
|
7846
|
+
children: /* @__PURE__ */ d("div", { className: "container mx-auto px-4 py-3 sm:py-2.5", "data-testid": "expire-cart-timer-container", children: /* @__PURE__ */ T("div", { className: "flex items-center justify-between gap-3 sm:gap-4", children: [
|
|
7844
7847
|
/* @__PURE__ */ T(
|
|
7845
7848
|
"div",
|
|
7846
7849
|
{
|
|
7847
7850
|
className: "flex items-center gap-3 sm:gap-2.5 flex-1 min-w-0",
|
|
7848
7851
|
"data-testid": "expire-cart-timer-left",
|
|
7849
7852
|
children: [
|
|
7850
|
-
l && /* @__PURE__ */
|
|
7853
|
+
l && /* @__PURE__ */ d(
|
|
7851
7854
|
"div",
|
|
7852
7855
|
{
|
|
7853
7856
|
className: "flex-shrink-0 w-[0.875rem] h-[0.875rem] sm:w-4 sm:h-4 rounded-full bg-white flex items-center justify-center overflow-hidden",
|
|
7854
7857
|
"data-testid": "expire-cart-timer-icon-wrapper",
|
|
7855
|
-
children: /* @__PURE__ */
|
|
7856
|
-
|
|
7858
|
+
children: /* @__PURE__ */ d(
|
|
7859
|
+
D,
|
|
7857
7860
|
{
|
|
7858
7861
|
className: "text-primary-500 sm:text-primary-600",
|
|
7859
7862
|
"aria-hidden": "true",
|
|
@@ -7863,7 +7866,7 @@ const Wu = (t) => {
|
|
|
7863
7866
|
)
|
|
7864
7867
|
}
|
|
7865
7868
|
),
|
|
7866
|
-
/* @__PURE__ */
|
|
7869
|
+
/* @__PURE__ */ d(
|
|
7867
7870
|
"p",
|
|
7868
7871
|
{
|
|
7869
7872
|
className: "text-sm sm:text-base font-medium text-white",
|
|
@@ -7874,13 +7877,13 @@ const Wu = (t) => {
|
|
|
7874
7877
|
]
|
|
7875
7878
|
}
|
|
7876
7879
|
),
|
|
7877
|
-
/* @__PURE__ */
|
|
7880
|
+
/* @__PURE__ */ d("div", { className: "flex-shrink-0", "data-testid": "expire-cart-timer-right", children: /* @__PURE__ */ d(
|
|
7878
7881
|
"span",
|
|
7879
7882
|
{
|
|
7880
7883
|
className: "text-sm sm:text-base font-semibold text-white",
|
|
7881
|
-
"aria-label": `Time remaining: ${
|
|
7884
|
+
"aria-label": `Time remaining: ${f(b)}`,
|
|
7882
7885
|
"data-testid": "expire-cart-timer-value",
|
|
7883
|
-
children:
|
|
7886
|
+
children: f(b)
|
|
7884
7887
|
}
|
|
7885
7888
|
) })
|
|
7886
7889
|
] }) })
|
|
@@ -7902,7 +7905,7 @@ function Qu(t, e) {
|
|
|
7902
7905
|
}
|
|
7903
7906
|
return Object.keys(n).concat(Object.keys(r)).forEach(s), i;
|
|
7904
7907
|
}
|
|
7905
|
-
const
|
|
7908
|
+
const Io = Object.freeze({
|
|
7906
7909
|
left: 0,
|
|
7907
7910
|
top: 0,
|
|
7908
7911
|
width: 16,
|
|
@@ -7912,7 +7915,7 @@ const Do = Object.freeze({
|
|
|
7912
7915
|
vFlip: !1,
|
|
7913
7916
|
hFlip: !1
|
|
7914
7917
|
}), Gr = Object.freeze({
|
|
7915
|
-
...
|
|
7918
|
+
...Io,
|
|
7916
7919
|
...En
|
|
7917
7920
|
}), Er = Object.freeze({
|
|
7918
7921
|
...Gr,
|
|
@@ -7938,7 +7941,7 @@ function Xu(t, e, n) {
|
|
|
7938
7941
|
}
|
|
7939
7942
|
return o(e), n.forEach(o), ts(t, s);
|
|
7940
7943
|
}
|
|
7941
|
-
function
|
|
7944
|
+
function Do(t, e) {
|
|
7942
7945
|
const n = [];
|
|
7943
7946
|
if (typeof t != "object" || typeof t.icons != "object") return n;
|
|
7944
7947
|
t.not_found instanceof Array && t.not_found.forEach((i) => {
|
|
@@ -7955,7 +7958,7 @@ const ed = {
|
|
|
7955
7958
|
provider: "",
|
|
7956
7959
|
aliases: {},
|
|
7957
7960
|
not_found: {},
|
|
7958
|
-
...
|
|
7961
|
+
...Io
|
|
7959
7962
|
};
|
|
7960
7963
|
function sr(t, e) {
|
|
7961
7964
|
for (const n in e) if (n in t && typeof t[n] != typeof e[n]) return !1;
|
|
@@ -7991,7 +7994,7 @@ function Lt(t, e) {
|
|
|
7991
7994
|
return n[e] || (n[e] = td(t, e));
|
|
7992
7995
|
}
|
|
7993
7996
|
function Fo(t, e) {
|
|
7994
|
-
return Lo(e) ?
|
|
7997
|
+
return Lo(e) ? Do(e, (n, r) => {
|
|
7995
7998
|
r ? t.icons[n] = r : t.missing.add(n);
|
|
7996
7999
|
}) : [];
|
|
7997
8000
|
}
|
|
@@ -8058,7 +8061,7 @@ function id(t, e) {
|
|
|
8058
8061
|
if (typeof t != "object") return !1;
|
|
8059
8062
|
if (typeof e != "string" && (e = t.provider || ""), en && !e && !t.prefix) {
|
|
8060
8063
|
let i = !1;
|
|
8061
|
-
return Lo(t) && (t.prefix = "",
|
|
8064
|
+
return Lo(t) && (t.prefix = "", Do(t, (s, o) => {
|
|
8062
8065
|
rd(s, o) && (i = !0);
|
|
8063
8066
|
})), i;
|
|
8064
8067
|
}
|
|
@@ -8131,40 +8134,40 @@ function dd(t, e) {
|
|
|
8131
8134
|
height: n.height
|
|
8132
8135
|
};
|
|
8133
8136
|
let s = n.body;
|
|
8134
|
-
[n, r].forEach((
|
|
8135
|
-
const
|
|
8136
|
-
let
|
|
8137
|
-
|
|
8137
|
+
[n, r].forEach((b) => {
|
|
8138
|
+
const x = [], v = b.hFlip, S = b.vFlip;
|
|
8139
|
+
let D = b.rotate;
|
|
8140
|
+
v ? S ? D += 2 : (x.push("translate(" + (i.width + i.left).toString() + " " + (0 - i.top).toString() + ")"), x.push("scale(-1 1)"), i.top = i.left = 0) : S && (x.push("translate(" + (0 - i.left).toString() + " " + (i.height + i.top).toString() + ")"), x.push("scale(1 -1)"), i.top = i.left = 0);
|
|
8138
8141
|
let w;
|
|
8139
|
-
switch (
|
|
8142
|
+
switch (D < 0 && (D -= Math.floor(D / 4) * 4), D = D % 4, D) {
|
|
8140
8143
|
case 1:
|
|
8141
|
-
w = i.height / 2 + i.top,
|
|
8144
|
+
w = i.height / 2 + i.top, x.unshift("rotate(90 " + w.toString() + " " + w.toString() + ")");
|
|
8142
8145
|
break;
|
|
8143
8146
|
case 2:
|
|
8144
|
-
|
|
8147
|
+
x.unshift("rotate(180 " + (i.width / 2 + i.left).toString() + " " + (i.height / 2 + i.top).toString() + ")");
|
|
8145
8148
|
break;
|
|
8146
8149
|
case 3:
|
|
8147
|
-
w = i.width / 2 + i.left,
|
|
8150
|
+
w = i.width / 2 + i.left, x.unshift("rotate(-90 " + w.toString() + " " + w.toString() + ")");
|
|
8148
8151
|
break;
|
|
8149
8152
|
}
|
|
8150
|
-
|
|
8153
|
+
D % 2 === 1 && (i.left !== i.top && (w = i.left, i.left = i.top, i.top = w), i.width !== i.height && (w = i.width, i.width = i.height, i.height = w)), x.length && (s = cd(s, '<g transform="' + x.join(" ") + '">', "</g>"));
|
|
8151
8154
|
});
|
|
8152
8155
|
const o = r.width, l = r.height, a = i.width, c = i.height;
|
|
8153
|
-
let u,
|
|
8154
|
-
o === null ? (
|
|
8155
|
-
const p = {}, m = (
|
|
8156
|
-
ud(
|
|
8156
|
+
let u, f;
|
|
8157
|
+
o === null ? (f = l === null ? "1em" : l === "auto" ? c : l, u = is(f, a / c)) : (u = o === "auto" ? a : o, f = l === null ? is(u, c / a) : l === "auto" ? c : l);
|
|
8158
|
+
const p = {}, m = (b, x) => {
|
|
8159
|
+
ud(x) || (p[b] = x.toString());
|
|
8157
8160
|
};
|
|
8158
|
-
m("width", u), m("height",
|
|
8159
|
-
const
|
|
8161
|
+
m("width", u), m("height", f);
|
|
8162
|
+
const k = [
|
|
8160
8163
|
i.left,
|
|
8161
8164
|
i.top,
|
|
8162
8165
|
a,
|
|
8163
8166
|
c
|
|
8164
8167
|
];
|
|
8165
|
-
return p.viewBox =
|
|
8168
|
+
return p.viewBox = k.join(" "), {
|
|
8166
8169
|
attributes: p,
|
|
8167
|
-
viewBox:
|
|
8170
|
+
viewBox: k,
|
|
8168
8171
|
body: s
|
|
8169
8172
|
};
|
|
8170
8173
|
}
|
|
@@ -8378,12 +8381,12 @@ function Td(t) {
|
|
|
8378
8381
|
const s = i.provider, o = i.prefix, l = i.name, a = n[s] || (n[s] = /* @__PURE__ */ Object.create(null)), c = a[o] || (a[o] = Lt(s, o));
|
|
8379
8382
|
let u;
|
|
8380
8383
|
l in c.icons ? u = e.loaded : o === "" || c.missing.has(l) ? u = e.missing : u = e.pending;
|
|
8381
|
-
const
|
|
8384
|
+
const f = {
|
|
8382
8385
|
provider: s,
|
|
8383
8386
|
prefix: o,
|
|
8384
8387
|
name: l
|
|
8385
8388
|
};
|
|
8386
|
-
u.push(
|
|
8389
|
+
u.push(f);
|
|
8387
8390
|
}), e;
|
|
8388
8391
|
}
|
|
8389
8392
|
function Md(t, e = !0, n = !1) {
|
|
@@ -8401,7 +8404,7 @@ const Od = {
|
|
|
8401
8404
|
random: !1,
|
|
8402
8405
|
dataAfterTimeout: !1
|
|
8403
8406
|
};
|
|
8404
|
-
function
|
|
8407
|
+
function Id(t, e, n, r) {
|
|
8405
8408
|
const i = t.resources.length, s = t.random ? Math.floor(Math.random() * i) : t.index;
|
|
8406
8409
|
let o;
|
|
8407
8410
|
if (t.random) {
|
|
@@ -8413,28 +8416,28 @@ function Dd(t, e, n, r) {
|
|
|
8413
8416
|
o = o.concat(L);
|
|
8414
8417
|
} else o = t.resources.slice(s).concat(t.resources.slice(0, s));
|
|
8415
8418
|
const l = Date.now();
|
|
8416
|
-
let a = "pending", c = 0, u,
|
|
8419
|
+
let a = "pending", c = 0, u, f = null, p = [], m = [];
|
|
8417
8420
|
typeof r == "function" && m.push(r);
|
|
8418
|
-
function
|
|
8419
|
-
|
|
8421
|
+
function k() {
|
|
8422
|
+
f && (clearTimeout(f), f = null);
|
|
8420
8423
|
}
|
|
8421
|
-
function
|
|
8422
|
-
a === "pending" && (a = "aborted"),
|
|
8424
|
+
function b() {
|
|
8425
|
+
a === "pending" && (a = "aborted"), k(), p.forEach((L) => {
|
|
8423
8426
|
L.status === "pending" && (L.status = "aborted");
|
|
8424
8427
|
}), p = [];
|
|
8425
8428
|
}
|
|
8426
|
-
function
|
|
8429
|
+
function x(L, M) {
|
|
8427
8430
|
M && (m = []), typeof L == "function" && m.push(L);
|
|
8428
8431
|
}
|
|
8429
|
-
function
|
|
8432
|
+
function v() {
|
|
8430
8433
|
return {
|
|
8431
8434
|
startTime: l,
|
|
8432
8435
|
payload: e,
|
|
8433
8436
|
status: a,
|
|
8434
8437
|
queriesSent: c,
|
|
8435
8438
|
queriesPending: p.length,
|
|
8436
|
-
subscribe:
|
|
8437
|
-
abort:
|
|
8439
|
+
subscribe: x,
|
|
8440
|
+
abort: b
|
|
8438
8441
|
};
|
|
8439
8442
|
}
|
|
8440
8443
|
function S() {
|
|
@@ -8442,7 +8445,7 @@ function Dd(t, e, n, r) {
|
|
|
8442
8445
|
L(void 0, u);
|
|
8443
8446
|
});
|
|
8444
8447
|
}
|
|
8445
|
-
function
|
|
8448
|
+
function D() {
|
|
8446
8449
|
p.forEach((L) => {
|
|
8447
8450
|
L.status === "pending" && (L.status = "aborted");
|
|
8448
8451
|
}), p = [];
|
|
@@ -8463,10 +8466,10 @@ function Dd(t, e, n, r) {
|
|
|
8463
8466
|
return;
|
|
8464
8467
|
}
|
|
8465
8468
|
if (H) {
|
|
8466
|
-
u = B, p.length || (o.length ?
|
|
8469
|
+
u = B, p.length || (o.length ? I() : S());
|
|
8467
8470
|
return;
|
|
8468
8471
|
}
|
|
8469
|
-
if (
|
|
8472
|
+
if (k(), D(), !t.random) {
|
|
8470
8473
|
const U = t.resources.indexOf(L.resource);
|
|
8471
8474
|
U !== -1 && U !== t.index && (t.index = U);
|
|
8472
8475
|
}
|
|
@@ -8474,14 +8477,14 @@ function Dd(t, e, n, r) {
|
|
|
8474
8477
|
U(B);
|
|
8475
8478
|
});
|
|
8476
8479
|
}
|
|
8477
|
-
function
|
|
8480
|
+
function I() {
|
|
8478
8481
|
if (a !== "pending") return;
|
|
8479
|
-
|
|
8482
|
+
k();
|
|
8480
8483
|
const L = o.shift();
|
|
8481
8484
|
if (L === void 0) {
|
|
8482
8485
|
if (p.length) {
|
|
8483
|
-
|
|
8484
|
-
|
|
8486
|
+
f = setTimeout(() => {
|
|
8487
|
+
k(), a === "pending" && (D(), S());
|
|
8485
8488
|
}, t.timeout);
|
|
8486
8489
|
return;
|
|
8487
8490
|
}
|
|
@@ -8495,9 +8498,9 @@ function Dd(t, e, n, r) {
|
|
|
8495
8498
|
w(M, B, H);
|
|
8496
8499
|
}
|
|
8497
8500
|
};
|
|
8498
|
-
p.push(M), c++,
|
|
8501
|
+
p.push(M), c++, f = setTimeout(I, t.rotate), n(L, e, M.callback);
|
|
8499
8502
|
}
|
|
8500
|
-
return setTimeout(
|
|
8503
|
+
return setTimeout(I), v;
|
|
8501
8504
|
}
|
|
8502
8505
|
function _o(t) {
|
|
8503
8506
|
const e = {
|
|
@@ -8509,8 +8512,8 @@ function _o(t) {
|
|
|
8509
8512
|
n = n.filter((l) => l().status === "pending");
|
|
8510
8513
|
}
|
|
8511
8514
|
function i(l, a, c) {
|
|
8512
|
-
const u =
|
|
8513
|
-
r(), c && c(
|
|
8515
|
+
const u = Id(e, l, a, (f, p) => {
|
|
8516
|
+
r(), c && c(f, p);
|
|
8514
8517
|
});
|
|
8515
8518
|
return n.push(u), u;
|
|
8516
8519
|
}
|
|
@@ -8530,7 +8533,7 @@ function _o(t) {
|
|
|
8530
8533
|
function os() {
|
|
8531
8534
|
}
|
|
8532
8535
|
const or = /* @__PURE__ */ Object.create(null);
|
|
8533
|
-
function
|
|
8536
|
+
function Dd(t) {
|
|
8534
8537
|
if (!or[t]) {
|
|
8535
8538
|
const e = Yr(t);
|
|
8536
8539
|
if (!e) return;
|
|
@@ -8549,7 +8552,7 @@ function Ld(t, e, n) {
|
|
|
8549
8552
|
if (!s)
|
|
8550
8553
|
return n(void 0, 424), os;
|
|
8551
8554
|
i = s.send;
|
|
8552
|
-
const o =
|
|
8555
|
+
const o = Dd(t);
|
|
8553
8556
|
o && (r = o.redundancy);
|
|
8554
8557
|
} else {
|
|
8555
8558
|
const s = Zr(t);
|
|
@@ -8615,8 +8618,8 @@ function Pd(t, e) {
|
|
|
8615
8618
|
}
|
|
8616
8619
|
if (s) {
|
|
8617
8620
|
i.forEach((u) => {
|
|
8618
|
-
const
|
|
8619
|
-
as(
|
|
8621
|
+
const f = s(u, r, n);
|
|
8622
|
+
as(f, (p) => {
|
|
8620
8623
|
const m = p ? {
|
|
8621
8624
|
prefix: r,
|
|
8622
8625
|
icons: { [u]: p }
|
|
@@ -8634,8 +8637,8 @@ function Pd(t, e) {
|
|
|
8634
8637
|
return;
|
|
8635
8638
|
}
|
|
8636
8639
|
a.prepare(n, r, o).forEach((u) => {
|
|
8637
|
-
Ld(n, u, (
|
|
8638
|
-
Vt(t, u.icons,
|
|
8640
|
+
Ld(n, u, (f) => {
|
|
8641
|
+
Vt(t, u.icons, f);
|
|
8639
8642
|
});
|
|
8640
8643
|
});
|
|
8641
8644
|
}));
|
|
@@ -8656,11 +8659,11 @@ const $d = (t, e) => {
|
|
|
8656
8659
|
const { provider: c, prefix: u } = a;
|
|
8657
8660
|
if (u === l && c === o) return;
|
|
8658
8661
|
o = c, l = u, s.push(Lt(c, u));
|
|
8659
|
-
const
|
|
8660
|
-
|
|
8662
|
+
const f = i[c] || (i[c] = /* @__PURE__ */ Object.create(null));
|
|
8663
|
+
f[u] || (f[u] = []);
|
|
8661
8664
|
}), r.pending.forEach((a) => {
|
|
8662
|
-
const { provider: c, prefix: u, name:
|
|
8663
|
-
m.has(
|
|
8665
|
+
const { provider: c, prefix: u, name: f } = a, p = Lt(c, u), m = p.pendingIcons || (p.pendingIcons = /* @__PURE__ */ new Set());
|
|
8666
|
+
m.has(f) || (m.add(f), i[c][u].push(f));
|
|
8664
8667
|
}), s.forEach((a) => {
|
|
8665
8668
|
const c = i[a.provider][a.prefix];
|
|
8666
8669
|
c.length && Pd(a, c);
|
|
@@ -8777,21 +8780,21 @@ const Qd = (t, e, n) => {
|
|
|
8777
8780
|
...s === "svg" ? jd : {}
|
|
8778
8781
|
};
|
|
8779
8782
|
if (n) {
|
|
8780
|
-
const
|
|
8781
|
-
if (
|
|
8782
|
-
const
|
|
8783
|
+
const x = $n(n, !1, !0);
|
|
8784
|
+
if (x) {
|
|
8785
|
+
const v = ["iconify"], S = [
|
|
8783
8786
|
"provider",
|
|
8784
8787
|
"prefix"
|
|
8785
8788
|
];
|
|
8786
|
-
for (const
|
|
8787
|
-
|
|
8788
|
-
a.className =
|
|
8789
|
+
for (const D of S)
|
|
8790
|
+
x[D] && v.push("iconify--" + x[D]);
|
|
8791
|
+
a.className = v.join(" ");
|
|
8789
8792
|
}
|
|
8790
8793
|
}
|
|
8791
|
-
for (let
|
|
8792
|
-
const
|
|
8793
|
-
if (
|
|
8794
|
-
switch (
|
|
8794
|
+
for (let x in e) {
|
|
8795
|
+
const v = e[x];
|
|
8796
|
+
if (v !== void 0)
|
|
8797
|
+
switch (x) {
|
|
8795
8798
|
// Properties to ignore
|
|
8796
8799
|
case "icon":
|
|
8797
8800
|
case "style":
|
|
@@ -8803,38 +8806,38 @@ const Qd = (t, e, n) => {
|
|
|
8803
8806
|
break;
|
|
8804
8807
|
// Forward ref
|
|
8805
8808
|
case "_ref":
|
|
8806
|
-
a.ref =
|
|
8809
|
+
a.ref = v;
|
|
8807
8810
|
break;
|
|
8808
8811
|
// Merge class names
|
|
8809
8812
|
case "className":
|
|
8810
|
-
a[
|
|
8813
|
+
a[x] = (a[x] ? a[x] + " " : "") + v;
|
|
8811
8814
|
break;
|
|
8812
8815
|
// Boolean attributes
|
|
8813
8816
|
case "inline":
|
|
8814
8817
|
case "hFlip":
|
|
8815
8818
|
case "vFlip":
|
|
8816
|
-
i[
|
|
8819
|
+
i[x] = v === !0 || v === "true" || v === 1;
|
|
8817
8820
|
break;
|
|
8818
8821
|
// Flip as string: 'horizontal,vertical'
|
|
8819
8822
|
case "flip":
|
|
8820
|
-
typeof
|
|
8823
|
+
typeof v == "string" && _d(i, v);
|
|
8821
8824
|
break;
|
|
8822
8825
|
// Color: copy to style
|
|
8823
8826
|
case "color":
|
|
8824
|
-
o.color =
|
|
8827
|
+
o.color = v;
|
|
8825
8828
|
break;
|
|
8826
8829
|
// Rotation as string
|
|
8827
8830
|
case "rotate":
|
|
8828
|
-
typeof
|
|
8831
|
+
typeof v == "string" ? i[x] = Bd(v) : typeof v == "number" && (i[x] = v);
|
|
8829
8832
|
break;
|
|
8830
8833
|
// Remove aria-hidden
|
|
8831
8834
|
case "ariaHidden":
|
|
8832
8835
|
case "aria-hidden":
|
|
8833
|
-
|
|
8836
|
+
v !== !0 && v !== "true" && delete a["aria-hidden"];
|
|
8834
8837
|
break;
|
|
8835
8838
|
// Copy missing property if it does not exist in customisations
|
|
8836
8839
|
default:
|
|
8837
|
-
r[
|
|
8840
|
+
r[x] === void 0 && (a[x] = v);
|
|
8838
8841
|
}
|
|
8839
8842
|
}
|
|
8840
8843
|
const c = dd(t, i), u = c.attributes;
|
|
@@ -8843,23 +8846,23 @@ const Qd = (t, e, n) => {
|
|
|
8843
8846
|
...o,
|
|
8844
8847
|
...l
|
|
8845
8848
|
}, Object.assign(a, u);
|
|
8846
|
-
let
|
|
8847
|
-
return typeof
|
|
8848
|
-
__html: Wd(md(c.body,
|
|
8849
|
+
let x = 0, v = e.id;
|
|
8850
|
+
return typeof v == "string" && (v = v.replace(/-/g, "_")), a.dangerouslySetInnerHTML = {
|
|
8851
|
+
__html: Wd(md(c.body, v ? () => v + "ID" + x++ : "iconifyReact"))
|
|
8849
8852
|
}, ur("svg", a);
|
|
8850
8853
|
}
|
|
8851
|
-
const { body:
|
|
8854
|
+
const { body: f, width: p, height: m } = t, k = s === "mask" || (s === "bg" ? !1 : f.indexOf("currentColor") !== -1), b = Hd(f, {
|
|
8852
8855
|
...u,
|
|
8853
8856
|
width: p + "",
|
|
8854
8857
|
height: m + ""
|
|
8855
8858
|
});
|
|
8856
8859
|
return a.style = {
|
|
8857
8860
|
...o,
|
|
8858
|
-
"--svg": Kd(
|
|
8861
|
+
"--svg": Kd(b),
|
|
8859
8862
|
width: ds(u.width),
|
|
8860
8863
|
height: ds(u.height),
|
|
8861
8864
|
...Gd,
|
|
8862
|
-
...
|
|
8865
|
+
...k ? Or : Ho,
|
|
8863
8866
|
...l
|
|
8864
8867
|
}, ur("span", a);
|
|
8865
8868
|
};
|
|
@@ -8900,17 +8903,17 @@ function Uo(t) {
|
|
|
8900
8903
|
const [e, n] = le(!!t.ssr), [r, i] = le({});
|
|
8901
8904
|
function s(m) {
|
|
8902
8905
|
if (m) {
|
|
8903
|
-
const
|
|
8904
|
-
if (typeof
|
|
8906
|
+
const k = t.icon;
|
|
8907
|
+
if (typeof k == "object")
|
|
8905
8908
|
return {
|
|
8906
8909
|
name: "",
|
|
8907
|
-
data:
|
|
8910
|
+
data: k
|
|
8908
8911
|
};
|
|
8909
|
-
const
|
|
8910
|
-
if (
|
|
8912
|
+
const b = rs(k);
|
|
8913
|
+
if (b)
|
|
8911
8914
|
return {
|
|
8912
|
-
name:
|
|
8913
|
-
data:
|
|
8915
|
+
name: k,
|
|
8916
|
+
data: b
|
|
8914
8917
|
};
|
|
8915
8918
|
}
|
|
8916
8919
|
return {
|
|
@@ -8928,34 +8931,34 @@ function Uo(t) {
|
|
|
8928
8931
|
}
|
|
8929
8932
|
function u() {
|
|
8930
8933
|
var m;
|
|
8931
|
-
const
|
|
8932
|
-
if (typeof
|
|
8934
|
+
const k = t.icon;
|
|
8935
|
+
if (typeof k == "object") {
|
|
8933
8936
|
c({
|
|
8934
8937
|
name: "",
|
|
8935
|
-
data:
|
|
8938
|
+
data: k
|
|
8936
8939
|
});
|
|
8937
8940
|
return;
|
|
8938
8941
|
}
|
|
8939
|
-
const
|
|
8942
|
+
const b = rs(k);
|
|
8940
8943
|
if (c({
|
|
8941
|
-
name:
|
|
8942
|
-
data:
|
|
8944
|
+
name: k,
|
|
8945
|
+
data: b
|
|
8943
8946
|
}))
|
|
8944
|
-
if (
|
|
8945
|
-
const
|
|
8947
|
+
if (b === void 0) {
|
|
8948
|
+
const x = $d([k], u);
|
|
8946
8949
|
i({
|
|
8947
|
-
callback:
|
|
8950
|
+
callback: x
|
|
8948
8951
|
});
|
|
8949
|
-
} else
|
|
8952
|
+
} else b && ((m = t.onLoad) === null || m === void 0 || m.call(t, k));
|
|
8950
8953
|
}
|
|
8951
8954
|
it(() => (n(!0), a), []), it(() => {
|
|
8952
8955
|
e && u();
|
|
8953
8956
|
}, [t.icon, e]);
|
|
8954
|
-
const { name:
|
|
8957
|
+
const { name: f, data: p } = o;
|
|
8955
8958
|
return p ? Qd({
|
|
8956
8959
|
...Gr,
|
|
8957
8960
|
...p
|
|
8958
|
-
}, t,
|
|
8961
|
+
}, t, f) : t.children ? t.children : t.fallback ? t.fallback : ur("span", {});
|
|
8959
8962
|
}
|
|
8960
8963
|
const Pe = tn((t, e) => Uo({
|
|
8961
8964
|
...t,
|
|
@@ -8971,8 +8974,8 @@ const lr = ({
|
|
|
8971
8974
|
children: e,
|
|
8972
8975
|
testId: n
|
|
8973
8976
|
}) => /* @__PURE__ */ T("div", { className: "flex items-center gap-2 text-sm text-gray-600", "data-testid": n, children: [
|
|
8974
|
-
/* @__PURE__ */
|
|
8975
|
-
/* @__PURE__ */
|
|
8977
|
+
/* @__PURE__ */ d(Pe, { icon: t, width: 20, className: "text-default-500" }),
|
|
8978
|
+
/* @__PURE__ */ d("span", { children: e })
|
|
8976
8979
|
] }), sh = ({
|
|
8977
8980
|
classes: t = "",
|
|
8978
8981
|
name: e,
|
|
@@ -8985,23 +8988,23 @@ const lr = ({
|
|
|
8985
8988
|
showMoreButtonClassName: a,
|
|
8986
8989
|
labels: c
|
|
8987
8990
|
}) => {
|
|
8988
|
-
const [u,
|
|
8991
|
+
const [u, f] = le(!1), [p, m] = le(!1), k = Jt(null);
|
|
8989
8992
|
return it(() => {
|
|
8990
|
-
const
|
|
8991
|
-
if (
|
|
8992
|
-
const
|
|
8993
|
-
m(
|
|
8993
|
+
const b = () => {
|
|
8994
|
+
if (k.current) {
|
|
8995
|
+
const x = k.current.scrollHeight > k.current.clientHeight;
|
|
8996
|
+
m(x);
|
|
8994
8997
|
}
|
|
8995
8998
|
};
|
|
8996
|
-
return
|
|
8997
|
-
}, [o]), /* @__PURE__ */ T(
|
|
8999
|
+
return b(), window.addEventListener("resize", b), () => window.removeEventListener("resize", b);
|
|
9000
|
+
}, [o]), /* @__PURE__ */ T(Ie, { className: F("border-0 shadow-none", t), "data-testid": "event-details-root", children: [
|
|
8998
9001
|
/* @__PURE__ */ T(Ms, { className: "pt-2 pb-0 flex-col items-start space-y-2", "data-testid": "event-details-header", children: [
|
|
8999
|
-
l && n && /* @__PURE__ */
|
|
9002
|
+
l && n && /* @__PURE__ */ d(
|
|
9000
9003
|
"div",
|
|
9001
9004
|
{
|
|
9002
9005
|
className: "w-full aspect-[3/1] overflow-hidden rounded-xl",
|
|
9003
9006
|
"data-testid": "event-details-image-wrapper",
|
|
9004
|
-
children: /* @__PURE__ */
|
|
9007
|
+
children: /* @__PURE__ */ d(
|
|
9005
9008
|
bl,
|
|
9006
9009
|
{
|
|
9007
9010
|
alt: `Event image for ${e}`,
|
|
@@ -9012,20 +9015,20 @@ const lr = ({
|
|
|
9012
9015
|
)
|
|
9013
9016
|
}
|
|
9014
9017
|
),
|
|
9015
|
-
/* @__PURE__ */
|
|
9018
|
+
/* @__PURE__ */ d("h2", { className: "font-semibold text-xl text-gray-800", "data-testid": "event-details-title", children: e })
|
|
9016
9019
|
] }),
|
|
9017
|
-
/* @__PURE__ */ T(
|
|
9018
|
-
/* @__PURE__ */
|
|
9020
|
+
/* @__PURE__ */ T(De, { className: "py-3 space-y-3", "data-testid": "event-details-body", children: [
|
|
9021
|
+
/* @__PURE__ */ d("h3", { className: "font-semibold text-base text-gray-700", "data-testid": "event-details-info-label", children: c.eventInformation }),
|
|
9019
9022
|
/* @__PURE__ */ T("div", { className: "flex flex-wrap gap-4", "data-testid": "event-details-info", children: [
|
|
9020
|
-
r && /* @__PURE__ */
|
|
9021
|
-
i && /* @__PURE__ */
|
|
9022
|
-
s && /* @__PURE__ */
|
|
9023
|
+
r && /* @__PURE__ */ d(lr, { icon: "solar:calendar-minimalistic-linear", testId: "event-details-date", children: r }),
|
|
9024
|
+
i && /* @__PURE__ */ d(lr, { icon: "solar:clock-circle-linear", testId: "event-details-time", children: i }),
|
|
9025
|
+
s && /* @__PURE__ */ d(lr, { icon: "solar:point-on-map-outline", testId: "event-details-location", children: s })
|
|
9023
9026
|
] }),
|
|
9024
9027
|
o && /* @__PURE__ */ T("div", { className: "relative", "data-testid": "event-details-description-wrapper", children: [
|
|
9025
|
-
/* @__PURE__ */
|
|
9028
|
+
/* @__PURE__ */ d(
|
|
9026
9029
|
"div",
|
|
9027
9030
|
{
|
|
9028
|
-
ref:
|
|
9031
|
+
ref: k,
|
|
9029
9032
|
className: F(
|
|
9030
9033
|
"text-sm text-gray-700 leading-relaxed transition-all",
|
|
9031
9034
|
!u && "line-clamp-2"
|
|
@@ -9034,13 +9037,13 @@ const lr = ({
|
|
|
9034
9037
|
dangerouslySetInnerHTML: { __html: o }
|
|
9035
9038
|
}
|
|
9036
9039
|
),
|
|
9037
|
-
(p || u) && /* @__PURE__ */
|
|
9040
|
+
(p || u) && /* @__PURE__ */ d("div", { className: "flex justify-end mt-1", children: /* @__PURE__ */ d(
|
|
9038
9041
|
ae,
|
|
9039
9042
|
{
|
|
9040
|
-
onPress: () =>
|
|
9043
|
+
onPress: () => f(!u),
|
|
9041
9044
|
variant: "light",
|
|
9042
9045
|
className: F("text-primary", a),
|
|
9043
|
-
startContent: /* @__PURE__ */
|
|
9046
|
+
startContent: /* @__PURE__ */ d(
|
|
9044
9047
|
Pe,
|
|
9045
9048
|
{
|
|
9046
9049
|
icon: u ? "solar:eye-closed-linear" : "solar:eye-linear",
|
|
@@ -9092,23 +9095,23 @@ const Xd = {
|
|
|
9092
9095
|
isDisabled: a = !1,
|
|
9093
9096
|
buttonVariant: c = "bordered",
|
|
9094
9097
|
buttonColor: u = "default",
|
|
9095
|
-
showCard:
|
|
9098
|
+
showCard: f = !0,
|
|
9096
9099
|
showDescription: p = !0,
|
|
9097
9100
|
showPeopleCount: m = !0,
|
|
9098
|
-
showPrice:
|
|
9099
|
-
classNames:
|
|
9100
|
-
"data-testid":
|
|
9101
|
-
selectedColor:
|
|
9101
|
+
showPrice: k = !0,
|
|
9102
|
+
classNames: b = {},
|
|
9103
|
+
"data-testid": x,
|
|
9104
|
+
selectedColor: v = "default"
|
|
9102
9105
|
}) => {
|
|
9103
|
-
const S = { ...Xd, ...o }, [
|
|
9106
|
+
const S = { ...Xd, ...o }, [D, w] = le(n), I = e !== void 0 ? e : D, L = (de) => {
|
|
9104
9107
|
if (a) return;
|
|
9105
|
-
const ve = Math.max(0,
|
|
9108
|
+
const ve = Math.max(0, I + de);
|
|
9106
9109
|
e === void 0 && w(ve), r?.(t.id, ve);
|
|
9107
|
-
}, M = gt(() => !dn(t.totalTicketsSold) || !dn(t.ticketsAllowed) ? !1 : t.totalTicketsSold >= t.ticketsAllowed, [t.totalTicketsSold, t.ticketsAllowed]), B = gt(() => M || !dn(t.ticketsAllowed) ? !1 :
|
|
9110
|
+
}, M = gt(() => !dn(t.totalTicketsSold) || !dn(t.ticketsAllowed) ? !1 : t.totalTicketsSold >= t.ticketsAllowed, [t.totalTicketsSold, t.ticketsAllowed]), B = gt(() => M || !dn(t.ticketsAllowed) ? !1 : I >= t.ticketsAllowed - (t.totalTicketsSold ?? 0), [M, t.ticketsAllowed, t.totalTicketsSold, I]), H = Yd(t.price, s, i), U = () => l?.renderName ? l.renderName(t.name, t) : /* @__PURE__ */ d("h2", { "data-testid": "offer-card-name", className: F("text-base font-medium", b.name), children: t.name }), P = () => k ? l?.renderPrice ? l.renderPrice(t.price, H, t) : /* @__PURE__ */ d("p", { "data-testid": "offer-card-price", className: F("text-primary text-base mt-1", b.price), children: H }) : null, E = () => !p || !t.description ? null : l?.renderDescription ? l.renderDescription(t.description, t) : /* @__PURE__ */ d(
|
|
9108
9111
|
"p",
|
|
9109
9112
|
{
|
|
9110
9113
|
"data-testid": "offer-card-description",
|
|
9111
|
-
className: F("mb-4 text-sm text-gray-700 leading-relaxed",
|
|
9114
|
+
className: F("mb-4 text-sm text-gray-700 leading-relaxed", b.description),
|
|
9112
9115
|
children: t.description
|
|
9113
9116
|
}
|
|
9114
9117
|
), R = () => {
|
|
@@ -9119,9 +9122,9 @@ const Xd = {
|
|
|
9119
9122
|
"p",
|
|
9120
9123
|
{
|
|
9121
9124
|
"data-testid": "offer-card-people-count",
|
|
9122
|
-
className: F("text-sm text-gray-600 flex items-center mt-2",
|
|
9125
|
+
className: F("text-sm text-gray-600 flex items-center mt-2", b.peopleCount),
|
|
9123
9126
|
children: [
|
|
9124
|
-
/* @__PURE__ */
|
|
9127
|
+
/* @__PURE__ */ d(
|
|
9125
9128
|
Pe,
|
|
9126
9129
|
{
|
|
9127
9130
|
icon: t.numberOfPeople <= 1 ? "solar:user-rounded-outline" : "solar:users-group-rounded-outline",
|
|
@@ -9136,57 +9139,57 @@ const Xd = {
|
|
|
9136
9139
|
}
|
|
9137
9140
|
);
|
|
9138
9141
|
}, $ = () => {
|
|
9139
|
-
const de =
|
|
9142
|
+
const de = I === 0 || a, ve = B || a;
|
|
9140
9143
|
return l?.renderQuantitySelector ? l.renderQuantitySelector({
|
|
9141
|
-
quantity:
|
|
9144
|
+
quantity: I,
|
|
9142
9145
|
onIncrement: () => L(1),
|
|
9143
9146
|
onDecrement: () => L(-1),
|
|
9144
9147
|
isDecrementDisabled: de,
|
|
9145
9148
|
isIncrementDisabled: ve,
|
|
9146
9149
|
isDisabled: a
|
|
9147
|
-
}) : /* @__PURE__ */ T("div", { className: F("flex items-center gap-2",
|
|
9148
|
-
/* @__PURE__ */
|
|
9150
|
+
}) : /* @__PURE__ */ T("div", { className: F("flex items-center gap-2", b.quantitySelector), children: [
|
|
9151
|
+
/* @__PURE__ */ d(
|
|
9149
9152
|
ae,
|
|
9150
9153
|
{
|
|
9151
9154
|
"data-testid": "offer-card-decrement-button",
|
|
9152
9155
|
onPress: () => L(-1),
|
|
9153
9156
|
isDisabled: de,
|
|
9154
9157
|
variant: c,
|
|
9155
|
-
color:
|
|
9158
|
+
color: I > 0 ? v : u,
|
|
9156
9159
|
radius: "full",
|
|
9157
9160
|
isIconOnly: !0,
|
|
9158
9161
|
size: "sm",
|
|
9159
9162
|
"aria-label": "Decrease quantity",
|
|
9160
|
-
children: /* @__PURE__ */
|
|
9163
|
+
children: /* @__PURE__ */ d(Pe, { icon: "gravity-ui:minus", width: 16 })
|
|
9161
9164
|
}
|
|
9162
9165
|
),
|
|
9163
|
-
/* @__PURE__ */
|
|
9164
|
-
/* @__PURE__ */
|
|
9166
|
+
/* @__PURE__ */ d("span", { "data-testid": "offer-card-quantity", className: F("min-w-[2rem] text-center font-medium"), children: I }),
|
|
9167
|
+
/* @__PURE__ */ d(
|
|
9165
9168
|
ae,
|
|
9166
9169
|
{
|
|
9167
9170
|
"data-testid": "offer-card-increment-button",
|
|
9168
9171
|
onPress: () => L(1),
|
|
9169
9172
|
isDisabled: ve,
|
|
9170
9173
|
variant: c,
|
|
9171
|
-
color:
|
|
9174
|
+
color: I > 0 ? v : u,
|
|
9172
9175
|
radius: "full",
|
|
9173
9176
|
isIconOnly: !0,
|
|
9174
9177
|
size: "sm",
|
|
9175
9178
|
"aria-label": "Increase quantity",
|
|
9176
|
-
children: /* @__PURE__ */
|
|
9179
|
+
children: /* @__PURE__ */ d(Pe, { icon: "gravity-ui:plus", width: 16 })
|
|
9177
9180
|
}
|
|
9178
9181
|
)
|
|
9179
9182
|
] });
|
|
9180
|
-
}, _ = () => l?.renderSoldOut ? l.renderSoldOut(S.soldOut) : /* @__PURE__ */
|
|
9183
|
+
}, _ = () => l?.renderSoldOut ? l.renderSoldOut(S.soldOut) : /* @__PURE__ */ d(
|
|
9181
9184
|
mi,
|
|
9182
9185
|
{
|
|
9183
9186
|
"data-testid": "offer-card-sold-out-chip",
|
|
9184
9187
|
color: "danger",
|
|
9185
|
-
className: F("gap-2 px-4 h-8",
|
|
9186
|
-
startContent: /* @__PURE__ */
|
|
9187
|
-
children: /* @__PURE__ */
|
|
9188
|
+
className: F("gap-2 px-4 h-8", b.soldOut),
|
|
9189
|
+
startContent: /* @__PURE__ */ d(Pe, { icon: "gravity-ui:circle-info-fill", width: 14 }),
|
|
9190
|
+
children: /* @__PURE__ */ d("span", { className: "font-medium text-sm", children: S.soldOut })
|
|
9188
9191
|
}
|
|
9189
|
-
), Y = () => l?.renderMaxReachedAlert ? l.renderMaxReachedAlert(S.maxReached) : /* @__PURE__ */
|
|
9192
|
+
), Y = () => l?.renderMaxReachedAlert ? l.renderMaxReachedAlert(S.maxReached) : /* @__PURE__ */ d(
|
|
9190
9193
|
mi,
|
|
9191
9194
|
{
|
|
9192
9195
|
"data-testid": "offer-card-max-reached-chip",
|
|
@@ -9196,9 +9199,9 @@ const Xd = {
|
|
|
9196
9199
|
base: "gap-2 px-4 h-10",
|
|
9197
9200
|
content: "text-black"
|
|
9198
9201
|
},
|
|
9199
|
-
className: F(" text-black! gap-2 px-4 h-10",
|
|
9200
|
-
startContent: /* @__PURE__ */
|
|
9201
|
-
children: /* @__PURE__ */
|
|
9202
|
+
className: F(" text-black! gap-2 px-4 h-10", b.maxReachedAlert),
|
|
9203
|
+
startContent: /* @__PURE__ */ d(Pe, { icon: "gravity-ui:triangle-exclamation-fill", className: "text-black", width: 16 }),
|
|
9204
|
+
children: /* @__PURE__ */ d("span", { className: "font-medium text-sm", children: S.maxReached })
|
|
9202
9205
|
}
|
|
9203
9206
|
), W = /* @__PURE__ */ T("div", { className: "grid grid-cols-1 md:grid-cols-1 xl:grid-cols-3 lg:grid-cols-3 gap-2 items-start", children: [
|
|
9204
9207
|
/* @__PURE__ */ T("div", { className: F("h-full col-span-2", M ? "opacity-50 pointer-events-none select-none" : ""), children: [
|
|
@@ -9218,8 +9221,8 @@ const Xd = {
|
|
|
9218
9221
|
}
|
|
9219
9222
|
)
|
|
9220
9223
|
] }),
|
|
9221
|
-
/* @__PURE__ */
|
|
9222
|
-
] }), xe = B && !M && /* @__PURE__ */
|
|
9224
|
+
/* @__PURE__ */ d("div", { className: "space-x-2 p-2 h-full flex items-center justify-start md:justify-start lg:justify-end ", children: M ? _() : $() })
|
|
9225
|
+
] }), xe = B && !M && /* @__PURE__ */ d(
|
|
9223
9226
|
fr.div,
|
|
9224
9227
|
{
|
|
9225
9228
|
className: "w-full sm:max-w-[60%] md:max-w-[60%] lg:max-w-[60%]",
|
|
@@ -9230,12 +9233,12 @@ const Xd = {
|
|
|
9230
9233
|
children: Y()
|
|
9231
9234
|
}
|
|
9232
9235
|
);
|
|
9233
|
-
return
|
|
9234
|
-
/* @__PURE__ */
|
|
9235
|
-
/* @__PURE__ */
|
|
9236
|
-
] }) : /* @__PURE__ */ T("div", { className: F("w-full",
|
|
9237
|
-
/* @__PURE__ */
|
|
9238
|
-
/* @__PURE__ */
|
|
9236
|
+
return f ? /* @__PURE__ */ T(Ie, { className: F("w-full", b.base), "data-testid": x || `offer-card-${t.id}`, children: [
|
|
9237
|
+
/* @__PURE__ */ d(De, { className: F("pt-1 pb-0", b.body), children: W }),
|
|
9238
|
+
/* @__PURE__ */ d(hr, { children: xe && /* @__PURE__ */ d(xl, { className: F("w-full mt-0 pt-0", b.footer), children: xe }) })
|
|
9239
|
+
] }) : /* @__PURE__ */ T("div", { className: F("w-full", b.base), "data-testid": x || `offer-card-${t.id}`, children: [
|
|
9240
|
+
/* @__PURE__ */ d("div", { className: F("pt-1 pb-0", b.body), children: W }),
|
|
9241
|
+
/* @__PURE__ */ d(hr, { children: xe && /* @__PURE__ */ d("div", { className: F("w-full mt-0 pt-0", b.footer), children: xe }) })
|
|
9239
9242
|
] });
|
|
9240
9243
|
};
|
|
9241
9244
|
qo.displayName = "OfferCard";
|
|
@@ -9249,7 +9252,7 @@ const ef = ({
|
|
|
9249
9252
|
}) => {
|
|
9250
9253
|
if (s) {
|
|
9251
9254
|
const l = s();
|
|
9252
|
-
return r ? /* @__PURE__ */
|
|
9255
|
+
return r ? /* @__PURE__ */ d(Ie, { "data-testid": "offer-card-empty", className: F("w-full", i.base), children: /* @__PURE__ */ d(De, { "data-testid": "offer-card-empty-body", children: l }) }) : /* @__PURE__ */ d("div", { "data-testid": "offer-card-empty", className: F("w-full", i.base), children: l });
|
|
9253
9256
|
}
|
|
9254
9257
|
const o = /* @__PURE__ */ T(
|
|
9255
9258
|
"div",
|
|
@@ -9260,7 +9263,7 @@ const ef = ({
|
|
|
9260
9263
|
i.content
|
|
9261
9264
|
),
|
|
9262
9265
|
children: [
|
|
9263
|
-
/* @__PURE__ */
|
|
9266
|
+
/* @__PURE__ */ d(
|
|
9264
9267
|
Pe,
|
|
9265
9268
|
{
|
|
9266
9269
|
"data-testid": "offer-card-empty-icon",
|
|
@@ -9269,11 +9272,11 @@ const ef = ({
|
|
|
9269
9272
|
className: F("mb-4", i.icon)
|
|
9270
9273
|
}
|
|
9271
9274
|
),
|
|
9272
|
-
/* @__PURE__ */
|
|
9275
|
+
/* @__PURE__ */ d("h3", { "data-testid": "offer-card-empty-message", className: F("text-lg", i.message), children: t })
|
|
9273
9276
|
]
|
|
9274
9277
|
}
|
|
9275
9278
|
);
|
|
9276
|
-
return r ? /* @__PURE__ */
|
|
9279
|
+
return r ? /* @__PURE__ */ d(Ie, { "data-testid": "offer-card-empty", className: F("w-full", i.base), children: /* @__PURE__ */ d(De, { "data-testid": "offer-card-empty-body", children: o }) }) : /* @__PURE__ */ d("div", { "data-testid": "offer-card-empty", className: F("w-full", i.base), children: o });
|
|
9277
9280
|
};
|
|
9278
9281
|
ef.displayName = "OfferCardEmpty";
|
|
9279
9282
|
const tf = {
|
|
@@ -9286,8 +9289,8 @@ const tf = {
|
|
|
9286
9289
|
color: r = "danger",
|
|
9287
9290
|
classNames: i = {}
|
|
9288
9291
|
}) => {
|
|
9289
|
-
const s = { ...tf, ...e }, o = /* @__PURE__ */
|
|
9290
|
-
|
|
9292
|
+
const s = { ...tf, ...e }, o = /* @__PURE__ */ d(
|
|
9293
|
+
In,
|
|
9291
9294
|
{
|
|
9292
9295
|
"data-testid": "offer-card-error-alert",
|
|
9293
9296
|
color: r,
|
|
@@ -9296,7 +9299,7 @@ const tf = {
|
|
|
9296
9299
|
className: i.alert
|
|
9297
9300
|
}
|
|
9298
9301
|
);
|
|
9299
|
-
return n ? /* @__PURE__ */
|
|
9302
|
+
return n ? /* @__PURE__ */ d(Ie, { "data-testid": "offer-card-error", className: F("w-full", i.base), children: /* @__PURE__ */ d(De, { "data-testid": "offer-card-error-body", children: o }) }) : /* @__PURE__ */ d("div", { "data-testid": "offer-card-error", className: F("w-full", i.base), children: o });
|
|
9300
9303
|
};
|
|
9301
9304
|
nf.displayName = "OfferCardError";
|
|
9302
9305
|
const rf = {
|
|
@@ -9308,56 +9311,56 @@ const rf = {
|
|
|
9308
9311
|
6: "space-y-6"
|
|
9309
9312
|
}, sf = ({ quantity: t = 2, gap: e = 4, classNames: n = {} }) => {
|
|
9310
9313
|
const r = rf[e];
|
|
9311
|
-
return /* @__PURE__ */
|
|
9312
|
-
|
|
9314
|
+
return /* @__PURE__ */ d("div", { "data-testid": "offer-card-skeleton-container", className: F(r, n.base), children: Array.from({ length: t }).map((i, s) => /* @__PURE__ */ T(
|
|
9315
|
+
Ie,
|
|
9313
9316
|
{
|
|
9314
9317
|
"data-testid": `offer-card-skeleton-${s}`,
|
|
9315
9318
|
className: F("w-full", n.card),
|
|
9316
9319
|
children: [
|
|
9317
|
-
/* @__PURE__ */
|
|
9320
|
+
/* @__PURE__ */ d(
|
|
9318
9321
|
Ms,
|
|
9319
9322
|
{
|
|
9320
9323
|
"data-testid": `offer-card-skeleton-header-${s}`,
|
|
9321
9324
|
className: "flex justify-between items-start pb-0",
|
|
9322
9325
|
children: /* @__PURE__ */ T("div", { className: "space-y-2 w-full", children: [
|
|
9323
|
-
/* @__PURE__ */
|
|
9324
|
-
/* @__PURE__ */
|
|
9326
|
+
/* @__PURE__ */ d(me, { "data-testid": `offer-card-skeleton-title-${s}`, className: "w-1/3 rounded-lg", children: /* @__PURE__ */ d("div", { className: "h-4 bg-default-200 rounded-lg" }) }),
|
|
9327
|
+
/* @__PURE__ */ d(
|
|
9325
9328
|
me,
|
|
9326
9329
|
{
|
|
9327
9330
|
"data-testid": `offer-card-skeleton-subtitle-${s}`,
|
|
9328
9331
|
className: "w-1/4 rounded-lg",
|
|
9329
|
-
children: /* @__PURE__ */
|
|
9332
|
+
children: /* @__PURE__ */ d("div", { className: "h-3 bg-default-300 rounded-lg" })
|
|
9330
9333
|
}
|
|
9331
9334
|
)
|
|
9332
9335
|
] })
|
|
9333
9336
|
}
|
|
9334
9337
|
),
|
|
9335
|
-
/* @__PURE__ */
|
|
9338
|
+
/* @__PURE__ */ d(De, { "data-testid": `offer-card-skeleton-body-${s}`, className: "pt-2 pb-0", children: /* @__PURE__ */ T("div", { className: "grid grid-cols-1 xl:grid-cols-3 gap-2 items-start", children: [
|
|
9336
9339
|
/* @__PURE__ */ T("div", { className: "xl:col-span-2 space-y-2", children: [
|
|
9337
|
-
/* @__PURE__ */
|
|
9340
|
+
/* @__PURE__ */ d(
|
|
9338
9341
|
me,
|
|
9339
9342
|
{
|
|
9340
9343
|
"data-testid": `offer-card-skeleton-people-${s}`,
|
|
9341
9344
|
className: "w-1/4 rounded-lg",
|
|
9342
|
-
children: /* @__PURE__ */
|
|
9345
|
+
children: /* @__PURE__ */ d("div", { className: "h-4 bg-default-300 rounded-lg" })
|
|
9343
9346
|
}
|
|
9344
9347
|
),
|
|
9345
|
-
/* @__PURE__ */
|
|
9348
|
+
/* @__PURE__ */ d(
|
|
9346
9349
|
me,
|
|
9347
9350
|
{
|
|
9348
9351
|
"data-testid": `offer-card-skeleton-description-${s}`,
|
|
9349
9352
|
className: "w-3/4 rounded-lg",
|
|
9350
|
-
children: /* @__PURE__ */
|
|
9353
|
+
children: /* @__PURE__ */ d("div", { className: "h-4 bg-default-200 rounded-lg" })
|
|
9351
9354
|
}
|
|
9352
9355
|
)
|
|
9353
9356
|
] }),
|
|
9354
|
-
/* @__PURE__ */
|
|
9357
|
+
/* @__PURE__ */ d("div", { className: "flex items-start justify-end", children: /* @__PURE__ */ T(
|
|
9355
9358
|
"div",
|
|
9356
9359
|
{
|
|
9357
9360
|
"data-testid": `offer-card-skeleton-controls-${s}`,
|
|
9358
9361
|
className: "flex items-center justify-end gap-2 w-full px-4 py-2",
|
|
9359
9362
|
children: [
|
|
9360
|
-
/* @__PURE__ */
|
|
9363
|
+
/* @__PURE__ */ d(
|
|
9361
9364
|
me,
|
|
9362
9365
|
{
|
|
9363
9366
|
"data-testid": `offer-card-skeleton-label-${s}`,
|
|
@@ -9365,21 +9368,21 @@ const rf = {
|
|
|
9365
9368
|
}
|
|
9366
9369
|
),
|
|
9367
9370
|
/* @__PURE__ */ T("div", { className: "flex gap-2", children: [
|
|
9368
|
-
/* @__PURE__ */
|
|
9371
|
+
/* @__PURE__ */ d(
|
|
9369
9372
|
me,
|
|
9370
9373
|
{
|
|
9371
9374
|
"data-testid": `offer-card-skeleton-btn-dec-${s}`,
|
|
9372
9375
|
className: "w-8 h-8 rounded-md bg-default-300"
|
|
9373
9376
|
}
|
|
9374
9377
|
),
|
|
9375
|
-
/* @__PURE__ */
|
|
9378
|
+
/* @__PURE__ */ d(
|
|
9376
9379
|
me,
|
|
9377
9380
|
{
|
|
9378
9381
|
"data-testid": `offer-card-skeleton-btn-qty-${s}`,
|
|
9379
9382
|
className: "w-8 h-8 rounded-md bg-default-200"
|
|
9380
9383
|
}
|
|
9381
9384
|
),
|
|
9382
|
-
/* @__PURE__ */
|
|
9385
|
+
/* @__PURE__ */ d(
|
|
9383
9386
|
me,
|
|
9384
9387
|
{
|
|
9385
9388
|
"data-testid": `offer-card-skeleton-btn-inc-${s}`,
|
|
@@ -9443,40 +9446,40 @@ const of = {
|
|
|
9443
9446
|
slots: a,
|
|
9444
9447
|
isDisabled: c = !1,
|
|
9445
9448
|
buttonVariant: u = "bordered",
|
|
9446
|
-
buttonColor:
|
|
9449
|
+
buttonColor: f = "default",
|
|
9447
9450
|
showCard: p = !0,
|
|
9448
9451
|
animated: m = !0,
|
|
9449
|
-
gap:
|
|
9450
|
-
classNames:
|
|
9452
|
+
gap: k = 2,
|
|
9453
|
+
classNames: b = {}
|
|
9451
9454
|
}) => {
|
|
9452
|
-
const [
|
|
9455
|
+
const [x, v] = le(n), S = e !== void 0 ? e : x, D = fe(
|
|
9453
9456
|
(B, H) => {
|
|
9454
9457
|
const U = {
|
|
9455
9458
|
...S,
|
|
9456
9459
|
[B]: Math.max(0, H)
|
|
9457
9460
|
};
|
|
9458
|
-
e === void 0 &&
|
|
9461
|
+
e === void 0 && v(U), r?.(U), i?.(B, U[B]);
|
|
9459
9462
|
},
|
|
9460
9463
|
[S, e, r, i]
|
|
9461
|
-
), w = [...t].sort((B, H) => (B.position ?? 0) - (H.position ?? 0)),
|
|
9464
|
+
), w = [...t].sort((B, H) => (B.position ?? 0) - (H.position ?? 0)), I = af[k], L = F("grid mx-auto pt-2", I, b.base), M = (B) => /* @__PURE__ */ d(
|
|
9462
9465
|
qo,
|
|
9463
9466
|
{
|
|
9464
9467
|
offer: B,
|
|
9465
9468
|
quantity: S[B.id] || 0,
|
|
9466
|
-
onQuantityChange:
|
|
9469
|
+
onQuantityChange: D,
|
|
9467
9470
|
currency: s,
|
|
9468
9471
|
locale: o,
|
|
9469
9472
|
labels: l,
|
|
9470
9473
|
slots: a,
|
|
9471
9474
|
isDisabled: c,
|
|
9472
9475
|
buttonVariant: u,
|
|
9473
|
-
buttonColor:
|
|
9476
|
+
buttonColor: f,
|
|
9474
9477
|
showCard: p,
|
|
9475
|
-
classNames:
|
|
9478
|
+
classNames: b.card
|
|
9476
9479
|
},
|
|
9477
9480
|
B.id
|
|
9478
9481
|
);
|
|
9479
|
-
return m ? /* @__PURE__ */
|
|
9482
|
+
return m ? /* @__PURE__ */ d(
|
|
9480
9483
|
fr.div,
|
|
9481
9484
|
{
|
|
9482
9485
|
"data-testid": "offer-card-list",
|
|
@@ -9484,11 +9487,11 @@ const of = {
|
|
|
9484
9487
|
variants: of,
|
|
9485
9488
|
initial: "hidden",
|
|
9486
9489
|
animate: "show",
|
|
9487
|
-
children: /* @__PURE__ */
|
|
9490
|
+
children: /* @__PURE__ */ d(hr, { children: w.map((B) => /* @__PURE__ */ d(
|
|
9488
9491
|
fr.div,
|
|
9489
9492
|
{
|
|
9490
9493
|
"data-testid": `offer-card-list-item-${B.id}`,
|
|
9491
|
-
className:
|
|
9494
|
+
className: b.cardWrapper,
|
|
9492
9495
|
variants: lf,
|
|
9493
9496
|
exit: { opacity: 0, y: -20 },
|
|
9494
9497
|
transition: { duration: 0.3 },
|
|
@@ -9497,7 +9500,7 @@ const of = {
|
|
|
9497
9500
|
B.id
|
|
9498
9501
|
)) })
|
|
9499
9502
|
}
|
|
9500
|
-
) : /* @__PURE__ */
|
|
9503
|
+
) : /* @__PURE__ */ d("div", { "data-testid": "offer-card-list", className: L, children: w.map(M) });
|
|
9501
9504
|
};
|
|
9502
9505
|
cf.displayName = "OfferCardList";
|
|
9503
9506
|
var on = (t) => t.type === "checkbox", mt = (t) => t instanceof Date, Ne = (t) => t == null;
|
|
@@ -9600,9 +9603,9 @@ function ff(t) {
|
|
|
9600
9603
|
a.current.isValid && n._setValid(!0);
|
|
9601
9604
|
}, [n]), z.useMemo(() => Go(o, n, a.current, !1), [o, n]);
|
|
9602
9605
|
}
|
|
9603
|
-
var Oe = (t) => typeof t == "string",
|
|
9606
|
+
var Oe = (t) => typeof t == "string", Ir = (t, e, n, r, i) => Oe(t) ? (r && e.watch.add(t), N(n, t, i)) : Array.isArray(t) ? t.map((s) => (r && e.watch.add(s), N(n, s))) : (r && (e.watchAll = !0), n), Dr = (t) => Ne(t) || !Ko(t);
|
|
9604
9607
|
function ze(t, e, n = /* @__PURE__ */ new WeakSet()) {
|
|
9605
|
-
if (
|
|
9608
|
+
if (Dr(t) || Dr(e))
|
|
9606
9609
|
return Object.is(t, e);
|
|
9607
9610
|
if (mt(t) && mt(e))
|
|
9608
9611
|
return Object.is(t.getTime(), e.getTime());
|
|
@@ -9625,41 +9628,41 @@ function ze(t, e, n = /* @__PURE__ */ new WeakSet()) {
|
|
|
9625
9628
|
return !0;
|
|
9626
9629
|
}
|
|
9627
9630
|
function hf(t) {
|
|
9628
|
-
const e = ni(), { control: n = e, name: r, defaultValue: i, disabled: s, exact: o, compute: l } = t || {}, a = z.useRef(i), c = z.useRef(l), u = z.useRef(void 0),
|
|
9631
|
+
const e = ni(), { control: n = e, name: r, defaultValue: i, disabled: s, exact: o, compute: l } = t || {}, a = z.useRef(i), c = z.useRef(l), u = z.useRef(void 0), f = z.useRef(n), p = z.useRef(r);
|
|
9629
9632
|
c.current = l;
|
|
9630
|
-
const [m,
|
|
9633
|
+
const [m, k] = z.useState(() => {
|
|
9631
9634
|
const w = n._getWatch(r, a.current);
|
|
9632
9635
|
return c.current ? c.current(w) : w;
|
|
9633
|
-
}),
|
|
9634
|
-
const
|
|
9635
|
-
return c.current ? c.current(
|
|
9636
|
-
}, [n._formValues, n._names, r]),
|
|
9636
|
+
}), b = z.useCallback((w) => {
|
|
9637
|
+
const I = Ir(r, n._names, w || n._formValues, !1, a.current);
|
|
9638
|
+
return c.current ? c.current(I) : I;
|
|
9639
|
+
}, [n._formValues, n._names, r]), x = z.useCallback((w) => {
|
|
9637
9640
|
if (!s) {
|
|
9638
|
-
const
|
|
9641
|
+
const I = Ir(r, n._names, w || n._formValues, !1, a.current);
|
|
9639
9642
|
if (c.current) {
|
|
9640
|
-
const L = c.current(
|
|
9641
|
-
ze(L, u.current) || (
|
|
9643
|
+
const L = c.current(I);
|
|
9644
|
+
ze(L, u.current) || (k(L), u.current = L);
|
|
9642
9645
|
} else
|
|
9643
|
-
|
|
9646
|
+
k(I);
|
|
9644
9647
|
}
|
|
9645
9648
|
}, [n._formValues, n._names, s, r]);
|
|
9646
|
-
ri(() => ((
|
|
9649
|
+
ri(() => ((f.current !== n || !ze(p.current, r)) && (f.current = n, p.current = r, x()), n._subscribe({
|
|
9647
9650
|
name: r,
|
|
9648
9651
|
formState: {
|
|
9649
9652
|
values: !0
|
|
9650
9653
|
},
|
|
9651
9654
|
exact: o,
|
|
9652
9655
|
callback: (w) => {
|
|
9653
|
-
|
|
9656
|
+
x(w.values);
|
|
9654
9657
|
}
|
|
9655
|
-
})), [n, o, r,
|
|
9656
|
-
const
|
|
9658
|
+
})), [n, o, r, x]), z.useEffect(() => n._removeUnmounted());
|
|
9659
|
+
const v = f.current !== n, S = p.current, D = z.useMemo(() => {
|
|
9657
9660
|
if (s)
|
|
9658
9661
|
return null;
|
|
9659
|
-
const w = !
|
|
9660
|
-
return
|
|
9661
|
-
}, [s,
|
|
9662
|
-
return
|
|
9662
|
+
const w = !v && !ze(S, r);
|
|
9663
|
+
return v || w ? b() : null;
|
|
9664
|
+
}, [s, v, r, S, b]);
|
|
9665
|
+
return D !== null ? D : m;
|
|
9663
9666
|
}
|
|
9664
9667
|
function pf(t) {
|
|
9665
9668
|
const e = ni(), { name: n, disabled: r, control: i = e, shouldUnregister: s, defaultValue: o, exact: l = !0 } = t, a = Wo(i._names.array, n), c = z.useMemo(() => N(i._formValues, n, N(i._defaultValues, n, o)), [i, n, o]), u = hf({
|
|
@@ -9667,68 +9670,68 @@ function pf(t) {
|
|
|
9667
9670
|
name: n,
|
|
9668
9671
|
defaultValue: c,
|
|
9669
9672
|
exact: l
|
|
9670
|
-
}),
|
|
9673
|
+
}), f = ff({
|
|
9671
9674
|
control: i,
|
|
9672
9675
|
name: n,
|
|
9673
9676
|
exact: l
|
|
9674
|
-
}), p = z.useRef(t), m = z.useRef(void 0),
|
|
9677
|
+
}), p = z.useRef(t), m = z.useRef(void 0), k = z.useRef(i.register(n, {
|
|
9675
9678
|
...t.rules,
|
|
9676
9679
|
value: u,
|
|
9677
9680
|
...Te(t.disabled) ? { disabled: t.disabled } : {}
|
|
9678
9681
|
}));
|
|
9679
9682
|
p.current = t;
|
|
9680
|
-
const
|
|
9683
|
+
const b = z.useMemo(() => Object.defineProperties({}, {
|
|
9681
9684
|
invalid: {
|
|
9682
9685
|
enumerable: !0,
|
|
9683
|
-
get: () => !!N(
|
|
9686
|
+
get: () => !!N(f.errors, n)
|
|
9684
9687
|
},
|
|
9685
9688
|
isDirty: {
|
|
9686
9689
|
enumerable: !0,
|
|
9687
|
-
get: () => !!N(
|
|
9690
|
+
get: () => !!N(f.dirtyFields, n)
|
|
9688
9691
|
},
|
|
9689
9692
|
isTouched: {
|
|
9690
9693
|
enumerable: !0,
|
|
9691
|
-
get: () => !!N(
|
|
9694
|
+
get: () => !!N(f.touchedFields, n)
|
|
9692
9695
|
},
|
|
9693
9696
|
isValidating: {
|
|
9694
9697
|
enumerable: !0,
|
|
9695
|
-
get: () => !!N(
|
|
9698
|
+
get: () => !!N(f.validatingFields, n)
|
|
9696
9699
|
},
|
|
9697
9700
|
error: {
|
|
9698
9701
|
enumerable: !0,
|
|
9699
|
-
get: () => N(
|
|
9702
|
+
get: () => N(f.errors, n)
|
|
9700
9703
|
}
|
|
9701
|
-
}), [
|
|
9704
|
+
}), [f, n]), x = z.useCallback((w) => k.current.onChange({
|
|
9702
9705
|
target: {
|
|
9703
9706
|
value: Jo(w),
|
|
9704
9707
|
name: n
|
|
9705
9708
|
},
|
|
9706
9709
|
type: Tn.CHANGE
|
|
9707
|
-
}), [n]),
|
|
9710
|
+
}), [n]), v = z.useCallback(() => k.current.onBlur({
|
|
9708
9711
|
target: {
|
|
9709
9712
|
value: N(i._formValues, n),
|
|
9710
9713
|
name: n
|
|
9711
9714
|
},
|
|
9712
9715
|
type: Tn.BLUR
|
|
9713
9716
|
}), [n, i._formValues]), S = z.useCallback((w) => {
|
|
9714
|
-
const
|
|
9715
|
-
|
|
9717
|
+
const I = N(i._fields, n);
|
|
9718
|
+
I && I._f && w && (I._f.ref = {
|
|
9716
9719
|
focus: () => we(w.focus) && w.focus(),
|
|
9717
9720
|
select: () => we(w.select) && w.select(),
|
|
9718
9721
|
setCustomValidity: (L) => we(w.setCustomValidity) && w.setCustomValidity(L),
|
|
9719
9722
|
reportValidity: () => we(w.reportValidity) && w.reportValidity()
|
|
9720
9723
|
});
|
|
9721
|
-
}, [i._fields, n]),
|
|
9724
|
+
}, [i._fields, n]), D = z.useMemo(() => ({
|
|
9722
9725
|
name: n,
|
|
9723
9726
|
value: u,
|
|
9724
|
-
...Te(r) ||
|
|
9725
|
-
onChange:
|
|
9726
|
-
onBlur:
|
|
9727
|
+
...Te(r) || f.disabled ? { disabled: f.disabled || r } : {},
|
|
9728
|
+
onChange: x,
|
|
9729
|
+
onBlur: v,
|
|
9727
9730
|
ref: S
|
|
9728
|
-
}), [n, r,
|
|
9731
|
+
}), [n, r, f.disabled, x, v, S, u]);
|
|
9729
9732
|
return z.useEffect(() => {
|
|
9730
|
-
const w = i._options.shouldUnregister || s,
|
|
9731
|
-
|
|
9733
|
+
const w = i._options.shouldUnregister || s, I = m.current;
|
|
9734
|
+
I && I !== n && !a && i.unregister(I), i.register(n, {
|
|
9732
9735
|
...p.current.rules,
|
|
9733
9736
|
...Te(p.current.disabled) ? { disabled: p.current.disabled } : {}
|
|
9734
9737
|
});
|
|
@@ -9749,10 +9752,10 @@ function pf(t) {
|
|
|
9749
9752
|
name: n
|
|
9750
9753
|
});
|
|
9751
9754
|
}, [r, n, i]), z.useMemo(() => ({
|
|
9752
|
-
field:
|
|
9753
|
-
formState:
|
|
9754
|
-
fieldState:
|
|
9755
|
-
}), [
|
|
9755
|
+
field: D,
|
|
9756
|
+
formState: f,
|
|
9757
|
+
fieldState: b
|
|
9758
|
+
}), [D, f, b]);
|
|
9756
9759
|
}
|
|
9757
9760
|
const mf = z.createContext(null);
|
|
9758
9761
|
mf.displayName = "HookFormContext";
|
|
@@ -9838,7 +9841,7 @@ function Et(t, e, n) {
|
|
|
9838
9841
|
for (const r in t) {
|
|
9839
9842
|
const i = t[r];
|
|
9840
9843
|
if (Yo(i))
|
|
9841
|
-
ne(e) ||
|
|
9844
|
+
ne(e) || Dr(n[r]) ? n[r] = Lr(i, Array.isArray(i) ? [] : {}) : Et(i, Ne(e) ? {} : e[r], n[r]);
|
|
9842
9845
|
else {
|
|
9843
9846
|
const s = e[r];
|
|
9844
9847
|
n[r] = !ze(i, s);
|
|
@@ -9961,14 +9964,14 @@ var wt = (t) => ue(t) && !On(t) ? t : {
|
|
|
9961
9964
|
value: t,
|
|
9962
9965
|
message: ""
|
|
9963
9966
|
}, Ss = async (t, e, n, r, i, s) => {
|
|
9964
|
-
const { ref: o, refs: l, required: a, maxLength: c, minLength: u, min:
|
|
9965
|
-
if (!
|
|
9967
|
+
const { ref: o, refs: l, required: a, maxLength: c, minLength: u, min: f, max: p, pattern: m, validate: k, name: b, valueAsNumber: x, mount: v } = t._f, S = N(n, b);
|
|
9968
|
+
if (!v || e.has(b))
|
|
9966
9969
|
return {};
|
|
9967
|
-
const
|
|
9968
|
-
i &&
|
|
9969
|
-
},
|
|
9970
|
+
const D = l ? l[0] : o, w = (E) => {
|
|
9971
|
+
i && D.reportValidity && (D.setCustomValidity(Te(E) ? "" : E || ""), D.reportValidity());
|
|
9972
|
+
}, I = {}, L = si(o), M = on(o), B = L || M, H = (x || ii(o)) && ne(o.value) && ne(S) || Mn(o) && o.value === "" || S === "" || Array.isArray(S) && !S.length, U = gf.bind(null, b, r, I), P = (E, R, $, _ = Je.maxLength, Y = Je.minLength) => {
|
|
9970
9973
|
const W = E ? R : $;
|
|
9971
|
-
|
|
9974
|
+
I[b] = {
|
|
9972
9975
|
type: E ? _ : Y,
|
|
9973
9976
|
message: W,
|
|
9974
9977
|
ref: o,
|
|
@@ -9977,17 +9980,17 @@ var wt = (t) => ue(t) && !On(t) ? t : {
|
|
|
9977
9980
|
};
|
|
9978
9981
|
if (s ? !Array.isArray(S) || !S.length : a && (!B && (H || Ne(S)) || Te(S) && !S || M && !Xo(l).isValid || L && !tl(l).isValid)) {
|
|
9979
9982
|
const { value: E, message: R } = Oe(a) ? { value: !!a, message: a } : wt(a);
|
|
9980
|
-
if (E && (
|
|
9983
|
+
if (E && (I[b] = {
|
|
9981
9984
|
type: Je.required,
|
|
9982
9985
|
message: R,
|
|
9983
|
-
ref:
|
|
9986
|
+
ref: D,
|
|
9984
9987
|
...U(Je.required, R)
|
|
9985
9988
|
}, !r))
|
|
9986
|
-
return w(R),
|
|
9989
|
+
return w(R), I;
|
|
9987
9990
|
}
|
|
9988
|
-
if (!H && (!Ne(
|
|
9991
|
+
if (!H && (!Ne(f) || !Ne(p))) {
|
|
9989
9992
|
let E, R;
|
|
9990
|
-
const $ = wt(p), _ = wt(
|
|
9993
|
+
const $ = wt(p), _ = wt(f);
|
|
9991
9994
|
if (!Ne(S) && !isNaN(S)) {
|
|
9992
9995
|
const Y = o.valueAsNumber || S && +S;
|
|
9993
9996
|
Ne($.value) || (E = Y > $.value), Ne(_.value) || (R = Y < _.value);
|
|
@@ -9996,50 +9999,50 @@ var wt = (t) => ue(t) && !On(t) ? t : {
|
|
|
9996
9999
|
Oe($.value) && S && (E = xe ? W(S) > W($.value) : de ? S > $.value : Y > new Date($.value)), Oe(_.value) && S && (R = xe ? W(S) < W(_.value) : de ? S < _.value : Y < new Date(_.value));
|
|
9997
10000
|
}
|
|
9998
10001
|
if ((E || R) && (P(!!E, $.message, _.message, Je.max, Je.min), !r))
|
|
9999
|
-
return w(
|
|
10002
|
+
return w(I[b].message), I;
|
|
10000
10003
|
}
|
|
10001
10004
|
if ((c || u) && !H && (Oe(S) || s && Array.isArray(S))) {
|
|
10002
10005
|
const E = wt(c), R = wt(u), $ = !Ne(E.value) && S.length > +E.value, _ = !Ne(R.value) && S.length < +R.value;
|
|
10003
10006
|
if (($ || _) && (P($, E.message, R.message), !r))
|
|
10004
|
-
return w(
|
|
10007
|
+
return w(I[b].message), I;
|
|
10005
10008
|
}
|
|
10006
10009
|
if (m && !H && Oe(S)) {
|
|
10007
10010
|
const { value: E, message: R } = wt(m);
|
|
10008
|
-
if (On(E) && !S.match(E) && (
|
|
10011
|
+
if (On(E) && !S.match(E) && (I[b] = {
|
|
10009
10012
|
type: Je.pattern,
|
|
10010
10013
|
message: R,
|
|
10011
10014
|
ref: o,
|
|
10012
10015
|
...U(Je.pattern, R)
|
|
10013
10016
|
}, !r))
|
|
10014
|
-
return w(R),
|
|
10017
|
+
return w(R), I;
|
|
10015
10018
|
}
|
|
10016
|
-
if (
|
|
10017
|
-
if (we(
|
|
10018
|
-
const E = await
|
|
10019
|
-
if (R && (
|
|
10019
|
+
if (k) {
|
|
10020
|
+
if (we(k)) {
|
|
10021
|
+
const E = await k(S, n), R = ks(E, D);
|
|
10022
|
+
if (R && (I[b] = {
|
|
10020
10023
|
...R,
|
|
10021
10024
|
...U(Je.validate, R.message)
|
|
10022
10025
|
}, !r))
|
|
10023
|
-
return w(R.message),
|
|
10024
|
-
} else if (ue(
|
|
10026
|
+
return w(R.message), I;
|
|
10027
|
+
} else if (ue(k)) {
|
|
10025
10028
|
let E = {};
|
|
10026
|
-
for (const R in
|
|
10029
|
+
for (const R in k) {
|
|
10027
10030
|
if (!Se(E) && !r)
|
|
10028
10031
|
break;
|
|
10029
|
-
const $ = ks(await
|
|
10032
|
+
const $ = ks(await k[R](S, n), D, R);
|
|
10030
10033
|
$ && (E = {
|
|
10031
10034
|
...$,
|
|
10032
10035
|
...U(R, $.message)
|
|
10033
|
-
}, w($.message), r && (
|
|
10036
|
+
}, w($.message), r && (I[b] = E));
|
|
10034
10037
|
}
|
|
10035
|
-
if (!Se(E) && (
|
|
10036
|
-
ref:
|
|
10038
|
+
if (!Se(E) && (I[b] = {
|
|
10039
|
+
ref: D,
|
|
10037
10040
|
...E
|
|
10038
10041
|
}, !r))
|
|
10039
|
-
return
|
|
10042
|
+
return I;
|
|
10040
10043
|
}
|
|
10041
10044
|
}
|
|
10042
|
-
return w(!0),
|
|
10045
|
+
return w(!0), I;
|
|
10043
10046
|
};
|
|
10044
10047
|
const Mf = {
|
|
10045
10048
|
mode: Ve.onSubmit,
|
|
@@ -10085,46 +10088,46 @@ function Of(t = {}) {
|
|
|
10085
10088
|
isValidating: !1,
|
|
10086
10089
|
isValid: !1,
|
|
10087
10090
|
errors: !1
|
|
10088
|
-
},
|
|
10091
|
+
}, f = {
|
|
10089
10092
|
...u
|
|
10090
10093
|
};
|
|
10091
10094
|
let p = {
|
|
10092
|
-
...
|
|
10095
|
+
...f
|
|
10093
10096
|
};
|
|
10094
10097
|
const m = {
|
|
10095
10098
|
array: fs(),
|
|
10096
10099
|
state: fs()
|
|
10097
|
-
},
|
|
10100
|
+
}, k = e.criteriaMode === Ve.all, b = (h) => (g) => {
|
|
10098
10101
|
clearTimeout(c), c = setTimeout(h, g);
|
|
10099
|
-
},
|
|
10100
|
-
if (!o.keepIsValid && !e.disabled && (
|
|
10102
|
+
}, x = async (h) => {
|
|
10103
|
+
if (!o.keepIsValid && !e.disabled && (f.isValid || p.isValid || h)) {
|
|
10101
10104
|
let g;
|
|
10102
|
-
e.resolver ? (g = Se((await B()).errors),
|
|
10105
|
+
e.resolver ? (g = Se((await B()).errors), v()) : g = await U(r, !0), g !== n.isValid && m.state.next({
|
|
10103
10106
|
isValid: g
|
|
10104
10107
|
});
|
|
10105
10108
|
}
|
|
10106
|
-
},
|
|
10107
|
-
!e.disabled && (
|
|
10108
|
-
|
|
10109
|
+
}, v = (h, g) => {
|
|
10110
|
+
!e.disabled && (f.isValidating || f.validatingFields || p.isValidating || p.validatingFields) && ((h || Array.from(l.mount)).forEach((y) => {
|
|
10111
|
+
y && (g ? X(n.validatingFields, y, g) : oe(n.validatingFields, y));
|
|
10109
10112
|
}), m.state.next({
|
|
10110
10113
|
validatingFields: n.validatingFields,
|
|
10111
10114
|
isValidating: !Se(n.validatingFields)
|
|
10112
10115
|
}));
|
|
10113
|
-
}, S = (h, g = [],
|
|
10114
|
-
if (O &&
|
|
10116
|
+
}, S = (h, g = [], y, O, A = !0, C = !0) => {
|
|
10117
|
+
if (O && y && !e.disabled) {
|
|
10115
10118
|
if (o.action = !0, C && Array.isArray(N(r, h))) {
|
|
10116
|
-
const V =
|
|
10119
|
+
const V = y(N(r, h), O.argA, O.argB);
|
|
10117
10120
|
A && X(r, h, V);
|
|
10118
10121
|
}
|
|
10119
10122
|
if (C && Array.isArray(N(n.errors, h))) {
|
|
10120
|
-
const V =
|
|
10123
|
+
const V = y(N(n.errors, h), O.argA, O.argB);
|
|
10121
10124
|
A && X(n.errors, h, V), Ef(n.errors, h);
|
|
10122
10125
|
}
|
|
10123
|
-
if ((
|
|
10124
|
-
const V =
|
|
10126
|
+
if ((f.touchedFields || p.touchedFields) && C && Array.isArray(N(n.touchedFields, h))) {
|
|
10127
|
+
const V = y(N(n.touchedFields, h), O.argA, O.argB);
|
|
10125
10128
|
A && X(n.touchedFields, h, V);
|
|
10126
10129
|
}
|
|
10127
|
-
(
|
|
10130
|
+
(f.dirtyFields || p.dirtyFields) && (n.dirtyFields = Et(i, s)), m.state.next({
|
|
10128
10131
|
name: h,
|
|
10129
10132
|
isDirty: E(h, g),
|
|
10130
10133
|
dirtyFields: n.dirtyFields,
|
|
@@ -10133,7 +10136,7 @@ function Of(t = {}) {
|
|
|
10133
10136
|
});
|
|
10134
10137
|
} else
|
|
10135
10138
|
X(s, h, g);
|
|
10136
|
-
},
|
|
10139
|
+
}, D = (h, g) => {
|
|
10137
10140
|
X(n.errors, h, g), m.state.next({
|
|
10138
10141
|
errors: n.errors
|
|
10139
10142
|
});
|
|
@@ -10142,33 +10145,33 @@ function Of(t = {}) {
|
|
|
10142
10145
|
errors: n.errors,
|
|
10143
10146
|
isValid: !1
|
|
10144
10147
|
});
|
|
10145
|
-
},
|
|
10148
|
+
}, I = (h, g, y, O) => {
|
|
10146
10149
|
const A = N(r, h);
|
|
10147
10150
|
if (A) {
|
|
10148
|
-
const C = N(s, h, ne(
|
|
10149
|
-
ne(C) || O && O.defaultChecked || g ? X(s, h, g ? C : gs(A._f)) : _(h, C), o.mount && !o.action &&
|
|
10151
|
+
const C = N(s, h, ne(y) ? N(i, h) : y);
|
|
10152
|
+
ne(C) || O && O.defaultChecked || g ? X(s, h, g ? C : gs(A._f)) : _(h, C), o.mount && !o.action && x();
|
|
10150
10153
|
}
|
|
10151
|
-
}, L = (h, g,
|
|
10154
|
+
}, L = (h, g, y, O, A) => {
|
|
10152
10155
|
let C = !1, V = !1;
|
|
10153
10156
|
const j = {
|
|
10154
10157
|
name: h
|
|
10155
10158
|
};
|
|
10156
10159
|
if (!e.disabled) {
|
|
10157
|
-
if (!
|
|
10158
|
-
(
|
|
10160
|
+
if (!y || O) {
|
|
10161
|
+
(f.isDirty || p.isDirty) && (V = n.isDirty, n.isDirty = j.isDirty = E(), C = V !== j.isDirty);
|
|
10159
10162
|
const G = ze(N(i, h), g);
|
|
10160
|
-
V = !!N(n.dirtyFields, h), G ? oe(n.dirtyFields, h) : X(n.dirtyFields, h, !0), j.dirtyFields = n.dirtyFields, C = C || (
|
|
10163
|
+
V = !!N(n.dirtyFields, h), G ? oe(n.dirtyFields, h) : X(n.dirtyFields, h, !0), j.dirtyFields = n.dirtyFields, C = C || (f.dirtyFields || p.dirtyFields) && V !== !G;
|
|
10161
10164
|
}
|
|
10162
|
-
if (
|
|
10165
|
+
if (y) {
|
|
10163
10166
|
const G = N(n.touchedFields, h);
|
|
10164
|
-
G || (X(n.touchedFields, h,
|
|
10167
|
+
G || (X(n.touchedFields, h, y), j.touchedFields = n.touchedFields, C = C || (f.touchedFields || p.touchedFields) && G !== y);
|
|
10165
10168
|
}
|
|
10166
10169
|
C && A && m.state.next(j);
|
|
10167
10170
|
}
|
|
10168
10171
|
return C ? j : {};
|
|
10169
|
-
}, M = (h, g,
|
|
10170
|
-
const A = N(n.errors, h), C = (
|
|
10171
|
-
if (e.delayError &&
|
|
10172
|
+
}, M = (h, g, y, O) => {
|
|
10173
|
+
const A = N(n.errors, h), C = (f.isValid || p.isValid) && Te(g) && n.isValid !== g;
|
|
10174
|
+
if (e.delayError && y ? (a = b(() => D(h, y)), a(e.delayError)) : (clearTimeout(c), a = null, y ? X(n.errors, h, y) : oe(n.errors, h)), (y ? !ze(A, y) : A) || !Se(O) || C) {
|
|
10172
10175
|
const V = {
|
|
10173
10176
|
...O,
|
|
10174
10177
|
...C && Te(g) ? { isValid: g } : {},
|
|
@@ -10180,17 +10183,17 @@ function Of(t = {}) {
|
|
|
10180
10183
|
...V
|
|
10181
10184
|
}, m.state.next(V);
|
|
10182
10185
|
}
|
|
10183
|
-
}, B = async (h) => (
|
|
10186
|
+
}, B = async (h) => (v(h, !0), await e.resolver(s, e.context, kf(h || l.mount, r, e.criteriaMode, e.shouldUseNativeValidation))), H = async (h) => {
|
|
10184
10187
|
const { errors: g } = await B(h);
|
|
10185
|
-
if (
|
|
10186
|
-
for (const
|
|
10187
|
-
const O = N(g,
|
|
10188
|
-
O ? X(n.errors,
|
|
10188
|
+
if (v(h), h)
|
|
10189
|
+
for (const y of h) {
|
|
10190
|
+
const O = N(g, y);
|
|
10191
|
+
O ? X(n.errors, y, O) : oe(n.errors, y);
|
|
10189
10192
|
}
|
|
10190
10193
|
else
|
|
10191
10194
|
n.errors = g;
|
|
10192
10195
|
return g;
|
|
10193
|
-
}, U = async (h, g,
|
|
10196
|
+
}, U = async (h, g, y = {
|
|
10194
10197
|
valid: !0
|
|
10195
10198
|
}) => {
|
|
10196
10199
|
for (const O in h) {
|
|
@@ -10199,25 +10202,25 @@ function Of(t = {}) {
|
|
|
10199
10202
|
const { _f: C, ...V } = A;
|
|
10200
10203
|
if (C) {
|
|
10201
10204
|
const j = l.array.has(C.name), G = A._f && Sf(A._f);
|
|
10202
|
-
G &&
|
|
10203
|
-
const ke = await Ss(A, l.disabled, s,
|
|
10204
|
-
if (G &&
|
|
10205
|
+
G && f.validatingFields && v([C.name], !0);
|
|
10206
|
+
const ke = await Ss(A, l.disabled, s, k, e.shouldUseNativeValidation && !g, j);
|
|
10207
|
+
if (G && f.validatingFields && v([C.name]), ke[C.name] && (y.valid = !1, g || t.shouldUseNativeValidation))
|
|
10205
10208
|
break;
|
|
10206
10209
|
!g && (N(ke, C.name) ? j ? Tf(n.errors, ke, C.name) : X(n.errors, C.name, ke[C.name]) : oe(n.errors, C.name));
|
|
10207
10210
|
}
|
|
10208
|
-
!Se(V) && await U(V, g,
|
|
10211
|
+
!Se(V) && await U(V, g, y);
|
|
10209
10212
|
}
|
|
10210
10213
|
}
|
|
10211
|
-
return
|
|
10214
|
+
return y.valid;
|
|
10212
10215
|
}, P = () => {
|
|
10213
10216
|
for (const h of l.unMount) {
|
|
10214
10217
|
const g = N(r, h);
|
|
10215
|
-
g && (g._f.refs ? g._f.refs.every((
|
|
10218
|
+
g && (g._f.refs ? g._f.refs.every((y) => !ar(y)) : !ar(g._f.ref)) && _n(h);
|
|
10216
10219
|
}
|
|
10217
10220
|
l.unMount = /* @__PURE__ */ new Set();
|
|
10218
|
-
}, E = (h, g) => !e.disabled && (h && g && X(s, h, g), !ze(Qe(), i)), R = (h, g,
|
|
10221
|
+
}, E = (h, g) => !e.disabled && (h && g && X(s, h, g), !ze(Qe(), i)), R = (h, g, y) => Ir(h, l, {
|
|
10219
10222
|
...o.mount ? s : ne(g) ? i : Oe(h) ? { [h]: g } : g
|
|
10220
|
-
},
|
|
10223
|
+
}, y, g), $ = (h) => ei(N(o.mount ? s : i, h, e.shouldUnregister ? N(i, h, []) : [])), _ = (h, g, y = {}) => {
|
|
10221
10224
|
const O = N(r, h);
|
|
10222
10225
|
let A = g;
|
|
10223
10226
|
if (O) {
|
|
@@ -10229,24 +10232,24 @@ function Of(t = {}) {
|
|
|
10229
10232
|
values: se(s)
|
|
10230
10233
|
})));
|
|
10231
10234
|
}
|
|
10232
|
-
(
|
|
10233
|
-
}, Y = (h, g,
|
|
10235
|
+
(y.shouldDirty || y.shouldTouch) && L(h, A, y.shouldTouch, y.shouldDirty, !0), y.shouldValidate && ve(h);
|
|
10236
|
+
}, Y = (h, g, y) => {
|
|
10234
10237
|
for (const O in g) {
|
|
10235
10238
|
if (!g.hasOwnProperty(O))
|
|
10236
10239
|
return;
|
|
10237
10240
|
const A = g[O], C = h + "." + O, V = N(r, C);
|
|
10238
|
-
(l.array.has(h) || ue(A) || V && !V._f) && !mt(A) ? Y(C, A,
|
|
10241
|
+
(l.array.has(h) || ue(A) || V && !V._f) && !mt(A) ? Y(C, A, y) : _(C, A, y);
|
|
10239
10242
|
}
|
|
10240
|
-
}, W = (h, g,
|
|
10243
|
+
}, W = (h, g, y = {}) => {
|
|
10241
10244
|
const O = N(r, h), A = l.array.has(h), C = se(g);
|
|
10242
10245
|
X(s, h, C), A ? (m.array.next({
|
|
10243
10246
|
name: h,
|
|
10244
10247
|
values: se(s)
|
|
10245
|
-
}), (
|
|
10248
|
+
}), (f.isDirty || f.dirtyFields || p.isDirty || p.dirtyFields) && y.shouldDirty && m.state.next({
|
|
10246
10249
|
name: h,
|
|
10247
10250
|
dirtyFields: Et(i, s),
|
|
10248
10251
|
isDirty: E(h, C)
|
|
10249
|
-
})) : O && !O._f && !Ne(C) ? Y(h, C,
|
|
10252
|
+
})) : O && !O._f && !Ne(C) ? Y(h, C, y) : _(h, C, y), xs(h, l) ? m.state.next({
|
|
10250
10253
|
...n,
|
|
10251
10254
|
name: h,
|
|
10252
10255
|
values: se(s)
|
|
@@ -10257,54 +10260,54 @@ function Of(t = {}) {
|
|
|
10257
10260
|
}, xe = async (h) => {
|
|
10258
10261
|
o.mount = !0;
|
|
10259
10262
|
const g = h.target;
|
|
10260
|
-
let
|
|
10261
|
-
const A = N(r,
|
|
10262
|
-
O = Number.isNaN(G) || mt(G) && isNaN(G.getTime()) || ze(G, N(s,
|
|
10263
|
+
let y = g.name, O = !0;
|
|
10264
|
+
const A = N(r, y), C = (G) => {
|
|
10265
|
+
O = Number.isNaN(G) || mt(G) && isNaN(G.getTime()) || ze(G, N(s, y, G));
|
|
10263
10266
|
}, V = ys(e.mode), j = ys(e.reValidateMode);
|
|
10264
10267
|
if (A) {
|
|
10265
10268
|
let G, ke;
|
|
10266
|
-
const at = g.type ? gs(A._f) : Jo(h), Ye = h.type === Tn.BLUR || h.type === Tn.FOCUS_OUT, ll = !Cf(A._f) && !e.resolver && !N(n.errors,
|
|
10267
|
-
X(s,
|
|
10268
|
-
const qn = L(
|
|
10269
|
+
const at = g.type ? gs(A._f) : Jo(h), Ye = h.type === Tn.BLUR || h.type === Tn.FOCUS_OUT, ll = !Cf(A._f) && !e.resolver && !N(n.errors, y) && !A._f.deps || Nf(Ye, N(n.touchedFields, y), n.isSubmitted, j, V), Un = xs(y, l, Ye);
|
|
10270
|
+
X(s, y, at), Ye ? (!g || !g.readOnly) && (A._f.onBlur && A._f.onBlur(h), a && a(0)) : A._f.onChange && A._f.onChange(h);
|
|
10271
|
+
const qn = L(y, at, Ye), al = !Se(qn) || Un;
|
|
10269
10272
|
if (!Ye && m.state.next({
|
|
10270
|
-
name:
|
|
10273
|
+
name: y,
|
|
10271
10274
|
type: h.type,
|
|
10272
10275
|
values: se(s)
|
|
10273
10276
|
}), ll)
|
|
10274
|
-
return (
|
|
10277
|
+
return (f.isValid || p.isValid) && (e.mode === "onBlur" ? Ye && x() : Ye || x()), al && m.state.next({ name: y, ...Un ? {} : qn });
|
|
10275
10278
|
if (!Ye && Un && m.state.next({ ...n }), e.resolver) {
|
|
10276
|
-
const { errors: di } = await B([
|
|
10277
|
-
if (
|
|
10278
|
-
const cl = vs(n.errors, r,
|
|
10279
|
-
G = fi.error,
|
|
10279
|
+
const { errors: di } = await B([y]);
|
|
10280
|
+
if (v([y]), C(at), O) {
|
|
10281
|
+
const cl = vs(n.errors, r, y), fi = vs(di, r, cl.name || y);
|
|
10282
|
+
G = fi.error, y = fi.name, ke = Se(di);
|
|
10280
10283
|
}
|
|
10281
10284
|
} else
|
|
10282
|
-
|
|
10283
|
-
O && (A._f.deps && (!Array.isArray(A._f.deps) || A._f.deps.length > 0) && ve(A._f.deps), M(
|
|
10285
|
+
v([y], !0), G = (await Ss(A, l.disabled, s, k, e.shouldUseNativeValidation))[y], v([y]), C(at), O && (G ? ke = !1 : (f.isValid || p.isValid) && (ke = await U(r, !0)));
|
|
10286
|
+
O && (A._f.deps && (!Array.isArray(A._f.deps) || A._f.deps.length > 0) && ve(A._f.deps), M(y, ke, G, qn));
|
|
10284
10287
|
}
|
|
10285
10288
|
}, de = (h, g) => {
|
|
10286
10289
|
if (N(n.errors, g) && h.focus)
|
|
10287
10290
|
return h.focus(), 1;
|
|
10288
10291
|
}, ve = async (h, g = {}) => {
|
|
10289
|
-
let
|
|
10292
|
+
let y, O;
|
|
10290
10293
|
const A = qt(h);
|
|
10291
10294
|
if (e.resolver) {
|
|
10292
10295
|
const C = await H(ne(h) ? h : A);
|
|
10293
|
-
|
|
10296
|
+
y = Se(C), O = h ? !A.some((V) => N(C, V)) : y;
|
|
10294
10297
|
} else h ? (O = (await Promise.all(A.map(async (C) => {
|
|
10295
10298
|
const V = N(r, C);
|
|
10296
10299
|
return await U(V && V._f ? { [C]: V } : V);
|
|
10297
|
-
}))).every(Boolean), !(!O && !n.isValid) &&
|
|
10300
|
+
}))).every(Boolean), !(!O && !n.isValid) && x()) : O = y = await U(r);
|
|
10298
10301
|
return m.state.next({
|
|
10299
|
-
...!Oe(h) || (
|
|
10300
|
-
...e.resolver || !h ? { isValid:
|
|
10302
|
+
...!Oe(h) || (f.isValid || p.isValid) && y !== n.isValid ? {} : { name: h },
|
|
10303
|
+
...e.resolver || !h ? { isValid: y } : {},
|
|
10301
10304
|
errors: n.errors
|
|
10302
10305
|
}), g.shouldFocus && !O && Kt(r, de, h ? A : l.mount), O;
|
|
10303
10306
|
}, Qe = (h, g) => {
|
|
10304
|
-
let
|
|
10307
|
+
let y = {
|
|
10305
10308
|
...o.mount ? s : i
|
|
10306
10309
|
};
|
|
10307
|
-
return g && (
|
|
10310
|
+
return g && (y = Zo(g.dirtyFields ? n.dirtyFields : n.touchedFields, y)), ne(h) ? y : Oe(h) ? N(y, h) : h.map((O) => N(y, O));
|
|
10308
10311
|
}, St = (h, g) => ({
|
|
10309
10312
|
invalid: !!N((g || n).errors, h),
|
|
10310
10313
|
isDirty: !!N((g || n).dirtyFields, h),
|
|
@@ -10315,7 +10318,7 @@ function Of(t = {}) {
|
|
|
10315
10318
|
h && qt(h).forEach((g) => oe(n.errors, g)), m.state.next({
|
|
10316
10319
|
errors: h ? n.errors : {}
|
|
10317
10320
|
});
|
|
10318
|
-
}, te = (h, g,
|
|
10321
|
+
}, te = (h, g, y) => {
|
|
10319
10322
|
const O = (N(r, h, { _f: {} })._f || {}).ref, A = N(n.errors, h) || {}, { ref: C, message: V, type: j, ...G } = A;
|
|
10320
10323
|
X(n.errors, h, {
|
|
10321
10324
|
...G,
|
|
@@ -10325,12 +10328,12 @@ function Of(t = {}) {
|
|
|
10325
10328
|
name: h,
|
|
10326
10329
|
errors: n.errors,
|
|
10327
10330
|
isValid: !1
|
|
10328
|
-
}),
|
|
10331
|
+
}), y && y.shouldFocus && O && O.focus && O.focus();
|
|
10329
10332
|
}, Ee = (h, g) => we(h) ? m.state.subscribe({
|
|
10330
|
-
next: (
|
|
10333
|
+
next: (y) => "values" in y && h(R(void 0, g), y)
|
|
10331
10334
|
}) : R(h, g, !0), Rt = (h) => m.state.subscribe({
|
|
10332
10335
|
next: (g) => {
|
|
10333
|
-
Af(h.name, g.name, h.exact) && wf(g, h.formState ||
|
|
10336
|
+
Af(h.name, g.name, h.exact) && wf(g, h.formState || f, ol, h.reRenderRoot) && h.callback({
|
|
10334
10337
|
values: { ...s },
|
|
10335
10338
|
...n,
|
|
10336
10339
|
...g,
|
|
@@ -10347,34 +10350,34 @@ function Of(t = {}) {
|
|
|
10347
10350
|
...h.formState
|
|
10348
10351
|
}
|
|
10349
10352
|
})), _n = (h, g = {}) => {
|
|
10350
|
-
for (const
|
|
10351
|
-
l.mount.delete(
|
|
10353
|
+
for (const y of h ? qt(h) : l.mount)
|
|
10354
|
+
l.mount.delete(y), l.array.delete(y), g.keepValue || (oe(r, y), oe(s, y)), !g.keepError && oe(n.errors, y), !g.keepDirty && oe(n.dirtyFields, y), !g.keepTouched && oe(n.touchedFields, y), !g.keepIsValidating && oe(n.validatingFields, y), !e.shouldUnregister && !g.keepDefaultValue && oe(i, y);
|
|
10352
10355
|
m.state.next({
|
|
10353
10356
|
values: se(s)
|
|
10354
10357
|
}), m.state.next({
|
|
10355
10358
|
...n,
|
|
10356
10359
|
...g.keepDirty ? { isDirty: E() } : {}
|
|
10357
|
-
}), !g.keepIsValid &&
|
|
10360
|
+
}), !g.keepIsValid && x();
|
|
10358
10361
|
}, oi = ({ disabled: h, name: g }) => {
|
|
10359
10362
|
if (Te(h) && o.mount || h || l.disabled.has(g)) {
|
|
10360
10363
|
const A = l.disabled.has(g) !== !!h;
|
|
10361
|
-
h ? l.disabled.add(g) : l.disabled.delete(g), A && o.mount && !o.action &&
|
|
10364
|
+
h ? l.disabled.add(g) : l.disabled.delete(g), A && o.mount && !o.action && x();
|
|
10362
10365
|
}
|
|
10363
10366
|
}, Bn = (h, g = {}) => {
|
|
10364
|
-
let
|
|
10367
|
+
let y = N(r, h);
|
|
10365
10368
|
const O = Te(g.disabled) || Te(e.disabled);
|
|
10366
10369
|
return X(r, h, {
|
|
10367
|
-
...
|
|
10370
|
+
...y || {},
|
|
10368
10371
|
_f: {
|
|
10369
|
-
...
|
|
10372
|
+
...y && y._f ? y._f : { ref: { name: h } },
|
|
10370
10373
|
name: h,
|
|
10371
10374
|
mount: !0,
|
|
10372
10375
|
...g
|
|
10373
10376
|
}
|
|
10374
|
-
}), l.mount.add(h),
|
|
10377
|
+
}), l.mount.add(h), y ? oi({
|
|
10375
10378
|
disabled: Te(g.disabled) ? g.disabled : e.disabled,
|
|
10376
10379
|
name: h
|
|
10377
|
-
}) :
|
|
10380
|
+
}) : I(h, !0, g.value), {
|
|
10378
10381
|
...O ? { disabled: g.disabled || e.disabled } : {},
|
|
10379
10382
|
...e.progressive ? {
|
|
10380
10383
|
required: !!g.required,
|
|
@@ -10389,13 +10392,13 @@ function Of(t = {}) {
|
|
|
10389
10392
|
onBlur: xe,
|
|
10390
10393
|
ref: (A) => {
|
|
10391
10394
|
if (A) {
|
|
10392
|
-
Bn(h, g),
|
|
10393
|
-
const C = ne(A.value) && A.querySelectorAll && A.querySelectorAll("input,select,textarea")[0] || A, V = yf(C), j =
|
|
10394
|
-
if (V ? j.find((G) => G === C) : C ===
|
|
10395
|
+
Bn(h, g), y = N(r, h);
|
|
10396
|
+
const C = ne(A.value) && A.querySelectorAll && A.querySelectorAll("input,select,textarea")[0] || A, V = yf(C), j = y._f.refs || [];
|
|
10397
|
+
if (V ? j.find((G) => G === C) : C === y._f.ref)
|
|
10395
10398
|
return;
|
|
10396
10399
|
X(r, h, {
|
|
10397
10400
|
_f: {
|
|
10398
|
-
...
|
|
10401
|
+
...y._f,
|
|
10399
10402
|
...V ? {
|
|
10400
10403
|
refs: [
|
|
10401
10404
|
...j.filter(ar),
|
|
@@ -10405,27 +10408,27 @@ function Of(t = {}) {
|
|
|
10405
10408
|
ref: { type: C.type, name: h }
|
|
10406
10409
|
} : { ref: C }
|
|
10407
10410
|
}
|
|
10408
|
-
}),
|
|
10411
|
+
}), I(h, !1, void 0, C);
|
|
10409
10412
|
} else
|
|
10410
|
-
|
|
10413
|
+
y = N(r, h, {}), y._f && (y._f.mount = !1), (e.shouldUnregister || g.shouldUnregister) && !(Wo(l.array, h) && o.action) && l.unMount.add(h);
|
|
10411
10414
|
}
|
|
10412
10415
|
};
|
|
10413
10416
|
}, Hn = () => e.shouldFocusError && Kt(r, de, l.mount), rl = (h) => {
|
|
10414
|
-
Te(h) && (m.state.next({ disabled: h }), Kt(r, (g,
|
|
10415
|
-
const O = N(r,
|
|
10417
|
+
Te(h) && (m.state.next({ disabled: h }), Kt(r, (g, y) => {
|
|
10418
|
+
const O = N(r, y);
|
|
10416
10419
|
O && (g.disabled = O._f.disabled || h, Array.isArray(O._f.refs) && O._f.refs.forEach((A) => {
|
|
10417
10420
|
A.disabled = O._f.disabled || h;
|
|
10418
10421
|
}));
|
|
10419
10422
|
}, 0, !1));
|
|
10420
|
-
}, li = (h, g) => async (
|
|
10423
|
+
}, li = (h, g) => async (y) => {
|
|
10421
10424
|
let O;
|
|
10422
|
-
|
|
10425
|
+
y && (y.preventDefault && y.preventDefault(), y.persist && y.persist());
|
|
10423
10426
|
let A = se(s);
|
|
10424
10427
|
if (m.state.next({
|
|
10425
10428
|
isSubmitting: !0
|
|
10426
10429
|
}), e.resolver) {
|
|
10427
10430
|
const { errors: C, values: V } = await B();
|
|
10428
|
-
|
|
10431
|
+
v(), n.errors = C, A = se(V);
|
|
10429
10432
|
} else
|
|
10430
10433
|
await U(r);
|
|
10431
10434
|
if (l.disabled.size)
|
|
@@ -10436,12 +10439,12 @@ function Of(t = {}) {
|
|
|
10436
10439
|
errors: {}
|
|
10437
10440
|
});
|
|
10438
10441
|
try {
|
|
10439
|
-
await h(A,
|
|
10442
|
+
await h(A, y);
|
|
10440
10443
|
} catch (C) {
|
|
10441
10444
|
O = C;
|
|
10442
10445
|
}
|
|
10443
10446
|
} else
|
|
10444
|
-
g && await g({ ...n.errors },
|
|
10447
|
+
g && await g({ ...n.errors }, y), Hn(), setTimeout(Hn);
|
|
10445
10448
|
if (m.state.next({
|
|
10446
10449
|
isSubmitted: !0,
|
|
10447
10450
|
isSubmitting: !1,
|
|
@@ -10451,10 +10454,10 @@ function Of(t = {}) {
|
|
|
10451
10454
|
}), O)
|
|
10452
10455
|
throw O;
|
|
10453
10456
|
}, il = (h, g = {}) => {
|
|
10454
|
-
N(r, h) && (ne(g.defaultValue) ? W(h, se(N(i, h))) : (W(h, g.defaultValue), X(i, h, se(g.defaultValue))), g.keepTouched || oe(n.touchedFields, h), g.keepDirty || (oe(n.dirtyFields, h), n.isDirty = g.defaultValue ? E(h, se(N(i, h))) : E()), g.keepError || (oe(n.errors, h),
|
|
10457
|
+
N(r, h) && (ne(g.defaultValue) ? W(h, se(N(i, h))) : (W(h, g.defaultValue), X(i, h, se(g.defaultValue))), g.keepTouched || oe(n.touchedFields, h), g.keepDirty || (oe(n.dirtyFields, h), n.isDirty = g.defaultValue ? E(h, se(N(i, h))) : E()), g.keepError || (oe(n.errors, h), f.isValid && x()), m.state.next({ ...n }));
|
|
10455
10458
|
}, ai = (h, g = {}) => {
|
|
10456
|
-
const
|
|
10457
|
-
if (g.keepDefaultValues || (i =
|
|
10459
|
+
const y = h ? se(h) : i, O = se(y), A = Se(h), C = A ? i : O;
|
|
10460
|
+
if (g.keepDefaultValues || (i = y), !g.keepValues) {
|
|
10458
10461
|
if (g.keepDirtyValues) {
|
|
10459
10462
|
const V = /* @__PURE__ */ new Set([
|
|
10460
10463
|
...l.mount,
|
|
@@ -10499,7 +10502,7 @@ function Of(t = {}) {
|
|
|
10499
10502
|
watch: /* @__PURE__ */ new Set(),
|
|
10500
10503
|
watchAll: !1,
|
|
10501
10504
|
focus: ""
|
|
10502
|
-
}, o.mount = !
|
|
10505
|
+
}, o.mount = !f.isValid || !!g.keepIsValid || !!g.keepDirtyValues || !e.shouldUnregister && !Se(C), o.watch = !!e.shouldUnregister, o.keepIsValid = !!g.keepIsValid, o.action = !1, g.keepErrors || (n.errors = {}), m.state.next({
|
|
10503
10506
|
submitCount: g.keepSubmitCount ? n.submitCount : 0,
|
|
10504
10507
|
isDirty: A ? !1 : g.keepDirty ? n.isDirty : !!(g.keepDefaultValues && !ze(h, i)),
|
|
10505
10508
|
isSubmitted: g.keepIsSubmitted ? n.isSubmitted : !1,
|
|
@@ -10511,7 +10514,7 @@ function Of(t = {}) {
|
|
|
10511
10514
|
defaultValues: i
|
|
10512
10515
|
});
|
|
10513
10516
|
}, ci = (h, g) => ai(we(h) ? h(s) : h, { ...e.resetOptions, ...g }), sl = (h, g = {}) => {
|
|
10514
|
-
const
|
|
10517
|
+
const y = N(r, h), O = y && y._f;
|
|
10515
10518
|
if (O) {
|
|
10516
10519
|
const A = O.refs ? O.refs[0] : O.ref;
|
|
10517
10520
|
A.focus && setTimeout(() => {
|
|
@@ -10532,11 +10535,11 @@ function Of(t = {}) {
|
|
|
10532
10535
|
setError: te,
|
|
10533
10536
|
_subscribe: Rt,
|
|
10534
10537
|
_runSchema: B,
|
|
10535
|
-
_updateIsValidating:
|
|
10538
|
+
_updateIsValidating: v,
|
|
10536
10539
|
_focusError: Hn,
|
|
10537
10540
|
_getWatch: R,
|
|
10538
10541
|
_getDirty: E,
|
|
10539
|
-
_setValid:
|
|
10542
|
+
_setValid: x,
|
|
10540
10543
|
_setFieldArray: S,
|
|
10541
10544
|
_setDisabledField: oi,
|
|
10542
10545
|
_setErrors: w,
|
|
@@ -10550,7 +10553,7 @@ function Of(t = {}) {
|
|
|
10550
10553
|
_removeUnmounted: P,
|
|
10551
10554
|
_disableForm: rl,
|
|
10552
10555
|
_subjects: m,
|
|
10553
|
-
_proxyFormState:
|
|
10556
|
+
_proxyFormState: f,
|
|
10554
10557
|
get _fields() {
|
|
10555
10558
|
return r;
|
|
10556
10559
|
},
|
|
@@ -10605,7 +10608,7 @@ function Of(t = {}) {
|
|
|
10605
10608
|
formControl: ui
|
|
10606
10609
|
};
|
|
10607
10610
|
}
|
|
10608
|
-
function
|
|
10611
|
+
function If(t = {}) {
|
|
10609
10612
|
const e = z.useRef(void 0), n = z.useRef(void 0), [r, i] = z.useState({
|
|
10610
10613
|
isDirty: !1,
|
|
10611
10614
|
isValidating: !1,
|
|
@@ -10717,7 +10720,7 @@ function nl() {
|
|
|
10717
10720
|
return `dist-${Date.now()}-${Math.random().toString(36).substr(2, 9)}`;
|
|
10718
10721
|
}
|
|
10719
10722
|
nl();
|
|
10720
|
-
const
|
|
10723
|
+
const Df = {
|
|
10721
10724
|
amount: "Amount",
|
|
10722
10725
|
glAccount: "GL Account",
|
|
10723
10726
|
taxDeductible: "Tax Deductible",
|
|
@@ -10747,21 +10750,21 @@ const If = {
|
|
|
10747
10750
|
onTaxDeductibleChange: a,
|
|
10748
10751
|
onDelete: c,
|
|
10749
10752
|
canDelete: u = !0,
|
|
10750
|
-
canEditTaxDeductible:
|
|
10753
|
+
canEditTaxDeductible: f = !0,
|
|
10751
10754
|
isDisabled: p = !1,
|
|
10752
10755
|
labels: m,
|
|
10753
|
-
classNames:
|
|
10754
|
-
"data-testid":
|
|
10756
|
+
classNames: k = {},
|
|
10757
|
+
"data-testid": b,
|
|
10755
10758
|
// React Hook Form props
|
|
10756
|
-
control:
|
|
10757
|
-
name:
|
|
10759
|
+
control: x,
|
|
10760
|
+
name: v,
|
|
10758
10761
|
rules: S
|
|
10759
10762
|
}) => {
|
|
10760
|
-
const
|
|
10763
|
+
const D = { ...Df, ...m }, w = x !== void 0 && v !== void 0, I = If({
|
|
10761
10764
|
defaultValues: { _internal: e || cr() }
|
|
10762
10765
|
}), L = pf({
|
|
10763
|
-
control: w ?
|
|
10764
|
-
name: w ?
|
|
10766
|
+
control: w ? x : I.control,
|
|
10767
|
+
name: w ? v : "_internal",
|
|
10765
10768
|
rules: w ? S : void 0
|
|
10766
10769
|
}), [M, B] = le(
|
|
10767
10770
|
e || cr()
|
|
@@ -10802,21 +10805,21 @@ const If = {
|
|
|
10802
10805
|
), Ft = fe(() => {
|
|
10803
10806
|
c?.();
|
|
10804
10807
|
}, [c]);
|
|
10805
|
-
return /* @__PURE__ */
|
|
10806
|
-
|
|
10808
|
+
return /* @__PURE__ */ d(
|
|
10809
|
+
Ie,
|
|
10807
10810
|
{
|
|
10808
10811
|
radius: "md",
|
|
10809
10812
|
shadow: "sm",
|
|
10810
|
-
"data-testid":
|
|
10811
|
-
className: F(
|
|
10812
|
-
children: /* @__PURE__ */ T(
|
|
10813
|
-
/* @__PURE__ */
|
|
10813
|
+
"data-testid": b || "revenue-distribution-card",
|
|
10814
|
+
className: F(k.base),
|
|
10815
|
+
children: /* @__PURE__ */ T(De, { className: F("flex flex-row flex-nowrap items-start gap-4", k.body), children: [
|
|
10816
|
+
/* @__PURE__ */ d("div", { className: F("shrink-0", k.amountContainer), children: /* @__PURE__ */ d(
|
|
10814
10817
|
Ts,
|
|
10815
10818
|
{
|
|
10816
|
-
"data-testid": `${
|
|
10819
|
+
"data-testid": `${b || "revenue-distribution-card"}-amount-input`,
|
|
10817
10820
|
label: /* @__PURE__ */ T("span", { className: "flex items-center gap-1", children: [
|
|
10818
|
-
|
|
10819
|
-
/* @__PURE__ */
|
|
10821
|
+
D.amount,
|
|
10822
|
+
/* @__PURE__ */ d(Tt, { content: D.amountTooltip, children: /* @__PURE__ */ d(
|
|
10820
10823
|
Pe,
|
|
10821
10824
|
{
|
|
10822
10825
|
icon: "solar:info-circle-linear",
|
|
@@ -10828,7 +10831,7 @@ const If = {
|
|
|
10828
10831
|
value: H.amount || void 0,
|
|
10829
10832
|
onValueChange: xe,
|
|
10830
10833
|
labelPlacement: "outside",
|
|
10831
|
-
placeholder:
|
|
10834
|
+
placeholder: D.amountPlaceholder,
|
|
10832
10835
|
isWheelDisabled: !0,
|
|
10833
10836
|
hideStepper: !0,
|
|
10834
10837
|
variant: "bordered",
|
|
@@ -10837,17 +10840,17 @@ const If = {
|
|
|
10837
10840
|
errorMessage: R ? "Amount is required" : void 0,
|
|
10838
10841
|
minValue: 0,
|
|
10839
10842
|
step: 0.01,
|
|
10840
|
-
className:
|
|
10841
|
-
startContent: /* @__PURE__ */
|
|
10843
|
+
className: k.amountInput,
|
|
10844
|
+
startContent: /* @__PURE__ */ d("div", { className: "pointer-events-none flex items-center", children: /* @__PURE__ */ d("span", { className: "text-default-400 text-small", children: D.currencySymbol }) })
|
|
10842
10845
|
}
|
|
10843
10846
|
) }),
|
|
10844
|
-
/* @__PURE__ */
|
|
10847
|
+
/* @__PURE__ */ d("div", { className: F("grow", k.glAccountContainer), children: /* @__PURE__ */ d(
|
|
10845
10848
|
vl,
|
|
10846
10849
|
{
|
|
10847
|
-
"data-testid": `${
|
|
10850
|
+
"data-testid": `${b || "revenue-distribution-card"}-gl-account-input`,
|
|
10848
10851
|
label: /* @__PURE__ */ T("span", { className: "flex items-center gap-1", children: [
|
|
10849
|
-
|
|
10850
|
-
/* @__PURE__ */
|
|
10852
|
+
D.glAccount,
|
|
10853
|
+
/* @__PURE__ */ d(Tt, { content: D.glAccountTooltip, children: /* @__PURE__ */ d(
|
|
10851
10854
|
Pe,
|
|
10852
10855
|
{
|
|
10853
10856
|
icon: "solar:info-circle-linear",
|
|
@@ -10868,43 +10871,43 @@ const If = {
|
|
|
10868
10871
|
isInvalid: $,
|
|
10869
10872
|
errorMessage: $ ? "GL Account is required" : void 0,
|
|
10870
10873
|
listboxProps: {
|
|
10871
|
-
emptyContent: r ?
|
|
10874
|
+
emptyContent: r ? D.searching : D.noGlAccountsFound
|
|
10872
10875
|
},
|
|
10873
|
-
placeholder:
|
|
10876
|
+
placeholder: D.glAccountPlaceholder,
|
|
10874
10877
|
onInputChange: de,
|
|
10875
10878
|
onSelectionChange: ve,
|
|
10876
10879
|
onClear: Qe,
|
|
10877
|
-
className:
|
|
10878
|
-
children: (te) => /* @__PURE__ */
|
|
10879
|
-
/* @__PURE__ */
|
|
10880
|
-
te.code && /* @__PURE__ */
|
|
10880
|
+
className: k.glAccountInput,
|
|
10881
|
+
children: (te) => /* @__PURE__ */ d(kl, { textValue: te.name, children: /* @__PURE__ */ T("div", { className: "flex flex-col", children: [
|
|
10882
|
+
/* @__PURE__ */ d("span", { children: te.name }),
|
|
10883
|
+
te.code && /* @__PURE__ */ d("span", { className: "text-xs text-default-400", children: te.code })
|
|
10881
10884
|
] }) }, te.id)
|
|
10882
10885
|
}
|
|
10883
10886
|
) }),
|
|
10884
|
-
/* @__PURE__ */
|
|
10887
|
+
/* @__PURE__ */ d("div", { className: F("shrink-0 pt-6 flex items-center", k.taxDeductibleContainer), children: /* @__PURE__ */ d(
|
|
10885
10888
|
Sl,
|
|
10886
10889
|
{
|
|
10887
10890
|
radius: "full",
|
|
10888
|
-
"data-testid": `${
|
|
10891
|
+
"data-testid": `${b || "revenue-distribution-card"}-tax-deductible`,
|
|
10889
10892
|
isSelected: H.isTaxDeductible,
|
|
10890
10893
|
onValueChange: St,
|
|
10891
|
-
isDisabled: p || !
|
|
10892
|
-
className:
|
|
10893
|
-
children:
|
|
10894
|
+
isDisabled: p || !f,
|
|
10895
|
+
className: k.taxDeductibleCheckbox,
|
|
10896
|
+
children: D.taxDeductible
|
|
10894
10897
|
}
|
|
10895
10898
|
) }),
|
|
10896
|
-
/* @__PURE__ */
|
|
10899
|
+
/* @__PURE__ */ d("div", { className: F("shrink-0 pt-6", k.deleteContainer), children: /* @__PURE__ */ d(
|
|
10897
10900
|
ae,
|
|
10898
10901
|
{
|
|
10899
|
-
"data-testid": `${
|
|
10902
|
+
"data-testid": `${b || "revenue-distribution-card"}-delete-button`,
|
|
10900
10903
|
size: "sm",
|
|
10901
10904
|
color: "danger",
|
|
10902
10905
|
variant: "flat",
|
|
10903
10906
|
isDisabled: p || !u,
|
|
10904
10907
|
onPress: Ft,
|
|
10905
|
-
startContent: /* @__PURE__ */
|
|
10906
|
-
className: F("text-danger",
|
|
10907
|
-
children:
|
|
10908
|
+
startContent: /* @__PURE__ */ d(Pe, { icon: "solar:trash-bin-trash-linear", width: 16 }),
|
|
10909
|
+
className: F("text-danger", k.deleteButton),
|
|
10910
|
+
children: D.deleteButton
|
|
10908
10911
|
}
|
|
10909
10912
|
) })
|
|
10910
10913
|
] })
|
|
@@ -10921,21 +10924,21 @@ const Ff = ({
|
|
|
10921
10924
|
renderEmpty: s
|
|
10922
10925
|
}) => {
|
|
10923
10926
|
if (s)
|
|
10924
|
-
return /* @__PURE__ */
|
|
10927
|
+
return /* @__PURE__ */ d(We, { children: s() });
|
|
10925
10928
|
const o = /* @__PURE__ */ T("div", { className: F("flex flex-col items-center justify-center py-8", i.content), children: [
|
|
10926
|
-
/* @__PURE__ */
|
|
10927
|
-
/* @__PURE__ */
|
|
10929
|
+
/* @__PURE__ */ d(Pe, { icon: e, width: n, className: F("text-default-300 mb-4", i.icon) }),
|
|
10930
|
+
/* @__PURE__ */ d("p", { className: F("text-default-500 text-sm text-center", i.message), children: t })
|
|
10928
10931
|
] });
|
|
10929
|
-
return r ? /* @__PURE__ */
|
|
10930
|
-
|
|
10932
|
+
return r ? /* @__PURE__ */ d(
|
|
10933
|
+
Ie,
|
|
10931
10934
|
{
|
|
10932
10935
|
radius: "sm",
|
|
10933
10936
|
shadow: "sm",
|
|
10934
10937
|
"data-testid": "revenue-distribution-empty",
|
|
10935
10938
|
className: F("w-full", i.base),
|
|
10936
|
-
children: /* @__PURE__ */
|
|
10939
|
+
children: /* @__PURE__ */ d(De, { children: o })
|
|
10937
10940
|
}
|
|
10938
|
-
) : /* @__PURE__ */
|
|
10941
|
+
) : /* @__PURE__ */ d("div", { "data-testid": "revenue-distribution-empty", className: F("w-full", i.base), children: o });
|
|
10939
10942
|
};
|
|
10940
10943
|
Ff.displayName = "RevenueDistributionEmpty";
|
|
10941
10944
|
const Rf = {
|
|
@@ -10948,8 +10951,8 @@ const Rf = {
|
|
|
10948
10951
|
color: r = "danger",
|
|
10949
10952
|
classNames: i = {}
|
|
10950
10953
|
}) => {
|
|
10951
|
-
const s = { ...Rf, ...e }, o = /* @__PURE__ */
|
|
10952
|
-
|
|
10954
|
+
const s = { ...Rf, ...e }, o = /* @__PURE__ */ d(
|
|
10955
|
+
In,
|
|
10953
10956
|
{
|
|
10954
10957
|
"data-testid": "revenue-distribution-error-alert",
|
|
10955
10958
|
color: r,
|
|
@@ -10958,16 +10961,16 @@ const Rf = {
|
|
|
10958
10961
|
className: i.alert
|
|
10959
10962
|
}
|
|
10960
10963
|
);
|
|
10961
|
-
return n ? /* @__PURE__ */
|
|
10962
|
-
|
|
10964
|
+
return n ? /* @__PURE__ */ d(
|
|
10965
|
+
Ie,
|
|
10963
10966
|
{
|
|
10964
10967
|
radius: "sm",
|
|
10965
10968
|
shadow: "sm",
|
|
10966
10969
|
"data-testid": "revenue-distribution-error",
|
|
10967
10970
|
className: F("w-full", i.base),
|
|
10968
|
-
children: /* @__PURE__ */
|
|
10971
|
+
children: /* @__PURE__ */ d(De, { children: o })
|
|
10969
10972
|
}
|
|
10970
|
-
) : /* @__PURE__ */
|
|
10973
|
+
) : /* @__PURE__ */ d("div", { "data-testid": "revenue-distribution-error", className: F("w-full", i.base), children: o });
|
|
10971
10974
|
};
|
|
10972
10975
|
Pf.displayName = "RevenueDistributionError";
|
|
10973
10976
|
const $f = ({
|
|
@@ -10978,25 +10981,25 @@ const $f = ({
|
|
|
10978
10981
|
const r = Array.from({ length: t }, (s, o) => o), i = (s) => /* @__PURE__ */ T("div", { className: F("flex flex-row flex-nowrap items-end gap-4", n.row), children: [
|
|
10979
10982
|
/* @__PURE__ */ T("div", { className: "shrink-0 flex flex-col gap-1", children: [
|
|
10980
10983
|
/* @__PURE__ */ T("div", { className: "flex items-center gap-1", children: [
|
|
10981
|
-
/* @__PURE__ */
|
|
10982
|
-
/* @__PURE__ */
|
|
10984
|
+
/* @__PURE__ */ d(me, { className: "h-4 w-14 rounded-md" }),
|
|
10985
|
+
/* @__PURE__ */ d(me, { className: "h-4 w-4 rounded-full" })
|
|
10983
10986
|
] }),
|
|
10984
|
-
/* @__PURE__ */
|
|
10987
|
+
/* @__PURE__ */ d(me, { className: "h-10 w-32 rounded-lg" })
|
|
10985
10988
|
] }),
|
|
10986
10989
|
/* @__PURE__ */ T("div", { className: "grow flex flex-col gap-1", children: [
|
|
10987
10990
|
/* @__PURE__ */ T("div", { className: "flex items-center gap-1", children: [
|
|
10988
|
-
/* @__PURE__ */
|
|
10989
|
-
/* @__PURE__ */
|
|
10991
|
+
/* @__PURE__ */ d(me, { className: "h-4 w-20 rounded-md" }),
|
|
10992
|
+
/* @__PURE__ */ d(me, { className: "h-4 w-4 rounded-full" })
|
|
10990
10993
|
] }),
|
|
10991
|
-
/* @__PURE__ */
|
|
10994
|
+
/* @__PURE__ */ d(me, { className: "h-10 w-full rounded-lg" })
|
|
10992
10995
|
] }),
|
|
10993
10996
|
/* @__PURE__ */ T("div", { className: "shrink-0 pb-2 flex items-center gap-2", children: [
|
|
10994
|
-
/* @__PURE__ */
|
|
10995
|
-
/* @__PURE__ */
|
|
10997
|
+
/* @__PURE__ */ d(me, { className: "h-5 w-5 rounded-full" }),
|
|
10998
|
+
/* @__PURE__ */ d(me, { className: "h-4 w-24 rounded-md" })
|
|
10996
10999
|
] }),
|
|
10997
|
-
/* @__PURE__ */
|
|
11000
|
+
/* @__PURE__ */ d("div", { className: "shrink-0 pb-2", children: /* @__PURE__ */ d(me, { className: "h-8 w-20 rounded-lg" }) })
|
|
10998
11001
|
] }, s);
|
|
10999
|
-
return e ? /* @__PURE__ */
|
|
11002
|
+
return e ? /* @__PURE__ */ d("div", { className: F("flex flex-col gap-3", n.base), children: r.map((s) => /* @__PURE__ */ d(Ie, { radius: "md", shadow: "sm", "data-testid": `revenue-distribution-skeleton-${s}`, children: /* @__PURE__ */ d(De, { children: i(s) }) }, s)) }) : /* @__PURE__ */ d("div", { "data-testid": "revenue-distribution-skeleton", className: F("flex flex-col gap-3", n.base), children: r.map((s) => i(s)) });
|
|
11000
11003
|
};
|
|
11001
11004
|
$f.displayName = "RevenueDistributionSkeleton";
|
|
11002
11005
|
export {
|