xmlui 0.9.61 → 0.9.62
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-DBv1IaN7.mjs → apiInterceptorWorker-BXyXjzpe.mjs} +1 -1
- package/dist/lib/{index-C9AUt7Ay.mjs → index-BRbUXnCk.mjs} +13 -9
- package/dist/lib/xmlui.mjs +1 -1
- package/dist/metadata/{apiInterceptorWorker-Bu81HvQB.mjs → apiInterceptorWorker-8ismUE1H.mjs} +1 -1
- package/dist/metadata/{collectedComponentMetadata-Dzn97vOS.mjs → collectedComponentMetadata-xeEJhtEt.mjs} +13 -9
- package/dist/metadata/xmlui-metadata.mjs +1 -1
- package/dist/metadata/xmlui-metadata.umd.js +53 -50
- package/dist/scripts/package.json +1 -1
- package/dist/scripts/src/components/FormSection/FormSection.js +27 -5
- package/dist/scripts/src/components/NestedApp/AppWithCodeViewNative.js +1 -1
- package/dist/standalone/xmlui-standalone.umd.js +95 -92
- 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-BRbUXnCk.mjs";
|
|
11
11
|
import Ha from "dexie";
|
|
12
12
|
var ut = /(%?)(%([sdijo]))/g;
|
|
13
13
|
function ct(e, a) {
|
|
@@ -18642,7 +18642,7 @@ function Ux({
|
|
|
18642
18642
|
let u;
|
|
18643
18643
|
return (async () => {
|
|
18644
18644
|
if (process.env.VITE_MOCK_ENABLED) {
|
|
18645
|
-
const { createApiInterceptorWorker: m } = await import("./apiInterceptorWorker-
|
|
18645
|
+
const { createApiInterceptorWorker: m } = await import("./apiInterceptorWorker-BXyXjzpe.mjs");
|
|
18646
18646
|
if (e && (u = await m(e, r), d(u), !r)) {
|
|
18647
18647
|
const h = Hu(
|
|
18648
18648
|
process.env.VITE_MOCK_WORKER_LOCATION || "mockServiceWorker.js"
|
|
@@ -19070,6 +19070,7 @@ function Kx({
|
|
|
19070
19070
|
!p && /* @__PURE__ */ c(
|
|
19071
19071
|
Oc,
|
|
19072
19072
|
{
|
|
19073
|
+
height: "100%",
|
|
19073
19074
|
refVersion: f,
|
|
19074
19075
|
app: n,
|
|
19075
19076
|
api: a,
|
|
@@ -19954,8 +19955,12 @@ function uA(e, t) {
|
|
|
19954
19955
|
throw new Error(`Failed to parse ${e} component definition during build.`);
|
|
19955
19956
|
return r;
|
|
19956
19957
|
}
|
|
19957
|
-
const mA =
|
|
19958
|
-
|
|
19958
|
+
const mA = "FormSection", e0 = {
|
|
19959
|
+
status: "experimental",
|
|
19960
|
+
description: "`FormSection` groups elements within a `Form`. Child components are placed in a [FlowLayout](/components/FlowLayout)."
|
|
19961
|
+
}, pA = `
|
|
19962
|
+
<Component name="FormSection">
|
|
19963
|
+
<VStack paddingBottom="{$props.paddingBottom ?? '1rem'}" gap="0" width="100%">
|
|
19959
19964
|
<Heading
|
|
19960
19965
|
when="{!!$props.heading}"
|
|
19961
19966
|
marginBottom="$space-tight"
|
|
@@ -19968,17 +19973,16 @@ const mA = `<Component name="FormSection">
|
|
|
19968
19973
|
paddingBottom="$space-normal"
|
|
19969
19974
|
value="{$props.info}" />
|
|
19970
19975
|
<FlowLayout
|
|
19976
|
+
width="100%"
|
|
19971
19977
|
paddingTop="{$props.paddingTop ?? '$space-normal'}"
|
|
19972
19978
|
columnGap="{$props.columnGap ?? '3rem'}"
|
|
19973
19979
|
rowGap="{$props.rowGap ?? '$space-normal'}" >
|
|
19974
19980
|
<Slot />
|
|
19975
19981
|
</FlowLayout>
|
|
19976
19982
|
</VStack>
|
|
19977
|
-
</Component
|
|
19978
|
-
|
|
19979
|
-
|
|
19980
|
-
}, hA = {
|
|
19981
|
-
compoundComponentDef: uA(pA, mA),
|
|
19983
|
+
</Component>
|
|
19984
|
+
`, hA = {
|
|
19985
|
+
compoundComponentDef: uA(mA, pA),
|
|
19982
19986
|
metadata: e0
|
|
19983
19987
|
}, gt = "Checkbox", t0 = {
|
|
19984
19988
|
status: "stable",
|
|
@@ -33660,7 +33664,7 @@ function JM({ children: e }) {
|
|
|
33660
33664
|
/* @__PURE__ */ c("svg", { style: { display: "none" }, ref: i })
|
|
33661
33665
|
] });
|
|
33662
33666
|
}
|
|
33663
|
-
const QM = "0.9.
|
|
33667
|
+
const QM = "0.9.62", ej = {
|
|
33664
33668
|
capitalize: rT,
|
|
33665
33669
|
pluralize: Cw,
|
|
33666
33670
|
defaultTo: tT,
|
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-BRbUXnCk.mjs";
|
|
2
2
|
import { X as q } from "./xmlui-serializer-COAfRndx.mjs";
|
|
3
3
|
export {
|
|
4
4
|
e as ApiInterceptorProvider,
|
package/dist/metadata/{apiInterceptorWorker-Bu81HvQB.mjs → apiInterceptorWorker-8ismUE1H.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-xeEJhtEt.mjs";
|
|
11
11
|
import Ga from "dexie";
|
|
12
12
|
var at = /(%?)(%([sdijo]))/g;
|
|
13
13
|
function ot(e, a) {
|
|
@@ -26138,8 +26138,12 @@ function DR(e, t) {
|
|
|
26138
26138
|
throw new Error(`Failed to parse ${e} component definition during build.`);
|
|
26139
26139
|
return r;
|
|
26140
26140
|
}
|
|
26141
|
-
const MR =
|
|
26142
|
-
|
|
26141
|
+
const MR = "FormSection", jx = {
|
|
26142
|
+
status: "experimental",
|
|
26143
|
+
description: "`FormSection` groups elements within a `Form`. Child components are placed in a [FlowLayout](/components/FlowLayout)."
|
|
26144
|
+
}, jR = `
|
|
26145
|
+
<Component name="FormSection">
|
|
26146
|
+
<VStack paddingBottom="{$props.paddingBottom ?? '1rem'}" gap="0" width="100%">
|
|
26143
26147
|
<Heading
|
|
26144
26148
|
when="{!!$props.heading}"
|
|
26145
26149
|
marginBottom="$space-tight"
|
|
@@ -26152,17 +26156,16 @@ const MR = `<Component name="FormSection">
|
|
|
26152
26156
|
paddingBottom="$space-normal"
|
|
26153
26157
|
value="{$props.info}" />
|
|
26154
26158
|
<FlowLayout
|
|
26159
|
+
width="100%"
|
|
26155
26160
|
paddingTop="{$props.paddingTop ?? '$space-normal'}"
|
|
26156
26161
|
columnGap="{$props.columnGap ?? '3rem'}"
|
|
26157
26162
|
rowGap="{$props.rowGap ?? '$space-normal'}" >
|
|
26158
26163
|
<Slot />
|
|
26159
26164
|
</FlowLayout>
|
|
26160
26165
|
</VStack>
|
|
26161
|
-
</Component
|
|
26162
|
-
|
|
26163
|
-
|
|
26164
|
-
}, qR = {
|
|
26165
|
-
compoundComponentDef: DR(jR, MR),
|
|
26166
|
+
</Component>
|
|
26167
|
+
`, qR = {
|
|
26168
|
+
compoundComponentDef: DR(MR, jR),
|
|
26166
26169
|
metadata: jx
|
|
26167
26170
|
}, st = "Switch", qx = {
|
|
26168
26171
|
description: "`Switch` enables users to toggle between two states: on and off.",
|
|
@@ -35978,7 +35981,7 @@ function JP({
|
|
|
35978
35981
|
let u;
|
|
35979
35982
|
return (async () => {
|
|
35980
35983
|
if (bd.VITE_MOCK_ENABLED) {
|
|
35981
|
-
const { createApiInterceptorWorker: p } = await import("./apiInterceptorWorker-
|
|
35984
|
+
const { createApiInterceptorWorker: p } = await import("./apiInterceptorWorker-8ismUE1H.mjs");
|
|
35982
35985
|
if (e && (u = await p(e, r), s(u), !r)) {
|
|
35983
35986
|
const h = Xb(
|
|
35984
35987
|
bd.VITE_MOCK_WORKER_LOCATION || "mockServiceWorker.js"
|
|
@@ -37661,7 +37664,7 @@ function Lq({ children: e }) {
|
|
|
37661
37664
|
/* @__PURE__ */ d("svg", { style: { display: "none" }, ref: i })
|
|
37662
37665
|
] });
|
|
37663
37666
|
}
|
|
37664
|
-
const Eq = "0.9.
|
|
37667
|
+
const Eq = "0.9.62", Aq = {
|
|
37665
37668
|
capitalize: IC,
|
|
37666
37669
|
pluralize: iw,
|
|
37667
37670
|
defaultTo: $C,
|
|
@@ -41146,6 +41149,7 @@ function uC({
|
|
|
41146
41149
|
!m && /* @__PURE__ */ d(
|
|
41147
41150
|
vu,
|
|
41148
41151
|
{
|
|
41152
|
+
height: "100%",
|
|
41149
41153
|
refVersion: f,
|
|
41150
41154
|
app: n,
|
|
41151
41155
|
api: a,
|