@kong-ui-public/app-layout 4.2.49 → 4.2.50-pr.1599.4d565e0aa.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 +675 -675
- package/dist/app-layout.umd.js +4 -4
- package/dist/types/components/AppLayout.vue.d.ts +5 -5
- package/dist/types/components/AppLayout.vue.d.ts.map +1 -1
- package/dist/types/components/aboutSection/AppAboutSection.vue.d.ts +4 -4
- package/dist/types/components/aboutSection/AppAboutSection.vue.d.ts.map +1 -1
- package/dist/types/components/errors/AppError.vue.d.ts +1 -1
- package/dist/types/components/errors/AppError.vue.d.ts.map +1 -1
- package/dist/types/components/icons/BananaSplit.vue.d.ts +1 -1
- package/dist/types/components/navbar/AccountDropdown.vue.d.ts +4 -4
- package/dist/types/components/navbar/AccountDropdown.vue.d.ts.map +1 -1
- package/dist/types/components/navbar/AppNavbar.vue.d.ts +4 -4
- package/dist/types/components/navbar/AppNavbar.vue.d.ts.map +1 -1
- package/dist/types/components/pageHeader/AppPageHeader.vue.d.ts +4 -4
- package/dist/types/components/pageHeader/AppPageHeader.vue.d.ts.map +1 -1
- package/dist/types/components/sidebar/AppSidebar.vue.d.ts +8 -45
- package/dist/types/components/sidebar/AppSidebar.vue.d.ts.map +1 -1
- package/dist/types/components/sidebar/ItemBadge.vue.d.ts +4 -4
- package/dist/types/components/sidebar/SidebarItem.vue.d.ts +5 -5
- package/dist/types/components/sidebar/SidebarItem.vue.d.ts.map +1 -1
- package/dist/types/components/sidebar/SidebarToggle.vue.d.ts +5 -5
- package/package.json +3 -3
package/dist/app-layout.es.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { defineComponent as te, resolveComponent as he, openBlock as p, createBlock as Y, withCtx as D, renderSlot as
|
|
2
|
-
const
|
|
1
|
+
import { defineComponent as te, resolveComponent as he, openBlock as p, createBlock as Y, withCtx as D, renderSlot as S, createElementBlock as w, Fragment as $e, renderList as Te, normalizeClass as re, createTextVNode as lt, toDisplayString as X, computed as k, createSlots as Ze, createVNode as Ne, createCommentVNode as O, createElementVNode as I, createStaticVNode as vn, useCssVars as dt, useSlots as Ge, reactive as je, onMounted as qe, resolveDynamicComponent as bn, withKeys as hn, ref as V, watch as Ke, onUnmounted as pn, Comment as mn, cloneVNode as gn, nextTick as Rt, onBeforeUnmount as Ht, unref as yn, withModifiers as wn, watchEffect as kn, toRef as Tn } from "vue";
|
|
2
|
+
const Sn = /* @__PURE__ */ te({
|
|
3
3
|
__name: "AccountDropdown",
|
|
4
4
|
props: {
|
|
5
5
|
options: {
|
|
@@ -17,18 +17,18 @@ const $n = /* @__PURE__ */ te({
|
|
|
17
17
|
default: " "
|
|
18
18
|
}
|
|
19
19
|
},
|
|
20
|
-
setup(
|
|
20
|
+
setup(n) {
|
|
21
21
|
return (t, r) => {
|
|
22
|
-
const
|
|
22
|
+
const a = he("KDropdownItem"), c = he("KDropdown");
|
|
23
23
|
return p(), Y(c, {
|
|
24
24
|
class: "account-dropdown",
|
|
25
25
|
"kpop-attributes": { placement: "bottom-end" },
|
|
26
|
-
"trigger-text":
|
|
27
|
-
width:
|
|
26
|
+
"trigger-text": n.userInitials,
|
|
27
|
+
width: n.width
|
|
28
28
|
}, {
|
|
29
29
|
items: D(({ handleSelection: u }) => [
|
|
30
|
-
|
|
31
|
-
(p(!0), w(
|
|
30
|
+
S(t.$slots, "default", {}, () => [
|
|
31
|
+
(p(!0), w($e, null, Te(n.options, (o) => (p(), Y(a, {
|
|
32
32
|
key: o.value,
|
|
33
33
|
class: re({ "has-divider": o.hasDivider }),
|
|
34
34
|
"data-testid": "select-" + o.value,
|
|
@@ -36,7 +36,7 @@ const $n = /* @__PURE__ */ te({
|
|
|
36
36
|
onClick: (v) => u(o)
|
|
37
37
|
}, {
|
|
38
38
|
default: D(() => [
|
|
39
|
-
|
|
39
|
+
S(t.$slots, "default", { option: o }, () => [
|
|
40
40
|
lt(X(o.label), 1)
|
|
41
41
|
], !0)
|
|
42
42
|
]),
|
|
@@ -48,48 +48,48 @@ const $n = /* @__PURE__ */ te({
|
|
|
48
48
|
}, 8, ["trigger-text", "width"]);
|
|
49
49
|
};
|
|
50
50
|
}
|
|
51
|
-
}), ae = (
|
|
52
|
-
const r =
|
|
53
|
-
for (const [
|
|
54
|
-
r[
|
|
51
|
+
}), ae = (n, t) => {
|
|
52
|
+
const r = n.__vccOpts || n;
|
|
53
|
+
for (const [a, c] of t)
|
|
54
|
+
r[a] = c;
|
|
55
55
|
return r;
|
|
56
|
-
},
|
|
56
|
+
}, Ci = /* @__PURE__ */ ae(Sn, [["__scopeId", "data-v-b33191a2"]]), _n = {
|
|
57
57
|
class: "about-section-title",
|
|
58
58
|
"data-testid": "about-section-title"
|
|
59
|
-
},
|
|
59
|
+
}, In = { class: "about-section-header-end" }, On = {
|
|
60
60
|
key: 0,
|
|
61
61
|
class: "about-section-timestamps-created",
|
|
62
62
|
"data-testid": "about-section-timestamps-created"
|
|
63
|
-
},
|
|
63
|
+
}, Cn = {
|
|
64
64
|
key: 1,
|
|
65
65
|
class: "about-section-timestamps-arrow"
|
|
66
|
-
},
|
|
66
|
+
}, $n = {
|
|
67
67
|
key: 2,
|
|
68
68
|
class: "about-section-timestamps-modified",
|
|
69
69
|
"data-testid": "about-section-timestamps-modified"
|
|
70
|
-
},
|
|
70
|
+
}, En = {
|
|
71
71
|
key: 1,
|
|
72
72
|
class: "about-section-actions",
|
|
73
73
|
"data-testid": "about-section-actions"
|
|
74
|
-
},
|
|
74
|
+
}, Nn = {
|
|
75
75
|
key: 0,
|
|
76
76
|
"data-testid": "about-section-loading-skeleton"
|
|
77
|
-
},
|
|
77
|
+
}, An = { key: 1 }, Fn = {
|
|
78
78
|
key: 0,
|
|
79
79
|
class: "about-section-description",
|
|
80
80
|
"data-testid": "about-section-description"
|
|
81
|
-
},
|
|
81
|
+
}, xn = {
|
|
82
82
|
key: 1,
|
|
83
83
|
class: "about-section-content",
|
|
84
84
|
"data-testid": "about-section-content"
|
|
85
|
-
},
|
|
85
|
+
}, Dn = {
|
|
86
86
|
key: 2,
|
|
87
87
|
"data-testid": "about-divider-section-separator"
|
|
88
|
-
},
|
|
88
|
+
}, Rn = {
|
|
89
89
|
key: 3,
|
|
90
90
|
class: "about-divider-section",
|
|
91
91
|
"data-testid": "about-divider-section"
|
|
92
|
-
},
|
|
92
|
+
}, Bn = /* @__PURE__ */ te({
|
|
93
93
|
__name: "AppAboutSection",
|
|
94
94
|
props: {
|
|
95
95
|
title: {
|
|
@@ -121,16 +121,16 @@ const $n = /* @__PURE__ */ te({
|
|
|
121
121
|
default: !1
|
|
122
122
|
}
|
|
123
123
|
},
|
|
124
|
-
setup(
|
|
125
|
-
const t =
|
|
126
|
-
return (
|
|
124
|
+
setup(n) {
|
|
125
|
+
const t = n, r = k(() => !!t.modified && t.modified !== t.created);
|
|
126
|
+
return (a, c) => {
|
|
127
127
|
const u = he("KSkeletonBox"), o = he("KCard");
|
|
128
128
|
return p(), Y(o, {
|
|
129
129
|
class: "kong-ui-app-about-section",
|
|
130
130
|
"title-tag": "h2"
|
|
131
131
|
}, Ze({
|
|
132
132
|
default: D(() => [
|
|
133
|
-
|
|
133
|
+
n.isLoading ? (p(), w("div", Nn, [
|
|
134
134
|
Ne(u, {
|
|
135
135
|
height: "2",
|
|
136
136
|
width: "100"
|
|
@@ -139,40 +139,40 @@ const $n = /* @__PURE__ */ te({
|
|
|
139
139
|
height: "2",
|
|
140
140
|
width: "100"
|
|
141
141
|
})
|
|
142
|
-
])) : (p(), w("div",
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
142
|
+
])) : (p(), w("div", An, [
|
|
143
|
+
n.description ? (p(), w("p", Fn, X(n.description), 1)) : O("", !0),
|
|
144
|
+
a.$slots.default ? (p(), w("div", xn, [
|
|
145
|
+
S(a.$slots, "default", {}, void 0, !0)
|
|
146
146
|
])) : O("", !0),
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
147
|
+
a.$slots["divider-section"] ? (p(), w("hr", Dn)) : O("", !0),
|
|
148
|
+
a.$slots["divider-section"] ? (p(), w("div", Rn, [
|
|
149
|
+
S(a.$slots, "divider-section", {}, void 0, !0)
|
|
150
150
|
])) : O("", !0)
|
|
151
151
|
]))
|
|
152
152
|
]),
|
|
153
153
|
_: 2
|
|
154
154
|
}, [
|
|
155
|
-
|
|
155
|
+
n.title ? {
|
|
156
156
|
name: "title",
|
|
157
157
|
fn: D(() => [
|
|
158
|
-
I("span",
|
|
158
|
+
I("span", _n, X(n.title), 1)
|
|
159
159
|
]),
|
|
160
160
|
key: "0"
|
|
161
161
|
} : void 0,
|
|
162
|
-
|
|
162
|
+
a.$slots.actions || n.created || n.modified ? {
|
|
163
163
|
name: "actions",
|
|
164
164
|
fn: D(() => [
|
|
165
|
-
I("div",
|
|
166
|
-
|
|
165
|
+
I("div", In, [
|
|
166
|
+
n.created || n.modified ? (p(), w("div", {
|
|
167
167
|
key: 0,
|
|
168
|
-
class: re(["about-section-timestamps", { "has-actions":
|
|
168
|
+
class: re(["about-section-timestamps", { "has-actions": a.$slots.actions }])
|
|
169
169
|
}, [
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
r.value ? (p(), w("span",
|
|
170
|
+
n.created ? (p(), w("span", On, X(n.createdLabel) + ": " + X(n.created), 1)) : O("", !0),
|
|
171
|
+
n.created && r.value ? (p(), w("span", Cn, "->")) : O("", !0),
|
|
172
|
+
r.value ? (p(), w("span", $n, X(n.modifiedLabel) + ": " + X(n.modified), 1)) : O("", !0)
|
|
173
173
|
], 2)) : O("", !0),
|
|
174
|
-
|
|
175
|
-
|
|
174
|
+
a.$slots.actions ? (p(), w("div", En, [
|
|
175
|
+
S(a.$slots, "actions", {}, void 0, !0)
|
|
176
176
|
])) : O("", !0)
|
|
177
177
|
])
|
|
178
178
|
]),
|
|
@@ -181,40 +181,40 @@ const $n = /* @__PURE__ */ te({
|
|
|
181
181
|
]), 1024);
|
|
182
182
|
};
|
|
183
183
|
}
|
|
184
|
-
}),
|
|
184
|
+
}), $i = /* @__PURE__ */ ae(Bn, [["__scopeId", "data-v-521dcc27"]]), Ln = {}, Mn = {
|
|
185
185
|
fill: "none",
|
|
186
186
|
height: "130",
|
|
187
187
|
width: "130",
|
|
188
188
|
xmlns: "http://www.w3.org/2000/svg"
|
|
189
|
-
}
|
|
190
|
-
|
|
191
|
-
]
|
|
192
|
-
|
|
193
|
-
|
|
189
|
+
};
|
|
190
|
+
function Pn(n, t) {
|
|
191
|
+
return p(), w("svg", Mn, t[0] || (t[0] = [
|
|
192
|
+
vn('<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)
|
|
193
|
+
]));
|
|
194
194
|
}
|
|
195
|
-
const
|
|
196
|
-
/* @__PURE__ */ lt("Go back to the previous page or "),
|
|
197
|
-
/* @__PURE__ */ I("a", { href: "/" }, "return home"),
|
|
198
|
-
/* @__PURE__ */ lt(".")
|
|
199
|
-
], -1)), Jn = /* @__PURE__ */ te({
|
|
195
|
+
const jn = /* @__PURE__ */ ae(Ln, [["render", Pn]]), Zn = { class: "kong-ui-app-error" }, Kn = { class: "banana-icon" }, Hn = { class: "kong-ui-app-error-content" }, Un = /* @__PURE__ */ te({
|
|
200
196
|
__name: "AppError",
|
|
201
|
-
setup(
|
|
202
|
-
return (t, r) => (p(), w("section",
|
|
203
|
-
I("div",
|
|
204
|
-
Ne(
|
|
197
|
+
setup(n) {
|
|
198
|
+
return (t, r) => (p(), w("section", Zn, [
|
|
199
|
+
I("div", Kn, [
|
|
200
|
+
Ne(jn)
|
|
205
201
|
]),
|
|
206
|
-
I("div",
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
202
|
+
I("div", Hn, [
|
|
203
|
+
S(t.$slots, "default", {}, () => [
|
|
204
|
+
r[0] || (r[0] = I("h2", null, "An unexpected error has occurred", -1)),
|
|
205
|
+
r[1] || (r[1] = I("p", null, [
|
|
206
|
+
lt("Go back to the previous page or "),
|
|
207
|
+
I("a", { href: "/" }, "return home"),
|
|
208
|
+
lt(".")
|
|
209
|
+
], -1))
|
|
210
210
|
], !0)
|
|
211
211
|
])
|
|
212
212
|
]));
|
|
213
213
|
}
|
|
214
|
-
}),
|
|
214
|
+
}), Ei = /* @__PURE__ */ ae(Un, [["__scopeId", "data-v-5cbccc66"]]), Wn = { class: "kong-ui-app-navbar" }, zn = { class: "header-content" }, Vn = { class: "mobile-header-left" }, Gn = {
|
|
215
215
|
key: 0,
|
|
216
216
|
class: "app-navbar-logo"
|
|
217
|
-
},
|
|
217
|
+
}, qn = { class: "navbar-content" }, Xn = { class: "navbar-content-left" }, Yn = { class: "navbar-content-center" }, Jn = { class: "navbar-content-right" }, Qn = /* @__PURE__ */ te({
|
|
218
218
|
__name: "AppNavbar",
|
|
219
219
|
props: {
|
|
220
220
|
topOffset: {
|
|
@@ -231,15 +231,15 @@ const zn = /* @__PURE__ */ ae(Zn, [["render", Wn]]), Vt = (a) => (dt("data-v-5cb
|
|
|
231
231
|
default: 3
|
|
232
232
|
}
|
|
233
233
|
},
|
|
234
|
-
setup(
|
|
235
|
-
|
|
234
|
+
setup(n) {
|
|
235
|
+
dt((o) => ({
|
|
236
236
|
d96d0598: u.value.top,
|
|
237
237
|
"05b18f8e": u.value.zIndex,
|
|
238
238
|
"543b3ff0": u.value.left,
|
|
239
239
|
"247c8fd0": c.marginRight,
|
|
240
240
|
"278e63f0": c.width
|
|
241
241
|
}));
|
|
242
|
-
const t =
|
|
242
|
+
const t = n, r = Ge(), a = k(() => !!r.logo), c = je({
|
|
243
243
|
marginRight: "0",
|
|
244
244
|
width: "0"
|
|
245
245
|
});
|
|
@@ -252,30 +252,30 @@ const zn = /* @__PURE__ */ ae(Zn, [["render", Wn]]), Vt = (a) => (dt("data-v-5cb
|
|
|
252
252
|
left: t.leftOffset ? `${t.leftOffset}px` : "0",
|
|
253
253
|
zIndex: t.zIndex
|
|
254
254
|
}));
|
|
255
|
-
return (o, v) => (p(), w("header",
|
|
256
|
-
I("div",
|
|
257
|
-
I("div",
|
|
258
|
-
|
|
259
|
-
|
|
255
|
+
return (o, v) => (p(), w("header", Wn, [
|
|
256
|
+
I("div", zn, [
|
|
257
|
+
I("div", Vn, [
|
|
258
|
+
S(o.$slots, "mobile-sidebar-toggle"),
|
|
259
|
+
S(o.$slots, "mobile-logo")
|
|
260
260
|
]),
|
|
261
|
-
|
|
262
|
-
|
|
261
|
+
a.value ? (p(), w("div", Gn, [
|
|
262
|
+
S(o.$slots, "logo")
|
|
263
263
|
])) : O("", !0),
|
|
264
|
-
I("div",
|
|
265
|
-
I("div",
|
|
266
|
-
|
|
264
|
+
I("div", qn, [
|
|
265
|
+
I("div", Xn, [
|
|
266
|
+
S(o.$slots, "left")
|
|
267
267
|
]),
|
|
268
|
-
I("div",
|
|
269
|
-
|
|
268
|
+
I("div", Yn, [
|
|
269
|
+
S(o.$slots, "center")
|
|
270
270
|
]),
|
|
271
|
-
I("div",
|
|
272
|
-
|
|
271
|
+
I("div", Jn, [
|
|
272
|
+
S(o.$slots, "right")
|
|
273
273
|
])
|
|
274
274
|
])
|
|
275
275
|
])
|
|
276
276
|
]));
|
|
277
277
|
}
|
|
278
|
-
}),
|
|
278
|
+
}), er = /* @__PURE__ */ ae(Qn, [["__scopeId", "data-v-beca6ea9"]]), tr = ["title"], st = 99, ar = /* @__PURE__ */ te({
|
|
279
279
|
__name: "ItemBadge",
|
|
280
280
|
props: {
|
|
281
281
|
count: {
|
|
@@ -284,21 +284,21 @@ const zn = /* @__PURE__ */ ae(Zn, [["render", Wn]]), Vt = (a) => (dt("data-v-5cb
|
|
|
284
284
|
default: void 0
|
|
285
285
|
}
|
|
286
286
|
},
|
|
287
|
-
setup(
|
|
288
|
-
const t =
|
|
289
|
-
return (
|
|
287
|
+
setup(n) {
|
|
288
|
+
const t = n, r = k(() => t.count ? t.count > st ? `${st}+` : t.count.toString() : "");
|
|
289
|
+
return (a, c) => r.value ? (p(), w("div", {
|
|
290
290
|
key: 0,
|
|
291
291
|
class: "item-badge",
|
|
292
|
-
title: (
|
|
293
|
-
}, X(r.value), 9,
|
|
292
|
+
title: (n.count || 0) > st ? String(n.count) : void 0
|
|
293
|
+
}, X(r.value), 9, tr)) : O("", !0);
|
|
294
294
|
}
|
|
295
|
-
}),
|
|
295
|
+
}), nr = /* @__PURE__ */ ae(ar, [["__scopeId", "data-v-afb0d903"]]), rr = ["data-testid"], ir = ["aria-controls", "aria-current", "aria-expanded", "href", "target", "onClick", "onKeypress"], or = {
|
|
296
296
|
key: 0,
|
|
297
297
|
class: "sidebar-item-icon"
|
|
298
|
-
},
|
|
298
|
+
}, sr = { class: "sidebar-item-name-container" }, cr = { class: "sidebar-item-name has-tooltip" }, lr = {
|
|
299
299
|
key: 2,
|
|
300
300
|
class: "sidebar-item-label truncate-text truncate-18"
|
|
301
|
-
},
|
|
301
|
+
}, ur = ["id"], dr = /* @__PURE__ */ te({
|
|
302
302
|
__name: "SidebarItem",
|
|
303
303
|
props: {
|
|
304
304
|
item: {
|
|
@@ -312,131 +312,131 @@ const zn = /* @__PURE__ */ ae(Zn, [["render", Wn]]), Vt = (a) => (dt("data-v-5cb
|
|
|
312
312
|
}
|
|
313
313
|
},
|
|
314
314
|
emits: ["click"],
|
|
315
|
-
setup(
|
|
316
|
-
const r = t,
|
|
317
|
-
r("click",
|
|
318
|
-
}, m = (
|
|
319
|
-
v(A), typeof N == "function" && (
|
|
315
|
+
setup(n, { emit: t }) {
|
|
316
|
+
const r = t, a = n, c = k(() => typeof a.item.to != "string" ? !1 : !!a.item.newWindow || !!a.item.external || a.item.to.startsWith("http")), u = k(() => !a.item.to || typeof a.item.to != "string" || !a.item.newWindow ? !1 : a.item.newWindow && (a.item.to.startsWith("http") || a.item.to.startsWith("/"))), o = k(() => a.subnavItem && a.item.badgeCount !== void 0), v = (_) => {
|
|
317
|
+
r("click", _);
|
|
318
|
+
}, m = (_, A, N) => {
|
|
319
|
+
v(A), typeof N == "function" && (_.preventDefault(), N());
|
|
320
320
|
};
|
|
321
|
-
return (
|
|
321
|
+
return (_, A) => {
|
|
322
322
|
var R;
|
|
323
323
|
const N = he("KTooltip"), x = he("SidebarItem", !0);
|
|
324
324
|
return p(), w("li", {
|
|
325
|
-
class: re([
|
|
326
|
-
"data-testid":
|
|
325
|
+
class: re([n.subnavItem ? "sidebar-item-secondary" : "sidebar-item-primary", { expanded: n.item.expanded }, { active: n.item.active }]),
|
|
326
|
+
"data-testid": n.item.testId ? `sidebar-item-${n.item.testId}` : void 0
|
|
327
327
|
}, [
|
|
328
|
-
(p(), Y(
|
|
328
|
+
(p(), Y(bn(c.value ? "div" : "router-link"), {
|
|
329
329
|
custom: c.value ? void 0 : !0,
|
|
330
|
-
to: !c.value && !u.value ?
|
|
330
|
+
to: !c.value && !u.value ? n.item.to : void 0
|
|
331
331
|
}, {
|
|
332
332
|
default: D((y) => {
|
|
333
333
|
var M, q;
|
|
334
334
|
return [
|
|
335
335
|
I("a", {
|
|
336
|
-
"aria-controls": (M =
|
|
337
|
-
"aria-current":
|
|
338
|
-
"aria-expanded": (q =
|
|
336
|
+
"aria-controls": (M = n.item.items) != null && M.length && n.item.expanded ? `subnav-${n.item.key}` : void 0,
|
|
337
|
+
"aria-current": n.item.active ? "page" : void 0,
|
|
338
|
+
"aria-expanded": (q = n.item.items) != null && q.length && n.item.expanded ? !0 : void 0,
|
|
339
339
|
class: re(["sidebar-item-link", { "sidebar-item-external-link": u.value, "router-link": !c.value }]),
|
|
340
|
-
href: c.value ? String(
|
|
340
|
+
href: c.value ? String(n.item.to || "#") : y == null ? void 0 : y.href,
|
|
341
341
|
target: u.value ? "_blank" : void 0,
|
|
342
|
-
onClick: (B) => m(B,
|
|
343
|
-
onKeypress:
|
|
342
|
+
onClick: (B) => m(B, n.item, y == null ? void 0 : y.navigate),
|
|
343
|
+
onKeypress: hn((B) => m(B, n.item, y == null ? void 0 : y.navigate), ["enter"])
|
|
344
344
|
}, [
|
|
345
345
|
I("div", {
|
|
346
|
-
class: re(["sidebar-item-display", { "has-label": !!
|
|
346
|
+
class: re(["sidebar-item-display", { "has-label": !!n.item.label && n.item.expanded, "has-badge": o.value }])
|
|
347
347
|
}, [
|
|
348
|
-
|
|
349
|
-
|
|
348
|
+
_.$slots[`sidebar-icon-${n.item.key}`] ? (p(), w("div", or, [
|
|
349
|
+
n.subnavItem ? O("", !0) : S(_.$slots, `sidebar-icon-${n.item.key}`, { key: 0 }, void 0, !0)
|
|
350
350
|
])) : O("", !0),
|
|
351
|
-
I("div",
|
|
352
|
-
(
|
|
351
|
+
I("div", sr, [
|
|
352
|
+
(n.subnavItem ? n.item.name.length < 25 : n.item.name.length < 18) ? (p(), w("div", {
|
|
353
353
|
key: 0,
|
|
354
|
-
class: re(["sidebar-item-name truncate-text", [
|
|
355
|
-
}, X(
|
|
354
|
+
class: re(["sidebar-item-name truncate-text", [n.subnavItem ? "has-badge-max-width truncate-24" : "truncate-17"]])
|
|
355
|
+
}, X(n.item.name), 3)) : (p(), Y(N, {
|
|
356
356
|
key: 1,
|
|
357
357
|
class: "sidebar-item-tooltip",
|
|
358
358
|
placement: "right",
|
|
359
359
|
"position-fixed": "",
|
|
360
|
-
text:
|
|
360
|
+
text: n.item.name
|
|
361
361
|
}, {
|
|
362
362
|
default: D(() => [
|
|
363
|
-
I("div",
|
|
363
|
+
I("div", cr, [
|
|
364
364
|
I("span", {
|
|
365
|
-
class: re(["truncate-text", [
|
|
366
|
-
}, X(
|
|
365
|
+
class: re(["truncate-text", [n.subnavItem ? "truncate-18" : "truncate-17", { "has-badge-max-width": o.value }]])
|
|
366
|
+
}, X(n.item.name), 3)
|
|
367
367
|
])
|
|
368
368
|
]),
|
|
369
369
|
_: 1
|
|
370
370
|
}, 8, ["text"])),
|
|
371
|
-
|
|
371
|
+
n.item.label && n.item.expanded ? (p(), w("div", lr, X(n.item.label), 1)) : O("", !0)
|
|
372
372
|
]),
|
|
373
|
-
o.value ? (p(), Y(
|
|
373
|
+
o.value ? (p(), Y(nr, {
|
|
374
374
|
key: 1,
|
|
375
|
-
count:
|
|
375
|
+
count: n.item.badgeCount
|
|
376
376
|
}, null, 8, ["count"])) : O("", !0)
|
|
377
377
|
], 2)
|
|
378
|
-
], 42,
|
|
378
|
+
], 42, ir)
|
|
379
379
|
];
|
|
380
380
|
}),
|
|
381
381
|
_: 3
|
|
382
382
|
}, 8, ["custom", "to"])),
|
|
383
|
-
(R =
|
|
383
|
+
(R = n.item.items) != null && R.length && n.item.expanded ? (p(), w("ul", {
|
|
384
384
|
key: 0,
|
|
385
|
-
id: `subnav-${
|
|
385
|
+
id: `subnav-${n.item.key}`,
|
|
386
386
|
class: "level-secondary"
|
|
387
387
|
}, [
|
|
388
|
-
(p(!0), w(
|
|
388
|
+
(p(!0), w($e, null, Te(n.item.items, (y) => (p(), Y(x, {
|
|
389
389
|
key: y.name,
|
|
390
390
|
item: y,
|
|
391
391
|
"subnav-item": !0,
|
|
392
392
|
onClick: (M) => v(y)
|
|
393
393
|
}, null, 8, ["item", "onClick"]))), 128))
|
|
394
|
-
], 8,
|
|
395
|
-
], 10,
|
|
394
|
+
], 8, ur)) : O("", !0)
|
|
395
|
+
], 10, rr);
|
|
396
396
|
};
|
|
397
397
|
}
|
|
398
|
-
}),
|
|
398
|
+
}), Bt = /* @__PURE__ */ ae(dr, [["__scopeId", "data-v-90892c1e"]]);
|
|
399
399
|
/*!
|
|
400
400
|
* tabbable 6.2.0
|
|
401
401
|
* @license MIT, https://github.com/focus-trap/tabbable/blob/master/LICENSE
|
|
402
402
|
*/
|
|
403
|
-
var
|
|
404
|
-
} : Element.prototype.matches || Element.prototype.msMatchesSelector || Element.prototype.webkitMatchesSelector, Ue = !
|
|
403
|
+
var Ut = ["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])"], He = /* @__PURE__ */ Ut.join(","), Wt = typeof Element > "u", pe = Wt ? function() {
|
|
404
|
+
} : Element.prototype.matches || Element.prototype.msMatchesSelector || Element.prototype.webkitMatchesSelector, Ue = !Wt && Element.prototype.getRootNode ? function(n) {
|
|
405
405
|
var t;
|
|
406
|
-
return
|
|
407
|
-
} : function(
|
|
408
|
-
return
|
|
409
|
-
}, We = function
|
|
410
|
-
var
|
|
406
|
+
return n == null || (t = n.getRootNode) === null || t === void 0 ? void 0 : t.call(n);
|
|
407
|
+
} : function(n) {
|
|
408
|
+
return n == null ? void 0 : n.ownerDocument;
|
|
409
|
+
}, We = function n(t, r) {
|
|
410
|
+
var a;
|
|
411
411
|
r === void 0 && (r = !0);
|
|
412
|
-
var c = t == null || (
|
|
412
|
+
var c = t == null || (a = t.getAttribute) === null || a === void 0 ? void 0 : a.call(t, "inert"), u = c === "" || c === "true", o = u || r && t && n(t.parentNode);
|
|
413
413
|
return o;
|
|
414
|
-
},
|
|
415
|
-
var r,
|
|
416
|
-
return
|
|
417
|
-
},
|
|
414
|
+
}, fr = function(t) {
|
|
415
|
+
var r, a = t == null || (r = t.getAttribute) === null || r === void 0 ? void 0 : r.call(t, "contenteditable");
|
|
416
|
+
return a === "" || a === "true";
|
|
417
|
+
}, zt = function(t, r, a) {
|
|
418
418
|
if (We(t))
|
|
419
419
|
return [];
|
|
420
420
|
var c = Array.prototype.slice.apply(t.querySelectorAll(He));
|
|
421
|
-
return r && pe.call(t, He) && c.unshift(t), c = c.filter(
|
|
422
|
-
},
|
|
421
|
+
return r && pe.call(t, He) && c.unshift(t), c = c.filter(a), c;
|
|
422
|
+
}, Vt = function n(t, r, a) {
|
|
423
423
|
for (var c = [], u = Array.from(t); u.length; ) {
|
|
424
424
|
var o = u.shift();
|
|
425
425
|
if (!We(o, !1))
|
|
426
426
|
if (o.tagName === "SLOT") {
|
|
427
|
-
var v = o.assignedElements(), m = v.length ? v : o.children,
|
|
428
|
-
|
|
427
|
+
var v = o.assignedElements(), m = v.length ? v : o.children, _ = n(m, !0, a);
|
|
428
|
+
a.flatten ? c.push.apply(c, _) : c.push({
|
|
429
429
|
scopeParent: o,
|
|
430
|
-
candidates:
|
|
430
|
+
candidates: _
|
|
431
431
|
});
|
|
432
432
|
} else {
|
|
433
433
|
var A = pe.call(o, He);
|
|
434
|
-
A &&
|
|
434
|
+
A && a.filter(o) && (r || !t.includes(o)) && c.push(o);
|
|
435
435
|
var N = o.shadowRoot || // check for an undisclosed shadow
|
|
436
|
-
typeof
|
|
436
|
+
typeof a.getShadowRoot == "function" && a.getShadowRoot(o), x = !We(N, !1) && (!a.shadowRootFilter || a.shadowRootFilter(o));
|
|
437
437
|
if (N && x) {
|
|
438
|
-
var R =
|
|
439
|
-
|
|
438
|
+
var R = n(N === !0 ? o.children : N.children, !0, a);
|
|
439
|
+
a.flatten ? c.push.apply(c, R) : c.push({
|
|
440
440
|
scopeParent: o,
|
|
441
441
|
candidates: R
|
|
442
442
|
});
|
|
@@ -445,93 +445,93 @@ var Gt = ["input:not([inert])", "select:not([inert])", "textarea:not([inert])",
|
|
|
445
445
|
}
|
|
446
446
|
}
|
|
447
447
|
return c;
|
|
448
|
-
},
|
|
448
|
+
}, Gt = function(t) {
|
|
449
449
|
return !isNaN(parseInt(t.getAttribute("tabindex"), 10));
|
|
450
450
|
}, be = function(t) {
|
|
451
451
|
if (!t)
|
|
452
452
|
throw new Error("No node provided");
|
|
453
|
-
return t.tabIndex < 0 && (/^(AUDIO|VIDEO|DETAILS)$/.test(t.tagName) ||
|
|
454
|
-
},
|
|
455
|
-
var
|
|
456
|
-
return
|
|
457
|
-
},
|
|
453
|
+
return t.tabIndex < 0 && (/^(AUDIO|VIDEO|DETAILS)$/.test(t.tagName) || fr(t)) && !Gt(t) ? 0 : t.tabIndex;
|
|
454
|
+
}, vr = function(t, r) {
|
|
455
|
+
var a = be(t);
|
|
456
|
+
return a < 0 && r && !Gt(t) ? 0 : a;
|
|
457
|
+
}, br = function(t, r) {
|
|
458
458
|
return t.tabIndex === r.tabIndex ? t.documentOrder - r.documentOrder : t.tabIndex - r.tabIndex;
|
|
459
|
-
},
|
|
459
|
+
}, qt = function(t) {
|
|
460
460
|
return t.tagName === "INPUT";
|
|
461
|
-
},
|
|
462
|
-
return
|
|
463
|
-
},
|
|
464
|
-
var r = t.tagName === "DETAILS" && Array.prototype.slice.apply(t.children).some(function(
|
|
465
|
-
return
|
|
461
|
+
}, hr = function(t) {
|
|
462
|
+
return qt(t) && t.type === "hidden";
|
|
463
|
+
}, pr = function(t) {
|
|
464
|
+
var r = t.tagName === "DETAILS" && Array.prototype.slice.apply(t.children).some(function(a) {
|
|
465
|
+
return a.tagName === "SUMMARY";
|
|
466
466
|
});
|
|
467
467
|
return r;
|
|
468
|
-
},
|
|
469
|
-
for (var
|
|
470
|
-
if (t[
|
|
471
|
-
return t[
|
|
472
|
-
},
|
|
468
|
+
}, mr = function(t, r) {
|
|
469
|
+
for (var a = 0; a < t.length; a++)
|
|
470
|
+
if (t[a].checked && t[a].form === r)
|
|
471
|
+
return t[a];
|
|
472
|
+
}, gr = function(t) {
|
|
473
473
|
if (!t.name)
|
|
474
474
|
return !0;
|
|
475
|
-
var r = t.form || Ue(t),
|
|
475
|
+
var r = t.form || Ue(t), a = function(v) {
|
|
476
476
|
return r.querySelectorAll('input[type="radio"][name="' + v + '"]');
|
|
477
477
|
}, c;
|
|
478
478
|
if (typeof window < "u" && typeof window.CSS < "u" && typeof window.CSS.escape == "function")
|
|
479
|
-
c =
|
|
479
|
+
c = a(window.CSS.escape(t.name));
|
|
480
480
|
else
|
|
481
481
|
try {
|
|
482
|
-
c =
|
|
482
|
+
c = a(t.name);
|
|
483
483
|
} catch (o) {
|
|
484
484
|
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;
|
|
485
485
|
}
|
|
486
|
-
var u =
|
|
486
|
+
var u = mr(c, t.form);
|
|
487
487
|
return !u || u === t;
|
|
488
|
-
},
|
|
489
|
-
return
|
|
490
|
-
},
|
|
491
|
-
return
|
|
492
|
-
},
|
|
493
|
-
var r,
|
|
494
|
-
if (
|
|
488
|
+
}, yr = function(t) {
|
|
489
|
+
return qt(t) && t.type === "radio";
|
|
490
|
+
}, wr = function(t) {
|
|
491
|
+
return yr(t) && !gr(t);
|
|
492
|
+
}, kr = function(t) {
|
|
493
|
+
var r, a = t && Ue(t), c = (r = a) === null || r === void 0 ? void 0 : r.host, u = !1;
|
|
494
|
+
if (a && a !== t) {
|
|
495
495
|
var o, v, m;
|
|
496
496
|
for (u = !!((o = c) !== null && o !== void 0 && (v = o.ownerDocument) !== null && v !== void 0 && v.contains(c) || t != null && (m = t.ownerDocument) !== null && m !== void 0 && m.contains(t)); !u && c; ) {
|
|
497
|
-
var
|
|
498
|
-
|
|
497
|
+
var _, A, N;
|
|
498
|
+
a = Ue(c), c = (_ = a) === null || _ === void 0 ? void 0 : _.host, u = !!((A = c) !== null && A !== void 0 && (N = A.ownerDocument) !== null && N !== void 0 && N.contains(c));
|
|
499
499
|
}
|
|
500
500
|
}
|
|
501
501
|
return u;
|
|
502
|
-
},
|
|
503
|
-
var r = t.getBoundingClientRect(),
|
|
504
|
-
return
|
|
505
|
-
},
|
|
506
|
-
var
|
|
502
|
+
}, Lt = function(t) {
|
|
503
|
+
var r = t.getBoundingClientRect(), a = r.width, c = r.height;
|
|
504
|
+
return a === 0 && c === 0;
|
|
505
|
+
}, Tr = function(t, r) {
|
|
506
|
+
var a = r.displayCheck, c = r.getShadowRoot;
|
|
507
507
|
if (getComputedStyle(t).visibility === "hidden")
|
|
508
508
|
return !0;
|
|
509
509
|
var u = pe.call(t, "details>summary:first-of-type"), o = u ? t.parentElement : t;
|
|
510
510
|
if (pe.call(o, "details:not([open]) *"))
|
|
511
511
|
return !0;
|
|
512
|
-
if (!
|
|
512
|
+
if (!a || a === "full" || a === "legacy-full") {
|
|
513
513
|
if (typeof c == "function") {
|
|
514
514
|
for (var v = t; t; ) {
|
|
515
|
-
var m = t.parentElement,
|
|
515
|
+
var m = t.parentElement, _ = Ue(t);
|
|
516
516
|
if (m && !m.shadowRoot && c(m) === !0)
|
|
517
|
-
return
|
|
518
|
-
t.assignedSlot ? t = t.assignedSlot : !m &&
|
|
517
|
+
return Lt(t);
|
|
518
|
+
t.assignedSlot ? t = t.assignedSlot : !m && _ !== t.ownerDocument ? t = _.host : t = m;
|
|
519
519
|
}
|
|
520
520
|
t = v;
|
|
521
521
|
}
|
|
522
|
-
if (
|
|
522
|
+
if (kr(t))
|
|
523
523
|
return !t.getClientRects().length;
|
|
524
|
-
if (
|
|
524
|
+
if (a !== "legacy-full")
|
|
525
525
|
return !0;
|
|
526
|
-
} else if (
|
|
527
|
-
return
|
|
526
|
+
} else if (a === "non-zero-area")
|
|
527
|
+
return Lt(t);
|
|
528
528
|
return !1;
|
|
529
|
-
},
|
|
529
|
+
}, Sr = function(t) {
|
|
530
530
|
if (/^(INPUT|BUTTON|SELECT|TEXTAREA)$/.test(t.tagName))
|
|
531
531
|
for (var r = t.parentElement; r; ) {
|
|
532
532
|
if (r.tagName === "FIELDSET" && r.disabled) {
|
|
533
|
-
for (var
|
|
534
|
-
var c = r.children.item(
|
|
533
|
+
for (var a = 0; a < r.children.length; a++) {
|
|
534
|
+
var c = r.children.item(a);
|
|
535
535
|
if (c.tagName === "LEGEND")
|
|
536
536
|
return pe.call(r, "fieldset[disabled] *") ? !0 : !c.contains(t);
|
|
537
537
|
}
|
|
@@ -544,143 +544,143 @@ var Gt = ["input:not([inert])", "select:not([inert])", "textarea:not([inert])",
|
|
|
544
544
|
return !(r.disabled || // we must do an inert look up to filter out any elements inside an inert ancestor
|
|
545
545
|
// because we're limited in the type of selectors we can use in JSDom (see related
|
|
546
546
|
// note related to `candidateSelectors`)
|
|
547
|
-
We(r) ||
|
|
548
|
-
|
|
547
|
+
We(r) || hr(r) || Tr(r, t) || // For a details element with a summary, the summary element gets the focus
|
|
548
|
+
pr(r) || Sr(r));
|
|
549
549
|
}, ut = function(t, r) {
|
|
550
|
-
return !(
|
|
551
|
-
},
|
|
550
|
+
return !(wr(r) || be(r) < 0 || !ze(t, r));
|
|
551
|
+
}, _r = function(t) {
|
|
552
552
|
var r = parseInt(t.getAttribute("tabindex"), 10);
|
|
553
553
|
return !!(isNaN(r) || r >= 0);
|
|
554
|
-
},
|
|
555
|
-
var r = [],
|
|
554
|
+
}, Ir = function n(t) {
|
|
555
|
+
var r = [], a = [];
|
|
556
556
|
return t.forEach(function(c, u) {
|
|
557
|
-
var o = !!c.scopeParent, v = o ? c.scopeParent : c, m =
|
|
558
|
-
m === 0 ? o ? r.push.apply(r,
|
|
557
|
+
var o = !!c.scopeParent, v = o ? c.scopeParent : c, m = vr(v, o), _ = o ? n(c.candidates) : v;
|
|
558
|
+
m === 0 ? o ? r.push.apply(r, _) : r.push(v) : a.push({
|
|
559
559
|
documentOrder: u,
|
|
560
560
|
tabIndex: m,
|
|
561
561
|
item: c,
|
|
562
562
|
isScope: o,
|
|
563
|
-
content:
|
|
563
|
+
content: _
|
|
564
564
|
});
|
|
565
|
-
}),
|
|
565
|
+
}), a.sort(br).reduce(function(c, u) {
|
|
566
566
|
return u.isScope ? c.push.apply(c, u.content) : c.push(u.content), c;
|
|
567
567
|
}, []).concat(r);
|
|
568
|
-
},
|
|
568
|
+
}, Or = function(t, r) {
|
|
569
569
|
r = r || {};
|
|
570
|
-
var
|
|
571
|
-
return r.getShadowRoot ?
|
|
570
|
+
var a;
|
|
571
|
+
return r.getShadowRoot ? a = Vt([t], r.includeContainer, {
|
|
572
572
|
filter: ut.bind(null, r),
|
|
573
573
|
flatten: !1,
|
|
574
574
|
getShadowRoot: r.getShadowRoot,
|
|
575
|
-
shadowRootFilter:
|
|
576
|
-
}) :
|
|
577
|
-
},
|
|
575
|
+
shadowRootFilter: _r
|
|
576
|
+
}) : a = zt(t, r.includeContainer, ut.bind(null, r)), Ir(a);
|
|
577
|
+
}, Cr = function(t, r) {
|
|
578
578
|
r = r || {};
|
|
579
|
-
var
|
|
580
|
-
return r.getShadowRoot ?
|
|
579
|
+
var a;
|
|
580
|
+
return r.getShadowRoot ? a = Vt([t], r.includeContainer, {
|
|
581
581
|
filter: ze.bind(null, r),
|
|
582
582
|
flatten: !0,
|
|
583
583
|
getShadowRoot: r.getShadowRoot
|
|
584
|
-
}) :
|
|
584
|
+
}) : a = zt(t, r.includeContainer, ze.bind(null, r)), a;
|
|
585
585
|
}, ke = function(t, r) {
|
|
586
586
|
if (r = r || {}, !t)
|
|
587
587
|
throw new Error("No node provided");
|
|
588
588
|
return pe.call(t, He) === !1 ? !1 : ut(r, t);
|
|
589
|
-
},
|
|
589
|
+
}, $r = /* @__PURE__ */ Ut.concat("iframe").join(","), ct = function(t, r) {
|
|
590
590
|
if (r = r || {}, !t)
|
|
591
591
|
throw new Error("No node provided");
|
|
592
|
-
return pe.call(t,
|
|
592
|
+
return pe.call(t, $r) === !1 ? !1 : ze(r, t);
|
|
593
593
|
};
|
|
594
594
|
/*!
|
|
595
595
|
* focus-trap 7.6.0
|
|
596
596
|
* @license MIT, https://github.com/focus-trap/focus-trap/blob/master/LICENSE
|
|
597
597
|
*/
|
|
598
|
-
function
|
|
599
|
-
return (t =
|
|
598
|
+
function Er(n, t, r) {
|
|
599
|
+
return (t = Ar(t)) in n ? Object.defineProperty(n, t, {
|
|
600
600
|
value: r,
|
|
601
601
|
enumerable: !0,
|
|
602
602
|
configurable: !0,
|
|
603
603
|
writable: !0
|
|
604
|
-
}) :
|
|
604
|
+
}) : n[t] = r, n;
|
|
605
605
|
}
|
|
606
|
-
function
|
|
607
|
-
var r = Object.keys(
|
|
606
|
+
function Mt(n, t) {
|
|
607
|
+
var r = Object.keys(n);
|
|
608
608
|
if (Object.getOwnPropertySymbols) {
|
|
609
|
-
var
|
|
610
|
-
t && (
|
|
611
|
-
return Object.getOwnPropertyDescriptor(
|
|
612
|
-
})), r.push.apply(r,
|
|
609
|
+
var a = Object.getOwnPropertySymbols(n);
|
|
610
|
+
t && (a = a.filter(function(c) {
|
|
611
|
+
return Object.getOwnPropertyDescriptor(n, c).enumerable;
|
|
612
|
+
})), r.push.apply(r, a);
|
|
613
613
|
}
|
|
614
614
|
return r;
|
|
615
615
|
}
|
|
616
|
-
function
|
|
616
|
+
function Pt(n) {
|
|
617
617
|
for (var t = 1; t < arguments.length; t++) {
|
|
618
618
|
var r = arguments[t] != null ? arguments[t] : {};
|
|
619
|
-
t % 2 ?
|
|
620
|
-
|
|
621
|
-
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(
|
|
622
|
-
Object.defineProperty(
|
|
619
|
+
t % 2 ? Mt(Object(r), !0).forEach(function(a) {
|
|
620
|
+
Er(n, a, r[a]);
|
|
621
|
+
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(n, Object.getOwnPropertyDescriptors(r)) : Mt(Object(r)).forEach(function(a) {
|
|
622
|
+
Object.defineProperty(n, a, Object.getOwnPropertyDescriptor(r, a));
|
|
623
623
|
});
|
|
624
624
|
}
|
|
625
|
-
return
|
|
625
|
+
return n;
|
|
626
626
|
}
|
|
627
|
-
function
|
|
628
|
-
if (typeof
|
|
629
|
-
var r =
|
|
627
|
+
function Nr(n, t) {
|
|
628
|
+
if (typeof n != "object" || !n) return n;
|
|
629
|
+
var r = n[Symbol.toPrimitive];
|
|
630
630
|
if (r !== void 0) {
|
|
631
|
-
var
|
|
632
|
-
if (typeof
|
|
631
|
+
var a = r.call(n, t || "default");
|
|
632
|
+
if (typeof a != "object") return a;
|
|
633
633
|
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
634
634
|
}
|
|
635
|
-
return (t === "string" ? String : Number)(
|
|
635
|
+
return (t === "string" ? String : Number)(n);
|
|
636
636
|
}
|
|
637
|
-
function
|
|
638
|
-
var t =
|
|
637
|
+
function Ar(n) {
|
|
638
|
+
var t = Nr(n, "string");
|
|
639
639
|
return typeof t == "symbol" ? t : t + "";
|
|
640
640
|
}
|
|
641
|
-
var
|
|
641
|
+
var jt = {
|
|
642
642
|
activateTrap: function(t, r) {
|
|
643
643
|
if (t.length > 0) {
|
|
644
|
-
var
|
|
645
|
-
|
|
644
|
+
var a = t[t.length - 1];
|
|
645
|
+
a !== r && a.pause();
|
|
646
646
|
}
|
|
647
647
|
var c = t.indexOf(r);
|
|
648
648
|
c === -1 || t.splice(c, 1), t.push(r);
|
|
649
649
|
},
|
|
650
650
|
deactivateTrap: function(t, r) {
|
|
651
|
-
var
|
|
652
|
-
|
|
651
|
+
var a = t.indexOf(r);
|
|
652
|
+
a !== -1 && t.splice(a, 1), t.length > 0 && t[t.length - 1].unpause();
|
|
653
653
|
}
|
|
654
|
-
},
|
|
654
|
+
}, Fr = function(t) {
|
|
655
655
|
return t.tagName && t.tagName.toLowerCase() === "input" && typeof t.select == "function";
|
|
656
|
-
},
|
|
656
|
+
}, xr = function(t) {
|
|
657
657
|
return (t == null ? void 0 : t.key) === "Escape" || (t == null ? void 0 : t.key) === "Esc" || (t == null ? void 0 : t.keyCode) === 27;
|
|
658
658
|
}, Ee = function(t) {
|
|
659
659
|
return (t == null ? void 0 : t.key) === "Tab" || (t == null ? void 0 : t.keyCode) === 9;
|
|
660
|
-
},
|
|
660
|
+
}, Dr = function(t) {
|
|
661
661
|
return Ee(t) && !t.shiftKey;
|
|
662
|
-
},
|
|
662
|
+
}, Rr = function(t) {
|
|
663
663
|
return Ee(t) && t.shiftKey;
|
|
664
|
-
},
|
|
664
|
+
}, Zt = function(t) {
|
|
665
665
|
return setTimeout(t, 0);
|
|
666
|
-
},
|
|
667
|
-
var
|
|
666
|
+
}, Kt = function(t, r) {
|
|
667
|
+
var a = -1;
|
|
668
668
|
return t.every(function(c, u) {
|
|
669
|
-
return r(c) ? (
|
|
670
|
-
}),
|
|
671
|
-
},
|
|
672
|
-
for (var r = arguments.length,
|
|
673
|
-
|
|
674
|
-
return typeof t == "function" ? t.apply(void 0,
|
|
669
|
+
return r(c) ? (a = u, !1) : !0;
|
|
670
|
+
}), a;
|
|
671
|
+
}, Ce = function(t) {
|
|
672
|
+
for (var r = arguments.length, a = new Array(r > 1 ? r - 1 : 0), c = 1; c < r; c++)
|
|
673
|
+
a[c - 1] = arguments[c];
|
|
674
|
+
return typeof t == "function" ? t.apply(void 0, a) : t;
|
|
675
675
|
}, Me = function(t) {
|
|
676
676
|
return t.target.shadowRoot && typeof t.composedPath == "function" ? t.composedPath()[0] : t.target;
|
|
677
|
-
},
|
|
678
|
-
var
|
|
677
|
+
}, Br = [], Lr = function(t, r) {
|
|
678
|
+
var a = (r == null ? void 0 : r.document) || document, c = (r == null ? void 0 : r.trapStack) || Br, u = Pt({
|
|
679
679
|
returnFocusOnDeactivate: !0,
|
|
680
680
|
escapeDeactivates: !0,
|
|
681
681
|
delayInitialFocus: !0,
|
|
682
|
-
isKeyForward:
|
|
683
|
-
isKeyBackward:
|
|
682
|
+
isKeyForward: Dr,
|
|
683
|
+
isKeyBackward: Rr
|
|
684
684
|
}, r), o = {
|
|
685
685
|
// containers given to createFocusTrap()
|
|
686
686
|
// @type {Array<HTMLElement>}
|
|
@@ -719,23 +719,23 @@ var Ht = {
|
|
|
719
719
|
recentNavEvent: void 0
|
|
720
720
|
}, v, m = function(d, s, f) {
|
|
721
721
|
return d && d[s] !== void 0 ? d[s] : u[f || s];
|
|
722
|
-
},
|
|
722
|
+
}, _ = function(d, s) {
|
|
723
723
|
var f = typeof (s == null ? void 0 : s.composedPath) == "function" ? s.composedPath() : void 0;
|
|
724
724
|
return o.containerGroups.findIndex(function(b) {
|
|
725
|
-
var
|
|
726
|
-
return
|
|
725
|
+
var T = b.container, E = b.tabbableNodes;
|
|
726
|
+
return T.contains(d) || // fall back to explicit tabbable search which will take into consideration any
|
|
727
727
|
// web components if the `tabbableOptions.getShadowRoot` option was used for
|
|
728
728
|
// the trap, enabling shadow DOM support in tabbable (`Node.contains()` doesn't
|
|
729
729
|
// look inside web components even if open)
|
|
730
|
-
(f == null ? void 0 : f.includes(
|
|
730
|
+
(f == null ? void 0 : f.includes(T)) || E.find(function(F) {
|
|
731
731
|
return F === d;
|
|
732
732
|
});
|
|
733
733
|
});
|
|
734
734
|
}, A = function(d) {
|
|
735
735
|
var s = u[d];
|
|
736
736
|
if (typeof s == "function") {
|
|
737
|
-
for (var f = arguments.length, b = new Array(f > 1 ? f - 1 : 0),
|
|
738
|
-
b[
|
|
737
|
+
for (var f = arguments.length, b = new Array(f > 1 ? f - 1 : 0), T = 1; T < f; T++)
|
|
738
|
+
b[T - 1] = arguments[T];
|
|
739
739
|
s = s.apply(void 0, b);
|
|
740
740
|
}
|
|
741
741
|
if (s === !0 && (s = void 0), !s) {
|
|
@@ -744,7 +744,7 @@ var Ht = {
|
|
|
744
744
|
throw new Error("`".concat(d, "` was specified but was not a node, or did not return a node"));
|
|
745
745
|
}
|
|
746
746
|
var E = s;
|
|
747
|
-
if (typeof s == "string" && (E =
|
|
747
|
+
if (typeof s == "string" && (E = a.querySelector(s), !E))
|
|
748
748
|
throw new Error("`".concat(d, "` as selector refers to no known node"));
|
|
749
749
|
return E;
|
|
750
750
|
}, N = function() {
|
|
@@ -752,8 +752,8 @@ var Ht = {
|
|
|
752
752
|
if (d === !1)
|
|
753
753
|
return !1;
|
|
754
754
|
if (d === void 0 || !ct(d, u.tabbableOptions))
|
|
755
|
-
if (
|
|
756
|
-
d =
|
|
755
|
+
if (_(a.activeElement) >= 0)
|
|
756
|
+
d = a.activeElement;
|
|
757
757
|
else {
|
|
758
758
|
var s = o.tabbableGroups[0], f = s && s.firstTabbableNode;
|
|
759
759
|
d = f || A("fallbackFocus");
|
|
@@ -763,7 +763,7 @@ var Ht = {
|
|
|
763
763
|
return d;
|
|
764
764
|
}, x = function() {
|
|
765
765
|
if (o.containerGroups = o.containers.map(function(d) {
|
|
766
|
-
var s =
|
|
766
|
+
var s = Or(d, u.tabbableOptions), f = Cr(d, u.tabbableOptions), b = s.length > 0 ? s[0] : void 0, T = s.length > 0 ? s[s.length - 1] : void 0, E = f.find(function(L) {
|
|
767
767
|
return ke(L);
|
|
768
768
|
}), F = f.slice().reverse().find(function(L) {
|
|
769
769
|
return ke(L);
|
|
@@ -779,7 +779,7 @@ var Ht = {
|
|
|
779
779
|
/** First tabbable node in container, __tabindex__ order; `undefined` if none. */
|
|
780
780
|
firstTabbableNode: b,
|
|
781
781
|
/** Last tabbable node in container, __tabindex__ order; `undefined` if none. */
|
|
782
|
-
lastTabbableNode:
|
|
782
|
+
lastTabbableNode: T,
|
|
783
783
|
// NOTE: DOM order is NOT NECESSARILY "document position" order, but figuring that out
|
|
784
784
|
// would require more than just https://developer.mozilla.org/en-US/docs/Web/API/Node/compareDocumentPosition
|
|
785
785
|
// because that API doesn't work with Shadow DOM as well as it should (@see
|
|
@@ -828,32 +828,32 @@ var Ht = {
|
|
|
828
828
|
}
|
|
829
829
|
d.focus({
|
|
830
830
|
preventScroll: !!u.preventScroll
|
|
831
|
-
}), o.mostRecentlyFocusedNode = d,
|
|
831
|
+
}), o.mostRecentlyFocusedNode = d, Fr(d) && d.select();
|
|
832
832
|
}
|
|
833
833
|
}, M = function(d) {
|
|
834
834
|
var s = A("setReturnFocus", d);
|
|
835
835
|
return s || (s === !1 ? !1 : d);
|
|
836
836
|
}, q = function(d) {
|
|
837
|
-
var s = d.target, f = d.event, b = d.isBackward,
|
|
837
|
+
var s = d.target, f = d.event, b = d.isBackward, T = b === void 0 ? !1 : b;
|
|
838
838
|
s = s || Me(f), x();
|
|
839
839
|
var E = null;
|
|
840
840
|
if (o.tabbableGroups.length > 0) {
|
|
841
|
-
var F =
|
|
841
|
+
var F = _(s, f), g = F >= 0 ? o.containerGroups[F] : void 0;
|
|
842
842
|
if (F < 0)
|
|
843
|
-
|
|
844
|
-
else if (
|
|
845
|
-
var L =
|
|
846
|
-
var
|
|
847
|
-
return s ===
|
|
843
|
+
T ? E = o.tabbableGroups[o.tabbableGroups.length - 1].lastTabbableNode : E = o.tabbableGroups[0].firstTabbableNode;
|
|
844
|
+
else if (T) {
|
|
845
|
+
var L = Kt(o.tabbableGroups, function(Se) {
|
|
846
|
+
var _e = Se.firstTabbableNode;
|
|
847
|
+
return s === _e;
|
|
848
848
|
});
|
|
849
849
|
if (L < 0 && (g.container === s || ct(s, u.tabbableOptions) && !ke(s, u.tabbableOptions) && !g.nextTabbableNode(s, !1)) && (L = F), L >= 0) {
|
|
850
850
|
var ie = L === 0 ? o.tabbableGroups.length - 1 : L - 1, H = o.tabbableGroups[ie];
|
|
851
851
|
E = be(s) >= 0 ? H.lastTabbableNode : H.lastDomTabbableNode;
|
|
852
852
|
} else Ee(f) || (E = g.nextTabbableNode(s, !1));
|
|
853
853
|
} else {
|
|
854
|
-
var ee =
|
|
855
|
-
var
|
|
856
|
-
return s ===
|
|
854
|
+
var ee = Kt(o.tabbableGroups, function(Se) {
|
|
855
|
+
var _e = Se.lastTabbableNode;
|
|
856
|
+
return s === _e;
|
|
857
857
|
});
|
|
858
858
|
if (ee < 0 && (g.container === s || ct(s, u.tabbableOptions) && !ke(s, u.tabbableOptions) && !g.nextTabbableNode(s)) && (ee = F), ee >= 0) {
|
|
859
859
|
var le = ee === o.tabbableGroups.length - 1 ? 0 : ee + 1, Ae = o.tabbableGroups[le];
|
|
@@ -865,8 +865,8 @@ var Ht = {
|
|
|
865
865
|
return E;
|
|
866
866
|
}, B = function(d) {
|
|
867
867
|
var s = Me(d);
|
|
868
|
-
if (!(
|
|
869
|
-
if (
|
|
868
|
+
if (!(_(s, d) >= 0)) {
|
|
869
|
+
if (Ce(u.clickOutsideDeactivates, d)) {
|
|
870
870
|
v.deactivate({
|
|
871
871
|
// NOTE: by setting `returnFocus: false`, deactivate() will do nothing,
|
|
872
872
|
// which will result in the outside click setting focus to the node
|
|
@@ -878,33 +878,33 @@ var Ht = {
|
|
|
878
878
|
});
|
|
879
879
|
return;
|
|
880
880
|
}
|
|
881
|
-
|
|
881
|
+
Ce(u.allowOutsideClick, d) || d.preventDefault();
|
|
882
882
|
}
|
|
883
883
|
}, ne = function(d) {
|
|
884
|
-
var s = Me(d), f =
|
|
884
|
+
var s = Me(d), f = _(s, d) >= 0;
|
|
885
885
|
if (f || s instanceof Document)
|
|
886
886
|
f && (o.mostRecentlyFocusedNode = s);
|
|
887
887
|
else {
|
|
888
888
|
d.stopImmediatePropagation();
|
|
889
|
-
var b,
|
|
889
|
+
var b, T = !0;
|
|
890
890
|
if (o.mostRecentlyFocusedNode)
|
|
891
891
|
if (be(o.mostRecentlyFocusedNode) > 0) {
|
|
892
|
-
var E =
|
|
892
|
+
var E = _(o.mostRecentlyFocusedNode), F = o.containerGroups[E].tabbableNodes;
|
|
893
893
|
if (F.length > 0) {
|
|
894
894
|
var g = F.findIndex(function(L) {
|
|
895
895
|
return L === o.mostRecentlyFocusedNode;
|
|
896
896
|
});
|
|
897
|
-
g >= 0 && (u.isKeyForward(o.recentNavEvent) ? g + 1 < F.length && (b = F[g + 1],
|
|
897
|
+
g >= 0 && (u.isKeyForward(o.recentNavEvent) ? g + 1 < F.length && (b = F[g + 1], T = !1) : g - 1 >= 0 && (b = F[g - 1], T = !1));
|
|
898
898
|
}
|
|
899
899
|
} else
|
|
900
900
|
o.containerGroups.some(function(L) {
|
|
901
901
|
return L.tabbableNodes.some(function(ie) {
|
|
902
902
|
return be(ie) > 0;
|
|
903
903
|
});
|
|
904
|
-
}) || (
|
|
904
|
+
}) || (T = !1);
|
|
905
905
|
else
|
|
906
|
-
|
|
907
|
-
|
|
906
|
+
T = !1;
|
|
907
|
+
T && (b = q({
|
|
908
908
|
// move FROM the MRU node, not event-related node (which will be the node that is
|
|
909
909
|
// outside the trap causing the focus escape we're trying to fix)
|
|
910
910
|
target: o.mostRecentlyFocusedNode,
|
|
@@ -923,39 +923,39 @@ var Ht = {
|
|
|
923
923
|
}, J = function(d) {
|
|
924
924
|
(u.isKeyForward(d) || u.isKeyBackward(d)) && ce(d, u.isKeyBackward(d));
|
|
925
925
|
}, Q = function(d) {
|
|
926
|
-
|
|
927
|
-
},
|
|
926
|
+
xr(d) && Ce(u.escapeDeactivates, d) !== !1 && (d.preventDefault(), v.deactivate());
|
|
927
|
+
}, Z = function(d) {
|
|
928
928
|
var s = Me(d);
|
|
929
|
-
|
|
929
|
+
_(s, d) >= 0 || Ce(u.clickOutsideDeactivates, d) || Ce(u.allowOutsideClick, d) || (d.preventDefault(), d.stopImmediatePropagation());
|
|
930
930
|
}, G = function() {
|
|
931
931
|
if (o.active)
|
|
932
|
-
return
|
|
932
|
+
return jt.activateTrap(c, v), o.delayInitialFocusTimer = u.delayInitialFocus ? Zt(function() {
|
|
933
933
|
y(N());
|
|
934
|
-
}) : y(N()),
|
|
934
|
+
}) : y(N()), a.addEventListener("focusin", ne, !0), a.addEventListener("mousedown", B, {
|
|
935
935
|
capture: !0,
|
|
936
936
|
passive: !1
|
|
937
|
-
}),
|
|
937
|
+
}), a.addEventListener("touchstart", B, {
|
|
938
938
|
capture: !0,
|
|
939
939
|
passive: !1
|
|
940
|
-
}),
|
|
940
|
+
}), a.addEventListener("click", Z, {
|
|
941
941
|
capture: !0,
|
|
942
942
|
passive: !1
|
|
943
|
-
}),
|
|
943
|
+
}), a.addEventListener("keydown", J, {
|
|
944
944
|
capture: !0,
|
|
945
945
|
passive: !1
|
|
946
|
-
}),
|
|
947
|
-
},
|
|
946
|
+
}), a.addEventListener("keydown", Q), v;
|
|
947
|
+
}, C = function() {
|
|
948
948
|
if (o.active)
|
|
949
|
-
return
|
|
950
|
-
},
|
|
949
|
+
return a.removeEventListener("focusin", ne, !0), a.removeEventListener("mousedown", B, !0), a.removeEventListener("touchstart", B, !0), a.removeEventListener("click", Z, !0), a.removeEventListener("keydown", J, !0), a.removeEventListener("keydown", Q), v;
|
|
950
|
+
}, P = function(d) {
|
|
951
951
|
var s = d.some(function(f) {
|
|
952
952
|
var b = Array.from(f.removedNodes);
|
|
953
|
-
return b.some(function(
|
|
954
|
-
return
|
|
953
|
+
return b.some(function(T) {
|
|
954
|
+
return T === o.mostRecentlyFocusedNode;
|
|
955
955
|
});
|
|
956
956
|
});
|
|
957
957
|
s && y(N());
|
|
958
|
-
}, U = typeof window < "u" && "MutationObserver" in window ? new MutationObserver(
|
|
958
|
+
}, U = typeof window < "u" && "MutationObserver" in window ? new MutationObserver(P) : void 0, K = function() {
|
|
959
959
|
U && (U.disconnect(), o.active && !o.paused && o.containers.map(function(d) {
|
|
960
960
|
U.observe(d, {
|
|
961
961
|
subtree: !0,
|
|
@@ -974,35 +974,35 @@ var Ht = {
|
|
|
974
974
|
if (o.active)
|
|
975
975
|
return this;
|
|
976
976
|
var s = m(d, "onActivate"), f = m(d, "onPostActivate"), b = m(d, "checkCanFocusTrap");
|
|
977
|
-
b || x(), o.active = !0, o.paused = !1, o.nodeFocusedBeforeActivation =
|
|
978
|
-
var
|
|
977
|
+
b || x(), o.active = !0, o.paused = !1, o.nodeFocusedBeforeActivation = a.activeElement, s == null || s();
|
|
978
|
+
var T = function() {
|
|
979
979
|
b && x(), G(), K(), f == null || f();
|
|
980
980
|
};
|
|
981
|
-
return b ? (b(o.containers.concat()).then(
|
|
981
|
+
return b ? (b(o.containers.concat()).then(T, T), this) : (T(), this);
|
|
982
982
|
},
|
|
983
983
|
deactivate: function(d) {
|
|
984
984
|
if (!o.active)
|
|
985
985
|
return this;
|
|
986
|
-
var s =
|
|
986
|
+
var s = Pt({
|
|
987
987
|
onDeactivate: u.onDeactivate,
|
|
988
988
|
onPostDeactivate: u.onPostDeactivate,
|
|
989
989
|
checkCanReturnFocus: u.checkCanReturnFocus
|
|
990
990
|
}, d);
|
|
991
|
-
clearTimeout(o.delayInitialFocusTimer), o.delayInitialFocusTimer = void 0,
|
|
992
|
-
var f = m(s, "onDeactivate"), b = m(s, "onPostDeactivate"),
|
|
991
|
+
clearTimeout(o.delayInitialFocusTimer), o.delayInitialFocusTimer = void 0, C(), o.active = !1, o.paused = !1, K(), jt.deactivateTrap(c, v);
|
|
992
|
+
var f = m(s, "onDeactivate"), b = m(s, "onPostDeactivate"), T = m(s, "checkCanReturnFocus"), E = m(s, "returnFocus", "returnFocusOnDeactivate");
|
|
993
993
|
f == null || f();
|
|
994
994
|
var F = function() {
|
|
995
|
-
|
|
995
|
+
Zt(function() {
|
|
996
996
|
E && y(M(o.nodeFocusedBeforeActivation)), b == null || b();
|
|
997
997
|
});
|
|
998
998
|
};
|
|
999
|
-
return E &&
|
|
999
|
+
return E && T ? (T(M(o.nodeFocusedBeforeActivation)).then(F, F), this) : (F(), this);
|
|
1000
1000
|
},
|
|
1001
1001
|
pause: function(d) {
|
|
1002
1002
|
if (o.paused || !o.active)
|
|
1003
1003
|
return this;
|
|
1004
1004
|
var s = m(d, "onPause"), f = m(d, "onPostPause");
|
|
1005
|
-
return o.paused = !0, s == null || s(),
|
|
1005
|
+
return o.paused = !0, s == null || s(), C(), K(), f == null || f(), this;
|
|
1006
1006
|
},
|
|
1007
1007
|
unpause: function(d) {
|
|
1008
1008
|
if (!o.paused || !o.active)
|
|
@@ -1013,7 +1013,7 @@ var Ht = {
|
|
|
1013
1013
|
updateContainerElements: function(d) {
|
|
1014
1014
|
var s = [].concat(d).filter(Boolean);
|
|
1015
1015
|
return o.containers = s.map(function(f) {
|
|
1016
|
-
return typeof f == "string" ?
|
|
1016
|
+
return typeof f == "string" ? a.querySelector(f) : f;
|
|
1017
1017
|
}), o.active && x(), K(), this;
|
|
1018
1018
|
}
|
|
1019
1019
|
}, v.updateContainerElements(t), v;
|
|
@@ -1023,7 +1023,7 @@ var Ht = {
|
|
|
1023
1023
|
* (c) 2023 Eduardo San Martin Morote
|
|
1024
1024
|
* @license MIT
|
|
1025
1025
|
*/
|
|
1026
|
-
const
|
|
1026
|
+
const Mr = {
|
|
1027
1027
|
escapeDeactivates: {
|
|
1028
1028
|
type: Boolean,
|
|
1029
1029
|
default: !0
|
|
@@ -1049,14 +1049,14 @@ const zr = {
|
|
|
1049
1049
|
preventScroll: Boolean,
|
|
1050
1050
|
setReturnFocus: [Object, String, Boolean, Function],
|
|
1051
1051
|
tabbableOptions: Object
|
|
1052
|
-
},
|
|
1052
|
+
}, Pr = te({
|
|
1053
1053
|
props: Object.assign({
|
|
1054
1054
|
active: {
|
|
1055
1055
|
// TODO: could be options for activate but what about the options for deactivating?
|
|
1056
1056
|
type: Boolean,
|
|
1057
1057
|
default: !0
|
|
1058
1058
|
}
|
|
1059
|
-
},
|
|
1059
|
+
}, Mr),
|
|
1060
1060
|
emits: [
|
|
1061
1061
|
"update:active",
|
|
1062
1062
|
"activate",
|
|
@@ -1067,18 +1067,18 @@ const zr = {
|
|
|
1067
1067
|
render() {
|
|
1068
1068
|
return this.renderImpl();
|
|
1069
1069
|
},
|
|
1070
|
-
setup(
|
|
1071
|
-
let
|
|
1070
|
+
setup(n, { slots: t, emit: r }) {
|
|
1071
|
+
let a;
|
|
1072
1072
|
const c = V(null), u = k(() => {
|
|
1073
1073
|
const v = c.value;
|
|
1074
1074
|
return v && (v instanceof HTMLElement ? v : v.$el);
|
|
1075
1075
|
});
|
|
1076
1076
|
function o() {
|
|
1077
|
-
return
|
|
1078
|
-
escapeDeactivates:
|
|
1079
|
-
allowOutsideClick:
|
|
1080
|
-
returnFocusOnDeactivate:
|
|
1081
|
-
clickOutsideDeactivates:
|
|
1077
|
+
return a || (a = Lr(u.value, {
|
|
1078
|
+
escapeDeactivates: n.escapeDeactivates,
|
|
1079
|
+
allowOutsideClick: n.allowOutsideClick,
|
|
1080
|
+
returnFocusOnDeactivate: n.returnFocusOnDeactivate,
|
|
1081
|
+
clickOutsideDeactivates: n.clickOutsideDeactivates,
|
|
1082
1082
|
onActivate: () => {
|
|
1083
1083
|
r("update:active", !0), r("activate");
|
|
1084
1084
|
},
|
|
@@ -1087,41 +1087,41 @@ const zr = {
|
|
|
1087
1087
|
},
|
|
1088
1088
|
onPostActivate: () => r("postActivate"),
|
|
1089
1089
|
onPostDeactivate: () => r("postDeactivate"),
|
|
1090
|
-
initialFocus:
|
|
1091
|
-
fallbackFocus:
|
|
1092
|
-
tabbableOptions:
|
|
1093
|
-
delayInitialFocus:
|
|
1094
|
-
preventScroll:
|
|
1090
|
+
initialFocus: n.initialFocus,
|
|
1091
|
+
fallbackFocus: n.fallbackFocus,
|
|
1092
|
+
tabbableOptions: n.tabbableOptions,
|
|
1093
|
+
delayInitialFocus: n.delayInitialFocus,
|
|
1094
|
+
preventScroll: n.preventScroll
|
|
1095
1095
|
}));
|
|
1096
1096
|
}
|
|
1097
1097
|
return qe(() => {
|
|
1098
|
-
Ke(() =>
|
|
1099
|
-
v && u.value ? o().activate() :
|
|
1098
|
+
Ke(() => n.active, (v) => {
|
|
1099
|
+
v && u.value ? o().activate() : a && (a.deactivate(), (!u.value || u.value.nodeType === Node.COMMENT_NODE) && (a = null));
|
|
1100
1100
|
}, { immediate: !0, flush: "post" });
|
|
1101
|
-
}),
|
|
1102
|
-
|
|
1101
|
+
}), pn(() => {
|
|
1102
|
+
a && a.deactivate(), a = null;
|
|
1103
1103
|
}), {
|
|
1104
1104
|
activate() {
|
|
1105
1105
|
o().activate();
|
|
1106
1106
|
},
|
|
1107
1107
|
deactivate() {
|
|
1108
|
-
|
|
1108
|
+
a && a.deactivate();
|
|
1109
1109
|
},
|
|
1110
1110
|
renderImpl() {
|
|
1111
1111
|
if (!t.default)
|
|
1112
1112
|
return null;
|
|
1113
|
-
const v = t.default().filter((
|
|
1114
|
-
return !v || !v.length || v.length > 1 ? (console.error("[focus-trap-vue]: FocusTrap requires exactly one child."), v) :
|
|
1113
|
+
const v = t.default().filter((_) => _.type !== mn);
|
|
1114
|
+
return !v || !v.length || v.length > 1 ? (console.error("[focus-trap-vue]: FocusTrap requires exactly one child."), v) : gn(v[0], { ref: c });
|
|
1115
1115
|
}
|
|
1116
1116
|
};
|
|
1117
1117
|
}
|
|
1118
1118
|
});
|
|
1119
|
-
function
|
|
1119
|
+
function Xt() {
|
|
1120
1120
|
return {
|
|
1121
1121
|
debounce: (t, r) => {
|
|
1122
|
-
let
|
|
1122
|
+
let a;
|
|
1123
1123
|
return (...c) => {
|
|
1124
|
-
clearTimeout(
|
|
1124
|
+
clearTimeout(a), a = window == null ? void 0 : window.setTimeout(() => {
|
|
1125
1125
|
t(...c);
|
|
1126
1126
|
}, r);
|
|
1127
1127
|
};
|
|
@@ -1129,45 +1129,45 @@ function ea() {
|
|
|
1129
1129
|
};
|
|
1130
1130
|
}
|
|
1131
1131
|
var Pe = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
|
|
1132
|
-
function
|
|
1133
|
-
return
|
|
1132
|
+
function jr(n) {
|
|
1133
|
+
return n && n.__esModule && Object.prototype.hasOwnProperty.call(n, "default") ? n.default : n;
|
|
1134
1134
|
}
|
|
1135
1135
|
var Ve = { exports: {} };
|
|
1136
1136
|
Ve.exports;
|
|
1137
|
-
(function(
|
|
1138
|
-
var r = 200,
|
|
1139
|
-
g[u] = g[o] = g[Q] = g[
|
|
1140
|
-
var L = typeof Pe == "object" && Pe && Pe.Object === Object && Pe, ie = typeof self == "object" && self && self.Object === Object && self, H = L || ie || Function("return this")(), ee = t && !t.nodeType && t, le = ee && !0 &&
|
|
1141
|
-
function
|
|
1137
|
+
(function(n, t) {
|
|
1138
|
+
var r = 200, a = "__lodash_hash_undefined__", c = 9007199254740991, u = "[object Arguments]", o = "[object Array]", v = "[object Boolean]", m = "[object Date]", _ = "[object Error]", A = "[object Function]", N = "[object GeneratorFunction]", x = "[object Map]", R = "[object Number]", y = "[object Object]", M = "[object Promise]", q = "[object RegExp]", B = "[object Set]", ne = "[object String]", ce = "[object Symbol]", J = "[object WeakMap]", Q = "[object ArrayBuffer]", Z = "[object DataView]", G = "[object Float32Array]", C = "[object Float64Array]", P = "[object Int8Array]", U = "[object Int16Array]", K = "[object Int32Array]", $ = "[object Uint8Array]", d = "[object Uint8ClampedArray]", s = "[object Uint16Array]", f = "[object Uint32Array]", b = /[\\^$.*+?()[\]{}|]/g, T = /\w*$/, E = /^\[object .+?Constructor\]$/, F = /^(?:0|[1-9]\d*)$/, g = {};
|
|
1139
|
+
g[u] = g[o] = g[Q] = g[Z] = g[v] = g[m] = g[G] = g[C] = g[P] = g[U] = g[K] = g[x] = g[R] = g[y] = g[q] = g[B] = g[ne] = g[ce] = g[$] = g[d] = g[s] = g[f] = !0, g[_] = g[A] = g[J] = !1;
|
|
1140
|
+
var L = typeof Pe == "object" && Pe && Pe.Object === Object && Pe, ie = typeof self == "object" && self && self.Object === Object && self, H = L || ie || Function("return this")(), ee = t && !t.nodeType && t, le = ee && !0 && n && !n.nodeType && n, Ae = le && le.exports === ee;
|
|
1141
|
+
function Se(e, i) {
|
|
1142
1142
|
return e.set(i[0], i[1]), e;
|
|
1143
1143
|
}
|
|
1144
|
-
function
|
|
1144
|
+
function _e(e, i) {
|
|
1145
1145
|
return e.add(i), e;
|
|
1146
1146
|
}
|
|
1147
|
-
function
|
|
1147
|
+
function Yt(e, i) {
|
|
1148
1148
|
for (var l = -1, h = e ? e.length : 0; ++l < h && i(e[l], l, e) !== !1; )
|
|
1149
1149
|
;
|
|
1150
1150
|
return e;
|
|
1151
1151
|
}
|
|
1152
|
-
function
|
|
1153
|
-
for (var l = -1, h = i.length,
|
|
1154
|
-
e[
|
|
1152
|
+
function Jt(e, i) {
|
|
1153
|
+
for (var l = -1, h = i.length, j = e.length; ++l < h; )
|
|
1154
|
+
e[j + l] = i[l];
|
|
1155
1155
|
return e;
|
|
1156
1156
|
}
|
|
1157
|
-
function
|
|
1158
|
-
for (var
|
|
1159
|
-
l = i(l, e[
|
|
1157
|
+
function ft(e, i, l, h) {
|
|
1158
|
+
for (var j = -1, W = e ? e.length : 0; ++j < W; )
|
|
1159
|
+
l = i(l, e[j], j, e);
|
|
1160
1160
|
return l;
|
|
1161
1161
|
}
|
|
1162
|
-
function
|
|
1162
|
+
function Qt(e, i) {
|
|
1163
1163
|
for (var l = -1, h = Array(e); ++l < e; )
|
|
1164
1164
|
h[l] = i(l);
|
|
1165
1165
|
return h;
|
|
1166
1166
|
}
|
|
1167
|
-
function
|
|
1167
|
+
function ea(e, i) {
|
|
1168
1168
|
return e == null ? void 0 : e[i];
|
|
1169
1169
|
}
|
|
1170
|
-
function
|
|
1170
|
+
function vt(e) {
|
|
1171
1171
|
var i = !1;
|
|
1172
1172
|
if (e != null && typeof e.toString != "function")
|
|
1173
1173
|
try {
|
|
@@ -1176,10 +1176,10 @@ Ve.exports;
|
|
|
1176
1176
|
}
|
|
1177
1177
|
return i;
|
|
1178
1178
|
}
|
|
1179
|
-
function
|
|
1179
|
+
function bt(e) {
|
|
1180
1180
|
var i = -1, l = Array(e.size);
|
|
1181
|
-
return e.forEach(function(h,
|
|
1182
|
-
l[++i] = [
|
|
1181
|
+
return e.forEach(function(h, j) {
|
|
1182
|
+
l[++i] = [j, h];
|
|
1183
1183
|
}), l;
|
|
1184
1184
|
}
|
|
1185
1185
|
function Xe(e, i) {
|
|
@@ -1187,18 +1187,18 @@ Ve.exports;
|
|
|
1187
1187
|
return e(i(l));
|
|
1188
1188
|
};
|
|
1189
1189
|
}
|
|
1190
|
-
function
|
|
1190
|
+
function ht(e) {
|
|
1191
1191
|
var i = -1, l = Array(e.size);
|
|
1192
1192
|
return e.forEach(function(h) {
|
|
1193
1193
|
l[++i] = h;
|
|
1194
1194
|
}), l;
|
|
1195
1195
|
}
|
|
1196
|
-
var
|
|
1196
|
+
var ta = Array.prototype, aa = Function.prototype, Fe = Object.prototype, Ye = H["__core-js_shared__"], pt = function() {
|
|
1197
1197
|
var e = /[^.]+$/.exec(Ye && Ye.keys && Ye.keys.IE_PROTO || "");
|
|
1198
1198
|
return e ? "Symbol(src)_1." + e : "";
|
|
1199
|
-
}(),
|
|
1200
|
-
"^" +
|
|
1201
|
-
),
|
|
1199
|
+
}(), mt = aa.toString, ue = Fe.hasOwnProperty, xe = Fe.toString, na = RegExp(
|
|
1200
|
+
"^" + mt.call(ue).replace(b, "\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g, "$1.*?") + "$"
|
|
1201
|
+
), gt = Ae ? H.Buffer : void 0, yt = H.Symbol, wt = H.Uint8Array, ra = Xe(Object.getPrototypeOf, Object), ia = Object.create, oa = Fe.propertyIsEnumerable, sa = ta.splice, kt = Object.getOwnPropertySymbols, ca = gt ? gt.isBuffer : void 0, la = Xe(Object.keys, Object), Je = ye(H, "DataView"), Ie = ye(H, "Map"), Qe = ye(H, "Promise"), et = ye(H, "Set"), tt = ye(H, "WeakMap"), Oe = ye(Object, "create"), ua = ve(Je), da = ve(Ie), fa = ve(Qe), va = ve(et), ba = ve(tt), Tt = yt ? yt.prototype : void 0, St = Tt ? Tt.valueOf : void 0;
|
|
1202
1202
|
function de(e) {
|
|
1203
1203
|
var i = -1, l = e ? e.length : 0;
|
|
1204
1204
|
for (this.clear(); ++i < l; ) {
|
|
@@ -1206,29 +1206,29 @@ Ve.exports;
|
|
|
1206
1206
|
this.set(h[0], h[1]);
|
|
1207
1207
|
}
|
|
1208
1208
|
}
|
|
1209
|
-
function
|
|
1209
|
+
function ha() {
|
|
1210
1210
|
this.__data__ = Oe ? Oe(null) : {};
|
|
1211
1211
|
}
|
|
1212
|
-
function
|
|
1212
|
+
function pa(e) {
|
|
1213
1213
|
return this.has(e) && delete this.__data__[e];
|
|
1214
1214
|
}
|
|
1215
|
-
function
|
|
1215
|
+
function ma(e) {
|
|
1216
1216
|
var i = this.__data__;
|
|
1217
1217
|
if (Oe) {
|
|
1218
1218
|
var l = i[e];
|
|
1219
|
-
return l ===
|
|
1219
|
+
return l === a ? void 0 : l;
|
|
1220
1220
|
}
|
|
1221
1221
|
return ue.call(i, e) ? i[e] : void 0;
|
|
1222
1222
|
}
|
|
1223
|
-
function
|
|
1223
|
+
function ga(e) {
|
|
1224
1224
|
var i = this.__data__;
|
|
1225
1225
|
return Oe ? i[e] !== void 0 : ue.call(i, e);
|
|
1226
1226
|
}
|
|
1227
|
-
function
|
|
1227
|
+
function ya(e, i) {
|
|
1228
1228
|
var l = this.__data__;
|
|
1229
|
-
return l[e] = Oe && i === void 0 ?
|
|
1229
|
+
return l[e] = Oe && i === void 0 ? a : i, this;
|
|
1230
1230
|
}
|
|
1231
|
-
de.prototype.clear =
|
|
1231
|
+
de.prototype.clear = ha, de.prototype.delete = pa, de.prototype.get = ma, de.prototype.has = ga, de.prototype.set = ya;
|
|
1232
1232
|
function oe(e) {
|
|
1233
1233
|
var i = -1, l = e ? e.length : 0;
|
|
1234
1234
|
for (this.clear(); ++i < l; ) {
|
|
@@ -1236,28 +1236,28 @@ Ve.exports;
|
|
|
1236
1236
|
this.set(h[0], h[1]);
|
|
1237
1237
|
}
|
|
1238
1238
|
}
|
|
1239
|
-
function
|
|
1239
|
+
function wa() {
|
|
1240
1240
|
this.__data__ = [];
|
|
1241
1241
|
}
|
|
1242
|
-
function
|
|
1242
|
+
function ka(e) {
|
|
1243
1243
|
var i = this.__data__, l = De(i, e);
|
|
1244
1244
|
if (l < 0)
|
|
1245
1245
|
return !1;
|
|
1246
1246
|
var h = i.length - 1;
|
|
1247
|
-
return l == h ? i.pop() :
|
|
1247
|
+
return l == h ? i.pop() : sa.call(i, l, 1), !0;
|
|
1248
1248
|
}
|
|
1249
|
-
function
|
|
1249
|
+
function Ta(e) {
|
|
1250
1250
|
var i = this.__data__, l = De(i, e);
|
|
1251
1251
|
return l < 0 ? void 0 : i[l][1];
|
|
1252
1252
|
}
|
|
1253
|
-
function
|
|
1253
|
+
function Sa(e) {
|
|
1254
1254
|
return De(this.__data__, e) > -1;
|
|
1255
1255
|
}
|
|
1256
|
-
function
|
|
1256
|
+
function _a(e, i) {
|
|
1257
1257
|
var l = this.__data__, h = De(l, e);
|
|
1258
1258
|
return h < 0 ? l.push([e, i]) : l[h][1] = i, this;
|
|
1259
1259
|
}
|
|
1260
|
-
oe.prototype.clear =
|
|
1260
|
+
oe.prototype.clear = wa, oe.prototype.delete = ka, oe.prototype.get = Ta, oe.prototype.has = Sa, oe.prototype.set = _a;
|
|
1261
1261
|
function me(e) {
|
|
1262
1262
|
var i = -1, l = e ? e.length : 0;
|
|
1263
1263
|
for (this.clear(); ++i < l; ) {
|
|
@@ -1265,42 +1265,42 @@ Ve.exports;
|
|
|
1265
1265
|
this.set(h[0], h[1]);
|
|
1266
1266
|
}
|
|
1267
1267
|
}
|
|
1268
|
-
function
|
|
1268
|
+
function Ia() {
|
|
1269
1269
|
this.__data__ = {
|
|
1270
1270
|
hash: new de(),
|
|
1271
1271
|
map: new (Ie || oe)(),
|
|
1272
1272
|
string: new de()
|
|
1273
1273
|
};
|
|
1274
1274
|
}
|
|
1275
|
-
function
|
|
1275
|
+
function Oa(e) {
|
|
1276
1276
|
return Re(this, e).delete(e);
|
|
1277
1277
|
}
|
|
1278
|
-
function
|
|
1278
|
+
function Ca(e) {
|
|
1279
1279
|
return Re(this, e).get(e);
|
|
1280
1280
|
}
|
|
1281
|
-
function
|
|
1281
|
+
function $a(e) {
|
|
1282
1282
|
return Re(this, e).has(e);
|
|
1283
1283
|
}
|
|
1284
|
-
function
|
|
1284
|
+
function Ea(e, i) {
|
|
1285
1285
|
return Re(this, e).set(e, i), this;
|
|
1286
1286
|
}
|
|
1287
|
-
me.prototype.clear =
|
|
1287
|
+
me.prototype.clear = Ia, me.prototype.delete = Oa, me.prototype.get = Ca, me.prototype.has = $a, me.prototype.set = Ea;
|
|
1288
1288
|
function ge(e) {
|
|
1289
1289
|
this.__data__ = new oe(e);
|
|
1290
1290
|
}
|
|
1291
|
-
function
|
|
1291
|
+
function Na() {
|
|
1292
1292
|
this.__data__ = new oe();
|
|
1293
1293
|
}
|
|
1294
|
-
function
|
|
1294
|
+
function Aa(e) {
|
|
1295
1295
|
return this.__data__.delete(e);
|
|
1296
1296
|
}
|
|
1297
|
-
function
|
|
1297
|
+
function Fa(e) {
|
|
1298
1298
|
return this.__data__.get(e);
|
|
1299
1299
|
}
|
|
1300
|
-
function
|
|
1300
|
+
function xa(e) {
|
|
1301
1301
|
return this.__data__.has(e);
|
|
1302
1302
|
}
|
|
1303
|
-
function
|
|
1303
|
+
function Da(e, i) {
|
|
1304
1304
|
var l = this.__data__;
|
|
1305
1305
|
if (l instanceof oe) {
|
|
1306
1306
|
var h = l.__data__;
|
|
@@ -1310,86 +1310,86 @@ Ve.exports;
|
|
|
1310
1310
|
}
|
|
1311
1311
|
return l.set(e, i), this;
|
|
1312
1312
|
}
|
|
1313
|
-
ge.prototype.clear =
|
|
1314
|
-
function
|
|
1315
|
-
var l = rt(e) ||
|
|
1313
|
+
ge.prototype.clear = Na, ge.prototype.delete = Aa, ge.prototype.get = Fa, ge.prototype.has = xa, ge.prototype.set = Da;
|
|
1314
|
+
function Ra(e, i) {
|
|
1315
|
+
var l = rt(e) || on(e) ? Qt(e.length, String) : [], h = l.length, j = !!h;
|
|
1316
1316
|
for (var W in e)
|
|
1317
|
-
ue.call(e, W) && !(
|
|
1317
|
+
ue.call(e, W) && !(j && (W == "length" || tn(W, h))) && l.push(W);
|
|
1318
1318
|
return l;
|
|
1319
1319
|
}
|
|
1320
|
-
function
|
|
1320
|
+
function _t(e, i, l) {
|
|
1321
1321
|
var h = e[i];
|
|
1322
|
-
(!(ue.call(e, i) &&
|
|
1322
|
+
(!(ue.call(e, i) && $t(h, l)) || l === void 0 && !(i in e)) && (e[i] = l);
|
|
1323
1323
|
}
|
|
1324
1324
|
function De(e, i) {
|
|
1325
1325
|
for (var l = e.length; l--; )
|
|
1326
|
-
if (
|
|
1326
|
+
if ($t(e[l][0], i))
|
|
1327
1327
|
return l;
|
|
1328
1328
|
return -1;
|
|
1329
1329
|
}
|
|
1330
|
-
function
|
|
1331
|
-
return e &&
|
|
1330
|
+
function Ba(e, i) {
|
|
1331
|
+
return e && It(i, it(i), e);
|
|
1332
1332
|
}
|
|
1333
|
-
function at(e, i, l, h,
|
|
1333
|
+
function at(e, i, l, h, j, W, se) {
|
|
1334
1334
|
var z;
|
|
1335
|
-
if (h && (z = W ? h(e,
|
|
1335
|
+
if (h && (z = W ? h(e, j, W, se) : h(e)), z !== void 0)
|
|
1336
1336
|
return z;
|
|
1337
1337
|
if (!Be(e))
|
|
1338
1338
|
return e;
|
|
1339
|
-
var
|
|
1340
|
-
if (
|
|
1341
|
-
if (z =
|
|
1342
|
-
return
|
|
1339
|
+
var At = rt(e);
|
|
1340
|
+
if (At) {
|
|
1341
|
+
if (z = Ja(e), !i)
|
|
1342
|
+
return qa(e, z);
|
|
1343
1343
|
} else {
|
|
1344
|
-
var we = fe(e),
|
|
1345
|
-
if (
|
|
1346
|
-
return
|
|
1347
|
-
if (we == y || we == u ||
|
|
1348
|
-
if (
|
|
1344
|
+
var we = fe(e), Ft = we == A || we == N;
|
|
1345
|
+
if (cn(e))
|
|
1346
|
+
return Ka(e, i);
|
|
1347
|
+
if (we == y || we == u || Ft && !W) {
|
|
1348
|
+
if (vt(e))
|
|
1349
1349
|
return W ? e : {};
|
|
1350
|
-
if (z =
|
|
1351
|
-
return
|
|
1350
|
+
if (z = Qa(Ft ? {} : e), !i)
|
|
1351
|
+
return Xa(e, Ba(z, e));
|
|
1352
1352
|
} else {
|
|
1353
1353
|
if (!g[we])
|
|
1354
1354
|
return W ? e : {};
|
|
1355
|
-
z =
|
|
1355
|
+
z = en(e, we, at, i);
|
|
1356
1356
|
}
|
|
1357
1357
|
}
|
|
1358
1358
|
se || (se = new ge());
|
|
1359
|
-
var
|
|
1360
|
-
if (
|
|
1361
|
-
return
|
|
1362
|
-
if (se.set(e, z), !
|
|
1363
|
-
var
|
|
1364
|
-
return
|
|
1365
|
-
|
|
1359
|
+
var xt = se.get(e);
|
|
1360
|
+
if (xt)
|
|
1361
|
+
return xt;
|
|
1362
|
+
if (se.set(e, z), !At)
|
|
1363
|
+
var Dt = l ? Ya(e) : it(e);
|
|
1364
|
+
return Yt(Dt || e, function(ot, Le) {
|
|
1365
|
+
Dt && (Le = ot, ot = e[Le]), _t(z, Le, at(ot, i, l, h, Le, e, se));
|
|
1366
1366
|
}), z;
|
|
1367
1367
|
}
|
|
1368
|
-
function
|
|
1369
|
-
return Be(e) ?
|
|
1368
|
+
function La(e) {
|
|
1369
|
+
return Be(e) ? ia(e) : {};
|
|
1370
1370
|
}
|
|
1371
|
-
function
|
|
1371
|
+
function Ma(e, i, l) {
|
|
1372
1372
|
var h = i(e);
|
|
1373
|
-
return rt(e) ? h :
|
|
1373
|
+
return rt(e) ? h : Jt(h, l(e));
|
|
1374
1374
|
}
|
|
1375
|
-
function
|
|
1375
|
+
function Pa(e) {
|
|
1376
1376
|
return xe.call(e);
|
|
1377
1377
|
}
|
|
1378
|
-
function
|
|
1379
|
-
if (!Be(e) ||
|
|
1378
|
+
function ja(e) {
|
|
1379
|
+
if (!Be(e) || nn(e))
|
|
1380
1380
|
return !1;
|
|
1381
|
-
var i =
|
|
1381
|
+
var i = Nt(e) || vt(e) ? na : E;
|
|
1382
1382
|
return i.test(ve(e));
|
|
1383
1383
|
}
|
|
1384
|
-
function
|
|
1385
|
-
if (!
|
|
1386
|
-
return
|
|
1384
|
+
function Za(e) {
|
|
1385
|
+
if (!Ct(e))
|
|
1386
|
+
return la(e);
|
|
1387
1387
|
var i = [];
|
|
1388
1388
|
for (var l in Object(e))
|
|
1389
1389
|
ue.call(e, l) && l != "constructor" && i.push(l);
|
|
1390
1390
|
return i;
|
|
1391
1391
|
}
|
|
1392
|
-
function
|
|
1392
|
+
function Ka(e, i) {
|
|
1393
1393
|
if (i)
|
|
1394
1394
|
return e.slice();
|
|
1395
1395
|
var l = new e.constructor(e.length);
|
|
@@ -1397,135 +1397,135 @@ Ve.exports;
|
|
|
1397
1397
|
}
|
|
1398
1398
|
function nt(e) {
|
|
1399
1399
|
var i = new e.constructor(e.byteLength);
|
|
1400
|
-
return new
|
|
1400
|
+
return new wt(i).set(new wt(e)), i;
|
|
1401
1401
|
}
|
|
1402
|
-
function
|
|
1402
|
+
function Ha(e, i) {
|
|
1403
1403
|
var l = i ? nt(e.buffer) : e.buffer;
|
|
1404
1404
|
return new e.constructor(l, e.byteOffset, e.byteLength);
|
|
1405
1405
|
}
|
|
1406
|
-
function
|
|
1407
|
-
var h = i ? l(
|
|
1408
|
-
return
|
|
1406
|
+
function Ua(e, i, l) {
|
|
1407
|
+
var h = i ? l(bt(e), !0) : bt(e);
|
|
1408
|
+
return ft(h, Se, new e.constructor());
|
|
1409
1409
|
}
|
|
1410
|
-
function
|
|
1411
|
-
var i = new e.constructor(e.source,
|
|
1410
|
+
function Wa(e) {
|
|
1411
|
+
var i = new e.constructor(e.source, T.exec(e));
|
|
1412
1412
|
return i.lastIndex = e.lastIndex, i;
|
|
1413
1413
|
}
|
|
1414
|
-
function
|
|
1415
|
-
var h = i ? l(
|
|
1416
|
-
return
|
|
1414
|
+
function za(e, i, l) {
|
|
1415
|
+
var h = i ? l(ht(e), !0) : ht(e);
|
|
1416
|
+
return ft(h, _e, new e.constructor());
|
|
1417
1417
|
}
|
|
1418
|
-
function
|
|
1419
|
-
return
|
|
1418
|
+
function Va(e) {
|
|
1419
|
+
return St ? Object(St.call(e)) : {};
|
|
1420
1420
|
}
|
|
1421
|
-
function
|
|
1421
|
+
function Ga(e, i) {
|
|
1422
1422
|
var l = i ? nt(e.buffer) : e.buffer;
|
|
1423
1423
|
return new e.constructor(l, e.byteOffset, e.length);
|
|
1424
1424
|
}
|
|
1425
|
-
function
|
|
1425
|
+
function qa(e, i) {
|
|
1426
1426
|
var l = -1, h = e.length;
|
|
1427
1427
|
for (i || (i = Array(h)); ++l < h; )
|
|
1428
1428
|
i[l] = e[l];
|
|
1429
1429
|
return i;
|
|
1430
1430
|
}
|
|
1431
|
-
function
|
|
1431
|
+
function It(e, i, l, h) {
|
|
1432
1432
|
l || (l = {});
|
|
1433
|
-
for (var
|
|
1434
|
-
var se = i[
|
|
1435
|
-
|
|
1433
|
+
for (var j = -1, W = i.length; ++j < W; ) {
|
|
1434
|
+
var se = i[j], z = void 0;
|
|
1435
|
+
_t(l, se, z === void 0 ? e[se] : z);
|
|
1436
1436
|
}
|
|
1437
1437
|
return l;
|
|
1438
1438
|
}
|
|
1439
|
-
function
|
|
1440
|
-
return
|
|
1439
|
+
function Xa(e, i) {
|
|
1440
|
+
return It(e, Ot(e), i);
|
|
1441
1441
|
}
|
|
1442
|
-
function
|
|
1443
|
-
return
|
|
1442
|
+
function Ya(e) {
|
|
1443
|
+
return Ma(e, it, Ot);
|
|
1444
1444
|
}
|
|
1445
1445
|
function Re(e, i) {
|
|
1446
1446
|
var l = e.__data__;
|
|
1447
|
-
return
|
|
1447
|
+
return an(i) ? l[typeof i == "string" ? "string" : "hash"] : l.map;
|
|
1448
1448
|
}
|
|
1449
1449
|
function ye(e, i) {
|
|
1450
|
-
var l =
|
|
1451
|
-
return
|
|
1450
|
+
var l = ea(e, i);
|
|
1451
|
+
return ja(l) ? l : void 0;
|
|
1452
1452
|
}
|
|
1453
|
-
var
|
|
1454
|
-
(Je && fe(new Je(new ArrayBuffer(1))) !=
|
|
1453
|
+
var Ot = kt ? Xe(kt, Object) : dn, fe = Pa;
|
|
1454
|
+
(Je && fe(new Je(new ArrayBuffer(1))) != Z || Ie && fe(new Ie()) != x || Qe && fe(Qe.resolve()) != M || et && fe(new et()) != B || tt && fe(new tt()) != J) && (fe = function(e) {
|
|
1455
1455
|
var i = xe.call(e), l = i == y ? e.constructor : void 0, h = l ? ve(l) : void 0;
|
|
1456
1456
|
if (h)
|
|
1457
1457
|
switch (h) {
|
|
1458
|
-
case
|
|
1459
|
-
return
|
|
1460
|
-
case
|
|
1458
|
+
case ua:
|
|
1459
|
+
return Z;
|
|
1460
|
+
case da:
|
|
1461
1461
|
return x;
|
|
1462
|
-
case
|
|
1462
|
+
case fa:
|
|
1463
1463
|
return M;
|
|
1464
|
-
case
|
|
1464
|
+
case va:
|
|
1465
1465
|
return B;
|
|
1466
|
-
case
|
|
1466
|
+
case ba:
|
|
1467
1467
|
return J;
|
|
1468
1468
|
}
|
|
1469
1469
|
return i;
|
|
1470
1470
|
});
|
|
1471
|
-
function
|
|
1471
|
+
function Ja(e) {
|
|
1472
1472
|
var i = e.length, l = e.constructor(i);
|
|
1473
1473
|
return i && typeof e[0] == "string" && ue.call(e, "index") && (l.index = e.index, l.input = e.input), l;
|
|
1474
1474
|
}
|
|
1475
|
-
function
|
|
1476
|
-
return typeof e.constructor == "function" && !
|
|
1475
|
+
function Qa(e) {
|
|
1476
|
+
return typeof e.constructor == "function" && !Ct(e) ? La(ra(e)) : {};
|
|
1477
1477
|
}
|
|
1478
|
-
function
|
|
1479
|
-
var
|
|
1478
|
+
function en(e, i, l, h) {
|
|
1479
|
+
var j = e.constructor;
|
|
1480
1480
|
switch (i) {
|
|
1481
1481
|
case Q:
|
|
1482
1482
|
return nt(e);
|
|
1483
1483
|
case v:
|
|
1484
1484
|
case m:
|
|
1485
|
-
return new
|
|
1486
|
-
case j:
|
|
1487
|
-
return Va(e, h);
|
|
1488
|
-
case G:
|
|
1489
|
-
case $:
|
|
1485
|
+
return new j(+e);
|
|
1490
1486
|
case Z:
|
|
1487
|
+
return Ha(e, h);
|
|
1488
|
+
case G:
|
|
1489
|
+
case C:
|
|
1490
|
+
case P:
|
|
1491
1491
|
case U:
|
|
1492
1492
|
case K:
|
|
1493
|
-
case
|
|
1493
|
+
case $:
|
|
1494
1494
|
case d:
|
|
1495
1495
|
case s:
|
|
1496
1496
|
case f:
|
|
1497
|
-
return
|
|
1497
|
+
return Ga(e, h);
|
|
1498
1498
|
case x:
|
|
1499
|
-
return
|
|
1499
|
+
return Ua(e, h, l);
|
|
1500
1500
|
case R:
|
|
1501
1501
|
case ne:
|
|
1502
|
-
return new
|
|
1502
|
+
return new j(e);
|
|
1503
1503
|
case q:
|
|
1504
|
-
return
|
|
1504
|
+
return Wa(e);
|
|
1505
1505
|
case B:
|
|
1506
|
-
return
|
|
1506
|
+
return za(e, h, l);
|
|
1507
1507
|
case ce:
|
|
1508
|
-
return
|
|
1508
|
+
return Va(e);
|
|
1509
1509
|
}
|
|
1510
1510
|
}
|
|
1511
|
-
function
|
|
1511
|
+
function tn(e, i) {
|
|
1512
1512
|
return i = i ?? c, !!i && (typeof e == "number" || F.test(e)) && e > -1 && e % 1 == 0 && e < i;
|
|
1513
1513
|
}
|
|
1514
|
-
function
|
|
1514
|
+
function an(e) {
|
|
1515
1515
|
var i = typeof e;
|
|
1516
1516
|
return i == "string" || i == "number" || i == "symbol" || i == "boolean" ? e !== "__proto__" : e === null;
|
|
1517
1517
|
}
|
|
1518
|
-
function
|
|
1519
|
-
return !!
|
|
1518
|
+
function nn(e) {
|
|
1519
|
+
return !!pt && pt in e;
|
|
1520
1520
|
}
|
|
1521
|
-
function
|
|
1521
|
+
function Ct(e) {
|
|
1522
1522
|
var i = e && e.constructor, l = typeof i == "function" && i.prototype || Fe;
|
|
1523
1523
|
return e === l;
|
|
1524
1524
|
}
|
|
1525
1525
|
function ve(e) {
|
|
1526
1526
|
if (e != null) {
|
|
1527
1527
|
try {
|
|
1528
|
-
return
|
|
1528
|
+
return mt.call(e);
|
|
1529
1529
|
} catch {
|
|
1530
1530
|
}
|
|
1531
1531
|
try {
|
|
@@ -1535,66 +1535,66 @@ Ve.exports;
|
|
|
1535
1535
|
}
|
|
1536
1536
|
return "";
|
|
1537
1537
|
}
|
|
1538
|
-
function
|
|
1538
|
+
function rn(e) {
|
|
1539
1539
|
return at(e, !0, !0);
|
|
1540
1540
|
}
|
|
1541
|
-
function
|
|
1541
|
+
function $t(e, i) {
|
|
1542
1542
|
return e === i || e !== e && i !== i;
|
|
1543
1543
|
}
|
|
1544
|
-
function
|
|
1545
|
-
return
|
|
1544
|
+
function on(e) {
|
|
1545
|
+
return sn(e) && ue.call(e, "callee") && (!oa.call(e, "callee") || xe.call(e) == u);
|
|
1546
1546
|
}
|
|
1547
1547
|
var rt = Array.isArray;
|
|
1548
|
-
function
|
|
1549
|
-
return e != null &&
|
|
1548
|
+
function Et(e) {
|
|
1549
|
+
return e != null && ln(e.length) && !Nt(e);
|
|
1550
1550
|
}
|
|
1551
|
-
function
|
|
1552
|
-
return
|
|
1551
|
+
function sn(e) {
|
|
1552
|
+
return un(e) && Et(e);
|
|
1553
1553
|
}
|
|
1554
|
-
var
|
|
1555
|
-
function
|
|
1554
|
+
var cn = ca || fn;
|
|
1555
|
+
function Nt(e) {
|
|
1556
1556
|
var i = Be(e) ? xe.call(e) : "";
|
|
1557
1557
|
return i == A || i == N;
|
|
1558
1558
|
}
|
|
1559
|
-
function
|
|
1559
|
+
function ln(e) {
|
|
1560
1560
|
return typeof e == "number" && e > -1 && e % 1 == 0 && e <= c;
|
|
1561
1561
|
}
|
|
1562
1562
|
function Be(e) {
|
|
1563
1563
|
var i = typeof e;
|
|
1564
1564
|
return !!e && (i == "object" || i == "function");
|
|
1565
1565
|
}
|
|
1566
|
-
function
|
|
1566
|
+
function un(e) {
|
|
1567
1567
|
return !!e && typeof e == "object";
|
|
1568
1568
|
}
|
|
1569
1569
|
function it(e) {
|
|
1570
|
-
return
|
|
1570
|
+
return Et(e) ? Ra(e) : Za(e);
|
|
1571
1571
|
}
|
|
1572
|
-
function
|
|
1572
|
+
function dn() {
|
|
1573
1573
|
return [];
|
|
1574
1574
|
}
|
|
1575
|
-
function
|
|
1575
|
+
function fn() {
|
|
1576
1576
|
return !1;
|
|
1577
1577
|
}
|
|
1578
|
-
|
|
1578
|
+
n.exports = rn;
|
|
1579
1579
|
})(Ve, Ve.exports);
|
|
1580
|
-
var
|
|
1581
|
-
const
|
|
1580
|
+
var Zr = Ve.exports;
|
|
1581
|
+
const Kr = /* @__PURE__ */ jr(Zr), Hr = {
|
|
1582
1582
|
key: 0,
|
|
1583
1583
|
class: "sidebar-header"
|
|
1584
|
-
},
|
|
1584
|
+
}, Ur = { class: "sidebar-content-container" }, Wr = {
|
|
1585
1585
|
key: 0,
|
|
1586
1586
|
class: "sidebar-top"
|
|
1587
|
-
},
|
|
1587
|
+
}, zr = { "aria-label": "Main menu" }, Vr = {
|
|
1588
1588
|
key: 0,
|
|
1589
1589
|
class: "level-primary top-items"
|
|
1590
|
-
},
|
|
1590
|
+
}, Gr = {
|
|
1591
1591
|
key: 1,
|
|
1592
1592
|
class: "sidebar-level-divider",
|
|
1593
1593
|
role: "separator"
|
|
1594
|
-
},
|
|
1594
|
+
}, qr = {
|
|
1595
1595
|
key: 2,
|
|
1596
1596
|
class: "level-primary bottom-items"
|
|
1597
|
-
},
|
|
1597
|
+
}, Xr = { class: "sidebar-footer" }, Yr = /* @__PURE__ */ te({
|
|
1598
1598
|
__name: "AppSidebar",
|
|
1599
1599
|
props: {
|
|
1600
1600
|
topItems: {
|
|
@@ -1652,66 +1652,66 @@ const Xr = /* @__PURE__ */ Gr(qr), Yr = {
|
|
|
1652
1652
|
}
|
|
1653
1653
|
},
|
|
1654
1654
|
emits: ["click", "toggle"],
|
|
1655
|
-
setup(
|
|
1656
|
-
|
|
1655
|
+
setup(n, { emit: t }) {
|
|
1656
|
+
dt((s) => ({
|
|
1657
1657
|
"5decedf8": v.value.mobileHeight,
|
|
1658
1658
|
"621c03b8": v.value.mobileTop,
|
|
1659
|
-
"1a4a2eb0":
|
|
1659
|
+
"1a4a2eb0": n.zIndex,
|
|
1660
1660
|
c3efec14: v.value.height,
|
|
1661
1661
|
f812da34: v.value.top,
|
|
1662
|
-
"98cbd98c":
|
|
1663
|
-
"3b672422":
|
|
1662
|
+
"98cbd98c": _.value.marginTop,
|
|
1663
|
+
"3b672422": $.value,
|
|
1664
1664
|
"3b821012": m.value.display,
|
|
1665
1665
|
"4c860169": m.value.minHeight,
|
|
1666
1666
|
"98cd1a16": A.value.top,
|
|
1667
1667
|
"362eded8": A.value.zIndex
|
|
1668
1668
|
}));
|
|
1669
|
-
const r = t,
|
|
1670
|
-
mobileTop:
|
|
1671
|
-
top:
|
|
1672
|
-
mobileHeight:
|
|
1673
|
-
height:
|
|
1669
|
+
const r = t, a = n, c = Ge(), u = k(() => !!c.header), o = k(() => !!c.top), v = k(() => ({
|
|
1670
|
+
mobileTop: a.mobileTopOffset && a.mobileEnabled ? `${a.mobileTopOffset}px` : a.topOffset ? `${a.topOffset}px` : "0",
|
|
1671
|
+
top: a.topOffset ? `${a.topOffset}px` : "0",
|
|
1672
|
+
mobileHeight: a.mobileTopOffset && a.mobileEnabled ? `calc(100% - ${a.mobileTopOffset}px)` : "100%",
|
|
1673
|
+
height: a.topOffset ? `calc(100% - ${a.topOffset}px)` : "100%"
|
|
1674
1674
|
})), m = k(() => ({
|
|
1675
|
-
display: !
|
|
1676
|
-
minHeight: `${
|
|
1677
|
-
})),
|
|
1678
|
-
marginTop: u.value ? `${
|
|
1675
|
+
display: !a.mobileHeaderVisible && a.mobileEnabled ? "none" : "flex",
|
|
1676
|
+
minHeight: `${a.headerHeight}px`
|
|
1677
|
+
})), _ = k(() => ({
|
|
1678
|
+
marginTop: u.value ? `${a.headerHeight}px` : "0"
|
|
1679
1679
|
})), A = k(() => ({
|
|
1680
|
-
top:
|
|
1681
|
-
zIndex:
|
|
1682
|
-
})), N = (s) =>
|
|
1683
|
-
var
|
|
1680
|
+
top: a.mobileTopOffset && a.mobileEnabled ? `${a.mobileTopOffset}px` : "0",
|
|
1681
|
+
zIndex: a.mobileOverlayZIndex !== null ? a.mobileOverlayZIndex : a.zIndex > 1 ? a.zIndex - 1 : 1
|
|
1682
|
+
})), N = (s) => Kr(s).map((b) => {
|
|
1683
|
+
var T, E, F;
|
|
1684
1684
|
if (b) {
|
|
1685
|
-
(!b.key || !((
|
|
1685
|
+
(!b.key || !((T = b.key) != null && T.trim())) && (b.key = String(b.name || "").trim().toLowerCase().replace(/[^[a-z]/gi, "-")), (!b.testId || !((E = b.testId) != null && E.trim())) && (b.testId = String(b.name || "").trim().toLowerCase().replace(/[^[a-z]/gi, "-"));
|
|
1686
1686
|
for (const g of b.items || [])
|
|
1687
1687
|
g.parentKey = b.key, (!g.testId || !((F = g.testId) != null && F.trim())) && (g.testId = String(g.name || "").trim().toLowerCase().replace(/[^[a-z]/gi, "-"));
|
|
1688
1688
|
}
|
|
1689
1689
|
return b;
|
|
1690
|
-
}), x = k(() =>
|
|
1690
|
+
}), x = k(() => a.topItems.length ? N(a.topItems) : []), R = k(() => a.bottomItems.length ? N(a.bottomItems) : []), y = V(a.open), M = (s) => {
|
|
1691
1691
|
var f, b;
|
|
1692
1692
|
y.value !== s && (y.value = s, r("toggle", s)), s ? (f = document == null ? void 0 : document.body) == null || f.classList.add("kong-ui-app-sidebar-open") : (b = document == null ? void 0 : document.body) == null || b.classList.remove("kong-ui-app-sidebar-open"), B.value = !1;
|
|
1693
1693
|
}, q = () => {
|
|
1694
|
-
|
|
1694
|
+
a.mobileOverlayCloseOnClick && M(!1);
|
|
1695
1695
|
}, B = V(!1), ne = (s) => {
|
|
1696
1696
|
B.value = !0, r("click", s), setTimeout(() => {
|
|
1697
1697
|
M(!1);
|
|
1698
|
-
},
|
|
1698
|
+
}, a.mobileCloseDelay);
|
|
1699
1699
|
};
|
|
1700
|
-
Ke(() =>
|
|
1700
|
+
Ke(() => a.open, (s) => {
|
|
1701
1701
|
M(s);
|
|
1702
1702
|
});
|
|
1703
|
-
const { debounce: ce } =
|
|
1703
|
+
const { debounce: ce } = Xt(), J = ce(() => {
|
|
1704
1704
|
y.value && Q.value !== (window == null ? void 0 : window.innerWidth) && (Q.value = window == null ? void 0 : window.innerWidth, M(!1));
|
|
1705
|
-
}, 200), Q = V(),
|
|
1706
|
-
|
|
1707
|
-
},
|
|
1705
|
+
}, 200), Q = V(), Z = V(!1), G = V(), C = () => {
|
|
1706
|
+
Z.value || (Z.value = !0, clearTimeout(G.value), G.value = setTimeout(() => Z.value = !1, 1300));
|
|
1707
|
+
}, P = V(null), U = k(() => y.value && a.mobileEnabled), K = async (s) => {
|
|
1708
1708
|
var f, b;
|
|
1709
|
-
s ? (await
|
|
1709
|
+
s ? (await Rt(), await new Promise((T) => setTimeout(T, 300)), (f = P.value) == null || f.activate()) : (b = P.value) == null || b.deactivate();
|
|
1710
1710
|
};
|
|
1711
1711
|
Ke(U, async (s) => {
|
|
1712
1712
|
s ? await K(!0) : await K(!1);
|
|
1713
1713
|
}, { immediate: !0 });
|
|
1714
|
-
const
|
|
1714
|
+
const $ = V("0px"), d = () => {
|
|
1715
1715
|
var g;
|
|
1716
1716
|
if (!(/Mac|iPhone|iPod|iPad/i.test(navigator == null ? void 0 : navigator.platform) || /macOS|Mac|iPhone|iPod|iPad/i.test((g = navigator == null ? void 0 : navigator.userAgentData) == null ? void 0 : g.platform)))
|
|
1717
1717
|
return;
|
|
@@ -1719,24 +1719,24 @@ const Xr = /* @__PURE__ */ Gr(qr), Yr = {
|
|
|
1719
1719
|
f.style.visibility = "hidden", f.style.width = "100px", document.body.appendChild(f);
|
|
1720
1720
|
const b = f.offsetWidth;
|
|
1721
1721
|
f.style.overflow = "scroll";
|
|
1722
|
-
const
|
|
1723
|
-
|
|
1724
|
-
const E =
|
|
1725
|
-
f.parentNode && f.parentNode.removeChild(f), b - E === 0 && (
|
|
1722
|
+
const T = document.createElement("div");
|
|
1723
|
+
T.style.width = "100%", f.appendChild(T);
|
|
1724
|
+
const E = T.offsetWidth;
|
|
1725
|
+
f.parentNode && f.parentNode.removeChild(f), b - E === 0 && ($.value = "8px");
|
|
1726
1726
|
};
|
|
1727
1727
|
return qe(async () => {
|
|
1728
|
-
Q.value = window == null ? void 0 : window.innerWidth, window.addEventListener("resize", J), window.addEventListener("resize",
|
|
1729
|
-
}),
|
|
1730
|
-
window.removeEventListener("resize", J), window.removeEventListener("resize",
|
|
1731
|
-
}), (s, f) => (p(), w(
|
|
1732
|
-
y.value &&
|
|
1728
|
+
Q.value = window == null ? void 0 : window.innerWidth, window.addEventListener("resize", J), window.addEventListener("resize", C), await Rt(), d();
|
|
1729
|
+
}), Ht(() => {
|
|
1730
|
+
window.removeEventListener("resize", J), window.removeEventListener("resize", C);
|
|
1731
|
+
}), (s, f) => (p(), w($e, null, [
|
|
1732
|
+
y.value && n.mobileOverlay && n.mobileEnabled ? (p(), w("div", {
|
|
1733
1733
|
key: 0,
|
|
1734
1734
|
class: "kong-ui-app-sidebar-overlay",
|
|
1735
1735
|
onClick: q
|
|
1736
1736
|
})) : O("", !0),
|
|
1737
|
-
Ne(
|
|
1737
|
+
Ne(yn(Pr), {
|
|
1738
1738
|
ref_key: "focusTrap",
|
|
1739
|
-
ref:
|
|
1739
|
+
ref: P,
|
|
1740
1740
|
active: !1,
|
|
1741
1741
|
"allow-outside-click": "",
|
|
1742
1742
|
"fallback-focus": ".kong-ui-app-sidebar"
|
|
@@ -1746,49 +1746,49 @@ const Xr = /* @__PURE__ */ Gr(qr), Yr = {
|
|
|
1746
1746
|
class: re(["kong-ui-app-sidebar", {
|
|
1747
1747
|
"sidebar-open": y.value,
|
|
1748
1748
|
"no-sidebar-header": !u.value,
|
|
1749
|
-
"mobile-header-hidden":
|
|
1750
|
-
"mobile-disabled": !
|
|
1751
|
-
"disable-transitions":
|
|
1749
|
+
"mobile-header-hidden": n.mobileEnabled && (!u.value || !n.mobileHeaderVisible),
|
|
1750
|
+
"mobile-disabled": !n.mobileEnabled,
|
|
1751
|
+
"disable-transitions": Z.value
|
|
1752
1752
|
}]),
|
|
1753
1753
|
tabindex: "-1"
|
|
1754
1754
|
}, [
|
|
1755
|
-
u.value ? (p(), w("div",
|
|
1756
|
-
|
|
1755
|
+
u.value ? (p(), w("div", Hr, [
|
|
1756
|
+
S(s.$slots, "header", {}, void 0, !0)
|
|
1757
1757
|
])) : O("", !0),
|
|
1758
|
-
I("div",
|
|
1759
|
-
o.value ? (p(), w("div",
|
|
1760
|
-
|
|
1758
|
+
I("div", Ur, [
|
|
1759
|
+
o.value ? (p(), w("div", Wr, [
|
|
1760
|
+
S(s.$slots, "top", {}, void 0, !0)
|
|
1761
1761
|
])) : O("", !0),
|
|
1762
|
-
I("nav",
|
|
1763
|
-
x.value.length ? (p(), w("ul",
|
|
1764
|
-
(p(!0), w(
|
|
1762
|
+
I("nav", zr, [
|
|
1763
|
+
x.value.length ? (p(), w("ul", Vr, [
|
|
1764
|
+
(p(!0), w($e, null, Te(x.value, (b) => (p(), Y(Bt, {
|
|
1765
1765
|
key: b.name,
|
|
1766
1766
|
item: b,
|
|
1767
1767
|
onClick: ne
|
|
1768
1768
|
}, {
|
|
1769
1769
|
[`sidebar-icon-${b.key}`]: D(() => [
|
|
1770
|
-
|
|
1770
|
+
S(s.$slots, `sidebar-icon-${b.key}`, {}, void 0, !0)
|
|
1771
1771
|
]),
|
|
1772
1772
|
_: 2
|
|
1773
1773
|
}, 1032, ["item"]))), 128))
|
|
1774
1774
|
])) : O("", !0),
|
|
1775
|
-
x.value.length && R.value.length ? (p(), w("div",
|
|
1776
|
-
R.value.length ? (p(), w("ul",
|
|
1777
|
-
(p(!0), w(
|
|
1775
|
+
x.value.length && R.value.length ? (p(), w("div", Gr)) : O("", !0),
|
|
1776
|
+
R.value.length ? (p(), w("ul", qr, [
|
|
1777
|
+
(p(!0), w($e, null, Te(R.value, (b) => (p(), Y(Bt, {
|
|
1778
1778
|
key: b.name,
|
|
1779
1779
|
item: b,
|
|
1780
1780
|
onClick: ne
|
|
1781
1781
|
}, {
|
|
1782
1782
|
[`sidebar-icon-${b.key}`]: D(() => [
|
|
1783
|
-
|
|
1783
|
+
S(s.$slots, `sidebar-icon-${b.key}`, {}, void 0, !0)
|
|
1784
1784
|
]),
|
|
1785
1785
|
_: 2
|
|
1786
1786
|
}, 1032, ["item"]))), 128))
|
|
1787
1787
|
])) : O("", !0)
|
|
1788
1788
|
])
|
|
1789
1789
|
]),
|
|
1790
|
-
I("div",
|
|
1791
|
-
|
|
1790
|
+
I("div", Xr, [
|
|
1791
|
+
S(s.$slots, "footer", {}, void 0, !0)
|
|
1792
1792
|
])
|
|
1793
1793
|
], 2)
|
|
1794
1794
|
]),
|
|
@@ -1796,11 +1796,7 @@ const Xr = /* @__PURE__ */ Gr(qr), Yr = {
|
|
|
1796
1796
|
}, 512)
|
|
1797
1797
|
], 64));
|
|
1798
1798
|
}
|
|
1799
|
-
}),
|
|
1800
|
-
ci,
|
|
1801
|
-
li,
|
|
1802
|
-
ui
|
|
1803
|
-
], fi = /* @__PURE__ */ te({
|
|
1799
|
+
}), Jr = /* @__PURE__ */ ae(Yr, [["__scopeId", "data-v-843a05a4"]]), Qr = ["aria-label"], ei = /* @__PURE__ */ te({
|
|
1804
1800
|
__name: "SidebarToggle",
|
|
1805
1801
|
props: {
|
|
1806
1802
|
active: {
|
|
@@ -1809,11 +1805,11 @@ const Xr = /* @__PURE__ */ Gr(qr), Yr = {
|
|
|
1809
1805
|
}
|
|
1810
1806
|
},
|
|
1811
1807
|
emits: ["toggle"],
|
|
1812
|
-
setup(
|
|
1813
|
-
const r = t,
|
|
1808
|
+
setup(n, { emit: t }) {
|
|
1809
|
+
const r = t, a = n, c = V(a.active || !1), u = (o) => {
|
|
1814
1810
|
o.preventDefault(), c.value = !c.value, r("toggle", c.value);
|
|
1815
1811
|
};
|
|
1816
|
-
return Ke(() =>
|
|
1812
|
+
return Ke(() => a.active, (o) => {
|
|
1817
1813
|
c.value = o;
|
|
1818
1814
|
}), (o, v) => (p(), w("a", {
|
|
1819
1815
|
"aria-haspopup": "true",
|
|
@@ -1821,16 +1817,20 @@ const Xr = /* @__PURE__ */ Gr(qr), Yr = {
|
|
|
1821
1817
|
class: re(["sidebar-menu-toggle", { active: c.value }]),
|
|
1822
1818
|
href: "#",
|
|
1823
1819
|
role: "button",
|
|
1824
|
-
onClick:
|
|
1825
|
-
},
|
|
1826
|
-
|
|
1827
|
-
|
|
1820
|
+
onClick: wn(u, ["prevent"])
|
|
1821
|
+
}, v[0] || (v[0] = [
|
|
1822
|
+
I("span", { class: "line" }, null, -1),
|
|
1823
|
+
I("span", { class: "line" }, null, -1),
|
|
1824
|
+
I("span", { class: "line" }, null, -1)
|
|
1825
|
+
]), 10, Qr));
|
|
1826
|
+
}
|
|
1827
|
+
}), ti = /* @__PURE__ */ ae(ei, [["__scopeId", "data-v-b411bcf5"]]), ai = "#ffffff", ni = "#000933", ri = "#000933", ii = "#ffffff", oi = "0px", si = "4px", ci = { id: "kong-ui-app-layout-notification" }, li = { class: "mobile-logo" }, ui = {
|
|
1828
1828
|
key: 0,
|
|
1829
1829
|
class: "navbar-logo"
|
|
1830
|
-
},
|
|
1830
|
+
}, di = {
|
|
1831
1831
|
class: "kong-ui-app-layout-main",
|
|
1832
1832
|
"data-testid": "kong-ui-app-layout-main"
|
|
1833
|
-
},
|
|
1833
|
+
}, fi = { class: "kong-ui-app-layout-content" }, vi = { class: "kong-ui-app-layout-content-inner" }, bi = /* @__PURE__ */ te({
|
|
1834
1834
|
__name: "AppLayout",
|
|
1835
1835
|
props: {
|
|
1836
1836
|
hideDefaultSlot: {
|
|
@@ -1862,19 +1862,19 @@ const Xr = /* @__PURE__ */ Gr(qr), Yr = {
|
|
|
1862
1862
|
theme: {
|
|
1863
1863
|
type: String,
|
|
1864
1864
|
default: "light",
|
|
1865
|
-
validator: (
|
|
1865
|
+
validator: (n) => ["light", "dark"].includes(n)
|
|
1866
1866
|
}
|
|
1867
1867
|
},
|
|
1868
1868
|
emits: ["sidebar-click"],
|
|
1869
|
-
setup(
|
|
1870
|
-
|
|
1869
|
+
setup(n, { emit: t }) {
|
|
1870
|
+
dt((C) => ({
|
|
1871
1871
|
"30c6990a": B.value,
|
|
1872
1872
|
40906680: ne.value,
|
|
1873
1873
|
"169c1fd8": q.value,
|
|
1874
1874
|
"75276abc": ce.value,
|
|
1875
1875
|
af1d4ea2: J.value
|
|
1876
1876
|
}));
|
|
1877
|
-
const r =
|
|
1877
|
+
const r = n, a = t, c = Ge(), u = je({
|
|
1878
1878
|
navbarLeft: k(() => !!c["navbar-left"]),
|
|
1879
1879
|
navbarCenter: k(() => !!c["navbar-center"]),
|
|
1880
1880
|
navbarRight: k(() => !!c["navbar-right"]),
|
|
@@ -1890,52 +1890,52 @@ const Xr = /* @__PURE__ */ Gr(qr), Yr = {
|
|
|
1890
1890
|
bottomItems: k(() => r.sidebarBottomItems),
|
|
1891
1891
|
open: k(() => r.sidebarOpen),
|
|
1892
1892
|
hidden: k(() => r.sidebarHidden)
|
|
1893
|
-
}),
|
|
1894
|
-
|
|
1895
|
-
}, A = V(!1), N = (
|
|
1896
|
-
A.value =
|
|
1893
|
+
}), _ = (C) => {
|
|
1894
|
+
a("sidebar-click", C);
|
|
1895
|
+
}, A = V(!1), N = (C) => {
|
|
1896
|
+
A.value = C;
|
|
1897
1897
|
};
|
|
1898
|
-
|
|
1899
|
-
A.value =
|
|
1898
|
+
kn(() => {
|
|
1899
|
+
A.value = Tn(m, "open").value || !1;
|
|
1900
1900
|
});
|
|
1901
|
-
const x = V(0), R = V(60), y = V(0), M = k(() => v.hidden ? y.value : R.value + y.value), q = k(() => r.theme === "light" ?
|
|
1902
|
-
if (
|
|
1901
|
+
const x = V(0), R = V(60), y = V(0), M = k(() => v.hidden ? y.value : R.value + y.value), q = k(() => r.theme === "light" ? ri : ii), B = k(() => r.theme === "light" ? ai : ni), ne = k(() => r.theme === "light" ? "var(--kong-ui-app-layout-main-box-shadow, -30px 174px 250px #0023db)" : "none"), ce = k(() => `${M.value}px`), J = k(() => m.hidden || v.hidden ? oi : si), { debounce: Q } = Xt(), Z = Q((C = !1) => {
|
|
1902
|
+
if (C || x.value !== (window == null ? void 0 : window.innerWidth)) {
|
|
1903
1903
|
x.value = window == null ? void 0 : window.innerWidth;
|
|
1904
|
-
const
|
|
1905
|
-
|
|
1904
|
+
const P = document == null ? void 0 : document.querySelector(".kong-ui-app-layout #kong-ui-app-layout-notification");
|
|
1905
|
+
P && (y.value = P.offsetHeight);
|
|
1906
1906
|
}
|
|
1907
1907
|
}, 200), G = V();
|
|
1908
1908
|
return qe(() => {
|
|
1909
|
-
var
|
|
1910
|
-
(
|
|
1911
|
-
const
|
|
1912
|
-
|
|
1909
|
+
var P, U;
|
|
1910
|
+
(P = document == null ? void 0 : document.body) == null || P.classList.add("kong-ui-app-layout-body"), (U = document == null ? void 0 : document.documentElement) == null || U.classList.add("kong-ui-app-layout-html"), x.value = window == null ? void 0 : window.innerWidth, Z(!0);
|
|
1911
|
+
const C = document == null ? void 0 : document.querySelector(".kong-ui-app-layout #kong-ui-app-layout-notification");
|
|
1912
|
+
C && (G.value = new ResizeObserver((K) => {
|
|
1913
1913
|
window.requestAnimationFrame(() => {
|
|
1914
1914
|
if (!(!Array.isArray(K) || !K.length))
|
|
1915
|
-
for (const
|
|
1916
|
-
const d =
|
|
1915
|
+
for (const $ of K) {
|
|
1916
|
+
const d = $.contentRect.height;
|
|
1917
1917
|
y.value !== d && (y.value = d);
|
|
1918
1918
|
}
|
|
1919
1919
|
});
|
|
1920
|
-
}), G.value.observe(
|
|
1921
|
-
}),
|
|
1922
|
-
G.value && G.value.disconnect(), window.removeEventListener("resize",
|
|
1923
|
-
}), (
|
|
1920
|
+
}), G.value.observe(C)), window.addEventListener("resize", Z);
|
|
1921
|
+
}), Ht(() => {
|
|
1922
|
+
G.value && G.value.disconnect(), window.removeEventListener("resize", Z);
|
|
1923
|
+
}), (C, P) => (p(), w("div", {
|
|
1924
1924
|
class: re(["kong-ui-app-layout", [
|
|
1925
1925
|
{ "navbar-hidden": v.hidden },
|
|
1926
1926
|
{ "sidebar-hidden": m.hidden }
|
|
1927
1927
|
]])
|
|
1928
1928
|
}, [
|
|
1929
|
-
I("div",
|
|
1930
|
-
|
|
1929
|
+
I("div", ci, [
|
|
1930
|
+
S(C.$slots, "notification", {}, void 0, !0)
|
|
1931
1931
|
]),
|
|
1932
|
-
v.hidden ? O("", !0) : (p(), Y(
|
|
1932
|
+
v.hidden ? O("", !0) : (p(), Y(er, {
|
|
1933
1933
|
key: String(m.hidden),
|
|
1934
1934
|
"left-offset": m.hidden ? 0 : void 0,
|
|
1935
1935
|
"top-offset": y.value
|
|
1936
1936
|
}, Ze({
|
|
1937
1937
|
"mobile-sidebar-toggle": D(() => [
|
|
1938
|
-
m.hidden ? O("", !0) : (p(), Y(
|
|
1938
|
+
m.hidden ? O("", !0) : (p(), Y(ti, {
|
|
1939
1939
|
key: 0,
|
|
1940
1940
|
active: A.value,
|
|
1941
1941
|
onToggle: N
|
|
@@ -1946,8 +1946,8 @@ const Xr = /* @__PURE__ */ Gr(qr), Yr = {
|
|
|
1946
1946
|
u.navbarMobileLogo ? {
|
|
1947
1947
|
name: "mobile-logo",
|
|
1948
1948
|
fn: D(() => [
|
|
1949
|
-
I("div",
|
|
1950
|
-
|
|
1949
|
+
I("div", li, [
|
|
1950
|
+
S(C.$slots, "navbar-mobile-logo", {}, void 0, !0)
|
|
1951
1951
|
])
|
|
1952
1952
|
]),
|
|
1953
1953
|
key: "0"
|
|
@@ -1955,8 +1955,8 @@ const Xr = /* @__PURE__ */ Gr(qr), Yr = {
|
|
|
1955
1955
|
u.navbarLogo ? {
|
|
1956
1956
|
name: "logo",
|
|
1957
1957
|
fn: D(() => [
|
|
1958
|
-
m.hidden ? (p(), w("div",
|
|
1959
|
-
|
|
1958
|
+
m.hidden ? (p(), w("div", ui, [
|
|
1959
|
+
S(C.$slots, "navbar-logo", {}, void 0, !0)
|
|
1960
1960
|
])) : O("", !0)
|
|
1961
1961
|
]),
|
|
1962
1962
|
key: "1"
|
|
@@ -1964,26 +1964,26 @@ const Xr = /* @__PURE__ */ Gr(qr), Yr = {
|
|
|
1964
1964
|
u.navbarLeft ? {
|
|
1965
1965
|
name: "left",
|
|
1966
1966
|
fn: D(() => [
|
|
1967
|
-
|
|
1967
|
+
S(C.$slots, "navbar-left", {}, void 0, !0)
|
|
1968
1968
|
]),
|
|
1969
1969
|
key: "2"
|
|
1970
1970
|
} : void 0,
|
|
1971
1971
|
u.navbarCenter ? {
|
|
1972
1972
|
name: "center",
|
|
1973
1973
|
fn: D(() => [
|
|
1974
|
-
|
|
1974
|
+
S(C.$slots, "navbar-center", {}, void 0, !0)
|
|
1975
1975
|
]),
|
|
1976
1976
|
key: "3"
|
|
1977
1977
|
} : void 0,
|
|
1978
1978
|
u.navbarRight ? {
|
|
1979
1979
|
name: "right",
|
|
1980
1980
|
fn: D(() => [
|
|
1981
|
-
|
|
1981
|
+
S(C.$slots, "navbar-right", {}, void 0, !0)
|
|
1982
1982
|
]),
|
|
1983
1983
|
key: "4"
|
|
1984
1984
|
} : void 0
|
|
1985
1985
|
]), 1032, ["left-offset", "top-offset"])),
|
|
1986
|
-
m.hidden ? O("", !0) : (p(), Y(
|
|
1986
|
+
m.hidden ? O("", !0) : (p(), Y(Jr, {
|
|
1987
1987
|
key: 1,
|
|
1988
1988
|
"bottom-items": m.bottomItems,
|
|
1989
1989
|
"header-height": R.value,
|
|
@@ -1993,69 +1993,69 @@ const Xr = /* @__PURE__ */ Gr(qr), Yr = {
|
|
|
1993
1993
|
open: A.value,
|
|
1994
1994
|
"top-items": m.topItems,
|
|
1995
1995
|
"top-offset": y.value,
|
|
1996
|
-
onClick:
|
|
1996
|
+
onClick: _,
|
|
1997
1997
|
onToggle: N
|
|
1998
1998
|
}, Ze({ _: 2 }, [
|
|
1999
1999
|
u.sidebarHeader ? {
|
|
2000
2000
|
name: "header",
|
|
2001
2001
|
fn: D(() => [
|
|
2002
|
-
|
|
2002
|
+
S(C.$slots, "sidebar-header", {}, void 0, !0)
|
|
2003
2003
|
]),
|
|
2004
2004
|
key: "0"
|
|
2005
2005
|
} : void 0,
|
|
2006
2006
|
u.sidebarTop ? {
|
|
2007
2007
|
name: "top",
|
|
2008
2008
|
fn: D(() => [
|
|
2009
|
-
|
|
2009
|
+
S(C.$slots, "sidebar-top", {}, void 0, !0)
|
|
2010
2010
|
]),
|
|
2011
2011
|
key: "1"
|
|
2012
2012
|
} : void 0,
|
|
2013
2013
|
u.sidebarFooter ? {
|
|
2014
2014
|
name: "footer",
|
|
2015
2015
|
fn: D(() => [
|
|
2016
|
-
|
|
2016
|
+
S(C.$slots, "sidebar-footer", {}, void 0, !0)
|
|
2017
2017
|
]),
|
|
2018
2018
|
key: "2"
|
|
2019
2019
|
} : void 0,
|
|
2020
|
-
|
|
2020
|
+
Te([...m.topItems || [], ...m.bottomItems || []], (U) => ({
|
|
2021
2021
|
name: `sidebar-icon-${U.key}`,
|
|
2022
2022
|
fn: D(() => [
|
|
2023
|
-
|
|
2023
|
+
S(C.$slots, `sidebar-icon-${U.key}`, {}, void 0, !0)
|
|
2024
2024
|
])
|
|
2025
2025
|
}))
|
|
2026
2026
|
]), 1032, ["bottom-items", "header-height", "mobile-top-offset", "open", "top-items", "top-offset"])),
|
|
2027
|
-
I("main",
|
|
2028
|
-
I("div",
|
|
2029
|
-
I("div",
|
|
2030
|
-
|
|
2031
|
-
|
|
2032
|
-
o.value ? O("", !0) :
|
|
2027
|
+
I("main", di, [
|
|
2028
|
+
I("div", fi, [
|
|
2029
|
+
I("div", vi, [
|
|
2030
|
+
P[0] || (P[0] = I("div", { id: "kong-ui-app-layout-teleport-default-slot" }, null, -1)),
|
|
2031
|
+
S(C.$slots, "app-error", {}, void 0, !0),
|
|
2032
|
+
o.value ? O("", !0) : S(C.$slots, "default", { key: 0 }, void 0, !0)
|
|
2033
2033
|
])
|
|
2034
2034
|
])
|
|
2035
2035
|
])
|
|
2036
2036
|
], 2));
|
|
2037
2037
|
}
|
|
2038
|
-
}),
|
|
2038
|
+
}), hi = /* @__PURE__ */ ae(bi, [["__scopeId", "data-v-47c01124"]]), pi = { class: "kong-ui-app-page-header" }, mi = {
|
|
2039
2039
|
key: 0,
|
|
2040
2040
|
class: "page-header-breadcrumbs",
|
|
2041
2041
|
"data-testid": "page-header-breadcrumbs"
|
|
2042
|
-
},
|
|
2042
|
+
}, gi = { class: "page-header-title-section" }, yi = { class: "page-header-title-wrapper" }, wi = {
|
|
2043
2043
|
key: 0,
|
|
2044
2044
|
class: "page-header-title-before",
|
|
2045
2045
|
"data-testid": "page-header-title-before"
|
|
2046
|
-
},
|
|
2046
|
+
}, ki = ["title"], Ti = {
|
|
2047
2047
|
key: 1,
|
|
2048
2048
|
class: "page-header-title-after",
|
|
2049
2049
|
"data-testid": "page-header-title-after"
|
|
2050
|
-
},
|
|
2050
|
+
}, Si = {
|
|
2051
2051
|
key: 0,
|
|
2052
2052
|
class: "page-header-actions",
|
|
2053
2053
|
"data-testid": "page-header-actions"
|
|
2054
|
-
},
|
|
2054
|
+
}, _i = {
|
|
2055
2055
|
key: 1,
|
|
2056
2056
|
class: "page-header-section-below",
|
|
2057
2057
|
"data-testid": "page-header-section-below"
|
|
2058
|
-
},
|
|
2058
|
+
}, Ii = /* @__PURE__ */ te({
|
|
2059
2059
|
__name: "AppPageHeader",
|
|
2060
2060
|
props: {
|
|
2061
2061
|
title: {
|
|
@@ -2068,66 +2068,66 @@ const Xr = /* @__PURE__ */ Gr(qr), Yr = {
|
|
|
2068
2068
|
default: () => []
|
|
2069
2069
|
}
|
|
2070
2070
|
},
|
|
2071
|
-
setup(
|
|
2072
|
-
const t =
|
|
2071
|
+
setup(n) {
|
|
2072
|
+
const t = n, r = Ge(), a = k(() => {
|
|
2073
2073
|
var u;
|
|
2074
2074
|
return !!((u = t.breadcrumbs) != null && u.length);
|
|
2075
2075
|
}), c = k(() => Object.keys(r).filter((u) => u.startsWith("icon-")));
|
|
2076
2076
|
return (u, o) => {
|
|
2077
2077
|
const v = he("KBreadcrumbs");
|
|
2078
|
-
return p(), w("div",
|
|
2079
|
-
|
|
2078
|
+
return p(), w("div", pi, [
|
|
2079
|
+
a.value ? (p(), w("div", mi, [
|
|
2080
2080
|
Ne(v, {
|
|
2081
2081
|
"item-max-width": "150",
|
|
2082
|
-
items:
|
|
2082
|
+
items: n.breadcrumbs
|
|
2083
2083
|
}, Ze({ _: 2 }, [
|
|
2084
|
-
|
|
2084
|
+
Te(c.value, (m) => ({
|
|
2085
2085
|
name: m,
|
|
2086
2086
|
fn: D(() => [
|
|
2087
|
-
|
|
2087
|
+
S(u.$slots, m, {}, void 0, !0)
|
|
2088
2088
|
])
|
|
2089
2089
|
}))
|
|
2090
2090
|
]), 1032, ["items"])
|
|
2091
2091
|
])) : O("", !0),
|
|
2092
|
-
I("div",
|
|
2093
|
-
I("div",
|
|
2094
|
-
u.$slots["title-before"] ? (p(), w("div",
|
|
2095
|
-
|
|
2092
|
+
I("div", gi, [
|
|
2093
|
+
I("div", yi, [
|
|
2094
|
+
u.$slots["title-before"] ? (p(), w("div", wi, [
|
|
2095
|
+
S(u.$slots, "title-before", {}, void 0, !0)
|
|
2096
2096
|
])) : O("", !0),
|
|
2097
2097
|
I("h1", {
|
|
2098
2098
|
class: "page-header-title",
|
|
2099
2099
|
"data-testid": "page-header-title",
|
|
2100
|
-
title:
|
|
2101
|
-
}, X(
|
|
2102
|
-
u.$slots["title-after"] ? (p(), w("div",
|
|
2103
|
-
|
|
2100
|
+
title: n.title
|
|
2101
|
+
}, X(n.title), 9, ki),
|
|
2102
|
+
u.$slots["title-after"] ? (p(), w("div", Ti, [
|
|
2103
|
+
S(u.$slots, "title-after", {}, void 0, !0)
|
|
2104
2104
|
])) : O("", !0)
|
|
2105
2105
|
]),
|
|
2106
|
-
u.$slots.actions ? (p(), w("div",
|
|
2107
|
-
|
|
2106
|
+
u.$slots.actions ? (p(), w("div", Si, [
|
|
2107
|
+
S(u.$slots, "actions", {}, void 0, !0)
|
|
2108
2108
|
])) : O("", !0)
|
|
2109
2109
|
]),
|
|
2110
|
-
u.$slots.below ? (p(), w("div",
|
|
2111
|
-
|
|
2110
|
+
u.$slots.below ? (p(), w("div", _i, [
|
|
2111
|
+
S(u.$slots, "below", {}, void 0, !0)
|
|
2112
2112
|
])) : O("", !0)
|
|
2113
2113
|
]);
|
|
2114
2114
|
};
|
|
2115
2115
|
}
|
|
2116
|
-
}),
|
|
2116
|
+
}), Ni = /* @__PURE__ */ ae(Ii, [["__scopeId", "data-v-204b7f98"]]), Ai = {
|
|
2117
2117
|
// Customize Vue plugin options as desired
|
|
2118
2118
|
// Providing a `name` property allows for customizing the registered name of your component (useful if exporting a single component).
|
|
2119
|
-
install: (
|
|
2120
|
-
|
|
2119
|
+
install: (n, t = {}) => {
|
|
2120
|
+
n.component(t.name || "AppLayout", hi);
|
|
2121
2121
|
}
|
|
2122
2122
|
};
|
|
2123
2123
|
export {
|
|
2124
|
-
|
|
2125
|
-
|
|
2126
|
-
|
|
2127
|
-
|
|
2128
|
-
|
|
2129
|
-
|
|
2130
|
-
|
|
2131
|
-
|
|
2132
|
-
|
|
2124
|
+
Ci as AccountDropdown,
|
|
2125
|
+
$i as AppAboutSection,
|
|
2126
|
+
Ei as AppError,
|
|
2127
|
+
hi as AppLayout,
|
|
2128
|
+
er as AppNavbar,
|
|
2129
|
+
Ni as AppPageHeader,
|
|
2130
|
+
Jr as AppSidebar,
|
|
2131
|
+
ti as SidebarToggle,
|
|
2132
|
+
Ai as default
|
|
2133
2133
|
};
|