xmlui 0.9.56 → 0.9.57
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/lib/{apiInterceptorWorker-CDFLYTIQ.mjs → apiInterceptorWorker-B1gPLO_w.mjs} +1 -1
- package/dist/lib/{index-DRdbVRNd.mjs → index-CT_r2BBM.mjs} +19 -25
- package/dist/lib/xmlui.mjs +1 -1
- package/dist/metadata/{apiInterceptorWorker-CL7I-FJl.mjs → apiInterceptorWorker-aMnSPA-u.mjs} +1 -1
- package/dist/metadata/{collectedComponentMetadata-J8g24vFO.mjs → collectedComponentMetadata-C0kcXW_l.mjs} +19 -25
- package/dist/metadata/xmlui-metadata.mjs +1 -1
- package/dist/metadata/xmlui-metadata.umd.js +7 -7
- package/dist/scripts/package.json +1 -1
- package/dist/scripts/src/components/AppHeader/AppHeader.js +1 -1
- package/dist/scripts/src/components/FileInput/FileInput.js +1 -1
- package/dist/scripts/src/components/Form/Form.js +1 -1
- package/dist/scripts/src/components/FormItem/FormItem.js +1 -1
- package/dist/scripts/src/components/Icon/Icon.js +1 -1
- package/dist/scripts/src/components/List/List.js +1 -1
- package/dist/scripts/src/components/Logo/Logo.js +1 -1
- package/dist/scripts/src/components/NavPanel/NavPanelNative.js +3 -3
- package/dist/scripts/src/components/NumberBox/NumberBox.js +1 -1
- package/dist/scripts/src/components/Select/Select.js +1 -1
- package/dist/scripts/src/components/Slider/Slider.js +1 -1
- package/dist/scripts/src/components/StickyBox/StickyBox.js +1 -1
- package/dist/scripts/src/components/TextArea/TextArea.js +1 -1
- package/dist/scripts/src/components/TextBox/TextBox.js +1 -1
- package/dist/scripts/src/components/ToneChangerButton/ToneChangerButton.js +1 -1
- package/dist/standalone/xmlui-standalone.umd.js +15 -15
- package/package.json +1 -1
|
@@ -7,7 +7,7 @@ var P = (e, a, o) => Qo(e, typeof a != "symbol" ? a + "" : a, o), fa = (e, a, o)
|
|
|
7
7
|
var ge = (e, a, o) => (fa(e, a, "read from private field"), o ? o.call(e) : a.get(e)), Me = (e, a, o) => a.has(e) ? Ga("Cannot add the same private member more than once") : a instanceof WeakSet ? a.add(e) : a.set(e, o), ba = (e, a, o, t) => (fa(e, a, "write to private field"), t ? t.call(e, o) : a.set(e, o), o), ze = (e, a, o) => (fa(e, a, "access private method"), o);
|
|
8
8
|
import { delay as Zo, HttpResponse as Be, http as et } from "msw";
|
|
9
9
|
import { isArray as lo, isObject as mo, mapValues as at } from "lodash-es";
|
|
10
|
-
import { r as ot, g as tt, d as it, m as st, a as nt, o as ya, T as rt } from "./index-
|
|
10
|
+
import { r as ot, g as tt, d as it, m as st, a as nt, o as ya, T as rt } from "./index-CT_r2BBM.mjs";
|
|
11
11
|
import Ha from "dexie";
|
|
12
12
|
var ut = /(%?)(%([sdijo]))/g;
|
|
13
13
|
function ct(e, a) {
|
|
@@ -1504,7 +1504,7 @@ const Tk = `'{"textColor-FormItemLabel": "var(--xmlui-textColor-FormItemLabel)",
|
|
|
1504
1504
|
{ value: "vertical", description: "Can only resize vertically" },
|
|
1505
1505
|
{ value: "both", description: "Can resize in both dimensions" }
|
|
1506
1506
|
], Fg = {
|
|
1507
|
-
status: "
|
|
1507
|
+
status: "stable",
|
|
1508
1508
|
description: `\`${Gr}\` is a component that provides a multiline text input area.`,
|
|
1509
1509
|
props: {
|
|
1510
1510
|
enterSubmits: {
|
|
@@ -3549,19 +3549,12 @@ function P5({
|
|
|
3549
3549
|
style: o
|
|
3550
3550
|
}) {
|
|
3551
3551
|
const n = ee(null);
|
|
3552
|
-
return /* @__PURE__ */ d(Ou.Provider, { value: W5, children: /* @__PURE__ */ d("div", { ref: n, className: J(yo.wrapper, r), children: /* @__PURE__ */ F(Io.Provider, { value: n, children: [
|
|
3552
|
+
return /* @__PURE__ */ d(Ou.Provider, { value: W5, children: /* @__PURE__ */ d("div", { ref: n, className: J(yo.wrapper, r), style: o, children: /* @__PURE__ */ F(Io.Provider, { value: n, children: [
|
|
3553
3553
|
/* @__PURE__ */ d("div", { className: J(yo.logoWrapper, yo.inDrawer), children: e || /* @__PURE__ */ d(qs, {}) }),
|
|
3554
3554
|
/* @__PURE__ */ d("div", { className: yo.wrapperInner, style: o, children: t })
|
|
3555
3555
|
] }) }) });
|
|
3556
3556
|
}
|
|
3557
|
-
const D5 = xe(function({
|
|
3558
|
-
children: t,
|
|
3559
|
-
style: r,
|
|
3560
|
-
logoContent: o,
|
|
3561
|
-
className: n,
|
|
3562
|
-
inDrawer: a = Qg.inDrawer,
|
|
3563
|
-
renderChild: i
|
|
3564
|
-
}, l) {
|
|
3557
|
+
const D5 = xe(function({ children: t, style: r, logoContent: o, className: n, inDrawer: a = Qg.inDrawer, renderChild: i }, l) {
|
|
3565
3558
|
var f, v;
|
|
3566
3559
|
const c = ee(null), s = l ? hr(c, l) : c, u = hi(), m = Jg(u == null ? void 0 : u.layout) === "horizontal", h = (u == null ? void 0 : u.layout) === "vertical" || (u == null ? void 0 : u.layout) === "vertical-sticky", p = (f = u == null ? void 0 : u.layout) == null ? void 0 : f.startsWith("condensed"), b = (v = u == null ? void 0 : u.layout) == null ? void 0 : v.startsWith("vertical"), g = o || i(u == null ? void 0 : u.logoContentDef);
|
|
3567
3560
|
return a ? /* @__PURE__ */ d(P5, { style: r, logoContent: g, className: n, children: t }) : /* @__PURE__ */ d(
|
|
@@ -3573,6 +3566,7 @@ const D5 = xe(function({
|
|
|
3573
3566
|
[yo.vertical]: b,
|
|
3574
3567
|
[yo.condensed]: p
|
|
3575
3568
|
}),
|
|
3569
|
+
style: r,
|
|
3576
3570
|
children: /* @__PURE__ */ F(Io.Provider, { value: c, children: [
|
|
3577
3571
|
h && /* @__PURE__ */ d("div", { className: J(yo.logoWrapper), children: g || /* @__PURE__ */ d(qs, {}) }),
|
|
3578
3572
|
/* @__PURE__ */ d("div", { className: yo.wrapperInner, style: r, children: t })
|
|
@@ -8496,7 +8490,7 @@ function Q6({ children: e, uid: t, layout: r, to: o = Xf.to }) {
|
|
|
8496
8490
|
] });
|
|
8497
8491
|
}
|
|
8498
8492
|
const ld = "StickyBox", Yf = {
|
|
8499
|
-
status: "
|
|
8493
|
+
status: "stable",
|
|
8500
8494
|
description: `The \`${ld}\` is a component that "sticks" or remains fixed at the top or bottom position on the screen as the user scrolls.`,
|
|
8501
8495
|
props: {
|
|
8502
8496
|
to: {
|
|
@@ -9427,7 +9421,7 @@ const Er = "ModalDialog", pv = {
|
|
|
9427
9421
|
}
|
|
9428
9422
|
)
|
|
9429
9423
|
), pd = "Icon", fv = {
|
|
9430
|
-
status: "
|
|
9424
|
+
status: "stable",
|
|
9431
9425
|
description: "This component is the representation of an icon.",
|
|
9432
9426
|
props: {
|
|
9433
9427
|
name: y(
|
|
@@ -10610,7 +10604,7 @@ function cI({
|
|
|
10610
10604
|
);
|
|
10611
10605
|
}
|
|
10612
10606
|
const Kn = "List", Vv = {
|
|
10613
|
-
status: "
|
|
10607
|
+
status: "stable",
|
|
10614
10608
|
description: `The \`${Kn}\` component is a robust layout container that renders associated data items as a list of components. \`${Kn}\` is virtualized; it renders only items that are visible in the viewport.`,
|
|
10615
10609
|
props: {
|
|
10616
10610
|
data: y(
|
|
@@ -15551,7 +15545,7 @@ function o7({
|
|
|
15551
15545
|
const xn = "FormItem", yl = xI.filter(
|
|
15552
15546
|
(e) => e !== "none"
|
|
15553
15547
|
), kx = {
|
|
15554
|
-
status: "
|
|
15548
|
+
status: "stable",
|
|
15555
15549
|
description: `A \`${xn}\` component represents a single input element within a \`Form\`. The value within the \`${xn}\` may be associated with a particular property within the encapsulating \`Form\` component's data.`,
|
|
15556
15550
|
props: {
|
|
15557
15551
|
bindTo: {
|
|
@@ -15807,7 +15801,7 @@ const xn = "FormItem", yl = xI.filter(
|
|
|
15807
15801
|
);
|
|
15808
15802
|
}
|
|
15809
15803
|
), yn = "TextBox", Uu = {
|
|
15810
|
-
status: "
|
|
15804
|
+
status: "stable",
|
|
15811
15805
|
description: `The \`${yn}\` is an input component that allows users to input and edit textual data.`,
|
|
15812
15806
|
props: {
|
|
15813
15807
|
placeholder: Pn(),
|
|
@@ -16350,7 +16344,7 @@ const _x = "RealTimeAdapter", Ix = {
|
|
|
16350
16344
|
}
|
|
16351
16345
|
)
|
|
16352
16346
|
), Bx = "Form", Lx = {
|
|
16353
|
-
status: "
|
|
16347
|
+
status: "stable",
|
|
16354
16348
|
description: `A \`${Bx}\` is a fundamental component that displays user interfaces that allow users to input (or change) data and submit it to the app (a server) for further processing.`,
|
|
16355
16349
|
props: {
|
|
16356
16350
|
buttonRowTemplate: et(
|
|
@@ -16504,7 +16498,7 @@ const _x = "RealTimeAdapter", Ix = {
|
|
|
16504
16498
|
);
|
|
16505
16499
|
}
|
|
16506
16500
|
), Zr = "NumberBox", Ax = {
|
|
16507
|
-
status: "
|
|
16501
|
+
status: "stable",
|
|
16508
16502
|
description: `A \`${Zr}\` component allows users to input numeric values: either integer or floating point numbers. It also accepts empty values, where the stored value will be of type \`null\`.`,
|
|
16509
16503
|
props: {
|
|
16510
16504
|
placeholder: Pn(),
|
|
@@ -17383,7 +17377,7 @@ const Id = "Page", zx = {
|
|
|
17383
17377
|
}
|
|
17384
17378
|
)
|
|
17385
17379
|
), jx = "Logo", qx = {
|
|
17386
|
-
status: "
|
|
17380
|
+
status: "stable",
|
|
17387
17381
|
description: `The \`${jx}\` component represents a logo or a brand symbol. Usually, you use this component in the [\`AppHeader\`](./AppHeader.mdx#logotemplate).`,
|
|
17388
17382
|
props: {
|
|
17389
17383
|
alt: {
|
|
@@ -17491,8 +17485,8 @@ const Id = "Page", zx = {
|
|
|
17491
17485
|
allowArbitraryProps: !0,
|
|
17492
17486
|
opaque: !0
|
|
17493
17487
|
}, G7 = As(q7, U7), Uo = "FileInput", Z7 = "browse:FileInput", Gx = {
|
|
17488
|
+
status: "stable",
|
|
17494
17489
|
description: `The \`${Uo}\` is a user interface component that allows users to select files from their device's file system for upload (or processing its content otherwise).`,
|
|
17495
|
-
status: "experimental",
|
|
17496
17490
|
props: {
|
|
17497
17491
|
placeholder: Pn(),
|
|
17498
17492
|
initialValue: Ir(),
|
|
@@ -18281,7 +18275,7 @@ function Jx({
|
|
|
18281
18275
|
let s;
|
|
18282
18276
|
return (async () => {
|
|
18283
18277
|
if (process.env.VITE_MOCK_ENABLED) {
|
|
18284
|
-
const { createApiInterceptorWorker: u } = await import("./apiInterceptorWorker-
|
|
18278
|
+
const { createApiInterceptorWorker: u } = await import("./apiInterceptorWorker-B1gPLO_w.mjs");
|
|
18285
18279
|
if (e && (s = await u(e, r), l(s), !r)) {
|
|
18286
18280
|
const m = _u(
|
|
18287
18281
|
process.env.VITE_MOCK_WORKER_LOCATION || "mockServiceWorker.js"
|
|
@@ -19282,7 +19276,7 @@ const a0 = "Markdown", i0 = {
|
|
|
19282
19276
|
);
|
|
19283
19277
|
}, nt = "Select", l0 = {
|
|
19284
19278
|
description: "Provides a dropdown with a list of options to choose from.",
|
|
19285
|
-
status: "
|
|
19279
|
+
status: "stable",
|
|
19286
19280
|
props: {
|
|
19287
19281
|
placeholder: {
|
|
19288
19282
|
...Pn(),
|
|
@@ -19697,7 +19691,7 @@ const Ed = "FormSection", s0 = {
|
|
|
19697
19691
|
return /* @__PURE__ */ d(Ve, { children: t(a, r) });
|
|
19698
19692
|
}
|
|
19699
19693
|
), gr = "AppHeader", u0 = {
|
|
19700
|
-
status: "
|
|
19694
|
+
status: "stable",
|
|
19701
19695
|
description: `\`${gr}\` is a placeholder within \`App\` to define a custom application header.`,
|
|
19702
19696
|
props: {
|
|
19703
19697
|
profileMenuTemplate: et(
|
|
@@ -28578,7 +28572,7 @@ const Md = {
|
|
|
28578
28572
|
);
|
|
28579
28573
|
}
|
|
28580
28574
|
), Je = "Slider", g1 = {
|
|
28581
|
-
status: "
|
|
28575
|
+
status: "stable",
|
|
28582
28576
|
description: `The \`${Je}\` component allows you to select a numeric value between a range specified by minimum and maximum values.`,
|
|
28583
28577
|
props: {
|
|
28584
28578
|
initialValue: Ir(),
|
|
@@ -29061,7 +29055,7 @@ const Wt = {
|
|
|
29061
29055
|
lightToDarkIcon: hz,
|
|
29062
29056
|
darkToLightIcon: bz
|
|
29063
29057
|
}, C1 = {
|
|
29064
|
-
status: "
|
|
29058
|
+
status: "stable",
|
|
29065
29059
|
description: `The \`${Dl}\` component is a component that allows the user to change the tone of the app.`,
|
|
29066
29060
|
props: {
|
|
29067
29061
|
lightToDarkIcon: {
|
|
@@ -33105,7 +33099,7 @@ function BM({ children: e }) {
|
|
|
33105
33099
|
/* @__PURE__ */ d("svg", { style: { display: "none" }, ref: i })
|
|
33106
33100
|
] });
|
|
33107
33101
|
}
|
|
33108
|
-
const LM = "0.9.
|
|
33102
|
+
const LM = "0.9.57", OM = {
|
|
33109
33103
|
capitalize: mT,
|
|
33110
33104
|
pluralize: Lw,
|
|
33111
33105
|
defaultTo: uT,
|
package/dist/lib/xmlui.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { y as e, A as t, B as o, E as r, I as n, L as p, H as u, N as i, z as l, i as C, h as d, S as m, b as x, k as T, l as c, D as S, F as A, G as g, V as h, C as v, c as B, e as I, f as L, w as b, j as k, p as y, s as E, t as M, K as V, n as f, q as H, M as N, v as R, J as D, u as U, x as X } from "./index-
|
|
1
|
+
import { y as e, A as t, B as o, E as r, I as n, L as p, H as u, N as i, z as l, i as C, h as d, S as m, b as x, k as T, l as c, D as S, F as A, G as g, V as h, C as v, c as B, e as I, f as L, w as b, j as k, p as y, s as E, t as M, K as V, n as f, q as H, M as N, v as R, J as D, u as U, x as X } from "./index-CT_r2BBM.mjs";
|
|
2
2
|
import { X as q } from "./xmlui-serializer-EDw51UFN.mjs";
|
|
3
3
|
export {
|
|
4
4
|
e as ApiInterceptorProvider,
|
package/dist/metadata/{apiInterceptorWorker-CL7I-FJl.mjs → apiInterceptorWorker-aMnSPA-u.mjs}
RENAMED
|
@@ -7,7 +7,7 @@ var F = (e, a, o) => Go(e, typeof a != "symbol" ? a + "" : a, o), ka = (e, a, o)
|
|
|
7
7
|
var ge = (e, a, o) => (ka(e, a, "read from private field"), o ? o.call(e) : a.get(e)), _e = (e, a, o) => a.has(e) ? Wa("Cannot add the same private member more than once") : a instanceof WeakSet ? a.add(e) : a.set(e, o), fa = (e, a, o, t) => (ka(e, a, "write to private field"), t ? t.call(e, o) : a.set(e, o), o), ze = (e, a, o) => (ka(e, a, "access private method"), o);
|
|
8
8
|
import { delay as Ho, HttpResponse as Be, http as Vo } from "msw";
|
|
9
9
|
import { isArray as co, isObject as lo, mapValues as Jo } from "lodash-es";
|
|
10
|
-
import { r as Xo, g as Ko, d as Yo, m as Qo, a as Zo, o as ba, T as et } from "./collectedComponentMetadata-
|
|
10
|
+
import { r as Xo, g as Ko, d as Yo, m as Qo, a as Zo, o as ba, T as et } from "./collectedComponentMetadata-C0kcXW_l.mjs";
|
|
11
11
|
import Ga from "dexie";
|
|
12
12
|
var at = /(%?)(%([sdijo]))/g;
|
|
13
13
|
function ot(e, a) {
|
|
@@ -3053,7 +3053,7 @@ const s3 = `'{"textColor-FormItemLabel": "var(--xmlui-textColor-FormItemLabel)",
|
|
|
3053
3053
|
}
|
|
3054
3054
|
);
|
|
3055
3055
|
}), En = "TextBox", zu = {
|
|
3056
|
-
status: "
|
|
3056
|
+
status: "stable",
|
|
3057
3057
|
description: `The \`${En}\` is an input component that allows users to input and edit textual data.`,
|
|
3058
3058
|
props: {
|
|
3059
3059
|
placeholder: da(),
|
|
@@ -5683,19 +5683,12 @@ function zH({
|
|
|
5683
5683
|
style: o
|
|
5684
5684
|
}) {
|
|
5685
5685
|
const n = ne(null);
|
|
5686
|
-
return /* @__PURE__ */ d(Du.Provider, { value: FH, children: /* @__PURE__ */ d("div", { ref: n, className: oe(Oo.wrapper, r), children: /* @__PURE__ */ Z(Zo.Provider, { value: n, children: [
|
|
5686
|
+
return /* @__PURE__ */ d(Du.Provider, { value: FH, children: /* @__PURE__ */ d("div", { ref: n, className: oe(Oo.wrapper, r), style: o, children: /* @__PURE__ */ Z(Zo.Provider, { value: n, children: [
|
|
5687
5687
|
/* @__PURE__ */ d("div", { className: oe(Oo.logoWrapper, Oo.inDrawer), children: e || /* @__PURE__ */ d(cc, {}) }),
|
|
5688
5688
|
/* @__PURE__ */ d("div", { className: Oo.wrapperInner, style: o, children: t })
|
|
5689
5689
|
] }) }) });
|
|
5690
5690
|
}
|
|
5691
|
-
const WH = Ce(function({
|
|
5692
|
-
children: t,
|
|
5693
|
-
style: r,
|
|
5694
|
-
logoContent: o,
|
|
5695
|
-
className: n,
|
|
5696
|
-
inDrawer: a = Of.inDrawer,
|
|
5697
|
-
renderChild: i
|
|
5698
|
-
}, l) {
|
|
5691
|
+
const WH = Ce(function({ children: t, style: r, logoContent: o, className: n, inDrawer: a = Of.inDrawer, renderChild: i }, l) {
|
|
5699
5692
|
var f, x;
|
|
5700
5693
|
const s = ne(null), c = l ? wr(s, l) : s, u = Fi(), p = Rf(u == null ? void 0 : u.layout) === "horizontal", h = (u == null ? void 0 : u.layout) === "vertical" || (u == null ? void 0 : u.layout) === "vertical-sticky", m = (f = u == null ? void 0 : u.layout) == null ? void 0 : f.startsWith("condensed"), g = (x = u == null ? void 0 : u.layout) == null ? void 0 : x.startsWith("vertical"), b = o || i(u == null ? void 0 : u.logoContentDef);
|
|
5701
5694
|
return a ? /* @__PURE__ */ d(zH, { style: r, logoContent: b, className: n, children: t }) : /* @__PURE__ */ d(
|
|
@@ -5707,6 +5700,7 @@ const WH = Ce(function({
|
|
|
5707
5700
|
[Oo.vertical]: g,
|
|
5708
5701
|
[Oo.condensed]: m
|
|
5709
5702
|
}),
|
|
5703
|
+
style: r,
|
|
5710
5704
|
children: /* @__PURE__ */ Z(Zo.Provider, { value: s, children: [
|
|
5711
5705
|
h && /* @__PURE__ */ d("div", { className: oe(Oo.logoWrapper), children: b || /* @__PURE__ */ d(cc, {}) }),
|
|
5712
5706
|
/* @__PURE__ */ d("div", { className: Oo.wrapperInner, style: r, children: t })
|
|
@@ -6785,7 +6779,7 @@ const Kl = rn(
|
|
|
6785
6779
|
return /* @__PURE__ */ d(We, { children: t(a, r) });
|
|
6786
6780
|
}
|
|
6787
6781
|
), Hr = "AppHeader", Ff = {
|
|
6788
|
-
status: "
|
|
6782
|
+
status: "stable",
|
|
6789
6783
|
description: `\`${Hr}\` is a placeholder within \`App\` to define a custom application header.`,
|
|
6790
6784
|
props: {
|
|
6791
6785
|
profileMenuTemplate: it(
|
|
@@ -8847,8 +8841,8 @@ function Rd(e) {
|
|
|
8847
8841
|
return Array.isArray(e) && e.every(D_);
|
|
8848
8842
|
}
|
|
8849
8843
|
const dn = "FileInput", P_ = "browse:FileInput", u0 = {
|
|
8844
|
+
status: "stable",
|
|
8850
8845
|
description: `The \`${dn}\` is a user interface component that allows users to select files from their device's file system for upload (or processing its content otherwise).`,
|
|
8851
|
-
status: "experimental",
|
|
8852
8846
|
props: {
|
|
8853
8847
|
placeholder: da(),
|
|
8854
8848
|
initialValue: Wr(),
|
|
@@ -10543,7 +10537,7 @@ function gI({
|
|
|
10543
10537
|
);
|
|
10544
10538
|
}
|
|
10545
10539
|
const R0 = "Form", V0 = {
|
|
10546
|
-
status: "
|
|
10540
|
+
status: "stable",
|
|
10547
10541
|
description: `A \`${R0}\` is a fundamental component that displays user interfaces that allow users to input (or change) data and submit it to the app (a server) for further processing.`,
|
|
10548
10542
|
props: {
|
|
10549
10543
|
buttonRowTemplate: it(
|
|
@@ -18496,7 +18490,7 @@ function N8({
|
|
|
18496
18490
|
const zn = "FormItem", Fl = iI.filter(
|
|
18497
18491
|
(e) => e !== "none"
|
|
18498
18492
|
), Bv = {
|
|
18499
|
-
status: "
|
|
18493
|
+
status: "stable",
|
|
18500
18494
|
description: `A \`${zn}\` component represents a single input element within a \`Form\`. The value within the \`${zn}\` may be associated with a particular property within the encapsulating \`Form\` component's data.`,
|
|
18501
18495
|
props: {
|
|
18502
18496
|
bindTo: {
|
|
@@ -19043,7 +19037,7 @@ const z8 = W(
|
|
|
19043
19037
|
Fv,
|
|
19044
19038
|
({ node: e, extractValue: t, renderChild: r }) => /* @__PURE__ */ d(U8, { triggerTemplate: r(t(e.props.triggerTemplate)), children: r(e.children) })
|
|
19045
19039
|
), Gd = "Icon", zv = {
|
|
19046
|
-
status: "
|
|
19040
|
+
status: "stable",
|
|
19047
19041
|
description: "This component is the representation of an icon.",
|
|
19048
19042
|
props: {
|
|
19049
19043
|
name: C(
|
|
@@ -19531,7 +19525,7 @@ function bL({
|
|
|
19531
19525
|
);
|
|
19532
19526
|
}
|
|
19533
19527
|
const xa = "List", Uv = {
|
|
19534
|
-
status: "
|
|
19528
|
+
status: "stable",
|
|
19535
19529
|
description: `The \`${xa}\` component is a robust layout container that renders associated data items as a list of components. \`${xa}\` is virtualized; it renders only items that are visible in the viewport.`,
|
|
19536
19530
|
props: {
|
|
19537
19531
|
data: C(
|
|
@@ -19699,7 +19693,7 @@ const xa = "List", Uv = {
|
|
|
19699
19693
|
);
|
|
19700
19694
|
}
|
|
19701
19695
|
), Gv = "Logo", Zv = {
|
|
19702
|
-
status: "
|
|
19696
|
+
status: "stable",
|
|
19703
19697
|
description: `The \`${Gv}\` component represents a logo or a brand symbol. Usually, you use this component in the [\`AppHeader\`](./AppHeader.mdx#logotemplate).`,
|
|
19704
19698
|
props: {
|
|
19705
19699
|
alt: {
|
|
@@ -20241,7 +20235,7 @@ const ZO = `'{"padding-NestedApp": "var(--xmlui-padding-NestedApp)", "paddingHor
|
|
|
20241
20235
|
{ value: "vertical", description: "Can only resize vertically" },
|
|
20242
20236
|
{ value: "both", description: "Can resize in both dimensions" }
|
|
20243
20237
|
], tx = {
|
|
20244
|
-
status: "
|
|
20238
|
+
status: "stable",
|
|
20245
20239
|
description: `\`${ao}\` is a component that provides a multiline text input area.`,
|
|
20246
20240
|
props: {
|
|
20247
20241
|
enterSubmits: {
|
|
@@ -21787,7 +21781,7 @@ function RA({ children: e, uid: t, layout: r, to: o = vx.to }) {
|
|
|
21787
21781
|
] });
|
|
21788
21782
|
}
|
|
21789
21783
|
const tu = "StickyBox", xx = {
|
|
21790
|
-
status: "
|
|
21784
|
+
status: "stable",
|
|
21791
21785
|
description: `The \`${tu}\` is a component that "sticks" or remains fixed at the top or bottom position on the screen as the user scrolls.`,
|
|
21792
21786
|
props: {
|
|
21793
21787
|
to: {
|
|
@@ -23127,7 +23121,7 @@ const Rx = "RealTimeAdapter", Vx = {
|
|
|
23127
23121
|
}
|
|
23128
23122
|
)
|
|
23129
23123
|
), io = "NumberBox", Fx = {
|
|
23130
|
-
status: "
|
|
23124
|
+
status: "stable",
|
|
23131
23125
|
description: `A \`${io}\` component allows users to input numeric values: either integer or floating point numbers. It also accepts empty values, where the stored value will be of type \`null\`.`,
|
|
23132
23126
|
props: {
|
|
23133
23127
|
placeholder: da(),
|
|
@@ -23686,7 +23680,7 @@ const iu = "Page", Wx = {
|
|
|
23686
23680
|
))
|
|
23687
23681
|
), dt = "Select", Ux = {
|
|
23688
23682
|
description: "Provides a dropdown with a list of options to choose from.",
|
|
23689
|
-
status: "
|
|
23683
|
+
status: "stable",
|
|
23690
23684
|
props: {
|
|
23691
23685
|
placeholder: {
|
|
23692
23686
|
...da(),
|
|
@@ -32381,7 +32375,7 @@ const fu = {
|
|
|
32381
32375
|
);
|
|
32382
32376
|
}
|
|
32383
32377
|
), nt = "Slider", P2 = {
|
|
32384
|
-
status: "
|
|
32378
|
+
status: "stable",
|
|
32385
32379
|
description: `The \`${nt}\` component allows you to select a numeric value between a range specified by minimum and maximum values.`,
|
|
32386
32380
|
props: {
|
|
32387
32381
|
initialValue: Wr(),
|
|
@@ -32864,7 +32858,7 @@ const Zt = {
|
|
|
32864
32858
|
lightToDarkIcon: Uz,
|
|
32865
32859
|
darkToLightIcon: Gz
|
|
32866
32860
|
}, G2 = {
|
|
32867
|
-
status: "
|
|
32861
|
+
status: "stable",
|
|
32868
32862
|
description: `The \`${ss}\` component is a component that allows the user to change the tone of the app.`,
|
|
32869
32863
|
props: {
|
|
32870
32864
|
lightToDarkIcon: {
|
|
@@ -35385,7 +35379,7 @@ function VW({
|
|
|
35385
35379
|
let c;
|
|
35386
35380
|
return (async () => {
|
|
35387
35381
|
if (md.VITE_MOCK_ENABLED) {
|
|
35388
|
-
const { createApiInterceptorWorker: u } = await import("./apiInterceptorWorker-
|
|
35382
|
+
const { createApiInterceptorWorker: u } = await import("./apiInterceptorWorker-aMnSPA-u.mjs");
|
|
35389
35383
|
if (e && (c = await u(e, r), l(c), !r)) {
|
|
35390
35384
|
const p = Xb(
|
|
35391
35385
|
md.VITE_MOCK_WORKER_LOCATION || "mockServiceWorker.js"
|
|
@@ -37043,7 +37037,7 @@ function hj({ children: e }) {
|
|
|
37043
37037
|
/* @__PURE__ */ d("svg", { style: { display: "none" }, ref: i })
|
|
37044
37038
|
] });
|
|
37045
37039
|
}
|
|
37046
|
-
const gj = "0.9.
|
|
37040
|
+
const gj = "0.9.57", bj = {
|
|
37047
37041
|
capitalize: FC,
|
|
37048
37042
|
pluralize: gw,
|
|
37049
37043
|
defaultTo: VC,
|