@vc-shell/framework 2.0.6 → 2.0.7-pr237.4b187d7

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 (76) hide show
  1. package/dist/ai-agent/index.js +2 -2
  2. package/dist/chunks/ExtensionPoint.vue_vue_type_style_index_0_lang-B1R06zHa.js.map +1 -1
  3. package/dist/chunks/{VcAiAgentPanel.vue_vue_type_style_index_0_lang-D5HgEXFw.js → VcAiAgentPanel.vue_vue_type_style_index_0_lang-Y09G7Gnw.js} +659 -720
  4. package/dist/chunks/{VcAiAgentPanel.vue_vue_type_style_index_0_lang-D5HgEXFw.js.map → VcAiAgentPanel.vue_vue_type_style_index_0_lang-Y09G7Gnw.js.map} +1 -1
  5. package/dist/chunks/{VcTableAdapter.vue_vue_type_style_index_0_lang-D-O9CMNo.js → VcTableAdapter.vue_vue_type_style_index_0_lang-f4mGxHKh.js} +7713 -7752
  6. package/dist/chunks/VcTableAdapter.vue_vue_type_style_index_0_lang-f4mGxHKh.js.map +1 -0
  7. package/dist/chunks/index-B78ceaW1.js +45 -0
  8. package/dist/chunks/index-B78ceaW1.js.map +1 -0
  9. package/dist/chunks/vendor-lodash-es-D2n90GJy.js +1436 -0
  10. package/dist/chunks/vendor-lodash-es-D2n90GJy.js.map +1 -0
  11. package/dist/core/composables/useAssetsManager/index.d.ts.map +1 -1
  12. package/dist/core/plugins/ai-agent/composables/index.d.ts +1 -1
  13. package/dist/core/plugins/ai-agent/composables/index.d.ts.map +1 -1
  14. package/dist/core/plugins/ai-agent/composables/useAiAgent.d.ts +2 -2
  15. package/dist/core/plugins/ai-agent/composables/useAiAgent.d.ts.map +1 -1
  16. package/dist/core/plugins/ai-agent/composables/useAiAgentContext.d.ts +7 -18
  17. package/dist/core/plugins/ai-agent/composables/useAiAgentContext.d.ts.map +1 -1
  18. package/dist/core/plugins/ai-agent/constants.d.ts +0 -5
  19. package/dist/core/plugins/ai-agent/constants.d.ts.map +1 -1
  20. package/dist/core/plugins/ai-agent/index.d.ts +1 -1
  21. package/dist/core/plugins/ai-agent/index.d.ts.map +1 -1
  22. package/dist/core/plugins/ai-agent/public.d.ts +1 -1
  23. package/dist/core/plugins/ai-agent/public.d.ts.map +1 -1
  24. package/dist/core/plugins/ai-agent/services/ai-agent-service.d.ts +1 -5
  25. package/dist/core/plugins/ai-agent/services/ai-agent-service.d.ts.map +1 -1
  26. package/dist/core/plugins/ai-agent/services/message-transport.d.ts +1 -3
  27. package/dist/core/plugins/ai-agent/services/message-transport.d.ts.map +1 -1
  28. package/dist/core/plugins/ai-agent/types.d.ts +1 -44
  29. package/dist/core/plugins/ai-agent/types.d.ts.map +1 -1
  30. package/dist/core/plugins/extension-points/store.d.ts +3 -1
  31. package/dist/core/plugins/extension-points/store.d.ts.map +1 -1
  32. package/dist/core/services/language-service.d.ts.map +1 -1
  33. package/dist/core/utilities/buildInfo.d.ts +17 -0
  34. package/dist/core/utilities/buildInfo.d.ts.map +1 -0
  35. package/dist/framework.js +912 -890
  36. package/dist/framework.js.map +1 -1
  37. package/dist/index.css +1 -1
  38. package/dist/index.d.ts.map +1 -1
  39. package/dist/modules/assets-manager/components/assets-manager/assets-manager.vue.d.ts.map +1 -1
  40. package/dist/scripts/check-locales.cjs +0 -0
  41. package/dist/shell/_internal/notifications/components/notification-container/index.d.ts +2 -2
  42. package/dist/tsconfig.tsbuildinfo +1 -1
  43. package/dist/ui/components/organisms/vc-blade/_internal/toolbar/ToolbarMobile.vue.d.ts.map +1 -1
  44. package/dist/ui/components/organisms/vc-data-table/VcDataTable.vue.d.ts +9 -9
  45. package/dist/ui/components/organisms/vc-data-table/VcDataTable.vue.d.ts.map +1 -1
  46. package/dist/ui/components/organisms/vc-data-table/components/DataTableBody.vue.d.ts +11 -22
  47. package/dist/ui/components/organisms/vc-data-table/components/DataTableBody.vue.d.ts.map +1 -1
  48. package/dist/ui/components/organisms/vc-data-table/components/DataTableRow.vue.d.ts +1 -9
  49. package/dist/ui/components/organisms/vc-data-table/components/DataTableRow.vue.d.ts.map +1 -1
  50. package/dist/ui/components/organisms/vc-data-table/components/TableRow.vue.d.ts +0 -12
  51. package/dist/ui/components/organisms/vc-data-table/components/TableRow.vue.d.ts.map +1 -1
  52. package/dist/ui/components/organisms/vc-data-table/components/TableRowActions.vue.d.ts.map +1 -1
  53. package/dist/ui/components/organisms/vc-data-table/components/mobile/DataTableMobileCard.vue.d.ts +2 -0
  54. package/dist/ui/components/organisms/vc-data-table/components/mobile/DataTableMobileCard.vue.d.ts.map +1 -1
  55. package/dist/ui/components/organisms/vc-data-table/components/mobile/DataTableMobileView.vue.d.ts +3 -0
  56. package/dist/ui/components/organisms/vc-data-table/components/mobile/DataTableMobileView.vue.d.ts.map +1 -1
  57. package/dist/ui/components/organisms/vc-data-table/components/mobile/PullToRefresh.vue.d.ts.map +1 -1
  58. package/dist/ui/components/organisms/vc-data-table/composables/useDataTableOrchestrator.d.ts +5 -19
  59. package/dist/ui/components/organisms/vc-data-table/composables/useDataTableOrchestrator.d.ts.map +1 -1
  60. package/dist/ui/components/organisms/vc-data-table/composables/useTableColumns.d.ts.map +1 -1
  61. package/dist/ui/components/organisms/vc-data-table/composables/useTableColumnsResize.d.ts +1 -1
  62. package/dist/ui/components/organisms/vc-data-table/composables/useTableColumnsResize.d.ts.map +1 -1
  63. package/dist/ui/components/organisms/vc-data-table/composables/useTableRowReorder.d.ts +25 -23
  64. package/dist/ui/components/organisms/vc-data-table/composables/useTableRowReorder.d.ts.map +1 -1
  65. package/dist/ui/index.js +2 -2
  66. package/package.json +10 -5
  67. package/CHANGELOG.md +0 -4570
  68. package/dist/chunks/VcTableAdapter.vue_vue_type_style_index_0_lang-D-O9CMNo.js.map +0 -1
  69. package/dist/chunks/index-CacTeJdd.js +0 -117
  70. package/dist/chunks/index-CacTeJdd.js.map +0 -1
  71. package/dist/chunks/vendor-lodash-es-CfnUOh0o.js +0 -1490
  72. package/dist/chunks/vendor-lodash-es-CfnUOh0o.js.map +0 -1
  73. package/dist/core/plugins/ai-agent/utils/deep-merge-changes.d.ts +0 -16
  74. package/dist/core/plugins/ai-agent/utils/deep-merge-changes.d.ts.map +0 -1
  75. package/dist/core/plugins/ai-agent/utils/index.d.ts +0 -2
  76. package/dist/core/plugins/ai-agent/utils/index.d.ts.map +0 -1
package/dist/framework.js CHANGED
@@ -1,13 +1,13 @@
1
- import { a as es, b as ts } from "./chunks/vendor-vueuse-core-CEdpDfzx.js";
2
- import { bn as gt, bo as Ee, bp as as, bq as re, br as qt, bs as Z, bt as oe, bu as Ke, bv as ss, bw as os, aw as ns, U as q, bx as qe, by as rs, bz as is, bA as Be, bB as ls, bC as jt, bD as Yt, R as Zt, a2 as cs, ac as he, af as mt, aa as je, ai as j, aL as ds, a3 as us, a1 as we, aR as Xt, bE as fs, bF as gs, bG as ms, aE as ps, O as Oe, ae as me, ap as Jt, Q as Es, bH as hs, bI as vs, bJ as Ss, bK as As, aM as It, bL as bs, bM as ws, bN as Ts, bO as Ls, bP as _s, bQ as Os, bR as ys, bS as Is, bT as Rs, bU as Ps, bV as Cs } from "./chunks/VcTableAdapter.vue_vue_type_style_index_0_lang-D-O9CMNo.js";
3
- import { bW as ld, B as cd, _ as dd, a as ud, b as fd, c as gd, d as md, e as pd, f as Ed, g as hd, h as vd, i as Sd, j as Ad, bX as bd, bY as wd, C as Td, bZ as Ld, b_ as _d, b$ as Od, c0 as yd, c1 as Id, c2 as Rd, k as Pd, c3 as Cd, c4 as Dd, c5 as Nd, c6 as kd, c7 as Bd, c8 as Md, c9 as Fd, l as Vd, m as Ud, n as $d, o as Wd, p as Gd, q as xd, T as Hd, r as zd, s as Kd, t as qd, u as jd, v as Yd, w as Zd, x as Xd, ca as Jd, cb as Qd, cc as eu, V as tu, y as au, z as su, A as ou, D as nu, E as ru, F as iu, G as lu, H as cu, I as du, J as uu, K as fu, L as gu, M as mu, N as pu, P as Eu, cd as hu, cd as vu, ce as Su, S as Au, W as bu, X as wu, Y as Tu, Z as Lu, $ as _u, a0 as Ou, a4 as yu, a5 as Iu, a6 as Ru, a7 as Pu, a8 as Cu, a9 as Du, ab as Nu, ad as ku, ag as Bu, ah as Mu, aj as Fu, ak as Vu, al as Uu, am as $u, an as Wu, ao as Gu, aq as xu, ar as Hu, as as zu, at as Ku, au as qu, av as ju, ax as Yu, ay as Zu, az as Xu, aA as Ju, aB as Qu, aC as ef, aD as tf, aF as af, aG as sf, aH as of, aI as nf, aJ as rf, aK as lf, aN as cf, aO as df, aP as uf, cf as ff, cg as gf, ch as mf, ci as pf, aQ as Ef, cj as hf, ck as vf, cl as Sf, cm as Af, cn as bf, co as wf, cp as Tf, cq as Lf, cr as _f, cs as Of, ct as yf, cu as If, cv as Rf, cw as Pf, cx as Cf, cy as Df, cz as Nf, cA as kf, cB as Bf, aS as Mf, cC as Ff, cD as Vf, cE as Uf, cF as $f, cG as Wf, cH as Gf, cI as xf, cJ as Hf, cK as zf, cL as Kf, cM as qf, cN as jf, cO as Yf, cP as Zf, cQ as Xf, cR as Jf, aT as Qf, aU as eg, aV as tg, aW as ag, cS as sg, aX as og, aY as ng, aZ as rg, cT as ig, cU as lg, a_ as cg, a$ as dg, b0 as ug, b1 as fg, cV as gg, b2 as mg, b3 as pg, b4 as Eg, b5 as hg, b6 as vg, cW as Sg, b7 as Ag, cX as bg, cY as wg, b8 as Tg, cZ as Lg, b9 as _g, ba as Og, bb as yg, c_ as Ig, bc as Rg, bd as Pg, be as Cg, bf as Dg, bg as Ng, bh as kg, bi as Bg, bj as Mg, bk as Fg, bl as Vg, c$ as Ug, bm as $g, aQ as Wg, d0 as Gg } from "./chunks/VcTableAdapter.vue_vue_type_style_index_0_lang-D-O9CMNo.js";
4
- import { getCurrentScope as Qt, onScopeDispose as ea, computed as O, inject as te, watch as ee, defineComponent as $, openBlock as h, createBlock as D, createSlots as ye, withCtx as T, renderSlot as W, createElementVNode as k, normalizeClass as ta, createElementBlock as N, Fragment as Y, createVNode as y, unref as c, createTextVNode as G, toDisplayString as F, shallowReactive as Ds, ref as R, readonly as nt, onMounted as ve, onBeforeMount as Ns, onBeforeUnmount as ks, onUnmounted as aa, provide as sa, toValue as oa, isRef as na, normalizeStyle as Se, createCommentVNode as V, withDirectives as ra, withModifiers as Ye, reactive as de, createApp as Bs, nextTick as ge, renderList as ae, withKeys as pt, mergeProps as ne, shallowRef as Ms, createStaticVNode as Fs, resolveDynamicComponent as Vs, getCurrentInstance as Us, warn as $s, h as le, toRaw as Ws } from "vue";
5
- import { _ as Gs } from "./chunks/vendor-cypress-signalr-mock-itnm2wpA.js";
6
- import { d as H, p as xs, e as Hs, f as zs, g as Ks, s as qs, h as js, i as Ys, j as Zs, k as Xs, S as Js, W as ia, B as la, l as Qs, m as ca, n as Et, o as da, M as eo, _ as ua, q as to, r as ao, t as so, v as oo, w as no, x as ro, y as io, L as lo, I as co, z as uo, C as fo, F as go, G as mo, J as po, T as Eo, K as ho, N as vo, O as So, P as Ao } from "./chunks/VcAiAgentPanel.vue_vue_type_style_index_0_lang-D5HgEXFw.js";
7
- import { A as Hg, b as zg, Q as Kg, R as qg, U as jg, V as Yg, X as Zg, Y as Xg, Z as Jg, $ as Qg, a0 as em, a1 as tm, a2 as am, a3 as sm, a4 as om, a5 as nm, a6 as rm, D as im, a7 as lm, a8 as cm, a9 as dm, aa as um, ab as fm, ac as gm, E as mm, ad as pm, ae as Em, af as hm, H as vm, ag as Sm, ah as Am, ai as bm, aj as wm, ak as Tm, al as Lm, am as _m, an as Om, ao as ym, ap as Im, aq as Rm, ar as Pm, as as Cm, at as Dm, a as Nm, au as km, av as Bm, c as Mm, aw as Fm, ax as Vm, u as Um, ay as $m, az as Wm } from "./chunks/VcAiAgentPanel.vue_vue_type_style_index_0_lang-D5HgEXFw.js";
8
- import { H as bo, L as wo } from "./chunks/vendor-microsoft-signalr-Bgpbb4fW.js";
9
- import { a as To } from "./chunks/index-CacTeJdd.js";
10
- import { u as xm } from "./chunks/index-CacTeJdd.js";
1
+ import { a as ts, b as as } from "./chunks/vendor-vueuse-core-CEdpDfzx.js";
2
+ import { bn as gt, bo as Ee, bp as ss, bq as re, br as jt, bs as Z, bt as oe, bu as Ke, bv as os, bw as ns, aw as rs, U as q, bx as qe, by as is, bz as ls, bA as Be, bB as cs, bC as Yt, bD as Zt, R as Xt, a2 as ds, ac as he, af as mt, aa as je, ai as j, aL as us, a3 as fs, a1 as we, aR as Jt, bE as gs, bF as ms, bG as ps, aE as Es, O as Oe, ae as me, ap as Qt, Q as hs, bH as vs, bI as Ss, bJ as As, bK as bs, aM as It, bL as ws, bM as Ts, bN as Ls, bO as _s, bP as Os, bQ as ys, bR as Is, bS as Rs, bT as Ps, bU as Cs, bV as Ds } from "./chunks/VcTableAdapter.vue_vue_type_style_index_0_lang-f4mGxHKh.js";
3
+ import { bW as fd, B as gd, _ as md, a as pd, b as Ed, c as hd, d as vd, e as Sd, f as Ad, g as bd, h as wd, i as Td, j as Ld, bX as _d, bY as Od, C as yd, bZ as Id, b_ as Rd, b$ as Pd, c0 as Cd, c1 as Dd, c2 as Nd, k as kd, c3 as Bd, c4 as Md, c5 as Fd, c6 as Vd, c7 as $d, c8 as Ud, c9 as Wd, l as Gd, m as xd, n as Hd, o as zd, p as Kd, q as qd, T as jd, r as Yd, s as Zd, t as Xd, u as Jd, v as Qd, w as eu, x as tu, ca as au, cb as su, cc as ou, V as nu, y as ru, z as iu, A as lu, D as cu, E as du, F as uu, G as fu, H as gu, I as mu, J as pu, K as Eu, L as hu, M as vu, N as Su, P as Au, cd as bu, cd as wu, ce as Tu, S as Lu, W as _u, X as Ou, Y as yu, Z as Iu, $ as Ru, a0 as Pu, a4 as Cu, a5 as Du, a6 as Nu, a7 as ku, a8 as Bu, a9 as Mu, ab as Fu, ad as Vu, ag as $u, ah as Uu, aj as Wu, ak as Gu, al as xu, am as Hu, an as zu, ao as Ku, aq as qu, ar as ju, as as Yu, at as Zu, au as Xu, av as Ju, ax as Qu, ay as ef, az as tf, aA as af, aB as sf, aC as of, aD as nf, aF as rf, aG as lf, aH as cf, aI as df, aJ as uf, aK as ff, aN as gf, aO as mf, aP as pf, cf as Ef, cg as hf, ch as vf, ci as Sf, aQ as Af, cj as bf, ck as wf, cl as Tf, cm as Lf, cn as _f, co as Of, cp as yf, cq as If, cr as Rf, cs as Pf, ct as Cf, cu as Df, cv as Nf, cw as kf, cx as Bf, cy as Mf, cz as Ff, cA as Vf, cB as $f, aS as Uf, cC as Wf, cD as Gf, cE as xf, cF as Hf, cG as zf, cH as Kf, cI as qf, cJ as jf, cK as Yf, cL as Zf, cM as Xf, cN as Jf, cO as Qf, cP as eg, cQ as tg, cR as ag, aT as sg, aU as og, aV as ng, aW as rg, cS as ig, aX as lg, aY as cg, aZ as dg, cT as ug, cU as fg, a_ as gg, a$ as mg, b0 as pg, b1 as Eg, cV as hg, b2 as vg, b3 as Sg, b4 as Ag, b5 as bg, b6 as wg, cW as Tg, b7 as Lg, cX as _g, cY as Og, b8 as yg, cZ as Ig, b9 as Rg, ba as Pg, bb as Cg, c_ as Dg, bc as Ng, bd as kg, be as Bg, bf as Mg, bg as Fg, bh as Vg, bi as $g, bj as Ug, bk as Wg, bl as Gg, c$ as xg, bm as Hg, aQ as zg, d0 as Kg } from "./chunks/VcTableAdapter.vue_vue_type_style_index_0_lang-f4mGxHKh.js";
4
+ import { getCurrentScope as ea, onScopeDispose as ta, computed as O, inject as te, watch as ee, defineComponent as U, openBlock as h, createBlock as D, createSlots as ye, withCtx as T, renderSlot as W, createElementVNode as k, normalizeClass as aa, createElementBlock as N, Fragment as Y, createVNode as y, unref as c, createTextVNode as G, toDisplayString as F, shallowReactive as Ns, ref as R, readonly as nt, onMounted as ve, onBeforeMount as ks, onBeforeUnmount as Bs, onUnmounted as sa, provide as oa, toValue as na, isRef as ra, normalizeStyle as Se, createCommentVNode as V, withDirectives as ia, withModifiers as Ye, reactive as de, createApp as Ms, nextTick as ge, renderList as ae, withKeys as pt, mergeProps as ne, shallowRef as Fs, createStaticVNode as Vs, resolveDynamicComponent as $s, getCurrentInstance as Us, warn as Ws, h as le, toRaw as Gs } from "vue";
5
+ import { _ as xs } from "./chunks/vendor-cypress-signalr-mock-itnm2wpA.js";
6
+ import { d as H, p as Hs, e as zs, f as Ks, g as qs, s as js, h as Ys, i as Zs, j as Xs, k as Js, S as Qs, W as la, B as ca, l as eo, m as da, n as Et, o as ua, M as to, _ as fa, q as ao, r as so, t as oo, v as no, w as ro, x as io, y as lo, L as co, I as uo, z as fo, C as go, F as mo, G as po, J as Eo, T as ho, K as vo, N as So, O as Ao, P as bo } from "./chunks/VcAiAgentPanel.vue_vue_type_style_index_0_lang-Y09G7Gnw.js";
7
+ import { A as jg, b as Yg, Q as Zg, R as Xg, U as Jg, V as Qg, X as em, Y as tm, Z as am, $ as sm, a0 as om, a1 as nm, a2 as rm, a3 as im, a4 as lm, a5 as cm, a6 as dm, D as um, a7 as fm, a8 as gm, a9 as mm, aa as pm, ab as Em, ac as hm, E as vm, ad as Sm, ae as Am, af as bm, H as wm, ag as Tm, ah as Lm, ai as _m, aj as Om, ak as ym, al as Im, am as Rm, an as Pm, ao as Cm, ap as Dm, aq as Nm, ar as km, as as Bm, at as Mm, a as Fm, au as Vm, av as $m, c as Um, aw as Wm, ax as Gm, u as xm, ay as Hm, az as zm } from "./chunks/VcAiAgentPanel.vue_vue_type_style_index_0_lang-Y09G7Gnw.js";
8
+ import { H as wo, L as To } from "./chunks/vendor-microsoft-signalr-Bgpbb4fW.js";
9
+ import { a as Lo } from "./chunks/index-B78ceaW1.js";
10
+ import { u as qm } from "./chunks/index-B78ceaW1.js";
11
11
  import "./chunks/ExtensionPoint.vue_vue_type_style_index_0_lang-B1R06zHa.js";
12
12
  import "./chunks/vendor-dompurify-DpIUMBYC.js";
13
13
  import { u as Ae } from "./chunks/vendor-vue-i18n-LO-EJStU.js";
@@ -85,42 +85,43 @@ import "./assets/208f810a9321a327.svg";
85
85
  import "./assets/72de3a63bc0b70dd.svg";
86
86
  import "./chunks/vendor-iso-639-1-BEjYyfKo.js";
87
87
  import "./chunks/vendor-truncate-html-ChA1T5zy.js";
