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.
@@ -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-DGZ1xviB.mjs";
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-B8TTzBdN.mjs");
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.40";
32863
+ const version = "0.9.41";
32864
32864
  const miscellaneousUtils = {
32865
32865
  capitalize,
32866
32866
  pluralize: pluralize$1,
@@ -1,4 +1,4 @@
1
- import { m as main, s as start } from "./server-common-Cb_e1fYU.mjs";
1
+ import { m as main, s as start } from "./server-common-GEz8hGWu.mjs";
2
2
  var browser = main;
3
3
  const messageReader = new browser.BrowserMessageReader(self);
4
4
  messageReader.listen((message) => {
@@ -1,4 +1,4 @@
1
- import { m as main, s as start$1 } from "./server-common-Cb_e1fYU.mjs";
1
+ import { m as main, s as start$1 } from "./server-common-GEz8hGWu.mjs";
2
2
  var node = main;
3
3
  function start() {
4
4
  const connection = node.createConnection(node.ProposedFeatures.all);