@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.
- package/dist/ai-agent/index.js +2 -2
- package/dist/chunks/ExtensionPoint.vue_vue_type_style_index_0_lang-B1R06zHa.js.map +1 -1
- 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
- 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
- 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
- package/dist/chunks/VcTableAdapter.vue_vue_type_style_index_0_lang-f4mGxHKh.js.map +1 -0
- package/dist/chunks/index-B78ceaW1.js +45 -0
- package/dist/chunks/index-B78ceaW1.js.map +1 -0
- package/dist/chunks/vendor-lodash-es-D2n90GJy.js +1436 -0
- package/dist/chunks/vendor-lodash-es-D2n90GJy.js.map +1 -0
- package/dist/core/composables/useAssetsManager/index.d.ts.map +1 -1
- package/dist/core/plugins/ai-agent/composables/index.d.ts +1 -1
- package/dist/core/plugins/ai-agent/composables/index.d.ts.map +1 -1
- package/dist/core/plugins/ai-agent/composables/useAiAgent.d.ts +2 -2
- package/dist/core/plugins/ai-agent/composables/useAiAgent.d.ts.map +1 -1
- package/dist/core/plugins/ai-agent/composables/useAiAgentContext.d.ts +7 -18
- package/dist/core/plugins/ai-agent/composables/useAiAgentContext.d.ts.map +1 -1
- package/dist/core/plugins/ai-agent/constants.d.ts +0 -5
- package/dist/core/plugins/ai-agent/constants.d.ts.map +1 -1
- package/dist/core/plugins/ai-agent/index.d.ts +1 -1
- package/dist/core/plugins/ai-agent/index.d.ts.map +1 -1
- package/dist/core/plugins/ai-agent/public.d.ts +1 -1
- package/dist/core/plugins/ai-agent/public.d.ts.map +1 -1
- package/dist/core/plugins/ai-agent/services/ai-agent-service.d.ts +1 -5
- package/dist/core/plugins/ai-agent/services/ai-agent-service.d.ts.map +1 -1
- package/dist/core/plugins/ai-agent/services/message-transport.d.ts +1 -3
- package/dist/core/plugins/ai-agent/services/message-transport.d.ts.map +1 -1
- package/dist/core/plugins/ai-agent/types.d.ts +1 -44
- package/dist/core/plugins/ai-agent/types.d.ts.map +1 -1
- package/dist/core/plugins/extension-points/store.d.ts +3 -1
- package/dist/core/plugins/extension-points/store.d.ts.map +1 -1
- package/dist/core/services/language-service.d.ts.map +1 -1
- package/dist/core/utilities/buildInfo.d.ts +17 -0
- package/dist/core/utilities/buildInfo.d.ts.map +1 -0
- package/dist/framework.js +912 -890
- package/dist/framework.js.map +1 -1
- package/dist/index.css +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/modules/assets-manager/components/assets-manager/assets-manager.vue.d.ts.map +1 -1
- package/dist/scripts/check-locales.cjs +0 -0
- package/dist/shell/_internal/notifications/components/notification-container/index.d.ts +2 -2
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/ui/components/organisms/vc-blade/_internal/toolbar/ToolbarMobile.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-data-table/VcDataTable.vue.d.ts +9 -9
- package/dist/ui/components/organisms/vc-data-table/VcDataTable.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-data-table/components/DataTableBody.vue.d.ts +11 -22
- package/dist/ui/components/organisms/vc-data-table/components/DataTableBody.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-data-table/components/DataTableRow.vue.d.ts +1 -9
- package/dist/ui/components/organisms/vc-data-table/components/DataTableRow.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-data-table/components/TableRow.vue.d.ts +0 -12
- package/dist/ui/components/organisms/vc-data-table/components/TableRow.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-data-table/components/TableRowActions.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-data-table/components/mobile/DataTableMobileCard.vue.d.ts +2 -0
- package/dist/ui/components/organisms/vc-data-table/components/mobile/DataTableMobileCard.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-data-table/components/mobile/DataTableMobileView.vue.d.ts +3 -0
- package/dist/ui/components/organisms/vc-data-table/components/mobile/DataTableMobileView.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-data-table/components/mobile/PullToRefresh.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-data-table/composables/useDataTableOrchestrator.d.ts +5 -19
- package/dist/ui/components/organisms/vc-data-table/composables/useDataTableOrchestrator.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-data-table/composables/useTableColumns.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-data-table/composables/useTableColumnsResize.d.ts +1 -1
- package/dist/ui/components/organisms/vc-data-table/composables/useTableColumnsResize.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-data-table/composables/useTableRowReorder.d.ts +25 -23
- package/dist/ui/components/organisms/vc-data-table/composables/useTableRowReorder.d.ts.map +1 -1
- package/dist/ui/index.js +2 -2
- package/package.json +10 -5
- package/CHANGELOG.md +0 -4570
- package/dist/chunks/VcTableAdapter.vue_vue_type_style_index_0_lang-D-O9CMNo.js.map +0 -1
- package/dist/chunks/index-CacTeJdd.js +0 -117
- package/dist/chunks/index-CacTeJdd.js.map +0 -1
- package/dist/chunks/vendor-lodash-es-CfnUOh0o.js +0 -1490
- package/dist/chunks/vendor-lodash-es-CfnUOh0o.js.map +0 -1
- package/dist/core/plugins/ai-agent/utils/deep-merge-changes.d.ts +0 -16
- package/dist/core/plugins/ai-agent/utils/deep-merge-changes.d.ts.map +0 -1
- package/dist/core/plugins/ai-agent/utils/index.d.ts +0 -2
- 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
|
|
2
|
-
import { bn as gt, bo as Ee, bp as
|
|
3
|
-
import { bW as
|
|
4
|
-
import { getCurrentScope as
|
|
5
|
-
import { _ as
|
|
6
|
-
import { d as H, p as
|
|
7
|
-
import { A as
|
|
8
|
-
import { H as
|
|
9
|
-
import { a as
|
|
10
|
-
import { u as
|
|
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
|
|
89
|
-
import {
|
|
90
|
-
import {
|
|
91
|
-
import {
|
|
92
|
-
import {
|
|
93
|
-
import {
|
|
94
|
-
import {
|
|
95
|
-
import {
|
|
96
|
-
|
|
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
|
|
102
|
-
function
|
|
103
|
-
const t =
|
|
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
|
|
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
|
|
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
|
|
116
|
-
return e ?
|
|
116
|
+
function ma(e) {
|
|
117
|
+
return e ? Ko.has(St(e) ?? "") : !1;
|
|
117
118
|
}
|
|
118
|
-
function
|
|
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
|
|
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
|
|
139
|
+
function Ea(e) {
|
|
139
140
|
if (!e) return "var(--neutrals-400)";
|
|
140
141
|
const t = St(e) ?? "";
|
|
141
|
-
return
|
|
142
|
+
return qo[t] ?? "var(--neutrals-400)";
|
|
142
143
|
}
|
|
143
|
-
function
|
|
144
|
+
function ha(e) {
|
|
144
145
|
return e ? (St(e) ?? "FILE").toUpperCase() : "FILE";
|
|
145
146
|
}
|
|
146
|
-
const
|
|
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
|
|
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
|
-
|
|
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
|
|
172
|
-
const e = te(
|
|
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
|
|
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
|
|
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 =
|
|
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
|
-
},
|
|
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(
|
|
220
|
+
const n = i.runWithContext(() => te(jt));
|
|
220
221
|
if (!n?._registerBladeFn)
|
|
221
|
-
|
|
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
|
|
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
|
|
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
|
|
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 =
|
|
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
|
|
321
|
-
const { path: f, query: p } =
|
|
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
|
|
326
|
+
const Qo = {
|
|
326
327
|
install(e, t) {
|
|
327
328
|
const { router: a } = t, s = {
|
|
328
329
|
router: t.router
|
|
329
330
|
};
|
|
330
|
-
|
|
331
|
+
Xs(s);
|
|
331
332
|
const o = e.runWithContext(() => {
|
|
332
333
|
try {
|
|
333
|
-
return
|
|
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 =
|
|
346
|
-
e.provide(
|
|
347
|
-
const n =
|
|
348
|
-
e.provide(
|
|
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) =>
|
|
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(
|
|
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:
|
|
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
|
-
}),
|
|
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
|
-
}),
|
|
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
|
-
}),
|
|
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
|
|
527
|
-
qe("warning",
|
|
527
|
+
function sn() {
|
|
528
|
+
qe("warning", en), qe("error", tn), qe("info", an);
|
|
528
529
|
}
|
|
529
|
-
const
|
|
530
|
+
const on = {
|
|
530
531
|
install(e) {
|
|
531
532
|
const a = {
|
|
532
|
-
popups:
|
|
533
|
+
popups: Ns([])
|
|
533
534
|
};
|
|
534
|
-
e.config.globalProperties.$popupPlugin = a, e.provide(
|
|
535
|
+
e.config.globalProperties.$popupPlugin = a, e.provide(is, a), ls(a), sn();
|
|
535
536
|
}
|
|
536
|
-
},
|
|
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
|
|
587
|
-
return
|
|
587
|
+
function Oc(e) {
|
|
588
|
+
return nn[e];
|
|
588
589
|
}
|
|
589
|
-
function
|
|
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
|
|
598
|
+
function ln(e, t = 0) {
|
|
598
599
|
setTimeout(e, t);
|
|
599
600
|
}
|
|
600
601
|
const Ze = /* @__PURE__ */ new WeakMap();
|
|
601
|
-
function
|
|
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
|
|
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
|
|
619
|
+
function yc() {
|
|
619
620
|
return {
|
|
620
|
-
debounce:
|
|
621
|
-
delay:
|
|
622
|
-
once:
|
|
623
|
-
throttle:
|
|
621
|
+
debounce: rn,
|
|
622
|
+
delay: ln,
|
|
623
|
+
once: cn,
|
|
624
|
+
throttle: dn
|
|
624
625
|
};
|
|
625
626
|
}
|
|
626
|
-
function
|
|
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
|
-
}),
|
|
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(() =>
|
|
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
|
|
650
|
-
function
|
|
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,
|
|
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-
|
|
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
|
-
|
|
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
|
|
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
|
|
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 } =
|
|
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:
|
|
714
|
+
loading: Aa(s)
|
|
714
715
|
};
|
|
715
716
|
}
|
|
716
|
-
const Ct = H("use-assets"),
|
|
717
|
-
async function
|
|
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
|
|
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
|
|
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
|
|
745
|
+
return (await pn(
|
|
745
746
|
n,
|
|
746
|
-
(l, f) =>
|
|
747
|
-
|
|
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 =
|
|
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
|
|
783
|
-
async function
|
|
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
|
|
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
|
|
805
|
-
|
|
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 ??
|
|
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
|
|
827
|
+
const b = Array.from(w), _ = t.uploadPath(), L = (await Sn(
|
|
821
828
|
b,
|
|
822
|
-
(C, B) =>
|
|
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
|
|
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
|
|
862
|
-
|
|
868
|
+
const An = (e) => {
|
|
869
|
+
ks(() => {
|
|
863
870
|
window.addEventListener("beforeunload", t);
|
|
864
|
-
}),
|
|
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
|
|
890
|
+
function Nt(e) {
|
|
884
891
|
return !!e.dictionary;
|
|
885
892
|
}
|
|
886
|
-
function
|
|
893
|
+
function bn(e) {
|
|
887
894
|
return e.valueType === "Measure";
|
|
888
895
|
}
|
|
889
|
-
function
|
|
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
|
|
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
|
-
},
|
|
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
|
-
},
|
|
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) ?
|
|
949
|
+
s?.length && (pe(e) ? On(e, t, s, o) : Rn(e, t, s));
|
|
943
950
|
}
|
|
944
951
|
};
|
|
945
|
-
function
|
|
946
|
-
Array.isArray(t) ?
|
|
952
|
+
function On(e, t, a, s) {
|
|
953
|
+
Array.isArray(t) ? yn(
|
|
947
954
|
e,
|
|
948
955
|
t,
|
|
949
956
|
a
|
|
950
|
-
) :
|
|
957
|
+
) : In(e, t, a, s);
|
|
951
958
|
}
|
|
952
|
-
function
|
|
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
|
|
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
|
|
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
|
|
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
|
-
},
|
|
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
|
|
1057
|
-
return
|
|
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
|
|
1060
|
-
const { searchDictionary: t, searchMeasurements: a } = e, { loading: s, action: o } =
|
|
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
|
|
1088
|
+
return kt(l).get(l, f);
|
|
1082
1089
|
}
|
|
1083
1090
|
function d(l) {
|
|
1084
1091
|
const { property: f, value: p, ...m } = l;
|
|
1085
|
-
|
|
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:
|
|
1099
|
+
loading: Aa(s)
|
|
1093
1100
|
};
|
|
1094
1101
|
}
|
|
1095
|
-
function
|
|
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
|
-
|
|
1111
|
+
Do(a), No(a), ko(a), Bo(a), Mo(a);
|
|
1105
1112
|
}
|
|
1106
|
-
const
|
|
1107
|
-
function
|
|
1108
|
-
const t = te(
|
|
1113
|
+
const ba = H("use-blade-widgets");
|
|
1114
|
+
function Nc(e) {
|
|
1115
|
+
const t = te(la);
|
|
1109
1116
|
if (!t)
|
|
1110
|
-
throw new
|
|
1111
|
-
const a = t, s = te(
|
|
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(
|
|
1120
|
-
}),
|
|
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() :
|
|
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
|
|
1136
|
-
const t = te(
|
|
1142
|
+
function kc(e) {
|
|
1143
|
+
const t = te(eo);
|
|
1137
1144
|
if (!t) {
|
|
1138
|
-
|
|
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
|
|
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
|
|
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] =
|
|
1171
|
+
t[a] = ra(s) ? s.value : s;
|
|
1165
1172
|
}
|
|
1166
1173
|
return t;
|
|
1167
1174
|
}
|
|
1168
|
-
function
|
|
1169
|
-
|
|
1170
|
-
|
|
1171
|
-
O(() =>
|
|
1175
|
+
function Bc(e) {
|
|
1176
|
+
oa(
|
|
1177
|
+
da,
|
|
1178
|
+
O(() => Nn(na(e)))
|
|
1172
1179
|
);
|
|
1173
1180
|
}
|
|
1174
|
-
function
|
|
1175
|
-
const e = te(
|
|
1181
|
+
function Mc() {
|
|
1182
|
+
const e = te(da);
|
|
1176
1183
|
if (!e)
|
|
1177
|
-
throw new
|
|
1184
|
+
throw new Yt("BladeContext");
|
|
1178
1185
|
return e;
|
|
1179
1186
|
}
|
|
1180
|
-
function
|
|
1187
|
+
function Bt(e) {
|
|
1181
1188
|
return e == null || e === "";
|
|
1182
1189
|
}
|
|
1183
|
-
function
|
|
1184
|
-
return
|
|
1185
|
-
if (
|
|
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
|
|
1195
|
+
function Fc(e) {
|
|
1189
1196
|
const t = (r) => Q(c(r)), a = R(t(e)), s = R(t(e)), o = R(!1);
|
|
1190
|
-
|
|
1197
|
+
ra(e) && ee(
|
|
1191
1198
|
e,
|
|
1192
1199
|
(r) => {
|
|
1193
|
-
const n = !
|
|
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 = !
|
|
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
|
|
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
|
-
},
|
|
1225
|
-
|
|
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(
|
|
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",
|
|
1272
|
-
k("div",
|
|
1273
|
-
y(c(
|
|
1278
|
+
k("div", kn, [
|
|
1279
|
+
k("div", Bn, [
|
|
1280
|
+
y(c(ds), { "no-padding": !0 }, {
|
|
1274
1281
|
default: T(() => [
|
|
1275
|
-
k("div",
|
|
1282
|
+
k("div", Mn, [
|
|
1276
1283
|
y(c(he), null, {
|
|
1277
1284
|
default: T(() => [
|
|
1278
|
-
k("div",
|
|
1279
|
-
c(
|
|
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",
|
|
1292
|
+
}, null, 8, ["src"])) : (h(), N("div", Vn, [
|
|
1286
1293
|
k("div", {
|
|
1287
1294
|
class: "assets-details__file-badge",
|
|
1288
|
-
style: Se({ backgroundColor: c(
|
|
1289
|
-
}, F(c(
|
|
1295
|
+
style: Se({ backgroundColor: c(Ea)(r.value.name) })
|
|
1296
|
+
}, F(c(ha)(r.value.name)), 5)
|
|
1290
1297
|
])),
|
|
1291
|
-
k("div",
|
|
1298
|
+
k("div", $n, [
|
|
1292
1299
|
y(c(je), {
|
|
1293
1300
|
label: c(i)("ASSETS.PAGES.DETAILS.FIELDS.SIZE"),
|
|
1294
|
-
"model-value": c(
|
|
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(
|
|
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
|
-
}),
|
|
1376
|
+
}), Wn = Un, Gn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
1370
1377
|
__proto__: null,
|
|
1371
|
-
AssetsDetails:
|
|
1372
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
1373
|
-
|
|
1374
|
-
const
|
|
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
|
|
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(
|
|
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
|
-
|
|
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(
|
|
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 :
|
|
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",
|
|
1523
|
-
c(
|
|
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(
|
|
1534
|
-
}, F(c(
|
|
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(
|
|
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(
|
|
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
|
-
}),
|
|
1601
|
+
}), Kn = zn, qn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
1594
1602
|
__proto__: null,
|
|
1595
|
-
AssetsManager:
|
|
1596
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
1597
|
-
function
|
|
1598
|
-
if (
|
|
1599
|
-
|
|
1600
|
-
const { isOnline: e } =
|
|
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 ? (
|
|
1605
|
-
notificationId:
|
|
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"),
|
|
1624
|
+
const Je = H("slow-network"), Yn = 1e4, Zn = ["slow-2g", "2g"];
|
|
1617
1625
|
let Qe = null;
|
|
1618
|
-
const
|
|
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
|
|
1621
|
-
Z.warning(
|
|
1622
|
-
notificationId:
|
|
1628
|
+
function Wt() {
|
|
1629
|
+
Z.warning(Jn, {
|
|
1630
|
+
notificationId: Ta,
|
|
1623
1631
|
timeout: !1
|
|
1624
1632
|
});
|
|
1625
1633
|
}
|
|
1626
|
-
function
|
|
1627
|
-
Z.remove(
|
|
1634
|
+
function Gt() {
|
|
1635
|
+
Z.remove(Ta);
|
|
1628
1636
|
}
|
|
1629
|
-
const
|
|
1630
|
-
function
|
|
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
|
-
},
|
|
1641
|
+
}, Yn);
|
|
1634
1642
|
Ge.set(e, t);
|
|
1635
1643
|
}
|
|
1636
|
-
function
|
|
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
|
|
1641
|
-
if (!
|
|
1642
|
-
|
|
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 =
|
|
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 } =
|
|
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"),
|
|
1651
|
-
Je.info("Network recovered — hiding notification"),
|
|
1652
|
-
},
|
|
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 &&
|
|
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:
|
|
1660
|
-
untrackRequest:
|
|
1667
|
+
trackRequest: Qn,
|
|
1668
|
+
untrackRequest: er
|
|
1661
1669
|
};
|
|
1662
1670
|
}
|
|
1663
1671
|
const tt = H("interceptors");
|
|
1664
|
-
function
|
|
1665
|
-
const { fetch: t } = window, { signOut: a, isAuthenticated: s } = re(), { trackRequest: o, untrackRequest: i } =
|
|
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
|
-
|
|
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
|
|
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:
|
|
1734
|
-
SHELL:
|
|
1735
|
-
COMPONENTS:
|
|
1736
|
-
INVITATION:
|
|
1737
|
-
LOGIN:
|
|
1738
|
-
FORGOT_PASSWORD:
|
|
1739
|
-
PASSWORDRESET:
|
|
1740
|
-
ASSETS_MANAGER:
|
|
1741
|
-
ASSETS:
|
|
1742
|
-
messages:
|
|
1743
|
-
PERMISSION_MESSAGES:
|
|
1744
|
-
AI_AGENT:
|
|
1745
|
-
common:
|
|
1746
|
-
},
|
|
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:
|
|
1749
|
-
ASSETS:
|
|
1750
|
-
ASSETS_MANAGER:
|
|
1751
|
-
COMPONENTS:
|
|
1752
|
-
CORE:
|
|
1753
|
-
FORGOT_PASSWORD:
|
|
1754
|
-
INVITATION:
|
|
1755
|
-
LOGIN:
|
|
1756
|
-
PASSWORDRESET:
|
|
1757
|
-
PERMISSION_MESSAGES:
|
|
1758
|
-
SHELL:
|
|
1759
|
-
common:
|
|
1760
|
-
default:
|
|
1761
|
-
messages:
|
|
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:
|
|
1764
|
-
SHELL:
|
|
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:
|
|
1767
|
-
LOGIN:
|
|
1768
|
-
FORGOT_PASSWORD:
|
|
1769
|
-
PASSWORDRESET:
|
|
1770
|
-
ASSETS_MANAGER:
|
|
1771
|
-
ASSETS:
|
|
1772
|
-
messages:
|
|
1773
|
-
PERMISSION_MESSAGES:
|
|
1774
|
-
AI_AGENT:
|
|
1775
|
-
common:
|
|
1776
|
-
},
|
|
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:
|
|
1779
|
-
ASSETS:
|
|
1780
|
-
ASSETS_MANAGER:
|
|
1786
|
+
AI_AGENT: Ya,
|
|
1787
|
+
ASSETS: Ka,
|
|
1788
|
+
ASSETS_MANAGER: za,
|
|
1781
1789
|
COMPONENTS: Ua,
|
|
1782
|
-
CORE:
|
|
1783
|
-
FORGOT_PASSWORD:
|
|
1784
|
-
INVITATION:
|
|
1785
|
-
LOGIN:
|
|
1786
|
-
PASSWORDRESET:
|
|
1787
|
-
PERMISSION_MESSAGES:
|
|
1788
|
-
SHELL:
|
|
1789
|
-
common:
|
|
1790
|
-
default:
|
|
1791
|
-
messages:
|
|
1792
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
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:
|
|
1795
|
-
en:
|
|
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(),
|
|
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 <
|
|
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 >
|
|
1814
|
+
a - i > Ht && Te.delete(o);
|
|
1807
1815
|
return !1;
|
|
1808
1816
|
}
|
|
1809
|
-
function
|
|
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
|
|
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
|
|
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
|
-
|
|
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:
|
|
1891
|
-
function
|
|
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, !
|
|
1922
|
+
if (p && await p, !zt(f)) {
|
|
1915
1923
|
const m = (async () => {
|
|
1916
|
-
const u = o(f), { default: w } = await Promise.resolve().then(() =>
|
|
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(
|
|
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 &&
|
|
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
|
-
|
|
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
|
-
|
|
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:
|
|
2012
|
+
generateNotificationId: gs,
|
|
2005
2013
|
hasNotification: n
|
|
2006
2014
|
};
|
|
2007
2015
|
}
|
|
2008
|
-
function
|
|
2009
|
-
const e =
|
|
2010
|
-
|
|
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
|
-
|
|
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 } =
|
|
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(
|
|
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
|
-
}),
|
|
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",
|
|
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
|
-
}),
|
|
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 } =
|
|
2092
|
-
return (a, s) => (h(), N("div",
|
|
2093
|
-
(h(!0), N(Y, null, ae(e.providers, (o) => (h(), D(
|
|
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
|
|
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
|
|
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
|
|
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
|
|
2137
|
+
const Or = {
|
|
2116
2138
|
key: 0,
|
|
2117
2139
|
class: "vc-login-page__providers"
|
|
2118
|
-
},
|
|
2140
|
+
}, yr = {
|
|
2119
2141
|
key: 0,
|
|
2120
2142
|
class: "vc-login-page__separator-line"
|
|
2121
|
-
},
|
|
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 } =
|
|
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 =
|
|
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 =
|
|
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",
|
|
2165
|
-
y(
|
|
2166
|
-
e.ssoOnly ? V("", !0) : (h(), N("div",
|
|
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:
|
|
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
|
-
|
|
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:
|
|
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
|
-
|
|
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(
|
|
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
|
-
}),
|
|
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",
|
|
2326
|
-
k("p",
|
|
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",
|
|
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
|
-
}),
|
|
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(
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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
|
-
}),
|
|
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(
|
|
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:
|
|
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
|
-
|
|
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:
|
|
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
|
-
|
|
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
|
-
}),
|
|
2703
|
+
}), Gc = kr, Br = {
|
|
2682
2704
|
key: 0,
|
|
2683
2705
|
class: "tw-mb-4"
|
|
2684
|
-
},
|
|
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 =
|
|
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",
|
|
2730
|
-
y(c(
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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",
|
|
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
|
-
}),
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
3003
|
+
return Ur(e);
|
|
2982
3004
|
}
|
|
2983
|
-
const
|
|
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
|
|
3003
|
-
const { gridOptions: a = {}, resizable: s = !1, autoSave: o = !0, onLayoutChange: i } = t, r =
|
|
3004
|
-
...
|
|
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 =
|
|
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
|
-
|
|
3074
|
+
Xa(e.value, n.value);
|
|
3053
3075
|
}, C = () => {
|
|
3054
3076
|
const g = dt();
|
|
3055
|
-
g && (n.value = ut(e.value, g),
|
|
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
|
-
|
|
3061
|
-
},
|
|
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
|
-
),
|
|
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
|
|
3134
|
+
const xr = {}, Hr = {
|
|
3113
3135
|
class: "dashboard-widget-skeleton",
|
|
3114
3136
|
"aria-hidden": "true"
|
|
3115
3137
|
};
|
|
3116
|
-
function
|
|
3117
|
-
return h(), N("div",
|
|
3118
|
-
|
|
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
|
|
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
|
-
},
|
|
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
|
-
},
|
|
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(
|
|
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 =
|
|
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(
|
|
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",
|
|
3219
|
-
e.showDragHandles ? (h(), N("div",
|
|
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(
|
|
3280
|
+
(h(), D($s(S.component), ne({ ref_for: !0 }, S.props || {}, { class: "vc-gridstack-dashboard__widget-content" }), null, 16))
|
|
3259
3281
|
])
|
|
3260
|
-
], 8,
|
|
3261
|
-
], 8,
|
|
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(
|
|
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,
|
|
3274
|
-
k("div",
|
|
3295
|
+
], 8, qr)),
|
|
3296
|
+
k("div", Jr, F(r.value), 1)
|
|
3275
3297
|
]),
|
|
3276
3298
|
_: 1
|
|
3277
3299
|
}));
|
|
3278
3300
|
}
|
|
3279
|
-
}),
|
|
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(
|
|
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
|
-
}),
|
|
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
|
-
},
|
|
3332
|
+
}, oi = { class: "dashboard-widget-card__title" }, ni = {
|
|
3311
3333
|
key: 0,
|
|
3312
3334
|
class: "dashboard-widget-card__actions"
|
|
3313
|
-
},
|
|
3335
|
+
}, ri = {
|
|
3314
3336
|
key: 0,
|
|
3315
3337
|
class: "dashboard-widget-card__stats"
|
|
3316
|
-
},
|
|
3338
|
+
}, ii = { class: "dashboard-widget-card__body" }, li = {
|
|
3317
3339
|
key: 1,
|
|
3318
3340
|
class: "dashboard-widget-card__footer"
|
|
3319
|
-
},
|
|
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",
|
|
3329
|
-
k("div",
|
|
3350
|
+
return (a, s) => (h(), N("div", ei, [
|
|
3351
|
+
k("div", ti, [
|
|
3330
3352
|
W(a.$slots, "header", {}, () => [
|
|
3331
|
-
k("div",
|
|
3332
|
-
e.icon ? (h(), N("div",
|
|
3333
|
-
y(c(
|
|
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",
|
|
3361
|
+
k("div", oi, F(t.header), 1)
|
|
3340
3362
|
])
|
|
3341
3363
|
]),
|
|
3342
|
-
a.$slots.actions ? (h(), N("div",
|
|
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",
|
|
3368
|
+
a.$slots.stats ? (h(), N("div", ri, [
|
|
3347
3369
|
W(a.$slots, "stats")
|
|
3348
3370
|
])) : V("", !0),
|
|
3349
|
-
|
|
3371
|
+
ia((h(), N("div", ii, [
|
|
3350
3372
|
W(a.$slots, "content")
|
|
3351
3373
|
])), [
|
|
3352
|
-
[c(
|
|
3374
|
+
[c(Jt), e.loading]
|
|
3353
3375
|
]),
|
|
3354
|
-
a.$slots.footer ? (h(), N("div",
|
|
3376
|
+
a.$slots.footer ? (h(), N("div", li, [
|
|
3355
3377
|
W(a.$slots, "footer")
|
|
3356
3378
|
])) : V("", !0)
|
|
3357
3379
|
]));
|
|
3358
3380
|
}
|
|
3359
|
-
}),
|
|
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",
|
|
3389
|
+
return (t, a) => (h(), N("div", ci, [
|
|
3368
3390
|
k("div", {
|
|
3369
|
-
class:
|
|
3391
|
+
class: aa(["dashboard-stat-item__value", e.variant ? `dashboard-stat-item__value--${e.variant}` : ""])
|
|
3370
3392
|
}, F(e.value), 3),
|
|
3371
|
-
k("div",
|
|
3393
|
+
k("div", di, F(e.label), 1)
|
|
3372
3394
|
]));
|
|
3373
3395
|
}
|
|
3374
|
-
}),
|
|
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",
|
|
3399
|
+
return (t, a) => (h(), N("div", ui, [
|
|
3378
3400
|
W(t.$slots, "default")
|
|
3379
3401
|
]));
|
|
3380
3402
|
}
|
|
3381
|
-
}),
|
|
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
|
-
},
|
|
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",
|
|
3414
|
+
k("div", fi, [
|
|
3393
3415
|
W(t.$slots, "default")
|
|
3394
3416
|
]),
|
|
3395
|
-
t.$slots.trailing ? (h(), N("div",
|
|
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
|
-
}),
|
|
3444
|
+
}), mi = { class: "dashboard-chart-tooltip" }, pi = {
|
|
3423
3445
|
key: 0,
|
|
3424
3446
|
class: "dashboard-chart-tooltip__title"
|
|
3425
|
-
},
|
|
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",
|
|
3433
|
-
e.title ? (h(), N("div",
|
|
3434
|
-
k("div",
|
|
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",
|
|
3444
|
-
k("span",
|
|
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
|
-
}),
|
|
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",
|
|
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",
|
|
3486
|
+
k("span", Ai, F(s.label), 1)
|
|
3465
3487
|
]))), 128))
|
|
3466
3488
|
]));
|
|
3467
3489
|
}
|
|
3468
|
-
}),
|
|
3490
|
+
}), bi = "var(--primary-500)", Ja = "-", wi = {
|
|
3469
3491
|
"&": "&",
|
|
3470
3492
|
"<": "<",
|
|
3471
3493
|
">": ">",
|
|
3472
3494
|
'"': """,
|
|
3473
3495
|
"'": "'"
|
|
3474
|
-
}, De = (e) => e == null ? "" : String(e).replace(/[&<>"']/g, (t) =>
|
|
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
|
-
},
|
|
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
|
-
},
|
|
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 ?
|
|
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() :
|
|
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 ??
|
|
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
|
-
},
|
|
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
|
-
() =>
|
|
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:
|
|
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(
|
|
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(
|
|
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(
|
|
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(
|
|
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(
|
|
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
|
-
}),
|
|
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
|
-
() =>
|
|
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:
|
|
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(
|
|
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(
|
|
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(
|
|
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(
|
|
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
|
-
}),
|
|
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
|
-
[
|
|
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(
|
|
3825
|
+
y(c(xo), {
|
|
3804
3826
|
data: e.data,
|
|
3805
3827
|
height: e.height
|
|
3806
3828
|
}, {
|
|
3807
3829
|
default: T(() => [
|
|
3808
|
-
y(c(
|
|
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
|
|
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,
|
|
3860
|
-
function
|
|
3861
|
-
Ve = void 0,
|
|
3881
|
+
let Ve, $e;
|
|
3882
|
+
function rd() {
|
|
3883
|
+
Ve = void 0, $e = void 0, ft.clear();
|
|
3862
3884
|
}
|
|
3863
|
-
function
|
|
3864
|
-
const e =
|
|
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 =
|
|
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) =>
|
|
3875
|
-
})),
|
|
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
|
|
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:
|
|
3907
|
+
activeWorkspace: $e
|
|
3886
3908
|
};
|
|
3887
3909
|
}
|
|
3888
|
-
function
|
|
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
|
|
3897
|
-
const { bladeStack: e, messaging: t, bladeRegistry: a, router: s, blades: o, activeWorkspace: i } =
|
|
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:
|
|
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 =
|
|
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
|
-
|
|
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
|
|
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:
|
|
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
|
|
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 &&
|
|
4075
|
-
const { onBeforeClose: P } = Et(), { showConfirmation: L } =
|
|
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 ?
|
|
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
|
|
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,
|
|
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(
|
|
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:
|
|
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(
|
|
4226
|
+
content: le(Gs(g.content))
|
|
4205
4227
|
}) : le(It, Ot);
|
|
4206
4228
|
});
|
|
4207
|
-
let
|
|
4208
|
-
P && (
|
|
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(
|
|
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,
|
|
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,
|
|
4289
|
+
[...B, $]
|
|
4268
4290
|
);
|
|
4269
4291
|
};
|
|
4270
4292
|
}
|
|
4271
|
-
}),
|
|
4293
|
+
}), Oi = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
4272
4294
|
__proto__: null,
|
|
4273
|
-
default:
|
|
4295
|
+
default: _i
|
|
4274
4296
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
4275
|
-
function
|
|
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 =
|
|
4278
|
-
e.provide(
|
|
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(
|
|
4304
|
+
}, Object.entries(ir).forEach(([o, i]) => {
|
|
4283
4305
|
oe.global.mergeLocaleMessage(s(o), i);
|
|
4284
4306
|
});
|
|
4285
4307
|
}
|
|
4286
|
-
function
|
|
4287
|
-
const t =
|
|
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(
|
|
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
|
|
4294
|
-
e.config.globalProperties.pages = [], e.config.globalProperties.bladeRoutes = [], e.provide(
|
|
4315
|
+
function Ri(e) {
|
|
4316
|
+
e.config.globalProperties.pages = [], e.config.globalProperties.bladeRoutes = [], e.provide(Eo, e.config.globalProperties.bladeRoutes);
|
|
4295
4317
|
}
|
|
4296
|
-
function
|
|
4297
|
-
e.provide(
|
|
4298
|
-
const t =
|
|
4299
|
-
e.provide(
|
|
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
|
|
4302
|
-
|
|
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
|
|
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(
|
|
4339
|
+
e.provide(Ps, a);
|
|
4318
4340
|
}
|
|
4319
|
-
function
|
|
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(
|
|
4333
|
-
const s = e.runWithContext(() =>
|
|
4334
|
-
e.provide(
|
|
4335
|
-
const { setupPageTracking: o } =
|
|
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
|
|
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
|
|
4393
|
+
const cd = {
|
|
4372
4394
|
install(e, t) {
|
|
4373
|
-
|
|
4374
|
-
performance.mark("vc:deferred-plugins-start"),
|
|
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
|
-
|
|
4380
|
-
|
|
4381
|
-
|
|
4382
|
-
|
|
4383
|
-
|
|
4384
|
-
|
|
4385
|
-
|
|
4386
|
-
|
|
4387
|
-
|
|
4388
|
-
|
|
4389
|
-
|
|
4390
|
-
|
|
4391
|
-
|
|
4392
|
-
|
|
4393
|
-
|
|
4394
|
-
|
|
4395
|
-
|
|
4396
|
-
|
|
4397
|
-
|
|
4398
|
-
|
|
4399
|
-
|
|
4400
|
-
|
|
4401
|
-
|
|
4402
|
-
|
|
4403
|
-
|
|
4404
|
-
|
|
4405
|
-
|
|
4406
|
-
|
|
4407
|
-
|
|
4408
|
-
|
|
4409
|
-
|
|
4410
|
-
|
|
4411
|
-
|
|
4412
|
-
|
|
4413
|
-
|
|
4414
|
-
|
|
4415
|
-
|
|
4416
|
-
|
|
4417
|
-
|
|
4418
|
-
|
|
4419
|
-
|
|
4420
|
-
|
|
4421
|
-
|
|
4422
|
-
|
|
4423
|
-
|
|
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
|
-
|
|
4427
|
-
|
|
4428
|
-
|
|
4429
|
-
|
|
4430
|
-
|
|
4431
|
-
|
|
4432
|
-
|
|
4433
|
-
|
|
4434
|
-
|
|
4435
|
-
|
|
4436
|
-
|
|
4437
|
-
|
|
4438
|
-
|
|
4439
|
-
|
|
4440
|
-
|
|
4441
|
-
|
|
4442
|
-
|
|
4443
|
-
|
|
4444
|
-
|
|
4445
|
-
|
|
4446
|
-
|
|
4447
|
-
|
|
4448
|
-
|
|
4449
|
-
|
|
4450
|
-
|
|
4451
|
-
|
|
4452
|
-
|
|
4453
|
-
|
|
4454
|
-
|
|
4455
|
-
|
|
4456
|
-
|
|
4457
|
-
|
|
4458
|
-
|
|
4459
|
-
|
|
4460
|
-
|
|
4461
|
-
|
|
4462
|
-
|
|
4463
|
-
|
|
4464
|
-
|
|
4465
|
-
|
|
4466
|
-
|
|
4467
|
-
|
|
4468
|
-
|
|
4469
|
-
|
|
4470
|
-
|
|
4471
|
-
|
|
4472
|
-
|
|
4473
|
-
|
|
4474
|
-
|
|
4475
|
-
|
|
4476
|
-
|
|
4477
|
-
|
|
4478
|
-
|
|
4479
|
-
|
|
4480
|
-
|
|
4481
|
-
|
|
4482
|
-
|
|
4483
|
-
|
|
4484
|
-
|
|
4485
|
-
|
|
4486
|
-
|
|
4487
|
-
|
|
4488
|
-
|
|
4489
|
-
|
|
4490
|
-
|
|
4491
|
-
|
|
4492
|
-
|
|
4493
|
-
|
|
4494
|
-
|
|
4495
|
-
|
|
4496
|
-
|
|
4497
|
-
|
|
4498
|
-
|
|
4499
|
-
|
|
4500
|
-
|
|
4501
|
-
|
|
4502
|
-
|
|
4503
|
-
|
|
4504
|
-
|
|
4505
|
-
|
|
4506
|
-
|
|
4507
|
-
|
|
4508
|
-
|
|
4509
|
-
|
|
4510
|
-
|
|
4511
|
-
|
|
4512
|
-
|
|
4513
|
-
|
|
4514
|
-
|
|
4515
|
-
|
|
4516
|
-
|
|
4517
|
-
|
|
4518
|
-
|
|
4519
|
-
|
|
4520
|
-
|
|
4521
|
-
|
|
4522
|
-
|
|
4523
|
-
|
|
4524
|
-
|
|
4525
|
-
|
|
4526
|
-
|
|
4527
|
-
|
|
4528
|
-
|
|
4529
|
-
|
|
4530
|
-
|
|
4531
|
-
|
|
4532
|
-
|
|
4533
|
-
|
|
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
|
-
|
|
4536
|
-
|
|
4537
|
-
|
|
4538
|
-
|
|
4539
|
-
|
|
4540
|
-
|
|
4541
|
-
|
|
4542
|
-
|
|
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
|
-
|
|
4545
|
-
|
|
4546
|
-
|
|
4547
|
-
|
|
4548
|
-
|
|
4549
|
-
|
|
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
|
-
|
|
4552
|
-
|
|
4553
|
-
|
|
4554
|
-
|
|
4555
|
-
|
|
4556
|
-
|
|
4557
|
-
|
|
4558
|
-
|
|
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
|
-
|
|
4582
|
+
Fu as VcFileUpload,
|
|
4561
4583
|
he as VcForm,
|
|
4562
|
-
|
|
4584
|
+
Vu as VcGallery,
|
|
4563
4585
|
me as VcHint,
|
|
4564
|
-
|
|
4586
|
+
fa as VcIcon,
|
|
4565
4587
|
mt as VcImage,
|
|
4566
|
-
|
|
4567
|
-
|
|
4588
|
+
$u as VcImageTile,
|
|
4589
|
+
Uu as VcImageUpload,
|
|
4568
4590
|
j as VcInput,
|
|
4569
|
-
|
|
4570
|
-
|
|
4571
|
-
|
|
4572
|
-
|
|
4573
|
-
|
|
4574
|
-
|
|
4575
|
-
|
|
4576
|
-
|
|
4577
|
-
|
|
4578
|
-
|
|
4579
|
-
|
|
4580
|
-
|
|
4581
|
-
|
|
4582
|
-
|
|
4583
|
-
|
|
4584
|
-
|
|
4585
|
-
|
|
4586
|
-
|
|
4587
|
-
|
|
4588
|
-
|
|
4589
|
-
|
|
4590
|
-
|
|
4591
|
-
|
|
4592
|
-
|
|
4593
|
-
|
|
4594
|
-
|
|
4595
|
-
|
|
4596
|
-
|
|
4597
|
-
|
|
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
|
-
|
|
4600
|
-
|
|
4601
|
-
|
|
4602
|
-
|
|
4603
|
-
|
|
4604
|
-
|
|
4605
|
-
|
|
4606
|
-
|
|
4607
|
-
|
|
4608
|
-
|
|
4609
|
-
|
|
4610
|
-
|
|
4611
|
-
|
|
4612
|
-
|
|
4613
|
-
|
|
4614
|
-
|
|
4615
|
-
|
|
4616
|
-
|
|
4617
|
-
|
|
4618
|
-
|
|
4619
|
-
|
|
4620
|
-
|
|
4621
|
-
|
|
4622
|
-
|
|
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
|
-
|
|
4646
|
+
cd as default,
|
|
4625
4647
|
At as defineAppModule,
|
|
4626
|
-
|
|
4627
|
-
|
|
4628
|
-
|
|
4629
|
-
|
|
4630
|
-
|
|
4631
|
-
|
|
4632
|
-
|
|
4633
|
-
|
|
4634
|
-
|
|
4635
|
-
|
|
4636
|
-
|
|
4637
|
-
|
|
4638
|
-
|
|
4639
|
-
|
|
4640
|
-
|
|
4641
|
-
|
|
4642
|
-
|
|
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
|
-
|
|
4645
|
-
|
|
4646
|
-
|
|
4647
|
-
|
|
4648
|
-
|
|
4649
|
-
|
|
4650
|
-
|
|
4651
|
-
|
|
4652
|
-
|
|
4653
|
-
|
|
4654
|
-
|
|
4655
|
-
|
|
4656
|
-
|
|
4657
|
-
|
|
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
|
-
|
|
4661
|
-
|
|
4662
|
-
|
|
4663
|
-
|
|
4664
|
-
|
|
4665
|
-
|
|
4666
|
-
|
|
4667
|
-
|
|
4668
|
-
|
|
4669
|
-
|
|
4670
|
-
|
|
4671
|
-
|
|
4672
|
-
|
|
4673
|
-
|
|
4674
|
-
|
|
4675
|
-
|
|
4676
|
-
|
|
4677
|
-
|
|
4678
|
-
|
|
4679
|
-
|
|
4680
|
-
|
|
4681
|
-
|
|
4682
|
-
|
|
4683
|
-
|
|
4684
|
-
|
|
4685
|
-
|
|
4686
|
-
|
|
4687
|
-
|
|
4688
|
-
|
|
4689
|
-
|
|
4690
|
-
|
|
4691
|
-
|
|
4692
|
-
|
|
4693
|
-
|
|
4694
|
-
|
|
4695
|
-
|
|
4696
|
-
|
|
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
|
-
|
|
4699
|
-
|
|
4700
|
-
|
|
4701
|
-
|
|
4702
|
-
|
|
4703
|
-
|
|
4704
|
-
|
|
4705
|
-
|
|
4706
|
-
|
|
4707
|
-
|
|
4708
|
-
|
|
4709
|
-
|
|
4710
|
-
|
|
4711
|
-
|
|
4712
|
-
|
|
4713
|
-
|
|
4714
|
-
|
|
4715
|
-
|
|
4716
|
-
|
|
4717
|
-
|
|
4718
|
-
|
|
4719
|
-
|
|
4720
|
-
|
|
4721
|
-
|
|
4722
|
-
|
|
4723
|
-
|
|
4724
|
-
|
|
4725
|
-
|
|
4726
|
-
|
|
4727
|
-
|
|
4728
|
-
|
|
4729
|
-
|
|
4730
|
-
|
|
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
|
-
|
|
4754
|
+
Ic as useNotifications,
|
|
4733
4755
|
gt as usePermissions,
|
|
4734
|
-
|
|
4735
|
-
|
|
4736
|
-
|
|
4756
|
+
bs as usePopup,
|
|
4757
|
+
ps as useResponsive,
|
|
4758
|
+
yg as useScrollArrows,
|
|
4737
4759
|
Pe as useSettings,
|
|
4738
|
-
|
|
4739
|
-
|
|
4740
|
-
|
|
4741
|
-
|
|
4742
|
-
|
|
4743
|
-
|
|
4744
|
-
|
|
4745
|
-
|
|
4746
|
-
|
|
4747
|
-
|
|
4748
|
-
|
|
4749
|
-
|
|
4750
|
-
|
|
4751
|
-
|
|
4752
|
-
|
|
4753
|
-
|
|
4754
|
-
|
|
4755
|
-
|
|
4756
|
-
|
|
4757
|
-
|
|
4758
|
-
|
|
4759
|
-
|
|
4760
|
-
|
|
4761
|
-
|
|
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
|
};
|