@vc-shell/framework 2.4.0-pr284.ad0152c → 2.4.0-pr286.f2bee0f
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/{VcScheduler.vue_vue_type_script_setup_true_lang-CCMK7yMK.js → VcScheduler.vue_vue_type_script_setup_true_lang-CbGnJDiN.js} +2160 -2133
- package/dist/chunks/VcScheduler.vue_vue_type_script_setup_true_lang-CbGnJDiN.js.map +1 -0
- package/dist/core/utilities/focus.d.ts +25 -0
- package/dist/core/utilities/focus.d.ts.map +1 -0
- package/dist/core/utilities/index.d.ts +1 -0
- package/dist/core/utilities/index.d.ts.map +1 -1
- package/dist/framework.js +148 -147
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/ui/components/molecules/vc-color-input/vc-color-input.vue.d.ts +2 -2
- package/dist/ui/components/molecules/vc-date-picker/vc-date-picker.vue.d.ts +2 -2
- package/dist/ui/components/molecules/vc-input/vc-input.vue.d.ts +2 -2
- package/dist/ui/components/molecules/vc-multivalue/_internal/MultivalueTrigger.vue.d.ts +2 -2
- package/dist/ui/components/molecules/vc-select/_internal/SelectTrigger.vue.d.ts +2 -2
- package/dist/ui/components/organisms/vc-app/vc-app.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-blade/_internal/BladeHeader.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-blade/vc-blade.vue.d.ts.map +1 -1
- package/dist/ui/index.js +1 -1
- package/package.json +4 -4
- package/dist/chunks/VcScheduler.vue_vue_type_script_setup_true_lang-CCMK7yMK.js.map +0 -1
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Focuses `getTarget()` — but only if nothing meaningful holds focus by then.
|
|
3
|
+
*
|
|
4
|
+
* Use it where the shell changes context (a route change, a panel opening, a control
|
|
5
|
+
* being replaced) and focus would otherwise be left on `<body>`, making the next Tab
|
|
6
|
+
* restart from the top of the document (WCAG 2.4.3 Focus Order).
|
|
7
|
+
*
|
|
8
|
+
* Two details make this a shared helper rather than an inline `focus()` call:
|
|
9
|
+
*
|
|
10
|
+
* - **The check must happen after the DOM is patched.** At call time the node the
|
|
11
|
+
* user interacted with is usually still focused *and still connected*, and only
|
|
12
|
+
* becomes detached during the patch that follows. Testing "was focus lost?" any
|
|
13
|
+
* earlier answers "no", so the call is skipped — and focus drops to `<body>` a tick
|
|
14
|
+
* later.
|
|
15
|
+
* - **It must decline when focus is held.** A view that autofocuses a field keeps it,
|
|
16
|
+
* and a user who has already moved on is not interrupted. This repairs lost focus;
|
|
17
|
+
* it does not dictate focus.
|
|
18
|
+
*
|
|
19
|
+
* For deliberately taking focus (opening a menu, entering an editor) call `focus()`
|
|
20
|
+
* directly — this helper will refuse.
|
|
21
|
+
*
|
|
22
|
+
* `getTarget` is a callback because the target often does not exist yet at call time.
|
|
23
|
+
*/
|
|
24
|
+
export declare function focusIfLoose(getTarget: () => HTMLElement | null | undefined): void;
|
|
25
|
+
//# sourceMappingURL=focus.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"focus.d.ts","sourceRoot":"","sources":["../../../core/utilities/focus.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;;;;;;;;;;;;;GAsBG;AACH,wBAAgB,YAAY,CAAC,SAAS,EAAE,MAAM,WAAW,GAAG,IAAI,GAAG,SAAS,GAAG,IAAI,CAWlF"}
|
|
@@ -5,6 +5,7 @@ export * from "../utilities/generateId";
|
|
|
5
5
|
export * from "../utilities/logger";
|
|
6
6
|
export * from "../utilities/errorTypes";
|
|
7
7
|
export * from "../utilities/error";
|
|
8
|
+
export * from "../utilities/focus";
|
|
8
9
|
export * from "./date";
|
|
9
10
|
export * from "../utilities/assets";
|
|
10
11
|
export * from "../utilities/colorUtils";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../core/utilities/index.ts"],"names":[],"mappings":"AAAA,cAAc,8BAA8B,CAAC;AAC7C,cAAc,8BAA8B,CAAC;AAC7C,cAAc,0BAA0B,CAAC;AACzC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,wBAAwB,CAAC;AACvC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,uBAAuB,CAAC;AACtC,cAAc,QAAQ,CAAC;AACvB,cAAc,wBAAwB,CAAC;AACvC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,kCAAkC,CAAC;AACjD,cAAc,2BAA2B,CAAC;AAC1C,cAAc,iCAAiC,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../core/utilities/index.ts"],"names":[],"mappings":"AAAA,cAAc,8BAA8B,CAAC;AAC7C,cAAc,8BAA8B,CAAC;AAC7C,cAAc,0BAA0B,CAAC;AACzC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,wBAAwB,CAAC;AACvC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,uBAAuB,CAAC;AACtC,cAAc,uBAAuB,CAAC;AACtC,cAAc,QAAQ,CAAC;AACvB,cAAc,wBAAwB,CAAC;AACvC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,kCAAkC,CAAC;AACjD,cAAc,2BAA2B,CAAC;AAC1C,cAAc,iCAAiC,CAAC"}
|
package/dist/framework.js
CHANGED
|
@@ -2,16 +2,16 @@ import { b as Da, c as ya } from "./chunks/vendor-vueuse-core-BFa9je5E.js";
|
|
|
2
2
|
import { t as at, v as oe, w as q, x as X, _ as $, y as be, z as Ba, I as bt, d as K, b as pe, l as Ma, A as ka, C as Va, D as Ua, V as Ee, E as Fa, F as Wa, G as Ha, H as Ga, J as xa, K as $a, L as Ka, M as za, N as qa } from "./chunks/VcScheduler.vue_vue_type_style_index_0_lang-BSvjI-39.js";
|
|
3
3
|
import { O as xl, B as $l, P as Kl, Q as zl, R as ql, S as Yl, T as jl, U as Zl, W as Xl, a as Jl, c as Ql, e as eu, f as tu, g as au, h as nu, i as su, j as ou, X as ru, Y as iu, Z as lu, $ as uu, a0 as du, a1 as cu, a2 as Eu, a3 as fu, a4 as mu, a5 as gu, a6 as Su, a7 as Au, a8 as pu, a9 as Tu, aa as hu, ab as Lu, p as Ou, ac as Ru, ad as _u, ae as Iu, af as vu, ag as wu, ah as Cu, ai as bu, aj as Pu, ak as Nu, al as Du, am as yu, u as Bu, k as Mu, r as ku, an as Vu, m as Uu, n as Fu, ao as Wu, o as Hu, ap as Gu, aq as xu, ar as $u } from "./chunks/VcScheduler.vue_vue_type_style_index_0_lang-BSvjI-39.js";
|
|
4
4
|
import { getCurrentScope as Pt, onScopeDispose as Nt, computed as w, inject as Q, watch as ne, defineComponent as G, openBlock as C, createBlock as D, createSlots as Oe, withCtx as p, renderSlot as Y, createElementVNode as V, normalizeClass as Ya, createElementBlock as H, Fragment as se, createVNode as _, unref as r, createTextVNode as k, toDisplayString as y, shallowReactive as ja, ref as b, readonly as Je, onMounted as Re, onBeforeMount as Za, onBeforeUnmount as Xa, onUnmounted as Ja, provide as Dt, toValue as yt, isRef as Bt, normalizeStyle as Mt, createCommentVNode as z, withDirectives as Qa, withModifiers as We, reactive as le, createApp as en, nextTick as Pe, renderList as Ue, withKeys as nt, mergeProps as ie, getCurrentInstance as tn, warn as an, h as te, toRaw as nn } from "vue";
|
|
5
|
-
import { b5 as me, b6 as sn, b7 as on, b8 as kt, b9 as He, ba as rn, bb as ln, ao as un, bc as Ge, bd as dn, be as cn, bf as Vt, Q as Ut, $ as En, a8 as ge, aa as st, a6 as xe, aB as fn, a0 as mn, av as gn, N as _e, ag as Ft, P as Sn, bg as An, aC as dt, bh as pn, bi as Tn } from "./chunks/VcScheduler.vue_vue_type_script_setup_true_lang-
|
|
6
|
-
import { _ as zu, a as qu, b as Yu, c as ju, d as Zu, e as Xu, f as Ju, g as Qu, h as ed, i as td, j as ad, bj as nd, bk as sd, C as od, bl as rd, bm as id, bn as ld, k as ud, bo as dd, bp as cd, S as Ed, bq as fd, br as md, l as gd, m as Sd, n as Ad, o as pd, p as Td, q as hd, T as Ld, r as Od, s as Rd, t as _d, u as Id, v as vd, w as wd, x as Cd, bs as bd, bt as Pd, V as Nd, y as Dd, z as yd, A as Bd, B as Md, D as kd, E as Vd, F as Ud, G as Fd, H as Wd, I as Hd, J as Gd, K as xd, L as $d, M as Kd, O as zd, bu as qd, bu as Yd, bv as jd, R as Zd, U as Xd, W as Jd, X as Qd, Y as ec, Z as tc, a1 as ac, a2 as nc, a3 as sc, a4 as oc, a5 as rc, a7 as ic, a9 as lc, ab as uc, ac as dc, ad as cc, ae as Ec, af as fc, ah as mc, ai as gc, aj as Sc, ak as Ac, al as pc, am as Tc, an as hc, ap as Lc, aq as Oc, ar as Rc, as as _c, at as Ic, au as vc, aw as wc, ax as Cc, ay as bc, az as Pc, aA as Nc, aD as Dc, aE as yc, bw as Bc, aF as Mc, bx as kc, by as Vc, bz as Uc, bA as Fc, bB as Wc, bC as Hc, bD as Gc, bE as xc, bF as $c, bG as Kc, bH as zc, bI as qc, bJ as Yc, bK as jc, bL as Zc, bM as Xc,
|
|
5
|
+
import { b5 as me, b6 as sn, b7 as on, b8 as kt, b9 as He, ba as rn, bb as ln, ao as un, bc as Ge, bd as dn, be as cn, bf as Vt, Q as Ut, $ as En, a8 as ge, aa as st, a6 as xe, aB as fn, a0 as mn, av as gn, N as _e, ag as Ft, P as Sn, bg as An, aC as dt, bh as pn, bi as Tn } from "./chunks/VcScheduler.vue_vue_type_script_setup_true_lang-CbGnJDiN.js";
|
|
6
|
+
import { _ as zu, a as qu, b as Yu, c as ju, d as Zu, e as Xu, f as Ju, g as Qu, h as ed, i as td, j as ad, bj as nd, bk as sd, C as od, bl as rd, bm as id, bn as ld, k as ud, bo as dd, bp as cd, S as Ed, bq as fd, br as md, l as gd, m as Sd, n as Ad, o as pd, p as Td, q as hd, T as Ld, r as Od, s as Rd, t as _d, u as Id, v as vd, w as wd, x as Cd, bs as bd, bt as Pd, V as Nd, y as Dd, z as yd, A as Bd, B as Md, D as kd, E as Vd, F as Ud, G as Fd, H as Wd, I as Hd, J as Gd, K as xd, L as $d, M as Kd, O as zd, bu as qd, bu as Yd, bv as jd, R as Zd, U as Xd, W as Jd, X as Qd, Y as ec, Z as tc, a1 as ac, a2 as nc, a3 as sc, a4 as oc, a5 as rc, a7 as ic, a9 as lc, ab as uc, ac as dc, ad as cc, ae as Ec, af as fc, ah as mc, ai as gc, aj as Sc, ak as Ac, al as pc, am as Tc, an as hc, ap as Lc, aq as Oc, ar as Rc, as as _c, at as Ic, au as vc, aw as wc, ax as Cc, ay as bc, az as Pc, aA as Nc, aD as Dc, aE as yc, bw as Bc, aF as Mc, bx as kc, by as Vc, bz as Uc, bA as Fc, bB as Wc, bC as Hc, bD as Gc, bE as xc, bF as $c, bG as Kc, bH as zc, bI as qc, bJ as Yc, bK as jc, bL as Zc, bM as Xc, bN as Jc, aG as Qc, aH as eE, aI as tE, bO as aE, aJ as nE, aK as sE, bP as oE, bQ as rE, aL as iE, aM as lE, aN as uE, aO as dE, bR as cE, aP as EE, aQ as fE, aR as mE, bS as gE, aS as SE, bT as AE, aT as pE, aU as TE, aV as hE, bU as LE, aW as OE, aX as RE, aY as _E, aZ as IE, a_ as vE, a$ as wE, b0 as CE, b1 as bE, b2 as PE, b3 as NE, b4 as DE, aF as yE } from "./chunks/VcScheduler.vue_vue_type_script_setup_true_lang-CbGnJDiN.js";
|
|
7
7
|
import { _ as hn } from "./chunks/vendor-cypress-signalr-mock-itnm2wpA.js";
|
|
8
8
|
import { c as U, b as Ln, d as On, i as Wt, S as Rn, W as Ht, B as Gt, h as _n, j as xt, m as In, k as $t, l as vn, _ as wn, L as Cn, I as bn, n as Pn, o as Nn, p as Dn, q as yn, r as Bn, T as Mn, s as kn, t as Vn, v as Un, N as Fn } from "./chunks/VcAiAgentPanel.vue_vue_type_style_index_0_lang-DrGobYkj.js";
|
|
9
|
-
import { A as
|
|
9
|
+
import { A as ME, w as kE, x as VE, y as UE, z as FE, C as WE, D as HE, F as GE, G as xE, H as $E, e as KE, f as zE, J as qE, K as YE, O as jE, P as ZE, Q as XE, R as JE, U as QE, V as ef, X as tf, Y as af, Z as nf, E as sf, $ as of, a0 as rf, a1 as lf, a2 as uf, a3 as df, a4 as cf, a5 as Ef, a6 as ff, M as mf, a7 as gf, a8 as Sf, a9 as Af, aa as pf, ab as Tf, ac as hf, ad as Lf, ae as Of, a as Rf, af as _f, ag as If, ah as vf, ai as wf, u as Cf, g as bf } from "./chunks/VcAiAgentPanel.vue_vue_type_style_index_0_lang-DrGobYkj.js";
|
|
10
10
|
import { H as Wn, L as Hn } from "./chunks/vendor-microsoft-signalr-Bgpbb4fW.js";
|
|
11
11
|
import { a as Gn } from "./chunks/index-C-SEYj46.js";
|
|
12
|
-
import { u as
|
|
12
|
+
import { u as Nf } from "./chunks/index-C-SEYj46.js";
|
|
13
13
|
import { p as xn, b as $n, a as Kn, s as zn, d as qn, e as Yn, f as jn, g as ot, h as Zn, i as Xn, j as Jn, k as Qn, l as es, m as ts } from "./chunks/VcAiAgentPanel.vue_vue_type_script_setup_true_lang-Cm_izaFs.js";
|
|
14
|
-
import { A as
|
|
14
|
+
import { A as yf, D as Bf, E as Mf, H as kf, _ as Vf, c as Uf, n as Ff, o as Wf, q as Hf, r as Gf, t as xf, v as $f, u as Kf, w as zf, x as qf, y as Yf } from "./chunks/VcAiAgentPanel.vue_vue_type_script_setup_true_lang-Cm_izaFs.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";
|
|
@@ -93,13 +93,13 @@ import "./chunks/vendor-truncate-html-ChA1T5zy.js";
|
|
|
93
93
|
import "./chunks/vendor-sortablejs-Bsvu-FKn.js";
|
|
94
94
|
import { v as as } from "./chunks/vendor-vue3-touch-events-DqysuuWh.js";
|
|
95
95
|
import "./chunks/vendor-gridstack-Beau2jQ7.js";
|
|
96
|
-
import { _ as
|
|
97
|
-
import { _ as
|
|
96
|
+
import { _ as Zf, a as Xf, b as Jf, c as Qf, d as em, L as tm, e as am, f as nm, l as sm, m as om, s as rm, t as im, u as lm } from "./chunks/dashboard-feed-row.vue_vue_type_script_setup_true_lang-C9fu-sdk.js";
|
|
97
|
+
import { _ as dm, a as cm, b as Em, c as fm, d as mm, e as gm } from "./chunks/DashboardDonutChart.vue_vue_type_script_setup_true_lang-hTcM33bM.js";
|
|
98
98
|
import { A as ns, u as ss } from "./chunks/vendor-vue3-application-insights-CAgbt8pk.js";
|
|
99
99
|
import { o as os, c as J, d as rs, i as is } from "./chunks/vendor-lodash-es-D2n90GJy.js";
|
|
100
100
|
import { T as ls, x as us, b as ds, S as cs, $ as Es } from "./chunks/vendor-web-vitals-ByFgAM-8.js";
|
|
101
101
|
import { _ as fs } from "./chunks/index-BuTo_Lx8.js";
|
|
102
|
-
import { E as
|
|
102
|
+
import { E as Am, d as pm, u as Tm } from "./chunks/index-BuTo_Lx8.js";
|
|
103
103
|
function cl(e) {
|
|
104
104
|
return e.replace(/[\w]([A-Z])/g, function(t) {
|
|
105
105
|
return t[0] + "_" + t[1];
|
|
@@ -2067,12 +2067,12 @@ function Ho() {
|
|
|
2067
2067
|
hasNotification: (t) => e.hasNotification(t)
|
|
2068
2068
|
});
|
|
2069
2069
|
}
|
|
2070
|
-
const Go = "2.4.0-
|
|
2070
|
+
const Go = "2.4.0-pr286.f2bee0f";
|
|
2071
2071
|
function xo() {
|
|
2072
2072
|
return {
|
|
2073
2073
|
version: Go,
|
|
2074
|
-
buildDate: "2026-08-
|
|
2075
|
-
gitHash: "
|
|
2074
|
+
buildDate: "2026-08-12T10:58:50.527Z",
|
|
2075
|
+
gitHash: "f2bee0f16"
|
|
2076
2076
|
};
|
|
2077
2077
|
}
|
|
2078
2078
|
function $o(e = xo()) {
|
|
@@ -3511,33 +3511,33 @@ const Wl = {
|
|
|
3511
3511
|
}
|
|
3512
3512
|
};
|
|
3513
3513
|
export {
|
|
3514
|
-
|
|
3515
|
-
|
|
3516
|
-
|
|
3517
|
-
|
|
3514
|
+
yf as AI_AGENT_URL_ENV_KEY,
|
|
3515
|
+
ME as AiAgentServiceKey,
|
|
3516
|
+
kE as ApiException,
|
|
3517
|
+
VE as AppBarMobileButtonsServiceKey,
|
|
3518
3518
|
kn as AppBarWidgetServiceKey,
|
|
3519
3519
|
za as AppInsightsInstanceKey,
|
|
3520
3520
|
Ka as AppInsightsOptionsKey,
|
|
3521
|
-
|
|
3522
|
-
|
|
3523
|
-
|
|
3524
|
-
|
|
3521
|
+
UE as AppManifestClient,
|
|
3522
|
+
FE as AppPlacement,
|
|
3523
|
+
WE as AppRootElementKey,
|
|
3524
|
+
HE as AppsClient,
|
|
3525
3525
|
fo as AssetsDetailsModule,
|
|
3526
3526
|
So as AssetsManager,
|
|
3527
3527
|
po as AssetsManagerModule,
|
|
3528
|
-
|
|
3529
|
-
|
|
3530
|
-
|
|
3531
|
-
|
|
3528
|
+
GE as AuthApiBase,
|
|
3529
|
+
xE as AuthorizationClient,
|
|
3530
|
+
$E as BladeBackButtonKey,
|
|
3531
|
+
KE as BladeBannersKey,
|
|
3532
3532
|
xt as BladeContextKey,
|
|
3533
|
-
|
|
3533
|
+
zE as BladeDataKey,
|
|
3534
3534
|
Gt as BladeDescriptorKey,
|
|
3535
3535
|
xl as BladeError,
|
|
3536
3536
|
vn as BladeFormKey,
|
|
3537
|
-
|
|
3538
|
-
|
|
3537
|
+
qE as BladeLoadingKey,
|
|
3538
|
+
YE as BladeMaximizedKey,
|
|
3539
3539
|
On as BladeMessagingKey,
|
|
3540
|
-
|
|
3540
|
+
jE as BladeRenderingStateKey,
|
|
3541
3541
|
Bn as BladeRoutesKey,
|
|
3542
3542
|
Ln as BladeStackKey,
|
|
3543
3543
|
$l as ButtonGroupKey,
|
|
@@ -3553,87 +3553,87 @@ export {
|
|
|
3553
3553
|
ed as CellNumber,
|
|
3554
3554
|
td as CellStatus,
|
|
3555
3555
|
ad as CellStatusIcon,
|
|
3556
|
-
|
|
3556
|
+
ZE as ChangeLogClient,
|
|
3557
3557
|
nd as ChangePassword,
|
|
3558
3558
|
sd as ChangePasswordButton,
|
|
3559
3559
|
kl as ChangePasswordPage,
|
|
3560
|
-
|
|
3561
|
-
|
|
3562
|
-
|
|
3563
|
-
|
|
3560
|
+
dm as ChartContainer,
|
|
3561
|
+
cm as ChartLegend,
|
|
3562
|
+
Em as ChartTooltip,
|
|
3563
|
+
XE as CloseSettingsMenuKey,
|
|
3564
3564
|
od as ColumnCollector,
|
|
3565
|
-
|
|
3566
|
-
|
|
3567
|
-
|
|
3568
|
-
|
|
3569
|
-
|
|
3570
|
-
|
|
3571
|
-
|
|
3572
|
-
|
|
3573
|
-
|
|
3574
|
-
|
|
3575
|
-
|
|
3565
|
+
Bf as DEFAULT_AI_AGENT_CONFIG,
|
|
3566
|
+
fm as DashboardBarChart,
|
|
3567
|
+
mm as DashboardDonutChart,
|
|
3568
|
+
Zf as DashboardFeedList,
|
|
3569
|
+
Xf as DashboardFeedRow,
|
|
3570
|
+
gm as DashboardLineChart,
|
|
3571
|
+
JE as DashboardServiceKey,
|
|
3572
|
+
Jf as DashboardStatItem,
|
|
3573
|
+
Qf as DashboardWidgetCard,
|
|
3574
|
+
QE as DeveloperToolsClient,
|
|
3575
|
+
ef as DiagnosticsClient,
|
|
3576
3576
|
Kl as DisplayableError,
|
|
3577
|
-
|
|
3578
|
-
|
|
3579
|
-
|
|
3580
|
-
|
|
3581
|
-
|
|
3582
|
-
|
|
3583
|
-
|
|
3577
|
+
em as DraggableDashboard,
|
|
3578
|
+
tf as DynamicModulesKey,
|
|
3579
|
+
af as DynamicPropertiesClient,
|
|
3580
|
+
nf as DynamicPropertyValueType,
|
|
3581
|
+
Mf as EMBEDDED_TO_HOST_MESSAGE_TYPES,
|
|
3582
|
+
sf as EmbeddedModeKey,
|
|
3583
|
+
of as EntryState,
|
|
3584
3584
|
rd as ErrorInterceptor,
|
|
3585
3585
|
fs as ExtensionPoint,
|
|
3586
|
-
|
|
3586
|
+
Am as ExtensionPoints,
|
|
3587
3587
|
jo as ExternalProviders,
|
|
3588
|
-
|
|
3588
|
+
rf as ExternalSignInClient,
|
|
3589
3589
|
zl as FALLBACK_BLADE_ID,
|
|
3590
3590
|
yl as ForgotPassword,
|
|
3591
3591
|
ql as FrameworkError,
|
|
3592
|
-
|
|
3592
|
+
kf as HOST_TO_EMBEDDED_MESSAGE_TYPES,
|
|
3593
3593
|
bt as InjectionError,
|
|
3594
|
-
|
|
3594
|
+
lf as InternalRoutesKey,
|
|
3595
3595
|
Ml as Invite,
|
|
3596
3596
|
Dn as IsDesktopKey,
|
|
3597
3597
|
Nn as IsMobileKey,
|
|
3598
3598
|
bn as IsPhoneKey,
|
|
3599
3599
|
Pn as IsTabletKey,
|
|
3600
3600
|
yn as IsTouchKey,
|
|
3601
|
-
|
|
3602
|
-
|
|
3603
|
-
|
|
3601
|
+
uf as JobsClient,
|
|
3602
|
+
df as JsonValueKind,
|
|
3603
|
+
tm as LAYOUT_STORAGE_KEY,
|
|
3604
3604
|
id as LanguageSelector,
|
|
3605
3605
|
Cn as LanguageServiceKey,
|
|
3606
|
-
|
|
3606
|
+
cf as LocalizableSettingsClient,
|
|
3607
3607
|
Dl as Login,
|
|
3608
3608
|
ld as LogoutButton,
|
|
3609
3609
|
ud as MenuBurgerIcon,
|
|
3610
3610
|
Vn as MenuServiceKey,
|
|
3611
3611
|
Yl as ModuleLoadError,
|
|
3612
|
-
|
|
3613
|
-
|
|
3614
|
-
|
|
3612
|
+
Ef as ModulesClient,
|
|
3613
|
+
ff as ModulesLoadErrorKey,
|
|
3614
|
+
mf as ModulesReadyKey,
|
|
3615
3615
|
gr as NotificationContainer,
|
|
3616
3616
|
sn as NotificationContextKey,
|
|
3617
3617
|
dd as NotificationDropdown,
|
|
3618
3618
|
Fn as NotificationStoreKey,
|
|
3619
3619
|
cd as NotificationTemplate,
|
|
3620
|
-
|
|
3621
|
-
|
|
3622
|
-
|
|
3620
|
+
gf as OAuthAppsClient,
|
|
3621
|
+
Sf as ProgressMessageLevel,
|
|
3622
|
+
Af as PushNotificationClient,
|
|
3623
3623
|
jl as RegistrationError,
|
|
3624
3624
|
Bl as ResetPassword,
|
|
3625
3625
|
Ed as SCHEDULER_ZOOM_LEVELS,
|
|
3626
|
-
|
|
3626
|
+
pf as SecurityClient,
|
|
3627
3627
|
Zl as ServiceError,
|
|
3628
3628
|
Rn as SettingClient,
|
|
3629
|
-
|
|
3629
|
+
Tf as SettingValueType,
|
|
3630
3630
|
fd as SettingsMenu,
|
|
3631
3631
|
md as SettingsMenuItem,
|
|
3632
3632
|
Un as SettingsMenuServiceKey,
|
|
3633
|
-
|
|
3634
|
-
|
|
3633
|
+
hf as SettingsV2Client,
|
|
3634
|
+
Lf as ShellIndicatorsKey,
|
|
3635
3635
|
Nl as Sidebar,
|
|
3636
|
-
|
|
3636
|
+
Of as SortDirection,
|
|
3637
3637
|
gd as Table,
|
|
3638
3638
|
Sd as TableBody,
|
|
3639
3639
|
Ad as TableCell,
|
|
@@ -3654,7 +3654,7 @@ export {
|
|
|
3654
3654
|
Xl as ValidationError,
|
|
3655
3655
|
Nd as VcAccordion,
|
|
3656
3656
|
Dd as VcAccordionItem,
|
|
3657
|
-
|
|
3657
|
+
Vf as VcAiAgentPanel,
|
|
3658
3658
|
yd as VcApp,
|
|
3659
3659
|
Bd as VcAppBarMobileActions,
|
|
3660
3660
|
Md as VcAppBarOverlay,
|
|
@@ -3735,16 +3735,16 @@ export {
|
|
|
3735
3735
|
Nc as VcTable,
|
|
3736
3736
|
fn as VcTextarea,
|
|
3737
3737
|
dt as VcToast,
|
|
3738
|
-
|
|
3738
|
+
Rf as VcTooltip,
|
|
3739
3739
|
Dc as VcVideo,
|
|
3740
3740
|
yc as VcWidget,
|
|
3741
3741
|
_n as WidgetScopeKey,
|
|
3742
3742
|
Ht as WidgetServiceKey,
|
|
3743
3743
|
Vt as __registerBladeConfig,
|
|
3744
3744
|
Bc as _createEnvironmentNameLogic,
|
|
3745
|
-
|
|
3745
|
+
_f as _createInternalUserLogic,
|
|
3746
3746
|
Vl as _resetAdapterState,
|
|
3747
|
-
|
|
3747
|
+
If as _sharedInternalUserLogic,
|
|
3748
3748
|
ru as addAppBarWidget,
|
|
3749
3749
|
iu as addMenuItem,
|
|
3750
3750
|
lu as addSettingsMenuItem,
|
|
@@ -3755,10 +3755,10 @@ export {
|
|
|
3755
3755
|
cu as bigInt,
|
|
3756
3756
|
cl as camelToSnake,
|
|
3757
3757
|
fl as camelize,
|
|
3758
|
-
|
|
3758
|
+
am as clearLayoutStorage,
|
|
3759
3759
|
Eu as convertColorNameToHex,
|
|
3760
3760
|
kc as convertMomentFormat,
|
|
3761
|
-
|
|
3761
|
+
Uf as createAiAgentToolbarButton,
|
|
3762
3762
|
pl as createAppModule,
|
|
3763
3763
|
fu as createBackendRegistry,
|
|
3764
3764
|
mu as createKeyedBackendRegistry,
|
|
@@ -3766,54 +3766,55 @@ export {
|
|
|
3766
3766
|
Wl as default,
|
|
3767
3767
|
lt as defineAppModule,
|
|
3768
3768
|
Cl as defineBladeContext,
|
|
3769
|
-
|
|
3769
|
+
pm as defineExtensionPoint,
|
|
3770
3770
|
Vc as detectThemePreset,
|
|
3771
|
-
|
|
3772
|
-
|
|
3771
|
+
Ff as expectedCode,
|
|
3772
|
+
Wf as expectedEventKey,
|
|
3773
3773
|
gu as fileWeight,
|
|
3774
|
-
Uc as
|
|
3775
|
-
Fc as
|
|
3776
|
-
Wc as
|
|
3777
|
-
|
|
3778
|
-
|
|
3774
|
+
Uc as focusIfLoose,
|
|
3775
|
+
Fc as formatBadgeCount,
|
|
3776
|
+
Wc as formatDateRelative,
|
|
3777
|
+
Hc as formatDateWithPattern,
|
|
3778
|
+
Hf as formatShortcut,
|
|
3779
|
+
nm as fromGridstackNode,
|
|
3779
3780
|
ka as generateId,
|
|
3780
|
-
|
|
3781
|
-
|
|
3782
|
-
|
|
3781
|
+
Gc as getAllBladeConfigs,
|
|
3782
|
+
xc as getBestThumbnailSize,
|
|
3783
|
+
$c as getBladeConfig,
|
|
3783
3784
|
Tl as getComponentDefaults,
|
|
3784
3785
|
qt as getExtensionColor,
|
|
3785
3786
|
Yt as getExtensionLabel,
|
|
3786
3787
|
Su as getMenuBadge,
|
|
3787
3788
|
Au as getMenuBadges,
|
|
3788
|
-
|
|
3789
|
-
|
|
3789
|
+
Kc as getThumbnailUrl,
|
|
3790
|
+
Gf as hotkey,
|
|
3790
3791
|
X as i18n,
|
|
3791
3792
|
bl as injectBladeContext,
|
|
3792
3793
|
pu as isFrameworkError,
|
|
3793
3794
|
Kt as isImage,
|
|
3794
|
-
|
|
3795
|
+
xf as isTextInputFocused,
|
|
3795
3796
|
Tu as isValidHexColor,
|
|
3796
3797
|
ms as kebabToCamel,
|
|
3797
3798
|
El as kebabToPascal,
|
|
3798
|
-
|
|
3799
|
-
|
|
3799
|
+
zc as languageToCountryMap,
|
|
3800
|
+
sm as loadLayoutFromStorage,
|
|
3800
3801
|
Ma as loading,
|
|
3801
|
-
|
|
3802
|
-
|
|
3803
|
-
|
|
3804
|
-
|
|
3802
|
+
vf as logger,
|
|
3803
|
+
wf as loggers,
|
|
3804
|
+
$f as matchesEvent,
|
|
3805
|
+
om as mergeLayoutWithWidgets,
|
|
3805
3806
|
hu as mindimensions,
|
|
3806
3807
|
Lu as normalizeHexColor,
|
|
3807
3808
|
q as notification,
|
|
3808
3809
|
be as parseError,
|
|
3809
3810
|
As as permissions,
|
|
3810
3811
|
Ou as provideAppBarState,
|
|
3811
|
-
|
|
3812
|
+
qc as provideAppBarWidget,
|
|
3812
3813
|
Ru as provideDashboardService,
|
|
3813
|
-
|
|
3814
|
+
Yc as provideLanguages,
|
|
3814
3815
|
_u as provideMenuService,
|
|
3815
3816
|
Iu as provideSettingsMenu,
|
|
3816
|
-
|
|
3817
|
+
jc as provideSidebarState,
|
|
3817
3818
|
vu as provideToolbarService,
|
|
3818
3819
|
zt as readableSize,
|
|
3819
3820
|
wu as registerDashboardWidget,
|
|
@@ -3822,62 +3823,62 @@ export {
|
|
|
3822
3823
|
Pu as registerWidget,
|
|
3823
3824
|
Nu as removeMenuBadge,
|
|
3824
3825
|
Du as removeRegisteredMenuItem,
|
|
3825
|
-
|
|
3826
|
-
|
|
3827
|
-
|
|
3828
|
-
|
|
3826
|
+
Zc as resolveEnvironment,
|
|
3827
|
+
Xc as resolveLocale,
|
|
3828
|
+
Jc as resolveLocaleSync,
|
|
3829
|
+
rm as saveLayoutToStorage,
|
|
3829
3830
|
yu as setMenuBadge,
|
|
3830
3831
|
ps as signalR,
|
|
3831
|
-
|
|
3832
|
-
|
|
3833
|
-
|
|
3834
|
-
|
|
3835
|
-
|
|
3832
|
+
Qc as stripTenantPrefix,
|
|
3833
|
+
im as toGridstackWidget,
|
|
3834
|
+
eE as useAdaptiveItems,
|
|
3835
|
+
Kf as useAiAgent,
|
|
3836
|
+
Nf as useAiAgentContext,
|
|
3836
3837
|
Bs as useApiClient,
|
|
3837
|
-
|
|
3838
|
+
tE as useAppBarMobileActions,
|
|
3838
3839
|
Bu as useAppBarState,
|
|
3839
|
-
|
|
3840
|
-
|
|
3840
|
+
aE as useAppBarWidget,
|
|
3841
|
+
nE as useAppBarWidgets,
|
|
3841
3842
|
qa as useAppInsights,
|
|
3842
3843
|
Ol as useAssets,
|
|
3843
3844
|
Rl as useAssetsManager,
|
|
3844
3845
|
Zt as useAsync,
|
|
3845
|
-
|
|
3846
|
+
sE as useBadge,
|
|
3846
3847
|
xs as useBeforeUnload,
|
|
3847
3848
|
ot as useBlade,
|
|
3848
3849
|
Fl as useBladeForm,
|
|
3849
3850
|
Mu as useBladeLoading,
|
|
3850
|
-
|
|
3851
|
+
oE as useBladeMessaging,
|
|
3851
3852
|
Ul as useBladeNavigation,
|
|
3852
3853
|
ml as useBladeNotifications,
|
|
3853
|
-
|
|
3854
|
+
zf as useBladeStack,
|
|
3854
3855
|
vl as useBladeWidgets,
|
|
3855
|
-
|
|
3856
|
+
rE as useBreadcrumbs,
|
|
3856
3857
|
Sl as useBroadcastFilter,
|
|
3857
|
-
|
|
3858
|
-
|
|
3858
|
+
iE as useCollapsible,
|
|
3859
|
+
lE as useColumnFilter,
|
|
3859
3860
|
Wo as useContainer,
|
|
3860
3861
|
ku as useDashboard,
|
|
3861
|
-
|
|
3862
|
-
|
|
3862
|
+
uE as useDataTablePagination,
|
|
3863
|
+
dE as useDataTableSort,
|
|
3863
3864
|
_l as useDynamicProperties,
|
|
3864
|
-
|
|
3865
|
+
cE as useEnvironmentName,
|
|
3865
3866
|
Vu as useErrorHandler,
|
|
3866
|
-
|
|
3867
|
-
|
|
3867
|
+
Tm as useExtensionPoint,
|
|
3868
|
+
EE as useFilterState,
|
|
3868
3869
|
Uu as useFloatingPosition,
|
|
3869
3870
|
Fu as useFormField,
|
|
3870
3871
|
hl as useFunctions,
|
|
3871
|
-
|
|
3872
|
-
|
|
3873
|
-
|
|
3872
|
+
fE as useGalleryPreview,
|
|
3873
|
+
lm as useGridstack,
|
|
3874
|
+
mE as useImageLoad,
|
|
3874
3875
|
ko as useInstance,
|
|
3875
|
-
|
|
3876
|
-
|
|
3877
|
-
|
|
3876
|
+
qf as useIsMac,
|
|
3877
|
+
Yf as useKeyboardShortcuts,
|
|
3878
|
+
gE as useLanguages,
|
|
3878
3879
|
Xt as useLoading,
|
|
3879
|
-
|
|
3880
|
-
|
|
3880
|
+
SE as useMenuActiveState,
|
|
3881
|
+
AE as useMenuExpanded,
|
|
3881
3882
|
Wu as useMenuService,
|
|
3882
3883
|
Pl as useModificationTracker,
|
|
3883
3884
|
gl as useNotificationContext,
|
|
@@ -3889,29 +3890,29 @@ export {
|
|
|
3889
3890
|
Hu as useScrollArrows,
|
|
3890
3891
|
we as useSettings,
|
|
3891
3892
|
Gu as useSettingsMenu,
|
|
3892
|
-
|
|
3893
|
-
|
|
3894
|
-
|
|
3895
|
-
|
|
3896
|
-
|
|
3897
|
-
|
|
3898
|
-
|
|
3899
|
-
|
|
3893
|
+
pE as useShellBootstrap,
|
|
3894
|
+
TE as useShellLifecycle,
|
|
3895
|
+
hE as useShellNavigation,
|
|
3896
|
+
LE as useSidebarState,
|
|
3897
|
+
OE as useTableColumnsReorder,
|
|
3898
|
+
RE as useTableColumnsResize,
|
|
3899
|
+
_E as useTableContext,
|
|
3900
|
+
IE as useTableInlineEdit,
|
|
3900
3901
|
Al as useTableQueryState,
|
|
3901
|
-
|
|
3902
|
-
|
|
3903
|
-
|
|
3904
|
-
|
|
3905
|
-
|
|
3906
|
-
|
|
3902
|
+
vE as useTableRowGrouping,
|
|
3903
|
+
wE as useTableRowReorder,
|
|
3904
|
+
CE as useTableSearch,
|
|
3905
|
+
bE as useTableSelection,
|
|
3906
|
+
PE as useTableSort,
|
|
3907
|
+
Cf as useTeleportTarget,
|
|
3907
3908
|
Fa as useTheme,
|
|
3908
|
-
|
|
3909
|
+
NE as useToggleableContent,
|
|
3909
3910
|
xu as useToolbar,
|
|
3910
|
-
|
|
3911
|
-
|
|
3911
|
+
bf as useUser,
|
|
3912
|
+
DE as useVirtualScroll,
|
|
3912
3913
|
Il as useWebVitals,
|
|
3913
3914
|
wl as useWidgetTrigger,
|
|
3914
|
-
|
|
3915
|
+
yE as vAutofocus,
|
|
3915
3916
|
Ma as vLoading,
|
|
3916
3917
|
$u as wrapError
|
|
3917
3918
|
};
|