@vc-shell/framework 2.0.0-alpha.30 → 2.0.0-alpha.31
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 +24 -0
- package/dist/ai-agent/index.js +2 -2
- package/dist/chunks/{VcAiAgentPanel.vue_vue_type_style_index_0_lang-D3sixNg-.js → VcAiAgentPanel.vue_vue_type_style_index_0_lang-CEHpWiBV.js} +270 -271
- package/dist/chunks/{VcTableAdapter.vue_vue_type_style_index_0_lang-CR4ei-0r.js → VcTableAdapter.vue_vue_type_style_index_0_lang-ByeZ_FRv.js} +7324 -7040
- package/dist/chunks/{index-BzpX90RF.js → index-B0X7STCw.js} +2 -2
- package/dist/chunks/{index-BZeKYd8J.js → index-COv5_72w.js} +1 -1
- package/dist/chunks/{vc-toast.vue_vue_type_style_index_0_lang-DsKZR5xz.js → vc-toast.vue_vue_type_style_index_0_lang-8VHs_4Pe.js} +1 -1
- package/dist/chunks/vendor-sortablejs-Bsvu-FKn.js +1276 -0
- package/dist/chunks/{vendor-swiper-1bp0oJwt.js → vendor-swiper-D1fVhFeH.js} +1150 -810
- package/dist/chunks/{vendor-vueuse-components-C3DWJalC.js → vendor-vueuse-components-DRdTsx6e.js} +1 -1
- package/dist/chunks/vendor-vueuse-core-DaNNrqjn.js +586 -0
- package/dist/chunks/{vendor-vueuse-shared-Byno6iDO.js → vendor-vueuse-shared-PQ04AyOW.js} +3 -3
- package/dist/core/blade-navigation/types/index.d.ts +26 -63
- package/dist/core/blade-navigation/types/index.d.ts.map +1 -1
- package/dist/core/composables/{useBladeContext.d.ts → bladeContext/index.d.ts} +1 -1
- package/dist/core/composables/bladeContext/index.d.ts.map +1 -0
- package/dist/core/composables/index.d.ts +1 -1
- package/dist/core/composables/index.d.ts.map +1 -1
- package/dist/core/composables/useBladeForm/index.d.ts +17 -0
- package/dist/core/composables/useBladeForm/index.d.ts.map +1 -0
- package/dist/core/composables/useBladeForm/types.d.ts +39 -0
- package/dist/core/composables/useBladeForm/types.d.ts.map +1 -0
- package/dist/core/composables/{useBladeWidgets.d.ts → useBladeWidgets/index.d.ts} +3 -3
- package/dist/core/composables/useBladeWidgets/index.d.ts.map +1 -0
- package/dist/core/composables/useDynamicProperties/index.d.ts +3 -69
- package/dist/core/composables/useDynamicProperties/index.d.ts.map +1 -1
- package/dist/core/composables/useDynamicProperties/strategies/boolean.d.ts +3 -0
- package/dist/core/composables/useDynamicProperties/strategies/boolean.d.ts.map +1 -0
- package/dist/core/composables/useDynamicProperties/strategies/color.d.ts +3 -0
- package/dist/core/composables/useDynamicProperties/strategies/color.d.ts.map +1 -0
- package/dist/core/composables/useDynamicProperties/strategies/dictionary.d.ts +3 -0
- package/dist/core/composables/useDynamicProperties/strategies/dictionary.d.ts.map +1 -0
- package/dist/core/composables/useDynamicProperties/strategies/index.d.ts +4 -0
- package/dist/core/composables/useDynamicProperties/strategies/index.d.ts.map +1 -0
- package/dist/core/composables/useDynamicProperties/strategies/measure.d.ts +3 -0
- package/dist/core/composables/useDynamicProperties/strategies/measure.d.ts.map +1 -0
- package/dist/core/composables/useDynamicProperties/strategies/regular.d.ts +3 -0
- package/dist/core/composables/useDynamicProperties/strategies/regular.d.ts.map +1 -0
- package/dist/core/composables/useDynamicProperties/strategies/types.d.ts +16 -0
- package/dist/core/composables/useDynamicProperties/strategies/types.d.ts.map +1 -0
- package/dist/core/composables/useDynamicProperties/types.d.ts +70 -0
- package/dist/core/composables/useDynamicProperties/types.d.ts.map +1 -0
- package/dist/core/composables/useDynamicProperties/utils.d.ts +10 -0
- package/dist/core/composables/useDynamicProperties/utils.d.ts.map +1 -0
- package/dist/core/composables/{useMenuExpanded.d.ts → useMenuExpanded/index.d.ts} +1 -1
- package/dist/core/composables/useMenuExpanded/index.d.ts.map +1 -0
- package/dist/core/composables/useTheme/index.d.ts.map +1 -1
- package/dist/core/types/index.d.ts +1 -2
- package/dist/core/types/index.d.ts.map +1 -1
- package/dist/core/utilities/assets.d.ts +3 -2
- package/dist/core/utilities/assets.d.ts.map +1 -1
- package/dist/core/utilities/index.d.ts +1 -0
- package/dist/core/utilities/index.d.ts.map +1 -1
- package/dist/core/utilities/thumbnail/index.d.ts +42 -0
- package/dist/core/utilities/thumbnail/index.d.ts.map +1 -0
- package/dist/framework.js +2497 -2519
- package/dist/index.css +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/injection-keys.d.ts +2 -4
- package/dist/injection-keys.d.ts.map +1 -1
- package/dist/locales/de.js +8 -2
- package/dist/locales/en.js +8 -2
- package/dist/locales/en.json +8 -2
- package/dist/locales/types.d.ts +6 -0
- package/dist/modules/assets/components/assets-details/assets-details.vue.d.ts.map +1 -1
- package/dist/modules/assets-manager/components/assets-manager/assets-manager.vue.d.ts.map +1 -1
- package/dist/shell/_internal/blade-navigation/components/vc-blade-slot/vc-blade-slot.vue.d.ts.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/ui/components/atoms/vc-image/vc-image.vue.d.ts +3 -0
- package/dist/ui/components/atoms/vc-image/vc-image.vue.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-link/vc-link.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-field/vc-field.vue.d.ts +2 -21
- package/dist/ui/components/molecules/vc-field/vc-field.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-file-upload/vc-file-upload.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-image-tile/vc-image-tile.vue.d.ts +3 -0
- package/dist/ui/components/molecules/vc-image-tile/vc-image-tile.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-app/composables/useShellBootstrap.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/_internal/BladeStatusBanners.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-blade/_internal/BladeToolbarSkeleton.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-blade/_internal/widgets/WidgetContainerDesktop.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-blade/_internal/widgets/WidgetContainerMobile.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-blade/vc-blade.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-data-table/VcDataTable.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-data-table/components/DataTableCellRenderer.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-data-table/components/TableColumnSwitcher.vue.d.ts +2 -0
- package/dist/ui/components/organisms/vc-data-table/components/TableColumnSwitcher.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-data-table/components/_internal/TableSkeletonRows.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-data-table/components/cells/CellImage.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-data-table/composables/useDataTableOrchestrator.d.ts +1 -0
- package/dist/ui/components/organisms/vc-data-table/composables/useDataTableOrchestrator.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-data-table/composables/useDataTableState.d.ts +1 -0
- package/dist/ui/components/organisms/vc-data-table/composables/useDataTableState.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-data-table/composables/useTableColumns.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-data-table/composables/useTableColumnsResize.d.ts +12 -2
- package/dist/ui/components/organisms/vc-data-table/composables/useTableColumnsResize.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-gallery/_internal/vc-gallery-filmstrip/vc-gallery-filmstrip.vue.d.ts +39 -0
- package/dist/ui/components/organisms/vc-gallery/_internal/vc-gallery-filmstrip/vc-gallery-filmstrip.vue.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-gallery/_internal/vc-gallery-item/vc-gallery-item.vue.d.ts +2 -0
- package/dist/ui/components/organisms/vc-gallery/_internal/vc-gallery-item/vc-gallery-item.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-gallery/_internal/vc-gallery-preview/vc-gallery-preview.vue.d.ts +1 -0
- package/dist/ui/components/organisms/vc-gallery/_internal/vc-gallery-preview/vc-gallery-preview.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-gallery/composables/index.d.ts +1 -0
- package/dist/ui/components/organisms/vc-gallery/composables/index.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-gallery/composables/useGalleryFilmstrip.d.ts +16 -0
- package/dist/ui/components/organisms/vc-gallery/composables/useGalleryFilmstrip.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-gallery/composables/useGalleryReorder.d.ts +4 -9
- package/dist/ui/components/organisms/vc-gallery/composables/useGalleryReorder.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-gallery/vc-gallery.vue.d.ts +20 -5
- package/dist/ui/components/organisms/vc-gallery/vc-gallery.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-popup/vc-popup.vue.d.ts.map +1 -1
- package/dist/ui/index.js +3 -3
- package/package.json +6 -4
- package/dist/chunks/vendor-vueuse-core-CPOkeLul.js +0 -530
- package/dist/core/composables/useBladeContext.d.ts.map +0 -1
- package/dist/core/composables/useBladeWidgets.d.ts.map +0 -1
- package/dist/core/composables/useGlobalSearch/index.d.ts +0 -5
- package/dist/core/composables/useGlobalSearch/index.d.ts.map +0 -1
- package/dist/core/composables/useMenuExpanded.d.ts.map +0 -1
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { defineComponent as G, computed as v, onMounted as Te, openBlock as _, createElementBlock as
|
|
2
|
-
import { o as
|
|
3
|
-
import { u as ir, a as or, o as lr } from "./vendor-vueuse-core-
|
|
4
|
-
import { u as ur, j as $t, k as cr } from "./vendor-vueuse-shared-
|
|
1
|
+
import { defineComponent as G, computed as v, onMounted as Te, openBlock as _, createElementBlock as B, normalizeStyle as _e, normalizeClass as q, toDisplayString as he, markRaw as Bt, createBlock as W, resolveDynamicComponent as Fe, createElementVNode as $, mergeProps as we, createCommentVNode as K, resolveComponent as je, inject as F, unref as D, renderSlot as xe, ref as O, watch as V, nextTick as ae, onBeforeUnmount as st, toValue as le, getCurrentInstance as me, withKeys as pt, withModifiers as Ve, Teleport as Yt, createVNode as Y, Transition as it, withCtx as fe, withDirectives as ot, Fragment as Me, renderList as lt, createTextVNode as mt, toRef as Rt, reactive as Xt, createApp as Vt, onErrorCaptured as Qt, shallowRef as ut, provide as Ee, vShow as er, h as tr, isRef as rr, createStaticVNode as nr, onUnmounted as ar } from "vue";
|
|
2
|
+
import { o as kt, s as sr, c as Be } from "./vendor-lodash-es-BwHYzZ39.js";
|
|
3
|
+
import { u as ir, a as or, o as lr } from "./vendor-vueuse-core-DaNNrqjn.js";
|
|
4
|
+
import { u as ur, j as $t, k as cr } from "./vendor-vueuse-shared-PQ04AyOW.js";
|
|
5
5
|
import { c as dr, u as hr } from "./vendor-vue-i18n-BSCeQYoP.js";
|
|
6
6
|
import { useRouter as fr, RouterView as pr } from "vue-router";
|
|
7
7
|
import { C as mr } from "./vendor-microsoft-applicationinsights-core-js-DYtaESwI.js";
|
|
8
|
-
import { v as Nt, O as vr } from "./vendor-vueuse-components-
|
|
8
|
+
import { v as Nt, O as vr } from "./vendor-vueuse-components-DRdTsx6e.js";
|
|
9
9
|
import { u as gr } from "./vendor-floating-ui-vue-sCrhit51.js";
|
|
10
10
|
import { f as br, s as yr, o as vt, b as xr } from "./vendor-floating-ui-dom-BvVXFZ4B.js";
|
|
11
11
|
import { defineRule as Se } from "vee-validate";
|
|
@@ -26,7 +26,7 @@ const Sr = /* @__PURE__ */ G({
|
|
|
26
26
|
setup(s) {
|
|
27
27
|
const e = s, t = v(() => typeof e.customSize == "number" && e.customSize > 0), n = v(() => e.customSize ? { fontSize: `${e.customSize}px` } : void 0);
|
|
28
28
|
return Te(() => {
|
|
29
|
-
}), (r, a) => (_(),
|
|
29
|
+
}), (r, a) => (_(), B("span", {
|
|
30
30
|
class: q([
|
|
31
31
|
"vc-material-icon",
|
|
32
32
|
"material-symbols-" + s.type,
|
|
@@ -50,7 +50,7 @@ const Sr = /* @__PURE__ */ G({
|
|
|
50
50
|
Te(() => {
|
|
51
51
|
});
|
|
52
52
|
const r = v(() => e.icon ? `bi-${e.icon.startsWith("bi-") ? e.icon.substring(3) : e.icon}` : "");
|
|
53
|
-
return (a, o) => (_(),
|
|
53
|
+
return (a, o) => (_(), B("i", {
|
|
54
54
|
class: q([
|
|
55
55
|
"vc-bootstrap-icon",
|
|
56
56
|
!t.value && `vc-bootstrap-icon--${s.size}`,
|
|
@@ -244,7 +244,7 @@ const Or = /* @__PURE__ */ G({
|
|
|
244
244
|
return u.startsWith("lucide-") && (u = u.substring(7)), u.toLowerCase().endsWith("icon") && (u = u.slice(0, -4)), u.includes("-") && (u = u.split("-").map((l) => l.charAt(0).toUpperCase() + l.slice(1)).join("")), u.charAt(0).toUpperCase() + u.slice(1) + "Icon";
|
|
245
245
|
}), a = v(() => {
|
|
246
246
|
const u = r.value, l = _r[u];
|
|
247
|
-
return !l || typeof l != "object" && typeof l != "function" ? (e.warn(`Lucide icon not found: ${u}`), null) :
|
|
247
|
+
return !l || typeof l != "object" && typeof l != "function" ? (e.warn(`Lucide icon not found: ${u}`), null) : Bt(l);
|
|
248
248
|
}), o = v(() => n.value && t.customSize ? {
|
|
249
249
|
width: `${t.customSize}px`,
|
|
250
250
|
height: `${t.customSize}px`
|
|
@@ -259,14 +259,14 @@ const Or = /* @__PURE__ */ G({
|
|
|
259
259
|
]),
|
|
260
260
|
style: _e(o.value),
|
|
261
261
|
"aria-hidden": "true"
|
|
262
|
-
}, null, 8, ["stroke-width", "class", "style"])) : (_(),
|
|
262
|
+
}, null, 8, ["stroke-width", "class", "style"])) : (_(), B("span", {
|
|
263
263
|
key: 1,
|
|
264
264
|
class: q(["vc-lucide-icon", !n.value && `vc-lucide-icon--${s.size}`])
|
|
265
265
|
}, [...l[0] || (l[0] = [
|
|
266
266
|
$("i", { class: "vc-lucide-icon__fallback" }, null, -1)
|
|
267
267
|
])], 2));
|
|
268
268
|
}
|
|
269
|
-
}),
|
|
269
|
+
}), Br = /* @__PURE__ */ G({
|
|
270
270
|
__name: "vc-fontawesome-icon",
|
|
271
271
|
props: {
|
|
272
272
|
icon: {},
|
|
@@ -279,7 +279,7 @@ const Or = /* @__PURE__ */ G({
|
|
|
279
279
|
Te(() => {
|
|
280
280
|
});
|
|
281
281
|
const r = v(() => e.icon.startsWith("fas ") || e.icon.startsWith("far ") || e.icon.startsWith("fal ") || e.icon.startsWith("fab ") || e.icon.startsWith("fad ") ? e.icon : e.icon.startsWith("fa-") ? `fas ${e.icon}` : e.icon.includes("fa-") ? e.icon : `fas fa-${e.icon}`);
|
|
282
|
-
return (a, o) => (_(),
|
|
282
|
+
return (a, o) => (_(), B("i", {
|
|
283
283
|
class: q([
|
|
284
284
|
"vc-fa-icon",
|
|
285
285
|
!t.value && `vc-fa-icon--${s.size}`,
|
|
@@ -290,7 +290,7 @@ const Or = /* @__PURE__ */ G({
|
|
|
290
290
|
"aria-hidden": "true"
|
|
291
291
|
}, null, 6));
|
|
292
292
|
}
|
|
293
|
-
}),
|
|
293
|
+
}), Rr = ["xlink:href"], kr = /* @__PURE__ */ G({
|
|
294
294
|
inheritAttrs: !1,
|
|
295
295
|
__name: "vc-svg-icon",
|
|
296
296
|
props: {
|
|
@@ -315,15 +315,15 @@ const Or = /* @__PURE__ */ G({
|
|
|
315
315
|
const a = {};
|
|
316
316
|
return e.customSize && (a.width = `${e.customSize}px`, a.height = `${e.customSize}px`), e.strokeWidth && (a.strokeWidth = `${e.strokeWidth}`), a;
|
|
317
317
|
});
|
|
318
|
-
return (a, o) => (_(),
|
|
318
|
+
return (a, o) => (_(), B("svg", we({
|
|
319
319
|
xmlns: "http://www.w3.org/2000/svg",
|
|
320
320
|
class: ["vc-svg-icon", !t.value && `vc-svg-icon--${s.size}`, s.variant ? `vc-svg-icon--${s.variant}` : ""],
|
|
321
321
|
style: r.value
|
|
322
322
|
}, a.$attrs), [
|
|
323
|
-
n.value ? (_(),
|
|
323
|
+
n.value ? (_(), B("use", {
|
|
324
324
|
key: 0,
|
|
325
325
|
"xlink:href": n.value
|
|
326
|
-
}, null, 8,
|
|
326
|
+
}, null, 8, Rr)) : K("", !0)
|
|
327
327
|
], 16));
|
|
328
328
|
}
|
|
329
329
|
}), $r = ["aria-hidden", "aria-label", "role"], oe = /* @__PURE__ */ G({
|
|
@@ -378,7 +378,7 @@ const Or = /* @__PURE__ */ G({
|
|
|
378
378
|
}
|
|
379
379
|
}), c = v(() => {
|
|
380
380
|
if (typeof e.icon != "string")
|
|
381
|
-
return
|
|
381
|
+
return Bt(e.icon);
|
|
382
382
|
if (["fontawesome", "bootstrap", "material"].includes(n.value))
|
|
383
383
|
return "i";
|
|
384
384
|
try {
|
|
@@ -387,7 +387,7 @@ const Or = /* @__PURE__ */ G({
|
|
|
387
387
|
} catch {
|
|
388
388
|
return "i";
|
|
389
389
|
}
|
|
390
|
-
}), f = v(() => a.value ? Sr : o.value ? Ar : u.value ? Or : l.value ?
|
|
390
|
+
}), f = v(() => a.value ? Sr : o.value ? Ar : u.value ? Or : l.value ? Br : U.value ? kr : d.value ? c.value : "i"), h = v(() => e.customSize ? e.customSize : t[e.size]), m = v(() => {
|
|
391
391
|
const b = {};
|
|
392
392
|
return d.value && e.customSize && (b.width = `${e.customSize}px`, b.height = `${e.customSize}px`), b;
|
|
393
393
|
}), g = v(() => e.customSize ? {
|
|
@@ -433,7 +433,7 @@ const Or = /* @__PURE__ */ G({
|
|
|
433
433
|
height: h.value,
|
|
434
434
|
color: e.variant ? `var(--icon-color-${e.variant})` : "currentColor"
|
|
435
435
|
} : {}), U = v(() => n.value === "svg"), E = v(() => !U.value || typeof e.icon != "string" ? "" : e.icon.startsWith("svg:") ? e.icon.substring(4) : e.icon);
|
|
436
|
-
return (b, P) => s.useContainer ? (_(),
|
|
436
|
+
return (b, P) => s.useContainer ? (_(), B("div", we({
|
|
437
437
|
key: 0,
|
|
438
438
|
class: ["vc-icon-container", `vc-icon-container--${s.size}`],
|
|
439
439
|
style: g.value,
|
|
@@ -504,7 +504,7 @@ const Or = /* @__PURE__ */ G({
|
|
|
504
504
|
function l(d) {
|
|
505
505
|
!n.disabled && !n.loading && (d.preventDefault(), r("click", d));
|
|
506
506
|
}
|
|
507
|
-
return (d, c) => (_(),
|
|
507
|
+
return (d, c) => (_(), B("button", {
|
|
508
508
|
class: q(u.value),
|
|
509
509
|
type: s.type,
|
|
510
510
|
disabled: s.disabled || s.loading,
|
|
@@ -524,7 +524,7 @@ const Or = /* @__PURE__ */ G({
|
|
|
524
524
|
icon: s.icon,
|
|
525
525
|
size: s.iconSize
|
|
526
526
|
}, null, 8, ["class", "icon", "size"])) : K("", !0),
|
|
527
|
-
d.$slots.default ? (_(),
|
|
527
|
+
d.$slots.default ? (_(), B("span", zr, [
|
|
528
528
|
xe(d.$slots, "default")
|
|
529
529
|
])) : K("", !0)
|
|
530
530
|
], 10, jr));
|
|
@@ -562,12 +562,12 @@ function Mr(s) {
|
|
|
562
562
|
return l.value.get(y) || o;
|
|
563
563
|
}, P = (p, y) => {
|
|
564
564
|
let x = 0;
|
|
565
|
-
const I = [],
|
|
565
|
+
const I = [], R = [], j = c.value;
|
|
566
566
|
for (const J of p) {
|
|
567
567
|
const re = b(J), ie = I.length > 0 ? j : 0;
|
|
568
|
-
x + ie + re <= y ? (I.push(J), x += ie + re) :
|
|
568
|
+
x + ie + re <= y ? (I.push(J), x += ie + re) : R.push(J);
|
|
569
569
|
}
|
|
570
|
-
return { visible: I, hidden:
|
|
570
|
+
return { visible: I, hidden: R };
|
|
571
571
|
}, C = () => {
|
|
572
572
|
if (!e.value || !t.value.length) return;
|
|
573
573
|
if (u.value <= 0) {
|
|
@@ -578,8 +578,8 @@ function Mr(s) {
|
|
|
578
578
|
const p = c.value, y = a === "reverse" ? [...t.value].reverse() : t.value;
|
|
579
579
|
let x = P(y, u.value);
|
|
580
580
|
if (x.hidden.length > 0) {
|
|
581
|
-
const I = U(),
|
|
582
|
-
x = P(y, u.value - I -
|
|
581
|
+
const I = U(), R = x.visible.length > 0 ? p : 0;
|
|
582
|
+
x = P(y, u.value - I - R);
|
|
583
583
|
}
|
|
584
584
|
a === "reverse" ? (f.value = x.visible.reverse(), h.value = x.hidden.reverse()) : (f.value = x.visible, h.value = x.hidden);
|
|
585
585
|
}, A = () => {
|
|
@@ -601,10 +601,10 @@ function Mr(s) {
|
|
|
601
601
|
for (const x of p) {
|
|
602
602
|
const I = x.target;
|
|
603
603
|
if (!I.isConnected) continue;
|
|
604
|
-
const
|
|
605
|
-
if (!
|
|
604
|
+
const R = I.getAttribute("data-item-key");
|
|
605
|
+
if (!R) continue;
|
|
606
606
|
const j = getComputedStyle(I), J = x.borderBoxSize?.[0]?.inlineSize, ie = (J ?? I.offsetWidth) + parseFloat(j.marginLeft || "0") + parseFloat(j.marginRight || "0");
|
|
607
|
-
ie > 0 && l.value.get(
|
|
607
|
+
ie > 0 && l.value.get(R) !== ie && (l.value.set(R, ie), y = !0);
|
|
608
608
|
}
|
|
609
609
|
y && C();
|
|
610
610
|
})), ae(() => {
|
|
@@ -685,7 +685,7 @@ function Dr(s, e, t = {}) {
|
|
|
685
685
|
resolvedStrategy: r
|
|
686
686
|
};
|
|
687
687
|
}
|
|
688
|
-
const Ge = Symbol("BladeStack"), ct = Symbol("BladeMessaging"), dt = Symbol("BladeDescriptor"), Lr = Symbol("BladeMaximized"), Gr = Symbol("BladeData"), jt = Symbol("BladeBanners"),
|
|
688
|
+
const Ge = Symbol("BladeStack"), ct = Symbol("BladeMessaging"), dt = Symbol("BladeDescriptor"), Lr = Symbol("BladeMaximized"), Gr = Symbol("BladeData"), jt = Symbol("BladeBanners"), Jr = Symbol("BladeBackButton"), Qs = Symbol("NotificationTemplates"), Wr = Symbol("NotificationStore"), ei = Symbol("WidgetService"), ti = Symbol("DashboardService"), ri = Symbol("MenuService"), ni = Symbol("SettingsMenuService"), ai = Symbol("AppBarWidgetService"), si = Symbol("AppBarMobileButtonsService"), Hr = Symbol("LanguageService"), Kr = Symbol("ToolbarService"), ii = Symbol("DynamicModules"), oi = Symbol("ModulesReady"), li = Symbol("ModulesLoadError"), qr = Symbol("AppRootElement"), Zr = Symbol("EmbeddedMode"), ui = Symbol("ShellIndicators"), Je = Symbol("AiAgentService"), Yr = Symbol("IsMobile"), Xr = Symbol("IsDesktop"), Vr = Symbol("IsPhone"), Qr = Symbol("IsTablet"), en = Symbol("IsTouch"), ci = Symbol("BladeRoutes"), di = Symbol("InternalRoutes"), hi = Symbol("CloseSettingsMenu"), fi = Symbol("BladeContext"), pi = Symbol("WidgetScope"), mi = Symbol("BladeForm");
|
|
689
689
|
function tn(s = {}) {
|
|
690
690
|
const e = F(qr, void 0);
|
|
691
691
|
return {
|
|
@@ -716,7 +716,7 @@ const rn = ["title"], nn = ["title"], an = /* @__PURE__ */ G({
|
|
|
716
716
|
function a() {
|
|
717
717
|
t.current || (t.clickHandler && typeof t.clickHandler == "function" ? t.clickHandler(t.id) : n("click"));
|
|
718
718
|
}
|
|
719
|
-
return (o, u) => s.current ? (_(),
|
|
719
|
+
return (o, u) => s.current ? (_(), B("span", {
|
|
720
720
|
key: 0,
|
|
721
721
|
class: q(["vc-breadcrumbs-item vc-breadcrumbs-item--current", { "vc-breadcrumbs-item--light": s.variant === "light" }]),
|
|
722
722
|
"aria-current": "page"
|
|
@@ -731,7 +731,7 @@ const rn = ["title"], nn = ["title"], an = /* @__PURE__ */ G({
|
|
|
731
731
|
class: "vc-breadcrumbs-item__title",
|
|
732
732
|
title: r.value
|
|
733
733
|
}, he(r.value), 9, rn)
|
|
734
|
-
], 2)) : (_(),
|
|
734
|
+
], 2)) : (_(), B("button", {
|
|
735
735
|
key: 1,
|
|
736
736
|
type: "button",
|
|
737
737
|
class: q(["vc-breadcrumbs-item", { "vc-breadcrumbs-item--light": s.variant === "light" }]),
|
|
@@ -822,7 +822,7 @@ const sn = { class: "vc-dropdown" }, on = ["aria-expanded", "aria-haspopup", "on
|
|
|
822
822
|
return p(c.value);
|
|
823
823
|
}), M = [
|
|
824
824
|
() => {
|
|
825
|
-
t.closeOnClickOutside &&
|
|
825
|
+
t.closeOnClickOutside && R("outside");
|
|
826
826
|
},
|
|
827
827
|
{ ignore: [l] }
|
|
828
828
|
];
|
|
@@ -831,37 +831,37 @@ const sn = { class: "vc-dropdown" }, on = ["aria-expanded", "aria-haspopup", "on
|
|
|
831
831
|
c.value = -1;
|
|
832
832
|
return;
|
|
833
833
|
}
|
|
834
|
-
const w = t.isItemActive ? t.items.findIndex((
|
|
834
|
+
const w = t.isItemActive ? t.items.findIndex((k) => t.isItemActive?.(k)) : -1;
|
|
835
835
|
c.value = w >= 0 ? w : 0;
|
|
836
836
|
}
|
|
837
837
|
function p(w) {
|
|
838
838
|
return `${o}-item-${w}`;
|
|
839
839
|
}
|
|
840
|
-
function y(w,
|
|
841
|
-
return t.itemKey ? t.itemKey(w,
|
|
840
|
+
function y(w, k) {
|
|
841
|
+
return t.itemKey ? t.itemKey(w, k) : k;
|
|
842
842
|
}
|
|
843
843
|
function x() {
|
|
844
844
|
m.value || (m.value = !0, n("open"));
|
|
845
845
|
}
|
|
846
846
|
function I() {
|
|
847
|
-
|
|
847
|
+
R("action");
|
|
848
848
|
}
|
|
849
|
-
function
|
|
849
|
+
function R(w) {
|
|
850
850
|
m.value && (m.value = !1, n("close", w));
|
|
851
851
|
}
|
|
852
852
|
function j() {
|
|
853
|
-
m.value ?
|
|
853
|
+
m.value ? R("action") : x();
|
|
854
854
|
}
|
|
855
|
-
function J(w,
|
|
856
|
-
c.value =
|
|
855
|
+
function J(w, k) {
|
|
856
|
+
c.value = k, n("item-click", w), t.closeOnSelect && R("action");
|
|
857
857
|
}
|
|
858
858
|
function re(w) {
|
|
859
|
-
const
|
|
860
|
-
if (!
|
|
859
|
+
const k = t.items.length;
|
|
860
|
+
if (!k) {
|
|
861
861
|
c.value = -1;
|
|
862
862
|
return;
|
|
863
863
|
}
|
|
864
|
-
const ee = (w %
|
|
864
|
+
const ee = (w % k + k) % k;
|
|
865
865
|
c.value = ee;
|
|
866
866
|
}
|
|
867
867
|
function ie(w) {
|
|
@@ -893,13 +893,13 @@ const sn = { class: "vc-dropdown" }, on = ["aria-expanded", "aria-haspopup", "on
|
|
|
893
893
|
case "Escape": {
|
|
894
894
|
if (!t.closeOnEscape)
|
|
895
895
|
return;
|
|
896
|
-
w.preventDefault(), w.stopPropagation(),
|
|
896
|
+
w.preventDefault(), w.stopPropagation(), R("escape");
|
|
897
897
|
break;
|
|
898
898
|
}
|
|
899
899
|
}
|
|
900
900
|
}
|
|
901
901
|
function Ae(w) {
|
|
902
|
-
!t.closeOnEscape || !m.value || w.key !== "Escape" ||
|
|
902
|
+
!t.closeOnEscape || !m.value || w.key !== "Escape" || R("escape");
|
|
903
903
|
}
|
|
904
904
|
return V(
|
|
905
905
|
() => m.value,
|
|
@@ -915,8 +915,8 @@ const sn = { class: "vc-dropdown" }, on = ["aria-expanded", "aria-haspopup", "on
|
|
|
915
915
|
{ deep: !0 }
|
|
916
916
|
), st(() => {
|
|
917
917
|
document.removeEventListener("keydown", Ae);
|
|
918
|
-
}), (w,
|
|
919
|
-
w.$slots.trigger ? (_(),
|
|
918
|
+
}), (w, k) => (_(), B("div", sn, [
|
|
919
|
+
w.$slots.trigger ? (_(), B("div", {
|
|
920
920
|
key: 0,
|
|
921
921
|
ref_key: "referenceEl",
|
|
922
922
|
ref: l,
|
|
@@ -948,7 +948,7 @@ const sn = { class: "vc-dropdown" }, on = ["aria-expanded", "aria-haspopup", "on
|
|
|
948
948
|
appear: ""
|
|
949
949
|
}, {
|
|
950
950
|
default: fe(() => [
|
|
951
|
-
m.value ? ot((_(),
|
|
951
|
+
m.value ? ot((_(), B("div", {
|
|
952
952
|
key: 0,
|
|
953
953
|
id: o,
|
|
954
954
|
ref_key: "floatingEl",
|
|
@@ -970,8 +970,8 @@ const sn = { class: "vc-dropdown" }, on = ["aria-expanded", "aria-haspopup", "on
|
|
|
970
970
|
items: s.items,
|
|
971
971
|
close: I
|
|
972
972
|
}, () => [
|
|
973
|
-
s.items.length ? (_(),
|
|
974
|
-
(_(!0),
|
|
973
|
+
s.items.length ? (_(), B("div", un, [
|
|
974
|
+
(_(!0), B(Me, null, lt(s.items, (ee, ge) => (_(), B("div", {
|
|
975
975
|
id: p(ge),
|
|
976
976
|
key: y(ee, ge),
|
|
977
977
|
class: q(["vc-dropdown__item", {
|
|
@@ -991,7 +991,7 @@ const sn = { class: "vc-dropdown" }, on = ["aria-expanded", "aria-haspopup", "on
|
|
|
991
991
|
mt(he(s.itemText?.(ee)), 1)
|
|
992
992
|
])
|
|
993
993
|
], 10, cn))), 128))
|
|
994
|
-
])) : (_(),
|
|
994
|
+
])) : (_(), B("div", dn, [
|
|
995
995
|
xe(w.$slots, "empty", {}, () => [
|
|
996
996
|
mt(he(s.emptyText), 1)
|
|
997
997
|
])
|
|
@@ -1019,7 +1019,7 @@ const sn = { class: "vc-dropdown" }, on = ["aria-expanded", "aria-haspopup", "on
|
|
|
1019
1019
|
disabled: { type: Boolean, default: !1 }
|
|
1020
1020
|
},
|
|
1021
1021
|
setup(s) {
|
|
1022
|
-
return (e, t) => (_(),
|
|
1022
|
+
return (e, t) => (_(), B("div", {
|
|
1023
1023
|
class: q(["vc-dropdown-item", {
|
|
1024
1024
|
"vc-dropdown-item--active": s.active,
|
|
1025
1025
|
"vc-dropdown-item--disabled": s.disabled
|
|
@@ -1035,7 +1035,7 @@ const sn = { class: "vc-dropdown" }, on = ["aria-expanded", "aria-haspopup", "on
|
|
|
1035
1035
|
icon: s.icon,
|
|
1036
1036
|
size: "xs",
|
|
1037
1037
|
class: "vc-dropdown-item__icon"
|
|
1038
|
-
}, null, 8, ["icon"])) : (_(),
|
|
1038
|
+
}, null, 8, ["icon"])) : (_(), B("span", fn)),
|
|
1039
1039
|
$("span", pn, he(s.title), 1)
|
|
1040
1040
|
], 2));
|
|
1041
1041
|
}
|
|
@@ -1058,7 +1058,7 @@ const sn = { class: "vc-dropdown" }, on = ["aria-expanded", "aria-haspopup", "on
|
|
|
1058
1058
|
setup(s) {
|
|
1059
1059
|
const e = s, t = O(null), n = O(!1), r = Mr({
|
|
1060
1060
|
containerRef: t,
|
|
1061
|
-
items:
|
|
1061
|
+
items: Rt(e, "items"),
|
|
1062
1062
|
getItemKey: (f) => f.id,
|
|
1063
1063
|
moreButtonWidth: yn,
|
|
1064
1064
|
calculationStrategy: "reverse",
|
|
@@ -1072,7 +1072,7 @@ const sn = { class: "vc-dropdown" }, on = ["aria-expanded", "aria-haspopup", "on
|
|
|
1072
1072
|
}
|
|
1073
1073
|
return ae(l), (f, h) => {
|
|
1074
1074
|
const m = je("VcButton");
|
|
1075
|
-
return s.items && s.items.length ? (_(),
|
|
1075
|
+
return s.items && s.items.length ? (_(), B("nav", vn, [
|
|
1076
1076
|
$("ol", {
|
|
1077
1077
|
ref_key: "contentRef",
|
|
1078
1078
|
ref: t,
|
|
@@ -1119,15 +1119,15 @@ const sn = { class: "vc-dropdown" }, on = ["aria-expanded", "aria-haspopup", "on
|
|
|
1119
1119
|
]),
|
|
1120
1120
|
_: 3
|
|
1121
1121
|
}, 8, ["items", "model-value"])) : K("", !0),
|
|
1122
|
-
(_(!0),
|
|
1122
|
+
(_(!0), B(Me, null, lt(a.value, (g, S) => (_(), B(Me, {
|
|
1123
1123
|
key: g?.id ?? `breadcrumb-item-${S}`
|
|
1124
1124
|
}, [
|
|
1125
|
-
g && g.title ? (_(),
|
|
1125
|
+
g && g.title ? (_(), B("li", {
|
|
1126
1126
|
key: 0,
|
|
1127
1127
|
class: "vc-breadcrumbs__item-wrapper",
|
|
1128
1128
|
"data-item-key": g.id
|
|
1129
1129
|
}, [
|
|
1130
|
-
s.separated && S !== 0 ? (_(),
|
|
1130
|
+
s.separated && S !== 0 ? (_(), B("span", bn, " / ")) : K("", !0),
|
|
1131
1131
|
Y(an, we({ class: "vc-breadcrumbs__item" }, { ref_for: !0 }, g, {
|
|
1132
1132
|
current: S === a.value.length - 1,
|
|
1133
1133
|
"aria-current": S === a.value.length - 1 ? "page" : void 0,
|
|
@@ -1276,7 +1276,7 @@ class _n extends Q {
|
|
|
1276
1276
|
}) : t !== 200 && t !== 204 ? e.text().then((r) => i("An unexpected server error occurred.", t, r, n)) : Promise.resolve(null);
|
|
1277
1277
|
}
|
|
1278
1278
|
}
|
|
1279
|
-
class
|
|
1279
|
+
class vi extends Q {
|
|
1280
1280
|
http;
|
|
1281
1281
|
baseUrl;
|
|
1282
1282
|
constructor(e, t) {
|
|
@@ -1306,7 +1306,7 @@ class gi extends Q {
|
|
|
1306
1306
|
}) : t !== 200 && t !== 204 ? e.text().then((r) => i("An unexpected server error occurred.", t, r, n)) : Promise.resolve(null);
|
|
1307
1307
|
}
|
|
1308
1308
|
}
|
|
1309
|
-
class
|
|
1309
|
+
class gi extends Q {
|
|
1310
1310
|
http;
|
|
1311
1311
|
baseUrl;
|
|
1312
1312
|
constructor(e, t) {
|
|
@@ -1448,7 +1448,7 @@ class bi extends Q {
|
|
|
1448
1448
|
}) : t !== 200 && t !== 204 ? e.text().then((r) => i("An unexpected server error occurred.", t, r, n)) : Promise.resolve(null);
|
|
1449
1449
|
}
|
|
1450
1450
|
}
|
|
1451
|
-
class
|
|
1451
|
+
class bi extends Q {
|
|
1452
1452
|
http;
|
|
1453
1453
|
baseUrl;
|
|
1454
1454
|
constructor(e, t) {
|
|
@@ -1624,7 +1624,7 @@ class yi extends Q {
|
|
|
1624
1624
|
}) : t === 401 ? e.text().then((r) => i("Unauthorized", t, r, n)) : t === 403 ? e.text().then((r) => i("Forbidden", t, r, n)) : t !== 200 && t !== 204 ? e.text().then((r) => i("An unexpected server error occurred.", t, r, n)) : Promise.resolve(null);
|
|
1625
1625
|
}
|
|
1626
1626
|
}
|
|
1627
|
-
class
|
|
1627
|
+
class yi extends Q {
|
|
1628
1628
|
http;
|
|
1629
1629
|
baseUrl;
|
|
1630
1630
|
constructor(e, t) {
|
|
@@ -1653,7 +1653,7 @@ class xi extends Q {
|
|
|
1653
1653
|
}) : t === 401 ? e.text().then((r) => i("Unauthorized", t, r, n)) : t === 403 ? e.text().then((r) => i("Forbidden", t, r, n)) : t !== 200 && t !== 204 ? e.text().then((r) => i("An unexpected server error occurred.", t, r, n)) : Promise.resolve(null);
|
|
1654
1654
|
}
|
|
1655
1655
|
}
|
|
1656
|
-
class
|
|
1656
|
+
class xi extends Q {
|
|
1657
1657
|
http;
|
|
1658
1658
|
baseUrl;
|
|
1659
1659
|
constructor(e, t) {
|
|
@@ -1705,7 +1705,7 @@ class Ei extends Q {
|
|
|
1705
1705
|
}) : t !== 200 && t !== 204 ? e.text().then((r) => i("An unexpected server error occurred.", t, r, n)) : Promise.resolve(null);
|
|
1706
1706
|
}
|
|
1707
1707
|
}
|
|
1708
|
-
class
|
|
1708
|
+
class Ei extends Q {
|
|
1709
1709
|
http;
|
|
1710
1710
|
baseUrl;
|
|
1711
1711
|
constructor(e, t) {
|
|
@@ -1980,7 +1980,7 @@ class wi extends Q {
|
|
|
1980
1980
|
}) : t === 401 ? e.text().then((r) => i("Unauthorized", t, r, n)) : t === 403 ? e.text().then((r) => i("Forbidden", t, r, n)) : t !== 200 && t !== 204 ? e.text().then((r) => i("An unexpected server error occurred.", t, r, n)) : Promise.resolve(null);
|
|
1981
1981
|
}
|
|
1982
1982
|
}
|
|
1983
|
-
class
|
|
1983
|
+
class wi extends Q {
|
|
1984
1984
|
http;
|
|
1985
1985
|
baseUrl;
|
|
1986
1986
|
constructor(e, t) {
|
|
@@ -2013,7 +2013,7 @@ class Ci extends Q {
|
|
|
2013
2013
|
}) : t === 401 ? e.text().then((r) => i("Unauthorized", t, r, n)) : t === 403 ? e.text().then((r) => i("Forbidden", t, r, n)) : t !== 200 && t !== 204 ? e.text().then((r) => i("An unexpected server error occurred.", t, r, n)) : Promise.resolve(null);
|
|
2014
2014
|
}
|
|
2015
2015
|
}
|
|
2016
|
-
class
|
|
2016
|
+
class Ci extends Q {
|
|
2017
2017
|
http;
|
|
2018
2018
|
baseUrl;
|
|
2019
2019
|
constructor(e, t) {
|
|
@@ -2117,7 +2117,7 @@ class _i extends Q {
|
|
|
2117
2117
|
}) : t === 401 ? e.text().then((r) => i("Unauthorized", t, r, n)) : t === 403 ? e.text().then((r) => i("Forbidden", t, r, n)) : t !== 200 && t !== 204 ? e.text().then((r) => i("An unexpected server error occurred.", t, r, n)) : Promise.resolve(null);
|
|
2118
2118
|
}
|
|
2119
2119
|
}
|
|
2120
|
-
class
|
|
2120
|
+
class _i extends Q {
|
|
2121
2121
|
http;
|
|
2122
2122
|
baseUrl;
|
|
2123
2123
|
constructor(e, t) {
|
|
@@ -2383,7 +2383,7 @@ class Si extends Q {
|
|
|
2383
2383
|
}) : t === 401 ? e.text().then((r) => i("Unauthorized", t, r, n)) : t === 403 ? e.text().then((r) => i("Forbidden", t, r, n)) : t !== 200 && t !== 204 ? e.text().then((r) => i("An unexpected server error occurred.", t, r, n)) : Promise.resolve(null);
|
|
2384
2384
|
}
|
|
2385
2385
|
}
|
|
2386
|
-
class
|
|
2386
|
+
class Si extends Q {
|
|
2387
2387
|
http;
|
|
2388
2388
|
baseUrl;
|
|
2389
2389
|
constructor(e, t) {
|
|
@@ -3650,7 +3650,7 @@ class An extends Q {
|
|
|
3650
3650
|
}) : t === 401 ? e.text().then((r) => i("Unauthorized", t, r, n)) : t === 403 ? e.text().then((r) => i("Forbidden", t, r, n)) : t !== 200 && t !== 204 ? e.text().then((r) => i("An unexpected server error occurred.", t, r, n)) : Promise.resolve(null);
|
|
3651
3651
|
}
|
|
3652
3652
|
}
|
|
3653
|
-
class
|
|
3653
|
+
class Ai extends Q {
|
|
3654
3654
|
http;
|
|
3655
3655
|
baseUrl;
|
|
3656
3656
|
constructor(e, t) {
|
|
@@ -3778,7 +3778,7 @@ class Ui extends Q {
|
|
|
3778
3778
|
}) : t !== 200 && t !== 204 ? e.text().then((r) => i("An unexpected server error occurred.", t, r, n)) : Promise.resolve(null);
|
|
3779
3779
|
}
|
|
3780
3780
|
}
|
|
3781
|
-
var Un = /* @__PURE__ */ ((s) => (s.Undefined = "Undefined", s.ShortText = "ShortText", s.LongText = "LongText", s.Integer = "Integer", s.Decimal = "Decimal", s.DateTime = "DateTime", s.Boolean = "Boolean", s.Html = "Html", s.Image = "Image", s))(Un || {}), In = /* @__PURE__ */ ((s) => (s.Detached = "Detached", s.Unchanged = "Unchanged", s.Added = "Added", s.Deleted = "Deleted", s.Modified = "Modified", s))(In || {}), Tn = /* @__PURE__ */ ((s) => (s.Undefined = "Undefined", s.Object = "Object", s.Array = "Array", s.String = "String", s.Number = "Number", s.True = "True", s.False = "False", s.Null = "Null", s))(Tn || {}), Pn = /* @__PURE__ */ ((s) => (s.Info = "Info", s.Warning = "Warning", s.Debug = "Debug", s.Error = "Error", s))(Pn || {}), On = /* @__PURE__ */ ((s) => (s.ShortText = "ShortText", s.LongText = "LongText", s.Integer = "Integer", s.Decimal = "Decimal", s.DateTime = "DateTime", s.Boolean = "Boolean", s.SecureString = "SecureString", s.Json = "Json", s.PositiveInteger = "PositiveInteger", s))(On || {}),
|
|
3781
|
+
var Un = /* @__PURE__ */ ((s) => (s.Undefined = "Undefined", s.ShortText = "ShortText", s.LongText = "LongText", s.Integer = "Integer", s.Decimal = "Decimal", s.DateTime = "DateTime", s.Boolean = "Boolean", s.Html = "Html", s.Image = "Image", s))(Un || {}), In = /* @__PURE__ */ ((s) => (s.Detached = "Detached", s.Unchanged = "Unchanged", s.Added = "Added", s.Deleted = "Deleted", s.Modified = "Modified", s))(In || {}), Tn = /* @__PURE__ */ ((s) => (s.Undefined = "Undefined", s.Object = "Object", s.Array = "Array", s.String = "String", s.Number = "Number", s.True = "True", s.False = "False", s.Null = "Null", s))(Tn || {}), Pn = /* @__PURE__ */ ((s) => (s.Info = "Info", s.Warning = "Warning", s.Debug = "Debug", s.Error = "Error", s))(Pn || {}), On = /* @__PURE__ */ ((s) => (s.ShortText = "ShortText", s.LongText = "LongText", s.Integer = "Integer", s.Decimal = "Decimal", s.DateTime = "DateTime", s.Boolean = "Boolean", s.SecureString = "SecureString", s.Json = "Json", s.PositiveInteger = "PositiveInteger", s))(On || {}), Bn = /* @__PURE__ */ ((s) => (s.Ascending = "Ascending", s.Descending = "Descending", s))(Bn || {}), Rn = /* @__PURE__ */ ((s) => (s.Undefined = "Undefined", s.ShortText = "ShortText", s.LongText = "LongText", s.Integer = "Integer", s.Decimal = "Decimal", s.DateTime = "DateTime", s.Boolean = "Boolean", s.Html = "Html", s.Image = "Image", s))(Rn || {}), kn = /* @__PURE__ */ ((s) => (s.Undefined = "Undefined", s.ShortText = "ShortText", s.LongText = "LongText", s.Integer = "Integer", s.Decimal = "Decimal", s.DateTime = "DateTime", s.Boolean = "Boolean", s.Html = "Html", s.Image = "Image", s))(kn || {}), $n = /* @__PURE__ */ ((s) => (s.Undefined = "Undefined", s.ShortText = "ShortText", s.LongText = "LongText", s.Integer = "Integer", s.Decimal = "Decimal", s.DateTime = "DateTime", s.Boolean = "Boolean", s.Html = "Html", s.Image = "Image", s))($n || {}), Nn = /* @__PURE__ */ ((s) => (s.Undefined = "Undefined", s.Object = "Object", s.Array = "Array", s.String = "String", s.Number = "Number", s.True = "True", s.False = "False", s.Null = "Null", s))(Nn || {}), jn = /* @__PURE__ */ ((s) => (s.ShortText = "ShortText", s.LongText = "LongText", s.Integer = "Integer", s.Decimal = "Decimal", s.DateTime = "DateTime", s.Boolean = "Boolean", s.SecureString = "SecureString", s.Json = "Json", s.PositiveInteger = "PositiveInteger", s))(jn || {}), zn = /* @__PURE__ */ ((s) => (s.Detached = "Detached", s.Unchanged = "Unchanged", s.Added = "Added", s.Deleted = "Deleted", s.Modified = "Modified", s))(zn || {}), Fn = /* @__PURE__ */ ((s) => (s.Info = "Info", s.Warning = "Warning", s.Debug = "Debug", s.Error = "Error", s))(Fn || {}), Mn = /* @__PURE__ */ ((s) => (s.Ascending = "Ascending", s.Descending = "Descending", s))(Mn || {});
|
|
3782
3782
|
class Dn extends Error {
|
|
3783
3783
|
message;
|
|
3784
3784
|
status;
|
|
@@ -4065,7 +4065,7 @@ const Hn = $t(() => {
|
|
|
4065
4065
|
// persistent
|
|
4066
4066
|
critical: !1
|
|
4067
4067
|
// persistent
|
|
4068
|
-
},
|
|
4068
|
+
}, Ui = Symbol("NotificationContext"), qn = ["IndexProgressPushNotification"], Zn = Symbol("NotificationContainerState"), Yn = N("notification-instance"), ne = {
|
|
4069
4069
|
"top-center": void 0,
|
|
4070
4070
|
"top-right": void 0,
|
|
4071
4071
|
"top-left": void 0,
|
|
@@ -4133,7 +4133,7 @@ function ta() {
|
|
|
4133
4133
|
async function a(l) {
|
|
4134
4134
|
const d = l.position || s.position;
|
|
4135
4135
|
if (!wt(d)) {
|
|
4136
|
-
const f = r(d), { default: h } = await import("./index-
|
|
4136
|
+
const f = r(d), { default: h } = await import("./index-B0X7STCw.js"), m = Vt(h, {
|
|
4137
4137
|
...l,
|
|
4138
4138
|
position: d
|
|
4139
4139
|
// Pass the position to the component
|
|
@@ -4453,17 +4453,17 @@ function ca(s) {
|
|
|
4453
4453
|
getByType: U
|
|
4454
4454
|
};
|
|
4455
4455
|
}
|
|
4456
|
-
let
|
|
4456
|
+
let Re = null;
|
|
4457
4457
|
function da() {
|
|
4458
4458
|
if (me()) {
|
|
4459
4459
|
const s = F(Wr, null);
|
|
4460
4460
|
if (s)
|
|
4461
|
-
return
|
|
4461
|
+
return Re = s, s;
|
|
4462
4462
|
}
|
|
4463
|
-
return
|
|
4463
|
+
return Re || (Re = ca()), Re;
|
|
4464
4464
|
}
|
|
4465
4465
|
const ze = /* @__PURE__ */ new WeakMap();
|
|
4466
|
-
function
|
|
4466
|
+
function Ii(s, e, t) {
|
|
4467
4467
|
ze.set(s, { timerId: e, notifId: t });
|
|
4468
4468
|
}
|
|
4469
4469
|
function ha(s) {
|
|
@@ -4624,7 +4624,7 @@ function ya(s) {
|
|
|
4624
4624
|
};
|
|
4625
4625
|
}
|
|
4626
4626
|
function De(s) {
|
|
4627
|
-
return s.id !== void 0 ? `id:${String(s.id)}` : s.routeId ? `route:${s.routeId}` : s.url ? `url:${s.url}` : s.groupConfig?.id ? `gc:${s.groupConfig.id}:${s.title}` : s.group ? `g:${s.group}:${s.title}` : `hash:${JSON.stringify(
|
|
4627
|
+
return s.id !== void 0 ? `id:${String(s.id)}` : s.routeId ? `route:${s.routeId}` : s.url ? `url:${s.url}` : s.groupConfig?.id ? `gc:${s.groupConfig.id}:${s.title}` : s.group ? `g:${s.group}:${s.title}` : `hash:${JSON.stringify(kt(s, "title"))}`;
|
|
4628
4628
|
}
|
|
4629
4629
|
const Oe = O(/* @__PURE__ */ new Map()), pe = ya({
|
|
4630
4630
|
name: "menu-service",
|
|
@@ -4634,24 +4634,24 @@ const Oe = O(/* @__PURE__ */ new Map()), pe = ya({
|
|
|
4634
4634
|
function xa(s) {
|
|
4635
4635
|
pe.preregister(s);
|
|
4636
4636
|
}
|
|
4637
|
-
function
|
|
4637
|
+
function Ti(s) {
|
|
4638
4638
|
pe.removePreregistered((e) => ft(e, s)), pe.broadcast((e) => e.removeMenuItem(s));
|
|
4639
4639
|
}
|
|
4640
|
-
function
|
|
4640
|
+
function Pi(s, e) {
|
|
4641
4641
|
Oe.value.set(s, e), pe.broadcast((t) => {
|
|
4642
4642
|
t.menuBadges.value.set(s, e);
|
|
4643
4643
|
});
|
|
4644
4644
|
}
|
|
4645
|
-
function
|
|
4645
|
+
function Oi(s) {
|
|
4646
4646
|
const e = pe.getFirstInstance();
|
|
4647
4647
|
return e ? e.menuBadges.value.get(s) : Oe.value.get(s);
|
|
4648
4648
|
}
|
|
4649
|
-
function
|
|
4649
|
+
function Bi(s) {
|
|
4650
4650
|
Oe.value.delete(s), pe.broadcast((e) => {
|
|
4651
4651
|
e.menuBadges.value.delete(s);
|
|
4652
4652
|
});
|
|
4653
4653
|
}
|
|
4654
|
-
function
|
|
4654
|
+
function Ri() {
|
|
4655
4655
|
return pe.getFirstInstance()?.menuBadges ?? Oe;
|
|
4656
4656
|
}
|
|
4657
4657
|
const rt = 1 / 0, Ea = 1 / 0;
|
|
@@ -4682,7 +4682,7 @@ function _a(s, e) {
|
|
|
4682
4682
|
}
|
|
4683
4683
|
function Sa(s, e) {
|
|
4684
4684
|
const t = wa(s), n = {
|
|
4685
|
-
...
|
|
4685
|
+
...kt(s, ["group", "groupIcon", "groupPriority", "groupConfig"])
|
|
4686
4686
|
}, r = e.get(t.groupId);
|
|
4687
4687
|
if (r) {
|
|
4688
4688
|
const a = [...r.children ?? []], o = a.findIndex((u) => ft(u, n));
|
|
@@ -4718,7 +4718,7 @@ function Aa(s) {
|
|
|
4718
4718
|
})
|
|
4719
4719
|
).sort(Ca);
|
|
4720
4720
|
}
|
|
4721
|
-
function
|
|
4721
|
+
function ki() {
|
|
4722
4722
|
const s = O([]);
|
|
4723
4723
|
let e = [];
|
|
4724
4724
|
const t = O(new Map(Oe.value));
|
|
@@ -4777,20 +4777,20 @@ function Ia() {
|
|
|
4777
4777
|
};
|
|
4778
4778
|
}
|
|
4779
4779
|
const Le = /* @__PURE__ */ new Map();
|
|
4780
|
-
function
|
|
4780
|
+
function $i(s, e) {
|
|
4781
4781
|
Le.has(s) && console.warn(`[defineBlade] Duplicate blade name: "${s}". Overwriting.`), Le.set(s, e);
|
|
4782
4782
|
}
|
|
4783
4783
|
function Ta(s) {
|
|
4784
4784
|
return Le.get(s);
|
|
4785
4785
|
}
|
|
4786
|
-
function
|
|
4786
|
+
function Ni() {
|
|
4787
4787
|
return Le;
|
|
4788
4788
|
}
|
|
4789
4789
|
const Ze = N("blade-registry"), Pa = Symbol("BladeRegistry");
|
|
4790
4790
|
function St(s) {
|
|
4791
4791
|
return !(!s || typeof s != "function" && typeof s != "object");
|
|
4792
4792
|
}
|
|
4793
|
-
function
|
|
4793
|
+
function ji(s) {
|
|
4794
4794
|
const e = ut(/* @__PURE__ */ new Map()), t = /* @__PURE__ */ new Map();
|
|
4795
4795
|
function n(c) {
|
|
4796
4796
|
return c.startsWith("/") ? c : `/${c}`;
|
|
@@ -4898,8 +4898,8 @@ const Oa = G({
|
|
|
4898
4898
|
reset: o
|
|
4899
4899
|
});
|
|
4900
4900
|
}
|
|
4901
|
-
}),
|
|
4902
|
-
function
|
|
4901
|
+
}), Ba = Oa;
|
|
4902
|
+
function Ra(s) {
|
|
4903
4903
|
const e = /* @__PURE__ */ new Map();
|
|
4904
4904
|
function t(a, o) {
|
|
4905
4905
|
e.set(a, o);
|
|
@@ -4984,7 +4984,7 @@ const Lt = /* @__PURE__ */ G({
|
|
|
4984
4984
|
function m() {
|
|
4985
4985
|
a.value = !1;
|
|
4986
4986
|
}
|
|
4987
|
-
return (g, S) => (_(), W(D(
|
|
4987
|
+
return (g, S) => (_(), W(D(Ba), { capture: !0 }, {
|
|
4988
4988
|
default: fe(({ error: U, reset: E }) => [
|
|
4989
4989
|
l.value ? ot((_(), W(Fe(l.value), {
|
|
4990
4990
|
key: 0,
|
|
@@ -5006,7 +5006,7 @@ const Lt = /* @__PURE__ */ G({
|
|
|
5006
5006
|
_: 1
|
|
5007
5007
|
}));
|
|
5008
5008
|
}
|
|
5009
|
-
}),
|
|
5009
|
+
}), ka = /* @__PURE__ */ G({
|
|
5010
5010
|
__name: "vc-mobile-back-button",
|
|
5011
5011
|
props: {
|
|
5012
5012
|
breadcrumbs: {},
|
|
@@ -5058,7 +5058,7 @@ const Lt = /* @__PURE__ */ G({
|
|
|
5058
5058
|
}
|
|
5059
5059
|
});
|
|
5060
5060
|
let $a = 0;
|
|
5061
|
-
function
|
|
5061
|
+
function ke() {
|
|
5062
5062
|
return `blade_${++$a}_${Math.random().toString(36).slice(2, 8)}`;
|
|
5063
5063
|
}
|
|
5064
5064
|
function Na(s, e) {
|
|
@@ -5097,7 +5097,7 @@ function Na(s, e) {
|
|
|
5097
5097
|
}
|
|
5098
5098
|
h([...t.value]);
|
|
5099
5099
|
const I = {
|
|
5100
|
-
id:
|
|
5100
|
+
id: ke(),
|
|
5101
5101
|
name: p.name,
|
|
5102
5102
|
url: c(p.name),
|
|
5103
5103
|
// workspace blades don't have param when opened first
|
|
@@ -5120,8 +5120,8 @@ function Na(s, e) {
|
|
|
5120
5120
|
if (I.length > 0 && await f(I))
|
|
5121
5121
|
return;
|
|
5122
5122
|
h(I);
|
|
5123
|
-
const
|
|
5124
|
-
id:
|
|
5123
|
+
const R = {
|
|
5124
|
+
id: ke(),
|
|
5125
5125
|
name: p.name,
|
|
5126
5126
|
url: c(p.name),
|
|
5127
5127
|
param: p.param,
|
|
@@ -5130,7 +5130,7 @@ function Na(s, e) {
|
|
|
5130
5130
|
parentId: y,
|
|
5131
5131
|
visible: !0
|
|
5132
5132
|
};
|
|
5133
|
-
t.value = [...t.value.slice(0, x + 1),
|
|
5133
|
+
t.value = [...t.value.slice(0, x + 1), R], p.onOpen && r.set(R.id, p.onOpen), p.onClose && a.set(R.id, p.onClose), p.onOpen?.();
|
|
5134
5134
|
}
|
|
5135
5135
|
async function S(p) {
|
|
5136
5136
|
const y = t.value.findIndex((j) => j.id === p);
|
|
@@ -5138,10 +5138,10 @@ function Na(s, e) {
|
|
|
5138
5138
|
const x = t.value.slice(y);
|
|
5139
5139
|
if (await f(x)) return !0;
|
|
5140
5140
|
h(x), t.value = t.value.slice(0, y);
|
|
5141
|
-
const
|
|
5142
|
-
if (
|
|
5141
|
+
const R = t.value.length - 1;
|
|
5142
|
+
if (R > 0 && !t.value[R].visible) {
|
|
5143
5143
|
const j = [...t.value];
|
|
5144
|
-
j[
|
|
5144
|
+
j[R] = { ...j[R], visible: !0 }, t.value = j;
|
|
5145
5145
|
}
|
|
5146
5146
|
return !1;
|
|
5147
5147
|
}
|
|
@@ -5159,8 +5159,8 @@ function Na(s, e) {
|
|
|
5159
5159
|
if (await f(I)) return;
|
|
5160
5160
|
h(I);
|
|
5161
5161
|
}
|
|
5162
|
-
const
|
|
5163
|
-
id:
|
|
5162
|
+
const R = {
|
|
5163
|
+
id: ke(),
|
|
5164
5164
|
name: p.name,
|
|
5165
5165
|
url: c(p.name),
|
|
5166
5166
|
param: p.param,
|
|
@@ -5170,8 +5170,8 @@ function Na(s, e) {
|
|
|
5170
5170
|
visible: !0
|
|
5171
5171
|
};
|
|
5172
5172
|
h([y]);
|
|
5173
|
-
const j = [...t.value.slice(0, x),
|
|
5174
|
-
t.value = j, p.onOpen && r.set(
|
|
5173
|
+
const j = [...t.value.slice(0, x), R, ...t.value.slice(x + 1)];
|
|
5174
|
+
t.value = j, p.onOpen && r.set(R.id, p.onOpen), p.onClose && a.set(R.id, p.onClose), p.onOpen?.();
|
|
5175
5175
|
}
|
|
5176
5176
|
async function E(p) {
|
|
5177
5177
|
const y = l.value;
|
|
@@ -5187,8 +5187,8 @@ function Na(s, e) {
|
|
|
5187
5187
|
if (await f(I)) return;
|
|
5188
5188
|
h(I);
|
|
5189
5189
|
}
|
|
5190
|
-
const
|
|
5191
|
-
id:
|
|
5190
|
+
const R = {
|
|
5191
|
+
id: ke(),
|
|
5192
5192
|
name: p.name,
|
|
5193
5193
|
url: c(p.name),
|
|
5194
5194
|
param: p.param,
|
|
@@ -5197,10 +5197,10 @@ function Na(s, e) {
|
|
|
5197
5197
|
parentId: y.id,
|
|
5198
5198
|
visible: !0
|
|
5199
5199
|
}, j = t.value.slice(0, x);
|
|
5200
|
-
j.push({ ...y, visible: !1 }), j.push(
|
|
5200
|
+
j.push({ ...y, visible: !1 }), j.push(R), t.value = j, p.onOpen && r.set(R.id, p.onOpen), p.onClose && a.set(R.id, p.onClose), p.onOpen?.();
|
|
5201
5201
|
}
|
|
5202
5202
|
async function b(p) {
|
|
5203
|
-
const y = t.value.findIndex((
|
|
5203
|
+
const y = t.value.findIndex((R) => R.id === p);
|
|
5204
5204
|
if (y === -1) return;
|
|
5205
5205
|
const x = t.value.slice(y + 1);
|
|
5206
5206
|
x.length === 0 || await f(x) || (h(x), t.value = t.value.slice(0, y + 1));
|
|
@@ -5212,7 +5212,7 @@ function Na(s, e) {
|
|
|
5212
5212
|
n.delete(p);
|
|
5213
5213
|
}
|
|
5214
5214
|
function A(p, y) {
|
|
5215
|
-
const x = t.value.findIndex((
|
|
5215
|
+
const x = t.value.findIndex((R) => R.id === p);
|
|
5216
5216
|
if (x === -1) return;
|
|
5217
5217
|
const I = [...t.value];
|
|
5218
5218
|
I[x] = { ...I[x], error: y }, t.value = I;
|
|
@@ -5224,7 +5224,7 @@ function Na(s, e) {
|
|
|
5224
5224
|
x[y] = { ...x[y], error: void 0 }, t.value = x;
|
|
5225
5225
|
}
|
|
5226
5226
|
function M(p, y) {
|
|
5227
|
-
const x = t.value.findIndex((
|
|
5227
|
+
const x = t.value.findIndex((R) => R.id === p);
|
|
5228
5228
|
if (x === -1 || t.value[x].title === y) return;
|
|
5229
5229
|
const I = [...t.value];
|
|
5230
5230
|
I[x] = { ...I[x], title: y }, t.value = I;
|
|
@@ -5321,7 +5321,7 @@ const za = ["aria-label"], Fa = {
|
|
|
5321
5321
|
a.value.forEach((T) => T && u([T.id])), A.filter((T) => T.visible).forEach((T, M) => {
|
|
5322
5322
|
o({
|
|
5323
5323
|
id: M.toString(),
|
|
5324
|
-
title:
|
|
5324
|
+
title: Rt({ title: T.name }, "title"),
|
|
5325
5325
|
clickHandler: async (H) => {
|
|
5326
5326
|
const p = parseInt(H), x = d.value.filter((I) => I.visible)[p + 1];
|
|
5327
5327
|
if (x) {
|
|
@@ -5353,7 +5353,7 @@ const za = ["aria-label"], Fa = {
|
|
|
5353
5353
|
}
|
|
5354
5354
|
function C(A) {
|
|
5355
5355
|
if (!(A <= 0))
|
|
5356
|
-
return tr(
|
|
5356
|
+
return tr(ka, {
|
|
5357
5357
|
breadcrumbs: a.value.slice(0, A),
|
|
5358
5358
|
onBack: async () => {
|
|
5359
5359
|
const T = d.value[A];
|
|
@@ -5361,13 +5361,13 @@ const za = ["aria-label"], Fa = {
|
|
|
5361
5361
|
}
|
|
5362
5362
|
});
|
|
5363
5363
|
}
|
|
5364
|
-
return (A, T) => (_(),
|
|
5364
|
+
return (A, T) => (_(), B("div", {
|
|
5365
5365
|
class: "vc-blade-navigation tw-flex tw-flex-col tw-grow tw-basis-0 tw-min-w-0 tw-overflow-hidden",
|
|
5366
5366
|
role: "region",
|
|
5367
5367
|
"aria-label": D(e)("COMPONENTS.ORGANISMS.BLADE_NAVIGATION.ARIA_LABEL")
|
|
5368
5368
|
}, [
|
|
5369
|
-
f.value ? (_(),
|
|
5370
|
-
(_(!0),
|
|
5369
|
+
f.value ? (_(), B("div", Fa, [
|
|
5370
|
+
(_(!0), B(Me, null, lt(d.value, (M, H) => (_(), W(D(Lt), {
|
|
5371
5371
|
key: M.id,
|
|
5372
5372
|
descriptor: M,
|
|
5373
5373
|
closable: H > 0,
|
|
@@ -5444,7 +5444,7 @@ function Tt(s, e, t) {
|
|
|
5444
5444
|
n.creator === t && e.ingest(n);
|
|
5445
5445
|
}));
|
|
5446
5446
|
}
|
|
5447
|
-
const
|
|
5447
|
+
const zi = {
|
|
5448
5448
|
install(s, e) {
|
|
5449
5449
|
Ue.value = e?.creator;
|
|
5450
5450
|
const t = da(), { isAuthenticated: n } = We();
|
|
@@ -5532,7 +5532,7 @@ async function qa(s, e, t, n, r) {
|
|
|
5532
5532
|
}
|
|
5533
5533
|
}
|
|
5534
5534
|
let Ht, Kt, qt, Za;
|
|
5535
|
-
const
|
|
5535
|
+
const Fi = {
|
|
5536
5536
|
install(s, e) {
|
|
5537
5537
|
const { router: t } = e;
|
|
5538
5538
|
Object.entries(Ma).forEach(([d, c]) => {
|
|
@@ -5556,7 +5556,7 @@ const Mi = {
|
|
|
5556
5556
|
}
|
|
5557
5557
|
const { hasAccess: a } = s.runWithContext(() => fa()), o = Na(r, a);
|
|
5558
5558
|
s.provide(Ge, o), Kt = o;
|
|
5559
|
-
const u =
|
|
5559
|
+
const u = Ra(o);
|
|
5560
5560
|
s.provide(ct, u), qt = u, Za = r;
|
|
5561
5561
|
const l = t.getRoutes().find((d) => d.meta?.root);
|
|
5562
5562
|
l && t.addRoute(l.name, {
|
|
@@ -5593,12 +5593,12 @@ function Xa() {
|
|
|
5593
5593
|
return;
|
|
5594
5594
|
}
|
|
5595
5595
|
S = !0;
|
|
5596
|
-
const
|
|
5597
|
-
Ee(Gr,
|
|
5596
|
+
const k = rr(w) ? w : O(w);
|
|
5597
|
+
Ee(Gr, k);
|
|
5598
5598
|
}
|
|
5599
5599
|
async function E(w) {
|
|
5600
|
-
const { isWorkspace:
|
|
5601
|
-
if (
|
|
5600
|
+
const { isWorkspace: k, ...ee } = w;
|
|
5601
|
+
if (k)
|
|
5602
5602
|
await t.openWorkspace(ee);
|
|
5603
5603
|
else {
|
|
5604
5604
|
const He = r?.value.id;
|
|
@@ -5626,8 +5626,8 @@ function Xa() {
|
|
|
5626
5626
|
parentId: r.value.parentId
|
|
5627
5627
|
}), t.activeBlade.value?.url && u()?.syncUrlPush();
|
|
5628
5628
|
}
|
|
5629
|
-
async function T(w,
|
|
5630
|
-
return r || L("callParent()"), n.callParent(r.value.id, w,
|
|
5629
|
+
async function T(w, k) {
|
|
5630
|
+
return r || L("callParent()"), n.callParent(r.value.id, w, k);
|
|
5631
5631
|
}
|
|
5632
5632
|
function M(w) {
|
|
5633
5633
|
r || L("exposeToChildren()"), n.exposeToChildren(r.value.id, w);
|
|
@@ -5644,15 +5644,15 @@ function Xa() {
|
|
|
5644
5644
|
let x = 0;
|
|
5645
5645
|
function I(w) {
|
|
5646
5646
|
a || L("addBanner()");
|
|
5647
|
-
const
|
|
5647
|
+
const k = `banner-${r.value.id}-${++x}`;
|
|
5648
5648
|
return a.value.push({
|
|
5649
5649
|
...w,
|
|
5650
|
-
id:
|
|
5650
|
+
id: k,
|
|
5651
5651
|
dismissible: w.dismissible ?? !1
|
|
5652
|
-
}),
|
|
5652
|
+
}), k;
|
|
5653
5653
|
}
|
|
5654
|
-
function
|
|
5655
|
-
a || L("removeBanner()"), a.value = a.value.filter((
|
|
5654
|
+
function R(w) {
|
|
5655
|
+
a || L("removeBanner()"), a.value = a.value.filter((k) => k.id !== w);
|
|
5656
5656
|
}
|
|
5657
5657
|
function j() {
|
|
5658
5658
|
a || L("clearBanners()"), a.value = a.value.filter((w) => w._system);
|
|
@@ -5663,8 +5663,8 @@ function Xa() {
|
|
|
5663
5663
|
console.warn("[useBlade] onActivated() already registered in this blade.");
|
|
5664
5664
|
return;
|
|
5665
5665
|
}
|
|
5666
|
-
J = !0, V(m, (
|
|
5667
|
-
|
|
5666
|
+
J = !0, V(m, (k) => {
|
|
5667
|
+
k && w();
|
|
5668
5668
|
});
|
|
5669
5669
|
}
|
|
5670
5670
|
function Ae(w) {
|
|
@@ -5672,8 +5672,8 @@ function Xa() {
|
|
|
5672
5672
|
console.warn("[useBlade] onDeactivated() already registered in this blade.");
|
|
5673
5673
|
return;
|
|
5674
5674
|
}
|
|
5675
|
-
re = !0, V(m, (
|
|
5676
|
-
|
|
5675
|
+
re = !0, V(m, (k) => {
|
|
5676
|
+
k || w();
|
|
5677
5677
|
});
|
|
5678
5678
|
}
|
|
5679
5679
|
return {
|
|
@@ -5698,7 +5698,7 @@ function Xa() {
|
|
|
5698
5698
|
setError: p,
|
|
5699
5699
|
clearError: y,
|
|
5700
5700
|
addBanner: I,
|
|
5701
|
-
removeBanner:
|
|
5701
|
+
removeBanner: R,
|
|
5702
5702
|
clearBanners: j
|
|
5703
5703
|
};
|
|
5704
5704
|
}
|
|
@@ -5708,12 +5708,12 @@ const Va = {
|
|
|
5708
5708
|
width: 362,
|
|
5709
5709
|
expandedWidth: 500,
|
|
5710
5710
|
allowedOrigins: ["*"]
|
|
5711
|
-
},
|
|
5711
|
+
}, Mi = "APP_AI_AGENT_URL", Di = {
|
|
5712
5712
|
EMBEDDED_APP_READY: "EMBEDDED_APP_READY",
|
|
5713
5713
|
AI_TOGGLE_PANEL: "AI_TOGGLE_PANEL",
|
|
5714
5714
|
AI_CONTEXT_UPDATE: "AI_CONTEXT_UPDATE",
|
|
5715
5715
|
AI_CONTEXT_CLEAR: "AI_CONTEXT_CLEAR"
|
|
5716
|
-
},
|
|
5716
|
+
}, Li = {
|
|
5717
5717
|
EMBEDDED_HOST_READY: "EMBEDDED_HOST_READY",
|
|
5718
5718
|
AI_CHAT_MESSAGE: "AI_CHAT_MESSAGE"
|
|
5719
5719
|
}, Qa = "ai-agent-toggle", es = "lucide-sparkles", ts = "AI Assistant", $e = N("ai-agent-panel");
|
|
@@ -5782,8 +5782,8 @@ function ns(s) {
|
|
|
5782
5782
|
locale: n(),
|
|
5783
5783
|
blade: Ot(t()),
|
|
5784
5784
|
contextType: l.value,
|
|
5785
|
-
items:
|
|
5786
|
-
suggestions: d.value ?
|
|
5785
|
+
items: Be(u.value),
|
|
5786
|
+
suggestions: d.value ? Be(d.value) : void 0,
|
|
5787
5787
|
accessToken: g
|
|
5788
5788
|
};
|
|
5789
5789
|
},
|
|
@@ -5792,8 +5792,8 @@ function ns(s) {
|
|
|
5792
5792
|
return {
|
|
5793
5793
|
blade: Ot(t()),
|
|
5794
5794
|
contextType: l.value,
|
|
5795
|
-
items:
|
|
5796
|
-
suggestions: d.value ?
|
|
5795
|
+
items: Be(u.value),
|
|
5796
|
+
suggestions: d.value ? Be(d.value) : void 0,
|
|
5797
5797
|
locale: n(),
|
|
5798
5798
|
accessToken: g
|
|
5799
5799
|
};
|
|
@@ -6033,7 +6033,7 @@ function is(s) {
|
|
|
6033
6033
|
};
|
|
6034
6034
|
}
|
|
6035
6035
|
const ce = N("use-ai-agent");
|
|
6036
|
-
function
|
|
6036
|
+
function Gi(s) {
|
|
6037
6037
|
const e = F(Hr), { user: t, getAccessToken: n } = Hn(), { openBlade: r } = Xa(), { blades: a, activeBlade: o, replaceCurrentBlade: u } = Gt(), l = s?.isEmbedded, d = is({
|
|
6038
6038
|
userGetter: () => {
|
|
6039
6039
|
if (t.value)
|
|
@@ -6096,7 +6096,7 @@ function Ji(s) {
|
|
|
6096
6096
|
}
|
|
6097
6097
|
return d;
|
|
6098
6098
|
}
|
|
6099
|
-
function
|
|
6099
|
+
function Ji() {
|
|
6100
6100
|
const s = F(Je);
|
|
6101
6101
|
if (!s)
|
|
6102
6102
|
throw ce.error("AiAgentService not found. Did you forget to call provideAiAgentService()?"), new Tr("AiAgentService");
|
|
@@ -6121,7 +6121,7 @@ function Wi() {
|
|
|
6121
6121
|
onMessage: s.onMessage
|
|
6122
6122
|
};
|
|
6123
6123
|
}
|
|
6124
|
-
function
|
|
6124
|
+
function Wi(s) {
|
|
6125
6125
|
return {
|
|
6126
6126
|
id: "ai-agent-toggle",
|
|
6127
6127
|
icon: s?.icon ?? "lucide-sparkles",
|
|
@@ -6152,7 +6152,7 @@ const os = ["width", "height"], ls = ["clip-path"], us = {
|
|
|
6152
6152
|
},
|
|
6153
6153
|
setup(s) {
|
|
6154
6154
|
const e = v(() => `virto-oz-clip-${Math.random().toString(36).substring(2, 11)}`);
|
|
6155
|
-
return (t, n) => (_(),
|
|
6155
|
+
return (t, n) => (_(), B("svg", {
|
|
6156
6156
|
width: s.width,
|
|
6157
6157
|
height: s.height,
|
|
6158
6158
|
viewBox: "0 0 99 108",
|
|
@@ -6164,7 +6164,7 @@ const os = ["width", "height"], ls = ["clip-path"], us = {
|
|
|
6164
6164
|
d: "M40.1199 2.41576C45.6989 -0.805254 52.5724 -0.805253 58.1514 2.41576L89.2556 20.3738C94.8345 23.5948 98.2713 29.5475 98.2713 35.9895V71.9055C98.2713 78.3475 94.8345 84.3002 89.2556 87.5212L58.1514 105.479C52.5724 108.7 45.6989 108.7 40.1199 105.479L9.01574 87.5212C3.43678 84.3002 0 78.3475 0 71.9055V35.9895C0 29.5475 3.43678 23.5948 9.01574 20.3738L40.1199 2.41576Z",
|
|
6165
6165
|
fill: "white"
|
|
6166
6166
|
}, null, -1)),
|
|
6167
|
-
s.animated ? (_(),
|
|
6167
|
+
s.animated ? (_(), B("path", us)) : (_(), B("g", {
|
|
6168
6168
|
key: 0,
|
|
6169
6169
|
"clip-path": `url(#${e.value})`
|
|
6170
6170
|
}, [...n[0] || (n[0] = [
|
|
@@ -6216,13 +6216,13 @@ const os = ["width", "height"], ls = ["clip-path"], us = {
|
|
|
6216
6216
|
fill: "#6C6C6C"
|
|
6217
6217
|
}, null, -1)),
|
|
6218
6218
|
$("defs", null, [
|
|
6219
|
-
s.animated ? K("", !0) : (_(),
|
|
6219
|
+
s.animated ? K("", !0) : (_(), B("clipPath", {
|
|
6220
6220
|
key: 0,
|
|
6221
6221
|
id: e.value
|
|
6222
6222
|
}, [...n[1] || (n[1] = [
|
|
6223
6223
|
$("path", { d: "M72.9199 46.4165C73.2527 46.9495 73.5831 47.4996 73.9092 48.0679C78.4022 55.8976 79.0605 66.3551 76.7793 76.6079C74.5635 86.5668 69.6096 96.1504 62.9795 102.692L58.1514 105.48C52.5725 108.701 45.699 108.701 40.1201 105.48L21.665 94.8247C29.1398 95.4723 37.0781 94.4072 44.3848 91.9233C54.5984 88.4512 63.7463 82.1497 68.6807 73.6548C75.124 62.5619 75.4351 53.2694 72.9199 46.4165ZM56.5205 29.5093C65.5697 29.5331 75.1259 33.9964 83.0215 40.8853C89.9848 46.9608 95.5441 54.8286 98.2715 62.9478V71.9058C98.2715 78.3478 94.8348 84.301 89.2559 87.522L69.4658 98.9468C74.0688 92.6731 77.4601 84.9996 79.207 77.1479C81.5723 66.517 80.9666 55.3703 76.0654 46.8296C69.6817 35.7054 61.7917 30.789 54.6006 29.5396C55.2271 29.5179 55.867 29.5076 56.5205 29.5093ZM0 50.688C3.16812 57.476 8.04614 63.7935 13.8389 68.853C21.9305 75.9204 31.9368 80.6465 41.7578 80.6724C54.5833 80.706 62.7851 76.3308 67.4629 70.728C67.1684 71.2812 66.8584 71.8408 66.5303 72.4058C61.9844 80.2318 53.417 86.2251 43.584 89.5679C34.4355 92.6779 24.3375 93.4401 15.6328 91.3423L9.01562 87.522C3.43667 84.301 0 78.3478 0 71.9058V50.688ZM26.7559 10.1313C22.5672 16.2131 19.6599 23.483 18.2695 30.9126C16.3077 41.3962 17.3358 52.3558 22.2188 60.8647C28.6034 71.9905 36.4946 76.9061 43.6865 78.1548C43.0594 78.1765 42.4188 78.1868 41.7646 78.1851C32.7113 78.1612 23.2602 73.7801 15.4746 66.98C8.2197 60.6434 2.52684 52.3035 0 43.7075V35.9897C6.33247e-05 29.5479 3.43687 23.5955 9.01562 20.3745L26.7559 10.1313ZM51.2432 31.6978C54.0287 31.7659 57.0796 32.4389 60.1875 33.9976C58.8529 33.7029 57.5584 33.677 56.3965 33.9722L57.0088 36.3833C58.4774 36.0102 60.6741 36.4134 63.0332 37.8237C65.3553 39.212 67.6865 41.4953 69.375 44.5923C70.7081 47.0376 71.6489 50.015 71.8535 53.4839C71.4414 52.1828 70.818 51.0505 69.9824 50.1929L68.2012 51.9282C69.2585 53.0135 70.0076 55.1176 69.9658 57.8657C69.9246 60.5708 69.1121 63.731 67.2744 66.7417C65.8225 69.1203 63.7129 71.4251 60.8086 73.3374C61.7311 72.329 62.4012 71.2217 62.7266 70.0679L60.333 69.3931C59.9218 70.8514 58.4742 72.5523 56.0732 73.8901C53.71 75.207 50.5672 76.0837 47.041 75.9976C44.2551 75.9294 41.204 75.2549 38.0957 73.6958C39.4307 73.9907 40.7254 74.0184 41.8877 73.7231L41.2754 71.312C39.8069 71.6851 37.6101 71.2818 35.251 69.8716C32.9289 68.4834 30.5977 66.2 28.9092 63.103C27.5754 60.6565 26.6337 57.6775 26.4297 54.2065C26.8418 55.5096 27.4661 56.6438 28.3027 57.5024L30.084 55.7661C29.0267 54.6807 28.2775 52.5767 28.3193 49.8286C28.3606 47.1236 29.173 43.9633 31.0107 40.9526C32.4621 38.5751 34.5702 36.2706 37.4727 34.3589C36.5514 35.3666 35.8827 36.4736 35.5576 37.6265L37.9512 38.3013C38.3625 36.8429 39.8101 35.142 42.2109 33.8042C44.5742 32.4874 47.717 31.6116 51.2432 31.6978ZM40.1201 2.4165C45.6991 -0.804509 52.5724 -0.804509 58.1514 2.4165L75.6777 12.5356C68.4683 12.0708 60.8765 13.1991 53.8691 15.6333C43.6671 19.1774 34.5353 25.5492 29.6035 34.0396C23.1612 45.1305 22.8486 54.4223 25.3623 61.2749C25.0301 60.7429 24.7004 60.1936 24.375 59.6265C19.8639 51.765 18.8286 41.4457 20.7139 31.3706C22.4486 22.1007 26.633 13.1734 32.6709 6.71631L40.1201 2.4165ZM54.6855 17.9829C63.3703 14.966 72.9092 14.0715 81.3008 15.7817L89.2559 20.3745C94.8346 23.5955 98.2714 29.5479 98.2715 35.9897V56.4692C95.0606 49.9731 90.2759 43.9144 84.6562 39.0112C76.4636 31.8632 66.3524 27.0488 56.5273 27.0229C43.6978 26.9893 35.4935 31.3659 30.8164 36.9712C31.1117 36.4161 31.4247 35.8554 31.7539 35.2886C36.3024 27.4582 44.8633 21.395 54.6855 17.9829Z" }, null, -1)
|
|
6224
6224
|
])], 8, cs)),
|
|
6225
|
-
s.animated ? (_(),
|
|
6225
|
+
s.animated ? (_(), B("linearGradient", ds, [...n[2] || (n[2] = [
|
|
6226
6226
|
nr('<stop offset="0%" stop-color="#FF9533"><animate attributeName="stop-color" values="#FF9533;#FF4FBB;#EAFF4F;#1C91FC;#9A2DF8;#FF9533" dur="4s" repeatCount="indefinite"></animate></stop><stop offset="25%" stop-color="#FF4FBB"><animate attributeName="stop-color" values="#FF4FBB;#EAFF4F;#1C91FC;#9A2DF8;#FF9533;#FF4FBB" dur="4s" repeatCount="indefinite"></animate></stop><stop offset="50%" stop-color="#EAFF4F"><animate attributeName="stop-color" values="#EAFF4F;#1C91FC;#9A2DF8;#FF9533;#FF4FBB;#EAFF4F" dur="4s" repeatCount="indefinite"></animate></stop><stop offset="75%" stop-color="#1C91FC"><animate attributeName="stop-color" values="#1C91FC;#9A2DF8;#FF9533;#FF4FBB;#EAFF4F;#1C91FC" dur="4s" repeatCount="indefinite"></animate></stop><stop offset="100%" stop-color="#9A2DF8"><animate attributeName="stop-color" values="#9A2DF8;#FF9533;#FF4FBB;#EAFF4F;#1C91FC;#9A2DF8" dur="4s" repeatCount="indefinite"></animate></stop>', 5)
|
|
6227
6227
|
])])) : K("", !0)
|
|
6228
6228
|
])
|
|
@@ -6237,7 +6237,7 @@ const os = ["width", "height"], ls = ["clip-path"], us = {
|
|
|
6237
6237
|
},
|
|
6238
6238
|
emits: ["close", "expand", "collapse"],
|
|
6239
6239
|
setup(s) {
|
|
6240
|
-
return (e, t) => (_(),
|
|
6240
|
+
return (e, t) => (_(), B("div", hs, [
|
|
6241
6241
|
$("div", fs, [
|
|
6242
6242
|
Y(Zt, {
|
|
6243
6243
|
width: 22,
|
|
@@ -6251,14 +6251,14 @@ const os = ["width", "height"], ls = ["clip-path"], us = {
|
|
|
6251
6251
|
])
|
|
6252
6252
|
]),
|
|
6253
6253
|
$("div", gs, [
|
|
6254
|
-
s.isExpanded ? (_(),
|
|
6254
|
+
s.isExpanded ? (_(), B("div", {
|
|
6255
6255
|
key: 0,
|
|
6256
6256
|
class: "vc-ai-agent-header__button",
|
|
6257
6257
|
title: "Collapse",
|
|
6258
6258
|
onClick: t[0] || (t[0] = (n) => e.$emit("collapse"))
|
|
6259
6259
|
}, [
|
|
6260
6260
|
Y(D(oe), { icon: "lucide-minus" })
|
|
6261
|
-
])) : (_(),
|
|
6261
|
+
])) : (_(), B("div", {
|
|
6262
6262
|
key: 1,
|
|
6263
6263
|
class: "vc-ai-agent-header__button",
|
|
6264
6264
|
title: "Expand",
|
|
@@ -6285,7 +6285,7 @@ const os = ["width", "height"], ls = ["clip-path"], us = {
|
|
|
6285
6285
|
text: {}
|
|
6286
6286
|
},
|
|
6287
6287
|
setup(s) {
|
|
6288
|
-
return (e, t) => (_(),
|
|
6288
|
+
return (e, t) => (_(), B("div", ys, [
|
|
6289
6289
|
$("div", xs, [
|
|
6290
6290
|
$("div", Es, [
|
|
6291
6291
|
Y(Zt, {
|
|
@@ -6294,7 +6294,7 @@ const os = ["width", "height"], ls = ["clip-path"], us = {
|
|
|
6294
6294
|
animated: ""
|
|
6295
6295
|
})
|
|
6296
6296
|
]),
|
|
6297
|
-
s.text ? (_(),
|
|
6297
|
+
s.text ? (_(), B("p", ws, he(s.text), 1)) : K("", !0)
|
|
6298
6298
|
])
|
|
6299
6299
|
]));
|
|
6300
6300
|
}
|
|
@@ -6324,7 +6324,7 @@ const os = ["width", "height"], ls = ["clip-path"], us = {
|
|
|
6324
6324
|
() => {
|
|
6325
6325
|
o.value = !0;
|
|
6326
6326
|
}
|
|
6327
|
-
), (l, d) => (_(),
|
|
6327
|
+
), (l, d) => (_(), B("div", _s, [
|
|
6328
6328
|
Y(it, { name: "fade" }, {
|
|
6329
6329
|
default: fe(() => [
|
|
6330
6330
|
o.value && s.url ? (_(), W(Cs, {
|
|
@@ -6334,7 +6334,7 @@ const os = ["width", "height"], ls = ["clip-path"], us = {
|
|
|
6334
6334
|
]),
|
|
6335
6335
|
_: 1
|
|
6336
6336
|
}),
|
|
6337
|
-
s.url ? (_(),
|
|
6337
|
+
s.url ? (_(), B("iframe", {
|
|
6338
6338
|
key: 0,
|
|
6339
6339
|
ref_key: "iframeRef",
|
|
6340
6340
|
ref: a,
|
|
@@ -6343,7 +6343,7 @@ const os = ["width", "height"], ls = ["clip-path"], us = {
|
|
|
6343
6343
|
sandbox: "allow-scripts allow-same-origin allow-forms allow-popups allow-popups-to-escape-sandbox",
|
|
6344
6344
|
allow: "clipboard-read; clipboard-write",
|
|
6345
6345
|
onLoad: u
|
|
6346
|
-
}, null, 42, Ss)) : (_(),
|
|
6346
|
+
}, null, 42, Ss)) : (_(), B("div", As, [
|
|
6347
6347
|
Y(D(oe), {
|
|
6348
6348
|
icon: "lucide-sparkles",
|
|
6349
6349
|
size: "xl",
|
|
@@ -6353,7 +6353,7 @@ const os = ["width", "height"], ls = ["clip-path"], us = {
|
|
|
6353
6353
|
]))
|
|
6354
6354
|
]));
|
|
6355
6355
|
}
|
|
6356
|
-
}), Is = { class: "vc-ai-agent-panel__content" },
|
|
6356
|
+
}), Is = { class: "vc-ai-agent-panel__content" }, Hi = /* @__PURE__ */ G({
|
|
6357
6357
|
__name: "VcAiAgentPanel",
|
|
6358
6358
|
setup(s) {
|
|
6359
6359
|
const e = F(Je), t = F(Zr, !1);
|
|
@@ -6369,7 +6369,7 @@ const os = ["width", "height"], ls = ["clip-path"], us = {
|
|
|
6369
6369
|
e?._setIframeRef(null);
|
|
6370
6370
|
}), (h, m) => (_(), W(it, { name: "ai-panel-slide" }, {
|
|
6371
6371
|
default: fe(() => [
|
|
6372
|
-
r.value ? (_(),
|
|
6372
|
+
r.value ? (_(), B("div", {
|
|
6373
6373
|
key: 0,
|
|
6374
6374
|
class: q(["vc-ai-agent-panel", {
|
|
6375
6375
|
"vc-ai-agent-panel--expanded": a.value
|
|
@@ -6397,15 +6397,15 @@ const os = ["width", "height"], ls = ["clip-path"], us = {
|
|
|
6397
6397
|
}
|
|
6398
6398
|
});
|
|
6399
6399
|
export {
|
|
6400
|
-
|
|
6401
|
-
|
|
6400
|
+
Kr as $,
|
|
6401
|
+
Mi as A,
|
|
6402
6402
|
Nr as B,
|
|
6403
6403
|
zt as C,
|
|
6404
6404
|
Va as D,
|
|
6405
|
-
|
|
6405
|
+
Di as E,
|
|
6406
6406
|
Gn as F,
|
|
6407
6407
|
Ht as G,
|
|
6408
|
-
|
|
6408
|
+
Li as H,
|
|
6409
6409
|
Tr as I,
|
|
6410
6410
|
Kt as J,
|
|
6411
6411
|
Za as K,
|
|
@@ -6413,141 +6413,140 @@ export {
|
|
|
6413
6413
|
Ut as M,
|
|
6414
6414
|
Zn as N,
|
|
6415
6415
|
Jt as O,
|
|
6416
|
-
|
|
6417
|
-
|
|
6418
|
-
|
|
6419
|
-
|
|
6420
|
-
|
|
6421
|
-
|
|
6422
|
-
|
|
6423
|
-
|
|
6424
|
-
|
|
6425
|
-
|
|
6426
|
-
|
|
6416
|
+
mi as P,
|
|
6417
|
+
Hr as Q,
|
|
6418
|
+
Vr as R,
|
|
6419
|
+
Ai as S,
|
|
6420
|
+
Qr as T,
|
|
6421
|
+
Yr as U,
|
|
6422
|
+
Xr as V,
|
|
6423
|
+
ei as W,
|
|
6424
|
+
en as X,
|
|
6425
|
+
ci as Y,
|
|
6426
|
+
Qs as Z,
|
|
6427
6427
|
En as _,
|
|
6428
6428
|
Fr as a,
|
|
6429
|
-
|
|
6429
|
+
Ks as a$,
|
|
6430
6430
|
ai as a0,
|
|
6431
|
-
|
|
6432
|
-
|
|
6433
|
-
|
|
6434
|
-
|
|
6435
|
-
|
|
6431
|
+
ri as a1,
|
|
6432
|
+
ki as a2,
|
|
6433
|
+
ni as a3,
|
|
6434
|
+
Wr as a4,
|
|
6435
|
+
ji as a5,
|
|
6436
6436
|
Fi as a6,
|
|
6437
|
-
|
|
6438
|
-
|
|
6439
|
-
|
|
6440
|
-
|
|
6441
|
-
|
|
6442
|
-
|
|
6443
|
-
|
|
6444
|
-
|
|
6445
|
-
|
|
6446
|
-
|
|
6437
|
+
zi as a7,
|
|
6438
|
+
pa as a8,
|
|
6439
|
+
ma as a9,
|
|
6440
|
+
Zr as aA,
|
|
6441
|
+
In as aB,
|
|
6442
|
+
Ba as aC,
|
|
6443
|
+
_n as aD,
|
|
6444
|
+
se as aE,
|
|
6445
|
+
di as aF,
|
|
6446
|
+
wi as aG,
|
|
6447
6447
|
Nn as aH,
|
|
6448
6448
|
Tn as aI,
|
|
6449
|
-
|
|
6449
|
+
Ci as aJ,
|
|
6450
6450
|
Xs as aK,
|
|
6451
|
-
|
|
6452
|
-
|
|
6453
|
-
|
|
6454
|
-
|
|
6455
|
-
|
|
6456
|
-
|
|
6457
|
-
|
|
6458
|
-
|
|
6459
|
-
|
|
6460
|
-
|
|
6461
|
-
|
|
6462
|
-
|
|
6463
|
-
|
|
6464
|
-
|
|
6465
|
-
|
|
6466
|
-
|
|
6467
|
-
|
|
6468
|
-
|
|
6469
|
-
|
|
6470
|
-
|
|
6471
|
-
|
|
6472
|
-
|
|
6473
|
-
|
|
6474
|
-
|
|
6475
|
-
|
|
6476
|
-
|
|
6477
|
-
|
|
6478
|
-
|
|
6479
|
-
|
|
6480
|
-
|
|
6481
|
-
|
|
6482
|
-
|
|
6483
|
-
|
|
6484
|
-
|
|
6485
|
-
|
|
6486
|
-
|
|
6487
|
-
|
|
6488
|
-
|
|
6489
|
-
|
|
6490
|
-
|
|
6491
|
-
|
|
6492
|
-
|
|
6451
|
+
_i as aL,
|
|
6452
|
+
li as aM,
|
|
6453
|
+
oi as aN,
|
|
6454
|
+
Si as aO,
|
|
6455
|
+
jn as aP,
|
|
6456
|
+
zn as aQ,
|
|
6457
|
+
Pn as aR,
|
|
6458
|
+
Fn as aS,
|
|
6459
|
+
Sn as aT,
|
|
6460
|
+
Zs as aU,
|
|
6461
|
+
An as aV,
|
|
6462
|
+
qs as aW,
|
|
6463
|
+
On as aX,
|
|
6464
|
+
ui as aY,
|
|
6465
|
+
Bn as aZ,
|
|
6466
|
+
Mn as a_,
|
|
6467
|
+
va as aa,
|
|
6468
|
+
Dn as ab,
|
|
6469
|
+
si as ac,
|
|
6470
|
+
qr as ad,
|
|
6471
|
+
vi as ae,
|
|
6472
|
+
Q as af,
|
|
6473
|
+
gi as ag,
|
|
6474
|
+
Jr as ah,
|
|
6475
|
+
jt as ai,
|
|
6476
|
+
Gr as aj,
|
|
6477
|
+
Ys as ak,
|
|
6478
|
+
Lr as al,
|
|
6479
|
+
ct as am,
|
|
6480
|
+
Ge as an,
|
|
6481
|
+
bi as ao,
|
|
6482
|
+
hi as ap,
|
|
6483
|
+
ti as aq,
|
|
6484
|
+
yi as ar,
|
|
6485
|
+
xi as as,
|
|
6486
|
+
be as at,
|
|
6487
|
+
ii as au,
|
|
6488
|
+
Rn as av,
|
|
6489
|
+
Ei as aw,
|
|
6490
|
+
$n as ax,
|
|
6491
|
+
Un as ay,
|
|
6492
|
+
kn as az,
|
|
6493
6493
|
hn as b,
|
|
6494
|
-
|
|
6495
|
-
|
|
6496
|
-
|
|
6497
|
-
|
|
6498
|
-
|
|
6499
|
-
|
|
6500
|
-
|
|
6501
|
-
|
|
6502
|
-
|
|
6503
|
-
|
|
6504
|
-
|
|
6505
|
-
|
|
6494
|
+
It as b0,
|
|
6495
|
+
Lt as b1,
|
|
6496
|
+
Ft as b2,
|
|
6497
|
+
xa as b3,
|
|
6498
|
+
Ja as b4,
|
|
6499
|
+
Ga as b5,
|
|
6500
|
+
Wa as b6,
|
|
6501
|
+
La as b7,
|
|
6502
|
+
Ur as b8,
|
|
6503
|
+
Ni as b9,
|
|
6504
|
+
Ta as ba,
|
|
6505
|
+
Oi as bb,
|
|
6506
6506
|
Ri as bc,
|
|
6507
|
-
|
|
6508
|
-
|
|
6509
|
-
|
|
6510
|
-
|
|
6511
|
-
|
|
6512
|
-
|
|
6507
|
+
Pr as bd,
|
|
6508
|
+
Ws as be,
|
|
6509
|
+
Hs as bf,
|
|
6510
|
+
Da as bg,
|
|
6511
|
+
Bi as bh,
|
|
6512
|
+
Ti as bi,
|
|
6513
6513
|
Pi as bj,
|
|
6514
|
-
|
|
6515
|
-
|
|
6516
|
-
|
|
6517
|
-
|
|
6518
|
-
|
|
6519
|
-
|
|
6520
|
-
|
|
6521
|
-
|
|
6522
|
-
|
|
6523
|
-
|
|
6524
|
-
|
|
6525
|
-
|
|
6526
|
-
|
|
6527
|
-
|
|
6528
|
-
sa as by,
|
|
6514
|
+
Ha as bk,
|
|
6515
|
+
Dt as bl,
|
|
6516
|
+
Gt as bm,
|
|
6517
|
+
Ia as bn,
|
|
6518
|
+
ta as bo,
|
|
6519
|
+
ba as bp,
|
|
6520
|
+
Xn as bq,
|
|
6521
|
+
Hn as br,
|
|
6522
|
+
Vs as bs,
|
|
6523
|
+
pe as bt,
|
|
6524
|
+
ya as bu,
|
|
6525
|
+
Gi as bv,
|
|
6526
|
+
Ye as bw,
|
|
6527
|
+
sa as bx,
|
|
6529
6528
|
mn as c,
|
|
6530
6529
|
oe as d,
|
|
6531
6530
|
Dr as e,
|
|
6532
6531
|
tn as f,
|
|
6533
|
-
|
|
6534
|
-
|
|
6535
|
-
|
|
6532
|
+
Hi as g,
|
|
6533
|
+
Wi as h,
|
|
6534
|
+
Ji as i,
|
|
6536
6535
|
Je as j,
|
|
6537
6536
|
dt as k,
|
|
6538
6537
|
N as l,
|
|
6539
6538
|
da as m,
|
|
6540
|
-
|
|
6539
|
+
Ui as n,
|
|
6541
6540
|
Pa as o,
|
|
6542
6541
|
Qe as p,
|
|
6543
6542
|
X as q,
|
|
6544
6543
|
ve as r,
|
|
6545
|
-
|
|
6544
|
+
Ii as s,
|
|
6546
6545
|
fa as t,
|
|
6547
6546
|
Mr as u,
|
|
6548
|
-
|
|
6549
|
-
|
|
6550
|
-
|
|
6547
|
+
pi as v,
|
|
6548
|
+
fi as w,
|
|
6549
|
+
$i as x,
|
|
6551
6550
|
Xa as y,
|
|
6552
6551
|
We as z
|
|
6553
6552
|
};
|