@kong-ui-public/entities-shared 3.32.5 → 3.33.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/entities-shared.es.js +1252 -1227
- package/dist/entities-shared.umd.js +48 -46
- package/dist/style.css +1 -1
- package/dist/types/components/common/TerraformCodeBlock.vue.d.ts +9 -0
- package/dist/types/components/common/TerraformCodeBlock.vue.d.ts.map +1 -1
- package/dist/types/components/entity-base-config-card/ConfigCardDisplay.vue.d.ts +9 -0
- package/dist/types/components/entity-base-config-card/ConfigCardDisplay.vue.d.ts.map +1 -1
- package/dist/types/components/entity-base-config-card/EntityBaseConfigCard.vue.d.ts +15 -0
- package/dist/types/components/entity-base-config-card/EntityBaseConfigCard.vue.d.ts.map +1 -1
- package/dist/types/types/entity-base-config-card.d.ts +7 -1
- package/dist/types/types/entity-base-config-card.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
import { inject as Dt, ref as K, computed as F, unref as $, toValue as he, watch as be, toRef as Vn, provide as Pt, defineComponent as z, createBlock as j, openBlock as m, resolveDynamicComponent as je, normalizeClass as fe, withCtx as
|
|
1
|
+
import { inject as Dt, ref as K, computed as F, unref as $, toValue as he, watch as be, toRef as Vn, provide as Pt, defineComponent as z, createBlock as j, openBlock as m, resolveDynamicComponent as je, normalizeClass as fe, withCtx as w, createElementBlock as S, createCommentVNode as N, createElementVNode as R, toDisplayString as L, Fragment as ue, renderList as ce, resolveComponent as P, createVNode as M, createTextVNode as q, useCssVars as Ut, useId as Yn, useSlots as De, renderSlot as D, createSlots as Se, normalizeProps as Wn, guardReactiveProps as Jn, mergeProps as qt, onMounted as tt, onBeforeMount as nt, withModifiers as Le, Teleport as Ht, onUnmounted as Gn, withDirectives as xe, vShow as Ce, withKeys as zn, warn as Qn } from "vue";
|
|
2
2
|
import pt from "axios";
|
|
3
3
|
import { createI18n as Zn, i18nTComponent as Xn } from "@kong-ui-public/i18n";
|
|
4
4
|
import { BadgeMethodAppearances as ei, KButton as mt, KTruncate as ti, KBadge as ni } from "@kong/kongponents";
|
|
5
5
|
import { BookIcon as Vt, AddIcon as Yt, CloseIcon as ii, ChevronDownIcon as ri, CopyIcon as ai } from "@kong/icons";
|
|
6
6
|
import { useRouter as oi } from "vue-router";
|
|
7
|
-
var li = /* @__PURE__ */ ((e) => (e.GatewayService = "service", e.Route = "route", e.Consumer = "consumer", e.ConsumerGroup = "consumer group", e.Plugin = "plugin", e.Upstream = "upstream", e.Certificate = "certificate", e.CACertificate = "ca certificate", e.SNI = "SNI", e.Key = "key", e.KeySet = "key set", e.Vault = "vault", e.Application = "application", e.Developer = "developer", e.acls = "ACL Credential", e["basic-auth"] = "Basic Auth Credential", e["key-auth"] = "Key Auth Credential", e["key-auth-enc"] = "Key Auth Encrypted Credential", e.oauth2 = "OAuth 2.0 Credential", e["hmac-auth"] = "HMAC Credential", e.jwt = "JWT Credential", e.Target = "target", e.Policy = "policy", e.Secret = "secret", e.RedisConfiguration = "redis configuration", e))(li || {}), si = /* @__PURE__ */ ((e) => (e.Edit = "edit", e.Create = "create", e))(si || {}), me = /* @__PURE__ */ ((e) => (e[e.InitialLoad = 0] = "InitialLoad", e[e.Loading = 1] = "Loading", e[e.Idle = 2] = "Idle", e[e.NoResults = 3] = "NoResults", e[e.NoRecords = 4] = "NoRecords", e[e.Error = 5] = "Error", e))(me || {}), it = /* @__PURE__ */ ((e) => (e.CaCertificate = "ca_certificate", e.Certificate = "certificate", e.Consumer = "consumer", e.ConsumerGroup = "consumer_group", e.GatewayService = "service", e.Key = "key", e.KeySet = "set", e.Plugin = "plugin", e.Route = "route", e.SNI = "sni", e.Upstream = "upstream", e.Target = "target", e.Vault = "vault", e.Partial = "partial", e.BackendCluster = "backend_cluster", e.VirtualCluster = "virtual_cluster", e.Listener = "listener", e.
|
|
8
|
-
const Pe = Object.values(it);
|
|
7
|
+
var li = /* @__PURE__ */ ((e) => (e.GatewayService = "service", e.Route = "route", e.Consumer = "consumer", e.ConsumerGroup = "consumer group", e.Plugin = "plugin", e.Upstream = "upstream", e.Certificate = "certificate", e.CACertificate = "ca certificate", e.SNI = "SNI", e.Key = "key", e.KeySet = "key set", e.Vault = "vault", e.Application = "application", e.Developer = "developer", e.acls = "ACL Credential", e["basic-auth"] = "Basic Auth Credential", e["key-auth"] = "Key Auth Credential", e["key-auth-enc"] = "Key Auth Encrypted Credential", e.oauth2 = "OAuth 2.0 Credential", e["hmac-auth"] = "HMAC Credential", e.jwt = "JWT Credential", e.Target = "target", e.Policy = "policy", e.Secret = "secret", e.RedisConfiguration = "redis configuration", e))(li || {}), si = /* @__PURE__ */ ((e) => (e.Edit = "edit", e.Create = "create", e))(si || {}), me = /* @__PURE__ */ ((e) => (e[e.InitialLoad = 0] = "InitialLoad", e[e.Loading = 1] = "Loading", e[e.Idle = 2] = "Idle", e[e.NoResults = 3] = "NoResults", e[e.NoRecords = 4] = "NoRecords", e[e.Error = 5] = "Error", e))(me || {}), it = /* @__PURE__ */ ((e) => (e.CaCertificate = "ca_certificate", e.Certificate = "certificate", e.Consumer = "consumer", e.ConsumerGroup = "consumer_group", e.GatewayService = "service", e.Key = "key", e.KeySet = "set", e.Plugin = "plugin", e.Route = "route", e.SNI = "sni", e.Upstream = "upstream", e.Target = "target", e.Vault = "vault", e.Partial = "partial", e.BackendCluster = "backend_cluster", e.VirtualCluster = "virtual_cluster", e.Listener = "listener", e.ProducePolicy = "produce_policy", e.ConsumePolicy = "consume_policy", e.ClusterPolicy = "cluster_policy", e.ListenerPolicy = "listener_policy", e.SchemaRegistry = "schema_registry", e.StaticKey = "static_key", e.Other = "other", e))(it || {});
|
|
8
|
+
const Pe = Object.values(it), ci = ["backend_cluster", "virtual_cluster", "listener", "produce_policy", "consume_policy", "cluster_policy", "listener_policy", "schema_registry", "static_key"];
|
|
9
9
|
var V = /* @__PURE__ */ ((e) => (e.ID = "id", e.IdArray = "id-array", e.Text = "plain-text", e.Date = "date", e.Redacted = "redacted", e.RedactedArray = "redacted-array", e.Json = "json", e.JsonArray = "json-array", e.BadgeTag = "badge-tag", e.CopyBadge = "copy-badge", e.BadgeStatus = "badge-status", e.BadgeMethod = "badge-method", e.LinkInternal = "link-internal", e.LinkExternal = "link-external", e))(V || {}), ae = /* @__PURE__ */ ((e) => (e.Basic = "basic", e.Advanced = "advanced", e.Plugin = "plugin", e.Policy = "policy", e))(ae || {});
|
|
10
10
|
const ht = [
|
|
11
11
|
"primary",
|
|
12
12
|
"secondary"
|
|
13
13
|
];
|
|
14
|
-
function
|
|
14
|
+
function ui() {
|
|
15
15
|
return {
|
|
16
16
|
getAxiosInstance: (e = {}) => {
|
|
17
17
|
try {
|
|
@@ -35,7 +35,7 @@ function ci() {
|
|
|
35
35
|
}
|
|
36
36
|
};
|
|
37
37
|
}
|
|
38
|
-
function
|
|
38
|
+
function di() {
|
|
39
39
|
return {
|
|
40
40
|
debounce: (e, t) => {
|
|
41
41
|
let n;
|
|
@@ -47,13 +47,13 @@ function ui() {
|
|
|
47
47
|
}
|
|
48
48
|
};
|
|
49
49
|
}
|
|
50
|
-
const He = "khcp-user-table-preferences",
|
|
50
|
+
const He = "khcp-user-table-preferences", fi = {
|
|
51
51
|
pageSize: 30,
|
|
52
52
|
sortColumnKey: void 0,
|
|
53
53
|
sortColumnOrder: void 0,
|
|
54
54
|
columnVisibility: {}
|
|
55
55
|
};
|
|
56
|
-
function
|
|
56
|
+
function pi() {
|
|
57
57
|
const e = (n) => {
|
|
58
58
|
if (typeof n == "string")
|
|
59
59
|
try {
|
|
@@ -77,7 +77,7 @@ function fi() {
|
|
|
77
77
|
},
|
|
78
78
|
getTablePreferences: (n, i) => {
|
|
79
79
|
const r = t();
|
|
80
|
-
return (r == null ? void 0 : r.get(n)) || void 0 || i ||
|
|
80
|
+
return (r == null ? void 0 : r.get(n)) || void 0 || i || fi;
|
|
81
81
|
},
|
|
82
82
|
deleteAllTablePreferences: () => {
|
|
83
83
|
localStorage.removeItem(He);
|
|
@@ -85,22 +85,22 @@ function fi() {
|
|
|
85
85
|
};
|
|
86
86
|
}
|
|
87
87
|
function rt(e = {}) {
|
|
88
|
-
const { getAxiosInstance: t } =
|
|
88
|
+
const { getAxiosInstance: t } = ui();
|
|
89
89
|
return {
|
|
90
90
|
axiosInstance: t(e)
|
|
91
91
|
};
|
|
92
92
|
}
|
|
93
|
-
const
|
|
93
|
+
const mi = {
|
|
94
94
|
actions: {
|
|
95
95
|
copyId: "Copy ID",
|
|
96
96
|
copied_id: 'Copied "{id}" to the clipboard',
|
|
97
97
|
copyToClipboard: "Copied successfully!",
|
|
98
98
|
copyToClipboardFailed: "Failed to copy to the clipboard"
|
|
99
99
|
}
|
|
100
|
-
},
|
|
100
|
+
}, hi = {
|
|
101
101
|
message: "Are you sure you want to delete this {entityType}?",
|
|
102
102
|
messageWithName: "Are you sure you want to delete this {entityType} {entityName}?"
|
|
103
|
-
},
|
|
103
|
+
}, gi = {
|
|
104
104
|
actions: {
|
|
105
105
|
viewConfiguration: "View Configuration",
|
|
106
106
|
save: "Save",
|
|
@@ -117,13 +117,13 @@ const pi = {
|
|
|
117
117
|
errors: {
|
|
118
118
|
edit: "The entity could not be edited at this time."
|
|
119
119
|
}
|
|
120
|
-
},
|
|
120
|
+
}, yi = {
|
|
121
121
|
emptyState: {
|
|
122
122
|
noSearchResultsTitle: "No results found",
|
|
123
123
|
noSearchResultsMessage: "Please adjust the criteria and try again.",
|
|
124
124
|
noSearchResultsCtaText: "Clear"
|
|
125
125
|
}
|
|
126
|
-
},
|
|
126
|
+
}, vi = {
|
|
127
127
|
title: "Configuration",
|
|
128
128
|
actions: {
|
|
129
129
|
copy: "Copy JSON"
|
|
@@ -160,10 +160,10 @@ const pi = {
|
|
|
160
160
|
entryTitle: "Entry {index}",
|
|
161
161
|
structuredFormat: "Structured"
|
|
162
162
|
}
|
|
163
|
-
},
|
|
163
|
+
}, bi = {
|
|
164
164
|
learnMore: "Learn more",
|
|
165
165
|
pricingTitle: "Pricing: "
|
|
166
|
-
},
|
|
166
|
+
}, xi = {
|
|
167
167
|
filterButtonText: "Filter",
|
|
168
168
|
fieldLabel: "Filter by:",
|
|
169
169
|
inputPlaceholder: "Enter a value",
|
|
@@ -171,17 +171,17 @@ const pi = {
|
|
|
171
171
|
applyButtonText: "Apply",
|
|
172
172
|
clearButtonText: "Clear",
|
|
173
173
|
clearAllButtonText: "Clear all filters"
|
|
174
|
-
},
|
|
174
|
+
}, Ci = {
|
|
175
175
|
errors: {
|
|
176
176
|
fetch: "Could not fetch available items",
|
|
177
177
|
invalid: "Please select a valid value"
|
|
178
178
|
}
|
|
179
|
-
},
|
|
179
|
+
}, ki = {
|
|
180
180
|
unexpected: "An unexpected error has occurred",
|
|
181
181
|
dataKeyUndefined: 'The data key "{dataKey}" does not exist in the response.'
|
|
182
|
-
}, ki = {
|
|
183
|
-
utf8Name: "The name can be any string containing characters, letters, numbers, or the following characters: ., -, _, or ~. Do not use spaces."
|
|
184
182
|
}, Ai = {
|
|
183
|
+
utf8Name: "The name can be any string containing characters, letters, numbers, or the following characters: ., -, _, or ~. Do not use spaces."
|
|
184
|
+
}, _i = {
|
|
185
185
|
enable: {
|
|
186
186
|
title: "Enable {entityType}",
|
|
187
187
|
message: "Are you sure you want to enable the {entityType} {entityName}?",
|
|
@@ -193,17 +193,17 @@ const pi = {
|
|
|
193
193
|
confirmText: "Yes, disable"
|
|
194
194
|
}
|
|
195
195
|
}, wi = {
|
|
196
|
-
global:
|
|
197
|
-
deleteModal:
|
|
198
|
-
baseForm:
|
|
199
|
-
baseTable:
|
|
200
|
-
baseConfigCard:
|
|
201
|
-
emptyState:
|
|
202
|
-
filter:
|
|
203
|
-
debouncedFilter:
|
|
204
|
-
errors:
|
|
205
|
-
validationErrors:
|
|
206
|
-
toggleModal:
|
|
196
|
+
global: mi,
|
|
197
|
+
deleteModal: hi,
|
|
198
|
+
baseForm: gi,
|
|
199
|
+
baseTable: yi,
|
|
200
|
+
baseConfigCard: vi,
|
|
201
|
+
emptyState: bi,
|
|
202
|
+
filter: xi,
|
|
203
|
+
debouncedFilter: Ci,
|
|
204
|
+
errors: ki,
|
|
205
|
+
validationErrors: Ai,
|
|
206
|
+
toggleModal: _i
|
|
207
207
|
};
|
|
208
208
|
function Ue() {
|
|
209
209
|
const e = Zn("en-us", wi);
|
|
@@ -216,25 +216,25 @@ function Ue() {
|
|
|
216
216
|
function Wt() {
|
|
217
217
|
const e = (o, a) => (a == null ? void 0 : a[o]) ?? void 0, t = (o, a) => {
|
|
218
218
|
if (o.length !== a.length) return !1;
|
|
219
|
-
const
|
|
220
|
-
for (const
|
|
221
|
-
const c = o.filter((u) => u ===
|
|
219
|
+
const s = /* @__PURE__ */ new Set([...o, ...a]);
|
|
220
|
+
for (const l of s) {
|
|
221
|
+
const c = o.filter((u) => u === l).length, d = a.filter((u) => u === l).length;
|
|
222
222
|
if (c !== d) return !1;
|
|
223
223
|
}
|
|
224
224
|
return !0;
|
|
225
225
|
};
|
|
226
226
|
return {
|
|
227
227
|
getPropValue: e,
|
|
228
|
-
objectsAreEqual: (o, a,
|
|
229
|
-
if (
|
|
228
|
+
objectsAreEqual: (o, a, s) => {
|
|
229
|
+
if (s) {
|
|
230
230
|
if (Object.keys(o).length === Object.keys(a).length)
|
|
231
|
-
for (const
|
|
232
|
-
if (Array.isArray(o[
|
|
233
|
-
if (t(o[
|
|
231
|
+
for (const l in o)
|
|
232
|
+
if (Array.isArray(o[l]) && Array.isArray(a[l])) {
|
|
233
|
+
if (t(o[l], a[l]))
|
|
234
234
|
continue;
|
|
235
235
|
return !1;
|
|
236
236
|
} else {
|
|
237
|
-
if (o[
|
|
237
|
+
if (o[l] === a[l])
|
|
238
238
|
continue;
|
|
239
239
|
return !1;
|
|
240
240
|
}
|
|
@@ -248,60 +248,60 @@ function Wt() {
|
|
|
248
248
|
return !1;
|
|
249
249
|
}
|
|
250
250
|
},
|
|
251
|
-
sortAlpha: (o) => (a,
|
|
252
|
-
let
|
|
253
|
-
return Array.isArray(a[o]) && (
|
|
251
|
+
sortAlpha: (o) => (a, s) => {
|
|
252
|
+
let l = a[o] === void 0 || a[o] === null ? "" : a[o], c = s[o] === void 0 || s[o] === null ? "" : s[o];
|
|
253
|
+
return Array.isArray(a[o]) && (l = a[o][0]), Array.isArray(s[o]) && (c = s[o][0]), l.localeCompare(c);
|
|
254
254
|
},
|
|
255
255
|
isValidUuid: (o) => o ? /[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}/.test(o) : !1
|
|
256
256
|
};
|
|
257
257
|
}
|
|
258
|
-
function
|
|
258
|
+
function Si(e, t, n, i = {
|
|
259
259
|
fetchedItemsKey: "data",
|
|
260
260
|
searchKeys: ["id"]
|
|
261
261
|
}) {
|
|
262
262
|
n || (n = "1000");
|
|
263
|
-
const { axiosInstance: r } = rt(e.axiosRequestConfig), { i18n: { t: o } } = Ue(), { debounce: a } =
|
|
264
|
-
await
|
|
265
|
-
}, 200),
|
|
266
|
-
const
|
|
267
|
-
return e.app === "konnect" ?
|
|
268
|
-
}), { isValidUuid:
|
|
263
|
+
const { axiosInstance: r } = rt(e.axiosRequestConfig), { i18n: { t: o } } = Ue(), { debounce: a } = di(), s = a(async (T) => {
|
|
264
|
+
await C(T);
|
|
265
|
+
}, 200), l = K(!1), c = K(""), d = K(""), u = K([]), p = K([]), g = K(void 0), h = F(() => {
|
|
266
|
+
const T = `${e.apiBaseUrl}${$(t)}`;
|
|
267
|
+
return e.app === "konnect" ? T.replace(/{controlPlaneId}/gi, (e == null ? void 0 : e.controlPlaneId) || "") : e.app === "kongManager" ? T.replace(/\/{workspace}/gi, e != null && e.workspace ? `/${e.workspace}` : "") : T;
|
|
268
|
+
}), { isValidUuid: x } = Wt(), y = async () => {
|
|
269
269
|
try {
|
|
270
|
-
|
|
271
|
-
const { data:
|
|
272
|
-
|
|
270
|
+
l.value = !0;
|
|
271
|
+
const { data: T } = await r.get(`${h.value}?size=${n}`);
|
|
272
|
+
T != null && T.next || (g.value = i.fetchedItemsKey in T ? T[i.fetchedItemsKey] : []), p.value = i.fetchedItemsKey in T ? T[i.fetchedItemsKey] : [], u.value = p.value;
|
|
273
273
|
} catch {
|
|
274
274
|
u.value = [], c.value = o("debouncedFilter.errors.fetch");
|
|
275
275
|
} finally {
|
|
276
|
-
|
|
276
|
+
l.value = !1;
|
|
277
277
|
}
|
|
278
|
-
}, k = K(""),
|
|
279
|
-
var W, X,
|
|
280
|
-
if (k.value !==
|
|
281
|
-
if (k.value =
|
|
282
|
-
u.value =
|
|
278
|
+
}, k = K(""), C = async (T) => {
|
|
279
|
+
var W, X, _;
|
|
280
|
+
if (k.value !== T) {
|
|
281
|
+
if (k.value = T ?? "", !T) {
|
|
282
|
+
u.value = p.value;
|
|
283
283
|
return;
|
|
284
284
|
}
|
|
285
|
-
if (
|
|
285
|
+
if (g.value === void 0)
|
|
286
286
|
try {
|
|
287
|
-
if (
|
|
288
|
-
const A = `${
|
|
289
|
-
i.fetchedItemsKey in
|
|
287
|
+
if (l.value = !0, c.value = "", d.value = "", e.app === "konnect") {
|
|
288
|
+
const A = `${h.value}/${T}`, { data: O } = await r.get(`${A}?size=${n}`);
|
|
289
|
+
i.fetchedItemsKey in O ? u.value = O[i.fetchedItemsKey] : O != null && O[i.exactMatchKey ?? "id"] ? u.value = [O] : u.value = [];
|
|
290
290
|
} else {
|
|
291
291
|
const A = [];
|
|
292
|
-
|
|
293
|
-
const { data:
|
|
294
|
-
return [
|
|
292
|
+
x(T) && i.searchKeys.includes("id") ? A.push((async () => {
|
|
293
|
+
const { data: v } = await r.get(`${h.value}/${T}`);
|
|
294
|
+
return [v[i.fetchedItemsKey] ?? v];
|
|
295
295
|
})()) : A.push(
|
|
296
|
-
...i.searchKeys.filter((
|
|
297
|
-
const { data:
|
|
298
|
-
return
|
|
296
|
+
...i.searchKeys.filter((v) => v !== "id").map(async (v) => {
|
|
297
|
+
const { data: b } = await r.get(`${h.value}?${v}=${T}`);
|
|
298
|
+
return b[i.fetchedItemsKey];
|
|
299
299
|
})
|
|
300
300
|
);
|
|
301
|
-
const
|
|
302
|
-
u.value = [], (W =
|
|
303
|
-
var
|
|
304
|
-
(
|
|
301
|
+
const O = await Promise.all(A), f = /* @__PURE__ */ new Set();
|
|
302
|
+
u.value = [], (W = O == null ? void 0 : O.forEach) == null || W.call(O, (v) => {
|
|
303
|
+
var b;
|
|
304
|
+
(b = v == null ? void 0 : v.forEach) == null || b.call(v, (H) => {
|
|
305
305
|
f.has(H.id) || (f.add(H.id), u.value.push(H));
|
|
306
306
|
});
|
|
307
307
|
});
|
|
@@ -309,41 +309,41 @@ function _i(e, t, n, i = {
|
|
|
309
309
|
} catch (A) {
|
|
310
310
|
((X = A == null ? void 0 : A.response) == null ? void 0 : X.status) === 404 ? d.value = o("debouncedFilter.errors.invalid") : (u.value = [], c.value = o("debouncedFilter.errors.fetch"));
|
|
311
311
|
} finally {
|
|
312
|
-
|
|
312
|
+
l.value = !1;
|
|
313
313
|
}
|
|
314
314
|
else
|
|
315
|
-
|
|
315
|
+
l.value = !0, d.value = "", u.value = (_ = g.value) == null ? void 0 : _.filter((A) => {
|
|
316
316
|
var f;
|
|
317
|
-
let
|
|
318
|
-
for (const
|
|
319
|
-
const
|
|
320
|
-
|
|
317
|
+
let O = !1;
|
|
318
|
+
for (const v of i.searchKeys) {
|
|
319
|
+
const b = typeof A[v] == "string" ? (f = A[v]) == null ? void 0 : f.toLowerCase() : A[v];
|
|
320
|
+
b != null && b.includes(T.toLowerCase()) && (O = !0);
|
|
321
321
|
}
|
|
322
|
-
return
|
|
323
|
-
}), (!u.value || !u.value.length) && (d.value = o("debouncedFilter.errors.invalid")),
|
|
322
|
+
return O;
|
|
323
|
+
}), (!u.value || !u.value.length) && (d.value = o("debouncedFilter.errors.invalid")), l.value = !1;
|
|
324
324
|
}
|
|
325
325
|
};
|
|
326
326
|
return {
|
|
327
|
-
loading:
|
|
327
|
+
loading: l,
|
|
328
328
|
error: c,
|
|
329
329
|
validationError: d,
|
|
330
330
|
results: u,
|
|
331
|
-
allRecords:
|
|
332
|
-
loadItems:
|
|
333
|
-
debouncedQueryChange:
|
|
331
|
+
allRecords: g,
|
|
332
|
+
loadItems: y,
|
|
333
|
+
debouncedQueryChange: s
|
|
334
334
|
};
|
|
335
335
|
}
|
|
336
|
-
function
|
|
336
|
+
function $i(e, t) {
|
|
337
337
|
const n = $(t), i = F(
|
|
338
338
|
() => e.apiBaseUrl.startsWith("/") ? new URL(`${window.location.origin}${n}`) : new URL(n)
|
|
339
339
|
);
|
|
340
340
|
return i.value.search = "", (r) => `${i.value.href}/${r}`;
|
|
341
341
|
}
|
|
342
|
-
function
|
|
342
|
+
function Ti() {
|
|
343
343
|
const { i18n: { t: e } } = Ue();
|
|
344
344
|
return {
|
|
345
345
|
getErrorFieldsFromError: (i) => {
|
|
346
|
-
var a,
|
|
346
|
+
var a, s, l;
|
|
347
347
|
if (!i)
|
|
348
348
|
return {
|
|
349
349
|
messages: [e("errors.unexpected")],
|
|
@@ -356,8 +356,8 @@ function $i() {
|
|
|
356
356
|
};
|
|
357
357
|
let r = [e("errors.unexpected")];
|
|
358
358
|
const o = [];
|
|
359
|
-
if ((
|
|
360
|
-
if ((
|
|
359
|
+
if ((s = i == null ? void 0 : i.response) != null && s.data) {
|
|
360
|
+
if ((l = i.response.data.details) != null && l.length)
|
|
361
361
|
return r = [], i.response.data.details.forEach((c) => {
|
|
362
362
|
let d = e("errors.unexpected");
|
|
363
363
|
c.messages && Array.isArray(c.messages) && c.messages.length && (d = c.messages.join(", ")), c.field && o.push({ field: c.field, message: d }), r.push(`${c.field ?? ""} ${d}`);
|
|
@@ -385,7 +385,7 @@ function $i() {
|
|
|
385
385
|
};
|
|
386
386
|
},
|
|
387
387
|
getMessageFromError: (i) => {
|
|
388
|
-
var r, o, a,
|
|
388
|
+
var r, o, a, s;
|
|
389
389
|
if (!i)
|
|
390
390
|
return e("errors.unexpected");
|
|
391
391
|
if (((r = i == null ? void 0 : i.response) == null ? void 0 : r.status) === 401)
|
|
@@ -394,27 +394,27 @@ function $i() {
|
|
|
394
394
|
if (i.response.data.detail)
|
|
395
395
|
return i.response.data.detail;
|
|
396
396
|
if ((a = i.response.data.details) != null && a.length)
|
|
397
|
-
return i.response.data.details.map((
|
|
397
|
+
return i.response.data.details.map((l) => {
|
|
398
398
|
let c = e("errors.unexpected");
|
|
399
|
-
return
|
|
399
|
+
return l.messages && typeof l.messages == "object" && l.messages.length && (c = l.messages.join(", ")), l.field ? `${l.field} - ${c}` : c;
|
|
400
400
|
}).join("; ");
|
|
401
401
|
if (i.response.data.message) {
|
|
402
|
-
const { message:
|
|
403
|
-
return Array.isArray(
|
|
402
|
+
const { message: l } = i.response.data;
|
|
403
|
+
return Array.isArray(l) ? (s = l[0]) != null && s.constraints ? Object.values(l[0].constraints)[0] : l[0] : l;
|
|
404
404
|
}
|
|
405
405
|
if (typeof i.response.data == "string")
|
|
406
406
|
return i.response.data;
|
|
407
407
|
if (typeof i.response.data == "object")
|
|
408
|
-
return Object.keys(i.response.data).map((
|
|
408
|
+
return Object.keys(i.response.data).map((l) => `${l} ${i.response.data[l]}`).join(", ");
|
|
409
409
|
}
|
|
410
410
|
return i.message || e("errors.unexpected");
|
|
411
411
|
}
|
|
412
412
|
};
|
|
413
413
|
}
|
|
414
|
-
function
|
|
414
|
+
function Ii(e) {
|
|
415
415
|
const t = window.location.origin, n = t.endsWith("/") ? t : `${t}/`;
|
|
416
416
|
try {
|
|
417
|
-
const i = e.join("/"), r = `${n}${i}`, o = e.some((
|
|
417
|
+
const i = e.join("/"), r = `${n}${i}`, o = e.some((s) => s.trim() === "");
|
|
418
418
|
if (/^(https:\/\/(www\.)?([a-zA-Z0-9-]+\.){1,}[a-zA-Z]{2,}(:[0-9]+)?(\/[^\/]+)*)$|^(https|http):\/\/localhost(:[0-9]+)?(\/[^\/]+)*$/.test(r) && !o && new URL(r))
|
|
419
419
|
return `${n}${i}`;
|
|
420
420
|
throw new Error("Invalid url");
|
|
@@ -431,67 +431,67 @@ function Jt(e, t) {
|
|
|
431
431
|
return r.startsWith("/") ? new URL(`${window.location.origin}${r}`) : new URL(r);
|
|
432
432
|
});
|
|
433
433
|
return (r) => {
|
|
434
|
-
const { page: o, pageSize: a, offset:
|
|
434
|
+
const { page: o, pageSize: a, offset: s, sortColumnKey: l, sortColumnOrder: c, query: d } = r;
|
|
435
435
|
try {
|
|
436
436
|
let u = new URL(i.value.href);
|
|
437
|
-
return n.value && d ? (u.search = "", u = he(e).isExactMatch ? new URL(`${u.href}/${d}`) : new URL(`${u.href}?filter[name][contains]=${d}`)) : (n.value || new URLSearchParams(d).forEach((
|
|
438
|
-
u.searchParams.append(
|
|
439
|
-
}),
|
|
437
|
+
return n.value && d ? (u.search = "", u = he(e).isExactMatch ? new URL(`${u.href}/${d}`) : new URL(`${u.href}?filter[name][contains]=${d}`)) : (n.value || new URLSearchParams(d).forEach((p, g) => {
|
|
438
|
+
u.searchParams.append(g, p);
|
|
439
|
+
}), l && u.searchParams.append("sort_by", l), c === "desc" && u.searchParams.append("sort_desc", "1"), u.searchParams.append("size", String(a))), s && o !== 1 && u.searchParams.append("offset", String(s)), u.href;
|
|
440
440
|
} catch (u) {
|
|
441
441
|
return console.error("RouteList(fetcher)", u), he(t);
|
|
442
442
|
}
|
|
443
443
|
};
|
|
444
444
|
}
|
|
445
445
|
const gt = /* @__PURE__ */ new Map();
|
|
446
|
-
function
|
|
447
|
-
const i = K(!0), r = he(e), { axiosInstance: o } = rt(r.axiosRequestConfig), a = Jt(e, t),
|
|
446
|
+
function Ei(e, t, n) {
|
|
447
|
+
const i = K(!0), r = he(e), { axiosInstance: o } = rt(r.axiosRequestConfig), a = Jt(e, t), s = K({
|
|
448
448
|
status: me.Idle
|
|
449
|
-
}),
|
|
450
|
-
var
|
|
451
|
-
const
|
|
449
|
+
}), l = async (u) => {
|
|
450
|
+
var g;
|
|
451
|
+
const p = he(n) || "data";
|
|
452
452
|
try {
|
|
453
|
-
|
|
454
|
-
let
|
|
455
|
-
|
|
456
|
-
const
|
|
457
|
-
if (
|
|
458
|
-
throw
|
|
459
|
-
const
|
|
460
|
-
let
|
|
461
|
-
|
|
462
|
-
const
|
|
463
|
-
data:
|
|
464
|
-
total:
|
|
465
|
-
...
|
|
453
|
+
s.value = i.value ? { status: me.InitialLoad } : { status: me.Loading }, i.value = !1;
|
|
454
|
+
let h = a(u);
|
|
455
|
+
h.includes("filter[name]") && (h = `${h}&page[size]=${u.pageSize}&page[number]=${u.page}`);
|
|
456
|
+
const x = await o.get(h);
|
|
457
|
+
if (x.status >= 400)
|
|
458
|
+
throw x;
|
|
459
|
+
const y = x.data, k = p && p.replace(/[^\w-_]/gi, "");
|
|
460
|
+
let C;
|
|
461
|
+
y[k] ? C = Array.isArray(y[k]) ? y[k] : [y[k]] : Array.isArray(y) ? C = y : C = Object.keys(y).length ? [y] : [];
|
|
462
|
+
const T = {
|
|
463
|
+
data: C,
|
|
464
|
+
total: C.length,
|
|
465
|
+
...y.offset ? {
|
|
466
466
|
pagination: {
|
|
467
|
-
offset:
|
|
467
|
+
offset: y.offset
|
|
468
468
|
}
|
|
469
469
|
} : null
|
|
470
470
|
};
|
|
471
|
-
return
|
|
471
|
+
return T.data.length === 0 && !u.query ? s.value = {
|
|
472
472
|
status: me.NoRecords,
|
|
473
|
-
response:
|
|
474
|
-
} :
|
|
473
|
+
response: T
|
|
474
|
+
} : s.value = {
|
|
475
475
|
status: me.Idle,
|
|
476
|
-
response:
|
|
477
|
-
},
|
|
478
|
-
} catch (
|
|
479
|
-
const
|
|
476
|
+
response: T
|
|
477
|
+
}, T;
|
|
478
|
+
} catch (h) {
|
|
479
|
+
const x = {
|
|
480
480
|
data: [],
|
|
481
481
|
total: 0
|
|
482
482
|
};
|
|
483
|
-
return u.query && (((
|
|
483
|
+
return u.query && (((g = h.response) == null ? void 0 : g.status) === 404 || h.status === 404) ? (s.value = {
|
|
484
484
|
status: me.NoResults,
|
|
485
|
-
response:
|
|
486
|
-
error:
|
|
487
|
-
},
|
|
485
|
+
response: x,
|
|
486
|
+
error: h.response ? h : { response: h }
|
|
487
|
+
}, x) : (s.value = {
|
|
488
488
|
status: me.Error,
|
|
489
|
-
response:
|
|
490
|
-
error:
|
|
491
|
-
},
|
|
489
|
+
response: x,
|
|
490
|
+
error: h.response ? h : { response: h }
|
|
491
|
+
}, x);
|
|
492
492
|
}
|
|
493
493
|
}, c = r.cacheIdentifier, d = Gt(c);
|
|
494
|
-
return { fetcher:
|
|
494
|
+
return { fetcher: l, fetcherState: s, fetcherCacheKey: d };
|
|
495
495
|
}
|
|
496
496
|
function Gt(e) {
|
|
497
497
|
if (e) {
|
|
@@ -500,7 +500,7 @@ function Gt(e) {
|
|
|
500
500
|
}
|
|
501
501
|
return K(1);
|
|
502
502
|
}
|
|
503
|
-
function
|
|
503
|
+
function Fi() {
|
|
504
504
|
const e = (i, r = "_") => i ? i.split(r).map((o) => o.toLowerCase() === "id" ? o.toUpperCase() : o.charAt(0).toUpperCase() + o.substring(1)).join(" ") : "", t = /(?:^|[\s-:'"])\w/g;
|
|
505
505
|
return {
|
|
506
506
|
capitalize: (i) => i ? i.replace(t, (r) => r.toUpperCase()) : "",
|
|
@@ -517,24 +517,24 @@ const zt = /^[v^~<>=]*?(\d+)(?:\.([x*]|\d+)(?:\.([x*]|\d+)(?:\.([x*]|\d+))?(?:-(
|
|
|
517
517
|
}, vt = (e) => e === "*" || e === "x" || e === "X", bt = (e) => {
|
|
518
518
|
const t = parseInt(e, 10);
|
|
519
519
|
return isNaN(t) ? e : t;
|
|
520
|
-
},
|
|
520
|
+
}, Oi = (e, t) => typeof e != typeof t ? [String(e), String(t)] : [e, t], Li = (e, t) => {
|
|
521
521
|
if (vt(e) || vt(t))
|
|
522
522
|
return 0;
|
|
523
|
-
const [n, i] =
|
|
523
|
+
const [n, i] = Oi(bt(e), bt(t));
|
|
524
524
|
return n > i ? 1 : n < i ? -1 : 0;
|
|
525
525
|
}, xt = (e, t) => {
|
|
526
526
|
for (let n = 0; n < Math.max(e.length, t.length); n++) {
|
|
527
|
-
const i =
|
|
527
|
+
const i = Li(e[n] || "0", t[n] || "0");
|
|
528
528
|
if (i !== 0)
|
|
529
529
|
return i;
|
|
530
530
|
}
|
|
531
531
|
return 0;
|
|
532
|
-
},
|
|
532
|
+
}, Bi = (e, t) => {
|
|
533
533
|
const n = yt(e), i = yt(t), r = n.pop(), o = i.pop(), a = xt(n, i);
|
|
534
534
|
return a !== 0 ? a : r && o ? xt(r.split("."), o.split(".")) : r || o ? r ? -1 : 1 : 0;
|
|
535
535
|
}, Ct = (e, t, n) => {
|
|
536
|
-
|
|
537
|
-
const i =
|
|
536
|
+
Ri(n);
|
|
537
|
+
const i = Bi(e, t);
|
|
538
538
|
return Qt[n].includes(i);
|
|
539
539
|
}, Qt = {
|
|
540
540
|
">": [1],
|
|
@@ -543,26 +543,26 @@ const zt = /^[v^~<>=]*?(\d+)(?:\.([x*]|\d+)(?:\.([x*]|\d+)(?:\.([x*]|\d+))?(?:-(
|
|
|
543
543
|
"<=": [-1, 0],
|
|
544
544
|
"<": [-1],
|
|
545
545
|
"!=": [-1, 1]
|
|
546
|
-
}, kt = Object.keys(Qt),
|
|
546
|
+
}, kt = Object.keys(Qt), Ri = (e) => {
|
|
547
547
|
if (typeof e != "string")
|
|
548
548
|
throw new TypeError(`Invalid operator type, expected string but got ${typeof e}`);
|
|
549
549
|
if (kt.indexOf(e) === -1)
|
|
550
550
|
throw new Error(`Invalid operator, expected one of ${kt.join("|")}`);
|
|
551
|
-
},
|
|
552
|
-
function
|
|
551
|
+
}, Ki = (e) => typeof e == "string" && /^[v\d]/.test(e) && zt.test(e);
|
|
552
|
+
function Ni(e) {
|
|
553
553
|
const { gatewayInfo: t, supportedRange: n } = e;
|
|
554
554
|
if (!t)
|
|
555
555
|
return !0;
|
|
556
556
|
const { edition: i, version: r } = t;
|
|
557
|
-
if (!
|
|
557
|
+
if (!Ki(r))
|
|
558
558
|
return console.error("Invalid version"), !1;
|
|
559
559
|
const o = n[i];
|
|
560
560
|
if (!o)
|
|
561
561
|
return !1;
|
|
562
|
-
const [a,
|
|
563
|
-
return !(a && Ct(r, a, "<") ||
|
|
562
|
+
const [a, s] = o;
|
|
563
|
+
return !(a && Ct(r, a, "<") || s && Ct(r, s, ">"));
|
|
564
564
|
}
|
|
565
|
-
function
|
|
565
|
+
function Mi(e) {
|
|
566
566
|
const t = K(0), n = K(0), i = K(!1);
|
|
567
567
|
return be(e, (o) => {
|
|
568
568
|
o && !i.value && (t.value = o.offsetWidth, n.value = o.scrollWidth, i.value = !0);
|
|
@@ -570,20 +570,20 @@ function Ni(e) {
|
|
|
570
570
|
isTruncated: F(() => t.value < n.value)
|
|
571
571
|
};
|
|
572
572
|
}
|
|
573
|
-
function
|
|
573
|
+
function ji() {
|
|
574
574
|
const { i18n: { t: e } } = Ue();
|
|
575
575
|
return {
|
|
576
576
|
utf8Name: (n) => /^[\p{N}\p{L}.\-_~]*$/u.test(n) ? "" : e("validationErrors.utf8Name")
|
|
577
577
|
};
|
|
578
578
|
}
|
|
579
|
-
const Ge = Symbol("schema"),
|
|
579
|
+
const Ge = Symbol("schema"), Di = (e) => {
|
|
580
580
|
Pt(Ge, e);
|
|
581
|
-
},
|
|
581
|
+
}, Pi = (e) => {
|
|
582
582
|
var r, o;
|
|
583
583
|
const t = Dt(Ge, void 0), n = (o = (r = t == null ? void 0 : t.value) == null ? void 0 : r.fields) == null ? void 0 : o.find((a) => Object.keys(a)[0] === e), i = Vn(n == null ? void 0 : n[e]);
|
|
584
584
|
return Pt(Ge, i), i;
|
|
585
585
|
};
|
|
586
|
-
function
|
|
586
|
+
function Ui(e) {
|
|
587
587
|
let t = "";
|
|
588
588
|
const n = K(!1), i = K(null), r = F(() => {
|
|
589
589
|
let a;
|
|
@@ -600,26 +600,26 @@ function Pi(e) {
|
|
|
600
600
|
}
|
|
601
601
|
const Y = {
|
|
602
602
|
useAxios: rt,
|
|
603
|
-
useDebouncedFilter:
|
|
604
|
-
useDeleteUrlBuilder:
|
|
605
|
-
useErrors:
|
|
606
|
-
useExternalLinkCreator:
|
|
607
|
-
useFetcher:
|
|
603
|
+
useDebouncedFilter: Si,
|
|
604
|
+
useDeleteUrlBuilder: $i,
|
|
605
|
+
useErrors: Ti,
|
|
606
|
+
useExternalLinkCreator: Ii,
|
|
607
|
+
useFetcher: Ei,
|
|
608
608
|
useFetcherCacheKey: Gt,
|
|
609
609
|
useFetchUrlBuilder: Jt,
|
|
610
610
|
useHelpers: Wt,
|
|
611
|
-
useStringHelpers:
|
|
611
|
+
useStringHelpers: Fi,
|
|
612
612
|
useI18n: Ue,
|
|
613
|
-
useGatewayFeatureSupported:
|
|
614
|
-
useTruncationDetector:
|
|
615
|
-
useValidators:
|
|
616
|
-
useSchemaProvider:
|
|
617
|
-
useSubSchema:
|
|
618
|
-
useTableState:
|
|
619
|
-
},
|
|
613
|
+
useGatewayFeatureSupported: Ni,
|
|
614
|
+
useTruncationDetector: Mi,
|
|
615
|
+
useValidators: ji,
|
|
616
|
+
useSchemaProvider: Di,
|
|
617
|
+
useSubSchema: Pi,
|
|
618
|
+
useTableState: Ui
|
|
619
|
+
}, qi = {
|
|
620
620
|
key: 0,
|
|
621
621
|
class: "config-card-fieldset-title"
|
|
622
|
-
},
|
|
622
|
+
}, Hi = /* @__PURE__ */ z({
|
|
623
623
|
__name: "JsonCardItem",
|
|
624
624
|
props: {
|
|
625
625
|
item: {
|
|
@@ -637,18 +637,18 @@ const Y = {
|
|
|
637
637
|
},
|
|
638
638
|
setup(e) {
|
|
639
639
|
const t = e, { i18n: { t: n } } = Y.useI18n(), { convertKeyToTitle: i } = Y.useStringHelpers(), r = F(() => t.item.key ?? "json-array-item"), o = F(() => t.item.value ?? t.item), a = F(() => {
|
|
640
|
-
const
|
|
641
|
-
return t.isArrayItem && delete
|
|
642
|
-
}),
|
|
643
|
-
var
|
|
644
|
-
return t.isArrayItem ? (
|
|
640
|
+
const l = JSON.parse(JSON.stringify(o.value));
|
|
641
|
+
return t.isArrayItem && delete l.name, l;
|
|
642
|
+
}), s = F(() => {
|
|
643
|
+
var l;
|
|
644
|
+
return t.isArrayItem ? (l = o.value) != null && l.name ? i(o.value.name, "_") : n("baseConfigCard.general.entryTitle", { index: t.index }) : "";
|
|
645
645
|
});
|
|
646
|
-
return (
|
|
646
|
+
return (l, c) => (m(), j(je(e.isArrayItem ? "fieldset" : "div"), {
|
|
647
647
|
class: fe(e.isArrayItem ? "config-card-fieldset" : "config-card-json-item")
|
|
648
648
|
}, {
|
|
649
|
-
default:
|
|
650
|
-
e.isArrayItem ? (m(), S("legend",
|
|
651
|
-
|
|
649
|
+
default: w(() => [
|
|
650
|
+
e.isArrayItem ? (m(), S("legend", qi, [
|
|
651
|
+
R("b", null, L(s.value), 1)
|
|
652
652
|
])) : N("", !0),
|
|
653
653
|
(m(!0), S(ue, null, ce(Object.keys(a.value), (d, u) => (m(), j(Xt, {
|
|
654
654
|
key: `${r.value}-property-${u}`,
|
|
@@ -667,7 +667,7 @@ const Y = {
|
|
|
667
667
|
for (const [i, r] of t)
|
|
668
668
|
n[i] = r;
|
|
669
669
|
return n;
|
|
670
|
-
}, Zt = /* @__PURE__ */ se(
|
|
670
|
+
}, Zt = /* @__PURE__ */ se(Hi, [["__scopeId", "data-v-dc1e39a1"]]), Vi = /* @__PURE__ */ z({
|
|
671
671
|
__name: "InternalLinkItem",
|
|
672
672
|
props: {
|
|
673
673
|
item: {
|
|
@@ -686,15 +686,15 @@ const Y = {
|
|
|
686
686
|
class: "navigation-button",
|
|
687
687
|
onClick: i[0] || (i[0] = (o) => n.$emit("navigation-click", e.item))
|
|
688
688
|
}, {
|
|
689
|
-
default:
|
|
690
|
-
q(
|
|
689
|
+
default: w(() => [
|
|
690
|
+
q(L(e.item.value || $(t)("baseConfigCard.commonFields.link")), 1)
|
|
691
691
|
]),
|
|
692
692
|
_: 1
|
|
693
693
|
})
|
|
694
694
|
]);
|
|
695
695
|
};
|
|
696
696
|
}
|
|
697
|
-
}),
|
|
697
|
+
}), Yi = /* @__PURE__ */ se(Vi, [["__scopeId", "data-v-2feb8c2e"]]), Wi = /* @__PURE__ */ z({
|
|
698
698
|
__name: "StatusBadge",
|
|
699
699
|
props: {
|
|
700
700
|
status: {
|
|
@@ -709,18 +709,18 @@ const Y = {
|
|
|
709
709
|
return m(), j(r, {
|
|
710
710
|
appearance: e.status ? "success" : "neutral"
|
|
711
711
|
}, {
|
|
712
|
-
default:
|
|
713
|
-
q(
|
|
712
|
+
default: w(() => [
|
|
713
|
+
q(L(e.status ? $(t)("baseConfigCard.statusBadge.enabledLabel") : $(t)("baseConfigCard.statusBadge.disabledLabel")), 1)
|
|
714
714
|
]),
|
|
715
715
|
_: 1
|
|
716
716
|
}, 8, ["appearance"]);
|
|
717
717
|
};
|
|
718
718
|
}
|
|
719
|
-
}),
|
|
719
|
+
}), Ji = "#0044f4", Gi = "#e0e4ea", zi = "#afb7c5", Qi = "#0044f4", Zi = "1px", Xi = "16px", er = "20px", tr = { class: "config-card-details-row" }, nr = ["data-testid"], ir = ["data-testid"], rr = ["data-testid"], ar = ["data-testid"], or = { key: 1 }, lr = ["data-testid"], sr = ["data-testid"], cr = ["data-testid"], ur = ["data-testid"], dr = {
|
|
720
720
|
name: "ConfigCardItem",
|
|
721
|
-
components: { JsonCardItem: Zt, StatusBadge:
|
|
722
|
-
},
|
|
723
|
-
...
|
|
721
|
+
components: { JsonCardItem: Zt, StatusBadge: Wi, InternalLinkItem: Yi }
|
|
722
|
+
}, fr = /* @__PURE__ */ z({
|
|
723
|
+
...dr,
|
|
724
724
|
props: {
|
|
725
725
|
item: {
|
|
726
726
|
type: Object,
|
|
@@ -740,16 +740,16 @@ const Y = {
|
|
|
740
740
|
emits: ["navigation-click"],
|
|
741
741
|
setup(e, { emit: t }) {
|
|
742
742
|
Ut((W) => ({
|
|
743
|
-
v70f369b3:
|
|
743
|
+
v70f369b3: p.value ? "none" : `solid ${$(Zi)} ${$(Gi)}`,
|
|
744
744
|
v67c2fae6: u.value && c.value ? "block" : "flex",
|
|
745
745
|
v847b138c: u.value && c.value ? "100%" : n.slim ? "50%" : "25%",
|
|
746
746
|
v847687d6: u.value && c.value ? "100%" : n.slim ? "50%" : "75%"
|
|
747
747
|
}));
|
|
748
|
-
const n = e, i = t, r = Yn(), o = De(), { i18n: { t: a, formatIsoDate:
|
|
748
|
+
const n = e, i = t, r = Yn(), o = De(), { i18n: { t: a, formatIsoDate: s, formatUnixTimeStamp: l } } = Y.useI18n(), c = F(() => n.item.value !== void 0 && n.item.value !== null && n.item.value !== ""), d = F(() => !!(n.item.tooltip || o["label-tooltip"])), u = F(() => n.item.type === V.Json || n.item.type === V.JsonArray), p = F(() => n.item.type === V.JsonArray), g = Y.useSubSchema(n.item.key), h = F(() => {
|
|
749
749
|
var W;
|
|
750
|
-
return n.item.type ? n.item.type : (W =
|
|
751
|
-
}),
|
|
752
|
-
switch (
|
|
750
|
+
return n.item.type ? n.item.type : (W = g == null ? void 0 : g.value) != null && W.encrypted ? V.Redacted : void 0;
|
|
751
|
+
}), x = F(() => {
|
|
752
|
+
switch (h.value) {
|
|
753
753
|
case V.ID:
|
|
754
754
|
return {
|
|
755
755
|
tag: "KCopy",
|
|
@@ -792,7 +792,7 @@ const Y = {
|
|
|
792
792
|
attrs: {
|
|
793
793
|
"data-testid": `${n.item.key}-date`
|
|
794
794
|
},
|
|
795
|
-
text: isNaN(Number(n.item.value)) ?
|
|
795
|
+
text: isNaN(Number(n.item.value)) ? s(n.item.value) : l(n.item.value)
|
|
796
796
|
};
|
|
797
797
|
case V.BadgeStatus:
|
|
798
798
|
return {
|
|
@@ -879,26 +879,26 @@ const Y = {
|
|
|
879
879
|
text: n.item.value
|
|
880
880
|
};
|
|
881
881
|
}
|
|
882
|
-
}),
|
|
882
|
+
}), y = K(), k = K(), { isTruncated: C } = Y.useTruncationDetector(y), { isTruncated: T } = Y.useTruncationDetector(k);
|
|
883
883
|
return (W, X) => {
|
|
884
|
-
const
|
|
885
|
-
return m(), S("div",
|
|
886
|
-
|
|
884
|
+
const _ = P("KTooltip"), A = P("KLabel"), O = P("KBadge"), f = P("KCopy");
|
|
885
|
+
return m(), S("div", tr, [
|
|
886
|
+
R("div", {
|
|
887
887
|
class: "config-card-details-label",
|
|
888
888
|
"data-testid": `${e.item.key}-label`
|
|
889
889
|
}, [
|
|
890
890
|
D(W.$slots, "label", { item: e.item }, () => [
|
|
891
891
|
M(A, { "tooltip-attributes": { maxWidth: "500px" } }, Se({
|
|
892
|
-
default:
|
|
893
|
-
M(
|
|
894
|
-
text: $(
|
|
892
|
+
default: w(() => [
|
|
893
|
+
M(_, {
|
|
894
|
+
text: $(C) ? e.item.label : ""
|
|
895
895
|
}, {
|
|
896
|
-
default:
|
|
897
|
-
|
|
896
|
+
default: w(() => [
|
|
897
|
+
R("span", {
|
|
898
898
|
ref_key: "labelContent",
|
|
899
|
-
ref:
|
|
899
|
+
ref: y,
|
|
900
900
|
class: "label-content"
|
|
901
|
-
},
|
|
901
|
+
}, L(e.item.label), 513)
|
|
902
902
|
]),
|
|
903
903
|
_: 1
|
|
904
904
|
}, 8, ["text"])
|
|
@@ -907,92 +907,92 @@ const Y = {
|
|
|
907
907
|
}, [
|
|
908
908
|
d.value ? {
|
|
909
909
|
name: "tooltip",
|
|
910
|
-
fn:
|
|
911
|
-
|
|
910
|
+
fn: w(() => [
|
|
911
|
+
R("div", {
|
|
912
912
|
"data-testid": `${e.item.key}-label-tooltip`
|
|
913
913
|
}, [
|
|
914
914
|
D(W.$slots, "label-tooltip", {}, () => [
|
|
915
|
-
q(
|
|
915
|
+
q(L(e.item.tooltip), 1)
|
|
916
916
|
], !0)
|
|
917
|
-
], 8,
|
|
917
|
+
], 8, ir)
|
|
918
918
|
]),
|
|
919
919
|
key: "0"
|
|
920
920
|
} : void 0
|
|
921
921
|
]), 1024)
|
|
922
922
|
], !0)
|
|
923
|
-
], 8,
|
|
924
|
-
|
|
923
|
+
], 8, nr),
|
|
924
|
+
R("div", {
|
|
925
925
|
class: "config-card-details-value",
|
|
926
926
|
"data-testid": `${e.item.key}-property-value`
|
|
927
927
|
}, [
|
|
928
928
|
D(W.$slots, e.item.key, {
|
|
929
929
|
rowValue: e.item.value
|
|
930
930
|
}, () => [
|
|
931
|
-
c.value ? (m(), S("div",
|
|
932
|
-
(m(), j(je(
|
|
933
|
-
default:
|
|
934
|
-
|
|
931
|
+
c.value ? (m(), S("div", or, [
|
|
932
|
+
(m(), j(je(x.value.tag), Wn(Jn(x.value.attrs)), {
|
|
933
|
+
default: w(() => [
|
|
934
|
+
x.value.additionalComponent === "KBadge" ? (m(), S("div", {
|
|
935
935
|
key: 0,
|
|
936
936
|
"data-testid": `${e.item.key}-badge-tags`
|
|
937
937
|
}, [
|
|
938
|
-
(m(!0), S(ue, null, ce(e.item.value, (
|
|
939
|
-
key: `${e.item.key}-badge-tag-${
|
|
938
|
+
(m(!0), S(ue, null, ce(e.item.value, (v, b) => (m(), j(O, {
|
|
939
|
+
key: `${e.item.key}-badge-tag-${b}`,
|
|
940
940
|
class: "config-badge",
|
|
941
|
-
"data-testid": `${e.item.key}-badge-tag-${
|
|
942
|
-
tooltip:
|
|
941
|
+
"data-testid": `${e.item.key}-badge-tag-${b}`,
|
|
942
|
+
tooltip: v,
|
|
943
943
|
"truncation-tooltip": ""
|
|
944
944
|
}, {
|
|
945
|
-
default:
|
|
946
|
-
q(
|
|
945
|
+
default: w(() => [
|
|
946
|
+
q(L(v), 1)
|
|
947
947
|
]),
|
|
948
948
|
_: 2
|
|
949
949
|
}, 1032, ["data-testid", "tooltip"]))), 128))
|
|
950
|
-
], 8,
|
|
950
|
+
], 8, lr)) : x.value.additionalComponent === "KCopy" ? (m(), S("div", {
|
|
951
951
|
key: 1,
|
|
952
952
|
class: "copy-uuid-array",
|
|
953
953
|
"data-testid": `${e.item.key}-copy-uuid-array`
|
|
954
954
|
}, [
|
|
955
|
-
(m(!0), S(ue, null, ce(e.item.value, (
|
|
956
|
-
key: `${e.item.key}-copy-uuid-${
|
|
957
|
-
"data-testid": `${e.item.key}-copy-uuid-${
|
|
958
|
-
text:
|
|
955
|
+
(m(!0), S(ue, null, ce(e.item.value, (v, b) => (m(), j(f, qt({ ref_for: !0 }, x.value.childAttrs, {
|
|
956
|
+
key: `${e.item.key}-copy-uuid-${b}`,
|
|
957
|
+
"data-testid": `${e.item.key}-copy-uuid-${b}`,
|
|
958
|
+
text: v
|
|
959
959
|
}), null, 16, ["data-testid", "text"]))), 128))
|
|
960
|
-
], 8,
|
|
960
|
+
], 8, sr)) : x.value.additionalComponent === "KMethodBadge" ? (m(), S("div", {
|
|
961
961
|
key: 2,
|
|
962
962
|
class: "method-badge-array",
|
|
963
963
|
"data-testid": `${e.item.key}-badge-methods`
|
|
964
964
|
}, [
|
|
965
|
-
(m(!0), S(ue, null, ce(e.item.value, (
|
|
966
|
-
key: `${e.item.key}-badge-method-${
|
|
967
|
-
appearance: Object.values($(ei)).includes(
|
|
965
|
+
(m(!0), S(ue, null, ce(e.item.value, (v, b) => (m(), j(O, {
|
|
966
|
+
key: `${e.item.key}-badge-method-${b}`,
|
|
967
|
+
appearance: Object.values($(ei)).includes(v.toLowerCase()) ? v.toLowerCase() : "custom",
|
|
968
968
|
class: "config-badge",
|
|
969
|
-
"data-testid": `${e.item.key}-badge-method-${
|
|
969
|
+
"data-testid": `${e.item.key}-badge-method-${b}`
|
|
970
970
|
}, {
|
|
971
|
-
default:
|
|
972
|
-
q(
|
|
971
|
+
default: w(() => [
|
|
972
|
+
q(L(v), 1)
|
|
973
973
|
]),
|
|
974
974
|
_: 2
|
|
975
975
|
}, 1032, ["appearance", "data-testid"]))), 128))
|
|
976
|
-
], 8,
|
|
976
|
+
], 8, cr)) : x.value.additionalComponent === "JsonCardItem" ? (m(), S("div", {
|
|
977
977
|
key: 3,
|
|
978
978
|
"data-testid": `${n.item.key}-json-array-content`
|
|
979
979
|
}, [
|
|
980
|
-
(m(!0), S(ue, null, ce(e.item.value, (
|
|
981
|
-
key: `json-array-item-${
|
|
982
|
-
index:
|
|
980
|
+
(m(!0), S(ue, null, ce(e.item.value, (v, b) => (m(), j(Zt, {
|
|
981
|
+
key: `json-array-item-${b}`,
|
|
982
|
+
index: b,
|
|
983
983
|
"is-array-item": "",
|
|
984
|
-
item:
|
|
984
|
+
item: v
|
|
985
985
|
}, null, 8, ["index", "item"]))), 128))
|
|
986
|
-
], 8,
|
|
986
|
+
], 8, ur)) : (m(), j(_, {
|
|
987
987
|
key: 4,
|
|
988
|
-
text: $(
|
|
988
|
+
text: $(T) ? e.item.value : ""
|
|
989
989
|
}, {
|
|
990
|
-
default:
|
|
991
|
-
|
|
990
|
+
default: w(() => [
|
|
991
|
+
R("span", {
|
|
992
992
|
ref_key: "textContent",
|
|
993
993
|
ref: k,
|
|
994
994
|
class: fe(["attrs-data-text", { truncated: e.truncated }])
|
|
995
|
-
},
|
|
995
|
+
}, L(x.value.text), 3)
|
|
996
996
|
]),
|
|
997
997
|
_: 1
|
|
998
998
|
}, 8, ["text"]))
|
|
@@ -1002,13 +1002,13 @@ const Y = {
|
|
|
1002
1002
|
])) : (m(), S("div", {
|
|
1003
1003
|
key: 0,
|
|
1004
1004
|
"data-testid": `${e.item.key}-no-value`
|
|
1005
|
-
}, " – ", 8,
|
|
1005
|
+
}, " – ", 8, ar))
|
|
1006
1006
|
], !0)
|
|
1007
|
-
], 8,
|
|
1007
|
+
], 8, rr)
|
|
1008
1008
|
]);
|
|
1009
1009
|
};
|
|
1010
1010
|
}
|
|
1011
|
-
}), Xt = /* @__PURE__ */ se(
|
|
1011
|
+
}), Xt = /* @__PURE__ */ se(fr, [["__scopeId", "data-v-66d61bea"]]), pr = { class: "json-config config-card-code-block" }, mr = {
|
|
1012
1012
|
key: 0,
|
|
1013
1013
|
class: "json-endpoint"
|
|
1014
1014
|
}, en = /* @__PURE__ */ z({
|
|
@@ -1050,18 +1050,18 @@ const Y = {
|
|
|
1050
1050
|
return r.length < 2 ? 0 : 41 + (t.requestMethod === "post" ? r[r.length - 1] : r[r.length - 2]).length;
|
|
1051
1051
|
});
|
|
1052
1052
|
return (r, o) => {
|
|
1053
|
-
const a = P("KBadge"),
|
|
1054
|
-
return m(), S("div",
|
|
1055
|
-
t.fetcherUrl ? (m(), S("div",
|
|
1053
|
+
const a = P("KBadge"), s = P("KCodeBlock");
|
|
1054
|
+
return m(), S("div", pr, [
|
|
1055
|
+
t.fetcherUrl ? (m(), S("div", mr, [
|
|
1056
1056
|
M(a, {
|
|
1057
1057
|
appearance: t.requestMethod
|
|
1058
1058
|
}, {
|
|
1059
|
-
default:
|
|
1060
|
-
q(
|
|
1059
|
+
default: w(() => [
|
|
1060
|
+
q(L(t.requestMethod), 1)
|
|
1061
1061
|
]),
|
|
1062
1062
|
_: 1
|
|
1063
1063
|
}, 8, ["appearance"]),
|
|
1064
|
-
M(
|
|
1064
|
+
M(s, {
|
|
1065
1065
|
id: "json-endpoint-codeblock",
|
|
1066
1066
|
code: t.fetcherUrl,
|
|
1067
1067
|
language: "json",
|
|
@@ -1069,7 +1069,7 @@ const Y = {
|
|
|
1069
1069
|
theme: "dark"
|
|
1070
1070
|
}, null, 8, ["code"])
|
|
1071
1071
|
])) : N("", !0),
|
|
1072
|
-
t.entityRecord ? (m(), j(
|
|
1072
|
+
t.entityRecord ? (m(), j(s, {
|
|
1073
1073
|
key: 1,
|
|
1074
1074
|
id: "json-codeblock",
|
|
1075
1075
|
class: fe({ "json-content": t.fetcherUrl }),
|
|
@@ -1085,34 +1085,34 @@ const Y = {
|
|
|
1085
1085
|
function tn(e) {
|
|
1086
1086
|
return typeof e > "u" || e === null;
|
|
1087
1087
|
}
|
|
1088
|
-
function
|
|
1088
|
+
function hr(e) {
|
|
1089
1089
|
return typeof e == "object" && e !== null;
|
|
1090
1090
|
}
|
|
1091
|
-
function
|
|
1091
|
+
function gr(e) {
|
|
1092
1092
|
return Array.isArray(e) ? e : tn(e) ? [] : [e];
|
|
1093
1093
|
}
|
|
1094
|
-
function
|
|
1094
|
+
function yr(e, t) {
|
|
1095
1095
|
var n, i, r, o;
|
|
1096
1096
|
if (t)
|
|
1097
1097
|
for (o = Object.keys(t), n = 0, i = o.length; n < i; n += 1)
|
|
1098
1098
|
r = o[n], e[r] = t[r];
|
|
1099
1099
|
return e;
|
|
1100
1100
|
}
|
|
1101
|
-
function
|
|
1101
|
+
function vr(e, t) {
|
|
1102
1102
|
var n = "", i;
|
|
1103
1103
|
for (i = 0; i < t; i += 1)
|
|
1104
1104
|
n += e;
|
|
1105
1105
|
return n;
|
|
1106
1106
|
}
|
|
1107
|
-
function
|
|
1107
|
+
function br(e) {
|
|
1108
1108
|
return e === 0 && Number.NEGATIVE_INFINITY === 1 / e;
|
|
1109
1109
|
}
|
|
1110
|
-
var
|
|
1111
|
-
isNothing:
|
|
1112
|
-
isObject:
|
|
1113
|
-
toArray:
|
|
1114
|
-
repeat:
|
|
1115
|
-
isNegativeZero:
|
|
1110
|
+
var xr = tn, Cr = hr, kr = gr, Ar = vr, _r = br, wr = yr, ee = {
|
|
1111
|
+
isNothing: xr,
|
|
1112
|
+
isObject: Cr,
|
|
1113
|
+
toArray: kr,
|
|
1114
|
+
repeat: Ar,
|
|
1115
|
+
isNegativeZero: _r,
|
|
1116
1116
|
extend: wr
|
|
1117
1117
|
};
|
|
1118
1118
|
function nn(e, t) {
|
|
@@ -1131,8 +1131,8 @@ Ie.prototype.toString = function(t) {
|
|
|
1131
1131
|
};
|
|
1132
1132
|
var oe = Ie;
|
|
1133
1133
|
function Ve(e, t, n, i, r) {
|
|
1134
|
-
var o = "", a = "",
|
|
1135
|
-
return i - t >
|
|
1134
|
+
var o = "", a = "", s = Math.floor(r / 2) - 1;
|
|
1135
|
+
return i - t > s && (o = " ... ", t = i - s + o.length), n - i > s && (a = " ...", n = i + s - a.length), {
|
|
1136
1136
|
str: o + e.slice(t, n).replace(/\t/g, "→") + a,
|
|
1137
1137
|
pos: i - t + o.length
|
|
1138
1138
|
// relative position
|
|
@@ -1141,36 +1141,36 @@ function Ve(e, t, n, i, r) {
|
|
|
1141
1141
|
function Ye(e, t) {
|
|
1142
1142
|
return ee.repeat(" ", t - e.length) + e;
|
|
1143
1143
|
}
|
|
1144
|
-
function
|
|
1144
|
+
function Sr(e, t) {
|
|
1145
1145
|
if (t = Object.create(t || null), !e.buffer) return null;
|
|
1146
1146
|
t.maxLength || (t.maxLength = 79), typeof t.indent != "number" && (t.indent = 1), typeof t.linesBefore != "number" && (t.linesBefore = 3), typeof t.linesAfter != "number" && (t.linesAfter = 2);
|
|
1147
1147
|
for (var n = /\r?\n|\r|\0/g, i = [0], r = [], o, a = -1; o = n.exec(e.buffer); )
|
|
1148
1148
|
r.push(o.index), i.push(o.index + o[0].length), e.position <= o.index && a < 0 && (a = i.length - 2);
|
|
1149
1149
|
a < 0 && (a = i.length - 1);
|
|
1150
|
-
var
|
|
1151
|
-
for (
|
|
1150
|
+
var s = "", l, c, d = Math.min(e.line + t.linesAfter, r.length).toString().length, u = t.maxLength - (t.indent + d + 3);
|
|
1151
|
+
for (l = 1; l <= t.linesBefore && !(a - l < 0); l++)
|
|
1152
1152
|
c = Ve(
|
|
1153
1153
|
e.buffer,
|
|
1154
|
-
i[a -
|
|
1155
|
-
r[a -
|
|
1156
|
-
e.position - (i[a] - i[a -
|
|
1154
|
+
i[a - l],
|
|
1155
|
+
r[a - l],
|
|
1156
|
+
e.position - (i[a] - i[a - l]),
|
|
1157
1157
|
u
|
|
1158
|
-
),
|
|
1159
|
-
` +
|
|
1160
|
-
for (c = Ve(e.buffer, i[a], r[a], e.position, u),
|
|
1161
|
-
`,
|
|
1162
|
-
`,
|
|
1158
|
+
), s = ee.repeat(" ", t.indent) + Ye((e.line - l + 1).toString(), d) + " | " + c.str + `
|
|
1159
|
+
` + s;
|
|
1160
|
+
for (c = Ve(e.buffer, i[a], r[a], e.position, u), s += ee.repeat(" ", t.indent) + Ye((e.line + 1).toString(), d) + " | " + c.str + `
|
|
1161
|
+
`, s += ee.repeat("-", t.indent + d + 3 + c.pos) + `^
|
|
1162
|
+
`, l = 1; l <= t.linesAfter && !(a + l >= r.length); l++)
|
|
1163
1163
|
c = Ve(
|
|
1164
1164
|
e.buffer,
|
|
1165
|
-
i[a +
|
|
1166
|
-
r[a +
|
|
1167
|
-
e.position - (i[a] - i[a +
|
|
1165
|
+
i[a + l],
|
|
1166
|
+
r[a + l],
|
|
1167
|
+
e.position - (i[a] - i[a + l]),
|
|
1168
1168
|
u
|
|
1169
|
-
),
|
|
1169
|
+
), s += ee.repeat(" ", t.indent) + Ye((e.line + l + 1).toString(), d) + " | " + c.str + `
|
|
1170
1170
|
`;
|
|
1171
|
-
return
|
|
1171
|
+
return s.replace(/\n$/, "");
|
|
1172
1172
|
}
|
|
1173
|
-
var
|
|
1173
|
+
var $r = Sr, Tr = [
|
|
1174
1174
|
"kind",
|
|
1175
1175
|
"multi",
|
|
1176
1176
|
"resolve",
|
|
@@ -1181,12 +1181,12 @@ var Sr = _r, $r = [
|
|
|
1181
1181
|
"representName",
|
|
1182
1182
|
"defaultStyle",
|
|
1183
1183
|
"styleAliases"
|
|
1184
|
-
],
|
|
1184
|
+
], Ir = [
|
|
1185
1185
|
"scalar",
|
|
1186
1186
|
"sequence",
|
|
1187
1187
|
"mapping"
|
|
1188
1188
|
];
|
|
1189
|
-
function
|
|
1189
|
+
function Er(e) {
|
|
1190
1190
|
var t = {};
|
|
1191
1191
|
return e !== null && Object.keys(e).forEach(function(n) {
|
|
1192
1192
|
e[n].forEach(function(i) {
|
|
@@ -1194,18 +1194,18 @@ function Ir(e) {
|
|
|
1194
1194
|
});
|
|
1195
1195
|
}), t;
|
|
1196
1196
|
}
|
|
1197
|
-
function
|
|
1197
|
+
function Fr(e, t) {
|
|
1198
1198
|
if (t = t || {}, Object.keys(t).forEach(function(n) {
|
|
1199
|
-
if (
|
|
1199
|
+
if (Tr.indexOf(n) === -1)
|
|
1200
1200
|
throw new oe('Unknown option "' + n + '" is met in definition of "' + e + '" YAML type.');
|
|
1201
1201
|
}), this.options = t, this.tag = e, this.kind = t.kind || null, this.resolve = t.resolve || function() {
|
|
1202
1202
|
return !0;
|
|
1203
1203
|
}, this.construct = t.construct || function(n) {
|
|
1204
1204
|
return n;
|
|
1205
|
-
}, this.instanceOf = t.instanceOf || null, this.predicate = t.predicate || null, this.represent = t.represent || null, this.representName = t.representName || null, this.defaultStyle = t.defaultStyle || null, this.multi = t.multi || !1, this.styleAliases =
|
|
1205
|
+
}, this.instanceOf = t.instanceOf || null, this.predicate = t.predicate || null, this.represent = t.represent || null, this.representName = t.representName || null, this.defaultStyle = t.defaultStyle || null, this.multi = t.multi || !1, this.styleAliases = Er(t.styleAliases || null), Ir.indexOf(this.kind) === -1)
|
|
1206
1206
|
throw new oe('Unknown kind "' + this.kind + '" is specified for "' + e + '" YAML type.');
|
|
1207
1207
|
}
|
|
1208
|
-
var ne =
|
|
1208
|
+
var ne = Fr;
|
|
1209
1209
|
function At(e, t) {
|
|
1210
1210
|
var n = [];
|
|
1211
1211
|
return e[t].forEach(function(i) {
|
|
@@ -1215,7 +1215,7 @@ function At(e, t) {
|
|
|
1215
1215
|
}), n[r] = i;
|
|
1216
1216
|
}), n;
|
|
1217
1217
|
}
|
|
1218
|
-
function
|
|
1218
|
+
function Or() {
|
|
1219
1219
|
var e = {
|
|
1220
1220
|
scalar: {},
|
|
1221
1221
|
sequence: {},
|
|
@@ -1260,7 +1260,7 @@ ze.prototype.extend = function(t) {
|
|
|
1260
1260
|
throw new oe("Specified list of YAML types (or a single Type object) contains a non-Type object.");
|
|
1261
1261
|
});
|
|
1262
1262
|
var r = Object.create(ze.prototype);
|
|
1263
|
-
return r.implicit = (this.implicit || []).concat(n), r.explicit = (this.explicit || []).concat(i), r.compiledImplicit = At(r, "implicit"), r.compiledExplicit = At(r, "explicit"), r.compiledTypeMap =
|
|
1263
|
+
return r.implicit = (this.implicit || []).concat(n), r.explicit = (this.explicit || []).concat(i), r.compiledImplicit = At(r, "implicit"), r.compiledExplicit = At(r, "explicit"), r.compiledTypeMap = Or(r.compiledImplicit, r.compiledExplicit), r;
|
|
1264
1264
|
};
|
|
1265
1265
|
var rn = ze, an = new ne("tag:yaml.org,2002:str", {
|
|
1266
1266
|
kind: "scalar",
|
|
@@ -1284,22 +1284,22 @@ var rn = ze, an = new ne("tag:yaml.org,2002:str", {
|
|
|
1284
1284
|
ln
|
|
1285
1285
|
]
|
|
1286
1286
|
});
|
|
1287
|
-
function
|
|
1287
|
+
function Lr(e) {
|
|
1288
1288
|
if (e === null) return !0;
|
|
1289
1289
|
var t = e.length;
|
|
1290
1290
|
return t === 1 && e === "~" || t === 4 && (e === "null" || e === "Null" || e === "NULL");
|
|
1291
1291
|
}
|
|
1292
|
-
function
|
|
1292
|
+
function Br() {
|
|
1293
1293
|
return null;
|
|
1294
1294
|
}
|
|
1295
|
-
function
|
|
1295
|
+
function Rr(e) {
|
|
1296
1296
|
return e === null;
|
|
1297
1297
|
}
|
|
1298
1298
|
var cn = new ne("tag:yaml.org,2002:null", {
|
|
1299
1299
|
kind: "scalar",
|
|
1300
|
-
resolve:
|
|
1301
|
-
construct:
|
|
1302
|
-
predicate:
|
|
1300
|
+
resolve: Lr,
|
|
1301
|
+
construct: Br,
|
|
1302
|
+
predicate: Rr,
|
|
1303
1303
|
represent: {
|
|
1304
1304
|
canonical: function() {
|
|
1305
1305
|
return "~";
|
|
@@ -1319,22 +1319,22 @@ var cn = new ne("tag:yaml.org,2002:null", {
|
|
|
1319
1319
|
},
|
|
1320
1320
|
defaultStyle: "lowercase"
|
|
1321
1321
|
});
|
|
1322
|
-
function
|
|
1322
|
+
function Kr(e) {
|
|
1323
1323
|
if (e === null) return !1;
|
|
1324
1324
|
var t = e.length;
|
|
1325
1325
|
return t === 4 && (e === "true" || e === "True" || e === "TRUE") || t === 5 && (e === "false" || e === "False" || e === "FALSE");
|
|
1326
1326
|
}
|
|
1327
|
-
function
|
|
1327
|
+
function Nr(e) {
|
|
1328
1328
|
return e === "true" || e === "True" || e === "TRUE";
|
|
1329
1329
|
}
|
|
1330
|
-
function
|
|
1330
|
+
function Mr(e) {
|
|
1331
1331
|
return Object.prototype.toString.call(e) === "[object Boolean]";
|
|
1332
1332
|
}
|
|
1333
1333
|
var un = new ne("tag:yaml.org,2002:bool", {
|
|
1334
1334
|
kind: "scalar",
|
|
1335
|
-
resolve:
|
|
1336
|
-
construct:
|
|
1337
|
-
predicate:
|
|
1335
|
+
resolve: Kr,
|
|
1336
|
+
construct: Nr,
|
|
1337
|
+
predicate: Mr,
|
|
1338
1338
|
represent: {
|
|
1339
1339
|
lowercase: function(e) {
|
|
1340
1340
|
return e ? "true" : "false";
|
|
@@ -1348,16 +1348,16 @@ var un = new ne("tag:yaml.org,2002:bool", {
|
|
|
1348
1348
|
},
|
|
1349
1349
|
defaultStyle: "lowercase"
|
|
1350
1350
|
});
|
|
1351
|
-
function
|
|
1351
|
+
function jr(e) {
|
|
1352
1352
|
return 48 <= e && e <= 57 || 65 <= e && e <= 70 || 97 <= e && e <= 102;
|
|
1353
1353
|
}
|
|
1354
|
-
function
|
|
1354
|
+
function Dr(e) {
|
|
1355
1355
|
return 48 <= e && e <= 55;
|
|
1356
1356
|
}
|
|
1357
|
-
function
|
|
1357
|
+
function Pr(e) {
|
|
1358
1358
|
return 48 <= e && e <= 57;
|
|
1359
1359
|
}
|
|
1360
|
-
function
|
|
1360
|
+
function Ur(e) {
|
|
1361
1361
|
if (e === null) return !1;
|
|
1362
1362
|
var t = e.length, n = 0, i = !1, r;
|
|
1363
1363
|
if (!t) return !1;
|
|
@@ -1374,7 +1374,7 @@ function Pr(e) {
|
|
|
1374
1374
|
if (r === "x") {
|
|
1375
1375
|
for (n++; n < t; n++)
|
|
1376
1376
|
if (r = e[n], r !== "_") {
|
|
1377
|
-
if (!
|
|
1377
|
+
if (!jr(e.charCodeAt(n))) return !1;
|
|
1378
1378
|
i = !0;
|
|
1379
1379
|
}
|
|
1380
1380
|
return i && r !== "_";
|
|
@@ -1382,7 +1382,7 @@ function Pr(e) {
|
|
|
1382
1382
|
if (r === "o") {
|
|
1383
1383
|
for (n++; n < t; n++)
|
|
1384
1384
|
if (r = e[n], r !== "_") {
|
|
1385
|
-
if (!
|
|
1385
|
+
if (!Dr(e.charCodeAt(n))) return !1;
|
|
1386
1386
|
i = !0;
|
|
1387
1387
|
}
|
|
1388
1388
|
return i && r !== "_";
|
|
@@ -1391,13 +1391,13 @@ function Pr(e) {
|
|
|
1391
1391
|
if (r === "_") return !1;
|
|
1392
1392
|
for (; n < t; n++)
|
|
1393
1393
|
if (r = e[n], r !== "_") {
|
|
1394
|
-
if (!
|
|
1394
|
+
if (!Pr(e.charCodeAt(n)))
|
|
1395
1395
|
return !1;
|
|
1396
1396
|
i = !0;
|
|
1397
1397
|
}
|
|
1398
1398
|
return !(!i || r === "_");
|
|
1399
1399
|
}
|
|
1400
|
-
function
|
|
1400
|
+
function qr(e) {
|
|
1401
1401
|
var t = e, n = 1, i;
|
|
1402
1402
|
if (t.indexOf("_") !== -1 && (t = t.replace(/_/g, "")), i = t[0], (i === "-" || i === "+") && (i === "-" && (n = -1), t = t.slice(1), i = t[0]), t === "0") return 0;
|
|
1403
1403
|
if (i === "0") {
|
|
@@ -1407,14 +1407,14 @@ function Ur(e) {
|
|
|
1407
1407
|
}
|
|
1408
1408
|
return n * parseInt(t, 10);
|
|
1409
1409
|
}
|
|
1410
|
-
function
|
|
1410
|
+
function Hr(e) {
|
|
1411
1411
|
return Object.prototype.toString.call(e) === "[object Number]" && e % 1 === 0 && !ee.isNegativeZero(e);
|
|
1412
1412
|
}
|
|
1413
1413
|
var dn = new ne("tag:yaml.org,2002:int", {
|
|
1414
1414
|
kind: "scalar",
|
|
1415
|
-
resolve:
|
|
1416
|
-
construct:
|
|
1417
|
-
predicate:
|
|
1415
|
+
resolve: Ur,
|
|
1416
|
+
construct: qr,
|
|
1417
|
+
predicate: Hr,
|
|
1418
1418
|
represent: {
|
|
1419
1419
|
binary: function(e) {
|
|
1420
1420
|
return e >= 0 ? "0b" + e.toString(2) : "-0b" + e.toString(2).slice(1);
|
|
@@ -1437,21 +1437,21 @@ var dn = new ne("tag:yaml.org,2002:int", {
|
|
|
1437
1437
|
decimal: [10, "dec"],
|
|
1438
1438
|
hexadecimal: [16, "hex"]
|
|
1439
1439
|
}
|
|
1440
|
-
}),
|
|
1440
|
+
}), Vr = new RegExp(
|
|
1441
1441
|
// 2.5e4, 2.5 and integers
|
|
1442
1442
|
"^(?:[-+]?(?:[0-9][0-9_]*)(?:\\.[0-9_]*)?(?:[eE][-+]?[0-9]+)?|\\.[0-9_]+(?:[eE][-+]?[0-9]+)?|[-+]?\\.(?:inf|Inf|INF)|\\.(?:nan|NaN|NAN))$"
|
|
1443
1443
|
);
|
|
1444
|
-
function
|
|
1445
|
-
return !(e === null || !
|
|
1444
|
+
function Yr(e) {
|
|
1445
|
+
return !(e === null || !Vr.test(e) || // Quick hack to not allow integers end with `_`
|
|
1446
1446
|
// Probably should update regexp & check speed
|
|
1447
1447
|
e[e.length - 1] === "_");
|
|
1448
1448
|
}
|
|
1449
|
-
function
|
|
1449
|
+
function Wr(e) {
|
|
1450
1450
|
var t, n;
|
|
1451
1451
|
return t = e.replace(/_/g, "").toLowerCase(), n = t[0] === "-" ? -1 : 1, "+-".indexOf(t[0]) >= 0 && (t = t.slice(1)), t === ".inf" ? n === 1 ? Number.POSITIVE_INFINITY : Number.NEGATIVE_INFINITY : t === ".nan" ? NaN : n * parseFloat(t, 10);
|
|
1452
1452
|
}
|
|
1453
|
-
var
|
|
1454
|
-
function
|
|
1453
|
+
var Jr = /^[-+]?[0-9]+e/;
|
|
1454
|
+
function Gr(e, t) {
|
|
1455
1455
|
var n;
|
|
1456
1456
|
if (isNaN(e))
|
|
1457
1457
|
switch (t) {
|
|
@@ -1482,17 +1482,17 @@ function Jr(e, t) {
|
|
|
1482
1482
|
}
|
|
1483
1483
|
else if (ee.isNegativeZero(e))
|
|
1484
1484
|
return "-0.0";
|
|
1485
|
-
return n = e.toString(10),
|
|
1485
|
+
return n = e.toString(10), Jr.test(n) ? n.replace("e", ".e") : n;
|
|
1486
1486
|
}
|
|
1487
|
-
function
|
|
1487
|
+
function zr(e) {
|
|
1488
1488
|
return Object.prototype.toString.call(e) === "[object Number]" && (e % 1 !== 0 || ee.isNegativeZero(e));
|
|
1489
1489
|
}
|
|
1490
1490
|
var fn = new ne("tag:yaml.org,2002:float", {
|
|
1491
1491
|
kind: "scalar",
|
|
1492
|
-
resolve:
|
|
1493
|
-
construct:
|
|
1494
|
-
predicate:
|
|
1495
|
-
represent:
|
|
1492
|
+
resolve: Yr,
|
|
1493
|
+
construct: Wr,
|
|
1494
|
+
predicate: zr,
|
|
1495
|
+
represent: Gr,
|
|
1496
1496
|
defaultStyle: "lowercase"
|
|
1497
1497
|
}), pn = sn.extend({
|
|
1498
1498
|
implicit: [
|
|
@@ -1506,40 +1506,40 @@ var fn = new ne("tag:yaml.org,2002:float", {
|
|
|
1506
1506
|
), gn = new RegExp(
|
|
1507
1507
|
"^([0-9][0-9][0-9][0-9])-([0-9][0-9]?)-([0-9][0-9]?)(?:[Tt]|[ \\t]+)([0-9][0-9]?):([0-9][0-9]):([0-9][0-9])(?:\\.([0-9]*))?(?:[ \\t]*(Z|([-+])([0-9][0-9]?)(?::([0-9][0-9]))?))?$"
|
|
1508
1508
|
);
|
|
1509
|
-
function
|
|
1509
|
+
function Qr(e) {
|
|
1510
1510
|
return e === null ? !1 : hn.exec(e) !== null || gn.exec(e) !== null;
|
|
1511
1511
|
}
|
|
1512
|
-
function
|
|
1513
|
-
var t, n, i, r, o, a,
|
|
1512
|
+
function Zr(e) {
|
|
1513
|
+
var t, n, i, r, o, a, s, l = 0, c = null, d, u, p;
|
|
1514
1514
|
if (t = hn.exec(e), t === null && (t = gn.exec(e)), t === null) throw new Error("Date resolve error");
|
|
1515
1515
|
if (n = +t[1], i = +t[2] - 1, r = +t[3], !t[4])
|
|
1516
1516
|
return new Date(Date.UTC(n, i, r));
|
|
1517
|
-
if (o = +t[4], a = +t[5],
|
|
1518
|
-
for (
|
|
1519
|
-
|
|
1520
|
-
|
|
1517
|
+
if (o = +t[4], a = +t[5], s = +t[6], t[7]) {
|
|
1518
|
+
for (l = t[7].slice(0, 3); l.length < 3; )
|
|
1519
|
+
l += "0";
|
|
1520
|
+
l = +l;
|
|
1521
1521
|
}
|
|
1522
|
-
return t[9] && (d = +t[10], u = +(t[11] || 0), c = (d * 60 + u) * 6e4, t[9] === "-" && (c = -c)),
|
|
1522
|
+
return t[9] && (d = +t[10], u = +(t[11] || 0), c = (d * 60 + u) * 6e4, t[9] === "-" && (c = -c)), p = new Date(Date.UTC(n, i, r, o, a, s, l)), c && p.setTime(p.getTime() - c), p;
|
|
1523
1523
|
}
|
|
1524
|
-
function
|
|
1524
|
+
function Xr(e) {
|
|
1525
1525
|
return e.toISOString();
|
|
1526
1526
|
}
|
|
1527
1527
|
var yn = new ne("tag:yaml.org,2002:timestamp", {
|
|
1528
1528
|
kind: "scalar",
|
|
1529
|
-
resolve:
|
|
1530
|
-
construct:
|
|
1529
|
+
resolve: Qr,
|
|
1530
|
+
construct: Zr,
|
|
1531
1531
|
instanceOf: Date,
|
|
1532
|
-
represent:
|
|
1532
|
+
represent: Xr
|
|
1533
1533
|
});
|
|
1534
|
-
function
|
|
1534
|
+
function ea(e) {
|
|
1535
1535
|
return e === "<<" || e === null;
|
|
1536
1536
|
}
|
|
1537
1537
|
var vn = new ne("tag:yaml.org,2002:merge", {
|
|
1538
1538
|
kind: "scalar",
|
|
1539
|
-
resolve:
|
|
1539
|
+
resolve: ea
|
|
1540
1540
|
}), at = `ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=
|
|
1541
1541
|
\r`;
|
|
1542
|
-
function
|
|
1542
|
+
function ta(e) {
|
|
1543
1543
|
if (e === null) return !1;
|
|
1544
1544
|
var t, n, i = 0, r = e.length, o = at;
|
|
1545
1545
|
for (n = 0; n < r; n++)
|
|
@@ -1549,35 +1549,35 @@ function ea(e) {
|
|
|
1549
1549
|
}
|
|
1550
1550
|
return i % 8 === 0;
|
|
1551
1551
|
}
|
|
1552
|
-
function
|
|
1553
|
-
var t, n, i = e.replace(/[\r\n=]/g, ""), r = i.length, o = at, a = 0,
|
|
1552
|
+
function na(e) {
|
|
1553
|
+
var t, n, i = e.replace(/[\r\n=]/g, ""), r = i.length, o = at, a = 0, s = [];
|
|
1554
1554
|
for (t = 0; t < r; t++)
|
|
1555
|
-
t % 4 === 0 && t && (
|
|
1556
|
-
return n = r % 4 * 6, n === 0 ? (
|
|
1555
|
+
t % 4 === 0 && t && (s.push(a >> 16 & 255), s.push(a >> 8 & 255), s.push(a & 255)), a = a << 6 | o.indexOf(i.charAt(t));
|
|
1556
|
+
return n = r % 4 * 6, n === 0 ? (s.push(a >> 16 & 255), s.push(a >> 8 & 255), s.push(a & 255)) : n === 18 ? (s.push(a >> 10 & 255), s.push(a >> 2 & 255)) : n === 12 && s.push(a >> 4 & 255), new Uint8Array(s);
|
|
1557
1557
|
}
|
|
1558
|
-
function
|
|
1558
|
+
function ia(e) {
|
|
1559
1559
|
var t = "", n = 0, i, r, o = e.length, a = at;
|
|
1560
1560
|
for (i = 0; i < o; i++)
|
|
1561
1561
|
i % 3 === 0 && i && (t += a[n >> 18 & 63], t += a[n >> 12 & 63], t += a[n >> 6 & 63], t += a[n & 63]), n = (n << 8) + e[i];
|
|
1562
1562
|
return r = o % 3, r === 0 ? (t += a[n >> 18 & 63], t += a[n >> 12 & 63], t += a[n >> 6 & 63], t += a[n & 63]) : r === 2 ? (t += a[n >> 10 & 63], t += a[n >> 4 & 63], t += a[n << 2 & 63], t += a[64]) : r === 1 && (t += a[n >> 2 & 63], t += a[n << 4 & 63], t += a[64], t += a[64]), t;
|
|
1563
1563
|
}
|
|
1564
|
-
function
|
|
1564
|
+
function ra(e) {
|
|
1565
1565
|
return Object.prototype.toString.call(e) === "[object Uint8Array]";
|
|
1566
1566
|
}
|
|
1567
1567
|
var bn = new ne("tag:yaml.org,2002:binary", {
|
|
1568
1568
|
kind: "scalar",
|
|
1569
|
-
resolve:
|
|
1570
|
-
construct:
|
|
1571
|
-
predicate:
|
|
1572
|
-
represent:
|
|
1573
|
-
}),
|
|
1574
|
-
function
|
|
1569
|
+
resolve: ta,
|
|
1570
|
+
construct: na,
|
|
1571
|
+
predicate: ra,
|
|
1572
|
+
represent: ia
|
|
1573
|
+
}), aa = Object.prototype.hasOwnProperty, oa = Object.prototype.toString;
|
|
1574
|
+
function la(e) {
|
|
1575
1575
|
if (e === null) return !0;
|
|
1576
|
-
var t = [], n, i, r, o, a,
|
|
1577
|
-
for (n = 0, i =
|
|
1578
|
-
if (r =
|
|
1576
|
+
var t = [], n, i, r, o, a, s = e;
|
|
1577
|
+
for (n = 0, i = s.length; n < i; n += 1) {
|
|
1578
|
+
if (r = s[n], a = !1, oa.call(r) !== "[object Object]") return !1;
|
|
1579
1579
|
for (o in r)
|
|
1580
|
-
if (
|
|
1580
|
+
if (aa.call(r, o))
|
|
1581
1581
|
if (!a) a = !0;
|
|
1582
1582
|
else return !1;
|
|
1583
1583
|
if (!a) return !1;
|
|
@@ -1586,24 +1586,24 @@ function oa(e) {
|
|
|
1586
1586
|
}
|
|
1587
1587
|
return !0;
|
|
1588
1588
|
}
|
|
1589
|
-
function
|
|
1589
|
+
function sa(e) {
|
|
1590
1590
|
return e !== null ? e : [];
|
|
1591
1591
|
}
|
|
1592
1592
|
var xn = new ne("tag:yaml.org,2002:omap", {
|
|
1593
1593
|
kind: "sequence",
|
|
1594
|
-
resolve:
|
|
1595
|
-
construct:
|
|
1596
|
-
}),
|
|
1597
|
-
function
|
|
1594
|
+
resolve: la,
|
|
1595
|
+
construct: sa
|
|
1596
|
+
}), ca = Object.prototype.toString;
|
|
1597
|
+
function ua(e) {
|
|
1598
1598
|
if (e === null) return !0;
|
|
1599
1599
|
var t, n, i, r, o, a = e;
|
|
1600
1600
|
for (o = new Array(a.length), t = 0, n = a.length; t < n; t += 1) {
|
|
1601
|
-
if (i = a[t],
|
|
1601
|
+
if (i = a[t], ca.call(i) !== "[object Object]" || (r = Object.keys(i), r.length !== 1)) return !1;
|
|
1602
1602
|
o[t] = [r[0], i[r[0]]];
|
|
1603
1603
|
}
|
|
1604
1604
|
return !0;
|
|
1605
1605
|
}
|
|
1606
|
-
function
|
|
1606
|
+
function da(e) {
|
|
1607
1607
|
if (e === null) return [];
|
|
1608
1608
|
var t, n, i, r, o, a = e;
|
|
1609
1609
|
for (o = new Array(a.length), t = 0, n = a.length; t < n; t += 1)
|
|
@@ -1612,24 +1612,24 @@ function ua(e) {
|
|
|
1612
1612
|
}
|
|
1613
1613
|
var Cn = new ne("tag:yaml.org,2002:pairs", {
|
|
1614
1614
|
kind: "sequence",
|
|
1615
|
-
resolve:
|
|
1616
|
-
construct:
|
|
1617
|
-
}),
|
|
1618
|
-
function
|
|
1615
|
+
resolve: ua,
|
|
1616
|
+
construct: da
|
|
1617
|
+
}), fa = Object.prototype.hasOwnProperty;
|
|
1618
|
+
function pa(e) {
|
|
1619
1619
|
if (e === null) return !0;
|
|
1620
1620
|
var t, n = e;
|
|
1621
1621
|
for (t in n)
|
|
1622
|
-
if (
|
|
1622
|
+
if (fa.call(n, t) && n[t] !== null)
|
|
1623
1623
|
return !1;
|
|
1624
1624
|
return !0;
|
|
1625
1625
|
}
|
|
1626
|
-
function
|
|
1626
|
+
function ma(e) {
|
|
1627
1627
|
return e !== null ? e : {};
|
|
1628
1628
|
}
|
|
1629
1629
|
var kn = new ne("tag:yaml.org,2002:set", {
|
|
1630
1630
|
kind: "mapping",
|
|
1631
|
-
resolve:
|
|
1632
|
-
construct:
|
|
1631
|
+
resolve: pa,
|
|
1632
|
+
construct: ma
|
|
1633
1633
|
}), ot = mn.extend({
|
|
1634
1634
|
implicit: [
|
|
1635
1635
|
yn,
|
|
@@ -1641,8 +1641,8 @@ var kn = new ne("tag:yaml.org,2002:set", {
|
|
|
1641
1641
|
Cn,
|
|
1642
1642
|
kn
|
|
1643
1643
|
]
|
|
1644
|
-
}), ye = Object.prototype.hasOwnProperty, Be = 1, An = 2,
|
|
1645
|
-
function
|
|
1644
|
+
}), ye = Object.prototype.hasOwnProperty, Be = 1, An = 2, _n = 3, Re = 4, We = 1, ha = 2, _t = 3, ga = /[\x00-\x08\x0B\x0C\x0E-\x1F\x7F-\x84\x86-\x9F\uFFFE\uFFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]/, ya = /[\x85\u2028\u2029]/, va = /[,\[\]\{\}]/, wn = /^(?:!|!!|![a-z\-]+!)$/i, Sn = /^(?:!|[^,\[\]\{\}])(?:%[0-9a-f]{2}|[0-9a-z\-#;\/\?:@&=\+\$,_\.!~\*'\(\)\[\]])*$/i;
|
|
1645
|
+
function wt(e) {
|
|
1646
1646
|
return Object.prototype.toString.call(e);
|
|
1647
1647
|
}
|
|
1648
1648
|
function de(e) {
|
|
@@ -1654,24 +1654,24 @@ function ve(e) {
|
|
|
1654
1654
|
function le(e) {
|
|
1655
1655
|
return e === 9 || e === 32 || e === 10 || e === 13;
|
|
1656
1656
|
}
|
|
1657
|
-
function
|
|
1657
|
+
function _e(e) {
|
|
1658
1658
|
return e === 44 || e === 91 || e === 93 || e === 123 || e === 125;
|
|
1659
1659
|
}
|
|
1660
|
-
function
|
|
1660
|
+
function ba(e) {
|
|
1661
1661
|
var t;
|
|
1662
1662
|
return 48 <= e && e <= 57 ? e - 48 : (t = e | 32, 97 <= t && t <= 102 ? t - 97 + 10 : -1);
|
|
1663
1663
|
}
|
|
1664
|
-
function
|
|
1664
|
+
function xa(e) {
|
|
1665
1665
|
return e === 120 ? 2 : e === 117 ? 4 : e === 85 ? 8 : 0;
|
|
1666
1666
|
}
|
|
1667
|
-
function
|
|
1667
|
+
function Ca(e) {
|
|
1668
1668
|
return 48 <= e && e <= 57 ? e - 48 : -1;
|
|
1669
1669
|
}
|
|
1670
1670
|
function St(e) {
|
|
1671
1671
|
return e === 48 ? "\0" : e === 97 ? "\x07" : e === 98 ? "\b" : e === 116 || e === 9 ? " " : e === 110 ? `
|
|
1672
1672
|
` : e === 118 ? "\v" : e === 102 ? "\f" : e === 114 ? "\r" : e === 101 ? "\x1B" : e === 32 ? " " : e === 34 ? '"' : e === 47 ? "/" : e === 92 ? "\\" : e === 78 ? "
" : e === 95 ? " " : e === 76 ? "\u2028" : e === 80 ? "\u2029" : "";
|
|
1673
1673
|
}
|
|
1674
|
-
function
|
|
1674
|
+
function ka(e) {
|
|
1675
1675
|
return e <= 65535 ? String.fromCharCode(e) : String.fromCharCode(
|
|
1676
1676
|
(e - 65536 >> 10) + 55296,
|
|
1677
1677
|
(e - 65536 & 1023) + 56320
|
|
@@ -1680,7 +1680,7 @@ function Ca(e) {
|
|
|
1680
1680
|
var $n = new Array(256), Tn = new Array(256);
|
|
1681
1681
|
for (var ke = 0; ke < 256; ke++)
|
|
1682
1682
|
$n[ke] = St(ke) ? 1 : 0, Tn[ke] = St(ke);
|
|
1683
|
-
function
|
|
1683
|
+
function Aa(e, t) {
|
|
1684
1684
|
this.input = e, this.filename = t.filename || null, this.schema = t.schema || ot, this.onWarning = t.onWarning || null, this.legacy = t.legacy || !1, this.json = t.json || !1, this.listener = t.listener || null, this.implicitTypes = this.schema.compiledImplicit, this.typeMap = this.schema.compiledTypeMap, this.length = e.length, this.position = 0, this.line = 0, this.lineStart = 0, this.lineIndent = 0, this.firstTabInLine = -1, this.documents = [];
|
|
1685
1685
|
}
|
|
1686
1686
|
function In(e, t) {
|
|
@@ -1692,9 +1692,9 @@ function In(e, t) {
|
|
|
1692
1692
|
line: e.line,
|
|
1693
1693
|
column: e.position - e.lineStart
|
|
1694
1694
|
};
|
|
1695
|
-
return n.snippet =
|
|
1695
|
+
return n.snippet = $r(n), new oe(t, n);
|
|
1696
1696
|
}
|
|
1697
|
-
function
|
|
1697
|
+
function E(e, t) {
|
|
1698
1698
|
throw In(e, t);
|
|
1699
1699
|
}
|
|
1700
1700
|
function Ke(e, t) {
|
|
@@ -1703,47 +1703,47 @@ function Ke(e, t) {
|
|
|
1703
1703
|
var $t = {
|
|
1704
1704
|
YAML: function(t, n, i) {
|
|
1705
1705
|
var r, o, a;
|
|
1706
|
-
t.version !== null &&
|
|
1706
|
+
t.version !== null && E(t, "duplication of %YAML directive"), i.length !== 1 && E(t, "YAML directive accepts exactly one argument"), r = /^([0-9]+)\.([0-9]+)$/.exec(i[0]), r === null && E(t, "ill-formed argument of the YAML directive"), o = parseInt(r[1], 10), a = parseInt(r[2], 10), o !== 1 && E(t, "unacceptable YAML version of the document"), t.version = i[0], t.checkLineBreaks = a < 2, a !== 1 && a !== 2 && Ke(t, "unsupported YAML version of the document");
|
|
1707
1707
|
},
|
|
1708
1708
|
TAG: function(t, n, i) {
|
|
1709
1709
|
var r, o;
|
|
1710
|
-
i.length !== 2 &&
|
|
1710
|
+
i.length !== 2 && E(t, "TAG directive accepts exactly two arguments"), r = i[0], o = i[1], wn.test(r) || E(t, "ill-formed tag handle (first argument) of the TAG directive"), ye.call(t.tagMap, r) && E(t, 'there is a previously declared suffix for "' + r + '" tag handle'), Sn.test(o) || E(t, "ill-formed tag prefix (second argument) of the TAG directive");
|
|
1711
1711
|
try {
|
|
1712
1712
|
o = decodeURIComponent(o);
|
|
1713
1713
|
} catch {
|
|
1714
|
-
|
|
1714
|
+
E(t, "tag prefix is malformed: " + o);
|
|
1715
1715
|
}
|
|
1716
1716
|
t.tagMap[r] = o;
|
|
1717
1717
|
}
|
|
1718
1718
|
};
|
|
1719
1719
|
function ge(e, t, n, i) {
|
|
1720
|
-
var r, o, a,
|
|
1720
|
+
var r, o, a, s;
|
|
1721
1721
|
if (t < n) {
|
|
1722
|
-
if (
|
|
1723
|
-
for (r = 0, o =
|
|
1724
|
-
a =
|
|
1725
|
-
else
|
|
1726
|
-
e.result +=
|
|
1722
|
+
if (s = e.input.slice(t, n), i)
|
|
1723
|
+
for (r = 0, o = s.length; r < o; r += 1)
|
|
1724
|
+
a = s.charCodeAt(r), a === 9 || 32 <= a && a <= 1114111 || E(e, "expected valid JSON character");
|
|
1725
|
+
else ga.test(s) && E(e, "the stream contains non-printable characters");
|
|
1726
|
+
e.result += s;
|
|
1727
1727
|
}
|
|
1728
1728
|
}
|
|
1729
1729
|
function Tt(e, t, n, i) {
|
|
1730
|
-
var r, o, a,
|
|
1731
|
-
for (ee.isObject(n) ||
|
|
1730
|
+
var r, o, a, s;
|
|
1731
|
+
for (ee.isObject(n) || E(e, "cannot merge mappings; the provided source object is unacceptable"), r = Object.keys(n), a = 0, s = r.length; a < s; a += 1)
|
|
1732
1732
|
o = r[a], ye.call(t, o) || (t[o] = n[o], i[o] = !0);
|
|
1733
1733
|
}
|
|
1734
|
-
function
|
|
1734
|
+
function we(e, t, n, i, r, o, a, s, l) {
|
|
1735
1735
|
var c, d;
|
|
1736
1736
|
if (Array.isArray(r))
|
|
1737
1737
|
for (r = Array.prototype.slice.call(r), c = 0, d = r.length; c < d; c += 1)
|
|
1738
|
-
Array.isArray(r[c]) &&
|
|
1739
|
-
if (typeof r == "object" &&
|
|
1738
|
+
Array.isArray(r[c]) && E(e, "nested arrays are not supported inside keys"), typeof r == "object" && wt(r[c]) === "[object Object]" && (r[c] = "[object Object]");
|
|
1739
|
+
if (typeof r == "object" && wt(r) === "[object Object]" && (r = "[object Object]"), r = String(r), t === null && (t = {}), i === "tag:yaml.org,2002:merge")
|
|
1740
1740
|
if (Array.isArray(o))
|
|
1741
1741
|
for (c = 0, d = o.length; c < d; c += 1)
|
|
1742
1742
|
Tt(e, t, o[c], n);
|
|
1743
1743
|
else
|
|
1744
1744
|
Tt(e, t, o, n);
|
|
1745
1745
|
else
|
|
1746
|
-
!e.json && !ye.call(n, r) && ye.call(t, r) && (e.line = a || e.line, e.lineStart =
|
|
1746
|
+
!e.json && !ye.call(n, r) && ye.call(t, r) && (e.line = a || e.line, e.lineStart = s || e.lineStart, e.position = l || e.position, E(e, "duplicated mapping key")), r === "__proto__" ? Object.defineProperty(t, r, {
|
|
1747
1747
|
configurable: !0,
|
|
1748
1748
|
enumerable: !0,
|
|
1749
1749
|
writable: !0,
|
|
@@ -1753,7 +1753,7 @@ function _e(e, t, n, i, r, o, a, l, s) {
|
|
|
1753
1753
|
}
|
|
1754
1754
|
function lt(e) {
|
|
1755
1755
|
var t;
|
|
1756
|
-
t = e.input.charCodeAt(e.position), t === 10 ? e.position++ : t === 13 ? (e.position++, e.input.charCodeAt(e.position) === 10 && e.position++) :
|
|
1756
|
+
t = e.input.charCodeAt(e.position), t === 10 ? e.position++ : t === 13 ? (e.position++, e.input.charCodeAt(e.position) === 10 && e.position++) : E(e, "a line break is expected"), e.line += 1, e.lineStart = e.position, e.firstTabInLine = -1;
|
|
1757
1757
|
}
|
|
1758
1758
|
function Z(e, t, n) {
|
|
1759
1759
|
for (var i = 0, r = e.input.charCodeAt(e.position); r !== 0; ) {
|
|
@@ -1779,32 +1779,32 @@ function st(e, t) {
|
|
|
1779
1779
|
t === 1 ? e.result += " " : t > 1 && (e.result += ee.repeat(`
|
|
1780
1780
|
`, t - 1));
|
|
1781
1781
|
}
|
|
1782
|
-
function
|
|
1783
|
-
var i, r, o, a,
|
|
1784
|
-
if (
|
|
1782
|
+
function _a(e, t, n) {
|
|
1783
|
+
var i, r, o, a, s, l, c, d, u = e.kind, p = e.result, g;
|
|
1784
|
+
if (g = e.input.charCodeAt(e.position), le(g) || _e(g) || g === 35 || g === 38 || g === 42 || g === 33 || g === 124 || g === 62 || g === 39 || g === 34 || g === 37 || g === 64 || g === 96 || (g === 63 || g === 45) && (r = e.input.charCodeAt(e.position + 1), le(r) || n && _e(r)))
|
|
1785
1785
|
return !1;
|
|
1786
|
-
for (e.kind = "scalar", e.result = "", o = a = e.position,
|
|
1787
|
-
if (
|
|
1788
|
-
if (r = e.input.charCodeAt(e.position + 1), le(r) || n &&
|
|
1786
|
+
for (e.kind = "scalar", e.result = "", o = a = e.position, s = !1; g !== 0; ) {
|
|
1787
|
+
if (g === 58) {
|
|
1788
|
+
if (r = e.input.charCodeAt(e.position + 1), le(r) || n && _e(r))
|
|
1789
1789
|
break;
|
|
1790
|
-
} else if (
|
|
1790
|
+
} else if (g === 35) {
|
|
1791
1791
|
if (i = e.input.charCodeAt(e.position - 1), le(i))
|
|
1792
1792
|
break;
|
|
1793
1793
|
} else {
|
|
1794
|
-
if (e.position === e.lineStart && qe(e) || n &&
|
|
1794
|
+
if (e.position === e.lineStart && qe(e) || n && _e(g))
|
|
1795
1795
|
break;
|
|
1796
|
-
if (de(
|
|
1797
|
-
if (
|
|
1798
|
-
|
|
1796
|
+
if (de(g))
|
|
1797
|
+
if (l = e.line, c = e.lineStart, d = e.lineIndent, Z(e, !1, -1), e.lineIndent >= t) {
|
|
1798
|
+
s = !0, g = e.input.charCodeAt(e.position);
|
|
1799
1799
|
continue;
|
|
1800
1800
|
} else {
|
|
1801
|
-
e.position = a, e.line =
|
|
1801
|
+
e.position = a, e.line = l, e.lineStart = c, e.lineIndent = d;
|
|
1802
1802
|
break;
|
|
1803
1803
|
}
|
|
1804
1804
|
}
|
|
1805
|
-
|
|
1805
|
+
s && (ge(e, o, a, !1), st(e, e.line - l), o = a = e.position, s = !1), ve(g) || (a = e.position + 1), g = e.input.charCodeAt(++e.position);
|
|
1806
1806
|
}
|
|
1807
|
-
return ge(e, o, a, !1), e.result ? !0 : (e.kind = u, e.result =
|
|
1807
|
+
return ge(e, o, a, !1), e.result ? !0 : (e.kind = u, e.result = p, !1);
|
|
1808
1808
|
}
|
|
1809
1809
|
function wa(e, t) {
|
|
1810
1810
|
var n, i, r;
|
|
@@ -1816,49 +1816,49 @@ function wa(e, t) {
|
|
|
1816
1816
|
i = e.position, e.position++, r = e.position;
|
|
1817
1817
|
else
|
|
1818
1818
|
return !0;
|
|
1819
|
-
else de(n) ? (ge(e, i, r, !0), st(e, Z(e, !1, t)), i = r = e.position) : e.position === e.lineStart && qe(e) ?
|
|
1820
|
-
|
|
1819
|
+
else de(n) ? (ge(e, i, r, !0), st(e, Z(e, !1, t)), i = r = e.position) : e.position === e.lineStart && qe(e) ? E(e, "unexpected end of the document within a single quoted scalar") : (e.position++, r = e.position);
|
|
1820
|
+
E(e, "unexpected end of the stream within a single quoted scalar");
|
|
1821
1821
|
}
|
|
1822
|
-
function
|
|
1823
|
-
var n, i, r, o, a,
|
|
1824
|
-
if (
|
|
1822
|
+
function Sa(e, t) {
|
|
1823
|
+
var n, i, r, o, a, s;
|
|
1824
|
+
if (s = e.input.charCodeAt(e.position), s !== 34)
|
|
1825
1825
|
return !1;
|
|
1826
|
-
for (e.kind = "scalar", e.result = "", e.position++, n = i = e.position; (
|
|
1827
|
-
if (
|
|
1826
|
+
for (e.kind = "scalar", e.result = "", e.position++, n = i = e.position; (s = e.input.charCodeAt(e.position)) !== 0; ) {
|
|
1827
|
+
if (s === 34)
|
|
1828
1828
|
return ge(e, n, e.position, !0), e.position++, !0;
|
|
1829
|
-
if (
|
|
1830
|
-
if (ge(e, n, e.position, !0),
|
|
1829
|
+
if (s === 92) {
|
|
1830
|
+
if (ge(e, n, e.position, !0), s = e.input.charCodeAt(++e.position), de(s))
|
|
1831
1831
|
Z(e, !1, t);
|
|
1832
|
-
else if (
|
|
1833
|
-
e.result += Tn[
|
|
1834
|
-
else if ((a =
|
|
1832
|
+
else if (s < 256 && $n[s])
|
|
1833
|
+
e.result += Tn[s], e.position++;
|
|
1834
|
+
else if ((a = xa(s)) > 0) {
|
|
1835
1835
|
for (r = a, o = 0; r > 0; r--)
|
|
1836
|
-
|
|
1837
|
-
e.result +=
|
|
1836
|
+
s = e.input.charCodeAt(++e.position), (a = ba(s)) >= 0 ? o = (o << 4) + a : E(e, "expected hexadecimal character");
|
|
1837
|
+
e.result += ka(o), e.position++;
|
|
1838
1838
|
} else
|
|
1839
|
-
|
|
1839
|
+
E(e, "unknown escape sequence");
|
|
1840
1840
|
n = i = e.position;
|
|
1841
|
-
} else de(
|
|
1841
|
+
} else de(s) ? (ge(e, n, i, !0), st(e, Z(e, !1, t)), n = i = e.position) : e.position === e.lineStart && qe(e) ? E(e, "unexpected end of the document within a double quoted scalar") : (e.position++, i = e.position);
|
|
1842
1842
|
}
|
|
1843
|
-
|
|
1843
|
+
E(e, "unexpected end of the stream within a double quoted scalar");
|
|
1844
1844
|
}
|
|
1845
|
-
function
|
|
1846
|
-
var n = !0, i, r, o, a = e.tag,
|
|
1847
|
-
if (
|
|
1848
|
-
d = 93,
|
|
1849
|
-
else if (
|
|
1850
|
-
d = 125,
|
|
1845
|
+
function $a(e, t) {
|
|
1846
|
+
var n = !0, i, r, o, a = e.tag, s, l = e.anchor, c, d, u, p, g, h = /* @__PURE__ */ Object.create(null), x, y, k, C;
|
|
1847
|
+
if (C = e.input.charCodeAt(e.position), C === 91)
|
|
1848
|
+
d = 93, g = !1, s = [];
|
|
1849
|
+
else if (C === 123)
|
|
1850
|
+
d = 125, g = !0, s = {};
|
|
1851
1851
|
else
|
|
1852
1852
|
return !1;
|
|
1853
|
-
for (e.anchor !== null && (e.anchorMap[e.anchor] =
|
|
1854
|
-
if (Z(e, !0, t),
|
|
1855
|
-
return e.position++, e.tag = a, e.anchor =
|
|
1856
|
-
n ?
|
|
1853
|
+
for (e.anchor !== null && (e.anchorMap[e.anchor] = s), C = e.input.charCodeAt(++e.position); C !== 0; ) {
|
|
1854
|
+
if (Z(e, !0, t), C = e.input.charCodeAt(e.position), C === d)
|
|
1855
|
+
return e.position++, e.tag = a, e.anchor = l, e.kind = g ? "mapping" : "sequence", e.result = s, !0;
|
|
1856
|
+
n ? C === 44 && E(e, "expected the node content, but found ','") : E(e, "missed comma between flow collection entries"), y = x = k = null, u = p = !1, C === 63 && (c = e.input.charCodeAt(e.position + 1), le(c) && (u = p = !0, e.position++, Z(e, !0, t))), i = e.line, r = e.lineStart, o = e.position, $e(e, t, Be, !1, !0), y = e.tag, x = e.result, Z(e, !0, t), C = e.input.charCodeAt(e.position), (p || e.line === i) && C === 58 && (u = !0, C = e.input.charCodeAt(++e.position), Z(e, !0, t), $e(e, t, Be, !1, !0), k = e.result), g ? we(e, s, h, y, x, k, i, r, o) : u ? s.push(we(e, null, h, y, x, k, i, r, o)) : s.push(x), Z(e, !0, t), C = e.input.charCodeAt(e.position), C === 44 ? (n = !0, C = e.input.charCodeAt(++e.position)) : n = !1;
|
|
1857
1857
|
}
|
|
1858
|
-
|
|
1858
|
+
E(e, "unexpected end of the stream within a flow collection");
|
|
1859
1859
|
}
|
|
1860
|
-
function
|
|
1861
|
-
var n, i, r = We, o = !1, a = !1,
|
|
1860
|
+
function Ta(e, t) {
|
|
1861
|
+
var n, i, r = We, o = !1, a = !1, s = t, l = 0, c = !1, d, u;
|
|
1862
1862
|
if (u = e.input.charCodeAt(e.position), u === 124)
|
|
1863
1863
|
i = !1;
|
|
1864
1864
|
else if (u === 62)
|
|
@@ -1867,9 +1867,9 @@ function $a(e, t) {
|
|
|
1867
1867
|
return !1;
|
|
1868
1868
|
for (e.kind = "scalar", e.result = ""; u !== 0; )
|
|
1869
1869
|
if (u = e.input.charCodeAt(++e.position), u === 43 || u === 45)
|
|
1870
|
-
We === r ? r = u === 43 ?
|
|
1871
|
-
else if ((d =
|
|
1872
|
-
d === 0 ?
|
|
1870
|
+
We === r ? r = u === 43 ? _t : ha : E(e, "repeat of a chomping mode identifier");
|
|
1871
|
+
else if ((d = Ca(u)) >= 0)
|
|
1872
|
+
d === 0 ? E(e, "bad explicit indentation width of a block scalar; it cannot be less than one") : a ? E(e, "repeat of an indentation width identifier") : (s = t + d - 1, a = !0);
|
|
1873
1873
|
else
|
|
1874
1874
|
break;
|
|
1875
1875
|
if (ve(u)) {
|
|
@@ -1882,140 +1882,140 @@ function $a(e, t) {
|
|
|
1882
1882
|
while (!de(u) && u !== 0);
|
|
1883
1883
|
}
|
|
1884
1884
|
for (; u !== 0; ) {
|
|
1885
|
-
for (lt(e), e.lineIndent = 0, u = e.input.charCodeAt(e.position); (!a || e.lineIndent <
|
|
1885
|
+
for (lt(e), e.lineIndent = 0, u = e.input.charCodeAt(e.position); (!a || e.lineIndent < s) && u === 32; )
|
|
1886
1886
|
e.lineIndent++, u = e.input.charCodeAt(++e.position);
|
|
1887
|
-
if (!a && e.lineIndent >
|
|
1888
|
-
|
|
1887
|
+
if (!a && e.lineIndent > s && (s = e.lineIndent), de(u)) {
|
|
1888
|
+
l++;
|
|
1889
1889
|
continue;
|
|
1890
1890
|
}
|
|
1891
|
-
if (e.lineIndent <
|
|
1892
|
-
r ===
|
|
1893
|
-
`, o ? 1 +
|
|
1891
|
+
if (e.lineIndent < s) {
|
|
1892
|
+
r === _t ? e.result += ee.repeat(`
|
|
1893
|
+
`, o ? 1 + l : l) : r === We && o && (e.result += `
|
|
1894
1894
|
`);
|
|
1895
1895
|
break;
|
|
1896
1896
|
}
|
|
1897
1897
|
for (i ? ve(u) ? (c = !0, e.result += ee.repeat(`
|
|
1898
|
-
`, o ? 1 +
|
|
1899
|
-
`,
|
|
1900
|
-
`,
|
|
1901
|
-
`, o ? 1 +
|
|
1898
|
+
`, o ? 1 + l : l)) : c ? (c = !1, e.result += ee.repeat(`
|
|
1899
|
+
`, l + 1)) : l === 0 ? o && (e.result += " ") : e.result += ee.repeat(`
|
|
1900
|
+
`, l) : e.result += ee.repeat(`
|
|
1901
|
+
`, o ? 1 + l : l), o = !0, a = !0, l = 0, n = e.position; !de(u) && u !== 0; )
|
|
1902
1902
|
u = e.input.charCodeAt(++e.position);
|
|
1903
1903
|
ge(e, n, e.position, !1);
|
|
1904
1904
|
}
|
|
1905
1905
|
return !0;
|
|
1906
1906
|
}
|
|
1907
1907
|
function It(e, t) {
|
|
1908
|
-
var n, i = e.tag, r = e.anchor, o = [], a,
|
|
1908
|
+
var n, i = e.tag, r = e.anchor, o = [], a, s = !1, l;
|
|
1909
1909
|
if (e.firstTabInLine !== -1) return !1;
|
|
1910
|
-
for (e.anchor !== null && (e.anchorMap[e.anchor] = o),
|
|
1911
|
-
if (
|
|
1912
|
-
o.push(null),
|
|
1910
|
+
for (e.anchor !== null && (e.anchorMap[e.anchor] = o), l = e.input.charCodeAt(e.position); l !== 0 && (e.firstTabInLine !== -1 && (e.position = e.firstTabInLine, E(e, "tab characters must not be used in indentation")), !(l !== 45 || (a = e.input.charCodeAt(e.position + 1), !le(a)))); ) {
|
|
1911
|
+
if (s = !0, e.position++, Z(e, !0, -1) && e.lineIndent <= t) {
|
|
1912
|
+
o.push(null), l = e.input.charCodeAt(e.position);
|
|
1913
1913
|
continue;
|
|
1914
1914
|
}
|
|
1915
|
-
if (n = e.line, $e(e, t,
|
|
1916
|
-
|
|
1915
|
+
if (n = e.line, $e(e, t, _n, !1, !0), o.push(e.result), Z(e, !0, -1), l = e.input.charCodeAt(e.position), (e.line === n || e.lineIndent > t) && l !== 0)
|
|
1916
|
+
E(e, "bad indentation of a sequence entry");
|
|
1917
1917
|
else if (e.lineIndent < t)
|
|
1918
1918
|
break;
|
|
1919
1919
|
}
|
|
1920
|
-
return
|
|
1920
|
+
return s ? (e.tag = i, e.anchor = r, e.kind = "sequence", e.result = o, !0) : !1;
|
|
1921
1921
|
}
|
|
1922
|
-
function
|
|
1923
|
-
var i, r, o, a,
|
|
1922
|
+
function Ia(e, t, n) {
|
|
1923
|
+
var i, r, o, a, s, l, c = e.tag, d = e.anchor, u = {}, p = /* @__PURE__ */ Object.create(null), g = null, h = null, x = null, y = !1, k = !1, C;
|
|
1924
1924
|
if (e.firstTabInLine !== -1) return !1;
|
|
1925
|
-
for (e.anchor !== null && (e.anchorMap[e.anchor] = u),
|
|
1926
|
-
if (!
|
|
1927
|
-
|
|
1925
|
+
for (e.anchor !== null && (e.anchorMap[e.anchor] = u), C = e.input.charCodeAt(e.position); C !== 0; ) {
|
|
1926
|
+
if (!y && e.firstTabInLine !== -1 && (e.position = e.firstTabInLine, E(e, "tab characters must not be used in indentation")), i = e.input.charCodeAt(e.position + 1), o = e.line, (C === 63 || C === 58) && le(i))
|
|
1927
|
+
C === 63 ? (y && (we(e, u, p, g, h, null, a, s, l), g = h = x = null), k = !0, y = !0, r = !0) : y ? (y = !1, r = !0) : E(e, "incomplete explicit mapping pair; a key node is missed; or followed by a non-tabulated empty line"), e.position += 1, C = i;
|
|
1928
1928
|
else {
|
|
1929
|
-
if (a = e.line,
|
|
1929
|
+
if (a = e.line, s = e.lineStart, l = e.position, !$e(e, n, An, !1, !0))
|
|
1930
1930
|
break;
|
|
1931
1931
|
if (e.line === o) {
|
|
1932
|
-
for (
|
|
1933
|
-
|
|
1934
|
-
if (
|
|
1935
|
-
|
|
1932
|
+
for (C = e.input.charCodeAt(e.position); ve(C); )
|
|
1933
|
+
C = e.input.charCodeAt(++e.position);
|
|
1934
|
+
if (C === 58)
|
|
1935
|
+
C = e.input.charCodeAt(++e.position), le(C) || E(e, "a whitespace character is expected after the key-value separator within a block mapping"), y && (we(e, u, p, g, h, null, a, s, l), g = h = x = null), k = !0, y = !1, r = !1, g = e.tag, h = e.result;
|
|
1936
1936
|
else if (k)
|
|
1937
|
-
|
|
1937
|
+
E(e, "can not read an implicit mapping pair; a colon is missed");
|
|
1938
1938
|
else
|
|
1939
1939
|
return e.tag = c, e.anchor = d, !0;
|
|
1940
1940
|
} else if (k)
|
|
1941
|
-
|
|
1941
|
+
E(e, "can not read a block mapping entry; a multiline key may not be an implicit key");
|
|
1942
1942
|
else
|
|
1943
1943
|
return e.tag = c, e.anchor = d, !0;
|
|
1944
1944
|
}
|
|
1945
|
-
if ((e.line === o || e.lineIndent > t) && (
|
|
1946
|
-
|
|
1945
|
+
if ((e.line === o || e.lineIndent > t) && (y && (a = e.line, s = e.lineStart, l = e.position), $e(e, t, Re, !0, r) && (y ? h = e.result : x = e.result), y || (we(e, u, p, g, h, x, a, s, l), g = h = x = null), Z(e, !0, -1), C = e.input.charCodeAt(e.position)), (e.line === o || e.lineIndent > t) && C !== 0)
|
|
1946
|
+
E(e, "bad indentation of a mapping entry");
|
|
1947
1947
|
else if (e.lineIndent < t)
|
|
1948
1948
|
break;
|
|
1949
1949
|
}
|
|
1950
|
-
return
|
|
1950
|
+
return y && we(e, u, p, g, h, null, a, s, l), k && (e.tag = c, e.anchor = d, e.kind = "mapping", e.result = u), k;
|
|
1951
1951
|
}
|
|
1952
|
-
function
|
|
1952
|
+
function Ea(e) {
|
|
1953
1953
|
var t, n = !1, i = !1, r, o, a;
|
|
1954
1954
|
if (a = e.input.charCodeAt(e.position), a !== 33) return !1;
|
|
1955
|
-
if (e.tag !== null &&
|
|
1955
|
+
if (e.tag !== null && E(e, "duplication of a tag property"), a = e.input.charCodeAt(++e.position), a === 60 ? (n = !0, a = e.input.charCodeAt(++e.position)) : a === 33 ? (i = !0, r = "!!", a = e.input.charCodeAt(++e.position)) : r = "!", t = e.position, n) {
|
|
1956
1956
|
do
|
|
1957
1957
|
a = e.input.charCodeAt(++e.position);
|
|
1958
1958
|
while (a !== 0 && a !== 62);
|
|
1959
|
-
e.position < e.length ? (o = e.input.slice(t, e.position), a = e.input.charCodeAt(++e.position)) :
|
|
1959
|
+
e.position < e.length ? (o = e.input.slice(t, e.position), a = e.input.charCodeAt(++e.position)) : E(e, "unexpected end of the stream within a verbatim tag");
|
|
1960
1960
|
} else {
|
|
1961
1961
|
for (; a !== 0 && !le(a); )
|
|
1962
|
-
a === 33 && (i ?
|
|
1963
|
-
o = e.input.slice(t, e.position),
|
|
1962
|
+
a === 33 && (i ? E(e, "tag suffix cannot contain exclamation marks") : (r = e.input.slice(t - 1, e.position + 1), wn.test(r) || E(e, "named tag handle cannot contain such characters"), i = !0, t = e.position + 1)), a = e.input.charCodeAt(++e.position);
|
|
1963
|
+
o = e.input.slice(t, e.position), va.test(o) && E(e, "tag suffix cannot contain flow indicator characters");
|
|
1964
1964
|
}
|
|
1965
|
-
o && !Sn.test(o) &&
|
|
1965
|
+
o && !Sn.test(o) && E(e, "tag name cannot contain such characters: " + o);
|
|
1966
1966
|
try {
|
|
1967
1967
|
o = decodeURIComponent(o);
|
|
1968
1968
|
} catch {
|
|
1969
|
-
|
|
1969
|
+
E(e, "tag name is malformed: " + o);
|
|
1970
1970
|
}
|
|
1971
|
-
return n ? e.tag = o : ye.call(e.tagMap, r) ? e.tag = e.tagMap[r] + o : r === "!" ? e.tag = "!" + o : r === "!!" ? e.tag = "tag:yaml.org,2002:" + o :
|
|
1971
|
+
return n ? e.tag = o : ye.call(e.tagMap, r) ? e.tag = e.tagMap[r] + o : r === "!" ? e.tag = "!" + o : r === "!!" ? e.tag = "tag:yaml.org,2002:" + o : E(e, 'undeclared tag handle "' + r + '"'), !0;
|
|
1972
1972
|
}
|
|
1973
|
-
function
|
|
1973
|
+
function Fa(e) {
|
|
1974
1974
|
var t, n;
|
|
1975
1975
|
if (n = e.input.charCodeAt(e.position), n !== 38) return !1;
|
|
1976
|
-
for (e.anchor !== null &&
|
|
1976
|
+
for (e.anchor !== null && E(e, "duplication of an anchor property"), n = e.input.charCodeAt(++e.position), t = e.position; n !== 0 && !le(n) && !_e(n); )
|
|
1977
1977
|
n = e.input.charCodeAt(++e.position);
|
|
1978
|
-
return e.position === t &&
|
|
1978
|
+
return e.position === t && E(e, "name of an anchor node must contain at least one character"), e.anchor = e.input.slice(t, e.position), !0;
|
|
1979
1979
|
}
|
|
1980
|
-
function
|
|
1980
|
+
function Oa(e) {
|
|
1981
1981
|
var t, n, i;
|
|
1982
1982
|
if (i = e.input.charCodeAt(e.position), i !== 42) return !1;
|
|
1983
|
-
for (i = e.input.charCodeAt(++e.position), t = e.position; i !== 0 && !le(i) && !
|
|
1983
|
+
for (i = e.input.charCodeAt(++e.position), t = e.position; i !== 0 && !le(i) && !_e(i); )
|
|
1984
1984
|
i = e.input.charCodeAt(++e.position);
|
|
1985
|
-
return e.position === t &&
|
|
1985
|
+
return e.position === t && E(e, "name of an alias node must contain at least one character"), n = e.input.slice(t, e.position), ye.call(e.anchorMap, n) || E(e, 'unidentified alias "' + n + '"'), e.result = e.anchorMap[n], Z(e, !0, -1), !0;
|
|
1986
1986
|
}
|
|
1987
1987
|
function $e(e, t, n, i, r) {
|
|
1988
|
-
var o, a,
|
|
1989
|
-
if (e.listener !== null && e.listener("open", e), e.tag = null, e.anchor = null, e.kind = null, e.result = null, o = a =
|
|
1990
|
-
for (;
|
|
1991
|
-
Z(e, !0, -1) ? (c = !0,
|
|
1992
|
-
if (
|
|
1988
|
+
var o, a, s, l = 1, c = !1, d = !1, u, p, g, h, x, y;
|
|
1989
|
+
if (e.listener !== null && e.listener("open", e), e.tag = null, e.anchor = null, e.kind = null, e.result = null, o = a = s = Re === n || _n === n, i && Z(e, !0, -1) && (c = !0, e.lineIndent > t ? l = 1 : e.lineIndent === t ? l = 0 : e.lineIndent < t && (l = -1)), l === 1)
|
|
1990
|
+
for (; Ea(e) || Fa(e); )
|
|
1991
|
+
Z(e, !0, -1) ? (c = !0, s = o, e.lineIndent > t ? l = 1 : e.lineIndent === t ? l = 0 : e.lineIndent < t && (l = -1)) : s = !1;
|
|
1992
|
+
if (s && (s = c || r), (l === 1 || Re === n) && (Be === n || An === n ? x = t : x = t + 1, y = e.position - e.lineStart, l === 1 ? s && (It(e, y) || Ia(e, y, x)) || $a(e, x) ? d = !0 : (a && Ta(e, x) || wa(e, x) || Sa(e, x) ? d = !0 : Oa(e) ? (d = !0, (e.tag !== null || e.anchor !== null) && E(e, "alias node should not have any properties")) : _a(e, x, Be === n) && (d = !0, e.tag === null && (e.tag = "?")), e.anchor !== null && (e.anchorMap[e.anchor] = e.result)) : l === 0 && (d = s && It(e, y))), e.tag === null)
|
|
1993
1993
|
e.anchor !== null && (e.anchorMap[e.anchor] = e.result);
|
|
1994
1994
|
else if (e.tag === "?") {
|
|
1995
|
-
for (e.result !== null && e.kind !== "scalar" &&
|
|
1996
|
-
if (
|
|
1997
|
-
e.result =
|
|
1995
|
+
for (e.result !== null && e.kind !== "scalar" && E(e, 'unacceptable node kind for !<?> tag; it should be "scalar", not "' + e.kind + '"'), u = 0, p = e.implicitTypes.length; u < p; u += 1)
|
|
1996
|
+
if (h = e.implicitTypes[u], h.resolve(e.result)) {
|
|
1997
|
+
e.result = h.construct(e.result), e.tag = h.tag, e.anchor !== null && (e.anchorMap[e.anchor] = e.result);
|
|
1998
1998
|
break;
|
|
1999
1999
|
}
|
|
2000
2000
|
} else if (e.tag !== "!") {
|
|
2001
2001
|
if (ye.call(e.typeMap[e.kind || "fallback"], e.tag))
|
|
2002
|
-
|
|
2002
|
+
h = e.typeMap[e.kind || "fallback"][e.tag];
|
|
2003
2003
|
else
|
|
2004
|
-
for (
|
|
2005
|
-
if (e.tag.slice(0,
|
|
2006
|
-
|
|
2004
|
+
for (h = null, g = e.typeMap.multi[e.kind || "fallback"], u = 0, p = g.length; u < p; u += 1)
|
|
2005
|
+
if (e.tag.slice(0, g[u].tag.length) === g[u].tag) {
|
|
2006
|
+
h = g[u];
|
|
2007
2007
|
break;
|
|
2008
2008
|
}
|
|
2009
|
-
|
|
2009
|
+
h || E(e, "unknown tag !<" + e.tag + ">"), e.result !== null && h.kind !== e.kind && E(e, "unacceptable node kind for !<" + e.tag + '> tag; it should be "' + h.kind + '", not "' + e.kind + '"'), h.resolve(e.result, e.tag) ? (e.result = h.construct(e.result, e.tag), e.anchor !== null && (e.anchorMap[e.anchor] = e.result)) : E(e, "cannot resolve a node with !<" + e.tag + "> explicit tag");
|
|
2010
2010
|
}
|
|
2011
2011
|
return e.listener !== null && e.listener("close", e), e.tag !== null || e.anchor !== null || d;
|
|
2012
2012
|
}
|
|
2013
|
-
function
|
|
2013
|
+
function La(e) {
|
|
2014
2014
|
var t = e.position, n, i, r, o = !1, a;
|
|
2015
2015
|
for (e.version = null, e.checkLineBreaks = e.legacy, e.tagMap = /* @__PURE__ */ Object.create(null), e.anchorMap = /* @__PURE__ */ Object.create(null); (a = e.input.charCodeAt(e.position)) !== 0 && (Z(e, !0, -1), a = e.input.charCodeAt(e.position), !(e.lineIndent > 0 || a !== 37)); ) {
|
|
2016
2016
|
for (o = !0, a = e.input.charCodeAt(++e.position), n = e.position; a !== 0 && !le(a); )
|
|
2017
2017
|
a = e.input.charCodeAt(++e.position);
|
|
2018
|
-
for (i = e.input.slice(n, e.position), r = [], i.length < 1 &&
|
|
2018
|
+
for (i = e.input.slice(n, e.position), r = [], i.length < 1 && E(e, "directive name must not be less than one character in length"); a !== 0; ) {
|
|
2019
2019
|
for (; ve(a); )
|
|
2020
2020
|
a = e.input.charCodeAt(++e.position);
|
|
2021
2021
|
if (a === 35) {
|
|
@@ -2031,26 +2031,26 @@ function Oa(e) {
|
|
|
2031
2031
|
}
|
|
2032
2032
|
a !== 0 && lt(e), ye.call($t, i) ? $t[i](e, i, r) : Ke(e, 'unknown document directive "' + i + '"');
|
|
2033
2033
|
}
|
|
2034
|
-
if (Z(e, !0, -1), e.lineIndent === 0 && e.input.charCodeAt(e.position) === 45 && e.input.charCodeAt(e.position + 1) === 45 && e.input.charCodeAt(e.position + 2) === 45 ? (e.position += 3, Z(e, !0, -1)) : o &&
|
|
2034
|
+
if (Z(e, !0, -1), e.lineIndent === 0 && e.input.charCodeAt(e.position) === 45 && e.input.charCodeAt(e.position + 1) === 45 && e.input.charCodeAt(e.position + 2) === 45 ? (e.position += 3, Z(e, !0, -1)) : o && E(e, "directives end mark is expected"), $e(e, e.lineIndent - 1, Re, !1, !0), Z(e, !0, -1), e.checkLineBreaks && ya.test(e.input.slice(t, e.position)) && Ke(e, "non-ASCII line breaks are interpreted as content"), e.documents.push(e.result), e.position === e.lineStart && qe(e)) {
|
|
2035
2035
|
e.input.charCodeAt(e.position) === 46 && (e.position += 3, Z(e, !0, -1));
|
|
2036
2036
|
return;
|
|
2037
2037
|
}
|
|
2038
2038
|
if (e.position < e.length - 1)
|
|
2039
|
-
|
|
2039
|
+
E(e, "end of the stream or a document separator is expected");
|
|
2040
2040
|
else
|
|
2041
2041
|
return;
|
|
2042
2042
|
}
|
|
2043
2043
|
function En(e, t) {
|
|
2044
2044
|
e = String(e), t = t || {}, e.length !== 0 && (e.charCodeAt(e.length - 1) !== 10 && e.charCodeAt(e.length - 1) !== 13 && (e += `
|
|
2045
2045
|
`), e.charCodeAt(0) === 65279 && (e = e.slice(1)));
|
|
2046
|
-
var n = new
|
|
2047
|
-
for (i !== -1 && (n.position = i,
|
|
2046
|
+
var n = new Aa(e, t), i = e.indexOf("\0");
|
|
2047
|
+
for (i !== -1 && (n.position = i, E(n, "null byte is not allowed in input")), n.input += "\0"; n.input.charCodeAt(n.position) === 32; )
|
|
2048
2048
|
n.lineIndent += 1, n.position += 1;
|
|
2049
2049
|
for (; n.position < n.length - 1; )
|
|
2050
|
-
|
|
2050
|
+
La(n);
|
|
2051
2051
|
return n.documents;
|
|
2052
2052
|
}
|
|
2053
|
-
function
|
|
2053
|
+
function Ba(e, t, n) {
|
|
2054
2054
|
t !== null && typeof t == "object" && typeof n > "u" && (n = t, t = null);
|
|
2055
2055
|
var i = En(e, n);
|
|
2056
2056
|
if (typeof t != "function")
|
|
@@ -2058,7 +2058,7 @@ function La(e, t, n) {
|
|
|
2058
2058
|
for (var r = 0, o = i.length; r < o; r += 1)
|
|
2059
2059
|
t(i[r]);
|
|
2060
2060
|
}
|
|
2061
|
-
function
|
|
2061
|
+
function Ra(e, t) {
|
|
2062
2062
|
var n = En(e, t);
|
|
2063
2063
|
if (n.length !== 0) {
|
|
2064
2064
|
if (n.length === 1)
|
|
@@ -2066,26 +2066,26 @@ function Ba(e, t) {
|
|
|
2066
2066
|
throw new oe("expected a single document in the stream, but found more");
|
|
2067
2067
|
}
|
|
2068
2068
|
}
|
|
2069
|
-
var
|
|
2070
|
-
loadAll:
|
|
2071
|
-
load:
|
|
2072
|
-
}, On = Object.prototype.toString, Ln = Object.prototype.hasOwnProperty, ct = 65279,
|
|
2073
|
-
|
|
2074
|
-
|
|
2075
|
-
|
|
2076
|
-
|
|
2077
|
-
|
|
2078
|
-
|
|
2079
|
-
|
|
2080
|
-
|
|
2081
|
-
|
|
2082
|
-
|
|
2083
|
-
|
|
2084
|
-
|
|
2085
|
-
|
|
2086
|
-
|
|
2087
|
-
|
|
2088
|
-
var
|
|
2069
|
+
var Ka = Ba, Na = Ra, Fn = {
|
|
2070
|
+
loadAll: Ka,
|
|
2071
|
+
load: Na
|
|
2072
|
+
}, On = Object.prototype.toString, Ln = Object.prototype.hasOwnProperty, ct = 65279, Ma = 9, Ee = 10, ja = 13, Da = 32, Pa = 33, Ua = 34, Qe = 35, qa = 37, Ha = 38, Va = 39, Ya = 42, Bn = 44, Wa = 45, Ne = 58, Ja = 61, Ga = 62, za = 63, Qa = 64, Rn = 91, Kn = 93, Za = 96, Nn = 123, Xa = 124, Mn = 125, re = {};
|
|
2073
|
+
re[0] = "\\0";
|
|
2074
|
+
re[7] = "\\a";
|
|
2075
|
+
re[8] = "\\b";
|
|
2076
|
+
re[9] = "\\t";
|
|
2077
|
+
re[10] = "\\n";
|
|
2078
|
+
re[11] = "\\v";
|
|
2079
|
+
re[12] = "\\f";
|
|
2080
|
+
re[13] = "\\r";
|
|
2081
|
+
re[27] = "\\e";
|
|
2082
|
+
re[34] = '\\"';
|
|
2083
|
+
re[92] = "\\\\";
|
|
2084
|
+
re[133] = "\\N";
|
|
2085
|
+
re[160] = "\\_";
|
|
2086
|
+
re[8232] = "\\L";
|
|
2087
|
+
re[8233] = "\\P";
|
|
2088
|
+
var eo = [
|
|
2089
2089
|
"y",
|
|
2090
2090
|
"Y",
|
|
2091
2091
|
"yes",
|
|
@@ -2102,15 +2102,15 @@ var Xa = [
|
|
|
2102
2102
|
"off",
|
|
2103
2103
|
"Off",
|
|
2104
2104
|
"OFF"
|
|
2105
|
-
],
|
|
2106
|
-
function
|
|
2107
|
-
var n, i, r, o, a,
|
|
2105
|
+
], to = /^[-+]?[0-9_]+(?::[0-9_]+)+(?:\.[0-9_]*)?$/;
|
|
2106
|
+
function no(e, t) {
|
|
2107
|
+
var n, i, r, o, a, s, l;
|
|
2108
2108
|
if (t === null) return {};
|
|
2109
2109
|
for (n = {}, i = Object.keys(t), r = 0, o = i.length; r < o; r += 1)
|
|
2110
|
-
a = i[r],
|
|
2110
|
+
a = i[r], s = String(t[a]), a.slice(0, 2) === "!!" && (a = "tag:yaml.org,2002:" + a.slice(2)), l = e.compiledTypeMap.fallback[a], l && Ln.call(l.styleAliases, s) && (s = l.styleAliases[s]), n[a] = s;
|
|
2111
2111
|
return n;
|
|
2112
2112
|
}
|
|
2113
|
-
function
|
|
2113
|
+
function io(e) {
|
|
2114
2114
|
var t, n, i;
|
|
2115
2115
|
if (t = e.toString(16).toUpperCase(), e <= 255)
|
|
2116
2116
|
n = "x", i = 2;
|
|
@@ -2122,14 +2122,14 @@ function no(e) {
|
|
|
2122
2122
|
throw new oe("code point within a string may not be greater than 0xFFFFFFFF");
|
|
2123
2123
|
return "\\" + n + ee.repeat("0", i - t.length) + t;
|
|
2124
2124
|
}
|
|
2125
|
-
var
|
|
2126
|
-
function
|
|
2127
|
-
this.schema = e.schema || ot, this.indent = Math.max(1, e.indent || 2), this.noArrayIndent = e.noArrayIndent || !1, this.skipInvalid = e.skipInvalid || !1, this.flowLevel = ee.isNothing(e.flowLevel) ? -1 : e.flowLevel, this.styleMap =
|
|
2125
|
+
var ro = 1, Fe = 2;
|
|
2126
|
+
function ao(e) {
|
|
2127
|
+
this.schema = e.schema || ot, this.indent = Math.max(1, e.indent || 2), this.noArrayIndent = e.noArrayIndent || !1, this.skipInvalid = e.skipInvalid || !1, this.flowLevel = ee.isNothing(e.flowLevel) ? -1 : e.flowLevel, this.styleMap = no(this.schema, e.styles || null), this.sortKeys = e.sortKeys || !1, this.lineWidth = e.lineWidth || 80, this.noRefs = e.noRefs || !1, this.noCompatMode = e.noCompatMode || !1, this.condenseFlow = e.condenseFlow || !1, this.quotingType = e.quotingType === '"' ? Fe : ro, this.forceQuotes = e.forceQuotes || !1, this.replacer = typeof e.replacer == "function" ? e.replacer : null, this.implicitTypes = this.schema.compiledImplicit, this.explicitTypes = this.schema.compiledExplicit, this.tag = null, this.result = "", this.duplicates = [], this.usedDuplicates = null;
|
|
2128
2128
|
}
|
|
2129
2129
|
function Et(e, t) {
|
|
2130
|
-
for (var n = ee.repeat(" ", t), i = 0, r = -1, o = "", a,
|
|
2130
|
+
for (var n = ee.repeat(" ", t), i = 0, r = -1, o = "", a, s = e.length; i < s; )
|
|
2131
2131
|
r = e.indexOf(`
|
|
2132
|
-
`, i), r === -1 ? (a = e.slice(i), i =
|
|
2132
|
+
`, i), r === -1 ? (a = e.slice(i), i = s) : (a = e.slice(i, r + 1), i = r + 1), a.length && a !== `
|
|
2133
2133
|
` && (o += n), o += a;
|
|
2134
2134
|
return o;
|
|
2135
2135
|
}
|
|
@@ -2137,7 +2137,7 @@ function Ze(e, t) {
|
|
|
2137
2137
|
return `
|
|
2138
2138
|
` + ee.repeat(" ", e.indent * t);
|
|
2139
2139
|
}
|
|
2140
|
-
function
|
|
2140
|
+
function oo(e, t) {
|
|
2141
2141
|
var n, i, r;
|
|
2142
2142
|
for (n = 0, i = e.implicitTypes.length; n < i; n += 1)
|
|
2143
2143
|
if (r = e.implicitTypes[n], r.resolve(t))
|
|
@@ -2145,13 +2145,13 @@ function ao(e, t) {
|
|
|
2145
2145
|
return !1;
|
|
2146
2146
|
}
|
|
2147
2147
|
function Me(e) {
|
|
2148
|
-
return e ===
|
|
2148
|
+
return e === Da || e === Ma;
|
|
2149
2149
|
}
|
|
2150
2150
|
function Oe(e) {
|
|
2151
2151
|
return 32 <= e && e <= 126 || 161 <= e && e <= 55295 && e !== 8232 && e !== 8233 || 57344 <= e && e <= 65533 && e !== ct || 65536 <= e && e <= 1114111;
|
|
2152
2152
|
}
|
|
2153
2153
|
function Ft(e) {
|
|
2154
|
-
return Oe(e) && e !== ct && e !==
|
|
2154
|
+
return Oe(e) && e !== ct && e !== ja && e !== Ee;
|
|
2155
2155
|
}
|
|
2156
2156
|
function Ot(e, t, n) {
|
|
2157
2157
|
var i = Ft(e), r = i && !Me(e);
|
|
@@ -2163,10 +2163,10 @@ function Ot(e, t, n) {
|
|
|
2163
2163
|
) : i && e !== Bn && e !== Rn && e !== Kn && e !== Nn && e !== Mn) && e !== Qe && !(t === Ne && !r) || Ft(t) && !Me(t) && e === Qe || t === Ne && r
|
|
2164
2164
|
);
|
|
2165
2165
|
}
|
|
2166
|
-
function oo(e) {
|
|
2167
|
-
return Oe(e) && e !== ct && !Me(e) && e !== Ya && e !== Ga && e !== Ne && e !== Bn && e !== Rn && e !== Kn && e !== Nn && e !== Mn && e !== Qe && e !== qa && e !== Va && e !== Da && e !== Za && e !== Wa && e !== Ja && e !== Ha && e !== Pa && e !== Ua && e !== za && e !== Qa;
|
|
2168
|
-
}
|
|
2169
2166
|
function lo(e) {
|
|
2167
|
+
return Oe(e) && e !== ct && !Me(e) && e !== Wa && e !== za && e !== Ne && e !== Bn && e !== Rn && e !== Kn && e !== Nn && e !== Mn && e !== Qe && e !== Ha && e !== Ya && e !== Pa && e !== Xa && e !== Ja && e !== Ga && e !== Va && e !== Ua && e !== qa && e !== Qa && e !== Za;
|
|
2168
|
+
}
|
|
2169
|
+
function so(e) {
|
|
2170
2170
|
return !Me(e) && e !== Ne;
|
|
2171
2171
|
}
|
|
2172
2172
|
function Te(e, t) {
|
|
@@ -2178,43 +2178,43 @@ function jn(e) {
|
|
|
2178
2178
|
return t.test(e);
|
|
2179
2179
|
}
|
|
2180
2180
|
var Dn = 1, Xe = 2, Pn = 3, Un = 4, Ae = 5;
|
|
2181
|
-
function
|
|
2182
|
-
var
|
|
2181
|
+
function co(e, t, n, i, r, o, a, s) {
|
|
2182
|
+
var l, c = 0, d = null, u = !1, p = !1, g = i !== -1, h = -1, x = lo(Te(e, 0)) && so(Te(e, e.length - 1));
|
|
2183
2183
|
if (t || a)
|
|
2184
|
-
for (
|
|
2185
|
-
if (c = Te(e,
|
|
2184
|
+
for (l = 0; l < e.length; c >= 65536 ? l += 2 : l++) {
|
|
2185
|
+
if (c = Te(e, l), !Oe(c))
|
|
2186
2186
|
return Ae;
|
|
2187
|
-
|
|
2187
|
+
x = x && Ot(c, d, s), d = c;
|
|
2188
2188
|
}
|
|
2189
2189
|
else {
|
|
2190
|
-
for (
|
|
2191
|
-
if (c = Te(e,
|
|
2192
|
-
u = !0,
|
|
2193
|
-
|
|
2190
|
+
for (l = 0; l < e.length; c >= 65536 ? l += 2 : l++) {
|
|
2191
|
+
if (c = Te(e, l), c === Ee)
|
|
2192
|
+
u = !0, g && (p = p || // Foldable line = too long, and not more-indented.
|
|
2193
|
+
l - h - 1 > i && e[h + 1] !== " ", h = l);
|
|
2194
2194
|
else if (!Oe(c))
|
|
2195
2195
|
return Ae;
|
|
2196
|
-
|
|
2196
|
+
x = x && Ot(c, d, s), d = c;
|
|
2197
2197
|
}
|
|
2198
|
-
|
|
2198
|
+
p = p || g && l - h - 1 > i && e[h + 1] !== " ";
|
|
2199
2199
|
}
|
|
2200
|
-
return !u && !
|
|
2200
|
+
return !u && !p ? x && !a && !r(e) ? Dn : o === Fe ? Ae : Xe : n > 9 && jn(e) ? Ae : a ? o === Fe ? Ae : Xe : p ? Un : Pn;
|
|
2201
2201
|
}
|
|
2202
|
-
function
|
|
2202
|
+
function uo(e, t, n, i, r) {
|
|
2203
2203
|
e.dump = function() {
|
|
2204
2204
|
if (t.length === 0)
|
|
2205
2205
|
return e.quotingType === Fe ? '""' : "''";
|
|
2206
|
-
if (!e.noCompatMode && (
|
|
2206
|
+
if (!e.noCompatMode && (eo.indexOf(t) !== -1 || to.test(t)))
|
|
2207
2207
|
return e.quotingType === Fe ? '"' + t + '"' : "'" + t + "'";
|
|
2208
|
-
var o = e.indent * Math.max(1, n), a = e.lineWidth === -1 ? -1 : Math.max(Math.min(e.lineWidth, 40), e.lineWidth - o),
|
|
2209
|
-
function
|
|
2210
|
-
return
|
|
2208
|
+
var o = e.indent * Math.max(1, n), a = e.lineWidth === -1 ? -1 : Math.max(Math.min(e.lineWidth, 40), e.lineWidth - o), s = i || e.flowLevel > -1 && n >= e.flowLevel;
|
|
2209
|
+
function l(c) {
|
|
2210
|
+
return oo(e, c);
|
|
2211
2211
|
}
|
|
2212
|
-
switch (
|
|
2212
|
+
switch (co(
|
|
2213
2213
|
t,
|
|
2214
|
-
|
|
2214
|
+
s,
|
|
2215
2215
|
e.indent,
|
|
2216
2216
|
a,
|
|
2217
|
-
|
|
2217
|
+
l,
|
|
2218
2218
|
e.quotingType,
|
|
2219
2219
|
e.forceQuotes && !i,
|
|
2220
2220
|
r
|
|
@@ -2226,9 +2226,9 @@ function co(e, t, n, i, r) {
|
|
|
2226
2226
|
case Pn:
|
|
2227
2227
|
return "|" + Lt(t, e.indent) + Bt(Et(t, o));
|
|
2228
2228
|
case Un:
|
|
2229
|
-
return ">" + Lt(t, e.indent) + Bt(Et(
|
|
2229
|
+
return ">" + Lt(t, e.indent) + Bt(Et(fo(t, a), o));
|
|
2230
2230
|
case Ae:
|
|
2231
|
-
return '"' +
|
|
2231
|
+
return '"' + po(t) + '"';
|
|
2232
2232
|
default:
|
|
2233
2233
|
throw new oe("impossible error: invalid scalar style");
|
|
2234
2234
|
}
|
|
@@ -2246,74 +2246,74 @@ function Bt(e) {
|
|
|
2246
2246
|
return e[e.length - 1] === `
|
|
2247
2247
|
` ? e.slice(0, -1) : e;
|
|
2248
2248
|
}
|
|
2249
|
-
function
|
|
2249
|
+
function fo(e, t) {
|
|
2250
2250
|
for (var n = /(\n+)([^\n]*)/g, i = function() {
|
|
2251
2251
|
var c = e.indexOf(`
|
|
2252
2252
|
`);
|
|
2253
2253
|
return c = c !== -1 ? c : e.length, n.lastIndex = c, Rt(e.slice(0, c), t);
|
|
2254
2254
|
}(), r = e[0] === `
|
|
2255
2255
|
` || e[0] === " ", o, a; a = n.exec(e); ) {
|
|
2256
|
-
var
|
|
2257
|
-
o =
|
|
2258
|
-
` : "") + Rt(
|
|
2256
|
+
var s = a[1], l = a[2];
|
|
2257
|
+
o = l[0] === " ", i += s + (!r && !o && l !== "" ? `
|
|
2258
|
+
` : "") + Rt(l, t), r = o;
|
|
2259
2259
|
}
|
|
2260
2260
|
return i;
|
|
2261
2261
|
}
|
|
2262
2262
|
function Rt(e, t) {
|
|
2263
2263
|
if (e === "" || e[0] === " ") return e;
|
|
2264
|
-
for (var n = / [^ ]/g, i, r = 0, o, a = 0,
|
|
2265
|
-
|
|
2266
|
-
` + e.slice(r, o), r = o + 1), a =
|
|
2267
|
-
return
|
|
2268
|
-
`, e.length - r > t && a > r ?
|
|
2269
|
-
` + e.slice(a + 1) :
|
|
2270
|
-
}
|
|
2271
|
-
function
|
|
2264
|
+
for (var n = / [^ ]/g, i, r = 0, o, a = 0, s = 0, l = ""; i = n.exec(e); )
|
|
2265
|
+
s = i.index, s - r > t && (o = a > r ? a : s, l += `
|
|
2266
|
+
` + e.slice(r, o), r = o + 1), a = s;
|
|
2267
|
+
return l += `
|
|
2268
|
+
`, e.length - r > t && a > r ? l += e.slice(r, a) + `
|
|
2269
|
+
` + e.slice(a + 1) : l += e.slice(r), l.slice(1);
|
|
2270
|
+
}
|
|
2271
|
+
function po(e) {
|
|
2272
2272
|
for (var t = "", n = 0, i, r = 0; r < e.length; n >= 65536 ? r += 2 : r++)
|
|
2273
|
-
n = Te(e, r), i =
|
|
2273
|
+
n = Te(e, r), i = re[n], !i && Oe(n) ? (t += e[r], n >= 65536 && (t += e[r + 1])) : t += i || io(n);
|
|
2274
2274
|
return t;
|
|
2275
2275
|
}
|
|
2276
|
-
function
|
|
2277
|
-
var i = "", r = e.tag, o, a,
|
|
2276
|
+
function mo(e, t, n) {
|
|
2277
|
+
var i = "", r = e.tag, o, a, s;
|
|
2278
2278
|
for (o = 0, a = n.length; o < a; o += 1)
|
|
2279
|
-
|
|
2279
|
+
s = n[o], e.replacer && (s = e.replacer.call(n, String(o), s)), (pe(e, t, s, !1, !1) || typeof s > "u" && pe(e, t, null, !1, !1)) && (i !== "" && (i += "," + (e.condenseFlow ? "" : " ")), i += e.dump);
|
|
2280
2280
|
e.tag = r, e.dump = "[" + i + "]";
|
|
2281
2281
|
}
|
|
2282
2282
|
function Kt(e, t, n, i) {
|
|
2283
|
-
var r = "", o = e.tag, a,
|
|
2284
|
-
for (a = 0,
|
|
2285
|
-
|
|
2283
|
+
var r = "", o = e.tag, a, s, l;
|
|
2284
|
+
for (a = 0, s = n.length; a < s; a += 1)
|
|
2285
|
+
l = n[a], e.replacer && (l = e.replacer.call(n, String(a), l)), (pe(e, t + 1, l, !0, !0, !1, !0) || typeof l > "u" && pe(e, t + 1, null, !0, !0, !1, !0)) && ((!i || r !== "") && (r += Ze(e, t)), e.dump && Ee === e.dump.charCodeAt(0) ? r += "-" : r += "- ", r += e.dump);
|
|
2286
2286
|
e.tag = o, e.dump = r || "[]";
|
|
2287
2287
|
}
|
|
2288
|
-
function
|
|
2289
|
-
var i = "", r = e.tag, o = Object.keys(n), a,
|
|
2290
|
-
for (a = 0,
|
|
2291
|
-
d = "", i !== "" && (d += ", "), e.condenseFlow && (d += '"'),
|
|
2288
|
+
function ho(e, t, n) {
|
|
2289
|
+
var i = "", r = e.tag, o = Object.keys(n), a, s, l, c, d;
|
|
2290
|
+
for (a = 0, s = o.length; a < s; a += 1)
|
|
2291
|
+
d = "", i !== "" && (d += ", "), e.condenseFlow && (d += '"'), l = o[a], c = n[l], e.replacer && (c = e.replacer.call(n, l, c)), pe(e, t, l, !1, !1) && (e.dump.length > 1024 && (d += "? "), d += e.dump + (e.condenseFlow ? '"' : "") + ":" + (e.condenseFlow ? "" : " "), pe(e, t, c, !1, !1) && (d += e.dump, i += d));
|
|
2292
2292
|
e.tag = r, e.dump = "{" + i + "}";
|
|
2293
2293
|
}
|
|
2294
|
-
function
|
|
2295
|
-
var r = "", o = e.tag, a = Object.keys(n),
|
|
2294
|
+
function go(e, t, n, i) {
|
|
2295
|
+
var r = "", o = e.tag, a = Object.keys(n), s, l, c, d, u, p;
|
|
2296
2296
|
if (e.sortKeys === !0)
|
|
2297
2297
|
a.sort();
|
|
2298
2298
|
else if (typeof e.sortKeys == "function")
|
|
2299
2299
|
a.sort(e.sortKeys);
|
|
2300
2300
|
else if (e.sortKeys)
|
|
2301
2301
|
throw new oe("sortKeys must be a boolean or a function");
|
|
2302
|
-
for (
|
|
2303
|
-
|
|
2302
|
+
for (s = 0, l = a.length; s < l; s += 1)
|
|
2303
|
+
p = "", (!i || r !== "") && (p += Ze(e, t)), c = a[s], d = n[c], e.replacer && (d = e.replacer.call(n, c, d)), pe(e, t + 1, c, !0, !0, !0) && (u = e.tag !== null && e.tag !== "?" || e.dump && e.dump.length > 1024, u && (e.dump && Ee === e.dump.charCodeAt(0) ? p += "?" : p += "? "), p += e.dump, u && (p += Ze(e, t)), pe(e, t + 1, d, !0, u) && (e.dump && Ee === e.dump.charCodeAt(0) ? p += ":" : p += ": ", p += e.dump, r += p));
|
|
2304
2304
|
e.tag = o, e.dump = r || "{}";
|
|
2305
2305
|
}
|
|
2306
2306
|
function Nt(e, t, n) {
|
|
2307
|
-
var i, r, o, a,
|
|
2307
|
+
var i, r, o, a, s, l;
|
|
2308
2308
|
for (r = n ? e.explicitTypes : e.implicitTypes, o = 0, a = r.length; o < a; o += 1)
|
|
2309
|
-
if (
|
|
2310
|
-
if (n ?
|
|
2311
|
-
if (
|
|
2312
|
-
i =
|
|
2313
|
-
else if (Ln.call(
|
|
2314
|
-
i =
|
|
2309
|
+
if (s = r[o], (s.instanceOf || s.predicate) && (!s.instanceOf || typeof t == "object" && t instanceof s.instanceOf) && (!s.predicate || s.predicate(t))) {
|
|
2310
|
+
if (n ? s.multi && s.representName ? e.tag = s.representName(t) : e.tag = s.tag : e.tag = "?", s.represent) {
|
|
2311
|
+
if (l = e.styleMap[s.tag] || s.defaultStyle, On.call(s.represent) === "[object Function]")
|
|
2312
|
+
i = s.represent(t, l);
|
|
2313
|
+
else if (Ln.call(s.represent, l))
|
|
2314
|
+
i = s.represent[l](t, l);
|
|
2315
2315
|
else
|
|
2316
|
-
throw new oe("!<" +
|
|
2316
|
+
throw new oe("!<" + s.tag + '> tag resolver accepts not "' + l + '" style');
|
|
2317
2317
|
e.dump = i;
|
|
2318
2318
|
}
|
|
2319
2319
|
return !0;
|
|
@@ -2322,23 +2322,23 @@ function Nt(e, t, n) {
|
|
|
2322
2322
|
}
|
|
2323
2323
|
function pe(e, t, n, i, r, o, a) {
|
|
2324
2324
|
e.tag = null, e.dump = n, Nt(e, n, !1) || Nt(e, n, !0);
|
|
2325
|
-
var
|
|
2325
|
+
var s = On.call(e.dump), l = i, c;
|
|
2326
2326
|
i && (i = e.flowLevel < 0 || e.flowLevel > t);
|
|
2327
|
-
var d =
|
|
2328
|
-
if (d && (u = e.duplicates.indexOf(n),
|
|
2327
|
+
var d = s === "[object Object]" || s === "[object Array]", u, p;
|
|
2328
|
+
if (d && (u = e.duplicates.indexOf(n), p = u !== -1), (e.tag !== null && e.tag !== "?" || p || e.indent !== 2 && t > 0) && (r = !1), p && e.usedDuplicates[u])
|
|
2329
2329
|
e.dump = "*ref_" + u;
|
|
2330
2330
|
else {
|
|
2331
|
-
if (d &&
|
|
2332
|
-
i && Object.keys(e.dump).length !== 0 ? (
|
|
2333
|
-
else if (
|
|
2334
|
-
i && e.dump.length !== 0 ? (e.noArrayIndent && !a && t > 0 ? Kt(e, t - 1, e.dump, r) : Kt(e, t, e.dump, r),
|
|
2335
|
-
else if (
|
|
2336
|
-
e.tag !== "?" &&
|
|
2331
|
+
if (d && p && !e.usedDuplicates[u] && (e.usedDuplicates[u] = !0), s === "[object Object]")
|
|
2332
|
+
i && Object.keys(e.dump).length !== 0 ? (go(e, t, e.dump, r), p && (e.dump = "&ref_" + u + e.dump)) : (ho(e, t, e.dump), p && (e.dump = "&ref_" + u + " " + e.dump));
|
|
2333
|
+
else if (s === "[object Array]")
|
|
2334
|
+
i && e.dump.length !== 0 ? (e.noArrayIndent && !a && t > 0 ? Kt(e, t - 1, e.dump, r) : Kt(e, t, e.dump, r), p && (e.dump = "&ref_" + u + e.dump)) : (mo(e, t, e.dump), p && (e.dump = "&ref_" + u + " " + e.dump));
|
|
2335
|
+
else if (s === "[object String]")
|
|
2336
|
+
e.tag !== "?" && uo(e, e.dump, t, o, l);
|
|
2337
2337
|
else {
|
|
2338
|
-
if (
|
|
2338
|
+
if (s === "[object Undefined]")
|
|
2339
2339
|
return !1;
|
|
2340
2340
|
if (e.skipInvalid) return !1;
|
|
2341
|
-
throw new oe("unacceptable kind of an object to dump " +
|
|
2341
|
+
throw new oe("unacceptable kind of an object to dump " + s);
|
|
2342
2342
|
}
|
|
2343
2343
|
e.tag !== null && e.tag !== "?" && (c = encodeURI(
|
|
2344
2344
|
e.tag[0] === "!" ? e.tag.slice(1) : e.tag
|
|
@@ -2346,7 +2346,7 @@ function pe(e, t, n, i, r, o, a) {
|
|
|
2346
2346
|
}
|
|
2347
2347
|
return !0;
|
|
2348
2348
|
}
|
|
2349
|
-
function
|
|
2349
|
+
function yo(e, t) {
|
|
2350
2350
|
var n = [], i = [], r, o;
|
|
2351
2351
|
for (et(e, n, i), r = 0, o = i.length; r < o; r += 1)
|
|
2352
2352
|
t.duplicates.push(n[i[r]]);
|
|
@@ -2364,23 +2364,23 @@ function et(e, t, n) {
|
|
|
2364
2364
|
for (i = Object.keys(e), r = 0, o = i.length; r < o; r += 1)
|
|
2365
2365
|
et(e[i[r]], t, n);
|
|
2366
2366
|
}
|
|
2367
|
-
function
|
|
2367
|
+
function vo(e, t) {
|
|
2368
2368
|
t = t || {};
|
|
2369
|
-
var n = new
|
|
2370
|
-
n.noRefs ||
|
|
2369
|
+
var n = new ao(t);
|
|
2370
|
+
n.noRefs || yo(e, n);
|
|
2371
2371
|
var i = e;
|
|
2372
2372
|
return n.replacer && (i = n.replacer.call({ "": i }, "", i)), pe(n, 0, i, !0, !0) ? n.dump + `
|
|
2373
2373
|
` : "";
|
|
2374
2374
|
}
|
|
2375
|
-
var
|
|
2376
|
-
dump:
|
|
2375
|
+
var bo = vo, xo = {
|
|
2376
|
+
dump: bo
|
|
2377
2377
|
};
|
|
2378
2378
|
function ut(e, t) {
|
|
2379
2379
|
return function() {
|
|
2380
2380
|
throw new Error("Function yaml." + e + " is removed in js-yaml 4. Use yaml." + t + " instead, which is now safe by default.");
|
|
2381
2381
|
};
|
|
2382
2382
|
}
|
|
2383
|
-
var
|
|
2383
|
+
var Co = ne, ko = rn, Ao = sn, _o = pn, wo = mn, So = ot, $o = Fn.load, To = Fn.loadAll, Io = xo.dump, Eo = oe, Fo = {
|
|
2384
2384
|
binary: bn,
|
|
2385
2385
|
float: fn,
|
|
2386
2386
|
map: ln,
|
|
@@ -2394,23 +2394,23 @@ var xo = ne, Co = rn, ko = sn, Ao = pn, wo = mn, _o = ot, So = Fn.load, $o = Fn.
|
|
|
2394
2394
|
omap: xn,
|
|
2395
2395
|
seq: on,
|
|
2396
2396
|
str: an
|
|
2397
|
-
},
|
|
2398
|
-
Type:
|
|
2399
|
-
Schema:
|
|
2400
|
-
FAILSAFE_SCHEMA:
|
|
2401
|
-
JSON_SCHEMA:
|
|
2397
|
+
}, Oo = ut("safeLoad", "load"), Lo = ut("safeLoadAll", "loadAll"), Bo = ut("safeDump", "dump"), Ro = {
|
|
2398
|
+
Type: Co,
|
|
2399
|
+
Schema: ko,
|
|
2400
|
+
FAILSAFE_SCHEMA: Ao,
|
|
2401
|
+
JSON_SCHEMA: _o,
|
|
2402
2402
|
CORE_SCHEMA: wo,
|
|
2403
|
-
DEFAULT_SCHEMA:
|
|
2404
|
-
load:
|
|
2405
|
-
loadAll:
|
|
2406
|
-
dump:
|
|
2407
|
-
YAMLException:
|
|
2408
|
-
types:
|
|
2409
|
-
safeLoad:
|
|
2410
|
-
safeLoadAll:
|
|
2411
|
-
safeDump:
|
|
2403
|
+
DEFAULT_SCHEMA: So,
|
|
2404
|
+
load: $o,
|
|
2405
|
+
loadAll: To,
|
|
2406
|
+
dump: Io,
|
|
2407
|
+
YAMLException: Eo,
|
|
2408
|
+
types: Fo,
|
|
2409
|
+
safeLoad: Oo,
|
|
2410
|
+
safeLoadAll: Lo,
|
|
2411
|
+
safeDump: Bo
|
|
2412
2412
|
};
|
|
2413
|
-
const
|
|
2413
|
+
const Ko = { class: "yaml-config config-card-code-block" }, qn = /* @__PURE__ */ z({
|
|
2414
2414
|
__name: "YamlCodeBlock",
|
|
2415
2415
|
props: {
|
|
2416
2416
|
/** A record to indicate the entity's configuration, used to populate the YAML code block */
|
|
@@ -2422,11 +2422,11 @@ const Ro = { class: "yaml-config config-card-code-block" }, qn = /* @__PURE__ */
|
|
|
2422
2422
|
setup(e) {
|
|
2423
2423
|
const t = e, n = F(() => {
|
|
2424
2424
|
const i = Object.fromEntries(Object.entries(t.entityRecord).filter(([, r]) => r !== null && r !== "" && (Array.isArray(r) ? r.length !== 0 : !0)));
|
|
2425
|
-
return Object.keys(i).length === 0 && i.constructor === Object ? "" :
|
|
2425
|
+
return Object.keys(i).length === 0 && i.constructor === Object ? "" : Ro.dump(i).trim();
|
|
2426
2426
|
});
|
|
2427
2427
|
return (i, r) => {
|
|
2428
2428
|
const o = P("KCodeBlock");
|
|
2429
|
-
return m(), S("div",
|
|
2429
|
+
return m(), S("div", Ko, [
|
|
2430
2430
|
t.entityRecord ? (m(), j(o, {
|
|
2431
2431
|
key: 0,
|
|
2432
2432
|
id: "yaml-codeblock",
|
|
@@ -2437,7 +2437,7 @@ const Ro = { class: "yaml-config config-card-code-block" }, qn = /* @__PURE__ */
|
|
|
2437
2437
|
]);
|
|
2438
2438
|
};
|
|
2439
2439
|
}
|
|
2440
|
-
}),
|
|
2440
|
+
}), No = { class: "terraform-config config-card-code-block" }, ie = " ", Hn = /* @__PURE__ */ z({
|
|
2441
2441
|
__name: "TerraformCodeBlock",
|
|
2442
2442
|
props: {
|
|
2443
2443
|
/** A record to indicate the entity's configuration, used to populate the Terraform code block */
|
|
@@ -2453,94 +2453,104 @@ const Ro = { class: "yaml-config config-card-code-block" }, qn = /* @__PURE__ */
|
|
|
2453
2453
|
credentialType: {
|
|
2454
2454
|
type: String,
|
|
2455
2455
|
default: ""
|
|
2456
|
+
},
|
|
2457
|
+
subEntityType: {
|
|
2458
|
+
// only for event gateway entities
|
|
2459
|
+
type: String,
|
|
2460
|
+
default: ""
|
|
2456
2461
|
}
|
|
2457
2462
|
},
|
|
2458
2463
|
setup(e) {
|
|
2459
|
-
const t = e, n = (l,
|
|
2460
|
-
const
|
|
2461
|
-
let
|
|
2462
|
-
return typeof l == "string" ?
|
|
2463
|
-
` :
|
|
2464
|
-
`,
|
|
2465
|
-
},
|
|
2464
|
+
const t = e, n = F(() => ci.includes(t.entityType)), i = (l, c) => {
|
|
2465
|
+
const d = ie;
|
|
2466
|
+
let u = "";
|
|
2467
|
+
return typeof l == "string" ? u += `${d}${c} = "${l}"
|
|
2468
|
+
` : u += `${d}${c} = ${String(l ?? "")}
|
|
2469
|
+
`, u;
|
|
2470
|
+
}, r = (l, c, d = "") => {
|
|
2466
2471
|
if (typeof l != "object")
|
|
2467
2472
|
return "Invalid object";
|
|
2468
|
-
const
|
|
2469
|
-
let u = "";
|
|
2470
|
-
if (s && (u += `${d}${s} = {
|
|
2471
|
-
`), l === null)
|
|
2472
|
-
return s ? u += `${d}}` : u = "{}", u;
|
|
2473
|
-
const h = Object.fromEntries(Object.entries(l).filter(([, y]) => y !== null));
|
|
2473
|
+
const u = ie + d;
|
|
2474
2474
|
let p = "";
|
|
2475
|
-
|
|
2476
|
-
|
|
2477
|
-
|
|
2478
|
-
|
|
2475
|
+
if (c && (p += `${u}${c} = {
|
|
2476
|
+
`), l === null)
|
|
2477
|
+
return c ? p += `${u}}` : p = "{}", p;
|
|
2478
|
+
const g = Object.fromEntries(Object.entries(l).filter(([, x]) => x !== null));
|
|
2479
|
+
let h = "";
|
|
2480
|
+
for (const [x, y] of Object.entries(g))
|
|
2481
|
+
Array.isArray(y) ? y.length === 0 ? h = "[]" : (h = `[
|
|
2482
|
+
`, h += o(y, void 0, u), h += `${u}${ie}]`) : y && typeof y == "object" ? (h = `{
|
|
2483
|
+
`, h += r(y, void 0, u), h += `${u}${ie}}`) : h = String(y ?? ""), typeof y == "string" && (h = `"${h}"`), p += `${u}${ie}${x} = ${h}
|
|
2479
2484
|
`;
|
|
2480
|
-
return
|
|
2481
|
-
` :
|
|
2482
|
-
},
|
|
2485
|
+
return c ? p += `${u}}
|
|
2486
|
+
` : p;
|
|
2487
|
+
}, o = (l, c, d = "") => {
|
|
2483
2488
|
if (!Array.isArray(l))
|
|
2484
2489
|
return "Invalid array";
|
|
2485
|
-
const
|
|
2486
|
-
let
|
|
2487
|
-
|
|
2490
|
+
const u = ie + d;
|
|
2491
|
+
let p = "";
|
|
2492
|
+
c && (l.length === 0 ? p += `${u}${c} = [` : p += `${u}${c} = [
|
|
2488
2493
|
`);
|
|
2489
|
-
for (let
|
|
2490
|
-
const
|
|
2491
|
-
typeof
|
|
2492
|
-
`,
|
|
2494
|
+
for (let g = 0; g < l.length; g++) {
|
|
2495
|
+
const h = l[g];
|
|
2496
|
+
typeof h == "object" ? (p += `${u}${ie}{
|
|
2497
|
+
`, p += r(h, void 0, u), p += `${u}${ie}}`) : typeof h == "string" ? p += `${u}${ie}"${h}"` : p += `${u}${ie}${String(h ?? "")}`, g < l.length - 1 && (p += ","), p += `
|
|
2493
2498
|
`;
|
|
2494
2499
|
}
|
|
2495
|
-
return
|
|
2496
|
-
` :
|
|
2497
|
-
`),
|
|
2498
|
-
},
|
|
2499
|
-
let
|
|
2500
|
-
for (const [
|
|
2501
|
-
Array.isArray(
|
|
2502
|
-
return
|
|
2503
|
-
},
|
|
2504
|
-
var
|
|
2505
|
-
const l = Object.fromEntries(Object.entries(t.entityRecord).filter(([,
|
|
2506
|
-
if (
|
|
2500
|
+
return c && (l.length === 0 ? p += `]
|
|
2501
|
+
` : p += `${u}]
|
|
2502
|
+
`), p;
|
|
2503
|
+
}, a = (l) => {
|
|
2504
|
+
let c = "";
|
|
2505
|
+
for (const [d, u] of Object.entries(l))
|
|
2506
|
+
Array.isArray(u) ? c += o(u, d) : typeof u == "object" ? c += r(u, d) : c += i(u, d);
|
|
2507
|
+
return c;
|
|
2508
|
+
}, s = F(() => {
|
|
2509
|
+
var p, g, h, x, y, k, C;
|
|
2510
|
+
const l = Object.fromEntries(Object.entries(t.entityRecord).filter(([, T]) => T != null)), c = t.entityRecord.config ? Object.fromEntries(Object.entries((p = t.entityRecord) == null ? void 0 : p.config).filter(([, T]) => T != null)) : void 0;
|
|
2511
|
+
if (c && (l.config = c), Object.keys(l).length === 0)
|
|
2507
2512
|
return "";
|
|
2508
2513
|
delete l.id;
|
|
2509
|
-
let
|
|
2510
|
-
if ((
|
|
2511
|
-
const
|
|
2512
|
-
|
|
2514
|
+
let d = "", u = "";
|
|
2515
|
+
if ((g = l.service) != null && g.id ? (u = "service", delete l.service) : (h = l.route) != null && h.id ? (u = "route", delete l.route) : (x = l.consumer) != null && x.id ? (u = "consumer", delete l.consumer) : (y = l.consumer_group) != null && y.id ? (u = "consumer_group", delete l.consumer_group) : (k = l.certificate) != null && k.id ? (u = "certificate", delete l.certificate) : (C = l.set) != null && C.id && (u = "set", delete l.set), n.value) {
|
|
2516
|
+
const T = t.subEntityType ? `${t.entityType}_${t.subEntityType}` : t.entityType;
|
|
2517
|
+
d += `resource "konnect_event_gateway_${T}" "my_eventgateway${T.replaceAll("_", "")}" {
|
|
2518
|
+
`, d += `${ie}provider = konnect-beta
|
|
2519
|
+
`;
|
|
2520
|
+
} else if (t.entityType === "plugin") {
|
|
2521
|
+
const T = t.credentialType.replace(/-/g, "_") || (l.name + "").replace(/-/g, "_");
|
|
2522
|
+
delete l.name, d += `resource "konnect_gateway_plugin_${T}" "my_${T}" {
|
|
2513
2523
|
`;
|
|
2514
2524
|
} else
|
|
2515
|
-
|
|
2525
|
+
d += `resource "konnect_gateway_${t.entityType}" "my_${t.entityType}" {
|
|
2516
2526
|
`;
|
|
2517
|
-
return
|
|
2518
|
-
`, d
|
|
2519
|
-
`,
|
|
2520
|
-
|
|
2521
|
-
|
|
2522
|
-
`,
|
|
2527
|
+
return d += a(l), n.value ? u && (d += `${ie}${u} = {
|
|
2528
|
+
`, d += `${ie}${ie}id = konnect_gateway_${u}.my_${u}.id
|
|
2529
|
+
`, d += `${ie}}
|
|
2530
|
+
`) : d += `${ie}control_plane_id = konnect_gateway_control_plane.my_konnect_cp.id
|
|
2531
|
+
`, d += `}
|
|
2532
|
+
`, d;
|
|
2523
2533
|
});
|
|
2524
|
-
return (l,
|
|
2525
|
-
const
|
|
2526
|
-
return m(), S("div",
|
|
2527
|
-
t.entityRecord ? (m(), j(
|
|
2534
|
+
return (l, c) => {
|
|
2535
|
+
const d = P("KCodeBlock");
|
|
2536
|
+
return m(), S("div", No, [
|
|
2537
|
+
t.entityRecord ? (m(), j(d, {
|
|
2528
2538
|
key: 0,
|
|
2529
2539
|
id: "terraform-codeblock",
|
|
2530
|
-
code:
|
|
2540
|
+
code: s.value,
|
|
2531
2541
|
language: "terraform",
|
|
2532
2542
|
theme: "dark"
|
|
2533
2543
|
}, null, 8, ["code"])) : N("", !0)
|
|
2534
2544
|
]);
|
|
2535
2545
|
};
|
|
2536
2546
|
}
|
|
2537
|
-
}),
|
|
2547
|
+
}), Mo = {
|
|
2538
2548
|
key: 0,
|
|
2539
2549
|
class: "config-card-display-form"
|
|
2540
|
-
},
|
|
2550
|
+
}, jo = ["data-testid"], Do = {
|
|
2541
2551
|
key: 0,
|
|
2542
2552
|
class: "config-card-prop-section-title"
|
|
2543
|
-
},
|
|
2553
|
+
}, Po = /* @__PURE__ */ z({
|
|
2544
2554
|
__name: "ConfigCardDisplay",
|
|
2545
2555
|
props: {
|
|
2546
2556
|
/** The base konnect or kongManger config. Pass additional config props in the shared entity component as needed. */
|
|
@@ -2554,6 +2564,11 @@ const Ro = { class: "yaml-config config-card-code-block" }, qn = /* @__PURE__ */
|
|
|
2554
2564
|
required: !0,
|
|
2555
2565
|
validator: (e) => Pe.includes(e)
|
|
2556
2566
|
},
|
|
2567
|
+
subEntityType: {
|
|
2568
|
+
// only for event gateway entities
|
|
2569
|
+
type: String,
|
|
2570
|
+
default: ""
|
|
2571
|
+
},
|
|
2557
2572
|
propertyCollections: {
|
|
2558
2573
|
type: Object,
|
|
2559
2574
|
required: !1,
|
|
@@ -2592,32 +2607,32 @@ const Ro = { class: "yaml-config config-card-code-block" }, qn = /* @__PURE__ */
|
|
|
2592
2607
|
}
|
|
2593
2608
|
},
|
|
2594
2609
|
setup(e) {
|
|
2595
|
-
const t = e, n = De(), { i18n: { t: i } } = Y.useI18n(), r = (
|
|
2610
|
+
const t = e, n = De(), { i18n: { t: i } } = Y.useI18n(), r = (s) => !!(s.tooltip || n[`${s.key}-label-tooltip`]), o = F(() => {
|
|
2596
2611
|
if (!t.record)
|
|
2597
2612
|
return t.record;
|
|
2598
|
-
let
|
|
2599
|
-
t.codeBlockRecordFormatter && (
|
|
2600
|
-
const
|
|
2601
|
-
return delete
|
|
2613
|
+
let s = t.record;
|
|
2614
|
+
t.codeBlockRecordFormatter && (s = t.codeBlockRecordFormatter(s, t.format));
|
|
2615
|
+
const l = JSON.parse(JSON.stringify(s));
|
|
2616
|
+
return delete l.created_at, delete l.updated_at, l;
|
|
2602
2617
|
}), a = F(() => t.fetcherUrl.replace(/(\?|&)__ui_data=true/, ""));
|
|
2603
|
-
return (
|
|
2604
|
-
e.format === "structured" ? (m(), S("div",
|
|
2618
|
+
return (s, l) => (m(), S(ue, null, [
|
|
2619
|
+
e.format === "structured" ? (m(), S("div", Mo, [
|
|
2605
2620
|
(m(!0), S(ue, null, ce(e.propListTypes, (c) => (m(), S("div", {
|
|
2606
2621
|
key: `config-card-details-${c}-props`,
|
|
2607
2622
|
class: fe(`config-card-details-${c}-props`),
|
|
2608
2623
|
"data-testid": `config-card-details-${c}-props`
|
|
2609
2624
|
}, [
|
|
2610
|
-
c !== "basic" ? (m(), S("div",
|
|
2611
|
-
(m(!0), S(ue, null, ce(e.propertyCollections[c], (d) => D(
|
|
2625
|
+
c !== "basic" ? (m(), S("div", Do, L(c === "advanced" ? $(i)("baseConfigCard.sections.advanced") : c === "plugin" ? $(i)("baseConfigCard.sections.plugin") : $(i)("baseConfigCard.sections.policy")), 1)) : N("", !0),
|
|
2626
|
+
(m(!0), S(ue, null, ce(e.propertyCollections[c], (d) => D(s.$slots, `config-card-item-${d.key}`, {
|
|
2612
2627
|
key: d.key,
|
|
2613
2628
|
item: d
|
|
2614
2629
|
}, () => [
|
|
2615
2630
|
M(Xt, { item: d }, Se({
|
|
2616
|
-
label:
|
|
2617
|
-
D(
|
|
2631
|
+
label: w(() => [
|
|
2632
|
+
D(s.$slots, `${d.key}-label`, { row: d }, void 0, !0)
|
|
2618
2633
|
]),
|
|
2619
|
-
[d.key]:
|
|
2620
|
-
D(
|
|
2634
|
+
[d.key]: w(({ rowValue: u }) => [
|
|
2635
|
+
D(s.$slots, d.key, {
|
|
2621
2636
|
row: d,
|
|
2622
2637
|
rowValue: u
|
|
2623
2638
|
}, void 0, !0)
|
|
@@ -2626,14 +2641,14 @@ const Ro = { class: "yaml-config config-card-code-block" }, qn = /* @__PURE__ */
|
|
|
2626
2641
|
}, [
|
|
2627
2642
|
r(d) ? {
|
|
2628
2643
|
name: "label-tooltip",
|
|
2629
|
-
fn:
|
|
2630
|
-
D(
|
|
2644
|
+
fn: w(() => [
|
|
2645
|
+
D(s.$slots, `${d.key}-label-tooltip`, { row: d }, void 0, !0)
|
|
2631
2646
|
]),
|
|
2632
2647
|
key: "0"
|
|
2633
2648
|
} : void 0
|
|
2634
2649
|
]), 1032, ["item"])
|
|
2635
2650
|
], !0)), 128))
|
|
2636
|
-
], 10,
|
|
2651
|
+
], 10, jo))), 128))
|
|
2637
2652
|
])) : N("", !0),
|
|
2638
2653
|
e.format === "json" && o.value ? (m(), j(en, {
|
|
2639
2654
|
key: 1,
|
|
@@ -2649,14 +2664,15 @@ const Ro = { class: "yaml-config config-card-code-block" }, qn = /* @__PURE__ */
|
|
|
2649
2664
|
e.format === "terraform" && o.value ? (m(), j(Hn, {
|
|
2650
2665
|
key: 3,
|
|
2651
2666
|
"entity-record": o.value,
|
|
2652
|
-
"entity-type": t.entityType
|
|
2653
|
-
|
|
2667
|
+
"entity-type": t.entityType,
|
|
2668
|
+
"sub-entity-type": t.subEntityType
|
|
2669
|
+
}, null, 8, ["entity-record", "entity-type", "sub-entity-type"])) : N("", !0)
|
|
2654
2670
|
], 64));
|
|
2655
2671
|
}
|
|
2656
|
-
}),
|
|
2672
|
+
}), Uo = /* @__PURE__ */ se(Po, [["__scopeId", "data-v-a7689049"]]), qo = {
|
|
2657
2673
|
class: "config-card-title",
|
|
2658
2674
|
"data-testid": "config-card-title"
|
|
2659
|
-
},
|
|
2675
|
+
}, Ho = { class: "config-card-actions" }, Vo = ["href"], Yo = { class: "config-card-details-section" }, Wo = /* @__PURE__ */ z({
|
|
2660
2676
|
__name: "EntityBaseConfigCard",
|
|
2661
2677
|
props: {
|
|
2662
2678
|
/** The base konnect or kongManger config. Pass additional config props in the shared entity component as needed. */
|
|
@@ -2679,6 +2695,13 @@ const Ro = { class: "yaml-config config-card-code-block" }, qn = /* @__PURE__ */
|
|
|
2679
2695
|
required: !0,
|
|
2680
2696
|
validator: (e) => Pe.includes(e)
|
|
2681
2697
|
},
|
|
2698
|
+
/**
|
|
2699
|
+
* Sub Entity type, required to generate terraform code for event gateway entities
|
|
2700
|
+
*/
|
|
2701
|
+
subEntityType: {
|
|
2702
|
+
type: String,
|
|
2703
|
+
default: ""
|
|
2704
|
+
},
|
|
2682
2705
|
/** Record key that contains the plugin configuration */
|
|
2683
2706
|
pluginConfigKey: {
|
|
2684
2707
|
type: String,
|
|
@@ -2771,10 +2794,10 @@ const Ro = { class: "yaml-config config-card-code-block" }, qn = /* @__PURE__ */
|
|
|
2771
2794
|
},
|
|
2772
2795
|
emits: ["loading", "fetch:success", "fetch:error", "configFormatChange"],
|
|
2773
2796
|
setup(e, { emit: t }) {
|
|
2774
|
-
var
|
|
2797
|
+
var O;
|
|
2775
2798
|
const n = t, i = e, { i18n: { t: r } } = Y.useI18n(), { getMessageFromError: o } = Y.useErrors(), { convertKeyToTitle: a } = Y.useStringHelpers();
|
|
2776
2799
|
Y.useSubSchema(i.pluginConfigKey);
|
|
2777
|
-
const { axiosInstance:
|
|
2800
|
+
const { axiosInstance: s } = Y.useAxios((O = i.config) == null ? void 0 : O.axiosRequestConfig), l = [
|
|
2778
2801
|
{
|
|
2779
2802
|
label: r("baseConfigCard.general.structuredFormat"),
|
|
2780
2803
|
value: "structured",
|
|
@@ -2789,24 +2812,24 @@ const Ro = { class: "yaml-config config-card-code-block" }, qn = /* @__PURE__ */
|
|
|
2789
2812
|
value: "yaml"
|
|
2790
2813
|
}
|
|
2791
2814
|
];
|
|
2792
|
-
i.config.app === "konnect" &&
|
|
2815
|
+
i.config.app === "konnect" && l.splice(2, 0, {
|
|
2793
2816
|
label: r("baseForm.configuration.terraform"),
|
|
2794
2817
|
value: "terraform"
|
|
2795
2818
|
});
|
|
2796
|
-
const c =
|
|
2819
|
+
const c = l[0].value, d = K(c), u = (f) => {
|
|
2797
2820
|
d.value = f == null ? void 0 : f.value, n("configFormatChange", d.value);
|
|
2798
|
-
},
|
|
2799
|
-
localStorage.setItem(f,
|
|
2821
|
+
}, p = (f, v) => {
|
|
2822
|
+
localStorage.setItem(f, v);
|
|
2800
2823
|
};
|
|
2801
2824
|
be(d, (f) => {
|
|
2802
|
-
i.config.formatPreferenceKey &&
|
|
2825
|
+
i.config.formatPreferenceKey && p(i.config.formatPreferenceKey, f);
|
|
2803
2826
|
}), tt(() => {
|
|
2804
2827
|
if (i.config.formatPreferenceKey) {
|
|
2805
2828
|
const f = localStorage.getItem(i.config.formatPreferenceKey);
|
|
2806
|
-
f &&
|
|
2829
|
+
f && l.some((v) => v.value === f) ? d.value = f : d.value = c, p(i.config.formatPreferenceKey, d.value);
|
|
2807
2830
|
}
|
|
2808
2831
|
});
|
|
2809
|
-
const
|
|
2832
|
+
const g = {
|
|
2810
2833
|
id: {
|
|
2811
2834
|
type: V.ID,
|
|
2812
2835
|
label: r("baseConfigCard.commonFields.id_label"),
|
|
@@ -2847,142 +2870,142 @@ const Ro = { class: "yaml-config config-card-code-block" }, qn = /* @__PURE__ */
|
|
|
2847
2870
|
// the last property displayed
|
|
2848
2871
|
section: ae.Basic
|
|
2849
2872
|
}
|
|
2850
|
-
},
|
|
2851
|
-
var
|
|
2873
|
+
}, h = K(!1), x = K(!1), y = K(""), k = K({}), C = F(() => {
|
|
2874
|
+
var b, H, J;
|
|
2852
2875
|
if (!k.value)
|
|
2853
2876
|
return [];
|
|
2854
|
-
const f = [],
|
|
2855
|
-
for (const
|
|
2856
|
-
if (
|
|
2857
|
-
const
|
|
2858
|
-
let U =
|
|
2859
|
-
(G || G === 0) && (U = G === -1 ?
|
|
2877
|
+
const f = [], v = Object.keys(k.value).length;
|
|
2878
|
+
for (const I in k.value) {
|
|
2879
|
+
if (I === "__ui_data") continue;
|
|
2880
|
+
const B = (H = (b = i.configSchema) == null ? void 0 : b[I]) == null ? void 0 : H.order, G = (J = g[I]) == null ? void 0 : J.order;
|
|
2881
|
+
let U = v;
|
|
2882
|
+
(G || G === 0) && (U = G === -1 ? v + 1 : G), B && (U = B === -1 ? v + 1 : B), f.push([I, U]);
|
|
2860
2883
|
}
|
|
2861
|
-
return f.sort(function(
|
|
2862
|
-
return
|
|
2863
|
-
}), f.map((
|
|
2884
|
+
return f.sort(function(I, B) {
|
|
2885
|
+
return I[1] - B[1];
|
|
2886
|
+
}), f.map((I) => {
|
|
2864
2887
|
var dt, ft;
|
|
2865
|
-
const
|
|
2888
|
+
const B = I[0], G = (dt = k.value) == null ? void 0 : dt[B], U = ((ft = i.configSchema) == null ? void 0 : ft[B]) || {}, Q = g[B];
|
|
2866
2889
|
return {
|
|
2867
|
-
key:
|
|
2890
|
+
key: B,
|
|
2868
2891
|
value: G,
|
|
2869
2892
|
hidden: U.hidden || !1,
|
|
2870
2893
|
type: U.type ?? ((Q == null ? void 0 : Q.type) || V.Text),
|
|
2871
|
-
label: U.label ?? ((Q == null ? void 0 : Q.label) || a(
|
|
2894
|
+
label: U.label ?? ((Q == null ? void 0 : Q.label) || a(B)),
|
|
2872
2895
|
tooltip: U.tooltip ?? ((Q == null ? void 0 : Q.tooltip) || void 0),
|
|
2873
2896
|
section: U.section ?? ((Q == null ? void 0 : Q.section) || ae.Advanced)
|
|
2874
2897
|
};
|
|
2875
|
-
}).filter((
|
|
2876
|
-
}),
|
|
2898
|
+
}).filter((I) => !I.hidden && I.key !== i.pluginConfigKey);
|
|
2899
|
+
}), T = F(() => {
|
|
2877
2900
|
var H, J;
|
|
2878
2901
|
if (!k.value || !i.pluginConfigKey)
|
|
2879
2902
|
return [];
|
|
2880
|
-
const f = k.value[i.pluginConfigKey] || {},
|
|
2881
|
-
for (const
|
|
2882
|
-
const
|
|
2883
|
-
let U = G != null && G !== "" ?
|
|
2884
|
-
|
|
2903
|
+
const f = k.value[i.pluginConfigKey] || {}, v = Object.keys(f).length, b = [];
|
|
2904
|
+
for (const I in f) {
|
|
2905
|
+
const B = (J = (H = i.pluginConfigSchema) == null ? void 0 : H[I]) == null ? void 0 : J.order, G = f[I];
|
|
2906
|
+
let U = G != null && G !== "" ? v - 1 : v;
|
|
2907
|
+
B && (U = B === -1 ? v + 1 : B), b.push([I, U]);
|
|
2885
2908
|
}
|
|
2886
|
-
return
|
|
2887
|
-
return
|
|
2888
|
-
}),
|
|
2909
|
+
return b.sort(function(I, B) {
|
|
2910
|
+
return I[1] - B[1];
|
|
2911
|
+
}), b.map((I) => {
|
|
2889
2912
|
var Q;
|
|
2890
|
-
const
|
|
2913
|
+
const B = I[0], G = f[B], U = ((Q = i.pluginConfigSchema) == null ? void 0 : Q[B]) || {};
|
|
2891
2914
|
return {
|
|
2892
|
-
key:
|
|
2915
|
+
key: B,
|
|
2893
2916
|
value: G,
|
|
2894
2917
|
hidden: U.hidden || !1,
|
|
2895
2918
|
type: U.type ?? V.Text,
|
|
2896
|
-
label: U.label ?? a(
|
|
2919
|
+
label: U.label ?? a(B),
|
|
2897
2920
|
tooltip: U.tooltip ?? void 0,
|
|
2898
2921
|
section: ae.Plugin
|
|
2899
2922
|
};
|
|
2900
|
-
}).filter((
|
|
2923
|
+
}).filter((I) => !I.hidden);
|
|
2901
2924
|
}), W = F(() => {
|
|
2902
2925
|
var H, J;
|
|
2903
2926
|
if (!k.value || !i.policyConfigKey)
|
|
2904
2927
|
return [];
|
|
2905
|
-
const f = k.value[i.policyConfigKey] || {},
|
|
2906
|
-
for (const
|
|
2907
|
-
const
|
|
2908
|
-
let U = G != null && G !== "" ?
|
|
2909
|
-
|
|
2928
|
+
const f = k.value[i.policyConfigKey] || {}, v = Object.keys(f).length, b = [];
|
|
2929
|
+
for (const I in f) {
|
|
2930
|
+
const B = (J = (H = i.policyConfigSchema) == null ? void 0 : H[I]) == null ? void 0 : J.order, G = f[I];
|
|
2931
|
+
let U = G != null && G !== "" ? v - 1 : v;
|
|
2932
|
+
B && (U = B === -1 ? v + 1 : B), b.push([I, U]);
|
|
2910
2933
|
}
|
|
2911
|
-
return
|
|
2912
|
-
return
|
|
2913
|
-
}),
|
|
2934
|
+
return b.sort(function(I, B) {
|
|
2935
|
+
return I[1] - B[1];
|
|
2936
|
+
}), b.map((I) => {
|
|
2914
2937
|
var Q;
|
|
2915
|
-
const
|
|
2938
|
+
const B = I[0], G = f[B], U = ((Q = i.policyConfigSchema) == null ? void 0 : Q[B]) || {};
|
|
2916
2939
|
return {
|
|
2917
|
-
key:
|
|
2940
|
+
key: B,
|
|
2918
2941
|
value: G,
|
|
2919
2942
|
hidden: U.hidden || !1,
|
|
2920
2943
|
type: U.type ?? V.Text,
|
|
2921
|
-
label: U.label ?? a(
|
|
2944
|
+
label: U.label ?? a(B),
|
|
2922
2945
|
tooltip: U.tooltip ?? void 0,
|
|
2923
2946
|
section: ae.Policy
|
|
2924
2947
|
};
|
|
2925
|
-
}).filter((
|
|
2948
|
+
}).filter((I) => !I.hidden);
|
|
2926
2949
|
}), X = F(() => {
|
|
2927
|
-
var f,
|
|
2950
|
+
var f, v, b, H, J, I;
|
|
2928
2951
|
return {
|
|
2929
|
-
basic: (f =
|
|
2930
|
-
advanced: (
|
|
2931
|
-
plugin: (H =
|
|
2932
|
-
policy: (
|
|
2952
|
+
basic: (f = C.value) == null ? void 0 : f.filter((B) => B.section === ae.Basic),
|
|
2953
|
+
advanced: (v = C.value) == null ? void 0 : v.filter((B) => B.section === ae.Advanced),
|
|
2954
|
+
plugin: (H = T.value) == null ? void 0 : H.concat((b = C.value) == null ? void 0 : b.filter((B) => B.section === ae.Plugin)),
|
|
2955
|
+
policy: (I = W.value) == null ? void 0 : I.concat((J = C.value) == null ? void 0 : J.filter((B) => B.section === ae.Policy))
|
|
2933
2956
|
};
|
|
2934
|
-
}),
|
|
2957
|
+
}), _ = F(() => {
|
|
2935
2958
|
const f = [];
|
|
2936
2959
|
return X.value.basic.length && f.push("basic"), X.value.advanced.length && f.push("advanced"), X.value.plugin.length && f.push("plugin"), X.value.policy.length && f.push("policy"), f;
|
|
2937
2960
|
}), A = F(() => {
|
|
2938
|
-
var
|
|
2961
|
+
var v, b;
|
|
2939
2962
|
let f = `${i.config.apiBaseUrl}${i.fetchUrl}`;
|
|
2940
|
-
return i.config.app === "konnect" ? f = f.replace(/{controlPlaneId}/gi, ((
|
|
2963
|
+
return i.config.app === "konnect" ? f = f.replace(/{controlPlaneId}/gi, ((v = i.config) == null ? void 0 : v.controlPlaneId) || "") : i.config.app === "kongManager" && (f = f.replace(/\/{workspace}/gi, (b = i.config) != null && b.workspace ? `/${i.config.workspace}` : "")), f = f.replace(/{id}/gi, i.config.entityId), f;
|
|
2941
2964
|
});
|
|
2942
|
-
return be(
|
|
2965
|
+
return be(h, (f) => {
|
|
2943
2966
|
n("loading", f);
|
|
2944
2967
|
}, { immediate: !0 }), nt(async () => {
|
|
2945
|
-
|
|
2968
|
+
x.value = !1, h.value = !0;
|
|
2946
2969
|
try {
|
|
2947
|
-
const { data: f } = await
|
|
2970
|
+
const { data: f } = await s.get(A.value);
|
|
2948
2971
|
if (i.dataKey)
|
|
2949
2972
|
if (typeof f[i.dataKey] < "u")
|
|
2950
2973
|
k.value = { ...f[i.dataKey] };
|
|
2951
2974
|
else
|
|
2952
2975
|
throw new Error(r("errors.dataKeyUndefined", { dataKey: i.dataKey }));
|
|
2953
2976
|
else i.recordResolver ? k.value = { ...i.recordResolver(f) } : k.value = { ...f };
|
|
2954
|
-
Object.keys(i.configSchema).filter((
|
|
2955
|
-
k.value && typeof k.value[
|
|
2977
|
+
Object.keys(i.configSchema).filter((b) => i.configSchema[b].forceShow).forEach((b) => {
|
|
2978
|
+
k.value && typeof k.value[b] > "u" && (k.value[b] = null);
|
|
2956
2979
|
}), n("fetch:success", f);
|
|
2957
2980
|
} catch (f) {
|
|
2958
|
-
const
|
|
2959
|
-
|
|
2981
|
+
const v = o(f);
|
|
2982
|
+
y.value = v.startsWith("code") ? r("baseConfigCard.errors.load") : v, x.value = !0, n("fetch:error", f);
|
|
2960
2983
|
} finally {
|
|
2961
|
-
|
|
2984
|
+
h.value = !1;
|
|
2962
2985
|
}
|
|
2963
|
-
}), (f,
|
|
2964
|
-
const
|
|
2986
|
+
}), (f, v) => {
|
|
2987
|
+
const b = P("KLabel"), H = P("KSelect"), J = P("KButton"), I = P("KSkeleton"), B = P("KEmptyState"), G = P("KCard");
|
|
2965
2988
|
return m(), j(G, {
|
|
2966
2989
|
class: "kong-ui-entity-base-config-card",
|
|
2967
2990
|
"title-tag": e.titleTag
|
|
2968
2991
|
}, Se({
|
|
2969
|
-
actions:
|
|
2970
|
-
|
|
2992
|
+
actions: w(() => [
|
|
2993
|
+
R("div", Ho, [
|
|
2971
2994
|
D(f.$slots, "actions", {}, void 0, !0),
|
|
2972
|
-
M(
|
|
2995
|
+
M(b, {
|
|
2973
2996
|
class: "config-format-select-label",
|
|
2974
2997
|
"data-testid": "config-format-select-label"
|
|
2975
2998
|
}, {
|
|
2976
|
-
default:
|
|
2977
|
-
q(
|
|
2999
|
+
default: w(() => [
|
|
3000
|
+
q(L(e.label), 1)
|
|
2978
3001
|
]),
|
|
2979
3002
|
_: 1
|
|
2980
3003
|
}),
|
|
2981
3004
|
M(H, {
|
|
2982
3005
|
modelValue: d.value,
|
|
2983
|
-
"onUpdate:modelValue":
|
|
3006
|
+
"onUpdate:modelValue": v[0] || (v[0] = (U) => d.value = U),
|
|
2984
3007
|
"data-testid": "select-config-format",
|
|
2985
|
-
items:
|
|
3008
|
+
items: l,
|
|
2986
3009
|
onChange: u
|
|
2987
3010
|
}, null, 8, ["modelValue"]),
|
|
2988
3011
|
e.configCardDoc ? (m(), j(J, {
|
|
@@ -2991,63 +3014,64 @@ const Ro = { class: "yaml-config config-card-code-block" }, qn = /* @__PURE__ */
|
|
|
2991
3014
|
class: "book-icon",
|
|
2992
3015
|
"data-testid": "book-icon"
|
|
2993
3016
|
}, {
|
|
2994
|
-
default:
|
|
2995
|
-
|
|
3017
|
+
default: w(() => [
|
|
3018
|
+
R("a", {
|
|
2996
3019
|
href: e.configCardDoc,
|
|
2997
3020
|
rel: "noopener",
|
|
2998
3021
|
target: "_blank"
|
|
2999
3022
|
}, [
|
|
3000
|
-
M($(Vt), { size: $(
|
|
3001
|
-
], 8,
|
|
3023
|
+
M($(Vt), { size: $(er) }, null, 8, ["size"])
|
|
3024
|
+
], 8, Vo)
|
|
3002
3025
|
]),
|
|
3003
3026
|
_: 1
|
|
3004
3027
|
})) : N("", !0)
|
|
3005
3028
|
])
|
|
3006
3029
|
]),
|
|
3007
|
-
default:
|
|
3008
|
-
|
|
3030
|
+
default: w(() => [
|
|
3031
|
+
h.value ? (m(), j(I, {
|
|
3009
3032
|
key: 0,
|
|
3010
3033
|
"data-testid": "config-card-loader",
|
|
3011
3034
|
"table-columns": 2,
|
|
3012
3035
|
type: "table"
|
|
3013
|
-
})) :
|
|
3036
|
+
})) : x.value ? (m(), j(B, {
|
|
3014
3037
|
key: 1,
|
|
3015
3038
|
"data-testid": "config-card-fetch-error",
|
|
3016
3039
|
"icon-variant": "error"
|
|
3017
3040
|
}, {
|
|
3018
|
-
default:
|
|
3019
|
-
|
|
3041
|
+
default: w(() => [
|
|
3042
|
+
R("h3", null, L(y.value), 1)
|
|
3020
3043
|
]),
|
|
3021
3044
|
_: 1
|
|
3022
3045
|
})) : N("", !0),
|
|
3023
|
-
|
|
3024
|
-
M(
|
|
3046
|
+
R("div", Yo, [
|
|
3047
|
+
M(Uo, {
|
|
3025
3048
|
"code-block-record-formatter": e.codeBlockRecordFormatter,
|
|
3026
3049
|
config: e.config,
|
|
3027
3050
|
"entity-type": e.entityType,
|
|
3028
3051
|
"fetcher-url": A.value,
|
|
3029
3052
|
format: d.value,
|
|
3030
|
-
"prop-list-types":
|
|
3053
|
+
"prop-list-types": _.value,
|
|
3031
3054
|
"property-collections": X.value,
|
|
3032
|
-
record: k.value
|
|
3055
|
+
record: k.value,
|
|
3056
|
+
"sub-entity-type": e.subEntityType
|
|
3033
3057
|
}, Se({ _: 2 }, [
|
|
3034
3058
|
ce(Object.keys(f.$slots), (U) => ({
|
|
3035
3059
|
name: U,
|
|
3036
|
-
fn:
|
|
3060
|
+
fn: w((Q) => [
|
|
3037
3061
|
D(f.$slots, U, qt({ record: k.value }, Q), void 0, !0)
|
|
3038
3062
|
])
|
|
3039
3063
|
}))
|
|
3040
|
-
]), 1032, ["code-block-record-formatter", "config", "entity-type", "fetcher-url", "format", "prop-list-types", "property-collections", "record"])
|
|
3064
|
+
]), 1032, ["code-block-record-formatter", "config", "entity-type", "fetcher-url", "format", "prop-list-types", "property-collections", "record", "sub-entity-type"])
|
|
3041
3065
|
])
|
|
3042
3066
|
]),
|
|
3043
3067
|
_: 2
|
|
3044
3068
|
}, [
|
|
3045
3069
|
e.hideTitle ? void 0 : {
|
|
3046
3070
|
name: "title",
|
|
3047
|
-
fn:
|
|
3048
|
-
|
|
3071
|
+
fn: w(() => [
|
|
3072
|
+
R("span", qo, [
|
|
3049
3073
|
D(f.$slots, "title", {}, () => [
|
|
3050
|
-
q(
|
|
3074
|
+
q(L($(r)("baseConfigCard.title")), 1)
|
|
3051
3075
|
], !0)
|
|
3052
3076
|
])
|
|
3053
3077
|
]),
|
|
@@ -3056,7 +3080,7 @@ const Ro = { class: "yaml-config config-card-code-block" }, qn = /* @__PURE__ */
|
|
|
3056
3080
|
]), 1032, ["title-tag"]);
|
|
3057
3081
|
};
|
|
3058
3082
|
}
|
|
3059
|
-
}),
|
|
3083
|
+
}), ps = /* @__PURE__ */ se(Wo, [["__scopeId", "data-v-f2b42324"]]), Jo = ["novalidate"], Go = /* @__PURE__ */ z({
|
|
3060
3084
|
__name: "EntityBaseForm",
|
|
3061
3085
|
props: {
|
|
3062
3086
|
/** The base konnect or kongManger config. Pass additional config props in the shared entity component as needed. */
|
|
@@ -3172,18 +3196,18 @@ const Ro = { class: "yaml-config config-card-code-block" }, qn = /* @__PURE__ */
|
|
|
3172
3196
|
emits: ["loading", "fetch:success", "fetch:error", "submit", "cancel", "codeBlockTabChange"],
|
|
3173
3197
|
setup(e, { expose: t, emit: n }) {
|
|
3174
3198
|
var X;
|
|
3175
|
-
const i = n, r = e, o = oi(), { i18n: { t: a } } = Y.useI18n(), { getMessageFromError:
|
|
3176
|
-
var A,
|
|
3177
|
-
let
|
|
3178
|
-
return r.config.app === "konnect" ?
|
|
3179
|
-
}),
|
|
3180
|
-
|
|
3199
|
+
const i = n, r = e, o = oi(), { i18n: { t: a } } = Y.useI18n(), { getMessageFromError: s } = Y.useErrors(), { axiosInstance: l } = Y.useAxios((X = r.config) == null ? void 0 : X.axiosRequestConfig), c = K(!1), d = F(() => !!r.editId), u = K(!1), p = K(""), g = F(() => r.canSubmit === !1 || r.isReadonly), h = K(!1), x = F(() => {
|
|
3200
|
+
var A, O;
|
|
3201
|
+
let _ = `${r.config.apiBaseUrl}${r.fetchUrl}`;
|
|
3202
|
+
return r.config.app === "konnect" ? _ = _.replace(/{controlPlaneId}/gi, ((A = r.config) == null ? void 0 : A.controlPlaneId) || "") : r.config.app === "kongManager" && (_ = _.replace(/\/{workspace}/gi, (O = r.config) != null && O.workspace ? `/${r.config.workspace}` : "")), r.editId ? (_ = _.replace(/{id}/gi, r.editId), _) : (_ = _.replace(/\/{id}/gi, ""), _);
|
|
3203
|
+
}), y = () => {
|
|
3204
|
+
h.value = !h.value;
|
|
3181
3205
|
}, k = () => {
|
|
3182
|
-
r.config.cancelRoute ? o.push(r.config.cancelRoute) :
|
|
3183
|
-
},
|
|
3206
|
+
r.config.cancelRoute ? o.push(r.config.cancelRoute) : C();
|
|
3207
|
+
}, C = () => {
|
|
3184
3208
|
i("cancel");
|
|
3185
|
-
},
|
|
3186
|
-
|
|
3209
|
+
}, T = () => {
|
|
3210
|
+
g.value || i("submit");
|
|
3187
3211
|
}, W = K([
|
|
3188
3212
|
{
|
|
3189
3213
|
title: a("baseForm.configuration.json"),
|
|
@@ -3197,29 +3221,29 @@ const Ro = { class: "yaml-config config-card-code-block" }, qn = /* @__PURE__ */
|
|
|
3197
3221
|
return r.config.app === "konnect" && r.entityType !== it.Other && W.value.splice(1, 0, {
|
|
3198
3222
|
title: a("baseForm.configuration.terraform"),
|
|
3199
3223
|
hash: "#terraform"
|
|
3200
|
-
}), be(() => c.value, (
|
|
3201
|
-
i("loading",
|
|
3224
|
+
}), be(() => c.value, (_) => {
|
|
3225
|
+
i("loading", _);
|
|
3202
3226
|
}, { immediate: !0 }), nt(async () => {
|
|
3203
3227
|
if (r.editId)
|
|
3204
3228
|
try {
|
|
3205
3229
|
u.value = !1, c.value = !0;
|
|
3206
|
-
const { data:
|
|
3207
|
-
i("fetch:success",
|
|
3208
|
-
} catch (
|
|
3209
|
-
const A =
|
|
3210
|
-
|
|
3230
|
+
const { data: _ } = await l.get(x.value);
|
|
3231
|
+
i("fetch:success", _);
|
|
3232
|
+
} catch (_) {
|
|
3233
|
+
const A = s(_);
|
|
3234
|
+
p.value = A.startsWith("code") ? a("baseForm.errors.edit") : A, u.value = !0, i("fetch:error", _);
|
|
3211
3235
|
} finally {
|
|
3212
3236
|
c.value = !1;
|
|
3213
3237
|
}
|
|
3214
3238
|
}), t({
|
|
3215
|
-
viewConfig:
|
|
3216
|
-
formCancel:
|
|
3217
|
-
formSubmit:
|
|
3218
|
-
}), (
|
|
3219
|
-
const
|
|
3239
|
+
viewConfig: y,
|
|
3240
|
+
formCancel: C,
|
|
3241
|
+
formSubmit: T
|
|
3242
|
+
}), (_, A) => {
|
|
3243
|
+
const O = P("KSkeleton"), f = P("KEmptyState"), v = P("KAlert"), b = P("KButton"), H = P("KTabs"), J = P("KSlideout");
|
|
3220
3244
|
return m(), j(je(e.wrapperComponent), { class: "kong-ui-entity-base-form" }, {
|
|
3221
|
-
default:
|
|
3222
|
-
c.value ? (m(), j(
|
|
3245
|
+
default: w(() => [
|
|
3246
|
+
c.value ? (m(), j(O, {
|
|
3223
3247
|
key: 0,
|
|
3224
3248
|
type: "form"
|
|
3225
3249
|
})) : u.value ? (m(), j(f, {
|
|
@@ -3229,19 +3253,19 @@ const Ro = { class: "yaml-config config-card-code-block" }, qn = /* @__PURE__ */
|
|
|
3229
3253
|
"icon-variant": "error",
|
|
3230
3254
|
onClickAction: k
|
|
3231
3255
|
}, {
|
|
3232
|
-
default:
|
|
3233
|
-
|
|
3256
|
+
default: w(() => [
|
|
3257
|
+
R("h3", null, L(p.value), 1)
|
|
3234
3258
|
]),
|
|
3235
3259
|
_: 1
|
|
3236
3260
|
}, 8, ["action-button-text"])) : (m(), S("form", {
|
|
3237
3261
|
key: 2,
|
|
3238
3262
|
"data-testid": "form-content",
|
|
3239
3263
|
novalidate: r.noValidate,
|
|
3240
|
-
onReset: Le(
|
|
3241
|
-
onSubmit: Le(
|
|
3264
|
+
onReset: Le(C, ["prevent"]),
|
|
3265
|
+
onSubmit: Le(T, ["prevent"])
|
|
3242
3266
|
}, [
|
|
3243
|
-
D(
|
|
3244
|
-
e.errorMessage ? (m(), j(
|
|
3267
|
+
D(_.$slots, "default", {}, void 0, !0),
|
|
3268
|
+
e.errorMessage ? (m(), j(v, {
|
|
3245
3269
|
key: 0,
|
|
3246
3270
|
appearance: "danger",
|
|
3247
3271
|
"data-testid": "form-error",
|
|
@@ -3252,79 +3276,79 @@ const Ro = { class: "yaml-config config-card-code-block" }, qn = /* @__PURE__ */
|
|
|
3252
3276
|
disabled: !e.actionTeleportTarget,
|
|
3253
3277
|
to: e.actionTeleportTarget
|
|
3254
3278
|
}, [
|
|
3255
|
-
|
|
3279
|
+
R("div", {
|
|
3256
3280
|
class: fe(["form-actions", { "form-actions-reverted": e.alignActionButtonToLeft }]),
|
|
3257
3281
|
"data-testid": "form-actions"
|
|
3258
3282
|
}, [
|
|
3259
|
-
D(
|
|
3260
|
-
M(
|
|
3283
|
+
D(_.$slots, "form-actions", {}, () => [
|
|
3284
|
+
M(b, {
|
|
3261
3285
|
appearance: "tertiary",
|
|
3262
3286
|
"data-testid": `${e.entityType}-${d.value ? "edit" : "create"}-form-view-configuration`,
|
|
3263
|
-
onClick: A[0] || (A[0] = (
|
|
3287
|
+
onClick: A[0] || (A[0] = (I) => y())
|
|
3264
3288
|
}, {
|
|
3265
|
-
default:
|
|
3266
|
-
q(
|
|
3289
|
+
default: w(() => [
|
|
3290
|
+
q(L($(a)("baseForm.actions.viewConfiguration")), 1)
|
|
3267
3291
|
]),
|
|
3268
3292
|
_: 1
|
|
3269
3293
|
}, 8, ["data-testid"]),
|
|
3270
|
-
M(
|
|
3294
|
+
M(b, {
|
|
3271
3295
|
appearance: "secondary",
|
|
3272
3296
|
"data-testid": `${e.entityType}-${d.value ? "edit" : "create"}-form-cancel`,
|
|
3273
3297
|
disabled: e.isReadonly,
|
|
3274
3298
|
type: "reset",
|
|
3275
|
-
onClick: A[1] || (A[1] = (
|
|
3299
|
+
onClick: A[1] || (A[1] = (I) => !!e.actionTeleportTarget && C())
|
|
3276
3300
|
}, {
|
|
3277
|
-
default:
|
|
3278
|
-
q(
|
|
3301
|
+
default: w(() => [
|
|
3302
|
+
q(L(e.cancelButtonText ?? $(a)("baseForm.actions.cancel")), 1)
|
|
3279
3303
|
]),
|
|
3280
3304
|
_: 1
|
|
3281
3305
|
}, 8, ["data-testid", "disabled"]),
|
|
3282
|
-
M(
|
|
3306
|
+
M(b, {
|
|
3283
3307
|
appearance: "primary",
|
|
3284
3308
|
"data-testid": `${e.entityType}-${d.value ? "edit" : "create"}-form-submit`,
|
|
3285
|
-
disabled:
|
|
3309
|
+
disabled: g.value,
|
|
3286
3310
|
type: "submit",
|
|
3287
|
-
onClick: A[2] || (A[2] = (
|
|
3311
|
+
onClick: A[2] || (A[2] = (I) => !!e.actionTeleportTarget && T())
|
|
3288
3312
|
}, {
|
|
3289
|
-
default:
|
|
3290
|
-
q(
|
|
3313
|
+
default: w(() => [
|
|
3314
|
+
q(L(e.saveButtonText ?? $(a)("baseForm.actions.save")), 1)
|
|
3291
3315
|
]),
|
|
3292
3316
|
_: 1
|
|
3293
3317
|
}, 8, ["data-testid", "disabled"])
|
|
3294
3318
|
], !0)
|
|
3295
3319
|
], 2)
|
|
3296
3320
|
], 8, ["disabled", "to"]))
|
|
3297
|
-
], 40,
|
|
3321
|
+
], 40, Jo)),
|
|
3298
3322
|
M(J, {
|
|
3299
3323
|
"close-on-blur": !1,
|
|
3300
3324
|
"data-testid": "form-view-configuration-slideout",
|
|
3301
3325
|
"has-overlay": !1,
|
|
3302
3326
|
"offset-top": e.slidoutTopOffset,
|
|
3303
3327
|
title: $(a)("baseForm.configuration.title"),
|
|
3304
|
-
visible:
|
|
3305
|
-
onClose: A[4] || (A[4] = (
|
|
3328
|
+
visible: h.value,
|
|
3329
|
+
onClose: A[4] || (A[4] = (I) => y())
|
|
3306
3330
|
}, {
|
|
3307
|
-
default:
|
|
3308
|
-
|
|
3331
|
+
default: w(() => [
|
|
3332
|
+
R("div", null, L($(a)("baseForm.configuration.message")), 1),
|
|
3309
3333
|
M(H, {
|
|
3310
3334
|
"data-testid": "form-view-configuration-slideout-tabs",
|
|
3311
3335
|
tabs: W.value,
|
|
3312
|
-
onChange: A[3] || (A[3] = (
|
|
3336
|
+
onChange: A[3] || (A[3] = (I) => i("codeBlockTabChange", I.replace("#", "")))
|
|
3313
3337
|
}, {
|
|
3314
|
-
json:
|
|
3338
|
+
json: w(() => [
|
|
3315
3339
|
M(en, {
|
|
3316
3340
|
config: e.config,
|
|
3317
3341
|
"entity-record": r.formFields,
|
|
3318
|
-
"fetcher-url":
|
|
3342
|
+
"fetcher-url": x.value,
|
|
3319
3343
|
"request-method": r.editId ? "put" : "post"
|
|
3320
3344
|
}, null, 8, ["config", "entity-record", "fetcher-url", "request-method"])
|
|
3321
3345
|
]),
|
|
3322
|
-
yaml:
|
|
3346
|
+
yaml: w(() => [
|
|
3323
3347
|
M(qn, {
|
|
3324
3348
|
"entity-record": r.formFields
|
|
3325
3349
|
}, null, 8, ["entity-record"])
|
|
3326
3350
|
]),
|
|
3327
|
-
terraform:
|
|
3351
|
+
terraform: w(() => [
|
|
3328
3352
|
M(Hn, {
|
|
3329
3353
|
"entity-record": r.formFields,
|
|
3330
3354
|
"entity-type": e.entityType
|
|
@@ -3340,7 +3364,7 @@ const Ro = { class: "yaml-config config-card-code-block" }, qn = /* @__PURE__ */
|
|
|
3340
3364
|
});
|
|
3341
3365
|
};
|
|
3342
3366
|
}
|
|
3343
|
-
}),
|
|
3367
|
+
}), ms = /* @__PURE__ */ se(Go, [["__scopeId", "data-v-520de902"]]), zo = ["data-truncate"], Qo = /* @__PURE__ */ z({
|
|
3344
3368
|
__name: "EntityBaseTableCell",
|
|
3345
3369
|
props: {
|
|
3346
3370
|
keyName: {
|
|
@@ -3358,48 +3382,48 @@ const Ro = { class: "yaml-config config-card-code-block" }, qn = /* @__PURE__ */
|
|
|
3358
3382
|
},
|
|
3359
3383
|
setup(e) {
|
|
3360
3384
|
const t = e, n = F(() => {
|
|
3361
|
-
var
|
|
3362
|
-
return ((
|
|
3385
|
+
var y;
|
|
3386
|
+
return ((y = t.rowEl) == null ? void 0 : y.querySelector(`[data-testid="${t.keyName}"]`)) || null;
|
|
3363
3387
|
}), i = F(() => {
|
|
3364
|
-
var
|
|
3365
|
-
return ((
|
|
3388
|
+
var y;
|
|
3389
|
+
return ((y = n.value) == null ? void 0 : y.querySelector('[data-truncate="true"]')) || null;
|
|
3366
3390
|
}), r = F(() => {
|
|
3367
|
-
var k,
|
|
3368
|
-
const
|
|
3369
|
-
return
|
|
3391
|
+
var k, C;
|
|
3392
|
+
const y = (k = t.rowEl) == null ? void 0 : k.querySelectorAll("td");
|
|
3393
|
+
return y ? ((C = y[0]) == null ? void 0 : C.getAttribute("data-testid")) === t.keyName : !0;
|
|
3370
3394
|
}), o = F(() => r.value || t.tooltip);
|
|
3371
3395
|
let a;
|
|
3372
|
-
const
|
|
3396
|
+
const s = () => {
|
|
3373
3397
|
a && (a.disconnect(), a = void 0);
|
|
3374
|
-
},
|
|
3375
|
-
var k,
|
|
3376
|
-
let
|
|
3398
|
+
}, l = () => {
|
|
3399
|
+
var k, C, T;
|
|
3400
|
+
let y = ((k = n.value) == null ? void 0 : k.clientWidth) || 0;
|
|
3377
3401
|
if (n.value && "getComputedStyle" in window) {
|
|
3378
3402
|
const W = window.getComputedStyle(n.value);
|
|
3379
|
-
|
|
3403
|
+
y -= (parseFloat(W.paddingLeft) || 0) + (parseFloat(W.paddingRight) || 0);
|
|
3380
3404
|
}
|
|
3381
|
-
d.value = ((
|
|
3382
|
-
}, c = K({}), d = K(0), u = K(0),
|
|
3383
|
-
|
|
3384
|
-
(
|
|
3385
|
-
if (o.value && (
|
|
3405
|
+
d.value = ((C = i.value) == null ? void 0 : C.getBoundingClientRect().width) || 0, u.value = y, p.value = ((T = c.value) == null ? void 0 : T.innerText) || "";
|
|
3406
|
+
}, c = K({}), d = K(0), u = K(0), p = K(""), g = F(() => [i.value, n.value]), h = be(
|
|
3407
|
+
g,
|
|
3408
|
+
(y) => {
|
|
3409
|
+
if (o.value && (s(), "ResizeObserver" in window && window)) {
|
|
3386
3410
|
a = new ResizeObserver((k) => {
|
|
3387
3411
|
window.requestAnimationFrame(() => {
|
|
3388
|
-
!Array.isArray(k) || !k.length ||
|
|
3412
|
+
!Array.isArray(k) || !k.length || l();
|
|
3389
3413
|
});
|
|
3390
3414
|
});
|
|
3391
|
-
for (const k of
|
|
3415
|
+
for (const k of y)
|
|
3392
3416
|
k && a.observe(k);
|
|
3393
3417
|
}
|
|
3394
3418
|
},
|
|
3395
3419
|
{ immediate: !0, flush: "post", deep: !0 }
|
|
3396
|
-
),
|
|
3420
|
+
), x = F(() => o.value ? d.value > u.value : !1);
|
|
3397
3421
|
return tt(() => {
|
|
3398
|
-
|
|
3422
|
+
l();
|
|
3399
3423
|
}), Gn(() => {
|
|
3400
|
-
|
|
3401
|
-
}), (
|
|
3402
|
-
const
|
|
3424
|
+
h();
|
|
3425
|
+
}), (y, k) => {
|
|
3426
|
+
const C = P("KTooltip");
|
|
3403
3427
|
return m(), S("span", {
|
|
3404
3428
|
ref_key: "contentRef",
|
|
3405
3429
|
ref: c,
|
|
@@ -3409,27 +3433,27 @@ const Ro = { class: "yaml-config config-card-code-block" }, qn = /* @__PURE__ */
|
|
|
3409
3433
|
key: 0,
|
|
3410
3434
|
"data-truncate": o.value || void 0
|
|
3411
3435
|
}, [
|
|
3412
|
-
M(
|
|
3436
|
+
M(C, {
|
|
3413
3437
|
"max-width": "300",
|
|
3414
3438
|
placement: "bottom-start",
|
|
3415
|
-
text:
|
|
3439
|
+
text: x.value ? p.value : ""
|
|
3416
3440
|
}, {
|
|
3417
|
-
default:
|
|
3418
|
-
D(
|
|
3441
|
+
default: w(() => [
|
|
3442
|
+
D(y.$slots, "default", {}, void 0, !0)
|
|
3419
3443
|
]),
|
|
3420
3444
|
_: 3
|
|
3421
3445
|
}, 8, ["text"])
|
|
3422
|
-
], 8,
|
|
3446
|
+
], 8, zo)) : D(y.$slots, "default", { key: 1 }, void 0, !0)
|
|
3423
3447
|
], 512);
|
|
3424
3448
|
};
|
|
3425
3449
|
}
|
|
3426
|
-
}),
|
|
3450
|
+
}), Zo = /* @__PURE__ */ se(Qo, [["__scopeId", "data-v-a3a65cac"]]), Xo = { class: "toolbar-container" }, el = {
|
|
3427
3451
|
key: 0,
|
|
3428
3452
|
class: "toolbar-button-container"
|
|
3429
|
-
},
|
|
3453
|
+
}, tl = {
|
|
3430
3454
|
key: 0,
|
|
3431
3455
|
class: "hidden"
|
|
3432
|
-
},
|
|
3456
|
+
}, nl = /* @__PURE__ */ z({
|
|
3433
3457
|
__name: "EntityBaseTable",
|
|
3434
3458
|
props: {
|
|
3435
3459
|
// table header configuration
|
|
@@ -3575,7 +3599,7 @@ const Ro = { class: "yaml-config config-card-code-block" }, qn = /* @__PURE__ */
|
|
|
3575
3599
|
emits: ["click:row", "sort", "clear-search-input", "empty-state-cta-clicked", "state"],
|
|
3576
3600
|
setup(e, { emit: t }) {
|
|
3577
3601
|
const n = e, i = t, { i18n: { t: r } } = Y.useI18n(), o = F(() => {
|
|
3578
|
-
var f,
|
|
3602
|
+
var f, v;
|
|
3579
3603
|
return typeof n.errorMessage == "string" ? {
|
|
3580
3604
|
hasError: !!n.errorMessage,
|
|
3581
3605
|
title: n.errorMessage,
|
|
@@ -3583,15 +3607,15 @@ const Ro = { class: "yaml-config config-card-code-block" }, qn = /* @__PURE__ */
|
|
|
3583
3607
|
} : {
|
|
3584
3608
|
hasError: !!n.errorMessage,
|
|
3585
3609
|
title: (f = n.errorMessage) == null ? void 0 : f.title,
|
|
3586
|
-
message: (
|
|
3610
|
+
message: (v = n.errorMessage) == null ? void 0 : v.message
|
|
3587
3611
|
};
|
|
3588
|
-
}), a = F(() => n.cacheIdentifier || n.preferencesStorageKey),
|
|
3612
|
+
}), a = F(() => n.cacheIdentifier || n.preferencesStorageKey), s = F(() => {
|
|
3589
3613
|
const f = [];
|
|
3590
|
-
return Object.keys(n.tableHeaders).forEach((
|
|
3591
|
-
const H = n.tableHeaders[
|
|
3614
|
+
return Object.keys(n.tableHeaders).forEach((b) => {
|
|
3615
|
+
const H = n.tableHeaders[b];
|
|
3592
3616
|
f.push({
|
|
3593
|
-
label: H.label ??
|
|
3594
|
-
key:
|
|
3617
|
+
label: H.label ?? b,
|
|
3618
|
+
key: b,
|
|
3595
3619
|
sortable: H.sortable ?? !1,
|
|
3596
3620
|
hidable: H.hidable ?? !0
|
|
3597
3621
|
});
|
|
@@ -3599,57 +3623,57 @@ const Ro = { class: "yaml-config config-card-code-block" }, qn = /* @__PURE__ */
|
|
|
3599
3623
|
key: "actions",
|
|
3600
3624
|
hideLabel: !0
|
|
3601
3625
|
}), f;
|
|
3602
|
-
}),
|
|
3626
|
+
}), l = (f) => ({
|
|
3603
3627
|
"data-rowid": f.id,
|
|
3604
3628
|
"data-testid": f.name,
|
|
3605
3629
|
...n.rowAttributes(f)
|
|
3606
3630
|
}), c = K({}), d = (f) => {
|
|
3607
|
-
var
|
|
3608
|
-
return (
|
|
3631
|
+
var v;
|
|
3632
|
+
return (v = c.value) == null ? void 0 : v.$el.querySelector(`[data-rowid="${f.id}"]`);
|
|
3609
3633
|
}, u = (f) => {
|
|
3610
|
-
const
|
|
3634
|
+
const v = {
|
|
3611
3635
|
"data-testid": f.headerKey,
|
|
3612
3636
|
...n.cellAttributes(f)
|
|
3613
3637
|
};
|
|
3614
|
-
return f.colIndex === 0 && (
|
|
3638
|
+
return f.colIndex === 0 && (v.style = {
|
|
3615
3639
|
maxWidth: "250px",
|
|
3616
3640
|
overflowX: "hidden",
|
|
3617
3641
|
textOverflow: "ellipsis"
|
|
3618
|
-
}),
|
|
3619
|
-
},
|
|
3620
|
-
|
|
3621
|
-
},
|
|
3622
|
-
i("empty-state-cta-clicked"),
|
|
3623
|
-
},
|
|
3642
|
+
}), v;
|
|
3643
|
+
}, p = (f) => {
|
|
3644
|
+
C(f), i("state", f);
|
|
3645
|
+
}, g = () => {
|
|
3646
|
+
i("empty-state-cta-clicked"), h();
|
|
3647
|
+
}, h = () => {
|
|
3624
3648
|
i("clear-search-input");
|
|
3625
|
-
},
|
|
3626
|
-
i("click:row",
|
|
3627
|
-
}),
|
|
3649
|
+
}, x = F(() => n.disableRowClick ? void 0 : (f, v) => {
|
|
3650
|
+
i("click:row", v);
|
|
3651
|
+
}), y = (f) => {
|
|
3628
3652
|
i("sort", f);
|
|
3629
|
-
}, { hideTableToolbar: k, handleStateChange:
|
|
3653
|
+
}, { hideTableToolbar: k, handleStateChange: C } = Y.useTableState(() => n.query), { setTablePreferences: T, getTablePreferences: W } = pi(), X = K(W(a.value, n.defaultTablePreferences)), _ = F(() => {
|
|
3630
3654
|
const f = W(a.value);
|
|
3631
3655
|
return {
|
|
3632
3656
|
...n.initialFetcherParams,
|
|
3633
3657
|
...f
|
|
3634
3658
|
};
|
|
3635
3659
|
}), A = (f) => {
|
|
3636
|
-
X.value = f,
|
|
3637
|
-
!("hidable" in
|
|
3638
|
-
}), a.value &&
|
|
3639
|
-
},
|
|
3660
|
+
X.value = f, s.value.forEach((v) => {
|
|
3661
|
+
!("hidable" in v) || !X.value.columnVisibility || v.hidable === !1 && (X.value.columnVisibility[v.key] = !0);
|
|
3662
|
+
}), a.value && T(a.value, f);
|
|
3663
|
+
}, O = F(() => ({
|
|
3640
3664
|
disablePageJump: n.disablePaginationPageJump,
|
|
3641
3665
|
offset: n.paginationType === "offset",
|
|
3642
3666
|
...n.paginationAttributes
|
|
3643
3667
|
}));
|
|
3644
|
-
return (f,
|
|
3645
|
-
const
|
|
3668
|
+
return (f, v) => {
|
|
3669
|
+
const b = P("KTableData"), H = P("KCard");
|
|
3646
3670
|
return m(), j(H, {
|
|
3647
3671
|
class: "kong-ui-entity-base-table",
|
|
3648
3672
|
title: e.title,
|
|
3649
3673
|
"title-tag": e.titleTag
|
|
3650
3674
|
}, {
|
|
3651
|
-
default:
|
|
3652
|
-
M(
|
|
3675
|
+
default: w(() => [
|
|
3676
|
+
M(b, {
|
|
3653
3677
|
ref_key: "tableRefs",
|
|
3654
3678
|
ref: c,
|
|
3655
3679
|
"cache-identifier": a.value,
|
|
@@ -3665,61 +3689,61 @@ const Ro = { class: "yaml-config config-card-code-block" }, qn = /* @__PURE__ */
|
|
|
3665
3689
|
"error-state-title": o.value.title,
|
|
3666
3690
|
fetcher: e.fetcher,
|
|
3667
3691
|
"fetcher-cache-key": String(e.fetcherCacheKey),
|
|
3668
|
-
headers:
|
|
3692
|
+
headers: s.value,
|
|
3669
3693
|
"hide-pagination": e.hidePagination,
|
|
3670
3694
|
"hide-pagination-when-optional": e.hidePaginationWhenOptional,
|
|
3671
3695
|
"hide-toolbar": e.hideToolbar ?? $(k),
|
|
3672
|
-
"initial-fetcher-params":
|
|
3696
|
+
"initial-fetcher-params": _.value,
|
|
3673
3697
|
loading: e.isLoading,
|
|
3674
|
-
"pagination-attributes":
|
|
3698
|
+
"pagination-attributes": O.value,
|
|
3675
3699
|
"resize-columns": "",
|
|
3676
|
-
"row-attrs":
|
|
3700
|
+
"row-attrs": l,
|
|
3677
3701
|
"row-key": e.rowKey,
|
|
3678
3702
|
"search-input": e.query,
|
|
3679
3703
|
"sort-handler-function": e.enableClientSort ? e.sortHandlerFunction : void 0,
|
|
3680
3704
|
sortable: !e.disableSorting,
|
|
3681
3705
|
"table-preferences": X.value,
|
|
3682
|
-
onEmptyStateActionClick:
|
|
3683
|
-
"onRow:click":
|
|
3684
|
-
onSort:
|
|
3685
|
-
onState:
|
|
3706
|
+
onEmptyStateActionClick: g,
|
|
3707
|
+
"onRow:click": x.value,
|
|
3708
|
+
onSort: v[0] || (v[0] = (J) => y(J)),
|
|
3709
|
+
onState: p,
|
|
3686
3710
|
"onUpdate:tablePreferences": A
|
|
3687
3711
|
}, Se({
|
|
3688
|
-
toolbar:
|
|
3689
|
-
|
|
3712
|
+
toolbar: w(() => [
|
|
3713
|
+
R("div", Xo, [
|
|
3690
3714
|
D(f.$slots, "toolbar-filter", {}, void 0, !0),
|
|
3691
|
-
f.$slots["toolbar-button"] ? (m(), S("div",
|
|
3715
|
+
f.$slots["toolbar-button"] ? (m(), S("div", el, [
|
|
3692
3716
|
D(f.$slots, "toolbar-button", {}, void 0, !0)
|
|
3693
3717
|
])) : N("", !0)
|
|
3694
3718
|
])
|
|
3695
3719
|
]),
|
|
3696
|
-
"action-items":
|
|
3720
|
+
"action-items": w(({ row: J }) => [
|
|
3697
3721
|
D(f.$slots, "actions", { row: J }, void 0, !0)
|
|
3698
3722
|
]),
|
|
3699
3723
|
_: 2
|
|
3700
3724
|
}, [
|
|
3701
3725
|
f.$slots["empty-state"] ? {
|
|
3702
3726
|
name: "empty-state",
|
|
3703
|
-
fn:
|
|
3727
|
+
fn: w(() => [
|
|
3704
3728
|
D(f.$slots, "empty-state", {}, void 0, !0)
|
|
3705
3729
|
]),
|
|
3706
3730
|
key: "0"
|
|
3707
3731
|
} : void 0,
|
|
3708
|
-
ce(e.tableHeaders, (J,
|
|
3709
|
-
name:
|
|
3710
|
-
fn:
|
|
3711
|
-
M(
|
|
3712
|
-
"key-name": String(
|
|
3713
|
-
"row-el": d(
|
|
3732
|
+
ce(e.tableHeaders, (J, I) => ({
|
|
3733
|
+
name: I,
|
|
3734
|
+
fn: w(({ row: B, rowValue: G }) => [
|
|
3735
|
+
M(Zo, {
|
|
3736
|
+
"key-name": String(I),
|
|
3737
|
+
"row-el": d(B),
|
|
3714
3738
|
tooltip: J.tooltip
|
|
3715
3739
|
}, {
|
|
3716
|
-
default:
|
|
3717
|
-
D(f.$slots,
|
|
3718
|
-
row:
|
|
3740
|
+
default: w(() => [
|
|
3741
|
+
D(f.$slots, I, {
|
|
3742
|
+
row: B,
|
|
3719
3743
|
rowKey: e.rowKey,
|
|
3720
3744
|
rowValue: G
|
|
3721
3745
|
}, () => [
|
|
3722
|
-
q(
|
|
3746
|
+
q(L(G), 1)
|
|
3723
3747
|
], !0)
|
|
3724
3748
|
]),
|
|
3725
3749
|
_: 2
|
|
@@ -3728,13 +3752,13 @@ const Ro = { class: "yaml-config config-card-code-block" }, qn = /* @__PURE__ */
|
|
|
3728
3752
|
})),
|
|
3729
3753
|
e.query ? void 0 : {
|
|
3730
3754
|
name: "empty-state-action-icon",
|
|
3731
|
-
fn:
|
|
3755
|
+
fn: w(() => [
|
|
3732
3756
|
M($(Yt))
|
|
3733
3757
|
]),
|
|
3734
3758
|
key: "1"
|
|
3735
3759
|
}
|
|
3736
3760
|
]), 1032, ["cache-identifier", "client-sort", "empty-state-action-message", "empty-state-action-route", "empty-state-icon-variant", "empty-state-message", "empty-state-title", "error", "error-state-message", "error-state-title", "fetcher", "fetcher-cache-key", "headers", "hide-pagination", "hide-pagination-when-optional", "hide-toolbar", "initial-fetcher-params", "loading", "pagination-attributes", "row-key", "search-input", "sort-handler-function", "sortable", "table-preferences", "onRow:click"]),
|
|
3737
|
-
f.$slots["outside-actions"] && $(k) ? (m(), S("div",
|
|
3761
|
+
f.$slots["outside-actions"] && $(k) ? (m(), S("div", tl, [
|
|
3738
3762
|
D(f.$slots, "outside-actions", {}, void 0, !0)
|
|
3739
3763
|
])) : N("", !0)
|
|
3740
3764
|
]),
|
|
@@ -3742,13 +3766,13 @@ const Ro = { class: "yaml-config config-card-code-block" }, qn = /* @__PURE__ */
|
|
|
3742
3766
|
}, 8, ["title", "title-tag"]);
|
|
3743
3767
|
};
|
|
3744
3768
|
}
|
|
3745
|
-
}),
|
|
3769
|
+
}), hs = /* @__PURE__ */ se(nl, [["__scopeId", "data-v-44153100"]]), il = {
|
|
3746
3770
|
key: 0,
|
|
3747
3771
|
class: "kong-ui-entity-delete-error"
|
|
3748
|
-
},
|
|
3772
|
+
}, rl = {
|
|
3749
3773
|
key: 1,
|
|
3750
3774
|
class: "description"
|
|
3751
|
-
},
|
|
3775
|
+
}, al = /* @__PURE__ */ z({
|
|
3752
3776
|
__name: "EntityDeleteModal",
|
|
3753
3777
|
props: {
|
|
3754
3778
|
visible: {
|
|
@@ -3789,10 +3813,10 @@ const Ro = { class: "yaml-config config-card-code-block" }, qn = /* @__PURE__ */
|
|
|
3789
3813
|
setup(e, { emit: t }) {
|
|
3790
3814
|
const { i18nT: n } = Y.useI18n(), i = e, r = t, o = F(() => i.needConfirm ? i.entityName : ""), a = () => {
|
|
3791
3815
|
r("cancel");
|
|
3792
|
-
},
|
|
3816
|
+
}, s = () => {
|
|
3793
3817
|
r("proceed");
|
|
3794
3818
|
};
|
|
3795
|
-
return (
|
|
3819
|
+
return (l, c) => {
|
|
3796
3820
|
const d = P("KAlert"), u = P("KPrompt");
|
|
3797
3821
|
return m(), j(u, {
|
|
3798
3822
|
"action-button-appearance": "danger",
|
|
@@ -3803,13 +3827,13 @@ const Ro = { class: "yaml-config config-card-code-block" }, qn = /* @__PURE__ */
|
|
|
3803
3827
|
title: e.title,
|
|
3804
3828
|
visible: e.visible,
|
|
3805
3829
|
onCancel: a,
|
|
3806
|
-
onProceed:
|
|
3830
|
+
onProceed: s
|
|
3807
3831
|
}, {
|
|
3808
|
-
default:
|
|
3809
|
-
e.error ? (m(), S("div",
|
|
3832
|
+
default: w(() => [
|
|
3833
|
+
e.error ? (m(), S("div", il, [
|
|
3810
3834
|
M(d, { appearance: "danger" }, {
|
|
3811
|
-
default:
|
|
3812
|
-
q(
|
|
3835
|
+
default: w(() => [
|
|
3836
|
+
q(L(e.error), 1)
|
|
3813
3837
|
]),
|
|
3814
3838
|
_: 1
|
|
3815
3839
|
})
|
|
@@ -3819,22 +3843,22 @@ const Ro = { class: "yaml-config config-card-code-block" }, qn = /* @__PURE__ */
|
|
|
3819
3843
|
keypath: i.entityName ? "deleteModal.messageWithName" : "deleteModal.message",
|
|
3820
3844
|
tag: "p"
|
|
3821
3845
|
}, Se({
|
|
3822
|
-
entityType:
|
|
3823
|
-
q(
|
|
3846
|
+
entityType: w(() => [
|
|
3847
|
+
q(L(i.entityType), 1)
|
|
3824
3848
|
]),
|
|
3825
3849
|
_: 2
|
|
3826
3850
|
}, [
|
|
3827
3851
|
i.entityName ? {
|
|
3828
3852
|
name: "entityName",
|
|
3829
|
-
fn:
|
|
3830
|
-
|
|
3853
|
+
fn: w(() => [
|
|
3854
|
+
R("strong", null, L(i.entityName), 1)
|
|
3831
3855
|
]),
|
|
3832
3856
|
key: "0"
|
|
3833
3857
|
} : void 0
|
|
3834
3858
|
]), 1032, ["keypath"]),
|
|
3835
|
-
i.description ||
|
|
3836
|
-
D(
|
|
3837
|
-
|
|
3859
|
+
i.description || l.$slots.description ? (m(), S("div", rl, [
|
|
3860
|
+
D(l.$slots, "description", {}, () => [
|
|
3861
|
+
R("p", null, L(i.description), 1)
|
|
3838
3862
|
], !0)
|
|
3839
3863
|
])) : N("", !0)
|
|
3840
3864
|
]),
|
|
@@ -3842,13 +3866,13 @@ const Ro = { class: "yaml-config config-card-code-block" }, qn = /* @__PURE__ */
|
|
|
3842
3866
|
}, 8, ["action-button-disabled", "confirmation-text", "title", "visible"]);
|
|
3843
3867
|
};
|
|
3844
3868
|
}
|
|
3845
|
-
}),
|
|
3869
|
+
}), gs = /* @__PURE__ */ se(al, [["__scopeId", "data-v-4361d622"]]), ol = {
|
|
3846
3870
|
fill: "none",
|
|
3847
3871
|
height: "20",
|
|
3848
3872
|
viewBox: "0 0 20 20",
|
|
3849
3873
|
width: "20",
|
|
3850
3874
|
xmlns: "http://www.w3.org/2000/svg"
|
|
3851
|
-
},
|
|
3875
|
+
}, ll = {
|
|
3852
3876
|
id: "mask0_180_20349",
|
|
3853
3877
|
height: "20",
|
|
3854
3878
|
maskUnits: "userSpaceOnUse",
|
|
@@ -3856,35 +3880,35 @@ const Ro = { class: "yaml-config config-card-code-block" }, qn = /* @__PURE__ */
|
|
|
3856
3880
|
width: "20",
|
|
3857
3881
|
x: "0",
|
|
3858
3882
|
y: "0"
|
|
3859
|
-
},
|
|
3883
|
+
}, sl = ["fill"], cl = { mask: "url(#mask0_180_20349)" }, ul = ["fill"], Mt = /* @__PURE__ */ z({
|
|
3860
3884
|
__name: "IconFilter",
|
|
3861
3885
|
props: {
|
|
3862
3886
|
color: {
|
|
3863
3887
|
type: String,
|
|
3864
|
-
default: `var(--kong-ui-entity-filter-color, ${
|
|
3888
|
+
default: `var(--kong-ui-entity-filter-color, ${Ji})`
|
|
3865
3889
|
}
|
|
3866
3890
|
},
|
|
3867
3891
|
setup(e) {
|
|
3868
|
-
return (t, n) => (m(), S("svg",
|
|
3869
|
-
|
|
3870
|
-
|
|
3892
|
+
return (t, n) => (m(), S("svg", ol, [
|
|
3893
|
+
R("mask", ll, [
|
|
3894
|
+
R("rect", {
|
|
3871
3895
|
fill: e.color,
|
|
3872
3896
|
height: "20",
|
|
3873
3897
|
width: "20"
|
|
3874
|
-
}, null, 8,
|
|
3898
|
+
}, null, 8, sl)
|
|
3875
3899
|
]),
|
|
3876
|
-
|
|
3877
|
-
|
|
3900
|
+
R("g", cl, [
|
|
3901
|
+
R("path", {
|
|
3878
3902
|
d: "M8 14.5V13H12V14.5H8ZM5 10.75V9.25H15V10.75H5ZM3 7V5.5H17V7H3Z",
|
|
3879
3903
|
fill: e.color
|
|
3880
|
-
}, null, 8,
|
|
3904
|
+
}, null, 8, ul)
|
|
3881
3905
|
])
|
|
3882
3906
|
]));
|
|
3883
3907
|
}
|
|
3884
|
-
}),
|
|
3908
|
+
}), dl = {
|
|
3885
3909
|
key: 1,
|
|
3886
3910
|
class: "kong-ui-entity-filter"
|
|
3887
|
-
},
|
|
3911
|
+
}, fl = { class: "kong-ui-entity-filter-menu" }, pl = ["data-testid"], ml = ["onClick", "onKeydown"], hl = { class: "menu-item-indicator" }, gl = { class: "menu-item-body" }, yl = ["for"], vl = { class: "menu-item-buttons" }, bl = { class: "filter-clear-button-container" }, xl = /* @__PURE__ */ z({
|
|
3888
3912
|
__name: "EntityFilter",
|
|
3889
3913
|
props: {
|
|
3890
3914
|
// filter config, either exact match or fuzzy match
|
|
@@ -3904,161 +3928,161 @@ const Ro = { class: "yaml-config config-card-code-block" }, qn = /* @__PURE__ */
|
|
|
3904
3928
|
},
|
|
3905
3929
|
emits: ["update:modelValue"],
|
|
3906
3930
|
setup(e, { emit: t }) {
|
|
3907
|
-
const { i18n: { t: n } } = Y.useI18n(), i = e, r = t, o = K(!1), a = K({}),
|
|
3908
|
-
const
|
|
3909
|
-
return new URLSearchParams(i.modelValue).forEach((A,
|
|
3910
|
-
A !== "" &&
|
|
3911
|
-
}),
|
|
3931
|
+
const { i18n: { t: n } } = Y.useI18n(), i = e, r = t, o = K(!1), a = K({}), s = K(/* @__PURE__ */ new Set()), l = F(() => {
|
|
3932
|
+
const _ = [];
|
|
3933
|
+
return new URLSearchParams(i.modelValue).forEach((A, O) => {
|
|
3934
|
+
A !== "" && _.push(O);
|
|
3935
|
+
}), _;
|
|
3912
3936
|
}), c = F(() => {
|
|
3913
|
-
const
|
|
3914
|
-
return Object.keys(
|
|
3915
|
-
var
|
|
3916
|
-
return (
|
|
3937
|
+
const _ = i.config.fields;
|
|
3938
|
+
return Object.keys(_).filter((A) => {
|
|
3939
|
+
var O;
|
|
3940
|
+
return (O = _ == null ? void 0 : _[A]) == null ? void 0 : O.searchable;
|
|
3917
3941
|
}).map((A) => ({
|
|
3918
|
-
label:
|
|
3942
|
+
label: _[A].label || A,
|
|
3919
3943
|
value: A,
|
|
3920
3944
|
expanded: !1
|
|
3921
3945
|
}));
|
|
3922
3946
|
});
|
|
3923
|
-
be(() => i.modelValue, (
|
|
3924
|
-
a.value = {}, new URLSearchParams(
|
|
3925
|
-
a.value[
|
|
3947
|
+
be(() => i.modelValue, (_) => {
|
|
3948
|
+
a.value = {}, new URLSearchParams(_).forEach((A, O) => {
|
|
3949
|
+
a.value[O] = A;
|
|
3926
3950
|
});
|
|
3927
3951
|
});
|
|
3928
3952
|
const d = () => {
|
|
3929
3953
|
o.value = !o.value;
|
|
3930
|
-
}, u = (
|
|
3931
|
-
|
|
3932
|
-
},
|
|
3933
|
-
r("update:modelValue",
|
|
3934
|
-
},
|
|
3935
|
-
|
|
3936
|
-
},
|
|
3937
|
-
var A,
|
|
3938
|
-
return (((
|
|
3939
|
-
},
|
|
3940
|
-
var A,
|
|
3941
|
-
return ((
|
|
3942
|
-
}, k = (
|
|
3954
|
+
}, u = (_) => {
|
|
3955
|
+
s.value.has(_) ? s.value.delete(_) : s.value.add(_);
|
|
3956
|
+
}, p = (_) => {
|
|
3957
|
+
r("update:modelValue", _);
|
|
3958
|
+
}, g = () => {
|
|
3959
|
+
p("");
|
|
3960
|
+
}, h = (_) => `filter-${_}`, x = (_) => {
|
|
3961
|
+
var A, O;
|
|
3962
|
+
return (((O = (A = i.config.schema) == null ? void 0 : A[_]) == null ? void 0 : O.values) ?? []).map((f) => typeof f == "string" ? { value: f, label: f } : f);
|
|
3963
|
+
}, y = (_) => {
|
|
3964
|
+
var A, O;
|
|
3965
|
+
return ((O = (A = i.config.schema) == null ? void 0 : A[_]) == null ? void 0 : O.type) ?? "text";
|
|
3966
|
+
}, k = (_) => {
|
|
3943
3967
|
a.value = {
|
|
3944
3968
|
...a.value,
|
|
3945
|
-
[
|
|
3946
|
-
},
|
|
3947
|
-
},
|
|
3948
|
-
a.value = {},
|
|
3949
|
-
},
|
|
3950
|
-
const A = Object.keys(a.value).reduce((
|
|
3951
|
-
|
|
3952
|
-
}, W = (
|
|
3953
|
-
var A,
|
|
3954
|
-
return !!((
|
|
3955
|
-
}, X = (
|
|
3969
|
+
[_]: ""
|
|
3970
|
+
}, T();
|
|
3971
|
+
}, C = () => {
|
|
3972
|
+
a.value = {}, T(!0);
|
|
3973
|
+
}, T = (_ = !1) => {
|
|
3974
|
+
const A = Object.keys(a.value).reduce((O, f) => (a.value[f] && (O[f] = `${a.value[f]}`), O), {});
|
|
3975
|
+
_ && (o.value = !1), r("update:modelValue", new URLSearchParams(A).toString());
|
|
3976
|
+
}, W = (_) => {
|
|
3977
|
+
var A, O;
|
|
3978
|
+
return !!((O = (A = i.config.schema) == null ? void 0 : A[_]) != null && O.filterFunction);
|
|
3979
|
+
}, X = (_, A) => {
|
|
3956
3980
|
var f;
|
|
3957
|
-
const
|
|
3958
|
-
return (
|
|
3981
|
+
const O = (f = i.config.schema) == null ? void 0 : f[_];
|
|
3982
|
+
return (O == null ? void 0 : O.filterFunction) === void 0 ? !0 : O.filterFunction(A);
|
|
3959
3983
|
};
|
|
3960
|
-
return (
|
|
3961
|
-
const
|
|
3962
|
-
return e.config.isExactMatch ? (m(), j(
|
|
3984
|
+
return (_, A) => {
|
|
3985
|
+
const O = P("KInput"), f = P("KButton"), v = P("KSelect");
|
|
3986
|
+
return e.config.isExactMatch ? (m(), j(O, {
|
|
3963
3987
|
key: 0,
|
|
3964
3988
|
autocomplete: "off",
|
|
3965
3989
|
class: "kong-ui-entity-filter-input",
|
|
3966
3990
|
"data-testid": "search-input",
|
|
3967
3991
|
"model-value": e.modelValue,
|
|
3968
3992
|
placeholder: e.config.placeholder,
|
|
3969
|
-
"onUpdate:modelValue":
|
|
3993
|
+
"onUpdate:modelValue": p
|
|
3970
3994
|
}, {
|
|
3971
|
-
before:
|
|
3995
|
+
before: w(() => [
|
|
3972
3996
|
M(Mt)
|
|
3973
3997
|
]),
|
|
3974
|
-
after:
|
|
3998
|
+
after: w(() => [
|
|
3975
3999
|
xe(M($(ii), {
|
|
3976
4000
|
class: "kong-ui-entity-filter-clear",
|
|
3977
4001
|
role: "button",
|
|
3978
4002
|
tabindex: "0",
|
|
3979
|
-
onClick:
|
|
4003
|
+
onClick: g
|
|
3980
4004
|
}, null, 512), [
|
|
3981
4005
|
[Ce, e.modelValue !== ""]
|
|
3982
4006
|
])
|
|
3983
4007
|
]),
|
|
3984
4008
|
_: 1
|
|
3985
|
-
}, 8, ["model-value", "placeholder"])) : (m(), S("div",
|
|
4009
|
+
}, 8, ["model-value", "placeholder"])) : (m(), S("div", dl, [
|
|
3986
4010
|
M(f, {
|
|
3987
4011
|
appearance: "tertiary",
|
|
3988
4012
|
"data-testid": "filter-button",
|
|
3989
4013
|
onClick: d
|
|
3990
4014
|
}, {
|
|
3991
|
-
default:
|
|
4015
|
+
default: w(() => [
|
|
3992
4016
|
M(Mt),
|
|
3993
|
-
q(" " +
|
|
4017
|
+
q(" " + L($(n)("filter.filterButtonText")) + " " + L(l.value.length > 0 ? `(${l.value.length})` : ""), 1)
|
|
3994
4018
|
]),
|
|
3995
4019
|
_: 1
|
|
3996
4020
|
}),
|
|
3997
|
-
xe(
|
|
4021
|
+
xe(R("div", {
|
|
3998
4022
|
class: "kong-ui-entity-filter-backdrop",
|
|
3999
4023
|
onClick: d
|
|
4000
4024
|
}, null, 512), [
|
|
4001
4025
|
[Ce, o.value]
|
|
4002
4026
|
]),
|
|
4003
|
-
xe(
|
|
4004
|
-
(m(!0), S(ue, null, ce(c.value, (
|
|
4027
|
+
xe(R("div", fl, [
|
|
4028
|
+
(m(!0), S(ue, null, ce(c.value, (b) => {
|
|
4005
4029
|
var H, J;
|
|
4006
4030
|
return m(), S("div", {
|
|
4007
|
-
key:
|
|
4031
|
+
key: b.value,
|
|
4008
4032
|
class: "kong-ui-entity-filter-menu-item",
|
|
4009
|
-
"data-testid":
|
|
4033
|
+
"data-testid": b.value
|
|
4010
4034
|
}, [
|
|
4011
|
-
|
|
4012
|
-
class: fe(["menu-item-title", { expanded:
|
|
4035
|
+
R("span", {
|
|
4036
|
+
class: fe(["menu-item-title", { expanded: s.value.has(b.value) }]),
|
|
4013
4037
|
role: "button",
|
|
4014
4038
|
tabindex: "0",
|
|
4015
|
-
onClick: (
|
|
4016
|
-
onKeydown: zn((
|
|
4039
|
+
onClick: (I) => u(b.value),
|
|
4040
|
+
onKeydown: zn((I) => u(b.value), ["enter"])
|
|
4017
4041
|
}, [
|
|
4018
|
-
q(
|
|
4019
|
-
xe(
|
|
4020
|
-
[Ce,
|
|
4042
|
+
q(L(b.label) + " ", 1),
|
|
4043
|
+
xe(R("span", hl, null, 512), [
|
|
4044
|
+
[Ce, l.value.includes(b.value)]
|
|
4021
4045
|
]),
|
|
4022
4046
|
M($(ri), {
|
|
4023
|
-
class: fe(["menu-item-expand-icon", { expanded:
|
|
4024
|
-
color: $(
|
|
4047
|
+
class: fe(["menu-item-expand-icon", { expanded: s.value.has(b.value) }]),
|
|
4048
|
+
color: $(zi)
|
|
4025
4049
|
}, null, 8, ["class", "color"])
|
|
4026
|
-
], 42,
|
|
4027
|
-
xe(
|
|
4028
|
-
|
|
4050
|
+
], 42, ml),
|
|
4051
|
+
xe(R("div", gl, [
|
|
4052
|
+
R("label", {
|
|
4029
4053
|
class: "menu-item-label",
|
|
4030
|
-
for:
|
|
4031
|
-
},
|
|
4032
|
-
((J = (H = e.config.schema) == null ? void 0 : H[
|
|
4054
|
+
for: h(b.value)
|
|
4055
|
+
}, L($(n)("filter.fieldLabel")), 9, yl),
|
|
4056
|
+
((J = (H = e.config.schema) == null ? void 0 : H[b.value]) == null ? void 0 : J.type) === "select" ? (m(), j(v, {
|
|
4033
4057
|
key: 0,
|
|
4034
|
-
id:
|
|
4035
|
-
modelValue: a.value[
|
|
4036
|
-
"onUpdate:modelValue": (
|
|
4037
|
-
"enable-filtering": W(
|
|
4038
|
-
"filter-function": (
|
|
4039
|
-
items: b
|
|
4058
|
+
id: h(b.value),
|
|
4059
|
+
modelValue: a.value[b.value],
|
|
4060
|
+
"onUpdate:modelValue": (I) => a.value[b.value] = I,
|
|
4061
|
+
"enable-filtering": W(b.value),
|
|
4062
|
+
"filter-function": (I) => X(b.value, I),
|
|
4063
|
+
items: x(b.value),
|
|
4040
4064
|
placeholder: $(n)("filter.selectPlaceholder")
|
|
4041
|
-
}, null, 8, ["id", "modelValue", "onUpdate:modelValue", "enable-filtering", "filter-function", "items", "placeholder"])) : (m(), j(
|
|
4065
|
+
}, null, 8, ["id", "modelValue", "onUpdate:modelValue", "enable-filtering", "filter-function", "items", "placeholder"])) : (m(), j(O, {
|
|
4042
4066
|
key: 1,
|
|
4043
|
-
id:
|
|
4044
|
-
modelValue: a.value[
|
|
4045
|
-
"onUpdate:modelValue": (
|
|
4067
|
+
id: h(b.value),
|
|
4068
|
+
modelValue: a.value[b.value],
|
|
4069
|
+
"onUpdate:modelValue": (I) => a.value[b.value] = I,
|
|
4046
4070
|
autocomplete: "off",
|
|
4047
4071
|
placeholder: $(n)("filter.inputPlaceholder"),
|
|
4048
|
-
type:
|
|
4072
|
+
type: y(b.value)
|
|
4049
4073
|
}, null, 8, ["id", "modelValue", "onUpdate:modelValue", "placeholder", "type"]))
|
|
4050
4074
|
], 512), [
|
|
4051
|
-
[Ce,
|
|
4075
|
+
[Ce, s.value.has(b.value)]
|
|
4052
4076
|
]),
|
|
4053
|
-
xe(
|
|
4077
|
+
xe(R("div", vl, [
|
|
4054
4078
|
M(f, {
|
|
4055
4079
|
appearance: "tertiary",
|
|
4056
4080
|
"data-testid": "apply-filter",
|
|
4057
4081
|
size: "small",
|
|
4058
|
-
onClick: A[0] || (A[0] = (
|
|
4082
|
+
onClick: A[0] || (A[0] = (I) => T(!0))
|
|
4059
4083
|
}, {
|
|
4060
|
-
default:
|
|
4061
|
-
q(
|
|
4084
|
+
default: w(() => [
|
|
4085
|
+
q(L($(n)("filter.applyButtonText")), 1)
|
|
4062
4086
|
]),
|
|
4063
4087
|
_: 1
|
|
4064
4088
|
}),
|
|
@@ -4066,26 +4090,26 @@ const Ro = { class: "yaml-config config-card-code-block" }, qn = /* @__PURE__ */
|
|
|
4066
4090
|
appearance: "tertiary",
|
|
4067
4091
|
"data-testid": "clear-filter",
|
|
4068
4092
|
size: "small",
|
|
4069
|
-
onClick: (
|
|
4093
|
+
onClick: (I) => k(b.value)
|
|
4070
4094
|
}, {
|
|
4071
|
-
default:
|
|
4072
|
-
q(
|
|
4095
|
+
default: w(() => [
|
|
4096
|
+
q(L($(n)("filter.clearButtonText")), 1)
|
|
4073
4097
|
]),
|
|
4074
4098
|
_: 1
|
|
4075
4099
|
}, 8, ["onClick"])
|
|
4076
4100
|
], 512), [
|
|
4077
|
-
[Ce,
|
|
4101
|
+
[Ce, s.value.has(b.value)]
|
|
4078
4102
|
])
|
|
4079
|
-
], 8,
|
|
4103
|
+
], 8, pl);
|
|
4080
4104
|
}), 128)),
|
|
4081
|
-
|
|
4105
|
+
R("div", bl, [
|
|
4082
4106
|
M(f, {
|
|
4083
4107
|
appearance: "tertiary",
|
|
4084
4108
|
size: "small",
|
|
4085
|
-
onClick:
|
|
4109
|
+
onClick: C
|
|
4086
4110
|
}, {
|
|
4087
|
-
default:
|
|
4088
|
-
q(
|
|
4111
|
+
default: w(() => [
|
|
4112
|
+
q(L($(n)("filter.clearAllButtonText")), 1)
|
|
4089
4113
|
]),
|
|
4090
4114
|
_: 1
|
|
4091
4115
|
})
|
|
@@ -4096,7 +4120,7 @@ const Ro = { class: "yaml-config config-card-code-block" }, qn = /* @__PURE__ */
|
|
|
4096
4120
|
]));
|
|
4097
4121
|
};
|
|
4098
4122
|
}
|
|
4099
|
-
}),
|
|
4123
|
+
}), ys = /* @__PURE__ */ se(xl, [["__scopeId", "data-v-084f7978"]]), vs = /* @__PURE__ */ z({
|
|
4100
4124
|
__name: "EntityToggleModal",
|
|
4101
4125
|
props: {
|
|
4102
4126
|
visible: {
|
|
@@ -4128,9 +4152,9 @@ const Ro = { class: "yaml-config config-card-code-block" }, qn = /* @__PURE__ */
|
|
|
4128
4152
|
},
|
|
4129
4153
|
emits: ["cancel", "proceed"],
|
|
4130
4154
|
setup(e, { emit: t }) {
|
|
4131
|
-
const { i18n: { t: n }, i18nT: i } = Y.useI18n(), r = e, o = t, a = K(!1),
|
|
4155
|
+
const { i18n: { t: n }, i18nT: i } = Y.useI18n(), r = e, o = t, a = K(!1), s = F(
|
|
4132
4156
|
() => r.action === "enable" ? n("toggleModal.enable.title", { entityType: r.entityType }) : n("toggleModal.disable.title", { entityType: r.entityType })
|
|
4133
|
-
),
|
|
4157
|
+
), l = F(
|
|
4134
4158
|
() => r.action === "enable" ? n("toggleModal.enable.confirmText") : n("toggleModal.disable.confirmText")
|
|
4135
4159
|
), c = () => o("cancel"), d = async () => {
|
|
4136
4160
|
if (r.onConfirm) {
|
|
@@ -4144,28 +4168,28 @@ const Ro = { class: "yaml-config config-card-code-block" }, qn = /* @__PURE__ */
|
|
|
4144
4168
|
}
|
|
4145
4169
|
}
|
|
4146
4170
|
};
|
|
4147
|
-
return (u,
|
|
4148
|
-
const
|
|
4171
|
+
return (u, p) => {
|
|
4172
|
+
const g = P("KPrompt");
|
|
4149
4173
|
return m(), j(Ht, { to: "body" }, [
|
|
4150
|
-
M(
|
|
4174
|
+
M(g, {
|
|
4151
4175
|
"action-button-disabled": a.value,
|
|
4152
|
-
"action-button-text":
|
|
4176
|
+
"action-button-text": l.value,
|
|
4153
4177
|
"data-testid": `${e.entityType}-${e.entityId}-toggle-prompt`,
|
|
4154
|
-
title:
|
|
4178
|
+
title: s.value,
|
|
4155
4179
|
visible: e.visible,
|
|
4156
4180
|
onCancel: c,
|
|
4157
4181
|
onProceed: d
|
|
4158
4182
|
}, {
|
|
4159
|
-
default:
|
|
4183
|
+
default: w(() => [
|
|
4160
4184
|
M($(i), {
|
|
4161
4185
|
keypath: `toggleModal.${r.action}.message`,
|
|
4162
4186
|
scope: "global"
|
|
4163
4187
|
}, {
|
|
4164
|
-
entityType:
|
|
4165
|
-
q(
|
|
4188
|
+
entityType: w(() => [
|
|
4189
|
+
q(L(e.entityType), 1)
|
|
4166
4190
|
]),
|
|
4167
|
-
entityName:
|
|
4168
|
-
|
|
4191
|
+
entityName: w(() => [
|
|
4192
|
+
R("strong", null, L(e.entityName), 1)
|
|
4169
4193
|
]),
|
|
4170
4194
|
_: 1
|
|
4171
4195
|
}, 8, ["keypath"])
|
|
@@ -4175,7 +4199,7 @@ const Ro = { class: "yaml-config config-card-code-block" }, qn = /* @__PURE__ */
|
|
|
4175
4199
|
]);
|
|
4176
4200
|
};
|
|
4177
4201
|
}
|
|
4178
|
-
}),
|
|
4202
|
+
}), bs = /* @__PURE__ */ z({
|
|
4179
4203
|
__name: "PermissionsWrapper",
|
|
4180
4204
|
props: {
|
|
4181
4205
|
/**
|
|
@@ -4208,37 +4232,37 @@ const Ro = { class: "yaml-config config-card-code-block" }, qn = /* @__PURE__ */
|
|
|
4208
4232
|
}), te = [];
|
|
4209
4233
|
for (let e = 0; e < 256; ++e)
|
|
4210
4234
|
te.push((e + 256).toString(16).slice(1));
|
|
4211
|
-
function
|
|
4235
|
+
function Cl(e, t = 0) {
|
|
4212
4236
|
return (te[e[t + 0]] + te[e[t + 1]] + te[e[t + 2]] + te[e[t + 3]] + "-" + te[e[t + 4]] + te[e[t + 5]] + "-" + te[e[t + 6]] + te[e[t + 7]] + "-" + te[e[t + 8]] + te[e[t + 9]] + "-" + te[e[t + 10]] + te[e[t + 11]] + te[e[t + 12]] + te[e[t + 13]] + te[e[t + 14]] + te[e[t + 15]]).toLowerCase();
|
|
4213
4237
|
}
|
|
4214
4238
|
let Je;
|
|
4215
|
-
const
|
|
4216
|
-
function
|
|
4239
|
+
const kl = new Uint8Array(16);
|
|
4240
|
+
function Al() {
|
|
4217
4241
|
if (!Je) {
|
|
4218
4242
|
if (typeof crypto > "u" || !crypto.getRandomValues)
|
|
4219
4243
|
throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");
|
|
4220
4244
|
Je = crypto.getRandomValues.bind(crypto);
|
|
4221
4245
|
}
|
|
4222
|
-
return Je(
|
|
4246
|
+
return Je(kl);
|
|
4223
4247
|
}
|
|
4224
|
-
const
|
|
4248
|
+
const _l = typeof crypto < "u" && crypto.randomUUID && crypto.randomUUID.bind(crypto), jt = { randomUUID: _l };
|
|
4225
4249
|
function wl(e, t, n) {
|
|
4226
4250
|
var r;
|
|
4227
4251
|
if (jt.randomUUID && !e)
|
|
4228
4252
|
return jt.randomUUID();
|
|
4229
4253
|
e = e || {};
|
|
4230
|
-
const i = e.random ?? ((r = e.rng) == null ? void 0 : r.call(e)) ??
|
|
4254
|
+
const i = e.random ?? ((r = e.rng) == null ? void 0 : r.call(e)) ?? Al();
|
|
4231
4255
|
if (i.length < 16)
|
|
4232
4256
|
throw new Error("Random bytes length must be >= 16");
|
|
4233
|
-
return i[6] = i[6] & 15 | 64, i[8] = i[8] & 63 | 128,
|
|
4257
|
+
return i[6] = i[6] & 15 | 64, i[8] = i[8] & 63 | 128, Cl(i);
|
|
4234
4258
|
}
|
|
4235
|
-
const
|
|
4259
|
+
const Sl = ["aria-labelledby"], $l = { class: "form-section-wrapper" }, Tl = {
|
|
4236
4260
|
key: 1,
|
|
4237
4261
|
class: "form-section-description"
|
|
4238
|
-
},
|
|
4262
|
+
}, Il = {
|
|
4239
4263
|
key: 2,
|
|
4240
4264
|
class: "form-section-footer"
|
|
4241
|
-
},
|
|
4265
|
+
}, El = { class: "form-section-content" }, Fl = /* @__PURE__ */ z({
|
|
4242
4266
|
__name: "EntityFormSection",
|
|
4243
4267
|
props: {
|
|
4244
4268
|
title: {
|
|
@@ -4273,7 +4297,7 @@ const _l = ["aria-labelledby"], Sl = { class: "form-section-wrapper" }, $l = {
|
|
|
4273
4297
|
class: fe(["kong-ui-entity-form-section", { "has-divider": e.hasDivider }]),
|
|
4274
4298
|
role: "group"
|
|
4275
4299
|
}, [
|
|
4276
|
-
|
|
4300
|
+
R("div", $l, [
|
|
4277
4301
|
e.hideInfoHeader ? N("", !0) : (m(), S("div", {
|
|
4278
4302
|
key: 0,
|
|
4279
4303
|
class: fe(["form-section-info", { sticky: e.stickyInfoHeader }])
|
|
@@ -4283,36 +4307,36 @@ const _l = ["aria-labelledby"], Sl = { class: "form-section-wrapper" }, $l = {
|
|
|
4283
4307
|
id: $(n),
|
|
4284
4308
|
class: "form-section-title"
|
|
4285
4309
|
}, {
|
|
4286
|
-
default:
|
|
4287
|
-
q(
|
|
4310
|
+
default: w(() => [
|
|
4311
|
+
q(L(e.title), 1)
|
|
4288
4312
|
]),
|
|
4289
4313
|
_: 1
|
|
4290
4314
|
}, 8, ["id"])) : N("", !0),
|
|
4291
|
-
e.description || $(t).description ? (m(), S("div",
|
|
4315
|
+
e.description || $(t).description ? (m(), S("div", Tl, [
|
|
4292
4316
|
D(i.$slots, "description", {}, () => [
|
|
4293
|
-
|
|
4317
|
+
R("p", null, L(e.description), 1)
|
|
4294
4318
|
], !0)
|
|
4295
4319
|
])) : N("", !0),
|
|
4296
|
-
$(t).footer ? (m(), S("div",
|
|
4320
|
+
$(t).footer ? (m(), S("div", Il, [
|
|
4297
4321
|
D(i.$slots, "footer", {}, void 0, !0)
|
|
4298
4322
|
])) : N("", !0)
|
|
4299
4323
|
], 2)),
|
|
4300
|
-
|
|
4324
|
+
R("div", El, [
|
|
4301
4325
|
D(i.$slots, "default", {}, void 0, !0)
|
|
4302
4326
|
])
|
|
4303
4327
|
])
|
|
4304
|
-
], 10,
|
|
4328
|
+
], 10, Sl));
|
|
4305
4329
|
}
|
|
4306
|
-
}),
|
|
4330
|
+
}), xs = /* @__PURE__ */ se(Fl, [["__scopeId", "data-v-b1f74200"]]), Ol = { class: "ff-form-section" }, Ll = { class: "header" }, Bl = {
|
|
4307
4331
|
key: 0,
|
|
4308
4332
|
class: "step"
|
|
4309
|
-
},
|
|
4333
|
+
}, Rl = { class: "header-content" }, Kl = { class: "header-title" }, Nl = {
|
|
4310
4334
|
key: 0,
|
|
4311
4335
|
class: "header-description"
|
|
4312
|
-
},
|
|
4336
|
+
}, Ml = {
|
|
4313
4337
|
key: 1,
|
|
4314
4338
|
class: "header-extra"
|
|
4315
|
-
},
|
|
4339
|
+
}, jl = { class: "content" }, Dl = /* @__PURE__ */ z({
|
|
4316
4340
|
__name: "EntityFormBlock",
|
|
4317
4341
|
props: {
|
|
4318
4342
|
step: {},
|
|
@@ -4321,37 +4345,37 @@ const _l = ["aria-labelledby"], Sl = { class: "form-section-wrapper" }, $l = {
|
|
|
4321
4345
|
},
|
|
4322
4346
|
setup(e) {
|
|
4323
4347
|
const t = De();
|
|
4324
|
-
return (n, i) => (m(), S("div",
|
|
4325
|
-
|
|
4326
|
-
e.step != null ? (m(), S("div",
|
|
4327
|
-
|
|
4328
|
-
|
|
4348
|
+
return (n, i) => (m(), S("div", Ol, [
|
|
4349
|
+
R("header", Ll, [
|
|
4350
|
+
e.step != null ? (m(), S("div", Bl, L(e.step), 1)) : N("", !0),
|
|
4351
|
+
R("div", Rl, [
|
|
4352
|
+
R("h2", Kl, [
|
|
4329
4353
|
D(n.$slots, "title", {}, () => [
|
|
4330
|
-
q(
|
|
4354
|
+
q(L(e.title), 1)
|
|
4331
4355
|
], !0)
|
|
4332
4356
|
]),
|
|
4333
|
-
e.description || t.description ? (m(), S("div",
|
|
4357
|
+
e.description || t.description ? (m(), S("div", Nl, [
|
|
4334
4358
|
D(n.$slots, "description", {}, () => [
|
|
4335
|
-
q(
|
|
4359
|
+
q(L(e.description), 1)
|
|
4336
4360
|
], !0)
|
|
4337
4361
|
])) : N("", !0)
|
|
4338
4362
|
]),
|
|
4339
|
-
t.extra ? (m(), S("div",
|
|
4363
|
+
t.extra ? (m(), S("div", Ml, [
|
|
4340
4364
|
D(n.$slots, "extra", {}, void 0, !0)
|
|
4341
4365
|
])) : N("", !0)
|
|
4342
4366
|
]),
|
|
4343
|
-
|
|
4367
|
+
R("div", jl, [
|
|
4344
4368
|
D(n.$slots, "default", {}, void 0, !0)
|
|
4345
4369
|
])
|
|
4346
4370
|
]));
|
|
4347
4371
|
}
|
|
4348
|
-
}),
|
|
4372
|
+
}), Cs = /* @__PURE__ */ se(Dl, [["__scopeId", "data-v-cb6d2e95"]]), Pl = {
|
|
4349
4373
|
class: "kong-ui-public-entity-link",
|
|
4350
4374
|
"data-testid": "entity-link-parent"
|
|
4351
|
-
},
|
|
4375
|
+
}, Ul = {
|
|
4352
4376
|
key: 0,
|
|
4353
4377
|
class: "deleted-entity"
|
|
4354
|
-
},
|
|
4378
|
+
}, ql = { key: 1 }, Hl = ["onClick"], Vl = /* @__PURE__ */ z({
|
|
4355
4379
|
__name: "EntityLink",
|
|
4356
4380
|
props: {
|
|
4357
4381
|
entityLinkData: {
|
|
@@ -4375,64 +4399,64 @@ const _l = ["aria-labelledby"], Sl = { class: "form-section-wrapper" }, $l = {
|
|
|
4375
4399
|
}
|
|
4376
4400
|
},
|
|
4377
4401
|
setup(e) {
|
|
4378
|
-
const t = e, n = K(), { isTruncated: i } = Y.useTruncationDetector(n), { i18n: { t: r } } = Y.useI18n(), o = r("global.actions.copyId"), a = K(o),
|
|
4402
|
+
const t = e, n = K(), { isTruncated: i } = Y.useTruncationDetector(n), { i18n: { t: r } } = Y.useI18n(), o = r("global.actions.copyId"), a = K(o), s = F(() => t.entityLinkData.deleted ?? !1), l = F(() => {
|
|
4379
4403
|
var u;
|
|
4380
4404
|
return (u = t.entityLinkData.id) != null && u.toString().includes(":") ? t.entityLinkData.id.toString().split(":")[1] : t.entityLinkData.id;
|
|
4381
4405
|
}), c = F(() => {
|
|
4382
4406
|
var u;
|
|
4383
|
-
return `${(u =
|
|
4407
|
+
return `${(u = l.value) == null ? void 0 : u.toString().slice(0, 5)} (deleted)`;
|
|
4384
4408
|
}), d = async (u) => {
|
|
4385
|
-
await u(
|
|
4409
|
+
await u(l.value || "") && (a.value = r("global.actions.copyToClipboard"), setTimeout(() => {
|
|
4386
4410
|
a.value = o;
|
|
4387
4411
|
}, 1800));
|
|
4388
4412
|
};
|
|
4389
|
-
return (u,
|
|
4390
|
-
const
|
|
4391
|
-
return m(), S("div",
|
|
4392
|
-
|
|
4413
|
+
return (u, p) => {
|
|
4414
|
+
const g = P("KTooltip"), h = P("KExternalLink"), x = P("KClipboardProvider");
|
|
4415
|
+
return m(), S("div", Pl, [
|
|
4416
|
+
s.value ? (m(), S("div", Ul, L(c.value), 1)) : l.value ? l.value ? (m(), j(h, {
|
|
4393
4417
|
key: 2,
|
|
4394
4418
|
class: "entity-link",
|
|
4395
4419
|
"hide-icon": !e.newWindow,
|
|
4396
4420
|
href: e.externalLink,
|
|
4397
4421
|
target: e.newWindow ? "_blank" : "_self"
|
|
4398
4422
|
}, {
|
|
4399
|
-
default:
|
|
4400
|
-
M(
|
|
4423
|
+
default: w(() => [
|
|
4424
|
+
M(g, {
|
|
4401
4425
|
text: $(i) && e.entityLinkData.label || ""
|
|
4402
4426
|
}, {
|
|
4403
|
-
default:
|
|
4404
|
-
|
|
4427
|
+
default: w(() => [
|
|
4428
|
+
R("span", {
|
|
4405
4429
|
ref_key: "textContent",
|
|
4406
4430
|
ref: n,
|
|
4407
4431
|
class: "entity-link-label"
|
|
4408
|
-
},
|
|
4432
|
+
}, L(e.entityLinkData.label), 513)
|
|
4409
4433
|
]),
|
|
4410
4434
|
_: 1
|
|
4411
4435
|
}, 8, ["text"])
|
|
4412
4436
|
]),
|
|
4413
4437
|
_: 1
|
|
4414
|
-
}, 8, ["hide-icon", "href", "target"])) : N("", !0) : (m(), S("div",
|
|
4415
|
-
|
|
4438
|
+
}, 8, ["hide-icon", "href", "target"])) : N("", !0) : (m(), S("div", ql, L(" – "))),
|
|
4439
|
+
l.value && e.allowCopy ? (m(), j(g, {
|
|
4416
4440
|
key: a.value,
|
|
4417
4441
|
class: "copy-uuid-tooltip",
|
|
4418
4442
|
"max-width": "160",
|
|
4419
4443
|
placement: "bottom-end",
|
|
4420
4444
|
text: a.value
|
|
4421
4445
|
}, {
|
|
4422
|
-
default:
|
|
4423
|
-
M(
|
|
4424
|
-
default:
|
|
4425
|
-
|
|
4446
|
+
default: w(() => [
|
|
4447
|
+
M(x, null, {
|
|
4448
|
+
default: w(({ copyToClipboard: y }) => [
|
|
4449
|
+
R("span", {
|
|
4426
4450
|
class: "entity-link-copy-id",
|
|
4427
|
-
onClick: Le((k) => d(
|
|
4451
|
+
onClick: Le((k) => d(y), ["stop"])
|
|
4428
4452
|
}, [
|
|
4429
4453
|
M($(ai), {
|
|
4430
4454
|
class: "copy-icon",
|
|
4431
|
-
color: $(
|
|
4455
|
+
color: $(Qi),
|
|
4432
4456
|
"data-testid": "copy-id",
|
|
4433
|
-
size: $(
|
|
4457
|
+
size: $(Xi)
|
|
4434
4458
|
}, null, 8, ["color", "size"])
|
|
4435
|
-
], 8,
|
|
4459
|
+
], 8, Hl)
|
|
4436
4460
|
]),
|
|
4437
4461
|
_: 1
|
|
4438
4462
|
})
|
|
@@ -4442,34 +4466,34 @@ const _l = ["aria-labelledby"], Sl = { class: "form-section-wrapper" }, $l = {
|
|
|
4442
4466
|
]);
|
|
4443
4467
|
};
|
|
4444
4468
|
}
|
|
4445
|
-
}),
|
|
4469
|
+
}), ks = /* @__PURE__ */ se(Vl, [["__scopeId", "data-v-96efdfa5"]]), Yl = { class: "kong-ui-public-entity-empty-state" }, Wl = { class: "entity-empty-state-content" }, Jl = {
|
|
4446
4470
|
key: 0,
|
|
4447
4471
|
class: "empty-state-image"
|
|
4448
|
-
},
|
|
4472
|
+
}, Gl = {
|
|
4449
4473
|
key: 1,
|
|
4450
4474
|
class: "entity-empty-state-title"
|
|
4451
|
-
},
|
|
4475
|
+
}, zl = {
|
|
4452
4476
|
key: 2,
|
|
4453
4477
|
class: "entity-empty-state-description"
|
|
4454
|
-
},
|
|
4478
|
+
}, Ql = {
|
|
4455
4479
|
key: 3,
|
|
4456
4480
|
class: "entity-empty-state-pricing"
|
|
4457
|
-
},
|
|
4481
|
+
}, Zl = {
|
|
4458
4482
|
key: 0,
|
|
4459
4483
|
class: "entity-empty-state-message"
|
|
4460
|
-
},
|
|
4484
|
+
}, Xl = {
|
|
4461
4485
|
key: 1,
|
|
4462
4486
|
class: "entity-empty-state-action"
|
|
4463
|
-
},
|
|
4487
|
+
}, es = {
|
|
4464
4488
|
key: 2,
|
|
4465
4489
|
class: "entity-empty-state-card-container"
|
|
4466
|
-
},
|
|
4490
|
+
}, ts = {
|
|
4467
4491
|
key: 0,
|
|
4468
4492
|
class: "feature-icon"
|
|
4469
|
-
},
|
|
4493
|
+
}, ns = { class: "card-header" }, is = ["title"], rs = {
|
|
4470
4494
|
key: 3,
|
|
4471
4495
|
class: "entity-empty-state-bottom-container"
|
|
4472
|
-
},
|
|
4496
|
+
}, as = /* @__PURE__ */ z({
|
|
4473
4497
|
__name: "EntityEmptyState",
|
|
4474
4498
|
props: {
|
|
4475
4499
|
appearance: {
|
|
@@ -4514,52 +4538,52 @@ const _l = ["aria-labelledby"], Sl = { class: "form-section-wrapper" }, $l = {
|
|
|
4514
4538
|
return nt(async () => {
|
|
4515
4539
|
i.value = await t.canCreate();
|
|
4516
4540
|
}), tt(() => Qn(`EntityEmptyState is deprecated and will be removed in future releases. Please use the KEmptyState component instead.
|
|
4517
|
-
Docs: https://kongponents.konghq.com/components/empty-state.html.`)), (a,
|
|
4518
|
-
const
|
|
4519
|
-
return m(), S("div",
|
|
4520
|
-
|
|
4521
|
-
a.$slots.image ? (m(), S("div",
|
|
4541
|
+
Docs: https://kongponents.konghq.com/components/empty-state.html.`)), (a, s) => {
|
|
4542
|
+
const l = P("KCard");
|
|
4543
|
+
return m(), S("div", Yl, [
|
|
4544
|
+
R("div", Wl, [
|
|
4545
|
+
a.$slots.image ? (m(), S("div", Jl, [
|
|
4522
4546
|
D(a.$slots, "image", {}, void 0, !0)
|
|
4523
4547
|
])) : N("", !0),
|
|
4524
|
-
e.title || a.$slots.title ? (m(), S("div",
|
|
4525
|
-
|
|
4548
|
+
e.title || a.$slots.title ? (m(), S("div", Gl, [
|
|
4549
|
+
R("h1", {
|
|
4526
4550
|
class: fe(o.value)
|
|
4527
4551
|
}, [
|
|
4528
4552
|
D(a.$slots, "title", {}, () => [
|
|
4529
|
-
q(
|
|
4553
|
+
q(L(e.title), 1)
|
|
4530
4554
|
], !0)
|
|
4531
4555
|
], 2)
|
|
4532
4556
|
])) : N("", !0),
|
|
4533
|
-
e.description || a.$slots.default ? (m(), S("div",
|
|
4557
|
+
e.description || a.$slots.default ? (m(), S("div", zl, [
|
|
4534
4558
|
D(a.$slots, "default", {}, () => [
|
|
4535
|
-
|
|
4559
|
+
R("p", null, L(e.description), 1)
|
|
4536
4560
|
], !0)
|
|
4537
4561
|
])) : N("", !0),
|
|
4538
|
-
e.pricing || a.$slots.pricing ? (m(), S("div",
|
|
4539
|
-
|
|
4540
|
-
|
|
4541
|
-
|
|
4562
|
+
e.pricing || a.$slots.pricing ? (m(), S("div", Ql, [
|
|
4563
|
+
R("p", null, [
|
|
4564
|
+
R("b", null, L($(n)("emptyState.pricingTitle")), 1),
|
|
4565
|
+
s[2] || (s[2] = q()),
|
|
4542
4566
|
D(a.$slots, "pricing", {}, () => [
|
|
4543
|
-
q(
|
|
4567
|
+
q(L(e.pricing), 1)
|
|
4544
4568
|
], !0)
|
|
4545
4569
|
])
|
|
4546
4570
|
])) : N("", !0)
|
|
4547
4571
|
]),
|
|
4548
|
-
a.$slots.message ? (m(), S("div",
|
|
4572
|
+
a.$slots.message ? (m(), S("div", Zl, [
|
|
4549
4573
|
D(a.$slots, "message", {}, void 0, !0)
|
|
4550
4574
|
])) : N("", !0),
|
|
4551
|
-
r.value || e.learnMore || a.$slots.actions ? (m(), S("div",
|
|
4575
|
+
r.value || e.learnMore || a.$slots.actions ? (m(), S("div", Xl, [
|
|
4552
4576
|
D(a.$slots, "actions", {}, () => [
|
|
4553
4577
|
r.value ? (m(), j($(mt), {
|
|
4554
4578
|
key: 0,
|
|
4555
4579
|
appearance: "primary",
|
|
4556
4580
|
"data-testid": "entity-create-button",
|
|
4557
4581
|
size: e.appearance === "secondary" ? "medium" : "large",
|
|
4558
|
-
onClick:
|
|
4582
|
+
onClick: s[0] || (s[0] = (c) => a.$emit("click:create"))
|
|
4559
4583
|
}, {
|
|
4560
|
-
default:
|
|
4584
|
+
default: w(() => [
|
|
4561
4585
|
M($(Yt)),
|
|
4562
|
-
q(" " +
|
|
4586
|
+
q(" " + L(e.actionButtonText), 1)
|
|
4563
4587
|
]),
|
|
4564
4588
|
_: 1
|
|
4565
4589
|
}, 8, ["size"])) : N("", !0),
|
|
@@ -4568,42 +4592,42 @@ Docs: https://kongponents.konghq.com/components/empty-state.html.`)), (a, l) =>
|
|
|
4568
4592
|
appearance: "secondary",
|
|
4569
4593
|
"data-testid": "entity-learn-more-button",
|
|
4570
4594
|
size: e.appearance === "secondary" ? "medium" : "large",
|
|
4571
|
-
onClick:
|
|
4595
|
+
onClick: s[1] || (s[1] = (c) => a.$emit("click:learn-more"))
|
|
4572
4596
|
}, {
|
|
4573
|
-
default:
|
|
4597
|
+
default: w(() => [
|
|
4574
4598
|
M($(Vt), { decorative: "" }),
|
|
4575
|
-
q(" " +
|
|
4599
|
+
q(" " + L($(n)("emptyState.learnMore")), 1)
|
|
4576
4600
|
]),
|
|
4577
4601
|
_: 1
|
|
4578
4602
|
}, 8, ["size"])) : N("", !0)
|
|
4579
4603
|
], !0)
|
|
4580
4604
|
])) : N("", !0),
|
|
4581
|
-
e.features.length ? (m(), S("div",
|
|
4582
|
-
(m(!0), S(ue, null, ce(e.features, (c, d) => (m(), j(
|
|
4605
|
+
e.features.length ? (m(), S("div", es, [
|
|
4606
|
+
(m(!0), S(ue, null, ce(e.features, (c, d) => (m(), j(l, {
|
|
4583
4607
|
key: c,
|
|
4584
4608
|
class: "entity-empty-state-card"
|
|
4585
4609
|
}, {
|
|
4586
|
-
title:
|
|
4587
|
-
a.$slots[`feature-${d}-icon`] ? (m(), S("div",
|
|
4610
|
+
title: w(() => [
|
|
4611
|
+
a.$slots[`feature-${d}-icon`] ? (m(), S("div", ts, [
|
|
4588
4612
|
D(a.$slots, `feature-${d}-icon`, {}, void 0, !0)
|
|
4589
4613
|
])) : N("", !0),
|
|
4590
|
-
|
|
4614
|
+
R("div", ns, L(c.title), 1)
|
|
4591
4615
|
]),
|
|
4592
|
-
default:
|
|
4593
|
-
|
|
4616
|
+
default: w(() => [
|
|
4617
|
+
R("div", {
|
|
4594
4618
|
title: c.description
|
|
4595
|
-
},
|
|
4619
|
+
}, L(c.description), 9, is)
|
|
4596
4620
|
]),
|
|
4597
4621
|
_: 2
|
|
4598
4622
|
}, 1024))), 128))
|
|
4599
4623
|
])) : N("", !0),
|
|
4600
|
-
a.$slots.bottom ? (m(), S("div",
|
|
4624
|
+
a.$slots.bottom ? (m(), S("div", rs, [
|
|
4601
4625
|
D(a.$slots, "bottom", {}, void 0, !0)
|
|
4602
4626
|
])) : N("", !0)
|
|
4603
4627
|
]);
|
|
4604
4628
|
};
|
|
4605
4629
|
}
|
|
4606
|
-
}),
|
|
4630
|
+
}), As = /* @__PURE__ */ se(as, [["__scopeId", "data-v-645aae54"]]), os = { key: 1 }, _s = /* @__PURE__ */ z({
|
|
4607
4631
|
__name: "TableTags",
|
|
4608
4632
|
props: {
|
|
4609
4633
|
/** The tags to display in the table */
|
|
@@ -4632,64 +4656,65 @@ Docs: https://kongponents.konghq.com/components/empty-state.html.`)), (a, l) =>
|
|
|
4632
4656
|
return (i, r) => {
|
|
4633
4657
|
var o;
|
|
4634
4658
|
return ((o = n.value) == null ? void 0 : o.length) > 0 ? (m(), j($(ti), { key: 0 }, {
|
|
4635
|
-
default:
|
|
4659
|
+
default: w(() => [
|
|
4636
4660
|
(m(!0), S(ue, null, ce(n.value, (a) => (m(), j($(ni), {
|
|
4637
4661
|
key: a,
|
|
4638
4662
|
"max-width": e.tagMaxWidth,
|
|
4639
4663
|
onClick: r[0] || (r[0] = Le(() => {
|
|
4640
4664
|
}, ["stop"]))
|
|
4641
4665
|
}, {
|
|
4642
|
-
default:
|
|
4643
|
-
q(
|
|
4666
|
+
default: w(() => [
|
|
4667
|
+
q(L(a), 1)
|
|
4644
4668
|
]),
|
|
4645
4669
|
_: 2
|
|
4646
4670
|
}, 1032, ["max-width"]))), 128))
|
|
4647
4671
|
]),
|
|
4648
4672
|
_: 1
|
|
4649
|
-
})) : (m(), S("span",
|
|
4673
|
+
})) : (m(), S("span", os, "-"));
|
|
4650
4674
|
};
|
|
4651
4675
|
}
|
|
4652
|
-
}), { useAxios: ws, useDeleteUrlBuilder:
|
|
4676
|
+
}), { useAxios: ws, useDeleteUrlBuilder: Ss, useErrors: $s, useExternalLinkCreator: Ts, useFetchUrlBuilder: Is, useFetcher: Es, useFetcherCacheKey: Fs, useDebouncedFilter: Os, useStringHelpers: Ls, useHelpers: Bs, useGatewayFeatureSupported: Rs, useTruncationDetector: Ks, useValidators: Ns, useSchemaProvider: Ms, useTableState: js } = Y;
|
|
4653
4677
|
export {
|
|
4654
4678
|
ht as Appearances,
|
|
4655
|
-
|
|
4679
|
+
Uo as ConfigCardDisplay,
|
|
4656
4680
|
Xt as ConfigCardItem,
|
|
4657
4681
|
ae as ConfigurationSchemaSection,
|
|
4658
4682
|
V as ConfigurationSchemaType,
|
|
4659
|
-
|
|
4660
|
-
|
|
4683
|
+
ps as EntityBaseConfigCard,
|
|
4684
|
+
ms as EntityBaseForm,
|
|
4661
4685
|
si as EntityBaseFormType,
|
|
4662
|
-
|
|
4663
|
-
|
|
4664
|
-
|
|
4665
|
-
|
|
4666
|
-
|
|
4667
|
-
|
|
4668
|
-
|
|
4669
|
-
|
|
4686
|
+
hs as EntityBaseTable,
|
|
4687
|
+
gs as EntityDeleteModal,
|
|
4688
|
+
As as EntityEmptyState,
|
|
4689
|
+
ys as EntityFilter,
|
|
4690
|
+
Cs as EntityFormBlock,
|
|
4691
|
+
xs as EntityFormSection,
|
|
4692
|
+
ks as EntityLink,
|
|
4693
|
+
vs as EntityToggleModal,
|
|
4670
4694
|
li as EntityTypes,
|
|
4695
|
+
ci as EventGatewayTypesArray,
|
|
4671
4696
|
me as FetcherStatus,
|
|
4672
|
-
|
|
4697
|
+
Yi as InternalLinkItem,
|
|
4673
4698
|
en as JsonCodeBlock,
|
|
4674
|
-
|
|
4699
|
+
bs as PermissionsWrapper,
|
|
4675
4700
|
it as SupportedEntityType,
|
|
4676
4701
|
Pe as SupportedEntityTypesArray,
|
|
4677
|
-
|
|
4702
|
+
_s as TableTags,
|
|
4678
4703
|
Hn as TerraformCodeBlock,
|
|
4679
4704
|
qn as YamlCodeBlock,
|
|
4680
4705
|
ws as useAxios,
|
|
4681
|
-
|
|
4682
|
-
|
|
4683
|
-
|
|
4684
|
-
|
|
4685
|
-
|
|
4686
|
-
|
|
4687
|
-
|
|
4688
|
-
|
|
4689
|
-
|
|
4690
|
-
|
|
4691
|
-
|
|
4692
|
-
|
|
4693
|
-
|
|
4694
|
-
|
|
4706
|
+
Os as useDebouncedFilter,
|
|
4707
|
+
Ss as useDeleteUrlBuilder,
|
|
4708
|
+
$s as useErrors,
|
|
4709
|
+
Ts as useExternalLinkCreator,
|
|
4710
|
+
Is as useFetchUrlBuilder,
|
|
4711
|
+
Es as useFetcher,
|
|
4712
|
+
Fs as useFetcherCacheKey,
|
|
4713
|
+
Rs as useGatewayFeatureSupported,
|
|
4714
|
+
Bs as useHelpers,
|
|
4715
|
+
Ms as useSchemaProvider,
|
|
4716
|
+
Ls as useStringHelpers,
|
|
4717
|
+
js as useTableState,
|
|
4718
|
+
Ks as useTruncationDetector,
|
|
4719
|
+
Ns as useValidators
|
|
4695
4720
|
};
|