@kong-ui-public/entities-gateway-services 2.0.4-pr.920.df7fcfd1.0 → 2.0.4
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.
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as oe, ref as F, computed as
|
|
1
|
+
import { defineComponent as oe, ref as F, computed as T, resolveComponent as N, openBlock as b, createBlock as q, Teleport as ir, createVNode as S, withCtx as g, unref as m, createTextVNode as H, toDisplayString as M, createElementVNode as O, watch as we, renderSlot as Q, createCommentVNode as R, useSlots as tt, onBeforeMount as gt, createSlots as xe, createElementBlock as $, renderList as ve, Fragment as he, normalizeClass as $e, withModifiers as Ne, withDirectives as Ge, vShow as Je, useCssVars as rr, resolveDynamicComponent as Ke, normalizeProps as or, guardReactiveProps as ar, mergeProps as ct, onMounted as ti, onUnmounted as nr, normalizeStyle as ii, inject as lr, pushScopeId as ri, popScopeId as oi, reactive as Tt } from "vue";
|
|
2
2
|
import { useRouter as vt } from "vue-router";
|
|
3
3
|
import { createI18n as ht, i18nTComponent as ai } from "@kong-ui-public/i18n";
|
|
4
4
|
import sr from "axios";
|
|
@@ -167,18 +167,18 @@ const ur = {
|
|
|
167
167
|
}, mr = {
|
|
168
168
|
success: "Copied {val} to clipboard",
|
|
169
169
|
success_brief: "Successfully copied to clipboard"
|
|
170
|
-
}, gr = {
|
|
171
|
-
gateway_services: "gateway services"
|
|
172
170
|
}, yr = {
|
|
171
|
+
gateway_services: "gateway services"
|
|
172
|
+
}, gr = {
|
|
173
173
|
actions: ur,
|
|
174
174
|
search: dr,
|
|
175
175
|
gateway_services: pr,
|
|
176
176
|
errors: fr,
|
|
177
177
|
copy: mr,
|
|
178
|
-
glossary:
|
|
178
|
+
glossary: yr
|
|
179
179
|
};
|
|
180
180
|
function vr() {
|
|
181
|
-
const e = ht("en-us",
|
|
181
|
+
const e = ht("en-us", gr);
|
|
182
182
|
return {
|
|
183
183
|
i18n: e,
|
|
184
184
|
i18nT: ai(e)
|
|
@@ -210,7 +210,7 @@ function hr() {
|
|
|
210
210
|
const We = {
|
|
211
211
|
useI18n: vr,
|
|
212
212
|
usePortFromProtocol: hr
|
|
213
|
-
},
|
|
213
|
+
}, Ue = {
|
|
214
214
|
list: {
|
|
215
215
|
konnect: {
|
|
216
216
|
all: "/api/runtime_groups/{controlPlaneId}/services"
|
|
@@ -366,7 +366,7 @@ const kr = {
|
|
|
366
366
|
}, $r = {
|
|
367
367
|
unexpected: "An unexpected error has occurred",
|
|
368
368
|
dataKeyUndefined: 'The data key "{dataKey}" does not exist in the response.'
|
|
369
|
-
},
|
|
369
|
+
}, jr = {
|
|
370
370
|
enable: {
|
|
371
371
|
title: "Enable {entityType}",
|
|
372
372
|
message: "Are you sure you want to enable the {entityType} {entityName}?",
|
|
@@ -386,7 +386,7 @@ const kr = {
|
|
|
386
386
|
filter: xr,
|
|
387
387
|
debouncedFilter: Tr,
|
|
388
388
|
errors: $r,
|
|
389
|
-
toggleModal:
|
|
389
|
+
toggleModal: jr
|
|
390
390
|
};
|
|
391
391
|
function _t() {
|
|
392
392
|
const e = ht("en-us", Er);
|
|
@@ -440,72 +440,72 @@ function li() {
|
|
|
440
440
|
isValidUuid: (t) => t ? /[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}/.test(t) : !1
|
|
441
441
|
};
|
|
442
442
|
}
|
|
443
|
-
function
|
|
443
|
+
function Mr(e, i, t, r = {
|
|
444
444
|
fetchedItemsKey: "data",
|
|
445
445
|
searchKeys: ["id"]
|
|
446
446
|
}) {
|
|
447
447
|
t || (t = "100");
|
|
448
448
|
const { axiosInstance: o } = bt({
|
|
449
449
|
headers: e.requestHeaders
|
|
450
|
-
}), { i18n: { t: a } } = _t(), { debounce: l } = br(), n = l(async (
|
|
451
|
-
await
|
|
450
|
+
}), { i18n: { t: a } } = _t(), { debounce: l } = br(), n = l(async (j) => {
|
|
451
|
+
await k(j);
|
|
452
452
|
}, 200), c = F(!1), d = F(""), f = F(""), p = F([]), _ = F([]), h = F(void 0), I = m(i);
|
|
453
|
-
let
|
|
454
|
-
e.app === "konnect" ?
|
|
455
|
-
const { isValidUuid: v } = li(),
|
|
453
|
+
let C = `${e.apiBaseUrl}${I}`;
|
|
454
|
+
e.app === "konnect" ? C = C.replace(/{controlPlaneId}/gi, (e == null ? void 0 : e.controlPlaneId) || "") : e.app === "kongManager" && (C = C.replace(/\/{workspace}/gi, e != null && e.workspace ? `/${e.workspace}` : ""));
|
|
455
|
+
const { isValidUuid: v } = li(), x = async () => {
|
|
456
456
|
try {
|
|
457
457
|
c.value = !0;
|
|
458
|
-
const { data:
|
|
459
|
-
|
|
458
|
+
const { data: j } = await o.get(`${C}?size=${t}`);
|
|
459
|
+
j != null && j.next || (h.value = r.fetchedItemsKey in j ? j[r.fetchedItemsKey] : []), _.value = r.fetchedItemsKey in j ? j[r.fetchedItemsKey] : [], p.value = _.value;
|
|
460
460
|
} catch {
|
|
461
461
|
p.value = [], d.value = a("debouncedFilter.errors.fetch");
|
|
462
462
|
} finally {
|
|
463
463
|
c.value = !1;
|
|
464
464
|
}
|
|
465
|
-
}, s = F(""),
|
|
466
|
-
var
|
|
467
|
-
if (s.value !==
|
|
468
|
-
if (s.value =
|
|
465
|
+
}, s = F(""), k = async (j) => {
|
|
466
|
+
var G, ue, Y;
|
|
467
|
+
if (s.value !== j)
|
|
468
|
+
if (s.value = j || "", h.value === void 0)
|
|
469
469
|
try {
|
|
470
470
|
if (c.value = !0, d.value = "", f.value = "", e.app === "konnect") {
|
|
471
|
-
let A =
|
|
472
|
-
|
|
473
|
-
const { data:
|
|
474
|
-
r.fetchedItemsKey in
|
|
475
|
-
} else if (
|
|
471
|
+
let A = C + "";
|
|
472
|
+
j && (A += `/${j}`);
|
|
473
|
+
const { data: L } = await o.get(`${A}?size=${t}`);
|
|
474
|
+
r.fetchedItemsKey in L ? p.value = L[r.fetchedItemsKey] : L != null && L.id ? p.value = [L] : p.value = [];
|
|
475
|
+
} else if (j) {
|
|
476
476
|
const A = [];
|
|
477
|
-
v(
|
|
478
|
-
const { data:
|
|
479
|
-
return [
|
|
477
|
+
v(j) && r.searchKeys.includes("id") ? A.push((async () => {
|
|
478
|
+
const { data: K } = await o.get(`${C}/${j}`);
|
|
479
|
+
return [K[r.fetchedItemsKey] ?? K];
|
|
480
480
|
})()) : A.push(
|
|
481
|
-
...r.searchKeys.filter((
|
|
482
|
-
const { data:
|
|
483
|
-
return
|
|
481
|
+
...r.searchKeys.filter((K) => K !== "id").map(async (K) => {
|
|
482
|
+
const { data: D } = await o.get(`${C}?${K}=${j}`);
|
|
483
|
+
return D[r.fetchedItemsKey];
|
|
484
484
|
})
|
|
485
485
|
);
|
|
486
|
-
const
|
|
487
|
-
p.value = [], (
|
|
488
|
-
var
|
|
489
|
-
(
|
|
490
|
-
|
|
486
|
+
const L = await Promise.all(A), B = /* @__PURE__ */ new Set();
|
|
487
|
+
p.value = [], (G = L == null ? void 0 : L.forEach) == null || G.call(L, (K) => {
|
|
488
|
+
var D;
|
|
489
|
+
(D = K == null ? void 0 : K.forEach) == null || D.call(K, (z) => {
|
|
490
|
+
B.has(z.id) || (B.add(z.id), p.value.push(z));
|
|
491
491
|
});
|
|
492
492
|
});
|
|
493
493
|
} else
|
|
494
494
|
p.value = _.value;
|
|
495
495
|
} catch (A) {
|
|
496
|
-
((
|
|
496
|
+
((ue = A == null ? void 0 : A.response) == null ? void 0 : ue.status) === 404 ? f.value = a("debouncedFilter.errors.invalid") : (p.value = [], d.value = a("debouncedFilter.errors.fetch"));
|
|
497
497
|
} finally {
|
|
498
498
|
c.value = !1;
|
|
499
499
|
}
|
|
500
500
|
else
|
|
501
|
-
c.value = !0, f.value = "",
|
|
502
|
-
var
|
|
503
|
-
let
|
|
504
|
-
for (const
|
|
505
|
-
const
|
|
506
|
-
|
|
501
|
+
c.value = !0, f.value = "", j ? (p.value = (Y = h.value) == null ? void 0 : Y.filter((A) => {
|
|
502
|
+
var L;
|
|
503
|
+
let B = !1;
|
|
504
|
+
for (const K of r.searchKeys) {
|
|
505
|
+
const D = typeof A[K] == "string" ? (L = A[K]) == null ? void 0 : L.toLowerCase() : A[K];
|
|
506
|
+
D != null && D.includes(j.toLowerCase()) && (B = !0);
|
|
507
507
|
}
|
|
508
|
-
return
|
|
508
|
+
return B;
|
|
509
509
|
}), (!p.value || !p.value.length) && (f.value = a("debouncedFilter.errors.invalid"))) : p.value = h.value, c.value = !1;
|
|
510
510
|
};
|
|
511
511
|
return {
|
|
@@ -514,12 +514,12 @@ function jr(e, i, t, r = {
|
|
|
514
514
|
validationError: f,
|
|
515
515
|
results: p,
|
|
516
516
|
allRecords: h,
|
|
517
|
-
loadItems:
|
|
517
|
+
loadItems: x,
|
|
518
518
|
debouncedQueryChange: n
|
|
519
519
|
};
|
|
520
520
|
}
|
|
521
521
|
function Vr(e, i) {
|
|
522
|
-
const t = m(i), r =
|
|
522
|
+
const t = m(i), r = T(
|
|
523
523
|
() => e.apiBaseUrl.startsWith("/") ? new URL(`${window.location.origin}${t}`) : new URL(t)
|
|
524
524
|
);
|
|
525
525
|
return r.value.search = "", (o) => `${r.value.href}/${o}`;
|
|
@@ -556,7 +556,7 @@ function Fr(e) {
|
|
|
556
556
|
const i = window.location.origin, t = i.endsWith("/") ? i : `${i}/`;
|
|
557
557
|
try {
|
|
558
558
|
const r = e.join("/"), o = `${t}${r}`, a = e.some((l) => l.trim() === "");
|
|
559
|
-
if (
|
|
559
|
+
if (/^(https:\/\/(www\.)?([a-zA-Z0-9-]+\.){1,}[a-zA-Z]{2,}(:[0-9]+)?(\/[^\/]+)*)$|^(https|http):\/\/localhost(:[0-9]+)?(\/[^\/]+)*$/.test(o) && !a && new URL(o))
|
|
560
560
|
return `${t}${r}`;
|
|
561
561
|
throw new Error("Invalid url");
|
|
562
562
|
} catch (r) {
|
|
@@ -564,17 +564,17 @@ function Fr(e) {
|
|
|
564
564
|
}
|
|
565
565
|
}
|
|
566
566
|
function si(e, i) {
|
|
567
|
-
const t = F(m(e)), r = F(m(i)), o =
|
|
567
|
+
const t = F(m(e)), r = F(m(i)), o = T(
|
|
568
568
|
() => !!(t.value.app === "konnect" || t.value.isExactMatch)
|
|
569
|
-
), a =
|
|
569
|
+
), a = T(
|
|
570
570
|
() => r.value.startsWith("/") ? new URL(`${window.location.origin}${r.value}`) : new URL(r.value)
|
|
571
571
|
);
|
|
572
572
|
return (l) => {
|
|
573
573
|
const { page: n, pageSize: c, offset: d, sortColumnKey: f, sortColumnOrder: p, query: _ } = l;
|
|
574
574
|
try {
|
|
575
575
|
let h = new URL(a.value.href);
|
|
576
|
-
return o.value && _ ? (h.search = "", h = new URL(`${h.href}/${_}/`)) : (o.value || new URLSearchParams(_).forEach((I,
|
|
577
|
-
h.searchParams.append(
|
|
576
|
+
return o.value && _ ? (h.search = "", h = new URL(`${h.href}/${_}/`)) : (o.value || new URLSearchParams(_).forEach((I, C) => {
|
|
577
|
+
h.searchParams.append(C, I);
|
|
578
578
|
}), f && h.searchParams.append("sort_by", f), p === "desc" && h.searchParams.append("sort_desc", "1"), h.searchParams.append("size", String(c))), d && n !== 1 && h.searchParams.append("offset", String(d)), h.href;
|
|
579
579
|
} catch (h) {
|
|
580
580
|
return console.error("RouteList(fetcher)", h), r.value;
|
|
@@ -637,26 +637,26 @@ const ci = /^[v^~<>=]*?(\d+)(?:\.([x*]|\d+)(?:\.([x*]|\d+)(?:\.([x*]|\d+))?(?:-(
|
|
|
637
637
|
if (!i)
|
|
638
638
|
throw new Error(`Invalid argument not valid semver ('${e}' received)`);
|
|
639
639
|
return i.shift(), i;
|
|
640
|
-
},
|
|
640
|
+
}, jt = (e) => e === "*" || e === "x" || e === "X", Et = (e) => {
|
|
641
641
|
const i = parseInt(e, 10);
|
|
642
642
|
return isNaN(i) ? e : i;
|
|
643
|
-
},
|
|
644
|
-
if (
|
|
643
|
+
}, Pr = (e, i) => typeof e != typeof i ? [String(e), String(i)] : [e, i], Lr = (e, i) => {
|
|
644
|
+
if (jt(e) || jt(i))
|
|
645
645
|
return 0;
|
|
646
|
-
const [t, r] =
|
|
646
|
+
const [t, r] = Pr(Et(e), Et(i));
|
|
647
647
|
return t > r ? 1 : t < r ? -1 : 0;
|
|
648
|
-
},
|
|
648
|
+
}, Mt = (e, i) => {
|
|
649
649
|
for (let t = 0; t < Math.max(e.length, i.length); t++) {
|
|
650
|
-
const r =
|
|
650
|
+
const r = Lr(e[t] || "0", i[t] || "0");
|
|
651
651
|
if (r !== 0)
|
|
652
652
|
return r;
|
|
653
653
|
}
|
|
654
654
|
return 0;
|
|
655
655
|
}, Br = (e, i) => {
|
|
656
|
-
const t = $t(e), r = $t(i), o = t.pop(), a = r.pop(), l =
|
|
657
|
-
return l !== 0 ? l : o && a ?
|
|
656
|
+
const t = $t(e), r = $t(i), o = t.pop(), a = r.pop(), l = Mt(t, r);
|
|
657
|
+
return l !== 0 ? l : o && a ? Mt(o.split("."), a.split(".")) : o || a ? o ? -1 : 1 : 0;
|
|
658
658
|
}, Vt = (e, i, t) => {
|
|
659
|
-
|
|
659
|
+
Ur(t);
|
|
660
660
|
const r = Br(e, i);
|
|
661
661
|
return ui[t].includes(r);
|
|
662
662
|
}, ui = {
|
|
@@ -666,18 +666,18 @@ const ci = /^[v^~<>=]*?(\d+)(?:\.([x*]|\d+)(?:\.([x*]|\d+)(?:\.([x*]|\d+))?(?:-(
|
|
|
666
666
|
"<=": [-1, 0],
|
|
667
667
|
"<": [-1],
|
|
668
668
|
"!=": [-1, 1]
|
|
669
|
-
}, Ot = Object.keys(ui),
|
|
669
|
+
}, Ot = Object.keys(ui), Ur = (e) => {
|
|
670
670
|
if (typeof e != "string")
|
|
671
671
|
throw new TypeError(`Invalid operator type, expected string but got ${typeof e}`);
|
|
672
672
|
if (Ot.indexOf(e) === -1)
|
|
673
673
|
throw new Error(`Invalid operator, expected one of ${Ot.join("|")}`);
|
|
674
|
-
},
|
|
674
|
+
}, qr = (e) => typeof e == "string" && /^[v\d]/.test(e) && ci.test(e);
|
|
675
675
|
function Rr(e) {
|
|
676
676
|
const { gatewayInfo: i, supportedRange: t } = e;
|
|
677
677
|
if (!i)
|
|
678
678
|
return !0;
|
|
679
679
|
const { edition: r, version: o } = i;
|
|
680
|
-
if (!
|
|
680
|
+
if (!qr(o))
|
|
681
681
|
return console.error("Invalid version"), !1;
|
|
682
682
|
const a = t[r];
|
|
683
683
|
if (!a)
|
|
@@ -690,12 +690,12 @@ function Dr(e) {
|
|
|
690
690
|
return we(e, (o) => {
|
|
691
691
|
o && !r.value && (i.value = o.offsetWidth, t.value = o.scrollWidth, r.value = !0);
|
|
692
692
|
}), {
|
|
693
|
-
isTruncated:
|
|
693
|
+
isTruncated: T(() => i.value < t.value)
|
|
694
694
|
};
|
|
695
695
|
}
|
|
696
|
-
const
|
|
696
|
+
const se = {
|
|
697
697
|
useAxios: bt,
|
|
698
|
-
useDebouncedFilter:
|
|
698
|
+
useDebouncedFilter: Mr,
|
|
699
699
|
useDeleteUrlBuilder: Vr,
|
|
700
700
|
useErrors: Or,
|
|
701
701
|
useExternalLinkCreator: Fr,
|
|
@@ -706,24 +706,24 @@ const ce = {
|
|
|
706
706
|
useI18n: _t,
|
|
707
707
|
useGatewayFeatureSupported: Rr,
|
|
708
708
|
useTruncationDetector: Dr
|
|
709
|
-
},
|
|
709
|
+
}, zr = {
|
|
710
710
|
fail: "Failed to copy id to clipboard",
|
|
711
711
|
success: {
|
|
712
712
|
prefix: "Successfully",
|
|
713
713
|
content: " copied to clipboard"
|
|
714
714
|
}
|
|
715
|
-
},
|
|
716
|
-
message:
|
|
717
|
-
iconTitle:
|
|
715
|
+
}, Hr = "Copy to clipboard", Gr = {
|
|
716
|
+
message: zr,
|
|
717
|
+
iconTitle: Hr
|
|
718
718
|
}, Jr = "kong-ui-copy-uuid-notify", Ft = "24px", Wr = (e, i) => {
|
|
719
719
|
const t = e.__vccOpts || e;
|
|
720
720
|
for (const [r, o] of i)
|
|
721
721
|
t[r] = o;
|
|
722
722
|
return t;
|
|
723
|
-
}, Yr = (e) => (ri("data-v-9971cc79"), e = e(), oi(), e), Zr = ["aria-hidden"],
|
|
723
|
+
}, Yr = (e) => (ri("data-v-9971cc79"), e = e(), oi(), e), Zr = ["aria-hidden"], Xr = {
|
|
724
724
|
key: 0,
|
|
725
725
|
"data-testid": "kui-icon-svg-title"
|
|
726
|
-
},
|
|
726
|
+
}, Qr = /* @__PURE__ */ Yr(() => /* @__PURE__ */ O("path", {
|
|
727
727
|
d: "M5 22C4.45 22 3.97917 21.8042 3.5875 21.4125C3.19583 21.0208 3 20.55 3 20V6H5V20H16V22H5ZM9 18C8.45 18 7.97917 17.8042 7.5875 17.4125C7.19583 17.0208 7 16.55 7 16V4C7 3.45 7.19583 2.97917 7.5875 2.5875C7.97917 2.19583 8.45 2 9 2H18C18.55 2 19.0208 2.19583 19.4125 2.5875C19.8042 2.97917 20 3.45 20 4V16C20 16.55 19.8042 17.0208 19.4125 17.4125C19.0208 17.8042 18.55 18 18 18H9ZM9 16H18V4H9V16Z",
|
|
728
728
|
fill: "currentColor"
|
|
729
729
|
}, null, -1)), eo = /* @__PURE__ */ oe({
|
|
@@ -778,7 +778,7 @@ const ce = {
|
|
|
778
778
|
}
|
|
779
779
|
},
|
|
780
780
|
setup(e) {
|
|
781
|
-
const i = e, t =
|
|
781
|
+
const i = e, t = T(() => {
|
|
782
782
|
if (typeof i.size == "number" && i.size > 0)
|
|
783
783
|
return `${i.size}px`;
|
|
784
784
|
if (typeof i.size == "string") {
|
|
@@ -787,7 +787,7 @@ const ce = {
|
|
|
787
787
|
return `${a}px`;
|
|
788
788
|
}
|
|
789
789
|
return Ft;
|
|
790
|
-
}), r =
|
|
790
|
+
}), r = T(() => ({
|
|
791
791
|
boxSizing: "border-box",
|
|
792
792
|
color: i.color,
|
|
793
793
|
display: i.display,
|
|
@@ -795,13 +795,13 @@ const ce = {
|
|
|
795
795
|
lineHeight: "0",
|
|
796
796
|
width: t.value
|
|
797
797
|
}));
|
|
798
|
-
return (o, a) => (b(),
|
|
798
|
+
return (o, a) => (b(), q(Ke(e.as), {
|
|
799
799
|
"aria-hidden": e.decorative ? "true" : void 0,
|
|
800
800
|
class: "kui-icon copy-icon",
|
|
801
801
|
"data-testid": "kui-icon-wrapper-copy-icon",
|
|
802
802
|
style: ii(r.value)
|
|
803
803
|
}, {
|
|
804
|
-
default:
|
|
804
|
+
default: g(() => [
|
|
805
805
|
(b(), $("svg", {
|
|
806
806
|
"aria-hidden": e.decorative ? "true" : void 0,
|
|
807
807
|
"data-testid": "kui-icon-svg-copy-icon",
|
|
@@ -812,8 +812,8 @@ const ce = {
|
|
|
812
812
|
width: "100%",
|
|
813
813
|
xmlns: "http://www.w3.org/2000/svg"
|
|
814
814
|
}, [
|
|
815
|
-
e.title ? (b(), $("title",
|
|
816
|
-
|
|
815
|
+
e.title ? (b(), $("title", Xr, M(e.title), 1)) : R("", !0),
|
|
816
|
+
Qr
|
|
817
817
|
], 8, Zr))
|
|
818
818
|
]),
|
|
819
819
|
_: 1
|
|
@@ -864,18 +864,18 @@ const ce = {
|
|
|
864
864
|
emits: ["success", "error"],
|
|
865
865
|
setup(e, { emit: i }) {
|
|
866
866
|
const t = e, { t: r } = ht("en-us", Gr), o = t.notify || lr(Jr, () => {
|
|
867
|
-
}), a =
|
|
867
|
+
}), a = T(() => t.idTooltip ? {
|
|
868
868
|
label: t.idTooltip,
|
|
869
869
|
positionFixed: !0,
|
|
870
870
|
placement: "bottomStart"
|
|
871
871
|
} : {
|
|
872
872
|
title: t.uuid
|
|
873
|
-
}), l =
|
|
873
|
+
}), l = T(() => !!(t.tooltip && t.successTooltip)), n = F(t.tooltip), c = T(() => t.tooltip ? {
|
|
874
874
|
label: n.value,
|
|
875
875
|
positionFixed: !0,
|
|
876
876
|
maxWidth: "500px",
|
|
877
877
|
placement: "bottomStart"
|
|
878
|
-
} : {}), d =
|
|
878
|
+
} : {}), d = T(() => {
|
|
879
879
|
var _;
|
|
880
880
|
return t.format === "redacted" ? "*****" : t.format === "deleted" ? `*${(_ = t.uuid) == null ? void 0 : _.substring(0, 5)}` : t.uuid;
|
|
881
881
|
}), f = (_) => {
|
|
@@ -891,36 +891,36 @@ const ce = {
|
|
|
891
891
|
}), l.value ? f(r("message.fail")) : i("error", t.uuid);
|
|
892
892
|
return;
|
|
893
893
|
}
|
|
894
|
-
const
|
|
894
|
+
const C = ((h = t.uuid) == null ? void 0 : h.length) > Nt, v = t.format === "hidden" || t.format === "redacted" ? r("message.success.prefix") : `"${((I = t.uuid) == null ? void 0 : I.substring(0, Nt)) + (C ? "..." : "")}"`;
|
|
895
895
|
typeof o == "function" && o({
|
|
896
896
|
type: "success",
|
|
897
897
|
message: `${v}${r("message.success.content")}`
|
|
898
898
|
}), l.value ? f(t.successTooltip) : i("success", t.uuid);
|
|
899
899
|
};
|
|
900
900
|
return (_, h) => {
|
|
901
|
-
const I =
|
|
901
|
+
const I = N("KClipboardProvider");
|
|
902
902
|
return b(), $("div", ro, [
|
|
903
|
-
e.format !== "hidden" ? (b(),
|
|
904
|
-
default:
|
|
903
|
+
e.format !== "hidden" ? (b(), q(Ke(e.idTooltip ? "KTooltip" : "div"), ct({ key: 0 }, a.value, { "data-testid": "copy-id" }), {
|
|
904
|
+
default: g(() => [
|
|
905
905
|
O("div", {
|
|
906
906
|
class: $e([
|
|
907
907
|
"uuid-container",
|
|
908
908
|
e.truncated ? "truncated-uuid" : null,
|
|
909
909
|
e.useMono ? "mono" : null
|
|
910
910
|
])
|
|
911
|
-
},
|
|
911
|
+
}, M(d.value), 3)
|
|
912
912
|
]),
|
|
913
913
|
_: 1
|
|
914
|
-
}, 16)) :
|
|
915
|
-
(b(),
|
|
916
|
-
default:
|
|
914
|
+
}, 16)) : R("", !0),
|
|
915
|
+
(b(), q(Ke(e.tooltip ? "KTooltip" : "div"), ct(c.value, { class: "uuid-icon-wrapper" }), {
|
|
916
|
+
default: g(() => [
|
|
917
917
|
S(I, null, {
|
|
918
|
-
default:
|
|
918
|
+
default: g(({ copyToClipboard: C }) => [
|
|
919
919
|
O("span", {
|
|
920
920
|
"data-testid": "copy-to-clipboard",
|
|
921
921
|
role: "button",
|
|
922
922
|
tabindex: "0",
|
|
923
|
-
onClick: Ne((v) => p(
|
|
923
|
+
onClick: Ne((v) => p(C), ["stop"])
|
|
924
924
|
}, [
|
|
925
925
|
S(m(to), {
|
|
926
926
|
class: "uuid-icon",
|
|
@@ -964,21 +964,21 @@ const ce = {
|
|
|
964
964
|
}
|
|
965
965
|
},
|
|
966
966
|
setup(e) {
|
|
967
|
-
const i = e, { i18n: { t } } =
|
|
967
|
+
const i = e, { i18n: { t } } = se.useI18n(), { convertKeyToTitle: r } = se.useStringHelpers(), o = T(() => i.item.key ?? "json-array-item"), a = T(() => i.item.value ?? i.item), l = T(() => {
|
|
968
968
|
const c = JSON.parse(JSON.stringify(a.value));
|
|
969
969
|
return i.isArrayItem && delete c.name, c;
|
|
970
|
-
}), n =
|
|
970
|
+
}), n = T(() => {
|
|
971
971
|
var c;
|
|
972
972
|
return i.isArrayItem ? (c = a.value) != null && c.name ? r(a.value.name, "_") : t("baseConfigCard.general.entryTitle", { index: i.index }) : "";
|
|
973
973
|
});
|
|
974
|
-
return (c, d) => (b(),
|
|
974
|
+
return (c, d) => (b(), q(Ke(e.isArrayItem ? "fieldset" : "div"), {
|
|
975
975
|
class: $e(e.isArrayItem ? "config-card-fieldset" : "config-card-json-item")
|
|
976
976
|
}, {
|
|
977
|
-
default:
|
|
977
|
+
default: g(() => [
|
|
978
978
|
e.isArrayItem ? (b(), $("legend", lo, [
|
|
979
|
-
O("b", null,
|
|
980
|
-
])) :
|
|
981
|
-
(b(!0), $(he, null, ve(Object.keys(l.value), (f, p) => (b(),
|
|
979
|
+
O("b", null, M(n.value), 1)
|
|
980
|
+
])) : R("", !0),
|
|
981
|
+
(b(!0), $(he, null, ve(Object.keys(l.value), (f, p) => (b(), q(wt, {
|
|
982
982
|
key: `${o.value}-property-${p}`,
|
|
983
983
|
item: {
|
|
984
984
|
key: f,
|
|
@@ -1005,17 +1005,17 @@ const ce = {
|
|
|
1005
1005
|
},
|
|
1006
1006
|
emits: ["navigation-click"],
|
|
1007
1007
|
setup(e) {
|
|
1008
|
-
const { i18n: { t: i } } =
|
|
1008
|
+
const { i18n: { t: i } } = se.useI18n();
|
|
1009
1009
|
return (t, r) => {
|
|
1010
|
-
const o =
|
|
1010
|
+
const o = N("KButton");
|
|
1011
1011
|
return b(), $("div", null, [
|
|
1012
1012
|
S(o, {
|
|
1013
1013
|
appearance: "tertiary",
|
|
1014
1014
|
class: "navigation-button",
|
|
1015
1015
|
onClick: r[0] || (r[0] = (a) => t.$emit("navigation-click", e.item))
|
|
1016
1016
|
}, {
|
|
1017
|
-
default:
|
|
1018
|
-
|
|
1017
|
+
default: g(() => [
|
|
1018
|
+
H(M(e.item.value || m(i)("baseConfigCard.commonFields.link")), 1)
|
|
1019
1019
|
]),
|
|
1020
1020
|
_: 1
|
|
1021
1021
|
})
|
|
@@ -1031,20 +1031,20 @@ const ce = {
|
|
|
1031
1031
|
}
|
|
1032
1032
|
},
|
|
1033
1033
|
setup(e) {
|
|
1034
|
-
const { i18n: { t: i } } =
|
|
1034
|
+
const { i18n: { t: i } } = se.useI18n();
|
|
1035
1035
|
return (t, r) => {
|
|
1036
|
-
const o =
|
|
1037
|
-
return b(),
|
|
1036
|
+
const o = N("KBadge");
|
|
1037
|
+
return b(), q(o, {
|
|
1038
1038
|
appearance: e.status ? "success" : "neutral"
|
|
1039
1039
|
}, {
|
|
1040
|
-
default:
|
|
1041
|
-
|
|
1040
|
+
default: g(() => [
|
|
1041
|
+
H(M(e.status ? m(i)("baseConfigCard.statusBadge.enabledLabel") : m(i)("baseConfigCard.statusBadge.disabledLabel")), 1)
|
|
1042
1042
|
]),
|
|
1043
1043
|
_: 1
|
|
1044
1044
|
}, 8, ["appearance"]);
|
|
1045
1045
|
};
|
|
1046
1046
|
}
|
|
1047
|
-
}), fo = "#0044f4", mo = "#e0e4ea",
|
|
1047
|
+
}), fo = "#0044f4", mo = "#e0e4ea", yo = "#3a3f51", go = "1px", vo = "20px", ho = { class: "config-card-details-row" }, bo = ["data-testid"], _o = ["data-testid"], wo = ["data-testid"], ko = ["data-testid"], Co = { key: 1 }, So = ["data-testid"], Io = ["data-testid"], Ao = ["data-testid"], xo = ["data-testid"], To = {
|
|
1048
1048
|
name: "ConfigCardItem",
|
|
1049
1049
|
components: { CopyUuid: di, JsonCardItem: pi, StatusBadge: po, InternalLinkItem: uo }
|
|
1050
1050
|
}, $o = /* @__PURE__ */ oe({
|
|
@@ -1069,12 +1069,12 @@ const ce = {
|
|
|
1069
1069
|
setup(e, { emit: i }) {
|
|
1070
1070
|
const t = e;
|
|
1071
1071
|
rr((h) => ({
|
|
1072
|
-
"1df60db4": d.value ? "none" : `solid ${m(
|
|
1072
|
+
"1df60db4": d.value ? "none" : `solid ${m(go)} ${m(mo)}`,
|
|
1073
1073
|
"21d1d34e": c.value && l.value ? "block" : "flex",
|
|
1074
1074
|
"4d3dc7e7": c.value && l.value ? "100%" : t.slim ? "50%" : "25%",
|
|
1075
1075
|
"4d400dc2": c.value && l.value ? "100%" : t.slim ? "50%" : "75%"
|
|
1076
1076
|
}));
|
|
1077
|
-
const r = tt(), { i18n: { t: o, formatUnixTimeStamp: a } } =
|
|
1077
|
+
const r = tt(), { i18n: { t: o, formatUnixTimeStamp: a } } = se.useI18n(), l = T(() => t.item.value !== void 0 && t.item.value !== null && t.item.value !== ""), n = T(() => !!(t.item.tooltip || r["label-tooltip"])), c = T(() => t.item.type === te.Json || t.item.type === te.JsonArray), d = T(() => t.item.type === te.JsonArray), f = T(() => {
|
|
1078
1078
|
switch (t.item.type) {
|
|
1079
1079
|
case te.ID:
|
|
1080
1080
|
return {
|
|
@@ -1200,29 +1200,29 @@ const ce = {
|
|
|
1200
1200
|
text: t.item.value
|
|
1201
1201
|
};
|
|
1202
1202
|
}
|
|
1203
|
-
}), p = F(), { isTruncated: _ } =
|
|
1203
|
+
}), p = F(), { isTruncated: _ } = se.useTruncationDetector(p);
|
|
1204
1204
|
return (h, I) => {
|
|
1205
|
-
const
|
|
1205
|
+
const C = N("KLabel"), v = N("KBadge"), x = N("KMethodBadge"), s = N("KTooltip");
|
|
1206
1206
|
return b(), $("div", ho, [
|
|
1207
1207
|
O("div", {
|
|
1208
1208
|
class: "config-card-details-label",
|
|
1209
1209
|
"data-testid": `${e.item.key}-label`
|
|
1210
1210
|
}, [
|
|
1211
1211
|
Q(h.$slots, "label", { item: e.item }, () => [
|
|
1212
|
-
S(
|
|
1213
|
-
default:
|
|
1214
|
-
|
|
1212
|
+
S(C, { "tooltip-attributes": { maxWidth: "500px" } }, xe({
|
|
1213
|
+
default: g(() => [
|
|
1214
|
+
H(M(e.item.label) + " ", 1)
|
|
1215
1215
|
]),
|
|
1216
1216
|
_: 2
|
|
1217
1217
|
}, [
|
|
1218
1218
|
n.value ? {
|
|
1219
1219
|
name: "tooltip",
|
|
1220
|
-
fn:
|
|
1220
|
+
fn: g(() => [
|
|
1221
1221
|
O("div", {
|
|
1222
1222
|
"data-testid": `${e.item.key}-label-tooltip`
|
|
1223
1223
|
}, [
|
|
1224
1224
|
Q(h.$slots, "label-tooltip", {}, () => [
|
|
1225
|
-
|
|
1225
|
+
H(M(e.item.tooltip), 1)
|
|
1226
1226
|
], !0)
|
|
1227
1227
|
], 8, _o)
|
|
1228
1228
|
]),
|
|
@@ -1239,73 +1239,73 @@ const ce = {
|
|
|
1239
1239
|
rowValue: e.item.value
|
|
1240
1240
|
}, () => [
|
|
1241
1241
|
l.value ? (b(), $("div", Co, [
|
|
1242
|
-
(b(),
|
|
1243
|
-
default:
|
|
1242
|
+
(b(), q(Ke(f.value.tag), or(ar(f.value.attrs)), {
|
|
1243
|
+
default: g(() => [
|
|
1244
1244
|
f.value.additionalComponent === "KBadge" ? (b(), $("div", {
|
|
1245
1245
|
key: 0,
|
|
1246
1246
|
"data-testid": `${e.item.key}-badge-tags`
|
|
1247
1247
|
}, [
|
|
1248
|
-
(b(!0), $(he, null, ve(e.item.value, (
|
|
1249
|
-
key: `${e.item.key}-badge-tag-${
|
|
1248
|
+
(b(!0), $(he, null, ve(e.item.value, (k, j) => (b(), q(v, {
|
|
1249
|
+
key: `${e.item.key}-badge-tag-${j}`,
|
|
1250
1250
|
class: "config-badge",
|
|
1251
|
-
"data-testid": `${e.item.key}-badge-tag-${
|
|
1252
|
-
"truncation-tooltip":
|
|
1251
|
+
"data-testid": `${e.item.key}-badge-tag-${j}`,
|
|
1252
|
+
"truncation-tooltip": k
|
|
1253
1253
|
}, {
|
|
1254
|
-
default:
|
|
1255
|
-
|
|
1254
|
+
default: g(() => [
|
|
1255
|
+
H(M(k), 1)
|
|
1256
1256
|
]),
|
|
1257
1257
|
_: 2
|
|
1258
1258
|
}, 1032, ["data-testid", "truncation-tooltip"]))), 128))
|
|
1259
|
-
], 8, So)) :
|
|
1259
|
+
], 8, So)) : R("", !0),
|
|
1260
1260
|
f.value.additionalComponent === "CopyUuid" ? (b(), $("div", {
|
|
1261
1261
|
key: 1,
|
|
1262
1262
|
class: "copy-uuid-array",
|
|
1263
1263
|
"data-testid": `${e.item.key}-copy-uuid-array`
|
|
1264
1264
|
}, [
|
|
1265
|
-
(b(!0), $(he, null, ve(e.item.value, (
|
|
1266
|
-
key: `${e.item.key}-copy-uuid-${
|
|
1267
|
-
"data-testid": `${e.item.key}-copy-uuid-${
|
|
1268
|
-
uuid:
|
|
1265
|
+
(b(!0), $(he, null, ve(e.item.value, (k, j) => (b(), q(m(di), ct(f.value.childAttrs, {
|
|
1266
|
+
key: `${e.item.key}-copy-uuid-${j}`,
|
|
1267
|
+
"data-testid": `${e.item.key}-copy-uuid-${j}`,
|
|
1268
|
+
uuid: k
|
|
1269
1269
|
}), null, 16, ["data-testid", "uuid"]))), 128))
|
|
1270
1270
|
], 8, Io)) : f.value.additionalComponent === "KMethodBadge" ? (b(), $("div", {
|
|
1271
1271
|
key: 2,
|
|
1272
1272
|
class: "method-badge-array",
|
|
1273
1273
|
"data-testid": `${e.item.key}-badge-methods`
|
|
1274
1274
|
}, [
|
|
1275
|
-
(b(!0), $(he, null, ve(e.item.value, (
|
|
1276
|
-
key: `${e.item.key}-badge-method-${
|
|
1275
|
+
(b(!0), $(he, null, ve(e.item.value, (k, j) => (b(), q(x, {
|
|
1276
|
+
key: `${e.item.key}-badge-method-${j}`,
|
|
1277
1277
|
class: "config-badge",
|
|
1278
|
-
"data-testid": `${e.item.key}-badge-method-${
|
|
1278
|
+
"data-testid": `${e.item.key}-badge-method-${j}`,
|
|
1279
1279
|
"is-rounded": "",
|
|
1280
|
-
label:
|
|
1281
|
-
method: m(cr).includes(
|
|
1280
|
+
label: k,
|
|
1281
|
+
method: m(cr).includes(k.toLowerCase()) ? k.toLowerCase() : "custom"
|
|
1282
1282
|
}, {
|
|
1283
|
-
default:
|
|
1284
|
-
|
|
1283
|
+
default: g(() => [
|
|
1284
|
+
H(M(k), 1)
|
|
1285
1285
|
]),
|
|
1286
1286
|
_: 2
|
|
1287
1287
|
}, 1032, ["data-testid", "label", "method"]))), 128))
|
|
1288
|
-
], 8, Ao)) :
|
|
1288
|
+
], 8, Ao)) : R("", !0),
|
|
1289
1289
|
f.value.additionalComponent === "JsonCardItem" ? (b(), $("div", {
|
|
1290
1290
|
key: 3,
|
|
1291
1291
|
"data-testid": `${t.item.key}-json-array-content`
|
|
1292
1292
|
}, [
|
|
1293
|
-
(b(!0), $(he, null, ve(e.item.value, (
|
|
1294
|
-
key: `json-array-item-${
|
|
1295
|
-
index:
|
|
1293
|
+
(b(!0), $(he, null, ve(e.item.value, (k, j) => (b(), q(pi, {
|
|
1294
|
+
key: `json-array-item-${j}`,
|
|
1295
|
+
index: j,
|
|
1296
1296
|
"is-array-item": "",
|
|
1297
|
-
item:
|
|
1297
|
+
item: k
|
|
1298
1298
|
}, null, 8, ["index", "item"]))), 128))
|
|
1299
|
-
], 8, xo)) : (b(),
|
|
1299
|
+
], 8, xo)) : (b(), q(s, {
|
|
1300
1300
|
key: 4,
|
|
1301
1301
|
label: m(_) ? e.item.value : ""
|
|
1302
1302
|
}, {
|
|
1303
|
-
default:
|
|
1303
|
+
default: g(() => [
|
|
1304
1304
|
O("span", {
|
|
1305
1305
|
ref_key: "textContent",
|
|
1306
1306
|
ref: p,
|
|
1307
1307
|
class: $e(["attrs-data-text", { truncated: e.truncated }])
|
|
1308
|
-
},
|
|
1308
|
+
}, M(f.value.text), 3)
|
|
1309
1309
|
]),
|
|
1310
1310
|
_: 1
|
|
1311
1311
|
}, 8, ["label"]))
|
|
@@ -1326,13 +1326,13 @@ const ce = {
|
|
|
1326
1326
|
function fi(e) {
|
|
1327
1327
|
return typeof e > "u" || e === null;
|
|
1328
1328
|
}
|
|
1329
|
-
function
|
|
1329
|
+
function jo(e) {
|
|
1330
1330
|
return typeof e == "object" && e !== null;
|
|
1331
1331
|
}
|
|
1332
1332
|
function Eo(e) {
|
|
1333
1333
|
return Array.isArray(e) ? e : fi(e) ? [] : [e];
|
|
1334
1334
|
}
|
|
1335
|
-
function
|
|
1335
|
+
function Mo(e, i) {
|
|
1336
1336
|
var t, r, o, a;
|
|
1337
1337
|
if (i)
|
|
1338
1338
|
for (a = Object.keys(i), t = 0, r = a.length; t < r; t += 1)
|
|
@@ -1348,12 +1348,12 @@ function Vo(e, i) {
|
|
|
1348
1348
|
function Oo(e) {
|
|
1349
1349
|
return e === 0 && Number.NEGATIVE_INFINITY === 1 / e;
|
|
1350
1350
|
}
|
|
1351
|
-
var Fo = fi, No =
|
|
1351
|
+
var Fo = fi, No = jo, Ko = Eo, Po = Vo, Lo = Oo, Bo = Mo, le = {
|
|
1352
1352
|
isNothing: Fo,
|
|
1353
1353
|
isObject: No,
|
|
1354
1354
|
toArray: Ko,
|
|
1355
|
-
repeat:
|
|
1356
|
-
isNegativeZero:
|
|
1355
|
+
repeat: Po,
|
|
1356
|
+
isNegativeZero: Lo,
|
|
1357
1357
|
extend: Bo
|
|
1358
1358
|
};
|
|
1359
1359
|
function mi(e, i) {
|
|
@@ -1362,15 +1362,15 @@ function mi(e, i) {
|
|
|
1362
1362
|
|
|
1363
1363
|
` + e.mark.snippet), r + " " + t) : r;
|
|
1364
1364
|
}
|
|
1365
|
-
function
|
|
1365
|
+
function qe(e, i) {
|
|
1366
1366
|
Error.call(this), this.name = "YAMLException", this.reason = e, this.mark = i, this.message = mi(this, !1), Error.captureStackTrace ? Error.captureStackTrace(this, this.constructor) : this.stack = new Error().stack || "";
|
|
1367
1367
|
}
|
|
1368
|
-
|
|
1369
|
-
|
|
1370
|
-
|
|
1368
|
+
qe.prototype = Object.create(Error.prototype);
|
|
1369
|
+
qe.prototype.constructor = qe;
|
|
1370
|
+
qe.prototype.toString = function(e) {
|
|
1371
1371
|
return this.name + ": " + mi(this, e);
|
|
1372
1372
|
};
|
|
1373
|
-
var
|
|
1373
|
+
var ye = qe;
|
|
1374
1374
|
function nt(e, i, t, r, o) {
|
|
1375
1375
|
var a = "", l = "", n = Math.floor(o / 2) - 1;
|
|
1376
1376
|
return r - i > n && (a = " ... ", i = r - n + a.length), t - r > n && (l = " ...", t = r + n - l.length), {
|
|
@@ -1380,9 +1380,9 @@ function nt(e, i, t, r, o) {
|
|
|
1380
1380
|
};
|
|
1381
1381
|
}
|
|
1382
1382
|
function lt(e, i) {
|
|
1383
|
-
return
|
|
1383
|
+
return le.repeat(" ", i - e.length) + e;
|
|
1384
1384
|
}
|
|
1385
|
-
function
|
|
1385
|
+
function Uo(e, i) {
|
|
1386
1386
|
if (i = Object.create(i || null), !e.buffer)
|
|
1387
1387
|
return null;
|
|
1388
1388
|
i.maxLength || (i.maxLength = 79), typeof i.indent != "number" && (i.indent = 1), typeof i.linesBefore != "number" && (i.linesBefore = 3), typeof i.linesAfter != "number" && (i.linesAfter = 2);
|
|
@@ -1397,10 +1397,10 @@ function Po(e, i) {
|
|
|
1397
1397
|
o[l - c],
|
|
1398
1398
|
e.position - (r[l] - r[l - c]),
|
|
1399
1399
|
p
|
|
1400
|
-
), n =
|
|
1400
|
+
), n = le.repeat(" ", i.indent) + lt((e.line - c + 1).toString(), f) + " | " + d.str + `
|
|
1401
1401
|
` + n;
|
|
1402
|
-
for (d = nt(e.buffer, r[l], o[l], e.position, p), n +=
|
|
1403
|
-
`, n +=
|
|
1402
|
+
for (d = nt(e.buffer, r[l], o[l], e.position, p), n += le.repeat(" ", i.indent) + lt((e.line + 1).toString(), f) + " | " + d.str + `
|
|
1403
|
+
`, n += le.repeat("-", i.indent + f + 3 + d.pos) + `^
|
|
1404
1404
|
`, c = 1; c <= i.linesAfter && !(l + c >= o.length); c++)
|
|
1405
1405
|
d = nt(
|
|
1406
1406
|
e.buffer,
|
|
@@ -1408,11 +1408,11 @@ function Po(e, i) {
|
|
|
1408
1408
|
o[l + c],
|
|
1409
1409
|
e.position - (r[l] - r[l + c]),
|
|
1410
1410
|
p
|
|
1411
|
-
), n +=
|
|
1411
|
+
), n += le.repeat(" ", i.indent) + lt((e.line + c + 1).toString(), f) + " | " + d.str + `
|
|
1412
1412
|
`;
|
|
1413
1413
|
return n.replace(/\n$/, "");
|
|
1414
1414
|
}
|
|
1415
|
-
var
|
|
1415
|
+
var qo = Uo, Ro = [
|
|
1416
1416
|
"kind",
|
|
1417
1417
|
"multi",
|
|
1418
1418
|
"resolve",
|
|
@@ -1428,7 +1428,7 @@ var Uo = Po, Ro = [
|
|
|
1428
1428
|
"sequence",
|
|
1429
1429
|
"mapping"
|
|
1430
1430
|
];
|
|
1431
|
-
function
|
|
1431
|
+
function zo(e) {
|
|
1432
1432
|
var i = {};
|
|
1433
1433
|
return e !== null && Object.keys(e).forEach(function(t) {
|
|
1434
1434
|
e[t].forEach(function(r) {
|
|
@@ -1436,18 +1436,18 @@ function Ho(e) {
|
|
|
1436
1436
|
});
|
|
1437
1437
|
}), i;
|
|
1438
1438
|
}
|
|
1439
|
-
function
|
|
1439
|
+
function Ho(e, i) {
|
|
1440
1440
|
if (i = i || {}, Object.keys(i).forEach(function(t) {
|
|
1441
1441
|
if (Ro.indexOf(t) === -1)
|
|
1442
|
-
throw new
|
|
1442
|
+
throw new ye('Unknown option "' + t + '" is met in definition of "' + e + '" YAML type.');
|
|
1443
1443
|
}), this.options = i, this.tag = e, this.kind = i.kind || null, this.resolve = i.resolve || function() {
|
|
1444
1444
|
return !0;
|
|
1445
1445
|
}, this.construct = i.construct || function(t) {
|
|
1446
1446
|
return t;
|
|
1447
|
-
}, this.instanceOf = i.instanceOf || null, this.predicate = i.predicate || null, this.represent = i.represent || null, this.representName = i.representName || null, this.defaultStyle = i.defaultStyle || null, this.multi = i.multi || !1, this.styleAliases =
|
|
1448
|
-
throw new
|
|
1447
|
+
}, this.instanceOf = i.instanceOf || null, this.predicate = i.predicate || null, this.represent = i.represent || null, this.representName = i.representName || null, this.defaultStyle = i.defaultStyle || null, this.multi = i.multi || !1, this.styleAliases = zo(i.styleAliases || null), Do.indexOf(this.kind) === -1)
|
|
1448
|
+
throw new ye('Unknown kind "' + this.kind + '" is specified for "' + e + '" YAML type.');
|
|
1449
1449
|
}
|
|
1450
|
-
var pe =
|
|
1450
|
+
var pe = Ho;
|
|
1451
1451
|
function Kt(e, i) {
|
|
1452
1452
|
var t = [];
|
|
1453
1453
|
return e[i].forEach(function(r) {
|
|
@@ -1489,22 +1489,22 @@ dt.prototype.extend = function(e) {
|
|
|
1489
1489
|
else if (e && (Array.isArray(e.implicit) || Array.isArray(e.explicit)))
|
|
1490
1490
|
e.implicit && (i = i.concat(e.implicit)), e.explicit && (t = t.concat(e.explicit));
|
|
1491
1491
|
else
|
|
1492
|
-
throw new
|
|
1492
|
+
throw new ye("Schema.extend argument should be a Type, [ Type ], or a schema definition ({ implicit: [...], explicit: [...] })");
|
|
1493
1493
|
i.forEach(function(o) {
|
|
1494
1494
|
if (!(o instanceof pe))
|
|
1495
|
-
throw new
|
|
1495
|
+
throw new ye("Specified list of YAML types (or a single Type object) contains a non-Type object.");
|
|
1496
1496
|
if (o.loadKind && o.loadKind !== "scalar")
|
|
1497
|
-
throw new
|
|
1497
|
+
throw new ye("There is a non-scalar type in the implicit list of a schema. Implicit resolving of such types is not supported.");
|
|
1498
1498
|
if (o.multi)
|
|
1499
|
-
throw new
|
|
1499
|
+
throw new ye("There is a multi type in the implicit list of a schema. Multi tags can only be listed as explicit.");
|
|
1500
1500
|
}), t.forEach(function(o) {
|
|
1501
1501
|
if (!(o instanceof pe))
|
|
1502
|
-
throw new
|
|
1502
|
+
throw new ye("Specified list of YAML types (or a single Type object) contains a non-Type object.");
|
|
1503
1503
|
});
|
|
1504
1504
|
var r = Object.create(dt.prototype);
|
|
1505
1505
|
return r.implicit = (this.implicit || []).concat(i), r.explicit = (this.explicit || []).concat(t), r.compiledImplicit = Kt(r, "implicit"), r.compiledExplicit = Kt(r, "explicit"), r.compiledTypeMap = Go(r.compiledImplicit, r.compiledExplicit), r;
|
|
1506
1506
|
};
|
|
1507
|
-
var
|
|
1507
|
+
var yi = dt, gi = new pe("tag:yaml.org,2002:str", {
|
|
1508
1508
|
kind: "scalar",
|
|
1509
1509
|
construct: function(e) {
|
|
1510
1510
|
return e !== null ? e : "";
|
|
@@ -1519,9 +1519,9 @@ var gi = dt, yi = new pe("tag:yaml.org,2002:str", {
|
|
|
1519
1519
|
construct: function(e) {
|
|
1520
1520
|
return e !== null ? e : {};
|
|
1521
1521
|
}
|
|
1522
|
-
}), bi = new
|
|
1522
|
+
}), bi = new yi({
|
|
1523
1523
|
explicit: [
|
|
1524
|
-
|
|
1524
|
+
gi,
|
|
1525
1525
|
vi,
|
|
1526
1526
|
hi
|
|
1527
1527
|
]
|
|
@@ -1568,17 +1568,17 @@ function Zo(e) {
|
|
|
1568
1568
|
var i = e.length;
|
|
1569
1569
|
return i === 4 && (e === "true" || e === "True" || e === "TRUE") || i === 5 && (e === "false" || e === "False" || e === "FALSE");
|
|
1570
1570
|
}
|
|
1571
|
-
function
|
|
1571
|
+
function Xo(e) {
|
|
1572
1572
|
return e === "true" || e === "True" || e === "TRUE";
|
|
1573
1573
|
}
|
|
1574
|
-
function
|
|
1574
|
+
function Qo(e) {
|
|
1575
1575
|
return Object.prototype.toString.call(e) === "[object Boolean]";
|
|
1576
1576
|
}
|
|
1577
1577
|
var wi = new pe("tag:yaml.org,2002:bool", {
|
|
1578
1578
|
kind: "scalar",
|
|
1579
1579
|
resolve: Zo,
|
|
1580
|
-
construct:
|
|
1581
|
-
predicate:
|
|
1580
|
+
construct: Xo,
|
|
1581
|
+
predicate: Qo,
|
|
1582
1582
|
represent: {
|
|
1583
1583
|
lowercase: function(e) {
|
|
1584
1584
|
return e ? "true" : "false";
|
|
@@ -1663,7 +1663,7 @@ function oa(e) {
|
|
|
1663
1663
|
return t * parseInt(i, 10);
|
|
1664
1664
|
}
|
|
1665
1665
|
function aa(e) {
|
|
1666
|
-
return Object.prototype.toString.call(e) === "[object Number]" && e % 1 === 0 && !
|
|
1666
|
+
return Object.prototype.toString.call(e) === "[object Number]" && e % 1 === 0 && !le.isNegativeZero(e);
|
|
1667
1667
|
}
|
|
1668
1668
|
var ki = new pe("tag:yaml.org,2002:int", {
|
|
1669
1669
|
kind: "scalar",
|
|
@@ -1735,12 +1735,12 @@ function ua(e, i) {
|
|
|
1735
1735
|
case "camelcase":
|
|
1736
1736
|
return "-.Inf";
|
|
1737
1737
|
}
|
|
1738
|
-
else if (
|
|
1738
|
+
else if (le.isNegativeZero(e))
|
|
1739
1739
|
return "-0.0";
|
|
1740
1740
|
return t = e.toString(10), ca.test(t) ? t.replace("e", ".e") : t;
|
|
1741
1741
|
}
|
|
1742
1742
|
function da(e) {
|
|
1743
|
-
return Object.prototype.toString.call(e) === "[object Number]" && (e % 1 !== 0 ||
|
|
1743
|
+
return Object.prototype.toString.call(e) === "[object Number]" && (e % 1 !== 0 || le.isNegativeZero(e));
|
|
1744
1744
|
}
|
|
1745
1745
|
var Ci = new pe("tag:yaml.org,2002:float", {
|
|
1746
1746
|
kind: "scalar",
|
|
@@ -1787,15 +1787,15 @@ var Ti = new pe("tag:yaml.org,2002:timestamp", {
|
|
|
1787
1787
|
instanceOf: Date,
|
|
1788
1788
|
represent: ma
|
|
1789
1789
|
});
|
|
1790
|
-
function
|
|
1790
|
+
function ya(e) {
|
|
1791
1791
|
return e === "<<" || e === null;
|
|
1792
1792
|
}
|
|
1793
1793
|
var $i = new pe("tag:yaml.org,2002:merge", {
|
|
1794
1794
|
kind: "scalar",
|
|
1795
|
-
resolve:
|
|
1795
|
+
resolve: ya
|
|
1796
1796
|
}), kt = `ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=
|
|
1797
1797
|
\r`;
|
|
1798
|
-
function
|
|
1798
|
+
function ga(e) {
|
|
1799
1799
|
if (e === null)
|
|
1800
1800
|
return !1;
|
|
1801
1801
|
var i, t, r = 0, o = e.length, a = kt;
|
|
@@ -1822,9 +1822,9 @@ function ha(e) {
|
|
|
1822
1822
|
function ba(e) {
|
|
1823
1823
|
return Object.prototype.toString.call(e) === "[object Uint8Array]";
|
|
1824
1824
|
}
|
|
1825
|
-
var
|
|
1825
|
+
var ji = new pe("tag:yaml.org,2002:binary", {
|
|
1826
1826
|
kind: "scalar",
|
|
1827
|
-
resolve:
|
|
1827
|
+
resolve: ga,
|
|
1828
1828
|
construct: va,
|
|
1829
1829
|
predicate: ba,
|
|
1830
1830
|
represent: ha
|
|
@@ -1878,7 +1878,7 @@ function Aa(e) {
|
|
|
1878
1878
|
r = l[i], o = Object.keys(r), a[i] = [o[0], r[o[0]]];
|
|
1879
1879
|
return a;
|
|
1880
1880
|
}
|
|
1881
|
-
var
|
|
1881
|
+
var Mi = new pe("tag:yaml.org,2002:pairs", {
|
|
1882
1882
|
kind: "sequence",
|
|
1883
1883
|
resolve: Ia,
|
|
1884
1884
|
construct: Aa
|
|
@@ -1905,13 +1905,13 @@ var Vi = new pe("tag:yaml.org,2002:set", {
|
|
|
1905
1905
|
$i
|
|
1906
1906
|
],
|
|
1907
1907
|
explicit: [
|
|
1908
|
-
Mi,
|
|
1909
|
-
Ei,
|
|
1910
1908
|
ji,
|
|
1909
|
+
Ei,
|
|
1910
|
+
Mi,
|
|
1911
1911
|
Vi
|
|
1912
1912
|
]
|
|
1913
|
-
}), Ie = Object.prototype.hasOwnProperty, Ye = 1, Oi = 2, Fi = 3, Ze = 4, st = 1,
|
|
1914
|
-
function
|
|
1913
|
+
}), Ie = Object.prototype.hasOwnProperty, Ye = 1, Oi = 2, Fi = 3, Ze = 4, st = 1, ja = 2, Pt = 3, Ea = /[\x00-\x08\x0B\x0C\x0E-\x1F\x7F-\x84\x86-\x9F\uFFFE\uFFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]/, Ma = /[\x85\u2028\u2029]/, Va = /[,\[\]\{\}]/, Ni = /^(?:!|!!|![a-z\-]+!)$/i, Ki = /^(?:!|[^,\[\]\{\}])(?:%[0-9a-f]{2}|[0-9a-z\-#;\/\?:@&=\+\$,_\.!~\*'\(\)\[\]])*$/i;
|
|
1914
|
+
function Lt(e) {
|
|
1915
1915
|
return Object.prototype.toString.call(e);
|
|
1916
1916
|
}
|
|
1917
1917
|
function _e(e) {
|
|
@@ -1920,7 +1920,7 @@ function _e(e) {
|
|
|
1920
1920
|
function Te(e) {
|
|
1921
1921
|
return e === 9 || e === 32;
|
|
1922
1922
|
}
|
|
1923
|
-
function
|
|
1923
|
+
function ge(e) {
|
|
1924
1924
|
return e === 9 || e === 32 || e === 10 || e === 13;
|
|
1925
1925
|
}
|
|
1926
1926
|
function Oe(e) {
|
|
@@ -1946,10 +1946,10 @@ function Ka(e) {
|
|
|
1946
1946
|
(e - 65536 & 1023) + 56320
|
|
1947
1947
|
);
|
|
1948
1948
|
}
|
|
1949
|
-
var
|
|
1950
|
-
for (var
|
|
1951
|
-
|
|
1952
|
-
function
|
|
1949
|
+
var Pi = new Array(256), Li = new Array(256);
|
|
1950
|
+
for (var Me = 0; Me < 256; Me++)
|
|
1951
|
+
Pi[Me] = Bt(Me) ? 1 : 0, Li[Me] = Bt(Me);
|
|
1952
|
+
function Pa(e, i) {
|
|
1953
1953
|
this.input = e, this.filename = i.filename || null, this.schema = i.schema || Ct, this.onWarning = i.onWarning || null, this.legacy = i.legacy || !1, this.json = i.json || !1, this.listener = i.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 = [];
|
|
1954
1954
|
}
|
|
1955
1955
|
function Bi(e, i) {
|
|
@@ -1961,26 +1961,26 @@ function Bi(e, i) {
|
|
|
1961
1961
|
line: e.line,
|
|
1962
1962
|
column: e.position - e.lineStart
|
|
1963
1963
|
};
|
|
1964
|
-
return t.snippet =
|
|
1964
|
+
return t.snippet = qo(t), new ye(i, t);
|
|
1965
1965
|
}
|
|
1966
|
-
function
|
|
1966
|
+
function E(e, i) {
|
|
1967
1967
|
throw Bi(e, i);
|
|
1968
1968
|
}
|
|
1969
|
-
function
|
|
1969
|
+
function Xe(e, i) {
|
|
1970
1970
|
e.onWarning && e.onWarning.call(null, Bi(e, i));
|
|
1971
1971
|
}
|
|
1972
|
-
var
|
|
1972
|
+
var Ut = {
|
|
1973
1973
|
YAML: function(e, i, t) {
|
|
1974
1974
|
var r, o, a;
|
|
1975
|
-
e.version !== null &&
|
|
1975
|
+
e.version !== null && E(e, "duplication of %YAML directive"), t.length !== 1 && E(e, "YAML directive accepts exactly one argument"), r = /^([0-9]+)\.([0-9]+)$/.exec(t[0]), r === null && E(e, "ill-formed argument of the YAML directive"), o = parseInt(r[1], 10), a = parseInt(r[2], 10), o !== 1 && E(e, "unacceptable YAML version of the document"), e.version = t[0], e.checkLineBreaks = a < 2, a !== 1 && a !== 2 && Xe(e, "unsupported YAML version of the document");
|
|
1976
1976
|
},
|
|
1977
1977
|
TAG: function(e, i, t) {
|
|
1978
1978
|
var r, o;
|
|
1979
|
-
t.length !== 2 &&
|
|
1979
|
+
t.length !== 2 && E(e, "TAG directive accepts exactly two arguments"), r = t[0], o = t[1], Ni.test(r) || E(e, "ill-formed tag handle (first argument) of the TAG directive"), Ie.call(e.tagMap, r) && E(e, 'there is a previously declared suffix for "' + r + '" tag handle'), Ki.test(o) || E(e, "ill-formed tag prefix (second argument) of the TAG directive");
|
|
1980
1980
|
try {
|
|
1981
1981
|
o = decodeURIComponent(o);
|
|
1982
1982
|
} catch {
|
|
1983
|
-
|
|
1983
|
+
E(e, "tag prefix is malformed: " + o);
|
|
1984
1984
|
}
|
|
1985
1985
|
e.tagMap[r] = o;
|
|
1986
1986
|
}
|
|
@@ -1990,30 +1990,30 @@ function Se(e, i, t, r) {
|
|
|
1990
1990
|
if (i < t) {
|
|
1991
1991
|
if (n = e.input.slice(i, t), r)
|
|
1992
1992
|
for (o = 0, a = n.length; o < a; o += 1)
|
|
1993
|
-
l = n.charCodeAt(o), l === 9 || 32 <= l && l <= 1114111 ||
|
|
1993
|
+
l = n.charCodeAt(o), l === 9 || 32 <= l && l <= 1114111 || E(e, "expected valid JSON character");
|
|
1994
1994
|
else
|
|
1995
|
-
Ea.test(n) &&
|
|
1995
|
+
Ea.test(n) && E(e, "the stream contains non-printable characters");
|
|
1996
1996
|
e.result += n;
|
|
1997
1997
|
}
|
|
1998
1998
|
}
|
|
1999
|
-
function
|
|
1999
|
+
function qt(e, i, t, r) {
|
|
2000
2000
|
var o, a, l, n;
|
|
2001
|
-
for (
|
|
2001
|
+
for (le.isObject(t) || E(e, "cannot merge mappings; the provided source object is unacceptable"), o = Object.keys(t), l = 0, n = o.length; l < n; l += 1)
|
|
2002
2002
|
a = o[l], Ie.call(i, a) || (i[a] = t[a], r[a] = !0);
|
|
2003
2003
|
}
|
|
2004
2004
|
function Fe(e, i, t, r, o, a, l, n, c) {
|
|
2005
2005
|
var d, f;
|
|
2006
2006
|
if (Array.isArray(o))
|
|
2007
2007
|
for (o = Array.prototype.slice.call(o), d = 0, f = o.length; d < f; d += 1)
|
|
2008
|
-
Array.isArray(o[d]) &&
|
|
2009
|
-
if (typeof o == "object" &&
|
|
2008
|
+
Array.isArray(o[d]) && E(e, "nested arrays are not supported inside keys"), typeof o == "object" && Lt(o[d]) === "[object Object]" && (o[d] = "[object Object]");
|
|
2009
|
+
if (typeof o == "object" && Lt(o) === "[object Object]" && (o = "[object Object]"), o = String(o), i === null && (i = {}), r === "tag:yaml.org,2002:merge")
|
|
2010
2010
|
if (Array.isArray(a))
|
|
2011
2011
|
for (d = 0, f = a.length; d < f; d += 1)
|
|
2012
|
-
|
|
2012
|
+
qt(e, i, a[d], t);
|
|
2013
2013
|
else
|
|
2014
|
-
|
|
2014
|
+
qt(e, i, a, t);
|
|
2015
2015
|
else
|
|
2016
|
-
!e.json && !Ie.call(t, o) && Ie.call(i, o) && (e.line = l || e.line, e.lineStart = n || e.lineStart, e.position = c || e.position,
|
|
2016
|
+
!e.json && !Ie.call(t, o) && Ie.call(i, o) && (e.line = l || e.line, e.lineStart = n || e.lineStart, e.position = c || e.position, E(e, "duplicated mapping key")), o === "__proto__" ? Object.defineProperty(i, o, {
|
|
2017
2017
|
configurable: !0,
|
|
2018
2018
|
enumerable: !0,
|
|
2019
2019
|
writable: !0,
|
|
@@ -2023,9 +2023,9 @@ function Fe(e, i, t, r, o, a, l, n, c) {
|
|
|
2023
2023
|
}
|
|
2024
2024
|
function St(e) {
|
|
2025
2025
|
var i;
|
|
2026
|
-
i = e.input.charCodeAt(e.position), i === 10 ? e.position++ : i === 13 ? (e.position++, e.input.charCodeAt(e.position) === 10 && e.position++) :
|
|
2026
|
+
i = e.input.charCodeAt(e.position), i === 10 ? e.position++ : i === 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;
|
|
2027
2027
|
}
|
|
2028
|
-
function
|
|
2028
|
+
function ne(e, i, t) {
|
|
2029
2029
|
for (var r = 0, o = e.input.charCodeAt(e.position); o !== 0; ) {
|
|
2030
2030
|
for (; Te(o); )
|
|
2031
2031
|
o === 9 && e.firstTabInLine === -1 && (e.firstTabInLine = e.position), o = e.input.charCodeAt(++e.position);
|
|
@@ -2039,32 +2039,32 @@ function le(e, i, t) {
|
|
|
2039
2039
|
else
|
|
2040
2040
|
break;
|
|
2041
2041
|
}
|
|
2042
|
-
return t !== -1 && r !== 0 && e.lineIndent < t &&
|
|
2042
|
+
return t !== -1 && r !== 0 && e.lineIndent < t && Xe(e, "deficient indentation"), r;
|
|
2043
2043
|
}
|
|
2044
2044
|
function it(e) {
|
|
2045
2045
|
var i = e.position, t;
|
|
2046
|
-
return t = e.input.charCodeAt(i), !!((t === 45 || t === 46) && t === e.input.charCodeAt(i + 1) && t === e.input.charCodeAt(i + 2) && (i += 3, t = e.input.charCodeAt(i), t === 0 ||
|
|
2046
|
+
return t = e.input.charCodeAt(i), !!((t === 45 || t === 46) && t === e.input.charCodeAt(i + 1) && t === e.input.charCodeAt(i + 2) && (i += 3, t = e.input.charCodeAt(i), t === 0 || ge(t)));
|
|
2047
2047
|
}
|
|
2048
2048
|
function It(e, i) {
|
|
2049
|
-
i === 1 ? e.result += " " : i > 1 && (e.result +=
|
|
2049
|
+
i === 1 ? e.result += " " : i > 1 && (e.result += le.repeat(`
|
|
2050
2050
|
`, i - 1));
|
|
2051
2051
|
}
|
|
2052
|
-
function
|
|
2052
|
+
function La(e, i, t) {
|
|
2053
2053
|
var r, o, a, l, n, c, d, f, p = e.kind, _ = e.result, h;
|
|
2054
|
-
if (h = e.input.charCodeAt(e.position),
|
|
2054
|
+
if (h = e.input.charCodeAt(e.position), ge(h) || Oe(h) || h === 35 || h === 38 || h === 42 || h === 33 || h === 124 || h === 62 || h === 39 || h === 34 || h === 37 || h === 64 || h === 96 || (h === 63 || h === 45) && (o = e.input.charCodeAt(e.position + 1), ge(o) || t && Oe(o)))
|
|
2055
2055
|
return !1;
|
|
2056
2056
|
for (e.kind = "scalar", e.result = "", a = l = e.position, n = !1; h !== 0; ) {
|
|
2057
2057
|
if (h === 58) {
|
|
2058
|
-
if (o = e.input.charCodeAt(e.position + 1),
|
|
2058
|
+
if (o = e.input.charCodeAt(e.position + 1), ge(o) || t && Oe(o))
|
|
2059
2059
|
break;
|
|
2060
2060
|
} else if (h === 35) {
|
|
2061
|
-
if (r = e.input.charCodeAt(e.position - 1),
|
|
2061
|
+
if (r = e.input.charCodeAt(e.position - 1), ge(r))
|
|
2062
2062
|
break;
|
|
2063
2063
|
} else {
|
|
2064
2064
|
if (e.position === e.lineStart && it(e) || t && Oe(h))
|
|
2065
2065
|
break;
|
|
2066
2066
|
if (_e(h))
|
|
2067
|
-
if (c = e.line, d = e.lineStart, f = e.lineIndent,
|
|
2067
|
+
if (c = e.line, d = e.lineStart, f = e.lineIndent, ne(e, !1, -1), e.lineIndent >= i) {
|
|
2068
2068
|
n = !0, h = e.input.charCodeAt(e.position);
|
|
2069
2069
|
continue;
|
|
2070
2070
|
} else {
|
|
@@ -2087,10 +2087,10 @@ function Ba(e, i) {
|
|
|
2087
2087
|
else
|
|
2088
2088
|
return !0;
|
|
2089
2089
|
else
|
|
2090
|
-
_e(t) ? (Se(e, r, o, !0), It(e,
|
|
2091
|
-
|
|
2090
|
+
_e(t) ? (Se(e, r, o, !0), It(e, ne(e, !1, i)), r = o = e.position) : e.position === e.lineStart && it(e) ? E(e, "unexpected end of the document within a single quoted scalar") : (e.position++, o = e.position);
|
|
2091
|
+
E(e, "unexpected end of the stream within a single quoted scalar");
|
|
2092
2092
|
}
|
|
2093
|
-
function
|
|
2093
|
+
function Ua(e, i) {
|
|
2094
2094
|
var t, r, o, a, l, n;
|
|
2095
2095
|
if (n = e.input.charCodeAt(e.position), n !== 34)
|
|
2096
2096
|
return !1;
|
|
@@ -2099,23 +2099,23 @@ function Pa(e, i) {
|
|
|
2099
2099
|
return Se(e, t, e.position, !0), e.position++, !0;
|
|
2100
2100
|
if (n === 92) {
|
|
2101
2101
|
if (Se(e, t, e.position, !0), n = e.input.charCodeAt(++e.position), _e(n))
|
|
2102
|
-
|
|
2103
|
-
else if (n < 256 &&
|
|
2104
|
-
e.result +=
|
|
2102
|
+
ne(e, !1, i);
|
|
2103
|
+
else if (n < 256 && Pi[n])
|
|
2104
|
+
e.result += Li[n], e.position++;
|
|
2105
2105
|
else if ((l = Fa(n)) > 0) {
|
|
2106
2106
|
for (o = l, a = 0; o > 0; o--)
|
|
2107
|
-
n = e.input.charCodeAt(++e.position), (l = Oa(n)) >= 0 ? a = (a << 4) + l :
|
|
2107
|
+
n = e.input.charCodeAt(++e.position), (l = Oa(n)) >= 0 ? a = (a << 4) + l : E(e, "expected hexadecimal character");
|
|
2108
2108
|
e.result += Ka(a), e.position++;
|
|
2109
2109
|
} else
|
|
2110
|
-
|
|
2110
|
+
E(e, "unknown escape sequence");
|
|
2111
2111
|
t = r = e.position;
|
|
2112
2112
|
} else
|
|
2113
|
-
_e(n) ? (Se(e, t, r, !0), It(e,
|
|
2113
|
+
_e(n) ? (Se(e, t, r, !0), It(e, ne(e, !1, i)), t = r = e.position) : e.position === e.lineStart && it(e) ? E(e, "unexpected end of the document within a double quoted scalar") : (e.position++, r = e.position);
|
|
2114
2114
|
}
|
|
2115
|
-
|
|
2115
|
+
E(e, "unexpected end of the stream within a double quoted scalar");
|
|
2116
2116
|
}
|
|
2117
|
-
function
|
|
2118
|
-
var t = !0, r, o, a, l = e.tag, n, c = e.anchor, d, f, p, _, h, I = /* @__PURE__ */ Object.create(null),
|
|
2117
|
+
function qa(e, i) {
|
|
2118
|
+
var t = !0, r, o, a, l = e.tag, n, c = e.anchor, d, f, p, _, h, I = /* @__PURE__ */ Object.create(null), C, v, x, s;
|
|
2119
2119
|
if (s = e.input.charCodeAt(e.position), s === 91)
|
|
2120
2120
|
f = 93, h = !1, n = [];
|
|
2121
2121
|
else if (s === 123)
|
|
@@ -2123,11 +2123,11 @@ function Ua(e, i) {
|
|
|
2123
2123
|
else
|
|
2124
2124
|
return !1;
|
|
2125
2125
|
for (e.anchor !== null && (e.anchorMap[e.anchor] = n), s = e.input.charCodeAt(++e.position); s !== 0; ) {
|
|
2126
|
-
if (
|
|
2126
|
+
if (ne(e, !0, i), s = e.input.charCodeAt(e.position), s === f)
|
|
2127
2127
|
return e.position++, e.tag = l, e.anchor = c, e.kind = h ? "mapping" : "sequence", e.result = n, !0;
|
|
2128
|
-
t ? s === 44 &&
|
|
2128
|
+
t ? s === 44 && E(e, "expected the node content, but found ','") : E(e, "missed comma between flow collection entries"), v = C = x = null, p = _ = !1, s === 63 && (d = e.input.charCodeAt(e.position + 1), ge(d) && (p = _ = !0, e.position++, ne(e, !0, i))), r = e.line, o = e.lineStart, a = e.position, Pe(e, i, Ye, !1, !0), v = e.tag, C = e.result, ne(e, !0, i), s = e.input.charCodeAt(e.position), (_ || e.line === r) && s === 58 && (p = !0, s = e.input.charCodeAt(++e.position), ne(e, !0, i), Pe(e, i, Ye, !1, !0), x = e.result), h ? Fe(e, n, I, v, C, x, r, o, a) : p ? n.push(Fe(e, null, I, v, C, x, r, o, a)) : n.push(C), ne(e, !0, i), s = e.input.charCodeAt(e.position), s === 44 ? (t = !0, s = e.input.charCodeAt(++e.position)) : t = !1;
|
|
2129
2129
|
}
|
|
2130
|
-
|
|
2130
|
+
E(e, "unexpected end of the stream within a flow collection");
|
|
2131
2131
|
}
|
|
2132
2132
|
function Ra(e, i) {
|
|
2133
2133
|
var t, r, o = st, a = !1, l = !1, n = i, c = 0, d = !1, f, p;
|
|
@@ -2139,9 +2139,9 @@ function Ra(e, i) {
|
|
|
2139
2139
|
return !1;
|
|
2140
2140
|
for (e.kind = "scalar", e.result = ""; p !== 0; )
|
|
2141
2141
|
if (p = e.input.charCodeAt(++e.position), p === 43 || p === 45)
|
|
2142
|
-
st === o ? o = p === 43 ?
|
|
2142
|
+
st === o ? o = p === 43 ? Pt : ja : E(e, "repeat of a chomping mode identifier");
|
|
2143
2143
|
else if ((f = Na(p)) >= 0)
|
|
2144
|
-
f === 0 ?
|
|
2144
|
+
f === 0 ? E(e, "bad explicit indentation width of a block scalar; it cannot be less than one") : l ? E(e, "repeat of an indentation width identifier") : (n = i + f - 1, l = !0);
|
|
2145
2145
|
else
|
|
2146
2146
|
break;
|
|
2147
2147
|
if (Te(p)) {
|
|
@@ -2161,15 +2161,15 @@ function Ra(e, i) {
|
|
|
2161
2161
|
continue;
|
|
2162
2162
|
}
|
|
2163
2163
|
if (e.lineIndent < n) {
|
|
2164
|
-
o ===
|
|
2164
|
+
o === Pt ? e.result += le.repeat(`
|
|
2165
2165
|
`, a ? 1 + c : c) : o === st && a && (e.result += `
|
|
2166
2166
|
`);
|
|
2167
2167
|
break;
|
|
2168
2168
|
}
|
|
2169
|
-
for (r ? Te(p) ? (d = !0, e.result +=
|
|
2170
|
-
`, a ? 1 + c : c)) : d ? (d = !1, e.result +=
|
|
2171
|
-
`, c + 1)) : c === 0 ? a && (e.result += " ") : e.result +=
|
|
2172
|
-
`, c) : e.result +=
|
|
2169
|
+
for (r ? Te(p) ? (d = !0, e.result += le.repeat(`
|
|
2170
|
+
`, a ? 1 + c : c)) : d ? (d = !1, e.result += le.repeat(`
|
|
2171
|
+
`, c + 1)) : c === 0 ? a && (e.result += " ") : e.result += le.repeat(`
|
|
2172
|
+
`, c) : e.result += le.repeat(`
|
|
2173
2173
|
`, a ? 1 + c : c), a = !0, l = !0, c = 0, t = e.position; !_e(p) && p !== 0; )
|
|
2174
2174
|
p = e.input.charCodeAt(++e.position);
|
|
2175
2175
|
Se(e, t, e.position, !1);
|
|
@@ -2180,96 +2180,96 @@ function Rt(e, i) {
|
|
|
2180
2180
|
var t, r = e.tag, o = e.anchor, a = [], l, n = !1, c;
|
|
2181
2181
|
if (e.firstTabInLine !== -1)
|
|
2182
2182
|
return !1;
|
|
2183
|
-
for (e.anchor !== null && (e.anchorMap[e.anchor] = a), c = e.input.charCodeAt(e.position); c !== 0 && (e.firstTabInLine !== -1 && (e.position = e.firstTabInLine,
|
|
2184
|
-
if (n = !0, e.position++,
|
|
2183
|
+
for (e.anchor !== null && (e.anchorMap[e.anchor] = a), c = e.input.charCodeAt(e.position); c !== 0 && (e.firstTabInLine !== -1 && (e.position = e.firstTabInLine, E(e, "tab characters must not be used in indentation")), !(c !== 45 || (l = e.input.charCodeAt(e.position + 1), !ge(l)))); ) {
|
|
2184
|
+
if (n = !0, e.position++, ne(e, !0, -1) && e.lineIndent <= i) {
|
|
2185
2185
|
a.push(null), c = e.input.charCodeAt(e.position);
|
|
2186
2186
|
continue;
|
|
2187
2187
|
}
|
|
2188
|
-
if (t = e.line,
|
|
2189
|
-
|
|
2188
|
+
if (t = e.line, Pe(e, i, Fi, !1, !0), a.push(e.result), ne(e, !0, -1), c = e.input.charCodeAt(e.position), (e.line === t || e.lineIndent > i) && c !== 0)
|
|
2189
|
+
E(e, "bad indentation of a sequence entry");
|
|
2190
2190
|
else if (e.lineIndent < i)
|
|
2191
2191
|
break;
|
|
2192
2192
|
}
|
|
2193
2193
|
return n ? (e.tag = r, e.anchor = o, e.kind = "sequence", e.result = a, !0) : !1;
|
|
2194
2194
|
}
|
|
2195
2195
|
function Da(e, i, t) {
|
|
2196
|
-
var r, o, a, l, n, c, d = e.tag, f = e.anchor, p = {}, _ = /* @__PURE__ */ Object.create(null), h = null, I = null,
|
|
2196
|
+
var r, o, a, l, n, c, d = e.tag, f = e.anchor, p = {}, _ = /* @__PURE__ */ Object.create(null), h = null, I = null, C = null, v = !1, x = !1, s;
|
|
2197
2197
|
if (e.firstTabInLine !== -1)
|
|
2198
2198
|
return !1;
|
|
2199
2199
|
for (e.anchor !== null && (e.anchorMap[e.anchor] = p), s = e.input.charCodeAt(e.position); s !== 0; ) {
|
|
2200
|
-
if (!v && e.firstTabInLine !== -1 && (e.position = e.firstTabInLine,
|
|
2201
|
-
s === 63 ? (v && (Fe(e, p, _, h, I, null, l, n, c), h = I =
|
|
2200
|
+
if (!v && e.firstTabInLine !== -1 && (e.position = e.firstTabInLine, E(e, "tab characters must not be used in indentation")), r = e.input.charCodeAt(e.position + 1), a = e.line, (s === 63 || s === 58) && ge(r))
|
|
2201
|
+
s === 63 ? (v && (Fe(e, p, _, h, I, null, l, n, c), h = I = C = null), x = !0, v = !0, o = !0) : v ? (v = !1, o = !0) : E(e, "incomplete explicit mapping pair; a key node is missed; or followed by a non-tabulated empty line"), e.position += 1, s = r;
|
|
2202
2202
|
else {
|
|
2203
|
-
if (l = e.line, n = e.lineStart, c = e.position, !
|
|
2203
|
+
if (l = e.line, n = e.lineStart, c = e.position, !Pe(e, t, Oi, !1, !0))
|
|
2204
2204
|
break;
|
|
2205
2205
|
if (e.line === a) {
|
|
2206
2206
|
for (s = e.input.charCodeAt(e.position); Te(s); )
|
|
2207
2207
|
s = e.input.charCodeAt(++e.position);
|
|
2208
2208
|
if (s === 58)
|
|
2209
|
-
s = e.input.charCodeAt(++e.position),
|
|
2210
|
-
else if (
|
|
2211
|
-
|
|
2209
|
+
s = e.input.charCodeAt(++e.position), ge(s) || E(e, "a whitespace character is expected after the key-value separator within a block mapping"), v && (Fe(e, p, _, h, I, null, l, n, c), h = I = C = null), x = !0, v = !1, o = !1, h = e.tag, I = e.result;
|
|
2210
|
+
else if (x)
|
|
2211
|
+
E(e, "can not read an implicit mapping pair; a colon is missed");
|
|
2212
2212
|
else
|
|
2213
2213
|
return e.tag = d, e.anchor = f, !0;
|
|
2214
|
-
} else if (
|
|
2215
|
-
|
|
2214
|
+
} else if (x)
|
|
2215
|
+
E(e, "can not read a block mapping entry; a multiline key may not be an implicit key");
|
|
2216
2216
|
else
|
|
2217
2217
|
return e.tag = d, e.anchor = f, !0;
|
|
2218
2218
|
}
|
|
2219
|
-
if ((e.line === a || e.lineIndent > i) && (v && (l = e.line, n = e.lineStart, c = e.position),
|
|
2220
|
-
|
|
2219
|
+
if ((e.line === a || e.lineIndent > i) && (v && (l = e.line, n = e.lineStart, c = e.position), Pe(e, i, Ze, !0, o) && (v ? I = e.result : C = e.result), v || (Fe(e, p, _, h, I, C, l, n, c), h = I = C = null), ne(e, !0, -1), s = e.input.charCodeAt(e.position)), (e.line === a || e.lineIndent > i) && s !== 0)
|
|
2220
|
+
E(e, "bad indentation of a mapping entry");
|
|
2221
2221
|
else if (e.lineIndent < i)
|
|
2222
2222
|
break;
|
|
2223
2223
|
}
|
|
2224
|
-
return v && Fe(e, p, _, h, I, null, l, n, c),
|
|
2224
|
+
return v && Fe(e, p, _, h, I, null, l, n, c), x && (e.tag = d, e.anchor = f, e.kind = "mapping", e.result = p), x;
|
|
2225
2225
|
}
|
|
2226
|
-
function
|
|
2226
|
+
function za(e) {
|
|
2227
2227
|
var i, t = !1, r = !1, o, a, l;
|
|
2228
2228
|
if (l = e.input.charCodeAt(e.position), l !== 33)
|
|
2229
2229
|
return !1;
|
|
2230
|
-
if (e.tag !== null &&
|
|
2230
|
+
if (e.tag !== null && E(e, "duplication of a tag property"), l = e.input.charCodeAt(++e.position), l === 60 ? (t = !0, l = e.input.charCodeAt(++e.position)) : l === 33 ? (r = !0, o = "!!", l = e.input.charCodeAt(++e.position)) : o = "!", i = e.position, t) {
|
|
2231
2231
|
do
|
|
2232
2232
|
l = e.input.charCodeAt(++e.position);
|
|
2233
2233
|
while (l !== 0 && l !== 62);
|
|
2234
|
-
e.position < e.length ? (a = e.input.slice(i, e.position), l = e.input.charCodeAt(++e.position)) :
|
|
2234
|
+
e.position < e.length ? (a = e.input.slice(i, e.position), l = e.input.charCodeAt(++e.position)) : E(e, "unexpected end of the stream within a verbatim tag");
|
|
2235
2235
|
} else {
|
|
2236
|
-
for (; l !== 0 && !
|
|
2237
|
-
l === 33 && (r ?
|
|
2238
|
-
a = e.input.slice(i, e.position), Va.test(a) &&
|
|
2236
|
+
for (; l !== 0 && !ge(l); )
|
|
2237
|
+
l === 33 && (r ? E(e, "tag suffix cannot contain exclamation marks") : (o = e.input.slice(i - 1, e.position + 1), Ni.test(o) || E(e, "named tag handle cannot contain such characters"), r = !0, i = e.position + 1)), l = e.input.charCodeAt(++e.position);
|
|
2238
|
+
a = e.input.slice(i, e.position), Va.test(a) && E(e, "tag suffix cannot contain flow indicator characters");
|
|
2239
2239
|
}
|
|
2240
|
-
a && !Ki.test(a) &&
|
|
2240
|
+
a && !Ki.test(a) && E(e, "tag name cannot contain such characters: " + a);
|
|
2241
2241
|
try {
|
|
2242
2242
|
a = decodeURIComponent(a);
|
|
2243
2243
|
} catch {
|
|
2244
|
-
|
|
2244
|
+
E(e, "tag name is malformed: " + a);
|
|
2245
2245
|
}
|
|
2246
|
-
return t ? e.tag = a : Ie.call(e.tagMap, o) ? e.tag = e.tagMap[o] + a : o === "!" ? e.tag = "!" + a : o === "!!" ? e.tag = "tag:yaml.org,2002:" + a :
|
|
2246
|
+
return t ? e.tag = a : Ie.call(e.tagMap, o) ? e.tag = e.tagMap[o] + a : o === "!" ? e.tag = "!" + a : o === "!!" ? e.tag = "tag:yaml.org,2002:" + a : E(e, 'undeclared tag handle "' + o + '"'), !0;
|
|
2247
2247
|
}
|
|
2248
|
-
function
|
|
2248
|
+
function Ha(e) {
|
|
2249
2249
|
var i, t;
|
|
2250
2250
|
if (t = e.input.charCodeAt(e.position), t !== 38)
|
|
2251
2251
|
return !1;
|
|
2252
|
-
for (e.anchor !== null &&
|
|
2252
|
+
for (e.anchor !== null && E(e, "duplication of an anchor property"), t = e.input.charCodeAt(++e.position), i = e.position; t !== 0 && !ge(t) && !Oe(t); )
|
|
2253
2253
|
t = e.input.charCodeAt(++e.position);
|
|
2254
|
-
return e.position === i &&
|
|
2254
|
+
return e.position === i && E(e, "name of an anchor node must contain at least one character"), e.anchor = e.input.slice(i, e.position), !0;
|
|
2255
2255
|
}
|
|
2256
2256
|
function Ga(e) {
|
|
2257
2257
|
var i, t, r;
|
|
2258
2258
|
if (r = e.input.charCodeAt(e.position), r !== 42)
|
|
2259
2259
|
return !1;
|
|
2260
|
-
for (r = e.input.charCodeAt(++e.position), i = e.position; r !== 0 && !
|
|
2260
|
+
for (r = e.input.charCodeAt(++e.position), i = e.position; r !== 0 && !ge(r) && !Oe(r); )
|
|
2261
2261
|
r = e.input.charCodeAt(++e.position);
|
|
2262
|
-
return e.position === i &&
|
|
2263
|
-
}
|
|
2264
|
-
function
|
|
2265
|
-
var a, l, n, c = 1, d = !1, f = !1, p, _, h, I,
|
|
2266
|
-
if (e.listener !== null && e.listener("open", e), e.tag = null, e.anchor = null, e.kind = null, e.result = null, a = l = n = Ze === t || Fi === t, r &&
|
|
2267
|
-
for (;
|
|
2268
|
-
|
|
2269
|
-
if (n && (n = d || o), (c === 1 || Ze === t) && (Ye === t || Oi === t ?
|
|
2262
|
+
return e.position === i && E(e, "name of an alias node must contain at least one character"), t = e.input.slice(i, e.position), Ie.call(e.anchorMap, t) || E(e, 'unidentified alias "' + t + '"'), e.result = e.anchorMap[t], ne(e, !0, -1), !0;
|
|
2263
|
+
}
|
|
2264
|
+
function Pe(e, i, t, r, o) {
|
|
2265
|
+
var a, l, n, c = 1, d = !1, f = !1, p, _, h, I, C, v;
|
|
2266
|
+
if (e.listener !== null && e.listener("open", e), e.tag = null, e.anchor = null, e.kind = null, e.result = null, a = l = n = Ze === t || Fi === t, r && ne(e, !0, -1) && (d = !0, e.lineIndent > i ? c = 1 : e.lineIndent === i ? c = 0 : e.lineIndent < i && (c = -1)), c === 1)
|
|
2267
|
+
for (; za(e) || Ha(e); )
|
|
2268
|
+
ne(e, !0, -1) ? (d = !0, n = a, e.lineIndent > i ? c = 1 : e.lineIndent === i ? c = 0 : e.lineIndent < i && (c = -1)) : n = !1;
|
|
2269
|
+
if (n && (n = d || o), (c === 1 || Ze === t) && (Ye === t || Oi === t ? C = i : C = i + 1, v = e.position - e.lineStart, c === 1 ? n && (Rt(e, v) || Da(e, v, C)) || qa(e, C) ? f = !0 : (l && Ra(e, C) || Ba(e, C) || Ua(e, C) ? f = !0 : Ga(e) ? (f = !0, (e.tag !== null || e.anchor !== null) && E(e, "alias node should not have any properties")) : La(e, C, Ye === t) && (f = !0, e.tag === null && (e.tag = "?")), e.anchor !== null && (e.anchorMap[e.anchor] = e.result)) : c === 0 && (f = n && Rt(e, v))), e.tag === null)
|
|
2270
2270
|
e.anchor !== null && (e.anchorMap[e.anchor] = e.result);
|
|
2271
2271
|
else if (e.tag === "?") {
|
|
2272
|
-
for (e.result !== null && e.kind !== "scalar" &&
|
|
2272
|
+
for (e.result !== null && e.kind !== "scalar" && E(e, 'unacceptable node kind for !<?> tag; it should be "scalar", not "' + e.kind + '"'), p = 0, _ = e.implicitTypes.length; p < _; p += 1)
|
|
2273
2273
|
if (I = e.implicitTypes[p], I.resolve(e.result)) {
|
|
2274
2274
|
e.result = I.construct(e.result), e.tag = I.tag, e.anchor !== null && (e.anchorMap[e.anchor] = e.result);
|
|
2275
2275
|
break;
|
|
@@ -2283,16 +2283,16 @@ function Le(e, i, t, r, o) {
|
|
|
2283
2283
|
I = h[p];
|
|
2284
2284
|
break;
|
|
2285
2285
|
}
|
|
2286
|
-
I ||
|
|
2286
|
+
I || E(e, "unknown tag !<" + e.tag + ">"), e.result !== null && I.kind !== e.kind && E(e, "unacceptable node kind for !<" + e.tag + '> tag; it should be "' + I.kind + '", not "' + e.kind + '"'), I.resolve(e.result, e.tag) ? (e.result = I.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");
|
|
2287
2287
|
}
|
|
2288
2288
|
return e.listener !== null && e.listener("close", e), e.tag !== null || e.anchor !== null || f;
|
|
2289
2289
|
}
|
|
2290
2290
|
function Ja(e) {
|
|
2291
2291
|
var i = e.position, t, r, o, a = !1, l;
|
|
2292
|
-
for (e.version = null, e.checkLineBreaks = e.legacy, e.tagMap = /* @__PURE__ */ Object.create(null), e.anchorMap = /* @__PURE__ */ Object.create(null); (l = e.input.charCodeAt(e.position)) !== 0 && (
|
|
2293
|
-
for (a = !0, l = e.input.charCodeAt(++e.position), t = e.position; l !== 0 && !
|
|
2292
|
+
for (e.version = null, e.checkLineBreaks = e.legacy, e.tagMap = /* @__PURE__ */ Object.create(null), e.anchorMap = /* @__PURE__ */ Object.create(null); (l = e.input.charCodeAt(e.position)) !== 0 && (ne(e, !0, -1), l = e.input.charCodeAt(e.position), !(e.lineIndent > 0 || l !== 37)); ) {
|
|
2293
|
+
for (a = !0, l = e.input.charCodeAt(++e.position), t = e.position; l !== 0 && !ge(l); )
|
|
2294
2294
|
l = e.input.charCodeAt(++e.position);
|
|
2295
|
-
for (r = e.input.slice(t, e.position), o = [], r.length < 1 &&
|
|
2295
|
+
for (r = e.input.slice(t, e.position), o = [], r.length < 1 && E(e, "directive name must not be less than one character in length"); l !== 0; ) {
|
|
2296
2296
|
for (; Te(l); )
|
|
2297
2297
|
l = e.input.charCodeAt(++e.position);
|
|
2298
2298
|
if (l === 35) {
|
|
@@ -2303,26 +2303,26 @@ function Ja(e) {
|
|
|
2303
2303
|
}
|
|
2304
2304
|
if (_e(l))
|
|
2305
2305
|
break;
|
|
2306
|
-
for (t = e.position; l !== 0 && !
|
|
2306
|
+
for (t = e.position; l !== 0 && !ge(l); )
|
|
2307
2307
|
l = e.input.charCodeAt(++e.position);
|
|
2308
2308
|
o.push(e.input.slice(t, e.position));
|
|
2309
2309
|
}
|
|
2310
|
-
l !== 0 && St(e), Ie.call(
|
|
2310
|
+
l !== 0 && St(e), Ie.call(Ut, r) ? Ut[r](e, r, o) : Xe(e, 'unknown document directive "' + r + '"');
|
|
2311
2311
|
}
|
|
2312
|
-
if (
|
|
2313
|
-
e.input.charCodeAt(e.position) === 46 && (e.position += 3,
|
|
2312
|
+
if (ne(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, ne(e, !0, -1)) : a && E(e, "directives end mark is expected"), Pe(e, e.lineIndent - 1, Ze, !1, !0), ne(e, !0, -1), e.checkLineBreaks && Ma.test(e.input.slice(i, e.position)) && Xe(e, "non-ASCII line breaks are interpreted as content"), e.documents.push(e.result), e.position === e.lineStart && it(e)) {
|
|
2313
|
+
e.input.charCodeAt(e.position) === 46 && (e.position += 3, ne(e, !0, -1));
|
|
2314
2314
|
return;
|
|
2315
2315
|
}
|
|
2316
2316
|
if (e.position < e.length - 1)
|
|
2317
|
-
|
|
2317
|
+
E(e, "end of the stream or a document separator is expected");
|
|
2318
2318
|
else
|
|
2319
2319
|
return;
|
|
2320
2320
|
}
|
|
2321
|
-
function
|
|
2321
|
+
function Ui(e, i) {
|
|
2322
2322
|
e = String(e), i = i || {}, e.length !== 0 && (e.charCodeAt(e.length - 1) !== 10 && e.charCodeAt(e.length - 1) !== 13 && (e += `
|
|
2323
2323
|
`), e.charCodeAt(0) === 65279 && (e = e.slice(1)));
|
|
2324
|
-
var t = new
|
|
2325
|
-
for (r !== -1 && (t.position = r,
|
|
2324
|
+
var t = new Pa(e, i), r = e.indexOf("\0");
|
|
2325
|
+
for (r !== -1 && (t.position = r, E(t, "null byte is not allowed in input")), t.input += "\0"; t.input.charCodeAt(t.position) === 32; )
|
|
2326
2326
|
t.lineIndent += 1, t.position += 1;
|
|
2327
2327
|
for (; t.position < t.length - 1; )
|
|
2328
2328
|
Ja(t);
|
|
@@ -2330,24 +2330,24 @@ function Pi(e, i) {
|
|
|
2330
2330
|
}
|
|
2331
2331
|
function Wa(e, i, t) {
|
|
2332
2332
|
i !== null && typeof i == "object" && typeof t > "u" && (t = i, i = null);
|
|
2333
|
-
var r =
|
|
2333
|
+
var r = Ui(e, t);
|
|
2334
2334
|
if (typeof i != "function")
|
|
2335
2335
|
return r;
|
|
2336
2336
|
for (var o = 0, a = r.length; o < a; o += 1)
|
|
2337
2337
|
i(r[o]);
|
|
2338
2338
|
}
|
|
2339
2339
|
function Ya(e, i) {
|
|
2340
|
-
var t =
|
|
2340
|
+
var t = Ui(e, i);
|
|
2341
2341
|
if (t.length !== 0) {
|
|
2342
2342
|
if (t.length === 1)
|
|
2343
2343
|
return t[0];
|
|
2344
|
-
throw new
|
|
2344
|
+
throw new ye("expected a single document in the stream, but found more");
|
|
2345
2345
|
}
|
|
2346
2346
|
}
|
|
2347
|
-
var Za = Wa,
|
|
2347
|
+
var Za = Wa, Xa = Ya, qi = {
|
|
2348
2348
|
loadAll: Za,
|
|
2349
|
-
load:
|
|
2350
|
-
}, Ri = Object.prototype.toString, Di = Object.prototype.hasOwnProperty, At = 65279,
|
|
2349
|
+
load: Xa
|
|
2350
|
+
}, Ri = Object.prototype.toString, Di = Object.prototype.hasOwnProperty, At = 65279, Qa = 9, Re = 10, en = 13, tn = 32, rn = 33, on = 34, pt = 35, an = 37, nn = 38, ln = 39, sn = 42, zi = 44, cn = 45, Qe = 58, un = 61, dn = 62, pn = 63, fn = 64, Hi = 91, Gi = 93, mn = 96, Ji = 123, yn = 124, Wi = 125, me = {};
|
|
2351
2351
|
me[0] = "\\0";
|
|
2352
2352
|
me[7] = "\\a";
|
|
2353
2353
|
me[8] = "\\b";
|
|
@@ -2363,7 +2363,7 @@ me[133] = "\\N";
|
|
|
2363
2363
|
me[160] = "\\_";
|
|
2364
2364
|
me[8232] = "\\L";
|
|
2365
2365
|
me[8233] = "\\P";
|
|
2366
|
-
var
|
|
2366
|
+
var gn = [
|
|
2367
2367
|
"y",
|
|
2368
2368
|
"Y",
|
|
2369
2369
|
"yes",
|
|
@@ -2398,15 +2398,15 @@ function bn(e) {
|
|
|
2398
2398
|
else if (e <= 4294967295)
|
|
2399
2399
|
t = "U", r = 8;
|
|
2400
2400
|
else
|
|
2401
|
-
throw new
|
|
2402
|
-
return "\\" + t +
|
|
2401
|
+
throw new ye("code point within a string may not be greater than 0xFFFFFFFF");
|
|
2402
|
+
return "\\" + t + le.repeat("0", r - i.length) + i;
|
|
2403
2403
|
}
|
|
2404
2404
|
var _n = 1, De = 2;
|
|
2405
2405
|
function wn(e) {
|
|
2406
|
-
this.schema = e.schema || Ct, this.indent = Math.max(1, e.indent || 2), this.noArrayIndent = e.noArrayIndent || !1, this.skipInvalid = e.skipInvalid || !1, this.flowLevel =
|
|
2406
|
+
this.schema = e.schema || Ct, this.indent = Math.max(1, e.indent || 2), this.noArrayIndent = e.noArrayIndent || !1, this.skipInvalid = e.skipInvalid || !1, this.flowLevel = le.isNothing(e.flowLevel) ? -1 : e.flowLevel, this.styleMap = hn(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 === '"' ? De : _n, 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;
|
|
2407
2407
|
}
|
|
2408
2408
|
function Dt(e, i) {
|
|
2409
|
-
for (var t =
|
|
2409
|
+
for (var t = le.repeat(" ", i), r = 0, o = -1, a = "", l, n = e.length; r < n; )
|
|
2410
2410
|
o = e.indexOf(`
|
|
2411
2411
|
`, r), o === -1 ? (l = e.slice(r), r = n) : (l = e.slice(r, o + 1), r = o + 1), l.length && l !== `
|
|
2412
2412
|
` && (a += t), a += l;
|
|
@@ -2414,7 +2414,7 @@ function Dt(e, i) {
|
|
|
2414
2414
|
}
|
|
2415
2415
|
function ft(e, i) {
|
|
2416
2416
|
return `
|
|
2417
|
-
` +
|
|
2417
|
+
` + le.repeat(" ", e.indent * i);
|
|
2418
2418
|
}
|
|
2419
2419
|
function kn(e, i) {
|
|
2420
2420
|
var t, r, o;
|
|
@@ -2424,29 +2424,29 @@ function kn(e, i) {
|
|
|
2424
2424
|
return !1;
|
|
2425
2425
|
}
|
|
2426
2426
|
function et(e) {
|
|
2427
|
-
return e === tn || e ===
|
|
2427
|
+
return e === tn || e === Qa;
|
|
2428
2428
|
}
|
|
2429
|
-
function
|
|
2429
|
+
function ze(e) {
|
|
2430
2430
|
return 32 <= e && e <= 126 || 161 <= e && e <= 55295 && e !== 8232 && e !== 8233 || 57344 <= e && e <= 65533 && e !== At || 65536 <= e && e <= 1114111;
|
|
2431
2431
|
}
|
|
2432
|
-
function
|
|
2433
|
-
return
|
|
2432
|
+
function zt(e) {
|
|
2433
|
+
return ze(e) && e !== At && e !== en && e !== Re;
|
|
2434
2434
|
}
|
|
2435
|
-
function
|
|
2436
|
-
var r =
|
|
2435
|
+
function Ht(e, i, t) {
|
|
2436
|
+
var r = zt(e), o = r && !et(e);
|
|
2437
2437
|
return (
|
|
2438
2438
|
// ns-plain-safe
|
|
2439
2439
|
(t ? (
|
|
2440
2440
|
// c = flow-in
|
|
2441
2441
|
r
|
|
2442
|
-
) : r && e !==
|
|
2442
|
+
) : r && e !== zi && e !== Hi && e !== Gi && e !== Ji && e !== Wi) && e !== pt && !(i === Qe && !o) || zt(i) && !et(i) && e === pt || i === Qe && o
|
|
2443
2443
|
);
|
|
2444
2444
|
}
|
|
2445
2445
|
function Cn(e) {
|
|
2446
|
-
return
|
|
2446
|
+
return ze(e) && e !== At && !et(e) && e !== cn && e !== pn && e !== Qe && e !== zi && e !== Hi && e !== Gi && e !== Ji && e !== Wi && e !== pt && e !== nn && e !== sn && e !== rn && e !== yn && e !== un && e !== dn && e !== ln && e !== on && e !== an && e !== fn && e !== mn;
|
|
2447
2447
|
}
|
|
2448
2448
|
function Sn(e) {
|
|
2449
|
-
return !et(e) && e !==
|
|
2449
|
+
return !et(e) && e !== Qe;
|
|
2450
2450
|
}
|
|
2451
2451
|
function Be(e, i) {
|
|
2452
2452
|
var t = e.charCodeAt(i), r;
|
|
@@ -2456,33 +2456,33 @@ function Yi(e) {
|
|
|
2456
2456
|
var i = /^\n* /;
|
|
2457
2457
|
return i.test(e);
|
|
2458
2458
|
}
|
|
2459
|
-
var Zi = 1, mt = 2,
|
|
2459
|
+
var Zi = 1, mt = 2, Xi = 3, Qi = 4, Ve = 5;
|
|
2460
2460
|
function In(e, i, t, r, o, a, l, n) {
|
|
2461
|
-
var c, d = 0, f = null, p = !1, _ = !1, h = r !== -1, I = -1,
|
|
2461
|
+
var c, d = 0, f = null, p = !1, _ = !1, h = r !== -1, I = -1, C = Cn(Be(e, 0)) && Sn(Be(e, e.length - 1));
|
|
2462
2462
|
if (i || l)
|
|
2463
2463
|
for (c = 0; c < e.length; d >= 65536 ? c += 2 : c++) {
|
|
2464
|
-
if (d = Be(e, c), !
|
|
2464
|
+
if (d = Be(e, c), !ze(d))
|
|
2465
2465
|
return Ve;
|
|
2466
|
-
|
|
2466
|
+
C = C && Ht(d, f, n), f = d;
|
|
2467
2467
|
}
|
|
2468
2468
|
else {
|
|
2469
2469
|
for (c = 0; c < e.length; d >= 65536 ? c += 2 : c++) {
|
|
2470
2470
|
if (d = Be(e, c), d === Re)
|
|
2471
2471
|
p = !0, h && (_ = _ || // Foldable line = too long, and not more-indented.
|
|
2472
2472
|
c - I - 1 > r && e[I + 1] !== " ", I = c);
|
|
2473
|
-
else if (!
|
|
2473
|
+
else if (!ze(d))
|
|
2474
2474
|
return Ve;
|
|
2475
|
-
|
|
2475
|
+
C = C && Ht(d, f, n), f = d;
|
|
2476
2476
|
}
|
|
2477
2477
|
_ = _ || h && c - I - 1 > r && e[I + 1] !== " ";
|
|
2478
2478
|
}
|
|
2479
|
-
return !p && !_ ?
|
|
2479
|
+
return !p && !_ ? C && !l && !o(e) ? Zi : a === De ? Ve : mt : t > 9 && Yi(e) ? Ve : l ? a === De ? Ve : mt : _ ? Qi : Xi;
|
|
2480
2480
|
}
|
|
2481
2481
|
function An(e, i, t, r, o) {
|
|
2482
2482
|
e.dump = function() {
|
|
2483
2483
|
if (i.length === 0)
|
|
2484
2484
|
return e.quotingType === De ? '""' : "''";
|
|
2485
|
-
if (!e.noCompatMode && (
|
|
2485
|
+
if (!e.noCompatMode && (gn.indexOf(i) !== -1 || vn.test(i)))
|
|
2486
2486
|
return e.quotingType === De ? '"' + i + '"' : "'" + i + "'";
|
|
2487
2487
|
var a = e.indent * Math.max(1, t), l = e.lineWidth === -1 ? -1 : Math.max(Math.min(e.lineWidth, 40), e.lineWidth - a), n = r || e.flowLevel > -1 && t >= e.flowLevel;
|
|
2488
2488
|
function c(d) {
|
|
@@ -2502,14 +2502,14 @@ function An(e, i, t, r, o) {
|
|
|
2502
2502
|
return i;
|
|
2503
2503
|
case mt:
|
|
2504
2504
|
return "'" + i.replace(/'/g, "''") + "'";
|
|
2505
|
-
case Qi:
|
|
2506
|
-
return "|" + Gt(i, e.indent) + Jt(Dt(i, a));
|
|
2507
2505
|
case Xi:
|
|
2506
|
+
return "|" + Gt(i, e.indent) + Jt(Dt(i, a));
|
|
2507
|
+
case Qi:
|
|
2508
2508
|
return ">" + Gt(i, e.indent) + Jt(Dt(xn(i, l), a));
|
|
2509
2509
|
case Ve:
|
|
2510
2510
|
return '"' + Tn(i) + '"';
|
|
2511
2511
|
default:
|
|
2512
|
-
throw new
|
|
2512
|
+
throw new ye("impossible error: invalid scalar style");
|
|
2513
2513
|
}
|
|
2514
2514
|
}();
|
|
2515
2515
|
}
|
|
@@ -2550,7 +2550,7 @@ function Wt(e, i) {
|
|
|
2550
2550
|
}
|
|
2551
2551
|
function Tn(e) {
|
|
2552
2552
|
for (var i = "", t = 0, r, o = 0; o < e.length; t >= 65536 ? o += 2 : o++)
|
|
2553
|
-
t = Be(e, o), r = me[t], !r &&
|
|
2553
|
+
t = Be(e, o), r = me[t], !r && ze(t) ? (i += e[o], t >= 65536 && (i += e[o + 1])) : i += r || bn(t);
|
|
2554
2554
|
return i;
|
|
2555
2555
|
}
|
|
2556
2556
|
function $n(e, i, t) {
|
|
@@ -2565,7 +2565,7 @@ function Yt(e, i, t, r) {
|
|
|
2565
2565
|
c = t[l], e.replacer && (c = e.replacer.call(t, String(l), c)), (ke(e, i + 1, c, !0, !0, !1, !0) || typeof c > "u" && ke(e, i + 1, null, !0, !0, !1, !0)) && ((!r || o !== "") && (o += ft(e, i)), e.dump && Re === e.dump.charCodeAt(0) ? o += "-" : o += "- ", o += e.dump);
|
|
2566
2566
|
e.tag = a, e.dump = o || "[]";
|
|
2567
2567
|
}
|
|
2568
|
-
function
|
|
2568
|
+
function jn(e, i, t) {
|
|
2569
2569
|
var r = "", o = e.tag, a = Object.keys(t), l, n, c, d, f;
|
|
2570
2570
|
for (l = 0, n = a.length; l < n; l += 1)
|
|
2571
2571
|
f = "", r !== "" && (f += ", "), e.condenseFlow && (f += '"'), c = a[l], d = t[c], e.replacer && (d = e.replacer.call(t, c, d)), ke(e, i, c, !1, !1) && (e.dump.length > 1024 && (f += "? "), f += e.dump + (e.condenseFlow ? '"' : "") + ":" + (e.condenseFlow ? "" : " "), ke(e, i, d, !1, !1) && (f += e.dump, r += f));
|
|
@@ -2578,7 +2578,7 @@ function En(e, i, t, r) {
|
|
|
2578
2578
|
else if (typeof e.sortKeys == "function")
|
|
2579
2579
|
l.sort(e.sortKeys);
|
|
2580
2580
|
else if (e.sortKeys)
|
|
2581
|
-
throw new
|
|
2581
|
+
throw new ye("sortKeys must be a boolean or a function");
|
|
2582
2582
|
for (n = 0, c = l.length; n < c; n += 1)
|
|
2583
2583
|
_ = "", (!r || o !== "") && (_ += ft(e, i)), d = l[n], f = t[d], e.replacer && (f = e.replacer.call(t, d, f)), ke(e, i + 1, d, !0, !0, !0) && (p = e.tag !== null && e.tag !== "?" || e.dump && e.dump.length > 1024, p && (e.dump && Re === e.dump.charCodeAt(0) ? _ += "?" : _ += "? "), _ += e.dump, p && (_ += ft(e, i)), ke(e, i + 1, f, !0, p) && (e.dump && Re === e.dump.charCodeAt(0) ? _ += ":" : _ += ": ", _ += e.dump, o += _));
|
|
2584
2584
|
e.tag = a, e.dump = o || "{}";
|
|
@@ -2593,7 +2593,7 @@ function Zt(e, i, t) {
|
|
|
2593
2593
|
else if (Di.call(n.represent, c))
|
|
2594
2594
|
r = n.represent[c](i, c);
|
|
2595
2595
|
else
|
|
2596
|
-
throw new
|
|
2596
|
+
throw new ye("!<" + n.tag + '> tag resolver accepts not "' + c + '" style');
|
|
2597
2597
|
e.dump = r;
|
|
2598
2598
|
}
|
|
2599
2599
|
return !0;
|
|
@@ -2609,7 +2609,7 @@ function ke(e, i, t, r, o, a, l) {
|
|
|
2609
2609
|
e.dump = "*ref_" + p;
|
|
2610
2610
|
else {
|
|
2611
2611
|
if (f && _ && !e.usedDuplicates[p] && (e.usedDuplicates[p] = !0), n === "[object Object]")
|
|
2612
|
-
r && Object.keys(e.dump).length !== 0 ? (En(e, i, e.dump, o), _ && (e.dump = "&ref_" + p + e.dump)) : (
|
|
2612
|
+
r && Object.keys(e.dump).length !== 0 ? (En(e, i, e.dump, o), _ && (e.dump = "&ref_" + p + e.dump)) : (jn(e, i, e.dump), _ && (e.dump = "&ref_" + p + " " + e.dump));
|
|
2613
2613
|
else if (n === "[object Array]")
|
|
2614
2614
|
r && e.dump.length !== 0 ? (e.noArrayIndent && !l && i > 0 ? Yt(e, i - 1, e.dump, o) : Yt(e, i, e.dump, o), _ && (e.dump = "&ref_" + p + e.dump)) : ($n(e, i, e.dump), _ && (e.dump = "&ref_" + p + " " + e.dump));
|
|
2615
2615
|
else if (n === "[object String]")
|
|
@@ -2617,7 +2617,7 @@ function ke(e, i, t, r, o, a, l) {
|
|
|
2617
2617
|
else {
|
|
2618
2618
|
if (n === "[object Undefined]" || e.skipInvalid)
|
|
2619
2619
|
return !1;
|
|
2620
|
-
throw new
|
|
2620
|
+
throw new ye("unacceptable kind of an object to dump " + n);
|
|
2621
2621
|
}
|
|
2622
2622
|
e.tag !== null && e.tag !== "?" && (d = encodeURI(
|
|
2623
2623
|
e.tag[0] === "!" ? e.tag.slice(1) : e.tag
|
|
@@ -2625,28 +2625,28 @@ function ke(e, i, t, r, o, a, l) {
|
|
|
2625
2625
|
}
|
|
2626
2626
|
return !0;
|
|
2627
2627
|
}
|
|
2628
|
-
function
|
|
2628
|
+
function Mn(e, i) {
|
|
2629
2629
|
var t = [], r = [], o, a;
|
|
2630
|
-
for (
|
|
2630
|
+
for (yt(e, t, r), o = 0, a = r.length; o < a; o += 1)
|
|
2631
2631
|
i.duplicates.push(t[r[o]]);
|
|
2632
2632
|
i.usedDuplicates = new Array(a);
|
|
2633
2633
|
}
|
|
2634
|
-
function
|
|
2634
|
+
function yt(e, i, t) {
|
|
2635
2635
|
var r, o, a;
|
|
2636
2636
|
if (e !== null && typeof e == "object")
|
|
2637
2637
|
if (o = i.indexOf(e), o !== -1)
|
|
2638
2638
|
t.indexOf(o) === -1 && t.push(o);
|
|
2639
2639
|
else if (i.push(e), Array.isArray(e))
|
|
2640
2640
|
for (o = 0, a = e.length; o < a; o += 1)
|
|
2641
|
-
|
|
2641
|
+
yt(e[o], i, t);
|
|
2642
2642
|
else
|
|
2643
2643
|
for (r = Object.keys(e), o = 0, a = r.length; o < a; o += 1)
|
|
2644
|
-
|
|
2644
|
+
yt(e[r[o]], i, t);
|
|
2645
2645
|
}
|
|
2646
2646
|
function Vn(e, i) {
|
|
2647
2647
|
i = i || {};
|
|
2648
2648
|
var t = new wn(i);
|
|
2649
|
-
t.noRefs ||
|
|
2649
|
+
t.noRefs || Mn(e, t);
|
|
2650
2650
|
var r = e;
|
|
2651
2651
|
return t.replacer && (r = t.replacer.call({ "": r }, "", r)), ke(t, 0, r, !0, !0) ? t.dump + `
|
|
2652
2652
|
` : "";
|
|
@@ -2659,12 +2659,12 @@ function xt(e, i) {
|
|
|
2659
2659
|
throw new Error("Function yaml." + e + " is removed in js-yaml 4. Use yaml." + i + " instead, which is now safe by default.");
|
|
2660
2660
|
};
|
|
2661
2661
|
}
|
|
2662
|
-
var Nn = pe, Kn =
|
|
2663
|
-
binary:
|
|
2662
|
+
var Nn = pe, Kn = yi, Pn = bi, Ln = Si, Bn = Ii, Un = Ct, qn = qi.load, Rn = qi.loadAll, Dn = Fn.dump, zn = ye, Hn = {
|
|
2663
|
+
binary: ji,
|
|
2664
2664
|
float: Ci,
|
|
2665
2665
|
map: hi,
|
|
2666
2666
|
null: _i,
|
|
2667
|
-
pairs:
|
|
2667
|
+
pairs: Mi,
|
|
2668
2668
|
set: Vi,
|
|
2669
2669
|
timestamp: Ti,
|
|
2670
2670
|
bool: wi,
|
|
@@ -2672,19 +2672,19 @@ var Nn = pe, Kn = gi, Ln = bi, qn = Si, Bn = Ii, Pn = Ct, Un = Ui.load, Rn = Ui.
|
|
|
2672
2672
|
merge: $i,
|
|
2673
2673
|
omap: Ei,
|
|
2674
2674
|
seq: vi,
|
|
2675
|
-
str:
|
|
2675
|
+
str: gi
|
|
2676
2676
|
}, Gn = xt("safeLoad", "load"), Jn = xt("safeLoadAll", "loadAll"), Wn = xt("safeDump", "dump"), Yn = {
|
|
2677
2677
|
Type: Nn,
|
|
2678
2678
|
Schema: Kn,
|
|
2679
|
-
FAILSAFE_SCHEMA:
|
|
2680
|
-
JSON_SCHEMA:
|
|
2679
|
+
FAILSAFE_SCHEMA: Pn,
|
|
2680
|
+
JSON_SCHEMA: Ln,
|
|
2681
2681
|
CORE_SCHEMA: Bn,
|
|
2682
|
-
DEFAULT_SCHEMA:
|
|
2683
|
-
load:
|
|
2682
|
+
DEFAULT_SCHEMA: Un,
|
|
2683
|
+
load: qn,
|
|
2684
2684
|
loadAll: Rn,
|
|
2685
2685
|
dump: Dn,
|
|
2686
|
-
YAMLException:
|
|
2687
|
-
types:
|
|
2686
|
+
YAMLException: zn,
|
|
2687
|
+
types: Hn,
|
|
2688
2688
|
safeLoad: Gn,
|
|
2689
2689
|
safeLoadAll: Jn,
|
|
2690
2690
|
safeDump: Wn
|
|
@@ -2692,7 +2692,7 @@ var Nn = pe, Kn = gi, Ln = bi, qn = Si, Bn = Ii, Pn = Ct, Un = Ui.load, Rn = Ui.
|
|
|
2692
2692
|
const Zn = {
|
|
2693
2693
|
key: 0,
|
|
2694
2694
|
class: "config-card-display-form"
|
|
2695
|
-
},
|
|
2695
|
+
}, Xn = ["data-testid"], Qn = {
|
|
2696
2696
|
key: 0,
|
|
2697
2697
|
class: "config-card-prop-section-title"
|
|
2698
2698
|
}, el = {
|
|
@@ -2727,11 +2727,11 @@ const Zn = {
|
|
|
2727
2727
|
}
|
|
2728
2728
|
},
|
|
2729
2729
|
setup(e) {
|
|
2730
|
-
const i = e, t = tt(), { i18n: { t: r } } =
|
|
2730
|
+
const i = e, t = tt(), { i18n: { t: r } } = se.useI18n(), o = (n) => !!(n.tooltip || t[`${n.key}-label-tooltip`]), a = F(""), l = F("");
|
|
2731
2731
|
return we(() => i.format, (n) => {
|
|
2732
2732
|
n === "json" ? a.value = JSON.stringify(i.record, null, 2) : n === "yaml" && (l.value = Yn.dump(i.record));
|
|
2733
2733
|
}, { immediate: !0 }), (n, c) => {
|
|
2734
|
-
const d =
|
|
2734
|
+
const d = N("KCodeBlock");
|
|
2735
2735
|
return b(), $(he, null, [
|
|
2736
2736
|
e.format === "structured" ? (b(), $("div", Zn, [
|
|
2737
2737
|
(b(!0), $(he, null, ve(e.propListTypes, (f) => (b(), $("div", {
|
|
@@ -2739,15 +2739,15 @@ const Zn = {
|
|
|
2739
2739
|
class: $e(`config-card-details-${f}-props`),
|
|
2740
2740
|
"data-testid": `config-card-details-${f}-props`
|
|
2741
2741
|
}, [
|
|
2742
|
-
f !== "basic" ? (b(), $("div",
|
|
2743
|
-
(b(!0), $(he, null, ve(e.propertyCollections[f], (p) => (b(),
|
|
2742
|
+
f !== "basic" ? (b(), $("div", Qn, M(f === "advanced" ? m(r)("baseConfigCard.sections.advanced") : m(r)("baseConfigCard.sections.plugin")), 1)) : R("", !0),
|
|
2743
|
+
(b(!0), $(he, null, ve(e.propertyCollections[f], (p) => (b(), q(wt, {
|
|
2744
2744
|
key: p.key,
|
|
2745
2745
|
item: p
|
|
2746
2746
|
}, xe({
|
|
2747
|
-
label:
|
|
2747
|
+
label: g(() => [
|
|
2748
2748
|
Q(n.$slots, `${p.key}-label`, { row: p }, void 0, !0)
|
|
2749
2749
|
]),
|
|
2750
|
-
[p.key]:
|
|
2750
|
+
[p.key]: g(({ rowValue: _ }) => [
|
|
2751
2751
|
Q(n.$slots, p.key, {
|
|
2752
2752
|
row: p,
|
|
2753
2753
|
rowValue: _
|
|
@@ -2757,14 +2757,14 @@ const Zn = {
|
|
|
2757
2757
|
}, [
|
|
2758
2758
|
o(p) ? {
|
|
2759
2759
|
name: "label-tooltip",
|
|
2760
|
-
fn:
|
|
2760
|
+
fn: g(() => [
|
|
2761
2761
|
Q(n.$slots, `${p.key}-label-tooltip`, { row: p }, void 0, !0)
|
|
2762
2762
|
]),
|
|
2763
2763
|
key: "0"
|
|
2764
2764
|
} : void 0
|
|
2765
2765
|
]), 1032, ["item"]))), 128))
|
|
2766
|
-
], 10,
|
|
2767
|
-
])) :
|
|
2766
|
+
], 10, Xn))), 128))
|
|
2767
|
+
])) : R("", !0),
|
|
2768
2768
|
e.format === "json" ? (b(), $("div", el, [
|
|
2769
2769
|
S(d, {
|
|
2770
2770
|
id: "config-card-codeblock",
|
|
@@ -2772,7 +2772,7 @@ const Zn = {
|
|
|
2772
2772
|
language: "json",
|
|
2773
2773
|
theme: "dark"
|
|
2774
2774
|
}, null, 8, ["code"])
|
|
2775
|
-
])) :
|
|
2775
|
+
])) : R("", !0),
|
|
2776
2776
|
e.format === "yaml" ? (b(), $("div", tl, [
|
|
2777
2777
|
S(d, {
|
|
2778
2778
|
id: "config-card-codeblock",
|
|
@@ -2780,11 +2780,11 @@ const Zn = {
|
|
|
2780
2780
|
language: "yaml",
|
|
2781
2781
|
theme: "dark"
|
|
2782
2782
|
}, null, 8, ["code"])
|
|
2783
|
-
])) :
|
|
2783
|
+
])) : R("", !0)
|
|
2784
2784
|
], 64);
|
|
2785
2785
|
};
|
|
2786
2786
|
}
|
|
2787
|
-
}), rl = /* @__PURE__ */ be(il, [["__scopeId", "data-v-6c45e9e4"]]),
|
|
2787
|
+
}), rl = /* @__PURE__ */ be(il, [["__scopeId", "data-v-6c45e9e4"]]), Xt = "24px", ol = (e, i) => {
|
|
2788
2788
|
const t = e.__vccOpts || e;
|
|
2789
2789
|
for (const [r, o] of i)
|
|
2790
2790
|
t[r] = o;
|
|
@@ -2826,7 +2826,7 @@ const Zn = {
|
|
|
2826
2826
|
size: {
|
|
2827
2827
|
type: [Number, String],
|
|
2828
2828
|
required: !1,
|
|
2829
|
-
default:
|
|
2829
|
+
default: Xt,
|
|
2830
2830
|
// if setting to the imported const fails, just pass a number of 24 as the default.
|
|
2831
2831
|
validator: (e) => {
|
|
2832
2832
|
if (typeof e == "number" && e > 0)
|
|
@@ -2847,7 +2847,7 @@ const Zn = {
|
|
|
2847
2847
|
}
|
|
2848
2848
|
},
|
|
2849
2849
|
setup(e) {
|
|
2850
|
-
const i = e, t =
|
|
2850
|
+
const i = e, t = T(() => {
|
|
2851
2851
|
if (typeof i.size == "number" && i.size > 0)
|
|
2852
2852
|
return `${i.size}px`;
|
|
2853
2853
|
if (typeof i.size == "string") {
|
|
@@ -2855,8 +2855,8 @@ const Zn = {
|
|
|
2855
2855
|
if (a && !isNaN(a) && Number.isInteger(a) && a > 0)
|
|
2856
2856
|
return `${a}px`;
|
|
2857
2857
|
}
|
|
2858
|
-
return
|
|
2859
|
-
}), r =
|
|
2858
|
+
return Xt;
|
|
2859
|
+
}), r = T(() => ({
|
|
2860
2860
|
boxSizing: "border-box",
|
|
2861
2861
|
color: i.color,
|
|
2862
2862
|
display: i.display,
|
|
@@ -2864,13 +2864,13 @@ const Zn = {
|
|
|
2864
2864
|
lineHeight: "0",
|
|
2865
2865
|
width: t.value
|
|
2866
2866
|
}));
|
|
2867
|
-
return (o, a) => (b(),
|
|
2867
|
+
return (o, a) => (b(), q(Ke(e.as), {
|
|
2868
2868
|
"aria-hidden": e.decorative ? "true" : void 0,
|
|
2869
2869
|
class: "kui-icon book-icon",
|
|
2870
2870
|
"data-testid": "kui-icon-wrapper-book-icon",
|
|
2871
2871
|
style: ii(r.value)
|
|
2872
2872
|
}, {
|
|
2873
|
-
default:
|
|
2873
|
+
default: g(() => [
|
|
2874
2874
|
(b(), $("svg", {
|
|
2875
2875
|
"aria-hidden": e.decorative ? "true" : void 0,
|
|
2876
2876
|
"data-testid": "kui-icon-svg-book-icon",
|
|
@@ -2881,7 +2881,7 @@ const Zn = {
|
|
|
2881
2881
|
width: "100%",
|
|
2882
2882
|
xmlns: "http://www.w3.org/2000/svg"
|
|
2883
2883
|
}, [
|
|
2884
|
-
e.title ? (b(), $("title", ll,
|
|
2884
|
+
e.title ? (b(), $("title", ll, M(e.title), 1)) : R("", !0),
|
|
2885
2885
|
sl
|
|
2886
2886
|
], 8, nl))
|
|
2887
2887
|
]),
|
|
@@ -2891,10 +2891,10 @@ const Zn = {
|
|
|
2891
2891
|
}), ul = /* @__PURE__ */ ol(cl, [["__scopeId", "data-v-dd88a2bb"]]), dl = { "data-testid": "config-card-title" }, pl = { class: "config-card-actions" }, fl = ["href"], ml = {
|
|
2892
2892
|
key: 2,
|
|
2893
2893
|
class: "config-card-details-section"
|
|
2894
|
-
},
|
|
2894
|
+
}, yl = {
|
|
2895
2895
|
key: 3,
|
|
2896
2896
|
class: "config-card-details-section"
|
|
2897
|
-
},
|
|
2897
|
+
}, gl = ["data-testid"], vl = {
|
|
2898
2898
|
key: 0,
|
|
2899
2899
|
class: "config-card-prop-section-title"
|
|
2900
2900
|
}, hl = /* @__PURE__ */ oe({
|
|
@@ -2972,7 +2972,7 @@ const Zn = {
|
|
|
2972
2972
|
emits: ["loading", "fetch:success", "fetch:error", "copy:success", "copy:error"],
|
|
2973
2973
|
setup(e, { emit: i }) {
|
|
2974
2974
|
var t;
|
|
2975
|
-
const r = e, o = tt(), { i18n: { t: a } } =
|
|
2975
|
+
const r = e, o = tt(), { i18n: { t: a } } = se.useI18n(), { getMessageFromError: l } = se.useErrors(), { convertKeyToTitle: n } = se.useStringHelpers(), { axiosInstance: c } = se.useAxios({
|
|
2976
2976
|
headers: (t = r.config) == null ? void 0 : t.requestHeaders
|
|
2977
2977
|
}), d = [
|
|
2978
2978
|
{
|
|
@@ -3024,79 +3024,79 @@ const Zn = {
|
|
|
3024
3024
|
// the last property displayed
|
|
3025
3025
|
section: fe.Basic
|
|
3026
3026
|
}
|
|
3027
|
-
}, h = F(!1), I = F(!1),
|
|
3028
|
-
var A,
|
|
3027
|
+
}, h = F(!1), I = F(!1), C = F(""), v = F(), x = T(() => {
|
|
3028
|
+
var A, L, B;
|
|
3029
3029
|
if (!v.value)
|
|
3030
3030
|
return [];
|
|
3031
|
-
const
|
|
3032
|
-
for (const
|
|
3033
|
-
const
|
|
3034
|
-
let ie =
|
|
3035
|
-
(
|
|
3031
|
+
const K = [], D = Object.keys(v.value).length;
|
|
3032
|
+
for (const z in v.value) {
|
|
3033
|
+
const Z = (L = (A = r.configSchema) == null ? void 0 : A[z]) == null ? void 0 : L.order, J = (B = _[z]) == null ? void 0 : B.order;
|
|
3034
|
+
let ie = D;
|
|
3035
|
+
(J || J === 0) && (ie = J === -1 ? D + 1 : J), Z && (ie = Z === -1 ? D + 1 : Z), K.push([z, ie]);
|
|
3036
3036
|
}
|
|
3037
|
-
return
|
|
3038
|
-
return
|
|
3039
|
-
}),
|
|
3040
|
-
var
|
|
3041
|
-
const ie =
|
|
3037
|
+
return K.sort(function(z, Z) {
|
|
3038
|
+
return z[1] - Z[1];
|
|
3039
|
+
}), K.map((z) => {
|
|
3040
|
+
var Z, J;
|
|
3041
|
+
const ie = z[0], X = (Z = v.value) == null ? void 0 : Z[ie], ee = ((J = r.configSchema) == null ? void 0 : J[ie]) || {}, de = _[ie];
|
|
3042
3042
|
return {
|
|
3043
3043
|
key: ie,
|
|
3044
|
-
value:
|
|
3044
|
+
value: X,
|
|
3045
3045
|
hidden: ee.hidden || !1,
|
|
3046
3046
|
type: ee.type ?? ((de == null ? void 0 : de.type) || te.Text),
|
|
3047
3047
|
label: ee.label ?? ((de == null ? void 0 : de.label) || n(ie)),
|
|
3048
3048
|
tooltip: ee.tooltip ?? ((de == null ? void 0 : de.tooltip) || void 0),
|
|
3049
3049
|
section: ee.section ?? ((de == null ? void 0 : de.section) || fe.Advanced)
|
|
3050
3050
|
};
|
|
3051
|
-
}).filter((
|
|
3052
|
-
}), s =
|
|
3053
|
-
var A,
|
|
3051
|
+
}).filter((z) => !z.hidden && z.key !== r.pluginConfigKey);
|
|
3052
|
+
}), s = T(() => {
|
|
3053
|
+
var A, L;
|
|
3054
3054
|
if (!v.value || !r.pluginConfigKey)
|
|
3055
3055
|
return [];
|
|
3056
|
-
const
|
|
3057
|
-
for (const
|
|
3058
|
-
const
|
|
3059
|
-
let ie =
|
|
3060
|
-
|
|
3056
|
+
const B = v.value[r.pluginConfigKey] || {}, K = Object.keys(B).length, D = [];
|
|
3057
|
+
for (const z in B) {
|
|
3058
|
+
const Z = (L = (A = r.pluginConfigSchema) == null ? void 0 : A[z]) == null ? void 0 : L.order, J = B[z];
|
|
3059
|
+
let ie = J != null && J !== "" ? K - 1 : K;
|
|
3060
|
+
Z && (ie = Z === -1 ? K + 1 : Z), D.push([z, ie]);
|
|
3061
3061
|
}
|
|
3062
|
-
return
|
|
3063
|
-
return
|
|
3064
|
-
}),
|
|
3065
|
-
var
|
|
3066
|
-
const
|
|
3062
|
+
return D.sort(function(z, Z) {
|
|
3063
|
+
return z[1] - Z[1];
|
|
3064
|
+
}), D.map((z) => {
|
|
3065
|
+
var Z;
|
|
3066
|
+
const J = z[0], ie = B[J], X = ((Z = r.pluginConfigSchema) == null ? void 0 : Z[J]) || {};
|
|
3067
3067
|
return {
|
|
3068
|
-
key:
|
|
3068
|
+
key: J,
|
|
3069
3069
|
value: ie,
|
|
3070
|
-
hidden:
|
|
3071
|
-
type:
|
|
3072
|
-
label:
|
|
3073
|
-
tooltip:
|
|
3070
|
+
hidden: X.hidden || !1,
|
|
3071
|
+
type: X.type ?? te.Text,
|
|
3072
|
+
label: X.label ?? n(J),
|
|
3073
|
+
tooltip: X.tooltip ?? void 0,
|
|
3074
3074
|
section: fe.Plugin
|
|
3075
3075
|
};
|
|
3076
|
-
}).filter((
|
|
3077
|
-
}),
|
|
3078
|
-
var A,
|
|
3076
|
+
}).filter((z) => !z.hidden);
|
|
3077
|
+
}), k = T(() => {
|
|
3078
|
+
var A, L, B, K;
|
|
3079
3079
|
return {
|
|
3080
|
-
basic: (A =
|
|
3081
|
-
advanced: (
|
|
3082
|
-
plugin: (
|
|
3080
|
+
basic: (A = x.value) == null ? void 0 : A.filter((D) => D.section === fe.Basic),
|
|
3081
|
+
advanced: (L = x.value) == null ? void 0 : L.filter((D) => D.section === fe.Advanced),
|
|
3082
|
+
plugin: (K = s.value) == null ? void 0 : K.concat((B = x.value) == null ? void 0 : B.filter((D) => D.section === fe.Plugin))
|
|
3083
3083
|
};
|
|
3084
|
-
}),
|
|
3084
|
+
}), j = T(() => {
|
|
3085
3085
|
const A = [];
|
|
3086
|
-
return
|
|
3087
|
-
}),
|
|
3088
|
-
var A,
|
|
3089
|
-
let
|
|
3090
|
-
return r.config.app === "konnect" ?
|
|
3086
|
+
return k.value.basic.length && A.push("basic"), k.value.advanced.length && A.push("advanced"), k.value.plugin.length && A.push("plugin"), A;
|
|
3087
|
+
}), G = (A) => !!(A.tooltip || o[`${A.key}-label-tooltip`]), ue = T(() => {
|
|
3088
|
+
var A, L;
|
|
3089
|
+
let B = `${r.config.apiBaseUrl}${r.fetchUrl}`;
|
|
3090
|
+
return r.config.app === "konnect" ? B = B.replace(/{controlPlaneId}/gi, ((A = r.config) == null ? void 0 : A.controlPlaneId) || "") : r.config.app === "kongManager" && (B = B.replace(/\/{workspace}/gi, (L = r.config) != null && L.workspace ? `/${r.config.workspace}` : "")), B = B.replace(/{id}/gi, r.config.entityId), B;
|
|
3091
3091
|
}), Y = (A) => {
|
|
3092
3092
|
v.value && A(JSON.stringify(v.value)) ? i("copy:success", v.value) : i("copy:error");
|
|
3093
3093
|
};
|
|
3094
3094
|
return we(h, (A) => {
|
|
3095
3095
|
i("loading", A);
|
|
3096
|
-
}, { immediate: !0 }),
|
|
3096
|
+
}, { immediate: !0 }), gt(async () => {
|
|
3097
3097
|
I.value = !1, h.value = !0;
|
|
3098
3098
|
try {
|
|
3099
|
-
const { data: A } = await c.get(
|
|
3099
|
+
const { data: A } = await c.get(ue.value);
|
|
3100
3100
|
if (r.dataKey)
|
|
3101
3101
|
if (typeof A[r.dataKey] < "u")
|
|
3102
3102
|
v.value = { ...A[r.dataKey] };
|
|
@@ -3104,45 +3104,45 @@ const Zn = {
|
|
|
3104
3104
|
throw new Error(a("errors.dataKeyUndefined", { dataKey: r.dataKey }));
|
|
3105
3105
|
else
|
|
3106
3106
|
v.value = { ...A };
|
|
3107
|
-
Object.keys(r.configSchema).filter((
|
|
3108
|
-
v.value && typeof v.value[
|
|
3107
|
+
Object.keys(r.configSchema).filter((L) => r.configSchema[L].forceShow).forEach((L) => {
|
|
3108
|
+
v.value && typeof v.value[L] > "u" && (v.value[L] = null);
|
|
3109
3109
|
}), i("fetch:success", A);
|
|
3110
3110
|
} catch (A) {
|
|
3111
|
-
const
|
|
3112
|
-
|
|
3111
|
+
const L = l(A);
|
|
3112
|
+
C.value = L.startsWith("code") ? a("baseConfigCard.errors.load") : L, I.value = !0, i("fetch:error", A);
|
|
3113
3113
|
} finally {
|
|
3114
3114
|
h.value = !1;
|
|
3115
3115
|
}
|
|
3116
|
-
}), (A,
|
|
3117
|
-
const
|
|
3118
|
-
return b(),
|
|
3119
|
-
actions:
|
|
3116
|
+
}), (A, L) => {
|
|
3117
|
+
const B = N("KLabel"), K = N("KSelect"), D = N("KButton"), z = N("KClipboardProvider"), Z = N("KSkeleton"), J = N("KEmptyState"), ie = N("KCard");
|
|
3118
|
+
return b(), q(ie, { class: "kong-ui-entity-base-config-card" }, xe({
|
|
3119
|
+
actions: g(() => [
|
|
3120
3120
|
O("div", pl, [
|
|
3121
3121
|
Q(A.$slots, "actions", {}, void 0, !0),
|
|
3122
|
-
e.config.jsonYamlEnabled ? (b(),
|
|
3122
|
+
e.config.jsonYamlEnabled ? (b(), q(B, {
|
|
3123
3123
|
key: 0,
|
|
3124
3124
|
class: "config-format-select-label",
|
|
3125
3125
|
"data-testid": "config-format-select-label"
|
|
3126
3126
|
}, {
|
|
3127
|
-
default:
|
|
3128
|
-
|
|
3127
|
+
default: g(() => [
|
|
3128
|
+
H(M(e.label), 1)
|
|
3129
3129
|
]),
|
|
3130
3130
|
_: 1
|
|
3131
|
-
})) :
|
|
3132
|
-
e.config.jsonYamlEnabled ? (b(),
|
|
3131
|
+
})) : R("", !0),
|
|
3132
|
+
e.config.jsonYamlEnabled ? (b(), q(K, {
|
|
3133
3133
|
key: 1,
|
|
3134
3134
|
appearance: "select",
|
|
3135
3135
|
"data-testid": "select-config-format",
|
|
3136
3136
|
items: d,
|
|
3137
3137
|
onChange: p
|
|
3138
|
-
})) :
|
|
3139
|
-
r.config.jsonYamlEnabled && e.configCardDoc ? (b(),
|
|
3138
|
+
})) : R("", !0),
|
|
3139
|
+
r.config.jsonYamlEnabled && e.configCardDoc ? (b(), q(D, {
|
|
3140
3140
|
key: 2,
|
|
3141
3141
|
appearance: "tertiary",
|
|
3142
3142
|
class: "book-icon",
|
|
3143
3143
|
"data-testid": "book-icon"
|
|
3144
3144
|
}, {
|
|
3145
|
-
default:
|
|
3145
|
+
default: g(() => [
|
|
3146
3146
|
O("a", {
|
|
3147
3147
|
href: e.configCardDoc,
|
|
3148
3148
|
rel: "noopener",
|
|
@@ -3152,73 +3152,73 @@ const Zn = {
|
|
|
3152
3152
|
], 8, fl)
|
|
3153
3153
|
]),
|
|
3154
3154
|
_: 1
|
|
3155
|
-
})) :
|
|
3156
|
-
e.config.jsonYamlEnabled ?
|
|
3157
|
-
default:
|
|
3158
|
-
!h.value && !I.value ? (b(),
|
|
3155
|
+
})) : R("", !0),
|
|
3156
|
+
e.config.jsonYamlEnabled ? R("", !0) : (b(), q(z, { key: 3 }, {
|
|
3157
|
+
default: g(({ copyToClipboard: X }) => [
|
|
3158
|
+
!h.value && !I.value ? (b(), q(D, {
|
|
3159
3159
|
key: 0,
|
|
3160
3160
|
appearance: "tertiary",
|
|
3161
3161
|
"data-testid": "json-copy-button",
|
|
3162
|
-
onClick: (ee) => Y(
|
|
3162
|
+
onClick: (ee) => Y(X)
|
|
3163
3163
|
}, {
|
|
3164
|
-
default:
|
|
3165
|
-
|
|
3164
|
+
default: g(() => [
|
|
3165
|
+
H(M(m(a)("baseConfigCard.actions.copy")), 1)
|
|
3166
3166
|
]),
|
|
3167
3167
|
_: 2
|
|
3168
|
-
}, 1032, ["onClick"])) :
|
|
3168
|
+
}, 1032, ["onClick"])) : R("", !0)
|
|
3169
3169
|
]),
|
|
3170
3170
|
_: 1
|
|
3171
3171
|
}))
|
|
3172
3172
|
])
|
|
3173
3173
|
]),
|
|
3174
|
-
body:
|
|
3175
|
-
h.value ? (b(),
|
|
3174
|
+
body: g(() => [
|
|
3175
|
+
h.value ? (b(), q(Z, {
|
|
3176
3176
|
key: 0,
|
|
3177
3177
|
"data-testid": "config-card-loader",
|
|
3178
3178
|
"table-columns": 2,
|
|
3179
3179
|
type: "table"
|
|
3180
|
-
})) : I.value ? (b(),
|
|
3180
|
+
})) : I.value ? (b(), q(J, {
|
|
3181
3181
|
key: 1,
|
|
3182
3182
|
"data-testid": "config-card-fetch-error",
|
|
3183
3183
|
"is-error": ""
|
|
3184
3184
|
}, {
|
|
3185
|
-
message:
|
|
3186
|
-
O("h3", null,
|
|
3185
|
+
message: g(() => [
|
|
3186
|
+
O("h3", null, M(C.value), 1)
|
|
3187
3187
|
]),
|
|
3188
3188
|
_: 1
|
|
3189
|
-
})) :
|
|
3189
|
+
})) : R("", !0),
|
|
3190
3190
|
e.config.jsonYamlEnabled ? (b(), $("div", ml, [
|
|
3191
3191
|
S(rl, {
|
|
3192
3192
|
format: f.value,
|
|
3193
|
-
"prop-list-types":
|
|
3194
|
-
"property-collections":
|
|
3193
|
+
"prop-list-types": j.value,
|
|
3194
|
+
"property-collections": k.value,
|
|
3195
3195
|
record: v.value
|
|
3196
3196
|
}, xe({ _: 2 }, [
|
|
3197
|
-
ve(Object.keys(A.$slots), (
|
|
3198
|
-
name:
|
|
3199
|
-
fn:
|
|
3200
|
-
Q(A.$slots,
|
|
3197
|
+
ve(Object.keys(A.$slots), (X) => ({
|
|
3198
|
+
name: X,
|
|
3199
|
+
fn: g(({ row: ee, rowValue: de }) => [
|
|
3200
|
+
Q(A.$slots, X, {
|
|
3201
3201
|
row: ee,
|
|
3202
3202
|
rowValue: de
|
|
3203
3203
|
}, void 0, !0)
|
|
3204
3204
|
])
|
|
3205
3205
|
}))
|
|
3206
3206
|
]), 1032, ["format", "prop-list-types", "property-collections", "record"])
|
|
3207
|
-
])) : (b(), $("div",
|
|
3208
|
-
(b(!0), $(he, null, ve(
|
|
3209
|
-
key: `config-card-details-${
|
|
3210
|
-
class: $e(`config-card-details-${
|
|
3211
|
-
"data-testid": `config-card-details-${
|
|
3207
|
+
])) : (b(), $("div", yl, [
|
|
3208
|
+
(b(!0), $(he, null, ve(j.value, (X) => (b(), $("div", {
|
|
3209
|
+
key: `config-card-details-${X}-props`,
|
|
3210
|
+
class: $e(`config-card-details-${X}-props`),
|
|
3211
|
+
"data-testid": `config-card-details-${X}-props`
|
|
3212
3212
|
}, [
|
|
3213
|
-
|
|
3214
|
-
(b(!0), $(he, null, ve(
|
|
3213
|
+
X !== "basic" ? (b(), $("div", vl, M(X === "advanced" ? m(a)("baseConfigCard.sections.advanced") : m(a)("baseConfigCard.sections.plugin")), 1)) : R("", !0),
|
|
3214
|
+
(b(!0), $(he, null, ve(k.value[X], (ee) => (b(), q(wt, {
|
|
3215
3215
|
key: ee.key,
|
|
3216
3216
|
item: ee
|
|
3217
3217
|
}, xe({
|
|
3218
|
-
label:
|
|
3218
|
+
label: g(() => [
|
|
3219
3219
|
Q(A.$slots, `${ee.key}-label`, { row: ee }, void 0, !0)
|
|
3220
3220
|
]),
|
|
3221
|
-
[ee.key]:
|
|
3221
|
+
[ee.key]: g(({ rowValue: de }) => [
|
|
3222
3222
|
Q(A.$slots, ee.key, {
|
|
3223
3223
|
row: ee,
|
|
3224
3224
|
rowValue: de
|
|
@@ -3226,25 +3226,25 @@ const Zn = {
|
|
|
3226
3226
|
]),
|
|
3227
3227
|
_: 2
|
|
3228
3228
|
}, [
|
|
3229
|
-
|
|
3229
|
+
G(ee) ? {
|
|
3230
3230
|
name: "label-tooltip",
|
|
3231
|
-
fn:
|
|
3231
|
+
fn: g(() => [
|
|
3232
3232
|
Q(A.$slots, `${ee.key}-label-tooltip`, { row: ee }, void 0, !0)
|
|
3233
3233
|
]),
|
|
3234
3234
|
key: "0"
|
|
3235
3235
|
} : void 0
|
|
3236
3236
|
]), 1032, ["item"]))), 128))
|
|
3237
|
-
], 10,
|
|
3237
|
+
], 10, gl))), 128))
|
|
3238
3238
|
]))
|
|
3239
3239
|
]),
|
|
3240
3240
|
_: 2
|
|
3241
3241
|
}, [
|
|
3242
3242
|
e.hideTitle ? void 0 : {
|
|
3243
3243
|
name: "title",
|
|
3244
|
-
fn:
|
|
3244
|
+
fn: g(() => [
|
|
3245
3245
|
O("div", dl, [
|
|
3246
3246
|
Q(A.$slots, "title", {}, () => [
|
|
3247
|
-
|
|
3247
|
+
H(M(m(a)("baseConfigCard.title")), 1)
|
|
3248
3248
|
], !0)
|
|
3249
3249
|
])
|
|
3250
3250
|
]),
|
|
@@ -3306,87 +3306,87 @@ const Zn = {
|
|
|
3306
3306
|
emits: ["loading", "fetch:success", "fetch:error", "submit", "cancel"],
|
|
3307
3307
|
setup(e, { emit: i }) {
|
|
3308
3308
|
var t;
|
|
3309
|
-
const r = e, o = vt(), { i18n: { t: a } } =
|
|
3309
|
+
const r = e, o = vt(), { i18n: { t: a } } = se.useI18n(), { getMessageFromError: l } = se.useErrors(), { axiosInstance: n } = se.useAxios({
|
|
3310
3310
|
headers: (t = r.config) == null ? void 0 : t.requestHeaders
|
|
3311
|
-
}), c = F(!1), d = F(!1), f = F(""), p =
|
|
3312
|
-
var v,
|
|
3311
|
+
}), c = F(!1), d = F(!1), f = F(""), p = T(() => r.canSubmit === !1 || r.isReadonly), _ = T(() => {
|
|
3312
|
+
var v, x;
|
|
3313
3313
|
if (!r.editId)
|
|
3314
3314
|
return "";
|
|
3315
3315
|
let s = `${r.config.apiBaseUrl}${r.fetchUrl}`;
|
|
3316
|
-
return r.config.app === "konnect" ? s = s.replace(/{controlPlaneId}/gi, ((v = r.config) == null ? void 0 : v.controlPlaneId) || "") : r.config.app === "kongManager" && (s = s.replace(/\/{workspace}/gi, (
|
|
3316
|
+
return r.config.app === "konnect" ? s = s.replace(/{controlPlaneId}/gi, ((v = r.config) == null ? void 0 : v.controlPlaneId) || "") : r.config.app === "kongManager" && (s = s.replace(/\/{workspace}/gi, (x = r.config) != null && x.workspace ? `/${r.config.workspace}` : "")), s = s.replace(/{id}/gi, r.editId), s;
|
|
3317
3317
|
}), h = () => {
|
|
3318
3318
|
r.config.cancelRoute ? o.push(r.config.cancelRoute) : I();
|
|
3319
3319
|
}, I = () => {
|
|
3320
3320
|
i("cancel");
|
|
3321
|
-
},
|
|
3321
|
+
}, C = () => {
|
|
3322
3322
|
p.value || i("submit");
|
|
3323
3323
|
};
|
|
3324
3324
|
return we(() => c.value, (v) => {
|
|
3325
3325
|
i("loading", v);
|
|
3326
|
-
}, { immediate: !0 }),
|
|
3326
|
+
}, { immediate: !0 }), gt(async () => {
|
|
3327
3327
|
if (r.editId)
|
|
3328
3328
|
try {
|
|
3329
3329
|
d.value = !1, c.value = !0;
|
|
3330
3330
|
const { data: v } = await n.get(_.value);
|
|
3331
3331
|
i("fetch:success", v);
|
|
3332
3332
|
} catch (v) {
|
|
3333
|
-
const
|
|
3334
|
-
f.value =
|
|
3333
|
+
const x = l(v);
|
|
3334
|
+
f.value = x.startsWith("code") ? a("baseForm.errors.edit") : x, d.value = !0, i("fetch:error", v);
|
|
3335
3335
|
} finally {
|
|
3336
3336
|
c.value = !1;
|
|
3337
3337
|
}
|
|
3338
|
-
}), (v,
|
|
3339
|
-
const s =
|
|
3340
|
-
return b(),
|
|
3341
|
-
body:
|
|
3342
|
-
c.value ? (b(),
|
|
3338
|
+
}), (v, x) => {
|
|
3339
|
+
const s = N("KSkeleton"), k = N("KEmptyState"), j = N("KAlert"), G = N("KButton"), ue = N("KCard");
|
|
3340
|
+
return b(), q(ue, { class: "kong-ui-entity-base-form" }, {
|
|
3341
|
+
body: g(() => [
|
|
3342
|
+
c.value ? (b(), q(s, {
|
|
3343
3343
|
key: 0,
|
|
3344
3344
|
type: "form"
|
|
3345
|
-
})) : d.value ? (b(),
|
|
3345
|
+
})) : d.value ? (b(), q(k, {
|
|
3346
3346
|
key: 1,
|
|
3347
3347
|
"cta-text": m(a)("baseForm.actions.back"),
|
|
3348
3348
|
"data-testid": "form-fetch-error",
|
|
3349
3349
|
"handle-click": h,
|
|
3350
3350
|
"is-error": !0
|
|
3351
3351
|
}, {
|
|
3352
|
-
message:
|
|
3353
|
-
O("h3", null,
|
|
3352
|
+
message: g(() => [
|
|
3353
|
+
O("h3", null, M(f.value), 1)
|
|
3354
3354
|
]),
|
|
3355
3355
|
_: 1
|
|
3356
3356
|
}, 8, ["cta-text"])) : (b(), $("form", {
|
|
3357
3357
|
key: 2,
|
|
3358
3358
|
"data-testid": "form-content",
|
|
3359
3359
|
onReset: Ne(I, ["prevent"]),
|
|
3360
|
-
onSubmit: Ne(
|
|
3360
|
+
onSubmit: Ne(C, ["prevent"])
|
|
3361
3361
|
}, [
|
|
3362
3362
|
Q(v.$slots, "default", {}, void 0, !0),
|
|
3363
|
-
e.errorMessage ? (b(),
|
|
3363
|
+
e.errorMessage ? (b(), q(j, {
|
|
3364
3364
|
key: 0,
|
|
3365
3365
|
"alert-message": e.errorMessage,
|
|
3366
3366
|
appearance: "danger",
|
|
3367
3367
|
"data-testid": "form-error"
|
|
3368
|
-
}, null, 8, ["alert-message"])) :
|
|
3368
|
+
}, null, 8, ["alert-message"])) : R("", !0),
|
|
3369
3369
|
O("div", wl, [
|
|
3370
3370
|
Q(v.$slots, "form-actions", {}, () => [
|
|
3371
|
-
S(
|
|
3371
|
+
S(G, {
|
|
3372
3372
|
appearance: "secondary",
|
|
3373
3373
|
"data-testid": "form-cancel",
|
|
3374
3374
|
disabled: e.isReadonly,
|
|
3375
3375
|
type: "reset"
|
|
3376
3376
|
}, {
|
|
3377
|
-
default:
|
|
3378
|
-
|
|
3377
|
+
default: g(() => [
|
|
3378
|
+
H(M(m(a)("baseForm.actions.cancel")), 1)
|
|
3379
3379
|
]),
|
|
3380
3380
|
_: 1
|
|
3381
3381
|
}, 8, ["disabled"]),
|
|
3382
|
-
S(
|
|
3382
|
+
S(G, {
|
|
3383
3383
|
appearance: "primary",
|
|
3384
3384
|
"data-testid": "form-submit",
|
|
3385
3385
|
disabled: p.value,
|
|
3386
3386
|
type: "submit"
|
|
3387
3387
|
}, {
|
|
3388
|
-
default:
|
|
3389
|
-
|
|
3388
|
+
default: g(() => [
|
|
3389
|
+
H(M(m(a)("baseForm.actions.save")), 1)
|
|
3390
3390
|
]),
|
|
3391
3391
|
_: 1
|
|
3392
3392
|
}, 8, ["disabled"])
|
|
@@ -3414,68 +3414,68 @@ const Zn = {
|
|
|
3414
3414
|
}
|
|
3415
3415
|
},
|
|
3416
3416
|
setup(e) {
|
|
3417
|
-
const i = e, t =
|
|
3418
|
-
var
|
|
3419
|
-
return ((
|
|
3420
|
-
}), r =
|
|
3421
|
-
var
|
|
3422
|
-
return ((
|
|
3423
|
-
}), o =
|
|
3424
|
-
var
|
|
3425
|
-
const
|
|
3426
|
-
return
|
|
3417
|
+
const i = e, t = T(() => {
|
|
3418
|
+
var C;
|
|
3419
|
+
return ((C = i.rowEl) == null ? void 0 : C.querySelector(`[data-testid="${i.keyName}"]`)) || null;
|
|
3420
|
+
}), r = T(() => {
|
|
3421
|
+
var C;
|
|
3422
|
+
return ((C = t.value) == null ? void 0 : C.querySelector('[data-testid="first-col"]')) || null;
|
|
3423
|
+
}), o = T(() => {
|
|
3424
|
+
var C, v;
|
|
3425
|
+
const x = (C = i.rowEl) == null ? void 0 : C.querySelectorAll("td");
|
|
3426
|
+
return x ? ((v = x[0]) == null ? void 0 : v.getAttribute("data-testid")) === i.keyName : !1;
|
|
3427
3427
|
});
|
|
3428
3428
|
let a;
|
|
3429
3429
|
const l = () => {
|
|
3430
3430
|
a && (a.disconnect(), a = void 0);
|
|
3431
3431
|
}, n = () => {
|
|
3432
|
-
var
|
|
3433
|
-
d.value = ((
|
|
3434
|
-
}, c = F({}), d = F(0), f = F(0), p = F(""), _ =
|
|
3432
|
+
var C, v, x;
|
|
3433
|
+
d.value = ((C = r.value) == null ? void 0 : C.getBoundingClientRect().width) || 0, f.value = ((v = t.value) == null ? void 0 : v.clientWidth) || 0, p.value = ((x = c.value) == null ? void 0 : x.innerText) || "";
|
|
3434
|
+
}, c = F({}), d = F(0), f = F(0), p = F(""), _ = T(() => [r.value, t.value]), h = we(
|
|
3435
3435
|
_,
|
|
3436
|
-
(
|
|
3436
|
+
(C) => {
|
|
3437
3437
|
if (o.value && (l(), "ResizeObserver" in window && window)) {
|
|
3438
3438
|
a = new ResizeObserver((v) => {
|
|
3439
3439
|
window.requestAnimationFrame(() => {
|
|
3440
3440
|
!Array.isArray(v) || !v.length || n();
|
|
3441
3441
|
});
|
|
3442
3442
|
});
|
|
3443
|
-
for (const v of
|
|
3443
|
+
for (const v of C)
|
|
3444
3444
|
v && a.observe(v);
|
|
3445
3445
|
}
|
|
3446
3446
|
},
|
|
3447
3447
|
{ immediate: !0, flush: "post", deep: !0 }
|
|
3448
|
-
), I =
|
|
3448
|
+
), I = T(() => o.value ? d.value > f.value : !1);
|
|
3449
3449
|
return ti(() => {
|
|
3450
3450
|
n();
|
|
3451
3451
|
}), nr(() => {
|
|
3452
3452
|
h();
|
|
3453
|
-
}), (
|
|
3454
|
-
const
|
|
3453
|
+
}), (C, v) => {
|
|
3454
|
+
const x = N("KTooltip");
|
|
3455
3455
|
return b(), $("span", {
|
|
3456
3456
|
ref_key: "contentRef",
|
|
3457
3457
|
ref: c,
|
|
3458
3458
|
class: "content-wrapper"
|
|
3459
3459
|
}, [
|
|
3460
3460
|
o.value ? (b(), $("span", Sl, [
|
|
3461
|
-
S(
|
|
3461
|
+
S(x, {
|
|
3462
3462
|
label: I.value ? p.value : "",
|
|
3463
3463
|
"max-width": "300",
|
|
3464
3464
|
placement: "bottomStart"
|
|
3465
3465
|
}, {
|
|
3466
|
-
default:
|
|
3467
|
-
Q(
|
|
3466
|
+
default: g(() => [
|
|
3467
|
+
Q(C.$slots, "default", {}, void 0, !0)
|
|
3468
3468
|
]),
|
|
3469
3469
|
_: 3
|
|
3470
3470
|
}, 8, ["label"])
|
|
3471
|
-
])) : Q(
|
|
3471
|
+
])) : Q(C.$slots, "default", { key: 1 }, void 0, !0)
|
|
3472
3472
|
], 512);
|
|
3473
3473
|
};
|
|
3474
3474
|
}
|
|
3475
3475
|
}), Al = /* @__PURE__ */ be(Il, [["__scopeId", "data-v-e42a20c9"]]), xl = { class: "toolbar-container" }, Tl = {
|
|
3476
3476
|
key: 0,
|
|
3477
3477
|
class: "toolbar-button-container"
|
|
3478
|
-
}, $l = ["data-testid"],
|
|
3478
|
+
}, $l = ["data-testid"], jl = /* @__PURE__ */ oe({
|
|
3479
3479
|
__name: "EntityBaseTable",
|
|
3480
3480
|
props: {
|
|
3481
3481
|
// table header configuration
|
|
@@ -3535,8 +3535,8 @@ const Zn = {
|
|
|
3535
3535
|
// error message to show in the error state
|
|
3536
3536
|
// this prop being set (or empty) determines if the KTable is in an error state
|
|
3537
3537
|
errorMessage: {
|
|
3538
|
-
type:
|
|
3539
|
-
default:
|
|
3538
|
+
type: String,
|
|
3539
|
+
default: ""
|
|
3540
3540
|
},
|
|
3541
3541
|
disablePaginationPageJump: {
|
|
3542
3542
|
type: Boolean,
|
|
@@ -3584,76 +3584,65 @@ const Zn = {
|
|
|
3584
3584
|
},
|
|
3585
3585
|
emits: ["click:row", "sort", "clear-search-input", "empty-state-cta-clicked"],
|
|
3586
3586
|
setup(e, { emit: i }) {
|
|
3587
|
-
const t = e, { i18n: { t: r } } =
|
|
3588
|
-
|
|
3589
|
-
return
|
|
3590
|
-
|
|
3591
|
-
|
|
3592
|
-
|
|
3593
|
-
|
|
3594
|
-
|
|
3595
|
-
title: (C = t.errorMessage) == null ? void 0 : C.title,
|
|
3596
|
-
message: (P = t.errorMessage) == null ? void 0 : P.message
|
|
3597
|
-
};
|
|
3598
|
-
}), a = x(() => t.cacheIdentifier || t.preferencesStorageKey), l = (C) => C.hasData || !!t.query, n = x(() => {
|
|
3599
|
-
const C = [];
|
|
3600
|
-
return Object.keys(t.tableHeaders).forEach((P) => {
|
|
3601
|
-
const ae = t.tableHeaders[P];
|
|
3602
|
-
C.push({
|
|
3603
|
-
label: ae.label ?? P,
|
|
3604
|
-
key: P,
|
|
3605
|
-
sortable: ae.sortable ?? !1
|
|
3587
|
+
const t = e, { i18n: { t: r } } = se.useI18n(), o = T(() => t.cacheIdentifier || t.preferencesStorageKey), a = (k) => k.hasData || !!t.query, l = T(() => {
|
|
3588
|
+
const k = [];
|
|
3589
|
+
return Object.keys(t.tableHeaders).forEach((j) => {
|
|
3590
|
+
const G = t.tableHeaders[j];
|
|
3591
|
+
k.push({
|
|
3592
|
+
label: G.label ?? j,
|
|
3593
|
+
key: j,
|
|
3594
|
+
sortable: G.sortable ?? !1
|
|
3606
3595
|
});
|
|
3607
|
-
}), t.enableEntityActions &&
|
|
3596
|
+
}), t.enableEntityActions && k.push({
|
|
3608
3597
|
key: "actions",
|
|
3609
3598
|
hideLabel: !0
|
|
3610
|
-
}),
|
|
3611
|
-
}),
|
|
3612
|
-
"data-rowid":
|
|
3613
|
-
"data-testid":
|
|
3614
|
-
...t.rowAttributes(
|
|
3615
|
-
}),
|
|
3616
|
-
var
|
|
3617
|
-
return (
|
|
3618
|
-
},
|
|
3619
|
-
const
|
|
3620
|
-
"data-testid":
|
|
3621
|
-
...t.cellAttributes(
|
|
3599
|
+
}), k;
|
|
3600
|
+
}), n = (k) => ({
|
|
3601
|
+
"data-rowid": k.id,
|
|
3602
|
+
"data-testid": k.name,
|
|
3603
|
+
...t.rowAttributes(k)
|
|
3604
|
+
}), c = F({}), d = (k) => {
|
|
3605
|
+
var j;
|
|
3606
|
+
return (j = c.value) == null ? void 0 : j.$el.querySelector(`[data-rowid="${k.id}"]`);
|
|
3607
|
+
}, f = (k) => {
|
|
3608
|
+
const j = {
|
|
3609
|
+
"data-testid": k.headerKey,
|
|
3610
|
+
...t.cellAttributes(k)
|
|
3622
3611
|
};
|
|
3623
|
-
return
|
|
3612
|
+
return k.colIndex === 0 && (j.style = {
|
|
3624
3613
|
maxWidth: "250px",
|
|
3625
3614
|
overflowX: "hidden",
|
|
3626
3615
|
textOverflow: "ellipsis"
|
|
3627
|
-
}),
|
|
3616
|
+
}), j;
|
|
3617
|
+
}, p = () => {
|
|
3618
|
+
i("empty-state-cta-clicked"), _();
|
|
3628
3619
|
}, _ = () => {
|
|
3629
|
-
i("empty-state-cta-clicked"), h();
|
|
3630
|
-
}, h = () => {
|
|
3631
3620
|
i("clear-search-input");
|
|
3632
|
-
},
|
|
3633
|
-
i("click:row",
|
|
3634
|
-
}),
|
|
3635
|
-
i("sort",
|
|
3636
|
-
}, { setTablePreferences:
|
|
3637
|
-
const
|
|
3621
|
+
}, h = T(() => t.disableRowClick ? void 0 : (k, j) => {
|
|
3622
|
+
i("click:row", j);
|
|
3623
|
+
}), I = (k) => {
|
|
3624
|
+
i("sort", k);
|
|
3625
|
+
}, { setTablePreferences: C, getTablePreferences: v } = wr(), x = T(() => {
|
|
3626
|
+
const k = v(t.preferencesStorageKey);
|
|
3638
3627
|
return {
|
|
3639
3628
|
...t.initialFetcherParams,
|
|
3640
|
-
...
|
|
3629
|
+
...k
|
|
3641
3630
|
};
|
|
3642
|
-
}),
|
|
3643
|
-
t.preferencesStorageKey &&
|
|
3631
|
+
}), s = (k) => {
|
|
3632
|
+
t.preferencesStorageKey && C(t.preferencesStorageKey, k);
|
|
3644
3633
|
};
|
|
3645
|
-
return (
|
|
3646
|
-
const
|
|
3647
|
-
return b(),
|
|
3634
|
+
return (k, j) => {
|
|
3635
|
+
const G = N("KIcon"), ue = N("KButton"), Y = N("KDropdown"), A = N("KTable"), L = N("KCard");
|
|
3636
|
+
return b(), q(L, {
|
|
3648
3637
|
class: "kong-ui-entity-base-table",
|
|
3649
3638
|
title: e.title
|
|
3650
3639
|
}, {
|
|
3651
|
-
body:
|
|
3652
|
-
S(
|
|
3640
|
+
body: g(() => [
|
|
3641
|
+
S(A, {
|
|
3653
3642
|
ref_key: "tableRefs",
|
|
3654
|
-
ref:
|
|
3655
|
-
"cache-identifier":
|
|
3656
|
-
"cell-attrs":
|
|
3643
|
+
ref: c,
|
|
3644
|
+
"cache-identifier": o.value,
|
|
3645
|
+
"cell-attrs": f,
|
|
3657
3646
|
"disable-pagination-page-jump": e.disablePaginationPageJump,
|
|
3658
3647
|
"disable-sorting": e.disableSorting,
|
|
3659
3648
|
"empty-state-action-button-icon": e.query ? "" : "plus",
|
|
@@ -3664,58 +3653,57 @@ const Zn = {
|
|
|
3664
3653
|
"empty-state-message": e.query ? m(r)("baseTable.emptyState.noSearchResultsMessage") : e.emptyStateOptions.message,
|
|
3665
3654
|
"empty-state-title": e.query ? m(r)("baseTable.emptyState.noSearchResultsTitle") : e.emptyStateOptions.title,
|
|
3666
3655
|
"enable-client-sort": e.enableClientSort,
|
|
3667
|
-
"error-state-
|
|
3668
|
-
"error-state-title": o.value.title,
|
|
3656
|
+
"error-state-title": e.errorMessage,
|
|
3669
3657
|
fetcher: e.fetcher,
|
|
3670
3658
|
"fetcher-cache-key": String(e.fetcherCacheKey),
|
|
3671
|
-
"has-error":
|
|
3672
|
-
headers:
|
|
3659
|
+
"has-error": !!e.errorMessage,
|
|
3660
|
+
headers: l.value,
|
|
3673
3661
|
"hide-pagination-when-optional": "",
|
|
3674
|
-
"initial-fetcher-params":
|
|
3662
|
+
"initial-fetcher-params": x.value,
|
|
3675
3663
|
"is-loading": e.isLoading,
|
|
3676
3664
|
"pagination-type": e.paginationType,
|
|
3677
|
-
"row-attrs":
|
|
3665
|
+
"row-attrs": n,
|
|
3678
3666
|
"search-input": e.query,
|
|
3679
|
-
onKtableEmptyStateCtaClicked:
|
|
3680
|
-
"onRow:click":
|
|
3681
|
-
onSort:
|
|
3682
|
-
"onUpdate:tablePreferences":
|
|
3667
|
+
onKtableEmptyStateCtaClicked: p,
|
|
3668
|
+
"onRow:click": h.value,
|
|
3669
|
+
onSort: j[0] || (j[0] = (B) => I(B)),
|
|
3670
|
+
"onUpdate:tablePreferences": s
|
|
3683
3671
|
}, xe({
|
|
3684
|
-
toolbar:
|
|
3672
|
+
toolbar: g(({ state: B }) => [
|
|
3685
3673
|
Ge(O("div", xl, [
|
|
3686
|
-
Q(
|
|
3687
|
-
|
|
3688
|
-
Q(
|
|
3689
|
-
])) :
|
|
3674
|
+
Q(k.$slots, "toolbar-filter", {}, void 0, !0),
|
|
3675
|
+
k.$slots["toolbar-button"] ? (b(), $("div", Tl, [
|
|
3676
|
+
Q(k.$slots, "toolbar-button", {}, void 0, !0)
|
|
3677
|
+
])) : R("", !0)
|
|
3690
3678
|
], 512), [
|
|
3691
|
-
[Je,
|
|
3679
|
+
[Je, a(B)]
|
|
3692
3680
|
])
|
|
3693
3681
|
]),
|
|
3694
|
-
actions:
|
|
3682
|
+
actions: g(({ row: B, rowKey: K, rowValue: D }) => [
|
|
3695
3683
|
O("div", {
|
|
3696
3684
|
class: "actions-container",
|
|
3697
|
-
"data-testid":
|
|
3685
|
+
"data-testid": B.name
|
|
3698
3686
|
}, [
|
|
3699
|
-
S(
|
|
3687
|
+
S(Y, {
|
|
3700
3688
|
"kpop-attributes": { placement: "bottomEnd" },
|
|
3701
3689
|
width: e.dropdownMenuWidth
|
|
3702
3690
|
}, {
|
|
3703
|
-
items:
|
|
3704
|
-
Q(
|
|
3705
|
-
row:
|
|
3706
|
-
rowKey:
|
|
3691
|
+
items: g(() => [
|
|
3692
|
+
Q(k.$slots, "actions", {
|
|
3693
|
+
row: B,
|
|
3694
|
+
rowKey: K,
|
|
3707
3695
|
rowValue: D
|
|
3708
3696
|
}, void 0, !0)
|
|
3709
3697
|
]),
|
|
3710
|
-
default:
|
|
3711
|
-
S(
|
|
3698
|
+
default: g(() => [
|
|
3699
|
+
S(ue, {
|
|
3712
3700
|
class: "actions-trigger",
|
|
3713
3701
|
"data-testid": "overflow-actions-button",
|
|
3714
3702
|
size: "small"
|
|
3715
3703
|
}, {
|
|
3716
|
-
icon:
|
|
3717
|
-
S(
|
|
3718
|
-
color: m(
|
|
3704
|
+
icon: g(() => [
|
|
3705
|
+
S(G, {
|
|
3706
|
+
color: m(yo),
|
|
3719
3707
|
icon: "more",
|
|
3720
3708
|
size: "16"
|
|
3721
3709
|
}, null, 8, ["color"])
|
|
@@ -3729,33 +3717,33 @@ const Zn = {
|
|
|
3729
3717
|
]),
|
|
3730
3718
|
_: 2
|
|
3731
3719
|
}, [
|
|
3732
|
-
ve(e.tableHeaders, (
|
|
3733
|
-
name:
|
|
3734
|
-
fn:
|
|
3720
|
+
ve(e.tableHeaders, (B, K) => ({
|
|
3721
|
+
name: K,
|
|
3722
|
+
fn: g(({ row: D, rowKey: z, rowValue: Z }) => [
|
|
3735
3723
|
S(Al, {
|
|
3736
|
-
"key-name": String(
|
|
3737
|
-
"row-el":
|
|
3724
|
+
"key-name": String(K),
|
|
3725
|
+
"row-el": d(D)
|
|
3738
3726
|
}, {
|
|
3739
|
-
default:
|
|
3740
|
-
Q(
|
|
3727
|
+
default: g(() => [
|
|
3728
|
+
Q(k.$slots, K, {
|
|
3741
3729
|
row: D,
|
|
3742
|
-
rowKey:
|
|
3743
|
-
rowValue:
|
|
3730
|
+
rowKey: z,
|
|
3731
|
+
rowValue: Z
|
|
3744
3732
|
}, () => [
|
|
3745
|
-
|
|
3733
|
+
H(M(Z), 1)
|
|
3746
3734
|
], !0)
|
|
3747
3735
|
]),
|
|
3748
3736
|
_: 2
|
|
3749
3737
|
}, 1032, ["key-name", "row-el"])
|
|
3750
3738
|
])
|
|
3751
3739
|
}))
|
|
3752
|
-
]), 1032, ["cache-identifier", "disable-pagination-page-jump", "disable-sorting", "empty-state-action-button-icon", "empty-state-action-message", "empty-state-action-route", "empty-state-icon", "empty-state-message", "empty-state-title", "enable-client-sort", "error-state-
|
|
3740
|
+
]), 1032, ["cache-identifier", "disable-pagination-page-jump", "disable-sorting", "empty-state-action-button-icon", "empty-state-action-message", "empty-state-action-route", "empty-state-icon", "empty-state-message", "empty-state-title", "enable-client-sort", "error-state-title", "fetcher", "fetcher-cache-key", "has-error", "headers", "initial-fetcher-params", "is-loading", "pagination-type", "search-input", "onRow:click"])
|
|
3753
3741
|
]),
|
|
3754
3742
|
_: 3
|
|
3755
3743
|
}, 8, ["title"]);
|
|
3756
3744
|
};
|
|
3757
3745
|
}
|
|
3758
|
-
}), El = /* @__PURE__ */ be(
|
|
3746
|
+
}), El = /* @__PURE__ */ be(jl, [["__scopeId", "data-v-86d2d2a3"]]), Ml = {
|
|
3759
3747
|
key: 0,
|
|
3760
3748
|
class: "kong-ui-entity-delete-error"
|
|
3761
3749
|
}, Vl = {
|
|
@@ -3800,14 +3788,14 @@ const Zn = {
|
|
|
3800
3788
|
},
|
|
3801
3789
|
emits: ["cancel", "proceed"],
|
|
3802
3790
|
setup(e, { emit: i }) {
|
|
3803
|
-
const t = e, { i18nT: r } =
|
|
3791
|
+
const t = e, { i18nT: r } = se.useI18n(), o = T(() => t.needConfirm ? t.entityName : ""), a = () => {
|
|
3804
3792
|
i("cancel");
|
|
3805
3793
|
}, l = () => {
|
|
3806
3794
|
i("proceed");
|
|
3807
3795
|
};
|
|
3808
3796
|
return (n, c) => {
|
|
3809
|
-
const d =
|
|
3810
|
-
return b(),
|
|
3797
|
+
const d = N("KAlert"), f = N("KPrompt");
|
|
3798
|
+
return b(), q(f, {
|
|
3811
3799
|
"action-button-text": "Yes, delete",
|
|
3812
3800
|
"action-pending": e.actionPending,
|
|
3813
3801
|
class: "kong-ui-entity-delete-modal",
|
|
@@ -3818,38 +3806,38 @@ const Zn = {
|
|
|
3818
3806
|
onCanceled: a,
|
|
3819
3807
|
onProceed: l
|
|
3820
3808
|
}, {
|
|
3821
|
-
"body-content":
|
|
3822
|
-
e.error ? (b(), $("div",
|
|
3809
|
+
"body-content": g(() => [
|
|
3810
|
+
e.error ? (b(), $("div", Ml, [
|
|
3823
3811
|
S(d, { appearance: "danger" }, {
|
|
3824
|
-
alertMessage:
|
|
3825
|
-
|
|
3812
|
+
alertMessage: g(() => [
|
|
3813
|
+
H(M(e.error), 1)
|
|
3826
3814
|
]),
|
|
3827
3815
|
_: 1
|
|
3828
3816
|
})
|
|
3829
|
-
])) :
|
|
3817
|
+
])) : R("", !0),
|
|
3830
3818
|
S(m(r), {
|
|
3831
3819
|
class: "message",
|
|
3832
3820
|
keypath: t.entityName ? "deleteModal.messageWithName" : "deleteModal.message",
|
|
3833
3821
|
tag: "p"
|
|
3834
3822
|
}, xe({
|
|
3835
|
-
entityType:
|
|
3836
|
-
|
|
3823
|
+
entityType: g(() => [
|
|
3824
|
+
H(M(t.entityType), 1)
|
|
3837
3825
|
]),
|
|
3838
3826
|
_: 2
|
|
3839
3827
|
}, [
|
|
3840
3828
|
t.entityName ? {
|
|
3841
3829
|
name: "entityName",
|
|
3842
|
-
fn:
|
|
3843
|
-
O("strong", null,
|
|
3830
|
+
fn: g(() => [
|
|
3831
|
+
O("strong", null, M(t.entityName), 1)
|
|
3844
3832
|
]),
|
|
3845
3833
|
key: "0"
|
|
3846
3834
|
} : void 0
|
|
3847
3835
|
]), 1032, ["keypath"]),
|
|
3848
3836
|
t.description || n.$slots.description ? (b(), $("div", Vl, [
|
|
3849
3837
|
Q(n.$slots, "description", {}, () => [
|
|
3850
|
-
O("p", null,
|
|
3838
|
+
O("p", null, M(t.description), 1)
|
|
3851
3839
|
], !0)
|
|
3852
|
-
])) :
|
|
3840
|
+
])) : R("", !0)
|
|
3853
3841
|
]),
|
|
3854
3842
|
_: 3
|
|
3855
3843
|
}, 8, ["action-pending", "confirmation-text", "is-visible", "title"]);
|
|
@@ -3869,7 +3857,7 @@ const Zn = {
|
|
|
3869
3857
|
width: "20",
|
|
3870
3858
|
x: "0",
|
|
3871
3859
|
y: "0"
|
|
3872
|
-
},
|
|
3860
|
+
}, Pl = ["fill"], Ll = { mask: "url(#mask0_180_20349)" }, Bl = ["fill"], Qt = /* @__PURE__ */ oe({
|
|
3873
3861
|
__name: "IconFilter",
|
|
3874
3862
|
props: {
|
|
3875
3863
|
color: {
|
|
@@ -3884,9 +3872,9 @@ const Zn = {
|
|
|
3884
3872
|
fill: e.color,
|
|
3885
3873
|
height: "20",
|
|
3886
3874
|
width: "20"
|
|
3887
|
-
}, null, 8,
|
|
3875
|
+
}, null, 8, Pl)
|
|
3888
3876
|
]),
|
|
3889
|
-
O("g",
|
|
3877
|
+
O("g", Ll, [
|
|
3890
3878
|
O("path", {
|
|
3891
3879
|
d: "M8 14.5V13H12V14.5H8ZM5 10.75V9.25H15V10.75H5ZM3 7V5.5H17V7H3Z",
|
|
3892
3880
|
fill: e.color
|
|
@@ -3894,10 +3882,10 @@ const Zn = {
|
|
|
3894
3882
|
])
|
|
3895
3883
|
]));
|
|
3896
3884
|
}
|
|
3897
|
-
}),
|
|
3885
|
+
}), Ul = {
|
|
3898
3886
|
key: 1,
|
|
3899
3887
|
class: "kong-ui-entity-filter"
|
|
3900
|
-
},
|
|
3888
|
+
}, ql = { class: "menu-item-title" }, Rl = { class: "menu-item-indicator" }, Dl = { class: "menu-item-body" }, zl = ["for"], Hl = { class: "menu-item-buttons" }, Gl = { class: "filter-clear-button-container" }, Jl = /* @__PURE__ */ oe({
|
|
3901
3889
|
__name: "EntityFilter",
|
|
3902
3890
|
props: {
|
|
3903
3891
|
// filter config, either exact match or fuzzy match
|
|
@@ -3917,21 +3905,21 @@ const Zn = {
|
|
|
3917
3905
|
},
|
|
3918
3906
|
emits: ["update:modelValue"],
|
|
3919
3907
|
setup(e, { emit: i }) {
|
|
3920
|
-
const t = e, { i18n: { t: r } } =
|
|
3908
|
+
const t = e, { i18n: { t: r } } = se.useI18n(), o = F(!1), a = F({}), l = T(() => {
|
|
3921
3909
|
const v = [];
|
|
3922
|
-
return new URLSearchParams(t.modelValue).forEach((
|
|
3923
|
-
|
|
3910
|
+
return new URLSearchParams(t.modelValue).forEach((x, s) => {
|
|
3911
|
+
x !== "" && v.push(s);
|
|
3924
3912
|
}), v;
|
|
3925
|
-
}), n =
|
|
3913
|
+
}), n = T(() => {
|
|
3926
3914
|
const v = t.config.fields;
|
|
3927
|
-
return Object.keys(v).filter((
|
|
3928
|
-
label: v[
|
|
3929
|
-
value:
|
|
3915
|
+
return Object.keys(v).filter((x) => v[x].searchable).map((x) => ({
|
|
3916
|
+
label: v[x].label || x,
|
|
3917
|
+
value: x
|
|
3930
3918
|
}));
|
|
3931
3919
|
});
|
|
3932
3920
|
we(() => t.modelValue, (v) => {
|
|
3933
|
-
a.value = {}, new URLSearchParams(v).forEach((
|
|
3934
|
-
a.value[s] =
|
|
3921
|
+
a.value = {}, new URLSearchParams(v).forEach((x, s) => {
|
|
3922
|
+
a.value[s] = x;
|
|
3935
3923
|
});
|
|
3936
3924
|
});
|
|
3937
3925
|
const c = () => {
|
|
@@ -3939,28 +3927,28 @@ const Zn = {
|
|
|
3939
3927
|
}, d = (v) => {
|
|
3940
3928
|
i("update:modelValue", v);
|
|
3941
3929
|
}, f = (v) => `filter-${v}`, p = (v) => {
|
|
3942
|
-
var
|
|
3943
|
-
return (((s = (
|
|
3944
|
-
value:
|
|
3945
|
-
label:
|
|
3930
|
+
var x, s;
|
|
3931
|
+
return (((s = (x = t.config.schema) == null ? void 0 : x[v]) == null ? void 0 : s.values) ?? []).map((k) => ({
|
|
3932
|
+
value: k,
|
|
3933
|
+
label: k
|
|
3946
3934
|
}));
|
|
3947
3935
|
}, _ = (v) => {
|
|
3948
|
-
var
|
|
3949
|
-
return ((s = (
|
|
3936
|
+
var x, s;
|
|
3937
|
+
return ((s = (x = t.config.schema) == null ? void 0 : x[v]) == null ? void 0 : s.type) ?? "text";
|
|
3950
3938
|
}, h = (v) => {
|
|
3951
3939
|
a.value = {
|
|
3952
3940
|
...a.value,
|
|
3953
3941
|
[v]: ""
|
|
3954
|
-
},
|
|
3942
|
+
}, C();
|
|
3955
3943
|
}, I = () => {
|
|
3956
|
-
a.value = {},
|
|
3957
|
-
},
|
|
3958
|
-
const
|
|
3959
|
-
v && (o.value = !1), i("update:modelValue", new URLSearchParams(
|
|
3944
|
+
a.value = {}, C(!0);
|
|
3945
|
+
}, C = (v = !1) => {
|
|
3946
|
+
const x = Object.keys(a.value).reduce((s, k) => (a.value[k] && (s[k] = `${a.value[k]}`), s), {});
|
|
3947
|
+
v && (o.value = !1), i("update:modelValue", new URLSearchParams(x).toString());
|
|
3960
3948
|
};
|
|
3961
|
-
return (v,
|
|
3962
|
-
const s =
|
|
3963
|
-
return e.config.isExactMatch ? (b(),
|
|
3949
|
+
return (v, x) => {
|
|
3950
|
+
const s = N("KInput"), k = N("KButton"), j = N("KSelect"), G = N("KMenuItem"), ue = N("KMenu");
|
|
3951
|
+
return e.config.isExactMatch ? (b(), q(s, {
|
|
3964
3952
|
key: 0,
|
|
3965
3953
|
autocomplete: "off",
|
|
3966
3954
|
class: "kong-ui-entity-filter-input",
|
|
@@ -3969,19 +3957,19 @@ const Zn = {
|
|
|
3969
3957
|
placeholder: e.config.placeholder,
|
|
3970
3958
|
"onUpdate:modelValue": d
|
|
3971
3959
|
}, {
|
|
3972
|
-
before:
|
|
3973
|
-
S(
|
|
3960
|
+
before: g(() => [
|
|
3961
|
+
S(Qt)
|
|
3974
3962
|
]),
|
|
3975
3963
|
_: 1
|
|
3976
|
-
}, 8, ["model-value", "placeholder"])) : (b(), $("div",
|
|
3977
|
-
S(
|
|
3964
|
+
}, 8, ["model-value", "placeholder"])) : (b(), $("div", Ul, [
|
|
3965
|
+
S(k, {
|
|
3978
3966
|
appearance: "tertiary",
|
|
3979
3967
|
"data-testid": "filter-button",
|
|
3980
3968
|
onClick: c
|
|
3981
3969
|
}, {
|
|
3982
|
-
default:
|
|
3983
|
-
S(
|
|
3984
|
-
|
|
3970
|
+
default: g(() => [
|
|
3971
|
+
S(Qt),
|
|
3972
|
+
H(" " + M(m(r)("filter.filterButtonText")) + " " + M(l.value.length > 0 ? `(${l.value.length})` : ""), 1)
|
|
3985
3973
|
]),
|
|
3986
3974
|
_: 1
|
|
3987
3975
|
}),
|
|
@@ -3991,68 +3979,68 @@ const Zn = {
|
|
|
3991
3979
|
}, null, 512), [
|
|
3992
3980
|
[Je, o.value]
|
|
3993
3981
|
]),
|
|
3994
|
-
Ge(S(
|
|
3995
|
-
body:
|
|
3996
|
-
(b(!0), $(he, null, ve(n.value, (Y, A) => (b(),
|
|
3982
|
+
Ge(S(ue, { class: "kong-ui-entity-filter-menu" }, {
|
|
3983
|
+
body: g(() => [
|
|
3984
|
+
(b(!0), $(he, null, ve(n.value, (Y, A) => (b(), q(G, {
|
|
3997
3985
|
key: Y.value,
|
|
3998
3986
|
"data-testid": Y.value,
|
|
3999
3987
|
expandable: "",
|
|
4000
3988
|
"last-menu-item": A === n.value.length - 1
|
|
4001
3989
|
}, {
|
|
4002
|
-
itemTitle:
|
|
4003
|
-
O("span",
|
|
4004
|
-
|
|
3990
|
+
itemTitle: g(() => [
|
|
3991
|
+
O("span", ql, [
|
|
3992
|
+
H(M(Y.label) + " ", 1),
|
|
4005
3993
|
Ge(O("span", Rl, null, 512), [
|
|
4006
3994
|
[Je, l.value.includes(Y.value)]
|
|
4007
3995
|
])
|
|
4008
3996
|
])
|
|
4009
3997
|
]),
|
|
4010
|
-
itemBody:
|
|
4011
|
-
var
|
|
3998
|
+
itemBody: g(() => {
|
|
3999
|
+
var L, B;
|
|
4012
4000
|
return [
|
|
4013
4001
|
O("div", Dl, [
|
|
4014
4002
|
O("label", {
|
|
4015
4003
|
class: "menu-item-label",
|
|
4016
4004
|
for: f(Y.value)
|
|
4017
|
-
},
|
|
4018
|
-
((
|
|
4005
|
+
}, M(m(r)("filter.fieldLabel")), 9, zl),
|
|
4006
|
+
((B = (L = e.config.schema) == null ? void 0 : L[Y.value]) == null ? void 0 : B.type) === "select" ? (b(), q(j, {
|
|
4019
4007
|
key: 0,
|
|
4020
4008
|
id: f(Y.value),
|
|
4021
4009
|
modelValue: a.value[Y.value],
|
|
4022
|
-
"onUpdate:modelValue": (
|
|
4010
|
+
"onUpdate:modelValue": (K) => a.value[Y.value] = K,
|
|
4023
4011
|
appearance: "select",
|
|
4024
4012
|
items: p(Y.value),
|
|
4025
4013
|
placeholder: m(r)("filter.selectPlaceholder")
|
|
4026
|
-
}, null, 8, ["id", "modelValue", "onUpdate:modelValue", "items", "placeholder"])) : (b(),
|
|
4014
|
+
}, null, 8, ["id", "modelValue", "onUpdate:modelValue", "items", "placeholder"])) : (b(), q(s, {
|
|
4027
4015
|
key: 1,
|
|
4028
4016
|
id: f(Y.value),
|
|
4029
4017
|
modelValue: a.value[Y.value],
|
|
4030
|
-
"onUpdate:modelValue": (
|
|
4018
|
+
"onUpdate:modelValue": (K) => a.value[Y.value] = K,
|
|
4031
4019
|
autocomplete: "off",
|
|
4032
4020
|
placeholder: m(r)("filter.inputPlaceholder"),
|
|
4033
4021
|
type: _(Y.value)
|
|
4034
4022
|
}, null, 8, ["id", "modelValue", "onUpdate:modelValue", "placeholder", "type"]))
|
|
4035
4023
|
]),
|
|
4036
|
-
O("div",
|
|
4037
|
-
S(
|
|
4024
|
+
O("div", Hl, [
|
|
4025
|
+
S(k, {
|
|
4038
4026
|
appearance: "tertiary",
|
|
4039
4027
|
"data-testid": "apply-filter",
|
|
4040
4028
|
size: "small",
|
|
4041
|
-
onClick:
|
|
4029
|
+
onClick: x[0] || (x[0] = (K) => C(!0))
|
|
4042
4030
|
}, {
|
|
4043
|
-
default:
|
|
4044
|
-
|
|
4031
|
+
default: g(() => [
|
|
4032
|
+
H(M(m(r)("filter.applyButtonText")), 1)
|
|
4045
4033
|
]),
|
|
4046
4034
|
_: 1
|
|
4047
4035
|
}),
|
|
4048
|
-
S(
|
|
4036
|
+
S(k, {
|
|
4049
4037
|
appearance: "tertiary",
|
|
4050
4038
|
"data-testid": "clear-filter",
|
|
4051
4039
|
size: "small",
|
|
4052
|
-
onClick: (
|
|
4040
|
+
onClick: (K) => h(Y.value)
|
|
4053
4041
|
}, {
|
|
4054
|
-
default:
|
|
4055
|
-
|
|
4042
|
+
default: g(() => [
|
|
4043
|
+
H(M(m(r)("filter.clearButtonText")), 1)
|
|
4056
4044
|
]),
|
|
4057
4045
|
_: 2
|
|
4058
4046
|
}, 1032, ["onClick"])
|
|
@@ -4062,14 +4050,14 @@ const Zn = {
|
|
|
4062
4050
|
_: 2
|
|
4063
4051
|
}, 1032, ["data-testid", "last-menu-item"]))), 128))
|
|
4064
4052
|
]),
|
|
4065
|
-
actionButton:
|
|
4053
|
+
actionButton: g(() => [
|
|
4066
4054
|
O("div", Gl, [
|
|
4067
|
-
S(
|
|
4055
|
+
S(k, {
|
|
4068
4056
|
size: "small",
|
|
4069
4057
|
onClick: I
|
|
4070
4058
|
}, {
|
|
4071
|
-
default:
|
|
4072
|
-
|
|
4059
|
+
default: g(() => [
|
|
4060
|
+
H(M(m(r)("filter.clearAllButtonText")), 1)
|
|
4073
4061
|
]),
|
|
4074
4062
|
_: 1
|
|
4075
4063
|
})
|
|
@@ -4114,9 +4102,9 @@ const Zn = {
|
|
|
4114
4102
|
},
|
|
4115
4103
|
emits: ["canceled", "proceed"],
|
|
4116
4104
|
setup(e, { emit: i }) {
|
|
4117
|
-
const t = e, { i18n: { t: r }, i18nT: o } =
|
|
4105
|
+
const t = e, { i18n: { t: r }, i18nT: o } = se.useI18n(), a = F(!1), l = T(
|
|
4118
4106
|
() => t.action === "enable" ? r("toggleModal.enable.title", { entityType: t.entityType }) : r("toggleModal.disable.title", { entityType: t.entityType })
|
|
4119
|
-
), n =
|
|
4107
|
+
), n = T(
|
|
4120
4108
|
() => t.action === "enable" ? r("toggleModal.enable.confirmText") : r("toggleModal.disable.confirmText")
|
|
4121
4109
|
), c = () => i("canceled"), d = async () => {
|
|
4122
4110
|
if (t.onConfirm) {
|
|
@@ -4131,8 +4119,8 @@ const Zn = {
|
|
|
4131
4119
|
}
|
|
4132
4120
|
};
|
|
4133
4121
|
return (f, p) => {
|
|
4134
|
-
const _ =
|
|
4135
|
-
return b(),
|
|
4122
|
+
const _ = N("KPrompt");
|
|
4123
|
+
return b(), q(ir, { to: "body" }, [
|
|
4136
4124
|
S(_, {
|
|
4137
4125
|
"action-button-text": n.value,
|
|
4138
4126
|
"action-pending": a.value,
|
|
@@ -4143,16 +4131,16 @@ const Zn = {
|
|
|
4143
4131
|
onCanceled: c,
|
|
4144
4132
|
onProceed: d
|
|
4145
4133
|
}, {
|
|
4146
|
-
"body-content":
|
|
4134
|
+
"body-content": g(() => [
|
|
4147
4135
|
S(m(o), {
|
|
4148
4136
|
keypath: `toggleModal.${t.action}.message`,
|
|
4149
4137
|
scope: "global"
|
|
4150
4138
|
}, {
|
|
4151
|
-
entityType:
|
|
4152
|
-
|
|
4139
|
+
entityType: g(() => [
|
|
4140
|
+
H(M(e.entityType), 1)
|
|
4153
4141
|
]),
|
|
4154
|
-
entityName:
|
|
4155
|
-
O("strong", null,
|
|
4142
|
+
entityName: g(() => [
|
|
4143
|
+
O("strong", null, M(e.entityName), 1)
|
|
4156
4144
|
]),
|
|
4157
4145
|
_: 1
|
|
4158
4146
|
}, 8, ["keypath"])
|
|
@@ -4162,7 +4150,7 @@ const Zn = {
|
|
|
4162
4150
|
]);
|
|
4163
4151
|
};
|
|
4164
4152
|
}
|
|
4165
|
-
}),
|
|
4153
|
+
}), Le = /* @__PURE__ */ oe({
|
|
4166
4154
|
__name: "PermissionsWrapper",
|
|
4167
4155
|
props: {
|
|
4168
4156
|
/**
|
|
@@ -4184,18 +4172,18 @@ const Zn = {
|
|
|
4184
4172
|
}
|
|
4185
4173
|
},
|
|
4186
4174
|
setup(e) {
|
|
4187
|
-
const i = e, t = F(void 0), r =
|
|
4175
|
+
const i = e, t = F(void 0), r = T(() => t.value === !0 || t.value !== void 0 && i.forceShow === !0);
|
|
4188
4176
|
return we(() => i.authFunction, async () => {
|
|
4189
4177
|
t.value = await i.authFunction();
|
|
4190
4178
|
}, { immediate: !0 }), (o, a) => r.value ? Q(o.$slots, "default", {
|
|
4191
4179
|
key: 0,
|
|
4192
4180
|
isAllowed: t.value
|
|
4193
|
-
}) :
|
|
4181
|
+
}) : R("", !0);
|
|
4194
4182
|
}
|
|
4195
|
-
}), Zl = { class: "form-section-wrapper" },
|
|
4183
|
+
}), Zl = { class: "form-section-wrapper" }, Xl = {
|
|
4196
4184
|
key: 0,
|
|
4197
4185
|
class: "form-section-title"
|
|
4198
|
-
},
|
|
4186
|
+
}, Ql = {
|
|
4199
4187
|
key: 1,
|
|
4200
4188
|
class: "form-section-description"
|
|
4201
4189
|
}, es = {
|
|
@@ -4231,19 +4219,19 @@ const Zn = {
|
|
|
4231
4219
|
class: $e(["kong-ui-entity-form-section", { "has-divider": e.hasDivider }])
|
|
4232
4220
|
}, [
|
|
4233
4221
|
O("div", Zl, [
|
|
4234
|
-
e.hideInfoHeader ?
|
|
4222
|
+
e.hideInfoHeader ? R("", !0) : (b(), $("div", {
|
|
4235
4223
|
key: 0,
|
|
4236
4224
|
class: $e(["form-section-info", { sticky: e.stickyInfoHeader }])
|
|
4237
4225
|
}, [
|
|
4238
|
-
e.title ? (b(), $("h4",
|
|
4239
|
-
e.description || m(i).description ? (b(), $("div",
|
|
4226
|
+
e.title ? (b(), $("h4", Xl, M(e.title), 1)) : R("", !0),
|
|
4227
|
+
e.description || m(i).description ? (b(), $("div", Ql, [
|
|
4240
4228
|
Q(t.$slots, "description", {}, () => [
|
|
4241
|
-
O("p", null,
|
|
4229
|
+
O("p", null, M(e.description), 1)
|
|
4242
4230
|
], !0)
|
|
4243
|
-
])) :
|
|
4231
|
+
])) : R("", !0),
|
|
4244
4232
|
m(i).footer ? (b(), $("div", es, [
|
|
4245
4233
|
Q(t.$slots, "footer", {}, void 0, !0)
|
|
4246
|
-
])) :
|
|
4234
|
+
])) : R("", !0)
|
|
4247
4235
|
], 2)),
|
|
4248
4236
|
O("div", ts, [
|
|
4249
4237
|
Q(t.$slots, "default", {}, void 0, !0)
|
|
@@ -4251,7 +4239,7 @@ const Zn = {
|
|
|
4251
4239
|
])
|
|
4252
4240
|
], 2));
|
|
4253
4241
|
}
|
|
4254
|
-
}), ei = /* @__PURE__ */ be(is, [["__scopeId", "data-v-8b6dc312"]]), { useAxios: er, useDeleteUrlBuilder: rs, useErrors: os, useExternalLinkCreator: Fs, useFetchUrlBuilder: Ns, useFetcher: as, useDebouncedFilter: Ks, useStringHelpers:
|
|
4242
|
+
}), ei = /* @__PURE__ */ be(is, [["__scopeId", "data-v-8b6dc312"]]), { useAxios: er, useDeleteUrlBuilder: rs, useErrors: os, useExternalLinkCreator: Fs, useFetchUrlBuilder: Ns, useFetcher: as, useDebouncedFilter: Ks, useStringHelpers: Ps, useHelpers: ns, useGatewayFeatureSupported: ls, useTruncationDetector: Ls } = se;
|
|
4255
4243
|
const ss = { class: "kong-ui-entities-gateway-services-list" }, cs = { key: 1 }, us = /* @__PURE__ */ oe({
|
|
4256
4244
|
__name: "GatewayServiceList",
|
|
4257
4245
|
props: {
|
|
@@ -4296,7 +4284,7 @@ const ss = { class: "kong-ui-entities-gateway-services-list" }, cs = { key: 1 },
|
|
|
4296
4284
|
var Ee;
|
|
4297
4285
|
const t = e, { i18n: { t: r } } = We.useI18n(), o = vt(), { axiosInstance: a } = er({
|
|
4298
4286
|
headers: (Ee = t.config) == null ? void 0 : Ee.requestHeaders
|
|
4299
|
-
}), l = F(1), n =
|
|
4287
|
+
}), l = F(1), n = T(() => t.config.app !== "kongManager" || !!t.config.disableSorting), c = {
|
|
4300
4288
|
name: { label: r("gateway_services.list.table_headers.name"), searchable: !0, sortable: !0 },
|
|
4301
4289
|
protocol: { label: r("gateway_services.list.table_headers.protocol"), searchable: !0, sortable: !0 },
|
|
4302
4290
|
host: { label: r("gateway_services.list.table_headers.host"), searchable: !0, sortable: !0 },
|
|
@@ -4304,134 +4292,131 @@ const ss = { class: "kong-ui-entities-gateway-services-list" }, cs = { key: 1 },
|
|
|
4304
4292
|
path: { label: r("gateway_services.list.table_headers.path"), searchable: !0, sortable: !0 },
|
|
4305
4293
|
enabled: { label: r("gateway_services.list.table_headers.enabled"), searchable: !0, sortable: !0 },
|
|
4306
4294
|
tags: { label: r("gateway_services.list.table_headers.tags"), sortable: !1 }
|
|
4307
|
-
}, d = c, f =
|
|
4308
|
-
var u,
|
|
4309
|
-
let
|
|
4310
|
-
return t.config.app === "konnect" ?
|
|
4311
|
-
}), p =
|
|
4312
|
-
const
|
|
4313
|
-
if (
|
|
4295
|
+
}, d = c, f = T(() => {
|
|
4296
|
+
var u, y;
|
|
4297
|
+
let P = `${t.config.apiBaseUrl}${Ue.list[t.config.app].all}`;
|
|
4298
|
+
return t.config.app === "konnect" ? P = P.replace(/{controlPlaneId}/gi, ((u = t.config) == null ? void 0 : u.controlPlaneId) || "") : t.config.app === "kongManager" && (P = P.replace(/\/{workspace}/gi, (y = t.config) != null && y.workspace ? `/${t.config.workspace}` : "")), P;
|
|
4299
|
+
}), p = T(() => t.config.apiBaseUrl.startsWith("/") ? new URL(`${window.location.origin}${f.value}`) : new URL(f.value)), _ = F(""), h = T(() => {
|
|
4300
|
+
const P = t.config.app === "konnect" || t.config.isExactMatch;
|
|
4301
|
+
if (P)
|
|
4314
4302
|
return {
|
|
4315
|
-
isExactMatch:
|
|
4303
|
+
isExactMatch: P,
|
|
4316
4304
|
placeholder: r("search.placeholder")
|
|
4317
4305
|
};
|
|
4318
|
-
const { name: u, enabled:
|
|
4306
|
+
const { name: u, enabled: y, protocol: U, host: ae, port: re, path: ce } = c;
|
|
4319
4307
|
return {
|
|
4320
|
-
isExactMatch:
|
|
4321
|
-
fields: { name: u, enabled:
|
|
4308
|
+
isExactMatch: P,
|
|
4309
|
+
fields: { name: u, enabled: y, protocol: U, host: ae, port: re, path: ce },
|
|
4322
4310
|
schema: t.config.filterSchema
|
|
4323
4311
|
};
|
|
4324
|
-
}), { fetcher: I, fetcherState:
|
|
4312
|
+
}), { fetcher: I, fetcherState: C } = as(t.config, f.value), v = () => {
|
|
4325
4313
|
_.value = "";
|
|
4326
|
-
},
|
|
4314
|
+
}, x = () => {
|
|
4327
4315
|
l.value++;
|
|
4328
|
-
}, s = F(
|
|
4316
|
+
}, s = F(""), k = T(() => ({
|
|
4329
4317
|
ctaPath: t.config.createRoute,
|
|
4330
4318
|
ctaText: Ce.value ? r("actions.create") : void 0,
|
|
4331
4319
|
message: r("gateway_services.list.empty_state.description"),
|
|
4332
4320
|
title: Ce.value ? r("gateway_services.list.empty_state.title") : ""
|
|
4333
|
-
})),
|
|
4334
|
-
const
|
|
4321
|
+
})), j = F(!1), G = F(null), ue = T(() => {
|
|
4322
|
+
const P = {
|
|
4335
4323
|
action: "disable",
|
|
4336
4324
|
id: "",
|
|
4337
4325
|
name: ""
|
|
4338
4326
|
};
|
|
4339
|
-
if (
|
|
4340
|
-
const { enabled: u, id:
|
|
4341
|
-
|
|
4327
|
+
if (G.value) {
|
|
4328
|
+
const { enabled: u, id: y, name: U } = G.value;
|
|
4329
|
+
P.action = u ? "disable" : "enable", P.id = y, P.name = U || y;
|
|
4342
4330
|
}
|
|
4343
|
-
return
|
|
4344
|
-
}), Y = (
|
|
4345
|
-
|
|
4331
|
+
return P;
|
|
4332
|
+
}), Y = (P) => {
|
|
4333
|
+
j.value = !0, G.value = P;
|
|
4346
4334
|
}, A = () => {
|
|
4347
|
-
|
|
4348
|
-
},
|
|
4349
|
-
var
|
|
4350
|
-
if (!await ((
|
|
4335
|
+
j.value = !1, G.value = null;
|
|
4336
|
+
}, L = async () => {
|
|
4337
|
+
var U, ae;
|
|
4338
|
+
if (!await ((U = t.canEdit) == null ? void 0 : U.call(t, G.value)) || !G.value)
|
|
4351
4339
|
return;
|
|
4352
|
-
const u = `${p.value.href}/${
|
|
4340
|
+
const u = `${p.value.href}/${G.value.id}`, y = !G.value.enabled;
|
|
4353
4341
|
try {
|
|
4354
|
-
const { data: re } = ((
|
|
4342
|
+
const { data: re } = ((ae = t.config) == null ? void 0 : ae.app) === "konnect" ? await a.put(u, { ...G.value, enabled: y }) : await a.patch(u, { ...G.value, enabled: y });
|
|
4355
4343
|
i("toggle:success", re);
|
|
4356
4344
|
} catch (re) {
|
|
4357
4345
|
i("error", re);
|
|
4358
4346
|
}
|
|
4359
|
-
|
|
4360
|
-
},
|
|
4361
|
-
const
|
|
4362
|
-
if (!u(
|
|
4347
|
+
G.value.enabled = y;
|
|
4348
|
+
}, B = (P, u) => {
|
|
4349
|
+
const y = P.id;
|
|
4350
|
+
if (!u(y)) {
|
|
4363
4351
|
i("copy:error", {
|
|
4364
|
-
entity:
|
|
4352
|
+
entity: P,
|
|
4365
4353
|
field: "id",
|
|
4366
4354
|
message: r("errors.copy")
|
|
4367
4355
|
});
|
|
4368
4356
|
return;
|
|
4369
4357
|
}
|
|
4370
4358
|
i("copy:success", {
|
|
4371
|
-
entity:
|
|
4359
|
+
entity: P,
|
|
4372
4360
|
field: "id",
|
|
4373
|
-
message: r("copy.success", { val:
|
|
4361
|
+
message: r("copy.success", { val: y })
|
|
4374
4362
|
});
|
|
4375
|
-
},
|
|
4376
|
-
const
|
|
4377
|
-
if (!u(
|
|
4363
|
+
}, K = (P, u) => {
|
|
4364
|
+
const y = JSON.stringify(P);
|
|
4365
|
+
if (!u(y)) {
|
|
4378
4366
|
i("copy:error", {
|
|
4379
|
-
entity:
|
|
4367
|
+
entity: P,
|
|
4380
4368
|
message: r("errors.copy")
|
|
4381
4369
|
});
|
|
4382
4370
|
return;
|
|
4383
4371
|
}
|
|
4384
4372
|
i("copy:success", {
|
|
4385
|
-
entity:
|
|
4373
|
+
entity: P,
|
|
4386
4374
|
message: r("copy.success_brief")
|
|
4387
4375
|
});
|
|
4388
|
-
},
|
|
4389
|
-
var
|
|
4390
|
-
await ((
|
|
4391
|
-
},
|
|
4376
|
+
}, D = async (P) => {
|
|
4377
|
+
var y;
|
|
4378
|
+
await ((y = t.canRetrieve) == null ? void 0 : y.call(t, P)) && o.push(t.config.getViewRoute(P.id));
|
|
4379
|
+
}, z = (P) => ({
|
|
4392
4380
|
label: r("actions.view"),
|
|
4393
|
-
to: t.config.getViewRoute(
|
|
4394
|
-
}),
|
|
4381
|
+
to: t.config.getViewRoute(P)
|
|
4382
|
+
}), Z = (P) => ({
|
|
4395
4383
|
label: r("actions.edit"),
|
|
4396
|
-
to: t.config.getEditRoute(
|
|
4397
|
-
}),
|
|
4398
|
-
|
|
4399
|
-
},
|
|
4400
|
-
ie.value = !1,
|
|
4384
|
+
to: t.config.getEditRoute(P)
|
|
4385
|
+
}), J = F(void 0), ie = F(!1), X = F(!1), ee = F(""), de = rs(t.config, f.value), rt = (P) => {
|
|
4386
|
+
J.value = P, ie.value = !0;
|
|
4387
|
+
}, je = () => {
|
|
4388
|
+
ie.value = !1, J.value = void 0;
|
|
4401
4389
|
}, ot = async () => {
|
|
4402
|
-
var
|
|
4403
|
-
if ((
|
|
4404
|
-
|
|
4390
|
+
var P, u, y;
|
|
4391
|
+
if ((P = J.value) != null && P.id) {
|
|
4392
|
+
X.value = !0;
|
|
4405
4393
|
try {
|
|
4406
|
-
await a.delete(de(
|
|
4407
|
-
} catch (
|
|
4408
|
-
ee.value = ((
|
|
4394
|
+
await a.delete(de(J.value.id)), i("delete:success", J.value), je(), l.value++;
|
|
4395
|
+
} catch (U) {
|
|
4396
|
+
ee.value = ((y = (u = U.response) == null ? void 0 : u.data) == null ? void 0 : y.message) || U.message || r("errors.delete"), i("error", U);
|
|
4409
4397
|
} finally {
|
|
4410
|
-
|
|
4398
|
+
X.value = !1;
|
|
4411
4399
|
}
|
|
4412
4400
|
}
|
|
4413
4401
|
};
|
|
4414
|
-
we(
|
|
4415
|
-
|
|
4416
|
-
|
|
4417
|
-
s.value = {
|
|
4418
|
-
title: r("errors.general")
|
|
4419
|
-
}, (B = (g = (u = K.error) == null ? void 0 : u.response) == null ? void 0 : g.data) != null && B.message && (s.value.message = K.error.response.data.message), i("error", K.error);
|
|
4402
|
+
we(C, (P) => {
|
|
4403
|
+
if (P.status === Ae.Error) {
|
|
4404
|
+
s.value = r("errors.general"), i("error", P.error);
|
|
4420
4405
|
return;
|
|
4421
4406
|
}
|
|
4422
|
-
s.value =
|
|
4407
|
+
s.value = "";
|
|
4423
4408
|
});
|
|
4424
4409
|
const Ce = F(!1);
|
|
4425
|
-
return
|
|
4410
|
+
return gt(async () => {
|
|
4426
4411
|
Ce.value = await t.canCreate();
|
|
4427
|
-
}), (
|
|
4428
|
-
const
|
|
4412
|
+
}), (P, u) => {
|
|
4413
|
+
const y = N("KButton"), U = N("KInputSwitch"), ae = N("KBadge"), re = N("KTruncate"), ce = N("KDropdownItem"), w = N("KClipboardProvider");
|
|
4429
4414
|
return b(), $("div", ss, [
|
|
4430
4415
|
S(m(El), {
|
|
4431
4416
|
"cache-identifier": e.cacheIdentifier,
|
|
4432
4417
|
"disable-pagination-page-jump": "",
|
|
4433
4418
|
"disable-sorting": n.value,
|
|
4434
|
-
"empty-state-options":
|
|
4419
|
+
"empty-state-options": k.value,
|
|
4435
4420
|
"enable-entity-actions": "",
|
|
4436
4421
|
"error-message": s.value,
|
|
4437
4422
|
fetcher: m(I),
|
|
@@ -4441,28 +4426,28 @@ const ss = { class: "kong-ui-entities-gateway-services-list" }, cs = { key: 1 },
|
|
|
4441
4426
|
query: _.value,
|
|
4442
4427
|
"table-headers": m(d),
|
|
4443
4428
|
onClearSearchInput: v,
|
|
4444
|
-
"onClick:row": u[3] || (u[3] = (W) =>
|
|
4445
|
-
onSort:
|
|
4429
|
+
"onClick:row": u[3] || (u[3] = (W) => D(W)),
|
|
4430
|
+
onSort: x
|
|
4446
4431
|
}, {
|
|
4447
|
-
"toolbar-filter":
|
|
4432
|
+
"toolbar-filter": g(() => [
|
|
4448
4433
|
S(m(Wl), {
|
|
4449
4434
|
modelValue: _.value,
|
|
4450
4435
|
"onUpdate:modelValue": u[0] || (u[0] = (W) => _.value = W),
|
|
4451
4436
|
config: h.value
|
|
4452
4437
|
}, null, 8, ["modelValue", "config"])
|
|
4453
4438
|
]),
|
|
4454
|
-
"toolbar-button":
|
|
4455
|
-
S(m(
|
|
4439
|
+
"toolbar-button": g(() => [
|
|
4440
|
+
S(m(Le), {
|
|
4456
4441
|
"auth-function": () => e.canCreate()
|
|
4457
4442
|
}, {
|
|
4458
|
-
default:
|
|
4459
|
-
S(
|
|
4443
|
+
default: g(() => [
|
|
4444
|
+
S(y, {
|
|
4460
4445
|
appearance: "primary",
|
|
4461
4446
|
icon: "plus",
|
|
4462
4447
|
to: e.config.createRoute
|
|
4463
4448
|
}, {
|
|
4464
|
-
default:
|
|
4465
|
-
|
|
4449
|
+
default: g(() => [
|
|
4450
|
+
H(M(m(r)("gateway_services.list.toolbar_actions.new_gateway_service")), 1)
|
|
4466
4451
|
]),
|
|
4467
4452
|
_: 1
|
|
4468
4453
|
}, 8, ["to"])
|
|
@@ -4470,42 +4455,42 @@ const ss = { class: "kong-ui-entities-gateway-services-list" }, cs = { key: 1 },
|
|
|
4470
4455
|
_: 1
|
|
4471
4456
|
}, 8, ["auth-function"])
|
|
4472
4457
|
]),
|
|
4473
|
-
name:
|
|
4474
|
-
O("b", null,
|
|
4458
|
+
name: g(({ rowValue: W }) => [
|
|
4459
|
+
O("b", null, M(W ?? "-"), 1)
|
|
4475
4460
|
]),
|
|
4476
|
-
enabled:
|
|
4477
|
-
S(m(
|
|
4461
|
+
enabled: g(({ row: W }) => [
|
|
4462
|
+
S(m(Le), {
|
|
4478
4463
|
"auth-function": () => e.canEdit(W),
|
|
4479
4464
|
"force-show": ""
|
|
4480
4465
|
}, {
|
|
4481
|
-
default:
|
|
4466
|
+
default: g(({ isAllowed: V }) => [
|
|
4482
4467
|
O("div", {
|
|
4483
4468
|
onClick: u[1] || (u[1] = Ne(() => {
|
|
4484
4469
|
}, ["stop"]))
|
|
4485
4470
|
}, [
|
|
4486
|
-
S(
|
|
4471
|
+
S(U, {
|
|
4487
4472
|
modelValue: W.enabled,
|
|
4488
|
-
"onUpdate:modelValue": (
|
|
4473
|
+
"onUpdate:modelValue": (He) => W.enabled = He,
|
|
4489
4474
|
"data-testid": `row-${W.id}-toggle-input`,
|
|
4490
4475
|
disabled: !V,
|
|
4491
4476
|
label: W.enabled ? m(r)("actions.enable.enabled_label") : m(r)("actions.enable.disabled_label"),
|
|
4492
|
-
onClick: Ne((
|
|
4477
|
+
onClick: Ne((He) => Y(W), ["prevent"])
|
|
4493
4478
|
}, null, 8, ["modelValue", "onUpdate:modelValue", "data-testid", "disabled", "label", "onClick"])
|
|
4494
4479
|
])
|
|
4495
4480
|
]),
|
|
4496
4481
|
_: 2
|
|
4497
4482
|
}, 1032, ["auth-function"])
|
|
4498
4483
|
]),
|
|
4499
|
-
tags:
|
|
4500
|
-
(W == null ? void 0 : W.length) > 0 ? (b(),
|
|
4501
|
-
default:
|
|
4502
|
-
(b(!0), $(he, null, ve(W, (V) => (b(),
|
|
4484
|
+
tags: g(({ rowValue: W }) => [
|
|
4485
|
+
(W == null ? void 0 : W.length) > 0 ? (b(), q(re, { key: 0 }, {
|
|
4486
|
+
default: g(() => [
|
|
4487
|
+
(b(!0), $(he, null, ve(W, (V) => (b(), q(ae, {
|
|
4503
4488
|
key: V,
|
|
4504
4489
|
onClick: u[2] || (u[2] = Ne(() => {
|
|
4505
4490
|
}, ["stop"]))
|
|
4506
4491
|
}, {
|
|
4507
|
-
default:
|
|
4508
|
-
|
|
4492
|
+
default: g(() => [
|
|
4493
|
+
H(M(V), 1)
|
|
4509
4494
|
]),
|
|
4510
4495
|
_: 2
|
|
4511
4496
|
}, 1024))), 128))
|
|
@@ -4513,15 +4498,15 @@ const ss = { class: "kong-ui-entities-gateway-services-list" }, cs = { key: 1 },
|
|
|
4513
4498
|
_: 2
|
|
4514
4499
|
}, 1024)) : (b(), $("span", cs, "-"))
|
|
4515
4500
|
]),
|
|
4516
|
-
actions:
|
|
4501
|
+
actions: g(({ row: W }) => [
|
|
4517
4502
|
S(w, null, {
|
|
4518
|
-
default:
|
|
4519
|
-
S(
|
|
4503
|
+
default: g(({ copyToClipboard: V }) => [
|
|
4504
|
+
S(ce, {
|
|
4520
4505
|
"data-testid": "action-entity-copy-id",
|
|
4521
|
-
onClick: (
|
|
4506
|
+
onClick: (He) => B(W, V)
|
|
4522
4507
|
}, {
|
|
4523
|
-
default:
|
|
4524
|
-
|
|
4508
|
+
default: g(() => [
|
|
4509
|
+
H(M(m(r)("actions.copy_id")), 1)
|
|
4525
4510
|
]),
|
|
4526
4511
|
_: 2
|
|
4527
4512
|
}, 1032, ["onClick"])
|
|
@@ -4529,54 +4514,54 @@ const ss = { class: "kong-ui-entities-gateway-services-list" }, cs = { key: 1 },
|
|
|
4529
4514
|
_: 2
|
|
4530
4515
|
}, 1024),
|
|
4531
4516
|
S(w, null, {
|
|
4532
|
-
default:
|
|
4533
|
-
S(
|
|
4517
|
+
default: g(({ copyToClipboard: V }) => [
|
|
4518
|
+
S(ce, {
|
|
4534
4519
|
"data-testid": "action-entity-copy-json",
|
|
4535
|
-
onClick: (
|
|
4520
|
+
onClick: (He) => K(W, V)
|
|
4536
4521
|
}, {
|
|
4537
|
-
default:
|
|
4538
|
-
|
|
4522
|
+
default: g(() => [
|
|
4523
|
+
H(M(m(r)("actions.copy_json")), 1)
|
|
4539
4524
|
]),
|
|
4540
4525
|
_: 2
|
|
4541
4526
|
}, 1032, ["onClick"])
|
|
4542
4527
|
]),
|
|
4543
4528
|
_: 2
|
|
4544
4529
|
}, 1024),
|
|
4545
|
-
S(m(
|
|
4530
|
+
S(m(Le), {
|
|
4546
4531
|
"auth-function": () => e.canRetrieve(W)
|
|
4547
4532
|
}, {
|
|
4548
|
-
default:
|
|
4549
|
-
S(
|
|
4533
|
+
default: g(() => [
|
|
4534
|
+
S(ce, {
|
|
4550
4535
|
"data-testid": "action-entity-view",
|
|
4551
4536
|
"has-divider": "",
|
|
4552
|
-
item:
|
|
4537
|
+
item: z(W.id)
|
|
4553
4538
|
}, null, 8, ["item"])
|
|
4554
4539
|
]),
|
|
4555
4540
|
_: 2
|
|
4556
4541
|
}, 1032, ["auth-function"]),
|
|
4557
|
-
S(m(
|
|
4542
|
+
S(m(Le), {
|
|
4558
4543
|
"auth-function": () => e.canEdit(W)
|
|
4559
4544
|
}, {
|
|
4560
|
-
default:
|
|
4561
|
-
S(
|
|
4545
|
+
default: g(() => [
|
|
4546
|
+
S(ce, {
|
|
4562
4547
|
"data-testid": "action-entity-edit",
|
|
4563
|
-
item:
|
|
4548
|
+
item: Z(W.id)
|
|
4564
4549
|
}, null, 8, ["item"])
|
|
4565
4550
|
]),
|
|
4566
4551
|
_: 2
|
|
4567
4552
|
}, 1032, ["auth-function"]),
|
|
4568
|
-
S(m(
|
|
4553
|
+
S(m(Le), {
|
|
4569
4554
|
"auth-function": () => e.canDelete(W)
|
|
4570
4555
|
}, {
|
|
4571
|
-
default:
|
|
4572
|
-
S(
|
|
4556
|
+
default: g(() => [
|
|
4557
|
+
S(ce, {
|
|
4573
4558
|
danger: "",
|
|
4574
4559
|
"data-testid": "action-entity-delete",
|
|
4575
4560
|
"has-divider": "",
|
|
4576
4561
|
onClick: (V) => rt(W)
|
|
4577
4562
|
}, {
|
|
4578
|
-
default:
|
|
4579
|
-
|
|
4563
|
+
default: g(() => [
|
|
4564
|
+
H(M(m(r)("actions.delete.menu_label")), 1)
|
|
4580
4565
|
]),
|
|
4581
4566
|
_: 2
|
|
4582
4567
|
}, 1032, ["onClick"])
|
|
@@ -4587,24 +4572,24 @@ const ss = { class: "kong-ui-entities-gateway-services-list" }, cs = { key: 1 },
|
|
|
4587
4572
|
_: 1
|
|
4588
4573
|
}, 8, ["cache-identifier", "disable-sorting", "empty-state-options", "error-message", "fetcher", "fetcher-cache-key", "query", "table-headers"]),
|
|
4589
4574
|
S(m(Yl), {
|
|
4590
|
-
action:
|
|
4591
|
-
"entity-id":
|
|
4592
|
-
"entity-name":
|
|
4575
|
+
action: ue.value.action,
|
|
4576
|
+
"entity-id": ue.value.id,
|
|
4577
|
+
"entity-name": ue.value.name,
|
|
4593
4578
|
"entity-type": m(r)("glossary.gateway_services"),
|
|
4594
|
-
"on-confirm":
|
|
4595
|
-
visible:
|
|
4579
|
+
"on-confirm": L,
|
|
4580
|
+
visible: j.value,
|
|
4596
4581
|
onCanceled: A,
|
|
4597
4582
|
onProceed: A
|
|
4598
4583
|
}, null, 8, ["action", "entity-id", "entity-name", "entity-type", "visible"]),
|
|
4599
4584
|
S(m(Fl), {
|
|
4600
|
-
"action-pending":
|
|
4585
|
+
"action-pending": X.value,
|
|
4601
4586
|
description: m(r)("actions.delete.description"),
|
|
4602
|
-
"entity-name":
|
|
4587
|
+
"entity-name": J.value && (J.value.name || J.value.id),
|
|
4603
4588
|
"entity-type": m(ni).GatewayService,
|
|
4604
4589
|
error: ee.value,
|
|
4605
4590
|
title: m(r)("actions.delete.title"),
|
|
4606
4591
|
visible: ie.value,
|
|
4607
|
-
onCancel:
|
|
4592
|
+
onCancel: je,
|
|
4608
4593
|
onProceed: ot
|
|
4609
4594
|
}, null, 8, ["action-pending", "description", "entity-name", "entity-type", "error", "title", "visible"])
|
|
4610
4595
|
]);
|
|
@@ -4616,7 +4601,7 @@ const tr = (e, i) => {
|
|
|
4616
4601
|
for (const [r, o] of i)
|
|
4617
4602
|
t[r] = o;
|
|
4618
4603
|
return t;
|
|
4619
|
-
}, Bs = /* @__PURE__ */ tr(us, [["__scopeId", "data-v-
|
|
4604
|
+
}, Bs = /* @__PURE__ */ tr(us, [["__scopeId", "data-v-5e4cef2e"]]), ds = { class: "kong-ui-entities-gateway-service-form" }, ps = { key: 0 }, fs = { class: "gateway-service-form-traffic-label" }, ms = { class: "gateway-service-form-margin-bottom" }, ys = { key: 0 }, gs = { key: 1 }, vs = { key: 0 }, hs = { class: "gateway-service-form-margin-top" }, bs = { class: "gateway-service-form-margin-bottom" }, _s = { class: "gateway-service-form-margin-bottom" }, ws = { class: "gateway-service-form-margin-bottom" }, ks = { class: "gateway-service-form-margin-bottom" }, Cs = {
|
|
4620
4605
|
key: 0,
|
|
4621
4606
|
class: "gateway-service-form-margin-bottom"
|
|
4622
4607
|
}, Ss = {
|
|
@@ -4655,10 +4640,10 @@ const tr = (e, i) => {
|
|
|
4655
4640
|
},
|
|
4656
4641
|
emits: ["update", "error", "url-valid:success", "url-valid:error", "loading", "model-updated"],
|
|
4657
4642
|
setup(e, { expose: i, emit: t }) {
|
|
4658
|
-
var
|
|
4643
|
+
var P;
|
|
4659
4644
|
const r = e, o = F(!0), a = vt(), { i18nT: l, i18n: { t: n } } = We.useI18n(), { getMessageFromError: c } = os(), { axiosInstance: d } = er({
|
|
4660
|
-
headers: (
|
|
4661
|
-
}), f =
|
|
4645
|
+
headers: (P = r.config) == null ? void 0 : P.requestHeaders
|
|
4646
|
+
}), f = T(() => Ue.form[r.config.app].edit), p = T(() => r.gatewayServiceId ? ut.Edit : ut.Create), _ = F(!1), h = T(() => !!r.gatewayServiceId), I = F(h.value ? "protocol" : "url"), C = We.usePortFromProtocol(), v = F(""), x = T(() => !!v.value), s = Tt({
|
|
4662
4647
|
fields: {
|
|
4663
4648
|
name: "",
|
|
4664
4649
|
protocol: "http",
|
|
@@ -4678,7 +4663,7 @@ const tr = (e, i) => {
|
|
|
4678
4663
|
},
|
|
4679
4664
|
isReadonly: !1,
|
|
4680
4665
|
errorMessage: ""
|
|
4681
|
-
}),
|
|
4666
|
+
}), k = Tt({
|
|
4682
4667
|
name: "",
|
|
4683
4668
|
protocol: "http",
|
|
4684
4669
|
host: "",
|
|
@@ -4694,13 +4679,13 @@ const tr = (e, i) => {
|
|
|
4694
4679
|
tls_verify_enabled: !1,
|
|
4695
4680
|
tls_verify_value: !1,
|
|
4696
4681
|
tags: ""
|
|
4697
|
-
}),
|
|
4682
|
+
}), j = r.config.app === "konnect" || ls({
|
|
4698
4683
|
gatewayInfo: r.config.gatewayInfo,
|
|
4699
4684
|
// 'ws' and 'wss' are not valid values for the protocol field in Gateway Community Edition or before Gateway Enterprise Edition 3.0
|
|
4700
4685
|
supportedRange: {
|
|
4701
4686
|
enterprise: ["3.0"]
|
|
4702
4687
|
}
|
|
4703
|
-
}),
|
|
4688
|
+
}), G = [
|
|
4704
4689
|
{
|
|
4705
4690
|
label: n("gateway_services.form.fields.protocol.options.http"),
|
|
4706
4691
|
value: "http",
|
|
@@ -4736,7 +4721,7 @@ const tr = (e, i) => {
|
|
|
4736
4721
|
value: "grpcs",
|
|
4737
4722
|
group: "grpc"
|
|
4738
4723
|
},
|
|
4739
|
-
...
|
|
4724
|
+
...j ? [
|
|
4740
4725
|
{
|
|
4741
4726
|
label: n("gateway_services.form.fields.protocol.options.ws"),
|
|
4742
4727
|
value: "ws",
|
|
@@ -4753,60 +4738,60 @@ const tr = (e, i) => {
|
|
|
4753
4738
|
value: "udp",
|
|
4754
4739
|
group: "udp"
|
|
4755
4740
|
}
|
|
4756
|
-
],
|
|
4757
|
-
|
|
4758
|
-
}, A = (u) => u ? parseFloat(u) : 0,
|
|
4759
|
-
o.value = !0, s.errorMessage = "", s.fields.host =
|
|
4760
|
-
},
|
|
4741
|
+
], ue = { url: "url", protocol: "protocol" }, Y = (u, y) => {
|
|
4742
|
+
y.value;
|
|
4743
|
+
}, A = (u) => u ? parseFloat(u) : 0, L = () => {
|
|
4744
|
+
o.value = !0, s.errorMessage = "", s.fields.host = k.host, s.fields.path = k.path, s.fields.port = k.port, s.fields.protocol = k.protocol, s.fields.url = k.url, s.fields.retries = k.retries, s.fields.connect_timeout = k.connect_timeout, s.fields.write_timeout = k.write_timeout, s.fields.read_timeout = k.read_timeout, s.fields.client_certificate = k.client_certificate, s.fields.ca_certificates = k.ca_certificates, s.fields.tls_verify_enabled = k.tls_verify_enabled, s.fields.tls_verify_value = k.tls_verify_value;
|
|
4745
|
+
}, B = () => {
|
|
4761
4746
|
if (s.fields.url && I.value === "url")
|
|
4762
4747
|
try {
|
|
4763
4748
|
const u = new URL(s.fields.url);
|
|
4764
4749
|
s.errorMessage = "", s.fields.protocol = u.protocol.slice(0, -1), s.fields.host = u.hostname, s.fields.path = u.pathname;
|
|
4765
|
-
const
|
|
4766
|
-
_.value = !!
|
|
4750
|
+
const y = Number(u.port);
|
|
4751
|
+
_.value = !!y, s.fields.port = y || C.getPortFromProtocol(s.fields.protocol), s.errorMessage = "", t("url-valid:success");
|
|
4767
4752
|
} catch (u) {
|
|
4768
4753
|
s.errorMessage = n("errors.urlErrorMessage"), t("url-valid:error", c(u));
|
|
4769
4754
|
}
|
|
4770
4755
|
else
|
|
4771
4756
|
t("url-valid:success"), s.errorMessage = "";
|
|
4772
|
-
},
|
|
4757
|
+
}, K = T(() => !["tcp", "tls", "tls_passthrough", "grpc", "grpcs", "udp"].includes(s.fields.protocol)), D = T(() => {
|
|
4773
4758
|
if (I.value === "url")
|
|
4774
4759
|
return !0;
|
|
4775
4760
|
const u = ["https", "wss", "tls"].includes(s.fields.protocol);
|
|
4776
4761
|
return I.value === "protocol" && u;
|
|
4777
|
-
}),
|
|
4762
|
+
}), z = T(() => {
|
|
4778
4763
|
if (I.value === "url")
|
|
4779
4764
|
return !0;
|
|
4780
4765
|
const u = ["https", "tls"].includes(s.fields.protocol);
|
|
4781
4766
|
return I.value === "protocol" && u;
|
|
4782
|
-
}),
|
|
4767
|
+
}), Z = T(() => {
|
|
4783
4768
|
if (I.value === "url")
|
|
4784
4769
|
return !0;
|
|
4785
4770
|
const u = ["https", "wss", "tls"].includes(s.fields.protocol);
|
|
4786
4771
|
return I.value === "protocol" && u;
|
|
4787
|
-
}),
|
|
4788
|
-
v.value =
|
|
4789
|
-
},
|
|
4790
|
-
var
|
|
4791
|
-
s.fields.name = (u == null ? void 0 : u.name) || "", s.fields.tags = ((
|
|
4772
|
+
}), J = (u) => new RegExp("^[0-9a-zA-Z.\\-_~]*$").test(u) ? "" : n("errors.validationNameError"), ie = (u) => {
|
|
4773
|
+
v.value = J(u);
|
|
4774
|
+
}, X = T(() => h.value && JSON.stringify(s.fields) !== JSON.stringify(k) || I.value === "url" && !!s.fields.url || I.value === "protocol" && !!s.fields.host), ee = (u) => {
|
|
4775
|
+
var y, U, ae;
|
|
4776
|
+
s.fields.name = (u == null ? void 0 : u.name) || "", s.fields.tags = ((y = u == null ? void 0 : u.tags) == null ? void 0 : y.join(",")) || "", s.fields.protocol = (u == null ? void 0 : u.protocol) || "http", s.fields.path = (u == null ? void 0 : u.path) || "", s.fields.read_timeout = u != null && u.read_timeout || (u == null ? void 0 : u.read_timeout) === 0 ? u == null ? void 0 : u.read_timeout : 6e4, s.fields.retries = u != null && u.retries || (u == null ? void 0 : u.retries) === 0 ? u == null ? void 0 : u.retries : 5, s.fields.host = (u == null ? void 0 : u.host) || "", s.fields.connect_timeout = u != null && u.connect_timeout || (u == null ? void 0 : u.connect_timeout) === 0 ? u == null ? void 0 : u.connect_timeout : 6e4, s.fields.tls_verify_enabled = (u == null ? void 0 : u.tls_verify) !== "" && (u == null ? void 0 : u.tls_verify) !== null && (u == null ? void 0 : u.tls_verify) !== void 0, s.fields.tls_verify_value = u != null && u.tls_verify ? u == null ? void 0 : u.tls_verify : !1, s.fields.ca_certificates = ((U = u == null ? void 0 : u.ca_certificates) == null ? void 0 : U.join(",")) || "", s.fields.client_certificate = ((ae = u == null ? void 0 : u.client_certificate) == null ? void 0 : ae.id) || "", s.fields.write_timeout = u != null && u.write_timeout || (u == null ? void 0 : u.write_timeout) === 0 ? u == null ? void 0 : u.write_timeout : 6e4, s.fields.port = u != null && u.port || (u == null ? void 0 : u.port) === 0 ? u == null ? void 0 : u.port : 80, Object.assign(k, s.fields);
|
|
4792
4777
|
}, de = () => {
|
|
4793
4778
|
a.push(r.config.cancelRoute);
|
|
4794
|
-
}, rt =
|
|
4795
|
-
var
|
|
4796
|
-
let u = `${r.config.apiBaseUrl}${
|
|
4797
|
-
return r.config.app === "konnect" ? u = u.replace(/{controlPlaneId}/gi, ((
|
|
4798
|
-
}),
|
|
4799
|
-
var
|
|
4800
|
-
let u = `${r.config.apiBaseUrl}${
|
|
4801
|
-
return r.config.app === "konnect" ? u = u.replace(/{controlPlaneId}/gi, ((
|
|
4779
|
+
}, rt = T(() => {
|
|
4780
|
+
var y, U;
|
|
4781
|
+
let u = `${r.config.apiBaseUrl}${Ue.form[r.config.app].validate}`;
|
|
4782
|
+
return r.config.app === "konnect" ? u = u.replace(/{controlPlaneId}/gi, ((y = r.config) == null ? void 0 : y.controlPlaneId) || "") : r.config.app === "kongManager" && (u = u.replace(/\/{workspace}/gi, (U = r.config) != null && U.workspace ? `/${r.config.workspace}` : "")), u = u.replace(/{id}/gi, r.gatewayServiceId), u;
|
|
4783
|
+
}), je = T(() => {
|
|
4784
|
+
var y, U;
|
|
4785
|
+
let u = `${r.config.apiBaseUrl}${Ue.form[r.config.app][p.value]}`;
|
|
4786
|
+
return r.config.app === "konnect" ? u = u.replace(/{controlPlaneId}/gi, ((y = r.config) == null ? void 0 : y.controlPlaneId) || "") : r.config.app === "kongManager" && (u = u.replace(/\/{workspace}/gi, (U = r.config) != null && U.workspace ? `/${r.config.workspace}` : "")), u = u.replace(/{id}/gi, r.gatewayServiceId), u;
|
|
4802
4787
|
}), ot = (u) => {
|
|
4803
|
-
let
|
|
4804
|
-
u.url && (
|
|
4788
|
+
let y = "";
|
|
4789
|
+
u.url && (y = new URL(u.url).protocol), (["https", "wss", "tls"].includes(u.protocol) || ["https", "wss", "tls"].includes(y)) && (u.tls_verify = u.tls_verify_enabled ? u.tls_verify_value : null), delete u.tls_verify_enabled, delete u.tls_verify_value;
|
|
4805
4790
|
}, Ce = () => {
|
|
4806
|
-
var
|
|
4791
|
+
var y, U;
|
|
4807
4792
|
const u = {
|
|
4808
4793
|
name: s.fields.name || null,
|
|
4809
|
-
tags: s.fields.tags ? (
|
|
4794
|
+
tags: s.fields.tags ? (y = s.fields.tags) == null ? void 0 : y.split(",").filter((ae) => ae !== "") : null,
|
|
4810
4795
|
protocol: s.fields.protocol,
|
|
4811
4796
|
path: s.fields.path || null,
|
|
4812
4797
|
read_timeout: s.fields.read_timeout,
|
|
@@ -4815,24 +4800,24 @@ const tr = (e, i) => {
|
|
|
4815
4800
|
connect_timeout: s.fields.connect_timeout,
|
|
4816
4801
|
tls_verify_value: s.fields.tls_verify_value,
|
|
4817
4802
|
tls_verify_enabled: s.fields.tls_verify_enabled,
|
|
4818
|
-
ca_certificates: s.fields.ca_certificates ? (
|
|
4803
|
+
ca_certificates: s.fields.ca_certificates ? (U = s.fields.ca_certificates) == null ? void 0 : U.split(",").filter((ae) => ae !== "") : null,
|
|
4819
4804
|
client_certificate: s.fields.client_certificate ? { id: s.fields.client_certificate } : null,
|
|
4820
4805
|
write_timeout: s.fields.write_timeout,
|
|
4821
4806
|
port: s.fields.port,
|
|
4822
4807
|
url: s.fields.url
|
|
4823
4808
|
};
|
|
4824
|
-
return s.fields.client_certificate && ["https", "wss", "tls"].includes(s.fields.protocol) && (u.client_certificate = { id: s.fields.client_certificate }), s.fields.tls_verify_enabled && ["https", "wss", "tls"].includes(s.fields.protocol) && (u.tls_verify = s.fields.tls_verify_value),
|
|
4809
|
+
return s.fields.client_certificate && ["https", "wss", "tls"].includes(s.fields.protocol) && (u.client_certificate = { id: s.fields.client_certificate }), s.fields.tls_verify_enabled && ["https", "wss", "tls"].includes(s.fields.protocol) && (u.tls_verify = s.fields.tls_verify_value), K.value || (u.path = null), p.value === "create" ? I.value === "url" ? (delete u.protocol, delete u.host, delete u.path, r.config.app === "konnect" && delete u.port) : delete u.url : p.value === "edit" && delete u.url, u;
|
|
4825
4810
|
}, Ee = async () => {
|
|
4826
|
-
var u,
|
|
4811
|
+
var u, y, U, ae;
|
|
4827
4812
|
try {
|
|
4828
|
-
s.isReadonly = !0,
|
|
4813
|
+
s.isReadonly = !0, B();
|
|
4829
4814
|
const re = Ce();
|
|
4830
|
-
let
|
|
4831
|
-
if (ot(re), await d.post(rt.value, re), p.value === "create" ?
|
|
4832
|
-
const { data: w } =
|
|
4833
|
-
s.fields.name = (w == null ? void 0 : w.name) || "", s.fields.port = w.port ||
|
|
4815
|
+
let ce;
|
|
4816
|
+
if (ot(re), await d.post(rt.value, re), p.value === "create" ? ce = await d.post(je.value, re) : p.value === "edit" && (ce = ((u = r.config) == null ? void 0 : u.app) === "konnect" ? await d.put(je.value, re) : await d.patch(je.value, re)), ce) {
|
|
4817
|
+
const { data: w } = ce;
|
|
4818
|
+
s.fields.name = (w == null ? void 0 : w.name) || "", s.fields.port = w.port || C.getPortFromProtocol(w.protocol), s.fields.protocol = (w == null ? void 0 : w.protocol) || "http", s.fields.host = (w == null ? void 0 : w.host) || "", s.fields.path = (w == null ? void 0 : w.path) || "", s.fields.url = (w == null ? void 0 : w.url) || "", s.fields.retries = w != null && w.retries || (w == null ? void 0 : w.retries) === 0 ? w == null ? void 0 : w.retries : 5, s.fields.connect_timeout = w != null && w.connect_timeout || (w == null ? void 0 : w.connect_timeout) === 0 ? w == null ? void 0 : w.connect_timeout : 6e4, s.fields.write_timeout = w != null && w.write_timeout || (w == null ? void 0 : w.write_timeout) === 0 ? w == null ? void 0 : w.write_timeout : 6e4, s.fields.read_timeout = w != null && w.read_timeout || (w == null ? void 0 : w.read_timeout) === 0 ? w == null ? void 0 : w.read_timeout : 6e4, s.fields.client_certificate = ((y = w == null ? void 0 : w.client_certificate) == null ? void 0 : y.id) || "", s.fields.ca_certificates = (U = w == null ? void 0 : w.ca_certificates) != null && U.length ? w == null ? void 0 : w.ca_certificates.join(",") : "", s.fields.tls_verify_enabled = (w == null ? void 0 : w.tls_verify) !== "" && (w == null ? void 0 : w.tls_verify) !== null && (w == null ? void 0 : w.tls_verify) !== void 0, s.fields.tls_verify_value = s.fields.tls_verify_enabled && (w == null ? void 0 : w.tls_verify), s.fields.tags = (ae = w == null ? void 0 : w.tags) != null && ae.length ? w == null ? void 0 : w.tags.join(",") : "", Object.assign(k, s.fields), t("update", ce == null ? void 0 : ce.data);
|
|
4834
4819
|
}
|
|
4835
|
-
return
|
|
4820
|
+
return ce;
|
|
4836
4821
|
} catch (re) {
|
|
4837
4822
|
s.errorMessage = c(re), t("error", re);
|
|
4838
4823
|
} finally {
|
|
@@ -4840,53 +4825,53 @@ const tr = (e, i) => {
|
|
|
4840
4825
|
}
|
|
4841
4826
|
};
|
|
4842
4827
|
return we(() => r.gatewayServiceId, () => {
|
|
4843
|
-
Object.assign(s.fields,
|
|
4828
|
+
Object.assign(s.fields, k);
|
|
4844
4829
|
}), we(s.fields, (u) => {
|
|
4845
|
-
s.fields.port =
|
|
4830
|
+
s.fields.port = C.getPortFromProtocol(u.protocol, String(u.port)), t("model-updated", Ce());
|
|
4846
4831
|
}), ti(() => {
|
|
4847
4832
|
t("model-updated", Ce());
|
|
4848
4833
|
}), i({
|
|
4849
|
-
validateUrl:
|
|
4834
|
+
validateUrl: B,
|
|
4850
4835
|
getPayload: Ce,
|
|
4851
4836
|
saveFormData: Ee,
|
|
4852
|
-
canSubmit:
|
|
4853
|
-
}), (u,
|
|
4854
|
-
const
|
|
4837
|
+
canSubmit: X
|
|
4838
|
+
}), (u, y) => {
|
|
4839
|
+
const U = N("KInput"), ae = N("KLabel"), re = N("KRadio"), ce = N("KSelect"), w = N("KCheckbox"), W = N("KCollapse");
|
|
4855
4840
|
return b(), $("div", ds, [
|
|
4856
4841
|
S(m(Cl), {
|
|
4857
|
-
"can-submit":
|
|
4842
|
+
"can-submit": X.value,
|
|
4858
4843
|
config: e.config,
|
|
4859
4844
|
"edit-id": e.gatewayServiceId,
|
|
4860
4845
|
"error-message": s.errorMessage,
|
|
4861
4846
|
"fetch-url": f.value,
|
|
4862
4847
|
"is-readonly": s.isReadonly,
|
|
4863
4848
|
onCancel: de,
|
|
4864
|
-
"onFetch:error":
|
|
4849
|
+
"onFetch:error": y[25] || (y[25] = (V) => u.$emit("error", V)),
|
|
4865
4850
|
"onFetch:success": ee,
|
|
4866
|
-
onLoading:
|
|
4851
|
+
onLoading: y[26] || (y[26] = (V) => u.$emit("loading", V)),
|
|
4867
4852
|
onSubmit: Ee
|
|
4868
4853
|
}, {
|
|
4869
|
-
"form-actions":
|
|
4854
|
+
"form-actions": g(() => [
|
|
4870
4855
|
Q(u.$slots, "form-actions", {
|
|
4871
|
-
canSubmit:
|
|
4856
|
+
canSubmit: X.value,
|
|
4872
4857
|
cancel: de,
|
|
4873
4858
|
submit: Ee
|
|
4874
4859
|
}, void 0, !0)
|
|
4875
4860
|
]),
|
|
4876
|
-
default:
|
|
4861
|
+
default: g(() => [
|
|
4877
4862
|
S(m(ei), {
|
|
4878
4863
|
description: m(n)("gateway_services.form.sections.general.description"),
|
|
4879
4864
|
"hide-info-header": e.hideSectionsInfo,
|
|
4880
4865
|
title: m(n)("gateway_services.form.sections.general.title")
|
|
4881
4866
|
}, {
|
|
4882
|
-
default:
|
|
4883
|
-
S(
|
|
4867
|
+
default: g(() => [
|
|
4868
|
+
S(U, {
|
|
4884
4869
|
modelValue: s.fields.name,
|
|
4885
|
-
"onUpdate:modelValue":
|
|
4870
|
+
"onUpdate:modelValue": y[0] || (y[0] = (V) => s.fields.name = V),
|
|
4886
4871
|
modelModifiers: { trim: !0 },
|
|
4887
4872
|
autocomplete: "off",
|
|
4888
4873
|
"data-testid": "gateway-service-name-input",
|
|
4889
|
-
error:
|
|
4874
|
+
error: x.value,
|
|
4890
4875
|
"error-message": v.value,
|
|
4891
4876
|
label: m(n)("gateway_services.form.fields.name.label"),
|
|
4892
4877
|
"label-attributes": { info: m(n)("gateway_services.form.fields.name.tooltip") },
|
|
@@ -4896,9 +4881,9 @@ const tr = (e, i) => {
|
|
|
4896
4881
|
type: "text",
|
|
4897
4882
|
onInput: ie
|
|
4898
4883
|
}, null, 8, ["modelValue", "error", "error-message", "label", "label-attributes", "placeholder", "readonly"]),
|
|
4899
|
-
S(
|
|
4884
|
+
S(U, {
|
|
4900
4885
|
modelValue: s.fields.tags,
|
|
4901
|
-
"onUpdate:modelValue":
|
|
4886
|
+
"onUpdate:modelValue": y[1] || (y[1] = (V) => s.fields.tags = V),
|
|
4902
4887
|
modelModifiers: { trim: !0 },
|
|
4903
4888
|
autocomplete: "off",
|
|
4904
4889
|
"data-testid": "gateway-service-tags-input",
|
|
@@ -4918,12 +4903,12 @@ const tr = (e, i) => {
|
|
|
4918
4903
|
"hide-info-header": e.hideSectionsInfo,
|
|
4919
4904
|
title: m(n)("gateway_services.form.sections.keys.title")
|
|
4920
4905
|
}, {
|
|
4921
|
-
default:
|
|
4922
|
-
h.value ?
|
|
4906
|
+
default: g(() => [
|
|
4907
|
+
h.value ? R("", !0) : (b(), $("div", ps, [
|
|
4923
4908
|
O("div", fs, [
|
|
4924
|
-
S(
|
|
4925
|
-
default:
|
|
4926
|
-
|
|
4909
|
+
S(ae, { required: "" }, {
|
|
4910
|
+
default: g(() => [
|
|
4911
|
+
H(M(m(n)("gateway_services.form.sections.keys.checkedGroupLabel")), 1)
|
|
4927
4912
|
]),
|
|
4928
4913
|
_: 1
|
|
4929
4914
|
})
|
|
@@ -4931,19 +4916,19 @@ const tr = (e, i) => {
|
|
|
4931
4916
|
O("div", ms, [
|
|
4932
4917
|
S(re, {
|
|
4933
4918
|
modelValue: I.value,
|
|
4934
|
-
"onUpdate:modelValue":
|
|
4919
|
+
"onUpdate:modelValue": y[2] || (y[2] = (V) => I.value = V),
|
|
4935
4920
|
"data-testid": "gateway-service-url-radio",
|
|
4936
|
-
"selected-value":
|
|
4937
|
-
onChange:
|
|
4921
|
+
"selected-value": ue.url,
|
|
4922
|
+
onChange: L
|
|
4938
4923
|
}, {
|
|
4939
|
-
default:
|
|
4940
|
-
S(
|
|
4924
|
+
default: g(() => [
|
|
4925
|
+
S(ae, {
|
|
4941
4926
|
class: "gateway-service-url-radio-label",
|
|
4942
4927
|
info: m(n)("gateway_services.form.fields.upstream_url.tooltip"),
|
|
4943
4928
|
required: ""
|
|
4944
4929
|
}, {
|
|
4945
|
-
default:
|
|
4946
|
-
|
|
4930
|
+
default: g(() => [
|
|
4931
|
+
H(M(m(n)("gateway_services.form.sections.keys.urlLabel")), 1)
|
|
4947
4932
|
]),
|
|
4948
4933
|
_: 1
|
|
4949
4934
|
}, 8, ["info"])
|
|
@@ -4951,10 +4936,10 @@ const tr = (e, i) => {
|
|
|
4951
4936
|
_: 1
|
|
4952
4937
|
}, 8, ["modelValue", "selected-value"])
|
|
4953
4938
|
]),
|
|
4954
|
-
I.value === "url" ? (b(), $("div",
|
|
4955
|
-
S(
|
|
4939
|
+
I.value === "url" ? (b(), $("div", ys, [
|
|
4940
|
+
S(U, {
|
|
4956
4941
|
modelValue: s.fields.url,
|
|
4957
|
-
"onUpdate:modelValue":
|
|
4942
|
+
"onUpdate:modelValue": y[3] || (y[3] = (V) => s.fields.url = V),
|
|
4958
4943
|
modelModifiers: { trim: !0 },
|
|
4959
4944
|
class: "gateway-service-url-input gateway-service-form-margin-bottom",
|
|
4960
4945
|
"data-testid": "gateway-service-url-input",
|
|
@@ -4963,19 +4948,19 @@ const tr = (e, i) => {
|
|
|
4963
4948
|
required: "",
|
|
4964
4949
|
tooltip: m(n)("gateway_services.form.fields.upstream_url.tooltip")
|
|
4965
4950
|
}, null, 8, ["modelValue", "placeholder", "tooltip"])
|
|
4966
|
-
])) :
|
|
4951
|
+
])) : R("", !0),
|
|
4967
4952
|
S(re, {
|
|
4968
4953
|
modelValue: I.value,
|
|
4969
|
-
"onUpdate:modelValue":
|
|
4954
|
+
"onUpdate:modelValue": y[4] || (y[4] = (V) => I.value = V),
|
|
4970
4955
|
"checked-group": "protocol",
|
|
4971
4956
|
"data-testid": "gateway-service-protocol-radio",
|
|
4972
|
-
"selected-value":
|
|
4973
|
-
onChange:
|
|
4957
|
+
"selected-value": ue.protocol,
|
|
4958
|
+
onChange: L
|
|
4974
4959
|
}, {
|
|
4975
|
-
default:
|
|
4976
|
-
S(
|
|
4977
|
-
default:
|
|
4978
|
-
|
|
4960
|
+
default: g(() => [
|
|
4961
|
+
S(ae, { class: "gateway-service-protocol-radio-label" }, {
|
|
4962
|
+
default: g(() => [
|
|
4963
|
+
H(M(m(n)("gateway_services.form.sections.keys.checkedGroupAltLabel")), 1)
|
|
4979
4964
|
]),
|
|
4980
4965
|
_: 1
|
|
4981
4966
|
})
|
|
@@ -4983,13 +4968,13 @@ const tr = (e, i) => {
|
|
|
4983
4968
|
_: 1
|
|
4984
4969
|
}, 8, ["modelValue", "selected-value"])
|
|
4985
4970
|
])),
|
|
4986
|
-
I.value === "protocol" || h.value ? (b(), $("div",
|
|
4987
|
-
S(
|
|
4971
|
+
I.value === "protocol" || h.value ? (b(), $("div", gs, [
|
|
4972
|
+
S(ce, {
|
|
4988
4973
|
modelValue: s.fields.protocol,
|
|
4989
|
-
"onUpdate:modelValue":
|
|
4974
|
+
"onUpdate:modelValue": y[5] || (y[5] = (V) => s.fields.protocol = V),
|
|
4990
4975
|
appearance: "select",
|
|
4991
4976
|
"data-testid": "gateway-service-protocol-select",
|
|
4992
|
-
items:
|
|
4977
|
+
items: G,
|
|
4993
4978
|
label: m(n)("gateway_services.form.fields.protocol.label"),
|
|
4994
4979
|
"label-attributes": {
|
|
4995
4980
|
info: m(n)("gateway_services.form.fields.protocol.tooltip")
|
|
@@ -4997,11 +4982,11 @@ const tr = (e, i) => {
|
|
|
4997
4982
|
readonly: s.isReadonly,
|
|
4998
4983
|
required: "",
|
|
4999
4984
|
width: "100%",
|
|
5000
|
-
onSelected:
|
|
4985
|
+
onSelected: y[6] || (y[6] = (V) => Y(s.fields.protocol, V))
|
|
5001
4986
|
}, null, 8, ["modelValue", "label", "label-attributes", "readonly"]),
|
|
5002
|
-
S(
|
|
4987
|
+
S(U, {
|
|
5003
4988
|
modelValue: s.fields.host,
|
|
5004
|
-
"onUpdate:modelValue":
|
|
4989
|
+
"onUpdate:modelValue": y[7] || (y[7] = (V) => s.fields.host = V),
|
|
5005
4990
|
modelModifiers: { trim: !0 },
|
|
5006
4991
|
class: "gateway-service-form-margin-top",
|
|
5007
4992
|
"data-testid": "gateway-service-host-input",
|
|
@@ -5013,10 +4998,10 @@ const tr = (e, i) => {
|
|
|
5013
4998
|
placeholder: m(n)("gateway_services.form.fields.host.placeholder"),
|
|
5014
4999
|
required: ""
|
|
5015
5000
|
}, null, 8, ["modelValue", "label", "label-attributes", "placeholder"]),
|
|
5016
|
-
|
|
5017
|
-
S(
|
|
5001
|
+
K.value ? (b(), $("div", vs, [
|
|
5002
|
+
S(U, {
|
|
5018
5003
|
modelValue: s.fields.path,
|
|
5019
|
-
"onUpdate:modelValue":
|
|
5004
|
+
"onUpdate:modelValue": y[8] || (y[8] = (V) => s.fields.path = V),
|
|
5020
5005
|
modelModifiers: { trim: !0 },
|
|
5021
5006
|
class: "gateway-service-form-margin-top",
|
|
5022
5007
|
"data-testid": "gateway-service-path-input",
|
|
@@ -5027,12 +5012,12 @@ const tr = (e, i) => {
|
|
|
5027
5012
|
name: "path",
|
|
5028
5013
|
placeholder: m(n)("gateway_services.form.fields.path.placeholder")
|
|
5029
5014
|
}, null, 8, ["modelValue", "label", "label-attributes", "placeholder"])
|
|
5030
|
-
])) :
|
|
5031
|
-
S(
|
|
5015
|
+
])) : R("", !0),
|
|
5016
|
+
S(U, {
|
|
5032
5017
|
modelValue: s.fields.port,
|
|
5033
5018
|
"onUpdate:modelValue": [
|
|
5034
|
-
|
|
5035
|
-
|
|
5019
|
+
y[9] || (y[9] = (V) => s.fields.port = V),
|
|
5020
|
+
y[10] || (y[10] = () => {
|
|
5036
5021
|
s.fields.port = A(s.fields.port + "");
|
|
5037
5022
|
})
|
|
5038
5023
|
],
|
|
@@ -5046,22 +5031,22 @@ const tr = (e, i) => {
|
|
|
5046
5031
|
tooltip: m(n)("gateway_services.form.fields.port.tooltip"),
|
|
5047
5032
|
type: "number"
|
|
5048
5033
|
}, null, 8, ["modelValue", "label", "label-attributes", "tooltip"])
|
|
5049
|
-
])) :
|
|
5034
|
+
])) : R("", !0),
|
|
5050
5035
|
S(W, {
|
|
5051
5036
|
modelValue: o.value,
|
|
5052
|
-
"onUpdate:modelValue":
|
|
5037
|
+
"onUpdate:modelValue": y[24] || (y[24] = (V) => o.value = V),
|
|
5053
5038
|
"data-testid": "advanced-fields-collapse",
|
|
5054
5039
|
"trigger-alignment": "leading",
|
|
5055
5040
|
"trigger-label": m(n)("gateway_services.form.sections.keys.viewAdvancedFields")
|
|
5056
5041
|
}, {
|
|
5057
|
-
default:
|
|
5042
|
+
default: g(() => [
|
|
5058
5043
|
O("div", hs, [
|
|
5059
5044
|
O("div", bs, [
|
|
5060
|
-
S(
|
|
5045
|
+
S(U, {
|
|
5061
5046
|
modelValue: s.fields.retries,
|
|
5062
5047
|
"onUpdate:modelValue": [
|
|
5063
|
-
|
|
5064
|
-
|
|
5048
|
+
y[11] || (y[11] = (V) => s.fields.retries = V),
|
|
5049
|
+
y[12] || (y[12] = () => {
|
|
5065
5050
|
s.fields.retries = A(s.fields.retries + "");
|
|
5066
5051
|
})
|
|
5067
5052
|
],
|
|
@@ -5075,11 +5060,11 @@ const tr = (e, i) => {
|
|
|
5075
5060
|
}, null, 8, ["modelValue", "label", "label-attributes", "readonly"])
|
|
5076
5061
|
]),
|
|
5077
5062
|
O("div", _s, [
|
|
5078
|
-
S(
|
|
5063
|
+
S(U, {
|
|
5079
5064
|
modelValue: s.fields.connect_timeout,
|
|
5080
5065
|
"onUpdate:modelValue": [
|
|
5081
|
-
|
|
5082
|
-
|
|
5066
|
+
y[13] || (y[13] = (V) => s.fields.connect_timeout = V),
|
|
5067
|
+
y[14] || (y[14] = () => {
|
|
5083
5068
|
s.fields.connect_timeout = A(s.fields.connect_timeout + "");
|
|
5084
5069
|
})
|
|
5085
5070
|
],
|
|
@@ -5093,11 +5078,11 @@ const tr = (e, i) => {
|
|
|
5093
5078
|
}, null, 8, ["modelValue", "label", "label-attributes", "readonly"])
|
|
5094
5079
|
]),
|
|
5095
5080
|
O("div", ws, [
|
|
5096
|
-
S(
|
|
5081
|
+
S(U, {
|
|
5097
5082
|
modelValue: s.fields.write_timeout,
|
|
5098
5083
|
"onUpdate:modelValue": [
|
|
5099
|
-
|
|
5100
|
-
|
|
5084
|
+
y[15] || (y[15] = (V) => s.fields.write_timeout = V),
|
|
5085
|
+
y[16] || (y[16] = () => {
|
|
5101
5086
|
s.fields.write_timeout = A(s.fields.write_timeout + "");
|
|
5102
5087
|
})
|
|
5103
5088
|
],
|
|
@@ -5111,11 +5096,11 @@ const tr = (e, i) => {
|
|
|
5111
5096
|
}, null, 8, ["modelValue", "label", "label-attributes", "readonly"])
|
|
5112
5097
|
]),
|
|
5113
5098
|
O("div", ks, [
|
|
5114
|
-
S(
|
|
5099
|
+
S(U, {
|
|
5115
5100
|
modelValue: s.fields.read_timeout,
|
|
5116
5101
|
"onUpdate:modelValue": [
|
|
5117
|
-
|
|
5118
|
-
|
|
5102
|
+
y[17] || (y[17] = (V) => s.fields.read_timeout = V),
|
|
5103
|
+
y[18] || (y[18] = () => {
|
|
5119
5104
|
s.fields.read_timeout = A(s.fields.read_timeout + "");
|
|
5120
5105
|
})
|
|
5121
5106
|
],
|
|
@@ -5128,10 +5113,10 @@ const tr = (e, i) => {
|
|
|
5128
5113
|
type: "number"
|
|
5129
5114
|
}, null, 8, ["modelValue", "label", "label-attributes", "readonly"])
|
|
5130
5115
|
]),
|
|
5131
|
-
|
|
5132
|
-
S(
|
|
5116
|
+
D.value ? (b(), $("div", Cs, [
|
|
5117
|
+
S(U, {
|
|
5133
5118
|
modelValue: s.fields.client_certificate,
|
|
5134
|
-
"onUpdate:modelValue":
|
|
5119
|
+
"onUpdate:modelValue": y[19] || (y[19] = (V) => s.fields.client_certificate = V),
|
|
5135
5120
|
modelModifiers: { trim: !0 },
|
|
5136
5121
|
autocomplete: "off",
|
|
5137
5122
|
"data-testid": "gateway-service-clientCert-input",
|
|
@@ -5142,11 +5127,11 @@ const tr = (e, i) => {
|
|
|
5142
5127
|
readonly: s.isReadonly,
|
|
5143
5128
|
type: "text"
|
|
5144
5129
|
}, null, 8, ["modelValue", "label", "label-attributes", "placeholder", "readonly"])
|
|
5145
|
-
])) :
|
|
5146
|
-
|
|
5147
|
-
S(
|
|
5130
|
+
])) : R("", !0),
|
|
5131
|
+
z.value ? (b(), $("div", Ss, [
|
|
5132
|
+
S(U, {
|
|
5148
5133
|
modelValue: s.fields.ca_certificates,
|
|
5149
|
-
"onUpdate:modelValue":
|
|
5134
|
+
"onUpdate:modelValue": y[20] || (y[20] = (V) => s.fields.ca_certificates = V),
|
|
5150
5135
|
modelModifiers: { trim: !0 },
|
|
5151
5136
|
autocomplete: "off",
|
|
5152
5137
|
"data-testid": "gateway-service-ca-certs-input",
|
|
@@ -5155,38 +5140,38 @@ const tr = (e, i) => {
|
|
|
5155
5140
|
readonly: s.isReadonly,
|
|
5156
5141
|
type: "text"
|
|
5157
5142
|
}, {
|
|
5158
|
-
"label-tooltip":
|
|
5143
|
+
"label-tooltip": g(() => [
|
|
5159
5144
|
S(m(l), {
|
|
5160
5145
|
keypath: "gateway_services.form.fields.ca_certificates.tooltip",
|
|
5161
5146
|
scope: "global"
|
|
5162
5147
|
}, {
|
|
5163
|
-
code1:
|
|
5164
|
-
O("code", null,
|
|
5148
|
+
code1: g(() => [
|
|
5149
|
+
O("code", null, M(m(n)("gateway_services.form.fields.ca_certificates.code1")), 1)
|
|
5165
5150
|
]),
|
|
5166
|
-
code2:
|
|
5167
|
-
O("code", null,
|
|
5151
|
+
code2: g(() => [
|
|
5152
|
+
O("code", null, M(m(n)("gateway_services.form.fields.ca_certificates.code2")), 1)
|
|
5168
5153
|
]),
|
|
5169
5154
|
_: 1
|
|
5170
5155
|
})
|
|
5171
5156
|
]),
|
|
5172
5157
|
_: 1
|
|
5173
5158
|
}, 8, ["modelValue", "label", "placeholder", "readonly"])
|
|
5174
|
-
])) :
|
|
5175
|
-
|
|
5159
|
+
])) : R("", !0),
|
|
5160
|
+
Z.value ? (b(), $("div", Is, [
|
|
5176
5161
|
S(w, {
|
|
5177
5162
|
modelValue: s.fields.tls_verify_enabled,
|
|
5178
|
-
"onUpdate:modelValue":
|
|
5163
|
+
"onUpdate:modelValue": y[21] || (y[21] = (V) => s.fields.tls_verify_enabled = V),
|
|
5179
5164
|
"data-testid": "gateway-service-tls-verify-checkbox",
|
|
5180
5165
|
description: m(n)("gateway_services.form.fields.tls_verify_enabled.help"),
|
|
5181
5166
|
label: m(n)("gateway_services.form.fields.tls_verify_enabled.label")
|
|
5182
5167
|
}, {
|
|
5183
|
-
tooltip:
|
|
5168
|
+
tooltip: g(() => [
|
|
5184
5169
|
S(m(l), {
|
|
5185
5170
|
keypath: "gateway_services.form.fields.tls_verify_enabled.tooltip",
|
|
5186
5171
|
scope: "global"
|
|
5187
5172
|
}, {
|
|
5188
|
-
code1:
|
|
5189
|
-
O("code", null,
|
|
5173
|
+
code1: g(() => [
|
|
5174
|
+
O("code", null, M(m(n)("gateway_services.form.fields.tls_verify_enabled.code1")), 1)
|
|
5190
5175
|
]),
|
|
5191
5176
|
_: 1
|
|
5192
5177
|
})
|
|
@@ -5196,22 +5181,22 @@ const tr = (e, i) => {
|
|
|
5196
5181
|
s.fields.tls_verify_enabled ? (b(), $("div", As, [
|
|
5197
5182
|
S(re, {
|
|
5198
5183
|
modelValue: s.fields.tls_verify_value,
|
|
5199
|
-
"onUpdate:modelValue":
|
|
5184
|
+
"onUpdate:modelValue": y[22] || (y[22] = (V) => s.fields.tls_verify_value = V),
|
|
5200
5185
|
"data-testid": "gateway-service-tls-verify-true-option",
|
|
5201
5186
|
label: m(n)("gateway_services.form.fields.tls_verify_option.true.label"),
|
|
5202
5187
|
"selected-value": !0
|
|
5203
5188
|
}, null, 8, ["modelValue", "label"])
|
|
5204
|
-
])) :
|
|
5189
|
+
])) : R("", !0),
|
|
5205
5190
|
s.fields.tls_verify_enabled ? (b(), $("div", xs, [
|
|
5206
5191
|
S(re, {
|
|
5207
5192
|
modelValue: s.fields.tls_verify_value,
|
|
5208
|
-
"onUpdate:modelValue":
|
|
5193
|
+
"onUpdate:modelValue": y[23] || (y[23] = (V) => s.fields.tls_verify_value = V),
|
|
5209
5194
|
"data-testid": "gateway-service-tls-verify-false-option",
|
|
5210
5195
|
label: m(n)("gateway_services.form.fields.tls_verify_option.false.label"),
|
|
5211
5196
|
"selected-value": !1
|
|
5212
5197
|
}, null, 8, ["modelValue", "label"])
|
|
5213
|
-
])) :
|
|
5214
|
-
])) :
|
|
5198
|
+
])) : R("", !0)
|
|
5199
|
+
])) : R("", !0)
|
|
5215
5200
|
])
|
|
5216
5201
|
]),
|
|
5217
5202
|
_: 1
|
|
@@ -5226,7 +5211,7 @@ const tr = (e, i) => {
|
|
|
5226
5211
|
};
|
|
5227
5212
|
}
|
|
5228
5213
|
});
|
|
5229
|
-
const
|
|
5214
|
+
const Us = /* @__PURE__ */ tr(Ts, [["__scopeId", "data-v-3a7da1e1"]]), $s = { class: "kong-ui-gateway-service-entity-config-card" }, qs = /* @__PURE__ */ oe({
|
|
5230
5215
|
__name: "GatewayServiceConfigCard",
|
|
5231
5216
|
props: {
|
|
5232
5217
|
/** The base konnect or kongManger config. Pass additional config props in the shared entity component as needed. */
|
|
@@ -5253,7 +5238,7 @@ const Ps = /* @__PURE__ */ tr(Ts, [["__scopeId", "data-v-3a7da1e1"]]), $s = { cl
|
|
|
5253
5238
|
},
|
|
5254
5239
|
emits: ["loading", "fetch:error", "fetch:success", "copy:success"],
|
|
5255
5240
|
setup(e) {
|
|
5256
|
-
const i = e, { i18n: { t }, i18nT: r } = We.useI18n(), o =
|
|
5241
|
+
const i = e, { i18n: { t }, i18nT: r } = We.useI18n(), o = T(() => Ue.form[i.config.app].edit), { getPropValue: a } = ns(), l = (c, d) => a(c, d) === !0 ? t("gateway_services.form.fields.tls_verify_option.true.display") : t("gateway_services.form.fields.tls_verify_option.false.display"), n = F({
|
|
5257
5242
|
id: {},
|
|
5258
5243
|
name: {
|
|
5259
5244
|
tooltip: t("gateway_services.form.fields.name.tooltip")
|
|
@@ -5325,50 +5310,50 @@ const Ps = /* @__PURE__ */ tr(Ts, [["__scopeId", "data-v-3a7da1e1"]]), $s = { cl
|
|
|
5325
5310
|
"onFetch:success": d[2] || (d[2] = (f) => c.$emit("fetch:success", f)),
|
|
5326
5311
|
onLoading: d[3] || (d[3] = (f) => c.$emit("loading", f))
|
|
5327
5312
|
}, {
|
|
5328
|
-
"enabled-label-tooltip":
|
|
5313
|
+
"enabled-label-tooltip": g(() => [
|
|
5329
5314
|
S(m(r), {
|
|
5330
5315
|
keypath: "gateway_services.form.fields.enabled.tooltip",
|
|
5331
5316
|
scope: "global"
|
|
5332
5317
|
}, {
|
|
5333
|
-
false:
|
|
5334
|
-
O("code", null,
|
|
5318
|
+
false: g(() => [
|
|
5319
|
+
O("code", null, M(m(t)("gateway_services.form.fields.enabled.false")), 1)
|
|
5335
5320
|
]),
|
|
5336
|
-
true:
|
|
5337
|
-
O("code", null,
|
|
5321
|
+
true: g(() => [
|
|
5322
|
+
O("code", null, M(m(t)("gateway_services.form.fields.enabled.true")), 1)
|
|
5338
5323
|
]),
|
|
5339
5324
|
_: 1
|
|
5340
5325
|
})
|
|
5341
5326
|
]),
|
|
5342
|
-
"ca_certificates-label-tooltip":
|
|
5327
|
+
"ca_certificates-label-tooltip": g(() => [
|
|
5343
5328
|
S(m(r), {
|
|
5344
5329
|
keypath: "gateway_services.form.fields.ca_certificates.tooltip",
|
|
5345
5330
|
scope: "global"
|
|
5346
5331
|
}, {
|
|
5347
|
-
code1:
|
|
5348
|
-
O("code", null,
|
|
5332
|
+
code1: g(() => [
|
|
5333
|
+
O("code", null, M(m(t)("gateway_services.form.fields.ca_certificates.code1")), 1)
|
|
5349
5334
|
]),
|
|
5350
|
-
code2:
|
|
5351
|
-
O("code", null,
|
|
5335
|
+
code2: g(() => [
|
|
5336
|
+
O("code", null, M(m(t)("gateway_services.form.fields.ca_certificates.code2")), 1)
|
|
5352
5337
|
]),
|
|
5353
5338
|
_: 1
|
|
5354
5339
|
})
|
|
5355
5340
|
]),
|
|
5356
|
-
"tls_verify-label-tooltip":
|
|
5341
|
+
"tls_verify-label-tooltip": g(() => [
|
|
5357
5342
|
S(m(r), {
|
|
5358
5343
|
keypath: "gateway_services.form.fields.tls_verify_enabled.tooltip",
|
|
5359
5344
|
scope: "global"
|
|
5360
5345
|
}, {
|
|
5361
|
-
code1:
|
|
5362
|
-
O("code", null,
|
|
5346
|
+
code1: g(() => [
|
|
5347
|
+
O("code", null, M(m(t)("gateway_services.form.fields.tls_verify_enabled.code1")), 1)
|
|
5363
5348
|
]),
|
|
5364
5349
|
_: 1
|
|
5365
5350
|
})
|
|
5366
5351
|
]),
|
|
5367
|
-
tls_verify:
|
|
5368
|
-
|
|
5352
|
+
tls_verify: g((f) => [
|
|
5353
|
+
H(M(typeof m(a)("rowValue", f) == "boolean" ? l("rowValue", f) : m(t)("gateway_services.form.fields.tls_verify_option.unset.display")), 1)
|
|
5369
5354
|
]),
|
|
5370
|
-
client_certificate:
|
|
5371
|
-
|
|
5355
|
+
client_certificate: g((f) => [
|
|
5356
|
+
H(M(m(a)("rowValue", f) ? m(a)("rowValue", f).id : "–"), 1)
|
|
5372
5357
|
]),
|
|
5373
5358
|
_: 1
|
|
5374
5359
|
}, 8, ["config", "config-card-doc", "config-schema", "fetch-url", "hide-title"])
|
|
@@ -5376,7 +5361,7 @@ const Ps = /* @__PURE__ */ tr(Ts, [["__scopeId", "data-v-3a7da1e1"]]), $s = { cl
|
|
|
5376
5361
|
}
|
|
5377
5362
|
});
|
|
5378
5363
|
export {
|
|
5379
|
-
|
|
5380
|
-
|
|
5364
|
+
qs as GatewayServiceConfigCard,
|
|
5365
|
+
Us as GatewayServiceForm,
|
|
5381
5366
|
Bs as GatewayServiceList
|
|
5382
5367
|
};
|