xmlui 0.9.39 → 0.9.40

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-DAE4_Ivq.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-DGZ1xviB.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-CuqdinHT.mjs");
21732
+ const { createApiInterceptorWorker } = await import("./apiInterceptorWorker-B8TTzBdN.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.39";
32863
+ const version = "0.9.40";
32865
32864
  const miscellaneousUtils = {
32866
32865
  capitalize,
32867
32866
  pluralize: pluralize$1,
@@ -1,4 +1,4 @@
1
- import { m as main, s as start } from "./server-common-GEz8hGWu.mjs";
1
+ import { m as main, s as start } from "./server-common-Cb_e1fYU.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-GEz8hGWu.mjs";
1
+ import { m as main, s as start$1 } from "./server-common-Cb_e1fYU.mjs";
2
2
  var node = main;
3
3
  function start() {
4
4
  const connection = node.createConnection(node.ProposedFeatures.all);