xmlui 0.9.35 → 0.9.36
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-CyDpwnty.mjs → apiInterceptorWorker-CWN1iwsH.mjs} +1 -1
- package/dist/lib/{index-BaxIicW9.mjs → index-BmTqBdiA.mjs} +16 -14
- package/dist/lib/index.css +14 -11
- package/dist/lib/language-server-web-worker.mjs +1 -1
- package/dist/lib/language-server.mjs +1 -1
- package/dist/lib/{server-common-B1bqw3bO.mjs → server-common-B7iKLsag.mjs} +2464 -2548
- package/dist/lib/xmlui.mjs +1 -1
- package/dist/metadata/style.css +14 -11
- package/dist/metadata/xmlui-metadata.mjs +14 -12
- package/dist/metadata/xmlui-metadata.umd.js +14 -12
- package/dist/scripts/package.json +1 -1
- package/dist/scripts/src/components/FormItem/ItemWithLabel.js +1 -1
- package/dist/standalone/xmlui-standalone.umd.js +32 -27
- package/package.json +1 -1
package/dist/lib/xmlui.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { z, A, B, E, I, N, C, j, i, S, b, l, n, F, D, c, e, f, x, k, p, h, t, q, v, w, u, y } from "./index-
|
|
1
|
+
import { z, A, B, E, I, N, C, j, i, S, b, l, n, F, D, c, e, f, x, k, p, h, t, q, v, w, u, y } from "./index-BmTqBdiA.mjs";
|
|
2
2
|
import { X } from "./xmlui-serializer-CQnuXBof.mjs";
|
|
3
3
|
export {
|
|
4
4
|
z as ApiInterceptorProvider,
|
package/dist/metadata/style.css
CHANGED
|
@@ -2273,39 +2273,42 @@ See this source for details: https://css-tricks.com/line-clampin/
|
|
|
2273
2273
|
* This function allows other CSS modules to get the value of the CSS variable specified in $componentVariable.
|
|
2274
2274
|
Optionally, you can provide a $fallbackValue to set the variable's value if that is not defined.
|
|
2275
2275
|
*/
|
|
2276
|
-
.
|
|
2276
|
+
._container_rso68_13 {
|
|
2277
2277
|
display: flex;
|
|
2278
2278
|
width: 100%;
|
|
2279
2279
|
flex-direction: column;
|
|
2280
2280
|
align-items: start;
|
|
2281
2281
|
gap: 0.5em;
|
|
2282
2282
|
}
|
|
2283
|
-
.
|
|
2283
|
+
._container_rso68_13._top_rso68_20 {
|
|
2284
2284
|
flex-direction: column;
|
|
2285
2285
|
align-items: start;
|
|
2286
2286
|
justify-content: center;
|
|
2287
2287
|
}
|
|
2288
|
-
.
|
|
2288
|
+
._container_rso68_13._end_rso68_25 {
|
|
2289
2289
|
flex-direction: row-reverse;
|
|
2290
2290
|
align-items: center;
|
|
2291
2291
|
justify-content: start;
|
|
2292
2292
|
gap: 0.5em;
|
|
2293
2293
|
}
|
|
2294
|
-
.
|
|
2294
|
+
._container_rso68_13._bottom_rso68_31 {
|
|
2295
2295
|
flex-direction: column-reverse;
|
|
2296
2296
|
align-items: start;
|
|
2297
2297
|
justify-content: center;
|
|
2298
2298
|
}
|
|
2299
|
-
.
|
|
2299
|
+
._container_rso68_13._start_rso68_36 {
|
|
2300
2300
|
flex-direction: row;
|
|
2301
2301
|
align-items: center;
|
|
2302
2302
|
justify-content: start;
|
|
2303
2303
|
gap: 0.5em;
|
|
2304
2304
|
}
|
|
2305
|
-
.
|
|
2305
|
+
._container_rso68_13._shrinkToLabel_rso68_42 {
|
|
2306
2306
|
width: fit-content;
|
|
2307
2307
|
}
|
|
2308
|
-
.
|
|
2308
|
+
._container_rso68_13 ._itemWithLabel_rso68_45 {
|
|
2309
|
+
width: 100%;
|
|
2310
|
+
}
|
|
2311
|
+
._container_rso68_13 ._inputLabel_rso68_48 {
|
|
2309
2312
|
display: flex;
|
|
2310
2313
|
color: var(--xmlui-textColor-FormItemLabel);
|
|
2311
2314
|
font-family: var(--xmlui-fontFamily-FormItemLabel);
|
|
@@ -2318,22 +2321,22 @@ See this source for details: https://css-tricks.com/line-clampin/
|
|
|
2318
2321
|
word-break: normal;
|
|
2319
2322
|
white-space: nowrap;
|
|
2320
2323
|
}
|
|
2321
|
-
.
|
|
2324
|
+
._container_rso68_13 ._inputLabel_rso68_48._disabled_rso68_61 {
|
|
2322
2325
|
cursor: not-allowed;
|
|
2323
2326
|
color: var(--xmlui-textColor--disabled);
|
|
2324
2327
|
}
|
|
2325
|
-
.
|
|
2328
|
+
._container_rso68_13 ._inputLabel_rso68_48._labelBreak_rso68_65 {
|
|
2326
2329
|
white-space: normal;
|
|
2327
2330
|
word-break: break-word;
|
|
2328
2331
|
}
|
|
2329
|
-
.
|
|
2332
|
+
._container_rso68_13 ._inputLabel_rso68_48._required_rso68_69 {
|
|
2330
2333
|
color: var(--xmlui-textColor-FormItemLabel-required);
|
|
2331
2334
|
font-size: var(--xmlui-fontSize-FormItemLabel-required);
|
|
2332
2335
|
font-weight: var(--xmlui-fontWeight-FormItemLabel-required);
|
|
2333
2336
|
font-style: var(--xmlui-fontStyle-FormItemLabel-required);
|
|
2334
2337
|
text-transform: var(--xmlui-textTransform-FormItemLabel-required);
|
|
2335
2338
|
}
|
|
2336
|
-
.
|
|
2339
|
+
._container_rso68_13 ._inputLabel_rso68_48 ._requiredMark_rso68_76 {
|
|
2337
2340
|
margin-left: 0.2em;
|
|
2338
2341
|
color: var(--xmlui-textColor-FormItemLabel-requiredMark);
|
|
2339
2342
|
}/*
|
|
@@ -1627,17 +1627,18 @@ function getElementRef(element) {
|
|
|
1627
1627
|
return element.props.ref || element.ref;
|
|
1628
1628
|
}
|
|
1629
1629
|
const themeVars$H = `'{"textColor-FormItemLabel": "var(--xmlui-textColor-FormItemLabel)", "fontFamily-FormItemLabel": "var(--xmlui-fontFamily-FormItemLabel)", "fontSize-FormItemLabel": "var(--xmlui-fontSize-FormItemLabel)", "fontWeight-FormItemLabel": "var(--xmlui-fontWeight-FormItemLabel)", "fontStyle-FormItemLabel": "var(--xmlui-fontStyle-FormItemLabel)", "textTransform-FormItemLabel": "var(--xmlui-textTransform-FormItemLabel)", "textColor-FormItemLabel-required": "var(--xmlui-textColor-FormItemLabel-required)", "fontSize-FormItemLabel-required": "var(--xmlui-fontSize-FormItemLabel-required)", "fontWeight-FormItemLabel-required": "var(--xmlui-fontWeight-FormItemLabel-required)", "fontStyle-FormItemLabel-required": "var(--xmlui-fontStyle-FormItemLabel-required)", "textTransform-FormItemLabel-required": "var(--xmlui-textTransform-FormItemLabel-required)", "textColor-FormItemLabel-requiredMark": "var(--xmlui-textColor-FormItemLabel-requiredMark)"}'`;
|
|
1630
|
-
const container$3 = "
|
|
1631
|
-
const top = "
|
|
1632
|
-
const end = "
|
|
1633
|
-
const bottom = "
|
|
1634
|
-
const start = "
|
|
1635
|
-
const shrinkToLabel = "
|
|
1636
|
-
const
|
|
1637
|
-
const
|
|
1638
|
-
const
|
|
1639
|
-
const
|
|
1640
|
-
const
|
|
1630
|
+
const container$3 = "_container_rso68_13";
|
|
1631
|
+
const top = "_top_rso68_20";
|
|
1632
|
+
const end = "_end_rso68_25";
|
|
1633
|
+
const bottom = "_bottom_rso68_31";
|
|
1634
|
+
const start = "_start_rso68_36";
|
|
1635
|
+
const shrinkToLabel = "_shrinkToLabel_rso68_42";
|
|
1636
|
+
const itemWithLabel = "_itemWithLabel_rso68_45";
|
|
1637
|
+
const inputLabel = "_inputLabel_rso68_48";
|
|
1638
|
+
const disabled$8 = "_disabled_rso68_61";
|
|
1639
|
+
const labelBreak = "_labelBreak_rso68_65";
|
|
1640
|
+
const required = "_required_rso68_69";
|
|
1641
|
+
const requiredMark = "_requiredMark_rso68_76";
|
|
1641
1642
|
const styles$I = {
|
|
1642
1643
|
themeVars: themeVars$H,
|
|
1643
1644
|
container: container$3,
|
|
@@ -1646,6 +1647,7 @@ const styles$I = {
|
|
|
1646
1647
|
bottom,
|
|
1647
1648
|
start,
|
|
1648
1649
|
shrinkToLabel,
|
|
1650
|
+
itemWithLabel,
|
|
1649
1651
|
inputLabel,
|
|
1650
1652
|
disabled: disabled$8,
|
|
1651
1653
|
labelBreak,
|
|
@@ -1708,7 +1710,7 @@ const ItemWithLabel = forwardRef(function ItemWithLabel2({
|
|
|
1708
1710
|
if (label2 === void 0 && !validationResult) {
|
|
1709
1711
|
return /* @__PURE__ */ jsx(Slot, { style, id: inputId, ref, children });
|
|
1710
1712
|
}
|
|
1711
|
-
return /* @__PURE__ */ jsxs("div", { style, ref, children: [
|
|
1713
|
+
return /* @__PURE__ */ jsxs("div", { style, ref, className: styles$I.itemWithLabel, children: [
|
|
1712
1714
|
/* @__PURE__ */ jsxs(
|
|
1713
1715
|
"div",
|
|
1714
1716
|
{
|
|
@@ -1624,17 +1624,18 @@
|
|
|
1624
1624
|
return element.props.ref || element.ref;
|
|
1625
1625
|
}
|
|
1626
1626
|
const themeVars$H = `'{"textColor-FormItemLabel": "var(--xmlui-textColor-FormItemLabel)", "fontFamily-FormItemLabel": "var(--xmlui-fontFamily-FormItemLabel)", "fontSize-FormItemLabel": "var(--xmlui-fontSize-FormItemLabel)", "fontWeight-FormItemLabel": "var(--xmlui-fontWeight-FormItemLabel)", "fontStyle-FormItemLabel": "var(--xmlui-fontStyle-FormItemLabel)", "textTransform-FormItemLabel": "var(--xmlui-textTransform-FormItemLabel)", "textColor-FormItemLabel-required": "var(--xmlui-textColor-FormItemLabel-required)", "fontSize-FormItemLabel-required": "var(--xmlui-fontSize-FormItemLabel-required)", "fontWeight-FormItemLabel-required": "var(--xmlui-fontWeight-FormItemLabel-required)", "fontStyle-FormItemLabel-required": "var(--xmlui-fontStyle-FormItemLabel-required)", "textTransform-FormItemLabel-required": "var(--xmlui-textTransform-FormItemLabel-required)", "textColor-FormItemLabel-requiredMark": "var(--xmlui-textColor-FormItemLabel-requiredMark)"}'`;
|
|
1627
|
-
const container$3 = "
|
|
1628
|
-
const top = "
|
|
1629
|
-
const end = "
|
|
1630
|
-
const bottom = "
|
|
1631
|
-
const start = "
|
|
1632
|
-
const shrinkToLabel = "
|
|
1633
|
-
const
|
|
1634
|
-
const
|
|
1635
|
-
const
|
|
1636
|
-
const
|
|
1637
|
-
const
|
|
1627
|
+
const container$3 = "_container_rso68_13";
|
|
1628
|
+
const top = "_top_rso68_20";
|
|
1629
|
+
const end = "_end_rso68_25";
|
|
1630
|
+
const bottom = "_bottom_rso68_31";
|
|
1631
|
+
const start = "_start_rso68_36";
|
|
1632
|
+
const shrinkToLabel = "_shrinkToLabel_rso68_42";
|
|
1633
|
+
const itemWithLabel = "_itemWithLabel_rso68_45";
|
|
1634
|
+
const inputLabel = "_inputLabel_rso68_48";
|
|
1635
|
+
const disabled$8 = "_disabled_rso68_61";
|
|
1636
|
+
const labelBreak = "_labelBreak_rso68_65";
|
|
1637
|
+
const required = "_required_rso68_69";
|
|
1638
|
+
const requiredMark = "_requiredMark_rso68_76";
|
|
1638
1639
|
const styles$I = {
|
|
1639
1640
|
themeVars: themeVars$H,
|
|
1640
1641
|
container: container$3,
|
|
@@ -1643,6 +1644,7 @@
|
|
|
1643
1644
|
bottom,
|
|
1644
1645
|
start,
|
|
1645
1646
|
shrinkToLabel,
|
|
1647
|
+
itemWithLabel,
|
|
1646
1648
|
inputLabel,
|
|
1647
1649
|
disabled: disabled$8,
|
|
1648
1650
|
labelBreak,
|
|
@@ -1705,7 +1707,7 @@
|
|
|
1705
1707
|
if (label2 === void 0 && !validationResult) {
|
|
1706
1708
|
return /* @__PURE__ */ jsxRuntime.jsx(Slot, { style, id: inputId, ref, children });
|
|
1707
1709
|
}
|
|
1708
|
-
return /* @__PURE__ */ jsxRuntime.jsxs("div", { style, ref, children: [
|
|
1710
|
+
return /* @__PURE__ */ jsxRuntime.jsxs("div", { style, ref, className: styles$I.itemWithLabel, children: [
|
|
1709
1711
|
/* @__PURE__ */ jsxRuntime.jsxs(
|
|
1710
1712
|
"div",
|
|
1711
1713
|
{
|
|
@@ -25,7 +25,7 @@ exports.ItemWithLabel = (0, react_1.forwardRef)(function ItemWithLabel({ id, lab
|
|
|
25
25
|
// }),
|
|
26
26
|
// });
|
|
27
27
|
}
|
|
28
|
-
return ((0, jsx_runtime_1.jsxs)("div", { style: style, ref: ref, children: [(0, jsx_runtime_1.jsxs)("div", { className: (0, classnames_1.default)(FormItem_module_scss_1.default.container, {
|
|
28
|
+
return ((0, jsx_runtime_1.jsxs)("div", { style: style, ref: ref, className: FormItem_module_scss_1.default.itemWithLabel, children: [(0, jsx_runtime_1.jsxs)("div", { className: (0, classnames_1.default)(FormItem_module_scss_1.default.container, {
|
|
29
29
|
[FormItem_module_scss_1.default.top]: labelPosition === "top",
|
|
30
30
|
[FormItem_module_scss_1.default.bottom]: labelPosition === "bottom",
|
|
31
31
|
[FormItem_module_scss_1.default.start]: labelPosition === "start",
|
|
@@ -673,39 +673,42 @@ var __privateMethod = (obj, member, method) => (__accessCheck(obj, member, "acce
|
|
|
673
673
|
* This function allows other CSS modules to get the value of the CSS variable specified in $componentVariable.
|
|
674
674
|
Optionally, you can provide a $fallbackValue to set the variable's value if that is not defined.
|
|
675
675
|
*/
|
|
676
|
-
.
|
|
676
|
+
._container_rso68_13 {
|
|
677
677
|
display: flex;
|
|
678
678
|
width: 100%;
|
|
679
679
|
flex-direction: column;
|
|
680
680
|
align-items: start;
|
|
681
681
|
gap: 0.5em;
|
|
682
682
|
}
|
|
683
|
-
.
|
|
683
|
+
._container_rso68_13._top_rso68_20 {
|
|
684
684
|
flex-direction: column;
|
|
685
685
|
align-items: start;
|
|
686
686
|
justify-content: center;
|
|
687
687
|
}
|
|
688
|
-
.
|
|
688
|
+
._container_rso68_13._end_rso68_25 {
|
|
689
689
|
flex-direction: row-reverse;
|
|
690
690
|
align-items: center;
|
|
691
691
|
justify-content: start;
|
|
692
692
|
gap: 0.5em;
|
|
693
693
|
}
|
|
694
|
-
.
|
|
694
|
+
._container_rso68_13._bottom_rso68_31 {
|
|
695
695
|
flex-direction: column-reverse;
|
|
696
696
|
align-items: start;
|
|
697
697
|
justify-content: center;
|
|
698
698
|
}
|
|
699
|
-
.
|
|
699
|
+
._container_rso68_13._start_rso68_36 {
|
|
700
700
|
flex-direction: row;
|
|
701
701
|
align-items: center;
|
|
702
702
|
justify-content: start;
|
|
703
703
|
gap: 0.5em;
|
|
704
704
|
}
|
|
705
|
-
.
|
|
705
|
+
._container_rso68_13._shrinkToLabel_rso68_42 {
|
|
706
706
|
width: fit-content;
|
|
707
707
|
}
|
|
708
|
-
.
|
|
708
|
+
._container_rso68_13 ._itemWithLabel_rso68_45 {
|
|
709
|
+
width: 100%;
|
|
710
|
+
}
|
|
711
|
+
._container_rso68_13 ._inputLabel_rso68_48 {
|
|
709
712
|
display: flex;
|
|
710
713
|
color: var(--xmlui-textColor-FormItemLabel);
|
|
711
714
|
font-family: var(--xmlui-fontFamily-FormItemLabel);
|
|
@@ -718,22 +721,22 @@ var __privateMethod = (obj, member, method) => (__accessCheck(obj, member, "acce
|
|
|
718
721
|
word-break: normal;
|
|
719
722
|
white-space: nowrap;
|
|
720
723
|
}
|
|
721
|
-
.
|
|
724
|
+
._container_rso68_13 ._inputLabel_rso68_48._disabled_rso68_61 {
|
|
722
725
|
cursor: not-allowed;
|
|
723
726
|
color: var(--xmlui-textColor--disabled);
|
|
724
727
|
}
|
|
725
|
-
.
|
|
728
|
+
._container_rso68_13 ._inputLabel_rso68_48._labelBreak_rso68_65 {
|
|
726
729
|
white-space: normal;
|
|
727
730
|
word-break: break-word;
|
|
728
731
|
}
|
|
729
|
-
.
|
|
732
|
+
._container_rso68_13 ._inputLabel_rso68_48._required_rso68_69 {
|
|
730
733
|
color: var(--xmlui-textColor-FormItemLabel-required);
|
|
731
734
|
font-size: var(--xmlui-fontSize-FormItemLabel-required);
|
|
732
735
|
font-weight: var(--xmlui-fontWeight-FormItemLabel-required);
|
|
733
736
|
font-style: var(--xmlui-fontStyle-FormItemLabel-required);
|
|
734
737
|
text-transform: var(--xmlui-textTransform-FormItemLabel-required);
|
|
735
738
|
}
|
|
736
|
-
.
|
|
739
|
+
._container_rso68_13 ._inputLabel_rso68_48 ._requiredMark_rso68_76 {
|
|
737
740
|
margin-left: 0.2em;
|
|
738
741
|
color: var(--xmlui-textColor-FormItemLabel-requiredMark);
|
|
739
742
|
}/*
|
|
@@ -18020,7 +18023,7 @@ li .htmlOl {
|
|
|
18020
18023
|
});
|
|
18021
18024
|
}
|
|
18022
18025
|
}
|
|
18023
|
-
var define_process_env_default$a = { NODE_ENV: "production", VITE_MOCK_ENABLED: true, VITE_MOCK_WORKER_LOCATION: "mockApi.js", VITE_USED_COMPONENTS_Pdf: "false", VITE_USED_COMPONENTS_Chart: "false", VITE_USER_COMPONENTS_XmluiCodeHightlighter: "false", VITE_USED_COMPONENTS_Tree: "false", VITE_XMLUI_VERSION: "0.9.
|
|
18026
|
+
var define_process_env_default$a = { NODE_ENV: "production", VITE_MOCK_ENABLED: true, VITE_MOCK_WORKER_LOCATION: "mockApi.js", VITE_USED_COMPONENTS_Pdf: "false", VITE_USED_COMPONENTS_Chart: "false", VITE_USER_COMPONENTS_XmluiCodeHightlighter: "false", VITE_USED_COMPONENTS_Tree: "false", VITE_XMLUI_VERSION: "0.9.36 (built 5/20/2025)" };
|
|
18024
18027
|
class Mutation extends Removable {
|
|
18025
18028
|
constructor(config) {
|
|
18026
18029
|
super();
|
|
@@ -29699,17 +29702,18 @@ ${error2.errorObject}`;
|
|
|
29699
29702
|
return element2.props.ref || element2.ref;
|
|
29700
29703
|
}
|
|
29701
29704
|
const themeVars$M = `'{"textColor-FormItemLabel": "var(--xmlui-textColor-FormItemLabel)", "fontFamily-FormItemLabel": "var(--xmlui-fontFamily-FormItemLabel)", "fontSize-FormItemLabel": "var(--xmlui-fontSize-FormItemLabel)", "fontWeight-FormItemLabel": "var(--xmlui-fontWeight-FormItemLabel)", "fontStyle-FormItemLabel": "var(--xmlui-fontStyle-FormItemLabel)", "textTransform-FormItemLabel": "var(--xmlui-textTransform-FormItemLabel)", "textColor-FormItemLabel-required": "var(--xmlui-textColor-FormItemLabel-required)", "fontSize-FormItemLabel-required": "var(--xmlui-fontSize-FormItemLabel-required)", "fontWeight-FormItemLabel-required": "var(--xmlui-fontWeight-FormItemLabel-required)", "fontStyle-FormItemLabel-required": "var(--xmlui-fontStyle-FormItemLabel-required)", "textTransform-FormItemLabel-required": "var(--xmlui-textTransform-FormItemLabel-required)", "textColor-FormItemLabel-requiredMark": "var(--xmlui-textColor-FormItemLabel-requiredMark)"}'`;
|
|
29702
|
-
const container$3 = "
|
|
29703
|
-
const top$2 = "
|
|
29704
|
-
const end$1 = "
|
|
29705
|
-
const bottom$2 = "
|
|
29706
|
-
const start$1 = "
|
|
29707
|
-
const shrinkToLabel = "
|
|
29708
|
-
const
|
|
29709
|
-
const
|
|
29710
|
-
const
|
|
29711
|
-
const
|
|
29712
|
-
const
|
|
29705
|
+
const container$3 = "_container_rso68_13";
|
|
29706
|
+
const top$2 = "_top_rso68_20";
|
|
29707
|
+
const end$1 = "_end_rso68_25";
|
|
29708
|
+
const bottom$2 = "_bottom_rso68_31";
|
|
29709
|
+
const start$1 = "_start_rso68_36";
|
|
29710
|
+
const shrinkToLabel = "_shrinkToLabel_rso68_42";
|
|
29711
|
+
const itemWithLabel = "_itemWithLabel_rso68_45";
|
|
29712
|
+
const inputLabel = "_inputLabel_rso68_48";
|
|
29713
|
+
const disabled$8 = "_disabled_rso68_61";
|
|
29714
|
+
const labelBreak = "_labelBreak_rso68_65";
|
|
29715
|
+
const required = "_required_rso68_69";
|
|
29716
|
+
const requiredMark = "_requiredMark_rso68_76";
|
|
29713
29717
|
const styles$$ = {
|
|
29714
29718
|
themeVars: themeVars$M,
|
|
29715
29719
|
container: container$3,
|
|
@@ -29718,6 +29722,7 @@ ${error2.errorObject}`;
|
|
|
29718
29722
|
bottom: bottom$2,
|
|
29719
29723
|
start: start$1,
|
|
29720
29724
|
shrinkToLabel,
|
|
29725
|
+
itemWithLabel,
|
|
29721
29726
|
inputLabel,
|
|
29722
29727
|
disabled: disabled$8,
|
|
29723
29728
|
labelBreak,
|
|
@@ -29780,7 +29785,7 @@ ${error2.errorObject}`;
|
|
|
29780
29785
|
if (label2 === void 0 && !validationResult) {
|
|
29781
29786
|
return /* @__PURE__ */ jsxRuntimeExports.jsx(Slot$4, { style: style2, id: inputId, ref, children });
|
|
29782
29787
|
}
|
|
29783
|
-
return /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { style: style2, ref, children: [
|
|
29788
|
+
return /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { style: style2, ref, className: styles$$.itemWithLabel, children: [
|
|
29784
29789
|
/* @__PURE__ */ jsxRuntimeExports.jsxs(
|
|
29785
29790
|
"div",
|
|
29786
29791
|
{
|
|
@@ -132475,7 +132480,7 @@ For more information, see https://radix-ui.com/primitives/docs/components/${titl
|
|
|
132475
132480
|
function isResponseWithoutBody(status) {
|
|
132476
132481
|
return RESPONSE_STATUS_CODES_WITHOUT_BODY.has(status);
|
|
132477
132482
|
}
|
|
132478
|
-
var define_process_env_default$6 = { NODE_ENV: "production", VITE_MOCK_ENABLED: true, VITE_MOCK_WORKER_LOCATION: "mockApi.js", VITE_USED_COMPONENTS_Pdf: "false", VITE_USED_COMPONENTS_Chart: "false", VITE_USER_COMPONENTS_XmluiCodeHightlighter: "false", VITE_USED_COMPONENTS_Tree: "false", VITE_XMLUI_VERSION: "0.9.
|
|
132483
|
+
var define_process_env_default$6 = { NODE_ENV: "production", VITE_MOCK_ENABLED: true, VITE_MOCK_WORKER_LOCATION: "mockApi.js", VITE_USED_COMPONENTS_Pdf: "false", VITE_USED_COMPONENTS_Chart: "false", VITE_USER_COMPONENTS_XmluiCodeHightlighter: "false", VITE_USED_COMPONENTS_Tree: "false", VITE_XMLUI_VERSION: "0.9.36 (built 5/20/2025)" };
|
|
132479
132484
|
var __defProp$7 = Object.defineProperty;
|
|
132480
132485
|
var __export = (target2, all2) => {
|
|
132481
132486
|
for (var name2 in all2)
|
|
@@ -156258,7 +156263,7 @@ If this message still persists after updating, please report an issue: https://g
|
|
|
156258
156263
|
/* @__PURE__ */ jsxRuntimeExports.jsx("svg", { style: { display: "none" }, ref: spriteRootRef })
|
|
156259
156264
|
] });
|
|
156260
156265
|
}
|
|
156261
|
-
const version = "0.9.
|
|
156266
|
+
const version = "0.9.36";
|
|
156262
156267
|
const miscellaneousUtils = {
|
|
156263
156268
|
capitalize: capitalize$1,
|
|
156264
156269
|
pluralize: pluralize$1,
|
|
@@ -161768,7 +161773,7 @@ If this message still persists after updating, please report an issue: https://g
|
|
|
161768
161773
|
valueType: "boolean"
|
|
161769
161774
|
}
|
|
161770
161775
|
};
|
|
161771
|
-
var define_process_env_default = { VITE_XMLUI_VERSION: "0.9.
|
|
161776
|
+
var define_process_env_default = { VITE_XMLUI_VERSION: "0.9.36 (built 5/20/2025)" };
|
|
161772
161777
|
const MAIN_FILE = "Main." + componentFileExtension;
|
|
161773
161778
|
const MAIN_CODE_BEHIND_FILE = "Main." + codeBehindFileExtension;
|
|
161774
161779
|
const CONFIG_FILE = "config.json";
|