@vc-shell/framework 1.0.323 → 1.0.325
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/CHANGELOG.md +18 -0
- package/core/plugins/modularity/loader.ts +52 -37
- package/dist/{clike-DxjBFHnq.js → clike-l4mx49Q1.js} +19 -17
- package/dist/core/plugins/modularity/loader.d.ts.map +1 -1
- package/dist/framework.js +17 -17
- package/dist/{groovy-CdgvOO23.js → groovy-DZeT_VM-.js} +1 -1
- package/dist/{index-C280JcJo.js → index-BKqFq5mX.js} +1 -1
- package/dist/{index-BqFdtq0j.js → index-BKzeUFPb.js} +1 -1
- package/dist/{index-fuILXn_w.js → index-BM7iUMDu.js} +1 -1
- package/dist/{index-jSMgkZQV.js → index-BiDeSpjv.js} +1 -1
- package/dist/{index-BpeR8MpE.js → index-Bu6fI607.js} +1 -1
- package/dist/{index-osebbY9y.js → index-Bz-zRdCV.js} +1 -1
- package/dist/{index-CkzHOg6W.js → index-C1c8feYO.js} +10 -10
- package/dist/{index-CbVaCsap.js → index-CBq1KSct.js} +5 -5
- package/dist/{index-CWRP_8OR.js → index-CavGHmUf.js} +5 -5
- package/dist/{index-DfABrHB_.js → index-Cf5CmM-j.js} +15870 -15793
- package/dist/{index-1iQcKZcz.js → index-Ch0ndjpr.js} +1 -1
- package/dist/{index-CecSOxnk.js → index-DF-5CtWQ.js} +1 -1
- package/dist/{index-h2e4Cdwh.js → index-DN5pWedV.js} +1 -1
- package/dist/{index-bZ0IrgAu.js → index-DSm1YV7E.js} +3 -3
- package/dist/{index-D6rLpqm5.js → index-D_m4gXQ4.js} +1 -1
- package/dist/{index-2VvztI5V.js → index-O1JiBMIB.js} +1 -1
- package/dist/{index-BscDURbV.js → index-Ytfe5W1Z.js} +1 -1
- package/dist/index.css +1 -1
- package/dist/shared/components/sign-in/external-provider.vue.d.ts +3 -2
- package/dist/shared/components/sign-in/external-provider.vue.d.ts.map +1 -1
- package/dist/shared/components/sign-in/external-providers.vue.d.ts.map +1 -1
- package/dist/shared/components/sign-in/useExternalProvider.d.ts +1 -1
- package/dist/shared/components/sign-in/useExternalProvider.d.ts.map +1 -1
- package/dist/shared/pages/InvitePage/components/invite/index.d.ts +8 -8
- package/dist/shared/pages/ResetPasswordPage/components/reset-password/index.d.ts +8 -8
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +4 -4
- package/shared/components/sign-in/external-provider.vue +22 -4
- package/shared/components/sign-in/external-providers.vue +8 -24
- package/shared/components/sign-in/useExternalProvider.ts +2 -2
- package/dist/azuread-BhAhqR2s.js +0 -22
- package/dist/external-provider-CKRKv1EO.js +0 -4
- package/dist/external-provider.vue_vue_type_script_setup_true_lang-pVwhlqSS.js +0 -34
- package/dist/external-providers-BuwRmZS6.js +0 -4
- package/dist/shared/components/sign-in/azuread.vue.d.ts +0 -17
- package/dist/shared/components/sign-in/azuread.vue.d.ts.map +0 -1
- package/shared/components/sign-in/azuread.vue +0 -24
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,21 @@
|
|
|
1
|
+
## [1.0.325](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.324...v1.0.325) (2024-11-08)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **core:** sso fixes ([decbec2](https://github.com/VirtoCommerce/vc-shell/commit/decbec29ae48deca6183e8f92e1155f5faced943))
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
## [1.0.324](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.323...v1.0.324) (2024-11-06)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Bug Fixes
|
|
14
|
+
|
|
15
|
+
* **core:** dynamic loader fix ([503408c](https://github.com/VirtoCommerce/vc-shell/commit/503408c68852d2660b6ecaf06f0b818ece474d69))
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
|
|
1
19
|
## [1.0.323](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.322...v1.0.323) (2024-11-05)
|
|
2
20
|
|
|
3
21
|
|
|
@@ -50,47 +50,62 @@ export function useDynamicModules(app: App, { router, appName }: { router: Route
|
|
|
50
50
|
}
|
|
51
51
|
|
|
52
52
|
for (const module of appModules) {
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
53
|
+
try {
|
|
54
|
+
const moduleUrl = module.url.replace(/^([^/])/, "/$1").replace(/([^/])$/, "$1/");
|
|
55
|
+
const manifestResponse = await fetch(moduleUrl + "manifest.json");
|
|
56
|
+
|
|
57
|
+
if (!manifestResponse.ok) {
|
|
58
|
+
console.error(`Failed to load manifest for module ${module.id}:`, manifestResponse.statusText);
|
|
59
|
+
continue;
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
const manifest: Manifest = await manifestResponse.json();
|
|
63
|
+
|
|
64
|
+
// Find entry point
|
|
65
|
+
const entry = Object.values(manifest).find((file) => (file as ModuleManifest).isEntry);
|
|
66
|
+
|
|
67
|
+
if (!entry) {
|
|
68
|
+
console.error(`Entry file not found for module ${module.id}`);
|
|
69
|
+
continue;
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
// Load CSS files
|
|
73
|
+
await Promise.all(
|
|
74
|
+
Object.values(manifest)
|
|
75
|
+
.filter((file) => file.file.endsWith(".css"))
|
|
76
|
+
.map((file) => loadCSS(moduleUrl + `${file.file}`)),
|
|
77
|
+
).catch((error) => {
|
|
78
|
+
console.error(`Failed to load styles for module ${module.id}:`, error);
|
|
79
|
+
});
|
|
80
|
+
|
|
81
|
+
// Load module
|
|
82
|
+
await import(/* @vite-ignore */ moduleUrl + entry.file).catch((error) => {
|
|
83
|
+
console.error(`Failed to load module ${module.id}:`, error);
|
|
84
|
+
return; // Skip to next module
|
|
85
|
+
});
|
|
86
|
+
|
|
87
|
+
// Register plugins
|
|
88
|
+
Object.values(window.VcShellDynamicModules).forEach((mod) => {
|
|
89
|
+
try {
|
|
90
|
+
app.use((mod as Record<"default", Plugin>)?.default, { router });
|
|
91
|
+
} catch (error) {
|
|
92
|
+
console.error(`Failed to register plugin for module ${module.id}:`, error);
|
|
93
|
+
}
|
|
94
|
+
});
|
|
95
|
+
|
|
96
|
+
app.config.globalProperties.$dynamicModules = {
|
|
97
|
+
...(app.config.globalProperties.$dynamicModules || {}),
|
|
98
|
+
...window.VcShellDynamicModules,
|
|
99
|
+
};
|
|
100
|
+
app.provide("$dynamicModules", app.config.globalProperties.$dynamicModules);
|
|
101
|
+
} catch (error) {
|
|
102
|
+
console.error(`Failed to process module ${module.id}:`, error);
|
|
103
|
+
continue; // Skip to next module
|
|
67
104
|
}
|
|
68
|
-
|
|
69
|
-
await Promise.all(
|
|
70
|
-
Object.values(manifest)
|
|
71
|
-
.filter((file) => file.file.endsWith(".css"))
|
|
72
|
-
.map((file) => loadCSS(moduleUrl + `${file.file}`)),
|
|
73
|
-
).catch((error) => {
|
|
74
|
-
console.error("Failed to load styles", error);
|
|
75
|
-
});
|
|
76
|
-
|
|
77
|
-
await import(/* @vite-ignore */ moduleUrl + entry.file).catch((error) => {
|
|
78
|
-
console.error("Failed to load module", error);
|
|
79
|
-
});
|
|
80
|
-
|
|
81
|
-
Object.values(window.VcShellDynamicModules).forEach((mod) => {
|
|
82
|
-
app.use((mod as Record<"default", Plugin>)?.default, { router });
|
|
83
|
-
});
|
|
84
|
-
|
|
85
|
-
app.config.globalProperties.$dynamicModules = {
|
|
86
|
-
...(app.config.globalProperties.$dynamicModules || {}),
|
|
87
|
-
...window.VcShellDynamicModules,
|
|
88
|
-
};
|
|
89
|
-
app.provide("$dynamicModules", app.config.globalProperties.$dynamicModules);
|
|
90
105
|
}
|
|
91
106
|
}
|
|
92
107
|
} catch (error) {
|
|
93
|
-
console.error("Failed to load modules", error);
|
|
108
|
+
console.error("Failed to load modules:", error);
|
|
94
109
|
}
|
|
95
110
|
}
|
|
96
111
|
|
|
@@ -49,7 +49,7 @@ function h(e) {
|
|
|
49
49
|
if (i.eatWhile(B), F) for (; i.match(F); )
|
|
50
50
|
i.eatWhile(B);
|
|
51
51
|
var u = i.current();
|
|
52
|
-
return
|
|
52
|
+
return m(l, u) ? (m(b, u) && (p = "newstatement"), m(_, u) && (E = !0), "keyword") : m(s, u) ? "type" : m(d, u) || U && U(u) ? (m(b, u) && (p = "newstatement"), "builtin") : m(w, u) ? "atom" : "variable";
|
|
53
53
|
}
|
|
54
54
|
function ce(i) {
|
|
55
55
|
return function(a, c) {
|
|
@@ -139,15 +139,15 @@ function r(e) {
|
|
|
139
139
|
for (var n = {}, t = e.split(" "), l = 0; l < t.length; ++l) n[t[l]] = !0;
|
|
140
140
|
return n;
|
|
141
141
|
}
|
|
142
|
-
function
|
|
142
|
+
function m(e, n) {
|
|
143
143
|
return typeof e == "function" ? e(n) : e.propertyIsEnumerable(n);
|
|
144
144
|
}
|
|
145
145
|
var T = "auto if break case register continue return default do sizeof static else struct switch extern typedef union for goto while enum const volatile inline restrict asm fortran", H = "alignas alignof and and_eq audit axiom bitand bitor catch class compl concept constexpr const_cast decltype delete dynamic_cast explicit export final friend import module mutable namespace new noexcept not not_eq operator or or_eq override private protected public reinterpret_cast requires static_assert static_cast template this thread_local throw try typeid typename using virtual xor xor_eq", Q = "bycopy byref in inout oneway out self super atomic nonatomic retain copy readwrite readonly strong weak assign typeof nullable nonnull null_resettable _cmd @interface @implementation @end @protocol @encode @property @synthesize @dynamic @class @public @package @private @protected @required @optional @try @catch @finally @import @selector @encode @defs @synchronized @autoreleasepool @compatibility_alias @available", Z = "FOUNDATION_EXPORT FOUNDATION_EXTERN NS_INLINE NS_FORMAT_FUNCTION NS_RETURNS_RETAINEDNS_ERROR_ENUM NS_RETURNS_NOT_RETAINED NS_RETURNS_INNER_POINTER NS_DESIGNATED_INITIALIZER NS_ENUM NS_OPTIONS NS_REQUIRES_NIL_TERMINATION NS_ASSUME_NONNULL_BEGIN NS_ASSUME_NONNULL_END NS_SWIFT_NAME NS_REFINED_FOR_SWIFT", ue = r("int long char short double float unsigned signed void bool"), fe = r("SEL instancetype id Class Protocol BOOL");
|
|
146
146
|
function I(e) {
|
|
147
|
-
return
|
|
147
|
+
return m(ue, e) || /.+_t$/.test(e);
|
|
148
148
|
}
|
|
149
149
|
function X(e) {
|
|
150
|
-
return I(e) ||
|
|
150
|
+
return I(e) || m(fe, e);
|
|
151
151
|
}
|
|
152
152
|
var N = "case do else for if switch while struct enum union", z = "struct enum union";
|
|
153
153
|
function g(e, n) {
|
|
@@ -171,7 +171,7 @@ function C(e) {
|
|
|
171
171
|
function f(e) {
|
|
172
172
|
return e.eatWhile(/[\w\.']/), "number";
|
|
173
173
|
}
|
|
174
|
-
function
|
|
174
|
+
function k(e, n) {
|
|
175
175
|
if (e.backUp(1), e.match(/^(?:R|u8R|uR|UR|LR)/)) {
|
|
176
176
|
var t = e.match(/^"([^\s\\()]{0,16})\(/);
|
|
177
177
|
return t ? (n.cpp11RawStringDelim = t[1], n.tokenize = G, G(e, n)) : !1;
|
|
@@ -198,7 +198,7 @@ function G(e, n) {
|
|
|
198
198
|
var t = n.cpp11RawStringDelim.replace(/[^\w\s]/g, "\\$&"), l = e.match(new RegExp(".*?\\)" + t + '"'));
|
|
199
199
|
return l ? n.tokenize = null : e.skipToEnd(), "string";
|
|
200
200
|
}
|
|
201
|
-
const
|
|
201
|
+
const ke = h({
|
|
202
202
|
name: "c",
|
|
203
203
|
keywords: r(T),
|
|
204
204
|
types: I,
|
|
@@ -225,10 +225,10 @@ const me = h({
|
|
|
225
225
|
hooks: {
|
|
226
226
|
"#": g,
|
|
227
227
|
"*": M,
|
|
228
|
-
u:
|
|
229
|
-
U:
|
|
230
|
-
L:
|
|
231
|
-
R:
|
|
228
|
+
u: k,
|
|
229
|
+
U: k,
|
|
230
|
+
L: k,
|
|
231
|
+
R: k,
|
|
232
232
|
0: f,
|
|
233
233
|
1: f,
|
|
234
234
|
2: f,
|
|
@@ -442,10 +442,10 @@ const _e = h({
|
|
|
442
442
|
hooks: {
|
|
443
443
|
"#": g,
|
|
444
444
|
"*": M,
|
|
445
|
-
u:
|
|
446
|
-
U:
|
|
447
|
-
L:
|
|
448
|
-
R:
|
|
445
|
+
u: k,
|
|
446
|
+
U: k,
|
|
447
|
+
L: k,
|
|
448
|
+
R: k,
|
|
449
449
|
0: f,
|
|
450
450
|
1: f,
|
|
451
451
|
2: f,
|
|
@@ -560,9 +560,9 @@ function R(e, n, t, l) {
|
|
|
560
560
|
return t.tokenize = d, d(n, t);
|
|
561
561
|
}
|
|
562
562
|
function ye(e, n) {
|
|
563
|
-
return e.eat("$"), e.eat("{") ? n.tokenize = null : n.tokenize =
|
|
563
|
+
return e.eat("$"), e.eat("{") ? n.tokenize = null : n.tokenize = me, null;
|
|
564
564
|
}
|
|
565
|
-
function
|
|
565
|
+
function me(e, n) {
|
|
566
566
|
return e.eatWhile(/[\w_]/), n.tokenize = ne(n), "variable";
|
|
567
567
|
}
|
|
568
568
|
const Le = h({
|
|
@@ -571,6 +571,8 @@ const Le = h({
|
|
|
571
571
|
blockKeywords: r("try catch finally do else for if switch while"),
|
|
572
572
|
builtin: r("void bool num int double dynamic var String Null Never"),
|
|
573
573
|
atoms: r("true false null"),
|
|
574
|
+
// clike numbers without the suffixes, and with '_' separators.
|
|
575
|
+
number: /^(?:0x[a-f\d_]+|(?:[\d_]+\.?[\d_]*|\.[\d_]+)(?:e[-+]?[\d_]+)?)/i,
|
|
574
576
|
hooks: {
|
|
575
577
|
"@": function(e) {
|
|
576
578
|
return e.eatWhile(/[\w\$_\.]/), "meta";
|
|
@@ -602,7 +604,7 @@ const Le = h({
|
|
|
602
604
|
}
|
|
603
605
|
});
|
|
604
606
|
export {
|
|
605
|
-
|
|
607
|
+
ke as c,
|
|
606
608
|
De as ceylon,
|
|
607
609
|
h as clike,
|
|
608
610
|
ge as cpp,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"loader.d.ts","sourceRoot":"","sources":["../../../../core/plugins/modularity/loader.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAU,MAAM,KAAK,CAAC;AAClC,OAAO,EAAE,MAAM,EAAE,MAAM,YAAY,CAAC;AAmCpC,wBAAgB,iBAAiB,CAAC,GAAG,EAAE,GAAG,EAAE,EAAE,MAAM,EAAE,OAAO,EAAE,EAAE;IAAE,MAAM,EAAE,MAAM,CAAC;IAAC,OAAO,EAAE,MAAM,CAAA;CAAE;;
|
|
1
|
+
{"version":3,"file":"loader.d.ts","sourceRoot":"","sources":["../../../../core/plugins/modularity/loader.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAU,MAAM,KAAK,CAAC;AAClC,OAAO,EAAE,MAAM,EAAE,MAAM,YAAY,CAAC;AAmCpC,wBAAgB,iBAAiB,CAAC,GAAG,EAAE,GAAG,EAAE,EAAE,MAAM,EAAE,OAAO,EAAE,EAAE;IAAE,MAAM,EAAE,MAAM,CAAC;IAAC,OAAO,EAAE,MAAM,CAAA;CAAE;;EA8EnG"}
|
package/dist/framework.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import "vue-router";
|
|
2
|
-
import {
|
|
2
|
+
import { ch as i, cV as c, aZ as n, a_ as o, a$ as r, aN as l, cq as u, cp as p, cs as b, cr as d, aL as y, aO as g, c8 as V, aP as m, b0 as S, b1 as P, cQ as C, d0 as h, b2 as D, b3 as A, b4 as R, b5 as I, b6 as L, b7 as f, b8 as M, aQ as T, b9 as B, cy as E, cx as N, ba as w, c9 as O, aR as U, bb as v, bc as F, bd as k, be as x, bf as q, bg as z, bh as j, cb as J, bi as K, bj as H, bk as W, ca as G, bl as Q, cK as X, cY as Y, aM as Z, bm as _, bn as $, bo as aa, cZ as sa, bp as ea, aS as ta, bq as ia, cc as ca, br as na, bs as oa, cR as ra, bt as la, bu as ua, bv as pa, bw as ba, aT as da, bx as ya, c_ as ga, by as Va, bz as ma, bA as Sa, bB as Pa, bC as Ca, bD as ha, aU as Da, cG as Aa, cT as Ra, cU as Ia, bE as La, bF as fa, aV as Ma, bG as Ta, cd as Ba, bH as Ea, bI as Na, bJ as wa, ce as Oa, bK as Ua, bL as va, bM as Fa, bN as ka, cf as xa, bO as qa, aW as za, bP as ja, bQ as Ja, c$ as Ka, bR as Ha, bS as Wa, bT as Ga, bU as Qa, aX as Xa, bV as Ya, bW as Za, aY as _a, bX as $a, co as as, cW as ss, bY as es, bZ as ts, b_ as is, cg as cs, b$ as ns, c0 as os, cX as rs, c1 as ls, c2 as us, cS as ps, c3 as bs, c4 as ds, c5 as ys, c6 as gs, a9 as Vs, cA as ms, cz as Ss, _ as Ps, aa as Cs, cE as hs, cD as Ds, T as As, x as Rs, V as Is, a8 as Ls, y as fs, z as Ms, ab as Ts, U as Bs, a6 as Es, X as Ns, W as ws, ac as Os, A as Us, B as vs, D as Fs, Y as ks, Z as xs, F as qs, G as zs, H as js, ad as Js, a5 as Ks, $ as Hs, a0 as Ws, ae as Gs, cN as Qs, cM as Xs, J as Ys, a7 as Zs, a1 as _s, K as $s, a2 as ae, a3 as se, M as ee, O as te, P as ie, af as ce, a4 as ne, S as oe, Q as re, R as le, c7 as ue, aD as pe, aw as be, aC as de, aE as ye, cC as ge, ci as Ve, cl as me, aG as Se, ct as Pe, aF as Ce, w as he, aB as De, cm as Ae, cP as Re, az as Ie, cj as Le, ck as fe, cn as Me, ax as Te, aA as Be, ay as Ee, cJ as Ne, aK as we, cL as Oe, aJ as Ue, aI as ve, at as Fe, al as ke, cB as xe, ag as qe, as as ze, ai as je, cF as Je, ak as Ke, cH as He, cv as We, aH as Ge, cu as Qe, av as Xe, an as Ye, cI as Ze, aj as _e, cw as $e, au as at, ah as st, ap as et, ar as tt, cO as it, aq as ct, am as nt, ao as ot } from "./index-Cf5CmM-j.js";
|
|
3
3
|
import "vue";
|
|
4
4
|
export {
|
|
5
5
|
i as ApiException,
|
|
@@ -31,14 +31,14 @@ export {
|
|
|
31
31
|
B as DictionaryItem,
|
|
32
32
|
E as DynamicBladeForm,
|
|
33
33
|
N as DynamicBladeList,
|
|
34
|
-
|
|
35
|
-
|
|
34
|
+
w as DynamicObjectProperty,
|
|
35
|
+
O as DynamicObjectPropertyValueType,
|
|
36
36
|
U as DynamicPropertiesClient,
|
|
37
37
|
v as DynamicProperty,
|
|
38
38
|
F as DynamicPropertyDictionaryItem,
|
|
39
39
|
k as DynamicPropertyDictionaryItemName,
|
|
40
|
-
|
|
41
|
-
|
|
40
|
+
x as DynamicPropertyDictionaryItemSearchCriteria,
|
|
41
|
+
q as DynamicPropertyDictionaryItemSearchResult,
|
|
42
42
|
z as DynamicPropertyName,
|
|
43
43
|
j as DynamicPropertyObjectValue,
|
|
44
44
|
J as DynamicPropertyObjectValueValueType,
|
|
@@ -85,14 +85,14 @@ export {
|
|
|
85
85
|
Ba as ObjectSettingEntryValueType,
|
|
86
86
|
Ea as OpenIddictApplicationDescriptor,
|
|
87
87
|
Na as OpenIddictResponse,
|
|
88
|
-
|
|
89
|
-
|
|
88
|
+
wa as OperationLog,
|
|
89
|
+
Oa as OperationLogOperationType,
|
|
90
90
|
Ua as Permission,
|
|
91
91
|
va as PermissionScope,
|
|
92
92
|
Fa as ProgressMessage,
|
|
93
93
|
ka as ProgressMessageLevel,
|
|
94
|
-
|
|
95
|
-
|
|
94
|
+
xa as ProgressMessageLevel2,
|
|
95
|
+
qa as PushNotification,
|
|
96
96
|
za as PushNotificationClient,
|
|
97
97
|
ja as PushNotificationSearchCriteria,
|
|
98
98
|
Ja as PushNotificationSearchResult,
|
|
@@ -139,14 +139,14 @@ export {
|
|
|
139
139
|
Bs as VcEditor,
|
|
140
140
|
Es as VcField,
|
|
141
141
|
Ns as VcFileUpload,
|
|
142
|
-
|
|
143
|
-
|
|
142
|
+
ws as VcForm,
|
|
143
|
+
Os as VcGallery,
|
|
144
144
|
Us as VcHint,
|
|
145
145
|
vs as VcIcon,
|
|
146
146
|
Fs as VcImage,
|
|
147
147
|
ks as VcInput,
|
|
148
|
-
|
|
149
|
-
|
|
148
|
+
xs as VcInputCurrency,
|
|
149
|
+
qs as VcLabel,
|
|
150
150
|
zs as VcLink,
|
|
151
151
|
js as VcLoading,
|
|
152
152
|
Js as VcLoginForm,
|
|
@@ -193,14 +193,14 @@ export {
|
|
|
193
193
|
Be as mindimensions,
|
|
194
194
|
Ee as moment,
|
|
195
195
|
Ne as notification,
|
|
196
|
-
|
|
197
|
-
|
|
196
|
+
we as permissions,
|
|
197
|
+
Oe as popupPluginInstance,
|
|
198
198
|
Ue as signalR,
|
|
199
199
|
ve as updateSignalRCreatorSymbol,
|
|
200
200
|
Fe as useApiClient,
|
|
201
201
|
ke as useAppInsights,
|
|
202
|
-
|
|
203
|
-
|
|
202
|
+
xe as useAppSwitcher,
|
|
203
|
+
qe as useAssets,
|
|
204
204
|
ze as useAsync,
|
|
205
205
|
je as useBeforeUnload,
|
|
206
206
|
Je as useBladeNavigation,
|
|
@@ -74,7 +74,7 @@ function m() {
|
|
|
74
74
|
}
|
|
75
75
|
function E(e, n) {
|
|
76
76
|
var t = e.match(/^(\.|[\w\$_]+)/);
|
|
77
|
-
return t
|
|
77
|
+
return (!t || !e.match(t[0] == "." ? /^[\w$_]/ : /^\./)) && n.tokenize.pop(), t ? t[0] == "." ? null : "variable" : n.tokenize[n.tokenize.length - 1](e, n);
|
|
78
78
|
}
|
|
79
79
|
function v(e, n) {
|
|
80
80
|
for (var t = !1, i; i = e.next(); ) {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { o as W, p as u, L as T, s as b, t, i as y, j as v, f as k, a as _, b as R, g as Y, q as w, r as U, E as d } from "./index-Cf5CmM-j.js";
|
|
2
2
|
const G = 1, X = 2, S = 3, z = 180, j = 4, h = 181, Z = 5, E = 182;
|
|
3
3
|
function x(O) {
|
|
4
4
|
return O >= 65 && O <= 90 || O >= 97 && O <= 122;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { E as Y, s as S, t as Q,
|
|
1
|
+
import { E as Y, s as S, t as Q, b as l, L as o, i as n, c as i, h as s, j as W, f as c, k as f, a as x } from "./index-Cf5CmM-j.js";
|
|
2
2
|
const r = 1, Z = 2, V = 3, u = 82, p = 76, w = 117, q = 85, T = 97, y = 122, z = 65, b = 90, j = 95, a = 48, P = 34, v = 40, U = 41, d = 32, t = 62, _ = new Y((O) => {
|
|
3
3
|
if (O.next == p || O.next == q ? O.advance() : O.next == w && (O.advance(), O.next == a + 8 && O.advance()), O.next != u || (O.advance(), O.next != P)) return;
|
|
4
4
|
O.advance();
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { i as te, c as ae, f as re, s as ne, t as i, L as ie,
|
|
1
|
+
import { i as te, c as ae, f as re, s as ne, t as i, L as ie, a as se, E as oe, b as le, d as ce, e as de, g as me } from "./index-Cf5CmM-j.js";
|
|
2
2
|
const ue = 36, X = 1, fe = 2, b = 3, C = 4, pe = 5, ge = 6, he = 7, _e = 8, be = 9, ve = 10, ye = 11, ke = 12, xe = 13, Oe = 14, we = 15, Qe = 16, Ce = 17, I = 18, Se = 19, A = 20, E = 21, R = 22, Pe = 23, qe = 24;
|
|
3
3
|
function P(t) {
|
|
4
4
|
return t >= 65 && t <= 90 || t >= 97 && t <= 122 || t >= 48 && t <= 57;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { E as i, C as G, s as u, t as $,
|
|
1
|
+
import { E as i, C as G, s as u, t as $, b as w, L as v, f as g, k as V, i as U, c as b, n as q, a as E } from "./index-Cf5CmM-j.js";
|
|
2
2
|
const z = 154, X = 155, C = 156, N = 1, D = 2, f = 3, I = 157, F = 158, Z = 4, K = 5, L = 159, p = 160, W = 161, s = 162, T = 6, h = 7, A = 8, B = 9, c = 0, R = [
|
|
3
3
|
9,
|
|
4
4
|
10,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { s as r, t as O, L as i, i as n, c as $, f as y,
|
|
1
|
+
import { s as r, t as O, L as i, i as n, c as $, f as y, k as P, n as X, a as m, b as c, E as S } from "./index-Cf5CmM-j.js";
|
|
2
2
|
const s = 110, l = 1, f = 2, t = [
|
|
3
3
|
9,
|
|
4
4
|
10,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { s as r, t as O, e, L as s, i as X, c as $,
|
|
1
|
+
import { s as r, t as O, b as e, L as s, i as X, c as $, h as l, j as Y, f as S, k as o, a as t } from "./index-Cf5CmM-j.js";
|
|
2
2
|
const Z = r({
|
|
3
3
|
null: O.null,
|
|
4
4
|
instanceof: O.operatorKeyword,
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { s as
|
|
2
|
-
const b = 1, $ = 33, m = 34, v = 35, x = 36,
|
|
1
|
+
import { s as q, t as r, v as i, L as P, a as g, b as c, q as R, r as l, E as p } from "./index-Cf5CmM-j.js";
|
|
2
|
+
const b = 1, $ = 33, m = 34, v = 35, x = 36, W = /* @__PURE__ */ new p((O) => {
|
|
3
3
|
let e = O.pos;
|
|
4
4
|
for (; ; ) {
|
|
5
5
|
if (O.next == 10) {
|
|
@@ -19,7 +19,7 @@ function n(O, e, a) {
|
|
|
19
19
|
t.pos > u && t.acceptToken(e);
|
|
20
20
|
});
|
|
21
21
|
}
|
|
22
|
-
const
|
|
22
|
+
const d = /* @__PURE__ */ n(39, $, !1), C = /* @__PURE__ */ n(34, m, !1), T = /* @__PURE__ */ n(39, v, !0), f = /* @__PURE__ */ n(34, x, !0), A = /* @__PURE__ */ c.deserialize({
|
|
23
23
|
version: 14,
|
|
24
24
|
states: "(jOVOqOOOeQpOOOvO!bO'#CaOOOP'#Cx'#CxQVOqOOO!OQpO'#CfO!WQpO'#ClO!]QpO'#CrO!bQpO'#CsOOQO'#Cv'#CvQ!gQpOOQ!lQpOOQ!qQpOOOOOV,58{,58{O!vOpO,58{OOOP-E6v-E6vO!{QpO,59QO#TQpO,59QOOQO,59W,59WO#YQpO,59^OOQO,59_,59_O#_QpOOO#_QpOOO#gQpOOOOOV1G.g1G.gO#oQpO'#CyO#tQpO1G.lOOQO1G.l1G.lO#|QpO1G.lOOQO1G.x1G.xO$UO`O'#DUO$ZOWO'#DUOOQO'#Co'#CoQOQpOOOOQO'#Cu'#CuO$`OtO'#CwO$qOrO'#CwOOQO,59e,59eOOQO-E6w-E6wOOQO7+$W7+$WO%SQpO7+$WO%[QpO7+$WOOOO'#Cp'#CpO%aOpO,59pOOOO'#Cq'#CqO%fOpO,59pOOOS'#Cz'#CzO%kOtO,59cOOQO,59c,59cOOOQ'#C{'#C{O%|OrO,59cO&_QpO<<GrOOQO<<Gr<<GrOOQO1G/[1G/[OOOS-E6x-E6xOOQO1G.}1G.}OOOQ-E6y-E6yOOQOAN=^AN=^",
|
|
25
25
|
stateData: "&d~OvOS~OPROSQOVROWRO~OZTO[XO^VOaUOhWO~OR]OU^O~O[`O^aO~O[bO~O[cO~O[dO~ObeO~ObfO~ObgO~ORhO~O]kOwiO~O[lO~O_mO~OynOzoO~OysOztO~O[uO~O]wOwiO~O_yOwiO~OtzO~Os|O~OSQOV!OOW!OOr!OOy!QO~OSQOV!ROW!ROq!ROz!QO~O_!TOwiO~O]!UO~Oy!VO~Oz!VO~OSQOV!OOW!OOr!OOy!XO~OSQOV!ROW!ROq!ROz!XO~O]!ZO~O",
|
|
@@ -34,14 +34,14 @@ const W = /* @__PURE__ */ n(39, $, !1), C = /* @__PURE__ */ n(34, m, !1), T = /*
|
|
|
34
34
|
skippedNodes: [0],
|
|
35
35
|
repeatNodeCount: 4,
|
|
36
36
|
tokenData: "0r~RyOX#rXY$mYZ$mZ]#r]^$m^p#rpq$mqr#rrs%jst&Qtv#rvw&hwx)zxy*byz*xz{+`{}#r}!O+v!O!P-]!P!Q#r!Q![+v![!]+v!]!_#r!_!`-s!`!c#r!c!}+v!}#O.Z#O#P#r#P#Q.q#Q#R#r#R#S+v#S#T#r#T#o+v#o#p/X#p#q#r#q#r0Z#r%W#r%W;'S+v;'S;:j-V;:j;=`$g<%lO+vQ#wTUQO#q#r#q#r$W#r;'S#r;'S;=`$g<%lO#rQ$ZSO#q#r#r;'S#r;'S;=`$g<%lO#rQ$jP;=`<%l#rR$t[UQvPOX#rXY$mYZ$mZ]#r]^$m^p#rpq$mq#q#r#q#r$W#r;'S#r;'S;=`$g<%lO#rR%qTyPUQO#q#r#q#r$W#r;'S#r;'S;=`$g<%lO#rR&XTaPUQO#q#r#q#r$W#r;'S#r;'S;=`$g<%lO#rR&oXUQWPOp'[pq#rq!]'[!]!^#r!^#q'[#q#r(d#r;'S'[;'S;=`)t<%lO'[R'aXUQOp'[pq#rq!]'[!]!^'|!^#q'[#q#r(d#r;'S'[;'S;=`)t<%lO'[R(TTVPUQO#q#r#q#r$W#r;'S#r;'S;=`$g<%lO#rR(gXOp'[pq#rq!]'[!]!^'|!^#q'[#q#r)S#r;'S'[;'S;=`)t<%lO'[P)VUOp)Sq!])S!]!^)i!^;'S)S;'S;=`)n<%lO)SP)nOVPP)qP;=`<%l)SR)wP;=`<%l'[R*RTzPUQO#q#r#q#r$W#r;'S#r;'S;=`$g<%lO#rR*iT^PUQO#q#r#q#r$W#r;'S#r;'S;=`$g<%lO#rR+PT_PUQO#q#r#q#r$W#r;'S#r;'S;=`$g<%lO#rR+gThPUQO#q#r#q#r$W#r;'S#r;'S;=`$g<%lO#rR+}b[PUQO}#r}!O+v!O!Q#r!Q![+v![!]+v!]!c#r!c!}+v!}#R#r#R#S+v#S#T#r#T#o+v#o#q#r#q#r$W#r%W#r%W;'S+v;'S;:j-V;:j;=`$g<%lO+vR-YP;=`<%l+vR-dTwPUQO#q#r#q#r$W#r;'S#r;'S;=`$g<%lO#rR-zTUQbPO#q#r#q#r$W#r;'S#r;'S;=`$g<%lO#rR.bTZPUQO#q#r#q#r$W#r;'S#r;'S;=`$g<%lO#rR.xT]PUQO#q#r#q#r$W#r;'S#r;'S;=`$g<%lO#rR/^VUQO#o#r#o#p/s#p#q#r#q#r$W#r;'S#r;'S;=`$g<%lO#rR/zTSPUQO#q#r#q#r$W#r;'S#r;'S;=`$g<%lO#r~0^TO#q#r#q#r0m#r;'S#r;'S;=`$g<%lO#r~0rOR~",
|
|
37
|
-
tokenizers: [
|
|
37
|
+
tokenizers: [W, d, C, T, f, 0, 1],
|
|
38
38
|
topRules: { Content: [0, 2], Attribute: [1, 9] },
|
|
39
39
|
tokenPrec: 0
|
|
40
|
-
}),
|
|
40
|
+
}), V = /* @__PURE__ */ i.parser.configure({
|
|
41
41
|
top: "SingleExpression"
|
|
42
|
-
}), Q = /* @__PURE__ */
|
|
42
|
+
}), Q = /* @__PURE__ */ A.configure({
|
|
43
43
|
props: [
|
|
44
|
-
/* @__PURE__ */
|
|
44
|
+
/* @__PURE__ */ q({
|
|
45
45
|
Text: r.content,
|
|
46
46
|
Is: r.definitionOperator,
|
|
47
47
|
AttributeName: r.attributeName,
|
|
@@ -58,12 +58,12 @@ const W = /* @__PURE__ */ n(39, $, !1), C = /* @__PURE__ */ n(34, m, !1), T = /*
|
|
|
58
58
|
"# '*'": r.punctuation
|
|
59
59
|
})
|
|
60
60
|
]
|
|
61
|
-
}), o = { parser:
|
|
61
|
+
}), o = { parser: V }, w = { parser: i.parser }, U = /* @__PURE__ */ Q.configure({
|
|
62
62
|
wrap: /* @__PURE__ */ l((O, e) => O.name == "InterpolationContent" ? o : null)
|
|
63
63
|
}), y = /* @__PURE__ */ Q.configure({
|
|
64
64
|
wrap: /* @__PURE__ */ l((O, e) => {
|
|
65
65
|
var a;
|
|
66
|
-
return O.name == "InterpolationContent" ? o : O.name != "AttributeInterpolation" ? null : ((a = O.node.parent) === null || a === void 0 ? void 0 : a.name) == "StatementAttributeValue" ?
|
|
66
|
+
return O.name == "InterpolationContent" ? o : O.name != "AttributeInterpolation" ? null : ((a = O.node.parent) === null || a === void 0 ? void 0 : a.name) == "StatementAttributeValue" ? w : o;
|
|
67
67
|
}),
|
|
68
68
|
top: "Attribute"
|
|
69
69
|
}), E = { parser: U }, N = { parser: y }, s = /* @__PURE__ */ R();
|
|
@@ -83,7 +83,7 @@ function z(O, e) {
|
|
|
83
83
|
function G(O = {}) {
|
|
84
84
|
let e = s;
|
|
85
85
|
if (O.base) {
|
|
86
|
-
if (O.base.language.name != "html" || !(O.base.language instanceof
|
|
86
|
+
if (O.base.language.name != "html" || !(O.base.language instanceof P))
|
|
87
87
|
throw new RangeError("The base option must be the result of calling html(...)");
|
|
88
88
|
e = O.base;
|
|
89
89
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { s as p, t, L as u,
|
|
2
|
-
const c = /* @__PURE__ */
|
|
1
|
+
import { s as p, t, L as u, a as l, b, l as r, q as m, r as n, v as S } from "./index-Cf5CmM-j.js";
|
|
2
|
+
const c = /* @__PURE__ */ b.deserialize({
|
|
3
3
|
version: 14,
|
|
4
4
|
states: "%pOVOWOOObQPOOOpOSO'#C_OOOO'#Cp'#CpQVOWOOQxQPOOO!TQQOOQ!YQPOOOOOO,58y,58yO!_OSO,58yOOOO-E6n-E6nO!dQQO'#CqQ{QPOOO!iQPOOQ{QPOOO!qQPOOOOOO1G.e1G.eOOQO,59],59]OOQO-E6o-E6oO!yOpO'#CiO#RO`O'#CiQOQPOOO#ZO#tO'#CmO#fO!bO'#CmOOQO,59T,59TO#qOpO,59TO#vO`O,59TOOOO'#Cr'#CrO#{O#tO,59XOOQO,59X,59XOOOO'#Cs'#CsO$WO!bO,59XOOQO1G.o1G.oOOOO-E6p-E6pOOQO1G.s1G.sOOOO-E6q-E6q",
|
|
5
5
|
stateData: "$g~OjOS~OQROUROkQO~OWTOXUOZUO`VO~OSXOTWO~OXUO[]OlZO~OY^O~O[_O~OT`O~OYaO~OmcOodO~OmfOogO~O^iOnhO~O_jOphO~ObkOqkOrmO~OcnOsnOtmO~OnpO~OppO~ObkOqkOrrO~OcnOsnOtrO~OWX`~",
|
|
@@ -36,7 +36,7 @@ const c = /* @__PURE__ */ m.deserialize({
|
|
|
36
36
|
}), g = /* @__PURE__ */ s.configure({
|
|
37
37
|
wrap: /* @__PURE__ */ n((O, e) => O.name == "AttributeScript" ? o : null),
|
|
38
38
|
top: "Attribute"
|
|
39
|
-
}), y = { parser: Q }, R = { parser: g }, a = /* @__PURE__ */
|
|
39
|
+
}), y = { parser: Q }, R = { parser: g }, a = /* @__PURE__ */ m();
|
|
40
40
|
function i(O) {
|
|
41
41
|
return O.configure({
|
|
42
42
|
dialect: "selfClosing",
|
|
@@ -53,7 +53,7 @@ function X(O, e) {
|
|
|
53
53
|
}
|
|
54
54
|
return null;
|
|
55
55
|
}
|
|
56
|
-
function
|
|
56
|
+
function w(O = {}) {
|
|
57
57
|
let e = a;
|
|
58
58
|
if (O.base) {
|
|
59
59
|
if (O.base.language.name != "html" || !(O.base.language instanceof u))
|
|
@@ -66,6 +66,6 @@ function f(O = {}) {
|
|
|
66
66
|
]);
|
|
67
67
|
}
|
|
68
68
|
export {
|
|
69
|
-
|
|
69
|
+
w as vue,
|
|
70
70
|
T as vueLanguage
|
|
71
71
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { L as O, i as
|
|
1
|
+
import { L as O, i as b, j as r, f as s, k as a, s as t, t as e, a as P, b as n } from "./index-Cf5CmM-j.js";
|
|
2
2
|
const S = { __proto__: null, anyref: 34, dataref: 34, eqref: 34, externref: 34, i31ref: 34, funcref: 34, i8: 34, i16: 34, i32: 34, i64: 34, f32: 34, f64: 34 }, Q = /* @__PURE__ */ n.deserialize({
|
|
3
3
|
version: 14,
|
|
4
4
|
states: "!^Q]QPOOOqQPO'#CbOOQO'#Cd'#CdOOQO'#Cl'#ClOOQO'#Ch'#ChQ]QPOOOOQO,58|,58|OxQPO,58|OOQO-E6f-E6fOOQO1G.h1G.h",
|
|
@@ -23,8 +23,8 @@ const S = { __proto__: null, anyref: 34, dataref: 34, eqref: 34, externref: 34,
|
|
|
23
23
|
name: "wast",
|
|
24
24
|
parser: /* @__PURE__ */ Q.configure({
|
|
25
25
|
props: [
|
|
26
|
-
/* @__PURE__ */
|
|
27
|
-
App: /* @__PURE__ */
|
|
26
|
+
/* @__PURE__ */ b.add({
|
|
27
|
+
App: /* @__PURE__ */ r({ closing: ")", align: !1 })
|
|
28
28
|
}),
|
|
29
29
|
/* @__PURE__ */ s.add({
|
|
30
30
|
App: a,
|
|
@@ -49,10 +49,10 @@ const S = { __proto__: null, anyref: 34, dataref: 34, eqref: 34, externref: 34,
|
|
|
49
49
|
closeBrackets: { brackets: ["(", '"'] }
|
|
50
50
|
}
|
|
51
51
|
});
|
|
52
|
-
function
|
|
52
|
+
function d() {
|
|
53
53
|
return new P(i);
|
|
54
54
|
}
|
|
55
55
|
export {
|
|
56
|
-
|
|
56
|
+
d as wast,
|
|
57
57
|
i as wastLanguage
|
|
58
58
|
};
|