@vc-shell/framework 2.0.0-alpha.28 → 2.0.0-alpha.29

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 (67) hide show
  1. package/CHANGELOG.md +13 -0
  2. package/dist/ai-agent/index.js +2 -2
  3. package/dist/chunks/{VcAiAgentPanel.vue_vue_type_style_index_0_lang-DkhNTrts.js → VcAiAgentPanel.vue_vue_type_style_index_0_lang-Db771GeP.js} +461 -462
  4. package/dist/chunks/{VcTableAdapter.vue_vue_type_style_index_0_lang-5ZmOi0Qn.js → VcTableAdapter.vue_vue_type_style_index_0_lang-Ce5JuGln.js} +5800 -5818
  5. package/dist/chunks/{index-BhuEUzqS.js → index-DG6mwrja.js} +6 -6
  6. package/dist/chunks/{index-DqkSBxqx.js → index-WxG6Hq5V.js} +2 -2
  7. package/dist/chunks/{vc-toast.vue_vue_type_style_index_0_lang-B2yfKgJ0.js → vc-toast.vue_vue_type_style_index_0_lang-CYlMO79c.js} +1 -1
  8. package/dist/chunks/vendor-web-vitals-ByFgAM-8.js +215 -0
  9. package/dist/core/blade-navigation/types/index.d.ts +4 -12
  10. package/dist/core/blade-navigation/types/index.d.ts.map +1 -1
  11. package/dist/core/composables/index.d.ts +1 -0
  12. package/dist/core/composables/index.d.ts.map +1 -1
  13. package/dist/core/composables/useBladeContext.d.ts +4 -3
  14. package/dist/core/composables/useBladeContext.d.ts.map +1 -1
  15. package/dist/core/composables/useResponsive/index.d.ts +26 -0
  16. package/dist/core/composables/useResponsive/index.d.ts.map +1 -0
  17. package/dist/core/composables/useToolbar/index.d.ts.map +1 -1
  18. package/dist/core/plugins/ai-agent/composables/useAiAgentContext.d.ts.map +1 -1
  19. package/dist/core/services/widget-service.d.ts +3 -3
  20. package/dist/core/services/widget-service.d.ts.map +1 -1
  21. package/dist/core/types/index.d.ts +2 -2
  22. package/dist/core/types/index.d.ts.map +1 -1
  23. package/dist/framework.js +939 -931
  24. package/dist/injection-keys.d.ts +1 -2
  25. package/dist/injection-keys.d.ts.map +1 -1
  26. package/dist/shell/_internal/blade-navigation/components/vc-blade-slot/vc-blade-slot.vue.d.ts.map +1 -1
  27. package/dist/shell/components/notification-template/notification-template.vue.d.ts.map +1 -1
  28. package/dist/shell/components/settings-menu-item/settings-menu-item.vue.d.ts.map +1 -1
  29. package/dist/shell/components/sidebar/sidebar.vue.d.ts.map +1 -1
  30. package/dist/shell/components/user-dropdown-button/_internal/user-sidebar.vue.d.ts.map +1 -1
  31. package/dist/shell/components/user-dropdown-button/user-dropdown-button.vue.d.ts.map +1 -1
  32. package/dist/tsconfig.tsbuildinfo +1 -1
  33. package/dist/ui/components/molecules/vc-date-picker/vc-date-picker.vue.d.ts.map +1 -1
  34. package/dist/ui/components/organisms/vc-app/_internal/app-bar/components/AppBarMobileActions.vue.d.ts.map +1 -1
  35. package/dist/ui/components/organisms/vc-app/_internal/app-bar/components/AppBarOverlay.vue.d.ts.map +1 -1
  36. package/dist/ui/components/organisms/vc-app/_internal/app-bar/components/AppBarWidgetItem.vue.d.ts.map +1 -1
  37. package/dist/ui/components/organisms/vc-app/_internal/app-bar/components/MenuSidebar.vue.d.ts.map +1 -1
  38. package/dist/ui/components/organisms/vc-app/vc-app.vue.d.ts.map +1 -1
  39. package/dist/ui/components/organisms/vc-blade/_internal/BladeHeader.vue.d.ts.map +1 -1
  40. package/dist/ui/components/organisms/vc-blade/_internal/BladeStatusBanners.vue.d.ts.map +1 -1
  41. package/dist/ui/components/organisms/vc-blade/_internal/BladeToolbar.vue.d.ts.map +1 -1
  42. package/dist/ui/components/organisms/vc-blade/_internal/BladeToolbarSkeleton.vue.d.ts.map +1 -1
  43. package/dist/ui/components/organisms/vc-blade/_internal/composables/useBladeError.d.ts +2 -2
  44. package/dist/ui/components/organisms/vc-blade/_internal/composables/useBladeError.d.ts.map +1 -1
  45. package/dist/ui/components/organisms/vc-blade/_internal/composables/useToolbarRegistration.d.ts.map +1 -1
  46. package/dist/ui/components/organisms/vc-blade/_internal/widgets/WidgetContainer.vue.d.ts.map +1 -1
  47. package/dist/ui/components/organisms/vc-blade/utils.d.ts +3 -3
  48. package/dist/ui/components/organisms/vc-blade/utils.d.ts.map +1 -1
  49. package/dist/ui/components/organisms/vc-blade/vc-blade.vue.d.ts.map +1 -1
  50. package/dist/ui/components/organisms/vc-data-table/VcDataTable.vue.d.ts.map +1 -1
  51. package/dist/ui/components/organisms/vc-data-table/_internal/vc-table-base-header/vc-table-base-header.vue.d.ts.map +1 -1
  52. package/dist/ui/components/organisms/vc-data-table/_internal/vc-table-cell/vc-table-cell.vue.d.ts.map +1 -1
  53. package/dist/ui/components/organisms/vc-data-table/_internal/vc-table-filter/vc-table-filter.vue.d.ts.map +1 -1
  54. package/dist/ui/components/organisms/vc-data-table/components/cells/CellDefault.vue.d.ts.map +1 -1
  55. package/dist/ui/components/organisms/vc-data-table/components/cells/CellMoney.vue.d.ts.map +1 -1
  56. package/dist/ui/components/organisms/vc-data-table/components/cells/CellNumber.vue.d.ts.map +1 -1
  57. package/dist/ui/components/organisms/vc-data-table/components/mobile/PullToRefresh.vue.d.ts +3 -4
  58. package/dist/ui/components/organisms/vc-data-table/components/mobile/PullToRefresh.vue.d.ts.map +1 -1
  59. package/dist/ui/index.js +3 -3
  60. package/globals-augments.d.ts +5 -0
  61. package/package.json +4 -4
  62. package/typings/shims-vue.d.ts +5 -0
  63. package/dist/chunks/vendor-web-vitals-vrpLO1bu.js +0 -207
  64. package/dist/shell/_internal/blade-navigation/components/vc-blade-view/vc-blade-view.d.ts +0 -26
  65. package/dist/shell/_internal/blade-navigation/components/vc-blade-view/vc-blade-view.d.ts.map +0 -1
  66. package/dist/ui/components/organisms/vc-blade/constants.d.ts +0 -8
  67. package/dist/ui/components/organisms/vc-blade/constants.d.ts.map +0 -1
package/dist/framework.js CHANGED
@@ -1,12 +1,12 @@
1
- import { _ as Ba, a as Ma, b as Fa, c as $a, d as Ga, e as xa, f as Ua, g as Wa, h as Ha, i as za, j as Ka, C as qa, k as Ya, l as ja, m as Za, n as Xa, o as Ja, p as Qa, q as es, T as ts, r as as, s as ss, t as os, u as ns, v as rs, w as is, x as ls, V as cs, y as us, z as ds, A as fs, B as ms, D as gs, E as ps, F as Es, G as hs, H as Ss, I as _s, J as As, K as vs, L as Ts, M as bs, N as Ls, O as ws, P as Os, Q as Ot, R as ys, S as Is, U as Rs, W as Ps, X as Cs, Y as Ds, Z as Ns, $ as yt, a0 as Vs, a1 as ks, a2 as Bs, a3 as Ms, a4 as Fs, a5 as $s, a6 as Gs, a7 as It, a8 as xs, a9 as Us, aa as tt, ab as Ws, ac as Hs, ad as fe, ae as zs, af as Ks, ag as qs, ah as Ys, ai as js, aj as Zs, ak as Xs, al as Js, am as Qs, an as eo, ao as to, ap as ao, aq as so, ar as oo, as as no, at as ro, au as io, av as lo, aw as co, ax as uo, ay as Rt, az as fo, aA as mo, aB as go, aC as po, aD as Eo, aE as ho, aF as Pt, aG as So, aH as _o, aI as Ao, aJ as vo, aK as To, aL as bo, aM as Lo, aN as wo, aO as Oo, aQ as yo, aS as Io, aU as Ro, aV as Po, aW as Co, aY as Do, aZ as No, a_ as Vo, a$ as ko, b0 as Bo, b1 as Mo, b2 as Fo, b3 as $o, b4 as Go, b7 as xo, b8 as Uo, b9 as Wo, ba as Ho, bb as zo, bc as Ko, bd as qo, be as Yo, bf as jo, bg as Zo, bh as Xo, bi as Jo } from "./chunks/VcTableAdapter.vue_vue_type_style_index_0_lang-5ZmOi0Qn.js";
2
- import { bj as ad, bk as sd, bl as od, bm as nd, bn as rd, bo as id, bp as ld, bq as cd, br as ud, bs as dd, bt as fd, bu as md, bv as gd, bw as pd, bx as Ed, by as hd, bz as Sd, bA as _d, bB as Ad, bC as vd, bD as Td, bE as bd, bF as Ld, bG as wd, bH as Od, bI as yd, bJ as Id, bK as Rd, bL as Pd, bM as Cd, bN as Dd, bO as Nd, bP as Vd, bQ as kd, aP as Bd, aR as Md, aT as Fd, bR as $d, bS as Gd, bT as xd, bU as Ud, aX as Wd, bV as Hd, bW as zd, b5 as Kd, b6 as qd, bX as Yd } from "./chunks/VcTableAdapter.vue_vue_type_style_index_0_lang-5ZmOi0Qn.js";
3
- import { m as De, n as Qo, p as Le, s as en, l as X, S as tn, o as Ct, q as J, r as ie, t as Dt, W as Nt, I as Vt, v as kt, w as an, x as Bt, B as sn, _ as on, a as Mt, b as Ft, c as nn, d as ze, y as $t, z as Gt, C as ue, F as xt, G as Ut, J as Wt, K as rn, L as ln, M as cn, O as un, P as dn, Q as fn, R as mn, T as gn, U as pn, V as En, X as hn, Y as Sn, Z as _n, $ as An, a0 as vn, a1 as Tn, a2 as bn, a3 as Ln, a4 as wn, a5 as On, a6 as yn, a7 as In, a8 as Rn, a9 as Pn } from "./chunks/VcAiAgentPanel.vue_vue_type_style_index_0_lang-DkhNTrts.js";
4
- import { A as Zd, j as Xd, aa as Jd, ab as Qd, ac as ef, ad as tf, ae as af, af as sf, ag as of, ah as nf, ai as rf, k as lf, aj as cf, ak as uf, al as df, am as ff, D as mf, an as gf, ao as pf, ap as Ef, aq as hf, ar as Sf, as as _f, at as Af, au as vf, av as Tf, aw as bf, E as Lf, ax as wf, ay as Of, az as yf, aA as If, aB as Rf, aC as Pf, H as Cf, aD as Df, aE as Nf, aF as Vf, aG as kf, aH as Bf, aI as Mf, aJ as Ff, aK as $f, aL as Gf, aM as xf, aN as Uf, aO as Wf, aP as Hf, aQ as zf, aR as Kf, aS as qf, aT as Yf, aU as jf, aV as Zf, aW as Xf, aX as Jf, aY as Qf, aZ as em, a_ as tm, g as am, a$ as sm, a$ as om, b0 as nm, b1 as rm, b2 as im, b3 as lm, b4 as cm, b5 as um, h as dm, b6 as fm, b7 as mm, b8 as gm, b9 as pm, ba as Em, bb as hm, bc as Sm, bd as _m, be as Am, bf as vm, bg as Tm, bh as bm, bi as Lm, bj as wm, u as Om, i as ym, bk as Im, bl as Rm, bm as Pm, bn as Cm, bo as Dm, e as Nm, bp as Vm, f as km, bq as Bm, br as Mm } from "./chunks/VcAiAgentPanel.vue_vue_type_style_index_0_lang-DkhNTrts.js";
5
- import { _ as Cn } from "./chunks/vc-toast.vue_vue_type_style_index_0_lang-B2yfKgJ0.js";
6
- import { getCurrentScope as Ht, onScopeDispose as zt, computed as I, inject as te, ref as G, readonly as Ke, onMounted as me, watch as ce, onBeforeMount as Dn, onBeforeUnmount as Nn, unref as c, onUnmounted as Kt, provide as Vn, toValue as kn, isRef as Bn, defineComponent as Y, resolveComponent as $, openBlock as A, createBlock as M, withCtx as T, createElementVNode as F, createVNode as b, createTextVNode as q, toDisplayString as U, createCommentVNode as z, resolveDirective as qt, withDirectives as Yt, createElementBlock as x, withModifiers as Ve, createSlots as Mn, renderSlot as Z, Fragment as ee, renderList as oe, reactive as _e, withKeys as at, mergeProps as se, nextTick as st, shallowRef as Fn, resolveDynamicComponent as $n, normalizeClass as qe, normalizeStyle as ot, getCurrentInstance as Gn, warn as xn } from "vue";
7
- import { b as Un, c as Wn } from "./chunks/vendor-vueuse-core-CPOkeLul.js";
8
- import { a as Hn } from "./chunks/index-BhuEUzqS.js";
9
- import { u as $m } from "./chunks/index-BhuEUzqS.js";
1
+ import { _ as ka, a as Ba, b as Ma, c as Fa, d as $a, e as Ga, f as xa, g as Ua, h as Wa, i as Ha, j as za, C as Ka, k as qa, l as Ya, m as ja, n as Za, o as Xa, p as Ja, q as Qa, T as es, r as ts, s as as, t as ss, u as os, v as ns, w as rs, x as is, V as ls, y as cs, z as us, A as ds, B as fs, D as ms, E as gs, F as ps, G as Es, H as hs, I as Ss, J as _s, K as As, L as vs, M as Ts, N as bs, O as Ls, P as ws, Q as Ot, R as Os, S as ys, U as Is, W as Rs, X as Ps, Y as Cs, Z as Ds, $ as yt, a0 as Ns, a1 as Vs, a2 as ks, a3 as Bs, a4 as Ms, a5 as Fs, a6 as $s, a7 as It, a8 as Gs, a9 as xs, aa as tt, ab as Us, ac as Ws, ad as fe, ae as Hs, af as zs, ag as Ks, ah as qs, ai as Ys, aj as js, ak as Zs, al as Xs, am as Js, an as Qs, ao as eo, ap as to, aq as ao, ar as so, as as oo, at as no, au as ro, av as io, aw as lo, ax as co, ay as Rt, az as uo, aA as fo, aB as mo, aC as go, aD as po, aE as Eo, aF as Pt, aG as ho, aH as So, aI as _o, aJ as Ao, aK as vo, aL as To, aM as bo, aN as Lo, aO as wo, aQ as Oo, aS as yo, aU as Io, aV as Ro, aW as Po, aY as Co, aZ as Do, a_ as No, a$ as Vo, b0 as ko, b1 as Bo, b2 as Mo, b3 as Fo, b4 as $o, b7 as Go, b8 as xo, b9 as Uo, ba as Wo, bb as Ho, bc as zo, bd as Ko, be as qo, bf as Yo, bg as jo, bh as Zo, bi as Xo } from "./chunks/VcTableAdapter.vue_vue_type_style_index_0_lang-Ce5JuGln.js";
2
+ import { bj as od, bk as nd, bl as rd, bm as id, bn as ld, bo as cd, bp as ud, bq as dd, br as fd, bs as md, bt as gd, bu as pd, bv as Ed, bw as hd, bx as Sd, by as _d, bz as Ad, bA as vd, bB as Td, bC as bd, bD as Ld, bE as wd, bF as Od, bG as yd, bH as Id, bI as Rd, bJ as Pd, bK as Cd, bL as Dd, bM as Nd, bN as Vd, bO as kd, bP as Bd, bQ as Md, aP as Fd, aR as $d, aT as Gd, bR as xd, bS as Ud, bT as Wd, bU as Hd, aX as zd, bV as Kd, bW as qd, b5 as Yd, b6 as jd, bX as Zd } from "./chunks/VcTableAdapter.vue_vue_type_style_index_0_lang-Ce5JuGln.js";
3
+ import { m as De, n as Jo, p as Le, s as Qo, l as X, S as en, o as Ct, q as J, r as re, t as Dt, W as Nt, I as Vt, k as kt, v as tn, w as Bt, B as an, _ as sn, a as Mt, b as Ft, c as on, d as ze, x as $t, y as Gt, z as ue, C as nn, F as xt, G as rn, J as ln, K as cn, L as un, M as dn, O as fn, P as mn, Q as gn, R as pn, T as En, U as hn, V as Sn, X as _n, Y as An, Z as vn, $ as Tn, a0 as bn, a1 as Ln, a2 as wn, a3 as On, a4 as yn, a5 as In, a6 as Rn, a7 as Pn, a8 as Cn, a9 as Dn } from "./chunks/VcAiAgentPanel.vue_vue_type_style_index_0_lang-Db771GeP.js";
4
+ import { A as Jd, j as Qd, aa as ef, ab as tf, ac as af, ad as sf, ae as of, af as nf, ag as rf, ah as lf, ai as cf, aj as uf, ak as df, al as ff, am as mf, D as gf, an as pf, ao as Ef, ap as hf, aq as Sf, ar as _f, as as Af, at as vf, au as Tf, av as bf, aw as Lf, E as wf, ax as Of, ay as yf, az as If, aA as Rf, aB as Pf, aC as Cf, H as Df, aD as Nf, aE as Vf, aF as kf, aG as Bf, aH as Mf, aI as Ff, aJ as $f, aK as Gf, aL as xf, aM as Uf, aN as Wf, aO as Hf, aP as zf, aQ as Kf, aR as qf, aS as Yf, aT as jf, aU as Zf, aV as Xf, aW as Jf, aX as Qf, aY as em, aZ as tm, a_ as am, g as sm, a$ as om, a$ as nm, b0 as rm, b1 as im, b2 as lm, b3 as cm, b4 as um, b5 as dm, h as fm, b6 as mm, b7 as gm, b8 as pm, b9 as Em, ba as hm, bb as Sm, bc as _m, bd as Am, be as vm, bf as Tm, bg as bm, bh as Lm, bi as wm, bj as Om, u as ym, i as Im, bk as Rm, bl as Pm, bm as Cm, bn as Dm, bo as Nm, e as Vm, bp as km, f as Bm, bq as Mm, br as Fm } from "./chunks/VcAiAgentPanel.vue_vue_type_style_index_0_lang-Db771GeP.js";
5
+ import { _ as Nn } from "./chunks/vc-toast.vue_vue_type_style_index_0_lang-CYlMO79c.js";
6
+ import { getCurrentScope as Ut, onScopeDispose as Wt, computed as I, inject as le, ref as U, readonly as Ke, onMounted as me, watch as ce, onBeforeMount as Vn, onBeforeUnmount as kn, unref as c, onUnmounted as Ht, provide as Bn, toValue as Mn, isRef as zt, defineComponent as Y, resolveComponent as $, openBlock as A, createBlock as M, withCtx as T, createElementVNode as F, createVNode as b, createTextVNode as q, toDisplayString as x, createCommentVNode as z, resolveDirective as Kt, withDirectives as qt, createElementBlock as G, withModifiers as Ve, createSlots as Fn, renderSlot as Z, Fragment as ee, renderList as se, reactive as _e, withKeys as at, mergeProps as ae, nextTick as st, shallowRef as $n, resolveDynamicComponent as Gn, normalizeClass as qe, normalizeStyle as ot, getCurrentInstance as xn, warn as Un } from "vue";
7
+ import { b as Wn, c as Hn } from "./chunks/vendor-vueuse-core-CPOkeLul.js";
8
+ import { a as zn } from "./chunks/index-DG6mwrja.js";
9
+ import { u as Gm } from "./chunks/index-DG6mwrja.js";
10
10
  import "./chunks/vendor-dompurify-BIuh5IAZ.js";
11
11
  import { u as de } from "./chunks/vendor-vue-i18n-BSCeQYoP.js";
12
12
  import { useForm as ge, useIsFormValid as Ae, useIsFormDirty as nt, Field as Q } from "vee-validate";
@@ -84,31 +84,31 @@ import "./assets/72de3a63bc0b70dd.svg";
84
84
  import "./chunks/vendor-iso-639-1-ig8i9Svg.js";
85
85
  import "./chunks/ExtensionPoint.vue_vue_type_style_index_0_lang-B1R06zHa.js";
86
86
  import "./chunks/vendor-truncate-html-DDVwXwPl.js";
