@vc-shell/framework 2.4.0 → 2.5.0
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 +3 -3
- package/dist/chunks/{VcAiAgentPanel.vue_vue_type_script_setup_true_lang-Cm_izaFs.js → VcAiAgentPanel.vue_vue_type_script_setup_true_lang-9mBLzIi1.js} +490 -468
- package/dist/chunks/VcAiAgentPanel.vue_vue_type_script_setup_true_lang-9mBLzIi1.js.map +1 -0
- package/dist/chunks/{VcAiAgentPanel.vue_vue_type_style_index_0_lang-DrGobYkj.js → VcAiAgentPanel.vue_vue_type_style_index_0_lang-CZdY18Hq.js} +74 -68
- package/dist/chunks/{VcAiAgentPanel.vue_vue_type_style_index_0_lang-DrGobYkj.js.map → VcAiAgentPanel.vue_vue_type_style_index_0_lang-CZdY18Hq.js.map} +1 -1
- package/dist/chunks/{VcScheduler.vue_vue_type_script_setup_true_lang-B-xA79lJ.js → VcScheduler.vue_vue_type_script_setup_true_lang-BmlVL_rn.js} +6388 -6183
- package/dist/chunks/VcScheduler.vue_vue_type_script_setup_true_lang-BmlVL_rn.js.map +1 -0
- package/dist/chunks/{VcScheduler.vue_vue_type_style_index_0_lang-BSvjI-39.js → VcScheduler.vue_vue_type_style_index_0_lang-BTg4PjTB.js} +533 -521
- package/dist/chunks/VcScheduler.vue_vue_type_style_index_0_lang-BTg4PjTB.js.map +1 -0
- package/dist/chunks/dashboard-feed-row.vue_vue_type_script_setup_true_lang-BCsJG_hk.js +724 -0
- package/dist/chunks/dashboard-feed-row.vue_vue_type_script_setup_true_lang-BCsJG_hk.js.map +1 -0
- package/dist/chunks/{index-C-SEYj46.js → index-B7RhGTNx.js} +2 -2
- package/dist/chunks/{index-C-SEYj46.js.map → index-B7RhGTNx.js.map} +1 -1
- package/dist/core/blade-navigation/utils/bladeRouterGuard.d.ts +1 -2
- package/dist/core/blade-navigation/utils/bladeRouterGuard.d.ts.map +1 -1
- package/dist/core/composables/index.d.ts +1 -0
- package/dist/core/composables/index.d.ts.map +1 -1
- package/dist/core/composables/useLatestRequest/index.d.ts +43 -0
- package/dist/core/composables/useLatestRequest/index.d.ts.map +1 -0
- package/dist/core/composables/usePopup/index.d.ts +12 -3
- package/dist/core/composables/usePopup/index.d.ts.map +1 -1
- package/dist/core/composables/usePopup/keys.d.ts +3 -1
- package/dist/core/composables/usePopup/keys.d.ts.map +1 -1
- package/dist/core/composables/usePopup/types.d.ts +32 -1
- package/dist/core/composables/usePopup/types.d.ts.map +1 -1
- package/dist/core/interceptors/index.d.ts.map +1 -1
- package/dist/core/plugins/ai-agent/components/VcAiAgentPanel.vue.d.ts +4 -1
- package/dist/core/plugins/ai-agent/components/VcAiAgentPanel.vue.d.ts.map +1 -1
- 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 +2 -0
- package/dist/core/plugins/ai-agent/services/message-transport.d.ts.map +1 -1
- package/dist/core/plugins/ai-agent/types.d.ts +1 -1
- package/dist/core/plugins/ai-agent/types.d.ts.map +1 -1
- package/dist/core/utilities/error.d.ts.map +1 -1
- package/dist/core/utilities/focus.d.ts +25 -0
- package/dist/core/utilities/focus.d.ts.map +1 -0
- package/dist/core/utilities/index.d.ts +1 -0
- package/dist/core/utilities/index.d.ts.map +1 -1
- package/dist/core/utilities/sessionExpiration.d.ts +14 -0
- package/dist/core/utilities/sessionExpiration.d.ts.map +1 -1
- package/dist/dashboard/index.js +1 -1
- package/dist/framework.js +1300 -1262
- package/dist/framework.js.map +1 -1
- package/dist/index.css +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/injection-keys.d.ts +1 -2
- package/dist/injection-keys.d.ts.map +1 -1
- package/dist/locales/de.js +3 -0
- package/dist/locales/en.js +3 -0
- package/dist/locales/en.json +3 -0
- package/dist/locales/types.d.ts +3 -0
- package/dist/shell/_internal/blade-navigation/components/vc-blade-navigation/focus-target.d.ts +20 -0
- package/dist/shell/_internal/blade-navigation/components/vc-blade-navigation/focus-target.d.ts.map +1 -0
- package/dist/shell/_internal/blade-navigation/components/vc-blade-navigation/vc-blade-navigation-new.vue.d.ts.map +1 -1
- package/dist/shell/_internal/blade-navigation/components/vc-blade-slot/vc-blade-slot.vue.d.ts +5 -0
- package/dist/shell/_internal/blade-navigation/components/vc-blade-slot/vc-blade-slot.vue.d.ts.map +1 -1
- package/dist/shell/_internal/popup/components/vc-popup-container/PopupInstanceProvider.vue.d.ts +30 -0
- package/dist/shell/_internal/popup/components/vc-popup-container/PopupInstanceProvider.vue.d.ts.map +1 -0
- package/dist/shell/_internal/popup/components/vc-popup-container/vc-popup-container.vue.d.ts.map +1 -1
- package/dist/shell/auth/ChangePasswordPage/components/change-password/ChangePassword.vue.d.ts.map +1 -1
- package/dist/shell/auth/InvitePage/components/invite/Invite.vue.d.ts.map +1 -1
- package/dist/shell/auth/ResetPasswordPage/components/reset-password/ResetPassword.vue.d.ts.map +1 -1
- package/dist/shell/components/change-password/change-password.vue.d.ts.map +1 -1
- package/dist/shell/dashboard/draggable-dashboard/GridstackDashboard.vue.d.ts.map +1 -1
- package/dist/shell/dashboard/draggable-dashboard/composables/useGridstack.d.ts +5 -8
- package/dist/shell/dashboard/draggable-dashboard/composables/useGridstack.d.ts.map +1 -1
- package/dist/shell/dashboard/draggable-dashboard/composables/useGridstackAdapter.d.ts +6 -6
- package/dist/shell/dashboard/draggable-dashboard/composables/useGridstackAdapter.d.ts.map +1 -1
- package/dist/shell/dashboard/draggable-dashboard/types.d.ts +11 -0
- package/dist/shell/dashboard/draggable-dashboard/types.d.ts.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/ui/components/molecules/vc-color-input/vc-color-input.vue.d.ts +2 -2
- package/dist/ui/components/molecules/vc-date-picker/vc-date-picker.vue.d.ts +2 -2
- package/dist/ui/components/molecules/vc-input/vc-input.vue.d.ts +2 -2
- package/dist/ui/components/molecules/vc-multivalue/_internal/MultivalueTrigger.vue.d.ts +2 -2
- package/dist/ui/components/molecules/vc-popover/vc-popover.vue.d.ts +4 -0
- package/dist/ui/components/molecules/vc-popover/vc-popover.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-select/_internal/SelectTrigger.vue.d.ts +2 -2
- package/dist/ui/components/organisms/vc-app/_internal/app-bar/components/MenuSidebar.vue.d.ts +1 -0
- package/dist/ui/components/organisms/vc-app/_internal/app-bar/components/MenuSidebar.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-app/_internal/layouts/DesktopLayout.vue.d.ts +8 -0
- package/dist/ui/components/organisms/vc-app/_internal/layouts/DesktopLayout.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-app/_internal/layouts/MobileLayout.vue.d.ts +5 -0
- package/dist/ui/components/organisms/vc-app/_internal/layouts/MobileLayout.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-app/_internal/sidebar/SidebarHeader.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-app/vc-app.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-blade/_internal/BladeHeader.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-blade/useBladeSkeleton.d.ts +16 -0
- package/dist/ui/components/organisms/vc-blade/useBladeSkeleton.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-blade/vc-blade.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-data-table/VcDataTable.vue.d.ts +1 -2
- package/dist/ui/components/organisms/vc-data-table/VcDataTable.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-data-table/components/GlobalFiltersPanel.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-data-table/components/TableSearchHeader.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-popup/vc-popup.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-scheduler/VcScheduler.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-scheduler/_internal/SchedulerToolbar.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-scheduler/_internal/month/MonthEventBar.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-scheduler/_internal/month/MonthMorePopover.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-scheduler/_internal/month/MonthWeekRow.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-scheduler/_internal/views/SchedulerTimelineView.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-scheduler/composables/useTimelineTimeGrid.d.ts +2 -0
- package/dist/ui/components/organisms/vc-scheduler/composables/useTimelineTimeGrid.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-sidebar/vc-sidebar.vue.d.ts +1 -0
- package/dist/ui/components/organisms/vc-sidebar/vc-sidebar.vue.d.ts.map +1 -1
- package/dist/ui/composables/useDataTablePagination.d.ts +22 -1
- package/dist/ui/composables/useDataTablePagination.d.ts.map +1 -1
- package/dist/ui/index.js +3 -3
- package/package.json +4 -4
- package/dist/chunks/VcAiAgentPanel.vue_vue_type_script_setup_true_lang-Cm_izaFs.js.map +0 -1
- package/dist/chunks/VcScheduler.vue_vue_type_script_setup_true_lang-B-xA79lJ.js.map +0 -1
- package/dist/chunks/VcScheduler.vue_vue_type_style_index_0_lang-BSvjI-39.js.map +0 -1
- package/dist/chunks/dashboard-feed-row.vue_vue_type_script_setup_true_lang-BXDneKBz.js +0 -679
- package/dist/chunks/dashboard-feed-row.vue_vue_type_script_setup_true_lang-BXDneKBz.js.map +0 -1
package/dist/framework.js
CHANGED
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
import { b as Da, c as ya } from "./chunks/vendor-vueuse-core-BFa9je5E.js";
|
|
2
|
-
import { t as
|
|
3
|
-
import { O as
|
|
4
|
-
import { getCurrentScope as
|
|
5
|
-
import { b5 as me, b6 as sn, b7 as on, b8 as
|
|
6
|
-
import { _ as
|
|
2
|
+
import { t as nt, v as oe, w as q, x as X, _ as $, y as be, z as Ba, I as Dt, d as K, b as Ae, l as Ma, A as ka, C as Va, D as Ua, V as Ee, E as Fa, F as Wa, G as Ha, H as Ga, J as xa, K as $a, L as Ka, M as za, N as qa } from "./chunks/VcScheduler.vue_vue_type_style_index_0_lang-BTg4PjTB.js";
|
|
3
|
+
import { O as Kl, B as zl, P as ql, Q as Yl, R as jl, S as Zl, T as Xl, U as Jl, W as Ql, a as eu, c as tu, e as au, f as nu, g as su, h as ou, i as ru, j as iu, X as lu, Y as uu, Z as du, $ as cu, a0 as Eu, a1 as fu, a2 as mu, a3 as gu, a4 as Su, a5 as pu, a6 as Au, a7 as Tu, a8 as hu, a9 as Lu, aa as Ou, ab as Ru, p as _u, ac as Iu, ad as vu, ae as wu, af as Cu, ag as bu, ah as Pu, ai as Nu, aj as Du, ak as yu, al as Bu, am as Mu, u as ku, k as Vu, r as Uu, an as Fu, m as Wu, n as Hu, ao as Gu, o as xu, ap as $u, aq as Ku, ar as zu } from "./chunks/VcScheduler.vue_vue_type_style_index_0_lang-BTg4PjTB.js";
|
|
4
|
+
import { getCurrentScope as st, onScopeDispose as ot, computed as w, inject as Q, watch as ne, defineComponent as G, openBlock as C, createBlock as D, createSlots as Oe, withCtx as A, renderSlot as Y, createElementVNode as V, normalizeClass as Ya, createElementBlock as H, Fragment as se, createVNode as _, unref as i, createTextVNode as k, toDisplayString as B, shallowReactive as ja, ref as b, readonly as Me, onMounted as Re, onBeforeMount as Za, onBeforeUnmount as Xa, onUnmounted as Ja, provide as yt, toValue as Bt, isRef as Mt, normalizeStyle as kt, createCommentVNode as z, withDirectives as Qa, withModifiers as He, reactive as le, createApp as en, nextTick as Pe, renderList as Fe, withKeys as rt, mergeProps as ie, getCurrentInstance as tn, warn as an, h as te, toRaw as nn } from "vue";
|
|
5
|
+
import { b5 as me, b6 as sn, b7 as on, b8 as Vt, b9 as Ge, ba as rn, bb as ln, ao as un, bc as xe, bd as dn, be as cn, bf as Ut, Q as Ft, $ as En, a8 as ge, aa as it, a6 as $e, aB as fn, a0 as mn, av as gn, N as _e, ag as Wt, P as Sn, bg as pn, aC as ft, bh as An, bi as Tn } from "./chunks/VcScheduler.vue_vue_type_script_setup_true_lang-BmlVL_rn.js";
|
|
6
|
+
import { _ as Yu, a as ju, b as Zu, c as Xu, d as Ju, e as Qu, f as ed, g as td, h as ad, i as nd, j as sd, bj as od, bk as rd, C as id, bl as ld, bm as ud, bn as dd, k as cd, bo as Ed, bp as fd, S as md, bq as gd, br as Sd, l as pd, m as Ad, n as Td, o as hd, p as Ld, q as Od, T as Rd, r as _d, s as Id, t as vd, u as wd, v as Cd, w as bd, x as Pd, bs as Nd, bt as Dd, V as yd, y as Bd, z as Md, A as kd, B as Vd, D as Ud, E as Fd, F as Wd, G as Hd, H as Gd, I as xd, J as $d, K as Kd, L as zd, M as qd, O as Yd, bu as jd, bu as Zd, bv as Xd, R as Jd, U as Qd, W as ec, X as tc, Y as ac, Z as nc, a1 as sc, a2 as oc, a3 as rc, a4 as ic, a5 as lc, a7 as uc, a9 as dc, ab as cc, ac as Ec, ad as fc, ae as mc, af as gc, ah as Sc, ai as pc, aj as Ac, ak as Tc, al as hc, am as Lc, an as Oc, ap as Rc, aq as _c, ar as Ic, as as vc, at as wc, au as Cc, aw as bc, ax as Pc, ay as Nc, az as Dc, aA as yc, aD as Bc, aE as Mc, bw as kc, aF as Vc, bx as Uc, by as Fc, bz as Wc, bA as Hc, bB as Gc, bC as xc, bD as $c, bE as Kc, bF as zc, bG as qc, bH as Yc, bI as jc, bJ as Zc, bK as Xc, bL as Jc, bM as Qc, bN as eE, aG as tE, aH as aE, aI as nE, bO as sE, aJ as oE, aK as rE, bP as iE, bQ as lE, aL as uE, aM as dE, aN as cE, aO as EE, bR as fE, aP as mE, aQ as gE, aR as SE, bS as pE, aS as AE, bT as TE, aT as hE, aU as LE, aV as OE, bU as RE, aW as _E, aX as IE, aY as vE, aZ as wE, a_ as CE, a$ as bE, b0 as PE, b1 as NE, b2 as DE, b3 as yE, b4 as BE, aF as ME } from "./chunks/VcScheduler.vue_vue_type_script_setup_true_lang-BmlVL_rn.js";
|
|
7
7
|
import { _ as hn } from "./chunks/vendor-cypress-signalr-mock-itnm2wpA.js";
|
|
8
|
-
import { c as U, b as Ln, d as On, i as
|
|
9
|
-
import { A as
|
|
10
|
-
import { H as
|
|
11
|
-
import { a as
|
|
12
|
-
import { u as
|
|
13
|
-
import { p as
|
|
14
|
-
import { A as
|
|
8
|
+
import { c as U, b as Ln, d as On, i as Qe, S as Rn, W as Ht, B as Gt, h as _n, j as xt, m as In, k as vn, l as $t, n as wn, _ as Cn, L as bn, I as Pn, o as Nn, p as Dn, q as yn, r as Bn, s as Mn, T as kn, t as Vn, v as Un, w as Fn, N as Wn } from "./chunks/VcAiAgentPanel.vue_vue_type_style_index_0_lang-CZdY18Hq.js";
|
|
9
|
+
import { A as VE, x as UE, y as FE, z as WE, C as HE, D as GE, F as xE, G as $E, H as KE, J as zE, e as qE, f as YE, K as jE, O as ZE, P as XE, Q as JE, R as QE, U as ef, V as tf, X as af, Y as nf, Z as sf, $ as of, E as rf, a0 as lf, a1 as uf, a2 as df, a3 as cf, a4 as Ef, a5 as ff, a6 as mf, a7 as gf, M as Sf, a8 as pf, a9 as Af, aa as Tf, ab as hf, ac as Lf, ad as Of, ae as Rf, af as _f, a as If, ag as vf, ah as wf, ai as Cf, aj as bf, u as Pf, g as Nf } from "./chunks/VcAiAgentPanel.vue_vue_type_style_index_0_lang-CZdY18Hq.js";
|
|
10
|
+
import { H as Hn, L as Gn } from "./chunks/vendor-microsoft-signalr-Bgpbb4fW.js";
|
|
11
|
+
import { a as xn } from "./chunks/index-B7RhGTNx.js";
|
|
12
|
+
import { u as yf } from "./chunks/index-B7RhGTNx.js";
|
|
13
|
+
import { p as $n, b as Kn, a as zn, s as qn, d as Yn, e as jn, f as Zn, g as lt, h as Xn, i as Jn, j as Qn, k as es, l as ts, m as as } from "./chunks/VcAiAgentPanel.vue_vue_type_script_setup_true_lang-9mBLzIi1.js";
|
|
14
|
+
import { A as Mf, D as kf, E as Vf, H as Uf, _ as Ff, c as Wf, n as Hf, o as Gf, q as xf, r as $f, t as Kf, v as zf, u as qf, w as Yf, x as jf, y as Zf } from "./chunks/VcAiAgentPanel.vue_vue_type_script_setup_true_lang-9mBLzIi1.js";
|
|
15
15
|
import "./chunks/ExtensionPoint.vue_vue_type_style_index_0_lang-B1R06zHa.js";
|
|
16
16
|
import "./chunks/vendor-dompurify-DpIUMBYC.js";
|
|
17
17
|
import { u as ue } from "./chunks/vendor-vue-i18n-LO-EJStU.js";
|
|
18
|
-
import { useForm as de, useIsFormValid as Ie, useIsFormDirty as
|
|
18
|
+
import { useForm as de, useIsFormValid as Ie, useIsFormDirty as ut, Field as Z } from "vee-validate";
|
|
19
19
|
import { useRouter as ve } from "vue-router";
|
|
20
20
|
import "./chunks/vendor-tiptap-starter-kit-ny-AoaO_.js";
|
|
21
21
|
import "./chunks/vendor-tiptap-extension-underline-Bo1pXXDN.js";
|
|
@@ -91,43 +91,43 @@ import "./assets/72de3a63bc0b70dd.svg";
|
|
|
91
91
|
import "./chunks/vendor-iso-639-1-BEjYyfKo.js";
|
|
92
92
|
import "./chunks/vendor-truncate-html-ChA1T5zy.js";
|
|
93
93
|
import "./chunks/vendor-sortablejs-Bsvu-FKn.js";
|
|
94
|
-
import { v as
|
|
94
|
+
import { v as ns } from "./chunks/vendor-vue3-touch-events-DqysuuWh.js";
|
|
95
95
|
import "./chunks/vendor-gridstack-Beau2jQ7.js";
|
|
96
|
-
import { _ as
|
|
97
|
-
import { _ as
|
|
98
|
-
import { A as
|
|
99
|
-
import { o as
|
|
100
|
-
import { T as
|
|
101
|
-
import { _ as
|
|
102
|
-
import { E as
|
|
103
|
-
function
|
|
96
|
+
import { _ as Jf, a as Qf, b as em, c as tm, d as am, L as nm, e as sm, f as om, l as rm, m as im, s as lm, t as um, u as dm } from "./chunks/dashboard-feed-row.vue_vue_type_script_setup_true_lang-BCsJG_hk.js";
|
|
97
|
+
import { _ as Em, a as fm, b as mm, c as gm, d as Sm, e as pm } from "./chunks/DashboardDonutChart.vue_vue_type_script_setup_true_lang-hTcM33bM.js";
|
|
98
|
+
import { A as ss, u as os } from "./chunks/vendor-vue3-application-insights-CAgbt8pk.js";
|
|
99
|
+
import { o as rs, c as J, d as is, i as ls } from "./chunks/vendor-lodash-es-D2n90GJy.js";
|
|
100
|
+
import { T as us, x as ds, b as cs, S as Es, $ as fs } from "./chunks/vendor-web-vitals-ByFgAM-8.js";
|
|
101
|
+
import { _ as ms } from "./chunks/index-BuTo_Lx8.js";
|
|
102
|
+
import { E as Tm, d as hm, u as Lm } from "./chunks/index-BuTo_Lx8.js";
|
|
103
|
+
function El(e) {
|
|
104
104
|
return e.replace(/[\w]([A-Z])/g, function(t) {
|
|
105
105
|
return t[0] + "_" + t[1];
|
|
106
106
|
}).toLowerCase();
|
|
107
107
|
}
|
|
108
|
-
const
|
|
109
|
-
function
|
|
110
|
-
const t =
|
|
108
|
+
const gs = (e) => e.replace(/-./g, (t) => t[1].toUpperCase());
|
|
109
|
+
function fl(e) {
|
|
110
|
+
const t = gs(e);
|
|
111
111
|
return t[0].toUpperCase() + t.substring(1);
|
|
112
112
|
}
|
|
113
|
-
function
|
|
113
|
+
function ml(e) {
|
|
114
114
|
return e.replace(/\W+(.)/g, function(t, a) {
|
|
115
115
|
return a.toUpperCase();
|
|
116
116
|
});
|
|
117
117
|
}
|
|
118
|
-
const
|
|
119
|
-
function
|
|
118
|
+
const Ss = /* @__PURE__ */ new Set(["png", "jpg", "jpeg", "svg", "gif"]);
|
|
119
|
+
function dt(e) {
|
|
120
120
|
return e.split(".").pop()?.toLowerCase();
|
|
121
121
|
}
|
|
122
122
|
function Kt(e) {
|
|
123
|
-
return e ?
|
|
123
|
+
return e ? Ss.has(dt(e) ?? "") : !1;
|
|
124
124
|
}
|
|
125
125
|
function zt(e, t = 2) {
|
|
126
126
|
if (!e) return "0 Bytes";
|
|
127
127
|
const a = 1024, n = t < 0 ? 0 : t, s = ["Bytes", "KB", "MB", "GB"], o = Math.floor(Math.log(e) / Math.log(a));
|
|
128
128
|
return `${parseFloat((e / Math.pow(a, o)).toFixed(n))} ${s[o]}`;
|
|
129
129
|
}
|
|
130
|
-
const
|
|
130
|
+
const ps = {
|
|
131
131
|
pdf: "#e74c3c",
|
|
132
132
|
doc: "#2b579a",
|
|
133
133
|
docx: "#2b579a",
|
|
@@ -144,30 +144,30 @@ const Ss = {
|
|
|
144
144
|
};
|
|
145
145
|
function qt(e) {
|
|
146
146
|
if (!e) return "var(--neutrals-400)";
|
|
147
|
-
const t =
|
|
148
|
-
return
|
|
147
|
+
const t = dt(e) ?? "";
|
|
148
|
+
return ps[t] ?? "var(--neutrals-400)";
|
|
149
149
|
}
|
|
150
150
|
function Yt(e) {
|
|
151
|
-
return e ? (
|
|
151
|
+
return e ? (dt(e) ?? "FILE").toUpperCase() : "FILE";
|
|
152
152
|
}
|
|
153
153
|
const As = {
|
|
154
154
|
install(e) {
|
|
155
|
-
const { hasAccess: t } =
|
|
155
|
+
const { hasAccess: t } = nt();
|
|
156
156
|
e.config.globalProperties.$hasAccess = t;
|
|
157
157
|
}
|
|
158
158
|
};
|
|
159
|
-
function
|
|
159
|
+
function gl(e) {
|
|
160
160
|
const t = me(), a = t.subscribe({
|
|
161
161
|
types: e.types,
|
|
162
162
|
filter: e.filter,
|
|
163
163
|
handler: e.onMessage
|
|
164
164
|
});
|
|
165
|
-
|
|
165
|
+
st() && ot(a);
|
|
166
166
|
const n = w(
|
|
167
|
-
() => t.realtime.value.filter((
|
|
167
|
+
() => t.realtime.value.filter((r) => !(!r.notifyType || !e.types.includes(r.notifyType) || !r.isNew || e.filter && !e.filter(r)))
|
|
168
168
|
), s = w(() => n.value.length);
|
|
169
|
-
function o(
|
|
170
|
-
t.markAsRead(
|
|
169
|
+
function o(r) {
|
|
170
|
+
t.markAsRead(r);
|
|
171
171
|
}
|
|
172
172
|
return {
|
|
173
173
|
messages: n,
|
|
@@ -175,31 +175,31 @@ function ml(e) {
|
|
|
175
175
|
markAsRead: o
|
|
176
176
|
};
|
|
177
177
|
}
|
|
178
|
-
function
|
|
178
|
+
function Sl() {
|
|
179
179
|
const e = Q(sn);
|
|
180
180
|
if (!e)
|
|
181
181
|
throw new Error("useNotificationContext() must be used inside a notification template");
|
|
182
182
|
return e;
|
|
183
183
|
}
|
|
184
|
-
function
|
|
184
|
+
function pl() {
|
|
185
185
|
const e = me();
|
|
186
186
|
return {
|
|
187
187
|
setBroadcastFilter: e.setBroadcastFilter,
|
|
188
188
|
clearBroadcastFilter: e.clearBroadcastFilter
|
|
189
189
|
};
|
|
190
190
|
}
|
|
191
|
-
const jt = Symbol("NotificationContainerState"),
|
|
191
|
+
const jt = Symbol("NotificationContainerState"), mt = U("signalR"), Ts = {
|
|
192
192
|
install(e) {
|
|
193
193
|
const t = me(), { isAuthenticated: a } = oe();
|
|
194
194
|
let n = !1;
|
|
195
|
-
const s = hn("pushNotificationHub", { enableForVitest: !0 }) ?? new
|
|
195
|
+
const s = hn("pushNotificationHub", { enableForVitest: !0 }) ?? new Hn().withUrl("/pushNotificationHub").withAutomaticReconnect().configureLogging(Gn.Information).build(), o = () => {
|
|
196
196
|
s.start().then(() => {
|
|
197
|
-
|
|
197
|
+
mt.info("Connected.");
|
|
198
198
|
}).catch((l) => {
|
|
199
|
-
|
|
199
|
+
mt.error("Connection Error: ", l), setTimeout(() => o(), 5e3);
|
|
200
200
|
});
|
|
201
201
|
};
|
|
202
|
-
async function
|
|
202
|
+
async function r() {
|
|
203
203
|
await s.stop();
|
|
204
204
|
}
|
|
205
205
|
s.onclose(() => {
|
|
@@ -211,7 +211,7 @@ const jt = Symbol("NotificationContainerState"), ct = U("signalR"), ps = {
|
|
|
211
211
|
}), ne(
|
|
212
212
|
a,
|
|
213
213
|
async (l) => {
|
|
214
|
-
l ? (n = !0, o()) : (n = !1, await
|
|
214
|
+
l ? (n = !0, o()) : (n = !1, await r());
|
|
215
215
|
},
|
|
216
216
|
{ immediate: !0 }
|
|
217
217
|
);
|
|
@@ -223,16 +223,16 @@ function Al(e) {
|
|
|
223
223
|
read: () => t ? t.read(e) : {}
|
|
224
224
|
};
|
|
225
225
|
}
|
|
226
|
-
const
|
|
227
|
-
function
|
|
226
|
+
const hs = U("modularity");
|
|
227
|
+
function ct(e) {
|
|
228
228
|
const { blades: t, locales: a, notificationTemplates: n, notifications: s } = e;
|
|
229
229
|
return {
|
|
230
230
|
install(o) {
|
|
231
|
-
const
|
|
231
|
+
const r = me();
|
|
232
232
|
if (t && Object.keys(t).length > 0) {
|
|
233
|
-
const l = o.runWithContext(() => Q(
|
|
233
|
+
const l = o.runWithContext(() => Q(Vt));
|
|
234
234
|
if (!l?._registerBladeFn)
|
|
235
|
-
|
|
235
|
+
hs.error("defineAppModule: BladeRegistry not found. Blade registration will be skipped.");
|
|
236
236
|
else
|
|
237
237
|
for (const [d, u] of Object.entries(t)) {
|
|
238
238
|
const E = u.name || d;
|
|
@@ -249,11 +249,11 @@ function lt(e) {
|
|
|
249
249
|
}
|
|
250
250
|
if (s)
|
|
251
251
|
for (const [l, d] of Object.entries(s))
|
|
252
|
-
|
|
252
|
+
r.registerType(l, d);
|
|
253
253
|
if (!s && n)
|
|
254
254
|
for (const l of Object.values(n)) {
|
|
255
255
|
const d = l.notifyType;
|
|
256
|
-
d &&
|
|
256
|
+
d && r.registerType(d, {
|
|
257
257
|
template: l,
|
|
258
258
|
toast: { mode: "auto" }
|
|
259
259
|
});
|
|
@@ -262,12 +262,12 @@ function lt(e) {
|
|
|
262
262
|
for (const l of Object.values(t))
|
|
263
263
|
if (l.notifyType) {
|
|
264
264
|
const d = Array.isArray(l.notifyType) ? l.notifyType : [l.notifyType];
|
|
265
|
-
d.filter((E) => !
|
|
265
|
+
d.filter((E) => !r.registry.has(E)).length > 0 && r.subscribe({
|
|
266
266
|
types: d,
|
|
267
267
|
handler: (E) => {
|
|
268
268
|
E.title && q(E.title, {
|
|
269
269
|
onClose() {
|
|
270
|
-
|
|
270
|
+
r.markAsRead(E);
|
|
271
271
|
}
|
|
272
272
|
});
|
|
273
273
|
}
|
|
@@ -280,25 +280,25 @@ function lt(e) {
|
|
|
280
280
|
}
|
|
281
281
|
};
|
|
282
282
|
}
|
|
283
|
-
function
|
|
284
|
-
return
|
|
283
|
+
function Tl(e, t, a, n) {
|
|
284
|
+
return ct({
|
|
285
285
|
blades: e,
|
|
286
286
|
locales: t,
|
|
287
287
|
notificationTemplates: a
|
|
288
288
|
});
|
|
289
289
|
}
|
|
290
|
-
async function
|
|
290
|
+
async function Ls(e, t, a, n, s, o) {
|
|
291
291
|
if (!a.workspaceUrl) return !1;
|
|
292
|
-
const
|
|
293
|
-
if (!
|
|
294
|
-
return console.warn(`[restoreFromUrl] No workspace blade found for URL segment '${a.workspaceUrl}'`), s &&
|
|
295
|
-
if (!
|
|
292
|
+
const r = t.getBladeByRoute(a.workspaceUrl);
|
|
293
|
+
if (!r)
|
|
294
|
+
return console.warn(`[restoreFromUrl] No workspace blade found for URL segment '${a.workspaceUrl}'`), s && Ge(s, o), !1;
|
|
295
|
+
if (!r.data.isWorkspace)
|
|
296
296
|
return console.warn(
|
|
297
|
-
`[restoreFromUrl] Blade '${
|
|
298
|
-
), s &&
|
|
299
|
-
if (n &&
|
|
300
|
-
return console.warn(`[restoreFromUrl] Access denied to workspace '${
|
|
301
|
-
if (e.workspace.value?.name !==
|
|
297
|
+
`[restoreFromUrl] Blade '${r.name}' matched URL '${a.workspaceUrl}' but is not a workspace`
|
|
298
|
+
), s && Ge(s, o), !1;
|
|
299
|
+
if (n && r.data.permissions && !n(r.data.permissions))
|
|
300
|
+
return console.warn(`[restoreFromUrl] Access denied to workspace '${r.name}'`), q.error(X.global.t("PERMISSION_MESSAGES.ACCESS_RESTRICTED"), { timeout: 3e3 }), s && Ge(s, o), !1;
|
|
301
|
+
if (e.workspace.value?.name !== r.name && await e.openWorkspace({ name: r.name }), a.bladeUrl) {
|
|
302
302
|
const d = t.getBladeByRoute(a.bladeUrl);
|
|
303
303
|
if (d) {
|
|
304
304
|
if (e.blades.value.find((E) => E.name === d.name && E.param === a.param))
|
|
@@ -315,7 +315,7 @@ async function hs(e, t, a, n, s, o) {
|
|
|
315
315
|
}
|
|
316
316
|
return !1;
|
|
317
317
|
}
|
|
318
|
-
async function
|
|
318
|
+
async function gt(e) {
|
|
319
319
|
for (; e.blades.value.length > 1; ) {
|
|
320
320
|
const t = e.blades.value, a = t[t.length - 1];
|
|
321
321
|
if (await e.closeBlade(a.id) || e.blades.value.length >= t.length)
|
|
@@ -323,25 +323,25 @@ async function Et(e) {
|
|
|
323
323
|
}
|
|
324
324
|
return e.blades.value.length > 0 && e._restoreStack([]), !0;
|
|
325
325
|
}
|
|
326
|
-
async function
|
|
326
|
+
async function Os(e, t, a, n, s) {
|
|
327
327
|
if (!e.matched.some((E) => E.meta?.root)) return;
|
|
328
328
|
if (!e.matched.some((E) => E.meta?.bladeCatchAll))
|
|
329
|
-
return t.blades.value.length > 0 && !await
|
|
330
|
-
const
|
|
329
|
+
return t.blades.value.length > 0 && !await gt(t) ? !1 : void 0;
|
|
330
|
+
const r = Object.values(e.params)?.[0] || "", l = $n(e.path, r);
|
|
331
331
|
if (!l.workspaceUrl)
|
|
332
|
-
return t.blades.value.length > 0 && !await
|
|
332
|
+
return t.blades.value.length > 0 && !await gt(t) ? !1 : void 0;
|
|
333
333
|
const d = Object.fromEntries(Object.entries(e.params).filter(([, E]) => typeof E == "string"));
|
|
334
|
-
if (await
|
|
335
|
-
const { path: E, query: g } =
|
|
334
|
+
if (await Ls(t, a, l, n, s, d)) {
|
|
335
|
+
const { path: E, query: g } = Kn(r, t.blades.value);
|
|
336
336
|
return { path: E, query: g, replace: !0 };
|
|
337
337
|
}
|
|
338
338
|
}
|
|
339
|
-
const
|
|
339
|
+
const Rs = {
|
|
340
340
|
install(e, t) {
|
|
341
341
|
const { router: a } = t, n = {
|
|
342
342
|
router: t.router
|
|
343
343
|
};
|
|
344
|
-
|
|
344
|
+
jn(n);
|
|
345
345
|
const s = e.runWithContext(() => {
|
|
346
346
|
try {
|
|
347
347
|
return rn();
|
|
@@ -356,18 +356,18 @@ const Os = {
|
|
|
356
356
|
console.error("[BladeNavigationPlugin] BladeRegistry is required but not found.");
|
|
357
357
|
return;
|
|
358
358
|
}
|
|
359
|
-
const { hasAccess: o } = e.runWithContext(() =>
|
|
360
|
-
e.provide(Ln,
|
|
361
|
-
const l = ln(
|
|
362
|
-
e.provide(On, l),
|
|
359
|
+
const { hasAccess: o } = e.runWithContext(() => nt()), r = zn(s, o);
|
|
360
|
+
e.provide(Ln, r), qn(r);
|
|
361
|
+
const l = ln(r);
|
|
362
|
+
e.provide(On, l), Yn(l), Zn(s);
|
|
363
363
|
const d = a.getRoutes().find((u) => u.meta?.root);
|
|
364
364
|
d && a.addRoute(d.name, {
|
|
365
365
|
path: ":pathMatch(.*)*",
|
|
366
366
|
component: { render: () => null },
|
|
367
367
|
meta: { bladeCatchAll: !0 }
|
|
368
|
-
}), a.beforeEach((u) =>
|
|
368
|
+
}), a.beforeEach((u) => Os(u, r, s, o, a));
|
|
369
369
|
}
|
|
370
|
-
},
|
|
370
|
+
}, _s = {
|
|
371
371
|
input: {
|
|
372
372
|
maxlength: 1024,
|
|
373
373
|
debounce: 0,
|
|
@@ -417,10 +417,10 @@ const Os = {
|
|
|
417
417
|
gap: 20
|
|
418
418
|
}
|
|
419
419
|
};
|
|
420
|
-
function
|
|
421
|
-
return
|
|
420
|
+
function hl(e) {
|
|
421
|
+
return _s[e];
|
|
422
422
|
}
|
|
423
|
-
const
|
|
423
|
+
const Et = /* @__PURE__ */ G({
|
|
424
424
|
__name: "vc-popup-base",
|
|
425
425
|
props: {
|
|
426
426
|
title: {},
|
|
@@ -440,17 +440,17 @@ const ut = /* @__PURE__ */ G({
|
|
|
440
440
|
function s(o) {
|
|
441
441
|
n("confirm"), a.closeOnConfirm && o();
|
|
442
442
|
}
|
|
443
|
-
return (o,
|
|
443
|
+
return (o, r) => (C(), D(un, {
|
|
444
444
|
variant: e.variant,
|
|
445
445
|
"is-mobile-fullscreen": e.isMobileFullscreen,
|
|
446
446
|
title: e.title,
|
|
447
447
|
closable: e.closable,
|
|
448
|
-
onClose:
|
|
448
|
+
onClose: r[0] || (r[0] = (l) => o.$emit("close"))
|
|
449
449
|
}, Oe({
|
|
450
|
-
content:
|
|
450
|
+
content: A(() => [
|
|
451
451
|
Y(o.$slots, "default")
|
|
452
452
|
]),
|
|
453
|
-
footer:
|
|
453
|
+
footer: A(({ close: l }) => [
|
|
454
454
|
Y(o.$slots, "footer", {
|
|
455
455
|
close: l,
|
|
456
456
|
confirm: () => s(l)
|
|
@@ -462,29 +462,29 @@ const ut = /* @__PURE__ */ G({
|
|
|
462
462
|
}])
|
|
463
463
|
}, [
|
|
464
464
|
e.mode === "confirm" ? (C(), H(se, { key: 0 }, [
|
|
465
|
-
_(
|
|
465
|
+
_(i($), {
|
|
466
466
|
text: e.confirmAsText,
|
|
467
467
|
class: "vc-popup-base__confirm",
|
|
468
468
|
onClick: (d) => s(l)
|
|
469
469
|
}, {
|
|
470
|
-
default:
|
|
471
|
-
k(
|
|
470
|
+
default: A(() => [
|
|
471
|
+
k(B(e.confirmLabel), 1)
|
|
472
472
|
]),
|
|
473
473
|
_: 1
|
|
474
474
|
}, 8, ["text", "onClick"]),
|
|
475
|
-
_(
|
|
476
|
-
default:
|
|
477
|
-
k(
|
|
475
|
+
_(i($), { onClick: l }, {
|
|
476
|
+
default: A(() => [
|
|
477
|
+
k(B(e.cancelLabel), 1)
|
|
478
478
|
]),
|
|
479
479
|
_: 1
|
|
480
480
|
}, 8, ["onClick"])
|
|
481
|
-
], 64)) : (C(), D(
|
|
481
|
+
], 64)) : (C(), D(i($), {
|
|
482
482
|
key: 1,
|
|
483
483
|
class: "vc-popup-base__single",
|
|
484
484
|
onClick: l
|
|
485
485
|
}, {
|
|
486
|
-
default:
|
|
487
|
-
k(
|
|
486
|
+
default: A(() => [
|
|
487
|
+
k(B(e.actionLabel), 1)
|
|
488
488
|
]),
|
|
489
489
|
_: 1
|
|
490
490
|
}, 8, ["onClick"]))
|
|
@@ -495,21 +495,21 @@ const ut = /* @__PURE__ */ G({
|
|
|
495
495
|
}, [
|
|
496
496
|
o.$slots.header ? {
|
|
497
497
|
name: "header",
|
|
498
|
-
fn:
|
|
498
|
+
fn: A(() => [
|
|
499
499
|
Y(o.$slots, "header")
|
|
500
500
|
]),
|
|
501
501
|
key: "0"
|
|
502
502
|
} : void 0
|
|
503
503
|
]), 1032, ["variant", "is-mobile-fullscreen", "title", "closable"]));
|
|
504
504
|
}
|
|
505
|
-
}),
|
|
505
|
+
}), Is = /* @__PURE__ */ G({
|
|
506
506
|
__name: "vc-popup-warning",
|
|
507
507
|
props: {
|
|
508
508
|
title: {}
|
|
509
509
|
},
|
|
510
510
|
emits: ["close", "confirm"],
|
|
511
511
|
setup(e) {
|
|
512
|
-
return (t, a) => (C(), D(
|
|
512
|
+
return (t, a) => (C(), D(Et, {
|
|
513
513
|
variant: "warning",
|
|
514
514
|
mode: "confirm",
|
|
515
515
|
"confirm-label": t.$t("COMPONENTS.ORGANISMS.VC_POPUP.CONFIRM"),
|
|
@@ -519,70 +519,70 @@ const ut = /* @__PURE__ */ G({
|
|
|
519
519
|
onClose: a[0] || (a[0] = (n) => t.$emit("close")),
|
|
520
520
|
onConfirm: a[1] || (a[1] = (n) => t.$emit("confirm"))
|
|
521
521
|
}, Oe({
|
|
522
|
-
default:
|
|
522
|
+
default: A(() => [
|
|
523
523
|
Y(t.$slots, "default")
|
|
524
524
|
]),
|
|
525
525
|
_: 2
|
|
526
526
|
}, [
|
|
527
527
|
t.$slots.header ? {
|
|
528
528
|
name: "header",
|
|
529
|
-
fn:
|
|
529
|
+
fn: A(() => [
|
|
530
530
|
Y(t.$slots, "header")
|
|
531
531
|
]),
|
|
532
532
|
key: "0"
|
|
533
533
|
} : void 0
|
|
534
534
|
]), 1032, ["confirm-label", "cancel-label", "title"]));
|
|
535
535
|
}
|
|
536
|
-
}),
|
|
536
|
+
}), vs = /* @__PURE__ */ G({
|
|
537
537
|
__name: "vc-popup-error",
|
|
538
538
|
props: {
|
|
539
539
|
title: {}
|
|
540
540
|
},
|
|
541
541
|
emits: ["close"],
|
|
542
542
|
setup(e) {
|
|
543
|
-
return (t, a) => (C(), D(
|
|
543
|
+
return (t, a) => (C(), D(Et, {
|
|
544
544
|
variant: "error",
|
|
545
545
|
mode: "acknowledge",
|
|
546
546
|
"action-label": t.$t("COMPONENTS.ORGANISMS.VC_POPUP.OK"),
|
|
547
547
|
title: e.title,
|
|
548
548
|
onClose: a[0] || (a[0] = (n) => t.$emit("close"))
|
|
549
549
|
}, Oe({
|
|
550
|
-
default:
|
|
550
|
+
default: A(() => [
|
|
551
551
|
Y(t.$slots, "default")
|
|
552
552
|
]),
|
|
553
553
|
_: 2
|
|
554
554
|
}, [
|
|
555
555
|
t.$slots.header ? {
|
|
556
556
|
name: "header",
|
|
557
|
-
fn:
|
|
557
|
+
fn: A(() => [
|
|
558
558
|
Y(t.$slots, "header")
|
|
559
559
|
]),
|
|
560
560
|
key: "0"
|
|
561
561
|
} : void 0
|
|
562
562
|
]), 1032, ["action-label", "title"]));
|
|
563
563
|
}
|
|
564
|
-
}),
|
|
564
|
+
}), ws = /* @__PURE__ */ G({
|
|
565
565
|
__name: "vc-popup-info",
|
|
566
566
|
props: {
|
|
567
567
|
title: {}
|
|
568
568
|
},
|
|
569
569
|
emits: ["close"],
|
|
570
570
|
setup(e) {
|
|
571
|
-
return (t, a) => (C(), D(
|
|
571
|
+
return (t, a) => (C(), D(Et, {
|
|
572
572
|
variant: "info",
|
|
573
573
|
mode: "acknowledge",
|
|
574
574
|
"action-label": t.$t("COMPONENTS.ORGANISMS.VC_POPUP.OK"),
|
|
575
575
|
title: e.title,
|
|
576
576
|
onClose: a[0] || (a[0] = (n) => t.$emit("close"))
|
|
577
577
|
}, Oe({
|
|
578
|
-
default:
|
|
578
|
+
default: A(() => [
|
|
579
579
|
Y(t.$slots, "default")
|
|
580
580
|
]),
|
|
581
581
|
_: 2
|
|
582
582
|
}, [
|
|
583
583
|
t.$slots.header ? {
|
|
584
584
|
name: "header",
|
|
585
|
-
fn:
|
|
585
|
+
fn: A(() => [
|
|
586
586
|
Y(t.$slots, "header")
|
|
587
587
|
]),
|
|
588
588
|
key: "0"
|
|
@@ -590,18 +590,18 @@ const ut = /* @__PURE__ */ G({
|
|
|
590
590
|
]), 1032, ["action-label", "title"]));
|
|
591
591
|
}
|
|
592
592
|
});
|
|
593
|
-
function
|
|
594
|
-
|
|
593
|
+
function Cs() {
|
|
594
|
+
xe("warning", Is), xe("error", vs), xe("info", ws);
|
|
595
595
|
}
|
|
596
|
-
const
|
|
596
|
+
const bs = {
|
|
597
597
|
install(e) {
|
|
598
598
|
const a = {
|
|
599
599
|
popups: ja([])
|
|
600
600
|
};
|
|
601
|
-
e.config.globalProperties.$popupPlugin = a, e.provide(dn, a), cn(a),
|
|
601
|
+
e.config.globalProperties.$popupPlugin = a, e.provide(dn, a), cn(a), Cs();
|
|
602
602
|
}
|
|
603
603
|
};
|
|
604
|
-
function
|
|
604
|
+
function Ps(e, t) {
|
|
605
605
|
let a = null;
|
|
606
606
|
return function(...n) {
|
|
607
607
|
a && clearTimeout(a), a = window.setTimeout(() => {
|
|
@@ -609,20 +609,20 @@ function bs(e, t) {
|
|
|
609
609
|
}, t);
|
|
610
610
|
};
|
|
611
611
|
}
|
|
612
|
-
function
|
|
612
|
+
function Ns(e, t = 0) {
|
|
613
613
|
setTimeout(e, t);
|
|
614
614
|
}
|
|
615
|
-
const
|
|
616
|
-
function
|
|
615
|
+
const Ke = /* @__PURE__ */ new WeakMap();
|
|
616
|
+
function Ds(e) {
|
|
617
617
|
return function(...t) {
|
|
618
|
-
if (
|
|
618
|
+
if (!Ke.has(e)) {
|
|
619
619
|
const a = e(...t);
|
|
620
|
-
|
|
620
|
+
Ke.set(e, a);
|
|
621
621
|
}
|
|
622
|
-
return
|
|
622
|
+
return Ke.get(e);
|
|
623
623
|
};
|
|
624
624
|
}
|
|
625
|
-
function
|
|
625
|
+
function ys(e, t) {
|
|
626
626
|
let a = !1;
|
|
627
627
|
return function(...n) {
|
|
628
628
|
a || (e(...n), a = !0, setTimeout(() => {
|
|
@@ -630,49 +630,49 @@ function Ds(e, t) {
|
|
|
630
630
|
}, t));
|
|
631
631
|
};
|
|
632
632
|
}
|
|
633
|
-
function
|
|
633
|
+
function Ll() {
|
|
634
634
|
return {
|
|
635
|
-
debounce:
|
|
636
|
-
delay:
|
|
637
|
-
once:
|
|
638
|
-
throttle:
|
|
635
|
+
debounce: Ps,
|
|
636
|
+
delay: Ns,
|
|
637
|
+
once: Ds,
|
|
638
|
+
throttle: ys
|
|
639
639
|
};
|
|
640
640
|
}
|
|
641
|
-
function
|
|
641
|
+
function Ol(e) {
|
|
642
642
|
const t = me(), a = e ? Array.isArray(e) ? e : [e] : [];
|
|
643
643
|
let n, s;
|
|
644
644
|
a.length && (s = t.subscribe({
|
|
645
645
|
types: a,
|
|
646
|
-
handler: (
|
|
647
|
-
}),
|
|
646
|
+
handler: (r) => n?.(r)
|
|
647
|
+
}), st() && ot(() => s?.()));
|
|
648
648
|
const o = w(() => a.length ? t.realtime.value.filter(
|
|
649
|
-
(
|
|
649
|
+
(r) => r.isNew && r.notifyType != null && a.includes(r.notifyType)
|
|
650
650
|
) : []);
|
|
651
651
|
return {
|
|
652
|
-
notifications: w(() =>
|
|
652
|
+
notifications: w(() => rs(t.history.value, ["created"], ["desc"])),
|
|
653
653
|
moduleNotifications: o,
|
|
654
654
|
loadFromHistory: t.loadHistory,
|
|
655
655
|
addNotification: t.ingest,
|
|
656
656
|
markAsRead: t.markAsRead,
|
|
657
657
|
markAllAsRead: t.markAllAsRead,
|
|
658
|
-
setNotificationHandler: (
|
|
659
|
-
n =
|
|
658
|
+
setNotificationHandler: (r) => {
|
|
659
|
+
n = r;
|
|
660
660
|
}
|
|
661
661
|
};
|
|
662
662
|
}
|
|
663
|
-
let
|
|
664
|
-
const
|
|
663
|
+
let ze;
|
|
664
|
+
const Bs = U("use-async");
|
|
665
665
|
function Zt(e, t) {
|
|
666
666
|
const a = b(!1), n = b(null), s = t?.notify !== !1, o = t?.notifyTimeout ?? 8e3;
|
|
667
|
-
async function
|
|
667
|
+
async function r(l, ...d) {
|
|
668
668
|
a.value = !0, n.value = null;
|
|
669
669
|
try {
|
|
670
670
|
return await e(l, ...d);
|
|
671
671
|
} catch (u) {
|
|
672
672
|
const E = be(u);
|
|
673
|
-
if (n.value = E,
|
|
673
|
+
if (n.value = E, Bs.error("Async action failed:", u), s && !Qe() && u && typeof u == "object") {
|
|
674
674
|
const g = `async-error-${E.message.slice(0, 80)}`, f = setTimeout(async () => {
|
|
675
|
-
|
|
675
|
+
ze || (ze = (await import("./chunks/VcScheduler.vue_vue_type_style_index_0_lang-BTg4PjTB.js").then((S) => S.aE)).notification), ze.error(E.message, {
|
|
676
676
|
timeout: o,
|
|
677
677
|
notificationId: g
|
|
678
678
|
});
|
|
@@ -685,12 +685,12 @@ function Zt(e, t) {
|
|
|
685
685
|
}
|
|
686
686
|
}
|
|
687
687
|
return {
|
|
688
|
-
loading:
|
|
689
|
-
error:
|
|
690
|
-
action:
|
|
688
|
+
loading: Me(a),
|
|
689
|
+
error: Me(n),
|
|
690
|
+
action: r
|
|
691
691
|
};
|
|
692
692
|
}
|
|
693
|
-
function
|
|
693
|
+
function Ms(e) {
|
|
694
694
|
async function t() {
|
|
695
695
|
return new e();
|
|
696
696
|
}
|
|
@@ -701,17 +701,17 @@ function Bs(e) {
|
|
|
701
701
|
function Xt(...e) {
|
|
702
702
|
return w(() => e.some((t) => t.value));
|
|
703
703
|
}
|
|
704
|
-
const
|
|
704
|
+
const ks = U("use-settings");
|
|
705
705
|
function we() {
|
|
706
|
-
const e = b(), t = b(!1), { getApiClient: a } =
|
|
706
|
+
const e = b(), t = b(!1), { getApiClient: a } = Ms(Rn), { loading: n, action: s } = Zt(async () => {
|
|
707
707
|
if (t.value) return;
|
|
708
|
-
const
|
|
708
|
+
const r = await (await a()).getUICustomizationSetting();
|
|
709
709
|
let l = null;
|
|
710
|
-
if (
|
|
710
|
+
if (r.defaultValue)
|
|
711
711
|
try {
|
|
712
|
-
l = JSON.parse(
|
|
712
|
+
l = JSON.parse(r.defaultValue);
|
|
713
713
|
} catch (d) {
|
|
714
|
-
|
|
714
|
+
ks.warn("Failed to parse UI customization settings JSON; ignoring.", d);
|
|
715
715
|
}
|
|
716
716
|
l && !e.value && (e.value = {
|
|
717
717
|
contrast_logo: l.contrast_logo,
|
|
@@ -719,13 +719,13 @@ function we() {
|
|
|
719
719
|
title: l.title
|
|
720
720
|
});
|
|
721
721
|
});
|
|
722
|
-
function o(
|
|
722
|
+
function o(r) {
|
|
723
723
|
t.value = !0, e.value = {
|
|
724
724
|
...e.value,
|
|
725
|
-
logo:
|
|
726
|
-
title:
|
|
727
|
-
avatar:
|
|
728
|
-
role:
|
|
725
|
+
logo: r.logo,
|
|
726
|
+
title: r.title,
|
|
727
|
+
avatar: r.avatar,
|
|
728
|
+
role: r.role
|
|
729
729
|
};
|
|
730
730
|
}
|
|
731
731
|
return Re(async () => {
|
|
@@ -736,52 +736,78 @@ function we() {
|
|
|
736
736
|
loading: Xt(n)
|
|
737
737
|
};
|
|
738
738
|
}
|
|
739
|
-
|
|
740
|
-
|
|
739
|
+
function Rl() {
|
|
740
|
+
const e = b(!1);
|
|
741
|
+
let t = 0, a = !1;
|
|
742
|
+
function n() {
|
|
743
|
+
const r = ++t;
|
|
744
|
+
let l = !1;
|
|
745
|
+
return a || (e.value = !0), {
|
|
746
|
+
isCurrent: () => !a && r === t,
|
|
747
|
+
complete: () => {
|
|
748
|
+
l || (l = !0, !a && r === t && (e.value = !1));
|
|
749
|
+
}
|
|
750
|
+
};
|
|
751
|
+
}
|
|
752
|
+
function s() {
|
|
753
|
+
t++, e.value = !1;
|
|
754
|
+
}
|
|
755
|
+
function o() {
|
|
756
|
+
a = !0, s();
|
|
757
|
+
}
|
|
758
|
+
return st() && ot(o), {
|
|
759
|
+
begin: n,
|
|
760
|
+
invalidate: s,
|
|
761
|
+
dispose: o,
|
|
762
|
+
pending: Me(e)
|
|
763
|
+
};
|
|
764
|
+
}
|
|
765
|
+
const St = U("use-assets"), Vs = 4;
|
|
766
|
+
async function Us(e, t, a, n) {
|
|
741
767
|
const s = new FormData();
|
|
742
768
|
s.append("file", e);
|
|
743
|
-
const
|
|
769
|
+
const r = await (await fetch(`/api/assets?folderUrl=/${t}`, {
|
|
744
770
|
method: "POST",
|
|
745
771
|
body: s
|
|
746
772
|
})).json();
|
|
747
|
-
if (
|
|
748
|
-
const l =
|
|
773
|
+
if (r?.length) {
|
|
774
|
+
const l = r[0];
|
|
749
775
|
return l.createdDate = /* @__PURE__ */ new Date(), l.sortOrder = n !== void 0 && n >= 0 ? n + a + 1 : 0, l.url = l.url ? decodeURI(l.url) : "", "size" in l && (l.size = e.size), l;
|
|
750
776
|
}
|
|
751
777
|
return null;
|
|
752
778
|
}
|
|
753
|
-
async function
|
|
779
|
+
async function Fs(e, t, a) {
|
|
754
780
|
const n = [];
|
|
755
781
|
for (let s = 0; s < e.length; s += a) {
|
|
756
|
-
const o = e.slice(s, s + a),
|
|
757
|
-
n.push(...
|
|
782
|
+
const o = e.slice(s, s + a), r = await Promise.all(o.map((l, d) => t(l, s + d)));
|
|
783
|
+
n.push(...r);
|
|
758
784
|
}
|
|
759
785
|
return n;
|
|
760
786
|
}
|
|
761
|
-
function
|
|
787
|
+
function _l() {
|
|
762
788
|
const e = b(!1);
|
|
763
|
-
async function t(s, o,
|
|
789
|
+
async function t(s, o, r) {
|
|
764
790
|
try {
|
|
765
791
|
e.value = !0;
|
|
766
792
|
const l = Array.from(s);
|
|
767
|
-
return (await
|
|
793
|
+
return (await Fs(
|
|
768
794
|
l,
|
|
769
|
-
(u, E) =>
|
|
770
|
-
|
|
795
|
+
(u, E) => Us(u, o, E, r),
|
|
796
|
+
Vs
|
|
771
797
|
)).filter((u) => u !== null);
|
|
772
798
|
} catch (l) {
|
|
773
|
-
throw
|
|
799
|
+
throw St.error("Upload failed:", l), l;
|
|
774
800
|
} finally {
|
|
775
801
|
e.value = !1;
|
|
776
802
|
}
|
|
777
803
|
}
|
|
778
|
-
function a(s, o,
|
|
804
|
+
function a(s, o, r = "url") {
|
|
779
805
|
try {
|
|
780
806
|
e.value = !0;
|
|
781
807
|
let l = J(o) || [];
|
|
782
|
-
return l && l.length && s.length > 0 && (l =
|
|
808
|
+
return l && l.length && s.length > 0 && (l = is(l, s, (d, u) => d[r] === u[r])), l;
|
|
783
809
|
} catch (l) {
|
|
784
|
-
throw
|
|
810
|
+
throw St.error("Remove failed:", l), l;
|
|
785
811
|
} finally {
|
|
786
812
|
e.value = !1;
|
|
787
813
|
}
|
|
@@ -789,11 +815,11 @@ function Ol() {
|
|
|
789
815
|
function n(s, o) {
|
|
790
816
|
if (s.length === o.length)
|
|
791
817
|
return s.map((l) => ({ ...l }));
|
|
792
|
-
const
|
|
793
|
-
return
|
|
794
|
-
const d =
|
|
795
|
-
d !== -1 && (
|
|
796
|
-
}),
|
|
818
|
+
const r = J(o) || [];
|
|
819
|
+
return r && r.length && s.forEach((l) => {
|
|
820
|
+
const d = r.findIndex((u) => u.url === l.url);
|
|
821
|
+
d !== -1 && (r[d] = { ...r[d], ...l });
|
|
822
|
+
}), r;
|
|
797
823
|
}
|
|
798
824
|
return {
|
|
799
825
|
upload: t,
|
|
@@ -802,8 +828,8 @@ function Ol() {
|
|
|
802
828
|
loading: w(() => e.value)
|
|
803
829
|
};
|
|
804
830
|
}
|
|
805
|
-
const
|
|
806
|
-
async function
|
|
831
|
+
const Ws = U("use-assets-manager"), Hs = 4;
|
|
832
|
+
async function Gs(e, t, a, n) {
|
|
807
833
|
const s = new FormData();
|
|
808
834
|
s.append("file", e);
|
|
809
835
|
const o = t.startsWith("/") ? t.slice(1) : t, l = await (await fetch(`/api/assets?folderUrl=/${o}`, {
|
|
@@ -816,44 +842,44 @@ async function Hs(e, t, a, n) {
|
|
|
816
842
|
}
|
|
817
843
|
return null;
|
|
818
844
|
}
|
|
819
|
-
async function
|
|
845
|
+
async function xs(e, t, a) {
|
|
820
846
|
const n = [];
|
|
821
847
|
for (let s = 0; s < e.length; s += a) {
|
|
822
|
-
const o = e.slice(s, s + a),
|
|
823
|
-
n.push(...
|
|
848
|
+
const o = e.slice(s, s + a), r = await Promise.all(o.map((l, d) => t(l, s + d)));
|
|
849
|
+
n.push(...r);
|
|
824
850
|
}
|
|
825
851
|
return n;
|
|
826
852
|
}
|
|
827
|
-
function
|
|
853
|
+
function pt(e) {
|
|
828
854
|
return e.map((t, a) => ({ item: t, index: a })).sort((t, a) => {
|
|
829
855
|
const n = t.item.sortOrder ?? Number.MAX_SAFE_INTEGER, s = a.item.sortOrder ?? Number.MAX_SAFE_INTEGER;
|
|
830
856
|
return n === s ? t.index - a.index : n - s;
|
|
831
857
|
}).map(({ item: t }, a) => ({ ...t, sortOrder: a }));
|
|
832
858
|
}
|
|
833
|
-
function
|
|
834
|
-
const a = b(!1), n = b(
|
|
859
|
+
function Il(e, t) {
|
|
860
|
+
const a = b(!1), n = b(pt(e.value ?? []));
|
|
835
861
|
ne(
|
|
836
862
|
() => e.value,
|
|
837
863
|
(S) => {
|
|
838
|
-
n.value =
|
|
864
|
+
n.value = pt(S ?? []);
|
|
839
865
|
},
|
|
840
866
|
{ deep: !0, immediate: !0 }
|
|
841
867
|
);
|
|
842
868
|
function s() {
|
|
843
869
|
e.value = n.value;
|
|
844
870
|
}
|
|
845
|
-
const o = n,
|
|
846
|
-
async function u(S,
|
|
871
|
+
const o = n, r = w(() => a.value), l = t.concurrency ?? Hs, d = t.assetKey ?? "url";
|
|
872
|
+
async function u(S, L) {
|
|
847
873
|
try {
|
|
848
874
|
a.value = !0;
|
|
849
|
-
const T = Array.from(S), I = t.uploadPath(),
|
|
875
|
+
const T = Array.from(S), I = t.uploadPath(), O = (await xs(
|
|
850
876
|
T,
|
|
851
|
-
(
|
|
877
|
+
(h, N) => Gs(h, I, N, L),
|
|
852
878
|
l
|
|
853
|
-
)).filter((
|
|
854
|
-
n.value = [...n.value, ...
|
|
879
|
+
)).filter((h) => h !== null);
|
|
880
|
+
n.value = [...n.value, ...O], s();
|
|
855
881
|
} catch (T) {
|
|
856
|
-
throw
|
|
882
|
+
throw Ws.error("Upload failed:", T), T;
|
|
857
883
|
} finally {
|
|
858
884
|
a.value = !1;
|
|
859
885
|
}
|
|
@@ -864,17 +890,17 @@ function Rl(e, t) {
|
|
|
864
890
|
async function g(S) {
|
|
865
891
|
if (t.confirmRemove && !await t.confirmRemove())
|
|
866
892
|
return;
|
|
867
|
-
const
|
|
868
|
-
n.value = n.value.filter((T) => !
|
|
893
|
+
const L = new Set(S.map((T) => T[d]));
|
|
894
|
+
n.value = n.value.filter((T) => !L.has(T[d])), s();
|
|
869
895
|
}
|
|
870
896
|
function f(S) {
|
|
871
|
-
n.value = S.map((
|
|
897
|
+
n.value = S.map((L) => ({ ...L })), s();
|
|
872
898
|
}
|
|
873
899
|
function c(S) {
|
|
874
|
-
const
|
|
875
|
-
if (
|
|
900
|
+
const L = n.value.findIndex((T) => T[d] === S[d]);
|
|
901
|
+
if (L !== -1) {
|
|
876
902
|
const T = [...n.value];
|
|
877
|
-
T[
|
|
903
|
+
T[L] = { ...n.value[L], ...S }, n.value = T, s();
|
|
878
904
|
}
|
|
879
905
|
}
|
|
880
906
|
return {
|
|
@@ -884,17 +910,17 @@ function Rl(e, t) {
|
|
|
884
910
|
removeMany: g,
|
|
885
911
|
reorder: f,
|
|
886
912
|
updateItem: c,
|
|
887
|
-
loading:
|
|
913
|
+
loading: r
|
|
888
914
|
};
|
|
889
915
|
}
|
|
890
|
-
const
|
|
916
|
+
const $s = (e) => {
|
|
891
917
|
Za(() => {
|
|
892
918
|
window.addEventListener("beforeunload", t);
|
|
893
919
|
}), Xa(() => {
|
|
894
920
|
window.removeEventListener("beforeunload", t);
|
|
895
921
|
});
|
|
896
922
|
function t(a) {
|
|
897
|
-
|
|
923
|
+
i(e) && a.preventDefault();
|
|
898
924
|
}
|
|
899
925
|
return {
|
|
900
926
|
modified: e
|
|
@@ -909,28 +935,28 @@ function fe(e) {
|
|
|
909
935
|
function Le(e) {
|
|
910
936
|
return !!e.multivalue;
|
|
911
937
|
}
|
|
912
|
-
function
|
|
938
|
+
function At(e) {
|
|
913
939
|
return !!e.dictionary;
|
|
914
940
|
}
|
|
915
|
-
function
|
|
941
|
+
function Ks(e) {
|
|
916
942
|
return e.valueType === "Measure";
|
|
917
943
|
}
|
|
918
|
-
function
|
|
944
|
+
function zs(e) {
|
|
919
945
|
return e.valueType === "Color";
|
|
920
946
|
}
|
|
921
947
|
function W(e) {
|
|
922
948
|
return { isInherited: !1, ...e };
|
|
923
949
|
}
|
|
924
|
-
function
|
|
950
|
+
function We(e, t) {
|
|
925
951
|
e.values && (fe(e) && t ? e.values = e.values.filter((a) => a.languageCode !== t) : e.values = [], e.values.length > 0 && e.values.every((a) => Se(a.value)) && (e.values = []));
|
|
926
952
|
}
|
|
927
|
-
const
|
|
953
|
+
const qs = {
|
|
928
954
|
get(e, t) {
|
|
929
955
|
return fe(e) ? Le(e) ? e.values?.filter((n) => n.languageCode === t) ?? [] : (e.values?.find((n) => n.languageCode === t) ?? e.values?.find((n) => !n.languageCode))?.value ?? "" : Le(e) ? e.values ?? [] : e.values?.[0]?.value ?? "";
|
|
930
956
|
},
|
|
931
957
|
set(e, t, a) {
|
|
932
958
|
if (!Array.isArray(t) && Se(t)) {
|
|
933
|
-
|
|
959
|
+
We(e, a.locale);
|
|
934
960
|
return;
|
|
935
961
|
}
|
|
936
962
|
if (fe(e)) {
|
|
@@ -951,34 +977,34 @@ const zs = {
|
|
|
951
977
|
}
|
|
952
978
|
e.values?.[0] ? Object.assign(e.values[0], { value: t }) : e.values = [W({ value: t })];
|
|
953
979
|
}
|
|
954
|
-
},
|
|
980
|
+
}, Ys = {
|
|
955
981
|
get(e, t) {
|
|
956
982
|
return fe(e) ? (e.values?.find((n) => n.languageCode === t) ?? e.values?.find((n) => !n.languageCode))?.value ?? !1 : e.values?.[0]?.value ?? !1;
|
|
957
983
|
},
|
|
958
984
|
set(e, t, a) {
|
|
959
985
|
e.values?.[0] ? Object.assign(e.values[0], { value: t }) : e.values = [W({ value: t })];
|
|
960
986
|
}
|
|
961
|
-
},
|
|
987
|
+
}, js = {
|
|
962
988
|
get(e, t) {
|
|
963
989
|
return fe(e) ? Le(e) ? e.values?.filter((n) => n.languageCode === t) ?? [] : (e.values?.find((n) => n.languageCode === t) ?? e.values?.find((n) => !n.languageCode))?.valueId ?? "" : Le(e) ? e.values ?? [] : e.values?.[0]?.valueId ?? "";
|
|
964
990
|
},
|
|
965
991
|
set(e, t, a) {
|
|
966
992
|
const { dictionary: n, locale: s } = a;
|
|
967
993
|
if (!Array.isArray(t) && Se(t)) {
|
|
968
|
-
|
|
994
|
+
We(e, s);
|
|
969
995
|
return;
|
|
970
996
|
}
|
|
971
|
-
n?.length && (fe(e) ?
|
|
997
|
+
n?.length && (fe(e) ? Zs(e, t, n, s) : Qs(e, t, n));
|
|
972
998
|
}
|
|
973
999
|
};
|
|
974
|
-
function
|
|
975
|
-
Array.isArray(t) ?
|
|
1000
|
+
function Zs(e, t, a, n) {
|
|
1001
|
+
Array.isArray(t) ? Xs(
|
|
976
1002
|
e,
|
|
977
1003
|
t,
|
|
978
1004
|
a
|
|
979
|
-
) :
|
|
1005
|
+
) : Js(e, t, a, n);
|
|
980
1006
|
}
|
|
981
|
-
function
|
|
1007
|
+
function Xs(e, t, a) {
|
|
982
1008
|
e.values = t.flatMap((n) => {
|
|
983
1009
|
const s = a.find(
|
|
984
1010
|
(o) => o.id === n.valueId || o.id === n.id
|
|
@@ -995,7 +1021,7 @@ function Zs(e, t, a) {
|
|
|
995
1021
|
) : W(n);
|
|
996
1022
|
});
|
|
997
1023
|
}
|
|
998
|
-
function
|
|
1024
|
+
function Js(e, t, a, n) {
|
|
999
1025
|
const s = a.find((o) => o.id === t);
|
|
1000
1026
|
if (!s) {
|
|
1001
1027
|
e.values = [];
|
|
@@ -1013,8 +1039,8 @@ function Xs(e, t, a, n) {
|
|
|
1013
1039
|
})
|
|
1014
1040
|
);
|
|
1015
1041
|
else {
|
|
1016
|
-
const o = [...new Set((e.values ?? []).map((l) => l.languageCode).filter(Boolean))],
|
|
1017
|
-
e.values =
|
|
1042
|
+
const o = [...new Set((e.values ?? []).map((l) => l.languageCode).filter(Boolean))], r = o.length > 0 ? o : n ? [n] : [];
|
|
1043
|
+
e.values = r.map(
|
|
1018
1044
|
(l) => W({
|
|
1019
1045
|
propertyId: s.propertyId,
|
|
1020
1046
|
alias: s.alias,
|
|
@@ -1026,7 +1052,7 @@ function Xs(e, t, a, n) {
|
|
|
1026
1052
|
);
|
|
1027
1053
|
}
|
|
1028
1054
|
}
|
|
1029
|
-
function
|
|
1055
|
+
function Qs(e, t, a) {
|
|
1030
1056
|
if (Array.isArray(t))
|
|
1031
1057
|
e.values = t.flatMap((n) => {
|
|
1032
1058
|
const s = a.find(
|
|
@@ -1057,24 +1083,24 @@ function Js(e, t, a) {
|
|
|
1057
1083
|
];
|
|
1058
1084
|
}
|
|
1059
1085
|
}
|
|
1060
|
-
const
|
|
1086
|
+
const eo = {
|
|
1061
1087
|
get(e, t) {
|
|
1062
1088
|
return e.values?.[0]?.value ?? "";
|
|
1063
1089
|
},
|
|
1064
1090
|
set(e, t, a) {
|
|
1065
1091
|
if (Se(t)) {
|
|
1066
|
-
|
|
1092
|
+
We(e);
|
|
1067
1093
|
return;
|
|
1068
1094
|
}
|
|
1069
1095
|
e.values = [W({ value: t, unitOfMeasureId: a.unitOfMeasureId })];
|
|
1070
1096
|
}
|
|
1071
|
-
},
|
|
1097
|
+
}, to = {
|
|
1072
1098
|
get(e, t) {
|
|
1073
1099
|
return Le(e) ? e.values ?? [] : e.values?.[0]?.value ?? "";
|
|
1074
1100
|
},
|
|
1075
1101
|
set(e, t, a) {
|
|
1076
1102
|
if (!Array.isArray(t) && Se(t)) {
|
|
1077
|
-
|
|
1103
|
+
We(e);
|
|
1078
1104
|
return;
|
|
1079
1105
|
}
|
|
1080
1106
|
Array.isArray(t) ? e.values = t.map(
|
|
@@ -1082,10 +1108,10 @@ const Qs = {
|
|
|
1082
1108
|
) : e.values = [W({ value: t, colorCode: a.colorCode })];
|
|
1083
1109
|
}
|
|
1084
1110
|
};
|
|
1085
|
-
function
|
|
1086
|
-
return
|
|
1111
|
+
function Tt(e) {
|
|
1112
|
+
return Ks(e) ? eo : zs(e) && !At(e) ? to : e.valueType === "Boolean" ? Ys : At(e) ? js : qs;
|
|
1087
1113
|
}
|
|
1088
|
-
function
|
|
1114
|
+
function vl(e) {
|
|
1089
1115
|
const { searchDictionary: t, searchMeasurements: a } = e, { loading: n, action: s } = Zt(async (u) => {
|
|
1090
1116
|
if (u)
|
|
1091
1117
|
return await t(u);
|
|
@@ -1098,30 +1124,30 @@ function _l(e) {
|
|
|
1098
1124
|
skip: 0
|
|
1099
1125
|
});
|
|
1100
1126
|
return !g || !f ? f : f.map((c) => {
|
|
1101
|
-
const S = c.localizedValues?.find((
|
|
1127
|
+
const S = c.localizedValues?.find((L) => L.languageCode === g)?.value;
|
|
1102
1128
|
return { ...c, value: S ?? c.alias };
|
|
1103
1129
|
});
|
|
1104
1130
|
}
|
|
1105
|
-
async function
|
|
1131
|
+
async function r(u, E, g) {
|
|
1106
1132
|
if (!(!u || !a))
|
|
1107
1133
|
return await a(u, g);
|
|
1108
1134
|
}
|
|
1109
1135
|
function l(u, E) {
|
|
1110
|
-
return
|
|
1136
|
+
return Tt(u).get(u, E);
|
|
1111
1137
|
}
|
|
1112
1138
|
function d(u) {
|
|
1113
1139
|
const { property: E, value: g, ...f } = u;
|
|
1114
|
-
|
|
1140
|
+
Tt(E).set(E, g, f);
|
|
1115
1141
|
}
|
|
1116
1142
|
return {
|
|
1117
1143
|
getPropertyValue: l,
|
|
1118
1144
|
setPropertyValue: d,
|
|
1119
1145
|
loadDictionaries: o,
|
|
1120
|
-
loadMeasurements:
|
|
1146
|
+
loadMeasurements: r,
|
|
1121
1147
|
loading: Xt(n)
|
|
1122
1148
|
};
|
|
1123
1149
|
}
|
|
1124
|
-
function
|
|
1150
|
+
function wl(e) {
|
|
1125
1151
|
const t = (n) => {
|
|
1126
1152
|
}, a = (n) => {
|
|
1127
1153
|
(e ?? t)({
|
|
@@ -1130,13 +1156,13 @@ function Il(e) {
|
|
|
1130
1156
|
rating: n.rating
|
|
1131
1157
|
});
|
|
1132
1158
|
};
|
|
1133
|
-
|
|
1159
|
+
us(a), ds(a), cs(a), Es(a), fs(a);
|
|
1134
1160
|
}
|
|
1135
1161
|
const Jt = U("use-blade-widgets");
|
|
1136
|
-
function
|
|
1162
|
+
function Cl(e) {
|
|
1137
1163
|
const t = Q(Ht);
|
|
1138
1164
|
if (!t)
|
|
1139
|
-
throw new
|
|
1165
|
+
throw new Dt("WidgetService");
|
|
1140
1166
|
const a = t, n = Q(Gt, void 0);
|
|
1141
1167
|
if (!n)
|
|
1142
1168
|
throw new Error(
|
|
@@ -1145,7 +1171,7 @@ function vl(e) {
|
|
|
1145
1171
|
const s = n.value.id;
|
|
1146
1172
|
Re(() => {
|
|
1147
1173
|
for (const l of e)
|
|
1148
|
-
a.registerWidget(
|
|
1174
|
+
a.registerWidget(ao(l), s);
|
|
1149
1175
|
}), Ja(() => {
|
|
1150
1176
|
for (const l of e)
|
|
1151
1177
|
a.unregisterWidget(l.id, s);
|
|
@@ -1154,14 +1180,14 @@ function vl(e) {
|
|
|
1154
1180
|
const u = a.getWidgets(s).find((E) => E.id === l);
|
|
1155
1181
|
u?.trigger?.onRefresh ? u.trigger.onRefresh() : Jt.warn(`Widget '${l}' has no trigger.onRefresh registered.`);
|
|
1156
1182
|
}
|
|
1157
|
-
function
|
|
1183
|
+
function r() {
|
|
1158
1184
|
const l = a.getWidgets(s);
|
|
1159
1185
|
for (const d of l)
|
|
1160
1186
|
d.trigger?.onRefresh && d.trigger.onRefresh();
|
|
1161
1187
|
}
|
|
1162
|
-
return { refresh: o, refreshAll:
|
|
1188
|
+
return { refresh: o, refreshAll: r };
|
|
1163
1189
|
}
|
|
1164
|
-
function
|
|
1190
|
+
function bl(e) {
|
|
1165
1191
|
const t = Q(_n);
|
|
1166
1192
|
if (!t) {
|
|
1167
1193
|
Jt.warn("useWidgetTrigger() called outside WidgetContainer scope — trigger will not be registered.");
|
|
@@ -1169,7 +1195,7 @@ function wl(e) {
|
|
|
1169
1195
|
}
|
|
1170
1196
|
t.setTrigger(e);
|
|
1171
1197
|
}
|
|
1172
|
-
function
|
|
1198
|
+
function ao(e) {
|
|
1173
1199
|
const t = {
|
|
1174
1200
|
icon: e.icon,
|
|
1175
1201
|
badge: e.badge,
|
|
@@ -1186,55 +1212,55 @@ function to(e) {
|
|
|
1186
1212
|
trigger: e.onRefresh ? { onRefresh: e.onRefresh } : void 0
|
|
1187
1213
|
};
|
|
1188
1214
|
}
|
|
1189
|
-
function
|
|
1215
|
+
function no(e) {
|
|
1190
1216
|
const t = {};
|
|
1191
1217
|
for (const a of Object.keys(e)) {
|
|
1192
1218
|
const n = e[a];
|
|
1193
|
-
t[a] =
|
|
1219
|
+
t[a] = Mt(n) ? n.value : n;
|
|
1194
1220
|
}
|
|
1195
1221
|
return t;
|
|
1196
1222
|
}
|
|
1197
|
-
function
|
|
1198
|
-
|
|
1223
|
+
function Pl(e) {
|
|
1224
|
+
yt(
|
|
1199
1225
|
xt,
|
|
1200
|
-
w(() =>
|
|
1226
|
+
w(() => no(Bt(e)))
|
|
1201
1227
|
);
|
|
1202
1228
|
}
|
|
1203
|
-
function
|
|
1229
|
+
function Nl() {
|
|
1204
1230
|
const e = Q(xt);
|
|
1205
1231
|
if (!e)
|
|
1206
|
-
throw new
|
|
1232
|
+
throw new Dt("BladeContext");
|
|
1207
1233
|
return e;
|
|
1208
1234
|
}
|
|
1209
|
-
function
|
|
1235
|
+
function ht(e) {
|
|
1210
1236
|
return e == null || e === "";
|
|
1211
1237
|
}
|
|
1212
|
-
function
|
|
1213
|
-
return
|
|
1214
|
-
if (
|
|
1238
|
+
function Lt(e, t) {
|
|
1239
|
+
return ls(e, t, (a, n) => {
|
|
1240
|
+
if (ht(a) && ht(n)) return !0;
|
|
1215
1241
|
});
|
|
1216
1242
|
}
|
|
1217
|
-
function
|
|
1218
|
-
const t = (
|
|
1219
|
-
|
|
1243
|
+
function Dl(e) {
|
|
1244
|
+
const t = (r) => J(i(r)), a = b(t(e)), n = b(t(e)), s = b(!1);
|
|
1245
|
+
Mt(e) && ne(
|
|
1220
1246
|
e,
|
|
1221
|
-
(
|
|
1222
|
-
const l = !
|
|
1223
|
-
a.value = J(
|
|
1247
|
+
(r) => {
|
|
1248
|
+
const l = !Lt(n.value, a.value);
|
|
1249
|
+
a.value = J(r), l || (n.value = J(r));
|
|
1224
1250
|
},
|
|
1225
1251
|
{ deep: !0 }
|
|
1226
1252
|
// Deep tracking, if initialValueProp is a Ref to an object/array
|
|
1227
1253
|
), ne(
|
|
1228
1254
|
[n, a],
|
|
1229
1255
|
// Track changes in currentValue or pristineValue
|
|
1230
|
-
([
|
|
1231
|
-
s.value = !
|
|
1256
|
+
([r, l]) => {
|
|
1257
|
+
s.value = !Lt(r, l);
|
|
1232
1258
|
},
|
|
1233
1259
|
{ deep: !0 }
|
|
1234
1260
|
);
|
|
1235
|
-
const o = (
|
|
1236
|
-
if (
|
|
1237
|
-
const l = t(
|
|
1261
|
+
const o = (r) => {
|
|
1262
|
+
if (r !== void 0) {
|
|
1263
|
+
const l = t(r);
|
|
1238
1264
|
a.value = l, n.value = J(l);
|
|
1239
1265
|
} else
|
|
1240
1266
|
a.value = J(n.value);
|
|
@@ -1247,29 +1273,29 @@ function Pl(e) {
|
|
|
1247
1273
|
resetModificationState: o
|
|
1248
1274
|
};
|
|
1249
1275
|
}
|
|
1250
|
-
const
|
|
1276
|
+
const so = { class: "tw-flex tw-grow-1 tw-border-t tw-border-solid tw-border-t-[--assets-details-border]" }, oo = { class: "assets-details__content tw-grow tw-basis-0 tw-w-full tw-overflow-hidden" }, ro = { class: "tw-p-4" }, io = { class: "assets-details__header" }, lo = {
|
|
1251
1277
|
key: 1,
|
|
1252
1278
|
class: "assets-details__file-preview tw-shrink-0"
|
|
1253
|
-
},
|
|
1254
|
-
|
|
1255
|
-
const
|
|
1279
|
+
}, uo = { class: "assets-details__meta" };
|
|
1280
|
+
Ut("AssetsDetails", {});
|
|
1281
|
+
const co = /* @__PURE__ */ G({
|
|
1256
1282
|
name: "AssetsDetails",
|
|
1257
1283
|
__name: "assets-details",
|
|
1258
1284
|
setup(e) {
|
|
1259
|
-
const { options: t, closeSelf: a } =
|
|
1285
|
+
const { options: t, closeSelf: a } = lt();
|
|
1260
1286
|
de({ validateOnMount: !1 });
|
|
1261
|
-
const n = Ie(), s =
|
|
1287
|
+
const n = Ie(), s = ut(), { t: o } = ue({ useScope: "global" }), r = b({ ...t.value?.asset }), l = w(() => t.value?.disabled), d = w({
|
|
1262
1288
|
get() {
|
|
1263
|
-
const f =
|
|
1289
|
+
const f = r.value.name;
|
|
1264
1290
|
if (!f) return "";
|
|
1265
1291
|
const c = f.lastIndexOf(".");
|
|
1266
1292
|
return c > 0 ? f.slice(0, c) : f;
|
|
1267
1293
|
},
|
|
1268
1294
|
set(f) {
|
|
1269
|
-
const c =
|
|
1295
|
+
const c = r.value.name;
|
|
1270
1296
|
if (!c) return;
|
|
1271
|
-
const S = c.lastIndexOf("."),
|
|
1272
|
-
|
|
1297
|
+
const S = c.lastIndexOf("."), L = S > 0 ? c.slice(S) : "";
|
|
1298
|
+
r.value.name = f ? f + L : "";
|
|
1273
1299
|
}
|
|
1274
1300
|
}), u = w(() => !s.value || !n.value), E = b([
|
|
1275
1301
|
{
|
|
@@ -1277,7 +1303,7 @@ const uo = /* @__PURE__ */ G({
|
|
|
1277
1303
|
title: o("ASSETS.PAGES.DETAILS.TOOLBAR.SAVE"),
|
|
1278
1304
|
icon: "lucide-save",
|
|
1279
1305
|
async clickHandler() {
|
|
1280
|
-
t.value?.assetEditHandler && typeof t.value?.assetEditHandler == "function" && (await t.value?.assetEditHandler(
|
|
1306
|
+
t.value?.assetEditHandler && typeof t.value?.assetEditHandler == "function" && (await t.value?.assetEditHandler(r.value), a());
|
|
1281
1307
|
},
|
|
1282
1308
|
disabled: w(() => u.value || l.value)
|
|
1283
1309
|
},
|
|
@@ -1286,100 +1312,100 @@ const uo = /* @__PURE__ */ G({
|
|
|
1286
1312
|
title: o("ASSETS.PAGES.DETAILS.TOOLBAR.DELETE"),
|
|
1287
1313
|
icon: "lucide-trash-2",
|
|
1288
1314
|
async clickHandler() {
|
|
1289
|
-
t.value?.assetRemoveHandler && typeof t.value?.assetRemoveHandler == "function" && (await t.value?.assetRemoveHandler(
|
|
1315
|
+
t.value?.assetRemoveHandler && typeof t.value?.assetRemoveHandler == "function" && (await t.value?.assetRemoveHandler(r.value), a());
|
|
1290
1316
|
},
|
|
1291
1317
|
disabled: w(() => l.value)
|
|
1292
1318
|
}
|
|
1293
|
-
]), g = w(() =>
|
|
1294
|
-
return (f, c) => (C(), D(
|
|
1295
|
-
title:
|
|
1296
|
-
subtitle:
|
|
1319
|
+
]), g = w(() => r.value?.typeId);
|
|
1320
|
+
return (f, c) => (C(), D(i(Ft), {
|
|
1321
|
+
title: i(t)?.asset?.name,
|
|
1322
|
+
subtitle: i(o)("ASSETS.PAGES.DETAILS.SUBTITLE"),
|
|
1297
1323
|
"toolbar-items": E.value
|
|
1298
1324
|
}, {
|
|
1299
|
-
default:
|
|
1300
|
-
V("div",
|
|
1301
|
-
V("div",
|
|
1302
|
-
_(
|
|
1303
|
-
default:
|
|
1304
|
-
V("div",
|
|
1305
|
-
_(
|
|
1306
|
-
default:
|
|
1307
|
-
V("div",
|
|
1308
|
-
|
|
1325
|
+
default: A(() => [
|
|
1326
|
+
V("div", so, [
|
|
1327
|
+
V("div", oo, [
|
|
1328
|
+
_(i(En), { "no-padding": !0 }, {
|
|
1329
|
+
default: A(() => [
|
|
1330
|
+
V("div", ro, [
|
|
1331
|
+
_(i(ge), null, {
|
|
1332
|
+
default: A(() => [
|
|
1333
|
+
V("div", io, [
|
|
1334
|
+
i(Kt)(r.value.name) ? (C(), D(i(it), {
|
|
1309
1335
|
key: 0,
|
|
1310
|
-
src:
|
|
1336
|
+
src: r.value.url,
|
|
1311
1337
|
size: "xl",
|
|
1312
1338
|
bordered: !0,
|
|
1313
1339
|
class: "tw-shrink-0"
|
|
1314
|
-
}, null, 8, ["src"])) : (C(), H("div",
|
|
1340
|
+
}, null, 8, ["src"])) : (C(), H("div", lo, [
|
|
1315
1341
|
V("div", {
|
|
1316
1342
|
class: "assets-details__file-badge",
|
|
1317
|
-
style:
|
|
1318
|
-
},
|
|
1343
|
+
style: kt({ backgroundColor: i(qt)(r.value.name) })
|
|
1344
|
+
}, B(i(Yt)(r.value.name)), 5)
|
|
1319
1345
|
])),
|
|
1320
|
-
V("div",
|
|
1321
|
-
_(
|
|
1322
|
-
label:
|
|
1323
|
-
"model-value":
|
|
1346
|
+
V("div", uo, [
|
|
1347
|
+
_(i($e), {
|
|
1348
|
+
label: i(o)("ASSETS.PAGES.DETAILS.FIELDS.SIZE"),
|
|
1349
|
+
"model-value": i(zt)(r.value.size)
|
|
1324
1350
|
}, null, 8, ["label", "model-value"]),
|
|
1325
|
-
_(
|
|
1326
|
-
label:
|
|
1327
|
-
"model-value":
|
|
1351
|
+
_(i($e), {
|
|
1352
|
+
label: i(o)("ASSETS.PAGES.DETAILS.FIELDS.CREATED_DATE"),
|
|
1353
|
+
"model-value": r.value.createdDate,
|
|
1328
1354
|
type: "date-ago"
|
|
1329
1355
|
}, null, 8, ["label", "model-value"]),
|
|
1330
|
-
_(
|
|
1331
|
-
label:
|
|
1332
|
-
"model-value":
|
|
1333
|
-
"display-value":
|
|
1356
|
+
_(i($e), {
|
|
1357
|
+
label: i(o)("ASSETS.PAGES.DETAILS.FIELDS.URL"),
|
|
1358
|
+
"model-value": r.value.url,
|
|
1359
|
+
"display-value": r.value.name,
|
|
1334
1360
|
type: "link",
|
|
1335
1361
|
copyable: ""
|
|
1336
1362
|
}, null, 8, ["label", "model-value", "display-value"])
|
|
1337
1363
|
])
|
|
1338
1364
|
]),
|
|
1339
|
-
|
|
1365
|
+
i(t)?.hiddenFields?.includes("name") ? z("", !0) : (C(), D(i(Z), {
|
|
1340
1366
|
key: 0,
|
|
1341
|
-
label:
|
|
1367
|
+
label: i(o)("ASSETS.PAGES.DETAILS.FIELDS.NAME.TITLE"),
|
|
1342
1368
|
name: "asset_name",
|
|
1343
1369
|
rules: "required",
|
|
1344
|
-
"model-value":
|
|
1370
|
+
"model-value": r.value.name
|
|
1345
1371
|
}, {
|
|
1346
|
-
default:
|
|
1347
|
-
_(
|
|
1372
|
+
default: A(({ errorMessage: S, handleChange: L, errors: T }) => [
|
|
1373
|
+
_(i(K), {
|
|
1348
1374
|
modelValue: d.value,
|
|
1349
1375
|
"onUpdate:modelValue": [
|
|
1350
1376
|
c[0] || (c[0] = (I) => d.value = I),
|
|
1351
|
-
|
|
1377
|
+
L
|
|
1352
1378
|
],
|
|
1353
1379
|
class: "tw-mb-4",
|
|
1354
|
-
label:
|
|
1380
|
+
label: i(o)("ASSETS.PAGES.DETAILS.FIELDS.NAME.TITLE"),
|
|
1355
1381
|
clearable: "",
|
|
1356
1382
|
required: "",
|
|
1357
1383
|
error: !!T.length,
|
|
1358
1384
|
"error-message": S,
|
|
1359
|
-
placeholder:
|
|
1385
|
+
placeholder: i(o)("ASSETS.PAGES.DETAILS.FIELDS.NAME.PLACEHOLDER"),
|
|
1360
1386
|
disabled: l.value
|
|
1361
1387
|
}, null, 8, ["modelValue", "label", "error", "error-message", "placeholder", "disabled", "onUpdate:modelValue"])
|
|
1362
1388
|
]),
|
|
1363
1389
|
_: 1
|
|
1364
1390
|
}, 8, ["label", "model-value"])),
|
|
1365
|
-
g.value === "Image" && !
|
|
1391
|
+
g.value === "Image" && !i(t)?.hiddenFields?.includes("altText") ? (C(), D(i(K), {
|
|
1366
1392
|
key: 1,
|
|
1367
|
-
modelValue:
|
|
1368
|
-
"onUpdate:modelValue": c[1] || (c[1] = (S) =>
|
|
1393
|
+
modelValue: r.value.altText,
|
|
1394
|
+
"onUpdate:modelValue": c[1] || (c[1] = (S) => r.value.altText = S),
|
|
1369
1395
|
class: "tw-mb-4",
|
|
1370
|
-
label:
|
|
1396
|
+
label: i(o)("ASSETS.PAGES.DETAILS.FIELDS.ALT.TITLE"),
|
|
1371
1397
|
clearable: "",
|
|
1372
|
-
placeholder:
|
|
1373
|
-
tooltip:
|
|
1398
|
+
placeholder: i(o)("ASSETS.PAGES.DETAILS.FIELDS.ALT.PLACEHOLDER"),
|
|
1399
|
+
tooltip: i(o)("ASSETS.PAGES.DETAILS.FIELDS.ALT.TOOLTIP"),
|
|
1374
1400
|
disabled: l.value
|
|
1375
1401
|
}, null, 8, ["modelValue", "label", "placeholder", "tooltip", "disabled"])) : z("", !0),
|
|
1376
|
-
|
|
1402
|
+
i(t)?.hiddenFields?.includes("description") ? z("", !0) : (C(), D(i(fn), {
|
|
1377
1403
|
key: 2,
|
|
1378
|
-
modelValue:
|
|
1379
|
-
"onUpdate:modelValue": c[2] || (c[2] = (S) =>
|
|
1404
|
+
modelValue: r.value.description,
|
|
1405
|
+
"onUpdate:modelValue": c[2] || (c[2] = (S) => r.value.description = S),
|
|
1380
1406
|
class: "tw-mb-4",
|
|
1381
|
-
label:
|
|
1382
|
-
placeholder:
|
|
1407
|
+
label: i(o)("ASSETS.PAGES.DETAILS.FIELDS.DESCRIPTION.TITLE"),
|
|
1408
|
+
placeholder: i(o)("ASSETS.PAGES.DETAILS.FIELDS.DESCRIPTION.PLACEHOLDER"),
|
|
1383
1409
|
disabled: l.value
|
|
1384
1410
|
}, null, 8, ["modelValue", "label", "placeholder", "disabled"]))
|
|
1385
1411
|
]),
|
|
@@ -1395,16 +1421,16 @@ const uo = /* @__PURE__ */ G({
|
|
|
1395
1421
|
_: 1
|
|
1396
1422
|
}, 8, ["title", "subtitle", "toolbar-items"]));
|
|
1397
1423
|
}
|
|
1398
|
-
}),
|
|
1424
|
+
}), Eo = co, fo = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
1399
1425
|
__proto__: null,
|
|
1400
|
-
AssetsDetails:
|
|
1401
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
1402
|
-
|
|
1403
|
-
const
|
|
1426
|
+
AssetsDetails: Eo
|
|
1427
|
+
}, Symbol.toStringTag, { value: "Module" })), mo = ct({ blades: fo }), go = { class: "tw-flex tw-items-center tw-justify-center" };
|
|
1428
|
+
Ut("AssetsManager", {});
|
|
1429
|
+
const So = /* @__PURE__ */ G({
|
|
1404
1430
|
name: "AssetsManager",
|
|
1405
1431
|
__name: "assets-manager",
|
|
1406
1432
|
setup(e) {
|
|
1407
|
-
const t = U("assets-manager"), { options: a, openBlade: n } =
|
|
1433
|
+
const t = U("assets-manager"), { options: a, openBlade: n } = lt(), { t: s } = ue({ useScope: "global" }), o = w(() => a.value.manager), r = w(() => o.value.items.value ?? []), l = w(() => o.value.loading.value), d = w(() => a.value?.title || s("ASSETS_MANAGER.TITLE")), u = b(!1), E = b(), g = b([]), f = w(() => a.value?.disabled), c = b([
|
|
1408
1434
|
{
|
|
1409
1435
|
id: "add",
|
|
1410
1436
|
title: w(() => s("ASSETS_MANAGER.TOOLBAR.ADD")),
|
|
@@ -1428,11 +1454,11 @@ const go = /* @__PURE__ */ G({
|
|
|
1428
1454
|
]);
|
|
1429
1455
|
async function S(m) {
|
|
1430
1456
|
if (m.dragIndex !== m.dropIndex) {
|
|
1431
|
-
const
|
|
1432
|
-
o.value.reorder(
|
|
1457
|
+
const p = m.value.map((R, P) => (R.sortOrder = P, R));
|
|
1458
|
+
o.value.reorder(p);
|
|
1433
1459
|
}
|
|
1434
1460
|
}
|
|
1435
|
-
function
|
|
1461
|
+
function L() {
|
|
1436
1462
|
f.value || (u.value = !0);
|
|
1437
1463
|
}
|
|
1438
1464
|
function T() {
|
|
@@ -1440,10 +1466,10 @@ const go = /* @__PURE__ */ G({
|
|
|
1440
1466
|
}
|
|
1441
1467
|
async function I(m) {
|
|
1442
1468
|
if (!f.value) {
|
|
1443
|
-
const
|
|
1444
|
-
if (
|
|
1469
|
+
const p = m.dataTransfer?.files;
|
|
1470
|
+
if (p && p.length)
|
|
1445
1471
|
try {
|
|
1446
|
-
await
|
|
1472
|
+
await O(p);
|
|
1447
1473
|
} catch (R) {
|
|
1448
1474
|
throw t.error("Failed to upload dropped files:", R), R;
|
|
1449
1475
|
}
|
|
@@ -1453,54 +1479,54 @@ const go = /* @__PURE__ */ G({
|
|
|
1453
1479
|
function v() {
|
|
1454
1480
|
E.value.value = "", E.value.click();
|
|
1455
1481
|
}
|
|
1456
|
-
async function
|
|
1482
|
+
async function O(m) {
|
|
1457
1483
|
if (!m || m.length === 0) return;
|
|
1458
|
-
const
|
|
1459
|
-
for (const
|
|
1460
|
-
let M =
|
|
1461
|
-
if (
|
|
1462
|
-
const F = M.includes(".") ? `.${M.split(".").pop()}` : "",
|
|
1484
|
+
const p = new Set((r.value ?? []).map((P) => P.name).filter(Boolean)), R = new DataTransfer();
|
|
1485
|
+
for (const P of Array.from(m)) {
|
|
1486
|
+
let M = P.name;
|
|
1487
|
+
if (p.has(M)) {
|
|
1488
|
+
const F = M.includes(".") ? `.${M.split(".").pop()}` : "", pe = M.slice(0, M.length - F.length);
|
|
1463
1489
|
let ee = 1;
|
|
1464
|
-
for (;
|
|
1465
|
-
M = `${
|
|
1490
|
+
for (; p.has(M); )
|
|
1491
|
+
M = `${pe}_${ee}${F}`, ee++;
|
|
1466
1492
|
}
|
|
1467
|
-
|
|
1493
|
+
p.add(M), R.items.add(new File([P], M, { type: P.type }));
|
|
1468
1494
|
}
|
|
1469
1495
|
try {
|
|
1470
|
-
const
|
|
1471
|
-
await o.value.upload(R.files,
|
|
1472
|
-
} catch (
|
|
1473
|
-
throw t.error("Failed to upload assets:",
|
|
1496
|
+
const P = r.value.reduce((M, F) => Math.max(M, F.sortOrder ?? 0), -1);
|
|
1497
|
+
await o.value.upload(R.files, P);
|
|
1498
|
+
} catch (P) {
|
|
1499
|
+
throw t.error("Failed to upload assets:", P), P;
|
|
1474
1500
|
}
|
|
1475
1501
|
}
|
|
1476
|
-
async function
|
|
1502
|
+
async function h(m) {
|
|
1477
1503
|
const R = m.target.files;
|
|
1478
1504
|
if (R && R.length)
|
|
1479
1505
|
try {
|
|
1480
|
-
await
|
|
1481
|
-
} catch (
|
|
1482
|
-
throw t.error("Failed to upload files:",
|
|
1506
|
+
await O(R);
|
|
1507
|
+
} catch (P) {
|
|
1508
|
+
throw t.error("Failed to upload files:", P), P;
|
|
1483
1509
|
}
|
|
1484
1510
|
}
|
|
1485
|
-
function
|
|
1511
|
+
function N(m) {
|
|
1486
1512
|
n({
|
|
1487
1513
|
name: "AssetsDetails",
|
|
1488
1514
|
options: {
|
|
1489
|
-
asset:
|
|
1515
|
+
asset: i(m),
|
|
1490
1516
|
disabled: f.value,
|
|
1491
1517
|
hiddenFields: a.value?.hiddenFields,
|
|
1492
|
-
assetEditHandler: (
|
|
1493
|
-
o.value.updateItem(
|
|
1518
|
+
assetEditHandler: (p) => {
|
|
1519
|
+
o.value.updateItem(p);
|
|
1494
1520
|
},
|
|
1495
|
-
assetRemoveHandler: async (
|
|
1496
|
-
await o.value.remove(
|
|
1521
|
+
assetRemoveHandler: async (p) => {
|
|
1522
|
+
await o.value.remove(p);
|
|
1497
1523
|
}
|
|
1498
1524
|
}
|
|
1499
|
-
}).catch((
|
|
1500
|
-
t.error("Failed to open AssetsDetails blade:",
|
|
1525
|
+
}).catch((p) => {
|
|
1526
|
+
t.error("Failed to open AssetsDetails blade:", p);
|
|
1501
1527
|
});
|
|
1502
1528
|
}
|
|
1503
|
-
const
|
|
1529
|
+
const y = () => [
|
|
1504
1530
|
{
|
|
1505
1531
|
icon: "lucide-trash-2",
|
|
1506
1532
|
title: w(() => s("ASSETS_MANAGER.TABLE.ACTIONS.DELETE")),
|
|
@@ -1510,26 +1536,26 @@ const go = /* @__PURE__ */ G({
|
|
|
1510
1536
|
}
|
|
1511
1537
|
}
|
|
1512
1538
|
];
|
|
1513
|
-
return (m,
|
|
1539
|
+
return (m, p) => (C(), D(i(Ft), {
|
|
1514
1540
|
title: d.value,
|
|
1515
1541
|
"toolbar-items": c.value,
|
|
1516
1542
|
width: "70%"
|
|
1517
1543
|
}, {
|
|
1518
|
-
default:
|
|
1544
|
+
default: A(() => [
|
|
1519
1545
|
Qa((C(), H("div", {
|
|
1520
1546
|
class: "tw-relative tw-h-full tw-flex-1",
|
|
1521
|
-
onDragover:
|
|
1522
|
-
onDragleave:
|
|
1523
|
-
onDrop:
|
|
1547
|
+
onDragover: He(L, ["prevent", "stop"]),
|
|
1548
|
+
onDragleave: He(T, ["prevent"]),
|
|
1549
|
+
onDrop: He(I, ["prevent", "stop"])
|
|
1524
1550
|
}, [
|
|
1525
|
-
_(
|
|
1551
|
+
_(i(mn), {
|
|
1526
1552
|
selection: g.value,
|
|
1527
|
-
"onUpdate:selection":
|
|
1528
|
-
items:
|
|
1553
|
+
"onUpdate:selection": p[0] || (p[0] = (R) => g.value = R),
|
|
1554
|
+
items: r.value,
|
|
1529
1555
|
"state-key": "assets_manager",
|
|
1530
1556
|
"reorderable-rows": !f.value,
|
|
1531
1557
|
"selection-mode": f.value ? void 0 : "multiple",
|
|
1532
|
-
"row-actions": f.value ? void 0 :
|
|
1558
|
+
"row-actions": f.value ? void 0 : y,
|
|
1533
1559
|
"empty-state": {
|
|
1534
1560
|
icon: "lucide-cloud-upload",
|
|
1535
1561
|
title: m.$t("ASSETS_MANAGER.EMPTY.UPLOAD_ASSETS"),
|
|
@@ -1537,20 +1563,20 @@ const go = /* @__PURE__ */ G({
|
|
|
1537
1563
|
actionHandler: v
|
|
1538
1564
|
},
|
|
1539
1565
|
class: "tw-h-full tw-w-full",
|
|
1540
|
-
onRowClick:
|
|
1566
|
+
onRowClick: p[1] || (p[1] = ({ data: R }) => N(R)),
|
|
1541
1567
|
onRowReorder: S
|
|
1542
1568
|
}, {
|
|
1543
|
-
default:
|
|
1544
|
-
_(
|
|
1569
|
+
default: A(() => [
|
|
1570
|
+
_(i(Ae), {
|
|
1545
1571
|
id: "url",
|
|
1546
|
-
title:
|
|
1572
|
+
title: i(s)("ASSETS_MANAGER.TABLE.HEADER.IMAGE"),
|
|
1547
1573
|
width: "10%",
|
|
1548
1574
|
"always-visible": "",
|
|
1549
1575
|
type: "image"
|
|
1550
1576
|
}, {
|
|
1551
|
-
body:
|
|
1552
|
-
V("div",
|
|
1553
|
-
|
|
1577
|
+
body: A(({ data: R }) => [
|
|
1578
|
+
V("div", go, [
|
|
1579
|
+
i(Kt)(R.name ?? "") ? (C(), D(i(it), {
|
|
1554
1580
|
key: 0,
|
|
1555
1581
|
bordered: !0,
|
|
1556
1582
|
size: "s",
|
|
@@ -1560,43 +1586,43 @@ const go = /* @__PURE__ */ G({
|
|
|
1560
1586
|
}, null, 8, ["src"])) : (C(), H("div", {
|
|
1561
1587
|
key: 1,
|
|
1562
1588
|
class: "assets-manager__file-badge",
|
|
1563
|
-
style:
|
|
1564
|
-
},
|
|
1589
|
+
style: kt({ backgroundColor: i(qt)(R.name ?? "") })
|
|
1590
|
+
}, B(i(Yt)(R.name ?? "")), 5))
|
|
1565
1591
|
])
|
|
1566
1592
|
]),
|
|
1567
1593
|
_: 1
|
|
1568
1594
|
}, 8, ["title"]),
|
|
1569
|
-
_(
|
|
1595
|
+
_(i(Ae), {
|
|
1570
1596
|
id: "name",
|
|
1571
|
-
title:
|
|
1597
|
+
title: i(s)("ASSETS_MANAGER.TABLE.HEADER.NAME"),
|
|
1572
1598
|
width: "20%",
|
|
1573
1599
|
"always-visible": ""
|
|
1574
1600
|
}, null, 8, ["title"]),
|
|
1575
|
-
_(
|
|
1601
|
+
_(i(Ae), {
|
|
1576
1602
|
id: "size",
|
|
1577
|
-
title:
|
|
1603
|
+
title: i(s)("ASSETS_MANAGER.TABLE.HEADER.SIZE"),
|
|
1578
1604
|
width: "20%",
|
|
1579
1605
|
"always-visible": ""
|
|
1580
1606
|
}, {
|
|
1581
|
-
body:
|
|
1582
|
-
V("div", null,
|
|
1607
|
+
body: A(({ data: R }) => [
|
|
1608
|
+
V("div", null, B(i(zt)(R.size ?? 0)), 1)
|
|
1583
1609
|
]),
|
|
1584
1610
|
_: 1
|
|
1585
1611
|
}, 8, ["title"]),
|
|
1586
|
-
_(
|
|
1612
|
+
_(i(Ae), {
|
|
1587
1613
|
id: "sortOrder",
|
|
1588
|
-
title:
|
|
1614
|
+
title: i(s)("ASSETS_MANAGER.TABLE.HEADER.SORT_ORDER"),
|
|
1589
1615
|
width: "25%",
|
|
1590
1616
|
"always-visible": ""
|
|
1591
1617
|
}, {
|
|
1592
|
-
body:
|
|
1593
|
-
V("div", null,
|
|
1618
|
+
body: A(({ data: R }) => [
|
|
1619
|
+
V("div", null, B(R.sortOrder), 1)
|
|
1594
1620
|
]),
|
|
1595
1621
|
_: 1
|
|
1596
1622
|
}, 8, ["title"]),
|
|
1597
|
-
_(
|
|
1623
|
+
_(i(Ae), {
|
|
1598
1624
|
id: "createdDate",
|
|
1599
|
-
title:
|
|
1625
|
+
title: i(s)("ASSETS_MANAGER.TABLE.HEADER.CREATED_DATE"),
|
|
1600
1626
|
width: "25%",
|
|
1601
1627
|
type: "date-ago",
|
|
1602
1628
|
"always-visible": ""
|
|
@@ -1605,7 +1631,7 @@ const go = /* @__PURE__ */ G({
|
|
|
1605
1631
|
_: 1
|
|
1606
1632
|
}, 8, ["selection", "items", "reorderable-rows", "selection-mode", "row-actions", "empty-state"])
|
|
1607
1633
|
], 32)), [
|
|
1608
|
-
[
|
|
1634
|
+
[i(Ma), l.value]
|
|
1609
1635
|
]),
|
|
1610
1636
|
V("input", {
|
|
1611
1637
|
ref_key: "uploader",
|
|
@@ -1614,25 +1640,25 @@ const go = /* @__PURE__ */ G({
|
|
|
1614
1640
|
hidden: "",
|
|
1615
1641
|
multiple: "",
|
|
1616
1642
|
name: "assets_manager",
|
|
1617
|
-
onChange:
|
|
1643
|
+
onChange: h
|
|
1618
1644
|
}, null, 544)
|
|
1619
1645
|
]),
|
|
1620
1646
|
_: 1
|
|
1621
1647
|
}, 8, ["title", "toolbar-items"]));
|
|
1622
1648
|
}
|
|
1623
|
-
}),
|
|
1649
|
+
}), po = So, Ao = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
1624
1650
|
__proto__: null,
|
|
1625
|
-
AssetsManager:
|
|
1626
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
1651
|
+
AssetsManager: po
|
|
1652
|
+
}, Symbol.toStringTag, { value: "Module" })), To = ct({ blades: Ao }), Ot = U("connection-status"), Rt = "vc-framework-offline-status", _t = b(!1), It = b(!0);
|
|
1627
1653
|
function Qt() {
|
|
1628
|
-
if (!
|
|
1629
|
-
|
|
1654
|
+
if (!_t.value && typeof window < "u") {
|
|
1655
|
+
_t.value = !0;
|
|
1630
1656
|
const { isOnline: e } = Da();
|
|
1631
1657
|
ne(
|
|
1632
1658
|
e,
|
|
1633
1659
|
(t) => {
|
|
1634
|
-
|
|
1635
|
-
notificationId:
|
|
1660
|
+
It.value = t, t ? (Ot.info("Network connection restored"), q.remove(Rt), document.documentElement.classList.remove("vc-offline")) : (Ot.warn("Network connection lost"), q.warning("You are currently offline. Some features may be unavailable.", {
|
|
1661
|
+
notificationId: Rt,
|
|
1636
1662
|
timeout: !1
|
|
1637
1663
|
}), document.documentElement.classList.add("vc-offline"));
|
|
1638
1664
|
},
|
|
@@ -1640,73 +1666,73 @@ function Qt() {
|
|
|
1640
1666
|
);
|
|
1641
1667
|
}
|
|
1642
1668
|
return {
|
|
1643
|
-
isOnline:
|
|
1669
|
+
isOnline: Me(It)
|
|
1644
1670
|
};
|
|
1645
1671
|
}
|
|
1646
|
-
const
|
|
1647
|
-
let
|
|
1648
|
-
const ea = "vc-framework-slow-network",
|
|
1672
|
+
const qe = U("slow-network"), ho = 1e4, Lo = ["slow-2g", "2g"];
|
|
1673
|
+
let Ye = null;
|
|
1674
|
+
const ea = "vc-framework-slow-network", Oo = 3e3, Ro = "Your network is slow or the server is taking longer than usual. Please be patient.";
|
|
1649
1675
|
let ae = null;
|
|
1650
|
-
function
|
|
1651
|
-
q.warning(
|
|
1676
|
+
function vt() {
|
|
1677
|
+
q.warning(Ro, {
|
|
1652
1678
|
notificationId: ea,
|
|
1653
1679
|
timeout: !1
|
|
1654
1680
|
});
|
|
1655
1681
|
}
|
|
1656
|
-
function
|
|
1682
|
+
function wt() {
|
|
1657
1683
|
q.remove(ea);
|
|
1658
1684
|
}
|
|
1659
|
-
const
|
|
1660
|
-
function
|
|
1685
|
+
const Ct = b(!1), ke = b(0), et = b(!1), Ve = /* @__PURE__ */ new Map(), tt = /* @__PURE__ */ new Set(), je = w(() => ke.value > 0 || et.value);
|
|
1686
|
+
function _o(e) {
|
|
1661
1687
|
const t = setTimeout(() => {
|
|
1662
|
-
|
|
1663
|
-
},
|
|
1664
|
-
|
|
1688
|
+
ke.value++, Ve.delete(e), tt.add(e);
|
|
1689
|
+
}, ho);
|
|
1690
|
+
Ve.set(e, t);
|
|
1665
1691
|
}
|
|
1666
|
-
function
|
|
1667
|
-
const t =
|
|
1668
|
-
t != null ? (clearTimeout(t),
|
|
1692
|
+
function Io(e) {
|
|
1693
|
+
const t = Ve.get(e);
|
|
1694
|
+
t != null ? (clearTimeout(t), Ve.delete(e)) : tt.has(e) && (ke.value = Math.max(0, ke.value - 1), tt.delete(e));
|
|
1669
1695
|
}
|
|
1670
1696
|
function ta() {
|
|
1671
|
-
if (!
|
|
1672
|
-
|
|
1697
|
+
if (!Ct.value && typeof window < "u") {
|
|
1698
|
+
Ct.value = !0;
|
|
1673
1699
|
const e = navigator.connection;
|
|
1674
|
-
e && (
|
|
1675
|
-
const a =
|
|
1676
|
-
a !==
|
|
1677
|
-
}, e.addEventListener("change",
|
|
1700
|
+
e && (Ye = () => {
|
|
1701
|
+
const a = Lo.includes(e.effectiveType);
|
|
1702
|
+
a !== et.value && qe.info(`Connection type: ${e.effectiveType} → ${a ? "slow" : "normal"}`), et.value = a;
|
|
1703
|
+
}, e.addEventListener("change", Ye), Ye());
|
|
1678
1704
|
const { isOnline: t } = Qt();
|
|
1679
|
-
ne(
|
|
1680
|
-
a ? (ae != null && (clearTimeout(ae), ae = null), t.value && (
|
|
1681
|
-
|
|
1682
|
-
},
|
|
1705
|
+
ne(je, (a) => {
|
|
1706
|
+
a ? (ae != null && (clearTimeout(ae), ae = null), t.value && (qe.info("Slow network detected — showing notification"), vt())) : ae = setTimeout(() => {
|
|
1707
|
+
qe.info("Network recovered — hiding notification"), wt(), ae = null;
|
|
1708
|
+
}, Oo);
|
|
1683
1709
|
}), ne(t, (a) => {
|
|
1684
|
-
a ?
|
|
1710
|
+
a ? je.value && vt() : (ae != null && (clearTimeout(ae), ae = null), wt());
|
|
1685
1711
|
});
|
|
1686
1712
|
}
|
|
1687
1713
|
return {
|
|
1688
|
-
isSlowNetwork:
|
|
1689
|
-
trackRequest:
|
|
1690
|
-
untrackRequest:
|
|
1714
|
+
isSlowNetwork: je,
|
|
1715
|
+
trackRequest: _o,
|
|
1716
|
+
untrackRequest: Io
|
|
1691
1717
|
};
|
|
1692
1718
|
}
|
|
1693
|
-
const Te = U("interceptors"),
|
|
1694
|
-
function
|
|
1719
|
+
const Te = U("interceptors"), vo = /(^|\/)(login|signin|sign-in|account\/login|connect\/authorize)(\/|$)/i;
|
|
1720
|
+
function wo(e) {
|
|
1695
1721
|
let t;
|
|
1696
1722
|
try {
|
|
1697
1723
|
t = new URL(e.url, window.location.origin).pathname;
|
|
1698
1724
|
} catch {
|
|
1699
1725
|
return !1;
|
|
1700
1726
|
}
|
|
1701
|
-
if (
|
|
1727
|
+
if (vo.test(t))
|
|
1702
1728
|
return !0;
|
|
1703
1729
|
const a = e.headers?.get?.("content-type") ?? "";
|
|
1704
1730
|
return e.redirected === !0 && a.includes("text/html");
|
|
1705
1731
|
}
|
|
1706
|
-
function
|
|
1732
|
+
function Co(e) {
|
|
1707
1733
|
if (window.fetch.__vcInterceptorsInstalled__)
|
|
1708
1734
|
return Te.warn("registerInterceptors called twice — ignoring second install"), window.fetch;
|
|
1709
|
-
const { fetch: a } = window, { signOut: n, isAuthenticated: s } = oe(), { trackRequest: o, untrackRequest:
|
|
1735
|
+
const { fetch: a } = window, { signOut: n, isAuthenticated: s } = oe(), { trackRequest: o, untrackRequest: r } = ta();
|
|
1710
1736
|
let l = 0;
|
|
1711
1737
|
const d = (async (...u) => {
|
|
1712
1738
|
if (window.__DEMO_MODE__)
|
|
@@ -1729,11 +1755,11 @@ function wo(e) {
|
|
|
1729
1755
|
});
|
|
1730
1756
|
});
|
|
1731
1757
|
{
|
|
1732
|
-
let E = function(
|
|
1733
|
-
const
|
|
1758
|
+
let E = function(O) {
|
|
1759
|
+
const h = typeof O == "string" ? O : O instanceof Request ? O.url : O.toString();
|
|
1734
1760
|
try {
|
|
1735
|
-
const
|
|
1736
|
-
return
|
|
1761
|
+
const N = new URL(h, window.location.origin);
|
|
1762
|
+
return N.origin === window.location.origin && N.pathname.startsWith("/api/");
|
|
1737
1763
|
} catch {
|
|
1738
1764
|
return !1;
|
|
1739
1765
|
}
|
|
@@ -1746,37 +1772,39 @@ function wo(e) {
|
|
|
1746
1772
|
const c = String(++l);
|
|
1747
1773
|
o(c);
|
|
1748
1774
|
const S = new AbortController();
|
|
1749
|
-
let
|
|
1775
|
+
let L = !1;
|
|
1750
1776
|
const T = setTimeout(() => {
|
|
1751
|
-
|
|
1777
|
+
L = !0, S.abort();
|
|
1752
1778
|
}, 3e4), I = f?.signal, v = () => S.abort();
|
|
1753
1779
|
I?.aborted ? v() : I && I.addEventListener("abort", v, { once: !0 });
|
|
1754
1780
|
try {
|
|
1755
|
-
const
|
|
1781
|
+
const O = await a(g, {
|
|
1756
1782
|
...f || {},
|
|
1757
1783
|
signal: S.signal
|
|
1758
|
-
});
|
|
1759
|
-
|
|
1760
|
-
Te.error("signOut failed after session expiry:",
|
|
1784
|
+
}), h = O.ok && wo(O);
|
|
1785
|
+
if ((O.status === 401 || h) && !Qe() && s.value && (In(), n().catch((y) => {
|
|
1786
|
+
Te.error("signOut failed after session expiry:", y);
|
|
1761
1787
|
}).finally(() => {
|
|
1762
|
-
|
|
1788
|
+
bo(e), q.error(
|
|
1763
1789
|
`Access Denied: Your session has expired or you do not have the necessary permissions.
|
|
1764
1790
|
Please log in again or contact the administrator for assistance.`
|
|
1765
1791
|
);
|
|
1766
|
-
})),
|
|
1767
|
-
|
|
1768
|
-
|
|
1792
|
+
})), h && Qe())
|
|
1793
|
+
throw new vn();
|
|
1794
|
+
return O;
|
|
1795
|
+
} catch (O) {
|
|
1796
|
+
throw L ? new Error("Request timed out. Please try again.") : O;
|
|
1769
1797
|
} finally {
|
|
1770
|
-
|
|
1798
|
+
r(c), clearTimeout(T), I && I.removeEventListener("abort", v);
|
|
1771
1799
|
}
|
|
1772
1800
|
}
|
|
1773
1801
|
});
|
|
1774
1802
|
return d.__vcInterceptorsInstalled__ = !0, window.fetch = d, d;
|
|
1775
1803
|
}
|
|
1776
|
-
function
|
|
1804
|
+
function bo(e) {
|
|
1777
1805
|
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 + "/";
|
|
1778
1806
|
}
|
|
1779
|
-
const aa = { THEMES: { LIGHT: "Light", DARK: "Dark" }, NOTIFICATIONS: { CLEAR_ALL: "Clear all" } }, na = { NAVIGATION_ARIA_LABEL: "Primary navigation", SIDEBAR: { SEARCH_PLACEHOLDER: "Search keyword" }, USER: { ROLE: { ADMINISTRATOR: "Administrator" } }, ACCOUNT: { SETTINGS: "Settings", CHANGE_PASSWORD: "Change password", PROFILE: "Profile", LOGOUT: "Log Out" } }, sa = { CONTROLS: { CLEAR: "Clear", CLEAR_ALL: "Clear all", CLOSE: "Close", TOGGLE_DROPDOWN: "Toggle dropdown", SEARCH_OPTIONS: "Search options", SELECT_OPTION: "Select option", CLEAR_SELECTION: "Clear selection", COPY_TO_CLIPBOARD: "Copy to clipboard", DELETE_ITEM: "Delete item", SHOW_PASSWORD: "Show password", HIDE_PASSWORD: "Hide password" }, ATOMS: { VC_IMAGE: { LABEL: "Image" }, VC_BANNER: { SHOW_MORE: "Show more", SHOW_LESS: "Show less" }, VC_SCROLLABLE_CONTAINER: { LABEL: "Scrollable content" }, VC_VIDEO: { NO_SOURCE: "No video source" } }, 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:", LABEL: "Pagination", FIRST: "First page", PREVIOUS: "Previous page", NEXT: "Next page", LAST: "Last page", PAGE: "Page {page}" }, VC_MULTIVALUE: { ADD: "Add" }, VC_BREADCRUMBS: { BACK: "Back", LABEL: "Breadcrumb", SHOW_MORE: "Show more breadcrumbs" }, VC_COLOR_INPUT: { CLEAR: "Clear color" }, VC_DATE_PICKER: { CLEAR: "Clear date" }, VC_SLIDER: { PREVIOUS: "Previous slide", NEXT: "Next slide" }, VC_TOAST: { DISMISS: "Dismiss notification" }, VC_EDITOR: { TOOLBAR: { LABEL: "Text formatting", BOLD: "Bold", ITALIC: "Italic", UNDERLINE: "Underline", STRIKETHROUGH: "Strikethrough", HEADING_1: "Heading 1", HEADING_2: "Heading 2", HEADING_3: "Heading 3", BULLET_LIST: "Bullet list", NUMBERED_LIST: "Numbered list", BLOCKQUOTE: "Blockquote", INSERT_LINK: "Insert link", INSERT_IMAGE: "Insert image", INSERT_TABLE: "Insert table", DELETE_TABLE: "Delete table", ADD_COLUMN_BEFORE: "Add column before", ADD_COLUMN_AFTER: "Add column after", ADD_ROW_BEFORE: "Add row before", ADD_ROW_AFTER: "Add row after", DELETE_COLUMN: "Delete column", DELETE_ROW: "Delete row" }, FONT_SIZE: "Font size", VIEW: { PREVIEW: "Preview", SPLIT: "Side-by-side view", SOURCE: "Source code" } } }, 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" }, VC_GALLERY_FILMSTRIP: { PREVIOUS: "Previous images", NEXT: "Next images" } }, 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: { NOTIFICATIONS: "Notifications", 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", CLOSE: "Close", MAXIMIZE: "Maximize", RESTORE: "Restore" }, VC_TABLE: { SELECT_ROW: "Select row", SELECT_ALL_ROWS: "Select all rows", EXPAND_ROW: "Toggle row details", 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", TITLE: "Filter column" }, 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" } }, oa = { 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.", ERRORS: { INVALID_CREDENTIALS: "The login or password is incorrect.", AUTH_WITH_CODE: "Authentication error (code: {code}).", AUTH_GENERIC: "Authentication error: {detail}" } }, ia = { 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}" }, la = { 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." } }, ua = { 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" } } } } }, ca = { _default: "The {field} is not valid", alpha: "The {field} field may only contain alphabetic characters", alpha_num: "The {field} field may only contain alpha-numeric characters", alpha_dash: "The {field} field may contain alpha-numeric characters as well as dashes and underscores", alpha_spaces: "The {field} field may only contain alphabetic characters as well as spaces", between: "The {field} field must be between 0:{min} and 1:{max}", confirmed: "The {field} field confirmation does not match", digits: "The {field} field must be numeric and exactly contain 0:{length} digits", dimensions: "The {field} field must be 0:{width} pixels by 1:{height} pixels", email: "The {field} field must be a valid email", not_one_of: "The {field} field is not a valid value", ext: "The {field} field is not a valid file", image: "The {field} field must be an image", integer: "The {field} field must be an integer", length: "The {field} field must be 0:{length} long", max_value: "The {field} field must be 0:{max} or less", max: "The {field} field may not be greater than 0:{length} characters", mimes: "The {field} field must have a valid file type", min_value: "The {field} field must be 0:{min} or more", min: "The {field} field must be at least 0:{length} characters", numeric: "The {field} field may only contain numeric characters", one_of: "The {field} field is not a valid value", regex: "The {field} field format is invalid", required_if: "The {field} field is required", required: "The {field} field is required", size: "The {field} field size must be less than 0:{size}KB", url: "The {field} field is not a valid URL", min_dimensions: { error: "Image dimensions must be greater than {height}*{width}", not_image_error: "Not image file" }, file_weight: "File size must be maximum {size} kb", before: "End date must be earlier than start date", after: "End date must be later than start date", bigint: "Unsupported number" }, Ea = { ACCESS_RESTRICTED: "Access restricted" }, fa = { LOADING: "Loading Virto OZ..." }, ma = { AGENDA: "Agenda", ALL_DAY: "All day", CANCEL: "Cancel", CLOSE: "Close", COLOR: "Color", COLOR_DEFAULT: "Default color", COLOR_CUSTOM: "Custom color", COLOR_BLUE: "Blue", COLOR_GREEN: "Green", COLOR_AMBER: "Amber", COLOR_RED: "Red", COLOR_PURPLE: "Purple", COLOR_PINK: "Pink", COLOR_TEAL: "Teal", COLOR_SLATE: "Slate", DAY: "Day", DAY_N_OF_M: "Day {n} of {total}", DELETE: "Delete", DELETE_CONFIRM_BODY: `Delete "{title}"? This can't be undone.`, DELETE_CONFIRM_TITLE: "Delete event", EDIT: "Edit", EDIT_EVENT: "Edit event", EMPTY: "No events in this range", EMPTY_HINT: "No events yet. Click a day to add one.", END: "End", LOADING: "Loading events…", MORE: "+{count} more", MONTH: "Month", MORE_OPTIONS: "More options", NEW_EVENT: "New event", NEXT: "Next", PREVIOUS: "Previous", RECUR_SCOPE_ALL: "All events", RECUR_SCOPE_BODY_DELETE: "This event is part of a recurring series. Do you want to delete only this event or all events in the series?", RECUR_SCOPE_BODY_EDIT: "This event is part of a recurring series. Do you want to edit only this event or all events in the series?", RECUR_SCOPE_THIS: "This event", RECUR_SCOPE_TITLE: "Recurring event", REPEAT: "Repeat", REPEAT_DAILY: "Daily", REPEAT_END: "Ends", REPEAT_END_COUNT: "After", REPEAT_END_NEVER: "Never", REPEAT_END_UNTIL: "On date", REPEAT_EVERY: "Repeat every", REPEAT_UNIT_DAYS: "day(s)", REPEAT_UNIT_WEEKS: "week(s)", REPEAT_UNIT_MONTHS: "month(s)", REPEAT_UNIT_YEARS: "year(s)", REPEAT_MONTHLY: "Monthly", REPEAT_NONE: "Does not repeat", REPEAT_OCCURRENCES: "occurrence(s)", REPEAT_ON: "Repeat on", REPEAT_WEEKLY: "Weekly", REPEAT_YEARLY: "Yearly", SAVE: "Save", START: "Start", TIMELINE: "Timeline", TIMELINE_DAY: "Timeline Day", TIMELINE_WEEK: "Timeline Week", TITLE: "Title", TODAY: "Today", WEEK: "Week", WORK_WEEK: "Work week", ZOOM_IN: "Zoom in", ZOOM_OUT: "Zoom out" }, ga = { no_options: "No options" }, bo = {
|
|
1807
|
+
const aa = { THEMES: { LIGHT: "Light", DARK: "Dark" }, NOTIFICATIONS: { CLEAR_ALL: "Clear all" } }, na = { NAVIGATION_ARIA_LABEL: "Primary navigation", SIDEBAR: { SEARCH_PLACEHOLDER: "Search keyword" }, USER: { ROLE: { ADMINISTRATOR: "Administrator" } }, ACCOUNT: { SETTINGS: "Settings", CHANGE_PASSWORD: "Change password", PROFILE: "Profile", LOGOUT: "Log Out" } }, sa = { CONTROLS: { CLEAR: "Clear", CLEAR_ALL: "Clear all", CLOSE: "Close", TOGGLE_DROPDOWN: "Toggle dropdown", SEARCH_OPTIONS: "Search options", SELECT_OPTION: "Select option", CLEAR_SELECTION: "Clear selection", COPY_TO_CLIPBOARD: "Copy to clipboard", DELETE_ITEM: "Delete item", SHOW_PASSWORD: "Show password", HIDE_PASSWORD: "Hide password" }, ATOMS: { VC_IMAGE: { LABEL: "Image" }, VC_BANNER: { SHOW_MORE: "Show more", SHOW_LESS: "Show less" }, VC_SCROLLABLE_CONTAINER: { LABEL: "Scrollable content" }, VC_VIDEO: { NO_SOURCE: "No video source" } }, 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:", LABEL: "Pagination", FIRST: "First page", PREVIOUS: "Previous page", NEXT: "Next page", LAST: "Last page", PAGE: "Page {page}" }, VC_MULTIVALUE: { ADD: "Add" }, VC_BREADCRUMBS: { BACK: "Back", LABEL: "Breadcrumb", SHOW_MORE: "Show more breadcrumbs" }, VC_COLOR_INPUT: { CLEAR: "Clear color" }, VC_DATE_PICKER: { CLEAR: "Clear date" }, VC_SLIDER: { PREVIOUS: "Previous slide", NEXT: "Next slide" }, VC_TOAST: { DISMISS: "Dismiss notification" }, VC_EDITOR: { TOOLBAR: { LABEL: "Text formatting", BOLD: "Bold", ITALIC: "Italic", UNDERLINE: "Underline", STRIKETHROUGH: "Strikethrough", HEADING_1: "Heading 1", HEADING_2: "Heading 2", HEADING_3: "Heading 3", BULLET_LIST: "Bullet list", NUMBERED_LIST: "Numbered list", BLOCKQUOTE: "Blockquote", INSERT_LINK: "Insert link", INSERT_IMAGE: "Insert image", INSERT_TABLE: "Insert table", DELETE_TABLE: "Delete table", ADD_COLUMN_BEFORE: "Add column before", ADD_COLUMN_AFTER: "Add column after", ADD_ROW_BEFORE: "Add row before", ADD_ROW_AFTER: "Add row after", DELETE_COLUMN: "Delete column", DELETE_ROW: "Delete row" }, FONT_SIZE: "Font size", VIEW: { PREVIEW: "Preview", SPLIT: "Side-by-side view", SOURCE: "Source code" } } }, 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" }, VC_GALLERY_FILMSTRIP: { PREVIOUS: "Previous images", NEXT: "Next images" } }, 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: { NOTIFICATIONS: "Notifications", OPEN_MENU: "Open menu", CLOSE_MENU: "Close menu", 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", CLOSE: "Close", MAXIMIZE: "Maximize", RESTORE: "Restore" }, VC_TABLE: { SELECT_ROW: "Select row", SELECT_ALL_ROWS: "Select all rows", EXPAND_ROW: "Toggle row details", 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", TITLE: "Filter column" }, 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" } }, oa = { 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.", ERRORS: { INVALID_CREDENTIALS: "The login or password is incorrect.", AUTH_WITH_CODE: "Authentication error (code: {code}).", AUTH_GENERIC: "Authentication error: {detail}" } }, ia = { 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}" }, la = { 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." } }, ua = { 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" } } } } }, ca = { _default: "The {field} is not valid", alpha: "The {field} field may only contain alphabetic characters", alpha_num: "The {field} field may only contain alpha-numeric characters", alpha_dash: "The {field} field may contain alpha-numeric characters as well as dashes and underscores", alpha_spaces: "The {field} field may only contain alphabetic characters as well as spaces", between: "The {field} field must be between 0:{min} and 1:{max}", confirmed: "The {field} field confirmation does not match", digits: "The {field} field must be numeric and exactly contain 0:{length} digits", dimensions: "The {field} field must be 0:{width} pixels by 1:{height} pixels", email: "The {field} field must be a valid email", not_one_of: "The {field} field is not a valid value", ext: "The {field} field is not a valid file", image: "The {field} field must be an image", integer: "The {field} field must be an integer", length: "The {field} field must be 0:{length} long", max_value: "The {field} field must be 0:{max} or less", max: "The {field} field may not be greater than 0:{length} characters", mimes: "The {field} field must have a valid file type", min_value: "The {field} field must be 0:{min} or more", min: "The {field} field must be at least 0:{length} characters", numeric: "The {field} field may only contain numeric characters", one_of: "The {field} field is not a valid value", regex: "The {field} field format is invalid", required_if: "The {field} field is required", required: "The {field} field is required", size: "The {field} field size must be less than 0:{size}KB", url: "The {field} field is not a valid URL", min_dimensions: { error: "Image dimensions must be greater than {height}*{width}", not_image_error: "Not image file" }, file_weight: "File size must be maximum {size} kb", before: "End date must be earlier than start date", after: "End date must be later than start date", bigint: "Unsupported number" }, Ea = { ACCESS_RESTRICTED: "Access restricted" }, fa = { LOADING: "Loading Virto OZ..." }, ma = { AGENDA: "Agenda", ALL_DAY: "All day", CANCEL: "Cancel", CLOSE: "Close", COLOR: "Color", COLOR_DEFAULT: "Default color", COLOR_CUSTOM: "Custom color", COLOR_BLUE: "Blue", COLOR_GREEN: "Green", COLOR_AMBER: "Amber", COLOR_RED: "Red", COLOR_PURPLE: "Purple", COLOR_PINK: "Pink", COLOR_TEAL: "Teal", COLOR_SLATE: "Slate", DAY: "Day", DAY_N_OF_M: "Day {n} of {total}", DELETE: "Delete", DELETE_CONFIRM_BODY: `Delete "{title}"? This can't be undone.`, DELETE_CONFIRM_TITLE: "Delete event", EDIT: "Edit", EDIT_EVENT: "Edit event", EMPTY: "No events in this range", EMPTY_HINT: "No events yet. Click a day to add one.", END: "End", LOADING: "Loading events…", MORE: "+{count} more", MORE_EVENTS: "More events", MONTH: "Month", MORE_OPTIONS: "More options", NEW_EVENT: "New event", NEXT: "Next", PREVIOUS: "Previous", RECUR_SCOPE_ALL: "All events", RECUR_SCOPE_BODY_DELETE: "This event is part of a recurring series. Do you want to delete only this event or all events in the series?", RECUR_SCOPE_BODY_EDIT: "This event is part of a recurring series. Do you want to edit only this event or all events in the series?", RECUR_SCOPE_THIS: "This event", RECUR_SCOPE_TITLE: "Recurring event", REPEAT: "Repeat", REPEAT_DAILY: "Daily", REPEAT_END: "Ends", REPEAT_END_COUNT: "After", REPEAT_END_NEVER: "Never", REPEAT_END_UNTIL: "On date", REPEAT_EVERY: "Repeat every", REPEAT_UNIT_DAYS: "day(s)", REPEAT_UNIT_WEEKS: "week(s)", REPEAT_UNIT_MONTHS: "month(s)", REPEAT_UNIT_YEARS: "year(s)", REPEAT_MONTHLY: "Monthly", REPEAT_NONE: "Does not repeat", REPEAT_OCCURRENCES: "occurrence(s)", REPEAT_ON: "Repeat on", REPEAT_WEEKLY: "Weekly", REPEAT_YEARLY: "Yearly", SAVE: "Save", START: "Start", TIMELINE: "Timeline", TIMELINE_DAY: "Timeline Day", TIMELINE_WEEK: "Timeline Week", TITLE: "Title", TODAY: "Today", WEEK: "Week", WORK_WEEK: "Work week", ZOOM_IN: "Zoom in", ZOOM_OUT: "Zoom out" }, ga = { no_options: "No options" }, Po = {
|
|
1780
1808
|
CORE: aa,
|
|
1781
1809
|
SHELL: na,
|
|
1782
1810
|
COMPONENTS: sa,
|
|
@@ -1791,7 +1819,7 @@ const aa = { THEMES: { LIGHT: "Light", DARK: "Dark" }, NOTIFICATIONS: { CLEAR_AL
|
|
|
1791
1819
|
AI_AGENT: fa,
|
|
1792
1820
|
VC_SCHEDULER: ma,
|
|
1793
1821
|
common: ga
|
|
1794
|
-
},
|
|
1822
|
+
}, No = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
1795
1823
|
__proto__: null,
|
|
1796
1824
|
AI_AGENT: fa,
|
|
1797
1825
|
ASSETS: da,
|
|
@@ -1806,12 +1834,12 @@ const aa = { THEMES: { LIGHT: "Light", DARK: "Dark" }, NOTIFICATIONS: { CLEAR_AL
|
|
|
1806
1834
|
SHELL: na,
|
|
1807
1835
|
VC_SCHEDULER: ma,
|
|
1808
1836
|
common: ga,
|
|
1809
|
-
default:
|
|
1837
|
+
default: Po,
|
|
1810
1838
|
messages: ca
|
|
1811
|
-
}, Symbol.toStringTag, { value: "Module" })), Sa = { THEMES: { LIGHT: "Hell", DARK: "Dunkel" }, NOTIFICATIONS: { CLEAR_ALL: "Alle löschen" } }, Aa = { NAVIGATION_ARIA_LABEL: "Hauptnavigation", SIDEBAR: { SEARCH_PLACEHOLDER: "Suchbegriff" }, USER: { ROLE: { ADMINISTRATOR: "Administrator" } }, ACCOUNT: { SETTINGS: "Einstellungen", CHANGE_PASSWORD: "Passwort ändern", PROFILE: "Profil", LOGOUT: "Abmelden" } }, pa = { CONTROLS: { CLEAR: "Löschen", CLEAR_ALL: "Alle löschen", CLOSE: "Schließen", TOGGLE_DROPDOWN: "Dropdown umschalten", SEARCH_OPTIONS: "Optionen suchen", SELECT_OPTION: "Option auswählen", CLEAR_SELECTION: "Auswahl aufheben", COPY_TO_CLIPBOARD: "In die Zwischenablage kopieren", DELETE_ITEM: "Element löschen", SHOW_PASSWORD: "Passwort anzeigen", HIDE_PASSWORD: "Passwort verbergen" }, ATOMS: { VC_IMAGE: { LABEL: "Bild" }, VC_BANNER: { SHOW_MORE: "Mehr anzeigen", SHOW_LESS: "Weniger anzeigen" }, VC_SCROLLABLE_CONTAINER: { LABEL: "Scrollbarer Inhalt" }, VC_VIDEO: { NO_SOURCE: "Keine Videoquelle" } }, 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:", LABEL: "Seitennummerierung", FIRST: "Erste Seite", PREVIOUS: "Vorherige Seite", NEXT: "Nächste Seite", LAST: "Letzte Seite", PAGE: "Seite {page}" }, VC_MULTIVALUE: { ADD: "Hinzufügen" }, VC_BREADCRUMBS: { BACK: "Zurück", LABEL: "Brotkrümelnavigation", SHOW_MORE: "Weitere Brotkrümel anzeigen" }, VC_COLOR_INPUT: { CLEAR: "Farbe löschen" }, VC_DATE_PICKER: { CLEAR: "Datum löschen" }, VC_SLIDER: { PREVIOUS: "Vorherige Folie", NEXT: "Nächste Folie" }, VC_TOAST: { DISMISS: "Benachrichtigung schließen" }, VC_EDITOR: { TOOLBAR: { LABEL: "Textformatierung", BOLD: "Fett", ITALIC: "Kursiv", UNDERLINE: "Unterstrichen", STRIKETHROUGH: "Durchgestrichen", HEADING_1: "Überschrift 1", HEADING_2: "Überschrift 2", HEADING_3: "Überschrift 3", BULLET_LIST: "Aufzählungsliste", NUMBERED_LIST: "Nummerierte Liste", BLOCKQUOTE: "Blockzitat", INSERT_LINK: "Link einfügen", INSERT_IMAGE: "Bild einfügen", INSERT_TABLE: "Tabelle einfügen", DELETE_TABLE: "Tabelle löschen", ADD_COLUMN_BEFORE: "Spalte davor einfügen", ADD_COLUMN_AFTER: "Spalte danach einfügen", ADD_ROW_BEFORE: "Zeile davor einfügen", ADD_ROW_AFTER: "Zeile danach einfügen", DELETE_COLUMN: "Spalte löschen", DELETE_ROW: "Zeile löschen" }, FONT_SIZE: "Schriftgröße", VIEW: { PREVIEW: "Vorschau", SPLIT: "Nebeneinander-Ansicht", SOURCE: "Quellcode" } } }, 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" }, VC_GALLERY_FILMSTRIP: { PREVIOUS: "Vorherige Bilder", NEXT: "Nächste Bilder" } }, 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: { NOTIFICATIONS: "Benachrichtigungen", 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", CLOSE: "Schließen", MAXIMIZE: "Maximieren", RESTORE: "Wiederherstellen" }, VC_TABLE: { SELECT_ROW: "Zeile auswählen", SELECT_ALL_ROWS: "Alle Zeilen auswählen", EXPAND_ROW: "Zeilendetails umschalten", 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", TITLE: "Spalte filtern" }, GLOBAL_FILTERS: { BUTTON: "Filter", TITLE: "Filter" }, COLUMN_SWITCHER: { BUTTON: "Spalten", TITLE: "Spalten ein-/ausblenden", SHOW_ALL: "Alle anzeigen", RESET: "Zurücksetzen" }, OF: "von", PAGE: "Seite" }, VC_POPUP: { OK: "OK", CONFIRM: "Bestätigen", CANCEL: "Abbrechen", CLOSE: "Schließen", TITLE: { CONFIRMATION: "Bestätigung", ERROR: "Fehler", INFO: "Info" } } }, THEME_SELECTOR: { THEME_CHANGED: " Thema", THEME_SELECTOR: "Themen" }, CHANGE_PASSWORD: { TITLE: "Passwort ändern", TITLE_FORCED: "Passwort abgelaufen", SUBTITLE_FORCED: "Bitte legen Sie ein neues Passwort fest", FORCED: { LABEL: "Ihr Passwort ist abgelaufen. Sie müssen das Passwort ändern, um den Manager weiter zu nutzen." }, CURRENT_PASSWORD: { LABEL: "Aktuelles Passwort", PLACEHOLDER: "Passwort eingeben" }, NEW_PASSWORD: { LABEL: "Neues Passwort", PLACEHOLDER: "Passwort eingeben" }, CONFIRM_PASSWORD: { LABEL: "Passwort bestätigen", PLACEHOLDER: "Passwort bestätigen" }, CANCEL: "Abbrechen", SAVE: "Aktualisieren", ERRORS: { "Repeat-password": "Passwörter stimmen nicht überein", "Equal-passwords": "Das neue Passwort darf nicht mit dem alten übereinstimmen", "Invalid-token": "Token ist ungültig oder abgelaufen", "Password-too-weak": "Neues Passwort erfüllt eine oder mehrere Passwort-Sicherheitsrichtlinien nicht:", PasswordTooShort: "Passwort zu kurz", PasswordRequiresUniqueChars: "Passwörter müssen unterschiedliche Zeichen verwenden", PasswordRequiresLower: "Passwörter müssen mindestens einen Kleinbuchstaben enthalten ('a'-'z')", PasswordRequiresUpper: "Passwörter müssen mindestens einen Großbuchstaben enthalten ('A'-'Z')", PasswordRequiresDigit: "Passwörter müssen mindestens eine Ziffer enthalten ('0'-'9')", PasswordRequiresNonAlphanumeric: "Passwörter müssen mindestens ein nicht-alphanumerisches Zeichen enthalten", "Incorrect password.": "Sie haben ein falsches Passwort eingegeben", "You have used this password in the past. Choose another one.": "Sie haben dieses Passwort in der Vergangenheit verwendet. Wählen Sie ein anderes." } }, APP_HUB: { TITLE: "Anwendungen" }, NOTIFICATION_DROPDOWN: { TITLE: "Benachrichtigungen", EMPTY: "Noch keine Benachrichtigungen" }, LANGUAGE_SELECTOR: { TITLE: "Sprache" }, FILTERS: { APPLY: "Filter anwenden", RESET: "Zurücksetzen" } }, Ta = { TITLE: "Sie sind eingeladen!", SUBTITLE: "Legen Sie ein Passwort für Ihr Konto fest", FIELDS: { EMAIL: { LABEL: "E-Mail" }, PASSWORD: { LABEL: "Neues Passwort", PLACEHOLDER: "Passwort eingeben" }, CONFIRM_PASSWORD: { LABEL: "Passwort bestätigen", PLACEHOLDER: "Passwort bestätigen" } }, ACCEPT_INVITATION: "Aktivieren", ERRORS: { "Repeat-password": "Passwörter stimmen nicht überein", "Invalid-token": "Token ist ungültig oder abgelaufen", "Password-too-weak": "Neues Passwort erfüllt eine oder mehrere Passwort-Sicherheitsrichtlinien nicht:", PasswordTooShort: "Passwort zu kurz", PasswordRequiresUniqueChars: "Passwörter müssen unterschiedliche Zeichen verwenden", PasswordRequiresLower: "Passwörter müssen mindestens einen Kleinbuchstaben enthalten ('a'-'z')", PasswordRequiresUpper: "Passwörter müssen mindestens einen Großbuchstaben enthalten ('A'-'Z')", PasswordRequiresDigit: "Passwörter müssen mindestens eine Ziffer enthalten ('0'-'9')", PasswordRequiresNonAlphanumeric: "Passwörter müssen mindestens ein nicht-alphanumerisches Zeichen enthalten", recentPasswordUsed: "Sie haben dieses Passwort in der Vergangenheit verwendet. Wählen Sie ein anderes." } }, ha = { 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.", ERRORS: { INVALID_CREDENTIALS: "Anmeldename oder Passwort ist falsch.", AUTH_WITH_CODE: "Authentifizierungsfehler (Code: {code}).", AUTH_GENERIC: "Authentifizierungsfehler: {detail}" } }, La = { TITLE: "Passwort zurücksetzen", SUBTITLE: "Geben Sie Ihre E-Mail-Adresse ein und wir senden Ihnen einen Link zum Zurücksetzen", FIELDS: { EMAIL: { LABEL: "E-Mail", PLACEHOLDER: "Geben Sie Ihre E-Mail-Adresse ein" } }, SEND_BUTTON: "Link zum Zurücksetzen senden", BACK_TO_LOGIN: "Zurück zur Anmeldung", SUCCESS_TITLE: "Überprüfen Sie Ihre E-Mail", SUCCESS_TEXT: "Wir haben einen Link zum Zurücksetzen an {email} gesendet" }, Oa = { 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." } }, Ra = { 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" } } }, _a = { PAGES: { DETAILS: { SUBTITLE: "Asset bearbeiten", TOOLBAR: { SAVE: "Speichern", DELETE: "Löschen" }, FIELDS: { SIZE: "Größe", CREATED_DATE: "Erstellungsdatum", URL: "URL", COPY: "Link kopieren", NAME: { TITLE: "Asset-Name", PLACEHOLDER: "Asset-Namen eingeben" }, ALT: { TITLE: "Alternativer Bildtext", PLACEHOLDER: "Alternativen Bildtext eingeben", TOOLTIP: "Dieser Text wird angezeigt, wenn das Bild auf der Seite deaktiviert oder nicht geladen ist" }, DESCRIPTION: { TITLE: "Meta-Beschreibung", PLACEHOLDER: "Meta-Beschreibung eingeben" } } } } }, Ia = { _default: "Das Feld {field} ist ungültig", alpha: "Das Feld {field} darf nur alphabetische Zeichen enthalten", alpha_num: "Das Feld {field} darf nur alphanumerische Zeichen enthalten", alpha_dash: "Das Feld {field} darf alphanumerische Zeichen sowie Bindestriche und Unterstriche enthalten", alpha_spaces: "Das Feld {field} darf nur alphabetische Zeichen und Leerzeichen enthalten", between: "Das Feld {field} muss zwischen 0:{min} und 1:{max} liegen", confirmed: "Die Bestätigung des Feldes {field} stimmt nicht überein", digits: "Das Feld {field} muss numerisch sein und genau 0:{length} Ziffern enthalten", dimensions: "Das Feld {field} muss 0:{width} Pixel breit und 1:{height} Pixel hoch sein", email: "Das Feld {field} muss eine gültige E-Mail-Adresse sein", not_one_of: "Das Feld {field} hat keinen gültigen Wert", ext: "Das Feld {field} ist keine gültige Datei", image: "Das Feld {field} muss ein Bild sein", integer: "Das Feld {field} muss eine ganze Zahl sein", length: "Das Feld {field} muss 0:{length} lang sein", max_value: "Das Feld {field} muss 0:{max} oder weniger sein", max: "Das Feld {field} darf nicht länger als 0:{length} Zeichen sein", mimes: "Das Feld {field} muss einen gültigen Dateityp haben", min_value: "Das Feld {field} muss 0:{min} oder mehr sein", min: "Das Feld {field} muss mindestens 0:{length} Zeichen lang sein", numeric: "Das Feld {field} darf nur numerische Zeichen enthalten", one_of: "Das Feld {field} hat keinen gültigen Wert", regex: "Das Format des Feldes {field} ist ungültig", required_if: "Das Feld {field} ist erforderlich", required: "Das Feld {field} ist erforderlich", size: "Die Größe des Feldes {field} muss kleiner als 0:{size}KB sein", url: "Das Feld {field} ist keine gültige URL", min_dimensions: { error: "Die Bildabmessungen müssen größer als {height}*{width} sein", not_image_error: "Keine Bilddatei" }, file_weight: "Die Dateigröße darf maximal {size} kb betragen", before: "Das Enddatum muss früher als das Startdatum sein", after: "Das Enddatum muss später als das Startdatum sein", bigint: "Nicht unterstützte Zahl" }, va = { ACCESS_RESTRICTED: "Zugriff eingeschränkt" }, wa = { LOADING: "Virto OZ wird geladen..." }, Ca = { AGENDA: "Ereignisliste", ALL_DAY: "Ganztägig", CANCEL: "Abbrechen", CLOSE: "Schließen", COLOR: "Farbe", COLOR_DEFAULT: "Standardfarbe", COLOR_CUSTOM: "Eigene Farbe", COLOR_BLUE: "Blau", COLOR_GREEN: "Grün", COLOR_AMBER: "Gelb", COLOR_RED: "Rot", COLOR_PURPLE: "Violett", COLOR_PINK: "Rosa", COLOR_TEAL: "Türkis", COLOR_SLATE: "Grau", DAY: "Tag", DAY_N_OF_M: "Tag {n} von {total}", DELETE: "Löschen", DELETE_CONFIRM_BODY: '"{title}" löschen? Dies kann nicht rückgängig gemacht werden.', DELETE_CONFIRM_TITLE: "Ereignis löschen", EDIT: "Bearbeiten", EDIT_EVENT: "Ereignis bearbeiten", EMPTY: "Keine Ereignisse in diesem Zeitraum", EMPTY_HINT: "Noch keine Ereignisse. Klicke auf einen Tag, um eins hinzuzufügen.", END: "Ende", LOADING: "Ereignisse werden geladen…", MORE: "+{count} weitere", MONTH: "Monat", MORE_OPTIONS: "Weitere Optionen", NEW_EVENT: "Neues Ereignis", NEXT: "Nächster Zeitraum", PREVIOUS: "Vorheriger Zeitraum", RECUR_SCOPE_ALL: "Alle Ereignisse", RECUR_SCOPE_BODY_DELETE: "Dieses Ereignis ist Teil einer wiederkehrenden Serie. Möchten Sie nur dieses Ereignis oder alle Ereignisse der Serie löschen?", RECUR_SCOPE_BODY_EDIT: "Dieses Ereignis ist Teil einer wiederkehrenden Serie. Möchten Sie nur dieses Ereignis oder alle Ereignisse der Serie bearbeiten?", RECUR_SCOPE_THIS: "Dieses Ereignis", RECUR_SCOPE_TITLE: "Wiederkehrendes Ereignis", REPEAT: "Wiederholen", REPEAT_DAILY: "Täglich", REPEAT_END: "Endet", REPEAT_END_COUNT: "Nach", REPEAT_END_NEVER: "Nie", REPEAT_END_UNTIL: "Am Datum", REPEAT_EVERY: "Wiederholen alle", REPEAT_UNIT_DAYS: "Tag(e)", REPEAT_UNIT_WEEKS: "Woche(n)", REPEAT_UNIT_MONTHS: "Monat(e)", REPEAT_UNIT_YEARS: "Jahr(e)", REPEAT_MONTHLY: "Monatlich", REPEAT_NONE: "Keine Wiederholung", REPEAT_OCCURRENCES: "Vorkommen", REPEAT_ON: "Wiederholen am", REPEAT_WEEKLY: "Wöchentlich", REPEAT_YEARLY: "Jährlich", SAVE: "Speichern", START: "Beginn", TIMELINE: "Zeitachse", TIMELINE_DAY: "Zeitachse Tag", TIMELINE_WEEK: "Zeitachse Woche", TITLE: "Titel", TODAY: "Heute", WEEK: "Woche", WORK_WEEK: "Arbeitswoche", ZOOM_IN: "Vergrößern", ZOOM_OUT: "Verkleinern" }, ba = { no_options: "Keine Optionen" }, No = {
|
|
1839
|
+
}, Symbol.toStringTag, { value: "Module" })), Sa = { THEMES: { LIGHT: "Hell", DARK: "Dunkel" }, NOTIFICATIONS: { CLEAR_ALL: "Alle löschen" } }, pa = { NAVIGATION_ARIA_LABEL: "Hauptnavigation", SIDEBAR: { SEARCH_PLACEHOLDER: "Suchbegriff" }, USER: { ROLE: { ADMINISTRATOR: "Administrator" } }, ACCOUNT: { SETTINGS: "Einstellungen", CHANGE_PASSWORD: "Passwort ändern", PROFILE: "Profil", LOGOUT: "Abmelden" } }, Aa = { CONTROLS: { CLEAR: "Löschen", CLEAR_ALL: "Alle löschen", CLOSE: "Schließen", TOGGLE_DROPDOWN: "Dropdown umschalten", SEARCH_OPTIONS: "Optionen suchen", SELECT_OPTION: "Option auswählen", CLEAR_SELECTION: "Auswahl aufheben", COPY_TO_CLIPBOARD: "In die Zwischenablage kopieren", DELETE_ITEM: "Element löschen", SHOW_PASSWORD: "Passwort anzeigen", HIDE_PASSWORD: "Passwort verbergen" }, ATOMS: { VC_IMAGE: { LABEL: "Bild" }, VC_BANNER: { SHOW_MORE: "Mehr anzeigen", SHOW_LESS: "Weniger anzeigen" }, VC_SCROLLABLE_CONTAINER: { LABEL: "Scrollbarer Inhalt" }, VC_VIDEO: { NO_SOURCE: "Keine Videoquelle" } }, 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:", LABEL: "Seitennummerierung", FIRST: "Erste Seite", PREVIOUS: "Vorherige Seite", NEXT: "Nächste Seite", LAST: "Letzte Seite", PAGE: "Seite {page}" }, VC_MULTIVALUE: { ADD: "Hinzufügen" }, VC_BREADCRUMBS: { BACK: "Zurück", LABEL: "Brotkrümelnavigation", SHOW_MORE: "Weitere Brotkrümel anzeigen" }, VC_COLOR_INPUT: { CLEAR: "Farbe löschen" }, VC_DATE_PICKER: { CLEAR: "Datum löschen" }, VC_SLIDER: { PREVIOUS: "Vorherige Folie", NEXT: "Nächste Folie" }, VC_TOAST: { DISMISS: "Benachrichtigung schließen" }, VC_EDITOR: { TOOLBAR: { LABEL: "Textformatierung", BOLD: "Fett", ITALIC: "Kursiv", UNDERLINE: "Unterstrichen", STRIKETHROUGH: "Durchgestrichen", HEADING_1: "Überschrift 1", HEADING_2: "Überschrift 2", HEADING_3: "Überschrift 3", BULLET_LIST: "Aufzählungsliste", NUMBERED_LIST: "Nummerierte Liste", BLOCKQUOTE: "Blockzitat", INSERT_LINK: "Link einfügen", INSERT_IMAGE: "Bild einfügen", INSERT_TABLE: "Tabelle einfügen", DELETE_TABLE: "Tabelle löschen", ADD_COLUMN_BEFORE: "Spalte davor einfügen", ADD_COLUMN_AFTER: "Spalte danach einfügen", ADD_ROW_BEFORE: "Zeile davor einfügen", ADD_ROW_AFTER: "Zeile danach einfügen", DELETE_COLUMN: "Spalte löschen", DELETE_ROW: "Zeile löschen" }, FONT_SIZE: "Schriftgröße", VIEW: { PREVIEW: "Vorschau", SPLIT: "Nebeneinander-Ansicht", SOURCE: "Quellcode" } } }, 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" }, VC_GALLERY_FILMSTRIP: { PREVIOUS: "Vorherige Bilder", NEXT: "Nächste Bilder" } }, 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: { NOTIFICATIONS: "Benachrichtigungen", OPEN_MENU: "Menü öffnen", CLOSE_MENU: "Menü schließen", 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", CLOSE: "Schließen", MAXIMIZE: "Maximieren", RESTORE: "Wiederherstellen" }, VC_TABLE: { SELECT_ROW: "Zeile auswählen", SELECT_ALL_ROWS: "Alle Zeilen auswählen", EXPAND_ROW: "Zeilendetails umschalten", 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", TITLE: "Spalte filtern" }, GLOBAL_FILTERS: { BUTTON: "Filter", TITLE: "Filter" }, COLUMN_SWITCHER: { BUTTON: "Spalten", TITLE: "Spalten ein-/ausblenden", SHOW_ALL: "Alle anzeigen", RESET: "Zurücksetzen" }, OF: "von", PAGE: "Seite" }, VC_POPUP: { OK: "OK", CONFIRM: "Bestätigen", CANCEL: "Abbrechen", CLOSE: "Schließen", TITLE: { CONFIRMATION: "Bestätigung", ERROR: "Fehler", INFO: "Info" } } }, THEME_SELECTOR: { THEME_CHANGED: " Thema", THEME_SELECTOR: "Themen" }, CHANGE_PASSWORD: { TITLE: "Passwort ändern", TITLE_FORCED: "Passwort abgelaufen", SUBTITLE_FORCED: "Bitte legen Sie ein neues Passwort fest", FORCED: { LABEL: "Ihr Passwort ist abgelaufen. Sie müssen das Passwort ändern, um den Manager weiter zu nutzen." }, CURRENT_PASSWORD: { LABEL: "Aktuelles Passwort", PLACEHOLDER: "Passwort eingeben" }, NEW_PASSWORD: { LABEL: "Neues Passwort", PLACEHOLDER: "Passwort eingeben" }, CONFIRM_PASSWORD: { LABEL: "Passwort bestätigen", PLACEHOLDER: "Passwort bestätigen" }, CANCEL: "Abbrechen", SAVE: "Aktualisieren", ERRORS: { "Repeat-password": "Passwörter stimmen nicht überein", "Equal-passwords": "Das neue Passwort darf nicht mit dem alten übereinstimmen", "Invalid-token": "Token ist ungültig oder abgelaufen", "Password-too-weak": "Neues Passwort erfüllt eine oder mehrere Passwort-Sicherheitsrichtlinien nicht:", PasswordTooShort: "Passwort zu kurz", PasswordRequiresUniqueChars: "Passwörter müssen unterschiedliche Zeichen verwenden", PasswordRequiresLower: "Passwörter müssen mindestens einen Kleinbuchstaben enthalten ('a'-'z')", PasswordRequiresUpper: "Passwörter müssen mindestens einen Großbuchstaben enthalten ('A'-'Z')", PasswordRequiresDigit: "Passwörter müssen mindestens eine Ziffer enthalten ('0'-'9')", PasswordRequiresNonAlphanumeric: "Passwörter müssen mindestens ein nicht-alphanumerisches Zeichen enthalten", "Incorrect password.": "Sie haben ein falsches Passwort eingegeben", "You have used this password in the past. Choose another one.": "Sie haben dieses Passwort in der Vergangenheit verwendet. Wählen Sie ein anderes." } }, APP_HUB: { TITLE: "Anwendungen" }, NOTIFICATION_DROPDOWN: { TITLE: "Benachrichtigungen", EMPTY: "Noch keine Benachrichtigungen" }, LANGUAGE_SELECTOR: { TITLE: "Sprache" }, FILTERS: { APPLY: "Filter anwenden", RESET: "Zurücksetzen" } }, Ta = { TITLE: "Sie sind eingeladen!", SUBTITLE: "Legen Sie ein Passwort für Ihr Konto fest", FIELDS: { EMAIL: { LABEL: "E-Mail" }, PASSWORD: { LABEL: "Neues Passwort", PLACEHOLDER: "Passwort eingeben" }, CONFIRM_PASSWORD: { LABEL: "Passwort bestätigen", PLACEHOLDER: "Passwort bestätigen" } }, ACCEPT_INVITATION: "Aktivieren", ERRORS: { "Repeat-password": "Passwörter stimmen nicht überein", "Invalid-token": "Token ist ungültig oder abgelaufen", "Password-too-weak": "Neues Passwort erfüllt eine oder mehrere Passwort-Sicherheitsrichtlinien nicht:", PasswordTooShort: "Passwort zu kurz", PasswordRequiresUniqueChars: "Passwörter müssen unterschiedliche Zeichen verwenden", PasswordRequiresLower: "Passwörter müssen mindestens einen Kleinbuchstaben enthalten ('a'-'z')", PasswordRequiresUpper: "Passwörter müssen mindestens einen Großbuchstaben enthalten ('A'-'Z')", PasswordRequiresDigit: "Passwörter müssen mindestens eine Ziffer enthalten ('0'-'9')", PasswordRequiresNonAlphanumeric: "Passwörter müssen mindestens ein nicht-alphanumerisches Zeichen enthalten", recentPasswordUsed: "Sie haben dieses Passwort in der Vergangenheit verwendet. Wählen Sie ein anderes." } }, ha = { 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.", ERRORS: { INVALID_CREDENTIALS: "Anmeldename oder Passwort ist falsch.", AUTH_WITH_CODE: "Authentifizierungsfehler (Code: {code}).", AUTH_GENERIC: "Authentifizierungsfehler: {detail}" } }, La = { TITLE: "Passwort zurücksetzen", SUBTITLE: "Geben Sie Ihre E-Mail-Adresse ein und wir senden Ihnen einen Link zum Zurücksetzen", FIELDS: { EMAIL: { LABEL: "E-Mail", PLACEHOLDER: "Geben Sie Ihre E-Mail-Adresse ein" } }, SEND_BUTTON: "Link zum Zurücksetzen senden", BACK_TO_LOGIN: "Zurück zur Anmeldung", SUCCESS_TITLE: "Überprüfen Sie Ihre E-Mail", SUCCESS_TEXT: "Wir haben einen Link zum Zurücksetzen an {email} gesendet" }, Oa = { 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." } }, Ra = { 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" } } }, _a = { PAGES: { DETAILS: { SUBTITLE: "Asset bearbeiten", TOOLBAR: { SAVE: "Speichern", DELETE: "Löschen" }, FIELDS: { SIZE: "Größe", CREATED_DATE: "Erstellungsdatum", URL: "URL", COPY: "Link kopieren", NAME: { TITLE: "Asset-Name", PLACEHOLDER: "Asset-Namen eingeben" }, ALT: { TITLE: "Alternativer Bildtext", PLACEHOLDER: "Alternativen Bildtext eingeben", TOOLTIP: "Dieser Text wird angezeigt, wenn das Bild auf der Seite deaktiviert oder nicht geladen ist" }, DESCRIPTION: { TITLE: "Meta-Beschreibung", PLACEHOLDER: "Meta-Beschreibung eingeben" } } } } }, Ia = { _default: "Das Feld {field} ist ungültig", alpha: "Das Feld {field} darf nur alphabetische Zeichen enthalten", alpha_num: "Das Feld {field} darf nur alphanumerische Zeichen enthalten", alpha_dash: "Das Feld {field} darf alphanumerische Zeichen sowie Bindestriche und Unterstriche enthalten", alpha_spaces: "Das Feld {field} darf nur alphabetische Zeichen und Leerzeichen enthalten", between: "Das Feld {field} muss zwischen 0:{min} und 1:{max} liegen", confirmed: "Die Bestätigung des Feldes {field} stimmt nicht überein", digits: "Das Feld {field} muss numerisch sein und genau 0:{length} Ziffern enthalten", dimensions: "Das Feld {field} muss 0:{width} Pixel breit und 1:{height} Pixel hoch sein", email: "Das Feld {field} muss eine gültige E-Mail-Adresse sein", not_one_of: "Das Feld {field} hat keinen gültigen Wert", ext: "Das Feld {field} ist keine gültige Datei", image: "Das Feld {field} muss ein Bild sein", integer: "Das Feld {field} muss eine ganze Zahl sein", length: "Das Feld {field} muss 0:{length} lang sein", max_value: "Das Feld {field} muss 0:{max} oder weniger sein", max: "Das Feld {field} darf nicht länger als 0:{length} Zeichen sein", mimes: "Das Feld {field} muss einen gültigen Dateityp haben", min_value: "Das Feld {field} muss 0:{min} oder mehr sein", min: "Das Feld {field} muss mindestens 0:{length} Zeichen lang sein", numeric: "Das Feld {field} darf nur numerische Zeichen enthalten", one_of: "Das Feld {field} hat keinen gültigen Wert", regex: "Das Format des Feldes {field} ist ungültig", required_if: "Das Feld {field} ist erforderlich", required: "Das Feld {field} ist erforderlich", size: "Die Größe des Feldes {field} muss kleiner als 0:{size}KB sein", url: "Das Feld {field} ist keine gültige URL", min_dimensions: { error: "Die Bildabmessungen müssen größer als {height}*{width} sein", not_image_error: "Keine Bilddatei" }, file_weight: "Die Dateigröße darf maximal {size} kb betragen", before: "Das Enddatum muss früher als das Startdatum sein", after: "Das Enddatum muss später als das Startdatum sein", bigint: "Nicht unterstützte Zahl" }, va = { ACCESS_RESTRICTED: "Zugriff eingeschränkt" }, wa = { LOADING: "Virto OZ wird geladen..." }, Ca = { AGENDA: "Ereignisliste", ALL_DAY: "Ganztägig", CANCEL: "Abbrechen", CLOSE: "Schließen", COLOR: "Farbe", COLOR_DEFAULT: "Standardfarbe", COLOR_CUSTOM: "Eigene Farbe", COLOR_BLUE: "Blau", COLOR_GREEN: "Grün", COLOR_AMBER: "Gelb", COLOR_RED: "Rot", COLOR_PURPLE: "Violett", COLOR_PINK: "Rosa", COLOR_TEAL: "Türkis", COLOR_SLATE: "Grau", DAY: "Tag", DAY_N_OF_M: "Tag {n} von {total}", DELETE: "Löschen", DELETE_CONFIRM_BODY: '"{title}" löschen? Dies kann nicht rückgängig gemacht werden.', DELETE_CONFIRM_TITLE: "Ereignis löschen", EDIT: "Bearbeiten", EDIT_EVENT: "Ereignis bearbeiten", EMPTY: "Keine Ereignisse in diesem Zeitraum", EMPTY_HINT: "Noch keine Ereignisse. Klicke auf einen Tag, um eins hinzuzufügen.", END: "Ende", LOADING: "Ereignisse werden geladen…", MORE: "+{count} weitere", MORE_EVENTS: "Weitere Ereignisse", MONTH: "Monat", MORE_OPTIONS: "Weitere Optionen", NEW_EVENT: "Neues Ereignis", NEXT: "Nächster Zeitraum", PREVIOUS: "Vorheriger Zeitraum", RECUR_SCOPE_ALL: "Alle Ereignisse", RECUR_SCOPE_BODY_DELETE: "Dieses Ereignis ist Teil einer wiederkehrenden Serie. Möchten Sie nur dieses Ereignis oder alle Ereignisse der Serie löschen?", RECUR_SCOPE_BODY_EDIT: "Dieses Ereignis ist Teil einer wiederkehrenden Serie. Möchten Sie nur dieses Ereignis oder alle Ereignisse der Serie bearbeiten?", RECUR_SCOPE_THIS: "Dieses Ereignis", RECUR_SCOPE_TITLE: "Wiederkehrendes Ereignis", REPEAT: "Wiederholen", REPEAT_DAILY: "Täglich", REPEAT_END: "Endet", REPEAT_END_COUNT: "Nach", REPEAT_END_NEVER: "Nie", REPEAT_END_UNTIL: "Am Datum", REPEAT_EVERY: "Wiederholen alle", REPEAT_UNIT_DAYS: "Tag(e)", REPEAT_UNIT_WEEKS: "Woche(n)", REPEAT_UNIT_MONTHS: "Monat(e)", REPEAT_UNIT_YEARS: "Jahr(e)", REPEAT_MONTHLY: "Monatlich", REPEAT_NONE: "Keine Wiederholung", REPEAT_OCCURRENCES: "Vorkommen", REPEAT_ON: "Wiederholen am", REPEAT_WEEKLY: "Wöchentlich", REPEAT_YEARLY: "Jährlich", SAVE: "Speichern", START: "Beginn", TIMELINE: "Zeitachse", TIMELINE_DAY: "Zeitachse Tag", TIMELINE_WEEK: "Zeitachse Woche", TITLE: "Titel", TODAY: "Heute", WEEK: "Woche", WORK_WEEK: "Arbeitswoche", ZOOM_IN: "Vergrößern", ZOOM_OUT: "Verkleinern" }, ba = { no_options: "Keine Optionen" }, Do = {
|
|
1812
1840
|
CORE: Sa,
|
|
1813
|
-
SHELL:
|
|
1814
|
-
COMPONENTS:
|
|
1841
|
+
SHELL: pa,
|
|
1842
|
+
COMPONENTS: Aa,
|
|
1815
1843
|
INVITATION: Ta,
|
|
1816
1844
|
LOGIN: ha,
|
|
1817
1845
|
FORGOT_PASSWORD: La,
|
|
@@ -1823,60 +1851,60 @@ const aa = { THEMES: { LIGHT: "Light", DARK: "Dark" }, NOTIFICATIONS: { CLEAR_AL
|
|
|
1823
1851
|
AI_AGENT: wa,
|
|
1824
1852
|
VC_SCHEDULER: Ca,
|
|
1825
1853
|
common: ba
|
|
1826
|
-
},
|
|
1854
|
+
}, yo = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
1827
1855
|
__proto__: null,
|
|
1828
1856
|
AI_AGENT: wa,
|
|
1829
1857
|
ASSETS: _a,
|
|
1830
1858
|
ASSETS_MANAGER: Ra,
|
|
1831
|
-
COMPONENTS:
|
|
1859
|
+
COMPONENTS: Aa,
|
|
1832
1860
|
CORE: Sa,
|
|
1833
1861
|
FORGOT_PASSWORD: La,
|
|
1834
1862
|
INVITATION: Ta,
|
|
1835
1863
|
LOGIN: ha,
|
|
1836
1864
|
PASSWORDRESET: Oa,
|
|
1837
1865
|
PERMISSION_MESSAGES: va,
|
|
1838
|
-
SHELL:
|
|
1866
|
+
SHELL: pa,
|
|
1839
1867
|
VC_SCHEDULER: Ca,
|
|
1840
1868
|
common: ba,
|
|
1841
|
-
default:
|
|
1869
|
+
default: Do,
|
|
1842
1870
|
messages: Ia
|
|
1843
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
1871
|
+
}, Symbol.toStringTag, { value: "Module" })), Bo = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
1844
1872
|
__proto__: null,
|
|
1845
|
-
de:
|
|
1846
|
-
en:
|
|
1847
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
1873
|
+
de: yo,
|
|
1874
|
+
en: No
|
|
1875
|
+
}, Symbol.toStringTag, { value: "Module" })), Ze = U("global-error-handler");
|
|
1848
1876
|
function Ne(e) {
|
|
1849
1877
|
return e instanceof Error ? `${e.name}:${e.message}` : String(e);
|
|
1850
1878
|
}
|
|
1851
|
-
const he = /* @__PURE__ */ new Map(),
|
|
1852
|
-
function
|
|
1879
|
+
const he = /* @__PURE__ */ new Map(), bt = 3e3;
|
|
1880
|
+
function Xe(e) {
|
|
1853
1881
|
const t = Ne(e), a = Date.now(), n = he.get(t);
|
|
1854
|
-
if (n && a - n <
|
|
1882
|
+
if (n && a - n < bt) return !0;
|
|
1855
1883
|
if (he.set(t, a), he.size > 50)
|
|
1856
1884
|
for (const [s, o] of he)
|
|
1857
|
-
a - o >
|
|
1885
|
+
a - o > bt && he.delete(s);
|
|
1858
1886
|
return !1;
|
|
1859
1887
|
}
|
|
1860
|
-
function
|
|
1888
|
+
function Mo(e) {
|
|
1861
1889
|
const t = e.config.errorHandler;
|
|
1862
|
-
if (e.config.errorHandler = (o,
|
|
1863
|
-
if (
|
|
1864
|
-
Info:`, l), !
|
|
1890
|
+
if (e.config.errorHandler = (o, r, l) => {
|
|
1891
|
+
if (Ze.error("Unhandled Vue error:", o, `
|
|
1892
|
+
Info:`, l), !Xe(o)) {
|
|
1865
1893
|
const d = be(o);
|
|
1866
1894
|
q.error(d.message, {
|
|
1867
1895
|
timeout: 8e3,
|
|
1868
1896
|
notificationId: `global-vue-${Ne(o)}`
|
|
1869
1897
|
});
|
|
1870
1898
|
}
|
|
1871
|
-
t?.(o,
|
|
1899
|
+
t?.(o, r, l);
|
|
1872
1900
|
}, typeof window > "u") return;
|
|
1873
1901
|
const a = window;
|
|
1874
1902
|
if (a.__VC_GLOBAL_ERROR_HANDLERS_INSTALLED__) return;
|
|
1875
1903
|
a.__VC_GLOBAL_ERROR_HANDLERS_INSTALLED__ = !0;
|
|
1876
1904
|
const n = (o) => {
|
|
1877
|
-
if (
|
|
1878
|
-
const
|
|
1879
|
-
q.error(
|
|
1905
|
+
if (Ze.error("Unhandled rejection:", o.reason), !Xe(o.reason)) {
|
|
1906
|
+
const r = be(o.reason);
|
|
1907
|
+
q.error(r.message, {
|
|
1880
1908
|
timeout: 8e3,
|
|
1881
1909
|
notificationId: `global-rejection-${Ne(o.reason)}`
|
|
1882
1910
|
});
|
|
@@ -1884,9 +1912,9 @@ Info:`, l), !Ze(o)) {
|
|
|
1884
1912
|
};
|
|
1885
1913
|
window.addEventListener("unhandledrejection", n);
|
|
1886
1914
|
const s = (o) => {
|
|
1887
|
-
if (o.error && (
|
|
1888
|
-
const
|
|
1889
|
-
q.error(
|
|
1915
|
+
if (o.error && (Ze.error("Uncaught error:", o.error), !Xe(o.error))) {
|
|
1916
|
+
const r = be(o.error);
|
|
1917
|
+
q.error(r.message, {
|
|
1890
1918
|
timeout: 8e3,
|
|
1891
1919
|
notificationId: `global-error-${Ne(o.error)}`
|
|
1892
1920
|
});
|
|
@@ -1894,7 +1922,7 @@ Info:`, l), !Ze(o)) {
|
|
|
1894
1922
|
};
|
|
1895
1923
|
window.addEventListener("error", s);
|
|
1896
1924
|
}
|
|
1897
|
-
const
|
|
1925
|
+
const ko = U("notification-instance"), j = {
|
|
1898
1926
|
"top-center": void 0,
|
|
1899
1927
|
"top-right": void 0,
|
|
1900
1928
|
"top-left": void 0,
|
|
@@ -1902,18 +1930,18 @@ const Mo = U("notification-instance"), j = {
|
|
|
1902
1930
|
"bottom-right": void 0,
|
|
1903
1931
|
"bottom-left": void 0
|
|
1904
1932
|
};
|
|
1905
|
-
function
|
|
1906
|
-
function e(s, o,
|
|
1907
|
-
document.getElementById(o) && (j[
|
|
1933
|
+
function Vo() {
|
|
1934
|
+
function e(s, o, r) {
|
|
1935
|
+
document.getElementById(o) && (j[r] = s);
|
|
1908
1936
|
}
|
|
1909
1937
|
function t(s) {
|
|
1910
1938
|
try {
|
|
1911
|
-
s ? j[s] && (j[s]?.unmount(), document.getElementById(`notification-${s}`)?.remove(), j[s] = void 0) : (Object.keys(j).forEach((
|
|
1912
|
-
const l =
|
|
1939
|
+
s ? j[s] && (j[s]?.unmount(), document.getElementById(`notification-${s}`)?.remove(), j[s] = void 0) : (Object.keys(j).forEach((r) => {
|
|
1940
|
+
const l = r;
|
|
1913
1941
|
j[l]?.unmount(), document.getElementById(`notification-${l}`)?.remove(), j[l] = void 0;
|
|
1914
|
-
}), Object.values(j).some((
|
|
1942
|
+
}), Object.values(j).some((r) => r !== void 0) || document.querySelector(".notification")?.remove());
|
|
1915
1943
|
} catch (o) {
|
|
1916
|
-
|
|
1944
|
+
ko.error("Failed to unmount notification component:", o);
|
|
1917
1945
|
}
|
|
1918
1946
|
}
|
|
1919
1947
|
function a() {
|
|
@@ -1938,8 +1966,8 @@ const ce = U("notification-container"), x = {
|
|
|
1938
1966
|
"bottom-center": b([]),
|
|
1939
1967
|
"bottom-right": b([]),
|
|
1940
1968
|
"bottom-left": b([])
|
|
1941
|
-
}, { clearContainer:
|
|
1942
|
-
function
|
|
1969
|
+
}, { clearContainer: Uo, unmountComponent: Fo, saveInstance: Wo, getInstanceByPosition: Pt } = Vo();
|
|
1970
|
+
function Ho() {
|
|
1943
1971
|
const e = le({
|
|
1944
1972
|
timeout: 3e3,
|
|
1945
1973
|
pauseOnHover: !0,
|
|
@@ -1960,15 +1988,15 @@ function Wo() {
|
|
|
1960
1988
|
return c || (c = document.createElement("div"), c.className = "notification__container", c.id = `notification-${u}`, c.setAttribute("data-position", u), E || (g.className = "notification", document.body.appendChild(g)), g.appendChild(c)), c;
|
|
1961
1989
|
}
|
|
1962
1990
|
const o = /* @__PURE__ */ new Map();
|
|
1963
|
-
async function
|
|
1991
|
+
async function r(u) {
|
|
1964
1992
|
const E = u.position || e.position, g = o.get(E);
|
|
1965
|
-
if (g && await g, !
|
|
1993
|
+
if (g && await g, !Pt(E)) {
|
|
1966
1994
|
const f = (async () => {
|
|
1967
|
-
const c = s(E), { default: S } = await Promise.resolve().then(() =>
|
|
1995
|
+
const c = s(E), { default: S } = await Promise.resolve().then(() => pr), L = en(S, {
|
|
1968
1996
|
...u,
|
|
1969
1997
|
position: E
|
|
1970
1998
|
});
|
|
1971
|
-
|
|
1999
|
+
L.use(X), L.provide(jt, { notificationContainers: x, actions: d }), L.mount(c), Wo(L, c.id, E);
|
|
1972
2000
|
})();
|
|
1973
2001
|
o.set(E, f), await f, o.delete(E);
|
|
1974
2002
|
}
|
|
@@ -1990,15 +2018,15 @@ function Wo() {
|
|
|
1990
2018
|
if (u) {
|
|
1991
2019
|
let E, g;
|
|
1992
2020
|
Object.entries(x).forEach(([f, c]) => {
|
|
1993
|
-
const S = c.value.find((
|
|
2021
|
+
const S = c.value.find((L) => L.notificationId === u);
|
|
1994
2022
|
S && (E = S, g = f);
|
|
1995
|
-
}), g && (x[g].value = x[g].value.filter((f) => f.notificationId !== u), x[g].value.length === 0 &&
|
|
2023
|
+
}), g && (x[g].value = x[g].value.filter((f) => f.notificationId !== u), x[g].value.length === 0 && Fo(g), Pe(() => {
|
|
1996
2024
|
E?.onClose && typeof E?.onClose == "function" && E.onClose(E.payload);
|
|
1997
2025
|
}));
|
|
1998
2026
|
}
|
|
1999
2027
|
},
|
|
2000
2028
|
clear() {
|
|
2001
|
-
|
|
2029
|
+
Uo(), Object.values(x).forEach((u) => {
|
|
2002
2030
|
u.value = [];
|
|
2003
2031
|
});
|
|
2004
2032
|
},
|
|
@@ -2015,23 +2043,23 @@ function Wo() {
|
|
|
2015
2043
|
if (u.updateId) {
|
|
2016
2044
|
let E, g, f;
|
|
2017
2045
|
if (Object.entries(x).forEach(([c, S]) => {
|
|
2018
|
-
const
|
|
2019
|
-
|
|
2046
|
+
const L = S.value.find((T) => T.notificationId === u.notificationId);
|
|
2047
|
+
L && (E = L, g = S, f = c);
|
|
2020
2048
|
}), E && g) {
|
|
2021
2049
|
if (ce.debug(`Updating notification ${u.notificationId} in position ${f}`), u.position && u.position !== f) {
|
|
2022
2050
|
g.value = g.value.filter(
|
|
2023
|
-
(
|
|
2051
|
+
(L) => L.notificationId !== u.notificationId
|
|
2024
2052
|
);
|
|
2025
2053
|
const c = {
|
|
2026
2054
|
...E,
|
|
2027
2055
|
...u
|
|
2028
2056
|
}, S = u.position;
|
|
2029
|
-
|
|
2057
|
+
Pt(S) ? (ce.debug(`Adding to existing container for position ${S}`), x[S].value.push(c)) : (ce.debug(`Creating new container for position ${S}`), r(c));
|
|
2030
2058
|
} else
|
|
2031
2059
|
ce.debug("Standard update of notification properties"), Object.keys(u).forEach((c) => {
|
|
2032
2060
|
if (c !== "updateId" && c !== "notificationId") {
|
|
2033
|
-
const S = c,
|
|
2034
|
-
E &&
|
|
2061
|
+
const S = c, L = u[S];
|
|
2062
|
+
E && L !== void 0 && (E[S] = L);
|
|
2035
2063
|
}
|
|
2036
2064
|
});
|
|
2037
2065
|
return !0;
|
|
@@ -2050,14 +2078,14 @@ function Wo() {
|
|
|
2050
2078
|
actions: d,
|
|
2051
2079
|
getAllNotifications: t,
|
|
2052
2080
|
getNotificationsByPosition: a,
|
|
2053
|
-
appendInstance:
|
|
2081
|
+
appendInstance: r,
|
|
2054
2082
|
getNotification: n,
|
|
2055
2083
|
generateNotificationId: ka,
|
|
2056
2084
|
hasNotification: l
|
|
2057
2085
|
};
|
|
2058
2086
|
}
|
|
2059
|
-
function
|
|
2060
|
-
const e =
|
|
2087
|
+
function Go() {
|
|
2088
|
+
const e = Ho();
|
|
2061
2089
|
Va({
|
|
2062
2090
|
defaultOptions: e.defaultOptions,
|
|
2063
2091
|
actions: e.actions,
|
|
@@ -2067,22 +2095,22 @@ function Ho() {
|
|
|
2067
2095
|
hasNotification: (t) => e.hasNotification(t)
|
|
2068
2096
|
});
|
|
2069
2097
|
}
|
|
2070
|
-
const
|
|
2071
|
-
function
|
|
2098
|
+
const xo = "2.5.0";
|
|
2099
|
+
function $o() {
|
|
2072
2100
|
return {
|
|
2073
|
-
version:
|
|
2074
|
-
buildDate: "2026-08-
|
|
2075
|
-
gitHash: "
|
|
2101
|
+
version: xo,
|
|
2102
|
+
buildDate: "2026-08-19T10:23:58.321Z",
|
|
2103
|
+
gitHash: "2964ccbe3"
|
|
2076
2104
|
};
|
|
2077
2105
|
}
|
|
2078
|
-
function
|
|
2106
|
+
function Ko(e = $o()) {
|
|
2079
2107
|
console.warn(
|
|
2080
2108
|
`%c@vc-shell/framework%c v${e.version} · ${e.buildDate} · ${e.gitHash}`,
|
|
2081
2109
|
"font-weight:bold;color:#319ED4",
|
|
2082
2110
|
"color:inherit"
|
|
2083
2111
|
);
|
|
2084
2112
|
}
|
|
2085
|
-
const
|
|
2113
|
+
const zo = /* @__PURE__ */ G({
|
|
2086
2114
|
__name: "sidebar",
|
|
2087
2115
|
props: {
|
|
2088
2116
|
position: { default: "right" },
|
|
@@ -2093,34 +2121,34 @@ const Ko = /* @__PURE__ */ G({
|
|
|
2093
2121
|
},
|
|
2094
2122
|
emits: ["close"],
|
|
2095
2123
|
setup(e, { emit: t }) {
|
|
2096
|
-
const a = e, n = t, { isMobile: s, isDesktop: o } = Ua(),
|
|
2124
|
+
const a = e, n = t, { isMobile: s, isDesktop: o } = Ua(), r = w(() => a.render === "always" ? !0 : a.render === "mobile" ? s.value : o.value), l = w(() => a.isExpanded && r.value);
|
|
2097
2125
|
function d(u) {
|
|
2098
2126
|
u || n("close");
|
|
2099
2127
|
}
|
|
2100
|
-
return (u, E) => l.value ? (C(), D(
|
|
2128
|
+
return (u, E) => l.value ? (C(), D(i(gn), {
|
|
2101
2129
|
key: 0,
|
|
2102
2130
|
"model-value": !0,
|
|
2103
2131
|
position: e.position,
|
|
2104
2132
|
title: e.title,
|
|
2105
2133
|
"close-button": e.closeCross,
|
|
2106
|
-
teleport: !
|
|
2134
|
+
teleport: !i(o),
|
|
2107
2135
|
"onUpdate:modelValue": d
|
|
2108
2136
|
}, Oe({
|
|
2109
|
-
default:
|
|
2137
|
+
default: A(() => [
|
|
2110
2138
|
Y(u.$slots, "content")
|
|
2111
2139
|
]),
|
|
2112
2140
|
_: 2
|
|
2113
2141
|
}, [
|
|
2114
2142
|
u.$slots.header ? {
|
|
2115
2143
|
name: "header",
|
|
2116
|
-
fn:
|
|
2144
|
+
fn: A(({ close: g }) => [
|
|
2117
2145
|
Y(u.$slots, "header", { close: g })
|
|
2118
2146
|
]),
|
|
2119
2147
|
key: "0"
|
|
2120
2148
|
} : void 0
|
|
2121
2149
|
]), 1032, ["position", "title", "close-button", "teleport"])) : Y(u.$slots, "content", { key: 1 });
|
|
2122
2150
|
}
|
|
2123
|
-
}),
|
|
2151
|
+
}), yl = zo, qo = { class: "tw-flex tw-flex-row tw-items-center tw-gap-2" }, Yo = /* @__PURE__ */ G({
|
|
2124
2152
|
__name: "external-provider",
|
|
2125
2153
|
props: {
|
|
2126
2154
|
logo: {},
|
|
@@ -2130,61 +2158,61 @@ const Ko = /* @__PURE__ */ G({
|
|
|
2130
2158
|
emits: ["signIn"],
|
|
2131
2159
|
setup(e) {
|
|
2132
2160
|
const t = e, a = w(() => t.logo && !t.logo.startsWith("data:image") && !t.logo.startsWith("http") ? new URL(t.logo, window.location.origin).toString() : t.logo);
|
|
2133
|
-
return (n, s) => (C(), D(
|
|
2161
|
+
return (n, s) => (C(), D(i($), {
|
|
2134
2162
|
variant: "secondary",
|
|
2135
2163
|
class: "vc-external-provider",
|
|
2136
2164
|
onClick: s[0] || (s[0] = (o) => n.$emit("signIn"))
|
|
2137
2165
|
}, {
|
|
2138
|
-
default:
|
|
2139
|
-
V("div",
|
|
2140
|
-
_(
|
|
2166
|
+
default: A(() => [
|
|
2167
|
+
V("div", qo, [
|
|
2168
|
+
_(i(it), {
|
|
2141
2169
|
src: a.value,
|
|
2142
2170
|
class: "vc-external-provider__icon",
|
|
2143
2171
|
size: "xxs"
|
|
2144
2172
|
}, null, 8, ["src"]),
|
|
2145
|
-
k(
|
|
2173
|
+
k(B(e.displayName), 1)
|
|
2146
2174
|
])
|
|
2147
2175
|
]),
|
|
2148
2176
|
_: 1
|
|
2149
2177
|
}));
|
|
2150
2178
|
}
|
|
2151
|
-
}),
|
|
2179
|
+
}), jo = { class: "tw-flex tw-justify-center tw-flex-col tw-gap-4" }, Zo = /* @__PURE__ */ G({
|
|
2152
2180
|
__name: "external-providers",
|
|
2153
2181
|
props: {
|
|
2154
2182
|
providers: {}
|
|
2155
2183
|
},
|
|
2156
2184
|
setup(e) {
|
|
2157
2185
|
const { signIn: t } = $t();
|
|
2158
|
-
return (a, n) => (C(), H("div",
|
|
2159
|
-
(C(!0), H(se, null,
|
|
2186
|
+
return (a, n) => (C(), H("div", jo, [
|
|
2187
|
+
(C(!0), H(se, null, Fe(e.providers, (s) => (C(), D(Yo, {
|
|
2160
2188
|
key: s.authenticationType,
|
|
2161
2189
|
logo: s.logoUrl,
|
|
2162
2190
|
"display-name": s.displayName,
|
|
2163
2191
|
"authentication-type": s.authenticationType,
|
|
2164
|
-
onSignIn: (o) =>
|
|
2192
|
+
onSignIn: (o) => i(t)(s.authenticationType)
|
|
2165
2193
|
}, null, 8, ["logo", "display-name", "authentication-type", "onSignIn"]))), 128))
|
|
2166
2194
|
]));
|
|
2167
2195
|
}
|
|
2168
2196
|
});
|
|
2169
|
-
function
|
|
2197
|
+
function Xo(e) {
|
|
2170
2198
|
if (!e) return "/";
|
|
2171
2199
|
const t = e.trim();
|
|
2172
2200
|
return !t.startsWith("/") || t.startsWith("//") ? "/" : t;
|
|
2173
2201
|
}
|
|
2174
|
-
function
|
|
2202
|
+
function Jo(e, t) {
|
|
2175
2203
|
return e.status === 401 ? t("LOGIN.ERRORS.INVALID_CREDENTIALS") : e.status ? t("LOGIN.ERRORS.AUTH_WITH_CODE", { code: e.status }) : e.error ? t("LOGIN.ERRORS.AUTH_GENERIC", { detail: e.error }) : t("LOGIN.ERRORS.INVALID_CREDENTIALS");
|
|
2176
2204
|
}
|
|
2177
|
-
function
|
|
2205
|
+
function Qo(e) {
|
|
2178
2206
|
const t = [];
|
|
2179
2207
|
return e.confirmPassword !== e.password && t.push({ code: "Repeat-password" }), e.password === e.currentPassword && e.confirmPassword === e.currentPassword && t.push({ code: "Equal-passwords" }), t;
|
|
2180
2208
|
}
|
|
2181
|
-
const
|
|
2209
|
+
const er = {
|
|
2182
2210
|
key: 0,
|
|
2183
2211
|
class: "vc-login-page__providers"
|
|
2184
|
-
},
|
|
2212
|
+
}, tr = {
|
|
2185
2213
|
key: 0,
|
|
2186
2214
|
class: "vc-login-page__separator-line"
|
|
2187
|
-
},
|
|
2215
|
+
}, ar = /* @__PURE__ */ G({
|
|
2188
2216
|
__name: "Login",
|
|
2189
2217
|
props: {
|
|
2190
2218
|
logo: {},
|
|
@@ -2194,12 +2222,12 @@ const Qo = {
|
|
|
2194
2222
|
ssoOnly: { type: Boolean }
|
|
2195
2223
|
},
|
|
2196
2224
|
setup(e) {
|
|
2197
|
-
const t = U("login-page"), a = e, { t: n } = ue({ useScope: "global" }), s = ve(), { validateField: o } = de({ validateOnMount: !1 }), { uiSettings:
|
|
2225
|
+
const t = U("login-page"), a = e, { t: n } = ue({ useScope: "global" }), s = ve(), { validateField: o } = de({ validateOnMount: !1 }), { uiSettings: r, loading: l } = we(), d = b({ succeeded: !0 }), { signIn: u, loading: E, user: g } = oe(), { getProviders: f } = $t(), c = Ie(), S = b(), L = b(!1);
|
|
2198
2226
|
Re(async () => {
|
|
2199
|
-
S.value = await f(),
|
|
2227
|
+
S.value = await f(), L.value = !0;
|
|
2200
2228
|
});
|
|
2201
2229
|
const T = w(() => ({
|
|
2202
|
-
logo: l.value ? "" :
|
|
2230
|
+
logo: l.value ? "" : r.value?.logo || a.logo
|
|
2203
2231
|
})), I = le({
|
|
2204
2232
|
username: "",
|
|
2205
2233
|
password: ""
|
|
@@ -2210,131 +2238,131 @@ const Qo = {
|
|
|
2210
2238
|
return;
|
|
2211
2239
|
}
|
|
2212
2240
|
if (d.value.succeeded) {
|
|
2213
|
-
const
|
|
2214
|
-
localStorage.removeItem("redirectAfterLogin"), await s.push(
|
|
2241
|
+
const h = Xo(localStorage.getItem("redirectAfterLogin"));
|
|
2242
|
+
localStorage.removeItem("redirectAfterLogin"), await s.push(h);
|
|
2215
2243
|
return;
|
|
2216
2244
|
}
|
|
2217
|
-
d.value.error =
|
|
2245
|
+
d.value.error = Jo(d.value, n), I.password = "", o("password");
|
|
2218
2246
|
}
|
|
2219
|
-
},
|
|
2247
|
+
}, O = () => {
|
|
2220
2248
|
s.push({ name: "ForgotPassword" });
|
|
2221
2249
|
};
|
|
2222
|
-
return t.debug("Init login-page"), (
|
|
2250
|
+
return t.debug("Init login-page"), (h, N) => (C(), D(i(_e), {
|
|
2223
2251
|
logo: T.value.logo,
|
|
2224
2252
|
background: e.background,
|
|
2225
|
-
title: e.title ||
|
|
2226
|
-
subtitle: e.subtitle ||
|
|
2253
|
+
title: e.title || h.$t("LOGIN.TITLE"),
|
|
2254
|
+
subtitle: e.subtitle || h.$t("LOGIN.SUBTITLE"),
|
|
2227
2255
|
class: "vc-login-page"
|
|
2228
2256
|
}, {
|
|
2229
|
-
default:
|
|
2230
|
-
S.value && S.value.length ? (C(), H("div",
|
|
2231
|
-
_(
|
|
2232
|
-
e.ssoOnly ? z("", !0) : (C(), H("div",
|
|
2257
|
+
default: A(() => [
|
|
2258
|
+
S.value && S.value.length ? (C(), H("div", er, [
|
|
2259
|
+
_(Zo, { providers: S.value }, null, 8, ["providers"]),
|
|
2260
|
+
e.ssoOnly ? z("", !0) : (C(), H("div", tr, B(h.$t("LOGIN.OR")), 1))
|
|
2233
2261
|
])) : z("", !0),
|
|
2234
|
-
e.ssoOnly &&
|
|
2262
|
+
e.ssoOnly && L.value && !S.value?.length ? (C(), D(i(Ee), {
|
|
2235
2263
|
key: 1,
|
|
2236
2264
|
class: "tw-mt-4 tw-text-danger-500"
|
|
2237
2265
|
}, {
|
|
2238
|
-
default:
|
|
2239
|
-
k(
|
|
2266
|
+
default: A(() => [
|
|
2267
|
+
k(B(h.$t("LOGIN.SSO_NO_PROVIDERS_ERROR")), 1)
|
|
2240
2268
|
]),
|
|
2241
2269
|
_: 1
|
|
2242
2270
|
})) : z("", !0),
|
|
2243
2271
|
e.ssoOnly ? z("", !0) : (C(), H(se, { key: 2 }, [
|
|
2244
|
-
_(
|
|
2272
|
+
_(i(ge), {
|
|
2245
2273
|
class: "tw-gap-5",
|
|
2246
2274
|
onSubmit: v
|
|
2247
2275
|
}, {
|
|
2248
|
-
default:
|
|
2249
|
-
_(
|
|
2250
|
-
label:
|
|
2276
|
+
default: A(() => [
|
|
2277
|
+
_(i(Z), {
|
|
2278
|
+
label: h.$t("LOGIN.FIELDS.LOGIN.LABEL"),
|
|
2251
2279
|
name: "username",
|
|
2252
2280
|
"model-value": I.username,
|
|
2253
2281
|
rules: "required"
|
|
2254
2282
|
}, {
|
|
2255
|
-
default:
|
|
2256
|
-
_(
|
|
2283
|
+
default: A(({ errorMessage: y, handleChange: m, errors: p }) => [
|
|
2284
|
+
_(i(K), {
|
|
2257
2285
|
ref: "loginField",
|
|
2258
2286
|
modelValue: I.username,
|
|
2259
2287
|
"onUpdate:modelValue": [
|
|
2260
|
-
|
|
2288
|
+
N[0] || (N[0] = (R) => I.username = R),
|
|
2261
2289
|
m
|
|
2262
2290
|
],
|
|
2263
|
-
label:
|
|
2264
|
-
placeholder:
|
|
2291
|
+
label: h.$t("LOGIN.FIELDS.LOGIN.LABEL"),
|
|
2292
|
+
placeholder: h.$t("LOGIN.FIELDS.LOGIN.PLACEHOLDER"),
|
|
2265
2293
|
autocomplete: "username",
|
|
2266
2294
|
required: "",
|
|
2267
|
-
error: !!
|
|
2268
|
-
"error-message":
|
|
2295
|
+
error: !!p.length,
|
|
2296
|
+
"error-message": y
|
|
2269
2297
|
}, null, 8, ["modelValue", "label", "placeholder", "error", "error-message", "onUpdate:modelValue"])
|
|
2270
2298
|
]),
|
|
2271
2299
|
_: 1
|
|
2272
2300
|
}, 8, ["label", "model-value"]),
|
|
2273
|
-
_(
|
|
2274
|
-
label:
|
|
2301
|
+
_(i(Z), {
|
|
2302
|
+
label: h.$t("LOGIN.FIELDS.PASSWORD.LABEL"),
|
|
2275
2303
|
name: "password",
|
|
2276
2304
|
"model-value": I.password,
|
|
2277
2305
|
rules: "required"
|
|
2278
2306
|
}, {
|
|
2279
|
-
default:
|
|
2280
|
-
_(
|
|
2307
|
+
default: A(({ errorMessage: y, handleChange: m, errors: p }) => [
|
|
2308
|
+
_(i(K), {
|
|
2281
2309
|
ref: "passwordField",
|
|
2282
2310
|
modelValue: I.password,
|
|
2283
2311
|
"onUpdate:modelValue": [
|
|
2284
|
-
|
|
2312
|
+
N[1] || (N[1] = (R) => I.password = R),
|
|
2285
2313
|
m
|
|
2286
2314
|
],
|
|
2287
|
-
label:
|
|
2288
|
-
placeholder:
|
|
2315
|
+
label: h.$t("LOGIN.FIELDS.PASSWORD.LABEL"),
|
|
2316
|
+
placeholder: h.$t("LOGIN.FIELDS.PASSWORD.PLACEHOLDER"),
|
|
2289
2317
|
type: "password",
|
|
2290
2318
|
autocomplete: "current-password",
|
|
2291
2319
|
required: "",
|
|
2292
|
-
error: !!
|
|
2293
|
-
"error-message":
|
|
2294
|
-
onKeyup:
|
|
2320
|
+
error: !!p.length,
|
|
2321
|
+
"error-message": y,
|
|
2322
|
+
onKeyup: rt(v, ["enter"])
|
|
2295
2323
|
}, null, 8, ["modelValue", "label", "placeholder", "error", "error-message", "onUpdate:modelValue"])
|
|
2296
2324
|
]),
|
|
2297
2325
|
_: 1
|
|
2298
2326
|
}, 8, ["label", "model-value"]),
|
|
2299
|
-
_(
|
|
2327
|
+
_(i($), {
|
|
2300
2328
|
variant: "primary",
|
|
2301
2329
|
class: "tw-w-full",
|
|
2302
2330
|
icon: "lucide-log-in",
|
|
2303
|
-
disabled: !
|
|
2304
|
-
loading:
|
|
2331
|
+
disabled: !i(c),
|
|
2332
|
+
loading: i(E),
|
|
2305
2333
|
onClick: v
|
|
2306
2334
|
}, {
|
|
2307
|
-
default:
|
|
2308
|
-
k(
|
|
2335
|
+
default: A(() => [
|
|
2336
|
+
k(B(h.$t("LOGIN.BUTTON")), 1)
|
|
2309
2337
|
]),
|
|
2310
2338
|
_: 1
|
|
2311
2339
|
}, 8, ["disabled", "loading"]),
|
|
2312
|
-
_(
|
|
2340
|
+
_(i($), {
|
|
2313
2341
|
variant: "link",
|
|
2314
2342
|
class: "tw-w-full tw-justify-center",
|
|
2315
2343
|
type: "button",
|
|
2316
|
-
onClick:
|
|
2344
|
+
onClick: O
|
|
2317
2345
|
}, {
|
|
2318
|
-
default:
|
|
2319
|
-
k(
|
|
2346
|
+
default: A(() => [
|
|
2347
|
+
k(B(h.$t("LOGIN.FORGOT_PASSWORD_BUTTON")), 1)
|
|
2320
2348
|
]),
|
|
2321
2349
|
_: 1
|
|
2322
2350
|
})
|
|
2323
2351
|
]),
|
|
2324
2352
|
_: 1
|
|
2325
2353
|
}),
|
|
2326
|
-
_(
|
|
2354
|
+
_(i(ms), {
|
|
2327
2355
|
name: "auth:after-form",
|
|
2328
2356
|
separator: "",
|
|
2329
2357
|
"separator-class": "tw-border-t tw-border-[color:var(--login-separator)] tw-border-solid tw-pb-5",
|
|
2330
2358
|
"wrapper-class": "vc-login-page__separator"
|
|
2331
2359
|
}),
|
|
2332
|
-
d.value.succeeded ? z("", !0) : (C(), D(
|
|
2360
|
+
d.value.succeeded ? z("", !0) : (C(), D(i(Ee), {
|
|
2333
2361
|
key: 0,
|
|
2334
2362
|
class: "tw-mt-4 tw-text-danger-500"
|
|
2335
2363
|
}, {
|
|
2336
|
-
default:
|
|
2337
|
-
k(
|
|
2364
|
+
default: A(() => [
|
|
2365
|
+
k(B(d.value.error), 1)
|
|
2338
2366
|
]),
|
|
2339
2367
|
_: 1
|
|
2340
2368
|
}))
|
|
@@ -2343,7 +2371,7 @@ const Qo = {
|
|
|
2343
2371
|
_: 1
|
|
2344
2372
|
}, 8, ["logo", "background", "title", "subtitle"]));
|
|
2345
2373
|
}
|
|
2346
|
-
}),
|
|
2374
|
+
}), Bl = ar, nr = { class: "tw-text-center" }, sr = { class: "tw-text-center tw-mb-6" }, or = { class: "tw-text-sm tw-text-neutrals-600" }, rr = /* @__PURE__ */ G({
|
|
2347
2375
|
__name: "ForgotPassword",
|
|
2348
2376
|
props: {
|
|
2349
2377
|
logo: {},
|
|
@@ -2353,7 +2381,7 @@ const Qo = {
|
|
|
2353
2381
|
setup(e) {
|
|
2354
2382
|
const t = e, a = ve(), { t: n } = ue({ useScope: "global" });
|
|
2355
2383
|
de({ validateOnMount: !1 });
|
|
2356
|
-
const s = Ie(), { uiSettings: o, loading:
|
|
2384
|
+
const s = Ie(), { uiSettings: o, loading: r } = we(), l = b(!1), d = b(""), u = b(!1), E = le({
|
|
2357
2385
|
loginOrEmail: ""
|
|
2358
2386
|
});
|
|
2359
2387
|
let g;
|
|
@@ -2366,7 +2394,7 @@ const Qo = {
|
|
|
2366
2394
|
};
|
|
2367
2395
|
}
|
|
2368
2396
|
const f = w(() => ({
|
|
2369
|
-
logo:
|
|
2397
|
+
logo: r.value ? "" : o.value?.logo || t.logo
|
|
2370
2398
|
})), c = w(() => {
|
|
2371
2399
|
const T = E.loginOrEmail, [I, v] = T.split("@");
|
|
2372
2400
|
return !I || !v ? T : `${I.length > 2 ? I[0] + "***" + I[I.length - 1] : I[0] + "***"}@${v}`;
|
|
@@ -2379,79 +2407,79 @@ const Qo = {
|
|
|
2379
2407
|
} finally {
|
|
2380
2408
|
l.value = !1;
|
|
2381
2409
|
}
|
|
2382
|
-
},
|
|
2410
|
+
}, L = () => {
|
|
2383
2411
|
a.push({ name: "Login" });
|
|
2384
2412
|
};
|
|
2385
|
-
return (T, I) => (C(), D(
|
|
2413
|
+
return (T, I) => (C(), D(i(_e), {
|
|
2386
2414
|
logo: f.value.logo,
|
|
2387
2415
|
background: e.background,
|
|
2388
|
-
title: u.value ?
|
|
2389
|
-
subtitle: u.value ? void 0 :
|
|
2416
|
+
title: u.value ? i(n)("FORGOT_PASSWORD.SUCCESS_TITLE") : i(n)("FORGOT_PASSWORD.TITLE"),
|
|
2417
|
+
subtitle: u.value ? void 0 : i(n)("FORGOT_PASSWORD.SUBTITLE")
|
|
2390
2418
|
}, {
|
|
2391
|
-
default:
|
|
2419
|
+
default: A(() => [
|
|
2392
2420
|
u.value ? (C(), H(se, { key: 1 }, [
|
|
2393
|
-
V("div",
|
|
2394
|
-
V("p",
|
|
2421
|
+
V("div", sr, [
|
|
2422
|
+
V("p", or, B(i(n)("FORGOT_PASSWORD.SUCCESS_TEXT", { email: c.value })), 1)
|
|
2395
2423
|
]),
|
|
2396
|
-
_(
|
|
2424
|
+
_(i($), {
|
|
2397
2425
|
variant: "primary",
|
|
2398
2426
|
class: "tw-w-full",
|
|
2399
|
-
onClick:
|
|
2427
|
+
onClick: L
|
|
2400
2428
|
}, {
|
|
2401
|
-
default:
|
|
2402
|
-
k(
|
|
2429
|
+
default: A(() => [
|
|
2430
|
+
k(B(i(n)("FORGOT_PASSWORD.BACK_TO_LOGIN")), 1)
|
|
2403
2431
|
]),
|
|
2404
2432
|
_: 1
|
|
2405
2433
|
})
|
|
2406
2434
|
], 64)) : (C(), H(se, { key: 0 }, [
|
|
2407
|
-
_(
|
|
2408
|
-
default:
|
|
2409
|
-
_(
|
|
2410
|
-
label:
|
|
2435
|
+
_(i(ge), { onSubmit: S }, {
|
|
2436
|
+
default: A(() => [
|
|
2437
|
+
_(i(Z), {
|
|
2438
|
+
label: i(n)("FORGOT_PASSWORD.FIELDS.EMAIL.LABEL"),
|
|
2411
2439
|
name: "loginOrEmail",
|
|
2412
2440
|
"model-value": E.loginOrEmail,
|
|
2413
2441
|
rules: "required|email"
|
|
2414
2442
|
}, {
|
|
2415
|
-
default:
|
|
2416
|
-
_(
|
|
2443
|
+
default: A(({ errorMessage: v, handleChange: O, errors: h }) => [
|
|
2444
|
+
_(i(K), {
|
|
2417
2445
|
ref: "emailField",
|
|
2418
2446
|
modelValue: E.loginOrEmail,
|
|
2419
2447
|
"onUpdate:modelValue": [
|
|
2420
|
-
I[0] || (I[0] = (
|
|
2421
|
-
|
|
2448
|
+
I[0] || (I[0] = (N) => E.loginOrEmail = N),
|
|
2449
|
+
O
|
|
2422
2450
|
],
|
|
2423
2451
|
class: "tw-mb-6",
|
|
2424
|
-
label:
|
|
2425
|
-
placeholder:
|
|
2452
|
+
label: i(n)("FORGOT_PASSWORD.FIELDS.EMAIL.LABEL"),
|
|
2453
|
+
placeholder: i(n)("FORGOT_PASSWORD.FIELDS.EMAIL.PLACEHOLDER"),
|
|
2426
2454
|
required: "",
|
|
2427
|
-
error: !!
|
|
2455
|
+
error: !!h.length,
|
|
2428
2456
|
"error-message": v
|
|
2429
2457
|
}, null, 8, ["modelValue", "label", "placeholder", "error", "error-message", "onUpdate:modelValue"])
|
|
2430
2458
|
]),
|
|
2431
2459
|
_: 1
|
|
2432
2460
|
}, 8, ["label", "model-value"]),
|
|
2433
|
-
_(
|
|
2461
|
+
_(i($), {
|
|
2434
2462
|
variant: "primary",
|
|
2435
2463
|
class: "tw-w-full tw-mb-4",
|
|
2436
|
-
disabled: !
|
|
2464
|
+
disabled: !i(s) || l.value,
|
|
2437
2465
|
loading: l.value,
|
|
2438
2466
|
onClick: S
|
|
2439
2467
|
}, {
|
|
2440
|
-
default:
|
|
2441
|
-
k(
|
|
2468
|
+
default: A(() => [
|
|
2469
|
+
k(B(i(n)("FORGOT_PASSWORD.SEND_BUTTON")), 1)
|
|
2442
2470
|
]),
|
|
2443
2471
|
_: 1
|
|
2444
2472
|
}, 8, ["disabled", "loading"]),
|
|
2445
|
-
V("div",
|
|
2446
|
-
_(
|
|
2473
|
+
V("div", nr, [
|
|
2474
|
+
_(i($), {
|
|
2447
2475
|
variant: "link",
|
|
2448
2476
|
icon: "lucide-arrow-left",
|
|
2449
2477
|
"icon-size": "xs",
|
|
2450
2478
|
type: "button",
|
|
2451
|
-
onClick:
|
|
2479
|
+
onClick: L
|
|
2452
2480
|
}, {
|
|
2453
|
-
default:
|
|
2454
|
-
k(
|
|
2481
|
+
default: A(() => [
|
|
2482
|
+
k(B(i(n)("FORGOT_PASSWORD.BACK_TO_LOGIN")), 1)
|
|
2455
2483
|
]),
|
|
2456
2484
|
_: 1
|
|
2457
2485
|
})
|
|
@@ -2459,12 +2487,12 @@ const Qo = {
|
|
|
2459
2487
|
]),
|
|
2460
2488
|
_: 1
|
|
2461
2489
|
}),
|
|
2462
|
-
d.value ? (C(), D(
|
|
2490
|
+
d.value ? (C(), D(i(Ee), {
|
|
2463
2491
|
key: 0,
|
|
2464
2492
|
class: "tw-mt-3 tw-text-danger-500"
|
|
2465
2493
|
}, {
|
|
2466
|
-
default:
|
|
2467
|
-
k(
|
|
2494
|
+
default: A(() => [
|
|
2495
|
+
k(B(d.value), 1)
|
|
2468
2496
|
]),
|
|
2469
2497
|
_: 1
|
|
2470
2498
|
})) : z("", !0)
|
|
@@ -2473,7 +2501,7 @@ const Qo = {
|
|
|
2473
2501
|
_: 1
|
|
2474
2502
|
}, 8, ["logo", "background", "title", "subtitle"]));
|
|
2475
2503
|
}
|
|
2476
|
-
}),
|
|
2504
|
+
}), Ml = rr, ir = /* @__PURE__ */ G({
|
|
2477
2505
|
__name: "ResetPassword",
|
|
2478
2506
|
props: {
|
|
2479
2507
|
userId: {},
|
|
@@ -2483,7 +2511,7 @@ const Qo = {
|
|
|
2483
2511
|
background: { default: "/assets/background.jpg" }
|
|
2484
2512
|
},
|
|
2485
2513
|
setup(e) {
|
|
2486
|
-
const t = e, { validateToken: a, validatePassword: n, resetPasswordByToken: s, signIn: o, loading:
|
|
2514
|
+
const t = e, { validateToken: a, validatePassword: n, resetPasswordByToken: s, signIn: o, loading: r } = oe(), l = ve(), { t: d } = ue({ useScope: "global" }), { validate: u } = de({ validateOnMount: !1 }), { uiSettings: E, loading: g } = we(), f = le({
|
|
2487
2515
|
isValid: !1,
|
|
2488
2516
|
tokenIsValid: !1,
|
|
2489
2517
|
errors: [],
|
|
@@ -2493,112 +2521,114 @@ const Qo = {
|
|
|
2493
2521
|
Re(async () => {
|
|
2494
2522
|
f.tokenIsValid = await a(t.userId, t.token), f.tokenIsValid || f.errors.push("Invalid-token");
|
|
2495
2523
|
});
|
|
2496
|
-
const c = w(() =>
|
|
2524
|
+
const c = w(() => r.value || !f.password || !f.confirmPassword || !f.isValid && f.tokenIsValid), S = async () => {
|
|
2497
2525
|
if (f.tokenIsValid) {
|
|
2498
2526
|
const I = (await n(f.password)).errors;
|
|
2499
2527
|
f.errors = I?.map((v) => v.code), f.confirmPassword !== f.password && f.errors.push("Repeat-password"), f.isValid = f.errors.length == 0;
|
|
2500
2528
|
}
|
|
2501
|
-
},
|
|
2529
|
+
}, L = async () => {
|
|
2502
2530
|
const { valid: I } = await u();
|
|
2503
2531
|
if (I) {
|
|
2504
2532
|
const v = await s(t.userId, f.password, t.token);
|
|
2505
2533
|
if (v.succeeded) {
|
|
2506
|
-
const
|
|
2507
|
-
|
|
2534
|
+
const O = await o(t.userName, f.password);
|
|
2535
|
+
O.succeeded ? l.push("/") : f.errors = "error" in O && [O.error] || [];
|
|
2508
2536
|
} else
|
|
2509
2537
|
f.errors = v.errors;
|
|
2510
2538
|
}
|
|
2511
2539
|
}, T = w(() => ({
|
|
2512
2540
|
logo: g.value ? "" : E.value?.logo || t.logo
|
|
2513
2541
|
}));
|
|
2514
|
-
return (I, v) => (C(), D(
|
|
2542
|
+
return (I, v) => (C(), D(i(_e), {
|
|
2515
2543
|
logo: T.value.logo,
|
|
2516
2544
|
background: e.background,
|
|
2517
|
-
title:
|
|
2518
|
-
subtitle:
|
|
2545
|
+
title: i(d)("PASSWORDRESET.TITLE"),
|
|
2546
|
+
subtitle: i(d)("PASSWORDRESET.SUBTITLE")
|
|
2519
2547
|
}, {
|
|
2520
|
-
default:
|
|
2521
|
-
r
|
|
2548
|
+
default: A(() => [
|
|
2549
|
+
i(r) ? (C(), D(i(Wt), {
|
|
2522
2550
|
key: 0,
|
|
2523
2551
|
active: ""
|
|
2524
2552
|
})) : z("", !0),
|
|
2525
|
-
_(
|
|
2526
|
-
default:
|
|
2527
|
-
_(
|
|
2528
|
-
label:
|
|
2553
|
+
_(i(ge), null, {
|
|
2554
|
+
default: A(() => [
|
|
2555
|
+
_(i(Z), {
|
|
2556
|
+
label: i(d)("PASSWORDRESET.FIELDS.PASSWORD.LABEL"),
|
|
2529
2557
|
name: "password",
|
|
2530
2558
|
"model-value": f.password,
|
|
2531
2559
|
rules: "required"
|
|
2532
2560
|
}, {
|
|
2533
|
-
default:
|
|
2534
|
-
_(
|
|
2561
|
+
default: A(({ field: O, errorMessage: h, handleChange: N, errors: y }) => [
|
|
2562
|
+
_(i(K), ie(O, {
|
|
2535
2563
|
ref: "passwordField",
|
|
2536
2564
|
modelValue: f.password,
|
|
2537
2565
|
"onUpdate:modelValue": [
|
|
2538
2566
|
v[0] || (v[0] = (m) => f.password = m),
|
|
2539
2567
|
(m) => {
|
|
2540
|
-
|
|
2568
|
+
N(m), S();
|
|
2541
2569
|
}
|
|
2542
2570
|
],
|
|
2543
2571
|
class: "tw-mb-4",
|
|
2544
|
-
label:
|
|
2545
|
-
placeholder:
|
|
2572
|
+
label: i(d)("PASSWORDRESET.FIELDS.PASSWORD.LABEL"),
|
|
2573
|
+
placeholder: i(d)("PASSWORDRESET.FIELDS.PASSWORD.PLACEHOLDER"),
|
|
2546
2574
|
type: "password",
|
|
2575
|
+
autocomplete: "new-password",
|
|
2547
2576
|
disabled: !f.tokenIsValid,
|
|
2548
2577
|
required: "",
|
|
2549
|
-
error: !!
|
|
2550
|
-
"error-message":
|
|
2578
|
+
error: !!y.length,
|
|
2579
|
+
"error-message": h
|
|
2551
2580
|
}), null, 16, ["modelValue", "label", "placeholder", "disabled", "error", "error-message", "onUpdate:modelValue"])
|
|
2552
2581
|
]),
|
|
2553
2582
|
_: 1
|
|
2554
2583
|
}, 8, ["label", "model-value"]),
|
|
2555
|
-
_(
|
|
2556
|
-
label:
|
|
2584
|
+
_(i(Z), {
|
|
2585
|
+
label: i(d)("PASSWORDRESET.FIELDS.CONFIRM_PASSWORD.LABEL"),
|
|
2557
2586
|
name: "confirm_password",
|
|
2558
2587
|
"model-value": f.confirmPassword,
|
|
2559
2588
|
rules: "required"
|
|
2560
2589
|
}, {
|
|
2561
|
-
default:
|
|
2562
|
-
_(
|
|
2590
|
+
default: A(({ field: O, errorMessage: h, handleChange: N, errors: y }) => [
|
|
2591
|
+
_(i(K), ie(O, {
|
|
2563
2592
|
ref: "confirmPasswordField",
|
|
2564
2593
|
modelValue: f.confirmPassword,
|
|
2565
2594
|
"onUpdate:modelValue": [
|
|
2566
2595
|
v[1] || (v[1] = (m) => f.confirmPassword = m),
|
|
2567
2596
|
(m) => {
|
|
2568
|
-
|
|
2597
|
+
N(m), S();
|
|
2569
2598
|
}
|
|
2570
2599
|
],
|
|
2571
2600
|
class: "tw-mb-6",
|
|
2572
|
-
label:
|
|
2573
|
-
placeholder:
|
|
2601
|
+
label: i(d)("PASSWORDRESET.FIELDS.CONFIRM_PASSWORD.LABEL"),
|
|
2602
|
+
placeholder: i(d)("PASSWORDRESET.FIELDS.CONFIRM_PASSWORD.PLACEHOLDER"),
|
|
2574
2603
|
disabled: !f.tokenIsValid,
|
|
2575
2604
|
type: "password",
|
|
2605
|
+
autocomplete: "new-password",
|
|
2576
2606
|
required: "",
|
|
2577
|
-
error: !!
|
|
2578
|
-
"error-message":
|
|
2579
|
-
onKeyup:
|
|
2607
|
+
error: !!y.length,
|
|
2608
|
+
"error-message": h,
|
|
2609
|
+
onKeyup: rt(L, ["enter"])
|
|
2580
2610
|
}), null, 16, ["modelValue", "label", "placeholder", "disabled", "error", "error-message", "onUpdate:modelValue"])
|
|
2581
2611
|
]),
|
|
2582
2612
|
_: 1
|
|
2583
2613
|
}, 8, ["label", "model-value"]),
|
|
2584
|
-
_(
|
|
2614
|
+
_(i($), {
|
|
2585
2615
|
variant: "primary",
|
|
2586
2616
|
class: "tw-w-full",
|
|
2587
2617
|
disabled: c.value,
|
|
2588
|
-
loading: r
|
|
2589
|
-
onClick:
|
|
2618
|
+
loading: i(r),
|
|
2619
|
+
onClick: L
|
|
2590
2620
|
}, {
|
|
2591
|
-
default:
|
|
2592
|
-
k(
|
|
2621
|
+
default: A(() => [
|
|
2622
|
+
k(B(i(d)("PASSWORDRESET.SAVE_PASSWORD")), 1)
|
|
2593
2623
|
]),
|
|
2594
2624
|
_: 1
|
|
2595
2625
|
}, 8, ["disabled", "loading"]),
|
|
2596
|
-
(C(!0), H(se, null,
|
|
2597
|
-
key:
|
|
2626
|
+
(C(!0), H(se, null, Fe(f.errors, (O) => (C(), D(i(Ee), {
|
|
2627
|
+
key: O,
|
|
2598
2628
|
class: "tw-mt-3 tw-text-danger-500"
|
|
2599
2629
|
}, {
|
|
2600
|
-
default:
|
|
2601
|
-
k(
|
|
2630
|
+
default: A(() => [
|
|
2631
|
+
k(B(i(d)(`PASSWORDRESET.ERRORS.${O}`)), 1)
|
|
2602
2632
|
]),
|
|
2603
2633
|
_: 2
|
|
2604
2634
|
}, 1024))), 128))
|
|
@@ -2609,7 +2639,7 @@ const Qo = {
|
|
|
2609
2639
|
_: 1
|
|
2610
2640
|
}, 8, ["logo", "background", "title", "subtitle"]));
|
|
2611
2641
|
}
|
|
2612
|
-
}),
|
|
2642
|
+
}), kl = ir, lr = /* @__PURE__ */ G({
|
|
2613
2643
|
__name: "Invite",
|
|
2614
2644
|
props: {
|
|
2615
2645
|
userId: {},
|
|
@@ -2620,7 +2650,7 @@ const Qo = {
|
|
|
2620
2650
|
},
|
|
2621
2651
|
setup(e) {
|
|
2622
2652
|
de({ validateOnMount: !1 });
|
|
2623
|
-
const t = e, { validateToken: a, validatePassword: n, resetPasswordByToken: s, signIn: o, loading:
|
|
2653
|
+
const t = e, { validateToken: a, validatePassword: n, resetPasswordByToken: s, signIn: o, loading: r } = oe(), l = ve(), { t: d } = ue({ useScope: "global" }), u = Ie(), E = ut(), { uiSettings: g, loading: f } = we(), c = le({
|
|
2624
2654
|
isValid: !1,
|
|
2625
2655
|
tokenIsValid: !1,
|
|
2626
2656
|
errors: [],
|
|
@@ -2630,10 +2660,10 @@ const Qo = {
|
|
|
2630
2660
|
Re(async () => {
|
|
2631
2661
|
c.tokenIsValid = await a(t.userId, t.token), c.tokenIsValid || c.errors.push("Invalid-token");
|
|
2632
2662
|
});
|
|
2633
|
-
const
|
|
2663
|
+
const L = async () => {
|
|
2634
2664
|
if (c.tokenIsValid) {
|
|
2635
2665
|
const v = (await n(c.password)).errors;
|
|
2636
|
-
c.errors = v?.map((
|
|
2666
|
+
c.errors = v?.map((O) => O.code), c.confirmPassword && c.confirmPassword !== c.password && c.errors.push("Repeat-password"), c.isValid = c.errors.length == 0 && !S.value;
|
|
2637
2667
|
}
|
|
2638
2668
|
}, T = async () => {
|
|
2639
2669
|
const v = await s(t.userId, c.password, t.token);
|
|
@@ -2641,101 +2671,104 @@ const Qo = {
|
|
|
2641
2671
|
}, I = w(() => ({
|
|
2642
2672
|
logo: f.value ? "" : g.value?.logo || t.logo
|
|
2643
2673
|
}));
|
|
2644
|
-
return (v,
|
|
2674
|
+
return (v, O) => (C(), D(i(_e), {
|
|
2645
2675
|
logo: I.value.logo,
|
|
2646
2676
|
background: e.background,
|
|
2647
|
-
title:
|
|
2648
|
-
subtitle:
|
|
2677
|
+
title: i(d)("INVITATION.TITLE"),
|
|
2678
|
+
subtitle: i(d)("INVITATION.SUBTITLE")
|
|
2649
2679
|
}, {
|
|
2650
|
-
default:
|
|
2651
|
-
r
|
|
2680
|
+
default: A(() => [
|
|
2681
|
+
i(r) ? (C(), D(i(Wt), {
|
|
2652
2682
|
key: 0,
|
|
2653
2683
|
active: ""
|
|
2654
2684
|
})) : z("", !0),
|
|
2655
|
-
_(
|
|
2656
|
-
default:
|
|
2657
|
-
_(
|
|
2685
|
+
_(i(ge), null, {
|
|
2686
|
+
default: A(() => [
|
|
2687
|
+
_(i(K), {
|
|
2658
2688
|
class: "tw-mb-4",
|
|
2659
|
-
label:
|
|
2689
|
+
label: i(d)("INVITATION.FIELDS.EMAIL.LABEL"),
|
|
2660
2690
|
"model-value": e.userName,
|
|
2661
2691
|
name: "username",
|
|
2692
|
+
autocomplete: "username",
|
|
2662
2693
|
disabled: ""
|
|
2663
2694
|
}, null, 8, ["label", "model-value"]),
|
|
2664
|
-
_(
|
|
2665
|
-
label:
|
|
2695
|
+
_(i(Z), {
|
|
2696
|
+
label: i(d)("INVITATION.FIELDS.PASSWORD.LABEL"),
|
|
2666
2697
|
"model-value": c.password,
|
|
2667
2698
|
rules: "required",
|
|
2668
2699
|
name: "password"
|
|
2669
2700
|
}, {
|
|
2670
|
-
default:
|
|
2671
|
-
_(
|
|
2701
|
+
default: A(({ field: h, errorMessage: N, handleChange: y, errors: m }) => [
|
|
2702
|
+
_(i(K), ie(h, {
|
|
2672
2703
|
ref: "passwordField",
|
|
2673
2704
|
modelValue: c.password,
|
|
2674
2705
|
"onUpdate:modelValue": [
|
|
2675
|
-
|
|
2676
|
-
(
|
|
2677
|
-
|
|
2706
|
+
O[0] || (O[0] = (p) => c.password = p),
|
|
2707
|
+
(p) => {
|
|
2708
|
+
y(p), L();
|
|
2678
2709
|
}
|
|
2679
2710
|
],
|
|
2680
2711
|
class: "tw-mb-4",
|
|
2681
|
-
label:
|
|
2682
|
-
placeholder:
|
|
2712
|
+
label: i(d)("INVITATION.FIELDS.PASSWORD.LABEL"),
|
|
2713
|
+
placeholder: i(d)("INVITATION.FIELDS.PASSWORD.PLACEHOLDER"),
|
|
2683
2714
|
type: "password",
|
|
2715
|
+
autocomplete: "new-password",
|
|
2684
2716
|
disabled: !c.tokenIsValid,
|
|
2685
2717
|
error: !!m.length,
|
|
2686
|
-
"error-message":
|
|
2718
|
+
"error-message": N,
|
|
2687
2719
|
required: ""
|
|
2688
2720
|
}), null, 16, ["modelValue", "label", "placeholder", "disabled", "error", "error-message", "onUpdate:modelValue"])
|
|
2689
2721
|
]),
|
|
2690
2722
|
_: 1
|
|
2691
2723
|
}, 8, ["label", "model-value"]),
|
|
2692
|
-
_(
|
|
2693
|
-
label:
|
|
2724
|
+
_(i(Z), {
|
|
2725
|
+
label: i(d)("INVITATION.FIELDS.CONFIRM_PASSWORD.LABEL"),
|
|
2694
2726
|
"model-value": c.confirmPassword,
|
|
2695
2727
|
rules: "required",
|
|
2696
2728
|
name: "confirm_password"
|
|
2697
2729
|
}, {
|
|
2698
|
-
default:
|
|
2699
|
-
_(
|
|
2730
|
+
default: A(({ field: h, errorMessage: N, handleChange: y, errors: m }) => [
|
|
2731
|
+
_(i(K), ie(h, {
|
|
2700
2732
|
ref: "confirmPasswordField",
|
|
2701
2733
|
modelValue: c.confirmPassword,
|
|
2702
2734
|
"onUpdate:modelValue": [
|
|
2703
|
-
|
|
2704
|
-
(
|
|
2705
|
-
|
|
2735
|
+
O[1] || (O[1] = (p) => c.confirmPassword = p),
|
|
2736
|
+
(p) => {
|
|
2737
|
+
y(p), L();
|
|
2706
2738
|
}
|
|
2707
2739
|
],
|
|
2708
2740
|
class: "tw-mb-6",
|
|
2709
|
-
label:
|
|
2710
|
-
placeholder:
|
|
2741
|
+
label: i(d)("INVITATION.FIELDS.CONFIRM_PASSWORD.LABEL"),
|
|
2742
|
+
placeholder: i(d)("INVITATION.FIELDS.CONFIRM_PASSWORD.PLACEHOLDER"),
|
|
2711
2743
|
disabled: !c.tokenIsValid,
|
|
2712
2744
|
type: "password",
|
|
2745
|
+
autocomplete: "new-password",
|
|
2713
2746
|
error: !!m.length,
|
|
2714
|
-
"error-message":
|
|
2747
|
+
"error-message": N,
|
|
2715
2748
|
required: "",
|
|
2716
|
-
onKeyup:
|
|
2749
|
+
onKeyup: rt(T, ["enter"])
|
|
2717
2750
|
}), null, 16, ["modelValue", "label", "placeholder", "disabled", "error", "error-message", "onUpdate:modelValue"])
|
|
2718
2751
|
]),
|
|
2719
2752
|
_: 1
|
|
2720
2753
|
}, 8, ["label", "model-value"]),
|
|
2721
|
-
_(
|
|
2754
|
+
_(i($), {
|
|
2722
2755
|
variant: "primary",
|
|
2723
2756
|
class: "tw-w-full",
|
|
2724
|
-
disabled: r
|
|
2725
|
-
loading: r
|
|
2757
|
+
disabled: i(r) || !c.isValid || !c.tokenIsValid,
|
|
2758
|
+
loading: i(r),
|
|
2726
2759
|
onClick: T
|
|
2727
2760
|
}, {
|
|
2728
|
-
default:
|
|
2729
|
-
k(
|
|
2761
|
+
default: A(() => [
|
|
2762
|
+
k(B(i(d)("INVITATION.ACCEPT_INVITATION")), 1)
|
|
2730
2763
|
]),
|
|
2731
2764
|
_: 1
|
|
2732
2765
|
}, 8, ["disabled", "loading"]),
|
|
2733
|
-
(C(!0), H(se, null,
|
|
2734
|
-
key:
|
|
2766
|
+
(C(!0), H(se, null, Fe(c.errors, (h) => (C(), D(i(Ee), {
|
|
2767
|
+
key: h,
|
|
2735
2768
|
class: "tw-mt-3 tw-text-danger-500"
|
|
2736
2769
|
}, {
|
|
2737
|
-
default:
|
|
2738
|
-
k(
|
|
2770
|
+
default: A(() => [
|
|
2771
|
+
k(B(i(d)(`INVITATION.ERRORS.${h}`)), 1)
|
|
2739
2772
|
]),
|
|
2740
2773
|
_: 2
|
|
2741
2774
|
}, 1024))), 128))
|
|
@@ -2746,10 +2779,10 @@ const Qo = {
|
|
|
2746
2779
|
_: 1
|
|
2747
2780
|
}, 8, ["logo", "background", "title", "subtitle"]));
|
|
2748
2781
|
}
|
|
2749
|
-
}),
|
|
2782
|
+
}), Vl = lr, ur = {
|
|
2750
2783
|
key: 0,
|
|
2751
2784
|
class: "tw-mb-4"
|
|
2752
|
-
},
|
|
2785
|
+
}, dr = { class: "tw-flex tw-gap-3" }, cr = /* @__PURE__ */ G({
|
|
2753
2786
|
__name: "ChangePassword",
|
|
2754
2787
|
props: {
|
|
2755
2788
|
forced: { type: Boolean },
|
|
@@ -2757,19 +2790,19 @@ const Qo = {
|
|
|
2757
2790
|
background: {}
|
|
2758
2791
|
},
|
|
2759
2792
|
setup(e) {
|
|
2760
|
-
const t = e, { t: a } = ue({ useScope: "global" }), { changeUserPassword: n, loading: s, validatePassword: o, signOut:
|
|
2793
|
+
const t = e, { t: a } = ue({ useScope: "global" }), { changeUserPassword: n, loading: s, validatePassword: o, signOut: r } = oe(), { uiSettings: l, loading: d } = we(), u = w(() => ({
|
|
2761
2794
|
logo: d.value ? "" : l.value?.logo || t.logo
|
|
2762
2795
|
}));
|
|
2763
2796
|
de({ validateOnMount: !1 });
|
|
2764
|
-
const E = Ie(), g =
|
|
2797
|
+
const E = Ie(), g = ut(), f = ve(), c = le({
|
|
2765
2798
|
isValid: !1,
|
|
2766
2799
|
errors: [],
|
|
2767
2800
|
currentPassword: "",
|
|
2768
2801
|
password: "",
|
|
2769
2802
|
confirmPassword: ""
|
|
2770
2803
|
}), S = w(() => !g.value || !E.value);
|
|
2771
|
-
async function
|
|
2772
|
-
await
|
|
2804
|
+
async function L() {
|
|
2805
|
+
await r(), await f.push("/login");
|
|
2773
2806
|
}
|
|
2774
2807
|
async function T() {
|
|
2775
2808
|
const v = await n(c.currentPassword, c.password);
|
|
@@ -2778,141 +2811,144 @@ const Qo = {
|
|
|
2778
2811
|
function I() {
|
|
2779
2812
|
Pe(async () => {
|
|
2780
2813
|
if (c.password || c.confirmPassword) {
|
|
2781
|
-
const v = (await o(c.password)).errors ?? [],
|
|
2814
|
+
const v = (await o(c.password)).errors ?? [], O = Qo({
|
|
2782
2815
|
password: c.password,
|
|
2783
2816
|
confirmPassword: c.confirmPassword,
|
|
2784
2817
|
currentPassword: c.currentPassword
|
|
2785
2818
|
});
|
|
2786
|
-
c.errors = [...v, ...
|
|
2819
|
+
c.errors = [...v, ...O], c.isValid = c.errors.length == 0;
|
|
2787
2820
|
}
|
|
2788
2821
|
});
|
|
2789
2822
|
}
|
|
2790
|
-
return (v,
|
|
2823
|
+
return (v, O) => (C(), D(i(_e), {
|
|
2791
2824
|
logo: u.value.logo,
|
|
2792
2825
|
background: e.background,
|
|
2793
|
-
title: e.forced ?
|
|
2794
|
-
subtitle: e.forced ?
|
|
2826
|
+
title: e.forced ? i(a)("COMPONENTS.CHANGE_PASSWORD.TITLE_FORCED") : i(a)("COMPONENTS.CHANGE_PASSWORD.TITLE"),
|
|
2827
|
+
subtitle: e.forced ? i(a)("COMPONENTS.CHANGE_PASSWORD.SUBTITLE_FORCED") : void 0
|
|
2795
2828
|
}, {
|
|
2796
|
-
default:
|
|
2797
|
-
e.forced ? (C(), H("div",
|
|
2798
|
-
_(
|
|
2829
|
+
default: A(() => [
|
|
2830
|
+
e.forced ? (C(), H("div", ur, [
|
|
2831
|
+
_(i(Sn), {
|
|
2799
2832
|
variant: "info",
|
|
2800
2833
|
icon: "lucide-lightbulb",
|
|
2801
2834
|
"icon-size": "l"
|
|
2802
2835
|
}, {
|
|
2803
|
-
default:
|
|
2804
|
-
k(
|
|
2836
|
+
default: A(() => [
|
|
2837
|
+
k(B(i(a)("COMPONENTS.CHANGE_PASSWORD.FORCED.LABEL")), 1)
|
|
2805
2838
|
]),
|
|
2806
2839
|
_: 1
|
|
2807
2840
|
})
|
|
2808
2841
|
])) : z("", !0),
|
|
2809
|
-
_(
|
|
2810
|
-
default:
|
|
2811
|
-
_(
|
|
2812
|
-
label:
|
|
2842
|
+
_(i(ge), null, {
|
|
2843
|
+
default: A(() => [
|
|
2844
|
+
_(i(Z), {
|
|
2845
|
+
label: i(a)("COMPONENTS.CHANGE_PASSWORD.CURRENT_PASSWORD.LABEL"),
|
|
2813
2846
|
name: "current",
|
|
2814
2847
|
rules: "required|min:6",
|
|
2815
2848
|
"model-value": c.currentPassword
|
|
2816
2849
|
}, {
|
|
2817
|
-
default:
|
|
2818
|
-
_(
|
|
2850
|
+
default: A(({ field: h, errorMessage: N, errors: y }) => [
|
|
2851
|
+
_(i(K), ie(h, {
|
|
2819
2852
|
ref: "passwordField",
|
|
2820
2853
|
modelValue: c.currentPassword,
|
|
2821
2854
|
"onUpdate:modelValue": [
|
|
2822
|
-
|
|
2855
|
+
O[0] || (O[0] = (m) => c.currentPassword = m),
|
|
2823
2856
|
I
|
|
2824
2857
|
],
|
|
2825
2858
|
class: "tw-mb-4",
|
|
2826
|
-
label:
|
|
2827
|
-
placeholder:
|
|
2859
|
+
label: i(a)("COMPONENTS.CHANGE_PASSWORD.CURRENT_PASSWORD.LABEL"),
|
|
2860
|
+
placeholder: i(a)("COMPONENTS.CHANGE_PASSWORD.CURRENT_PASSWORD.PLACEHOLDER"),
|
|
2828
2861
|
type: "password",
|
|
2862
|
+
autocomplete: "current-password",
|
|
2829
2863
|
required: "",
|
|
2830
|
-
error: !!
|
|
2831
|
-
"error-message":
|
|
2864
|
+
error: !!y.length,
|
|
2865
|
+
"error-message": N
|
|
2832
2866
|
}), null, 16, ["modelValue", "label", "placeholder", "error", "error-message"])
|
|
2833
2867
|
]),
|
|
2834
2868
|
_: 1
|
|
2835
2869
|
}, 8, ["label", "model-value"]),
|
|
2836
|
-
_(
|
|
2837
|
-
label:
|
|
2870
|
+
_(i(Z), {
|
|
2871
|
+
label: i(a)("COMPONENTS.CHANGE_PASSWORD.NEW_PASSWORD.LABEL"),
|
|
2838
2872
|
name: "new_pass",
|
|
2839
2873
|
rules: "required|min:6",
|
|
2840
2874
|
"model-value": c.password
|
|
2841
2875
|
}, {
|
|
2842
|
-
default:
|
|
2843
|
-
_(
|
|
2876
|
+
default: A(({ field: h, errorMessage: N, errors: y }) => [
|
|
2877
|
+
_(i(K), ie(h, {
|
|
2844
2878
|
ref: "newPasswordField",
|
|
2845
2879
|
modelValue: c.password,
|
|
2846
2880
|
"onUpdate:modelValue": [
|
|
2847
|
-
|
|
2881
|
+
O[1] || (O[1] = (m) => c.password = m),
|
|
2848
2882
|
I
|
|
2849
2883
|
],
|
|
2850
2884
|
class: "tw-mb-4",
|
|
2851
|
-
label:
|
|
2852
|
-
placeholder:
|
|
2885
|
+
label: i(a)("COMPONENTS.CHANGE_PASSWORD.NEW_PASSWORD.LABEL"),
|
|
2886
|
+
placeholder: i(a)("COMPONENTS.CHANGE_PASSWORD.NEW_PASSWORD.PLACEHOLDER"),
|
|
2853
2887
|
type: "password",
|
|
2888
|
+
autocomplete: "new-password",
|
|
2854
2889
|
required: "",
|
|
2855
|
-
error: !!
|
|
2856
|
-
"error-message":
|
|
2890
|
+
error: !!y.length,
|
|
2891
|
+
"error-message": N
|
|
2857
2892
|
}), null, 16, ["modelValue", "label", "placeholder", "error", "error-message"])
|
|
2858
2893
|
]),
|
|
2859
2894
|
_: 1
|
|
2860
2895
|
}, 8, ["label", "model-value"]),
|
|
2861
|
-
_(
|
|
2862
|
-
label:
|
|
2896
|
+
_(i(Z), {
|
|
2897
|
+
label: i(a)("COMPONENTS.CHANGE_PASSWORD.CONFIRM_PASSWORD.LABEL"),
|
|
2863
2898
|
name: "confirm_pass",
|
|
2864
2899
|
rules: "required|min:6",
|
|
2865
2900
|
"model-value": c.confirmPassword
|
|
2866
2901
|
}, {
|
|
2867
|
-
default:
|
|
2868
|
-
_(
|
|
2902
|
+
default: A(({ field: h, errorMessage: N, errors: y }) => [
|
|
2903
|
+
_(i(K), ie(h, {
|
|
2869
2904
|
ref: "confirmPasswordField",
|
|
2870
2905
|
modelValue: c.confirmPassword,
|
|
2871
2906
|
"onUpdate:modelValue": [
|
|
2872
|
-
|
|
2907
|
+
O[2] || (O[2] = (m) => c.confirmPassword = m),
|
|
2873
2908
|
I
|
|
2874
2909
|
],
|
|
2875
2910
|
class: "tw-mb-6",
|
|
2876
|
-
label:
|
|
2877
|
-
placeholder:
|
|
2911
|
+
label: i(a)("COMPONENTS.CHANGE_PASSWORD.CONFIRM_PASSWORD.LABEL"),
|
|
2912
|
+
placeholder: i(a)("COMPONENTS.CHANGE_PASSWORD.CONFIRM_PASSWORD.PLACEHOLDER"),
|
|
2878
2913
|
type: "password",
|
|
2914
|
+
autocomplete: "new-password",
|
|
2879
2915
|
required: "",
|
|
2880
|
-
error: !!
|
|
2881
|
-
"error-message":
|
|
2916
|
+
error: !!y.length,
|
|
2917
|
+
"error-message": N
|
|
2882
2918
|
}), null, 16, ["modelValue", "label", "placeholder", "error", "error-message"])
|
|
2883
2919
|
]),
|
|
2884
2920
|
_: 1
|
|
2885
2921
|
}, 8, ["label", "model-value"]),
|
|
2886
|
-
V("div",
|
|
2887
|
-
_(
|
|
2922
|
+
V("div", dr, [
|
|
2923
|
+
_(i($), {
|
|
2888
2924
|
variant: "secondary",
|
|
2889
2925
|
class: "tw-flex-1",
|
|
2890
|
-
onClick:
|
|
2926
|
+
onClick: L
|
|
2891
2927
|
}, {
|
|
2892
|
-
default:
|
|
2893
|
-
k(
|
|
2928
|
+
default: A(() => [
|
|
2929
|
+
k(B(i(a)("COMPONENTS.CHANGE_PASSWORD.CANCEL")), 1)
|
|
2894
2930
|
]),
|
|
2895
2931
|
_: 1
|
|
2896
2932
|
}),
|
|
2897
|
-
_(
|
|
2933
|
+
_(i($), {
|
|
2898
2934
|
variant: "primary",
|
|
2899
2935
|
class: "tw-flex-1",
|
|
2900
|
-
disabled:
|
|
2901
|
-
loading:
|
|
2936
|
+
disabled: i(s) || !c.isValid || S.value,
|
|
2937
|
+
loading: i(s),
|
|
2902
2938
|
onClick: T
|
|
2903
2939
|
}, {
|
|
2904
|
-
default:
|
|
2905
|
-
k(
|
|
2940
|
+
default: A(() => [
|
|
2941
|
+
k(B(i(a)("COMPONENTS.CHANGE_PASSWORD.SAVE")), 1)
|
|
2906
2942
|
]),
|
|
2907
2943
|
_: 1
|
|
2908
2944
|
}, 8, ["disabled", "loading"])
|
|
2909
2945
|
]),
|
|
2910
|
-
(C(!0), H(se, null,
|
|
2911
|
-
key:
|
|
2946
|
+
(C(!0), H(se, null, Fe(c.errors, (h, N) => (C(), D(i(Ee), {
|
|
2947
|
+
key: N,
|
|
2912
2948
|
class: "tw-mt-3 tw-text-danger-500"
|
|
2913
2949
|
}, {
|
|
2914
|
-
default:
|
|
2915
|
-
k(
|
|
2950
|
+
default: A(() => [
|
|
2951
|
+
k(B(h.code ? i(a)(`COMPONENTS.CHANGE_PASSWORD.ERRORS.${h.code}`) : h), 1)
|
|
2916
2952
|
]),
|
|
2917
2953
|
_: 2
|
|
2918
2954
|
}, 1024))), 128))
|
|
@@ -2923,14 +2959,14 @@ const Qo = {
|
|
|
2923
2959
|
_: 1
|
|
2924
2960
|
}, 8, ["logo", "background", "title", "subtitle"]));
|
|
2925
2961
|
}
|
|
2926
|
-
}),
|
|
2962
|
+
}), Ul = cr, Je = U("use-blade-navigation-adapter"), at = /* @__PURE__ */ new Set();
|
|
2927
2963
|
function re(e, t) {
|
|
2928
|
-
if (
|
|
2929
|
-
|
|
2964
|
+
if (at.has(e)) return;
|
|
2965
|
+
at.add(e);
|
|
2930
2966
|
const a = `[useBladeNavigation] "${e}" is deprecated.`;
|
|
2931
2967
|
console.warn(t ? `${a} Use ${t} instead.` : a);
|
|
2932
2968
|
}
|
|
2933
|
-
function
|
|
2969
|
+
function Nt(e, t, a) {
|
|
2934
2970
|
return {
|
|
2935
2971
|
props: {
|
|
2936
2972
|
navigation: {
|
|
@@ -2948,25 +2984,25 @@ function Ct(e, t, a) {
|
|
|
2948
2984
|
};
|
|
2949
2985
|
}
|
|
2950
2986
|
let De, ye;
|
|
2951
|
-
function
|
|
2952
|
-
De = void 0, ye = void 0,
|
|
2987
|
+
function Fl() {
|
|
2988
|
+
De = void 0, ye = void 0, at.clear();
|
|
2953
2989
|
}
|
|
2954
|
-
function
|
|
2955
|
-
const e =
|
|
2990
|
+
function Er() {
|
|
2991
|
+
const e = Jn, t = es, a = Qn;
|
|
2956
2992
|
if (!e || !t)
|
|
2957
2993
|
throw new Error(
|
|
2958
2994
|
"[useBladeNavigation adapter] BladeStack or BladeMessaging not available. Ensure plugin-v2 is installed before calling useBladeNavigation()."
|
|
2959
2995
|
);
|
|
2960
|
-
const n =
|
|
2996
|
+
const n = Xn?.router;
|
|
2961
2997
|
if (!n)
|
|
2962
2998
|
throw new Error("[@vc-shell/framework#useBladeNavigation] Vue Router instance is not available.");
|
|
2963
2999
|
return De || (De = w(() => {
|
|
2964
3000
|
const s = e.activeBlade.value?.id;
|
|
2965
|
-
return e.blades.value.map((o,
|
|
3001
|
+
return e.blades.value.map((o, r) => Nt(o, r, s));
|
|
2966
3002
|
})), ye || (ye = w(() => {
|
|
2967
3003
|
const s = e.workspace.value;
|
|
2968
3004
|
if (s)
|
|
2969
|
-
return
|
|
3005
|
+
return Nt(s, 0, e.activeBlade.value?.id);
|
|
2970
3006
|
})), {
|
|
2971
3007
|
bladeStack: e,
|
|
2972
3008
|
messaging: t,
|
|
@@ -2976,7 +3012,7 @@ function cr() {
|
|
|
2976
3012
|
activeWorkspace: ye
|
|
2977
3013
|
};
|
|
2978
3014
|
}
|
|
2979
|
-
function
|
|
3015
|
+
function fr(e) {
|
|
2980
3016
|
if (!e)
|
|
2981
3017
|
throw new Error("Blade cannot be null or undefined.");
|
|
2982
3018
|
if (typeof e == "object" && "name" in e && typeof e.name == "string")
|
|
@@ -2984,76 +3020,76 @@ function Er(e) {
|
|
|
2984
3020
|
const t = e;
|
|
2985
3021
|
return t.name || t.__name || "UnknownBlade";
|
|
2986
3022
|
}
|
|
2987
|
-
function
|
|
2988
|
-
const { bladeStack: e, messaging: t, bladeRegistry: a, router: n, blades: s, activeWorkspace: o } =
|
|
3023
|
+
function Wl() {
|
|
3024
|
+
const { bladeStack: e, messaging: t, bladeRegistry: a, router: n, blades: s, activeWorkspace: o } = Er(), r = tn() ? Q(Gt, void 0) : void 0, { syncUrlPush: l, syncUrlReplace: d } = as(n, e);
|
|
2989
3025
|
function u() {
|
|
2990
|
-
return
|
|
3026
|
+
return r ? r.value.id : e.activeBlade.value?.id;
|
|
2991
3027
|
}
|
|
2992
3028
|
function E(m) {
|
|
2993
|
-
const
|
|
2994
|
-
if (m >= 0 && m <
|
|
2995
|
-
return
|
|
3029
|
+
const p = e.blades.value;
|
|
3030
|
+
if (m >= 0 && m < p.length)
|
|
3031
|
+
return p[m].id;
|
|
2996
3032
|
}
|
|
2997
|
-
async function g(m,
|
|
2998
|
-
const
|
|
2999
|
-
name:
|
|
3033
|
+
async function g(m, p) {
|
|
3034
|
+
const P = {
|
|
3035
|
+
name: fr(m.blade),
|
|
3000
3036
|
param: m.param,
|
|
3001
3037
|
options: m.options,
|
|
3002
3038
|
onOpen: m.onOpen,
|
|
3003
3039
|
onClose: m.onClose,
|
|
3004
3040
|
replaceCurrentBlade: m.replaceCurrentBlade
|
|
3005
3041
|
};
|
|
3006
|
-
if (
|
|
3007
|
-
await e.openWorkspace(
|
|
3042
|
+
if (p)
|
|
3043
|
+
await e.openWorkspace(P);
|
|
3008
3044
|
else if (m.replaceCurrentBlade)
|
|
3009
|
-
await e.coverCurrentBlade(
|
|
3045
|
+
await e.coverCurrentBlade(P);
|
|
3010
3046
|
else {
|
|
3011
3047
|
const F = u();
|
|
3012
|
-
await e.openBlade({ ...
|
|
3048
|
+
await e.openBlade({ ...P, parentId: F });
|
|
3013
3049
|
}
|
|
3014
3050
|
e.activeBlade.value?.url && l();
|
|
3015
3051
|
}
|
|
3016
3052
|
async function f(m) {
|
|
3017
3053
|
re("closeBlade(index)", "useBlade().closeSelf()");
|
|
3018
|
-
const
|
|
3019
|
-
if (!
|
|
3020
|
-
return
|
|
3021
|
-
const R = await e.closeBlade(
|
|
3054
|
+
const p = E(m);
|
|
3055
|
+
if (!p)
|
|
3056
|
+
return Je.error(`closeBlade: No blade found at index ${m}.`), !1;
|
|
3057
|
+
const R = await e.closeBlade(p);
|
|
3022
3058
|
return R || d(), R;
|
|
3023
3059
|
}
|
|
3024
3060
|
function c() {
|
|
3025
3061
|
re("goToRoot()");
|
|
3026
|
-
const m = n.getRoutes(),
|
|
3062
|
+
const m = n.getRoutes(), p = m.find((M) => M.meta?.root), R = m.find((M) => M.aliasOf?.path === p?.path) || p;
|
|
3027
3063
|
if (R?.name)
|
|
3028
3064
|
return {
|
|
3029
3065
|
name: R.name,
|
|
3030
3066
|
params: n.currentRoute.value.params
|
|
3031
3067
|
};
|
|
3032
|
-
const
|
|
3033
|
-
return { path:
|
|
3068
|
+
const P = ts(n);
|
|
3069
|
+
return { path: P ? `/${P}` : "/" };
|
|
3034
3070
|
}
|
|
3035
|
-
async function S(m,
|
|
3071
|
+
async function S(m, p) {
|
|
3036
3072
|
re("onParentCall(args, index)", "useBlade().callParent(method, args)");
|
|
3037
3073
|
let R;
|
|
3038
|
-
if (
|
|
3039
|
-
|
|
3074
|
+
if (p !== void 0 ? R = E(p) : R = u(), !R) {
|
|
3075
|
+
Je.error("onParentCall: Could not determine caller blade.");
|
|
3040
3076
|
return;
|
|
3041
3077
|
}
|
|
3042
3078
|
try {
|
|
3043
|
-
const
|
|
3044
|
-
typeof m.callback == "function" && m.callback(
|
|
3045
|
-
} catch (
|
|
3046
|
-
|
|
3079
|
+
const P = await t.callParent(R, m.method, m.args);
|
|
3080
|
+
typeof m.callback == "function" && m.callback(P);
|
|
3081
|
+
} catch (P) {
|
|
3082
|
+
Je.error(`onParentCall: Failed to call parent method "${m.method}":`, P);
|
|
3047
3083
|
}
|
|
3048
3084
|
}
|
|
3049
|
-
function
|
|
3085
|
+
function L(m) {
|
|
3050
3086
|
re("onBeforeClose(cb)", "useBlade().onBeforeClose(guard)");
|
|
3051
|
-
const
|
|
3052
|
-
if (!
|
|
3087
|
+
const p = u();
|
|
3088
|
+
if (!p) {
|
|
3053
3089
|
an("onBeforeClose: Could not determine current blade.");
|
|
3054
3090
|
return;
|
|
3055
3091
|
}
|
|
3056
|
-
e.registerBeforeClose(
|
|
3092
|
+
e.registerBeforeClose(p, async () => await m() === !1);
|
|
3057
3093
|
}
|
|
3058
3094
|
function T(m) {
|
|
3059
3095
|
return a.getBladeComponent(m);
|
|
@@ -3063,42 +3099,42 @@ function Ul() {
|
|
|
3063
3099
|
}
|
|
3064
3100
|
function v(m) {
|
|
3065
3101
|
re("setNavigationQuery");
|
|
3066
|
-
const
|
|
3067
|
-
if (!
|
|
3068
|
-
const R =
|
|
3102
|
+
const p = e.workspace.value;
|
|
3103
|
+
if (!p) return;
|
|
3104
|
+
const R = p.name.toLowerCase(), P = {};
|
|
3069
3105
|
for (const [M, F] of Object.entries(m))
|
|
3070
|
-
F != null && (
|
|
3106
|
+
F != null && (P[`${R}_${M}`] = String(F));
|
|
3071
3107
|
n.options.history.replace(
|
|
3072
3108
|
decodeURIComponent(
|
|
3073
|
-
`${window.location.hash.substring(1).split("?")[0]}?${new URLSearchParams(
|
|
3109
|
+
`${window.location.hash.substring(1).split("?")[0]}?${new URLSearchParams(P).toString()}`
|
|
3074
3110
|
)
|
|
3075
3111
|
);
|
|
3076
3112
|
}
|
|
3077
|
-
function
|
|
3113
|
+
function O() {
|
|
3078
3114
|
re("getNavigationQuery");
|
|
3079
3115
|
const m = e.workspace.value;
|
|
3080
3116
|
if (!m) return;
|
|
3081
|
-
const
|
|
3117
|
+
const p = m.name.toLowerCase(), R = new URLSearchParams(window.location.hash.split("?")[1] || ""), P = {};
|
|
3082
3118
|
for (const [M, F] of R.entries())
|
|
3083
|
-
if (M.startsWith(`${
|
|
3084
|
-
const
|
|
3085
|
-
|
|
3119
|
+
if (M.startsWith(`${p}_`)) {
|
|
3120
|
+
const pe = M.replace(`${p}_`, ""), ee = Number(F);
|
|
3121
|
+
P[pe] = isNaN(ee) ? F : ee;
|
|
3086
3122
|
}
|
|
3087
|
-
return Object.keys(
|
|
3123
|
+
return Object.keys(P).length > 0 ? P : void 0;
|
|
3088
3124
|
}
|
|
3089
|
-
function
|
|
3125
|
+
function h(m, p) {
|
|
3090
3126
|
const R = E(m);
|
|
3091
|
-
R && e.setBladeError(R,
|
|
3127
|
+
R && e.setBladeError(R, p);
|
|
3092
3128
|
}
|
|
3093
|
-
function
|
|
3094
|
-
const
|
|
3095
|
-
|
|
3129
|
+
function N(m) {
|
|
3130
|
+
const p = E(m);
|
|
3131
|
+
p && e.clearBladeError(p);
|
|
3096
3132
|
}
|
|
3097
|
-
const
|
|
3098
|
-
if (!
|
|
3099
|
-
const m =
|
|
3133
|
+
const y = w(() => {
|
|
3134
|
+
if (!r) return;
|
|
3135
|
+
const m = r.value;
|
|
3100
3136
|
return {
|
|
3101
|
-
idx: e.blades.value.findIndex((
|
|
3137
|
+
idx: e.blades.value.findIndex((P) => P.id === m.id),
|
|
3102
3138
|
instance: m.title != null ? { title: m.title } : void 0,
|
|
3103
3139
|
isVisible: m.visible,
|
|
3104
3140
|
error: b(m.error ? new Error(String(m.error)) : null)
|
|
@@ -3111,70 +3147,70 @@ function Ul() {
|
|
|
3111
3147
|
closeBlade: f,
|
|
3112
3148
|
goToRoot: c,
|
|
3113
3149
|
onParentCall: S,
|
|
3114
|
-
onBeforeClose:
|
|
3150
|
+
onBeforeClose: L,
|
|
3115
3151
|
resolveBladeByName: T,
|
|
3116
3152
|
routeResolver: I,
|
|
3117
3153
|
setNavigationQuery: v,
|
|
3118
|
-
getNavigationQuery:
|
|
3119
|
-
setBladeError:
|
|
3120
|
-
clearBladeError:
|
|
3121
|
-
currentBladeNavigationData:
|
|
3154
|
+
getNavigationQuery: O,
|
|
3155
|
+
setBladeError: h,
|
|
3156
|
+
clearBladeError: N,
|
|
3157
|
+
currentBladeNavigationData: y
|
|
3122
3158
|
};
|
|
3123
3159
|
}
|
|
3124
3160
|
function Ce(e) {
|
|
3125
3161
|
return e == null || e === "";
|
|
3126
3162
|
}
|
|
3127
|
-
function
|
|
3163
|
+
function Ue(e, t) {
|
|
3128
3164
|
if (Ce(e) && Ce(t) || Ce(e) && Array.isArray(t) && t.length === 0 || Array.isArray(e) && e.length === 0 && Ce(t) || e === t) return !0;
|
|
3129
3165
|
if (typeof e != typeof t || typeof e != "object" || e === null || t === null) return !1;
|
|
3130
3166
|
if (Array.isArray(e) || Array.isArray(t))
|
|
3131
|
-
return !Array.isArray(e) || !Array.isArray(t) || e.length !== t.length ? !1 : e.every((o,
|
|
3167
|
+
return !Array.isArray(e) || !Array.isArray(t) || e.length !== t.length ? !1 : e.every((o, r) => Ue(o, t[r]));
|
|
3132
3168
|
const a = e, n = t, s = /* @__PURE__ */ new Set([...Object.keys(a), ...Object.keys(n)]);
|
|
3133
3169
|
for (const o of s)
|
|
3134
|
-
if (!
|
|
3170
|
+
if (!Ue(a[o], n[o])) return !1;
|
|
3135
3171
|
return !0;
|
|
3136
3172
|
}
|
|
3137
|
-
function
|
|
3173
|
+
function Hl(e) {
|
|
3138
3174
|
const {
|
|
3139
3175
|
data: t,
|
|
3140
3176
|
canSaveOverride: a,
|
|
3141
3177
|
autoBeforeClose: n = !0,
|
|
3142
3178
|
autoBeforeUnload: s = !0,
|
|
3143
3179
|
closeConfirmMessage: o,
|
|
3144
|
-
onRevert:
|
|
3180
|
+
onRevert: r
|
|
3145
3181
|
} = e, { meta: l, setFieldError: d, errorBag: u } = de({ validateOnMount: !1 }), E = b(J(t.value)), g = b(!1);
|
|
3146
3182
|
ne(
|
|
3147
3183
|
t,
|
|
3148
3184
|
(v) => {
|
|
3149
|
-
f.value && (g.value = !
|
|
3185
|
+
f.value && (g.value = !Ue(v, E.value));
|
|
3150
3186
|
},
|
|
3151
3187
|
{ deep: !0 }
|
|
3152
3188
|
);
|
|
3153
3189
|
const f = b(!1), c = w(() => f.value && g.value), S = w(() => !(!f.value || !l.value.valid || !g.value || a && !a.value));
|
|
3154
|
-
function
|
|
3190
|
+
function L() {
|
|
3155
3191
|
E.value = J(t.value), g.value = !1, f.value = !0;
|
|
3156
3192
|
}
|
|
3157
3193
|
function T() {
|
|
3158
|
-
f.value = !0, g.value = !
|
|
3194
|
+
f.value = !0, g.value = !Ue(t.value, E.value);
|
|
3159
3195
|
}
|
|
3160
3196
|
function I() {
|
|
3161
|
-
if (
|
|
3162
|
-
return
|
|
3197
|
+
if (r)
|
|
3198
|
+
return r();
|
|
3163
3199
|
t.value = J(E.value);
|
|
3164
3200
|
}
|
|
3165
|
-
if (s &&
|
|
3166
|
-
const { onBeforeClose: v } =
|
|
3201
|
+
if (s && $s(c), n !== !1) {
|
|
3202
|
+
const { onBeforeClose: v } = lt(), { showConfirmation: O } = pn();
|
|
3167
3203
|
v(async () => {
|
|
3168
|
-
let
|
|
3169
|
-
if (typeof n == "object" ?
|
|
3170
|
-
const
|
|
3171
|
-
return !await
|
|
3204
|
+
let h;
|
|
3205
|
+
if (typeof n == "object" ? h = n.value && c.value : h = c.value, h) {
|
|
3206
|
+
const N = o ? Bt(o) : "You have unsaved changes. Are you sure you want to leave?";
|
|
3207
|
+
return !await O(N);
|
|
3172
3208
|
}
|
|
3173
3209
|
return !1;
|
|
3174
3210
|
});
|
|
3175
3211
|
}
|
|
3176
|
-
return
|
|
3177
|
-
setBaseline:
|
|
3212
|
+
return yt(wn, { isModified: c, canSave: S }), {
|
|
3213
|
+
setBaseline: L,
|
|
3178
3214
|
markReady: T,
|
|
3179
3215
|
revert: I,
|
|
3180
3216
|
canSave: S,
|
|
@@ -3186,8 +3222,8 @@ function Fl(e) {
|
|
|
3186
3222
|
};
|
|
3187
3223
|
}
|
|
3188
3224
|
const Be = 14, Pa = 3;
|
|
3189
|
-
function
|
|
3190
|
-
const n = e.length, s = (u) => u !== void 0 && t.get(u) || 0, o = n > 0 ? e[n - 1] : void 0,
|
|
3225
|
+
function mr(e, t, a) {
|
|
3226
|
+
const n = e.length, s = (u) => u !== void 0 && t.get(u) || 0, o = n > 0 ? e[n - 1] : void 0, r = s(o), l = e.map((u, E) => {
|
|
3191
3227
|
const g = n - 1 - E;
|
|
3192
3228
|
let f = 0;
|
|
3193
3229
|
for (let S = E + 1; S < n; S++)
|
|
@@ -3209,10 +3245,10 @@ function fr(e, t, a) {
|
|
|
3209
3245
|
const g = u * Be + E, f = s(e[0]);
|
|
3210
3246
|
d = g + f;
|
|
3211
3247
|
} else
|
|
3212
|
-
d =
|
|
3213
|
-
return { toasts: l, frontHeight:
|
|
3248
|
+
d = r + Math.min(n - 1, Pa - 1) * Be;
|
|
3249
|
+
return { toasts: l, frontHeight: r, groupHeight: d };
|
|
3214
3250
|
}
|
|
3215
|
-
function
|
|
3251
|
+
function gr() {
|
|
3216
3252
|
const e = b(!1), t = b(!1);
|
|
3217
3253
|
let a = null;
|
|
3218
3254
|
function n() {
|
|
@@ -3224,7 +3260,7 @@ function mr() {
|
|
|
3224
3260
|
}, 200));
|
|
3225
3261
|
}
|
|
3226
3262
|
const o = le(/* @__PURE__ */ new Map());
|
|
3227
|
-
function
|
|
3263
|
+
function r(E, g) {
|
|
3228
3264
|
const f = Math.round(g);
|
|
3229
3265
|
o.get(E) !== f && o.set(E, f);
|
|
3230
3266
|
}
|
|
@@ -3243,13 +3279,13 @@ function mr() {
|
|
|
3243
3279
|
heightsMap: o,
|
|
3244
3280
|
expandStack: n,
|
|
3245
3281
|
collapseStack: s,
|
|
3246
|
-
reportHeight:
|
|
3282
|
+
reportHeight: r,
|
|
3247
3283
|
forgetHeight: l,
|
|
3248
3284
|
clearHeights: d,
|
|
3249
3285
|
setInteracting: u
|
|
3250
3286
|
};
|
|
3251
3287
|
}
|
|
3252
|
-
const
|
|
3288
|
+
const Sr = G({
|
|
3253
3289
|
name: "NotificationContainer",
|
|
3254
3290
|
inheritAttrs: !1,
|
|
3255
3291
|
props: {
|
|
@@ -3308,13 +3344,13 @@ const gr = G({
|
|
|
3308
3344
|
const { notificationContainers: t, actions: a } = Q(jt), n = w(() => t[e.position].value || []), {
|
|
3309
3345
|
expanded: s,
|
|
3310
3346
|
heightsMap: o,
|
|
3311
|
-
expandStack:
|
|
3347
|
+
expandStack: r,
|
|
3312
3348
|
collapseStack: l,
|
|
3313
3349
|
reportHeight: d,
|
|
3314
3350
|
forgetHeight: u,
|
|
3315
3351
|
clearHeights: E,
|
|
3316
3352
|
setInteracting: g
|
|
3317
|
-
} =
|
|
3353
|
+
} = gr();
|
|
3318
3354
|
function f(T) {
|
|
3319
3355
|
return typeof T == "object" && (!!T?.render || !!T?.setup);
|
|
3320
3356
|
}
|
|
@@ -3324,16 +3360,16 @@ const gr = G({
|
|
|
3324
3360
|
function S() {
|
|
3325
3361
|
a.clear(), E();
|
|
3326
3362
|
}
|
|
3327
|
-
const
|
|
3363
|
+
const L = w(() => (e.position || "top-center").startsWith("top"));
|
|
3328
3364
|
return () => {
|
|
3329
|
-
const T = n.value, I = T.length, v = s.value || I <= 1,
|
|
3365
|
+
const T = n.value, I = T.length, v = s.value || I <= 1, O = I > 1, h = mr(
|
|
3330
3366
|
T.map((m) => m.notificationId),
|
|
3331
3367
|
o,
|
|
3332
3368
|
v
|
|
3333
|
-
),
|
|
3334
|
-
const { sonnerIndex: R, zIndex:
|
|
3369
|
+
), N = T.map((m, p) => {
|
|
3370
|
+
const { sonnerIndex: R, zIndex: P, offset: M, initialHeight: F } = h.toasts[p], pe = {
|
|
3335
3371
|
"--toasts-before": R,
|
|
3336
|
-
"--z-index":
|
|
3372
|
+
"--z-index": P,
|
|
3337
3373
|
"--offset": `${M}px`,
|
|
3338
3374
|
"--initial-height": F ? `${F}px` : "auto"
|
|
3339
3375
|
}, ee = {
|
|
@@ -3344,18 +3380,18 @@ const gr = G({
|
|
|
3344
3380
|
toastsCount: I,
|
|
3345
3381
|
expanded: v,
|
|
3346
3382
|
visibleToasts: Pa,
|
|
3347
|
-
style:
|
|
3348
|
-
}, Na = m.content && f(m.content) ? te(
|
|
3383
|
+
style: pe
|
|
3384
|
+
}, Na = m.content && f(m.content) ? te(ft, { ...ee, content: te(nn(m.content)) }) : te(ft, ee);
|
|
3349
3385
|
return te("li", { key: m.notificationId, style: { display: "contents" } }, [Na]);
|
|
3350
3386
|
});
|
|
3351
|
-
let
|
|
3352
|
-
return
|
|
3387
|
+
let y = null;
|
|
3388
|
+
return O && (y = te(
|
|
3353
3389
|
"li",
|
|
3354
3390
|
{
|
|
3355
3391
|
class: "notification__clear-all",
|
|
3356
3392
|
style: {
|
|
3357
3393
|
position: "absolute",
|
|
3358
|
-
[
|
|
3394
|
+
[L.value ? "top" : "bottom"]: "0",
|
|
3359
3395
|
left: "var(--width, 356px)",
|
|
3360
3396
|
"margin-left": "8px",
|
|
3361
3397
|
"list-style": "none",
|
|
@@ -3372,7 +3408,7 @@ const gr = G({
|
|
|
3372
3408
|
onClick: S
|
|
3373
3409
|
},
|
|
3374
3410
|
[
|
|
3375
|
-
te(
|
|
3411
|
+
te(Cn, { icon: "lucide-x", size: "xs", "aria-hidden": "true" }),
|
|
3376
3412
|
X.global.t("CORE.NOTIFICATIONS.CLEAR_ALL")
|
|
3377
3413
|
]
|
|
3378
3414
|
)
|
|
@@ -3383,14 +3419,14 @@ const gr = G({
|
|
|
3383
3419
|
class: "notification__toast-group",
|
|
3384
3420
|
"data-expanded": String(v),
|
|
3385
3421
|
"data-position": e.position || "top-center",
|
|
3386
|
-
"data-y-position":
|
|
3422
|
+
"data-y-position": L.value ? "top" : "bottom",
|
|
3387
3423
|
style: {
|
|
3388
|
-
"--front-toast-height": `${
|
|
3424
|
+
"--front-toast-height": `${h.frontHeight}px`,
|
|
3389
3425
|
"--gap": `${Be}px`,
|
|
3390
3426
|
width: "var(--width, 356px)",
|
|
3391
|
-
height: `${
|
|
3427
|
+
height: `${h.groupHeight}px`
|
|
3392
3428
|
},
|
|
3393
|
-
onMouseenter:
|
|
3429
|
+
onMouseenter: r,
|
|
3394
3430
|
onMouseleave: l,
|
|
3395
3431
|
onPointerdown: () => {
|
|
3396
3432
|
g(!0);
|
|
@@ -3399,44 +3435,44 @@ const gr = G({
|
|
|
3399
3435
|
g(!1);
|
|
3400
3436
|
}
|
|
3401
3437
|
},
|
|
3402
|
-
[...
|
|
3438
|
+
[...N, y]
|
|
3403
3439
|
);
|
|
3404
3440
|
};
|
|
3405
3441
|
}
|
|
3406
|
-
}),
|
|
3442
|
+
}), pr = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
3407
3443
|
__proto__: null,
|
|
3408
|
-
default:
|
|
3444
|
+
default: Sr
|
|
3409
3445
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
3410
3446
|
function Ar(e, t) {
|
|
3411
3447
|
t.i18n?.locale && (X.global.locale.value = t.i18n.locale), t.i18n?.fallbackLocale && (X.global.fallbackLocale.value = t.i18n.fallbackLocale), e.use(X);
|
|
3412
|
-
const a =
|
|
3413
|
-
e.provide(
|
|
3448
|
+
const a = An();
|
|
3449
|
+
e.provide(bn, a);
|
|
3414
3450
|
const { resolveCamelCaseLocale: n } = a;
|
|
3415
3451
|
e.config.globalProperties.$mergeLocaleMessage = (s, o) => {
|
|
3416
3452
|
X.global.mergeLocaleMessage(n(s), o);
|
|
3417
|
-
}, Object.entries(
|
|
3453
|
+
}, Object.entries(Bo).forEach(([s, o]) => {
|
|
3418
3454
|
X.global.mergeLocaleMessage(n(s), o);
|
|
3419
3455
|
});
|
|
3420
3456
|
}
|
|
3421
|
-
function
|
|
3457
|
+
function Tr(e) {
|
|
3422
3458
|
const t = ya({
|
|
3423
3459
|
phone: 480,
|
|
3424
3460
|
desktop: 1024
|
|
3425
3461
|
});
|
|
3426
|
-
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(
|
|
3427
|
-
}
|
|
3428
|
-
function Tr(e) {
|
|
3429
|
-
e.config.globalProperties.pages = [], e.config.globalProperties.bladeRoutes = [], e.provide(Bn, e.config.globalProperties.bladeRoutes);
|
|
3462
|
+
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(Pn, e.config.globalProperties.$isPhone), e.provide(Nn, e.config.globalProperties.$isTablet), e.provide(Dn, e.config.globalProperties.$isMobile), e.provide(yn, e.config.globalProperties.$isDesktop), e.provide(Bn, e.config.globalProperties.$isTouch);
|
|
3430
3463
|
}
|
|
3431
3464
|
function hr(e) {
|
|
3432
|
-
e.
|
|
3433
|
-
const t = Tn(e);
|
|
3434
|
-
e.provide(kt, t);
|
|
3465
|
+
e.config.globalProperties.pages = [], e.config.globalProperties.bladeRoutes = [], e.provide(Mn, e.config.globalProperties.bladeRoutes);
|
|
3435
3466
|
}
|
|
3436
|
-
function Lr(e
|
|
3437
|
-
|
|
3467
|
+
function Lr(e) {
|
|
3468
|
+
e.provide(Ht, Wa()), e.provide(kn, Ha()), e.provide(Vn, Ga()), e.provide(Un, xa()), e.provide(Fn, $a()), e.provide(Wn, me());
|
|
3469
|
+
const t = Tn(e);
|
|
3470
|
+
e.provide(Vt, t);
|
|
3438
3471
|
}
|
|
3439
3472
|
function Or(e, t) {
|
|
3473
|
+
Go(), e.use(Rs, { router: t.router }), e.use(bs), e.use(mo), e.use(To), e.use(Ts), e.use(As), e.use(ns), e.use(xn, t.aiAgent);
|
|
3474
|
+
}
|
|
3475
|
+
function Rr(e, t) {
|
|
3440
3476
|
if (!t.applicationInsights?.instrumentationKey) return;
|
|
3441
3477
|
const a = {
|
|
3442
3478
|
appInsightsConfig: {
|
|
@@ -3451,7 +3487,7 @@ function Or(e, t) {
|
|
|
3451
3487
|
};
|
|
3452
3488
|
e.provide(Ka, a);
|
|
3453
3489
|
}
|
|
3454
|
-
function
|
|
3490
|
+
function _r(e, t) {
|
|
3455
3491
|
if (!t.applicationInsights?.instrumentationKey) return;
|
|
3456
3492
|
const a = {
|
|
3457
3493
|
appInsightsConfig: {
|
|
@@ -3464,8 +3500,8 @@ function Rr(e, t) {
|
|
|
3464
3500
|
cloudRole: t.applicationInsights?.cloudRole,
|
|
3465
3501
|
cloudRoleInstance: t.applicationInsights?.cloudRoleInstance
|
|
3466
3502
|
};
|
|
3467
|
-
e.use(
|
|
3468
|
-
const n = e.runWithContext(() =>
|
|
3503
|
+
e.use(ss, a);
|
|
3504
|
+
const n = e.runWithContext(() => os());
|
|
3469
3505
|
e.provide(za, n), e.runWithContext(() => {
|
|
3470
3506
|
const { setupPageTracking: s } = qa();
|
|
3471
3507
|
t.router.beforeEach((o) => {
|
|
@@ -3475,7 +3511,7 @@ function Rr(e, t) {
|
|
|
3475
3511
|
});
|
|
3476
3512
|
});
|
|
3477
3513
|
}
|
|
3478
|
-
function
|
|
3514
|
+
function Ir(e) {
|
|
3479
3515
|
const t = (a) => {
|
|
3480
3516
|
let n = {};
|
|
3481
3517
|
return Object.keys(a.params).length > 0 && (n = Object.fromEntries(Object.entries(a.params).filter(([s]) => s !== "pathMatch"))), n;
|
|
@@ -3490,7 +3526,7 @@ function _r(e) {
|
|
|
3490
3526
|
return localStorage.setItem("redirectAfterLogin", a.fullPath), { name: "Login" };
|
|
3491
3527
|
}
|
|
3492
3528
|
}), e.beforeEach((a, n) => {
|
|
3493
|
-
const { hasAccess: s } =
|
|
3529
|
+
const { hasAccess: s } = nt();
|
|
3494
3530
|
if (a.meta.permissions) {
|
|
3495
3531
|
if (s(a.meta.permissions)) return !0;
|
|
3496
3532
|
{
|
|
@@ -3503,415 +3539,417 @@ function _r(e) {
|
|
|
3503
3539
|
} else return !0;
|
|
3504
3540
|
});
|
|
3505
3541
|
}
|
|
3506
|
-
const
|
|
3542
|
+
const Gl = {
|
|
3507
3543
|
install(e, t) {
|
|
3508
|
-
|
|
3509
|
-
performance.mark("vc:deferred-plugins-start"),
|
|
3544
|
+
Ko(), Fa().register([{ key: "light", localizationKey: "core.themes.light" }]), window.fetch = Co(t.router), Ar(e, t), Tr(e), hr(e), Lr(e), Or(e, t), Rr(e, t), Mo(e), typeof window < "u" && (e.runWithContext(() => Qt()), e.runWithContext(() => ta())), Ir(t.router), setTimeout(() => {
|
|
3545
|
+
performance.mark("vc:deferred-plugins-start"), _r(e, t), performance.mark("vc:deferred-plugins-done");
|
|
3510
3546
|
}, 0);
|
|
3511
3547
|
}
|
|
3512
3548
|
};
|
|
3513
3549
|
export {
|
|
3514
|
-
|
|
3515
|
-
|
|
3516
|
-
|
|
3517
|
-
|
|
3518
|
-
|
|
3550
|
+
Mf as AI_AGENT_URL_ENV_KEY,
|
|
3551
|
+
VE as AiAgentServiceKey,
|
|
3552
|
+
UE as ApiException,
|
|
3553
|
+
FE as AppBarMobileButtonsServiceKey,
|
|
3554
|
+
Vn as AppBarWidgetServiceKey,
|
|
3519
3555
|
za as AppInsightsInstanceKey,
|
|
3520
3556
|
Ka as AppInsightsOptionsKey,
|
|
3521
|
-
|
|
3522
|
-
|
|
3523
|
-
|
|
3524
|
-
|
|
3525
|
-
|
|
3526
|
-
|
|
3527
|
-
|
|
3528
|
-
|
|
3529
|
-
|
|
3530
|
-
|
|
3531
|
-
|
|
3557
|
+
WE as AppManifestClient,
|
|
3558
|
+
HE as AppPlacement,
|
|
3559
|
+
GE as AppRootElementKey,
|
|
3560
|
+
xE as AppsClient,
|
|
3561
|
+
mo as AssetsDetailsModule,
|
|
3562
|
+
po as AssetsManager,
|
|
3563
|
+
To as AssetsManagerModule,
|
|
3564
|
+
$E as AuthApiBase,
|
|
3565
|
+
KE as AuthorizationClient,
|
|
3566
|
+
zE as BladeBackButtonKey,
|
|
3567
|
+
qE as BladeBannersKey,
|
|
3532
3568
|
xt as BladeContextKey,
|
|
3533
|
-
|
|
3569
|
+
YE as BladeDataKey,
|
|
3534
3570
|
Gt as BladeDescriptorKey,
|
|
3535
|
-
|
|
3536
|
-
|
|
3537
|
-
|
|
3538
|
-
|
|
3571
|
+
Kl as BladeError,
|
|
3572
|
+
wn as BladeFormKey,
|
|
3573
|
+
jE as BladeLoadingKey,
|
|
3574
|
+
ZE as BladeMaximizedKey,
|
|
3539
3575
|
On as BladeMessagingKey,
|
|
3540
|
-
|
|
3541
|
-
|
|
3576
|
+
XE as BladeRenderingStateKey,
|
|
3577
|
+
Mn as BladeRoutesKey,
|
|
3542
3578
|
Ln as BladeStackKey,
|
|
3543
|
-
|
|
3544
|
-
|
|
3545
|
-
|
|
3546
|
-
|
|
3547
|
-
|
|
3548
|
-
|
|
3549
|
-
|
|
3550
|
-
|
|
3551
|
-
|
|
3552
|
-
|
|
3553
|
-
|
|
3554
|
-
|
|
3555
|
-
|
|
3556
|
-
|
|
3557
|
-
|
|
3558
|
-
|
|
3559
|
-
|
|
3560
|
-
|
|
3561
|
-
|
|
3562
|
-
|
|
3563
|
-
|
|
3564
|
-
|
|
3565
|
-
|
|
3566
|
-
|
|
3567
|
-
|
|
3568
|
-
|
|
3569
|
-
|
|
3570
|
-
|
|
3571
|
-
|
|
3572
|
-
|
|
3573
|
-
|
|
3574
|
-
|
|
3575
|
-
|
|
3576
|
-
|
|
3577
|
-
|
|
3578
|
-
|
|
3579
|
-
|
|
3580
|
-
|
|
3581
|
-
|
|
3582
|
-
|
|
3583
|
-
|
|
3584
|
-
|
|
3585
|
-
|
|
3586
|
-
|
|
3587
|
-
|
|
3588
|
-
|
|
3589
|
-
|
|
3590
|
-
|
|
3591
|
-
|
|
3592
|
-
|
|
3593
|
-
|
|
3594
|
-
|
|
3595
|
-
|
|
3596
|
-
|
|
3597
|
-
|
|
3598
|
-
|
|
3599
|
-
|
|
3600
|
-
|
|
3601
|
-
|
|
3602
|
-
|
|
3603
|
-
|
|
3604
|
-
|
|
3605
|
-
|
|
3606
|
-
|
|
3607
|
-
|
|
3608
|
-
|
|
3609
|
-
|
|
3610
|
-
|
|
3611
|
-
|
|
3612
|
-
|
|
3613
|
-
|
|
3614
|
-
|
|
3615
|
-
|
|
3579
|
+
zl as ButtonGroupKey,
|
|
3580
|
+
_s as COMPONENT_DEFAULTS,
|
|
3581
|
+
Yu as CellDate,
|
|
3582
|
+
ju as CellDateAgo,
|
|
3583
|
+
Zu as CellDefault,
|
|
3584
|
+
Xu as CellEditableWrapper,
|
|
3585
|
+
Ju as CellHtml,
|
|
3586
|
+
Qu as CellImage,
|
|
3587
|
+
ed as CellLink,
|
|
3588
|
+
td as CellMoney,
|
|
3589
|
+
ad as CellNumber,
|
|
3590
|
+
nd as CellStatus,
|
|
3591
|
+
sd as CellStatusIcon,
|
|
3592
|
+
JE as ChangeLogClient,
|
|
3593
|
+
od as ChangePassword,
|
|
3594
|
+
rd as ChangePasswordButton,
|
|
3595
|
+
Ul as ChangePasswordPage,
|
|
3596
|
+
Em as ChartContainer,
|
|
3597
|
+
fm as ChartLegend,
|
|
3598
|
+
mm as ChartTooltip,
|
|
3599
|
+
QE as CloseSettingsMenuKey,
|
|
3600
|
+
id as ColumnCollector,
|
|
3601
|
+
kf as DEFAULT_AI_AGENT_CONFIG,
|
|
3602
|
+
gm as DashboardBarChart,
|
|
3603
|
+
Sm as DashboardDonutChart,
|
|
3604
|
+
Jf as DashboardFeedList,
|
|
3605
|
+
Qf as DashboardFeedRow,
|
|
3606
|
+
pm as DashboardLineChart,
|
|
3607
|
+
ef as DashboardServiceKey,
|
|
3608
|
+
em as DashboardStatItem,
|
|
3609
|
+
tm as DashboardWidgetCard,
|
|
3610
|
+
tf as DeveloperToolsClient,
|
|
3611
|
+
af as DiagnosticsClient,
|
|
3612
|
+
ql as DisplayableError,
|
|
3613
|
+
am as DraggableDashboard,
|
|
3614
|
+
nf as DynamicModulesKey,
|
|
3615
|
+
sf as DynamicPropertiesClient,
|
|
3616
|
+
of as DynamicPropertyValueType,
|
|
3617
|
+
Vf as EMBEDDED_TO_HOST_MESSAGE_TYPES,
|
|
3618
|
+
rf as EmbeddedModeKey,
|
|
3619
|
+
lf as EntryState,
|
|
3620
|
+
ld as ErrorInterceptor,
|
|
3621
|
+
ms as ExtensionPoint,
|
|
3622
|
+
Tm as ExtensionPoints,
|
|
3623
|
+
Zo as ExternalProviders,
|
|
3624
|
+
uf as ExternalSignInClient,
|
|
3625
|
+
Yl as FALLBACK_BLADE_ID,
|
|
3626
|
+
Ml as ForgotPassword,
|
|
3627
|
+
jl as FrameworkError,
|
|
3628
|
+
Uf as HOST_TO_EMBEDDED_MESSAGE_TYPES,
|
|
3629
|
+
Dt as InjectionError,
|
|
3630
|
+
df as InternalRoutesKey,
|
|
3631
|
+
Vl as Invite,
|
|
3632
|
+
yn as IsDesktopKey,
|
|
3633
|
+
Dn as IsMobileKey,
|
|
3634
|
+
Pn as IsPhoneKey,
|
|
3635
|
+
Nn as IsTabletKey,
|
|
3636
|
+
Bn as IsTouchKey,
|
|
3637
|
+
cf as JobsClient,
|
|
3638
|
+
Ef as JsonValueKind,
|
|
3639
|
+
nm as LAYOUT_STORAGE_KEY,
|
|
3640
|
+
ud as LanguageSelector,
|
|
3641
|
+
bn as LanguageServiceKey,
|
|
3642
|
+
ff as LocalizableSettingsClient,
|
|
3643
|
+
Bl as Login,
|
|
3644
|
+
dd as LogoutButton,
|
|
3645
|
+
cd as MenuBurgerIcon,
|
|
3646
|
+
Un as MenuServiceKey,
|
|
3647
|
+
Zl as ModuleLoadError,
|
|
3648
|
+
mf as ModulesClient,
|
|
3649
|
+
gf as ModulesLoadErrorKey,
|
|
3650
|
+
Sf as ModulesReadyKey,
|
|
3651
|
+
Sr as NotificationContainer,
|
|
3616
3652
|
sn as NotificationContextKey,
|
|
3617
|
-
|
|
3618
|
-
|
|
3619
|
-
|
|
3620
|
-
|
|
3621
|
-
|
|
3622
|
-
|
|
3623
|
-
|
|
3624
|
-
|
|
3625
|
-
|
|
3626
|
-
|
|
3627
|
-
|
|
3653
|
+
Ed as NotificationDropdown,
|
|
3654
|
+
Wn as NotificationStoreKey,
|
|
3655
|
+
fd as NotificationTemplate,
|
|
3656
|
+
pf as OAuthAppsClient,
|
|
3657
|
+
Af as ProgressMessageLevel,
|
|
3658
|
+
Tf as PushNotificationClient,
|
|
3659
|
+
Xl as RegistrationError,
|
|
3660
|
+
kl as ResetPassword,
|
|
3661
|
+
md as SCHEDULER_ZOOM_LEVELS,
|
|
3662
|
+
hf as SecurityClient,
|
|
3663
|
+
Jl as ServiceError,
|
|
3628
3664
|
Rn as SettingClient,
|
|
3629
|
-
|
|
3630
|
-
|
|
3631
|
-
|
|
3632
|
-
|
|
3633
|
-
|
|
3634
|
-
|
|
3635
|
-
|
|
3636
|
-
|
|
3637
|
-
|
|
3638
|
-
|
|
3639
|
-
|
|
3640
|
-
|
|
3641
|
-
|
|
3642
|
-
|
|
3643
|
-
|
|
3644
|
-
|
|
3645
|
-
|
|
3646
|
-
|
|
3647
|
-
|
|
3648
|
-
|
|
3649
|
-
|
|
3650
|
-
|
|
3651
|
-
|
|
3652
|
-
|
|
3653
|
-
|
|
3654
|
-
|
|
3655
|
-
|
|
3656
|
-
|
|
3657
|
-
|
|
3658
|
-
|
|
3659
|
-
|
|
3660
|
-
|
|
3661
|
-
|
|
3662
|
-
|
|
3663
|
-
|
|
3664
|
-
|
|
3665
|
-
|
|
3666
|
-
|
|
3667
|
-
|
|
3668
|
-
|
|
3669
|
-
|
|
3670
|
-
|
|
3665
|
+
Lf as SettingValueType,
|
|
3666
|
+
gd as SettingsMenu,
|
|
3667
|
+
Sd as SettingsMenuItem,
|
|
3668
|
+
Fn as SettingsMenuServiceKey,
|
|
3669
|
+
Of as SettingsV2Client,
|
|
3670
|
+
Rf as ShellIndicatorsKey,
|
|
3671
|
+
yl as Sidebar,
|
|
3672
|
+
_f as SortDirection,
|
|
3673
|
+
pd as Table,
|
|
3674
|
+
Ad as TableBody,
|
|
3675
|
+
Td as TableCell,
|
|
3676
|
+
hd as TableCheckbox,
|
|
3677
|
+
Ld as TableColumnSwitcher,
|
|
3678
|
+
Od as TableEmpty,
|
|
3679
|
+
Rd as TableFooter,
|
|
3680
|
+
_d as TableGroupRow,
|
|
3681
|
+
Id as TableHead,
|
|
3682
|
+
vd as TableHeader,
|
|
3683
|
+
wd as TableRow,
|
|
3684
|
+
Cd as TableRowActions,
|
|
3685
|
+
bd as TableSearchHeader,
|
|
3686
|
+
Pd as TableSelectAllBar,
|
|
3687
|
+
Nd as ThemeSelector,
|
|
3688
|
+
kn as ToolbarServiceKey,
|
|
3689
|
+
Dd as UserDropdownButton,
|
|
3690
|
+
Ql as ValidationError,
|
|
3691
|
+
yd as VcAccordion,
|
|
3692
|
+
Bd as VcAccordionItem,
|
|
3693
|
+
Ff as VcAiAgentPanel,
|
|
3694
|
+
Md as VcApp,
|
|
3695
|
+
kd as VcAppBarMobileActions,
|
|
3696
|
+
Vd as VcAppBarOverlay,
|
|
3697
|
+
Ud as VcAppBarWidgetContent,
|
|
3698
|
+
Fd as VcAppBarWidgetItem,
|
|
3699
|
+
Wd as VcAppBarWidgetsMenu,
|
|
3700
|
+
Hd as VcAppDesktopLayout,
|
|
3701
|
+
Gd as VcAppMenu,
|
|
3702
|
+
xd as VcAppMenuSidebar,
|
|
3703
|
+
$d as VcAppMobileLayout,
|
|
3704
|
+
Kd as VcAppSidebarCollapseButton,
|
|
3705
|
+
zd as VcAppSidebarContent,
|
|
3706
|
+
qd as VcAppSidebarHeader,
|
|
3671
3707
|
_e as VcAuthLayout,
|
|
3672
|
-
|
|
3708
|
+
Yd as VcBadge,
|
|
3673
3709
|
Sn as VcBanner,
|
|
3674
|
-
|
|
3675
|
-
|
|
3676
|
-
|
|
3677
|
-
|
|
3678
|
-
|
|
3679
|
-
|
|
3710
|
+
Ft as VcBlade,
|
|
3711
|
+
jd as VcBladeNavigation,
|
|
3712
|
+
Rs as VcBladeNavigationComponent,
|
|
3713
|
+
Zd as VcBladeNavigationV2,
|
|
3714
|
+
Xd as VcBladeSlot,
|
|
3715
|
+
Jd as VcBreadcrumbs,
|
|
3680
3716
|
$ as VcButton,
|
|
3681
|
-
|
|
3682
|
-
|
|
3683
|
-
|
|
3684
|
-
|
|
3685
|
-
|
|
3686
|
-
|
|
3687
|
-
|
|
3717
|
+
Qd as VcButtonGroup,
|
|
3718
|
+
ec as VcCard,
|
|
3719
|
+
tc as VcCheckbox,
|
|
3720
|
+
ac as VcCheckboxGroup,
|
|
3721
|
+
nc as VcCol,
|
|
3722
|
+
eu as VcColorInput,
|
|
3723
|
+
Ae as VcColumn,
|
|
3688
3724
|
En as VcContainer,
|
|
3689
3725
|
mn as VcDataTable,
|
|
3690
|
-
|
|
3691
|
-
|
|
3692
|
-
|
|
3693
|
-
|
|
3694
|
-
|
|
3695
|
-
|
|
3696
|
-
|
|
3697
|
-
|
|
3726
|
+
tu as VcDatePicker,
|
|
3727
|
+
sc as VcDropdown,
|
|
3728
|
+
oc as VcDropdownItem,
|
|
3729
|
+
rc as VcDynamicProperty,
|
|
3730
|
+
ic as VcEditor,
|
|
3731
|
+
lc as VcEnvironmentBanner,
|
|
3732
|
+
$e as VcField,
|
|
3733
|
+
uc as VcFileUpload,
|
|
3698
3734
|
ge as VcForm,
|
|
3699
|
-
|
|
3735
|
+
dc as VcGallery,
|
|
3700
3736
|
Ee as VcHint,
|
|
3701
|
-
|
|
3702
|
-
|
|
3703
|
-
|
|
3704
|
-
|
|
3737
|
+
Cn as VcIcon,
|
|
3738
|
+
it as VcImage,
|
|
3739
|
+
cc as VcImageTile,
|
|
3740
|
+
Ec as VcImageUpload,
|
|
3705
3741
|
K as VcInput,
|
|
3706
|
-
|
|
3707
|
-
|
|
3708
|
-
|
|
3709
|
-
|
|
3710
|
-
|
|
3711
|
-
|
|
3712
|
-
|
|
3713
|
-
|
|
3714
|
-
|
|
3715
|
-
|
|
3716
|
-
|
|
3717
|
-
|
|
3718
|
-
|
|
3719
|
-
|
|
3742
|
+
au as VcInputCurrency,
|
|
3743
|
+
nu as VcInputDropdown,
|
|
3744
|
+
fc as VcInputGroup,
|
|
3745
|
+
su as VcLabel,
|
|
3746
|
+
mc as VcLanguageSelector,
|
|
3747
|
+
gc as VcLink,
|
|
3748
|
+
Wt as VcLoading,
|
|
3749
|
+
Sc as VcMenu,
|
|
3750
|
+
pc as VcMenuExpandedKey,
|
|
3751
|
+
Ac as VcMenuGroup,
|
|
3752
|
+
Tc as VcMenuItem,
|
|
3753
|
+
hc as VcMultivalue,
|
|
3754
|
+
Lc as VcPagination,
|
|
3755
|
+
Oc as VcPopover,
|
|
3720
3756
|
un as VcPopup,
|
|
3721
|
-
|
|
3722
|
-
|
|
3723
|
-
|
|
3724
|
-
|
|
3725
|
-
|
|
3726
|
-
|
|
3727
|
-
|
|
3728
|
-
|
|
3757
|
+
Rc as VcProgress,
|
|
3758
|
+
_c as VcRadioButton,
|
|
3759
|
+
Ic as VcRadioGroup,
|
|
3760
|
+
vc as VcRating,
|
|
3761
|
+
wc as VcRow,
|
|
3762
|
+
Cc as VcScheduler,
|
|
3763
|
+
ou as VcScrollableContainer,
|
|
3764
|
+
ru as VcSelect,
|
|
3729
3765
|
gn as VcSidebar,
|
|
3730
|
-
|
|
3731
|
-
|
|
3732
|
-
|
|
3733
|
-
|
|
3734
|
-
|
|
3735
|
-
|
|
3766
|
+
iu as VcSkeleton,
|
|
3767
|
+
bc as VcSlider,
|
|
3768
|
+
Pc as VcStatus,
|
|
3769
|
+
Nc as VcStatusIcon,
|
|
3770
|
+
Dc as VcSwitch,
|
|
3771
|
+
yc as VcTable,
|
|
3736
3772
|
fn as VcTextarea,
|
|
3737
|
-
|
|
3738
|
-
|
|
3739
|
-
|
|
3740
|
-
|
|
3773
|
+
ft as VcToast,
|
|
3774
|
+
If as VcTooltip,
|
|
3775
|
+
Bc as VcVideo,
|
|
3776
|
+
Mc as VcWidget,
|
|
3741
3777
|
_n as WidgetScopeKey,
|
|
3742
3778
|
Ht as WidgetServiceKey,
|
|
3743
|
-
|
|
3744
|
-
|
|
3745
|
-
|
|
3746
|
-
|
|
3747
|
-
|
|
3748
|
-
|
|
3749
|
-
|
|
3750
|
-
|
|
3751
|
-
|
|
3752
|
-
|
|
3753
|
-
|
|
3754
|
-
|
|
3755
|
-
|
|
3756
|
-
|
|
3757
|
-
|
|
3758
|
-
|
|
3759
|
-
|
|
3760
|
-
|
|
3761
|
-
|
|
3762
|
-
|
|
3763
|
-
|
|
3764
|
-
|
|
3779
|
+
Ut as __registerBladeConfig,
|
|
3780
|
+
kc as _createEnvironmentNameLogic,
|
|
3781
|
+
vf as _createInternalUserLogic,
|
|
3782
|
+
Fl as _resetAdapterState,
|
|
3783
|
+
wf as _sharedInternalUserLogic,
|
|
3784
|
+
lu as addAppBarWidget,
|
|
3785
|
+
uu as addMenuItem,
|
|
3786
|
+
du as addSettingsMenuItem,
|
|
3787
|
+
cu as after,
|
|
3788
|
+
xn as aiAgentPlugin,
|
|
3789
|
+
Vc as autofocus,
|
|
3790
|
+
Eu as before,
|
|
3791
|
+
fu as bigInt,
|
|
3792
|
+
El as camelToSnake,
|
|
3793
|
+
ml as camelize,
|
|
3794
|
+
sm as clearLayoutStorage,
|
|
3795
|
+
mu as convertColorNameToHex,
|
|
3796
|
+
Uc as convertMomentFormat,
|
|
3797
|
+
Wf as createAiAgentToolbarButton,
|
|
3798
|
+
Tl as createAppModule,
|
|
3799
|
+
gu as createBackendRegistry,
|
|
3800
|
+
Su as createKeyedBackendRegistry,
|
|
3765
3801
|
U as createLogger,
|
|
3766
|
-
|
|
3767
|
-
|
|
3768
|
-
|
|
3769
|
-
|
|
3770
|
-
|
|
3771
|
-
|
|
3772
|
-
|
|
3773
|
-
|
|
3774
|
-
|
|
3775
|
-
|
|
3776
|
-
|
|
3777
|
-
|
|
3778
|
-
|
|
3802
|
+
Gl as default,
|
|
3803
|
+
ct as defineAppModule,
|
|
3804
|
+
Pl as defineBladeContext,
|
|
3805
|
+
hm as defineExtensionPoint,
|
|
3806
|
+
Fc as detectThemePreset,
|
|
3807
|
+
Hf as expectedCode,
|
|
3808
|
+
Gf as expectedEventKey,
|
|
3809
|
+
pu as fileWeight,
|
|
3810
|
+
Wc as focusIfLoose,
|
|
3811
|
+
Hc as formatBadgeCount,
|
|
3812
|
+
Gc as formatDateRelative,
|
|
3813
|
+
xc as formatDateWithPattern,
|
|
3814
|
+
xf as formatShortcut,
|
|
3815
|
+
om as fromGridstackNode,
|
|
3779
3816
|
ka as generateId,
|
|
3780
|
-
|
|
3781
|
-
|
|
3782
|
-
|
|
3783
|
-
|
|
3817
|
+
$c as getAllBladeConfigs,
|
|
3818
|
+
Kc as getBestThumbnailSize,
|
|
3819
|
+
zc as getBladeConfig,
|
|
3820
|
+
hl as getComponentDefaults,
|
|
3784
3821
|
qt as getExtensionColor,
|
|
3785
3822
|
Yt as getExtensionLabel,
|
|
3786
|
-
|
|
3787
|
-
|
|
3788
|
-
|
|
3789
|
-
|
|
3823
|
+
Au as getMenuBadge,
|
|
3824
|
+
Tu as getMenuBadges,
|
|
3825
|
+
qc as getThumbnailUrl,
|
|
3826
|
+
$f as hotkey,
|
|
3790
3827
|
X as i18n,
|
|
3791
|
-
|
|
3792
|
-
|
|
3828
|
+
Nl as injectBladeContext,
|
|
3829
|
+
hu as isFrameworkError,
|
|
3793
3830
|
Kt as isImage,
|
|
3794
|
-
|
|
3795
|
-
|
|
3796
|
-
|
|
3797
|
-
|
|
3798
|
-
|
|
3799
|
-
|
|
3831
|
+
Kf as isTextInputFocused,
|
|
3832
|
+
Lu as isValidHexColor,
|
|
3833
|
+
gs as kebabToCamel,
|
|
3834
|
+
fl as kebabToPascal,
|
|
3835
|
+
Yc as languageToCountryMap,
|
|
3836
|
+
rm as loadLayoutFromStorage,
|
|
3800
3837
|
Ma as loading,
|
|
3801
|
-
|
|
3802
|
-
|
|
3803
|
-
|
|
3804
|
-
|
|
3805
|
-
|
|
3806
|
-
|
|
3838
|
+
Cf as logger,
|
|
3839
|
+
bf as loggers,
|
|
3840
|
+
zf as matchesEvent,
|
|
3841
|
+
im as mergeLayoutWithWidgets,
|
|
3842
|
+
Ou as mindimensions,
|
|
3843
|
+
Ru as normalizeHexColor,
|
|
3807
3844
|
q as notification,
|
|
3808
3845
|
be as parseError,
|
|
3809
3846
|
As as permissions,
|
|
3810
|
-
|
|
3811
|
-
|
|
3812
|
-
|
|
3813
|
-
|
|
3814
|
-
|
|
3815
|
-
|
|
3816
|
-
|
|
3817
|
-
|
|
3847
|
+
_u as provideAppBarState,
|
|
3848
|
+
jc as provideAppBarWidget,
|
|
3849
|
+
Iu as provideDashboardService,
|
|
3850
|
+
Zc as provideLanguages,
|
|
3851
|
+
vu as provideMenuService,
|
|
3852
|
+
wu as provideSettingsMenu,
|
|
3853
|
+
Xc as provideSidebarState,
|
|
3854
|
+
Cu as provideToolbarService,
|
|
3818
3855
|
zt as readableSize,
|
|
3819
|
-
|
|
3820
|
-
|
|
3821
|
-
|
|
3822
|
-
|
|
3823
|
-
|
|
3824
|
-
|
|
3825
|
-
|
|
3826
|
-
|
|
3827
|
-
|
|
3828
|
-
|
|
3829
|
-
|
|
3830
|
-
|
|
3831
|
-
|
|
3832
|
-
|
|
3833
|
-
|
|
3834
|
-
|
|
3835
|
-
|
|
3836
|
-
|
|
3837
|
-
|
|
3838
|
-
|
|
3839
|
-
|
|
3840
|
-
|
|
3856
|
+
bu as registerDashboardWidget,
|
|
3857
|
+
Pu as registerExternalWidget,
|
|
3858
|
+
Nu as registerToolbarItem,
|
|
3859
|
+
Du as registerWidget,
|
|
3860
|
+
yu as removeMenuBadge,
|
|
3861
|
+
Bu as removeRegisteredMenuItem,
|
|
3862
|
+
Jc as resolveEnvironment,
|
|
3863
|
+
Qc as resolveLocale,
|
|
3864
|
+
eE as resolveLocaleSync,
|
|
3865
|
+
lm as saveLayoutToStorage,
|
|
3866
|
+
Mu as setMenuBadge,
|
|
3867
|
+
Ts as signalR,
|
|
3868
|
+
tE as stripTenantPrefix,
|
|
3869
|
+
um as toGridstackWidget,
|
|
3870
|
+
aE as useAdaptiveItems,
|
|
3871
|
+
qf as useAiAgent,
|
|
3872
|
+
yf as useAiAgentContext,
|
|
3873
|
+
Ms as useApiClient,
|
|
3874
|
+
nE as useAppBarMobileActions,
|
|
3875
|
+
ku as useAppBarState,
|
|
3876
|
+
sE as useAppBarWidget,
|
|
3877
|
+
oE as useAppBarWidgets,
|
|
3841
3878
|
qa as useAppInsights,
|
|
3842
|
-
|
|
3843
|
-
|
|
3879
|
+
_l as useAssets,
|
|
3880
|
+
Il as useAssetsManager,
|
|
3844
3881
|
Zt as useAsync,
|
|
3845
|
-
|
|
3846
|
-
|
|
3847
|
-
|
|
3848
|
-
|
|
3849
|
-
|
|
3850
|
-
|
|
3851
|
-
|
|
3852
|
-
|
|
3853
|
-
|
|
3854
|
-
|
|
3855
|
-
|
|
3856
|
-
|
|
3857
|
-
|
|
3858
|
-
|
|
3859
|
-
|
|
3860
|
-
|
|
3861
|
-
|
|
3862
|
-
|
|
3863
|
-
|
|
3864
|
-
|
|
3865
|
-
|
|
3866
|
-
|
|
3867
|
-
|
|
3868
|
-
|
|
3869
|
-
|
|
3870
|
-
|
|
3871
|
-
|
|
3872
|
-
|
|
3873
|
-
|
|
3874
|
-
|
|
3875
|
-
|
|
3876
|
-
|
|
3877
|
-
|
|
3882
|
+
rE as useBadge,
|
|
3883
|
+
$s as useBeforeUnload,
|
|
3884
|
+
lt as useBlade,
|
|
3885
|
+
Hl as useBladeForm,
|
|
3886
|
+
Vu as useBladeLoading,
|
|
3887
|
+
iE as useBladeMessaging,
|
|
3888
|
+
Wl as useBladeNavigation,
|
|
3889
|
+
gl as useBladeNotifications,
|
|
3890
|
+
Yf as useBladeStack,
|
|
3891
|
+
Cl as useBladeWidgets,
|
|
3892
|
+
lE as useBreadcrumbs,
|
|
3893
|
+
pl as useBroadcastFilter,
|
|
3894
|
+
uE as useCollapsible,
|
|
3895
|
+
dE as useColumnFilter,
|
|
3896
|
+
Ho as useContainer,
|
|
3897
|
+
Uu as useDashboard,
|
|
3898
|
+
cE as useDataTablePagination,
|
|
3899
|
+
EE as useDataTableSort,
|
|
3900
|
+
vl as useDynamicProperties,
|
|
3901
|
+
fE as useEnvironmentName,
|
|
3902
|
+
Fu as useErrorHandler,
|
|
3903
|
+
Lm as useExtensionPoint,
|
|
3904
|
+
mE as useFilterState,
|
|
3905
|
+
Wu as useFloatingPosition,
|
|
3906
|
+
Hu as useFormField,
|
|
3907
|
+
Ll as useFunctions,
|
|
3908
|
+
gE as useGalleryPreview,
|
|
3909
|
+
dm as useGridstack,
|
|
3910
|
+
SE as useImageLoad,
|
|
3911
|
+
Vo as useInstance,
|
|
3912
|
+
jf as useIsMac,
|
|
3913
|
+
Zf as useKeyboardShortcuts,
|
|
3914
|
+
pE as useLanguages,
|
|
3915
|
+
Rl as useLatestRequest,
|
|
3878
3916
|
Xt as useLoading,
|
|
3879
|
-
|
|
3880
|
-
|
|
3881
|
-
|
|
3882
|
-
|
|
3883
|
-
|
|
3917
|
+
AE as useMenuActiveState,
|
|
3918
|
+
TE as useMenuExpanded,
|
|
3919
|
+
Gu as useMenuService,
|
|
3920
|
+
Dl as useModificationTracker,
|
|
3921
|
+
Sl as useNotificationContext,
|
|
3884
3922
|
me as useNotificationStore,
|
|
3885
|
-
|
|
3886
|
-
|
|
3887
|
-
|
|
3923
|
+
Ol as useNotifications,
|
|
3924
|
+
nt as usePermissions,
|
|
3925
|
+
pn as usePopup,
|
|
3888
3926
|
Ua as useResponsive,
|
|
3889
|
-
|
|
3927
|
+
xu as useScrollArrows,
|
|
3890
3928
|
we as useSettings,
|
|
3891
|
-
|
|
3892
|
-
|
|
3893
|
-
|
|
3894
|
-
|
|
3895
|
-
|
|
3896
|
-
|
|
3897
|
-
|
|
3898
|
-
|
|
3899
|
-
|
|
3929
|
+
$u as useSettingsMenu,
|
|
3930
|
+
hE as useShellBootstrap,
|
|
3931
|
+
LE as useShellLifecycle,
|
|
3932
|
+
OE as useShellNavigation,
|
|
3933
|
+
RE as useSidebarState,
|
|
3934
|
+
_E as useTableColumnsReorder,
|
|
3935
|
+
IE as useTableColumnsResize,
|
|
3936
|
+
vE as useTableContext,
|
|
3937
|
+
wE as useTableInlineEdit,
|
|
3900
3938
|
Al as useTableQueryState,
|
|
3901
|
-
|
|
3902
|
-
|
|
3903
|
-
|
|
3904
|
-
|
|
3905
|
-
|
|
3906
|
-
|
|
3939
|
+
CE as useTableRowGrouping,
|
|
3940
|
+
bE as useTableRowReorder,
|
|
3941
|
+
PE as useTableSearch,
|
|
3942
|
+
NE as useTableSelection,
|
|
3943
|
+
DE as useTableSort,
|
|
3944
|
+
Pf as useTeleportTarget,
|
|
3907
3945
|
Fa as useTheme,
|
|
3908
|
-
|
|
3909
|
-
|
|
3910
|
-
|
|
3911
|
-
|
|
3912
|
-
|
|
3913
|
-
|
|
3914
|
-
|
|
3946
|
+
yE as useToggleableContent,
|
|
3947
|
+
Ku as useToolbar,
|
|
3948
|
+
Nf as useUser,
|
|
3949
|
+
BE as useVirtualScroll,
|
|
3950
|
+
wl as useWebVitals,
|
|
3951
|
+
bl as useWidgetTrigger,
|
|
3952
|
+
ME as vAutofocus,
|
|
3915
3953
|
Ma as vLoading,
|
|
3916
|
-
|
|
3954
|
+
zu as wrapError
|
|
3917
3955
|
};
|