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