87
- import { v as zn } from "./chunks/vendor-vue3-touch-events-DqysuuWh.js";
88
- import { G as Kn } from "./chunks/vendor-gridstack-Dkfw452e.js";
89
- import { default as xm } from "./chunks/index-DqkSBxqx.js";
90
- import { A as qn, u as Yn } from "./chunks/vendor-vue3-application-insights-Cq46Q3rj.js";
91
- import { a as jn, c as le, d as Zn, b as Xn } from "./chunks/vendor-lodash-es-BwHYzZ39.js";
92
- import { E as Jn, x as Qn, L as er, S as tr, $ as ar } from "./chunks/vendor-web-vitals-vrpLO1bu.js";
93
- import { _ as sr } from "./chunks/index-BuTo_Lx8.js";
94
- import { E as Wm, d as Hm, u as zm } from "./chunks/index-BuTo_Lx8.js";
95
- import { S as jt, z as rt, A as or, C as nr, a as Re, w as rr, b as ir, D as lr, c as cr, E as ur } from "./chunks/vendor-unovis-vue-CMGNLXsC.js";
96
- function lu(e) {
87
+ import { v as Kn } from "./chunks/vendor-vue3-touch-events-DqysuuWh.js";
88
+ import { G as qn } from "./chunks/vendor-gridstack-Dkfw452e.js";
89
+ import { default as Um } from "./chunks/index-WxG6Hq5V.js";
90
+ import { A as Yn, u as jn } from "./chunks/vendor-vue3-application-insights-Cq46Q3rj.js";
91
+ import { a as Zn, c as ie, d as Xn, b as Jn } from "./chunks/vendor-lodash-es-BwHYzZ39.js";
92
+ import { T as Qn, x as er, b as tr, S as ar, $ as sr } from "./chunks/vendor-web-vitals-ByFgAM-8.js";
93
+ import { _ as or } from "./chunks/index-BuTo_Lx8.js";
94
+ import { E as Hm, d as zm, u as Km } from "./chunks/index-BuTo_Lx8.js";
95
+ import { S as Yt, z as rt, A as nr, C as rr, a as Re, w as ir, b as lr, D as cr, c as ur, E as dr } from "./chunks/vendor-unovis-vue-CMGNLXsC.js";
96
+ function uu(e) {
97
97
  return e.replace(/[\w]([A-Z])/g, function(t) {
98
98
  return t[0] + "_" + t[1];
99
99
  }).toLowerCase();
100
100
  }
101
- const dr = (e) => e.replace(/-./g, (t) => t[1].toUpperCase());
102
- function cu(e) {
103
- const t = dr(e);
101
+ const fr = (e) => e.replace(/-./g, (t) => t[1].toUpperCase());
102
+ function du(e) {
103
+ const t = fr(e);
104
104
  return t[0].toUpperCase() + t.substring(1);
105
105
  }
106
- function uu(e) {
106
+ function fu(e) {
107
107
  return e.replace(/\W+(.)/g, function(t, a) {
108
108
  return a.toUpperCase();
109
109
  });
110
110
  }
111
- const fr = [
111
+ const mr = [
112
112
  { image: "bi-filetype-pdf", extensions: ["pdf"] },
113
113
  { image: "bi-filetype-doc", extensions: ["doc", "docx"] },
114
114
  { image: "bi-filetype-xls", extensions: ["xls", "xlsx"] },
@@ -117,22 +117,22 @@ const fr = [
117
117
  { image: "bi-file-zip", extensions: ["zip"] },
118
118
  { image: "bi-file-music", extensions: ["mp3", "aac"] },
119
119
  { image: "bi-file-play", extensions: ["mp4", "avi"] }
120
- ], mr = /* @__PURE__ */ new Set(["png", "jpg", "jpeg", "svg", "gif"]);
121
- function Zt(e) {
120
+ ], gr = /* @__PURE__ */ new Set(["png", "jpg", "jpeg", "svg", "gif"]);
121
+ function jt(e) {
122
122
  return e.split(".").pop()?.toLowerCase();
123
123
  }
124
- function Xt(e) {
125
- return e ? mr.has(Zt(e) ?? "") : !1;
124
+ function Zt(e) {
125
+ return e ? gr.has(jt(e) ?? "") : !1;
126
126
  }
127
- function Jt(e) {
128
- return e && fr.find((t) => t.extensions.some((a) => a === Zt(e)))?.image || "bi-file-earmark";
127
+ function Xt(e) {
128
+ return e && mr.find((t) => t.extensions.some((a) => a === jt(e)))?.image || "bi-file-earmark";
129
129
  }
130
- function Qt(e, t = 2) {
130
+ function Jt(e, t = 2) {
131
131
  if (!e) return "0 Bytes";
132
132
  const a = 1024, o = t < 0 ? 0 : t, n = ["Bytes", "KB", "MB", "GB"], i = Math.floor(Math.log(e) / Math.log(a));
133
133
  return `${parseFloat((e / Math.pow(a, i)).toFixed(o))} ${n[i]}`;
134
134
  }
135
- function gr(e, t) {
135
+ function pr(e, t) {
136
136
  let a = null;
137
137
  return function(...o) {
138
138
  a && clearTimeout(a), a = window.setTimeout(() => {
@@ -140,11 +140,11 @@ function gr(e, t) {
140
140
  }, t);
141
141
  };
142
142
  }
143
- function pr(e, t = 0) {
143
+ function Er(e, t = 0) {
144
144
  setTimeout(e, t);
145
145
  }
146
146
  const ke = /* @__PURE__ */ new WeakMap();
147
- function Er(e) {
147
+ function hr(e) {
148
148
  return function(...t) {
149
149
  if (!ke.has(e)) {
150
150
  const a = e(...t);
@@ -153,7 +153,7 @@ function Er(e) {
153
153
  return ke.get(e);
154
154
  };
155
155
  }
156
- function hr(e, t) {
156
+ function Sr(e, t) {
157
157
  let a = !1;
158
158
  return function(...o) {
159
159
  a || (e(...o), a = !0, setTimeout(() => {
@@ -161,21 +161,21 @@ function hr(e, t) {
161
161
  }, t));
162
162
  };
163
163
  }
164
- function du() {
164
+ function mu() {
165
165
  return {
166
- debounce: gr,
167
- delay: pr,
168
- once: Er,
169
- throttle: hr
166
+ debounce: pr,
167
+ delay: Er,
168
+ once: hr,
169
+ throttle: Sr
170
170
  };
171
171
  }
172
- function fu(e) {
172
+ function gu(e) {
173
173
  const t = De(), a = t.subscribe({
174
174
  types: e.types,
175
175
  filter: e.filter,
176
176
  handler: e.onMessage
177
177
  });
178
- Ht() && zt(a);
178
+ Ut() && Wt(a);
179
179
  const o = I(
180
180
  () => t.realtime.value.filter((r) => !(!r.notifyType || !e.types.includes(r.notifyType) || !r.isNew || e.filter && !e.filter(r)))
181
181
  ), n = I(() => o.value.length);
@@ -188,24 +188,24 @@ function fu(e) {
188
188
  markAsRead: i
189
189
  };
190
190
  }
191
- function mu() {
192
- const e = te(Qo);
191
+ function pu() {
192
+ const e = le(Jo);
193
193
  if (!e)
194
194
  throw new Error("useNotificationContext() must be used inside a notification template");
195
195
  return e;
196
196
  }
197
- function gu(e) {
197
+ function Eu(e) {
198
198
  const t = De(), a = e ? Array.isArray(e) ? e : [e] : [];
199
199
  let o, n;
200
200
  a.length && (n = t.subscribe({
201
201
  types: a,
202
202
  handler: (r) => o?.(r)
203
- }), Ht() && zt(() => n?.()));
203
+ }), Ut() && Wt(() => n?.()));
204
204
  const i = I(() => a.length ? t.realtime.value.filter(
205
205
  (r) => r.isNew && r.notifyType != null && a.includes(r.notifyType)
206
206
  ) : []);
207
207
  return {
208
- notifications: I(() => jn(t.history.value, ["created"], ["desc"])),
208
+ notifications: I(() => Zn(t.history.value, ["created"], ["desc"])),
209
209
  moduleNotifications: i,
210
210
  loadFromHistory: t.loadHistory,
211
211
  addNotification: t.ingest,
@@ -217,23 +217,23 @@ function gu(e) {
217
217
  };
218
218
  }
219
219
  let Be;
220
- const Sr = X("use-async");
221
- function ea(e, t) {
222
- const a = G(!1), o = G(null), n = t?.notify !== !1, i = t?.notifyTimeout ?? 8e3;
220
+ const _r = X("use-async");
221
+ function Qt(e, t) {
222
+ const a = U(!1), o = U(null), n = t?.notify !== !1, i = t?.notifyTimeout ?? 8e3;
223
223
  async function r(s, ...l) {
224
224
  a.value = !0, o.value = null;
225
225
  try {
226
226
  return await e(s, ...l);
227
227
  } catch (u) {
228
228
  const S = Le(u);
229
- if (o.value = S, Sr.error("Async action failed:", u), n && u && typeof u == "object") {
229
+ if (o.value = S, _r.error("Async action failed:", u), n && u && typeof u == "object") {
230
230
  const g = `async-error-${S.message.slice(0, 80)}`, h = setTimeout(async () => {
231
- Be || (Be = (await import("./chunks/VcAiAgentPanel.vue_vue_type_style_index_0_lang-DkhNTrts.js").then((N) => N.bw)).notification), Be.error(S.message, {
231
+ Be || (Be = (await import("./chunks/VcAiAgentPanel.vue_vue_type_style_index_0_lang-Db771GeP.js").then((N) => N.bw)).notification), Be.error(S.message, {
232
232
  timeout: i,
233
233
  notificationId: g
234
234
  });
235
235
  }, 0);
236
- en(u, h, g);
236
+ Qo(u, h, g);
237
237
  }
238
238
  throw u;
239
239
  } finally {
@@ -246,7 +246,7 @@ function ea(e, t) {
246
246
  action: r
247
247
  };
248
248
  }
249
- function _r(e) {
249
+ function Ar(e) {
250
250
  async function t() {
251
251
  return new e();
252
252
  }
@@ -254,11 +254,11 @@ function _r(e) {
254
254
  getApiClient: t
255
255
  };
256
256
  }
257
- function ta(...e) {
257
+ function ea(...e) {
258
258
  return I(() => e.some((t) => t.value));
259
259
  }
260
260
  function Te() {
261
- const e = G(), t = G(!1), { getApiClient: a } = _r(tn), { loading: o, action: n } = ea(async () => {
261
+ const e = U(), t = U(!1), { getApiClient: a } = Ar(en), { loading: o, action: n } = Qt(async () => {
262
262
  if (t.value) return;
263
263
  const r = await (await a()).getUICustomizationSetting(), s = await JSON.parse(r.defaultValue ?? null);
264
264
  s && !e.value && (e.value = {
@@ -281,11 +281,11 @@ function Te() {
281
281
  }), {
282
282
  uiSettings: I(() => e.value ?? {}),
283
283
  applySettings: i,
284
- loading: ta(o)
284
+ loading: ea(o)
285
285
  };
286
286
  }
287
- const ft = X("use-assets"), Ar = 4;
288
- async function vr(e, t, a, o) {
287
+ const ft = X("use-assets"), vr = 4;
288
+ async function Tr(e, t, a, o) {
289
289
  const n = new FormData();
290
290
  n.append("file", e);
291
291
  const r = await (await fetch(`/api/assets?folderUrl=/${t}`, {
@@ -298,7 +298,7 @@ async function vr(e, t, a, o) {
298
298
  }
299
299
  return null;
300
300
  }
301
- async function Tr(e, t, a) {
301
+ async function br(e, t, a) {
302
302
  const o = [];
303
303
  for (let n = 0; n < e.length; n += a) {
304
304
  const i = e.slice(n, n + a), r = await Promise.all(i.map((s, l) => t(s, n + l)));
@@ -306,16 +306,16 @@ async function Tr(e, t, a) {
306
306
  }
307
307
  return o;
308
308
  }
309
- function pu() {
310
- const e = G(!1);
309
+ function hu() {
310
+ const e = U(!1);
311
311
  async function t(n, i, r) {
312
312
  try {
313
313
  e.value = !0;
314
314
  const s = Array.from(n);
315
- return (await Tr(
315
+ return (await br(
316
316
  s,
317
- (u, S) => vr(u, i, S, r),
318
- Ar
317
+ (u, S) => Tr(u, i, S, r),
318
+ vr
319
319
  )).filter((u) => u !== null);
320
320
  } catch (s) {
321
321
  throw ft.error("Upload failed:", s), s;
@@ -326,8 +326,8 @@ function pu() {
326
326
  function a(n, i, r = "url") {
327
327
  try {
328
328
  e.value = !0;
329
- let s = le(i) || [];
330
- return s && s.length && n.length > 0 && (s = Zn(s, n, (l, u) => l[r] === u[r])), s;
329
+ let s = ie(i) || [];
330
+ return s && s.length && n.length > 0 && (s = Xn(s, n, (l, u) => l[r] === u[r])), s;
331
331
  } catch (s) {
332
332
  throw ft.error("Remove failed:", s), s;
333
333
  } finally {
@@ -337,7 +337,7 @@ function pu() {
337
337
  function o(n, i) {
338
338
  if (n.length === i.length)
339
339
  return n.map((s) => ({ ...s }));
340
- const r = le(i) || [];
340
+ const r = ie(i) || [];
341
341
  return r && r.length && n.forEach((s) => {
342
342
  const l = r.findIndex((u) => u.url === s.url);
343
343
  l !== -1 && (r[l] = { ...r[l], ...s });
@@ -350,8 +350,8 @@ function pu() {
350
350
  loading: I(() => e.value)
351
351
  };
352
352
  }
353
- const br = X("use-assets-manager"), Lr = 4;
354
- async function wr(e, t, a, o) {
353
+ const Lr = X("use-assets-manager"), wr = 4;
354
+ async function Or(e, t, a, o) {
355
355
  const n = new FormData();
356
356
  n.append("file", e);
357
357
  const i = t.startsWith("/") ? t.slice(1) : t, s = await (await fetch(`/api/assets?folderUrl=/${i}`, {
@@ -364,7 +364,7 @@ async function wr(e, t, a, o) {
364
364
  }
365
365
  return null;
366
366
  }
367
- async function Or(e, t, a) {
367
+ async function yr(e, t, a) {
368
368
  const o = [];
369
369
  for (let n = 0; n < e.length; n += a) {
370
370
  const i = e.slice(n, n + a), r = await Promise.all(i.map((s, l) => t(s, n + l)));
@@ -372,8 +372,8 @@ async function Or(e, t, a) {
372
372
  }
373
373
  return o;
374
374
  }
375
- function Eu(e, t) {
376
- const a = G(!1), o = G(e.value ?? []);
375
+ function Su(e, t) {
376
+ const a = U(!1), o = U(e.value ?? []);
377
377
  ce(
378
378
  () => e.value,
379
379
  (N) => {
@@ -384,18 +384,18 @@ function Eu(e, t) {
384
384
  function n() {
385
385
  e.value = o.value;
386
386
  }
387
- const i = o, r = I(() => a.value), s = t.concurrency ?? Lr, l = t.assetKey ?? "url";
387
+ const i = o, r = I(() => a.value), s = t.concurrency ?? wr, l = t.assetKey ?? "url";
388
388
  async function u(N, C) {
389
389
  try {
390
390
  a.value = !0;
391
- const w = Array.from(N), D = t.uploadPath(), O = (await Or(
391
+ const w = Array.from(N), D = t.uploadPath(), O = (await yr(
392
392
  w,
393
- (R, H) => wr(R, D, H, C),
393
+ (R, H) => Or(R, D, H, C),
394
394
  s
395
395
  )).filter((R) => R !== null);
396
396
  o.value = [...o.value, ...O], n();
397
397
  } catch (w) {
398
- throw br.error("Upload failed:", w), w;
398
+ throw Lr.error("Upload failed:", w), w;
399
399
  } finally {
400
400
  a.value = !1;
401
401
  }
@@ -429,10 +429,10 @@ function Eu(e, t) {
429
429
  loading: r
430
430
  };
431
431
  }
432
- const hu = (e) => {
433
- Dn(() => {
432
+ const _u = (e) => {
433
+ Vn(() => {
434
434
  window.addEventListener("beforeunload", t);
435
- }), Nn(() => {
435
+ }), kn(() => {
436
436
  window.removeEventListener("beforeunload", t);
437
437
  });
438
438
  function t(a) {
@@ -441,7 +441,7 @@ const hu = (e) => {
441
441
  return {
442
442
  modified: e
443
443
  };
444
- }, Su = {
444
+ }, Au = {
445
445
  // Grid system
446
446
  GRID_COLUMNS: 12,
447
447
  CELL_HEIGHT: 80,
@@ -490,7 +490,7 @@ const hu = (e) => {
490
490
  XL: 1200,
491
491
  XXL: 1400
492
492
  }
493
- }, yr = {
493
+ }, Ir = {
494
494
  input: {
495
495
  maxlength: 1024,
496
496
  debounce: 0,
@@ -540,8 +540,8 @@ const hu = (e) => {
540
540
  gap: 20
541
541
  }
542
542
  };
543
- function _u(e) {
544
- return yr[e];
543
+ function vu(e) {
544
+ return Ir[e];
545
545
  }
546
546
  function Me(e) {
547
547
  return !!(e == null || typeof e == "number" && isNaN(e) || typeof e == "string" && e.trim().length === 0 || typeof e == "object" && Object.keys(e).length === 0);
@@ -555,14 +555,14 @@ function mt(e) {
555
555
  function gt(e) {
556
556
  return !!e.dictionary;
557
557
  }
558
- function Ir(e) {
558
+ function Rr(e) {
559
559
  return e.valueType === "Measure";
560
560
  }
561
- function Rr(e) {
561
+ function Pr(e) {
562
562
  return e.valueType === "Color";
563
563
  }
564
- const Au = (e, t, a, o) => {
565
- const { loading: n, action: i } = ea(async (d) => {
564
+ const Tu = (e, t, a, o) => {
565
+ const { loading: n, action: i } = Qt(async (d) => {
566
566
  if (d)
567
567
  return await e(d);
568
568
  });
@@ -574,7 +574,7 @@ const Au = (e, t, a, o) => {
574
574
  skip: 0
575
575
  });
576
576
  return !B || !y ? y : y.map((V) => {
577
- const K = V.localizedValues?.find((ne) => ne.languageCode === B)?.value;
577
+ const K = V.localizedValues?.find((oe) => oe.languageCode === B)?.value;
578
578
  return Object.assign(new a(V), {
579
579
  value: K ?? V.alias
580
580
  });
@@ -683,8 +683,8 @@ const Au = (e, t, a, o) => {
683
683
  })
684
684
  );
685
685
  else {
686
- const K = [...new Set((d.values ?? []).map((pe) => pe.languageCode).filter(Boolean))], ne = K.length > 0 ? K : y ? [y] : [];
687
- d.values = ne.map(
686
+ const K = [...new Set((d.values ?? []).map((pe) => pe.languageCode).filter(Boolean))], oe = K.length > 0 ? K : y ? [y] : [];
687
+ d.values = oe.map(
688
688
  (pe) => g({
689
689
  propertyId: V.propertyId,
690
690
  alias: V.alias,
@@ -763,7 +763,7 @@ const Au = (e, t, a, o) => {
763
763
  }
764
764
  function v(d, E, B, y) {
765
765
  const V = y?.values?.find(
766
- (ne) => Ee(d) ? ne.languageCode === B : !0
766
+ (oe) => Ee(d) ? oe.languageCode === B : !0
767
767
  )?.value;
768
768
  Me(V) ? d.values = [
769
769
  g({
@@ -776,12 +776,12 @@ const Au = (e, t, a, o) => {
776
776
  d.values?.[0] ? Object.assign(d.values[0], { value: E }) : d.values = [g({ value: E })];
777
777
  }
778
778
  function k(d) {
779
- const { property: E, value: B, dictionary: y, locale: V, initialProp: K, unitOfMeasureId: ne, colorCode: pe } = d;
780
- if (Ir(E)) {
781
- h(E, B, ne);
779
+ const { property: E, value: B, dictionary: y, locale: V, initialProp: K, unitOfMeasureId: oe, colorCode: pe } = d;
780
+ if (Rr(E)) {
781
+ h(E, B, oe);
782
782
  return;
783
783
  }
784
- if (Rr(E) && !y?.length) {
784
+ if (Pr(E) && !y?.length) {
785
785
  f(E, B, pe);
786
786
  return;
787
787
  }
@@ -792,22 +792,22 @@ const Au = (e, t, a, o) => {
792
792
  H(E, B, V, K);
793
793
  }
794
794
  return {
795
- loading: ta(n),
795
+ loading: ea(n),
796
796
  loadDictionaries: r,
797
797
  getPropertyValue: S,
798
798
  setPropertyValue: k,
799
799
  loadMeasurements: s
800
800
  };
801
- }, Pr = X("modularity");
801
+ }, Cr = X("modularity");
802
802
  function it(e) {
803
803
  const { blades: t, locales: a, notificationTemplates: o, notifications: n } = e;
804
804
  return {
805
805
  install(i) {
806
806
  const r = De();
807
807
  if (t && Object.keys(t).length > 0) {
808
- const s = i.runWithContext(() => te(Ct));
808
+ const s = i.runWithContext(() => le(Ct));
809
809
  if (!s?._registerBladeFn)
810
- Pr.error("defineAppModule: BladeRegistry not found. Blade registration will be skipped.");
810
+ Cr.error("defineAppModule: BladeRegistry not found. Blade registration will be skipped.");
811
811
  else
812
812
  for (const [l, u] of Object.entries(t)) {
813
813
  const S = u.name || l;
@@ -851,24 +851,24 @@ function it(e) {
851
851
  }
852
852
  if (a)
853
853
  for (const [s, l] of Object.entries(a))
854
- ie.global.mergeLocaleMessage(s, l);
854
+ re.global.mergeLocaleMessage(s, l);
855
855
  }
856
856
  };
857
857
  }
858
- function vu(e, t, a, o) {
858
+ function bu(e, t, a, o) {
859
859
  return it({
860
860
  blades: e,
861
861
  locales: t,
862
862
  notificationTemplates: a
863
863
  });
864
864
  }
865
- const Cr = {
865
+ const Dr = {
866
866
  install(e) {
867
867
  const { hasAccess: t } = Dt();
868
868
  e.config.globalProperties.$hasAccess = t, e.provide("$hasAccess", t);
869
869
  }
870
870
  };
871
- function Tu(e) {
871
+ function Lu(e) {
872
872
  const t = (o) => {
873
873
  }, a = (o) => {
874
874
  (e ?? t)({
@@ -877,14 +877,14 @@ function Tu(e) {
877
877
  rating: o.rating
878
878
  });
879
879
  };
880
- Jn(a), Qn(a), er(a), tr(a), ar(a);
880
+ Qn(a), er(a), tr(a), ar(a), sr(a);
881
881
  }
882
- const aa = X("use-blade-widgets");
883
- function bu(e) {
884
- const t = te(Nt);
882
+ const ta = X("use-blade-widgets");
883
+ function wu(e) {
884
+ const t = le(Nt);
885
885
  if (!t)
886
886
  throw new Vt("WidgetService");
887
- const a = t, o = te(kt, void 0);
887
+ const a = t, o = le(kt, void 0);
888
888
  if (!o)
889
889
  throw new Error(
890
890
  "[vc-shell] useBladeWidgets() requires blade context (BladeDescriptorKey). It must be called inside a blade component rendered by VcBladeSlot."
@@ -892,14 +892,14 @@ function bu(e) {
892
892
  const n = o.value.id;
893
893
  me(() => {
894
894
  for (const s of e)
895
- a.registerWidget(Dr(s), n);
896
- }), Kt(() => {
895
+ a.registerWidget(Nr(s), n);
896
+ }), Ht(() => {
897
897
  for (const s of e)
898
898
  a.unregisterWidget(s.id, n);
899
899
  });
900
900
  function i(s) {
901
901
  const u = a.getWidgets(n).find((S) => S.id === s);
902
- u?.trigger?.onRefresh ? u.trigger.onRefresh() : aa.warn(`Widget '${s}' has no trigger.onRefresh registered.`);
902
+ u?.trigger?.onRefresh ? u.trigger.onRefresh() : ta.warn(`Widget '${s}' has no trigger.onRefresh registered.`);
903
903
  }
904
904
  function r() {
905
905
  const s = a.getWidgets(n);
@@ -908,15 +908,15 @@ function bu(e) {
908
908
  }
909
909
  return { refresh: i, refreshAll: r };
910
910
  }
911
- function Lu(e) {
912
- const t = te(an);
911
+ function Ou(e) {
912
+ const t = le(tn);
913
913
  if (!t) {
914
- aa.warn("useWidgetTrigger() called outside WidgetContainer scope — trigger will not be registered.");
914
+ ta.warn("useWidgetTrigger() called outside WidgetContainer scope — trigger will not be registered.");
915
915
  return;
916
916
  }
917
917
  t.setTrigger(e);
918
918
  }
919
- function Dr(e) {
919
+ function Nr(e) {
920
920
  const t = {
921
921
  icon: e.icon,
922
922
  badge: e.badge,
@@ -933,14 +933,22 @@ function Dr(e) {
933
933
  trigger: e.onRefresh ? { onRefresh: e.onRefresh } : void 0
934
934
  };
935
935
  }
936
- function wu(e) {
937
- Vn(
936
+ function Vr(e) {
937
+ const t = {};
938
+ for (const a of Object.keys(e)) {
939
+ const o = e[a];
940
+ t[a] = zt(o) ? o.value : o;
941
+ }
942
+ return t;
943
+ }
944
+ function yu(e) {
945
+ Bn(
938
946
  Bt,
939
- I(() => kn(e))
947
+ I(() => Vr(Mn(e)))
940
948
  );
941
949
  }
942
- function Ou() {
943
- const e = te(Bt);
950
+ function Iu() {
951
+ const e = le(Bt);
944
952
  if (!e)
945
953
  throw new Vt("BladeContext");
946
954
  return e;
@@ -949,17 +957,17 @@ function pt(e) {
949
957
  return e == null || e === "";
950
958
  }
951
959
  function Et(e, t) {
952
- return Xn(e, t, (a, o) => {
960
+ return Jn(e, t, (a, o) => {
953
961
  if (pt(a) && pt(o)) return !0;
954
962
  });
955
963
  }
956
- function yu(e) {
957
- const t = (r) => le(c(r)), a = G(t(e)), o = G(t(e)), n = G(!1);
958
- Bn(e) && ce(
964
+ function Ru(e) {
965
+ const t = (r) => ie(c(r)), a = U(t(e)), o = U(t(e)), n = U(!1);
966
+ zt(e) && ce(
959
967
  e,
960
968
  (r) => {
961
969
  const s = !Et(o.value, a.value);
962
- a.value = le(r), s || (o.value = le(r));
970
+ a.value = ie(r), s || (o.value = ie(r));
963
971
  },
964
972
  { deep: !0 }
965
973
  // Deep tracking, if initialValueProp is a Ref to an object/array
@@ -974,9 +982,9 @@ function yu(e) {
974
982
  const i = (r) => {
975
983
  if (r !== void 0) {
976
984
  const s = t(r);
977
- a.value = s, o.value = le(s);
985
+ a.value = s, o.value = ie(s);
978
986
  } else
979
- a.value = le(o.value);
987
+ a.value = ie(o.value);
980
988
  n.value = !1;
981
989
  };
982
990
  return {
@@ -986,156 +994,156 @@ function yu(e) {
986
994
  resetModificationState: i
987
995
  };
988
996
  }
989
- const Nr = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
997
+ const kr = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
990
998
  __proto__: null,
991
- ButtonGroupKey: sn,
992
- CellDate: Ba,
993
- CellDateAgo: Ma,
994
- CellDefault: Fa,
995
- CellEditableWrapper: $a,
996
- CellHtml: Ga,
997
- CellImage: xa,
998
- CellLink: Ua,
999
- CellMoney: Wa,
1000
- CellNumber: Ha,
1001
- CellStatus: za,
1002
- CellStatusIcon: Ka,
1003
- ColumnCollector: qa,
1004
- MenuBurgerIcon: Ya,
1005
- Table: ja,
1006
- TableBody: Za,
1007
- TableCell: Xa,
1008
- TableCheckbox: Ja,
1009
- TableColumnSwitcher: Qa,
1010
- TableEmpty: es,
1011
- TableFooter: ts,
1012
- TableGroupRow: as,
1013
- TableHead: ss,
1014
- TableHeader: os,
1015
- TableRow: ns,
1016
- TableRowActions: rs,
1017
- TableSearchHeader: is,
1018
- TableSelectAllBar: ls,
1019
- VcAccordion: cs,
1020
- VcAccordionItem: us,
1021
- VcApp: ds,
1022
- VcAppBarMobileActions: fs,
1023
- VcAppBarOverlay: ms,
1024
- VcAppBarWidgetContent: gs,
1025
- VcAppBarWidgetItem: ps,
1026
- VcAppBarWidgetsMenu: Es,
1027
- VcAppDesktopLayout: hs,
1028
- VcAppMenu: Ss,
1029
- VcAppMenuSidebar: _s,
1030
- VcAppMobileLayout: As,
1031
- VcAppSidebarCollapseButton: vs,
1032
- VcAppSidebarContent: Ts,
1033
- VcAppSidebarHeader: bs,
1034
- VcAuthLayout: Ls,
1035
- VcBadge: ws,
1036
- VcBanner: Os,
999
+ ButtonGroupKey: an,
1000
+ CellDate: ka,
1001
+ CellDateAgo: Ba,
1002
+ CellDefault: Ma,
1003
+ CellEditableWrapper: Fa,
1004
+ CellHtml: $a,
1005
+ CellImage: Ga,
1006
+ CellLink: xa,
1007
+ CellMoney: Ua,
1008
+ CellNumber: Wa,
1009
+ CellStatus: Ha,
1010
+ CellStatusIcon: za,
1011
+ ColumnCollector: Ka,
1012
+ MenuBurgerIcon: qa,
1013
+ Table: Ya,
1014
+ TableBody: ja,
1015
+ TableCell: Za,
1016
+ TableCheckbox: Xa,
1017
+ TableColumnSwitcher: Ja,
1018
+ TableEmpty: Qa,
1019
+ TableFooter: es,
1020
+ TableGroupRow: ts,
1021
+ TableHead: as,
1022
+ TableHeader: ss,
1023
+ TableRow: os,
1024
+ TableRowActions: ns,
1025
+ TableSearchHeader: rs,
1026
+ TableSelectAllBar: is,
1027
+ VcAccordion: ls,
1028
+ VcAccordionItem: cs,
1029
+ VcApp: us,
1030
+ VcAppBarMobileActions: ds,
1031
+ VcAppBarOverlay: fs,
1032
+ VcAppBarWidgetContent: ms,
1033
+ VcAppBarWidgetItem: gs,
1034
+ VcAppBarWidgetsMenu: ps,
1035
+ VcAppDesktopLayout: Es,
1036
+ VcAppMenu: hs,
1037
+ VcAppMenuSidebar: Ss,
1038
+ VcAppMobileLayout: _s,
1039
+ VcAppSidebarCollapseButton: As,
1040
+ VcAppSidebarContent: vs,
1041
+ VcAppSidebarHeader: Ts,
1042
+ VcAuthLayout: bs,
1043
+ VcBadge: Ls,
1044
+ VcBanner: ws,
1037
1045
  VcBlade: Ot,
1038
- VcBreadcrumbs: on,
1046
+ VcBreadcrumbs: sn,
1039
1047
  VcButton: Mt,
1040
- VcButtonGroup: ys,
1041
- VcCard: Is,
1042
- VcCheckbox: Rs,
1043
- VcCheckboxGroup: Ps,
1044
- VcCol: Cs,
1045
- VcColorInput: Ds,
1046
- VcColumn: Ns,
1048
+ VcButtonGroup: Os,
1049
+ VcCard: ys,
1050
+ VcCheckbox: Is,
1051
+ VcCheckboxGroup: Rs,
1052
+ VcCol: Ps,
1053
+ VcColorInput: Cs,
1054
+ VcColumn: Ds,
1047
1055
  VcContainer: yt,
1048
- VcDataTable: Vs,
1049
- VcDatePicker: ks,
1056
+ VcDataTable: Ns,
1057
+ VcDatePicker: Vs,
1050
1058
  VcDropdown: Ft,
1051
- VcDropdownItem: nn,
1052
- VcDropdownPanel: Bs,
1053
- VcDynamicProperty: Ms,
1054
- VcEditor: Fs,
1055
- VcField: $s,
1056
- VcFileUpload: Gs,
1059
+ VcDropdownItem: on,
1060
+ VcDropdownPanel: ks,
1061
+ VcDynamicProperty: Bs,
1062
+ VcEditor: Ms,
1063
+ VcField: Fs,
1064
+ VcFileUpload: $s,
1057
1065
  VcForm: It,
1058
- VcGallery: xs,
1059
- VcHint: Us,
1066
+ VcGallery: Gs,
1067
+ VcHint: xs,
1060
1068
  VcIcon: ze,
1061
1069
  VcImage: tt,
1062
- VcImageTile: Ws,
1063
- VcImageUpload: Hs,
1070
+ VcImageTile: Us,
1071
+ VcImageUpload: Ws,
1064
1072
  VcInput: fe,
1065
- VcInputCurrency: zs,
1066
- VcInputDropdown: Ks,
1067
- VcInputGroup: qs,
1068
- VcLabel: Ys,
1069
- VcLink: js,
1070
- VcLoading: Zs,
1071
- VcMenu: Xs,
1072
- VcMenuExpandedKey: Js,
1073
- VcMenuGroup: Qs,
1074
- VcMenuItem: eo,
1075
- VcMultivalue: to,
1076
- VcPagination: ao,
1077
- VcPopup: so,
1078
- VcProgress: oo,
1079
- VcRadioButton: no,
1080
- VcRadioGroup: ro,
1081
- VcRating: io,
1082
- VcRow: lo,
1083
- VcScrollableContainer: co,
1084
- VcSelect: uo,
1073
+ VcInputCurrency: Hs,
1074
+ VcInputDropdown: zs,
1075
+ VcInputGroup: Ks,
1076
+ VcLabel: qs,
1077
+ VcLink: Ys,
1078
+ VcLoading: js,
1079
+ VcMenu: Zs,
1080
+ VcMenuExpandedKey: Xs,
1081
+ VcMenuGroup: Js,
1082
+ VcMenuItem: Qs,
1083
+ VcMultivalue: eo,
1084
+ VcPagination: to,
1085
+ VcPopup: ao,
1086
+ VcProgress: so,
1087
+ VcRadioButton: oo,
1088
+ VcRadioGroup: no,
1089
+ VcRating: ro,
1090
+ VcRow: io,
1091
+ VcScrollableContainer: lo,
1092
+ VcSelect: co,
1085
1093
  VcSidebar: Rt,
1086
- VcSkeleton: fo,
1087
- VcSlider: mo,
1088
- VcStatus: go,
1089
- VcStatusIcon: po,
1090
- VcSwitch: Eo,
1091
- VcTable: ho,
1094
+ VcSkeleton: uo,
1095
+ VcSlider: fo,
1096
+ VcStatus: mo,
1097
+ VcStatusIcon: go,
1098
+ VcSwitch: po,
1099
+ VcTable: Eo,
1092
1100
  VcTextarea: Pt,
1093
- VcToast: Cn,
1094
- VcTooltip: So,
1095
- VcVideo: _o,
1096
- VcWidget: Ao,
1097
- provideAppBarState: vo,
1098
- stripTenantPrefix: To,
1099
- useAppBarMobileActions: bo,
1100
- useAppBarState: Lo,
1101
- useAppBarWidgets: wo,
1102
- useBadge: Oo,
1103
- useColumnFilter: yo,
1104
- useFilterState: Io,
1105
- useGalleryPreview: Ro,
1106
- useImageLoad: Po,
1107
- useMenuActiveState: Co,
1108
- useShellBootstrap: Do,
1109
- useShellLifecycle: No,
1110
- useShellNavigation: Vo,
1111
- useTableColumnsReorder: ko,
1112
- useTableColumnsResize: Bo,
1113
- useTableContext: Mo,
1114
- useTableInlineEdit: Fo,
1115
- useTableRowGrouping: $o,
1116
- useTableRowReorder: Go,
1117
- useToggleableContent: xo,
1118
- useVirtualScroll: Uo
1119
- }, Symbol.toStringTag, { value: "Module" })), Vr = {
1101
+ VcToast: Nn,
1102
+ VcTooltip: ho,
1103
+ VcVideo: So,
1104
+ VcWidget: _o,
1105
+ provideAppBarState: Ao,
1106
+ stripTenantPrefix: vo,
1107
+ useAppBarMobileActions: To,
1108
+ useAppBarState: bo,
1109
+ useAppBarWidgets: Lo,
1110
+ useBadge: wo,
1111
+ useColumnFilter: Oo,
1112
+ useFilterState: yo,
1113
+ useGalleryPreview: Io,
1114
+ useImageLoad: Ro,
1115
+ useMenuActiveState: Po,
1116
+ useShellBootstrap: Co,
1117
+ useShellLifecycle: Do,
1118
+ useShellNavigation: No,
1119
+ useTableColumnsReorder: Vo,
1120
+ useTableColumnsResize: ko,
1121
+ useTableContext: Bo,
1122
+ useTableInlineEdit: Mo,
1123
+ useTableRowGrouping: Fo,
1124
+ useTableRowReorder: $o,
1125
+ useToggleableContent: Go,
1126
+ useVirtualScroll: xo
1127
+ }, Symbol.toStringTag, { value: "Module" })), Br = {
1120
1128
  mounted(e, t) {
1121
1129
  t.value && e.focus();
1122
1130
  }
1123
- }, kr = (e, t) => {
1131
+ }, Mr = (e, t) => {
1124
1132
  const a = t.arg ? parseInt(t.arg, 10) : 9999, o = typeof t.value == "object" ? t.value : { blur: !0 };
1125
1133
  t.value ? (e.classList.add("v-loading"), o.size && e.setAttribute("data-loading-size", o.size), o.color && e.style.setProperty("--v-loading-spinner-color", o.color), o.blur === !1 && e.classList.add("v-loading--no-blur"), o.fullscreen && e.classList.add("v-loading--fullscreen"), e.style.setProperty("--v-loading-z-index", `${a}`)) : (e.classList.remove("v-loading", "v-loading--no-blur", "v-loading--fullscreen"), e.removeAttribute("data-loading-size"), e.style.removeProperty("--v-loading-z-index"), e.style.removeProperty("--v-loading-spinner-color"));
1126
- }, Br = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1134
+ }, Fr = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1127
1135
  __proto__: null,
1128
- autofocus: Vr,
1129
- loading: kr
1130
- }, Symbol.toStringTag, { value: "Module" })), Mr = { class: "tw-flex tw-grow-1 tw-border-t tw-border-solid tw-border-t-[--assets-details-border]" }, Fr = { class: "assets-details__content tw-grow tw-basis-0 tw-w-full" }, $r = { class: "tw-p-4" }, Gr = { class: "tw-flex tw-flex-row tw-justify-stretch tw-truncate" }, xr = { class: "tw-truncate" };
1136
+ autofocus: Br,
1137
+ loading: Mr
1138
+ }, Symbol.toStringTag, { value: "Module" })), $r = { class: "tw-flex tw-grow-1 tw-border-t tw-border-solid tw-border-t-[--assets-details-border]" }, Gr = { class: "assets-details__content tw-grow tw-basis-0 tw-w-full" }, xr = { class: "tw-p-4" }, Ur = { class: "tw-flex tw-flex-row tw-justify-stretch tw-truncate" }, Wr = { class: "tw-truncate" };
1131
1139
  $t("AssetsDetails", {});
1132
- const Ur = /* @__PURE__ */ Y({
1140
+ const Hr = /* @__PURE__ */ Y({
1133
1141
  name: "AssetsDetails",
1134
1142
  __name: "assets-details",
1135
1143
  setup(e) {
1136
1144
  const { options: t, closeSelf: a } = Gt();
1137
1145
  ge({ validateOnMount: !1 });
1138
- const o = Ae(), n = nt(), { t: i } = de({ useScope: "global" }), r = G({ ...t.value?.asset }), s = I(() => t.value?.disabled), l = I({
1146
+ const o = Ae(), n = nt(), { t: i } = de({ useScope: "global" }), r = U({ ...t.value?.asset }), s = I(() => t.value?.disabled), l = I({
1139
1147
  get() {
1140
1148
  return r.value.name?.split(".").shift();
1141
1149
  },
@@ -1143,7 +1151,7 @@ const Ur = /* @__PURE__ */ Y({
1143
1151
  const C = r.value.name?.split(".").pop();
1144
1152
  r.value.name = N + "." + C;
1145
1153
  }
1146
- }), u = I(() => !n.value || !o.value), S = G([
1154
+ }), u = I(() => !n.value || !o.value), S = U([
1147
1155
  {
1148
1156
  id: "save",
1149
1157
  title: i("ASSETS.PAGES.DETAILS.TOOLBAR.SAVE"),
@@ -1177,16 +1185,16 @@ const Ur = /* @__PURE__ */ Y({
1177
1185
  "toolbar-items": S.value
1178
1186
  }, {
1179
1187
  default: T(() => [
1180
- F("div", Mr, [
1181
- F("div", Fr, [
1188
+ F("div", $r, [
1189
+ F("div", Gr, [
1182
1190
  b(c(yt), { "no-padding": !0 }, {
1183
1191
  default: T(() => [
1184
- F("div", $r, [
1192
+ F("div", xr, [
1185
1193
  b(c(It), null, {
1186
1194
  default: T(() => [
1187
1195
  b(j, { class: "tw-mb-4 !tw-flex" }, {
1188
1196
  default: T(() => [
1189
- c(Xt)(r.value.name) ? (A(), M(c(tt), {
1197
+ c(Zt)(r.value.name) ? (A(), M(c(tt), {
1190
1198
  key: 0,
1191
1199
  src: r.value.url,
1192
1200
  size: "xl",
@@ -1194,7 +1202,7 @@ const Ur = /* @__PURE__ */ Y({
1194
1202
  class: "tw-shrink-0"
1195
1203
  }, null, 8, ["src"])) : (A(), M(w, {
1196
1204
  key: 1,
1197
- icon: c(Jt)(r.value.name),
1205
+ icon: c(Xt)(r.value.name),
1198
1206
  class: "tw-text-[color:var(--assets-details-thumbnail-color)] tw-text-[128px] tw-shrink-0"
1199
1207
  }, null, 8, ["icon"])),
1200
1208
  b(O, { class: "tw-ml-6" }, {
@@ -1205,13 +1213,13 @@ const Ur = /* @__PURE__ */ Y({
1205
1213
  default: T(() => [
1206
1214
  b(D, null, {
1207
1215
  default: T(() => [
1208
- q(U(c(i)("ASSETS.PAGES.DETAILS.FIELDS.SIZE")), 1)
1216
+ q(x(c(i)("ASSETS.PAGES.DETAILS.FIELDS.SIZE")), 1)
1209
1217
  ]),
1210
1218
  _: 1
1211
1219
  }),
1212
1220
  b(P, { class: "tw-text-s" }, {
1213
1221
  default: T(() => [
1214
- q(U(c(Qt)(r.value.size)), 1)
1222
+ q(x(c(Jt)(r.value.size)), 1)
1215
1223
  ]),
1216
1224
  _: 1
1217
1225
  })
@@ -1222,13 +1230,13 @@ const Ur = /* @__PURE__ */ Y({
1222
1230
  default: T(() => [
1223
1231
  b(D, null, {
1224
1232
  default: T(() => [
1225
- q(U(c(i)("ASSETS.PAGES.DETAILS.FIELDS.CREATED_DATE")), 1)
1233
+ q(x(c(i)("ASSETS.PAGES.DETAILS.FIELDS.CREATED_DATE")), 1)
1226
1234
  ]),
1227
1235
  _: 1
1228
1236
  }),
1229
1237
  b(P, { class: "tw-text-s" }, {
1230
1238
  default: T(() => [
1231
- q(U(c(Wo)(r.value.createdDate) || "N/A"), 1)
1239
+ q(x(c(Uo)(r.value.createdDate) || "N/A"), 1)
1232
1240
  ]),
1233
1241
  _: 1
1234
1242
  })
@@ -1239,18 +1247,18 @@ const Ur = /* @__PURE__ */ Y({
1239
1247
  default: T(() => [
1240
1248
  b(D, null, {
1241
1249
  default: T(() => [
1242
- q(U(c(i)("ASSETS.PAGES.DETAILS.FIELDS.URL")), 1)
1250
+ q(x(c(i)("ASSETS.PAGES.DETAILS.FIELDS.URL")), 1)
1243
1251
  ]),
1244
1252
  _: 1
1245
1253
  }),
1246
- F("div", Gr, [
1247
- F("div", xr, [
1254
+ F("div", Ur, [
1255
+ F("div", Wr, [
1248
1256
  b(R, {
1249
1257
  class: "vc-link tw-text-s tw-truncate tw-w-full",
1250
1258
  onClick: C[0] || (C[0] = (p) => f(r.value.url))
1251
1259
  }, {
1252
1260
  default: T(() => [
1253
- q(U(c(t)?.asset.name), 1)
1261
+ q(x(c(t)?.asset.name), 1)
1254
1262
  ]),
1255
1263
  _: 1
1256
1264
  })
@@ -1336,16 +1344,16 @@ const Ur = /* @__PURE__ */ Y({
1336
1344
  }, 8, ["title", "subtitle", "toolbar-items"]);
1337
1345
  };
1338
1346
  }
1339
- }), Wr = Ur, Hr = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1347
+ }), zr = Hr, Kr = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1340
1348
  __proto__: null,
1341
- AssetsDetails: Wr
1342
- }, Symbol.toStringTag, { value: "Module" })), zr = it({ blades: Hr }), Kr = { class: "tw-flex tw-items-center tw-justify-center" };
1349
+ AssetsDetails: zr
1350
+ }, Symbol.toStringTag, { value: "Module" })), qr = it({ blades: Kr }), Yr = { class: "tw-flex tw-items-center tw-justify-center" };
1343
1351
  $t("AssetsManager", {});
1344
- const qr = /* @__PURE__ */ Y({
1352
+ const jr = /* @__PURE__ */ Y({
1345
1353
  name: "AssetsManager",
1346
1354
  __name: "assets-manager",
1347
1355
  setup(e) {
1348
- const t = X("assets-manager"), { options: a, openBlade: o } = Gt(), { t: n } = de({ useScope: "global" }), i = I(() => a.value.manager), r = I(() => i.value.items.value ?? []), s = I(() => i.value.loading.value), l = I(() => a.value?.title || n("ASSETS_MANAGER.TITLE")), u = G(!1), S = G(), g = G([]), h = I(() => a.value?.disabled), f = G([
1356
+ const t = X("assets-manager"), { options: a, openBlade: o } = Gt(), { t: n } = de({ useScope: "global" }), i = I(() => a.value.manager), r = I(() => i.value.items.value ?? []), s = I(() => i.value.loading.value), l = I(() => a.value?.title || n("ASSETS_MANAGER.TITLE")), u = U(!1), S = U(), g = U([]), h = I(() => a.value?.disabled), f = U([
1349
1357
  {
1350
1358
  id: "add",
1351
1359
  title: I(() => n("ASSETS_MANAGER.TOOLBAR.ADD")),
@@ -1451,14 +1459,14 @@ const qr = /* @__PURE__ */ Y({
1451
1459
  }
1452
1460
  ];
1453
1461
  return (p, m) => {
1454
- const _ = $("VcImage"), v = $("VcIcon"), L = $("VcColumn"), k = $("VcDataTable"), W = $("VcBlade"), d = qt("loading");
1462
+ const _ = $("VcImage"), v = $("VcIcon"), L = $("VcColumn"), k = $("VcDataTable"), W = $("VcBlade"), d = Kt("loading");
1455
1463
  return A(), M(W, {
1456
1464
  title: l.value,
1457
1465
  "toolbar-items": f.value,
1458
1466
  width: "70%"
1459
1467
  }, {
1460
1468
  default: T(() => [
1461
- Yt((A(), x("div", {
1469
+ qt((A(), G("div", {
1462
1470
  class: "tw-relative tw-h-full tw-flex-1",
1463
1471
  onDragover: Ve(C, ["prevent", "stop"]),
1464
1472
  onDragleave: Ve(w, ["prevent"]),
@@ -1490,8 +1498,8 @@ const qr = /* @__PURE__ */ Y({
1490
1498
  "always-visible": ""
1491
1499
  }, {
1492
1500
  body: T(({ data: E }) => [
1493
- F("div", Kr, [
1494
- c(Xt)(E.name ?? "") ? (A(), M(_, {
1501
+ F("div", Yr, [
1502
+ c(Zt)(E.name ?? "") ? (A(), M(_, {
1495
1503
  key: 0,
1496
1504
  bordered: !0,
1497
1505
  size: "s",
@@ -1500,7 +1508,7 @@ const qr = /* @__PURE__ */ Y({
1500
1508
  background: "contain"
1501
1509
  }, null, 8, ["src"])) : (A(), M(v, {
1502
1510
  key: 1,
1503
- icon: c(Jt)(E.name ?? ""),
1511
+ icon: c(Xt)(E.name ?? ""),
1504
1512
  class: "tw-text-[color:var(--assets-manager-thumbnail-color)] tw-text-[38px]"
1505
1513
  }, null, 8, ["icon"]))
1506
1514
  ])
@@ -1520,7 +1528,7 @@ const qr = /* @__PURE__ */ Y({
1520
1528
  "always-visible": ""
1521
1529
  }, {
1522
1530
  body: T(({ data: E }) => [
1523
- F("div", null, U(c(Qt)(E.size ?? 0)), 1)
1531
+ F("div", null, x(c(Jt)(E.size ?? 0)), 1)
1524
1532
  ]),
1525
1533
  _: 1
1526
1534
  }, 8, ["title"]),
@@ -1531,7 +1539,7 @@ const qr = /* @__PURE__ */ Y({
1531
1539
  "always-visible": ""
1532
1540
  }, {
1533
1541
  body: T(({ data: E }) => [
1534
- F("div", null, U(E.sortOrder), 1)
1542
+ F("div", null, x(E.sortOrder), 1)
1535
1543
  ]),
1536
1544
  _: 1
1537
1545
  }, 8, ["title"]),
@@ -1562,14 +1570,14 @@ const qr = /* @__PURE__ */ Y({
1562
1570
  }, 8, ["title", "toolbar-items"]);
1563
1571
  };
1564
1572
  }
1565
- }), Yr = qr, jr = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1573
+ }), Zr = jr, Xr = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1566
1574
  __proto__: null,
1567
- AssetsManager: Yr
1568
- }, Symbol.toStringTag, { value: "Module" })), Zr = it({ blades: jr }), ht = X("connection-status"), St = "vc-framework-offline-status", _t = G(!1), At = G(!0);
1569
- function sa() {
1575
+ AssetsManager: Zr
1576
+ }, Symbol.toStringTag, { value: "Module" })), Jr = it({ blades: Xr }), ht = X("connection-status"), St = "vc-framework-offline-status", _t = U(!1), At = U(!0);
1577
+ function aa() {
1570
1578
  if (!_t.value && typeof window < "u") {
1571
1579
  _t.value = !0;
1572
- const { isOnline: e } = Un();
1580
+ const { isOnline: e } = Wn();
1573
1581
  ce(
1574
1582
  e,
1575
1583
  (t) => {
@@ -1585,56 +1593,56 @@ function sa() {
1585
1593
  isOnline: Ke(At)
1586
1594
  };
1587
1595
  }
1588
- const Fe = X("slow-network"), Xr = 5e3, Jr = ["slow-2g", "2g"];
1596
+ const Fe = X("slow-network"), Qr = 5e3, ei = ["slow-2g", "2g"];
1589
1597
  let $e = null;
1590
- const oa = "vc-framework-slow-network", Qr = 3e3, ei = "Your network is slow or the server is taking longer than usual. Please be patient.";
1591
- let ae = null;
1598
+ const sa = "vc-framework-slow-network", ti = 3e3, ai = "Your network is slow or the server is taking longer than usual. Please be patient.";
1599
+ let te = null;
1592
1600
  function vt() {
1593
- J.warning(ei, {
1594
- notificationId: oa,
1601
+ J.warning(ai, {
1602
+ notificationId: sa,
1595
1603
  timeout: !1
1596
1604
  });
1597
1605
  }
1598
1606
  function Tt() {
1599
- J.remove(oa);
1607
+ J.remove(sa);
1600
1608
  }
1601
- const bt = G(!1), Pe = G(0), Ye = G(!1), Ce = /* @__PURE__ */ new Map(), je = /* @__PURE__ */ new Set(), Ge = I(() => Pe.value > 0 || Ye.value);
1602
- function ti(e) {
1609
+ const bt = U(!1), Pe = U(0), Ye = U(!1), Ce = /* @__PURE__ */ new Map(), je = /* @__PURE__ */ new Set(), Ge = I(() => Pe.value > 0 || Ye.value);
1610
+ function si(e) {
1603
1611
  const t = setTimeout(() => {
1604
1612
  Pe.value++, Ce.delete(e), je.add(e);
1605
- }, Xr);
1613
+ }, Qr);
1606
1614
  Ce.set(e, t);
1607
1615
  }
1608
- function ai(e) {
1616
+ function oi(e) {
1609
1617
  const t = Ce.get(e);
1610
1618
  t != null ? (clearTimeout(t), Ce.delete(e)) : je.has(e) && (Pe.value = Math.max(0, Pe.value - 1), je.delete(e));
1611
1619
  }
1612
- function na() {
1620
+ function oa() {
1613
1621
  if (!bt.value && typeof window < "u") {
1614
1622
  bt.value = !0;
1615
1623
  const e = navigator.connection;
1616
1624
  e && ($e = () => {
1617
- const a = Jr.includes(e.effectiveType);
1625
+ const a = ei.includes(e.effectiveType);
1618
1626
  a !== Ye.value && Fe.info(`Connection type: ${e.effectiveType} → ${a ? "slow" : "normal"}`), Ye.value = a;
1619
1627
  }, e.addEventListener("change", $e), $e());
1620
- const { isOnline: t } = sa();
1628
+ const { isOnline: t } = aa();
1621
1629
  ce(Ge, (a) => {
1622
- a ? (ae != null && (clearTimeout(ae), ae = null), t.value && (Fe.info("Slow network detected — showing notification"), vt())) : ae = setTimeout(() => {
1623
- Fe.info("Network recovered — hiding notification"), Tt(), ae = null;
1624
- }, Qr);
1630
+ a ? (te != null && (clearTimeout(te), te = null), t.value && (Fe.info("Slow network detected — showing notification"), vt())) : te = setTimeout(() => {
1631
+ Fe.info("Network recovered — hiding notification"), Tt(), te = null;
1632
+ }, ti);
1625
1633
  }), ce(t, (a) => {
1626
- a ? Ge.value && vt() : (ae != null && (clearTimeout(ae), ae = null), Tt());
1634
+ a ? Ge.value && vt() : (te != null && (clearTimeout(te), te = null), Tt());
1627
1635
  });
1628
1636
  }
1629
1637
  return {
1630
1638
  isSlowNetwork: Ge,
1631
- trackRequest: ti,
1632
- untrackRequest: ai
1639
+ trackRequest: si,
1640
+ untrackRequest: oi
1633
1641
  };
1634
1642
  }
1635
1643
  const xe = X("interceptors");
1636
- function si(e) {
1637
- const { fetch: t } = window, { signOut: a, isAuthenticated: o } = ue(), { trackRequest: n, untrackRequest: i } = na();
1644
+ function ni(e) {
1645
+ const { fetch: t } = window, { signOut: a, isAuthenticated: o } = ue(), { trackRequest: n, untrackRequest: i } = oa();
1638
1646
  let r = 0;
1639
1647
  return window.fetch = async (...s) => {
1640
1648
  if (window.__DEMO_MODE__)
@@ -1685,7 +1693,7 @@ function si(e) {
1685
1693
  signal: h.signal
1686
1694
  });
1687
1695
  return D.status === 401 && o.value && a().then(() => {
1688
- oi(e), J.error(
1696
+ ri(e), J.error(
1689
1697
  `Access Denied: Your session has expired or you do not have the necessary permissions.
1690
1698
  Please log in again or contact the administrator for assistance.`
1691
1699
  );
@@ -1698,73 +1706,73 @@ Please log in again or contact the administrator for assistance.`
1698
1706
  }
1699
1707
  }, window.fetch;
1700
1708
  }
1701
- function oi(e) {
1709
+ function ri(e) {
1702
1710
  e && e.getRoutes().some((t) => t.path === "/login" || t.name === "Login") ? e.currentRoute.value.path !== "/login" && e.push("/login") : window.location.href = window.location.origin + "/";
1703
1711
  }
1704
- const ra = { THEMES: { LIGHT: "Light", DARK: "Dark" } }, ia = { USER: { ROLE: { ADMINISTRATOR: "Administrator" } }, ACCOUNT: { SETTINGS: "Settings", CHANGE_PASSWORD: "Change password", PROFILE: "Profile", LOGOUT: "Log Out" } }, la = { ATOMS: { VC_BANNER: { SHOW_MORE: "Show more", SHOW_LESS: "Show less" } }, MOLECULES: { VC_SELECT: { CLICK_TO_SELECT: "Click to select...", LOADING: "Loading...", LOADING_MORE: "Loading more...", NO_OPTIONS: "No options" }, VC_FILE_UPLOAD: { DRAG_HERE: "Drag and drop file here or", BROWSE: "browse your files" }, VC_INPUT: { DATE_PLACEHOLDER: "Select date", DATE_TIME_PLACEHOLDER: "Select date and time" }, VC_PAGINATION: { JUMP: "Jump to page:" }, VC_MULTIVALUE: { ADD: "Add" } }, ORGANISMS: { VC_DYNAMIC_PROPERTY: { ADD: "Add value", VALUE_TYPE: { COLOR: { PLACEHOLDER: "Color code", NAME: "Color name" } } }, VC_GALLERY: { INTERNAL: { VC_GALLERY_ITEM: { FULLSCREEN: "Fullscreen", EDIT: "Edit", DELETE: "Delete" }, VC_GALLERY_PREVIEW: { COPY_IMAGE_LINK: "copy image link" } }, GALLERY_IS_EMPTY: "Gallery is empty", DROP_TO_UPLOAD: "Drop to upload", DRAG_IMAGES_HERE: "Drag images here or", BROWSE_IMAGES: "browse your files" }, VC_APP: { INTERNAL: { VC_APP_BAR: { BACK: "Back" }, MOBILE_LAYOUT: { TAB_MENU: "Menu", TAB_HUB: "Hub" }, APP_HUB: { SEARCH_PLACEHOLDER: "Search applications and widgets", APPLICATIONS: "Applications", WIDGETS: "Widgets", NO_APPLICATIONS: "No applications found", NO_WIDGETS: "No widgets found", LIST_VIEW: "List view", TILE_VIEW: "Tile view" } } }, BLADE_NAVIGATION: { ARIA_LABEL: "Blade navigation" }, VC_BLADE: { SEE_DETAILS: "See details", UNSAVED_CHANGES: "Has unsaved changes", ERROR_POPUP: { TITLE: "Error details", COPY_ERROR: "copy content" }, MORE: "More", TOOLBAR: "Toolbar actions", CLOSE_MENU: "Close menu", PANEL: "Panel" }, VC_BLADE_HEADER: { UNSAVED_CHANGES: "Has unsaved changes", NO_CHANGES: "No unsaved changes" }, VC_TABLE: { CURRENT_PAGE_SELECTED: "All items in this page are selected.", SELECT_ALL: "Select all items", ALL_SELECTED: "All items are selected.", ALL_SELECTED_COUNT: "All {count} items selected", SELECT_ALL_COUNT: "Select all {count} items", CANCEL: "Clear selection", ALL_ACTIONS: "All actions", MORE: "More", ALL_FILTERS: "Filters", SEARCH: "Search...", EMPTY: "List is empty.", EMPTY_TITLE: "No data", EMPTY_DESCRIPTION: "No items to display", NOT_FOUND: "Nothing found.", NOT_FOUND_TITLE: "No results found", NOT_FOUND_DESCRIPTION: "Try adjusting your search or filters", TOTALS: "Totals:", ACTIONS: "Actions", NOT_SET: "Not set", SELECTED: "Selected", SELECT_ALL_TRUNCATED: "Select all", PULL_TO_REFRESH: "Pull to refresh", RELEASE_TO_REFRESH: "Release to refresh", REFRESHING: "Refreshing...", ADD_ROW: "Add row", LOADING: "Loading...", PAGE_INFO: "Page {current} of {total}", COLUMN_FILTER: { APPLY: "Apply", CLEAR: "Clear", FROM: "From", TO: "To" }, GLOBAL_FILTERS: { BUTTON: "Filters", TITLE: "Filters" }, COLUMN_SWITCHER: { BUTTON: "Columns", TITLE: "Show/Hide Columns", SHOW_ALL: "Show All", RESET: "Reset" }, OF: "of", PAGE: "Page" }, VC_POPUP: { OK: "OK", CONFIRM: "Confirm", CANCEL: "Cancel", CLOSE: "Close", TITLE: { CONFIRMATION: "Confirmation", ERROR: "Error", INFO: "Info" } } }, THEME_SELECTOR: { THEME_CHANGED: " theme", THEME_SELECTOR: "Theme" }, CHANGE_PASSWORD: { TITLE: "Change password", TITLE_FORCED: "Password expired", SUBTITLE_FORCED: "Please set a new password", FORCED: { LABEL: "Your password has expired. You must change the password to continue using the manager." }, CURRENT_PASSWORD: { LABEL: "Current password", PLACEHOLDER: "Enter password" }, NEW_PASSWORD: { LABEL: "New password", PLACEHOLDER: "Enter password" }, CONFIRM_PASSWORD: { LABEL: "Confirm password", PLACEHOLDER: "Confirm password" }, CANCEL: "Cancel", SAVE: "Update", ERRORS: { "Repeat-password": "Passwords are not same", "Equal-passwords": "The new password must not match the old one", "Invalid-token": "Token is invalid or expired", "Password-too-weak": "New password does not comply one or more password security policies:", PasswordTooShort: "Passwords too short", PasswordRequiresUniqueChars: "Passwords must use different characters", PasswordRequiresLower: "Passwords must have at least one lowercase ('a'-'z')", PasswordRequiresUpper: "Passwords must have at least one uppercase ('A'-'Z')", PasswordRequiresDigit: "Passwords must have at least one digit ('0'-'9')", PasswordRequiresNonAlphanumeric: "Passwords must have at least one non alphanumeric character", "Incorrect password.": "You entered an incorrect password", "You have used this password in the past. Choose another one.": "You have used this password in the past. Choose another one." } }, APP_HUB: { TITLE: "Applications" }, NOTIFICATION_DROPDOWN: { TITLE: "Notifications", EMPTY: "No notifications yet" }, LANGUAGE_SELECTOR: { TITLE: "Language" }, FILTERS: { APPLY: "Apply filters", RESET: "Reset" } }, ca = { TITLE: "You're invited!", SUBTITLE: "Set a password for your account", FIELDS: { EMAIL: { LABEL: "Email" }, PASSWORD: { LABEL: "New password", PLACEHOLDER: "Enter password" }, CONFIRM_PASSWORD: { LABEL: "Confirm password", PLACEHOLDER: "Confirm password" } }, ACCEPT_INVITATION: "Activate", ERRORS: { "Repeat-password": "Passwords are not same", "Invalid-token": "Token is invalid or expired", "Password-too-weak": "New password does not comply one or more password security policies:", PasswordTooShort: "Passwords too short", PasswordRequiresUniqueChars: "Passwords must use different characters", PasswordRequiresLower: "Passwords must have at least one lowercase ('a'-'z')", PasswordRequiresUpper: "Passwords must have at least one uppercase ('A'-'Z')", PasswordRequiresDigit: "Passwords must have at least one digit ('0'-'9')", PasswordRequiresNonAlphanumeric: "Passwords must have at least one non alphanumeric character", recentPasswordUsed: "You have used this password in the past. Choose another one." } }, ua = { TITLE: "Welcome back", SUBTITLE: "Sign in to your account to continue", FIELDS: { LOGIN: { LABEL: "Email", PLACEHOLDER: "Enter your email" }, PASSWORD: { LABEL: "Password", PLACEHOLDER: "Enter your password" }, FORGOT_PASSWORD: { TITLE: "Forgot password", LABEL: "Email", PLACEHOLDER: "Please enter your email" } }, FORGOT_PASSWORD_BUTTON: "Forgot password?", BUTTON: "Sign in", OR: "or", FORGOT_BUTTON: "Submit", BACK_BUTTON: "Back", BUTTON_OK: "Ok", RESET_EMAIL_TEXT: "We will send you an email with instructions on how to reset your password.", RESET_EMAIL_SENT: "Email with instructions has been sent to you.", SSO_NO_PROVIDERS_ERROR: "SSO authentication is not configured. Please contact your administrator." }, da = { TITLE: "Reset your password", SUBTITLE: "Enter your email and we'll send you a reset link", FIELDS: { EMAIL: { LABEL: "Email", PLACEHOLDER: "Enter your email address" } }, SEND_BUTTON: "Send reset link", BACK_TO_LOGIN: "Back to sign in", SUCCESS_TITLE: "Check your email", SUCCESS_TEXT: "We sent a reset link to {email}" }, fa = { TITLE: "Set new password", SUBTITLE: "Enter your new password below", FIELDS: { PASSWORD: { LABEL: "New password", PLACEHOLDER: "Enter password" }, CONFIRM_PASSWORD: { LABEL: "Confirm password", PLACEHOLDER: "Confirm password" } }, SAVE_PASSWORD: "Save", ERRORS: { "Repeat-password": "Passwords are not same", "Invalid-token": "Token is invalid or expired", "Password-too-weak": "New password does not comply one or more password security policies:", PasswordTooShort: "Passwords too short", PasswordRequiresUniqueChars: "Passwords must use different characters", PasswordRequiresLower: "Passwords must have at least one lowercase ('a'-'z')", PasswordRequiresUpper: "Passwords must have at least one uppercase ('A'-'Z')", PasswordRequiresDigit: "Passwords must have at least one digit ('0'-'9')", PasswordRequiresNonAlphanumeric: "Passwords must have at least one non alphanumeric character", recentPasswordUsed: "You have used this password in the past. Choose another one." } }, ma = { TITLE: "Assets", TOOLBAR: { SAVE: "Save", REFRESH: "Refresh", ADD: "Add", DELETE: "Delete selected" }, EMPTY: { NO_ASSETS: "No assets", UPLOAD_ASSETS: "Drag & drop assets here or click 'Upload' button", UPLOAD: "Upload" }, TABLE: { HEADER: { IMAGE: "Img", NAME: "Name", SIZE: "Size", SORT_ORDER: "Sort order", CREATED_DATE: "Created date" }, ACTIONS: { DELETE: "Delete", EDIT: "Edit" } } }, ga = { PAGES: { DETAILS: { SUBTITLE: "Asset edit", TOOLBAR: { SAVE: "Save", DELETE: "Delete" }, FIELDS: { SIZE: "Size", CREATED_DATE: "Created date", URL: "Url", COPY: "Copy link", NAME: { TITLE: "Asset name", PLACEHOLDER: "Enter asset name" }, ALT: { TITLE: "Image alternative text", PLACEHOLDER: "Enter image alt text", TOOLTIP: "This text will be displayed in case of disabled/unloaded image on the page" }, DESCRIPTION: { TITLE: "Meta description", PLACEHOLDER: "Enter meta description" } } } } }, pa = { _default: "The {field} is not valid", alpha: "The {field} field may only contain alphabetic characters", alpha_num: "The {field} field may only contain alpha-numeric characters", alpha_dash: "The {field} field may contain alpha-numeric characters as well as dashes and underscores", alpha_spaces: "The {field} field may only contain alphabetic characters as well as spaces", between: "The {field} field must be between 0:{min} and 1:{max}", confirmed: "The {field} field confirmation does not match", digits: "The {field} field must be numeric and exactly contain 0:{length} digits", dimensions: "The {field} field must be 0:{width} pixels by 1:{height} pixels", email: "The {field} field must be a valid email", not_one_of: "The {field} field is not a valid value", ext: "The {field} field is not a valid file", image: "The {field} field must be an image", integer: "The {field} field must be an integer", length: "The {field} field must be 0:{length} long", max_value: "The {field} field must be 0:{max} or less", max: "The {field} field may not be greater than 0:{length} characters", mimes: "The {field} field must have a valid file type", min_value: "The {field} field must be 0:{min} or more", min: "The {field} field must be at least 0:{length} characters", numeric: "The {field} field may only contain numeric characters", one_of: "The {field} field is not a valid value", regex: "The {field} field format is invalid", required_if: "The {field} field is required", required: "The {field} field is required", size: "The {field} field size must be less than 0:{size}KB", url: "The {field} field is not a valid URL", min_dimensions: { error: "Image dimensions must be greater than {height}*{width}", not_image_error: "Not image file" }, file_weight: "File size must be maximum {size} kb", before: "End date must be earlier than start date", after: "End date must be later than start date", bigint: "Unsupported number" }, Ea = { ACCESS_RESTRICTED: "Access restricted" }, ha = { LOADING: "Loading Virto OZ..." }, Sa = { no_options: "No options" }, ni = {
1705
- CORE: ra,
1706
- SHELL: ia,
1707
- COMPONENTS: la,
1708
- INVITATION: ca,
1709
- LOGIN: ua,
1710
- FORGOT_PASSWORD: da,
1711
- PASSWORDRESET: fa,
1712
- ASSETS_MANAGER: ma,
1713
- ASSETS: ga,
1714
- messages: pa,
1715
- PERMISSION_MESSAGES: Ea,
1716
- AI_AGENT: ha,
1717
- common: Sa
1718
- }, ri = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1719
- __proto__: null,
1720
- AI_AGENT: ha,
1721
- ASSETS: ga,
1722
- ASSETS_MANAGER: ma,
1723
- COMPONENTS: la,
1724
- CORE: ra,
1725
- FORGOT_PASSWORD: da,
1726
- INVITATION: ca,
1727
- LOGIN: ua,
1728
- PASSWORDRESET: fa,
1729
- PERMISSION_MESSAGES: Ea,
1730
- SHELL: ia,
1731
- common: Sa,
1732
- default: ni,
1733
- messages: pa
1734
- }, Symbol.toStringTag, { value: "Module" })), _a = { THEMES: { LIGHT: "Hell", DARK: "Dunkel" } }, Aa = { USER: { ROLE: { ADMINISTRATOR: "Administrator" } }, ACCOUNT: { SETTINGS: "Einstellungen", CHANGE_PASSWORD: "Passwort ändern", PROFILE: "Profil", LOGOUT: "Abmelden" } }, va = { ATOMS: { VC_BANNER: { SHOW_MORE: "Mehr anzeigen", SHOW_LESS: "Weniger anzeigen" } }, MOLECULES: { VC_SELECT: { CLICK_TO_SELECT: "Zum Auswählen klicken...", LOADING: "Wird geladen...", LOADING_MORE: "Mehr laden...", NO_OPTIONS: "Keine Optionen" }, VC_FILE_UPLOAD: { DRAG_HERE: "Datei hier ablegen oder", BROWSE: "Dateien durchsuchen" }, VC_INPUT: { DATE_PLACEHOLDER: "Datum auswählen", DATE_TIME_PLACEHOLDER: "Datum und Uhrzeit auswählen" }, VC_PAGINATION: { JUMP: "Zur Seite springen:" }, VC_MULTIVALUE: { ADD: "Hinzufügen" } }, ORGANISMS: { VC_DYNAMIC_PROPERTY: { ADD: "Wert hinzufügen", VALUE_TYPE: { COLOR: { PLACEHOLDER: "Farbcode", NAME: "Farbname" } } }, VC_GALLERY: { INTERNAL: { VC_GALLERY_ITEM: { FULLSCREEN: "Vollbild", EDIT: "Bearbeiten", DELETE: "Löschen" }, VC_GALLERY_PREVIEW: { COPY_IMAGE_LINK: "Bildlink kopieren" } }, GALLERY_IS_EMPTY: "Galerie ist leer", DROP_TO_UPLOAD: "Zum Hochladen ablegen", DRAG_IMAGES_HERE: "Bilder hierher ziehen oder", BROWSE_IMAGES: "Dateien durchsuchen" }, VC_APP: { INTERNAL: { VC_APP_BAR: { BACK: "Zurück" }, MOBILE_LAYOUT: { TAB_MENU: "Menü", TAB_HUB: "Hub" }, APP_HUB: { SEARCH_PLACEHOLDER: "Anwendungen und Widgets suchen", APPLICATIONS: "Anwendungen", WIDGETS: "Widgets", NO_APPLICATIONS: "Keine Anwendungen gefunden", NO_WIDGETS: "Keine Widgets gefunden", LIST_VIEW: "Listenansicht", TILE_VIEW: "Kachelansicht" } } }, BLADE_NAVIGATION: { ARIA_LABEL: "Blade-Navigation" }, VC_BLADE: { SEE_DETAILS: "Details anzeigen", UNSAVED_CHANGES: "Hat ungespeicherte Änderungen", ERROR_POPUP: { TITLE: "Fehlerdetails", COPY_ERROR: "Inhalt kopieren" }, MORE: "Mehr", TOOLBAR: "Toolbar-Aktionen", CLOSE_MENU: "Menü schließen", PANEL: "Panel" }, VC_BLADE_HEADER: { UNSAVED_CHANGES: "Hat ungespeicherte Änderungen", NO_CHANGES: "Keine ungespeicherten Änderungen" }, VC_TABLE: { CURRENT_PAGE_SELECTED: "Alle Elemente auf dieser Seite sind ausgewählt.", SELECT_ALL: "Alle Elemente auswählen", ALL_SELECTED: "Alle Elemente sind ausgewählt.", ALL_SELECTED_COUNT: "Alle {count} Elemente ausgewählt", SELECT_ALL_COUNT: "Alle {count} Elemente auswählen", CANCEL: "Auswahl aufheben", ALL_ACTIONS: "Alle Aktionen", MORE: "Mehr", ALL_FILTERS: "Filter", SEARCH: "Suchen...", EMPTY: "Liste ist leer.", EMPTY_TITLE: "Keine Daten", EMPTY_DESCRIPTION: "Keine Elemente zum Anzeigen", NOT_FOUND: "Nichts gefunden.", NOT_FOUND_TITLE: "Keine Ergebnisse gefunden", NOT_FOUND_DESCRIPTION: "Passen Sie Ihre Suche oder Filter an", TOTALS: "Gesamt:", ACTIONS: "Aktionen", NOT_SET: "Nicht festgelegt", SELECTED: "Ausgewählt", SELECT_ALL_TRUNCATED: "Alle auswählen", PULL_TO_REFRESH: "Zum Aktualisieren ziehen", RELEASE_TO_REFRESH: "Zum Aktualisieren loslassen", REFRESHING: "Wird aktualisiert...", ADD_ROW: "Zeile hinzufügen", LOADING: "Wird geladen...", PAGE_INFO: "Seite {current} von {total}", COLUMN_FILTER: { APPLY: "Anwenden", CLEAR: "Löschen", FROM: "Von", TO: "Bis" }, GLOBAL_FILTERS: { BUTTON: "Filter", TITLE: "Filter" }, COLUMN_SWITCHER: { BUTTON: "Spalten", TITLE: "Spalten ein-/ausblenden", SHOW_ALL: "Alle anzeigen", RESET: "Zurücksetzen" }, OF: "von", PAGE: "Seite" }, VC_POPUP: { OK: "OK", CONFIRM: "Bestätigen", CANCEL: "Abbrechen", CLOSE: "Schließen", TITLE: { CONFIRMATION: "Bestätigung", ERROR: "Fehler", INFO: "Info" } } }, THEME_SELECTOR: { THEME_CHANGED: " Thema", THEME_SELECTOR: "Themen" }, CHANGE_PASSWORD: { TITLE: "Passwort ändern", TITLE_FORCED: "Passwort abgelaufen", SUBTITLE_FORCED: "Bitte legen Sie ein neues Passwort fest", FORCED: { LABEL: "Ihr Passwort ist abgelaufen. Sie müssen das Passwort ändern, um den Manager weiter zu nutzen." }, CURRENT_PASSWORD: { LABEL: "Aktuelles Passwort", PLACEHOLDER: "Passwort eingeben" }, NEW_PASSWORD: { LABEL: "Neues Passwort", PLACEHOLDER: "Passwort eingeben" }, CONFIRM_PASSWORD: { LABEL: "Passwort bestätigen", PLACEHOLDER: "Passwort bestätigen" }, CANCEL: "Abbrechen", SAVE: "Aktualisieren", ERRORS: { "Repeat-password": "Passwörter stimmen nicht überein", "Equal-passwords": "Das neue Passwort darf nicht mit dem alten übereinstimmen", "Invalid-token": "Token ist ungültig oder abgelaufen", "Password-too-weak": "Neues Passwort erfüllt eine oder mehrere Passwort-Sicherheitsrichtlinien nicht:", PasswordTooShort: "Passwort zu kurz", PasswordRequiresUniqueChars: "Passwörter müssen unterschiedliche Zeichen verwenden", PasswordRequiresLower: "Passwörter müssen mindestens einen Kleinbuchstaben enthalten ('a'-'z')", PasswordRequiresUpper: "Passwörter müssen mindestens einen Großbuchstaben enthalten ('A'-'Z')", PasswordRequiresDigit: "Passwörter müssen mindestens eine Ziffer enthalten ('0'-'9')", PasswordRequiresNonAlphanumeric: "Passwörter müssen mindestens ein nicht-alphanumerisches Zeichen enthalten", "Incorrect password.": "Sie haben ein falsches Passwort eingegeben", "You have used this password in the past. Choose another one.": "Sie haben dieses Passwort in der Vergangenheit verwendet. Wählen Sie ein anderes." } }, APP_HUB: { TITLE: "Anwendungen" }, NOTIFICATION_DROPDOWN: { TITLE: "Benachrichtigungen", EMPTY: "Noch keine Benachrichtigungen" }, LANGUAGE_SELECTOR: { TITLE: "Sprache" }, FILTERS: { APPLY: "Filter anwenden", RESET: "Zurücksetzen" } }, Ta = { TITLE: "Sie sind eingeladen!", SUBTITLE: "Legen Sie ein Passwort für Ihr Konto fest", FIELDS: { EMAIL: { LABEL: "E-Mail" }, PASSWORD: { LABEL: "Neues Passwort", PLACEHOLDER: "Passwort eingeben" }, CONFIRM_PASSWORD: { LABEL: "Passwort bestätigen", PLACEHOLDER: "Passwort bestätigen" } }, ACCEPT_INVITATION: "Aktivieren", ERRORS: { "Repeat-password": "Passwörter stimmen nicht überein", "Invalid-token": "Token ist ungültig oder abgelaufen", "Password-too-weak": "Neues Passwort erfüllt eine oder mehrere Passwort-Sicherheitsrichtlinien nicht:", PasswordTooShort: "Passwort zu kurz", PasswordRequiresUniqueChars: "Passwörter müssen unterschiedliche Zeichen verwenden", PasswordRequiresLower: "Passwörter müssen mindestens einen Kleinbuchstaben enthalten ('a'-'z')", PasswordRequiresUpper: "Passwörter müssen mindestens einen Großbuchstaben enthalten ('A'-'Z')", PasswordRequiresDigit: "Passwörter müssen mindestens eine Ziffer enthalten ('0'-'9')", PasswordRequiresNonAlphanumeric: "Passwörter müssen mindestens ein nicht-alphanumerisches Zeichen enthalten", recentPasswordUsed: "Sie haben dieses Passwort in der Vergangenheit verwendet. Wählen Sie ein anderes." } }, ba = { TITLE: "Willkommen zurück", SUBTITLE: "Melden Sie sich bei Ihrem Konto an, um fortzufahren", FIELDS: { LOGIN: { LABEL: "E-Mail", PLACEHOLDER: "Geben Sie Ihre E-Mail-Adresse ein" }, PASSWORD: { LABEL: "Passwort", PLACEHOLDER: "Geben Sie Ihr Passwort ein" }, FORGOT_PASSWORD: { TITLE: "Passwort vergessen", LABEL: "E-Mail", PLACEHOLDER: "Bitte geben Sie Ihre E-Mail-Adresse ein" } }, FORGOT_PASSWORD_BUTTON: "Passwort vergessen?", BUTTON: "Anmelden", OR: "oder", FORGOT_BUTTON: "Absenden", BACK_BUTTON: "Zurück", BUTTON_OK: "Ok", RESET_EMAIL_TEXT: "Wir senden Ihnen eine E-Mail mit Anweisungen zum Zurücksetzen Ihres Passworts.", RESET_EMAIL_SENT: "Eine E-Mail mit Anweisungen wurde an Sie gesendet.", SSO_NO_PROVIDERS_ERROR: "SSO-Authentifizierung ist nicht konfiguriert. Bitte wenden Sie sich an Ihren Administrator." }, La = { TITLE: "Passwort zurücksetzen", SUBTITLE: "Geben Sie Ihre E-Mail-Adresse ein und wir senden Ihnen einen Link zum Zurücksetzen", FIELDS: { EMAIL: { LABEL: "E-Mail", PLACEHOLDER: "Geben Sie Ihre E-Mail-Adresse ein" } }, SEND_BUTTON: "Link zum Zurücksetzen senden", BACK_TO_LOGIN: "Zurück zur Anmeldung", SUCCESS_TITLE: "Überprüfen Sie Ihre E-Mail", SUCCESS_TEXT: "Wir haben einen Link zum Zurücksetzen an {email} gesendet" }, wa = { TITLE: "Neues Passwort festlegen", SUBTITLE: "Geben Sie unten Ihr neues Passwort ein", FIELDS: { PASSWORD: { LABEL: "Neues Passwort", PLACEHOLDER: "Passwort eingeben" }, CONFIRM_PASSWORD: { LABEL: "Passwort bestätigen", PLACEHOLDER: "Passwort bestätigen" } }, SAVE_PASSWORD: "Speichern", ERRORS: { "Repeat-password": "Passwörter stimmen nicht überein", "Invalid-token": "Token ist ungültig oder abgelaufen", "Password-too-weak": "Neues Passwort erfüllt eine oder mehrere Passwort-Sicherheitsrichtlinien nicht:", PasswordTooShort: "Passwort zu kurz", PasswordRequiresUniqueChars: "Passwörter müssen unterschiedliche Zeichen verwenden", PasswordRequiresLower: "Passwörter müssen mindestens einen Kleinbuchstaben enthalten ('a'-'z')", PasswordRequiresUpper: "Passwörter müssen mindestens einen Großbuchstaben enthalten ('A'-'Z')", PasswordRequiresDigit: "Passwörter müssen mindestens eine Ziffer enthalten ('0'-'9')", PasswordRequiresNonAlphanumeric: "Passwörter müssen mindestens ein nicht-alphanumerisches Zeichen enthalten", recentPasswordUsed: "Sie haben dieses Passwort in der Vergangenheit verwendet. Wählen Sie ein anderes." } }, Oa = { TITLE: "Assets", TOOLBAR: { SAVE: "Speichern", REFRESH: "Aktualisieren", ADD: "Hinzufügen", DELETE: "Ausgewählte löschen" }, EMPTY: { NO_ASSETS: "Keine Assets", UPLOAD_ASSETS: "Assets hier ablegen oder auf 'Hochladen' klicken", UPLOAD: "Hochladen" }, TABLE: { HEADER: { IMAGE: "Bild", NAME: "Name", SIZE: "Größe", SORT_ORDER: "Sortierreihenfolge", CREATED_DATE: "Erstellungsdatum" }, ACTIONS: { DELETE: "Löschen", EDIT: "Bearbeiten" } } }, ya = { PAGES: { DETAILS: { SUBTITLE: "Asset bearbeiten", TOOLBAR: { SAVE: "Speichern", DELETE: "Löschen" }, FIELDS: { SIZE: "Größe", CREATED_DATE: "Erstellungsdatum", URL: "URL", COPY: "Link kopieren", NAME: { TITLE: "Asset-Name", PLACEHOLDER: "Asset-Namen eingeben" }, ALT: { TITLE: "Alternativer Bildtext", PLACEHOLDER: "Alternativen Bildtext eingeben", TOOLTIP: "Dieser Text wird angezeigt, wenn das Bild auf der Seite deaktiviert oder nicht geladen ist" }, DESCRIPTION: { TITLE: "Meta-Beschreibung", PLACEHOLDER: "Meta-Beschreibung eingeben" } } } } }, Ia = { _default: "Das Feld {field} ist ungültig", alpha: "Das Feld {field} darf nur alphabetische Zeichen enthalten", alpha_num: "Das Feld {field} darf nur alphanumerische Zeichen enthalten", alpha_dash: "Das Feld {field} darf alphanumerische Zeichen sowie Bindestriche und Unterstriche enthalten", alpha_spaces: "Das Feld {field} darf nur alphabetische Zeichen und Leerzeichen enthalten", between: "Das Feld {field} muss zwischen 0:{min} und 1:{max} liegen", confirmed: "Die Bestätigung des Feldes {field} stimmt nicht überein", digits: "Das Feld {field} muss numerisch sein und genau 0:{length} Ziffern enthalten", dimensions: "Das Feld {field} muss 0:{width} Pixel breit und 1:{height} Pixel hoch sein", email: "Das Feld {field} muss eine gültige E-Mail-Adresse sein", not_one_of: "Das Feld {field} hat keinen gültigen Wert", ext: "Das Feld {field} ist keine gültige Datei", image: "Das Feld {field} muss ein Bild sein", integer: "Das Feld {field} muss eine ganze Zahl sein", length: "Das Feld {field} muss 0:{length} lang sein", max_value: "Das Feld {field} muss 0:{max} oder weniger sein", max: "Das Feld {field} darf nicht länger als 0:{length} Zeichen sein", mimes: "Das Feld {field} muss einen gültigen Dateityp haben", min_value: "Das Feld {field} muss 0:{min} oder mehr sein", min: "Das Feld {field} muss mindestens 0:{length} Zeichen lang sein", numeric: "Das Feld {field} darf nur numerische Zeichen enthalten", one_of: "Das Feld {field} hat keinen gültigen Wert", regex: "Das Format des Feldes {field} ist ungültig", required_if: "Das Feld {field} ist erforderlich", required: "Das Feld {field} ist erforderlich", size: "Die Größe des Feldes {field} muss kleiner als 0:{size}KB sein", url: "Das Feld {field} ist keine gültige URL", min_dimensions: { error: "Die Bildabmessungen müssen größer als {height}*{width} sein", not_image_error: "Keine Bilddatei" }, file_weight: "Die Dateigröße darf maximal {size} kb betragen", before: "Das Enddatum muss früher als das Startdatum sein", after: "Das Enddatum muss später als das Startdatum sein", bigint: "Nicht unterstützte Zahl" }, Ra = { ACCESS_RESTRICTED: "Zugriff eingeschränkt" }, Pa = { LOADING: "Virto OZ wird geladen..." }, Ca = { no_options: "Keine Optionen" }, ii = {
1735
- CORE: _a,
1736
- SHELL: Aa,
1737
- COMPONENTS: va,
1738
- INVITATION: Ta,
1739
- LOGIN: ba,
1740
- FORGOT_PASSWORD: La,
1741
- PASSWORDRESET: wa,
1742
- ASSETS_MANAGER: Oa,
1743
- ASSETS: ya,
1744
- messages: Ia,
1745
- PERMISSION_MESSAGES: Ra,
1746
- AI_AGENT: Pa,
1747
- common: Ca
1712
+ const na = { THEMES: { LIGHT: "Light", DARK: "Dark" } }, ra = { USER: { ROLE: { ADMINISTRATOR: "Administrator" } }, ACCOUNT: { SETTINGS: "Settings", CHANGE_PASSWORD: "Change password", PROFILE: "Profile", LOGOUT: "Log Out" } }, ia = { ATOMS: { VC_BANNER: { SHOW_MORE: "Show more", SHOW_LESS: "Show less" } }, MOLECULES: { VC_SELECT: { CLICK_TO_SELECT: "Click to select...", LOADING: "Loading...", LOADING_MORE: "Loading more...", NO_OPTIONS: "No options" }, VC_FILE_UPLOAD: { DRAG_HERE: "Drag and drop file here or", BROWSE: "browse your files" }, VC_INPUT: { DATE_PLACEHOLDER: "Select date", DATE_TIME_PLACEHOLDER: "Select date and time" }, VC_PAGINATION: { JUMP: "Jump to page:" }, VC_MULTIVALUE: { ADD: "Add" } }, ORGANISMS: { VC_DYNAMIC_PROPERTY: { ADD: "Add value", VALUE_TYPE: { COLOR: { PLACEHOLDER: "Color code", NAME: "Color name" } } }, VC_GALLERY: { INTERNAL: { VC_GALLERY_ITEM: { FULLSCREEN: "Fullscreen", EDIT: "Edit", DELETE: "Delete" }, VC_GALLERY_PREVIEW: { COPY_IMAGE_LINK: "copy image link" } }, GALLERY_IS_EMPTY: "Gallery is empty", DROP_TO_UPLOAD: "Drop to upload", DRAG_IMAGES_HERE: "Drag images here or", BROWSE_IMAGES: "browse your files" }, VC_APP: { INTERNAL: { VC_APP_BAR: { BACK: "Back" }, MOBILE_LAYOUT: { TAB_MENU: "Menu", TAB_HUB: "Hub" }, APP_HUB: { SEARCH_PLACEHOLDER: "Search applications and widgets", APPLICATIONS: "Applications", WIDGETS: "Widgets", NO_APPLICATIONS: "No applications found", NO_WIDGETS: "No widgets found", LIST_VIEW: "List view", TILE_VIEW: "Tile view" } } }, BLADE_NAVIGATION: { ARIA_LABEL: "Blade navigation" }, VC_BLADE: { SEE_DETAILS: "See details", UNSAVED_CHANGES: "Has unsaved changes", ERROR_POPUP: { TITLE: "Error details", COPY_ERROR: "copy content" }, MORE: "More", TOOLBAR: "Toolbar actions", CLOSE_MENU: "Close menu", PANEL: "Panel" }, VC_BLADE_HEADER: { UNSAVED_CHANGES: "Has unsaved changes", NO_CHANGES: "No unsaved changes" }, VC_TABLE: { CURRENT_PAGE_SELECTED: "All items in this page are selected.", SELECT_ALL: "Select all items", ALL_SELECTED: "All items are selected.", ALL_SELECTED_COUNT: "All {count} items selected", SELECT_ALL_COUNT: "Select all {count} items", CANCEL: "Clear selection", ALL_ACTIONS: "All actions", MORE: "More", ALL_FILTERS: "Filters", SEARCH: "Search...", EMPTY: "List is empty.", EMPTY_TITLE: "No data", EMPTY_DESCRIPTION: "No items to display", NOT_FOUND: "Nothing found.", NOT_FOUND_TITLE: "No results found", NOT_FOUND_DESCRIPTION: "Try adjusting your search or filters", TOTALS: "Totals:", ACTIONS: "Actions", NOT_SET: "Not set", SELECTED: "Selected", SELECT_ALL_TRUNCATED: "Select all", PULL_TO_REFRESH: "Pull to refresh", RELEASE_TO_REFRESH: "Release to refresh", REFRESHING: "Refreshing...", ADD_ROW: "Add row", LOADING: "Loading...", PAGE_INFO: "Page {current} of {total}", COLUMN_FILTER: { APPLY: "Apply", CLEAR: "Clear", FROM: "From", TO: "To" }, GLOBAL_FILTERS: { BUTTON: "Filters", TITLE: "Filters" }, COLUMN_SWITCHER: { BUTTON: "Columns", TITLE: "Show/Hide Columns", SHOW_ALL: "Show All", RESET: "Reset" }, OF: "of", PAGE: "Page" }, VC_POPUP: { OK: "OK", CONFIRM: "Confirm", CANCEL: "Cancel", CLOSE: "Close", TITLE: { CONFIRMATION: "Confirmation", ERROR: "Error", INFO: "Info" } } }, THEME_SELECTOR: { THEME_CHANGED: " theme", THEME_SELECTOR: "Theme" }, CHANGE_PASSWORD: { TITLE: "Change password", TITLE_FORCED: "Password expired", SUBTITLE_FORCED: "Please set a new password", FORCED: { LABEL: "Your password has expired. You must change the password to continue using the manager." }, CURRENT_PASSWORD: { LABEL: "Current password", PLACEHOLDER: "Enter password" }, NEW_PASSWORD: { LABEL: "New password", PLACEHOLDER: "Enter password" }, CONFIRM_PASSWORD: { LABEL: "Confirm password", PLACEHOLDER: "Confirm password" }, CANCEL: "Cancel", SAVE: "Update", ERRORS: { "Repeat-password": "Passwords are not same", "Equal-passwords": "The new password must not match the old one", "Invalid-token": "Token is invalid or expired", "Password-too-weak": "New password does not comply one or more password security policies:", PasswordTooShort: "Passwords too short", PasswordRequiresUniqueChars: "Passwords must use different characters", PasswordRequiresLower: "Passwords must have at least one lowercase ('a'-'z')", PasswordRequiresUpper: "Passwords must have at least one uppercase ('A'-'Z')", PasswordRequiresDigit: "Passwords must have at least one digit ('0'-'9')", PasswordRequiresNonAlphanumeric: "Passwords must have at least one non alphanumeric character", "Incorrect password.": "You entered an incorrect password", "You have used this password in the past. Choose another one.": "You have used this password in the past. Choose another one." } }, APP_HUB: { TITLE: "Applications" }, NOTIFICATION_DROPDOWN: { TITLE: "Notifications", EMPTY: "No notifications yet" }, LANGUAGE_SELECTOR: { TITLE: "Language" }, FILTERS: { APPLY: "Apply filters", RESET: "Reset" } }, la = { TITLE: "You're invited!", SUBTITLE: "Set a password for your account", FIELDS: { EMAIL: { LABEL: "Email" }, PASSWORD: { LABEL: "New password", PLACEHOLDER: "Enter password" }, CONFIRM_PASSWORD: { LABEL: "Confirm password", PLACEHOLDER: "Confirm password" } }, ACCEPT_INVITATION: "Activate", ERRORS: { "Repeat-password": "Passwords are not same", "Invalid-token": "Token is invalid or expired", "Password-too-weak": "New password does not comply one or more password security policies:", PasswordTooShort: "Passwords too short", PasswordRequiresUniqueChars: "Passwords must use different characters", PasswordRequiresLower: "Passwords must have at least one lowercase ('a'-'z')", PasswordRequiresUpper: "Passwords must have at least one uppercase ('A'-'Z')", PasswordRequiresDigit: "Passwords must have at least one digit ('0'-'9')", PasswordRequiresNonAlphanumeric: "Passwords must have at least one non alphanumeric character", recentPasswordUsed: "You have used this password in the past. Choose another one." } }, ca = { TITLE: "Welcome back", SUBTITLE: "Sign in to your account to continue", FIELDS: { LOGIN: { LABEL: "Email", PLACEHOLDER: "Enter your email" }, PASSWORD: { LABEL: "Password", PLACEHOLDER: "Enter your password" }, FORGOT_PASSWORD: { TITLE: "Forgot password", LABEL: "Email", PLACEHOLDER: "Please enter your email" } }, FORGOT_PASSWORD_BUTTON: "Forgot password?", BUTTON: "Sign in", OR: "or", FORGOT_BUTTON: "Submit", BACK_BUTTON: "Back", BUTTON_OK: "Ok", RESET_EMAIL_TEXT: "We will send you an email with instructions on how to reset your password.", RESET_EMAIL_SENT: "Email with instructions has been sent to you.", SSO_NO_PROVIDERS_ERROR: "SSO authentication is not configured. Please contact your administrator." }, ua = { TITLE: "Reset your password", SUBTITLE: "Enter your email and we'll send you a reset link", FIELDS: { EMAIL: { LABEL: "Email", PLACEHOLDER: "Enter your email address" } }, SEND_BUTTON: "Send reset link", BACK_TO_LOGIN: "Back to sign in", SUCCESS_TITLE: "Check your email", SUCCESS_TEXT: "We sent a reset link to {email}" }, da = { TITLE: "Set new password", SUBTITLE: "Enter your new password below", FIELDS: { PASSWORD: { LABEL: "New password", PLACEHOLDER: "Enter password" }, CONFIRM_PASSWORD: { LABEL: "Confirm password", PLACEHOLDER: "Confirm password" } }, SAVE_PASSWORD: "Save", ERRORS: { "Repeat-password": "Passwords are not same", "Invalid-token": "Token is invalid or expired", "Password-too-weak": "New password does not comply one or more password security policies:", PasswordTooShort: "Passwords too short", PasswordRequiresUniqueChars: "Passwords must use different characters", PasswordRequiresLower: "Passwords must have at least one lowercase ('a'-'z')", PasswordRequiresUpper: "Passwords must have at least one uppercase ('A'-'Z')", PasswordRequiresDigit: "Passwords must have at least one digit ('0'-'9')", PasswordRequiresNonAlphanumeric: "Passwords must have at least one non alphanumeric character", recentPasswordUsed: "You have used this password in the past. Choose another one." } }, fa = { TITLE: "Assets", TOOLBAR: { SAVE: "Save", REFRESH: "Refresh", ADD: "Add", DELETE: "Delete selected" }, EMPTY: { NO_ASSETS: "No assets", UPLOAD_ASSETS: "Drag & drop assets here or click 'Upload' button", UPLOAD: "Upload" }, TABLE: { HEADER: { IMAGE: "Img", NAME: "Name", SIZE: "Size", SORT_ORDER: "Sort order", CREATED_DATE: "Created date" }, ACTIONS: { DELETE: "Delete", EDIT: "Edit" } } }, ma = { PAGES: { DETAILS: { SUBTITLE: "Asset edit", TOOLBAR: { SAVE: "Save", DELETE: "Delete" }, FIELDS: { SIZE: "Size", CREATED_DATE: "Created date", URL: "Url", COPY: "Copy link", NAME: { TITLE: "Asset name", PLACEHOLDER: "Enter asset name" }, ALT: { TITLE: "Image alternative text", PLACEHOLDER: "Enter image alt text", TOOLTIP: "This text will be displayed in case of disabled/unloaded image on the page" }, DESCRIPTION: { TITLE: "Meta description", PLACEHOLDER: "Enter meta description" } } } } }, ga = { _default: "The {field} is not valid", alpha: "The {field} field may only contain alphabetic characters", alpha_num: "The {field} field may only contain alpha-numeric characters", alpha_dash: "The {field} field may contain alpha-numeric characters as well as dashes and underscores", alpha_spaces: "The {field} field may only contain alphabetic characters as well as spaces", between: "The {field} field must be between 0:{min} and 1:{max}", confirmed: "The {field} field confirmation does not match", digits: "The {field} field must be numeric and exactly contain 0:{length} digits", dimensions: "The {field} field must be 0:{width} pixels by 1:{height} pixels", email: "The {field} field must be a valid email", not_one_of: "The {field} field is not a valid value", ext: "The {field} field is not a valid file", image: "The {field} field must be an image", integer: "The {field} field must be an integer", length: "The {field} field must be 0:{length} long", max_value: "The {field} field must be 0:{max} or less", max: "The {field} field may not be greater than 0:{length} characters", mimes: "The {field} field must have a valid file type", min_value: "The {field} field must be 0:{min} or more", min: "The {field} field must be at least 0:{length} characters", numeric: "The {field} field may only contain numeric characters", one_of: "The {field} field is not a valid value", regex: "The {field} field format is invalid", required_if: "The {field} field is required", required: "The {field} field is required", size: "The {field} field size must be less than 0:{size}KB", url: "The {field} field is not a valid URL", min_dimensions: { error: "Image dimensions must be greater than {height}*{width}", not_image_error: "Not image file" }, file_weight: "File size must be maximum {size} kb", before: "End date must be earlier than start date", after: "End date must be later than start date", bigint: "Unsupported number" }, pa = { ACCESS_RESTRICTED: "Access restricted" }, Ea = { LOADING: "Loading Virto OZ..." }, ha = { no_options: "No options" }, ii = {
1713
+ CORE: na,
1714
+ SHELL: ra,
1715
+ COMPONENTS: ia,
1716
+ INVITATION: la,
1717
+ LOGIN: ca,
1718
+ FORGOT_PASSWORD: ua,
1719
+ PASSWORDRESET: da,
1720
+ ASSETS_MANAGER: fa,
1721
+ ASSETS: ma,
1722
+ messages: ga,
1723
+ PERMISSION_MESSAGES: pa,
1724
+ AI_AGENT: Ea,
1725
+ common: ha
1748
1726
  }, li = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1749
1727
  __proto__: null,
1750
- AI_AGENT: Pa,
1751
- ASSETS: ya,
1752
- ASSETS_MANAGER: Oa,
1753
- COMPONENTS: va,
1754
- CORE: _a,
1755
- FORGOT_PASSWORD: La,
1756
- INVITATION: Ta,
1757
- LOGIN: ba,
1758
- PASSWORDRESET: wa,
1759
- PERMISSION_MESSAGES: Ra,
1760
- SHELL: Aa,
1761
- common: Ca,
1728
+ AI_AGENT: Ea,
1729
+ ASSETS: ma,
1730
+ ASSETS_MANAGER: fa,
1731
+ COMPONENTS: ia,
1732
+ CORE: na,
1733
+ FORGOT_PASSWORD: ua,
1734
+ INVITATION: la,
1735
+ LOGIN: ca,
1736
+ PASSWORDRESET: da,
1737
+ PERMISSION_MESSAGES: pa,
1738
+ SHELL: ra,
1739
+ common: ha,
1762
1740
  default: ii,
1763
- messages: Ia
1764
- }, Symbol.toStringTag, { value: "Module" })), ci = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1741
+ messages: ga
1742
+ }, Symbol.toStringTag, { value: "Module" })), Sa = { THEMES: { LIGHT: "Hell", DARK: "Dunkel" } }, _a = { USER: { ROLE: { ADMINISTRATOR: "Administrator" } }, ACCOUNT: { SETTINGS: "Einstellungen", CHANGE_PASSWORD: "Passwort ändern", PROFILE: "Profil", LOGOUT: "Abmelden" } }, Aa = { ATOMS: { VC_BANNER: { SHOW_MORE: "Mehr anzeigen", SHOW_LESS: "Weniger anzeigen" } }, MOLECULES: { VC_SELECT: { CLICK_TO_SELECT: "Zum Auswählen klicken...", LOADING: "Wird geladen...", LOADING_MORE: "Mehr laden...", NO_OPTIONS: "Keine Optionen" }, VC_FILE_UPLOAD: { DRAG_HERE: "Datei hier ablegen oder", BROWSE: "Dateien durchsuchen" }, VC_INPUT: { DATE_PLACEHOLDER: "Datum auswählen", DATE_TIME_PLACEHOLDER: "Datum und Uhrzeit auswählen" }, VC_PAGINATION: { JUMP: "Zur Seite springen:" }, VC_MULTIVALUE: { ADD: "Hinzufügen" } }, ORGANISMS: { VC_DYNAMIC_PROPERTY: { ADD: "Wert hinzufügen", VALUE_TYPE: { COLOR: { PLACEHOLDER: "Farbcode", NAME: "Farbname" } } }, VC_GALLERY: { INTERNAL: { VC_GALLERY_ITEM: { FULLSCREEN: "Vollbild", EDIT: "Bearbeiten", DELETE: "Löschen" }, VC_GALLERY_PREVIEW: { COPY_IMAGE_LINK: "Bildlink kopieren" } }, GALLERY_IS_EMPTY: "Galerie ist leer", DROP_TO_UPLOAD: "Zum Hochladen ablegen", DRAG_IMAGES_HERE: "Bilder hierher ziehen oder", BROWSE_IMAGES: "Dateien durchsuchen" }, VC_APP: { INTERNAL: { VC_APP_BAR: { BACK: "Zurück" }, MOBILE_LAYOUT: { TAB_MENU: "Menü", TAB_HUB: "Hub" }, APP_HUB: { SEARCH_PLACEHOLDER: "Anwendungen und Widgets suchen", APPLICATIONS: "Anwendungen", WIDGETS: "Widgets", NO_APPLICATIONS: "Keine Anwendungen gefunden", NO_WIDGETS: "Keine Widgets gefunden", LIST_VIEW: "Listenansicht", TILE_VIEW: "Kachelansicht" } } }, BLADE_NAVIGATION: { ARIA_LABEL: "Blade-Navigation" }, VC_BLADE: { SEE_DETAILS: "Details anzeigen", UNSAVED_CHANGES: "Hat ungespeicherte Änderungen", ERROR_POPUP: { TITLE: "Fehlerdetails", COPY_ERROR: "Inhalt kopieren" }, MORE: "Mehr", TOOLBAR: "Toolbar-Aktionen", CLOSE_MENU: "Menü schließen", PANEL: "Panel" }, VC_BLADE_HEADER: { UNSAVED_CHANGES: "Hat ungespeicherte Änderungen", NO_CHANGES: "Keine ungespeicherten Änderungen" }, VC_TABLE: { CURRENT_PAGE_SELECTED: "Alle Elemente auf dieser Seite sind ausgewählt.", SELECT_ALL: "Alle Elemente auswählen", ALL_SELECTED: "Alle Elemente sind ausgewählt.", ALL_SELECTED_COUNT: "Alle {count} Elemente ausgewählt", SELECT_ALL_COUNT: "Alle {count} Elemente auswählen", CANCEL: "Auswahl aufheben", ALL_ACTIONS: "Alle Aktionen", MORE: "Mehr", ALL_FILTERS: "Filter", SEARCH: "Suchen...", EMPTY: "Liste ist leer.", EMPTY_TITLE: "Keine Daten", EMPTY_DESCRIPTION: "Keine Elemente zum Anzeigen", NOT_FOUND: "Nichts gefunden.", NOT_FOUND_TITLE: "Keine Ergebnisse gefunden", NOT_FOUND_DESCRIPTION: "Passen Sie Ihre Suche oder Filter an", TOTALS: "Gesamt:", ACTIONS: "Aktionen", NOT_SET: "Nicht festgelegt", SELECTED: "Ausgewählt", SELECT_ALL_TRUNCATED: "Alle auswählen", PULL_TO_REFRESH: "Zum Aktualisieren ziehen", RELEASE_TO_REFRESH: "Zum Aktualisieren loslassen", REFRESHING: "Wird aktualisiert...", ADD_ROW: "Zeile hinzufügen", LOADING: "Wird geladen...", PAGE_INFO: "Seite {current} von {total}", COLUMN_FILTER: { APPLY: "Anwenden", CLEAR: "Löschen", FROM: "Von", TO: "Bis" }, GLOBAL_FILTERS: { BUTTON: "Filter", TITLE: "Filter" }, COLUMN_SWITCHER: { BUTTON: "Spalten", TITLE: "Spalten ein-/ausblenden", SHOW_ALL: "Alle anzeigen", RESET: "Zurücksetzen" }, OF: "von", PAGE: "Seite" }, VC_POPUP: { OK: "OK", CONFIRM: "Bestätigen", CANCEL: "Abbrechen", CLOSE: "Schließen", TITLE: { CONFIRMATION: "Bestätigung", ERROR: "Fehler", INFO: "Info" } } }, THEME_SELECTOR: { THEME_CHANGED: " Thema", THEME_SELECTOR: "Themen" }, CHANGE_PASSWORD: { TITLE: "Passwort ändern", TITLE_FORCED: "Passwort abgelaufen", SUBTITLE_FORCED: "Bitte legen Sie ein neues Passwort fest", FORCED: { LABEL: "Ihr Passwort ist abgelaufen. Sie müssen das Passwort ändern, um den Manager weiter zu nutzen." }, CURRENT_PASSWORD: { LABEL: "Aktuelles Passwort", PLACEHOLDER: "Passwort eingeben" }, NEW_PASSWORD: { LABEL: "Neues Passwort", PLACEHOLDER: "Passwort eingeben" }, CONFIRM_PASSWORD: { LABEL: "Passwort bestätigen", PLACEHOLDER: "Passwort bestätigen" }, CANCEL: "Abbrechen", SAVE: "Aktualisieren", ERRORS: { "Repeat-password": "Passwörter stimmen nicht überein", "Equal-passwords": "Das neue Passwort darf nicht mit dem alten übereinstimmen", "Invalid-token": "Token ist ungültig oder abgelaufen", "Password-too-weak": "Neues Passwort erfüllt eine oder mehrere Passwort-Sicherheitsrichtlinien nicht:", PasswordTooShort: "Passwort zu kurz", PasswordRequiresUniqueChars: "Passwörter müssen unterschiedliche Zeichen verwenden", PasswordRequiresLower: "Passwörter müssen mindestens einen Kleinbuchstaben enthalten ('a'-'z')", PasswordRequiresUpper: "Passwörter müssen mindestens einen Großbuchstaben enthalten ('A'-'Z')", PasswordRequiresDigit: "Passwörter müssen mindestens eine Ziffer enthalten ('0'-'9')", PasswordRequiresNonAlphanumeric: "Passwörter müssen mindestens ein nicht-alphanumerisches Zeichen enthalten", "Incorrect password.": "Sie haben ein falsches Passwort eingegeben", "You have used this password in the past. Choose another one.": "Sie haben dieses Passwort in der Vergangenheit verwendet. Wählen Sie ein anderes." } }, APP_HUB: { TITLE: "Anwendungen" }, NOTIFICATION_DROPDOWN: { TITLE: "Benachrichtigungen", EMPTY: "Noch keine Benachrichtigungen" }, LANGUAGE_SELECTOR: { TITLE: "Sprache" }, FILTERS: { APPLY: "Filter anwenden", RESET: "Zurücksetzen" } }, va = { TITLE: "Sie sind eingeladen!", SUBTITLE: "Legen Sie ein Passwort für Ihr Konto fest", FIELDS: { EMAIL: { LABEL: "E-Mail" }, PASSWORD: { LABEL: "Neues Passwort", PLACEHOLDER: "Passwort eingeben" }, CONFIRM_PASSWORD: { LABEL: "Passwort bestätigen", PLACEHOLDER: "Passwort bestätigen" } }, ACCEPT_INVITATION: "Aktivieren", ERRORS: { "Repeat-password": "Passwörter stimmen nicht überein", "Invalid-token": "Token ist ungültig oder abgelaufen", "Password-too-weak": "Neues Passwort erfüllt eine oder mehrere Passwort-Sicherheitsrichtlinien nicht:", PasswordTooShort: "Passwort zu kurz", PasswordRequiresUniqueChars: "Passwörter müssen unterschiedliche Zeichen verwenden", PasswordRequiresLower: "Passwörter müssen mindestens einen Kleinbuchstaben enthalten ('a'-'z')", PasswordRequiresUpper: "Passwörter müssen mindestens einen Großbuchstaben enthalten ('A'-'Z')", PasswordRequiresDigit: "Passwörter müssen mindestens eine Ziffer enthalten ('0'-'9')", PasswordRequiresNonAlphanumeric: "Passwörter müssen mindestens ein nicht-alphanumerisches Zeichen enthalten", recentPasswordUsed: "Sie haben dieses Passwort in der Vergangenheit verwendet. Wählen Sie ein anderes." } }, Ta = { TITLE: "Willkommen zurück", SUBTITLE: "Melden Sie sich bei Ihrem Konto an, um fortzufahren", FIELDS: { LOGIN: { LABEL: "E-Mail", PLACEHOLDER: "Geben Sie Ihre E-Mail-Adresse ein" }, PASSWORD: { LABEL: "Passwort", PLACEHOLDER: "Geben Sie Ihr Passwort ein" }, FORGOT_PASSWORD: { TITLE: "Passwort vergessen", LABEL: "E-Mail", PLACEHOLDER: "Bitte geben Sie Ihre E-Mail-Adresse ein" } }, FORGOT_PASSWORD_BUTTON: "Passwort vergessen?", BUTTON: "Anmelden", OR: "oder", FORGOT_BUTTON: "Absenden", BACK_BUTTON: "Zurück", BUTTON_OK: "Ok", RESET_EMAIL_TEXT: "Wir senden Ihnen eine E-Mail mit Anweisungen zum Zurücksetzen Ihres Passworts.", RESET_EMAIL_SENT: "Eine E-Mail mit Anweisungen wurde an Sie gesendet.", SSO_NO_PROVIDERS_ERROR: "SSO-Authentifizierung ist nicht konfiguriert. Bitte wenden Sie sich an Ihren Administrator." }, ba = { TITLE: "Passwort zurücksetzen", SUBTITLE: "Geben Sie Ihre E-Mail-Adresse ein und wir senden Ihnen einen Link zum Zurücksetzen", FIELDS: { EMAIL: { LABEL: "E-Mail", PLACEHOLDER: "Geben Sie Ihre E-Mail-Adresse ein" } }, SEND_BUTTON: "Link zum Zurücksetzen senden", BACK_TO_LOGIN: "Zurück zur Anmeldung", SUCCESS_TITLE: "Überprüfen Sie Ihre E-Mail", SUCCESS_TEXT: "Wir haben einen Link zum Zurücksetzen an {email} gesendet" }, La = { TITLE: "Neues Passwort festlegen", SUBTITLE: "Geben Sie unten Ihr neues Passwort ein", FIELDS: { PASSWORD: { LABEL: "Neues Passwort", PLACEHOLDER: "Passwort eingeben" }, CONFIRM_PASSWORD: { LABEL: "Passwort bestätigen", PLACEHOLDER: "Passwort bestätigen" } }, SAVE_PASSWORD: "Speichern", ERRORS: { "Repeat-password": "Passwörter stimmen nicht überein", "Invalid-token": "Token ist ungültig oder abgelaufen", "Password-too-weak": "Neues Passwort erfüllt eine oder mehrere Passwort-Sicherheitsrichtlinien nicht:", PasswordTooShort: "Passwort zu kurz", PasswordRequiresUniqueChars: "Passwörter müssen unterschiedliche Zeichen verwenden", PasswordRequiresLower: "Passwörter müssen mindestens einen Kleinbuchstaben enthalten ('a'-'z')", PasswordRequiresUpper: "Passwörter müssen mindestens einen Großbuchstaben enthalten ('A'-'Z')", PasswordRequiresDigit: "Passwörter müssen mindestens eine Ziffer enthalten ('0'-'9')", PasswordRequiresNonAlphanumeric: "Passwörter müssen mindestens ein nicht-alphanumerisches Zeichen enthalten", recentPasswordUsed: "Sie haben dieses Passwort in der Vergangenheit verwendet. Wählen Sie ein anderes." } }, wa = { TITLE: "Assets", TOOLBAR: { SAVE: "Speichern", REFRESH: "Aktualisieren", ADD: "Hinzufügen", DELETE: "Ausgewählte löschen" }, EMPTY: { NO_ASSETS: "Keine Assets", UPLOAD_ASSETS: "Assets hier ablegen oder auf 'Hochladen' klicken", UPLOAD: "Hochladen" }, TABLE: { HEADER: { IMAGE: "Bild", NAME: "Name", SIZE: "Größe", SORT_ORDER: "Sortierreihenfolge", CREATED_DATE: "Erstellungsdatum" }, ACTIONS: { DELETE: "Löschen", EDIT: "Bearbeiten" } } }, Oa = { PAGES: { DETAILS: { SUBTITLE: "Asset bearbeiten", TOOLBAR: { SAVE: "Speichern", DELETE: "Löschen" }, FIELDS: { SIZE: "Größe", CREATED_DATE: "Erstellungsdatum", URL: "URL", COPY: "Link kopieren", NAME: { TITLE: "Asset-Name", PLACEHOLDER: "Asset-Namen eingeben" }, ALT: { TITLE: "Alternativer Bildtext", PLACEHOLDER: "Alternativen Bildtext eingeben", TOOLTIP: "Dieser Text wird angezeigt, wenn das Bild auf der Seite deaktiviert oder nicht geladen ist" }, DESCRIPTION: { TITLE: "Meta-Beschreibung", PLACEHOLDER: "Meta-Beschreibung eingeben" } } } } }, ya = { _default: "Das Feld {field} ist ungültig", alpha: "Das Feld {field} darf nur alphabetische Zeichen enthalten", alpha_num: "Das Feld {field} darf nur alphanumerische Zeichen enthalten", alpha_dash: "Das Feld {field} darf alphanumerische Zeichen sowie Bindestriche und Unterstriche enthalten", alpha_spaces: "Das Feld {field} darf nur alphabetische Zeichen und Leerzeichen enthalten", between: "Das Feld {field} muss zwischen 0:{min} und 1:{max} liegen", confirmed: "Die Bestätigung des Feldes {field} stimmt nicht überein", digits: "Das Feld {field} muss numerisch sein und genau 0:{length} Ziffern enthalten", dimensions: "Das Feld {field} muss 0:{width} Pixel breit und 1:{height} Pixel hoch sein", email: "Das Feld {field} muss eine gültige E-Mail-Adresse sein", not_one_of: "Das Feld {field} hat keinen gültigen Wert", ext: "Das Feld {field} ist keine gültige Datei", image: "Das Feld {field} muss ein Bild sein", integer: "Das Feld {field} muss eine ganze Zahl sein", length: "Das Feld {field} muss 0:{length} lang sein", max_value: "Das Feld {field} muss 0:{max} oder weniger sein", max: "Das Feld {field} darf nicht länger als 0:{length} Zeichen sein", mimes: "Das Feld {field} muss einen gültigen Dateityp haben", min_value: "Das Feld {field} muss 0:{min} oder mehr sein", min: "Das Feld {field} muss mindestens 0:{length} Zeichen lang sein", numeric: "Das Feld {field} darf nur numerische Zeichen enthalten", one_of: "Das Feld {field} hat keinen gültigen Wert", regex: "Das Format des Feldes {field} ist ungültig", required_if: "Das Feld {field} ist erforderlich", required: "Das Feld {field} ist erforderlich", size: "Die Größe des Feldes {field} muss kleiner als 0:{size}KB sein", url: "Das Feld {field} ist keine gültige URL", min_dimensions: { error: "Die Bildabmessungen müssen größer als {height}*{width} sein", not_image_error: "Keine Bilddatei" }, file_weight: "Die Dateigröße darf maximal {size} kb betragen", before: "Das Enddatum muss früher als das Startdatum sein", after: "Das Enddatum muss später als das Startdatum sein", bigint: "Nicht unterstützte Zahl" }, Ia = { ACCESS_RESTRICTED: "Zugriff eingeschränkt" }, Ra = { LOADING: "Virto OZ wird geladen..." }, Pa = { no_options: "Keine Optionen" }, ci = {
1743
+ CORE: Sa,
1744
+ SHELL: _a,
1745
+ COMPONENTS: Aa,
1746
+ INVITATION: va,
1747
+ LOGIN: Ta,
1748
+ FORGOT_PASSWORD: ba,
1749
+ PASSWORDRESET: La,
1750
+ ASSETS_MANAGER: wa,
1751
+ ASSETS: Oa,
1752
+ messages: ya,
1753
+ PERMISSION_MESSAGES: Ia,
1754
+ AI_AGENT: Ra,
1755
+ common: Pa
1756
+ }, ui = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1765
1757
  __proto__: null,
1766
- de: li,
1767
- en: ri
1758
+ AI_AGENT: Ra,
1759
+ ASSETS: Oa,
1760
+ ASSETS_MANAGER: wa,
1761
+ COMPONENTS: Aa,
1762
+ CORE: Sa,
1763
+ FORGOT_PASSWORD: ba,
1764
+ INVITATION: va,
1765
+ LOGIN: Ta,
1766
+ PASSWORDRESET: La,
1767
+ PERMISSION_MESSAGES: Ia,
1768
+ SHELL: _a,
1769
+ common: Pa,
1770
+ default: ci,
1771
+ messages: ya
1772
+ }, Symbol.toStringTag, { value: "Module" })), di = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1773
+ __proto__: null,
1774
+ de: ui,
1775
+ en: li
1768
1776
  }, Symbol.toStringTag, { value: "Module" })), Ue = X("global-error-handler");
1769
1777
  function we(e) {
1770
1778
  return e instanceof Error ? `${e.name}:${e.message}` : String(e);
@@ -1778,7 +1786,7 @@ function We(e) {
1778
1786
  a - i > Lt && he.delete(n);
1779
1787
  return !1;
1780
1788
  }
1781
- function ui(e) {
1789
+ function fi(e) {
1782
1790
  const t = e.config.errorHandler;
1783
1791
  if (e.config.errorHandler = (i, r, s) => {
1784
1792
  if (Ue.error("Unhandled Vue error:", i, `
@@ -1815,7 +1823,7 @@ Info:`, s), !We(i)) {
1815
1823
  };
1816
1824
  window.addEventListener("error", n);
1817
1825
  }
1818
- const di = /* @__PURE__ */ Y({
1826
+ const mi = /* @__PURE__ */ Y({
1819
1827
  __name: "sidebar",
1820
1828
  props: {
1821
1829
  position: { default: "right" },
@@ -1826,7 +1834,7 @@ const di = /* @__PURE__ */ Y({
1826
1834
  },
1827
1835
  emits: ["close"],
1828
1836
  setup(e, { emit: t }) {
1829
- const a = e, o = t, n = te(xt, G(!1)), i = te(Ut, G(!1)), r = I(() => a.render === "always" ? !0 : a.render === "mobile" ? n.value : i.value), s = I(() => a.isExpanded && r.value);
1837
+ const a = e, o = t, { isMobile: n, isDesktop: i } = nn(), r = I(() => a.render === "always" ? !0 : a.render === "mobile" ? n.value : i.value), s = I(() => a.isExpanded && r.value);
1830
1838
  function l(u) {
1831
1839
  u || o("close");
1832
1840
  }
@@ -1838,7 +1846,7 @@ const di = /* @__PURE__ */ Y({
1838
1846
  "close-button": e.closeCross,
1839
1847
  teleport: !c(i),
1840
1848
  "onUpdate:modelValue": l
1841
- }, Mn({
1849
+ }, Fn({
1842
1850
  default: T(() => [
1843
1851
  Z(u.$slots, "content")
1844
1852
  ]),
@@ -1853,7 +1861,7 @@ const di = /* @__PURE__ */ Y({
1853
1861
  } : void 0
1854
1862
  ]), 1032, ["position", "title", "close-button", "teleport"])) : Z(u.$slots, "content", { key: 1 });
1855
1863
  }
1856
- }), Iu = di, fi = { class: "tw-flex tw-flex-row tw-items-center tw-gap-2" }, mi = /* @__PURE__ */ Y({
1864
+ }), Pu = mi, gi = { class: "tw-flex tw-flex-row tw-items-center tw-gap-2" }, pi = /* @__PURE__ */ Y({
1857
1865
  __name: "external-provider",
1858
1866
  props: {
1859
1867
  logo: {},
@@ -1869,27 +1877,27 @@ const di = /* @__PURE__ */ Y({
1869
1877
  onClick: n[0] || (n[0] = (i) => o.$emit("signIn"))
1870
1878
  }, {
1871
1879
  default: T(() => [
1872
- F("div", fi, [
1880
+ F("div", gi, [
1873
1881
  b(c(tt), {
1874
1882
  src: a.value,
1875
1883
  class: "vc-external-provider__icon",
1876
1884
  size: "xxs"
1877
1885
  }, null, 8, ["src"]),
1878
- q(U(e.displayName), 1)
1886
+ q(x(e.displayName), 1)
1879
1887
  ])
1880
1888
  ]),
1881
1889
  _: 1
1882
1890
  }));
1883
1891
  }
1884
- }), gi = { class: "tw-flex tw-justify-center tw-flex-col tw-gap-4" }, pi = /* @__PURE__ */ Y({
1892
+ }), Ei = { class: "tw-flex tw-justify-center tw-flex-col tw-gap-4" }, hi = /* @__PURE__ */ Y({
1885
1893
  __name: "external-providers",
1886
1894
  props: {
1887
1895
  providers: {}
1888
1896
  },
1889
1897
  setup(e) {
1890
- const { signIn: t } = Wt();
1891
- return (a, o) => (A(), x("div", gi, [
1892
- (A(!0), x(ee, null, oe(e.providers, (n) => (A(), M(mi, {
1898
+ const { signIn: t } = xt();
1899
+ return (a, o) => (A(), G("div", Ei, [
1900
+ (A(!0), G(ee, null, se(e.providers, (n) => (A(), M(pi, {
1893
1901
  key: n.authenticationType,
1894
1902
  logo: n.logoUrl,
1895
1903
  "display-name": n.displayName,
@@ -1898,13 +1906,13 @@ const di = /* @__PURE__ */ Y({
1898
1906
  }, null, 8, ["logo", "display-name", "authentication-type", "onSignIn"]))), 128))
1899
1907
  ]));
1900
1908
  }
1901
- }), Ei = {
1909
+ }), Si = {
1902
1910
  key: 0,
1903
1911
  class: "vc-login-page__providers"
1904
- }, hi = {
1912
+ }, _i = {
1905
1913
  key: 0,
1906
1914
  class: "vc-login-page__separator-line"
1907
- }, Si = /* @__PURE__ */ Y({
1915
+ }, Ai = /* @__PURE__ */ Y({
1908
1916
  __name: "Login",
1909
1917
  props: {
1910
1918
  logo: {},
@@ -1914,7 +1922,7 @@ const di = /* @__PURE__ */ Y({
1914
1922
  ssoOnly: { type: Boolean }
1915
1923
  },
1916
1924
  setup(e) {
1917
- const t = X("login-page"), a = e, o = ve(), { validateField: n } = ge({ validateOnMount: !1 }), { uiSettings: i, loading: r } = Te(), s = G({ succeeded: !0 }), { signIn: l, loading: u, user: S } = ue(), { getProviders: g } = Wt(), h = Ae(), f = G(), N = G(!1);
1925
+ const t = X("login-page"), a = e, o = ve(), { validateField: n } = ge({ validateOnMount: !1 }), { uiSettings: i, loading: r } = Te(), s = U({ succeeded: !0 }), { signIn: l, loading: u, user: S } = ue(), { getProviders: g } = xt(), h = Ae(), f = U(), N = U(!1);
1918
1926
  me(async () => {
1919
1927
  f.value = await g(), N.value = !0;
1920
1928
  });
@@ -1955,20 +1963,20 @@ const di = /* @__PURE__ */ Y({
1955
1963
  class: "vc-login-page"
1956
1964
  }, {
1957
1965
  default: T(() => [
1958
- f.value && f.value.length ? (A(), x("div", Ei, [
1959
- b(pi, { providers: f.value }, null, 8, ["providers"]),
1960
- e.ssoOnly ? z("", !0) : (A(), x("div", hi, U(R.$t("LOGIN.OR")), 1))
1966
+ f.value && f.value.length ? (A(), G("div", Si, [
1967
+ b(hi, { providers: f.value }, null, 8, ["providers"]),
1968
+ e.ssoOnly ? z("", !0) : (A(), G("div", _i, x(R.$t("LOGIN.OR")), 1))
1961
1969
  ])) : z("", !0),
1962
1970
  e.ssoOnly && N.value && !f.value?.length ? (A(), M(j, {
1963
1971
  key: 1,
1964
1972
  class: "tw-mt-4 tw-text-danger-500"
1965
1973
  }, {
1966
1974
  default: T(() => [
1967
- q(U(R.$t("LOGIN.SSO_NO_PROVIDERS_ERROR")), 1)
1975
+ q(x(R.$t("LOGIN.SSO_NO_PROVIDERS_ERROR")), 1)
1968
1976
  ]),
1969
1977
  _: 1
1970
1978
  })) : z("", !0),
1971
- e.ssoOnly ? z("", !0) : (A(), x(ee, { key: 2 }, [
1979
+ e.ssoOnly ? z("", !0) : (A(), G(ee, { key: 2 }, [
1972
1980
  b(_, {
1973
1981
  class: "tw-gap-5",
1974
1982
  onSubmit: P
@@ -2031,7 +2039,7 @@ const di = /* @__PURE__ */ Y({
2031
2039
  onClick: P
2032
2040
  }, {
2033
2041
  default: T(() => [
2034
- q(U(R.$t("LOGIN.BUTTON")), 1)
2042
+ q(x(R.$t("LOGIN.BUTTON")), 1)
2035
2043
  ]),
2036
2044
  _: 1
2037
2045
  }, 8, ["disabled", "loading"]),
@@ -2042,14 +2050,14 @@ const di = /* @__PURE__ */ Y({
2042
2050
  onClick: O
2043
2051
  }, {
2044
2052
  default: T(() => [
2045
- q(U(R.$t("LOGIN.FORGOT_PASSWORD_BUTTON")), 1)
2053
+ q(x(R.$t("LOGIN.FORGOT_PASSWORD_BUTTON")), 1)
2046
2054
  ]),
2047
2055
  _: 1
2048
2056
  })
2049
2057
  ]),
2050
2058
  _: 1
2051
2059
  }),
2052
- b(c(sr), {
2060
+ b(c(or), {
2053
2061
  name: "auth:after-form",
2054
2062
  separator: "",
2055
2063
  "separator-class": "tw-border-t tw-border-[color:var(--login-separator)] tw-border-solid tw-pb-5",
@@ -2060,7 +2068,7 @@ const di = /* @__PURE__ */ Y({
2060
2068
  class: "tw-mt-4 tw-text-danger-500"
2061
2069
  }, {
2062
2070
  default: T(() => [
2063
- q(U(s.value.error), 1)
2071
+ q(x(s.value.error), 1)
2064
2072
  ]),
2065
2073
  _: 1
2066
2074
  }))
@@ -2070,7 +2078,7 @@ const di = /* @__PURE__ */ Y({
2070
2078
  }, 8, ["logo", "background", "title", "subtitle"]);
2071
2079
  };
2072
2080
  }
2073
- }), Ru = Si, _i = { class: "tw-text-center" }, Ai = { class: "tw-text-center tw-mb-6" }, vi = { class: "tw-text-sm tw-text-neutrals-600" }, Ti = /* @__PURE__ */ Y({
2081
+ }), Cu = Ai, vi = { class: "tw-text-center" }, Ti = { class: "tw-text-center tw-mb-6" }, bi = { class: "tw-text-sm tw-text-neutrals-600" }, Li = /* @__PURE__ */ Y({
2074
2082
  __name: "ForgotPassword",
2075
2083
  props: {
2076
2084
  logo: {},
@@ -2080,7 +2088,7 @@ const di = /* @__PURE__ */ Y({
2080
2088
  setup(e) {
2081
2089
  const t = e, a = ve(), { t: o } = de({ useScope: "global" });
2082
2090
  ge({ validateOnMount: !1 });
2083
- const n = Ae(), { uiSettings: i, loading: r } = Te(), s = G(!1), l = G(""), u = G(!1), S = _e({
2091
+ const n = Ae(), { uiSettings: i, loading: r } = Te(), s = U(!1), l = U(""), u = U(!1), S = _e({
2084
2092
  loginOrEmail: ""
2085
2093
  });
2086
2094
  let g;
@@ -2118,9 +2126,9 @@ const di = /* @__PURE__ */ Y({
2118
2126
  subtitle: u.value ? void 0 : c(o)("FORGOT_PASSWORD.SUBTITLE")
2119
2127
  }, {
2120
2128
  default: T(() => [
2121
- u.value ? (A(), x(ee, { key: 1 }, [
2122
- F("div", Ai, [
2123
- F("p", vi, U(c(o)("FORGOT_PASSWORD.SUCCESS_TEXT", { email: f.value })), 1)
2129
+ u.value ? (A(), G(ee, { key: 1 }, [
2130
+ F("div", Ti, [
2131
+ F("p", bi, x(c(o)("FORGOT_PASSWORD.SUCCESS_TEXT", { email: f.value })), 1)
2124
2132
  ]),
2125
2133
  b(O, {
2126
2134
  variant: "primary",
@@ -2128,11 +2136,11 @@ const di = /* @__PURE__ */ Y({
2128
2136
  onClick: C
2129
2137
  }, {
2130
2138
  default: T(() => [
2131
- q(U(c(o)("FORGOT_PASSWORD.BACK_TO_LOGIN")), 1)
2139
+ q(x(c(o)("FORGOT_PASSWORD.BACK_TO_LOGIN")), 1)
2132
2140
  ]),
2133
2141
  _: 1
2134
2142
  })
2135
- ], 64)) : (A(), x(ee, { key: 0 }, [
2143
+ ], 64)) : (A(), G(ee, { key: 0 }, [
2136
2144
  b(R, { onSubmit: N }, {
2137
2145
  default: T(() => [
2138
2146
  b(c(Q), {
@@ -2167,11 +2175,11 @@ const di = /* @__PURE__ */ Y({
2167
2175
  onClick: N
2168
2176
  }, {
2169
2177
  default: T(() => [
2170
- q(U(c(o)("FORGOT_PASSWORD.SEND_BUTTON")), 1)
2178
+ q(x(c(o)("FORGOT_PASSWORD.SEND_BUTTON")), 1)
2171
2179
  ]),
2172
2180
  _: 1
2173
2181
  }, 8, ["disabled", "loading"]),
2174
- F("div", _i, [
2182
+ F("div", vi, [
2175
2183
  b(O, {
2176
2184
  variant: "link",
2177
2185
  icon: "lucide-arrow-left",
@@ -2180,7 +2188,7 @@ const di = /* @__PURE__ */ Y({
2180
2188
  onClick: C
2181
2189
  }, {
2182
2190
  default: T(() => [
2183
- q(U(c(o)("FORGOT_PASSWORD.BACK_TO_LOGIN")), 1)
2191
+ q(x(c(o)("FORGOT_PASSWORD.BACK_TO_LOGIN")), 1)
2184
2192
  ]),
2185
2193
  _: 1
2186
2194
  })
@@ -2193,7 +2201,7 @@ const di = /* @__PURE__ */ Y({
2193
2201
  class: "tw-mt-3 tw-text-danger-500"
2194
2202
  }, {
2195
2203
  default: T(() => [
2196
- q(U(l.value), 1)
2204
+ q(x(l.value), 1)
2197
2205
  ]),
2198
2206
  _: 1
2199
2207
  })) : z("", !0)
@@ -2203,7 +2211,7 @@ const di = /* @__PURE__ */ Y({
2203
2211
  }, 8, ["logo", "background", "title", "subtitle"]);
2204
2212
  };
2205
2213
  }
2206
- }), Pu = Ti, bi = /* @__PURE__ */ Y({
2214
+ }), Du = Li, wi = /* @__PURE__ */ Y({
2207
2215
  __name: "ResetPassword",
2208
2216
  props: {
2209
2217
  userId: {},
@@ -2263,7 +2271,7 @@ const di = /* @__PURE__ */ Y({
2263
2271
  rules: "required"
2264
2272
  }, {
2265
2273
  default: T(({ field: _, errorMessage: v, handleChange: L, errors: k }) => [
2266
- b(R, se(_, {
2274
+ b(R, ae(_, {
2267
2275
  ref: "passwordField",
2268
2276
  modelValue: h.password,
2269
2277
  "onUpdate:modelValue": [
@@ -2291,7 +2299,7 @@ const di = /* @__PURE__ */ Y({
2291
2299
  rules: "required"
2292
2300
  }, {
2293
2301
  default: T(({ field: _, errorMessage: v, handleChange: L, errors: k }) => [
2294
- b(R, se(_, {
2302
+ b(R, ae(_, {
2295
2303
  ref: "confirmPasswordField",
2296
2304
  modelValue: h.confirmPassword,
2297
2305
  "onUpdate:modelValue": [
@@ -2321,16 +2329,16 @@ const di = /* @__PURE__ */ Y({
2321
2329
  onClick: C
2322
2330
  }, {
2323
2331
  default: T(() => [
2324
- q(U(c(l)("PASSWORDRESET.SAVE_PASSWORD")), 1)
2332
+ q(x(c(l)("PASSWORDRESET.SAVE_PASSWORD")), 1)
2325
2333
  ]),
2326
2334
  _: 1
2327
2335
  }, 8, ["disabled", "loading"]),
2328
- (A(!0), x(ee, null, oe(h.errors, (_) => (A(), M(j, {
2336
+ (A(!0), G(ee, null, se(h.errors, (_) => (A(), M(j, {
2329
2337
  key: _,
2330
2338
  class: "tw-mt-3 tw-text-danger-500"
2331
2339
  }, {
2332
2340
  default: T(() => [
2333
- q(U(c(l)(`PASSWORDRESET.ERRORS.${_}`)), 1)
2341
+ q(x(c(l)(`PASSWORDRESET.ERRORS.${_}`)), 1)
2334
2342
  ]),
2335
2343
  _: 2
2336
2344
  }, 1024))), 128))
@@ -2342,7 +2350,7 @@ const di = /* @__PURE__ */ Y({
2342
2350
  }, 8, ["logo", "background", "title", "subtitle"]);
2343
2351
  };
2344
2352
  }
2345
- }), Cu = bi, Li = /* @__PURE__ */ Y({
2353
+ }), Nu = wi, Oi = /* @__PURE__ */ Y({
2346
2354
  __name: "Invite",
2347
2355
  props: {
2348
2356
  userId: {},
@@ -2403,7 +2411,7 @@ const di = /* @__PURE__ */ Y({
2403
2411
  name: "password"
2404
2412
  }, {
2405
2413
  default: T(({ field: _, errorMessage: v, handleChange: L, errors: k }) => [
2406
- b(c(fe), se(_, {
2414
+ b(c(fe), ae(_, {
2407
2415
  ref: "passwordField",
2408
2416
  modelValue: f.password,
2409
2417
  "onUpdate:modelValue": [
@@ -2431,7 +2439,7 @@ const di = /* @__PURE__ */ Y({
2431
2439
  name: "confirm_password"
2432
2440
  }, {
2433
2441
  default: T(({ field: _, errorMessage: v, handleChange: L, errors: k }) => [
2434
- b(c(fe), se(_, {
2442
+ b(c(fe), ae(_, {
2435
2443
  ref: "confirmPasswordField",
2436
2444
  modelValue: f.confirmPassword,
2437
2445
  "onUpdate:modelValue": [
@@ -2461,16 +2469,16 @@ const di = /* @__PURE__ */ Y({
2461
2469
  onClick: w
2462
2470
  }, {
2463
2471
  default: T(() => [
2464
- q(U(c(l)("INVITATION.ACCEPT_INVITATION")), 1)
2472
+ q(x(c(l)("INVITATION.ACCEPT_INVITATION")), 1)
2465
2473
  ]),
2466
2474
  _: 1
2467
2475
  }, 8, ["disabled", "loading"]),
2468
- (A(!0), x(ee, null, oe(f.errors, (_) => (A(), M(j, {
2476
+ (A(!0), G(ee, null, se(f.errors, (_) => (A(), M(j, {
2469
2477
  key: _,
2470
2478
  class: "tw-mt-3 tw-text-danger-500"
2471
2479
  }, {
2472
2480
  default: T(() => [
2473
- q(U(c(l)(`INVITATION.ERRORS.${_}`)), 1)
2481
+ q(x(c(l)(`INVITATION.ERRORS.${_}`)), 1)
2474
2482
  ]),
2475
2483
  _: 2
2476
2484
  }, 1024))), 128))
@@ -2482,10 +2490,10 @@ const di = /* @__PURE__ */ Y({
2482
2490
  }, 8, ["logo", "background", "title", "subtitle"]);
2483
2491
  };
2484
2492
  }
2485
- }), Du = Li, wi = {
2493
+ }), Vu = Oi, yi = {
2486
2494
  key: 0,
2487
2495
  class: "tw-mb-4"
2488
- }, Oi = { class: "tw-flex tw-gap-3" }, yi = /* @__PURE__ */ Y({
2496
+ }, Ii = { class: "tw-flex tw-gap-3" }, Ri = /* @__PURE__ */ Y({
2489
2497
  __name: "ChangePassword",
2490
2498
  props: {
2491
2499
  forced: { type: Boolean },
@@ -2525,14 +2533,14 @@ const di = /* @__PURE__ */ Y({
2525
2533
  subtitle: e.forced ? c(a)("COMPONENTS.CHANGE_PASSWORD.SUBTITLE_FORCED") : void 0
2526
2534
  }, {
2527
2535
  default: T(() => [
2528
- e.forced ? (A(), x("div", wi, [
2536
+ e.forced ? (A(), G("div", yi, [
2529
2537
  b(R, {
2530
2538
  variant: "info",
2531
2539
  icon: "lucide-lightbulb",
2532
2540
  "icon-size": "l"
2533
2541
  }, {
2534
2542
  default: T(() => [
2535
- q(U(c(a)("COMPONENTS.CHANGE_PASSWORD.FORCED.LABEL")), 1)
2543
+ q(x(c(a)("COMPONENTS.CHANGE_PASSWORD.FORCED.LABEL")), 1)
2536
2544
  ]),
2537
2545
  _: 1
2538
2546
  })
@@ -2546,7 +2554,7 @@ const di = /* @__PURE__ */ Y({
2546
2554
  "model-value": f.currentPassword
2547
2555
  }, {
2548
2556
  default: T(({ field: v, errorMessage: L, errors: k }) => [
2549
- b(H, se(v, {
2557
+ b(H, ae(v, {
2550
2558
  ref: "passwordField",
2551
2559
  modelValue: f.currentPassword,
2552
2560
  "onUpdate:modelValue": [
@@ -2571,7 +2579,7 @@ const di = /* @__PURE__ */ Y({
2571
2579
  "model-value": f.password
2572
2580
  }, {
2573
2581
  default: T(({ field: v, errorMessage: L, errors: k }) => [
2574
- b(H, se(v, {
2582
+ b(H, ae(v, {
2575
2583
  ref: "newPasswordField",
2576
2584
  modelValue: f.password,
2577
2585
  "onUpdate:modelValue": [
@@ -2596,7 +2604,7 @@ const di = /* @__PURE__ */ Y({
2596
2604
  "model-value": f.confirmPassword
2597
2605
  }, {
2598
2606
  default: T(({ field: v, errorMessage: L, errors: k }) => [
2599
- b(H, se(v, {
2607
+ b(H, ae(v, {
2600
2608
  ref: "confirmPasswordField",
2601
2609
  modelValue: f.confirmPassword,
2602
2610
  "onUpdate:modelValue": [
@@ -2614,14 +2622,14 @@ const di = /* @__PURE__ */ Y({
2614
2622
  ]),
2615
2623
  _: 1
2616
2624
  }, 8, ["label", "model-value"]),
2617
- F("div", Oi, [
2625
+ F("div", Ii, [
2618
2626
  b(j, {
2619
2627
  variant: "secondary",
2620
2628
  class: "tw-flex-1",
2621
2629
  onClick: C
2622
2630
  }, {
2623
2631
  default: T(() => [
2624
- q(U(c(a)("COMPONENTS.CHANGE_PASSWORD.CANCEL")), 1)
2632
+ q(x(c(a)("COMPONENTS.CHANGE_PASSWORD.CANCEL")), 1)
2625
2633
  ]),
2626
2634
  _: 1
2627
2635
  }),
@@ -2633,17 +2641,17 @@ const di = /* @__PURE__ */ Y({
2633
2641
  onClick: w
2634
2642
  }, {
2635
2643
  default: T(() => [
2636
- q(U(c(a)("COMPONENTS.CHANGE_PASSWORD.SAVE")), 1)
2644
+ q(x(c(a)("COMPONENTS.CHANGE_PASSWORD.SAVE")), 1)
2637
2645
  ]),
2638
2646
  _: 1
2639
2647
  }, 8, ["disabled", "loading"])
2640
2648
  ]),
2641
- (A(!0), x(ee, null, oe(f.errors, (v, L) => (A(), M(p, {
2649
+ (A(!0), G(ee, null, se(f.errors, (v, L) => (A(), M(p, {
2642
2650
  key: L,
2643
2651
  class: "tw-mt-3 tw-text-danger-500"
2644
2652
  }, {
2645
2653
  default: T(() => [
2646
- q(U(v.code ? c(a)(`COMPONENTS.CHANGE_PASSWORD.ERRORS.${v.code}`) : v), 1)
2654
+ q(x(v.code ? c(a)(`COMPONENTS.CHANGE_PASSWORD.ERRORS.${v.code}`) : v), 1)
2647
2655
  ]),
2648
2656
  _: 2
2649
2657
  }, 1024))), 128))
@@ -2655,7 +2663,7 @@ const di = /* @__PURE__ */ Y({
2655
2663
  }, 8, ["logo", "background", "title", "subtitle"]);
2656
2664
  };
2657
2665
  }
2658
- }), Nu = yi, Ne = "vc-dashboard-layout";
2666
+ }), ku = Ri, Ne = "vc-dashboard-layout";
2659
2667
  function Ze(e, t) {
2660
2668
  const a = t ?? e.position;
2661
2669
  return {
@@ -2681,7 +2689,7 @@ function Xe(e) {
2681
2689
  }
2682
2690
  };
2683
2691
  }
2684
- function Ii(e) {
2692
+ function Pi(e) {
2685
2693
  const t = /* @__PURE__ */ new Map();
2686
2694
  for (const a of e)
2687
2695
  a.id && t.set(a.id, {
@@ -2696,7 +2704,7 @@ function Je() {
2696
2704
  if (!e) return null;
2697
2705
  const t = JSON.parse(e);
2698
2706
  if (Array.isArray(t))
2699
- return Ii(t);
2707
+ return Pi(t);
2700
2708
  if (typeof t == "object" && t !== null) {
2701
2709
  const a = /* @__PURE__ */ new Map();
2702
2710
  for (const [o, n] of Object.entries(t))
@@ -2708,7 +2716,7 @@ function Je() {
2708
2716
  return console.warn("[GridstackAdapter] Failed to load layout from storage:", e), null;
2709
2717
  }
2710
2718
  }
2711
- function Da(e, t) {
2719
+ function Ca(e, t) {
2712
2720
  try {
2713
2721
  const a = e.map((o) => {
2714
2722
  const n = t.get(o.id);
@@ -2725,14 +2733,14 @@ function Da(e, t) {
2725
2733
  console.warn("[GridstackAdapter] Failed to save layout to storage:", a);
2726
2734
  }
2727
2735
  }
2728
- function Ri() {
2736
+ function Ci() {
2729
2737
  try {
2730
2738
  localStorage.removeItem(Ne);
2731
2739
  } catch (e) {
2732
2740
  console.warn("[GridstackAdapter] Failed to clear layout storage:", e);
2733
2741
  }
2734
2742
  }
2735
- function Pi(e, t = 12) {
2743
+ function Di(e, t = 12) {
2736
2744
  const a = /* @__PURE__ */ new Map(), o = /* @__PURE__ */ new Map(), n = (s, l, u, S) => {
2737
2745
  for (let g = l; g < l + S; g++) {
2738
2746
  const h = o.get(g) || [];
@@ -2778,9 +2786,9 @@ function Qe(e, t) {
2778
2786
  o.set(n.id, n.position);
2779
2787
  return o;
2780
2788
  }
2781
- return Pi(e);
2789
+ return Di(e);
2782
2790
  }
2783
- const Ci = {
2791
+ const Ni = {
2784
2792
  column: 12,
2785
2793
  cellHeight: 80,
2786
2794
  margin: "10px",
@@ -2799,9 +2807,9 @@ const Ci = {
2799
2807
  // Only bottom-right corner
2800
2808
  }
2801
2809
  };
2802
- function Di(e, t = {}) {
2803
- const { gridOptions: a = {}, resizable: o = !1, autoSave: n = !0, onLayoutChange: i } = t, r = Fn(null), s = G(/* @__PURE__ */ new Map()), l = G(!1), u = G(!1), S = {
2804
- ...Ci,
2810
+ function Vi(e, t = {}) {
2811
+ const { gridOptions: a = {}, resizable: o = !1, autoSave: n = !0, onLayoutChange: i } = t, r = $n(null), s = U(/* @__PURE__ */ new Map()), l = U(!1), u = U(!1), S = {
2812
+ ...Ni,
2805
2813
  ...a,
2806
2814
  disableResize: !o
2807
2815
  }, g = (m) => {
@@ -2810,7 +2818,7 @@ function Di(e, t = {}) {
2810
2818
  return;
2811
2819
  }
2812
2820
  const _ = Je();
2813
- s.value = Qe(e.value, _), r.value = Kn.init(S, m), r.value.on("change", h), r.value.on("added", f), r.value.on("removed", N);
2821
+ s.value = Qe(e.value, _), r.value = qn.init(S, m), r.value.on("change", h), r.value.on("added", f), r.value.on("removed", N);
2814
2822
  const v = e.value.map((L) => {
2815
2823
  const k = s.value.get(L.id);
2816
2824
  return Ze(L, k);
@@ -2849,7 +2857,7 @@ function Di(e, t = {}) {
2849
2857
  const v = document.querySelector(`[gs-id="${m}"]`);
2850
2858
  v && (u.value = !0, r.value.update(v, { x: _.x, y: _.y }), s.value.set(m, _), s.value = new Map(s.value), u.value = !1);
2851
2859
  }, O = () => {
2852
- Da(e.value, s.value);
2860
+ Ca(e.value, s.value);
2853
2861
  }, R = () => {
2854
2862
  const m = Je();
2855
2863
  m && (s.value = Qe(e.value, m), j());
@@ -2892,7 +2900,7 @@ function Di(e, t = {}) {
2892
2900
  w(k);
2893
2901
  },
2894
2902
  { deep: !1 }
2895
- ), Kt(() => {
2903
+ ), Ht(() => {
2896
2904
  C();
2897
2905
  }), {
2898
2906
  grid: r,
@@ -2909,16 +2917,16 @@ function Di(e, t = {}) {
2909
2917
  batchUpdate: p
2910
2918
  };
2911
2919
  }
2912
- const Ni = ["aria-label"], Vi = ["gs-id", "gs-x", "gs-y", "gs-w", "gs-h", "aria-label"], ki = { class: "grid-stack-item-content" }, Bi = {
2920
+ const ki = ["aria-label"], Bi = ["gs-id", "gs-x", "gs-y", "gs-w", "gs-h", "aria-label"], Mi = { class: "grid-stack-item-content" }, Fi = {
2913
2921
  key: 0,
2914
2922
  class: "vc-gridstack-dashboard__drag-handle",
2915
2923
  "aria-hidden": "true"
2916
- }, Mi = {
2924
+ }, $i = {
2917
2925
  class: "vc-gridstack-dashboard__live-region",
2918
2926
  role: "status",
2919
2927
  "aria-live": "polite",
2920
2928
  "aria-atomic": "true"
2921
- }, Fi = /* @__PURE__ */ Y({
2929
+ }, Gi = /* @__PURE__ */ Y({
2922
2930
  __name: "GridstackDashboard",
2923
2931
  props: {
2924
2932
  showDragHandles: { type: Boolean, default: !1 },
@@ -2926,7 +2934,7 @@ const Ni = ["aria-label"], Vi = ["gs-id", "gs-x", "gs-y", "gs-w", "gs-h", "aria-
2926
2934
  ariaLabel: { default: "Dashboard widgets. Drag widgets to rearrange." }
2927
2935
  },
2928
2936
  setup(e, { expose: t }) {
2929
- const a = e, o = G(null), n = G(""), i = Ho(), r = I(() => i.getWidgets()), { layout: s, isInitialized: l, initGrid: u, saveLayout: S, resetToDefaults: g } = Di(r, {
2937
+ const a = e, o = U(null), n = U(""), i = Wo(), r = I(() => i.getWidgets()), { layout: s, isInitialized: l, initGrid: u, saveLayout: S, resetToDefaults: g } = Vi(r, {
2930
2938
  resizable: a.resizable,
2931
2939
  autoSave: !0,
2932
2940
  gridOptions: {
@@ -2954,7 +2962,7 @@ const Ni = ["aria-label"], Vi = ["gs-id", "gs-x", "gs-y", "gs-w", "gs-h", "aria-
2954
2962
  },
2955
2963
  saveLayout: S,
2956
2964
  useBuiltInPositions: () => (g(), !0)
2957
- }), (P, O) => (A(), M(zo, {
2965
+ }), (P, O) => (A(), M(Ho, {
2958
2966
  "no-padding": "",
2959
2967
  class: "vc-gridstack-dashboard"
2960
2968
  }, {
@@ -2966,7 +2974,7 @@ const Ni = ["aria-label"], Vi = ["gs-id", "gs-x", "gs-y", "gs-w", "gs-h", "aria-
2966
2974
  role: "list",
2967
2975
  "aria-label": e.ariaLabel
2968
2976
  }, [
2969
- (A(!0), x(ee, null, oe(r.value, (R, H) => (A(), x("div", {
2977
+ (A(!0), G(ee, null, se(r.value, (R, H) => (A(), G("div", {
2970
2978
  key: R.id,
2971
2979
  class: "grid-stack-item",
2972
2980
  "gs-id": R.id,
@@ -2979,8 +2987,8 @@ const Ni = ["aria-label"], Vi = ["gs-id", "gs-x", "gs-y", "gs-w", "gs-h", "aria-
2979
2987
  role: "listitem",
2980
2988
  "aria-label": f(R, H)
2981
2989
  }, [
2982
- F("div", ki, [
2983
- e.showDragHandles ? (A(), x("div", Bi, [...O[0] || (O[0] = [
2990
+ F("div", Mi, [
2991
+ e.showDragHandles ? (A(), G("div", Fi, [...O[0] || (O[0] = [
2984
2992
  F("svg", {
2985
2993
  width: "16",
2986
2994
  height: "16",
@@ -3019,16 +3027,16 @@ const Ni = ["aria-label"], Vi = ["gs-id", "gs-x", "gs-y", "gs-w", "gs-h", "aria-
3019
3027
  })
3020
3028
  ], -1)
3021
3029
  ])])) : z("", !0),
3022
- (A(), M($n(R.component), se({ ref_for: !0 }, R.props || {}, { class: "vc-gridstack-dashboard__widget-content" }), null, 16))
3030
+ (A(), M(Gn(R.component), ae({ ref_for: !0 }, R.props || {}, { class: "vc-gridstack-dashboard__widget-content" }), null, 16))
3023
3031
  ])
3024
- ], 8, Vi))), 128))
3025
- ], 8, Ni),
3026
- F("div", Mi, U(n.value), 1)
3032
+ ], 8, Bi))), 128))
3033
+ ], 8, ki),
3034
+ F("div", $i, x(n.value), 1)
3027
3035
  ]),
3028
3036
  _: 1
3029
3037
  }));
3030
3038
  }
3031
- }), Vu = /* @__PURE__ */ Y({
3039
+ }), Bu = /* @__PURE__ */ Y({
3032
3040
  __name: "DraggableDashboard",
3033
3041
  props: {
3034
3042
  showDragHandles: { type: Boolean, default: !1 },
@@ -3036,7 +3044,7 @@ const Ni = ["aria-label"], Vi = ["gs-id", "gs-x", "gs-y", "gs-w", "gs-h", "aria-
3036
3044
  ariaLabel: { default: "Dashboard widgets. Drag widgets to rearrange." }
3037
3045
  },
3038
3046
  setup(e, { expose: t }) {
3039
- const a = G(null);
3047
+ const a = U(null);
3040
3048
  return t({
3041
3049
  rearrangeWidgets: () => {
3042
3050
  a.value?.rearrangeWidgets?.();
@@ -3048,7 +3056,7 @@ const Ni = ["aria-label"], Vi = ["gs-id", "gs-x", "gs-y", "gs-w", "gs-h", "aria-
3048
3056
  a.value?.saveLayout?.();
3049
3057
  },
3050
3058
  useBuiltInPositions: () => a.value?.useBuiltInPositions?.() ?? !1
3051
- }), (s, l) => (A(), M(Fi, {
3059
+ }), (s, l) => (A(), M(Gi, {
3052
3060
  ref_key: "dashboardRef",
3053
3061
  ref: a,
3054
3062
  "show-drag-handles": e.showDragHandles,
@@ -3056,19 +3064,19 @@ const Ni = ["aria-label"], Vi = ["gs-id", "gs-x", "gs-y", "gs-w", "gs-h", "aria-
3056
3064
  "aria-label": e.ariaLabel
3057
3065
  }, null, 8, ["show-drag-handles", "resizable", "aria-label"]));
3058
3066
  }
3059
- }), ku = Ze, Bu = Xe, Mu = Je, Fu = Da, $u = Qe, Gu = Ri, xu = Ne, $i = { class: "dashboard-widget-card" }, Gi = { class: "dashboard-widget-card__header" }, xi = { class: "dashboard-widget-card__header-content" }, Ui = {
3067
+ }), Mu = Ze, Fu = Xe, $u = Je, Gu = Ca, xu = Qe, Uu = Ci, Wu = Ne, xi = { class: "dashboard-widget-card" }, Ui = { class: "dashboard-widget-card__header" }, Wi = { class: "dashboard-widget-card__header-content" }, Hi = {
3060
3068
  key: 0,
3061
3069
  class: "dashboard-widget-card__icon-wrapper"
3062
- }, Wi = { class: "dashboard-widget-card__title" }, Hi = {
3070
+ }, zi = { class: "dashboard-widget-card__title" }, Ki = {
3063
3071
  key: 0,
3064
3072
  class: "dashboard-widget-card__actions"
3065
- }, zi = {
3073
+ }, qi = {
3066
3074
  key: 0,
3067
3075
  class: "dashboard-widget-card__stats"
3068
- }, Ki = { class: "dashboard-widget-card__body" }, qi = {
3076
+ }, Yi = { class: "dashboard-widget-card__body" }, ji = {
3069
3077
  key: 1,
3070
3078
  class: "dashboard-widget-card__footer"
3071
- }, Uu = /* @__PURE__ */ Y({
3079
+ }, Hu = /* @__PURE__ */ Y({
3072
3080
  __name: "dashboard-widget-card",
3073
3081
  props: {
3074
3082
  header: {},
@@ -3078,40 +3086,40 @@ const Ni = ["aria-label"], Vi = ["gs-id", "gs-x", "gs-y", "gs-w", "gs-h", "aria-
3078
3086
  setup(e) {
3079
3087
  const t = e;
3080
3088
  return (a, o) => {
3081
- const n = $("VcIcon"), i = qt("loading");
3082
- return A(), x("div", $i, [
3083
- F("div", Gi, [
3089
+ const n = $("VcIcon"), i = Kt("loading");
3090
+ return A(), G("div", xi, [
3091
+ F("div", Ui, [
3084
3092
  Z(a.$slots, "header", {}, () => [
3085
- F("div", xi, [
3086
- e.icon ? (A(), x("div", Ui, [
3093
+ F("div", Wi, [
3094
+ e.icon ? (A(), G("div", Hi, [
3087
3095
  b(n, {
3088
3096
  class: "dashboard-widget-card__icon",
3089
3097
  icon: e.icon,
3090
3098
  size: "l"
3091
3099
  }, null, 8, ["icon"])
3092
3100
  ])) : z("", !0),
3093
- F("div", Wi, U(t.header), 1)
3101
+ F("div", zi, x(t.header), 1)
3094
3102
  ])
3095
3103
  ]),
3096
- a.$slots.actions ? (A(), x("div", Hi, [
3104
+ a.$slots.actions ? (A(), G("div", Ki, [
3097
3105
  Z(a.$slots, "actions")
3098
3106
  ])) : z("", !0)
3099
3107
  ]),
3100
- a.$slots.stats ? (A(), x("div", zi, [
3108
+ a.$slots.stats ? (A(), G("div", qi, [
3101
3109
  Z(a.$slots, "stats")
3102
3110
  ])) : z("", !0),
3103
- Yt((A(), x("div", Ki, [
3111
+ qt((A(), G("div", Yi, [
3104
3112
  Z(a.$slots, "content")
3105
3113
  ])), [
3106
3114
  [i, e.loading]
3107
3115
  ]),
3108
- a.$slots.footer ? (A(), x("div", qi, [
3116
+ a.$slots.footer ? (A(), G("div", ji, [
3109
3117
  Z(a.$slots, "footer")
3110
3118
  ])) : z("", !0)
3111
3119
  ]);
3112
3120
  };
3113
3121
  }
3114
- }), Yi = { class: "dashboard-stat-item" }, ji = { class: "dashboard-stat-item__label" }, Wu = /* @__PURE__ */ Y({
3122
+ }), Zi = { class: "dashboard-stat-item" }, Xi = { class: "dashboard-stat-item__label" }, zu = /* @__PURE__ */ Y({
3115
3123
  __name: "dashboard-stat-item",
3116
3124
  props: {
3117
3125
  value: {},
@@ -3119,35 +3127,35 @@ const Ni = ["aria-label"], Vi = ["gs-id", "gs-x", "gs-y", "gs-w", "gs-h", "aria-
3119
3127
  variant: {}
3120
3128
  },
3121
3129
  setup(e) {
3122
- return (t, a) => (A(), x("div", Yi, [
3130
+ return (t, a) => (A(), G("div", Zi, [
3123
3131
  F("div", {
3124
3132
  class: qe(["dashboard-stat-item__value", e.variant ? `dashboard-stat-item__value--${e.variant}` : ""])
3125
- }, U(e.value), 3),
3126
- F("div", ji, U(e.label), 1)
3133
+ }, x(e.value), 3),
3134
+ F("div", Xi, x(e.label), 1)
3127
3135
  ]));
3128
3136
  }
3129
- }), Zi = { class: "tw-divide-y tw-divide-[var(--neutrals-200)]" }, Hu = /* @__PURE__ */ Y({
3137
+ }), Ji = { class: "tw-divide-y tw-divide-[var(--neutrals-200)]" }, Ku = /* @__PURE__ */ Y({
3130
3138
  __name: "dashboard-feed-list",
3131
3139
  setup(e) {
3132
- return (t, a) => (A(), x("div", Zi, [
3140
+ return (t, a) => (A(), G("div", Ji, [
3133
3141
  Z(t.$slots, "default")
3134
3142
  ]));
3135
3143
  }
3136
- }), Xi = { class: "tw-flex tw-items-center tw-gap-2.5 tw-min-w-0" }, Ji = {
3144
+ }), Qi = { class: "tw-flex tw-items-center tw-gap-2.5 tw-min-w-0" }, el = {
3137
3145
  key: 0,
3138
3146
  class: "tw-flex tw-items-center tw-gap-3 tw-flex-shrink-0 tw-ml-3"
3139
- }, zu = /* @__PURE__ */ Y({
3147
+ }, qu = /* @__PURE__ */ Y({
3140
3148
  __name: "dashboard-feed-row",
3141
3149
  emits: ["click"],
3142
3150
  setup(e) {
3143
- return (t, a) => (A(), x("div", {
3151
+ return (t, a) => (A(), G("div", {
3144
3152
  class: "dashboard-feed-row",
3145
3153
  onClick: a[0] || (a[0] = (o) => t.$emit("click"))
3146
3154
  }, [
3147
- F("div", Xi, [
3155
+ F("div", Qi, [
3148
3156
  Z(t.$slots, "default")
3149
3157
  ]),
3150
- t.$slots.trailing ? (A(), x("div", Ji, [
3158
+ t.$slots.trailing ? (A(), G("div", el, [
3151
3159
  Z(t.$slots, "trailing")
3152
3160
  ])) : z("", !0)
3153
3161
  ]));
@@ -3158,14 +3166,14 @@ const Ni = ["aria-label"], Vi = ["gs-id", "gs-x", "gs-y", "gs-w", "gs-h", "aria-
3158
3166
  config: {}
3159
3167
  },
3160
3168
  setup(e) {
3161
- const t = e, a = G(), o = I(() => {
3169
+ const t = e, a = U(), o = I(() => {
3162
3170
  const n = {};
3163
3171
  return Object.keys(t.config).forEach((r, s) => {
3164
3172
  const l = t.config[r];
3165
3173
  l.color && (n[`--vis-color${s}`] = l.color);
3166
3174
  }), n;
3167
3175
  });
3168
- return (n, i) => (A(), x("div", {
3176
+ return (n, i) => (A(), G("div", {
3169
3177
  ref_key: "containerRef",
3170
3178
  ref: a,
3171
3179
  class: "dashboard-chart-container",
@@ -3174,20 +3182,20 @@ const Ni = ["aria-label"], Vi = ["gs-id", "gs-x", "gs-y", "gs-w", "gs-h", "aria-
3174
3182
  Z(n.$slots, "default")
3175
3183
  ], 4));
3176
3184
  }
3177
- }), Qi = { class: "dashboard-chart-tooltip" }, el = {
3185
+ }), tl = { class: "dashboard-chart-tooltip" }, al = {
3178
3186
  key: 0,
3179
3187
  class: "dashboard-chart-tooltip__title"
3180
- }, tl = { class: "dashboard-chart-tooltip__items" }, al = { class: "dashboard-chart-tooltip__label" }, sl = { class: "dashboard-chart-tooltip__value" }, Ku = /* @__PURE__ */ Y({
3188
+ }, sl = { class: "dashboard-chart-tooltip__items" }, ol = { class: "dashboard-chart-tooltip__label" }, nl = { class: "dashboard-chart-tooltip__value" }, Yu = /* @__PURE__ */ Y({
3181
3189
  __name: "ChartTooltip",
3182
3190
  props: {
3183
3191
  title: {},
3184
3192
  items: {}
3185
3193
  },
3186
3194
  setup(e) {
3187
- return (t, a) => (A(), x("div", Qi, [
3188
- e.title ? (A(), x("div", el, U(e.title), 1)) : z("", !0),
3189
- F("div", tl, [
3190
- (A(!0), x(ee, null, oe(e.items, (o, n) => (A(), x("div", {
3195
+ return (t, a) => (A(), G("div", tl, [
3196
+ e.title ? (A(), G("div", al, x(e.title), 1)) : z("", !0),
3197
+ F("div", sl, [
3198
+ (A(!0), G(ee, null, se(e.items, (o, n) => (A(), G("div", {
3191
3199
  key: n,
3192
3200
  class: "dashboard-chart-tooltip__item"
3193
3201
  }, [
@@ -3195,20 +3203,20 @@ const Ni = ["aria-label"], Vi = ["gs-id", "gs-x", "gs-y", "gs-w", "gs-h", "aria-
3195
3203
  class: "dashboard-chart-tooltip__indicator",
3196
3204
  style: ot({ background: o.color })
3197
3205
  }, null, 4),
3198
- F("span", al, U(o.label), 1),
3199
- F("span", sl, U(o.value), 1)
3206
+ F("span", ol, x(o.label), 1),
3207
+ F("span", nl, x(o.value), 1)
3200
3208
  ]))), 128))
3201
3209
  ])
3202
3210
  ]));
3203
3211
  }
3204
- }), ol = { class: "dashboard-chart-legend" }, nl = { class: "dashboard-chart-legend__label" }, ct = /* @__PURE__ */ Y({
3212
+ }), rl = { class: "dashboard-chart-legend" }, il = { class: "dashboard-chart-legend__label" }, ct = /* @__PURE__ */ Y({
3205
3213
  __name: "ChartLegend",
3206
3214
  props: {
3207
3215
  config: {}
3208
3216
  },
3209
3217
  setup(e) {
3210
- return (t, a) => (A(), x("div", ol, [
3211
- (A(!0), x(ee, null, oe(e.config, (o, n) => (A(), x("div", {
3218
+ return (t, a) => (A(), G("div", rl, [
3219
+ (A(!0), G(ee, null, se(e.config, (o, n) => (A(), G("div", {
3212
3220
  key: n,
3213
3221
  class: "dashboard-chart-legend__item"
3214
3222
  }, [
@@ -3216,17 +3224,17 @@ const Ni = ["aria-label"], Vi = ["gs-id", "gs-x", "gs-y", "gs-w", "gs-h", "aria-
3216
3224
  class: "dashboard-chart-legend__indicator",
3217
3225
  style: ot({ background: o.color })
3218
3226
  }, null, 4),
3219
- F("span", nl, U(o.label), 1)
3227
+ F("span", il, x(o.label), 1)
3220
3228
  ]))), 128))
3221
3229
  ]));
3222
3230
  }
3223
- }), rl = "var(--primary-500)", Na = "-", il = {
3231
+ }), ll = "var(--primary-500)", Da = "-", cl = {
3224
3232
  "&": "&amp;",
3225
3233
  "<": "&lt;",
3226
3234
  ">": "&gt;",
3227
3235
  '"': "&quot;",
3228
3236
  "'": "&#39;"
3229
- }, be = (e) => e == null ? "" : String(e).replace(/[&<>"']/g, (t) => il[t] ?? t), Oe = (e) => {
3237
+ }, be = (e) => e == null ? "" : String(e).replace(/[&<>"']/g, (t) => cl[t] ?? t), Oe = (e) => {
3230
3238
  if (e instanceof Date) {
3231
3239
  const t = e.getTime();
3232
3240
  return Number.isFinite(t) ? t : void 0;
@@ -3241,7 +3249,7 @@ const Ni = ["aria-label"], Vi = ["gs-id", "gs-x", "gs-y", "gs-w", "gs-h", "aria-
3241
3249
  if (Number.isFinite(a))
3242
3250
  return a;
3243
3251
  }
3244
- }, Va = (e, t, a, o) => {
3252
+ }, Na = (e, t, a, o) => {
3245
3253
  const n = Oe(a), i = Oe(o);
3246
3254
  if (n === void 0 && i === void 0)
3247
3255
  return e;
@@ -3250,7 +3258,7 @@ const Ni = ["aria-label"], Vi = ["gs-id", "gs-x", "gs-y", "gs-w", "gs-h", "aria-
3250
3258
  const u = Oe(t(l));
3251
3259
  return u === void 0 ? !0 : !(r !== void 0 && u < r || s !== void 0 && u > s);
3252
3260
  });
3253
- }, ka = (e, t) => {
3261
+ }, Va = (e, t) => {
3254
3262
  if (t) {
3255
3263
  if (typeof e == "number" || e instanceof Date)
3256
3264
  return t(e);
@@ -3258,10 +3266,10 @@ const Ni = ["aria-label"], Vi = ["gs-id", "gs-x", "gs-y", "gs-w", "gs-h", "aria-
3258
3266
  if (a !== void 0)
3259
3267
  return t(a);
3260
3268
  }
3261
- return e == null ? Na : String(e);
3269
+ return e == null ? Da : String(e);
3262
3270
  }, ut = (e, t) => {
3263
3271
  const a = typeof e == "number" ? e : Number(e);
3264
- return Number.isFinite(a) ? t ? t(a) : a.toLocaleString() : Na;
3272
+ return Number.isFinite(a) ? t ? t(a) : a.toLocaleString() : Da;
3265
3273
  }, Se = ({
3266
3274
  config: e,
3267
3275
  key: t,
@@ -3271,7 +3279,7 @@ const Ni = ["aria-label"], Vi = ["gs-id", "gs-x", "gs-y", "gs-w", "gs-h", "aria-
3271
3279
  const n = Object.keys(e), i = t ? e[t] : void 0, r = typeof a == "number" && Number.isFinite(a) && n[a] ? e[n[a]] : void 0, s = i ?? r;
3272
3280
  return {
3273
3281
  label: s?.label ?? o ?? t ?? "Series",
3274
- color: s?.color ?? rl
3282
+ color: s?.color ?? ll
3275
3283
  };
3276
3284
  }, dt = ({ title: e, items: t }) => {
3277
3285
  if (!t.length)
@@ -3291,7 +3299,7 @@ const Ni = ["aria-label"], Vi = ["gs-id", "gs-x", "gs-y", "gs-w", "gs-h", "aria-
3291
3299
  <div class="dashboard-chart-tooltip__items">${o}</div>
3292
3300
  </div>
3293
3301
  `;
3294
- }, qu = /* @__PURE__ */ Y({
3302
+ }, ju = /* @__PURE__ */ Y({
3295
3303
  __name: "DashboardLineChart",
3296
3304
  props: {
3297
3305
  data: {},
@@ -3313,7 +3321,7 @@ const Ni = ["aria-label"], Vi = ["gs-id", "gs-x", "gs-y", "gs-w", "gs-h", "aria-
3313
3321
  },
3314
3322
  setup(e) {
3315
3323
  const t = e, a = { top: 8, right: 8, bottom: 4, left: 4 }, o = (u) => u[t.xKey], n = I(
3316
- () => Va(t.data, (u) => u[t.xKey], t.rangeStart, t.rangeEnd)
3324
+ () => Na(t.data, (u) => u[t.xKey], t.rangeStart, t.rangeEnd)
3317
3325
  ), i = I(() => t.yKeys.map((u) => (S) => S[u])), r = I(
3318
3326
  () => t.yKeys.map(
3319
3327
  (u, S) => Se({
@@ -3324,7 +3332,7 @@ const Ni = ["aria-label"], Vi = ["gs-id", "gs-x", "gs-y", "gs-w", "gs-h", "aria-
3324
3332
  }).color
3325
3333
  )
3326
3334
  ), s = (u) => dt({
3327
- title: ka(u[t.xKey], t.xTickFormat),
3335
+ title: Va(u[t.xKey], t.xTickFormat),
3328
3336
  items: t.yKeys.map((S, g) => {
3329
3337
  const { label: h, color: f } = Se({
3330
3338
  config: t.config,
@@ -3345,7 +3353,7 @@ const Ni = ["aria-label"], Vi = ["gs-id", "gs-x", "gs-y", "gs-w", "gs-h", "aria-
3345
3353
  };
3346
3354
  return (u, S) => (A(), M(lt, { config: e.config }, {
3347
3355
  default: T(() => [
3348
- b(c(jt), {
3356
+ b(c(Yt), {
3349
3357
  data: n.value,
3350
3358
  height: e.height,
3351
3359
  margin: a
@@ -3357,14 +3365,14 @@ const Ni = ["aria-label"], Vi = ["gs-id", "gs-x", "gs-y", "gs-w", "gs-h", "aria-
3357
3365
  "class-name": "dashboard-chart-tooltip-host",
3358
3366
  "vertical-shift": 8
3359
3367
  })) : z("", !0),
3360
- e.showTooltip ? (A(), M(c(or), {
3368
+ e.showTooltip ? (A(), M(c(nr), {
3361
3369
  key: 1,
3362
3370
  x: o,
3363
3371
  y: i.value,
3364
3372
  color: r.value,
3365
3373
  template: l
3366
3374
  }, null, 8, ["y", "color"])) : z("", !0),
3367
- (A(!0), x(ee, null, oe(i.value, (g, h) => (A(), M(c(nr), {
3375
+ (A(!0), G(ee, null, se(i.value, (g, h) => (A(), M(c(rr), {
3368
3376
  key: h,
3369
3377
  x: o,
3370
3378
  y: g,
@@ -3401,7 +3409,7 @@ const Ni = ["aria-label"], Vi = ["gs-id", "gs-x", "gs-y", "gs-w", "gs-h", "aria-
3401
3409
  _: 1
3402
3410
  }, 8, ["config"]));
3403
3411
  }
3404
- }), Yu = /* @__PURE__ */ Y({
3412
+ }), Zu = /* @__PURE__ */ Y({
3405
3413
  __name: "DashboardBarChart",
3406
3414
  props: {
3407
3415
  data: {},
@@ -3423,7 +3431,7 @@ const Ni = ["aria-label"], Vi = ["gs-id", "gs-x", "gs-y", "gs-w", "gs-h", "aria-
3423
3431
  },
3424
3432
  setup(e) {
3425
3433
  const t = e, a = { top: 8, right: 8, bottom: 4, left: 4 }, o = (l) => l[t.xKey], n = I(
3426
- () => Va(t.data, (l) => l[t.xKey], t.rangeStart, t.rangeEnd)
3434
+ () => Na(t.data, (l) => l[t.xKey], t.rangeStart, t.rangeEnd)
3427
3435
  ), i = I(() => t.yKeys.map((l) => (u) => u[l])), r = I(
3428
3436
  () => t.yKeys.map(
3429
3437
  (l, u) => Se({
@@ -3434,7 +3442,7 @@ const Ni = ["aria-label"], Vi = ["gs-id", "gs-x", "gs-y", "gs-w", "gs-h", "aria-
3434
3442
  }).color
3435
3443
  )
3436
3444
  ), s = I(() => ({
3437
- [rr.bar]: (l, u) => {
3445
+ [ir.bar]: (l, u) => {
3438
3446
  if (!t.yKeys.length || u < 0)
3439
3447
  return null;
3440
3448
  const S = u % t.yKeys.length, g = t.yKeys[S];
@@ -3447,7 +3455,7 @@ const Ni = ["aria-label"], Vi = ["gs-id", "gs-x", "gs-y", "gs-w", "gs-h", "aria-
3447
3455
  fallbackLabel: String(g)
3448
3456
  });
3449
3457
  return dt({
3450
- title: ka(l[t.xKey], t.xTickFormat),
3458
+ title: Va(l[t.xKey], t.xTickFormat),
3451
3459
  items: [
3452
3460
  {
3453
3461
  label: h,
@@ -3460,7 +3468,7 @@ const Ni = ["aria-label"], Vi = ["gs-id", "gs-x", "gs-y", "gs-w", "gs-h", "aria-
3460
3468
  }));
3461
3469
  return (l, u) => (A(), M(lt, { config: e.config }, {
3462
3470
  default: T(() => [
3463
- b(c(jt), {
3471
+ b(c(Yt), {
3464
3472
  data: n.value,
3465
3473
  height: e.height,
3466
3474
  margin: a
@@ -3473,7 +3481,7 @@ const Ni = ["aria-label"], Vi = ["gs-id", "gs-x", "gs-y", "gs-w", "gs-h", "aria-
3473
3481
  "vertical-shift": 8,
3474
3482
  triggers: s.value
3475
3483
  }, null, 8, ["triggers"])) : z("", !0),
3476
- b(c(ir), {
3484
+ b(c(lr), {
3477
3485
  x: o,
3478
3486
  y: i.value,
3479
3487
  color: r.value,
@@ -3509,7 +3517,7 @@ const Ni = ["aria-label"], Vi = ["gs-id", "gs-x", "gs-y", "gs-w", "gs-h", "aria-
3509
3517
  _: 1
3510
3518
  }, 8, ["config"]));
3511
3519
  }
3512
- }), ju = /* @__PURE__ */ Y({
3520
+ }), Xu = /* @__PURE__ */ Y({
3513
3521
  __name: "DashboardDonutChart",
3514
3522
  props: {
3515
3523
  data: {},
@@ -3533,7 +3541,7 @@ const Ni = ["aria-label"], Vi = ["gs-id", "gs-x", "gs-y", "gs-w", "gs-h", "aria-
3533
3541
  const S = o.value[l];
3534
3542
  return S ? t.config[S]?.label ?? S : `Segment ${l + 1}`;
3535
3543
  }, r = I(() => ({
3536
- [lr.segment]: (s) => {
3544
+ [cr.segment]: (s) => {
3537
3545
  if (!s?.data)
3538
3546
  return;
3539
3547
  const l = s.index ?? 0, u = i(s.data, l), S = o.value[l], { color: g } = Se({
@@ -3555,12 +3563,12 @@ const Ni = ["aria-label"], Vi = ["gs-id", "gs-x", "gs-y", "gs-w", "gs-h", "aria-
3555
3563
  }));
3556
3564
  return (s, l) => (A(), M(lt, { config: e.config }, {
3557
3565
  default: T(() => [
3558
- b(c(cr), {
3566
+ b(c(ur), {
3559
3567
  data: e.data,
3560
3568
  height: e.height
3561
3569
  }, {
3562
3570
  default: T(() => [
3563
- b(c(ur), {
3571
+ b(c(dr), {
3564
3572
  value: a,
3565
3573
  color: n,
3566
3574
  "arc-width": e.arcWidth,
@@ -3588,7 +3596,7 @@ const Ni = ["aria-label"], Vi = ["gs-id", "gs-x", "gs-y", "gs-w", "gs-h", "aria-
3588
3596
  }, 8, ["config"]));
3589
3597
  }
3590
3598
  }), He = X("use-blade-navigation-adapter"), et = /* @__PURE__ */ new Set();
3591
- function re(e, t) {
3599
+ function ne(e, t) {
3592
3600
  if (et.has(e)) return;
3593
3601
  et.add(e);
3594
3602
  const a = `[useBladeNavigation] "${e}" is deprecated.`;
@@ -3601,7 +3609,7 @@ function wt(e, t, a) {
3601
3609
  idx: t,
3602
3610
  instance: e.title != null ? { title: e.title } : void 0,
3603
3611
  isVisible: e.visible,
3604
- error: G(e.error ? new Error(String(e.error)) : null)
3612
+ error: U(e.error ? new Error(String(e.error)) : null)
3605
3613
  },
3606
3614
  param: e.param,
3607
3615
  options: e.options,
@@ -3612,10 +3620,10 @@ function wt(e, t, a) {
3612
3620
  };
3613
3621
  }
3614
3622
  let ye, Ie;
3615
- function Zu() {
3623
+ function Ju() {
3616
3624
  ye = void 0, Ie = void 0, et.clear();
3617
3625
  }
3618
- function ll() {
3626
+ function ul() {
3619
3627
  const e = ln, t = un, a = cn;
3620
3628
  if (!e || !t)
3621
3629
  throw new Error(
@@ -3640,7 +3648,7 @@ function ll() {
3640
3648
  activeWorkspace: Ie
3641
3649
  };
3642
3650
  }
3643
- function cl(e) {
3651
+ function dl(e) {
3644
3652
  if (!e)
3645
3653
  throw new Error("Blade cannot be null or undefined.");
3646
3654
  if (typeof e == "object" && "name" in e && typeof e.name == "string")
@@ -3648,8 +3656,8 @@ function cl(e) {
3648
3656
  const t = e;
3649
3657
  return t.name || t.__name || "UnknownBlade";
3650
3658
  }
3651
- function Xu() {
3652
- const { bladeStack: e, messaging: t, bladeRegistry: a, router: o, blades: n, activeWorkspace: i } = ll(), r = Gn() ? te(kt, void 0) : void 0, { syncUrlPush: s, syncUrlReplace: l } = fn(o, e);
3659
+ function Qu() {
3660
+ const { bladeStack: e, messaging: t, bladeRegistry: a, router: o, blades: n, activeWorkspace: i } = ul(), r = xn() ? le(kt, void 0) : void 0, { syncUrlPush: s, syncUrlReplace: l } = fn(o, e);
3653
3661
  function u() {
3654
3662
  return r ? r.value.id : e.activeBlade.value?.id;
3655
3663
  }
@@ -3660,7 +3668,7 @@ function Xu() {
3660
3668
  }
3661
3669
  async function g(p, m) {
3662
3670
  const v = {
3663
- name: cl(p.blade),
3671
+ name: dl(p.blade),
3664
3672
  param: p.param,
3665
3673
  options: p.options,
3666
3674
  onOpen: p.onOpen,
@@ -3678,7 +3686,7 @@ function Xu() {
3678
3686
  e.activeBlade.value?.url && s();
3679
3687
  }
3680
3688
  async function h(p) {
3681
- re("closeBlade(index)", "useBlade().closeSelf()");
3689
+ ne("closeBlade(index)", "useBlade().closeSelf()");
3682
3690
  const m = S(p);
3683
3691
  if (!m)
3684
3692
  return He.error(`closeBlade: No blade found at index ${p}.`), !1;
@@ -3686,7 +3694,7 @@ function Xu() {
3686
3694
  return _ || l(), _;
3687
3695
  }
3688
3696
  function f() {
3689
- re("goToRoot()");
3697
+ ne("goToRoot()");
3690
3698
  const p = o.getRoutes(), m = p.find((L) => L.meta?.root), _ = p.find((L) => L.aliasOf?.path === m?.path) || m;
3691
3699
  if (_?.name)
3692
3700
  return {
@@ -3697,7 +3705,7 @@ function Xu() {
3697
3705
  return { path: v ? `/${v}` : "/" };
3698
3706
  }
3699
3707
  async function N(p, m) {
3700
- re("onParentCall(args, index)", "useBlade().callParent(method, args)");
3708
+ ne("onParentCall(args, index)", "useBlade().callParent(method, args)");
3701
3709
  let _;
3702
3710
  if (m !== void 0 ? _ = S(m) : _ = u(), !_) {
3703
3711
  He.error("onParentCall: Could not determine caller blade.");
@@ -3711,10 +3719,10 @@ function Xu() {
3711
3719
  }
3712
3720
  }
3713
3721
  function C(p) {
3714
- re("onBeforeClose(cb)", "useBlade().onBeforeClose(guard)");
3722
+ ne("onBeforeClose(cb)", "useBlade().onBeforeClose(guard)");
3715
3723
  const m = u();
3716
3724
  if (!m) {
3717
- xn("onBeforeClose: Could not determine current blade.");
3725
+ Un("onBeforeClose: Could not determine current blade.");
3718
3726
  return;
3719
3727
  }
3720
3728
  e.registerBeforeClose(m, async () => await p() === !1);
@@ -3723,10 +3731,10 @@ function Xu() {
3723
3731
  return a.getBladeComponent(p);
3724
3732
  }
3725
3733
  function D(p) {
3726
- re("routeResolver", "plugin-v2 handles URL resolution automatically");
3734
+ ne("routeResolver", "plugin-v2 handles URL resolution automatically");
3727
3735
  }
3728
3736
  function P(p) {
3729
- re("setNavigationQuery");
3737
+ ne("setNavigationQuery");
3730
3738
  const m = e.workspace.value;
3731
3739
  if (!m) return;
3732
3740
  const _ = m.name.toLowerCase(), v = {};
@@ -3739,7 +3747,7 @@ function Xu() {
3739
3747
  );
3740
3748
  }
3741
3749
  function O() {
3742
- re("getNavigationQuery");
3750
+ ne("getNavigationQuery");
3743
3751
  const p = e.workspace.value;
3744
3752
  if (!p) return;
3745
3753
  const m = p.name.toLowerCase(), _ = new URLSearchParams(window.location.hash.split("?")[1] || ""), v = {};
@@ -3765,7 +3773,7 @@ function Xu() {
3765
3773
  idx: e.blades.value.findIndex((v) => v.id === p.id),
3766
3774
  instance: p.title != null ? { title: p.title } : void 0,
3767
3775
  isVisible: p.visible,
3768
- error: G(p.error ? new Error(String(p.error)) : null)
3776
+ error: U(p.error ? new Error(String(p.error)) : null)
3769
3777
  };
3770
3778
  });
3771
3779
  return {
@@ -3785,10 +3793,10 @@ function Xu() {
3785
3793
  currentBladeNavigationData: j
3786
3794
  };
3787
3795
  }
3788
- const ul = { class: "vc-language-selector" }, dl = ["disabled", "aria-expanded"], fl = ["src", "alt"], ml = {
3796
+ const fl = { class: "vc-language-selector" }, ml = ["disabled", "aria-expanded"], gl = ["src", "alt"], pl = {
3789
3797
  key: 1,
3790
3798
  class: "vc-language-selector__item-icon-placeholder"
3791
- }, gl = ["src", "alt"], pl = { class: "vc-language-selector__item-label" }, El = { class: "tw-p-2 tw-text-sm tw-text-[color:var(--neutrals-400)]" }, Ju = /* @__PURE__ */ Y({
3799
+ }, El = ["src", "alt"], hl = { class: "vc-language-selector__item-label" }, Sl = { class: "tw-p-2 tw-text-sm tw-text-[color:var(--neutrals-400)]" }, ed = /* @__PURE__ */ Y({
3792
3800
  __name: "multilanguage-selector",
3793
3801
  props: {
3794
3802
  options: {
@@ -3806,12 +3814,12 @@ const ul = { class: "vc-language-selector" }, dl = ["disabled", "aria-expanded"]
3806
3814
  },
3807
3815
  emits: ["update:modelValue"],
3808
3816
  setup(e, { emit: t }) {
3809
- const a = e, o = t, { t: n } = de({ useScope: "global" }), i = G(!1), r = I(() => a.options.find((u) => u.value === a.modelValue)), s = () => {
3817
+ const a = e, o = t, { t: n } = de({ useScope: "global" }), i = U(!1), r = I(() => a.options.find((u) => u.value === a.modelValue)), s = () => {
3810
3818
  a.disabled || (i.value = !i.value);
3811
3819
  }, l = (u) => {
3812
3820
  i.value = !1, o("update:modelValue", u.value);
3813
3821
  };
3814
- return (u, S) => (A(), x("div", ul, [
3822
+ return (u, S) => (A(), G("div", fl, [
3815
3823
  b(c(Ft), {
3816
3824
  "model-value": i.value,
3817
3825
  items: e.options,
@@ -3837,18 +3845,18 @@ const ul = { class: "vc-language-selector" }, dl = ["disabled", "aria-expanded"]
3837
3845
  "aria-haspopup": "listbox",
3838
3846
  onClick: s
3839
3847
  }, [
3840
- r.value?.flag ? (A(), x("img", {
3848
+ r.value?.flag ? (A(), G("img", {
3841
3849
  key: 0,
3842
3850
  src: r.value.flag,
3843
3851
  alt: r.value.label,
3844
3852
  class: "vc-language-selector__flag"
3845
- }, null, 8, fl)) : (A(), M(c(ze), {
3853
+ }, null, 8, gl)) : (A(), M(c(ze), {
3846
3854
  key: 1,
3847
3855
  icon: "lucide-globe",
3848
3856
  size: "xs",
3849
3857
  class: "tw-text-[color:var(--neutrals-400)]"
3850
3858
  }))
3851
- ], 10, dl)
3859
+ ], 10, ml)
3852
3860
  ]),
3853
3861
  item: T(({ item: g }) => [
3854
3862
  F("div", {
@@ -3861,61 +3869,61 @@ const ul = { class: "vc-language-selector" }, dl = ["disabled", "aria-expanded"]
3861
3869
  icon: "lucide-check",
3862
3870
  size: "xs",
3863
3871
  class: "vc-language-selector__item-icon"
3864
- })) : (A(), x("span", ml)),
3865
- g.flag ? (A(), x("img", {
3872
+ })) : (A(), G("span", pl)),
3873
+ g.flag ? (A(), G("img", {
3866
3874
  key: 2,
3867
3875
  src: g.flag,
3868
3876
  alt: g.label,
3869
3877
  class: "vc-language-selector__item-flag"
3870
- }, null, 8, gl)) : z("", !0),
3871
- F("span", pl, U(g.label), 1)
3878
+ }, null, 8, El)) : z("", !0),
3879
+ F("span", hl, x(g.label), 1)
3872
3880
  ], 2)
3873
3881
  ]),
3874
3882
  empty: T(() => [
3875
- F("div", El, U(c(n)("common.no_options", "No options")), 1)
3883
+ F("div", Sl, x(c(n)("common.no_options", "No options")), 1)
3876
3884
  ]),
3877
3885
  _: 1
3878
3886
  }, 8, ["model-value", "items", "empty-text", "is-item-active"])
3879
3887
  ]));
3880
3888
  }
3881
3889
  });
3882
- function hl(e, t) {
3883
- t.i18n?.locale && (ie.global.locale.value = t.i18n.locale), t.i18n?.fallbackLocale && (ie.global.fallbackLocale.value = t.i18n.fallbackLocale), e.use(ie);
3884
- const a = qo();
3890
+ function _l(e, t) {
3891
+ t.i18n?.locale && (re.global.locale.value = t.i18n.locale), t.i18n?.fallbackLocale && (re.global.fallbackLocale.value = t.i18n.fallbackLocale), e.use(re);
3892
+ const a = Ko();
3885
3893
  e.provide(mn, a);
3886
3894
  const { resolveCamelCaseLocale: o } = a;
3887
3895
  e.config.globalProperties.$mergeLocaleMessage = (n, i) => {
3888
- ie.global.mergeLocaleMessage(o(n), i);
3889
- }, Object.entries(ci).forEach(([n, i]) => {
3890
- ie.global.mergeLocaleMessage(o(n), i);
3896
+ re.global.mergeLocaleMessage(o(n), i);
3897
+ }, Object.entries(di).forEach(([n, i]) => {
3898
+ re.global.mergeLocaleMessage(o(n), i);
3891
3899
  });
3892
3900
  }
3893
- function Sl(e) {
3894
- Object.entries(Nr).forEach(([t, a]) => {
3901
+ function Al(e) {
3902
+ Object.entries(kr).forEach(([t, a]) => {
3895
3903
  e.component(t, a);
3896
- }), Object.entries(Br).forEach(([t, a]) => {
3904
+ }), Object.entries(Fr).forEach(([t, a]) => {
3897
3905
  e.directive(t, a);
3898
3906
  });
3899
3907
  }
3900
- function _l(e) {
3901
- const t = Wn({
3908
+ function vl(e) {
3909
+ const t = Hn({
3902
3910
  phone: 480,
3903
3911
  desktop: 1024
3904
3912
  });
3905
- e.config.globalProperties.$isPhone = t.smaller("phone"), e.config.globalProperties.$isTablet = t.between("phone", "desktop"), e.config.globalProperties.$isMobile = t.smaller("desktop"), e.config.globalProperties.$isDesktop = t.greater("desktop"), e.config.globalProperties.$isTouch = "ontouchstart" in window || navigator.maxTouchPoints > 0, e.provide(gn, e.config.globalProperties.$isPhone), e.provide(pn, e.config.globalProperties.$isTablet), e.provide(xt, e.config.globalProperties.$isMobile), e.provide(Ut, e.config.globalProperties.$isDesktop), e.provide(En, e.config.globalProperties.$isTouch);
3913
+ e.config.globalProperties.$isPhone = t.smaller("phone"), e.config.globalProperties.$isTablet = t.between("phone", "desktop"), e.config.globalProperties.$isMobile = t.smaller("desktop"), e.config.globalProperties.$isDesktop = t.greater("desktop"), e.config.globalProperties.$isTouch = "ontouchstart" in window || navigator.maxTouchPoints > 0, e.provide(gn, e.config.globalProperties.$isPhone), e.provide(pn, e.config.globalProperties.$isTablet), e.provide(En, e.config.globalProperties.$isMobile), e.provide(hn, e.config.globalProperties.$isDesktop), e.provide(Sn, e.config.globalProperties.$isTouch);
3906
3914
  }
3907
- function Al(e) {
3908
- e.config.globalProperties.pages = [], e.config.globalProperties.bladeRoutes = [], e.provide(hn, e.config.globalProperties.bladeRoutes), e.provide(Sn, []);
3915
+ function Tl(e) {
3916
+ e.config.globalProperties.pages = [], e.config.globalProperties.bladeRoutes = [], e.provide(_n, e.config.globalProperties.bladeRoutes), e.provide(An, []);
3909
3917
  }
3910
- function vl(e) {
3911
- e.provide(Nt, Yo()), e.provide(_n, jo()), e.provide(An, Zo()), e.provide(vn, Tn()), e.provide(bn, Xo()), e.provide(Ln, De());
3912
- const t = wn(e);
3918
+ function bl(e) {
3919
+ e.provide(Nt, qo()), e.provide(vn, Yo()), e.provide(Tn, jo()), e.provide(bn, Ln()), e.provide(wn, Zo()), e.provide(On, De());
3920
+ const t = yn(e);
3913
3921
  e.provide(Ct, t);
3914
3922
  }
3915
- function Tl(e, t) {
3916
- e.use(On, { router: t.router }), e.use(Jo), e.use(zr), e.use(Zr), e.use(yn, t.signalR), e.use(Cr), e.use(zn), e.use(Hn, t.aiAgent);
3923
+ function Ll(e, t) {
3924
+ e.use(In, { router: t.router }), e.use(Xo), e.use(qr), e.use(Jr), e.use(Rn, t.signalR), e.use(Dr), e.use(Kn), e.use(zn, t.aiAgent);
3917
3925
  }
3918
- function bl(e, t) {
3926
+ function wl(e, t) {
3919
3927
  if (!t.applicationInsights?.instrumentationKey) return;
3920
3928
  const a = {
3921
3929
  appInsightsConfig: {
@@ -3928,9 +3936,9 @@ function bl(e, t) {
3928
3936
  cloudRole: t.applicationInsights?.cloudRole,
3929
3937
  cloudRoleInstance: t.applicationInsights?.cloudRoleInstance
3930
3938
  };
3931
- e.provide(In, a);
3939
+ e.provide(Pn, a);
3932
3940
  }
3933
- function Ll(e, t) {
3941
+ function Ol(e, t) {
3934
3942
  if (!t.applicationInsights?.instrumentationKey) return;
3935
3943
  const a = {
3936
3944
  appInsightsConfig: {
@@ -3943,10 +3951,10 @@ function Ll(e, t) {
3943
3951
  cloudRole: t.applicationInsights?.cloudRole,
3944
3952
  cloudRoleInstance: t.applicationInsights?.cloudRoleInstance
3945
3953
  };
3946
- e.use(qn, a);
3947
- const o = e.runWithContext(() => Yn());
3948
- e.provide(Rn, o), e.runWithContext(() => {
3949
- const { setupPageTracking: n } = Pn();
3954
+ e.use(Yn, a);
3955
+ const o = e.runWithContext(() => jn());
3956
+ e.provide(Cn, o), e.runWithContext(() => {
3957
+ const { setupPageTracking: n } = Dn();
3950
3958
  t.router.beforeEach((i) => {
3951
3959
  n.beforeEach({ name: i.name });
3952
3960
  }), t.router.afterEach((i) => {
@@ -3954,7 +3962,7 @@ function Ll(e, t) {
3954
3962
  });
3955
3963
  });
3956
3964
  }
3957
- function wl(e) {
3965
+ function yl(e) {
3958
3966
  const t = (a) => {
3959
3967
  let o = {};
3960
3968
  return Object.keys(a.params).length > 0 && (o = Object.fromEntries(Object.entries(a.params).filter(([n]) => n !== "pathMatch"))), o;
@@ -3973,7 +3981,7 @@ function wl(e) {
3973
3981
  if (a.meta.permissions) {
3974
3982
  if (n(a.meta.permissions)) return !0;
3975
3983
  {
3976
- J.error(ie.global.t("PERMISSION_MESSAGES.ACCESS_RESTRICTED"), {
3984
+ J.error(re.global.t("PERMISSION_MESSAGES.ACCESS_RESTRICTED"), {
3977
3985
  timeout: 3e3
3978
3986
  });
3979
3987
  const i = t(a);
@@ -3982,391 +3990,391 @@ function wl(e) {
3982
3990
  } else return !0;
3983
3991
  });
3984
3992
  }
3985
- const Qu = {
3993
+ const td = {
3986
3994
  install(e, t) {
3987
- Ko().register([{ key: "light", localizationKey: "core.themes.light" }]), window.fetch = si(t.router), hl(e, t), Sl(e), _l(e), Al(e), vl(e), Tl(e, t), bl(e, t), ui(e), typeof window < "u" && (e.runWithContext(() => sa()), e.runWithContext(() => na())), wl(t.router), setTimeout(() => {
3988
- performance.mark("vc:deferred-plugins-start"), Ll(e, t), performance.mark("vc:deferred-plugins-done");
3995
+ zo().register([{ key: "light", localizationKey: "core.themes.light" }]), window.fetch = ni(t.router), _l(e, t), Al(e), vl(e), Tl(e), bl(e), Ll(e, t), wl(e, t), fi(e), typeof window < "u" && (e.runWithContext(() => aa()), e.runWithContext(() => oa())), yl(t.router), setTimeout(() => {
3996
+ performance.mark("vc:deferred-plugins-start"), Ol(e, t), performance.mark("vc:deferred-plugins-done");
3989
3997
  }, 0);
3990
3998
  }
3991
3999
  };
3992
4000
  export {
3993
- Zd as AI_AGENT_URL_ENV_KEY,
3994
- Xd as AiAgentServiceKey,
3995
- Jd as ApiException,
3996
- Qd as AppBarMobileButtonsServiceKey,
3997
- An as AppBarWidgetServiceKey,
3998
- Rn as AppInsightsInstanceKey,
3999
- In as AppInsightsOptionsKey,
4000
- ef as AppRootElementKey,
4001
- tf as AppsClient,
4002
- zr as AssetsDetailsModule,
4003
- Yr as AssetsManager,
4004
- Zr as AssetsManagerModule,
4005
- af as AuthApiBase,
4006
- sf as AuthorizationClient,
4007
- of as BladeBackButtonKey,
4001
+ Jd as AI_AGENT_URL_ENV_KEY,
4002
+ Qd as AiAgentServiceKey,
4003
+ ef as ApiException,
4004
+ tf as AppBarMobileButtonsServiceKey,
4005
+ Tn as AppBarWidgetServiceKey,
4006
+ Cn as AppInsightsInstanceKey,
4007
+ Pn as AppInsightsOptionsKey,
4008
+ af as AppRootElementKey,
4009
+ sf as AppsClient,
4010
+ qr as AssetsDetailsModule,
4011
+ Zr as AssetsManager,
4012
+ Jr as AssetsManagerModule,
4013
+ of as AuthApiBase,
4014
+ nf as AuthorizationClient,
4015
+ rf as BladeBackButtonKey,
4008
4016
  Bt as BladeContextKey,
4009
- nf as BladeDataKey,
4017
+ lf as BladeDataKey,
4010
4018
  kt as BladeDescriptorKey,
4011
- rf as BladeError,
4012
- lf as BladeInstanceKey,
4013
- cf as BladeMessagingKey,
4014
- hn as BladeRoutesKey,
4015
- uf as BladeStackKey,
4016
- sn as ButtonGroupKey,
4017
- yr as COMPONENT_DEFAULTS,
4018
- Ba as CellDate,
4019
- Ma as CellDateAgo,
4020
- Fa as CellDefault,
4021
- $a as CellEditableWrapper,
4022
- Ga as CellHtml,
4023
- xa as CellImage,
4024
- Ua as CellLink,
4025
- Wa as CellMoney,
4026
- Ha as CellNumber,
4027
- za as CellStatus,
4028
- Ka as CellStatusIcon,
4029
- df as ChangeLogClient,
4030
- ad as ChangePassword,
4031
- sd as ChangePasswordButton,
4032
- Nu as ChangePasswordPage,
4019
+ cf as BladeError,
4020
+ uf as BladeMessagingKey,
4021
+ _n as BladeRoutesKey,
4022
+ df as BladeStackKey,
4023
+ an as ButtonGroupKey,
4024
+ Ir as COMPONENT_DEFAULTS,
4025
+ ka as CellDate,
4026
+ Ba as CellDateAgo,
4027
+ Ma as CellDefault,
4028
+ Fa as CellEditableWrapper,
4029
+ $a as CellHtml,
4030
+ Ga as CellImage,
4031
+ xa as CellLink,
4032
+ Ua as CellMoney,
4033
+ Wa as CellNumber,
4034
+ Ha as CellStatus,
4035
+ za as CellStatusIcon,
4036
+ ff as ChangeLogClient,
4037
+ od as ChangePassword,
4038
+ nd as ChangePasswordButton,
4039
+ ku as ChangePasswordPage,
4033
4040
  lt as ChartContainer,
4034
4041
  ct as ChartLegend,
4035
- Ku as ChartTooltip,
4036
- ff as CloseSettingsMenuKey,
4037
- qa as ColumnCollector,
4038
- mf as DEFAULT_AI_AGENT_CONFIG,
4039
- Yu as DashboardBarChart,
4040
- ju as DashboardDonutChart,
4041
- Hu as DashboardFeedList,
4042
- zu as DashboardFeedRow,
4043
- qu as DashboardLineChart,
4044
- gf as DashboardServiceKey,
4045
- Wu as DashboardStatItem,
4046
- Uu as DashboardWidgetCard,
4047
- pf as DeveloperToolsClient,
4048
- Ef as DiagnosticsClient,
4049
- hf as DisplayableError,
4050
- Vu as DraggableDashboard,
4051
- Sf as DynamicModulesKey,
4052
- _f as DynamicObjectPropertyValueType,
4053
- Af as DynamicPropertiesClient,
4054
- vf as DynamicPropertyObjectValueValueType,
4055
- Tf as DynamicPropertyValueType,
4056
- bf as DynamicPropertyValueType2,
4057
- Lf as EMBEDDED_TO_HOST_MESSAGE_TYPES,
4058
- wf as EmbeddedModeKey,
4059
- Of as EntryState,
4060
- yf as ErrorInterceptor,
4061
- sr as ExtensionPoint,
4062
- Wm as ExtensionPoints,
4063
- pi as ExternalProviders,
4064
- If as ExternalSignInClient,
4065
- od as FALLBACK_BLADE_ID,
4066
- Pu as ForgotPassword,
4067
- Rf as FrameworkError,
4068
- Pf as GlobalSearchKey,
4069
- Cf as HOST_TO_EMBEDDED_MESSAGE_TYPES,
4042
+ Yu as ChartTooltip,
4043
+ mf as CloseSettingsMenuKey,
4044
+ Ka as ColumnCollector,
4045
+ gf as DEFAULT_AI_AGENT_CONFIG,
4046
+ Zu as DashboardBarChart,
4047
+ Xu as DashboardDonutChart,
4048
+ Ku as DashboardFeedList,
4049
+ qu as DashboardFeedRow,
4050
+ ju as DashboardLineChart,
4051
+ pf as DashboardServiceKey,
4052
+ zu as DashboardStatItem,
4053
+ Hu as DashboardWidgetCard,
4054
+ Ef as DeveloperToolsClient,
4055
+ hf as DiagnosticsClient,
4056
+ Sf as DisplayableError,
4057
+ Bu as DraggableDashboard,
4058
+ _f as DynamicModulesKey,
4059
+ Af as DynamicObjectPropertyValueType,
4060
+ vf as DynamicPropertiesClient,
4061
+ Tf as DynamicPropertyObjectValueValueType,
4062
+ bf as DynamicPropertyValueType,
4063
+ Lf as DynamicPropertyValueType2,
4064
+ wf as EMBEDDED_TO_HOST_MESSAGE_TYPES,
4065
+ Of as EmbeddedModeKey,
4066
+ yf as EntryState,
4067
+ If as ErrorInterceptor,
4068
+ or as ExtensionPoint,
4069
+ Hm as ExtensionPoints,
4070
+ hi as ExternalProviders,
4071
+ Rf as ExternalSignInClient,
4072
+ rd as FALLBACK_BLADE_ID,
4073
+ Du as ForgotPassword,
4074
+ Pf as FrameworkError,
4075
+ Cf as GlobalSearchKey,
4076
+ Df as HOST_TO_EMBEDDED_MESSAGE_TYPES,
4070
4077
  Vt as InjectionError,
4071
- Df as InternalRoutesKey,
4072
- Du as Invite,
4073
- Ut as IsDesktopKey,
4074
- xt as IsMobileKey,
4078
+ Nf as InternalRoutesKey,
4079
+ Vu as Invite,
4080
+ hn as IsDesktopKey,
4081
+ En as IsMobileKey,
4075
4082
  gn as IsPhoneKey,
4076
4083
  pn as IsTabletKey,
4077
- En as IsTouchKey,
4078
- Nf as JobsClient,
4079
- Vf as JsonElementValueKind,
4080
- kf as JsonValueKind,
4081
- xu as LAYOUT_STORAGE_KEY,
4082
- nd as LanguageSelector,
4084
+ Sn as IsTouchKey,
4085
+ Vf as JobsClient,
4086
+ kf as JsonElementValueKind,
4087
+ Bf as JsonValueKind,
4088
+ Wu as LAYOUT_STORAGE_KEY,
4089
+ id as LanguageSelector,
4083
4090
  mn as LanguageServiceKey,
4084
- Bf as LocalizableSettingsClient,
4085
- Ru as Login,
4086
- rd as LogoutButton,
4087
- Ya as MenuBurgerIcon,
4088
- vn as MenuServiceKey,
4089
- Mf as ModuleLoadError,
4090
- Ff as ModulesClient,
4091
- $f as ModulesLoadErrorKey,
4092
- Gf as ModulesReadyKey,
4093
- xf as NavigationViewLocationKey,
4094
- xm as NotificationContainer,
4095
- Qo as NotificationContextKey,
4096
- id as NotificationDropdown,
4097
- Ln as NotificationStoreKey,
4098
- ld as NotificationTemplate,
4099
- Sn as NotificationTemplatesKey,
4100
- Uf as OAuthAppsClient,
4101
- Wf as ObjectSettingEntryValueType,
4102
- Hf as OperationLogOperationType,
4103
- zf as ProgressMessageLevel,
4104
- Kf as ProgressMessageLevel2,
4105
- qf as PushNotificationClient,
4106
- Yf as RegistrationError,
4107
- Cu as ResetPassword,
4108
- jf as SecurityClient,
4109
- Zf as ServiceError,
4110
- tn as SettingClient,
4111
- Xf as SettingValueType,
4112
- cd as SettingsMenu,
4113
- ud as SettingsMenuItem,
4114
- bn as SettingsMenuServiceKey,
4115
- Jf as ShellIndicatorsKey,
4116
- Iu as Sidebar,
4117
- Qf as SortDirection,
4118
- em as SortInfoSortDirection,
4119
- ja as Table,
4120
- Za as TableBody,
4121
- Xa as TableCell,
4122
- Ja as TableCheckbox,
4123
- Qa as TableColumnSwitcher,
4124
- es as TableEmpty,
4125
- ts as TableFooter,
4126
- as as TableGroupRow,
4127
- ss as TableHead,
4128
- os as TableHeader,
4129
- ns as TableRow,
4130
- rs as TableRowActions,
4131
- is as TableSearchHeader,
4132
- ls as TableSelectAllBar,
4133
- dd as ThemeSelector,
4134
- _n as ToolbarServiceKey,
4135
- Su as UI_CONSTANTS,
4136
- fd as UserDropdownButton,
4137
- tm as ValidationError,
4138
- cs as VcAccordion,
4139
- us as VcAccordionItem,
4140
- am as VcAiAgentPanel,
4141
- ds as VcApp,
4142
- fs as VcAppBarMobileActions,
4143
- ms as VcAppBarOverlay,
4144
- gs as VcAppBarWidgetContent,
4145
- ps as VcAppBarWidgetItem,
4146
- Es as VcAppBarWidgetsMenu,
4147
- hs as VcAppDesktopLayout,
4148
- Ss as VcAppMenu,
4149
- _s as VcAppMenuSidebar,
4150
- As as VcAppMobileLayout,
4151
- vs as VcAppSidebarCollapseButton,
4152
- Ts as VcAppSidebarContent,
4153
- bs as VcAppSidebarHeader,
4154
- Ls as VcAuthLayout,
4155
- ws as VcBadge,
4156
- Os as VcBanner,
4091
+ Mf as LocalizableSettingsClient,
4092
+ Cu as Login,
4093
+ ld as LogoutButton,
4094
+ qa as MenuBurgerIcon,
4095
+ bn as MenuServiceKey,
4096
+ Ff as ModuleLoadError,
4097
+ $f as ModulesClient,
4098
+ Gf as ModulesLoadErrorKey,
4099
+ xf as ModulesReadyKey,
4100
+ Uf as NavigationViewLocationKey,
4101
+ Um as NotificationContainer,
4102
+ Jo as NotificationContextKey,
4103
+ cd as NotificationDropdown,
4104
+ On as NotificationStoreKey,
4105
+ ud as NotificationTemplate,
4106
+ An as NotificationTemplatesKey,
4107
+ Wf as OAuthAppsClient,
4108
+ Hf as ObjectSettingEntryValueType,
4109
+ zf as OperationLogOperationType,
4110
+ Kf as ProgressMessageLevel,
4111
+ qf as ProgressMessageLevel2,
4112
+ Yf as PushNotificationClient,
4113
+ jf as RegistrationError,
4114
+ Nu as ResetPassword,
4115
+ Zf as SecurityClient,
4116
+ Xf as ServiceError,
4117
+ en as SettingClient,
4118
+ Jf as SettingValueType,
4119
+ dd as SettingsMenu,
4120
+ fd as SettingsMenuItem,
4121
+ wn as SettingsMenuServiceKey,
4122
+ Qf as ShellIndicatorsKey,
4123
+ Pu as Sidebar,
4124
+ em as SortDirection,
4125
+ tm as SortInfoSortDirection,
4126
+ Ya as Table,
4127
+ ja as TableBody,
4128
+ Za as TableCell,
4129
+ Xa as TableCheckbox,
4130
+ Ja as TableColumnSwitcher,
4131
+ Qa as TableEmpty,
4132
+ es as TableFooter,
4133
+ ts as TableGroupRow,
4134
+ as as TableHead,
4135
+ ss as TableHeader,
4136
+ os as TableRow,
4137
+ ns as TableRowActions,
4138
+ rs as TableSearchHeader,
4139
+ is as TableSelectAllBar,
4140
+ md as ThemeSelector,
4141
+ vn as ToolbarServiceKey,
4142
+ Au as UI_CONSTANTS,
4143
+ gd as UserDropdownButton,
4144
+ am as ValidationError,
4145
+ ls as VcAccordion,
4146
+ cs as VcAccordionItem,
4147
+ sm as VcAiAgentPanel,
4148
+ us as VcApp,
4149
+ ds as VcAppBarMobileActions,
4150
+ fs as VcAppBarOverlay,
4151
+ ms as VcAppBarWidgetContent,
4152
+ gs as VcAppBarWidgetItem,
4153
+ ps as VcAppBarWidgetsMenu,
4154
+ Es as VcAppDesktopLayout,
4155
+ hs as VcAppMenu,
4156
+ Ss as VcAppMenuSidebar,
4157
+ _s as VcAppMobileLayout,
4158
+ As as VcAppSidebarCollapseButton,
4159
+ vs as VcAppSidebarContent,
4160
+ Ts as VcAppSidebarHeader,
4161
+ bs as VcAuthLayout,
4162
+ Ls as VcBadge,
4163
+ ws as VcBanner,
4157
4164
  Ot as VcBlade,
4158
- sm as VcBladeNavigation,
4159
- On as VcBladeNavigationComponent,
4160
- om as VcBladeNavigationV2,
4161
- nm as VcBladeSlot,
4162
- on as VcBreadcrumbs,
4165
+ om as VcBladeNavigation,
4166
+ In as VcBladeNavigationComponent,
4167
+ nm as VcBladeNavigationV2,
4168
+ rm as VcBladeSlot,
4169
+ sn as VcBreadcrumbs,
4163
4170
  Mt as VcButton,
4164
- ys as VcButtonGroup,
4165
- Is as VcCard,
4166
- Rs as VcCheckbox,
4167
- Ps as VcCheckboxGroup,
4168
- Cs as VcCol,
4169
- Ds as VcColorInput,
4170
- Ns as VcColumn,
4171
+ Os as VcButtonGroup,
4172
+ ys as VcCard,
4173
+ Is as VcCheckbox,
4174
+ Rs as VcCheckboxGroup,
4175
+ Ps as VcCol,
4176
+ Cs as VcColorInput,
4177
+ Ds as VcColumn,
4171
4178
  yt as VcContainer,
4172
- Vs as VcDataTable,
4173
- ks as VcDatePicker,
4179
+ Ns as VcDataTable,
4180
+ Vs as VcDatePicker,
4174
4181
  Ft as VcDropdown,
4175
- nn as VcDropdownItem,
4176
- Bs as VcDropdownPanel,
4177
- Ms as VcDynamicProperty,
4178
- Fs as VcEditor,
4179
- $s as VcField,
4180
- Gs as VcFileUpload,
4182
+ on as VcDropdownItem,
4183
+ ks as VcDropdownPanel,
4184
+ Bs as VcDynamicProperty,
4185
+ Ms as VcEditor,
4186
+ Fs as VcField,
4187
+ $s as VcFileUpload,
4181
4188
  It as VcForm,
4182
- xs as VcGallery,
4183
- Us as VcHint,
4189
+ Gs as VcGallery,
4190
+ xs as VcHint,
4184
4191
  ze as VcIcon,
4185
4192
  tt as VcImage,
4186
- Ws as VcImageTile,
4187
- Hs as VcImageUpload,
4193
+ Us as VcImageTile,
4194
+ Ws as VcImageUpload,
4188
4195
  fe as VcInput,
4189
- zs as VcInputCurrency,
4190
- Ks as VcInputDropdown,
4191
- qs as VcInputGroup,
4192
- Ys as VcLabel,
4193
- Ju as VcLanguageSelector,
4194
- js as VcLink,
4195
- Zs as VcLoading,
4196
- Xs as VcMenu,
4197
- Js as VcMenuExpandedKey,
4198
- Qs as VcMenuGroup,
4199
- eo as VcMenuItem,
4200
- to as VcMultivalue,
4201
- ao as VcPagination,
4202
- so as VcPopup,
4203
- oo as VcProgress,
4204
- no as VcRadioButton,
4205
- ro as VcRadioGroup,
4206
- io as VcRating,
4207
- lo as VcRow,
4208
- co as VcScrollableContainer,
4209
- uo as VcSelect,
4196
+ Hs as VcInputCurrency,
4197
+ zs as VcInputDropdown,
4198
+ Ks as VcInputGroup,
4199
+ qs as VcLabel,
4200
+ ed as VcLanguageSelector,
4201
+ Ys as VcLink,
4202
+ js as VcLoading,
4203
+ Zs as VcMenu,
4204
+ Xs as VcMenuExpandedKey,
4205
+ Js as VcMenuGroup,
4206
+ Qs as VcMenuItem,
4207
+ eo as VcMultivalue,
4208
+ to as VcPagination,
4209
+ ao as VcPopup,
4210
+ so as VcProgress,
4211
+ oo as VcRadioButton,
4212
+ no as VcRadioGroup,
4213
+ ro as VcRating,
4214
+ io as VcRow,
4215
+ lo as VcScrollableContainer,
4216
+ co as VcSelect,
4210
4217
  Rt as VcSidebar,
4211
- fo as VcSkeleton,
4212
- mo as VcSlider,
4213
- go as VcStatus,
4214
- po as VcStatusIcon,
4215
- Eo as VcSwitch,
4216
- ho as VcTable,
4218
+ uo as VcSkeleton,
4219
+ fo as VcSlider,
4220
+ mo as VcStatus,
4221
+ go as VcStatusIcon,
4222
+ po as VcSwitch,
4223
+ Eo as VcTable,
4217
4224
  Pt as VcTextarea,
4218
- Cn as VcToast,
4219
- So as VcTooltip,
4220
- _o as VcVideo,
4221
- Ao as VcWidget,
4222
- an as WidgetScopeKey,
4225
+ Nn as VcToast,
4226
+ ho as VcTooltip,
4227
+ So as VcVideo,
4228
+ _o as VcWidget,
4229
+ tn as WidgetScopeKey,
4223
4230
  Nt as WidgetServiceKey,
4224
4231
  $t as __registerBladeConfig,
4225
- rm as _createInternalUserLogic,
4226
- Zu as _resetAdapterState,
4227
- md as addAppBarWidget,
4228
- im as addMenuItem,
4229
- gd as addSettingsMenuItem,
4230
- lm as after,
4231
- Hn as aiAgentPlugin,
4232
- Vr as autofocus,
4233
- cm as before,
4234
- um as bigInt,
4235
- lu as camelToSnake,
4236
- uu as camelize,
4237
- Gu as clearLayoutStorage,
4238
- pd as convertColorNameToHex,
4239
- Ed as convertMomentFormat,
4240
- dm as createAiAgentToolbarButton,
4241
- vu as createAppModule,
4232
+ im as _createInternalUserLogic,
4233
+ Ju as _resetAdapterState,
4234
+ pd as addAppBarWidget,
4235
+ lm as addMenuItem,
4236
+ Ed as addSettingsMenuItem,
4237
+ cm as after,
4238
+ zn as aiAgentPlugin,
4239
+ Br as autofocus,
4240
+ um as before,
4241
+ dm as bigInt,
4242
+ uu as camelToSnake,
4243
+ fu as camelize,
4244
+ Uu as clearLayoutStorage,
4245
+ hd as convertColorNameToHex,
4246
+ Sd as convertMomentFormat,
4247
+ fm as createAiAgentToolbarButton,
4248
+ bu as createAppModule,
4242
4249
  X as createLogger,
4243
- Qu as default,
4250
+ td as default,
4244
4251
  it as defineAppModule,
4245
- wu as defineBladeContext,
4246
- Hm as defineExtensionPoint,
4247
- fm as fileWeight,
4248
- hd as formatBadgeCount,
4249
- Wo as formatDateRelative,
4250
- Sd as formatDateWithPattern,
4251
- Bu as fromGridstackNode,
4252
- mm as generateId,
4253
- gm as getAllBladeConfigs,
4254
- pm as getBladeConfig,
4255
- _u as getComponentDefaults,
4256
- Jt as getFileThumbnail,
4257
- Em as getMenuBadge,
4258
- hm as getMenuBadges,
4259
- ie as i18n,
4260
- Ou as injectBladeContext,
4261
- Sm as isFrameworkError,
4262
- Xt as isImage,
4263
- _d as isValidHexColor,
4264
- dr as kebabToCamel,
4265
- cu as kebabToPascal,
4266
- Ad as languageToCountryMap,
4267
- Mu as loadLayoutFromStorage,
4268
- kr as loading,
4269
- _m as logger,
4270
- Am as loggers,
4271
- $u as mergeLayoutWithWidgets,
4272
- vm as mindimensions,
4273
- vd as normalizeHexColor,
4252
+ yu as defineBladeContext,
4253
+ zm as defineExtensionPoint,
4254
+ mm as fileWeight,
4255
+ _d as formatBadgeCount,
4256
+ Uo as formatDateRelative,
4257
+ Ad as formatDateWithPattern,
4258
+ Fu as fromGridstackNode,
4259
+ gm as generateId,
4260
+ pm as getAllBladeConfigs,
4261
+ Em as getBladeConfig,
4262
+ vu as getComponentDefaults,
4263
+ Xt as getFileThumbnail,
4264
+ hm as getMenuBadge,
4265
+ Sm as getMenuBadges,
4266
+ re as i18n,
4267
+ Iu as injectBladeContext,
4268
+ _m as isFrameworkError,
4269
+ Zt as isImage,
4270
+ vd as isValidHexColor,
4271
+ fr as kebabToCamel,
4272
+ du as kebabToPascal,
4273
+ Td as languageToCountryMap,
4274
+ $u as loadLayoutFromStorage,
4275
+ Mr as loading,
4276
+ Am as logger,
4277
+ vm as loggers,
4278
+ xu as mergeLayoutWithWidgets,
4279
+ Tm as mindimensions,
4280
+ bd as normalizeHexColor,
4274
4281
  J as notification,
4275
4282
  Le as parseError,
4276
- Cr as permissions,
4277
- vo as provideAppBarState,
4278
- Td as provideAppBarWidget,
4279
- bd as provideDashboardService,
4280
- Ld as provideLanguages,
4281
- wd as provideMenuService,
4282
- Od as provideSettingsMenu,
4283
- yd as provideSidebarState,
4284
- Id as provideToolbarService,
4285
- Qt as readableSize,
4286
- Rd as registerDashboardWidget,
4287
- Pd as registerExternalWidget,
4288
- Cd as registerToolbarItem,
4289
- Dd as registerWidget,
4290
- Tm as removeMenuBadge,
4291
- bm as removeRegisteredMenuItem,
4292
- Nd as resolveLocale,
4293
- Vd as resolveLocaleSync,
4294
- Fu as saveLayoutToStorage,
4295
- Lm as setMenuBadge,
4296
- yn as signalR,
4297
- To as stripTenantPrefix,
4298
- ku as toGridstackWidget,
4299
- wm as updateSignalRCreatorSymbol,
4300
- Om as useAdaptiveItems,
4301
- ym as useAiAgent,
4302
- $m as useAiAgentContext,
4303
- _r as useApiClient,
4304
- bo as useAppBarMobileActions,
4305
- Lo as useAppBarState,
4306
- kd as useAppBarWidget,
4307
- wo as useAppBarWidgets,
4308
- Pn as useAppInsights,
4309
- pu as useAssets,
4310
- Eu as useAssetsManager,
4311
- ea as useAsync,
4312
- Oo as useBadge,
4313
- hu as useBeforeUnload,
4283
+ Dr as permissions,
4284
+ Ao as provideAppBarState,
4285
+ Ld as provideAppBarWidget,
4286
+ wd as provideDashboardService,
4287
+ Od as provideLanguages,
4288
+ yd as provideMenuService,
4289
+ Id as provideSettingsMenu,
4290
+ Rd as provideSidebarState,
4291
+ Pd as provideToolbarService,
4292
+ Jt as readableSize,
4293
+ Cd as registerDashboardWidget,
4294
+ Dd as registerExternalWidget,
4295
+ Nd as registerToolbarItem,
4296
+ Vd as registerWidget,
4297
+ bm as removeMenuBadge,
4298
+ Lm as removeRegisteredMenuItem,
4299
+ kd as resolveLocale,
4300
+ Bd as resolveLocaleSync,
4301
+ Gu as saveLayoutToStorage,
4302
+ wm as setMenuBadge,
4303
+ Rn as signalR,
4304
+ vo as stripTenantPrefix,
4305
+ Mu as toGridstackWidget,
4306
+ Om as updateSignalRCreatorSymbol,
4307
+ ym as useAdaptiveItems,
4308
+ Im as useAiAgent,
4309
+ Gm as useAiAgentContext,
4310
+ Ar as useApiClient,
4311
+ To as useAppBarMobileActions,
4312
+ bo as useAppBarState,
4313
+ Md as useAppBarWidget,
4314
+ Lo as useAppBarWidgets,
4315
+ Dn as useAppInsights,
4316
+ hu as useAssets,
4317
+ Su as useAssetsManager,
4318
+ Qt as useAsync,
4319
+ wo as useBadge,
4320
+ _u as useBeforeUnload,
4314
4321
  Gt as useBlade,
4315
- Im as useBladeMessaging,
4316
- Xu as useBladeNavigation,
4317
- fu as useBladeNotifications,
4318
- Rm as useBladeStack,
4319
- bu as useBladeWidgets,
4320
- Pm as useBreadcrumbs,
4321
- Bd as useCollapsible,
4322
- yo as useColumnFilter,
4323
- Cm as useContainer,
4324
- Ho as useDashboard,
4325
- Md as useDataTableSort,
4326
- Au as useDynamicProperties,
4327
- Dm as useErrorHandler,
4328
- zm as useExtensionPoint,
4329
- Io as useFilterState,
4330
- Nm as useFloatingPosition,
4331
- Fd as useFormField,
4332
- du as useFunctions,
4333
- Ro as useGalleryPreview,
4334
- Di as useGridstack,
4335
- Po as useImageLoad,
4336
- Vm as useInstance,
4337
- $d as useLanguages,
4338
- ta as useLoading,
4339
- Co as useMenuActiveState,
4340
- Gd as useMenuExpanded,
4341
- xd as useMenuService,
4342
- yu as useModificationTracker,
4343
- mu as useNotificationContext,
4322
+ Rm as useBladeMessaging,
4323
+ Qu as useBladeNavigation,
4324
+ gu as useBladeNotifications,
4325
+ Pm as useBladeStack,
4326
+ wu as useBladeWidgets,
4327
+ Cm as useBreadcrumbs,
4328
+ Fd as useCollapsible,
4329
+ Oo as useColumnFilter,
4330
+ Dm as useContainer,
4331
+ Wo as useDashboard,
4332
+ $d as useDataTableSort,
4333
+ Tu as useDynamicProperties,
4334
+ Nm as useErrorHandler,
4335
+ Km as useExtensionPoint,
4336
+ yo as useFilterState,
4337
+ Vm as useFloatingPosition,
4338
+ Gd as useFormField,
4339
+ mu as useFunctions,
4340
+ Io as useGalleryPreview,
4341
+ Vi as useGridstack,
4342
+ Ro as useImageLoad,
4343
+ km as useInstance,
4344
+ xd as useLanguages,
4345
+ ea as useLoading,
4346
+ Po as useMenuActiveState,
4347
+ Ud as useMenuExpanded,
4348
+ Wd as useMenuService,
4349
+ Ru as useModificationTracker,
4350
+ pu as useNotificationContext,
4344
4351
  De as useNotificationStore,
4345
- gu as useNotifications,
4352
+ Eu as useNotifications,
4346
4353
  Dt as usePermissions,
4347
- Ud as usePopup,
4348
- Wd as useScrollArrows,
4354
+ Hd as usePopup,
4355
+ nn as useResponsive,
4356
+ zd as useScrollArrows,
4349
4357
  Te as useSettings,
4350
- Hd as useSettingsMenu,
4351
- Do as useShellBootstrap,
4352
- No as useShellLifecycle,
4353
- Vo as useShellNavigation,
4354
- zd as useSidebarState,
4355
- ko as useTableColumnsReorder,
4356
- Bo as useTableColumnsResize,
4357
- Mo as useTableContext,
4358
- Fo as useTableInlineEdit,
4359
- $o as useTableRowGrouping,
4360
- Go as useTableRowReorder,
4361
- Kd as useTableSelection,
4362
- qd as useTableSort,
4363
- km as useTeleportTarget,
4364
- Ko as useTheme,
4365
- xo as useToggleableContent,
4366
- Yd as useToolbar,
4367
- Bm as useUser,
4368
- Uo as useVirtualScroll,
4369
- Tu as useWebVitals,
4370
- Lu as useWidgetTrigger,
4371
- Mm as wrapError
4358
+ Kd as useSettingsMenu,
4359
+ Co as useShellBootstrap,
4360
+ Do as useShellLifecycle,
4361
+ No as useShellNavigation,
4362
+ qd as useSidebarState,
4363
+ Vo as useTableColumnsReorder,
4364
+ ko as useTableColumnsResize,
4365
+ Bo as useTableContext,
4366
+ Mo as useTableInlineEdit,
4367
+ Fo as useTableRowGrouping,
4368
+ $o as useTableRowReorder,
4369
+ Yd as useTableSelection,
4370
+ jd as useTableSort,
4371
+ Bm as useTeleportTarget,
4372
+ zo as useTheme,
4373
+ Go as useToggleableContent,
4374
+ Zd as useToolbar,
4375
+ Mm as useUser,
4376
+ xo as useVirtualScroll,
4377
+ Lu as useWebVitals,
4378
+ Ou as useWidgetTrigger,
4379
+ Fm as wrapError
4372
4380
  };