xmlui 0.9.40 → 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-B8TTzBdN.mjs → apiInterceptorWorker-CtBaFvdM.mjs} +1 -1
- package/dist/lib/{index-DGZ1xviB.mjs → index-CyoiJ6iV.mjs} +2 -2
- package/dist/lib/language-server-web-worker.mjs +1 -1
- package/dist/lib/language-server.mjs +1 -1
- package/dist/lib/{server-common-Cb_e1fYU.mjs → server-common-GEz8hGWu.mjs} +2549 -2465
- package/dist/lib/xmlui.mjs +1 -1
- package/dist/scripts/package.json +1 -1
- package/dist/standalone/xmlui-standalone.umd.js +5 -5
- 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) {
|
|
@@ -32860,7 +32860,7 @@ function IconProvider({ children }) {
|
|
|
32860
32860
|
/* @__PURE__ */ jsx("svg", { style: { display: "none" }, ref: spriteRootRef })
|
|
32861
32861
|
] });
|
|
32862
32862
|
}
|
|
32863
|
-
const version = "0.9.
|
|
32863
|
+
const version = "0.9.41";
|
|
32864
32864
|
const miscellaneousUtils = {
|
|
32865
32865
|
capitalize,
|
|
32866
32866
|
pluralize: pluralize$1,
|