@ws-ui/http-handlers-editor 1.13.0-dev.3 → 1.13.0-dev.5
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/Editor/Toolbar.d.ts +1 -0
- package/dist/Standalone/style.css +1 -1
- package/dist/http-handlers-editor.css +1 -1
- package/dist/index.cjs.js +14 -14
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +841 -818
- package/dist/index.es.js.map +1 -1
- package/package.json +5 -4
package/dist/index.es.js
CHANGED
|
@@ -1,24 +1,24 @@
|
|
|
1
|
-
import { jsxs as
|
|
2
|
-
import { useSensors as
|
|
3
|
-
import { useSortable as
|
|
1
|
+
import { jsxs as Z, jsx as p, Fragment as wt } from "react/jsx-runtime";
|
|
2
|
+
import { useSensors as El, useSensor as Gn, PointerSensor as Sl, KeyboardSensor as Ol, DndContext as _l, closestCenter as Nl, DragOverlay as Dl } from "@dnd-kit/core";
|
|
3
|
+
import { useSortable as zl, sortableKeyboardCoordinates as Cl, SortableContext as Ml, verticalListSortingStrategy as Rl, arrayMove as Tl } from "@dnd-kit/sortable";
|
|
4
4
|
import * as Ne from "react";
|
|
5
|
-
import Ot, { forwardRef as ke, useState as Ie, createContext as
|
|
5
|
+
import Ot, { forwardRef as ke, useState as Ie, createContext as ct, useRef as de, useEffect as ce, useCallback as W, useContext as xt, memo as Pl, useMemo as Pe, PureComponent as Al, useImperativeHandle as Hl, useLayoutEffect as Qt, cloneElement as Vl, useReducer as Ro, Component as Ll } from "react";
|
|
6
6
|
import { createPortal as Ur, flushSync as na } from "react-dom";
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import
|
|
10
|
-
import
|
|
11
|
-
import {
|
|
12
|
-
import { useAppDispatch as Ql, useAppSelector as Un, selectTabByPath as ec, selectCatalog as tc, setContent as rc, switchEditor as oc, openModal as nc } from "@ws-ui/store";
|
|
7
|
+
import { CSS as Bl } from "@dnd-kit/utilities";
|
|
8
|
+
import { ModalType as Tr, ModalCloseReason as Fl, useDidMountEffect as ia, ModalColor as aa, useHotkeys as jl, ToolbarIcon as yo, Modal as Wl, TipsProvider as $l } from "@ws-ui/shared";
|
|
9
|
+
import Pr from "classnames";
|
|
10
|
+
import { entries as Kl, omit as sa, isEqual as Yr } from "lodash";
|
|
11
|
+
import { useAppDispatch as ql, useAppSelector as Un, selectTabByPath as Gl, selectCatalog as Ul, setContent as Yl, switchEditor as Zl, openModal as Xl } from "@ws-ui/store";
|
|
13
12
|
import { z as et } from "zod";
|
|
14
13
|
import { generate as Ar } from "short-uuid";
|
|
15
|
-
import { Subject as
|
|
14
|
+
import { Subject as la } from "rxjs";
|
|
16
15
|
import Yn from "randexp";
|
|
17
|
-
import { HTTP_HANDLERS_EDITOR_SCOPE_CLASS as
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
16
|
+
import { HTTP_HANDLERS_EDITOR_SCOPE_CLASS as Jl } from "./common.es.js";
|
|
17
|
+
import { FdPlus as Ql, FdUndo as ec, FdRedo as tc, FdCode as rc, FdInfoCircle as oc } from "@ws-ui/icons";
|
|
18
|
+
const nc = "array", ic = { $ref: "#/definitions/HTTPHandler" }, ac = { Verb: { type: "string", regex: "^(?:GET|POST|PUT|DELETE)(?:,(?:GET|POST|PUT|DELETE))*$" }, HTTPHandler: { type: "object", properties: { id: { type: "string" }, class: { type: "string" }, method: { type: "string" }, pattern: { type: "string" }, regexPattern: { type: "string" }, verbs: { $ref: "#/definitions/Verb" } } } }, Fg = {
|
|
19
|
+
type: nc,
|
|
20
|
+
items: ic,
|
|
21
|
+
definitions: ac
|
|
22
22
|
};
|
|
23
23
|
var T = {};
|
|
24
24
|
(function() {
|
|
@@ -30,13 +30,13 @@ var T = {};
|
|
|
30
30
|
console.error("vite-plugin-inject-css: failed to inject css", e);
|
|
31
31
|
}
|
|
32
32
|
})();
|
|
33
|
-
const
|
|
33
|
+
const sc = (e) => /* @__PURE__ */ p("svg", { width: "1em", height: "1em", viewBox: "0 0 24 24", ...e, children: /* @__PURE__ */ p(
|
|
34
34
|
"path",
|
|
35
35
|
{
|
|
36
36
|
d: "M9 18.5a3.5 3.5 0 1 1-7 0 3.5 3.5 0 0 1 7 0ZM8.05 6.104 9.5 4.2l4.25 2.638V2h2.45v5.033l4.45-2.834L22 6.104l-5.1 3.323 5.1 3.42-1.4 1.905-4.4-3.078V17h-2.45v-5.277L9.4 14.606 8 12.7l5.15-3.322-5.1-3.274Z",
|
|
37
37
|
fill: "currentColor"
|
|
38
38
|
}
|
|
39
|
-
) }),
|
|
39
|
+
) }), lc = (e) => /* @__PURE__ */ Z("svg", { width: "1em", height: "1em", viewBox: "0 0 24 24", ...e, children: [
|
|
40
40
|
/* @__PURE__ */ p(
|
|
41
41
|
"path",
|
|
42
42
|
{
|
|
@@ -53,7 +53,7 @@ const cc = (e) => /* @__PURE__ */ p("svg", { width: "1em", height: "1em", viewBo
|
|
|
53
53
|
fill: "currentColor"
|
|
54
54
|
}
|
|
55
55
|
)
|
|
56
|
-
] }),
|
|
56
|
+
] }), cc = (e) => /* @__PURE__ */ p("svg", { width: "1em", height: "1em", viewBox: "0 0 24 24", ...e, children: /* @__PURE__ */ p(
|
|
57
57
|
"path",
|
|
58
58
|
{
|
|
59
59
|
fillRule: "evenodd",
|
|
@@ -61,25 +61,25 @@ const cc = (e) => /* @__PURE__ */ p("svg", { width: "1em", height: "1em", viewBo
|
|
|
61
61
|
d: "M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10Zm5.645-14.836a.5.5 0 0 0-.707-.034l-7.703 6.997-1.67-1.684a.5.5 0 0 0-.707-.003l-.71.704a.5.5 0 0 0-.003.707l2.386 2.408.266.292a.5.5 0 0 0 .42.162.498.498 0 0 0 .325-.144l.225-.223 8.516-7.736a.5.5 0 0 0 .034-.706l-.672-.74Z",
|
|
62
62
|
fill: "currentColor"
|
|
63
63
|
}
|
|
64
|
-
) }),
|
|
64
|
+
) }), dc = (e) => /* @__PURE__ */ p("svg", { width: "1em", height: "1em", viewBox: "0 0 24 24", ...e, children: /* @__PURE__ */ p(
|
|
65
65
|
"path",
|
|
66
66
|
{
|
|
67
67
|
d: "M21.66 6.28a.5.5 0 0 0 0-.697l-.967-.993a.5.5 0 0 0-.716 0L8.499 16.373 4.023 11.78a.5.5 0 0 0-.716 0l-.967.993a.5.5 0 0 0 0 .697l5.889 6.046.014-.014a.377.377 0 0 0 .54 0L21.66 6.28Z",
|
|
68
68
|
fill: "currentColor"
|
|
69
69
|
}
|
|
70
|
-
) }),
|
|
70
|
+
) }), uc = (e) => /* @__PURE__ */ p("svg", { width: "1em", height: "1em", viewBox: "0 0 24 24", ...e, children: /* @__PURE__ */ p(
|
|
71
71
|
"path",
|
|
72
72
|
{
|
|
73
73
|
d: "M10.84 2.714c0-.394.346-.714.773-.714h.774c.427 0 .773.32.773.714V9.5h5.025c.427 0 .773.32.773.714v3.572H5.042v-3.572c0-.394.346-.714.773-.714h5.025V2.714ZM5.042 14.5h13.916l1.034 6.685c.067.43-.295.815-.765.815h-2.1l-.681-5.929L15.764 22h-3.236l-.721-2.143L11.086 22h-2.85l-.682-3.929L6.872 22H4.773c-.47 0-.832-.385-.765-.815L5.042 14.5Z",
|
|
74
74
|
fill: "currentColor"
|
|
75
75
|
}
|
|
76
|
-
) }),
|
|
76
|
+
) }), ir = (e) => /* @__PURE__ */ p("svg", { width: "1em", height: "1em", viewBox: "0 0 24 24", ...e, children: /* @__PURE__ */ p(
|
|
77
77
|
"path",
|
|
78
78
|
{
|
|
79
79
|
d: "M4.497 5.361a.5.5 0 0 0 0 .707L10.429 12l-5.932 5.932a.5.5 0 0 0 0 .707l.864.864a.5.5 0 0 0 .707 0L12 13.571l5.932 5.932a.5.5 0 0 0 .707 0l.864-.864a.5.5 0 0 0 0-.707L13.571 12l5.932-5.932a.5.5 0 0 0 0-.707l-.864-.864a.5.5 0 0 0-.707 0L12 10.429 6.068 4.497a.5.5 0 0 0-.707 0l-.864.864Z",
|
|
80
80
|
fill: "currentColor"
|
|
81
81
|
}
|
|
82
|
-
) }),
|
|
82
|
+
) }), pc = (e) => /* @__PURE__ */ p("svg", { width: "1em", height: "1em", viewBox: "0 0 24 24", ...e, children: /* @__PURE__ */ p(
|
|
83
83
|
"path",
|
|
84
84
|
{
|
|
85
85
|
fillRule: "evenodd",
|
|
@@ -87,19 +87,19 @@ const cc = (e) => /* @__PURE__ */ p("svg", { width: "1em", height: "1em", viewBo
|
|
|
87
87
|
d: "M19.071 19.071c3.905-3.905 3.905-10.237 0-14.142-3.905-3.905-10.237-3.905-14.142 0-3.905 3.905-3.905 10.237 0 14.142 3.905 3.905 10.237 3.905 14.142 0Zm-3.182-4.596a.5.5 0 0 1 0 .707l-.707.707a.5.5 0 0 1-.707 0L12 13.414 9.525 15.89a.5.5 0 0 1-.707 0l-.707-.707a.5.5 0 0 1 0-.707L10.586 12 8.11 9.525a.5.5 0 0 1 0-.707l.707-.707a.5.5 0 0 1 .707 0L12 10.586l2.475-2.475a.5.5 0 0 1 .707 0l.707.707a.5.5 0 0 1 0 .707L13.414 12l2.475 2.475Z",
|
|
88
88
|
fill: "currentColor"
|
|
89
89
|
}
|
|
90
|
-
) }),
|
|
90
|
+
) }), hc = (e) => /* @__PURE__ */ p("svg", { width: "1em", height: "1em", viewBox: "0 0 24 24", ...e, children: /* @__PURE__ */ p(
|
|
91
91
|
"path",
|
|
92
92
|
{
|
|
93
93
|
d: "M11.701 18.797c.206.195.52.195.726 0l2.487-2.349-.008-.007 6.973-6.585a.58.58 0 0 0 0-.835l-2.045-1.932a.524.524 0 0 0-.726 0l-7.052 6.66-7.051-6.66a.524.524 0 0 0-.726 0L2.234 9.021a.58.58 0 0 0 0 .835l9.467 8.941Z",
|
|
94
94
|
fill: "currentColor"
|
|
95
95
|
}
|
|
96
|
-
) }),
|
|
96
|
+
) }), gc = (e) => /* @__PURE__ */ p("svg", { width: "1em", height: "1em", viewBox: "0 0 24 24", ...e, children: /* @__PURE__ */ p(
|
|
97
97
|
"path",
|
|
98
98
|
{
|
|
99
99
|
d: "M11.043 4.521a2.521 2.521 0 1 1-5.043 0 2.521 2.521 0 0 1 5.043 0ZM11.043 11.999a2.521 2.521 0 1 1-5.043 0 2.521 2.521 0 0 1 5.043 0ZM8.521 21.998a2.521 2.521 0 1 0 0-5.042 2.521 2.521 0 0 0 0 5.043ZM18.613 4.521a2.522 2.522 0 1 1-5.043 0 2.522 2.522 0 0 1 5.043 0ZM16.091 14.52a2.522 2.522 0 1 0 0-5.043 2.522 2.522 0 0 0 0 5.043ZM18.613 19.479a2.522 2.522 0 1 1-5.043 0 2.522 2.522 0 0 1 5.043 0Z",
|
|
100
100
|
fill: "currentColor"
|
|
101
101
|
}
|
|
102
|
-
) }),
|
|
102
|
+
) }), ca = (e) => /* @__PURE__ */ Z("svg", { width: "1em", height: "1em", viewBox: "0 0 24 24", ...e, children: [
|
|
103
103
|
/* @__PURE__ */ p(
|
|
104
104
|
"path",
|
|
105
105
|
{
|
|
@@ -114,7 +114,24 @@ const cc = (e) => /* @__PURE__ */ p("svg", { width: "1em", height: "1em", viewBo
|
|
|
114
114
|
fill: "currentColor"
|
|
115
115
|
}
|
|
116
116
|
)
|
|
117
|
-
] }),
|
|
117
|
+
] }), vc = (e) => /* @__PURE__ */ Z("svg", { width: "1em", height: "1em", viewBox: "0 0 24 24", ...e, children: [
|
|
118
|
+
/* @__PURE__ */ p(
|
|
119
|
+
"path",
|
|
120
|
+
{
|
|
121
|
+
fillRule: "evenodd",
|
|
122
|
+
clipRule: "evenodd",
|
|
123
|
+
d: "M20 12a8 8 0 0 1-12.064 6.892l-1.45 1.451A9.953 9.953 0 0 0 12 22c5.523 0 10-4.477 10-10 0-2.038-.61-3.934-1.657-5.515l-1.45 1.45A7.963 7.963 0 0 1 20 12ZM3.657 17.515l1.45-1.451A8 8 0 0 1 16.064 5.108l1.452-1.451A9.954 9.954 0 0 0 12 2C6.477 2 2 6.477 2 12c0 2.038.61 3.934 1.657 5.515Z",
|
|
124
|
+
fill: "currentColor"
|
|
125
|
+
}
|
|
126
|
+
),
|
|
127
|
+
/* @__PURE__ */ p(
|
|
128
|
+
"path",
|
|
129
|
+
{
|
|
130
|
+
d: "M18.416 3.88a.5.5 0 0 1 .707 0l.707.708a.5.5 0 0 1 0 .707L5.318 19.807a.5.5 0 0 1-.707 0l-.707-.707a.5.5 0 0 1 0-.707L18.416 3.88Z",
|
|
131
|
+
fill: "currentColor"
|
|
132
|
+
}
|
|
133
|
+
)
|
|
134
|
+
] }), fc = (e) => /* @__PURE__ */ Z("svg", { width: "1em", height: "1em", viewBox: "0 0 24 24", ...e, children: [
|
|
118
135
|
/* @__PURE__ */ p(
|
|
119
136
|
"path",
|
|
120
137
|
{
|
|
@@ -131,7 +148,7 @@ const cc = (e) => /* @__PURE__ */ p("svg", { width: "1em", height: "1em", viewBo
|
|
|
131
148
|
fill: "currentColor"
|
|
132
149
|
}
|
|
133
150
|
)
|
|
134
|
-
] }),
|
|
151
|
+
] }), mc = (e) => /* @__PURE__ */ p("svg", { width: "1em", height: "1em", viewBox: "0 0 24 24", ...e, children: /* @__PURE__ */ p(
|
|
135
152
|
"path",
|
|
136
153
|
{
|
|
137
154
|
fillRule: "evenodd",
|
|
@@ -139,6 +156,14 @@ const cc = (e) => /* @__PURE__ */ p("svg", { width: "1em", height: "1em", viewBo
|
|
|
139
156
|
d: "m19 10 1.965-1.964a3.536 3.536 0 0 0-5-5L14 5l5 5Zm-1 1-5-5L2.146 16.854a.5.5 0 0 0-.146.353V21.5a.5.5 0 0 0 .5.5h4.293a.5.5 0 0 0 .353-.146L18 11Z",
|
|
140
157
|
fill: "currentColor"
|
|
141
158
|
}
|
|
159
|
+
) }), bc = (e) => /* @__PURE__ */ p("svg", { width: "1em", height: "1em", viewBox: "0 0 24 24", ...e, children: /* @__PURE__ */ p(
|
|
160
|
+
"path",
|
|
161
|
+
{
|
|
162
|
+
fillRule: "evenodd",
|
|
163
|
+
clipRule: "evenodd",
|
|
164
|
+
d: "M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10Zm1-5.5a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5V13H7.5a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5H11V7.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5V11h3.5a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5H13v3.5Z",
|
|
165
|
+
fill: "currentColor"
|
|
166
|
+
}
|
|
142
167
|
) }), wc = (e) => /* @__PURE__ */ p("svg", { width: "1em", height: "1em", viewBox: "0 0 24 24", ...e, children: /* @__PURE__ */ p(
|
|
143
168
|
"path",
|
|
144
169
|
{
|
|
@@ -151,7 +176,7 @@ const cc = (e) => /* @__PURE__ */ p("svg", { width: "1em", height: "1em", viewBo
|
|
|
151
176
|
d: "M9 3a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v1h6.5a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-19a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5H9V3ZM4 7h16l-.934 14.071a1 1 0 0 1-.997.929H5.93a1 1 0 0 1-.997-.929L4 7Z",
|
|
152
177
|
fill: "currentColor"
|
|
153
178
|
}
|
|
154
|
-
) }),
|
|
179
|
+
) }), Sr = (e) => /* @__PURE__ */ p("svg", { width: "1em", height: "1em", viewBox: "0 0 24 24", ...e, children: /* @__PURE__ */ p(
|
|
155
180
|
"path",
|
|
156
181
|
{
|
|
157
182
|
fillRule: "evenodd",
|
|
@@ -169,11 +194,11 @@ const cc = (e) => /* @__PURE__ */ p("svg", { width: "1em", height: "1em", viewBo
|
|
|
169
194
|
}, Ic = (e, r) => ({
|
|
170
195
|
classGroupId: e,
|
|
171
196
|
validator: r
|
|
172
|
-
}),
|
|
197
|
+
}), da = (e = /* @__PURE__ */ new Map(), r = null, t) => ({
|
|
173
198
|
nextPart: e,
|
|
174
199
|
validators: r,
|
|
175
200
|
classGroupId: t
|
|
176
|
-
}), Hr = "-",
|
|
201
|
+
}), Hr = "-", Zn = [], kc = "arbitrary..", Ec = (e) => {
|
|
177
202
|
const r = Oc(e), {
|
|
178
203
|
conflictingClassGroups: t,
|
|
179
204
|
conflictingClassGroupModifiers: o
|
|
@@ -183,22 +208,22 @@ const cc = (e) => /* @__PURE__ */ p("svg", { width: "1em", height: "1em", viewBo
|
|
|
183
208
|
if (n.startsWith("[") && n.endsWith("]"))
|
|
184
209
|
return Sc(n);
|
|
185
210
|
const i = n.split(Hr), a = i[0] === "" && i.length > 1 ? 1 : 0;
|
|
186
|
-
return
|
|
211
|
+
return ua(i, a, r);
|
|
187
212
|
},
|
|
188
213
|
getConflictingClassGroupIds: (n, i) => {
|
|
189
214
|
if (i) {
|
|
190
215
|
const a = o[n], s = t[n];
|
|
191
|
-
return a ? s ? yc(s, a) : a : s ||
|
|
216
|
+
return a ? s ? yc(s, a) : a : s || Zn;
|
|
192
217
|
}
|
|
193
|
-
return t[n] ||
|
|
218
|
+
return t[n] || Zn;
|
|
194
219
|
}
|
|
195
220
|
};
|
|
196
|
-
},
|
|
221
|
+
}, ua = (e, r, t) => {
|
|
197
222
|
if (e.length - r === 0)
|
|
198
223
|
return t.classGroupId;
|
|
199
224
|
const o = e[r], n = t.nextPart.get(o);
|
|
200
225
|
if (n) {
|
|
201
|
-
const l =
|
|
226
|
+
const l = ua(e, r + 1, n);
|
|
202
227
|
if (l) return l;
|
|
203
228
|
}
|
|
204
229
|
const i = t.validators;
|
|
@@ -220,7 +245,7 @@ const cc = (e) => /* @__PURE__ */ p("svg", { width: "1em", height: "1em", viewBo
|
|
|
220
245
|
} = e;
|
|
221
246
|
return _c(t, r);
|
|
222
247
|
}, _c = (e, r) => {
|
|
223
|
-
const t =
|
|
248
|
+
const t = da();
|
|
224
249
|
for (const o in e) {
|
|
225
250
|
const n = e[o];
|
|
226
251
|
To(n, t, o, r);
|
|
@@ -243,7 +268,7 @@ const cc = (e) => /* @__PURE__ */ p("svg", { width: "1em", height: "1em", viewBo
|
|
|
243
268
|
}
|
|
244
269
|
Cc(e, r, t, o);
|
|
245
270
|
}, Dc = (e, r, t) => {
|
|
246
|
-
const o = e === "" ? r :
|
|
271
|
+
const o = e === "" ? r : pa(r, e);
|
|
247
272
|
o.classGroupId = t;
|
|
248
273
|
}, zc = (e, r, t, o) => {
|
|
249
274
|
if (Mc(e)) {
|
|
@@ -255,15 +280,15 @@ const cc = (e) => /* @__PURE__ */ p("svg", { width: "1em", height: "1em", viewBo
|
|
|
255
280
|
const n = Object.entries(e), i = n.length;
|
|
256
281
|
for (let a = 0; a < i; a++) {
|
|
257
282
|
const [s, l] = n[a];
|
|
258
|
-
To(l,
|
|
283
|
+
To(l, pa(r, s), t, o);
|
|
259
284
|
}
|
|
260
|
-
},
|
|
285
|
+
}, pa = (e, r) => {
|
|
261
286
|
let t = e;
|
|
262
287
|
const o = r.split(Hr), n = o.length;
|
|
263
288
|
for (let i = 0; i < n; i++) {
|
|
264
289
|
const a = o[i];
|
|
265
290
|
let s = t.nextPart.get(a);
|
|
266
|
-
s || (s =
|
|
291
|
+
s || (s = da(), t.nextPart.set(a, s)), t = s;
|
|
267
292
|
}
|
|
268
293
|
return t;
|
|
269
294
|
}, Mc = (e) => "isThemeGetter" in e && e.isThemeGetter === !0, Rc = (e) => {
|
|
@@ -290,7 +315,7 @@ const cc = (e) => /* @__PURE__ */ p("svg", { width: "1em", height: "1em", viewBo
|
|
|
290
315
|
i in t ? t[i] = a : n(i, a);
|
|
291
316
|
}
|
|
292
317
|
};
|
|
293
|
-
}, Io = "!",
|
|
318
|
+
}, Io = "!", Xn = ":", Tc = [], Jn = (e, r, t, o, n) => ({
|
|
294
319
|
modifiers: e,
|
|
295
320
|
hasImportantModifier: r,
|
|
296
321
|
baseClassName: t,
|
|
@@ -308,7 +333,7 @@ const cc = (e) => /* @__PURE__ */ p("svg", { width: "1em", height: "1em", viewBo
|
|
|
308
333
|
for (let x = 0; x < d; x++) {
|
|
309
334
|
const m = n[x];
|
|
310
335
|
if (a === 0 && s === 0) {
|
|
311
|
-
if (m ===
|
|
336
|
+
if (m === Xn) {
|
|
312
337
|
i.push(n.slice(l, x)), l = x + 1;
|
|
313
338
|
continue;
|
|
314
339
|
}
|
|
@@ -332,7 +357,7 @@ const cc = (e) => /* @__PURE__ */ p("svg", { width: "1em", height: "1em", viewBo
|
|
|
332
357
|
return Jn(i, I, h, k);
|
|
333
358
|
};
|
|
334
359
|
if (r) {
|
|
335
|
-
const n = r +
|
|
360
|
+
const n = r + Xn, i = o;
|
|
336
361
|
o = (a) => a.startsWith(n) ? i(a.slice(n.length)) : Jn(Tc, !1, a, void 0, !0);
|
|
337
362
|
}
|
|
338
363
|
if (t) {
|
|
@@ -408,14 +433,14 @@ const cc = (e) => /* @__PURE__ */ p("svg", { width: "1em", height: "1em", viewBo
|
|
|
408
433
|
}, Bc = (...e) => {
|
|
409
434
|
let r = 0, t, o, n = "";
|
|
410
435
|
for (; r < e.length; )
|
|
411
|
-
(t = e[r++]) && (o =
|
|
436
|
+
(t = e[r++]) && (o = ha(t)) && (n && (n += " "), n += o);
|
|
412
437
|
return n;
|
|
413
|
-
},
|
|
438
|
+
}, ha = (e) => {
|
|
414
439
|
if (typeof e == "string")
|
|
415
440
|
return e;
|
|
416
441
|
let r, t = "";
|
|
417
442
|
for (let o = 0; o < e.length; o++)
|
|
418
|
-
e[o] && (r =
|
|
443
|
+
e[o] && (r = ha(e[o])) && (t && (t += " "), t += r);
|
|
419
444
|
return t;
|
|
420
445
|
}, Qn = (e, ...r) => {
|
|
421
446
|
let t, o, n, i;
|
|
@@ -433,18 +458,18 @@ const cc = (e) => /* @__PURE__ */ p("svg", { width: "1em", height: "1em", viewBo
|
|
|
433
458
|
}, Fc = [], Re = (e) => {
|
|
434
459
|
const r = (t) => t[e] || Fc;
|
|
435
460
|
return r.isThemeGetter = !0, r;
|
|
436
|
-
},
|
|
461
|
+
}, ga = /^\[(?:(\w[\w-]*):)?(.+)\]$/i, va = /^\((?:(\w[\w-]*):)?(.+)\)$/i, jc = /^\d+\/\d+$/, Wc = /^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/, $c = /\d+(%|px|r?em|[sdl]?v([hwib]|min|max)|pt|pc|in|cm|mm|cap|ch|ex|r?lh|cq(w|h|i|b|min|max))|\b(calc|min|max|clamp)\(.+\)|^0$/, Kc = /^(rgba?|hsla?|hwb|(ok)?(lab|lch)|color-mix)\(.+\)$/, qc = /^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/, Gc = /^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/, zt = (e) => jc.test(e), pe = (e) => !!e && !Number.isNaN(Number(e)), gt = (e) => !!e && Number.isInteger(Number(e)), ao = (e) => e.endsWith("%") && pe(e.slice(0, -1)), ut = (e) => Wc.test(e), Uc = () => !0, Yc = (e) => (
|
|
437
462
|
// `colorFunctionRegex` check is necessary because color functions can have percentages in them which which would be incorrectly classified as lengths.
|
|
438
463
|
// For example, `hsl(0 0% 0%)` would be classified as a length without this check.
|
|
439
464
|
// I could also use lookbehind assertion in `lengthUnitRegex` but that isn't supported widely enough.
|
|
440
465
|
$c.test(e) && !Kc.test(e)
|
|
441
|
-
),
|
|
442
|
-
const o =
|
|
466
|
+
), fa = () => !1, Zc = (e) => qc.test(e), Xc = (e) => Gc.test(e), Jc = (e) => !J(e) && !Q(e), Qc = (e) => Bt(e, wa, fa), J = (e) => ga.test(e), yt = (e) => Bt(e, xa, Yc), so = (e) => Bt(e, nd, pe), ei = (e) => Bt(e, ma, fa), ed = (e) => Bt(e, ba, Xc), ur = (e) => Bt(e, ya, Zc), Q = (e) => va.test(e), Gt = (e) => Ft(e, xa), td = (e) => Ft(e, id), ti = (e) => Ft(e, ma), rd = (e) => Ft(e, wa), od = (e) => Ft(e, ba), pr = (e) => Ft(e, ya, !0), Bt = (e, r, t) => {
|
|
467
|
+
const o = ga.exec(e);
|
|
443
468
|
return o ? o[1] ? r(o[1]) : t(o[2]) : !1;
|
|
444
469
|
}, Ft = (e, r, t = !1) => {
|
|
445
|
-
const o =
|
|
470
|
+
const o = va.exec(e);
|
|
446
471
|
return o ? o[1] ? r(o[1]) : t : !1;
|
|
447
|
-
},
|
|
472
|
+
}, ma = (e) => e === "position" || e === "percentage", ba = (e) => e === "image" || e === "url", wa = (e) => e === "length" || e === "size" || e === "bg-size", xa = (e) => e === "length", nd = (e) => e === "number", id = (e) => e === "family-name", ya = (e) => e === "shadow", ri = () => {
|
|
448
473
|
const e = Re("color"), r = Re("font"), t = Re("text"), o = Re("font-weight"), n = Re("tracking"), i = Re("leading"), a = Re("breakpoint"), s = Re("container"), l = Re("spacing"), c = Re("radius"), d = Re("shadow"), u = Re("inset-shadow"), h = Re("text-shadow"), I = Re("drop-shadow"), k = Re("blur"), x = Re("perspective"), m = Re("aspect"), _ = Re("ease"), g = Re("animate"), b = () => ["auto", "avoid", "all", "avoid-page", "page", "left", "right", "column"], w = () => [
|
|
449
474
|
"center",
|
|
450
475
|
"top",
|
|
@@ -463,51 +488,51 @@ const cc = (e) => /* @__PURE__ */ p("svg", { width: "1em", height: "1em", viewBo
|
|
|
463
488
|
"bottom-left",
|
|
464
489
|
// Deprecated since Tailwind CSS v4.1.0, see https://github.com/tailwindlabs/tailwindcss/pull/17378
|
|
465
490
|
"left-bottom"
|
|
466
|
-
], f = () => [...w(),
|
|
467
|
-
span: ["full", gt,
|
|
468
|
-
}, gt,
|
|
469
|
-
position: [
|
|
491
|
+
], f = () => [...w(), Q, J], O = () => ["auto", "hidden", "clip", "visible", "scroll"], M = () => ["auto", "contain", "none"], y = () => [Q, J, l], D = () => [zt, "full", "auto", ...y()], F = () => [gt, "none", "subgrid", Q, J], L = () => ["auto", {
|
|
492
|
+
span: ["full", gt, Q, J]
|
|
493
|
+
}, gt, Q, J], U = () => [gt, "auto", Q, J], re = () => ["auto", "min", "max", "fr", Q, J], q = () => ["start", "end", "center", "between", "around", "evenly", "stretch", "baseline", "center-safe", "end-safe"], se = () => ["start", "end", "center", "stretch", "center-safe", "end-safe"], Y = () => ["auto", ...y()], le = () => [zt, "auto", "full", "dvw", "dvh", "lvw", "lvh", "svw", "svh", "min", "max", "fit", ...y()], $ = () => [e, Q, J], he = () => [...w(), ti, ei, {
|
|
494
|
+
position: [Q, J]
|
|
470
495
|
}], v = () => ["no-repeat", {
|
|
471
496
|
repeat: ["", "x", "y", "space", "round"]
|
|
472
497
|
}], E = () => ["auto", "cover", "contain", rd, Qc, {
|
|
473
|
-
size: [
|
|
498
|
+
size: [Q, J]
|
|
474
499
|
}], z = () => [ao, Gt, yt], P = () => [
|
|
475
500
|
// Deprecated since Tailwind CSS v4.0.0
|
|
476
501
|
"",
|
|
477
502
|
"none",
|
|
478
503
|
"full",
|
|
479
504
|
c,
|
|
480
|
-
|
|
481
|
-
|
|
505
|
+
Q,
|
|
506
|
+
J
|
|
482
507
|
], S = () => ["", pe, Gt, yt], H = () => ["solid", "dashed", "dotted", "double"], C = () => ["normal", "multiply", "screen", "overlay", "darken", "lighten", "color-dodge", "color-burn", "hard-light", "soft-light", "difference", "exclusion", "hue", "saturation", "color", "luminosity"], N = () => [pe, ao, ti, ei], V = () => [
|
|
483
508
|
// Deprecated since Tailwind CSS v4.0.0
|
|
484
509
|
"",
|
|
485
510
|
"none",
|
|
486
511
|
k,
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
], X = () => ["none", pe,
|
|
512
|
+
Q,
|
|
513
|
+
J
|
|
514
|
+
], X = () => ["none", pe, Q, J], G = () => ["none", pe, Q, J], oe = () => [pe, Q, J], A = () => [zt, "full", ...y()];
|
|
490
515
|
return {
|
|
491
516
|
cacheSize: 500,
|
|
492
517
|
theme: {
|
|
493
518
|
animate: ["spin", "ping", "pulse", "bounce"],
|
|
494
519
|
aspect: ["video"],
|
|
495
|
-
blur: [
|
|
496
|
-
breakpoint: [
|
|
520
|
+
blur: [ut],
|
|
521
|
+
breakpoint: [ut],
|
|
497
522
|
color: [Uc],
|
|
498
|
-
container: [
|
|
499
|
-
"drop-shadow": [
|
|
523
|
+
container: [ut],
|
|
524
|
+
"drop-shadow": [ut],
|
|
500
525
|
ease: ["in", "out", "in-out"],
|
|
501
526
|
font: [Jc],
|
|
502
527
|
"font-weight": ["thin", "extralight", "light", "normal", "medium", "semibold", "bold", "extrabold", "black"],
|
|
503
|
-
"inset-shadow": [
|
|
528
|
+
"inset-shadow": [ut],
|
|
504
529
|
leading: ["none", "tight", "snug", "normal", "relaxed", "loose"],
|
|
505
530
|
perspective: ["dramatic", "near", "normal", "midrange", "distant", "none"],
|
|
506
|
-
radius: [
|
|
507
|
-
shadow: [
|
|
531
|
+
radius: [ut],
|
|
532
|
+
shadow: [ut],
|
|
508
533
|
spacing: ["px", pe],
|
|
509
|
-
text: [
|
|
510
|
-
"text-shadow": [
|
|
534
|
+
text: [ut],
|
|
535
|
+
"text-shadow": [ut],
|
|
511
536
|
tracking: ["tighter", "tight", "normal", "wide", "wider", "widest"]
|
|
512
537
|
},
|
|
513
538
|
classGroups: {
|
|
@@ -519,7 +544,7 @@ const cc = (e) => /* @__PURE__ */ p("svg", { width: "1em", height: "1em", viewBo
|
|
|
519
544
|
* @see https://tailwindcss.com/docs/aspect-ratio
|
|
520
545
|
*/
|
|
521
546
|
aspect: [{
|
|
522
|
-
aspect: ["auto", "square", zt,
|
|
547
|
+
aspect: ["auto", "square", zt, J, Q, m]
|
|
523
548
|
}],
|
|
524
549
|
/**
|
|
525
550
|
* Container
|
|
@@ -532,7 +557,7 @@ const cc = (e) => /* @__PURE__ */ p("svg", { width: "1em", height: "1em", viewBo
|
|
|
532
557
|
* @see https://tailwindcss.com/docs/columns
|
|
533
558
|
*/
|
|
534
559
|
columns: [{
|
|
535
|
-
columns: [pe,
|
|
560
|
+
columns: [pe, J, Q, s]
|
|
536
561
|
}],
|
|
537
562
|
/**
|
|
538
563
|
* Break After
|
|
@@ -732,7 +757,7 @@ const cc = (e) => /* @__PURE__ */ p("svg", { width: "1em", height: "1em", viewBo
|
|
|
732
757
|
* @see https://tailwindcss.com/docs/z-index
|
|
733
758
|
*/
|
|
734
759
|
z: [{
|
|
735
|
-
z: [gt, "auto",
|
|
760
|
+
z: [gt, "auto", Q, J]
|
|
736
761
|
}],
|
|
737
762
|
// ------------------------
|
|
738
763
|
// --- Flexbox and Grid ---
|
|
@@ -763,28 +788,28 @@ const cc = (e) => /* @__PURE__ */ p("svg", { width: "1em", height: "1em", viewBo
|
|
|
763
788
|
* @see https://tailwindcss.com/docs/flex
|
|
764
789
|
*/
|
|
765
790
|
flex: [{
|
|
766
|
-
flex: [pe, zt, "auto", "initial", "none",
|
|
791
|
+
flex: [pe, zt, "auto", "initial", "none", J]
|
|
767
792
|
}],
|
|
768
793
|
/**
|
|
769
794
|
* Flex Grow
|
|
770
795
|
* @see https://tailwindcss.com/docs/flex-grow
|
|
771
796
|
*/
|
|
772
797
|
grow: [{
|
|
773
|
-
grow: ["", pe,
|
|
798
|
+
grow: ["", pe, Q, J]
|
|
774
799
|
}],
|
|
775
800
|
/**
|
|
776
801
|
* Flex Shrink
|
|
777
802
|
* @see https://tailwindcss.com/docs/flex-shrink
|
|
778
803
|
*/
|
|
779
804
|
shrink: [{
|
|
780
|
-
shrink: ["", pe,
|
|
805
|
+
shrink: ["", pe, Q, J]
|
|
781
806
|
}],
|
|
782
807
|
/**
|
|
783
808
|
* Order
|
|
784
809
|
* @see https://tailwindcss.com/docs/order
|
|
785
810
|
*/
|
|
786
811
|
order: [{
|
|
787
|
-
order: [gt, "first", "last", "none",
|
|
812
|
+
order: [gt, "first", "last", "none", Q, J]
|
|
788
813
|
}],
|
|
789
814
|
/**
|
|
790
815
|
* Grid Template Columns
|
|
@@ -1196,21 +1221,21 @@ const cc = (e) => /* @__PURE__ */ p("svg", { width: "1em", height: "1em", viewBo
|
|
|
1196
1221
|
* @see https://tailwindcss.com/docs/font-weight
|
|
1197
1222
|
*/
|
|
1198
1223
|
"font-weight": [{
|
|
1199
|
-
font: [o,
|
|
1224
|
+
font: [o, Q, so]
|
|
1200
1225
|
}],
|
|
1201
1226
|
/**
|
|
1202
1227
|
* Font Stretch
|
|
1203
1228
|
* @see https://tailwindcss.com/docs/font-stretch
|
|
1204
1229
|
*/
|
|
1205
1230
|
"font-stretch": [{
|
|
1206
|
-
"font-stretch": ["ultra-condensed", "extra-condensed", "condensed", "semi-condensed", "normal", "semi-expanded", "expanded", "extra-expanded", "ultra-expanded", ao,
|
|
1231
|
+
"font-stretch": ["ultra-condensed", "extra-condensed", "condensed", "semi-condensed", "normal", "semi-expanded", "expanded", "extra-expanded", "ultra-expanded", ao, J]
|
|
1207
1232
|
}],
|
|
1208
1233
|
/**
|
|
1209
1234
|
* Font Family
|
|
1210
1235
|
* @see https://tailwindcss.com/docs/font-family
|
|
1211
1236
|
*/
|
|
1212
1237
|
"font-family": [{
|
|
1213
|
-
font: [td,
|
|
1238
|
+
font: [td, J, r]
|
|
1214
1239
|
}],
|
|
1215
1240
|
/**
|
|
1216
1241
|
* Font Variant Numeric
|
|
@@ -1247,14 +1272,14 @@ const cc = (e) => /* @__PURE__ */ p("svg", { width: "1em", height: "1em", viewBo
|
|
|
1247
1272
|
* @see https://tailwindcss.com/docs/letter-spacing
|
|
1248
1273
|
*/
|
|
1249
1274
|
tracking: [{
|
|
1250
|
-
tracking: [n,
|
|
1275
|
+
tracking: [n, Q, J]
|
|
1251
1276
|
}],
|
|
1252
1277
|
/**
|
|
1253
1278
|
* Line Clamp
|
|
1254
1279
|
* @see https://tailwindcss.com/docs/line-clamp
|
|
1255
1280
|
*/
|
|
1256
1281
|
"line-clamp": [{
|
|
1257
|
-
"line-clamp": [pe, "none",
|
|
1282
|
+
"line-clamp": [pe, "none", Q, so]
|
|
1258
1283
|
}],
|
|
1259
1284
|
/**
|
|
1260
1285
|
* Line Height
|
|
@@ -1272,7 +1297,7 @@ const cc = (e) => /* @__PURE__ */ p("svg", { width: "1em", height: "1em", viewBo
|
|
|
1272
1297
|
* @see https://tailwindcss.com/docs/list-style-image
|
|
1273
1298
|
*/
|
|
1274
1299
|
"list-image": [{
|
|
1275
|
-
"list-image": ["none",
|
|
1300
|
+
"list-image": ["none", Q, J]
|
|
1276
1301
|
}],
|
|
1277
1302
|
/**
|
|
1278
1303
|
* List Style Position
|
|
@@ -1286,7 +1311,7 @@ const cc = (e) => /* @__PURE__ */ p("svg", { width: "1em", height: "1em", viewBo
|
|
|
1286
1311
|
* @see https://tailwindcss.com/docs/list-style-type
|
|
1287
1312
|
*/
|
|
1288
1313
|
"list-style-type": [{
|
|
1289
|
-
list: ["disc", "decimal", "none",
|
|
1314
|
+
list: ["disc", "decimal", "none", Q, J]
|
|
1290
1315
|
}],
|
|
1291
1316
|
/**
|
|
1292
1317
|
* Text Alignment
|
|
@@ -1327,7 +1352,7 @@ const cc = (e) => /* @__PURE__ */ p("svg", { width: "1em", height: "1em", viewBo
|
|
|
1327
1352
|
* @see https://tailwindcss.com/docs/text-decoration-thickness
|
|
1328
1353
|
*/
|
|
1329
1354
|
"text-decoration-thickness": [{
|
|
1330
|
-
decoration: [pe, "from-font", "auto",
|
|
1355
|
+
decoration: [pe, "from-font", "auto", Q, yt]
|
|
1331
1356
|
}],
|
|
1332
1357
|
/**
|
|
1333
1358
|
* Text Decoration Color
|
|
@@ -1341,7 +1366,7 @@ const cc = (e) => /* @__PURE__ */ p("svg", { width: "1em", height: "1em", viewBo
|
|
|
1341
1366
|
* @see https://tailwindcss.com/docs/text-underline-offset
|
|
1342
1367
|
*/
|
|
1343
1368
|
"underline-offset": [{
|
|
1344
|
-
"underline-offset": [pe, "auto",
|
|
1369
|
+
"underline-offset": [pe, "auto", Q, J]
|
|
1345
1370
|
}],
|
|
1346
1371
|
/**
|
|
1347
1372
|
* Text Transform
|
|
@@ -1372,7 +1397,7 @@ const cc = (e) => /* @__PURE__ */ p("svg", { width: "1em", height: "1em", viewBo
|
|
|
1372
1397
|
* @see https://tailwindcss.com/docs/vertical-align
|
|
1373
1398
|
*/
|
|
1374
1399
|
"vertical-align": [{
|
|
1375
|
-
align: ["baseline", "top", "middle", "bottom", "text-top", "text-bottom", "sub", "super",
|
|
1400
|
+
align: ["baseline", "top", "middle", "bottom", "text-top", "text-bottom", "sub", "super", Q, J]
|
|
1376
1401
|
}],
|
|
1377
1402
|
/**
|
|
1378
1403
|
* Whitespace
|
|
@@ -1407,7 +1432,7 @@ const cc = (e) => /* @__PURE__ */ p("svg", { width: "1em", height: "1em", viewBo
|
|
|
1407
1432
|
* @see https://tailwindcss.com/docs/content
|
|
1408
1433
|
*/
|
|
1409
1434
|
content: [{
|
|
1410
|
-
content: ["none",
|
|
1435
|
+
content: ["none", Q, J]
|
|
1411
1436
|
}],
|
|
1412
1437
|
// -------------------
|
|
1413
1438
|
// --- Backgrounds ---
|
|
@@ -1462,9 +1487,9 @@ const cc = (e) => /* @__PURE__ */ p("svg", { width: "1em", height: "1em", viewBo
|
|
|
1462
1487
|
bg: ["none", {
|
|
1463
1488
|
linear: [{
|
|
1464
1489
|
to: ["t", "tr", "r", "br", "b", "bl", "l", "tl"]
|
|
1465
|
-
}, gt,
|
|
1466
|
-
radial: ["",
|
|
1467
|
-
conic: [gt,
|
|
1490
|
+
}, gt, Q, J],
|
|
1491
|
+
radial: ["", Q, J],
|
|
1492
|
+
conic: [gt, Q, J]
|
|
1468
1493
|
}, od, ed]
|
|
1469
1494
|
}],
|
|
1470
1495
|
/**
|
|
@@ -1807,7 +1832,7 @@ const cc = (e) => /* @__PURE__ */ p("svg", { width: "1em", height: "1em", viewBo
|
|
|
1807
1832
|
* @see https://tailwindcss.com/docs/outline-offset
|
|
1808
1833
|
*/
|
|
1809
1834
|
"outline-offset": [{
|
|
1810
|
-
"outline-offset": [pe,
|
|
1835
|
+
"outline-offset": [pe, Q, J]
|
|
1811
1836
|
}],
|
|
1812
1837
|
/**
|
|
1813
1838
|
* Outline Width
|
|
@@ -1836,8 +1861,8 @@ const cc = (e) => /* @__PURE__ */ p("svg", { width: "1em", height: "1em", viewBo
|
|
|
1836
1861
|
"",
|
|
1837
1862
|
"none",
|
|
1838
1863
|
d,
|
|
1839
|
-
|
|
1840
|
-
|
|
1864
|
+
pr,
|
|
1865
|
+
ur
|
|
1841
1866
|
]
|
|
1842
1867
|
}],
|
|
1843
1868
|
/**
|
|
@@ -1852,7 +1877,7 @@ const cc = (e) => /* @__PURE__ */ p("svg", { width: "1em", height: "1em", viewBo
|
|
|
1852
1877
|
* @see https://tailwindcss.com/docs/box-shadow#adding-an-inset-shadow
|
|
1853
1878
|
*/
|
|
1854
1879
|
"inset-shadow": [{
|
|
1855
|
-
"inset-shadow": ["none", u,
|
|
1880
|
+
"inset-shadow": ["none", u, pr, ur]
|
|
1856
1881
|
}],
|
|
1857
1882
|
/**
|
|
1858
1883
|
* Inset Box Shadow Color
|
|
@@ -1919,7 +1944,7 @@ const cc = (e) => /* @__PURE__ */ p("svg", { width: "1em", height: "1em", viewBo
|
|
|
1919
1944
|
* @see https://tailwindcss.com/docs/text-shadow
|
|
1920
1945
|
*/
|
|
1921
1946
|
"text-shadow": [{
|
|
1922
|
-
"text-shadow": ["none", h,
|
|
1947
|
+
"text-shadow": ["none", h, pr, ur]
|
|
1923
1948
|
}],
|
|
1924
1949
|
/**
|
|
1925
1950
|
* Text Shadow Color
|
|
@@ -1933,7 +1958,7 @@ const cc = (e) => /* @__PURE__ */ p("svg", { width: "1em", height: "1em", viewBo
|
|
|
1933
1958
|
* @see https://tailwindcss.com/docs/opacity
|
|
1934
1959
|
*/
|
|
1935
1960
|
opacity: [{
|
|
1936
|
-
opacity: [pe,
|
|
1961
|
+
opacity: [pe, Q, J]
|
|
1937
1962
|
}],
|
|
1938
1963
|
/**
|
|
1939
1964
|
* Mix Blend Mode
|
|
@@ -2055,7 +2080,7 @@ const cc = (e) => /* @__PURE__ */ p("svg", { width: "1em", height: "1em", viewBo
|
|
|
2055
2080
|
"mask-y-to": $()
|
|
2056
2081
|
}],
|
|
2057
2082
|
"mask-image-radial": [{
|
|
2058
|
-
"mask-radial": [
|
|
2083
|
+
"mask-radial": [Q, J]
|
|
2059
2084
|
}],
|
|
2060
2085
|
"mask-image-radial-from-pos": [{
|
|
2061
2086
|
"mask-radial-from": N()
|
|
@@ -2143,7 +2168,7 @@ const cc = (e) => /* @__PURE__ */ p("svg", { width: "1em", height: "1em", viewBo
|
|
|
2143
2168
|
* @see https://tailwindcss.com/docs/mask-image
|
|
2144
2169
|
*/
|
|
2145
2170
|
"mask-image": [{
|
|
2146
|
-
mask: ["none",
|
|
2171
|
+
mask: ["none", Q, J]
|
|
2147
2172
|
}],
|
|
2148
2173
|
// ---------------
|
|
2149
2174
|
// --- Filters ---
|
|
@@ -2157,8 +2182,8 @@ const cc = (e) => /* @__PURE__ */ p("svg", { width: "1em", height: "1em", viewBo
|
|
|
2157
2182
|
// Deprecated since Tailwind CSS v3.0.0
|
|
2158
2183
|
"",
|
|
2159
2184
|
"none",
|
|
2160
|
-
|
|
2161
|
-
|
|
2185
|
+
Q,
|
|
2186
|
+
J
|
|
2162
2187
|
]
|
|
2163
2188
|
}],
|
|
2164
2189
|
/**
|
|
@@ -2173,14 +2198,14 @@ const cc = (e) => /* @__PURE__ */ p("svg", { width: "1em", height: "1em", viewBo
|
|
|
2173
2198
|
* @see https://tailwindcss.com/docs/brightness
|
|
2174
2199
|
*/
|
|
2175
2200
|
brightness: [{
|
|
2176
|
-
brightness: [pe,
|
|
2201
|
+
brightness: [pe, Q, J]
|
|
2177
2202
|
}],
|
|
2178
2203
|
/**
|
|
2179
2204
|
* Contrast
|
|
2180
2205
|
* @see https://tailwindcss.com/docs/contrast
|
|
2181
2206
|
*/
|
|
2182
2207
|
contrast: [{
|
|
2183
|
-
contrast: [pe,
|
|
2208
|
+
contrast: [pe, Q, J]
|
|
2184
2209
|
}],
|
|
2185
2210
|
/**
|
|
2186
2211
|
* Drop Shadow
|
|
@@ -2192,8 +2217,8 @@ const cc = (e) => /* @__PURE__ */ p("svg", { width: "1em", height: "1em", viewBo
|
|
|
2192
2217
|
"",
|
|
2193
2218
|
"none",
|
|
2194
2219
|
I,
|
|
2195
|
-
|
|
2196
|
-
|
|
2220
|
+
pr,
|
|
2221
|
+
ur
|
|
2197
2222
|
]
|
|
2198
2223
|
}],
|
|
2199
2224
|
/**
|
|
@@ -2208,35 +2233,35 @@ const cc = (e) => /* @__PURE__ */ p("svg", { width: "1em", height: "1em", viewBo
|
|
|
2208
2233
|
* @see https://tailwindcss.com/docs/grayscale
|
|
2209
2234
|
*/
|
|
2210
2235
|
grayscale: [{
|
|
2211
|
-
grayscale: ["", pe,
|
|
2236
|
+
grayscale: ["", pe, Q, J]
|
|
2212
2237
|
}],
|
|
2213
2238
|
/**
|
|
2214
2239
|
* Hue Rotate
|
|
2215
2240
|
* @see https://tailwindcss.com/docs/hue-rotate
|
|
2216
2241
|
*/
|
|
2217
2242
|
"hue-rotate": [{
|
|
2218
|
-
"hue-rotate": [pe,
|
|
2243
|
+
"hue-rotate": [pe, Q, J]
|
|
2219
2244
|
}],
|
|
2220
2245
|
/**
|
|
2221
2246
|
* Invert
|
|
2222
2247
|
* @see https://tailwindcss.com/docs/invert
|
|
2223
2248
|
*/
|
|
2224
2249
|
invert: [{
|
|
2225
|
-
invert: ["", pe,
|
|
2250
|
+
invert: ["", pe, Q, J]
|
|
2226
2251
|
}],
|
|
2227
2252
|
/**
|
|
2228
2253
|
* Saturate
|
|
2229
2254
|
* @see https://tailwindcss.com/docs/saturate
|
|
2230
2255
|
*/
|
|
2231
2256
|
saturate: [{
|
|
2232
|
-
saturate: [pe,
|
|
2257
|
+
saturate: [pe, Q, J]
|
|
2233
2258
|
}],
|
|
2234
2259
|
/**
|
|
2235
2260
|
* Sepia
|
|
2236
2261
|
* @see https://tailwindcss.com/docs/sepia
|
|
2237
2262
|
*/
|
|
2238
2263
|
sepia: [{
|
|
2239
|
-
sepia: ["", pe,
|
|
2264
|
+
sepia: ["", pe, Q, J]
|
|
2240
2265
|
}],
|
|
2241
2266
|
/**
|
|
2242
2267
|
* Backdrop Filter
|
|
@@ -2247,8 +2272,8 @@ const cc = (e) => /* @__PURE__ */ p("svg", { width: "1em", height: "1em", viewBo
|
|
|
2247
2272
|
// Deprecated since Tailwind CSS v3.0.0
|
|
2248
2273
|
"",
|
|
2249
2274
|
"none",
|
|
2250
|
-
|
|
2251
|
-
|
|
2275
|
+
Q,
|
|
2276
|
+
J
|
|
2252
2277
|
]
|
|
2253
2278
|
}],
|
|
2254
2279
|
/**
|
|
@@ -2263,56 +2288,56 @@ const cc = (e) => /* @__PURE__ */ p("svg", { width: "1em", height: "1em", viewBo
|
|
|
2263
2288
|
* @see https://tailwindcss.com/docs/backdrop-brightness
|
|
2264
2289
|
*/
|
|
2265
2290
|
"backdrop-brightness": [{
|
|
2266
|
-
"backdrop-brightness": [pe,
|
|
2291
|
+
"backdrop-brightness": [pe, Q, J]
|
|
2267
2292
|
}],
|
|
2268
2293
|
/**
|
|
2269
2294
|
* Backdrop Contrast
|
|
2270
2295
|
* @see https://tailwindcss.com/docs/backdrop-contrast
|
|
2271
2296
|
*/
|
|
2272
2297
|
"backdrop-contrast": [{
|
|
2273
|
-
"backdrop-contrast": [pe,
|
|
2298
|
+
"backdrop-contrast": [pe, Q, J]
|
|
2274
2299
|
}],
|
|
2275
2300
|
/**
|
|
2276
2301
|
* Backdrop Grayscale
|
|
2277
2302
|
* @see https://tailwindcss.com/docs/backdrop-grayscale
|
|
2278
2303
|
*/
|
|
2279
2304
|
"backdrop-grayscale": [{
|
|
2280
|
-
"backdrop-grayscale": ["", pe,
|
|
2305
|
+
"backdrop-grayscale": ["", pe, Q, J]
|
|
2281
2306
|
}],
|
|
2282
2307
|
/**
|
|
2283
2308
|
* Backdrop Hue Rotate
|
|
2284
2309
|
* @see https://tailwindcss.com/docs/backdrop-hue-rotate
|
|
2285
2310
|
*/
|
|
2286
2311
|
"backdrop-hue-rotate": [{
|
|
2287
|
-
"backdrop-hue-rotate": [pe,
|
|
2312
|
+
"backdrop-hue-rotate": [pe, Q, J]
|
|
2288
2313
|
}],
|
|
2289
2314
|
/**
|
|
2290
2315
|
* Backdrop Invert
|
|
2291
2316
|
* @see https://tailwindcss.com/docs/backdrop-invert
|
|
2292
2317
|
*/
|
|
2293
2318
|
"backdrop-invert": [{
|
|
2294
|
-
"backdrop-invert": ["", pe,
|
|
2319
|
+
"backdrop-invert": ["", pe, Q, J]
|
|
2295
2320
|
}],
|
|
2296
2321
|
/**
|
|
2297
2322
|
* Backdrop Opacity
|
|
2298
2323
|
* @see https://tailwindcss.com/docs/backdrop-opacity
|
|
2299
2324
|
*/
|
|
2300
2325
|
"backdrop-opacity": [{
|
|
2301
|
-
"backdrop-opacity": [pe,
|
|
2326
|
+
"backdrop-opacity": [pe, Q, J]
|
|
2302
2327
|
}],
|
|
2303
2328
|
/**
|
|
2304
2329
|
* Backdrop Saturate
|
|
2305
2330
|
* @see https://tailwindcss.com/docs/backdrop-saturate
|
|
2306
2331
|
*/
|
|
2307
2332
|
"backdrop-saturate": [{
|
|
2308
|
-
"backdrop-saturate": [pe,
|
|
2333
|
+
"backdrop-saturate": [pe, Q, J]
|
|
2309
2334
|
}],
|
|
2310
2335
|
/**
|
|
2311
2336
|
* Backdrop Sepia
|
|
2312
2337
|
* @see https://tailwindcss.com/docs/backdrop-sepia
|
|
2313
2338
|
*/
|
|
2314
2339
|
"backdrop-sepia": [{
|
|
2315
|
-
"backdrop-sepia": ["", pe,
|
|
2340
|
+
"backdrop-sepia": ["", pe, Q, J]
|
|
2316
2341
|
}],
|
|
2317
2342
|
// --------------
|
|
2318
2343
|
// --- Tables ---
|
|
@@ -2367,7 +2392,7 @@ const cc = (e) => /* @__PURE__ */ p("svg", { width: "1em", height: "1em", viewBo
|
|
|
2367
2392
|
* @see https://tailwindcss.com/docs/transition-property
|
|
2368
2393
|
*/
|
|
2369
2394
|
transition: [{
|
|
2370
|
-
transition: ["", "all", "colors", "opacity", "shadow", "transform", "none",
|
|
2395
|
+
transition: ["", "all", "colors", "opacity", "shadow", "transform", "none", Q, J]
|
|
2371
2396
|
}],
|
|
2372
2397
|
/**
|
|
2373
2398
|
* Transition Behavior
|
|
@@ -2381,28 +2406,28 @@ const cc = (e) => /* @__PURE__ */ p("svg", { width: "1em", height: "1em", viewBo
|
|
|
2381
2406
|
* @see https://tailwindcss.com/docs/transition-duration
|
|
2382
2407
|
*/
|
|
2383
2408
|
duration: [{
|
|
2384
|
-
duration: [pe, "initial",
|
|
2409
|
+
duration: [pe, "initial", Q, J]
|
|
2385
2410
|
}],
|
|
2386
2411
|
/**
|
|
2387
2412
|
* Transition Timing Function
|
|
2388
2413
|
* @see https://tailwindcss.com/docs/transition-timing-function
|
|
2389
2414
|
*/
|
|
2390
2415
|
ease: [{
|
|
2391
|
-
ease: ["linear", "initial", _,
|
|
2416
|
+
ease: ["linear", "initial", _, Q, J]
|
|
2392
2417
|
}],
|
|
2393
2418
|
/**
|
|
2394
2419
|
* Transition Delay
|
|
2395
2420
|
* @see https://tailwindcss.com/docs/transition-delay
|
|
2396
2421
|
*/
|
|
2397
2422
|
delay: [{
|
|
2398
|
-
delay: [pe,
|
|
2423
|
+
delay: [pe, Q, J]
|
|
2399
2424
|
}],
|
|
2400
2425
|
/**
|
|
2401
2426
|
* Animation
|
|
2402
2427
|
* @see https://tailwindcss.com/docs/animation
|
|
2403
2428
|
*/
|
|
2404
2429
|
animate: [{
|
|
2405
|
-
animate: ["none", g,
|
|
2430
|
+
animate: ["none", g, Q, J]
|
|
2406
2431
|
}],
|
|
2407
2432
|
// ------------------
|
|
2408
2433
|
// --- Transforms ---
|
|
@@ -2419,7 +2444,7 @@ const cc = (e) => /* @__PURE__ */ p("svg", { width: "1em", height: "1em", viewBo
|
|
|
2419
2444
|
* @see https://tailwindcss.com/docs/perspective
|
|
2420
2445
|
*/
|
|
2421
2446
|
perspective: [{
|
|
2422
|
-
perspective: [x,
|
|
2447
|
+
perspective: [x, Q, J]
|
|
2423
2448
|
}],
|
|
2424
2449
|
/**
|
|
2425
2450
|
* Perspective Origin
|
|
@@ -2515,7 +2540,7 @@ const cc = (e) => /* @__PURE__ */ p("svg", { width: "1em", height: "1em", viewBo
|
|
|
2515
2540
|
* @see https://tailwindcss.com/docs/transform
|
|
2516
2541
|
*/
|
|
2517
2542
|
transform: [{
|
|
2518
|
-
transform: [
|
|
2543
|
+
transform: [Q, J, "", "none", "gpu", "cpu"]
|
|
2519
2544
|
}],
|
|
2520
2545
|
/**
|
|
2521
2546
|
* Transform Origin
|
|
@@ -2600,7 +2625,7 @@ const cc = (e) => /* @__PURE__ */ p("svg", { width: "1em", height: "1em", viewBo
|
|
|
2600
2625
|
* @see https://tailwindcss.com/docs/cursor
|
|
2601
2626
|
*/
|
|
2602
2627
|
cursor: [{
|
|
2603
|
-
cursor: ["auto", "default", "pointer", "wait", "text", "move", "help", "not-allowed", "none", "context-menu", "progress", "cell", "crosshair", "vertical-text", "alias", "copy", "no-drop", "grab", "grabbing", "all-scroll", "col-resize", "row-resize", "n-resize", "e-resize", "s-resize", "w-resize", "ne-resize", "nw-resize", "se-resize", "sw-resize", "ew-resize", "ns-resize", "nesw-resize", "nwse-resize", "zoom-in", "zoom-out",
|
|
2628
|
+
cursor: ["auto", "default", "pointer", "wait", "text", "move", "help", "not-allowed", "none", "context-menu", "progress", "cell", "crosshair", "vertical-text", "alias", "copy", "no-drop", "grab", "grabbing", "all-scroll", "col-resize", "row-resize", "n-resize", "e-resize", "s-resize", "w-resize", "ne-resize", "nw-resize", "se-resize", "sw-resize", "ew-resize", "ns-resize", "nesw-resize", "nwse-resize", "zoom-in", "zoom-out", Q, J]
|
|
2604
2629
|
}],
|
|
2605
2630
|
/**
|
|
2606
2631
|
* Field Sizing
|
|
@@ -2822,7 +2847,7 @@ const cc = (e) => /* @__PURE__ */ p("svg", { width: "1em", height: "1em", viewBo
|
|
|
2822
2847
|
* @see https://tailwindcss.com/docs/will-change
|
|
2823
2848
|
*/
|
|
2824
2849
|
"will-change": [{
|
|
2825
|
-
"will-change": ["auto", "scroll", "contents", "transform",
|
|
2850
|
+
"will-change": ["auto", "scroll", "contents", "transform", Q, J]
|
|
2826
2851
|
}],
|
|
2827
2852
|
// -----------
|
|
2828
2853
|
// --- SVG ---
|
|
@@ -2920,21 +2945,21 @@ const cc = (e) => /* @__PURE__ */ p("svg", { width: "1em", height: "1em", viewBo
|
|
|
2920
2945
|
experimentalParseClassName: o,
|
|
2921
2946
|
extend: n = {},
|
|
2922
2947
|
override: i = {}
|
|
2923
|
-
}) => (
|
|
2948
|
+
}) => (Xt(e, "cacheSize", r), Xt(e, "prefix", t), Xt(e, "experimentalParseClassName", o), hr(e.theme, i.theme), hr(e.classGroups, i.classGroups), hr(e.conflictingClassGroups, i.conflictingClassGroups), hr(e.conflictingClassGroupModifiers, i.conflictingClassGroupModifiers), Xt(e, "orderSensitiveModifiers", i.orderSensitiveModifiers), gr(e.theme, n.theme), gr(e.classGroups, n.classGroups), gr(e.conflictingClassGroups, n.conflictingClassGroups), gr(e.conflictingClassGroupModifiers, n.conflictingClassGroupModifiers), Ia(e, n, "orderSensitiveModifiers"), e), Xt = (e, r, t) => {
|
|
2924
2949
|
t !== void 0 && (e[r] = t);
|
|
2925
|
-
},
|
|
2950
|
+
}, hr = (e, r) => {
|
|
2926
2951
|
if (r)
|
|
2927
2952
|
for (const t in r)
|
|
2928
|
-
|
|
2929
|
-
},
|
|
2953
|
+
Xt(e, t, r[t]);
|
|
2954
|
+
}, gr = (e, r) => {
|
|
2930
2955
|
if (r)
|
|
2931
2956
|
for (const t in r)
|
|
2932
|
-
|
|
2933
|
-
},
|
|
2957
|
+
Ia(e, r, t);
|
|
2958
|
+
}, Ia = (e, r, t) => {
|
|
2934
2959
|
const o = r[t];
|
|
2935
2960
|
o !== void 0 && (e[t] = e[t] ? e[t].concat(o) : o);
|
|
2936
2961
|
}, sd = (e, ...r) => typeof e == "function" ? Qn(ri, e, ...r) : Qn(() => ad(ri(), e), ...r);
|
|
2937
|
-
function
|
|
2962
|
+
function ka(e) {
|
|
2938
2963
|
return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
|
|
2939
2964
|
}
|
|
2940
2965
|
var oi = { exports: {} };
|
|
@@ -2977,7 +3002,7 @@ function ld() {
|
|
|
2977
3002
|
})(oi)), oi.exports;
|
|
2978
3003
|
}
|
|
2979
3004
|
var cd = ld();
|
|
2980
|
-
const dd = /* @__PURE__ */
|
|
3005
|
+
const dd = /* @__PURE__ */ ka(cd), ud = sd({
|
|
2981
3006
|
extend: {
|
|
2982
3007
|
classGroups: {
|
|
2983
3008
|
"font-size": ["text-xxs", "text-xs", "text-s", "text-sm", "text-base", "text-lg", "text-xl", "text-2xl", "text-3xl", "text-4xl", "text-5xl", "text-6xl", "text-7xl", "text-8xl", "text-9xl"],
|
|
@@ -3001,7 +3026,7 @@ const dd = /* @__PURE__ */ Ea(cd), ud = sd({
|
|
|
3001
3026
|
function R(...e) {
|
|
3002
3027
|
return ud(dd(e));
|
|
3003
3028
|
}
|
|
3004
|
-
const
|
|
3029
|
+
const ar = {
|
|
3005
3030
|
sm: {
|
|
3006
3031
|
checkbox: "size-4",
|
|
3007
3032
|
hoverSquare: "size-2.5",
|
|
@@ -3064,7 +3089,7 @@ const sr = {
|
|
|
3064
3089
|
const { isChecked: o, isIndeterminate: n, isDisabled: i, isInvalid: a } = t, s = o || n;
|
|
3065
3090
|
return R(
|
|
3066
3091
|
pd,
|
|
3067
|
-
|
|
3092
|
+
ar[e].checkbox,
|
|
3068
3093
|
{ "cursor-pointer": !i },
|
|
3069
3094
|
a ? {
|
|
3070
3095
|
// Invalid state uses negative color scheme
|
|
@@ -3090,7 +3115,7 @@ const sr = {
|
|
|
3090
3115
|
}, gd = (e, r, t) => {
|
|
3091
3116
|
const { isDisabled: o, isInvalid: n } = t;
|
|
3092
3117
|
return R(
|
|
3093
|
-
|
|
3118
|
+
ar[e].text,
|
|
3094
3119
|
n ? {
|
|
3095
3120
|
[Ue.negative.label]: n
|
|
3096
3121
|
} : {
|
|
@@ -3101,15 +3126,15 @@ const sr = {
|
|
|
3101
3126
|
);
|
|
3102
3127
|
}, vd = (e) => R(
|
|
3103
3128
|
"inline-flex items-center ws-group",
|
|
3104
|
-
|
|
3129
|
+
ar[e].spacing
|
|
3105
3130
|
), fd = (e, r, t) => R(
|
|
3106
3131
|
"center-absolute rounded-xs transition-all duration-200 opacity-0 ws-checkbox-hover-target",
|
|
3107
|
-
|
|
3132
|
+
ar[e].hoverSquare,
|
|
3108
3133
|
{
|
|
3109
3134
|
[Ue.negative.hoverSquare]: t,
|
|
3110
3135
|
[Ue[r].hoverSquare]: !t
|
|
3111
3136
|
}
|
|
3112
|
-
), md = (e) => `${
|
|
3137
|
+
), md = (e) => `${ar[e].icon}`, bd = (e) => /* @__PURE__ */ p(
|
|
3113
3138
|
"svg",
|
|
3114
3139
|
{
|
|
3115
3140
|
className: `absolute inset-0 ${e.className}`,
|
|
@@ -3154,8 +3179,8 @@ const sr = {
|
|
|
3154
3179
|
isDisabled: r,
|
|
3155
3180
|
isInvalid: t
|
|
3156
3181
|
}, f = hd(n, i, w), O = gd(n, i, w), M = vd(n), y = fd(n, i, t), D = md(n);
|
|
3157
|
-
return /* @__PURE__ */
|
|
3158
|
-
/* @__PURE__ */
|
|
3182
|
+
return /* @__PURE__ */ Z("label", { "data-qui": "Checkbox", className: M, children: [
|
|
3183
|
+
/* @__PURE__ */ Z("div", { className: f, children: [
|
|
3159
3184
|
/* @__PURE__ */ p(
|
|
3160
3185
|
"input",
|
|
3161
3186
|
{
|
|
@@ -3175,10 +3200,10 @@ const sr = {
|
|
|
3175
3200
|
...I
|
|
3176
3201
|
}
|
|
3177
3202
|
),
|
|
3178
|
-
b && /* @__PURE__ */ p("div", { className: "center-absolute", children: g ? /* @__PURE__ */ p(bd, { className: D }) : /* @__PURE__ */ p(
|
|
3203
|
+
b && /* @__PURE__ */ p("div", { className: "center-absolute", children: g ? /* @__PURE__ */ p(bd, { className: D }) : /* @__PURE__ */ p(dc, { className: D }) }),
|
|
3179
3204
|
!b && !r && /* @__PURE__ */ p("div", { className: y })
|
|
3180
3205
|
] }),
|
|
3181
|
-
e && /* @__PURE__ */
|
|
3206
|
+
e && /* @__PURE__ */ Z("span", { className: O, children: [
|
|
3182
3207
|
e,
|
|
3183
3208
|
o && /* @__PURE__ */ p("span", { className: "text-negative ml-1", children: "*" })
|
|
3184
3209
|
] })
|
|
@@ -3186,7 +3211,7 @@ const sr = {
|
|
|
3186
3211
|
}
|
|
3187
3212
|
);
|
|
3188
3213
|
wd.displayName = "Checkbox";
|
|
3189
|
-
const
|
|
3214
|
+
const sr = {
|
|
3190
3215
|
sm: {
|
|
3191
3216
|
container: "gap-2",
|
|
3192
3217
|
radio: "size-3",
|
|
@@ -3208,7 +3233,7 @@ const lr = {
|
|
|
3208
3233
|
dot: "size-4",
|
|
3209
3234
|
hoverDot: "size-3"
|
|
3210
3235
|
}
|
|
3211
|
-
},
|
|
3236
|
+
}, er = {
|
|
3212
3237
|
primary: {
|
|
3213
3238
|
radio: "border-body-light group-hover:border-body",
|
|
3214
3239
|
radioInvalid: "border-negative",
|
|
@@ -3245,9 +3270,9 @@ const lr = {
|
|
|
3245
3270
|
const { isDisabled: o, isInvalid: n } = t;
|
|
3246
3271
|
return R(
|
|
3247
3272
|
xd,
|
|
3248
|
-
|
|
3249
|
-
n ?
|
|
3250
|
-
[
|
|
3273
|
+
sr[e].radio,
|
|
3274
|
+
n ? er[r].radioInvalid : {
|
|
3275
|
+
[er[r].radio]: !o,
|
|
3251
3276
|
"cursor-not-allowed opacity-60": o
|
|
3252
3277
|
}
|
|
3253
3278
|
);
|
|
@@ -3255,9 +3280,9 @@ const lr = {
|
|
|
3255
3280
|
const { checked: o, isDisabled: n, isInvalid: i } = t;
|
|
3256
3281
|
return R(
|
|
3257
3282
|
"center-absolute rounded-full transition-all duration-200 ease-in-out",
|
|
3258
|
-
|
|
3283
|
+
sr[e].dot,
|
|
3259
3284
|
i ? "bg-negative" : {
|
|
3260
|
-
[
|
|
3285
|
+
[er[r].dot]: !n,
|
|
3261
3286
|
"border-neutral": n,
|
|
3262
3287
|
"opacity-0 scale-0": !o,
|
|
3263
3288
|
"opacity-100 scale-100": o && !n
|
|
@@ -3265,28 +3290,28 @@ const lr = {
|
|
|
3265
3290
|
);
|
|
3266
3291
|
}, kd = (e, r, t) => R(
|
|
3267
3292
|
"center-absolute rounded-full transition-all duration-200 opacity-0 group-hover:opacity-100",
|
|
3268
|
-
|
|
3293
|
+
sr[e].hoverDot,
|
|
3269
3294
|
{
|
|
3270
|
-
[
|
|
3295
|
+
[er[r].hoverDot]: !t,
|
|
3271
3296
|
"bg-negative-bg": t
|
|
3272
3297
|
}
|
|
3273
3298
|
), Ed = (e) => R(
|
|
3274
3299
|
"cursor-pointer select-none transition-colors duration-200",
|
|
3275
|
-
|
|
3300
|
+
sr[e].label
|
|
3276
3301
|
), Sd = (e, r, t, o) => {
|
|
3277
3302
|
const { isDisabled: n, isInvalid: i } = t;
|
|
3278
3303
|
return R(
|
|
3279
3304
|
"inline-flex items-center group",
|
|
3280
|
-
|
|
3305
|
+
sr[e].container,
|
|
3281
3306
|
i ? {
|
|
3282
3307
|
"text-negative": i
|
|
3283
3308
|
} : {
|
|
3284
|
-
[
|
|
3309
|
+
[er[r].label]: !n,
|
|
3285
3310
|
"text-muted": n
|
|
3286
3311
|
},
|
|
3287
3312
|
o
|
|
3288
3313
|
);
|
|
3289
|
-
}, Od =
|
|
3314
|
+
}, Od = ct(null), _d = () => {
|
|
3290
3315
|
const e = xt(Od);
|
|
3291
3316
|
if (!e)
|
|
3292
3317
|
throw new Error("Radio.Item must be used within Radio.Group");
|
|
@@ -3310,8 +3335,8 @@ const lr = {
|
|
|
3310
3335
|
}, g = yd(u, h, _), b = Id(u, h, _), w = kd(u, h, k), f = Ed(u), O = Sd(u, h, _, s), M = () => {
|
|
3311
3336
|
I || d.onChange(e);
|
|
3312
3337
|
};
|
|
3313
|
-
return /* @__PURE__ */
|
|
3314
|
-
/* @__PURE__ */
|
|
3338
|
+
return /* @__PURE__ */ Z("label", { "data-qui": "RadioItem", className: O, children: [
|
|
3339
|
+
/* @__PURE__ */ Z("div", { className: R("relative", { hidden: d.hideIndicator }), children: [
|
|
3315
3340
|
/* @__PURE__ */ p(
|
|
3316
3341
|
"input",
|
|
3317
3342
|
{
|
|
@@ -3329,12 +3354,12 @@ const lr = {
|
|
|
3329
3354
|
...l
|
|
3330
3355
|
}
|
|
3331
3356
|
),
|
|
3332
|
-
/* @__PURE__ */
|
|
3357
|
+
/* @__PURE__ */ Z("div", { className: g, children: [
|
|
3333
3358
|
/* @__PURE__ */ p("div", { className: b }),
|
|
3334
3359
|
!m && !I && /* @__PURE__ */ p("div", { className: w })
|
|
3335
3360
|
] })
|
|
3336
3361
|
] }),
|
|
3337
|
-
r && /* @__PURE__ */
|
|
3362
|
+
r && /* @__PURE__ */ Z("span", { className: f, children: [
|
|
3338
3363
|
r,
|
|
3339
3364
|
x && /* @__PURE__ */ p("span", { className: "text-negative ml-1", children: "*" })
|
|
3340
3365
|
] })
|
|
@@ -3342,7 +3367,7 @@ const lr = {
|
|
|
3342
3367
|
}
|
|
3343
3368
|
);
|
|
3344
3369
|
Nd.displayName = "RadioItem";
|
|
3345
|
-
const
|
|
3370
|
+
const Ea = {
|
|
3346
3371
|
sm: {
|
|
3347
3372
|
container: "h-4.5 p-1 rounded",
|
|
3348
3373
|
text: "text-xxs"
|
|
@@ -3471,7 +3496,7 @@ const Sa = {
|
|
|
3471
3496
|
}
|
|
3472
3497
|
}
|
|
3473
3498
|
}, zd = (e, r, t, o) => {
|
|
3474
|
-
const n =
|
|
3499
|
+
const n = Ea[e], i = Dd[t], a = R(
|
|
3475
3500
|
"inline-flex items-center justify-center font-medium transition-colors duration-200 focus:outline-hidden border",
|
|
3476
3501
|
{ "cursor-pointer": !o },
|
|
3477
3502
|
n.container
|
|
@@ -3491,8 +3516,8 @@ const Sa = {
|
|
|
3491
3516
|
);
|
|
3492
3517
|
}, Cd = (e) => R(
|
|
3493
3518
|
"flex items-center justify-center gap-1",
|
|
3494
|
-
|
|
3495
|
-
),
|
|
3519
|
+
Ea[e].text
|
|
3520
|
+
), st = ke(
|
|
3496
3521
|
({
|
|
3497
3522
|
size: e = "md",
|
|
3498
3523
|
variant: r = "solid",
|
|
@@ -3518,9 +3543,9 @@ const Sa = {
|
|
|
3518
3543
|
}
|
|
3519
3544
|
)
|
|
3520
3545
|
);
|
|
3521
|
-
|
|
3522
|
-
const
|
|
3523
|
-
const e = xt(
|
|
3546
|
+
st.displayName = "Button";
|
|
3547
|
+
const Sa = ct(null), lr = () => {
|
|
3548
|
+
const e = xt(Sa);
|
|
3524
3549
|
if (!e)
|
|
3525
3550
|
throw new Error("Input components must be used within Input.Root");
|
|
3526
3551
|
return e;
|
|
@@ -3671,8 +3696,8 @@ function Vr(e) {
|
|
|
3671
3696
|
var r = typeof e;
|
|
3672
3697
|
return e != null && (r == "object" || r == "function");
|
|
3673
3698
|
}
|
|
3674
|
-
var Vd = typeof global == "object" && global && global.Object === Object && global, Ld = typeof self == "object" && self && self.Object === Object && self,
|
|
3675
|
-
return
|
|
3699
|
+
var Vd = typeof global == "object" && global && global.Object === Object && global, Ld = typeof self == "object" && self && self.Object === Object && self, Oa = Vd || Ld || Function("return this")(), lo = function() {
|
|
3700
|
+
return Oa.Date.now();
|
|
3676
3701
|
}, Bd = /\s/;
|
|
3677
3702
|
function Fd(e) {
|
|
3678
3703
|
for (var r = e.length; r-- && Bd.test(e.charAt(r)); )
|
|
@@ -3683,7 +3708,7 @@ var jd = /^\s+/;
|
|
|
3683
3708
|
function Wd(e) {
|
|
3684
3709
|
return e && e.slice(0, Fd(e) + 1).replace(jd, "");
|
|
3685
3710
|
}
|
|
3686
|
-
var Lr =
|
|
3711
|
+
var Lr = Oa.Symbol, _a = Object.prototype, $d = _a.hasOwnProperty, Kd = _a.toString, Ut = Lr ? Lr.toStringTag : void 0;
|
|
3687
3712
|
function qd(e) {
|
|
3688
3713
|
var r = $d.call(e, Ut), t = e[Ut];
|
|
3689
3714
|
try {
|
|
@@ -3698,9 +3723,9 @@ var Gd = Object.prototype, Ud = Gd.toString;
|
|
|
3698
3723
|
function Yd(e) {
|
|
3699
3724
|
return Ud.call(e);
|
|
3700
3725
|
}
|
|
3701
|
-
var
|
|
3726
|
+
var Zd = "[object Null]", Xd = "[object Undefined]", ai = Lr ? Lr.toStringTag : void 0;
|
|
3702
3727
|
function Jd(e) {
|
|
3703
|
-
return e == null ? e === void 0 ?
|
|
3728
|
+
return e == null ? e === void 0 ? Xd : Zd : ai && ai in Object(e) ? qd(e) : Yd(e);
|
|
3704
3729
|
}
|
|
3705
3730
|
function Qd(e) {
|
|
3706
3731
|
return e != null && typeof e == "object";
|
|
@@ -3726,7 +3751,7 @@ function li(e) {
|
|
|
3726
3751
|
return t || nu.test(e) ? iu(e.slice(2), t ? 2 : 8) : ru.test(e) ? si : +e;
|
|
3727
3752
|
}
|
|
3728
3753
|
var au = "Expected a function", su = Math.max, lu = Math.min;
|
|
3729
|
-
function
|
|
3754
|
+
function Or(e, r, t) {
|
|
3730
3755
|
var o, n, i, a, s, l, c = 0, d = !1, u = !1, h = !0;
|
|
3731
3756
|
if (typeof e != "function")
|
|
3732
3757
|
throw new TypeError(au);
|
|
@@ -3778,7 +3803,7 @@ function du(e, r, t) {
|
|
|
3778
3803
|
var o = !0, n = !0;
|
|
3779
3804
|
if (typeof e != "function")
|
|
3780
3805
|
throw new TypeError(cu);
|
|
3781
|
-
return Vr(t) && (o = "leading" in t ? !!t.leading : o, n = "trailing" in t ? !!t.trailing : n),
|
|
3806
|
+
return Vr(t) && (o = "leading" in t ? !!t.leading : o, n = "trailing" in t ? !!t.trailing : n), Or(e, r, {
|
|
3782
3807
|
leading: o,
|
|
3783
3808
|
maxWait: r,
|
|
3784
3809
|
trailing: n
|
|
@@ -3793,13 +3818,13 @@ var At = function() {
|
|
|
3793
3818
|
return e;
|
|
3794
3819
|
}, At.apply(this, arguments);
|
|
3795
3820
|
};
|
|
3796
|
-
function
|
|
3821
|
+
function Na(e) {
|
|
3797
3822
|
return !e || !e.ownerDocument || !e.ownerDocument.defaultView ? window : e.ownerDocument.defaultView;
|
|
3798
3823
|
}
|
|
3799
|
-
function
|
|
3824
|
+
function Da(e) {
|
|
3800
3825
|
return !e || !e.ownerDocument ? document : e.ownerDocument;
|
|
3801
3826
|
}
|
|
3802
|
-
var
|
|
3827
|
+
var za = function(e) {
|
|
3803
3828
|
var r = {}, t = Array.prototype.reduce.call(e, function(o, n) {
|
|
3804
3829
|
var i = n.name.match(/data-simplebar-(.+)/);
|
|
3805
3830
|
if (i) {
|
|
@@ -3824,27 +3849,27 @@ var Ca = function(e) {
|
|
|
3824
3849
|
}, r);
|
|
3825
3850
|
return t;
|
|
3826
3851
|
};
|
|
3827
|
-
function
|
|
3852
|
+
function Ca(e, r) {
|
|
3828
3853
|
var t;
|
|
3829
3854
|
e && (t = e.classList).add.apply(t, r.split(" "));
|
|
3830
3855
|
}
|
|
3831
|
-
function
|
|
3856
|
+
function Ma(e, r) {
|
|
3832
3857
|
e && r.split(" ").forEach(function(t) {
|
|
3833
3858
|
e.classList.remove(t);
|
|
3834
3859
|
});
|
|
3835
3860
|
}
|
|
3836
|
-
function
|
|
3861
|
+
function Ra(e) {
|
|
3837
3862
|
return ".".concat(e.split(" ").join("."));
|
|
3838
3863
|
}
|
|
3839
3864
|
var Po = !!(typeof window < "u" && window.document && window.document.createElement), uu = /* @__PURE__ */ Object.freeze({
|
|
3840
3865
|
__proto__: null,
|
|
3841
|
-
addClasses:
|
|
3866
|
+
addClasses: Ca,
|
|
3842
3867
|
canUseDOM: Po,
|
|
3843
|
-
classNamesToQuery:
|
|
3844
|
-
getElementDocument:
|
|
3845
|
-
getElementWindow:
|
|
3846
|
-
getOptions:
|
|
3847
|
-
removeClasses:
|
|
3868
|
+
classNamesToQuery: Ra,
|
|
3869
|
+
getElementDocument: Da,
|
|
3870
|
+
getElementWindow: Na,
|
|
3871
|
+
getOptions: za,
|
|
3872
|
+
removeClasses: Ma
|
|
3848
3873
|
}), Tt = null, ci = null;
|
|
3849
3874
|
Po && window.addEventListener("resize", function() {
|
|
3850
3875
|
ci !== window.devicePixelRatio && (ci = window.devicePixelRatio, Tt = null);
|
|
@@ -3860,7 +3885,7 @@ function di() {
|
|
|
3860
3885
|
}
|
|
3861
3886
|
return Tt;
|
|
3862
3887
|
}
|
|
3863
|
-
var vt =
|
|
3888
|
+
var vt = Na, co = Da, pu = za, ft = Ca, mt = Ma, je = Ra, Yt = (
|
|
3864
3889
|
/** @class */
|
|
3865
3890
|
(function() {
|
|
3866
3891
|
function e(r, t) {
|
|
@@ -3941,7 +3966,7 @@ var vt = Da, co = za, pu = Ca, ft = Ma, mt = Ra, je = Ta, Yt = (
|
|
|
3941
3966
|
}
|
|
3942
3967
|
}, typeof this.el != "object" || !this.el.nodeName)
|
|
3943
3968
|
throw new Error("Argument passed to SimpleBar must be an HTML element instead of ".concat(this.el));
|
|
3944
|
-
this.onMouseMove = du(this._onMouseMove, 64), this.onWindowResize =
|
|
3969
|
+
this.onMouseMove = du(this._onMouseMove, 64), this.onWindowResize = Or(this._onWindowResize, 64, { leading: !0 }), this.onStopScrolling = Or(this._onStopScrolling, this.stopScrollDelay), this.onMouseEntered = Or(this._onMouseEntered, this.stopScrollDelay), this.init();
|
|
3945
3970
|
}
|
|
3946
3971
|
return e.getRtlHelpers = function() {
|
|
3947
3972
|
if (e.rtlHelpers)
|
|
@@ -4112,14 +4137,14 @@ var vt = Da, co = za, pu = Ca, ft = Ma, mt = Ra, je = Ta, Yt = (
|
|
|
4112
4137
|
autoHide: !0
|
|
4113
4138
|
}, e.getOptions = pu, e.helpers = uu, e;
|
|
4114
4139
|
})()
|
|
4115
|
-
),
|
|
4116
|
-
return
|
|
4140
|
+
), qe = function() {
|
|
4141
|
+
return qe = Object.assign || function(e) {
|
|
4117
4142
|
for (var r, t = 1, o = arguments.length; t < o; t++) {
|
|
4118
4143
|
r = arguments[t];
|
|
4119
4144
|
for (var n in r) Object.prototype.hasOwnProperty.call(r, n) && (e[n] = r[n]);
|
|
4120
4145
|
}
|
|
4121
4146
|
return e;
|
|
4122
|
-
},
|
|
4147
|
+
}, qe.apply(this, arguments);
|
|
4123
4148
|
};
|
|
4124
4149
|
function hu(e, r) {
|
|
4125
4150
|
var t = {};
|
|
@@ -4134,10 +4159,10 @@ var Ao = Ne.forwardRef(function(e, r) {
|
|
|
4134
4159
|
Object.keys(i).forEach(function(I) {
|
|
4135
4160
|
Object.prototype.hasOwnProperty.call(Yt.defaultOptions, I) ? c[I] = i[I] : d[I] = i[I];
|
|
4136
4161
|
});
|
|
4137
|
-
var u =
|
|
4162
|
+
var u = qe(qe({}, Yt.defaultOptions.classNames), c.classNames), h = qe(qe({}, n), { className: "".concat(u.contentWrapper).concat(n.className ? " ".concat(n.className) : ""), tabIndex: c.tabIndex || Yt.defaultOptions.tabIndex, role: "region", "aria-label": c.ariaLabel || Yt.defaultOptions.ariaLabel });
|
|
4138
4163
|
return Ne.useEffect(function() {
|
|
4139
4164
|
var I;
|
|
4140
|
-
return s.current = h.ref ? h.ref.current : s.current, a.current && (I = new Yt(a.current,
|
|
4165
|
+
return s.current = h.ref ? h.ref.current : s.current, a.current && (I = new Yt(a.current, qe(qe(qe({}, c), s.current && {
|
|
4141
4166
|
scrollableNode: s.current
|
|
4142
4167
|
}), l.current && {
|
|
4143
4168
|
contentNode: l.current
|
|
@@ -4146,7 +4171,7 @@ var Ao = Ne.forwardRef(function(e, r) {
|
|
|
4146
4171
|
};
|
|
4147
4172
|
}, []), Ne.createElement(
|
|
4148
4173
|
"div",
|
|
4149
|
-
|
|
4174
|
+
qe({ "data-simplebar": "init", ref: a }, d),
|
|
4150
4175
|
Ne.createElement(
|
|
4151
4176
|
"div",
|
|
4152
4177
|
{ className: u.wrapper },
|
|
@@ -4160,7 +4185,7 @@ var Ao = Ne.forwardRef(function(e, r) {
|
|
|
4160
4185
|
{ className: u.mask },
|
|
4161
4186
|
Ne.createElement("div", { className: u.offset }, typeof t == "function" ? t({
|
|
4162
4187
|
scrollableNodeRef: s,
|
|
4163
|
-
scrollableNodeProps:
|
|
4188
|
+
scrollableNodeProps: qe(qe({}, h), { ref: s }),
|
|
4164
4189
|
contentNodeRef: l,
|
|
4165
4190
|
contentNodeProps: {
|
|
4166
4191
|
className: u.contentEl,
|
|
@@ -4168,7 +4193,7 @@ var Ao = Ne.forwardRef(function(e, r) {
|
|
|
4168
4193
|
}
|
|
4169
4194
|
}) : Ne.createElement(
|
|
4170
4195
|
"div",
|
|
4171
|
-
|
|
4196
|
+
qe({}, h),
|
|
4172
4197
|
Ne.createElement("div", { className: u.contentEl }, t)
|
|
4173
4198
|
))
|
|
4174
4199
|
),
|
|
@@ -4187,7 +4212,7 @@ var Ao = Ne.forwardRef(function(e, r) {
|
|
|
4187
4212
|
);
|
|
4188
4213
|
});
|
|
4189
4214
|
Ao.displayName = "SimpleBar";
|
|
4190
|
-
const
|
|
4215
|
+
const Ta = ke(
|
|
4191
4216
|
({
|
|
4192
4217
|
size: e = "md",
|
|
4193
4218
|
color: r = "primary",
|
|
@@ -4209,7 +4234,7 @@ const Pa = ke(
|
|
|
4209
4234
|
hasArea: u,
|
|
4210
4235
|
setHasArea: h
|
|
4211
4236
|
};
|
|
4212
|
-
return /* @__PURE__ */ p(
|
|
4237
|
+
return /* @__PURE__ */ p(Sa.Provider, { value: I, children: /* @__PURE__ */ p(
|
|
4213
4238
|
"div",
|
|
4214
4239
|
{
|
|
4215
4240
|
ref: l,
|
|
@@ -4220,7 +4245,7 @@ const Pa = ke(
|
|
|
4220
4245
|
}
|
|
4221
4246
|
) });
|
|
4222
4247
|
}
|
|
4223
|
-
),
|
|
4248
|
+
), Pa = ke(
|
|
4224
4249
|
({ className: e, children: r, ...t }, o) => {
|
|
4225
4250
|
const {
|
|
4226
4251
|
size: n,
|
|
@@ -4230,7 +4255,7 @@ const Pa = ke(
|
|
|
4230
4255
|
hasMessage: l,
|
|
4231
4256
|
hasArea: c,
|
|
4232
4257
|
isInvalid: d
|
|
4233
|
-
} =
|
|
4258
|
+
} = lr();
|
|
4234
4259
|
return /* @__PURE__ */ p(
|
|
4235
4260
|
"div",
|
|
4236
4261
|
{
|
|
@@ -4253,7 +4278,7 @@ const Pa = ke(
|
|
|
4253
4278
|
}
|
|
4254
4279
|
);
|
|
4255
4280
|
}
|
|
4256
|
-
),
|
|
4281
|
+
), Aa = ke(
|
|
4257
4282
|
({ className: e, ...r }, t) => {
|
|
4258
4283
|
const {
|
|
4259
4284
|
size: o,
|
|
@@ -4261,7 +4286,7 @@ const Pa = ke(
|
|
|
4261
4286
|
isInvalid: i,
|
|
4262
4287
|
isDisabled: a,
|
|
4263
4288
|
isReadOnly: s
|
|
4264
|
-
} =
|
|
4289
|
+
} = lr(), { isDisabled: l, isReadOnly: c, ...d } = r;
|
|
4265
4290
|
return /* @__PURE__ */ p(
|
|
4266
4291
|
"input",
|
|
4267
4292
|
{
|
|
@@ -4283,7 +4308,7 @@ const Pa = ke(
|
|
|
4283
4308
|
isDisabled: l,
|
|
4284
4309
|
isReadOnly: c,
|
|
4285
4310
|
setHasArea: d
|
|
4286
|
-
} =
|
|
4311
|
+
} = lr(), u = de(null), h = n || u, I = de(null);
|
|
4287
4312
|
ce(() => (d(!0), () => {
|
|
4288
4313
|
d(!1);
|
|
4289
4314
|
}), [d]);
|
|
@@ -4312,7 +4337,7 @@ const Pa = ke(
|
|
|
4312
4337
|
};
|
|
4313
4338
|
document.addEventListener("mousemove", D), document.addEventListener("mouseup", F);
|
|
4314
4339
|
};
|
|
4315
|
-
return /* @__PURE__ */
|
|
4340
|
+
return /* @__PURE__ */ Z(
|
|
4316
4341
|
"div",
|
|
4317
4342
|
{
|
|
4318
4343
|
ref: I,
|
|
@@ -4361,7 +4386,7 @@ const Pa = ke(
|
|
|
4361
4386
|
}
|
|
4362
4387
|
);
|
|
4363
4388
|
}
|
|
4364
|
-
),
|
|
4389
|
+
), Ha = ke(
|
|
4365
4390
|
({
|
|
4366
4391
|
isAction: e = !1,
|
|
4367
4392
|
className: r,
|
|
@@ -4370,7 +4395,7 @@ const Pa = ke(
|
|
|
4370
4395
|
children: n,
|
|
4371
4396
|
...i
|
|
4372
4397
|
}, a) => {
|
|
4373
|
-
const { size: s, color: l, isDisabled: c } =
|
|
4398
|
+
const { size: s, color: l, isDisabled: c } = lr(), d = t || c, u = Pd({
|
|
4374
4399
|
size: s,
|
|
4375
4400
|
color: l,
|
|
4376
4401
|
isDisabled: d,
|
|
@@ -4391,9 +4416,9 @@ const Pa = ke(
|
|
|
4391
4416
|
}
|
|
4392
4417
|
);
|
|
4393
4418
|
}
|
|
4394
|
-
),
|
|
4419
|
+
), Va = ke(
|
|
4395
4420
|
({ icon: e, usePortal: r = !1, className: t, children: o, ...n }, i) => {
|
|
4396
|
-
const { size: a, color: s, setHasMessage: l, isDisabled: c } =
|
|
4421
|
+
const { size: a, color: s, setHasMessage: l, isDisabled: c } = lr(), d = de(null), u = de("bottom"), [h, I] = Ie(null);
|
|
4397
4422
|
ce(() => (l(!0), () => l(!1)), [l]), ce(() => {
|
|
4398
4423
|
if (!r || !d.current) return;
|
|
4399
4424
|
const m = d.current, _ = m.closest(
|
|
@@ -4418,7 +4443,7 @@ const Pa = ke(
|
|
|
4418
4443
|
O.disconnect(), window.removeEventListener("resize", f), window.removeEventListener("scroll", f, !0);
|
|
4419
4444
|
};
|
|
4420
4445
|
}, [r]);
|
|
4421
|
-
const k = u.current, x = /* @__PURE__ */
|
|
4446
|
+
const k = u.current, x = /* @__PURE__ */ Z(
|
|
4422
4447
|
"div",
|
|
4423
4448
|
{
|
|
4424
4449
|
ref: i,
|
|
@@ -4441,7 +4466,7 @@ const Pa = ke(
|
|
|
4441
4466
|
]
|
|
4442
4467
|
}
|
|
4443
4468
|
);
|
|
4444
|
-
return r ? /* @__PURE__ */
|
|
4469
|
+
return r ? /* @__PURE__ */ Z(wt, { children: [
|
|
4445
4470
|
/* @__PURE__ */ p("span", { ref: d, style: { display: "none" } }),
|
|
4446
4471
|
h && Ur(
|
|
4447
4472
|
/* @__PURE__ */ p(
|
|
@@ -4464,19 +4489,19 @@ const Pa = ke(
|
|
|
4464
4489
|
] }) : x;
|
|
4465
4490
|
}
|
|
4466
4491
|
);
|
|
4467
|
-
|
|
4468
|
-
|
|
4469
|
-
|
|
4492
|
+
Ta.displayName = "InputRoot";
|
|
4493
|
+
Pa.displayName = "InputGroup";
|
|
4494
|
+
Aa.displayName = "InputField";
|
|
4470
4495
|
gu.displayName = "InputArea";
|
|
4471
|
-
|
|
4472
|
-
|
|
4473
|
-
const
|
|
4474
|
-
Root:
|
|
4475
|
-
Group:
|
|
4476
|
-
Field:
|
|
4477
|
-
Icon:
|
|
4478
|
-
Message:
|
|
4479
|
-
},
|
|
4496
|
+
Ha.displayName = "InputIcon";
|
|
4497
|
+
Va.displayName = "InputMessage";
|
|
4498
|
+
const Zt = {
|
|
4499
|
+
Root: Ta,
|
|
4500
|
+
Group: Pa,
|
|
4501
|
+
Field: Aa,
|
|
4502
|
+
Icon: Ha,
|
|
4503
|
+
Message: Va
|
|
4504
|
+
}, tr = {
|
|
4480
4505
|
primary: {
|
|
4481
4506
|
container: "bg-primary-light",
|
|
4482
4507
|
text: "text-primary-dark",
|
|
@@ -4503,16 +4528,16 @@ const Xt = {
|
|
|
4503
4528
|
}
|
|
4504
4529
|
}, vu = ({ color: e }) => R(
|
|
4505
4530
|
"min-h-6 absolute py-0.5 px-1 rounded whitespace-nowrap flex items-center gap-1",
|
|
4506
|
-
|
|
4507
|
-
|
|
4531
|
+
tr[e].container,
|
|
4532
|
+
tr[e].icon
|
|
4508
4533
|
), fu = ({ color: e }) => R(
|
|
4509
4534
|
"text-xs font-medium leading-3",
|
|
4510
|
-
|
|
4535
|
+
tr[e].text
|
|
4511
4536
|
), mu = ({ color: e }) => R(
|
|
4512
4537
|
"p-0.5 rounded cursor-pointer",
|
|
4513
|
-
|
|
4514
|
-
|
|
4515
|
-
),
|
|
4538
|
+
tr[e].button,
|
|
4539
|
+
tr[e].icon
|
|
4540
|
+
), $e = ({
|
|
4516
4541
|
label: e,
|
|
4517
4542
|
color: r = "primary",
|
|
4518
4543
|
position: t = "up",
|
|
@@ -4796,7 +4821,7 @@ const Xt = {
|
|
|
4796
4821
|
window.removeEventListener("resize", v), window.removeEventListener("scroll", E, !0), y();
|
|
4797
4822
|
};
|
|
4798
4823
|
}, [h, M]);
|
|
4799
|
-
const le = c || (typeof document < "u" ? document.body : null), $ = h && !d && !!e, he = /* @__PURE__ */
|
|
4824
|
+
const le = c || (typeof document < "u" ? document.body : null), $ = h && !d && !!e, he = /* @__PURE__ */ Z(
|
|
4800
4825
|
"div",
|
|
4801
4826
|
{
|
|
4802
4827
|
ref: b,
|
|
@@ -4824,14 +4849,14 @@ const Xt = {
|
|
|
4824
4849
|
onClick: U,
|
|
4825
4850
|
className: mu({ color: r }),
|
|
4826
4851
|
role: "button",
|
|
4827
|
-
children: /* @__PURE__ */ p(
|
|
4852
|
+
children: /* @__PURE__ */ p(ir, {})
|
|
4828
4853
|
}
|
|
4829
4854
|
)
|
|
4830
4855
|
]
|
|
4831
4856
|
}
|
|
4832
4857
|
);
|
|
4833
|
-
return /* @__PURE__ */
|
|
4834
|
-
/* @__PURE__ */
|
|
4858
|
+
return /* @__PURE__ */ Z(wt, { children: [
|
|
4859
|
+
/* @__PURE__ */ Z(
|
|
4835
4860
|
"div",
|
|
4836
4861
|
{
|
|
4837
4862
|
"data-qui": "Tooltip",
|
|
@@ -4900,7 +4925,7 @@ var fi;
|
|
|
4900
4925
|
e[e.Uninitialized = 0] = "Uninitialized", e[e.Initializing = 1] = "Initializing", e[e.Initialized = 2] = "Initialized";
|
|
4901
4926
|
})(fi || (fi = {}));
|
|
4902
4927
|
Ye.Down, Ye.Right, Ye.Up, Ye.Left;
|
|
4903
|
-
const
|
|
4928
|
+
const La = {
|
|
4904
4929
|
sm: {
|
|
4905
4930
|
padding: "px-4 py-0.5",
|
|
4906
4931
|
text: "text-xxs",
|
|
@@ -4988,7 +5013,7 @@ const Ba = {
|
|
|
4988
5013
|
}
|
|
4989
5014
|
}
|
|
4990
5015
|
}, xu = (e, r, t, o) => {
|
|
4991
|
-
const n = wu[e], i =
|
|
5016
|
+
const n = wu[e], i = La[r], a = "relative inline-flex items-center font-medium cursor-pointer transition-all duration-200";
|
|
4992
5017
|
return o ? R(
|
|
4993
5018
|
a,
|
|
4994
5019
|
i.padding,
|
|
@@ -5017,11 +5042,11 @@ const Ba = {
|
|
|
5017
5042
|
);
|
|
5018
5043
|
}, yu = (e, r) => R(
|
|
5019
5044
|
"flex items-center justify-center",
|
|
5020
|
-
|
|
5045
|
+
La[e].icon,
|
|
5021
5046
|
{
|
|
5022
5047
|
"opacity-50": r
|
|
5023
5048
|
}
|
|
5024
|
-
), Iu = () => R("whitespace-nowrap"),
|
|
5049
|
+
), Iu = () => R("whitespace-nowrap"), Ba = (e, r) => {
|
|
5025
5050
|
const t = R(
|
|
5026
5051
|
"group flex items-center justify-between space-x-4",
|
|
5027
5052
|
"rounded-t px-2 text-xs",
|
|
@@ -5039,7 +5064,7 @@ const Ba = {
|
|
|
5039
5064
|
"border border-transparent bg-tab-inactive-bg text-tab-inactive-fg",
|
|
5040
5065
|
"hover:text-tab-active-fg"
|
|
5041
5066
|
);
|
|
5042
|
-
}, ku =
|
|
5067
|
+
}, ku = ct(void 0), Eu = Ot.forwardRef(
|
|
5043
5068
|
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
|
5044
5069
|
({ value: e, label: r, icon: t, disabled: o, children: n, className: i, onClick: a, active: s, onClose: l, closable: c, touched: d, content: u, renderTab: h, ...I }, k) => {
|
|
5045
5070
|
const x = xt(ku);
|
|
@@ -5051,14 +5076,14 @@ const Ba = {
|
|
|
5051
5076
|
"div",
|
|
5052
5077
|
{
|
|
5053
5078
|
"data-qui": "FileTabItem",
|
|
5054
|
-
className: R(
|
|
5079
|
+
className: R(Ba(M, !1), "cursor-pointer", i),
|
|
5055
5080
|
onClick: (F) => !y && D(F),
|
|
5056
|
-
children: n || /* @__PURE__ */ p(wt, { children: /* @__PURE__ */
|
|
5081
|
+
children: n || /* @__PURE__ */ p(wt, { children: /* @__PURE__ */ Z("span", { className: "flex items-center gap-2", children: [
|
|
5057
5082
|
t,
|
|
5058
5083
|
/* @__PURE__ */ p("span", { children: r })
|
|
5059
5084
|
] }) })
|
|
5060
5085
|
}
|
|
5061
|
-
) : /* @__PURE__ */
|
|
5086
|
+
) : /* @__PURE__ */ Z(
|
|
5062
5087
|
"button",
|
|
5063
5088
|
{
|
|
5064
5089
|
ref: k,
|
|
@@ -5080,7 +5105,7 @@ const Ba = {
|
|
|
5080
5105
|
}
|
|
5081
5106
|
);
|
|
5082
5107
|
Eu.displayName = "TabItem";
|
|
5083
|
-
const Su = Ot.forwardRef(({ isActive: e = !1, isDesactive: r = !1, children: t, ...o }, n) => /* @__PURE__ */ p("div", { "data-qui": "TabNavContainer", className:
|
|
5108
|
+
const Su = Ot.forwardRef(({ isActive: e = !1, isDesactive: r = !1, children: t, ...o }, n) => /* @__PURE__ */ p("div", { "data-qui": "TabNavContainer", className: Ba(e, r), ref: n, ...o, children: t }));
|
|
5084
5109
|
Su.displayName = "TabNavContainer";
|
|
5085
5110
|
var Me = function() {
|
|
5086
5111
|
return Me = Object.assign || function(e) {
|
|
@@ -5102,7 +5127,7 @@ var Me = function() {
|
|
|
5102
5127
|
top: "0px",
|
|
5103
5128
|
left: "0px",
|
|
5104
5129
|
cursor: "col-resize"
|
|
5105
|
-
},
|
|
5130
|
+
}, vr = {
|
|
5106
5131
|
width: "20px",
|
|
5107
5132
|
height: "20px",
|
|
5108
5133
|
position: "absolute",
|
|
@@ -5112,11 +5137,11 @@ var Me = function() {
|
|
|
5112
5137
|
right: Me(Me({}, bi), { left: void 0, right: "-5px" }),
|
|
5113
5138
|
bottom: Me(Me({}, mi), { top: void 0, bottom: "-5px" }),
|
|
5114
5139
|
left: Me(Me({}, bi), { left: "-5px" }),
|
|
5115
|
-
topRight: Me(Me({},
|
|
5116
|
-
bottomRight: Me(Me({},
|
|
5117
|
-
bottomLeft: Me(Me({},
|
|
5118
|
-
topLeft: Me(Me({},
|
|
5119
|
-
}, _u =
|
|
5140
|
+
topRight: Me(Me({}, vr), { right: "-10px", top: "-10px", cursor: "ne-resize" }),
|
|
5141
|
+
bottomRight: Me(Me({}, vr), { right: "-10px", bottom: "-10px", cursor: "se-resize" }),
|
|
5142
|
+
bottomLeft: Me(Me({}, vr), { left: "-10px", bottom: "-10px", cursor: "sw-resize" }),
|
|
5143
|
+
topLeft: Me(Me({}, vr), { left: "-10px", top: "-10px", cursor: "nw-resize" })
|
|
5144
|
+
}, _u = Pl(function(e) {
|
|
5120
5145
|
var r = e.onResizeStart, t = e.direction, o = e.children, n = e.replaceStyles, i = e.className, a = W(function(c) {
|
|
5121
5146
|
r(c, t);
|
|
5122
5147
|
}, [r, t]), s = W(function(c) {
|
|
@@ -5153,14 +5178,14 @@ var Me = function() {
|
|
|
5153
5178
|
}, Du = {
|
|
5154
5179
|
width: "auto",
|
|
5155
5180
|
height: "auto"
|
|
5156
|
-
},
|
|
5181
|
+
}, fr = function(e, r, t) {
|
|
5157
5182
|
return Math.max(Math.min(e, t), r);
|
|
5158
5183
|
}, wi = function(e, r, t) {
|
|
5159
5184
|
var o = Math.round(e / r);
|
|
5160
5185
|
return o * r + t * (o - 1);
|
|
5161
5186
|
}, Ct = function(e, r) {
|
|
5162
5187
|
return new RegExp(e, "i").test(r);
|
|
5163
|
-
},
|
|
5188
|
+
}, mr = function(e) {
|
|
5164
5189
|
return !!(e.touches && e.touches.length);
|
|
5165
5190
|
}, zu = function(e) {
|
|
5166
5191
|
return !!((e.clientX || e.clientX === 0) && (e.clientY || e.clientY === 0));
|
|
@@ -5172,7 +5197,7 @@ var Me = function() {
|
|
|
5172
5197
|
return t === 0 || n < t ? r[o] : e;
|
|
5173
5198
|
}, uo = function(e) {
|
|
5174
5199
|
return e = e.toString(), e === "auto" || e.endsWith("px") || e.endsWith("%") || e.endsWith("vh") || e.endsWith("vw") || e.endsWith("vmax") || e.endsWith("vmin") ? e : "".concat(e, "px");
|
|
5175
|
-
},
|
|
5200
|
+
}, br = function(e, r, t, o) {
|
|
5176
5201
|
if (e && typeof e == "string") {
|
|
5177
5202
|
if (e.endsWith("px"))
|
|
5178
5203
|
return Number(e.replace("px", ""));
|
|
@@ -5191,7 +5216,7 @@ var Me = function() {
|
|
|
5191
5216
|
}
|
|
5192
5217
|
return e;
|
|
5193
5218
|
}, Cu = function(e, r, t, o, n, i, a) {
|
|
5194
|
-
return o =
|
|
5219
|
+
return o = br(o, e.width, r, t), n = br(n, e.height, r, t), i = br(i, e.width, r, t), a = br(a, e.height, r, t), {
|
|
5195
5220
|
maxWidth: typeof o > "u" ? void 0 : Number(o),
|
|
5196
5221
|
maxHeight: typeof n > "u" ? void 0 : Number(n),
|
|
5197
5222
|
minWidth: typeof i > "u" ? void 0 : Number(i),
|
|
@@ -5373,9 +5398,9 @@ var Me = function() {
|
|
|
5373
5398
|
var a = this.props, s = a.lockAspectRatio, l = a.lockAspectRatioExtraHeight, c = a.lockAspectRatioExtraWidth, d = typeof i.width > "u" ? 10 : i.width, u = typeof n.width > "u" || n.width < 0 ? t : n.width, h = typeof i.height > "u" ? 10 : i.height, I = typeof n.height > "u" || n.height < 0 ? o : n.height, k = l || 0, x = c || 0;
|
|
5374
5399
|
if (s) {
|
|
5375
5400
|
var m = (h - k) * this.ratio + x, _ = (I - k) * this.ratio + x, g = (d - x) / this.ratio + k, b = (u - x) / this.ratio + k, w = Math.max(d, m), f = Math.min(u, _), O = Math.max(h, g), M = Math.min(I, b);
|
|
5376
|
-
t =
|
|
5401
|
+
t = fr(t, w, f), o = fr(o, O, M);
|
|
5377
5402
|
} else
|
|
5378
|
-
t =
|
|
5403
|
+
t = fr(t, d, u), o = fr(o, h, I);
|
|
5379
5404
|
return { newWidth: t, newHeight: o };
|
|
5380
5405
|
}, r.prototype.setBoundingClientRect = function() {
|
|
5381
5406
|
var t = 1 / (this.props.scale || 1);
|
|
@@ -5397,7 +5422,7 @@ var Me = function() {
|
|
|
5397
5422
|
}, r.prototype.onResizeStart = function(t, o) {
|
|
5398
5423
|
if (!(!this.resizable || !this.window)) {
|
|
5399
5424
|
var n = 0, i = 0;
|
|
5400
|
-
if (t.nativeEvent && zu(t.nativeEvent) ? (n = t.nativeEvent.clientX, i = t.nativeEvent.clientY) : t.nativeEvent &&
|
|
5425
|
+
if (t.nativeEvent && zu(t.nativeEvent) ? (n = t.nativeEvent.clientX, i = t.nativeEvent.clientY) : t.nativeEvent && mr(t.nativeEvent) && (n = t.nativeEvent.touches[0].clientX, i = t.nativeEvent.touches[0].clientY), this.props.onResizeStart && this.resizable) {
|
|
5401
5426
|
var a = this.props.onResizeStart(t, o, this.resizable);
|
|
5402
5427
|
if (a === !1)
|
|
5403
5428
|
return;
|
|
@@ -5429,12 +5454,12 @@ var Me = function() {
|
|
|
5429
5454
|
}, r.prototype.onMouseMove = function(t) {
|
|
5430
5455
|
var o = this;
|
|
5431
5456
|
if (!(!this.state.isResizing || !this.resizable || !this.window)) {
|
|
5432
|
-
if (this.window.TouchEvent &&
|
|
5457
|
+
if (this.window.TouchEvent && mr(t))
|
|
5433
5458
|
try {
|
|
5434
5459
|
t.preventDefault(), t.stopPropagation();
|
|
5435
5460
|
} catch {
|
|
5436
5461
|
}
|
|
5437
|
-
var n = this.props, i = n.maxWidth, a = n.maxHeight, s = n.minWidth, l = n.minHeight, c =
|
|
5462
|
+
var n = this.props, i = n.maxWidth, a = n.maxHeight, s = n.minWidth, l = n.minHeight, c = mr(t) ? t.touches[0].clientX : t.clientX, d = mr(t) ? t.touches[0].clientY : t.clientY, u = this.state, h = u.direction, I = u.original, k = u.width, x = u.height, m = this.getParentSize(), _ = Cu(m, this.window.innerWidth, this.window.innerHeight, i, a, s, l);
|
|
5438
5463
|
i = _.maxWidth, a = _.maxHeight, s = _.minWidth, l = _.minHeight;
|
|
5439
5464
|
var g = this.calculateNewSizeFromDirection(c, d), b = g.newHeight, w = g.newWidth, f = this.calculateNewMaxFromBoundary(i, a);
|
|
5440
5465
|
this.props.snap && this.props.snap.x && (w = xi(w, this.props.snap.x, this.props.snapGap)), this.props.snap && this.props.snap.y && (b = xi(b, this.props.snap.y, this.props.snapGap));
|
|
@@ -5504,7 +5529,7 @@ var Me = function() {
|
|
|
5504
5529
|
}, {}), n = at(at(at({ position: "relative", userSelect: this.state.isResizing ? "none" : "auto" }, this.props.style), this.sizeStyle), { maxWidth: this.props.maxWidth, maxHeight: this.props.maxHeight, minWidth: this.props.minWidth, minHeight: this.props.minHeight, boxSizing: "border-box", flexShrink: 0 });
|
|
5505
5530
|
this.state.flexBasis && (n.flexBasis = this.state.flexBasis);
|
|
5506
5531
|
var i = this.props.as || "div";
|
|
5507
|
-
return
|
|
5532
|
+
return Z(i, at({ style: n, className: this.props.className }, o, {
|
|
5508
5533
|
// `ref` is after `extendsProps` to ensure this one wins over a version
|
|
5509
5534
|
// passed in
|
|
5510
5535
|
ref: function(a) {
|
|
@@ -5540,7 +5565,7 @@ var Me = function() {
|
|
|
5540
5565
|
resizeRatio: 1,
|
|
5541
5566
|
snapGap: 0
|
|
5542
5567
|
}, r;
|
|
5543
|
-
})(
|
|
5568
|
+
})(Al)
|
|
5544
5569
|
);
|
|
5545
5570
|
const Pu = {
|
|
5546
5571
|
0: "bg-panel-0",
|
|
@@ -5556,7 +5581,7 @@ const Pu = {
|
|
|
5556
5581
|
positive: "border-positive",
|
|
5557
5582
|
light: "border-panel-border-subtle",
|
|
5558
5583
|
default: "border-panel-border"
|
|
5559
|
-
},
|
|
5584
|
+
}, Fa = ({
|
|
5560
5585
|
depth: e = 0,
|
|
5561
5586
|
className: r,
|
|
5562
5587
|
borderType: t,
|
|
@@ -5612,7 +5637,7 @@ const Pu = {
|
|
|
5612
5637
|
depth: L,
|
|
5613
5638
|
disabled: U
|
|
5614
5639
|
}, re) => {
|
|
5615
|
-
const q =
|
|
5640
|
+
const q = Fa({
|
|
5616
5641
|
depth: L,
|
|
5617
5642
|
className: b,
|
|
5618
5643
|
disabled: U
|
|
@@ -5627,7 +5652,7 @@ const Pu = {
|
|
|
5627
5652
|
height: l ?? "auto"
|
|
5628
5653
|
}
|
|
5629
5654
|
} : {}, $ = de(null);
|
|
5630
|
-
return
|
|
5655
|
+
return Hl(re, () => {
|
|
5631
5656
|
var he;
|
|
5632
5657
|
return (he = $.current) == null ? void 0 : he.resizable;
|
|
5633
5658
|
}), /* @__PURE__ */ p(
|
|
@@ -5688,7 +5713,7 @@ const Mt = {
|
|
|
5688
5713
|
label: "text-base",
|
|
5689
5714
|
gap: "gap-3"
|
|
5690
5715
|
}
|
|
5691
|
-
},
|
|
5716
|
+
}, wr = {
|
|
5692
5717
|
primary: {
|
|
5693
5718
|
bg: "bg-primary",
|
|
5694
5719
|
thumb: "group-hover:bg-primary-light",
|
|
@@ -5722,7 +5747,7 @@ const Mt = {
|
|
|
5722
5747
|
"border border-input-border rounded-full justify-between",
|
|
5723
5748
|
Mt[e].track,
|
|
5724
5749
|
{
|
|
5725
|
-
[
|
|
5750
|
+
[wr[r].bg]: t && !o && !n,
|
|
5726
5751
|
"bg-input-bg": !t && !o || n,
|
|
5727
5752
|
"bg-panel cursor-not-allowed": o,
|
|
5728
5753
|
"cursor-pointer": !o
|
|
@@ -5735,21 +5760,21 @@ const Mt = {
|
|
|
5735
5760
|
Mt[e].thumb,
|
|
5736
5761
|
t ? Mt[e].thumbChecked : Mt[e].thumbUnchecked,
|
|
5737
5762
|
{
|
|
5738
|
-
[
|
|
5763
|
+
[wr[r].thumb]: !o,
|
|
5739
5764
|
"bg-canvas-subtle": o
|
|
5740
5765
|
}
|
|
5741
5766
|
),
|
|
5742
5767
|
iconLeft: R(
|
|
5743
5768
|
"flex items-center justify-center z-10 w-1/2 p-0.5",
|
|
5744
5769
|
{
|
|
5745
|
-
[
|
|
5770
|
+
[wr[r].icon]: !t && !o,
|
|
5746
5771
|
"text-panel-subtle": o || t
|
|
5747
5772
|
}
|
|
5748
5773
|
),
|
|
5749
5774
|
iconRight: R(
|
|
5750
5775
|
"flex items-center justify-center z-10 w-1/2 p-0.5",
|
|
5751
5776
|
{
|
|
5752
|
-
[
|
|
5777
|
+
[wr[r].icon]: t && !o,
|
|
5753
5778
|
"text-panel-subtle": o || !t
|
|
5754
5779
|
}
|
|
5755
5780
|
),
|
|
@@ -5757,7 +5782,7 @@ const Mt = {
|
|
|
5757
5782
|
"cursor-pointer": !o,
|
|
5758
5783
|
"cursor-not-allowed text-muted": o
|
|
5759
5784
|
})
|
|
5760
|
-
}),
|
|
5785
|
+
}), ja = ke(({
|
|
5761
5786
|
label: e,
|
|
5762
5787
|
checked: r,
|
|
5763
5788
|
defaultChecked: t = !1,
|
|
@@ -5782,9 +5807,9 @@ const Mt = {
|
|
|
5782
5807
|
!!a,
|
|
5783
5808
|
l
|
|
5784
5809
|
);
|
|
5785
|
-
return /* @__PURE__ */
|
|
5810
|
+
return /* @__PURE__ */ Z("div", { "data-qui": "Toggle", className: g.container, children: [
|
|
5786
5811
|
e && /* @__PURE__ */ p("label", { htmlFor: c, className: g.label, children: e }),
|
|
5787
|
-
/* @__PURE__ */
|
|
5812
|
+
/* @__PURE__ */ Z(
|
|
5788
5813
|
"button",
|
|
5789
5814
|
{
|
|
5790
5815
|
ref: h,
|
|
@@ -5807,11 +5832,11 @@ const Mt = {
|
|
|
5807
5832
|
)
|
|
5808
5833
|
] });
|
|
5809
5834
|
});
|
|
5810
|
-
|
|
5811
|
-
|
|
5835
|
+
ja.displayName = "Toggle";
|
|
5836
|
+
ct(null);
|
|
5812
5837
|
const Br = Ot.forwardRef(
|
|
5813
5838
|
({ depth: e = 0, className: r, children: t, borderType: o, disabled: n, ...i }, a) => {
|
|
5814
|
-
const s =
|
|
5839
|
+
const s = Fa({
|
|
5815
5840
|
depth: e,
|
|
5816
5841
|
className: r,
|
|
5817
5842
|
borderType: o,
|
|
@@ -5821,7 +5846,7 @@ const Br = Ot.forwardRef(
|
|
|
5821
5846
|
}
|
|
5822
5847
|
);
|
|
5823
5848
|
Br.displayName = "Panel";
|
|
5824
|
-
const
|
|
5849
|
+
const rr = {
|
|
5825
5850
|
sm: {
|
|
5826
5851
|
container: "h-5 px-0.5 gap-1 rounded",
|
|
5827
5852
|
text: "text-xxs leading-3",
|
|
@@ -5840,7 +5865,7 @@ const or = {
|
|
|
5840
5865
|
icon: "text-base",
|
|
5841
5866
|
iconButton: "text-base p-0.5 cursor-pointer"
|
|
5842
5867
|
}
|
|
5843
|
-
},
|
|
5868
|
+
}, _r = {
|
|
5844
5869
|
primary: {
|
|
5845
5870
|
bg: "bg-primary",
|
|
5846
5871
|
text: "text-button-text",
|
|
@@ -5886,29 +5911,29 @@ const or = {
|
|
|
5886
5911
|
}
|
|
5887
5912
|
}, Bu = (e, r, t, o) => R(
|
|
5888
5913
|
"inline-flex items-center justify-center font-medium border",
|
|
5889
|
-
|
|
5890
|
-
|
|
5891
|
-
|
|
5892
|
-
|
|
5893
|
-
|
|
5914
|
+
rr[e].container,
|
|
5915
|
+
_r[r].bg,
|
|
5916
|
+
_r[r].text,
|
|
5917
|
+
_r[r].border,
|
|
5918
|
+
rr[e].text,
|
|
5894
5919
|
{
|
|
5895
5920
|
"opacity-60 pointer-events-none": t,
|
|
5896
5921
|
"cursor-pointer hover:bg-opacity-90 transition-opacity": o && !t
|
|
5897
5922
|
}
|
|
5898
5923
|
), Fu = (e, r, t) => R({
|
|
5899
|
-
[
|
|
5924
|
+
[rr[e].icon]: !t,
|
|
5900
5925
|
"bg-canvas-default outline-canvas-default text-primary": t && r !== "white" || t,
|
|
5901
5926
|
"bg-primary outline-primary text-button-text": t && r === "white" && !t,
|
|
5902
5927
|
"outline-solid outline-1 h-full py-0.5 grid place-items-center -my-1 only:-mx-0.5 first:-ml-1.5 last:-mr-1.5 only:rounded first:rounded-l last:rounded-r": t || t
|
|
5903
|
-
}), ju = (e) => R(
|
|
5928
|
+
}), ju = (e) => R(rr[e].text), Wa = (e, r, t) => R(
|
|
5904
5929
|
"inline-flex items-center justify-center rounded transition-colors duration-200 focus:outline-hidden ",
|
|
5905
|
-
|
|
5906
|
-
|
|
5930
|
+
rr[e].iconButton,
|
|
5931
|
+
_r[r].buttonHover,
|
|
5907
5932
|
{
|
|
5908
5933
|
"pointer-events-none": t
|
|
5909
5934
|
}
|
|
5910
|
-
),
|
|
5911
|
-
const e = xt(
|
|
5935
|
+
), $a = ct(null), Zr = () => {
|
|
5936
|
+
const e = xt($a);
|
|
5912
5937
|
if (!e)
|
|
5913
5938
|
throw new Error("Pill components must be used within a Pill.Root");
|
|
5914
5939
|
return e;
|
|
@@ -5927,7 +5952,7 @@ const or = {
|
|
|
5927
5952
|
color: r,
|
|
5928
5953
|
disabled: n
|
|
5929
5954
|
}, c = !!i;
|
|
5930
|
-
return /* @__PURE__ */ p(
|
|
5955
|
+
return /* @__PURE__ */ p($a.Provider, { value: l, children: /* @__PURE__ */ p(
|
|
5931
5956
|
"div",
|
|
5932
5957
|
{
|
|
5933
5958
|
"data-qui": "Pill",
|
|
@@ -5946,7 +5971,7 @@ const or = {
|
|
|
5946
5971
|
Ho.displayName = "Pill.Root";
|
|
5947
5972
|
const Vo = ke(
|
|
5948
5973
|
({ className: e, children: r, ...t }, o) => {
|
|
5949
|
-
const { size: n } =
|
|
5974
|
+
const { size: n } = Zr();
|
|
5950
5975
|
return /* @__PURE__ */ p(
|
|
5951
5976
|
"span",
|
|
5952
5977
|
{
|
|
@@ -5961,7 +5986,7 @@ const Vo = ke(
|
|
|
5961
5986
|
Vo.displayName = "Pill.Text";
|
|
5962
5987
|
const Lo = ke(
|
|
5963
5988
|
({ className: e, children: r, label: t, position: o, ...n }, i) => {
|
|
5964
|
-
const { size: a, color: s, disabled: l } =
|
|
5989
|
+
const { size: a, color: s, disabled: l } = Zr(), c = !!t, d = /* @__PURE__ */ p(
|
|
5965
5990
|
"span",
|
|
5966
5991
|
{
|
|
5967
5992
|
ref: i,
|
|
@@ -5974,13 +5999,13 @@ const Lo = ke(
|
|
|
5974
5999
|
children: r
|
|
5975
6000
|
}
|
|
5976
6001
|
);
|
|
5977
|
-
return c && !l ? /* @__PURE__ */ p(
|
|
6002
|
+
return c && !l ? /* @__PURE__ */ p($e, { label: t || "", position: o || "up", children: d }) : d;
|
|
5978
6003
|
}
|
|
5979
6004
|
);
|
|
5980
6005
|
Lo.displayName = "Pill.Icon";
|
|
5981
|
-
const
|
|
6006
|
+
const Ka = ke(
|
|
5982
6007
|
({ className: e, children: r, ...t }, o) => {
|
|
5983
|
-
const { size: n, color: i, disabled: a } =
|
|
6008
|
+
const { size: n, color: i, disabled: a } = Zr();
|
|
5984
6009
|
return /* @__PURE__ */ p(
|
|
5985
6010
|
"button",
|
|
5986
6011
|
{
|
|
@@ -5988,7 +6013,7 @@ const qa = ke(
|
|
|
5988
6013
|
type: "button",
|
|
5989
6014
|
disabled: a,
|
|
5990
6015
|
className: R(
|
|
5991
|
-
|
|
6016
|
+
Wa(n, i, a),
|
|
5992
6017
|
e
|
|
5993
6018
|
),
|
|
5994
6019
|
...t,
|
|
@@ -5997,7 +6022,7 @@ const qa = ke(
|
|
|
5997
6022
|
);
|
|
5998
6023
|
}
|
|
5999
6024
|
);
|
|
6000
|
-
|
|
6025
|
+
Ka.displayName = "Pill.Button";
|
|
6001
6026
|
const Bo = ke(
|
|
6002
6027
|
({
|
|
6003
6028
|
className: e,
|
|
@@ -6006,7 +6031,7 @@ const Bo = ke(
|
|
|
6006
6031
|
children: o,
|
|
6007
6032
|
...n
|
|
6008
6033
|
}, i) => {
|
|
6009
|
-
const { size: a, color: s, disabled: l } =
|
|
6034
|
+
const { size: a, color: s, disabled: l } = Zr();
|
|
6010
6035
|
return /* @__PURE__ */ p(
|
|
6011
6036
|
"button",
|
|
6012
6037
|
{
|
|
@@ -6014,19 +6039,19 @@ const Bo = ke(
|
|
|
6014
6039
|
type: "button",
|
|
6015
6040
|
disabled: l,
|
|
6016
6041
|
className: R(
|
|
6017
|
-
|
|
6042
|
+
Wa(a, s, l),
|
|
6018
6043
|
e
|
|
6019
6044
|
),
|
|
6020
6045
|
onClick: r,
|
|
6021
6046
|
"aria-label": t,
|
|
6022
6047
|
...n,
|
|
6023
|
-
children: o || /* @__PURE__ */ p(
|
|
6048
|
+
children: o || /* @__PURE__ */ p(ir, {})
|
|
6024
6049
|
}
|
|
6025
6050
|
);
|
|
6026
6051
|
}
|
|
6027
6052
|
);
|
|
6028
6053
|
Bo.displayName = "Pill.Close";
|
|
6029
|
-
const
|
|
6054
|
+
const qa = ke(
|
|
6030
6055
|
({
|
|
6031
6056
|
size: e = "md",
|
|
6032
6057
|
color: r = "primary",
|
|
@@ -6038,7 +6063,7 @@ const Ga = ke(
|
|
|
6038
6063
|
children: s,
|
|
6039
6064
|
disabled: l = !1,
|
|
6040
6065
|
...c
|
|
6041
|
-
}, d) => /* @__PURE__ */
|
|
6066
|
+
}, d) => /* @__PURE__ */ Z(
|
|
6042
6067
|
Ho,
|
|
6043
6068
|
{
|
|
6044
6069
|
ref: d,
|
|
@@ -6055,12 +6080,12 @@ const Ga = ke(
|
|
|
6055
6080
|
}
|
|
6056
6081
|
)
|
|
6057
6082
|
);
|
|
6058
|
-
|
|
6059
|
-
Object.assign(
|
|
6083
|
+
qa.displayName = "Pill";
|
|
6084
|
+
Object.assign(qa, {
|
|
6060
6085
|
Root: Ho,
|
|
6061
6086
|
Text: Vo,
|
|
6062
6087
|
Icon: Lo,
|
|
6063
|
-
Button:
|
|
6088
|
+
Button: Ka,
|
|
6064
6089
|
Close: Bo
|
|
6065
6090
|
});
|
|
6066
6091
|
function Rt(e, r, t) {
|
|
@@ -6182,7 +6207,7 @@ const Wu = (e, r) => Math.abs(e - r) < 1.01, $u = (e, r, t) => {
|
|
|
6182
6207
|
);
|
|
6183
6208
|
}
|
|
6184
6209
|
return e[t.options.horizontal ? "offsetWidth" : "offsetHeight"];
|
|
6185
|
-
},
|
|
6210
|
+
}, Zu = (e, {
|
|
6186
6211
|
adjustments: r = 0,
|
|
6187
6212
|
behavior: t
|
|
6188
6213
|
}, o) => {
|
|
@@ -6193,7 +6218,7 @@ const Wu = (e, r) => Math.abs(e - r) < 1.01, $u = (e, r, t) => {
|
|
|
6193
6218
|
behavior: t
|
|
6194
6219
|
});
|
|
6195
6220
|
};
|
|
6196
|
-
class
|
|
6221
|
+
class Xu {
|
|
6197
6222
|
constructor(r) {
|
|
6198
6223
|
this.unsubs = [], this.scrollElement = null, this.targetWindow = null, this.isScrolling = !1, this.scrollState = null, this.measurementsCache = [], this.itemSizeCache = /* @__PURE__ */ new Map(), this.laneAssignments = /* @__PURE__ */ new Map(), this.pendingMeasuredCacheIndexes = [], this.prevLanes = void 0, this.lanesChangedFlag = !1, this.lanesSettling = !1, this.scrollRect = null, this.scrollOffset = null, this.scrollDirection = null, this.scrollAdjustments = 0, this.elementsCache = /* @__PURE__ */ new Map(), this.now = () => {
|
|
6199
6224
|
var t, o, n;
|
|
@@ -6484,7 +6509,7 @@ class Zu {
|
|
|
6484
6509
|
const o = this.getMeasurements();
|
|
6485
6510
|
if (o.length !== 0)
|
|
6486
6511
|
return Ii(
|
|
6487
|
-
o[
|
|
6512
|
+
o[Ga(
|
|
6488
6513
|
0,
|
|
6489
6514
|
o.length - 1,
|
|
6490
6515
|
(n) => Ii(o[n]).start,
|
|
@@ -6619,7 +6644,7 @@ class Zu {
|
|
|
6619
6644
|
this.scheduleScrollReconcile();
|
|
6620
6645
|
}
|
|
6621
6646
|
}
|
|
6622
|
-
const
|
|
6647
|
+
const Ga = (e, r, t, o) => {
|
|
6623
6648
|
for (; e <= r; ) {
|
|
6624
6649
|
const n = (e + r) / 2 | 0, i = t(n);
|
|
6625
6650
|
if (i < o)
|
|
@@ -6643,7 +6668,7 @@ function Ju({
|
|
|
6643
6668
|
startIndex: 0,
|
|
6644
6669
|
endIndex: n
|
|
6645
6670
|
};
|
|
6646
|
-
let a =
|
|
6671
|
+
let a = Ga(
|
|
6647
6672
|
0,
|
|
6648
6673
|
n,
|
|
6649
6674
|
i,
|
|
@@ -6679,7 +6704,7 @@ function Qu({
|
|
|
6679
6704
|
e && a ? na(t) : t(), (s = r.onChange) == null || s.call(r, i, a);
|
|
6680
6705
|
}
|
|
6681
6706
|
}, [n] = Ne.useState(
|
|
6682
|
-
() => new
|
|
6707
|
+
() => new Xu(o)
|
|
6683
6708
|
);
|
|
6684
6709
|
return n.setOptions(o), Oi(() => n._didMount(), []), Oi(() => n._willUpdate()), n;
|
|
6685
6710
|
}
|
|
@@ -6687,12 +6712,12 @@ function ep(e) {
|
|
|
6687
6712
|
return Qu({
|
|
6688
6713
|
observeElementRect: Gu,
|
|
6689
6714
|
observeElementOffset: Uu,
|
|
6690
|
-
scrollToFn:
|
|
6715
|
+
scrollToFn: Zu,
|
|
6691
6716
|
...e
|
|
6692
6717
|
});
|
|
6693
6718
|
}
|
|
6694
|
-
const
|
|
6695
|
-
const e = xt(
|
|
6719
|
+
const Ua = ct(null), Te = () => {
|
|
6720
|
+
const e = xt(Ua);
|
|
6696
6721
|
if (!e)
|
|
6697
6722
|
throw new Error(
|
|
6698
6723
|
"Select compound components must be used within Select.Root"
|
|
@@ -6960,7 +6985,7 @@ const Ya = lt(null), Te = () => {
|
|
|
6960
6985
|
iconAction: "text-input-text hover:text-body",
|
|
6961
6986
|
iconActionHover: "hover:text-body hover:bg-input-option-hover-bg"
|
|
6962
6987
|
}
|
|
6963
|
-
},
|
|
6988
|
+
}, Ya = ({
|
|
6964
6989
|
menuOpen: e,
|
|
6965
6990
|
menuPlacement: r,
|
|
6966
6991
|
hasMessage: t,
|
|
@@ -6978,7 +7003,7 @@ const Ya = lt(null), Te = () => {
|
|
|
6978
7003
|
isFocused: i,
|
|
6979
7004
|
menuPlacement: a
|
|
6980
7005
|
}) => {
|
|
6981
|
-
const s = Oe[n ? "negative" : r], l =
|
|
7006
|
+
const s = Oe[n ? "negative" : r], l = Ya({
|
|
6982
7007
|
menuOpen: !!(i && a),
|
|
6983
7008
|
menuPlacement: a,
|
|
6984
7009
|
hasMessage: o,
|
|
@@ -7026,7 +7051,7 @@ const Ya = lt(null), Te = () => {
|
|
|
7026
7051
|
hasGroup: a,
|
|
7027
7052
|
menuPlacement: s
|
|
7028
7053
|
}) => {
|
|
7029
|
-
const l = Oe[n ? "negative" : r], c =
|
|
7054
|
+
const l = Oe[n ? "negative" : r], c = Ya({
|
|
7030
7055
|
menuOpen: !!(o && s),
|
|
7031
7056
|
menuPlacement: s,
|
|
7032
7057
|
hasMessage: i,
|
|
@@ -7229,7 +7254,7 @@ function Oo(e, r) {
|
|
|
7229
7254
|
function kp(e, r) {
|
|
7230
7255
|
e.prototype = Object.create(r.prototype), e.prototype.constructor = e, Oo(e, r);
|
|
7231
7256
|
}
|
|
7232
|
-
var
|
|
7257
|
+
var xr = { exports: {} }, po = { exports: {} }, be = {};
|
|
7233
7258
|
/** @license React v16.13.1
|
|
7234
7259
|
* react-is.production.min.js
|
|
7235
7260
|
*
|
|
@@ -7397,7 +7422,7 @@ function Sp() {
|
|
|
7397
7422
|
})()), xe;
|
|
7398
7423
|
}
|
|
7399
7424
|
var Di;
|
|
7400
|
-
function
|
|
7425
|
+
function Xa() {
|
|
7401
7426
|
return Di || (Di = 1, T.NODE_ENV === "production" ? po.exports = Ep() : po.exports = Sp()), po.exports;
|
|
7402
7427
|
}
|
|
7403
7428
|
/*
|
|
@@ -7459,7 +7484,7 @@ function Fo() {
|
|
|
7459
7484
|
return go = e, go;
|
|
7460
7485
|
}
|
|
7461
7486
|
var Mi, Ri;
|
|
7462
|
-
function
|
|
7487
|
+
function Ja() {
|
|
7463
7488
|
return Ri || (Ri = 1, Mi = Function.call.bind(Object.prototype.hasOwnProperty)), Mi;
|
|
7464
7489
|
}
|
|
7465
7490
|
var vo, Ti;
|
|
@@ -7469,7 +7494,7 @@ function _p() {
|
|
|
7469
7494
|
var e = function() {
|
|
7470
7495
|
};
|
|
7471
7496
|
if (T.NODE_ENV !== "production") {
|
|
7472
|
-
var r = /* @__PURE__ */ Fo(), t = {}, o = /* @__PURE__ */
|
|
7497
|
+
var r = /* @__PURE__ */ Fo(), t = {}, o = /* @__PURE__ */ Ja();
|
|
7473
7498
|
e = function(i) {
|
|
7474
7499
|
var a = "Warning: " + i;
|
|
7475
7500
|
typeof console < "u" && console.error(a);
|
|
@@ -7515,7 +7540,7 @@ var fo, Pi;
|
|
|
7515
7540
|
function Np() {
|
|
7516
7541
|
if (Pi) return fo;
|
|
7517
7542
|
Pi = 1;
|
|
7518
|
-
var e =
|
|
7543
|
+
var e = Xa(), r = Op(), t = /* @__PURE__ */ Fo(), o = /* @__PURE__ */ Ja(), n = /* @__PURE__ */ _p(), i = function() {
|
|
7519
7544
|
};
|
|
7520
7545
|
T.NODE_ENV !== "production" && (i = function(s) {
|
|
7521
7546
|
var l = "Warning: " + s;
|
|
@@ -7882,16 +7907,16 @@ function Dp() {
|
|
|
7882
7907
|
}
|
|
7883
7908
|
var Hi;
|
|
7884
7909
|
function zp() {
|
|
7885
|
-
if (Hi) return
|
|
7910
|
+
if (Hi) return xr.exports;
|
|
7886
7911
|
if (Hi = 1, T.NODE_ENV !== "production") {
|
|
7887
|
-
var e =
|
|
7888
|
-
|
|
7912
|
+
var e = Xa(), r = !0;
|
|
7913
|
+
xr.exports = /* @__PURE__ */ Np()(e.isElement, r);
|
|
7889
7914
|
} else
|
|
7890
|
-
|
|
7891
|
-
return
|
|
7915
|
+
xr.exports = /* @__PURE__ */ Dp()();
|
|
7916
|
+
return xr.exports;
|
|
7892
7917
|
}
|
|
7893
7918
|
var Cp = /* @__PURE__ */ zp();
|
|
7894
|
-
const j = /* @__PURE__ */
|
|
7919
|
+
const j = /* @__PURE__ */ ka(Cp);
|
|
7895
7920
|
var bo = { exports: {} }, we = {};
|
|
7896
7921
|
/**
|
|
7897
7922
|
* @license React
|
|
@@ -8075,7 +8100,7 @@ function Tp() {
|
|
|
8075
8100
|
return Bi || (Bi = 1, T.NODE_ENV === "production" ? bo.exports = Mp() : bo.exports = Rp()), bo.exports;
|
|
8076
8101
|
}
|
|
8077
8102
|
var Fi = Tp();
|
|
8078
|
-
const ji = (e) => typeof e == "object" && e != null && e.nodeType === 1, Wi = (e, r) => (!r || e !== "hidden") && e !== "visible" && e !== "clip",
|
|
8103
|
+
const ji = (e) => typeof e == "object" && e != null && e.nodeType === 1, Wi = (e, r) => (!r || e !== "hidden") && e !== "visible" && e !== "clip", yr = (e, r) => {
|
|
8079
8104
|
if (e.clientHeight < e.scrollHeight || e.clientWidth < e.scrollWidth) {
|
|
8080
8105
|
const t = getComputedStyle(e, null);
|
|
8081
8106
|
return Wi(t.overflowY, r) || Wi(t.overflowX, r) || ((o) => {
|
|
@@ -8091,7 +8116,7 @@ const ji = (e) => typeof e == "object" && e != null && e.nodeType === 1, Wi = (e
|
|
|
8091
8116
|
})(e);
|
|
8092
8117
|
}
|
|
8093
8118
|
return !1;
|
|
8094
|
-
},
|
|
8119
|
+
}, Ir = (e, r, t, o, n, i, a, s) => i < e && a > r || i > e && a < r ? 0 : i <= e && s <= t || a >= r && s >= t ? i - e - o : a > r && s < t || i < e && s > t ? a - r + n : 0, Pp = (e) => e.parentElement ?? (e.getRootNode().host || null), Ap = (e, r) => {
|
|
8095
8120
|
var t, o, n, i;
|
|
8096
8121
|
if (typeof document > "u") return [];
|
|
8097
8122
|
const { inline: a, boundary: s, skipOverflowHiddenElements: l } = r, c = typeof s == "function" ? s : (re) => re !== s;
|
|
@@ -8103,7 +8128,7 @@ const ji = (e) => typeof e == "object" && e != null && e.nodeType === 1, Wi = (e
|
|
|
8103
8128
|
u.push(h);
|
|
8104
8129
|
break;
|
|
8105
8130
|
}
|
|
8106
|
-
h != null && h === document.body &&
|
|
8131
|
+
h != null && h === document.body && yr(h) && !yr(document.documentElement) || h != null && yr(h, l) && u.push(h);
|
|
8107
8132
|
}
|
|
8108
8133
|
const I = (o = (t = window.visualViewport) == null ? void 0 : t.width) != null ? o : innerWidth, k = (i = (n = window.visualViewport) == null ? void 0 : n.height) != null ? i : innerHeight, { scrollX: x, scrollY: m } = window, { height: _, width: g, top: b, right: w, bottom: f, left: O } = e.getBoundingClientRect(), { top: M, right: y, left: D } = ((re) => {
|
|
8109
8134
|
const q = window.getComputedStyle(re);
|
|
@@ -8113,13 +8138,13 @@ const ji = (e) => typeof e == "object" && e != null && e.nodeType === 1, Wi = (e
|
|
|
8113
8138
|
const U = [];
|
|
8114
8139
|
for (let re = 0; re < u.length; re++) {
|
|
8115
8140
|
const q = u[re], { height: se, width: Y, top: le, right: $, bottom: he, left: v } = q.getBoundingClientRect();
|
|
8116
|
-
if (b >= 0 && O >= 0 && f <= k && w <= I && (q === d && !
|
|
8141
|
+
if (b >= 0 && O >= 0 && f <= k && w <= I && (q === d && !yr(q) || b >= le && f <= he && O >= v && w <= $)) return U;
|
|
8117
8142
|
const E = getComputedStyle(q), z = parseInt(E.borderLeftWidth, 10), P = parseInt(E.borderTopWidth, 10), S = parseInt(E.borderRightWidth, 10), H = parseInt(E.borderBottomWidth, 10);
|
|
8118
8143
|
let C = 0, N = 0;
|
|
8119
8144
|
const V = "offsetWidth" in q ? q.offsetWidth - q.clientWidth - z - S : 0, X = "offsetHeight" in q ? q.offsetHeight - q.clientHeight - P - H : 0, G = "offsetWidth" in q ? q.offsetWidth === 0 ? 0 : Y / q.offsetWidth : 0, oe = "offsetHeight" in q ? q.offsetHeight === 0 ? 0 : se / q.offsetHeight : 0;
|
|
8120
|
-
if (d === q) C =
|
|
8145
|
+
if (d === q) C = Ir(m, m + k, k, P, H, m + F, m + F + _, _), N = a === "start" ? L : a === "center" ? L - I / 2 : a === "end" ? L - I : Ir(x, x + I, I, z, S, x + L, x + L + g, g), C = Math.max(0, C + m), N = Math.max(0, N + x);
|
|
8121
8146
|
else {
|
|
8122
|
-
C =
|
|
8147
|
+
C = Ir(le, he, se, P, H + X, F, F + _, _), N = a === "start" ? L - v - z : a === "center" ? L - (v + Y / 2) + V / 2 : a === "end" ? L - $ + S + V : Ir(v, $, Y, z, S + V, L, L + g, g);
|
|
8123
8148
|
const { scrollLeft: A, scrollTop: te } = q;
|
|
8124
8149
|
C = oe === 0 ? 0 : Math.max(0, Math.min(te + C / oe, q.scrollHeight - se / oe + X)), N = G === 0 ? 0 : Math.max(0, Math.min(A + N / G, q.scrollWidth - Y / G + V)), F += te - C, L += A - N;
|
|
8125
8150
|
}
|
|
@@ -8141,7 +8166,7 @@ function $i(e) {
|
|
|
8141
8166
|
}
|
|
8142
8167
|
function Le() {
|
|
8143
8168
|
}
|
|
8144
|
-
function
|
|
8169
|
+
function Qa(e, r) {
|
|
8145
8170
|
if (e) {
|
|
8146
8171
|
var t = Ap(e, {
|
|
8147
8172
|
boundary: r
|
|
@@ -8156,7 +8181,7 @@ function Ki(e, r, t) {
|
|
|
8156
8181
|
var o = e === r || r instanceof t.Node && e.contains && e.contains(r);
|
|
8157
8182
|
return o;
|
|
8158
8183
|
}
|
|
8159
|
-
function
|
|
8184
|
+
function Xr(e, r) {
|
|
8160
8185
|
var t;
|
|
8161
8186
|
function o() {
|
|
8162
8187
|
t && clearTimeout(t);
|
|
@@ -8190,7 +8215,7 @@ function tt() {
|
|
|
8190
8215
|
});
|
|
8191
8216
|
};
|
|
8192
8217
|
}
|
|
8193
|
-
function
|
|
8218
|
+
function es() {
|
|
8194
8219
|
return String(Hp++);
|
|
8195
8220
|
}
|
|
8196
8221
|
function Vp(e) {
|
|
@@ -8203,24 +8228,24 @@ function qi(e, r) {
|
|
|
8203
8228
|
e[0]
|
|
8204
8229
|
) : e, !e && r ? r : e;
|
|
8205
8230
|
}
|
|
8206
|
-
function
|
|
8231
|
+
function ts(e) {
|
|
8207
8232
|
return typeof e.type == "string";
|
|
8208
8233
|
}
|
|
8209
|
-
function
|
|
8234
|
+
function rs(e) {
|
|
8210
8235
|
return e.props;
|
|
8211
8236
|
}
|
|
8212
8237
|
function Lp(e, r) {
|
|
8213
8238
|
console.error('The property "' + r + '" is required in "' + e + '"');
|
|
8214
8239
|
}
|
|
8215
8240
|
var Bp = ["highlightedIndex", "inputValue", "isOpen", "selectedItem", "type"];
|
|
8216
|
-
function
|
|
8241
|
+
function kr(e) {
|
|
8217
8242
|
e === void 0 && (e = {});
|
|
8218
8243
|
var r = {};
|
|
8219
8244
|
return Bp.forEach(function(t) {
|
|
8220
8245
|
e.hasOwnProperty(t) && (r[t] = e[t]);
|
|
8221
8246
|
}), r;
|
|
8222
8247
|
}
|
|
8223
|
-
function
|
|
8248
|
+
function or(e, r) {
|
|
8224
8249
|
return !e || !r ? e : Object.keys(e).reduce(function(t, o) {
|
|
8225
8250
|
return t[o] = Fr(r, o) ? r[o] : e[o], t;
|
|
8226
8251
|
}, {});
|
|
@@ -8272,10 +8297,10 @@ T.NODE_ENV !== "production" && (jo = function(e, r, t) {
|
|
|
8272
8297
|
r[n] !== void 0 && t[n] === void 0 ? console.error('downshift: A component has changed the controlled prop "' + n + '" to be uncontrolled. ' + o) : r[n] === void 0 && t[n] !== void 0 && console.error('downshift: A component has changed the uncontrolled prop "' + n + '" to be controlled. ' + o);
|
|
8273
8298
|
});
|
|
8274
8299
|
});
|
|
8275
|
-
var jp =
|
|
8276
|
-
|
|
8300
|
+
var jp = Xr(function(e) {
|
|
8301
|
+
os(e).textContent = "";
|
|
8277
8302
|
}, 500);
|
|
8278
|
-
function
|
|
8303
|
+
function os(e) {
|
|
8279
8304
|
var r = e.getElementById("a11y-status-message");
|
|
8280
8305
|
return r || (r = e.createElement("div"), r.setAttribute("id", "a11y-status-message"), r.setAttribute("role", "status"), r.setAttribute("aria-live", "polite"), r.setAttribute("aria-relevant", "additions text"), Object.assign(r.style, {
|
|
8281
8306
|
border: "0",
|
|
@@ -8288,9 +8313,9 @@ function ns(e) {
|
|
|
8288
8313
|
width: "1px"
|
|
8289
8314
|
}), e.body.appendChild(r), r);
|
|
8290
8315
|
}
|
|
8291
|
-
function
|
|
8316
|
+
function ns(e, r) {
|
|
8292
8317
|
if (!(!e || !r)) {
|
|
8293
|
-
var t =
|
|
8318
|
+
var t = os(r);
|
|
8294
8319
|
t.textContent = e, jp(r);
|
|
8295
8320
|
}
|
|
8296
8321
|
}
|
|
@@ -8298,30 +8323,30 @@ function Wp(e) {
|
|
|
8298
8323
|
var r = e == null ? void 0 : e.getElementById("a11y-status-message");
|
|
8299
8324
|
r && r.remove();
|
|
8300
8325
|
}
|
|
8301
|
-
var
|
|
8326
|
+
var is = T.NODE_ENV !== "production" ? "__autocomplete_unknown__" : 0, as = T.NODE_ENV !== "production" ? "__autocomplete_mouseup__" : 1, ss = T.NODE_ENV !== "production" ? "__autocomplete_item_mouseenter__" : 2, Nr = T.NODE_ENV !== "production" ? "__autocomplete_keydown_arrow_up__" : 3, Dr = T.NODE_ENV !== "production" ? "__autocomplete_keydown_arrow_down__" : 4, ls = T.NODE_ENV !== "production" ? "__autocomplete_keydown_escape__" : 5, cs = T.NODE_ENV !== "production" ? "__autocomplete_keydown_enter__" : 6, ds = T.NODE_ENV !== "production" ? "__autocomplete_keydown_home__" : 7, us = T.NODE_ENV !== "production" ? "__autocomplete_keydown_end__" : 8, ps = T.NODE_ENV !== "production" ? "__autocomplete_click_item__" : 9, hs = T.NODE_ENV !== "production" ? "__autocomplete_blur_input__" : 10, gs = T.NODE_ENV !== "production" ? "__autocomplete_change_input__" : 11, vs = T.NODE_ENV !== "production" ? "__autocomplete_keydown_space_button__" : 12, _o = T.NODE_ENV !== "production" ? "__autocomplete_click_button__" : 13, fs = T.NODE_ENV !== "production" ? "__autocomplete_blur_button__" : 14, ms = T.NODE_ENV !== "production" ? "__autocomplete_controlled_prop_updated_selected_item__" : 15, bs = T.NODE_ENV !== "production" ? "__autocomplete_touchend__" : 16, $p = /* @__PURE__ */ Object.freeze({
|
|
8302
8327
|
__proto__: null,
|
|
8303
|
-
blurButton:
|
|
8304
|
-
blurInput:
|
|
8305
|
-
changeInput:
|
|
8328
|
+
blurButton: fs,
|
|
8329
|
+
blurInput: hs,
|
|
8330
|
+
changeInput: gs,
|
|
8306
8331
|
clickButton: _o,
|
|
8307
|
-
clickItem:
|
|
8308
|
-
controlledPropUpdatedSelectedItem:
|
|
8309
|
-
itemMouseEnter:
|
|
8310
|
-
keyDownArrowDown:
|
|
8311
|
-
keyDownArrowUp:
|
|
8312
|
-
keyDownEnd:
|
|
8313
|
-
keyDownEnter:
|
|
8314
|
-
keyDownEscape:
|
|
8315
|
-
keyDownHome:
|
|
8316
|
-
keyDownSpaceButton:
|
|
8317
|
-
mouseUp:
|
|
8318
|
-
touchEnd:
|
|
8319
|
-
unknown:
|
|
8320
|
-
}), Kp = ["refKey", "ref"], qp = ["onClick", "onPress", "onKeyDown", "onKeyUp", "onBlur"], Gp = ["onKeyDown", "onBlur", "onChange", "onInput", "onChangeText"], Up = ["refKey", "ref"], Yp = ["onMouseMove", "onMouseDown", "onClick", "onPress", "index", "item"],
|
|
8332
|
+
clickItem: ps,
|
|
8333
|
+
controlledPropUpdatedSelectedItem: ms,
|
|
8334
|
+
itemMouseEnter: ss,
|
|
8335
|
+
keyDownArrowDown: Dr,
|
|
8336
|
+
keyDownArrowUp: Nr,
|
|
8337
|
+
keyDownEnd: us,
|
|
8338
|
+
keyDownEnter: cs,
|
|
8339
|
+
keyDownEscape: ls,
|
|
8340
|
+
keyDownHome: ds,
|
|
8341
|
+
keyDownSpaceButton: vs,
|
|
8342
|
+
mouseUp: as,
|
|
8343
|
+
touchEnd: bs,
|
|
8344
|
+
unknown: is
|
|
8345
|
+
}), Kp = ["refKey", "ref"], qp = ["onClick", "onPress", "onKeyDown", "onKeyUp", "onBlur"], Gp = ["onKeyDown", "onBlur", "onChange", "onInput", "onChangeText"], Up = ["refKey", "ref"], Yp = ["onMouseMove", "onMouseDown", "onClick", "onPress", "index", "item"], Zp = /* @__PURE__ */ (function() {
|
|
8321
8346
|
var e = /* @__PURE__ */ (function(r) {
|
|
8322
8347
|
function t(n) {
|
|
8323
8348
|
var i;
|
|
8324
|
-
i = r.call(this, n) || this, i.id = i.props.id || "downshift-" +
|
|
8349
|
+
i = r.call(this, n) || this, i.id = i.props.id || "downshift-" + es(), i.menuId = i.props.menuId || i.id + "-menu", i.labelId = i.props.labelId || i.id + "-label", i.inputId = i.props.inputId || i.id + "-input", i.getItemId = i.props.getItemId || function(g) {
|
|
8325
8350
|
return i.id + "-item-" + g;
|
|
8326
8351
|
}, i.items = [], i.itemCount = null, i.previousResultCount = 0, i.timeoutIds = [], i.internalSetTimeout = function(g, b) {
|
|
8327
8352
|
var w = setTimeout(function() {
|
|
@@ -8338,7 +8363,7 @@ var as = T.NODE_ENV !== "production" ? "__autocomplete_unknown__" : 0, ss = T.NO
|
|
|
8338
8363
|
var w = i.getItemNodeFromIndex(b);
|
|
8339
8364
|
return w && w.hasAttribute("disabled");
|
|
8340
8365
|
}, i.setHighlightedIndex = function(g, b) {
|
|
8341
|
-
g === void 0 && (g = i.props.defaultHighlightedIndex), b === void 0 && (b = {}), b =
|
|
8366
|
+
g === void 0 && (g = i.props.defaultHighlightedIndex), b === void 0 && (b = {}), b = kr(b), i.internalSetState(ne({
|
|
8342
8367
|
highlightedIndex: g
|
|
8343
8368
|
}, b));
|
|
8344
8369
|
}, i.clearSelection = function(g) {
|
|
@@ -8349,7 +8374,7 @@ var as = T.NODE_ENV !== "production" ? "__autocomplete_unknown__" : 0, ss = T.NO
|
|
|
8349
8374
|
isOpen: i.props.defaultIsOpen
|
|
8350
8375
|
}, g);
|
|
8351
8376
|
}, i.selectItem = function(g, b, w) {
|
|
8352
|
-
b =
|
|
8377
|
+
b = kr(b), i.internalSetState(ne({
|
|
8353
8378
|
isOpen: i.props.defaultIsOpen,
|
|
8354
8379
|
highlightedIndex: i.props.defaultHighlightedIndex,
|
|
8355
8380
|
selectedItem: g,
|
|
@@ -8368,7 +8393,7 @@ var as = T.NODE_ENV !== "production" ? "__autocomplete_unknown__" : 0, ss = T.NO
|
|
|
8368
8393
|
var F = M ? g(y) : g;
|
|
8369
8394
|
F = i.props.stateReducer(y, F), w = F.hasOwnProperty("selectedItem");
|
|
8370
8395
|
var L = {};
|
|
8371
|
-
return w && F.selectedItem !== y.selectedItem && (f = F.selectedItem), (D = F).type || (D.type =
|
|
8396
|
+
return w && F.selectedItem !== y.selectedItem && (f = F.selectedItem), (D = F).type || (D.type = is), Object.keys(F).forEach(function(U) {
|
|
8372
8397
|
y[U] !== F[U] && (O[U] = F[U]), U !== "type" && (F[U], Fr(i.props, U) || (L[U] = F[U]));
|
|
8373
8398
|
}), M && F.hasOwnProperty("inputValue") && i.props.onInputValueChange(F.inputValue, ne({}, i.getStateAndHelpers(), F)), L;
|
|
8374
8399
|
}, function() {
|
|
@@ -8389,12 +8414,12 @@ var as = T.NODE_ENV !== "production" ? "__autocomplete_unknown__" : 0, ss = T.NO
|
|
|
8389
8414
|
if (g.preventDefault(), this.getState().isOpen) {
|
|
8390
8415
|
var w = g.shiftKey ? 5 : 1;
|
|
8391
8416
|
this.moveHighlightedIndex(w, {
|
|
8392
|
-
type:
|
|
8417
|
+
type: Dr
|
|
8393
8418
|
});
|
|
8394
8419
|
} else
|
|
8395
8420
|
this.internalSetState({
|
|
8396
8421
|
isOpen: !0,
|
|
8397
|
-
type:
|
|
8422
|
+
type: Dr
|
|
8398
8423
|
}, function() {
|
|
8399
8424
|
var f = b.getItemCount();
|
|
8400
8425
|
if (f > 0) {
|
|
@@ -8402,7 +8427,7 @@ var as = T.NODE_ENV !== "production" ? "__autocomplete_unknown__" : 0, ss = T.NO
|
|
|
8402
8427
|
length: f
|
|
8403
8428
|
}, b.isItemDisabled, !0);
|
|
8404
8429
|
b.setHighlightedIndex(y, {
|
|
8405
|
-
type:
|
|
8430
|
+
type: Dr
|
|
8406
8431
|
});
|
|
8407
8432
|
}
|
|
8408
8433
|
});
|
|
@@ -8412,12 +8437,12 @@ var as = T.NODE_ENV !== "production" ? "__autocomplete_unknown__" : 0, ss = T.NO
|
|
|
8412
8437
|
if (g.preventDefault(), this.getState().isOpen) {
|
|
8413
8438
|
var w = g.shiftKey ? -5 : -1;
|
|
8414
8439
|
this.moveHighlightedIndex(w, {
|
|
8415
|
-
type:
|
|
8440
|
+
type: Nr
|
|
8416
8441
|
});
|
|
8417
8442
|
} else
|
|
8418
8443
|
this.internalSetState({
|
|
8419
8444
|
isOpen: !0,
|
|
8420
|
-
type:
|
|
8445
|
+
type: Nr
|
|
8421
8446
|
}, function() {
|
|
8422
8447
|
var f = b.getItemCount();
|
|
8423
8448
|
if (f > 0) {
|
|
@@ -8425,7 +8450,7 @@ var as = T.NODE_ENV !== "production" ? "__autocomplete_unknown__" : 0, ss = T.NO
|
|
|
8425
8450
|
length: f
|
|
8426
8451
|
}, b.isItemDisabled, !0);
|
|
8427
8452
|
b.setHighlightedIndex(y, {
|
|
8428
|
-
type:
|
|
8453
|
+
type: Nr
|
|
8429
8454
|
});
|
|
8430
8455
|
}
|
|
8431
8456
|
});
|
|
@@ -8439,14 +8464,14 @@ var as = T.NODE_ENV !== "production" ? "__autocomplete_unknown__" : 0, ss = T.NO
|
|
|
8439
8464
|
if (O == null || M && M.hasAttribute("disabled"))
|
|
8440
8465
|
return;
|
|
8441
8466
|
this.selectHighlightedItem({
|
|
8442
|
-
type:
|
|
8467
|
+
type: cs
|
|
8443
8468
|
});
|
|
8444
8469
|
}
|
|
8445
8470
|
}
|
|
8446
8471
|
},
|
|
8447
8472
|
Escape: function(g) {
|
|
8448
8473
|
g.preventDefault(), this.reset(ne({
|
|
8449
|
-
type:
|
|
8474
|
+
type: ls
|
|
8450
8475
|
}, !this.state.isOpen && {
|
|
8451
8476
|
selectedItem: null,
|
|
8452
8477
|
inputValue: ""
|
|
@@ -8455,7 +8480,7 @@ var as = T.NODE_ENV !== "production" ? "__autocomplete_unknown__" : 0, ss = T.NO
|
|
|
8455
8480
|
}, i.buttonKeyDownHandlers = ne({}, i.keyDownHandlers, {
|
|
8456
8481
|
" ": function(g) {
|
|
8457
8482
|
g.preventDefault(), this.toggleMenu({
|
|
8458
|
-
type:
|
|
8483
|
+
type: vs
|
|
8459
8484
|
});
|
|
8460
8485
|
}
|
|
8461
8486
|
}), i.inputKeyDownHandlers = ne({}, i.keyDownHandlers, {
|
|
@@ -8469,7 +8494,7 @@ var as = T.NODE_ENV !== "production" ? "__autocomplete_unknown__" : 0, ss = T.NO
|
|
|
8469
8494
|
length: f
|
|
8470
8495
|
}, this.isItemDisabled);
|
|
8471
8496
|
this.setHighlightedIndex(O, {
|
|
8472
|
-
type:
|
|
8497
|
+
type: ds
|
|
8473
8498
|
});
|
|
8474
8499
|
}
|
|
8475
8500
|
}
|
|
@@ -8484,7 +8509,7 @@ var as = T.NODE_ENV !== "production" ? "__autocomplete_unknown__" : 0, ss = T.NO
|
|
|
8484
8509
|
length: f
|
|
8485
8510
|
}, this.isItemDisabled);
|
|
8486
8511
|
this.setHighlightedIndex(O, {
|
|
8487
|
-
type:
|
|
8512
|
+
type: us
|
|
8488
8513
|
});
|
|
8489
8514
|
}
|
|
8490
8515
|
}
|
|
@@ -8528,7 +8553,7 @@ var as = T.NODE_ENV !== "production" ? "__autocomplete_unknown__" : 0, ss = T.NO
|
|
|
8528
8553
|
if (!(i.isMouseDown || !i.props.environment)) {
|
|
8529
8554
|
var w = i.props.environment.document.activeElement;
|
|
8530
8555
|
(w == null || w.id !== i.inputId) && w !== b && i.reset({
|
|
8531
|
-
type:
|
|
8556
|
+
type: fs
|
|
8532
8557
|
});
|
|
8533
8558
|
}
|
|
8534
8559
|
});
|
|
@@ -8563,7 +8588,7 @@ var as = T.NODE_ENV !== "production" ? "__autocomplete_unknown__" : 0, ss = T.NO
|
|
|
8563
8588
|
b && i.inputKeyDownHandlers[b] && i.inputKeyDownHandlers[b].call(i, g);
|
|
8564
8589
|
}, i.inputHandleChange = function(g) {
|
|
8565
8590
|
i.internalSetState({
|
|
8566
|
-
type:
|
|
8591
|
+
type: gs,
|
|
8567
8592
|
isOpen: !0,
|
|
8568
8593
|
inputValue: g.target.value,
|
|
8569
8594
|
highlightedIndex: i.props.defaultHighlightedIndex
|
|
@@ -8574,7 +8599,7 @@ var as = T.NODE_ENV !== "production" ? "__autocomplete_unknown__" : 0, ss = T.NO
|
|
|
8574
8599
|
if (!(i.isMouseDown || !i.props.environment)) {
|
|
8575
8600
|
var b = i.props.environment.document.activeElement, w = (b == null || (g = b.dataset) == null ? void 0 : g.toggle) && i._rootNode && i._rootNode.contains(b);
|
|
8576
8601
|
w || i.reset({
|
|
8577
|
-
type:
|
|
8602
|
+
type: hs
|
|
8578
8603
|
});
|
|
8579
8604
|
}
|
|
8580
8605
|
});
|
|
@@ -8597,7 +8622,7 @@ var as = T.NODE_ENV !== "production" ? "__autocomplete_unknown__" : 0, ss = T.NO
|
|
|
8597
8622
|
// can fire on DOM changes, interrupting keyboard navigation
|
|
8598
8623
|
onMouseMove: me(f, function() {
|
|
8599
8624
|
y !== i.getState().highlightedIndex && (i.setHighlightedIndex(y, {
|
|
8600
|
-
type:
|
|
8625
|
+
type: ss
|
|
8601
8626
|
}), i.avoidScrolling = !0, i.internalSetTimeout(function() {
|
|
8602
8627
|
return i.avoidScrolling = !1;
|
|
8603
8628
|
}, 250));
|
|
@@ -8607,7 +8632,7 @@ var as = T.NODE_ENV !== "production" ? "__autocomplete_unknown__" : 0, ss = T.NO
|
|
|
8607
8632
|
})
|
|
8608
8633
|
}, b[U] = me(re, function() {
|
|
8609
8634
|
i.selectItemAtIndex(y, {
|
|
8610
|
-
type:
|
|
8635
|
+
type: ps
|
|
8611
8636
|
});
|
|
8612
8637
|
}), b), se = L.disabled ? {
|
|
8613
8638
|
onMouseDown: q.onMouseDown
|
|
@@ -8620,7 +8645,7 @@ var as = T.NODE_ENV !== "production" ? "__autocomplete_unknown__" : 0, ss = T.NO
|
|
|
8620
8645
|
}, i.clearItems = function() {
|
|
8621
8646
|
i.items = [];
|
|
8622
8647
|
}, i.reset = function(g, b) {
|
|
8623
|
-
g === void 0 && (g = {}), g =
|
|
8648
|
+
g === void 0 && (g = {}), g = kr(g), i.internalSetState(function(w) {
|
|
8624
8649
|
var f = w.selectedItem;
|
|
8625
8650
|
return ne({
|
|
8626
8651
|
isOpen: i.props.defaultIsOpen,
|
|
@@ -8629,7 +8654,7 @@ var as = T.NODE_ENV !== "production" ? "__autocomplete_unknown__" : 0, ss = T.NO
|
|
|
8629
8654
|
}, g);
|
|
8630
8655
|
}, b);
|
|
8631
8656
|
}, i.toggleMenu = function(g, b) {
|
|
8632
|
-
g === void 0 && (g = {}), g =
|
|
8657
|
+
g === void 0 && (g = {}), g = kr(g), i.internalSetState(function(w) {
|
|
8633
8658
|
var f = w.isOpen;
|
|
8634
8659
|
return ne({
|
|
8635
8660
|
isOpen: !f
|
|
@@ -8648,7 +8673,7 @@ var as = T.NODE_ENV !== "production" ? "__autocomplete_unknown__" : 0, ss = T.NO
|
|
|
8648
8673
|
i.internalSetState({
|
|
8649
8674
|
isOpen: !1
|
|
8650
8675
|
}, g);
|
|
8651
|
-
}, i.updateStatus =
|
|
8676
|
+
}, i.updateStatus = Xr(function() {
|
|
8652
8677
|
var g;
|
|
8653
8678
|
if ((g = i.props) != null && (g = g.environment) != null && g.document) {
|
|
8654
8679
|
var b = i.getState(), w = i.items[b.highlightedIndex], f = i.getItemCount(), O = i.props.getA11yStatusMessage(ne({
|
|
@@ -8657,7 +8682,7 @@ var as = T.NODE_ENV !== "production" ? "__autocomplete_unknown__" : 0, ss = T.NO
|
|
|
8657
8682
|
resultCount: f,
|
|
8658
8683
|
highlightedItem: w
|
|
8659
8684
|
}, b));
|
|
8660
|
-
i.previousResultCount = f,
|
|
8685
|
+
i.previousResultCount = f, ns(O, i.props.environment.document);
|
|
8661
8686
|
}
|
|
8662
8687
|
}, 200);
|
|
8663
8688
|
var a = i.props, s = a.defaultHighlightedIndex, l = a.initialHighlightedIndex, c = l === void 0 ? s : l, d = a.defaultIsOpen, u = a.initialIsOpen, h = u === void 0 ? d : u, I = a.initialInputValue, k = I === void 0 ? "" : I, x = a.initialSelectedItem, m = x === void 0 ? null : x, _ = i.getState({
|
|
@@ -8675,7 +8700,7 @@ var as = T.NODE_ENV !== "production" ? "__autocomplete_unknown__" : 0, ss = T.NO
|
|
|
8675
8700
|
clearTimeout(n);
|
|
8676
8701
|
}), this.timeoutIds = [];
|
|
8677
8702
|
}, o.getState = function(n) {
|
|
8678
|
-
return n === void 0 && (n = this.state),
|
|
8703
|
+
return n === void 0 && (n = this.state), or(n, this.props);
|
|
8679
8704
|
}, o.getItemCount = function() {
|
|
8680
8705
|
var n = this.items.length;
|
|
8681
8706
|
return this.itemCount != null ? n = this.itemCount : this.props.itemCount !== void 0 && (n = this.props.itemCount), n;
|
|
@@ -8741,7 +8766,7 @@ var as = T.NODE_ENV !== "production" ? "__autocomplete_unknown__" : 0, ss = T.NO
|
|
|
8741
8766
|
n.isMouseDown = !1;
|
|
8742
8767
|
var h = jr(u.target, [n._rootNode, n._menuNode], n.props.environment);
|
|
8743
8768
|
!h && n.getState().isOpen && n.reset({
|
|
8744
|
-
type:
|
|
8769
|
+
type: as
|
|
8745
8770
|
}, function() {
|
|
8746
8771
|
return n.props.onOuterClick(n.getStateAndHelpers());
|
|
8747
8772
|
});
|
|
@@ -8752,7 +8777,7 @@ var as = T.NODE_ENV !== "production" ? "__autocomplete_unknown__" : 0, ss = T.NO
|
|
|
8752
8777
|
}, c = function(u) {
|
|
8753
8778
|
var h = jr(u.target, [n._rootNode, n._menuNode], n.props.environment, !1);
|
|
8754
8779
|
!n.isTouchMove && !h && n.getState().isOpen && n.reset({
|
|
8755
|
-
type:
|
|
8780
|
+
type: bs
|
|
8756
8781
|
}, function() {
|
|
8757
8782
|
return n.props.onOuterClick(n.getStateAndHelpers());
|
|
8758
8783
|
});
|
|
@@ -8766,7 +8791,7 @@ var as = T.NODE_ENV !== "production" ? "__autocomplete_unknown__" : 0, ss = T.NO
|
|
|
8766
8791
|
return d || u;
|
|
8767
8792
|
}, o.componentDidUpdate = function(n, i) {
|
|
8768
8793
|
T.NODE_ENV !== "production" && (jo(this.state, n, this.props), this.getMenuProps.called && !this.getMenuProps.suppressRefError && Gi(this._menuNode, this.getMenuProps)), Fr(this.props, "selectedItem") && this.props.selectedItemChanged(n.selectedItem, this.props.selectedItem) && this.internalSetState({
|
|
8769
|
-
type:
|
|
8794
|
+
type: ms,
|
|
8770
8795
|
inputValue: this.props.itemToString(this.props.selectedItem)
|
|
8771
8796
|
}), !this.avoidScrolling && this.shouldScroll(i, n) && this.scrollHighlightedItemIntoView(), this.updateStatus();
|
|
8772
8797
|
}, o.componentWillUnmount = function() {
|
|
@@ -8778,13 +8803,13 @@ var as = T.NODE_ENV !== "production" ? "__autocomplete_unknown__" : 0, ss = T.NO
|
|
|
8778
8803
|
if (!i)
|
|
8779
8804
|
return null;
|
|
8780
8805
|
if (this.getRootProps.called || this.props.suppressRefError)
|
|
8781
|
-
return T.NODE_ENV !== "production" && !this.getRootProps.suppressRefError && !this.props.suppressRefError &&
|
|
8782
|
-
if (
|
|
8783
|
-
return /* @__PURE__ */
|
|
8806
|
+
return T.NODE_ENV !== "production" && !this.getRootProps.suppressRefError && !this.props.suppressRefError && Xp(i, this.getRootProps), i;
|
|
8807
|
+
if (ts(i))
|
|
8808
|
+
return /* @__PURE__ */ Vl(i, this.getRootProps(rs(i)));
|
|
8784
8809
|
if (T.NODE_ENV !== "production")
|
|
8785
8810
|
throw new Error("downshift: If you return a non-DOM element, you must apply the getRootProps function");
|
|
8786
8811
|
}, t;
|
|
8787
|
-
})(
|
|
8812
|
+
})(Ll);
|
|
8788
8813
|
return e.defaultProps = {
|
|
8789
8814
|
defaultHighlightedIndex: null,
|
|
8790
8815
|
defaultIsOpen: !1,
|
|
@@ -8809,10 +8834,10 @@ var as = T.NODE_ENV !== "production" ? "__autocomplete_unknown__" : 0, ss = T.NO
|
|
|
8809
8834
|
return t;
|
|
8810
8835
|
},
|
|
8811
8836
|
suppressRefError: !1,
|
|
8812
|
-
scrollIntoView:
|
|
8837
|
+
scrollIntoView: Qa
|
|
8813
8838
|
}, e.stateChangeTypes = $p, e;
|
|
8814
8839
|
})();
|
|
8815
|
-
T.NODE_ENV !== "production" && (
|
|
8840
|
+
T.NODE_ENV !== "production" && (Zp.propTypes = {
|
|
8816
8841
|
children: j.func,
|
|
8817
8842
|
defaultHighlightedIndex: j.number,
|
|
8818
8843
|
defaultIsOpen: j.bool,
|
|
@@ -8862,11 +8887,11 @@ function Gi(e, r) {
|
|
|
8862
8887
|
var t = r.refKey;
|
|
8863
8888
|
e || console.error('downshift: The ref prop "' + t + '" from getMenuProps was not applied correctly on your menu element.');
|
|
8864
8889
|
}
|
|
8865
|
-
function
|
|
8866
|
-
var t = r.refKey, o = t !== "ref", n = !
|
|
8867
|
-
n && !o && !Fi.isForwardRef(e) ? console.error("downshift: You returned a non-DOM element. You must specify a refKey in getRootProps") : !n && o && console.error('downshift: You returned a DOM element. You should not specify a refKey in getRootProps. You specified "' + t + '"'), !Fi.isForwardRef(e) && !
|
|
8890
|
+
function Xp(e, r) {
|
|
8891
|
+
var t = r.refKey, o = t !== "ref", n = !ts(e);
|
|
8892
|
+
n && !o && !Fi.isForwardRef(e) ? console.error("downshift: You returned a non-DOM element. You must specify a refKey in getRootProps") : !n && o && console.error('downshift: You returned a DOM element. You should not specify a refKey in getRootProps. You specified "' + t + '"'), !Fi.isForwardRef(e) && !rs(e)[t] && console.error('downshift: You must apply the ref prop "' + t + '" from getRootProps onto your root element.');
|
|
8868
8893
|
}
|
|
8869
|
-
var
|
|
8894
|
+
var ws = {
|
|
8870
8895
|
highlightedIndex: -1,
|
|
8871
8896
|
isOpen: !1,
|
|
8872
8897
|
selectedItem: null,
|
|
@@ -8889,9 +8914,9 @@ function Qp(e, r, t, o) {
|
|
|
8889
8914
|
function eh(e, r) {
|
|
8890
8915
|
return r.changes;
|
|
8891
8916
|
}
|
|
8892
|
-
var Ui =
|
|
8893
|
-
|
|
8894
|
-
}, 200), th = typeof window < "u" && typeof window.document < "u" && typeof window.document.createElement < "u" ? Qt : ce,
|
|
8917
|
+
var Ui = Xr(function(e, r) {
|
|
8918
|
+
ns(e, r);
|
|
8919
|
+
}, 200), th = typeof window < "u" && typeof window.document < "u" && typeof window.document.createElement < "u" ? Qt : ce, xs = "useId" in Ot ? function(e) {
|
|
8895
8920
|
var r = e.id, t = e.labelId, o = e.menuId, n = e.getItemId, i = e.toggleButtonId, a = e.inputId, s = "downshift-" + Ot.useId();
|
|
8896
8921
|
r || (r = s);
|
|
8897
8922
|
var l = Pe(function() {
|
|
@@ -8907,7 +8932,7 @@ var Ui = Zr(function(e, r) {
|
|
|
8907
8932
|
}, [n, r, a, t, o, i]);
|
|
8908
8933
|
return l;
|
|
8909
8934
|
} : function(e) {
|
|
8910
|
-
var r = e.id, t = r === void 0 ? "downshift-" +
|
|
8935
|
+
var r = e.id, t = r === void 0 ? "downshift-" + es() : r, o = e.labelId, n = e.menuId, i = e.getItemId, a = e.toggleButtonId, s = e.inputId, l = Pe(function() {
|
|
8911
8936
|
return {
|
|
8912
8937
|
labelId: o || t + "-label",
|
|
8913
8938
|
menuId: n || t + "-menu",
|
|
@@ -8940,9 +8965,9 @@ function Jr(e) {
|
|
|
8940
8965
|
var r = de(e);
|
|
8941
8966
|
return r.current = e, r;
|
|
8942
8967
|
}
|
|
8943
|
-
function
|
|
8968
|
+
function ys(e, r, t, o) {
|
|
8944
8969
|
var n = de(), i = de(), a = W(function(I, k) {
|
|
8945
|
-
i.current = k, I =
|
|
8970
|
+
i.current = k, I = or(I, k.props);
|
|
8946
8971
|
var x = e(I, k), m = k.props.stateReducer(I, ne({}, k, {
|
|
8947
8972
|
changes: x
|
|
8948
8973
|
}));
|
|
@@ -8953,13 +8978,13 @@ function Is(e, r, t, o) {
|
|
|
8953
8978
|
}, I));
|
|
8954
8979
|
}, [d]), h = i.current;
|
|
8955
8980
|
return ce(function() {
|
|
8956
|
-
var I =
|
|
8981
|
+
var I = or(n.current, h == null ? void 0 : h.props), k = h && n.current && !o(I, l);
|
|
8957
8982
|
k && Jp(h, I, l), n.current = l;
|
|
8958
8983
|
}, [l, h, o]), [l, u];
|
|
8959
8984
|
}
|
|
8960
|
-
function
|
|
8961
|
-
var n =
|
|
8962
|
-
return [
|
|
8985
|
+
function Is(e, r, t, o) {
|
|
8986
|
+
var n = ys(e, r, t, o), i = n[0], a = n[1];
|
|
8987
|
+
return [or(i, r), a];
|
|
8963
8988
|
}
|
|
8964
8989
|
var Jt = {
|
|
8965
8990
|
itemToString: function(e) {
|
|
@@ -8969,26 +8994,26 @@ var Jt = {
|
|
|
8969
8994
|
return e;
|
|
8970
8995
|
},
|
|
8971
8996
|
stateReducer: eh,
|
|
8972
|
-
scrollIntoView:
|
|
8997
|
+
scrollIntoView: Qa,
|
|
8973
8998
|
environment: (
|
|
8974
8999
|
/* istanbul ignore next (ssr) */
|
|
8975
9000
|
typeof window > "u" ? void 0 : window
|
|
8976
9001
|
)
|
|
8977
9002
|
};
|
|
8978
|
-
function
|
|
8979
|
-
t === void 0 && (t =
|
|
9003
|
+
function lt(e, r, t) {
|
|
9004
|
+
t === void 0 && (t = ws);
|
|
8980
9005
|
var o = e["default" + $o(r)];
|
|
8981
9006
|
return o !== void 0 ? o : t[r];
|
|
8982
9007
|
}
|
|
8983
9008
|
function kt(e, r, t) {
|
|
8984
|
-
t === void 0 && (t =
|
|
9009
|
+
t === void 0 && (t = ws);
|
|
8985
9010
|
var o = e[r];
|
|
8986
9011
|
if (o !== void 0)
|
|
8987
9012
|
return o;
|
|
8988
9013
|
var n = e["initial" + $o(r)];
|
|
8989
|
-
return n !== void 0 ? n :
|
|
9014
|
+
return n !== void 0 ? n : lt(e, r, t);
|
|
8990
9015
|
}
|
|
8991
|
-
function
|
|
9016
|
+
function ks(e) {
|
|
8992
9017
|
var r = kt(e, "selectedItem"), t = kt(e, "isOpen"), o = oh(e), n = kt(e, "inputValue");
|
|
8993
9018
|
return {
|
|
8994
9019
|
highlightedIndex: o < 0 && r && t ? e.items.findIndex(function(i) {
|
|
@@ -9005,7 +9030,7 @@ function Et(e, r, t) {
|
|
|
9005
9030
|
return s(l) === s(d);
|
|
9006
9031
|
}) : t < 0 && !a(o[o.length - 1], o.length - 1) ? o.length - 1 : t > 0 && !a(o[0], 0) ? 0 : -1;
|
|
9007
9032
|
}
|
|
9008
|
-
function
|
|
9033
|
+
function Es(e, r, t) {
|
|
9009
9034
|
var o = de({
|
|
9010
9035
|
isMouseDown: !1,
|
|
9011
9036
|
isTouchMove: !1,
|
|
@@ -9069,7 +9094,7 @@ T.NODE_ENV !== "production" && (Qr = function() {
|
|
|
9069
9094
|
});
|
|
9070
9095
|
function Ko(e, r, t, o) {
|
|
9071
9096
|
o === void 0 && (o = {});
|
|
9072
|
-
var n = o.document, i =
|
|
9097
|
+
var n = o.document, i = cr();
|
|
9073
9098
|
ce(function() {
|
|
9074
9099
|
if (!(!e || i || !n)) {
|
|
9075
9100
|
var a = e(r);
|
|
@@ -9081,7 +9106,7 @@ function Ko(e, r, t, o) {
|
|
|
9081
9106
|
};
|
|
9082
9107
|
}, [n]);
|
|
9083
9108
|
}
|
|
9084
|
-
function
|
|
9109
|
+
function Ss(e) {
|
|
9085
9110
|
var r = e.highlightedIndex, t = e.isOpen, o = e.itemRefs, n = e.getItemNodeFromIndex, i = e.menuElement, a = e.scrollIntoView, s = de(!0);
|
|
9086
9111
|
return th(function() {
|
|
9087
9112
|
r < 0 || !t || !Object.keys(o.current).length || (s.current === !1 ? s.current = !0 : a(n(r), i));
|
|
@@ -9089,7 +9114,7 @@ function Os(e) {
|
|
|
9089
9114
|
}
|
|
9090
9115
|
var eo = Le;
|
|
9091
9116
|
T.NODE_ENV !== "production" && (eo = function(e) {
|
|
9092
|
-
var r = e.props, t = e.state, o = de(r), n =
|
|
9117
|
+
var r = e.props, t = e.state, o = de(r), n = cr();
|
|
9093
9118
|
ce(function() {
|
|
9094
9119
|
n || (jo(t, o.current, r), o.current = r);
|
|
9095
9120
|
}, [t, r, n]);
|
|
@@ -9103,16 +9128,16 @@ function Wr(e, r, t) {
|
|
|
9103
9128
|
highlightedIndex: -1
|
|
9104
9129
|
}, n && ne({
|
|
9105
9130
|
selectedItem: e.items[r],
|
|
9106
|
-
isOpen:
|
|
9107
|
-
highlightedIndex:
|
|
9131
|
+
isOpen: lt(e, "isOpen"),
|
|
9132
|
+
highlightedIndex: lt(e, "highlightedIndex")
|
|
9108
9133
|
}, t && {
|
|
9109
9134
|
inputValue: e.itemToString(e.items[r])
|
|
9110
9135
|
}));
|
|
9111
9136
|
}
|
|
9112
|
-
function
|
|
9137
|
+
function Os(e, r) {
|
|
9113
9138
|
return e.isOpen === r.isOpen && e.inputValue === r.inputValue && e.highlightedIndex === r.highlightedIndex && e.selectedItem === r.selectedItem;
|
|
9114
9139
|
}
|
|
9115
|
-
function
|
|
9140
|
+
function cr() {
|
|
9116
9141
|
var e = Ot.useRef(!0);
|
|
9117
9142
|
return Ot.useEffect(function() {
|
|
9118
9143
|
return e.current = !1, function() {
|
|
@@ -9121,14 +9146,14 @@ function dr() {
|
|
|
9121
9146
|
}, []), e.current;
|
|
9122
9147
|
}
|
|
9123
9148
|
function $r(e) {
|
|
9124
|
-
var r =
|
|
9149
|
+
var r = lt(e, "highlightedIndex");
|
|
9125
9150
|
return r > -1 && e.isItemDisabled(e.items[r], r) ? -1 : r;
|
|
9126
9151
|
}
|
|
9127
9152
|
function oh(e) {
|
|
9128
9153
|
var r = kt(e, "highlightedIndex");
|
|
9129
9154
|
return r > -1 && e.isItemDisabled(e.items[r], r) ? -1 : r;
|
|
9130
9155
|
}
|
|
9131
|
-
var
|
|
9156
|
+
var zr = {
|
|
9132
9157
|
environment: j.shape({
|
|
9133
9158
|
addEventListener: j.func.isRequired,
|
|
9134
9159
|
removeEventListener: j.func.isRequired,
|
|
@@ -9143,7 +9168,7 @@ var Cr = {
|
|
|
9143
9168
|
itemToString: j.func,
|
|
9144
9169
|
itemToKey: j.func,
|
|
9145
9170
|
stateReducer: j.func
|
|
9146
|
-
},
|
|
9171
|
+
}, _s = ne({}, zr, {
|
|
9147
9172
|
getA11yStatusMessage: j.func,
|
|
9148
9173
|
highlightedIndex: j.number,
|
|
9149
9174
|
defaultHighlightedIndex: j.number,
|
|
@@ -9165,7 +9190,7 @@ var Cr = {
|
|
|
9165
9190
|
onIsOpenChange: j.func,
|
|
9166
9191
|
scrollIntoView: j.func
|
|
9167
9192
|
});
|
|
9168
|
-
function
|
|
9193
|
+
function Ns(e, r, t) {
|
|
9169
9194
|
var o = r.type, n = r.props, i;
|
|
9170
9195
|
switch (o) {
|
|
9171
9196
|
case t.ItemMouseMove:
|
|
@@ -9209,9 +9234,9 @@ function Ds(e, r, t) {
|
|
|
9209
9234
|
case t.FunctionReset:
|
|
9210
9235
|
i = {
|
|
9211
9236
|
highlightedIndex: $r(n),
|
|
9212
|
-
isOpen:
|
|
9213
|
-
selectedItem:
|
|
9214
|
-
inputValue:
|
|
9237
|
+
isOpen: lt(n, "isOpen"),
|
|
9238
|
+
selectedItem: lt(n, "selectedItem"),
|
|
9239
|
+
inputValue: lt(n, "inputValue")
|
|
9215
9240
|
};
|
|
9216
9241
|
break;
|
|
9217
9242
|
default:
|
|
@@ -9227,31 +9252,31 @@ function nh(e) {
|
|
|
9227
9252
|
}
|
|
9228
9253
|
return t;
|
|
9229
9254
|
}
|
|
9230
|
-
var ih = Vt(Vt({},
|
|
9255
|
+
var ih = Vt(Vt({}, _s), { items: j.array.isRequired, isItemDisabled: j.func }), ah = Vt(Vt({}, Jt), { isItemDisabled: function() {
|
|
9231
9256
|
return !1;
|
|
9232
|
-
} }),
|
|
9233
|
-
T.NODE_ENV !== "production" && (
|
|
9257
|
+
} }), Ds = Le;
|
|
9258
|
+
T.NODE_ENV !== "production" && (Ds = function(e, r) {
|
|
9234
9259
|
j.checkPropTypes(ih, e, "prop", r.name);
|
|
9235
9260
|
});
|
|
9236
|
-
var
|
|
9261
|
+
var Cr = T.NODE_ENV !== "production" ? "__togglebutton_click__" : 0, qo = T.NODE_ENV !== "production" ? "__togglebutton_keydown_arrow_down__" : 1, Go = T.NODE_ENV !== "production" ? "__togglebutton_keydown_arrow_up__" : 2, Kr = T.NODE_ENV !== "production" ? "__togglebutton_keydown_character__" : 3, Uo = T.NODE_ENV !== "production" ? "__togglebutton_keydown_escape__" : 4, Yo = T.NODE_ENV !== "production" ? "__togglebutton_keydown_home__" : 5, Zo = T.NODE_ENV !== "production" ? "__togglebutton_keydown_end__" : 6, Xo = T.NODE_ENV !== "production" ? "__togglebutton_keydown_enter__" : 7, Jo = T.NODE_ENV !== "production" ? "__togglebutton_keydown_space_button__" : 8, Qo = T.NODE_ENV !== "production" ? "__togglebutton_keydown_page_up__" : 9, en = T.NODE_ENV !== "production" ? "__togglebutton_keydown_page_down__" : 10, qr = T.NODE_ENV !== "production" ? "__togglebutton_blur__" : 11, zs = T.NODE_ENV !== "production" ? "__menu_mouse_leave__" : 12, Cs = T.NODE_ENV !== "production" ? "__item_mouse_move__" : 13, tn = T.NODE_ENV !== "production" ? "__item_click__" : 14, Ms = T.NODE_ENV !== "production" ? "__function_toggle_menu__" : 15, Rs = T.NODE_ENV !== "production" ? "__function_open_menu__" : 16, Ts = T.NODE_ENV !== "production" ? "__function_close_menu__" : 17, Ps = T.NODE_ENV !== "production" ? "__function_set_highlighted_index__" : 18, rn = T.NODE_ENV !== "production" ? "__function_select_item__" : 19, No = T.NODE_ENV !== "production" ? "__function_set_input_value__" : 20, As = T.NODE_ENV !== "production" ? "__function_reset__" : 21, Hs = /* @__PURE__ */ Object.freeze({
|
|
9237
9262
|
__proto__: null,
|
|
9238
|
-
FunctionCloseMenu:
|
|
9239
|
-
FunctionOpenMenu:
|
|
9240
|
-
FunctionReset:
|
|
9263
|
+
FunctionCloseMenu: Ts,
|
|
9264
|
+
FunctionOpenMenu: Rs,
|
|
9265
|
+
FunctionReset: As,
|
|
9241
9266
|
FunctionSelectItem: rn,
|
|
9242
|
-
FunctionSetHighlightedIndex:
|
|
9267
|
+
FunctionSetHighlightedIndex: Ps,
|
|
9243
9268
|
FunctionSetInputValue: No,
|
|
9244
|
-
FunctionToggleMenu:
|
|
9269
|
+
FunctionToggleMenu: Ms,
|
|
9245
9270
|
ItemClick: tn,
|
|
9246
|
-
ItemMouseMove:
|
|
9247
|
-
MenuMouseLeave:
|
|
9271
|
+
ItemMouseMove: Cs,
|
|
9272
|
+
MenuMouseLeave: zs,
|
|
9248
9273
|
ToggleButtonBlur: qr,
|
|
9249
|
-
ToggleButtonClick:
|
|
9274
|
+
ToggleButtonClick: Cr,
|
|
9250
9275
|
ToggleButtonKeyDownArrowDown: qo,
|
|
9251
9276
|
ToggleButtonKeyDownArrowUp: Go,
|
|
9252
9277
|
ToggleButtonKeyDownCharacter: Kr,
|
|
9253
|
-
ToggleButtonKeyDownEnd:
|
|
9254
|
-
ToggleButtonKeyDownEnter:
|
|
9278
|
+
ToggleButtonKeyDownEnd: Zo,
|
|
9279
|
+
ToggleButtonKeyDownEnter: Xo,
|
|
9255
9280
|
ToggleButtonKeyDownEscape: Uo,
|
|
9256
9281
|
ToggleButtonKeyDownHome: Yo,
|
|
9257
9282
|
ToggleButtonKeyDownPageDown: en,
|
|
@@ -9263,7 +9288,7 @@ function sh(e, r) {
|
|
|
9263
9288
|
switch (o) {
|
|
9264
9289
|
case tn:
|
|
9265
9290
|
a = {
|
|
9266
|
-
isOpen:
|
|
9291
|
+
isOpen: lt(n, "isOpen"),
|
|
9267
9292
|
highlightedIndex: $r(n),
|
|
9268
9293
|
selectedItem: n.items[r.index]
|
|
9269
9294
|
};
|
|
@@ -9307,7 +9332,7 @@ function sh(e, r) {
|
|
|
9307
9332
|
}
|
|
9308
9333
|
break;
|
|
9309
9334
|
// only triggered when menu is open.
|
|
9310
|
-
case
|
|
9335
|
+
case Xo:
|
|
9311
9336
|
case Jo:
|
|
9312
9337
|
a = Wr(n, e.highlightedIndex, !1);
|
|
9313
9338
|
break;
|
|
@@ -9317,7 +9342,7 @@ function sh(e, r) {
|
|
|
9317
9342
|
isOpen: !0
|
|
9318
9343
|
};
|
|
9319
9344
|
break;
|
|
9320
|
-
case
|
|
9345
|
+
case Zo:
|
|
9321
9346
|
a = {
|
|
9322
9347
|
highlightedIndex: bt(n.items.length - 1, !0, n.items, n.isItemDisabled),
|
|
9323
9348
|
isOpen: !0
|
|
@@ -9353,22 +9378,22 @@ function sh(e, r) {
|
|
|
9353
9378
|
};
|
|
9354
9379
|
break;
|
|
9355
9380
|
default:
|
|
9356
|
-
return
|
|
9381
|
+
return Ns(e, r, Hs);
|
|
9357
9382
|
}
|
|
9358
9383
|
return ne({}, e, a);
|
|
9359
9384
|
}
|
|
9360
9385
|
var lh = ["onClick"], ch = ["onMouseLeave", "refKey", "ref"], dh = ["onBlur", "onClick", "onPress", "onKeyDown", "refKey", "ref"], uh = ["item", "index", "onMouseMove", "onClick", "onMouseDown", "onPress", "refKey", "disabled", "ref"];
|
|
9361
|
-
|
|
9362
|
-
function
|
|
9363
|
-
e === void 0 && (e = {}),
|
|
9364
|
-
var r = ne({}, ah, e), t = r.scrollIntoView, o = r.environment, n = r.getA11yStatusMessage, i =
|
|
9386
|
+
pt.stateChangeTypes = Hs;
|
|
9387
|
+
function pt(e) {
|
|
9388
|
+
e === void 0 && (e = {}), Ds(e, pt);
|
|
9389
|
+
var r = ne({}, ah, e), t = r.scrollIntoView, o = r.environment, n = r.getA11yStatusMessage, i = Is(sh, r, ks, Os), a = i[0], s = i[1], l = a.isOpen, c = a.highlightedIndex, d = a.selectedItem, u = a.inputValue, h = de(null), I = de(null), k = de({}), x = de(null), m = xs(r), _ = Jr({
|
|
9365
9390
|
state: a,
|
|
9366
9391
|
props: r
|
|
9367
9392
|
}), g = W(function(v) {
|
|
9368
9393
|
return k.current[m.getItemId(v)];
|
|
9369
9394
|
}, [m]);
|
|
9370
9395
|
Ko(n, a, [l, c, d, u], o);
|
|
9371
|
-
var b =
|
|
9396
|
+
var b = Ss({
|
|
9372
9397
|
menuElement: I.current,
|
|
9373
9398
|
highlightedIndex: c,
|
|
9374
9399
|
isOpen: l,
|
|
@@ -9377,7 +9402,7 @@ function ut(e) {
|
|
|
9377
9402
|
getItemNodeFromIndex: g
|
|
9378
9403
|
});
|
|
9379
9404
|
ce(function() {
|
|
9380
|
-
return x.current =
|
|
9405
|
+
return x.current = Xr(function(v) {
|
|
9381
9406
|
v({
|
|
9382
9407
|
type: No,
|
|
9383
9408
|
inputValue: ""
|
|
@@ -9400,7 +9425,7 @@ function ut(e) {
|
|
|
9400
9425
|
});
|
|
9401
9426
|
}, [s, _]), f = Pe(function() {
|
|
9402
9427
|
return [I, h];
|
|
9403
|
-
}, []), O =
|
|
9428
|
+
}, []), O = Es(o, w, f), M = Qr("getMenuProps", "getToggleButtonProps");
|
|
9404
9429
|
ce(function() {
|
|
9405
9430
|
l || (k.current = {});
|
|
9406
9431
|
}, [l]);
|
|
@@ -9425,7 +9450,7 @@ function ut(e) {
|
|
|
9425
9450
|
},
|
|
9426
9451
|
End: function(v) {
|
|
9427
9452
|
v.preventDefault(), s({
|
|
9428
|
-
type:
|
|
9453
|
+
type: Zo
|
|
9429
9454
|
});
|
|
9430
9455
|
},
|
|
9431
9456
|
Escape: function() {
|
|
@@ -9435,7 +9460,7 @@ function ut(e) {
|
|
|
9435
9460
|
},
|
|
9436
9461
|
Enter: function(v) {
|
|
9437
9462
|
v.preventDefault(), s({
|
|
9438
|
-
type: _.current.state.isOpen ?
|
|
9463
|
+
type: _.current.state.isOpen ? Xo : Cr
|
|
9439
9464
|
});
|
|
9440
9465
|
},
|
|
9441
9466
|
PageUp: function(v) {
|
|
@@ -9453,7 +9478,7 @@ function ut(e) {
|
|
|
9453
9478
|
var E = _.current.state;
|
|
9454
9479
|
if (!E.isOpen) {
|
|
9455
9480
|
s({
|
|
9456
|
-
type:
|
|
9481
|
+
type: Cr
|
|
9457
9482
|
});
|
|
9458
9483
|
return;
|
|
9459
9484
|
}
|
|
@@ -9467,19 +9492,19 @@ function ut(e) {
|
|
|
9467
9492
|
};
|
|
9468
9493
|
}, [s, _]), D = W(function() {
|
|
9469
9494
|
s({
|
|
9470
|
-
type:
|
|
9495
|
+
type: Ms
|
|
9471
9496
|
});
|
|
9472
9497
|
}, [s]), F = W(function() {
|
|
9473
9498
|
s({
|
|
9474
|
-
type:
|
|
9499
|
+
type: Ts
|
|
9475
9500
|
});
|
|
9476
9501
|
}, [s]), L = W(function() {
|
|
9477
9502
|
s({
|
|
9478
|
-
type:
|
|
9503
|
+
type: Rs
|
|
9479
9504
|
});
|
|
9480
9505
|
}, [s]), U = W(function(v) {
|
|
9481
9506
|
s({
|
|
9482
|
-
type:
|
|
9507
|
+
type: Ps,
|
|
9483
9508
|
highlightedIndex: v
|
|
9484
9509
|
});
|
|
9485
9510
|
}, [s]), re = W(function(v) {
|
|
@@ -9489,7 +9514,7 @@ function ut(e) {
|
|
|
9489
9514
|
});
|
|
9490
9515
|
}, [s]), q = W(function() {
|
|
9491
9516
|
s({
|
|
9492
|
-
type:
|
|
9517
|
+
type: As
|
|
9493
9518
|
});
|
|
9494
9519
|
}, [s]), se = W(function(v) {
|
|
9495
9520
|
s({
|
|
@@ -9509,7 +9534,7 @@ function ut(e) {
|
|
|
9509
9534
|
}, [m]), le = W(function(v, E) {
|
|
9510
9535
|
var z, P = v === void 0 ? {} : v, S = P.onMouseLeave, H = P.refKey, C = H === void 0 ? "ref" : H, N = P.ref, V = Be(P, ch), X = E === void 0 ? {} : E, G = X.suppressRefError, oe = G === void 0 ? !1 : G, A = function() {
|
|
9511
9536
|
s({
|
|
9512
|
-
type:
|
|
9537
|
+
type: zs
|
|
9513
9538
|
});
|
|
9514
9539
|
};
|
|
9515
9540
|
return M("getMenuProps", oe, C, I), ne((z = {}, z[C] = tt(N, function(te) {
|
|
@@ -9520,7 +9545,7 @@ function ut(e) {
|
|
|
9520
9545
|
P.onPress;
|
|
9521
9546
|
var C = P.onKeyDown, N = P.refKey, V = N === void 0 ? "ref" : N, X = P.ref, G = Be(P, dh), oe = E === void 0 ? {} : E, A = oe.suppressRefError, te = A === void 0 ? !1 : A, K = _.current.state, ge = function() {
|
|
9522
9547
|
s({
|
|
9523
|
-
type:
|
|
9548
|
+
type: Cr
|
|
9524
9549
|
});
|
|
9525
9550
|
}, fe = function() {
|
|
9526
9551
|
K.isOpen && !O.isMouseDown && s({
|
|
@@ -9543,7 +9568,7 @@ function ut(e) {
|
|
|
9543
9568
|
G !== void 0 && console.warn('Passing "disabled" as an argument to getItemProps is not supported anymore. Please use the isItemDisabled prop from useSelect.');
|
|
9544
9569
|
var te = _.current, K = te.state, ge = te.props, fe = Wo(P, S, ge.items, "Pass either item or index to getItemProps!"), Ce = fe[0], B = fe[1], ee = ge.isItemDisabled(Ce, B), ie = function() {
|
|
9545
9570
|
O.isTouchEnd || B === K.highlightedIndex || (b.current = !1, s({
|
|
9546
|
-
type:
|
|
9571
|
+
type: Cs,
|
|
9547
9572
|
index: B,
|
|
9548
9573
|
disabled: ee
|
|
9549
9574
|
}));
|
|
@@ -9580,16 +9605,16 @@ function ut(e) {
|
|
|
9580
9605
|
inputValue: u
|
|
9581
9606
|
};
|
|
9582
9607
|
}
|
|
9583
|
-
var on = T.NODE_ENV !== "production" ? "__input_keydown_arrow_down__" : 0, nn = T.NODE_ENV !== "production" ? "__input_keydown_arrow_up__" : 1, an = T.NODE_ENV !== "production" ? "__input_keydown_escape__" : 2, sn = T.NODE_ENV !== "production" ? "__input_keydown_home__" : 3, ln = T.NODE_ENV !== "production" ? "__input_keydown_end__" : 4, cn = T.NODE_ENV !== "production" ? "__input_keydown_page_up__" : 5, dn = T.NODE_ENV !== "production" ? "__input_keydown_page_down__" : 6, un = T.NODE_ENV !== "production" ? "__input_keydown_enter__" : 7, pn = T.NODE_ENV !== "production" ? "__input_change__" : 8, Gr = T.NODE_ENV !== "production" ? "__input_blur__" : 9, hn = T.NODE_ENV !== "production" ? "__input_click__" : 10,
|
|
9608
|
+
var on = T.NODE_ENV !== "production" ? "__input_keydown_arrow_down__" : 0, nn = T.NODE_ENV !== "production" ? "__input_keydown_arrow_up__" : 1, an = T.NODE_ENV !== "production" ? "__input_keydown_escape__" : 2, sn = T.NODE_ENV !== "production" ? "__input_keydown_home__" : 3, ln = T.NODE_ENV !== "production" ? "__input_keydown_end__" : 4, cn = T.NODE_ENV !== "production" ? "__input_keydown_page_up__" : 5, dn = T.NODE_ENV !== "production" ? "__input_keydown_page_down__" : 6, un = T.NODE_ENV !== "production" ? "__input_keydown_enter__" : 7, pn = T.NODE_ENV !== "production" ? "__input_change__" : 8, Gr = T.NODE_ENV !== "production" ? "__input_blur__" : 9, hn = T.NODE_ENV !== "production" ? "__input_click__" : 10, Vs = T.NODE_ENV !== "production" ? "__menu_mouse_leave__" : 11, Ls = T.NODE_ENV !== "production" ? "__item_mouse_move__" : 12, gn = T.NODE_ENV !== "production" ? "__item_click__" : 13, Bs = T.NODE_ENV !== "production" ? "__togglebutton_click__" : 14, Fs = T.NODE_ENV !== "production" ? "__function_toggle_menu__" : 15, js = T.NODE_ENV !== "production" ? "__function_open_menu__" : 16, Ws = T.NODE_ENV !== "production" ? "__function_close_menu__" : 17, $s = T.NODE_ENV !== "production" ? "__function_set_highlighted_index__" : 18, vn = T.NODE_ENV !== "production" ? "__function_select_item__" : 19, Ks = T.NODE_ENV !== "production" ? "__function_set_input_value__" : 20, qs = T.NODE_ENV !== "production" ? "__function_reset__" : 21, fn = T.NODE_ENV !== "production" ? "__controlled_prop_updated_selected_item__" : 22, Gs = /* @__PURE__ */ Object.freeze({
|
|
9584
9609
|
__proto__: null,
|
|
9585
9610
|
ControlledPropUpdatedSelectedItem: fn,
|
|
9586
|
-
FunctionCloseMenu:
|
|
9587
|
-
FunctionOpenMenu:
|
|
9588
|
-
FunctionReset:
|
|
9611
|
+
FunctionCloseMenu: Ws,
|
|
9612
|
+
FunctionOpenMenu: js,
|
|
9613
|
+
FunctionReset: qs,
|
|
9589
9614
|
FunctionSelectItem: vn,
|
|
9590
|
-
FunctionSetHighlightedIndex:
|
|
9591
|
-
FunctionSetInputValue:
|
|
9592
|
-
FunctionToggleMenu:
|
|
9615
|
+
FunctionSetHighlightedIndex: $s,
|
|
9616
|
+
FunctionSetInputValue: Ks,
|
|
9617
|
+
FunctionToggleMenu: Fs,
|
|
9593
9618
|
InputBlur: Gr,
|
|
9594
9619
|
InputChange: pn,
|
|
9595
9620
|
InputClick: hn,
|
|
@@ -9602,17 +9627,17 @@ var on = T.NODE_ENV !== "production" ? "__input_keydown_arrow_down__" : 0, nn =
|
|
|
9602
9627
|
InputKeyDownPageDown: dn,
|
|
9603
9628
|
InputKeyDownPageUp: cn,
|
|
9604
9629
|
ItemClick: gn,
|
|
9605
|
-
ItemMouseMove:
|
|
9606
|
-
MenuMouseLeave:
|
|
9607
|
-
ToggleButtonClick:
|
|
9630
|
+
ItemMouseMove: Ls,
|
|
9631
|
+
MenuMouseLeave: Vs,
|
|
9632
|
+
ToggleButtonClick: Bs
|
|
9608
9633
|
});
|
|
9609
9634
|
function ph(e) {
|
|
9610
|
-
var r =
|
|
9635
|
+
var r = ks(e), t = r.selectedItem, o = r.inputValue;
|
|
9611
9636
|
return o === "" && t && e.defaultInputValue === void 0 && e.initialInputValue === void 0 && e.inputValue === void 0 && (o = e.itemToString(t)), ne({}, r, {
|
|
9612
9637
|
inputValue: o
|
|
9613
9638
|
});
|
|
9614
9639
|
}
|
|
9615
|
-
var hh = ne({},
|
|
9640
|
+
var hh = ne({}, _s, {
|
|
9616
9641
|
items: j.array.isRequired,
|
|
9617
9642
|
isItemDisabled: j.func,
|
|
9618
9643
|
inputValue: j.string,
|
|
@@ -9622,7 +9647,7 @@ var hh = ne({}, Ns, {
|
|
|
9622
9647
|
onInputValueChange: j.func
|
|
9623
9648
|
});
|
|
9624
9649
|
function gh(e, r, t, o) {
|
|
9625
|
-
var n = de(), i =
|
|
9650
|
+
var n = de(), i = ys(e, r, t, o), a = i[0], s = i[1], l = cr();
|
|
9626
9651
|
return ce(function() {
|
|
9627
9652
|
if (Fr(r, "selectedItem")) {
|
|
9628
9653
|
if (!l) {
|
|
@@ -9634,10 +9659,10 @@ function gh(e, r, t, o) {
|
|
|
9634
9659
|
}
|
|
9635
9660
|
n.current = a.selectedItem === n.current ? r.selectedItem : a.selectedItem;
|
|
9636
9661
|
}
|
|
9637
|
-
}, [a.selectedItem, r.selectedItem]), [
|
|
9662
|
+
}, [a.selectedItem, r.selectedItem]), [or(a, r), s];
|
|
9638
9663
|
}
|
|
9639
|
-
var
|
|
9640
|
-
T.NODE_ENV !== "production" && (
|
|
9664
|
+
var Us = Le;
|
|
9665
|
+
T.NODE_ENV !== "production" && (Us = function(e, r) {
|
|
9641
9666
|
j.checkPropTypes(hh, e, "prop", r.name);
|
|
9642
9667
|
});
|
|
9643
9668
|
var vh = ne({}, Jt, {
|
|
@@ -9650,7 +9675,7 @@ function fh(e, r) {
|
|
|
9650
9675
|
switch (o) {
|
|
9651
9676
|
case gn:
|
|
9652
9677
|
a = {
|
|
9653
|
-
isOpen:
|
|
9678
|
+
isOpen: lt(n, "isOpen"),
|
|
9654
9679
|
highlightedIndex: $r(n),
|
|
9655
9680
|
selectedItem: n.items[r.index],
|
|
9656
9681
|
inputValue: n.itemToString(n.items[r.index])
|
|
@@ -9738,22 +9763,22 @@ function fh(e, r) {
|
|
|
9738
9763
|
};
|
|
9739
9764
|
break;
|
|
9740
9765
|
default:
|
|
9741
|
-
return
|
|
9766
|
+
return Ns(e, r, Gs);
|
|
9742
9767
|
}
|
|
9743
9768
|
return ne({}, e, a);
|
|
9744
9769
|
}
|
|
9745
9770
|
var mh = ["onMouseLeave", "refKey", "ref"], bh = ["item", "index", "refKey", "ref", "onMouseMove", "onMouseDown", "onClick", "onPress", "disabled"], wh = ["onClick", "onPress", "refKey", "ref"], xh = ["onKeyDown", "onChange", "onInput", "onBlur", "onChangeText", "onClick", "refKey", "ref"];
|
|
9746
|
-
We.stateChangeTypes =
|
|
9771
|
+
We.stateChangeTypes = Gs;
|
|
9747
9772
|
function We(e) {
|
|
9748
|
-
e === void 0 && (e = {}),
|
|
9749
|
-
var r = ne({}, vh, e), t = r.items, o = r.scrollIntoView, n = r.environment, i = r.getA11yStatusMessage, a = gh(fh, r, ph,
|
|
9773
|
+
e === void 0 && (e = {}), Us(e, We);
|
|
9774
|
+
var r = ne({}, vh, e), t = r.items, o = r.scrollIntoView, n = r.environment, i = r.getA11yStatusMessage, a = gh(fh, r, ph, Os), s = a[0], l = a[1], c = s.isOpen, d = s.highlightedIndex, u = s.selectedItem, h = s.inputValue, I = de(null), k = de({}), x = de(null), m = de(null), _ = cr(), g = xs(r), b = de(), w = Jr({
|
|
9750
9775
|
state: s,
|
|
9751
9776
|
props: r
|
|
9752
9777
|
}), f = W(function(S) {
|
|
9753
9778
|
return k.current[g.getItemId(S)];
|
|
9754
9779
|
}, [g]);
|
|
9755
9780
|
Ko(i, s, [c, d, u, h], n);
|
|
9756
|
-
var O =
|
|
9781
|
+
var O = Ss({
|
|
9757
9782
|
menuElement: I.current,
|
|
9758
9783
|
highlightedIndex: d,
|
|
9759
9784
|
isOpen: c,
|
|
@@ -9776,7 +9801,7 @@ function We(e) {
|
|
|
9776
9801
|
});
|
|
9777
9802
|
}, [l, w]), y = Pe(function() {
|
|
9778
9803
|
return [I, m, x];
|
|
9779
|
-
}, []), D =
|
|
9804
|
+
}, []), D = Es(n, M, y), F = Qr("getInputProps", "getMenuProps");
|
|
9780
9805
|
ce(function() {
|
|
9781
9806
|
c || (k.current = {});
|
|
9782
9807
|
}, [c]), ce(function() {
|
|
@@ -9841,7 +9866,7 @@ function We(e) {
|
|
|
9841
9866
|
I.current = fe;
|
|
9842
9867
|
}), C.id = g.menuId, C.role = "listbox", C["aria-labelledby"] = A && A["aria-label"] ? void 0 : "" + g.labelId, C.onMouseLeave = me(V, function() {
|
|
9843
9868
|
l({
|
|
9844
|
-
type:
|
|
9869
|
+
type: Vs
|
|
9845
9870
|
});
|
|
9846
9871
|
}), C), A);
|
|
9847
9872
|
}, [l, F, g]), q = W(function(S) {
|
|
@@ -9851,7 +9876,7 @@ function We(e) {
|
|
|
9851
9876
|
fe !== void 0 && console.warn('Passing "disabled" as an argument to getItemProps is not supported anymore. Please use the isItemDisabled prop from useCombobox.');
|
|
9852
9877
|
var B = w.current, ee = B.props, ie = B.state, ve = Wo(V, X, ee.items, "Pass either item or index to getItemProps!"), Ee = ve[0], Se = ve[1], Ve = ee.isItemDisabled(Ee, Se), Ae = "onClick", De = ge, _e = function() {
|
|
9853
9878
|
D.isTouchEnd || Se === ie.highlightedIndex || (O.current = !1, l({
|
|
9854
|
-
type:
|
|
9879
|
+
type: Ls,
|
|
9855
9880
|
index: Se,
|
|
9856
9881
|
disabled: Ve
|
|
9857
9882
|
}));
|
|
@@ -9874,7 +9899,7 @@ function We(e) {
|
|
|
9874
9899
|
C.onPress;
|
|
9875
9900
|
var V = C.refKey, X = V === void 0 ? "ref" : V, G = C.ref, oe = Be(C, wh), A = w.current.state, te = function() {
|
|
9876
9901
|
l({
|
|
9877
|
-
type:
|
|
9902
|
+
type: Bs
|
|
9878
9903
|
});
|
|
9879
9904
|
};
|
|
9880
9905
|
return ne((H = {}, H[X] = tt(G, function(K) {
|
|
@@ -9917,19 +9942,19 @@ function We(e) {
|
|
|
9917
9942
|
}), C["aria-activedescendant"] = ie.isOpen && ie.highlightedIndex > -1 ? g.getItemId(ie.highlightedIndex) : "", C["aria-autocomplete"] = "list", C["aria-controls"] = g.menuId, C["aria-expanded"] = ie.isOpen, C["aria-labelledby"] = fe && fe["aria-label"] ? void 0 : g.labelId, C.autoComplete = "off", C.id = g.inputId, C.role = "combobox", C.value = ie.inputValue, C), De, fe);
|
|
9918
9943
|
}, [l, g, n, L, w, D, F]), le = W(function() {
|
|
9919
9944
|
l({
|
|
9920
|
-
type:
|
|
9945
|
+
type: Fs
|
|
9921
9946
|
});
|
|
9922
9947
|
}, [l]), $ = W(function() {
|
|
9923
9948
|
l({
|
|
9924
|
-
type:
|
|
9949
|
+
type: Ws
|
|
9925
9950
|
});
|
|
9926
9951
|
}, [l]), he = W(function() {
|
|
9927
9952
|
l({
|
|
9928
|
-
type:
|
|
9953
|
+
type: js
|
|
9929
9954
|
});
|
|
9930
9955
|
}, [l]), v = W(function(S) {
|
|
9931
9956
|
l({
|
|
9932
|
-
type:
|
|
9957
|
+
type: $s,
|
|
9933
9958
|
highlightedIndex: S
|
|
9934
9959
|
});
|
|
9935
9960
|
}, [l]), E = W(function(S) {
|
|
@@ -9939,12 +9964,12 @@ function We(e) {
|
|
|
9939
9964
|
});
|
|
9940
9965
|
}, [l]), z = W(function(S) {
|
|
9941
9966
|
l({
|
|
9942
|
-
type:
|
|
9967
|
+
type: Ks,
|
|
9943
9968
|
inputValue: S
|
|
9944
9969
|
});
|
|
9945
9970
|
}, [l]), P = W(function() {
|
|
9946
9971
|
l({
|
|
9947
|
-
type:
|
|
9972
|
+
type: qs
|
|
9948
9973
|
});
|
|
9949
9974
|
}, [l]);
|
|
9950
9975
|
return {
|
|
@@ -9969,15 +9994,15 @@ function We(e) {
|
|
|
9969
9994
|
inputValue: h
|
|
9970
9995
|
};
|
|
9971
9996
|
}
|
|
9972
|
-
var
|
|
9997
|
+
var Ys = {
|
|
9973
9998
|
activeIndex: -1,
|
|
9974
9999
|
selectedItems: []
|
|
9975
10000
|
};
|
|
9976
10001
|
function Yi(e, r) {
|
|
9977
|
-
return kt(e, r,
|
|
10002
|
+
return kt(e, r, Ys);
|
|
9978
10003
|
}
|
|
9979
|
-
function
|
|
9980
|
-
return
|
|
10004
|
+
function Zi(e, r) {
|
|
10005
|
+
return lt(e, r, Ys);
|
|
9981
10006
|
}
|
|
9982
10007
|
function yh(e) {
|
|
9983
10008
|
var r = Yi(e, "activeIndex"), t = Yi(e, "selectedItems");
|
|
@@ -9986,7 +10011,7 @@ function yh(e) {
|
|
|
9986
10011
|
selectedItems: t
|
|
9987
10012
|
};
|
|
9988
10013
|
}
|
|
9989
|
-
function
|
|
10014
|
+
function Xi(e) {
|
|
9990
10015
|
if (e.shiftKey || e.metaKey || e.ctrlKey || e.altKey)
|
|
9991
10016
|
return !1;
|
|
9992
10017
|
var r = e.target;
|
|
@@ -9999,9 +10024,9 @@ function Ih(e, r) {
|
|
|
9999
10024
|
return e.selectedItems === r.selectedItems && e.activeIndex === r.activeIndex;
|
|
10000
10025
|
}
|
|
10001
10026
|
var kh = {
|
|
10002
|
-
stateReducer:
|
|
10003
|
-
itemToKey:
|
|
10004
|
-
environment:
|
|
10027
|
+
stateReducer: zr.stateReducer,
|
|
10028
|
+
itemToKey: zr.itemToKey,
|
|
10029
|
+
environment: zr.environment,
|
|
10005
10030
|
selectedItems: j.array,
|
|
10006
10031
|
initialSelectedItems: j.array,
|
|
10007
10032
|
defaultSelectedItems: j.array,
|
|
@@ -10117,8 +10142,8 @@ function Oh(e, r) {
|
|
|
10117
10142
|
}
|
|
10118
10143
|
case Dn:
|
|
10119
10144
|
l = {
|
|
10120
|
-
activeIndex:
|
|
10121
|
-
selectedItems:
|
|
10145
|
+
activeIndex: Zi(n, "activeIndex"),
|
|
10146
|
+
selectedItems: Zi(n, "selectedItems")
|
|
10122
10147
|
};
|
|
10123
10148
|
break;
|
|
10124
10149
|
default:
|
|
@@ -10130,7 +10155,7 @@ var _h = ["refKey", "ref", "onClick", "onKeyDown", "selectedItem", "index"], Nh
|
|
|
10130
10155
|
zn.stateChangeTypes = Sh;
|
|
10131
10156
|
function zn(e) {
|
|
10132
10157
|
e === void 0 && (e = {}), Zs(e, zn);
|
|
10133
|
-
var r = ne({}, Eh, e), t = r.getA11yStatusMessage, o = r.environment, n = r.keyNavigationNext, i = r.keyNavigationPrevious, a =
|
|
10158
|
+
var r = ne({}, Eh, e), t = r.getA11yStatusMessage, o = r.environment, n = r.keyNavigationNext, i = r.keyNavigationPrevious, a = Is(Oh, r, yh, Ih), s = a[0], l = a[1], c = s.activeIndex, d = s.selectedItems, u = cr(), h = de(null), I = de();
|
|
10134
10159
|
I.current = [];
|
|
10135
10160
|
var k = Jr({
|
|
10136
10161
|
state: s,
|
|
@@ -10164,11 +10189,11 @@ function zn(e) {
|
|
|
10164
10189
|
}, [l, n, i]), _ = Pe(function() {
|
|
10165
10190
|
var D;
|
|
10166
10191
|
return D = {}, D[i] = function(F) {
|
|
10167
|
-
|
|
10192
|
+
Xi(F) && l({
|
|
10168
10193
|
type: In
|
|
10169
10194
|
});
|
|
10170
10195
|
}, D.Backspace = function(F) {
|
|
10171
|
-
|
|
10196
|
+
Xi(F) && l({
|
|
10172
10197
|
type: kn
|
|
10173
10198
|
});
|
|
10174
10199
|
}, D;
|
|
@@ -10405,12 +10430,12 @@ const zh = () => {
|
|
|
10405
10430
|
We.stateChangeTypes.ItemClick,
|
|
10406
10431
|
We.stateChangeTypes.InputKeyDownEnter,
|
|
10407
10432
|
We.stateChangeTypes.FunctionSelectItem,
|
|
10408
|
-
|
|
10409
|
-
|
|
10410
|
-
|
|
10411
|
-
|
|
10433
|
+
pt.stateChangeTypes.ItemClick,
|
|
10434
|
+
pt.stateChangeTypes.ToggleButtonKeyDownEnter,
|
|
10435
|
+
pt.stateChangeTypes.ToggleButtonKeyDownSpaceButton,
|
|
10436
|
+
pt.stateChangeTypes.FunctionSelectItem
|
|
10412
10437
|
].includes(Se);
|
|
10413
|
-
if ((Se === We.stateChangeTypes.InputBlur || Se ===
|
|
10438
|
+
if ((Se === We.stateChangeTypes.InputBlur || Se === pt.stateChangeTypes.ToggleButtonBlur) && typeof document < "u") {
|
|
10414
10439
|
const De = document.activeElement, _e = document.querySelectorAll(
|
|
10415
10440
|
`[data-select-id="${O}"]`
|
|
10416
10441
|
), Fe = !!De && Array.from(_e).some((_t) => _t.contains(De)), Ge = De === document.body, ot = t && Ge && E.current;
|
|
@@ -10446,9 +10471,9 @@ const zh = () => {
|
|
|
10446
10471
|
},
|
|
10447
10472
|
stateReducer: A(We),
|
|
10448
10473
|
id: O
|
|
10449
|
-
}) :
|
|
10474
|
+
}) : pt({
|
|
10450
10475
|
...oe,
|
|
10451
|
-
stateReducer: A(
|
|
10476
|
+
stateReducer: A(pt),
|
|
10452
10477
|
id: O
|
|
10453
10478
|
}), K = W(() => {
|
|
10454
10479
|
m || ("toggleMenu" in te && typeof te.toggleMenu == "function" ? te.toggleMenu() : z(!$));
|
|
@@ -10488,7 +10513,7 @@ const zh = () => {
|
|
|
10488
10513
|
inputRef: he,
|
|
10489
10514
|
selectId: O
|
|
10490
10515
|
};
|
|
10491
|
-
},
|
|
10516
|
+
}, Xs = ({
|
|
10492
10517
|
size: e = "md",
|
|
10493
10518
|
color: r = "primary",
|
|
10494
10519
|
isInvalid: t = !1,
|
|
@@ -10575,7 +10600,7 @@ const zh = () => {
|
|
|
10575
10600
|
registerOnSelectionComplete: E
|
|
10576
10601
|
};
|
|
10577
10602
|
return /* @__PURE__ */ p(
|
|
10578
|
-
|
|
10603
|
+
Ua.Provider,
|
|
10579
10604
|
{
|
|
10580
10605
|
value: H,
|
|
10581
10606
|
children: /* @__PURE__ */ p(
|
|
@@ -10638,7 +10663,7 @@ const zh = () => {
|
|
|
10638
10663
|
className: e,
|
|
10639
10664
|
children: r,
|
|
10640
10665
|
isMulti: t
|
|
10641
|
-
}) => /* @__PURE__ */ p("div", { className: R(ip({ isMulti: t }), e), children: r }),
|
|
10666
|
+
}) => /* @__PURE__ */ p("div", { className: R(ip({ isMulti: t }), e), children: r }), Mr = ke(
|
|
10642
10667
|
({ isHidden: e, inputClassName: r, className: t, ...o }, n) => {
|
|
10643
10668
|
const { size: i, color: a } = Te();
|
|
10644
10669
|
return e ? /* @__PURE__ */ p(
|
|
@@ -10694,7 +10719,7 @@ const zh = () => {
|
|
|
10694
10719
|
children: r || a(t)
|
|
10695
10720
|
}
|
|
10696
10721
|
);
|
|
10697
|
-
},
|
|
10722
|
+
}, Js = ({
|
|
10698
10723
|
className: e,
|
|
10699
10724
|
children: r,
|
|
10700
10725
|
data: t,
|
|
@@ -10705,7 +10730,7 @@ const zh = () => {
|
|
|
10705
10730
|
const { size: a, color: s, downshift: l, getOptionLabel: c } = Te(), d = () => {
|
|
10706
10731
|
i ? i(t) : l.removeItem(t);
|
|
10707
10732
|
};
|
|
10708
|
-
return /* @__PURE__ */
|
|
10733
|
+
return /* @__PURE__ */ Z(
|
|
10709
10734
|
"div",
|
|
10710
10735
|
{
|
|
10711
10736
|
className: R(
|
|
@@ -10723,13 +10748,13 @@ const zh = () => {
|
|
|
10723
10748
|
isDisabled: !1
|
|
10724
10749
|
}),
|
|
10725
10750
|
onClick: d,
|
|
10726
|
-
children: /* @__PURE__ */ p(
|
|
10751
|
+
children: /* @__PURE__ */ p(ir, { className: "w-3 h-3" })
|
|
10727
10752
|
}
|
|
10728
10753
|
)
|
|
10729
10754
|
]
|
|
10730
10755
|
}
|
|
10731
10756
|
);
|
|
10732
|
-
},
|
|
10757
|
+
}, Qs = ({
|
|
10733
10758
|
color: e,
|
|
10734
10759
|
className: r,
|
|
10735
10760
|
children: t,
|
|
@@ -10763,7 +10788,7 @@ const zh = () => {
|
|
|
10763
10788
|
tabIndex: 0,
|
|
10764
10789
|
"aria-label": "Clear selection",
|
|
10765
10790
|
...i,
|
|
10766
|
-
children: t || /* @__PURE__ */ p(
|
|
10791
|
+
children: t || /* @__PURE__ */ p(uc, {})
|
|
10767
10792
|
}
|
|
10768
10793
|
);
|
|
10769
10794
|
}, Ah = ({
|
|
@@ -10800,10 +10825,10 @@ const zh = () => {
|
|
|
10800
10825
|
tabIndex: -1,
|
|
10801
10826
|
"aria-label": "Clear selection",
|
|
10802
10827
|
...n,
|
|
10803
|
-
children: r || /* @__PURE__ */ p(
|
|
10828
|
+
children: r || /* @__PURE__ */ p(ir, {})
|
|
10804
10829
|
}
|
|
10805
10830
|
);
|
|
10806
|
-
},
|
|
10831
|
+
}, el = ke(
|
|
10807
10832
|
({
|
|
10808
10833
|
color: e,
|
|
10809
10834
|
className: r,
|
|
@@ -10845,7 +10870,7 @@ const zh = () => {
|
|
|
10845
10870
|
"aria-disabled": u,
|
|
10846
10871
|
...i,
|
|
10847
10872
|
children: t || /* @__PURE__ */ p(
|
|
10848
|
-
|
|
10873
|
+
hc,
|
|
10849
10874
|
{
|
|
10850
10875
|
className: R("transition-transform duration-200", {
|
|
10851
10876
|
"rotate-180": h
|
|
@@ -10892,7 +10917,7 @@ const zh = () => {
|
|
|
10892
10917
|
}
|
|
10893
10918
|
);
|
|
10894
10919
|
}
|
|
10895
|
-
),
|
|
10920
|
+
), Rr = ({
|
|
10896
10921
|
className: e,
|
|
10897
10922
|
children: r,
|
|
10898
10923
|
data: t,
|
|
@@ -10918,7 +10943,7 @@ const zh = () => {
|
|
|
10918
10943
|
children: r ?? u(t)
|
|
10919
10944
|
}
|
|
10920
10945
|
);
|
|
10921
|
-
},
|
|
10946
|
+
}, tl = ({
|
|
10922
10947
|
className: e,
|
|
10923
10948
|
children: r,
|
|
10924
10949
|
data: t,
|
|
@@ -10926,7 +10951,7 @@ const zh = () => {
|
|
|
10926
10951
|
renderGroupHeading: n
|
|
10927
10952
|
}) => {
|
|
10928
10953
|
const { size: i } = Te();
|
|
10929
|
-
return /* @__PURE__ */
|
|
10954
|
+
return /* @__PURE__ */ Z(
|
|
10930
10955
|
"div",
|
|
10931
10956
|
{
|
|
10932
10957
|
"data-qui": "SelectOptionGroup",
|
|
@@ -10950,7 +10975,7 @@ const zh = () => {
|
|
|
10950
10975
|
}) => {
|
|
10951
10976
|
const { size: o } = Te();
|
|
10952
10977
|
return /* @__PURE__ */ p("div", { className: R(wp({ size: o }), e), children: r || `No options found${t ? ` for "${t}"` : ""}` });
|
|
10953
|
-
},
|
|
10978
|
+
}, rl = ke(
|
|
10954
10979
|
({ className: e, children: r, ...t }, o) => {
|
|
10955
10980
|
const {
|
|
10956
10981
|
size: n,
|
|
@@ -11017,7 +11042,7 @@ const zh = () => {
|
|
|
11017
11042
|
}
|
|
11018
11043
|
);
|
|
11019
11044
|
}
|
|
11020
|
-
),
|
|
11045
|
+
), ol = ({
|
|
11021
11046
|
icon: e,
|
|
11022
11047
|
usePortal: r = !1,
|
|
11023
11048
|
className: t,
|
|
@@ -11049,7 +11074,7 @@ const zh = () => {
|
|
|
11049
11074
|
O.disconnect(), window.removeEventListener("resize", f), window.removeEventListener("scroll", f, !0);
|
|
11050
11075
|
};
|
|
11051
11076
|
}, [r]);
|
|
11052
|
-
const k = u.current, x = /* @__PURE__ */
|
|
11077
|
+
const k = u.current, x = /* @__PURE__ */ Z(
|
|
11053
11078
|
"div",
|
|
11054
11079
|
{
|
|
11055
11080
|
role: "alert",
|
|
@@ -11071,7 +11096,7 @@ const zh = () => {
|
|
|
11071
11096
|
]
|
|
11072
11097
|
}
|
|
11073
11098
|
);
|
|
11074
|
-
return r ? /* @__PURE__ */
|
|
11099
|
+
return r ? /* @__PURE__ */ Z(wt, { children: [
|
|
11075
11100
|
/* @__PURE__ */ p("span", { ref: d, style: { display: "none" } }),
|
|
11076
11101
|
h && Ur(
|
|
11077
11102
|
/* @__PURE__ */ p(
|
|
@@ -11160,7 +11185,7 @@ const zh = () => {
|
|
|
11160
11185
|
o = o.parentElement;
|
|
11161
11186
|
}
|
|
11162
11187
|
return { top: r, bottom: t };
|
|
11163
|
-
},
|
|
11188
|
+
}, nl = ke(
|
|
11164
11189
|
({
|
|
11165
11190
|
placeholder: e,
|
|
11166
11191
|
noOptionsMessage: r,
|
|
@@ -11228,9 +11253,9 @@ const zh = () => {
|
|
|
11228
11253
|
getInputProps: Ge,
|
|
11229
11254
|
getItemProps: ot,
|
|
11230
11255
|
isMulti: _t,
|
|
11231
|
-
isSearchable:
|
|
11232
|
-
multipleSelection:
|
|
11233
|
-
} = S, { getDropdownProps:
|
|
11256
|
+
isSearchable: dt,
|
|
11257
|
+
multipleSelection: hl
|
|
11258
|
+
} = S, { getDropdownProps: gl } = hl;
|
|
11234
11259
|
Qt(() => {
|
|
11235
11260
|
if (!Ee) return;
|
|
11236
11261
|
if (u === "top" || u === "bottom") {
|
|
@@ -11243,15 +11268,15 @@ const zh = () => {
|
|
|
11243
11268
|
const He = ae.getBoundingClientRect(), Je = q ? { top: 0, bottom: window.innerHeight } : jh(ae), Qe = Je.bottom - He.bottom, it = He.top - Je.top, ht = v === "sm" ? 22 : v === "lg" ? 36 : 28, Dt = Math.min(
|
|
11244
11269
|
(S.filteredItems.length || 1) * ht + 16,
|
|
11245
11270
|
300
|
|
11246
|
-
), qt = ee == null ? void 0 : ee.getBoundingClientRect().height, io = qt && qt > 0 ? qt : Dt,
|
|
11271
|
+
), qt = ee == null ? void 0 : ee.getBoundingClientRect().height, io = qt && qt > 0 ? qt : Dt, kl = Qe >= io;
|
|
11247
11272
|
G(
|
|
11248
|
-
!
|
|
11273
|
+
!kl && it > Qe ? "top" : "bottom"
|
|
11249
11274
|
);
|
|
11250
11275
|
};
|
|
11251
11276
|
ue(), window.addEventListener("resize", ue), window.addEventListener("scroll", ue, !0);
|
|
11252
|
-
const
|
|
11253
|
-
return ee && (
|
|
11254
|
-
window.removeEventListener("resize", ue), window.removeEventListener("scroll", ue, !0),
|
|
11277
|
+
const Xe = ee && typeof ResizeObserver < "u" ? new ResizeObserver(() => ue()) : void 0;
|
|
11278
|
+
return ee && (Xe == null || Xe.observe(ee)), () => {
|
|
11279
|
+
window.removeEventListener("resize", ue), window.removeEventListener("scroll", ue, !0), Xe == null || Xe.disconnect();
|
|
11255
11280
|
};
|
|
11256
11281
|
}, [
|
|
11257
11282
|
Ee,
|
|
@@ -11265,11 +11290,11 @@ const zh = () => {
|
|
|
11265
11290
|
const ae = Ee && !(t && S.filteredItems.length === 0);
|
|
11266
11291
|
return A(ae), () => A(!1);
|
|
11267
11292
|
}, [Ee, t, S.filteredItems.length, A]);
|
|
11268
|
-
const nt = _t ? S.selectedItems ?? [] : Ve ? [Ve] : [], to = nt.length > 0,
|
|
11293
|
+
const nt = _t ? S.selectedItems ?? [] : Ve ? [Ve] : [], to = nt.length > 0, vl = i && !!Ae && !z && !l, Pn = n && (to || !!Ae) && !z && !l, An = !c && !l, fl = !to && (!dt || !Ae) || !O, Hn = {}, Vn = {};
|
|
11269
11294
|
Object.entries($).forEach(([ae, ue]) => {
|
|
11270
11295
|
ae.startsWith("data-") || ae.startsWith("aria-") || ae === "role" ? Hn[ae] = ue : Vn[ae] = ue;
|
|
11271
11296
|
});
|
|
11272
|
-
const Ln = Pe(() => Pt([B, he]), [he]), Bn = Fe({}, { suppressRefError: !0 }), $t =
|
|
11297
|
+
const Ln = Pe(() => Pt([B, he]), [he]), Bn = Fe({}, { suppressRefError: !0 }), $t = gl({
|
|
11273
11298
|
preventKeyAction: Ee
|
|
11274
11299
|
}), ro = {
|
|
11275
11300
|
ref: Ce,
|
|
@@ -11284,64 +11309,64 @@ const zh = () => {
|
|
|
11284
11309
|
onFocus: I,
|
|
11285
11310
|
onBlur: k,
|
|
11286
11311
|
...Vn
|
|
11287
|
-
},
|
|
11312
|
+
}, ml = dt ? (Ge == null ? void 0 : Ge({
|
|
11288
11313
|
...ro,
|
|
11289
11314
|
...$t
|
|
11290
11315
|
})) ?? ro : {
|
|
11291
11316
|
...ro,
|
|
11292
11317
|
...$t
|
|
11293
|
-
}, { ref: Fn, ...oo } =
|
|
11318
|
+
}, { ref: Fn, ...oo } = ml, no = Pe(
|
|
11294
11319
|
() => Pt([Fn]),
|
|
11295
11320
|
// Only use the input ref from downshift
|
|
11296
11321
|
[Fn]
|
|
11297
11322
|
), { ref: jn, ...Wn } = Bn, $n = de(jn);
|
|
11298
11323
|
$n.current = jn;
|
|
11299
|
-
const
|
|
11324
|
+
const bl = W(
|
|
11300
11325
|
(ae) => {
|
|
11301
11326
|
ie((ue) => ue === ae ? ue : ae), Pt([$n.current])(ae);
|
|
11302
11327
|
},
|
|
11303
11328
|
[]
|
|
11304
|
-
),
|
|
11329
|
+
), wl = (ae) => nt.some(
|
|
11305
11330
|
(ue) => N(ue) === N(ae)
|
|
11306
|
-
), Kn = (ae) => h ? ae.filter((ue) => !
|
|
11331
|
+
), Kn = (ae) => h ? ae.filter((ue) => !wl(ue)) : ae, xl = (ae) => h ? ae.map((ue) => ({
|
|
11307
11332
|
...ue,
|
|
11308
11333
|
options: Kn(ue.options)
|
|
11309
|
-
})).filter((ue) => ue.options.length > 0) : ae, Nt = So(H) ? [] : Kn(S.filteredItems),
|
|
11334
|
+
})).filter((ue) => ue.options.length > 0) : ae, Nt = So(H) ? [] : Kn(S.filteredItems), yl = { sm: 22, md: 28, lg: 36 }[v] ?? 28, Kt = Nt.length >= se, dr = ep({
|
|
11310
11335
|
count: Kt ? Nt.length : 0,
|
|
11311
11336
|
getScrollElement: () => ve.current,
|
|
11312
|
-
estimateSize: () =>
|
|
11337
|
+
estimateSize: () => yl,
|
|
11313
11338
|
overscan: 5
|
|
11314
11339
|
});
|
|
11315
11340
|
ce(() => {
|
|
11316
|
-
Kt && Ee && De >= 0 && De < Nt.length &&
|
|
11341
|
+
Kt && Ee && De >= 0 && De < Nt.length && dr.scrollToIndex(De, { align: "auto" });
|
|
11317
11342
|
}, [De, Kt, Ee]);
|
|
11318
11343
|
const { registerOnSelectionComplete: qn } = Te();
|
|
11319
11344
|
ce(() => {
|
|
11320
11345
|
if (D)
|
|
11321
11346
|
return qn(D);
|
|
11322
11347
|
}, [D, qn]);
|
|
11323
|
-
const
|
|
11348
|
+
const Il = dt ? {} : _e({
|
|
11324
11349
|
disabled: z,
|
|
11325
11350
|
...$t,
|
|
11326
11351
|
ref: Pt([Ln, $t.ref])
|
|
11327
11352
|
});
|
|
11328
|
-
return /* @__PURE__ */
|
|
11329
|
-
/* @__PURE__ */
|
|
11353
|
+
return /* @__PURE__ */ Z("div", { className: R({ relative: !P, "flex-1 min-w-0": P }), children: [
|
|
11354
|
+
/* @__PURE__ */ Z(
|
|
11330
11355
|
Mh,
|
|
11331
11356
|
{
|
|
11332
11357
|
"data-qui": "SelectControl",
|
|
11333
11358
|
className: Y,
|
|
11334
|
-
...
|
|
11359
|
+
...dt ? { ref: Pt([Ln, $t.ref]) } : Il,
|
|
11335
11360
|
...Hn,
|
|
11336
11361
|
isFocused: oe,
|
|
11337
11362
|
isDisabled: z,
|
|
11338
11363
|
onClick: (ae) => {
|
|
11339
|
-
ae.defaultPrevented || (
|
|
11364
|
+
ae.defaultPrevented || (dt ? Se() : S.toggleMenu());
|
|
11340
11365
|
},
|
|
11341
11366
|
children: [
|
|
11342
|
-
re || /* @__PURE__ */
|
|
11367
|
+
re || /* @__PURE__ */ Z(Rh, { isMulti: _t, children: [
|
|
11343
11368
|
_t && O && nt.map((ae, ue) => /* @__PURE__ */ p(
|
|
11344
|
-
|
|
11369
|
+
Js,
|
|
11345
11370
|
{
|
|
11346
11371
|
data: ae,
|
|
11347
11372
|
index: ue,
|
|
@@ -11350,7 +11375,7 @@ const zh = () => {
|
|
|
11350
11375
|
},
|
|
11351
11376
|
N(ae)
|
|
11352
11377
|
)),
|
|
11353
|
-
!_t && to && O && !
|
|
11378
|
+
!_t && to && O && !dt && /* @__PURE__ */ p("div", { className: "flex items-center gap-2", children: /* @__PURE__ */ p(
|
|
11354
11379
|
Ph,
|
|
11355
11380
|
{
|
|
11356
11381
|
data: nt[0],
|
|
@@ -11358,8 +11383,8 @@ const zh = () => {
|
|
|
11358
11383
|
children: b ? b(nt[0]) : C(nt[0])
|
|
11359
11384
|
}
|
|
11360
11385
|
) }),
|
|
11361
|
-
|
|
11362
|
-
|
|
11386
|
+
dt && d === "trigger" ? /* @__PURE__ */ p(
|
|
11387
|
+
Mr,
|
|
11363
11388
|
{
|
|
11364
11389
|
ref: no,
|
|
11365
11390
|
...oo,
|
|
@@ -11367,9 +11392,9 @@ const zh = () => {
|
|
|
11367
11392
|
inputClassName: K,
|
|
11368
11393
|
placeholder: e
|
|
11369
11394
|
}
|
|
11370
|
-
) : /* @__PURE__ */
|
|
11395
|
+
) : /* @__PURE__ */ Z(wt, { children: [
|
|
11371
11396
|
/* @__PURE__ */ p(
|
|
11372
|
-
|
|
11397
|
+
Mr,
|
|
11373
11398
|
{
|
|
11374
11399
|
ref: no,
|
|
11375
11400
|
...oo,
|
|
@@ -11380,22 +11405,22 @@ const zh = () => {
|
|
|
11380
11405
|
value: nt.map((ae) => N(ae)).join(",")
|
|
11381
11406
|
}
|
|
11382
11407
|
),
|
|
11383
|
-
|
|
11408
|
+
fl && /* @__PURE__ */ p(Th, { children: e })
|
|
11384
11409
|
] })
|
|
11385
11410
|
] }),
|
|
11386
|
-
/* @__PURE__ */
|
|
11411
|
+
/* @__PURE__ */ Z(
|
|
11387
11412
|
"div",
|
|
11388
11413
|
{
|
|
11389
11414
|
className: R("flex items-center size-fit gap-1", {
|
|
11390
11415
|
hidden: !Pn && !An
|
|
11391
11416
|
}),
|
|
11392
11417
|
children: [
|
|
11393
|
-
|
|
11394
|
-
Pn && /* @__PURE__ */ p(
|
|
11418
|
+
vl && /* @__PURE__ */ p(Ah, {}),
|
|
11419
|
+
Pn && /* @__PURE__ */ p(Qs, {}),
|
|
11395
11420
|
An && /* @__PURE__ */ p(
|
|
11396
|
-
|
|
11421
|
+
el,
|
|
11397
11422
|
{
|
|
11398
|
-
...
|
|
11423
|
+
...dt ? _e({
|
|
11399
11424
|
disabled: z,
|
|
11400
11425
|
"aria-label": Ee ? "Close menu" : "Open menu"
|
|
11401
11426
|
}) : {}
|
|
@@ -11429,16 +11454,16 @@ const zh = () => {
|
|
|
11429
11454
|
style: { display: "none" },
|
|
11430
11455
|
"aria-hidden": "true"
|
|
11431
11456
|
}
|
|
11432
|
-
) : /* @__PURE__ */
|
|
11457
|
+
) : /* @__PURE__ */ Z(
|
|
11433
11458
|
Hh,
|
|
11434
11459
|
{
|
|
11435
|
-
ref:
|
|
11460
|
+
ref: bl,
|
|
11436
11461
|
...Wn,
|
|
11437
11462
|
placement: X,
|
|
11438
11463
|
children: [
|
|
11439
11464
|
x && x(S),
|
|
11440
|
-
|
|
11441
|
-
|
|
11465
|
+
dt && d === "menu" && /* @__PURE__ */ p("div", { className: "p-2", children: /* @__PURE__ */ p(
|
|
11466
|
+
Mr,
|
|
11442
11467
|
{
|
|
11443
11468
|
ref: no,
|
|
11444
11469
|
...oo,
|
|
@@ -11453,13 +11478,13 @@ const zh = () => {
|
|
|
11453
11478
|
Vh,
|
|
11454
11479
|
{
|
|
11455
11480
|
ref: ve,
|
|
11456
|
-
totalHeight: Kt ?
|
|
11481
|
+
totalHeight: Kt ? dr.getTotalSize() : void 0,
|
|
11457
11482
|
children: a ? /* @__PURE__ */ p("div", { className: bp({ size: v }), children: o }) : S.filteredItems.length === 0 ? /* @__PURE__ */ p(wo, { inputValue: Ae, children: typeof r == "function" ? r(Ae) : r }) : So(H) ? (() => {
|
|
11458
|
-
const ae =
|
|
11483
|
+
const ae = xl(
|
|
11459
11484
|
H
|
|
11460
11485
|
);
|
|
11461
|
-
return ae.length === 0 ? /* @__PURE__ */ p(wo, { inputValue: Ae, children: typeof r == "function" ? r(Ae) : r }) : ae.map((ue,
|
|
11462
|
-
|
|
11486
|
+
return ae.length === 0 ? /* @__PURE__ */ p(wo, { inputValue: Ae, children: typeof r == "function" ? r(Ae) : r }) : ae.map((ue, Xe) => /* @__PURE__ */ p(
|
|
11487
|
+
tl,
|
|
11463
11488
|
{
|
|
11464
11489
|
data: ue,
|
|
11465
11490
|
label: ue.label,
|
|
@@ -11473,7 +11498,7 @@ const zh = () => {
|
|
|
11473
11498
|
index: it
|
|
11474
11499
|
});
|
|
11475
11500
|
return /* @__PURE__ */ p(
|
|
11476
|
-
|
|
11501
|
+
Rr,
|
|
11477
11502
|
{
|
|
11478
11503
|
...qt,
|
|
11479
11504
|
data: He,
|
|
@@ -11492,11 +11517,11 @@ const zh = () => {
|
|
|
11492
11517
|
);
|
|
11493
11518
|
})
|
|
11494
11519
|
},
|
|
11495
|
-
`${ue.label}-${
|
|
11520
|
+
`${ue.label}-${Xe}`
|
|
11496
11521
|
));
|
|
11497
|
-
})() : Nt.length === 0 ? /* @__PURE__ */ p(wo, { inputValue: Ae, children: typeof r == "function" ? r(Ae) : r }) : Kt ?
|
|
11498
|
-
const ue = Nt[ae.index],
|
|
11499
|
-
(Dt) => N(Dt) ===
|
|
11522
|
+
})() : Nt.length === 0 ? /* @__PURE__ */ p(wo, { inputValue: Ae, children: typeof r == "function" ? r(Ae) : r }) : Kt ? dr.getVirtualItems().map((ae) => {
|
|
11523
|
+
const ue = Nt[ae.index], Xe = N(ue), He = nt.some(
|
|
11524
|
+
(Dt) => N(Dt) === Xe
|
|
11500
11525
|
), Je = S.filteredItems.indexOf(ue), Qe = De === Je, it = V(ue), ht = ot({
|
|
11501
11526
|
item: ue,
|
|
11502
11527
|
index: Je
|
|
@@ -11505,7 +11530,7 @@ const zh = () => {
|
|
|
11505
11530
|
"div",
|
|
11506
11531
|
{
|
|
11507
11532
|
"data-index": ae.index,
|
|
11508
|
-
ref:
|
|
11533
|
+
ref: dr.measureElement,
|
|
11509
11534
|
style: {
|
|
11510
11535
|
position: "absolute",
|
|
11511
11536
|
top: 0,
|
|
@@ -11514,7 +11539,7 @@ const zh = () => {
|
|
|
11514
11539
|
transform: `translateY(${ae.start}px)`
|
|
11515
11540
|
},
|
|
11516
11541
|
children: /* @__PURE__ */ p(
|
|
11517
|
-
|
|
11542
|
+
Rr,
|
|
11518
11543
|
{
|
|
11519
11544
|
...ht,
|
|
11520
11545
|
data: ue,
|
|
@@ -11534,25 +11559,25 @@ const zh = () => {
|
|
|
11534
11559
|
ae.key
|
|
11535
11560
|
);
|
|
11536
11561
|
}) : Nt.map((ae) => {
|
|
11537
|
-
const ue = N(ae),
|
|
11562
|
+
const ue = N(ae), Xe = nt.some(
|
|
11538
11563
|
(ht) => N(ht) === ue
|
|
11539
11564
|
), He = S.filteredItems.indexOf(ae), Je = De === He, Qe = V(ae), it = ot({
|
|
11540
11565
|
item: ae,
|
|
11541
11566
|
index: He
|
|
11542
11567
|
});
|
|
11543
11568
|
return /* @__PURE__ */ p(
|
|
11544
|
-
|
|
11569
|
+
Rr,
|
|
11545
11570
|
{
|
|
11546
11571
|
...it,
|
|
11547
11572
|
data: ae,
|
|
11548
11573
|
isDisabled: Qe,
|
|
11549
11574
|
isFocused: Je,
|
|
11550
|
-
isSelected:
|
|
11575
|
+
isSelected: Xe,
|
|
11551
11576
|
optionClassName: g,
|
|
11552
11577
|
children: ge ? ge({
|
|
11553
11578
|
data: ae,
|
|
11554
11579
|
isFocused: Je,
|
|
11555
|
-
isSelected:
|
|
11580
|
+
isSelected: Xe,
|
|
11556
11581
|
isDisabled: Qe
|
|
11557
11582
|
}) : void 0
|
|
11558
11583
|
},
|
|
@@ -11569,25 +11594,25 @@ const zh = () => {
|
|
|
11569
11594
|
] });
|
|
11570
11595
|
}
|
|
11571
11596
|
);
|
|
11572
|
-
|
|
11573
|
-
|
|
11597
|
+
Xs.displayName = "Select.Root";
|
|
11598
|
+
rl.displayName = "Select.Group";
|
|
11574
11599
|
Bh.displayName = "Select.Icon";
|
|
11575
|
-
|
|
11576
|
-
|
|
11577
|
-
|
|
11578
|
-
|
|
11579
|
-
|
|
11580
|
-
|
|
11581
|
-
|
|
11582
|
-
const Wh =
|
|
11600
|
+
Mr.displayName = "Select.Input";
|
|
11601
|
+
Js.displayName = "Select.MultiValue";
|
|
11602
|
+
Qs.displayName = "Select.ClearIndicator";
|
|
11603
|
+
el.displayName = "Select.DropdownIndicator";
|
|
11604
|
+
Rr.displayName = "Select.Option";
|
|
11605
|
+
tl.displayName = "Select.OptionGroup";
|
|
11606
|
+
ol.displayName = "Select.Message";
|
|
11607
|
+
const Wh = nl;
|
|
11583
11608
|
Wh.displayName = "Select.Field";
|
|
11584
|
-
const
|
|
11585
|
-
Root:
|
|
11586
|
-
Group:
|
|
11587
|
-
Message:
|
|
11588
|
-
Field:
|
|
11609
|
+
const Ze = {
|
|
11610
|
+
Root: Xs,
|
|
11611
|
+
Group: rl,
|
|
11612
|
+
Message: ol,
|
|
11613
|
+
Field: nl
|
|
11589
11614
|
};
|
|
11590
|
-
|
|
11615
|
+
ct(void 0);
|
|
11591
11616
|
const $h = ({
|
|
11592
11617
|
active: e,
|
|
11593
11618
|
disabled: r,
|
|
@@ -11652,10 +11677,10 @@ const $h = ({
|
|
|
11652
11677
|
}
|
|
11653
11678
|
);
|
|
11654
11679
|
Kh.displayName = "ListItem";
|
|
11655
|
-
const
|
|
11680
|
+
const il = ct(
|
|
11656
11681
|
null
|
|
11657
|
-
), qh = ({ children: e, adapter: r }) => /* @__PURE__ */ p(
|
|
11658
|
-
const e = xt(
|
|
11682
|
+
), qh = ({ children: e, adapter: r }) => /* @__PURE__ */ p(il.Provider, { value: r, children: e }), Wt = () => {
|
|
11683
|
+
const e = xt(il);
|
|
11659
11684
|
if (!e)
|
|
11660
11685
|
throw new Error(
|
|
11661
11686
|
"useEditorStateAdapter must be used within an EditorStateAdapterProvider"
|
|
@@ -11690,7 +11715,7 @@ function Cn(e) {
|
|
|
11690
11715
|
};
|
|
11691
11716
|
});
|
|
11692
11717
|
}
|
|
11693
|
-
function
|
|
11718
|
+
function al(e) {
|
|
11694
11719
|
return JSON.stringify(
|
|
11695
11720
|
e.map(
|
|
11696
11721
|
({
|
|
@@ -11719,7 +11744,7 @@ function St(e) {
|
|
|
11719
11744
|
function Yh(e) {
|
|
11720
11745
|
return St(e == null ? void 0 : e.lift);
|
|
11721
11746
|
}
|
|
11722
|
-
function
|
|
11747
|
+
function Zh(e) {
|
|
11723
11748
|
return function(r) {
|
|
11724
11749
|
if (Yh(r))
|
|
11725
11750
|
return r.lift(function(t) {
|
|
@@ -11780,13 +11805,13 @@ function Co(e, r, t) {
|
|
|
11780
11805
|
(i || !(o in r)) && (i || (i = Array.prototype.slice.call(r, 0, o)), i[o] = r[o]);
|
|
11781
11806
|
return e.concat(i || Array.prototype.slice.call(r));
|
|
11782
11807
|
}
|
|
11783
|
-
function
|
|
11808
|
+
function Xh(e) {
|
|
11784
11809
|
var r = function(o) {
|
|
11785
11810
|
Error.call(o), o.stack = new Error().stack;
|
|
11786
11811
|
}, t = e(r);
|
|
11787
11812
|
return t.prototype = Object.create(Error.prototype), t.prototype.constructor = t, t;
|
|
11788
11813
|
}
|
|
11789
|
-
var xo =
|
|
11814
|
+
var xo = Xh(function(e) {
|
|
11790
11815
|
return function(t) {
|
|
11791
11816
|
e(this), this.message = t ? t.length + ` errors occurred during unsubscription:
|
|
11792
11817
|
` + t.map(function(o, n) {
|
|
@@ -11915,7 +11940,7 @@ function eg(e) {
|
|
|
11915
11940
|
}
|
|
11916
11941
|
function ra() {
|
|
11917
11942
|
}
|
|
11918
|
-
var
|
|
11943
|
+
var sl = (function(e) {
|
|
11919
11944
|
Mn(r, e);
|
|
11920
11945
|
function r(t) {
|
|
11921
11946
|
var o = e.call(this) || this;
|
|
@@ -11956,7 +11981,7 @@ var ll = (function(e) {
|
|
|
11956
11981
|
try {
|
|
11957
11982
|
t.next(r);
|
|
11958
11983
|
} catch (o) {
|
|
11959
|
-
|
|
11984
|
+
Er(o);
|
|
11960
11985
|
}
|
|
11961
11986
|
}, e.prototype.error = function(r) {
|
|
11962
11987
|
var t = this.partialObserver;
|
|
@@ -11964,17 +11989,17 @@ var ll = (function(e) {
|
|
|
11964
11989
|
try {
|
|
11965
11990
|
t.error(r);
|
|
11966
11991
|
} catch (o) {
|
|
11967
|
-
|
|
11992
|
+
Er(o);
|
|
11968
11993
|
}
|
|
11969
11994
|
else
|
|
11970
|
-
|
|
11995
|
+
Er(r);
|
|
11971
11996
|
}, e.prototype.complete = function() {
|
|
11972
11997
|
var r = this.partialObserver;
|
|
11973
11998
|
if (r.complete)
|
|
11974
11999
|
try {
|
|
11975
12000
|
r.complete();
|
|
11976
12001
|
} catch (t) {
|
|
11977
|
-
|
|
12002
|
+
Er(t);
|
|
11978
12003
|
}
|
|
11979
12004
|
}, e;
|
|
11980
12005
|
})(), rg = (function(e) {
|
|
@@ -11988,8 +12013,8 @@ var ll = (function(e) {
|
|
|
11988
12013
|
} : a = t, i.destination = new tg(a), i;
|
|
11989
12014
|
}
|
|
11990
12015
|
return r;
|
|
11991
|
-
})(
|
|
11992
|
-
function
|
|
12016
|
+
})(sl);
|
|
12017
|
+
function Er(e) {
|
|
11993
12018
|
eg(e);
|
|
11994
12019
|
}
|
|
11995
12020
|
function og(e) {
|
|
@@ -12039,16 +12064,16 @@ var ag = (function(e) {
|
|
|
12039
12064
|
e.prototype.unsubscribe.call(this), !o && ((t = this.onFinalize) === null || t === void 0 || t.call(this));
|
|
12040
12065
|
}
|
|
12041
12066
|
}, r;
|
|
12042
|
-
})(
|
|
12067
|
+
})(sl);
|
|
12043
12068
|
function sg(e, r) {
|
|
12044
|
-
return
|
|
12069
|
+
return Zh(function(t, o) {
|
|
12045
12070
|
var n = 0;
|
|
12046
12071
|
t.subscribe(ig(o, function(i) {
|
|
12047
12072
|
return e.call(r, i, n++) && o.next(i);
|
|
12048
12073
|
}));
|
|
12049
12074
|
});
|
|
12050
12075
|
}
|
|
12051
|
-
const
|
|
12076
|
+
const ll = new la(), lg = /* @__PURE__ */ new Set([
|
|
12052
12077
|
"SYNC_DATA",
|
|
12053
12078
|
"TOGGLE_EXPANDED",
|
|
12054
12079
|
"TOGGLE_ALL_EXPANDED",
|
|
@@ -12085,7 +12110,7 @@ function cg(e) {
|
|
|
12085
12110
|
}
|
|
12086
12111
|
};
|
|
12087
12112
|
}
|
|
12088
|
-
function
|
|
12113
|
+
function cl(e, r) {
|
|
12089
12114
|
if (r.type === "UNDO") {
|
|
12090
12115
|
if (e.history.active <= 0)
|
|
12091
12116
|
return e;
|
|
@@ -12130,7 +12155,7 @@ function dg(e, r) {
|
|
|
12130
12155
|
(o) => o.id === e.editing
|
|
12131
12156
|
);
|
|
12132
12157
|
if (t && !Object.values(
|
|
12133
|
-
|
|
12158
|
+
sa(t, ["id", "verbs", "asRegex", "isExpanded"])
|
|
12134
12159
|
).some(Boolean) && t.verbs.length === 0)
|
|
12135
12160
|
return {
|
|
12136
12161
|
...e,
|
|
@@ -12245,7 +12270,7 @@ function dg(e, r) {
|
|
|
12245
12270
|
list: e.modals.list.filter((i) => i.id !== t)
|
|
12246
12271
|
}
|
|
12247
12272
|
};
|
|
12248
|
-
return
|
|
12273
|
+
return ll.next(n.modals), n;
|
|
12249
12274
|
}
|
|
12250
12275
|
case "EDIT_MODAL": {
|
|
12251
12276
|
const { id: t, ...o } = r.payload;
|
|
@@ -12263,7 +12288,7 @@ function dg(e, r) {
|
|
|
12263
12288
|
return e;
|
|
12264
12289
|
}
|
|
12265
12290
|
}
|
|
12266
|
-
const Tn =
|
|
12291
|
+
const Tn = ct(null), Mo = (e) => ({
|
|
12267
12292
|
content: e,
|
|
12268
12293
|
editing: null,
|
|
12269
12294
|
newlyCreatedHandlerID: null,
|
|
@@ -12282,20 +12307,20 @@ const Tn = lt(null), Mo = (e) => ({
|
|
|
12282
12307
|
host: o = "web",
|
|
12283
12308
|
history: n
|
|
12284
12309
|
}) => {
|
|
12285
|
-
const i = Pe(
|
|
12286
|
-
() => Cn(
|
|
12287
|
-
[
|
|
12288
|
-
), [
|
|
12289
|
-
|
|
12290
|
-
Mo(
|
|
12310
|
+
const i = typeof r == "string" ? r : JSON.stringify(r ?? []), a = Pe(
|
|
12311
|
+
() => Cn(i),
|
|
12312
|
+
[i]
|
|
12313
|
+
), [s, l] = Ro(
|
|
12314
|
+
cl,
|
|
12315
|
+
Mo(a)
|
|
12291
12316
|
);
|
|
12292
12317
|
ce(() => {
|
|
12293
|
-
|
|
12318
|
+
l({
|
|
12294
12319
|
type: "SYNC_DATA",
|
|
12295
|
-
payload:
|
|
12320
|
+
payload: a
|
|
12296
12321
|
});
|
|
12297
|
-
}, [
|
|
12298
|
-
const
|
|
12322
|
+
}, [a]);
|
|
12323
|
+
const c = Pe(
|
|
12299
12324
|
() => ({
|
|
12300
12325
|
catalog: t,
|
|
12301
12326
|
host: o,
|
|
@@ -12303,7 +12328,7 @@ const Tn = lt(null), Mo = (e) => ({
|
|
|
12303
12328
|
}),
|
|
12304
12329
|
[t, o, n]
|
|
12305
12330
|
);
|
|
12306
|
-
return /* @__PURE__ */ p(Tn.Provider, { value: { state:
|
|
12331
|
+
return /* @__PURE__ */ p(Tn.Provider, { value: { state: s, dispatch: l, external: c }, children: e });
|
|
12307
12332
|
};
|
|
12308
12333
|
function pg() {
|
|
12309
12334
|
var n, i, a, s;
|
|
@@ -12378,7 +12403,7 @@ function pg() {
|
|
|
12378
12403
|
}, [(s = o.history) == null ? void 0 : s.onRedo]),
|
|
12379
12404
|
openModal: W(
|
|
12380
12405
|
async (l) => {
|
|
12381
|
-
const { type: c =
|
|
12406
|
+
const { type: c = Tr.ALERT } = l, d = Ar();
|
|
12382
12407
|
return t({
|
|
12383
12408
|
type: "CREATE_MODAL",
|
|
12384
12409
|
payload: {
|
|
@@ -12387,8 +12412,8 @@ function pg() {
|
|
|
12387
12412
|
isOpen: !0,
|
|
12388
12413
|
...l
|
|
12389
12414
|
}
|
|
12390
|
-
}), c ===
|
|
12391
|
-
const h =
|
|
12415
|
+
}), c === Tr.CONFIRM ? new Promise((u) => {
|
|
12416
|
+
const h = ll.pipe(
|
|
12392
12417
|
sg((I) => {
|
|
12393
12418
|
const k = I.list.find(
|
|
12394
12419
|
(x) => x.id === d
|
|
@@ -12401,7 +12426,7 @@ function pg() {
|
|
|
12401
12426
|
(m) => m.id === d
|
|
12402
12427
|
);
|
|
12403
12428
|
if (k) {
|
|
12404
|
-
const m = k.closeReason ===
|
|
12429
|
+
const m = k.closeReason === Fl.CONFIRMED, _ = Kl(((x = k.views) == null ? void 0 : x.toggles) || {}).reduce(
|
|
12405
12430
|
(g, b) => ({
|
|
12406
12431
|
...g,
|
|
12407
12432
|
[b[0]]: b[1].value
|
|
@@ -12419,21 +12444,21 @@ function pg() {
|
|
|
12419
12444
|
};
|
|
12420
12445
|
}
|
|
12421
12446
|
function jg(e, r) {
|
|
12422
|
-
const t =
|
|
12447
|
+
const t = ql(), o = Un(Gl(e), Yr), n = Un(Ul), i = Pe(
|
|
12423
12448
|
() => Cn(o == null ? void 0 : o.content),
|
|
12424
12449
|
[o == null ? void 0 : o.content]
|
|
12425
12450
|
), [a, s] = Ro(
|
|
12426
|
-
|
|
12451
|
+
cl,
|
|
12427
12452
|
Mo(r || i)
|
|
12428
12453
|
);
|
|
12429
|
-
return
|
|
12454
|
+
return ia(() => {
|
|
12430
12455
|
s({ type: "SYNC_DATA", payload: i });
|
|
12431
12456
|
}, [i]), ce(() => {
|
|
12432
12457
|
if (!o)
|
|
12433
12458
|
return;
|
|
12434
|
-
const l =
|
|
12459
|
+
const l = al(a.content), c = typeof o.content == "string" ? o.content : JSON.stringify(o.content, null, 2);
|
|
12435
12460
|
l !== c && t(
|
|
12436
|
-
|
|
12461
|
+
Yl({
|
|
12437
12462
|
path: e,
|
|
12438
12463
|
content: l
|
|
12439
12464
|
})
|
|
@@ -12489,13 +12514,13 @@ function jg(e, r) {
|
|
|
12489
12514
|
s({ type: "REDO" });
|
|
12490
12515
|
}, []),
|
|
12491
12516
|
openModal: W(
|
|
12492
|
-
async (l) => await t(
|
|
12517
|
+
async (l) => await t(Xl(l)).unwrap(),
|
|
12493
12518
|
[t]
|
|
12494
12519
|
),
|
|
12495
12520
|
switchEditor: W(
|
|
12496
12521
|
(l) => {
|
|
12497
12522
|
o && t(
|
|
12498
|
-
|
|
12523
|
+
Zl({
|
|
12499
12524
|
tab: o,
|
|
12500
12525
|
editor: l
|
|
12501
12526
|
})
|
|
@@ -12533,7 +12558,7 @@ function hg() {
|
|
|
12533
12558
|
)
|
|
12534
12559
|
};
|
|
12535
12560
|
}
|
|
12536
|
-
const
|
|
12561
|
+
const nr = new la(), Ke = () => document.querySelector(`.${Jl}`) || document.body, gg = ({
|
|
12537
12562
|
initialSelectedItems: e,
|
|
12538
12563
|
onChange: r,
|
|
12539
12564
|
touched: t,
|
|
@@ -12548,7 +12573,7 @@ const ir = new ca(), $e = () => document.querySelector(`.${ic}`) || document.bod
|
|
|
12548
12573
|
s(u), r(u);
|
|
12549
12574
|
};
|
|
12550
12575
|
return /* @__PURE__ */ p(
|
|
12551
|
-
|
|
12576
|
+
Ze.Root,
|
|
12552
12577
|
{
|
|
12553
12578
|
"data-cy": n,
|
|
12554
12579
|
isInvalid: t && a.length === 0,
|
|
@@ -12559,16 +12584,16 @@ const ir = new ca(), $e = () => document.querySelector(`.${ic}`) || document.bod
|
|
|
12559
12584
|
onChange: (u) => d(u || []),
|
|
12560
12585
|
onOpenChange: c,
|
|
12561
12586
|
className: "w-full",
|
|
12562
|
-
children: /* @__PURE__ */
|
|
12563
|
-
/* @__PURE__ */ p(
|
|
12564
|
-
|
|
12587
|
+
children: /* @__PURE__ */ Z("div", { className: "relative flex-1", children: [
|
|
12588
|
+
/* @__PURE__ */ p(Ze.Group, { children: /* @__PURE__ */ p(
|
|
12589
|
+
Ze.Field,
|
|
12565
12590
|
{
|
|
12566
12591
|
placeholder: a.length === 0 ? "Select HTTP verbs" : "",
|
|
12567
12592
|
onBlur: o,
|
|
12568
12593
|
hideSelectedOptions: !0
|
|
12569
12594
|
}
|
|
12570
12595
|
) }),
|
|
12571
|
-
t && a.length === 0 && !l && /* @__PURE__ */ p(
|
|
12596
|
+
t && a.length === 0 && !l && /* @__PURE__ */ p(Ze.Message, { children: "At least one HTTP verb is required" })
|
|
12572
12597
|
] })
|
|
12573
12598
|
}
|
|
12574
12599
|
);
|
|
@@ -12583,8 +12608,8 @@ const ir = new ca(), $e = () => document.querySelector(`.${ic}`) || document.bod
|
|
|
12583
12608
|
const [a, s] = Ie(!1), l = e && !r.find((u) => u.name === e), c = (u) => {
|
|
12584
12609
|
o(u === null ? "" : u.name);
|
|
12585
12610
|
}, d = e ? { name: e } : null;
|
|
12586
|
-
return /* @__PURE__ */ p("div", { className: "w-full", children: /* @__PURE__ */
|
|
12587
|
-
|
|
12611
|
+
return /* @__PURE__ */ p("div", { className: "w-full", children: /* @__PURE__ */ Z(
|
|
12612
|
+
Ze.Root,
|
|
12588
12613
|
{
|
|
12589
12614
|
"data-cy": i,
|
|
12590
12615
|
className: "w-full",
|
|
@@ -12595,8 +12620,8 @@ const ir = new ca(), $e = () => document.querySelector(`.${ic}`) || document.bod
|
|
|
12595
12620
|
onChange: c,
|
|
12596
12621
|
onOpenChange: s,
|
|
12597
12622
|
children: [
|
|
12598
|
-
/* @__PURE__ */ p(
|
|
12599
|
-
|
|
12623
|
+
/* @__PURE__ */ p(Ze.Group, { children: /* @__PURE__ */ p(
|
|
12624
|
+
Ze.Field,
|
|
12600
12625
|
{
|
|
12601
12626
|
isClearable: !!e,
|
|
12602
12627
|
onBlur: n,
|
|
@@ -12604,7 +12629,7 @@ const ir = new ca(), $e = () => document.querySelector(`.${ic}`) || document.bod
|
|
|
12604
12629
|
noOptionsMessage: "Nothing found."
|
|
12605
12630
|
}
|
|
12606
12631
|
) }),
|
|
12607
|
-
t && !a && /* @__PURE__ */ p(
|
|
12632
|
+
t && !a && /* @__PURE__ */ p(Ze.Message, { children: t })
|
|
12608
12633
|
]
|
|
12609
12634
|
}
|
|
12610
12635
|
) });
|
|
@@ -12619,8 +12644,8 @@ const ir = new ca(), $e = () => document.querySelector(`.${ic}`) || document.bod
|
|
|
12619
12644
|
const [a, s] = Ie(!1), l = r.find((u) => u.name === e), c = (u) => {
|
|
12620
12645
|
t(u === null ? "" : u.name);
|
|
12621
12646
|
}, d = l || (e ? { name: e, exposed: !1 } : null);
|
|
12622
|
-
return /* @__PURE__ */ p("div", { className: "w-full relative", children: /* @__PURE__ */
|
|
12623
|
-
|
|
12647
|
+
return /* @__PURE__ */ p("div", { className: "w-full relative", children: /* @__PURE__ */ Z(
|
|
12648
|
+
Ze.Root,
|
|
12624
12649
|
{
|
|
12625
12650
|
"data-cy": i,
|
|
12626
12651
|
className: "w-full",
|
|
@@ -12633,12 +12658,12 @@ const ir = new ca(), $e = () => document.querySelector(`.${ic}`) || document.bod
|
|
|
12633
12658
|
getOptionValue: (u) => u.name,
|
|
12634
12659
|
onOpenChange: s,
|
|
12635
12660
|
children: [
|
|
12636
|
-
/* @__PURE__ */ p(
|
|
12637
|
-
|
|
12661
|
+
/* @__PURE__ */ p(Ze.Group, { children: /* @__PURE__ */ p(
|
|
12662
|
+
Ze.Field,
|
|
12638
12663
|
{
|
|
12639
12664
|
placeholder: "Select method...",
|
|
12640
|
-
renderOption: ({ data: u }) => /* @__PURE__ */
|
|
12641
|
-
u.exposed && /* @__PURE__ */ p(
|
|
12665
|
+
renderOption: ({ data: u }) => /* @__PURE__ */ Z("div", { className: "flex items-center gap-2 truncate", children: [
|
|
12666
|
+
u.exposed && /* @__PURE__ */ p(Sr, { className: "text-warning shrink-0" }),
|
|
12642
12667
|
/* @__PURE__ */ p("span", { className: "truncate", title: u.name, children: u.name })
|
|
12643
12668
|
] }),
|
|
12644
12669
|
onBlur: n,
|
|
@@ -12646,11 +12671,11 @@ const ir = new ca(), $e = () => document.querySelector(`.${ic}`) || document.bod
|
|
|
12646
12671
|
noOptionsMessage: "Nothing found."
|
|
12647
12672
|
}
|
|
12648
12673
|
) }),
|
|
12649
|
-
o && !a && /* @__PURE__ */ p(
|
|
12674
|
+
o && !a && /* @__PURE__ */ p(Ze.Message, { children: o })
|
|
12650
12675
|
]
|
|
12651
12676
|
}
|
|
12652
12677
|
) });
|
|
12653
|
-
},
|
|
12678
|
+
}, dl = ({ listeners: e, attributes: r }) => /* @__PURE__ */ p("button", { "data-cy": "handler-row-drag-handle", ...r, ...e, children: /* @__PURE__ */ p(gc, {}) }), ul = (e) => {
|
|
12654
12679
|
var t;
|
|
12655
12680
|
if (!e) return "";
|
|
12656
12681
|
let r;
|
|
@@ -12704,7 +12729,7 @@ const ir = new ca(), $e = () => document.querySelector(`.${ic}`) || document.bod
|
|
|
12704
12729
|
pattern: o,
|
|
12705
12730
|
regexPattern: i,
|
|
12706
12731
|
verbs: n
|
|
12707
|
-
}, D =
|
|
12732
|
+
}, D = sa(c, ["id", "isExpanded"]);
|
|
12708
12733
|
if (!m()) {
|
|
12709
12734
|
x && u.actions.deleteHandler(x), u.actions.setEditingHandler(null);
|
|
12710
12735
|
return;
|
|
@@ -12712,8 +12737,8 @@ const ir = new ca(), $e = () => document.querySelector(`.${ic}`) || document.bod
|
|
|
12712
12737
|
if (!Yr(y, D)) {
|
|
12713
12738
|
const { confirmed: F } = await u.actions.openModal({
|
|
12714
12739
|
title: "Cancel Changes",
|
|
12715
|
-
type:
|
|
12716
|
-
color:
|
|
12740
|
+
type: Tr.CONFIRM,
|
|
12741
|
+
color: aa.DANGER,
|
|
12717
12742
|
message: "Are you sure you want to cancel changes made to this Handler?",
|
|
12718
12743
|
icon: "FdWarningDanger"
|
|
12719
12744
|
});
|
|
@@ -12723,7 +12748,7 @@ const ir = new ca(), $e = () => document.querySelector(`.${ic}`) || document.bod
|
|
|
12723
12748
|
}
|
|
12724
12749
|
}
|
|
12725
12750
|
};
|
|
12726
|
-
|
|
12751
|
+
jl(
|
|
12727
12752
|
"esc",
|
|
12728
12753
|
() => {
|
|
12729
12754
|
setTimeout(() => {
|
|
@@ -12732,7 +12757,7 @@ const ir = new ca(), $e = () => document.querySelector(`.${ic}`) || document.bod
|
|
|
12732
12757
|
},
|
|
12733
12758
|
[]
|
|
12734
12759
|
), ce(() => {
|
|
12735
|
-
|
|
12760
|
+
nr.subscribe((y) => {
|
|
12736
12761
|
y === e && _();
|
|
12737
12762
|
});
|
|
12738
12763
|
}, [c, e]);
|
|
@@ -12757,10 +12782,10 @@ const ir = new ca(), $e = () => document.querySelector(`.${ic}`) || document.bod
|
|
|
12757
12782
|
return 'Pattern should not end with a "/"';
|
|
12758
12783
|
}
|
|
12759
12784
|
};
|
|
12760
|
-
return /* @__PURE__ */
|
|
12761
|
-
/* @__PURE__ */
|
|
12785
|
+
return /* @__PURE__ */ Z("div", { className: "flex items-center gap-2 rounded-b py-2", children: [
|
|
12786
|
+
/* @__PURE__ */ Z("div", { className: "flex w-60 shrink-0 items-center gap-1", children: [
|
|
12762
12787
|
/* @__PURE__ */ p(
|
|
12763
|
-
|
|
12788
|
+
dl,
|
|
12764
12789
|
{
|
|
12765
12790
|
listeners: s,
|
|
12766
12791
|
attributes: l
|
|
@@ -12795,25 +12820,25 @@ const ir = new ca(), $e = () => document.querySelector(`.${ic}`) || document.bod
|
|
|
12795
12820
|
onBlur: () => w((y) => ({ ...y, method: !0 }))
|
|
12796
12821
|
}
|
|
12797
12822
|
) }),
|
|
12798
|
-
/* @__PURE__ */
|
|
12823
|
+
/* @__PURE__ */ Z("div", { className: "relative w-60 shrink-0 flex items-center gap-1 overflow-visible", children: [
|
|
12799
12824
|
/* @__PURE__ */ p(
|
|
12800
|
-
|
|
12825
|
+
$e,
|
|
12801
12826
|
{
|
|
12802
|
-
label: c.asRegex ?
|
|
12827
|
+
label: c.asRegex ? ul(c.regexPattern) : c.pattern && !c.pattern.endsWith("/") ? `Requests starting with /${c.pattern}/ will be handled` : "",
|
|
12803
12828
|
className: "w-full",
|
|
12804
|
-
container:
|
|
12805
|
-
children: /* @__PURE__ */
|
|
12806
|
-
|
|
12829
|
+
container: Ke(),
|
|
12830
|
+
children: /* @__PURE__ */ Z(
|
|
12831
|
+
Zt.Root,
|
|
12807
12832
|
{
|
|
12808
12833
|
"data-cy": "handler-row-pattern-input",
|
|
12809
12834
|
isInvalid: b.pattern && c.asRegex && !c.regexPattern,
|
|
12810
12835
|
className: "w-full",
|
|
12811
12836
|
color: O() ? "negative" : "primary",
|
|
12812
12837
|
children: [
|
|
12813
|
-
/* @__PURE__ */
|
|
12814
|
-
!c.asRegex && /* @__PURE__ */ p(
|
|
12838
|
+
/* @__PURE__ */ Z(Zt.Group, { children: [
|
|
12839
|
+
!c.asRegex && /* @__PURE__ */ p(Zt.Icon, { className: "text-xs grid place-content-center", children: "/" }),
|
|
12815
12840
|
/* @__PURE__ */ p(
|
|
12816
|
-
|
|
12841
|
+
Zt.Field,
|
|
12817
12842
|
{
|
|
12818
12843
|
value: c.asRegex ? c.regexPattern : c.pattern,
|
|
12819
12844
|
onChange: (y) => {
|
|
@@ -12827,14 +12852,14 @@ const ir = new ca(), $e = () => document.querySelector(`.${ic}`) || document.bod
|
|
|
12827
12852
|
}
|
|
12828
12853
|
)
|
|
12829
12854
|
] }),
|
|
12830
|
-
O() && /* @__PURE__ */ p(
|
|
12855
|
+
O() && /* @__PURE__ */ p(Zt.Message, { children: O() })
|
|
12831
12856
|
]
|
|
12832
12857
|
}
|
|
12833
12858
|
)
|
|
12834
12859
|
}
|
|
12835
12860
|
),
|
|
12836
12861
|
(a ? i : o) && /* @__PURE__ */ p(
|
|
12837
|
-
|
|
12862
|
+
st,
|
|
12838
12863
|
{
|
|
12839
12864
|
variant: "ghost",
|
|
12840
12865
|
color: "white",
|
|
@@ -12844,13 +12869,13 @@ const ir = new ca(), $e = () => document.querySelector(`.${ic}`) || document.bod
|
|
|
12844
12869
|
[c.asRegex ? "regexPattern" : "pattern"]: ""
|
|
12845
12870
|
}));
|
|
12846
12871
|
},
|
|
12847
|
-
children: /* @__PURE__ */ p(
|
|
12872
|
+
children: /* @__PURE__ */ p(ir, { "aria-hidden": "true" })
|
|
12848
12873
|
}
|
|
12849
12874
|
),
|
|
12850
12875
|
/* @__PURE__ */ p(
|
|
12851
|
-
|
|
12876
|
+
$e,
|
|
12852
12877
|
{
|
|
12853
|
-
label: c.asRegex ? /* @__PURE__ */
|
|
12878
|
+
label: c.asRegex ? /* @__PURE__ */ Z("span", { children: [
|
|
12854
12879
|
"Requests matching this regex will be handled. Check the match with the",
|
|
12855
12880
|
" ",
|
|
12856
12881
|
/* @__PURE__ */ p(
|
|
@@ -12862,7 +12887,7 @@ const ir = new ca(), $e = () => document.querySelector(`.${ic}`) || document.bod
|
|
|
12862
12887
|
children: "Match regex command"
|
|
12863
12888
|
}
|
|
12864
12889
|
)
|
|
12865
|
-
] }) : /* @__PURE__ */
|
|
12890
|
+
] }) : /* @__PURE__ */ Z("span", { children: [
|
|
12866
12891
|
"Prefixes are considered as regular expressions already containing starting and ending /",
|
|
12867
12892
|
/* @__PURE__ */ p("br", {}),
|
|
12868
12893
|
/* @__PURE__ */ p(
|
|
@@ -12876,13 +12901,13 @@ const ir = new ca(), $e = () => document.querySelector(`.${ic}`) || document.bod
|
|
|
12876
12901
|
}
|
|
12877
12902
|
)
|
|
12878
12903
|
] }),
|
|
12879
|
-
container:
|
|
12880
|
-
children: /* @__PURE__ */ p("span", { className: "rounded hover:bg-primary-hover text-body w-6 h-6 flex items-center content-center justify-center", children: /* @__PURE__ */ p(
|
|
12904
|
+
container: Ke(),
|
|
12905
|
+
children: /* @__PURE__ */ p("span", { className: "rounded hover:bg-primary-hover text-body w-6 h-6 flex items-center content-center justify-center", children: /* @__PURE__ */ p(fc, { className: "inline h-4 w-4" }) })
|
|
12881
12906
|
}
|
|
12882
12907
|
)
|
|
12883
12908
|
] }),
|
|
12884
12909
|
/* @__PURE__ */ p("div", { className: "w-20 px-2 flex justify-center", children: /* @__PURE__ */ p(
|
|
12885
|
-
|
|
12910
|
+
ja,
|
|
12886
12911
|
{
|
|
12887
12912
|
"data-cy": "handler-row-regex-switch",
|
|
12888
12913
|
checked: !!c.asRegex,
|
|
@@ -12892,7 +12917,7 @@ const ir = new ca(), $e = () => document.querySelector(`.${ic}`) || document.bod
|
|
|
12892
12917
|
}
|
|
12893
12918
|
}
|
|
12894
12919
|
) }),
|
|
12895
|
-
/* @__PURE__ */
|
|
12920
|
+
/* @__PURE__ */ Z("div", { className: "flex flex-1 items-center", children: [
|
|
12896
12921
|
/* @__PURE__ */ p(
|
|
12897
12922
|
gg,
|
|
12898
12923
|
{
|
|
@@ -12905,38 +12930,38 @@ const ir = new ca(), $e = () => document.querySelector(`.${ic}`) || document.bod
|
|
|
12905
12930
|
onBlur: () => w((y) => ({ ...y, verbs: !0 }))
|
|
12906
12931
|
}
|
|
12907
12932
|
),
|
|
12908
|
-
/* @__PURE__ */
|
|
12909
|
-
/* @__PURE__ */ p(
|
|
12910
|
-
|
|
12933
|
+
/* @__PURE__ */ Z("div", { className: "flex items-center gap-0.5 px-2", children: [
|
|
12934
|
+
/* @__PURE__ */ p($e, { label: "Duplicate Handler", container: Ke(), children: /* @__PURE__ */ p(
|
|
12935
|
+
st,
|
|
12911
12936
|
{
|
|
12912
12937
|
"data-cy": "handler-row-duplicate-button",
|
|
12913
12938
|
variant: "ghost",
|
|
12914
12939
|
color: "white",
|
|
12915
12940
|
disabled: !0,
|
|
12916
12941
|
className: "cursor-not-allowed",
|
|
12917
|
-
children: /* @__PURE__ */ p(
|
|
12942
|
+
children: /* @__PURE__ */ p(ca, {})
|
|
12918
12943
|
}
|
|
12919
12944
|
) }),
|
|
12920
|
-
/* @__PURE__ */ p(
|
|
12921
|
-
|
|
12945
|
+
/* @__PURE__ */ p($e, { label: "Confirm Changes", container: Ke(), children: /* @__PURE__ */ p(
|
|
12946
|
+
st,
|
|
12922
12947
|
{
|
|
12923
12948
|
"data-cy": "handler-row-save-button",
|
|
12924
12949
|
variant: "ghost",
|
|
12925
12950
|
color: "white",
|
|
12926
12951
|
disabled: !m(),
|
|
12927
12952
|
onClick: _,
|
|
12928
|
-
className:
|
|
12929
|
-
children: /* @__PURE__ */ p(
|
|
12953
|
+
className: Pr(!m() && "cursor-not-allowed"),
|
|
12954
|
+
children: /* @__PURE__ */ p(cc, {})
|
|
12930
12955
|
}
|
|
12931
12956
|
) }),
|
|
12932
|
-
/* @__PURE__ */ p(
|
|
12933
|
-
|
|
12957
|
+
/* @__PURE__ */ p($e, { label: "Cancel Changes", container: Ke(), children: /* @__PURE__ */ p(
|
|
12958
|
+
st,
|
|
12934
12959
|
{
|
|
12935
12960
|
"data-cy": "handler-row-cancel-button",
|
|
12936
12961
|
variant: "ghost",
|
|
12937
12962
|
color: "white",
|
|
12938
12963
|
onClick: g,
|
|
12939
|
-
children: /* @__PURE__ */ p(
|
|
12964
|
+
children: /* @__PURE__ */ p(pc, {})
|
|
12940
12965
|
}
|
|
12941
12966
|
) })
|
|
12942
12967
|
] })
|
|
@@ -12953,8 +12978,8 @@ const ir = new ca(), $e = () => document.querySelector(`.${ic}`) || document.bod
|
|
|
12953
12978
|
asRegex: s
|
|
12954
12979
|
}) => {
|
|
12955
12980
|
var M;
|
|
12956
|
-
const { attributes: l, listeners: c, setNodeRef: d, transform: u, transition: h } =
|
|
12957
|
-
transform:
|
|
12981
|
+
const { attributes: l, listeners: c, setNodeRef: d, transform: u, transition: h } = zl({ id: e }), I = {
|
|
12982
|
+
transform: Bl.Transform.toString(u),
|
|
12958
12983
|
transition: h
|
|
12959
12984
|
}, k = Wt(), x = k.getEditingHandlerId(), m = s ? a : o, _ = k.getCatalog(), g = Object.values((_ == null ? void 0 : _.singletons) || {}), b = (M = g == null ? void 0 : g.find((y) => y.name === r)) == null ? void 0 : M.methods.map(({ name: y, exposed: D }) => ({ name: y, exposed: D })), w = g == null ? void 0 : g.find(
|
|
12960
12985
|
(y) => y.name === r
|
|
@@ -12980,62 +13005,62 @@ const ir = new ca(), $e = () => document.querySelector(`.${ic}`) || document.bod
|
|
|
12980
13005
|
listeners: c,
|
|
12981
13006
|
attributes: l
|
|
12982
13007
|
}
|
|
12983
|
-
) : /* @__PURE__ */
|
|
13008
|
+
) : /* @__PURE__ */ Z(
|
|
12984
13009
|
"div",
|
|
12985
13010
|
{
|
|
12986
13011
|
className: "flex items-center gap-2 rounded-b py-2.5",
|
|
12987
13012
|
onDoubleClick: () => {
|
|
12988
|
-
|
|
13013
|
+
nr.next(x), k.actions.setEditingHandler(e);
|
|
12989
13014
|
},
|
|
12990
13015
|
children: [
|
|
12991
|
-
/* @__PURE__ */
|
|
13016
|
+
/* @__PURE__ */ Z("div", { className: "flex w-60 shrink-0 items-center gap-1 ", children: [
|
|
12992
13017
|
/* @__PURE__ */ p(
|
|
12993
|
-
|
|
13018
|
+
dl,
|
|
12994
13019
|
{
|
|
12995
13020
|
listeners: c,
|
|
12996
13021
|
attributes: l
|
|
12997
13022
|
},
|
|
12998
13023
|
"grab-handle"
|
|
12999
13024
|
),
|
|
13000
|
-
/* @__PURE__ */ p("div", { className: "text-s w-full", children: r ? /* @__PURE__ */
|
|
13025
|
+
/* @__PURE__ */ p("div", { className: "text-s w-full", children: r ? /* @__PURE__ */ Z("div", { className: Pr("flex items-center gap-2"), children: [
|
|
13001
13026
|
!w && /* @__PURE__ */ p(
|
|
13002
|
-
|
|
13027
|
+
$e,
|
|
13003
13028
|
{
|
|
13004
13029
|
label: `The singleton "${r}" doesn't exist.`,
|
|
13005
13030
|
color: "negative",
|
|
13006
|
-
container:
|
|
13007
|
-
children: /* @__PURE__ */ p("span", { className: "rounded p-0.5 pt-0.5 h-5 w-5 flex justify-center content-center", children: /* @__PURE__ */ p(
|
|
13031
|
+
container: Ke(),
|
|
13032
|
+
children: /* @__PURE__ */ p("span", { className: "rounded p-0.5 pt-0.5 h-5 w-5 flex justify-center content-center", children: /* @__PURE__ */ p(Sr, { className: "h-4 w-4" }) })
|
|
13008
13033
|
}
|
|
13009
13034
|
),
|
|
13010
13035
|
" ",
|
|
13011
13036
|
r
|
|
13012
13037
|
] }) : /* @__PURE__ */ p("span", { className: "text-inactive-text italic", children: "undefined" }) })
|
|
13013
13038
|
] }),
|
|
13014
|
-
/* @__PURE__ */ p("div", { className: "w-60 shrink-0 ", children: /* @__PURE__ */ p("div", { className: "text-s w-full", children: t ? /* @__PURE__ */
|
|
13039
|
+
/* @__PURE__ */ p("div", { className: "w-60 shrink-0 ", children: /* @__PURE__ */ p("div", { className: "text-s w-full", children: t ? /* @__PURE__ */ Z(
|
|
13015
13040
|
"div",
|
|
13016
13041
|
{
|
|
13017
|
-
className:
|
|
13042
|
+
className: Pr(
|
|
13018
13043
|
"flex items-center gap-2",
|
|
13019
13044
|
!f && "text-negative-text",
|
|
13020
13045
|
O && "text-warning-text"
|
|
13021
13046
|
),
|
|
13022
13047
|
children: [
|
|
13023
13048
|
!f && /* @__PURE__ */ p(
|
|
13024
|
-
|
|
13049
|
+
$e,
|
|
13025
13050
|
{
|
|
13026
13051
|
label: `The method "${t}" doesn't exist.`,
|
|
13027
13052
|
color: "negative",
|
|
13028
|
-
container:
|
|
13029
|
-
children: /* @__PURE__ */ p("span", { className: "text-negative-text hover:bg-negative-hover rounded p-0.5 pt-0.5 h-5 w-5 flex justify-center content-center", children: /* @__PURE__ */ p(
|
|
13053
|
+
container: Ke(),
|
|
13054
|
+
children: /* @__PURE__ */ p("span", { className: "text-negative-text hover:bg-negative-hover rounded p-0.5 pt-0.5 h-5 w-5 flex justify-center content-center", children: /* @__PURE__ */ p(Sr, { className: "inline h-4 w-4" }) })
|
|
13030
13055
|
}
|
|
13031
13056
|
),
|
|
13032
13057
|
O && /* @__PURE__ */ p(
|
|
13033
|
-
|
|
13058
|
+
$e,
|
|
13034
13059
|
{
|
|
13035
13060
|
label: `Method "${t}" is already exposed`,
|
|
13036
13061
|
color: "warning",
|
|
13037
|
-
container:
|
|
13038
|
-
children: /* @__PURE__ */ p("span", { className: "text-warning-text hover:bg-warning-hover rounded p-0.5 pt-0.5 h-5 w-5 flex justify-center content-center", children: /* @__PURE__ */ p(
|
|
13062
|
+
container: Ke(),
|
|
13063
|
+
children: /* @__PURE__ */ p("span", { className: "text-warning-text hover:bg-warning-hover rounded p-0.5 pt-0.5 h-5 w-5 flex justify-center content-center", children: /* @__PURE__ */ p(Sr, { className: "inline h-4 w-4" }) })
|
|
13039
13064
|
}
|
|
13040
13065
|
),
|
|
13041
13066
|
t
|
|
@@ -13043,54 +13068,54 @@ const ir = new ca(), $e = () => document.querySelector(`.${ic}`) || document.bod
|
|
|
13043
13068
|
}
|
|
13044
13069
|
) : /* @__PURE__ */ p("span", { className: "text-inactive-text italic", children: "undefined" }) }) }),
|
|
13045
13070
|
/* @__PURE__ */ p("div", { className: "text-s relative w-60 shrink-0", children: m ? /* @__PURE__ */ p(
|
|
13046
|
-
|
|
13071
|
+
$e,
|
|
13047
13072
|
{
|
|
13048
|
-
label: s ?
|
|
13049
|
-
container:
|
|
13073
|
+
label: s ? ul(m) : `Requests starting with /${m}/ will be handled`,
|
|
13074
|
+
container: Ke(),
|
|
13050
13075
|
children: /* @__PURE__ */ p("span", { children: m })
|
|
13051
13076
|
}
|
|
13052
13077
|
) : /* @__PURE__ */ p("span", { className: "text-inactive-text italic", children: "/" }) }),
|
|
13053
|
-
/* @__PURE__ */ p("div", { className: "px-5 w-20 flex justify-center text-inactive-text", children: s ? /* @__PURE__ */ p(
|
|
13054
|
-
/* @__PURE__ */
|
|
13078
|
+
/* @__PURE__ */ p("div", { className: "px-5 w-20 flex justify-center text-inactive-text", children: s ? /* @__PURE__ */ p(sc, {}) : /* @__PURE__ */ p(lc, {}) }),
|
|
13079
|
+
/* @__PURE__ */ Z("div", { className: "flex flex-1 items-center", children: [
|
|
13055
13080
|
/* @__PURE__ */ p("div", { className: "text-s w-full", children: n.length ? n.join(",") : /* @__PURE__ */ p("span", { className: "text-inactive-text italic", children: "undefined" }) }),
|
|
13056
|
-
/* @__PURE__ */
|
|
13081
|
+
/* @__PURE__ */ Z("div", { className: "flex items-center gap-0.5 px-2", children: [
|
|
13057
13082
|
/* @__PURE__ */ p(
|
|
13058
|
-
|
|
13083
|
+
$e,
|
|
13059
13084
|
{
|
|
13060
13085
|
label: "Duplicate Handler",
|
|
13061
|
-
container:
|
|
13086
|
+
container: Ke(),
|
|
13062
13087
|
children: /* @__PURE__ */ p(
|
|
13063
|
-
|
|
13088
|
+
st,
|
|
13064
13089
|
{
|
|
13065
13090
|
"data-cy": "handler-row-duplicate-button",
|
|
13066
13091
|
variant: "ghost",
|
|
13067
13092
|
color: "white",
|
|
13068
13093
|
onClick: () => k.actions.duplicateHandler(e),
|
|
13069
|
-
children: /* @__PURE__ */ p(
|
|
13094
|
+
children: /* @__PURE__ */ p(ca, {})
|
|
13070
13095
|
}
|
|
13071
13096
|
)
|
|
13072
13097
|
}
|
|
13073
13098
|
),
|
|
13074
|
-
/* @__PURE__ */ p(
|
|
13075
|
-
|
|
13099
|
+
/* @__PURE__ */ p($e, { label: "Edit Handler", container: Ke(), children: /* @__PURE__ */ p(
|
|
13100
|
+
st,
|
|
13076
13101
|
{
|
|
13077
13102
|
"data-cy": "handler-row-edit-button",
|
|
13078
13103
|
variant: "ghost",
|
|
13079
13104
|
color: "white",
|
|
13080
13105
|
onClick: () => {
|
|
13081
|
-
|
|
13106
|
+
nr.next(x), k.actions.setEditingHandler(e);
|
|
13082
13107
|
},
|
|
13083
|
-
children: /* @__PURE__ */ p(
|
|
13108
|
+
children: /* @__PURE__ */ p(mc, {})
|
|
13084
13109
|
}
|
|
13085
13110
|
) }),
|
|
13086
13111
|
/* @__PURE__ */ p(
|
|
13087
|
-
|
|
13112
|
+
$e,
|
|
13088
13113
|
{
|
|
13089
13114
|
label: "Delete Handler",
|
|
13090
13115
|
position: "up-end",
|
|
13091
|
-
container:
|
|
13116
|
+
container: Ke(),
|
|
13092
13117
|
children: /* @__PURE__ */ p(
|
|
13093
|
-
|
|
13118
|
+
st,
|
|
13094
13119
|
{
|
|
13095
13120
|
"data-cy": "handler-row-delete-button",
|
|
13096
13121
|
variant: "ghost",
|
|
@@ -13102,8 +13127,8 @@ const ir = new ca(), $e = () => document.querySelector(`.${ic}`) || document.bod
|
|
|
13102
13127
|
}
|
|
13103
13128
|
const { confirmed: y } = await k.actions.openModal({
|
|
13104
13129
|
title: "Delete Handler",
|
|
13105
|
-
type:
|
|
13106
|
-
color:
|
|
13130
|
+
type: Tr.CONFIRM,
|
|
13131
|
+
color: aa.DANGER,
|
|
13107
13132
|
message: "Are you sure you want to remove this Handler?",
|
|
13108
13133
|
icon: "FdWarningDanger"
|
|
13109
13134
|
});
|
|
@@ -13121,17 +13146,19 @@ const ir = new ca(), $e = () => document.querySelector(`.${ic}`) || document.bod
|
|
|
13121
13146
|
)
|
|
13122
13147
|
}
|
|
13123
13148
|
);
|
|
13124
|
-
},
|
|
13149
|
+
}, pl = ({
|
|
13125
13150
|
className: e
|
|
13126
13151
|
}) => {
|
|
13127
13152
|
const r = Wt(), t = r.getEditingHandlerId();
|
|
13128
|
-
return /* @__PURE__ */ p(
|
|
13129
|
-
|
|
13153
|
+
return /* @__PURE__ */ p($e, { label: "Add a new HTTP Handler", container: Ke(), children: /* @__PURE__ */ p(
|
|
13154
|
+
st,
|
|
13130
13155
|
{
|
|
13131
13156
|
"data-cy": "handlers-editor-add-handler-button",
|
|
13157
|
+
variant: "ghost",
|
|
13158
|
+
color: "white",
|
|
13132
13159
|
disabled: !!t,
|
|
13133
13160
|
onClick: () => {
|
|
13134
|
-
|
|
13161
|
+
nr.next(t), r.actions.addHandler({
|
|
13135
13162
|
class: "",
|
|
13136
13163
|
isExpanded: !0,
|
|
13137
13164
|
method: "",
|
|
@@ -13140,32 +13167,27 @@ const ir = new ca(), $e = () => document.querySelector(`.${ic}`) || document.bod
|
|
|
13140
13167
|
regexPattern: ""
|
|
13141
13168
|
});
|
|
13142
13169
|
},
|
|
13143
|
-
className:
|
|
13144
|
-
|
|
13145
|
-
"hover:bg-primary-hover rounded p-1 text-gray-100 hover:text-white active:outline-none disabled:cursor-not-allowed disabled:opacity-30"
|
|
13146
|
-
),
|
|
13147
|
-
children: /* @__PURE__ */ p(ia, { className: "h-5 w-5" })
|
|
13170
|
+
className: e,
|
|
13171
|
+
children: /* @__PURE__ */ p(Ql, { className: "size-4" })
|
|
13148
13172
|
}
|
|
13149
13173
|
) });
|
|
13150
13174
|
}, bg = ({
|
|
13151
13175
|
label: e,
|
|
13152
13176
|
Icon: r,
|
|
13153
13177
|
onClick: t
|
|
13154
|
-
}) => /* @__PURE__ */ p(yo, { label: e, Icon: r, as: "button", onClick: t }), wg = ({
|
|
13155
|
-
|
|
13156
|
-
|
|
13157
|
-
|
|
13158
|
-
return /* @__PURE__ */ Q(Br, { depth: 1, className: "flex items-center justify-between border-b p-2", children: [
|
|
13159
|
-
/* @__PURE__ */ Q("div", { className: "flex items-center gap-2", children: [
|
|
13178
|
+
}) => /* @__PURE__ */ p(yo, { label: e, Icon: r, as: "button", onClick: t }), wg = ({ hasHorizontalScroll: e, showAddButton: r }) => {
|
|
13179
|
+
const t = Wt(), { canUndo: o, canRedo: n } = t.getActiveTabHistoryActions(), i = t.actions.undo, a = t.actions.redo;
|
|
13180
|
+
return /* @__PURE__ */ Z(Br, { depth: 1, className: "flex items-center justify-between border-b p-2", children: [
|
|
13181
|
+
/* @__PURE__ */ Z("div", { className: "flex items-center gap-2", children: [
|
|
13160
13182
|
/* @__PURE__ */ p(
|
|
13161
13183
|
yo,
|
|
13162
13184
|
{
|
|
13163
13185
|
"data-cy": "toolbar-undo-button",
|
|
13164
13186
|
label: "Undo",
|
|
13165
|
-
disabled: !
|
|
13166
|
-
Icon:
|
|
13187
|
+
disabled: !o,
|
|
13188
|
+
Icon: ec,
|
|
13167
13189
|
as: "button",
|
|
13168
|
-
onClick:
|
|
13190
|
+
onClick: o ? i : void 0
|
|
13169
13191
|
}
|
|
13170
13192
|
),
|
|
13171
13193
|
/* @__PURE__ */ p(
|
|
@@ -13173,18 +13195,18 @@ const ir = new ca(), $e = () => document.querySelector(`.${ic}`) || document.bod
|
|
|
13173
13195
|
{
|
|
13174
13196
|
"data-cy": "toolbar-redo-button",
|
|
13175
13197
|
label: "Redo",
|
|
13176
|
-
disabled: !
|
|
13177
|
-
Icon:
|
|
13198
|
+
disabled: !n,
|
|
13199
|
+
Icon: tc,
|
|
13178
13200
|
as: "button",
|
|
13179
|
-
onClick:
|
|
13201
|
+
onClick: n ? a : void 0
|
|
13180
13202
|
}
|
|
13181
13203
|
),
|
|
13182
|
-
!!
|
|
13204
|
+
!!t.actions.switchEditor && /* @__PURE__ */ p(
|
|
13183
13205
|
bg,
|
|
13184
13206
|
{
|
|
13185
13207
|
label: "Switch to text Editor",
|
|
13186
|
-
Icon:
|
|
13187
|
-
onClick: () =>
|
|
13208
|
+
Icon: rc,
|
|
13209
|
+
onClick: () => t.actions.switchEditor({
|
|
13188
13210
|
config: { language: "json" },
|
|
13189
13211
|
key: "editors:code"
|
|
13190
13212
|
}),
|
|
@@ -13192,33 +13214,28 @@ const ir = new ca(), $e = () => document.querySelector(`.${ic}`) || document.bod
|
|
|
13192
13214
|
}
|
|
13193
13215
|
)
|
|
13194
13216
|
] }),
|
|
13195
|
-
/* @__PURE__ */
|
|
13196
|
-
/* @__PURE__ */
|
|
13217
|
+
/* @__PURE__ */ Z("div", { className: "flex items-center gap-2", children: [
|
|
13218
|
+
/* @__PURE__ */ Z(
|
|
13197
13219
|
"p",
|
|
13198
13220
|
{
|
|
13199
|
-
className:
|
|
13221
|
+
className: Pr(
|
|
13200
13222
|
"text-grey-100 text-s items-center gap-1",
|
|
13201
|
-
e ? "hidden lg:flex" : "flex"
|
|
13223
|
+
e ? "hidden lg:flex" : "flex pr-2"
|
|
13202
13224
|
),
|
|
13203
13225
|
children: [
|
|
13204
|
-
/* @__PURE__ */ p(
|
|
13226
|
+
/* @__PURE__ */ p(oc, { className: "inline text-base text-white" }),
|
|
13205
13227
|
" HTTP handlers are evaluated in the order they are declared"
|
|
13206
13228
|
]
|
|
13207
13229
|
}
|
|
13208
13230
|
),
|
|
13209
|
-
/* @__PURE__ */ p(
|
|
13210
|
-
hl,
|
|
13211
|
-
{
|
|
13212
|
-
className: `flex lg:${e ? "flex" : "hidden"}`
|
|
13213
|
-
}
|
|
13214
|
-
)
|
|
13231
|
+
r && /* @__PURE__ */ p(pl, {})
|
|
13215
13232
|
] })
|
|
13216
13233
|
] });
|
|
13217
13234
|
}, xg = () => {
|
|
13218
|
-
const e = Wt(), r = e.getHandlers(), t = e.getEditingHandlerId(), o =
|
|
13219
|
-
Gn(
|
|
13220
|
-
Gn(
|
|
13221
|
-
coordinateGetter:
|
|
13235
|
+
const e = Wt(), r = e.getHandlers(), t = e.getEditingHandlerId(), o = El(
|
|
13236
|
+
Gn(Sl),
|
|
13237
|
+
Gn(Ol, {
|
|
13238
|
+
coordinateGetter: Cl
|
|
13222
13239
|
})
|
|
13223
13240
|
), [n, i] = Ie(null), [a, s] = Ie(!1), l = de(null), c = r.find((d) => d.id === n);
|
|
13224
13241
|
return ce(() => {
|
|
@@ -13233,15 +13250,21 @@ const ir = new ca(), $e = () => document.querySelector(`.${ic}`) || document.bod
|
|
|
13233
13250
|
return l.current && u.observe(l.current), () => {
|
|
13234
13251
|
u.disconnect();
|
|
13235
13252
|
};
|
|
13236
|
-
}, [r.length]), /* @__PURE__ */
|
|
13237
|
-
/* @__PURE__ */ p(
|
|
13253
|
+
}, [r.length]), /* @__PURE__ */ Z(Br, { depth: 1, className: "flex h-full w-full flex-col", children: [
|
|
13254
|
+
/* @__PURE__ */ p(
|
|
13255
|
+
wg,
|
|
13256
|
+
{
|
|
13257
|
+
hasHorizontalScroll: a,
|
|
13258
|
+
showAddButton: !(r.length > 0 && !a)
|
|
13259
|
+
}
|
|
13260
|
+
),
|
|
13238
13261
|
/* @__PURE__ */ p(
|
|
13239
13262
|
"div",
|
|
13240
13263
|
{
|
|
13241
13264
|
className: "mt-1 flex flex-1 flex-col overflow-x-auto px-4",
|
|
13242
13265
|
ref: l,
|
|
13243
|
-
children: r.length ? /* @__PURE__ */
|
|
13244
|
-
/* @__PURE__ */
|
|
13266
|
+
children: r.length ? /* @__PURE__ */ Z("div", { className: "flex h-full min-w-300 flex-1 flex-col", children: [
|
|
13267
|
+
/* @__PURE__ */ Z(
|
|
13245
13268
|
Br,
|
|
13246
13269
|
{
|
|
13247
13270
|
depth: 1,
|
|
@@ -13252,24 +13275,24 @@ const ir = new ca(), $e = () => document.querySelector(`.${ic}`) || document.bod
|
|
|
13252
13275
|
/* @__PURE__ */ p("div", { className: "w-60 shrink-0 text-xs", children: "Method" }),
|
|
13253
13276
|
/* @__PURE__ */ p("div", { className: "w-60 shrink-0 text-xs", children: "Pattern" }),
|
|
13254
13277
|
/* @__PURE__ */ p("div", { className: "w-20 px-2 text-center text-xs", children: "As Regex" }),
|
|
13255
|
-
/* @__PURE__ */
|
|
13278
|
+
/* @__PURE__ */ Z("div", { className: "flex flex-1 items-center justify-between text-xs", children: [
|
|
13256
13279
|
/* @__PURE__ */ p("span", { children: "Verbs" }),
|
|
13257
13280
|
/* @__PURE__ */ p(
|
|
13258
13281
|
"div",
|
|
13259
13282
|
{
|
|
13260
13283
|
className: `flex items-center gap-2 text-2xl h-7 ${a ? "invisible" : ""}`,
|
|
13261
|
-
children: /* @__PURE__ */ p(
|
|
13284
|
+
children: /* @__PURE__ */ p(pl, {})
|
|
13262
13285
|
}
|
|
13263
13286
|
)
|
|
13264
13287
|
] })
|
|
13265
13288
|
]
|
|
13266
13289
|
}
|
|
13267
13290
|
),
|
|
13268
|
-
/* @__PURE__ */ p("div", { className: "py-3", "data-cy": "handlers-editor-list", children: /* @__PURE__ */
|
|
13269
|
-
|
|
13291
|
+
/* @__PURE__ */ p("div", { className: "py-3", "data-cy": "handlers-editor-list", children: /* @__PURE__ */ Z(
|
|
13292
|
+
_l,
|
|
13270
13293
|
{
|
|
13271
13294
|
sensors: o,
|
|
13272
|
-
collisionDetection:
|
|
13295
|
+
collisionDetection: Nl,
|
|
13273
13296
|
onDragStart: (d) => {
|
|
13274
13297
|
i(d.active.id);
|
|
13275
13298
|
},
|
|
@@ -13278,36 +13301,36 @@ const ir = new ca(), $e = () => document.querySelector(`.${ic}`) || document.bod
|
|
|
13278
13301
|
if (i(null), !(!u || !h) && u.id !== (h == null ? void 0 : h.id)) {
|
|
13279
13302
|
const I = r.map((x) => x.id).indexOf(u.id), k = r.map((x) => x.id).indexOf(h.id);
|
|
13280
13303
|
e.actions.updateHandlers(
|
|
13281
|
-
|
|
13304
|
+
Tl(r, I, k)
|
|
13282
13305
|
);
|
|
13283
13306
|
}
|
|
13284
13307
|
},
|
|
13285
13308
|
children: [
|
|
13286
13309
|
/* @__PURE__ */ p(
|
|
13287
|
-
|
|
13310
|
+
Ml,
|
|
13288
13311
|
{
|
|
13289
13312
|
items: r,
|
|
13290
|
-
strategy:
|
|
13313
|
+
strategy: Rl,
|
|
13291
13314
|
children: r.map(({ id: d, ...u }) => /* @__PURE__ */ p(oa, { id: d, ...u }, d))
|
|
13292
13315
|
}
|
|
13293
13316
|
),
|
|
13294
|
-
/* @__PURE__ */ p(
|
|
13317
|
+
/* @__PURE__ */ p(Dl, { children: n && c ? /* @__PURE__ */ p("div", { className: "opacity-10", children: /* @__PURE__ */ p(oa, { ...c }) }) : null })
|
|
13295
13318
|
]
|
|
13296
13319
|
}
|
|
13297
13320
|
) })
|
|
13298
|
-
] }) : /* @__PURE__ */
|
|
13299
|
-
/* @__PURE__ */ p("div", { children: /* @__PURE__ */ p(
|
|
13300
|
-
/* @__PURE__ */
|
|
13321
|
+
] }) : /* @__PURE__ */ Z("div", { className: "mt-6", children: [
|
|
13322
|
+
/* @__PURE__ */ p("div", { children: /* @__PURE__ */ p(vc, { className: "text-muted mx-auto h-9 w-9" }) }),
|
|
13323
|
+
/* @__PURE__ */ Z("div", { className: "text-s text-muted mx-auto mt-3 max-w-sm text-center", children: [
|
|
13301
13324
|
"There are no http handlers configured yet ",
|
|
13302
13325
|
/* @__PURE__ */ p("br", {}),
|
|
13303
13326
|
"Please add a new one to add a new one."
|
|
13304
13327
|
] }),
|
|
13305
|
-
/* @__PURE__ */ p("div", { className: "mt-3 flex items-center justify-center", children: /* @__PURE__ */
|
|
13306
|
-
|
|
13328
|
+
/* @__PURE__ */ p("div", { className: "mt-3 flex items-center justify-center", children: /* @__PURE__ */ Z(
|
|
13329
|
+
st,
|
|
13307
13330
|
{
|
|
13308
13331
|
"data-cy": "handlers-editor-empty-add-handler-button",
|
|
13309
13332
|
onClick: () => {
|
|
13310
|
-
|
|
13333
|
+
nr.next(t), e.actions.addHandler({
|
|
13311
13334
|
class: "",
|
|
13312
13335
|
isExpanded: !0,
|
|
13313
13336
|
method: "",
|
|
@@ -13317,7 +13340,7 @@ const ir = new ca(), $e = () => document.querySelector(`.${ic}`) || document.bod
|
|
|
13317
13340
|
});
|
|
13318
13341
|
},
|
|
13319
13342
|
children: [
|
|
13320
|
-
/* @__PURE__ */ p(
|
|
13343
|
+
/* @__PURE__ */ p(bc, {}),
|
|
13321
13344
|
" Add New Handler"
|
|
13322
13345
|
]
|
|
13323
13346
|
}
|
|
@@ -13329,19 +13352,19 @@ const ir = new ca(), $e = () => document.querySelector(`.${ic}`) || document.bod
|
|
|
13329
13352
|
}, yg = () => /* @__PURE__ */ p(xg, {}), Ig = () => {
|
|
13330
13353
|
const { modals: e, closeModal: r, editModal: t } = hg();
|
|
13331
13354
|
return /* @__PURE__ */ p(wt, { children: e.map((o, n) => /* @__PURE__ */ p(
|
|
13332
|
-
|
|
13355
|
+
Wl,
|
|
13333
13356
|
{
|
|
13334
13357
|
hasOverlay: n === 0,
|
|
13335
13358
|
...o,
|
|
13336
13359
|
onClose: r,
|
|
13337
13360
|
onEdit: t,
|
|
13338
|
-
container:
|
|
13361
|
+
container: Ke()
|
|
13339
13362
|
},
|
|
13340
13363
|
o.id
|
|
13341
13364
|
)) });
|
|
13342
13365
|
}, kg = ({ initialValue: e, onChange: r }) => {
|
|
13343
13366
|
const t = Wt(), o = t.getHandlers(), n = de(e), i = Pe(
|
|
13344
|
-
() =>
|
|
13367
|
+
() => al(o),
|
|
13345
13368
|
[o]
|
|
13346
13369
|
);
|
|
13347
13370
|
return ce(() => {
|
|
@@ -13355,7 +13378,7 @@ const ir = new ca(), $e = () => document.querySelector(`.${ic}`) || document.bod
|
|
|
13355
13378
|
a
|
|
13356
13379
|
);
|
|
13357
13380
|
}
|
|
13358
|
-
}, [t, e]),
|
|
13381
|
+
}, [t, e]), ia(() => {
|
|
13359
13382
|
if (r)
|
|
13360
13383
|
try {
|
|
13361
13384
|
r(i);
|
|
@@ -13365,13 +13388,13 @@ const ir = new ca(), $e = () => document.querySelector(`.${ic}`) || document.bod
|
|
|
13365
13388
|
a
|
|
13366
13389
|
);
|
|
13367
13390
|
}
|
|
13368
|
-
}, [r, i]), /* @__PURE__ */
|
|
13391
|
+
}, [r, i]), /* @__PURE__ */ Z(wt, { children: [
|
|
13369
13392
|
/* @__PURE__ */ p("div", { className: "h-screen bg-grey-900", children: /* @__PURE__ */ p(yg, {}) }),
|
|
13370
13393
|
/* @__PURE__ */ p(Ig, {})
|
|
13371
13394
|
] });
|
|
13372
13395
|
}, Eg = (e) => {
|
|
13373
13396
|
const r = pg();
|
|
13374
|
-
return /* @__PURE__ */ p(qh, { adapter: r, children: /* @__PURE__ */ p(
|
|
13397
|
+
return /* @__PURE__ */ p(qh, { adapter: r, children: /* @__PURE__ */ p($l, { children: /* @__PURE__ */ p(kg, { ...e }) }) });
|
|
13375
13398
|
}, Wg = ({
|
|
13376
13399
|
initialValue: e = [],
|
|
13377
13400
|
catalog: r,
|
|
@@ -13389,18 +13412,18 @@ const ir = new ca(), $e = () => document.querySelector(`.${ic}`) || document.bod
|
|
|
13389
13412
|
}
|
|
13390
13413
|
);
|
|
13391
13414
|
export {
|
|
13392
|
-
|
|
13415
|
+
nr as $handlerSubject,
|
|
13393
13416
|
qh as EditorStateAdapterProvider,
|
|
13394
13417
|
Tn as EditorStateContext,
|
|
13395
13418
|
yg as HTTPHandlersEditor,
|
|
13396
|
-
|
|
13419
|
+
Jl as HTTP_HANDLERS_EDITOR_SCOPE_CLASS,
|
|
13397
13420
|
ug as ReducerAdapterProvider,
|
|
13398
13421
|
Wg as Standalone,
|
|
13399
13422
|
Mo as getDefaultInitialState,
|
|
13400
|
-
|
|
13423
|
+
cl as handlerReducer,
|
|
13401
13424
|
Fg as jsonSchema,
|
|
13402
13425
|
Cn as normalizeHandlers,
|
|
13403
|
-
|
|
13426
|
+
al as serializeHandlers,
|
|
13404
13427
|
Wt as useEditorStateAdapter,
|
|
13405
13428
|
hg as useModals,
|
|
13406
13429
|
pg as useReducerAdapter,
|