@xmart/xorder-ui 0.0.35-dev.1 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.esm.js +863 -1098
- package/package.json +2 -6
package/dist/index.esm.js
CHANGED
|
@@ -1,233 +1,53 @@
|
|
|
1
1
|
import * as e from "react";
|
|
2
2
|
import t, { forwardRef as n, useImperativeHandle as r, useMemo as i, useRef as a, useState as o } from "react";
|
|
3
|
+
import { Fragment as s, jsx as c, jsxs as l } from "react/jsx-runtime";
|
|
3
4
|
import "react-dom";
|
|
4
|
-
//#region \0rolldown/runtime.js
|
|
5
|
-
var s = (e, t) => () => (t || e((t = { exports: {} }).exports, t), t.exports), c = /* @__PURE__ */ ((e) => typeof require < "u" ? require : typeof Proxy < "u" ? new Proxy(e, { get: (e, t) => (typeof require < "u" ? require : e)[t] }) : e)(function(e) {
|
|
6
|
-
if (typeof require < "u") return require.apply(this, arguments);
|
|
7
|
-
throw Error("Calling `require` for \"" + e + "\" in an environment that doesn't expose the `require` function. See https://rolldown.rs/in-depth/bundling-cjs#require-external-modules for more details.");
|
|
8
|
-
});
|
|
9
|
-
//#endregion
|
|
10
5
|
//#region ../../node_modules/@radix-ui/react-compose-refs/dist/index.mjs
|
|
11
|
-
function
|
|
6
|
+
function u(e, t) {
|
|
12
7
|
if (typeof e == "function") return e(t);
|
|
13
8
|
e != null && (e.current = t);
|
|
14
9
|
}
|
|
15
|
-
function
|
|
10
|
+
function d(...e) {
|
|
16
11
|
return (t) => {
|
|
17
12
|
let n = !1, r = e.map((e) => {
|
|
18
|
-
let r =
|
|
13
|
+
let r = u(e, t);
|
|
19
14
|
return !n && typeof r == "function" && (n = !0), r;
|
|
20
15
|
});
|
|
21
16
|
if (n) return () => {
|
|
22
17
|
for (let t = 0; t < r.length; t++) {
|
|
23
18
|
let n = r[t];
|
|
24
|
-
typeof n == "function" ? n() :
|
|
19
|
+
typeof n == "function" ? n() : u(e[t], null);
|
|
25
20
|
}
|
|
26
21
|
};
|
|
27
22
|
};
|
|
28
23
|
}
|
|
29
|
-
function
|
|
30
|
-
return e.useCallback(
|
|
24
|
+
function f(...t) {
|
|
25
|
+
return e.useCallback(d(...t), t);
|
|
31
26
|
}
|
|
32
27
|
//#endregion
|
|
33
|
-
//#region ../../node_modules/react/
|
|
34
|
-
var
|
|
35
|
-
|
|
36
|
-
function r(e, n, r) {
|
|
37
|
-
var i = null;
|
|
38
|
-
if (r !== void 0 && (i = "" + r), n.key !== void 0 && (i = "" + n.key), "key" in n) for (var a in r = {}, n) a !== "key" && (r[a] = n[a]);
|
|
39
|
-
else r = n;
|
|
40
|
-
return n = r.ref, {
|
|
41
|
-
$$typeof: t,
|
|
42
|
-
type: e,
|
|
43
|
-
key: i,
|
|
44
|
-
ref: n === void 0 ? null : n,
|
|
45
|
-
props: r
|
|
46
|
-
};
|
|
47
|
-
}
|
|
48
|
-
e.Fragment = n, e.jsx = r, e.jsxs = r;
|
|
49
|
-
})), p = /* @__PURE__ */ s(((e) => {
|
|
50
|
-
process.env.NODE_ENV !== "production" && (function() {
|
|
51
|
-
function t(e) {
|
|
52
|
-
if (e == null) return null;
|
|
53
|
-
if (typeof e == "function") return e.$$typeof === k ? null : e.displayName || e.name || null;
|
|
54
|
-
if (typeof e == "string") return e;
|
|
55
|
-
switch (e) {
|
|
56
|
-
case v: return "Fragment";
|
|
57
|
-
case b: return "Profiler";
|
|
58
|
-
case y: return "StrictMode";
|
|
59
|
-
case w: return "Suspense";
|
|
60
|
-
case T: return "SuspenseList";
|
|
61
|
-
case O: return "Activity";
|
|
62
|
-
}
|
|
63
|
-
if (typeof e == "object") switch (typeof e.tag == "number" && console.error("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."), e.$$typeof) {
|
|
64
|
-
case _: return "Portal";
|
|
65
|
-
case S: return e.displayName || "Context";
|
|
66
|
-
case x: return (e._context.displayName || "Context") + ".Consumer";
|
|
67
|
-
case C:
|
|
68
|
-
var n = e.render;
|
|
69
|
-
return e = e.displayName, e ||= (e = n.displayName || n.name || "", e === "" ? "ForwardRef" : "ForwardRef(" + e + ")"), e;
|
|
70
|
-
case E: return n = e.displayName || null, n === null ? t(e.type) || "Memo" : n;
|
|
71
|
-
case D:
|
|
72
|
-
n = e._payload, e = e._init;
|
|
73
|
-
try {
|
|
74
|
-
return t(e(n));
|
|
75
|
-
} catch {}
|
|
76
|
-
}
|
|
77
|
-
return null;
|
|
78
|
-
}
|
|
79
|
-
function n(e) {
|
|
80
|
-
return "" + e;
|
|
81
|
-
}
|
|
82
|
-
function r(e) {
|
|
83
|
-
try {
|
|
84
|
-
n(e);
|
|
85
|
-
var t = !1;
|
|
86
|
-
} catch {
|
|
87
|
-
t = !0;
|
|
88
|
-
}
|
|
89
|
-
if (t) {
|
|
90
|
-
t = console;
|
|
91
|
-
var r = t.error, i = typeof Symbol == "function" && Symbol.toStringTag && e[Symbol.toStringTag] || e.constructor.name || "Object";
|
|
92
|
-
return r.call(t, "The provided key is an unsupported type %s. This value must be coerced to a string before using it here.", i), n(e);
|
|
93
|
-
}
|
|
94
|
-
}
|
|
95
|
-
function i(e) {
|
|
96
|
-
if (e === v) return "<>";
|
|
97
|
-
if (typeof e == "object" && e && e.$$typeof === D) return "<...>";
|
|
98
|
-
try {
|
|
99
|
-
var n = t(e);
|
|
100
|
-
return n ? "<" + n + ">" : "<...>";
|
|
101
|
-
} catch {
|
|
102
|
-
return "<...>";
|
|
103
|
-
}
|
|
104
|
-
}
|
|
105
|
-
function a() {
|
|
106
|
-
var e = A.A;
|
|
107
|
-
return e === null ? null : e.getOwner();
|
|
108
|
-
}
|
|
109
|
-
function o() {
|
|
110
|
-
return Error("react-stack-top-frame");
|
|
111
|
-
}
|
|
112
|
-
function s(e) {
|
|
113
|
-
if (j.call(e, "key")) {
|
|
114
|
-
var t = Object.getOwnPropertyDescriptor(e, "key").get;
|
|
115
|
-
if (t && t.isReactWarning) return !1;
|
|
116
|
-
}
|
|
117
|
-
return e.key !== void 0;
|
|
118
|
-
}
|
|
119
|
-
function l(e, t) {
|
|
120
|
-
function n() {
|
|
121
|
-
P || (P = !0, console.error("%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://react.dev/link/special-props)", t));
|
|
122
|
-
}
|
|
123
|
-
n.isReactWarning = !0, Object.defineProperty(e, "key", {
|
|
124
|
-
get: n,
|
|
125
|
-
configurable: !0
|
|
126
|
-
});
|
|
127
|
-
}
|
|
128
|
-
function u() {
|
|
129
|
-
var e = t(this.type);
|
|
130
|
-
return F[e] || (F[e] = !0, console.error("Accessing element.ref was removed in React 19. ref is now a regular prop. It will be removed from the JSX Element type in a future release.")), e = this.props.ref, e === void 0 ? null : e;
|
|
131
|
-
}
|
|
132
|
-
function d(e, t, n, r, i, a) {
|
|
133
|
-
var o = n.ref;
|
|
134
|
-
return e = {
|
|
135
|
-
$$typeof: g,
|
|
136
|
-
type: e,
|
|
137
|
-
key: t,
|
|
138
|
-
props: n,
|
|
139
|
-
_owner: r
|
|
140
|
-
}, (o === void 0 ? null : o) === null ? Object.defineProperty(e, "ref", {
|
|
141
|
-
enumerable: !1,
|
|
142
|
-
value: null
|
|
143
|
-
}) : Object.defineProperty(e, "ref", {
|
|
144
|
-
enumerable: !1,
|
|
145
|
-
get: u
|
|
146
|
-
}), e._store = {}, Object.defineProperty(e._store, "validated", {
|
|
147
|
-
configurable: !1,
|
|
148
|
-
enumerable: !1,
|
|
149
|
-
writable: !0,
|
|
150
|
-
value: 0
|
|
151
|
-
}), Object.defineProperty(e, "_debugInfo", {
|
|
152
|
-
configurable: !1,
|
|
153
|
-
enumerable: !1,
|
|
154
|
-
writable: !0,
|
|
155
|
-
value: null
|
|
156
|
-
}), Object.defineProperty(e, "_debugStack", {
|
|
157
|
-
configurable: !1,
|
|
158
|
-
enumerable: !1,
|
|
159
|
-
writable: !0,
|
|
160
|
-
value: i
|
|
161
|
-
}), Object.defineProperty(e, "_debugTask", {
|
|
162
|
-
configurable: !1,
|
|
163
|
-
enumerable: !1,
|
|
164
|
-
writable: !0,
|
|
165
|
-
value: a
|
|
166
|
-
}), Object.freeze && (Object.freeze(e.props), Object.freeze(e)), e;
|
|
167
|
-
}
|
|
168
|
-
function f(e, n, i, o, c, u) {
|
|
169
|
-
var f = n.children;
|
|
170
|
-
if (f !== void 0) if (o) if (M(f)) {
|
|
171
|
-
for (o = 0; o < f.length; o++) p(f[o]);
|
|
172
|
-
Object.freeze && Object.freeze(f);
|
|
173
|
-
} else console.error("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");
|
|
174
|
-
else p(f);
|
|
175
|
-
if (j.call(n, "key")) {
|
|
176
|
-
f = t(e);
|
|
177
|
-
var m = Object.keys(n).filter(function(e) {
|
|
178
|
-
return e !== "key";
|
|
179
|
-
});
|
|
180
|
-
o = 0 < m.length ? "{key: someKey, " + m.join(": ..., ") + ": ...}" : "{key: someKey}", R[f + o] || (m = 0 < m.length ? "{" + m.join(": ..., ") + ": ...}" : "{}", console.error("A props object containing a \"key\" prop is being spread into JSX:\n let props = %s;\n <%s {...props} />\nReact keys must be passed directly to JSX without using spread:\n let props = %s;\n <%s key={someKey} {...props} />", o, f, m, f), R[f + o] = !0);
|
|
181
|
-
}
|
|
182
|
-
if (f = null, i !== void 0 && (r(i), f = "" + i), s(n) && (r(n.key), f = "" + n.key), "key" in n) for (var h in i = {}, n) h !== "key" && (i[h] = n[h]);
|
|
183
|
-
else i = n;
|
|
184
|
-
return f && l(i, typeof e == "function" ? e.displayName || e.name || "Unknown" : e), d(e, f, i, a(), c, u);
|
|
185
|
-
}
|
|
186
|
-
function p(e) {
|
|
187
|
-
m(e) ? e._store && (e._store.validated = 1) : typeof e == "object" && e && e.$$typeof === D && (e._payload.status === "fulfilled" ? m(e._payload.value) && e._payload.value._store && (e._payload.value._store.validated = 1) : e._store && (e._store.validated = 1));
|
|
188
|
-
}
|
|
189
|
-
function m(e) {
|
|
190
|
-
return typeof e == "object" && !!e && e.$$typeof === g;
|
|
191
|
-
}
|
|
192
|
-
var h = c("react"), g = Symbol.for("react.transitional.element"), _ = Symbol.for("react.portal"), v = Symbol.for("react.fragment"), y = Symbol.for("react.strict_mode"), b = Symbol.for("react.profiler"), x = Symbol.for("react.consumer"), S = Symbol.for("react.context"), C = Symbol.for("react.forward_ref"), w = Symbol.for("react.suspense"), T = Symbol.for("react.suspense_list"), E = Symbol.for("react.memo"), D = Symbol.for("react.lazy"), O = Symbol.for("react.activity"), k = Symbol.for("react.client.reference"), A = h.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE, j = Object.prototype.hasOwnProperty, M = Array.isArray, N = console.createTask ? console.createTask : function() {
|
|
193
|
-
return null;
|
|
194
|
-
};
|
|
195
|
-
h = { react_stack_bottom_frame: function(e) {
|
|
196
|
-
return e();
|
|
197
|
-
} };
|
|
198
|
-
var P, F = {}, I = h.react_stack_bottom_frame.bind(h, o)(), L = N(i(o)), R = {};
|
|
199
|
-
e.Fragment = v, e.jsx = function(e, t, n) {
|
|
200
|
-
var r = 1e4 > A.recentlyCreatedOwnerStacks++;
|
|
201
|
-
return f(e, t, n, !1, r ? Error("react-stack-top-frame") : I, r ? N(i(e)) : L);
|
|
202
|
-
}, e.jsxs = function(e, t, n) {
|
|
203
|
-
var r = 1e4 > A.recentlyCreatedOwnerStacks++;
|
|
204
|
-
return f(e, t, n, !0, r ? Error("react-stack-top-frame") : I, r ? N(i(e)) : L);
|
|
205
|
-
};
|
|
206
|
-
})();
|
|
207
|
-
})), m = (/* @__PURE__ */ s(((e, t) => {
|
|
208
|
-
process.env.NODE_ENV === "production" ? t.exports = f() : t.exports = p();
|
|
209
|
-
})))(), h = Symbol.for("react.lazy"), g = e.use;
|
|
210
|
-
function _(e) {
|
|
28
|
+
//#region ../../node_modules/@radix-ui/react-slot/dist/index.mjs
|
|
29
|
+
var p = Symbol.for("react.lazy"), m = e.use;
|
|
30
|
+
function h(e) {
|
|
211
31
|
return typeof e == "object" && !!e && "then" in e;
|
|
212
32
|
}
|
|
213
|
-
function
|
|
214
|
-
return typeof e == "object" && !!e && "$$typeof" in e && e.$$typeof ===
|
|
33
|
+
function g(e) {
|
|
34
|
+
return typeof e == "object" && !!e && "$$typeof" in e && e.$$typeof === p && "_payload" in e && h(e._payload);
|
|
215
35
|
}
|
|
216
36
|
/* @__NO_SIDE_EFFECTS__ */
|
|
217
|
-
function
|
|
218
|
-
let n = /* @__PURE__ */
|
|
37
|
+
function _(t) {
|
|
38
|
+
let n = /* @__PURE__ */ y(t), r = e.forwardRef((t, r) => {
|
|
219
39
|
let { children: i, ...a } = t;
|
|
220
|
-
|
|
221
|
-
let o = e.Children.toArray(i), s = o.find(
|
|
40
|
+
g(i) && typeof m == "function" && (i = m(i._payload));
|
|
41
|
+
let o = e.Children.toArray(i), s = o.find(C);
|
|
222
42
|
if (s) {
|
|
223
43
|
let t = s.props.children, i = o.map((n) => n === s ? e.Children.count(t) > 1 ? e.Children.only(null) : e.isValidElement(t) ? t.props.children : null : n);
|
|
224
|
-
return /* @__PURE__ */ (
|
|
44
|
+
return /* @__PURE__ */ c(n, {
|
|
225
45
|
...a,
|
|
226
46
|
ref: r,
|
|
227
47
|
children: e.isValidElement(t) ? e.cloneElement(t, void 0, i) : null
|
|
228
48
|
});
|
|
229
49
|
}
|
|
230
|
-
return /* @__PURE__ */ (
|
|
50
|
+
return /* @__PURE__ */ c(n, {
|
|
231
51
|
...a,
|
|
232
52
|
ref: r,
|
|
233
53
|
children: i
|
|
@@ -235,30 +55,30 @@ function y(t) {
|
|
|
235
55
|
});
|
|
236
56
|
return r.displayName = `${t}.Slot`, r;
|
|
237
57
|
}
|
|
238
|
-
var
|
|
58
|
+
var v = /* @__PURE__ */ _("Slot");
|
|
239
59
|
/* @__NO_SIDE_EFFECTS__ */
|
|
240
|
-
function
|
|
60
|
+
function y(t) {
|
|
241
61
|
let n = e.forwardRef((t, n) => {
|
|
242
62
|
let { children: r, ...i } = t;
|
|
243
|
-
if (
|
|
244
|
-
let t =
|
|
245
|
-
return r.type !== e.Fragment && (a.ref = n ?
|
|
63
|
+
if (g(r) && typeof m == "function" && (r = m(r._payload)), e.isValidElement(r)) {
|
|
64
|
+
let t = T(r), a = w(i, r.props);
|
|
65
|
+
return r.type !== e.Fragment && (a.ref = n ? d(n, t) : t), e.cloneElement(r, a);
|
|
246
66
|
}
|
|
247
67
|
return e.Children.count(r) > 1 ? e.Children.only(null) : null;
|
|
248
68
|
});
|
|
249
69
|
return n.displayName = `${t}.SlotClone`, n;
|
|
250
70
|
}
|
|
251
|
-
var
|
|
71
|
+
var b = Symbol("radix.slottable");
|
|
252
72
|
/* @__NO_SIDE_EFFECTS__ */
|
|
253
|
-
function
|
|
254
|
-
let t = ({ children: e }) => /* @__PURE__ */ (
|
|
255
|
-
return t.displayName = `${e}.Slottable`, t.__radixId =
|
|
73
|
+
function x(e) {
|
|
74
|
+
let t = ({ children: e }) => /* @__PURE__ */ c(s, { children: e });
|
|
75
|
+
return t.displayName = `${e}.Slottable`, t.__radixId = b, t;
|
|
256
76
|
}
|
|
257
|
-
var
|
|
258
|
-
function
|
|
259
|
-
return e.isValidElement(t) && typeof t.type == "function" && "__radixId" in t.type && t.type.__radixId ===
|
|
77
|
+
var S = /* @__PURE__ */ x("Slottable");
|
|
78
|
+
function C(t) {
|
|
79
|
+
return e.isValidElement(t) && typeof t.type == "function" && "__radixId" in t.type && t.type.__radixId === b;
|
|
260
80
|
}
|
|
261
|
-
function
|
|
81
|
+
function w(e, t) {
|
|
262
82
|
let n = { ...t };
|
|
263
83
|
for (let r in t) {
|
|
264
84
|
let i = e[r], a = t[r];
|
|
@@ -275,13 +95,13 @@ function E(e, t) {
|
|
|
275
95
|
...n
|
|
276
96
|
};
|
|
277
97
|
}
|
|
278
|
-
function
|
|
98
|
+
function T(e) {
|
|
279
99
|
let t = Object.getOwnPropertyDescriptor(e.props, "ref")?.get, n = t && "isReactWarning" in t && t.isReactWarning;
|
|
280
100
|
return n ? e.ref : (t = Object.getOwnPropertyDescriptor(e, "ref")?.get, n = t && "isReactWarning" in t && t.isReactWarning, n ? e.props.ref : e.props.ref || e.ref);
|
|
281
101
|
}
|
|
282
102
|
//#endregion
|
|
283
103
|
//#region ../../node_modules/@radix-ui/react-visually-hidden/node_modules/@radix-ui/react-primitive/dist/index.mjs
|
|
284
|
-
var
|
|
104
|
+
var E = [
|
|
285
105
|
"a",
|
|
286
106
|
"button",
|
|
287
107
|
"div",
|
|
@@ -300,9 +120,9 @@ var O = [
|
|
|
300
120
|
"svg",
|
|
301
121
|
"ul"
|
|
302
122
|
].reduce((t, n) => {
|
|
303
|
-
let r = /* @__PURE__ */
|
|
123
|
+
let r = /* @__PURE__ */ _(`Primitive.${n}`), i = e.forwardRef((e, t) => {
|
|
304
124
|
let { asChild: i, ...a } = e, o = i ? r : n;
|
|
305
|
-
return typeof window < "u" && (window[Symbol.for("radix-ui")] = !0), /* @__PURE__ */ (
|
|
125
|
+
return typeof window < "u" && (window[Symbol.for("radix-ui")] = !0), /* @__PURE__ */ c(o, {
|
|
306
126
|
...a,
|
|
307
127
|
ref: t
|
|
308
128
|
});
|
|
@@ -311,7 +131,7 @@ var O = [
|
|
|
311
131
|
...t,
|
|
312
132
|
[n]: i
|
|
313
133
|
};
|
|
314
|
-
}, {}),
|
|
134
|
+
}, {}), ee = Object.freeze({
|
|
315
135
|
position: "absolute",
|
|
316
136
|
border: 0,
|
|
317
137
|
width: 1,
|
|
@@ -322,37 +142,37 @@ var O = [
|
|
|
322
142
|
clip: "rect(0, 0, 0, 0)",
|
|
323
143
|
whiteSpace: "nowrap",
|
|
324
144
|
wordWrap: "normal"
|
|
325
|
-
}),
|
|
145
|
+
}), te = "VisuallyHidden", D = e.forwardRef((e, t) => /* @__PURE__ */ c(E.span, {
|
|
326
146
|
...e,
|
|
327
147
|
ref: t,
|
|
328
148
|
style: {
|
|
329
|
-
...
|
|
149
|
+
...ee,
|
|
330
150
|
...e.style
|
|
331
151
|
}
|
|
332
152
|
}));
|
|
333
|
-
|
|
153
|
+
D.displayName = te;
|
|
334
154
|
//#endregion
|
|
335
155
|
//#region ../../node_modules/clsx/dist/clsx.mjs
|
|
336
|
-
function
|
|
156
|
+
function O(e) {
|
|
337
157
|
var t, n, r = "";
|
|
338
158
|
if (typeof e == "string" || typeof e == "number") r += e;
|
|
339
159
|
else if (typeof e == "object") if (Array.isArray(e)) {
|
|
340
160
|
var i = e.length;
|
|
341
|
-
for (t = 0; t < i; t++) e[t] && (n =
|
|
161
|
+
for (t = 0; t < i; t++) e[t] && (n = O(e[t])) && (r && (r += " "), r += n);
|
|
342
162
|
} else for (n in e) e[n] && (r && (r += " "), r += n);
|
|
343
163
|
return r;
|
|
344
164
|
}
|
|
345
|
-
function
|
|
346
|
-
for (var e, t, n = 0, r = "", i = arguments.length; n < i; n++) (e = arguments[n]) && (t =
|
|
165
|
+
function k() {
|
|
166
|
+
for (var e, t, n = 0, r = "", i = arguments.length; n < i; n++) (e = arguments[n]) && (t = O(e)) && (r && (r += " "), r += t);
|
|
347
167
|
return r;
|
|
348
168
|
}
|
|
349
169
|
//#endregion
|
|
350
170
|
//#region ../../node_modules/@vanilla-extract/private/dist/vanilla-extract-private.esm.js
|
|
351
|
-
function
|
|
171
|
+
function A(e) {
|
|
352
172
|
var t = e.match(/^var\((.*)\)$/);
|
|
353
173
|
return t ? t[1] : e;
|
|
354
174
|
}
|
|
355
|
-
function
|
|
175
|
+
function ne(e, t) {
|
|
356
176
|
var n = e;
|
|
357
177
|
for (var r of t) {
|
|
358
178
|
if (!(r in n)) throw Error(`Path ${t.join(" -> ")} does not exist in object`);
|
|
@@ -360,31 +180,31 @@ function F(e, t) {
|
|
|
360
180
|
}
|
|
361
181
|
return n;
|
|
362
182
|
}
|
|
363
|
-
function
|
|
183
|
+
function j(e, t) {
|
|
364
184
|
var n = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : [], r = {};
|
|
365
185
|
for (var i in e) {
|
|
366
186
|
var a = e[i], o = [...n, i];
|
|
367
|
-
typeof a == "string" || typeof a == "number" || a == null ? r[i] = t(a, o) : typeof a == "object" && !Array.isArray(a) ? r[i] =
|
|
187
|
+
typeof a == "string" || typeof a == "number" || a == null ? r[i] = t(a, o) : typeof a == "object" && !Array.isArray(a) ? r[i] = j(a, t, o) : console.warn(`Skipping invalid key "${o.join(".")}". Should be a string, number, null or object. Received: "${Array.isArray(a) ? "Array" : typeof a}"`);
|
|
368
188
|
}
|
|
369
189
|
return r;
|
|
370
190
|
}
|
|
371
191
|
//#endregion
|
|
372
192
|
//#region ../../node_modules/@vanilla-extract/dynamic/dist/vanilla-extract-dynamic.esm.js
|
|
373
|
-
function
|
|
193
|
+
function re(e, t) {
|
|
374
194
|
var n = {};
|
|
375
195
|
if (typeof t == "object") {
|
|
376
196
|
var r = e;
|
|
377
|
-
|
|
197
|
+
j(t, (e, t) => {
|
|
378
198
|
if (e != null) {
|
|
379
|
-
var i =
|
|
380
|
-
n[
|
|
199
|
+
var i = ne(r, t);
|
|
200
|
+
n[A(i)] = String(e);
|
|
381
201
|
}
|
|
382
202
|
});
|
|
383
203
|
} else {
|
|
384
204
|
var i = e;
|
|
385
205
|
for (var a in i) {
|
|
386
206
|
var o = i[a];
|
|
387
|
-
o != null && (n[
|
|
207
|
+
o != null && (n[A(a)] = o);
|
|
388
208
|
}
|
|
389
209
|
}
|
|
390
210
|
return Object.defineProperty(n, "toString", {
|
|
@@ -396,7 +216,7 @@ function L(e, t) {
|
|
|
396
216
|
}
|
|
397
217
|
//#endregion
|
|
398
218
|
//#region src/utils.ts
|
|
399
|
-
function
|
|
219
|
+
function ie(e, ...t) {
|
|
400
220
|
return typeof e == "number" && t.length > 0 ? [e, ...t].map((e) => `${e / 16}rem`).join(" ") : typeof e == "number" ? `${e / 16}rem` : e.split(" ").map((e) => {
|
|
401
221
|
let t = parseFloat(e);
|
|
402
222
|
return isNaN(t) ? e : `${t / 16}rem`;
|
|
@@ -404,51 +224,51 @@ function R(e, ...t) {
|
|
|
404
224
|
}
|
|
405
225
|
//#endregion
|
|
406
226
|
//#region src/components/spinner/spinner.css.ts
|
|
407
|
-
var
|
|
227
|
+
var ae = "var(--_1rt5mjx0)", oe = "var(--_1rt5mjx1)", se = "_1rt5mjx3", M = n((e, t) => {
|
|
408
228
|
let { className: n, color: r, size: i, ...a } = e;
|
|
409
|
-
return /* @__PURE__ */ (
|
|
410
|
-
className:
|
|
229
|
+
return /* @__PURE__ */ c("div", {
|
|
230
|
+
className: k(se, n),
|
|
411
231
|
ref: t,
|
|
412
|
-
style:
|
|
413
|
-
[
|
|
414
|
-
[
|
|
232
|
+
style: re({
|
|
233
|
+
[oe]: r,
|
|
234
|
+
[ae]: i ? ie(i) : void 0
|
|
415
235
|
}),
|
|
416
236
|
...a
|
|
417
237
|
});
|
|
418
238
|
});
|
|
419
|
-
|
|
239
|
+
M.displayName = "@xmart/Spinner";
|
|
420
240
|
//#endregion
|
|
421
241
|
//#region src/components/button/button.css.tsx
|
|
422
|
-
var
|
|
423
|
-
let { asChild: n, bold: r, children: i, className: a, disabled: o, fullWidth: s, leftSection:
|
|
424
|
-
return /* @__PURE__ */ (
|
|
425
|
-
"aria-disabled":
|
|
426
|
-
className:
|
|
427
|
-
"data-bold":
|
|
242
|
+
var ce = "prfw664", le = "prfw667", ue = n((e, t) => {
|
|
243
|
+
let { asChild: n, bold: r, children: i, className: a, disabled: o, fullWidth: s, leftSection: u, loading: d, rightSection: f, size: p = "md", variant: m = "filled", onClick: h, ...g } = e, _ = o || d, y = n ? v : "button", b = k(ce, m === "outlined" && "prfw665", m === "white" && "prfw666", a);
|
|
244
|
+
return /* @__PURE__ */ l(y, {
|
|
245
|
+
"aria-disabled": _ || void 0,
|
|
246
|
+
className: b,
|
|
247
|
+
"data-bold": r || (m === "white" ? "normal" : "bold"),
|
|
428
248
|
"data-full-width": s || void 0,
|
|
429
|
-
"data-size":
|
|
249
|
+
"data-size": p,
|
|
430
250
|
"data-slot": "button",
|
|
431
|
-
"data-variant":
|
|
432
|
-
disabled:
|
|
251
|
+
"data-variant": m,
|
|
252
|
+
disabled: _,
|
|
433
253
|
onClick: (e) => {
|
|
434
|
-
if (
|
|
254
|
+
if (_) {
|
|
435
255
|
e.preventDefault(), e.stopPropagation();
|
|
436
256
|
return;
|
|
437
257
|
}
|
|
438
|
-
|
|
258
|
+
h?.(e);
|
|
439
259
|
},
|
|
440
260
|
ref: t,
|
|
441
|
-
tabIndex:
|
|
442
|
-
...
|
|
261
|
+
tabIndex: _ ? -1 : 0,
|
|
262
|
+
...g,
|
|
443
263
|
children: [
|
|
444
|
-
|
|
445
|
-
"aria-hidden":
|
|
264
|
+
u && /* @__PURE__ */ c("div", {
|
|
265
|
+
"aria-hidden": d || void 0,
|
|
446
266
|
className: "prfw668",
|
|
447
267
|
"data-section": "left",
|
|
448
|
-
children:
|
|
268
|
+
children: u
|
|
449
269
|
}),
|
|
450
|
-
/* @__PURE__ */ (
|
|
451
|
-
/* @__PURE__ */ (
|
|
270
|
+
/* @__PURE__ */ c(S, { children: d ? /* @__PURE__ */ l("span", { children: [
|
|
271
|
+
/* @__PURE__ */ c("span", {
|
|
452
272
|
"aria-hidden": !0,
|
|
453
273
|
style: {
|
|
454
274
|
display: "contents",
|
|
@@ -456,44 +276,44 @@ var re = "prfw664", ie = "prfw667", ae = n((e, t) => {
|
|
|
456
276
|
},
|
|
457
277
|
children: i
|
|
458
278
|
}),
|
|
459
|
-
/* @__PURE__ */ (
|
|
460
|
-
/* @__PURE__ */ (
|
|
461
|
-
className:
|
|
462
|
-
children: /* @__PURE__ */ (
|
|
279
|
+
/* @__PURE__ */ c(D, { children: i }),
|
|
280
|
+
/* @__PURE__ */ c("div", {
|
|
281
|
+
className: le,
|
|
282
|
+
children: /* @__PURE__ */ c(M, {
|
|
463
283
|
color: "currentColor",
|
|
464
284
|
size: 16
|
|
465
285
|
})
|
|
466
286
|
})
|
|
467
287
|
] }) : i }),
|
|
468
|
-
|
|
469
|
-
"aria-hidden":
|
|
288
|
+
f && /* @__PURE__ */ c("div", {
|
|
289
|
+
"aria-hidden": d || void 0,
|
|
470
290
|
className: "prfw668",
|
|
471
291
|
"data-section": "right",
|
|
472
|
-
children:
|
|
292
|
+
children: f
|
|
473
293
|
})
|
|
474
294
|
]
|
|
475
295
|
});
|
|
476
296
|
});
|
|
477
|
-
|
|
297
|
+
ue.displayName = "@xmart/Button";
|
|
478
298
|
//#endregion
|
|
479
299
|
//#region src/components/icon-button/icon-button.css.ts
|
|
480
|
-
var
|
|
300
|
+
var de = "igar8u7", fe = {
|
|
481
301
|
borderless: "igar8u8",
|
|
482
302
|
outlined: "igar8u9",
|
|
483
303
|
filled: "igar8ua"
|
|
484
|
-
},
|
|
485
|
-
let { asChild: n, children: r, className: i, disabled: a, loading: o, variant: s = "borderless", ...
|
|
486
|
-
return /* @__PURE__ */ (
|
|
487
|
-
"aria-disabled":
|
|
488
|
-
className:
|
|
489
|
-
"data-disabled":
|
|
304
|
+
}, pe = "igar8ub", me = "igar8u0", N = n((e, t) => {
|
|
305
|
+
let { asChild: n, children: r, className: i, disabled: a, loading: o, variant: s = "borderless", ...u } = e, d = a || o, f = n ? v : "button", p = k(de, me, fe[s], i);
|
|
306
|
+
return /* @__PURE__ */ c(f, {
|
|
307
|
+
"aria-disabled": d || void 0,
|
|
308
|
+
className: p,
|
|
309
|
+
"data-disabled": d || void 0,
|
|
490
310
|
"data-slot": "button",
|
|
491
311
|
"data-variant": s,
|
|
492
|
-
disabled:
|
|
312
|
+
disabled: d,
|
|
493
313
|
ref: t,
|
|
494
|
-
...
|
|
495
|
-
children: /* @__PURE__ */ (
|
|
496
|
-
/* @__PURE__ */ (
|
|
314
|
+
...u,
|
|
315
|
+
children: /* @__PURE__ */ c(S, { children: o ? /* @__PURE__ */ l("span", { children: [
|
|
316
|
+
/* @__PURE__ */ c("span", {
|
|
497
317
|
"aria-hidden": !0,
|
|
498
318
|
style: {
|
|
499
319
|
display: "contents",
|
|
@@ -501,10 +321,10 @@ var oe = "igar8u7", se = {
|
|
|
501
321
|
},
|
|
502
322
|
children: r
|
|
503
323
|
}),
|
|
504
|
-
/* @__PURE__ */ (
|
|
505
|
-
/* @__PURE__ */ (
|
|
506
|
-
className:
|
|
507
|
-
children: /* @__PURE__ */ (
|
|
324
|
+
/* @__PURE__ */ c(D, { children: r }),
|
|
325
|
+
/* @__PURE__ */ c("div", {
|
|
326
|
+
className: pe,
|
|
327
|
+
children: /* @__PURE__ */ c(M, {
|
|
508
328
|
color: "currentColor",
|
|
509
329
|
size: 16
|
|
510
330
|
})
|
|
@@ -512,10 +332,10 @@ var oe = "igar8u7", se = {
|
|
|
512
332
|
] }) : r })
|
|
513
333
|
});
|
|
514
334
|
});
|
|
515
|
-
|
|
335
|
+
N.displayName = "@xmart/IconButton";
|
|
516
336
|
//#endregion
|
|
517
337
|
//#region src/hooks/use-uncontrolled/use-uncontrolled.ts
|
|
518
|
-
function
|
|
338
|
+
function he({ value: e, defaultValue: t, finalValue: n, onChange: r = () => {} }) {
|
|
519
339
|
let [i, a] = o(t === void 0 ? n : t);
|
|
520
340
|
return e === void 0 ? [
|
|
521
341
|
i,
|
|
@@ -531,200 +351,21 @@ function de({ value: e, defaultValue: t, finalValue: n, onChange: r = () => {} }
|
|
|
531
351
|
}
|
|
532
352
|
//#endregion
|
|
533
353
|
//#region ../icons/dist/index.esm.js
|
|
534
|
-
|
|
535
|
-
if (c !== void 0) return c.apply(this, arguments);
|
|
536
|
-
throw Error("Calling `require` for \"" + e + "\" in an environment that doesn't expose the `require` function. See https://rolldown.rs/in-depth/bundling-cjs#require-external-modules for more details.");
|
|
537
|
-
});
|
|
538
|
-
function pe(e, ...t) {
|
|
354
|
+
function ge(e, ...t) {
|
|
539
355
|
return typeof e == "number" && t.length > 0 ? [e, ...t].map((e) => `${e / 16}rem`).join(" ") : typeof e == "number" ? `${e / 16}rem` : e.split(" ").map((e) => {
|
|
540
356
|
let t = parseFloat(e);
|
|
541
357
|
return isNaN(t) ? e : `${t / 16}rem`;
|
|
542
358
|
}).join(" ");
|
|
543
359
|
}
|
|
544
|
-
var
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
var i = null;
|
|
548
|
-
if (r !== void 0 && (i = "" + r), n.key !== void 0 && (i = "" + n.key), "key" in n) for (var a in r = {}, n) a !== "key" && (r[a] = n[a]);
|
|
549
|
-
else r = n;
|
|
550
|
-
return n = r.ref, {
|
|
551
|
-
$$typeof: t,
|
|
552
|
-
type: e,
|
|
553
|
-
key: i,
|
|
554
|
-
ref: n === void 0 ? null : n,
|
|
555
|
-
props: r
|
|
556
|
-
};
|
|
557
|
-
}
|
|
558
|
-
e.Fragment = n, e.jsx = r, e.jsxs = r;
|
|
559
|
-
})), he = /* @__PURE__ */ B(((e) => {
|
|
560
|
-
process.env.NODE_ENV !== "production" && (function() {
|
|
561
|
-
function t(e) {
|
|
562
|
-
if (e == null) return null;
|
|
563
|
-
if (typeof e == "function") return e.$$typeof === O ? null : e.displayName || e.name || null;
|
|
564
|
-
if (typeof e == "string") return e;
|
|
565
|
-
switch (e) {
|
|
566
|
-
case _: return "Fragment";
|
|
567
|
-
case y: return "Profiler";
|
|
568
|
-
case v: return "StrictMode";
|
|
569
|
-
case C: return "Suspense";
|
|
570
|
-
case w: return "SuspenseList";
|
|
571
|
-
case D: return "Activity";
|
|
572
|
-
}
|
|
573
|
-
if (typeof e == "object") switch (typeof e.tag == "number" && console.error("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."), e.$$typeof) {
|
|
574
|
-
case g: return "Portal";
|
|
575
|
-
case x: return e.displayName || "Context";
|
|
576
|
-
case b: return (e._context.displayName || "Context") + ".Consumer";
|
|
577
|
-
case S:
|
|
578
|
-
var n = e.render;
|
|
579
|
-
return e = e.displayName, e ||= (e = n.displayName || n.name || "", e === "" ? "ForwardRef" : "ForwardRef(" + e + ")"), e;
|
|
580
|
-
case T: return n = e.displayName || null, n === null ? t(e.type) || "Memo" : n;
|
|
581
|
-
case E:
|
|
582
|
-
n = e._payload, e = e._init;
|
|
583
|
-
try {
|
|
584
|
-
return t(e(n));
|
|
585
|
-
} catch {}
|
|
586
|
-
}
|
|
587
|
-
return null;
|
|
588
|
-
}
|
|
589
|
-
function n(e) {
|
|
590
|
-
return "" + e;
|
|
591
|
-
}
|
|
592
|
-
function r(e) {
|
|
593
|
-
try {
|
|
594
|
-
n(e);
|
|
595
|
-
var t = !1;
|
|
596
|
-
} catch {
|
|
597
|
-
t = !0;
|
|
598
|
-
}
|
|
599
|
-
if (t) {
|
|
600
|
-
t = console;
|
|
601
|
-
var r = t.error, i = typeof Symbol == "function" && Symbol.toStringTag && e[Symbol.toStringTag] || e.constructor.name || "Object";
|
|
602
|
-
return r.call(t, "The provided key is an unsupported type %s. This value must be coerced to a string before using it here.", i), n(e);
|
|
603
|
-
}
|
|
604
|
-
}
|
|
605
|
-
function i(e) {
|
|
606
|
-
if (e === _) return "<>";
|
|
607
|
-
if (typeof e == "object" && e && e.$$typeof === E) return "<...>";
|
|
608
|
-
try {
|
|
609
|
-
var n = t(e);
|
|
610
|
-
return n ? "<" + n + ">" : "<...>";
|
|
611
|
-
} catch {
|
|
612
|
-
return "<...>";
|
|
613
|
-
}
|
|
614
|
-
}
|
|
615
|
-
function a() {
|
|
616
|
-
var e = k.A;
|
|
617
|
-
return e === null ? null : e.getOwner();
|
|
618
|
-
}
|
|
619
|
-
function o() {
|
|
620
|
-
return Error("react-stack-top-frame");
|
|
621
|
-
}
|
|
622
|
-
function s(e) {
|
|
623
|
-
if (A.call(e, "key")) {
|
|
624
|
-
var t = Object.getOwnPropertyDescriptor(e, "key").get;
|
|
625
|
-
if (t && t.isReactWarning) return !1;
|
|
626
|
-
}
|
|
627
|
-
return e.key !== void 0;
|
|
628
|
-
}
|
|
629
|
-
function c(e, t) {
|
|
630
|
-
function n() {
|
|
631
|
-
N || (N = !0, console.error("%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://react.dev/link/special-props)", t));
|
|
632
|
-
}
|
|
633
|
-
n.isReactWarning = !0, Object.defineProperty(e, "key", {
|
|
634
|
-
get: n,
|
|
635
|
-
configurable: !0
|
|
636
|
-
});
|
|
637
|
-
}
|
|
638
|
-
function l() {
|
|
639
|
-
var e = t(this.type);
|
|
640
|
-
return P[e] || (P[e] = !0, console.error("Accessing element.ref was removed in React 19. ref is now a regular prop. It will be removed from the JSX Element type in a future release.")), e = this.props.ref, e === void 0 ? null : e;
|
|
641
|
-
}
|
|
642
|
-
function u(e, t, n, r, i, a) {
|
|
643
|
-
var o = n.ref;
|
|
644
|
-
return e = {
|
|
645
|
-
$$typeof: h,
|
|
646
|
-
type: e,
|
|
647
|
-
key: t,
|
|
648
|
-
props: n,
|
|
649
|
-
_owner: r
|
|
650
|
-
}, (o === void 0 ? null : o) === null ? Object.defineProperty(e, "ref", {
|
|
651
|
-
enumerable: !1,
|
|
652
|
-
value: null
|
|
653
|
-
}) : Object.defineProperty(e, "ref", {
|
|
654
|
-
enumerable: !1,
|
|
655
|
-
get: l
|
|
656
|
-
}), e._store = {}, Object.defineProperty(e._store, "validated", {
|
|
657
|
-
configurable: !1,
|
|
658
|
-
enumerable: !1,
|
|
659
|
-
writable: !0,
|
|
660
|
-
value: 0
|
|
661
|
-
}), Object.defineProperty(e, "_debugInfo", {
|
|
662
|
-
configurable: !1,
|
|
663
|
-
enumerable: !1,
|
|
664
|
-
writable: !0,
|
|
665
|
-
value: null
|
|
666
|
-
}), Object.defineProperty(e, "_debugStack", {
|
|
667
|
-
configurable: !1,
|
|
668
|
-
enumerable: !1,
|
|
669
|
-
writable: !0,
|
|
670
|
-
value: i
|
|
671
|
-
}), Object.defineProperty(e, "_debugTask", {
|
|
672
|
-
configurable: !1,
|
|
673
|
-
enumerable: !1,
|
|
674
|
-
writable: !0,
|
|
675
|
-
value: a
|
|
676
|
-
}), Object.freeze && (Object.freeze(e.props), Object.freeze(e)), e;
|
|
677
|
-
}
|
|
678
|
-
function d(e, n, i, o, l, d) {
|
|
679
|
-
var p = n.children;
|
|
680
|
-
if (p !== void 0) if (o) if (j(p)) {
|
|
681
|
-
for (o = 0; o < p.length; o++) f(p[o]);
|
|
682
|
-
Object.freeze && Object.freeze(p);
|
|
683
|
-
} else console.error("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");
|
|
684
|
-
else f(p);
|
|
685
|
-
if (A.call(n, "key")) {
|
|
686
|
-
p = t(e);
|
|
687
|
-
var m = Object.keys(n).filter(function(e) {
|
|
688
|
-
return e !== "key";
|
|
689
|
-
});
|
|
690
|
-
o = 0 < m.length ? "{key: someKey, " + m.join(": ..., ") + ": ...}" : "{key: someKey}", L[p + o] || (m = 0 < m.length ? "{" + m.join(": ..., ") + ": ...}" : "{}", console.error("A props object containing a \"key\" prop is being spread into JSX:\n let props = %s;\n <%s {...props} />\nReact keys must be passed directly to JSX without using spread:\n let props = %s;\n <%s key={someKey} {...props} />", o, p, m, p), L[p + o] = !0);
|
|
691
|
-
}
|
|
692
|
-
if (p = null, i !== void 0 && (r(i), p = "" + i), s(n) && (r(n.key), p = "" + n.key), "key" in n) for (var h in i = {}, n) h !== "key" && (i[h] = n[h]);
|
|
693
|
-
else i = n;
|
|
694
|
-
return p && c(i, typeof e == "function" ? e.displayName || e.name || "Unknown" : e), u(e, p, i, a(), l, d);
|
|
695
|
-
}
|
|
696
|
-
function f(e) {
|
|
697
|
-
p(e) ? e._store && (e._store.validated = 1) : typeof e == "object" && e && e.$$typeof === E && (e._payload.status === "fulfilled" ? p(e._payload.value) && e._payload.value._store && (e._payload.value._store.validated = 1) : e._store && (e._store.validated = 1));
|
|
698
|
-
}
|
|
699
|
-
function p(e) {
|
|
700
|
-
return typeof e == "object" && !!e && e.$$typeof === h;
|
|
701
|
-
}
|
|
702
|
-
var m = fe("react"), h = Symbol.for("react.transitional.element"), g = Symbol.for("react.portal"), _ = Symbol.for("react.fragment"), v = Symbol.for("react.strict_mode"), y = Symbol.for("react.profiler"), b = Symbol.for("react.consumer"), x = Symbol.for("react.context"), S = Symbol.for("react.forward_ref"), C = Symbol.for("react.suspense"), w = Symbol.for("react.suspense_list"), T = Symbol.for("react.memo"), E = Symbol.for("react.lazy"), D = Symbol.for("react.activity"), O = Symbol.for("react.client.reference"), k = m.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE, A = Object.prototype.hasOwnProperty, j = Array.isArray, M = console.createTask ? console.createTask : function() {
|
|
703
|
-
return null;
|
|
704
|
-
};
|
|
705
|
-
m = { react_stack_bottom_frame: function(e) {
|
|
706
|
-
return e();
|
|
707
|
-
} };
|
|
708
|
-
var N, P = {}, F = m.react_stack_bottom_frame.bind(m, o)(), I = M(i(o)), L = {};
|
|
709
|
-
e.Fragment = _, e.jsx = function(e, t, n) {
|
|
710
|
-
var r = 1e4 > k.recentlyCreatedOwnerStacks++;
|
|
711
|
-
return d(e, t, n, !1, r ? Error("react-stack-top-frame") : F, r ? M(i(e)) : I);
|
|
712
|
-
}, e.jsxs = function(e, t, n) {
|
|
713
|
-
var r = 1e4 > k.recentlyCreatedOwnerStacks++;
|
|
714
|
-
return d(e, t, n, !0, r ? Error("react-stack-top-frame") : F, r ? M(i(e)) : I);
|
|
715
|
-
};
|
|
716
|
-
})();
|
|
717
|
-
})), V = (/* @__PURE__ */ B(((e, t) => {
|
|
718
|
-
process.env.NODE_ENV === "production" ? t.exports = me() : t.exports = he();
|
|
719
|
-
})))(), H = n(({ color: e, strokeWidth: t = "0", size: n = 24, title: r, children: a, style: o, className: s, "aria-hidden": c, "aria-label": l, role: u, ...d }, f) => /* @__PURE__ */ (0, V.jsxs)("svg", {
|
|
720
|
-
"aria-hidden": c,
|
|
721
|
-
"aria-label": l,
|
|
360
|
+
var P = n(({ color: e, strokeWidth: t = "0", size: n = 24, title: r, children: a, style: o, className: s, "aria-hidden": u, "aria-label": d, role: f, ...p }, m) => /* @__PURE__ */ l("svg", {
|
|
361
|
+
"aria-hidden": u,
|
|
362
|
+
"aria-label": d,
|
|
722
363
|
fill: "currentColor",
|
|
723
|
-
ref:
|
|
364
|
+
ref: m,
|
|
724
365
|
stroke: "currentColor",
|
|
725
366
|
strokeWidth: t,
|
|
726
367
|
style: i(() => {
|
|
727
|
-
let t =
|
|
368
|
+
let t = ge(n);
|
|
728
369
|
return {
|
|
729
370
|
...o,
|
|
730
371
|
color: e || "currentColor",
|
|
@@ -740,31 +381,31 @@ var me = /* @__PURE__ */ B(((e) => {
|
|
|
740
381
|
className: s,
|
|
741
382
|
xmlns: "http://www.w3.org/2000/svg",
|
|
742
383
|
...i(() => ({
|
|
743
|
-
role:
|
|
744
|
-
...
|
|
384
|
+
role: f || (r || d ? "img" : void 0),
|
|
385
|
+
...u === void 0 && !r && !d ? { "aria-hidden": !0 } : {}
|
|
745
386
|
}), [
|
|
746
|
-
|
|
387
|
+
u,
|
|
747
388
|
r,
|
|
748
|
-
|
|
749
|
-
|
|
389
|
+
d,
|
|
390
|
+
f
|
|
750
391
|
]),
|
|
751
|
-
...
|
|
752
|
-
children: [r && /* @__PURE__ */ (
|
|
392
|
+
...p,
|
|
393
|
+
children: [r && /* @__PURE__ */ c("title", { children: r }), a]
|
|
753
394
|
}));
|
|
754
|
-
|
|
755
|
-
var
|
|
395
|
+
P.displayName = "@xmart/xorder-ui-icons/SvgIcon";
|
|
396
|
+
var _e = n((e, t) => /* @__PURE__ */ l(P, {
|
|
756
397
|
ref: t,
|
|
757
398
|
viewBox: "0 0 24 24",
|
|
758
399
|
fill: "none",
|
|
759
400
|
stroke: "currentColor",
|
|
760
401
|
...e,
|
|
761
|
-
children: [/* @__PURE__ */ (
|
|
402
|
+
children: [/* @__PURE__ */ c("circle", {
|
|
762
403
|
cx: "12",
|
|
763
404
|
cy: "13",
|
|
764
405
|
r: "7",
|
|
765
406
|
stroke: "currentColor",
|
|
766
407
|
strokeWidth: "1.5"
|
|
767
|
-
}), /* @__PURE__ */ (
|
|
408
|
+
}), /* @__PURE__ */ c("path", {
|
|
768
409
|
d: "M12 9.5V13L14 15M17 4L20 7M4 7L7 4",
|
|
769
410
|
stroke: "currentColor",
|
|
770
411
|
strokeWidth: "1.5",
|
|
@@ -772,14 +413,14 @@ var ge = n((e, t) => /* @__PURE__ */ (0, V.jsxs)(H, {
|
|
|
772
413
|
strokeLinejoin: "round"
|
|
773
414
|
})]
|
|
774
415
|
}));
|
|
775
|
-
|
|
776
|
-
var
|
|
416
|
+
_e.displayName = "@xmart/xorder-ui-icons/XoAlarmOutlineIcon";
|
|
417
|
+
var ve = n((e, t) => /* @__PURE__ */ c(P, {
|
|
777
418
|
ref: t,
|
|
778
419
|
viewBox: "0 0 24 24",
|
|
779
420
|
fill: "none",
|
|
780
421
|
stroke: "currentColor",
|
|
781
422
|
...e,
|
|
782
|
-
children: /* @__PURE__ */ (
|
|
423
|
+
children: /* @__PURE__ */ c("path", {
|
|
783
424
|
d: "M4 12L20 12M4 12L10 6M4 12L10 18",
|
|
784
425
|
stroke: "currentColor",
|
|
785
426
|
strokeWidth: "1.5",
|
|
@@ -787,14 +428,14 @@ var _e = n((e, t) => /* @__PURE__ */ (0, V.jsx)(H, {
|
|
|
787
428
|
strokeLinejoin: "round"
|
|
788
429
|
})
|
|
789
430
|
}));
|
|
790
|
-
|
|
791
|
-
var
|
|
431
|
+
ve.displayName = "@xmart/xorder-ui-icons/XoArrowLeftOutlineIcon";
|
|
432
|
+
var ye = n((e, t) => /* @__PURE__ */ c(P, {
|
|
792
433
|
ref: t,
|
|
793
434
|
viewBox: "0 0 24 24",
|
|
794
435
|
fill: "none",
|
|
795
436
|
stroke: "currentColor",
|
|
796
437
|
...e,
|
|
797
|
-
children: /* @__PURE__ */ (
|
|
438
|
+
children: /* @__PURE__ */ c("path", {
|
|
798
439
|
d: "M15.4286 12C15.4286 13.8935 13.8935 15.4285 12 15.4285C10.1065 15.4285 8.57143 13.8935 8.57143 12C8.57143 10.1064 10.1065 8.5714 12 8.5714C13.8935 8.5714 15.4286 10.1064 15.4286 12ZM15.4286 12L15.4286 13.1429C15.4286 14.4052 16.4519 15.4286 17.7143 15.4286C18.5252 15.4286 19.2375 15.0063 19.6432 14.3696C19.8691 14.0152 20 13.5943 20 13.1429V12C20 7.58172 16.4183 4 12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20C13.6997 20 15.2756 19.4699 16.5714 18.5661",
|
|
799
440
|
stroke: "currentColor",
|
|
800
441
|
strokeWidth: "1.5",
|
|
@@ -802,14 +443,14 @@ var ve = n((e, t) => /* @__PURE__ */ (0, V.jsx)(H, {
|
|
|
802
443
|
strokeLinejoin: "round"
|
|
803
444
|
})
|
|
804
445
|
}));
|
|
805
|
-
|
|
806
|
-
var
|
|
446
|
+
ye.displayName = "@xmart/xorder-ui-icons/XoAtEmailOutlineIcon";
|
|
447
|
+
var be = n((e, t) => /* @__PURE__ */ c(P, {
|
|
807
448
|
ref: t,
|
|
808
449
|
viewBox: "0 0 24 24",
|
|
809
450
|
fill: "none",
|
|
810
451
|
stroke: "currentColor",
|
|
811
452
|
...e,
|
|
812
|
-
children: /* @__PURE__ */ (
|
|
453
|
+
children: /* @__PURE__ */ c("path", {
|
|
813
454
|
d: "M20 11.5008L12.4356 18.635C11.5089 19.509 10.252 20 8.94144 20C7.63089 20 6.37401 19.509 5.44731 18.635C4.52061 17.761 4 16.5756 4 15.3396C4 14.1036 4.52061 12.9182 5.44731 12.0442L13.0117 4.91C13.6295 4.32734 14.4675 4 15.3412 4C16.2149 4 17.0528 4.32734 17.6706 4.91C18.2884 5.49266 18.6355 6.28292 18.6355 7.10693C18.6355 7.93094 18.2884 8.7212 17.6706 9.30386L10.0979 16.4381C9.78902 16.7294 9.37006 16.8931 8.93321 16.8931C8.49636 16.8931 8.0774 16.7294 7.7685 16.4381C7.4596 16.1467 7.28606 15.7516 7.28606 15.3396C7.28606 14.9276 7.4596 14.5325 7.7685 14.2411L14.7568 7.6581",
|
|
814
455
|
stroke: "currentColor",
|
|
815
456
|
strokeWidth: "1.5",
|
|
@@ -817,17 +458,17 @@ var ye = n((e, t) => /* @__PURE__ */ (0, V.jsx)(H, {
|
|
|
817
458
|
strokeLinejoin: "round"
|
|
818
459
|
})
|
|
819
460
|
}));
|
|
820
|
-
|
|
821
|
-
var
|
|
461
|
+
be.displayName = "@xmart/xorder-ui-icons/XoAttachmentOutlineIcon";
|
|
462
|
+
var xe = n((e, t) => /* @__PURE__ */ l(P, {
|
|
822
463
|
ref: t,
|
|
823
464
|
viewBox: "0 0 24 24",
|
|
824
465
|
fill: "none",
|
|
825
466
|
stroke: "currentColor",
|
|
826
467
|
...e,
|
|
827
|
-
children: [/* @__PURE__ */ (
|
|
468
|
+
children: [/* @__PURE__ */ c("path", {
|
|
828
469
|
d: "M12 4C9.10051 4 6.75 6.30254 6.75 9.14286C6.75 12.5714 5 16 5 16H19C19 16 17.25 12.5714 17.25 9.14286C17.25 6.30254 14.8995 4 12 4Z",
|
|
829
470
|
fill: "currentColor"
|
|
830
|
-
}), /* @__PURE__ */ (
|
|
471
|
+
}), /* @__PURE__ */ c("path", {
|
|
831
472
|
d: "M9.375 16.4444V17.3333C9.375 17.6835 9.4429 18.0303 9.57482 18.3538C9.70673 18.6774 9.90009 18.9713 10.1438 19.219C10.3876 19.4666 10.677 19.663 10.9955 19.797C11.3139 19.931 11.6553 20 12 20C12.3447 20 12.6861 19.931 13.0045 19.797C13.323 19.663 13.6124 19.4666 13.8562 19.219C14.0999 18.9713 14.2933 18.6774 14.4252 18.3538C14.5571 18.0303 14.625 17.6835 14.625 17.3333V16.4444M17.25 9.33333C17.25 12 19 16.4444 19 16.4444H5C5 16.4444 6.75 12.8889 6.75 9.33333C6.75 6.42844 9.1405 4 12 4C14.8595 4 17.25 6.42844 17.25 9.33333Z",
|
|
832
473
|
stroke: "currentColor",
|
|
833
474
|
strokeWidth: "1.5",
|
|
@@ -835,14 +476,14 @@ var be = n((e, t) => /* @__PURE__ */ (0, V.jsxs)(H, {
|
|
|
835
476
|
strokeLinejoin: "round"
|
|
836
477
|
})]
|
|
837
478
|
}));
|
|
838
|
-
|
|
839
|
-
var
|
|
479
|
+
xe.displayName = "@xmart/xorder-ui-icons/XoBellFillIcon";
|
|
480
|
+
var Se = n((e, t) => /* @__PURE__ */ c(P, {
|
|
840
481
|
ref: t,
|
|
841
482
|
viewBox: "0 0 24 24",
|
|
842
483
|
fill: "none",
|
|
843
484
|
stroke: "currentColor",
|
|
844
485
|
...e,
|
|
845
|
-
children: /* @__PURE__ */ (
|
|
486
|
+
children: /* @__PURE__ */ c("path", {
|
|
846
487
|
d: "M9.375 16.4444V17.3333C9.375 17.6835 9.4429 18.0303 9.57482 18.3538C9.70673 18.6774 9.90009 18.9713 10.1438 19.219C10.3876 19.4666 10.677 19.663 10.9955 19.797C11.3139 19.931 11.6553 20 12 20C12.3447 20 12.6861 19.931 13.0045 19.797C13.323 19.663 13.6124 19.4666 13.8562 19.219C14.0999 18.9713 14.2933 18.6774 14.4252 18.3538C14.5571 18.0303 14.625 17.6835 14.625 17.3333V16.4444M17.25 9.33333C17.25 12 19 16.4444 19 16.4444H5C5 16.4444 6.75 12.8889 6.75 9.33333C6.75 6.42844 9.1405 4 12 4C14.8595 4 17.25 6.42844 17.25 9.33333Z",
|
|
847
488
|
stroke: "currentColor",
|
|
848
489
|
strokeWidth: "1.5",
|
|
@@ -850,14 +491,41 @@ var xe = n((e, t) => /* @__PURE__ */ (0, V.jsx)(H, {
|
|
|
850
491
|
strokeLinejoin: "round"
|
|
851
492
|
})
|
|
852
493
|
}));
|
|
853
|
-
|
|
854
|
-
var
|
|
494
|
+
Se.displayName = "@xmart/xorder-ui-icons/XoBellOutlineIcon";
|
|
495
|
+
var Ce = n((e, t) => /* @__PURE__ */ l(P, {
|
|
855
496
|
ref: t,
|
|
856
497
|
viewBox: "0 0 24 24",
|
|
857
498
|
fill: "none",
|
|
858
499
|
stroke: "currentColor",
|
|
859
500
|
...e,
|
|
860
|
-
children:
|
|
501
|
+
children: [
|
|
502
|
+
/* @__PURE__ */ c("path", {
|
|
503
|
+
d: "M20 10V19C20 20.1046 19.1046 21 18 21H6C4.89543 21 4 20.1046 4 19V7C4 5.89543 4.89543 5 6 5H18C19.1046 5 20 5.89543 20 7V10ZM20 10H4M15 3V7M9 3V7",
|
|
504
|
+
stroke: "currentColor",
|
|
505
|
+
strokeWidth: "1.5",
|
|
506
|
+
strokeLinecap: "round",
|
|
507
|
+
strokeLinejoin: "round"
|
|
508
|
+
}),
|
|
509
|
+
/* @__PURE__ */ c("path", {
|
|
510
|
+
d: "M15.3618 17.5409L15.3506 17.6893C15.3271 17.8377 15.2649 17.9807 15.147 18.0943C14.992 18.2436 14.7902 18.2934 14.6014 18.2934C14.4123 18.2934 14.2101 18.2427 14.0569 18.0876C13.9047 17.9334 13.8556 17.7309 13.8555 17.5409V14.5586C13.8246 14.5859 13.7946 14.6151 13.7622 14.643C13.6082 14.775 13.44 14.8443 13.2335 14.8444C13.0403 14.8444 12.8519 14.7808 12.7104 14.643C12.5683 14.5046 12.5 14.3176 12.5 14.1255C12.5 14.0208 12.5162 13.9087 12.572 13.7971C12.6266 13.6879 12.7062 13.6072 12.7857 13.5417L12.7925 13.535C13.16 13.2491 13.4641 12.9994 13.8151 12.6822L13.959 12.5619C14.011 12.5235 14.0676 12.4875 14.13 12.4573C14.2614 12.3937 14.4019 12.3639 14.5598 12.3639C14.7866 12.3639 14.999 12.4401 15.1526 12.6058C15.3026 12.7675 15.3618 12.9768 15.3618 13.1795V17.5409Z",
|
|
511
|
+
fill: "currentColor"
|
|
512
|
+
}),
|
|
513
|
+
/* @__PURE__ */ c("path", {
|
|
514
|
+
fillRule: "evenodd",
|
|
515
|
+
clipRule: "evenodd",
|
|
516
|
+
d: "M9.96302 12.329C10.5284 12.329 11.0215 12.4838 11.3793 12.7846C11.7423 13.0897 11.9395 13.5236 11.9395 14.0153L11.9238 14.265C11.8914 14.5084 11.8087 14.7331 11.6662 14.9253C11.6191 14.9888 11.5656 15.0458 11.5087 15.0986C11.8843 15.3919 12.1126 15.8211 12.1128 16.3371L12.1015 16.5542C12.0531 17.0491 11.8386 17.4787 11.4907 17.7939C11.0957 18.1517 10.5519 18.3418 9.94164 18.3418C9.39783 18.3417 8.85847 18.2099 8.44885 17.9503L8.28123 17.831L8.27898 17.8288C8.19228 17.7582 8.11696 17.6717 8.06637 17.5633C8.01601 17.4552 8 17.3454 8 17.2427C8.00018 16.8516 8.30709 16.5385 8.71209 16.5385C8.83739 16.5385 8.97105 16.5628 9.10356 16.651L9.11819 16.6611C9.41139 16.878 9.67203 16.9592 9.94164 16.9592C10.1682 16.9592 10.3274 16.8861 10.4276 16.7894C10.5276 16.6928 10.5919 16.5518 10.5919 16.372C10.5918 16.1923 10.533 16.0775 10.4512 16.0041C10.3864 15.9461 10.2846 15.8947 10.1351 15.8725L9.96977 15.8613H9.53441C9.34601 15.8613 9.169 15.79 9.04169 15.6509C8.91745 15.5152 8.86395 15.3404 8.86395 15.1694C8.86398 14.998 8.91792 14.8229 9.04507 14.688C9.1745 14.5506 9.35129 14.4855 9.53441 14.4855H9.92814C10.1516 14.4855 10.271 14.4273 10.332 14.3707C10.389 14.3176 10.4399 14.2241 10.44 14.0501C10.44 13.9476 10.4023 13.8736 10.3399 13.8206C10.2729 13.7638 10.1522 13.7116 9.96302 13.7115C9.77342 13.7115 9.5466 13.8004 9.34542 13.9736L9.3443 13.9714C9.19073 14.1098 9.03407 14.1604 8.8707 14.1604C8.47657 14.1604 8.13848 13.8371 8.13837 13.428C8.13837 13.2592 8.18649 13.0652 8.35998 12.9184L8.51747 12.7947C8.90716 12.5166 9.44181 12.329 9.96302 12.329Z",
|
|
517
|
+
fill: "currentColor"
|
|
518
|
+
})
|
|
519
|
+
]
|
|
520
|
+
}));
|
|
521
|
+
Ce.displayName = "@xmart/xorder-ui-icons/XoCalendarDailyOutlineIcon";
|
|
522
|
+
var we = n((e, t) => /* @__PURE__ */ c(P, {
|
|
523
|
+
ref: t,
|
|
524
|
+
viewBox: "0 0 24 24",
|
|
525
|
+
fill: "none",
|
|
526
|
+
stroke: "currentColor",
|
|
527
|
+
...e,
|
|
528
|
+
children: /* @__PURE__ */ c("path", {
|
|
861
529
|
d: "M20 11H4M20 11V19C20 20.1046 19.1046 21 18 21H6C4.89543 21 4 20.1046 4 19V7C4 5.89543 4.89543 5 6 5H18C19.1046 5 20 5.89543 20 7V11ZM15 3V7M9 3V7",
|
|
862
530
|
stroke: "currentColor",
|
|
863
531
|
strokeWidth: "1.5",
|
|
@@ -865,14 +533,14 @@ var Se = n((e, t) => /* @__PURE__ */ (0, V.jsx)(H, {
|
|
|
865
533
|
strokeLinejoin: "round"
|
|
866
534
|
})
|
|
867
535
|
}));
|
|
868
|
-
|
|
869
|
-
var
|
|
536
|
+
we.displayName = "@xmart/xorder-ui-icons/XoCalendarOutlineIcon";
|
|
537
|
+
var Te = n((e, t) => /* @__PURE__ */ c(P, {
|
|
870
538
|
ref: t,
|
|
871
539
|
viewBox: "0 0 24 24",
|
|
872
540
|
fill: "none",
|
|
873
541
|
stroke: "currentColor",
|
|
874
542
|
...e,
|
|
875
|
-
children: /* @__PURE__ */ (
|
|
543
|
+
children: /* @__PURE__ */ c("path", {
|
|
876
544
|
d: "M3 4H5.23684L7 16.5H16.5M16.5 16.5C15.5117 16.5 14.7105 17.2404 14.7105 18.2222C14.7105 19.2041 15.5117 20 16.5 20C17.4883 20 18.2895 19.2041 18.2895 18.2222C18.2895 17.2404 17.4883 16.5 16.5 16.5ZM6.67481 14H17L19 6H5.52444M10.7895 18.2222C10.7895 19.2041 9.9883 20 9 20C8.0117 20 7.21053 19.2041 7.21053 18.2222C7.21053 17.2404 8.0117 16.5 9 16.5C9.9883 16.5 10.7895 17.2404 10.7895 18.2222Z",
|
|
877
545
|
stroke: "currentColor",
|
|
878
546
|
strokeWidth: "1.5",
|
|
@@ -880,65 +548,65 @@ var Ce = n((e, t) => /* @__PURE__ */ (0, V.jsx)(H, {
|
|
|
880
548
|
strokeLinejoin: "round"
|
|
881
549
|
})
|
|
882
550
|
}));
|
|
883
|
-
|
|
884
|
-
var
|
|
551
|
+
Te.displayName = "@xmart/xorder-ui-icons/XoCartOutlineIcon";
|
|
552
|
+
var Ee = n((e, t) => /* @__PURE__ */ l(P, {
|
|
885
553
|
ref: t,
|
|
886
554
|
viewBox: "0 0 24 24",
|
|
887
555
|
fill: "none",
|
|
888
556
|
stroke: "currentColor",
|
|
889
557
|
...e,
|
|
890
|
-
children: [/* @__PURE__ */ (
|
|
558
|
+
children: [/* @__PURE__ */ c("path", {
|
|
891
559
|
d: "M3 6.51512C3 6.13043 3.22669 5.78202 3.57858 5.66029C6.31783 4.71275 9.29741 4.78502 12 5.87711C14.7026 4.78502 17.6822 4.71275 20.4214 5.66029C20.7733 5.78202 21 6.13043 21 6.51512V17.6346C21 18.2914 20.3612 18.7449 19.7501 18.5727C17.2004 17.8541 14.4833 17.9965 12 19C9.51671 17.9965 6.79957 17.8541 4.24989 18.5727C3.63878 18.7449 3 18.2914 3 17.6346V6.51512Z",
|
|
892
560
|
fill: "currentColor"
|
|
893
|
-
}), /* @__PURE__ */ (
|
|
561
|
+
}), /* @__PURE__ */ c("path", {
|
|
894
562
|
d: "M12 5.87711C14.7026 4.78502 17.6822 4.71275 20.4214 5.66029C20.7733 5.78202 21 6.13043 21 6.51512V17.6346C21 18.2914 20.3612 18.7449 19.7501 18.5727C17.2004 17.8541 14.4833 17.9965 12 19M12 5.87711C9.29741 4.78502 6.31783 4.71275 3.57858 5.66029C3.22669 5.78202 3 6.13043 3 6.51512V17.6346C3 18.2914 3.63878 18.7449 4.24989 18.5727C6.79957 17.8541 9.51671 17.9965 12 19M12 5.87711V19",
|
|
895
563
|
stroke: "currentColor",
|
|
896
564
|
strokeWidth: "1.5",
|
|
897
565
|
strokeLinejoin: "round"
|
|
898
566
|
})]
|
|
899
567
|
}));
|
|
900
|
-
|
|
901
|
-
var
|
|
568
|
+
Ee.displayName = "@xmart/xorder-ui-icons/XoCatalogFillIcon";
|
|
569
|
+
var De = n((e, t) => /* @__PURE__ */ c(P, {
|
|
902
570
|
ref: t,
|
|
903
571
|
viewBox: "0 0 24 24",
|
|
904
572
|
fill: "none",
|
|
905
573
|
stroke: "currentColor",
|
|
906
574
|
...e,
|
|
907
|
-
children: /* @__PURE__ */ (
|
|
575
|
+
children: /* @__PURE__ */ c("path", {
|
|
908
576
|
d: "M12 5.87711C14.7026 4.78502 17.6822 4.71275 20.4214 5.66029C20.7733 5.78202 21 6.13043 21 6.51512V17.6346C21 18.2914 20.3612 18.7449 19.7501 18.5727C17.2004 17.8541 14.4833 17.9965 12 19M12 5.87711C9.29741 4.78502 6.31783 4.71275 3.57858 5.66029C3.22669 5.78202 3 6.13043 3 6.51512V17.6346C3 18.2914 3.63878 18.7449 4.24989 18.5727C6.79957 17.8541 9.51671 17.9965 12 19M12 5.87711V19",
|
|
909
577
|
stroke: "currentColor",
|
|
910
578
|
strokeWidth: "1.5",
|
|
911
579
|
strokeLinejoin: "round"
|
|
912
580
|
})
|
|
913
581
|
}));
|
|
914
|
-
|
|
915
|
-
var
|
|
582
|
+
De.displayName = "@xmart/xorder-ui-icons/XoCatalogOutlineIcon";
|
|
583
|
+
var Oe = n((e, t) => /* @__PURE__ */ l(P, {
|
|
916
584
|
ref: t,
|
|
917
585
|
viewBox: "0 0 24 24",
|
|
918
586
|
fill: "none",
|
|
919
587
|
stroke: "currentColor",
|
|
920
588
|
...e,
|
|
921
|
-
children: [/* @__PURE__ */ (
|
|
589
|
+
children: [/* @__PURE__ */ c("path", {
|
|
922
590
|
d: "M12 20C16.4183 20 20 16.4183 20 12C20 7.58172 16.4183 4 12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20Z",
|
|
923
591
|
stroke: "currentColor",
|
|
924
592
|
strokeWidth: "1.5",
|
|
925
593
|
strokeLinecap: "round",
|
|
926
594
|
strokeLinejoin: "round"
|
|
927
|
-
}), /* @__PURE__ */ (
|
|
595
|
+
}), /* @__PURE__ */ c("path", {
|
|
928
596
|
fillRule: "evenodd",
|
|
929
597
|
clipRule: "evenodd",
|
|
930
598
|
d: "M20 12C20 16.4183 16.4183 20 12 20C7.58172 20 4 16.4183 4 12C4 7.58172 7.58172 4 12 4C16.4183 4 20 7.58172 20 12ZM16.9749 9.86366C17.2678 9.57077 17.2678 9.0959 16.9749 8.803C16.682 8.51011 16.2072 8.51011 15.9143 8.803L10.2224 14.4949L8.08599 12.3586C7.7931 12.0657 7.31822 12.0657 7.02533 12.3586C6.73244 12.6515 6.73244 13.1263 7.02534 13.4192L9.69204 16.0859C9.98493 16.3788 10.4598 16.3788 10.7527 16.0859L16.9749 9.86366Z",
|
|
931
599
|
fill: "currentColor"
|
|
932
600
|
})]
|
|
933
601
|
}));
|
|
934
|
-
|
|
935
|
-
var
|
|
602
|
+
Oe.displayName = "@xmart/xorder-ui-icons/XoCheckCircleFillIcon";
|
|
603
|
+
var ke = n((e, t) => /* @__PURE__ */ c(P, {
|
|
936
604
|
ref: t,
|
|
937
605
|
viewBox: "0 0 24 24",
|
|
938
606
|
fill: "none",
|
|
939
607
|
stroke: "currentColor",
|
|
940
608
|
...e,
|
|
941
|
-
children: /* @__PURE__ */ (
|
|
609
|
+
children: /* @__PURE__ */ c("path", {
|
|
942
610
|
d: "M16.4444 9.33333L10.2222 15.5556L7.5555 12.8889M20 12C20 16.4183 16.4183 20 12 20C7.58172 20 4 16.4183 4 12C4 7.58172 7.58172 4 12 4C16.4183 4 20 7.58172 20 12Z",
|
|
943
611
|
stroke: "currentColor",
|
|
944
612
|
strokeWidth: "1.5",
|
|
@@ -946,14 +614,14 @@ var De = n((e, t) => /* @__PURE__ */ (0, V.jsx)(H, {
|
|
|
946
614
|
strokeLinejoin: "round"
|
|
947
615
|
})
|
|
948
616
|
}));
|
|
949
|
-
|
|
950
|
-
var
|
|
617
|
+
ke.displayName = "@xmart/xorder-ui-icons/XoCheckCircleOutlineIcon";
|
|
618
|
+
var Ae = n((e, t) => /* @__PURE__ */ c(P, {
|
|
951
619
|
ref: t,
|
|
952
620
|
viewBox: "0 0 24 24",
|
|
953
621
|
fill: "none",
|
|
954
622
|
stroke: "currentColor",
|
|
955
623
|
...e,
|
|
956
|
-
children: /* @__PURE__ */ (
|
|
624
|
+
children: /* @__PURE__ */ c("path", {
|
|
957
625
|
d: "M20 6L9 18L4 13",
|
|
958
626
|
stroke: "currentColor",
|
|
959
627
|
strokeWidth: "1.5",
|
|
@@ -961,14 +629,14 @@ var Oe = n((e, t) => /* @__PURE__ */ (0, V.jsx)(H, {
|
|
|
961
629
|
strokeLinejoin: "round"
|
|
962
630
|
})
|
|
963
631
|
}));
|
|
964
|
-
|
|
965
|
-
var
|
|
632
|
+
Ae.displayName = "@xmart/xorder-ui-icons/XoCheckOutlineIcon";
|
|
633
|
+
var je = n((e, t) => /* @__PURE__ */ c(P, {
|
|
966
634
|
ref: t,
|
|
967
635
|
viewBox: "0 0 24 24",
|
|
968
636
|
fill: "none",
|
|
969
637
|
stroke: "currentColor",
|
|
970
638
|
...e,
|
|
971
|
-
children: /* @__PURE__ */ (
|
|
639
|
+
children: /* @__PURE__ */ c("path", {
|
|
972
640
|
d: "M17 8L10 16L7 13",
|
|
973
641
|
stroke: "currentColor",
|
|
974
642
|
strokeWidth: "1.5",
|
|
@@ -976,14 +644,14 @@ var ke = n((e, t) => /* @__PURE__ */ (0, V.jsx)(H, {
|
|
|
976
644
|
strokeLinejoin: "round"
|
|
977
645
|
})
|
|
978
646
|
}));
|
|
979
|
-
|
|
980
|
-
var
|
|
647
|
+
je.displayName = "@xmart/xorder-ui-icons/XoCheckSOutlineIcon";
|
|
648
|
+
var Me = n((e, t) => /* @__PURE__ */ c(P, {
|
|
981
649
|
ref: t,
|
|
982
650
|
viewBox: "0 0 24 24",
|
|
983
651
|
fill: "none",
|
|
984
652
|
stroke: "currentColor",
|
|
985
653
|
...e,
|
|
986
|
-
children: /* @__PURE__ */ (
|
|
654
|
+
children: /* @__PURE__ */ c("path", {
|
|
987
655
|
d: "M7.55556 10.2222L12 14.6667L16.4444 10.2222M20 12C20 16.4183 16.4183 20 12 20C7.58172 20 4 16.4183 4 12C4 7.58172 7.58172 4 12 4C16.4183 4 20 7.58172 20 12Z",
|
|
988
656
|
stroke: "currentColor",
|
|
989
657
|
strokeWidth: "1.5",
|
|
@@ -991,14 +659,14 @@ var Ae = n((e, t) => /* @__PURE__ */ (0, V.jsx)(H, {
|
|
|
991
659
|
strokeLinejoin: "round"
|
|
992
660
|
})
|
|
993
661
|
}));
|
|
994
|
-
|
|
995
|
-
var
|
|
662
|
+
Me.displayName = "@xmart/xorder-ui-icons/XoChevronCircleDownOutlineIcon";
|
|
663
|
+
var Ne = n((e, t) => /* @__PURE__ */ c(P, {
|
|
996
664
|
ref: t,
|
|
997
665
|
viewBox: "0 0 24 24",
|
|
998
666
|
fill: "none",
|
|
999
667
|
stroke: "currentColor",
|
|
1000
668
|
...e,
|
|
1001
|
-
children: /* @__PURE__ */ (
|
|
669
|
+
children: /* @__PURE__ */ c("path", {
|
|
1002
670
|
d: "M13.7778 7.55556L9.33333 12L13.7778 16.4444M20 12C20 16.4183 16.4183 20 12 20C7.58172 20 4 16.4183 4 12C4 7.58172 7.58172 4 12 4C16.4183 4 20 7.58172 20 12Z",
|
|
1003
671
|
stroke: "currentColor",
|
|
1004
672
|
strokeWidth: "1.5",
|
|
@@ -1006,14 +674,14 @@ var je = n((e, t) => /* @__PURE__ */ (0, V.jsx)(H, {
|
|
|
1006
674
|
strokeLinejoin: "round"
|
|
1007
675
|
})
|
|
1008
676
|
}));
|
|
1009
|
-
|
|
1010
|
-
var
|
|
677
|
+
Ne.displayName = "@xmart/xorder-ui-icons/XoChevronCircleLeftOutlineIcon";
|
|
678
|
+
var Pe = n((e, t) => /* @__PURE__ */ c(P, {
|
|
1011
679
|
ref: t,
|
|
1012
680
|
viewBox: "0 0 24 24",
|
|
1013
681
|
fill: "none",
|
|
1014
682
|
stroke: "currentColor",
|
|
1015
683
|
...e,
|
|
1016
|
-
children: /* @__PURE__ */ (
|
|
684
|
+
children: /* @__PURE__ */ c("path", {
|
|
1017
685
|
d: "M10.2222 16.4444L14.6667 12L10.2222 7.55556M20 12C20 16.4183 16.4183 20 12 20C7.58172 20 4 16.4183 4 12C4 7.58172 7.58172 4 12 4C16.4183 4 20 7.58172 20 12Z",
|
|
1018
686
|
stroke: "currentColor",
|
|
1019
687
|
strokeWidth: "1.5",
|
|
@@ -1021,14 +689,14 @@ var Me = n((e, t) => /* @__PURE__ */ (0, V.jsx)(H, {
|
|
|
1021
689
|
strokeLinejoin: "round"
|
|
1022
690
|
})
|
|
1023
691
|
}));
|
|
1024
|
-
|
|
1025
|
-
var
|
|
692
|
+
Pe.displayName = "@xmart/xorder-ui-icons/XoChevronCircleRightOutlineIcon";
|
|
693
|
+
var Fe = n((e, t) => /* @__PURE__ */ c(P, {
|
|
1026
694
|
ref: t,
|
|
1027
695
|
viewBox: "0 0 24 24",
|
|
1028
696
|
fill: "none",
|
|
1029
697
|
stroke: "currentColor",
|
|
1030
698
|
...e,
|
|
1031
|
-
children: /* @__PURE__ */ (
|
|
699
|
+
children: /* @__PURE__ */ c("path", {
|
|
1032
700
|
d: "M16.4444 13.7778L12 9.33333L7.55556 13.7778M20 12C20 16.4183 16.4183 20 12 20C7.58172 20 4 16.4183 4 12C4 7.58172 7.58172 4 12 4C16.4183 4 20 7.58172 20 12Z",
|
|
1033
701
|
stroke: "currentColor",
|
|
1034
702
|
strokeWidth: "1.5",
|
|
@@ -1036,14 +704,14 @@ var Ne = n((e, t) => /* @__PURE__ */ (0, V.jsx)(H, {
|
|
|
1036
704
|
strokeLinejoin: "round"
|
|
1037
705
|
})
|
|
1038
706
|
}));
|
|
1039
|
-
|
|
1040
|
-
var
|
|
707
|
+
Fe.displayName = "@xmart/xorder-ui-icons/XoChevronCircleUpOutlineIcon";
|
|
708
|
+
var Ie = n((e, t) => /* @__PURE__ */ c(P, {
|
|
1041
709
|
ref: t,
|
|
1042
710
|
viewBox: "0 0 24 24",
|
|
1043
711
|
fill: "none",
|
|
1044
712
|
stroke: "currentColor",
|
|
1045
713
|
...e,
|
|
1046
|
-
children: /* @__PURE__ */ (
|
|
714
|
+
children: /* @__PURE__ */ c("path", {
|
|
1047
715
|
d: "M6 9L12 15L18 9",
|
|
1048
716
|
stroke: "currentColor",
|
|
1049
717
|
strokeWidth: "1.5",
|
|
@@ -1051,14 +719,14 @@ var Pe = n((e, t) => /* @__PURE__ */ (0, V.jsx)(H, {
|
|
|
1051
719
|
strokeLinejoin: "round"
|
|
1052
720
|
})
|
|
1053
721
|
}));
|
|
1054
|
-
|
|
1055
|
-
var
|
|
722
|
+
Ie.displayName = "@xmart/xorder-ui-icons/XoChevronDownOutlineIcon";
|
|
723
|
+
var Le = n((e, t) => /* @__PURE__ */ c(P, {
|
|
1056
724
|
ref: t,
|
|
1057
725
|
viewBox: "0 0 24 24",
|
|
1058
726
|
fill: "none",
|
|
1059
727
|
stroke: "currentColor",
|
|
1060
728
|
...e,
|
|
1061
|
-
children: /* @__PURE__ */ (
|
|
729
|
+
children: /* @__PURE__ */ c("path", {
|
|
1062
730
|
d: "M15 6L9 12L15 18",
|
|
1063
731
|
stroke: "currentColor",
|
|
1064
732
|
strokeWidth: "1.5",
|
|
@@ -1066,14 +734,14 @@ var Fe = n((e, t) => /* @__PURE__ */ (0, V.jsx)(H, {
|
|
|
1066
734
|
strokeLinejoin: "round"
|
|
1067
735
|
})
|
|
1068
736
|
}));
|
|
1069
|
-
|
|
1070
|
-
var
|
|
737
|
+
Le.displayName = "@xmart/xorder-ui-icons/XoChevronLeftOutlineIcon";
|
|
738
|
+
var Re = n((e, t) => /* @__PURE__ */ c(P, {
|
|
1071
739
|
ref: t,
|
|
1072
740
|
viewBox: "0 0 24 24",
|
|
1073
741
|
fill: "none",
|
|
1074
742
|
stroke: "currentColor",
|
|
1075
743
|
...e,
|
|
1076
|
-
children: /* @__PURE__ */ (
|
|
744
|
+
children: /* @__PURE__ */ c("path", {
|
|
1077
745
|
d: "M9 18L15 12L9 6",
|
|
1078
746
|
stroke: "currentColor",
|
|
1079
747
|
strokeWidth: "1.5",
|
|
@@ -1081,14 +749,14 @@ var Ie = n((e, t) => /* @__PURE__ */ (0, V.jsx)(H, {
|
|
|
1081
749
|
strokeLinejoin: "round"
|
|
1082
750
|
})
|
|
1083
751
|
}));
|
|
1084
|
-
|
|
1085
|
-
var
|
|
752
|
+
Re.displayName = "@xmart/xorder-ui-icons/XoChevronRightOutlineIcon";
|
|
753
|
+
var ze = n((e, t) => /* @__PURE__ */ c(P, {
|
|
1086
754
|
ref: t,
|
|
1087
755
|
viewBox: "0 0 24 24",
|
|
1088
756
|
fill: "none",
|
|
1089
757
|
stroke: "currentColor",
|
|
1090
758
|
...e,
|
|
1091
|
-
children: /* @__PURE__ */ (
|
|
759
|
+
children: /* @__PURE__ */ c("path", {
|
|
1092
760
|
d: "M18 14L12 8L6 14",
|
|
1093
761
|
stroke: "currentColor",
|
|
1094
762
|
strokeWidth: "1.5",
|
|
@@ -1096,20 +764,20 @@ var Le = n((e, t) => /* @__PURE__ */ (0, V.jsx)(H, {
|
|
|
1096
764
|
strokeLinejoin: "round"
|
|
1097
765
|
})
|
|
1098
766
|
}));
|
|
1099
|
-
|
|
1100
|
-
var
|
|
767
|
+
ze.displayName = "@xmart/xorder-ui-icons/XoChevronUpOutlineIcon";
|
|
768
|
+
var Be = n((e, t) => /* @__PURE__ */ l(P, {
|
|
1101
769
|
ref: t,
|
|
1102
770
|
viewBox: "0 0 24 24",
|
|
1103
771
|
fill: "none",
|
|
1104
772
|
stroke: "currentColor",
|
|
1105
773
|
...e,
|
|
1106
|
-
children: [/* @__PURE__ */ (
|
|
774
|
+
children: [/* @__PURE__ */ c("path", {
|
|
1107
775
|
d: "M7 13L12 17L17 13",
|
|
1108
776
|
stroke: "currentColor",
|
|
1109
777
|
strokeWidth: "1.5",
|
|
1110
778
|
strokeLinecap: "round",
|
|
1111
779
|
strokeLinejoin: "round"
|
|
1112
|
-
}), /* @__PURE__ */ (
|
|
780
|
+
}), /* @__PURE__ */ c("path", {
|
|
1113
781
|
d: "M7 8L12 12L17 8",
|
|
1114
782
|
stroke: "currentColor",
|
|
1115
783
|
strokeWidth: "1.5",
|
|
@@ -1117,19 +785,19 @@ var Re = n((e, t) => /* @__PURE__ */ (0, V.jsxs)(H, {
|
|
|
1117
785
|
strokeLinejoin: "round"
|
|
1118
786
|
})]
|
|
1119
787
|
}));
|
|
1120
|
-
|
|
1121
|
-
var
|
|
788
|
+
Be.displayName = "@xmart/xorder-ui-icons/XoChevronWDownOutlineIcon";
|
|
789
|
+
var Ve = n((e, t) => /* @__PURE__ */ l(P, {
|
|
1122
790
|
ref: t,
|
|
1123
791
|
viewBox: "0 0 24 24",
|
|
1124
792
|
fill: "none",
|
|
1125
793
|
stroke: "currentColor",
|
|
1126
794
|
...e,
|
|
1127
|
-
children: [/* @__PURE__ */ (
|
|
795
|
+
children: [/* @__PURE__ */ c("path", {
|
|
1128
796
|
fillRule: "evenodd",
|
|
1129
797
|
clipRule: "evenodd",
|
|
1130
798
|
d: "M12 20C16.4183 20 20 16.4183 20 12C20 7.58172 16.4183 4 12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20ZM12.8889 8.44444C12.8889 7.95352 12.4909 7.55556 12 7.55556C11.5091 7.55556 11.1111 7.95352 11.1111 8.44444V12C11.1111 12.2357 11.2048 12.4618 11.3715 12.6285L13.1492 14.4063C13.4964 14.7535 14.0592 14.7535 14.4063 14.4063C14.7535 14.0592 14.7535 13.4964 14.4063 13.1492L12.8889 11.6318V8.44444Z",
|
|
1131
799
|
fill: "currentColor"
|
|
1132
|
-
}), /* @__PURE__ */ (
|
|
800
|
+
}), /* @__PURE__ */ c("circle", {
|
|
1133
801
|
cx: "12",
|
|
1134
802
|
cy: "12",
|
|
1135
803
|
r: "8",
|
|
@@ -1137,14 +805,14 @@ var ze = n((e, t) => /* @__PURE__ */ (0, V.jsxs)(H, {
|
|
|
1137
805
|
strokeWidth: "1.5"
|
|
1138
806
|
})]
|
|
1139
807
|
}));
|
|
1140
|
-
|
|
1141
|
-
var
|
|
808
|
+
Ve.displayName = "@xmart/xorder-ui-icons/XoClockFillIcon";
|
|
809
|
+
var He = n((e, t) => /* @__PURE__ */ c(P, {
|
|
1142
810
|
ref: t,
|
|
1143
811
|
viewBox: "0 0 24 24",
|
|
1144
812
|
fill: "none",
|
|
1145
813
|
stroke: "currentColor",
|
|
1146
814
|
...e,
|
|
1147
|
-
children: /* @__PURE__ */ (
|
|
815
|
+
children: /* @__PURE__ */ c("path", {
|
|
1148
816
|
d: "M12 8.44444V12L13.7778 13.7778M20 12C20 16.4183 16.4183 20 12 20C7.58172 20 4 16.4183 4 12C4 7.58172 7.58172 4 12 4C16.4183 4 20 7.58172 20 12Z",
|
|
1149
817
|
stroke: "currentColor",
|
|
1150
818
|
strokeWidth: "1.5",
|
|
@@ -1152,14 +820,27 @@ var Be = n((e, t) => /* @__PURE__ */ (0, V.jsx)(H, {
|
|
|
1152
820
|
strokeLinejoin: "round"
|
|
1153
821
|
})
|
|
1154
822
|
}));
|
|
1155
|
-
|
|
1156
|
-
var
|
|
823
|
+
He.displayName = "@xmart/xorder-ui-icons/XoClockOutlineIcon";
|
|
824
|
+
var Ue = n((e, t) => /* @__PURE__ */ c(P, {
|
|
825
|
+
ref: t,
|
|
826
|
+
viewBox: "0 0 24 24",
|
|
827
|
+
fill: "none",
|
|
828
|
+
...e,
|
|
829
|
+
children: /* @__PURE__ */ c("path", {
|
|
830
|
+
fillRule: "evenodd",
|
|
831
|
+
clipRule: "evenodd",
|
|
832
|
+
d: "M16.1875 3.25C17.1885 3.25 17.75 4.18653 17.75 5V7.25H20.1875C21.1885 7.25 21.75 8.18653 21.75 9V19C21.75 19.8135 21.1885 20.75 20.1875 20.75H8.8125C7.81154 20.75 7.25 19.8135 7.25 19V16.75H4.8125C3.81154 16.75 3.25 15.8135 3.25 15V5C3.25 4.18653 3.81154 3.25 4.8125 3.25H16.1875ZM8.82031 8.76562C8.78859 8.80467 8.75 8.88519 8.75 9V19C8.75 19.1148 8.78859 19.1953 8.82031 19.2344C8.82692 19.2425 8.83318 19.2466 8.83691 19.25H20.1631C20.1668 19.2466 20.1731 19.2425 20.1797 19.2344C20.2114 19.1953 20.25 19.1148 20.25 19V9C20.25 8.88519 20.2114 8.80467 20.1797 8.76562C20.1731 8.75751 20.1668 8.75335 20.1631 8.75H8.83691C8.83318 8.75335 8.82692 8.75751 8.82031 8.76562ZM4.82031 4.76562C4.78859 4.80467 4.75 4.88519 4.75 5V15C4.75 15.1148 4.78859 15.1953 4.82031 15.2344C4.82692 15.2425 4.83318 15.2466 4.83691 15.25H7.25V9C7.25 8.18653 7.81154 7.25 8.8125 7.25H16.25V5C16.25 4.88519 16.2114 4.80467 16.1797 4.76562C16.1731 4.75751 16.1668 4.75335 16.1631 4.75H4.83691C4.83318 4.75335 4.82692 4.75751 4.82031 4.76562Z",
|
|
833
|
+
fill: "currentColor"
|
|
834
|
+
})
|
|
835
|
+
}));
|
|
836
|
+
Ue.displayName = "@xmart/xorder-ui-icons/XoCopyOutlineIcon";
|
|
837
|
+
var F = n((e, t) => /* @__PURE__ */ c(P, {
|
|
1157
838
|
ref: t,
|
|
1158
839
|
viewBox: "0 0 24 24",
|
|
1159
840
|
fill: "none",
|
|
1160
841
|
stroke: "currentColor",
|
|
1161
842
|
...e,
|
|
1162
|
-
children: /* @__PURE__ */ (
|
|
843
|
+
children: /* @__PURE__ */ c("path", {
|
|
1163
844
|
d: "M18 6L6 18M6.00001 6L18 18",
|
|
1164
845
|
stroke: "currentColor",
|
|
1165
846
|
strokeWidth: "1.5",
|
|
@@ -1167,14 +848,14 @@ var Ve = n((e, t) => /* @__PURE__ */ (0, V.jsx)(H, {
|
|
|
1167
848
|
strokeLinejoin: "round"
|
|
1168
849
|
})
|
|
1169
850
|
}));
|
|
1170
|
-
|
|
1171
|
-
var
|
|
851
|
+
F.displayName = "@xmart/xorder-ui-icons/XoCrossOutlineIcon";
|
|
852
|
+
var We = n((e, t) => /* @__PURE__ */ c(P, {
|
|
1172
853
|
ref: t,
|
|
1173
854
|
viewBox: "0 0 24 24",
|
|
1174
855
|
fill: "none",
|
|
1175
856
|
stroke: "currentColor",
|
|
1176
857
|
...e,
|
|
1177
|
-
children: /* @__PURE__ */ (
|
|
858
|
+
children: /* @__PURE__ */ c("path", {
|
|
1178
859
|
d: "M16 8L8 16M8.00001 8L16 16",
|
|
1179
860
|
stroke: "currentColor",
|
|
1180
861
|
strokeWidth: "1.5",
|
|
@@ -1182,14 +863,14 @@ var He = n((e, t) => /* @__PURE__ */ (0, V.jsx)(H, {
|
|
|
1182
863
|
strokeLinejoin: "round"
|
|
1183
864
|
})
|
|
1184
865
|
}));
|
|
1185
|
-
|
|
1186
|
-
var
|
|
866
|
+
We.displayName = "@xmart/xorder-ui-icons/XoCrossSOutlineIcon";
|
|
867
|
+
var Ge = n((e, t) => /* @__PURE__ */ c(P, {
|
|
1187
868
|
ref: t,
|
|
1188
869
|
viewBox: "0 0 24 24",
|
|
1189
870
|
fill: "none",
|
|
1190
871
|
stroke: "currentColor",
|
|
1191
872
|
...e,
|
|
1192
|
-
children: /* @__PURE__ */ (
|
|
873
|
+
children: /* @__PURE__ */ c("path", {
|
|
1193
874
|
d: "M20 15V18C20 19.1046 19.1046 20 18 20H6C4.89543 20 4 19.1046 4 18L4 15M8 11L12 15M12 15L16 11M12 15V4",
|
|
1194
875
|
stroke: "currentColor",
|
|
1195
876
|
strokeWidth: "1.5",
|
|
@@ -1197,14 +878,14 @@ var Ue = n((e, t) => /* @__PURE__ */ (0, V.jsx)(H, {
|
|
|
1197
878
|
strokeLinejoin: "round"
|
|
1198
879
|
})
|
|
1199
880
|
}));
|
|
1200
|
-
|
|
1201
|
-
var
|
|
881
|
+
Ge.displayName = "@xmart/xorder-ui-icons/XoDownloadOutlineIcon";
|
|
882
|
+
var Ke = n((e, t) => /* @__PURE__ */ c(P, {
|
|
1202
883
|
ref: t,
|
|
1203
884
|
viewBox: "0 0 24 24",
|
|
1204
885
|
fill: "none",
|
|
1205
886
|
stroke: "currentColor",
|
|
1206
887
|
...e,
|
|
1207
|
-
children: /* @__PURE__ */ (
|
|
888
|
+
children: /* @__PURE__ */ c("path", {
|
|
1208
889
|
d: "M14 6L8 12V16H12L18 10M14 6L17 3L21 7L18 10M14 6L18 10M10 4L4 4L4 20L20 20V14",
|
|
1209
890
|
stroke: "currentColor",
|
|
1210
891
|
strokeWidth: "1.5",
|
|
@@ -1212,14 +893,14 @@ var We = n((e, t) => /* @__PURE__ */ (0, V.jsx)(H, {
|
|
|
1212
893
|
strokeLinejoin: "round"
|
|
1213
894
|
})
|
|
1214
895
|
}));
|
|
1215
|
-
|
|
1216
|
-
var
|
|
896
|
+
Ke.displayName = "@xmart/xorder-ui-icons/XoEditOutlineIcon";
|
|
897
|
+
var qe = n((e, t) => /* @__PURE__ */ c(P, {
|
|
1217
898
|
ref: t,
|
|
1218
899
|
viewBox: "0 0 24 24",
|
|
1219
900
|
fill: "none",
|
|
1220
901
|
stroke: "currentColor",
|
|
1221
902
|
...e,
|
|
1222
|
-
children: /* @__PURE__ */ (
|
|
903
|
+
children: /* @__PURE__ */ c("path", {
|
|
1223
904
|
d: "M20 14.8335C21.3082 13.3317 22 12 22 12C22 12 18.3636 5 12 5C11.6588 5 11.3254 5.02013 11 5.05822C10.6578 5.09828 10.3244 5.15822 10 5.23552M12 9C12.3506 9 12.6872 9.06015 13 9.17071C13.8524 9.47199 14.528 10.1476 14.8293 11C14.9398 11.3128 15 11.6494 15 12M3 3L21 21M12 15C11.6494 15 11.3128 14.9398 11 14.8293C10.1476 14.528 9.47198 13.8524 9.1707 13C9.11386 12.8392 9.07034 12.6721 9.04147 12.5M4.14701 9C3.83877 9.34451 3.56234 9.68241 3.31864 10C2.45286 11.1282 2 12 2 12C2 12 5.63636 19 12 19C12.3412 19 12.6746 18.9799 13 18.9418",
|
|
1224
905
|
stroke: "currentColor",
|
|
1225
906
|
strokeWidth: "1.5",
|
|
@@ -1227,20 +908,20 @@ var Ge = n((e, t) => /* @__PURE__ */ (0, V.jsx)(H, {
|
|
|
1227
908
|
strokeLinejoin: "round"
|
|
1228
909
|
})
|
|
1229
910
|
}));
|
|
1230
|
-
|
|
1231
|
-
var
|
|
911
|
+
qe.displayName = "@xmart/xorder-ui-icons/XoEyeClosedOutlineIcon";
|
|
912
|
+
var Je = n((e, t) => /* @__PURE__ */ l(P, {
|
|
1232
913
|
ref: t,
|
|
1233
914
|
viewBox: "0 0 24 24",
|
|
1234
915
|
fill: "none",
|
|
1235
916
|
stroke: "currentColor",
|
|
1236
917
|
...e,
|
|
1237
|
-
children: [/* @__PURE__ */ (
|
|
918
|
+
children: [/* @__PURE__ */ c("path", {
|
|
1238
919
|
d: "M12 5C5.63636 5 2 12 2 12C2 12 5.63636 19 12 19C18.3636 19 22 12 22 12C22 12 18.3636 5 12 5Z",
|
|
1239
920
|
stroke: "currentColor",
|
|
1240
921
|
strokeWidth: "1.5",
|
|
1241
922
|
strokeLinecap: "round",
|
|
1242
923
|
strokeLinejoin: "round"
|
|
1243
|
-
}), /* @__PURE__ */ (
|
|
924
|
+
}), /* @__PURE__ */ c("path", {
|
|
1244
925
|
d: "M12 15C13.6569 15 15 13.6569 15 12C15 10.3431 13.6569 9 12 9C10.3431 9 9 10.3431 9 12C9 13.6569 10.3431 15 12 15Z",
|
|
1245
926
|
stroke: "currentColor",
|
|
1246
927
|
strokeWidth: "1.5",
|
|
@@ -1248,50 +929,101 @@ var Ke = n((e, t) => /* @__PURE__ */ (0, V.jsxs)(H, {
|
|
|
1248
929
|
strokeLinejoin: "round"
|
|
1249
930
|
})]
|
|
1250
931
|
}));
|
|
1251
|
-
|
|
1252
|
-
var
|
|
932
|
+
Je.displayName = "@xmart/xorder-ui-icons/XoEyeOpenOutlineIcon";
|
|
933
|
+
var Ye = n((e, t) => /* @__PURE__ */ l(P, {
|
|
934
|
+
ref: t,
|
|
935
|
+
viewBox: "0 0 24 24",
|
|
936
|
+
fill: "none",
|
|
937
|
+
...e,
|
|
938
|
+
children: [
|
|
939
|
+
/* @__PURE__ */ c("path", {
|
|
940
|
+
d: "M11.5 16.25C11.9142 16.25 12.25 16.5858 12.25 17C12.25 17.4142 11.9142 17.75 11.5 17.75H10.5C10.0858 17.75 9.75 17.4142 9.75 17C9.75 16.5858 10.0858 16.25 10.5 16.25H11.5Z",
|
|
941
|
+
fill: "currentColor"
|
|
942
|
+
}),
|
|
943
|
+
/* @__PURE__ */ c("path", {
|
|
944
|
+
d: "M14.5 16.25C14.9142 16.25 15.25 16.5858 15.25 17C15.25 17.4142 14.9142 17.75 14.5 17.75H13.5C13.0858 17.75 12.75 17.4142 12.75 17C12.75 16.5858 13.0858 16.25 13.5 16.25H14.5Z",
|
|
945
|
+
fill: "currentColor"
|
|
946
|
+
}),
|
|
947
|
+
/* @__PURE__ */ c("path", {
|
|
948
|
+
d: "M17.5 16.25C17.9142 16.25 18.25 16.5858 18.25 17C18.25 17.4142 17.9142 17.75 17.5 17.75H16.5C16.0858 17.75 15.75 17.4142 15.75 17C15.75 16.5858 16.0858 16.25 16.5 16.25H17.5Z",
|
|
949
|
+
fill: "currentColor"
|
|
950
|
+
}),
|
|
951
|
+
/* @__PURE__ */ c("path", {
|
|
952
|
+
d: "M11.5 14.25C11.9142 14.25 12.25 14.5858 12.25 15C12.25 15.4142 11.9142 15.75 11.5 15.75H10.5C10.0858 15.75 9.75 15.4142 9.75 15C9.75 14.5858 10.0858 14.25 10.5 14.25H11.5Z",
|
|
953
|
+
fill: "currentColor"
|
|
954
|
+
}),
|
|
955
|
+
/* @__PURE__ */ c("path", {
|
|
956
|
+
d: "M14.5 14.25C14.9142 14.25 15.25 14.5858 15.25 15C15.25 15.4142 14.9142 15.75 14.5 15.75H13.5C13.0858 15.75 12.75 15.4142 12.75 15C12.75 14.5858 13.0858 14.25 13.5 14.25H14.5Z",
|
|
957
|
+
fill: "currentColor"
|
|
958
|
+
}),
|
|
959
|
+
/* @__PURE__ */ c("path", {
|
|
960
|
+
d: "M17.5 14.25C17.9142 14.25 18.25 14.5858 18.25 15C18.25 15.4142 17.9142 15.75 17.5 15.75H16.5C16.0858 15.75 15.75 15.4142 15.75 15C15.75 14.5858 16.0858 14.25 16.5 14.25H17.5Z",
|
|
961
|
+
fill: "currentColor"
|
|
962
|
+
}),
|
|
963
|
+
/* @__PURE__ */ c("path", {
|
|
964
|
+
d: "M11.5 12.25C11.9142 12.25 12.25 12.5858 12.25 13C12.25 13.4142 11.9142 13.75 11.5 13.75H10.5C10.0858 13.75 9.75 13.4142 9.75 13C9.75 12.5858 10.0858 12.25 10.5 12.25H11.5Z",
|
|
965
|
+
fill: "currentColor"
|
|
966
|
+
}),
|
|
967
|
+
/* @__PURE__ */ c("path", {
|
|
968
|
+
d: "M14.5 12.25C14.9142 12.25 15.25 12.5858 15.25 13C15.25 13.4142 14.9142 13.75 14.5 13.75H13.5C13.0858 13.75 12.75 13.4142 12.75 13C12.75 12.5858 13.0858 12.25 13.5 12.25H14.5Z",
|
|
969
|
+
fill: "currentColor"
|
|
970
|
+
}),
|
|
971
|
+
/* @__PURE__ */ c("path", {
|
|
972
|
+
d: "M17.5 12.25C17.9142 12.25 18.25 12.5858 18.25 13C18.25 13.4142 17.9142 13.75 17.5 13.75H16.5C16.0858 13.75 15.75 13.4142 15.75 13C15.75 12.5858 16.0858 12.25 16.5 12.25H17.5Z",
|
|
973
|
+
fill: "currentColor"
|
|
974
|
+
}),
|
|
975
|
+
/* @__PURE__ */ c("path", {
|
|
976
|
+
fillRule: "evenodd",
|
|
977
|
+
clipRule: "evenodd",
|
|
978
|
+
d: "M18 2.25C18.9665 2.25 19.75 3.0335 19.75 4V8.25H20C20.9665 8.25 21.75 9.0335 21.75 10V20C21.75 20.9665 20.9665 21.75 20 21.75H4C3.0335 21.75 2.25 20.9665 2.25 20V10C2.25 9.0335 3.0335 8.25 4 8.25H8.25V4C8.25 3.0335 9.0335 2.25 10 2.25H18ZM7.75 20.25H20C20.1381 20.25 20.25 20.1381 20.25 20V10C20.25 9.86193 20.1381 9.75 20 9.75H7.75V20.25ZM4 9.75C3.86193 9.75 3.75 9.86193 3.75 10V20C3.75 20.1381 3.86193 20.25 4 20.25H6.25V9.75H4ZM10 3.75C9.86193 3.75 9.75 3.86193 9.75 4V8.25H18.25V4C18.25 3.86193 18.1381 3.75 18 3.75H10Z",
|
|
979
|
+
fill: "currentColor"
|
|
980
|
+
})
|
|
981
|
+
]
|
|
982
|
+
}));
|
|
983
|
+
Ye.displayName = "@xmart/xorder-ui-icons/XoFaxOutlineIcon";
|
|
984
|
+
var Xe = n((e, t) => /* @__PURE__ */ c(P, {
|
|
1253
985
|
ref: t,
|
|
1254
986
|
viewBox: "0 0 24 24",
|
|
1255
987
|
fill: "none",
|
|
1256
988
|
stroke: "currentColor",
|
|
1257
989
|
...e,
|
|
1258
|
-
children: /* @__PURE__ */ (
|
|
990
|
+
children: /* @__PURE__ */ c("path", {
|
|
1259
991
|
d: "M4 5L10 5M10 5C10 6.10457 10.8954 7 12 7C13.1046 7 14 6.10457 14 5M10 5C10 3.89543 10.8954 3 12 3C13.1046 3 14 3.89543 14 5M14 5L20 5M4 12H16M16 12C16 13.1046 16.8954 14 18 14C19.1046 14 20 13.1046 20 12C20 10.8954 19.1046 10 18 10C16.8954 10 16 10.8954 16 12ZM8 19H20M8 19C8 17.8954 7.10457 17 6 17C4.89543 17 4 17.8954 4 19C4 20.1046 4.89543 21 6 21C7.10457 21 8 20.1046 8 19Z",
|
|
1260
992
|
stroke: "currentColor",
|
|
1261
993
|
strokeWidth: "1.5",
|
|
1262
994
|
strokeLinecap: "round"
|
|
1263
995
|
})
|
|
1264
996
|
}));
|
|
1265
|
-
|
|
1266
|
-
var
|
|
997
|
+
Xe.displayName = "@xmart/xorder-ui-icons/XoFiltersOutlineIcon";
|
|
998
|
+
var Ze = n((e, t) => /* @__PURE__ */ l(P, {
|
|
1267
999
|
ref: t,
|
|
1268
1000
|
viewBox: "0 0 24 24",
|
|
1269
1001
|
fill: "none",
|
|
1270
1002
|
stroke: "currentColor",
|
|
1271
1003
|
...e,
|
|
1272
1004
|
children: [
|
|
1273
|
-
/* @__PURE__ */ (
|
|
1005
|
+
/* @__PURE__ */ c("path", {
|
|
1274
1006
|
d: "M4 4H10.5882V10.5882H4V4Z",
|
|
1275
1007
|
stroke: "currentColor",
|
|
1276
1008
|
strokeWidth: "1.5",
|
|
1277
1009
|
strokeLinecap: "round",
|
|
1278
1010
|
strokeLinejoin: "round"
|
|
1279
1011
|
}),
|
|
1280
|
-
/* @__PURE__ */ (
|
|
1012
|
+
/* @__PURE__ */ c("path", {
|
|
1281
1013
|
d: "M4 13.4118H10.5882V20H4V13.4118Z",
|
|
1282
1014
|
stroke: "currentColor",
|
|
1283
1015
|
strokeWidth: "1.5",
|
|
1284
1016
|
strokeLinecap: "round",
|
|
1285
1017
|
strokeLinejoin: "round"
|
|
1286
1018
|
}),
|
|
1287
|
-
/* @__PURE__ */ (
|
|
1019
|
+
/* @__PURE__ */ c("path", {
|
|
1288
1020
|
d: "M13.4118 4H20V10.5882H13.4118V4Z",
|
|
1289
1021
|
stroke: "currentColor",
|
|
1290
1022
|
strokeWidth: "1.5",
|
|
1291
1023
|
strokeLinecap: "round",
|
|
1292
1024
|
strokeLinejoin: "round"
|
|
1293
1025
|
}),
|
|
1294
|
-
/* @__PURE__ */ (
|
|
1026
|
+
/* @__PURE__ */ c("path", {
|
|
1295
1027
|
d: "M13.4118 13.4118H20V20H13.4118V13.4118Z",
|
|
1296
1028
|
stroke: "currentColor",
|
|
1297
1029
|
strokeWidth: "1.5",
|
|
@@ -1300,14 +1032,36 @@ var Je = n((e, t) => /* @__PURE__ */ (0, V.jsxs)(H, {
|
|
|
1300
1032
|
})
|
|
1301
1033
|
]
|
|
1302
1034
|
}));
|
|
1303
|
-
|
|
1304
|
-
var
|
|
1035
|
+
Ze.displayName = "@xmart/xorder-ui-icons/XoGridOutlineIcon";
|
|
1036
|
+
var Qe = n((e, t) => /* @__PURE__ */ c(P, {
|
|
1037
|
+
ref: t,
|
|
1038
|
+
viewBox: "0 0 24 24",
|
|
1039
|
+
fill: "none",
|
|
1040
|
+
...e,
|
|
1041
|
+
children: /* @__PURE__ */ c("path", {
|
|
1042
|
+
d: "M16.4541 4C19.4042 4 21.7499 6.47218 21.75 9.46387C21.75 10.9044 21.198 12.2917 20.208 13.3184L12.54 21.2705C12.3987 21.4171 12.2036 21.5 12 21.5C11.7964 21.5 11.6013 21.4171 11.46 21.2705L3.79199 13.3184C2.80203 12.2917 2.25 10.9044 2.25 9.46387C2.25009 6.47218 4.59575 4 7.5459 4C8.95931 4.00006 10.309 4.58285 11.2998 5.61035L12 6.33594L12.7002 5.61035C13.691 4.58285 15.0407 4.00006 16.4541 4Z",
|
|
1043
|
+
fill: "currentColor"
|
|
1044
|
+
})
|
|
1045
|
+
}));
|
|
1046
|
+
Qe.displayName = "@xmart/xorder-ui-icons/XoHeartFillIcon";
|
|
1047
|
+
var $e = n((e, t) => /* @__PURE__ */ c(P, {
|
|
1048
|
+
ref: t,
|
|
1049
|
+
viewBox: "0 0 24 24",
|
|
1050
|
+
fill: "none",
|
|
1051
|
+
...e,
|
|
1052
|
+
children: /* @__PURE__ */ c("path", {
|
|
1053
|
+
d: "M20.25 9.46387C20.2499 7.24873 18.5249 5.5 16.4541 5.5C15.4565 5.50006 14.4943 5.91096 13.7803 6.65137L12.54 7.9375C12.3987 8.08406 12.2036 8.16699 12 8.16699C11.7964 8.16699 11.6013 8.08406 11.46 7.9375L10.2197 6.65137C9.50569 5.91096 8.54345 5.50006 7.5459 5.5C5.47513 5.5 3.75009 7.24873 3.75 9.46387C3.75 10.5237 4.15628 11.5349 4.87109 12.2764L12 19.6689L19.1289 12.2764C19.8437 11.5349 20.25 10.5237 20.25 9.46387ZM21.75 9.46387C21.75 10.9044 21.198 12.2917 20.208 13.3184L12.54 21.2705C12.3987 21.4171 12.2036 21.5 12 21.5C11.7964 21.5 11.6013 21.4171 11.46 21.2705L3.79199 13.3184C2.80203 12.2917 2.25 10.9044 2.25 9.46387C2.25009 6.47218 4.59575 4 7.5459 4C8.95931 4.00006 10.309 4.58285 11.2998 5.61035L12 6.33594L12.7002 5.61035C13.691 4.58285 15.0407 4.00006 16.4541 4C19.4042 4 21.7499 6.47218 21.75 9.46387Z",
|
|
1054
|
+
fill: "currentColor"
|
|
1055
|
+
})
|
|
1056
|
+
}));
|
|
1057
|
+
$e.displayName = "@xmart/xorder-ui-icons/XoHeartOutlineIcon";
|
|
1058
|
+
var et = n((e, t) => /* @__PURE__ */ c(P, {
|
|
1305
1059
|
ref: t,
|
|
1306
1060
|
viewBox: "0 0 24 24",
|
|
1307
1061
|
fill: "none",
|
|
1308
1062
|
stroke: "currentColor",
|
|
1309
1063
|
...e,
|
|
1310
|
-
children: /* @__PURE__ */ (
|
|
1064
|
+
children: /* @__PURE__ */ c("path", {
|
|
1311
1065
|
d: "M14 20V14.3529C14 13.3176 13.1 12.4706 12 12.4706C10.9 12.4706 10 13.3176 10 14.3529V20H4V10.5882L12 4L20 10.5882V20H14Z",
|
|
1312
1066
|
fill: "currentColor",
|
|
1313
1067
|
stroke: "currentColor",
|
|
@@ -1316,14 +1070,14 @@ var Ye = n((e, t) => /* @__PURE__ */ (0, V.jsx)(H, {
|
|
|
1316
1070
|
strokeLinejoin: "round"
|
|
1317
1071
|
})
|
|
1318
1072
|
}));
|
|
1319
|
-
|
|
1320
|
-
var
|
|
1073
|
+
et.displayName = "@xmart/xorder-ui-icons/XoHomeFillIcon";
|
|
1074
|
+
var tt = n((e, t) => /* @__PURE__ */ c(P, {
|
|
1321
1075
|
ref: t,
|
|
1322
1076
|
viewBox: "0 0 24 24",
|
|
1323
1077
|
fill: "none",
|
|
1324
1078
|
stroke: "currentColor",
|
|
1325
1079
|
...e,
|
|
1326
|
-
children: /* @__PURE__ */ (
|
|
1080
|
+
children: /* @__PURE__ */ c("path", {
|
|
1327
1081
|
d: "M14 20V14.3529C14 13.3176 13.1 12.4706 12 12.4706C10.9 12.4706 10 13.3176 10 14.3529V20H4V10.5882L12 4L20 10.5882V20H14Z",
|
|
1328
1082
|
stroke: "currentColor",
|
|
1329
1083
|
strokeWidth: "1.5",
|
|
@@ -1331,47 +1085,47 @@ var Xe = n((e, t) => /* @__PURE__ */ (0, V.jsx)(H, {
|
|
|
1331
1085
|
strokeLinejoin: "round"
|
|
1332
1086
|
})
|
|
1333
1087
|
}));
|
|
1334
|
-
|
|
1335
|
-
var
|
|
1088
|
+
tt.displayName = "@xmart/xorder-ui-icons/XoHomeOutlineIcon";
|
|
1089
|
+
var nt = n((e, t) => /* @__PURE__ */ c(P, {
|
|
1336
1090
|
ref: t,
|
|
1337
1091
|
viewBox: "0 0 24 24",
|
|
1338
1092
|
fill: "none",
|
|
1339
1093
|
...e,
|
|
1340
|
-
children: /* @__PURE__ */ (
|
|
1094
|
+
children: /* @__PURE__ */ c("path", {
|
|
1341
1095
|
d: "M9 13.5L9.48014 12.9238C9.1937 12.6851 8.77542 12.6931 8.49828 12.9425L9 13.5ZM4 4V3.25C3.58579 3.25 3.25 3.58579 3.25 4H4ZM20 4H20.75C20.75 3.58579 20.4142 3.25 20 3.25V4ZM4 20H3.25C3.25 20.4142 3.58579 20.75 4 20.75V20ZM14 20.75C14.4142 20.75 14.75 20.4142 14.75 20C14.75 19.5858 14.4142 19.25 14 19.25V20.75ZM19.25 12C19.25 12.4142 19.5858 12.75 20 12.75C20.4142 12.75 20.75 12.4142 20.75 12H19.25ZM17 14L17.5303 13.4697C17.2374 13.1768 16.7626 13.1768 16.4697 13.4697L17 14ZM16.25 18C16.25 18.4142 16.5858 18.75 17 18.75C17.4142 18.75 17.75 18.4142 17.75 18H16.25ZM14.9697 14.9697C14.6768 15.2625 14.6768 15.7374 14.9697 16.0303C15.2626 16.3232 15.7374 16.3232 16.0303 16.0303L14.9697 14.9697ZM17.9697 16.0303C18.2626 16.3232 18.7374 16.3232 19.0303 16.0303C19.3232 15.7374 19.3232 15.2625 19.0303 14.9697L17.9697 16.0303ZM10.25 9C10.25 9.69036 9.69036 10.25 9 10.25V11.75C10.5188 11.75 11.75 10.5188 11.75 9H10.25ZM9 10.25C8.30964 10.25 7.75 9.69036 7.75 9H6.25C6.25 10.5188 7.48122 11.75 9 11.75V10.25ZM7.75 9C7.75 8.30964 8.30964 7.75 9 7.75V6.25C7.48122 6.25 6.25 7.48122 6.25 9H7.75ZM9 7.75C9.69036 7.75 10.25 8.30964 10.25 9H11.75C11.75 7.48122 10.5188 6.25 9 6.25V7.75ZM12.4801 15.4238L9.48014 12.9238L8.51986 14.0762L11.5199 16.5762L12.4801 15.4238ZM8.49828 12.9425L3.49828 17.4425L4.50172 18.5575L9.50172 14.0575L8.49828 12.9425ZM21.25 16C21.25 18.3472 19.3472 20.25 17 20.25V21.75C20.1756 21.75 22.75 19.1756 22.75 16H21.25ZM17 20.25C14.6528 20.25 12.75 18.3472 12.75 16H11.25C11.25 19.1756 13.8244 21.75 17 21.75V20.25ZM12.75 16C12.75 13.6528 14.6528 11.75 17 11.75V10.25C13.8244 10.25 11.25 12.8244 11.25 16H12.75ZM17 11.75C19.3472 11.75 21.25 13.6528 21.25 16H22.75C22.75 12.8244 20.1756 10.25 17 10.25V11.75ZM4 4.75H20V3.25H4V4.75ZM4.75 20V4H3.25V20H4.75ZM14 19.25H4V20.75H14V19.25ZM19.25 4V12H20.75V4H19.25ZM16.25 14V18H17.75V14H16.25ZM16.4697 13.4697L14.9697 14.9697L16.0303 16.0303L17.5303 14.5303L16.4697 13.4697ZM16.4697 14.5303L17.9697 16.0303L19.0303 14.9697L17.5303 13.4697L16.4697 14.5303Z",
|
|
1342
1096
|
fill: "currentColor"
|
|
1343
1097
|
})
|
|
1344
1098
|
}));
|
|
1345
|
-
|
|
1346
|
-
var
|
|
1099
|
+
nt.displayName = "@xmart/xorder-ui-icons/XoImageAddOutlineIcon";
|
|
1100
|
+
var rt = n((e, t) => /* @__PURE__ */ c(P, {
|
|
1347
1101
|
ref: t,
|
|
1348
1102
|
viewBox: "0 0 24 24",
|
|
1349
1103
|
fill: "none",
|
|
1350
1104
|
...e,
|
|
1351
|
-
children: /* @__PURE__ */ (
|
|
1105
|
+
children: /* @__PURE__ */ c("path", {
|
|
1352
1106
|
d: "M7 18.25C6.58579 18.25 6.25 18.5858 6.25 19C6.25 19.4142 6.58579 19.75 7 19.75V18.25ZM5 17H4.25C4.25 17.2918 4.41921 17.5571 4.68378 17.6801C4.94836 17.8031 5.26026 17.7615 5.48335 17.5735L5 17ZM18.25 17C18.25 17.4142 18.5858 17.75 19 17.75C19.4142 17.75 19.75 17.4142 19.75 17H18.25ZM17 19.75C17.4142 19.75 17.75 19.4142 17.75 19C17.75 18.5858 17.4142 18.25 17 18.25V19.75ZM17 5.75C17.4142 5.75 17.75 5.41421 17.75 5C17.75 4.58579 17.4142 4.25 17 4.25V5.75ZM19.75 7C19.75 6.58579 19.4142 6.25 19 6.25C18.5858 6.25 18.25 6.58579 18.25 7H19.75ZM7 4.25C6.58579 4.25 6.25 4.58579 6.25 5C6.25 5.41421 6.58579 5.75 7 5.75V4.25ZM5.75 7C5.75 6.58579 5.41421 6.25 5 6.25C4.58579 6.25 4.25 6.58579 4.25 7H5.75ZM15.5 11.125L15.9939 10.5606L15.4658 10.0985L14.9697 10.5947L15.5 11.125ZM11.5625 15.0625L11.094 15.6482L11.6182 16.0675L12.0928 15.5928L11.5625 15.0625ZM9.375 13.3125L9.84352 12.7268L9.36258 12.3421L8.89165 12.739L9.375 13.3125ZM7 5.75H17V4.25H7V5.75ZM18.25 7V17H19.75V7H18.25ZM17 18.25H7V19.75H17V18.25ZM5.75 17V7H4.25V17H5.75ZM10.375 9.375C10.375 9.92728 9.92728 10.375 9.375 10.375V11.875C10.7557 11.875 11.875 10.7557 11.875 9.375H10.375ZM9.375 10.375C8.82272 10.375 8.375 9.92728 8.375 9.375H6.875C6.875 10.7557 7.99429 11.875 9.375 11.875V10.375ZM8.375 9.375C8.375 8.82272 8.82272 8.375 9.375 8.375V6.875C7.99429 6.875 6.875 7.99429 6.875 9.375H8.375ZM9.375 8.375C9.92728 8.375 10.375 8.82272 10.375 9.375H11.875C11.875 7.99429 10.7557 6.875 9.375 6.875V8.375ZM14.9697 10.5947L11.0322 14.5322L12.0928 15.5928L16.0303 11.6553L14.9697 10.5947ZM12.031 14.4768L9.84352 12.7268L8.90648 13.8982L11.094 15.6482L12.031 14.4768ZM8.89165 12.739L4.51665 16.4265L5.48335 17.5735L9.85835 13.886L8.89165 12.739ZM15.0061 11.6894L18.5061 14.7519L19.4939 13.6231L15.9939 10.5606L15.0061 11.6894ZM4 3.75H6V2.25H4V3.75ZM6.25 4V6H7.75V4H6.25ZM6 6.25H4V7.75H6V6.25ZM3.75 6V4H2.25V6H3.75ZM4 6.25C3.86193 6.25 3.75 6.13807 3.75 6H2.25C2.25 6.9665 3.0335 7.75 4 7.75V6.25ZM6.25 6C6.25 6.13807 6.13807 6.25 6 6.25V7.75C6.9665 7.75 7.75 6.9665 7.75 6H6.25ZM6 3.75C6.13807 3.75 6.25 3.86193 6.25 4H7.75C7.75 3.0335 6.9665 2.25 6 2.25V3.75ZM4 2.25C3.0335 2.25 2.25 3.0335 2.25 4H3.75C3.75 3.86193 3.86193 3.75 4 3.75V2.25ZM18 3.75H20V2.25H18V3.75ZM20.25 4V6H21.75V4H20.25ZM20 6.25H18V7.75H20V6.25ZM17.75 6V4H16.25V6H17.75ZM18 6.25C17.8619 6.25 17.75 6.13807 17.75 6H16.25C16.25 6.9665 17.0335 7.75 18 7.75V6.25ZM20.25 6C20.25 6.13807 20.1381 6.25 20 6.25V7.75C20.9665 7.75 21.75 6.9665 21.75 6H20.25ZM20 3.75C20.1381 3.75 20.25 3.86193 20.25 4H21.75C21.75 3.0335 20.9665 2.25 20 2.25V3.75ZM18 2.25C17.0335 2.25 16.25 3.0335 16.25 4H17.75C17.75 3.86193 17.8619 3.75 18 3.75V2.25ZM4 17.75H6V16.25H4V17.75ZM6.25 18V20H7.75V18H6.25ZM6 20.25H4V21.75H6V20.25ZM3.75 20V18H2.25V20H3.75ZM4 20.25C3.86193 20.25 3.75 20.1381 3.75 20H2.25C2.25 20.9665 3.0335 21.75 4 21.75V20.25ZM6.25 20C6.25 20.1381 6.13807 20.25 6 20.25V21.75C6.9665 21.75 7.75 20.9665 7.75 20H6.25ZM6 17.75C6.13807 17.75 6.25 17.8619 6.25 18H7.75C7.75 17.0335 6.9665 16.25 6 16.25V17.75ZM4 16.25C3.0335 16.25 2.25 17.0335 2.25 18H3.75C3.75 17.8619 3.86193 17.75 4 17.75V16.25ZM18 17.75H20V16.25H18V17.75ZM20.25 18V20H21.75V18H20.25ZM20 20.25H18V21.75H20V20.25ZM17.75 20V18H16.25V20H17.75ZM18 20.25C17.8619 20.25 17.75 20.1381 17.75 20H16.25C16.25 20.9665 17.0335 21.75 18 21.75V20.25ZM20.25 20C20.25 20.1381 20.1381 20.25 20 20.25V21.75C20.9665 21.75 21.75 20.9665 21.75 20H20.25ZM20 17.75C20.1381 17.75 20.25 17.8619 20.25 18H21.75C21.75 17.0335 20.9665 16.25 20 16.25V17.75ZM18 16.25C17.0335 16.25 16.25 17.0335 16.25 18H17.75C17.75 17.8619 17.8619 17.75 18 17.75V16.25Z",
|
|
1353
1107
|
fill: "currentColor"
|
|
1354
1108
|
})
|
|
1355
1109
|
}));
|
|
1356
|
-
|
|
1357
|
-
var
|
|
1110
|
+
rt.displayName = "@xmart/xorder-ui-icons/XoImageEditOutlineIcon";
|
|
1111
|
+
var it = n((e, t) => /* @__PURE__ */ c(P, {
|
|
1358
1112
|
ref: t,
|
|
1359
1113
|
viewBox: "0 0 24 24",
|
|
1360
1114
|
fill: "none",
|
|
1361
1115
|
...e,
|
|
1362
|
-
children: /* @__PURE__ */ (
|
|
1116
|
+
children: /* @__PURE__ */ c("path", {
|
|
1363
1117
|
d: "M3.49828 17.4425C3.19039 17.7196 3.16544 18.1938 3.44253 18.5017C3.71962 18.8096 4.19384 18.8346 4.50172 18.5575L3.49828 17.4425ZM16 11L16.4939 10.4356C16.1967 10.1756 15.7489 10.1905 15.4697 10.4697L16 11ZM11.5 15.5L11.0315 16.0857C11.3299 16.3244 11.7601 16.3006 12.0303 16.0303L11.5 15.5ZM9 13.5L9.46852 12.9143C9.18181 12.685 8.77119 12.6969 8.49828 12.9425L9 13.5ZM4 4V3.25C3.58579 3.25 3.25 3.58579 3.25 4H4ZM20 4H20.75C20.75 3.58579 20.4142 3.25 20 3.25V4ZM20 20V20.75C20.4142 20.75 20.75 20.4142 20.75 20H20ZM4 20H3.25C3.25 20.4142 3.58579 20.75 4 20.75V20ZM10.25 9C10.25 9.69036 9.69036 10.25 9 10.25V11.75C10.5188 11.75 11.75 10.5188 11.75 9H10.25ZM9 10.25C8.30964 10.25 7.75 9.69036 7.75 9H6.25C6.25 10.5188 7.48122 11.75 9 11.75V10.25ZM7.75 9C7.75 8.30964 8.30964 7.75 9 7.75V6.25C7.48122 6.25 6.25 7.48122 6.25 9H7.75ZM9 7.75C9.69036 7.75 10.25 8.30964 10.25 9H11.75C11.75 7.48122 10.5188 6.25 9 6.25V7.75ZM15.4697 10.4697L10.9697 14.9697L12.0303 16.0303L16.5303 11.5303L15.4697 10.4697ZM11.9685 14.9143L9.46852 12.9143L8.53148 14.0857L11.0315 16.0857L11.9685 14.9143ZM8.49828 12.9425L3.49828 17.4425L4.50172 18.5575L9.50172 14.0575L8.49828 12.9425ZM15.5061 11.5644L19.5061 15.0644L20.4939 13.9356L16.4939 10.4356L15.5061 11.5644ZM4 4.75H20V3.25H4V4.75ZM19.25 4V20H20.75V4H19.25ZM20 19.25H4V20.75H20V19.25ZM4.75 20V4H3.25V20H4.75Z",
|
|
1364
1118
|
fill: "currentColor"
|
|
1365
1119
|
})
|
|
1366
1120
|
}));
|
|
1367
|
-
|
|
1368
|
-
var
|
|
1121
|
+
it.displayName = "@xmart/xorder-ui-icons/XoImageOutlineIcon";
|
|
1122
|
+
var at = n((e, t) => /* @__PURE__ */ c(P, {
|
|
1369
1123
|
ref: t,
|
|
1370
1124
|
viewBox: "0 0 24 24",
|
|
1371
1125
|
fill: "none",
|
|
1372
1126
|
stroke: "currentColor",
|
|
1373
1127
|
...e,
|
|
1374
|
-
children: /* @__PURE__ */ (
|
|
1128
|
+
children: /* @__PURE__ */ c("path", {
|
|
1375
1129
|
d: "M4 12H8.88889L10.2222 14.625H13.7778L15.5556 12H20M4 12V17.25C4 18.2165 4.79594 19 5.77778 19H18.2222C19.2041 19 20 18.2165 20 17.25V12M4 12L6.45037 5.56777C6.58048 5.22625 6.91214 5 7.28267 5H16.7173C17.0879 5 17.4195 5.22625 17.5496 5.56777L20 12",
|
|
1376
1130
|
stroke: "currentColor",
|
|
1377
1131
|
strokeWidth: "1.5",
|
|
@@ -1379,34 +1133,34 @@ var et = n((e, t) => /* @__PURE__ */ (0, V.jsx)(H, {
|
|
|
1379
1133
|
strokeLinejoin: "round"
|
|
1380
1134
|
})
|
|
1381
1135
|
}));
|
|
1382
|
-
|
|
1383
|
-
var
|
|
1136
|
+
at.displayName = "@xmart/xorder-ui-icons/XoInboxOutlineIcon";
|
|
1137
|
+
var ot = n((e, t) => /* @__PURE__ */ l(P, {
|
|
1384
1138
|
ref: t,
|
|
1385
1139
|
viewBox: "0 0 24 24",
|
|
1386
1140
|
fill: "none",
|
|
1387
1141
|
stroke: "currentColor",
|
|
1388
1142
|
...e,
|
|
1389
|
-
children: [/* @__PURE__ */ (
|
|
1143
|
+
children: [/* @__PURE__ */ c("circle", {
|
|
1390
1144
|
cx: "12",
|
|
1391
1145
|
cy: "12",
|
|
1392
1146
|
r: "8",
|
|
1393
1147
|
stroke: "currentColor",
|
|
1394
1148
|
strokeWidth: "1.5"
|
|
1395
|
-
}), /* @__PURE__ */ (
|
|
1149
|
+
}), /* @__PURE__ */ c("path", {
|
|
1396
1150
|
fillRule: "evenodd",
|
|
1397
1151
|
clipRule: "evenodd",
|
|
1398
1152
|
d: "M20 12C20 16.4183 16.4183 20 12 20C7.58172 20 4 16.4183 4 12C4 7.58172 7.58172 4 12 4C16.4183 4 20 7.58172 20 12ZM11 11C11 10.4477 11.4477 10 12 10C12.5523 10 13 10.4477 13 11V16C13 16.5523 12.5523 17 12 17C11.4477 17 11 16.5523 11 16V11ZM12 8.5C11.4477 8.5 11 8.05228 11 7.5C11 6.94772 11.4477 6.5 12 6.5C12.5523 6.5 13 6.94772 13 7.5C13 8.05228 12.5523 8.5 12 8.5Z",
|
|
1399
1153
|
fill: "currentColor"
|
|
1400
1154
|
})]
|
|
1401
1155
|
}));
|
|
1402
|
-
|
|
1403
|
-
var
|
|
1156
|
+
ot.displayName = "@xmart/xorder-ui-icons/XoInfoCircleFillIcon";
|
|
1157
|
+
var st = n((e, t) => /* @__PURE__ */ c(P, {
|
|
1404
1158
|
ref: t,
|
|
1405
1159
|
viewBox: "0 0 24 24",
|
|
1406
1160
|
fill: "none",
|
|
1407
1161
|
stroke: "currentColor",
|
|
1408
1162
|
...e,
|
|
1409
|
-
children: /* @__PURE__ */ (
|
|
1163
|
+
children: /* @__PURE__ */ c("path", {
|
|
1410
1164
|
d: "M12 7.56444V7.55556M12 16.4444V10.5M20 12C20 16.4183 16.4183 20 12 20C7.58172 20 4 16.4183 4 12C4 7.58172 7.58172 4 12 4C16.4183 4 20 7.58172 20 12Z",
|
|
1411
1165
|
stroke: "currentColor",
|
|
1412
1166
|
strokeWidth: "1.5",
|
|
@@ -1414,14 +1168,25 @@ var nt = n((e, t) => /* @__PURE__ */ (0, V.jsx)(H, {
|
|
|
1414
1168
|
strokeLinejoin: "round"
|
|
1415
1169
|
})
|
|
1416
1170
|
}));
|
|
1417
|
-
|
|
1418
|
-
var
|
|
1171
|
+
st.displayName = "@xmart/xorder-ui-icons/XoInfoCircleOutlineIcon";
|
|
1172
|
+
var ct = n((e, t) => /* @__PURE__ */ c(P, {
|
|
1173
|
+
ref: t,
|
|
1174
|
+
viewBox: "0 0 24 24",
|
|
1175
|
+
fill: "none",
|
|
1176
|
+
...e,
|
|
1177
|
+
children: /* @__PURE__ */ c("path", {
|
|
1178
|
+
d: "M20.25 6.66699C20.25 6.07741 20.0699 5.57217 19.8145 5.23145C19.5591 4.89094 19.2633 4.75 19 4.75H5C4.73671 4.75 4.44092 4.89094 4.18555 5.23145C3.93014 5.57217 3.75 6.07741 3.75 6.66699V17.333C3.75 17.9226 3.93014 18.4278 4.18555 18.7686C4.44092 19.1091 4.73671 19.25 5 19.25H19C19.2633 19.25 19.5591 19.1091 19.8145 18.7686C20.0699 18.4278 20.25 17.9226 20.25 17.333V6.66699ZM17.5 15.25C17.9142 15.25 18.25 15.5858 18.25 16C18.25 16.4142 17.9142 16.75 17.5 16.75H6.5C6.08579 16.75 5.75 16.4142 5.75 16C5.75 15.5858 6.08579 15.25 6.5 15.25H17.5ZM8.5 11.25C8.91421 11.25 9.25 11.5858 9.25 12C9.25 12.4142 8.91421 12.75 8.5 12.75H6.5C6.08579 12.75 5.75 12.4142 5.75 12C5.75 11.5858 6.08579 11.25 6.5 11.25H8.5ZM13 11.25C13.4142 11.25 13.75 11.5858 13.75 12C13.75 12.4142 13.4142 12.75 13 12.75H11C10.5858 12.75 10.25 12.4142 10.25 12C10.25 11.5858 10.5858 11.25 11 11.25H13ZM17.5 11.25C17.9142 11.25 18.25 11.5858 18.25 12C18.25 12.4142 17.9142 12.75 17.5 12.75H15.5C15.0858 12.75 14.75 12.4142 14.75 12C14.75 11.5858 15.0858 11.25 15.5 11.25H17.5ZM8.5 7.25C8.91421 7.25 9.25 7.58579 9.25 8C9.25 8.41421 8.91421 8.75 8.5 8.75H6.5C6.08579 8.75 5.75 8.41421 5.75 8C5.75 7.58579 6.08579 7.25 6.5 7.25H8.5ZM13 7.25C13.4142 7.25 13.75 7.58579 13.75 8C13.75 8.41421 13.4142 8.75 13 8.75H11C10.5858 8.75 10.25 8.41421 10.25 8C10.25 7.58579 10.5858 7.25 11 7.25H13ZM17.5 7.25C17.9142 7.25 18.25 7.58579 18.25 8C18.25 8.41421 17.9142 8.75 17.5 8.75H15.5C15.0858 8.75 14.75 8.41421 14.75 8C14.75 7.58579 15.0858 7.25 15.5 7.25H17.5ZM21.75 17.333C21.75 18.2159 21.4829 19.0446 21.0146 19.6689C20.5462 20.2936 19.8413 20.75 19 20.75H5C4.15872 20.75 3.45383 20.2936 2.98535 19.6689C2.51714 19.0446 2.25 18.2159 2.25 17.333V6.66699C2.25 5.78413 2.51714 4.95544 2.98535 4.33105C3.45383 3.70641 4.15872 3.25 5 3.25H19C19.8413 3.25 20.5462 3.70641 21.0146 4.33105C21.4829 4.95544 21.75 5.78413 21.75 6.66699V17.333Z",
|
|
1179
|
+
fill: "currentColor"
|
|
1180
|
+
})
|
|
1181
|
+
}));
|
|
1182
|
+
ct.displayName = "@xmart/xorder-ui-icons/XoKeyboardOutlineIcon";
|
|
1183
|
+
var lt = n((e, t) => /* @__PURE__ */ c(P, {
|
|
1419
1184
|
ref: t,
|
|
1420
1185
|
viewBox: "0 0 24 24",
|
|
1421
1186
|
fill: "none",
|
|
1422
1187
|
stroke: "currentColor",
|
|
1423
1188
|
...e,
|
|
1424
|
-
children: /* @__PURE__ */ (
|
|
1189
|
+
children: /* @__PURE__ */ c("path", {
|
|
1425
1190
|
d: "M18.6316 16.5926H5.36842M18.6316 16.5926C19.1548 16.5926 19.5789 16.1615 19.5789 15.6296V5.96296C19.5789 5.43113 19.1548 5 18.6316 5H12H5.36842C4.8452 5 4.42105 5.43113 4.42105 5.96296V15.6296C4.42105 16.1615 4.8452 16.5926 5.36842 16.5926M18.6316 16.5926H19.8158C20.4698 16.5926 21 17.1315 21 17.7963C21 18.4611 20.4698 19 19.8158 19H4.18421C3.53019 19 3 18.4611 3 17.7963C3 17.1315 3.53019 16.5926 4.18421 16.5926H5.36842",
|
|
1426
1191
|
stroke: "currentColor",
|
|
1427
1192
|
strokeWidth: "1.5",
|
|
@@ -1429,45 +1194,45 @@ var rt = n((e, t) => /* @__PURE__ */ (0, V.jsx)(H, {
|
|
|
1429
1194
|
strokeLinejoin: "round"
|
|
1430
1195
|
})
|
|
1431
1196
|
}));
|
|
1432
|
-
|
|
1433
|
-
var
|
|
1197
|
+
lt.displayName = "@xmart/xorder-ui-icons/XoLaptopOutlineIcon";
|
|
1198
|
+
var ut = n((e, t) => /* @__PURE__ */ l(P, {
|
|
1434
1199
|
ref: t,
|
|
1435
1200
|
viewBox: "0 0 24 24",
|
|
1436
1201
|
fill: "none",
|
|
1437
1202
|
stroke: "currentColor",
|
|
1438
1203
|
...e,
|
|
1439
|
-
children: [/* @__PURE__ */ (
|
|
1204
|
+
children: [/* @__PURE__ */ c("path", {
|
|
1440
1205
|
d: "M8.44444 8.85294V19M8.44444 8.85294L12 4.88235C12.4444 4.44118 13.1111 4 13.7778 4C16.2222 4 15.9111 6.38235 15.1111 7.30882L13.7778 8.85294H17.3333C19.1111 8.85294 20 10.1765 20 11.9412C20 13.7059 18.4444 17.2353 18.4444 17.2353C17.7778 18.3382 17.3333 19 15.5556 19H4V8.85294H8.44444Z",
|
|
1441
1206
|
stroke: "currentColor",
|
|
1442
1207
|
strokeWidth: "1.5",
|
|
1443
1208
|
strokeLinejoin: "round"
|
|
1444
|
-
}), /* @__PURE__ */ (
|
|
1209
|
+
}), /* @__PURE__ */ c("path", {
|
|
1445
1210
|
d: "M8 19V8.85294L11.6923 4.88235C12.1538 4.44118 12.8462 4 13.5385 4C16.0769 4 15.7538 6.38235 14.9231 7.30882L13.5385 8.85294H17.2308C19.0769 8.85294 20 10.1765 20 11.9412C20 13.7059 18.3846 17.2353 18.3846 17.2353C17.6923 18.3382 17.2308 19 15.3846 19H8Z",
|
|
1446
1211
|
fill: "currentColor"
|
|
1447
1212
|
})]
|
|
1448
1213
|
}));
|
|
1449
|
-
|
|
1450
|
-
var
|
|
1214
|
+
ut.displayName = "@xmart/xorder-ui-icons/XoLikeFillIcon";
|
|
1215
|
+
var dt = n((e, t) => /* @__PURE__ */ c(P, {
|
|
1451
1216
|
ref: t,
|
|
1452
1217
|
viewBox: "0 0 24 24",
|
|
1453
1218
|
fill: "none",
|
|
1454
1219
|
stroke: "currentColor",
|
|
1455
1220
|
...e,
|
|
1456
|
-
children: /* @__PURE__ */ (
|
|
1221
|
+
children: /* @__PURE__ */ c("path", {
|
|
1457
1222
|
d: "M8.44444 8.85294V19M8.44444 8.85294L12 4.88235C12.4444 4.44118 13.1111 4 13.7778 4C16.2222 4 15.9111 6.38235 15.1111 7.30882L13.7778 8.85294H17.3333C19.1111 8.85294 20 10.1765 20 11.9412C20 13.7059 18.4444 17.2353 18.4444 17.2353C17.7778 18.3382 17.3333 19 15.5556 19H4V8.85294H8.44444Z",
|
|
1458
1223
|
stroke: "currentColor",
|
|
1459
1224
|
strokeWidth: "1.5",
|
|
1460
1225
|
strokeLinejoin: "round"
|
|
1461
1226
|
})
|
|
1462
1227
|
}));
|
|
1463
|
-
|
|
1464
|
-
var
|
|
1228
|
+
dt.displayName = "@xmart/xorder-ui-icons/XoLikeOutlineIcon";
|
|
1229
|
+
var ft = n((e, t) => /* @__PURE__ */ c(P, {
|
|
1465
1230
|
ref: t,
|
|
1466
1231
|
viewBox: "0 0 24 24",
|
|
1467
1232
|
fill: "none",
|
|
1468
1233
|
stroke: "currentColor",
|
|
1469
1234
|
...e,
|
|
1470
|
-
children: /* @__PURE__ */ (
|
|
1235
|
+
children: /* @__PURE__ */ c("path", {
|
|
1471
1236
|
d: "M7 8H17M7 12H17M7 16H13M4 4H20V20H4V4Z",
|
|
1472
1237
|
stroke: "currentColor",
|
|
1473
1238
|
strokeWidth: "1.5",
|
|
@@ -1475,14 +1240,14 @@ var ot = n((e, t) => /* @__PURE__ */ (0, V.jsx)(H, {
|
|
|
1475
1240
|
strokeLinejoin: "round"
|
|
1476
1241
|
})
|
|
1477
1242
|
}));
|
|
1478
|
-
|
|
1479
|
-
var
|
|
1243
|
+
ft.displayName = "@xmart/xorder-ui-icons/XoListRightOutlineIcon";
|
|
1244
|
+
var pt = n((e, t) => /* @__PURE__ */ c(P, {
|
|
1480
1245
|
ref: t,
|
|
1481
1246
|
viewBox: "0 0 24 24",
|
|
1482
1247
|
fill: "none",
|
|
1483
1248
|
stroke: "currentColor",
|
|
1484
1249
|
...e,
|
|
1485
|
-
children: /* @__PURE__ */ (
|
|
1250
|
+
children: /* @__PURE__ */ c("path", {
|
|
1486
1251
|
d: "M8 11V7C8 5.66667 8.8 3 12 3C13.9103 3 14.9653 3.95032 15.5054 5M8 11H5V21H19V11H8Z",
|
|
1487
1252
|
stroke: "currentColor",
|
|
1488
1253
|
strokeWidth: "1.5",
|
|
@@ -1490,14 +1255,14 @@ var st = n((e, t) => /* @__PURE__ */ (0, V.jsx)(H, {
|
|
|
1490
1255
|
strokeLinejoin: "round"
|
|
1491
1256
|
})
|
|
1492
1257
|
}));
|
|
1493
|
-
|
|
1494
|
-
var
|
|
1258
|
+
pt.displayName = "@xmart/xorder-ui-icons/XoLockOffOutlineIcon";
|
|
1259
|
+
var mt = n((e, t) => /* @__PURE__ */ c(P, {
|
|
1495
1260
|
ref: t,
|
|
1496
1261
|
viewBox: "0 0 24 24",
|
|
1497
1262
|
fill: "none",
|
|
1498
1263
|
stroke: "currentColor",
|
|
1499
1264
|
...e,
|
|
1500
|
-
children: /* @__PURE__ */ (
|
|
1265
|
+
children: /* @__PURE__ */ c("path", {
|
|
1501
1266
|
d: "M8 11V7C8 5.66667 8.8 3 12 3C15.2 3 16 5.66667 16 7V11M8 11H5V21H19V11H16M8 11H16",
|
|
1502
1267
|
stroke: "currentColor",
|
|
1503
1268
|
strokeWidth: "1.5",
|
|
@@ -1505,14 +1270,14 @@ var ct = n((e, t) => /* @__PURE__ */ (0, V.jsx)(H, {
|
|
|
1505
1270
|
strokeLinejoin: "round"
|
|
1506
1271
|
})
|
|
1507
1272
|
}));
|
|
1508
|
-
|
|
1509
|
-
var
|
|
1273
|
+
mt.displayName = "@xmart/xorder-ui-icons/XoLockOnOutlineIcon";
|
|
1274
|
+
var ht = n((e, t) => /* @__PURE__ */ c(P, {
|
|
1510
1275
|
ref: t,
|
|
1511
1276
|
viewBox: "0 0 24 24",
|
|
1512
1277
|
fill: "none",
|
|
1513
1278
|
stroke: "currentColor",
|
|
1514
1279
|
...e,
|
|
1515
|
-
children: /* @__PURE__ */ (
|
|
1280
|
+
children: /* @__PURE__ */ c("path", {
|
|
1516
1281
|
d: "M3.29289 5.29289C3.47386 5.11193 3.72386 5 4 5H20C20.2761 5 20.5261 5.11193 20.7071 5.29289M3.29289 5.29289C3.11193 5.47386 3 5.72386 3 6V18C3 18.5523 3.44772 19 4 19H20C20.5523 19 21 18.5523 21 18V6C21 5.72386 20.8881 5.47386 20.7071 5.29289M3.29289 5.29289L10.5858 12.5857C11.3668 13.3668 12.6332 13.3668 13.4142 12.5857L20.7071 5.29289",
|
|
1517
1282
|
stroke: "currentColor",
|
|
1518
1283
|
strokeWidth: "1.5",
|
|
@@ -1520,14 +1285,14 @@ var lt = n((e, t) => /* @__PURE__ */ (0, V.jsx)(H, {
|
|
|
1520
1285
|
strokeLinejoin: "round"
|
|
1521
1286
|
})
|
|
1522
1287
|
}));
|
|
1523
|
-
|
|
1524
|
-
var
|
|
1288
|
+
ht.displayName = "@xmart/xorder-ui-icons/XoMailOutlineIcon";
|
|
1289
|
+
var gt = n((e, t) => /* @__PURE__ */ c(P, {
|
|
1525
1290
|
ref: t,
|
|
1526
1291
|
viewBox: "0 0 24 24",
|
|
1527
1292
|
fill: "none",
|
|
1528
1293
|
stroke: "currentColor",
|
|
1529
1294
|
...e,
|
|
1530
|
-
children: /* @__PURE__ */ (
|
|
1295
|
+
children: /* @__PURE__ */ c("path", {
|
|
1531
1296
|
d: "M4 18H20M4 12H20M4 6H20",
|
|
1532
1297
|
stroke: "currentColor",
|
|
1533
1298
|
strokeWidth: "2",
|
|
@@ -1535,35 +1300,35 @@ var ut = n((e, t) => /* @__PURE__ */ (0, V.jsx)(H, {
|
|
|
1535
1300
|
strokeLinejoin: "round"
|
|
1536
1301
|
})
|
|
1537
1302
|
}));
|
|
1538
|
-
|
|
1539
|
-
var
|
|
1303
|
+
gt.displayName = "@xmart/xorder-ui-icons/XoMenuOutlineIcon";
|
|
1304
|
+
var _t = n((e, t) => /* @__PURE__ */ l(P, {
|
|
1540
1305
|
ref: t,
|
|
1541
1306
|
viewBox: "0 0 24 24",
|
|
1542
1307
|
fill: "none",
|
|
1543
1308
|
...e,
|
|
1544
1309
|
children: [
|
|
1545
|
-
/* @__PURE__ */ (
|
|
1310
|
+
/* @__PURE__ */ c("path", {
|
|
1546
1311
|
d: "M14 5C14 6.10457 13.1046 7 12 7C10.8954 7 10 6.10457 10 5C10 3.89543 10.8954 3 12 3C13.1046 3 14 3.89543 14 5Z",
|
|
1547
1312
|
fill: "currentColor"
|
|
1548
1313
|
}),
|
|
1549
|
-
/* @__PURE__ */ (
|
|
1314
|
+
/* @__PURE__ */ c("path", {
|
|
1550
1315
|
d: "M14 12C14 13.1046 13.1046 14 12 14C10.8954 14 10 13.1046 10 12C10 10.8954 10.8954 10 12 10C13.1046 10 14 10.8954 14 12Z",
|
|
1551
1316
|
fill: "currentColor"
|
|
1552
1317
|
}),
|
|
1553
|
-
/* @__PURE__ */ (
|
|
1318
|
+
/* @__PURE__ */ c("path", {
|
|
1554
1319
|
d: "M12 21C13.1046 21 14 20.1046 14 19C14 17.8954 13.1046 17 12 17C10.8954 17 10 17.8954 10 19C10 20.1046 10.8954 21 12 21Z",
|
|
1555
1320
|
fill: "currentColor"
|
|
1556
1321
|
})
|
|
1557
1322
|
]
|
|
1558
1323
|
}));
|
|
1559
|
-
|
|
1560
|
-
var
|
|
1324
|
+
_t.displayName = "@xmart/xorder-ui-icons/XoMenuVerticalFillIcon";
|
|
1325
|
+
var vt = n((e, t) => /* @__PURE__ */ c(P, {
|
|
1561
1326
|
ref: t,
|
|
1562
1327
|
viewBox: "0 0 24 24",
|
|
1563
1328
|
fill: "none",
|
|
1564
1329
|
stroke: "currentColor",
|
|
1565
1330
|
...e,
|
|
1566
|
-
children: /* @__PURE__ */ (
|
|
1331
|
+
children: /* @__PURE__ */ c("path", {
|
|
1567
1332
|
d: "M15.1111 11.5555H15.12M11.5555 11.5555H11.5644M7.99999 11.5555H8.00888M14.9333 18.3111L20 20L18.3111 14.9333C18.3111 14.9333 19.1111 13.7778 19.1111 11.5555C19.1111 7.38273 15.7284 4 11.5555 4C7.38273 4 4 7.38273 4 11.5555C4 15.7283 7.38273 19.1111 11.5555 19.1111C13.8531 19.1111 14.9333 18.3111 14.9333 18.3111Z",
|
|
1568
1333
|
stroke: "currentColor",
|
|
1569
1334
|
strokeWidth: "1.5",
|
|
@@ -1571,34 +1336,34 @@ var ft = n((e, t) => /* @__PURE__ */ (0, V.jsx)(H, {
|
|
|
1571
1336
|
strokeLinejoin: "round"
|
|
1572
1337
|
})
|
|
1573
1338
|
}));
|
|
1574
|
-
|
|
1575
|
-
var
|
|
1339
|
+
vt.displayName = "@xmart/xorder-ui-icons/XoMessageCircleDotsOutlineIcon";
|
|
1340
|
+
var yt = n((e, t) => /* @__PURE__ */ l(P, {
|
|
1576
1341
|
ref: t,
|
|
1577
1342
|
viewBox: "0 0 24 24",
|
|
1578
1343
|
fill: "none",
|
|
1579
1344
|
stroke: "currentColor",
|
|
1580
1345
|
...e,
|
|
1581
|
-
children: [/* @__PURE__ */ (
|
|
1346
|
+
children: [/* @__PURE__ */ c("path", {
|
|
1582
1347
|
d: "M12 20C16.4183 20 20 16.4183 20 12C20 7.58172 16.4183 4 12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20Z",
|
|
1583
1348
|
stroke: "currentColor",
|
|
1584
1349
|
strokeWidth: "1.5",
|
|
1585
1350
|
strokeLinecap: "round",
|
|
1586
1351
|
strokeLinejoin: "round"
|
|
1587
|
-
}), /* @__PURE__ */ (
|
|
1352
|
+
}), /* @__PURE__ */ c("path", {
|
|
1588
1353
|
fillRule: "evenodd",
|
|
1589
1354
|
clipRule: "evenodd",
|
|
1590
1355
|
d: "M20 12C20 16.4183 16.4183 20 12 20C7.58172 20 4 16.4183 4 12C4 7.58172 7.58172 4 12 4C16.4183 4 20 7.58172 20 12ZM8 11C7.44772 11 7 11.4477 7 12C7 12.5523 7.44772 13 8 13H16C16.5523 13 17 12.5523 17 12C17 11.4477 16.5523 11 16 11H8Z",
|
|
1591
1356
|
fill: "currentColor"
|
|
1592
1357
|
})]
|
|
1593
1358
|
}));
|
|
1594
|
-
|
|
1595
|
-
var
|
|
1359
|
+
yt.displayName = "@xmart/xorder-ui-icons/XoMinusCircleFillIcon";
|
|
1360
|
+
var bt = n((e, t) => /* @__PURE__ */ c(P, {
|
|
1596
1361
|
ref: t,
|
|
1597
1362
|
viewBox: "0 0 24 24",
|
|
1598
1363
|
fill: "none",
|
|
1599
1364
|
stroke: "currentColor",
|
|
1600
1365
|
...e,
|
|
1601
|
-
children: /* @__PURE__ */ (
|
|
1366
|
+
children: /* @__PURE__ */ c("path", {
|
|
1602
1367
|
d: "M8.44444 12H15.5556M20 12C20 16.4183 16.4183 20 12 20C7.58172 20 4 16.4183 4 12C4 7.58172 7.58172 4 12 4C16.4183 4 20 7.58172 20 12Z",
|
|
1603
1368
|
stroke: "currentColor",
|
|
1604
1369
|
strokeWidth: "1.5",
|
|
@@ -1606,14 +1371,14 @@ var mt = n((e, t) => /* @__PURE__ */ (0, V.jsx)(H, {
|
|
|
1606
1371
|
strokeLinejoin: "round"
|
|
1607
1372
|
})
|
|
1608
1373
|
}));
|
|
1609
|
-
|
|
1610
|
-
var
|
|
1374
|
+
bt.displayName = "@xmart/xorder-ui-icons/XoMinusCircleOutlineIcon";
|
|
1375
|
+
var xt = n((e, t) => /* @__PURE__ */ c(P, {
|
|
1611
1376
|
ref: t,
|
|
1612
1377
|
viewBox: "0 0 24 24",
|
|
1613
1378
|
fill: "none",
|
|
1614
1379
|
stroke: "currentColor",
|
|
1615
1380
|
...e,
|
|
1616
|
-
children: /* @__PURE__ */ (
|
|
1381
|
+
children: /* @__PURE__ */ c("path", {
|
|
1617
1382
|
d: "M4 12H20",
|
|
1618
1383
|
stroke: "currentColor",
|
|
1619
1384
|
strokeWidth: "1.5",
|
|
@@ -1621,14 +1386,14 @@ var ht = n((e, t) => /* @__PURE__ */ (0, V.jsx)(H, {
|
|
|
1621
1386
|
strokeLinejoin: "round"
|
|
1622
1387
|
})
|
|
1623
1388
|
}));
|
|
1624
|
-
|
|
1625
|
-
var
|
|
1389
|
+
xt.displayName = "@xmart/xorder-ui-icons/XoMinusOutlineIcon";
|
|
1390
|
+
var St = n((e, t) => /* @__PURE__ */ c(P, {
|
|
1626
1391
|
ref: t,
|
|
1627
1392
|
viewBox: "0 0 24 24",
|
|
1628
1393
|
fill: "none",
|
|
1629
1394
|
stroke: "currentColor",
|
|
1630
1395
|
...e,
|
|
1631
|
-
children: /* @__PURE__ */ (
|
|
1396
|
+
children: /* @__PURE__ */ c("path", {
|
|
1632
1397
|
d: "M6 12H18",
|
|
1633
1398
|
stroke: "currentColor",
|
|
1634
1399
|
strokeWidth: "1.5",
|
|
@@ -1636,14 +1401,14 @@ var gt = n((e, t) => /* @__PURE__ */ (0, V.jsx)(H, {
|
|
|
1636
1401
|
strokeLinejoin: "round"
|
|
1637
1402
|
})
|
|
1638
1403
|
}));
|
|
1639
|
-
|
|
1640
|
-
var
|
|
1404
|
+
St.displayName = "@xmart/xorder-ui-icons/XoMinusSOutlineIcon";
|
|
1405
|
+
var Ct = n((e, t) => /* @__PURE__ */ c(P, {
|
|
1641
1406
|
ref: t,
|
|
1642
1407
|
viewBox: "0 0 24 24",
|
|
1643
1408
|
fill: "none",
|
|
1644
1409
|
stroke: "currentColor",
|
|
1645
1410
|
...e,
|
|
1646
|
-
children: /* @__PURE__ */ (
|
|
1411
|
+
children: /* @__PURE__ */ c("path", {
|
|
1647
1412
|
d: "M19.9999 4.00001L9.99994 14M19.9999 4.00001L20 10M19.9999 4.00001L14 4M10 4.00001H4V20H20V14",
|
|
1648
1413
|
stroke: "currentColor",
|
|
1649
1414
|
strokeWidth: "1.5",
|
|
@@ -1651,14 +1416,14 @@ var _t = n((e, t) => /* @__PURE__ */ (0, V.jsx)(H, {
|
|
|
1651
1416
|
strokeLinejoin: "round"
|
|
1652
1417
|
})
|
|
1653
1418
|
}));
|
|
1654
|
-
|
|
1655
|
-
var
|
|
1419
|
+
Ct.displayName = "@xmart/xorder-ui-icons/XoNewscreenOutlineIcon";
|
|
1420
|
+
var wt = n((e, t) => /* @__PURE__ */ c(P, {
|
|
1656
1421
|
ref: t,
|
|
1657
1422
|
viewBox: "0 0 24 24",
|
|
1658
1423
|
fill: "none",
|
|
1659
1424
|
stroke: "currentColor",
|
|
1660
1425
|
...e,
|
|
1661
|
-
children: /* @__PURE__ */ (
|
|
1426
|
+
children: /* @__PURE__ */ c("path", {
|
|
1662
1427
|
d: "M15 6V18M9 6V18",
|
|
1663
1428
|
stroke: "currentColor",
|
|
1664
1429
|
strokeWidth: "2",
|
|
@@ -1666,14 +1431,14 @@ var vt = n((e, t) => /* @__PURE__ */ (0, V.jsx)(H, {
|
|
|
1666
1431
|
strokeLinejoin: "round"
|
|
1667
1432
|
})
|
|
1668
1433
|
}));
|
|
1669
|
-
|
|
1670
|
-
var
|
|
1434
|
+
wt.displayName = "@xmart/xorder-ui-icons/XoPauseFillIcon";
|
|
1435
|
+
var Tt = n((e, t) => /* @__PURE__ */ c(P, {
|
|
1671
1436
|
ref: t,
|
|
1672
1437
|
viewBox: "0 0 24 24",
|
|
1673
1438
|
fill: "none",
|
|
1674
1439
|
stroke: "currentColor",
|
|
1675
1440
|
...e,
|
|
1676
|
-
children: /* @__PURE__ */ (
|
|
1441
|
+
children: /* @__PURE__ */ c("path", {
|
|
1677
1442
|
d: "M19.9995 18.3879V15.9793C20.0093 15.5855 19.8737 15.2019 19.6186 14.9014C18.8991 14.0539 16.4316 13.5118 15.4534 13.72C14.691 13.8823 14.1575 14.6478 13.636 15.1683C11.6219 14.0254 9.95431 12.3611 8.80907 10.351C9.3306 9.83048 10.0977 9.2981 10.2603 8.53714C10.4686 7.56246 9.92724 5.11066 9.08563 4.3883C8.7896 4.13422 8.4111 3.99624 8.02068 4.00008H5.60721C4.68763 4.00094 3.92256 4.82573 4.00628 5.75039C4 13.72 10.2222 20 18.2457 19.9937C19.1753 20.0776 20.0033 19.3087 19.9995 18.3879Z",
|
|
1678
1443
|
stroke: "currentColor",
|
|
1679
1444
|
strokeWidth: "1.5",
|
|
@@ -1681,14 +1446,14 @@ var yt = n((e, t) => /* @__PURE__ */ (0, V.jsx)(H, {
|
|
|
1681
1446
|
strokeLinejoin: "round"
|
|
1682
1447
|
})
|
|
1683
1448
|
}));
|
|
1684
|
-
|
|
1685
|
-
var
|
|
1449
|
+
Tt.displayName = "@xmart/xorder-ui-icons/XoPhoneOutlineIcon";
|
|
1450
|
+
var Et = n((e, t) => /* @__PURE__ */ c(P, {
|
|
1686
1451
|
ref: t,
|
|
1687
1452
|
viewBox: "0 0 24 24",
|
|
1688
1453
|
fill: "none",
|
|
1689
1454
|
stroke: "currentColor",
|
|
1690
1455
|
...e,
|
|
1691
|
-
children: /* @__PURE__ */ (
|
|
1456
|
+
children: /* @__PURE__ */ c("path", {
|
|
1692
1457
|
d: "M8 6V18L18 12L8 6Z",
|
|
1693
1458
|
fill: "currentColor",
|
|
1694
1459
|
stroke: "currentColor",
|
|
@@ -1696,34 +1461,34 @@ var bt = n((e, t) => /* @__PURE__ */ (0, V.jsx)(H, {
|
|
|
1696
1461
|
strokeLinejoin: "round"
|
|
1697
1462
|
})
|
|
1698
1463
|
}));
|
|
1699
|
-
|
|
1700
|
-
var
|
|
1464
|
+
Et.displayName = "@xmart/xorder-ui-icons/XoPlayFillIcon";
|
|
1465
|
+
var Dt = n((e, t) => /* @__PURE__ */ l(P, {
|
|
1701
1466
|
ref: t,
|
|
1702
1467
|
viewBox: "0 0 24 24",
|
|
1703
1468
|
fill: "none",
|
|
1704
1469
|
stroke: "currentColor",
|
|
1705
1470
|
...e,
|
|
1706
|
-
children: [/* @__PURE__ */ (
|
|
1471
|
+
children: [/* @__PURE__ */ c("circle", {
|
|
1707
1472
|
cx: "12",
|
|
1708
1473
|
cy: "12",
|
|
1709
1474
|
r: "8",
|
|
1710
1475
|
stroke: "currentColor",
|
|
1711
1476
|
strokeWidth: "1.5"
|
|
1712
|
-
}), /* @__PURE__ */ (
|
|
1477
|
+
}), /* @__PURE__ */ c("path", {
|
|
1713
1478
|
fillRule: "evenodd",
|
|
1714
1479
|
clipRule: "evenodd",
|
|
1715
1480
|
d: "M20 12C20 16.4183 16.4183 20 12 20C7.58172 20 4 16.4183 4 12C4 7.58172 7.58172 4 12 4C16.4183 4 20 7.58172 20 12ZM7 12C7 11.4477 7.44772 11 8 11H11V8C11 7.44772 11.4477 7 12 7C12.5523 7 13 7.44772 13 8V11H16C16.5523 11 17 11.4477 17 12C17 12.5523 16.5523 13 16 13H13V16C13 16.5523 12.5523 17 12 17C11.4477 17 11 16.5523 11 16V13H8C7.44772 13 7 12.5523 7 12Z",
|
|
1716
1481
|
fill: "currentColor"
|
|
1717
1482
|
})]
|
|
1718
1483
|
}));
|
|
1719
|
-
|
|
1720
|
-
var
|
|
1484
|
+
Dt.displayName = "@xmart/xorder-ui-icons/XoPlusCircleFillIcon";
|
|
1485
|
+
var Ot = n((e, t) => /* @__PURE__ */ c(P, {
|
|
1721
1486
|
ref: t,
|
|
1722
1487
|
viewBox: "0 0 24 24",
|
|
1723
1488
|
fill: "none",
|
|
1724
1489
|
stroke: "currentColor",
|
|
1725
1490
|
...e,
|
|
1726
|
-
children: /* @__PURE__ */ (
|
|
1491
|
+
children: /* @__PURE__ */ c("path", {
|
|
1727
1492
|
d: "M12 7.55556V16.4444M7.55556 12H16.4444M20 12C20 16.4183 16.4183 20 12 20C7.58172 20 4 16.4183 4 12C4 7.58172 7.58172 4 12 4C16.4183 4 20 7.58172 20 12Z",
|
|
1728
1493
|
stroke: "currentColor",
|
|
1729
1494
|
strokeWidth: "1.5",
|
|
@@ -1731,14 +1496,14 @@ var St = n((e, t) => /* @__PURE__ */ (0, V.jsx)(H, {
|
|
|
1731
1496
|
strokeLinejoin: "round"
|
|
1732
1497
|
})
|
|
1733
1498
|
}));
|
|
1734
|
-
|
|
1735
|
-
var
|
|
1499
|
+
Ot.displayName = "@xmart/xorder-ui-icons/XoPlusCircleOutlineIcon";
|
|
1500
|
+
var kt = n((e, t) => /* @__PURE__ */ c(P, {
|
|
1736
1501
|
ref: t,
|
|
1737
1502
|
viewBox: "0 0 24 24",
|
|
1738
1503
|
fill: "none",
|
|
1739
1504
|
stroke: "currentColor",
|
|
1740
1505
|
...e,
|
|
1741
|
-
children: /* @__PURE__ */ (
|
|
1506
|
+
children: /* @__PURE__ */ c("path", {
|
|
1742
1507
|
d: "M4 12H20M12 4V20",
|
|
1743
1508
|
stroke: "currentColor",
|
|
1744
1509
|
strokeWidth: "1.5",
|
|
@@ -1746,14 +1511,14 @@ var Ct = n((e, t) => /* @__PURE__ */ (0, V.jsx)(H, {
|
|
|
1746
1511
|
strokeLinejoin: "round"
|
|
1747
1512
|
})
|
|
1748
1513
|
}));
|
|
1749
|
-
|
|
1750
|
-
var
|
|
1514
|
+
kt.displayName = "@xmart/xorder-ui-icons/XoPlusOutlineIcon";
|
|
1515
|
+
var At = n((e, t) => /* @__PURE__ */ c(P, {
|
|
1751
1516
|
ref: t,
|
|
1752
1517
|
viewBox: "0 0 24 24",
|
|
1753
1518
|
fill: "none",
|
|
1754
1519
|
stroke: "currentColor",
|
|
1755
1520
|
...e,
|
|
1756
|
-
children: /* @__PURE__ */ (
|
|
1521
|
+
children: /* @__PURE__ */ c("path", {
|
|
1757
1522
|
d: "M12 6V18M6 12H18",
|
|
1758
1523
|
stroke: "currentColor",
|
|
1759
1524
|
strokeWidth: "1.5",
|
|
@@ -1761,14 +1526,14 @@ var wt = n((e, t) => /* @__PURE__ */ (0, V.jsx)(H, {
|
|
|
1761
1526
|
strokeLinejoin: "round"
|
|
1762
1527
|
})
|
|
1763
1528
|
}));
|
|
1764
|
-
|
|
1765
|
-
var
|
|
1529
|
+
At.displayName = "@xmart/xorder-ui-icons/XoPlusSOutlineIcon";
|
|
1530
|
+
var jt = n((e, t) => /* @__PURE__ */ c(P, {
|
|
1766
1531
|
ref: t,
|
|
1767
1532
|
viewBox: "0 0 24 24",
|
|
1768
1533
|
fill: "none",
|
|
1769
1534
|
stroke: "currentColor",
|
|
1770
1535
|
...e,
|
|
1771
|
-
children: /* @__PURE__ */ (
|
|
1536
|
+
children: /* @__PURE__ */ c("path", {
|
|
1772
1537
|
d: "M15.4998 17.3333V14.6667H8.49979V17.3333M15.4998 17.3333V20H8.49979V17.3333M15.4998 17.3333H19.9998V9.33333H15.4998M8.49979 17.3333H4V9.33333H8.49979M8.49979 9.33333H15.4998M8.49979 9.33333V4.88889C8.49979 4.39797 8.89155 4 9.37479 4H14.6248C15.108 4 15.4998 4.39797 15.4998 4.88889V9.33333",
|
|
1773
1538
|
stroke: "currentColor",
|
|
1774
1539
|
strokeWidth: "1.5",
|
|
@@ -1776,40 +1541,40 @@ var Tt = n((e, t) => /* @__PURE__ */ (0, V.jsx)(H, {
|
|
|
1776
1541
|
strokeLinejoin: "round"
|
|
1777
1542
|
})
|
|
1778
1543
|
}));
|
|
1779
|
-
|
|
1780
|
-
var
|
|
1544
|
+
jt.displayName = "@xmart/xorder-ui-icons/XoPrintOutlineIcon";
|
|
1545
|
+
var Mt = n((e, t) => /* @__PURE__ */ l(P, {
|
|
1781
1546
|
ref: t,
|
|
1782
1547
|
viewBox: "0 0 24 24",
|
|
1783
1548
|
fill: "none",
|
|
1784
1549
|
stroke: "currentColor",
|
|
1785
1550
|
...e,
|
|
1786
|
-
children: [/* @__PURE__ */ (
|
|
1551
|
+
children: [/* @__PURE__ */ c("circle", {
|
|
1787
1552
|
cx: "12",
|
|
1788
1553
|
cy: "12",
|
|
1789
1554
|
r: "8",
|
|
1790
1555
|
stroke: "currentColor",
|
|
1791
1556
|
strokeWidth: "1.5"
|
|
1792
|
-
}), /* @__PURE__ */ (
|
|
1557
|
+
}), /* @__PURE__ */ c("path", {
|
|
1793
1558
|
fillRule: "evenodd",
|
|
1794
1559
|
clipRule: "evenodd",
|
|
1795
1560
|
d: "M12 20C16.4183 20 20 16.4183 20 12C20 7.58172 16.4183 4 12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20ZM10.168 9.56823C10.4032 8.85523 11.1194 8.30556 12.0004 8.30556C13.1603 8.30556 13.9935 9.18831 13.9199 10.0299C13.8958 10.305 13.804 10.4365 13.6782 10.5498C13.5445 10.6702 13.3968 10.7541 13.1737 10.881C13.0907 10.9282 12.9972 10.9813 12.8902 11.0445C12.5394 11.2514 12.1041 11.5406 11.7719 12.0329C11.4333 12.5346 11.2504 13.1719 11.2504 14C11.2504 14.4142 11.5862 14.75 12.0004 14.75C12.4146 14.75 12.7504 14.4142 12.7504 14C12.7504 13.3995 12.8799 13.0725 13.0153 12.8719C13.1571 12.6618 13.3572 12.5105 13.6522 12.3365C13.701 12.3077 13.7572 12.276 13.8185 12.2415C14.0725 12.0982 14.4143 11.9054 14.6819 11.6645C15.0717 11.3135 15.3549 10.8378 15.4142 10.1606C15.585 8.20759 13.786 6.80556 12.0004 6.80556C10.4932 6.80556 9.18797 7.75068 8.7435 9.09844C8.61377 9.49181 8.8275 9.91587 9.22087 10.0456C9.61425 10.1753 10.0383 9.96161 10.168 9.56823ZM12.7504 16.4381C12.7504 16.0239 12.4146 15.6881 12.0004 15.6881C11.5862 15.6881 11.2504 16.0239 11.2504 16.4381V16.4444C11.2504 16.8587 11.5862 17.1944 12.0004 17.1944C12.4146 17.1944 12.7504 16.8587 12.7504 16.4444V16.4381Z",
|
|
1796
1561
|
fill: "currentColor"
|
|
1797
1562
|
})]
|
|
1798
1563
|
}));
|
|
1799
|
-
|
|
1800
|
-
var
|
|
1564
|
+
Mt.displayName = "@xmart/xorder-ui-icons/XoQuestionCircleFillIcon";
|
|
1565
|
+
var Nt = n((e, t) => /* @__PURE__ */ l(P, {
|
|
1801
1566
|
ref: t,
|
|
1802
1567
|
viewBox: "0 0 24 24",
|
|
1803
1568
|
fill: "none",
|
|
1804
1569
|
stroke: "currentColor",
|
|
1805
1570
|
...e,
|
|
1806
|
-
children: [/* @__PURE__ */ (
|
|
1571
|
+
children: [/* @__PURE__ */ c("path", {
|
|
1807
1572
|
d: "M12 20C16.4183 20 20 16.4183 20 12C20 7.58172 16.4183 4 12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20Z",
|
|
1808
1573
|
stroke: "currentColor",
|
|
1809
1574
|
strokeWidth: "1.5",
|
|
1810
1575
|
strokeLinecap: "round",
|
|
1811
1576
|
strokeLinejoin: "round"
|
|
1812
|
-
}), /* @__PURE__ */ (
|
|
1577
|
+
}), /* @__PURE__ */ c("path", {
|
|
1813
1578
|
d: "M12.0002 16.4444V16.4381M12.0002 14C12.0002 11.1429 14.5002 12 14.6668 10.0952C14.7891 8.69795 13.4729 7.55556 12.0002 7.55556C10.8061 7.55556 9.79537 8.30296 9.45557 9.33334",
|
|
1814
1579
|
stroke: "currentColor",
|
|
1815
1580
|
strokeWidth: "1.5",
|
|
@@ -1817,14 +1582,14 @@ var Dt = n((e, t) => /* @__PURE__ */ (0, V.jsxs)(H, {
|
|
|
1817
1582
|
strokeLinejoin: "round"
|
|
1818
1583
|
})]
|
|
1819
1584
|
}));
|
|
1820
|
-
|
|
1821
|
-
var
|
|
1585
|
+
Nt.displayName = "@xmart/xorder-ui-icons/XoQuestionCircleOutlineIcon";
|
|
1586
|
+
var Pt = n((e, t) => /* @__PURE__ */ c(P, {
|
|
1822
1587
|
ref: t,
|
|
1823
1588
|
viewBox: "0 0 24 24",
|
|
1824
1589
|
fill: "none",
|
|
1825
1590
|
stroke: "currentColor",
|
|
1826
1591
|
...e,
|
|
1827
|
-
children: /* @__PURE__ */ (
|
|
1592
|
+
children: /* @__PURE__ */ c("path", {
|
|
1828
1593
|
d: "M19.5465 14.6232C18.9701 16.2699 17.8776 17.6834 16.4337 18.6508C14.9898 19.6182 13.2726 20.087 11.5409 19.9867C9.80915 19.8864 8.15674 19.2223 6.83261 18.0946C5.50847 16.9668 4.58433 15.4365 4.19945 13.7342C3.81456 12.0318 3.98977 10.2497 4.69868 8.65632C5.40759 7.06292 6.61179 5.74457 8.12985 4.89992C9.6479 4.05526 11.3976 3.73005 13.1152 3.97328C16.0152 4.38395 17.9311 6.49969 20 8.36842M20 8.36842V3M20 8.36842H14.6667",
|
|
1829
1594
|
stroke: "currentColor",
|
|
1830
1595
|
strokeWidth: "1.5",
|
|
@@ -1832,25 +1597,25 @@ var Ot = n((e, t) => /* @__PURE__ */ (0, V.jsx)(H, {
|
|
|
1832
1597
|
strokeLinejoin: "round"
|
|
1833
1598
|
})
|
|
1834
1599
|
}));
|
|
1835
|
-
|
|
1836
|
-
var
|
|
1600
|
+
Pt.displayName = "@xmart/xorder-ui-icons/XoRotateRightOutlineIcon";
|
|
1601
|
+
var Ft = n((e, t) => /* @__PURE__ */ c(P, {
|
|
1837
1602
|
ref: t,
|
|
1838
1603
|
viewBox: "0 0 24 24",
|
|
1839
1604
|
fill: "none",
|
|
1840
1605
|
...e,
|
|
1841
|
-
children: /* @__PURE__ */ (
|
|
1606
|
+
children: /* @__PURE__ */ c("path", {
|
|
1842
1607
|
d: "M8.06251 17.0772L7.54068 17.6159L7.54622 17.6212L8.06251 17.0772ZM10.25 19.1551L9.77926 19.7389H9.77926L10.25 19.1551ZM13.75 19.2032L13.2829 18.6165L13.2814 18.6176L13.75 19.2032ZM15.9375 17.0502L16.4539 17.5943L16.4632 17.5851L15.9375 17.0502ZM5 11.1566H4.25C4.25 11.1668 4.25021 11.1771 4.25063 11.1873L5 11.1566ZM19 11.1566L19.7493 11.189C19.7498 11.1782 19.75 11.1674 19.75 11.1566H19ZM7.54622 17.6212C8.21808 18.2588 8.94281 19.0645 9.77926 19.7389L10.7208 18.5712C9.93804 17.9401 9.38079 17.2943 8.57879 16.5331L7.54622 17.6212ZM14.2171 19.79C14.6685 19.4307 15.0598 19.037 15.4176 18.6619C15.7855 18.2762 16.1033 17.9268 16.4538 17.5942L15.4212 16.5062C15.0348 16.8729 14.6688 17.2737 14.3322 17.6265C13.9855 17.9899 13.6515 18.3231 13.2829 18.6165L14.2171 19.79ZM4.25063 11.1873C4.35451 13.7186 5.88592 16.0131 7.5407 17.6159L8.58431 16.5384C7.06331 15.0652 5.83087 13.1118 5.74937 11.1258L4.25063 11.1873ZM16.4632 17.5851C18.1029 15.9739 19.6392 13.7348 19.7493 11.189L18.2507 11.1241C18.1644 13.1187 16.935 15.0185 15.4118 16.5152L16.4632 17.5851ZM9.77926 19.7389C10.1567 20.0432 10.5336 20.2898 10.8946 20.4628C11.2466 20.6316 11.6294 20.7525 12.0051 20.75L11.9949 19.25C11.9331 19.2504 11.7847 19.2261 11.543 19.1102C11.3102 18.9986 11.0309 18.8213 10.7208 18.5712L9.77926 19.7389ZM12.0051 20.75C12.6808 20.7454 13.4792 20.3804 14.2186 19.7888L13.2814 18.6176C12.6707 19.1063 12.1942 19.2486 11.9949 19.25L12.0051 20.75ZM19.75 11.1566C19.75 8.89619 19.0432 6.90944 17.6837 5.48231C16.3195 4.05034 14.3627 3.25 12 3.25V4.75C14.0124 4.75 15.5555 5.42306 16.5976 6.51694C17.6443 7.61566 18.25 9.20718 18.25 11.1566H19.75ZM12 3.25C9.6374 3.25 7.68055 4.05034 6.31638 5.48231C4.95681 6.90943 4.25 8.89619 4.25 11.1566H5.75C5.75 9.20719 6.35573 7.61566 7.40243 6.51695C8.44453 5.42307 9.9877 4.75 12 4.75V3.25ZM13.75 10.5C13.75 11.4665 12.9665 12.25 12 12.25V13.75C13.7949 13.75 15.25 12.2949 15.25 10.5H13.75ZM12 12.25C11.0335 12.25 10.25 11.4665 10.25 10.5H8.75C8.75 12.2949 10.2051 13.75 12 13.75V12.25ZM10.25 10.5C10.25 9.5335 11.0335 8.75 12 8.75V7.25C10.2051 7.25 8.75 8.70507 8.75 10.5H10.25ZM12 8.75C12.9665 8.75 13.75 9.5335 13.75 10.5H15.25C15.25 8.70507 13.7949 7.25 12 7.25V8.75Z",
|
|
1843
1608
|
fill: "currentColor"
|
|
1844
1609
|
})
|
|
1845
1610
|
}));
|
|
1846
|
-
|
|
1847
|
-
var
|
|
1611
|
+
Ft.displayName = "@xmart/xorder-ui-icons/XoRouteOutlineIcon";
|
|
1612
|
+
var It = n((e, t) => /* @__PURE__ */ c(P, {
|
|
1848
1613
|
ref: t,
|
|
1849
1614
|
viewBox: "0 0 24 24",
|
|
1850
1615
|
fill: "none",
|
|
1851
1616
|
stroke: "currentColor",
|
|
1852
1617
|
...e,
|
|
1853
|
-
children: /* @__PURE__ */ (
|
|
1618
|
+
children: /* @__PURE__ */ c("path", {
|
|
1854
1619
|
d: "M12 20H16M12 20H8M12 20V16M12 16H5C4.44772 16 4 15.5523 4 15V5C4 4.44771 4.44772 4 5 4H19C19.5523 4 20 4.44772 20 5V15C20 15.5523 19.5523 16 19 16H12Z",
|
|
1855
1620
|
stroke: "currentColor",
|
|
1856
1621
|
strokeWidth: "1.5",
|
|
@@ -1858,39 +1623,39 @@ var At = n((e, t) => /* @__PURE__ */ (0, V.jsx)(H, {
|
|
|
1858
1623
|
strokeLinejoin: "round"
|
|
1859
1624
|
})
|
|
1860
1625
|
}));
|
|
1861
|
-
|
|
1862
|
-
var
|
|
1626
|
+
It.displayName = "@xmart/xorder-ui-icons/XoScreenOutlineIcon";
|
|
1627
|
+
var Lt = n((e, t) => /* @__PURE__ */ c(P, {
|
|
1863
1628
|
ref: t,
|
|
1864
1629
|
viewBox: "0 0 24 24",
|
|
1865
1630
|
fill: "none",
|
|
1866
1631
|
...e,
|
|
1867
|
-
children: /* @__PURE__ */ (
|
|
1632
|
+
children: /* @__PURE__ */ c("path", {
|
|
1868
1633
|
d: "M18.9393 21.0607C19.5251 21.6464 20.4749 21.6464 21.0607 21.0607C21.6464 20.4749 21.6464 19.5251 21.0607 18.9393L18.9393 21.0607ZM16.5 11C16.5 14.0376 14.0376 16.5 11 16.5V19.5C15.6944 19.5 19.5 15.6944 19.5 11H16.5ZM11 16.5C7.96243 16.5 5.5 14.0376 5.5 11H2.5C2.5 15.6944 6.30558 19.5 11 19.5V16.5ZM5.5 11C5.5 7.96243 7.96243 5.5 11 5.5V2.5C6.30558 2.5 2.5 6.30558 2.5 11H5.5ZM11 5.5C14.0376 5.5 16.5 7.96243 16.5 11H19.5C19.5 6.30558 15.6944 2.5 11 2.5V5.5ZM14.8891 17.0104L14.9393 17.0607L17.0607 14.9393L17.0104 14.8891L14.8891 17.0104ZM14.9393 17.0607L18.9393 21.0607L21.0607 18.9393L17.0607 14.9393L14.9393 17.0607Z",
|
|
1869
1634
|
fill: "currentColor"
|
|
1870
1635
|
})
|
|
1871
1636
|
}));
|
|
1872
|
-
|
|
1873
|
-
var
|
|
1637
|
+
Lt.displayName = "@xmart/xorder-ui-icons/XoSearchFillIcon";
|
|
1638
|
+
var Rt = n((e, t) => /* @__PURE__ */ c(P, {
|
|
1874
1639
|
ref: t,
|
|
1875
1640
|
viewBox: "0 0 24 24",
|
|
1876
1641
|
fill: "none",
|
|
1877
1642
|
...e,
|
|
1878
|
-
children: /* @__PURE__ */ (
|
|
1643
|
+
children: /* @__PURE__ */ c("path", {
|
|
1879
1644
|
d: "M19.4697 20.5303C19.7626 20.8232 20.2374 20.8232 20.5303 20.5303C20.8232 20.2374 20.8232 19.7626 20.5303 19.4697L19.4697 20.5303ZM17.25 11C17.25 14.4518 14.4518 17.25 11 17.25V18.75C15.2802 18.75 18.75 15.2802 18.75 11H17.25ZM11 17.25C7.54822 17.25 4.75 14.4518 4.75 11H3.25C3.25 15.2802 6.71979 18.75 11 18.75V17.25ZM4.75 11C4.75 7.54822 7.54822 4.75 11 4.75V3.25C6.71979 3.25 3.25 6.71979 3.25 11H4.75ZM11 4.75C14.4518 4.75 17.25 7.54822 17.25 11H18.75C18.75 6.71979 15.2802 3.25 11 3.25V4.75ZM15.4194 16.4801L15.4697 16.5303L16.5303 15.4697L16.4801 15.4194L15.4194 16.4801ZM15.4697 16.5303L19.4697 20.5303L20.5303 19.4697L16.5303 15.4697L15.4697 16.5303Z",
|
|
1880
1645
|
fill: "currentColor"
|
|
1881
1646
|
})
|
|
1882
1647
|
}));
|
|
1883
|
-
|
|
1884
|
-
var
|
|
1648
|
+
Rt.displayName = "@xmart/xorder-ui-icons/XoSearchOutlineIcon";
|
|
1649
|
+
var zt = n((e, t) => /* @__PURE__ */ l(P, {
|
|
1885
1650
|
ref: t,
|
|
1886
1651
|
viewBox: "0 0 24 24",
|
|
1887
1652
|
fill: "none",
|
|
1888
1653
|
stroke: "currentColor",
|
|
1889
1654
|
...e,
|
|
1890
|
-
children: [/* @__PURE__ */ (
|
|
1655
|
+
children: [/* @__PURE__ */ c("path", {
|
|
1891
1656
|
d: "M20 4L4 10.5L10.5 13.5L13.5 20L20 4Z",
|
|
1892
1657
|
fill: "currentColor"
|
|
1893
|
-
}), /* @__PURE__ */ (
|
|
1658
|
+
}), /* @__PURE__ */ c("path", {
|
|
1894
1659
|
d: "M10.5 13.5L13.5 20L20 4L4 10.5L10.5 13.5ZM10.5 13.5L14.5 9.5",
|
|
1895
1660
|
stroke: "currentColor",
|
|
1896
1661
|
strokeWidth: "1.5",
|
|
@@ -1898,14 +1663,14 @@ var Nt = n((e, t) => /* @__PURE__ */ (0, V.jsxs)(H, {
|
|
|
1898
1663
|
strokeLinejoin: "round"
|
|
1899
1664
|
})]
|
|
1900
1665
|
}));
|
|
1901
|
-
|
|
1902
|
-
var
|
|
1666
|
+
zt.displayName = "@xmart/xorder-ui-icons/XoSendFillIcon";
|
|
1667
|
+
var Bt = n((e, t) => /* @__PURE__ */ c(P, {
|
|
1903
1668
|
ref: t,
|
|
1904
1669
|
viewBox: "0 0 24 24",
|
|
1905
1670
|
fill: "none",
|
|
1906
1671
|
stroke: "currentColor",
|
|
1907
1672
|
...e,
|
|
1908
|
-
children: /* @__PURE__ */ (
|
|
1673
|
+
children: /* @__PURE__ */ c("path", {
|
|
1909
1674
|
d: "M10.5 13.5L13.5 20L20 4L4 10.5L10.5 13.5ZM10.5 13.5L14.5 9.5",
|
|
1910
1675
|
stroke: "currentColor",
|
|
1911
1676
|
strokeWidth: "1.5",
|
|
@@ -1913,31 +1678,31 @@ var Pt = n((e, t) => /* @__PURE__ */ (0, V.jsx)(H, {
|
|
|
1913
1678
|
strokeLinejoin: "round"
|
|
1914
1679
|
})
|
|
1915
1680
|
}));
|
|
1916
|
-
|
|
1917
|
-
var
|
|
1681
|
+
Bt.displayName = "@xmart/xorder-ui-icons/XoSendOutlineIcon";
|
|
1682
|
+
var Vt = n((e, t) => /* @__PURE__ */ l(P, {
|
|
1918
1683
|
ref: t,
|
|
1919
1684
|
viewBox: "0 0 24 24",
|
|
1920
1685
|
fill: "none",
|
|
1921
1686
|
stroke: "currentColor",
|
|
1922
1687
|
...e,
|
|
1923
|
-
children: [/* @__PURE__ */ (
|
|
1688
|
+
children: [/* @__PURE__ */ c("path", {
|
|
1924
1689
|
d: "M11.1111 4H12.8889C13.3798 4 13.7778 4.39797 13.7778 4.88889V5.39448C13.7778 5.77474 14.033 6.10511 14.3842 6.25092C14.7355 6.39678 15.1446 6.34119 15.4136 6.0722L15.7712 5.71459C16.1183 5.36745 16.6811 5.36745 17.0283 5.71459L18.2854 6.97166C18.6325 7.3188 18.6325 7.88161 18.2854 8.22874L17.9278 8.58631C17.6588 8.85532 17.6032 9.26442 17.7491 9.61577C17.8949 9.96699 18.2253 10.2222 18.6056 10.2222L19.1111 10.2222C19.602 10.2222 20 10.6202 20 11.1111V12.8889C20 13.3798 19.602 13.7778 19.1111 13.7778H18.6055C18.2253 13.7778 17.8949 14.033 17.7491 14.3842C17.6032 14.7356 17.6588 15.1446 17.9278 15.4136L18.2854 15.7712C18.6325 16.1184 18.6325 16.6812 18.2854 17.0283L17.0283 18.2854C16.6812 18.6325 16.1183 18.6325 15.7712 18.2854L15.4136 17.9278C15.1446 17.6588 14.7356 17.6032 14.3842 17.7491C14.033 17.8949 13.7778 18.2253 13.7778 18.6055V19.1111C13.7778 19.602 13.3798 20 12.8889 20H11.1111C10.6202 20 10.2222 19.602 10.2222 19.1111V18.6056C10.2222 18.2253 9.96699 17.8949 9.61577 17.7491C9.26442 17.6032 8.85532 17.6588 8.58631 17.9278L8.22873 18.2854C7.8816 18.6325 7.31878 18.6325 6.97165 18.2854L5.71457 17.0283C5.36744 16.6812 5.36744 16.1183 5.71457 15.7712L6.0722 15.4136C6.34119 15.1446 6.39678 14.7355 6.25092 14.3842C6.10511 14.033 5.77474 13.7778 5.39448 13.7778H4.88889C4.39797 13.7778 4 13.3798 4 12.8889V11.1111C4 10.6202 4.39797 10.2222 4.88889 10.2222L5.39446 10.2222C5.77474 10.2222 6.10511 9.967 6.25093 9.61579C6.3968 9.26445 6.34121 8.85537 6.07221 8.58637L5.71459 8.22875C5.36745 7.88161 5.36745 7.3188 5.71459 6.97167L6.97166 5.71459C7.3188 5.36746 7.88161 5.36746 8.22874 5.71459L8.58636 6.07221C8.85536 6.34121 9.26444 6.3968 9.61579 6.25093C9.967 6.10511 10.2222 5.77474 10.2222 5.39446V4.88889C10.2222 4.39797 10.6202 4 11.1111 4Z",
|
|
1925
1690
|
stroke: "currentColor",
|
|
1926
1691
|
strokeWidth: "1.5"
|
|
1927
|
-
}), /* @__PURE__ */ (
|
|
1692
|
+
}), /* @__PURE__ */ c("path", {
|
|
1928
1693
|
d: "M13.7778 12C13.7778 12.9818 12.9818 13.7778 12 13.7778C11.0182 13.7778 10.2222 12.9818 10.2222 12C10.2222 11.0182 11.0182 10.2222 12 10.2222C12.9818 10.2222 13.7778 11.0182 13.7778 12Z",
|
|
1929
1694
|
stroke: "currentColor",
|
|
1930
1695
|
strokeWidth: "1.5"
|
|
1931
1696
|
})]
|
|
1932
1697
|
}));
|
|
1933
|
-
|
|
1934
|
-
var
|
|
1698
|
+
Vt.displayName = "@xmart/xorder-ui-icons/XoSettingsOutlineIcon";
|
|
1699
|
+
var Ht = n((e, t) => /* @__PURE__ */ c(P, {
|
|
1935
1700
|
ref: t,
|
|
1936
1701
|
viewBox: "0 0 24 24",
|
|
1937
1702
|
fill: "none",
|
|
1938
1703
|
stroke: "currentColor",
|
|
1939
1704
|
...e,
|
|
1940
|
-
children: /* @__PURE__ */ (
|
|
1705
|
+
children: /* @__PURE__ */ c("path", {
|
|
1941
1706
|
d: "M20 13V18C20 19.1046 19.1046 20 18 20H6C4.89543 20 4 19.1046 4 18L4 13M16 8L12 4M12 4L8 8M12 4L12 16",
|
|
1942
1707
|
stroke: "currentColor",
|
|
1943
1708
|
strokeWidth: "1.5",
|
|
@@ -1945,14 +1710,14 @@ var It = n((e, t) => /* @__PURE__ */ (0, V.jsx)(H, {
|
|
|
1945
1710
|
strokeLinejoin: "round"
|
|
1946
1711
|
})
|
|
1947
1712
|
}));
|
|
1948
|
-
|
|
1949
|
-
var
|
|
1713
|
+
Ht.displayName = "@xmart/xorder-ui-icons/XoShareOutlineIcon";
|
|
1714
|
+
var Ut = n((e, t) => /* @__PURE__ */ c(P, {
|
|
1950
1715
|
ref: t,
|
|
1951
1716
|
viewBox: "0 0 24 24",
|
|
1952
1717
|
fill: "none",
|
|
1953
1718
|
stroke: "currentColor",
|
|
1954
1719
|
...e,
|
|
1955
|
-
children: /* @__PURE__ */ (
|
|
1720
|
+
children: /* @__PURE__ */ c("path", {
|
|
1956
1721
|
d: "M12 18.01V18M8 3H16C17.1046 3 18 3.89543 18 5V19C18 20.1046 17.1046 21 16 21H8C6.89543 21 6 20.1046 6 19V5C6 3.89543 6.89543 3 8 3Z",
|
|
1957
1722
|
stroke: "currentColor",
|
|
1958
1723
|
strokeWidth: "1.5",
|
|
@@ -1960,19 +1725,19 @@ var Lt = n((e, t) => /* @__PURE__ */ (0, V.jsx)(H, {
|
|
|
1960
1725
|
strokeLinejoin: "round"
|
|
1961
1726
|
})
|
|
1962
1727
|
}));
|
|
1963
|
-
|
|
1964
|
-
var
|
|
1728
|
+
Ut.displayName = "@xmart/xorder-ui-icons/XoSmartphoneOutlineIcon";
|
|
1729
|
+
var Wt = n((e, t) => /* @__PURE__ */ l(P, {
|
|
1965
1730
|
ref: t,
|
|
1966
1731
|
viewBox: "0 0 24 24",
|
|
1967
1732
|
fill: "none",
|
|
1968
1733
|
stroke: "currentColor",
|
|
1969
1734
|
...e,
|
|
1970
|
-
children: [/* @__PURE__ */ (
|
|
1735
|
+
children: [/* @__PURE__ */ c("path", {
|
|
1971
1736
|
d: "M12 20.5C11.8328 20.5 11.6767 20.4164 11.584 20.2773L7.58398 14.2773C7.4817 14.1239 7.47256 13.9262 7.55957 13.7637C7.64666 13.6014 7.81578 13.5 8 13.5L16 13.5C16.1842 13.5 16.3533 13.6014 16.4404 13.7637C16.5274 13.9263 16.5183 14.1239 16.416 14.2773L12.416 20.2773L12.3779 20.3271C12.2836 20.4361 12.1461 20.5 12 20.5Z",
|
|
1972
1737
|
fill: "currentColor",
|
|
1973
1738
|
stroke: "currentColor",
|
|
1974
1739
|
strokeLinejoin: "round"
|
|
1975
|
-
}), /* @__PURE__ */ (
|
|
1740
|
+
}), /* @__PURE__ */ c("path", {
|
|
1976
1741
|
d: "M12 3.5C12.1672 3.5 12.3233 3.58356 12.416 3.72266L16.416 9.72266C16.5183 9.87608 16.5274 10.0737 16.4404 10.2363C16.3533 10.3986 16.1842 10.5 16 10.5H8C7.81578 10.5 7.64666 10.3986 7.55957 10.2363C7.47256 10.0737 7.4817 9.87608 7.58398 9.72266L11.584 3.72266L11.6221 3.67285C11.7164 3.56391 11.8539 3.5 12 3.5Z",
|
|
1977
1742
|
fill: "currentColor",
|
|
1978
1743
|
stroke: "currentColor",
|
|
@@ -1980,28 +1745,28 @@ var Rt = n((e, t) => /* @__PURE__ */ (0, V.jsxs)(H, {
|
|
|
1980
1745
|
opacity: "0.3"
|
|
1981
1746
|
})]
|
|
1982
1747
|
}));
|
|
1983
|
-
|
|
1984
|
-
var
|
|
1748
|
+
Wt.displayName = "@xmart/xorder-ui-icons/XoSortDownFillIcon";
|
|
1749
|
+
var Gt = n((e, t) => /* @__PURE__ */ c(P, {
|
|
1985
1750
|
ref: t,
|
|
1986
1751
|
viewBox: "0 0 24 24",
|
|
1987
1752
|
fill: "none",
|
|
1988
1753
|
stroke: "currentColor",
|
|
1989
1754
|
...e,
|
|
1990
|
-
children: /* @__PURE__ */ (
|
|
1755
|
+
children: /* @__PURE__ */ c("path", {
|
|
1991
1756
|
d: "M11.576 17.265C11.6674 17.4112 11.8276 17.5 12 17.5C12.1724 17.5 12.3326 17.4112 12.424 17.265L17.424 9.265C17.5203 9.11087 17.5254 8.91659 17.4373 8.75762C17.3492 8.59864 17.1818 8.5 17 8.5L7 8.5C6.81824 8.5 6.65079 8.59864 6.56268 8.75762C6.47457 8.91659 6.47967 9.11087 6.576 9.265L11.576 17.265Z",
|
|
1992
1757
|
fill: "currentColor",
|
|
1993
1758
|
stroke: "currentColor",
|
|
1994
1759
|
strokeLinejoin: "round"
|
|
1995
1760
|
})
|
|
1996
1761
|
}));
|
|
1997
|
-
|
|
1998
|
-
var
|
|
1762
|
+
Gt.displayName = "@xmart/xorder-ui-icons/XoSortFillIcon";
|
|
1763
|
+
var Kt = n((e, t) => /* @__PURE__ */ c(P, {
|
|
1999
1764
|
ref: t,
|
|
2000
1765
|
viewBox: "0 0 24 24",
|
|
2001
1766
|
fill: "none",
|
|
2002
1767
|
stroke: "currentColor",
|
|
2003
1768
|
...e,
|
|
2004
|
-
children: /* @__PURE__ */ (
|
|
1769
|
+
children: /* @__PURE__ */ c("path", {
|
|
2005
1770
|
d: "M15.5 5V19M15.5 5L18 7.5M15.5 5L13 7.5M8.5 19V5M8.5 19L6 16.5M8.5 19L11 16.5",
|
|
2006
1771
|
stroke: "currentColor",
|
|
2007
1772
|
strokeWidth: "1.5",
|
|
@@ -2009,56 +1774,56 @@ var Bt = n((e, t) => /* @__PURE__ */ (0, V.jsx)(H, {
|
|
|
2009
1774
|
strokeLinejoin: "round"
|
|
2010
1775
|
})
|
|
2011
1776
|
}));
|
|
2012
|
-
|
|
2013
|
-
var
|
|
1777
|
+
Kt.displayName = "@xmart/xorder-ui-icons/XoSortOrderOutlineIcon";
|
|
1778
|
+
var qt = n((e, t) => /* @__PURE__ */ l(P, {
|
|
2014
1779
|
ref: t,
|
|
2015
1780
|
viewBox: "0 0 24 24",
|
|
2016
1781
|
fill: "none",
|
|
2017
1782
|
stroke: "currentColor",
|
|
2018
1783
|
...e,
|
|
2019
|
-
children: [/* @__PURE__ */ (
|
|
1784
|
+
children: [/* @__PURE__ */ c("path", {
|
|
2020
1785
|
d: "M11.584 20.2773C11.6767 20.4164 11.8328 20.5 12 20.5C12.1672 20.5 12.3233 20.4164 12.416 20.2773L16.416 14.2774C16.5183 14.1239 16.5278 13.9267 16.4408 13.7641C16.3538 13.6015 16.1844 13.5 16 13.5L8 13.5C7.8156 13.5 7.64617 13.6015 7.55916 13.7641C7.47215 13.9266 7.48169 14.1239 7.58398 14.2773L11.584 20.2773Z",
|
|
2021
1786
|
fill: "currentColor",
|
|
2022
1787
|
stroke: "currentColor",
|
|
2023
1788
|
strokeLinejoin: "round"
|
|
2024
|
-
}), /* @__PURE__ */ (
|
|
1789
|
+
}), /* @__PURE__ */ c("path", {
|
|
2025
1790
|
d: "M12.416 3.72265C12.3233 3.58355 12.1672 3.5 12 3.5C11.8328 3.5 11.6767 3.58355 11.584 3.72265L7.58397 9.72265C7.48169 9.87608 7.47215 10.0734 7.55916 10.2359C7.64617 10.3985 7.8156 10.5 8 10.5H16C16.1844 10.5 16.3538 10.3985 16.4408 10.2359C16.5278 10.0734 16.5183 9.87608 16.416 9.72265L12.416 3.72265Z",
|
|
2026
1791
|
fill: "currentColor",
|
|
2027
1792
|
stroke: "currentColor",
|
|
2028
1793
|
strokeLinejoin: "round"
|
|
2029
1794
|
})]
|
|
2030
1795
|
}));
|
|
2031
|
-
|
|
2032
|
-
var
|
|
1796
|
+
qt.displayName = "@xmart/xorder-ui-icons/XoSortUnselectedFillIcon";
|
|
1797
|
+
var Jt = n((e, t) => /* @__PURE__ */ l(P, {
|
|
2033
1798
|
ref: t,
|
|
2034
1799
|
viewBox: "0 0 24 24",
|
|
2035
1800
|
fill: "none",
|
|
2036
1801
|
stroke: "currentColor",
|
|
2037
1802
|
...e,
|
|
2038
|
-
children: [/* @__PURE__ */ (
|
|
1803
|
+
children: [/* @__PURE__ */ c("path", {
|
|
2039
1804
|
d: "M12 20.5C11.8328 20.5 11.6767 20.4164 11.584 20.2773L7.58398 14.2773C7.4817 14.1239 7.47256 13.9262 7.55957 13.7637C7.64666 13.6014 7.81578 13.5 8 13.5L16 13.5C16.1842 13.5 16.3533 13.6014 16.4404 13.7637C16.5274 13.9263 16.5183 14.1239 16.416 14.2773L12.416 20.2773L12.3779 20.3271C12.2836 20.4361 12.1461 20.5 12 20.5Z",
|
|
2040
1805
|
fill: "currentColor",
|
|
2041
1806
|
stroke: "currentColor",
|
|
2042
1807
|
strokeLinejoin: "round",
|
|
2043
1808
|
opacity: "0.3"
|
|
2044
|
-
}), /* @__PURE__ */ (
|
|
1809
|
+
}), /* @__PURE__ */ c("path", {
|
|
2045
1810
|
d: "M12 3.5C12.1672 3.5 12.3233 3.58356 12.416 3.72266L16.416 9.72266C16.5183 9.87608 16.5274 10.0737 16.4404 10.2363C16.3533 10.3986 16.1842 10.5 16 10.5H8C7.81578 10.5 7.64666 10.3986 7.55957 10.2363C7.47256 10.0737 7.4817 9.87608 7.58398 9.72266L11.584 3.72266L11.6221 3.67285C11.7164 3.56391 11.8539 3.5 12 3.5Z",
|
|
2046
1811
|
fill: "currentColor",
|
|
2047
1812
|
stroke: "currentColor",
|
|
2048
1813
|
strokeLinejoin: "round"
|
|
2049
1814
|
})]
|
|
2050
1815
|
}));
|
|
2051
|
-
|
|
2052
|
-
var
|
|
1816
|
+
Jt.displayName = "@xmart/xorder-ui-icons/XoSortUpFillIcon";
|
|
1817
|
+
var Yt = n((e, t) => /* @__PURE__ */ l(P, {
|
|
2053
1818
|
ref: t,
|
|
2054
1819
|
viewBox: "0 0 24 24",
|
|
2055
1820
|
fill: "none",
|
|
2056
1821
|
stroke: "currentColor",
|
|
2057
1822
|
...e,
|
|
2058
|
-
children: [/* @__PURE__ */ (
|
|
1823
|
+
children: [/* @__PURE__ */ c("path", {
|
|
2059
1824
|
d: "M7.57895 8.44444L13 4V20L7.57895 15.5556H5.78947C4.80117 15.5556 4 14.7596 4 13.7778V10.2222C4 9.24038 4.80117 8.44444 5.78947 8.44444H7.57895Z",
|
|
2060
1825
|
fill: "currentColor"
|
|
2061
|
-
}), /* @__PURE__ */ (
|
|
1826
|
+
}), /* @__PURE__ */ c("path", {
|
|
2062
1827
|
d: "M16 10L18 12M20 14L18 12M20 10L18 12M16 14L18 12M13 4L7.57895 8.44444H5.78947C4.80117 8.44444 4 9.24038 4 10.2222V13.7778C4 14.7596 4.80117 15.5556 5.78947 15.5556H7.57895L13 20V4Z",
|
|
2063
1828
|
stroke: "currentColor",
|
|
2064
1829
|
strokeWidth: "1.5",
|
|
@@ -2066,17 +1831,17 @@ var Ut = n((e, t) => /* @__PURE__ */ (0, V.jsxs)(H, {
|
|
|
2066
1831
|
strokeLinejoin: "round"
|
|
2067
1832
|
})]
|
|
2068
1833
|
}));
|
|
2069
|
-
|
|
2070
|
-
var
|
|
1834
|
+
Yt.displayName = "@xmart/xorder-ui-icons/XoSpeakerOffFillIcon";
|
|
1835
|
+
var Xt = n((e, t) => /* @__PURE__ */ l(P, {
|
|
2071
1836
|
ref: t,
|
|
2072
1837
|
viewBox: "0 0 24 24",
|
|
2073
1838
|
fill: "none",
|
|
2074
1839
|
stroke: "currentColor",
|
|
2075
1840
|
...e,
|
|
2076
|
-
children: [/* @__PURE__ */ (
|
|
1841
|
+
children: [/* @__PURE__ */ c("path", {
|
|
2077
1842
|
d: "M7.55556 8.44444L13 4V20L7.55556 15.5556H5.77778C4.79594 15.5556 4 14.7596 4 13.7778V10.2222C4 9.24038 4.79594 8.44444 5.77778 8.44444H7.55556Z",
|
|
2078
1843
|
fill: "currentColor"
|
|
2079
|
-
}), /* @__PURE__ */ (
|
|
1844
|
+
}), /* @__PURE__ */ c("path", {
|
|
2080
1845
|
d: "M15.5556 9.33333C16 9.77778 16.4444 10.6667 16.4444 12C16.4444 13.3333 16 14.2222 15.5556 14.6667M18.2222 6.66667C19.5556 8 20 10.2222 20 12C20 13.7778 19.5556 16 18.2222 17.3333M13 4L7.55556 8.44444H5.77778C4.79594 8.44444 4 9.24038 4 10.2222V13.7778C4 14.7596 4.79594 15.5556 5.77778 15.5556H7.55556L13 20V4Z",
|
|
2081
1846
|
stroke: "currentColor",
|
|
2082
1847
|
strokeWidth: "1.5",
|
|
@@ -2084,14 +1849,14 @@ var Wt = n((e, t) => /* @__PURE__ */ (0, V.jsxs)(H, {
|
|
|
2084
1849
|
strokeLinejoin: "round"
|
|
2085
1850
|
})]
|
|
2086
1851
|
}));
|
|
2087
|
-
|
|
2088
|
-
var
|
|
1852
|
+
Xt.displayName = "@xmart/xorder-ui-icons/XoSpeakerOnFillIcon";
|
|
1853
|
+
var Zt = n((e, t) => /* @__PURE__ */ c(P, {
|
|
2089
1854
|
ref: t,
|
|
2090
1855
|
viewBox: "0 0 24 24",
|
|
2091
1856
|
fill: "none",
|
|
2092
1857
|
stroke: "currentColor",
|
|
2093
1858
|
...e,
|
|
2094
|
-
children: /* @__PURE__ */ (
|
|
1859
|
+
children: /* @__PURE__ */ c("path", {
|
|
2095
1860
|
d: "M12 17L6 20L7.5 14L3 9L9.5 8.5L12 3L14.5 8.5L21 9L16.5 14L18 20L12 17Z",
|
|
2096
1861
|
fill: "currentColor",
|
|
2097
1862
|
stroke: "currentColor",
|
|
@@ -2100,14 +1865,14 @@ var Gt = n((e, t) => /* @__PURE__ */ (0, V.jsx)(H, {
|
|
|
2100
1865
|
strokeLinejoin: "round"
|
|
2101
1866
|
})
|
|
2102
1867
|
}));
|
|
2103
|
-
|
|
2104
|
-
var
|
|
1868
|
+
Zt.displayName = "@xmart/xorder-ui-icons/XoStarFillIcon";
|
|
1869
|
+
var Qt = n((e, t) => /* @__PURE__ */ c(P, {
|
|
2105
1870
|
ref: t,
|
|
2106
1871
|
viewBox: "0 0 24 24",
|
|
2107
1872
|
fill: "none",
|
|
2108
1873
|
stroke: "currentColor",
|
|
2109
1874
|
...e,
|
|
2110
|
-
children: /* @__PURE__ */ (
|
|
1875
|
+
children: /* @__PURE__ */ c("path", {
|
|
2111
1876
|
d: "M12 17L6 20L7.5 14L3 9L9.5 8.5L12 3L14.5 8.5L21 9L16.5 14L18 20L12 17Z",
|
|
2112
1877
|
stroke: "currentColor",
|
|
2113
1878
|
strokeWidth: "1.5",
|
|
@@ -2115,30 +1880,30 @@ var Kt = n((e, t) => /* @__PURE__ */ (0, V.jsx)(H, {
|
|
|
2115
1880
|
strokeLinejoin: "round"
|
|
2116
1881
|
})
|
|
2117
1882
|
}));
|
|
2118
|
-
|
|
2119
|
-
var
|
|
1883
|
+
Qt.displayName = "@xmart/xorder-ui-icons/XoStarOutlineIcon";
|
|
1884
|
+
var $t = n((e, t) => /* @__PURE__ */ l(P, {
|
|
2120
1885
|
ref: t,
|
|
2121
1886
|
viewBox: "0 0 24 24",
|
|
2122
1887
|
fill: "none",
|
|
2123
1888
|
...e,
|
|
2124
|
-
children: [/* @__PURE__ */ (
|
|
1889
|
+
children: [/* @__PURE__ */ c("path", {
|
|
2125
1890
|
fillRule: "evenodd",
|
|
2126
1891
|
clipRule: "evenodd",
|
|
2127
1892
|
d: "M4 7C4 6.44772 4.44772 6 5 6H19C19.5523 6 20 6.44772 20 7C20 7.55228 19.5523 8 19 8H5C4.44772 8 4 7.55228 4 7ZM13.5 12C13.5 11.4477 13.9477 11 14.5 11H19C19.5523 11 20 11.4477 20 12C20 12.5523 19.5523 13 19 13H14.5C13.9477 13 13.5 12.5523 13.5 12ZM4 17C4 16.4477 4.44772 16 5 16H19C19.5523 16 20 16.4477 20 17C20 17.5523 19.5523 18 19 18H5C4.44772 18 4 17.5523 4 17Z",
|
|
2128
1893
|
fill: "currentColor"
|
|
2129
|
-
}), /* @__PURE__ */ (
|
|
1894
|
+
}), /* @__PURE__ */ c("path", {
|
|
2130
1895
|
d: "M8.94598 14.5045C8.70763 14.7693 8.29237 14.7693 8.05402 14.5045L4.90124 11.0014C4.55374 10.6153 4.82775 10 5.34722 10L11.6528 10C12.1722 10 12.4463 10.6153 12.0988 11.0014L8.94598 14.5045Z",
|
|
2131
1896
|
fill: "currentColor"
|
|
2132
1897
|
})]
|
|
2133
1898
|
}));
|
|
2134
|
-
|
|
2135
|
-
var
|
|
1899
|
+
$t.displayName = "@xmart/xorder-ui-icons/XoSwipeDownFillIcon";
|
|
1900
|
+
var en = n((e, t) => /* @__PURE__ */ c(P, {
|
|
2136
1901
|
ref: t,
|
|
2137
1902
|
viewBox: "0 0 24 24",
|
|
2138
1903
|
fill: "none",
|
|
2139
1904
|
stroke: "currentColor",
|
|
2140
1905
|
...e,
|
|
2141
|
-
children: /* @__PURE__ */ (
|
|
1906
|
+
children: /* @__PURE__ */ c("path", {
|
|
2142
1907
|
d: "M4 18H20M4 12H20M4 6H20",
|
|
2143
1908
|
stroke: "currentColor",
|
|
2144
1909
|
strokeWidth: "1.5",
|
|
@@ -2146,51 +1911,51 @@ var Jt = n((e, t) => /* @__PURE__ */ (0, V.jsx)(H, {
|
|
|
2146
1911
|
strokeLinejoin: "round"
|
|
2147
1912
|
})
|
|
2148
1913
|
}));
|
|
2149
|
-
|
|
2150
|
-
var
|
|
1914
|
+
en.displayName = "@xmart/xorder-ui-icons/XoSwipeOutlineIcon";
|
|
1915
|
+
var tn = n((e, t) => /* @__PURE__ */ l(P, {
|
|
2151
1916
|
ref: t,
|
|
2152
1917
|
viewBox: "0 0 24 24",
|
|
2153
1918
|
fill: "none",
|
|
2154
1919
|
...e,
|
|
2155
|
-
children: [/* @__PURE__ */ (
|
|
1920
|
+
children: [/* @__PURE__ */ c("path", {
|
|
2156
1921
|
fillRule: "evenodd",
|
|
2157
1922
|
clipRule: "evenodd",
|
|
2158
1923
|
d: "M4 7C4 6.44772 4.44772 6 5 6H19C19.5523 6 20 6.44772 20 7C20 7.55228 19.5523 8 19 8H5C4.44772 8 4 7.55228 4 7ZM4 12C4 11.4477 4.44772 11 5 11H9.5C10.0523 11 10.5 11.4477 10.5 12C10.5 12.5523 10.0523 13 9.5 13H5C4.44772 13 4 12.5523 4 12ZM4 17C4 16.4477 4.44772 16 5 16H19C19.5523 16 20 16.4477 20 17C20 17.5523 19.5523 18 19 18H5C4.44772 18 4 17.5523 4 17Z",
|
|
2159
1924
|
fill: "currentColor"
|
|
2160
|
-
}), /* @__PURE__ */ (
|
|
1925
|
+
}), /* @__PURE__ */ c("path", {
|
|
2161
1926
|
d: "M15.054 9.49553C15.2924 9.2307 15.7076 9.2307 15.946 9.49553L19.0988 12.9986C19.4463 13.3847 19.1722 14 18.6528 14H12.3472C11.8278 14 11.5537 13.3847 11.9012 12.9986L15.054 9.49553Z",
|
|
2162
1927
|
fill: "currentColor"
|
|
2163
1928
|
})]
|
|
2164
1929
|
}));
|
|
2165
|
-
|
|
2166
|
-
var
|
|
1930
|
+
tn.displayName = "@xmart/xorder-ui-icons/XoSwipe_upFillIcon";
|
|
1931
|
+
var nn = n((e, t) => /* @__PURE__ */ l(P, {
|
|
2167
1932
|
ref: t,
|
|
2168
1933
|
viewBox: "0 0 24 24",
|
|
2169
1934
|
fill: "none",
|
|
2170
1935
|
...e,
|
|
2171
1936
|
children: [
|
|
2172
|
-
/* @__PURE__ */ (
|
|
1937
|
+
/* @__PURE__ */ c("path", {
|
|
2173
1938
|
d: "M10.4981 11.9004C10.4709 11.7639 9.53181 7.06868 9.50202 6.91989C9.45551 6.68711 9.25107 6.51953 9.01367 6.51953H8.01758C7.78018 6.51953 7.57574 6.68711 7.52923 6.91989C7.49898 7.0712 6.55896 11.7712 6.53313 11.9004C6.47918 12.1701 6.65412 12.4325 6.92383 12.4864C7.19354 12.5404 7.45595 12.3654 7.50987 12.0957L7.82822 10.5039H9.20303L9.52138 12.0957C9.57534 12.3656 9.83784 12.5404 10.1074 12.4864C10.3771 12.4325 10.5521 12.1701 10.4981 11.9004ZM8.02744 9.50781L8.42588 7.51562H8.60537L9.00381 9.50781H8.02744Z",
|
|
2174
1939
|
fill: "currentColor"
|
|
2175
1940
|
}),
|
|
2176
|
-
/* @__PURE__ */ (
|
|
1941
|
+
/* @__PURE__ */ c("path", {
|
|
2177
1942
|
d: "M18.4766 10.5039H16.9824V10.0059C16.9824 9.7308 16.7594 9.50781 16.4844 9.50781C16.2093 9.50781 15.9863 9.7308 15.9863 10.0059V10.5039H14.4922C14.2171 10.5039 13.9941 10.7269 13.9941 11.002C13.9941 11.277 14.2171 11.5 14.4922 11.5H14.6127C14.8965 12.4168 15.3238 13.1205 15.7939 13.6844C15.4113 14.0345 15.024 14.3215 14.6791 14.5974C14.4643 14.7692 14.4295 15.0827 14.6014 15.2974C14.7733 15.5123 15.0867 15.547 15.3014 15.3752C15.6482 15.0977 16.064 14.7894 16.4844 14.4035C16.9051 14.7896 17.3216 15.0986 17.6674 15.3752C17.8822 15.5471 18.1956 15.5122 18.3674 15.2974C18.5392 15.0827 18.5044 14.7692 18.2896 14.5974C17.9456 14.3221 17.5579 14.0348 17.1748 13.6844C17.645 13.1205 18.0722 12.4168 18.356 11.5H18.4766C18.7516 11.5 18.9746 11.277 18.9746 11.002C18.9746 10.7269 18.7516 10.5039 18.4766 10.5039ZM16.4844 12.9525C16.1665 12.5534 15.8804 12.077 15.6648 11.4967H17.3039C17.0883 12.077 16.8023 12.5534 16.4844 12.9525Z",
|
|
2178
1943
|
fill: "currentColor"
|
|
2179
1944
|
}),
|
|
2180
|
-
/* @__PURE__ */ (
|
|
1945
|
+
/* @__PURE__ */ c("path", {
|
|
2181
1946
|
d: "M19.5059 6.02148H12.3207L12.1072 4.3088C12.0139 3.56266 11.3765 3 10.6246 3H5.49414C4.67027 3 4 3.67027 4 4.49414V15.4844C4 16.3082 4.67027 16.9785 5.49414 16.9785H9.69377L9.90454 18.6912C9.99765 19.4358 10.635 20 11.3872 20H19.5059C20.3297 20 21 19.3297 21 18.5059V7.51562C21 6.69176 20.3297 6.02148 19.5059 6.02148ZM5.49414 15.9824C5.21952 15.9824 4.99609 15.759 4.99609 15.4844V4.49414C4.99609 4.21952 5.21952 3.99609 5.49414 3.99609H10.6246C10.8752 3.99609 11.0877 4.18362 11.1187 4.43218C11.1909 5.01111 12.487 15.4081 12.5586 15.9824H5.49414ZM10.8639 18.3315L10.6974 16.9785H12.0336L10.8639 18.3315ZM20.0039 18.5059C20.0039 18.7805 19.7805 19.0039 19.5059 19.0039H11.5993L13.4954 16.8107C13.5924 16.7013 13.6359 16.5559 13.6159 16.4115L12.4448 7.01758H19.5059C19.7805 7.01758 20.0039 7.241 20.0039 7.51562V18.5059Z",
|
|
2182
1947
|
fill: "currentColor"
|
|
2183
1948
|
})
|
|
2184
1949
|
]
|
|
2185
1950
|
}));
|
|
2186
|
-
|
|
2187
|
-
var
|
|
1951
|
+
nn.displayName = "@xmart/xorder-ui-icons/XoTranslateOutlineIcon";
|
|
1952
|
+
var rn = n((e, t) => /* @__PURE__ */ c(P, {
|
|
2188
1953
|
ref: t,
|
|
2189
1954
|
viewBox: "0 0 24 24",
|
|
2190
1955
|
fill: "none",
|
|
2191
1956
|
stroke: "currentColor",
|
|
2192
1957
|
...e,
|
|
2193
|
-
children: /* @__PURE__ */ (
|
|
1958
|
+
children: /* @__PURE__ */ c("path", {
|
|
2194
1959
|
d: "M10 10V17M14 10V17M18 6V19C18 20.1046 17.1046 21 16 21H8C6.89543 21 6 20.1046 6 19V6M4 6H20M15 6V5C15 3.89543 14.1046 3 13 3H11C9.89543 3 9 3.89543 9 5V6",
|
|
2195
1960
|
stroke: "currentColor",
|
|
2196
1961
|
strokeWidth: "1.5",
|
|
@@ -2198,14 +1963,14 @@ var Zt = n((e, t) => /* @__PURE__ */ (0, V.jsx)(H, {
|
|
|
2198
1963
|
strokeLinejoin: "round"
|
|
2199
1964
|
})
|
|
2200
1965
|
}));
|
|
2201
|
-
|
|
2202
|
-
var
|
|
1966
|
+
rn.displayName = "@xmart/xorder-ui-icons/XoTrashOutlineIcon";
|
|
1967
|
+
var an = n((e, t) => /* @__PURE__ */ c(P, {
|
|
2203
1968
|
ref: t,
|
|
2204
1969
|
viewBox: "0 0 24 24",
|
|
2205
1970
|
fill: "none",
|
|
2206
1971
|
stroke: "currentColor",
|
|
2207
1972
|
...e,
|
|
2208
|
-
children: /* @__PURE__ */ (
|
|
1973
|
+
children: /* @__PURE__ */ c("path", {
|
|
2209
1974
|
d: "M22 7L13.5 16.5L9 12L2 19M22 7H15M22 7V14",
|
|
2210
1975
|
stroke: "currentColor",
|
|
2211
1976
|
strokeWidth: "1.5",
|
|
@@ -2213,27 +1978,27 @@ var Qt = n((e, t) => /* @__PURE__ */ (0, V.jsx)(H, {
|
|
|
2213
1978
|
strokeLinejoin: "round"
|
|
2214
1979
|
})
|
|
2215
1980
|
}));
|
|
2216
|
-
|
|
2217
|
-
var
|
|
1981
|
+
an.displayName = "@xmart/xorder-ui-icons/XoTrendingUpOutlineIcon";
|
|
1982
|
+
var on = n((e, t) => /* @__PURE__ */ c(P, {
|
|
2218
1983
|
ref: t,
|
|
2219
1984
|
viewBox: "0 0 24 24",
|
|
2220
1985
|
fill: "none",
|
|
2221
1986
|
stroke: "currentColor",
|
|
2222
1987
|
...e,
|
|
2223
|
-
children: /* @__PURE__ */ (
|
|
1988
|
+
children: /* @__PURE__ */ c("path", {
|
|
2224
1989
|
d: "M17.3333 17.963C17.3333 16.5232 16.2918 14.6666 14.6667 14.6667H9.33333C7.70819 14.6666 6.66667 16.5232 6.66667 17.963M4 12C4 7.58172 7.58172 4 12 4C16.4183 4 20 7.58172 20 12C20 16.4183 16.4183 20 12 20C7.58172 20 4 16.4183 4 12ZM14.6667 9.33333C14.6667 10.8061 13.4728 12 12 12C10.5272 12 9.33333 10.8061 9.33333 9.33333C9.33333 7.86057 10.5272 6.66667 12 6.66667C13.4728 6.66667 14.6667 7.86057 14.6667 9.33333Z",
|
|
2225
1990
|
stroke: "currentColor",
|
|
2226
1991
|
strokeWidth: "1.5"
|
|
2227
1992
|
})
|
|
2228
1993
|
}));
|
|
2229
|
-
|
|
2230
|
-
var
|
|
1994
|
+
on.displayName = "@xmart/xorder-ui-icons/XoUserOutlineIcon";
|
|
1995
|
+
var sn = n((e, t) => /* @__PURE__ */ c(P, {
|
|
2231
1996
|
ref: t,
|
|
2232
1997
|
viewBox: "0 0 24 24",
|
|
2233
1998
|
fill: "none",
|
|
2234
1999
|
stroke: "currentColor",
|
|
2235
2000
|
...e,
|
|
2236
|
-
children: /* @__PURE__ */ (
|
|
2001
|
+
children: /* @__PURE__ */ c("path", {
|
|
2237
2002
|
d: "M21 9H13.8947C12.3251 9 11.0526 10.3431 11.0526 12C11.0526 13.6569 12.3251 15 13.8947 15H21M13.8947 12V12.01M5 5H19C20.1046 5 21 6.04467 21 7.33333V16.6667C21 17.9553 20.1046 19 19 19H5C3.89543 19 3 17.9553 3 16.6667V7.33333C3 6.04467 3.89543 5 5 5Z",
|
|
2238
2003
|
stroke: "currentColor",
|
|
2239
2004
|
strokeWidth: "1.5",
|
|
@@ -2241,23 +2006,23 @@ var en = n((e, t) => /* @__PURE__ */ (0, V.jsx)(H, {
|
|
|
2241
2006
|
strokeLinejoin: "round"
|
|
2242
2007
|
})
|
|
2243
2008
|
}));
|
|
2244
|
-
|
|
2245
|
-
var
|
|
2009
|
+
sn.displayName = "@xmart/xorder-ui-icons/XoWalletOutlineIcon";
|
|
2010
|
+
var cn = n((e, t) => /* @__PURE__ */ c(P, {
|
|
2246
2011
|
ref: t,
|
|
2247
2012
|
viewBox: "0 0 24 24",
|
|
2248
2013
|
fill: "none",
|
|
2249
2014
|
stroke: "currentColor",
|
|
2250
2015
|
...e,
|
|
2251
|
-
children: /* @__PURE__ */ (
|
|
2016
|
+
children: /* @__PURE__ */ l("g", {
|
|
2252
2017
|
id: "warning-circle-fill",
|
|
2253
|
-
children: [/* @__PURE__ */ (
|
|
2018
|
+
children: [/* @__PURE__ */ c("circle", {
|
|
2254
2019
|
id: "Ellipse",
|
|
2255
2020
|
cx: "12",
|
|
2256
2021
|
cy: "12",
|
|
2257
2022
|
r: "8",
|
|
2258
2023
|
stroke: "currentColor",
|
|
2259
2024
|
strokeWidth: "1.5"
|
|
2260
|
-
}), /* @__PURE__ */ (
|
|
2025
|
+
}), /* @__PURE__ */ c("path", {
|
|
2261
2026
|
id: "Exclude",
|
|
2262
2027
|
fillRule: "evenodd",
|
|
2263
2028
|
clipRule: "evenodd",
|
|
@@ -2266,16 +2031,16 @@ var tn = n((e, t) => /* @__PURE__ */ (0, V.jsx)(H, {
|
|
|
2266
2031
|
})]
|
|
2267
2032
|
})
|
|
2268
2033
|
}));
|
|
2269
|
-
|
|
2270
|
-
var
|
|
2034
|
+
cn.displayName = "@xmart/xorder-ui-icons/XoWarningCircleFillIcon";
|
|
2035
|
+
var ln = n((e, t) => /* @__PURE__ */ c(P, {
|
|
2271
2036
|
ref: t,
|
|
2272
2037
|
viewBox: "0 0 24 24",
|
|
2273
2038
|
fill: "none",
|
|
2274
2039
|
stroke: "currentColor",
|
|
2275
2040
|
...e,
|
|
2276
|
-
children: /* @__PURE__ */ (
|
|
2041
|
+
children: /* @__PURE__ */ c("g", {
|
|
2277
2042
|
id: "warning-circle-outline",
|
|
2278
|
-
children: /* @__PURE__ */ (
|
|
2043
|
+
children: /* @__PURE__ */ c("path", {
|
|
2279
2044
|
id: "shape",
|
|
2280
2045
|
d: "M12 16.4356V16.4444M12 7.55556V13.7778M20 12C20 16.4183 16.4183 20 12 20C7.58172 20 4 16.4183 4 12C4 7.58172 7.58172 4 12 4C16.4183 4 20 7.58172 20 12Z",
|
|
2281
2046
|
stroke: "currentColor",
|
|
@@ -2285,117 +2050,117 @@ var nn = n((e, t) => /* @__PURE__ */ (0, V.jsx)(H, {
|
|
|
2285
2050
|
})
|
|
2286
2051
|
})
|
|
2287
2052
|
}));
|
|
2288
|
-
|
|
2289
|
-
var
|
|
2053
|
+
ln.displayName = "@xmart/xorder-ui-icons/XoWarningCircleOutlineIcon";
|
|
2054
|
+
var un = n((e, t) => /* @__PURE__ */ c(P, {
|
|
2290
2055
|
ref: t,
|
|
2291
2056
|
viewBox: "0 0 24 24",
|
|
2292
2057
|
fill: "none",
|
|
2293
2058
|
...e,
|
|
2294
|
-
children: /* @__PURE__ */ (
|
|
2059
|
+
children: /* @__PURE__ */ c("path", {
|
|
2295
2060
|
d: "M11.75 8C11.75 7.58579 11.4142 7.25 11 7.25C10.5858 7.25 10.25 7.58579 10.25 8H11.75ZM10.25 14C10.25 14.4142 10.5858 14.75 11 14.75C11.4142 14.75 11.75 14.4142 11.75 14H10.25ZM8 10.25C7.58579 10.25 7.25 10.5858 7.25 11C7.25 11.4142 7.58579 11.75 8 11.75V10.25ZM14 11.75C14.4142 11.75 14.75 11.4142 14.75 11C14.75 10.5858 14.4142 10.25 14 10.25V11.75ZM19.4697 20.5303C19.7626 20.8232 20.2374 20.8232 20.5303 20.5303C20.8232 20.2374 20.8232 19.7626 20.5303 19.4697L19.4697 20.5303ZM10.25 8V11H11.75V8H10.25ZM10.25 11V14H11.75V11H10.25ZM8 11.75H11V10.25H8V11.75ZM11 11.75H14V10.25H11V11.75ZM17.25 11C17.25 14.4518 14.4518 17.25 11 17.25V18.75C15.2802 18.75 18.75 15.2802 18.75 11H17.25ZM11 17.25C7.54822 17.25 4.75 14.4518 4.75 11H3.25C3.25 15.2802 6.71979 18.75 11 18.75V17.25ZM4.75 11C4.75 7.54822 7.54822 4.75 11 4.75V3.25C6.71979 3.25 3.25 6.71979 3.25 11H4.75ZM11 4.75C14.4518 4.75 17.25 7.54822 17.25 11H18.75C18.75 6.71979 15.2802 3.25 11 3.25V4.75ZM15.4194 16.4801L19.4697 20.5303L20.5303 19.4697L16.4801 15.4194L15.4194 16.4801Z",
|
|
2296
2061
|
fill: "currentColor"
|
|
2297
2062
|
})
|
|
2298
2063
|
}));
|
|
2299
|
-
|
|
2300
|
-
var
|
|
2064
|
+
un.displayName = "@xmart/xorder-ui-icons/XoZoomInOutlineIcon";
|
|
2065
|
+
var dn = n((e, t) => /* @__PURE__ */ c(P, {
|
|
2301
2066
|
ref: t,
|
|
2302
2067
|
viewBox: "0 0 24 24",
|
|
2303
2068
|
fill: "none",
|
|
2304
2069
|
...e,
|
|
2305
|
-
children: /* @__PURE__ */ (
|
|
2070
|
+
children: /* @__PURE__ */ c("path", {
|
|
2306
2071
|
d: "M19.4697 20.5303C19.7626 20.8232 20.2374 20.8232 20.5303 20.5303C20.8232 20.2374 20.8232 19.7626 20.5303 19.4697L19.4697 20.5303ZM8 10.25C7.58579 10.25 7.25 10.5858 7.25 11C7.25 11.4142 7.58579 11.75 8 11.75V10.25ZM14 11.75C14.4142 11.75 14.75 11.4142 14.75 11C14.75 10.5858 14.4142 10.25 14 10.25V11.75ZM17.25 11C17.25 14.4518 14.4518 17.25 11 17.25V18.75C15.2802 18.75 18.75 15.2802 18.75 11H17.25ZM11 17.25C7.54822 17.25 4.75 14.4518 4.75 11H3.25C3.25 15.2802 6.71979 18.75 11 18.75V17.25ZM4.75 11C4.75 7.54822 7.54822 4.75 11 4.75V3.25C6.71979 3.25 3.25 6.71979 3.25 11H4.75ZM11 4.75C14.4518 4.75 17.25 7.54822 17.25 11H18.75C18.75 6.71979 15.2802 3.25 11 3.25V4.75ZM8 11.75H14V10.25H8V11.75ZM15.4194 16.4801L19.4697 20.5303L20.5303 19.4697L16.4801 15.4194L15.4194 16.4801Z",
|
|
2307
2072
|
fill: "currentColor"
|
|
2308
2073
|
})
|
|
2309
2074
|
}));
|
|
2310
|
-
|
|
2075
|
+
dn.displayName = "@xmart/xorder-ui-icons/XoZoomOutOutlineIcon";
|
|
2311
2076
|
//#endregion
|
|
2312
2077
|
//#region src/components/input/components/InputClearButton/InputClearButton.css.ts
|
|
2313
|
-
var
|
|
2078
|
+
var fn = "_1682sfm1", I = ({ className: e, ...t }) => /* @__PURE__ */ c("button", {
|
|
2314
2079
|
"aria-label": "入力内容をクリア",
|
|
2315
|
-
className:
|
|
2080
|
+
className: k(fn, e),
|
|
2316
2081
|
tabIndex: -1,
|
|
2317
2082
|
type: "button",
|
|
2318
2083
|
...t,
|
|
2319
|
-
children: /* @__PURE__ */ (
|
|
2084
|
+
children: /* @__PURE__ */ c(F, { size: 16 })
|
|
2320
2085
|
});
|
|
2321
|
-
|
|
2086
|
+
I.displayName = "@xmart/Input/InputClearButton";
|
|
2322
2087
|
//#endregion
|
|
2323
2088
|
//#region src/components/input/input.css.ts
|
|
2324
|
-
var
|
|
2325
|
-
let
|
|
2326
|
-
r(
|
|
2327
|
-
let [
|
|
2328
|
-
value:
|
|
2329
|
-
defaultValue:
|
|
2089
|
+
var pn = "_1hbkh9y4", mn = "_1hbkh9y5", L = ({ clearable: e = !1, className: t, disabled: n = !1, error: i = !1, leftSection: o, placeholder: s, rightSection: u, value: d, defaultValue: f, onChange: p, ref: m, ...h }) => {
|
|
2090
|
+
let g = a(null);
|
|
2091
|
+
r(m, () => g.current, []);
|
|
2092
|
+
let [_, v] = he({
|
|
2093
|
+
value: d,
|
|
2094
|
+
defaultValue: f,
|
|
2330
2095
|
finalValue: "",
|
|
2331
|
-
onChange: (e, t) =>
|
|
2332
|
-
}),
|
|
2333
|
-
|
|
2334
|
-
},
|
|
2335
|
-
|
|
2336
|
-
},
|
|
2337
|
-
return /* @__PURE__ */ (
|
|
2338
|
-
className:
|
|
2096
|
+
onChange: (e, t) => p?.(t)
|
|
2097
|
+
}), y = k(mn, t), b = (e) => {
|
|
2098
|
+
v?.(e.target.value, e);
|
|
2099
|
+
}, x = () => {
|
|
2100
|
+
g.current && (g.current.value = "", v?.("", new Event("input", { bubbles: !0 })), g.current.focus());
|
|
2101
|
+
}, S = e && _ && String(_).length > 0;
|
|
2102
|
+
return /* @__PURE__ */ l("div", {
|
|
2103
|
+
className: pn,
|
|
2339
2104
|
"data-disabled": n || void 0,
|
|
2340
2105
|
"data-error": i || void 0,
|
|
2341
|
-
"data-show-clear-button":
|
|
2106
|
+
"data-show-clear-button": S || void 0,
|
|
2342
2107
|
"data-with-left-section": !!o || void 0,
|
|
2343
|
-
"data-with-right-section": S || void 0,
|
|
2108
|
+
"data-with-right-section": S || !!u || void 0,
|
|
2344
2109
|
children: [
|
|
2345
|
-
o && /* @__PURE__ */ (
|
|
2110
|
+
o && /* @__PURE__ */ c("div", {
|
|
2346
2111
|
className: "_1hbkh9y6",
|
|
2347
2112
|
children: o
|
|
2348
2113
|
}),
|
|
2349
|
-
/* @__PURE__ */ (
|
|
2350
|
-
className:
|
|
2114
|
+
/* @__PURE__ */ c("input", {
|
|
2115
|
+
className: y,
|
|
2351
2116
|
disabled: n,
|
|
2352
|
-
onChange:
|
|
2117
|
+
onChange: b,
|
|
2353
2118
|
placeholder: s,
|
|
2354
|
-
ref:
|
|
2355
|
-
value:
|
|
2356
|
-
...
|
|
2119
|
+
ref: g,
|
|
2120
|
+
value: _,
|
|
2121
|
+
...h
|
|
2357
2122
|
}),
|
|
2358
|
-
|
|
2123
|
+
u && /* @__PURE__ */ c("div", {
|
|
2359
2124
|
className: "_1hbkh9y7",
|
|
2360
|
-
"data-visible": !
|
|
2361
|
-
children:
|
|
2125
|
+
"data-visible": !S || void 0,
|
|
2126
|
+
children: u
|
|
2362
2127
|
}),
|
|
2363
|
-
e && /* @__PURE__ */ (
|
|
2128
|
+
e && /* @__PURE__ */ c("div", {
|
|
2364
2129
|
className: "_1hbkh9y7",
|
|
2365
|
-
"data-visible":
|
|
2366
|
-
children: /* @__PURE__ */ (
|
|
2130
|
+
"data-visible": S || void 0,
|
|
2131
|
+
children: /* @__PURE__ */ c(I, { onClick: x })
|
|
2367
2132
|
})
|
|
2368
2133
|
]
|
|
2369
2134
|
});
|
|
2370
2135
|
};
|
|
2371
|
-
|
|
2372
|
-
function
|
|
2136
|
+
L.displayName = "@xmart/Input", L.ClearButton = I, typeof window < "u" && window.document && window.document.createElement;
|
|
2137
|
+
function R(e, t, { checkForDefaultPrevented: n = !0 } = {}) {
|
|
2373
2138
|
return function(r) {
|
|
2374
2139
|
if (e?.(r), n === !1 || !r.defaultPrevented) return t?.(r);
|
|
2375
2140
|
};
|
|
2376
2141
|
}
|
|
2377
2142
|
//#endregion
|
|
2378
2143
|
//#region ../../node_modules/@radix-ui/react-context/dist/index.mjs
|
|
2379
|
-
function
|
|
2144
|
+
function z(t, n = []) {
|
|
2380
2145
|
let r = [];
|
|
2381
2146
|
function i(n, i) {
|
|
2382
2147
|
let a = e.createContext(i), o = r.length;
|
|
2383
2148
|
r = [...r, i];
|
|
2384
2149
|
let s = (n) => {
|
|
2385
|
-
let { scope: r, children: i, ...s } = n,
|
|
2386
|
-
return /* @__PURE__ */ (
|
|
2387
|
-
value:
|
|
2150
|
+
let { scope: r, children: i, ...s } = n, l = r?.[t]?.[o] || a, u = e.useMemo(() => s, Object.values(s));
|
|
2151
|
+
return /* @__PURE__ */ c(l.Provider, {
|
|
2152
|
+
value: u,
|
|
2388
2153
|
children: i
|
|
2389
2154
|
});
|
|
2390
2155
|
};
|
|
2391
2156
|
s.displayName = n + "Provider";
|
|
2392
|
-
function
|
|
2157
|
+
function l(r, s) {
|
|
2393
2158
|
let c = s?.[t]?.[o] || a, l = e.useContext(c);
|
|
2394
2159
|
if (l) return l;
|
|
2395
2160
|
if (i !== void 0) return i;
|
|
2396
2161
|
throw Error(`\`${r}\` must be used within \`${n}\``);
|
|
2397
2162
|
}
|
|
2398
|
-
return [s,
|
|
2163
|
+
return [s, l];
|
|
2399
2164
|
}
|
|
2400
2165
|
let a = () => {
|
|
2401
2166
|
let n = r.map((t) => e.createContext(t));
|
|
@@ -2407,9 +2172,9 @@ function K(t, n = []) {
|
|
|
2407
2172
|
} }), [r, i]);
|
|
2408
2173
|
};
|
|
2409
2174
|
};
|
|
2410
|
-
return a.scopeName = t, [i,
|
|
2175
|
+
return a.scopeName = t, [i, hn(a, ...n)];
|
|
2411
2176
|
}
|
|
2412
|
-
function
|
|
2177
|
+
function hn(...t) {
|
|
2413
2178
|
let n = t[0];
|
|
2414
2179
|
if (t.length === 1) return n;
|
|
2415
2180
|
let r = () => {
|
|
@@ -2433,18 +2198,18 @@ function ln(...t) {
|
|
|
2433
2198
|
//#endregion
|
|
2434
2199
|
//#region ../../node_modules/@radix-ui/react-primitive/node_modules/@radix-ui/react-slot/dist/index.mjs
|
|
2435
2200
|
/* @__NO_SIDE_EFFECTS__ */
|
|
2436
|
-
function
|
|
2437
|
-
let n = /* @__PURE__ */
|
|
2438
|
-
let { children: i, ...a } = t, o = e.Children.toArray(i), s = o.find(
|
|
2201
|
+
function gn(t) {
|
|
2202
|
+
let n = /* @__PURE__ */ _n(t), r = e.forwardRef((t, r) => {
|
|
2203
|
+
let { children: i, ...a } = t, o = e.Children.toArray(i), s = o.find(yn);
|
|
2439
2204
|
if (s) {
|
|
2440
2205
|
let t = s.props.children, i = o.map((n) => n === s ? e.Children.count(t) > 1 ? e.Children.only(null) : e.isValidElement(t) ? t.props.children : null : n);
|
|
2441
|
-
return /* @__PURE__ */ (
|
|
2206
|
+
return /* @__PURE__ */ c(n, {
|
|
2442
2207
|
...a,
|
|
2443
2208
|
ref: r,
|
|
2444
2209
|
children: e.isValidElement(t) ? e.cloneElement(t, void 0, i) : null
|
|
2445
2210
|
});
|
|
2446
2211
|
}
|
|
2447
|
-
return /* @__PURE__ */ (
|
|
2212
|
+
return /* @__PURE__ */ c(n, {
|
|
2448
2213
|
...a,
|
|
2449
2214
|
ref: r,
|
|
2450
2215
|
children: i
|
|
@@ -2453,22 +2218,22 @@ function un(t) {
|
|
|
2453
2218
|
return r.displayName = `${t}.Slot`, r;
|
|
2454
2219
|
}
|
|
2455
2220
|
/* @__NO_SIDE_EFFECTS__ */
|
|
2456
|
-
function
|
|
2221
|
+
function _n(t) {
|
|
2457
2222
|
let n = e.forwardRef((t, n) => {
|
|
2458
2223
|
let { children: r, ...i } = t;
|
|
2459
2224
|
if (e.isValidElement(r)) {
|
|
2460
|
-
let t =
|
|
2461
|
-
return r.type !== e.Fragment && (a.ref = n ?
|
|
2225
|
+
let t = xn(r), a = bn(i, r.props);
|
|
2226
|
+
return r.type !== e.Fragment && (a.ref = n ? d(n, t) : t), e.cloneElement(r, a);
|
|
2462
2227
|
}
|
|
2463
2228
|
return e.Children.count(r) > 1 ? e.Children.only(null) : null;
|
|
2464
2229
|
});
|
|
2465
2230
|
return n.displayName = `${t}.SlotClone`, n;
|
|
2466
2231
|
}
|
|
2467
|
-
var
|
|
2468
|
-
function
|
|
2469
|
-
return e.isValidElement(t) && typeof t.type == "function" && "__radixId" in t.type && t.type.__radixId ===
|
|
2232
|
+
var vn = Symbol("radix.slottable");
|
|
2233
|
+
function yn(t) {
|
|
2234
|
+
return e.isValidElement(t) && typeof t.type == "function" && "__radixId" in t.type && t.type.__radixId === vn;
|
|
2470
2235
|
}
|
|
2471
|
-
function
|
|
2236
|
+
function bn(e, t) {
|
|
2472
2237
|
let n = { ...t };
|
|
2473
2238
|
for (let r in t) {
|
|
2474
2239
|
let i = e[r], a = t[r];
|
|
@@ -2485,13 +2250,13 @@ function mn(e, t) {
|
|
|
2485
2250
|
...n
|
|
2486
2251
|
};
|
|
2487
2252
|
}
|
|
2488
|
-
function
|
|
2253
|
+
function xn(e) {
|
|
2489
2254
|
let t = Object.getOwnPropertyDescriptor(e.props, "ref")?.get, n = t && "isReactWarning" in t && t.isReactWarning;
|
|
2490
2255
|
return n ? e.ref : (t = Object.getOwnPropertyDescriptor(e, "ref")?.get, n = t && "isReactWarning" in t && t.isReactWarning, n ? e.props.ref : e.props.ref || e.ref);
|
|
2491
2256
|
}
|
|
2492
2257
|
//#endregion
|
|
2493
2258
|
//#region ../../node_modules/@radix-ui/react-primitive/dist/index.mjs
|
|
2494
|
-
var
|
|
2259
|
+
var B = [
|
|
2495
2260
|
"a",
|
|
2496
2261
|
"button",
|
|
2497
2262
|
"div",
|
|
@@ -2510,9 +2275,9 @@ var q = [
|
|
|
2510
2275
|
"svg",
|
|
2511
2276
|
"ul"
|
|
2512
2277
|
].reduce((t, n) => {
|
|
2513
|
-
let r = /* @__PURE__ */
|
|
2278
|
+
let r = /* @__PURE__ */ gn(`Primitive.${n}`), i = e.forwardRef((e, t) => {
|
|
2514
2279
|
let { asChild: i, ...a } = e, o = i ? r : n;
|
|
2515
|
-
return typeof window < "u" && (window[Symbol.for("radix-ui")] = !0), /* @__PURE__ */ (
|
|
2280
|
+
return typeof window < "u" && (window[Symbol.for("radix-ui")] = !0), /* @__PURE__ */ c(o, {
|
|
2516
2281
|
...a,
|
|
2517
2282
|
ref: t
|
|
2518
2283
|
});
|
|
@@ -2525,18 +2290,18 @@ var q = [
|
|
|
2525
2290
|
//#endregion
|
|
2526
2291
|
//#region ../../node_modules/@radix-ui/react-collection/node_modules/@radix-ui/react-slot/dist/index.mjs
|
|
2527
2292
|
/* @__NO_SIDE_EFFECTS__ */
|
|
2528
|
-
function
|
|
2529
|
-
let n = /* @__PURE__ */
|
|
2530
|
-
let { children: i, ...a } = t, o = e.Children.toArray(i), s = o.find(
|
|
2293
|
+
function V(t) {
|
|
2294
|
+
let n = /* @__PURE__ */ Sn(t), r = e.forwardRef((t, r) => {
|
|
2295
|
+
let { children: i, ...a } = t, o = e.Children.toArray(i), s = o.find(wn);
|
|
2531
2296
|
if (s) {
|
|
2532
2297
|
let t = s.props.children, i = o.map((n) => n === s ? e.Children.count(t) > 1 ? e.Children.only(null) : e.isValidElement(t) ? t.props.children : null : n);
|
|
2533
|
-
return /* @__PURE__ */ (
|
|
2298
|
+
return /* @__PURE__ */ c(n, {
|
|
2534
2299
|
...a,
|
|
2535
2300
|
ref: r,
|
|
2536
2301
|
children: e.isValidElement(t) ? e.cloneElement(t, void 0, i) : null
|
|
2537
2302
|
});
|
|
2538
2303
|
}
|
|
2539
|
-
return /* @__PURE__ */ (
|
|
2304
|
+
return /* @__PURE__ */ c(n, {
|
|
2540
2305
|
...a,
|
|
2541
2306
|
ref: r,
|
|
2542
2307
|
children: i
|
|
@@ -2545,22 +2310,22 @@ function gn(t) {
|
|
|
2545
2310
|
return r.displayName = `${t}.Slot`, r;
|
|
2546
2311
|
}
|
|
2547
2312
|
/* @__NO_SIDE_EFFECTS__ */
|
|
2548
|
-
function
|
|
2313
|
+
function Sn(t) {
|
|
2549
2314
|
let n = e.forwardRef((t, n) => {
|
|
2550
2315
|
let { children: r, ...i } = t;
|
|
2551
2316
|
if (e.isValidElement(r)) {
|
|
2552
|
-
let t =
|
|
2553
|
-
return r.type !== e.Fragment && (a.ref = n ?
|
|
2317
|
+
let t = En(r), a = Tn(i, r.props);
|
|
2318
|
+
return r.type !== e.Fragment && (a.ref = n ? d(n, t) : t), e.cloneElement(r, a);
|
|
2554
2319
|
}
|
|
2555
2320
|
return e.Children.count(r) > 1 ? e.Children.only(null) : null;
|
|
2556
2321
|
});
|
|
2557
2322
|
return n.displayName = `${t}.SlotClone`, n;
|
|
2558
2323
|
}
|
|
2559
|
-
var
|
|
2560
|
-
function
|
|
2561
|
-
return e.isValidElement(t) && typeof t.type == "function" && "__radixId" in t.type && t.type.__radixId ===
|
|
2324
|
+
var Cn = Symbol("radix.slottable");
|
|
2325
|
+
function wn(t) {
|
|
2326
|
+
return e.isValidElement(t) && typeof t.type == "function" && "__radixId" in t.type && t.type.__radixId === Cn;
|
|
2562
2327
|
}
|
|
2563
|
-
function
|
|
2328
|
+
function Tn(e, t) {
|
|
2564
2329
|
let n = { ...t };
|
|
2565
2330
|
for (let r in t) {
|
|
2566
2331
|
let i = e[r], a = t[r];
|
|
@@ -2577,19 +2342,19 @@ function bn(e, t) {
|
|
|
2577
2342
|
...n
|
|
2578
2343
|
};
|
|
2579
2344
|
}
|
|
2580
|
-
function
|
|
2345
|
+
function En(e) {
|
|
2581
2346
|
let t = Object.getOwnPropertyDescriptor(e.props, "ref")?.get, n = t && "isReactWarning" in t && t.isReactWarning;
|
|
2582
2347
|
return n ? e.ref : (t = Object.getOwnPropertyDescriptor(e, "ref")?.get, n = t && "isReactWarning" in t && t.isReactWarning, n ? e.props.ref : e.props.ref || e.ref);
|
|
2583
2348
|
}
|
|
2584
2349
|
//#endregion
|
|
2585
2350
|
//#region ../../node_modules/@radix-ui/react-collection/dist/index.mjs
|
|
2586
|
-
function
|
|
2587
|
-
let n = e + "CollectionProvider", [r, i] =
|
|
2351
|
+
function Dn(e) {
|
|
2352
|
+
let n = e + "CollectionProvider", [r, i] = z(n), [a, o] = r(n, {
|
|
2588
2353
|
collectionRef: { current: null },
|
|
2589
2354
|
itemMap: /* @__PURE__ */ new Map()
|
|
2590
2355
|
}), s = (e) => {
|
|
2591
2356
|
let { scope: n, children: r } = e, i = t.useRef(null), o = t.useRef(/* @__PURE__ */ new Map()).current;
|
|
2592
|
-
return /* @__PURE__ */ (
|
|
2357
|
+
return /* @__PURE__ */ c(a, {
|
|
2593
2358
|
scope: n,
|
|
2594
2359
|
itemMap: o,
|
|
2595
2360
|
collectionRef: i,
|
|
@@ -2597,39 +2362,39 @@ function Sn(e) {
|
|
|
2597
2362
|
});
|
|
2598
2363
|
};
|
|
2599
2364
|
s.displayName = n;
|
|
2600
|
-
let
|
|
2365
|
+
let l = e + "CollectionSlot", u = /* @__PURE__ */ V(l), d = t.forwardRef((e, t) => {
|
|
2601
2366
|
let { scope: n, children: r } = e;
|
|
2602
|
-
return /* @__PURE__ */ (
|
|
2603
|
-
ref:
|
|
2367
|
+
return /* @__PURE__ */ c(u, {
|
|
2368
|
+
ref: f(t, o(l, n).collectionRef),
|
|
2604
2369
|
children: r
|
|
2605
2370
|
});
|
|
2606
2371
|
});
|
|
2607
|
-
|
|
2608
|
-
let
|
|
2609
|
-
let { scope: r, children: i, ...a } = e, s = t.useRef(null),
|
|
2610
|
-
return t.useEffect(() => (
|
|
2372
|
+
d.displayName = l;
|
|
2373
|
+
let p = e + "CollectionItemSlot", m = "data-radix-collection-item", h = /* @__PURE__ */ V(p), g = t.forwardRef((e, n) => {
|
|
2374
|
+
let { scope: r, children: i, ...a } = e, s = t.useRef(null), l = f(n, s), u = o(p, r);
|
|
2375
|
+
return t.useEffect(() => (u.itemMap.set(s, {
|
|
2611
2376
|
ref: s,
|
|
2612
2377
|
...a
|
|
2613
|
-
}), () => void
|
|
2614
|
-
[
|
|
2615
|
-
ref:
|
|
2378
|
+
}), () => void u.itemMap.delete(s))), /* @__PURE__ */ c(h, {
|
|
2379
|
+
[m]: "",
|
|
2380
|
+
ref: l,
|
|
2616
2381
|
children: i
|
|
2617
2382
|
});
|
|
2618
2383
|
});
|
|
2619
|
-
g.displayName =
|
|
2384
|
+
g.displayName = p;
|
|
2620
2385
|
function _(n) {
|
|
2621
2386
|
let r = o(e + "CollectionConsumer", n);
|
|
2622
2387
|
return t.useCallback(() => {
|
|
2623
2388
|
let e = r.collectionRef.current;
|
|
2624
2389
|
if (!e) return [];
|
|
2625
|
-
let t = Array.from(e.querySelectorAll(`[${
|
|
2390
|
+
let t = Array.from(e.querySelectorAll(`[${m}]`));
|
|
2626
2391
|
return Array.from(r.itemMap.values()).sort((e, n) => t.indexOf(e.ref.current) - t.indexOf(n.ref.current));
|
|
2627
2392
|
}, [r.collectionRef, r.itemMap]);
|
|
2628
2393
|
}
|
|
2629
2394
|
return [
|
|
2630
2395
|
{
|
|
2631
2396
|
Provider: s,
|
|
2632
|
-
Slot:
|
|
2397
|
+
Slot: d,
|
|
2633
2398
|
ItemSlot: g
|
|
2634
2399
|
},
|
|
2635
2400
|
_,
|
|
@@ -2638,16 +2403,16 @@ function Sn(e) {
|
|
|
2638
2403
|
}
|
|
2639
2404
|
//#endregion
|
|
2640
2405
|
//#region ../../node_modules/@radix-ui/react-use-layout-effect/dist/index.mjs
|
|
2641
|
-
var
|
|
2642
|
-
function
|
|
2643
|
-
let [n, r] = e.useState(
|
|
2644
|
-
return
|
|
2645
|
-
t || r((e) => e ?? String(
|
|
2406
|
+
var H = globalThis?.document ? e.useLayoutEffect : () => {}, On = e.useId || (() => void 0), kn = 0;
|
|
2407
|
+
function An(t) {
|
|
2408
|
+
let [n, r] = e.useState(On());
|
|
2409
|
+
return H(() => {
|
|
2410
|
+
t || r((e) => e ?? String(kn++));
|
|
2646
2411
|
}, [t]), t || (n ? `radix-${n}` : "");
|
|
2647
2412
|
}
|
|
2648
2413
|
//#endregion
|
|
2649
2414
|
//#region ../../node_modules/@radix-ui/react-use-callback-ref/dist/index.mjs
|
|
2650
|
-
function
|
|
2415
|
+
function jn(t) {
|
|
2651
2416
|
let n = e.useRef(t);
|
|
2652
2417
|
return e.useEffect(() => {
|
|
2653
2418
|
n.current = t;
|
|
@@ -2655,9 +2420,9 @@ function En(t) {
|
|
|
2655
2420
|
}
|
|
2656
2421
|
//#endregion
|
|
2657
2422
|
//#region ../../node_modules/@radix-ui/react-use-controllable-state/dist/index.mjs
|
|
2658
|
-
var
|
|
2659
|
-
function
|
|
2660
|
-
let [a, o, s] =
|
|
2423
|
+
var Mn = e.useInsertionEffect || H;
|
|
2424
|
+
function U({ prop: t, defaultProp: n, onChange: r = () => {}, caller: i }) {
|
|
2425
|
+
let [a, o, s] = Nn({
|
|
2661
2426
|
defaultProp: n,
|
|
2662
2427
|
onChange: r
|
|
2663
2428
|
}), c = t !== void 0, l = c ? t : a;
|
|
@@ -2670,7 +2435,7 @@ function Y({ prop: t, defaultProp: n, onChange: r = () => {}, caller: i }) {
|
|
|
2670
2435
|
}
|
|
2671
2436
|
return [l, e.useCallback((e) => {
|
|
2672
2437
|
if (c) {
|
|
2673
|
-
let n =
|
|
2438
|
+
let n = Pn(e) ? e(t) : e;
|
|
2674
2439
|
n !== t && s.current?.(n);
|
|
2675
2440
|
} else o(e);
|
|
2676
2441
|
}, [
|
|
@@ -2680,9 +2445,9 @@ function Y({ prop: t, defaultProp: n, onChange: r = () => {}, caller: i }) {
|
|
|
2680
2445
|
s
|
|
2681
2446
|
])];
|
|
2682
2447
|
}
|
|
2683
|
-
function
|
|
2448
|
+
function Nn({ defaultProp: t, onChange: n }) {
|
|
2684
2449
|
let [r, i] = e.useState(t), a = e.useRef(r), o = e.useRef(n);
|
|
2685
|
-
return
|
|
2450
|
+
return Mn(() => {
|
|
2686
2451
|
o.current = n;
|
|
2687
2452
|
}, [n]), e.useEffect(() => {
|
|
2688
2453
|
a.current !== r && (o.current?.(r), a.current = r);
|
|
@@ -2692,43 +2457,43 @@ function On({ defaultProp: t, onChange: n }) {
|
|
|
2692
2457
|
o
|
|
2693
2458
|
];
|
|
2694
2459
|
}
|
|
2695
|
-
function
|
|
2460
|
+
function Pn(e) {
|
|
2696
2461
|
return typeof e == "function";
|
|
2697
2462
|
}
|
|
2698
2463
|
//#endregion
|
|
2699
2464
|
//#region ../../node_modules/@radix-ui/react-direction/dist/index.mjs
|
|
2700
|
-
var
|
|
2701
|
-
function
|
|
2702
|
-
let n = e.useContext(
|
|
2465
|
+
var Fn = e.createContext(void 0);
|
|
2466
|
+
function In(t) {
|
|
2467
|
+
let n = e.useContext(Fn);
|
|
2703
2468
|
return t || n || "ltr";
|
|
2704
2469
|
}
|
|
2705
2470
|
//#endregion
|
|
2706
2471
|
//#region ../../node_modules/@radix-ui/react-roving-focus/dist/index.mjs
|
|
2707
|
-
var
|
|
2472
|
+
var W = "rovingFocusGroup.onEntryFocus", Ln = {
|
|
2708
2473
|
bubbles: !1,
|
|
2709
2474
|
cancelable: !0
|
|
2710
|
-
},
|
|
2475
|
+
}, G = "RovingFocusGroup", [K, Rn, zn] = Dn(G), [Bn, Vn] = z(G, [zn]), [Hn, Un] = Bn(G), Wn = e.forwardRef((e, t) => /* @__PURE__ */ c(K.Provider, {
|
|
2711
2476
|
scope: e.__scopeRovingFocusGroup,
|
|
2712
|
-
children: /* @__PURE__ */ (
|
|
2477
|
+
children: /* @__PURE__ */ c(K.Slot, {
|
|
2713
2478
|
scope: e.__scopeRovingFocusGroup,
|
|
2714
|
-
children: /* @__PURE__ */ (
|
|
2479
|
+
children: /* @__PURE__ */ c(Gn, {
|
|
2715
2480
|
...e,
|
|
2716
2481
|
ref: t
|
|
2717
2482
|
})
|
|
2718
2483
|
})
|
|
2719
2484
|
}));
|
|
2720
|
-
|
|
2721
|
-
var
|
|
2722
|
-
let { __scopeRovingFocusGroup: r, orientation: i, loop: a = !1, dir: o, currentTabStopId: s, defaultCurrentTabStopId:
|
|
2485
|
+
Wn.displayName = G;
|
|
2486
|
+
var Gn = e.forwardRef((t, n) => {
|
|
2487
|
+
let { __scopeRovingFocusGroup: r, orientation: i, loop: a = !1, dir: o, currentTabStopId: s, defaultCurrentTabStopId: l, onCurrentTabStopIdChange: u, onEntryFocus: d, preventScrollOnEntryFocus: p = !1, ...m } = t, h = e.useRef(null), g = f(n, h), _ = In(o), [v, y] = U({
|
|
2723
2488
|
prop: s,
|
|
2724
|
-
defaultProp:
|
|
2725
|
-
onChange:
|
|
2726
|
-
caller:
|
|
2727
|
-
}), [b, x] = e.useState(!1), S =
|
|
2489
|
+
defaultProp: l ?? null,
|
|
2490
|
+
onChange: u,
|
|
2491
|
+
caller: G
|
|
2492
|
+
}), [b, x] = e.useState(!1), S = jn(d), C = Rn(r), w = e.useRef(!1), [T, E] = e.useState(0);
|
|
2728
2493
|
return e.useEffect(() => {
|
|
2729
2494
|
let e = h.current;
|
|
2730
|
-
if (e) return e.addEventListener(
|
|
2731
|
-
}, [S]), /* @__PURE__ */ (
|
|
2495
|
+
if (e) return e.addEventListener(W, S), () => e.removeEventListener(W, S);
|
|
2496
|
+
}, [S]), /* @__PURE__ */ c(Hn, {
|
|
2732
2497
|
scope: r,
|
|
2733
2498
|
orientation: i,
|
|
2734
2499
|
dir: _,
|
|
@@ -2738,87 +2503,87 @@ var Hn = e.forwardRef((t, n) => {
|
|
|
2738
2503
|
onItemShiftTab: e.useCallback(() => x(!0), []),
|
|
2739
2504
|
onFocusableItemAdd: e.useCallback(() => E((e) => e + 1), []),
|
|
2740
2505
|
onFocusableItemRemove: e.useCallback(() => E((e) => e - 1), []),
|
|
2741
|
-
children: /* @__PURE__ */ (
|
|
2506
|
+
children: /* @__PURE__ */ c(B.div, {
|
|
2742
2507
|
tabIndex: b || T === 0 ? -1 : 0,
|
|
2743
2508
|
"data-orientation": i,
|
|
2744
|
-
...
|
|
2509
|
+
...m,
|
|
2745
2510
|
ref: g,
|
|
2746
2511
|
style: {
|
|
2747
2512
|
outline: "none",
|
|
2748
2513
|
...t.style
|
|
2749
2514
|
},
|
|
2750
|
-
onMouseDown:
|
|
2515
|
+
onMouseDown: R(t.onMouseDown, () => {
|
|
2751
2516
|
w.current = !0;
|
|
2752
2517
|
}),
|
|
2753
|
-
onFocus:
|
|
2518
|
+
onFocus: R(t.onFocus, (e) => {
|
|
2754
2519
|
let t = !w.current;
|
|
2755
2520
|
if (e.target === e.currentTarget && t && !b) {
|
|
2756
|
-
let t = new CustomEvent(
|
|
2521
|
+
let t = new CustomEvent(W, Ln);
|
|
2757
2522
|
if (e.currentTarget.dispatchEvent(t), !t.defaultPrevented) {
|
|
2758
2523
|
let e = C().filter((e) => e.focusable);
|
|
2759
|
-
|
|
2524
|
+
Zn([
|
|
2760
2525
|
e.find((e) => e.active),
|
|
2761
2526
|
e.find((e) => e.id === v),
|
|
2762
2527
|
...e
|
|
2763
|
-
].filter(Boolean).map((e) => e.ref.current),
|
|
2528
|
+
].filter(Boolean).map((e) => e.ref.current), p);
|
|
2764
2529
|
}
|
|
2765
2530
|
}
|
|
2766
2531
|
w.current = !1;
|
|
2767
2532
|
}),
|
|
2768
|
-
onBlur:
|
|
2533
|
+
onBlur: R(t.onBlur, () => x(!1))
|
|
2769
2534
|
})
|
|
2770
2535
|
});
|
|
2771
|
-
}),
|
|
2772
|
-
let { __scopeRovingFocusGroup: r, focusable: i = !0, active: a = !1, tabStopId: o, children: s, ...
|
|
2536
|
+
}), Kn = "RovingFocusGroupItem", qn = e.forwardRef((t, n) => {
|
|
2537
|
+
let { __scopeRovingFocusGroup: r, focusable: i = !0, active: a = !1, tabStopId: o, children: s, ...l } = t, u = An(), d = o || u, f = Un(Kn, r), p = f.currentTabStopId === d, m = Rn(r), { onFocusableItemAdd: h, onFocusableItemRemove: g, currentTabStopId: _ } = f;
|
|
2773
2538
|
return e.useEffect(() => {
|
|
2774
2539
|
if (i) return h(), () => g();
|
|
2775
2540
|
}, [
|
|
2776
2541
|
i,
|
|
2777
2542
|
h,
|
|
2778
2543
|
g
|
|
2779
|
-
]), /* @__PURE__ */ (
|
|
2544
|
+
]), /* @__PURE__ */ c(K.ItemSlot, {
|
|
2780
2545
|
scope: r,
|
|
2781
|
-
id:
|
|
2546
|
+
id: d,
|
|
2782
2547
|
focusable: i,
|
|
2783
2548
|
active: a,
|
|
2784
|
-
children: /* @__PURE__ */ (
|
|
2785
|
-
tabIndex:
|
|
2786
|
-
"data-orientation":
|
|
2787
|
-
...
|
|
2549
|
+
children: /* @__PURE__ */ c(B.span, {
|
|
2550
|
+
tabIndex: p ? 0 : -1,
|
|
2551
|
+
"data-orientation": f.orientation,
|
|
2552
|
+
...l,
|
|
2788
2553
|
ref: n,
|
|
2789
|
-
onMouseDown:
|
|
2790
|
-
i ?
|
|
2554
|
+
onMouseDown: R(t.onMouseDown, (e) => {
|
|
2555
|
+
i ? f.onItemFocus(d) : e.preventDefault();
|
|
2791
2556
|
}),
|
|
2792
|
-
onFocus:
|
|
2793
|
-
onKeyDown:
|
|
2557
|
+
onFocus: R(t.onFocus, () => f.onItemFocus(d)),
|
|
2558
|
+
onKeyDown: R(t.onKeyDown, (e) => {
|
|
2794
2559
|
if (e.key === "Tab" && e.shiftKey) {
|
|
2795
|
-
|
|
2560
|
+
f.onItemShiftTab();
|
|
2796
2561
|
return;
|
|
2797
2562
|
}
|
|
2798
2563
|
if (e.target !== e.currentTarget) return;
|
|
2799
|
-
let t =
|
|
2564
|
+
let t = Xn(e, f.orientation, f.dir);
|
|
2800
2565
|
if (t !== void 0) {
|
|
2801
2566
|
if (e.metaKey || e.ctrlKey || e.altKey || e.shiftKey) return;
|
|
2802
2567
|
e.preventDefault();
|
|
2803
|
-
let n =
|
|
2568
|
+
let n = m().filter((e) => e.focusable).map((e) => e.ref.current);
|
|
2804
2569
|
if (t === "last") n.reverse();
|
|
2805
2570
|
else if (t === "prev" || t === "next") {
|
|
2806
2571
|
t === "prev" && n.reverse();
|
|
2807
2572
|
let r = n.indexOf(e.currentTarget);
|
|
2808
|
-
n =
|
|
2573
|
+
n = f.loop ? Qn(n, r + 1) : n.slice(r + 1);
|
|
2809
2574
|
}
|
|
2810
|
-
setTimeout(() =>
|
|
2575
|
+
setTimeout(() => Zn(n));
|
|
2811
2576
|
}
|
|
2812
2577
|
}),
|
|
2813
2578
|
children: typeof s == "function" ? s({
|
|
2814
|
-
isCurrentTabStop:
|
|
2579
|
+
isCurrentTabStop: p,
|
|
2815
2580
|
hasTabStop: _ != null
|
|
2816
2581
|
}) : s
|
|
2817
2582
|
})
|
|
2818
2583
|
});
|
|
2819
2584
|
});
|
|
2820
|
-
|
|
2821
|
-
var
|
|
2585
|
+
qn.displayName = Kn;
|
|
2586
|
+
var Jn = {
|
|
2822
2587
|
ArrowLeft: "prev",
|
|
2823
2588
|
ArrowUp: "prev",
|
|
2824
2589
|
ArrowRight: "next",
|
|
@@ -2828,26 +2593,26 @@ var Gn = {
|
|
|
2828
2593
|
PageDown: "last",
|
|
2829
2594
|
End: "last"
|
|
2830
2595
|
};
|
|
2831
|
-
function
|
|
2596
|
+
function Yn(e, t) {
|
|
2832
2597
|
return t === "rtl" ? e === "ArrowLeft" ? "ArrowRight" : e === "ArrowRight" ? "ArrowLeft" : e : e;
|
|
2833
2598
|
}
|
|
2834
|
-
function
|
|
2835
|
-
let r =
|
|
2836
|
-
if (!(t === "vertical" && ["ArrowLeft", "ArrowRight"].includes(r)) && !(t === "horizontal" && ["ArrowUp", "ArrowDown"].includes(r))) return
|
|
2599
|
+
function Xn(e, t, n) {
|
|
2600
|
+
let r = Yn(e.key, n);
|
|
2601
|
+
if (!(t === "vertical" && ["ArrowLeft", "ArrowRight"].includes(r)) && !(t === "horizontal" && ["ArrowUp", "ArrowDown"].includes(r))) return Jn[r];
|
|
2837
2602
|
}
|
|
2838
|
-
function
|
|
2603
|
+
function Zn(e, t = !1) {
|
|
2839
2604
|
let n = document.activeElement;
|
|
2840
2605
|
for (let r of e) if (r === n || (r.focus({ preventScroll: t }), document.activeElement !== n)) return;
|
|
2841
2606
|
}
|
|
2842
|
-
function
|
|
2607
|
+
function Qn(e, t) {
|
|
2843
2608
|
return e.map((n, r) => e[(t + r) % e.length]);
|
|
2844
2609
|
}
|
|
2845
|
-
var
|
|
2610
|
+
var $n = Wn, er = qn;
|
|
2846
2611
|
//#endregion
|
|
2847
2612
|
//#region ../../node_modules/@radix-ui/react-use-size/dist/index.mjs
|
|
2848
|
-
function
|
|
2613
|
+
function tr(t) {
|
|
2849
2614
|
let [n, r] = e.useState(void 0);
|
|
2850
|
-
return
|
|
2615
|
+
return H(() => {
|
|
2851
2616
|
if (t) {
|
|
2852
2617
|
r({
|
|
2853
2618
|
width: t.offsetWidth,
|
|
@@ -2871,7 +2636,7 @@ function Qn(t) {
|
|
|
2871
2636
|
}
|
|
2872
2637
|
//#endregion
|
|
2873
2638
|
//#region ../../node_modules/@radix-ui/react-use-previous/dist/index.mjs
|
|
2874
|
-
function
|
|
2639
|
+
function nr(t) {
|
|
2875
2640
|
let n = e.useRef({
|
|
2876
2641
|
value: t,
|
|
2877
2642
|
previous: t
|
|
@@ -2880,16 +2645,16 @@ function $n(t) {
|
|
|
2880
2645
|
}
|
|
2881
2646
|
//#endregion
|
|
2882
2647
|
//#region ../../node_modules/@radix-ui/react-presence/dist/index.mjs
|
|
2883
|
-
function
|
|
2648
|
+
function rr(t, n) {
|
|
2884
2649
|
return e.useReducer((e, t) => n[e][t] ?? e, t);
|
|
2885
2650
|
}
|
|
2886
|
-
var
|
|
2887
|
-
let { present: n, children: r } = t, i =
|
|
2651
|
+
var ir = (t) => {
|
|
2652
|
+
let { present: n, children: r } = t, i = ar(n), a = typeof r == "function" ? r({ present: i.isPresent }) : e.Children.only(r), o = f(i.ref, or(a));
|
|
2888
2653
|
return typeof r == "function" || i.isPresent ? e.cloneElement(a, { ref: o }) : null;
|
|
2889
2654
|
};
|
|
2890
|
-
|
|
2891
|
-
function
|
|
2892
|
-
let [n, r] = e.useState(), i = e.useRef(null), a = e.useRef(t), o = e.useRef("none"), [s, c] =
|
|
2655
|
+
ir.displayName = "Presence";
|
|
2656
|
+
function ar(t) {
|
|
2657
|
+
let [n, r] = e.useState(), i = e.useRef(null), a = e.useRef(t), o = e.useRef("none"), [s, c] = rr(t ? "mounted" : "unmounted", {
|
|
2893
2658
|
mounted: {
|
|
2894
2659
|
UNMOUNT: "unmounted",
|
|
2895
2660
|
ANIMATION_OUT: "unmountSuspended"
|
|
@@ -2901,18 +2666,18 @@ function nr(t) {
|
|
|
2901
2666
|
unmounted: { MOUNT: "mounted" }
|
|
2902
2667
|
});
|
|
2903
2668
|
return e.useEffect(() => {
|
|
2904
|
-
let e =
|
|
2669
|
+
let e = q(i.current);
|
|
2905
2670
|
o.current = s === "mounted" ? e : "none";
|
|
2906
|
-
}, [s]),
|
|
2671
|
+
}, [s]), H(() => {
|
|
2907
2672
|
let e = i.current, n = a.current;
|
|
2908
2673
|
if (n !== t) {
|
|
2909
|
-
let r = o.current, i =
|
|
2674
|
+
let r = o.current, i = q(e);
|
|
2910
2675
|
t ? c("MOUNT") : i === "none" || e?.display === "none" ? c("UNMOUNT") : c(n && r !== i ? "ANIMATION_OUT" : "UNMOUNT"), a.current = t;
|
|
2911
2676
|
}
|
|
2912
|
-
}, [t, c]),
|
|
2677
|
+
}, [t, c]), H(() => {
|
|
2913
2678
|
if (n) {
|
|
2914
2679
|
let e, t = n.ownerDocument.defaultView ?? window, r = (r) => {
|
|
2915
|
-
let o =
|
|
2680
|
+
let o = q(i.current).includes(CSS.escape(r.animationName));
|
|
2916
2681
|
if (r.target === n && o && (c("ANIMATION_END"), !a.current)) {
|
|
2917
2682
|
let r = n.style.animationFillMode;
|
|
2918
2683
|
n.style.animationFillMode = "forwards", e = t.setTimeout(() => {
|
|
@@ -2920,7 +2685,7 @@ function nr(t) {
|
|
|
2920
2685
|
});
|
|
2921
2686
|
}
|
|
2922
2687
|
}, s = (e) => {
|
|
2923
|
-
e.target === n && (o.current =
|
|
2688
|
+
e.target === n && (o.current = q(i.current));
|
|
2924
2689
|
};
|
|
2925
2690
|
return n.addEventListener("animationstart", s), n.addEventListener("animationcancel", r), n.addEventListener("animationend", r), () => {
|
|
2926
2691
|
t.clearTimeout(e), n.removeEventListener("animationstart", s), n.removeEventListener("animationcancel", r), n.removeEventListener("animationend", r);
|
|
@@ -2933,85 +2698,85 @@ function nr(t) {
|
|
|
2933
2698
|
}, [])
|
|
2934
2699
|
};
|
|
2935
2700
|
}
|
|
2936
|
-
function
|
|
2701
|
+
function q(e) {
|
|
2937
2702
|
return e?.animationName || "none";
|
|
2938
2703
|
}
|
|
2939
|
-
function
|
|
2704
|
+
function or(e) {
|
|
2940
2705
|
let t = Object.getOwnPropertyDescriptor(e.props, "ref")?.get, n = t && "isReactWarning" in t && t.isReactWarning;
|
|
2941
2706
|
return n ? e.ref : (t = Object.getOwnPropertyDescriptor(e, "ref")?.get, n = t && "isReactWarning" in t && t.isReactWarning, n ? e.props.ref : e.props.ref || e.ref);
|
|
2942
2707
|
}
|
|
2943
2708
|
//#endregion
|
|
2944
2709
|
//#region ../../node_modules/@radix-ui/react-radio-group/dist/index.mjs
|
|
2945
|
-
var
|
|
2946
|
-
let { __scopeRadio: r, name: i, checked: a = !1, required: o, disabled: s, value:
|
|
2947
|
-
return /* @__PURE__ */ (
|
|
2710
|
+
var J = "Radio", [sr, cr] = z(J), [lr, ur] = sr(J), dr = e.forwardRef((t, n) => {
|
|
2711
|
+
let { __scopeRadio: r, name: i, checked: a = !1, required: o, disabled: s, value: u = "on", onCheck: d, form: p, ...m } = t, [h, g] = e.useState(null), _ = f(n, (e) => g(e)), v = e.useRef(!1), y = h ? p || !!h.closest("form") : !0;
|
|
2712
|
+
return /* @__PURE__ */ l(lr, {
|
|
2948
2713
|
scope: r,
|
|
2949
2714
|
checked: a,
|
|
2950
2715
|
disabled: s,
|
|
2951
|
-
children: [/* @__PURE__ */ (
|
|
2716
|
+
children: [/* @__PURE__ */ c(B.button, {
|
|
2952
2717
|
type: "button",
|
|
2953
2718
|
role: "radio",
|
|
2954
2719
|
"aria-checked": a,
|
|
2955
|
-
"data-state":
|
|
2720
|
+
"data-state": gr(a),
|
|
2956
2721
|
"data-disabled": s ? "" : void 0,
|
|
2957
2722
|
disabled: s,
|
|
2958
|
-
value:
|
|
2959
|
-
...
|
|
2960
|
-
ref:
|
|
2961
|
-
onClick:
|
|
2962
|
-
a ||
|
|
2723
|
+
value: u,
|
|
2724
|
+
...m,
|
|
2725
|
+
ref: _,
|
|
2726
|
+
onClick: R(t.onClick, (e) => {
|
|
2727
|
+
a || d?.(), y && (v.current = e.isPropagationStopped(), v.current || e.stopPropagation());
|
|
2963
2728
|
})
|
|
2964
|
-
}),
|
|
2965
|
-
control:
|
|
2966
|
-
bubbles: !
|
|
2729
|
+
}), y && /* @__PURE__ */ c(hr, {
|
|
2730
|
+
control: h,
|
|
2731
|
+
bubbles: !v.current,
|
|
2967
2732
|
name: i,
|
|
2968
|
-
value:
|
|
2733
|
+
value: u,
|
|
2969
2734
|
checked: a,
|
|
2970
2735
|
required: o,
|
|
2971
2736
|
disabled: s,
|
|
2972
|
-
form:
|
|
2737
|
+
form: p,
|
|
2973
2738
|
style: { transform: "translateX(-100%)" }
|
|
2974
2739
|
})]
|
|
2975
2740
|
});
|
|
2976
2741
|
});
|
|
2977
|
-
|
|
2978
|
-
var
|
|
2979
|
-
let { __scopeRadio: n, forceMount: r, ...i } = e, a =
|
|
2980
|
-
return /* @__PURE__ */ (
|
|
2742
|
+
dr.displayName = J;
|
|
2743
|
+
var fr = "RadioIndicator", pr = e.forwardRef((e, t) => {
|
|
2744
|
+
let { __scopeRadio: n, forceMount: r, ...i } = e, a = ur(fr, n);
|
|
2745
|
+
return /* @__PURE__ */ c(ir, {
|
|
2981
2746
|
present: r || a.checked,
|
|
2982
|
-
children: /* @__PURE__ */ (
|
|
2983
|
-
"data-state":
|
|
2747
|
+
children: /* @__PURE__ */ c(B.span, {
|
|
2748
|
+
"data-state": gr(a.checked),
|
|
2984
2749
|
"data-disabled": a.disabled ? "" : void 0,
|
|
2985
2750
|
...i,
|
|
2986
2751
|
ref: t
|
|
2987
2752
|
})
|
|
2988
2753
|
});
|
|
2989
2754
|
});
|
|
2990
|
-
|
|
2991
|
-
var
|
|
2992
|
-
let s = e.useRef(null),
|
|
2755
|
+
pr.displayName = fr;
|
|
2756
|
+
var mr = "RadioBubbleInput", hr = e.forwardRef(({ __scopeRadio: t, control: n, checked: r, bubbles: i = !0, ...a }, o) => {
|
|
2757
|
+
let s = e.useRef(null), l = f(s, o), u = nr(r), d = tr(n);
|
|
2993
2758
|
return e.useEffect(() => {
|
|
2994
2759
|
let e = s.current;
|
|
2995
2760
|
if (!e) return;
|
|
2996
2761
|
let t = window.HTMLInputElement.prototype, n = Object.getOwnPropertyDescriptor(t, "checked").set;
|
|
2997
|
-
if (
|
|
2762
|
+
if (u !== r && n) {
|
|
2998
2763
|
let t = new Event("click", { bubbles: i });
|
|
2999
2764
|
n.call(e, r), e.dispatchEvent(t);
|
|
3000
2765
|
}
|
|
3001
2766
|
}, [
|
|
3002
|
-
|
|
2767
|
+
u,
|
|
3003
2768
|
r,
|
|
3004
2769
|
i
|
|
3005
|
-
]), /* @__PURE__ */ (
|
|
2770
|
+
]), /* @__PURE__ */ c(B.input, {
|
|
3006
2771
|
type: "radio",
|
|
3007
2772
|
"aria-hidden": !0,
|
|
3008
2773
|
defaultChecked: r,
|
|
3009
2774
|
...a,
|
|
3010
2775
|
tabIndex: -1,
|
|
3011
|
-
ref:
|
|
2776
|
+
ref: l,
|
|
3012
2777
|
style: {
|
|
3013
2778
|
...a.style,
|
|
3014
|
-
...
|
|
2779
|
+
...d,
|
|
3015
2780
|
position: "absolute",
|
|
3016
2781
|
pointerEvents: "none",
|
|
3017
2782
|
opacity: 0,
|
|
@@ -3019,193 +2784,193 @@ var fr = "RadioBubbleInput", pr = e.forwardRef(({ __scopeRadio: t, control: n, c
|
|
|
3019
2784
|
}
|
|
3020
2785
|
});
|
|
3021
2786
|
});
|
|
3022
|
-
|
|
3023
|
-
function
|
|
2787
|
+
hr.displayName = mr;
|
|
2788
|
+
function gr(e) {
|
|
3024
2789
|
return e ? "checked" : "unchecked";
|
|
3025
2790
|
}
|
|
3026
|
-
var
|
|
2791
|
+
var _r = [
|
|
3027
2792
|
"ArrowUp",
|
|
3028
2793
|
"ArrowDown",
|
|
3029
2794
|
"ArrowLeft",
|
|
3030
2795
|
"ArrowRight"
|
|
3031
|
-
],
|
|
3032
|
-
let { __scopeRadioGroup: n, name: r, defaultValue: i, value: a, required: o = !1, disabled: s = !1, orientation:
|
|
2796
|
+
], Y = "RadioGroup", [vr, yr] = z(Y, [Vn, cr]), br = Vn(), xr = cr(), [Sr, Cr] = vr(Y), wr = e.forwardRef((e, t) => {
|
|
2797
|
+
let { __scopeRadioGroup: n, name: r, defaultValue: i, value: a, required: o = !1, disabled: s = !1, orientation: l, dir: u, loop: d = !0, onValueChange: f, ...p } = e, m = br(n), h = In(u), [g, _] = U({
|
|
3033
2798
|
prop: a,
|
|
3034
2799
|
defaultProp: i ?? null,
|
|
3035
|
-
onChange:
|
|
3036
|
-
caller:
|
|
2800
|
+
onChange: f,
|
|
2801
|
+
caller: Y
|
|
3037
2802
|
});
|
|
3038
|
-
return /* @__PURE__ */ (
|
|
2803
|
+
return /* @__PURE__ */ c(Sr, {
|
|
3039
2804
|
scope: n,
|
|
3040
2805
|
name: r,
|
|
3041
2806
|
required: o,
|
|
3042
2807
|
disabled: s,
|
|
3043
2808
|
value: g,
|
|
3044
2809
|
onValueChange: _,
|
|
3045
|
-
children: /* @__PURE__ */ (
|
|
2810
|
+
children: /* @__PURE__ */ c($n, {
|
|
3046
2811
|
asChild: !0,
|
|
3047
|
-
...
|
|
3048
|
-
orientation:
|
|
2812
|
+
...m,
|
|
2813
|
+
orientation: l,
|
|
3049
2814
|
dir: h,
|
|
3050
|
-
loop:
|
|
3051
|
-
children: /* @__PURE__ */ (
|
|
2815
|
+
loop: d,
|
|
2816
|
+
children: /* @__PURE__ */ c(B.div, {
|
|
3052
2817
|
role: "radiogroup",
|
|
3053
2818
|
"aria-required": o,
|
|
3054
|
-
"aria-orientation":
|
|
2819
|
+
"aria-orientation": l,
|
|
3055
2820
|
"data-disabled": s ? "" : void 0,
|
|
3056
2821
|
dir: h,
|
|
3057
|
-
...
|
|
2822
|
+
...p,
|
|
3058
2823
|
ref: t
|
|
3059
2824
|
})
|
|
3060
2825
|
})
|
|
3061
2826
|
});
|
|
3062
2827
|
});
|
|
3063
|
-
|
|
3064
|
-
var
|
|
3065
|
-
let { __scopeRadioGroup: r, disabled: i, ...a } = t, o =
|
|
2828
|
+
wr.displayName = Y;
|
|
2829
|
+
var Tr = "RadioGroupItem", Er = e.forwardRef((t, n) => {
|
|
2830
|
+
let { __scopeRadioGroup: r, disabled: i, ...a } = t, o = Cr(Tr, r), s = o.disabled || i, l = br(r), u = xr(r), d = e.useRef(null), p = f(n, d), m = o.value === a.value, h = e.useRef(!1);
|
|
3066
2831
|
return e.useEffect(() => {
|
|
3067
2832
|
let e = (e) => {
|
|
3068
|
-
|
|
2833
|
+
_r.includes(e.key) && (h.current = !0);
|
|
3069
2834
|
}, t = () => h.current = !1;
|
|
3070
2835
|
return document.addEventListener("keydown", e), document.addEventListener("keyup", t), () => {
|
|
3071
2836
|
document.removeEventListener("keydown", e), document.removeEventListener("keyup", t);
|
|
3072
2837
|
};
|
|
3073
|
-
}, []), /* @__PURE__ */ (
|
|
2838
|
+
}, []), /* @__PURE__ */ c(er, {
|
|
3074
2839
|
asChild: !0,
|
|
3075
|
-
...
|
|
2840
|
+
...l,
|
|
3076
2841
|
focusable: !s,
|
|
3077
|
-
active:
|
|
3078
|
-
children: /* @__PURE__ */ (
|
|
2842
|
+
active: m,
|
|
2843
|
+
children: /* @__PURE__ */ c(dr, {
|
|
3079
2844
|
disabled: s,
|
|
3080
2845
|
required: o.required,
|
|
3081
|
-
checked:
|
|
3082
|
-
...
|
|
2846
|
+
checked: m,
|
|
2847
|
+
...u,
|
|
3083
2848
|
...a,
|
|
3084
2849
|
name: o.name,
|
|
3085
|
-
ref:
|
|
2850
|
+
ref: p,
|
|
3086
2851
|
onCheck: () => o.onValueChange(a.value),
|
|
3087
|
-
onKeyDown:
|
|
2852
|
+
onKeyDown: R((e) => {
|
|
3088
2853
|
e.key === "Enter" && e.preventDefault();
|
|
3089
2854
|
}),
|
|
3090
|
-
onFocus:
|
|
3091
|
-
h.current &&
|
|
2855
|
+
onFocus: R(a.onFocus, () => {
|
|
2856
|
+
h.current && d.current?.click();
|
|
3092
2857
|
})
|
|
3093
2858
|
})
|
|
3094
2859
|
});
|
|
3095
2860
|
});
|
|
3096
|
-
|
|
3097
|
-
var
|
|
2861
|
+
Er.displayName = Tr;
|
|
2862
|
+
var Dr = "RadioGroupIndicator", Or = e.forwardRef((e, t) => {
|
|
3098
2863
|
let { __scopeRadioGroup: n, ...r } = e;
|
|
3099
|
-
return /* @__PURE__ */ (
|
|
3100
|
-
...
|
|
2864
|
+
return /* @__PURE__ */ c(pr, {
|
|
2865
|
+
...xr(n),
|
|
3101
2866
|
...r,
|
|
3102
2867
|
ref: t
|
|
3103
2868
|
});
|
|
3104
2869
|
});
|
|
3105
|
-
|
|
3106
|
-
var
|
|
3107
|
-
let { onChange: n, className: r, orientation: i = "vertical", ...a } = e
|
|
3108
|
-
return /* @__PURE__ */ (
|
|
3109
|
-
className:
|
|
2870
|
+
Or.displayName = Dr;
|
|
2871
|
+
var kr = wr, Ar = Er, jr = Or, Mr = "yw7zqz0", Nr = "yw7zqz2", Pr = "yw7zqz3", Fr = "yw7zqz4", X = n((e, t) => {
|
|
2872
|
+
let { onChange: n, className: r, orientation: i = "vertical", ...a } = e;
|
|
2873
|
+
return /* @__PURE__ */ c(kr, {
|
|
2874
|
+
className: k(Mr, i === "horizontal" && "yw7zqz1", r),
|
|
3110
2875
|
"data-orientation": i,
|
|
3111
2876
|
onValueChange: n,
|
|
3112
2877
|
ref: t,
|
|
3113
2878
|
...a
|
|
3114
2879
|
});
|
|
3115
2880
|
});
|
|
3116
|
-
|
|
3117
|
-
var
|
|
2881
|
+
X.displayName = "@xmart/RadioGroup.Root";
|
|
2882
|
+
var Z = n((e, t) => {
|
|
3118
2883
|
let { asChild: n, children: r, className: i, ...a } = e;
|
|
3119
|
-
return /* @__PURE__ */ (
|
|
3120
|
-
className:
|
|
2884
|
+
return /* @__PURE__ */ l(n ? v : Ar, {
|
|
2885
|
+
className: k(Nr, i),
|
|
3121
2886
|
ref: t,
|
|
3122
2887
|
...a,
|
|
3123
|
-
children: [/* @__PURE__ */ (
|
|
3124
|
-
className:
|
|
3125
|
-
children: /* @__PURE__ */ (
|
|
3126
|
-
}), r && /* @__PURE__ */ (
|
|
2888
|
+
children: [/* @__PURE__ */ c("div", {
|
|
2889
|
+
className: Pr,
|
|
2890
|
+
children: /* @__PURE__ */ c(jr, { className: Fr })
|
|
2891
|
+
}), r && /* @__PURE__ */ c(S, { children: /* @__PURE__ */ c("div", {
|
|
3127
2892
|
className: "yw7zqz5",
|
|
3128
2893
|
children: r
|
|
3129
2894
|
}) })]
|
|
3130
2895
|
});
|
|
3131
2896
|
});
|
|
3132
|
-
|
|
2897
|
+
Z.displayName = "@xmart/RadioGroup.Item";
|
|
3133
2898
|
var Ir = {
|
|
3134
|
-
Root:
|
|
3135
|
-
Item:
|
|
3136
|
-
},
|
|
3137
|
-
let { __scopeSwitch: r, name: i, checked: a, defaultChecked: o, required: s, disabled:
|
|
2899
|
+
Root: X,
|
|
2900
|
+
Item: Z
|
|
2901
|
+
}, Q = "Switch", [Lr, Rr] = z(Q), [zr, Br] = Lr(Q), Vr = e.forwardRef((t, n) => {
|
|
2902
|
+
let { __scopeSwitch: r, name: i, checked: a, defaultChecked: o, required: s, disabled: u, value: d = "on", onCheckedChange: p, form: m, ...h } = t, [g, _] = e.useState(null), v = f(n, (e) => _(e)), y = e.useRef(!1), b = g ? m || !!g.closest("form") : !0, [x, S] = U({
|
|
3138
2903
|
prop: a,
|
|
3139
2904
|
defaultProp: o ?? !1,
|
|
3140
|
-
onChange:
|
|
3141
|
-
caller:
|
|
2905
|
+
onChange: p,
|
|
2906
|
+
caller: Q
|
|
3142
2907
|
});
|
|
3143
|
-
return /* @__PURE__ */ (
|
|
2908
|
+
return /* @__PURE__ */ l(zr, {
|
|
3144
2909
|
scope: r,
|
|
3145
|
-
checked:
|
|
3146
|
-
disabled:
|
|
3147
|
-
children: [/* @__PURE__ */ (
|
|
2910
|
+
checked: x,
|
|
2911
|
+
disabled: u,
|
|
2912
|
+
children: [/* @__PURE__ */ c(B.button, {
|
|
3148
2913
|
type: "button",
|
|
3149
2914
|
role: "switch",
|
|
3150
|
-
"aria-checked":
|
|
2915
|
+
"aria-checked": x,
|
|
3151
2916
|
"aria-required": s,
|
|
3152
|
-
"data-state":
|
|
3153
|
-
"data-disabled":
|
|
3154
|
-
disabled:
|
|
3155
|
-
value:
|
|
3156
|
-
...
|
|
3157
|
-
ref:
|
|
3158
|
-
onClick:
|
|
3159
|
-
|
|
2917
|
+
"data-state": Gr(x),
|
|
2918
|
+
"data-disabled": u ? "" : void 0,
|
|
2919
|
+
disabled: u,
|
|
2920
|
+
value: d,
|
|
2921
|
+
...h,
|
|
2922
|
+
ref: v,
|
|
2923
|
+
onClick: R(t.onClick, (e) => {
|
|
2924
|
+
S((e) => !e), b && (y.current = e.isPropagationStopped(), y.current || e.stopPropagation());
|
|
3160
2925
|
})
|
|
3161
|
-
}),
|
|
3162
|
-
control:
|
|
3163
|
-
bubbles: !
|
|
2926
|
+
}), b && /* @__PURE__ */ c($, {
|
|
2927
|
+
control: g,
|
|
2928
|
+
bubbles: !y.current,
|
|
3164
2929
|
name: i,
|
|
3165
|
-
value:
|
|
3166
|
-
checked:
|
|
2930
|
+
value: d,
|
|
2931
|
+
checked: x,
|
|
3167
2932
|
required: s,
|
|
3168
|
-
disabled:
|
|
3169
|
-
form:
|
|
2933
|
+
disabled: u,
|
|
2934
|
+
form: m,
|
|
3170
2935
|
style: { transform: "translateX(-100%)" }
|
|
3171
2936
|
})]
|
|
3172
2937
|
});
|
|
3173
2938
|
});
|
|
3174
|
-
Vr.displayName =
|
|
2939
|
+
Vr.displayName = Q;
|
|
3175
2940
|
var Hr = "SwitchThumb", Ur = e.forwardRef((e, t) => {
|
|
3176
2941
|
let { __scopeSwitch: n, ...r } = e, i = Br(Hr, n);
|
|
3177
|
-
return /* @__PURE__ */ (
|
|
3178
|
-
"data-state":
|
|
2942
|
+
return /* @__PURE__ */ c(B.span, {
|
|
2943
|
+
"data-state": Gr(i.checked),
|
|
3179
2944
|
"data-disabled": i.disabled ? "" : void 0,
|
|
3180
2945
|
...r,
|
|
3181
2946
|
ref: t
|
|
3182
2947
|
});
|
|
3183
2948
|
});
|
|
3184
2949
|
Ur.displayName = Hr;
|
|
3185
|
-
var Wr = "SwitchBubbleInput",
|
|
3186
|
-
let s = e.useRef(null),
|
|
2950
|
+
var Wr = "SwitchBubbleInput", $ = e.forwardRef(({ __scopeSwitch: t, control: n, checked: r, bubbles: i = !0, ...a }, o) => {
|
|
2951
|
+
let s = e.useRef(null), l = f(s, o), u = nr(r), d = tr(n);
|
|
3187
2952
|
return e.useEffect(() => {
|
|
3188
2953
|
let e = s.current;
|
|
3189
2954
|
if (!e) return;
|
|
3190
2955
|
let t = window.HTMLInputElement.prototype, n = Object.getOwnPropertyDescriptor(t, "checked").set;
|
|
3191
|
-
if (
|
|
2956
|
+
if (u !== r && n) {
|
|
3192
2957
|
let t = new Event("click", { bubbles: i });
|
|
3193
2958
|
n.call(e, r), e.dispatchEvent(t);
|
|
3194
2959
|
}
|
|
3195
2960
|
}, [
|
|
3196
|
-
|
|
2961
|
+
u,
|
|
3197
2962
|
r,
|
|
3198
2963
|
i
|
|
3199
|
-
]), /* @__PURE__ */ (
|
|
2964
|
+
]), /* @__PURE__ */ c("input", {
|
|
3200
2965
|
type: "checkbox",
|
|
3201
2966
|
"aria-hidden": !0,
|
|
3202
2967
|
defaultChecked: r,
|
|
3203
2968
|
...a,
|
|
3204
2969
|
tabIndex: -1,
|
|
3205
|
-
ref:
|
|
2970
|
+
ref: l,
|
|
3206
2971
|
style: {
|
|
3207
2972
|
...a.style,
|
|
3208
|
-
...
|
|
2973
|
+
...d,
|
|
3209
2974
|
position: "absolute",
|
|
3210
2975
|
pointerEvents: "none",
|
|
3211
2976
|
opacity: 0,
|
|
@@ -3213,31 +2978,31 @@ var Wr = "SwitchBubbleInput", Gr = e.forwardRef(({ __scopeSwitch: t, control: n,
|
|
|
3213
2978
|
}
|
|
3214
2979
|
});
|
|
3215
2980
|
});
|
|
3216
|
-
|
|
3217
|
-
function
|
|
2981
|
+
$.displayName = Wr;
|
|
2982
|
+
function Gr(e) {
|
|
3218
2983
|
return e ? "checked" : "unchecked";
|
|
3219
2984
|
}
|
|
3220
|
-
var
|
|
3221
|
-
let { onLabel: n, offLabel: r, disabled: i, checked: a, defaultChecked: o, onCheckedChange: s, className:
|
|
3222
|
-
return /* @__PURE__ */ (
|
|
2985
|
+
var Kr = Vr, qr = Ur, Jr = "r4f54b5", Yr = "r4f54b6", Xr = "r4f54b7", Zr = "r4f54b8", Qr = n((e, t) => {
|
|
2986
|
+
let { onLabel: n, offLabel: r, disabled: i, checked: a, defaultChecked: o, onCheckedChange: s, className: u, ...d } = e;
|
|
2987
|
+
return /* @__PURE__ */ c(Kr, {
|
|
3223
2988
|
checked: a,
|
|
3224
|
-
className:
|
|
2989
|
+
className: k(Jr, u),
|
|
3225
2990
|
defaultChecked: o,
|
|
3226
2991
|
disabled: i,
|
|
3227
2992
|
onCheckedChange: s,
|
|
3228
2993
|
ref: t,
|
|
3229
|
-
...
|
|
3230
|
-
children: /* @__PURE__ */ (
|
|
3231
|
-
className:
|
|
2994
|
+
...d,
|
|
2995
|
+
children: /* @__PURE__ */ l("span", {
|
|
2996
|
+
className: Yr,
|
|
3232
2997
|
children: [
|
|
3233
|
-
/* @__PURE__ */ (
|
|
3234
|
-
/* @__PURE__ */ (
|
|
3235
|
-
className:
|
|
2998
|
+
/* @__PURE__ */ c(qr, { className: Xr }),
|
|
2999
|
+
/* @__PURE__ */ c("span", {
|
|
3000
|
+
className: Zr,
|
|
3236
3001
|
"data-on-label": "",
|
|
3237
3002
|
children: n
|
|
3238
3003
|
}),
|
|
3239
|
-
/* @__PURE__ */ (
|
|
3240
|
-
className:
|
|
3004
|
+
/* @__PURE__ */ c("span", {
|
|
3005
|
+
className: Zr,
|
|
3241
3006
|
"data-off-label": "",
|
|
3242
3007
|
children: r
|
|
3243
3008
|
})
|
|
@@ -3245,8 +3010,8 @@ var qr = Vr, Jr = Ur, Yr = "r4f54b5", Xr = "r4f54b6", Zr = "r4f54b7", Qr = "r4f5
|
|
|
3245
3010
|
})
|
|
3246
3011
|
});
|
|
3247
3012
|
});
|
|
3248
|
-
|
|
3249
|
-
var
|
|
3013
|
+
Qr.displayName = "@xmart/Switch";
|
|
3014
|
+
var $r = {
|
|
3250
3015
|
colors: {
|
|
3251
3016
|
white: "var(--xoui-color-white)",
|
|
3252
3017
|
black: "var(--xoui-color-black)",
|
|
@@ -3345,7 +3110,7 @@ var ei = {
|
|
|
3345
3110
|
toast: "var(--xoui-z-index-toast)",
|
|
3346
3111
|
tooltip: "var(--xoui-z-index-tooltip)"
|
|
3347
3112
|
}
|
|
3348
|
-
},
|
|
3113
|
+
}, ei = { colors: {
|
|
3349
3114
|
brand: {
|
|
3350
3115
|
primary: "var(--xoui-color-brand-primary)",
|
|
3351
3116
|
primaryHover: "var(--xoui-color-brand-primary-hover)",
|
|
@@ -3402,4 +3167,4 @@ var ei = {
|
|
|
3402
3167
|
}
|
|
3403
3168
|
} };
|
|
3404
3169
|
//#endregion
|
|
3405
|
-
export {
|
|
3170
|
+
export { ue as Button, N as IconButton, L as Input, Ir as RadioGroup, Z as RadioGroupItem, X as RadioGroupRoot, M as Spinner, Qr as Switch, $r as primitive, ei as semantic };
|