88
- import { v as Lo } from "./chunks/vendor-vue3-touch-events-DqysuuWh.js";
89
- import { G as _o } from "./chunks/vendor-gridstack-Beau2jQ7.js";
90
- import { A as Oo, u as yo } from "./chunks/vendor-vue3-application-insights-CAgbt8pk.js";
91
- import { o as Io, c as Q, d as Ro, a as Po } from "./chunks/vendor-lodash-es-CfnUOh0o.js";
92
- import { T as Co, x as Do, b as No, S as ko, $ as Bo } from "./chunks/vendor-web-vitals-ByFgAM-8.js";
93
- import { _ as Mo } from "./chunks/index-BuTo_Lx8.js";
94
- import { E as zm, d as Km, u as qm } from "./chunks/index-BuTo_Lx8.js";
95
- import { S as fa, z as vt, A as Fo, C as Vo, a as $e, w as Uo, b as $o, D as Wo, c as Go, E as xo } from "./chunks/vendor-unovis-vue-CZWGT3-0.js";
96
- function pc(e) {
88
+ import "./chunks/vendor-sortablejs-Bsvu-FKn.js";
89
+ import { v as _o } from "./chunks/vendor-vue3-touch-events-DqysuuWh.js";
90
+ import { G as Oo } from "./chunks/vendor-gridstack-Beau2jQ7.js";
91
+ import { A as yo, u as Io } from "./chunks/vendor-vue3-application-insights-CAgbt8pk.js";
92
+ import { o as Ro, c as Q, d as Po, i as Co } from "./chunks/vendor-lodash-es-D2n90GJy.js";
93
+ import { T as Do, x as No, b as ko, S as Bo, $ as Mo } from "./chunks/vendor-web-vitals-ByFgAM-8.js";
94
+ import { _ as Fo } from "./chunks/index-BuTo_Lx8.js";
95
+ import { E as Ym, d as Zm, u as Xm } from "./chunks/index-BuTo_Lx8.js";
96
+ import { S as ga, z as vt, A as Vo, C as $o, a as Ue, w as Uo, b as Wo, D as Go, c as xo, E as Ho } from "./chunks/vendor-unovis-vue-CZWGT3-0.js";
97
+ function Sc(e) {
97
98
  return e.replace(/[\w]([A-Z])/g, function(t) {
98
99
  return t[0] + "_" + t[1];
99
100
  }).toLowerCase();
100
101
  }
101
- const Ho = (e) => e.replace(/-./g, (t) => t[1].toUpperCase());
102
- function Ec(e) {
103
- const t = Ho(e);
102
+ const zo = (e) => e.replace(/-./g, (t) => t[1].toUpperCase());
103
+ function Ac(e) {
104
+ const t = zo(e);
104
105
  return t[0].toUpperCase() + t.substring(1);
105
106
  }
106
- function hc(e) {
107
+ function bc(e) {
107
108
  return e.replace(/\W+(.)/g, function(t, a) {
108
109
  return a.toUpperCase();
109
110
  });
110
111
  }
111
- const zo = /* @__PURE__ */ new Set(["png", "jpg", "jpeg", "svg", "gif"]);
112
+ const Ko = /* @__PURE__ */ new Set(["png", "jpg", "jpeg", "svg", "gif"]);
112
113
  function St(e) {
113
114
  return e.split(".").pop()?.toLowerCase();
114
115
  }
115
- function ga(e) {
116
- return e ? zo.has(St(e) ?? "") : !1;
116
+ function ma(e) {
117
+ return e ? Ko.has(St(e) ?? "") : !1;
117
118
  }
118
- function ma(e, t = 2) {
119
+ function pa(e, t = 2) {
119
120
  if (!e) return "0 Bytes";
120
121
  const a = 1024, s = t < 0 ? 0 : t, o = ["Bytes", "KB", "MB", "GB"], i = Math.floor(Math.log(e) / Math.log(a));
121
122
  return `${parseFloat((e / Math.pow(a, i)).toFixed(s))} ${o[i]}`;
122
123
  }
123
- const Ko = {
124
+ const qo = {
124
125
  pdf: "#e74c3c",
125
126
  doc: "#2b579a",
126
127
  docx: "#2b579a",
@@ -135,27 +136,27 @@ const Ko = {
135
136
  mp4: "#8e44ad",
136
137
  avi: "#8e44ad"
137
138
  };
138
- function pa(e) {
139
+ function Ea(e) {
139
140
  if (!e) return "var(--neutrals-400)";
140
141
  const t = St(e) ?? "";
141
- return Ko[t] ?? "var(--neutrals-400)";
142
+ return qo[t] ?? "var(--neutrals-400)";
142
143
  }
143
- function Ea(e) {
144
+ function ha(e) {
144
145
  return e ? (St(e) ?? "FILE").toUpperCase() : "FILE";
145
146
  }
146
- const qo = {
147
+ const jo = {
147
148
  install(e) {
148
149
  const { hasAccess: t } = gt();
149
150
  e.config.globalProperties.$hasAccess = t, e.provide("$hasAccess", t);
150
151
  }
151
152
  };
152
- function vc(e) {
153
+ function wc(e) {
153
154
  const t = Ee(), a = t.subscribe({
154
155
  types: e.types,
155
156
  filter: e.filter,
156
157
  handler: e.onMessage
157
158
  });
158
- Qt() && ea(a);
159
+ ea() && ta(a);
159
160
  const s = O(
160
161
  () => t.realtime.value.filter((r) => !(!r.notifyType || !e.types.includes(r.notifyType) || !r.isNew || e.filter && !e.filter(r)))
161
162
  ), o = O(() => s.value.length);
@@ -168,24 +169,24 @@ function vc(e) {
168
169
  markAsRead: i
169
170
  };
170
171
  }
171
- function Sc() {
172
- const e = te(as);
172
+ function Tc() {
173
+ const e = te(ss);
173
174
  if (!e)
174
175
  throw new Error("useNotificationContext() must be used inside a notification template");
175
176
  return e;
176
177
  }
177
- function Ac() {
178
+ function Lc() {
178
179
  const e = Ee();
179
180
  return {
180
181
  setBroadcastFilter: e.setBroadcastFilter,
181
182
  clearBroadcastFilter: e.clearBroadcastFilter
182
183
  };
183
184
  }
184
- const ha = Symbol("NotificationContainerState"), Rt = H("signalR"), jo = {
185
+ const va = Symbol("NotificationContainerState"), Rt = H("signalR"), Yo = {
185
186
  install(e) {
186
187
  const t = Ee(), { isAuthenticated: a } = re();
187
188
  let s = !1;
188
- const o = Gs("pushNotificationHub", { enableForVitest: !0 }) ?? new bo().withUrl("/pushNotificationHub").withAutomaticReconnect().configureLogging(wo.Information).build(), i = () => {
189
+ const o = xs("pushNotificationHub", { enableForVitest: !0 }) ?? new wo().withUrl("/pushNotificationHub").withAutomaticReconnect().configureLogging(To.Information).build(), i = () => {
189
190
  o.start().then(() => {
190
191
  Rt.info("Connected.");
191
192
  }).catch((n) => {
@@ -209,16 +210,16 @@ const ha = Symbol("NotificationContainerState"), Rt = H("signalR"), jo = {
209
210
  { immediate: !0 }
210
211
  );
211
212
  }
212
- }, Yo = H("modularity");
213
+ }, Zo = H("modularity");
213
214
  function At(e) {
214
215
  const { blades: t, locales: a, notificationTemplates: s, notifications: o } = e;
215
216
  return {
216
217
  install(i) {
217
218
  const r = Ee();
218
219
  if (t && Object.keys(t).length > 0) {
219
- const n = i.runWithContext(() => te(qt));
220
+ const n = i.runWithContext(() => te(jt));
220
221
  if (!n?._registerBladeFn)
221
- Yo.error("defineAppModule: BladeRegistry not found. Blade registration will be skipped.");
222
+ Zo.error("defineAppModule: BladeRegistry not found. Blade registration will be skipped.");
222
223
  else
223
224
  for (const [d, l] of Object.entries(t)) {
224
225
  const f = l.name || d;
@@ -266,14 +267,14 @@ function At(e) {
266
267
  }
267
268
  };
268
269
  }
269
- function bc(e, t, a, s) {
270
+ function _c(e, t, a, s) {
270
271
  return At({
271
272
  blades: e,
272
273
  locales: t,
273
274
  notificationTemplates: a
274
275
  });
275
276
  }
276
- async function Zo(e, t, a, s, o, i) {
277
+ async function Xo(e, t, a, s, o, i) {
277
278
  if (!a.workspaceUrl) return !1;
278
279
  const r = t.getBladeByRoute(a.workspaceUrl);
279
280
  if (!r)
@@ -309,28 +310,28 @@ async function Pt(e) {
309
310
  }
310
311
  return e.blades.value.length > 0 && e._restoreStack([]), !0;
311
312
  }
312
- async function Xo(e, t, a, s, o) {
313
+ async function Jo(e, t, a, s, o) {
313
314
  if (!e.matched.some((f) => f.meta?.root)) return;
314
315
  if (!e.matched.some((f) => f.meta?.bladeCatchAll))
315
316
  return t.blades.value.length > 0 && !await Pt(t) ? !1 : void 0;
316
- const r = Object.values(e.params)?.[0] || "", n = xs(e.path, r);
317
+ const r = Object.values(e.params)?.[0] || "", n = Hs(e.path, r);
317
318
  if (!n.workspaceUrl)
318
319
  return t.blades.value.length > 0 && !await Pt(t) ? !1 : void 0;
319
320
  const d = Object.fromEntries(Object.entries(e.params).filter(([, f]) => typeof f == "string"));
320
- if (await Zo(t, a, n, s, o, d)) {
321
- const { path: f, query: p } = Hs(r, t.blades.value);
321
+ if (await Xo(t, a, n, s, o, d)) {
322
+ const { path: f, query: p } = zs(r, t.blades.value);
322
323
  return { path: f, query: p, replace: !0 };
323
324
  }
324
325
  }
325
- const Jo = {
326
+ const Qo = {
326
327
  install(e, t) {
327
328
  const { router: a } = t, s = {
328
329
  router: t.router
329
330
  };
330
- Zs(s);
331
+ Xs(s);
331
332
  const o = e.runWithContext(() => {
332
333
  try {
333
- return ss();
334
+ return os();
334
335
  } catch {
335
336
  console.warn(
336
337
  "[BladeNavigationPlugin] BladeRegistry not yet available. BladeStack will be created but URL restoration may be deferred."
@@ -342,18 +343,18 @@ const Jo = {
342
343
  console.error("[BladeNavigationPlugin] BladeRegistry is required but not found.");
343
344
  return;
344
345
  }
345
- const { hasAccess: i } = e.runWithContext(() => gt()), r = zs(o, i);
346
- e.provide(Ks, r), qs(r);
347
- const n = os(r);
348
- e.provide(js, n), Ys(n), Xs(o);
346
+ const { hasAccess: i } = e.runWithContext(() => gt()), r = Ks(o, i);
347
+ e.provide(qs, r), js(r);
348
+ const n = ns(r);
349
+ e.provide(Ys, n), Zs(n), Js(o);
349
350
  const d = a.getRoutes().find((l) => l.meta?.root);
350
351
  d && a.addRoute(d.name, {
351
352
  path: ":pathMatch(.*)*",
352
353
  component: { render: () => null },
353
354
  meta: { bladeCatchAll: !0 }
354
- }), a.beforeEach((l) => Xo(l, r, o, i, a));
355
+ }), a.beforeEach((l) => Jo(l, r, o, i, a));
355
356
  }
356
- }, bt = /* @__PURE__ */ $({
357
+ }, bt = /* @__PURE__ */ U({
357
358
  __name: "vc-popup-base",
358
359
  props: {
359
360
  title: {},
@@ -373,7 +374,7 @@ const Jo = {
373
374
  function o(i) {
374
375
  s("confirm"), a.closeOnConfirm && i();
375
376
  }
376
- return (i, r) => (h(), D(ns, {
377
+ return (i, r) => (h(), D(rs, {
377
378
  variant: e.variant,
378
379
  "is-mobile-fullscreen": e.isMobileFullscreen,
379
380
  title: e.title,
@@ -389,7 +390,7 @@ const Jo = {
389
390
  confirm: () => o(n)
390
391
  }, () => [
391
392
  k("div", {
392
- class: ta(["vc-popup-base__actions", {
393
+ class: aa(["vc-popup-base__actions", {
393
394
  "vc-popup-base__actions--confirm": e.mode === "confirm",
394
395
  "vc-popup-base__actions--single": e.mode === "acknowledge"
395
396
  }])
@@ -435,7 +436,7 @@ const Jo = {
435
436
  } : void 0
436
437
  ]), 1032, ["variant", "is-mobile-fullscreen", "title", "closable"]));
437
438
  }
438
- }), Qo = /* @__PURE__ */ $({
439
+ }), en = /* @__PURE__ */ U({
439
440
  __name: "vc-popup-warning",
440
441
  props: {
441
442
  title: {}
@@ -466,7 +467,7 @@ const Jo = {
466
467
  } : void 0
467
468
  ]), 1032, ["confirm-label", "cancel-label", "title"]));
468
469
  }
469
- }), en = /* @__PURE__ */ $({
470
+ }), tn = /* @__PURE__ */ U({
470
471
  __name: "vc-popup-error",
471
472
  props: {
472
473
  title: {}
@@ -494,7 +495,7 @@ const Jo = {
494
495
  } : void 0
495
496
  ]), 1032, ["action-label", "title"]));
496
497
  }
497
- }), tn = /* @__PURE__ */ $({
498
+ }), an = /* @__PURE__ */ U({
498
499
  __name: "vc-popup-info",
499
500
  props: {
500
501
  title: {}
@@ -523,17 +524,17 @@ const Jo = {
523
524
  ]), 1032, ["action-label", "title"]));
524
525
  }
525
526
  });
526
- function an() {
527
- qe("warning", Qo), qe("error", en), qe("info", tn);
527
+ function sn() {
528
+ qe("warning", en), qe("error", tn), qe("info", an);
528
529
  }
529
- const sn = {
530
+ const on = {
530
531
  install(e) {
531
532
  const a = {
532
- popups: Ds([])
533
+ popups: Ns([])
533
534
  };
534
- e.config.globalProperties.$popupPlugin = a, e.provide(rs, a), is(a), an();
535
+ e.config.globalProperties.$popupPlugin = a, e.provide(is, a), ls(a), sn();
535
536
  }
536
- }, on = {
537
+ }, nn = {
537
538
  input: {
538
539
  maxlength: 1024,
539
540
  debounce: 0,
@@ -583,10 +584,10 @@ const sn = {
583
584
  gap: 20
584
585
  }
585
586
  };
586
- function wc(e) {
587
- return on[e];
587
+ function Oc(e) {
588
+ return nn[e];
588
589
  }
589
- function nn(e, t) {
590
+ function rn(e, t) {
590
591
  let a = null;
591
592
  return function(...s) {
592
593
  a && clearTimeout(a), a = window.setTimeout(() => {
@@ -594,11 +595,11 @@ function nn(e, t) {
594
595
  }, t);
595
596
  };
596
597
  }
597
- function rn(e, t = 0) {
598
+ function ln(e, t = 0) {
598
599
  setTimeout(e, t);
599
600
  }
600
601
  const Ze = /* @__PURE__ */ new WeakMap();
601
- function ln(e) {
602
+ function cn(e) {
602
603
  return function(...t) {
603
604
  if (!Ze.has(e)) {
604
605
  const a = e(...t);
@@ -607,7 +608,7 @@ function ln(e) {
607
608
  return Ze.get(e);
608
609
  };
609
610
  }
610
- function cn(e, t) {
611
+ function dn(e, t) {
611
612
  let a = !1;
612
613
  return function(...s) {
613
614
  a || (e(...s), a = !0, setTimeout(() => {
@@ -615,26 +616,26 @@ function cn(e, t) {
615
616
  }, t));
616
617
  };
617
618
  }
618
- function Tc() {
619
+ function yc() {
619
620
  return {
620
- debounce: nn,
621
- delay: rn,
622
- once: ln,
623
- throttle: cn
621
+ debounce: rn,
622
+ delay: ln,
623
+ once: cn,
624
+ throttle: dn
624
625
  };
625
626
  }
626
- function Lc(e) {
627
+ function Ic(e) {
627
628
  const t = Ee(), a = e ? Array.isArray(e) ? e : [e] : [];
628
629
  let s, o;
629
630
  a.length && (o = t.subscribe({
630
631
  types: a,
631
632
  handler: (r) => s?.(r)
632
- }), Qt() && ea(() => o?.()));
633
+ }), ea() && ta(() => o?.()));
633
634
  const i = O(() => a.length ? t.realtime.value.filter(
634
635
  (r) => r.isNew && r.notifyType != null && a.includes(r.notifyType)
635
636
  ) : []);
636
637
  return {
637
- notifications: O(() => Io(t.history.value, ["created"], ["desc"])),
638
+ notifications: O(() => Ro(t.history.value, ["created"], ["desc"])),
638
639
  moduleNotifications: i,
639
640
  loadFromHistory: t.loadHistory,
640
641
  addNotification: t.ingest,
@@ -646,8 +647,8 @@ function Lc(e) {
646
647
  };
647
648
  }
648
649
  let Xe;
649
- const dn = H("use-async");
650
- function va(e, t) {
650
+ const un = H("use-async");
651
+ function Sa(e, t) {
651
652
  const a = R(!1), s = R(null), o = t?.notify !== !1, i = t?.notifyTimeout ?? 8e3;
652
653
  async function r(n, ...d) {
653
654
  a.value = !0, s.value = null;
@@ -655,14 +656,14 @@ function va(e, t) {
655
656
  return await e(n, ...d);
656
657
  } catch (l) {
657
658
  const f = Be(l);
658
- if (s.value = f, dn.error("Async action failed:", l), o && l && typeof l == "object") {
659
+ if (s.value = f, un.error("Async action failed:", l), o && l && typeof l == "object") {
659
660
  const p = `async-error-${f.message.slice(0, 80)}`, m = setTimeout(async () => {
660
- Xe || (Xe = (await import("./chunks/VcTableAdapter.vue_vue_type_style_index_0_lang-D-O9CMNo.js").then((w) => w.d1)).notification), Xe.error(f.message, {
661
+ Xe || (Xe = (await import("./chunks/VcTableAdapter.vue_vue_type_style_index_0_lang-f4mGxHKh.js").then((w) => w.d1)).notification), Xe.error(f.message, {
661
662
  timeout: i,
662
663
  notificationId: p
663
664
  });
664
665
  }, 0);
665
- ls(l, m, p);
666
+ cs(l, m, p);
666
667
  }
667
668
  throw l;
668
669
  } finally {
@@ -675,7 +676,7 @@ function va(e, t) {
675
676
  action: r
676
677
  };
677
678
  }
678
- function un(e) {
679
+ function fn(e) {
679
680
  async function t() {
680
681
  return new e();
681
682
  }
@@ -683,11 +684,11 @@ function un(e) {
683
684
  getApiClient: t
684
685
  };
685
686
  }
686
- function Sa(...e) {
687
+ function Aa(...e) {
687
688
  return O(() => e.some((t) => t.value));
688
689
  }
689
690
  function Pe() {
690
- const e = R(), t = R(!1), { getApiClient: a } = un(Js), { loading: s, action: o } = va(async () => {
691
+ const e = R(), t = R(!1), { getApiClient: a } = fn(Qs), { loading: s, action: o } = Sa(async () => {
691
692
  if (t.value) return;
692
693
  const r = await (await a()).getUICustomizationSetting(), n = await JSON.parse(r.defaultValue ?? null);
693
694
  n && !e.value && (e.value = {
@@ -710,11 +711,11 @@ function Pe() {
710
711
  }), {
711
712
  uiSettings: O(() => e.value ?? {}),
712
713
  applySettings: i,
713
- loading: Sa(s)
714
+ loading: Aa(s)
714
715
  };
715
716
  }
716
- const Ct = H("use-assets"), fn = 4;
717
- async function gn(e, t, a, s) {
717
+ const Ct = H("use-assets"), gn = 4;
718
+ async function mn(e, t, a, s) {
718
719
  const o = new FormData();
719
720
  o.append("file", e);
720
721
  const r = await (await fetch(`/api/assets?folderUrl=/${t}`, {
@@ -727,7 +728,7 @@ async function gn(e, t, a, s) {
727
728
  }
728
729
  return null;
729
730
  }
730
- async function mn(e, t, a) {
731
+ async function pn(e, t, a) {
731
732
  const s = [];
732
733
  for (let o = 0; o < e.length; o += a) {
733
734
  const i = e.slice(o, o + a), r = await Promise.all(i.map((n, d) => t(n, o + d)));
@@ -735,16 +736,16 @@ async function mn(e, t, a) {
735
736
  }
736
737
  return s;
737
738
  }
738
- function _c() {
739
+ function Rc() {
739
740
  const e = R(!1);
740
741
  async function t(o, i, r) {
741
742
  try {
742
743
  e.value = !0;
743
744
  const n = Array.from(o);
744
- return (await mn(
745
+ return (await pn(
745
746
  n,
746
- (l, f) => gn(l, i, f, r),
747
- fn
747
+ (l, f) => mn(l, i, f, r),
748
+ gn
748
749
  )).filter((l) => l !== null);
749
750
  } catch (n) {
750
751
  throw Ct.error("Upload failed:", n), n;
@@ -756,7 +757,7 @@ function _c() {
756
757
  try {
757
758
  e.value = !0;
758
759
  let n = Q(i) || [];
759
- return n && n.length && o.length > 0 && (n = Ro(n, o, (d, l) => d[r] === l[r])), n;
760
+ return n && n.length && o.length > 0 && (n = Po(n, o, (d, l) => d[r] === l[r])), n;
760
761
  } catch (n) {
761
762
  throw Ct.error("Remove failed:", n), n;
762
763
  } finally {
@@ -779,8 +780,8 @@ function _c() {
779
780
  loading: O(() => e.value)
780
781
  };
781
782
  }
782
- const pn = H("use-assets-manager"), En = 4;
783
- async function hn(e, t, a, s) {
783
+ const En = H("use-assets-manager"), hn = 4;
784
+ async function vn(e, t, a, s) {
784
785
  const o = new FormData();
785
786
  o.append("file", e);
786
787
  const i = t.startsWith("/") ? t.slice(1) : t, n = await (await fetch(`/api/assets?folderUrl=/${i}`, {
@@ -793,7 +794,7 @@ async function hn(e, t, a, s) {
793
794
  }
794
795
  return null;
795
796
  }
796
- async function vn(e, t, a) {
797
+ async function Sn(e, t, a) {
797
798
  const s = [];
798
799
  for (let o = 0; o < e.length; o += a) {
799
800
  const i = e.slice(o, o + a), r = await Promise.all(i.map((n, d) => t(n, o + d)));
@@ -801,30 +802,36 @@ async function vn(e, t, a) {
801
802
  }
802
803
  return s;
803
804
  }
804
- function Oc(e, t) {
805
- const a = R(!1), s = R(e.value ?? []);
805
+ function Dt(e) {
806
+ return e.map((t, a) => ({ item: t, index: a })).sort((t, a) => {
807
+ const s = t.item.sortOrder ?? Number.MAX_SAFE_INTEGER, o = a.item.sortOrder ?? Number.MAX_SAFE_INTEGER;
808
+ return s === o ? t.index - a.index : s - o;
809
+ }).map(({ item: t }, a) => ({ ...t, sortOrder: a }));
810
+ }
811
+ function Pc(e, t) {
812
+ const a = R(!1), s = R(Dt(e.value ?? []));
806
813
  ee(
807
814
  () => e.value,
808
815
  (w) => {
809
- s.value = w ?? [];
816
+ s.value = Dt(w ?? []);
810
817
  },
811
818
  { deep: !0, immediate: !0 }
812
819
  );
813
820
  function o() {
814
821
  e.value = s.value;
815
822
  }
816
- const i = s, r = O(() => a.value), n = t.concurrency ?? En, d = t.assetKey ?? "url";
823
+ const i = s, r = O(() => a.value), n = t.concurrency ?? hn, d = t.assetKey ?? "url";
817
824
  async function l(w, A) {
818
825
  try {
819
826
  a.value = !0;
820
- const b = Array.from(w), _ = t.uploadPath(), L = (await vn(
827
+ const b = Array.from(w), _ = t.uploadPath(), L = (await Sn(
821
828
  b,
822
- (C, B) => hn(C, _, B, A),
829
+ (C, B) => vn(C, _, B, A),
823
830
  n
824
831
  )).filter((C) => C !== null);
825
832
  s.value = [...s.value, ...L], o();
826
833
  } catch (b) {
827
- throw pn.error("Upload failed:", b), b;
834
+ throw En.error("Upload failed:", b), b;
828
835
  } finally {
829
836
  a.value = !1;
830
837
  }
@@ -858,10 +865,10 @@ function Oc(e, t) {
858
865
  loading: r
859
866
  };
860
867
  }
861
- const Sn = (e) => {
862
- Ns(() => {
868
+ const An = (e) => {
869
+ ks(() => {
863
870
  window.addEventListener("beforeunload", t);
864
- }), ks(() => {
871
+ }), Bs(() => {
865
872
  window.removeEventListener("beforeunload", t);
866
873
  });
867
874
  function t(a) {
@@ -880,13 +887,13 @@ function pe(e) {
880
887
  function Le(e) {
881
888
  return !!e.multivalue;
882
889
  }
883
- function Dt(e) {
890
+ function Nt(e) {
884
891
  return !!e.dictionary;
885
892
  }
886
- function An(e) {
893
+ function bn(e) {
887
894
  return e.valueType === "Measure";
888
895
  }
889
- function bn(e) {
896
+ function wn(e) {
890
897
  return e.valueType === "Color";
891
898
  }
892
899
  function x(e) {
@@ -895,7 +902,7 @@ function x(e) {
895
902
  function He(e, t) {
896
903
  e.values && (pe(e) && t ? e.values = e.values.filter((a) => a.languageCode !== t) : e.values = [], e.values.length > 0 && e.values.every((a) => be(a.value)) && (e.values = []));
897
904
  }
898
- const wn = {
905
+ const Tn = {
899
906
  get(e, t) {
900
907
  return pe(e) ? Le(e) ? e.values?.filter((s) => s.languageCode === t) ?? [] : (e.values?.find((s) => s.languageCode === t) ?? e.values?.find((s) => !s.languageCode))?.value ?? "" : Le(e) ? e.values ?? [] : e.values?.[0]?.value ?? "";
901
908
  },
@@ -922,14 +929,14 @@ const wn = {
922
929
  }
923
930
  e.values?.[0] ? Object.assign(e.values[0], { value: t }) : e.values = [x({ value: t })];
924
931
  }
925
- }, Tn = {
932
+ }, Ln = {
926
933
  get(e, t) {
927
934
  return pe(e) ? (e.values?.find((s) => s.languageCode === t) ?? e.values?.find((s) => !s.languageCode))?.value ?? !1 : e.values?.[0]?.value ?? !1;
928
935
  },
929
936
  set(e, t, a) {
930
937
  e.values?.[0] ? Object.assign(e.values[0], { value: t }) : e.values = [x({ value: t })];
931
938
  }
932
- }, Ln = {
939
+ }, _n = {
933
940
  get(e, t) {
934
941
  return pe(e) ? Le(e) ? e.values?.filter((s) => s.languageCode === t) ?? [] : (e.values?.find((s) => s.languageCode === t) ?? e.values?.find((s) => !s.languageCode))?.valueId ?? "" : Le(e) ? e.values ?? [] : e.values?.[0]?.valueId ?? "";
935
942
  },
@@ -939,17 +946,17 @@ const wn = {
939
946
  He(e, o);
940
947
  return;
941
948
  }
942
- s?.length && (pe(e) ? _n(e, t, s, o) : In(e, t, s));
949
+ s?.length && (pe(e) ? On(e, t, s, o) : Rn(e, t, s));
943
950
  }
944
951
  };
945
- function _n(e, t, a, s) {
946
- Array.isArray(t) ? On(
952
+ function On(e, t, a, s) {
953
+ Array.isArray(t) ? yn(
947
954
  e,
948
955
  t,
949
956
  a
950
- ) : yn(e, t, a, s);
957
+ ) : In(e, t, a, s);
951
958
  }
952
- function On(e, t, a) {
959
+ function yn(e, t, a) {
953
960
  e.values = t.flatMap((s) => {
954
961
  const o = a.find(
955
962
  (i) => i.id === s.valueId || i.id === s.id
@@ -966,7 +973,7 @@ function On(e, t, a) {
966
973
  ) : x(s);
967
974
  });
968
975
  }
969
- function yn(e, t, a, s) {
976
+ function In(e, t, a, s) {
970
977
  const o = a.find((i) => i.id === t);
971
978
  if (!o) {
972
979
  e.values = [];
@@ -997,7 +1004,7 @@ function yn(e, t, a, s) {
997
1004
  );
998
1005
  }
999
1006
  }
1000
- function In(e, t, a) {
1007
+ function Rn(e, t, a) {
1001
1008
  if (Array.isArray(t))
1002
1009
  e.values = t.flatMap((s) => {
1003
1010
  const o = a.find(
@@ -1028,7 +1035,7 @@ function In(e, t, a) {
1028
1035
  ];
1029
1036
  }
1030
1037
  }
1031
- const Rn = {
1038
+ const Pn = {
1032
1039
  get(e, t) {
1033
1040
  return e.values?.[0]?.value ?? "";
1034
1041
  },
@@ -1039,7 +1046,7 @@ const Rn = {
1039
1046
  }
1040
1047
  e.values = [x({ value: t, unitOfMeasureId: a.unitOfMeasureId })];
1041
1048
  }
1042
- }, Pn = {
1049
+ }, Cn = {
1043
1050
  get(e, t) {
1044
1051
  return Le(e) ? e.values ?? [] : e.values?.[0]?.value ?? "";
1045
1052
  },
@@ -1053,11 +1060,11 @@ const Rn = {
1053
1060
  ) : e.values = [x({ value: t, colorCode: a.colorCode })];
1054
1061
  }
1055
1062
  };
1056
- function Nt(e) {
1057
- return An(e) ? Rn : bn(e) && !Dt(e) ? Pn : e.valueType === "Boolean" ? Tn : Dt(e) ? Ln : wn;
1063
+ function kt(e) {
1064
+ return bn(e) ? Pn : wn(e) && !Nt(e) ? Cn : e.valueType === "Boolean" ? Ln : Nt(e) ? _n : Tn;
1058
1065
  }
1059
- function yc(e) {
1060
- const { searchDictionary: t, searchMeasurements: a } = e, { loading: s, action: o } = va(async (l) => {
1066
+ function Cc(e) {
1067
+ const { searchDictionary: t, searchMeasurements: a } = e, { loading: s, action: o } = Sa(async (l) => {
1061
1068
  if (l)
1062
1069
  return await t(l);
1063
1070
  });
@@ -1078,21 +1085,21 @@ function yc(e) {
1078
1085
  return await a(l, p);
1079
1086
  }
1080
1087
  function n(l, f) {
1081
- return Nt(l).get(l, f);
1088
+ return kt(l).get(l, f);
1082
1089
  }
1083
1090
  function d(l) {
1084
1091
  const { property: f, value: p, ...m } = l;
1085
- Nt(f).set(f, p, m);
1092
+ kt(f).set(f, p, m);
1086
1093
  }
1087
1094
  return {
1088
1095
  getPropertyValue: n,
1089
1096
  setPropertyValue: d,
1090
1097
  loadDictionaries: i,
1091
1098
  loadMeasurements: r,
1092
- loading: Sa(s)
1099
+ loading: Aa(s)
1093
1100
  };
1094
1101
  }
1095
- function Ic(e) {
1102
+ function Dc(e) {
1096
1103
  const t = (s) => {
1097
1104
  }, a = (s) => {
1098
1105
  (e ?? t)({
@@ -1101,14 +1108,14 @@ function Ic(e) {
1101
1108
  rating: s.rating
1102
1109
  });
1103
1110
  };
1104
- Co(a), Do(a), No(a), ko(a), Bo(a);
1111
+ Do(a), No(a), ko(a), Bo(a), Mo(a);
1105
1112
  }
1106
- const Aa = H("use-blade-widgets");
1107
- function Rc(e) {
1108
- const t = te(ia);
1113
+ const ba = H("use-blade-widgets");
1114
+ function Nc(e) {
1115
+ const t = te(la);
1109
1116
  if (!t)
1110
- throw new jt("WidgetService");
1111
- const a = t, s = te(la, void 0);
1117
+ throw new Yt("WidgetService");
1118
+ const a = t, s = te(ca, void 0);
1112
1119
  if (!s)
1113
1120
  throw new Error(
1114
1121
  "[vc-shell] useBladeWidgets() requires blade context (BladeDescriptorKey). It must be called inside a blade component rendered by VcBladeSlot."
@@ -1116,14 +1123,14 @@ function Rc(e) {
1116
1123
  const o = s.value.id;
1117
1124
  ve(() => {
1118
1125
  for (const n of e)
1119
- a.registerWidget(Cn(n), o);
1120
- }), aa(() => {
1126
+ a.registerWidget(Dn(n), o);
1127
+ }), sa(() => {
1121
1128
  for (const n of e)
1122
1129
  a.unregisterWidget(n.id, o);
1123
1130
  });
1124
1131
  function i(n) {
1125
1132
  const l = a.getWidgets(o).find((f) => f.id === n);
1126
- l?.trigger?.onRefresh ? l.trigger.onRefresh() : Aa.warn(`Widget '${n}' has no trigger.onRefresh registered.`);
1133
+ l?.trigger?.onRefresh ? l.trigger.onRefresh() : ba.warn(`Widget '${n}' has no trigger.onRefresh registered.`);
1127
1134
  }
1128
1135
  function r() {
1129
1136
  const n = a.getWidgets(o);
@@ -1132,15 +1139,15 @@ function Rc(e) {
1132
1139
  }
1133
1140
  return { refresh: i, refreshAll: r };
1134
1141
  }
1135
- function Pc(e) {
1136
- const t = te(Qs);
1142
+ function kc(e) {
1143
+ const t = te(eo);
1137
1144
  if (!t) {
1138
- Aa.warn("useWidgetTrigger() called outside WidgetContainer scope — trigger will not be registered.");
1145
+ ba.warn("useWidgetTrigger() called outside WidgetContainer scope — trigger will not be registered.");
1139
1146
  return;
1140
1147
  }
1141
1148
  t.setTrigger(e);
1142
1149
  }
1143
- function Cn(e) {
1150
+ function Dn(e) {
1144
1151
  const t = {
1145
1152
  icon: e.icon,
1146
1153
  badge: e.badge,
@@ -1157,40 +1164,40 @@ function Cn(e) {
1157
1164
  trigger: e.onRefresh ? { onRefresh: e.onRefresh } : void 0
1158
1165
  };
1159
1166
  }
1160
- function Dn(e) {
1167
+ function Nn(e) {
1161
1168
  const t = {};
1162
1169
  for (const a of Object.keys(e)) {
1163
1170
  const s = e[a];
1164
- t[a] = na(s) ? s.value : s;
1171
+ t[a] = ra(s) ? s.value : s;
1165
1172
  }
1166
1173
  return t;
1167
1174
  }
1168
- function Cc(e) {
1169
- sa(
1170
- ca,
1171
- O(() => Dn(oa(e)))
1175
+ function Bc(e) {
1176
+ oa(
1177
+ da,
1178
+ O(() => Nn(na(e)))
1172
1179
  );
1173
1180
  }
1174
- function Dc() {
1175
- const e = te(ca);
1181
+ function Mc() {
1182
+ const e = te(da);
1176
1183
  if (!e)
1177
- throw new jt("BladeContext");
1184
+ throw new Yt("BladeContext");
1178
1185
  return e;
1179
1186
  }
1180
- function kt(e) {
1187
+ function Bt(e) {
1181
1188
  return e == null || e === "";
1182
1189
  }
1183
- function Bt(e, t) {
1184
- return Po(e, t, (a, s) => {
1185
- if (kt(a) && kt(s)) return !0;
1190
+ function Mt(e, t) {
1191
+ return Co(e, t, (a, s) => {
1192
+ if (Bt(a) && Bt(s)) return !0;
1186
1193
  });
1187
1194
  }
1188
- function Nc(e) {
1195
+ function Fc(e) {
1189
1196
  const t = (r) => Q(c(r)), a = R(t(e)), s = R(t(e)), o = R(!1);
1190
- na(e) && ee(
1197
+ ra(e) && ee(
1191
1198
  e,
1192
1199
  (r) => {
1193
- const n = !Bt(s.value, a.value);
1200
+ const n = !Mt(s.value, a.value);
1194
1201
  a.value = Q(r), n || (s.value = Q(r));
1195
1202
  },
1196
1203
  { deep: !0 }
@@ -1199,7 +1206,7 @@ function Nc(e) {
1199
1206
  [s, a],
1200
1207
  // Track changes in currentValue or pristineValue
1201
1208
  ([r, n]) => {
1202
- o.value = !Bt(r, n);
1209
+ o.value = !Mt(r, n);
1203
1210
  },
1204
1211
  { deep: !0 }
1205
1212
  );
@@ -1218,12 +1225,12 @@ function Nc(e) {
1218
1225
  resetModificationState: i
1219
1226
  };
1220
1227
  }
1221
- const Nn = { class: "tw-flex tw-grow-1 tw-border-t tw-border-solid tw-border-t-[--assets-details-border]" }, kn = { class: "assets-details__content tw-grow tw-basis-0 tw-w-full tw-overflow-hidden" }, Bn = { class: "tw-p-4" }, Mn = { class: "assets-details__header" }, Fn = {
1228
+ const kn = { class: "tw-flex tw-grow-1 tw-border-t tw-border-solid tw-border-t-[--assets-details-border]" }, Bn = { class: "assets-details__content tw-grow tw-basis-0 tw-w-full tw-overflow-hidden" }, Mn = { class: "tw-p-4" }, Fn = { class: "assets-details__header" }, Vn = {
1222
1229
  key: 1,
1223
1230
  class: "assets-details__file-preview tw-shrink-0"
1224
- }, Vn = { class: "assets-details__meta" };
1225
- Yt("AssetsDetails", {});
1226
- const Un = /* @__PURE__ */ $({
1231
+ }, $n = { class: "assets-details__meta" };
1232
+ Zt("AssetsDetails", {});
1233
+ const Un = /* @__PURE__ */ U({
1227
1234
  name: "AssetsDetails",
1228
1235
  __name: "assets-details",
1229
1236
  setup(e) {
@@ -1262,36 +1269,36 @@ const Un = /* @__PURE__ */ $({
1262
1269
  disabled: O(() => n.value)
1263
1270
  }
1264
1271
  ]), p = O(() => r.value?.typeId);
1265
- return (m, u) => (h(), D(c(Zt), {
1272
+ return (m, u) => (h(), D(c(Xt), {
1266
1273
  title: c(t)?.asset?.name,
1267
1274
  subtitle: c(i)("ASSETS.PAGES.DETAILS.SUBTITLE"),
1268
1275
  "toolbar-items": f.value
1269
1276
  }, {
1270
1277
  default: T(() => [
1271
- k("div", Nn, [
1272
- k("div", kn, [
1273
- y(c(cs), { "no-padding": !0 }, {
1278
+ k("div", kn, [
1279
+ k("div", Bn, [
1280
+ y(c(ds), { "no-padding": !0 }, {
1274
1281
  default: T(() => [
1275
- k("div", Bn, [
1282
+ k("div", Mn, [
1276
1283
  y(c(he), null, {
1277
1284
  default: T(() => [
1278
- k("div", Mn, [
1279
- c(ga)(r.value.name) ? (h(), D(c(mt), {
1285
+ k("div", Fn, [
1286
+ c(ma)(r.value.name) ? (h(), D(c(mt), {
1280
1287
  key: 0,
1281
1288
  src: r.value.url,
1282
1289
  size: "xl",
1283
1290
  bordered: !0,
1284
1291
  class: "tw-shrink-0"
1285
- }, null, 8, ["src"])) : (h(), N("div", Fn, [
1292
+ }, null, 8, ["src"])) : (h(), N("div", Vn, [
1286
1293
  k("div", {
1287
1294
  class: "assets-details__file-badge",
1288
- style: Se({ backgroundColor: c(pa)(r.value.name) })
1289
- }, F(c(Ea)(r.value.name)), 5)
1295
+ style: Se({ backgroundColor: c(Ea)(r.value.name) })
1296
+ }, F(c(ha)(r.value.name)), 5)
1290
1297
  ])),
1291
- k("div", Vn, [
1298
+ k("div", $n, [
1292
1299
  y(c(je), {
1293
1300
  label: c(i)("ASSETS.PAGES.DETAILS.FIELDS.SIZE"),
1294
- "model-value": c(ma)(r.value.size)
1301
+ "model-value": c(pa)(r.value.size)
1295
1302
  }, null, 8, ["label", "model-value"]),
1296
1303
  y(c(je), {
1297
1304
  label: c(i)("ASSETS.PAGES.DETAILS.FIELDS.CREATED_DATE"),
@@ -1344,7 +1351,7 @@ const Un = /* @__PURE__ */ $({
1344
1351
  tooltip: c(i)("ASSETS.PAGES.DETAILS.FIELDS.ALT.TOOLTIP"),
1345
1352
  disabled: n.value
1346
1353
  }, null, 8, ["modelValue", "label", "placeholder", "tooltip", "disabled"])) : V("", !0),
1347
- c(t)?.hiddenFields?.includes("description") ? V("", !0) : (h(), D(c(ds), {
1354
+ c(t)?.hiddenFields?.includes("description") ? V("", !0) : (h(), D(c(us), {
1348
1355
  key: 2,
1349
1356
  modelValue: r.value.description,
1350
1357
  "onUpdate:modelValue": u[2] || (u[2] = (w) => r.value.description = w),
@@ -1366,12 +1373,12 @@ const Un = /* @__PURE__ */ $({
1366
1373
  _: 1
1367
1374
  }, 8, ["title", "subtitle", "toolbar-items"]));
1368
1375
  }
1369
- }), $n = Un, Wn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1376
+ }), Wn = Un, Gn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1370
1377
  __proto__: null,
1371
- AssetsDetails: $n
1372
- }, Symbol.toStringTag, { value: "Module" })), Gn = At({ blades: Wn }), xn = { class: "tw-flex tw-items-center tw-justify-center" };
1373
- Yt("AssetsManager", {});
1374
- const Hn = /* @__PURE__ */ $({
1378
+ AssetsDetails: Wn
1379
+ }, Symbol.toStringTag, { value: "Module" })), xn = At({ blades: Gn }), Hn = { class: "tw-flex tw-items-center tw-justify-center" };
1380
+ Zt("AssetsManager", {});
1381
+ const zn = /* @__PURE__ */ U({
1375
1382
  name: "AssetsManager",
1376
1383
  __name: "assets-manager",
1377
1384
  setup(e) {
@@ -1471,7 +1478,7 @@ const Hn = /* @__PURE__ */ $({
1471
1478
  t.error("Failed to open AssetsDetails blade:", g);
1472
1479
  });
1473
1480
  }
1474
- const U = () => [
1481
+ const $ = () => [
1475
1482
  {
1476
1483
  icon: "lucide-trash-2",
1477
1484
  title: O(() => o("ASSETS_MANAGER.TABLE.ACTIONS.DELETE")),
@@ -1481,26 +1488,26 @@ const Hn = /* @__PURE__ */ $({
1481
1488
  }
1482
1489
  }
1483
1490
  ];
1484
- return (E, g) => (h(), D(c(Zt), {
1491
+ return (E, g) => (h(), D(c(Xt), {
1485
1492
  title: d.value,
1486
1493
  "toolbar-items": u.value,
1487
1494
  width: "70%"
1488
1495
  }, {
1489
1496
  default: T(() => [
1490
- ra((h(), N("div", {
1497
+ ia((h(), N("div", {
1491
1498
  class: "tw-relative tw-h-full tw-flex-1",
1492
1499
  onDragover: Ye(A, ["prevent", "stop"]),
1493
1500
  onDragleave: Ye(b, ["prevent"]),
1494
1501
  onDrop: Ye(_, ["prevent", "stop"])
1495
1502
  }, [
1496
- y(c(us), {
1503
+ y(c(fs), {
1497
1504
  selection: p.value,
1498
1505
  "onUpdate:selection": g[0] || (g[0] = (v) => p.value = v),
1499
1506
  items: r.value,
1500
1507
  "state-key": "assets_manager",
1501
1508
  "reorderable-rows": !m.value,
1502
1509
  "selection-mode": m.value ? void 0 : "multiple",
1503
- "row-actions": m.value ? void 0 : U,
1510
+ "row-actions": m.value ? void 0 : $,
1504
1511
  "empty-state": {
1505
1512
  icon: "lucide-cloud-upload",
1506
1513
  title: E.$t("ASSETS_MANAGER.EMPTY.UPLOAD_ASSETS"),
@@ -1516,11 +1523,12 @@ const Hn = /* @__PURE__ */ $({
1516
1523
  id: "url",
1517
1524
  title: c(o)("ASSETS_MANAGER.TABLE.HEADER.IMAGE"),
1518
1525
  width: "10%",
1519
- "always-visible": ""
1526
+ "always-visible": "",
1527
+ type: "image"
1520
1528
  }, {
1521
1529
  body: T(({ data: v }) => [
1522
- k("div", xn, [
1523
- c(ga)(v.name ?? "") ? (h(), D(c(mt), {
1530
+ k("div", Hn, [
1531
+ c(ma)(v.name ?? "") ? (h(), D(c(mt), {
1524
1532
  key: 0,
1525
1533
  bordered: !0,
1526
1534
  size: "s",
@@ -1530,8 +1538,8 @@ const Hn = /* @__PURE__ */ $({
1530
1538
  }, null, 8, ["src"])) : (h(), N("div", {
1531
1539
  key: 1,
1532
1540
  class: "assets-manager__file-badge",
1533
- style: Se({ backgroundColor: c(pa)(v.name ?? "") })
1534
- }, F(c(Ea)(v.name ?? "")), 5))
1541
+ style: Se({ backgroundColor: c(Ea)(v.name ?? "") })
1542
+ }, F(c(ha)(v.name ?? "")), 5))
1535
1543
  ])
1536
1544
  ]),
1537
1545
  _: 1
@@ -1549,7 +1557,7 @@ const Hn = /* @__PURE__ */ $({
1549
1557
  "always-visible": ""
1550
1558
  }, {
1551
1559
  body: T(({ data: v }) => [
1552
- k("div", null, F(c(ma)(v.size ?? 0)), 1)
1560
+ k("div", null, F(c(pa)(v.size ?? 0)), 1)
1553
1561
  ]),
1554
1562
  _: 1
1555
1563
  }, 8, ["title"]),
@@ -1575,7 +1583,7 @@ const Hn = /* @__PURE__ */ $({
1575
1583
  _: 1
1576
1584
  }, 8, ["selection", "items", "reorderable-rows", "selection-mode", "row-actions", "empty-state"])
1577
1585
  ], 32)), [
1578
- [c(Xt), n.value]
1586
+ [c(Jt), n.value]
1579
1587
  ]),
1580
1588
  k("input", {
1581
1589
  ref_key: "uploader",
@@ -1590,19 +1598,19 @@ const Hn = /* @__PURE__ */ $({
1590
1598
  _: 1
1591
1599
  }, 8, ["title", "toolbar-items"]));
1592
1600
  }
1593
- }), zn = Hn, Kn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1601
+ }), Kn = zn, qn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1594
1602
  __proto__: null,
1595
- AssetsManager: zn
1596
- }, Symbol.toStringTag, { value: "Module" })), qn = At({ blades: Kn }), Mt = H("connection-status"), Ft = "vc-framework-offline-status", Vt = R(!1), Ut = R(!0);
1597
- function ba() {
1598
- if (!Vt.value && typeof window < "u") {
1599
- Vt.value = !0;
1600
- const { isOnline: e } = es();
1603
+ AssetsManager: Kn
1604
+ }, Symbol.toStringTag, { value: "Module" })), jn = At({ blades: qn }), Ft = H("connection-status"), Vt = "vc-framework-offline-status", $t = R(!1), Ut = R(!0);
1605
+ function wa() {
1606
+ if (!$t.value && typeof window < "u") {
1607
+ $t.value = !0;
1608
+ const { isOnline: e } = ts();
1601
1609
  ee(
1602
1610
  e,
1603
1611
  (t) => {
1604
- Ut.value = t, t ? (Mt.info("Network connection restored"), Z.remove(Ft), document.documentElement.classList.remove("vc-offline")) : (Mt.warn("Network connection lost"), Z.warning("You are currently offline. Some features may be unavailable.", {
1605
- notificationId: Ft,
1612
+ Ut.value = t, t ? (Ft.info("Network connection restored"), Z.remove(Vt), document.documentElement.classList.remove("vc-offline")) : (Ft.warn("Network connection lost"), Z.warning("You are currently offline. Some features may be unavailable.", {
1613
+ notificationId: Vt,
1606
1614
  timeout: !1
1607
1615
  }), document.documentElement.classList.add("vc-offline"));
1608
1616
  },
@@ -1613,56 +1621,56 @@ function ba() {
1613
1621
  isOnline: nt(Ut)
1614
1622
  };
1615
1623
  }
1616
- const Je = H("slow-network"), jn = 1e4, Yn = ["slow-2g", "2g"];
1624
+ const Je = H("slow-network"), Yn = 1e4, Zn = ["slow-2g", "2g"];
1617
1625
  let Qe = null;
1618
- const wa = "vc-framework-slow-network", Zn = 3e3, Xn = "Your network is slow or the server is taking longer than usual. Please be patient.";
1626
+ const Ta = "vc-framework-slow-network", Xn = 3e3, Jn = "Your network is slow or the server is taking longer than usual. Please be patient.";
1619
1627
  let se = null;
1620
- function $t() {
1621
- Z.warning(Xn, {
1622
- notificationId: wa,
1628
+ function Wt() {
1629
+ Z.warning(Jn, {
1630
+ notificationId: Ta,
1623
1631
  timeout: !1
1624
1632
  });
1625
1633
  }
1626
- function Wt() {
1627
- Z.remove(wa);
1634
+ function Gt() {
1635
+ Z.remove(Ta);
1628
1636
  }
1629
- const Gt = R(!1), We = R(0), rt = R(!1), Ge = /* @__PURE__ */ new Map(), it = /* @__PURE__ */ new Set(), et = O(() => We.value > 0 || rt.value);
1630
- function Jn(e) {
1637
+ const xt = R(!1), We = R(0), rt = R(!1), Ge = /* @__PURE__ */ new Map(), it = /* @__PURE__ */ new Set(), et = O(() => We.value > 0 || rt.value);
1638
+ function Qn(e) {
1631
1639
  const t = setTimeout(() => {
1632
1640
  We.value++, Ge.delete(e), it.add(e);
1633
- }, jn);
1641
+ }, Yn);
1634
1642
  Ge.set(e, t);
1635
1643
  }
1636
- function Qn(e) {
1644
+ function er(e) {
1637
1645
  const t = Ge.get(e);
1638
1646
  t != null ? (clearTimeout(t), Ge.delete(e)) : it.has(e) && (We.value = Math.max(0, We.value - 1), it.delete(e));
1639
1647
  }
1640
- function Ta() {
1641
- if (!Gt.value && typeof window < "u") {
1642
- Gt.value = !0;
1648
+ function La() {
1649
+ if (!xt.value && typeof window < "u") {
1650
+ xt.value = !0;
1643
1651
  const e = navigator.connection;
1644
1652
  e && (Qe = () => {
1645
- const a = Yn.includes(e.effectiveType);
1653
+ const a = Zn.includes(e.effectiveType);
1646
1654
  a !== rt.value && Je.info(`Connection type: ${e.effectiveType} → ${a ? "slow" : "normal"}`), rt.value = a;
1647
1655
  }, e.addEventListener("change", Qe), Qe());
1648
- const { isOnline: t } = ba();
1656
+ const { isOnline: t } = wa();
1649
1657
  ee(et, (a) => {
1650
- a ? (se != null && (clearTimeout(se), se = null), t.value && (Je.info("Slow network detected — showing notification"), $t())) : se = setTimeout(() => {
1651
- Je.info("Network recovered — hiding notification"), Wt(), se = null;
1652
- }, Zn);
1658
+ a ? (se != null && (clearTimeout(se), se = null), t.value && (Je.info("Slow network detected — showing notification"), Wt())) : se = setTimeout(() => {
1659
+ Je.info("Network recovered — hiding notification"), Gt(), se = null;
1660
+ }, Xn);
1653
1661
  }), ee(t, (a) => {
1654
- a ? et.value && $t() : (se != null && (clearTimeout(se), se = null), Wt());
1662
+ a ? et.value && Wt() : (se != null && (clearTimeout(se), se = null), Gt());
1655
1663
  });
1656
1664
  }
1657
1665
  return {
1658
1666
  isSlowNetwork: et,
1659
- trackRequest: Jn,
1660
- untrackRequest: Qn
1667
+ trackRequest: Qn,
1668
+ untrackRequest: er
1661
1669
  };
1662
1670
  }
1663
1671
  const tt = H("interceptors");
1664
- function er(e) {
1665
- const { fetch: t } = window, { signOut: a, isAuthenticated: s } = re(), { trackRequest: o, untrackRequest: i } = Ta();
1672
+ function tr(e) {
1673
+ const { fetch: t } = window, { signOut: a, isAuthenticated: s } = re(), { trackRequest: o, untrackRequest: i } = La();
1666
1674
  let r = 0;
1667
1675
  return window.fetch = async (...n) => {
1668
1676
  if (window.__DEMO_MODE__)
@@ -1713,7 +1721,7 @@ function er(e) {
1713
1721
  signal: m.signal
1714
1722
  });
1715
1723
  return _.status === 401 && s.value && a().then(() => {
1716
- tr(e), Z.error(
1724
+ ar(e), Z.error(
1717
1725
  `Access Denied: Your session has expired or you do not have the necessary permissions.
1718
1726
  Please log in again or contact the administrator for assistance.`
1719
1727
  );
@@ -1726,87 +1734,87 @@ Please log in again or contact the administrator for assistance.`
1726
1734
  }
1727
1735
  }, window.fetch;
1728
1736
  }
1729
- function tr(e) {
1737
+ function ar(e) {
1730
1738
  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 + "/";
1731
1739
  }
1732
- const La = { THEMES: { LIGHT: "Light", DARK: "Dark" } }, _a = { USER: { ROLE: { ADMINISTRATOR: "Administrator" } }, ACCOUNT: { SETTINGS: "Settings", CHANGE_PASSWORD: "Change password", PROFILE: "Profile", LOGOUT: "Log Out" } }, Oa = { 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", TAP_TO_UPLOAD: "Tap to select files", UPLOADING: "Uploading..." }, 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", UPLOAD: "Upload", OR_DROP_HERE: "or drop here", SHOW_ALL: "Expand ({count})", COLLAPSE: "Collapse" }, 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", CLOSE: "dismiss" }, 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" } }, ya = { 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." } }, Ia = { 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." }, Ra = { 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}" }, Pa = { 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." } }, Ca = { 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" } } }, Da = { 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" } } } } }, Na = { _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" }, ka = { ACCESS_RESTRICTED: "Access restricted" }, Ba = { LOADING: "Loading Virto OZ..." }, Ma = { no_options: "No options" }, ar = {
1733
- CORE: La,
1734
- SHELL: _a,
1735
- COMPONENTS: Oa,
1736
- INVITATION: ya,
1737
- LOGIN: Ia,
1738
- FORGOT_PASSWORD: Ra,
1739
- PASSWORDRESET: Pa,
1740
- ASSETS_MANAGER: Ca,
1741
- ASSETS: Da,
1742
- messages: Na,
1743
- PERMISSION_MESSAGES: ka,
1744
- AI_AGENT: Ba,
1745
- common: Ma
1746
- }, sr = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1740
+ const _a = { THEMES: { LIGHT: "Light", DARK: "Dark" } }, Oa = { USER: { ROLE: { ADMINISTRATOR: "Administrator" } }, ACCOUNT: { SETTINGS: "Settings", CHANGE_PASSWORD: "Change password", PROFILE: "Profile", LOGOUT: "Log Out" } }, ya = { 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", TAP_TO_UPLOAD: "Tap to select files", UPLOADING: "Uploading..." }, 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", UPLOAD: "Upload", OR_DROP_HERE: "or drop here", SHOW_ALL: "Expand ({count})", COLLAPSE: "Collapse" }, 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", CLOSE: "dismiss" }, 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" } }, Ia = { 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." } }, Ra = { 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." }, Pa = { 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}" }, Ca = { 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." } }, Da = { 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" } } }, Na = { 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" } } } } }, ka = { _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" }, Ba = { ACCESS_RESTRICTED: "Access restricted" }, Ma = { LOADING: "Loading Virto OZ..." }, Fa = { no_options: "No options" }, sr = {
1741
+ CORE: _a,
1742
+ SHELL: Oa,
1743
+ COMPONENTS: ya,
1744
+ INVITATION: Ia,
1745
+ LOGIN: Ra,
1746
+ FORGOT_PASSWORD: Pa,
1747
+ PASSWORDRESET: Ca,
1748
+ ASSETS_MANAGER: Da,
1749
+ ASSETS: Na,
1750
+ messages: ka,
1751
+ PERMISSION_MESSAGES: Ba,
1752
+ AI_AGENT: Ma,
1753
+ common: Fa
1754
+ }, or = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1747
1755
  __proto__: null,
1748
- AI_AGENT: Ba,
1749
- ASSETS: Da,
1750
- ASSETS_MANAGER: Ca,
1751
- COMPONENTS: Oa,
1752
- CORE: La,
1753
- FORGOT_PASSWORD: Ra,
1754
- INVITATION: ya,
1755
- LOGIN: Ia,
1756
- PASSWORDRESET: Pa,
1757
- PERMISSION_MESSAGES: ka,
1758
- SHELL: _a,
1759
- common: Ma,
1760
- default: ar,
1761
- messages: Na
1762
- }, Symbol.toStringTag, { value: "Module" })), Fa = { THEMES: { LIGHT: "Hell", DARK: "Dunkel" } }, Va = { USER: { ROLE: { ADMINISTRATOR: "Administrator" } }, ACCOUNT: { SETTINGS: "Einstellungen", CHANGE_PASSWORD: "Passwort ändern", PROFILE: "Profil", LOGOUT: "Abmelden" } }, Ua = { 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", TAP_TO_UPLOAD: "Tippen, um Dateien auszuwählen", UPLOADING: "Wird hochgeladen..." }, 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", UPLOAD: "Hochladen", OR_DROP_HERE: "oder hierher ziehen", SHOW_ALL: "Erweitern ({count})", COLLAPSE: "Einklappen" }, 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", CLOSE: "schließen" }, 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" } }, $a = { 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." } }, Wa = { 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." }, Ga = { 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" }, xa = { 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." } }, Ha = { 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" } } }, za = { 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" } } } } }, Ka = { _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" }, qa = { ACCESS_RESTRICTED: "Zugriff eingeschränkt" }, ja = { LOADING: "Virto OZ wird geladen..." }, Ya = { no_options: "Keine Optionen" }, or = {
1763
- CORE: Fa,
1764
- SHELL: Va,
1756
+ AI_AGENT: Ma,
1757
+ ASSETS: Na,
1758
+ ASSETS_MANAGER: Da,
1759
+ COMPONENTS: ya,
1760
+ CORE: _a,
1761
+ FORGOT_PASSWORD: Pa,
1762
+ INVITATION: Ia,
1763
+ LOGIN: Ra,
1764
+ PASSWORDRESET: Ca,
1765
+ PERMISSION_MESSAGES: Ba,
1766
+ SHELL: Oa,
1767
+ common: Fa,
1768
+ default: sr,
1769
+ messages: ka
1770
+ }, Symbol.toStringTag, { value: "Module" })), Va = { THEMES: { LIGHT: "Hell", DARK: "Dunkel" } }, $a = { USER: { ROLE: { ADMINISTRATOR: "Administrator" } }, ACCOUNT: { SETTINGS: "Einstellungen", CHANGE_PASSWORD: "Passwort ändern", PROFILE: "Profil", LOGOUT: "Abmelden" } }, Ua = { 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", TAP_TO_UPLOAD: "Tippen, um Dateien auszuwählen", UPLOADING: "Wird hochgeladen..." }, 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", UPLOAD: "Hochladen", OR_DROP_HERE: "oder hierher ziehen", SHOW_ALL: "Erweitern ({count})", COLLAPSE: "Einklappen" }, 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", CLOSE: "schließen" }, 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" } }, Wa = { 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." } }, Ga = { 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." }, xa = { 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" }, Ha = { 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." } }, za = { 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" } } }, Ka = { 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" } } } } }, qa = { _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" }, ja = { ACCESS_RESTRICTED: "Zugriff eingeschränkt" }, Ya = { LOADING: "Virto OZ wird geladen..." }, Za = { no_options: "Keine Optionen" }, nr = {
1771
+ CORE: Va,
1772
+ SHELL: $a,
1765
1773
  COMPONENTS: Ua,
1766
- INVITATION: $a,
1767
- LOGIN: Wa,
1768
- FORGOT_PASSWORD: Ga,
1769
- PASSWORDRESET: xa,
1770
- ASSETS_MANAGER: Ha,
1771
- ASSETS: za,
1772
- messages: Ka,
1773
- PERMISSION_MESSAGES: qa,
1774
- AI_AGENT: ja,
1775
- common: Ya
1776
- }, nr = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1774
+ INVITATION: Wa,
1775
+ LOGIN: Ga,
1776
+ FORGOT_PASSWORD: xa,
1777
+ PASSWORDRESET: Ha,
1778
+ ASSETS_MANAGER: za,
1779
+ ASSETS: Ka,
1780
+ messages: qa,
1781
+ PERMISSION_MESSAGES: ja,
1782
+ AI_AGENT: Ya,
1783
+ common: Za
1784
+ }, rr = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1777
1785
  __proto__: null,
1778
- AI_AGENT: ja,
1779
- ASSETS: za,
1780
- ASSETS_MANAGER: Ha,
1786
+ AI_AGENT: Ya,
1787
+ ASSETS: Ka,
1788
+ ASSETS_MANAGER: za,
1781
1789
  COMPONENTS: Ua,
1782
- CORE: Fa,
1783
- FORGOT_PASSWORD: Ga,
1784
- INVITATION: $a,
1785
- LOGIN: Wa,
1786
- PASSWORDRESET: xa,
1787
- PERMISSION_MESSAGES: qa,
1788
- SHELL: Va,
1789
- common: Ya,
1790
- default: or,
1791
- messages: Ka
1792
- }, Symbol.toStringTag, { value: "Module" })), rr = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1790
+ CORE: Va,
1791
+ FORGOT_PASSWORD: xa,
1792
+ INVITATION: Wa,
1793
+ LOGIN: Ga,
1794
+ PASSWORDRESET: Ha,
1795
+ PERMISSION_MESSAGES: ja,
1796
+ SHELL: $a,
1797
+ common: Za,
1798
+ default: nr,
1799
+ messages: qa
1800
+ }, Symbol.toStringTag, { value: "Module" })), ir = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1793
1801
  __proto__: null,
1794
- de: nr,
1795
- en: sr
1802
+ de: rr,
1803
+ en: or
1796
1804
  }, Symbol.toStringTag, { value: "Module" })), at = H("global-error-handler");
1797
1805
  function Me(e) {
1798
1806
  return e instanceof Error ? `${e.name}:${e.message}` : String(e);
1799
1807
  }
1800
- const Te = /* @__PURE__ */ new Map(), xt = 3e3;
1808
+ const Te = /* @__PURE__ */ new Map(), Ht = 3e3;
1801
1809
  function st(e) {
1802
1810
  const t = Me(e), a = Date.now(), s = Te.get(t);
1803
- if (s && a - s < xt) return !0;
1811
+ if (s && a - s < Ht) return !0;
1804
1812
  if (Te.set(t, a), Te.size > 50)
1805
1813
  for (const [o, i] of Te)
1806
- a - i > xt && Te.delete(o);
1814
+ a - i > Ht && Te.delete(o);
1807
1815
  return !1;
1808
1816
  }
1809
- function ir(e) {
1817
+ function lr(e) {
1810
1818
  const t = e.config.errorHandler;
1811
1819
  if (e.config.errorHandler = (i, r, n) => {
1812
1820
  if (at.error("Unhandled Vue error:", i, `
@@ -1843,7 +1851,7 @@ Info:`, n), !st(i)) {
1843
1851
  };
1844
1852
  window.addEventListener("error", o);
1845
1853
  }
1846
- const lr = H("notification-instance"), X = {
1854
+ const cr = H("notification-instance"), X = {
1847
1855
  "top-center": void 0,
1848
1856
  "top-right": void 0,
1849
1857
  "top-left": void 0,
@@ -1851,7 +1859,7 @@ const lr = H("notification-instance"), X = {
1851
1859
  "bottom-right": void 0,
1852
1860
  "bottom-left": void 0
1853
1861
  };
1854
- function cr() {
1862
+ function dr() {
1855
1863
  function e(o, i, r) {
1856
1864
  document.getElementById(i) && (X[r] = o);
1857
1865
  }
@@ -1862,7 +1870,7 @@ function cr() {
1862
1870
  X[n]?.unmount(), document.getElementById(`notification-${n}`)?.remove(), X[n] = void 0;
1863
1871
  }), Object.values(X).some((r) => r !== void 0) || document.querySelector(".notification")?.remove());
1864
1872
  } catch (i) {
1865
- lr.error("Failed to unmount notification component:", i);
1873
+ cr.error("Failed to unmount notification component:", i);
1866
1874
  }
1867
1875
  }
1868
1876
  function a() {
@@ -1887,8 +1895,8 @@ const fe = H("notification-container"), K = {
1887
1895
  "bottom-center": R([]),
1888
1896
  "bottom-right": R([]),
1889
1897
  "bottom-left": R([])
1890
- }, { clearContainer: dr, unmountComponent: ur, saveInstance: fr, getInstanceByPosition: Ht } = cr();
1891
- function gr() {
1898
+ }, { clearContainer: ur, unmountComponent: fr, saveInstance: gr, getInstanceByPosition: zt } = dr();
1899
+ function mr() {
1892
1900
  const e = de({
1893
1901
  timeout: 3e3,
1894
1902
  pauseOnHover: !0,
@@ -1911,13 +1919,13 @@ function gr() {
1911
1919
  const i = /* @__PURE__ */ new Map();
1912
1920
  async function r(l) {
1913
1921
  const f = l.position || e.position, p = i.get(f);
1914
- if (p && await p, !Ht(f)) {
1922
+ if (p && await p, !zt(f)) {
1915
1923
  const m = (async () => {
1916
- const u = o(f), { default: w } = await Promise.resolve().then(() => Ti), A = Bs(w, {
1924
+ const u = o(f), { default: w } = await Promise.resolve().then(() => Oi), A = Ms(w, {
1917
1925
  ...l,
1918
1926
  position: f
1919
1927
  });
1920
- A.provide(ha, { notificationContainers: K, actions: d }), A.mount(u), fr(A, u.id, f);
1928
+ A.provide(va, { notificationContainers: K, actions: d }), A.mount(u), gr(A, u.id, f);
1921
1929
  })();
1922
1930
  i.set(f, m), await m, i.delete(f);
1923
1931
  }
@@ -1941,13 +1949,13 @@ function gr() {
1941
1949
  Object.entries(K).forEach(([m, u]) => {
1942
1950
  const w = u.value.find((A) => A.notificationId === l);
1943
1951
  w && (f = w, p = m);
1944
- }), p && (K[p].value = K[p].value.filter((m) => m.notificationId !== l), K[p].value.length === 0 && ur(p), ge(() => {
1952
+ }), p && (K[p].value = K[p].value.filter((m) => m.notificationId !== l), K[p].value.length === 0 && fr(p), ge(() => {
1945
1953
  f?.onClose && typeof f?.onClose == "function" && f.onClose(f.payload);
1946
1954
  }));
1947
1955
  }
1948
1956
  },
1949
1957
  clear() {
1950
- dr(), Object.values(K).forEach((l) => {
1958
+ ur(), Object.values(K).forEach((l) => {
1951
1959
  l.value = [];
1952
1960
  });
1953
1961
  },
@@ -1975,7 +1983,7 @@ function gr() {
1975
1983
  ...f,
1976
1984
  ...l
1977
1985
  }, w = l.position;
1978
- Ht(w) ? (fe.debug(`Adding to existing container for position ${w}`), K[w].value.push(u)) : (fe.debug(`Creating new container for position ${w}`), r(u));
1986
+ zt(w) ? (fe.debug(`Adding to existing container for position ${w}`), K[w].value.push(u)) : (fe.debug(`Creating new container for position ${w}`), r(u));
1979
1987
  } else
1980
1988
  fe.debug("Standard update of notification properties"), Object.keys(l).forEach((u) => {
1981
1989
  if (u !== "updateId" && u !== "notificationId") {
@@ -2001,13 +2009,13 @@ function gr() {
2001
2009
  getNotificationsByPosition: a,
2002
2010
  appendInstance: r,
2003
2011
  getNotification: s,
2004
- generateNotificationId: fs,
2012
+ generateNotificationId: gs,
2005
2013
  hasNotification: n
2006
2014
  };
2007
2015
  }
2008
- function mr() {
2009
- const e = gr();
2010
- gs({
2016
+ function pr() {
2017
+ const e = mr();
2018
+ ms({
2011
2019
  defaultOptions: e.defaultOptions,
2012
2020
  actions: e.actions,
2013
2021
  getAllNotifications: e.getAllNotifications,
@@ -2016,7 +2024,21 @@ function mr() {
2016
2024
  hasNotification: (t) => e.hasNotification(t)
2017
2025
  });
2018
2026
  }
2019
- const pr = /* @__PURE__ */ $({
2027
+ function Er() {
2028
+ return {
2029
+ version: "2.0.7",
2030
+ buildDate: "2026-06-10T12:13:44.268Z",
2031
+ gitHash: "4b187d75f"
2032
+ };
2033
+ }
2034
+ function hr(e = Er()) {
2035
+ console.log(
2036
+ `%c@vc-shell/framework%c v${e.version} · ${e.buildDate} · ${e.gitHash}`,
2037
+ "font-weight:bold;color:#319ED4",
2038
+ "color:inherit"
2039
+ );
2040
+ }
2041
+ const vr = /* @__PURE__ */ U({
2020
2042
  __name: "sidebar",
2021
2043
  props: {
2022
2044
  position: { default: "right" },
@@ -2027,11 +2049,11 @@ const pr = /* @__PURE__ */ $({
2027
2049
  },
2028
2050
  emits: ["close"],
2029
2051
  setup(e, { emit: t }) {
2030
- const a = e, s = t, { isMobile: o, isDesktop: i } = ms(), r = O(() => a.render === "always" ? !0 : a.render === "mobile" ? o.value : i.value), n = O(() => a.isExpanded && r.value);
2052
+ const a = e, s = t, { isMobile: o, isDesktop: i } = ps(), r = O(() => a.render === "always" ? !0 : a.render === "mobile" ? o.value : i.value), n = O(() => a.isExpanded && r.value);
2031
2053
  function d(l) {
2032
2054
  l || s("close");
2033
2055
  }
2034
- return (l, f) => n.value ? (h(), D(c(ps), {
2056
+ return (l, f) => n.value ? (h(), D(c(Es), {
2035
2057
  key: 0,
2036
2058
  "model-value": !0,
2037
2059
  position: e.position,
@@ -2054,7 +2076,7 @@ const pr = /* @__PURE__ */ $({
2054
2076
  } : void 0
2055
2077
  ]), 1032, ["position", "title", "close-button", "teleport"])) : W(l.$slots, "content", { key: 1 });
2056
2078
  }
2057
- }), kc = pr, Er = { class: "tw-flex tw-flex-row tw-items-center tw-gap-2" }, hr = /* @__PURE__ */ $({
2079
+ }), Vc = vr, Sr = { class: "tw-flex tw-flex-row tw-items-center tw-gap-2" }, Ar = /* @__PURE__ */ U({
2058
2080
  __name: "external-provider",
2059
2081
  props: {
2060
2082
  logo: {},
@@ -2070,7 +2092,7 @@ const pr = /* @__PURE__ */ $({
2070
2092
  onClick: o[0] || (o[0] = (i) => s.$emit("signIn"))
2071
2093
  }, {
2072
2094
  default: T(() => [
2073
- k("div", Er, [
2095
+ k("div", Sr, [
2074
2096
  y(c(mt), {
2075
2097
  src: a.value,
2076
2098
  class: "vc-external-provider__icon",
@@ -2082,15 +2104,15 @@ const pr = /* @__PURE__ */ $({
2082
2104
  _: 1
2083
2105
  }));
2084
2106
  }
2085
- }), vr = { class: "tw-flex tw-justify-center tw-flex-col tw-gap-4" }, Sr = /* @__PURE__ */ $({
2107
+ }), br = { class: "tw-flex tw-justify-center tw-flex-col tw-gap-4" }, wr = /* @__PURE__ */ U({
2086
2108
  __name: "external-providers",
2087
2109
  props: {
2088
2110
  providers: {}
2089
2111
  },
2090
2112
  setup(e) {
2091
- const { signIn: t } = da();
2092
- return (a, s) => (h(), N("div", vr, [
2093
- (h(!0), N(Y, null, ae(e.providers, (o) => (h(), D(hr, {
2113
+ const { signIn: t } = ua();
2114
+ return (a, s) => (h(), N("div", br, [
2115
+ (h(!0), N(Y, null, ae(e.providers, (o) => (h(), D(Ar, {
2094
2116
  key: o.authenticationType,
2095
2117
  logo: o.logoUrl,
2096
2118
  "display-name": o.displayName,
@@ -2100,25 +2122,25 @@ const pr = /* @__PURE__ */ $({
2100
2122
  ]));
2101
2123
  }
2102
2124
  });
2103
- function Ar(e) {
2125
+ function Tr(e) {
2104
2126
  if (!e) return "/";
2105
2127
  const t = e.trim();
2106
2128
  return !t.startsWith("/") || t.startsWith("//") ? "/" : t;
2107
2129
  }
2108
- function br(e) {
2130
+ function Lr(e) {
2109
2131
  return e.status === 401 ? "The login or password is incorrect." : e.status ? "Authentication error (code: " + e.status + ")." : e.error ? "Authentication error: " + e.error : "The login or password is incorrect.";
2110
2132
  }
2111
- function wr(e) {
2133
+ function _r(e) {
2112
2134
  const t = [];
2113
2135
  return e.confirmPassword !== e.password && t.push({ code: "Repeat-password" }), e.password === e.currentPassword && e.confirmPassword === e.currentPassword && t.push({ code: "Equal-passwords" }), t;
2114
2136
  }
2115
- const Tr = {
2137
+ const Or = {
2116
2138
  key: 0,
2117
2139
  class: "vc-login-page__providers"
2118
- }, Lr = {
2140
+ }, yr = {
2119
2141
  key: 0,
2120
2142
  class: "vc-login-page__separator-line"
2121
- }, _r = /* @__PURE__ */ $({
2143
+ }, Ir = /* @__PURE__ */ U({
2122
2144
  __name: "Login",
2123
2145
  props: {
2124
2146
  logo: {},
@@ -2128,7 +2150,7 @@ const Tr = {
2128
2150
  ssoOnly: { type: Boolean }
2129
2151
  },
2130
2152
  setup(e) {
2131
- const t = H("login-page"), a = e, s = Re(), { validateField: o } = ue({ validateOnMount: !1 }), { uiSettings: i, loading: r } = Pe(), n = R({ succeeded: !0 }), { signIn: d, loading: l, user: f } = re(), { getProviders: p } = da(), m = Ie(), u = R(), w = R(!1);
2153
+ const t = H("login-page"), a = e, s = Re(), { validateField: o } = ue({ validateOnMount: !1 }), { uiSettings: i, loading: r } = Pe(), n = R({ succeeded: !0 }), { signIn: d, loading: l, user: f } = re(), { getProviders: p } = ua(), m = Ie(), u = R(), w = R(!1);
2132
2154
  ve(async () => {
2133
2155
  u.value = await p(), w.value = !0;
2134
2156
  });
@@ -2144,11 +2166,11 @@ const Tr = {
2144
2166
  return;
2145
2167
  }
2146
2168
  if (n.value.succeeded) {
2147
- const L = Ar(localStorage.getItem("redirectAfterLogin"));
2169
+ const L = Tr(localStorage.getItem("redirectAfterLogin"));
2148
2170
  localStorage.removeItem("redirectAfterLogin"), await s.push(L);
2149
2171
  return;
2150
2172
  }
2151
- n.value.error = br(n.value), b.password = "", o("password");
2173
+ n.value.error = Lr(n.value), b.password = "", o("password");
2152
2174
  }
2153
2175
  }, P = () => {
2154
2176
  s.push({ name: "ForgotPassword" });
@@ -2161,9 +2183,9 @@ const Tr = {
2161
2183
  class: "vc-login-page"
2162
2184
  }, {
2163
2185
  default: T(() => [
2164
- u.value && u.value.length ? (h(), N("div", Tr, [
2165
- y(Sr, { providers: u.value }, null, 8, ["providers"]),
2166
- e.ssoOnly ? V("", !0) : (h(), N("div", Lr, F(L.$t("LOGIN.OR")), 1))
2186
+ u.value && u.value.length ? (h(), N("div", Or, [
2187
+ y(wr, { providers: u.value }, null, 8, ["providers"]),
2188
+ e.ssoOnly ? V("", !0) : (h(), N("div", yr, F(L.$t("LOGIN.OR")), 1))
2167
2189
  ])) : V("", !0),
2168
2190
  e.ssoOnly && w.value && !u.value?.length ? (h(), D(c(me), {
2169
2191
  key: 1,
@@ -2186,13 +2208,13 @@ const Tr = {
2186
2208
  "model-value": b.username,
2187
2209
  rules: "required"
2188
2210
  }, {
2189
- default: T(({ errorMessage: B, handleChange: U, errors: E }) => [
2211
+ default: T(({ errorMessage: B, handleChange: $, errors: E }) => [
2190
2212
  y(c(j), {
2191
2213
  ref: "loginField",
2192
2214
  modelValue: b.username,
2193
2215
  "onUpdate:modelValue": [
2194
2216
  C[0] || (C[0] = (g) => b.username = g),
2195
- U
2217
+ $
2196
2218
  ],
2197
2219
  label: L.$t("LOGIN.FIELDS.LOGIN.LABEL"),
2198
2220
  placeholder: L.$t("LOGIN.FIELDS.LOGIN.PLACEHOLDER"),
@@ -2209,13 +2231,13 @@ const Tr = {
2209
2231
  "model-value": b.password,
2210
2232
  rules: "required"
2211
2233
  }, {
2212
- default: T(({ errorMessage: B, handleChange: U, errors: E }) => [
2234
+ default: T(({ errorMessage: B, handleChange: $, errors: E }) => [
2213
2235
  y(c(j), {
2214
2236
  ref: "passwordField",
2215
2237
  modelValue: b.password,
2216
2238
  "onUpdate:modelValue": [
2217
2239
  C[1] || (C[1] = (g) => b.password = g),
2218
- U
2240
+ $
2219
2241
  ],
2220
2242
  label: L.$t("LOGIN.FIELDS.PASSWORD.LABEL"),
2221
2243
  placeholder: L.$t("LOGIN.FIELDS.PASSWORD.PLACEHOLDER"),
@@ -2255,7 +2277,7 @@ const Tr = {
2255
2277
  ]),
2256
2278
  _: 1
2257
2279
  }),
2258
- y(c(Mo), {
2280
+ y(c(Fo), {
2259
2281
  name: "auth:after-form",
2260
2282
  separator: "",
2261
2283
  "separator-class": "tw-border-t tw-border-[color:var(--login-separator)] tw-border-solid tw-pb-5",
@@ -2275,7 +2297,7 @@ const Tr = {
2275
2297
  _: 1
2276
2298
  }, 8, ["logo", "background", "title", "subtitle"]));
2277
2299
  }
2278
- }), Bc = _r, Or = { class: "tw-text-center" }, yr = { class: "tw-text-center tw-mb-6" }, Ir = { class: "tw-text-sm tw-text-neutrals-600" }, Rr = /* @__PURE__ */ $({
2300
+ }), $c = Ir, Rr = { class: "tw-text-center" }, Pr = { class: "tw-text-center tw-mb-6" }, Cr = { class: "tw-text-sm tw-text-neutrals-600" }, Dr = /* @__PURE__ */ U({
2279
2301
  __name: "ForgotPassword",
2280
2302
  props: {
2281
2303
  logo: {},
@@ -2322,8 +2344,8 @@ const Tr = {
2322
2344
  }, {
2323
2345
  default: T(() => [
2324
2346
  l.value ? (h(), N(Y, { key: 1 }, [
2325
- k("div", yr, [
2326
- k("p", Ir, F(c(s)("FORGOT_PASSWORD.SUCCESS_TEXT", { email: u.value })), 1)
2347
+ k("div", Pr, [
2348
+ k("p", Cr, F(c(s)("FORGOT_PASSWORD.SUCCESS_TEXT", { email: u.value })), 1)
2327
2349
  ]),
2328
2350
  y(c(q), {
2329
2351
  variant: "primary",
@@ -2374,7 +2396,7 @@ const Tr = {
2374
2396
  ]),
2375
2397
  _: 1
2376
2398
  }, 8, ["disabled", "loading"]),
2377
- k("div", Or, [
2399
+ k("div", Rr, [
2378
2400
  y(c(q), {
2379
2401
  variant: "link",
2380
2402
  icon: "lucide-arrow-left",
@@ -2405,7 +2427,7 @@ const Tr = {
2405
2427
  _: 1
2406
2428
  }, 8, ["logo", "background", "title", "subtitle"]));
2407
2429
  }
2408
- }), Mc = Rr, Pr = /* @__PURE__ */ $({
2430
+ }), Uc = Dr, Nr = /* @__PURE__ */ U({
2409
2431
  __name: "ResetPassword",
2410
2432
  props: {
2411
2433
  userId: {},
@@ -2450,7 +2472,7 @@ const Tr = {
2450
2472
  subtitle: c(d)("PASSWORDRESET.SUBTITLE")
2451
2473
  }, {
2452
2474
  default: T(() => [
2453
- c(r) ? (h(), D(c(Jt), {
2475
+ c(r) ? (h(), D(c(Qt), {
2454
2476
  key: 0,
2455
2477
  active: ""
2456
2478
  })) : V("", !0),
@@ -2462,7 +2484,7 @@ const Tr = {
2462
2484
  "model-value": m.password,
2463
2485
  rules: "required"
2464
2486
  }, {
2465
- default: T(({ field: L, errorMessage: C, handleChange: B, errors: U }) => [
2487
+ default: T(({ field: L, errorMessage: C, handleChange: B, errors: $ }) => [
2466
2488
  y(c(j), ne(L, {
2467
2489
  ref: "passwordField",
2468
2490
  modelValue: m.password,
@@ -2478,7 +2500,7 @@ const Tr = {
2478
2500
  type: "password",
2479
2501
  disabled: !m.tokenIsValid,
2480
2502
  required: "",
2481
- error: !!U.length,
2503
+ error: !!$.length,
2482
2504
  "error-message": C
2483
2505
  }), null, 16, ["modelValue", "label", "placeholder", "disabled", "error", "error-message", "onUpdate:modelValue"])
2484
2506
  ]),
@@ -2490,7 +2512,7 @@ const Tr = {
2490
2512
  "model-value": m.confirmPassword,
2491
2513
  rules: "required"
2492
2514
  }, {
2493
- default: T(({ field: L, errorMessage: C, handleChange: B, errors: U }) => [
2515
+ default: T(({ field: L, errorMessage: C, handleChange: B, errors: $ }) => [
2494
2516
  y(c(j), ne(L, {
2495
2517
  ref: "confirmPasswordField",
2496
2518
  modelValue: m.confirmPassword,
@@ -2506,7 +2528,7 @@ const Tr = {
2506
2528
  disabled: !m.tokenIsValid,
2507
2529
  type: "password",
2508
2530
  required: "",
2509
- error: !!U.length,
2531
+ error: !!$.length,
2510
2532
  "error-message": C,
2511
2533
  onKeyup: pt(A, ["enter"])
2512
2534
  }), null, 16, ["modelValue", "label", "placeholder", "disabled", "error", "error-message", "onUpdate:modelValue"])
@@ -2541,7 +2563,7 @@ const Tr = {
2541
2563
  _: 1
2542
2564
  }, 8, ["logo", "background", "title", "subtitle"]));
2543
2565
  }
2544
- }), Fc = Pr, Cr = /* @__PURE__ */ $({
2566
+ }), Wc = Nr, kr = /* @__PURE__ */ U({
2545
2567
  __name: "Invite",
2546
2568
  props: {
2547
2569
  userId: {},
@@ -2580,7 +2602,7 @@ const Tr = {
2580
2602
  subtitle: c(d)("INVITATION.SUBTITLE")
2581
2603
  }, {
2582
2604
  default: T(() => [
2583
- c(r) ? (h(), D(c(Jt), {
2605
+ c(r) ? (h(), D(c(Qt), {
2584
2606
  key: 0,
2585
2607
  active: ""
2586
2608
  })) : V("", !0),
@@ -2599,14 +2621,14 @@ const Tr = {
2599
2621
  rules: "required",
2600
2622
  name: "password"
2601
2623
  }, {
2602
- default: T(({ field: C, errorMessage: B, handleChange: U, errors: E }) => [
2624
+ default: T(({ field: C, errorMessage: B, handleChange: $, errors: E }) => [
2603
2625
  y(c(j), ne(C, {
2604
2626
  ref: "passwordField",
2605
2627
  modelValue: u.password,
2606
2628
  "onUpdate:modelValue": [
2607
2629
  L[0] || (L[0] = (g) => u.password = g),
2608
2630
  (g) => {
2609
- U(g), A();
2631
+ $(g), A();
2610
2632
  }
2611
2633
  ],
2612
2634
  class: "tw-mb-4",
@@ -2627,14 +2649,14 @@ const Tr = {
2627
2649
  rules: "required",
2628
2650
  name: "confirm_password"
2629
2651
  }, {
2630
- default: T(({ field: C, errorMessage: B, handleChange: U, errors: E }) => [
2652
+ default: T(({ field: C, errorMessage: B, handleChange: $, errors: E }) => [
2631
2653
  y(c(j), ne(C, {
2632
2654
  ref: "confirmPasswordField",
2633
2655
  modelValue: u.confirmPassword,
2634
2656
  "onUpdate:modelValue": [
2635
2657
  L[1] || (L[1] = (g) => u.confirmPassword = g),
2636
2658
  (g) => {
2637
- U(g), A();
2659
+ $(g), A();
2638
2660
  }
2639
2661
  ],
2640
2662
  class: "tw-mb-6",
@@ -2678,10 +2700,10 @@ const Tr = {
2678
2700
  _: 1
2679
2701
  }, 8, ["logo", "background", "title", "subtitle"]));
2680
2702
  }
2681
- }), Vc = Cr, Dr = {
2703
+ }), Gc = kr, Br = {
2682
2704
  key: 0,
2683
2705
  class: "tw-mb-4"
2684
- }, Nr = { class: "tw-flex tw-gap-3" }, kr = /* @__PURE__ */ $({
2706
+ }, Mr = { class: "tw-flex tw-gap-3" }, Fr = /* @__PURE__ */ U({
2685
2707
  __name: "ChangePassword",
2686
2708
  props: {
2687
2709
  forced: { type: Boolean },
@@ -2710,7 +2732,7 @@ const Tr = {
2710
2732
  function _() {
2711
2733
  ge(async () => {
2712
2734
  if (u.password || u.confirmPassword) {
2713
- const P = (await i(u.password)).errors ?? [], L = wr({
2735
+ const P = (await i(u.password)).errors ?? [], L = _r({
2714
2736
  password: u.password,
2715
2737
  confirmPassword: u.confirmPassword,
2716
2738
  currentPassword: u.currentPassword
@@ -2726,8 +2748,8 @@ const Tr = {
2726
2748
  subtitle: e.forced ? c(a)("COMPONENTS.CHANGE_PASSWORD.SUBTITLE_FORCED") : void 0
2727
2749
  }, {
2728
2750
  default: T(() => [
2729
- e.forced ? (h(), N("div", Dr, [
2730
- y(c(Es), {
2751
+ e.forced ? (h(), N("div", Br, [
2752
+ y(c(hs), {
2731
2753
  variant: "info",
2732
2754
  icon: "lucide-lightbulb",
2733
2755
  "icon-size": "l"
@@ -2746,7 +2768,7 @@ const Tr = {
2746
2768
  rules: "required|min:6",
2747
2769
  "model-value": u.currentPassword
2748
2770
  }, {
2749
- default: T(({ field: C, errorMessage: B, errors: U }) => [
2771
+ default: T(({ field: C, errorMessage: B, errors: $ }) => [
2750
2772
  y(c(j), ne(C, {
2751
2773
  ref: "passwordField",
2752
2774
  modelValue: u.currentPassword,
@@ -2759,7 +2781,7 @@ const Tr = {
2759
2781
  placeholder: c(a)("COMPONENTS.CHANGE_PASSWORD.CURRENT_PASSWORD.PLACEHOLDER"),
2760
2782
  type: "password",
2761
2783
  required: "",
2762
- error: !!U.length,
2784
+ error: !!$.length,
2763
2785
  "error-message": B
2764
2786
  }), null, 16, ["modelValue", "label", "placeholder", "error", "error-message"])
2765
2787
  ]),
@@ -2771,7 +2793,7 @@ const Tr = {
2771
2793
  rules: "required|min:6",
2772
2794
  "model-value": u.password
2773
2795
  }, {
2774
- default: T(({ field: C, errorMessage: B, errors: U }) => [
2796
+ default: T(({ field: C, errorMessage: B, errors: $ }) => [
2775
2797
  y(c(j), ne(C, {
2776
2798
  ref: "newPasswordField",
2777
2799
  modelValue: u.password,
@@ -2784,7 +2806,7 @@ const Tr = {
2784
2806
  placeholder: c(a)("COMPONENTS.CHANGE_PASSWORD.NEW_PASSWORD.PLACEHOLDER"),
2785
2807
  type: "password",
2786
2808
  required: "",
2787
- error: !!U.length,
2809
+ error: !!$.length,
2788
2810
  "error-message": B
2789
2811
  }), null, 16, ["modelValue", "label", "placeholder", "error", "error-message"])
2790
2812
  ]),
@@ -2796,7 +2818,7 @@ const Tr = {
2796
2818
  rules: "required|min:6",
2797
2819
  "model-value": u.confirmPassword
2798
2820
  }, {
2799
- default: T(({ field: C, errorMessage: B, errors: U }) => [
2821
+ default: T(({ field: C, errorMessage: B, errors: $ }) => [
2800
2822
  y(c(j), ne(C, {
2801
2823
  ref: "confirmPasswordField",
2802
2824
  modelValue: u.confirmPassword,
@@ -2809,13 +2831,13 @@ const Tr = {
2809
2831
  placeholder: c(a)("COMPONENTS.CHANGE_PASSWORD.CONFIRM_PASSWORD.PLACEHOLDER"),
2810
2832
  type: "password",
2811
2833
  required: "",
2812
- error: !!U.length,
2834
+ error: !!$.length,
2813
2835
  "error-message": B
2814
2836
  }), null, 16, ["modelValue", "label", "placeholder", "error", "error-message"])
2815
2837
  ]),
2816
2838
  _: 1
2817
2839
  }, 8, ["label", "model-value"]),
2818
- k("div", Nr, [
2840
+ k("div", Mr, [
2819
2841
  y(c(q), {
2820
2842
  variant: "secondary",
2821
2843
  class: "tw-flex-1",
@@ -2855,7 +2877,7 @@ const Tr = {
2855
2877
  _: 1
2856
2878
  }, 8, ["logo", "background", "title", "subtitle"]));
2857
2879
  }
2858
- }), Uc = kr, Ce = "vc-dashboard-layout";
2880
+ }), xc = Fr, Ce = "vc-dashboard-layout";
2859
2881
  function lt(e, t) {
2860
2882
  const a = t ?? e.position;
2861
2883
  return {
@@ -2881,7 +2903,7 @@ function ct(e) {
2881
2903
  }
2882
2904
  };
2883
2905
  }
2884
- function Br(e) {
2906
+ function Vr(e) {
2885
2907
  const t = /* @__PURE__ */ new Map();
2886
2908
  for (const a of e)
2887
2909
  a.id && t.set(a.id, {
@@ -2896,7 +2918,7 @@ function dt() {
2896
2918
  if (!e) return null;
2897
2919
  const t = JSON.parse(e);
2898
2920
  if (Array.isArray(t))
2899
- return Br(t);
2921
+ return Vr(t);
2900
2922
  if (typeof t == "object" && t !== null) {
2901
2923
  const a = /* @__PURE__ */ new Map();
2902
2924
  for (const [s, o] of Object.entries(t))
@@ -2908,7 +2930,7 @@ function dt() {
2908
2930
  return console.warn("[GridstackAdapter] Failed to load layout from storage:", e), null;
2909
2931
  }
2910
2932
  }
2911
- function Za(e, t) {
2933
+ function Xa(e, t) {
2912
2934
  try {
2913
2935
  const a = e.map((s) => {
2914
2936
  const o = t.get(s.id);
@@ -2925,14 +2947,14 @@ function Za(e, t) {
2925
2947
  console.warn("[GridstackAdapter] Failed to save layout to storage:", a);
2926
2948
  }
2927
2949
  }
2928
- function Mr() {
2950
+ function $r() {
2929
2951
  try {
2930
2952
  localStorage.removeItem(Ce);
2931
2953
  } catch (e) {
2932
2954
  console.warn("[GridstackAdapter] Failed to clear layout storage:", e);
2933
2955
  }
2934
2956
  }
2935
- function Fr(e, t = 12) {
2957
+ function Ur(e, t = 12) {
2936
2958
  const a = /* @__PURE__ */ new Map(), s = /* @__PURE__ */ new Map(), o = (n, d, l, f) => {
2937
2959
  for (let p = d; p < d + f; p++) {
2938
2960
  const m = s.get(p) || [];
@@ -2978,9 +3000,9 @@ function ut(e, t) {
2978
3000
  s.set(o.id, o.position);
2979
3001
  return s;
2980
3002
  }
2981
- return Fr(e);
3003
+ return Ur(e);
2982
3004
  }
2983
- const Vr = {
3005
+ const Wr = {
2984
3006
  column: 12,
2985
3007
  cellHeight: 80,
2986
3008
  margin: "10px",
@@ -2999,9 +3021,9 @@ const Vr = {
2999
3021
  // Only bottom-right corner
3000
3022
  }
3001
3023
  };
3002
- function Ur(e, t = {}) {
3003
- const { gridOptions: a = {}, resizable: s = !1, autoSave: o = !0, onLayoutChange: i } = t, r = Ms(null), n = R(/* @__PURE__ */ new Map()), d = R(!1), l = R(!1), f = {
3004
- ...Vr,
3024
+ function Gr(e, t = {}) {
3025
+ const { gridOptions: a = {}, resizable: s = !1, autoSave: o = !0, onLayoutChange: i } = t, r = Fs(null), n = R(/* @__PURE__ */ new Map()), d = R(!1), l = R(!1), f = {
3026
+ ...Wr,
3005
3027
  ...a,
3006
3028
  disableResize: !s
3007
3029
  }, p = (g) => {
@@ -3010,7 +3032,7 @@ function Ur(e, t = {}) {
3010
3032
  return;
3011
3033
  }
3012
3034
  const v = dt();
3013
- n.value = ut(e.value, v), r.value = _o.init(f, g), r.value.on("change", m), r.value.on("added", u), r.value.on("removed", w);
3035
+ n.value = ut(e.value, v), r.value = Oo.init(f, g), r.value.on("change", m), r.value.on("added", u), r.value.on("removed", w);
3014
3036
  const S = e.value.map((I) => {
3015
3037
  const M = n.value.get(I.id);
3016
3038
  return lt(I, M);
@@ -3049,16 +3071,16 @@ function Ur(e, t = {}) {
3049
3071
  const S = document.querySelector(`[gs-id="${g}"]`);
3050
3072
  S && (l.value = !0, r.value.update(S, { x: v.x, y: v.y }), n.value.set(g, v), n.value = new Map(n.value), l.value = !1);
3051
3073
  }, L = () => {
3052
- Za(e.value, n.value);
3074
+ Xa(e.value, n.value);
3053
3075
  }, C = () => {
3054
3076
  const g = dt();
3055
- g && (n.value = ut(e.value, g), U());
3077
+ g && (n.value = ut(e.value, g), $());
3056
3078
  }, B = () => {
3057
3079
  n.value = /* @__PURE__ */ new Map();
3058
3080
  for (const g of e.value)
3059
3081
  g.position && n.value.set(g.id, { ...g.position });
3060
- U(), L();
3061
- }, U = () => {
3082
+ $(), L();
3083
+ }, $ = () => {
3062
3084
  if (r.value) {
3063
3085
  l.value = !0, r.value.batchUpdate();
3064
3086
  for (const g of e.value) {
@@ -3092,7 +3114,7 @@ function Ur(e, t = {}) {
3092
3114
  b(M);
3093
3115
  },
3094
3116
  { deep: !1 }
3095
- ), aa(() => {
3117
+ ), sa(() => {
3096
3118
  A();
3097
3119
  }), {
3098
3120
  grid: r,
@@ -3109,25 +3131,25 @@ function Ur(e, t = {}) {
3109
3131
  batchUpdate: E
3110
3132
  };
3111
3133
  }
3112
- const $r = {}, Wr = {
3134
+ const xr = {}, Hr = {
3113
3135
  class: "dashboard-widget-skeleton",
3114
3136
  "aria-hidden": "true"
3115
3137
  };
3116
- function Gr(e, t) {
3117
- return h(), N("div", Wr, [...t[0] || (t[0] = [
3118
- Fs('<div class="dashboard-widget-skeleton__header"><div class="dashboard-widget-skeleton__icon"></div><div class="dashboard-widget-skeleton__title"></div></div><div class="dashboard-widget-skeleton__stats"><div class="dashboard-widget-skeleton__stat"></div><div class="dashboard-widget-skeleton__stat"></div><div class="dashboard-widget-skeleton__stat"></div></div><div class="dashboard-widget-skeleton__body"><div class="dashboard-widget-skeleton__line dashboard-widget-skeleton__line--w80"></div><div class="dashboard-widget-skeleton__line dashboard-widget-skeleton__line--w60"></div><div class="dashboard-widget-skeleton__line dashboard-widget-skeleton__line--w90"></div><div class="dashboard-widget-skeleton__line dashboard-widget-skeleton__line--w70"></div></div>', 3)
3138
+ function zr(e, t) {
3139
+ return h(), N("div", Hr, [...t[0] || (t[0] = [
3140
+ Vs('<div class="dashboard-widget-skeleton__header"><div class="dashboard-widget-skeleton__icon"></div><div class="dashboard-widget-skeleton__title"></div></div><div class="dashboard-widget-skeleton__stats"><div class="dashboard-widget-skeleton__stat"></div><div class="dashboard-widget-skeleton__stat"></div><div class="dashboard-widget-skeleton__stat"></div></div><div class="dashboard-widget-skeleton__body"><div class="dashboard-widget-skeleton__line dashboard-widget-skeleton__line--w80"></div><div class="dashboard-widget-skeleton__line dashboard-widget-skeleton__line--w60"></div><div class="dashboard-widget-skeleton__line dashboard-widget-skeleton__line--w90"></div><div class="dashboard-widget-skeleton__line dashboard-widget-skeleton__line--w70"></div></div>', 3)
3119
3141
  ])]);
3120
3142
  }
3121
- const xr = /* @__PURE__ */ hs($r, [["render", Gr]]), Hr = ["aria-label"], zr = ["aria-label"], Kr = ["gs-id", "gs-x", "gs-y", "gs-w", "gs-h", "aria-label"], qr = { class: "grid-stack-item-content" }, jr = {
3143
+ const Kr = /* @__PURE__ */ vs(xr, [["render", zr]]), qr = ["aria-label"], jr = ["aria-label"], Yr = ["gs-id", "gs-x", "gs-y", "gs-w", "gs-h", "aria-label"], Zr = { class: "grid-stack-item-content" }, Xr = {
3122
3144
  key: 0,
3123
3145
  class: "vc-gridstack-dashboard__drag-handle",
3124
3146
  "aria-hidden": "true"
3125
- }, Yr = {
3147
+ }, Jr = {
3126
3148
  class: "vc-gridstack-dashboard__live-region",
3127
3149
  role: "status",
3128
3150
  "aria-live": "polite",
3129
3151
  "aria-atomic": "true"
3130
- }, Zr = /* @__PURE__ */ $({
3152
+ }, Qr = /* @__PURE__ */ U({
3131
3153
  __name: "GridstackDashboard",
3132
3154
  props: {
3133
3155
  showDragHandles: { type: Boolean, default: !1 },
@@ -3156,10 +3178,10 @@ const xr = /* @__PURE__ */ hs($r, [["render", Gr]]), Hr = ["aria-label"], zr = [
3156
3178
  return null;
3157
3179
  }
3158
3180
  }
3159
- const o = e, i = R(null), r = R(""), n = te(eo, R(!0)), d = O(() => n.value ? [] : s() ?? a), l = (g) => ({
3181
+ const o = e, i = R(null), r = R(""), n = te(to, R(!0)), d = O(() => n.value ? [] : s() ?? a), l = (g) => ({
3160
3182
  gridColumn: `${g.x + 1} / span ${g.w}`,
3161
3183
  gridRow: `${g.y + 1} / span ${g.h}`
3162
- }), f = vs(), p = O(() => f.getWidgets()), { layout: m, isInitialized: u, initGrid: w, saveLayout: A, resetToDefaults: b } = Ur(p, {
3184
+ }), f = Ss(), p = O(() => f.getWidgets()), { layout: m, isInitialized: u, initGrid: w, saveLayout: A, resetToDefaults: b } = Gr(p, {
3163
3185
  resizable: o.resizable,
3164
3186
  autoSave: !0,
3165
3187
  gridOptions: {
@@ -3189,7 +3211,7 @@ const xr = /* @__PURE__ */ hs($r, [["render", Gr]]), Hr = ["aria-label"], zr = [
3189
3211
  },
3190
3212
  saveLayout: A,
3191
3213
  useBuiltInPositions: () => (b(), !0)
3192
- }), (g, v) => (h(), D(Ss, {
3214
+ }), (g, v) => (h(), D(As, {
3193
3215
  "no-padding": "",
3194
3216
  class: "vc-gridstack-dashboard"
3195
3217
  }, {
@@ -3215,8 +3237,8 @@ const xr = /* @__PURE__ */ hs($r, [["render", Gr]]), Hr = ["aria-label"], zr = [
3215
3237
  role: "listitem",
3216
3238
  "aria-label": P(S, I)
3217
3239
  }, [
3218
- k("div", qr, [
3219
- e.showDragHandles ? (h(), N("div", jr, [...v[0] || (v[0] = [
3240
+ k("div", Zr, [
3241
+ e.showDragHandles ? (h(), N("div", Xr, [...v[0] || (v[0] = [
3220
3242
  k("svg", {
3221
3243
  width: "16",
3222
3244
  height: "16",
@@ -3255,28 +3277,28 @@ const xr = /* @__PURE__ */ hs($r, [["render", Gr]]), Hr = ["aria-label"], zr = [
3255
3277
  })
3256
3278
  ], -1)
3257
3279
  ])])) : V("", !0),
3258
- (h(), D(Vs(S.component), ne({ ref_for: !0 }, S.props || {}, { class: "vc-gridstack-dashboard__widget-content" }), null, 16))
3280
+ (h(), D($s(S.component), ne({ ref_for: !0 }, S.props || {}, { class: "vc-gridstack-dashboard__widget-content" }), null, 16))
3259
3281
  ])
3260
- ], 8, Kr))), 128))
3261
- ], 8, zr)) : (h(), N("div", {
3282
+ ], 8, Yr))), 128))
3283
+ ], 8, jr)) : (h(), N("div", {
3262
3284
  key: 0,
3263
3285
  class: "vc-gridstack-dashboard__skeleton-grid",
3264
3286
  role: "status",
3265
3287
  "aria-busy": "true",
3266
3288
  "aria-label": e.ariaLabel
3267
3289
  }, [
3268
- (h(!0), N(Y, null, ae(d.value, (S, I) => (h(), D(xr, {
3290
+ (h(!0), N(Y, null, ae(d.value, (S, I) => (h(), D(Kr, {
3269
3291
  key: `skeleton-${I}`,
3270
3292
  class: "vc-gridstack-dashboard__skeleton-item",
3271
3293
  style: Se(l(S))
3272
3294
  }, null, 8, ["style"]))), 128))
3273
- ], 8, Hr)),
3274
- k("div", Yr, F(r.value), 1)
3295
+ ], 8, qr)),
3296
+ k("div", Jr, F(r.value), 1)
3275
3297
  ]),
3276
3298
  _: 1
3277
3299
  }));
3278
3300
  }
3279
- }), $c = /* @__PURE__ */ $({
3301
+ }), Hc = /* @__PURE__ */ U({
3280
3302
  __name: "DraggableDashboard",
3281
3303
  props: {
3282
3304
  showDragHandles: { type: Boolean, default: !1 },
@@ -3296,7 +3318,7 @@ const xr = /* @__PURE__ */ hs($r, [["render", Gr]]), Hr = ["aria-label"], zr = [
3296
3318
  a.value?.saveLayout?.();
3297
3319
  },
3298
3320
  useBuiltInPositions: () => a.value?.useBuiltInPositions?.() ?? !1
3299
- }), (n, d) => (h(), D(Zr, {
3321
+ }), (n, d) => (h(), D(Qr, {
3300
3322
  ref_key: "dashboardRef",
3301
3323
  ref: a,
3302
3324
  "show-drag-handles": e.showDragHandles,
@@ -3304,19 +3326,19 @@ const xr = /* @__PURE__ */ hs($r, [["render", Gr]]), Hr = ["aria-label"], zr = [
3304
3326
  "aria-label": e.ariaLabel
3305
3327
  }, null, 8, ["show-drag-handles", "resizable", "aria-label"]));
3306
3328
  }
3307
- }), Wc = lt, Gc = ct, xc = dt, Hc = Za, zc = ut, Kc = Mr, qc = Ce, Xr = { class: "dashboard-widget-card" }, Jr = { class: "dashboard-widget-card__header" }, Qr = { class: "dashboard-widget-card__header-content" }, ei = {
3329
+ }), zc = lt, Kc = ct, qc = dt, jc = Xa, Yc = ut, Zc = $r, Xc = Ce, ei = { class: "dashboard-widget-card" }, ti = { class: "dashboard-widget-card__header" }, ai = { class: "dashboard-widget-card__header-content" }, si = {
3308
3330
  key: 0,
3309
3331
  class: "dashboard-widget-card__icon-wrapper"
3310
- }, ti = { class: "dashboard-widget-card__title" }, ai = {
3332
+ }, oi = { class: "dashboard-widget-card__title" }, ni = {
3311
3333
  key: 0,
3312
3334
  class: "dashboard-widget-card__actions"
3313
- }, si = {
3335
+ }, ri = {
3314
3336
  key: 0,
3315
3337
  class: "dashboard-widget-card__stats"
3316
- }, oi = { class: "dashboard-widget-card__body" }, ni = {
3338
+ }, ii = { class: "dashboard-widget-card__body" }, li = {
3317
3339
  key: 1,
3318
3340
  class: "dashboard-widget-card__footer"
3319
- }, jc = /* @__PURE__ */ $({
3341
+ }, Jc = /* @__PURE__ */ U({
3320
3342
  __name: "dashboard-widget-card",
3321
3343
  props: {
3322
3344
  header: {},
@@ -3325,38 +3347,38 @@ const xr = /* @__PURE__ */ hs($r, [["render", Gr]]), Hr = ["aria-label"], zr = [
3325
3347
  },
3326
3348
  setup(e) {
3327
3349
  const t = e;
3328
- return (a, s) => (h(), N("div", Xr, [
3329
- k("div", Jr, [
3350
+ return (a, s) => (h(), N("div", ei, [
3351
+ k("div", ti, [
3330
3352
  W(a.$slots, "header", {}, () => [
3331
- k("div", Qr, [
3332
- e.icon ? (h(), N("div", ei, [
3333
- y(c(ua), {
3353
+ k("div", ai, [
3354
+ e.icon ? (h(), N("div", si, [
3355
+ y(c(fa), {
3334
3356
  class: "dashboard-widget-card__icon",
3335
3357
  icon: e.icon,
3336
3358
  size: "l"
3337
3359
  }, null, 8, ["icon"])
3338
3360
  ])) : V("", !0),
3339
- k("div", ti, F(t.header), 1)
3361
+ k("div", oi, F(t.header), 1)
3340
3362
  ])
3341
3363
  ]),
3342
- a.$slots.actions ? (h(), N("div", ai, [
3364
+ a.$slots.actions ? (h(), N("div", ni, [
3343
3365
  W(a.$slots, "actions")
3344
3366
  ])) : V("", !0)
3345
3367
  ]),
3346
- a.$slots.stats ? (h(), N("div", si, [
3368
+ a.$slots.stats ? (h(), N("div", ri, [
3347
3369
  W(a.$slots, "stats")
3348
3370
  ])) : V("", !0),
3349
- ra((h(), N("div", oi, [
3371
+ ia((h(), N("div", ii, [
3350
3372
  W(a.$slots, "content")
3351
3373
  ])), [
3352
- [c(Xt), e.loading]
3374
+ [c(Jt), e.loading]
3353
3375
  ]),
3354
- a.$slots.footer ? (h(), N("div", ni, [
3376
+ a.$slots.footer ? (h(), N("div", li, [
3355
3377
  W(a.$slots, "footer")
3356
3378
  ])) : V("", !0)
3357
3379
  ]));
3358
3380
  }
3359
- }), ri = { class: "dashboard-stat-item" }, ii = { class: "dashboard-stat-item__label" }, Yc = /* @__PURE__ */ $({
3381
+ }), ci = { class: "dashboard-stat-item" }, di = { class: "dashboard-stat-item__label" }, Qc = /* @__PURE__ */ U({
3360
3382
  __name: "dashboard-stat-item",
3361
3383
  props: {
3362
3384
  value: {},
@@ -3364,24 +3386,24 @@ const xr = /* @__PURE__ */ hs($r, [["render", Gr]]), Hr = ["aria-label"], zr = [
3364
3386
  variant: {}
3365
3387
  },
3366
3388
  setup(e) {
3367
- return (t, a) => (h(), N("div", ri, [
3389
+ return (t, a) => (h(), N("div", ci, [
3368
3390
  k("div", {
3369
- class: ta(["dashboard-stat-item__value", e.variant ? `dashboard-stat-item__value--${e.variant}` : ""])
3391
+ class: aa(["dashboard-stat-item__value", e.variant ? `dashboard-stat-item__value--${e.variant}` : ""])
3370
3392
  }, F(e.value), 3),
3371
- k("div", ii, F(e.label), 1)
3393
+ k("div", di, F(e.label), 1)
3372
3394
  ]));
3373
3395
  }
3374
- }), li = { class: "tw-divide-y tw-divide-[var(--neutrals-200)]" }, Zc = /* @__PURE__ */ $({
3396
+ }), ui = { class: "tw-divide-y tw-divide-[var(--neutrals-200)]" }, ed = /* @__PURE__ */ U({
3375
3397
  __name: "dashboard-feed-list",
3376
3398
  setup(e) {
3377
- return (t, a) => (h(), N("div", li, [
3399
+ return (t, a) => (h(), N("div", ui, [
3378
3400
  W(t.$slots, "default")
3379
3401
  ]));
3380
3402
  }
3381
- }), ci = { class: "tw-flex tw-items-center tw-gap-2.5 tw-min-w-0" }, di = {
3403
+ }), fi = { class: "tw-flex tw-items-center tw-gap-2.5 tw-min-w-0" }, gi = {
3382
3404
  key: 0,
3383
3405
  class: "tw-flex tw-items-center tw-gap-3 tw-flex-shrink-0 tw-ml-3"
3384
- }, Xc = /* @__PURE__ */ $({
3406
+ }, td = /* @__PURE__ */ U({
3385
3407
  __name: "dashboard-feed-row",
3386
3408
  emits: ["click"],
3387
3409
  setup(e) {
@@ -3389,15 +3411,15 @@ const xr = /* @__PURE__ */ hs($r, [["render", Gr]]), Hr = ["aria-label"], zr = [
3389
3411
  class: "dashboard-feed-row",
3390
3412
  onClick: a[0] || (a[0] = (s) => t.$emit("click"))
3391
3413
  }, [
3392
- k("div", ci, [
3414
+ k("div", fi, [
3393
3415
  W(t.$slots, "default")
3394
3416
  ]),
3395
- t.$slots.trailing ? (h(), N("div", di, [
3417
+ t.$slots.trailing ? (h(), N("div", gi, [
3396
3418
  W(t.$slots, "trailing")
3397
3419
  ])) : V("", !0)
3398
3420
  ]));
3399
3421
  }
3400
- }), wt = /* @__PURE__ */ $({
3422
+ }), wt = /* @__PURE__ */ U({
3401
3423
  __name: "ChartContainer",
3402
3424
  props: {
3403
3425
  config: {}
@@ -3419,19 +3441,19 @@ const xr = /* @__PURE__ */ hs($r, [["render", Gr]]), Hr = ["aria-label"], zr = [
3419
3441
  W(o.$slots, "default")
3420
3442
  ], 4));
3421
3443
  }
3422
- }), ui = { class: "dashboard-chart-tooltip" }, fi = {
3444
+ }), mi = { class: "dashboard-chart-tooltip" }, pi = {
3423
3445
  key: 0,
3424
3446
  class: "dashboard-chart-tooltip__title"
3425
- }, gi = { class: "dashboard-chart-tooltip__items" }, mi = { class: "dashboard-chart-tooltip__label" }, pi = { class: "dashboard-chart-tooltip__value" }, Jc = /* @__PURE__ */ $({
3447
+ }, Ei = { class: "dashboard-chart-tooltip__items" }, hi = { class: "dashboard-chart-tooltip__label" }, vi = { class: "dashboard-chart-tooltip__value" }, ad = /* @__PURE__ */ U({
3426
3448
  __name: "ChartTooltip",
3427
3449
  props: {
3428
3450
  title: {},
3429
3451
  items: {}
3430
3452
  },
3431
3453
  setup(e) {
3432
- return (t, a) => (h(), N("div", ui, [
3433
- e.title ? (h(), N("div", fi, F(e.title), 1)) : V("", !0),
3434
- k("div", gi, [
3454
+ return (t, a) => (h(), N("div", mi, [
3455
+ e.title ? (h(), N("div", pi, F(e.title), 1)) : V("", !0),
3456
+ k("div", Ei, [
3435
3457
  (h(!0), N(Y, null, ae(e.items, (s, o) => (h(), N("div", {
3436
3458
  key: o,
3437
3459
  class: "dashboard-chart-tooltip__item"
@@ -3440,19 +3462,19 @@ const xr = /* @__PURE__ */ hs($r, [["render", Gr]]), Hr = ["aria-label"], zr = [
3440
3462
  class: "dashboard-chart-tooltip__indicator",
3441
3463
  style: Se({ background: s.color })
3442
3464
  }, null, 4),
3443
- k("span", mi, F(s.label), 1),
3444
- k("span", pi, F(s.value), 1)
3465
+ k("span", hi, F(s.label), 1),
3466
+ k("span", vi, F(s.value), 1)
3445
3467
  ]))), 128))
3446
3468
  ])
3447
3469
  ]));
3448
3470
  }
3449
- }), Ei = { class: "dashboard-chart-legend" }, hi = { class: "dashboard-chart-legend__label" }, Tt = /* @__PURE__ */ $({
3471
+ }), Si = { class: "dashboard-chart-legend" }, Ai = { class: "dashboard-chart-legend__label" }, Tt = /* @__PURE__ */ U({
3450
3472
  __name: "ChartLegend",
3451
3473
  props: {
3452
3474
  config: {}
3453
3475
  },
3454
3476
  setup(e) {
3455
- return (t, a) => (h(), N("div", Ei, [
3477
+ return (t, a) => (h(), N("div", Si, [
3456
3478
  (h(!0), N(Y, null, ae(e.config, (s, o) => (h(), N("div", {
3457
3479
  key: o,
3458
3480
  class: "dashboard-chart-legend__item"
@@ -3461,17 +3483,17 @@ const xr = /* @__PURE__ */ hs($r, [["render", Gr]]), Hr = ["aria-label"], zr = [
3461
3483
  class: "dashboard-chart-legend__indicator",
3462
3484
  style: Se({ background: s.color })
3463
3485
  }, null, 4),
3464
- k("span", hi, F(s.label), 1)
3486
+ k("span", Ai, F(s.label), 1)
3465
3487
  ]))), 128))
3466
3488
  ]));
3467
3489
  }
3468
- }), vi = "var(--primary-500)", Xa = "-", Si = {
3490
+ }), bi = "var(--primary-500)", Ja = "-", wi = {
3469
3491
  "&": "&amp;",
3470
3492
  "<": "&lt;",
3471
3493
  ">": "&gt;",
3472
3494
  '"': "&quot;",
3473
3495
  "'": "&#39;"
3474
- }, De = (e) => e == null ? "" : String(e).replace(/[&<>"']/g, (t) => Si[t] ?? t), Fe = (e) => {
3496
+ }, De = (e) => e == null ? "" : String(e).replace(/[&<>"']/g, (t) => wi[t] ?? t), Fe = (e) => {
3475
3497
  if (e instanceof Date) {
3476
3498
  const t = e.getTime();
3477
3499
  return Number.isFinite(t) ? t : void 0;
@@ -3486,7 +3508,7 @@ const xr = /* @__PURE__ */ hs($r, [["render", Gr]]), Hr = ["aria-label"], zr = [
3486
3508
  if (Number.isFinite(a))
3487
3509
  return a;
3488
3510
  }
3489
- }, Ja = (e, t, a, s) => {
3511
+ }, Qa = (e, t, a, s) => {
3490
3512
  const o = Fe(a), i = Fe(s);
3491
3513
  if (o === void 0 && i === void 0)
3492
3514
  return e;
@@ -3495,7 +3517,7 @@ const xr = /* @__PURE__ */ hs($r, [["render", Gr]]), Hr = ["aria-label"], zr = [
3495
3517
  const l = Fe(t(d));
3496
3518
  return l === void 0 ? !0 : !(r !== void 0 && l < r || n !== void 0 && l > n);
3497
3519
  });
3498
- }, Qa = (e, t) => {
3520
+ }, es = (e, t) => {
3499
3521
  if (t) {
3500
3522
  if (typeof e == "number" || e instanceof Date)
3501
3523
  return t(e);
@@ -3503,10 +3525,10 @@ const xr = /* @__PURE__ */ hs($r, [["render", Gr]]), Hr = ["aria-label"], zr = [
3503
3525
  if (a !== void 0)
3504
3526
  return t(a);
3505
3527
  }
3506
- return e == null ? Xa : String(e);
3528
+ return e == null ? Ja : String(e);
3507
3529
  }, Lt = (e, t) => {
3508
3530
  const a = typeof e == "number" ? e : Number(e);
3509
- return Number.isFinite(a) ? t ? t(a) : a.toLocaleString() : Xa;
3531
+ return Number.isFinite(a) ? t ? t(a) : a.toLocaleString() : Ja;
3510
3532
  }, _e = ({
3511
3533
  config: e,
3512
3534
  key: t,
@@ -3516,7 +3538,7 @@ const xr = /* @__PURE__ */ hs($r, [["render", Gr]]), Hr = ["aria-label"], zr = [
3516
3538
  const o = Object.keys(e), i = t ? e[t] : void 0, r = typeof a == "number" && Number.isFinite(a) && o[a] ? e[o[a]] : void 0, n = i ?? r;
3517
3539
  return {
3518
3540
  label: n?.label ?? s ?? t ?? "Series",
3519
- color: n?.color ?? vi
3541
+ color: n?.color ?? bi
3520
3542
  };
3521
3543
  }, _t = ({ title: e, items: t }) => {
3522
3544
  if (!t.length)
@@ -3536,7 +3558,7 @@ const xr = /* @__PURE__ */ hs($r, [["render", Gr]]), Hr = ["aria-label"], zr = [
3536
3558
  <div class="dashboard-chart-tooltip__items">${s}</div>
3537
3559
  </div>
3538
3560
  `;
3539
- }, Qc = /* @__PURE__ */ $({
3561
+ }, sd = /* @__PURE__ */ U({
3540
3562
  __name: "DashboardLineChart",
3541
3563
  props: {
3542
3564
  data: {},
@@ -3558,7 +3580,7 @@ const xr = /* @__PURE__ */ hs($r, [["render", Gr]]), Hr = ["aria-label"], zr = [
3558
3580
  },
3559
3581
  setup(e) {
3560
3582
  const t = e, a = { top: 8, right: 8, bottom: 4, left: 4 }, s = (l) => l[t.xKey], o = O(
3561
- () => Ja(t.data, (l) => l[t.xKey], t.rangeStart, t.rangeEnd)
3583
+ () => Qa(t.data, (l) => l[t.xKey], t.rangeStart, t.rangeEnd)
3562
3584
  ), i = O(() => t.yKeys.map((l) => (f) => f[l])), r = O(
3563
3585
  () => t.yKeys.map(
3564
3586
  (l, f) => _e({
@@ -3569,7 +3591,7 @@ const xr = /* @__PURE__ */ hs($r, [["render", Gr]]), Hr = ["aria-label"], zr = [
3569
3591
  }).color
3570
3592
  )
3571
3593
  ), n = (l) => _t({
3572
- title: Qa(l[t.xKey], t.xTickFormat),
3594
+ title: es(l[t.xKey], t.xTickFormat),
3573
3595
  items: t.yKeys.map((f, p) => {
3574
3596
  const { label: m, color: u } = _e({
3575
3597
  config: t.config,
@@ -3590,7 +3612,7 @@ const xr = /* @__PURE__ */ hs($r, [["render", Gr]]), Hr = ["aria-label"], zr = [
3590
3612
  };
3591
3613
  return (l, f) => (h(), D(wt, { config: e.config }, {
3592
3614
  default: T(() => [
3593
- y(c(fa), {
3615
+ y(c(ga), {
3594
3616
  data: o.value,
3595
3617
  height: e.height,
3596
3618
  margin: a
@@ -3602,14 +3624,14 @@ const xr = /* @__PURE__ */ hs($r, [["render", Gr]]), Hr = ["aria-label"], zr = [
3602
3624
  "class-name": "dashboard-chart-tooltip-host",
3603
3625
  "vertical-shift": 8
3604
3626
  })) : V("", !0),
3605
- e.showTooltip ? (h(), D(c(Fo), {
3627
+ e.showTooltip ? (h(), D(c(Vo), {
3606
3628
  key: 1,
3607
3629
  x: s,
3608
3630
  y: i.value,
3609
3631
  color: r.value,
3610
3632
  template: d
3611
3633
  }, null, 8, ["y", "color"])) : V("", !0),
3612
- (h(!0), N(Y, null, ae(i.value, (p, m) => (h(), D(c(Vo), {
3634
+ (h(!0), N(Y, null, ae(i.value, (p, m) => (h(), D(c($o), {
3613
3635
  key: m,
3614
3636
  x: s,
3615
3637
  y: p,
@@ -3617,7 +3639,7 @@ const xr = /* @__PURE__ */ hs($r, [["render", Gr]]), Hr = ["aria-label"], zr = [
3617
3639
  "curve-type": "monotoneX",
3618
3640
  "line-width": 2
3619
3641
  }, null, 8, ["y", "color"]))), 128)),
3620
- e.showXAxis ? (h(), D(c($e), {
3642
+ e.showXAxis ? (h(), D(c(Ue), {
3621
3643
  key: 2,
3622
3644
  type: "x",
3623
3645
  "tick-line": !1,
@@ -3626,7 +3648,7 @@ const xr = /* @__PURE__ */ hs($r, [["render", Gr]]), Hr = ["aria-label"], zr = [
3626
3648
  "num-ticks": e.numXTicks,
3627
3649
  "tick-format": e.xTickFormat
3628
3650
  }, null, 8, ["num-ticks", "tick-format"])) : V("", !0),
3629
- e.showYAxis ? (h(), D(c($e), {
3651
+ e.showYAxis ? (h(), D(c(Ue), {
3630
3652
  key: 3,
3631
3653
  type: "y",
3632
3654
  "tick-line": !1,
@@ -3646,7 +3668,7 @@ const xr = /* @__PURE__ */ hs($r, [["render", Gr]]), Hr = ["aria-label"], zr = [
3646
3668
  _: 1
3647
3669
  }, 8, ["config"]));
3648
3670
  }
3649
- }), ed = /* @__PURE__ */ $({
3671
+ }), od = /* @__PURE__ */ U({
3650
3672
  __name: "DashboardBarChart",
3651
3673
  props: {
3652
3674
  data: {},
@@ -3668,7 +3690,7 @@ const xr = /* @__PURE__ */ hs($r, [["render", Gr]]), Hr = ["aria-label"], zr = [
3668
3690
  },
3669
3691
  setup(e) {
3670
3692
  const t = e, a = { top: 8, right: 8, bottom: 4, left: 4 }, s = (d) => d[t.xKey], o = O(
3671
- () => Ja(t.data, (d) => d[t.xKey], t.rangeStart, t.rangeEnd)
3693
+ () => Qa(t.data, (d) => d[t.xKey], t.rangeStart, t.rangeEnd)
3672
3694
  ), i = O(() => t.yKeys.map((d) => (l) => l[d])), r = O(
3673
3695
  () => t.yKeys.map(
3674
3696
  (d, l) => _e({
@@ -3692,7 +3714,7 @@ const xr = /* @__PURE__ */ hs($r, [["render", Gr]]), Hr = ["aria-label"], zr = [
3692
3714
  fallbackLabel: String(p)
3693
3715
  });
3694
3716
  return _t({
3695
- title: Qa(d[t.xKey], t.xTickFormat),
3717
+ title: es(d[t.xKey], t.xTickFormat),
3696
3718
  items: [
3697
3719
  {
3698
3720
  label: m,
@@ -3705,7 +3727,7 @@ const xr = /* @__PURE__ */ hs($r, [["render", Gr]]), Hr = ["aria-label"], zr = [
3705
3727
  }));
3706
3728
  return (d, l) => (h(), D(wt, { config: e.config }, {
3707
3729
  default: T(() => [
3708
- y(c(fa), {
3730
+ y(c(ga), {
3709
3731
  data: o.value,
3710
3732
  height: e.height,
3711
3733
  margin: a
@@ -3718,14 +3740,14 @@ const xr = /* @__PURE__ */ hs($r, [["render", Gr]]), Hr = ["aria-label"], zr = [
3718
3740
  "vertical-shift": 8,
3719
3741
  triggers: n.value
3720
3742
  }, null, 8, ["triggers"])) : V("", !0),
3721
- y(c($o), {
3743
+ y(c(Wo), {
3722
3744
  x: s,
3723
3745
  y: i.value,
3724
3746
  color: r.value,
3725
3747
  "rounded-corners": 4,
3726
3748
  "bar-padding": 0.2
3727
3749
  }, null, 8, ["y", "color"]),
3728
- e.showXAxis ? (h(), D(c($e), {
3750
+ e.showXAxis ? (h(), D(c(Ue), {
3729
3751
  key: 1,
3730
3752
  type: "x",
3731
3753
  "tick-line": !1,
@@ -3734,7 +3756,7 @@ const xr = /* @__PURE__ */ hs($r, [["render", Gr]]), Hr = ["aria-label"], zr = [
3734
3756
  "num-ticks": e.numXTicks,
3735
3757
  "tick-format": e.xTickFormat
3736
3758
  }, null, 8, ["num-ticks", "tick-format"])) : V("", !0),
3737
- e.showYAxis ? (h(), D(c($e), {
3759
+ e.showYAxis ? (h(), D(c(Ue), {
3738
3760
  key: 2,
3739
3761
  type: "y",
3740
3762
  "tick-line": !1,
@@ -3754,7 +3776,7 @@ const xr = /* @__PURE__ */ hs($r, [["render", Gr]]), Hr = ["aria-label"], zr = [
3754
3776
  _: 1
3755
3777
  }, 8, ["config"]));
3756
3778
  }
3757
- }), td = /* @__PURE__ */ $({
3779
+ }), nd = /* @__PURE__ */ U({
3758
3780
  __name: "DashboardDonutChart",
3759
3781
  props: {
3760
3782
  data: {},
@@ -3778,7 +3800,7 @@ const xr = /* @__PURE__ */ hs($r, [["render", Gr]]), Hr = ["aria-label"], zr = [
3778
3800
  const f = s.value[d];
3779
3801
  return f ? t.config[f]?.label ?? f : `Segment ${d + 1}`;
3780
3802
  }, r = O(() => ({
3781
- [Wo.segment]: (n) => {
3803
+ [Go.segment]: (n) => {
3782
3804
  if (!n?.data)
3783
3805
  return;
3784
3806
  const d = n.index ?? 0, l = i(n.data, d), f = s.value[d], { color: p } = _e({
@@ -3800,12 +3822,12 @@ const xr = /* @__PURE__ */ hs($r, [["render", Gr]]), Hr = ["aria-label"], zr = [
3800
3822
  }));
3801
3823
  return (n, d) => (h(), D(wt, { config: e.config }, {
3802
3824
  default: T(() => [
3803
- y(c(Go), {
3825
+ y(c(xo), {
3804
3826
  data: e.data,
3805
3827
  height: e.height
3806
3828
  }, {
3807
3829
  default: T(() => [
3808
- y(c(xo), {
3830
+ y(c(Ho), {
3809
3831
  value: a,
3810
3832
  color: o,
3811
3833
  "arc-width": e.arcWidth,
@@ -3839,7 +3861,7 @@ function ce(e, t) {
3839
3861
  const a = `[useBladeNavigation] "${e}" is deprecated.`;
3840
3862
  console.warn(t ? `${a} Use ${t} instead.` : a);
3841
3863
  }
3842
- function zt(e, t, a) {
3864
+ function Kt(e, t, a) {
3843
3865
  return {
3844
3866
  props: {
3845
3867
  navigation: {
@@ -3856,36 +3878,36 @@ function zt(e, t, a) {
3856
3878
  type: { name: e.name }
3857
3879
  };
3858
3880
  }
3859
- let Ve, Ue;
3860
- function ad() {
3861
- Ve = void 0, Ue = void 0, ft.clear();
3881
+ let Ve, $e;
3882
+ function rd() {
3883
+ Ve = void 0, $e = void 0, ft.clear();
3862
3884
  }
3863
- function Ai() {
3864
- const e = ao, t = oo, a = so;
3885
+ function Ti() {
3886
+ const e = so, t = no, a = oo;
3865
3887
  if (!e || !t)
3866
3888
  throw new Error(
3867
3889
  "[useBladeNavigation adapter] BladeStack or BladeMessaging not available. Ensure plugin-v2 is installed before calling useBladeNavigation()."
3868
3890
  );
3869
- const s = to?.router;
3891
+ const s = ao?.router;
3870
3892
  if (!s)
3871
3893
  throw new Error("[@vc-shell/framework#useBladeNavigation] Vue Router instance is not available.");
3872
3894
  return Ve || (Ve = O(() => {
3873
3895
  const o = e.activeBlade.value?.id;
3874
- return e.blades.value.map((i, r) => zt(i, r, o));
3875
- })), Ue || (Ue = O(() => {
3896
+ return e.blades.value.map((i, r) => Kt(i, r, o));
3897
+ })), $e || ($e = O(() => {
3876
3898
  const o = e.workspace.value;
3877
3899
  if (o)
3878
- return zt(o, 0, e.activeBlade.value?.id);
3900
+ return Kt(o, 0, e.activeBlade.value?.id);
3879
3901
  })), {
3880
3902
  bladeStack: e,
3881
3903
  messaging: t,
3882
3904
  bladeRegistry: a,
3883
3905
  router: s,
3884
3906
  blades: Ve,
3885
- activeWorkspace: Ue
3907
+ activeWorkspace: $e
3886
3908
  };
3887
3909
  }
3888
- function bi(e) {
3910
+ function Li(e) {
3889
3911
  if (!e)
3890
3912
  throw new Error("Blade cannot be null or undefined.");
3891
3913
  if (typeof e == "object" && "name" in e && typeof e.name == "string")
@@ -3893,8 +3915,8 @@ function bi(e) {
3893
3915
  const t = e;
3894
3916
  return t.name || t.__name || "UnknownBlade";
3895
3917
  }
3896
- function sd() {
3897
- const { bladeStack: e, messaging: t, bladeRegistry: a, router: s, blades: o, activeWorkspace: i } = Ai(), r = Us() ? te(la, void 0) : void 0, { syncUrlPush: n, syncUrlReplace: d } = ro(s, e);
3918
+ function id() {
3919
+ const { bladeStack: e, messaging: t, bladeRegistry: a, router: s, blades: o, activeWorkspace: i } = Ti(), r = Us() ? te(ca, void 0) : void 0, { syncUrlPush: n, syncUrlReplace: d } = io(s, e);
3898
3920
  function l() {
3899
3921
  return r ? r.value.id : e.activeBlade.value?.id;
3900
3922
  }
@@ -3905,7 +3927,7 @@ function sd() {
3905
3927
  }
3906
3928
  async function p(E, g) {
3907
3929
  const S = {
3908
- name: bi(E.blade),
3930
+ name: Li(E.blade),
3909
3931
  param: E.param,
3910
3932
  options: E.options,
3911
3933
  onOpen: E.onOpen,
@@ -3938,7 +3960,7 @@ function sd() {
3938
3960
  name: v.name,
3939
3961
  params: s.currentRoute.value.params
3940
3962
  };
3941
- const S = no(s);
3963
+ const S = ro(s);
3942
3964
  return { path: S ? `/${S}` : "/" };
3943
3965
  }
3944
3966
  async function w(E, g) {
@@ -3959,7 +3981,7 @@ function sd() {
3959
3981
  ce("onBeforeClose(cb)", "useBlade().onBeforeClose(guard)");
3960
3982
  const g = l();
3961
3983
  if (!g) {
3962
- $s("onBeforeClose: Could not determine current blade.");
3984
+ Ws("onBeforeClose: Could not determine current blade.");
3963
3985
  return;
3964
3986
  }
3965
3987
  e.registerBeforeClose(g, async () => await E() === !1);
@@ -4003,7 +4025,7 @@ function sd() {
4003
4025
  const g = f(E);
4004
4026
  g && e.clearBladeError(g);
4005
4027
  }
4006
- const U = O(() => {
4028
+ const $ = O(() => {
4007
4029
  if (!r) return;
4008
4030
  const E = r.value;
4009
4031
  return {
@@ -4027,7 +4049,7 @@ function sd() {
4027
4049
  getNavigationQuery: L,
4028
4050
  setBladeError: C,
4029
4051
  clearBladeError: B,
4030
- currentBladeNavigationData: U
4052
+ currentBladeNavigationData: $
4031
4053
  };
4032
4054
  }
4033
4055
  function Ne(e) {
@@ -4043,7 +4065,7 @@ function xe(e, t) {
4043
4065
  if (!xe(a[i], s[i])) return !1;
4044
4066
  return !0;
4045
4067
  }
4046
- function od(e) {
4068
+ function ld(e) {
4047
4069
  const {
4048
4070
  data: t,
4049
4071
  canSaveOverride: a,
@@ -4071,18 +4093,18 @@ function od(e) {
4071
4093
  return r();
4072
4094
  t.value = Q(f.value);
4073
4095
  }
4074
- if (o && Sn(u), s !== !1) {
4075
- const { onBeforeClose: P } = Et(), { showConfirmation: L } = As();
4096
+ if (o && An(u), s !== !1) {
4097
+ const { onBeforeClose: P } = Et(), { showConfirmation: L } = bs();
4076
4098
  P(async () => {
4077
4099
  let C;
4078
4100
  if (typeof s == "object" ? C = s.value && u.value : C = u.value, C) {
4079
- const B = i ? oa(i) : "You have unsaved changes. Are you sure you want to leave?";
4101
+ const B = i ? na(i) : "You have unsaved changes. Are you sure you want to leave?";
4080
4102
  return !await L(B);
4081
4103
  }
4082
4104
  return !1;
4083
4105
  });
4084
4106
  }
4085
- return sa(io, { isModified: u, canSave: w }), {
4107
+ return oa(lo, { isModified: u, canSave: w }), {
4086
4108
  setBaseline: A,
4087
4109
  markReady: b,
4088
4110
  revert: _,
@@ -4094,7 +4116,7 @@ function od(e) {
4094
4116
  errorBag: l
4095
4117
  };
4096
4118
  }
4097
- const ke = 14, Kt = 3, wi = $({
4119
+ const ke = 14, qt = 3, _i = U({
4098
4120
  name: "NotificationContainer",
4099
4121
  inheritAttrs: !1,
4100
4122
  props: {
@@ -4150,7 +4172,7 @@ const ke = 14, Kt = 3, wi = $({
4150
4172
  }
4151
4173
  },
4152
4174
  setup(e) {
4153
- const { notificationContainers: t, actions: a } = te(ha), s = O(() => t[e.position].value || []), o = R(!1), i = R(!1);
4175
+ const { notificationContainers: t, actions: a } = te(va), s = O(() => t[e.position].value || []), o = R(!1), i = R(!1);
4154
4176
  let r = null;
4155
4177
  function n() {
4156
4178
  r && (clearTimeout(r), r = null), o.value = !0;
@@ -4196,16 +4218,16 @@ const ke = 14, Kt = 3, wi = $({
4196
4218
  toastIndex: S,
4197
4219
  toastsCount: b,
4198
4220
  expanded: _,
4199
- visibleToasts: Kt,
4221
+ visibleToasts: qt,
4200
4222
  style: ie
4201
4223
  };
4202
4224
  return g.content && p(g.content) ? le(It, {
4203
4225
  ...Ot,
4204
- content: le(Ws(g.content))
4226
+ content: le(Gs(g.content))
4205
4227
  }) : le(It, Ot);
4206
4228
  });
4207
- let U = null;
4208
- P && (U = le(
4229
+ let $ = null;
4230
+ P && ($ = le(
4209
4231
  "div",
4210
4232
  {
4211
4233
  class: "notification__clear-all",
@@ -4226,7 +4248,7 @@ const ke = 14, Kt = 3, wi = $({
4226
4248
  type: "button",
4227
4249
  onClick: u
4228
4250
  },
4229
- [le(ua, { icon: "lucide-x", size: "xs", "aria-hidden": "true" }), "Clear all"]
4251
+ [le(fa, { icon: "lucide-x", size: "xs", "aria-hidden": "true" }), "Clear all"]
4230
4252
  )
4231
4253
  ]
4232
4254
  ));
@@ -4241,7 +4263,7 @@ const ke = 14, Kt = 3, wi = $({
4241
4263
  const S = g * ke + v, I = A[0].notificationId !== void 0 && l.get(A[0].notificationId) || 0;
4242
4264
  E = S + I;
4243
4265
  } else
4244
- E = C + Math.min(b - 1, Kt - 1) * ke;
4266
+ E = C + Math.min(b - 1, qt - 1) * ke;
4245
4267
  return le(
4246
4268
  "ol",
4247
4269
  {
@@ -4264,44 +4286,44 @@ const ke = 14, Kt = 3, wi = $({
4264
4286
  i.value = !1;
4265
4287
  }
4266
4288
  },
4267
- [...B, U]
4289
+ [...B, $]
4268
4290
  );
4269
4291
  };
4270
4292
  }
4271
- }), Ti = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
4293
+ }), Oi = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
4272
4294
  __proto__: null,
4273
- default: wi
4295
+ default: _i
4274
4296
  }, Symbol.toStringTag, { value: "Module" }));
4275
- function Li(e, t) {
4297
+ function yi(e, t) {
4276
4298
  t.i18n?.locale && (oe.global.locale.value = t.i18n.locale), t.i18n?.fallbackLocale && (oe.global.fallbackLocale.value = t.i18n.fallbackLocale), e.use(oe);
4277
- const a = ws();
4278
- e.provide(lo, a);
4299
+ const a = Ts();
4300
+ e.provide(co, a);
4279
4301
  const { resolveCamelCaseLocale: s } = a;
4280
4302
  e.config.globalProperties.$mergeLocaleMessage = (o, i) => {
4281
4303
  oe.global.mergeLocaleMessage(s(o), i);
4282
- }, Object.entries(rr).forEach(([o, i]) => {
4304
+ }, Object.entries(ir).forEach(([o, i]) => {
4283
4305
  oe.global.mergeLocaleMessage(s(o), i);
4284
4306
  });
4285
4307
  }
4286
- function _i(e) {
4287
- const t = ts({
4308
+ function Ii(e) {
4309
+ const t = as({
4288
4310
  phone: 480,
4289
4311
  desktop: 1024
4290
4312
  });
4291
- 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(co, e.config.globalProperties.$isPhone), e.provide(uo, e.config.globalProperties.$isTablet), e.provide(fo, e.config.globalProperties.$isMobile), e.provide(go, e.config.globalProperties.$isDesktop), e.provide(mo, e.config.globalProperties.$isTouch);
4313
+ 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(uo, e.config.globalProperties.$isPhone), e.provide(fo, e.config.globalProperties.$isTablet), e.provide(go, e.config.globalProperties.$isMobile), e.provide(mo, e.config.globalProperties.$isDesktop), e.provide(po, e.config.globalProperties.$isTouch);
4292
4314
  }
4293
- function Oi(e) {
4294
- e.config.globalProperties.pages = [], e.config.globalProperties.bladeRoutes = [], e.provide(po, e.config.globalProperties.bladeRoutes);
4315
+ function Ri(e) {
4316
+ e.config.globalProperties.pages = [], e.config.globalProperties.bladeRoutes = [], e.provide(Eo, e.config.globalProperties.bladeRoutes);
4295
4317
  }
4296
- function yi(e) {
4297
- e.provide(ia, Ts()), e.provide(Eo, Ls()), e.provide(ho, _s()), e.provide(vo, Os()), e.provide(So, ys()), e.provide(Ao, Ee());
4298
- const t = Is(e);
4299
- e.provide(qt, t);
4318
+ function Pi(e) {
4319
+ e.provide(la, Ls()), e.provide(ho, _s()), e.provide(vo, Os()), e.provide(So, ys()), e.provide(Ao, Is()), e.provide(bo, Ee());
4320
+ const t = Rs(e);
4321
+ e.provide(jt, t);
4300
4322
  }
4301
- function Ii(e, t) {
4302
- mr(), e.use(Jo, { router: t.router }), e.use(sn), e.use(Gn), e.use(qn), e.use(jo), e.use(qo), e.use(Lo), e.use(To, t.aiAgent);
4323
+ function Ci(e, t) {
4324
+ pr(), e.use(Qo, { router: t.router }), e.use(on), e.use(xn), e.use(jn), e.use(Yo), e.use(jo), e.use(_o), e.use(Lo, t.aiAgent);
4303
4325
  }
4304
- function Ri(e, t) {
4326
+ function Di(e, t) {
4305
4327
  if (!t.applicationInsights?.instrumentationKey) return;
4306
4328
  const a = {
4307
4329
  appInsightsConfig: {
@@ -4314,9 +4336,9 @@ function Ri(e, t) {
4314
4336
  cloudRole: t.applicationInsights?.cloudRole,
4315
4337
  cloudRoleInstance: t.applicationInsights?.cloudRoleInstance
4316
4338
  };
4317
- e.provide(Rs, a);
4339
+ e.provide(Ps, a);
4318
4340
  }
4319
- function Pi(e, t) {
4341
+ function Ni(e, t) {
4320
4342
  if (!t.applicationInsights?.instrumentationKey) return;
4321
4343
  const a = {
4322
4344
  appInsightsConfig: {
@@ -4329,10 +4351,10 @@ function Pi(e, t) {
4329
4351
  cloudRole: t.applicationInsights?.cloudRole,
4330
4352
  cloudRoleInstance: t.applicationInsights?.cloudRoleInstance
4331
4353
  };
4332
- e.use(Oo, a);
4333
- const s = e.runWithContext(() => yo());
4334
- e.provide(Ps, s), e.runWithContext(() => {
4335
- const { setupPageTracking: o } = Cs();
4354
+ e.use(yo, a);
4355
+ const s = e.runWithContext(() => Io());
4356
+ e.provide(Cs, s), e.runWithContext(() => {
4357
+ const { setupPageTracking: o } = Ds();
4336
4358
  t.router.beforeEach((i) => {
4337
4359
  o.beforeEach({ name: i.name });
4338
4360
  }), t.router.afterEach((i) => {
@@ -4340,7 +4362,7 @@ function Pi(e, t) {
4340
4362
  });
4341
4363
  });
4342
4364
  }
4343
- function Ci(e) {
4365
+ function ki(e) {
4344
4366
  const t = (a) => {
4345
4367
  let s = {};
4346
4368
  return Object.keys(a.params).length > 0 && (s = Object.fromEntries(Object.entries(a.params).filter(([o]) => o !== "pathMatch"))), s;
@@ -4368,395 +4390,395 @@ function Ci(e) {
4368
4390
  } else return !0;
4369
4391
  });
4370
4392
  }
4371
- const nd = {
4393
+ const cd = {
4372
4394
  install(e, t) {
4373
- bs().register([{ key: "light", localizationKey: "core.themes.light" }]), window.fetch = er(t.router), Li(e, t), _i(e), Oi(e), yi(e), Ii(e, t), Ri(e, t), ir(e), typeof window < "u" && (e.runWithContext(() => ba()), e.runWithContext(() => Ta())), Ci(t.router), setTimeout(() => {
4374
- performance.mark("vc:deferred-plugins-start"), Pi(e, t), performance.mark("vc:deferred-plugins-done");
4395
+ hr(), ws().register([{ key: "light", localizationKey: "core.themes.light" }]), window.fetch = tr(t.router), yi(e, t), Ii(e), Ri(e), Pi(e), Ci(e, t), Di(e, t), lr(e), typeof window < "u" && (e.runWithContext(() => wa()), e.runWithContext(() => La())), ki(t.router), setTimeout(() => {
4396
+ performance.mark("vc:deferred-plugins-start"), Ni(e, t), performance.mark("vc:deferred-plugins-done");
4375
4397
  }, 0);
4376
4398
  }
4377
4399
  };
4378
4400
  export {
4379
- Hg as AI_AGENT_URL_ENV_KEY,
4380
- zg as AiAgentServiceKey,
4381
- Kg as ApiException,
4382
- qg as AppBarMobileButtonsServiceKey,
4383
- ho as AppBarWidgetServiceKey,
4384
- Ps as AppInsightsInstanceKey,
4385
- Rs as AppInsightsOptionsKey,
4386
- jg as AppManifestClient,
4387
- Yg as AppPlacement,
4388
- Zg as AppRootElementKey,
4389
- Xg as AppsClient,
4390
- Gn as AssetsDetailsModule,
4391
- zn as AssetsManager,
4392
- qn as AssetsManagerModule,
4393
- Jg as AuthApiBase,
4394
- Qg as AuthorizationClient,
4395
- em as BladeBackButtonKey,
4396
- tm as BladeBannersKey,
4397
- ca as BladeContextKey,
4398
- am as BladeDataKey,
4399
- la as BladeDescriptorKey,
4400
- ld as BladeError,
4401
- io as BladeFormKey,
4402
- sm as BladeLoadingKey,
4403
- om as BladeMaximizedKey,
4404
- js as BladeMessagingKey,
4405
- po as BladeRoutesKey,
4406
- Ks as BladeStackKey,
4407
- cd as ButtonGroupKey,
4408
- on as COMPONENT_DEFAULTS,
4409
- dd as CellDate,
4410
- ud as CellDateAgo,
4411
- fd as CellDefault,
4412
- gd as CellEditableWrapper,
4413
- md as CellHtml,
4414
- pd as CellImage,
4415
- Ed as CellLink,
4416
- hd as CellMoney,
4417
- vd as CellNumber,
4418
- Sd as CellStatus,
4419
- Ad as CellStatusIcon,
4420
- nm as ChangeLogClient,
4421
- bd as ChangePassword,
4422
- wd as ChangePasswordButton,
4423
- Uc as ChangePasswordPage,
4401
+ jg as AI_AGENT_URL_ENV_KEY,
4402
+ Yg as AiAgentServiceKey,
4403
+ Zg as ApiException,
4404
+ Xg as AppBarMobileButtonsServiceKey,
4405
+ vo as AppBarWidgetServiceKey,
4406
+ Cs as AppInsightsInstanceKey,
4407
+ Ps as AppInsightsOptionsKey,
4408
+ Jg as AppManifestClient,
4409
+ Qg as AppPlacement,
4410
+ em as AppRootElementKey,
4411
+ tm as AppsClient,
4412
+ xn as AssetsDetailsModule,
4413
+ Kn as AssetsManager,
4414
+ jn as AssetsManagerModule,
4415
+ am as AuthApiBase,
4416
+ sm as AuthorizationClient,
4417
+ om as BladeBackButtonKey,
4418
+ nm as BladeBannersKey,
4419
+ da as BladeContextKey,
4420
+ rm as BladeDataKey,
4421
+ ca as BladeDescriptorKey,
4422
+ fd as BladeError,
4423
+ lo as BladeFormKey,
4424
+ im as BladeLoadingKey,
4425
+ lm as BladeMaximizedKey,
4426
+ Ys as BladeMessagingKey,
4427
+ Eo as BladeRoutesKey,
4428
+ qs as BladeStackKey,
4429
+ gd as ButtonGroupKey,
4430
+ nn as COMPONENT_DEFAULTS,
4431
+ md as CellDate,
4432
+ pd as CellDateAgo,
4433
+ Ed as CellDefault,
4434
+ hd as CellEditableWrapper,
4435
+ vd as CellHtml,
4436
+ Sd as CellImage,
4437
+ Ad as CellLink,
4438
+ bd as CellMoney,
4439
+ wd as CellNumber,
4440
+ Td as CellStatus,
4441
+ Ld as CellStatusIcon,
4442
+ cm as ChangeLogClient,
4443
+ _d as ChangePassword,
4444
+ Od as ChangePasswordButton,
4445
+ xc as ChangePasswordPage,
4424
4446
  wt as ChartContainer,
4425
4447
  Tt as ChartLegend,
4426
- Jc as ChartTooltip,
4427
- rm as CloseSettingsMenuKey,
4428
- Td as ColumnCollector,
4429
- im as DEFAULT_AI_AGENT_CONFIG,
4430
- ed as DashboardBarChart,
4431
- td as DashboardDonutChart,
4432
- Zc as DashboardFeedList,
4433
- Xc as DashboardFeedRow,
4434
- Qc as DashboardLineChart,
4435
- lm as DashboardServiceKey,
4436
- Yc as DashboardStatItem,
4437
- jc as DashboardWidgetCard,
4438
- cm as DeveloperToolsClient,
4439
- dm as DiagnosticsClient,
4440
- Ld as DisplayableError,
4441
- $c as DraggableDashboard,
4442
- um as DynamicModulesKey,
4443
- fm as DynamicPropertiesClient,
4444
- gm as DynamicPropertyValueType,
4445
- mm as EMBEDDED_TO_HOST_MESSAGE_TYPES,
4446
- pm as EmbeddedModeKey,
4447
- Em as EntryState,
4448
- _d as ErrorInterceptor,
4449
- Mo as ExtensionPoint,
4450
- zm as ExtensionPoints,
4451
- Sr as ExternalProviders,
4452
- hm as ExternalSignInClient,
4453
- Od as FALLBACK_BLADE_ID,
4454
- Mc as ForgotPassword,
4455
- yd as FrameworkError,
4456
- vm as HOST_TO_EMBEDDED_MESSAGE_TYPES,
4457
- jt as InjectionError,
4458
- Sm as InternalRoutesKey,
4459
- Vc as Invite,
4460
- go as IsDesktopKey,
4461
- fo as IsMobileKey,
4462
- co as IsPhoneKey,
4463
- uo as IsTabletKey,
4464
- mo as IsTouchKey,
4465
- Am as JobsClient,
4466
- bm as JsonValueKind,
4467
- qc as LAYOUT_STORAGE_KEY,
4468
- Id as LanguageSelector,
4469
- lo as LanguageServiceKey,
4470
- wm as LocalizableSettingsClient,
4471
- Bc as Login,
4472
- Rd as LogoutButton,
4473
- Pd as MenuBurgerIcon,
4474
- vo as MenuServiceKey,
4475
- Cd as ModuleLoadError,
4476
- Tm as ModulesClient,
4477
- Lm as ModulesLoadErrorKey,
4478
- eo as ModulesReadyKey,
4479
- wi as NotificationContainer,
4480
- as as NotificationContextKey,
4481
- Dd as NotificationDropdown,
4482
- Ao as NotificationStoreKey,
4483
- Nd as NotificationTemplate,
4484
- _m as OAuthAppsClient,
4485
- Om as ProgressMessageLevel,
4486
- ym as PushNotificationClient,
4487
- kd as RegistrationError,
4488
- Fc as ResetPassword,
4489
- Im as SecurityClient,
4490
- Bd as ServiceError,
4491
- Js as SettingClient,
4492
- Rm as SettingValueType,
4493
- Md as SettingsMenu,
4494
- Fd as SettingsMenuItem,
4495
- So as SettingsMenuServiceKey,
4496
- Pm as SettingsV2Client,
4497
- Cm as ShellIndicatorsKey,
4498
- kc as Sidebar,
4499
- Dm as SortDirection,
4500
- Vd as Table,
4501
- Ud as TableBody,
4502
- $d as TableCell,
4503
- Wd as TableCheckbox,
4504
- Gd as TableColumnSwitcher,
4505
- xd as TableEmpty,
4506
- Hd as TableFooter,
4507
- zd as TableGroupRow,
4508
- Kd as TableHead,
4509
- qd as TableHeader,
4510
- jd as TableRow,
4511
- Yd as TableRowActions,
4512
- Zd as TableSearchHeader,
4513
- Xd as TableSelectAllBar,
4514
- Jd as ThemeSelector,
4515
- Eo as ToolbarServiceKey,
4516
- Qd as UserDropdownButton,
4517
- eu as ValidationError,
4518
- tu as VcAccordion,
4519
- au as VcAccordionItem,
4520
- Nm as VcAiAgentPanel,
4521
- su as VcApp,
4522
- ou as VcAppBarMobileActions,
4523
- nu as VcAppBarOverlay,
4524
- ru as VcAppBarWidgetContent,
4525
- iu as VcAppBarWidgetItem,
4526
- lu as VcAppBarWidgetsMenu,
4527
- cu as VcAppDesktopLayout,
4528
- du as VcAppMenu,
4529
- uu as VcAppMenuSidebar,
4530
- fu as VcAppMobileLayout,
4531
- gu as VcAppSidebarCollapseButton,
4532
- mu as VcAppSidebarContent,
4533
- pu as VcAppSidebarHeader,
4448
+ ad as ChartTooltip,
4449
+ dm as CloseSettingsMenuKey,
4450
+ yd as ColumnCollector,
4451
+ um as DEFAULT_AI_AGENT_CONFIG,
4452
+ od as DashboardBarChart,
4453
+ nd as DashboardDonutChart,
4454
+ ed as DashboardFeedList,
4455
+ td as DashboardFeedRow,
4456
+ sd as DashboardLineChart,
4457
+ fm as DashboardServiceKey,
4458
+ Qc as DashboardStatItem,
4459
+ Jc as DashboardWidgetCard,
4460
+ gm as DeveloperToolsClient,
4461
+ mm as DiagnosticsClient,
4462
+ Id as DisplayableError,
4463
+ Hc as DraggableDashboard,
4464
+ pm as DynamicModulesKey,
4465
+ Em as DynamicPropertiesClient,
4466
+ hm as DynamicPropertyValueType,
4467
+ vm as EMBEDDED_TO_HOST_MESSAGE_TYPES,
4468
+ Sm as EmbeddedModeKey,
4469
+ Am as EntryState,
4470
+ Rd as ErrorInterceptor,
4471
+ Fo as ExtensionPoint,
4472
+ Ym as ExtensionPoints,
4473
+ wr as ExternalProviders,
4474
+ bm as ExternalSignInClient,
4475
+ Pd as FALLBACK_BLADE_ID,
4476
+ Uc as ForgotPassword,
4477
+ Cd as FrameworkError,
4478
+ wm as HOST_TO_EMBEDDED_MESSAGE_TYPES,
4479
+ Yt as InjectionError,
4480
+ Tm as InternalRoutesKey,
4481
+ Gc as Invite,
4482
+ mo as IsDesktopKey,
4483
+ go as IsMobileKey,
4484
+ uo as IsPhoneKey,
4485
+ fo as IsTabletKey,
4486
+ po as IsTouchKey,
4487
+ Lm as JobsClient,
4488
+ _m as JsonValueKind,
4489
+ Xc as LAYOUT_STORAGE_KEY,
4490
+ Dd as LanguageSelector,
4491
+ co as LanguageServiceKey,
4492
+ Om as LocalizableSettingsClient,
4493
+ $c as Login,
4494
+ Nd as LogoutButton,
4495
+ kd as MenuBurgerIcon,
4496
+ So as MenuServiceKey,
4497
+ Bd as ModuleLoadError,
4498
+ ym as ModulesClient,
4499
+ Im as ModulesLoadErrorKey,
4500
+ to as ModulesReadyKey,
4501
+ _i as NotificationContainer,
4502
+ ss as NotificationContextKey,
4503
+ Md as NotificationDropdown,
4504
+ bo as NotificationStoreKey,
4505
+ Fd as NotificationTemplate,
4506
+ Rm as OAuthAppsClient,
4507
+ Pm as ProgressMessageLevel,
4508
+ Cm as PushNotificationClient,
4509
+ Vd as RegistrationError,
4510
+ Wc as ResetPassword,
4511
+ Dm as SecurityClient,
4512
+ $d as ServiceError,
4513
+ Qs as SettingClient,
4514
+ Nm as SettingValueType,
4515
+ Ud as SettingsMenu,
4516
+ Wd as SettingsMenuItem,
4517
+ Ao as SettingsMenuServiceKey,
4518
+ km as SettingsV2Client,
4519
+ Bm as ShellIndicatorsKey,
4520
+ Vc as Sidebar,
4521
+ Mm as SortDirection,
4522
+ Gd as Table,
4523
+ xd as TableBody,
4524
+ Hd as TableCell,
4525
+ zd as TableCheckbox,
4526
+ Kd as TableColumnSwitcher,
4527
+ qd as TableEmpty,
4528
+ jd as TableFooter,
4529
+ Yd as TableGroupRow,
4530
+ Zd as TableHead,
4531
+ Xd as TableHeader,
4532
+ Jd as TableRow,
4533
+ Qd as TableRowActions,
4534
+ eu as TableSearchHeader,
4535
+ tu as TableSelectAllBar,
4536
+ au as ThemeSelector,
4537
+ ho as ToolbarServiceKey,
4538
+ su as UserDropdownButton,
4539
+ ou as ValidationError,
4540
+ nu as VcAccordion,
4541
+ ru as VcAccordionItem,
4542
+ Fm as VcAiAgentPanel,
4543
+ iu as VcApp,
4544
+ lu as VcAppBarMobileActions,
4545
+ cu as VcAppBarOverlay,
4546
+ du as VcAppBarWidgetContent,
4547
+ uu as VcAppBarWidgetItem,
4548
+ fu as VcAppBarWidgetsMenu,
4549
+ gu as VcAppDesktopLayout,
4550
+ mu as VcAppMenu,
4551
+ pu as VcAppMenuSidebar,
4552
+ Eu as VcAppMobileLayout,
4553
+ hu as VcAppSidebarCollapseButton,
4554
+ vu as VcAppSidebarContent,
4555
+ Su as VcAppSidebarHeader,
4534
4556
  Oe as VcAuthLayout,
4535
- Eu as VcBadge,
4536
- Es as VcBanner,
4537
- Zt as VcBlade,
4538
- hu as VcBladeNavigation,
4539
- Jo as VcBladeNavigationComponent,
4540
- vu as VcBladeNavigationV2,
4541
- Su as VcBladeSlot,
4542
- Au as VcBreadcrumbs,
4557
+ Au as VcBadge,
4558
+ hs as VcBanner,
4559
+ Xt as VcBlade,
4560
+ bu as VcBladeNavigation,
4561
+ Qo as VcBladeNavigationComponent,
4562
+ wu as VcBladeNavigationV2,
4563
+ Tu as VcBladeSlot,
4564
+ Lu as VcBreadcrumbs,
4543
4565
  q as VcButton,
4544
- bu as VcButtonGroup,
4545
- wu as VcCard,
4546
- Tu as VcCheckbox,
4547
- Lu as VcCheckboxGroup,
4548
- _u as VcCol,
4549
- Ou as VcColorInput,
4566
+ _u as VcButtonGroup,
4567
+ Ou as VcCard,
4568
+ yu as VcCheckbox,
4569
+ Iu as VcCheckboxGroup,
4570
+ Ru as VcCol,
4571
+ Pu as VcColorInput,
4550
4572
  we as VcColumn,
4551
- cs as VcContainer,
4552
- us as VcDataTable,
4553
- yu as VcDatePicker,
4554
- Iu as VcDropdown,
4555
- Ru as VcDropdownItem,
4556
- Pu as VcDropdownPanel,
4557
- Cu as VcDynamicProperty,
4558
- Du as VcEditor,
4573
+ ds as VcContainer,
4574
+ fs as VcDataTable,
4575
+ Cu as VcDatePicker,
4576
+ Du as VcDropdown,
4577
+ Nu as VcDropdownItem,
4578
+ ku as VcDropdownPanel,
4579
+ Bu as VcDynamicProperty,
4580
+ Mu as VcEditor,
4559
4581
  je as VcField,
4560
- Nu as VcFileUpload,
4582
+ Fu as VcFileUpload,
4561
4583
  he as VcForm,
4562
- ku as VcGallery,
4584
+ Vu as VcGallery,
4563
4585
  me as VcHint,
4564
- ua as VcIcon,
4586
+ fa as VcIcon,
4565
4587
  mt as VcImage,
4566
- Bu as VcImageTile,
4567
- Mu as VcImageUpload,
4588
+ $u as VcImageTile,
4589
+ Uu as VcImageUpload,
4568
4590
  j as VcInput,
4569
- Fu as VcInputCurrency,
4570
- Vu as VcInputDropdown,
4571
- Uu as VcInputGroup,
4572
- $u as VcLabel,
4573
- Wu as VcLanguageSelector,
4574
- Gu as VcLink,
4575
- Jt as VcLoading,
4576
- xu as VcMenu,
4577
- Hu as VcMenuExpandedKey,
4578
- zu as VcMenuGroup,
4579
- Ku as VcMenuItem,
4580
- qu as VcMultivalue,
4581
- ju as VcPagination,
4582
- ns as VcPopup,
4583
- Yu as VcProgress,
4584
- Zu as VcRadioButton,
4585
- Xu as VcRadioGroup,
4586
- Ju as VcRating,
4587
- Qu as VcRow,
4588
- ef as VcScrollableContainer,
4589
- tf as VcSelect,
4590
- ps as VcSidebar,
4591
- af as VcSkeleton,
4592
- sf as VcSlider,
4593
- of as VcStatus,
4594
- nf as VcStatusIcon,
4595
- rf as VcSwitch,
4596
- lf as VcTable,
4597
- ds as VcTextarea,
4591
+ Wu as VcInputCurrency,
4592
+ Gu as VcInputDropdown,
4593
+ xu as VcInputGroup,
4594
+ Hu as VcLabel,
4595
+ zu as VcLanguageSelector,
4596
+ Ku as VcLink,
4597
+ Qt as VcLoading,
4598
+ qu as VcMenu,
4599
+ ju as VcMenuExpandedKey,
4600
+ Yu as VcMenuGroup,
4601
+ Zu as VcMenuItem,
4602
+ Xu as VcMultivalue,
4603
+ Ju as VcPagination,
4604
+ rs as VcPopup,
4605
+ Qu as VcProgress,
4606
+ ef as VcRadioButton,
4607
+ tf as VcRadioGroup,
4608
+ af as VcRating,
4609
+ sf as VcRow,
4610
+ of as VcScrollableContainer,
4611
+ nf as VcSelect,
4612
+ Es as VcSidebar,
4613
+ rf as VcSkeleton,
4614
+ lf as VcSlider,
4615
+ cf as VcStatus,
4616
+ df as VcStatusIcon,
4617
+ uf as VcSwitch,
4618
+ ff as VcTable,
4619
+ us as VcTextarea,
4598
4620
  It as VcToast,
4599
- cf as VcTooltip,
4600
- df as VcVideo,
4601
- uf as VcWidget,
4602
- Qs as WidgetScopeKey,
4603
- ia as WidgetServiceKey,
4604
- Yt as __registerBladeConfig,
4605
- km as _createInternalUserLogic,
4606
- ad as _resetAdapterState,
4607
- Bm as _sharedInternalUserLogic,
4608
- ff as addAppBarWidget,
4609
- gf as addMenuItem,
4610
- mf as addSettingsMenuItem,
4611
- pf as after,
4612
- To as aiAgentPlugin,
4613
- Ef as autofocus,
4614
- hf as before,
4615
- vf as bigInt,
4616
- pc as camelToSnake,
4617
- hc as camelize,
4618
- Kc as clearLayoutStorage,
4619
- Sf as convertColorNameToHex,
4620
- Af as convertMomentFormat,
4621
- Mm as createAiAgentToolbarButton,
4622
- bc as createAppModule,
4621
+ gf as VcTooltip,
4622
+ mf as VcVideo,
4623
+ pf as VcWidget,
4624
+ eo as WidgetScopeKey,
4625
+ la as WidgetServiceKey,
4626
+ Zt as __registerBladeConfig,
4627
+ Vm as _createInternalUserLogic,
4628
+ rd as _resetAdapterState,
4629
+ $m as _sharedInternalUserLogic,
4630
+ Ef as addAppBarWidget,
4631
+ hf as addMenuItem,
4632
+ vf as addSettingsMenuItem,
4633
+ Sf as after,
4634
+ Lo as aiAgentPlugin,
4635
+ Af as autofocus,
4636
+ bf as before,
4637
+ wf as bigInt,
4638
+ Sc as camelToSnake,
4639
+ bc as camelize,
4640
+ Zc as clearLayoutStorage,
4641
+ Tf as convertColorNameToHex,
4642
+ Lf as convertMomentFormat,
4643
+ Um as createAiAgentToolbarButton,
4644
+ _c as createAppModule,
4623
4645
  H as createLogger,
4624
- nd as default,
4646
+ cd as default,
4625
4647
  At as defineAppModule,
4626
- Cc as defineBladeContext,
4627
- Km as defineExtensionPoint,
4628
- bf as fileWeight,
4629
- wf as formatBadgeCount,
4630
- Tf as formatDateRelative,
4631
- Lf as formatDateWithPattern,
4632
- Gc as fromGridstackNode,
4633
- fs as generateId,
4634
- _f as getAllBladeConfigs,
4635
- Of as getBestThumbnailSize,
4636
- yf as getBladeConfig,
4637
- wc as getComponentDefaults,
4638
- pa as getExtensionColor,
4639
- Ea as getExtensionLabel,
4640
- If as getMenuBadge,
4641
- Rf as getMenuBadges,
4642
- Pf as getThumbnailUrl,
4648
+ Bc as defineBladeContext,
4649
+ Zm as defineExtensionPoint,
4650
+ _f as fileWeight,
4651
+ Of as formatBadgeCount,
4652
+ yf as formatDateRelative,
4653
+ If as formatDateWithPattern,
4654
+ Kc as fromGridstackNode,
4655
+ gs as generateId,
4656
+ Rf as getAllBladeConfigs,
4657
+ Pf as getBestThumbnailSize,
4658
+ Cf as getBladeConfig,
4659
+ Oc as getComponentDefaults,
4660
+ Ea as getExtensionColor,
4661
+ ha as getExtensionLabel,
4662
+ Df as getMenuBadge,
4663
+ Nf as getMenuBadges,
4664
+ kf as getThumbnailUrl,
4643
4665
  oe as i18n,
4644
- Dc as injectBladeContext,
4645
- Cf as isFrameworkError,
4646
- ga as isImage,
4647
- Df as isValidHexColor,
4648
- Ho as kebabToCamel,
4649
- Ec as kebabToPascal,
4650
- Nf as languageToCountryMap,
4651
- xc as loadLayoutFromStorage,
4652
- Xt as loading,
4653
- Fm as logger,
4654
- Vm as loggers,
4655
- zc as mergeLayoutWithWidgets,
4656
- kf as mindimensions,
4657
- Bf as normalizeHexColor,
4666
+ Mc as injectBladeContext,
4667
+ Bf as isFrameworkError,
4668
+ ma as isImage,
4669
+ Mf as isValidHexColor,
4670
+ zo as kebabToCamel,
4671
+ Ac as kebabToPascal,
4672
+ Ff as languageToCountryMap,
4673
+ qc as loadLayoutFromStorage,
4674
+ Jt as loading,
4675
+ Wm as logger,
4676
+ Gm as loggers,
4677
+ Yc as mergeLayoutWithWidgets,
4678
+ Vf as mindimensions,
4679
+ $f as normalizeHexColor,
4658
4680
  Z as notification,
4659
4681
  Be as parseError,
4660
- qo as permissions,
4661
- Mf as provideAppBarState,
4662
- Ff as provideAppBarWidget,
4663
- Vf as provideDashboardService,
4664
- Uf as provideLanguages,
4665
- $f as provideMenuService,
4666
- Wf as provideSettingsMenu,
4667
- Gf as provideSidebarState,
4668
- xf as provideToolbarService,
4669
- ma as readableSize,
4670
- Hf as registerDashboardWidget,
4671
- zf as registerExternalWidget,
4672
- Kf as registerToolbarItem,
4673
- qf as registerWidget,
4674
- jf as removeMenuBadge,
4675
- Yf as removeRegisteredMenuItem,
4676
- Zf as resolveLocale,
4677
- Xf as resolveLocaleSync,
4678
- Hc as saveLayoutToStorage,
4679
- Jf as setMenuBadge,
4680
- jo as signalR,
4681
- Qf as stripTenantPrefix,
4682
- Wc as toGridstackWidget,
4683
- eg as useAdaptiveItems,
4684
- Um as useAiAgent,
4685
- xm as useAiAgentContext,
4686
- un as useApiClient,
4687
- tg as useAppBarMobileActions,
4688
- ag as useAppBarState,
4689
- sg as useAppBarWidget,
4690
- og as useAppBarWidgets,
4691
- Cs as useAppInsights,
4692
- _c as useAssets,
4693
- Oc as useAssetsManager,
4694
- va as useAsync,
4695
- ng as useBadge,
4696
- Sn as useBeforeUnload,
4682
+ jo as permissions,
4683
+ Uf as provideAppBarState,
4684
+ Wf as provideAppBarWidget,
4685
+ Gf as provideDashboardService,
4686
+ xf as provideLanguages,
4687
+ Hf as provideMenuService,
4688
+ zf as provideSettingsMenu,
4689
+ Kf as provideSidebarState,
4690
+ qf as provideToolbarService,
4691
+ pa as readableSize,
4692
+ jf as registerDashboardWidget,
4693
+ Yf as registerExternalWidget,
4694
+ Zf as registerToolbarItem,
4695
+ Xf as registerWidget,
4696
+ Jf as removeMenuBadge,
4697
+ Qf as removeRegisteredMenuItem,
4698
+ eg as resolveLocale,
4699
+ tg as resolveLocaleSync,
4700
+ jc as saveLayoutToStorage,
4701
+ ag as setMenuBadge,
4702
+ Yo as signalR,
4703
+ sg as stripTenantPrefix,
4704
+ zc as toGridstackWidget,
4705
+ og as useAdaptiveItems,
4706
+ xm as useAiAgent,
4707
+ qm as useAiAgentContext,
4708
+ fn as useApiClient,
4709
+ ng as useAppBarMobileActions,
4710
+ rg as useAppBarState,
4711
+ ig as useAppBarWidget,
4712
+ lg as useAppBarWidgets,
4713
+ Ds as useAppInsights,
4714
+ Rc as useAssets,
4715
+ Pc as useAssetsManager,
4716
+ Sa as useAsync,
4717
+ cg as useBadge,
4718
+ An as useBeforeUnload,
4697
4719
  Et as useBlade,
4698
- od as useBladeForm,
4699
- rg as useBladeLoading,
4700
- ig as useBladeMessaging,
4701
- sd as useBladeNavigation,
4702
- vc as useBladeNotifications,
4703
- $m as useBladeStack,
4704
- Rc as useBladeWidgets,
4705
- lg as useBreadcrumbs,
4706
- Ac as useBroadcastFilter,
4707
- cg as useCollapsible,
4708
- dg as useColumnFilter,
4709
- gr as useContainer,
4710
- vs as useDashboard,
4711
- ug as useDataTablePagination,
4712
- fg as useDataTableSort,
4713
- yc as useDynamicProperties,
4714
- gg as useErrorHandler,
4715
- qm as useExtensionPoint,
4716
- mg as useFilterState,
4717
- pg as useFloatingPosition,
4718
- Eg as useFormField,
4719
- Tc as useFunctions,
4720
- hg as useGalleryPreview,
4721
- Ur as useGridstack,
4722
- vg as useImageLoad,
4723
- cr as useInstance,
4724
- Sg as useLanguages,
4725
- Sa as useLoading,
4726
- Ag as useMenuActiveState,
4727
- bg as useMenuExpanded,
4728
- wg as useMenuService,
4729
- Nc as useModificationTracker,
4730
- Sc as useNotificationContext,
4720
+ ld as useBladeForm,
4721
+ dg as useBladeLoading,
4722
+ ug as useBladeMessaging,
4723
+ id as useBladeNavigation,
4724
+ wc as useBladeNotifications,
4725
+ Hm as useBladeStack,
4726
+ Nc as useBladeWidgets,
4727
+ fg as useBreadcrumbs,
4728
+ Lc as useBroadcastFilter,
4729
+ gg as useCollapsible,
4730
+ mg as useColumnFilter,
4731
+ mr as useContainer,
4732
+ Ss as useDashboard,
4733
+ pg as useDataTablePagination,
4734
+ Eg as useDataTableSort,
4735
+ Cc as useDynamicProperties,
4736
+ hg as useErrorHandler,
4737
+ Xm as useExtensionPoint,
4738
+ vg as useFilterState,
4739
+ Sg as useFloatingPosition,
4740
+ Ag as useFormField,
4741
+ yc as useFunctions,
4742
+ bg as useGalleryPreview,
4743
+ Gr as useGridstack,
4744
+ wg as useImageLoad,
4745
+ dr as useInstance,
4746
+ Tg as useLanguages,
4747
+ Aa as useLoading,
4748
+ Lg as useMenuActiveState,
4749
+ _g as useMenuExpanded,
4750
+ Og as useMenuService,
4751
+ Fc as useModificationTracker,
4752
+ Tc as useNotificationContext,
4731
4753
  Ee as useNotificationStore,
4732
- Lc as useNotifications,
4754
+ Ic as useNotifications,
4733
4755
  gt as usePermissions,
4734
- As as usePopup,
4735
- ms as useResponsive,
4736
- Tg as useScrollArrows,
4756
+ bs as usePopup,
4757
+ ps as useResponsive,
4758
+ yg as useScrollArrows,
4737
4759
  Pe as useSettings,
4738
- Lg as useSettingsMenu,
4739
- _g as useShellBootstrap,
4740
- Og as useShellLifecycle,
4741
- yg as useShellNavigation,
4742
- Ig as useSidebarState,
4743
- Rg as useTableColumnsReorder,
4744
- Pg as useTableColumnsResize,
4745
- Cg as useTableContext,
4746
- Dg as useTableInlineEdit,
4747
- Ng as useTableRowGrouping,
4748
- kg as useTableRowReorder,
4749
- Bg as useTableSelection,
4750
- Mg as useTableSort,
4751
- Fg as useTeleportTarget,
4752
- bs as useTheme,
4753
- Vg as useToggleableContent,
4754
- Ug as useToolbar,
4755
- Wm as useUser,
4756
- $g as useVirtualScroll,
4757
- Ic as useWebVitals,
4758
- Pc as useWidgetTrigger,
4759
- Wg as vAutofocus,
4760
- Xt as vLoading,
4761
- Gg as wrapError
4760
+ Ig as useSettingsMenu,
4761
+ Rg as useShellBootstrap,
4762
+ Pg as useShellLifecycle,
4763
+ Cg as useShellNavigation,
4764
+ Dg as useSidebarState,
4765
+ Ng as useTableColumnsReorder,
4766
+ kg as useTableColumnsResize,
4767
+ Bg as useTableContext,
4768
+ Mg as useTableInlineEdit,
4769
+ Fg as useTableRowGrouping,
4770
+ Vg as useTableRowReorder,
4771
+ $g as useTableSelection,
4772
+ Ug as useTableSort,
4773
+ Wg as useTeleportTarget,
4774
+ ws as useTheme,
4775
+ Gg as useToggleableContent,
4776
+ xg as useToolbar,
4777
+ zm as useUser,
4778
+ Hg as useVirtualScroll,
4779
+ Dc as useWebVitals,
4780
+ kc as useWidgetTrigger,
4781
+ zg as vAutofocus,
4782
+ Jt as vLoading,
4783
+ Kg as wrapError
4762
4784
  };