@kong-ui-public/app-layout 4.7.2 → 4.7.3-pr.2439.ad3fb9fba.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/app-layout.es.js +1352 -1178
- package/dist/app-layout.umd.js +5 -5
- package/dist/style.css +1 -1
- package/dist/types/components/AppLayout.vue.d.ts +19 -8
- package/dist/types/components/AppLayout.vue.d.ts.map +1 -1
- package/dist/types/components/sidebar/AppSidebar.vue.d.ts +16 -5
- package/dist/types/components/sidebar/AppSidebar.vue.d.ts.map +1 -1
- package/dist/types/types/sidebar.d.ts +8 -0
- package/dist/types/types/sidebar.d.ts.map +1 -1
- package/package.json +2 -1
package/dist/app-layout.es.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
import { ChevronRightIcon as
|
|
3
|
-
import { HeaderTags as
|
|
4
|
-
const
|
|
1
|
+
import { defineComponent as re, resolveComponent as be, createBlock as K, openBlock as p, withCtx as B, renderSlot as C, createElementBlock as T, Fragment as Oe, renderList as we, normalizeClass as oe, createTextVNode as Be, toDisplayString as Y, computed as S, createSlots as qe, createVNode as Le, createCommentVNode as O, createElementVNode as E, createStaticVNode as In, useCssVars as yt, reactive as Ue, useSlots as tt, onMounted as Me, getCurrentInstance as Yt, hasInjectionContext as Qt, inject as On, watch as Ae, getCurrentScope as $n, onScopeDispose as En, shallowRef as Ve, watchEffect as Jt, toValue as $e, unref as ve, resolveDynamicComponent as Ee, withKeys as An, ref as ee, onUnmounted as Fn, Comment as Nn, cloneVNode as Dn, nextTick as Ht, onBeforeUnmount as ea, withModifiers as Rn, toRef as xn } from "vue";
|
|
2
|
+
import { ChevronRightIcon as ta, ChevronDownIcon as Bn } from "@kong/icons";
|
|
3
|
+
import { KButton as Ln, HeaderTags as Mn } from "@kong/kongponents";
|
|
4
|
+
const jn = /* @__PURE__ */ re({
|
|
5
5
|
__name: "AccountDropdown",
|
|
6
6
|
props: {
|
|
7
7
|
options: {
|
|
@@ -19,27 +19,27 @@ const On = /* @__PURE__ */ Q({
|
|
|
19
19
|
default: " "
|
|
20
20
|
}
|
|
21
21
|
},
|
|
22
|
-
setup(
|
|
22
|
+
setup(a) {
|
|
23
23
|
return (t, r) => {
|
|
24
|
-
const
|
|
25
|
-
return p(),
|
|
24
|
+
const n = be("KDropdownItem"), s = be("KDropdown");
|
|
25
|
+
return p(), K(s, {
|
|
26
26
|
class: "account-dropdown",
|
|
27
27
|
"kpop-attributes": { placement: "bottom-end" },
|
|
28
|
-
"trigger-text":
|
|
29
|
-
width:
|
|
28
|
+
"trigger-text": a.userInitials,
|
|
29
|
+
width: a.width
|
|
30
30
|
}, {
|
|
31
|
-
items:
|
|
32
|
-
|
|
33
|
-
(p(!0),
|
|
31
|
+
items: B(({ handleSelection: u }) => [
|
|
32
|
+
C(t.$slots, "default", {}, () => [
|
|
33
|
+
(p(!0), T(Oe, null, we(a.options, (o) => (p(), K(n, {
|
|
34
34
|
key: o.value,
|
|
35
|
-
class:
|
|
35
|
+
class: oe({ "has-divider": o.hasDivider }),
|
|
36
36
|
"data-testid": "select-" + o.value,
|
|
37
37
|
"has-divider": o.hasDivider,
|
|
38
|
-
onClick: (
|
|
38
|
+
onClick: (v) => u(o)
|
|
39
39
|
}, {
|
|
40
|
-
default:
|
|
41
|
-
|
|
42
|
-
|
|
40
|
+
default: B(() => [
|
|
41
|
+
C(t.$slots, "default", { option: o }, () => [
|
|
42
|
+
Be(Y(o.label), 1)
|
|
43
43
|
], !0)
|
|
44
44
|
]),
|
|
45
45
|
_: 2
|
|
@@ -50,48 +50,48 @@ const On = /* @__PURE__ */ Q({
|
|
|
50
50
|
}, 8, ["trigger-text", "width"]);
|
|
51
51
|
};
|
|
52
52
|
}
|
|
53
|
-
}),
|
|
54
|
-
const r =
|
|
55
|
-
for (const [
|
|
56
|
-
r[
|
|
53
|
+
}), ie = (a, t) => {
|
|
54
|
+
const r = a.__vccOpts || a;
|
|
55
|
+
for (const [n, s] of t)
|
|
56
|
+
r[n] = s;
|
|
57
57
|
return r;
|
|
58
|
-
},
|
|
58
|
+
}, go = /* @__PURE__ */ ie(jn, [["__scopeId", "data-v-b33191a2"]]), Pn = {
|
|
59
59
|
class: "about-section-title",
|
|
60
60
|
"data-testid": "about-section-title"
|
|
61
|
-
},
|
|
61
|
+
}, Kn = { class: "about-section-header-end" }, Zn = {
|
|
62
62
|
key: 0,
|
|
63
63
|
class: "about-section-timestamps-created",
|
|
64
64
|
"data-testid": "about-section-timestamps-created"
|
|
65
|
-
},
|
|
65
|
+
}, Hn = {
|
|
66
66
|
key: 1,
|
|
67
67
|
class: "about-section-timestamps-arrow"
|
|
68
|
-
},
|
|
68
|
+
}, Wn = {
|
|
69
69
|
key: 2,
|
|
70
70
|
class: "about-section-timestamps-modified",
|
|
71
71
|
"data-testid": "about-section-timestamps-modified"
|
|
72
|
-
},
|
|
72
|
+
}, zn = {
|
|
73
73
|
key: 1,
|
|
74
74
|
class: "about-section-actions",
|
|
75
75
|
"data-testid": "about-section-actions"
|
|
76
|
-
},
|
|
76
|
+
}, Gn = {
|
|
77
77
|
key: 0,
|
|
78
78
|
"data-testid": "about-section-loading-skeleton"
|
|
79
|
-
},
|
|
79
|
+
}, Un = { key: 1 }, Vn = {
|
|
80
80
|
key: 0,
|
|
81
81
|
class: "about-section-description",
|
|
82
82
|
"data-testid": "about-section-description"
|
|
83
|
-
},
|
|
83
|
+
}, qn = {
|
|
84
84
|
key: 1,
|
|
85
85
|
class: "about-section-content",
|
|
86
86
|
"data-testid": "about-section-content"
|
|
87
|
-
},
|
|
87
|
+
}, Xn = {
|
|
88
88
|
key: 2,
|
|
89
89
|
"data-testid": "about-divider-section-separator"
|
|
90
|
-
},
|
|
90
|
+
}, Yn = {
|
|
91
91
|
key: 3,
|
|
92
92
|
class: "about-divider-section",
|
|
93
93
|
"data-testid": "about-divider-section"
|
|
94
|
-
},
|
|
94
|
+
}, Qn = /* @__PURE__ */ re({
|
|
95
95
|
__name: "AppAboutSection",
|
|
96
96
|
props: {
|
|
97
97
|
title: { default: "" },
|
|
@@ -102,62 +102,62 @@ const On = /* @__PURE__ */ Q({
|
|
|
102
102
|
modifiedLabel: { default: "Modified" },
|
|
103
103
|
isLoading: { type: Boolean, default: !1 }
|
|
104
104
|
},
|
|
105
|
-
setup(
|
|
106
|
-
const t =
|
|
107
|
-
return (
|
|
108
|
-
const u =
|
|
109
|
-
return p(),
|
|
105
|
+
setup(a) {
|
|
106
|
+
const t = a, r = S(() => !!t.modified && t.modified !== t.created);
|
|
107
|
+
return (n, s) => {
|
|
108
|
+
const u = be("KSkeletonBox"), o = be("KCard");
|
|
109
|
+
return p(), K(o, {
|
|
110
110
|
class: "kong-ui-app-about-section",
|
|
111
111
|
"title-tag": "h2"
|
|
112
|
-
},
|
|
113
|
-
default:
|
|
114
|
-
|
|
115
|
-
|
|
112
|
+
}, qe({
|
|
113
|
+
default: B(() => [
|
|
114
|
+
n.isLoading ? (p(), T("div", Gn, [
|
|
115
|
+
Le(u, {
|
|
116
116
|
height: "2",
|
|
117
117
|
width: "100"
|
|
118
118
|
}),
|
|
119
|
-
|
|
119
|
+
Le(u, {
|
|
120
120
|
height: "2",
|
|
121
121
|
width: "100"
|
|
122
122
|
})
|
|
123
|
-
])) : (p(),
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
123
|
+
])) : (p(), T("div", Un, [
|
|
124
|
+
n.description ? (p(), T("p", Vn, Y(n.description), 1)) : O("", !0),
|
|
125
|
+
n.$slots.default ? (p(), T("div", qn, [
|
|
126
|
+
C(n.$slots, "default", {}, void 0, !0)
|
|
127
127
|
])) : O("", !0),
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
128
|
+
n.$slots["divider-section"] ? (p(), T("hr", Xn)) : O("", !0),
|
|
129
|
+
n.$slots["divider-section"] ? (p(), T("div", Yn, [
|
|
130
|
+
C(n.$slots, "divider-section", {}, void 0, !0)
|
|
131
131
|
])) : O("", !0)
|
|
132
132
|
]))
|
|
133
133
|
]),
|
|
134
134
|
_: 2
|
|
135
135
|
}, [
|
|
136
|
-
|
|
136
|
+
n.$slots.title || n.title ? {
|
|
137
137
|
name: "title",
|
|
138
|
-
fn:
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
138
|
+
fn: B(() => [
|
|
139
|
+
E("span", Pn, [
|
|
140
|
+
C(n.$slots, "title", {}, () => [
|
|
141
|
+
Be(Y(n.title), 1)
|
|
142
142
|
], !0)
|
|
143
143
|
])
|
|
144
144
|
]),
|
|
145
145
|
key: "0"
|
|
146
146
|
} : void 0,
|
|
147
|
-
|
|
147
|
+
n.$slots.actions || n.created || n.modified ? {
|
|
148
148
|
name: "actions",
|
|
149
|
-
fn:
|
|
150
|
-
|
|
151
|
-
|
|
149
|
+
fn: B(() => [
|
|
150
|
+
E("div", Kn, [
|
|
151
|
+
n.created || n.modified ? (p(), T("div", {
|
|
152
152
|
key: 0,
|
|
153
|
-
class:
|
|
153
|
+
class: oe(["about-section-timestamps", { "has-actions": n.$slots.actions }])
|
|
154
154
|
}, [
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
r.value ? (p(),
|
|
155
|
+
n.created ? (p(), T("span", Zn, Y(n.createdLabel) + ": " + Y(n.created), 1)) : O("", !0),
|
|
156
|
+
n.created && r.value ? (p(), T("span", Hn, "->")) : O("", !0),
|
|
157
|
+
r.value ? (p(), T("span", Wn, Y(n.modifiedLabel) + ": " + Y(n.modified), 1)) : O("", !0)
|
|
158
158
|
], 2)) : O("", !0),
|
|
159
|
-
|
|
160
|
-
|
|
159
|
+
n.$slots.actions ? (p(), T("div", zn, [
|
|
160
|
+
C(n.$slots, "actions", {}, void 0, !0)
|
|
161
161
|
])) : O("", !0)
|
|
162
162
|
])
|
|
163
163
|
]),
|
|
@@ -166,40 +166,40 @@ const On = /* @__PURE__ */ Q({
|
|
|
166
166
|
]), 1024);
|
|
167
167
|
};
|
|
168
168
|
}
|
|
169
|
-
}),
|
|
169
|
+
}), yo = /* @__PURE__ */ ie(Qn, [["__scopeId", "data-v-f5864a9c"]]), Jn = {}, er = {
|
|
170
170
|
fill: "none",
|
|
171
171
|
height: "130",
|
|
172
172
|
width: "130",
|
|
173
173
|
xmlns: "http://www.w3.org/2000/svg"
|
|
174
174
|
};
|
|
175
|
-
function
|
|
176
|
-
return p(),
|
|
177
|
-
|
|
175
|
+
function tr(a, t) {
|
|
176
|
+
return p(), T("svg", er, t[0] || (t[0] = [
|
|
177
|
+
In('<path clip-rule="evenodd" d="M19.111 120.198c-.226 0-.409-.164-.409-.368v-4.812c0-.203.183-.368.409-.368.226 0 .409.165.409.368v4.812c0 .204-.183.368-.409.368Zm0-9.625c-.226 0-.409-.165-.409-.368v-4.813c0-.203.183-.368.409-.368.226 0 .409.165.409.368v4.813c0 .203-.183.368-.409.368Zm0-9.625c-.226 0-.409-.165-.409-.368v-4.813c0-.203.183-.368.409-.368.226 0 .409.165.409.368v4.813c0 .203-.183.368-.409.368Zm0-9.626c-.226 0-.409-.165-.409-.368v-4.812c0-.204.183-.368.409-.368.226 0 .409.164.409.368v4.812c0 .204-.183.368-.409.368Zm0-9.625c-.226 0-.409-.165-.409-.368v-4.813c0-.203.183-.368.409-.368.226 0 .409.165.409.368v4.813c0 .203-.183.368-.409.368Zm0-9.626c-.226 0-.409-.164-.409-.367V66.89c0-.203.183-.368.409-.368.226 0 .409.165.409.368v4.813c0 .203-.183.368-.409.368Zm0-9.625c-.226 0-.409-.165-.409-.368v-4.813c0-.203.183-.368.409-.368.226 0 .409.165.409.368v4.813c0 .203-.183.368-.409.368Zm0-9.625c-.226 0-.409-.165-.409-.368V47.64c0-.203.183-.368.409-.368.226 0 .409.165.409.368v4.813c0 .203-.183.368-.409.368Zm0-9.626c-.226 0-.409-.164-.409-.368v-4.812c0-.204.183-.368.409-.368.226 0 .409.164.409.368v4.812c0 .204-.183.368-.409.368Zm0-9.625c-.226 0-.409-.165-.409-.368v-4.813c0-.203.183-.368.409-.368.226 0 .409.165.409.368v4.813c0 .203-.183.368-.409.368Zm0-9.625c-.226 0-.409-.165-.409-.369v-4.812c0-.203.183-.368.409-.368.226 0 .409.165.409.368v4.813c0 .203-.183.368-.409.368Zm0-9.626c-.226 0-.409-.165-.409-.368V9.138c0-.203.183-.368.409-.368.226 0 .409.165.409.368v4.813c0 .203-.183.368-.409.368ZM110.889 120.198c-.225 0-.408-.164-.408-.368v-4.812c0-.203.183-.368.408-.368.226 0 .409.165.409.368v4.812c0 .204-.183.368-.409.368Zm0-9.625c-.225 0-.408-.165-.408-.368v-4.813c0-.203.183-.368.408-.368.226 0 .409.165.409.368v4.813c0 .203-.183.368-.409.368Zm0-9.625c-.225 0-.408-.165-.408-.368v-4.813c0-.203.183-.368.408-.368.226 0 .409.165.409.368v4.813c0 .203-.183.368-.409.368Zm0-9.626c-.225 0-.408-.165-.408-.368v-4.812c0-.204.183-.368.408-.368.226 0 .409.164.409.368v4.812c0 .204-.183.368-.409.368Zm0-9.625c-.225 0-.408-.165-.408-.368v-4.813c0-.203.183-.368.408-.368.226 0 .409.165.409.368v4.813c0 .203-.183.368-.409.368Zm0-9.626c-.225 0-.408-.164-.408-.367V66.89c0-.203.183-.368.408-.368.226 0 .409.165.409.368v4.813c0 .203-.183.368-.409.368Zm0-9.625c-.225 0-.408-.165-.408-.368v-4.813c0-.203.183-.368.408-.368.226 0 .409.165.409.368v4.813c0 .203-.183.368-.409.368Zm0-9.625c-.225 0-.408-.165-.408-.368V47.64c0-.203.183-.368.408-.368.226 0 .409.165.409.368v4.813c0 .203-.183.368-.409.368Zm0-9.626c-.225 0-.408-.164-.408-.368v-4.812c0-.204.183-.368.408-.368.226 0 .409.164.409.368v4.812c0 .204-.183.368-.409.368Zm0-9.625c-.225 0-.408-.165-.408-.368v-4.813c0-.203.183-.368.408-.368.226 0 .409.165.409.368v4.813c0 .203-.183.368-.409.368Zm0-9.625c-.225 0-.408-.165-.408-.369v-4.812c0-.203.183-.368.408-.368.226 0 .409.165.409.368v4.813c0 .203-.183.368-.409.368Zm0-9.626c-.225 0-.408-.165-.408-.368V9.138c0-.203.183-.368.408-.368.226 0 .409.165.409.368v4.813c0 .203-.183.368-.409.368Z" fill="#D6D6D6" fill-rule="evenodd"></path><path clip-rule="evenodd" d="M123.553 107.758a.399.399 0 0 1-.388.408h-5.068a.398.398 0 0 1-.387-.408c0-.226.173-.409.387-.409h5.068c.214 0 .388.183.388.409Zm-10.136 0a.398.398 0 0 1-.387.408h-5.068a.399.399 0 0 1-.388-.408c0-.226.174-.409.388-.409h5.068c.214 0 .387.183.387.409Zm-10.136 0a.398.398 0 0 1-.387.408h-5.068a.398.398 0 0 1-.388-.408c0-.226.174-.409.388-.409h5.068c.214 0 .387.183.387.409Zm-10.136 0a.398.398 0 0 1-.387.408H87.69a.398.398 0 0 1-.388-.408c0-.226.174-.409.388-.409h5.068c.214 0 .387.183.387.409Zm-10.136 0a.398.398 0 0 1-.387.408h-5.068a.398.398 0 0 1-.388-.408c0-.226.174-.409.388-.409h5.068c.214 0 .387.183.387.409Zm-10.135 0a.398.398 0 0 1-.388.408h-5.068a.398.398 0 0 1-.388-.408c0-.226.174-.409.388-.409h5.068c.214 0 .388.183.388.409Zm-10.136 0a.398.398 0 0 1-.388.408h-5.068a.398.398 0 0 1-.387-.408c0-.226.173-.409.387-.409h5.068c.214 0 .388.183.388.409Zm-10.136 0a.398.398 0 0 1-.388.408h-5.068a.398.398 0 0 1-.387-.408c0-.226.173-.409.387-.409h5.068c.214 0 .388.183.388.409Zm-10.136 0a.398.398 0 0 1-.388.408H37.01a.398.398 0 0 1-.387-.408c0-.226.173-.409.387-.409h5.068c.214 0 .388.183.388.409Zm-10.136 0a.398.398 0 0 1-.388.408h-5.067a.398.398 0 0 1-.388-.408c0-.226.174-.409.388-.409h5.067c.215 0 .388.183.388.409Zm-10.136 0a.398.398 0 0 1-.387.408h-5.068a.398.398 0 0 1-.388-.408c0-.226.174-.409.388-.409h5.068c.214 0 .387.183.387.409Zm-10.136 0a.398.398 0 0 1-.387.408H6.603a.398.398 0 0 1-.388-.408c0-.226.174-.409.388-.409h5.068c.214 0 .387.183.387.409ZM123.553 21.434a.399.399 0 0 1-.388.409h-5.068a.398.398 0 0 1-.387-.409c0-.226.173-.408.387-.408h5.068c.214 0 .388.183.388.408Zm-10.136 0a.399.399 0 0 1-.388.409h-5.068a.398.398 0 0 1-.387-.409c0-.226.173-.408.387-.408h5.068c.214 0 .388.183.388.408Zm-10.136 0a.398.398 0 0 1-.387.409h-5.068a.399.399 0 0 1-.388-.409c0-.226.174-.408.388-.408h5.068c.214 0 .387.183.387.408Zm-10.136 0a.398.398 0 0 1-.387.409H87.69a.398.398 0 0 1-.388-.409c0-.226.174-.408.388-.408h5.068c.214 0 .387.183.387.408Zm-10.136 0a.398.398 0 0 1-.387.409h-5.068a.398.398 0 0 1-.388-.409c0-.226.174-.408.388-.408h5.068c.214 0 .387.183.387.408Zm-10.136 0a.398.398 0 0 1-.387.409h-5.068a.398.398 0 0 1-.388-.409c0-.226.174-.408.388-.408h5.068c.214 0 .387.183.387.408Zm-10.135 0a.399.399 0 0 1-.388.409h-5.068a.398.398 0 0 1-.387-.409c0-.226.173-.408.387-.408h5.068c.214 0 .388.183.388.408Zm-10.136 0a.398.398 0 0 1-.388.409h-5.068a.398.398 0 0 1-.387-.409c0-.226.173-.408.387-.408h5.068c.214 0 .388.183.388.408Zm-10.136 0a.398.398 0 0 1-.388.409H37.01a.398.398 0 0 1-.387-.409c0-.226.173-.408.387-.408h5.068c.214 0 .388.183.388.408Zm-10.136 0a.398.398 0 0 1-.388.409h-5.068a.398.398 0 0 1-.387-.409c0-.226.173-.408.387-.408h5.068c.214 0 .388.183.388.408Zm-10.136 0a.398.398 0 0 1-.388.409h-5.068a.398.398 0 0 1-.387-.409c0-.226.173-.408.387-.408h5.068c.214 0 .388.183.388.408Zm-10.136 0a.398.398 0 0 1-.387.409H6.603a.398.398 0 0 1-.388-.409c0-.226.174-.408.388-.408h5.068c.214 0 .387.183.387.408Z" fill="#D6D6D6" fill-rule="evenodd"></path><circle cx="65" cy="65" opacity=".5" r="64" stroke="#B6B6BD" stroke-dasharray="5.69 5.69" stroke-linecap="round" stroke-width=".854"></circle><g clip-path="url(#a)" stroke="#169FCC" stroke-miterlimit="10" stroke-width="1.42"><path d="m33.523 104.868-5.72-.695a1.214 1.214 0 0 1-.766-.386 1.182 1.182 0 0 1-.312-.788v-7.448c0-.095.038-.186.106-.253a.365.365 0 0 1 .256-.104l5.254-.263M61.471 22.733a1.761 1.761 0 0 1 1.45.235 49.628 49.628 0 0 1 15.613 17.6 48.797 48.797 0 0 1 5.65 22.702 47.236 47.236 0 0 1-.333 5.325 41.34 41.34 0 0 0-12.501-.441 48.503 48.503 0 0 0-1.813-23.734 49.117 49.117 0 0 0-12.91-20.119c1.602-.591 3.223-1.136 4.844-1.568Z"></path><path d="M71.35 68.154a39.493 39.493 0 0 0-10.813 3.757 51.298 51.298 0 0 0 3.251-18.062c0-9.392-4.939-19.179-9.783-27.237-.257-.432 0-1.616 2.642-2.32"></path><path d="M56.236 78.58a13.605 13.605 0 0 0-4.29-9.289 14.017 14.017 0 0 0-9.622-3.786 9.617 9.617 0 0 1-6.456-2.446 9.341 9.341 0 0 1-3.079-6.1l-.286-4.256c3.09 0 9.46 4.105 13.216 4.866 3.757.76 8.21.253 11.862 3.437a13.303 13.303 0 0 1 4.357 6.575"></path><path d="M68.594 75.442c-3.432 6.95-7.914 11.59-14.303 16.033a47.076 47.076 0 0 1-21.702 8.058v-4.696c11.642-4.809 22.208-11.806 27.948-22.88"></path><path d="M76.499 84.815a46.939 46.939 0 0 1-17.392 14.511 50.925 50.925 0 0 1-22.885 5.457c-2.317 0-3.662.47-3.662-.695v-4.555"></path><path d="M83.85 68.595c22.304 16.22 4.044 39.25-19.652 37.663.954-.939 29.95-22.222-3.661-34.3"></path><path d="M84.184 58.47c13.607 0 25.746 26.242 17.383 30.995-1.182-17.508-17.716-20.87-17.716-20.87"></path></g><defs><clipPath id="a"><path d="M0 0h79v85H0z" fill="#fff" transform="translate(26 22)"></path></clipPath></defs>', 5)
|
|
178
178
|
]));
|
|
179
179
|
}
|
|
180
|
-
const
|
|
180
|
+
const ar = /* @__PURE__ */ ie(Jn, [["render", tr]]), nr = { class: "kong-ui-app-error" }, rr = { class: "banana-icon" }, ir = { class: "kong-ui-app-error-content" }, or = /* @__PURE__ */ re({
|
|
181
181
|
__name: "AppError",
|
|
182
|
-
setup(
|
|
183
|
-
return (t, r) => (p(),
|
|
184
|
-
|
|
185
|
-
|
|
182
|
+
setup(a) {
|
|
183
|
+
return (t, r) => (p(), T("section", nr, [
|
|
184
|
+
E("div", rr, [
|
|
185
|
+
Le(ar)
|
|
186
186
|
]),
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
r[0] || (r[0] =
|
|
190
|
-
r[1] || (r[1] =
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
187
|
+
E("div", ir, [
|
|
188
|
+
C(t.$slots, "default", {}, () => [
|
|
189
|
+
r[0] || (r[0] = E("h2", null, "An unexpected error has occurred", -1)),
|
|
190
|
+
r[1] || (r[1] = E("p", null, [
|
|
191
|
+
Be("Go back to the previous page or "),
|
|
192
|
+
E("a", { href: "/" }, "return home"),
|
|
193
|
+
Be(".")
|
|
194
194
|
], -1))
|
|
195
195
|
], !0)
|
|
196
196
|
])
|
|
197
197
|
]));
|
|
198
198
|
}
|
|
199
|
-
}),
|
|
199
|
+
}), wo = /* @__PURE__ */ ie(or, [["__scopeId", "data-v-b6d8dc55"]]), sr = { class: "kong-ui-app-navbar" }, lr = { class: "header-content" }, cr = { class: "mobile-header-left" }, ur = {
|
|
200
200
|
key: 0,
|
|
201
201
|
class: "app-navbar-logo"
|
|
202
|
-
},
|
|
202
|
+
}, dr = { class: "navbar-content" }, fr = { class: "navbar-content-left" }, vr = { class: "navbar-content-center" }, br = { class: "navbar-content-right" }, pr = /* @__PURE__ */ re({
|
|
203
203
|
__name: "AppNavbar",
|
|
204
204
|
props: {
|
|
205
205
|
topOffset: {
|
|
@@ -216,51 +216,154 @@ const Hn = /* @__PURE__ */ ee(jn, [["render", Kn]]), zn = { class: "kong-ui-app-
|
|
|
216
216
|
default: 3
|
|
217
217
|
}
|
|
218
218
|
},
|
|
219
|
-
setup(
|
|
220
|
-
|
|
219
|
+
setup(a) {
|
|
220
|
+
yt((o) => ({
|
|
221
221
|
"27c93a10": u.value.top,
|
|
222
222
|
"0f284bf5": u.value.zIndex,
|
|
223
223
|
d1659a78: u.value.left,
|
|
224
224
|
"3d9232e8": s.marginRight,
|
|
225
225
|
"038c3c78": s.width
|
|
226
226
|
}));
|
|
227
|
-
const t =
|
|
227
|
+
const t = a, r = tt(), n = S(() => !!r.logo), s = Ue({
|
|
228
228
|
marginRight: "0",
|
|
229
229
|
width: "0"
|
|
230
230
|
});
|
|
231
|
-
|
|
232
|
-
var o,
|
|
233
|
-
(
|
|
231
|
+
Me(() => {
|
|
232
|
+
var o, v;
|
|
233
|
+
(v = (o = document == null ? void 0 : document.querySelector(".kong-ui-app-navbar .app-navbar-logo")) == null ? void 0 : o.children) != null && v.length ? (s.marginRight = "32px", s.width = "calc(240px - 32px)") : (s.marginRight = "0", s.width = "0");
|
|
234
234
|
});
|
|
235
|
-
const u =
|
|
235
|
+
const u = S(() => ({
|
|
236
236
|
top: t.topOffset ? `${t.topOffset}px` : "0",
|
|
237
237
|
left: t.leftOffset ? `${t.leftOffset}px` : "0",
|
|
238
238
|
zIndex: t.zIndex
|
|
239
239
|
}));
|
|
240
|
-
return (o,
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
240
|
+
return (o, v) => (p(), T("header", sr, [
|
|
241
|
+
E("div", lr, [
|
|
242
|
+
E("div", cr, [
|
|
243
|
+
C(o.$slots, "mobile-sidebar-toggle"),
|
|
244
|
+
C(o.$slots, "mobile-logo")
|
|
245
245
|
]),
|
|
246
|
-
|
|
247
|
-
|
|
246
|
+
n.value ? (p(), T("div", ur, [
|
|
247
|
+
C(o.$slots, "logo")
|
|
248
248
|
])) : O("", !0),
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
249
|
+
E("div", dr, [
|
|
250
|
+
E("div", fr, [
|
|
251
|
+
C(o.$slots, "left")
|
|
252
252
|
]),
|
|
253
|
-
|
|
254
|
-
|
|
253
|
+
E("div", vr, [
|
|
254
|
+
C(o.$slots, "center")
|
|
255
255
|
]),
|
|
256
|
-
|
|
257
|
-
|
|
256
|
+
E("div", br, [
|
|
257
|
+
C(o.$slots, "right")
|
|
258
258
|
])
|
|
259
259
|
])
|
|
260
260
|
])
|
|
261
261
|
]));
|
|
262
262
|
}
|
|
263
|
-
}),
|
|
263
|
+
}), hr = /* @__PURE__ */ ie(pr, [["__scopeId", "data-v-2f6fc50f"]]);
|
|
264
|
+
function mr(a) {
|
|
265
|
+
return $n() ? (En(a), !0) : !1;
|
|
266
|
+
}
|
|
267
|
+
const vt = /* @__PURE__ */ new WeakMap(), gr = (...a) => {
|
|
268
|
+
var t;
|
|
269
|
+
const r = a[0], n = (t = Yt()) == null ? void 0 : t.proxy;
|
|
270
|
+
if (n == null && !Qt())
|
|
271
|
+
throw new Error("injectLocal must be called in setup");
|
|
272
|
+
return n && vt.has(n) && r in vt.get(n) ? vt.get(n)[r] : On(...a);
|
|
273
|
+
}, yr = typeof window < "u" && typeof document < "u";
|
|
274
|
+
typeof WorkerGlobalScope < "u" && globalThis instanceof WorkerGlobalScope;
|
|
275
|
+
const wr = Object.prototype.toString, kr = (a) => wr.call(a) === "[object Object]";
|
|
276
|
+
function Wt(a) {
|
|
277
|
+
return a.endsWith("rem") ? Number.parseFloat(a) * 16 : Number.parseFloat(a);
|
|
278
|
+
}
|
|
279
|
+
function bt(a) {
|
|
280
|
+
return Array.isArray(a) ? a : [a];
|
|
281
|
+
}
|
|
282
|
+
function Tr(a, t, r) {
|
|
283
|
+
return Ae(
|
|
284
|
+
a,
|
|
285
|
+
t,
|
|
286
|
+
{
|
|
287
|
+
...r,
|
|
288
|
+
immediate: !0
|
|
289
|
+
}
|
|
290
|
+
);
|
|
291
|
+
}
|
|
292
|
+
const aa = yr ? window : void 0;
|
|
293
|
+
function _r(a) {
|
|
294
|
+
var t;
|
|
295
|
+
const r = $e(a);
|
|
296
|
+
return (t = r == null ? void 0 : r.$el) != null ? t : r;
|
|
297
|
+
}
|
|
298
|
+
function Sr(...a) {
|
|
299
|
+
const t = [], r = () => {
|
|
300
|
+
t.forEach((v) => v()), t.length = 0;
|
|
301
|
+
}, n = (v, b, w, I) => (v.addEventListener(b, w, I), () => v.removeEventListener(b, w, I)), s = S(() => {
|
|
302
|
+
const v = bt($e(a[0])).filter((b) => b != null);
|
|
303
|
+
return v.every((b) => typeof b != "string") ? v : void 0;
|
|
304
|
+
}), u = Tr(
|
|
305
|
+
() => {
|
|
306
|
+
var v, b;
|
|
307
|
+
return [
|
|
308
|
+
(b = (v = s.value) == null ? void 0 : v.map((w) => _r(w))) != null ? b : [aa].filter((w) => w != null),
|
|
309
|
+
bt($e(s.value ? a[1] : a[0])),
|
|
310
|
+
bt(ve(s.value ? a[2] : a[1])),
|
|
311
|
+
// @ts-expect-error - TypeScript gets the correct types, but somehow still complains
|
|
312
|
+
$e(s.value ? a[3] : a[2])
|
|
313
|
+
];
|
|
314
|
+
},
|
|
315
|
+
([v, b, w, I]) => {
|
|
316
|
+
if (r(), !(v != null && v.length) || !(b != null && b.length) || !(w != null && w.length))
|
|
317
|
+
return;
|
|
318
|
+
const R = kr(I) ? { ...I } : I;
|
|
319
|
+
t.push(
|
|
320
|
+
...v.flatMap(
|
|
321
|
+
(L) => b.flatMap(
|
|
322
|
+
(M) => w.map((k) => n(L, M, k, R))
|
|
323
|
+
)
|
|
324
|
+
)
|
|
325
|
+
);
|
|
326
|
+
},
|
|
327
|
+
{ flush: "post" }
|
|
328
|
+
), o = () => {
|
|
329
|
+
u(), r();
|
|
330
|
+
};
|
|
331
|
+
return mr(r), o;
|
|
332
|
+
}
|
|
333
|
+
function Cr() {
|
|
334
|
+
const a = Ve(!1), t = Yt();
|
|
335
|
+
return t && Me(() => {
|
|
336
|
+
a.value = !0;
|
|
337
|
+
}, t), a;
|
|
338
|
+
}
|
|
339
|
+
function Ir(a) {
|
|
340
|
+
const t = Cr();
|
|
341
|
+
return S(() => (t.value, !!a()));
|
|
342
|
+
}
|
|
343
|
+
const Or = Symbol("vueuse-ssr-width");
|
|
344
|
+
function $r() {
|
|
345
|
+
const a = Qt() ? gr(Or, null) : null;
|
|
346
|
+
return typeof a == "number" ? a : void 0;
|
|
347
|
+
}
|
|
348
|
+
function Er(a, t = {}) {
|
|
349
|
+
const { window: r = aa, ssrWidth: n = $r() } = t, s = Ir(() => r && "matchMedia" in r && typeof r.matchMedia == "function"), u = Ve(typeof n == "number"), o = Ve(), v = Ve(!1), b = (w) => {
|
|
350
|
+
v.value = w.matches;
|
|
351
|
+
};
|
|
352
|
+
return Jt(() => {
|
|
353
|
+
if (u.value) {
|
|
354
|
+
u.value = !s.value;
|
|
355
|
+
const w = $e(a).split(",");
|
|
356
|
+
v.value = w.some((I) => {
|
|
357
|
+
const R = I.includes("not all"), L = I.match(/\(\s*min-width:\s*(-?\d+(?:\.\d*)?[a-z]+\s*)\)/), M = I.match(/\(\s*max-width:\s*(-?\d+(?:\.\d*)?[a-z]+\s*)\)/);
|
|
358
|
+
let k = !!(L || M);
|
|
359
|
+
return L && k && (k = n >= Wt(L[1])), M && k && (k = n <= Wt(M[1])), R ? !k : k;
|
|
360
|
+
});
|
|
361
|
+
return;
|
|
362
|
+
}
|
|
363
|
+
s.value && (o.value = r.matchMedia($e(a)), v.value = o.value.matches);
|
|
364
|
+
}), Sr(o, "change", b, { passive: !0 }), S(() => v.value);
|
|
365
|
+
}
|
|
366
|
+
const Ar = "#ffffff", Fr = "#000933", Nr = "#000933", Dr = "#ffffff", Rr = "0px", xr = "4px", Br = "640px", Lr = "16px", Mr = "#bee2ff", jr = ["title"], pt = 99, Pr = /* @__PURE__ */ re({
|
|
264
367
|
__name: "ItemBadge",
|
|
265
368
|
props: {
|
|
266
369
|
count: {
|
|
@@ -269,21 +372,21 @@ const Hn = /* @__PURE__ */ ee(jn, [["render", Kn]]), zn = { class: "kong-ui-app-
|
|
|
269
372
|
default: void 0
|
|
270
373
|
}
|
|
271
374
|
},
|
|
272
|
-
setup(
|
|
273
|
-
const t =
|
|
274
|
-
return (
|
|
375
|
+
setup(a) {
|
|
376
|
+
const t = a, r = S(() => t.count ? t.count > pt ? `${pt}+` : t.count.toString() : "");
|
|
377
|
+
return (n, s) => r.value ? (p(), T("div", {
|
|
275
378
|
key: 0,
|
|
276
379
|
class: "item-badge",
|
|
277
|
-
title: (
|
|
278
|
-
},
|
|
380
|
+
title: (a.count || 0) > pt ? String(a.count) : void 0
|
|
381
|
+
}, Y(r.value), 9, jr)) : O("", !0);
|
|
279
382
|
}
|
|
280
|
-
}),
|
|
383
|
+
}), Kr = /* @__PURE__ */ ie(Pr, [["__scopeId", "data-v-afb0d903"]]), Zr = ["data-testid"], Hr = ["aria-controls", "aria-current", "aria-expanded", "href", "target", "onClick", "onKeypress"], Wr = {
|
|
281
384
|
key: 0,
|
|
282
385
|
class: "sidebar-item-icon"
|
|
283
|
-
},
|
|
386
|
+
}, zr = { class: "sidebar-item-name-container" }, Gr = { class: "sidebar-item-name has-tooltip" }, Ur = {
|
|
284
387
|
key: 2,
|
|
285
388
|
class: "sidebar-item-label truncate-text truncate-18"
|
|
286
|
-
},
|
|
389
|
+
}, Vr = ["id"], qr = /* @__PURE__ */ re({
|
|
287
390
|
__name: "SidebarItem",
|
|
288
391
|
props: {
|
|
289
392
|
item: {
|
|
@@ -297,395 +400,395 @@ const Hn = /* @__PURE__ */ ee(jn, [["render", Kn]]), zn = { class: "kong-ui-app-
|
|
|
297
400
|
}
|
|
298
401
|
},
|
|
299
402
|
emits: ["click"],
|
|
300
|
-
setup(
|
|
301
|
-
const r = t,
|
|
302
|
-
r("click",
|
|
303
|
-
},
|
|
304
|
-
|
|
403
|
+
setup(a, { emit: t }) {
|
|
404
|
+
const r = t, n = a, s = S(() => typeof n.item.to != "string" ? !1 : !!n.item.newWindow || !!n.item.external || n.item.to.startsWith("http")), u = S(() => !n.item.to || typeof n.item.to != "string" || !n.item.newWindow ? !1 : n.item.newWindow && (n.item.to.startsWith("http") || n.item.to.startsWith("/"))), o = S(() => n.subnavItem && n.item.badgeCount !== void 0 && n.item.badgeCount !== 0), v = (w) => {
|
|
405
|
+
r("click", w);
|
|
406
|
+
}, b = (w, I, R) => {
|
|
407
|
+
v(I), typeof R == "function" && (w.preventDefault(), R());
|
|
305
408
|
};
|
|
306
|
-
return (
|
|
307
|
-
var
|
|
308
|
-
const
|
|
309
|
-
return p(),
|
|
310
|
-
class:
|
|
311
|
-
"data-testid":
|
|
409
|
+
return (w, I) => {
|
|
410
|
+
var M;
|
|
411
|
+
const R = be("KTooltip"), L = be("SidebarItem", !0);
|
|
412
|
+
return p(), T("li", {
|
|
413
|
+
class: oe([a.subnavItem ? "sidebar-item-secondary" : "sidebar-item-primary", { expanded: a.item.expanded }, { active: a.item.active }]),
|
|
414
|
+
"data-testid": a.item.testId ? `sidebar-item-${a.item.testId}` : void 0
|
|
312
415
|
}, [
|
|
313
|
-
(p(),
|
|
416
|
+
(p(), K(Ee(s.value ? "div" : "router-link"), {
|
|
314
417
|
custom: s.value ? void 0 : !0,
|
|
315
|
-
to: !s.value && !u.value ?
|
|
418
|
+
to: !s.value && !u.value ? a.item.to : void 0
|
|
316
419
|
}, {
|
|
317
|
-
default:
|
|
318
|
-
var
|
|
420
|
+
default: B((k) => {
|
|
421
|
+
var U, V;
|
|
319
422
|
return [
|
|
320
|
-
|
|
321
|
-
"aria-controls": (
|
|
322
|
-
"aria-current":
|
|
323
|
-
"aria-expanded": (
|
|
324
|
-
class:
|
|
325
|
-
href: s.value ? String(
|
|
423
|
+
E("a", {
|
|
424
|
+
"aria-controls": (U = a.item.items) != null && U.length && a.item.expanded ? `subnav-${a.item.key}` : void 0,
|
|
425
|
+
"aria-current": a.item.active ? "page" : void 0,
|
|
426
|
+
"aria-expanded": (V = a.item.items) != null && V.length && a.item.expanded ? !0 : void 0,
|
|
427
|
+
class: oe(["sidebar-item-link", { "sidebar-item-external-link": u.value, "router-link": !s.value }]),
|
|
428
|
+
href: s.value ? String(a.item.to || "#") : k == null ? void 0 : k.href,
|
|
326
429
|
target: u.value ? "_blank" : void 0,
|
|
327
|
-
onClick: (
|
|
328
|
-
onKeypress:
|
|
430
|
+
onClick: (j) => b(j, a.item, k == null ? void 0 : k.navigate),
|
|
431
|
+
onKeypress: An((j) => b(j, a.item, k == null ? void 0 : k.navigate), ["enter"])
|
|
329
432
|
}, [
|
|
330
|
-
|
|
331
|
-
class:
|
|
433
|
+
E("div", {
|
|
434
|
+
class: oe(["sidebar-item-display", { "has-label": !!a.item.label && a.item.expanded, "has-badge": o.value }])
|
|
332
435
|
}, [
|
|
333
|
-
|
|
334
|
-
|
|
436
|
+
w.$slots[`sidebar-icon-${a.item.key}`] ? (p(), T("div", Wr, [
|
|
437
|
+
a.subnavItem ? O("", !0) : C(w.$slots, `sidebar-icon-${a.item.key}`, { key: 0 }, void 0, !0)
|
|
335
438
|
])) : O("", !0),
|
|
336
|
-
|
|
337
|
-
(
|
|
439
|
+
E("div", zr, [
|
|
440
|
+
(a.subnavItem && !o.value ? a.item.name.length < 25 : a.item.name.length < 18) ? (p(), T("div", {
|
|
338
441
|
key: 0,
|
|
339
|
-
class:
|
|
340
|
-
},
|
|
442
|
+
class: oe(["sidebar-item-name truncate-text", [a.subnavItem ? "has-badge-max-width truncate-24" : "truncate-17"]])
|
|
443
|
+
}, Y(a.item.name), 3)) : (p(), K(R, {
|
|
341
444
|
key: 1,
|
|
342
445
|
class: "sidebar-item-tooltip",
|
|
343
446
|
placement: "right",
|
|
344
447
|
"position-fixed": "",
|
|
345
|
-
text:
|
|
448
|
+
text: a.item.name
|
|
346
449
|
}, {
|
|
347
|
-
default:
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
class:
|
|
351
|
-
},
|
|
450
|
+
default: B(() => [
|
|
451
|
+
E("div", Gr, [
|
|
452
|
+
E("span", {
|
|
453
|
+
class: oe(["truncate-text", [a.subnavItem ? "truncate-18" : "truncate-17", { "has-badge-max-width": o.value }]])
|
|
454
|
+
}, Y(a.item.name), 3)
|
|
352
455
|
])
|
|
353
456
|
]),
|
|
354
457
|
_: 1
|
|
355
458
|
}, 8, ["text"])),
|
|
356
|
-
|
|
459
|
+
a.item.label && a.item.expanded ? (p(), T("div", Ur, Y(a.item.label), 1)) : O("", !0)
|
|
357
460
|
]),
|
|
358
|
-
o.value ? (p(),
|
|
461
|
+
o.value ? (p(), K(Kr, {
|
|
359
462
|
key: 1,
|
|
360
|
-
count:
|
|
463
|
+
count: a.item.badgeCount
|
|
361
464
|
}, null, 8, ["count"])) : O("", !0)
|
|
362
465
|
], 2)
|
|
363
|
-
], 42,
|
|
466
|
+
], 42, Hr)
|
|
364
467
|
];
|
|
365
468
|
}),
|
|
366
469
|
_: 3
|
|
367
470
|
}, 8, ["custom", "to"])),
|
|
368
|
-
(
|
|
471
|
+
(M = a.item.items) != null && M.length && a.item.expanded ? (p(), T("ul", {
|
|
369
472
|
key: 0,
|
|
370
|
-
id: `subnav-${
|
|
473
|
+
id: `subnav-${a.item.key}`,
|
|
371
474
|
class: "level-secondary"
|
|
372
475
|
}, [
|
|
373
|
-
(p(!0),
|
|
374
|
-
key:
|
|
375
|
-
item:
|
|
476
|
+
(p(!0), T(Oe, null, we(a.item.items, (k) => (p(), K(L, {
|
|
477
|
+
key: k.name,
|
|
478
|
+
item: k,
|
|
376
479
|
"subnav-item": !0,
|
|
377
|
-
onClick: (
|
|
480
|
+
onClick: (U) => v(k)
|
|
378
481
|
}, null, 8, ["item", "onClick"]))), 128))
|
|
379
|
-
], 8,
|
|
380
|
-
], 10,
|
|
482
|
+
], 8, Vr)) : O("", !0)
|
|
483
|
+
], 10, Zr);
|
|
381
484
|
};
|
|
382
485
|
}
|
|
383
|
-
}),
|
|
486
|
+
}), zt = /* @__PURE__ */ ie(qr, [["__scopeId", "data-v-d0b5bc3d"]]);
|
|
384
487
|
/*!
|
|
385
488
|
* tabbable 6.2.0
|
|
386
489
|
* @license MIT, https://github.com/focus-trap/tabbable/blob/master/LICENSE
|
|
387
490
|
*/
|
|
388
|
-
var
|
|
389
|
-
} : Element.prototype.matches || Element.prototype.msMatchesSelector || Element.prototype.webkitMatchesSelector,
|
|
491
|
+
var na = ["input:not([inert])", "select:not([inert])", "textarea:not([inert])", "a[href]:not([inert])", "button:not([inert])", "[tabindex]:not(slot):not([inert])", "audio[controls]:not([inert])", "video[controls]:not([inert])", '[contenteditable]:not([contenteditable="false"]):not([inert])', "details>summary:first-of-type:not([inert])", "details:not([inert])"], Xe = /* @__PURE__ */ na.join(","), ra = typeof Element > "u", ke = ra ? function() {
|
|
492
|
+
} : Element.prototype.matches || Element.prototype.msMatchesSelector || Element.prototype.webkitMatchesSelector, Ye = !ra && Element.prototype.getRootNode ? function(a) {
|
|
390
493
|
var t;
|
|
391
|
-
return
|
|
392
|
-
} : function(
|
|
393
|
-
return
|
|
394
|
-
},
|
|
395
|
-
var
|
|
494
|
+
return a == null || (t = a.getRootNode) === null || t === void 0 ? void 0 : t.call(a);
|
|
495
|
+
} : function(a) {
|
|
496
|
+
return a == null ? void 0 : a.ownerDocument;
|
|
497
|
+
}, Qe = function a(t, r) {
|
|
498
|
+
var n;
|
|
396
499
|
r === void 0 && (r = !0);
|
|
397
|
-
var s = t == null || (
|
|
500
|
+
var s = t == null || (n = t.getAttribute) === null || n === void 0 ? void 0 : n.call(t, "inert"), u = s === "" || s === "true", o = u || r && t && a(t.parentNode);
|
|
398
501
|
return o;
|
|
399
|
-
},
|
|
400
|
-
var r,
|
|
401
|
-
return
|
|
402
|
-
},
|
|
403
|
-
if (
|
|
502
|
+
}, Xr = function(t) {
|
|
503
|
+
var r, n = t == null || (r = t.getAttribute) === null || r === void 0 ? void 0 : r.call(t, "contenteditable");
|
|
504
|
+
return n === "" || n === "true";
|
|
505
|
+
}, ia = function(t, r, n) {
|
|
506
|
+
if (Qe(t))
|
|
404
507
|
return [];
|
|
405
|
-
var s = Array.prototype.slice.apply(t.querySelectorAll(
|
|
406
|
-
return r &&
|
|
407
|
-
},
|
|
508
|
+
var s = Array.prototype.slice.apply(t.querySelectorAll(Xe));
|
|
509
|
+
return r && ke.call(t, Xe) && s.unshift(t), s = s.filter(n), s;
|
|
510
|
+
}, oa = function a(t, r, n) {
|
|
408
511
|
for (var s = [], u = Array.from(t); u.length; ) {
|
|
409
512
|
var o = u.shift();
|
|
410
|
-
if (!
|
|
513
|
+
if (!Qe(o, !1))
|
|
411
514
|
if (o.tagName === "SLOT") {
|
|
412
|
-
var
|
|
413
|
-
|
|
515
|
+
var v = o.assignedElements(), b = v.length ? v : o.children, w = a(b, !0, n);
|
|
516
|
+
n.flatten ? s.push.apply(s, w) : s.push({
|
|
414
517
|
scopeParent: o,
|
|
415
|
-
candidates:
|
|
518
|
+
candidates: w
|
|
416
519
|
});
|
|
417
520
|
} else {
|
|
418
|
-
var
|
|
419
|
-
|
|
420
|
-
var
|
|
421
|
-
typeof
|
|
422
|
-
if (
|
|
423
|
-
var
|
|
424
|
-
|
|
521
|
+
var I = ke.call(o, Xe);
|
|
522
|
+
I && n.filter(o) && (r || !t.includes(o)) && s.push(o);
|
|
523
|
+
var R = o.shadowRoot || // check for an undisclosed shadow
|
|
524
|
+
typeof n.getShadowRoot == "function" && n.getShadowRoot(o), L = !Qe(R, !1) && (!n.shadowRootFilter || n.shadowRootFilter(o));
|
|
525
|
+
if (R && L) {
|
|
526
|
+
var M = a(R === !0 ? o.children : R.children, !0, n);
|
|
527
|
+
n.flatten ? s.push.apply(s, M) : s.push({
|
|
425
528
|
scopeParent: o,
|
|
426
|
-
candidates:
|
|
529
|
+
candidates: M
|
|
427
530
|
});
|
|
428
531
|
} else
|
|
429
532
|
u.unshift.apply(u, o.children);
|
|
430
533
|
}
|
|
431
534
|
}
|
|
432
535
|
return s;
|
|
433
|
-
},
|
|
536
|
+
}, sa = function(t) {
|
|
434
537
|
return !isNaN(parseInt(t.getAttribute("tabindex"), 10));
|
|
435
|
-
},
|
|
538
|
+
}, ye = function(t) {
|
|
436
539
|
if (!t)
|
|
437
540
|
throw new Error("No node provided");
|
|
438
|
-
return t.tabIndex < 0 && (/^(AUDIO|VIDEO|DETAILS)$/.test(t.tagName) ||
|
|
439
|
-
},
|
|
440
|
-
var
|
|
441
|
-
return
|
|
442
|
-
},
|
|
541
|
+
return t.tabIndex < 0 && (/^(AUDIO|VIDEO|DETAILS)$/.test(t.tagName) || Xr(t)) && !sa(t) ? 0 : t.tabIndex;
|
|
542
|
+
}, Yr = function(t, r) {
|
|
543
|
+
var n = ye(t);
|
|
544
|
+
return n < 0 && r && !sa(t) ? 0 : n;
|
|
545
|
+
}, Qr = function(t, r) {
|
|
443
546
|
return t.tabIndex === r.tabIndex ? t.documentOrder - r.documentOrder : t.tabIndex - r.tabIndex;
|
|
444
|
-
},
|
|
547
|
+
}, la = function(t) {
|
|
445
548
|
return t.tagName === "INPUT";
|
|
446
|
-
},
|
|
447
|
-
return
|
|
448
|
-
},
|
|
449
|
-
var r = t.tagName === "DETAILS" && Array.prototype.slice.apply(t.children).some(function(
|
|
450
|
-
return
|
|
549
|
+
}, Jr = function(t) {
|
|
550
|
+
return la(t) && t.type === "hidden";
|
|
551
|
+
}, ei = function(t) {
|
|
552
|
+
var r = t.tagName === "DETAILS" && Array.prototype.slice.apply(t.children).some(function(n) {
|
|
553
|
+
return n.tagName === "SUMMARY";
|
|
451
554
|
});
|
|
452
555
|
return r;
|
|
453
|
-
},
|
|
454
|
-
for (var
|
|
455
|
-
if (t[
|
|
456
|
-
return t[
|
|
457
|
-
},
|
|
556
|
+
}, ti = function(t, r) {
|
|
557
|
+
for (var n = 0; n < t.length; n++)
|
|
558
|
+
if (t[n].checked && t[n].form === r)
|
|
559
|
+
return t[n];
|
|
560
|
+
}, ai = function(t) {
|
|
458
561
|
if (!t.name)
|
|
459
562
|
return !0;
|
|
460
|
-
var r = t.form ||
|
|
461
|
-
return r.querySelectorAll('input[type="radio"][name="' +
|
|
563
|
+
var r = t.form || Ye(t), n = function(v) {
|
|
564
|
+
return r.querySelectorAll('input[type="radio"][name="' + v + '"]');
|
|
462
565
|
}, s;
|
|
463
566
|
if (typeof window < "u" && typeof window.CSS < "u" && typeof window.CSS.escape == "function")
|
|
464
|
-
s =
|
|
567
|
+
s = n(window.CSS.escape(t.name));
|
|
465
568
|
else
|
|
466
569
|
try {
|
|
467
|
-
s =
|
|
570
|
+
s = n(t.name);
|
|
468
571
|
} catch (o) {
|
|
469
572
|
return console.error("Looks like you have a radio button with a name attribute containing invalid CSS selector characters and need the CSS.escape polyfill: %s", o.message), !1;
|
|
470
573
|
}
|
|
471
|
-
var u =
|
|
574
|
+
var u = ti(s, t.form);
|
|
472
575
|
return !u || u === t;
|
|
473
|
-
},
|
|
474
|
-
return
|
|
475
|
-
},
|
|
476
|
-
return
|
|
477
|
-
},
|
|
478
|
-
var r,
|
|
479
|
-
if (
|
|
480
|
-
var o,
|
|
481
|
-
for (u = !!((o = s) !== null && o !== void 0 && (
|
|
482
|
-
var
|
|
483
|
-
|
|
576
|
+
}, ni = function(t) {
|
|
577
|
+
return la(t) && t.type === "radio";
|
|
578
|
+
}, ri = function(t) {
|
|
579
|
+
return ni(t) && !ai(t);
|
|
580
|
+
}, ii = function(t) {
|
|
581
|
+
var r, n = t && Ye(t), s = (r = n) === null || r === void 0 ? void 0 : r.host, u = !1;
|
|
582
|
+
if (n && n !== t) {
|
|
583
|
+
var o, v, b;
|
|
584
|
+
for (u = !!((o = s) !== null && o !== void 0 && (v = o.ownerDocument) !== null && v !== void 0 && v.contains(s) || t != null && (b = t.ownerDocument) !== null && b !== void 0 && b.contains(t)); !u && s; ) {
|
|
585
|
+
var w, I, R;
|
|
586
|
+
n = Ye(s), s = (w = n) === null || w === void 0 ? void 0 : w.host, u = !!((I = s) !== null && I !== void 0 && (R = I.ownerDocument) !== null && R !== void 0 && R.contains(s));
|
|
484
587
|
}
|
|
485
588
|
}
|
|
486
589
|
return u;
|
|
487
|
-
},
|
|
488
|
-
var r = t.getBoundingClientRect(),
|
|
489
|
-
return
|
|
490
|
-
},
|
|
491
|
-
var
|
|
590
|
+
}, Gt = function(t) {
|
|
591
|
+
var r = t.getBoundingClientRect(), n = r.width, s = r.height;
|
|
592
|
+
return n === 0 && s === 0;
|
|
593
|
+
}, oi = function(t, r) {
|
|
594
|
+
var n = r.displayCheck, s = r.getShadowRoot;
|
|
492
595
|
if (getComputedStyle(t).visibility === "hidden")
|
|
493
596
|
return !0;
|
|
494
|
-
var u =
|
|
495
|
-
if (
|
|
597
|
+
var u = ke.call(t, "details>summary:first-of-type"), o = u ? t.parentElement : t;
|
|
598
|
+
if (ke.call(o, "details:not([open]) *"))
|
|
496
599
|
return !0;
|
|
497
|
-
if (!
|
|
600
|
+
if (!n || n === "full" || n === "legacy-full") {
|
|
498
601
|
if (typeof s == "function") {
|
|
499
|
-
for (var
|
|
500
|
-
var
|
|
501
|
-
if (
|
|
502
|
-
return
|
|
503
|
-
t.assignedSlot ? t = t.assignedSlot : !
|
|
602
|
+
for (var v = t; t; ) {
|
|
603
|
+
var b = t.parentElement, w = Ye(t);
|
|
604
|
+
if (b && !b.shadowRoot && s(b) === !0)
|
|
605
|
+
return Gt(t);
|
|
606
|
+
t.assignedSlot ? t = t.assignedSlot : !b && w !== t.ownerDocument ? t = w.host : t = b;
|
|
504
607
|
}
|
|
505
|
-
t =
|
|
608
|
+
t = v;
|
|
506
609
|
}
|
|
507
|
-
if (
|
|
610
|
+
if (ii(t))
|
|
508
611
|
return !t.getClientRects().length;
|
|
509
|
-
if (
|
|
612
|
+
if (n !== "legacy-full")
|
|
510
613
|
return !0;
|
|
511
|
-
} else if (
|
|
512
|
-
return
|
|
614
|
+
} else if (n === "non-zero-area")
|
|
615
|
+
return Gt(t);
|
|
513
616
|
return !1;
|
|
514
|
-
},
|
|
617
|
+
}, si = function(t) {
|
|
515
618
|
if (/^(INPUT|BUTTON|SELECT|TEXTAREA)$/.test(t.tagName))
|
|
516
619
|
for (var r = t.parentElement; r; ) {
|
|
517
620
|
if (r.tagName === "FIELDSET" && r.disabled) {
|
|
518
|
-
for (var
|
|
519
|
-
var s = r.children.item(
|
|
621
|
+
for (var n = 0; n < r.children.length; n++) {
|
|
622
|
+
var s = r.children.item(n);
|
|
520
623
|
if (s.tagName === "LEGEND")
|
|
521
|
-
return
|
|
624
|
+
return ke.call(r, "fieldset[disabled] *") ? !0 : !s.contains(t);
|
|
522
625
|
}
|
|
523
626
|
return !0;
|
|
524
627
|
}
|
|
525
628
|
r = r.parentElement;
|
|
526
629
|
}
|
|
527
630
|
return !1;
|
|
528
|
-
},
|
|
631
|
+
}, Je = function(t, r) {
|
|
529
632
|
return !(r.disabled || // we must do an inert look up to filter out any elements inside an inert ancestor
|
|
530
633
|
// because we're limited in the type of selectors we can use in JSDom (see related
|
|
531
634
|
// note related to `candidateSelectors`)
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
},
|
|
535
|
-
return !(
|
|
536
|
-
},
|
|
635
|
+
Qe(r) || Jr(r) || oi(r, t) || // For a details element with a summary, the summary element gets the focus
|
|
636
|
+
ei(r) || si(r));
|
|
637
|
+
}, mt = function(t, r) {
|
|
638
|
+
return !(ri(r) || ye(r) < 0 || !Je(t, r));
|
|
639
|
+
}, li = function(t) {
|
|
537
640
|
var r = parseInt(t.getAttribute("tabindex"), 10);
|
|
538
641
|
return !!(isNaN(r) || r >= 0);
|
|
539
|
-
},
|
|
540
|
-
var r = [],
|
|
642
|
+
}, ci = function a(t) {
|
|
643
|
+
var r = [], n = [];
|
|
541
644
|
return t.forEach(function(s, u) {
|
|
542
|
-
var o = !!s.scopeParent,
|
|
543
|
-
|
|
645
|
+
var o = !!s.scopeParent, v = o ? s.scopeParent : s, b = Yr(v, o), w = o ? a(s.candidates) : v;
|
|
646
|
+
b === 0 ? o ? r.push.apply(r, w) : r.push(v) : n.push({
|
|
544
647
|
documentOrder: u,
|
|
545
|
-
tabIndex:
|
|
648
|
+
tabIndex: b,
|
|
546
649
|
item: s,
|
|
547
650
|
isScope: o,
|
|
548
|
-
content:
|
|
651
|
+
content: w
|
|
549
652
|
});
|
|
550
|
-
}),
|
|
653
|
+
}), n.sort(Qr).reduce(function(s, u) {
|
|
551
654
|
return u.isScope ? s.push.apply(s, u.content) : s.push(u.content), s;
|
|
552
655
|
}, []).concat(r);
|
|
553
|
-
},
|
|
656
|
+
}, ui = function(t, r) {
|
|
554
657
|
r = r || {};
|
|
555
|
-
var
|
|
556
|
-
return r.getShadowRoot ?
|
|
557
|
-
filter:
|
|
658
|
+
var n;
|
|
659
|
+
return r.getShadowRoot ? n = oa([t], r.includeContainer, {
|
|
660
|
+
filter: mt.bind(null, r),
|
|
558
661
|
flatten: !1,
|
|
559
662
|
getShadowRoot: r.getShadowRoot,
|
|
560
|
-
shadowRootFilter:
|
|
561
|
-
}) :
|
|
562
|
-
},
|
|
663
|
+
shadowRootFilter: li
|
|
664
|
+
}) : n = ia(t, r.includeContainer, mt.bind(null, r)), ci(n);
|
|
665
|
+
}, di = function(t, r) {
|
|
563
666
|
r = r || {};
|
|
564
|
-
var
|
|
565
|
-
return r.getShadowRoot ?
|
|
566
|
-
filter:
|
|
667
|
+
var n;
|
|
668
|
+
return r.getShadowRoot ? n = oa([t], r.includeContainer, {
|
|
669
|
+
filter: Je.bind(null, r),
|
|
567
670
|
flatten: !0,
|
|
568
671
|
getShadowRoot: r.getShadowRoot
|
|
569
|
-
}) :
|
|
570
|
-
},
|
|
672
|
+
}) : n = ia(t, r.includeContainer, Je.bind(null, r)), n;
|
|
673
|
+
}, Ie = function(t, r) {
|
|
571
674
|
if (r = r || {}, !t)
|
|
572
675
|
throw new Error("No node provided");
|
|
573
|
-
return
|
|
574
|
-
},
|
|
676
|
+
return ke.call(t, Xe) === !1 ? !1 : mt(r, t);
|
|
677
|
+
}, fi = /* @__PURE__ */ na.concat("iframe").join(","), ht = function(t, r) {
|
|
575
678
|
if (r = r || {}, !t)
|
|
576
679
|
throw new Error("No node provided");
|
|
577
|
-
return
|
|
680
|
+
return ke.call(t, fi) === !1 ? !1 : Je(r, t);
|
|
578
681
|
};
|
|
579
682
|
/*!
|
|
580
683
|
* focus-trap 7.6.5
|
|
581
684
|
* @license MIT, https://github.com/focus-trap/focus-trap/blob/master/LICENSE
|
|
582
685
|
*/
|
|
583
|
-
function
|
|
584
|
-
(t == null || t >
|
|
585
|
-
for (var r = 0,
|
|
586
|
-
return
|
|
686
|
+
function gt(a, t) {
|
|
687
|
+
(t == null || t > a.length) && (t = a.length);
|
|
688
|
+
for (var r = 0, n = Array(t); r < t; r++) n[r] = a[r];
|
|
689
|
+
return n;
|
|
587
690
|
}
|
|
588
|
-
function
|
|
589
|
-
if (Array.isArray(
|
|
691
|
+
function vi(a) {
|
|
692
|
+
if (Array.isArray(a)) return gt(a);
|
|
590
693
|
}
|
|
591
|
-
function
|
|
592
|
-
return (t =
|
|
694
|
+
function bi(a, t, r) {
|
|
695
|
+
return (t = yi(t)) in a ? Object.defineProperty(a, t, {
|
|
593
696
|
value: r,
|
|
594
697
|
enumerable: !0,
|
|
595
698
|
configurable: !0,
|
|
596
699
|
writable: !0
|
|
597
|
-
}) :
|
|
700
|
+
}) : a[t] = r, a;
|
|
598
701
|
}
|
|
599
|
-
function
|
|
600
|
-
if (typeof Symbol < "u" &&
|
|
702
|
+
function pi(a) {
|
|
703
|
+
if (typeof Symbol < "u" && a[Symbol.iterator] != null || a["@@iterator"] != null) return Array.from(a);
|
|
601
704
|
}
|
|
602
|
-
function
|
|
705
|
+
function hi() {
|
|
603
706
|
throw new TypeError(`Invalid attempt to spread non-iterable instance.
|
|
604
707
|
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`);
|
|
605
708
|
}
|
|
606
|
-
function
|
|
607
|
-
var r = Object.keys(
|
|
709
|
+
function Ut(a, t) {
|
|
710
|
+
var r = Object.keys(a);
|
|
608
711
|
if (Object.getOwnPropertySymbols) {
|
|
609
|
-
var
|
|
610
|
-
t && (
|
|
611
|
-
return Object.getOwnPropertyDescriptor(
|
|
612
|
-
})), r.push.apply(r,
|
|
712
|
+
var n = Object.getOwnPropertySymbols(a);
|
|
713
|
+
t && (n = n.filter(function(s) {
|
|
714
|
+
return Object.getOwnPropertyDescriptor(a, s).enumerable;
|
|
715
|
+
})), r.push.apply(r, n);
|
|
613
716
|
}
|
|
614
717
|
return r;
|
|
615
718
|
}
|
|
616
|
-
function
|
|
719
|
+
function Vt(a) {
|
|
617
720
|
for (var t = 1; t < arguments.length; t++) {
|
|
618
721
|
var r = arguments[t] != null ? arguments[t] : {};
|
|
619
|
-
t % 2 ?
|
|
620
|
-
|
|
621
|
-
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(
|
|
622
|
-
Object.defineProperty(
|
|
722
|
+
t % 2 ? Ut(Object(r), !0).forEach(function(n) {
|
|
723
|
+
bi(a, n, r[n]);
|
|
724
|
+
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(a, Object.getOwnPropertyDescriptors(r)) : Ut(Object(r)).forEach(function(n) {
|
|
725
|
+
Object.defineProperty(a, n, Object.getOwnPropertyDescriptor(r, n));
|
|
623
726
|
});
|
|
624
727
|
}
|
|
625
|
-
return
|
|
728
|
+
return a;
|
|
626
729
|
}
|
|
627
|
-
function
|
|
628
|
-
return
|
|
730
|
+
function mi(a) {
|
|
731
|
+
return vi(a) || pi(a) || wi(a) || hi();
|
|
629
732
|
}
|
|
630
|
-
function
|
|
631
|
-
if (typeof
|
|
632
|
-
var r =
|
|
733
|
+
function gi(a, t) {
|
|
734
|
+
if (typeof a != "object" || !a) return a;
|
|
735
|
+
var r = a[Symbol.toPrimitive];
|
|
633
736
|
if (r !== void 0) {
|
|
634
|
-
var
|
|
635
|
-
if (typeof
|
|
737
|
+
var n = r.call(a, t);
|
|
738
|
+
if (typeof n != "object") return n;
|
|
636
739
|
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
637
740
|
}
|
|
638
|
-
return (t === "string" ? String : Number)(
|
|
741
|
+
return (t === "string" ? String : Number)(a);
|
|
639
742
|
}
|
|
640
|
-
function
|
|
641
|
-
var t =
|
|
743
|
+
function yi(a) {
|
|
744
|
+
var t = gi(a, "string");
|
|
642
745
|
return typeof t == "symbol" ? t : t + "";
|
|
643
746
|
}
|
|
644
|
-
function
|
|
645
|
-
if (
|
|
646
|
-
if (typeof
|
|
647
|
-
var r = {}.toString.call(
|
|
648
|
-
return r === "Object" &&
|
|
747
|
+
function wi(a, t) {
|
|
748
|
+
if (a) {
|
|
749
|
+
if (typeof a == "string") return gt(a, t);
|
|
750
|
+
var r = {}.toString.call(a).slice(8, -1);
|
|
751
|
+
return r === "Object" && a.constructor && (r = a.constructor.name), r === "Map" || r === "Set" ? Array.from(a) : r === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r) ? gt(a, t) : void 0;
|
|
649
752
|
}
|
|
650
753
|
}
|
|
651
|
-
var
|
|
754
|
+
var qt = {
|
|
652
755
|
activateTrap: function(t, r) {
|
|
653
756
|
if (t.length > 0) {
|
|
654
|
-
var
|
|
655
|
-
|
|
757
|
+
var n = t[t.length - 1];
|
|
758
|
+
n !== r && n._setPausedState(!0);
|
|
656
759
|
}
|
|
657
760
|
var s = t.indexOf(r);
|
|
658
761
|
s === -1 || t.splice(s, 1), t.push(r);
|
|
659
762
|
},
|
|
660
763
|
deactivateTrap: function(t, r) {
|
|
661
|
-
var
|
|
662
|
-
|
|
764
|
+
var n = t.indexOf(r);
|
|
765
|
+
n !== -1 && t.splice(n, 1), t.length > 0 && !t[t.length - 1]._isManuallyPaused() && t[t.length - 1]._setPausedState(!1);
|
|
663
766
|
}
|
|
664
|
-
},
|
|
767
|
+
}, ki = function(t) {
|
|
665
768
|
return t.tagName && t.tagName.toLowerCase() === "input" && typeof t.select == "function";
|
|
666
|
-
},
|
|
769
|
+
}, Ti = function(t) {
|
|
667
770
|
return (t == null ? void 0 : t.key) === "Escape" || (t == null ? void 0 : t.key) === "Esc" || (t == null ? void 0 : t.keyCode) === 27;
|
|
668
|
-
},
|
|
771
|
+
}, xe = function(t) {
|
|
669
772
|
return (t == null ? void 0 : t.key) === "Tab" || (t == null ? void 0 : t.keyCode) === 9;
|
|
670
|
-
},
|
|
671
|
-
return
|
|
672
|
-
},
|
|
673
|
-
return
|
|
674
|
-
},
|
|
773
|
+
}, _i = function(t) {
|
|
774
|
+
return xe(t) && !t.shiftKey;
|
|
775
|
+
}, Si = function(t) {
|
|
776
|
+
return xe(t) && t.shiftKey;
|
|
777
|
+
}, Xt = function(t) {
|
|
675
778
|
return setTimeout(t, 0);
|
|
676
|
-
},
|
|
677
|
-
for (var r = arguments.length,
|
|
678
|
-
|
|
679
|
-
return typeof t == "function" ? t.apply(void 0,
|
|
680
|
-
},
|
|
779
|
+
}, Re = function(t) {
|
|
780
|
+
for (var r = arguments.length, n = new Array(r > 1 ? r - 1 : 0), s = 1; s < r; s++)
|
|
781
|
+
n[s - 1] = arguments[s];
|
|
782
|
+
return typeof t == "function" ? t.apply(void 0, n) : t;
|
|
783
|
+
}, ze = function(t) {
|
|
681
784
|
return t.target.shadowRoot && typeof t.composedPath == "function" ? t.composedPath()[0] : t.target;
|
|
682
|
-
},
|
|
683
|
-
var
|
|
785
|
+
}, Ci = [], Ii = function(t, r) {
|
|
786
|
+
var n = (r == null ? void 0 : r.document) || document, s = (r == null ? void 0 : r.trapStack) || Ci, u = Vt({
|
|
684
787
|
returnFocusOnDeactivate: !0,
|
|
685
788
|
escapeDeactivates: !0,
|
|
686
789
|
delayInitialFocus: !0,
|
|
687
|
-
isKeyForward:
|
|
688
|
-
isKeyBackward:
|
|
790
|
+
isKeyForward: _i,
|
|
791
|
+
isKeyBackward: Si
|
|
689
792
|
}, r), o = {
|
|
690
793
|
// containers given to createFocusTrap()
|
|
691
794
|
// @type {Array<HTMLElement>}
|
|
@@ -723,74 +826,74 @@ var Ht = {
|
|
|
723
826
|
delayInitialFocusTimer: void 0,
|
|
724
827
|
// the most recent KeyboardEvent for the configured nav key (typically [SHIFT+]TAB), if any
|
|
725
828
|
recentNavEvent: void 0
|
|
726
|
-
},
|
|
727
|
-
return
|
|
728
|
-
},
|
|
729
|
-
var
|
|
730
|
-
return o.containerGroups.findIndex(function(
|
|
731
|
-
var
|
|
732
|
-
return
|
|
829
|
+
}, v, b = function(c, f, g) {
|
|
830
|
+
return c && c[f] !== void 0 ? c[f] : u[g || f];
|
|
831
|
+
}, w = function(c, f) {
|
|
832
|
+
var g = typeof (f == null ? void 0 : f.composedPath) == "function" ? f.composedPath() : void 0;
|
|
833
|
+
return o.containerGroups.findIndex(function(F) {
|
|
834
|
+
var N = F.container, x = F.tabbableNodes;
|
|
835
|
+
return N.contains(c) || // fall back to explicit tabbable search which will take into consideration any
|
|
733
836
|
// web components if the `tabbableOptions.getShadowRoot` option was used for
|
|
734
837
|
// the trap, enabling shadow DOM support in tabbable (`Node.contains()` doesn't
|
|
735
838
|
// look inside web components even if open)
|
|
736
|
-
(
|
|
737
|
-
return
|
|
839
|
+
(g == null ? void 0 : g.includes(N)) || x.find(function($) {
|
|
840
|
+
return $ === c;
|
|
738
841
|
});
|
|
739
842
|
});
|
|
740
|
-
},
|
|
741
|
-
var
|
|
742
|
-
if (typeof
|
|
743
|
-
if (
|
|
744
|
-
return
|
|
745
|
-
throw new Error("`".concat(
|
|
843
|
+
}, I = function(c) {
|
|
844
|
+
var f = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {}, g = f.hasFallback, F = g === void 0 ? !1 : g, N = f.params, x = N === void 0 ? [] : N, $ = u[c];
|
|
845
|
+
if (typeof $ == "function" && ($ = $.apply(void 0, mi(x))), $ === !0 && ($ = void 0), !$) {
|
|
846
|
+
if ($ === void 0 || $ === !1)
|
|
847
|
+
return $;
|
|
848
|
+
throw new Error("`".concat(c, "` was specified but was not a node, or did not return a node"));
|
|
746
849
|
}
|
|
747
|
-
var
|
|
748
|
-
if (typeof
|
|
850
|
+
var d = $;
|
|
851
|
+
if (typeof $ == "string") {
|
|
749
852
|
try {
|
|
750
|
-
|
|
751
|
-
} catch (
|
|
752
|
-
throw new Error("`".concat(
|
|
853
|
+
d = n.querySelector($);
|
|
854
|
+
} catch (y) {
|
|
855
|
+
throw new Error("`".concat(c, '` appears to be an invalid selector; error="').concat(y.message, '"'));
|
|
753
856
|
}
|
|
754
|
-
if (!
|
|
755
|
-
throw new Error("`".concat(
|
|
857
|
+
if (!d && !F)
|
|
858
|
+
throw new Error("`".concat(c, "` as selector refers to no known node"));
|
|
756
859
|
}
|
|
757
|
-
return
|
|
758
|
-
},
|
|
759
|
-
var
|
|
860
|
+
return d;
|
|
861
|
+
}, R = function() {
|
|
862
|
+
var c = I("initialFocus", {
|
|
760
863
|
hasFallback: !0
|
|
761
864
|
});
|
|
762
|
-
if (
|
|
865
|
+
if (c === !1)
|
|
763
866
|
return !1;
|
|
764
|
-
if (
|
|
765
|
-
if (
|
|
766
|
-
|
|
867
|
+
if (c === void 0 || c && !ht(c, u.tabbableOptions))
|
|
868
|
+
if (w(n.activeElement) >= 0)
|
|
869
|
+
c = n.activeElement;
|
|
767
870
|
else {
|
|
768
|
-
var
|
|
769
|
-
|
|
871
|
+
var f = o.tabbableGroups[0], g = f && f.firstTabbableNode;
|
|
872
|
+
c = g || I("fallbackFocus");
|
|
770
873
|
}
|
|
771
|
-
else
|
|
772
|
-
if (!
|
|
874
|
+
else c === null && (c = I("fallbackFocus"));
|
|
875
|
+
if (!c)
|
|
773
876
|
throw new Error("Your focus-trap needs to have at least one focusable element");
|
|
774
|
-
return
|
|
775
|
-
},
|
|
776
|
-
if (o.containerGroups = o.containers.map(function(
|
|
777
|
-
var
|
|
778
|
-
return
|
|
779
|
-
}),
|
|
780
|
-
return
|
|
781
|
-
}),
|
|
782
|
-
return
|
|
877
|
+
return c;
|
|
878
|
+
}, L = function() {
|
|
879
|
+
if (o.containerGroups = o.containers.map(function(c) {
|
|
880
|
+
var f = ui(c, u.tabbableOptions), g = di(c, u.tabbableOptions), F = f.length > 0 ? f[0] : void 0, N = f.length > 0 ? f[f.length - 1] : void 0, x = g.find(function(y) {
|
|
881
|
+
return Ie(y);
|
|
882
|
+
}), $ = g.slice().reverse().find(function(y) {
|
|
883
|
+
return Ie(y);
|
|
884
|
+
}), d = !!f.find(function(y) {
|
|
885
|
+
return ye(y) > 0;
|
|
783
886
|
});
|
|
784
887
|
return {
|
|
785
|
-
container:
|
|
786
|
-
tabbableNodes:
|
|
787
|
-
focusableNodes:
|
|
888
|
+
container: c,
|
|
889
|
+
tabbableNodes: f,
|
|
890
|
+
focusableNodes: g,
|
|
788
891
|
/** True if at least one node with positive `tabindex` was found in this container. */
|
|
789
|
-
posTabIndexesFound:
|
|
892
|
+
posTabIndexesFound: d,
|
|
790
893
|
/** First tabbable node in container, __tabindex__ order; `undefined` if none. */
|
|
791
|
-
firstTabbableNode:
|
|
894
|
+
firstTabbableNode: F,
|
|
792
895
|
/** Last tabbable node in container, __tabindex__ order; `undefined` if none. */
|
|
793
|
-
lastTabbableNode:
|
|
896
|
+
lastTabbableNode: N,
|
|
794
897
|
// NOTE: DOM order is NOT NECESSARILY "document position" order, but figuring that out
|
|
795
898
|
// would require more than just https://developer.mozilla.org/en-US/docs/Web/API/Node/compareDocumentPosition
|
|
796
899
|
// because that API doesn't work with Shadow DOM as well as it should (@see
|
|
@@ -799,9 +902,9 @@ var Ht = {
|
|
|
799
902
|
// "close enough most of the time" alternative for positive tabindexes which should generally
|
|
800
903
|
// be avoided anyway...
|
|
801
904
|
/** First tabbable node in container, __DOM__ order; `undefined` if none. */
|
|
802
|
-
firstDomTabbableNode:
|
|
905
|
+
firstDomTabbableNode: x,
|
|
803
906
|
/** Last tabbable node in container, __DOM__ order; `undefined` if none. */
|
|
804
|
-
lastDomTabbableNode:
|
|
907
|
+
lastDomTabbableNode: $,
|
|
805
908
|
/**
|
|
806
909
|
* Finds the __tabbable__ node that follows the given node in the specified direction,
|
|
807
910
|
* in this container, if any.
|
|
@@ -810,77 +913,77 @@ var Ht = {
|
|
|
810
913
|
* in reverse.
|
|
811
914
|
* @returns {HTMLElement|undefined} The next tabbable node, if any.
|
|
812
915
|
*/
|
|
813
|
-
nextTabbableNode: function(
|
|
814
|
-
var
|
|
815
|
-
return
|
|
816
|
-
return
|
|
817
|
-
}) :
|
|
818
|
-
return
|
|
819
|
-
}) :
|
|
916
|
+
nextTabbableNode: function(_) {
|
|
917
|
+
var m = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : !0, H = f.indexOf(_);
|
|
918
|
+
return H < 0 ? m ? g.slice(g.indexOf(_) + 1).find(function(P) {
|
|
919
|
+
return Ie(P);
|
|
920
|
+
}) : g.slice(0, g.indexOf(_)).reverse().find(function(P) {
|
|
921
|
+
return Ie(P);
|
|
922
|
+
}) : f[H + (m ? 1 : -1)];
|
|
820
923
|
}
|
|
821
924
|
};
|
|
822
|
-
}), o.tabbableGroups = o.containerGroups.filter(function(
|
|
823
|
-
return
|
|
824
|
-
}), o.tabbableGroups.length <= 0 && !
|
|
925
|
+
}), o.tabbableGroups = o.containerGroups.filter(function(c) {
|
|
926
|
+
return c.tabbableNodes.length > 0;
|
|
927
|
+
}), o.tabbableGroups.length <= 0 && !I("fallbackFocus"))
|
|
825
928
|
throw new Error("Your focus-trap must have at least one container with at least one tabbable node in it at all times");
|
|
826
|
-
if (o.containerGroups.find(function(
|
|
827
|
-
return
|
|
929
|
+
if (o.containerGroups.find(function(c) {
|
|
930
|
+
return c.posTabIndexesFound;
|
|
828
931
|
}) && o.containerGroups.length > 1)
|
|
829
932
|
throw new Error("At least one node with a positive tabindex was found in one of your focus-trap's multiple containers. Positive tabindexes are only supported in single-container focus-traps.");
|
|
830
|
-
},
|
|
831
|
-
var
|
|
832
|
-
if (
|
|
833
|
-
return
|
|
834
|
-
},
|
|
835
|
-
if (
|
|
836
|
-
if (!
|
|
837
|
-
|
|
933
|
+
}, M = function(c) {
|
|
934
|
+
var f = c.activeElement;
|
|
935
|
+
if (f)
|
|
936
|
+
return f.shadowRoot && f.shadowRoot.activeElement !== null ? M(f.shadowRoot) : f;
|
|
937
|
+
}, k = function(c) {
|
|
938
|
+
if (c !== !1 && c !== M(document)) {
|
|
939
|
+
if (!c || !c.focus) {
|
|
940
|
+
k(R());
|
|
838
941
|
return;
|
|
839
942
|
}
|
|
840
|
-
|
|
943
|
+
c.focus({
|
|
841
944
|
preventScroll: !!u.preventScroll
|
|
842
|
-
}), o.mostRecentlyFocusedNode =
|
|
945
|
+
}), o.mostRecentlyFocusedNode = c, ki(c) && c.select();
|
|
843
946
|
}
|
|
844
|
-
},
|
|
845
|
-
var
|
|
846
|
-
params: [
|
|
947
|
+
}, U = function(c) {
|
|
948
|
+
var f = I("setReturnFocus", {
|
|
949
|
+
params: [c]
|
|
847
950
|
});
|
|
848
|
-
return
|
|
849
|
-
},
|
|
850
|
-
var
|
|
851
|
-
|
|
852
|
-
var
|
|
951
|
+
return f || (f === !1 ? !1 : c);
|
|
952
|
+
}, V = function(c) {
|
|
953
|
+
var f = c.target, g = c.event, F = c.isBackward, N = F === void 0 ? !1 : F;
|
|
954
|
+
f = f || ze(g), L();
|
|
955
|
+
var x = null;
|
|
853
956
|
if (o.tabbableGroups.length > 0) {
|
|
854
|
-
var
|
|
855
|
-
if (
|
|
856
|
-
|
|
857
|
-
else if (
|
|
858
|
-
var
|
|
859
|
-
var
|
|
860
|
-
return
|
|
957
|
+
var $ = w(f, g), d = $ >= 0 ? o.containerGroups[$] : void 0;
|
|
958
|
+
if ($ < 0)
|
|
959
|
+
N ? x = o.tabbableGroups[o.tabbableGroups.length - 1].lastTabbableNode : x = o.tabbableGroups[0].firstTabbableNode;
|
|
960
|
+
else if (N) {
|
|
961
|
+
var y = o.tabbableGroups.findIndex(function(le) {
|
|
962
|
+
var Fe = le.firstTabbableNode;
|
|
963
|
+
return f === Fe;
|
|
861
964
|
});
|
|
862
|
-
if (
|
|
863
|
-
var
|
|
864
|
-
|
|
865
|
-
} else
|
|
965
|
+
if (y < 0 && (d.container === f || ht(f, u.tabbableOptions) && !Ie(f, u.tabbableOptions) && !d.nextTabbableNode(f, !1)) && (y = $), y >= 0) {
|
|
966
|
+
var _ = y === 0 ? o.tabbableGroups.length - 1 : y - 1, m = o.tabbableGroups[_];
|
|
967
|
+
x = ye(f) >= 0 ? m.lastTabbableNode : m.lastDomTabbableNode;
|
|
968
|
+
} else xe(g) || (x = d.nextTabbableNode(f, !1));
|
|
866
969
|
} else {
|
|
867
|
-
var
|
|
868
|
-
var
|
|
869
|
-
return
|
|
970
|
+
var H = o.tabbableGroups.findIndex(function(le) {
|
|
971
|
+
var Fe = le.lastTabbableNode;
|
|
972
|
+
return f === Fe;
|
|
870
973
|
});
|
|
871
|
-
if (
|
|
872
|
-
var
|
|
873
|
-
|
|
874
|
-
} else
|
|
974
|
+
if (H < 0 && (d.container === f || ht(f, u.tabbableOptions) && !Ie(f, u.tabbableOptions) && !d.nextTabbableNode(f)) && (H = $), H >= 0) {
|
|
975
|
+
var P = H === o.tabbableGroups.length - 1 ? 0 : H + 1, X = o.tabbableGroups[P];
|
|
976
|
+
x = ye(f) >= 0 ? X.firstTabbableNode : X.firstDomTabbableNode;
|
|
977
|
+
} else xe(g) || (x = d.nextTabbableNode(f));
|
|
875
978
|
}
|
|
876
979
|
} else
|
|
877
|
-
|
|
878
|
-
return
|
|
879
|
-
},
|
|
880
|
-
var
|
|
881
|
-
if (!(
|
|
882
|
-
if (
|
|
883
|
-
|
|
980
|
+
x = I("fallbackFocus");
|
|
981
|
+
return x;
|
|
982
|
+
}, j = function(c) {
|
|
983
|
+
var f = ze(c);
|
|
984
|
+
if (!(w(f, c) >= 0)) {
|
|
985
|
+
if (Re(u.clickOutsideDeactivates, c)) {
|
|
986
|
+
v.deactivate({
|
|
884
987
|
// NOTE: by setting `returnFocus: false`, deactivate() will do nothing,
|
|
885
988
|
// which will result in the outside click setting focus to the node
|
|
886
989
|
// that was clicked (and if not focusable, to "nothing"); by setting
|
|
@@ -891,166 +994,166 @@ var Ht = {
|
|
|
891
994
|
});
|
|
892
995
|
return;
|
|
893
996
|
}
|
|
894
|
-
|
|
997
|
+
Re(u.allowOutsideClick, c) || c.preventDefault();
|
|
895
998
|
}
|
|
896
|
-
},
|
|
897
|
-
var
|
|
898
|
-
if (
|
|
899
|
-
|
|
999
|
+
}, se = function(c) {
|
|
1000
|
+
var f = ze(c), g = w(f, c) >= 0;
|
|
1001
|
+
if (g || f instanceof Document)
|
|
1002
|
+
g && (o.mostRecentlyFocusedNode = f);
|
|
900
1003
|
else {
|
|
901
|
-
|
|
902
|
-
var
|
|
1004
|
+
c.stopImmediatePropagation();
|
|
1005
|
+
var F, N = !0;
|
|
903
1006
|
if (o.mostRecentlyFocusedNode)
|
|
904
|
-
if (
|
|
905
|
-
var
|
|
906
|
-
if (
|
|
907
|
-
var
|
|
908
|
-
return
|
|
1007
|
+
if (ye(o.mostRecentlyFocusedNode) > 0) {
|
|
1008
|
+
var x = w(o.mostRecentlyFocusedNode), $ = o.containerGroups[x].tabbableNodes;
|
|
1009
|
+
if ($.length > 0) {
|
|
1010
|
+
var d = $.findIndex(function(y) {
|
|
1011
|
+
return y === o.mostRecentlyFocusedNode;
|
|
909
1012
|
});
|
|
910
|
-
|
|
1013
|
+
d >= 0 && (u.isKeyForward(o.recentNavEvent) ? d + 1 < $.length && (F = $[d + 1], N = !1) : d - 1 >= 0 && (F = $[d - 1], N = !1));
|
|
911
1014
|
}
|
|
912
1015
|
} else
|
|
913
|
-
o.containerGroups.some(function(
|
|
914
|
-
return
|
|
915
|
-
return
|
|
1016
|
+
o.containerGroups.some(function(y) {
|
|
1017
|
+
return y.tabbableNodes.some(function(_) {
|
|
1018
|
+
return ye(_) > 0;
|
|
916
1019
|
});
|
|
917
|
-
}) || (
|
|
1020
|
+
}) || (N = !1);
|
|
918
1021
|
else
|
|
919
|
-
|
|
920
|
-
|
|
1022
|
+
N = !1;
|
|
1023
|
+
N && (F = V({
|
|
921
1024
|
// move FROM the MRU node, not event-related node (which will be the node that is
|
|
922
1025
|
// outside the trap causing the focus escape we're trying to fix)
|
|
923
1026
|
target: o.mostRecentlyFocusedNode,
|
|
924
1027
|
isBackward: u.isKeyBackward(o.recentNavEvent)
|
|
925
|
-
})),
|
|
1028
|
+
})), k(F || o.mostRecentlyFocusedNode || R());
|
|
926
1029
|
}
|
|
927
1030
|
o.recentNavEvent = void 0;
|
|
928
|
-
},
|
|
929
|
-
var
|
|
930
|
-
o.recentNavEvent =
|
|
931
|
-
var
|
|
932
|
-
event:
|
|
933
|
-
isBackward:
|
|
1031
|
+
}, de = function(c) {
|
|
1032
|
+
var f = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : !1;
|
|
1033
|
+
o.recentNavEvent = c;
|
|
1034
|
+
var g = V({
|
|
1035
|
+
event: c,
|
|
1036
|
+
isBackward: f
|
|
934
1037
|
});
|
|
935
|
-
|
|
936
|
-
},
|
|
937
|
-
(u.isKeyForward(
|
|
938
|
-
},
|
|
939
|
-
|
|
940
|
-
},
|
|
941
|
-
var
|
|
942
|
-
|
|
943
|
-
},
|
|
1038
|
+
g && (xe(c) && c.preventDefault(), k(g));
|
|
1039
|
+
}, q = function(c) {
|
|
1040
|
+
(u.isKeyForward(c) || u.isKeyBackward(c)) && de(c, u.isKeyBackward(c));
|
|
1041
|
+
}, ne = function(c) {
|
|
1042
|
+
Ti(c) && Re(u.escapeDeactivates, c) !== !1 && (c.preventDefault(), v.deactivate());
|
|
1043
|
+
}, te = function(c) {
|
|
1044
|
+
var f = ze(c);
|
|
1045
|
+
w(f, c) >= 0 || Re(u.clickOutsideDeactivates, c) || Re(u.allowOutsideClick, c) || (c.preventDefault(), c.stopImmediatePropagation());
|
|
1046
|
+
}, ae = function() {
|
|
944
1047
|
if (o.active)
|
|
945
|
-
return
|
|
946
|
-
|
|
947
|
-
}) :
|
|
1048
|
+
return qt.activateTrap(s, v), o.delayInitialFocusTimer = u.delayInitialFocus ? Xt(function() {
|
|
1049
|
+
k(R());
|
|
1050
|
+
}) : k(R()), n.addEventListener("focusin", se, !0), n.addEventListener("mousedown", j, {
|
|
948
1051
|
capture: !0,
|
|
949
1052
|
passive: !1
|
|
950
|
-
}),
|
|
1053
|
+
}), n.addEventListener("touchstart", j, {
|
|
951
1054
|
capture: !0,
|
|
952
1055
|
passive: !1
|
|
953
|
-
}),
|
|
1056
|
+
}), n.addEventListener("click", te, {
|
|
954
1057
|
capture: !0,
|
|
955
1058
|
passive: !1
|
|
956
|
-
}),
|
|
1059
|
+
}), n.addEventListener("keydown", q, {
|
|
957
1060
|
capture: !0,
|
|
958
1061
|
passive: !1
|
|
959
|
-
}),
|
|
960
|
-
},
|
|
1062
|
+
}), n.addEventListener("keydown", ne), v;
|
|
1063
|
+
}, D = function() {
|
|
961
1064
|
if (o.active)
|
|
962
|
-
return
|
|
963
|
-
},
|
|
964
|
-
var
|
|
965
|
-
var
|
|
966
|
-
return
|
|
967
|
-
return
|
|
1065
|
+
return n.removeEventListener("focusin", se, !0), n.removeEventListener("mousedown", j, !0), n.removeEventListener("touchstart", j, !0), n.removeEventListener("click", te, !0), n.removeEventListener("keydown", q, !0), n.removeEventListener("keydown", ne), v;
|
|
1066
|
+
}, W = function(c) {
|
|
1067
|
+
var f = c.some(function(g) {
|
|
1068
|
+
var F = Array.from(g.removedNodes);
|
|
1069
|
+
return F.some(function(N) {
|
|
1070
|
+
return N === o.mostRecentlyFocusedNode;
|
|
968
1071
|
});
|
|
969
1072
|
});
|
|
970
|
-
|
|
971
|
-
},
|
|
972
|
-
|
|
973
|
-
|
|
1073
|
+
f && k(R());
|
|
1074
|
+
}, z = typeof window < "u" && "MutationObserver" in window ? new MutationObserver(W) : void 0, Z = function() {
|
|
1075
|
+
z && (z.disconnect(), o.active && !o.paused && o.containers.map(function(c) {
|
|
1076
|
+
z.observe(c, {
|
|
974
1077
|
subtree: !0,
|
|
975
1078
|
childList: !0
|
|
976
1079
|
});
|
|
977
1080
|
}));
|
|
978
1081
|
};
|
|
979
|
-
return
|
|
1082
|
+
return v = {
|
|
980
1083
|
get active() {
|
|
981
1084
|
return o.active;
|
|
982
1085
|
},
|
|
983
1086
|
get paused() {
|
|
984
1087
|
return o.paused;
|
|
985
1088
|
},
|
|
986
|
-
activate: function(
|
|
1089
|
+
activate: function(c) {
|
|
987
1090
|
if (o.active)
|
|
988
1091
|
return this;
|
|
989
|
-
var
|
|
990
|
-
|
|
991
|
-
var
|
|
992
|
-
|
|
1092
|
+
var f = b(c, "onActivate"), g = b(c, "onPostActivate"), F = b(c, "checkCanFocusTrap");
|
|
1093
|
+
F || L(), o.active = !0, o.paused = !1, o.nodeFocusedBeforeActivation = M(n), f == null || f();
|
|
1094
|
+
var N = function() {
|
|
1095
|
+
F && L(), ae(), Z(), g == null || g();
|
|
993
1096
|
};
|
|
994
|
-
return
|
|
1097
|
+
return F ? (F(o.containers.concat()).then(N, N), this) : (N(), this);
|
|
995
1098
|
},
|
|
996
|
-
deactivate: function(
|
|
1099
|
+
deactivate: function(c) {
|
|
997
1100
|
if (!o.active)
|
|
998
1101
|
return this;
|
|
999
|
-
var
|
|
1102
|
+
var f = Vt({
|
|
1000
1103
|
onDeactivate: u.onDeactivate,
|
|
1001
1104
|
onPostDeactivate: u.onPostDeactivate,
|
|
1002
1105
|
checkCanReturnFocus: u.checkCanReturnFocus
|
|
1003
|
-
},
|
|
1004
|
-
clearTimeout(o.delayInitialFocusTimer), o.delayInitialFocusTimer = void 0,
|
|
1005
|
-
var
|
|
1006
|
-
|
|
1007
|
-
var
|
|
1008
|
-
|
|
1009
|
-
|
|
1106
|
+
}, c);
|
|
1107
|
+
clearTimeout(o.delayInitialFocusTimer), o.delayInitialFocusTimer = void 0, D(), o.active = !1, o.paused = !1, Z(), qt.deactivateTrap(s, v);
|
|
1108
|
+
var g = b(f, "onDeactivate"), F = b(f, "onPostDeactivate"), N = b(f, "checkCanReturnFocus"), x = b(f, "returnFocus", "returnFocusOnDeactivate");
|
|
1109
|
+
g == null || g();
|
|
1110
|
+
var $ = function() {
|
|
1111
|
+
Xt(function() {
|
|
1112
|
+
x && k(U(o.nodeFocusedBeforeActivation)), F == null || F();
|
|
1010
1113
|
});
|
|
1011
1114
|
};
|
|
1012
|
-
return
|
|
1115
|
+
return x && N ? (N(U(o.nodeFocusedBeforeActivation)).then($, $), this) : ($(), this);
|
|
1013
1116
|
},
|
|
1014
|
-
pause: function(
|
|
1015
|
-
return o.active ? (o.manuallyPaused = !0, this._setPausedState(!0,
|
|
1117
|
+
pause: function(c) {
|
|
1118
|
+
return o.active ? (o.manuallyPaused = !0, this._setPausedState(!0, c)) : this;
|
|
1016
1119
|
},
|
|
1017
|
-
unpause: function(
|
|
1018
|
-
return o.active ? (o.manuallyPaused = !1, s[s.length - 1] !== this ? this : this._setPausedState(!1,
|
|
1120
|
+
unpause: function(c) {
|
|
1121
|
+
return o.active ? (o.manuallyPaused = !1, s[s.length - 1] !== this ? this : this._setPausedState(!1, c)) : this;
|
|
1019
1122
|
},
|
|
1020
|
-
updateContainerElements: function(
|
|
1021
|
-
var
|
|
1022
|
-
return o.containers =
|
|
1023
|
-
return typeof
|
|
1024
|
-
}), o.active &&
|
|
1123
|
+
updateContainerElements: function(c) {
|
|
1124
|
+
var f = [].concat(c).filter(Boolean);
|
|
1125
|
+
return o.containers = f.map(function(g) {
|
|
1126
|
+
return typeof g == "string" ? n.querySelector(g) : g;
|
|
1127
|
+
}), o.active && L(), Z(), this;
|
|
1025
1128
|
}
|
|
1026
|
-
}, Object.defineProperties(
|
|
1129
|
+
}, Object.defineProperties(v, {
|
|
1027
1130
|
_isManuallyPaused: {
|
|
1028
1131
|
value: function() {
|
|
1029
1132
|
return o.manuallyPaused;
|
|
1030
1133
|
}
|
|
1031
1134
|
},
|
|
1032
1135
|
_setPausedState: {
|
|
1033
|
-
value: function(
|
|
1034
|
-
if (o.paused ===
|
|
1136
|
+
value: function(c, f) {
|
|
1137
|
+
if (o.paused === c)
|
|
1035
1138
|
return this;
|
|
1036
|
-
if (o.paused =
|
|
1037
|
-
var
|
|
1038
|
-
|
|
1139
|
+
if (o.paused = c, c) {
|
|
1140
|
+
var g = b(f, "onPause"), F = b(f, "onPostPause");
|
|
1141
|
+
g == null || g(), D(), Z(), F == null || F();
|
|
1039
1142
|
} else {
|
|
1040
|
-
var
|
|
1041
|
-
|
|
1143
|
+
var N = b(f, "onUnpause"), x = b(f, "onPostUnpause");
|
|
1144
|
+
N == null || N(), L(), ae(), Z(), x == null || x();
|
|
1042
1145
|
}
|
|
1043
1146
|
return this;
|
|
1044
1147
|
}
|
|
1045
1148
|
}
|
|
1046
|
-
}),
|
|
1149
|
+
}), v.updateContainerElements(t), v;
|
|
1047
1150
|
};
|
|
1048
1151
|
/*!
|
|
1049
1152
|
* focus-trap-vue v4.0.3
|
|
1050
1153
|
* (c) 2025 Eduardo San Martin Morote
|
|
1051
1154
|
* @license MIT
|
|
1052
1155
|
*/
|
|
1053
|
-
const
|
|
1156
|
+
const Oi = {
|
|
1054
1157
|
escapeDeactivates: {
|
|
1055
1158
|
type: Boolean,
|
|
1056
1159
|
default: !0
|
|
@@ -1076,7 +1179,7 @@ const Gr = {
|
|
|
1076
1179
|
preventScroll: Boolean,
|
|
1077
1180
|
setReturnFocus: [Object, String, Boolean, Function],
|
|
1078
1181
|
tabbableOptions: Object
|
|
1079
|
-
},
|
|
1182
|
+
}, $i = re({
|
|
1080
1183
|
name: "FocusTrap",
|
|
1081
1184
|
props: Object.assign({
|
|
1082
1185
|
active: {
|
|
@@ -1084,7 +1187,7 @@ const Gr = {
|
|
|
1084
1187
|
type: Boolean,
|
|
1085
1188
|
default: !0
|
|
1086
1189
|
}
|
|
1087
|
-
},
|
|
1190
|
+
}, Oi),
|
|
1088
1191
|
emits: [
|
|
1089
1192
|
"update:active",
|
|
1090
1193
|
"activate",
|
|
@@ -1095,18 +1198,18 @@ const Gr = {
|
|
|
1095
1198
|
render() {
|
|
1096
1199
|
return this.renderImpl();
|
|
1097
1200
|
},
|
|
1098
|
-
setup(
|
|
1099
|
-
let
|
|
1100
|
-
const s =
|
|
1101
|
-
const
|
|
1102
|
-
return
|
|
1201
|
+
setup(a, { slots: t, emit: r }) {
|
|
1202
|
+
let n;
|
|
1203
|
+
const s = ee(null), u = S(() => {
|
|
1204
|
+
const v = s.value;
|
|
1205
|
+
return v && (v instanceof HTMLElement ? v : v.$el);
|
|
1103
1206
|
});
|
|
1104
1207
|
function o() {
|
|
1105
|
-
return
|
|
1106
|
-
escapeDeactivates:
|
|
1107
|
-
allowOutsideClick:
|
|
1108
|
-
returnFocusOnDeactivate:
|
|
1109
|
-
clickOutsideDeactivates:
|
|
1208
|
+
return n || (n = Ii(u.value, {
|
|
1209
|
+
escapeDeactivates: a.escapeDeactivates,
|
|
1210
|
+
allowOutsideClick: a.allowOutsideClick,
|
|
1211
|
+
returnFocusOnDeactivate: a.returnFocusOnDeactivate,
|
|
1212
|
+
clickOutsideDeactivates: a.clickOutsideDeactivates,
|
|
1110
1213
|
onActivate: () => {
|
|
1111
1214
|
r("update:active", !0), r("activate");
|
|
1112
1215
|
},
|
|
@@ -1115,87 +1218,87 @@ const Gr = {
|
|
|
1115
1218
|
},
|
|
1116
1219
|
onPostActivate: () => r("postActivate"),
|
|
1117
1220
|
onPostDeactivate: () => r("postDeactivate"),
|
|
1118
|
-
initialFocus:
|
|
1119
|
-
fallbackFocus:
|
|
1120
|
-
tabbableOptions:
|
|
1121
|
-
delayInitialFocus:
|
|
1122
|
-
preventScroll:
|
|
1221
|
+
initialFocus: a.initialFocus,
|
|
1222
|
+
fallbackFocus: a.fallbackFocus,
|
|
1223
|
+
tabbableOptions: a.tabbableOptions,
|
|
1224
|
+
delayInitialFocus: a.delayInitialFocus,
|
|
1225
|
+
preventScroll: a.preventScroll
|
|
1123
1226
|
}));
|
|
1124
1227
|
}
|
|
1125
|
-
return
|
|
1126
|
-
|
|
1127
|
-
|
|
1228
|
+
return Me(() => {
|
|
1229
|
+
Ae(() => a.active, (v) => {
|
|
1230
|
+
v && u.value ? o().activate() : n && (n.deactivate(), (!u.value || u.value.nodeType === Node.COMMENT_NODE) && (n = null));
|
|
1128
1231
|
}, { immediate: !0, flush: "post" });
|
|
1129
|
-
}),
|
|
1130
|
-
|
|
1232
|
+
}), Fn(() => {
|
|
1233
|
+
n && n.deactivate(), n = null;
|
|
1131
1234
|
}), {
|
|
1132
1235
|
activate() {
|
|
1133
1236
|
o().activate();
|
|
1134
1237
|
},
|
|
1135
1238
|
deactivate() {
|
|
1136
|
-
|
|
1239
|
+
n && n.deactivate();
|
|
1137
1240
|
},
|
|
1138
1241
|
renderImpl() {
|
|
1139
1242
|
if (!t.default)
|
|
1140
1243
|
return null;
|
|
1141
|
-
const
|
|
1142
|
-
return !
|
|
1244
|
+
const v = t.default().filter((w) => w.type !== Nn);
|
|
1245
|
+
return !v || !v.length || v.length > 1 ? (console.error("[focus-trap-vue]: FocusTrap requires exactly one child."), v) : Dn(v[0], { ref: s });
|
|
1143
1246
|
}
|
|
1144
1247
|
};
|
|
1145
1248
|
}
|
|
1146
1249
|
});
|
|
1147
|
-
function
|
|
1250
|
+
function ca() {
|
|
1148
1251
|
return {
|
|
1149
1252
|
debounce: (t, r) => {
|
|
1150
|
-
let
|
|
1253
|
+
let n;
|
|
1151
1254
|
return (...s) => {
|
|
1152
|
-
clearTimeout(
|
|
1255
|
+
clearTimeout(n), n = window == null ? void 0 : window.setTimeout(() => {
|
|
1153
1256
|
t(...s);
|
|
1154
1257
|
}, r);
|
|
1155
1258
|
};
|
|
1156
1259
|
}
|
|
1157
1260
|
};
|
|
1158
1261
|
}
|
|
1159
|
-
var
|
|
1160
|
-
function
|
|
1161
|
-
return
|
|
1262
|
+
var Ge = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
|
|
1263
|
+
function Ei(a) {
|
|
1264
|
+
return a && a.__esModule && Object.prototype.hasOwnProperty.call(a, "default") ? a.default : a;
|
|
1162
1265
|
}
|
|
1163
|
-
var
|
|
1164
|
-
|
|
1165
|
-
(function(
|
|
1166
|
-
var r = 200,
|
|
1167
|
-
|
|
1168
|
-
var
|
|
1169
|
-
function
|
|
1266
|
+
var et = { exports: {} };
|
|
1267
|
+
et.exports;
|
|
1268
|
+
(function(a, t) {
|
|
1269
|
+
var r = 200, n = "__lodash_hash_undefined__", s = 9007199254740991, u = "[object Arguments]", o = "[object Array]", v = "[object Boolean]", b = "[object Date]", w = "[object Error]", I = "[object Function]", R = "[object GeneratorFunction]", L = "[object Map]", M = "[object Number]", k = "[object Object]", U = "[object Promise]", V = "[object RegExp]", j = "[object Set]", se = "[object String]", de = "[object Symbol]", q = "[object WeakMap]", ne = "[object ArrayBuffer]", te = "[object DataView]", ae = "[object Float32Array]", D = "[object Float64Array]", W = "[object Int8Array]", z = "[object Int16Array]", Z = "[object Int32Array]", A = "[object Uint8Array]", c = "[object Uint8ClampedArray]", f = "[object Uint16Array]", g = "[object Uint32Array]", F = /[\\^$.*+?()[\]{}|]/g, N = /\w*$/, x = /^\[object .+?Constructor\]$/, $ = /^(?:0|[1-9]\d*)$/, d = {};
|
|
1270
|
+
d[u] = d[o] = d[ne] = d[te] = d[v] = d[b] = d[ae] = d[D] = d[W] = d[z] = d[Z] = d[L] = d[M] = d[k] = d[V] = d[j] = d[se] = d[de] = d[A] = d[c] = d[f] = d[g] = !0, d[w] = d[I] = d[q] = !1;
|
|
1271
|
+
var y = typeof Ge == "object" && Ge && Ge.Object === Object && Ge, _ = typeof self == "object" && self && self.Object === Object && self, m = y || _ || Function("return this")(), H = t && !t.nodeType && t, P = H && !0 && a && !a.nodeType && a, X = P && P.exports === H;
|
|
1272
|
+
function le(e, i) {
|
|
1170
1273
|
return e.set(i[0], i[1]), e;
|
|
1171
1274
|
}
|
|
1172
|
-
function
|
|
1275
|
+
function Fe(e, i) {
|
|
1173
1276
|
return e.add(i), e;
|
|
1174
1277
|
}
|
|
1175
|
-
function
|
|
1176
|
-
for (var
|
|
1278
|
+
function ua(e, i) {
|
|
1279
|
+
for (var l = -1, h = e ? e.length : 0; ++l < h && i(e[l], l, e) !== !1; )
|
|
1177
1280
|
;
|
|
1178
1281
|
return e;
|
|
1179
1282
|
}
|
|
1180
|
-
function
|
|
1181
|
-
for (var
|
|
1182
|
-
e[
|
|
1283
|
+
function da(e, i) {
|
|
1284
|
+
for (var l = -1, h = i.length, G = e.length; ++l < h; )
|
|
1285
|
+
e[G + l] = i[l];
|
|
1183
1286
|
return e;
|
|
1184
1287
|
}
|
|
1185
|
-
function
|
|
1186
|
-
for (var
|
|
1187
|
-
|
|
1188
|
-
return
|
|
1288
|
+
function wt(e, i, l, h) {
|
|
1289
|
+
for (var G = -1, Q = e ? e.length : 0; ++G < Q; )
|
|
1290
|
+
l = i(l, e[G], G, e);
|
|
1291
|
+
return l;
|
|
1189
1292
|
}
|
|
1190
|
-
function
|
|
1191
|
-
for (var
|
|
1192
|
-
h[
|
|
1293
|
+
function fa(e, i) {
|
|
1294
|
+
for (var l = -1, h = Array(e); ++l < e; )
|
|
1295
|
+
h[l] = i(l);
|
|
1193
1296
|
return h;
|
|
1194
1297
|
}
|
|
1195
|
-
function
|
|
1298
|
+
function va(e, i) {
|
|
1196
1299
|
return e == null ? void 0 : e[i];
|
|
1197
1300
|
}
|
|
1198
|
-
function
|
|
1301
|
+
function kt(e) {
|
|
1199
1302
|
var i = !1;
|
|
1200
1303
|
if (e != null && typeof e.toString != "function")
|
|
1201
1304
|
try {
|
|
@@ -1204,356 +1307,356 @@ Xe.exports;
|
|
|
1204
1307
|
}
|
|
1205
1308
|
return i;
|
|
1206
1309
|
}
|
|
1207
|
-
function
|
|
1208
|
-
var i = -1,
|
|
1209
|
-
return e.forEach(function(h,
|
|
1210
|
-
|
|
1211
|
-
}),
|
|
1310
|
+
function Tt(e) {
|
|
1311
|
+
var i = -1, l = Array(e.size);
|
|
1312
|
+
return e.forEach(function(h, G) {
|
|
1313
|
+
l[++i] = [G, h];
|
|
1314
|
+
}), l;
|
|
1212
1315
|
}
|
|
1213
|
-
function
|
|
1214
|
-
return function(
|
|
1215
|
-
return e(i(
|
|
1316
|
+
function at(e, i) {
|
|
1317
|
+
return function(l) {
|
|
1318
|
+
return e(i(l));
|
|
1216
1319
|
};
|
|
1217
1320
|
}
|
|
1218
|
-
function
|
|
1219
|
-
var i = -1,
|
|
1321
|
+
function _t(e) {
|
|
1322
|
+
var i = -1, l = Array(e.size);
|
|
1220
1323
|
return e.forEach(function(h) {
|
|
1221
|
-
|
|
1222
|
-
}),
|
|
1324
|
+
l[++i] = h;
|
|
1325
|
+
}), l;
|
|
1223
1326
|
}
|
|
1224
|
-
var
|
|
1225
|
-
var e = /[^.]+$/.exec(
|
|
1327
|
+
var ba = Array.prototype, pa = Function.prototype, je = Object.prototype, nt = m["__core-js_shared__"], St = function() {
|
|
1328
|
+
var e = /[^.]+$/.exec(nt && nt.keys && nt.keys.IE_PROTO || "");
|
|
1226
1329
|
return e ? "Symbol(src)_1." + e : "";
|
|
1227
|
-
}(),
|
|
1228
|
-
"^" +
|
|
1229
|
-
),
|
|
1230
|
-
function
|
|
1231
|
-
var i = -1,
|
|
1232
|
-
for (this.clear(); ++i <
|
|
1330
|
+
}(), Ct = pa.toString, fe = je.hasOwnProperty, Pe = je.toString, ha = RegExp(
|
|
1331
|
+
"^" + Ct.call(fe).replace(F, "\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g, "$1.*?") + "$"
|
|
1332
|
+
), It = X ? m.Buffer : void 0, Ot = m.Symbol, $t = m.Uint8Array, ma = at(Object.getPrototypeOf, Object), ga = Object.create, ya = je.propertyIsEnumerable, wa = ba.splice, Et = Object.getOwnPropertySymbols, ka = It ? It.isBuffer : void 0, Ta = at(Object.keys, Object), rt = Se(m, "DataView"), Ne = Se(m, "Map"), it = Se(m, "Promise"), ot = Se(m, "Set"), st = Se(m, "WeakMap"), De = Se(Object, "create"), _a = me(rt), Sa = me(Ne), Ca = me(it), Ia = me(ot), Oa = me(st), At = Ot ? Ot.prototype : void 0, Ft = At ? At.valueOf : void 0;
|
|
1333
|
+
function pe(e) {
|
|
1334
|
+
var i = -1, l = e ? e.length : 0;
|
|
1335
|
+
for (this.clear(); ++i < l; ) {
|
|
1233
1336
|
var h = e[i];
|
|
1234
1337
|
this.set(h[0], h[1]);
|
|
1235
1338
|
}
|
|
1236
1339
|
}
|
|
1237
|
-
function
|
|
1238
|
-
this.__data__ =
|
|
1340
|
+
function $a() {
|
|
1341
|
+
this.__data__ = De ? De(null) : {};
|
|
1239
1342
|
}
|
|
1240
|
-
function
|
|
1343
|
+
function Ea(e) {
|
|
1241
1344
|
return this.has(e) && delete this.__data__[e];
|
|
1242
1345
|
}
|
|
1243
|
-
function
|
|
1346
|
+
function Aa(e) {
|
|
1244
1347
|
var i = this.__data__;
|
|
1245
|
-
if (
|
|
1246
|
-
var
|
|
1247
|
-
return
|
|
1348
|
+
if (De) {
|
|
1349
|
+
var l = i[e];
|
|
1350
|
+
return l === n ? void 0 : l;
|
|
1248
1351
|
}
|
|
1249
|
-
return
|
|
1352
|
+
return fe.call(i, e) ? i[e] : void 0;
|
|
1250
1353
|
}
|
|
1251
|
-
function
|
|
1354
|
+
function Fa(e) {
|
|
1252
1355
|
var i = this.__data__;
|
|
1253
|
-
return
|
|
1356
|
+
return De ? i[e] !== void 0 : fe.call(i, e);
|
|
1254
1357
|
}
|
|
1255
|
-
function
|
|
1256
|
-
var
|
|
1257
|
-
return
|
|
1358
|
+
function Na(e, i) {
|
|
1359
|
+
var l = this.__data__;
|
|
1360
|
+
return l[e] = De && i === void 0 ? n : i, this;
|
|
1258
1361
|
}
|
|
1259
|
-
|
|
1260
|
-
function
|
|
1261
|
-
var i = -1,
|
|
1262
|
-
for (this.clear(); ++i <
|
|
1362
|
+
pe.prototype.clear = $a, pe.prototype.delete = Ea, pe.prototype.get = Aa, pe.prototype.has = Fa, pe.prototype.set = Na;
|
|
1363
|
+
function ce(e) {
|
|
1364
|
+
var i = -1, l = e ? e.length : 0;
|
|
1365
|
+
for (this.clear(); ++i < l; ) {
|
|
1263
1366
|
var h = e[i];
|
|
1264
1367
|
this.set(h[0], h[1]);
|
|
1265
1368
|
}
|
|
1266
1369
|
}
|
|
1267
|
-
function
|
|
1370
|
+
function Da() {
|
|
1268
1371
|
this.__data__ = [];
|
|
1269
1372
|
}
|
|
1270
|
-
function
|
|
1271
|
-
var i = this.__data__,
|
|
1272
|
-
if (
|
|
1373
|
+
function Ra(e) {
|
|
1374
|
+
var i = this.__data__, l = Ke(i, e);
|
|
1375
|
+
if (l < 0)
|
|
1273
1376
|
return !1;
|
|
1274
1377
|
var h = i.length - 1;
|
|
1275
|
-
return
|
|
1378
|
+
return l == h ? i.pop() : wa.call(i, l, 1), !0;
|
|
1276
1379
|
}
|
|
1277
|
-
function
|
|
1278
|
-
var i = this.__data__,
|
|
1279
|
-
return
|
|
1380
|
+
function xa(e) {
|
|
1381
|
+
var i = this.__data__, l = Ke(i, e);
|
|
1382
|
+
return l < 0 ? void 0 : i[l][1];
|
|
1280
1383
|
}
|
|
1281
|
-
function
|
|
1282
|
-
return
|
|
1384
|
+
function Ba(e) {
|
|
1385
|
+
return Ke(this.__data__, e) > -1;
|
|
1283
1386
|
}
|
|
1284
|
-
function
|
|
1285
|
-
var
|
|
1286
|
-
return h < 0 ?
|
|
1387
|
+
function La(e, i) {
|
|
1388
|
+
var l = this.__data__, h = Ke(l, e);
|
|
1389
|
+
return h < 0 ? l.push([e, i]) : l[h][1] = i, this;
|
|
1287
1390
|
}
|
|
1288
|
-
|
|
1289
|
-
function
|
|
1290
|
-
var i = -1,
|
|
1291
|
-
for (this.clear(); ++i <
|
|
1391
|
+
ce.prototype.clear = Da, ce.prototype.delete = Ra, ce.prototype.get = xa, ce.prototype.has = Ba, ce.prototype.set = La;
|
|
1392
|
+
function Te(e) {
|
|
1393
|
+
var i = -1, l = e ? e.length : 0;
|
|
1394
|
+
for (this.clear(); ++i < l; ) {
|
|
1292
1395
|
var h = e[i];
|
|
1293
1396
|
this.set(h[0], h[1]);
|
|
1294
1397
|
}
|
|
1295
1398
|
}
|
|
1296
|
-
function
|
|
1399
|
+
function Ma() {
|
|
1297
1400
|
this.__data__ = {
|
|
1298
|
-
hash: new
|
|
1299
|
-
map: new (
|
|
1300
|
-
string: new
|
|
1401
|
+
hash: new pe(),
|
|
1402
|
+
map: new (Ne || ce)(),
|
|
1403
|
+
string: new pe()
|
|
1301
1404
|
};
|
|
1302
1405
|
}
|
|
1303
|
-
function
|
|
1304
|
-
return
|
|
1406
|
+
function ja(e) {
|
|
1407
|
+
return Ze(this, e).delete(e);
|
|
1305
1408
|
}
|
|
1306
|
-
function
|
|
1307
|
-
return
|
|
1409
|
+
function Pa(e) {
|
|
1410
|
+
return Ze(this, e).get(e);
|
|
1308
1411
|
}
|
|
1309
|
-
function
|
|
1310
|
-
return
|
|
1412
|
+
function Ka(e) {
|
|
1413
|
+
return Ze(this, e).has(e);
|
|
1311
1414
|
}
|
|
1312
|
-
function
|
|
1313
|
-
return
|
|
1415
|
+
function Za(e, i) {
|
|
1416
|
+
return Ze(this, e).set(e, i), this;
|
|
1314
1417
|
}
|
|
1315
|
-
|
|
1316
|
-
function
|
|
1317
|
-
this.__data__ = new
|
|
1418
|
+
Te.prototype.clear = Ma, Te.prototype.delete = ja, Te.prototype.get = Pa, Te.prototype.has = Ka, Te.prototype.set = Za;
|
|
1419
|
+
function _e(e) {
|
|
1420
|
+
this.__data__ = new ce(e);
|
|
1318
1421
|
}
|
|
1319
|
-
function
|
|
1320
|
-
this.__data__ = new
|
|
1422
|
+
function Ha() {
|
|
1423
|
+
this.__data__ = new ce();
|
|
1321
1424
|
}
|
|
1322
|
-
function
|
|
1425
|
+
function Wa(e) {
|
|
1323
1426
|
return this.__data__.delete(e);
|
|
1324
1427
|
}
|
|
1325
|
-
function
|
|
1428
|
+
function za(e) {
|
|
1326
1429
|
return this.__data__.get(e);
|
|
1327
1430
|
}
|
|
1328
|
-
function
|
|
1431
|
+
function Ga(e) {
|
|
1329
1432
|
return this.__data__.has(e);
|
|
1330
1433
|
}
|
|
1331
|
-
function
|
|
1332
|
-
var
|
|
1333
|
-
if (
|
|
1334
|
-
var h =
|
|
1335
|
-
if (!
|
|
1434
|
+
function Ua(e, i) {
|
|
1435
|
+
var l = this.__data__;
|
|
1436
|
+
if (l instanceof ce) {
|
|
1437
|
+
var h = l.__data__;
|
|
1438
|
+
if (!Ne || h.length < r - 1)
|
|
1336
1439
|
return h.push([e, i]), this;
|
|
1337
|
-
|
|
1440
|
+
l = this.__data__ = new Te(h);
|
|
1338
1441
|
}
|
|
1339
|
-
return
|
|
1442
|
+
return l.set(e, i), this;
|
|
1340
1443
|
}
|
|
1341
|
-
|
|
1342
|
-
function
|
|
1343
|
-
var
|
|
1344
|
-
for (var
|
|
1345
|
-
|
|
1346
|
-
return
|
|
1444
|
+
_e.prototype.clear = Ha, _e.prototype.delete = Wa, _e.prototype.get = za, _e.prototype.has = Ga, _e.prototype.set = Ua;
|
|
1445
|
+
function Va(e, i) {
|
|
1446
|
+
var l = ut(e) || yn(e) ? fa(e.length, String) : [], h = l.length, G = !!h;
|
|
1447
|
+
for (var Q in e)
|
|
1448
|
+
fe.call(e, Q) && !(G && (Q == "length" || pn(Q, h))) && l.push(Q);
|
|
1449
|
+
return l;
|
|
1347
1450
|
}
|
|
1348
|
-
function
|
|
1451
|
+
function Nt(e, i, l) {
|
|
1349
1452
|
var h = e[i];
|
|
1350
|
-
(!(
|
|
1453
|
+
(!(fe.call(e, i) && Bt(h, l)) || l === void 0 && !(i in e)) && (e[i] = l);
|
|
1351
1454
|
}
|
|
1352
|
-
function
|
|
1353
|
-
for (var
|
|
1354
|
-
if (
|
|
1355
|
-
return
|
|
1455
|
+
function Ke(e, i) {
|
|
1456
|
+
for (var l = e.length; l--; )
|
|
1457
|
+
if (Bt(e[l][0], i))
|
|
1458
|
+
return l;
|
|
1356
1459
|
return -1;
|
|
1357
1460
|
}
|
|
1358
|
-
function
|
|
1359
|
-
return e &&
|
|
1461
|
+
function qa(e, i) {
|
|
1462
|
+
return e && Dt(i, dt(i), e);
|
|
1360
1463
|
}
|
|
1361
|
-
function
|
|
1362
|
-
var
|
|
1363
|
-
if (h && (
|
|
1364
|
-
return
|
|
1365
|
-
if (!
|
|
1464
|
+
function lt(e, i, l, h, G, Q, ue) {
|
|
1465
|
+
var J;
|
|
1466
|
+
if (h && (J = Q ? h(e, G, Q, ue) : h(e)), J !== void 0)
|
|
1467
|
+
return J;
|
|
1468
|
+
if (!He(e))
|
|
1366
1469
|
return e;
|
|
1367
|
-
var
|
|
1368
|
-
if (
|
|
1369
|
-
if (
|
|
1370
|
-
return
|
|
1470
|
+
var jt = ut(e);
|
|
1471
|
+
if (jt) {
|
|
1472
|
+
if (J = fn(e), !i)
|
|
1473
|
+
return cn(e, J);
|
|
1371
1474
|
} else {
|
|
1372
|
-
var
|
|
1373
|
-
if (
|
|
1374
|
-
return
|
|
1375
|
-
if (
|
|
1376
|
-
if (
|
|
1377
|
-
return
|
|
1378
|
-
if (
|
|
1379
|
-
return
|
|
1475
|
+
var Ce = he(e), Pt = Ce == I || Ce == R;
|
|
1476
|
+
if (kn(e))
|
|
1477
|
+
return tn(e, i);
|
|
1478
|
+
if (Ce == k || Ce == u || Pt && !Q) {
|
|
1479
|
+
if (kt(e))
|
|
1480
|
+
return Q ? e : {};
|
|
1481
|
+
if (J = vn(Pt ? {} : e), !i)
|
|
1482
|
+
return un(e, qa(J, e));
|
|
1380
1483
|
} else {
|
|
1381
|
-
if (!
|
|
1382
|
-
return
|
|
1383
|
-
|
|
1484
|
+
if (!d[Ce])
|
|
1485
|
+
return Q ? e : {};
|
|
1486
|
+
J = bn(e, Ce, lt, i);
|
|
1384
1487
|
}
|
|
1385
1488
|
}
|
|
1386
|
-
|
|
1387
|
-
var
|
|
1388
|
-
if (
|
|
1389
|
-
return
|
|
1390
|
-
if (
|
|
1391
|
-
var
|
|
1392
|
-
return
|
|
1393
|
-
|
|
1394
|
-
}),
|
|
1489
|
+
ue || (ue = new _e());
|
|
1490
|
+
var Kt = ue.get(e);
|
|
1491
|
+
if (Kt)
|
|
1492
|
+
return Kt;
|
|
1493
|
+
if (ue.set(e, J), !jt)
|
|
1494
|
+
var Zt = l ? dn(e) : dt(e);
|
|
1495
|
+
return ua(Zt || e, function(ft, We) {
|
|
1496
|
+
Zt && (We = ft, ft = e[We]), Nt(J, We, lt(ft, i, l, h, We, e, ue));
|
|
1497
|
+
}), J;
|
|
1395
1498
|
}
|
|
1396
|
-
function
|
|
1397
|
-
return
|
|
1499
|
+
function Xa(e) {
|
|
1500
|
+
return He(e) ? ga(e) : {};
|
|
1398
1501
|
}
|
|
1399
|
-
function
|
|
1502
|
+
function Ya(e, i, l) {
|
|
1400
1503
|
var h = i(e);
|
|
1401
|
-
return
|
|
1504
|
+
return ut(e) ? h : da(h, l(e));
|
|
1402
1505
|
}
|
|
1403
|
-
function
|
|
1404
|
-
return
|
|
1506
|
+
function Qa(e) {
|
|
1507
|
+
return Pe.call(e);
|
|
1405
1508
|
}
|
|
1406
|
-
function
|
|
1407
|
-
if (!
|
|
1509
|
+
function Ja(e) {
|
|
1510
|
+
if (!He(e) || mn(e))
|
|
1408
1511
|
return !1;
|
|
1409
|
-
var i =
|
|
1410
|
-
return i.test(
|
|
1512
|
+
var i = Mt(e) || kt(e) ? ha : x;
|
|
1513
|
+
return i.test(me(e));
|
|
1411
1514
|
}
|
|
1412
|
-
function
|
|
1413
|
-
if (!
|
|
1414
|
-
return
|
|
1515
|
+
function en(e) {
|
|
1516
|
+
if (!xt(e))
|
|
1517
|
+
return Ta(e);
|
|
1415
1518
|
var i = [];
|
|
1416
|
-
for (var
|
|
1417
|
-
|
|
1519
|
+
for (var l in Object(e))
|
|
1520
|
+
fe.call(e, l) && l != "constructor" && i.push(l);
|
|
1418
1521
|
return i;
|
|
1419
1522
|
}
|
|
1420
|
-
function
|
|
1523
|
+
function tn(e, i) {
|
|
1421
1524
|
if (i)
|
|
1422
1525
|
return e.slice();
|
|
1423
|
-
var
|
|
1424
|
-
return e.copy(
|
|
1526
|
+
var l = new e.constructor(e.length);
|
|
1527
|
+
return e.copy(l), l;
|
|
1425
1528
|
}
|
|
1426
|
-
function
|
|
1529
|
+
function ct(e) {
|
|
1427
1530
|
var i = new e.constructor(e.byteLength);
|
|
1428
|
-
return new
|
|
1531
|
+
return new $t(i).set(new $t(e)), i;
|
|
1429
1532
|
}
|
|
1430
|
-
function
|
|
1431
|
-
var
|
|
1432
|
-
return new e.constructor(
|
|
1533
|
+
function an(e, i) {
|
|
1534
|
+
var l = i ? ct(e.buffer) : e.buffer;
|
|
1535
|
+
return new e.constructor(l, e.byteOffset, e.byteLength);
|
|
1433
1536
|
}
|
|
1434
|
-
function
|
|
1435
|
-
var h = i ?
|
|
1436
|
-
return
|
|
1537
|
+
function nn(e, i, l) {
|
|
1538
|
+
var h = i ? l(Tt(e), !0) : Tt(e);
|
|
1539
|
+
return wt(h, le, new e.constructor());
|
|
1437
1540
|
}
|
|
1438
|
-
function
|
|
1439
|
-
var i = new e.constructor(e.source,
|
|
1541
|
+
function rn(e) {
|
|
1542
|
+
var i = new e.constructor(e.source, N.exec(e));
|
|
1440
1543
|
return i.lastIndex = e.lastIndex, i;
|
|
1441
1544
|
}
|
|
1442
|
-
function
|
|
1443
|
-
var h = i ?
|
|
1444
|
-
return
|
|
1545
|
+
function on(e, i, l) {
|
|
1546
|
+
var h = i ? l(_t(e), !0) : _t(e);
|
|
1547
|
+
return wt(h, Fe, new e.constructor());
|
|
1445
1548
|
}
|
|
1446
|
-
function
|
|
1447
|
-
return
|
|
1549
|
+
function sn(e) {
|
|
1550
|
+
return Ft ? Object(Ft.call(e)) : {};
|
|
1448
1551
|
}
|
|
1449
|
-
function
|
|
1450
|
-
var
|
|
1451
|
-
return new e.constructor(
|
|
1552
|
+
function ln(e, i) {
|
|
1553
|
+
var l = i ? ct(e.buffer) : e.buffer;
|
|
1554
|
+
return new e.constructor(l, e.byteOffset, e.length);
|
|
1452
1555
|
}
|
|
1453
|
-
function
|
|
1454
|
-
var
|
|
1455
|
-
for (i || (i = Array(h)); ++
|
|
1456
|
-
i[
|
|
1556
|
+
function cn(e, i) {
|
|
1557
|
+
var l = -1, h = e.length;
|
|
1558
|
+
for (i || (i = Array(h)); ++l < h; )
|
|
1559
|
+
i[l] = e[l];
|
|
1457
1560
|
return i;
|
|
1458
1561
|
}
|
|
1459
|
-
function
|
|
1460
|
-
|
|
1461
|
-
for (var
|
|
1462
|
-
var
|
|
1463
|
-
|
|
1562
|
+
function Dt(e, i, l, h) {
|
|
1563
|
+
l || (l = {});
|
|
1564
|
+
for (var G = -1, Q = i.length; ++G < Q; ) {
|
|
1565
|
+
var ue = i[G], J = void 0;
|
|
1566
|
+
Nt(l, ue, J === void 0 ? e[ue] : J);
|
|
1464
1567
|
}
|
|
1465
|
-
return
|
|
1568
|
+
return l;
|
|
1466
1569
|
}
|
|
1467
|
-
function
|
|
1468
|
-
return
|
|
1570
|
+
function un(e, i) {
|
|
1571
|
+
return Dt(e, Rt(e), i);
|
|
1469
1572
|
}
|
|
1470
|
-
function
|
|
1471
|
-
return
|
|
1573
|
+
function dn(e) {
|
|
1574
|
+
return Ya(e, dt, Rt);
|
|
1472
1575
|
}
|
|
1473
|
-
function
|
|
1474
|
-
var
|
|
1475
|
-
return
|
|
1576
|
+
function Ze(e, i) {
|
|
1577
|
+
var l = e.__data__;
|
|
1578
|
+
return hn(i) ? l[typeof i == "string" ? "string" : "hash"] : l.map;
|
|
1476
1579
|
}
|
|
1477
|
-
function
|
|
1478
|
-
var
|
|
1479
|
-
return
|
|
1580
|
+
function Se(e, i) {
|
|
1581
|
+
var l = va(e, i);
|
|
1582
|
+
return Ja(l) ? l : void 0;
|
|
1480
1583
|
}
|
|
1481
|
-
var
|
|
1482
|
-
(
|
|
1483
|
-
var i =
|
|
1584
|
+
var Rt = Et ? at(Et, Object) : Sn, he = Qa;
|
|
1585
|
+
(rt && he(new rt(new ArrayBuffer(1))) != te || Ne && he(new Ne()) != L || it && he(it.resolve()) != U || ot && he(new ot()) != j || st && he(new st()) != q) && (he = function(e) {
|
|
1586
|
+
var i = Pe.call(e), l = i == k ? e.constructor : void 0, h = l ? me(l) : void 0;
|
|
1484
1587
|
if (h)
|
|
1485
1588
|
switch (h) {
|
|
1486
|
-
case
|
|
1487
|
-
return V;
|
|
1488
|
-
case ba:
|
|
1489
|
-
return x;
|
|
1490
|
-
case pa:
|
|
1491
|
-
return Z;
|
|
1492
|
-
case ha:
|
|
1493
|
-
return B;
|
|
1494
|
-
case ma:
|
|
1589
|
+
case _a:
|
|
1495
1590
|
return te;
|
|
1591
|
+
case Sa:
|
|
1592
|
+
return L;
|
|
1593
|
+
case Ca:
|
|
1594
|
+
return U;
|
|
1595
|
+
case Ia:
|
|
1596
|
+
return j;
|
|
1597
|
+
case Oa:
|
|
1598
|
+
return q;
|
|
1496
1599
|
}
|
|
1497
1600
|
return i;
|
|
1498
1601
|
});
|
|
1499
|
-
function
|
|
1500
|
-
var i = e.length,
|
|
1501
|
-
return i && typeof e[0] == "string" &&
|
|
1602
|
+
function fn(e) {
|
|
1603
|
+
var i = e.length, l = e.constructor(i);
|
|
1604
|
+
return i && typeof e[0] == "string" && fe.call(e, "index") && (l.index = e.index, l.input = e.input), l;
|
|
1502
1605
|
}
|
|
1503
|
-
function
|
|
1504
|
-
return typeof e.constructor == "function" && !
|
|
1606
|
+
function vn(e) {
|
|
1607
|
+
return typeof e.constructor == "function" && !xt(e) ? Xa(ma(e)) : {};
|
|
1505
1608
|
}
|
|
1506
|
-
function
|
|
1507
|
-
var
|
|
1609
|
+
function bn(e, i, l, h) {
|
|
1610
|
+
var G = e.constructor;
|
|
1508
1611
|
switch (i) {
|
|
1509
|
-
case
|
|
1510
|
-
return
|
|
1511
|
-
case
|
|
1512
|
-
case
|
|
1513
|
-
return new
|
|
1514
|
-
case
|
|
1515
|
-
return
|
|
1516
|
-
case
|
|
1517
|
-
case
|
|
1518
|
-
case K:
|
|
1612
|
+
case ne:
|
|
1613
|
+
return ct(e);
|
|
1614
|
+
case v:
|
|
1615
|
+
case b:
|
|
1616
|
+
return new G(+e);
|
|
1617
|
+
case te:
|
|
1618
|
+
return an(e, h);
|
|
1619
|
+
case ae:
|
|
1620
|
+
case D:
|
|
1519
1621
|
case W:
|
|
1520
|
-
case
|
|
1622
|
+
case z:
|
|
1623
|
+
case Z:
|
|
1521
1624
|
case A:
|
|
1522
|
-
case
|
|
1523
|
-
case
|
|
1524
|
-
case
|
|
1525
|
-
return
|
|
1526
|
-
case x:
|
|
1527
|
-
return Ua(e, h, c);
|
|
1625
|
+
case c:
|
|
1626
|
+
case f:
|
|
1627
|
+
case g:
|
|
1628
|
+
return ln(e, h);
|
|
1528
1629
|
case L:
|
|
1529
|
-
|
|
1530
|
-
|
|
1531
|
-
case
|
|
1532
|
-
return
|
|
1533
|
-
case
|
|
1534
|
-
return
|
|
1535
|
-
case
|
|
1536
|
-
return
|
|
1630
|
+
return nn(e, h, l);
|
|
1631
|
+
case M:
|
|
1632
|
+
case se:
|
|
1633
|
+
return new G(e);
|
|
1634
|
+
case V:
|
|
1635
|
+
return rn(e);
|
|
1636
|
+
case j:
|
|
1637
|
+
return on(e, h, l);
|
|
1638
|
+
case de:
|
|
1639
|
+
return sn(e);
|
|
1537
1640
|
}
|
|
1538
1641
|
}
|
|
1539
|
-
function
|
|
1540
|
-
return i = i ?? s, !!i && (typeof e == "number" ||
|
|
1642
|
+
function pn(e, i) {
|
|
1643
|
+
return i = i ?? s, !!i && (typeof e == "number" || $.test(e)) && e > -1 && e % 1 == 0 && e < i;
|
|
1541
1644
|
}
|
|
1542
|
-
function
|
|
1645
|
+
function hn(e) {
|
|
1543
1646
|
var i = typeof e;
|
|
1544
1647
|
return i == "string" || i == "number" || i == "symbol" || i == "boolean" ? e !== "__proto__" : e === null;
|
|
1545
1648
|
}
|
|
1546
|
-
function
|
|
1547
|
-
return !!
|
|
1649
|
+
function mn(e) {
|
|
1650
|
+
return !!St && St in e;
|
|
1548
1651
|
}
|
|
1549
|
-
function
|
|
1550
|
-
var i = e && e.constructor,
|
|
1551
|
-
return e ===
|
|
1652
|
+
function xt(e) {
|
|
1653
|
+
var i = e && e.constructor, l = typeof i == "function" && i.prototype || je;
|
|
1654
|
+
return e === l;
|
|
1552
1655
|
}
|
|
1553
|
-
function
|
|
1656
|
+
function me(e) {
|
|
1554
1657
|
if (e != null) {
|
|
1555
1658
|
try {
|
|
1556
|
-
return
|
|
1659
|
+
return Ct.call(e);
|
|
1557
1660
|
} catch {
|
|
1558
1661
|
}
|
|
1559
1662
|
try {
|
|
@@ -1563,63 +1666,63 @@ Xe.exports;
|
|
|
1563
1666
|
}
|
|
1564
1667
|
return "";
|
|
1565
1668
|
}
|
|
1566
|
-
function
|
|
1567
|
-
return
|
|
1669
|
+
function gn(e) {
|
|
1670
|
+
return lt(e, !0, !0);
|
|
1568
1671
|
}
|
|
1569
|
-
function
|
|
1672
|
+
function Bt(e, i) {
|
|
1570
1673
|
return e === i || e !== e && i !== i;
|
|
1571
1674
|
}
|
|
1572
|
-
function
|
|
1573
|
-
return
|
|
1675
|
+
function yn(e) {
|
|
1676
|
+
return wn(e) && fe.call(e, "callee") && (!ya.call(e, "callee") || Pe.call(e) == u);
|
|
1574
1677
|
}
|
|
1575
|
-
var
|
|
1576
|
-
function
|
|
1577
|
-
return e != null &&
|
|
1678
|
+
var ut = Array.isArray;
|
|
1679
|
+
function Lt(e) {
|
|
1680
|
+
return e != null && Tn(e.length) && !Mt(e);
|
|
1578
1681
|
}
|
|
1579
|
-
function
|
|
1580
|
-
return
|
|
1682
|
+
function wn(e) {
|
|
1683
|
+
return _n(e) && Lt(e);
|
|
1581
1684
|
}
|
|
1582
|
-
var
|
|
1583
|
-
function
|
|
1584
|
-
var i =
|
|
1585
|
-
return i ==
|
|
1685
|
+
var kn = ka || Cn;
|
|
1686
|
+
function Mt(e) {
|
|
1687
|
+
var i = He(e) ? Pe.call(e) : "";
|
|
1688
|
+
return i == I || i == R;
|
|
1586
1689
|
}
|
|
1587
|
-
function
|
|
1690
|
+
function Tn(e) {
|
|
1588
1691
|
return typeof e == "number" && e > -1 && e % 1 == 0 && e <= s;
|
|
1589
1692
|
}
|
|
1590
|
-
function
|
|
1693
|
+
function He(e) {
|
|
1591
1694
|
var i = typeof e;
|
|
1592
1695
|
return !!e && (i == "object" || i == "function");
|
|
1593
1696
|
}
|
|
1594
|
-
function
|
|
1697
|
+
function _n(e) {
|
|
1595
1698
|
return !!e && typeof e == "object";
|
|
1596
1699
|
}
|
|
1597
|
-
function
|
|
1598
|
-
return
|
|
1700
|
+
function dt(e) {
|
|
1701
|
+
return Lt(e) ? Va(e) : en(e);
|
|
1599
1702
|
}
|
|
1600
|
-
function
|
|
1703
|
+
function Sn() {
|
|
1601
1704
|
return [];
|
|
1602
1705
|
}
|
|
1603
|
-
function
|
|
1706
|
+
function Cn() {
|
|
1604
1707
|
return !1;
|
|
1605
1708
|
}
|
|
1606
|
-
|
|
1607
|
-
})(
|
|
1608
|
-
var
|
|
1609
|
-
const
|
|
1709
|
+
a.exports = gn;
|
|
1710
|
+
})(et, et.exports);
|
|
1711
|
+
var Ai = et.exports;
|
|
1712
|
+
const Fi = /* @__PURE__ */ Ei(Ai), Ni = {
|
|
1610
1713
|
key: 0,
|
|
1611
1714
|
class: "sidebar-header"
|
|
1612
|
-
},
|
|
1715
|
+
}, Di = { class: "sidebar-content-container" }, Ri = {
|
|
1613
1716
|
key: 0,
|
|
1614
1717
|
class: "sidebar-top"
|
|
1615
|
-
},
|
|
1718
|
+
}, xi = { "aria-label": "Main menu" }, Bi = ["id"], Li = ["aria-labelledby"], Mi = {
|
|
1616
1719
|
key: 1,
|
|
1617
1720
|
class: "sidebar-level-divider",
|
|
1618
1721
|
role: "separator"
|
|
1619
|
-
},
|
|
1722
|
+
}, ji = {
|
|
1620
1723
|
key: 2,
|
|
1621
1724
|
class: "level-primary bottom-items"
|
|
1622
|
-
},
|
|
1725
|
+
}, Pi = { class: "sidebar-footer" }, ge = "_ungrouped", Ki = /* @__PURE__ */ re({
|
|
1623
1726
|
__name: "AppSidebar",
|
|
1624
1727
|
props: {
|
|
1625
1728
|
topItems: {
|
|
@@ -1630,6 +1733,10 @@ const Xr = /* @__PURE__ */ Vr(qr), Yr = {
|
|
|
1630
1733
|
type: Array,
|
|
1631
1734
|
default: () => []
|
|
1632
1735
|
},
|
|
1736
|
+
groupConfig: {
|
|
1737
|
+
type: Object,
|
|
1738
|
+
default: () => ({})
|
|
1739
|
+
},
|
|
1633
1740
|
headerHeight: {
|
|
1634
1741
|
type: Number,
|
|
1635
1742
|
default: 60
|
|
@@ -1676,173 +1783,234 @@ const Xr = /* @__PURE__ */ Vr(qr), Yr = {
|
|
|
1676
1783
|
default: !0
|
|
1677
1784
|
}
|
|
1678
1785
|
},
|
|
1679
|
-
emits: ["click", "toggle"],
|
|
1680
|
-
setup(
|
|
1681
|
-
|
|
1682
|
-
|
|
1683
|
-
"
|
|
1684
|
-
"
|
|
1685
|
-
"
|
|
1686
|
-
"
|
|
1687
|
-
|
|
1688
|
-
|
|
1689
|
-
|
|
1690
|
-
|
|
1691
|
-
|
|
1692
|
-
|
|
1786
|
+
emits: ["click", "toggle", "toggle-collapse"],
|
|
1787
|
+
setup(a, { emit: t }) {
|
|
1788
|
+
yt((d) => ({
|
|
1789
|
+
"2d6420c6": v.value.mobileHeight,
|
|
1790
|
+
"421fe69f": v.value.mobileTop,
|
|
1791
|
+
"02803aeb": a.zIndex,
|
|
1792
|
+
"00206b5b": v.value.height,
|
|
1793
|
+
"47ef33a1": v.value.top,
|
|
1794
|
+
"7792b3f5": w.value.marginTop,
|
|
1795
|
+
cb49f758: x.value,
|
|
1796
|
+
c4cb1d12: b.value.display,
|
|
1797
|
+
ebe8c4e4: b.value.minHeight,
|
|
1798
|
+
c5adf320: I.value.top,
|
|
1799
|
+
"1d6b5506": I.value.zIndex
|
|
1693
1800
|
}));
|
|
1694
|
-
const r = t,
|
|
1695
|
-
mobileTop:
|
|
1696
|
-
top:
|
|
1697
|
-
mobileHeight:
|
|
1698
|
-
height:
|
|
1699
|
-
})),
|
|
1700
|
-
display: !
|
|
1701
|
-
minHeight: `${
|
|
1702
|
-
})),
|
|
1703
|
-
marginTop: u.value ? `${
|
|
1704
|
-
})),
|
|
1705
|
-
top:
|
|
1706
|
-
zIndex:
|
|
1707
|
-
})),
|
|
1708
|
-
var
|
|
1709
|
-
if (
|
|
1710
|
-
(!
|
|
1711
|
-
for (const
|
|
1712
|
-
|
|
1801
|
+
const r = t, n = a, s = tt(), u = S(() => !!s.header), o = S(() => !!s.top), v = S(() => ({
|
|
1802
|
+
mobileTop: n.mobileTopOffset && n.mobileEnabled ? `${n.mobileTopOffset}px` : n.topOffset ? `${n.topOffset}px` : "0",
|
|
1803
|
+
top: n.topOffset ? `${n.topOffset}px` : "0",
|
|
1804
|
+
mobileHeight: n.mobileTopOffset && n.mobileEnabled ? `calc(100% - ${n.mobileTopOffset}px)` : "100%",
|
|
1805
|
+
height: n.topOffset ? `calc(100% - ${n.topOffset}px)` : "100%"
|
|
1806
|
+
})), b = S(() => ({
|
|
1807
|
+
display: !n.mobileHeaderVisible && n.mobileEnabled ? "none" : "flex",
|
|
1808
|
+
minHeight: `${n.headerHeight}px`
|
|
1809
|
+
})), w = S(() => ({
|
|
1810
|
+
marginTop: u.value ? `${n.headerHeight}px` : "0"
|
|
1811
|
+
})), I = S(() => ({
|
|
1812
|
+
top: n.mobileTopOffset && n.mobileEnabled ? `${n.mobileTopOffset}px` : "0",
|
|
1813
|
+
zIndex: n.mobileOverlayZIndex !== null ? n.mobileOverlayZIndex : n.zIndex > 1 ? n.zIndex - 1 : 1
|
|
1814
|
+
})), R = (d) => Fi(d).map((_) => {
|
|
1815
|
+
var m, H, P;
|
|
1816
|
+
if (_) {
|
|
1817
|
+
(!_.key || !((m = _.key) != null && m.trim())) && (_.key = String(_.name || "").trim().toLowerCase().replace(/[^[a-z]/gi, "-")), (!_.testId || !((H = _.testId) != null && H.trim())) && (_.testId = String(_.name || "").trim().toLowerCase().replace(/[^[a-z]/gi, "-"));
|
|
1818
|
+
for (const X of _.items || [])
|
|
1819
|
+
X.parentKey = _.key, (!X.testId || !((P = X.testId) != null && P.trim())) && (X.testId = String(X.name || "").trim().toLowerCase().replace(/[^[a-z]/gi, "-"));
|
|
1713
1820
|
}
|
|
1714
|
-
return
|
|
1715
|
-
}),
|
|
1716
|
-
var
|
|
1717
|
-
const
|
|
1718
|
-
|
|
1719
|
-
for (const
|
|
1720
|
-
const
|
|
1721
|
-
|
|
1821
|
+
return _;
|
|
1822
|
+
}), L = S(() => n.topItems.length ? R(n.topItems) : []), M = S(() => n.bottomItems.length ? R(n.bottomItems) : []), k = (d = "") => d.trim().replace(" ", "").replace(/[^a-z0-9]+/gi, "-").toLowerCase(), U = S(() => {
|
|
1823
|
+
var y;
|
|
1824
|
+
const d = /* @__PURE__ */ new Map();
|
|
1825
|
+
d.set(ge, []);
|
|
1826
|
+
for (const _ of L.value) {
|
|
1827
|
+
const m = _.group || ge;
|
|
1828
|
+
d.has(m) || d.set(m, []), (y = d.get(m)) == null || y.push(_);
|
|
1722
1829
|
}
|
|
1723
|
-
return
|
|
1724
|
-
}),
|
|
1725
|
-
|
|
1726
|
-
|
|
1727
|
-
|
|
1728
|
-
|
|
1729
|
-
|
|
1730
|
-
|
|
1731
|
-
|
|
1732
|
-
|
|
1830
|
+
return d;
|
|
1831
|
+
}), V = (d = "") => {
|
|
1832
|
+
if (d === ge || !d.trim())
|
|
1833
|
+
return null;
|
|
1834
|
+
const y = {
|
|
1835
|
+
label: d,
|
|
1836
|
+
collapsible: !1,
|
|
1837
|
+
collapsed: !1
|
|
1838
|
+
};
|
|
1839
|
+
let _ = d.trim().replace(" ", "");
|
|
1840
|
+
return _ = _.charAt(0).toLowerCase() + _.slice(1), d && n.groupConfig && (n.groupConfig[d] || n.groupConfig[_]) ? n.groupConfig[d] || n.groupConfig[_] : y;
|
|
1841
|
+
}, j = (d) => {
|
|
1842
|
+
var y;
|
|
1843
|
+
return !!((y = V(d)) != null && y.collapsible);
|
|
1844
|
+
}, se = (d) => {
|
|
1845
|
+
var y;
|
|
1846
|
+
return !!((y = V(d)) != null && y.collapsed);
|
|
1847
|
+
}, de = (d, y, _) => {
|
|
1848
|
+
const m = V(d);
|
|
1849
|
+
m && (m.collapsed = !y), _(), r("toggle-collapse", d, m);
|
|
1850
|
+
}, q = ee(n.open), ne = (d) => {
|
|
1851
|
+
var y, _;
|
|
1852
|
+
q.value !== d && (q.value = d, r("toggle", d)), d ? (y = document == null ? void 0 : document.body) == null || y.classList.add("kong-ui-app-sidebar-open") : (_ = document == null ? void 0 : document.body) == null || _.classList.remove("kong-ui-app-sidebar-open"), ae.value = !1;
|
|
1853
|
+
}, te = () => {
|
|
1854
|
+
n.mobileOverlayCloseOnClick && ne(!1);
|
|
1855
|
+
}, ae = ee(!1), D = (d) => {
|
|
1856
|
+
ae.value = !0, r("click", d), setTimeout(() => {
|
|
1857
|
+
ne(!1);
|
|
1858
|
+
}, n.mobileCloseDelay);
|
|
1733
1859
|
};
|
|
1734
|
-
|
|
1735
|
-
|
|
1860
|
+
Ae(() => n.open, (d) => {
|
|
1861
|
+
ne(d);
|
|
1736
1862
|
});
|
|
1737
|
-
const { debounce:
|
|
1738
|
-
|
|
1739
|
-
}, 200),
|
|
1740
|
-
|
|
1741
|
-
},
|
|
1742
|
-
var
|
|
1743
|
-
|
|
1863
|
+
const { debounce: W } = ca(), z = W(() => {
|
|
1864
|
+
q.value && Z.value !== (window == null ? void 0 : window.innerWidth) && (Z.value = window == null ? void 0 : window.innerWidth, ne(!1));
|
|
1865
|
+
}, 200), Z = ee(), A = ee(!1), c = ee(), f = () => {
|
|
1866
|
+
A.value || (A.value = !0, clearTimeout(c.value), c.value = setTimeout(() => A.value = !1, 1300));
|
|
1867
|
+
}, g = ee(null), F = S(() => q.value && n.mobileEnabled), N = async (d) => {
|
|
1868
|
+
var y, _;
|
|
1869
|
+
d ? (await Ht(), await new Promise((m) => setTimeout(m, 300)), (y = g.value) == null || y.activate()) : (_ = g.value) == null || _.deactivate();
|
|
1744
1870
|
};
|
|
1745
|
-
|
|
1746
|
-
|
|
1871
|
+
Ae(F, async (d) => {
|
|
1872
|
+
d ? await N(!0) : await N(!1);
|
|
1747
1873
|
}, { immediate: !0 });
|
|
1748
|
-
const
|
|
1749
|
-
var
|
|
1750
|
-
if (!(/Mac|iPhone|iPod|iPad/i.test(navigator == null ? void 0 : navigator.platform) || /macOS|Mac|iPhone|iPod|iPad/i.test((
|
|
1874
|
+
const x = ee("0px"), $ = () => {
|
|
1875
|
+
var X;
|
|
1876
|
+
if (!(/Mac|iPhone|iPod|iPad/i.test(navigator == null ? void 0 : navigator.platform) || /macOS|Mac|iPhone|iPod|iPad/i.test((X = navigator == null ? void 0 : navigator.userAgentData) == null ? void 0 : X.platform)))
|
|
1751
1877
|
return;
|
|
1752
|
-
const
|
|
1753
|
-
|
|
1754
|
-
const
|
|
1755
|
-
|
|
1756
|
-
const
|
|
1757
|
-
|
|
1758
|
-
const
|
|
1759
|
-
|
|
1878
|
+
const y = document.createElement("div");
|
|
1879
|
+
y.style.visibility = "hidden", y.style.width = "100px", document.body.appendChild(y);
|
|
1880
|
+
const _ = y.offsetWidth;
|
|
1881
|
+
y.style.overflow = "scroll";
|
|
1882
|
+
const m = document.createElement("div");
|
|
1883
|
+
m.style.width = "100%", y.appendChild(m);
|
|
1884
|
+
const H = m.offsetWidth;
|
|
1885
|
+
y.parentNode && y.parentNode.removeChild(y), _ - H === 0 && (x.value = "8px");
|
|
1760
1886
|
};
|
|
1761
|
-
return
|
|
1762
|
-
|
|
1763
|
-
|
|
1764
|
-
|
|
1765
|
-
|
|
1766
|
-
|
|
1767
|
-
|
|
1768
|
-
|
|
1769
|
-
|
|
1770
|
-
|
|
1771
|
-
|
|
1772
|
-
|
|
1773
|
-
|
|
1774
|
-
|
|
1775
|
-
|
|
1776
|
-
|
|
1777
|
-
|
|
1778
|
-
|
|
1779
|
-
|
|
1780
|
-
|
|
1781
|
-
|
|
1782
|
-
|
|
1783
|
-
|
|
1784
|
-
|
|
1785
|
-
|
|
1786
|
-
|
|
1787
|
-
|
|
1788
|
-
|
|
1789
|
-
|
|
1790
|
-
|
|
1791
|
-
|
|
1792
|
-
|
|
1793
|
-
|
|
1794
|
-
|
|
1887
|
+
return Me(async () => {
|
|
1888
|
+
if (Z.value = window == null ? void 0 : window.innerWidth, window.addEventListener("resize", z), window.addEventListener("resize", f), n.groupConfig) {
|
|
1889
|
+
for (const d in n.groupConfig)
|
|
1890
|
+
if (Er(`(max-width: ${Br})`)) {
|
|
1891
|
+
const y = n.groupConfig[d];
|
|
1892
|
+
y.collapsed = !1;
|
|
1893
|
+
}
|
|
1894
|
+
}
|
|
1895
|
+
await Ht(), $();
|
|
1896
|
+
}), ea(() => {
|
|
1897
|
+
window.removeEventListener("resize", z), window.removeEventListener("resize", f);
|
|
1898
|
+
}), (d, y) => {
|
|
1899
|
+
const _ = be("KCollapse");
|
|
1900
|
+
return p(), T(Oe, null, [
|
|
1901
|
+
q.value && a.mobileOverlay && a.mobileEnabled ? (p(), T("div", {
|
|
1902
|
+
key: 0,
|
|
1903
|
+
class: "kong-ui-app-sidebar-overlay",
|
|
1904
|
+
onClick: te
|
|
1905
|
+
})) : O("", !0),
|
|
1906
|
+
Le(ve($i), {
|
|
1907
|
+
ref_key: "focusTrap",
|
|
1908
|
+
ref: g,
|
|
1909
|
+
active: !1,
|
|
1910
|
+
"allow-outside-click": "",
|
|
1911
|
+
"fallback-focus": ".kong-ui-app-sidebar"
|
|
1912
|
+
}, {
|
|
1913
|
+
default: B(() => [
|
|
1914
|
+
E("aside", {
|
|
1915
|
+
class: oe(["kong-ui-app-sidebar", {
|
|
1916
|
+
"sidebar-open": q.value,
|
|
1917
|
+
"no-sidebar-header": !u.value,
|
|
1918
|
+
"mobile-header-hidden": a.mobileEnabled && (!u.value || !a.mobileHeaderVisible),
|
|
1919
|
+
"mobile-disabled": !a.mobileEnabled,
|
|
1920
|
+
"disable-transitions": A.value
|
|
1921
|
+
}]),
|
|
1922
|
+
tabindex: "-1"
|
|
1923
|
+
}, [
|
|
1924
|
+
u.value ? (p(), T("div", Ni, [
|
|
1925
|
+
C(d.$slots, "header", {}, void 0, !0)
|
|
1795
1926
|
])) : O("", !0),
|
|
1796
|
-
|
|
1797
|
-
|
|
1798
|
-
|
|
1799
|
-
|
|
1800
|
-
|
|
1801
|
-
|
|
1802
|
-
|
|
1803
|
-
|
|
1804
|
-
|
|
1805
|
-
|
|
1806
|
-
|
|
1807
|
-
|
|
1808
|
-
|
|
1809
|
-
|
|
1927
|
+
E("div", Di, [
|
|
1928
|
+
o.value ? (p(), T("div", Ri, [
|
|
1929
|
+
C(d.$slots, "top", {}, void 0, !0)
|
|
1930
|
+
])) : O("", !0),
|
|
1931
|
+
E("nav", xi, [
|
|
1932
|
+
U.value.size > 0 ? (p(!0), T(Oe, { key: 0 }, we(U.value, ([m, H]) => (p(), K(_, {
|
|
1933
|
+
key: m,
|
|
1934
|
+
class: oe(["level-primary-group-collapse", {
|
|
1935
|
+
"not-collapsible": !j(m),
|
|
1936
|
+
ungrouped: m === ge
|
|
1937
|
+
}]),
|
|
1938
|
+
"data-testid": m === ge ? "level-primary-group-collapse-ungrouped" : `level-primary-group-collapse-${m}`,
|
|
1939
|
+
"model-value": j(m) && se(m) || !1
|
|
1940
|
+
}, {
|
|
1941
|
+
trigger: B(({ isCollapsed: P, toggle: X }) => [
|
|
1942
|
+
(p(), K(Ee(j(m) ? ve(Ln) : "div"), {
|
|
1943
|
+
appearance: j(m) ? "none" : void 0,
|
|
1944
|
+
class: "level-primary-group-collapse-trigger",
|
|
1945
|
+
onClick: (le) => j(m) ? de(m, P, X) : void 0
|
|
1946
|
+
}, {
|
|
1947
|
+
default: B(() => {
|
|
1948
|
+
var le;
|
|
1949
|
+
return [
|
|
1950
|
+
m !== ge ? (p(), T("div", {
|
|
1951
|
+
key: 0,
|
|
1952
|
+
id: `level-primary-group-${k(m)}`,
|
|
1953
|
+
class: "level-primary-group-name",
|
|
1954
|
+
"data-testid": "level-primary-group-name",
|
|
1955
|
+
role: "presentation"
|
|
1956
|
+
}, Y(((le = V(m)) == null ? void 0 : le.label) || m), 9, Bi)) : O("", !0),
|
|
1957
|
+
j(m) ? (p(), K(Ee(P ? ve(ta) : ve(Bn)), {
|
|
1958
|
+
key: 1,
|
|
1959
|
+
class: "level-primary-group-collapse-icon",
|
|
1960
|
+
color: ve(Mr),
|
|
1961
|
+
"data-testid": "level-primary-group-collapse-icon",
|
|
1962
|
+
size: ve(Lr)
|
|
1963
|
+
}, null, 8, ["color", "size"])) : O("", !0)
|
|
1964
|
+
];
|
|
1965
|
+
}),
|
|
1966
|
+
_: 2
|
|
1967
|
+
}, 1032, ["appearance", "onClick"]))
|
|
1968
|
+
]),
|
|
1969
|
+
default: B(() => [
|
|
1970
|
+
E("ul", {
|
|
1971
|
+
"aria-labelledby": m !== ge ? `level-primary-group-${k(m)}` : void 0,
|
|
1972
|
+
class: "level-primary top-items"
|
|
1973
|
+
}, [
|
|
1974
|
+
(p(!0), T(Oe, null, we(H, (P) => (p(), K(zt, {
|
|
1975
|
+
key: P.name,
|
|
1976
|
+
item: P,
|
|
1977
|
+
onClick: D
|
|
1978
|
+
}, {
|
|
1979
|
+
[`sidebar-icon-${P.key}`]: B(() => [
|
|
1980
|
+
C(d.$slots, `sidebar-icon-${P.key}`, {}, void 0, !0)
|
|
1981
|
+
]),
|
|
1982
|
+
_: 2
|
|
1983
|
+
}, 1032, ["item"]))), 128))
|
|
1984
|
+
], 8, Li)
|
|
1985
|
+
]),
|
|
1986
|
+
_: 2
|
|
1987
|
+
}, 1032, ["class", "data-testid", "model-value"]))), 128)) : O("", !0),
|
|
1988
|
+
U.value.size > 0 && M.value.length ? (p(), T("div", Mi)) : O("", !0),
|
|
1989
|
+
M.value.length ? (p(), T("ul", ji, [
|
|
1990
|
+
(p(!0), T(Oe, null, we(M.value, (m) => (p(), K(zt, {
|
|
1810
1991
|
key: m.name,
|
|
1811
1992
|
item: m,
|
|
1812
|
-
onClick:
|
|
1993
|
+
onClick: D
|
|
1813
1994
|
}, {
|
|
1814
|
-
[`sidebar-icon-${m.key}`]:
|
|
1815
|
-
|
|
1995
|
+
[`sidebar-icon-${m.key}`]: B(() => [
|
|
1996
|
+
C(d.$slots, `sidebar-icon-${m.key}`, {}, void 0, !0)
|
|
1816
1997
|
]),
|
|
1817
1998
|
_: 2
|
|
1818
1999
|
}, 1032, ["item"]))), 128))
|
|
1819
|
-
]
|
|
1820
|
-
]
|
|
1821
|
-
|
|
1822
|
-
|
|
1823
|
-
|
|
1824
|
-
key: b.name,
|
|
1825
|
-
item: b,
|
|
1826
|
-
onClick: te
|
|
1827
|
-
}, {
|
|
1828
|
-
[`sidebar-icon-${b.key}`]: R(() => [
|
|
1829
|
-
S(v.$slots, `sidebar-icon-${b.key}`, {}, void 0, !0)
|
|
1830
|
-
]),
|
|
1831
|
-
_: 2
|
|
1832
|
-
}, 1032, ["item"]))), 128))
|
|
1833
|
-
])) : O("", !0)
|
|
2000
|
+
])) : O("", !0)
|
|
2001
|
+
])
|
|
2002
|
+
]),
|
|
2003
|
+
E("div", Pi, [
|
|
2004
|
+
C(d.$slots, "footer", {}, void 0, !0)
|
|
1834
2005
|
])
|
|
1835
|
-
])
|
|
1836
|
-
|
|
1837
|
-
|
|
1838
|
-
|
|
1839
|
-
|
|
1840
|
-
|
|
1841
|
-
_: 3
|
|
1842
|
-
}, 512)
|
|
1843
|
-
], 64));
|
|
2006
|
+
], 2)
|
|
2007
|
+
]),
|
|
2008
|
+
_: 3
|
|
2009
|
+
}, 512)
|
|
2010
|
+
], 64);
|
|
2011
|
+
};
|
|
1844
2012
|
}
|
|
1845
|
-
}),
|
|
2013
|
+
}), Zi = /* @__PURE__ */ ie(Ki, [["__scopeId", "data-v-9c3710c3"]]), Hi = ["aria-label"], Wi = /* @__PURE__ */ re({
|
|
1846
2014
|
__name: "SidebarToggle",
|
|
1847
2015
|
props: {
|
|
1848
2016
|
active: {
|
|
@@ -1851,32 +2019,32 @@ const Xr = /* @__PURE__ */ Vr(qr), Yr = {
|
|
|
1851
2019
|
}
|
|
1852
2020
|
},
|
|
1853
2021
|
emits: ["toggle"],
|
|
1854
|
-
setup(
|
|
1855
|
-
const r = t,
|
|
2022
|
+
setup(a, { emit: t }) {
|
|
2023
|
+
const r = t, n = a, s = ee(n.active || !1), u = (o) => {
|
|
1856
2024
|
o.preventDefault(), s.value = !s.value, r("toggle", s.value);
|
|
1857
2025
|
};
|
|
1858
|
-
return
|
|
2026
|
+
return Ae(() => n.active, (o) => {
|
|
1859
2027
|
s.value = o;
|
|
1860
|
-
}), (o,
|
|
2028
|
+
}), (o, v) => (p(), T("a", {
|
|
1861
2029
|
"aria-haspopup": "true",
|
|
1862
2030
|
"aria-label": s.value ? "Close Main Menu" : "Open Main Menu",
|
|
1863
|
-
class:
|
|
2031
|
+
class: oe(["sidebar-menu-toggle", { active: s.value }]),
|
|
1864
2032
|
href: "#",
|
|
1865
2033
|
role: "button",
|
|
1866
|
-
onClick:
|
|
1867
|
-
},
|
|
1868
|
-
|
|
1869
|
-
|
|
1870
|
-
|
|
1871
|
-
]), 10,
|
|
1872
|
-
}
|
|
1873
|
-
}),
|
|
2034
|
+
onClick: Rn(u, ["prevent"])
|
|
2035
|
+
}, v[0] || (v[0] = [
|
|
2036
|
+
E("span", { class: "line" }, null, -1),
|
|
2037
|
+
E("span", { class: "line" }, null, -1),
|
|
2038
|
+
E("span", { class: "line" }, null, -1)
|
|
2039
|
+
]), 10, Hi));
|
|
2040
|
+
}
|
|
2041
|
+
}), zi = /* @__PURE__ */ ie(Wi, [["__scopeId", "data-v-cbb41bbd"]]), Gi = { id: "kong-ui-app-layout-notification" }, Ui = { class: "mobile-logo" }, Vi = {
|
|
1874
2042
|
key: 0,
|
|
1875
2043
|
class: "navbar-logo"
|
|
1876
|
-
},
|
|
2044
|
+
}, qi = {
|
|
1877
2045
|
class: "kong-ui-app-layout-main",
|
|
1878
2046
|
"data-testid": "kong-ui-app-layout-main"
|
|
1879
|
-
},
|
|
2047
|
+
}, Xi = { class: "kong-ui-app-layout-content" }, Yi = { class: "kong-ui-app-layout-content-inner" }, Qi = /* @__PURE__ */ re({
|
|
1880
2048
|
__name: "AppLayout",
|
|
1881
2049
|
props: {
|
|
1882
2050
|
hideDefaultSlot: {
|
|
@@ -1905,205 +2073,211 @@ const Xr = /* @__PURE__ */ Vr(qr), Yr = {
|
|
|
1905
2073
|
type: Array,
|
|
1906
2074
|
default: () => []
|
|
1907
2075
|
},
|
|
2076
|
+
groupConfig: {
|
|
2077
|
+
type: Object,
|
|
2078
|
+
default: () => ({})
|
|
2079
|
+
},
|
|
1908
2080
|
theme: {
|
|
1909
2081
|
type: String,
|
|
1910
2082
|
default: "light",
|
|
1911
|
-
validator: (
|
|
2083
|
+
validator: (a) => ["light", "dark"].includes(a)
|
|
1912
2084
|
}
|
|
1913
2085
|
},
|
|
1914
|
-
emits: ["sidebar-click", "update:topOffset"],
|
|
1915
|
-
setup(
|
|
1916
|
-
|
|
1917
|
-
"
|
|
1918
|
-
"
|
|
1919
|
-
"
|
|
1920
|
-
"
|
|
1921
|
-
"
|
|
2086
|
+
emits: ["sidebar-click", "update:topOffset", "toggle-collapse"],
|
|
2087
|
+
setup(a, { emit: t }) {
|
|
2088
|
+
yt((D) => ({
|
|
2089
|
+
"182e1cec": j.value,
|
|
2090
|
+
"40b2f580": se.value,
|
|
2091
|
+
"27bb1858": V.value,
|
|
2092
|
+
"7516233c": de.value,
|
|
2093
|
+
"2c991da2": q.value
|
|
1922
2094
|
}));
|
|
1923
|
-
const r =
|
|
1924
|
-
navbarLeft:
|
|
1925
|
-
navbarCenter:
|
|
1926
|
-
navbarRight:
|
|
1927
|
-
navbarLogo:
|
|
1928
|
-
navbarMobileLogo:
|
|
1929
|
-
sidebarHeader:
|
|
1930
|
-
sidebarTop:
|
|
1931
|
-
sidebarFooter:
|
|
1932
|
-
}), o =
|
|
1933
|
-
hidden:
|
|
1934
|
-
}),
|
|
1935
|
-
topItems:
|
|
1936
|
-
bottomItems:
|
|
1937
|
-
open:
|
|
1938
|
-
hidden:
|
|
1939
|
-
}),
|
|
1940
|
-
|
|
1941
|
-
},
|
|
1942
|
-
|
|
2095
|
+
const r = a, n = t, s = tt(), u = Ue({
|
|
2096
|
+
navbarLeft: S(() => !!s["navbar-left"]),
|
|
2097
|
+
navbarCenter: S(() => !!s["navbar-center"]),
|
|
2098
|
+
navbarRight: S(() => !!s["navbar-right"]),
|
|
2099
|
+
navbarLogo: S(() => !!s["navbar-logo"]),
|
|
2100
|
+
navbarMobileLogo: S(() => !!s["navbar-mobile-logo"]),
|
|
2101
|
+
sidebarHeader: S(() => !!s["sidebar-header"]),
|
|
2102
|
+
sidebarTop: S(() => !!s["sidebar-top"]),
|
|
2103
|
+
sidebarFooter: S(() => !!s["sidebar-footer"])
|
|
2104
|
+
}), o = S(() => r.hideDefaultSlot), v = Ue({
|
|
2105
|
+
hidden: S(() => r.navbarHidden)
|
|
2106
|
+
}), b = Ue({
|
|
2107
|
+
topItems: S(() => r.sidebarTopItems),
|
|
2108
|
+
bottomItems: S(() => r.sidebarBottomItems),
|
|
2109
|
+
open: S(() => r.sidebarOpen),
|
|
2110
|
+
hidden: S(() => r.sidebarHidden)
|
|
2111
|
+
}), w = (D) => {
|
|
2112
|
+
n("sidebar-click", D);
|
|
2113
|
+
}, I = ee(!1), R = (D) => {
|
|
2114
|
+
I.value = D;
|
|
1943
2115
|
};
|
|
1944
|
-
|
|
1945
|
-
|
|
2116
|
+
Jt(() => {
|
|
2117
|
+
I.value = xn(b, "open").value || !1;
|
|
1946
2118
|
});
|
|
1947
|
-
const
|
|
1948
|
-
if (
|
|
1949
|
-
|
|
1950
|
-
const
|
|
1951
|
-
|
|
2119
|
+
const L = ee(0), M = ee(60), k = ee(0), U = S(() => v.hidden ? k.value : M.value + k.value), V = S(() => r.theme === "light" ? Nr : Dr), j = S(() => r.theme === "light" ? Ar : Fr), se = S(() => r.theme === "light" ? "var(--kong-ui-app-layout-main-box-shadow, -30px 174px 250px #0023db)" : "none"), de = S(() => `${U.value}px`), q = S(() => b.hidden || v.hidden ? Rr : xr), { debounce: ne } = ca(), te = ne((D = !1) => {
|
|
2120
|
+
if (D || L.value !== (window == null ? void 0 : window.innerWidth)) {
|
|
2121
|
+
L.value = window == null ? void 0 : window.innerWidth;
|
|
2122
|
+
const W = document == null ? void 0 : document.querySelector(".kong-ui-app-layout #kong-ui-app-layout-notification");
|
|
2123
|
+
W && (k.value = W.offsetHeight);
|
|
1952
2124
|
}
|
|
1953
|
-
}, 200),
|
|
1954
|
-
return
|
|
1955
|
-
|
|
1956
|
-
}, { immediate: !0 }),
|
|
1957
|
-
var
|
|
1958
|
-
(
|
|
1959
|
-
const
|
|
1960
|
-
|
|
2125
|
+
}, 200), ae = ee();
|
|
2126
|
+
return Ae(k, (D) => {
|
|
2127
|
+
n("update:topOffset", D || 0);
|
|
2128
|
+
}, { immediate: !0 }), Me(() => {
|
|
2129
|
+
var W, z;
|
|
2130
|
+
(W = document == null ? void 0 : document.body) == null || W.classList.add("kong-ui-app-layout-body"), (z = document == null ? void 0 : document.documentElement) == null || z.classList.add("kong-ui-app-layout-html"), L.value = window == null ? void 0 : window.innerWidth, te(!0);
|
|
2131
|
+
const D = document == null ? void 0 : document.querySelector(".kong-ui-app-layout #kong-ui-app-layout-notification");
|
|
2132
|
+
D && (ae.value = new ResizeObserver((Z) => {
|
|
1961
2133
|
window.requestAnimationFrame(() => {
|
|
1962
|
-
if (!(!Array.isArray(
|
|
1963
|
-
for (const A of
|
|
1964
|
-
const
|
|
1965
|
-
|
|
2134
|
+
if (!(!Array.isArray(Z) || !Z.length))
|
|
2135
|
+
for (const A of Z) {
|
|
2136
|
+
const c = A.contentRect.height;
|
|
2137
|
+
k.value !== c && (k.value = c);
|
|
1966
2138
|
}
|
|
1967
2139
|
});
|
|
1968
|
-
}),
|
|
1969
|
-
}),
|
|
1970
|
-
|
|
1971
|
-
}), (
|
|
1972
|
-
class:
|
|
1973
|
-
{ "navbar-hidden":
|
|
1974
|
-
{ "sidebar-hidden":
|
|
2140
|
+
}), ae.value.observe(D)), window.addEventListener("resize", te);
|
|
2141
|
+
}), ea(() => {
|
|
2142
|
+
ae.value && ae.value.disconnect(), window.removeEventListener("resize", te);
|
|
2143
|
+
}), (D, W) => (p(), T("div", {
|
|
2144
|
+
class: oe(["kong-ui-app-layout", [
|
|
2145
|
+
{ "navbar-hidden": v.hidden },
|
|
2146
|
+
{ "sidebar-hidden": b.hidden }
|
|
1975
2147
|
]])
|
|
1976
2148
|
}, [
|
|
1977
|
-
|
|
1978
|
-
|
|
2149
|
+
E("div", Gi, [
|
|
2150
|
+
C(D.$slots, "notification", {}, void 0, !0)
|
|
1979
2151
|
]),
|
|
1980
|
-
|
|
1981
|
-
key: String(
|
|
1982
|
-
"left-offset":
|
|
1983
|
-
"top-offset":
|
|
1984
|
-
},
|
|
1985
|
-
"mobile-sidebar-toggle":
|
|
1986
|
-
|
|
2152
|
+
v.hidden ? O("", !0) : (p(), K(hr, {
|
|
2153
|
+
key: String(b.hidden),
|
|
2154
|
+
"left-offset": b.hidden ? 0 : void 0,
|
|
2155
|
+
"top-offset": k.value
|
|
2156
|
+
}, qe({
|
|
2157
|
+
"mobile-sidebar-toggle": B(() => [
|
|
2158
|
+
b.hidden ? O("", !0) : (p(), K(zi, {
|
|
1987
2159
|
key: 0,
|
|
1988
|
-
active:
|
|
1989
|
-
onToggle:
|
|
2160
|
+
active: I.value,
|
|
2161
|
+
onToggle: R
|
|
1990
2162
|
}, null, 8, ["active"]))
|
|
1991
2163
|
]),
|
|
1992
2164
|
_: 2
|
|
1993
2165
|
}, [
|
|
1994
2166
|
u.navbarMobileLogo ? {
|
|
1995
2167
|
name: "mobile-logo",
|
|
1996
|
-
fn:
|
|
1997
|
-
|
|
1998
|
-
|
|
2168
|
+
fn: B(() => [
|
|
2169
|
+
E("div", Ui, [
|
|
2170
|
+
C(D.$slots, "navbar-mobile-logo", {}, void 0, !0)
|
|
1999
2171
|
])
|
|
2000
2172
|
]),
|
|
2001
2173
|
key: "0"
|
|
2002
2174
|
} : void 0,
|
|
2003
2175
|
u.navbarLogo ? {
|
|
2004
2176
|
name: "logo",
|
|
2005
|
-
fn:
|
|
2006
|
-
|
|
2007
|
-
|
|
2177
|
+
fn: B(() => [
|
|
2178
|
+
b.hidden ? (p(), T("div", Vi, [
|
|
2179
|
+
C(D.$slots, "navbar-logo", {}, void 0, !0)
|
|
2008
2180
|
])) : O("", !0)
|
|
2009
2181
|
]),
|
|
2010
2182
|
key: "1"
|
|
2011
2183
|
} : void 0,
|
|
2012
2184
|
u.navbarLeft ? {
|
|
2013
2185
|
name: "left",
|
|
2014
|
-
fn:
|
|
2015
|
-
|
|
2186
|
+
fn: B(() => [
|
|
2187
|
+
C(D.$slots, "navbar-left", {}, void 0, !0)
|
|
2016
2188
|
]),
|
|
2017
2189
|
key: "2"
|
|
2018
2190
|
} : void 0,
|
|
2019
2191
|
u.navbarCenter ? {
|
|
2020
2192
|
name: "center",
|
|
2021
|
-
fn:
|
|
2022
|
-
|
|
2193
|
+
fn: B(() => [
|
|
2194
|
+
C(D.$slots, "navbar-center", {}, void 0, !0)
|
|
2023
2195
|
]),
|
|
2024
2196
|
key: "3"
|
|
2025
2197
|
} : void 0,
|
|
2026
2198
|
u.navbarRight ? {
|
|
2027
2199
|
name: "right",
|
|
2028
|
-
fn:
|
|
2029
|
-
|
|
2200
|
+
fn: B(() => [
|
|
2201
|
+
C(D.$slots, "navbar-right", {}, void 0, !0)
|
|
2030
2202
|
]),
|
|
2031
2203
|
key: "4"
|
|
2032
2204
|
} : void 0
|
|
2033
2205
|
]), 1032, ["left-offset", "top-offset"])),
|
|
2034
|
-
|
|
2206
|
+
b.hidden ? O("", !0) : (p(), K(Zi, {
|
|
2035
2207
|
key: 1,
|
|
2036
|
-
"bottom-items":
|
|
2037
|
-
"
|
|
2208
|
+
"bottom-items": b.bottomItems,
|
|
2209
|
+
"group-config": a.groupConfig,
|
|
2210
|
+
"header-height": M.value,
|
|
2038
2211
|
"mobile-enabled": "",
|
|
2039
2212
|
"mobile-header-visible": !1,
|
|
2040
|
-
"mobile-top-offset":
|
|
2041
|
-
open:
|
|
2042
|
-
"top-items":
|
|
2043
|
-
"top-offset":
|
|
2044
|
-
onClick:
|
|
2045
|
-
onToggle:
|
|
2046
|
-
|
|
2213
|
+
"mobile-top-offset": U.value,
|
|
2214
|
+
open: I.value,
|
|
2215
|
+
"top-items": b.topItems,
|
|
2216
|
+
"top-offset": k.value,
|
|
2217
|
+
onClick: w,
|
|
2218
|
+
onToggle: R,
|
|
2219
|
+
onToggleCollapse: W[0] || (W[0] = (z, Z) => n("toggle-collapse", z, Z))
|
|
2220
|
+
}, qe({ _: 2 }, [
|
|
2047
2221
|
u.sidebarHeader ? {
|
|
2048
2222
|
name: "header",
|
|
2049
|
-
fn:
|
|
2050
|
-
|
|
2223
|
+
fn: B(() => [
|
|
2224
|
+
C(D.$slots, "sidebar-header", {}, void 0, !0)
|
|
2051
2225
|
]),
|
|
2052
2226
|
key: "0"
|
|
2053
2227
|
} : void 0,
|
|
2054
2228
|
u.sidebarTop ? {
|
|
2055
2229
|
name: "top",
|
|
2056
|
-
fn:
|
|
2057
|
-
|
|
2230
|
+
fn: B(() => [
|
|
2231
|
+
C(D.$slots, "sidebar-top", {}, void 0, !0)
|
|
2058
2232
|
]),
|
|
2059
2233
|
key: "1"
|
|
2060
2234
|
} : void 0,
|
|
2061
2235
|
u.sidebarFooter ? {
|
|
2062
2236
|
name: "footer",
|
|
2063
|
-
fn:
|
|
2064
|
-
|
|
2237
|
+
fn: B(() => [
|
|
2238
|
+
C(D.$slots, "sidebar-footer", {}, void 0, !0)
|
|
2065
2239
|
]),
|
|
2066
2240
|
key: "2"
|
|
2067
2241
|
} : void 0,
|
|
2068
|
-
|
|
2069
|
-
name: `sidebar-icon-${
|
|
2070
|
-
fn:
|
|
2071
|
-
|
|
2242
|
+
we([...b.topItems || [], ...b.bottomItems || []], (z) => ({
|
|
2243
|
+
name: `sidebar-icon-${z.key}`,
|
|
2244
|
+
fn: B(() => [
|
|
2245
|
+
C(D.$slots, `sidebar-icon-${z.key}`, {}, void 0, !0)
|
|
2072
2246
|
])
|
|
2073
2247
|
}))
|
|
2074
|
-
]), 1032, ["bottom-items", "header-height", "mobile-top-offset", "open", "top-items", "top-offset"])),
|
|
2075
|
-
|
|
2076
|
-
|
|
2077
|
-
|
|
2078
|
-
|
|
2079
|
-
|
|
2080
|
-
o.value ? O("", !0) :
|
|
2248
|
+
]), 1032, ["bottom-items", "group-config", "header-height", "mobile-top-offset", "open", "top-items", "top-offset"])),
|
|
2249
|
+
E("main", qi, [
|
|
2250
|
+
E("div", Xi, [
|
|
2251
|
+
E("div", Yi, [
|
|
2252
|
+
W[1] || (W[1] = E("div", { id: "kong-ui-app-layout-teleport-default-slot" }, null, -1)),
|
|
2253
|
+
C(D.$slots, "app-error", {}, void 0, !0),
|
|
2254
|
+
o.value ? O("", !0) : C(D.$slots, "default", { key: 0 }, void 0, !0)
|
|
2081
2255
|
])
|
|
2082
2256
|
])
|
|
2083
2257
|
])
|
|
2084
2258
|
], 2));
|
|
2085
2259
|
}
|
|
2086
|
-
}),
|
|
2260
|
+
}), Ji = /* @__PURE__ */ ie(Qi, [["__scopeId", "data-v-81828fa2"]]), eo = { class: "kong-ui-app-page-header" }, to = {
|
|
2087
2261
|
key: 0,
|
|
2088
2262
|
class: "page-header-breadcrumbs",
|
|
2089
2263
|
"data-testid": "page-header-breadcrumbs"
|
|
2090
|
-
},
|
|
2264
|
+
}, ao = { class: "page-header-title-section" }, no = { class: "page-header-title-wrapper" }, ro = {
|
|
2091
2265
|
key: 0,
|
|
2092
2266
|
class: "page-header-title-before",
|
|
2093
2267
|
"data-testid": "page-header-title-before"
|
|
2094
|
-
},
|
|
2268
|
+
}, io = ["title"], oo = {
|
|
2095
2269
|
key: 1,
|
|
2096
2270
|
class: "page-header-title-after",
|
|
2097
2271
|
"data-testid": "page-header-title-after"
|
|
2098
|
-
},
|
|
2272
|
+
}, so = {
|
|
2099
2273
|
key: 0,
|
|
2100
2274
|
class: "page-header-actions",
|
|
2101
2275
|
"data-testid": "page-header-actions"
|
|
2102
|
-
},
|
|
2276
|
+
}, lo = {
|
|
2103
2277
|
key: 1,
|
|
2104
2278
|
class: "page-header-section-below",
|
|
2105
2279
|
"data-testid": "page-header-section-below"
|
|
2106
|
-
},
|
|
2280
|
+
}, co = /* @__PURE__ */ re({
|
|
2107
2281
|
__name: "AppPageHeader",
|
|
2108
2282
|
props: {
|
|
2109
2283
|
title: {
|
|
@@ -2116,60 +2290,60 @@ const Xr = /* @__PURE__ */ Vr(qr), Yr = {
|
|
|
2116
2290
|
default: () => []
|
|
2117
2291
|
}
|
|
2118
2292
|
},
|
|
2119
|
-
setup(
|
|
2120
|
-
const t =
|
|
2293
|
+
setup(a) {
|
|
2294
|
+
const t = a, r = tt(), n = S(() => {
|
|
2121
2295
|
var u;
|
|
2122
2296
|
return !!((u = t.breadcrumbs) != null && u.length);
|
|
2123
|
-
}), s =
|
|
2297
|
+
}), s = S(() => Object.keys(r).filter((u) => u.startsWith("icon-")));
|
|
2124
2298
|
return (u, o) => {
|
|
2125
|
-
const
|
|
2126
|
-
return p(),
|
|
2127
|
-
|
|
2128
|
-
|
|
2299
|
+
const v = be("KBreadcrumbs");
|
|
2300
|
+
return p(), T("div", eo, [
|
|
2301
|
+
n.value ? (p(), T("div", to, [
|
|
2302
|
+
Le(v, {
|
|
2129
2303
|
"item-max-width": "150",
|
|
2130
|
-
items:
|
|
2131
|
-
},
|
|
2132
|
-
|
|
2133
|
-
name:
|
|
2134
|
-
fn:
|
|
2135
|
-
|
|
2304
|
+
items: a.breadcrumbs
|
|
2305
|
+
}, qe({ _: 2 }, [
|
|
2306
|
+
we(s.value, (b) => ({
|
|
2307
|
+
name: b,
|
|
2308
|
+
fn: B(() => [
|
|
2309
|
+
C(u.$slots, b, {}, void 0, !0)
|
|
2136
2310
|
])
|
|
2137
2311
|
}))
|
|
2138
2312
|
]), 1032, ["items"])
|
|
2139
2313
|
])) : O("", !0),
|
|
2140
|
-
|
|
2141
|
-
|
|
2142
|
-
u.$slots["title-before"] ? (p(),
|
|
2143
|
-
|
|
2314
|
+
E("div", ao, [
|
|
2315
|
+
E("div", no, [
|
|
2316
|
+
u.$slots["title-before"] ? (p(), T("div", ro, [
|
|
2317
|
+
C(u.$slots, "title-before", {}, void 0, !0)
|
|
2144
2318
|
])) : O("", !0),
|
|
2145
|
-
|
|
2319
|
+
E("h1", {
|
|
2146
2320
|
class: "page-header-title",
|
|
2147
2321
|
"data-testid": "page-header-title",
|
|
2148
|
-
title:
|
|
2149
|
-
},
|
|
2150
|
-
u.$slots["title-after"] ? (p(),
|
|
2151
|
-
|
|
2322
|
+
title: a.title
|
|
2323
|
+
}, Y(a.title), 9, io),
|
|
2324
|
+
u.$slots["title-after"] ? (p(), T("div", oo, [
|
|
2325
|
+
C(u.$slots, "title-after", {}, void 0, !0)
|
|
2152
2326
|
])) : O("", !0)
|
|
2153
2327
|
]),
|
|
2154
|
-
u.$slots.actions ? (p(),
|
|
2155
|
-
|
|
2328
|
+
u.$slots.actions ? (p(), T("div", so, [
|
|
2329
|
+
C(u.$slots, "actions", {}, void 0, !0)
|
|
2156
2330
|
])) : O("", !0)
|
|
2157
2331
|
]),
|
|
2158
|
-
u.$slots.below ? (p(),
|
|
2159
|
-
|
|
2332
|
+
u.$slots.below ? (p(), T("div", lo, [
|
|
2333
|
+
C(u.$slots, "below", {}, void 0, !0)
|
|
2160
2334
|
])) : O("", !0)
|
|
2161
2335
|
]);
|
|
2162
2336
|
};
|
|
2163
2337
|
}
|
|
2164
|
-
}),
|
|
2338
|
+
}), ko = /* @__PURE__ */ ie(co, [["__scopeId", "data-v-204b7f98"]]), uo = { class: "app-page-info-section-default-header" }, fo = {
|
|
2165
2339
|
key: 1,
|
|
2166
2340
|
class: "app-page-info-section-description",
|
|
2167
2341
|
"data-testid": "app-page-info-section-description"
|
|
2168
|
-
},
|
|
2342
|
+
}, vo = {
|
|
2169
2343
|
key: 0,
|
|
2170
2344
|
class: "app-page-info-section-content",
|
|
2171
2345
|
"data-testid": "app-page-info-section-content"
|
|
2172
|
-
},
|
|
2346
|
+
}, bo = /* @__PURE__ */ re({
|
|
2173
2347
|
__name: "AppPageInfoSection",
|
|
2174
2348
|
props: {
|
|
2175
2349
|
collapsible: {
|
|
@@ -2187,66 +2361,66 @@ const Xr = /* @__PURE__ */ Vr(qr), Yr = {
|
|
|
2187
2361
|
titleTag: {
|
|
2188
2362
|
type: String,
|
|
2189
2363
|
default: "div",
|
|
2190
|
-
validator: (
|
|
2364
|
+
validator: (a) => Mn.includes(a)
|
|
2191
2365
|
}
|
|
2192
2366
|
},
|
|
2193
|
-
setup(
|
|
2194
|
-
return (t, r) => (p(),
|
|
2367
|
+
setup(a) {
|
|
2368
|
+
return (t, r) => (p(), K(Ee(a.collapsible ? "details" : "div"), {
|
|
2195
2369
|
class: "app-page-info-section",
|
|
2196
2370
|
"data-testid": "app-page-info-section"
|
|
2197
2371
|
}, {
|
|
2198
|
-
default:
|
|
2199
|
-
(p(),
|
|
2372
|
+
default: B(() => [
|
|
2373
|
+
(p(), K(Ee(a.collapsible ? "summary" : "div"), {
|
|
2200
2374
|
class: "app-page-info-section-header",
|
|
2201
2375
|
"data-testid": "app-page-info-section-header"
|
|
2202
2376
|
}, {
|
|
2203
|
-
default:
|
|
2204
|
-
|
|
2205
|
-
|
|
2206
|
-
|
|
2377
|
+
default: B(() => [
|
|
2378
|
+
C(t.$slots, "header", {}, () => [
|
|
2379
|
+
E("div", uo, [
|
|
2380
|
+
a.title ? (p(), K(Ee(a.titleTag), {
|
|
2207
2381
|
key: 0,
|
|
2208
2382
|
class: "app-page-info-section-title",
|
|
2209
2383
|
"data-testid": "app-page-info-section-title"
|
|
2210
2384
|
}, {
|
|
2211
|
-
default:
|
|
2212
|
-
|
|
2385
|
+
default: B(() => [
|
|
2386
|
+
Be(Y(a.title), 1)
|
|
2213
2387
|
]),
|
|
2214
2388
|
_: 1
|
|
2215
2389
|
})) : O("", !0),
|
|
2216
|
-
|
|
2390
|
+
a.description ? (p(), T("div", fo, Y(a.description), 1)) : O("", !0)
|
|
2217
2391
|
])
|
|
2218
2392
|
]),
|
|
2219
|
-
|
|
2393
|
+
a.collapsible ? (p(), K(ve(ta), {
|
|
2220
2394
|
key: 0,
|
|
2221
2395
|
class: "app-page-info-section-chevron-icon",
|
|
2222
2396
|
decorative: ""
|
|
2223
|
-
})) : t.$slots.actions ?
|
|
2397
|
+
})) : t.$slots.actions ? C(t.$slots, "actions", { key: 1 }) : O("", !0)
|
|
2224
2398
|
]),
|
|
2225
2399
|
_: 3
|
|
2226
2400
|
})),
|
|
2227
|
-
t.$slots.default ? (p(),
|
|
2228
|
-
|
|
2401
|
+
t.$slots.default ? (p(), T("div", vo, [
|
|
2402
|
+
C(t.$slots, "default")
|
|
2229
2403
|
])) : O("", !0)
|
|
2230
2404
|
]),
|
|
2231
2405
|
_: 3
|
|
2232
2406
|
}));
|
|
2233
2407
|
}
|
|
2234
|
-
}),
|
|
2408
|
+
}), To = /* @__PURE__ */ ie(bo, [["__scopeId", "data-v-62f17e32"]]), _o = {
|
|
2235
2409
|
// Customize Vue plugin options as desired
|
|
2236
2410
|
// Providing a `name` property allows for customizing the registered name of your component (useful if exporting a single component).
|
|
2237
|
-
install: (
|
|
2238
|
-
|
|
2411
|
+
install: (a, t = {}) => {
|
|
2412
|
+
a.component(t.name || "AppLayout", Ji);
|
|
2239
2413
|
}
|
|
2240
2414
|
};
|
|
2241
2415
|
export {
|
|
2242
|
-
|
|
2243
|
-
|
|
2244
|
-
|
|
2245
|
-
|
|
2246
|
-
|
|
2247
|
-
|
|
2248
|
-
|
|
2249
|
-
|
|
2250
|
-
|
|
2251
|
-
|
|
2416
|
+
go as AccountDropdown,
|
|
2417
|
+
yo as AppAboutSection,
|
|
2418
|
+
wo as AppError,
|
|
2419
|
+
Ji as AppLayout,
|
|
2420
|
+
hr as AppNavbar,
|
|
2421
|
+
ko as AppPageHeader,
|
|
2422
|
+
To as AppPageInfoSection,
|
|
2423
|
+
Zi as AppSidebar,
|
|
2424
|
+
zi as SidebarToggle,
|
|
2425
|
+
_o as default
|
|
2252
2426
|
};
|