@vc-shell/framework 2.0.0-alpha.24 → 2.0.0-alpha.25

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.
Files changed (31) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/dist/ai-agent/index.js +2 -2
  3. package/dist/chunks/{VcAiAgentPanel.vue_vue_type_style_index_0_lang-BP2AONee.js → VcAiAgentPanel.vue_vue_type_style_index_0_lang-DHLKAqm0.js} +199 -199
  4. package/dist/chunks/{VcTableAdapter.vue_vue_type_style_index_0_lang-Dcmfbvu-.js → VcTableAdapter.vue_vue_type_style_index_0_lang-TnE_L5Rp.js} +402 -397
  5. package/dist/chunks/{index-Dv4ed_py.js → index-BJbOVN0O.js} +2 -2
  6. package/dist/chunks/{index-CqUIFifF.js → index-Des1Cxbn.js} +1 -1
  7. package/dist/chunks/{vc-toast.vue_vue_type_style_index_0_lang-NNvJU00Y.js → vc-toast.vue_vue_type_style_index_0_lang-D-kMIagL.js} +1 -1
  8. package/dist/chunks/vendor-tiptap-extension-placeholder-D1_k7Sra.js +1 -0
  9. package/dist/chunks/{vendor-tiptap-extensions-CqOFzZAS.js → vendor-tiptap-extensions-pwHVUzkb.js} +55 -54
  10. package/dist/chunks/{vendor-tiptap-starter-kit-DcsDv0Wg.js → vendor-tiptap-starter-kit-BEsLVJ4Q.js} +1 -1
  11. package/dist/core/composables/index.d.ts +0 -1
  12. package/dist/core/composables/index.d.ts.map +1 -1
  13. package/dist/core/composables/useBladeWidgets.d.ts +16 -0
  14. package/dist/core/composables/useBladeWidgets.d.ts.map +1 -1
  15. package/dist/core/services/widget-service.d.ts +5 -12
  16. package/dist/core/services/widget-service.d.ts.map +1 -1
  17. package/dist/framework.js +1148 -1148
  18. package/dist/index.d.ts +1 -1
  19. package/dist/index.d.ts.map +1 -1
  20. package/dist/injection-keys.d.ts +2 -1
  21. package/dist/injection-keys.d.ts.map +1 -1
  22. package/dist/test-helpers.d.ts.map +1 -1
  23. package/dist/tsconfig.tsbuildinfo +1 -1
  24. package/dist/ui/components/organisms/vc-blade/_internal/widgets/{WidgetProvider.vue.d.ts → WidgetScope.vue.d.ts} +1 -1
  25. package/dist/ui/components/organisms/vc-blade/_internal/widgets/WidgetScope.vue.d.ts.map +1 -0
  26. package/dist/ui/index.js +3 -3
  27. package/package.json +4 -4
  28. package/dist/chunks/vendor-tiptap-extension-placeholder-WyhAnzy7.js +0 -1
  29. package/dist/core/composables/useWidget/index.d.ts +0 -18
  30. package/dist/core/composables/useWidget/index.d.ts.map +0 -1
  31. package/dist/ui/components/organisms/vc-blade/_internal/widgets/WidgetProvider.vue.d.ts.map +0 -1
@@ -1,4 +1,4 @@
1
- import { defineComponent as G, computed as v, onMounted as Te, openBlock as C, createElementBlock as O, normalizeStyle as Ce, normalizeClass as H, toDisplayString as he, markRaw as Ot, createBlock as J, resolveDynamicComponent as Fe, createElementVNode as N, mergeProps as xe, createCommentVNode as K, resolveComponent as je, inject as M, unref as L, renderSlot as ye, ref as k, watch as Y, nextTick as ne, onBeforeUnmount as at, toValue as le, getCurrentInstance as we, withKeys as ft, withModifiers as Ye, Teleport as qt, createVNode as Z, Transition as st, withCtx as fe, withDirectives as it, Fragment as Le, renderList as ot, createTextVNode as pt, toRef as kt, reactive as Zt, createApp as Xt, onErrorCaptured as Yt, shallowRef as lt, provide as Ae, vShow as Vt, h as Qt, isRef as er, createStaticVNode as tr, onUnmounted as rr } from "vue";
1
+ import { defineComponent as G, computed as v, onMounted as Te, openBlock as C, createElementBlock as O, normalizeStyle as Ce, normalizeClass as H, toDisplayString as he, markRaw as Ot, createBlock as J, resolveDynamicComponent as Fe, createElementVNode as N, mergeProps as xe, createCommentVNode as K, resolveComponent as je, inject as M, unref as L, renderSlot as ye, ref as k, watch as Y, nextTick as ne, onBeforeUnmount as at, toValue as le, getCurrentInstance as we, withKeys as ft, withModifiers as Ye, Teleport as qt, createVNode as Z, Transition as st, withCtx as fe, withDirectives as it, Fragment as Le, renderList as ot, createTextVNode as pt, toRef as kt, reactive as Zt, createApp as Xt, onErrorCaptured as Yt, shallowRef as lt, provide as Ie, vShow as Vt, h as Qt, isRef as er, createStaticVNode as tr, onUnmounted as rr } from "vue";
2
2
  import { o as Rt, s as nr, c as ke } from "./vendor-lodash-es-BwHYzZ39.js";
3
3
  import { u as ar, a as sr, o as ir } from "./vendor-vueuse-core-CPOkeLul.js";
4
4
  import { u as or, j as Bt, k as lr } from "./vendor-vueuse-shared-Byno6iDO.js";
@@ -153,7 +153,7 @@ class Gs extends ae {
153
153
  super(e, "SERVICE_ERROR", t), this.name = "ServiceError";
154
154
  }
155
155
  }
