xmlui 0.11.1 → 0.11.2
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/{index-CEq6OdjV.js → index-DyhCY6Ga.js} +4 -4
- package/dist/lib/{initMock-DhUnLKrR.js → initMock-DN7MXrdn.js} +1 -1
- package/dist/lib/xmlui.js +1 -1
- package/dist/metadata/{collectedComponentMetadata-BAI5eK2v.js → collectedComponentMetadata-BNSnCrzh.js} +4 -4
- package/dist/metadata/{initMock-CekNG5Ax.js → initMock-CVnDRyRf.js} +1 -1
- package/dist/metadata/xmlui-metadata.js +1 -1
- package/dist/metadata/xmlui-metadata.umd.cjs +1 -1
- package/dist/scripts/package.json +3 -4
- package/dist/standalone/xmlui-standalone.umd.js +3 -3
- package/package.json +3 -4
|
@@ -24329,7 +24329,7 @@ function ApiInterceptorProvider({
|
|
|
24329
24329
|
return;
|
|
24330
24330
|
}
|
|
24331
24331
|
void (async () => {
|
|
24332
|
-
const { initMock } = await import("./initMock-
|
|
24332
|
+
const { initMock } = await import("./initMock-DN7MXrdn.js");
|
|
24333
24333
|
const apiInstance2 = await initMock(interceptor);
|
|
24334
24334
|
setApiInstance(apiInstance2);
|
|
24335
24335
|
setInitialized(true);
|
|
@@ -24346,7 +24346,7 @@ function ApiInterceptorProvider({
|
|
|
24346
24346
|
if (process.env.VITE_MOCK_ENABLED) {
|
|
24347
24347
|
const [{ createApiInterceptorWorker }, { initMock }] = await Promise.all([
|
|
24348
24348
|
useWorker ? import("./apiInterceptorWorker-QiltRtq1.js") : Promise.resolve({ createApiInterceptorWorker: () => null }),
|
|
24349
|
-
import("./initMock-
|
|
24349
|
+
import("./initMock-DN7MXrdn.js")
|
|
24350
24350
|
]);
|
|
24351
24351
|
if (interceptor || forceInitialize) {
|
|
24352
24352
|
const apiInstance2 = await initMock(interceptor || {});
|
|
@@ -24383,7 +24383,7 @@ function ApiInterceptorProvider({
|
|
|
24383
24383
|
void (async () => {
|
|
24384
24384
|
const [{ createApiInterceptorWorker }, { initMock }] = await Promise.all([
|
|
24385
24385
|
import("./apiInterceptorWorker-QiltRtq1.js"),
|
|
24386
|
-
import("./initMock-
|
|
24386
|
+
import("./initMock-DN7MXrdn.js")
|
|
24387
24387
|
]);
|
|
24388
24388
|
const apiInstance2 = await initMock(interceptor);
|
|
24389
24389
|
await createApiInterceptorWorker(apiInstance2, parentInterceptorWorker);
|
|
@@ -46299,7 +46299,7 @@ function IconProvider({ children }) {
|
|
|
46299
46299
|
/* @__PURE__ */ jsx("svg", { style: { display: "none" }, ref: spriteRootRef })
|
|
46300
46300
|
] });
|
|
46301
46301
|
}
|
|
46302
|
-
const version = "0.11.
|
|
46302
|
+
const version = "0.11.2";
|
|
46303
46303
|
const miscellaneousUtils = {
|
|
46304
46304
|
capitalize,
|
|
46305
46305
|
pluralize: pluralize$1,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { delay as delay$1, HttpResponse, matchRequestUrl } from "msw";
|
|
2
2
|
import { isArray, isObject, mapValues } from "lodash-es";
|
|
3
|
-
import { r as runEventHandlerCode, g as getDate, d as delay, m as miscellaneousUtils, a as dateFunctions, o as orderBy, T as ThrowStatementError } from "./index-
|
|
3
|
+
import { r as runEventHandlerCode, g as getDate, d as delay, m as miscellaneousUtils, a as dateFunctions, o as orderBy, T as ThrowStatementError } from "./index-DyhCY6Ga.js";
|
|
4
4
|
import Dexie from "dexie";
|
|
5
5
|
var HttpStatusCode = /* @__PURE__ */ ((HttpStatusCode2) => {
|
|
6
6
|
HttpStatusCode2[HttpStatusCode2["Continue"] = 100] = "Continue";
|
package/dist/lib/xmlui.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { aa, Z, al, a1, _, $, ai, ak, ag, ab, a2, a0, S, ar, b, ao, ap, a4, a5, ae, af, as, aj, ah, ad, c, f, e, h, j, k, l, i, n, p, q, s, u, v, x, w, t, y, z, A, B, C, D, E, F, G, H, I, J, K, L, M, P, N, O, Q, R, U, V, a3, W, X, a7, an, a6, a8, aq, a9, am, Y, ac } from "./index-
|
|
1
|
+
import { aa, Z, al, a1, _, $, ai, ak, ag, ab, a2, a0, S, ar, b, ao, ap, a4, a5, ae, af, as, aj, ah, ad, c, f, e, h, j, k, l, i, n, p, q, s, u, v, x, w, t, y, z, A, B, C, D, E, F, G, H, I, J, K, L, M, P, N, O, Q, R, U, V, a3, W, X, a7, an, a6, a8, aq, a9, am, Y, ac } from "./index-DyhCY6Ga.js";
|
|
2
2
|
import { e as e2, x as x2 } from "./xmlui-parser-BZZ430Wm.js";
|
|
3
3
|
import { X as X2 } from "./xmlui-serializer-D9D2mQ8m.js";
|
|
4
4
|
export {
|
|
@@ -47885,7 +47885,7 @@ function IconProvider({ children }) {
|
|
|
47885
47885
|
/* @__PURE__ */ jsx("svg", { style: { display: "none" }, ref: spriteRootRef })
|
|
47886
47886
|
] });
|
|
47887
47887
|
}
|
|
47888
|
-
const version = "0.11.
|
|
47888
|
+
const version = "0.11.2";
|
|
47889
47889
|
const miscellaneousUtils = {
|
|
47890
47890
|
capitalize,
|
|
47891
47891
|
pluralize: pluralize$1,
|
|
@@ -55552,7 +55552,7 @@ function ApiInterceptorProvider({
|
|
|
55552
55552
|
return;
|
|
55553
55553
|
}
|
|
55554
55554
|
void (async () => {
|
|
55555
|
-
const { initMock } = await import("./initMock-
|
|
55555
|
+
const { initMock } = await import("./initMock-CVnDRyRf.js");
|
|
55556
55556
|
const apiInstance2 = await initMock(interceptor);
|
|
55557
55557
|
setApiInstance(apiInstance2);
|
|
55558
55558
|
setInitialized(true);
|
|
@@ -55569,7 +55569,7 @@ function ApiInterceptorProvider({
|
|
|
55569
55569
|
if (define_process_env_default.VITE_MOCK_ENABLED) {
|
|
55570
55570
|
const [{ createApiInterceptorWorker }, { initMock }] = await Promise.all([
|
|
55571
55571
|
useWorker ? import("./apiInterceptorWorker-Dql7QGw2.js") : Promise.resolve({ createApiInterceptorWorker: () => null }),
|
|
55572
|
-
import("./initMock-
|
|
55572
|
+
import("./initMock-CVnDRyRf.js")
|
|
55573
55573
|
]);
|
|
55574
55574
|
if (interceptor || forceInitialize) {
|
|
55575
55575
|
const apiInstance2 = await initMock(interceptor || {});
|
|
@@ -55606,7 +55606,7 @@ function ApiInterceptorProvider({
|
|
|
55606
55606
|
void (async () => {
|
|
55607
55607
|
const [{ createApiInterceptorWorker }, { initMock }] = await Promise.all([
|
|
55608
55608
|
import("./apiInterceptorWorker-Dql7QGw2.js"),
|
|
55609
|
-
import("./initMock-
|
|
55609
|
+
import("./initMock-CVnDRyRf.js")
|
|
55610
55610
|
]);
|
|
55611
55611
|
const apiInstance2 = await initMock(interceptor);
|
|
55612
55612
|
await createApiInterceptorWorker(apiInstance2, parentInterceptorWorker);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { delay as delay$1, HttpResponse, matchRequestUrl } from "msw";
|
|
2
2
|
import { isArray, isObject, mapValues } from "lodash-es";
|
|
3
|
-
import { r as runEventHandlerCode, g as getDate, d as delay, m as miscellaneousUtils, a as dateFunctions, o as orderBy, T as ThrowStatementError } from "./collectedComponentMetadata-
|
|
3
|
+
import { r as runEventHandlerCode, g as getDate, d as delay, m as miscellaneousUtils, a as dateFunctions, o as orderBy, T as ThrowStatementError } from "./collectedComponentMetadata-BNSnCrzh.js";
|
|
4
4
|
import Dexie from "dexie";
|
|
5
5
|
var HttpStatusCode = /* @__PURE__ */ ((HttpStatusCode2) => {
|
|
6
6
|
HttpStatusCode2[HttpStatusCode2["Continue"] = 100] = "Continue";
|