xmlui 0.9.86 → 0.9.87

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.
@@ -18672,7 +18672,7 @@ function gv({
18672
18672
  let h = o == null ? void 0 : o.forceInitialize, f = o == null ? void 0 : o.interceptorWorker;
18673
18673
  U(() => {
18674
18674
  b || e && (async () => {
18675
- const { initMock: C } = await import("./initMock-BJWFwa64.mjs"), S = await C(e);
18675
+ const { initMock: C } = await import("./initMock-BW2s2XBp.mjs"), S = await C(e);
18676
18676
  m(S), a(!0);
18677
18677
  })();
18678
18678
  }, [e, b]), U(() => {
@@ -18683,7 +18683,7 @@ function gv({
18683
18683
  f ? (async () => {
18684
18684
  const [{ createApiInterceptorWorker: C }, { initMock: S }] = await Promise.all([
18685
18685
  import("./apiInterceptorWorker-DH8wqOVq.mjs"),
18686
- import("./initMock-BJWFwa64.mjs")
18686
+ import("./initMock-BW2s2XBp.mjs")
18687
18687
  ]), y = await S(e);
18688
18688
  await C(y, f), setTimeout(() => {
18689
18689
  a(!0);
@@ -18695,7 +18695,7 @@ function gv({
18695
18695
  if (process.env.VITE_MOCK_ENABLED) {
18696
18696
  const [{ createApiInterceptorWorker: S }, { initMock: y }] = await Promise.all([
18697
18697
  b ? import("./apiInterceptorWorker-DH8wqOVq.mjs") : Promise.resolve({ createApiInterceptorWorker: () => null }),
18698
- import("./initMock-BJWFwa64.mjs")
18698
+ import("./initMock-BW2s2XBp.mjs")
18699
18699
  ]);
18700
18700
  if (e || l) {
18701
18701
  const w = await y(e || {});
@@ -19560,12 +19560,18 @@ function s_(e) {
19560
19560
  `);
19561
19561
  }
19562
19562
  function d_(e, t) {
19563
- e = e.replaceAll(new RegExp("(?<!\\\\)\\@\\{\\s*\\}", "g"), "");
19564
- const o = new RegExp("(?<!\\\\)\\@\\{((?:[^{}]|\\{(?:[^{}]|\\{(?:[^{}]|\\{[^{}]*\\})*\\})*\\})*)\\}", "g");
19565
- return e.replace(o, (a, l) => {
19566
- const c = t(`{${l}}`), d = n(c);
19567
- return typeof d == "object" && d !== null ? JSON.stringify(d) : d;
19568
- });
19563
+ e = e.replaceAll(/(^|[^\\])\@\{\s*\}/g, "$1");
19564
+ let o = "", r = 0;
19565
+ for (; e !== o && r < 100; ) {
19566
+ o = e, r++;
19567
+ const a = e.match(/(^|[^\\])(\@\{((?:[^{}]|\{(?:[^{}]|\{(?:[^{}]|\{[^{}]*\})*\})*\})*)\})/);
19568
+ if (a) {
19569
+ const l = a[0], c = a[1], d = a[3], u = t(`{${d}}`), p = n(u), m = typeof p == "object" && p !== null ? JSON.stringify(p) : p;
19570
+ e = e.replace(l, c + m);
19571
+ } else
19572
+ break;
19573
+ }
19574
+ return e;
19569
19575
  function n(a) {
19570
19576
  if (a === null)
19571
19577
  return null;
@@ -29827,7 +29833,7 @@ function mP({ children: e }) {
29827
29833
  /* @__PURE__ */ s("svg", { style: { display: "none" }, ref: a })
29828
29834
  ] });
29829
29835
  }
29830
- const hP = "0.9.86", bP = {
29836
+ const hP = "0.9.87", bP = {
29831
29837
  capitalize: X0,
29832
29838
  pluralize: ST,
29833
29839
  defaultTo: K0,
@@ -1,6 +1,6 @@
1
1
  import { delay as D, HttpResponse as g, matchRequestUrl as E } from "msw";
2
2
  import { isArray as N, isObject as U, mapValues as T } from "lodash-es";
3
- import { r as M, g as $, d as F, m as O, a as B, o as A, T as x } from "./index-Bm0sNu3Q.mjs";
3
+ import { r as M, g as $, d as F, m as O, a as B, o as A, T as x } from "./index-D0LUEbCn.mjs";
4
4
  import q from "dexie";
5
5
  var k = /* @__PURE__ */ ((e) => (e[e.Continue = 100] = "Continue", e[e.SwitchingProtocols = 101] = "SwitchingProtocols", e[e.Processing = 102] = "Processing", e[e.EarlyHints = 103] = "EarlyHints", e[e.Ok = 200] = "Ok", e[e.Created = 201] = "Created", e[e.Accepted = 202] = "Accepted", e[e.NonAuthoritativeInformation = 203] = "NonAuthoritativeInformation", e[e.NoContent = 204] = "NoContent", e[e.ResetContent = 205] = "ResetContent", e[e.PartialContent = 206] = "PartialContent", e[e.MultiStatus = 207] = "MultiStatus", e[e.AlreadyReported = 208] = "AlreadyReported", e[e.ImUsed = 226] = "ImUsed", e[e.MultipleChoices = 300] = "MultipleChoices", e[e.MovedPermanently = 301] = "MovedPermanently", e[e.Found = 302] = "Found", e[e.SeeOther = 303] = "SeeOther", e[e.NotModified = 304] = "NotModified", e[e.UseProxy = 305] = "UseProxy", e[e.Unused = 306] = "Unused", e[e.TemporaryRedirect = 307] = "TemporaryRedirect", e[e.PermanentRedirect = 308] = "PermanentRedirect", e[e.BadRequest = 400] = "BadRequest", e[e.Unauthorized = 401] = "Unauthorized", e[e.PaymentRequired = 402] = "PaymentRequired", e[e.Forbidden = 403] = "Forbidden", e[e.NotFound = 404] = "NotFound", e[e.MethodNotAllowed = 405] = "MethodNotAllowed", e[e.NotAcceptable = 406] = "NotAcceptable", e[e.ProxyAuthenticationRequired = 407] = "ProxyAuthenticationRequired", e[e.RequestTimeout = 408] = "RequestTimeout", e[e.Conflict = 409] = "Conflict", e[e.Gone = 410] = "Gone", e[e.LengthRequired = 411] = "LengthRequired", e[e.PreconditionFailed = 412] = "PreconditionFailed", e[e.PayloadTooLarge = 413] = "PayloadTooLarge", e[e.UriTooLong = 414] = "UriTooLong", e[e.UnsupportedMediaType = 415] = "UnsupportedMediaType", e[e.RangeNotSatisfiable = 416] = "RangeNotSatisfiable", e[e.ExpectationFailed = 417] = "ExpectationFailed", e[e.ImATeapot = 418] = "ImATeapot", e[e.MisdirectedRequest = 421] = "MisdirectedRequest", e[e.UnprocessableEntity = 422] = "UnprocessableEntity", e[e.Locked = 423] = "Locked", e[e.FailedDependency = 424] = "FailedDependency", e[e.TooEarly = 425] = "TooEarly", e[e.UpgradeRequired = 426] = "UpgradeRequired", e[e.PreconditionRequired = 428] = "PreconditionRequired", e[e.TooManyRequests = 429] = "TooManyRequests", e[e.RequestHeaderFieldsTooLarge = 431] = "RequestHeaderFieldsTooLarge", e[e.UnavailableForLegalReasons = 451] = "UnavailableForLegalReasons", e[e.InternalServerError = 500] = "InternalServerError", e[e.NotImplemented = 501] = "NotImplemented", e[e.BadGateway = 502] = "BadGateway", e[e.ServiceUnavailable = 503] = "ServiceUnavailable", e[e.GatewayTimeout = 504] = "GatewayTimeout", e[e.HttpVersionNotSupported = 505] = "HttpVersionNotSupported", e[e.VariantAlsoNegotiates = 506] = "VariantAlsoNegotiates", e[e.InsufficientStorage = 507] = "InsufficientStorage", e[e.LoopDetected = 508] = "LoopDetected", e[e.NotExtended = 510] = "NotExtended", e[e.NetworkAuthenticationRequired = 511] = "NetworkAuthenticationRequired", e))(k || {});
6
6
  class m extends Error {
@@ -1,4 +1,4 @@
1
- import { m as o, s as n } from "./server-common-CfdMYx46.mjs";
1
+ import { m as o, s as n } from "./server-common-LUcdzTQs.mjs";
2
2
  var e = o;
3
3
  const s = new e.BrowserMessageReader(self);
4
4
  s.listen((r) => {
@@ -1,4 +1,4 @@
1
- import { m as n, s as a } from "./server-common-CfdMYx46.mjs";
1
+ import { m as n, s as a } from "./server-common-LUcdzTQs.mjs";
2
2
  var o = n;
3
3
  function r() {
4
4
  const t = o.createConnection(o.ProposedFeatures.all);