@vc-shell/framework 1.0.235 → 1.0.237
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 +25 -0
- package/core/composables/useSettings/index.ts +4 -2
- package/dist/core/composables/useSettings/index.d.ts +2 -0
- package/dist/core/composables/useSettings/index.d.ts.map +1 -1
- package/dist/framework.js +276 -279
- package/dist/index.css +1 -1
- package/dist/ui/components/organisms/vc-app/_internal/vc-app-menu/_internal/vc-app-menu-item/_internal/vc-app-menu-link.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-app/_internal/vc-app-menu/vc-app-menu.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-app/vc-app.stories.d.ts +12 -0
- package/dist/ui/components/organisms/vc-app/vc-app.stories.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-app/vc-app.vue.d.ts +1 -0
- package/dist/ui/components/organisms/vc-app/vc-app.vue.d.ts.map +1 -1
- package/package.json +4 -4
- package/shared/modules/assets-manager/components/assets-manager/assets-manager.vue +6 -6
- package/ui/components/molecules/vc-breadcrumbs/_internal/vc-breadcrumbs-item/vc-breadcrumbs-item.vue +1 -1
- package/ui/components/molecules/vc-breadcrumbs/vc-breadcrumbs.vue +4 -1
- package/ui/components/organisms/vc-app/_internal/vc-app-menu/_internal/vc-app-menu-item/_internal/vc-app-menu-link.vue +12 -21
- package/ui/components/organisms/vc-app/_internal/vc-app-menu/vc-app-menu.vue +11 -6
- package/ui/components/organisms/vc-app/vc-app.vue +2 -1
- package/ui/components/organisms/vc-table/vc-table.vue +1 -1
package/dist/framework.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as Ue, openBlock as L, createElementBlock as j, normalizeClass as
|
|
1
|
+
import { defineComponent as Ue, openBlock as L, createElementBlock as j, normalizeClass as Re, createElementVNode as ee, renderSlot as Ce, toDisplayString as be, computed as J, createBlock as Ne, unref as k, createCommentVNode as re, ref as K, watch as rt, createVNode as me, Transition as La, withCtx as de, withDirectives as En, vShow as as, normalizeStyle as Vt, shallowRef as Tr, inject as dn, onMounted as Et, Fragment as Ye, renderList as mt, createTextVNode as Xe, createSlots as $t, resolveComponent as nt, getCurrentScope as Eg, onScopeDispose as Tg, shallowReadonly as gl, Teleport as Ra, isRef as ss, reactive as vn, toRef as $o, readonly as Gh, customRef as Ag, nextTick as on, effectScope as KT, toRefs as ia, isReactive as ex, getCurrentInstance as hr, onUpdated as Jo, onBeforeUpdate as Sg, watchEffect as Ri, toValue as Ge, mergeProps as Nt, onBeforeUnmount as Qc, h as Be, onUnmounted as Cr, onBeforeMount as zh, Text as tx, resolveDirective as Zc, withModifiers as Ct, useSlots as ds, normalizeProps as cr, guardReactiveProps as Yr, resolveDynamicComponent as mi, render as R1, withKeys as ef, vModelDynamic as JT, version as nx, vModelCheckbox as rx, onErrorCaptured as ix, createApp as ax, provide as Gr, isVNode as XT, warn as sx, shallowReactive as ox, cloneVNode as lx, markRaw as Un, watchPostEffect as ux, useAttrs as cx } from "vue";
|
|
2
2
|
import * as fx from "vee-validate";
|
|
3
3
|
import { useField as dx, useForm as fu, useIsFormValid as tf, useIsFormDirty as Kh, Field as Rr, validate as hx, validateObject as px, defineRule as du } from "vee-validate";
|
|
4
4
|
import { RouterView as mx, useRoute as Jh, useRouter as hu } from "vue-router";
|
|
@@ -18,7 +18,7 @@ const vx = { class: "tw-flex tw-relative" }, gx = /* @__PURE__ */ Ue({
|
|
|
18
18
|
n.clickable && !n.disabled && r("click");
|
|
19
19
|
}
|
|
20
20
|
return (a, s) => (L(), j("div", {
|
|
21
|
-
class:
|
|
21
|
+
class: Re(["vc-badge", {
|
|
22
22
|
"vc-badge--small": a.size === "s",
|
|
23
23
|
"vc-badge--medium": a.size === "m"
|
|
24
24
|
}])
|
|
@@ -26,7 +26,7 @@ const vx = { class: "tw-flex tw-relative" }, gx = /* @__PURE__ */ Ue({
|
|
|
26
26
|
ee("div", vx, [
|
|
27
27
|
Ce(a.$slots, "default"),
|
|
28
28
|
ee("div", {
|
|
29
|
-
class:
|
|
29
|
+
class: Re(["vc-badge__badge tw-absolute tw-inline-flex tw-justify-center tw-items-center tw-text-center tw-indent-0 tw-rounded-[var(--badge-border-radius)] tw-text-[13px] tw-leading-[13px] tw-font-normal tw-bg-[color:var(--badge-background-color)] tw-text-[color:var(--badge-text-color)] tw-border tw-border-solid tw-border-[color:var(--badge-border-color)] tw-transition tw-duration-200", {
|
|
30
30
|
"tw-bg-[color:var(--badge-background-color-active)] tw-text-[color:var(--badge-text-color-active)] tw-border-[color:var(--badge-border-color-active)]": a.active,
|
|
31
31
|
"tw-cursor-pointer hover:tw-bg-[color:var(--badge-background-color-active)] hover:tw-text-[color:var(--badge-text-color-hover)] hover:tw-border-[color:var(--badge-border-color-hover)]": a.clickable,
|
|
32
32
|
"cursor-not-allowed tw-bg-[color:var(--badge-background-color-disabled)] tw-text-[color:var(--badge-text-color-disabled)] tw-border-[color:var(--badge-border-color-disabled)] hover:tw-bg-[color:var(--badge-background-color-disabled)] hover:tw-text-[color:var(--badge-text-color-disabled)] hover:tw-border-[color:var(--badge-border-color-disabled)]": a.disabled
|
|
@@ -45,7 +45,7 @@ const vx = { class: "tw-flex tw-relative" }, gx = /* @__PURE__ */ Ue({
|
|
|
45
45
|
},
|
|
46
46
|
setup(t) {
|
|
47
47
|
return (e, n) => (L(), j("i", {
|
|
48
|
-
class:
|
|
48
|
+
class: Re([`vc-icon vc-icon_${e.size} ${e.icon.toLowerCase()}`, e.variant ? `vc-icon_${e.variant}` : ""])
|
|
49
49
|
}, null, 2));
|
|
50
50
|
}
|
|
51
51
|
}), bx = ["disabled"], yx = {
|
|
@@ -82,13 +82,13 @@ const vx = { class: "tw-flex tw-relative" }, gx = /* @__PURE__ */ Ue({
|
|
|
82
82
|
n.disabled || (s.preventDefault(), r("click", s));
|
|
83
83
|
}
|
|
84
84
|
return (s, o) => (L(), j("button", {
|
|
85
|
-
class:
|
|
85
|
+
class: Re(i.value),
|
|
86
86
|
disabled: s.disabled,
|
|
87
87
|
onClick: a
|
|
88
88
|
}, [
|
|
89
89
|
s.icon ? (L(), Ne(k(lt), {
|
|
90
90
|
key: 0,
|
|
91
|
-
class:
|
|
91
|
+
class: Re(["vc-button__icon", s.iconClass]),
|
|
92
92
|
icon: s.icon,
|
|
93
93
|
size: s.small ? "xs" : s.iconSize
|
|
94
94
|
}, null, 8, ["class", "icon", "size"])) : re("", !0),
|
|
@@ -125,7 +125,7 @@ const vx = { class: "tw-flex tw-relative" }, gx = /* @__PURE__ */ Ue({
|
|
|
125
125
|
immediate: !0
|
|
126
126
|
}
|
|
127
127
|
), (s, o) => (L(), j("div", {
|
|
128
|
-
class:
|
|
128
|
+
class: Re(["vc-card", [{ "vc-card_collapsable": s.isCollapsable }, `vc-card_${s.variant}`]])
|
|
129
129
|
}, [
|
|
130
130
|
s.header ? (L(), j("div", {
|
|
131
131
|
key: 0,
|
|
@@ -152,7 +152,7 @@ const vx = { class: "tw-flex tw-relative" }, gx = /* @__PURE__ */ Ue({
|
|
|
152
152
|
me(La, { name: "fade" }, {
|
|
153
153
|
default: de(() => [
|
|
154
154
|
En(ee("div", {
|
|
155
|
-
class:
|
|
155
|
+
class: Re([{ "tw-flex": s.fill }, "vc-card__body"])
|
|
156
156
|
}, [
|
|
157
157
|
Ce(s.$slots, "default")
|
|
158
158
|
], 2), [
|
|
@@ -213,7 +213,7 @@ const vx = { class: "tw-flex tw-relative" }, gx = /* @__PURE__ */ Ue({
|
|
|
213
213
|
scrollTop: g,
|
|
214
214
|
component: a
|
|
215
215
|
}), (v, _) => (L(), j("div", {
|
|
216
|
-
class:
|
|
216
|
+
class: Re([
|
|
217
217
|
"vc-container",
|
|
218
218
|
{
|
|
219
219
|
"vc-container_shadow": v.shadow && s.value,
|
|
@@ -225,7 +225,7 @@ const vx = { class: "tw-flex tw-relative" }, gx = /* @__PURE__ */ Ue({
|
|
|
225
225
|
onTouchend: w
|
|
226
226
|
}, [
|
|
227
227
|
ee("div", {
|
|
228
|
-
class:
|
|
228
|
+
class: Re(["vc-container__overscroll", { "vc-container__overscroll_touching": d.value }]),
|
|
229
229
|
style: Vt({
|
|
230
230
|
top: -1 * o.value + m.value + "px",
|
|
231
231
|
height: o.value + "px"
|
|
@@ -242,7 +242,7 @@ const vx = { class: "tw-flex tw-relative" }, gx = /* @__PURE__ */ Ue({
|
|
|
242
242
|
ee("div", {
|
|
243
243
|
ref_key: "component",
|
|
244
244
|
ref: a,
|
|
245
|
-
class:
|
|
245
|
+
class: Re(["vc-container__inner", {
|
|
246
246
|
"vc-container__inner_touching": d.value
|
|
247
247
|
}]),
|
|
248
248
|
style: Vt({ top: m.value + "px" })
|
|
@@ -287,10 +287,10 @@ const kx = /* @__PURE__ */ Og(Nx, [["render", Ix]]), Ei = kx, xx = {
|
|
|
287
287
|
n.clickable && r("click");
|
|
288
288
|
}
|
|
289
289
|
return (s, o) => (L(), j("div", {
|
|
290
|
-
class:
|
|
290
|
+
class: Re(["vc-image", [`vc-image_${s.size}`]])
|
|
291
291
|
}, [
|
|
292
292
|
ee("div", {
|
|
293
|
-
class:
|
|
293
|
+
class: Re([
|
|
294
294
|
`vc-image_${s.aspect}`,
|
|
295
295
|
{
|
|
296
296
|
"tw-rounded-full": s.rounded,
|
|
@@ -368,7 +368,7 @@ const kx = /* @__PURE__ */ Og(Nx, [["render", Ix]]), Ei = kx, xx = {
|
|
|
368
368
|
n.disabled || r("click");
|
|
369
369
|
}
|
|
370
370
|
return (a, s) => (L(), j("div", {
|
|
371
|
-
class:
|
|
371
|
+
class: Re(["vc-link", {
|
|
372
372
|
"tw-text-[color:var(--link-text-color-active)] tw-no-underline": a.active,
|
|
373
373
|
"tw-cursor-not-allowed tw-text-[color:var(--link-text-color-disabled)] hover:tw-text-[color:var(--link-text-color-disabled)] tw-no-underline": a.disabled
|
|
374
374
|
}]),
|
|
@@ -384,7 +384,7 @@ const kx = /* @__PURE__ */ Og(Nx, [["render", Ix]]), Ei = kx, xx = {
|
|
|
384
384
|
},
|
|
385
385
|
setup(t) {
|
|
386
386
|
return (e, n) => (L(), j("div", {
|
|
387
|
-
class:
|
|
387
|
+
class: Re(["tw-absolute tw-items-center tw-justify-center tw-flex-col tw-z-[9998] tw-hidden tw-w-full tw-h-full tw-box-border", {
|
|
388
388
|
"!tw-flex tw-backdrop-blur-[3px] tw-bg-[rgba(255, 255, 255, 0.5)]": e.active
|
|
389
389
|
}])
|
|
390
390
|
}, [
|
|
@@ -407,7 +407,7 @@ const kx = /* @__PURE__ */ Og(Nx, [["render", Ix]]), Ei = kx, xx = {
|
|
|
407
407
|
},
|
|
408
408
|
setup(t) {
|
|
409
409
|
return (e, n) => (L(), j("div", {
|
|
410
|
-
class:
|
|
410
|
+
class: Re([
|
|
411
411
|
"vc-progress tw-border-[length:var(--progressbar-border-width)] tw-border-[color:var(--progressbar-border-color)] tw-rounded-[var(--progressbar-border-radius)] tw-h-[var(--progressbar-height)] tw-transition tw-duration-200 tw-box-border tw-bg-[color:var(--progressbar-background-color)]",
|
|
412
412
|
e.variant
|
|
413
413
|
])
|
|
@@ -434,7 +434,7 @@ const kx = /* @__PURE__ */ Og(Nx, [["render", Ix]]), Ei = kx, xx = {
|
|
|
434
434
|
},
|
|
435
435
|
setup(t) {
|
|
436
436
|
return (e, n) => (L(), j("div", {
|
|
437
|
-
class:
|
|
437
|
+
class: Re(["vc-status", [`vc-status_${e.variant}`, { "vc-status_outline": e.outline }, { "vc-status_extended": e.extend }]])
|
|
438
438
|
}, [
|
|
439
439
|
Ce(e.$slots, "default")
|
|
440
440
|
], 2));
|
|
@@ -590,7 +590,7 @@ const kx = /* @__PURE__ */ Og(Nx, [["render", Ix]]), Ei = kx, xx = {
|
|
|
590
590
|
}, $t({
|
|
591
591
|
default: de(() => [
|
|
592
592
|
ee("div", {
|
|
593
|
-
class:
|
|
593
|
+
class: Re(["vc-widget tw-relative tw-shrink-0 tw-py-4 tw-px-2", {
|
|
594
594
|
"tw-w-[80px]": a.isExpanded,
|
|
595
595
|
"vc-widget_disabled": a.disabled,
|
|
596
596
|
"tw-w-[36px]": !a.isExpanded,
|
|
@@ -1653,7 +1653,7 @@ const cc = /* @__PURE__ */ Ue({
|
|
|
1653
1653
|
]))
|
|
1654
1654
|
]));
|
|
1655
1655
|
}
|
|
1656
|
-
}), UP = { class: "vc-breadcrumbs-item__title" }, xm = /* @__PURE__ */ Ue({
|
|
1656
|
+
}), UP = { class: "vc-breadcrumbs-item__title tw-max-w-[150px] tw-truncate" }, xm = /* @__PURE__ */ Ue({
|
|
1657
1657
|
__name: "vc-breadcrumbs-item",
|
|
1658
1658
|
props: {
|
|
1659
1659
|
current: { type: Boolean },
|
|
@@ -1670,7 +1670,7 @@ const cc = /* @__PURE__ */ Ue({
|
|
|
1670
1670
|
n.current || (n.clickHandler && typeof n.clickHandler == "function" ? n.clickHandler(n.id) : r("click"));
|
|
1671
1671
|
}
|
|
1672
1672
|
return (a, s) => (L(), j("div", {
|
|
1673
|
-
class:
|
|
1673
|
+
class: Re(["vc-breadcrumbs-item", {
|
|
1674
1674
|
"vc-breadcrumbs-item_current": a.current,
|
|
1675
1675
|
"tw-px-1 tw-h-[var(--breadcrumbs-item-height-light)]": a.variant === "light"
|
|
1676
1676
|
}]),
|
|
@@ -4015,7 +4015,10 @@ function T6(t, e, n, r) {
|
|
|
4015
4015
|
function Ow(t, e, n) {
|
|
4016
4016
|
return t == null ? t : T6(t, e, O4(n));
|
|
4017
4017
|
}
|
|
4018
|
-
const A6 = {
|
|
4018
|
+
const A6 = {
|
|
4019
|
+
key: 0,
|
|
4020
|
+
class: "tw-flex tw-flex-row tw-items-center tw-justify-center"
|
|
4021
|
+
}, lS = /* @__PURE__ */ Ue({
|
|
4019
4022
|
__name: "vc-breadcrumbs",
|
|
4020
4023
|
props: {
|
|
4021
4024
|
items: { default: () => [] },
|
|
@@ -13415,7 +13418,7 @@ const wS = /* @__PURE__ */ Ue({
|
|
|
13415
13418
|
n.maxlength !== void 0 && m > n.maxlength && o.value.deleteText(n.maxlength, m), o.value.getText().trim() !== n.modelValue?.trim() && (o.value.root.innerHTML === "<p><br></p>" ? r("update:modelValue", "") : r("update:modelValue", o.value.root.innerHTML));
|
|
13416
13419
|
}
|
|
13417
13420
|
return (m, p) => (L(), j("div", {
|
|
13418
|
-
class:
|
|
13421
|
+
class: Re(["vc-editor", [
|
|
13419
13422
|
{
|
|
13420
13423
|
"vc-editor_error": m.errorMessage,
|
|
13421
13424
|
"vc-editor_disabled": m.disabled
|
|
@@ -13448,7 +13451,7 @@ const wS = /* @__PURE__ */ Ue({
|
|
|
13448
13451
|
ref_key: "quillRef",
|
|
13449
13452
|
ref: s,
|
|
13450
13453
|
content: m.modelValue,
|
|
13451
|
-
class:
|
|
13454
|
+
class: Re(["quill-editor tw-border tw-border-solid tw-border-[color:var(--editor-border-color)] tw-rounded-b-[var(--editor-border-radius)] tw-h-[200px]", { "tw-bg-[#fafafa] tw-text-[#424242] tw-cursor-default": m.disabled }]),
|
|
13452
13455
|
theme: "snow",
|
|
13453
13456
|
toolbar: l,
|
|
13454
13457
|
modules: c,
|
|
@@ -17407,7 +17410,7 @@ const g8 = { class: "tw-flex tw-flex-col tw-flex-1" }, b8 = { class: "tw-text-[#
|
|
|
17407
17410
|
const w = Zc("loading");
|
|
17408
17411
|
return L(), j("div", g8, [
|
|
17409
17412
|
En((L(), j("div", {
|
|
17410
|
-
class:
|
|
17413
|
+
class: Re(["vc-file-upload tw-relative tw-h-[155px] tw-box-border tw-border tw-border-dashed tw-border-[#c8dbea] tw-rounded-[6px] tw-p-4 tw-flex tw-flex-col tw-items-center tw-justify-center", [
|
|
17411
17414
|
`vc-file-upload_${b.variant}`,
|
|
17412
17415
|
{
|
|
17413
17416
|
"!tw-bg-[#e8f1f9] !tw-border-solid tw-cursor-copy": o.value
|
|
@@ -21524,7 +21527,7 @@ const M5 = (t, e) => t?.querySelector(`[data-dp-element="${e}"]`), kO = (t, e) =
|
|
|
21524
21527
|
return L(), j("div", {
|
|
21525
21528
|
ref_key: "gridWrapRef",
|
|
21526
21529
|
ref: m,
|
|
21527
|
-
class:
|
|
21530
|
+
class: Re(E.value),
|
|
21528
21531
|
style: Vt(O.value),
|
|
21529
21532
|
role: "dialog",
|
|
21530
21533
|
tabindex: "0",
|
|
@@ -21535,7 +21538,7 @@ const M5 = (t, e) => t?.querySelector(`[data-dp-element="${e}"]`), kO = (t, e) =
|
|
|
21535
21538
|
ee("div", {
|
|
21536
21539
|
ref_key: "containerRef",
|
|
21537
21540
|
ref: w,
|
|
21538
|
-
class:
|
|
21541
|
+
class: Re(T.value),
|
|
21539
21542
|
role: "grid",
|
|
21540
21543
|
style: Vt({ "--dp-overlay-height": `${y.value}px` })
|
|
21541
21544
|
}, [
|
|
@@ -21544,7 +21547,7 @@ const M5 = (t, e) => t?.querySelector(`[data-dp-element="${e}"]`), kO = (t, e) =
|
|
|
21544
21547
|
]),
|
|
21545
21548
|
F.$slots.overlay ? Ce(F.$slots, "overlay", { key: 0 }) : (L(!0), j(Ye, { key: 1 }, mt(F.items, (Z, V) => (L(), j("div", {
|
|
21546
21549
|
key: V,
|
|
21547
|
-
class:
|
|
21550
|
+
class: Re(["dp__overlay_row", { dp__flex_row: F.items.length >= 3 }]),
|
|
21548
21551
|
role: "row"
|
|
21549
21552
|
}, [
|
|
21550
21553
|
(L(!0), j(Ye, null, mt(Z, (U, le) => (L(), j("div", {
|
|
@@ -21552,7 +21555,7 @@ const M5 = (t, e) => t?.querySelector(`[data-dp-element="${e}"]`), kO = (t, e) =
|
|
|
21552
21555
|
ref_for: !0,
|
|
21553
21556
|
ref: (ae) => P(ae, U, V, le),
|
|
21554
21557
|
role: "gridcell",
|
|
21555
|
-
class:
|
|
21558
|
+
class: Re(A.value),
|
|
21556
21559
|
"aria-selected": U.active || void 0,
|
|
21557
21560
|
"aria-disabled": U.disabled || void 0,
|
|
21558
21561
|
tabindex: "0",
|
|
@@ -21562,7 +21565,7 @@ const M5 = (t, e) => t?.querySelector(`[data-dp-element="${e}"]`), kO = (t, e) =
|
|
|
21562
21565
|
onMouseover: (ae) => se(U.value)
|
|
21563
21566
|
}, [
|
|
21564
21567
|
ee("div", {
|
|
21565
|
-
class:
|
|
21568
|
+
class: Re(U.className)
|
|
21566
21569
|
}, [
|
|
21567
21570
|
F.$slots.item ? Ce(F.$slots, "item", {
|
|
21568
21571
|
key: 0,
|
|
@@ -21581,7 +21584,7 @@ const M5 = (t, e) => t?.querySelector(`[data-dp-element="${e}"]`), kO = (t, e) =
|
|
|
21581
21584
|
ref: b,
|
|
21582
21585
|
type: "button",
|
|
21583
21586
|
"aria-label": (G = k(l)) == null ? void 0 : G.toggleOverlay,
|
|
21584
|
-
class:
|
|
21587
|
+
class: Re(C.value),
|
|
21585
21588
|
tabindex: "0",
|
|
21586
21589
|
onClick: x,
|
|
21587
21590
|
onKeydown: M
|
|
@@ -21607,7 +21610,7 @@ const M5 = (t, e) => t?.querySelector(`[data-dp-element="${e}"]`), kO = (t, e) =
|
|
|
21607
21610
|
dp__instance_calendar: e.multiCalendars > 0
|
|
21608
21611
|
}));
|
|
21609
21612
|
return (i, a) => (L(), j("div", {
|
|
21610
|
-
class:
|
|
21613
|
+
class: Re({
|
|
21611
21614
|
dp__menu_inner: !i.stretch,
|
|
21612
21615
|
"dp--menu--inner-stretched": i.stretch,
|
|
21613
21616
|
dp__flex_display: i.multiCalendars > 0,
|
|
@@ -21616,7 +21619,7 @@ const M5 = (t, e) => t?.querySelector(`[data-dp-element="${e}"]`), kO = (t, e) =
|
|
|
21616
21619
|
}, [
|
|
21617
21620
|
(L(!0), j(Ye, null, mt(n.value, (s, o) => (L(), j("div", {
|
|
21618
21621
|
key: s,
|
|
21619
|
-
class:
|
|
21622
|
+
class: Re(r.value)
|
|
21620
21623
|
}, [
|
|
21621
21624
|
Ce(i.$slots, "default", {
|
|
21622
21625
|
instance: s,
|
|
@@ -21649,7 +21652,7 @@ const M5 = (t, e) => t?.querySelector(`[data-dp-element="${e}"]`), kO = (t, e) =
|
|
|
21649
21652
|
onKeydown: a[1] || (a[1] = (s) => k(oi)(s, () => i.$emit("activate"), !0))
|
|
21650
21653
|
}, [
|
|
21651
21654
|
ee("span", {
|
|
21652
|
-
class:
|
|
21655
|
+
class: Re(["dp__inner_nav", { dp__inner_nav_disabled: i.disabled }])
|
|
21653
21656
|
}, [
|
|
21654
21657
|
Ce(i.$slots, "default")
|
|
21655
21658
|
], 2)
|
|
@@ -22301,7 +22304,7 @@ const M5 = (t, e) => t?.querySelector(`[data-dp-element="${e}"]`), kO = (t, e) =
|
|
|
22301
22304
|
var ye, ue, Ae;
|
|
22302
22305
|
return L(), j("div", {
|
|
22303
22306
|
key: Ve,
|
|
22304
|
-
class:
|
|
22307
|
+
class: Re(I.value)
|
|
22305
22308
|
}, [
|
|
22306
22309
|
oe.separator ? (L(), j(Ye, { key: 0 }, [
|
|
22307
22310
|
Xe(" : ")
|
|
@@ -22310,7 +22313,7 @@ const M5 = (t, e) => t?.querySelector(`[data-dp-element="${e}"]`), kO = (t, e) =
|
|
|
22310
22313
|
ref_for: !0,
|
|
22311
22314
|
ref: (z) => _e(z, Ve, 0),
|
|
22312
22315
|
type: "button",
|
|
22313
|
-
class:
|
|
22316
|
+
class: Re({
|
|
22314
22317
|
dp__btn: !0,
|
|
22315
22318
|
dp__inc_dec_button: !H.timePickerInline,
|
|
22316
22319
|
dp__inc_dec_button_inline: H.timePickerInline,
|
|
@@ -22338,7 +22341,7 @@ const M5 = (t, e) => t?.querySelector(`[data-dp-element="${e}"]`), kO = (t, e) =
|
|
|
22338
22341
|
ref: (z) => _e(z, Ve, 1),
|
|
22339
22342
|
type: "button",
|
|
22340
22343
|
"aria-label": (ue = k(o)) == null ? void 0 : ue.openTpOverlay(oe.type),
|
|
22341
|
-
class:
|
|
22344
|
+
class: Re({
|
|
22342
22345
|
dp__time_display: !0,
|
|
22343
22346
|
dp__time_display_block: !H.timePickerInline,
|
|
22344
22347
|
dp__time_display_inline: H.timePickerInline,
|
|
@@ -22364,7 +22367,7 @@ const M5 = (t, e) => t?.querySelector(`[data-dp-element="${e}"]`), kO = (t, e) =
|
|
|
22364
22367
|
ref_for: !0,
|
|
22365
22368
|
ref: (z) => _e(z, Ve, 2),
|
|
22366
22369
|
type: "button",
|
|
22367
|
-
class:
|
|
22370
|
+
class: Re({
|
|
22368
22371
|
dp__btn: !0,
|
|
22369
22372
|
dp__inc_dec_button: !H.timePickerInline,
|
|
22370
22373
|
dp__inc_dec_button_inline: H.timePickerInline,
|
|
@@ -22534,7 +22537,7 @@ const M5 = (t, e) => t?.querySelector(`[data-dp-element="${e}"]`), kO = (t, e) =
|
|
|
22534
22537
|
ref_key: "openTimePickerBtn",
|
|
22535
22538
|
ref: g,
|
|
22536
22539
|
type: "button",
|
|
22537
|
-
class:
|
|
22540
|
+
class: Re(C.value),
|
|
22538
22541
|
"aria-label": (ne = k(u)) == null ? void 0 : ne.openTimePicker,
|
|
22539
22542
|
tabindex: Y.noOverlayFocus ? void 0 : 0,
|
|
22540
22543
|
"data-test": "open-time-picker-btn",
|
|
@@ -22557,7 +22560,7 @@ const M5 = (t, e) => t?.querySelector(`[data-dp-element="${e}"]`), kO = (t, e) =
|
|
|
22557
22560
|
key: 0,
|
|
22558
22561
|
ref_key: "overlayRef",
|
|
22559
22562
|
ref: w,
|
|
22560
|
-
class:
|
|
22563
|
+
class: Re({
|
|
22561
22564
|
dp__overlay: !Y.timePickerInline,
|
|
22562
22565
|
"dp--overlay-absolute": !i.timePicker && !Y.timePickerInline,
|
|
22563
22566
|
"dp--overlay-relative": i.timePicker
|
|
@@ -22566,7 +22569,7 @@ const M5 = (t, e) => t?.querySelector(`[data-dp-element="${e}"]`), kO = (t, e) =
|
|
|
22566
22569
|
tabindex: Y.timePickerInline ? void 0 : 0
|
|
22567
22570
|
}, [
|
|
22568
22571
|
ee("div", {
|
|
22569
|
-
class:
|
|
22572
|
+
class: Re(
|
|
22570
22573
|
Y.timePickerInline ? "dp__time_picker_inline_container" : "dp__overlay_container dp__container_flex dp__time_picker_overlay_container"
|
|
22571
22574
|
),
|
|
22572
22575
|
style: { display: "flex" }
|
|
@@ -22582,7 +22585,7 @@ const M5 = (t, e) => t?.querySelector(`[data-dp-element="${e}"]`), kO = (t, e) =
|
|
|
22582
22585
|
}) : re("", !0),
|
|
22583
22586
|
Y.$slots["time-picker-overlay"] ? re("", !0) : (L(), j("div", {
|
|
22584
22587
|
key: 1,
|
|
22585
|
-
class:
|
|
22588
|
+
class: Re(Y.timePickerInline ? "dp__flex" : "dp__overlay_row dp__flex_row")
|
|
22586
22589
|
}, [
|
|
22587
22590
|
(L(!0), j(Ye, null, mt(O.value, (M, F) => En((L(), Ne(PU, Nt({
|
|
22588
22591
|
key: F,
|
|
@@ -22624,7 +22627,7 @@ const M5 = (t, e) => t?.querySelector(`[data-dp-element="${e}"]`), kO = (t, e) =
|
|
|
22624
22627
|
ref_key: "closeTimePickerBtn",
|
|
22625
22628
|
ref: b,
|
|
22626
22629
|
type: "button",
|
|
22627
|
-
class:
|
|
22630
|
+
class: Re(C.value),
|
|
22628
22631
|
"aria-label": (W = k(u)) == null ? void 0 : W.closeTimePicker,
|
|
22629
22632
|
tabindex: "0",
|
|
22630
22633
|
onKeydown: se[4] || (se[4] = (M) => k(oi)(M, () => A(!1))),
|
|
@@ -22940,7 +22943,7 @@ const M5 = (t, e) => t?.querySelector(`[data-dp-element="${e}"]`), kO = (t, e) =
|
|
|
22940
22943
|
_: 3
|
|
22941
22944
|
}, 8, ["aria-label", "disabled"])) : re("", !0),
|
|
22942
22945
|
ee("div", {
|
|
22943
|
-
class:
|
|
22946
|
+
class: Re(["dp__month_year_wrap", {
|
|
22944
22947
|
dp__year_disable_select: M.disableYearSelect
|
|
22945
22948
|
}])
|
|
22946
22949
|
}, [
|
|
@@ -23176,13 +23179,13 @@ const M5 = (t, e) => t?.querySelector(`[data-dp-element="${e}"]`), kO = (t, e) =
|
|
|
23176
23179
|
return e({ triggerTransition: C }), (ae, _e) => {
|
|
23177
23180
|
var Ee;
|
|
23178
23181
|
return L(), j("div", {
|
|
23179
|
-
class:
|
|
23182
|
+
class: Re(x.value)
|
|
23180
23183
|
}, [
|
|
23181
23184
|
ee("div", {
|
|
23182
23185
|
ref_key: "calendarWrapRef",
|
|
23183
23186
|
ref: p,
|
|
23184
23187
|
role: "grid",
|
|
23185
|
-
class:
|
|
23188
|
+
class: Re(T.value),
|
|
23186
23189
|
"aria-label": (Ee = k(l)) == null ? void 0 : Ee.calendarWrap
|
|
23187
23190
|
}, [
|
|
23188
23191
|
ee("div", WU, [
|
|
@@ -23252,7 +23255,7 @@ const M5 = (t, e) => t?.querySelector(`[data-dp-element="${e}"]`), kO = (t, e) =
|
|
|
23252
23255
|
onMouseup: _e[0] || (_e[0] = (z) => _.value = !1)
|
|
23253
23256
|
}, [
|
|
23254
23257
|
ee("div", {
|
|
23255
|
-
class:
|
|
23258
|
+
class: Re(["dp__cell_inner", oe.classData])
|
|
23256
23259
|
}, [
|
|
23257
23260
|
ae.$slots.day && $.value(oe) ? Ce(ae.$slots, "day", {
|
|
23258
23261
|
key: 0,
|
|
@@ -23270,7 +23273,7 @@ const M5 = (t, e) => t?.querySelector(`[data-dp-element="${e}"]`), kO = (t, e) =
|
|
|
23270
23273
|
date: oe.value
|
|
23271
23274
|
}) : (L(), j("div", {
|
|
23272
23275
|
key: 1,
|
|
23273
|
-
class:
|
|
23276
|
+
class: Re(N.value(oe.marker)),
|
|
23274
23277
|
style: Vt(oe.marker.color ? { backgroundColor: oe.marker.color } : {})
|
|
23275
23278
|
}, null, 6))
|
|
23276
23279
|
], 64)) : re("", !0),
|
|
@@ -23943,7 +23946,7 @@ const M5 = (t, e) => t?.querySelector(`[data-dp-element="${e}"]`), kO = (t, e) =
|
|
|
23943
23946
|
(L(!0), j(Ye, null, mt(k(d)(E), (O, A) => (L(), j("div", { key: A }, [
|
|
23944
23947
|
ee("button", {
|
|
23945
23948
|
type: "button",
|
|
23946
|
-
class:
|
|
23949
|
+
class: Re(["dp--qr-btn", {
|
|
23947
23950
|
"dp--qr-btn-active": O.active,
|
|
23948
23951
|
"dp--qr-btn-between": O.isBetween,
|
|
23949
23952
|
"dp--qr-btn-disabled": O.disabled,
|
|
@@ -24148,7 +24151,7 @@ const M5 = (t, e) => t?.querySelector(`[data-dp-element="${e}"]`), kO = (t, e) =
|
|
|
24148
24151
|
tabindex: "0",
|
|
24149
24152
|
role: "dialog",
|
|
24150
24153
|
"aria-label": (Ae = ye.ariaLabels) == null ? void 0 : Ae.menu,
|
|
24151
|
-
class:
|
|
24154
|
+
class: Re(F.value),
|
|
24152
24155
|
style: Vt({ "--dp-arrow-left": $.value }),
|
|
24153
24156
|
onMouseleave: ge,
|
|
24154
24157
|
onClick: D,
|
|
@@ -24156,18 +24159,18 @@ const M5 = (t, e) => t?.querySelector(`[data-dp-element="${e}"]`), kO = (t, e) =
|
|
|
24156
24159
|
}, [
|
|
24157
24160
|
(ye.disabled || ye.readonly) && k(d).enabled || ye.loading ? (L(), j("div", {
|
|
24158
24161
|
key: 0,
|
|
24159
|
-
class:
|
|
24162
|
+
class: Re(M.value)
|
|
24160
24163
|
}, [
|
|
24161
24164
|
ye.loading ? (L(), j("div", u9, f9)) : re("", !0)
|
|
24162
24165
|
], 2)) : re("", !0),
|
|
24163
24166
|
!k(d).enabled && !ye.teleportCenter ? (L(), j("div", {
|
|
24164
24167
|
key: 1,
|
|
24165
|
-
class:
|
|
24168
|
+
class: Re(W.value)
|
|
24166
24169
|
}, null, 2)) : re("", !0),
|
|
24167
24170
|
ee("div", {
|
|
24168
24171
|
ref_key: "innerMenuRef",
|
|
24169
24172
|
ref: g,
|
|
24170
|
-
class:
|
|
24173
|
+
class: Re({
|
|
24171
24174
|
dp__menu_content_wrapper: ((z = ye.presetDates) == null ? void 0 : z.length) || !!ye.$slots["left-sidebar"] || !!ye.$slots["right-sidebar"],
|
|
24172
24175
|
"dp--menu-content-wrapper-collapsed": t.collapse && (((q = ye.presetDates) == null ? void 0 : q.length) || !!ye.$slots["left-sidebar"] || !!ye.$slots["right-sidebar"])
|
|
24173
24176
|
}),
|
|
@@ -24178,7 +24181,7 @@ const M5 = (t, e) => t?.querySelector(`[data-dp-element="${e}"]`), kO = (t, e) =
|
|
|
24178
24181
|
])) : re("", !0),
|
|
24179
24182
|
ye.presetDates.length ? (L(), j("div", {
|
|
24180
24183
|
key: 1,
|
|
24181
|
-
class:
|
|
24184
|
+
class: Re({ "dp--preset-dates-collapsed": t.collapse, "dp--preset-dates": !0 })
|
|
24182
24185
|
}, [
|
|
24183
24186
|
(L(!0), j(Ye, null, mt(ye.presetDates, (te, ke) => (L(), j(Ye, { key: ke }, [
|
|
24184
24187
|
te.slot ? Ce(ye.$slots, te.slot, {
|
|
@@ -24190,7 +24193,7 @@ const M5 = (t, e) => t?.querySelector(`[data-dp-element="${e}"]`), kO = (t, e) =
|
|
|
24190
24193
|
key: 1,
|
|
24191
24194
|
type: "button",
|
|
24192
24195
|
style: Vt(te.style || {}),
|
|
24193
|
-
class:
|
|
24196
|
+
class: Re(["dp__btn dp--preset-range", { "dp--preset-range-collapsed": t.collapse }]),
|
|
24194
24197
|
"data-test": te.testId ?? void 0,
|
|
24195
24198
|
onClick: Ct(($e) => H(te.value, te.noTz), ["prevent"]),
|
|
24196
24199
|
onKeydown: ($e) => k(oi)($e, () => H(te.value, te.noTz), !0)
|
|
@@ -24892,7 +24895,7 @@ const v9 = ({
|
|
|
24892
24895
|
ref: p,
|
|
24893
24896
|
"data-test": "dp-input",
|
|
24894
24897
|
name: B.name,
|
|
24895
|
-
class:
|
|
24898
|
+
class: Re(y.value),
|
|
24896
24899
|
inputmode: k(a).enabled ? "text" : "none",
|
|
24897
24900
|
placeholder: B.placeholder,
|
|
24898
24901
|
disabled: B.disabled,
|
|
@@ -25140,7 +25143,7 @@ const v9 = ({
|
|
|
25140
25143
|
}), (Ie, qe) => (L(), j("div", {
|
|
25141
25144
|
ref_key: "pickerWrapperRef",
|
|
25142
25145
|
ref: h,
|
|
25143
|
-
class:
|
|
25146
|
+
class: Re(le.value),
|
|
25144
25147
|
"data-datepicker-instance": ""
|
|
25145
25148
|
}, [
|
|
25146
25149
|
me(A9, Nt({
|
|
@@ -25353,7 +25356,7 @@ const x9 = { class: "tw-flex tw-flex-nowrap tw-items-start" }, P9 = { class: "tw
|
|
|
25353
25356
|
r("blur", E);
|
|
25354
25357
|
}
|
|
25355
25358
|
return (E, O) => (L(), j("div", {
|
|
25356
|
-
class:
|
|
25359
|
+
class: Re(["vc-input", [
|
|
25357
25360
|
`vc-input_${E.type}`,
|
|
25358
25361
|
{
|
|
25359
25362
|
"vc-input_clearable": E.clearable,
|
|
@@ -26090,7 +26093,7 @@ const tH = ["onClick"], nH = ["disabled", "placeholder"], $b = /* @__PURE__ */ U
|
|
|
26090
26093
|
setup(t) {
|
|
26091
26094
|
return (e, n) => (L(), j("div", sH, [
|
|
26092
26095
|
ee("div", {
|
|
26093
|
-
class:
|
|
26096
|
+
class: Re(["vc-pagination__item", {
|
|
26094
26097
|
"vc-pagination__item_disabled": e.currentPage === 1
|
|
26095
26098
|
}]),
|
|
26096
26099
|
onClick: n[0] || (n[0] = (r) => e.currentPage !== 1 && e.$emit("itemClick", 1))
|
|
@@ -26101,7 +26104,7 @@ const tH = ["onClick"], nH = ["disabled", "placeholder"], $b = /* @__PURE__ */ U
|
|
|
26101
26104
|
})
|
|
26102
26105
|
], 2),
|
|
26103
26106
|
ee("div", {
|
|
26104
|
-
class:
|
|
26107
|
+
class: Re(["vc-pagination__item", {
|
|
26105
26108
|
"vc-pagination__item_disabled": e.currentPage === 1
|
|
26106
26109
|
}]),
|
|
26107
26110
|
onClick: n[1] || (n[1] = (r) => e.currentPage !== 1 && e.$emit("itemClick", e.currentPage - 1))
|
|
@@ -26137,7 +26140,7 @@ const tH = ["onClick"], nH = ["disabled", "placeholder"], $b = /* @__PURE__ */ U
|
|
|
26137
26140
|
}, be(e.currentPage + 2), 1)) : re("", !0)
|
|
26138
26141
|
], 64)) : re("", !0),
|
|
26139
26142
|
ee("div", {
|
|
26140
|
-
class:
|
|
26143
|
+
class: Re(["vc-pagination__item", {
|
|
26141
26144
|
"vc-pagination__item_disabled": e.currentPage === e.pages
|
|
26142
26145
|
}]),
|
|
26143
26146
|
onClick: n[6] || (n[6] = (r) => e.currentPage !== e.pages && e.$emit("itemClick", e.currentPage + 1))
|
|
@@ -26148,7 +26151,7 @@ const tH = ["onClick"], nH = ["disabled", "placeholder"], $b = /* @__PURE__ */ U
|
|
|
26148
26151
|
})
|
|
26149
26152
|
], 2),
|
|
26150
26153
|
ee("div", {
|
|
26151
|
-
class:
|
|
26154
|
+
class: Re(["vc-pagination__item", {
|
|
26152
26155
|
"vc-pagination__item_disabled": e.currentPage === e.pages
|
|
26153
26156
|
}]),
|
|
26154
26157
|
onClick: n[7] || (n[7] = (r) => e.currentPage !== e.pages && e.$emit("itemClick", e.pages))
|
|
@@ -26660,7 +26663,7 @@ const vH = ["innerHTML"], gH = { class: "tw-flex tw-flex-nowrap tw-items-start t
|
|
|
26660
26663
|
r("update:modelValue", null);
|
|
26661
26664
|
}
|
|
26662
26665
|
return (H, ge) => (L(), j("div", {
|
|
26663
|
-
class:
|
|
26666
|
+
class: Re(["vc-select tw-box-border", {
|
|
26664
26667
|
"vc-select_opened": o.value,
|
|
26665
26668
|
"vc-select_error": H.error,
|
|
26666
26669
|
"vc-select_disabled": H.disabled,
|
|
@@ -26848,7 +26851,7 @@ const vH = ["innerHTML"], gH = { class: "tw-flex tw-flex-nowrap tw-items-start t
|
|
|
26848
26851
|
default: de(() => [
|
|
26849
26852
|
g.value && g.value.length ? (L(!0), j(Ye, { key: 1 }, mt(P.value, (pe, oe) => (L(), j("div", {
|
|
26850
26853
|
key: oe,
|
|
26851
|
-
class:
|
|
26854
|
+
class: Re(["tw-flex tw-items-center tw-min-h-[36px] tw-my-1 tw-box-border tw-px-2 tw-rounded-[3px] tw-cursor-pointer hover:tw-bg-[#eff7fc]", { "tw-bg-[#eff7fc]": pe.selected }]),
|
|
26852
26855
|
onClick: (Ve) => pe.toggleOption(pe.opt)
|
|
26853
26856
|
}, [
|
|
26854
26857
|
Ce(H.$slots, "option", Nt({ ref_for: !0 }, pe), () => [
|
|
@@ -30364,7 +30367,7 @@ const gV = { class: "vc-slider tw-relative" }, bV = { class: "vc-slider__prev tw
|
|
|
30364
30367
|
}));
|
|
30365
30368
|
return (n, r) => (L(), j("div", gV, [
|
|
30366
30369
|
me(k(mV), {
|
|
30367
|
-
class:
|
|
30370
|
+
class: Re([
|
|
30368
30371
|
"vc-slider__swiper",
|
|
30369
30372
|
{
|
|
30370
30373
|
"tw-overflow-visible": n.overflow,
|
|
@@ -30432,7 +30435,7 @@ const gV = { class: "vc-slider tw-relative" }, bV = { class: "vc-slider__prev tw
|
|
|
30432
30435
|
n("update:modelValue", a);
|
|
30433
30436
|
}
|
|
30434
30437
|
return (i, a) => (L(), j("div", {
|
|
30435
|
-
class:
|
|
30438
|
+
class: Re(["vc-textarea", {
|
|
30436
30439
|
"vc-textarea_error": i.errorMessage,
|
|
30437
30440
|
"vc-textarea_disabled": i.disabled
|
|
30438
30441
|
}])
|
|
@@ -30602,7 +30605,7 @@ const IV = { class: "tw-items-center tw-flex tw-flex-wrap tw-flex-grow" }, kV =
|
|
|
30602
30605
|
return (A, C) => {
|
|
30603
30606
|
const T = nt("VcLabel"), N = nt("VcIcon"), I = nt("VcButton"), x = nt("VcContainer"), $ = nt("VcHint");
|
|
30604
30607
|
return L(), j("div", {
|
|
30605
|
-
class:
|
|
30608
|
+
class: Re(["vc-multivalue", [
|
|
30606
30609
|
`vc-multivalue_${A.type}`,
|
|
30607
30610
|
{
|
|
30608
30611
|
"vc-multivalue_opened": l.value,
|
|
@@ -33428,7 +33431,7 @@ const FG = {
|
|
|
33428
33431
|
return (n, r) => {
|
|
33429
33432
|
const i = nt("VcButton");
|
|
33430
33433
|
return L(), j("div", {
|
|
33431
|
-
class:
|
|
33434
|
+
class: Re([
|
|
33432
33435
|
{
|
|
33433
33436
|
"tw-flex-col": n.orientation === "vertical",
|
|
33434
33437
|
"tw-flex-row tw-items-center": n.orientation === "horizontal"
|
|
@@ -33515,7 +33518,7 @@ const FG = {
|
|
|
33515
33518
|
value: s.value,
|
|
33516
33519
|
checked: i.value,
|
|
33517
33520
|
disabled: s.disabled,
|
|
33518
|
-
class:
|
|
33521
|
+
class: Re({
|
|
33519
33522
|
"vc-radio-button_error": s.error
|
|
33520
33523
|
}),
|
|
33521
33524
|
onChange: a
|
|
@@ -33565,7 +33568,7 @@ const FG = {
|
|
|
33565
33568
|
}
|
|
33566
33569
|
});
|
|
33567
33570
|
return (a, s) => (L(), j("div", {
|
|
33568
|
-
class:
|
|
33571
|
+
class: Re(["vc-checkbox", {
|
|
33569
33572
|
"vc-checkbox_disabled": a.disabled,
|
|
33570
33573
|
"vc-checkbox_size-small": a.size === "s",
|
|
33571
33574
|
"vc-checkbox_size-medium": a.size === "m",
|
|
@@ -33594,7 +33597,7 @@ const FG = {
|
|
|
33594
33597
|
En(ee("input", {
|
|
33595
33598
|
"onUpdate:modelValue": s[0] || (s[0] = (o) => i.value = o),
|
|
33596
33599
|
type: "checkbox",
|
|
33597
|
-
class:
|
|
33600
|
+
class: Re(["vc-checkbox__input", {
|
|
33598
33601
|
"vc-checkbox_error": a.errorMessage
|
|
33599
33602
|
}]),
|
|
33600
33603
|
disabled: a.disabled,
|
|
@@ -38729,7 +38732,8 @@ function Rz() {
|
|
|
38729
38732
|
e.value = {
|
|
38730
38733
|
...e.value,
|
|
38731
38734
|
logo: s.logo,
|
|
38732
|
-
title: s.title
|
|
38735
|
+
title: s.title,
|
|
38736
|
+
avatar: s.avatar
|
|
38733
38737
|
};
|
|
38734
38738
|
}
|
|
38735
38739
|
return Et(async () => {
|
|
@@ -40144,7 +40148,7 @@ const Qz = { class: "tw-flex tw-grow-1 tw-border-t tw-border-solid tw-border-t-[
|
|
|
40144
40148
|
ee("ul", uK, [
|
|
40145
40149
|
(L(!0), j(Ye, null, mt(f.appsList, (h) => (L(), j("li", {
|
|
40146
40150
|
key: h.id,
|
|
40147
|
-
class:
|
|
40151
|
+
class: Re(["tw-flex tw-flex-row tw-items-center tw-cursor-pointer tw-group", {
|
|
40148
40152
|
"[&>p]:tw-font-extrabold": o(h.relativeUrl ?? "")
|
|
40149
40153
|
}]),
|
|
40150
40154
|
onClick: (m) => l(h)
|
|
@@ -42805,7 +42809,7 @@ const tX = { class: "tw-w-full tw-flex tw-flex-col tw-grow tw-basis-0" }, nX = /
|
|
|
42805
42809
|
k(e) && k(e).length > 2 ? (L(), Ne(lS, {
|
|
42806
42810
|
key: 0,
|
|
42807
42811
|
items: k(i),
|
|
42808
|
-
class:
|
|
42812
|
+
class: Re(["tw-bg-white tw-p-2 tw-shadow-[2px_2px_8px_rgba(54,84,117,0.14)] tw-rounded-[var(--blade-border-radius)]", [
|
|
42809
42813
|
{
|
|
42810
42814
|
"tw-mt-4 tw-mx-2": !c.$isMobile.value,
|
|
42811
42815
|
"tw-p-4": c.$isMobile.value
|
|
@@ -44606,7 +44610,7 @@ let eI = Lh.RenderStrategy, ig = Ue({ props: { as: { type: [Object, String], def
|
|
|
44606
44610
|
I(P), b.value = !1;
|
|
44607
44611
|
}, { immediate: !0 });
|
|
44608
44612
|
}), Gr(u1, v), Lte(J(() => Da(g.value, { visible: pi.Open, hidden: pi.Closed }) | a.value)), () => {
|
|
44609
|
-
let { appear: x, show: $, enter: P, enterFrom: B, enterTo: Y, entered: se, leave: ne, leaveFrom: W, leaveTo: M, ...F } = t, D = { ref: c }, G = { ...F, ...h.value && d.value && Rf.isServer ? { class:
|
|
44613
|
+
let { appear: x, show: $, enter: P, enterFrom: B, enterTo: Y, entered: se, leave: ne, leaveFrom: W, leaveTo: M, ...F } = t, D = { ref: c }, G = { ...F, ...h.value && d.value && Rf.isServer ? { class: Re([n.class, F.class, ..._, ...E]) } : {} };
|
|
44610
44614
|
return Ni({ theirProps: G, ourProps: D, slot: {}, slots: r, attrs: n, features: eI, visible: g.value === "visible", name: "TransitionChild" });
|
|
44611
44615
|
};
|
|
44612
44616
|
} }), pne = ig, tI = Ue({ inheritAttrs: !1, props: { as: { type: [Object, String], default: "div" }, show: { type: [Boolean], default: null }, unmount: { type: [Boolean], default: !0 }, appear: { type: [Boolean], default: !1 }, enter: { type: [String], default: "" }, enterFrom: { type: [String], default: "" }, enterTo: { type: [String], default: "" }, entered: { type: [String], default: "" }, leave: { type: [String], default: "" }, leaveFrom: { type: [String], default: "" }, leaveTo: { type: [String], default: "" } }, emits: { beforeEnter: () => !0, afterEnter: () => !0, beforeLeave: () => !0, afterLeave: () => !0 }, setup(t, { emit: e, attrs: n, slots: r }) {
|
|
@@ -44709,7 +44713,7 @@ const mne = /* @__PURE__ */ ee("div", { class: "tw-fixed tw-inset-0 tw-bg-black/
|
|
|
44709
44713
|
_: 1
|
|
44710
44714
|
}),
|
|
44711
44715
|
ee("div", {
|
|
44712
|
-
class:
|
|
44716
|
+
class: Re(["tw-fixed tw-inset-0 tw-overflow-y-auto", {
|
|
44713
44717
|
"tw-p-4": !o.value,
|
|
44714
44718
|
"tw-p-0": o.value
|
|
44715
44719
|
}])
|
|
@@ -44726,7 +44730,7 @@ const mne = /* @__PURE__ */ ee("div", { class: "tw-fixed tw-inset-0 tw-bg-black/
|
|
|
44726
44730
|
}, {
|
|
44727
44731
|
default: de(() => [
|
|
44728
44732
|
me(k(sne), {
|
|
44729
|
-
class:
|
|
44733
|
+
class: Re(["tw-w-full tw-transform tw-overflow-hidden tw-rounded-[5px] tw-bg-white tw-text-left tw-align-middle tw-shadow-xl tw-transition-all", [
|
|
44730
44734
|
{
|
|
44731
44735
|
"tw-flex tw-flex-col [max-height:calc(100vh-40px)]": !o.value,
|
|
44732
44736
|
"tw-max-w-full tw-h-[100dvh] tw-rounded-none tw-flex tw-flex-col": o.value,
|
|
@@ -44756,16 +44760,16 @@ const mne = /* @__PURE__ */ ee("div", { class: "tw-fixed tw-inset-0 tw-bg-black/
|
|
|
44756
44760
|
ee("div", wne, [
|
|
44757
44761
|
u.variant !== "default" ? (L(), Ne(f, {
|
|
44758
44762
|
key: 0,
|
|
44759
|
-
class:
|
|
44763
|
+
class: Re(["tw-self-center tw-text-[40px]", s.value]),
|
|
44760
44764
|
icon: a.value
|
|
44761
44765
|
}, null, 8, ["class", "icon"])) : re("", !0),
|
|
44762
44766
|
ee("div", {
|
|
44763
|
-
class:
|
|
44767
|
+
class: Re(["tw-text-[14px] tw-font-normal tw-leading-[20px] tw-text-[var(--content-text-color)] tw-flex tw-items-center tw-flex-auto tw-overflow-y-auto [word-break:break-word]", {
|
|
44764
44768
|
"tw-grow": o.value
|
|
44765
44769
|
}])
|
|
44766
44770
|
}, [
|
|
44767
44771
|
ee("div", {
|
|
44768
|
-
class:
|
|
44772
|
+
class: Re(["tw-flex tw-flex-auto tw-self-center tw-min-h-0 tw-max-h-[-webkit-fill-available]", { "tw-h-full": u.isFullscreen }])
|
|
44769
44773
|
}, [
|
|
44770
44774
|
Ce(u.$slots, "content")
|
|
44771
44775
|
], 2)
|
|
@@ -45136,7 +45140,7 @@ const One = { class: "tw-flex tw-flex-col tw-flex-auto" }, Nne = { class: "tw-fl
|
|
|
45136
45140
|
onClick: o[0] || (o[0] = Ct((l) => i.value = !i.value, ["stop"]))
|
|
45137
45141
|
}, [
|
|
45138
45142
|
ee("div", {
|
|
45139
|
-
class:
|
|
45143
|
+
class: Re([
|
|
45140
45144
|
{
|
|
45141
45145
|
"tw-shadow-[0_-6px_6px_white,1px_1px_22px_rgba(126,142,157,0.2)] [clip-path:inset(0px_-20px_0px_-20px)] tw-bg-white tw-z-[10000]": i.value
|
|
45142
45146
|
},
|
|
@@ -45204,7 +45208,7 @@ const One = { class: "tw-flex tw-flex-col tw-flex-auto" }, Nne = { class: "tw-fl
|
|
|
45204
45208
|
return `background-image: url(${CSS.escape(e.avatarUrl)})`;
|
|
45205
45209
|
});
|
|
45206
45210
|
return (h, m) => En((L(), j("div", {
|
|
45207
|
-
class:
|
|
45211
|
+
class: Re(["user-dropdown-button", {
|
|
45208
45212
|
"user-dropdown-button_active": l.value,
|
|
45209
45213
|
"tw-w-auto": h.disabled
|
|
45210
45214
|
}]),
|
|
@@ -45278,7 +45282,7 @@ const One = { class: "tw-flex tw-flex-col tw-flex-auto" }, Nne = { class: "tw-fl
|
|
|
45278
45282
|
], 4),
|
|
45279
45283
|
ee("div", null, [
|
|
45280
45284
|
ee("p", {
|
|
45281
|
-
class:
|
|
45285
|
+
class: Re(["tw-text-[color:var(--basic-black-color)] tw-text-xl tw-leading-[19px] tw-font-bold tw-m-0 tw-mb-1 tw-break-all", { "tw-mr-4": i.$isDesktop.value }])
|
|
45282
45286
|
}, be(i.title), 3),
|
|
45283
45287
|
Ce(i.$slots, "default")
|
|
45284
45288
|
])
|
|
@@ -45357,7 +45361,7 @@ const One = { class: "tw-flex tw-flex-col tw-flex-auto" }, Nne = { class: "tw-fl
|
|
|
45357
45361
|
onClick: Ct(o, ["stop"])
|
|
45358
45362
|
}, [
|
|
45359
45363
|
ee("div", {
|
|
45360
|
-
class:
|
|
45364
|
+
class: Re([
|
|
45361
45365
|
"tw-relative tw-h-full tw-flex tw-items-center tw-justify-center tw-w-[var(--app-bar-button-width)] tw-border-l tw-border-solid tw-border-l-[color:var(--app-bar-button-border-color)] tw-cursor-pointer tw-text-[color:var(--app-bar-button-color)] tw-bg-[color:var(--app-bar-button-background-color)] tw-transition-[color] tw-duration-200 hover:tw-text-[color:var(--app-bar-button-color-hover)] hover:tw-bg-[color:var(--app-bar-button-background-color-hover)]",
|
|
45362
45366
|
{
|
|
45363
45367
|
"tw-shadow-[0_-6px_6px_white,1px_1px_22px_rgba(126,142,157,0.2)] [clip-path:inset(0px_-20px_0px_-20px)] tw-bg-white tw-z-[10001]": a.value && !u.$isMobile.value
|
|
@@ -45369,7 +45373,7 @@ const One = { class: "tw-flex tw-flex-col tw-flex-auto" }, Nne = { class: "tw-fl
|
|
|
45369
45373
|
size: "xl"
|
|
45370
45374
|
}),
|
|
45371
45375
|
ee("div", {
|
|
45372
|
-
class:
|
|
45376
|
+
class: Re({
|
|
45373
45377
|
"tw-block tw-absolute tw-right-[12px] tw-top-[18px] tw-w-[7px] tw-h-[7px] tw-bg-[#ff4a4a] tw-rounded-full tw-z-[1]": s.value
|
|
45374
45378
|
})
|
|
45375
45379
|
}, null, 2)
|
|
@@ -45381,7 +45385,7 @@ const One = { class: "tw-flex tw-flex-col tw-flex-auto" }, Nne = { class: "tw-fl
|
|
|
45381
45385
|
})) : re("", !0),
|
|
45382
45386
|
a.value ? (L(), j("div", {
|
|
45383
45387
|
key: 1,
|
|
45384
|
-
class:
|
|
45388
|
+
class: Re(["tw-absolute tw-top-[var(--app-bar-height)] tw-z-[10000] tw-drop-shadow-[0px_4px_15px_rgba(43,67,84,0.15)] tw-bg-white tw-rounded-b-[6px] tw-w-[439px] tw-max-h-[350px] tw-min-h-[50px] tw-right-0 tw-overflow-hidden tw-flex tw-flex-col", {
|
|
45385
45389
|
"tw-hidden !tw-fixed !tw-right-0 !tw-top-0 !tw-max-h-full !tw-max-w-[300px] !tw-w-full !tw-bottom-0 !tw-z-[10000] !tw-border-0": u.$isMobile.value,
|
|
45386
45390
|
"!tw-flex": u.$isMobile.value && a.value
|
|
45387
45391
|
}])
|
|
@@ -45470,31 +45474,31 @@ const One = { class: "tw-flex tw-flex-col tw-flex-auto" }, Nne = { class: "tw-fl
|
|
|
45470
45474
|
{
|
|
45471
45475
|
id: "url",
|
|
45472
45476
|
title: J(() => r("ASSETS_MANAGER.TABLE.HEADER.IMAGE")),
|
|
45473
|
-
width: "
|
|
45477
|
+
width: "10%",
|
|
45474
45478
|
alwaysVisible: !0
|
|
45475
45479
|
},
|
|
45476
45480
|
{
|
|
45477
45481
|
id: "name",
|
|
45478
45482
|
title: J(() => r("ASSETS_MANAGER.TABLE.HEADER.NAME")),
|
|
45479
|
-
width: "
|
|
45483
|
+
width: "20%",
|
|
45480
45484
|
alwaysVisible: !0
|
|
45481
45485
|
},
|
|
45482
45486
|
{
|
|
45483
45487
|
id: "size",
|
|
45484
45488
|
title: J(() => r("ASSETS_MANAGER.TABLE.HEADER.SIZE")),
|
|
45485
|
-
width: "
|
|
45489
|
+
width: "20%",
|
|
45486
45490
|
alwaysVisible: !0
|
|
45487
45491
|
},
|
|
45488
45492
|
{
|
|
45489
45493
|
id: "sortOrder",
|
|
45490
45494
|
title: J(() => r("ASSETS_MANAGER.TABLE.HEADER.SORT_ORDER")),
|
|
45491
|
-
width: "
|
|
45495
|
+
width: "25%",
|
|
45492
45496
|
alwaysVisible: !0
|
|
45493
45497
|
},
|
|
45494
45498
|
{
|
|
45495
45499
|
id: "createdDate",
|
|
45496
45500
|
title: J(() => r("ASSETS_MANAGER.TABLE.HEADER.CREATED_DATE")),
|
|
45497
|
-
width: "
|
|
45501
|
+
width: "25%",
|
|
45498
45502
|
alwaysVisible: !0,
|
|
45499
45503
|
type: "date-ago"
|
|
45500
45504
|
}
|
|
@@ -45604,7 +45608,7 @@ const One = { class: "tw-flex tw-flex-col tw-flex-auto" }, Nne = { class: "tw-fl
|
|
|
45604
45608
|
}, {
|
|
45605
45609
|
default: de(() => [
|
|
45606
45610
|
En((L(), j("div", {
|
|
45607
|
-
class: "tw-relative tw-h-full",
|
|
45611
|
+
class: "tw-relative tw-h-full tw-flex-1",
|
|
45608
45612
|
onDragover: Ct(g, ["prevent", "stop"]),
|
|
45609
45613
|
onDragleave: Ct(b, ["prevent"]),
|
|
45610
45614
|
onDrop: Ct(y, ["prevent", "stop"])
|
|
@@ -46506,7 +46510,7 @@ const Dre = {
|
|
|
46506
46510
|
width: l.value?.width || "50%",
|
|
46507
46511
|
"toolbar-items": k(V),
|
|
46508
46512
|
title: c.value,
|
|
46509
|
-
class:
|
|
46513
|
+
class: Re({
|
|
46510
46514
|
"tw-flex tw-flex-auto": q.isWidgetView
|
|
46511
46515
|
}),
|
|
46512
46516
|
modified: k(P)?.modified,
|
|
@@ -46524,7 +46528,7 @@ const Dre = {
|
|
|
46524
46528
|
]) : (L(), j(Ye, { key: 1 }, [
|
|
46525
46529
|
!q.isWidgetView && k($)?.breadcrumbs ? (L(), j("div", {
|
|
46526
46530
|
key: 0,
|
|
46527
|
-
class:
|
|
46531
|
+
class: Re([
|
|
46528
46532
|
{
|
|
46529
46533
|
"-tw-mb-4": k(_)?.header
|
|
46530
46534
|
},
|
|
@@ -46588,7 +46592,7 @@ const Dre = {
|
|
|
46588
46592
|
empty: de(() => [
|
|
46589
46593
|
k(B)?.empty ? (L(), Ne(mi(k(B).empty), {
|
|
46590
46594
|
key: 0,
|
|
46591
|
-
class:
|
|
46595
|
+
class: Re({
|
|
46592
46596
|
"tw-py-6": q.isWidgetView
|
|
46593
46597
|
}),
|
|
46594
46598
|
context: Z.value,
|
|
@@ -48880,7 +48884,7 @@ const zme = (t) => function() {
|
|
|
48880
48884
|
},
|
|
48881
48885
|
{ deep: !0, immediate: !0, flush: "post", debounce: 1 }
|
|
48882
48886
|
), (a, s) => (L(), j("div", {
|
|
48883
|
-
class:
|
|
48887
|
+
class: Re(["tw-relative tw-flex tw-items-center tw-content-between tw-h-[var(--app-bar-height)] tw-bg-[color:var(--app-bar-background-color)] tw-px-4 tw-shadow-[0px_2px_5px_0px_#3654751A]", { "!tw-pr-0 !tw-pl-[10px]": a.$isMobile.value }])
|
|
48884
48888
|
}, [
|
|
48885
48889
|
Ce(a.$slots, "app-switcher"),
|
|
48886
48890
|
!a.$isMobile.value || i.value === 0 ? (L(), j(Ye, { key: 0 }, [
|
|
@@ -48923,13 +48927,13 @@ const zme = (t) => function() {
|
|
|
48923
48927
|
}
|
|
48924
48928
|
}), gae = {
|
|
48925
48929
|
key: 0,
|
|
48926
|
-
class: "vc-app-menu-item__icon"
|
|
48930
|
+
class: "vc-app-menu-item__icon tw-w-[var(--app-menu-item-icon-width)]"
|
|
48927
48931
|
}, bae = {
|
|
48928
48932
|
key: 1,
|
|
48929
48933
|
class: "vc-app-menu-item__title tw-capitalize"
|
|
48930
48934
|
}, yae = ["onClick"], wae = {
|
|
48931
48935
|
key: 1,
|
|
48932
|
-
class: "tw-truncate"
|
|
48936
|
+
class: "tw-truncate tw-pl-[7px]"
|
|
48933
48937
|
}, YE = /* @__PURE__ */ Ue({
|
|
48934
48938
|
__name: "vc-app-menu-link",
|
|
48935
48939
|
props: {
|
|
@@ -48966,7 +48970,7 @@ const zme = (t) => function() {
|
|
|
48966
48970
|
const d = nt("router-link");
|
|
48967
48971
|
return L(), j(Ye, null, [
|
|
48968
48972
|
ee("div", {
|
|
48969
|
-
class:
|
|
48973
|
+
class: Re(["vc-app-menu-item tw-flex", [
|
|
48970
48974
|
{
|
|
48971
48975
|
"vc-app-menu-item_active": o.value,
|
|
48972
48976
|
"vc-app-menu-item_no-hover": !c.children?.length,
|
|
@@ -48975,17 +48979,9 @@ const zme = (t) => function() {
|
|
|
48975
48979
|
]]),
|
|
48976
48980
|
onClick: l
|
|
48977
48981
|
}, [
|
|
48978
|
-
ee("div", {
|
|
48979
|
-
class: Le(["vc-app-menu-item__handler", { "vc-app-menu-item__handler_enabled": !c.sticky }])
|
|
48980
|
-
}, [
|
|
48981
|
-
me(k(lt), {
|
|
48982
|
-
icon: "fas fa-ellipsis-v",
|
|
48983
|
-
size: "m"
|
|
48984
|
-
})
|
|
48985
|
-
], 2),
|
|
48986
48982
|
c.icon ? (L(), j("div", gae, [
|
|
48987
48983
|
me(k(lt), {
|
|
48988
|
-
class: "tw-
|
|
48984
|
+
class: "tw-text-center",
|
|
48989
48985
|
icon: c.icon,
|
|
48990
48986
|
size: "m"
|
|
48991
48987
|
}, null, 8, ["icon"])
|
|
@@ -49001,7 +48997,7 @@ const zme = (t) => function() {
|
|
|
49001
48997
|
])) : re("", !0)
|
|
49002
48998
|
], 2),
|
|
49003
48999
|
En(ee("div", {
|
|
49004
|
-
class:
|
|
49000
|
+
class: Re(["vc-app-menu-item__child", {
|
|
49005
49001
|
"!tw-ml-0": !c.expand
|
|
49006
49002
|
}])
|
|
49007
49003
|
}, [
|
|
@@ -49014,10 +49010,10 @@ const zme = (t) => function() {
|
|
|
49014
49010
|
default: de(() => [
|
|
49015
49011
|
(L(), j("div", {
|
|
49016
49012
|
key: m,
|
|
49017
|
-
class:
|
|
49013
|
+
class: Re([
|
|
49018
49014
|
{
|
|
49019
49015
|
"vc-app-menu-item__child-item_active": u(h.url ?? ""),
|
|
49020
|
-
"tw-
|
|
49016
|
+
"tw-pl-[21px]": c.expand
|
|
49021
49017
|
},
|
|
49022
49018
|
"vc-app-menu-item__child-item tw-min-w-0 tw-flex tw-w-full tw-h-[var(--app-menu-item-height)] tw-items-center"
|
|
49023
49019
|
]),
|
|
@@ -49025,12 +49021,12 @@ const zme = (t) => function() {
|
|
|
49025
49021
|
}, [
|
|
49026
49022
|
h.icon ? (L(), j("div", {
|
|
49027
49023
|
key: 0,
|
|
49028
|
-
class:
|
|
49024
|
+
class: Re(["vc-app-menu-item__icon tw-w-[var(--app-menu-item-icon-width)]", {
|
|
49029
49025
|
"tw-p-0": !c.expand
|
|
49030
49026
|
}])
|
|
49031
49027
|
}, [
|
|
49032
49028
|
me(k(lt), {
|
|
49033
|
-
class: "tw-
|
|
49029
|
+
class: "tw-text-center",
|
|
49034
49030
|
icon: h.icon,
|
|
49035
49031
|
size: "m"
|
|
49036
49032
|
}, null, 8, ["icon"])
|
|
@@ -49099,7 +49095,7 @@ const zme = (t) => function() {
|
|
|
49099
49095
|
class: "tw-text-[#319ed4] tw-flex tw-justify-end tw-items-center tw-p-4 tw-cursor-pointer"
|
|
49100
49096
|
}, Tae = {
|
|
49101
49097
|
key: 1,
|
|
49102
|
-
class: "tw-pl-[
|
|
49098
|
+
class: "tw-pl-[19px] tw-pb-2"
|
|
49103
49099
|
}, Aae = /* @__PURE__ */ Ue({
|
|
49104
49100
|
__name: "vc-app-menu",
|
|
49105
49101
|
props: {
|
|
@@ -49118,10 +49114,10 @@ const zme = (t) => function() {
|
|
|
49118
49114
|
isMobileVisible: a
|
|
49119
49115
|
}), (u, c) => s.value ? (L(), j("div", {
|
|
49120
49116
|
key: 0,
|
|
49121
|
-
class:
|
|
49117
|
+
class: Re(["vc-app-menu tw-relative tw-w-[var(--app-menu-width)] [transition:width_300ms_cubic-bezier(0.2,0,0,1)_0s] tw-pt-[22px]", {
|
|
49122
49118
|
"vc-app-menu_mobile tw-hidden !tw-fixed !tw-left-0 !tw-top-0 !tw-w-full !tw-bottom-0 !tw-z-[9999]": u.$isMobile.value,
|
|
49123
49119
|
"!tw-block": a.value,
|
|
49124
|
-
"!tw-w-[
|
|
49120
|
+
"!tw-w-[var(--app-menu-width-collapse)]": u.$isDesktop.value && !k(r)
|
|
49125
49121
|
}]),
|
|
49126
49122
|
onMouseenter: c[3] || (c[3] = (f) => !k(r) && l(!0)),
|
|
49127
49123
|
onMouseover: c[4] || (c[4] = (f) => !k(r) && l(!0)),
|
|
@@ -49133,9 +49129,9 @@ const zme = (t) => function() {
|
|
|
49133
49129
|
onClick: c[0] || (c[0] = (f) => a.value = !1)
|
|
49134
49130
|
})) : re("", !0),
|
|
49135
49131
|
ee("div", {
|
|
49136
|
-
class:
|
|
49132
|
+
class: Re(["!tw-absolute vc-app-menu__inner tw-flex tw-flex-col tw-h-full [transition:width_300ms_cubic-bezier(0.2,0,0,1)_0s] tw-z-[9999] tw-top-0 tw-bottom-0 tw-bg-[color:var(--app-background)] tw-shadow-[inset_0px_2px_5px_0px_#3654751A]", {
|
|
49137
49133
|
"tw-left-0 tw-pt-[22px]": u.$isDesktop.value,
|
|
49138
|
-
"!tw-w-[
|
|
49134
|
+
"!tw-w-[var(--app-menu-width-collapse)] !tw-shadow-[inset_4px_2px_5px_0px_#3654751A]": u.$isDesktop.value && !k(r) && !i.value,
|
|
49139
49135
|
"tw-w-[var(--app-menu-width)]": u.$isDesktop.value && (k(r) || i.value),
|
|
49140
49136
|
"tw-shadow-none": u.$isDesktop.value && k(r)
|
|
49141
49137
|
}])
|
|
@@ -49167,9 +49163,9 @@ const zme = (t) => function() {
|
|
|
49167
49163
|
}, {
|
|
49168
49164
|
default: de(() => [
|
|
49169
49165
|
ee("div", {
|
|
49170
|
-
class:
|
|
49171
|
-
"tw-px-[
|
|
49172
|
-
"tw-pl-[
|
|
49166
|
+
class: Re(["tw-gap-[5px] tw-flex tw-flex-col tw-h-full", {
|
|
49167
|
+
"tw-px-[19px]": u.$isDesktop.value && (k(r) || i.value) || u.$isMobile.value,
|
|
49168
|
+
"tw-pl-[19px] tw-pr-[4px]": u.$isDesktop.value && !k(r) && !i.value
|
|
49173
49169
|
}])
|
|
49174
49170
|
}, [
|
|
49175
49171
|
u.$isDesktop.value ? re("", !0) : Ce(u.$slots, "mobile", { key: 0 }),
|
|
@@ -49207,6 +49203,7 @@ const zme = (t) => function() {
|
|
|
49207
49203
|
logo: {},
|
|
49208
49204
|
version: {},
|
|
49209
49205
|
title: {},
|
|
49206
|
+
avatar: {},
|
|
49210
49207
|
disableMenu: { type: Boolean }
|
|
49211
49208
|
},
|
|
49212
49209
|
setup(t) {
|
|
@@ -49239,7 +49236,7 @@ const zme = (t) => function() {
|
|
|
49239
49236
|
const w = nt("VcLoading"), v = nt("VcAppSwitcher"), _ = nt("VcBladeNavigation");
|
|
49240
49237
|
return b.isReady ? (L(), j("div", {
|
|
49241
49238
|
key: 1,
|
|
49242
|
-
class:
|
|
49239
|
+
class: Re(["vc-app tw-flex tw-flex-col tw-w-full tw-h-full tw-box-border tw-m-0 tw-overflow-hidden tw-text-base", [
|
|
49243
49240
|
{
|
|
49244
49241
|
"vc-app_touch": b.$isTouch,
|
|
49245
49242
|
"vc-app_mobile": b.$isMobile.value
|
|
@@ -49280,7 +49277,7 @@ const zme = (t) => function() {
|
|
|
49280
49277
|
key: 1,
|
|
49281
49278
|
userDropdown: k(Od)
|
|
49282
49279
|
}, () => [
|
|
49283
|
-
me(k(Od))
|
|
49280
|
+
me(k(Od), { "avatar-url": b.avatar }, null, 8, ["avatar-url"])
|
|
49284
49281
|
]) : re("", !0)
|
|
49285
49282
|
])
|
|
49286
49283
|
]),
|
|
@@ -49353,7 +49350,7 @@ const zme = (t) => function() {
|
|
|
49353
49350
|
key: 0,
|
|
49354
49351
|
ref_key: "tooltipIconRef",
|
|
49355
49352
|
ref: a,
|
|
49356
|
-
class:
|
|
49353
|
+
class: Re([{
|
|
49357
49354
|
"!tw-bg-[color:var(--blade-not-edited)]": !f.modified,
|
|
49358
49355
|
"!tw-bg-[color:var(--blade-edited)]": f.modified
|
|
49359
49356
|
}, "tw-block tw-w-[7px] tw-h-[7px] tw-rounded-full tw-z-[1] tw-mr-2"]),
|
|
@@ -49378,7 +49375,7 @@ const zme = (t) => function() {
|
|
|
49378
49375
|
])) : re("", !0),
|
|
49379
49376
|
ee("div", kae, [
|
|
49380
49377
|
ee("div", {
|
|
49381
|
-
class:
|
|
49378
|
+
class: Re(["tw-text-[color:var(--blade-header-title-color)] tw-text-lg/[23px] tw-truncate", {
|
|
49382
49379
|
"!tw-text-[length:var(--blade-header-title-font-size)] tw-font-medium": !f.subtitle
|
|
49383
49380
|
}])
|
|
49384
49381
|
}, be(f.title), 3),
|
|
@@ -49464,7 +49461,7 @@ const zme = (t) => function() {
|
|
|
49464
49461
|
m.clickHandler && typeof m.clickHandler == "function" && (m.clickHandler(), d());
|
|
49465
49462
|
}
|
|
49466
49463
|
return (m, p) => (L(), j("div", {
|
|
49467
|
-
class:
|
|
49464
|
+
class: Re(["vc-blade-toolbar-button", {
|
|
49468
49465
|
"vc-blade-toolbar-button_disabled": m.disabled || a.value,
|
|
49469
49466
|
"tw-border-l tw-border-solid tw-border-[color:#eef0f2]": m.separator === "left"
|
|
49470
49467
|
}]),
|
|
@@ -49533,7 +49530,7 @@ const zme = (t) => function() {
|
|
|
49533
49530
|
}
|
|
49534
49531
|
return (a, s) => i() ? (L(), j("div", {
|
|
49535
49532
|
key: 0,
|
|
49536
|
-
class:
|
|
49533
|
+
class: Re(["tw-h-[var(--blade-toolbar-height)] tw-bg-[color:var(--blade-toolbar-background-color)] tw-border-b-[color:#eaedf3] tw-border-solid tw-border-b tw-flex tw-box-border tw-w-full tw-content-center tw-items-stretch tw-shrink-0", { "!tw-h-[var(--blade-toolbar-height-expanded)]": n.value }])
|
|
49537
49534
|
}, [
|
|
49538
49535
|
ee("div", Bae, [
|
|
49539
49536
|
(L(!0), j(Ye, null, mt(a.items, (o) => (L(), j(Ye, {
|
|
@@ -49601,7 +49598,7 @@ const zme = (t) => function() {
|
|
|
49601
49598
|
}
|
|
49602
49599
|
});
|
|
49603
49600
|
return (d, h) => (L(), j("div", {
|
|
49604
|
-
class:
|
|
49601
|
+
class: Re(["vc-blade tw-relative tw-flex tw-shrink-0 tw-flex-col tw-bg-[color:var(--blade-background-color)] tw-rounded-[var(--blade-border-radius)] tw-shadow-[2px_2px_8px_rgba(54,84,117,0.14)] tw-my-4 tw-mx-2 tw-overflow-hidden tw-transition-[width] tw-duration-200", [
|
|
49605
49602
|
d.$attrs.class,
|
|
49606
49603
|
{
|
|
49607
49604
|
"!tw-w-full": d.$isMobile.value,
|
|
@@ -49663,7 +49660,7 @@ const zme = (t) => function() {
|
|
|
49663
49660
|
}, null, 8, ["items"]),
|
|
49664
49661
|
ee("div", qae, [
|
|
49665
49662
|
ee("div", {
|
|
49666
|
-
class:
|
|
49663
|
+
class: Re(["tw-flex tw-flex-row tw-h-full", {
|
|
49667
49664
|
"tw-flex-col": d.$isMobile.value
|
|
49668
49665
|
}])
|
|
49669
49666
|
}, [
|
|
@@ -49671,7 +49668,7 @@ const zme = (t) => function() {
|
|
|
49671
49668
|
En(ee("div", {
|
|
49672
49669
|
ref_key: "widgetsRef",
|
|
49673
49670
|
ref: a,
|
|
49674
|
-
class:
|
|
49671
|
+
class: Re(["vc-blade__widgets tw-flex", {
|
|
49675
49672
|
"tw-w-[var(--blade-widgets-width)] tw-flex-col": d.$isDesktop.value && !k(o),
|
|
49676
49673
|
"tw-w-[var(--blade-widgets-width-expanded)] tw-flex-col": d.$isDesktop.value && k(o),
|
|
49677
49674
|
"tw-w-auto tw-border-t tw-border-solid tw-border-t-[#eaedf3] tw-flex-row": d.$isMobile.value
|
|
@@ -49680,7 +49677,7 @@ const zme = (t) => function() {
|
|
|
49680
49677
|
ee("div", {
|
|
49681
49678
|
ref_key: "widgetsContainerRef",
|
|
49682
49679
|
ref: s,
|
|
49683
|
-
class:
|
|
49680
|
+
class: Re(["vc-blade__widget-container tw-flex tw-overflow-y-auto", {
|
|
49684
49681
|
"tw-flex-col tw-overflow-x-clip": d.$isDesktop.value,
|
|
49685
49682
|
"tw-flex-row": d.$isMobile.value
|
|
49686
49683
|
}])
|
|
@@ -49688,13 +49685,13 @@ const zme = (t) => function() {
|
|
|
49688
49685
|
Ce(d.$slots, "widgets", { isExpanded: k(o) })
|
|
49689
49686
|
], 2),
|
|
49690
49687
|
ee("div", {
|
|
49691
|
-
class:
|
|
49688
|
+
class: Re(["tw-flex tw-flex-auto", {
|
|
49692
49689
|
"tw-flex-col tw-justify-end": d.$isDesktop.value,
|
|
49693
49690
|
"tw-w-12 tw-max-w-12 tw-bg-white tw-items-center tw-justify-center tw-px-4 tw-ml-auto": d.$isMobile.value
|
|
49694
49691
|
}])
|
|
49695
49692
|
}, [
|
|
49696
49693
|
me(k(lt), {
|
|
49697
|
-
class:
|
|
49694
|
+
class: Re(["tw-self-center tw-justify-self-center tw-text-[#a1c0d4] tw-cursor-pointer hover:tw-text-[#7ea8c4]", {
|
|
49698
49695
|
"tw-mb-4": d.$isDesktop.value
|
|
49699
49696
|
}]),
|
|
49700
49697
|
icon: `fas fa-chevron-${d.$isDesktop.value ? k(o) ? "right" : "left" : k(o) ? "up" : "down"}`,
|
|
@@ -49974,7 +49971,7 @@ const zme = (t) => function() {
|
|
|
49974
49971
|
n.value = !1;
|
|
49975
49972
|
}
|
|
49976
49973
|
return (i, a) => En((L(), j("div", {
|
|
49977
|
-
class:
|
|
49974
|
+
class: Re(["vc-gallery-item", {
|
|
49978
49975
|
"vc-gallery-item_readonly": i.readonly,
|
|
49979
49976
|
"vc-gallery-item_hover": n.value
|
|
49980
49977
|
}]),
|
|
@@ -50109,7 +50106,7 @@ const zme = (t) => function() {
|
|
|
50109
50106
|
ee("div", rse, [
|
|
50110
50107
|
(L(!0), j(Ye, null, mt(l.images, (c, f) => (L(), j("div", {
|
|
50111
50108
|
key: f,
|
|
50112
|
-
class:
|
|
50109
|
+
class: Re(["tw-m-1 tw-opacity-60", {
|
|
50113
50110
|
"vc-gallery-preview__images-item_current": f === r.value
|
|
50114
50111
|
}])
|
|
50115
50112
|
}, [
|
|
@@ -53845,10 +53842,10 @@ function ik(t, e) {
|
|
|
53845
53842
|
return t.attrs[n].value;
|
|
53846
53843
|
return null;
|
|
53847
53844
|
}
|
|
53848
|
-
var
|
|
53845
|
+
var Le;
|
|
53849
53846
|
(function(t) {
|
|
53850
53847
|
t.HTML = "http://www.w3.org/1999/xhtml", t.MATHML = "http://www.w3.org/1998/Math/MathML", t.SVG = "http://www.w3.org/2000/svg", t.XLINK = "http://www.w3.org/1999/xlink", t.XML = "http://www.w3.org/XML/1998/namespace", t.XMLNS = "http://www.w3.org/2000/xmlns/";
|
|
53851
|
-
})(
|
|
53848
|
+
})(Le = Le || (Le = {}));
|
|
53852
53849
|
var qs;
|
|
53853
53850
|
(function(t) {
|
|
53854
53851
|
t.TYPE = "type", t.ACTION = "action", t.ENCODING = "encoding", t.PROMPT = "prompt", t.NAME = "name", t.COLOR = "color", t.FACE = "face", t.SIZE = "size";
|
|
@@ -53994,7 +53991,7 @@ function sm(t) {
|
|
|
53994
53991
|
return (e = Nue.get(t)) !== null && e !== void 0 ? e : S.UNKNOWN;
|
|
53995
53992
|
}
|
|
53996
53993
|
const Je = S, Cue = {
|
|
53997
|
-
[
|
|
53994
|
+
[Le.HTML]: /* @__PURE__ */ new Set([
|
|
53998
53995
|
Je.ADDRESS,
|
|
53999
53996
|
Je.APPLET,
|
|
54000
53997
|
Je.AREA,
|
|
@@ -54077,11 +54074,11 @@ const Je = S, Cue = {
|
|
|
54077
54074
|
Je.WBR,
|
|
54078
54075
|
Je.XMP
|
|
54079
54076
|
]),
|
|
54080
|
-
[
|
|
54081
|
-
[
|
|
54082
|
-
[
|
|
54083
|
-
[
|
|
54084
|
-
[
|
|
54077
|
+
[Le.MATHML]: /* @__PURE__ */ new Set([Je.MI, Je.MO, Je.MN, Je.MS, Je.MTEXT, Je.ANNOTATION_XML]),
|
|
54078
|
+
[Le.SVG]: /* @__PURE__ */ new Set([Je.TITLE, Je.FOREIGN_OBJECT, Je.DESC]),
|
|
54079
|
+
[Le.XLINK]: /* @__PURE__ */ new Set(),
|
|
54080
|
+
[Le.XML]: /* @__PURE__ */ new Set(),
|
|
54081
|
+
[Le.XMLNS]: /* @__PURE__ */ new Set()
|
|
54085
54082
|
};
|
|
54086
54083
|
function ak(t) {
|
|
54087
54084
|
return t === Je.H1 || t === Je.H2 || t === Je.H3 || t === Je.H4 || t === Je.H5 || t === Je.H6;
|
|
@@ -56150,24 +56147,24 @@ const uk = /* @__PURE__ */ new Set([S.DD, S.DT, S.LI, S.OPTGROUP, S.OPTION, S.P,
|
|
|
56150
56147
|
S.THEAD,
|
|
56151
56148
|
S.TR
|
|
56152
56149
|
]), kd = /* @__PURE__ */ new Map([
|
|
56153
|
-
[S.APPLET,
|
|
56154
|
-
[S.CAPTION,
|
|
56155
|
-
[S.HTML,
|
|
56156
|
-
[S.MARQUEE,
|
|
56157
|
-
[S.OBJECT,
|
|
56158
|
-
[S.TABLE,
|
|
56159
|
-
[S.TD,
|
|
56160
|
-
[S.TEMPLATE,
|
|
56161
|
-
[S.TH,
|
|
56162
|
-
[S.ANNOTATION_XML,
|
|
56163
|
-
[S.MI,
|
|
56164
|
-
[S.MN,
|
|
56165
|
-
[S.MO,
|
|
56166
|
-
[S.MS,
|
|
56167
|
-
[S.MTEXT,
|
|
56168
|
-
[S.DESC,
|
|
56169
|
-
[S.FOREIGN_OBJECT,
|
|
56170
|
-
[S.TITLE,
|
|
56150
|
+
[S.APPLET, Le.HTML],
|
|
56151
|
+
[S.CAPTION, Le.HTML],
|
|
56152
|
+
[S.HTML, Le.HTML],
|
|
56153
|
+
[S.MARQUEE, Le.HTML],
|
|
56154
|
+
[S.OBJECT, Le.HTML],
|
|
56155
|
+
[S.TABLE, Le.HTML],
|
|
56156
|
+
[S.TD, Le.HTML],
|
|
56157
|
+
[S.TEMPLATE, Le.HTML],
|
|
56158
|
+
[S.TH, Le.HTML],
|
|
56159
|
+
[S.ANNOTATION_XML, Le.MATHML],
|
|
56160
|
+
[S.MI, Le.MATHML],
|
|
56161
|
+
[S.MN, Le.MATHML],
|
|
56162
|
+
[S.MO, Le.MATHML],
|
|
56163
|
+
[S.MS, Le.MATHML],
|
|
56164
|
+
[S.MTEXT, Le.MATHML],
|
|
56165
|
+
[S.DESC, Le.SVG],
|
|
56166
|
+
[S.FOREIGN_OBJECT, Le.SVG],
|
|
56167
|
+
[S.TITLE, Le.SVG]
|
|
56171
56168
|
]), Mue = [S.H1, S.H2, S.H3, S.H4, S.H5, S.H6], $ue = [S.TR, S.TEMPLATE, S.HTML], Fue = [S.TBODY, S.TFOOT, S.THEAD, S.TEMPLATE, S.HTML], Bue = [S.TABLE, S.TEMPLATE, S.HTML], Uue = [S.TD, S.TH];
|
|
56172
56169
|
class Hue {
|
|
56173
56170
|
get currentTmplContentOrNode() {
|
|
@@ -56182,7 +56179,7 @@ class Hue {
|
|
|
56182
56179
|
}
|
|
56183
56180
|
//Update current element
|
|
56184
56181
|
_isInTemplate() {
|
|
56185
|
-
return this.currentTagId === S.TEMPLATE && this.treeAdapter.getNamespaceURI(this.current) ===
|
|
56182
|
+
return this.currentTagId === S.TEMPLATE && this.treeAdapter.getNamespaceURI(this.current) === Le.HTML;
|
|
56186
56183
|
}
|
|
56187
56184
|
_updateCurrentElement() {
|
|
56188
56185
|
this.current = this.items[this.stackTop], this.currentTagId = this.tagIDs[this.stackTop];
|
|
@@ -56207,7 +56204,7 @@ class Hue {
|
|
|
56207
56204
|
let n = this.stackTop + 1;
|
|
56208
56205
|
do
|
|
56209
56206
|
n = this.tagIDs.lastIndexOf(e, n - 1);
|
|
56210
|
-
while (n > 0 && this.treeAdapter.getNamespaceURI(this.items[n]) !==
|
|
56207
|
+
while (n > 0 && this.treeAdapter.getNamespaceURI(this.items[n]) !== Le.HTML);
|
|
56211
56208
|
this.shortenToLength(n < 0 ? 0 : n);
|
|
56212
56209
|
}
|
|
56213
56210
|
shortenToLength(e) {
|
|
@@ -56225,10 +56222,10 @@ class Hue {
|
|
|
56225
56222
|
this.shortenToLength(r < 0 ? 0 : r);
|
|
56226
56223
|
}
|
|
56227
56224
|
popUntilNumberedHeaderPopped() {
|
|
56228
|
-
this.popUntilPopped(Mue,
|
|
56225
|
+
this.popUntilPopped(Mue, Le.HTML);
|
|
56229
56226
|
}
|
|
56230
56227
|
popUntilTableCellPopped() {
|
|
56231
|
-
this.popUntilPopped(Uue,
|
|
56228
|
+
this.popUntilPopped(Uue, Le.HTML);
|
|
56232
56229
|
}
|
|
56233
56230
|
popAllUpToHtmlElement() {
|
|
56234
56231
|
this.tmplCount = 0, this.shortenToLength(1);
|
|
@@ -56244,13 +56241,13 @@ class Hue {
|
|
|
56244
56241
|
this.shortenToLength(r + 1);
|
|
56245
56242
|
}
|
|
56246
56243
|
clearBackToTableContext() {
|
|
56247
|
-
this.clearBackTo(Bue,
|
|
56244
|
+
this.clearBackTo(Bue, Le.HTML);
|
|
56248
56245
|
}
|
|
56249
56246
|
clearBackToTableBodyContext() {
|
|
56250
|
-
this.clearBackTo(Fue,
|
|
56247
|
+
this.clearBackTo(Fue, Le.HTML);
|
|
56251
56248
|
}
|
|
56252
56249
|
clearBackToTableRowContext() {
|
|
56253
|
-
this.clearBackTo($ue,
|
|
56250
|
+
this.clearBackTo($ue, Le.HTML);
|
|
56254
56251
|
}
|
|
56255
56252
|
remove(e) {
|
|
56256
56253
|
const n = this._indexOf(e);
|
|
@@ -56274,7 +56271,7 @@ class Hue {
|
|
|
56274
56271
|
hasInScope(e) {
|
|
56275
56272
|
for (let n = this.stackTop; n >= 0; n--) {
|
|
56276
56273
|
const r = this.tagIDs[n], i = this.treeAdapter.getNamespaceURI(this.items[n]);
|
|
56277
|
-
if (r === e && i ===
|
|
56274
|
+
if (r === e && i === Le.HTML)
|
|
56278
56275
|
return !0;
|
|
56279
56276
|
if (kd.get(r) === i)
|
|
56280
56277
|
return !1;
|
|
@@ -56284,7 +56281,7 @@ class Hue {
|
|
|
56284
56281
|
hasNumberedHeaderInScope() {
|
|
56285
56282
|
for (let e = this.stackTop; e >= 0; e--) {
|
|
56286
56283
|
const n = this.tagIDs[e], r = this.treeAdapter.getNamespaceURI(this.items[e]);
|
|
56287
|
-
if (ak(n) && r ===
|
|
56284
|
+
if (ak(n) && r === Le.HTML)
|
|
56288
56285
|
return !0;
|
|
56289
56286
|
if (kd.get(n) === r)
|
|
56290
56287
|
return !1;
|
|
@@ -56294,9 +56291,9 @@ class Hue {
|
|
|
56294
56291
|
hasInListItemScope(e) {
|
|
56295
56292
|
for (let n = this.stackTop; n >= 0; n--) {
|
|
56296
56293
|
const r = this.tagIDs[n], i = this.treeAdapter.getNamespaceURI(this.items[n]);
|
|
56297
|
-
if (r === e && i ===
|
|
56294
|
+
if (r === e && i === Le.HTML)
|
|
56298
56295
|
return !0;
|
|
56299
|
-
if ((r === S.UL || r === S.OL) && i ===
|
|
56296
|
+
if ((r === S.UL || r === S.OL) && i === Le.HTML || kd.get(r) === i)
|
|
56300
56297
|
return !1;
|
|
56301
56298
|
}
|
|
56302
56299
|
return !0;
|
|
@@ -56304,9 +56301,9 @@ class Hue {
|
|
|
56304
56301
|
hasInButtonScope(e) {
|
|
56305
56302
|
for (let n = this.stackTop; n >= 0; n--) {
|
|
56306
56303
|
const r = this.tagIDs[n], i = this.treeAdapter.getNamespaceURI(this.items[n]);
|
|
56307
|
-
if (r === e && i ===
|
|
56304
|
+
if (r === e && i === Le.HTML)
|
|
56308
56305
|
return !0;
|
|
56309
|
-
if (r === S.BUTTON && i ===
|
|
56306
|
+
if (r === S.BUTTON && i === Le.HTML || kd.get(r) === i)
|
|
56310
56307
|
return !1;
|
|
56311
56308
|
}
|
|
56312
56309
|
return !0;
|
|
@@ -56314,7 +56311,7 @@ class Hue {
|
|
|
56314
56311
|
hasInTableScope(e) {
|
|
56315
56312
|
for (let n = this.stackTop; n >= 0; n--) {
|
|
56316
56313
|
const r = this.tagIDs[n];
|
|
56317
|
-
if (this.treeAdapter.getNamespaceURI(this.items[n]) ===
|
|
56314
|
+
if (this.treeAdapter.getNamespaceURI(this.items[n]) === Le.HTML) {
|
|
56318
56315
|
if (r === e)
|
|
56319
56316
|
return !0;
|
|
56320
56317
|
if (r === S.TABLE || r === S.TEMPLATE || r === S.HTML)
|
|
@@ -56326,7 +56323,7 @@ class Hue {
|
|
|
56326
56323
|
hasTableBodyContextInTableScope() {
|
|
56327
56324
|
for (let e = this.stackTop; e >= 0; e--) {
|
|
56328
56325
|
const n = this.tagIDs[e];
|
|
56329
|
-
if (this.treeAdapter.getNamespaceURI(this.items[e]) ===
|
|
56326
|
+
if (this.treeAdapter.getNamespaceURI(this.items[e]) === Le.HTML) {
|
|
56330
56327
|
if (n === S.TBODY || n === S.THEAD || n === S.TFOOT)
|
|
56331
56328
|
return !0;
|
|
56332
56329
|
if (n === S.TABLE || n === S.HTML)
|
|
@@ -56338,7 +56335,7 @@ class Hue {
|
|
|
56338
56335
|
hasInSelectScope(e) {
|
|
56339
56336
|
for (let n = this.stackTop; n >= 0; n--) {
|
|
56340
56337
|
const r = this.tagIDs[n];
|
|
56341
|
-
if (this.treeAdapter.getNamespaceURI(this.items[n]) ===
|
|
56338
|
+
if (this.treeAdapter.getNamespaceURI(this.items[n]) === Le.HTML) {
|
|
56342
56339
|
if (r === e)
|
|
56343
56340
|
return !0;
|
|
56344
56341
|
if (r !== S.OPTION && r !== S.OPTGROUP)
|
|
@@ -56755,18 +56752,18 @@ const hT = {
|
|
|
56755
56752
|
"yChannelSelector",
|
|
56756
56753
|
"zoomAndPan"
|
|
56757
56754
|
].map((t) => [t.toLowerCase(), t])), Zue = /* @__PURE__ */ new Map([
|
|
56758
|
-
["xlink:actuate", { prefix: "xlink", name: "actuate", namespace:
|
|
56759
|
-
["xlink:arcrole", { prefix: "xlink", name: "arcrole", namespace:
|
|
56760
|
-
["xlink:href", { prefix: "xlink", name: "href", namespace:
|
|
56761
|
-
["xlink:role", { prefix: "xlink", name: "role", namespace:
|
|
56762
|
-
["xlink:show", { prefix: "xlink", name: "show", namespace:
|
|
56763
|
-
["xlink:title", { prefix: "xlink", name: "title", namespace:
|
|
56764
|
-
["xlink:type", { prefix: "xlink", name: "type", namespace:
|
|
56765
|
-
["xml:base", { prefix: "xml", name: "base", namespace:
|
|
56766
|
-
["xml:lang", { prefix: "xml", name: "lang", namespace:
|
|
56767
|
-
["xml:space", { prefix: "xml", name: "space", namespace:
|
|
56768
|
-
["xmlns", { prefix: "", name: "xmlns", namespace:
|
|
56769
|
-
["xmlns:xlink", { prefix: "xmlns", name: "xlink", namespace:
|
|
56755
|
+
["xlink:actuate", { prefix: "xlink", name: "actuate", namespace: Le.XLINK }],
|
|
56756
|
+
["xlink:arcrole", { prefix: "xlink", name: "arcrole", namespace: Le.XLINK }],
|
|
56757
|
+
["xlink:href", { prefix: "xlink", name: "href", namespace: Le.XLINK }],
|
|
56758
|
+
["xlink:role", { prefix: "xlink", name: "role", namespace: Le.XLINK }],
|
|
56759
|
+
["xlink:show", { prefix: "xlink", name: "show", namespace: Le.XLINK }],
|
|
56760
|
+
["xlink:title", { prefix: "xlink", name: "title", namespace: Le.XLINK }],
|
|
56761
|
+
["xlink:type", { prefix: "xlink", name: "type", namespace: Le.XLINK }],
|
|
56762
|
+
["xml:base", { prefix: "xml", name: "base", namespace: Le.XML }],
|
|
56763
|
+
["xml:lang", { prefix: "xml", name: "lang", namespace: Le.XML }],
|
|
56764
|
+
["xml:space", { prefix: "xml", name: "space", namespace: Le.XML }],
|
|
56765
|
+
["xmlns", { prefix: "", name: "xmlns", namespace: Le.XMLNS }],
|
|
56766
|
+
["xmlns:xlink", { prefix: "xmlns", name: "xlink", namespace: Le.XMLNS }]
|
|
56770
56767
|
]), ece = new Map([
|
|
56771
56768
|
"altGlyph",
|
|
56772
56769
|
"altGlyphDef",
|
|
@@ -56878,20 +56875,20 @@ function rce(t) {
|
|
|
56878
56875
|
e != null && (t.tagName = e, t.tagID = sm(t.tagName));
|
|
56879
56876
|
}
|
|
56880
56877
|
function ice(t, e) {
|
|
56881
|
-
return e ===
|
|
56878
|
+
return e === Le.MATHML && (t === S.MI || t === S.MO || t === S.MN || t === S.MS || t === S.MTEXT);
|
|
56882
56879
|
}
|
|
56883
56880
|
function ace(t, e, n) {
|
|
56884
|
-
if (e ===
|
|
56881
|
+
if (e === Le.MATHML && t === S.ANNOTATION_XML) {
|
|
56885
56882
|
for (let r = 0; r < n.length; r++)
|
|
56886
56883
|
if (n[r].name === qs.ENCODING) {
|
|
56887
56884
|
const i = n[r].value.toLowerCase();
|
|
56888
56885
|
return i === hT.TEXT_HTML || i === hT.APPLICATION_XML;
|
|
56889
56886
|
}
|
|
56890
56887
|
}
|
|
56891
|
-
return e ===
|
|
56888
|
+
return e === Le.SVG && (t === S.FOREIGN_OBJECT || t === S.DESC || t === S.TITLE);
|
|
56892
56889
|
}
|
|
56893
56890
|
function sce(t, e, n, r) {
|
|
56894
|
-
return (!r || r ===
|
|
56891
|
+
return (!r || r === Le.HTML) && ace(t, e, n) || (!r || r === Le.MATHML) && ice(t, e);
|
|
56895
56892
|
}
|
|
56896
56893
|
const oce = "hidden", lce = 8, uce = 3;
|
|
56897
56894
|
var he;
|
|
@@ -56928,8 +56925,8 @@ let vk = class {
|
|
|
56928
56925
|
...pT,
|
|
56929
56926
|
...n
|
|
56930
56927
|
};
|
|
56931
|
-
e ?? (e = r.treeAdapter.createElement(Se.TEMPLATE,
|
|
56932
|
-
const i = r.treeAdapter.createElement("documentmock",
|
|
56928
|
+
e ?? (e = r.treeAdapter.createElement(Se.TEMPLATE, Le.HTML, []));
|
|
56929
|
+
const i = r.treeAdapter.createElement("documentmock", Le.HTML, []), a = new this(r, i, e);
|
|
56933
56930
|
return a.fragmentContextID === S.TEMPLATE && a.tmplInsertionModeStack.unshift(he.IN_TEMPLATE), a._initTokenizerForFragmentParsing(), a._insertFakeRootElement(), a._resetInsertionMode(), a._findFormInFragmentContext(), a;
|
|
56934
56931
|
}
|
|
56935
56932
|
getFragment() {
|
|
@@ -56965,11 +56962,11 @@ let vk = class {
|
|
|
56965
56962
|
}
|
|
56966
56963
|
}
|
|
56967
56964
|
_setContextModes(e, n) {
|
|
56968
|
-
const r = e === this.document || this.treeAdapter.getNamespaceURI(e) ===
|
|
56965
|
+
const r = e === this.document || this.treeAdapter.getNamespaceURI(e) === Le.HTML;
|
|
56969
56966
|
this.currentNotInHTML = !r, this.tokenizer.inForeignNode = !r && !this._isIntegrationPoint(n, e);
|
|
56970
56967
|
}
|
|
56971
56968
|
_switchToTextParsing(e, n) {
|
|
56972
|
-
this._insertElement(e,
|
|
56969
|
+
this._insertElement(e, Le.HTML), this.tokenizer.state = n, this.originalInsertionMode = this.insertionMode, this.insertionMode = he.TEXT;
|
|
56973
56970
|
}
|
|
56974
56971
|
switchToPlaintextParsing() {
|
|
56975
56972
|
this.insertionMode = he.TEXT, this.originalInsertionMode = he.IN_BODY, this.tokenizer.state = si.PLAINTEXT;
|
|
@@ -56989,7 +56986,7 @@ let vk = class {
|
|
|
56989
56986
|
}
|
|
56990
56987
|
}
|
|
56991
56988
|
_initTokenizerForFragmentParsing() {
|
|
56992
|
-
if (!(!this.fragmentContext || this.treeAdapter.getNamespaceURI(this.fragmentContext) !==
|
|
56989
|
+
if (!(!this.fragmentContext || this.treeAdapter.getNamespaceURI(this.fragmentContext) !== Le.HTML))
|
|
56993
56990
|
switch (this.fragmentContextID) {
|
|
56994
56991
|
case S.TITLE:
|
|
56995
56992
|
case S.TEXTAREA: {
|
|
@@ -57047,15 +57044,15 @@ let vk = class {
|
|
|
57047
57044
|
this._attachElementToTree(r, e.location), this.openElements.push(r, e.tagID);
|
|
57048
57045
|
}
|
|
57049
57046
|
_insertFakeElement(e, n) {
|
|
57050
|
-
const r = this.treeAdapter.createElement(e,
|
|
57047
|
+
const r = this.treeAdapter.createElement(e, Le.HTML, []);
|
|
57051
57048
|
this._attachElementToTree(r, null), this.openElements.push(r, n);
|
|
57052
57049
|
}
|
|
57053
57050
|
_insertTemplate(e) {
|
|
57054
|
-
const n = this.treeAdapter.createElement(e.tagName,
|
|
57051
|
+
const n = this.treeAdapter.createElement(e.tagName, Le.HTML, e.attrs), r = this.treeAdapter.createDocumentFragment();
|
|
57055
57052
|
this.treeAdapter.setTemplateContent(n, r), this._attachElementToTree(n, e.location), this.openElements.push(n, e.tagID), this.options.sourceCodeLocationInfo && this.treeAdapter.setNodeSourceCodeLocation(r, null);
|
|
57056
57053
|
}
|
|
57057
57054
|
_insertFakeRootElement() {
|
|
57058
|
-
const e = this.treeAdapter.createElement(Se.HTML,
|
|
57055
|
+
const e = this.treeAdapter.createElement(Se.HTML, Le.HTML, []);
|
|
57059
57056
|
this.options.sourceCodeLocationInfo && this.treeAdapter.setNodeSourceCodeLocation(e, null), this.treeAdapter.appendChild(this.openElements.current, e), this.openElements.push(e, S.HTML);
|
|
57060
57057
|
}
|
|
57061
57058
|
_appendCommentNode(e, n) {
|
|
@@ -57101,11 +57098,11 @@ let vk = class {
|
|
|
57101
57098
|
if (!this.currentNotInHTML)
|
|
57102
57099
|
return !1;
|
|
57103
57100
|
let n, r;
|
|
57104
|
-
return this.openElements.stackTop === 0 && this.fragmentContext ? (n = this.fragmentContext, r = this.fragmentContextID) : { current: n, currentTagId: r } = this.openElements, e.tagID === S.SVG && this.treeAdapter.getTagName(n) === Se.ANNOTATION_XML && this.treeAdapter.getNamespaceURI(n) ===
|
|
57101
|
+
return this.openElements.stackTop === 0 && this.fragmentContext ? (n = this.fragmentContext, r = this.fragmentContextID) : { current: n, currentTagId: r } = this.openElements, e.tagID === S.SVG && this.treeAdapter.getTagName(n) === Se.ANNOTATION_XML && this.treeAdapter.getNamespaceURI(n) === Le.MATHML ? !1 : (
|
|
57105
57102
|
// Check that `current` is not an integration point for HTML or MathML elements.
|
|
57106
57103
|
this.tokenizer.inForeignNode || // If it _is_ an integration point, then we might have to check that it is not an HTML
|
|
57107
57104
|
// integration point.
|
|
57108
|
-
(e.tagID === S.MGLYPH || e.tagID === S.MALIGNMARK) && !this._isIntegrationPoint(r, n,
|
|
57105
|
+
(e.tagID === S.MGLYPH || e.tagID === S.MALIGNMARK) && !this._isIntegrationPoint(r, n, Le.HTML)
|
|
57109
57106
|
);
|
|
57110
57107
|
}
|
|
57111
57108
|
_processToken(e) {
|
|
@@ -57256,7 +57253,7 @@ let vk = class {
|
|
|
57256
57253
|
const n = this.openElements.items[e];
|
|
57257
57254
|
switch (this.openElements.tagIDs[e]) {
|
|
57258
57255
|
case S.TEMPLATE: {
|
|
57259
|
-
if (this.treeAdapter.getNamespaceURI(n) ===
|
|
57256
|
+
if (this.treeAdapter.getNamespaceURI(n) === Le.HTML)
|
|
57260
57257
|
return { parent: this.treeAdapter.getTemplateContent(n), beforeElement: null };
|
|
57261
57258
|
break;
|
|
57262
57259
|
}
|
|
@@ -57801,7 +57798,7 @@ function mce(t, e, n) {
|
|
|
57801
57798
|
t._fosterParentElement(n);
|
|
57802
57799
|
else {
|
|
57803
57800
|
const a = t.treeAdapter.getNamespaceURI(e);
|
|
57804
|
-
i === S.TEMPLATE && a ===
|
|
57801
|
+
i === S.TEMPLATE && a === Le.HTML && (e = t.treeAdapter.getTemplateContent(e)), t.treeAdapter.appendChild(e, n);
|
|
57805
57802
|
}
|
|
57806
57803
|
}
|
|
57807
57804
|
function vce(t, e, n) {
|
|
@@ -57853,7 +57850,7 @@ function ec(t, e) {
|
|
|
57853
57850
|
t._err(e, xe.missingDoctype, !0), t.treeAdapter.setDocumentMode(t.document, ii.QUIRKS), t.insertionMode = he.BEFORE_HTML, t._processToken(e);
|
|
57854
57851
|
}
|
|
57855
57852
|
function wce(t, e) {
|
|
57856
|
-
e.tagID === S.HTML ? (t._insertElement(e,
|
|
57853
|
+
e.tagID === S.HTML ? (t._insertElement(e, Le.HTML), t.insertionMode = he.BEFORE_HEAD) : wc(t, e);
|
|
57857
57854
|
}
|
|
57858
57855
|
function _ce(t, e) {
|
|
57859
57856
|
const n = e.tagID;
|
|
@@ -57869,7 +57866,7 @@ function Ece(t, e) {
|
|
|
57869
57866
|
break;
|
|
57870
57867
|
}
|
|
57871
57868
|
case S.HEAD: {
|
|
57872
|
-
t._insertElement(e,
|
|
57869
|
+
t._insertElement(e, Le.HTML), t.headElement = t.openElements.current, t.insertionMode = he.IN_HEAD;
|
|
57873
57870
|
break;
|
|
57874
57871
|
}
|
|
57875
57872
|
default:
|
|
@@ -57894,7 +57891,7 @@ function ma(t, e) {
|
|
|
57894
57891
|
case S.BGSOUND:
|
|
57895
57892
|
case S.LINK:
|
|
57896
57893
|
case S.META: {
|
|
57897
|
-
t._appendElement(e,
|
|
57894
|
+
t._appendElement(e, Le.HTML), e.ackSelfClosing = !0;
|
|
57898
57895
|
break;
|
|
57899
57896
|
}
|
|
57900
57897
|
case S.TITLE: {
|
|
@@ -57902,7 +57899,7 @@ function ma(t, e) {
|
|
|
57902
57899
|
break;
|
|
57903
57900
|
}
|
|
57904
57901
|
case S.NOSCRIPT: {
|
|
57905
|
-
t.options.scriptingEnabled ? t._switchToTextParsing(e, si.RAWTEXT) : (t._insertElement(e,
|
|
57902
|
+
t.options.scriptingEnabled ? t._switchToTextParsing(e, si.RAWTEXT) : (t._insertElement(e, Le.HTML), t.insertionMode = he.IN_HEAD_NO_SCRIPT);
|
|
57906
57903
|
break;
|
|
57907
57904
|
}
|
|
57908
57905
|
case S.NOFRAMES:
|
|
@@ -58001,11 +57998,11 @@ function Nce(t, e) {
|
|
|
58001
57998
|
break;
|
|
58002
57999
|
}
|
|
58003
58000
|
case S.BODY: {
|
|
58004
|
-
t._insertElement(e,
|
|
58001
|
+
t._insertElement(e, Le.HTML), t.framesetOk = !1, t.insertionMode = he.IN_BODY;
|
|
58005
58002
|
break;
|
|
58006
58003
|
}
|
|
58007
58004
|
case S.FRAMESET: {
|
|
58008
|
-
t._insertElement(e,
|
|
58005
|
+
t._insertElement(e, Le.HTML), t.insertionMode = he.IN_FRAMESET;
|
|
58009
58006
|
break;
|
|
58010
58007
|
}
|
|
58011
58008
|
case S.BASE:
|
|
@@ -58091,20 +58088,20 @@ function kce(t, e) {
|
|
|
58091
58088
|
}
|
|
58092
58089
|
function xce(t, e) {
|
|
58093
58090
|
const n = t.openElements.tryPeekProperlyNestedBodyElement();
|
|
58094
|
-
t.framesetOk && n && (t.treeAdapter.detachNode(n), t.openElements.popAllUpToHtmlElement(), t._insertElement(e,
|
|
58091
|
+
t.framesetOk && n && (t.treeAdapter.detachNode(n), t.openElements.popAllUpToHtmlElement(), t._insertElement(e, Le.HTML), t.insertionMode = he.IN_FRAMESET);
|
|
58095
58092
|
}
|
|
58096
58093
|
function Pce(t, e) {
|
|
58097
|
-
t.openElements.hasInButtonScope(S.P) && t._closePElement(), t._insertElement(e,
|
|
58094
|
+
t.openElements.hasInButtonScope(S.P) && t._closePElement(), t._insertElement(e, Le.HTML);
|
|
58098
58095
|
}
|
|
58099
58096
|
function Dce(t, e) {
|
|
58100
|
-
t.openElements.hasInButtonScope(S.P) && t._closePElement(), ak(t.openElements.currentTagId) && t.openElements.pop(), t._insertElement(e,
|
|
58097
|
+
t.openElements.hasInButtonScope(S.P) && t._closePElement(), ak(t.openElements.currentTagId) && t.openElements.pop(), t._insertElement(e, Le.HTML);
|
|
58101
58098
|
}
|
|
58102
58099
|
function Lce(t, e) {
|
|
58103
|
-
t.openElements.hasInButtonScope(S.P) && t._closePElement(), t._insertElement(e,
|
|
58100
|
+
t.openElements.hasInButtonScope(S.P) && t._closePElement(), t._insertElement(e, Le.HTML), t.skipNextNewLine = !0, t.framesetOk = !1;
|
|
58104
58101
|
}
|
|
58105
58102
|
function Rce(t, e) {
|
|
58106
58103
|
const n = t.openElements.tmplCount > 0;
|
|
58107
|
-
(!t.formElement || n) && (t.openElements.hasInButtonScope(S.P) && t._closePElement(), t._insertElement(e,
|
|
58104
|
+
(!t.formElement || n) && (t.openElements.hasInButtonScope(S.P) && t._closePElement(), t._insertElement(e, Le.HTML), n || (t.formElement = t.openElements.current));
|
|
58108
58105
|
}
|
|
58109
58106
|
function Mce(t, e) {
|
|
58110
58107
|
t.framesetOk = !1;
|
|
@@ -58118,51 +58115,51 @@ function Mce(t, e) {
|
|
|
58118
58115
|
if (i !== S.ADDRESS && i !== S.DIV && i !== S.P && t._isSpecialElement(t.openElements.items[r], i))
|
|
58119
58116
|
break;
|
|
58120
58117
|
}
|
|
58121
|
-
t.openElements.hasInButtonScope(S.P) && t._closePElement(), t._insertElement(e,
|
|
58118
|
+
t.openElements.hasInButtonScope(S.P) && t._closePElement(), t._insertElement(e, Le.HTML);
|
|
58122
58119
|
}
|
|
58123
58120
|
function $ce(t, e) {
|
|
58124
|
-
t.openElements.hasInButtonScope(S.P) && t._closePElement(), t._insertElement(e,
|
|
58121
|
+
t.openElements.hasInButtonScope(S.P) && t._closePElement(), t._insertElement(e, Le.HTML), t.tokenizer.state = si.PLAINTEXT;
|
|
58125
58122
|
}
|
|
58126
58123
|
function Fce(t, e) {
|
|
58127
|
-
t.openElements.hasInScope(S.BUTTON) && (t.openElements.generateImpliedEndTags(), t.openElements.popUntilTagNamePopped(S.BUTTON)), t._reconstructActiveFormattingElements(), t._insertElement(e,
|
|
58124
|
+
t.openElements.hasInScope(S.BUTTON) && (t.openElements.generateImpliedEndTags(), t.openElements.popUntilTagNamePopped(S.BUTTON)), t._reconstructActiveFormattingElements(), t._insertElement(e, Le.HTML), t.framesetOk = !1;
|
|
58128
58125
|
}
|
|
58129
58126
|
function Bce(t, e) {
|
|
58130
58127
|
const n = t.activeFormattingElements.getElementEntryInScopeWithTagName(Se.A);
|
|
58131
|
-
n && (k1(t, e), t.openElements.remove(n.element), t.activeFormattingElements.removeEntry(n)), t._reconstructActiveFormattingElements(), t._insertElement(e,
|
|
58128
|
+
n && (k1(t, e), t.openElements.remove(n.element), t.activeFormattingElements.removeEntry(n)), t._reconstructActiveFormattingElements(), t._insertElement(e, Le.HTML), t.activeFormattingElements.pushElement(t.openElements.current, e);
|
|
58132
58129
|
}
|
|
58133
58130
|
function Uce(t, e) {
|
|
58134
|
-
t._reconstructActiveFormattingElements(), t._insertElement(e,
|
|
58131
|
+
t._reconstructActiveFormattingElements(), t._insertElement(e, Le.HTML), t.activeFormattingElements.pushElement(t.openElements.current, e);
|
|
58135
58132
|
}
|
|
58136
58133
|
function Hce(t, e) {
|
|
58137
|
-
t._reconstructActiveFormattingElements(), t.openElements.hasInScope(S.NOBR) && (k1(t, e), t._reconstructActiveFormattingElements()), t._insertElement(e,
|
|
58134
|
+
t._reconstructActiveFormattingElements(), t.openElements.hasInScope(S.NOBR) && (k1(t, e), t._reconstructActiveFormattingElements()), t._insertElement(e, Le.HTML), t.activeFormattingElements.pushElement(t.openElements.current, e);
|
|
58138
58135
|
}
|
|
58139
58136
|
function jce(t, e) {
|
|
58140
|
-
t._reconstructActiveFormattingElements(), t._insertElement(e,
|
|
58137
|
+
t._reconstructActiveFormattingElements(), t._insertElement(e, Le.HTML), t.activeFormattingElements.insertMarker(), t.framesetOk = !1;
|
|
58141
58138
|
}
|
|
58142
58139
|
function Vce(t, e) {
|
|
58143
|
-
t.treeAdapter.getDocumentMode(t.document) !== ii.QUIRKS && t.openElements.hasInButtonScope(S.P) && t._closePElement(), t._insertElement(e,
|
|
58140
|
+
t.treeAdapter.getDocumentMode(t.document) !== ii.QUIRKS && t.openElements.hasInButtonScope(S.P) && t._closePElement(), t._insertElement(e, Le.HTML), t.framesetOk = !1, t.insertionMode = he.IN_TABLE;
|
|
58144
58141
|
}
|
|
58145
58142
|
function yk(t, e) {
|
|
58146
|
-
t._reconstructActiveFormattingElements(), t._appendElement(e,
|
|
58143
|
+
t._reconstructActiveFormattingElements(), t._appendElement(e, Le.HTML), t.framesetOk = !1, e.ackSelfClosing = !0;
|
|
58147
58144
|
}
|
|
58148
58145
|
function wk(t) {
|
|
58149
58146
|
const e = ik(t, qs.TYPE);
|
|
58150
58147
|
return e != null && e.toLowerCase() === oce;
|
|
58151
58148
|
}
|
|
58152
58149
|
function Yce(t, e) {
|
|
58153
|
-
t._reconstructActiveFormattingElements(), t._appendElement(e,
|
|
58150
|
+
t._reconstructActiveFormattingElements(), t._appendElement(e, Le.HTML), wk(e) || (t.framesetOk = !1), e.ackSelfClosing = !0;
|
|
58154
58151
|
}
|
|
58155
58152
|
function qce(t, e) {
|
|
58156
|
-
t._appendElement(e,
|
|
58153
|
+
t._appendElement(e, Le.HTML), e.ackSelfClosing = !0;
|
|
58157
58154
|
}
|
|
58158
58155
|
function Wce(t, e) {
|
|
58159
|
-
t.openElements.hasInButtonScope(S.P) && t._closePElement(), t._appendElement(e,
|
|
58156
|
+
t.openElements.hasInButtonScope(S.P) && t._closePElement(), t._appendElement(e, Le.HTML), t.framesetOk = !1, e.ackSelfClosing = !0;
|
|
58160
58157
|
}
|
|
58161
58158
|
function Gce(t, e) {
|
|
58162
58159
|
e.tagName = Se.IMG, e.tagID = S.IMG, yk(t, e);
|
|
58163
58160
|
}
|
|
58164
58161
|
function zce(t, e) {
|
|
58165
|
-
t._insertElement(e,
|
|
58162
|
+
t._insertElement(e, Le.HTML), t.skipNextNewLine = !0, t.tokenizer.state = si.RCDATA, t.originalInsertionMode = t.insertionMode, t.framesetOk = !1, t.insertionMode = he.TEXT;
|
|
58166
58163
|
}
|
|
58167
58164
|
function Kce(t, e) {
|
|
58168
58165
|
t.openElements.hasInButtonScope(S.P) && t._closePElement(), t._reconstructActiveFormattingElements(), t.framesetOk = !1, t._switchToTextParsing(e, si.RAWTEXT);
|
|
@@ -58174,25 +58171,25 @@ function mT(t, e) {
|
|
|
58174
58171
|
t._switchToTextParsing(e, si.RAWTEXT);
|
|
58175
58172
|
}
|
|
58176
58173
|
function Xce(t, e) {
|
|
58177
|
-
t._reconstructActiveFormattingElements(), t._insertElement(e,
|
|
58174
|
+
t._reconstructActiveFormattingElements(), t._insertElement(e, Le.HTML), t.framesetOk = !1, t.insertionMode = t.insertionMode === he.IN_TABLE || t.insertionMode === he.IN_CAPTION || t.insertionMode === he.IN_TABLE_BODY || t.insertionMode === he.IN_ROW || t.insertionMode === he.IN_CELL ? he.IN_SELECT_IN_TABLE : he.IN_SELECT;
|
|
58178
58175
|
}
|
|
58179
58176
|
function Qce(t, e) {
|
|
58180
|
-
t.openElements.currentTagId === S.OPTION && t.openElements.pop(), t._reconstructActiveFormattingElements(), t._insertElement(e,
|
|
58177
|
+
t.openElements.currentTagId === S.OPTION && t.openElements.pop(), t._reconstructActiveFormattingElements(), t._insertElement(e, Le.HTML);
|
|
58181
58178
|
}
|
|
58182
58179
|
function Zce(t, e) {
|
|
58183
|
-
t.openElements.hasInScope(S.RUBY) && t.openElements.generateImpliedEndTags(), t._insertElement(e,
|
|
58180
|
+
t.openElements.hasInScope(S.RUBY) && t.openElements.generateImpliedEndTags(), t._insertElement(e, Le.HTML);
|
|
58184
58181
|
}
|
|
58185
58182
|
function efe(t, e) {
|
|
58186
|
-
t.openElements.hasInScope(S.RUBY) && t.openElements.generateImpliedEndTagsWithExclusion(S.RTC), t._insertElement(e,
|
|
58183
|
+
t.openElements.hasInScope(S.RUBY) && t.openElements.generateImpliedEndTagsWithExclusion(S.RTC), t._insertElement(e, Le.HTML);
|
|
58187
58184
|
}
|
|
58188
58185
|
function tfe(t, e) {
|
|
58189
|
-
t._reconstructActiveFormattingElements(), hk(e), I1(e), e.selfClosing ? t._appendElement(e,
|
|
58186
|
+
t._reconstructActiveFormattingElements(), hk(e), I1(e), e.selfClosing ? t._appendElement(e, Le.MATHML) : t._insertElement(e, Le.MATHML), e.ackSelfClosing = !0;
|
|
58190
58187
|
}
|
|
58191
58188
|
function nfe(t, e) {
|
|
58192
|
-
t._reconstructActiveFormattingElements(), pk(e), I1(e), e.selfClosing ? t._appendElement(e,
|
|
58189
|
+
t._reconstructActiveFormattingElements(), pk(e), I1(e), e.selfClosing ? t._appendElement(e, Le.SVG) : t._insertElement(e, Le.SVG), e.ackSelfClosing = !0;
|
|
58193
58190
|
}
|
|
58194
58191
|
function vT(t, e) {
|
|
58195
|
-
t._reconstructActiveFormattingElements(), t._insertElement(e,
|
|
58192
|
+
t._reconstructActiveFormattingElements(), t._insertElement(e, Le.HTML);
|
|
58196
58193
|
}
|
|
58197
58194
|
function Fr(t, e) {
|
|
58198
58195
|
switch (e.tagID) {
|
|
@@ -58577,16 +58574,16 @@ function Vv(t, e) {
|
|
|
58577
58574
|
Hf(t, e);
|
|
58578
58575
|
}
|
|
58579
58576
|
function mfe(t, e) {
|
|
58580
|
-
t.openElements.clearBackToTableContext(), t.activeFormattingElements.insertMarker(), t._insertElement(e,
|
|
58577
|
+
t.openElements.clearBackToTableContext(), t.activeFormattingElements.insertMarker(), t._insertElement(e, Le.HTML), t.insertionMode = he.IN_CAPTION;
|
|
58581
58578
|
}
|
|
58582
58579
|
function vfe(t, e) {
|
|
58583
|
-
t.openElements.clearBackToTableContext(), t._insertElement(e,
|
|
58580
|
+
t.openElements.clearBackToTableContext(), t._insertElement(e, Le.HTML), t.insertionMode = he.IN_COLUMN_GROUP;
|
|
58584
58581
|
}
|
|
58585
58582
|
function gfe(t, e) {
|
|
58586
58583
|
t.openElements.clearBackToTableContext(), t._insertFakeElement(Se.COLGROUP, S.COLGROUP), t.insertionMode = he.IN_COLUMN_GROUP, P1(t, e);
|
|
58587
58584
|
}
|
|
58588
58585
|
function bfe(t, e) {
|
|
58589
|
-
t.openElements.clearBackToTableContext(), t._insertElement(e,
|
|
58586
|
+
t.openElements.clearBackToTableContext(), t._insertElement(e, Le.HTML), t.insertionMode = he.IN_TABLE_BODY;
|
|
58590
58587
|
}
|
|
58591
58588
|
function yfe(t, e) {
|
|
58592
58589
|
t.openElements.clearBackToTableContext(), t._insertFakeElement(Se.TBODY, S.TBODY), t.insertionMode = he.IN_TABLE_BODY, um(t, e);
|
|
@@ -58595,10 +58592,10 @@ function wfe(t, e) {
|
|
|
58595
58592
|
t.openElements.hasInTableScope(S.TABLE) && (t.openElements.popUntilTagNamePopped(S.TABLE), t._resetInsertionMode(), t._processStartTag(e));
|
|
58596
58593
|
}
|
|
58597
58594
|
function _fe(t, e) {
|
|
58598
|
-
wk(e) ? t._appendElement(e,
|
|
58595
|
+
wk(e) ? t._appendElement(e, Le.HTML) : Hf(t, e), e.ackSelfClosing = !0;
|
|
58599
58596
|
}
|
|
58600
58597
|
function Efe(t, e) {
|
|
58601
|
-
!t.formElement && t.openElements.tmplCount === 0 && (t._insertElement(e,
|
|
58598
|
+
!t.formElement && t.openElements.tmplCount === 0 && (t._insertElement(e, Le.HTML), t.formElement = t.openElements.current, t.openElements.pop());
|
|
58602
58599
|
}
|
|
58603
58600
|
function cu(t, e) {
|
|
58604
58601
|
switch (e.tagID) {
|
|
@@ -58729,7 +58726,7 @@ function P1(t, e) {
|
|
|
58729
58726
|
break;
|
|
58730
58727
|
}
|
|
58731
58728
|
case S.COL: {
|
|
58732
|
-
t._appendElement(e,
|
|
58729
|
+
t._appendElement(e, Le.HTML), e.ackSelfClosing = !0;
|
|
58733
58730
|
break;
|
|
58734
58731
|
}
|
|
58735
58732
|
case S.TEMPLATE: {
|
|
@@ -58762,7 +58759,7 @@ function qh(t, e) {
|
|
|
58762
58759
|
function um(t, e) {
|
|
58763
58760
|
switch (e.tagID) {
|
|
58764
58761
|
case S.TR: {
|
|
58765
|
-
t.openElements.clearBackToTableBodyContext(), t._insertElement(e,
|
|
58762
|
+
t.openElements.clearBackToTableBodyContext(), t._insertElement(e, Le.HTML), t.insertionMode = he.IN_ROW;
|
|
58766
58763
|
break;
|
|
58767
58764
|
}
|
|
58768
58765
|
case S.TH:
|
|
@@ -58813,7 +58810,7 @@ function cm(t, e) {
|
|
|
58813
58810
|
switch (e.tagID) {
|
|
58814
58811
|
case S.TH:
|
|
58815
58812
|
case S.TD: {
|
|
58816
|
-
t.openElements.clearBackToTableRowContext(), t._insertElement(e,
|
|
58813
|
+
t.openElements.clearBackToTableRowContext(), t._insertElement(e, Le.HTML), t.insertionMode = he.IN_CELL, t.activeFormattingElements.insertMarker();
|
|
58817
58814
|
break;
|
|
58818
58815
|
}
|
|
58819
58816
|
case S.CAPTION:
|
|
@@ -58895,11 +58892,11 @@ function Nk(t, e) {
|
|
|
58895
58892
|
break;
|
|
58896
58893
|
}
|
|
58897
58894
|
case S.OPTION: {
|
|
58898
|
-
t.openElements.currentTagId === S.OPTION && t.openElements.pop(), t._insertElement(e,
|
|
58895
|
+
t.openElements.currentTagId === S.OPTION && t.openElements.pop(), t._insertElement(e, Le.HTML);
|
|
58899
58896
|
break;
|
|
58900
58897
|
}
|
|
58901
58898
|
case S.OPTGROUP: {
|
|
58902
|
-
t.openElements.currentTagId === S.OPTION && t.openElements.pop(), t.openElements.currentTagId === S.OPTGROUP && t.openElements.pop(), t._insertElement(e,
|
|
58899
|
+
t.openElements.currentTagId === S.OPTION && t.openElements.pop(), t.openElements.currentTagId === S.OPTGROUP && t.openElements.pop(), t._insertElement(e, Le.HTML);
|
|
58903
58900
|
break;
|
|
58904
58901
|
}
|
|
58905
58902
|
case S.INPUT:
|
|
@@ -59014,11 +59011,11 @@ function Dfe(t, e) {
|
|
|
59014
59011
|
break;
|
|
59015
59012
|
}
|
|
59016
59013
|
case S.FRAMESET: {
|
|
59017
|
-
t._insertElement(e,
|
|
59014
|
+
t._insertElement(e, Le.HTML);
|
|
59018
59015
|
break;
|
|
59019
59016
|
}
|
|
59020
59017
|
case S.FRAME: {
|
|
59021
|
-
t._appendElement(e,
|
|
59018
|
+
t._appendElement(e, Le.HTML), e.ackSelfClosing = !0;
|
|
59022
59019
|
break;
|
|
59023
59020
|
}
|
|
59024
59021
|
case S.NOFRAMES: {
|
|
@@ -59070,7 +59067,7 @@ function Ufe(t, e) {
|
|
|
59070
59067
|
t._insertCharacters(e), t.framesetOk = !1;
|
|
59071
59068
|
}
|
|
59072
59069
|
function xk(t) {
|
|
59073
|
-
for (; t.treeAdapter.getNamespaceURI(t.openElements.current) !==
|
|
59070
|
+
for (; t.treeAdapter.getNamespaceURI(t.openElements.current) !== Le.HTML && !t._isIntegrationPoint(t.openElements.currentTagId, t.openElements.current); )
|
|
59074
59071
|
t.openElements.pop();
|
|
59075
59072
|
}
|
|
59076
59073
|
function Hfe(t, e) {
|
|
@@ -59078,7 +59075,7 @@ function Hfe(t, e) {
|
|
|
59078
59075
|
xk(t), t._startTagOutsideForeignContent(e);
|
|
59079
59076
|
else {
|
|
59080
59077
|
const n = t._getAdjustedCurrentElement(), r = t.treeAdapter.getNamespaceURI(n);
|
|
59081
|
-
r ===
|
|
59078
|
+
r === Le.MATHML ? hk(e) : r === Le.SVG && (rce(e), pk(e)), I1(e), e.selfClosing ? t._appendElement(e, r) : t._insertElement(e, r), e.ackSelfClosing = !0;
|
|
59082
59079
|
}
|
|
59083
59080
|
}
|
|
59084
59081
|
function jfe(t, e) {
|
|
@@ -59088,7 +59085,7 @@ function jfe(t, e) {
|
|
|
59088
59085
|
}
|
|
59089
59086
|
for (let n = t.openElements.stackTop; n > 0; n--) {
|
|
59090
59087
|
const r = t.openElements.items[n];
|
|
59091
|
-
if (t.treeAdapter.getNamespaceURI(r) ===
|
|
59088
|
+
if (t.treeAdapter.getNamespaceURI(r) === Le.HTML) {
|
|
59092
59089
|
t._endTagOutsideForeignContent(e);
|
|
59093
59090
|
break;
|
|
59094
59091
|
}
|
|
@@ -59120,7 +59117,7 @@ const Vfe = /* @__PURE__ */ new Set([
|
|
|
59120
59117
|
Se.WBR
|
|
59121
59118
|
]);
|
|
59122
59119
|
function Yfe(t, e) {
|
|
59123
|
-
return e.treeAdapter.isElementNode(t) && e.treeAdapter.getNamespaceURI(t) ===
|
|
59120
|
+
return e.treeAdapter.isElementNode(t) && e.treeAdapter.getNamespaceURI(t) === Le.HTML && Vfe.has(e.treeAdapter.getTagName(t));
|
|
59124
59121
|
}
|
|
59125
59122
|
const qfe = { treeAdapter: Ao, scriptingEnabled: !0 };
|
|
59126
59123
|
function Wfe(t, e) {
|
|
@@ -59129,7 +59126,7 @@ function Wfe(t, e) {
|
|
|
59129
59126
|
}
|
|
59130
59127
|
function Gfe(t, e) {
|
|
59131
59128
|
let n = "";
|
|
59132
|
-
const r = e.treeAdapter.isElementNode(t) && e.treeAdapter.getTagName(t) === Se.TEMPLATE && e.treeAdapter.getNamespaceURI(t) ===
|
|
59129
|
+
const r = e.treeAdapter.isElementNode(t) && e.treeAdapter.getTagName(t) === Se.TEMPLATE && e.treeAdapter.getNamespaceURI(t) === Le.HTML ? e.treeAdapter.getTemplateContent(t) : t, i = e.treeAdapter.getChildNodes(r);
|
|
59133
59130
|
if (i)
|
|
59134
59131
|
for (const a of i)
|
|
59135
59132
|
n += Pk(a, e);
|
|
@@ -59149,15 +59146,15 @@ function Kfe(t, { treeAdapter: e }) {
|
|
|
59149
59146
|
n += r.name;
|
|
59150
59147
|
else
|
|
59151
59148
|
switch (r.namespace) {
|
|
59152
|
-
case
|
|
59149
|
+
case Le.XML: {
|
|
59153
59150
|
n += `xml:${r.name}`;
|
|
59154
59151
|
break;
|
|
59155
59152
|
}
|
|
59156
|
-
case
|
|
59153
|
+
case Le.XMLNS: {
|
|
59157
59154
|
r.name !== "xmlns" && (n += "xmlns:"), n += r.name;
|
|
59158
59155
|
break;
|
|
59159
59156
|
}
|
|
59160
|
-
case
|
|
59157
|
+
case Le.XLINK: {
|
|
59161
59158
|
n += `xlink:${r.name}`;
|
|
59162
59159
|
break;
|
|
59163
59160
|
}
|
|
@@ -59170,7 +59167,7 @@ function Kfe(t, { treeAdapter: e }) {
|
|
|
59170
59167
|
}
|
|
59171
59168
|
function Jfe(t, e) {
|
|
59172
59169
|
const { treeAdapter: n } = e, r = n.getTextNodeContent(t), i = n.getParentNode(t), a = i && n.isElementNode(i) && n.getTagName(i);
|
|
59173
|
-
return a && n.getNamespaceURI(i) ===
|
|
59170
|
+
return a && n.getNamespaceURI(i) === Le.HTML && kue(a, e.scriptingEnabled) ? r : _I(r);
|
|
59174
59171
|
}
|
|
59175
59172
|
function Xfe(t, { treeAdapter: e }) {
|
|
59176
59173
|
return `<!--${e.getCommentNodeContent(t)}-->`;
|
|
@@ -60803,10 +60800,10 @@ const Fde = { class: "tw-text-[color:var(--error-color)]" }, Bde = {
|
|
|
60803
60800
|
f.cell.type === "money" ? (L(), j(Ye, { key: 0 }, [
|
|
60804
60801
|
!s.value && (typeof a.value > "u" || Number(a.value) === 0) ? (L(), j("div", {
|
|
60805
60802
|
key: 0,
|
|
60806
|
-
class:
|
|
60803
|
+
class: Re(["tw-truncate", f.cell.class])
|
|
60807
60804
|
}, be(f.$t("COMPONENTS.ORGANISMS.VC_TABLE.NOT_SET")), 3)) : typeof Number(a.value) == "number" ? (L(), j("div", {
|
|
60808
60805
|
key: 1,
|
|
60809
|
-
class:
|
|
60806
|
+
class: Re(["tw-truncate", f.cell.class])
|
|
60810
60807
|
}, [
|
|
60811
60808
|
s.value ? (L(), Ne(k(Rr), {
|
|
60812
60809
|
key: 0,
|
|
@@ -60854,13 +60851,13 @@ const Fde = { class: "tw-text-[color:var(--error-color)]" }, Bde = {
|
|
|
60854
60851
|
], 2)) : re("", !0)
|
|
60855
60852
|
], 64)) : f.cell.type === "date-ago" ? (L(), j("span", {
|
|
60856
60853
|
key: 1,
|
|
60857
|
-
class:
|
|
60854
|
+
class: Re(["tw-text-[#a5a5a5]", f.cell.class]),
|
|
60858
60855
|
title: a.value instanceof Date && a.value.toLocaleString(k(i)) || ""
|
|
60859
60856
|
}, [
|
|
60860
60857
|
a.value ? (L(), j("div", Hde, be(k(it)(a.value).fromNow()), 1)) : (L(), j("div", jde, be(f.$t("COMPONENTS.ORGANISMS.VC_TABLE.NOT_SET")), 1))
|
|
60861
60858
|
], 10, Ude)) : f.cell.type === "date" || f.cell.type === "time" || f.cell.type === "date-time" ? (L(), j("div", {
|
|
60862
60859
|
key: 2,
|
|
60863
|
-
class:
|
|
60860
|
+
class: Re(["tw-text-[#a5a5a5] tw-truncate", f.cell.class])
|
|
60864
60861
|
}, [
|
|
60865
60862
|
a.value ? (L(), j(Ye, { key: 0 }, [
|
|
60866
60863
|
f.cell.format ? (L(), j("div", Vde, be(k(it)(a.value).locale(k(i)).format(f.cell.format)), 1)) : (L(), j(Ye, { key: 1 }, [
|
|
@@ -60884,14 +60881,14 @@ const Fde = { class: "tw-text-[color:var(--error-color)]" }, Bde = {
|
|
|
60884
60881
|
_: 1
|
|
60885
60882
|
})) : f.cell.type === "status-icon" ? (L(), j("div", {
|
|
60886
60883
|
key: 5,
|
|
60887
|
-
class:
|
|
60884
|
+
class: Re(["tw-flex tw-justify-center", f.cell.class])
|
|
60888
60885
|
}, [
|
|
60889
60886
|
me(g, {
|
|
60890
60887
|
status: a.value
|
|
60891
60888
|
}, null, 8, ["status"])
|
|
60892
60889
|
], 2)) : f.cell.type === "number" ? (L(), j("div", {
|
|
60893
60890
|
key: 6,
|
|
60894
|
-
class:
|
|
60891
|
+
class: Re(["tw-truncate", f.cell.class])
|
|
60895
60892
|
}, [
|
|
60896
60893
|
s.value ? (L(), Ne(k(Rr), {
|
|
60897
60894
|
key: 0,
|
|
@@ -60938,7 +60935,7 @@ const Fde = { class: "tw-text-[color:var(--error-color)]" }, Bde = {
|
|
|
60938
60935
|
], 64))
|
|
60939
60936
|
], 2)) : f.cell.type === "link" ? (L(), Ne(b, {
|
|
60940
60937
|
key: 7,
|
|
60941
|
-
class:
|
|
60938
|
+
class: Re(["tw-truncate", f.cell.class])
|
|
60942
60939
|
}, {
|
|
60943
60940
|
default: de(() => [
|
|
60944
60941
|
Xe(be(a.value), 1)
|
|
@@ -60946,11 +60943,11 @@ const Fde = { class: "tw-text-[color:var(--error-color)]" }, Bde = {
|
|
|
60946
60943
|
_: 1
|
|
60947
60944
|
}, 8, ["class"])) : f.cell.type === "html" ? (L(), j("div", {
|
|
60948
60945
|
key: 8,
|
|
60949
|
-
class:
|
|
60946
|
+
class: Re(["tw-p-1", f.cell.class]),
|
|
60950
60947
|
innerHTML: l.value
|
|
60951
60948
|
}, null, 10, Kde)) : (L(), j("div", {
|
|
60952
60949
|
key: 9,
|
|
60953
|
-
class:
|
|
60950
|
+
class: Re(["tw-truncate", f.cell.class])
|
|
60954
60951
|
}, [
|
|
60955
60952
|
s.value ? (L(), Ne(k(Rr), {
|
|
60956
60953
|
key: 0,
|
|
@@ -61154,7 +61151,7 @@ const Fde = { class: "tw-text-[color:var(--error-color)]" }, Bde = {
|
|
|
61154
61151
|
key: 0,
|
|
61155
61152
|
ref_key: "filterPanel",
|
|
61156
61153
|
ref: i,
|
|
61157
|
-
class:
|
|
61154
|
+
class: Re({
|
|
61158
61155
|
"vc-table-filter__panel_mobile tw-fixed tw-left-0 tw-top-0 tw-w-full tw-bottom-0 tw-z-[100] tw-bg-[rgba(128,140,153,0.6)] tw-shadow-none tw-rounded-none tw-max-h-full tw-max-w-full tw-min-w-full": c.$isMobile.value,
|
|
61159
61156
|
"vc-table-filter__panel tw-absolute tw-max-w-[800px] tw-min-w-[400px] tw-w-0 tw-z-[100] tw-shadow-[1px_1px_11px_rgba(141,152,163,0.6)] tw-rounded-[3px] tw-overflow-hidden": !c.$isMobile.value
|
|
61160
61157
|
}),
|
|
@@ -61262,7 +61259,7 @@ const Fde = { class: "tw-text-[color:var(--error-color)]" }, Bde = {
|
|
|
61262
61259
|
ee("div", {
|
|
61263
61260
|
ref_key: "target",
|
|
61264
61261
|
ref: o,
|
|
61265
|
-
class:
|
|
61262
|
+
class: Re(["tw-top-0 tw-left-0 tw-bottom-0 tw-right-0 tw-w-full tw-h-full tw-absolute tw-flex-shrink-0 tw-bg-white tw-flex tw-flex-row", { animated: !k(m), "vc-table-mobile__item_selected": A.isSelected }]),
|
|
61266
61263
|
style: Vt({ left: c.value })
|
|
61267
61264
|
}, [
|
|
61268
61265
|
f.value ? (L(), j("div", uhe, [
|
|
@@ -61285,7 +61282,7 @@ const Fde = { class: "tw-text-[color:var(--error-color)]" }, Bde = {
|
|
|
61285
61282
|
})
|
|
61286
61283
|
}, [
|
|
61287
61284
|
ee("div", {
|
|
61288
|
-
class:
|
|
61285
|
+
class: Re(["tw-flex tw-grow tw-basis-[1] tw-flex-col tw-justify-center tw-items-center tw-text-white", [`vc-table-mobile__item-action_${b.value[0].type}`]]),
|
|
61289
61286
|
onClick: C[0] || (C[0] = Ct((x) => b.value?.[0].clickHandler(A.items[A.index], A.index), ["stop"]))
|
|
61290
61287
|
}, [
|
|
61291
61288
|
me(N, {
|
|
@@ -61303,7 +61300,7 @@ const Fde = { class: "tw-text-[color:var(--error-color)]" }, Bde = {
|
|
|
61303
61300
|
}, [
|
|
61304
61301
|
(L(!0), j(Ye, null, mt(g.value.slice(0, g.value.length > 2 ? 1 : 2), (x, $) => (L(), j("div", {
|
|
61305
61302
|
key: `rightSwipeAction-${$}`,
|
|
61306
|
-
class:
|
|
61303
|
+
class: Re(["tw-flex tw-grow tw-basis-[1] tw-flex-col tw-justify-center tw-items-center tw-text-white", [`vc-table-mobile__item-action_${x.type}`]]),
|
|
61307
61304
|
onClick: Ct((P) => x.clickHandler(A.items[$], $), ["stop"])
|
|
61308
61305
|
}, [
|
|
61309
61306
|
me(N, {
|
|
@@ -61576,7 +61573,7 @@ const Ope = { key: 0 }, Npe = { class: "tw-p-3" }, Cpe = { class: "tw-flex tw-fl
|
|
|
61576
61573
|
class: "tw-overflow-auto tw-flex tw-flex-col tw-h-full"
|
|
61577
61574
|
}, zpe = { class: "vc-table__header-row tw-flex tw-flex-row" }, Kpe = ["id", "onDragstart", "onDrop", "onClick"], Jpe = {
|
|
61578
61575
|
key: 0,
|
|
61579
|
-
class: "tw-flex tw-pl-5 tw-items-center tw-justify-center tw-w-auto tw-bg-[#f9f9f9] tw-box-border tw-select-none tw-overflow-hidden tw-z-[1]"
|
|
61576
|
+
class: "tw-flex tw-pl-5 tw-items-center tw-justify-center tw-w-auto tw-bg-[#f9f9f9] tw-box-border tw-select-none tw-overflow-hidden tw-z-[1] tw-shrink-0"
|
|
61580
61577
|
}, Xpe = { class: "tw-flex tw-justify-center tw-items-center" }, Qpe = { class: "tw-flex tw-items-center tw-flex-nowrap tw-truncate tw-px-3 tw-font-bold" }, Zpe = { class: "tw-truncate" }, eme = {
|
|
61581
61578
|
key: 0,
|
|
61582
61579
|
class: "tw-text-[color:var(--label-required-color)] tw-mr-1"
|
|
@@ -62000,7 +61997,7 @@ const Ope = { key: 0 }, Npe = { class: "tw-p-3" }, Cpe = { class: "tw-flex tw-fl
|
|
|
62000
61997
|
])) : re("", !0)
|
|
62001
61998
|
])) : (fe.$slots.header || fe.header) && (!$.value || fe.searchValue || fe.searchValue === "" || fe.activeFilterCount) ? Ce(fe.$slots, "header", { key: 1 }, () => [
|
|
62002
61999
|
ee("div", {
|
|
62003
|
-
class:
|
|
62000
|
+
class: Re(["tw-shrink-0 tw-flex tw-items-center tw-justify-between tw-box-border", {
|
|
62004
62001
|
"tw-px-4 tw-py-2 tw-border-[color:#eef0f2] tw-border-solid tw-border-b ": fe.$isMobile.value,
|
|
62005
62002
|
"tw-p-4": fe.$isDesktop.value
|
|
62006
62003
|
}])
|
|
@@ -62099,7 +62096,7 @@ const Ope = { key: 0 }, Npe = { class: "tw-p-3" }, Cpe = { class: "tw-flex tw-fl
|
|
|
62099
62096
|
key: 1,
|
|
62100
62097
|
ref_key: "tableRef",
|
|
62101
62098
|
ref: l,
|
|
62102
|
-
class:
|
|
62099
|
+
class: Re(["tw-relative tw-box-border tw-w-full tw-h-full tw-flex tw-flex-col", {
|
|
62103
62100
|
"vc-table_empty": !fe.items || !fe.items.length,
|
|
62104
62101
|
"vc-table_multiselect": fe.multiselect
|
|
62105
62102
|
}])
|
|
@@ -62114,7 +62111,7 @@ const Ope = { key: 0 }, Npe = { class: "tw-p-3" }, Cpe = { class: "tw-flex tw-fl
|
|
|
62114
62111
|
(L(!0), j(Ye, null, mt(le.value, (et, Ft) => (L(), j("div", {
|
|
62115
62112
|
id: et.id,
|
|
62116
62113
|
key: et.id,
|
|
62117
|
-
class:
|
|
62114
|
+
class: Re(["vc-table__header tw-flex-1 tw-flex tw-items-center tw-h-[42px] tw-bg-[#f9f9f9] !tw-border-0 tw-shadow-[inset_0px_1px_0px_#eaedf3,_inset_0px_-1px_0px_#eaedf3] tw-box-border tw-sticky tw-top-0 tw-select-none tw-overflow-hidden tw-z-[1]", [
|
|
62118
62115
|
{
|
|
62119
62116
|
"tw-cursor-pointer tw-group": et.sortable,
|
|
62120
62117
|
"tw-p-r-[35px]": Ft === le.value.length - 1
|
|
@@ -62164,7 +62161,7 @@ const Ope = { key: 0 }, Npe = { class: "tw-p-3" }, Cpe = { class: "tw-flex tw-fl
|
|
|
62164
62161
|
]))
|
|
62165
62162
|
]),
|
|
62166
62163
|
ee("div", {
|
|
62167
|
-
class:
|
|
62164
|
+
class: Re(["tw-w-[5px] tw-mr-[3px] tw-border-r tw-border-r-[#e5e7eb] tw-border-solid tw-h-full tw-top-0 tw-bottom-0 tw-absolute tw-right-0 tw-flex tw-justify-end", {
|
|
62168
62165
|
"tw-cursor-col-resize": n.resizableColumns
|
|
62169
62166
|
}]),
|
|
62170
62167
|
onMousedown: (Pt) => z(Pt, et)
|
|
@@ -62210,7 +62207,7 @@ const Ope = { key: 0 }, Npe = { class: "tw-p-3" }, Cpe = { class: "tw-flex tw-fl
|
|
|
62210
62207
|
fe.items && fe.items.length && !$.value ? (L(), j("div", ome, [
|
|
62211
62208
|
(L(!0), j(Ye, null, mt(fe.items, (et, Ft) => (L(), j("div", {
|
|
62212
62209
|
key: typeof et == "object" && "id" in et && et.id || Ft,
|
|
62213
|
-
class:
|
|
62210
|
+
class: Re(["vc-table__body-row tw-flex tw-w-full tw-h-[60px] tw-min-h-[60px] tw-bg-white tw-relative tw-group", {
|
|
62214
62211
|
"hover:!tw-bg-[#dfeef9] tw-cursor-pointer": M,
|
|
62215
62212
|
"!tw-bg-[#F9F9F9]": Ft % 2 === 1,
|
|
62216
62213
|
"!tw-bg-[#dfeef9] hover:!tw-bg-[#dfeef9]": typeof et == "object" && "id" in et && et.id ? fe.selectedItemId === et.id : !1
|
|
@@ -62228,7 +62225,7 @@ const Ope = { key: 0 }, Npe = { class: "tw-p-3" }, Cpe = { class: "tw-flex tw-fl
|
|
|
62228
62225
|
(L(!0), j(Ye, null, mt(le.value, (Pt) => (L(), j("div", {
|
|
62229
62226
|
id: `${typeof et == "object" && "id" in et && et.id || Ft}_${Pt.id}`,
|
|
62230
62227
|
key: `${typeof et == "object" && "id" in et && et.id || Ft}_${Pt.id}`,
|
|
62231
|
-
class:
|
|
62228
|
+
class: Re(["tw-box-border tw-overflow-hidden tw-px-3 tw-flex-1 tw-flex tw-items-center tw-relative", [Pt.class]]),
|
|
62232
62229
|
style: Vt({ maxWidth: Pt.width, width: Pt.width })
|
|
62233
62230
|
}, [
|
|
62234
62231
|
ee("div", cme, [
|
|
@@ -62241,7 +62238,7 @@ const Ope = { key: 0 }, Npe = { class: "tw-p-3" }, Cpe = { class: "tw-flex tw-fl
|
|
|
62241
62238
|
], 14, ume))), 128)),
|
|
62242
62239
|
fe.enableItemActions && fe.itemActionBuilder && typeof et == "object" && h.value === Ft ? (L(), j("div", {
|
|
62243
62240
|
key: 0,
|
|
62244
|
-
class:
|
|
62241
|
+
class: Re(["tw-absolute tw-flex tw-right-0 tw-px-[10px] actions tw-h-full tw-bg-[#f4f8fb]", {
|
|
62245
62242
|
"group-hover:!tw-bg-[#dfeef9]": M
|
|
62246
62243
|
}]),
|
|
62247
62244
|
onClick: De[8] || (De[8] = Ct(() => {
|
|
@@ -62250,7 +62247,7 @@ const Ope = { key: 0 }, Npe = { class: "tw-p-3" }, Cpe = { class: "tw-flex tw-fl
|
|
|
62250
62247
|
ee("div", fme, [
|
|
62251
62248
|
(L(!0), j(Ye, null, mt(p.value[Ft], (Pt, $n) => (L(), j("div", {
|
|
62252
62249
|
key: $n,
|
|
62253
|
-
class:
|
|
62250
|
+
class: Re([
|
|
62254
62251
|
"tw-text-[#319ed4] tw-cursor-pointer tw-w-[22px] tw-h-[22px] tw-flex tw-items-center tw-justify-center hover:tw-text-[#257fad]"
|
|
62255
62252
|
]),
|
|
62256
62253
|
onClick: Ct((Jr) => Pt.clickHandler(et, Ft), ["stop"])
|
|
@@ -62306,7 +62303,7 @@ const Ope = { key: 0 }, Npe = { class: "tw-p-3" }, Cpe = { class: "tw-flex tw-fl
|
|
|
62306
62303
|
]),
|
|
62307
62304
|
(fe.$slots.footer || fe.footer) && fe.items && fe.items.length && !$.value ? Ce(fe.$slots, "footer", { key: 2 }, () => [
|
|
62308
62305
|
ee("div", {
|
|
62309
|
-
class:
|
|
62306
|
+
class: Re(["tw-bg-[#fbfdfe] tw-border-t tw-border-solid tw-border-[#eaedf3] tw-flex-shrink-0 tw-flex tw-items-center tw-justify-between", {
|
|
62310
62307
|
"tw-py-2 tw-px-4": fe.$isMobile.value,
|
|
62311
62308
|
"tw-p-4": fe.$isDesktop.value
|
|
62312
62309
|
}])
|