156
- class Ir extends ae {
156
+ class Ar extends ae {
157
157
  constructor(e, t) {
158
158
  super(`${e} not provided. Make sure to call the corresponding 'provide' function.`, "INJECTION_ERROR", {
159
159
  serviceName: e,
@@ -185,11 +185,11 @@ class Ws extends ae {
185
185
  }), this.name = "ModuleLoadError";
186
186
  }
187
187
  }
188
- function Ar(s) {
188
+ function Ir(s) {
189
189
  return s instanceof ae;
190
190
  }
191
191
  function Ks(s, e = "UNKNOWN_ERROR") {
192
- return Ar(s) ? s : s instanceof Error ? new ae(s.message, e, {
192
+ return Ir(s) ? s : s instanceof Error ? new ae(s.message, e, {
193
193
  originalError: s.name,
194
194
  stack: s.stack
195
195
  }) : new ae(String(s), e);
@@ -562,12 +562,12 @@ function zr(s) {
562
562
  return l.value.get(y) || o;
563
563
  }, P = (p, y) => {
564
564
  let x = 0;
565
- const I = [], R = [], A = c.value;
565
+ const A = [], R = [], I = c.value;
566
566
  for (const $ of p) {
567
- const ee = g($), ie = I.length > 0 ? A : 0;
568
- x + ie + ee <= y ? (I.push($), x += ie + ee) : R.push($);
567
+ const ee = g($), ie = A.length > 0 ? I : 0;
568
+ x + ie + ee <= y ? (A.push($), x += ie + ee) : R.push($);
569
569
  }
570
- return { visible: I, hidden: R };
570
+ return { visible: A, hidden: R };
571
571
  }, E = () => {
572
572
  if (!e.value || !t.value.length) return;
573
573
  if (u.value <= 0) {
@@ -578,8 +578,8 @@ function zr(s) {
578
578
  const p = c.value, y = a === "reverse" ? [...t.value].reverse() : t.value;
579
579
  let x = P(y, u.value);
580
580
  if (x.hidden.length > 0) {
581
- const I = U(), R = x.visible.length > 0 ? p : 0;
582
- x = P(y, u.value - I - R);
581
+ const A = U(), R = x.visible.length > 0 ? p : 0;
582
+ x = P(y, u.value - A - R);
583
583
  }
584
584
  a === "reverse" ? (f.value = x.visible.reverse(), h.value = x.hidden.reverse()) : (f.value = x.visible, h.value = x.hidden);
585
585
  }, _ = () => {
@@ -587,8 +587,8 @@ function zr(s) {
587
587
  c.value = Ke(e.value), w(), e.value.querySelectorAll("[data-item-key]").forEach((y) => {
588
588
  const x = y.getAttribute("data-item-key");
589
589
  if (x) {
590
- const I = bt(y);
591
- I > 0 && l.value.set(x, I);
590
+ const A = bt(y);
591
+ A > 0 && l.value.set(x, A);
592
592
  }
593
593
  }), E();
594
594
  }, T = () => {
@@ -599,11 +599,11 @@ function zr(s) {
599
599
  b || (b = new ResizeObserver((p) => {
600
600
  let y = !1;
601
601
  for (const x of p) {
602
- const I = x.target;
603
- if (!I.isConnected) continue;
604
- const R = I.getAttribute("data-item-key");
602
+ const A = x.target;
603
+ if (!A.isConnected) continue;
604
+ const R = A.getAttribute("data-item-key");
605
605
  if (!R) continue;
606
- const A = getComputedStyle(I), $ = x.borderBoxSize?.[0]?.inlineSize, ie = ($ ?? I.offsetWidth) + parseFloat(A.marginLeft || "0") + parseFloat(A.marginRight || "0");
606
+ const I = getComputedStyle(A), $ = x.borderBoxSize?.[0]?.inlineSize, ie = ($ ?? A.offsetWidth) + parseFloat(I.marginLeft || "0") + parseFloat(I.marginRight || "0");
607
607
  ie > 0 && l.value.get(R) !== ie && (l.value.set(R, ie), y = !0);
608
608
  }
609
609
  y && E();
@@ -685,7 +685,7 @@ function Fr(s, e, t = {}) {
685
685
  resolvedStrategy: r
686
686
  };
687
687
  }
688
- const De = Symbol("BladeStack"), ut = Symbol("BladeMessaging"), ct = Symbol("BladeDescriptor"), Lr = Symbol("BladeData"), Hs = Symbol("NavigationViewLocation"), Mr = Symbol("BladeInstance"), Gr = Symbol("BladeBackButton"), qs = Symbol("NotificationTemplates"), Dr = Symbol("NotificationStore"), Zs = Symbol("WidgetService"), Xs = Symbol("DashboardService"), Ys = Symbol("GlobalSearch"), Vs = Symbol("MenuService"), Qs = Symbol("SettingsMenuService"), ei = Symbol("AppBarWidgetService"), ti = Symbol("AppBarMobileButtonsService"), Jr = Symbol("LanguageService"), Wr = Symbol("ToolbarService"), ri = Symbol("WidgetId"), ni = Symbol("DynamicModules"), ai = Symbol("ModulesReady"), si = Symbol("ModulesLoadError"), Kr = Symbol("AppRootElement"), Hr = Symbol("EmbeddedMode"), ii = Symbol("ShellIndicators"), Je = Symbol("AiAgentService"), Nt = Symbol("IsMobile"), oi = Symbol("IsDesktop"), li = Symbol("IsPhone"), ui = Symbol("IsTablet"), ci = Symbol("IsTouch"), di = Symbol("BladeRoutes"), hi = Symbol("InternalRoutes"), fi = Symbol("CloseSettingsMenu"), pi = Symbol("BladeContext");
688
+ const De = Symbol("BladeStack"), ut = Symbol("BladeMessaging"), ct = Symbol("BladeDescriptor"), Lr = Symbol("BladeData"), Hs = Symbol("NavigationViewLocation"), Mr = Symbol("BladeInstance"), Gr = Symbol("BladeBackButton"), qs = Symbol("NotificationTemplates"), Dr = Symbol("NotificationStore"), Zs = Symbol("WidgetService"), Xs = Symbol("DashboardService"), Ys = Symbol("GlobalSearch"), Vs = Symbol("MenuService"), Qs = Symbol("SettingsMenuService"), ei = Symbol("AppBarWidgetService"), ti = Symbol("AppBarMobileButtonsService"), Jr = Symbol("LanguageService"), Wr = Symbol("ToolbarService"), ri = Symbol("DynamicModules"), ni = Symbol("ModulesReady"), ai = Symbol("ModulesLoadError"), Kr = Symbol("AppRootElement"), Hr = Symbol("EmbeddedMode"), si = Symbol("ShellIndicators"), Je = Symbol("AiAgentService"), Nt = Symbol("IsMobile"), ii = Symbol("IsDesktop"), oi = Symbol("IsPhone"), li = Symbol("IsTablet"), ui = Symbol("IsTouch"), ci = Symbol("BladeRoutes"), di = Symbol("InternalRoutes"), hi = Symbol("CloseSettingsMenu"), fi = Symbol("BladeContext"), pi = Symbol("WidgetScope");
689
689
  function qr(s = {}) {
690
690
  const e = M(Kr, void 0);
691
691
  return {
@@ -833,13 +833,13 @@ const Zr = ["title"], Xr = ["title"], Yr = /* @__PURE__ */ G({
833
833
  function x() {
834
834
  m.value || (m.value = !0, n("open"));
835
835
  }
836
- function I() {
836
+ function A() {
837
837
  R("action");
838
838
  }
839
839
  function R(B) {
840
840
  m.value && (m.value = !1, n("close", B));
841
841
  }
842
- function A() {
842
+ function I() {
843
843
  m.value ? R("action") : x();
844
844
  }
845
845
  function $(B, te) {
@@ -917,15 +917,15 @@ const Zr = ["title"], Xr = ["title"], Yr = /* @__PURE__ */ G({
917
917
  "aria-expanded": m.value,
918
918
  "aria-haspopup": s.role,
919
919
  onKeydown: [
920
- ft(Ye(A, ["prevent"]), ["enter"]),
921
- ft(Ye(A, ["prevent"]), ["space"])
920
+ ft(Ye(I, ["prevent"]), ["enter"]),
921
+ ft(Ye(I, ["prevent"]), ["space"])
922
922
  ]
923
923
  }, [
924
924
  ye(B.$slots, "trigger", {
925
925
  isActive: m.value,
926
- toggle: A,
926
+ toggle: I,
927
927
  open: x,
928
- close: I
928
+ close: A
929
929
  })
930
930
  ], 40, Qr)) : K("", !0),
931
931
  (C(), J(qt, {
@@ -958,7 +958,7 @@ const Zr = ["title"], Xr = ["title"], Yr = /* @__PURE__ */ G({
958
958
  }, [
959
959
  ye(B.$slots, "items-container", {
960
960
  items: s.items,
961
- close: I
961
+ close: A
962
962
  }, () => [
963
963
  s.items.length ? (C(), O("div", tn, [
964
964
  (C(!0), O(Le, null, ot(s.items, (oe, Se) => (C(), O("div", {
@@ -3768,7 +3768,7 @@ class Si extends V {
3768
3768
  }) : t !== 200 && t !== 204 ? e.text().then((r) => i("An unexpected server error occurred.", t, r, n)) : Promise.resolve(null);
3769
3769
  }
3770
3770
  }
3771
- var xn = /* @__PURE__ */ ((s) => (s.Undefined = "Undefined", s.ShortText = "ShortText", s.LongText = "LongText", s.Integer = "Integer", s.Decimal = "Decimal", s.DateTime = "DateTime", s.Boolean = "Boolean", s.Html = "Html", s.Image = "Image", s))(xn || {}), wn = /* @__PURE__ */ ((s) => (s.Detached = "Detached", s.Unchanged = "Unchanged", s.Added = "Added", s.Deleted = "Deleted", s.Modified = "Modified", s))(wn || {}), En = /* @__PURE__ */ ((s) => (s.Undefined = "Undefined", s.Object = "Object", s.Array = "Array", s.String = "String", s.Number = "Number", s.True = "True", s.False = "False", s.Null = "Null", s))(En || {}), Cn = /* @__PURE__ */ ((s) => (s.Info = "Info", s.Warning = "Warning", s.Debug = "Debug", s.Error = "Error", s))(Cn || {}), _n = /* @__PURE__ */ ((s) => (s.ShortText = "ShortText", s.LongText = "LongText", s.Integer = "Integer", s.Decimal = "Decimal", s.DateTime = "DateTime", s.Boolean = "Boolean", s.SecureString = "SecureString", s.Json = "Json", s.PositiveInteger = "PositiveInteger", s))(_n || {}), Sn = /* @__PURE__ */ ((s) => (s.Ascending = "Ascending", s.Descending = "Descending", s))(Sn || {}), Un = /* @__PURE__ */ ((s) => (s.Undefined = "Undefined", s.ShortText = "ShortText", s.LongText = "LongText", s.Integer = "Integer", s.Decimal = "Decimal", s.DateTime = "DateTime", s.Boolean = "Boolean", s.Html = "Html", s.Image = "Image", s))(Un || {}), In = /* @__PURE__ */ ((s) => (s.Undefined = "Undefined", s.ShortText = "ShortText", s.LongText = "LongText", s.Integer = "Integer", s.Decimal = "Decimal", s.DateTime = "DateTime", s.Boolean = "Boolean", s.Html = "Html", s.Image = "Image", s))(In || {}), An = /* @__PURE__ */ ((s) => (s.Undefined = "Undefined", s.ShortText = "ShortText", s.LongText = "LongText", s.Integer = "Integer", s.Decimal = "Decimal", s.DateTime = "DateTime", s.Boolean = "Boolean", s.Html = "Html", s.Image = "Image", s))(An || {}), Tn = /* @__PURE__ */ ((s) => (s.Undefined = "Undefined", s.Object = "Object", s.Array = "Array", s.String = "String", s.Number = "Number", s.True = "True", s.False = "False", s.Null = "Null", s))(Tn || {}), Pn = /* @__PURE__ */ ((s) => (s.ShortText = "ShortText", s.LongText = "LongText", s.Integer = "Integer", s.Decimal = "Decimal", s.DateTime = "DateTime", s.Boolean = "Boolean", s.SecureString = "SecureString", s.Json = "Json", s.PositiveInteger = "PositiveInteger", s))(Pn || {}), On = /* @__PURE__ */ ((s) => (s.Detached = "Detached", s.Unchanged = "Unchanged", s.Added = "Added", s.Deleted = "Deleted", s.Modified = "Modified", s))(On || {}), kn = /* @__PURE__ */ ((s) => (s.Info = "Info", s.Warning = "Warning", s.Debug = "Debug", s.Error = "Error", s))(kn || {}), Rn = /* @__PURE__ */ ((s) => (s.Ascending = "Ascending", s.Descending = "Descending", s))(Rn || {});
3771
+ var xn = /* @__PURE__ */ ((s) => (s.Undefined = "Undefined", s.ShortText = "ShortText", s.LongText = "LongText", s.Integer = "Integer", s.Decimal = "Decimal", s.DateTime = "DateTime", s.Boolean = "Boolean", s.Html = "Html", s.Image = "Image", s))(xn || {}), wn = /* @__PURE__ */ ((s) => (s.Detached = "Detached", s.Unchanged = "Unchanged", s.Added = "Added", s.Deleted = "Deleted", s.Modified = "Modified", s))(wn || {}), En = /* @__PURE__ */ ((s) => (s.Undefined = "Undefined", s.Object = "Object", s.Array = "Array", s.String = "String", s.Number = "Number", s.True = "True", s.False = "False", s.Null = "Null", s))(En || {}), Cn = /* @__PURE__ */ ((s) => (s.Info = "Info", s.Warning = "Warning", s.Debug = "Debug", s.Error = "Error", s))(Cn || {}), _n = /* @__PURE__ */ ((s) => (s.ShortText = "ShortText", s.LongText = "LongText", s.Integer = "Integer", s.Decimal = "Decimal", s.DateTime = "DateTime", s.Boolean = "Boolean", s.SecureString = "SecureString", s.Json = "Json", s.PositiveInteger = "PositiveInteger", s))(_n || {}), Sn = /* @__PURE__ */ ((s) => (s.Ascending = "Ascending", s.Descending = "Descending", s))(Sn || {}), Un = /* @__PURE__ */ ((s) => (s.Undefined = "Undefined", s.ShortText = "ShortText", s.LongText = "LongText", s.Integer = "Integer", s.Decimal = "Decimal", s.DateTime = "DateTime", s.Boolean = "Boolean", s.Html = "Html", s.Image = "Image", s))(Un || {}), An = /* @__PURE__ */ ((s) => (s.Undefined = "Undefined", s.ShortText = "ShortText", s.LongText = "LongText", s.Integer = "Integer", s.Decimal = "Decimal", s.DateTime = "DateTime", s.Boolean = "Boolean", s.Html = "Html", s.Image = "Image", s))(An || {}), In = /* @__PURE__ */ ((s) => (s.Undefined = "Undefined", s.ShortText = "ShortText", s.LongText = "LongText", s.Integer = "Integer", s.Decimal = "Decimal", s.DateTime = "DateTime", s.Boolean = "Boolean", s.Html = "Html", s.Image = "Image", s))(In || {}), Tn = /* @__PURE__ */ ((s) => (s.Undefined = "Undefined", s.Object = "Object", s.Array = "Array", s.String = "String", s.Number = "Number", s.True = "True", s.False = "False", s.Null = "Null", s))(Tn || {}), Pn = /* @__PURE__ */ ((s) => (s.ShortText = "ShortText", s.LongText = "LongText", s.Integer = "Integer", s.Decimal = "Decimal", s.DateTime = "DateTime", s.Boolean = "Boolean", s.SecureString = "SecureString", s.Json = "Json", s.PositiveInteger = "PositiveInteger", s))(Pn || {}), On = /* @__PURE__ */ ((s) => (s.Detached = "Detached", s.Unchanged = "Unchanged", s.Added = "Added", s.Deleted = "Deleted", s.Modified = "Modified", s))(On || {}), kn = /* @__PURE__ */ ((s) => (s.Info = "Info", s.Warning = "Warning", s.Debug = "Debug", s.Error = "Error", s))(kn || {}), Rn = /* @__PURE__ */ ((s) => (s.Ascending = "Ascending", s.Descending = "Descending", s))(Rn || {});
3772
3772
  class Bn extends Error {
3773
3773
  message;
3774
3774
  status;
@@ -4123,7 +4123,7 @@ function qn() {
4123
4123
  async function a(l) {
4124
4124
  const d = l.position || s.position;
4125
4125
  if (!wt(d)) {
4126
- const f = r(d), { default: h } = await import("./index-Dv4ed_py.js"), m = Xt(h, {
4126
+ const f = r(d), { default: h } = await import("./index-BJbOVN0O.js"), m = Xt(h, {
4127
4127
  ...l,
4128
4128
  position: d
4129
4129
  // Pass the position to the component
@@ -4214,7 +4214,7 @@ function qn() {
4214
4214
  hasNotification: o
4215
4215
  };
4216
4216
  }
4217
- const Ie = j("notification"), {
4217
+ const Ae = j("notification"), {
4218
4218
  defaultOptions: Ee,
4219
4219
  actions: de,
4220
4220
  getNotification: Zn,
@@ -4244,7 +4244,7 @@ X.remove = (s) => {
4244
4244
  };
4245
4245
  X.update = (s, e) => {
4246
4246
  if (!Yn(s))
4247
- return Ie.warn(`Cannot update: notification with ID ${s} not found`), s;
4247
+ return Ae.warn(`Cannot update: notification with ID ${s} not found`), s;
4248
4248
  const t = Zn(String(s));
4249
4249
  if (t)
4250
4250
  if (e.position && e.position !== t.position) {
@@ -4283,9 +4283,9 @@ X.clearPosition = (s) => {
4283
4283
  };
4284
4284
  X.debug = () => {
4285
4285
  Object.entries(Ee).forEach(([e, t]) => {
4286
- Ie.debug(`Default option ${e}: `, t);
4286
+ Ae.debug(`Default option ${e}: `, t);
4287
4287
  }), Object.entries(de).forEach(([e]) => {
4288
- Ie.debug(`Available action: ${e}`);
4288
+ Ae.debug(`Available action: ${e}`);
4289
4289
  });
4290
4290
  const s = Qe().reduce((e, t) => {
4291
4291
  const n = t.position || Ee.position;
@@ -4296,7 +4296,7 @@ X.debug = () => {
4296
4296
  }), e;
4297
4297
  }, {});
4298
4298
  return Object.entries(s).forEach(([e, t]) => {
4299
- Ie.debug(`Position ${e}: ${t.length} notifications`), t.forEach((n) => Ie.debug(` - ${n.id} (${n.type}): ${n.content}`));
4299
+ Ae.debug(`Position ${e}: ${t.length} notifications`), t.forEach((n) => Ae.debug(` - ${n.id} (${n.type}): ${n.content}`));
4300
4300
  }), {
4301
4301
  active: Qe(),
4302
4302
  defaultOptions: Ee
@@ -4453,7 +4453,7 @@ function aa() {
4453
4453
  return Re || (Re = na()), Re;
4454
4454
  }
4455
4455
  const ze = /* @__PURE__ */ new WeakMap();
4456
- function Ii(s, e, t) {
4456
+ function Ai(s, e, t) {
4457
4457
  ze.set(s, { timerId: e, notifId: t });
4458
4458
  }
4459
4459
  function sa(s) {
@@ -4624,7 +4624,7 @@ const Oe = k(/* @__PURE__ */ new Map()), pe = ha({
4624
4624
  function fa(s) {
4625
4625
  pe.preregister(s);
4626
4626
  }
4627
- function Ai(s) {
4627
+ function Ii(s) {
4628
4628
  pe.removePreregistered((e) => ht(e, s)), pe.broadcast((e) => e.removeMenuItem(s));
4629
4629
  }
4630
4630
  function Ti(s, e) {
@@ -4937,10 +4937,10 @@ const Lt = /* @__PURE__ */ G({
4937
4937
  emits: ["close", "parentCall"],
4938
4938
  setup(s, { emit: e }) {
4939
4939
  const t = s, n = e, r = zt(), a = k(!1), o = k(), u = v(() => r.getBladeComponent(t.descriptor.name));
4940
- Ae(
4940
+ Ie(
4941
4941
  ct,
4942
4942
  v(() => t.descriptor)
4943
- ), Ae(
4943
+ ), Ie(
4944
4944
  Mr,
4945
4945
  v(() => ({
4946
4946
  id: t.descriptor.id,
@@ -4955,7 +4955,7 @@ const Lt = /* @__PURE__ */ G({
4955
4955
  breadcrumbs: t.breadcrumbs,
4956
4956
  title: t.descriptor.title
4957
4957
  }))
4958
- ), Ae(
4958
+ ), Ie(
4959
4959
  Gr,
4960
4960
  v(() => t.backButton)
4961
4961
  );
@@ -5007,7 +5007,7 @@ const Lt = /* @__PURE__ */ G({
5007
5007
  _: 1
5008
5008
  }));
5009
5009
  }
5010
- }), Ia = /* @__PURE__ */ G({
5010
+ }), Aa = /* @__PURE__ */ G({
5011
5011
  __name: "vc-mobile-back-button",
5012
5012
  props: {
5013
5013
  breadcrumbs: {},
@@ -5058,9 +5058,9 @@ const Lt = /* @__PURE__ */ G({
5058
5058
  ]);
5059
5059
  }
5060
5060
  });
5061
- let Aa = 0;
5061
+ let Ia = 0;
5062
5062
  function Be() {
5063
- return `blade_${++Aa}_${Math.random().toString(36).slice(2, 8)}`;
5063
+ return `blade_${++Ia}_${Math.random().toString(36).slice(2, 8)}`;
5064
5064
  }
5065
5065
  function Ta(s, e) {
5066
5066
  const t = k([]), n = /* @__PURE__ */ new Map(), r = /* @__PURE__ */ new Map(), a = /* @__PURE__ */ new Map(), o = v(() => t.value[0]), u = v(() => t.value), l = v(() => {
@@ -5097,7 +5097,7 @@ function Ta(s, e) {
5097
5097
  return;
5098
5098
  }
5099
5099
  h([...t.value]);
5100
- const I = {
5100
+ const A = {
5101
5101
  id: Be(),
5102
5102
  name: p.name,
5103
5103
  url: c(p.name),
@@ -5106,7 +5106,7 @@ function Ta(s, e) {
5106
5106
  options: p.options,
5107
5107
  visible: !0
5108
5108
  };
5109
- t.value = [I], p.onOpen && r.set(I.id, p.onOpen), p.onClose && a.set(I.id, p.onClose), p.onOpen?.();
5109
+ t.value = [A], p.onOpen && r.set(A.id, p.onOpen), p.onClose && a.set(A.id, p.onClose), p.onOpen?.();
5110
5110
  }
5111
5111
  async function b(p) {
5112
5112
  if (!s.getBlade(p.name))
@@ -5114,13 +5114,13 @@ function Ta(s, e) {
5114
5114
  const y = p.parentId ?? l.value?.id ?? o.value?.id;
5115
5115
  if (!y)
5116
5116
  throw new Error("[BladeStack] Cannot open blade: no parent blade found");
5117
- const x = t.value.findIndex((A) => A.id === y);
5117
+ const x = t.value.findIndex((I) => I.id === y);
5118
5118
  if (x === -1)
5119
5119
  throw new Error(`[BladeStack] Parent blade '${y}' not found in stack`);
5120
- const I = t.value.slice(x + 1);
5121
- if (I.length > 0 && await f(I))
5120
+ const A = t.value.slice(x + 1);
5121
+ if (A.length > 0 && await f(A))
5122
5122
  return;
5123
- h(I);
5123
+ h(A);
5124
5124
  const R = {
5125
5125
  id: Be(),
5126
5126
  name: p.name,
@@ -5134,15 +5134,15 @@ function Ta(s, e) {
5134
5134
  t.value = [...t.value.slice(0, x + 1), R], p.onOpen && r.set(R.id, p.onOpen), p.onClose && a.set(R.id, p.onClose), p.onOpen?.();
5135
5135
  }
5136
5136
  async function S(p) {
5137
- const y = t.value.findIndex((A) => A.id === p);
5137
+ const y = t.value.findIndex((I) => I.id === p);
5138
5138
  if (y === -1 || y === 0) return !1;
5139
5139
  const x = t.value.slice(y);
5140
5140
  if (await f(x)) return !0;
5141
5141
  h(x), t.value = t.value.slice(0, y);
5142
5142
  const R = t.value.length - 1;
5143
5143
  if (R > 0 && !t.value[R].visible) {
5144
- const A = [...t.value];
5145
- A[R] = { ...A[R], visible: !0 }, t.value = A;
5144
+ const I = [...t.value];
5145
+ I[R] = { ...I[R], visible: !0 }, t.value = I;
5146
5146
  }
5147
5147
  return !1;
5148
5148
  }
@@ -5155,10 +5155,10 @@ function Ta(s, e) {
5155
5155
  const x = t.value.findIndex(($) => $.id === y.id);
5156
5156
  if (x === -1)
5157
5157
  throw new Error(`[BladeStack] Active blade '${y.id}' not found in stack`);
5158
- const I = t.value.slice(x + 1);
5159
- if (I.length > 0) {
5160
- if (await f(I)) return;
5161
- h(I);
5158
+ const A = t.value.slice(x + 1);
5159
+ if (A.length > 0) {
5160
+ if (await f(A)) return;
5161
+ h(A);
5162
5162
  }
5163
5163
  const R = {
5164
5164
  id: Be(),
@@ -5171,8 +5171,8 @@ function Ta(s, e) {
5171
5171
  visible: !0
5172
5172
  };
5173
5173
  h([y]);
5174
- const A = [...t.value.slice(0, x), R, ...t.value.slice(x + 1)];
5175
- t.value = A, p.onOpen && r.set(R.id, p.onOpen), p.onClose && a.set(R.id, p.onClose), p.onOpen?.();
5174
+ const I = [...t.value.slice(0, x), R, ...t.value.slice(x + 1)];
5175
+ t.value = I, p.onOpen && r.set(R.id, p.onOpen), p.onClose && a.set(R.id, p.onClose), p.onOpen?.();
5176
5176
  }
5177
5177
  async function w(p) {
5178
5178
  const y = l.value;
@@ -5183,10 +5183,10 @@ function Ta(s, e) {
5183
5183
  const x = t.value.findIndex(($) => $.id === y.id);
5184
5184
  if (x === -1)
5185
5185
  throw new Error(`[BladeStack] Active blade '${y.id}' not found in stack`);
5186
- const I = t.value.slice(x + 1);
5187
- if (I.length > 0) {
5188
- if (await f(I)) return;
5189
- h(I);
5186
+ const A = t.value.slice(x + 1);
5187
+ if (A.length > 0) {
5188
+ if (await f(A)) return;
5189
+ h(A);
5190
5190
  }
5191
5191
  const R = {
5192
5192
  id: Be(),
@@ -5197,8 +5197,8 @@ function Ta(s, e) {
5197
5197
  options: p.options,
5198
5198
  parentId: y.id,
5199
5199
  visible: !0
5200
- }, A = t.value.slice(0, x);
5201
- A.push({ ...y, visible: !1 }), A.push(R), t.value = A, p.onOpen && r.set(R.id, p.onOpen), p.onClose && a.set(R.id, p.onClose), p.onOpen?.();
5200
+ }, I = t.value.slice(0, x);
5201
+ I.push({ ...y, visible: !1 }), I.push(R), t.value = I, p.onOpen && r.set(R.id, p.onOpen), p.onClose && a.set(R.id, p.onClose), p.onOpen?.();
5202
5202
  }
5203
5203
  async function g(p) {
5204
5204
  const y = t.value.findIndex((R) => R.id === p);
@@ -5215,11 +5215,11 @@ function Ta(s, e) {
5215
5215
  function _(p, y) {
5216
5216
  const x = t.value.findIndex((R) => R.id === p);
5217
5217
  if (x === -1) return;
5218
- const I = [...t.value];
5219
- I[x] = { ...I[x], error: y }, t.value = I;
5218
+ const A = [...t.value];
5219
+ A[x] = { ...A[x], error: y }, t.value = A;
5220
5220
  }
5221
5221
  function T(p) {
5222
- const y = t.value.findIndex((I) => I.id === p);
5222
+ const y = t.value.findIndex((A) => A.id === p);
5223
5223
  if (y === -1) return;
5224
5224
  const x = [...t.value];
5225
5225
  x[y] = { ...x[y], error: void 0 }, t.value = x;
@@ -5227,8 +5227,8 @@ function Ta(s, e) {
5227
5227
  function F(p, y) {
5228
5228
  const x = t.value.findIndex((R) => R.id === p);
5229
5229
  if (x === -1 || t.value[x].title === y) return;
5230
- const I = [...t.value];
5231
- I[x] = { ...I[x], title: y }, t.value = I;
5230
+ const A = [...t.value];
5231
+ A[x] = { ...A[x], title: y }, t.value = A;
5232
5232
  }
5233
5233
  function W(p) {
5234
5234
  for (const y of t.value)
@@ -5309,7 +5309,7 @@ function Gt(s, e) {
5309
5309
  const Oa = ["aria-label"], ka = {
5310
5310
  key: 1,
5311
5311
  class: "tw-overflow-hidden tw-flex tw-grow tw-basis-0 tw-relative tw-min-w-0"
5312
- }, It = /* @__PURE__ */ G({
5312
+ }, At = /* @__PURE__ */ G({
5313
5313
  __name: "vc-blade-navigation-new",
5314
5314
  setup(s) {
5315
5315
  const { t: e } = cr(), t = Mt(), n = Ft(), r = dr(), { breadcrumbs: a, push: o, remove: u } = wa(), { syncUrlReplace: l } = Gt(r, t), d = v(() => t.blades.value), c = v(() => t.activeBlade.value), f = v(() => d.value.length > 0), h = v(() => d.value.filter((_) => _.visible).length), m = M(Nt), b = M(Je, void 0), S = v(() => b?.isExpanded.value ?? !1), U = v(() => m.value || S.value ? 1 : 2);
@@ -5324,10 +5324,10 @@ const Oa = ["aria-label"], ka = {
5324
5324
  id: F.toString(),
5325
5325
  title: kt({ title: T.name }, "title"),
5326
5326
  clickHandler: async (W) => {
5327
- const p = parseInt(W), x = d.value.filter((I) => I.visible)[p + 1];
5327
+ const p = parseInt(W), x = d.value.filter((A) => A.visible)[p + 1];
5328
5328
  if (x) {
5329
- const I = await t.closeBlade(x.id);
5330
- return I || l(), !I;
5329
+ const A = await t.closeBlade(x.id);
5330
+ return A || l(), !A;
5331
5331
  }
5332
5332
  return !0;
5333
5333
  }
@@ -5354,7 +5354,7 @@ const Oa = ["aria-label"], ka = {
5354
5354
  }
5355
5355
  function E(_) {
5356
5356
  if (!(_ <= 0))
5357
- return Qt(Ia, {
5357
+ return Qt(Aa, {
5358
5358
  breadcrumbs: a.value.slice(0, _),
5359
5359
  onBack: async () => {
5360
5360
  const T = d.value[_];
@@ -5384,8 +5384,8 @@ const Oa = ["aria-label"], ka = {
5384
5384
  }
5385
5385
  }), Ra = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
5386
5386
  __proto__: null,
5387
- VcBladeNavigation: It,
5388
- VcBladeNavigationV2: It,
5387
+ VcBladeNavigation: At,
5388
+ VcBladeNavigationV2: At,
5389
5389
  VcBladeSlot: Lt
5390
5390
  }, Symbol.toStringTag, { value: "Module" }));
5391
5391
  function Ze(s, e) {
@@ -5440,7 +5440,7 @@ _e("after", ja);
5440
5440
  const za = (s) => Number.isSafeInteger(parseInt(s)) ? !0 : me.global.t("messages.bigint");
5441
5441
  _e("bigint", za);
5442
5442
  const nt = j("signalR"), Ue = k(), Fa = Symbol("updateSignalRCreator");
5443
- function At(s, e, t) {
5443
+ function It(s, e, t) {
5444
5444
  s.off("SendSystemEvents"), t && (nt.debug("Setup handler for creator: ", t), s.on("SendSystemEvents", (n) => {
5445
5445
  n.creator === t && e.ingest(n);
5446
5446
  }));
@@ -5452,7 +5452,7 @@ const ji = {
5452
5452
  let r = !1;
5453
5453
  const a = yr("pushNotificationHub", { enableForVitest: !0 }) ?? new xr().withUrl("/pushNotificationHub").withAutomaticReconnect().configureLogging(wr.Information).build(), o = () => {
5454
5454
  a.start().then(() => {
5455
- nt.info("Connected."), At(a, t, Ue.value);
5455
+ nt.info("Connected."), It(a, t, Ue.value);
5456
5456
  }).catch((l) => {
5457
5457
  nt.error("Connection Error: ", l), setTimeout(() => o(), 5e3);
5458
5458
  });
@@ -5467,7 +5467,7 @@ const ji = {
5467
5467
  }), Y(
5468
5468
  Ue,
5469
5469
  (l) => {
5470
- l && a.state === "Connected" && At(a, t, l);
5470
+ l && a.state === "Connected" && It(a, t, l);
5471
5471
  },
5472
5472
  { immediate: !0 }
5473
5473
  ), Y(
@@ -5581,12 +5581,12 @@ function Ja() {
5581
5581
  let a;
5582
5582
  function o() {
5583
5583
  if (a) return a;
5584
- const A = Jt?.router;
5585
- return A && (a = Gt(A, t)), a;
5584
+ const I = Jt?.router;
5585
+ return I && (a = Gt(I, t)), a;
5586
5586
  }
5587
5587
  const u = v(() => (r || D("id"), r.value.id)), l = v(() => (r || D("param"), r.value.param)), d = v(() => (r || D("options"), r.value.options)), c = v(() => (r || D("query"), r.value.query)), f = v(() => (r || D("closable"), r.value.parentId !== void 0)), h = v(() => (r || D("expanded"), t.activeBlade.value?.id === r.value.id)), m = v(() => (r || D("name"), r.value.name));
5588
5588
  let b = !1;
5589
- function S(A) {
5589
+ function S(I) {
5590
5590
  if (b) {
5591
5591
  console.warn(
5592
5592
  "[vc-shell] provideBladeData() called more than once in the same blade. Only the first call takes effect."
@@ -5594,11 +5594,11 @@ function Ja() {
5594
5594
  return;
5595
5595
  }
5596
5596
  b = !0;
5597
- const $ = er(A) ? A : k(A);
5598
- Ae(Lr, $);
5597
+ const $ = er(I) ? I : k(I);
5598
+ Ie(Lr, $);
5599
5599
  }
5600
- async function U(A) {
5601
- const { isWorkspace: $, ...ee } = A;
5600
+ async function U(I) {
5601
+ const { isWorkspace: $, ...ee } = I;
5602
5602
  if ($)
5603
5603
  await t.openWorkspace(ee);
5604
5604
  else {
@@ -5609,56 +5609,56 @@ function Ja() {
5609
5609
  }
5610
5610
  async function w() {
5611
5611
  r || D("closeSelf()");
5612
- const A = await t.closeBlade(r.value.id);
5613
- return A || o()?.syncUrlReplace(), A;
5612
+ const I = await t.closeBlade(r.value.id);
5613
+ return I || o()?.syncUrlReplace(), I;
5614
5614
  }
5615
5615
  async function g() {
5616
5616
  r || D("closeChildren()"), await t.closeChildren(r.value.id), o()?.syncUrlReplace();
5617
5617
  }
5618
- async function P(A) {
5618
+ async function P(I) {
5619
5619
  r || D("replaceWith()"), await t.replaceCurrentBlade({
5620
- ...A,
5620
+ ...I,
5621
5621
  parentId: r.value.parentId
5622
5622
  }), t.activeBlade.value?.url && o()?.syncUrlReplace();
5623
5623
  }
5624
- async function E(A) {
5624
+ async function E(I) {
5625
5625
  r || D("coverWith()"), await t.coverCurrentBlade({
5626
- ...A,
5626
+ ...I,
5627
5627
  parentId: r.value.parentId
5628
5628
  }), t.activeBlade.value?.url && o()?.syncUrlPush();
5629
5629
  }
5630
- async function _(A, $) {
5631
- return r || D("callParent()"), n.callParent(r.value.id, A, $);
5630
+ async function _(I, $) {
5631
+ return r || D("callParent()"), n.callParent(r.value.id, I, $);
5632
5632
  }
5633
- function T(A) {
5634
- r || D("exposeToChildren()"), n.exposeToChildren(r.value.id, A);
5633
+ function T(I) {
5634
+ r || D("exposeToChildren()"), n.exposeToChildren(r.value.id, I);
5635
5635
  }
5636
- function F(A) {
5637
- r || D("onBeforeClose()"), t.registerBeforeClose(r.value.id, A);
5636
+ function F(I) {
5637
+ r || D("onBeforeClose()"), t.registerBeforeClose(r.value.id, I);
5638
5638
  }
5639
- function W(A) {
5640
- r || D("setError()"), t.setBladeError(r.value.id, A);
5639
+ function W(I) {
5640
+ r || D("setError()"), t.setBladeError(r.value.id, I);
5641
5641
  }
5642
5642
  function p() {
5643
5643
  r || D("clearError()"), t.clearBladeError(r.value.id);
5644
5644
  }
5645
5645
  let y = !1, x = !1;
5646
- function I(A) {
5646
+ function A(I) {
5647
5647
  if (r || D("onActivated()"), y) {
5648
5648
  console.warn("[useBlade] onActivated() already registered in this blade.");
5649
5649
  return;
5650
5650
  }
5651
5651
  y = !0, Y(h, ($) => {
5652
- $ && A();
5652
+ $ && I();
5653
5653
  });
5654
5654
  }
5655
- function R(A) {
5655
+ function R(I) {
5656
5656
  if (r || D("onDeactivated()"), x) {
5657
5657
  console.warn("[useBlade] onDeactivated() already registered in this blade.");
5658
5658
  return;
5659
5659
  }
5660
5660
  x = !0, Y(h, ($) => {
5661
- $ || A();
5661
+ $ || I();
5662
5662
  });
5663
5663
  }
5664
5664
  return {
@@ -5678,7 +5678,7 @@ function Ja() {
5678
5678
  callParent: _,
5679
5679
  exposeToChildren: T,
5680
5680
  onBeforeClose: F,
5681
- onActivated: I,
5681
+ onActivated: A,
5682
5682
  onDeactivated: R,
5683
5683
  setError: W,
5684
5684
  clearError: p
@@ -6053,7 +6053,7 @@ function Li(s) {
6053
6053
  initialConfig: s?.config,
6054
6054
  isEmbedded: l
6055
6055
  });
6056
- if (Ae(Je, d), ce.debug("AiAgentService provided"), s?.addGlobalToolbarButton ?? !0) {
6056
+ if (Ie(Je, d), ce.debug("AiAgentService provided"), s?.addGlobalToolbarButton ?? !0) {
6057
6057
  const f = M(Wr, null);
6058
6058
  f ? (f.registerToolbarItem(
6059
6059
  {
@@ -6073,7 +6073,7 @@ function Li(s) {
6073
6073
  function Mi() {
6074
6074
  const s = M(Je);
6075
6075
  if (!s)
6076
- throw ce.error("AiAgentService not found. Did you forget to call provideAiAgentService()?"), new Ir("AiAgentService");
6076
+ throw ce.error("AiAgentService not found. Did you forget to call provideAiAgentService()?"), new Ar("AiAgentService");
6077
6077
  return {
6078
6078
  // State
6079
6079
  panelState: s.panelState,
@@ -6371,99 +6371,99 @@ const es = ["width", "height"], ts = ["clip-path"], rs = {
6371
6371
  }
6372
6372
  });
6373
6373
  export {
6374
- Qs as $,
6374
+ Ri as $,
6375
6375
  Fi as A,
6376
6376
  Br as B,
6377
- Nt as C,
6377
+ We as C,
6378
6378
  Wa as D,
6379
- oi as E,
6380
- Nn as F,
6381
- Jt as G,
6382
- Wt as H,
6383
- Ir as I,
6384
- Ga as J,
6385
- Kt as K,
6386
- Ut as L,
6387
- Gt as M,
6379
+ Nt as E,
6380
+ ii as F,
6381
+ Nn as G,
6382
+ Jt as H,
6383
+ Ar as I,
6384
+ Wt as J,
6385
+ Ga as K,
6386
+ Kt as L,
6387
+ Ut as M,
6388
6388
  Gn as N,
6389
- Jr as O,
6390
- li as P,
6391
- ui as Q,
6392
- ci as R,
6389
+ Gt as O,
6390
+ Jr as P,
6391
+ oi as Q,
6392
+ li as R,
6393
6393
  Si as S,
6394
- di as T,
6395
- qs as U,
6396
- Wr as V,
6397
- ri as W,
6398
- ei as X,
6399
- Vs as Y,
6400
- Ri as Z,
6394
+ ui as T,
6395
+ ci as U,
6396
+ qs as V,
6397
+ Zs as W,
6398
+ Wr as X,
6399
+ ei as Y,
6400
+ Vs as Z,
6401
6401
  pn as _,
6402
6402
  jr as a,
6403
6403
  jt as a$,
6404
- Dr as a0,
6405
- Ni as a1,
6406
- zi as a2,
6407
- ji as a3,
6408
- oa as a4,
6409
- la as a5,
6410
- ua as a6,
6411
- Bn as a7,
6412
- ti as a8,
6413
- Kr as a9,
6414
- hi as aA,
6415
- wi as aB,
6416
- Tn as aC,
6417
- En as aD,
6418
- Ei as aE,
6419
- Ws as aF,
6420
- Ci as aG,
6421
- si as aH,
6404
+ Qs as a0,
6405
+ Dr as a1,
6406
+ Ni as a2,
6407
+ zi as a3,
6408
+ ji as a4,
6409
+ oa as a5,
6410
+ la as a6,
6411
+ ua as a7,
6412
+ Bn as a8,
6413
+ ti as a9,
6414
+ Ys as aA,
6415
+ di as aB,
6416
+ wi as aC,
6417
+ Tn as aD,
6418
+ En as aE,
6419
+ Ei as aF,
6420
+ Ws as aG,
6421
+ Ci as aH,
6422
6422
  ai as aI,
6423
- Hs as aJ,
6424
- _i as aK,
6425
- Pn as aL,
6426
- On as aM,
6427
- Cn as aN,
6428
- kn as aO,
6429
- bn as aP,
6430
- Ds as aQ,
6431
- yn as aR,
6432
- Gs as aS,
6433
- _n as aT,
6434
- ii as aU,
6435
- Sn as aV,
6436
- Rn as aW,
6437
- Ms as aX,
6438
- It as aY,
6439
- Lt as aZ,
6440
- Bi as a_,
6441
- mi as aa,
6442
- V as ab,
6443
- vi as ac,
6444
- Gr as ad,
6445
- Lr as ae,
6446
- Js as af,
6447
- ut as ag,
6448
- De as ah,
6449
- gi as ai,
6450
- fi as aj,
6451
- Xs as ak,
6452
- bi as al,
6453
- yi as am,
6454
- ge as an,
6455
- ni as ao,
6456
- Un as ap,
6457
- xi as aq,
6458
- An as ar,
6459
- xn as as,
6460
- In as at,
6461
- Hr as au,
6462
- wn as av,
6463
- Sa as aw,
6464
- gn as ax,
6465
- ae as ay,
6466
- Ys as az,
6423
+ ni as aJ,
6424
+ Hs as aK,
6425
+ _i as aL,
6426
+ Pn as aM,
6427
+ On as aN,
6428
+ Cn as aO,
6429
+ kn as aP,
6430
+ bn as aQ,
6431
+ Ds as aR,
6432
+ yn as aS,
6433
+ Gs as aT,
6434
+ _n as aU,
6435
+ si as aV,
6436
+ Sn as aW,
6437
+ Rn as aX,
6438
+ Ms as aY,
6439
+ At as aZ,
6440
+ Lt as a_,
6441
+ Kr as aa,
6442
+ mi as ab,
6443
+ V as ac,
6444
+ vi as ad,
6445
+ Gr as ae,
6446
+ Lr as af,
6447
+ Js as ag,
6448
+ ut as ah,
6449
+ De as ai,
6450
+ gi as aj,
6451
+ hi as ak,
6452
+ Xs as al,
6453
+ bi as am,
6454
+ yi as an,
6455
+ ge as ao,
6456
+ ri as ap,
6457
+ Un as aq,
6458
+ xi as ar,
6459
+ In as as,
6460
+ xn as at,
6461
+ An as au,
6462
+ Hr as av,
6463
+ wn as aw,
6464
+ Sa as ax,
6465
+ gn as ay,
6466
+ ae as az,
6467
6467
  an as b,
6468
6468
  fa as b0,
6469
6469
  ja as b1,
@@ -6475,12 +6475,12 @@ export {
6475
6475
  Ea as b7,
6476
6476
  Pi as b8,
6477
6477
  ki as b9,
6478
- Ar as ba,
6478
+ Ir as ba,
6479
6479
  Fs as bb,
6480
6480
  Ls as bc,
6481
6481
  Ba as bd,
6482
6482
  Oi as be,
6483
- Ai as bf,
6483
+ Ii as bf,
6484
6484
  Ti as bg,
6485
6485
  Fa as bh,
6486
6486
  Ft as bi,
@@ -6508,16 +6508,16 @@ export {
6508
6508
  j as l,
6509
6509
  aa as m,
6510
6510
  Ui as n,
6511
- Zs as o,
6511
+ Ca as o,
6512
6512
  Ve as p,
6513
- ct as q,
6514
- Ca as r,
6515
- Ii as s,
6516
- X as t,
6513
+ X as q,
6514
+ me as r,
6515
+ Ai as s,
6516
+ ia as t,
6517
6517
  zr as u,
6518
- me as v,
6519
- ia as w,
6520
- pi as x,
6521
- Ja as y,
6522
- We as z
6518
+ ct as v,
6519
+ pi as w,
6520
+ fi as x,
6521
+ Bi as y,
6522
+ Ja as z
6523
6523
  };