xmlui 0.9.39 → 0.9.41
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-CuqdinHT.mjs → apiInterceptorWorker-CtBaFvdM.mjs} +1 -1
- package/dist/lib/{index-DAE4_Ivq.mjs → index-CyoiJ6iV.mjs} +2 -3
- package/dist/lib/xmlui.mjs +1 -1
- package/dist/metadata/xmlui-metadata.mjs +0 -1
- package/dist/metadata/xmlui-metadata.umd.js +0 -1
- package/dist/scripts/package.json +1 -1
- package/dist/scripts/src/components/Select/Select.js +0 -1
- package/dist/standalone/xmlui-standalone.umd.js +5 -6
- package/package.json +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { setupWorker } from "./index-DCbaK7GI.mjs";
|
|
2
2
|
import { delay as delay$1, HttpResponse, http } from "msw";
|
|
3
3
|
import { isArray, isObject, mapValues } from "lodash-es";
|
|
4
|
-
import { r as runEventHandlerCode, g as getDate, d as delay, m as miscellaneousUtils, a as dateFunctions, o as orderBy, T as ThrowStatementError } from "./index-
|
|
4
|
+
import { r as runEventHandlerCode, g as getDate, d as delay, m as miscellaneousUtils, a as dateFunctions, o as orderBy, T as ThrowStatementError } from "./index-CyoiJ6iV.mjs";
|
|
5
5
|
import Dexie from "dexie";
|
|
6
6
|
var HttpStatusCode = /* @__PURE__ */ ((HttpStatusCode2) => {
|
|
7
7
|
HttpStatusCode2[HttpStatusCode2["Continue"] = 100] = "Continue";
|
|
@@ -21729,7 +21729,7 @@ function ApiInterceptorProvider({
|
|
|
21729
21729
|
let interceptorWorker;
|
|
21730
21730
|
(async () => {
|
|
21731
21731
|
if (process.env.VITE_MOCK_ENABLED) {
|
|
21732
|
-
const { createApiInterceptorWorker } = await import("./apiInterceptorWorker-
|
|
21732
|
+
const { createApiInterceptorWorker } = await import("./apiInterceptorWorker-CtBaFvdM.mjs");
|
|
21733
21733
|
if (interceptor) {
|
|
21734
21734
|
interceptorWorker = await createApiInterceptorWorker(interceptor, apiWorker);
|
|
21735
21735
|
if (!apiWorker) {
|
|
@@ -23098,7 +23098,6 @@ const SelectMd = createMetadata({
|
|
|
23098
23098
|
props: {
|
|
23099
23099
|
placeholder: dPlaceholder(),
|
|
23100
23100
|
initialValue: dInitialValue(),
|
|
23101
|
-
maxLength: dMaxLength(),
|
|
23102
23101
|
autoFocus: dAutoFocus(),
|
|
23103
23102
|
required: dRequired(),
|
|
23104
23103
|
readOnly: dReadonly(),
|
|
@@ -32861,7 +32860,7 @@ function IconProvider({ children }) {
|
|
|
32861
32860
|
/* @__PURE__ */ jsx("svg", { style: { display: "none" }, ref: spriteRootRef })
|
|
32862
32861
|
] });
|
|
32863
32862
|
}
|
|
32864
|
-
const version = "0.9.
|
|
32863
|
+
const version = "0.9.41";
|
|
32865
32864
|
const miscellaneousUtils = {
|
|
32866
32865
|
capitalize,
|
|
32867
32866
|
pluralize: pluralize$1,
|
package/dist/lib/xmlui.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { y, A, B, E, I, N, z, i, h, S, b, k, l, D, C, c, e, f, w, j, p, s, t, n, q, v, u, x } from "./index-
|
|
1
|
+
import { y, A, B, E, I, N, z, i, h, S, b, k, l, D, C, c, e, f, w, j, p, s, t, n, q, v, u, x } from "./index-CyoiJ6iV.mjs";
|
|
2
2
|
import { X } from "./xmlui-serializer-CQnuXBof.mjs";
|
|
3
3
|
export {
|
|
4
4
|
y as ApiInterceptorProvider,
|
|
@@ -17754,7 +17754,6 @@ const SelectMd = createMetadata({
|
|
|
17754
17754
|
props: {
|
|
17755
17755
|
placeholder: dPlaceholder(),
|
|
17756
17756
|
initialValue: dInitialValue(),
|
|
17757
|
-
maxLength: dMaxLength(),
|
|
17758
17757
|
autoFocus: dAutoFocus(),
|
|
17759
17758
|
required: dRequired(),
|
|
17760
17759
|
readOnly: dReadonly(),
|
|
@@ -17751,7 +17751,6 @@
|
|
|
17751
17751
|
props: {
|
|
17752
17752
|
placeholder: dPlaceholder(),
|
|
17753
17753
|
initialValue: dInitialValue(),
|
|
17754
|
-
maxLength: dMaxLength(),
|
|
17755
17754
|
autoFocus: dAutoFocus(),
|
|
17756
17755
|
required: dRequired(),
|
|
17757
17756
|
readOnly: dReadonly(),
|
|
@@ -20,7 +20,6 @@ exports.SelectMd = (0, ComponentDefs_1.createMetadata)({
|
|
|
20
20
|
props: {
|
|
21
21
|
placeholder: (0, metadata_helpers_1.dPlaceholder)(),
|
|
22
22
|
initialValue: (0, metadata_helpers_1.dInitialValue)(),
|
|
23
|
-
maxLength: (0, metadata_helpers_1.dMaxLength)(),
|
|
24
23
|
autoFocus: (0, metadata_helpers_1.dAutoFocus)(),
|
|
25
24
|
required: (0, metadata_helpers_1.dRequired)(),
|
|
26
25
|
readOnly: (0, metadata_helpers_1.dReadonly)(),
|
|
@@ -17719,7 +17719,7 @@ li .htmlOl {
|
|
|
17719
17719
|
});
|
|
17720
17720
|
}
|
|
17721
17721
|
}
|
|
17722
|
-
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.
|
|
17722
|
+
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.41 (built 5/26/2025)" };
|
|
17723
17723
|
class Mutation extends Removable {
|
|
17724
17724
|
constructor(config) {
|
|
17725
17725
|
super();
|
|
@@ -129242,7 +129242,6 @@ For more information, see https://radix-ui.com/primitives/docs/components/${titl
|
|
|
129242
129242
|
props: {
|
|
129243
129243
|
placeholder: dPlaceholder(),
|
|
129244
129244
|
initialValue: dInitialValue(),
|
|
129245
|
-
maxLength: dMaxLength(),
|
|
129246
129245
|
autoFocus: dAutoFocus(),
|
|
129247
129246
|
required: dRequired(),
|
|
129248
129247
|
readOnly: dReadonly(),
|
|
@@ -143981,7 +143980,7 @@ For more information, see https://radix-ui.com/primitives/docs/components/${titl
|
|
|
143981
143980
|
/* @__PURE__ */ jsxRuntimeExports.jsx("svg", { style: { display: "none" }, ref: spriteRootRef })
|
|
143982
143981
|
] });
|
|
143983
143982
|
}
|
|
143984
|
-
const version = "0.9.
|
|
143983
|
+
const version = "0.9.41";
|
|
143985
143984
|
const miscellaneousUtils = {
|
|
143986
143985
|
capitalize: capitalize$1,
|
|
143987
143986
|
pluralize: pluralize$1,
|
|
@@ -149489,7 +149488,7 @@ For more information, see https://radix-ui.com/primitives/docs/components/${titl
|
|
|
149489
149488
|
valueType: "boolean"
|
|
149490
149489
|
}
|
|
149491
149490
|
};
|
|
149492
|
-
var define_process_env_default$2 = { VITE_XMLUI_VERSION: "0.9.
|
|
149491
|
+
var define_process_env_default$2 = { VITE_XMLUI_VERSION: "0.9.41 (built 5/26/2025)" };
|
|
149493
149492
|
const MAIN_FILE = "Main." + componentFileExtension;
|
|
149494
149493
|
const MAIN_CODE_BEHIND_FILE = "Main." + codeBehindFileExtension;
|
|
149495
149494
|
const CONFIG_FILE = "config.json";
|
|
@@ -166159,7 +166158,7 @@ Read more: https://mswjs.io/docs/getting-started/mocks`;
|
|
|
166159
166158
|
}
|
|
166160
166159
|
return true;
|
|
166161
166160
|
}
|
|
166162
|
-
var define_process_env_default$1 = { 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.
|
|
166161
|
+
var define_process_env_default$1 = { 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.41 (built 5/26/2025)" };
|
|
166163
166162
|
var __defProp$2 = Object.defineProperty;
|
|
166164
166163
|
var __export$1 = (target2, all2) => {
|
|
166165
166164
|
for (var name2 in all2)
|
|
@@ -168008,7 +168007,7 @@ Read more: https://mswjs.io/docs/getting-started/mocks`;
|
|
|
168008
168007
|
console.log(event);
|
|
168009
168008
|
console.groupEnd();
|
|
168010
168009
|
}
|
|
168011
|
-
var define_process_env_default = { 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.
|
|
168010
|
+
var define_process_env_default = { 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.41 (built 5/26/2025)" };
|
|
168012
168011
|
var POSITIONALS_EXP = /(%?)(%([sdijo]))/g;
|
|
168013
168012
|
function serializePositional(positional, flag) {
|
|
168014
168013
|
switch (flag) {
|