@kong-ui-public/entities-plugins 7.2.0 → 7.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/entities-plugins.es.js +522 -587
- package/dist/entities-plugins.umd.js +31 -31
- package/package.json +10 -10
|
@@ -1,21 +1,17 @@
|
|
|
1
1
|
var Gl = Object.defineProperty;
|
|
2
|
-
var
|
|
3
|
-
|
|
4
|
-
if (!t.has(e))
|
|
5
|
-
throw TypeError("Cannot " + n);
|
|
6
|
-
};
|
|
7
|
-
var Gi = (e, t, n) => {
|
|
8
|
-
if (t.has(e))
|
|
9
|
-
throw TypeError("Cannot add the same private member more than once");
|
|
10
|
-
t instanceof WeakSet ? t.add(e) : t.set(e, n);
|
|
2
|
+
var Za = (e) => {
|
|
3
|
+
throw TypeError(e);
|
|
11
4
|
};
|
|
5
|
+
var Hl = (e, t, n) => t in e ? Gl(e, t, { enumerable: !0, configurable: !0, writable: !0, value: n }) : e[t] = n;
|
|
6
|
+
var Ie = (e, t, n) => Hl(e, typeof t != "symbol" ? t + "" : t, n), Vl = (e, t, n) => t.has(e) || Za("Cannot " + n);
|
|
7
|
+
var Wa = (e, t, n) => t.has(e) ? Za("Cannot add the same private member more than once") : t instanceof WeakSet ? t.add(e) : t.set(e, n);
|
|
12
8
|
var ri = (e, t, n) => (Vl(e, t, "access private method"), n);
|
|
13
|
-
import { defineComponent as ue, useCssVars as Es, computed as j, resolveComponent as H, openBlock as g, createElementBlock as w, createVNode as x, withCtx as v, createTextVNode as re, toDisplayString as U, createCommentVNode as J, createBlock as P, normalizeClass as ge, ref as q, Teleport as
|
|
9
|
+
import { defineComponent as ue, useCssVars as Es, computed as j, resolveComponent as H, openBlock as g, createElementBlock as w, createVNode as x, withCtx as v, createTextVNode as re, toDisplayString as U, createCommentVNode as J, createBlock as P, normalizeClass as ge, ref as q, Teleport as ca, unref as b, createElementVNode as y, watch as rt, renderSlot as Se, onBeforeMount as Ft, createSlots as ct, renderList as de, resolveDynamicComponent as Le, withModifiers as Gt, withDirectives as ve, vShow as Bt, Fragment as oe, withKeys as Fl, inject as zl, useSlots as ks, onMounted as Oi, onUnmounted as Kl, normalizeStyle as Ot, normalizeProps as ql, guardReactiveProps as Xl, mergeProps as St, pushScopeId as Ke, popScopeId as qe, nextTick as Qa, toRefs as Os, resolveDirective as Jn, vModelSelect as Is, Transition as Jl, vModelText as Wt, vModelCheckbox as da, vModelDynamic as Zl, vModelRadio as Wl, provide as Ql, reactive as Tn, mergeModels as _a, useModel as _l } from "vue";
|
|
14
10
|
import $a from "axios";
|
|
15
11
|
import { createI18n as Zn, i18nTComponent as Ms } from "@kong-ui-public/i18n";
|
|
16
12
|
import { BadgeMethodAppearances as $l } from "@kong/kongponents";
|
|
17
13
|
import { useRouter as Wn, useRoute as eu } from "vue-router";
|
|
18
|
-
var
|
|
14
|
+
var pa = /* @__PURE__ */ ((e) => (e.GatewayService = "service", e.Route = "route", e.Consumer = "consumer", e.ConsumerGroup = "consumer group", e.Plugin = "plugin", e.Upstream = "upstream", e.Certificate = "certificate", e.CACertificate = "ca certificate", e.SNI = "SNI", e.Key = "key", e.KeySet = "key set", e.Vault = "vault", e.Application = "application", e.Developer = "developer", e.acls = "ACL Credential", e["basic-auth"] = "Basic Auth Credential", e["key-auth"] = "Key Auth Credential", e["key-auth-enc"] = "Key Auth Encrypted Credential", e.oauth2 = "OAuth 2.0 Credential", e["hmac-auth"] = "HMAC Credential", e.jwt = "JWT Credential", e.Target = "target", e.Policy = "policy", e))(pa || {}), Dt = /* @__PURE__ */ ((e) => (e.Edit = "edit", e.Create = "create", e))(Dt || {}), Jt = /* @__PURE__ */ ((e) => (e[e.Loading = 0] = "Loading", e[e.Idle = 1] = "Idle", e[e.NoResults = 2] = "NoResults", e[e.Error = 3] = "Error", e))(Jt || {}), pe = /* @__PURE__ */ ((e) => (e.ID = "id", e.IdArray = "id-array", e.Text = "plain-text", e.Date = "date", e.Redacted = "redacted", e.RedactedArray = "redacted-array", e.Json = "json", e.JsonArray = "json-array", e.BadgeTag = "badge-tag", e.BadgeStatus = "badge-status", e.BadgeMethod = "badge-method", e.LinkInternal = "link-internal", e.LinkExternal = "link-external", e))(pe || {}), He = /* @__PURE__ */ ((e) => (e.Basic = "basic", e.Advanced = "advanced", e.Plugin = "plugin", e))(He || {});
|
|
19
15
|
function tu() {
|
|
20
16
|
return {
|
|
21
17
|
getAxiosInstance: (e = {}) => {
|
|
@@ -52,7 +48,7 @@ function nu() {
|
|
|
52
48
|
}
|
|
53
49
|
};
|
|
54
50
|
}
|
|
55
|
-
const
|
|
51
|
+
const Yi = "khcp-user-table-preferences", iu = {
|
|
56
52
|
pageSize: 30,
|
|
57
53
|
sortColumnKey: void 0,
|
|
58
54
|
sortColumnOrder: void 0,
|
|
@@ -69,14 +65,14 @@ function au() {
|
|
|
69
65
|
return;
|
|
70
66
|
}
|
|
71
67
|
}, t = () => {
|
|
72
|
-
const n = e(localStorage.getItem(
|
|
68
|
+
const n = e(localStorage.getItem(Yi));
|
|
73
69
|
return !n || !Object.keys(n).length ? /* @__PURE__ */ new Map() : new Map(Object.entries(n));
|
|
74
70
|
};
|
|
75
71
|
return {
|
|
76
72
|
setTablePreferences: (n, i) => {
|
|
77
73
|
try {
|
|
78
74
|
const a = t();
|
|
79
|
-
a.set(n, i), localStorage.setItem(
|
|
75
|
+
a.set(n, i), localStorage.setItem(Yi, JSON.stringify(Object.fromEntries(a.entries())));
|
|
80
76
|
} catch (a) {
|
|
81
77
|
console.error("useTablePreferences(setTablePreferences)", a);
|
|
82
78
|
}
|
|
@@ -86,11 +82,11 @@ function au() {
|
|
|
86
82
|
return (i == null ? void 0 : i.get(n)) || void 0 || iu;
|
|
87
83
|
},
|
|
88
84
|
deleteAllTablePreferences: () => {
|
|
89
|
-
localStorage.removeItem(
|
|
85
|
+
localStorage.removeItem(Yi);
|
|
90
86
|
}
|
|
91
87
|
};
|
|
92
88
|
}
|
|
93
|
-
function
|
|
89
|
+
function ga(e = {}) {
|
|
94
90
|
const { getAxiosInstance: t } = tu();
|
|
95
91
|
return {
|
|
96
92
|
axiosInstance: t(e)
|
|
@@ -204,7 +200,7 @@ const ru = {
|
|
|
204
200
|
validationErrors: gu,
|
|
205
201
|
toggleModal: mu
|
|
206
202
|
};
|
|
207
|
-
function
|
|
203
|
+
function Ii() {
|
|
208
204
|
const e = Zn("en-us", Au);
|
|
209
205
|
return {
|
|
210
206
|
i18n: e,
|
|
@@ -214,13 +210,11 @@ function Mi() {
|
|
|
214
210
|
}
|
|
215
211
|
function Bs() {
|
|
216
212
|
const e = (n, i) => (i == null ? void 0 : i[n]) ?? void 0, t = (n, i) => {
|
|
217
|
-
if (n.length !== i.length)
|
|
218
|
-
return !1;
|
|
213
|
+
if (n.length !== i.length) return !1;
|
|
219
214
|
const a = /* @__PURE__ */ new Set([...n, ...i]);
|
|
220
215
|
for (const r of a) {
|
|
221
216
|
const s = n.filter((l) => l === r).length, o = i.filter((l) => l === r).length;
|
|
222
|
-
if (s !== o)
|
|
223
|
-
return !1;
|
|
217
|
+
if (s !== o) return !1;
|
|
224
218
|
}
|
|
225
219
|
return !0;
|
|
226
220
|
};
|
|
@@ -261,7 +255,7 @@ function fu(e, t, n, i = {
|
|
|
261
255
|
searchKeys: ["id"]
|
|
262
256
|
}) {
|
|
263
257
|
n || (n = "1000");
|
|
264
|
-
const { axiosInstance: a } =
|
|
258
|
+
const { axiosInstance: a } = ga(e.axiosRequestConfig), { i18n: { t: r } } = Ii(), { debounce: s } = nu(), o = s(async (E) => {
|
|
265
259
|
await Y(E);
|
|
266
260
|
}, 200), l = q(!1), u = q(""), c = q(""), p = q([]), m = q([]), h = q(void 0), M = b(t);
|
|
267
261
|
let C = `${e.apiBaseUrl}${M}`;
|
|
@@ -339,7 +333,7 @@ function hu(e, t) {
|
|
|
339
333
|
return i.value.search = "", (a) => `${i.value.href}/${a}`;
|
|
340
334
|
}
|
|
341
335
|
function yu() {
|
|
342
|
-
const { i18n: { t: e } } =
|
|
336
|
+
const { i18n: { t: e } } = Ii();
|
|
343
337
|
return {
|
|
344
338
|
getMessageFromError: (t) => {
|
|
345
339
|
var n, i, a, r;
|
|
@@ -398,7 +392,7 @@ function Ss(e, t) {
|
|
|
398
392
|
};
|
|
399
393
|
}
|
|
400
394
|
function bu(e, t, n = "data") {
|
|
401
|
-
const i = b(t), { axiosInstance: a } =
|
|
395
|
+
const i = b(t), { axiosInstance: a } = ga(e.axiosRequestConfig), r = Ss(e, i), s = q({
|
|
402
396
|
status: Jt.Idle
|
|
403
397
|
});
|
|
404
398
|
return { fetcher: async (o) => {
|
|
@@ -514,13 +508,13 @@ function Bu(e) {
|
|
|
514
508
|
};
|
|
515
509
|
}
|
|
516
510
|
function Su() {
|
|
517
|
-
const { i18n: { t: e } } =
|
|
511
|
+
const { i18n: { t: e } } = Ii();
|
|
518
512
|
return {
|
|
519
513
|
utf8Name: (t) => /^[\p{N}\p{L}.\-_~]*$/u.test(t) ? "" : e("validationErrors.utf8Name")
|
|
520
514
|
};
|
|
521
515
|
}
|
|
522
516
|
const Ge = {
|
|
523
|
-
useAxios:
|
|
517
|
+
useAxios: ga,
|
|
524
518
|
useDebouncedFilter: fu,
|
|
525
519
|
useDeleteUrlBuilder: hu,
|
|
526
520
|
useErrors: yu,
|
|
@@ -529,7 +523,7 @@ const Ge = {
|
|
|
529
523
|
useFetchUrlBuilder: Ss,
|
|
530
524
|
useHelpers: Bs,
|
|
531
525
|
useStringHelpers: wu,
|
|
532
|
-
useI18n:
|
|
526
|
+
useI18n: Ii,
|
|
533
527
|
useGatewayFeatureSupported: Mu,
|
|
534
528
|
useTruncationDetector: Bu,
|
|
535
529
|
useValidators: Su
|
|
@@ -611,7 +605,7 @@ const Ge = {
|
|
|
611
605
|
]);
|
|
612
606
|
};
|
|
613
607
|
}
|
|
614
|
-
}),
|
|
608
|
+
}), Rn = /* @__PURE__ */ It(Tu, [["__scopeId", "data-v-c96811e5"]]), Lu = /* @__PURE__ */ ue({
|
|
615
609
|
__name: "StatusBadge",
|
|
616
610
|
props: {
|
|
617
611
|
status: {
|
|
@@ -635,7 +629,7 @@ const Ge = {
|
|
|
635
629
|
}
|
|
636
630
|
}), ju = "#0044f4", Nu = "#e0e4ea", Pu = "#afb7c5", Du = "1px", Uu = "20px", Yu = { class: "config-card-details-row" }, Gu = ["data-testid"], Hu = ["data-testid"], Vu = ["data-testid"], Fu = ["data-testid"], zu = { key: 1 }, Ku = ["data-testid"], qu = ["data-testid"], Xu = ["data-testid"], Ju = ["data-testid"], Zu = {
|
|
637
631
|
name: "ConfigCardItem",
|
|
638
|
-
components: { JsonCardItem: Ts, StatusBadge: Lu, InternalLinkItem:
|
|
632
|
+
components: { JsonCardItem: Ts, StatusBadge: Lu, InternalLinkItem: Rn }
|
|
639
633
|
}, Wu = /* @__PURE__ */ ue({
|
|
640
634
|
...Zu,
|
|
641
635
|
props: {
|
|
@@ -895,7 +889,7 @@ const Ge = {
|
|
|
895
889
|
}), Ls = /* @__PURE__ */ It(Wu, [["__scopeId", "data-v-d268261c"]]), Qu = { class: "json-config" }, _u = {
|
|
896
890
|
key: 0,
|
|
897
891
|
class: "json-endpoint"
|
|
898
|
-
},
|
|
892
|
+
}, ma = /* @__PURE__ */ ue({
|
|
899
893
|
__name: "JsonCodeBlock",
|
|
900
894
|
props: {
|
|
901
895
|
/** The base konnect or kongManger config. Pass additional config props in the shared entity component as needed. */
|
|
@@ -1005,16 +999,16 @@ function Ns(e, t) {
|
|
|
1005
999
|
|
|
1006
1000
|
` + e.mark.snippet), i + " " + n) : i;
|
|
1007
1001
|
}
|
|
1008
|
-
function
|
|
1002
|
+
function Yn(e, t) {
|
|
1009
1003
|
Error.call(this), this.name = "YAMLException", this.reason = e, this.mark = t, this.message = Ns(this, !1), Error.captureStackTrace ? Error.captureStackTrace(this, this.constructor) : this.stack = new Error().stack || "";
|
|
1010
1004
|
}
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
|
|
1005
|
+
Yn.prototype = Object.create(Error.prototype);
|
|
1006
|
+
Yn.prototype.constructor = Yn;
|
|
1007
|
+
Yn.prototype.toString = function(e) {
|
|
1014
1008
|
return this.name + ": " + Ns(this, e);
|
|
1015
1009
|
};
|
|
1016
|
-
var _e =
|
|
1017
|
-
function
|
|
1010
|
+
var _e = Yn;
|
|
1011
|
+
function Gi(e, t, n, i, a) {
|
|
1018
1012
|
var r = "", s = "", o = Math.floor(a / 2) - 1;
|
|
1019
1013
|
return i - t > o && (r = " ... ", t = i - o + r.length), n - i > o && (s = " ...", n = i + o - s.length), {
|
|
1020
1014
|
str: r + e.slice(t, n).replace(/\t/g, "→") + s,
|
|
@@ -1022,36 +1016,35 @@ function Vi(e, t, n, i, a) {
|
|
|
1022
1016
|
// relative position
|
|
1023
1017
|
};
|
|
1024
1018
|
}
|
|
1025
|
-
function
|
|
1019
|
+
function Hi(e, t) {
|
|
1026
1020
|
return Ye.repeat(" ", t - e.length) + e;
|
|
1027
1021
|
}
|
|
1028
1022
|
function cc(e, t) {
|
|
1029
|
-
if (t = Object.create(t || null), !e.buffer)
|
|
1030
|
-
return null;
|
|
1023
|
+
if (t = Object.create(t || null), !e.buffer) return null;
|
|
1031
1024
|
t.maxLength || (t.maxLength = 79), typeof t.indent != "number" && (t.indent = 1), typeof t.linesBefore != "number" && (t.linesBefore = 3), typeof t.linesAfter != "number" && (t.linesAfter = 2);
|
|
1032
1025
|
for (var n = /\r?\n|\r|\0/g, i = [0], a = [], r, s = -1; r = n.exec(e.buffer); )
|
|
1033
1026
|
a.push(r.index), i.push(r.index + r[0].length), e.position <= r.index && s < 0 && (s = i.length - 2);
|
|
1034
1027
|
s < 0 && (s = i.length - 1);
|
|
1035
1028
|
var o = "", l, u, c = Math.min(e.line + t.linesAfter, a.length).toString().length, p = t.maxLength - (t.indent + c + 3);
|
|
1036
1029
|
for (l = 1; l <= t.linesBefore && !(s - l < 0); l++)
|
|
1037
|
-
u =
|
|
1030
|
+
u = Gi(
|
|
1038
1031
|
e.buffer,
|
|
1039
1032
|
i[s - l],
|
|
1040
1033
|
a[s - l],
|
|
1041
1034
|
e.position - (i[s] - i[s - l]),
|
|
1042
1035
|
p
|
|
1043
|
-
), o = Ye.repeat(" ", t.indent) +
|
|
1036
|
+
), o = Ye.repeat(" ", t.indent) + Hi((e.line - l + 1).toString(), c) + " | " + u.str + `
|
|
1044
1037
|
` + o;
|
|
1045
|
-
for (u =
|
|
1038
|
+
for (u = Gi(e.buffer, i[s], a[s], e.position, p), o += Ye.repeat(" ", t.indent) + Hi((e.line + 1).toString(), c) + " | " + u.str + `
|
|
1046
1039
|
`, o += Ye.repeat("-", t.indent + c + 3 + u.pos) + `^
|
|
1047
1040
|
`, l = 1; l <= t.linesAfter && !(s + l >= a.length); l++)
|
|
1048
|
-
u =
|
|
1041
|
+
u = Gi(
|
|
1049
1042
|
e.buffer,
|
|
1050
1043
|
i[s + l],
|
|
1051
1044
|
a[s + l],
|
|
1052
1045
|
e.position - (i[s] - i[s + l]),
|
|
1053
1046
|
p
|
|
1054
|
-
), o += Ye.repeat(" ", t.indent) +
|
|
1047
|
+
), o += Ye.repeat(" ", t.indent) + Hi((e.line + l + 1).toString(), c) + " | " + u.str + `
|
|
1055
1048
|
`;
|
|
1056
1049
|
return o.replace(/\n$/, "");
|
|
1057
1050
|
}
|
|
@@ -1120,10 +1113,10 @@ function fc() {
|
|
|
1120
1113
|
arguments[t].forEach(i);
|
|
1121
1114
|
return e;
|
|
1122
1115
|
}
|
|
1123
|
-
function
|
|
1116
|
+
function Wi(e) {
|
|
1124
1117
|
return this.extend(e);
|
|
1125
1118
|
}
|
|
1126
|
-
|
|
1119
|
+
Wi.prototype.extend = function(e) {
|
|
1127
1120
|
var t = [], n = [];
|
|
1128
1121
|
if (e instanceof ze)
|
|
1129
1122
|
n.push(e);
|
|
@@ -1144,10 +1137,10 @@ _i.prototype.extend = function(e) {
|
|
|
1144
1137
|
if (!(a instanceof ze))
|
|
1145
1138
|
throw new _e("Specified list of YAML types (or a single Type object) contains a non-Type object.");
|
|
1146
1139
|
});
|
|
1147
|
-
var i = Object.create(
|
|
1140
|
+
var i = Object.create(Wi.prototype);
|
|
1148
1141
|
return i.implicit = (this.implicit || []).concat(t), i.explicit = (this.explicit || []).concat(n), i.compiledImplicit = sr(i, "implicit"), i.compiledExplicit = sr(i, "explicit"), i.compiledTypeMap = fc(i.compiledImplicit, i.compiledExplicit), i;
|
|
1149
1142
|
};
|
|
1150
|
-
var Ps =
|
|
1143
|
+
var Ps = Wi, Ds = new ze("tag:yaml.org,2002:str", {
|
|
1151
1144
|
kind: "scalar",
|
|
1152
1145
|
construct: function(e) {
|
|
1153
1146
|
return e !== null ? e : "";
|
|
@@ -1170,8 +1163,7 @@ var Ps = _i, Ds = new ze("tag:yaml.org,2002:str", {
|
|
|
1170
1163
|
]
|
|
1171
1164
|
});
|
|
1172
1165
|
function hc(e) {
|
|
1173
|
-
if (e === null)
|
|
1174
|
-
return !0;
|
|
1166
|
+
if (e === null) return !0;
|
|
1175
1167
|
var t = e.length;
|
|
1176
1168
|
return t === 1 && e === "~" || t === 4 && (e === "null" || e === "Null" || e === "NULL");
|
|
1177
1169
|
}
|
|
@@ -1206,8 +1198,7 @@ var Hs = new ze("tag:yaml.org,2002:null", {
|
|
|
1206
1198
|
defaultStyle: "lowercase"
|
|
1207
1199
|
});
|
|
1208
1200
|
function bc(e) {
|
|
1209
|
-
if (e === null)
|
|
1210
|
-
return !1;
|
|
1201
|
+
if (e === null) return !1;
|
|
1211
1202
|
var t = e.length;
|
|
1212
1203
|
return t === 4 && (e === "true" || e === "True" || e === "TRUE") || t === 5 && (e === "false" || e === "False" || e === "FALSE");
|
|
1213
1204
|
}
|
|
@@ -1245,19 +1236,15 @@ function Oc(e) {
|
|
|
1245
1236
|
return 48 <= e && e <= 57;
|
|
1246
1237
|
}
|
|
1247
1238
|
function Ic(e) {
|
|
1248
|
-
if (e === null)
|
|
1249
|
-
return !1;
|
|
1239
|
+
if (e === null) return !1;
|
|
1250
1240
|
var t = e.length, n = 0, i = !1, a;
|
|
1251
|
-
if (!t)
|
|
1252
|
-
return !1;
|
|
1241
|
+
if (!t) return !1;
|
|
1253
1242
|
if (a = e[n], (a === "-" || a === "+") && (a = e[++n]), a === "0") {
|
|
1254
|
-
if (n + 1 === t)
|
|
1255
|
-
return !0;
|
|
1243
|
+
if (n + 1 === t) return !0;
|
|
1256
1244
|
if (a = e[++n], a === "b") {
|
|
1257
1245
|
for (n++; n < t; n++)
|
|
1258
1246
|
if (a = e[n], a !== "_") {
|
|
1259
|
-
if (a !== "0" && a !== "1")
|
|
1260
|
-
return !1;
|
|
1247
|
+
if (a !== "0" && a !== "1") return !1;
|
|
1261
1248
|
i = !0;
|
|
1262
1249
|
}
|
|
1263
1250
|
return i && a !== "_";
|
|
@@ -1265,8 +1252,7 @@ function Ic(e) {
|
|
|
1265
1252
|
if (a === "x") {
|
|
1266
1253
|
for (n++; n < t; n++)
|
|
1267
1254
|
if (a = e[n], a !== "_") {
|
|
1268
|
-
if (!Ec(e.charCodeAt(n)))
|
|
1269
|
-
return !1;
|
|
1255
|
+
if (!Ec(e.charCodeAt(n))) return !1;
|
|
1270
1256
|
i = !0;
|
|
1271
1257
|
}
|
|
1272
1258
|
return i && a !== "_";
|
|
@@ -1274,15 +1260,13 @@ function Ic(e) {
|
|
|
1274
1260
|
if (a === "o") {
|
|
1275
1261
|
for (n++; n < t; n++)
|
|
1276
1262
|
if (a = e[n], a !== "_") {
|
|
1277
|
-
if (!kc(e.charCodeAt(n)))
|
|
1278
|
-
return !1;
|
|
1263
|
+
if (!kc(e.charCodeAt(n))) return !1;
|
|
1279
1264
|
i = !0;
|
|
1280
1265
|
}
|
|
1281
1266
|
return i && a !== "_";
|
|
1282
1267
|
}
|
|
1283
1268
|
}
|
|
1284
|
-
if (a === "_")
|
|
1285
|
-
return !1;
|
|
1269
|
+
if (a === "_") return !1;
|
|
1286
1270
|
for (; n < t; n++)
|
|
1287
1271
|
if (a = e[n], a !== "_") {
|
|
1288
1272
|
if (!Oc(e.charCodeAt(n)))
|
|
@@ -1293,15 +1277,11 @@ function Ic(e) {
|
|
|
1293
1277
|
}
|
|
1294
1278
|
function Mc(e) {
|
|
1295
1279
|
var t = e, n = 1, i;
|
|
1296
|
-
if (t.indexOf("_") !== -1 && (t = t.replace(/_/g, "")), i = t[0], (i === "-" || i === "+") && (i === "-" && (n = -1), t = t.slice(1), i = t[0]), t === "0")
|
|
1297
|
-
return 0;
|
|
1280
|
+
if (t.indexOf("_") !== -1 && (t = t.replace(/_/g, "")), i = t[0], (i === "-" || i === "+") && (i === "-" && (n = -1), t = t.slice(1), i = t[0]), t === "0") return 0;
|
|
1298
1281
|
if (i === "0") {
|
|
1299
|
-
if (t[1] === "b")
|
|
1300
|
-
|
|
1301
|
-
if (t[1] === "
|
|
1302
|
-
return n * parseInt(t.slice(2), 16);
|
|
1303
|
-
if (t[1] === "o")
|
|
1304
|
-
return n * parseInt(t.slice(2), 8);
|
|
1282
|
+
if (t[1] === "b") return n * parseInt(t.slice(2), 2);
|
|
1283
|
+
if (t[1] === "x") return n * parseInt(t.slice(2), 16);
|
|
1284
|
+
if (t[1] === "o") return n * parseInt(t.slice(2), 8);
|
|
1305
1285
|
}
|
|
1306
1286
|
return n * parseInt(t, 10);
|
|
1307
1287
|
}
|
|
@@ -1409,8 +1389,7 @@ function Nc(e) {
|
|
|
1409
1389
|
}
|
|
1410
1390
|
function Pc(e) {
|
|
1411
1391
|
var t, n, i, a, r, s, o, l = 0, u = null, c, p, m;
|
|
1412
|
-
if (t = Xs.exec(e), t === null && (t = Js.exec(e)), t === null)
|
|
1413
|
-
throw new Error("Date resolve error");
|
|
1392
|
+
if (t = Xs.exec(e), t === null && (t = Js.exec(e)), t === null) throw new Error("Date resolve error");
|
|
1414
1393
|
if (n = +t[1], i = +t[2] - 1, a = +t[3], !t[4])
|
|
1415
1394
|
return new Date(Date.UTC(n, i, a));
|
|
1416
1395
|
if (r = +t[4], s = +t[5], o = +t[6], t[7]) {
|
|
@@ -1436,28 +1415,26 @@ function Uc(e) {
|
|
|
1436
1415
|
var Ws = new ze("tag:yaml.org,2002:merge", {
|
|
1437
1416
|
kind: "scalar",
|
|
1438
1417
|
resolve: Uc
|
|
1439
|
-
}),
|
|
1418
|
+
}), Aa = `ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=
|
|
1440
1419
|
\r`;
|
|
1441
1420
|
function Yc(e) {
|
|
1442
|
-
if (e === null)
|
|
1443
|
-
|
|
1444
|
-
var t, n, i = 0, a = e.length, r = ha;
|
|
1421
|
+
if (e === null) return !1;
|
|
1422
|
+
var t, n, i = 0, a = e.length, r = Aa;
|
|
1445
1423
|
for (n = 0; n < a; n++)
|
|
1446
1424
|
if (t = r.indexOf(e.charAt(n)), !(t > 64)) {
|
|
1447
|
-
if (t < 0)
|
|
1448
|
-
return !1;
|
|
1425
|
+
if (t < 0) return !1;
|
|
1449
1426
|
i += 6;
|
|
1450
1427
|
}
|
|
1451
1428
|
return i % 8 === 0;
|
|
1452
1429
|
}
|
|
1453
1430
|
function Gc(e) {
|
|
1454
|
-
var t, n, i = e.replace(/[\r\n=]/g, ""), a = i.length, r =
|
|
1431
|
+
var t, n, i = e.replace(/[\r\n=]/g, ""), a = i.length, r = Aa, s = 0, o = [];
|
|
1455
1432
|
for (t = 0; t < a; t++)
|
|
1456
1433
|
t % 4 === 0 && t && (o.push(s >> 16 & 255), o.push(s >> 8 & 255), o.push(s & 255)), s = s << 6 | r.indexOf(i.charAt(t));
|
|
1457
1434
|
return n = a % 4 * 6, n === 0 ? (o.push(s >> 16 & 255), o.push(s >> 8 & 255), o.push(s & 255)) : n === 18 ? (o.push(s >> 10 & 255), o.push(s >> 2 & 255)) : n === 12 && o.push(s >> 4 & 255), new Uint8Array(o);
|
|
1458
1435
|
}
|
|
1459
1436
|
function Hc(e) {
|
|
1460
|
-
var t = "", n = 0, i, a, r = e.length, s =
|
|
1437
|
+
var t = "", n = 0, i, a, r = e.length, s = Aa;
|
|
1461
1438
|
for (i = 0; i < r; i++)
|
|
1462
1439
|
i % 3 === 0 && i && (t += s[n >> 18 & 63], t += s[n >> 12 & 63], t += s[n >> 6 & 63], t += s[n & 63]), n = (n << 8) + e[i];
|
|
1463
1440
|
return a = r % 3, a === 0 ? (t += s[n >> 18 & 63], t += s[n >> 12 & 63], t += s[n >> 6 & 63], t += s[n & 63]) : a === 2 ? (t += s[n >> 10 & 63], t += s[n >> 4 & 63], t += s[n << 2 & 63], t += s[64]) : a === 1 && (t += s[n >> 2 & 63], t += s[n << 4 & 63], t += s[64], t += s[64]), t;
|
|
@@ -1473,24 +1450,17 @@ var Qs = new ze("tag:yaml.org,2002:binary", {
|
|
|
1473
1450
|
represent: Hc
|
|
1474
1451
|
}), Fc = Object.prototype.hasOwnProperty, zc = Object.prototype.toString;
|
|
1475
1452
|
function Kc(e) {
|
|
1476
|
-
if (e === null)
|
|
1477
|
-
return !0;
|
|
1453
|
+
if (e === null) return !0;
|
|
1478
1454
|
var t = [], n, i, a, r, s, o = e;
|
|
1479
1455
|
for (n = 0, i = o.length; n < i; n += 1) {
|
|
1480
|
-
if (a = o[n], s = !1, zc.call(a) !== "[object Object]")
|
|
1481
|
-
return !1;
|
|
1456
|
+
if (a = o[n], s = !1, zc.call(a) !== "[object Object]") return !1;
|
|
1482
1457
|
for (r in a)
|
|
1483
1458
|
if (Fc.call(a, r))
|
|
1484
|
-
if (!s)
|
|
1485
|
-
|
|
1486
|
-
|
|
1487
|
-
|
|
1488
|
-
|
|
1489
|
-
return !1;
|
|
1490
|
-
if (t.indexOf(r) === -1)
|
|
1491
|
-
t.push(r);
|
|
1492
|
-
else
|
|
1493
|
-
return !1;
|
|
1459
|
+
if (!s) s = !0;
|
|
1460
|
+
else return !1;
|
|
1461
|
+
if (!s) return !1;
|
|
1462
|
+
if (t.indexOf(r) === -1) t.push(r);
|
|
1463
|
+
else return !1;
|
|
1494
1464
|
}
|
|
1495
1465
|
return !0;
|
|
1496
1466
|
}
|
|
@@ -1503,19 +1473,16 @@ var _s = new ze("tag:yaml.org,2002:omap", {
|
|
|
1503
1473
|
construct: qc
|
|
1504
1474
|
}), Xc = Object.prototype.toString;
|
|
1505
1475
|
function Jc(e) {
|
|
1506
|
-
if (e === null)
|
|
1507
|
-
return !0;
|
|
1476
|
+
if (e === null) return !0;
|
|
1508
1477
|
var t, n, i, a, r, s = e;
|
|
1509
1478
|
for (r = new Array(s.length), t = 0, n = s.length; t < n; t += 1) {
|
|
1510
|
-
if (i = s[t], Xc.call(i) !== "[object Object]" || (a = Object.keys(i), a.length !== 1))
|
|
1511
|
-
return !1;
|
|
1479
|
+
if (i = s[t], Xc.call(i) !== "[object Object]" || (a = Object.keys(i), a.length !== 1)) return !1;
|
|
1512
1480
|
r[t] = [a[0], i[a[0]]];
|
|
1513
1481
|
}
|
|
1514
1482
|
return !0;
|
|
1515
1483
|
}
|
|
1516
1484
|
function Zc(e) {
|
|
1517
|
-
if (e === null)
|
|
1518
|
-
return [];
|
|
1485
|
+
if (e === null) return [];
|
|
1519
1486
|
var t, n, i, a, r, s = e;
|
|
1520
1487
|
for (r = new Array(s.length), t = 0, n = s.length; t < n; t += 1)
|
|
1521
1488
|
i = s[t], a = Object.keys(i), r[t] = [a[0], i[a[0]]];
|
|
@@ -1527,8 +1494,7 @@ var $s = new ze("tag:yaml.org,2002:pairs", {
|
|
|
1527
1494
|
construct: Zc
|
|
1528
1495
|
}), Wc = Object.prototype.hasOwnProperty;
|
|
1529
1496
|
function Qc(e) {
|
|
1530
|
-
if (e === null)
|
|
1531
|
-
return !0;
|
|
1497
|
+
if (e === null) return !0;
|
|
1532
1498
|
var t, n = e;
|
|
1533
1499
|
for (t in n)
|
|
1534
1500
|
if (Wc.call(n, t) && n[t] !== null)
|
|
@@ -1542,7 +1508,7 @@ var eo = new ze("tag:yaml.org,2002:set", {
|
|
|
1542
1508
|
kind: "mapping",
|
|
1543
1509
|
resolve: Qc,
|
|
1544
1510
|
construct: _c
|
|
1545
|
-
}),
|
|
1511
|
+
}), fa = qs.extend({
|
|
1546
1512
|
implicit: [
|
|
1547
1513
|
Zs,
|
|
1548
1514
|
Ws
|
|
@@ -1553,7 +1519,7 @@ var eo = new ze("tag:yaml.org,2002:set", {
|
|
|
1553
1519
|
$s,
|
|
1554
1520
|
eo
|
|
1555
1521
|
]
|
|
1556
|
-
}), Vt = Object.prototype.hasOwnProperty, ci = 1, to = 2, no = 3, di = 4,
|
|
1522
|
+
}), Vt = Object.prototype.hasOwnProperty, ci = 1, to = 2, no = 3, di = 4, Vi = 1, $c = 2, or = 3, ed = /[\x00-\x08\x0B\x0C\x0E-\x1F\x7F-\x84\x86-\x9F\uFFFE\uFFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]/, td = /[\x85\u2028\u2029]/, nd = /[,\[\]\{\}]/, io = /^(?:!|!!|![a-z\-]+!)$/i, ao = /^(?:!|[^,\[\]\{\}])(?:%[0-9a-f]{2}|[0-9a-z\-#;\/\?:@&=\+\$,_\.!~\*'\(\)\[\]])*$/i;
|
|
1557
1523
|
function lr(e) {
|
|
1558
1524
|
return Object.prototype.toString.call(e);
|
|
1559
1525
|
}
|
|
@@ -1566,7 +1532,7 @@ function Qt(e) {
|
|
|
1566
1532
|
function at(e) {
|
|
1567
1533
|
return e === 9 || e === 32 || e === 10 || e === 13;
|
|
1568
1534
|
}
|
|
1569
|
-
function
|
|
1535
|
+
function mn(e) {
|
|
1570
1536
|
return e === 44 || e === 91 || e === 93 || e === 123 || e === 125;
|
|
1571
1537
|
}
|
|
1572
1538
|
function id(e) {
|
|
@@ -1590,10 +1556,10 @@ function sd(e) {
|
|
|
1590
1556
|
);
|
|
1591
1557
|
}
|
|
1592
1558
|
var ro = new Array(256), so = new Array(256);
|
|
1593
|
-
for (var
|
|
1594
|
-
ro[
|
|
1559
|
+
for (var dn = 0; dn < 256; dn++)
|
|
1560
|
+
ro[dn] = ur(dn) ? 1 : 0, so[dn] = ur(dn);
|
|
1595
1561
|
function od(e, t) {
|
|
1596
|
-
this.input = e, this.filename = t.filename || null, this.schema = t.schema ||
|
|
1562
|
+
this.input = e, this.filename = t.filename || null, this.schema = t.schema || fa, this.onWarning = t.onWarning || null, this.legacy = t.legacy || !1, this.json = t.json || !1, this.listener = t.listener || null, this.implicitTypes = this.schema.compiledImplicit, this.typeMap = this.schema.compiledTypeMap, this.length = e.length, this.position = 0, this.line = 0, this.lineStart = 0, this.lineIndent = 0, this.firstTabInLine = -1, this.documents = [];
|
|
1597
1563
|
}
|
|
1598
1564
|
function oo(e, t) {
|
|
1599
1565
|
var n = {
|
|
@@ -1634,8 +1600,7 @@ function Ht(e, t, n, i) {
|
|
|
1634
1600
|
if (o = e.input.slice(t, n), i)
|
|
1635
1601
|
for (a = 0, r = o.length; a < r; a += 1)
|
|
1636
1602
|
s = o.charCodeAt(a), s === 9 || 32 <= s && s <= 1114111 || ae(e, "expected valid JSON character");
|
|
1637
|
-
else
|
|
1638
|
-
ed.test(o) && ae(e, "the stream contains non-printable characters");
|
|
1603
|
+
else ed.test(o) && ae(e, "the stream contains non-printable characters");
|
|
1639
1604
|
e.result += o;
|
|
1640
1605
|
}
|
|
1641
1606
|
}
|
|
@@ -1644,7 +1609,7 @@ function dr(e, t, n, i) {
|
|
|
1644
1609
|
for (Ye.isObject(n) || ae(e, "cannot merge mappings; the provided source object is unacceptable"), a = Object.keys(n), s = 0, o = a.length; s < o; s += 1)
|
|
1645
1610
|
r = a[s], Vt.call(t, r) || (t[r] = n[r], i[r] = !0);
|
|
1646
1611
|
}
|
|
1647
|
-
function
|
|
1612
|
+
function An(e, t, n, i, a, r, s, o, l) {
|
|
1648
1613
|
var u, c;
|
|
1649
1614
|
if (Array.isArray(a))
|
|
1650
1615
|
for (a = Array.prototype.slice.call(a), u = 0, c = a.length; u < c; u += 1)
|
|
@@ -1664,7 +1629,7 @@ function mn(e, t, n, i, a, r, s, o, l) {
|
|
|
1664
1629
|
}) : t[a] = r, delete n[a];
|
|
1665
1630
|
return t;
|
|
1666
1631
|
}
|
|
1667
|
-
function
|
|
1632
|
+
function ha(e) {
|
|
1668
1633
|
var t;
|
|
1669
1634
|
t = e.input.charCodeAt(e.position), t === 10 ? e.position++ : t === 13 ? (e.position++, e.input.charCodeAt(e.position) === 10 && e.position++) : ae(e, "a line break is expected"), e.line += 1, e.lineStart = e.position, e.firstTabInLine = -1;
|
|
1670
1635
|
}
|
|
@@ -1677,34 +1642,34 @@ function De(e, t, n) {
|
|
|
1677
1642
|
a = e.input.charCodeAt(++e.position);
|
|
1678
1643
|
while (a !== 10 && a !== 13 && a !== 0);
|
|
1679
1644
|
if (bt(a))
|
|
1680
|
-
for (
|
|
1645
|
+
for (ha(e), a = e.input.charCodeAt(e.position), i++, e.lineIndent = 0; a === 32; )
|
|
1681
1646
|
e.lineIndent++, a = e.input.charCodeAt(++e.position);
|
|
1682
1647
|
else
|
|
1683
1648
|
break;
|
|
1684
1649
|
}
|
|
1685
1650
|
return n !== -1 && i !== 0 && e.lineIndent < n && pi(e, "deficient indentation"), i;
|
|
1686
1651
|
}
|
|
1687
|
-
function
|
|
1652
|
+
function Mi(e) {
|
|
1688
1653
|
var t = e.position, n;
|
|
1689
1654
|
return n = e.input.charCodeAt(t), !!((n === 45 || n === 46) && n === e.input.charCodeAt(t + 1) && n === e.input.charCodeAt(t + 2) && (t += 3, n = e.input.charCodeAt(t), n === 0 || at(n)));
|
|
1690
1655
|
}
|
|
1691
|
-
function
|
|
1656
|
+
function ya(e, t) {
|
|
1692
1657
|
t === 1 ? e.result += " " : t > 1 && (e.result += Ye.repeat(`
|
|
1693
1658
|
`, t - 1));
|
|
1694
1659
|
}
|
|
1695
1660
|
function ld(e, t, n) {
|
|
1696
1661
|
var i, a, r, s, o, l, u, c, p = e.kind, m = e.result, h;
|
|
1697
|
-
if (h = e.input.charCodeAt(e.position), at(h) ||
|
|
1662
|
+
if (h = e.input.charCodeAt(e.position), at(h) || mn(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) && (a = e.input.charCodeAt(e.position + 1), at(a) || n && mn(a)))
|
|
1698
1663
|
return !1;
|
|
1699
1664
|
for (e.kind = "scalar", e.result = "", r = s = e.position, o = !1; h !== 0; ) {
|
|
1700
1665
|
if (h === 58) {
|
|
1701
|
-
if (a = e.input.charCodeAt(e.position + 1), at(a) || n &&
|
|
1666
|
+
if (a = e.input.charCodeAt(e.position + 1), at(a) || n && mn(a))
|
|
1702
1667
|
break;
|
|
1703
1668
|
} else if (h === 35) {
|
|
1704
1669
|
if (i = e.input.charCodeAt(e.position - 1), at(i))
|
|
1705
1670
|
break;
|
|
1706
1671
|
} else {
|
|
1707
|
-
if (e.position === e.lineStart &&
|
|
1672
|
+
if (e.position === e.lineStart && Mi(e) || n && mn(h))
|
|
1708
1673
|
break;
|
|
1709
1674
|
if (bt(h))
|
|
1710
1675
|
if (l = e.line, u = e.lineStart, c = e.lineIndent, De(e, !1, -1), e.lineIndent >= t) {
|
|
@@ -1715,7 +1680,7 @@ function ld(e, t, n) {
|
|
|
1715
1680
|
break;
|
|
1716
1681
|
}
|
|
1717
1682
|
}
|
|
1718
|
-
o && (Ht(e, r, s, !1),
|
|
1683
|
+
o && (Ht(e, r, s, !1), ya(e, e.line - l), r = s = e.position, o = !1), Qt(h) || (s = e.position + 1), h = e.input.charCodeAt(++e.position);
|
|
1719
1684
|
}
|
|
1720
1685
|
return Ht(e, r, s, !1), e.result ? !0 : (e.kind = p, e.result = m, !1);
|
|
1721
1686
|
}
|
|
@@ -1729,8 +1694,7 @@ function ud(e, t) {
|
|
|
1729
1694
|
i = e.position, e.position++, a = e.position;
|
|
1730
1695
|
else
|
|
1731
1696
|
return !0;
|
|
1732
|
-
else
|
|
1733
|
-
bt(n) ? (Ht(e, i, a, !0), ba(e, De(e, !1, t)), i = a = e.position) : e.position === e.lineStart && Bi(e) ? ae(e, "unexpected end of the document within a single quoted scalar") : (e.position++, a = e.position);
|
|
1697
|
+
else bt(n) ? (Ht(e, i, a, !0), ya(e, De(e, !1, t)), i = a = e.position) : e.position === e.lineStart && Mi(e) ? ae(e, "unexpected end of the document within a single quoted scalar") : (e.position++, a = e.position);
|
|
1734
1698
|
ae(e, "unexpected end of the stream within a single quoted scalar");
|
|
1735
1699
|
}
|
|
1736
1700
|
function cd(e, t) {
|
|
@@ -1752,8 +1716,7 @@ function cd(e, t) {
|
|
|
1752
1716
|
} else
|
|
1753
1717
|
ae(e, "unknown escape sequence");
|
|
1754
1718
|
n = i = e.position;
|
|
1755
|
-
} else
|
|
1756
|
-
bt(o) ? (Ht(e, n, i, !0), ba(e, De(e, !1, t)), n = i = e.position) : e.position === e.lineStart && Bi(e) ? ae(e, "unexpected end of the document within a double quoted scalar") : (e.position++, i = e.position);
|
|
1719
|
+
} else bt(o) ? (Ht(e, n, i, !0), ya(e, De(e, !1, t)), n = i = e.position) : e.position === e.lineStart && Mi(e) ? ae(e, "unexpected end of the document within a double quoted scalar") : (e.position++, i = e.position);
|
|
1757
1720
|
}
|
|
1758
1721
|
ae(e, "unexpected end of the stream within a double quoted scalar");
|
|
1759
1722
|
}
|
|
@@ -1768,12 +1731,12 @@ function dd(e, t) {
|
|
|
1768
1731
|
for (e.anchor !== null && (e.anchorMap[e.anchor] = o), R = e.input.charCodeAt(++e.position); R !== 0; ) {
|
|
1769
1732
|
if (De(e, !0, t), R = e.input.charCodeAt(e.position), R === c)
|
|
1770
1733
|
return e.position++, e.tag = s, e.anchor = l, e.kind = h ? "mapping" : "sequence", e.result = o, !0;
|
|
1771
|
-
n ? R === 44 && ae(e, "expected the node content, but found ','") : ae(e, "missed comma between flow collection entries"), O = C = I = null, p = m = !1, R === 63 && (u = e.input.charCodeAt(e.position + 1), at(u) && (p = m = !0, e.position++, De(e, !0, t))), i = e.line, a = e.lineStart, r = e.position,
|
|
1734
|
+
n ? R === 44 && ae(e, "expected the node content, but found ','") : ae(e, "missed comma between flow collection entries"), O = C = I = null, p = m = !1, R === 63 && (u = e.input.charCodeAt(e.position + 1), at(u) && (p = m = !0, e.position++, De(e, !0, t))), i = e.line, a = e.lineStart, r = e.position, vn(e, t, ci, !1, !0), O = e.tag, C = e.result, De(e, !0, t), R = e.input.charCodeAt(e.position), (m || e.line === i) && R === 58 && (p = !0, R = e.input.charCodeAt(++e.position), De(e, !0, t), vn(e, t, ci, !1, !0), I = e.result), h ? An(e, o, M, O, C, I, i, a, r) : p ? o.push(An(e, null, M, O, C, I, i, a, r)) : o.push(C), De(e, !0, t), R = e.input.charCodeAt(e.position), R === 44 ? (n = !0, R = e.input.charCodeAt(++e.position)) : n = !1;
|
|
1772
1735
|
}
|
|
1773
1736
|
ae(e, "unexpected end of the stream within a flow collection");
|
|
1774
1737
|
}
|
|
1775
1738
|
function pd(e, t) {
|
|
1776
|
-
var n, i, a =
|
|
1739
|
+
var n, i, a = Vi, r = !1, s = !1, o = t, l = 0, u = !1, c, p;
|
|
1777
1740
|
if (p = e.input.charCodeAt(e.position), p === 124)
|
|
1778
1741
|
i = !1;
|
|
1779
1742
|
else if (p === 62)
|
|
@@ -1782,7 +1745,7 @@ function pd(e, t) {
|
|
|
1782
1745
|
return !1;
|
|
1783
1746
|
for (e.kind = "scalar", e.result = ""; p !== 0; )
|
|
1784
1747
|
if (p = e.input.charCodeAt(++e.position), p === 43 || p === 45)
|
|
1785
|
-
|
|
1748
|
+
Vi === a ? a = p === 43 ? or : $c : ae(e, "repeat of a chomping mode identifier");
|
|
1786
1749
|
else if ((c = rd(p)) >= 0)
|
|
1787
1750
|
c === 0 ? ae(e, "bad explicit indentation width of a block scalar; it cannot be less than one") : s ? ae(e, "repeat of an indentation width identifier") : (o = t + c - 1, s = !0);
|
|
1788
1751
|
else
|
|
@@ -1797,7 +1760,7 @@ function pd(e, t) {
|
|
|
1797
1760
|
while (!bt(p) && p !== 0);
|
|
1798
1761
|
}
|
|
1799
1762
|
for (; p !== 0; ) {
|
|
1800
|
-
for (
|
|
1763
|
+
for (ha(e), e.lineIndent = 0, p = e.input.charCodeAt(e.position); (!s || e.lineIndent < o) && p === 32; )
|
|
1801
1764
|
e.lineIndent++, p = e.input.charCodeAt(++e.position);
|
|
1802
1765
|
if (!s && e.lineIndent > o && (o = e.lineIndent), bt(p)) {
|
|
1803
1766
|
l++;
|
|
@@ -1805,7 +1768,7 @@ function pd(e, t) {
|
|
|
1805
1768
|
}
|
|
1806
1769
|
if (e.lineIndent < o) {
|
|
1807
1770
|
a === or ? e.result += Ye.repeat(`
|
|
1808
|
-
`, r ? 1 + l : l) : a ===
|
|
1771
|
+
`, r ? 1 + l : l) : a === Vi && r && (e.result += `
|
|
1809
1772
|
`);
|
|
1810
1773
|
break;
|
|
1811
1774
|
}
|
|
@@ -1821,14 +1784,13 @@ function pd(e, t) {
|
|
|
1821
1784
|
}
|
|
1822
1785
|
function pr(e, t) {
|
|
1823
1786
|
var n, i = e.tag, a = e.anchor, r = [], s, o = !1, l;
|
|
1824
|
-
if (e.firstTabInLine !== -1)
|
|
1825
|
-
return !1;
|
|
1787
|
+
if (e.firstTabInLine !== -1) return !1;
|
|
1826
1788
|
for (e.anchor !== null && (e.anchorMap[e.anchor] = r), l = e.input.charCodeAt(e.position); l !== 0 && (e.firstTabInLine !== -1 && (e.position = e.firstTabInLine, ae(e, "tab characters must not be used in indentation")), !(l !== 45 || (s = e.input.charCodeAt(e.position + 1), !at(s)))); ) {
|
|
1827
1789
|
if (o = !0, e.position++, De(e, !0, -1) && e.lineIndent <= t) {
|
|
1828
1790
|
r.push(null), l = e.input.charCodeAt(e.position);
|
|
1829
1791
|
continue;
|
|
1830
1792
|
}
|
|
1831
|
-
if (n = e.line,
|
|
1793
|
+
if (n = e.line, vn(e, t, no, !1, !0), r.push(e.result), De(e, !0, -1), l = e.input.charCodeAt(e.position), (e.line === n || e.lineIndent > t) && l !== 0)
|
|
1832
1794
|
ae(e, "bad indentation of a sequence entry");
|
|
1833
1795
|
else if (e.lineIndent < t)
|
|
1834
1796
|
break;
|
|
@@ -1837,19 +1799,18 @@ function pr(e, t) {
|
|
|
1837
1799
|
}
|
|
1838
1800
|
function gd(e, t, n) {
|
|
1839
1801
|
var i, a, r, s, o, l, u = e.tag, c = e.anchor, p = {}, m = /* @__PURE__ */ Object.create(null), h = null, M = null, C = null, O = !1, I = !1, R;
|
|
1840
|
-
if (e.firstTabInLine !== -1)
|
|
1841
|
-
return !1;
|
|
1802
|
+
if (e.firstTabInLine !== -1) return !1;
|
|
1842
1803
|
for (e.anchor !== null && (e.anchorMap[e.anchor] = p), R = e.input.charCodeAt(e.position); R !== 0; ) {
|
|
1843
1804
|
if (!O && e.firstTabInLine !== -1 && (e.position = e.firstTabInLine, ae(e, "tab characters must not be used in indentation")), i = e.input.charCodeAt(e.position + 1), r = e.line, (R === 63 || R === 58) && at(i))
|
|
1844
|
-
R === 63 ? (O && (
|
|
1805
|
+
R === 63 ? (O && (An(e, p, m, h, M, null, s, o, l), h = M = C = null), I = !0, O = !0, a = !0) : O ? (O = !1, a = !0) : ae(e, "incomplete explicit mapping pair; a key node is missed; or followed by a non-tabulated empty line"), e.position += 1, R = i;
|
|
1845
1806
|
else {
|
|
1846
|
-
if (s = e.line, o = e.lineStart, l = e.position, !
|
|
1807
|
+
if (s = e.line, o = e.lineStart, l = e.position, !vn(e, n, to, !1, !0))
|
|
1847
1808
|
break;
|
|
1848
1809
|
if (e.line === r) {
|
|
1849
1810
|
for (R = e.input.charCodeAt(e.position); Qt(R); )
|
|
1850
1811
|
R = e.input.charCodeAt(++e.position);
|
|
1851
1812
|
if (R === 58)
|
|
1852
|
-
R = e.input.charCodeAt(++e.position), at(R) || ae(e, "a whitespace character is expected after the key-value separator within a block mapping"), O && (
|
|
1813
|
+
R = e.input.charCodeAt(++e.position), at(R) || ae(e, "a whitespace character is expected after the key-value separator within a block mapping"), O && (An(e, p, m, h, M, null, s, o, l), h = M = C = null), I = !0, O = !1, a = !1, h = e.tag, M = e.result;
|
|
1853
1814
|
else if (I)
|
|
1854
1815
|
ae(e, "can not read an implicit mapping pair; a colon is missed");
|
|
1855
1816
|
else
|
|
@@ -1859,17 +1820,16 @@ function gd(e, t, n) {
|
|
|
1859
1820
|
else
|
|
1860
1821
|
return e.tag = u, e.anchor = c, !0;
|
|
1861
1822
|
}
|
|
1862
|
-
if ((e.line === r || e.lineIndent > t) && (O && (s = e.line, o = e.lineStart, l = e.position),
|
|
1823
|
+
if ((e.line === r || e.lineIndent > t) && (O && (s = e.line, o = e.lineStart, l = e.position), vn(e, t, di, !0, a) && (O ? M = e.result : C = e.result), O || (An(e, p, m, h, M, C, s, o, l), h = M = C = null), De(e, !0, -1), R = e.input.charCodeAt(e.position)), (e.line === r || e.lineIndent > t) && R !== 0)
|
|
1863
1824
|
ae(e, "bad indentation of a mapping entry");
|
|
1864
1825
|
else if (e.lineIndent < t)
|
|
1865
1826
|
break;
|
|
1866
1827
|
}
|
|
1867
|
-
return O &&
|
|
1828
|
+
return O && An(e, p, m, h, M, null, s, o, l), I && (e.tag = u, e.anchor = c, e.kind = "mapping", e.result = p), I;
|
|
1868
1829
|
}
|
|
1869
1830
|
function md(e) {
|
|
1870
1831
|
var t, n = !1, i = !1, a, r, s;
|
|
1871
|
-
if (s = e.input.charCodeAt(e.position), s !== 33)
|
|
1872
|
-
return !1;
|
|
1832
|
+
if (s = e.input.charCodeAt(e.position), s !== 33) return !1;
|
|
1873
1833
|
if (e.tag !== null && ae(e, "duplication of a tag property"), s = e.input.charCodeAt(++e.position), s === 60 ? (n = !0, s = e.input.charCodeAt(++e.position)) : s === 33 ? (i = !0, a = "!!", s = e.input.charCodeAt(++e.position)) : a = "!", t = e.position, n) {
|
|
1874
1834
|
do
|
|
1875
1835
|
s = e.input.charCodeAt(++e.position);
|
|
@@ -1890,21 +1850,19 @@ function md(e) {
|
|
|
1890
1850
|
}
|
|
1891
1851
|
function Ad(e) {
|
|
1892
1852
|
var t, n;
|
|
1893
|
-
if (n = e.input.charCodeAt(e.position), n !== 38)
|
|
1894
|
-
|
|
1895
|
-
for (e.anchor !== null && ae(e, "duplication of an anchor property"), n = e.input.charCodeAt(++e.position), t = e.position; n !== 0 && !at(n) && !gn(n); )
|
|
1853
|
+
if (n = e.input.charCodeAt(e.position), n !== 38) return !1;
|
|
1854
|
+
for (e.anchor !== null && ae(e, "duplication of an anchor property"), n = e.input.charCodeAt(++e.position), t = e.position; n !== 0 && !at(n) && !mn(n); )
|
|
1896
1855
|
n = e.input.charCodeAt(++e.position);
|
|
1897
1856
|
return e.position === t && ae(e, "name of an anchor node must contain at least one character"), e.anchor = e.input.slice(t, e.position), !0;
|
|
1898
1857
|
}
|
|
1899
1858
|
function fd(e) {
|
|
1900
1859
|
var t, n, i;
|
|
1901
|
-
if (i = e.input.charCodeAt(e.position), i !== 42)
|
|
1902
|
-
|
|
1903
|
-
for (i = e.input.charCodeAt(++e.position), t = e.position; i !== 0 && !at(i) && !gn(i); )
|
|
1860
|
+
if (i = e.input.charCodeAt(e.position), i !== 42) return !1;
|
|
1861
|
+
for (i = e.input.charCodeAt(++e.position), t = e.position; i !== 0 && !at(i) && !mn(i); )
|
|
1904
1862
|
i = e.input.charCodeAt(++e.position);
|
|
1905
1863
|
return e.position === t && ae(e, "name of an alias node must contain at least one character"), n = e.input.slice(t, e.position), Vt.call(e.anchorMap, n) || ae(e, 'unidentified alias "' + n + '"'), e.result = e.anchorMap[n], De(e, !0, -1), !0;
|
|
1906
1864
|
}
|
|
1907
|
-
function
|
|
1865
|
+
function vn(e, t, n, i, a) {
|
|
1908
1866
|
var r, s, o, l = 1, u = !1, c = !1, p, m, h, M, C, O;
|
|
1909
1867
|
if (e.listener !== null && e.listener("open", e), e.tag = null, e.anchor = null, e.kind = null, e.result = null, r = s = o = di === n || no === n, i && De(e, !0, -1) && (u = !0, e.lineIndent > t ? l = 1 : e.lineIndent === t ? l = 0 : e.lineIndent < t && (l = -1)), l === 1)
|
|
1910
1868
|
for (; md(e) || Ad(e); )
|
|
@@ -1944,15 +1902,14 @@ function hd(e) {
|
|
|
1944
1902
|
while (s !== 0 && !bt(s));
|
|
1945
1903
|
break;
|
|
1946
1904
|
}
|
|
1947
|
-
if (bt(s))
|
|
1948
|
-
break;
|
|
1905
|
+
if (bt(s)) break;
|
|
1949
1906
|
for (n = e.position; s !== 0 && !at(s); )
|
|
1950
1907
|
s = e.input.charCodeAt(++e.position);
|
|
1951
1908
|
a.push(e.input.slice(n, e.position));
|
|
1952
1909
|
}
|
|
1953
|
-
s !== 0 &&
|
|
1910
|
+
s !== 0 && ha(e), Vt.call(cr, i) ? cr[i](e, i, a) : pi(e, 'unknown document directive "' + i + '"');
|
|
1954
1911
|
}
|
|
1955
|
-
if (De(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, De(e, !0, -1)) : r && ae(e, "directives end mark is expected"),
|
|
1912
|
+
if (De(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, De(e, !0, -1)) : r && ae(e, "directives end mark is expected"), vn(e, e.lineIndent - 1, di, !1, !0), De(e, !0, -1), e.checkLineBreaks && td.test(e.input.slice(t, e.position)) && pi(e, "non-ASCII line breaks are interpreted as content"), e.documents.push(e.result), e.position === e.lineStart && Mi(e)) {
|
|
1956
1913
|
e.input.charCodeAt(e.position) === 46 && (e.position += 3, De(e, !0, -1));
|
|
1957
1914
|
return;
|
|
1958
1915
|
}
|
|
@@ -1990,7 +1947,7 @@ function vd(e, t) {
|
|
|
1990
1947
|
var bd = yd, wd = vd, uo = {
|
|
1991
1948
|
loadAll: bd,
|
|
1992
1949
|
load: wd
|
|
1993
|
-
}, co = Object.prototype.toString, po = Object.prototype.hasOwnProperty,
|
|
1950
|
+
}, co = Object.prototype.toString, po = Object.prototype.hasOwnProperty, va = 65279, Cd = 9, Gn = 10, Ed = 13, kd = 32, Od = 33, Id = 34, Qi = 35, Md = 37, Bd = 38, Sd = 39, Rd = 42, go = 44, xd = 45, gi = 58, Td = 61, Ld = 62, jd = 63, Nd = 64, mo = 91, Ao = 93, Pd = 96, fo = 123, Dd = 124, ho = 125, We = {};
|
|
1994
1951
|
We[0] = "\\0";
|
|
1995
1952
|
We[7] = "\\a";
|
|
1996
1953
|
We[8] = "\\b";
|
|
@@ -2026,8 +1983,7 @@ var Ud = [
|
|
|
2026
1983
|
], Yd = /^[-+]?[0-9_]+(?::[0-9_]+)+(?:\.[0-9_]*)?$/;
|
|
2027
1984
|
function Gd(e, t) {
|
|
2028
1985
|
var n, i, a, r, s, o, l;
|
|
2029
|
-
if (t === null)
|
|
2030
|
-
return {};
|
|
1986
|
+
if (t === null) return {};
|
|
2031
1987
|
for (n = {}, i = Object.keys(t), a = 0, r = i.length; a < r; a += 1)
|
|
2032
1988
|
s = i[a], o = String(t[s]), s.slice(0, 2) === "!!" && (s = "tag:yaml.org,2002:" + s.slice(2)), l = e.compiledTypeMap.fallback[s], l && po.call(l.styleAliases, o) && (o = l.styleAliases[o]), n[s] = o;
|
|
2033
1989
|
return n;
|
|
@@ -2044,9 +2000,9 @@ function Hd(e) {
|
|
|
2044
2000
|
throw new _e("code point within a string may not be greater than 0xFFFFFFFF");
|
|
2045
2001
|
return "\\" + n + Ye.repeat("0", i - t.length) + t;
|
|
2046
2002
|
}
|
|
2047
|
-
var Vd = 1,
|
|
2003
|
+
var Vd = 1, Hn = 2;
|
|
2048
2004
|
function Fd(e) {
|
|
2049
|
-
this.schema = e.schema ||
|
|
2005
|
+
this.schema = e.schema || fa, this.indent = Math.max(1, e.indent || 2), this.noArrayIndent = e.noArrayIndent || !1, this.skipInvalid = e.skipInvalid || !1, this.flowLevel = Ye.isNothing(e.flowLevel) ? -1 : e.flowLevel, this.styleMap = Gd(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 === '"' ? Hn : Vd, 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;
|
|
2050
2006
|
}
|
|
2051
2007
|
function gr(e, t) {
|
|
2052
2008
|
for (var n = Ye.repeat(" ", t), i = 0, a = -1, r = "", s, o = e.length; i < o; )
|
|
@@ -2055,7 +2011,7 @@ function gr(e, t) {
|
|
|
2055
2011
|
` && (r += n), r += s;
|
|
2056
2012
|
return r;
|
|
2057
2013
|
}
|
|
2058
|
-
function
|
|
2014
|
+
function _i(e, t) {
|
|
2059
2015
|
return `
|
|
2060
2016
|
` + Ye.repeat(" ", e.indent * t);
|
|
2061
2017
|
}
|
|
@@ -2069,11 +2025,11 @@ function zd(e, t) {
|
|
|
2069
2025
|
function mi(e) {
|
|
2070
2026
|
return e === kd || e === Cd;
|
|
2071
2027
|
}
|
|
2072
|
-
function
|
|
2073
|
-
return 32 <= e && e <= 126 || 161 <= e && e <= 55295 && e !== 8232 && e !== 8233 || 57344 <= e && e <= 65533 && e !==
|
|
2028
|
+
function Vn(e) {
|
|
2029
|
+
return 32 <= e && e <= 126 || 161 <= e && e <= 55295 && e !== 8232 && e !== 8233 || 57344 <= e && e <= 65533 && e !== va || 65536 <= e && e <= 1114111;
|
|
2074
2030
|
}
|
|
2075
2031
|
function mr(e) {
|
|
2076
|
-
return
|
|
2032
|
+
return Vn(e) && e !== va && e !== Ed && e !== Gn;
|
|
2077
2033
|
}
|
|
2078
2034
|
function Ar(e, t, n) {
|
|
2079
2035
|
var i = mr(e), a = i && !mi(e);
|
|
@@ -2082,16 +2038,16 @@ function Ar(e, t, n) {
|
|
|
2082
2038
|
(n ? (
|
|
2083
2039
|
// c = flow-in
|
|
2084
2040
|
i
|
|
2085
|
-
) : i && e !== go && e !== mo && e !== Ao && e !== fo && e !== ho) && e !==
|
|
2041
|
+
) : i && e !== go && e !== mo && e !== Ao && e !== fo && e !== ho) && e !== Qi && !(t === gi && !a) || mr(t) && !mi(t) && e === Qi || t === gi && a
|
|
2086
2042
|
);
|
|
2087
2043
|
}
|
|
2088
2044
|
function Kd(e) {
|
|
2089
|
-
return
|
|
2045
|
+
return Vn(e) && e !== va && !mi(e) && e !== xd && e !== jd && e !== gi && e !== go && e !== mo && e !== Ao && e !== fo && e !== ho && e !== Qi && e !== Bd && e !== Rd && e !== Od && e !== Dd && e !== Td && e !== Ld && e !== Sd && e !== Id && e !== Md && e !== Nd && e !== Pd;
|
|
2090
2046
|
}
|
|
2091
2047
|
function qd(e) {
|
|
2092
2048
|
return !mi(e) && e !== gi;
|
|
2093
2049
|
}
|
|
2094
|
-
function
|
|
2050
|
+
function xn(e, t) {
|
|
2095
2051
|
var n = e.charCodeAt(t), i;
|
|
2096
2052
|
return n >= 55296 && n <= 56319 && t + 1 < e.length && (i = e.charCodeAt(t + 1), i >= 56320 && i <= 57343) ? (n - 55296) * 1024 + i - 56320 + 65536 : n;
|
|
2097
2053
|
}
|
|
@@ -2099,34 +2055,34 @@ function yo(e) {
|
|
|
2099
2055
|
var t = /^\n* /;
|
|
2100
2056
|
return t.test(e);
|
|
2101
2057
|
}
|
|
2102
|
-
var vo = 1,
|
|
2058
|
+
var vo = 1, $i = 2, bo = 3, wo = 4, pn = 5;
|
|
2103
2059
|
function Xd(e, t, n, i, a, r, s, o) {
|
|
2104
|
-
var l, u = 0, c = null, p = !1, m = !1, h = i !== -1, M = -1, C = Kd(
|
|
2060
|
+
var l, u = 0, c = null, p = !1, m = !1, h = i !== -1, M = -1, C = Kd(xn(e, 0)) && qd(xn(e, e.length - 1));
|
|
2105
2061
|
if (t || s)
|
|
2106
2062
|
for (l = 0; l < e.length; u >= 65536 ? l += 2 : l++) {
|
|
2107
|
-
if (u =
|
|
2108
|
-
return
|
|
2063
|
+
if (u = xn(e, l), !Vn(u))
|
|
2064
|
+
return pn;
|
|
2109
2065
|
C = C && Ar(u, c, o), c = u;
|
|
2110
2066
|
}
|
|
2111
2067
|
else {
|
|
2112
2068
|
for (l = 0; l < e.length; u >= 65536 ? l += 2 : l++) {
|
|
2113
|
-
if (u =
|
|
2069
|
+
if (u = xn(e, l), u === Gn)
|
|
2114
2070
|
p = !0, h && (m = m || // Foldable line = too long, and not more-indented.
|
|
2115
2071
|
l - M - 1 > i && e[M + 1] !== " ", M = l);
|
|
2116
|
-
else if (!
|
|
2117
|
-
return
|
|
2072
|
+
else if (!Vn(u))
|
|
2073
|
+
return pn;
|
|
2118
2074
|
C = C && Ar(u, c, o), c = u;
|
|
2119
2075
|
}
|
|
2120
2076
|
m = m || h && l - M - 1 > i && e[M + 1] !== " ";
|
|
2121
2077
|
}
|
|
2122
|
-
return !p && !m ? C && !s && !a(e) ? vo : r ===
|
|
2078
|
+
return !p && !m ? C && !s && !a(e) ? vo : r === Hn ? pn : $i : n > 9 && yo(e) ? pn : s ? r === Hn ? pn : $i : m ? wo : bo;
|
|
2123
2079
|
}
|
|
2124
2080
|
function Jd(e, t, n, i, a) {
|
|
2125
2081
|
e.dump = function() {
|
|
2126
2082
|
if (t.length === 0)
|
|
2127
|
-
return e.quotingType ===
|
|
2083
|
+
return e.quotingType === Hn ? '""' : "''";
|
|
2128
2084
|
if (!e.noCompatMode && (Ud.indexOf(t) !== -1 || Yd.test(t)))
|
|
2129
|
-
return e.quotingType ===
|
|
2085
|
+
return e.quotingType === Hn ? '"' + t + '"' : "'" + t + "'";
|
|
2130
2086
|
var r = e.indent * Math.max(1, n), s = e.lineWidth === -1 ? -1 : Math.max(Math.min(e.lineWidth, 40), e.lineWidth - r), o = i || e.flowLevel > -1 && n >= e.flowLevel;
|
|
2131
2087
|
function l(u) {
|
|
2132
2088
|
return zd(e, u);
|
|
@@ -2143,13 +2099,13 @@ function Jd(e, t, n, i, a) {
|
|
|
2143
2099
|
)) {
|
|
2144
2100
|
case vo:
|
|
2145
2101
|
return t;
|
|
2146
|
-
case
|
|
2102
|
+
case $i:
|
|
2147
2103
|
return "'" + t.replace(/'/g, "''") + "'";
|
|
2148
2104
|
case bo:
|
|
2149
2105
|
return "|" + fr(t, e.indent) + hr(gr(t, r));
|
|
2150
2106
|
case wo:
|
|
2151
2107
|
return ">" + fr(t, e.indent) + hr(gr(Zd(t, s), r));
|
|
2152
|
-
case
|
|
2108
|
+
case pn:
|
|
2153
2109
|
return '"' + Wd(t) + '"';
|
|
2154
2110
|
default:
|
|
2155
2111
|
throw new _e("impossible error: invalid scalar style");
|
|
@@ -2182,8 +2138,7 @@ function Zd(e, t) {
|
|
|
2182
2138
|
return i;
|
|
2183
2139
|
}
|
|
2184
2140
|
function yr(e, t) {
|
|
2185
|
-
if (e === "" || e[0] === " ")
|
|
2186
|
-
return e;
|
|
2141
|
+
if (e === "" || e[0] === " ") return e;
|
|
2187
2142
|
for (var n = / [^ ]/g, i, a = 0, r, s = 0, o = 0, l = ""; i = n.exec(e); )
|
|
2188
2143
|
o = i.index, o - a > t && (r = s > a ? s : o, l += `
|
|
2189
2144
|
` + e.slice(a, r), a = r + 1), s = o;
|
|
@@ -2193,7 +2148,7 @@ function yr(e, t) {
|
|
|
2193
2148
|
}
|
|
2194
2149
|
function Wd(e) {
|
|
2195
2150
|
for (var t = "", n = 0, i, a = 0; a < e.length; n >= 65536 ? a += 2 : a++)
|
|
2196
|
-
n =
|
|
2151
|
+
n = xn(e, a), i = We[n], !i && Vn(n) ? (t += e[a], n >= 65536 && (t += e[a + 1])) : t += i || Hd(n);
|
|
2197
2152
|
return t;
|
|
2198
2153
|
}
|
|
2199
2154
|
function Qd(e, t, n) {
|
|
@@ -2205,7 +2160,7 @@ function Qd(e, t, n) {
|
|
|
2205
2160
|
function vr(e, t, n, i) {
|
|
2206
2161
|
var a = "", r = e.tag, s, o, l;
|
|
2207
2162
|
for (s = 0, o = n.length; s < o; s += 1)
|
|
2208
|
-
l = n[s], e.replacer && (l = e.replacer.call(n, String(s), l)), (xt(e, t + 1, l, !0, !0, !1, !0) || typeof l > "u" && xt(e, t + 1, null, !0, !0, !1, !0)) && ((!i || a !== "") && (a +=
|
|
2163
|
+
l = n[s], e.replacer && (l = e.replacer.call(n, String(s), l)), (xt(e, t + 1, l, !0, !0, !1, !0) || typeof l > "u" && xt(e, t + 1, null, !0, !0, !1, !0)) && ((!i || a !== "") && (a += _i(e, t)), e.dump && Gn === e.dump.charCodeAt(0) ? a += "-" : a += "- ", a += e.dump);
|
|
2209
2164
|
e.tag = r, e.dump = a || "[]";
|
|
2210
2165
|
}
|
|
2211
2166
|
function _d(e, t, n) {
|
|
@@ -2223,7 +2178,7 @@ function $d(e, t, n, i) {
|
|
|
2223
2178
|
else if (e.sortKeys)
|
|
2224
2179
|
throw new _e("sortKeys must be a boolean or a function");
|
|
2225
2180
|
for (o = 0, l = s.length; o < l; o += 1)
|
|
2226
|
-
m = "", (!i || a !== "") && (m +=
|
|
2181
|
+
m = "", (!i || a !== "") && (m += _i(e, t)), u = s[o], c = n[u], e.replacer && (c = e.replacer.call(n, u, c)), xt(e, t + 1, u, !0, !0, !0) && (p = e.tag !== null && e.tag !== "?" || e.dump && e.dump.length > 1024, p && (e.dump && Gn === e.dump.charCodeAt(0) ? m += "?" : m += "? "), m += e.dump, p && (m += _i(e, t)), xt(e, t + 1, c, !0, p) && (e.dump && Gn === e.dump.charCodeAt(0) ? m += ":" : m += ": ", m += e.dump, a += m));
|
|
2227
2182
|
e.tag = r, e.dump = a || "{}";
|
|
2228
2183
|
}
|
|
2229
2184
|
function br(e, t, n) {
|
|
@@ -2258,8 +2213,7 @@ function xt(e, t, n, i, a, r, s) {
|
|
|
2258
2213
|
else if (o === "[object String]")
|
|
2259
2214
|
e.tag !== "?" && Jd(e, e.dump, t, r, l);
|
|
2260
2215
|
else {
|
|
2261
|
-
if (o === "[object Undefined]" || e.skipInvalid)
|
|
2262
|
-
return !1;
|
|
2216
|
+
if (o === "[object Undefined]" || e.skipInvalid) return !1;
|
|
2263
2217
|
throw new _e("unacceptable kind of an object to dump " + o);
|
|
2264
2218
|
}
|
|
2265
2219
|
e.tag !== null && e.tag !== "?" && (u = encodeURI(
|
|
@@ -2270,21 +2224,21 @@ function xt(e, t, n, i, a, r, s) {
|
|
|
2270
2224
|
}
|
|
2271
2225
|
function ep(e, t) {
|
|
2272
2226
|
var n = [], i = [], a, r;
|
|
2273
|
-
for (
|
|
2227
|
+
for (ea(e, n, i), a = 0, r = i.length; a < r; a += 1)
|
|
2274
2228
|
t.duplicates.push(n[i[a]]);
|
|
2275
2229
|
t.usedDuplicates = new Array(r);
|
|
2276
2230
|
}
|
|
2277
|
-
function
|
|
2231
|
+
function ea(e, t, n) {
|
|
2278
2232
|
var i, a, r;
|
|
2279
2233
|
if (e !== null && typeof e == "object")
|
|
2280
2234
|
if (a = t.indexOf(e), a !== -1)
|
|
2281
2235
|
n.indexOf(a) === -1 && n.push(a);
|
|
2282
2236
|
else if (t.push(e), Array.isArray(e))
|
|
2283
2237
|
for (a = 0, r = e.length; a < r; a += 1)
|
|
2284
|
-
|
|
2238
|
+
ea(e[a], t, n);
|
|
2285
2239
|
else
|
|
2286
2240
|
for (i = Object.keys(e), a = 0, r = i.length; a < r; a += 1)
|
|
2287
|
-
|
|
2241
|
+
ea(e[i[a]], t, n);
|
|
2288
2242
|
}
|
|
2289
2243
|
function tp(e, t) {
|
|
2290
2244
|
t = t || {};
|
|
@@ -2297,12 +2251,12 @@ function tp(e, t) {
|
|
|
2297
2251
|
var np = tp, ip = {
|
|
2298
2252
|
dump: np
|
|
2299
2253
|
};
|
|
2300
|
-
function
|
|
2254
|
+
function ba(e, t) {
|
|
2301
2255
|
return function() {
|
|
2302
2256
|
throw new Error("Function yaml." + e + " is removed in js-yaml 4. Use yaml." + t + " instead, which is now safe by default.");
|
|
2303
2257
|
};
|
|
2304
2258
|
}
|
|
2305
|
-
var ap = ze, rp = Ps, sp = Gs, op = Ks, lp = qs, up =
|
|
2259
|
+
var ap = ze, rp = Ps, sp = Gs, op = Ks, lp = qs, up = fa, cp = uo.load, dp = uo.loadAll, pp = ip.dump, gp = _e, mp = {
|
|
2306
2260
|
binary: Qs,
|
|
2307
2261
|
float: zs,
|
|
2308
2262
|
map: Ys,
|
|
@@ -2316,7 +2270,7 @@ var ap = ze, rp = Ps, sp = Gs, op = Ks, lp = qs, up = ya, cp = uo.load, dp = uo.
|
|
|
2316
2270
|
omap: _s,
|
|
2317
2271
|
seq: Us,
|
|
2318
2272
|
str: Ds
|
|
2319
|
-
}, Ap =
|
|
2273
|
+
}, Ap = ba("safeLoad", "load"), fp = ba("safeLoadAll", "loadAll"), hp = ba("safeDump", "dump"), yp = {
|
|
2320
2274
|
Type: ap,
|
|
2321
2275
|
Schema: rp,
|
|
2322
2276
|
FAILSAFE_SCHEMA: sp,
|
|
@@ -2332,7 +2286,7 @@ var ap = ze, rp = Ps, sp = Gs, op = Ks, lp = qs, up = ya, cp = uo.load, dp = uo.
|
|
|
2332
2286
|
safeLoadAll: fp,
|
|
2333
2287
|
safeDump: hp
|
|
2334
2288
|
};
|
|
2335
|
-
const vp = { class: "yaml-config" },
|
|
2289
|
+
const vp = { class: "yaml-config" }, wa = /* @__PURE__ */ ue({
|
|
2336
2290
|
__name: "YamlCodeBlock",
|
|
2337
2291
|
props: {
|
|
2338
2292
|
/** A record to indicate the entity's configuration, used to populate the YAML code block */
|
|
@@ -2443,14 +2397,14 @@ const vp = { class: "yaml-config" }, Ea = /* @__PURE__ */ ue({
|
|
|
2443
2397
|
]), 1032, ["item"]))), 128))
|
|
2444
2398
|
], 10, wp))), 128))
|
|
2445
2399
|
])) : J("", !0),
|
|
2446
|
-
e.format === "json" && t.record ? (g(), P(
|
|
2400
|
+
e.format === "json" && t.record ? (g(), P(ma, {
|
|
2447
2401
|
key: 1,
|
|
2448
2402
|
config: t.config,
|
|
2449
2403
|
"fetcher-url": t.fetcherUrl,
|
|
2450
2404
|
"json-record": r.value,
|
|
2451
2405
|
"request-method": "get"
|
|
2452
2406
|
}, null, 8, ["config", "fetcher-url", "json-record"])) : J("", !0),
|
|
2453
|
-
e.format === "yaml" && t.record ? (g(), P(
|
|
2407
|
+
e.format === "yaml" && t.record ? (g(), P(wa, {
|
|
2454
2408
|
key: 2,
|
|
2455
2409
|
"yaml-record": r.value
|
|
2456
2410
|
}, null, 8, ["yaml-record"])) : J("", !0)
|
|
@@ -3463,7 +3417,7 @@ const vp = { class: "yaml-config" }, Ea = /* @__PURE__ */ ue({
|
|
|
3463
3417
|
tabs: Y.value
|
|
3464
3418
|
}, {
|
|
3465
3419
|
json: v(() => [
|
|
3466
|
-
x(
|
|
3420
|
+
x(ma, {
|
|
3467
3421
|
config: e.config,
|
|
3468
3422
|
"fetcher-url": M.value,
|
|
3469
3423
|
"json-record": a.formFields,
|
|
@@ -3471,7 +3425,7 @@ const vp = { class: "yaml-config" }, Ea = /* @__PURE__ */ ue({
|
|
|
3471
3425
|
}, null, 8, ["config", "fetcher-url", "json-record", "request-method"])
|
|
3472
3426
|
]),
|
|
3473
3427
|
yaml: v(() => [
|
|
3474
|
-
x(
|
|
3428
|
+
x(wa, {
|
|
3475
3429
|
"yaml-record": a.formFields
|
|
3476
3430
|
}, null, 8, ["yaml-record"])
|
|
3477
3431
|
]),
|
|
@@ -3539,7 +3493,7 @@ const vp = { class: "yaml-config" }, Ea = /* @__PURE__ */ ue({
|
|
|
3539
3493
|
},
|
|
3540
3494
|
{ immediate: !0, flush: "post", deep: !0 }
|
|
3541
3495
|
), C = j(() => r.value ? c.value > p.value : !1);
|
|
3542
|
-
return
|
|
3496
|
+
return Oi(() => {
|
|
3543
3497
|
l();
|
|
3544
3498
|
}), Kl(() => {
|
|
3545
3499
|
M();
|
|
@@ -4267,7 +4221,7 @@ const vp = { class: "yaml-config" }, Ea = /* @__PURE__ */ ue({
|
|
|
4267
4221
|
};
|
|
4268
4222
|
return (p, m) => {
|
|
4269
4223
|
const h = H("KPrompt");
|
|
4270
|
-
return g(), P(
|
|
4224
|
+
return g(), P(ca, { to: "body" }, [
|
|
4271
4225
|
x(h, {
|
|
4272
4226
|
"action-button-disabled": s.value,
|
|
4273
4227
|
"action-button-text": l.value,
|
|
@@ -4330,8 +4284,8 @@ const vp = { class: "yaml-config" }, Ea = /* @__PURE__ */ ue({
|
|
|
4330
4284
|
for (let e = 0; e < 256; ++e)
|
|
4331
4285
|
Yg.push((e + 256).toString(16).slice(1));
|
|
4332
4286
|
typeof crypto < "u" && crypto.randomUUID && crypto.randomUUID.bind(crypto);
|
|
4333
|
-
const { useAxios:
|
|
4334
|
-
function
|
|
4287
|
+
const { useAxios: Cn, useDeleteUrlBuilder: Gg, useErrors: Bi, useExternalLinkCreator: TI, useFetchUrlBuilder: LI, useFetcher: Hg, useDebouncedFilter: jI, useStringHelpers: Ca, useHelpers: Si, useGatewayFeatureSupported: Vg, useTruncationDetector: NI, useValidators: PI } = Ge;
|
|
4288
|
+
function Ea() {
|
|
4335
4289
|
return {
|
|
4336
4290
|
async: !1,
|
|
4337
4291
|
breaks: !1,
|
|
@@ -4345,9 +4299,9 @@ function Oa() {
|
|
|
4345
4299
|
walkTokens: null
|
|
4346
4300
|
};
|
|
4347
4301
|
}
|
|
4348
|
-
let
|
|
4302
|
+
let sn = Ea();
|
|
4349
4303
|
function Eo(e) {
|
|
4350
|
-
|
|
4304
|
+
sn = e;
|
|
4351
4305
|
}
|
|
4352
4306
|
const ko = /[&<>"']/, Fg = new RegExp(ko.source, "g"), Oo = /[<>"']|&(?!(#\d{1,7}|#[Xx][a-fA-F0-9]{1,6}|\w+);)/, zg = new RegExp(Oo.source, "g"), Kg = {
|
|
4353
4307
|
"&": "&",
|
|
@@ -4389,7 +4343,7 @@ function Er(e) {
|
|
|
4389
4343
|
}
|
|
4390
4344
|
return e;
|
|
4391
4345
|
}
|
|
4392
|
-
const
|
|
4346
|
+
const Ln = { exec: () => null };
|
|
4393
4347
|
function kr(e, t) {
|
|
4394
4348
|
const n = e.replace(/\|/g, (r, s, o) => {
|
|
4395
4349
|
let l = !1, u = s;
|
|
@@ -4481,7 +4435,7 @@ class Ai {
|
|
|
4481
4435
|
Ie(this, "rules");
|
|
4482
4436
|
// set by the lexer
|
|
4483
4437
|
Ie(this, "lexer");
|
|
4484
|
-
this.options = t ||
|
|
4438
|
+
this.options = t || sn;
|
|
4485
4439
|
}
|
|
4486
4440
|
space(t) {
|
|
4487
4441
|
const n = this.rules.block.newline.exec(t);
|
|
@@ -4911,7 +4865,7 @@ class Ai {
|
|
|
4911
4865
|
}
|
|
4912
4866
|
}
|
|
4913
4867
|
}
|
|
4914
|
-
const Qg = /^(?: *(?:\n|$))+/, _g = /^( {4}[^\n]+(?:\n(?: *(?:\n|$))*)?)+/, $g = /^ {0,3}(`{3,}(?=[^`\n]*(?:\n|$))|~{3,})([^\n]*)(?:\n|$)(?:|([\s\S]*?)(?:\n|$))(?: {0,3}\1[~`]* *(?=\n|$)|$)/, _n = /^ {0,3}((?:-[\t ]*){3,}|(?:_[ \t]*){3,}|(?:\*[ \t]*){3,})(?:\n+|$)/, em = /^ {0,3}(#{1,6})(?=\s|$)(.*)(?:\n+|$)/, Io = /(?:[*+-]|\d{1,9}[.)])/, Mo = he(/^(?!bull |blockCode|fences|blockquote|heading|html)((?:.|\n(?!\s*?\n|bull |blockCode|fences|blockquote|heading|html))+?)\n {0,3}(=+|-+) *(?:\n+|$)/).replace(/bull/g, Io).replace(/blockCode/g, / {4}/).replace(/fences/g, / {0,3}(?:`{3,}|~{3,})/).replace(/blockquote/g, / {0,3}>/).replace(/heading/g, / {0,3}#{1,6}/).replace(/html/g, / {0,3}<[^\n>]+>\n/).getRegex(),
|
|
4868
|
+
const Qg = /^(?: *(?:\n|$))+/, _g = /^( {4}[^\n]+(?:\n(?: *(?:\n|$))*)?)+/, $g = /^ {0,3}(`{3,}(?=[^`\n]*(?:\n|$))|~{3,})([^\n]*)(?:\n|$)(?:|([\s\S]*?)(?:\n|$))(?: {0,3}\1[~`]* *(?=\n|$)|$)/, _n = /^ {0,3}((?:-[\t ]*){3,}|(?:_[ \t]*){3,}|(?:\*[ \t]*){3,})(?:\n+|$)/, em = /^ {0,3}(#{1,6})(?=\s|$)(.*)(?:\n+|$)/, Io = /(?:[*+-]|\d{1,9}[.)])/, Mo = he(/^(?!bull |blockCode|fences|blockquote|heading|html)((?:.|\n(?!\s*?\n|bull |blockCode|fences|blockquote|heading|html))+?)\n {0,3}(=+|-+) *(?:\n+|$)/).replace(/bull/g, Io).replace(/blockCode/g, / {4}/).replace(/fences/g, / {0,3}(?:`{3,}|~{3,})/).replace(/blockquote/g, / {0,3}>/).replace(/heading/g, / {0,3}#{1,6}/).replace(/html/g, / {0,3}<[^\n>]+>\n/).getRegex(), ka = /^([^\n]+(?:\n(?!hr|heading|lheading|blockquote|fences|list|html|table| +\n)[^\n]+)*)/, tm = /^[^\n]+/, Oa = /(?!\s*\])(?:\\.|[^\[\]\\])+/, nm = he(/^ {0,3}\[(label)\]: *(?:\n *)?([^<\s][^\s]*|<.*?>)(?:(?: +(?:\n *)?| *\n *)(title))? *(?:\n+|$)/).replace("label", Oa).replace("title", /(?:"(?:\\"?|[^"\\])*"|'[^'\n]*(?:\n[^'\n]+)*\n?'|\([^()]*\))/).getRegex(), im = he(/^( {0,3}bull)([ \t][^\n]+?)?(?:\n|$)/).replace(/bull/g, Io).getRegex(), Ri = "address|article|aside|base|basefont|blockquote|body|caption|center|col|colgroup|dd|details|dialog|dir|div|dl|dt|fieldset|figcaption|figure|footer|form|frame|frameset|h[1-6]|head|header|hr|html|iframe|legend|li|link|main|menu|menuitem|meta|nav|noframes|ol|optgroup|option|p|param|search|section|summary|table|tbody|td|tfoot|th|thead|title|tr|track|ul", Ia = /<!--(?:-?>|[\s\S]*?(?:-->|$))/, am = he("^ {0,3}(?:<(script|pre|style|textarea)[\\s>][\\s\\S]*?(?:</\\1>[^\\n]*\\n+|$)|comment[^\\n]*(\\n+|$)|<\\?[\\s\\S]*?(?:\\?>\\n*|$)|<![A-Z][\\s\\S]*?(?:>\\n*|$)|<!\\[CDATA\\[[\\s\\S]*?(?:\\]\\]>\\n*|$)|</?(tag)(?: +|\\n|/?>)[\\s\\S]*?(?:(?:\\n *)+\\n|$)|<(?!script|pre|style|textarea)([a-z][\\w-]*)(?:attribute)*? */?>(?=[ \\t]*(?:\\n|$))[\\s\\S]*?(?:(?:\\n *)+\\n|$)|</(?!script|pre|style|textarea)[a-z][\\w-]*\\s*>(?=[ \\t]*(?:\\n|$))[\\s\\S]*?(?:(?:\\n *)+\\n|$))", "i").replace("comment", Ia).replace("tag", Ri).replace("attribute", / +[a-zA-Z:_][\w.:-]*(?: *= *"[^"\n]*"| *= *'[^'\n]*'| *= *[^\s"'=<>`]+)?/).getRegex(), Bo = he(ka).replace("hr", _n).replace("heading", " {0,3}#{1,6}(?:\\s|$)").replace("|lheading", "").replace("|table", "").replace("blockquote", " {0,3}>").replace("fences", " {0,3}(?:`{3,}(?=[^`\\n]*\\n)|~{3,})[^\\n]*\\n").replace("list", " {0,3}(?:[*+-]|1[.)]) ").replace("html", "</?(?:tag)(?: +|\\n|/?>)|<(?:script|pre|style|textarea|!--)").replace("tag", Ri).getRegex(), rm = he(/^( {0,3}> ?(paragraph|[^\n]*)(?:\n|$))+/).replace("paragraph", Bo).getRegex(), Ma = {
|
|
4915
4869
|
blockquote: rm,
|
|
4916
4870
|
code: _g,
|
|
4917
4871
|
def: nm,
|
|
@@ -4923,31 +4877,31 @@ const Qg = /^(?: *(?:\n|$))+/, _g = /^( {4}[^\n]+(?:\n(?: *(?:\n|$))*)?)+/, $g =
|
|
|
4923
4877
|
list: im,
|
|
4924
4878
|
newline: Qg,
|
|
4925
4879
|
paragraph: Bo,
|
|
4926
|
-
table:
|
|
4880
|
+
table: Ln,
|
|
4927
4881
|
text: tm
|
|
4928
|
-
}, Ir = he("^ *([^\\n ].*)\\n {0,3}((?:\\| *)?:?-+:? *(?:\\| *:?-+:? *)*(?:\\| *)?)(?:\\n((?:(?! *\\n|hr|heading|blockquote|code|fences|list|html).*(?:\\n|$))*)\\n*|$)").replace("hr", _n).replace("heading", " {0,3}#{1,6}(?:\\s|$)").replace("blockquote", " {0,3}>").replace("code", " {4}[^\\n]").replace("fences", " {0,3}(?:`{3,}(?=[^`\\n]*\\n)|~{3,})[^\\n]*\\n").replace("list", " {0,3}(?:[*+-]|1[.)]) ").replace("html", "</?(?:tag)(?: +|\\n|/?>)|<(?:script|pre|style|textarea|!--)").replace("tag",
|
|
4929
|
-
...
|
|
4882
|
+
}, Ir = he("^ *([^\\n ].*)\\n {0,3}((?:\\| *)?:?-+:? *(?:\\| *:?-+:? *)*(?:\\| *)?)(?:\\n((?:(?! *\\n|hr|heading|blockquote|code|fences|list|html).*(?:\\n|$))*)\\n*|$)").replace("hr", _n).replace("heading", " {0,3}#{1,6}(?:\\s|$)").replace("blockquote", " {0,3}>").replace("code", " {4}[^\\n]").replace("fences", " {0,3}(?:`{3,}(?=[^`\\n]*\\n)|~{3,})[^\\n]*\\n").replace("list", " {0,3}(?:[*+-]|1[.)]) ").replace("html", "</?(?:tag)(?: +|\\n|/?>)|<(?:script|pre|style|textarea|!--)").replace("tag", Ri).getRegex(), sm = {
|
|
4883
|
+
...Ma,
|
|
4930
4884
|
table: Ir,
|
|
4931
|
-
paragraph: he(
|
|
4885
|
+
paragraph: he(ka).replace("hr", _n).replace("heading", " {0,3}#{1,6}(?:\\s|$)").replace("|lheading", "").replace("table", Ir).replace("blockquote", " {0,3}>").replace("fences", " {0,3}(?:`{3,}(?=[^`\\n]*\\n)|~{3,})[^\\n]*\\n").replace("list", " {0,3}(?:[*+-]|1[.)]) ").replace("html", "</?(?:tag)(?: +|\\n|/?>)|<(?:script|pre|style|textarea|!--)").replace("tag", Ri).getRegex()
|
|
4932
4886
|
}, om = {
|
|
4933
|
-
...
|
|
4934
|
-
html: he(`^ *(?:comment *(?:\\n|\\s*$)|<(tag)[\\s\\S]+?</\\1> *(?:\\n{2,}|\\s*$)|<tag(?:"[^"]*"|'[^']*'|\\s[^'"/>\\s]*)*?/?> *(?:\\n{2,}|\\s*$))`).replace("comment",
|
|
4887
|
+
...Ma,
|
|
4888
|
+
html: he(`^ *(?:comment *(?:\\n|\\s*$)|<(tag)[\\s\\S]+?</\\1> *(?:\\n{2,}|\\s*$)|<tag(?:"[^"]*"|'[^']*'|\\s[^'"/>\\s]*)*?/?> *(?:\\n{2,}|\\s*$))`).replace("comment", Ia).replace(/tag/g, "(?!(?:a|em|strong|small|s|cite|q|dfn|abbr|data|time|code|var|samp|kbd|sub|sup|i|b|u|mark|ruby|rt|rp|bdi|bdo|span|br|wbr|ins|del|img)\\b)\\w+(?!:|[^\\w\\s@]*@)\\b").getRegex(),
|
|
4935
4889
|
def: /^ *\[([^\]]+)\]: *<?([^\s>]+)>?(?: +(["(][^\n]+[")]))? *(?:\n+|$)/,
|
|
4936
4890
|
heading: /^(#{1,6})(.*)(?:\n+|$)/,
|
|
4937
|
-
fences:
|
|
4891
|
+
fences: Ln,
|
|
4938
4892
|
// fences not supported
|
|
4939
4893
|
lheading: /^(.+?)\n {0,3}(=+|-+) *(?:\n+|$)/,
|
|
4940
|
-
paragraph: he(
|
|
4894
|
+
paragraph: he(ka).replace("hr", _n).replace("heading", ` *#{1,6} *[^
|
|
4941
4895
|
]`).replace("lheading", Mo).replace("|table", "").replace("blockquote", " {0,3}>").replace("|fences", "").replace("|list", "").replace("|html", "").replace("|tag", "").getRegex()
|
|
4942
|
-
}, So = /^\\([!"#$%&'()*+,\-./:;<=>?@\[\]\\^_`{|}~])/, lm = /^(`+)([^`]|[^`][\s\S]*?[^`])\1(?!`)/, Ro = /^( {2,}|\\)\n(?!\s*$)/, um = /^(`+|[^`])(?:(?= {2,}\n)|[\s\S]*?(?:(?=[\\<!\[`*_]|\b_|$)|[^ ](?= {2,}\n)))/, $n = "\\p{P}\\p{S}", cm = he(/^((?![*_])[\spunctuation])/, "u").replace(/punctuation/g, $n).getRegex(), dm = /\[[^[\]]*?\]\([^\(\)]*?\)|`[^`]*?`|<[^<>]*?>/g, pm = he(/^(?:\*+(?:((?!\*)[punct])|[^\s*]))|^_+(?:((?!_)[punct])|([^\s_]))/, "u").replace(/punct/g, $n).getRegex(), gm = he("^[^_*]*?__[^_*]*?\\*[^_*]*?(?=__)|[^*]+(?=[^*])|(?!\\*)[punct](\\*+)(?=[\\s]|$)|[^punct\\s](\\*+)(?!\\*)(?=[punct\\s]|$)|(?!\\*)[punct\\s](\\*+)(?=[^punct\\s])|[\\s](\\*+)(?!\\*)(?=[punct])|(?!\\*)[punct](\\*+)(?!\\*)(?=[punct])|[^punct\\s](\\*+)(?=[^punct\\s])", "gu").replace(/punct/g, $n).getRegex(), mm = he("^[^_*]*?\\*\\*[^_*]*?_[^_*]*?(?=\\*\\*)|[^_]+(?=[^_])|(?!_)[punct](_+)(?=[\\s]|$)|[^punct\\s](_+)(?!_)(?=[punct\\s]|$)|(?!_)[punct\\s](_+)(?=[^punct\\s])|[\\s](_+)(?!_)(?=[punct])|(?!_)[punct](_+)(?!_)(?=[punct])", "gu").replace(/punct/g, $n).getRegex(), Am = he(/\\([punct])/, "gu").replace(/punct/g, $n).getRegex(), fm = he(/^<(scheme:[^\s\x00-\x1f<>]*|email)>/).replace("scheme", /[a-zA-Z][a-zA-Z0-9+.-]{1,31}/).replace("email", /[a-zA-Z0-9.!#$%&'*+/=?^_`{|}~-]+(@)[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)+(?![-_])/).getRegex(), hm = he(
|
|
4943
|
-
_backpedal:
|
|
4896
|
+
}, So = /^\\([!"#$%&'()*+,\-./:;<=>?@\[\]\\^_`{|}~])/, lm = /^(`+)([^`]|[^`][\s\S]*?[^`])\1(?!`)/, Ro = /^( {2,}|\\)\n(?!\s*$)/, um = /^(`+|[^`])(?:(?= {2,}\n)|[\s\S]*?(?:(?=[\\<!\[`*_]|\b_|$)|[^ ](?= {2,}\n)))/, $n = "\\p{P}\\p{S}", cm = he(/^((?![*_])[\spunctuation])/, "u").replace(/punctuation/g, $n).getRegex(), dm = /\[[^[\]]*?\]\([^\(\)]*?\)|`[^`]*?`|<[^<>]*?>/g, pm = he(/^(?:\*+(?:((?!\*)[punct])|[^\s*]))|^_+(?:((?!_)[punct])|([^\s_]))/, "u").replace(/punct/g, $n).getRegex(), gm = he("^[^_*]*?__[^_*]*?\\*[^_*]*?(?=__)|[^*]+(?=[^*])|(?!\\*)[punct](\\*+)(?=[\\s]|$)|[^punct\\s](\\*+)(?!\\*)(?=[punct\\s]|$)|(?!\\*)[punct\\s](\\*+)(?=[^punct\\s])|[\\s](\\*+)(?!\\*)(?=[punct])|(?!\\*)[punct](\\*+)(?!\\*)(?=[punct])|[^punct\\s](\\*+)(?=[^punct\\s])", "gu").replace(/punct/g, $n).getRegex(), mm = he("^[^_*]*?\\*\\*[^_*]*?_[^_*]*?(?=\\*\\*)|[^_]+(?=[^_])|(?!_)[punct](_+)(?=[\\s]|$)|[^punct\\s](_+)(?!_)(?=[punct\\s]|$)|(?!_)[punct\\s](_+)(?=[^punct\\s])|[\\s](_+)(?!_)(?=[punct])|(?!_)[punct](_+)(?!_)(?=[punct])", "gu").replace(/punct/g, $n).getRegex(), Am = he(/\\([punct])/, "gu").replace(/punct/g, $n).getRegex(), fm = he(/^<(scheme:[^\s\x00-\x1f<>]*|email)>/).replace("scheme", /[a-zA-Z][a-zA-Z0-9+.-]{1,31}/).replace("email", /[a-zA-Z0-9.!#$%&'*+/=?^_`{|}~-]+(@)[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)+(?![-_])/).getRegex(), hm = he(Ia).replace("(?:-->|$)", "-->").getRegex(), ym = he("^comment|^</[a-zA-Z][\\w:-]*\\s*>|^<[a-zA-Z][\\w-]*(?:attribute)*?\\s*/?>|^<\\?[\\s\\S]*?\\?>|^<![a-zA-Z]+\\s[\\s\\S]*?>|^<!\\[CDATA\\[[\\s\\S]*?\\]\\]>").replace("comment", hm).replace("attribute", /\s+[a-zA-Z:_][\w.:-]*(?:\s*=\s*"[^"]*"|\s*=\s*'[^']*'|\s*=\s*[^\s"'=<>`]+)?/).getRegex(), fi = /(?:\[(?:\\.|[^\[\]\\])*\]|\\.|`[^`]*`|[^\[\]\\`])*?/, vm = he(/^!?\[(label)\]\(\s*(href)(?:\s+(title))?\s*\)/).replace("label", fi).replace("href", /<(?:\\.|[^\n<>\\])+>|[^\s\x00-\x1f]*/).replace("title", /"(?:\\"?|[^"\\])*"|'(?:\\'?|[^'\\])*'|\((?:\\\)?|[^)\\])*\)/).getRegex(), xo = he(/^!?\[(label)\]\[(ref)\]/).replace("label", fi).replace("ref", Oa).getRegex(), To = he(/^!?\[(ref)\](?:\[\])?/).replace("ref", Oa).getRegex(), bm = he("reflink|nolink(?!\\()", "g").replace("reflink", xo).replace("nolink", To).getRegex(), Ba = {
|
|
4897
|
+
_backpedal: Ln,
|
|
4944
4898
|
// only used for GFM url
|
|
4945
4899
|
anyPunctuation: Am,
|
|
4946
4900
|
autolink: fm,
|
|
4947
4901
|
blockSkip: dm,
|
|
4948
4902
|
br: Ro,
|
|
4949
4903
|
code: lm,
|
|
4950
|
-
del:
|
|
4904
|
+
del: Ln,
|
|
4951
4905
|
emStrongLDelim: pm,
|
|
4952
4906
|
emStrongRDelimAst: gm,
|
|
4953
4907
|
emStrongRDelimUnd: mm,
|
|
@@ -4959,29 +4913,29 @@ const Qg = /^(?: *(?:\n|$))+/, _g = /^( {4}[^\n]+(?:\n(?: *(?:\n|$))*)?)+/, $g =
|
|
|
4959
4913
|
reflinkSearch: bm,
|
|
4960
4914
|
tag: ym,
|
|
4961
4915
|
text: um,
|
|
4962
|
-
url:
|
|
4916
|
+
url: Ln
|
|
4963
4917
|
}, wm = {
|
|
4964
|
-
...
|
|
4918
|
+
...Ba,
|
|
4965
4919
|
link: he(/^!?\[(label)\]\((.*?)\)/).replace("label", fi).getRegex(),
|
|
4966
4920
|
reflink: he(/^!?\[(label)\]\s*\[([^\]]*)\]/).replace("label", fi).getRegex()
|
|
4967
|
-
},
|
|
4968
|
-
...
|
|
4921
|
+
}, ta = {
|
|
4922
|
+
...Ba,
|
|
4969
4923
|
escape: he(So).replace("])", "~|])").getRegex(),
|
|
4970
4924
|
url: he(/^((?:ftp|https?):\/\/|www\.)(?:[a-zA-Z0-9\-]+\.?)+[^\s<]*|^email/, "i").replace("email", /[A-Za-z0-9._+-]+(@)[a-zA-Z0-9-_]+(?:\.[a-zA-Z0-9-_]*[a-zA-Z0-9])+(?![-_])/).getRegex(),
|
|
4971
4925
|
_backpedal: /(?:[^?!.,:;*_'"~()&]+|\([^)]*\)|&(?![a-zA-Z0-9]+;$)|[?!.,:;*_'"~)]+(?!$))+/,
|
|
4972
4926
|
del: /^(~~?)(?=[^\s~])([\s\S]*?[^\s~])\1(?=[^~]|$)/,
|
|
4973
4927
|
text: /^([`~]+|[^`~])(?:(?= {2,}\n)|(?=[a-zA-Z0-9.!#$%&'*+\/=?_`{\|}~-]+@)|[\s\S]*?(?:(?=[\\<!\[`*~_]|\b_|https?:\/\/|ftp:\/\/|www\.|$)|[^ ](?= {2,}\n)|[^a-zA-Z0-9.!#$%&'*+\/=?_`{\|}~-](?=[a-zA-Z0-9.!#$%&'*+\/=?_`{\|}~-]+@)))/
|
|
4974
4928
|
}, Cm = {
|
|
4975
|
-
...
|
|
4929
|
+
...ta,
|
|
4976
4930
|
br: he(Ro).replace("{2,}", "*").getRegex(),
|
|
4977
|
-
text: he(
|
|
4931
|
+
text: he(ta.text).replace("\\b_", "\\b_| {2,}\\n").replace(/\{2,\}/g, "*").getRegex()
|
|
4978
4932
|
}, oi = {
|
|
4979
|
-
normal:
|
|
4933
|
+
normal: Ma,
|
|
4980
4934
|
gfm: sm,
|
|
4981
4935
|
pedantic: om
|
|
4982
|
-
},
|
|
4983
|
-
normal:
|
|
4984
|
-
gfm:
|
|
4936
|
+
}, Bn = {
|
|
4937
|
+
normal: Ba,
|
|
4938
|
+
gfm: ta,
|
|
4985
4939
|
breaks: Cm,
|
|
4986
4940
|
pedantic: wm
|
|
4987
4941
|
};
|
|
@@ -4992,16 +4946,16 @@ class yt {
|
|
|
4992
4946
|
Ie(this, "state");
|
|
4993
4947
|
Ie(this, "tokenizer");
|
|
4994
4948
|
Ie(this, "inlineQueue");
|
|
4995
|
-
this.tokens = [], this.tokens.links = /* @__PURE__ */ Object.create(null), this.options = t ||
|
|
4949
|
+
this.tokens = [], this.tokens.links = /* @__PURE__ */ Object.create(null), this.options = t || sn, this.options.tokenizer = this.options.tokenizer || new Ai(), this.tokenizer = this.options.tokenizer, this.tokenizer.options = this.options, this.tokenizer.lexer = this, this.inlineQueue = [], this.state = {
|
|
4996
4950
|
inLink: !1,
|
|
4997
4951
|
inRawBlock: !1,
|
|
4998
4952
|
top: !0
|
|
4999
4953
|
};
|
|
5000
4954
|
const n = {
|
|
5001
4955
|
block: oi.normal,
|
|
5002
|
-
inline:
|
|
4956
|
+
inline: Bn.normal
|
|
5003
4957
|
};
|
|
5004
|
-
this.options.pedantic ? (n.block = oi.pedantic, n.inline =
|
|
4958
|
+
this.options.pedantic ? (n.block = oi.pedantic, n.inline = Bn.pedantic) : this.options.gfm && (n.block = oi.gfm, this.options.breaks ? n.inline = Bn.breaks : n.inline = Bn.gfm), this.tokenizer.rules = n;
|
|
5005
4959
|
}
|
|
5006
4960
|
/**
|
|
5007
4961
|
* Expose Rules
|
|
@@ -5009,7 +4963,7 @@ class yt {
|
|
|
5009
4963
|
static get rules() {
|
|
5010
4964
|
return {
|
|
5011
4965
|
block: oi,
|
|
5012
|
-
inline:
|
|
4966
|
+
inline: Bn
|
|
5013
4967
|
};
|
|
5014
4968
|
}
|
|
5015
4969
|
/**
|
|
@@ -5211,7 +5165,7 @@ class yt {
|
|
|
5211
5165
|
class hi {
|
|
5212
5166
|
constructor(t) {
|
|
5213
5167
|
Ie(this, "options");
|
|
5214
|
-
this.options = t ||
|
|
5168
|
+
this.options = t || sn;
|
|
5215
5169
|
}
|
|
5216
5170
|
code(t, n, i) {
|
|
5217
5171
|
var r;
|
|
@@ -5309,7 +5263,7 @@ ${t}</tr>
|
|
|
5309
5263
|
return t;
|
|
5310
5264
|
}
|
|
5311
5265
|
}
|
|
5312
|
-
class
|
|
5266
|
+
class Sa {
|
|
5313
5267
|
// no need for block level renderers
|
|
5314
5268
|
strong(t) {
|
|
5315
5269
|
return t;
|
|
@@ -5344,7 +5298,7 @@ class vt {
|
|
|
5344
5298
|
Ie(this, "options");
|
|
5345
5299
|
Ie(this, "renderer");
|
|
5346
5300
|
Ie(this, "textRenderer");
|
|
5347
|
-
this.options = t ||
|
|
5301
|
+
this.options = t || sn, this.options.renderer = this.options.renderer || new hi(), this.renderer = this.options.renderer, this.renderer.options = this.options, this.textRenderer = new Sa();
|
|
5348
5302
|
}
|
|
5349
5303
|
/**
|
|
5350
5304
|
* Static Parse Method
|
|
@@ -5533,10 +5487,10 @@ class vt {
|
|
|
5533
5487
|
return i;
|
|
5534
5488
|
}
|
|
5535
5489
|
}
|
|
5536
|
-
class
|
|
5490
|
+
class jn {
|
|
5537
5491
|
constructor(t) {
|
|
5538
5492
|
Ie(this, "options");
|
|
5539
|
-
this.options = t ||
|
|
5493
|
+
this.options = t || sn;
|
|
5540
5494
|
}
|
|
5541
5495
|
/**
|
|
5542
5496
|
* Process markdown before marked
|
|
@@ -5557,26 +5511,25 @@ class Ln {
|
|
|
5557
5511
|
return t;
|
|
5558
5512
|
}
|
|
5559
5513
|
}
|
|
5560
|
-
Ie(
|
|
5514
|
+
Ie(jn, "passThroughHooks", /* @__PURE__ */ new Set([
|
|
5561
5515
|
"preprocess",
|
|
5562
5516
|
"postprocess",
|
|
5563
5517
|
"processAllTokens"
|
|
5564
5518
|
]));
|
|
5565
|
-
var
|
|
5519
|
+
var rn, na, Lo;
|
|
5566
5520
|
class Em {
|
|
5567
5521
|
constructor(...t) {
|
|
5568
|
-
|
|
5569
|
-
|
|
5570
|
-
Ie(this, "defaults", Oa());
|
|
5522
|
+
Wa(this, rn);
|
|
5523
|
+
Ie(this, "defaults", Ea());
|
|
5571
5524
|
Ie(this, "options", this.setOptions);
|
|
5572
|
-
Ie(this, "parse", ri(this,
|
|
5573
|
-
Ie(this, "parseInline", ri(this,
|
|
5525
|
+
Ie(this, "parse", ri(this, rn, na).call(this, yt.lex, vt.parse));
|
|
5526
|
+
Ie(this, "parseInline", ri(this, rn, na).call(this, yt.lexInline, vt.parseInline));
|
|
5574
5527
|
Ie(this, "Parser", vt);
|
|
5575
5528
|
Ie(this, "Renderer", hi);
|
|
5576
|
-
Ie(this, "TextRenderer",
|
|
5529
|
+
Ie(this, "TextRenderer", Sa);
|
|
5577
5530
|
Ie(this, "Lexer", yt);
|
|
5578
5531
|
Ie(this, "Tokenizer", Ai);
|
|
5579
|
-
Ie(this, "Hooks",
|
|
5532
|
+
Ie(this, "Hooks", jn);
|
|
5580
5533
|
this.use(...t);
|
|
5581
5534
|
}
|
|
5582
5535
|
/**
|
|
@@ -5663,14 +5616,14 @@ class Em {
|
|
|
5663
5616
|
a.tokenizer = r;
|
|
5664
5617
|
}
|
|
5665
5618
|
if (i.hooks) {
|
|
5666
|
-
const r = this.defaults.hooks || new
|
|
5619
|
+
const r = this.defaults.hooks || new jn();
|
|
5667
5620
|
for (const s in i.hooks) {
|
|
5668
5621
|
if (!(s in r))
|
|
5669
5622
|
throw new Error(`hook '${s}' does not exist`);
|
|
5670
5623
|
if (s === "options")
|
|
5671
5624
|
continue;
|
|
5672
5625
|
const o = s, l = i.hooks[o], u = r[o];
|
|
5673
|
-
|
|
5626
|
+
jn.passThroughHooks.has(s) ? r[o] = (c) => {
|
|
5674
5627
|
if (this.defaults.async)
|
|
5675
5628
|
return Promise.resolve(l.call(r, c)).then((m) => u.call(r, m));
|
|
5676
5629
|
const p = l.call(r, c);
|
|
@@ -5702,11 +5655,11 @@ class Em {
|
|
|
5702
5655
|
return vt.parse(t, n ?? this.defaults);
|
|
5703
5656
|
}
|
|
5704
5657
|
}
|
|
5705
|
-
|
|
5658
|
+
rn = new WeakSet(), na = function(t, n) {
|
|
5706
5659
|
return (i, a) => {
|
|
5707
5660
|
const r = { ...a }, s = { ...this.defaults, ...r };
|
|
5708
5661
|
this.defaults.async === !0 && r.async === !1 && (s.silent || console.warn("marked(): The async option was set to true by an extension. The async: false option sent to parse will be ignored."), s.async = !0);
|
|
5709
|
-
const o = ri(this,
|
|
5662
|
+
const o = ri(this, rn, Lo).call(this, !!s.silent, !!s.async);
|
|
5710
5663
|
if (typeof i > "u" || i === null)
|
|
5711
5664
|
return o(new Error("marked(): input parameter is undefined or null"));
|
|
5712
5665
|
if (typeof i != "string")
|
|
@@ -5723,7 +5676,7 @@ Xn = new WeakSet(), aa = function(t, n) {
|
|
|
5723
5676
|
return o(l);
|
|
5724
5677
|
}
|
|
5725
5678
|
};
|
|
5726
|
-
},
|
|
5679
|
+
}, Lo = function(t, n) {
|
|
5727
5680
|
return (i) => {
|
|
5728
5681
|
if (i.message += `
|
|
5729
5682
|
Please report this to https://github.com/markedjs/marked.`, t) {
|
|
@@ -5742,8 +5695,8 @@ function me(e, t) {
|
|
|
5742
5695
|
me.options = me.setOptions = function(e) {
|
|
5743
5696
|
return _t.setOptions(e), me.defaults = _t.defaults, Eo(me.defaults), me;
|
|
5744
5697
|
};
|
|
5745
|
-
me.getDefaults =
|
|
5746
|
-
me.defaults =
|
|
5698
|
+
me.getDefaults = Ea;
|
|
5699
|
+
me.defaults = sn;
|
|
5747
5700
|
me.use = function(...e) {
|
|
5748
5701
|
return _t.use(...e), me.defaults = _t.defaults, Eo(me.defaults), me;
|
|
5749
5702
|
};
|
|
@@ -5754,11 +5707,11 @@ me.parseInline = _t.parseInline;
|
|
|
5754
5707
|
me.Parser = vt;
|
|
5755
5708
|
me.parser = vt.parse;
|
|
5756
5709
|
me.Renderer = hi;
|
|
5757
|
-
me.TextRenderer =
|
|
5710
|
+
me.TextRenderer = Sa;
|
|
5758
5711
|
me.Lexer = yt;
|
|
5759
5712
|
me.lexer = yt.lex;
|
|
5760
5713
|
me.Tokenizer = Ai;
|
|
5761
|
-
me.Hooks =
|
|
5714
|
+
me.Hooks = jn;
|
|
5762
5715
|
me.parse = me;
|
|
5763
5716
|
me.options;
|
|
5764
5717
|
me.setOptions;
|
|
@@ -6326,7 +6279,7 @@ const km = {
|
|
|
6326
6279
|
plugins: Sm,
|
|
6327
6280
|
glossary: Rm
|
|
6328
6281
|
};
|
|
6329
|
-
function
|
|
6282
|
+
function xi() {
|
|
6330
6283
|
const e = Zn("en-us", xm);
|
|
6331
6284
|
return {
|
|
6332
6285
|
i18n: e,
|
|
@@ -6335,7 +6288,7 @@ function Ti() {
|
|
|
6335
6288
|
};
|
|
6336
6289
|
}
|
|
6337
6290
|
function jo() {
|
|
6338
|
-
const { capitalize: e } =
|
|
6291
|
+
const { capitalize: e } = Ca(), t = ["methods", "logout_methods"];
|
|
6339
6292
|
return {
|
|
6340
6293
|
setFieldType: (u, c, p) => {
|
|
6341
6294
|
var m, h, M;
|
|
@@ -6436,7 +6389,7 @@ const mf = [
|
|
|
6436
6389
|
Deployment: !1,
|
|
6437
6390
|
"Custom Plugins": !1
|
|
6438
6391
|
};
|
|
6439
|
-
var
|
|
6392
|
+
var gn = /* @__PURE__ */ ((e) => (e.SERVICE = "service_id", e.ROUTE = "route_id", e.CONSUMER = "consumer_id", e.CONSUMER_GROUP = "consumer_group_id", e))(gn || {}), d = /* @__PURE__ */ ((e) => (e.GLOBAL = "global", e.SERVICE = "service", e.ROUTE = "route", e.CONSUMER = "consumer", e.CONSUMER_GROUP = "consumer_group", e))(d || {});
|
|
6440
6393
|
const qt = (e) => {
|
|
6441
6394
|
const t = Object.fromEntries(e.fields.map((n) => Object.entries(n)[0]));
|
|
6442
6395
|
return "id" in t || (t.id = {}), t;
|
|
@@ -7677,7 +7630,7 @@ const qt = (e) => {
|
|
|
7677
7630
|
nameKey: "plugins.meta.app-dynamics.name",
|
|
7678
7631
|
scope: [d.GLOBAL, d.SERVICE, d.ROUTE, d.CONSUMER]
|
|
7679
7632
|
}
|
|
7680
|
-
},
|
|
7633
|
+
}, fn = {
|
|
7681
7634
|
acl: {
|
|
7682
7635
|
titleKey: "plugins.meta.acl.name",
|
|
7683
7636
|
plugin: "acl",
|
|
@@ -7759,20 +7712,20 @@ const qt = (e) => {
|
|
|
7759
7712
|
const t = ((i = ht[e]) == null ? void 0 : i.imageName) || e || "missing", n = new URL((/* @__PURE__ */ Object.assign({ "../assets/images/plugin-icons/acl.png": Tm, "../assets/images/plugin-icons/acme.png": Lm, "../assets/images/plugin-icons/ai-azure-content-safety.png": jm, "../assets/images/plugin-icons/ai-data-sanitization.png": Nm, "../assets/images/plugin-icons/ai-prompt-decorator.png": Pm, "../assets/images/plugin-icons/ai-prompt-guard.png": Dm, "../assets/images/plugin-icons/ai-prompt-template.png": Um, "../assets/images/plugin-icons/ai-proxy.png": Ym, "../assets/images/plugin-icons/ai-rate-limiting-advanced.png": Gm, "../assets/images/plugin-icons/ai-request-transformer.png": Hm, "../assets/images/plugin-icons/ai-response-transformer.png": Vm, "../assets/images/plugin-icons/app-dynamics.png": Fm, "../assets/images/plugin-icons/application-registration.png": zm, "../assets/images/plugin-icons/aws-lambda.png": Km, "../assets/images/plugin-icons/azure-functions.png": qm, "../assets/images/plugin-icons/basic-auth.png": Xm, "../assets/images/plugin-icons/bot-detection.png": Jm, "../assets/images/plugin-icons/canary.png": Zm, "../assets/images/plugin-icons/collector.png": Wm, "../assets/images/plugin-icons/correlation-id.png": Qm, "../assets/images/plugin-icons/cors.png": _m, "../assets/images/plugin-icons/datadog.png": $m, "../assets/images/plugin-icons/degraphql.png": eA, "../assets/images/plugin-icons/dynamic-ssl.png": tA, "../assets/images/plugin-icons/exit-transformer.png": nA, "../assets/images/plugin-icons/file-log.png": iA, "../assets/images/plugin-icons/forward-proxy.png": aA, "../assets/images/plugin-icons/graphql-rate-limiting-advanced.png": rA, "../assets/images/plugin-icons/graphql.png": sA, "../assets/images/plugin-icons/grpc-gateway.png": oA, "../assets/images/plugin-icons/grpc-web.png": lA, "../assets/images/plugin-icons/hmac-auth.png": uA, "../assets/images/plugin-icons/http-log.png": cA, "../assets/images/plugin-icons/ip-restriction.png": dA, "../assets/images/plugin-icons/jq.png": pA, "../assets/images/plugin-icons/jwe-decrypt.png": gA, "../assets/images/plugin-icons/jwt-signer.png": mA, "../assets/images/plugin-icons/jwt.png": AA, "../assets/images/plugin-icons/kafka-log.png": fA, "../assets/images/plugin-icons/kafka-upstream.png": hA, "../assets/images/plugin-icons/key-auth-enc.png": yA, "../assets/images/plugin-icons/key-auth.png": vA, "../assets/images/plugin-icons/kong-function.png": bA, "../assets/images/plugin-icons/kubernetes-sidecar-injector.png": wA, "../assets/images/plugin-icons/ldap-auth-advanced.png": CA, "../assets/images/plugin-icons/ldap-auth.png": EA, "../assets/images/plugin-icons/loggly.png": kA, "../assets/images/plugin-icons/missing.png": OA, "../assets/images/plugin-icons/mocking.png": IA, "../assets/images/plugin-icons/mtls-auth.png": MA, "../assets/images/plugin-icons/new.png": BA, "../assets/images/plugin-icons/oas-validation.png": SA, "../assets/images/plugin-icons/oauth2-introspection.png": RA, "../assets/images/plugin-icons/oauth2.png": xA, "../assets/images/plugin-icons/opa.png": TA, "../assets/images/plugin-icons/openid-connect.png": LA, "../assets/images/plugin-icons/opentelemetry.png": jA, "../assets/images/plugin-icons/openwhisk.png": NA, "../assets/images/plugin-icons/prometheus.png": PA, "../assets/images/plugin-icons/proxy-cache.png": DA, "../assets/images/plugin-icons/rate-limiting-advanced.png": UA, "../assets/images/plugin-icons/rate-limiting.png": YA, "../assets/images/plugin-icons/request-size-limiting.png": GA, "../assets/images/plugin-icons/request-termination.png": HA, "../assets/images/plugin-icons/request-transformer-advanced.png": VA, "../assets/images/plugin-icons/request-transformer.png": FA, "../assets/images/plugin-icons/request-validator.png": zA, "../assets/images/plugin-icons/response-ratelimiting.png": KA, "../assets/images/plugin-icons/response-transformer-advanced.png": qA, "../assets/images/plugin-icons/response-transformer.png": XA, "../assets/images/plugin-icons/route-by-header.png": JA, "../assets/images/plugin-icons/route-transformer-advanced.png": ZA, "../assets/images/plugin-icons/runscope.png": WA, "../assets/images/plugin-icons/saml.png": QA, "../assets/images/plugin-icons/session.png": _A, "../assets/images/plugin-icons/statsd-advanced.png": $A, "../assets/images/plugin-icons/statsd.png": ef, "../assets/images/plugin-icons/syslog.png": tf, "../assets/images/plugin-icons/tcp-log.png": nf, "../assets/images/plugin-icons/tls-handshake-modifier.png": af, "../assets/images/plugin-icons/tls-metadata-headers.png": rf, "../assets/images/plugin-icons/udp-log.png": sf, "../assets/images/plugin-icons/upstream-timeout.png": of, "../assets/images/plugin-icons/upstream-tls.png": lf, "../assets/images/plugin-icons/vault-auth.png": uf, "../assets/images/plugin-icons/websocket-size-limit.png": cf, "../assets/images/plugin-icons/websocket-validator.png": df, "../assets/images/plugin-icons/xml-threat-protection.png": pf, "../assets/images/plugin-icons/zipkin.png": gf }))[`../assets/images/plugin-icons/${t}.png`], import.meta.url).href;
|
|
7760
7713
|
return n.includes("undefined") ? new URL("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAeAAAAHgCAMAAABKCk6nAAAAhFBMVEUAAADs+fnr8PTo7fLm7PDl6e7j6+7j6O3i6Ozh5+vp9PTm7PDj6e319fXn7PHj6O739/fn7PDi6e3////o7fLj6Ozt8fbj6u7r7vPi6ezo7fL////n7PHm6/Dl6+/q8PTs8vbu9Pjv9frw9vri6ezv9fnp7/Pt8vfk6u6cpar////e4ePLpSv+AAAAHnRSTlMAKIq93/T6/f7/W8z3GbL4Hr/9AZ39OPFo/Z4FzOeuk05oAAAFJklEQVR4Ae3ThZLjyhWA4SNdWJ9BMy/KA3n/twoXBafWWYb2QPi6Vd9XKGz4q5t4QPNZHDP2n8W/4uT0bJBUZHB2ehL/pPOLy6wQlxfn8bThaJxUajwaxuMm01lSsdl0Eo+YL5LKLebxoOUqqd5qGQ9YD7IHGKzjPptt9gTbzT19n2dv8Pyw8DZ7hG0U1tkrrOM7y0H2CoNlfGO+yp5hNY8vJovsHRaT+GyaPcQ03mkiYvjnNu4za94Ljtn+vd/Efc7+/sf4YJT32L286qjE1ctd3mMUH5yP89D1m46KvLnOQ+PzeO8iD+xuOipzs8sDF/HeZZZuX3dU5/Vtli7jnZMs7fSts/AuSycRcZqlm44q3WTpNCLOsnDdUanrLJxF29zF9zZ3QaXuNuWNJtosvOyo1ssstG0ThZ+Dah3Ea+LHIvmLjoq9KHL+2DYHyanYQc6jDYzACCxwZKGjallog177DwIjMAIjMAIjsMAIjMAIjMAIjMAILDACIzACIzACI7DACIzACIzACIzAAiMwAiMwAiMwAiOwwAiMwAiMwAiMwAIjMAIjMAIjMAILjMAIjMAIjMAIjMACIzACIzACIzACC4zACIzACIzACIzAAiMwAiMwAiMwAguMwAiMwAiMwAgsMAIjMAIjMAIjMAILjMAIjMAIjMAILDACIzACI/DP/6GjGENgBEZgBBYYgREYgREYgRGYJwMjMAIjMAI3TziCMQTmaAIjMAIjMAIjMAILjMAIjMAIjMAITBa6X9CveqD7hWWhDXpNYIERGIERGIERGIEFRmAERmAERuBKCdw2R68VGIERGIERWGAERmAERmAERmCBERiBERiBERiBEVhgBEZgBEZgBEZggREYgREYgREYgRFYYARGYARGYARGYIERGIERGIERGIEFRmAERmAERuB+EPjt/ui9FRiBERiBEVhgBEZgBEZgBEZggREYgREYgREYgWshcNscvVZgBEZgBEZggREYgREYgREYgQVGYARGYARGYARGYIERGIERGIERGIEFRmAERmAERmAERmCBERiBERiBERiBBUZgBEZgBEZgBBYYgREYgREYgftB4Lf7o/dWYARGYARGYIERGIERGIERGIEFRmAE5kj9GEfkb/EfwwkWGIERGIERGIERWGAERmAERmAERmAEFhiBERiBERiBEVhgBEZgBEZgBEZggREYgREYgREYgRFYYARGYARGYARGYIERGIERGIERGIERWGAERmAERmAERmCBERiBERiBERiBBUZgBEZgBEZgBEZggREYgREYgREYgQVGYARGYARGYAQWGIERGIERGIERGIEFRmAERmAERmAEFhiBERiBERiBEZh2r3iflPn2B4HvgordPRl4H1RsL7DAfSJw/JCFq45qXWXhh3Yfhb8F1TqIt2/3ZeGf9kGl9j/F997XPcvCdUelrrNwFhGnWbrpqNJNlk4j4iRLu9cdFXq9y9JJvHOZpVuFa+x7m6XLeO8iD+xuOipzs8sDF/He+TgPXb/pqMib6zw0Po8PRnmP3curjkpcvdzlPUYR0UTE8M9t3GfWvBfHjP17v4n7nP39j/HRNOmhaXw2WSS9s5jEF/NV0jOreXxjOUh6ZbCM76yTXllHYZv0yDZKm+dJbzzfxGHhbdIT203cZz1IemCwjgcsV0n1Vst40HyRVG4xj0dMprOkYrPpJB43HI2TSo1Hw3ja+cVlUqHLi/P4J52cng2SigzOTk/iPk08oPksjhn7z+J+/wBSUhUZLUGZBgAAAABJRU5ErkJggg==", import.meta.url).href : n;
|
|
7761
7714
|
}, Gf = () => {
|
|
7762
|
-
const { i18n: { t: e } } =
|
|
7715
|
+
const { i18n: { t: e } } = xi(), t = {}, n = {};
|
|
7763
7716
|
for (const [a, r] of Object.entries(ht))
|
|
7764
7717
|
t[a] = {
|
|
7765
7718
|
...r,
|
|
7766
7719
|
name: e(r.nameKey),
|
|
7767
7720
|
description: e(r.descriptionKey)
|
|
7768
7721
|
};
|
|
7769
|
-
for (const [a, r] of Object.entries(
|
|
7722
|
+
for (const [a, r] of Object.entries(fn))
|
|
7770
7723
|
n[a] = {
|
|
7771
7724
|
...r,
|
|
7772
7725
|
name: e(r.nameKey),
|
|
7773
7726
|
title: e(r.titleKey)
|
|
7774
7727
|
};
|
|
7775
|
-
return { pluginMetaData: t, credentialMetaData: n, credentialSchemas:
|
|
7728
|
+
return { pluginMetaData: t, credentialMetaData: n, credentialSchemas: fn, getDisplayName: (a) => {
|
|
7776
7729
|
var r;
|
|
7777
7730
|
return ((r = t[a]) == null ? void 0 : r.name) || a;
|
|
7778
7731
|
} };
|
|
@@ -7799,16 +7752,16 @@ function zf(e, t) {
|
|
|
7799
7752
|
i[n] = t(n);
|
|
7800
7753
|
return i;
|
|
7801
7754
|
}
|
|
7802
|
-
var Po = typeof global == "object" && global && global.Object === Object && global, Kf = typeof self == "object" && self && self.Object === Object && self, pt = Po || Kf || Function("return this")(), Et = pt.Symbol, Do = Object.prototype, qf = Do.hasOwnProperty, Xf = Do.toString,
|
|
7755
|
+
var Po = typeof global == "object" && global && global.Object === Object && global, Kf = typeof self == "object" && self && self.Object === Object && self, pt = Po || Kf || Function("return this")(), Et = pt.Symbol, Do = Object.prototype, qf = Do.hasOwnProperty, Xf = Do.toString, Sn = Et ? Et.toStringTag : void 0;
|
|
7803
7756
|
function Jf(e) {
|
|
7804
|
-
var t = qf.call(e,
|
|
7757
|
+
var t = qf.call(e, Sn), n = e[Sn];
|
|
7805
7758
|
try {
|
|
7806
|
-
e[
|
|
7759
|
+
e[Sn] = void 0;
|
|
7807
7760
|
var i = !0;
|
|
7808
7761
|
} catch {
|
|
7809
7762
|
}
|
|
7810
7763
|
var a = Xf.call(e);
|
|
7811
|
-
return i && (t ? e[
|
|
7764
|
+
return i && (t ? e[Sn] = n : delete e[Sn]), a;
|
|
7812
7765
|
}
|
|
7813
7766
|
var Zf = Object.prototype, Wf = Zf.toString;
|
|
7814
7767
|
function Qf(e) {
|
|
@@ -7834,32 +7787,32 @@ function ih() {
|
|
|
7834
7787
|
return !1;
|
|
7835
7788
|
}
|
|
7836
7789
|
var Go = typeof exports == "object" && exports && !exports.nodeType && exports, Nr = Go && typeof module == "object" && module && !module.nodeType && module, ah = Nr && Nr.exports === Go, Pr = ah ? pt.Buffer : void 0, rh = Pr ? Pr.isBuffer : void 0, yi = rh || ih, sh = 9007199254740991, oh = /^(?:0|[1-9]\d*)$/;
|
|
7837
|
-
function
|
|
7790
|
+
function Ra(e, t) {
|
|
7838
7791
|
var n = typeof e;
|
|
7839
7792
|
return t = t ?? sh, !!t && (n == "number" || n != "symbol" && oh.test(e)) && e > -1 && e % 1 == 0 && e < t;
|
|
7840
7793
|
}
|
|
7841
7794
|
var lh = 9007199254740991;
|
|
7842
|
-
function
|
|
7795
|
+
function xa(e) {
|
|
7843
7796
|
return typeof e == "number" && e > -1 && e % 1 == 0 && e <= lh;
|
|
7844
7797
|
}
|
|
7845
7798
|
var uh = "[object Arguments]", ch = "[object Array]", dh = "[object Boolean]", ph = "[object Date]", gh = "[object Error]", mh = "[object Function]", Ah = "[object Map]", fh = "[object Number]", hh = "[object Object]", yh = "[object RegExp]", vh = "[object Set]", bh = "[object String]", wh = "[object WeakMap]", Ch = "[object ArrayBuffer]", Eh = "[object DataView]", kh = "[object Float32Array]", Oh = "[object Float64Array]", Ih = "[object Int8Array]", Mh = "[object Int16Array]", Bh = "[object Int32Array]", Sh = "[object Uint8Array]", Rh = "[object Uint8ClampedArray]", xh = "[object Uint16Array]", Th = "[object Uint32Array]", Me = {};
|
|
7846
7799
|
Me[kh] = Me[Oh] = Me[Ih] = Me[Mh] = Me[Bh] = Me[Sh] = Me[Rh] = Me[xh] = Me[Th] = !0;
|
|
7847
7800
|
Me[uh] = Me[ch] = Me[Ch] = Me[dh] = Me[Eh] = Me[ph] = Me[gh] = Me[mh] = Me[Ah] = Me[fh] = Me[hh] = Me[yh] = Me[vh] = Me[bh] = Me[wh] = !1;
|
|
7848
7801
|
function Lh(e) {
|
|
7849
|
-
return kt(e) &&
|
|
7802
|
+
return kt(e) && xa(e.length) && !!Me[zt(e)];
|
|
7850
7803
|
}
|
|
7851
|
-
function
|
|
7804
|
+
function Ta(e) {
|
|
7852
7805
|
return function(t) {
|
|
7853
7806
|
return e(t);
|
|
7854
7807
|
};
|
|
7855
7808
|
}
|
|
7856
|
-
var Ho = typeof exports == "object" && exports && !exports.nodeType && exports,
|
|
7809
|
+
var Ho = typeof exports == "object" && exports && !exports.nodeType && exports, Nn = Ho && typeof module == "object" && module && !module.nodeType && module, jh = Nn && Nn.exports === Ho, Fi = jh && Po.process, bn = function() {
|
|
7857
7810
|
try {
|
|
7858
|
-
var e =
|
|
7859
|
-
return e ||
|
|
7811
|
+
var e = Nn && Nn.require && Nn.require("util").types;
|
|
7812
|
+
return e || Fi && Fi.binding && Fi.binding("util");
|
|
7860
7813
|
} catch {
|
|
7861
7814
|
}
|
|
7862
|
-
}(), Dr =
|
|
7815
|
+
}(), Dr = bn && bn.isTypedArray, Vo = Dr ? Ta(Dr) : Lh, Nh = Object.prototype, Ph = Nh.hasOwnProperty;
|
|
7863
7816
|
function Fo(e, t) {
|
|
7864
7817
|
var n = dt(e), i = !n && Yo(e), a = !n && !i && yi(e), r = !n && !i && !a && Vo(e), s = n || i || a || r, o = s ? zf(e.length, String) : [], l = o.length;
|
|
7865
7818
|
for (var u in e)
|
|
@@ -7867,11 +7820,11 @@ function Fo(e, t) {
|
|
|
7867
7820
|
(u == "length" || // Node.js 0.10 has enumerable non-index properties on buffers.
|
|
7868
7821
|
a && (u == "offset" || u == "parent") || // PhantomJS 2 has enumerable non-index properties on typed arrays.
|
|
7869
7822
|
r && (u == "buffer" || u == "byteLength" || u == "byteOffset") || // Skip index properties.
|
|
7870
|
-
|
|
7823
|
+
Ra(u, l))) && o.push(u);
|
|
7871
7824
|
return o;
|
|
7872
7825
|
}
|
|
7873
7826
|
var Dh = Object.prototype;
|
|
7874
|
-
function
|
|
7827
|
+
function La(e) {
|
|
7875
7828
|
var t = e && e.constructor, n = typeof t == "function" && t.prototype || Dh;
|
|
7876
7829
|
return e === n;
|
|
7877
7830
|
}
|
|
@@ -7882,7 +7835,7 @@ function zo(e, t) {
|
|
|
7882
7835
|
}
|
|
7883
7836
|
var Uh = zo(Object.keys, Object), Yh = Object.prototype, Gh = Yh.hasOwnProperty;
|
|
7884
7837
|
function Hh(e) {
|
|
7885
|
-
if (!
|
|
7838
|
+
if (!La(e))
|
|
7886
7839
|
return Uh(e);
|
|
7887
7840
|
var t = [];
|
|
7888
7841
|
for (var n in Object(e))
|
|
@@ -7901,13 +7854,13 @@ function Be(e) {
|
|
|
7901
7854
|
return t == Fh || t == zh || t == Vh || t == Kh;
|
|
7902
7855
|
}
|
|
7903
7856
|
function ti(e) {
|
|
7904
|
-
return e != null &&
|
|
7857
|
+
return e != null && xa(e.length) && !Be(e);
|
|
7905
7858
|
}
|
|
7906
|
-
function
|
|
7859
|
+
function En(e) {
|
|
7907
7860
|
return ti(e) ? Fo(e) : Hh(e);
|
|
7908
7861
|
}
|
|
7909
7862
|
function qh(e, t) {
|
|
7910
|
-
return e && Ff(e, t,
|
|
7863
|
+
return e && Ff(e, t, En);
|
|
7911
7864
|
}
|
|
7912
7865
|
function Xh(e, t) {
|
|
7913
7866
|
return function(n, i) {
|
|
@@ -7922,36 +7875,36 @@ function Xh(e, t) {
|
|
|
7922
7875
|
}
|
|
7923
7876
|
var Jh = Xh(qh);
|
|
7924
7877
|
const Zh = Jh;
|
|
7925
|
-
function
|
|
7878
|
+
function Ti(e) {
|
|
7926
7879
|
return e;
|
|
7927
7880
|
}
|
|
7928
7881
|
function Wh(e) {
|
|
7929
|
-
return typeof e == "function" ? e :
|
|
7882
|
+
return typeof e == "function" ? e : Ti;
|
|
7930
7883
|
}
|
|
7931
7884
|
function Qe(e, t) {
|
|
7932
7885
|
var n = dt(e) ? No : Zh;
|
|
7933
7886
|
return n(e, Wh(t));
|
|
7934
7887
|
}
|
|
7935
7888
|
var Qh = "[object Symbol]";
|
|
7936
|
-
function
|
|
7889
|
+
function Li(e) {
|
|
7937
7890
|
return typeof e == "symbol" || kt(e) && zt(e) == Qh;
|
|
7938
7891
|
}
|
|
7939
7892
|
var _h = /\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/, $h = /^\w*$/;
|
|
7940
|
-
function
|
|
7893
|
+
function ja(e, t) {
|
|
7941
7894
|
if (dt(e))
|
|
7942
7895
|
return !1;
|
|
7943
7896
|
var n = typeof e;
|
|
7944
|
-
return n == "number" || n == "symbol" || n == "boolean" || e == null ||
|
|
7897
|
+
return n == "number" || n == "symbol" || n == "boolean" || e == null || Li(e) ? !0 : $h.test(e) || !_h.test(e) || t != null && e in Object(t);
|
|
7945
7898
|
}
|
|
7946
|
-
var
|
|
7947
|
-
var e = /[^.]+$/.exec(
|
|
7899
|
+
var zi = pt["__core-js_shared__"], Ur = function() {
|
|
7900
|
+
var e = /[^.]+$/.exec(zi && zi.keys && zi.keys.IE_PROTO || "");
|
|
7948
7901
|
return e ? "Symbol(src)_1." + e : "";
|
|
7949
7902
|
}();
|
|
7950
7903
|
function ey(e) {
|
|
7951
7904
|
return !!Ur && Ur in e;
|
|
7952
7905
|
}
|
|
7953
7906
|
var ty = Function.prototype, ny = ty.toString;
|
|
7954
|
-
function
|
|
7907
|
+
function on(e) {
|
|
7955
7908
|
if (e != null) {
|
|
7956
7909
|
try {
|
|
7957
7910
|
return ny.call(e);
|
|
@@ -7971,18 +7924,18 @@ function cy(e) {
|
|
|
7971
7924
|
if (!$e(e) || ey(e))
|
|
7972
7925
|
return !1;
|
|
7973
7926
|
var t = Be(e) ? uy : ay;
|
|
7974
|
-
return t.test(
|
|
7927
|
+
return t.test(on(e));
|
|
7975
7928
|
}
|
|
7976
7929
|
function dy(e, t) {
|
|
7977
7930
|
return e == null ? void 0 : e[t];
|
|
7978
7931
|
}
|
|
7979
|
-
function
|
|
7932
|
+
function ln(e, t) {
|
|
7980
7933
|
var n = dy(e, t);
|
|
7981
7934
|
return cy(n) ? n : void 0;
|
|
7982
7935
|
}
|
|
7983
|
-
var
|
|
7936
|
+
var Fn = ln(Object, "create");
|
|
7984
7937
|
function py() {
|
|
7985
|
-
this.__data__ =
|
|
7938
|
+
this.__data__ = Fn ? Fn(null) : {}, this.size = 0;
|
|
7986
7939
|
}
|
|
7987
7940
|
function gy(e) {
|
|
7988
7941
|
var t = this.has(e) && delete this.__data__[e];
|
|
@@ -7991,7 +7944,7 @@ function gy(e) {
|
|
|
7991
7944
|
var my = "__lodash_hash_undefined__", Ay = Object.prototype, fy = Ay.hasOwnProperty;
|
|
7992
7945
|
function hy(e) {
|
|
7993
7946
|
var t = this.__data__;
|
|
7994
|
-
if (
|
|
7947
|
+
if (Fn) {
|
|
7995
7948
|
var n = t[e];
|
|
7996
7949
|
return n === my ? void 0 : n;
|
|
7997
7950
|
}
|
|
@@ -8000,12 +7953,12 @@ function hy(e) {
|
|
|
8000
7953
|
var yy = Object.prototype, vy = yy.hasOwnProperty;
|
|
8001
7954
|
function by(e) {
|
|
8002
7955
|
var t = this.__data__;
|
|
8003
|
-
return
|
|
7956
|
+
return Fn ? t[e] !== void 0 : vy.call(t, e);
|
|
8004
7957
|
}
|
|
8005
7958
|
var wy = "__lodash_hash_undefined__";
|
|
8006
7959
|
function Cy(e, t) {
|
|
8007
7960
|
var n = this.__data__;
|
|
8008
|
-
return this.size += this.has(e) ? 0 : 1, n[e] =
|
|
7961
|
+
return this.size += this.has(e) ? 0 : 1, n[e] = Fn && t === void 0 ? wy : t, this;
|
|
8009
7962
|
}
|
|
8010
7963
|
function $t(e) {
|
|
8011
7964
|
var t = -1, n = e == null ? 0 : e.length;
|
|
@@ -8025,7 +7978,7 @@ function Ey() {
|
|
|
8025
7978
|
function ni(e, t) {
|
|
8026
7979
|
return e === t || e !== e && t !== t;
|
|
8027
7980
|
}
|
|
8028
|
-
function
|
|
7981
|
+
function ji(e, t) {
|
|
8029
7982
|
for (var n = e.length; n--; )
|
|
8030
7983
|
if (ni(e[n][0], t))
|
|
8031
7984
|
return n;
|
|
@@ -8033,21 +7986,21 @@ function Ni(e, t) {
|
|
|
8033
7986
|
}
|
|
8034
7987
|
var ky = Array.prototype, Oy = ky.splice;
|
|
8035
7988
|
function Iy(e) {
|
|
8036
|
-
var t = this.__data__, n =
|
|
7989
|
+
var t = this.__data__, n = ji(t, e);
|
|
8037
7990
|
if (n < 0)
|
|
8038
7991
|
return !1;
|
|
8039
7992
|
var i = t.length - 1;
|
|
8040
7993
|
return n == i ? t.pop() : Oy.call(t, n, 1), --this.size, !0;
|
|
8041
7994
|
}
|
|
8042
7995
|
function My(e) {
|
|
8043
|
-
var t = this.__data__, n =
|
|
7996
|
+
var t = this.__data__, n = ji(t, e);
|
|
8044
7997
|
return n < 0 ? void 0 : t[n][1];
|
|
8045
7998
|
}
|
|
8046
7999
|
function By(e) {
|
|
8047
|
-
return
|
|
8000
|
+
return ji(this.__data__, e) > -1;
|
|
8048
8001
|
}
|
|
8049
8002
|
function Sy(e, t) {
|
|
8050
|
-
var n = this.__data__, i =
|
|
8003
|
+
var n = this.__data__, i = ji(n, e);
|
|
8051
8004
|
return i < 0 ? (++this.size, n.push([e, t])) : n[i][1] = t, this;
|
|
8052
8005
|
}
|
|
8053
8006
|
function Tt(e) {
|
|
@@ -8062,11 +8015,11 @@ Tt.prototype.delete = Iy;
|
|
|
8062
8015
|
Tt.prototype.get = My;
|
|
8063
8016
|
Tt.prototype.has = By;
|
|
8064
8017
|
Tt.prototype.set = Sy;
|
|
8065
|
-
var
|
|
8018
|
+
var zn = ln(pt, "Map");
|
|
8066
8019
|
function Ry() {
|
|
8067
8020
|
this.size = 0, this.__data__ = {
|
|
8068
8021
|
hash: new $t(),
|
|
8069
|
-
map: new (
|
|
8022
|
+
map: new (zn || Tt)(),
|
|
8070
8023
|
string: new $t()
|
|
8071
8024
|
};
|
|
8072
8025
|
}
|
|
@@ -8074,22 +8027,22 @@ function xy(e) {
|
|
|
8074
8027
|
var t = typeof e;
|
|
8075
8028
|
return t == "string" || t == "number" || t == "symbol" || t == "boolean" ? e !== "__proto__" : e === null;
|
|
8076
8029
|
}
|
|
8077
|
-
function
|
|
8030
|
+
function Ni(e, t) {
|
|
8078
8031
|
var n = e.__data__;
|
|
8079
8032
|
return xy(t) ? n[typeof t == "string" ? "string" : "hash"] : n.map;
|
|
8080
8033
|
}
|
|
8081
8034
|
function Ty(e) {
|
|
8082
|
-
var t =
|
|
8035
|
+
var t = Ni(this, e).delete(e);
|
|
8083
8036
|
return this.size -= t ? 1 : 0, t;
|
|
8084
8037
|
}
|
|
8085
8038
|
function Ly(e) {
|
|
8086
|
-
return
|
|
8039
|
+
return Ni(this, e).get(e);
|
|
8087
8040
|
}
|
|
8088
8041
|
function jy(e) {
|
|
8089
|
-
return
|
|
8042
|
+
return Ni(this, e).has(e);
|
|
8090
8043
|
}
|
|
8091
8044
|
function Ny(e, t) {
|
|
8092
|
-
var n =
|
|
8045
|
+
var n = Ni(this, e), i = n.size;
|
|
8093
8046
|
return n.set(e, t), this.size += n.size == i ? 0 : 1, this;
|
|
8094
8047
|
}
|
|
8095
8048
|
function Lt(e) {
|
|
@@ -8105,7 +8058,7 @@ Lt.prototype.get = Ly;
|
|
|
8105
8058
|
Lt.prototype.has = jy;
|
|
8106
8059
|
Lt.prototype.set = Ny;
|
|
8107
8060
|
var Py = "Expected a function";
|
|
8108
|
-
function
|
|
8061
|
+
function Na(e, t) {
|
|
8109
8062
|
if (typeof e != "function" || t != null && typeof t != "function")
|
|
8110
8063
|
throw new TypeError(Py);
|
|
8111
8064
|
var n = function() {
|
|
@@ -8115,12 +8068,12 @@ function Da(e, t) {
|
|
|
8115
8068
|
var s = e.apply(this, i);
|
|
8116
8069
|
return n.cache = r.set(a, s) || r, s;
|
|
8117
8070
|
};
|
|
8118
|
-
return n.cache = new (
|
|
8071
|
+
return n.cache = new (Na.Cache || Lt)(), n;
|
|
8119
8072
|
}
|
|
8120
|
-
|
|
8073
|
+
Na.Cache = Lt;
|
|
8121
8074
|
var Dy = 500;
|
|
8122
8075
|
function Uy(e) {
|
|
8123
|
-
var t =
|
|
8076
|
+
var t = Na(e, function(i) {
|
|
8124
8077
|
return n.size === Dy && n.clear(), i;
|
|
8125
8078
|
}), n = t.cache;
|
|
8126
8079
|
return t;
|
|
@@ -8142,7 +8095,7 @@ function Ko(e) {
|
|
|
8142
8095
|
return e;
|
|
8143
8096
|
if (dt(e))
|
|
8144
8097
|
return Vy(e, Ko) + "";
|
|
8145
|
-
if (
|
|
8098
|
+
if (Li(e))
|
|
8146
8099
|
return Gr ? Gr.call(e) : "";
|
|
8147
8100
|
var t = e + "";
|
|
8148
8101
|
return t == "0" && 1 / e == -Fy ? "-0" : t;
|
|
@@ -8151,11 +8104,11 @@ function qo(e) {
|
|
|
8151
8104
|
return e == null ? "" : Ko(e);
|
|
8152
8105
|
}
|
|
8153
8106
|
function Xo(e, t) {
|
|
8154
|
-
return dt(e) ? e :
|
|
8107
|
+
return dt(e) ? e : ja(e, t) ? [e] : Hy(qo(e));
|
|
8155
8108
|
}
|
|
8156
8109
|
var zy = 1 / 0;
|
|
8157
|
-
function
|
|
8158
|
-
if (typeof e == "string" ||
|
|
8110
|
+
function Pi(e) {
|
|
8111
|
+
if (typeof e == "string" || Li(e))
|
|
8159
8112
|
return e;
|
|
8160
8113
|
var t = e + "";
|
|
8161
8114
|
return t == "0" && 1 / e == -zy ? "-0" : t;
|
|
@@ -8163,7 +8116,7 @@ function Di(e) {
|
|
|
8163
8116
|
function Jo(e, t) {
|
|
8164
8117
|
t = Xo(t, e);
|
|
8165
8118
|
for (var n = 0, i = t.length; e != null && n < i; )
|
|
8166
|
-
e = e[
|
|
8119
|
+
e = e[Pi(t[n++])];
|
|
8167
8120
|
return n && n == i ? e : void 0;
|
|
8168
8121
|
}
|
|
8169
8122
|
function fe(e, t, n) {
|
|
@@ -8230,7 +8183,7 @@ function Qy(e, t) {
|
|
|
8230
8183
|
var n = this.__data__;
|
|
8231
8184
|
if (n instanceof Tt) {
|
|
8232
8185
|
var i = n.__data__;
|
|
8233
|
-
if (!
|
|
8186
|
+
if (!zn || i.length < Wy - 1)
|
|
8234
8187
|
return i.push([e, t]), this.size = ++n.size, this;
|
|
8235
8188
|
n = this.__data__ = new Lt(i);
|
|
8236
8189
|
}
|
|
@@ -8247,7 +8200,7 @@ wt.prototype.has = Zy;
|
|
|
8247
8200
|
wt.prototype.set = Qy;
|
|
8248
8201
|
var vi = function() {
|
|
8249
8202
|
try {
|
|
8250
|
-
var e =
|
|
8203
|
+
var e = ln(Object, "defineProperty");
|
|
8251
8204
|
return e({}, "", {}), e;
|
|
8252
8205
|
} catch {
|
|
8253
8206
|
}
|
|
@@ -8265,7 +8218,7 @@ function Qo(e, t, n) {
|
|
|
8265
8218
|
var i = e[t];
|
|
8266
8219
|
(!($y.call(e, t) && ni(i, n)) || n === void 0 && !(t in e)) && Wo(e, t, n);
|
|
8267
8220
|
}
|
|
8268
|
-
function
|
|
8221
|
+
function Di(e, t, n, i) {
|
|
8269
8222
|
var a = !n;
|
|
8270
8223
|
n || (n = {});
|
|
8271
8224
|
for (var r = -1, s = t.length; ++r < s; ) {
|
|
@@ -8275,7 +8228,7 @@ function Ui(e, t, n, i) {
|
|
|
8275
8228
|
return n;
|
|
8276
8229
|
}
|
|
8277
8230
|
function ev(e, t) {
|
|
8278
|
-
return e &&
|
|
8231
|
+
return e && Di(t, En(t), e);
|
|
8279
8232
|
}
|
|
8280
8233
|
function tv(e) {
|
|
8281
8234
|
var t = [];
|
|
@@ -8288,16 +8241,16 @@ var nv = Object.prototype, iv = nv.hasOwnProperty;
|
|
|
8288
8241
|
function av(e) {
|
|
8289
8242
|
if (!$e(e))
|
|
8290
8243
|
return tv(e);
|
|
8291
|
-
var t =
|
|
8244
|
+
var t = La(e), n = [];
|
|
8292
8245
|
for (var i in e)
|
|
8293
8246
|
i == "constructor" && (t || !iv.call(e, i)) || n.push(i);
|
|
8294
8247
|
return n;
|
|
8295
8248
|
}
|
|
8296
|
-
function
|
|
8249
|
+
function Ui(e) {
|
|
8297
8250
|
return ti(e) ? Fo(e, !0) : av(e);
|
|
8298
8251
|
}
|
|
8299
8252
|
function rv(e, t) {
|
|
8300
|
-
return e &&
|
|
8253
|
+
return e && Di(t, Ui(t), e);
|
|
8301
8254
|
}
|
|
8302
8255
|
var _o = typeof exports == "object" && exports && !exports.nodeType && exports, Hr = _o && typeof module == "object" && module && !module.nodeType && module, sv = Hr && Hr.exports === _o, Vr = sv ? pt.Buffer : void 0, Fr = Vr ? Vr.allocUnsafe : void 0;
|
|
8303
8256
|
function ov(e, t) {
|
|
@@ -8322,13 +8275,13 @@ function uv(e, t) {
|
|
|
8322
8275
|
function $o() {
|
|
8323
8276
|
return [];
|
|
8324
8277
|
}
|
|
8325
|
-
var cv = Object.prototype, dv = cv.propertyIsEnumerable, zr = Object.getOwnPropertySymbols,
|
|
8278
|
+
var cv = Object.prototype, dv = cv.propertyIsEnumerable, zr = Object.getOwnPropertySymbols, Pa = zr ? function(e) {
|
|
8326
8279
|
return e == null ? [] : (e = Object(e), uv(zr(e), function(t) {
|
|
8327
8280
|
return dv.call(e, t);
|
|
8328
8281
|
}));
|
|
8329
8282
|
} : $o;
|
|
8330
8283
|
function pv(e, t) {
|
|
8331
|
-
return
|
|
8284
|
+
return Di(e, Pa(e), t);
|
|
8332
8285
|
}
|
|
8333
8286
|
function el(e, t) {
|
|
8334
8287
|
for (var n = -1, i = t.length, a = e.length; ++n < i; )
|
|
@@ -8339,25 +8292,25 @@ var gv = zo(Object.getPrototypeOf, Object);
|
|
|
8339
8292
|
const tl = gv;
|
|
8340
8293
|
var mv = Object.getOwnPropertySymbols, nl = mv ? function(e) {
|
|
8341
8294
|
for (var t = []; e; )
|
|
8342
|
-
el(t,
|
|
8295
|
+
el(t, Pa(e)), e = tl(e);
|
|
8343
8296
|
return t;
|
|
8344
8297
|
} : $o;
|
|
8345
8298
|
function Av(e, t) {
|
|
8346
|
-
return
|
|
8299
|
+
return Di(e, nl(e), t);
|
|
8347
8300
|
}
|
|
8348
8301
|
function il(e, t, n) {
|
|
8349
8302
|
var i = t(e);
|
|
8350
8303
|
return dt(e) ? i : el(i, n(e));
|
|
8351
8304
|
}
|
|
8352
|
-
function
|
|
8353
|
-
return il(e,
|
|
8305
|
+
function ia(e) {
|
|
8306
|
+
return il(e, En, Pa);
|
|
8354
8307
|
}
|
|
8355
8308
|
function fv(e) {
|
|
8356
|
-
return il(e,
|
|
8309
|
+
return il(e, Ui, nl);
|
|
8357
8310
|
}
|
|
8358
|
-
var
|
|
8359
|
-
(
|
|
8360
|
-
var t = zt(e), n = t == hv ? e.constructor : void 0, i = n ?
|
|
8311
|
+
var aa = ln(pt, "DataView"), ra = ln(pt, "Promise"), yn = ln(pt, "Set"), sa = ln(pt, "WeakMap"), Kr = "[object Map]", hv = "[object Object]", qr = "[object Promise]", Xr = "[object Set]", Jr = "[object WeakMap]", Zr = "[object DataView]", yv = on(aa), vv = on(zn), bv = on(ra), wv = on(yn), Cv = on(sa), Xt = zt;
|
|
8312
|
+
(aa && Xt(new aa(new ArrayBuffer(1))) != Zr || zn && Xt(new zn()) != Kr || ra && Xt(ra.resolve()) != qr || yn && Xt(new yn()) != Xr || sa && Xt(new sa()) != Jr) && (Xt = function(e) {
|
|
8313
|
+
var t = zt(e), n = t == hv ? e.constructor : void 0, i = n ? on(n) : "";
|
|
8361
8314
|
if (i)
|
|
8362
8315
|
switch (i) {
|
|
8363
8316
|
case yv:
|
|
@@ -8373,19 +8326,19 @@ var sa = on(pt, "DataView"), oa = on(pt, "Promise"), hn = on(pt, "Set"), la = on
|
|
|
8373
8326
|
}
|
|
8374
8327
|
return t;
|
|
8375
8328
|
});
|
|
8376
|
-
const
|
|
8329
|
+
const Kn = Xt;
|
|
8377
8330
|
var Ev = Object.prototype, kv = Ev.hasOwnProperty;
|
|
8378
8331
|
function Ov(e) {
|
|
8379
8332
|
var t = e.length, n = new e.constructor(t);
|
|
8380
8333
|
return t && typeof e[0] == "string" && kv.call(e, "index") && (n.index = e.index, n.input = e.input), n;
|
|
8381
8334
|
}
|
|
8382
8335
|
var bi = pt.Uint8Array;
|
|
8383
|
-
function
|
|
8336
|
+
function Da(e) {
|
|
8384
8337
|
var t = new e.constructor(e.byteLength);
|
|
8385
8338
|
return new bi(t).set(new bi(e)), t;
|
|
8386
8339
|
}
|
|
8387
8340
|
function Iv(e, t) {
|
|
8388
|
-
var n = t ?
|
|
8341
|
+
var n = t ? Da(e.buffer) : e.buffer;
|
|
8389
8342
|
return new e.constructor(n, e.byteOffset, e.byteLength);
|
|
8390
8343
|
}
|
|
8391
8344
|
var Mv = /\w*$/;
|
|
@@ -8398,7 +8351,7 @@ function Sv(e) {
|
|
|
8398
8351
|
return Qr ? Object(Qr.call(e)) : {};
|
|
8399
8352
|
}
|
|
8400
8353
|
function Rv(e, t) {
|
|
8401
|
-
var n = t ?
|
|
8354
|
+
var n = t ? Da(e.buffer) : e.buffer;
|
|
8402
8355
|
return new e.constructor(n, e.byteOffset, e.length);
|
|
8403
8356
|
}
|
|
8404
8357
|
var xv = "[object Boolean]", Tv = "[object Date]", Lv = "[object Map]", jv = "[object Number]", Nv = "[object RegExp]", Pv = "[object Set]", Dv = "[object String]", Uv = "[object Symbol]", Yv = "[object ArrayBuffer]", Gv = "[object DataView]", Hv = "[object Float32Array]", Vv = "[object Float64Array]", Fv = "[object Int8Array]", zv = "[object Int16Array]", Kv = "[object Int32Array]", qv = "[object Uint8Array]", Xv = "[object Uint8ClampedArray]", Jv = "[object Uint16Array]", Zv = "[object Uint32Array]";
|
|
@@ -8406,7 +8359,7 @@ function Wv(e, t, n) {
|
|
|
8406
8359
|
var i = e.constructor;
|
|
8407
8360
|
switch (t) {
|
|
8408
8361
|
case Yv:
|
|
8409
|
-
return
|
|
8362
|
+
return Da(e);
|
|
8410
8363
|
case xv:
|
|
8411
8364
|
case Tv:
|
|
8412
8365
|
return new i(+e);
|
|
@@ -8449,20 +8402,20 @@ var _r = Object.create, Qv = /* @__PURE__ */ function() {
|
|
|
8449
8402
|
};
|
|
8450
8403
|
}();
|
|
8451
8404
|
function _v(e) {
|
|
8452
|
-
return typeof e.constructor == "function" && !
|
|
8405
|
+
return typeof e.constructor == "function" && !La(e) ? Qv(tl(e)) : {};
|
|
8453
8406
|
}
|
|
8454
8407
|
var $v = "[object Map]";
|
|
8455
8408
|
function eb(e) {
|
|
8456
|
-
return kt(e) &&
|
|
8409
|
+
return kt(e) && Kn(e) == $v;
|
|
8457
8410
|
}
|
|
8458
|
-
var $r =
|
|
8411
|
+
var $r = bn && bn.isMap, tb = $r ? Ta($r) : eb, nb = "[object Set]";
|
|
8459
8412
|
function ib(e) {
|
|
8460
|
-
return kt(e) &&
|
|
8413
|
+
return kt(e) && Kn(e) == nb;
|
|
8461
8414
|
}
|
|
8462
|
-
var es =
|
|
8415
|
+
var es = bn && bn.isSet, ab = es ? Ta(es) : ib, rb = 1, sb = 2, ob = 4, al = "[object Arguments]", lb = "[object Array]", ub = "[object Boolean]", cb = "[object Date]", db = "[object Error]", rl = "[object Function]", pb = "[object GeneratorFunction]", gb = "[object Map]", mb = "[object Number]", sl = "[object Object]", Ab = "[object RegExp]", fb = "[object Set]", hb = "[object String]", yb = "[object Symbol]", vb = "[object WeakMap]", bb = "[object ArrayBuffer]", wb = "[object DataView]", Cb = "[object Float32Array]", Eb = "[object Float64Array]", kb = "[object Int8Array]", Ob = "[object Int16Array]", Ib = "[object Int32Array]", Mb = "[object Uint8Array]", Bb = "[object Uint8ClampedArray]", Sb = "[object Uint16Array]", Rb = "[object Uint32Array]", Oe = {};
|
|
8463
8416
|
Oe[al] = Oe[lb] = Oe[bb] = Oe[wb] = Oe[ub] = Oe[cb] = Oe[Cb] = Oe[Eb] = Oe[kb] = Oe[Ob] = Oe[Ib] = Oe[gb] = Oe[mb] = Oe[sl] = Oe[Ab] = Oe[fb] = Oe[hb] = Oe[yb] = Oe[Mb] = Oe[Bb] = Oe[Sb] = Oe[Rb] = !0;
|
|
8464
8417
|
Oe[db] = Oe[rl] = Oe[vb] = !1;
|
|
8465
|
-
function
|
|
8418
|
+
function Pn(e, t, n, i, a, r) {
|
|
8466
8419
|
var s, o = t & rb, l = t & sb, u = t & ob;
|
|
8467
8420
|
if (n && (s = a ? n(e, i, a, r) : n(e)), s !== void 0)
|
|
8468
8421
|
return s;
|
|
@@ -8473,7 +8426,7 @@ function Nn(e, t, n, i, a, r) {
|
|
|
8473
8426
|
if (s = Ov(e), !o)
|
|
8474
8427
|
return lv(e, s);
|
|
8475
8428
|
} else {
|
|
8476
|
-
var p =
|
|
8429
|
+
var p = Kn(e), m = p == rl || p == pb;
|
|
8477
8430
|
if (yi(e))
|
|
8478
8431
|
return ov(e, o);
|
|
8479
8432
|
if (p == sl || p == al || m && !a) {
|
|
@@ -8490,21 +8443,21 @@ function Nn(e, t, n, i, a, r) {
|
|
|
8490
8443
|
if (h)
|
|
8491
8444
|
return h;
|
|
8492
8445
|
r.set(e, s), ab(e) ? e.forEach(function(O) {
|
|
8493
|
-
s.add(
|
|
8446
|
+
s.add(Pn(O, t, n, O, e, r));
|
|
8494
8447
|
}) : tb(e) && e.forEach(function(O, I) {
|
|
8495
|
-
s.set(I,
|
|
8448
|
+
s.set(I, Pn(O, t, n, I, e, r));
|
|
8496
8449
|
});
|
|
8497
|
-
var M = u ? l ? fv :
|
|
8450
|
+
var M = u ? l ? fv : ia : l ? Ui : En, C = c ? void 0 : M(e);
|
|
8498
8451
|
return No(C || e, function(O, I) {
|
|
8499
|
-
C && (I = O, O = e[I]), Qo(s, I,
|
|
8452
|
+
C && (I = O, O = e[I]), Qo(s, I, Pn(O, t, n, I, e, r));
|
|
8500
8453
|
}), s;
|
|
8501
8454
|
}
|
|
8502
8455
|
var xb = 1, Tb = 4;
|
|
8503
8456
|
function Rt(e) {
|
|
8504
|
-
return
|
|
8457
|
+
return Pn(e, xb | Tb);
|
|
8505
8458
|
}
|
|
8506
|
-
const
|
|
8507
|
-
var
|
|
8459
|
+
const Ua = (e, t = "") => typeof e.id < "u" ? t + e.id : t + (e.inputName || e.label || e.model || "").toString().trim().toLowerCase().replace(/ |_/g, "-").replace(/-{2,}/g, "-").replace(/^-+|-+$/g, "").replace(/([^a-zA-Z0-9-]+)/g, ""), ts = (e = "") => e.toString().trim().replace(/ /g, "-").replace(/-{2,}/g, "-").replace(/^-+|-+$/g, "").replace(/([^a-zA-Z0-9-_/./:]+)/g, "");
|
|
8460
|
+
var Ki = function() {
|
|
8508
8461
|
return pt.Date.now();
|
|
8509
8462
|
}, Lb = /\s/;
|
|
8510
8463
|
function jb(e) {
|
|
@@ -8517,10 +8470,10 @@ function Pb(e) {
|
|
|
8517
8470
|
return e && e.slice(0, jb(e) + 1).replace(Nb, "");
|
|
8518
8471
|
}
|
|
8519
8472
|
var ns = NaN, Db = /^[-+]0x[0-9a-f]+$/i, Ub = /^0b[01]+$/i, Yb = /^0o[0-7]+$/i, Gb = parseInt;
|
|
8520
|
-
function
|
|
8473
|
+
function oa(e) {
|
|
8521
8474
|
if (typeof e == "number")
|
|
8522
8475
|
return e;
|
|
8523
|
-
if (
|
|
8476
|
+
if (Li(e))
|
|
8524
8477
|
return ns;
|
|
8525
8478
|
if ($e(e)) {
|
|
8526
8479
|
var t = typeof e.valueOf == "function" ? e.valueOf() : e;
|
|
@@ -8533,11 +8486,11 @@ function ua(e) {
|
|
|
8533
8486
|
return n || Yb.test(e) ? Gb(e.slice(2), n ? 2 : 8) : Db.test(e) ? ns : +e;
|
|
8534
8487
|
}
|
|
8535
8488
|
var Hb = "Expected a function", Vb = Math.max, Fb = Math.min;
|
|
8536
|
-
function
|
|
8489
|
+
function qn(e, t, n) {
|
|
8537
8490
|
var i, a, r, s, o, l, u = 0, c = !1, p = !1, m = !0;
|
|
8538
8491
|
if (typeof e != "function")
|
|
8539
8492
|
throw new TypeError(Hb);
|
|
8540
|
-
t =
|
|
8493
|
+
t = oa(t) || 0, $e(n) && (c = !!n.leading, p = "maxWait" in n, r = p ? Vb(oa(n.maxWait) || 0, t) : r, m = "trailing" in n ? !!n.trailing : m);
|
|
8541
8494
|
function h(f) {
|
|
8542
8495
|
var B = i, S = a;
|
|
8543
8496
|
return i = a = void 0, u = f, s = e.apply(S, B), s;
|
|
@@ -8554,7 +8507,7 @@ function Kn(e, t, n) {
|
|
|
8554
8507
|
return l === void 0 || B >= t || B < 0 || p && S >= r;
|
|
8555
8508
|
}
|
|
8556
8509
|
function I() {
|
|
8557
|
-
var f =
|
|
8510
|
+
var f = Ki();
|
|
8558
8511
|
if (O(f))
|
|
8559
8512
|
return R(f);
|
|
8560
8513
|
o = setTimeout(I, C(f));
|
|
@@ -8566,10 +8519,10 @@ function Kn(e, t, n) {
|
|
|
8566
8519
|
o !== void 0 && clearTimeout(o), u = 0, i = l = a = o = void 0;
|
|
8567
8520
|
}
|
|
8568
8521
|
function E() {
|
|
8569
|
-
return o === void 0 ? s : R(
|
|
8522
|
+
return o === void 0 ? s : R(Ki());
|
|
8570
8523
|
}
|
|
8571
8524
|
function A() {
|
|
8572
|
-
var f =
|
|
8525
|
+
var f = Ki(), B = O(f);
|
|
8573
8526
|
if (i = arguments, a = this, l = f, B) {
|
|
8574
8527
|
if (o === void 0)
|
|
8575
8528
|
return M(l);
|
|
@@ -8587,13 +8540,13 @@ function Kb(e) {
|
|
|
8587
8540
|
function qb(e) {
|
|
8588
8541
|
return this.__data__.has(e);
|
|
8589
8542
|
}
|
|
8590
|
-
function
|
|
8543
|
+
function Xn(e) {
|
|
8591
8544
|
var t = -1, n = e == null ? 0 : e.length;
|
|
8592
8545
|
for (this.__data__ = new Lt(); ++t < n; )
|
|
8593
8546
|
this.add(e[t]);
|
|
8594
8547
|
}
|
|
8595
|
-
|
|
8596
|
-
|
|
8548
|
+
Xn.prototype.add = Xn.prototype.push = Kb;
|
|
8549
|
+
Xn.prototype.has = qb;
|
|
8597
8550
|
function ol(e, t, n, i) {
|
|
8598
8551
|
for (var a = e.length, r = n + (i ? 1 : -1); i ? r-- : ++r < a; )
|
|
8599
8552
|
if (t(e[r], r, e))
|
|
@@ -8627,14 +8580,14 @@ function ll(e, t) {
|
|
|
8627
8580
|
}
|
|
8628
8581
|
function _b() {
|
|
8629
8582
|
}
|
|
8630
|
-
function
|
|
8583
|
+
function Ya(e) {
|
|
8631
8584
|
var t = -1, n = Array(e.size);
|
|
8632
8585
|
return e.forEach(function(i) {
|
|
8633
8586
|
n[++t] = i;
|
|
8634
8587
|
}), n;
|
|
8635
8588
|
}
|
|
8636
|
-
var $b = 1 / 0, e1 =
|
|
8637
|
-
return new
|
|
8589
|
+
var $b = 1 / 0, e1 = yn && 1 / Ya(new yn([, -0]))[1] == $b ? function(e) {
|
|
8590
|
+
return new yn(e);
|
|
8638
8591
|
} : _b, t1 = 200;
|
|
8639
8592
|
function n1(e, t, n) {
|
|
8640
8593
|
var i = -1, a = Wb, r = e.length, s = !0, o = [], l = o;
|
|
@@ -8643,8 +8596,8 @@ function n1(e, t, n) {
|
|
|
8643
8596
|
else if (r >= t1) {
|
|
8644
8597
|
var u = t ? null : e1(e);
|
|
8645
8598
|
if (u)
|
|
8646
|
-
return
|
|
8647
|
-
s = !1, a = ll, l = new
|
|
8599
|
+
return Ya(u);
|
|
8600
|
+
s = !1, a = ll, l = new Xn();
|
|
8648
8601
|
} else
|
|
8649
8602
|
l = t ? [] : o;
|
|
8650
8603
|
e:
|
|
@@ -8655,8 +8608,7 @@ function n1(e, t, n) {
|
|
|
8655
8608
|
if (l[m] === p)
|
|
8656
8609
|
continue e;
|
|
8657
8610
|
t && l.push(p), o.push(c);
|
|
8658
|
-
} else
|
|
8659
|
-
a(l, p, n) || (l !== o && l.push(p), o.push(c));
|
|
8611
|
+
} else a(l, p, n) || (l !== o && l.push(p), o.push(c));
|
|
8660
8612
|
}
|
|
8661
8613
|
return o;
|
|
8662
8614
|
}
|
|
@@ -8704,7 +8656,7 @@ var o1 = vi ? function(e, t) {
|
|
|
8704
8656
|
value: s1(t),
|
|
8705
8657
|
writable: !0
|
|
8706
8658
|
});
|
|
8707
|
-
} :
|
|
8659
|
+
} : Ti;
|
|
8708
8660
|
const l1 = o1;
|
|
8709
8661
|
var u1 = 800, c1 = 16, d1 = Date.now;
|
|
8710
8662
|
function p1(e) {
|
|
@@ -8721,19 +8673,19 @@ function p1(e) {
|
|
|
8721
8673
|
}
|
|
8722
8674
|
var g1 = p1(l1);
|
|
8723
8675
|
function m1(e, t) {
|
|
8724
|
-
return g1(r1(e, t,
|
|
8676
|
+
return g1(r1(e, t, Ti), e + "");
|
|
8725
8677
|
}
|
|
8726
8678
|
function A1(e, t, n) {
|
|
8727
8679
|
if (!$e(n))
|
|
8728
8680
|
return !1;
|
|
8729
8681
|
var i = typeof t;
|
|
8730
|
-
return (i == "number" ? ti(n) &&
|
|
8682
|
+
return (i == "number" ? ti(n) && Ra(t, n.length) : i == "string" && t in n) ? ni(n[t], e) : !1;
|
|
8731
8683
|
}
|
|
8732
8684
|
var dl = Object.prototype, f1 = dl.hasOwnProperty, h1 = m1(function(e, t) {
|
|
8733
8685
|
e = Object(e);
|
|
8734
8686
|
var n = -1, i = t.length, a = i > 2 ? t[2] : void 0;
|
|
8735
8687
|
for (a && A1(t[0], t[1], a) && (i = 1); ++n < i; )
|
|
8736
|
-
for (var r = t[n], s =
|
|
8688
|
+
for (var r = t[n], s = Ui(r), o = -1, l = s.length; ++o < l; ) {
|
|
8737
8689
|
var u = s[o], c = e[u];
|
|
8738
8690
|
(c === void 0 || ni(c, dl[u]) && !f1.call(e, u)) && (e[u] = r[u]);
|
|
8739
8691
|
}
|
|
@@ -8746,7 +8698,7 @@ var as = 1 / 0, b1 = 17976931348623157e292;
|
|
|
8746
8698
|
function w1(e) {
|
|
8747
8699
|
if (!e)
|
|
8748
8700
|
return e === 0 ? e : 0;
|
|
8749
|
-
if (e =
|
|
8701
|
+
if (e = oa(e), e === as || e === -as) {
|
|
8750
8702
|
var t = e < 0 ? -1 : 1;
|
|
8751
8703
|
return t * b1;
|
|
8752
8704
|
}
|
|
@@ -8760,10 +8712,10 @@ function C1(e) {
|
|
|
8760
8712
|
return typeof e == "number" && e == pl(e);
|
|
8761
8713
|
}
|
|
8762
8714
|
var E1 = "[object Number]";
|
|
8763
|
-
function
|
|
8715
|
+
function la(e) {
|
|
8764
8716
|
return typeof e == "number" || kt(e) && zt(e) == E1;
|
|
8765
8717
|
}
|
|
8766
|
-
var gl = /d{1,4}|M{1,4}|YY(?:YY)?|S{1,3}|Do|ZZ|Z|([HhMsDm])\1?|[aA]|"[^"]*"|'[^']*'/g, Ut = "\\d\\d?", Pt = "\\d\\d", k1 = "\\d{3}", O1 = "\\d{4}",
|
|
8718
|
+
var gl = /d{1,4}|M{1,4}|YY(?:YY)?|S{1,3}|Do|ZZ|Z|([HhMsDm])\1?|[aA]|"[^"]*"|'[^']*'/g, Ut = "\\d\\d?", Pt = "\\d\\d", k1 = "\\d{3}", O1 = "\\d{4}", Dn = "[^\\s]+", ml = /\[([^]*?)\]/gm;
|
|
8767
8719
|
function Al(e, t) {
|
|
8768
8720
|
for (var n = [], i = 0, a = e.length; i < a; i++)
|
|
8769
8721
|
n.push(e[i].substr(0, t));
|
|
@@ -8914,9 +8866,9 @@ var fl = [
|
|
|
8914
8866
|
}
|
|
8915
8867
|
}, os = function(e) {
|
|
8916
8868
|
return +e - 1;
|
|
8917
|
-
}, ls = [null, Ut], us = [null,
|
|
8869
|
+
}, ls = [null, Ut], us = [null, Dn], cs = [
|
|
8918
8870
|
"isPm",
|
|
8919
|
-
|
|
8871
|
+
Dn,
|
|
8920
8872
|
function(e, t) {
|
|
8921
8873
|
var n = e.toLowerCase();
|
|
8922
8874
|
return n === t.amPm[0] ? 0 : n === t.amPm[1] ? 1 : null;
|
|
@@ -8935,7 +8887,7 @@ var fl = [
|
|
|
8935
8887
|
], R1 = {
|
|
8936
8888
|
D: ["day", Ut],
|
|
8937
8889
|
DD: ["day", Pt],
|
|
8938
|
-
Do: ["day", Ut +
|
|
8890
|
+
Do: ["day", Ut + Dn, function(e) {
|
|
8939
8891
|
return parseInt(e, 10);
|
|
8940
8892
|
}],
|
|
8941
8893
|
M: ["month", Ut, os],
|
|
@@ -8968,8 +8920,8 @@ var fl = [
|
|
|
8968
8920
|
dd: ls,
|
|
8969
8921
|
ddd: us,
|
|
8970
8922
|
dddd: us,
|
|
8971
|
-
MMM: ["month",
|
|
8972
|
-
MMMM: ["month",
|
|
8923
|
+
MMM: ["month", Dn, rs("monthNamesShort")],
|
|
8924
|
+
MMMM: ["month", Dn, rs("monthNames")],
|
|
8973
8925
|
a: cs,
|
|
8974
8926
|
A: cs,
|
|
8975
8927
|
ZZ: ds,
|
|
@@ -9057,7 +9009,7 @@ function L1(e, t, n) {
|
|
|
9057
9009
|
return null;
|
|
9058
9010
|
return I;
|
|
9059
9011
|
}
|
|
9060
|
-
var
|
|
9012
|
+
var hn = {
|
|
9061
9013
|
format: T1,
|
|
9062
9014
|
parse: L1,
|
|
9063
9015
|
defaultI18n: yl,
|
|
@@ -9103,29 +9055,25 @@ const nn = {
|
|
|
9103
9055
|
},
|
|
9104
9056
|
number(e, t, n, i = Ze) {
|
|
9105
9057
|
const a = ut(e, t.required, i);
|
|
9106
|
-
if (a != null)
|
|
9107
|
-
return a;
|
|
9058
|
+
if (a != null) return a;
|
|
9108
9059
|
const r = [];
|
|
9109
9060
|
return v1(e) ? (!Pe(t.min) && e < t.min && r.push(Te(i.numberTooSmall, t.min)), !Pe(t.max) && e > t.max && r.push(Te(i.numberTooBig, t.max))) : r.push(Te(i.invalidNumber)), r;
|
|
9110
9061
|
},
|
|
9111
9062
|
integer(e, t, n, i = Ze) {
|
|
9112
9063
|
const a = ut(e, t.required, i);
|
|
9113
|
-
if (a != null)
|
|
9114
|
-
return a;
|
|
9064
|
+
if (a != null) return a;
|
|
9115
9065
|
const r = nn.number(e, t, n, i);
|
|
9116
9066
|
return C1(e) || r.push(Te(i.invalidInteger)), r;
|
|
9117
9067
|
},
|
|
9118
9068
|
double(e, t, n, i = Ze) {
|
|
9119
9069
|
const a = ut(e, t.required, i);
|
|
9120
|
-
if (a != null)
|
|
9121
|
-
|
|
9122
|
-
if (!ca(e) || isNaN(e))
|
|
9070
|
+
if (a != null) return a;
|
|
9071
|
+
if (!la(e) || isNaN(e))
|
|
9123
9072
|
return [Te(i.invalidNumber)];
|
|
9124
9073
|
},
|
|
9125
9074
|
string(e, t, n, i = Ze) {
|
|
9126
9075
|
const a = ut(e, t.required, i);
|
|
9127
|
-
if (a != null)
|
|
9128
|
-
return a;
|
|
9076
|
+
if (a != null) return a;
|
|
9129
9077
|
const r = [];
|
|
9130
9078
|
return en(e) ? (!Pe(t.min) && e.length < t.min && r.push(Te(i.textTooSmall, e.length, t.min)), !Pe(t.max) && e.length > t.max && r.push(Te(i.textTooBig, e.length, t.max))) : r.push(Te(i.thisNotText)), r;
|
|
9131
9079
|
},
|
|
@@ -9145,47 +9093,42 @@ const nn = {
|
|
|
9145
9093
|
},
|
|
9146
9094
|
date(e, t, n, i = Ze) {
|
|
9147
9095
|
const a = ut(e, t.required, i);
|
|
9148
|
-
if (a != null)
|
|
9149
|
-
return a;
|
|
9096
|
+
if (a != null) return a;
|
|
9150
9097
|
const r = new Date(e);
|
|
9151
9098
|
if (isNaN(r.getDate()))
|
|
9152
9099
|
return [Te(i.invalidDate)];
|
|
9153
9100
|
const s = [];
|
|
9154
9101
|
if (!Pe(t.min)) {
|
|
9155
9102
|
const o = new Date(t.min);
|
|
9156
|
-
r.valueOf() < o.valueOf() && s.push(Te(i.dateIsEarly,
|
|
9103
|
+
r.valueOf() < o.valueOf() && s.push(Te(i.dateIsEarly, hn.format(r), hn.format(o)));
|
|
9157
9104
|
}
|
|
9158
9105
|
if (!Pe(t.max)) {
|
|
9159
9106
|
const o = new Date(t.max);
|
|
9160
|
-
r.valueOf() > o.valueOf() && s.push(Te(i.dateIsLate,
|
|
9107
|
+
r.valueOf() > o.valueOf() && s.push(Te(i.dateIsLate, hn.format(r), hn.format(o)));
|
|
9161
9108
|
}
|
|
9162
9109
|
return s;
|
|
9163
9110
|
},
|
|
9164
9111
|
regexp(e, t, n, i = Ze) {
|
|
9165
9112
|
const a = ut(e, t.required, i);
|
|
9166
|
-
if (a != null)
|
|
9167
|
-
return a;
|
|
9113
|
+
if (a != null) return a;
|
|
9168
9114
|
if (!Pe(t.pattern) && !new RegExp(t.pattern).test(e))
|
|
9169
9115
|
return [Te(i.invalidFormat)];
|
|
9170
9116
|
},
|
|
9171
9117
|
email(e, t, n, i = Ze) {
|
|
9172
9118
|
const a = ut(e, t.required, i);
|
|
9173
|
-
if (a != null)
|
|
9174
|
-
return a;
|
|
9119
|
+
if (a != null) return a;
|
|
9175
9120
|
if (!/^(([^<>()\[\]\\.,;:\s@"]+(\.[^<>()\[\]\\.,;:\s@"]+)*)|(".+"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/.test(e))
|
|
9176
9121
|
return [Te(i.invalidEmail)];
|
|
9177
9122
|
},
|
|
9178
9123
|
url(e, t, n, i = Ze) {
|
|
9179
9124
|
const a = ut(e, t.required, i);
|
|
9180
|
-
if (a != null)
|
|
9181
|
-
return a;
|
|
9125
|
+
if (a != null) return a;
|
|
9182
9126
|
if (!/https?:\/\/(www\.)?[-a-zA-Z0-9@:%._\+~#=]{2,256}\.[a-z]{2,4}\b([-a-zA-Z0-9@:%_\+.~#?&//=]*)/g.test(e))
|
|
9183
9127
|
return [Te(i.invalidURL)];
|
|
9184
9128
|
},
|
|
9185
9129
|
creditCard(e, t, n, i = Ze) {
|
|
9186
9130
|
const a = ut(e, t.required, i);
|
|
9187
|
-
if (a != null)
|
|
9188
|
-
return a;
|
|
9131
|
+
if (a != null) return a;
|
|
9189
9132
|
const r = /^(?:4[0-9]{12}(?:[0-9]{3})?|5[1-5][0-9]{14}|6(?:011|5[0-9][0-9])[0-9]{12}|3[47][0-9]{13}|3(?:0[0-5]|[68][0-9])[0-9]{11}|(?:2131|1800|35\d{3})\d{11})$/, s = e.replace(/[^0-9]+/g, "");
|
|
9190
9133
|
if (!r.test(s))
|
|
9191
9134
|
return [Te(i.invalidCard)];
|
|
@@ -9197,15 +9140,13 @@ const nn = {
|
|
|
9197
9140
|
},
|
|
9198
9141
|
alpha(e, t, n, i = Ze) {
|
|
9199
9142
|
const a = ut(e, t.required, i);
|
|
9200
|
-
if (a != null)
|
|
9201
|
-
return a;
|
|
9143
|
+
if (a != null) return a;
|
|
9202
9144
|
if (!/^[a-zA-Z]*$/.test(e))
|
|
9203
9145
|
return [Te(i.invalidTextContainNumber)];
|
|
9204
9146
|
},
|
|
9205
9147
|
alphaNumeric(e, t, n, i = Ze) {
|
|
9206
9148
|
const a = ut(e, t.required, i);
|
|
9207
|
-
if (a != null)
|
|
9208
|
-
return a;
|
|
9149
|
+
if (a != null) return a;
|
|
9209
9150
|
if (!/^[a-zA-Z0-9]*$/.test(e))
|
|
9210
9151
|
return [Te(i.invalidTextContainSpec)];
|
|
9211
9152
|
}
|
|
@@ -9217,7 +9158,7 @@ Object.keys(nn).forEach((e) => {
|
|
|
9217
9158
|
function ps(e) {
|
|
9218
9159
|
return en(e) ? nn[e] != null ? nn[e] : (console.warn(`'${e}' is not a validator function!`), null) : e;
|
|
9219
9160
|
}
|
|
9220
|
-
function
|
|
9161
|
+
function qi(e, t, n) {
|
|
9221
9162
|
let i = fe(n.context, "schema.attributes", {});
|
|
9222
9163
|
const a = t.value || "input";
|
|
9223
9164
|
en(a) && (i = fe(i, a) || i), Qe(i, (r, s) => {
|
|
@@ -9237,9 +9178,9 @@ const et = {
|
|
|
9237
9178
|
},
|
|
9238
9179
|
directives: {
|
|
9239
9180
|
attributes: {
|
|
9240
|
-
beforeMount:
|
|
9241
|
-
updated:
|
|
9242
|
-
componentUpdated:
|
|
9181
|
+
beforeMount: qi,
|
|
9182
|
+
updated: qi,
|
|
9183
|
+
componentUpdated: qi
|
|
9243
9184
|
}
|
|
9244
9185
|
},
|
|
9245
9186
|
computed: {
|
|
@@ -9288,7 +9229,7 @@ const et = {
|
|
|
9288
9229
|
return t ? Promise.all(n).then(i) : i(n);
|
|
9289
9230
|
},
|
|
9290
9231
|
debouncedValidate() {
|
|
9291
|
-
Be(this.debouncedValidateFunc) || (this.debouncedValidateFunc =
|
|
9232
|
+
Be(this.debouncedValidateFunc) || (this.debouncedValidateFunc = qn(
|
|
9292
9233
|
this.validate.bind(this),
|
|
9293
9234
|
fe(this.schema, "validateDebounceTime", fe(this.formOptions, "validateDebounceTime", 500))
|
|
9294
9235
|
)), this.debouncedValidateFunc();
|
|
@@ -9320,7 +9261,7 @@ const et = {
|
|
|
9320
9261
|
},
|
|
9321
9262
|
getFieldID(e, t = !1) {
|
|
9322
9263
|
const n = fe(this.formOptions, "fieldIdPrefix", "");
|
|
9323
|
-
return
|
|
9264
|
+
return Ua(e, n) + (t ? "-" + cl() : "");
|
|
9324
9265
|
},
|
|
9325
9266
|
getLabelId(e) {
|
|
9326
9267
|
return `${this.getFieldID(e)}-label`;
|
|
@@ -9442,7 +9383,7 @@ function Y1(e) {
|
|
|
9442
9383
|
};
|
|
9443
9384
|
return R ? Promise.all(Y).then(E) : E(Y);
|
|
9444
9385
|
}, s = () => {
|
|
9445
|
-
Be(n.value) ? n.value() : n.value =
|
|
9386
|
+
Be(n.value) ? n.value() : n.value = qn(
|
|
9446
9387
|
r,
|
|
9447
9388
|
fe(e.schema, "validateDebounceTime", fe(e.formOptions, "validateDebounceTime", 500))
|
|
9448
9389
|
);
|
|
@@ -9470,7 +9411,7 @@ function Y1(e) {
|
|
|
9470
9411
|
}
|
|
9471
9412
|
}, c = (C, O = !1) => {
|
|
9472
9413
|
const I = fe(e.formOptions, "fieldIdPrefix", "");
|
|
9473
|
-
return
|
|
9414
|
+
return Ua(C, I) + (O ? "-" + cl() : "");
|
|
9474
9415
|
}, p = (C) => `${c(C)}-label`, m = () => fe(e.schema, "fieldClasses", []), h = (C) => C, M = (C) => C;
|
|
9475
9416
|
return {
|
|
9476
9417
|
value: a,
|
|
@@ -9545,16 +9486,16 @@ const vl = {
|
|
|
9545
9486
|
}, m = (I, R) => {
|
|
9546
9487
|
var Y, E;
|
|
9547
9488
|
let A = I;
|
|
9548
|
-
const f = p[c.value] || "", B =
|
|
9549
|
-
B && ((Y = i.schema) != null && Y.format ? A =
|
|
9489
|
+
const f = p[c.value] || "", B = hn.parse(I, f);
|
|
9490
|
+
B && ((Y = i.schema) != null && Y.format ? A = hn.format(B, (E = i.schema) == null ? void 0 : E.format) : A = B.valueOf()), s(A, R);
|
|
9550
9491
|
}, h = (I, R) => {
|
|
9551
|
-
|
|
9492
|
+
la(I) || (I = NaN), s(I, R);
|
|
9552
9493
|
}, M = (I) => {
|
|
9553
9494
|
let R = I;
|
|
9554
9495
|
switch (c.value) {
|
|
9555
9496
|
case "number":
|
|
9556
9497
|
case "range":
|
|
9557
|
-
|
|
9498
|
+
la(parseFloat(I)) && (R = parseFloat(I));
|
|
9558
9499
|
break;
|
|
9559
9500
|
}
|
|
9560
9501
|
u.value = R, s(R, I);
|
|
@@ -9562,11 +9503,11 @@ const vl = {
|
|
|
9562
9503
|
var I;
|
|
9563
9504
|
Be(C.value) && ((I = C.value) == null || I.flush());
|
|
9564
9505
|
};
|
|
9565
|
-
return
|
|
9506
|
+
return Oi(() => {
|
|
9566
9507
|
switch (c.value) {
|
|
9567
9508
|
case "number":
|
|
9568
9509
|
case "range":
|
|
9569
|
-
C.value =
|
|
9510
|
+
C.value = qn(
|
|
9570
9511
|
(I, R) => {
|
|
9571
9512
|
h(I, R);
|
|
9572
9513
|
},
|
|
@@ -9580,7 +9521,7 @@ const vl = {
|
|
|
9580
9521
|
case "date":
|
|
9581
9522
|
case "datetime":
|
|
9582
9523
|
case "datetime-local":
|
|
9583
|
-
C.value =
|
|
9524
|
+
C.value = qn(
|
|
9584
9525
|
(I, R) => {
|
|
9585
9526
|
m(I, R);
|
|
9586
9527
|
},
|
|
@@ -9636,7 +9577,7 @@ function wl(e, t, n, i, a, r) {
|
|
|
9636
9577
|
var u = r.get(e), c = r.get(t);
|
|
9637
9578
|
if (u && c)
|
|
9638
9579
|
return u == t && c == e;
|
|
9639
|
-
var p = -1, m = !0, h = n & z1 ? new
|
|
9580
|
+
var p = -1, m = !0, h = n & z1 ? new Xn() : void 0;
|
|
9640
9581
|
for (r.set(e, t), r.set(t, e); ++p < o; ) {
|
|
9641
9582
|
var M = e[p], C = t[p];
|
|
9642
9583
|
if (i)
|
|
@@ -9668,7 +9609,7 @@ function K1(e) {
|
|
|
9668
9609
|
n[++t] = [a, i];
|
|
9669
9610
|
}), n;
|
|
9670
9611
|
}
|
|
9671
|
-
var q1 = 1, X1 = 2, J1 = "[object Boolean]", Z1 = "[object Date]", W1 = "[object Error]", Q1 = "[object Map]", _1 = "[object Number]", $1 = "[object RegExp]", e0 = "[object Set]", t0 = "[object String]", n0 = "[object Symbol]", i0 = "[object ArrayBuffer]", a0 = "[object DataView]", gs = Et ? Et.prototype : void 0,
|
|
9612
|
+
var q1 = 1, X1 = 2, J1 = "[object Boolean]", Z1 = "[object Date]", W1 = "[object Error]", Q1 = "[object Map]", _1 = "[object Number]", $1 = "[object RegExp]", e0 = "[object Set]", t0 = "[object String]", n0 = "[object Symbol]", i0 = "[object ArrayBuffer]", a0 = "[object DataView]", gs = Et ? Et.prototype : void 0, Xi = gs ? gs.valueOf : void 0;
|
|
9672
9613
|
function r0(e, t, n, i, a, r, s) {
|
|
9673
9614
|
switch (n) {
|
|
9674
9615
|
case a0:
|
|
@@ -9690,7 +9631,7 @@ function r0(e, t, n, i, a, r, s) {
|
|
|
9690
9631
|
var o = K1;
|
|
9691
9632
|
case e0:
|
|
9692
9633
|
var l = i & q1;
|
|
9693
|
-
if (o || (o =
|
|
9634
|
+
if (o || (o = Ya), e.size != t.size && !l)
|
|
9694
9635
|
return !1;
|
|
9695
9636
|
var u = s.get(e);
|
|
9696
9637
|
if (u)
|
|
@@ -9699,14 +9640,14 @@ function r0(e, t, n, i, a, r, s) {
|
|
|
9699
9640
|
var c = wl(o(e), o(t), i, a, r, s);
|
|
9700
9641
|
return s.delete(e), c;
|
|
9701
9642
|
case n0:
|
|
9702
|
-
if (
|
|
9703
|
-
return
|
|
9643
|
+
if (Xi)
|
|
9644
|
+
return Xi.call(e) == Xi.call(t);
|
|
9704
9645
|
}
|
|
9705
9646
|
return !1;
|
|
9706
9647
|
}
|
|
9707
9648
|
var s0 = 1, o0 = Object.prototype, l0 = o0.hasOwnProperty;
|
|
9708
9649
|
function u0(e, t, n, i, a, r) {
|
|
9709
|
-
var s = n & s0, o =
|
|
9650
|
+
var s = n & s0, o = ia(e), l = o.length, u = ia(t), c = u.length;
|
|
9710
9651
|
if (l != c && !s)
|
|
9711
9652
|
return !1;
|
|
9712
9653
|
for (var p = l; p--; ) {
|
|
@@ -9738,7 +9679,7 @@ function u0(e, t, n, i, a, r) {
|
|
|
9738
9679
|
}
|
|
9739
9680
|
var c0 = 1, ms = "[object Arguments]", As = "[object Array]", li = "[object Object]", d0 = Object.prototype, fs = d0.hasOwnProperty;
|
|
9740
9681
|
function p0(e, t, n, i, a, r) {
|
|
9741
|
-
var s = dt(e), o = dt(t), l = s ? As :
|
|
9682
|
+
var s = dt(e), o = dt(t), l = s ? As : Kn(e), u = o ? As : Kn(t);
|
|
9742
9683
|
l = l == ms ? li : l, u = u == ms ? li : u;
|
|
9743
9684
|
var c = l == li, p = u == li, m = l == u;
|
|
9744
9685
|
if (m && yi(e)) {
|
|
@@ -9757,8 +9698,8 @@ function p0(e, t, n, i, a, r) {
|
|
|
9757
9698
|
}
|
|
9758
9699
|
return m ? (r || (r = new wt()), u0(e, t, n, i, a, r)) : !1;
|
|
9759
9700
|
}
|
|
9760
|
-
function
|
|
9761
|
-
return e === t ? !0 : e == null || t == null || !kt(e) && !kt(t) ? e !== e && t !== t : p0(e, t, n, i,
|
|
9701
|
+
function Ga(e, t, n, i, a) {
|
|
9702
|
+
return e === t ? !0 : e == null || t == null || !kt(e) && !kt(t) ? e !== e && t !== t : p0(e, t, n, i, Ga, a);
|
|
9762
9703
|
}
|
|
9763
9704
|
var g0 = 1, m0 = 2;
|
|
9764
9705
|
function A0(e, t, n, i) {
|
|
@@ -9780,7 +9721,7 @@ function A0(e, t, n, i) {
|
|
|
9780
9721
|
var p = new wt();
|
|
9781
9722
|
if (i)
|
|
9782
9723
|
var m = i(u, c, l, e, t, p);
|
|
9783
|
-
if (!(m === void 0 ?
|
|
9724
|
+
if (!(m === void 0 ? Ga(c, u, g0 | m0, i, p) : m))
|
|
9784
9725
|
return !1;
|
|
9785
9726
|
}
|
|
9786
9727
|
}
|
|
@@ -9790,7 +9731,7 @@ function Cl(e) {
|
|
|
9790
9731
|
return e === e && !$e(e);
|
|
9791
9732
|
}
|
|
9792
9733
|
function f0(e) {
|
|
9793
|
-
for (var t =
|
|
9734
|
+
for (var t = En(e), n = t.length; n--; ) {
|
|
9794
9735
|
var i = t[n], a = e[i];
|
|
9795
9736
|
t[n] = [i, a, Cl(a)];
|
|
9796
9737
|
}
|
|
@@ -9813,21 +9754,21 @@ function y0(e, t) {
|
|
|
9813
9754
|
function v0(e, t, n) {
|
|
9814
9755
|
t = Xo(t, e);
|
|
9815
9756
|
for (var i = -1, a = t.length, r = !1; ++i < a; ) {
|
|
9816
|
-
var s =
|
|
9757
|
+
var s = Pi(t[i]);
|
|
9817
9758
|
if (!(r = e != null && n(e, s)))
|
|
9818
9759
|
break;
|
|
9819
9760
|
e = e[s];
|
|
9820
9761
|
}
|
|
9821
|
-
return r || ++i != a ? r : (a = e == null ? 0 : e.length, !!a &&
|
|
9762
|
+
return r || ++i != a ? r : (a = e == null ? 0 : e.length, !!a && xa(a) && Ra(s, a) && (dt(e) || Yo(e)));
|
|
9822
9763
|
}
|
|
9823
9764
|
function b0(e, t) {
|
|
9824
9765
|
return e != null && v0(e, t, y0);
|
|
9825
9766
|
}
|
|
9826
9767
|
var w0 = 1, C0 = 2;
|
|
9827
9768
|
function E0(e, t) {
|
|
9828
|
-
return
|
|
9769
|
+
return ja(e) && Cl(t) ? El(Pi(e), t) : function(n) {
|
|
9829
9770
|
var i = fe(n, e);
|
|
9830
|
-
return i === void 0 && i === t ? b0(n, e) :
|
|
9771
|
+
return i === void 0 && i === t ? b0(n, e) : Ga(t, i, w0 | C0);
|
|
9831
9772
|
};
|
|
9832
9773
|
}
|
|
9833
9774
|
function k0(e) {
|
|
@@ -9841,17 +9782,17 @@ function O0(e) {
|
|
|
9841
9782
|
};
|
|
9842
9783
|
}
|
|
9843
9784
|
function I0(e) {
|
|
9844
|
-
return
|
|
9785
|
+
return ja(e) ? k0(Pi(e)) : O0(e);
|
|
9845
9786
|
}
|
|
9846
9787
|
function kl(e) {
|
|
9847
|
-
return typeof e == "function" ? e : e == null ?
|
|
9788
|
+
return typeof e == "function" ? e : e == null ? Ti : typeof e == "object" ? dt(e) ? E0(e[0], e[1]) : h0(e) : I0(e);
|
|
9848
9789
|
}
|
|
9849
9790
|
function M0(e) {
|
|
9850
9791
|
return function(t, n, i) {
|
|
9851
9792
|
var a = Object(t);
|
|
9852
9793
|
if (!ti(t)) {
|
|
9853
9794
|
var r = kl(n);
|
|
9854
|
-
t =
|
|
9795
|
+
t = En(t), n = function(o) {
|
|
9855
9796
|
return r(a[o], o, a);
|
|
9856
9797
|
};
|
|
9857
9798
|
}
|
|
@@ -9959,7 +9900,7 @@ const D0 = {
|
|
|
9959
9900
|
return e;
|
|
9960
9901
|
}
|
|
9961
9902
|
}
|
|
9962
|
-
}, Ol = /* @__PURE__ */ be(D0, [["render", P0]]),
|
|
9903
|
+
}, Ol = /* @__PURE__ */ be(D0, [["render", P0]]), wn = "24px", Ha = (e, t) => {
|
|
9963
9904
|
const n = e.__vccOpts || e;
|
|
9964
9905
|
for (const [i, a] of t)
|
|
9965
9906
|
n[i] = a;
|
|
@@ -10001,7 +9942,7 @@ const D0 = {
|
|
|
10001
9942
|
size: {
|
|
10002
9943
|
type: [Number, String],
|
|
10003
9944
|
required: !1,
|
|
10004
|
-
default:
|
|
9945
|
+
default: wn,
|
|
10005
9946
|
// if setting to the imported const fails, just pass a number of 24 as the default.
|
|
10006
9947
|
validator: (e) => {
|
|
10007
9948
|
if (typeof e == "number" && e > 0)
|
|
@@ -10030,7 +9971,7 @@ const D0 = {
|
|
|
10030
9971
|
if (r && !isNaN(r) && Number.isInteger(r) && r > 0)
|
|
10031
9972
|
return `${r}px`;
|
|
10032
9973
|
}
|
|
10033
|
-
return
|
|
9974
|
+
return wn;
|
|
10034
9975
|
}), i = j(() => ({
|
|
10035
9976
|
boxSizing: "border-box",
|
|
10036
9977
|
color: t.color,
|
|
@@ -10063,7 +10004,7 @@ const D0 = {
|
|
|
10063
10004
|
_: 1
|
|
10064
10005
|
}, 8, ["aria-hidden", "style"]));
|
|
10065
10006
|
}
|
|
10066
|
-
}), Il = /* @__PURE__ */
|
|
10007
|
+
}), Il = /* @__PURE__ */ Ha(V0, [["__scopeId", "data-v-761db460"]]), F0 = (e) => (Ke("data-v-4857acb7"), e = e(), qe(), e), z0 = ["aria-hidden"], K0 = {
|
|
10067
10008
|
key: 0,
|
|
10068
10009
|
"data-testid": "kui-icon-svg-title"
|
|
10069
10010
|
}, q0 = /* @__PURE__ */ F0(() => /* @__PURE__ */ y("path", {
|
|
@@ -10100,7 +10041,7 @@ const D0 = {
|
|
|
10100
10041
|
size: {
|
|
10101
10042
|
type: [Number, String],
|
|
10102
10043
|
required: !1,
|
|
10103
|
-
default:
|
|
10044
|
+
default: wn,
|
|
10104
10045
|
// if setting to the imported const fails, just pass a number of 24 as the default.
|
|
10105
10046
|
validator: (e) => {
|
|
10106
10047
|
if (typeof e == "number" && e > 0)
|
|
@@ -10129,7 +10070,7 @@ const D0 = {
|
|
|
10129
10070
|
if (r && !isNaN(r) && Number.isInteger(r) && r > 0)
|
|
10130
10071
|
return `${r}px`;
|
|
10131
10072
|
}
|
|
10132
|
-
return
|
|
10073
|
+
return wn;
|
|
10133
10074
|
}), i = j(() => ({
|
|
10134
10075
|
boxSizing: "border-box",
|
|
10135
10076
|
color: t.color,
|
|
@@ -10162,7 +10103,7 @@ const D0 = {
|
|
|
10162
10103
|
_: 1
|
|
10163
10104
|
}, 8, ["aria-hidden", "style"]));
|
|
10164
10105
|
}
|
|
10165
|
-
}), J0 = /* @__PURE__ */
|
|
10106
|
+
}), J0 = /* @__PURE__ */ Ha(X0, [["__scopeId", "data-v-4857acb7"]]), Z0 = (e) => (Ke("data-v-e07fc4ab"), e = e(), qe(), e), W0 = ["aria-hidden"], Q0 = {
|
|
10166
10107
|
key: 0,
|
|
10167
10108
|
"data-testid": "kui-icon-svg-title"
|
|
10168
10109
|
}, _0 = /* @__PURE__ */ Z0(() => /* @__PURE__ */ y("path", {
|
|
@@ -10199,7 +10140,7 @@ const D0 = {
|
|
|
10199
10140
|
size: {
|
|
10200
10141
|
type: [Number, String],
|
|
10201
10142
|
required: !1,
|
|
10202
|
-
default:
|
|
10143
|
+
default: wn,
|
|
10203
10144
|
// if setting to the imported const fails, just pass a number of 24 as the default.
|
|
10204
10145
|
validator: (e) => {
|
|
10205
10146
|
if (typeof e == "number" && e > 0)
|
|
@@ -10228,7 +10169,7 @@ const D0 = {
|
|
|
10228
10169
|
if (r && !isNaN(r) && Number.isInteger(r) && r > 0)
|
|
10229
10170
|
return `${r}px`;
|
|
10230
10171
|
}
|
|
10231
|
-
return
|
|
10172
|
+
return wn;
|
|
10232
10173
|
}), i = j(() => ({
|
|
10233
10174
|
boxSizing: "border-box",
|
|
10234
10175
|
color: t.color,
|
|
@@ -10261,7 +10202,7 @@ const D0 = {
|
|
|
10261
10202
|
_: 1
|
|
10262
10203
|
}, 8, ["aria-hidden", "style"]));
|
|
10263
10204
|
}
|
|
10264
|
-
}), ii = /* @__PURE__ */
|
|
10205
|
+
}), ii = /* @__PURE__ */ Ha($0, [["__scopeId", "data-v-e07fc4ab"]]), ew = { class: "array-card-container" }, tw = /* @__PURE__ */ ue({
|
|
10265
10206
|
__name: "FieldArrayCardContainer",
|
|
10266
10207
|
props: {
|
|
10267
10208
|
model: {
|
|
@@ -10350,7 +10291,7 @@ const D0 = {
|
|
|
10350
10291
|
function uw(e) {
|
|
10351
10292
|
return e ? e.length === 36 && new RegExp(`^${lw}$`).test(e) : !1;
|
|
10352
10293
|
}
|
|
10353
|
-
const
|
|
10294
|
+
const Ji = 50, Zt = {
|
|
10354
10295
|
CREATE_NOT_FROM_ENTITY: "CREATE_NOT_FROM_ENTITY",
|
|
10355
10296
|
CREATE_FROM_ENTITY: "CREATE_FROM_ENTITY",
|
|
10356
10297
|
UPDATE_ENTITY: "UPDATE_ENTITY",
|
|
@@ -10412,7 +10353,7 @@ const dw = {
|
|
|
10412
10353
|
},
|
|
10413
10354
|
methods: {
|
|
10414
10355
|
onQueryChange(e) {
|
|
10415
|
-
e.trim().length === 0 && (this.items = [], this.message = "Type something to search"), typeof this.performSearch != "function" && (this.performSearch =
|
|
10356
|
+
e.trim().length === 0 && (this.items = [], this.message = "Type something to search"), typeof this.performSearch != "function" && (this.performSearch = qn(
|
|
10416
10357
|
this.search,
|
|
10417
10358
|
500
|
|
10418
10359
|
)), this.performSearch(e);
|
|
@@ -10439,16 +10380,15 @@ const dw = {
|
|
|
10439
10380
|
let n = null;
|
|
10440
10381
|
if (!this[Yt])
|
|
10441
10382
|
return console.warn("[@kong-ui-public/forms] No API service provided"), [];
|
|
10442
|
-
for (; t.length <
|
|
10383
|
+
for (; t.length < Ji; ) {
|
|
10443
10384
|
const i = await this[Yt].getAll(this.entity, {
|
|
10444
|
-
size:
|
|
10385
|
+
size: Ji,
|
|
10445
10386
|
offset: n,
|
|
10446
10387
|
...e
|
|
10447
10388
|
});
|
|
10448
|
-
if (t.push(...i.data.data), n = i.data.offset, !n)
|
|
10449
|
-
break;
|
|
10389
|
+
if (t.push(...i.data.data), n = i.data.offset, !n) break;
|
|
10450
10390
|
}
|
|
10451
|
-
return t.slice(0,
|
|
10391
|
+
return t.slice(0, Ji);
|
|
10452
10392
|
},
|
|
10453
10393
|
async fetchSuggestions(e, t) {
|
|
10454
10394
|
return this.fetchUntilLimit({ [t]: e });
|
|
@@ -10576,8 +10516,7 @@ const xl = /* @__PURE__ */ be(hw, [["render", vw]]), bw = {
|
|
|
10576
10516
|
this.value || (this.value = {});
|
|
10577
10517
|
},
|
|
10578
10518
|
mounted() {
|
|
10579
|
-
if (!this.value)
|
|
10580
|
-
return;
|
|
10519
|
+
if (!this.value) return;
|
|
10581
10520
|
const e = Object.keys(this.value), t = {};
|
|
10582
10521
|
for (let n = 0; n < e.length; n++) {
|
|
10583
10522
|
const i = e[n];
|
|
@@ -10630,7 +10569,7 @@ function Nw(e, t, n, i, a, r) {
|
|
|
10630
10569
|
"onUpdate:modelValue": (c) => e.value[u] = c,
|
|
10631
10570
|
type: "checkbox"
|
|
10632
10571
|
}, null, 8, Mw), [
|
|
10633
|
-
[
|
|
10572
|
+
[da, e.value[u]]
|
|
10634
10573
|
])
|
|
10635
10574
|
])) : J("", !0),
|
|
10636
10575
|
a.keyTypes[u] === "number" ? (g(), w("td", Bw, [
|
|
@@ -11076,14 +11015,14 @@ function gC(e, t, n, i, a, r) {
|
|
|
11076
11015
|
class: ge(e.schema.fieldClasses),
|
|
11077
11016
|
required: e.schema.required
|
|
11078
11017
|
}, null, 10, pC)), [
|
|
11079
|
-
[
|
|
11018
|
+
[da, e.value],
|
|
11080
11019
|
[s, "input"]
|
|
11081
11020
|
]);
|
|
11082
11021
|
}
|
|
11083
11022
|
const mC = /* @__PURE__ */ be(dC, [["render", gC]]);
|
|
11084
11023
|
var AC = 4;
|
|
11085
11024
|
function hs(e) {
|
|
11086
|
-
return
|
|
11025
|
+
return Pn(e, AC);
|
|
11087
11026
|
}
|
|
11088
11027
|
const fC = { class: "wrapper" }, hC = ["disabled"], yC = ["id", "checked", "disabled", "onChange", "name"], vC = ["disabled"], bC = { class: "info" }, wC = /* @__PURE__ */ y("div", { class: "arrow" }, null, -1), CC = { class: "dropList" }, EC = ["id", "checked", "disabled", "onChange", "name"];
|
|
11089
11028
|
function kC(e, t, n, i, a, r) {
|
|
@@ -11470,7 +11409,7 @@ function QC(e, t, n, i, a, r) {
|
|
|
11470
11409
|
name: e.schema.inputName,
|
|
11471
11410
|
id: e.getFieldID(e.schema)
|
|
11472
11411
|
}, null, 8, JC), [
|
|
11473
|
-
[
|
|
11412
|
+
[da, e.value]
|
|
11474
11413
|
]),
|
|
11475
11414
|
y("span", {
|
|
11476
11415
|
class: "label",
|
|
@@ -11574,8 +11513,7 @@ const nE = {
|
|
|
11574
11513
|
methods: {
|
|
11575
11514
|
// Should field type have a label?
|
|
11576
11515
|
fieldTypeHasLabel(e) {
|
|
11577
|
-
if (Pe(e.label))
|
|
11578
|
-
return !1;
|
|
11516
|
+
if (Pe(e.label)) return !1;
|
|
11579
11517
|
let t = "";
|
|
11580
11518
|
switch (e.type === "input" ? t = e.inputType : t = e.type, t) {
|
|
11581
11519
|
case "button":
|
|
@@ -11588,7 +11526,7 @@ const nE = {
|
|
|
11588
11526
|
},
|
|
11589
11527
|
getFieldID(e) {
|
|
11590
11528
|
const t = fe(this.options, "fieldIdPrefix", "");
|
|
11591
|
-
return
|
|
11529
|
+
return Ua(e, t);
|
|
11592
11530
|
},
|
|
11593
11531
|
getTooltipId(e) {
|
|
11594
11532
|
return `${this.getFieldID(e)}-tooltip`;
|
|
@@ -12455,7 +12393,7 @@ const st = /* @__PURE__ */ be(bE, [["render", EE]]), kE = {
|
|
|
12455
12393
|
this.formModel["config-auth_methods"] = this.getAuthMethodsValue(t, e), this.onModelUpdated();
|
|
12456
12394
|
}
|
|
12457
12395
|
}
|
|
12458
|
-
},
|
|
12396
|
+
}, kn = (e) => (Ke("data-v-2db4bab5"), e = e(), qe(), e), BE = { class: "general-settings" }, SE = { class: "link-wrapper" }, RE = /* @__PURE__ */ kn(() => /* @__PURE__ */ y("span", { class: "section-header" }, "Common Configuration Settings", -1)), xE = /* @__PURE__ */ kn(() => /* @__PURE__ */ y("div", { class: "description" }, " Parameters for enabling the OpenID Connect plugin. Set these parameters before adding authorization, authentication, or other advanced configuration details. ", -1)), TE = { class: "auth-method-container" }, LE = { class: "general-settings" }, jE = { class: "link-wrapper" }, NE = /* @__PURE__ */ kn(() => /* @__PURE__ */ y("span", { class: "section-header" }, "Authorization Configuration Settings", -1)), PE = /* @__PURE__ */ kn(() => /* @__PURE__ */ y("div", { class: "description" }, " Parameters for setting up claims-based authorization. ", -1)), DE = { class: "general-settings" }, UE = { class: "link-wrapper" }, YE = /* @__PURE__ */ kn(() => /* @__PURE__ */ y("span", { class: "section-header" }, "Advanced Configuration Settings", -1)), GE = /* @__PURE__ */ kn(() => /* @__PURE__ */ y("div", { class: "description" }, " Advanced parameters for manually configuring the OpenID Connect plugin. ", -1));
|
|
12459
12397
|
function HE(e, t, n, i, a, r) {
|
|
12460
12398
|
const s = H("VueFormGenerator"), o = H("KExternalLink"), l = H("KLabel"), u = H("KCheckbox"), c = H("KInputSwitch"), p = H("KTabs");
|
|
12461
12399
|
return g(), w("div", null, [
|
|
@@ -12607,7 +12545,7 @@ const VE = /* @__PURE__ */ be(ME, [["render", HE], ["__scopeId", "data-v-2db4bab
|
|
|
12607
12545
|
title: "Configure your Redis",
|
|
12608
12546
|
address_example: "e.g. localhost:6379"
|
|
12609
12547
|
}
|
|
12610
|
-
},
|
|
12548
|
+
}, Va = {
|
|
12611
12549
|
general: FE,
|
|
12612
12550
|
"post-function": {
|
|
12613
12551
|
tags: {
|
|
@@ -12696,7 +12634,7 @@ const VE = /* @__PURE__ */ be(ME, [["render", HE], ["__scopeId", "data-v-2db4bab
|
|
|
12696
12634
|
}
|
|
12697
12635
|
},
|
|
12698
12636
|
setup(e) {
|
|
12699
|
-
const { t, te: n } = Zn("en-us",
|
|
12637
|
+
const { t, te: n } = Zn("en-us", Va), i = e, a = j(() => i.formModel.id && i.isEditing || !i.isEditing), r = j(() => {
|
|
12700
12638
|
const s = i.formSchema;
|
|
12701
12639
|
return s.fields.map((o) => {
|
|
12702
12640
|
const l = `post-function.${o.model}`;
|
|
@@ -12737,7 +12675,7 @@ const VE = /* @__PURE__ */ be(ME, [["render", HE], ["__scopeId", "data-v-2db4bab
|
|
|
12737
12675
|
}
|
|
12738
12676
|
},
|
|
12739
12677
|
setup(e) {
|
|
12740
|
-
const { t, te: n } = Zn("en-us",
|
|
12678
|
+
const { t, te: n } = Zn("en-us", Va), i = e, a = j(() => i.formModel.id && i.isEditing || !i.isEditing), r = j(() => {
|
|
12741
12679
|
const s = i.formSchema;
|
|
12742
12680
|
return s.fields.map((o) => {
|
|
12743
12681
|
const l = `exit-transformer.${o.model}`;
|
|
@@ -12840,13 +12778,13 @@ const VE = /* @__PURE__ */ be(ME, [["render", HE], ["__scopeId", "data-v-2db4bab
|
|
|
12840
12778
|
disabled: !1
|
|
12841
12779
|
}
|
|
12842
12780
|
]
|
|
12843
|
-
},
|
|
12781
|
+
}, un = (e) => (Ke("data-v-89cd3d63"), e = e(), qe(), e), _E = { class: "general-settings" }, $E = /* @__PURE__ */ un(() => /* @__PURE__ */ y("div", { class: "header-wrapper" }, [
|
|
12844
12782
|
/* @__PURE__ */ y("span", { class: "section-header" }, "General Configuration Settings")
|
|
12845
|
-
], -1)), ek = /* @__PURE__ */
|
|
12783
|
+
], -1)), ek = /* @__PURE__ */ un(() => /* @__PURE__ */ y("div", { class: "description" }, " Parameters for enabling the ACME plugin. ", -1)), tk = /* @__PURE__ */ un(() => /* @__PURE__ */ y("hr", null, null, -1)), nk = { class: "sub-form" }, ik = { class: "general-settings" }, ak = /* @__PURE__ */ un(() => /* @__PURE__ */ y("div", { class: "header-wrapper" }, [
|
|
12846
12784
|
/* @__PURE__ */ y("span", { class: "section-header" }, "Storage Configuration Settings")
|
|
12847
|
-
], -1)), rk = /* @__PURE__ */
|
|
12785
|
+
], -1)), rk = /* @__PURE__ */ un(() => /* @__PURE__ */ y("div", { class: "description" }, " Parameters for setting up storage. ", -1)), sk = { class: "sub-form" }, ok = { class: "general-settings" }, lk = /* @__PURE__ */ un(() => /* @__PURE__ */ y("div", { class: "header-wrapper" }, [
|
|
12848
12786
|
/* @__PURE__ */ y("span", { class: "section-header" }, "Advanced Configuration Settings")
|
|
12849
|
-
], -1)), uk = /* @__PURE__ */
|
|
12787
|
+
], -1)), uk = /* @__PURE__ */ un(() => /* @__PURE__ */ y("div", { class: "description" }, " Advanced parameters for manually configuring the ACME plugin. ", -1)), ck = /* @__PURE__ */ ue({
|
|
12850
12788
|
__name: "ACMEForm",
|
|
12851
12789
|
props: {
|
|
12852
12790
|
formModel: {
|
|
@@ -12949,7 +12887,7 @@ const VE = /* @__PURE__ */ be(ME, [["render", HE], ["__scopeId", "data-v-2db4bab
|
|
|
12949
12887
|
value: "other"
|
|
12950
12888
|
}
|
|
12951
12889
|
];
|
|
12952
|
-
|
|
12890
|
+
Oi(() => {
|
|
12953
12891
|
n.value === "zeroSsl" && (t.formModel["config-api_uri"] = "https://acme.zerossl.com/v2/DV90");
|
|
12954
12892
|
});
|
|
12955
12893
|
const Y = (A) => {
|
|
@@ -13141,7 +13079,7 @@ will extend the wait time by about 12 minutes, continuously adjusting as new req
|
|
|
13141
13079
|
}, n = /* @__PURE__ */ new Set([
|
|
13142
13080
|
"selectionGroup",
|
|
13143
13081
|
...["identifier", "limit", "window_size", "error_code", "error_message"].map((k) => `config-${k}`)
|
|
13144
|
-
]), i = (k) => k === void 0 ? !1 : n.has(k), { t: a } = Zn("en-us",
|
|
13082
|
+
]), i = (k) => k === void 0 ? !1 : n.has(k), { t: a } = Zn("en-us", Va), r = e, s = j(() => {
|
|
13145
13083
|
var k, D;
|
|
13146
13084
|
const N = (D = (k = r.formSchema) == null ? void 0 : k.fields) == null ? void 0 : D.find((G) => G.type === "selectionGroup" && G.model === "selectionGroup");
|
|
13147
13085
|
if (N)
|
|
@@ -13496,7 +13434,7 @@ will extend the wait time by about 12 minutes, continuously adjusting as new req
|
|
|
13496
13434
|
OIDCForm: VE,
|
|
13497
13435
|
PostFunction: qE,
|
|
13498
13436
|
RLAForm: Sk
|
|
13499
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
13437
|
+
}, Symbol.toStringTag, { value: "Module" })), ua = [
|
|
13500
13438
|
"array",
|
|
13501
13439
|
"metric",
|
|
13502
13440
|
"advanced",
|
|
@@ -13680,7 +13618,7 @@ will extend the wait time by about 12 minutes, continuously adjusting as new req
|
|
|
13680
13618
|
placeholder: "Select valid protocols for the plugin",
|
|
13681
13619
|
styleClasses: "plugin-protocols-select"
|
|
13682
13620
|
}
|
|
13683
|
-
},
|
|
13621
|
+
}, Un = {
|
|
13684
13622
|
type: "array",
|
|
13685
13623
|
valueType: "string",
|
|
13686
13624
|
valueArrayType: "array",
|
|
@@ -14182,7 +14120,7 @@ will extend the wait time by about 12 minutes, continuously adjusting as new req
|
|
|
14182
14120
|
const n = e.model.startsWith("config-"), i = t.model.startsWith("config-");
|
|
14183
14121
|
return n && !i ? 1 : !n && i ? -1 : 0;
|
|
14184
14122
|
}, Ul = (e, t) => (e.order ?? 0) - (t.order ?? 0), bs = (e, t) => Jk(e, t) || Ul(e, t) || e.model.localeCompare(t.model), Zk = (e) => {
|
|
14185
|
-
const { capitalize: t } =
|
|
14123
|
+
const { capitalize: t } = Ca(), { convertToDotNotation: n } = jo(), { i18n: { t: i } } = xi(), a = {
|
|
14186
14124
|
"application-registration": {
|
|
14187
14125
|
overwriteDefault: !0,
|
|
14188
14126
|
formSchema: {
|
|
@@ -14377,11 +14315,11 @@ will extend the wait time by about 12 minutes, continuously adjusting as new req
|
|
|
14377
14315
|
fields: [{
|
|
14378
14316
|
schema: {
|
|
14379
14317
|
fields: [{
|
|
14380
|
-
...
|
|
14318
|
+
...Un,
|
|
14381
14319
|
model: A.model,
|
|
14382
14320
|
valueArrayType: f === "integer" ? "number" : f || "string",
|
|
14383
14321
|
inputAttributes: {
|
|
14384
|
-
...
|
|
14322
|
+
...Un.inputAttributes,
|
|
14385
14323
|
type: f === "integer" ? "number" : "text",
|
|
14386
14324
|
inputMode: f === "integer" ? "numeric" : "text"
|
|
14387
14325
|
}
|
|
@@ -14389,34 +14327,33 @@ will extend the wait time by about 12 minutes, continuously adjusting as new req
|
|
|
14389
14327
|
}
|
|
14390
14328
|
}]
|
|
14391
14329
|
};
|
|
14392
|
-
} else
|
|
14393
|
-
|
|
14394
|
-
|
|
14395
|
-
|
|
14396
|
-
|
|
14397
|
-
|
|
14398
|
-
|
|
14399
|
-
|
|
14400
|
-
|
|
14401
|
-
|
|
14402
|
-
|
|
14403
|
-
|
|
14404
|
-
|
|
14405
|
-
|
|
14406
|
-
|
|
14407
|
-
|
|
14408
|
-
})
|
|
14409
|
-
}
|
|
14330
|
+
} else A.values.fields && (A.schema = {
|
|
14331
|
+
fields: [
|
|
14332
|
+
{
|
|
14333
|
+
type: "object",
|
|
14334
|
+
model: "object",
|
|
14335
|
+
schema: {
|
|
14336
|
+
fields: A.values.fields.map((f) => {
|
|
14337
|
+
const B = Object.keys(f)[0];
|
|
14338
|
+
return {
|
|
14339
|
+
model: B,
|
|
14340
|
+
type: "input",
|
|
14341
|
+
label: t(B),
|
|
14342
|
+
placeholder: B,
|
|
14343
|
+
inputType: f[B].type
|
|
14344
|
+
};
|
|
14345
|
+
})
|
|
14410
14346
|
}
|
|
14411
|
-
|
|
14412
|
-
|
|
14347
|
+
}
|
|
14348
|
+
]
|
|
14349
|
+
});
|
|
14413
14350
|
}, I = (A) => A.fields.reduce((f, B) => (B.fields && B.fields.forEach((S) => {
|
|
14414
14351
|
f[S.model] = S;
|
|
14415
14352
|
}), B.model && (f[B.model] = B), f), {}), R = (A, f) => {
|
|
14416
|
-
if (!
|
|
14353
|
+
if (!ua.includes(A.model))
|
|
14417
14354
|
return;
|
|
14418
14355
|
const B = I(A);
|
|
14419
|
-
|
|
14356
|
+
ua.forEach((S) => {
|
|
14420
14357
|
Object.keys(B).forEach((k) => {
|
|
14421
14358
|
const D = o(B[k]);
|
|
14422
14359
|
f[k] = D ? B[k].default : null;
|
|
@@ -14455,7 +14392,7 @@ will extend the wait time by about 12 minutes, continuously adjusting as new req
|
|
|
14455
14392
|
typedefs: ei
|
|
14456
14393
|
};
|
|
14457
14394
|
}, je = {
|
|
14458
|
-
useI18n:
|
|
14395
|
+
useI18n: xi,
|
|
14459
14396
|
usePluginMetaData: Gf,
|
|
14460
14397
|
usePluginHelpers: jo,
|
|
14461
14398
|
useSchemas: Zk
|
|
@@ -14637,10 +14574,10 @@ will extend the wait time by about 12 minutes, continuously adjusting as new req
|
|
|
14637
14574
|
emits: ["loading", "model-updated"],
|
|
14638
14575
|
setup(e, { emit: t }) {
|
|
14639
14576
|
var N, G;
|
|
14640
|
-
const n = t, i = e, { axiosInstance: a } =
|
|
14577
|
+
const n = t, i = e, { axiosInstance: a } = Cn((N = i.config) == null ? void 0 : N.axiosRequestConfig), { parseSchema: r } = je.useSchemas({
|
|
14641
14578
|
entityId: ((G = i.entityMap.focusedEntity) == null ? void 0 : G.id) || void 0,
|
|
14642
14579
|
credential: i.credential
|
|
14643
|
-
}), { convertToDotNotation: s, unFlattenObject: o, isObjectEmpty: l, unsetNullForeignKey: u } = je.usePluginHelpers(), { objectsAreEqual: c } =
|
|
14580
|
+
}), { convertToDotNotation: s, unFlattenObject: o, isObjectEmpty: l, unsetNullForeignKey: u } = je.usePluginHelpers(), { objectsAreEqual: c } = Si(), { i18n: { t: p } } = xi(), m = (V, z) => {
|
|
14644
14581
|
let te = `${i.config.apiBaseUrl}${Ve.form[i.config.app].entityGetOne}`;
|
|
14645
14582
|
return i.config.app === "konnect" ? te = te.replace(/{controlPlaneId}/gi, i.config.controlPlaneId || "") : i.config.app === "kongManager" && (te = te.replace(/\/{workspace}/gi, i.config.workspace ? `/${i.config.workspace}` : "")), te = te.replace(/{entity}/gi, V), te = te.replace(/{id}/gi, z), te;
|
|
14646
14583
|
}, h = (V) => {
|
|
@@ -14664,7 +14601,7 @@ will extend the wait time by about 12 minutes, continuously adjusting as new req
|
|
|
14664
14601
|
}) : a.get(te, { params: z });
|
|
14665
14602
|
}
|
|
14666
14603
|
});
|
|
14667
|
-
const O = q(""), I = q(null), R = q({}), Y =
|
|
14604
|
+
const O = q(""), I = q(null), R = q({}), Y = Tn({}), E = Tn({}), A = j(() => {
|
|
14668
14605
|
var V;
|
|
14669
14606
|
return (V = I.value) == null ? void 0 : V.options;
|
|
14670
14607
|
}), f = () => {
|
|
@@ -14673,7 +14610,7 @@ will extend the wait time by about 12 minutes, continuously adjusting as new req
|
|
|
14673
14610
|
if (!l(R.value))
|
|
14674
14611
|
for (let $ = 0; $ < ((Z = (ce = R.value) == null ? void 0 : ce.fields) == null ? void 0 : Z.length); $++)
|
|
14675
14612
|
V[R.value.fields[$].model] = R.value.fields[$];
|
|
14676
|
-
return
|
|
14613
|
+
return ua.forEach(($) => {
|
|
14677
14614
|
V[$] && (V[$].fields.forEach((Q) => {
|
|
14678
14615
|
Q.fields && Q.fields.forEach((F) => {
|
|
14679
14616
|
V[F.model] = F;
|
|
@@ -14715,8 +14652,7 @@ will extend the wait time by about 12 minutes, continuously adjusting as new req
|
|
|
14715
14652
|
F = F == null ? "" : String(F);
|
|
14716
14653
|
break;
|
|
14717
14654
|
}
|
|
14718
|
-
else
|
|
14719
|
-
Ue === "array" && (!F || !F.length) && (F = Q.submitWhenNull ? null : []);
|
|
14655
|
+
else Ue === "array" && (!F || !F.length) && (F = Q.submitWhenNull ? null : []);
|
|
14720
14656
|
Q.type === "object-advanced" && Q.fields && F !== null && (Object.entries(F).length === 0 ? F = null : Object.keys(F).forEach((xe) => {
|
|
14721
14657
|
Array.isArray(F[xe]) || (F[xe] = F[xe].split(","));
|
|
14722
14658
|
}));
|
|
@@ -14927,12 +14863,12 @@ will extend the wait time by about 12 minutes, continuously adjusting as new req
|
|
|
14927
14863
|
},
|
|
14928
14864
|
emits: ["cancel", "error:fetch-schema", "error", "loading", "update", "model-updated"],
|
|
14929
14865
|
setup(e, { emit: t }) {
|
|
14930
|
-
var
|
|
14931
|
-
const n = t, i = e, a = Wn(), { i18n: { t: r } } = je.useI18n(), { customSchemas: s, typedefs: o } = je.useSchemas({ app: i.config.app, credential: i.credential }), { formatPluginFieldLabel: l } = je.usePluginHelpers(), { getMessageFromError: u } =
|
|
14866
|
+
var In;
|
|
14867
|
+
const n = t, i = e, a = Wn(), { i18n: { t: r } } = je.useI18n(), { customSchemas: s, typedefs: o } = je.useSchemas({ app: i.config.app, credential: i.credential }), { formatPluginFieldLabel: l } = je.usePluginHelpers(), { getMessageFromError: u } = Bi(), { capitalize: c } = Ca(), { objectsAreEqual: p } = Si(), { axiosInstance: m } = Cn((In = i.config) == null ? void 0 : In.axiosRequestConfig), h = q(!1), M = j(() => i.pluginId ? Dt.Edit : Dt.Create), C = q(null), O = j(() => !!(i.credential && i.config.entityId)), I = q(null), R = q({}), Y = q(!1), E = q(null), A = Tn({
|
|
14932
14868
|
enabled: !0,
|
|
14933
14869
|
protocols: [],
|
|
14934
14870
|
tags: []
|
|
14935
|
-
}), f =
|
|
14871
|
+
}), f = Tn({
|
|
14936
14872
|
fields: {
|
|
14937
14873
|
enabled: !0,
|
|
14938
14874
|
protocols: [],
|
|
@@ -14972,29 +14908,29 @@ will extend the wait time by about 12 minutes, continuously adjusting as new req
|
|
|
14972
14908
|
entity: d.SERVICE,
|
|
14973
14909
|
entityEndpoint: "services",
|
|
14974
14910
|
id: L,
|
|
14975
|
-
idField:
|
|
14911
|
+
idField: gn.SERVICE
|
|
14976
14912
|
}), se && (le.route = {
|
|
14977
14913
|
entity: d.ROUTE,
|
|
14978
14914
|
entityEndpoint: "routes",
|
|
14979
14915
|
id: se,
|
|
14980
|
-
idField:
|
|
14916
|
+
idField: gn.ROUTE
|
|
14981
14917
|
}), T && (le.consumer = {
|
|
14982
14918
|
entity: d.CONSUMER,
|
|
14983
14919
|
entityEndpoint: "consumers",
|
|
14984
14920
|
id: T,
|
|
14985
|
-
idField:
|
|
14921
|
+
idField: gn.CONSUMER
|
|
14986
14922
|
}), W && (le.consumer_group = {
|
|
14987
14923
|
entity: d.CONSUMER_GROUP,
|
|
14988
14924
|
entityEndpoint: "consumer_groups",
|
|
14989
14925
|
id: W,
|
|
14990
|
-
idField:
|
|
14926
|
+
idField: gn.CONSUMER_GROUP
|
|
14991
14927
|
}), i.config.entityType && (le.focusedEntity = {
|
|
14992
14928
|
entity: d[i.config.entityType.substring(0, i.config.entityType.length - 1).toUpperCase()],
|
|
14993
14929
|
entityEndpoint: i.config.entityType,
|
|
14994
14930
|
id: i.config.entityId,
|
|
14995
|
-
idField:
|
|
14931
|
+
idField: gn[i.config.entityType.substring(0, i.config.entityType.length - 1).toUpperCase()]
|
|
14996
14932
|
}), le;
|
|
14997
|
-
}), N =
|
|
14933
|
+
}), N = Tn({
|
|
14998
14934
|
// this is a required field that the user cannot set, it's always the name of the plugin
|
|
14999
14935
|
// ex. 'acl'
|
|
15000
14936
|
name: {
|
|
@@ -15063,7 +14999,7 @@ will extend the wait time by about 12 minutes, continuously adjusting as new req
|
|
|
15063
14999
|
tags: o.tags
|
|
15064
15000
|
}), G = j(() => {
|
|
15065
15001
|
var L;
|
|
15066
|
-
const T = i.developer ? "developers" : "consumers", W = ((L =
|
|
15002
|
+
const T = i.developer ? "developers" : "consumers", W = ((L = fn[i.pluginType]) == null ? void 0 : L.endpoint) || "/plugins";
|
|
15067
15003
|
return `${T}/${i.config.entityId}${i.developer ? "/credentials" : ""}${W}`;
|
|
15068
15004
|
}), V = (T) => {
|
|
15069
15005
|
const W = [...new Set(T.map((L) => typeof L))];
|
|
@@ -15071,7 +15007,7 @@ will extend the wait time by about 12 minutes, continuously adjusting as new req
|
|
|
15071
15007
|
}, z = (T, W, L) => {
|
|
15072
15008
|
var Ee, Ae;
|
|
15073
15009
|
let se = W && W.fields || [];
|
|
15074
|
-
const le = s[i.pluginType], Ce = (Ae = (Ee =
|
|
15010
|
+
const le = s[i.pluginType], Ce = (Ae = (Ee = fn[i.pluginType]) == null ? void 0 : Ee.schema) == null ? void 0 : Ae.fields;
|
|
15075
15011
|
return Array.isArray(se) && (se = se.reduce((ie, X) => {
|
|
15076
15012
|
const ee = Object.keys(X)[0];
|
|
15077
15013
|
return ee.match(/-/g) ? ie[ee.replace(/-/g, "_")] = {
|
|
@@ -15081,7 +15017,7 @@ will extend the wait time by about 12 minutes, continuously adjusting as new req
|
|
|
15081
15017
|
fieldNameHasDashes: !0
|
|
15082
15018
|
} : ie[ee] = X[ee], ie;
|
|
15083
15019
|
}, {})), Object.keys(se).sort().forEach((ie) => {
|
|
15084
|
-
var jt, Nt,
|
|
15020
|
+
var jt, Nt, za, Ka, qa, Xa;
|
|
15085
15021
|
const X = se[ie], ee = T ? `${T}-${ie}` : `${ie}`;
|
|
15086
15022
|
if (Object.prototype.hasOwnProperty.call(X, "overwrite") || X.hidden)
|
|
15087
15023
|
return;
|
|
@@ -15096,11 +15032,11 @@ will extend the wait time by about 12 minutes, continuously adjusting as new req
|
|
|
15096
15032
|
fields: [{
|
|
15097
15033
|
schema: {
|
|
15098
15034
|
fields: [{
|
|
15099
|
-
...
|
|
15035
|
+
...Un,
|
|
15100
15036
|
model: ee,
|
|
15101
15037
|
valueArrayType: ke === "integer" ? "number" : ke || "string",
|
|
15102
15038
|
inputAttributes: {
|
|
15103
|
-
...
|
|
15039
|
+
...Un.inputAttributes,
|
|
15104
15040
|
type: ke === "integer" ? "number" : "text",
|
|
15105
15041
|
inputMode: ke === "integer" ? "numeric" : "text"
|
|
15106
15042
|
}
|
|
@@ -15108,27 +15044,26 @@ will extend the wait time by about 12 minutes, continuously adjusting as new req
|
|
|
15108
15044
|
}
|
|
15109
15045
|
}]
|
|
15110
15046
|
};
|
|
15111
|
-
} else
|
|
15112
|
-
|
|
15113
|
-
|
|
15114
|
-
|
|
15115
|
-
|
|
15116
|
-
|
|
15117
|
-
|
|
15118
|
-
|
|
15119
|
-
|
|
15120
|
-
|
|
15121
|
-
|
|
15122
|
-
|
|
15123
|
-
|
|
15124
|
-
|
|
15125
|
-
|
|
15126
|
-
|
|
15127
|
-
})
|
|
15128
|
-
}
|
|
15047
|
+
} else X.values.fields && (L[ee].schema = {
|
|
15048
|
+
fields: [
|
|
15049
|
+
{
|
|
15050
|
+
type: "object",
|
|
15051
|
+
model: "object",
|
|
15052
|
+
schema: {
|
|
15053
|
+
fields: X.values.fields.map((ke) => {
|
|
15054
|
+
const mt = Object.keys(ke)[0];
|
|
15055
|
+
return {
|
|
15056
|
+
model: mt,
|
|
15057
|
+
type: "input",
|
|
15058
|
+
label: c(mt),
|
|
15059
|
+
placeholder: mt,
|
|
15060
|
+
inputType: ke[mt].type
|
|
15061
|
+
};
|
|
15062
|
+
})
|
|
15129
15063
|
}
|
|
15130
|
-
|
|
15131
|
-
|
|
15064
|
+
}
|
|
15065
|
+
]
|
|
15066
|
+
});
|
|
15132
15067
|
return L;
|
|
15133
15068
|
}
|
|
15134
15069
|
if (X.enum && X.type === "array" && (L[ee].type = "checklist", L[ee].values = X.enum, L[ee].multi = !0, L[ee].multiSelect = !0), X.one_of && X.type !== "array" && (L[ee].type = "select", L[ee].values = X.one_of, L[ee].selectOptions = {
|
|
@@ -15136,23 +15071,23 @@ will extend the wait time by about 12 minutes, continuously adjusting as new req
|
|
|
15136
15071
|
}), X.elements && X.type === "array") {
|
|
15137
15072
|
const ke = X.elements;
|
|
15138
15073
|
if (ke.type === "string" && !ke.one_of) {
|
|
15139
|
-
const { id: mt, help: Xe, label: tt, hint: ft } = L[ee], { help:
|
|
15140
|
-
L[ee] = { id: mt, help: Xe, label: tt, hint: ft, ...
|
|
15074
|
+
const { id: mt, help: Xe, label: tt, hint: ft } = L[ee], { help: cn, ...Mn } = JSON.parse(JSON.stringify(Un));
|
|
15075
|
+
L[ee] = { id: mt, help: Xe, label: tt, hint: ft, ...Mn }, L[ee].help === void 0 && typeof cn == "string" && (L[ee].help = me.parse(cn, { mangle: !1, headerIds: !1 }));
|
|
15141
15076
|
}
|
|
15142
15077
|
}
|
|
15143
15078
|
if (X.hint && (L[ee].hint = X.hint), le && !le.overwriteDefault && Object.keys(le).forEach((ke) => {
|
|
15144
15079
|
if (ke === ee) {
|
|
15145
|
-
const { help: mt, label: Xe, hint: tt } = L[ee], { help: ft, ...
|
|
15146
|
-
L[ee] = { help: mt, label: Xe, hint: tt, ...
|
|
15080
|
+
const { help: mt, label: Xe, hint: tt } = L[ee], { help: ft, ...cn } = le[ke];
|
|
15081
|
+
L[ee] = { help: mt, label: Xe, hint: tt, ...cn }, typeof ft == "string" && (L[ee].help = me.parse(ft, { mangle: !1, headerIds: !1 }));
|
|
15147
15082
|
}
|
|
15148
15083
|
}), X.type === "array" && ((Nt = X.elements) == null ? void 0 : Nt.type) === "record" && Array.isArray(X.elements.fields)) {
|
|
15149
15084
|
let ke = {};
|
|
15150
15085
|
for (const Xe of X.elements.fields)
|
|
15151
15086
|
ke = { ...ke, ...Xe };
|
|
15152
|
-
const mt = (
|
|
15087
|
+
const mt = (qa = (Ka = (za = L[ee]) == null ? void 0 : za.items) == null ? void 0 : Ka.schema) == null ? void 0 : qa.fields;
|
|
15153
15088
|
if (Array.isArray(mt))
|
|
15154
15089
|
for (const Xe of L[ee].items.schema.fields) {
|
|
15155
|
-
const tt = (
|
|
15090
|
+
const tt = (Xa = ke[Xe.model]) == null ? void 0 : Xa.description;
|
|
15156
15091
|
Xe.help === void 0 && typeof tt == "string" && (Xe.help = me.parse(tt, { mangle: !1, headerIds: !1 }));
|
|
15157
15092
|
}
|
|
15158
15093
|
mt || (L[ee].fieldClasses = "array-card-container-wrapper", L[ee].itemContainerComponent = "FieldArrayCardContainer", L[ee].items = {
|
|
@@ -15163,10 +15098,10 @@ will extend the wait time by about 12 minutes, continuously adjusting as new req
|
|
|
15163
15098
|
}, L[ee].type = "array", L[ee].newElementButtonLabelClasses = "kong-form-new-element-button-label", L[ee].items.schema.fields.forEach(
|
|
15164
15099
|
(Xe) => {
|
|
15165
15100
|
var tt, ft;
|
|
15166
|
-
for (const
|
|
15167
|
-
const
|
|
15168
|
-
if (
|
|
15169
|
-
Xe.model =
|
|
15101
|
+
for (const cn of X.elements.fields) {
|
|
15102
|
+
const Mn = Object.keys(cn)[0], Ja = ((ft = (tt = Xe.id) == null ? void 0 : tt.split) == null ? void 0 : ft.call(tt, "-")) ?? [];
|
|
15103
|
+
if (Ja[Ja.length - 1] === Mn) {
|
|
15104
|
+
Xe.model = Mn, Xe.label = l(Mn);
|
|
15170
15105
|
break;
|
|
15171
15106
|
}
|
|
15172
15107
|
}
|
|
@@ -15312,20 +15247,20 @@ will extend the wait time by about 12 minutes, continuously adjusting as new req
|
|
|
15312
15247
|
}
|
|
15313
15248
|
}, xe = j(() => {
|
|
15314
15249
|
var se;
|
|
15315
|
-
const T = O.value ? (se =
|
|
15250
|
+
const T = O.value ? (se = fn[i.pluginType]) == null ? void 0 : se.schemaEndpoint : i.pluginType, W = O.value ? Ve.form[i.config.app].credentialSchema : Ve.form[i.config.app].pluginSchema;
|
|
15316
15251
|
let L = `${i.config.apiBaseUrl}${W}`;
|
|
15317
15252
|
return i.config.app === "konnect" ? L = L.replace(/{controlPlaneId}/gi, i.config.controlPlaneId || "") : i.config.app === "kongManager" && (L = L.replace(/\/{workspace}/gi, i.config.workspace ? `/${i.config.workspace}` : "")), L = L.replace(/{plugin}/gi, T), L;
|
|
15318
15253
|
}), gt = q(!1);
|
|
15319
15254
|
rt(E, (T) => {
|
|
15320
15255
|
T && (gt.value = !0);
|
|
15321
15256
|
});
|
|
15322
|
-
const lt = q(!1),
|
|
15257
|
+
const lt = q(!1), On = q("");
|
|
15323
15258
|
return Ft(async () => {
|
|
15324
15259
|
var T, W, L;
|
|
15325
15260
|
lt.value = !0;
|
|
15326
15261
|
try {
|
|
15327
15262
|
if (O.value && i.config.app === "konnect") {
|
|
15328
|
-
const se = (T =
|
|
15263
|
+
const se = (T = fn[i.pluginType]) == null ? void 0 : T.schemaEndpoint, le = Uf[se];
|
|
15329
15264
|
C.value = z("", le, {}), lt.value = !1;
|
|
15330
15265
|
} else {
|
|
15331
15266
|
const se = await m.get(xe.value), { data: le } = se;
|
|
@@ -15344,7 +15279,7 @@ will extend the wait time by about 12 minutes, continuously adjusting as new req
|
|
|
15344
15279
|
}
|
|
15345
15280
|
}
|
|
15346
15281
|
} catch (se) {
|
|
15347
|
-
|
|
15282
|
+
On.value = u(se), n("error:fetch-schema", se);
|
|
15348
15283
|
} finally {
|
|
15349
15284
|
lt.value = !1;
|
|
15350
15285
|
}
|
|
@@ -15354,7 +15289,7 @@ will extend the wait time by about 12 minutes, continuously adjusting as new req
|
|
|
15354
15289
|
lt.value ? (g(), P(L, {
|
|
15355
15290
|
key: 0,
|
|
15356
15291
|
type: "form"
|
|
15357
|
-
})) :
|
|
15292
|
+
})) : On.value ? (g(), P(se, {
|
|
15358
15293
|
key: 1,
|
|
15359
15294
|
"action-button-visible": !1,
|
|
15360
15295
|
"data-testid": "plugin-form-schema-error",
|
|
@@ -15386,7 +15321,7 @@ will extend the wait time by about 12 minutes, continuously adjusting as new req
|
|
|
15386
15321
|
ref_key: "actionsDivRef",
|
|
15387
15322
|
ref: E
|
|
15388
15323
|
}, null, 8, sO),
|
|
15389
|
-
!e.isWizardStep && gt.value ? (g(), P(
|
|
15324
|
+
!e.isWizardStep && gt.value ? (g(), P(ca, {
|
|
15390
15325
|
key: 0,
|
|
15391
15326
|
to: e.actionsTeleportTarget ? e.actionsTeleportTarget : `#plugin-form-default-actions-container-${e.config.workspace || e.config.controlPlaneId}`
|
|
15392
15327
|
}, [
|
|
@@ -15464,7 +15399,7 @@ will extend the wait time by about 12 minutes, continuously adjusting as new req
|
|
|
15464
15399
|
tabs: B.value
|
|
15465
15400
|
}, {
|
|
15466
15401
|
json: v(() => [
|
|
15467
|
-
x(b(
|
|
15402
|
+
x(b(ma), {
|
|
15468
15403
|
config: e.config,
|
|
15469
15404
|
"fetcher-url": Ue.value,
|
|
15470
15405
|
"json-record": Re.value,
|
|
@@ -15472,7 +15407,7 @@ will extend the wait time by about 12 minutes, continuously adjusting as new req
|
|
|
15472
15407
|
}, null, 8, ["config", "fetcher-url", "json-record", "request-method"])
|
|
15473
15408
|
]),
|
|
15474
15409
|
yaml: v(() => [
|
|
15475
|
-
x(b(
|
|
15410
|
+
x(b(wa), { "yaml-record": Re.value }, null, 8, ["yaml-record"])
|
|
15476
15411
|
]),
|
|
15477
15412
|
_: 1
|
|
15478
15413
|
}, 8, ["tabs"])
|
|
@@ -15482,7 +15417,7 @@ will extend the wait time by about 12 minutes, continuously adjusting as new req
|
|
|
15482
15417
|
]);
|
|
15483
15418
|
};
|
|
15484
15419
|
}
|
|
15485
|
-
}), DI = /* @__PURE__ */ At(lO, [["__scopeId", "data-v-e995b170"]]), uO = ["alt", "src", "width"],
|
|
15420
|
+
}), DI = /* @__PURE__ */ At(lO, [["__scopeId", "data-v-e995b170"]]), uO = ["alt", "src", "width"], Fa = /* @__PURE__ */ ue({
|
|
15486
15421
|
__name: "PluginIcon",
|
|
15487
15422
|
props: {
|
|
15488
15423
|
name: {
|
|
@@ -15798,8 +15733,8 @@ will extend the wait time by about 12 minutes, continuously adjusting as new req
|
|
|
15798
15733
|
},
|
|
15799
15734
|
emits: ["error", "copy:success", "copy:error", "delete:success", "toggle-enabled"],
|
|
15800
15735
|
setup(e, { emit: t }) {
|
|
15801
|
-
var
|
|
15802
|
-
const n = je.usePluginMetaData(), i = t, a = e, { i18n: { t: r } } = je.useI18n(), s = Wn(), { axiosInstance: o } =
|
|
15736
|
+
var On, In;
|
|
15737
|
+
const n = je.usePluginMetaData(), i = t, a = e, { i18n: { t: r } } = je.useI18n(), s = Wn(), { axiosInstance: o } = Cn((On = a.config) == null ? void 0 : On.axiosRequestConfig), l = j(() => {
|
|
15803
15738
|
var T;
|
|
15804
15739
|
return ((T = a.config) == null ? void 0 : T.entityType) === "consumers";
|
|
15805
15740
|
}), u = j(() => {
|
|
@@ -15815,7 +15750,7 @@ will extend the wait time by about 12 minutes, continuously adjusting as new req
|
|
|
15815
15750
|
// the Name column is non-hidable
|
|
15816
15751
|
name: { label: r("plugins.list.table_headers.name"), searchable: !0, sortable: !0, hidable: !1 }
|
|
15817
15752
|
};
|
|
15818
|
-
(
|
|
15753
|
+
(In = a.config) != null && In.entityId || (m.appliedTo = { label: r("plugins.list.table_headers.applied_to"), sortable: !1 }), m.enabled = { label: r("plugins.list.table_headers.enabled"), searchable: !0, sortable: !0 }, c && (m.ordering = { label: r("plugins.list.table_headers.ordering"), sortable: !0 }), m.tags = { label: r("plugins.list.table_headers.tags"), sortable: !1 };
|
|
15819
15754
|
const h = m, M = j(() => {
|
|
15820
15755
|
var W, L, se, le;
|
|
15821
15756
|
let T = a.config.entityType ? `${a.config.apiBaseUrl}${Ve.list[a.config.app].forEntity}` : `${a.config.apiBaseUrl}${Ve.list[a.config.app].all}`;
|
|
@@ -16000,7 +15935,7 @@ will extend the wait time by about 12 minutes, continuously adjusting as new req
|
|
|
16000
15935
|
}, null, 8, ["modelValue", "config"])
|
|
16001
15936
|
]),
|
|
16002
15937
|
"toolbar-button": v(() => [
|
|
16003
|
-
(g(), P(
|
|
15938
|
+
(g(), P(ca, {
|
|
16004
15939
|
disabled: !e.useActionOutside,
|
|
16005
15940
|
to: "#kong-ui-app-page-header-action-button"
|
|
16006
15941
|
}, [
|
|
@@ -16029,7 +15964,7 @@ will extend the wait time by about 12 minutes, continuously adjusting as new req
|
|
|
16029
15964
|
]),
|
|
16030
15965
|
name: v(({ row: ie }) => [
|
|
16031
15966
|
y("div", EO, [
|
|
16032
|
-
x(
|
|
15967
|
+
x(Fa, {
|
|
16033
15968
|
class: "plugin-icon",
|
|
16034
15969
|
name: ie.name,
|
|
16035
15970
|
width: 24
|
|
@@ -16216,7 +16151,7 @@ will extend the wait time by about 12 minutes, continuously adjusting as new req
|
|
|
16216
16151
|
"action-pending": we.value,
|
|
16217
16152
|
description: b(r)("delete.description"),
|
|
16218
16153
|
"entity-name": F.value && (F.value.instance_name || F.value.name || F.value.id),
|
|
16219
|
-
"entity-type": b(
|
|
16154
|
+
"entity-type": b(pa).Plugin,
|
|
16220
16155
|
error: Ue.value,
|
|
16221
16156
|
title: b(r)("delete.title"),
|
|
16222
16157
|
visible: ye.value,
|
|
@@ -16392,7 +16327,7 @@ will extend the wait time by about 12 minutes, continuously adjusting as new req
|
|
|
16392
16327
|
title: e.plugin.available ? e.plugin.name : b(r)("plugins.select.unavailable_tooltip"),
|
|
16393
16328
|
onClick: O
|
|
16394
16329
|
}, [
|
|
16395
|
-
x(
|
|
16330
|
+
x(Fa, {
|
|
16396
16331
|
alt: e.plugin.name,
|
|
16397
16332
|
class: "plugin-card-icon",
|
|
16398
16333
|
name: e.plugin.imageName || e.plugin.id,
|
|
@@ -16434,7 +16369,7 @@ will extend the wait time by about 12 minutes, continuously adjusting as new req
|
|
|
16434
16369
|
emits: ["closed", "proceed"],
|
|
16435
16370
|
setup(e, { emit: t }) {
|
|
16436
16371
|
var h;
|
|
16437
|
-
const n = e, i = t, { i18nT: a, i18n: { t: r } } = je.useI18n(), { getMessageFromError: s } =
|
|
16372
|
+
const n = e, i = t, { i18nT: a, i18n: { t: r } } = je.useI18n(), { getMessageFromError: s } = Bi(), { axiosInstance: o } = Cn((h = n.config) == null ? void 0 : h.axiosRequestConfig), l = j(() => {
|
|
16438
16373
|
var M;
|
|
16439
16374
|
return p.value ? r("delete.plugin_schema_in_use_title") : r("delete.title", { name: ((M = n.plugin) == null ? void 0 : M.name) || r("delete.custom_plugin") });
|
|
16440
16375
|
}), u = q(!1), c = q(""), p = q(!1), m = async () => {
|
|
@@ -16459,7 +16394,7 @@ will extend the wait time by about 12 minutes, continuously adjusting as new req
|
|
|
16459
16394
|
"data-testid": "delete-custom-plugin-schema-modal",
|
|
16460
16395
|
description: b(r)("delete.description_custom"),
|
|
16461
16396
|
"entity-name": e.plugin.name,
|
|
16462
|
-
"entity-type": b(
|
|
16397
|
+
"entity-type": b(pa).Plugin,
|
|
16463
16398
|
error: c.value,
|
|
16464
16399
|
"need-confirm": "",
|
|
16465
16400
|
title: l.value,
|
|
@@ -16960,7 +16895,7 @@ will extend the wait time by about 12 minutes, continuously adjusting as new req
|
|
|
16960
16895
|
emits: ["loading", "plugin-clicked", "delete-custom:success"],
|
|
16961
16896
|
setup(e, { emit: t }) {
|
|
16962
16897
|
var ne, ce;
|
|
16963
|
-
const n = e, i = t, a = eu(), r = Wn(), { i18n: { t: s } } = je.useI18n(), { pluginMetaData: o } = je.usePluginMetaData(), { getMessageFromError: l } =
|
|
16898
|
+
const n = e, i = t, a = eu(), r = Wn(), { i18n: { t: s } } = je.useI18n(), { pluginMetaData: o } = je.usePluginMetaData(), { getMessageFromError: l } = Bi(), { sortAlpha: u, objectsAreEqual: c } = Si(), p = q(""), m = q(!0), h = q(!1), M = q(""), C = q([]), O = q({}), I = q([]), { axiosInstance: R } = Cn((ne = n.config) == null ? void 0 : ne.axiosRequestConfig), Y = j(() => O.value ? Object.entries(O.value).filter(([Z]) => Z !== K.CUSTOM_PLUGINS).reduce((Z, [, $]) => {
|
|
16964
16899
|
for (const Q of $)
|
|
16965
16900
|
Z[Q.id] = Q;
|
|
16966
16901
|
return Z;
|
|
@@ -17029,7 +16964,7 @@ will extend the wait time by about 12 minutes, continuously adjusting as new req
|
|
|
17029
16964
|
const z = q(!1), te = q(!1), _ = q(!1);
|
|
17030
16965
|
return Ft(async () => {
|
|
17031
16966
|
z.value = await n.canCreateCustomPlugin(), te.value = await n.canEditCustomPlugin(), _.value = await n.canDeleteCustomPlugin();
|
|
17032
|
-
}),
|
|
16967
|
+
}), Oi(async () => {
|
|
17033
16968
|
try {
|
|
17034
16969
|
const { data: Z } = await R.get(N.value);
|
|
17035
16970
|
if (n.config.app === "konnect") {
|
|
@@ -17177,7 +17112,7 @@ will extend the wait time by about 12 minutes, continuously adjusting as new req
|
|
|
17177
17112
|
]);
|
|
17178
17113
|
};
|
|
17179
17114
|
}
|
|
17180
|
-
}), YI = /* @__PURE__ */ At(hI, [["__scopeId", "data-v-a110ea85"]]), yI = { class: "kong-ui-entity-plugin-config-card" }, vI = { class: "name-cell-wrapper" }, bI = { class: "info-name" }, wI = { key: 0 }, CI = { key: 0 }, EI = { key: 0 }, kI = { key: 0 },
|
|
17115
|
+
}), YI = /* @__PURE__ */ At(hI, [["__scopeId", "data-v-a110ea85"]]), yI = { class: "kong-ui-entity-plugin-config-card" }, vI = { class: "name-cell-wrapper" }, bI = { class: "info-name" }, wI = { key: 0 }, CI = { key: 0 }, EI = { key: 0 }, kI = { key: 0 }, Zi = "config", OI = /* @__PURE__ */ ue({
|
|
17181
17116
|
__name: "PluginConfigCard",
|
|
17182
17117
|
props: {
|
|
17183
17118
|
/** The base konnect or kongManger config. Pass additional config props in the shared entity component as needed. */
|
|
@@ -17221,7 +17156,7 @@ will extend the wait time by about 12 minutes, continuously adjusting as new req
|
|
|
17221
17156
|
emits: ["loading", "fetch:error", "error:fetch-schema", "fetch:success", "navigation-click"],
|
|
17222
17157
|
setup(e, { emit: t }) {
|
|
17223
17158
|
var R;
|
|
17224
|
-
const n = t, i = e, { i18n: { t: a } } = je.useI18n(), r = je.usePluginMetaData(), { setFieldType: s } = je.usePluginHelpers(), { getPropValue: o } =
|
|
17159
|
+
const n = t, i = e, { i18n: { t: a } } = je.useI18n(), r = je.usePluginMetaData(), { setFieldType: s } = je.usePluginHelpers(), { getPropValue: o } = Si(), l = j(
|
|
17225
17160
|
() => {
|
|
17226
17161
|
var Y;
|
|
17227
17162
|
return (Y = Ve.item[i.config.app]) == null ? void 0 : Y[i.scopedEntityType ? "forEntity" : "all"].replace(/{entityType}/gi, i.scopedEntityType).replace(/{entityId}/gi, i.scopedEntityId);
|
|
@@ -17271,9 +17206,9 @@ will extend the wait time by about 12 minutes, continuously adjusting as new req
|
|
|
17271
17206
|
return [];
|
|
17272
17207
|
const Y = (A = C.value.fields) == null ? void 0 : A.find((B) => {
|
|
17273
17208
|
var k;
|
|
17274
|
-
return ((k = Object.keys(B)) == null ? void 0 : k[0]) ===
|
|
17209
|
+
return ((k = Object.keys(B)) == null ? void 0 : k[0]) === Zi;
|
|
17275
17210
|
});
|
|
17276
|
-
return ((f = Y == null ? void 0 : Y[
|
|
17211
|
+
return ((f = Y == null ? void 0 : Y[Zi]) == null ? void 0 : f.fields) || [];
|
|
17277
17212
|
}), p = j(() => {
|
|
17278
17213
|
var E, A;
|
|
17279
17214
|
const Y = {};
|
|
@@ -17286,7 +17221,7 @@ will extend the wait time by about 12 minutes, continuously adjusting as new req
|
|
|
17286
17221
|
}), s(Y, S, k);
|
|
17287
17222
|
}
|
|
17288
17223
|
return Y;
|
|
17289
|
-
}), { getMessageFromError: m } =
|
|
17224
|
+
}), { getMessageFromError: m } = Bi(), { axiosInstance: h } = Cn((R = i.config) == null ? void 0 : R.axiosRequestConfig), M = j(() => {
|
|
17290
17225
|
var E, A;
|
|
17291
17226
|
let Y = `${i.config.apiBaseUrl}${Ve.form[i.config.app].pluginSchema}`;
|
|
17292
17227
|
return i.config.app === "konnect" ? Y = Y.replace(/{controlPlaneId}/gi, ((E = i.config) == null ? void 0 : E.controlPlaneId) || "") : i.config.app === "kongManager" && (Y = Y.replace(/\/{workspace}/gi, (A = i.config) != null && A.workspace ? `/${i.config.workspace}` : "")), Y = Y.replace(/{plugin}/gi, i.config.pluginType), Y;
|
|
@@ -17325,7 +17260,7 @@ will extend the wait time by about 12 minutes, continuously adjusting as new req
|
|
|
17325
17260
|
"config-schema": u.value,
|
|
17326
17261
|
"fetch-url": l.value,
|
|
17327
17262
|
"hide-title": e.hideTitle,
|
|
17328
|
-
"plugin-config-key":
|
|
17263
|
+
"plugin-config-key": Zi,
|
|
17329
17264
|
"plugin-config-schema": p.value,
|
|
17330
17265
|
"onFetch:error": E[0] || (E[0] = (S) => Y.$emit("fetch:error", S)),
|
|
17331
17266
|
"onFetch:success": E[1] || (E[1] = (S) => Y.$emit("fetch:success", S)),
|
|
@@ -17333,7 +17268,7 @@ will extend the wait time by about 12 minutes, continuously adjusting as new req
|
|
|
17333
17268
|
}, {
|
|
17334
17269
|
name: v((S) => [
|
|
17335
17270
|
y("div", vI, [
|
|
17336
|
-
x(
|
|
17271
|
+
x(Fa, {
|
|
17337
17272
|
class: "plugin-icon",
|
|
17338
17273
|
name: b(o)("rowValue", S),
|
|
17339
17274
|
width: 24
|
|
@@ -17342,7 +17277,7 @@ will extend the wait time by about 12 minutes, continuously adjusting as new req
|
|
|
17342
17277
|
])
|
|
17343
17278
|
]),
|
|
17344
17279
|
consumer: v((S) => [
|
|
17345
|
-
b(o)("rowValue", S) ? e.showIdAsLink ? (g(), P(b(
|
|
17280
|
+
b(o)("rowValue", S) ? e.showIdAsLink ? (g(), P(b(Rn), {
|
|
17346
17281
|
key: 1,
|
|
17347
17282
|
item: {
|
|
17348
17283
|
key: b(o)("rowValue", S).id,
|
|
@@ -17358,7 +17293,7 @@ will extend the wait time by about 12 minutes, continuously adjusting as new req
|
|
|
17358
17293
|
}, null, 8, ["copy-tooltip", "text"])) : (g(), w("span", wI, "–"))
|
|
17359
17294
|
]),
|
|
17360
17295
|
route: v((S) => [
|
|
17361
|
-
b(o)("rowValue", S) ? e.showIdAsLink ? (g(), P(b(
|
|
17296
|
+
b(o)("rowValue", S) ? e.showIdAsLink ? (g(), P(b(Rn), {
|
|
17362
17297
|
key: 1,
|
|
17363
17298
|
item: {
|
|
17364
17299
|
key: b(o)("rowValue", S).id,
|
|
@@ -17374,7 +17309,7 @@ will extend the wait time by about 12 minutes, continuously adjusting as new req
|
|
|
17374
17309
|
}, null, 8, ["copy-tooltip", "text"])) : (g(), w("span", CI, "–"))
|
|
17375
17310
|
]),
|
|
17376
17311
|
service: v((S) => [
|
|
17377
|
-
b(o)("rowValue", S) ? e.showIdAsLink ? (g(), P(b(
|
|
17312
|
+
b(o)("rowValue", S) ? e.showIdAsLink ? (g(), P(b(Rn), {
|
|
17378
17313
|
key: 1,
|
|
17379
17314
|
item: {
|
|
17380
17315
|
key: b(o)("rowValue", S).id,
|
|
@@ -17390,7 +17325,7 @@ will extend the wait time by about 12 minutes, continuously adjusting as new req
|
|
|
17390
17325
|
}, null, 8, ["copy-tooltip", "text"])) : (g(), w("span", EI, "–"))
|
|
17391
17326
|
]),
|
|
17392
17327
|
consumer_group: v((S) => [
|
|
17393
|
-
b(o)("rowValue", S) ? e.showIdAsLink ? (g(), P(b(
|
|
17328
|
+
b(o)("rowValue", S) ? e.showIdAsLink ? (g(), P(b(Rn), {
|
|
17394
17329
|
key: 1,
|
|
17395
17330
|
item: {
|
|
17396
17331
|
key: b(o)("rowValue", S).id,
|
|
@@ -17412,13 +17347,13 @@ will extend the wait time by about 12 minutes, continuously adjusting as new req
|
|
|
17412
17347
|
}
|
|
17413
17348
|
}), GI = /* @__PURE__ */ At(OI, [["__scopeId", "data-v-3e4f66ec"]]), { usePluginMetaData: HI } = je;
|
|
17414
17349
|
export {
|
|
17415
|
-
|
|
17350
|
+
gn as EntityTypeIdField,
|
|
17416
17351
|
Af as PLUGIN_GROUPS_COLLAPSE_STATUS,
|
|
17417
17352
|
GI as PluginConfigCard,
|
|
17418
17353
|
DI as PluginForm,
|
|
17419
17354
|
K as PluginGroup,
|
|
17420
17355
|
mf as PluginGroupArray,
|
|
17421
|
-
|
|
17356
|
+
Fa as PluginIcon,
|
|
17422
17357
|
UI as PluginList,
|
|
17423
17358
|
d as PluginScope,
|
|
17424
17359
|
YI as PluginSelect,
|