@kong-ui-public/entities-consumer-credentials 3.2.15 → 3.2.16
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.
|
@@ -466,13 +466,11 @@ function ce() {
|
|
|
466
466
|
}
|
|
467
467
|
function Ue() {
|
|
468
468
|
const e = (r, a) => (a == null ? void 0 : a[r]) ?? void 0, t = (r, a) => {
|
|
469
|
-
if (r.length !== a.length)
|
|
470
|
-
return !1;
|
|
469
|
+
if (r.length !== a.length) return !1;
|
|
471
470
|
const n = /* @__PURE__ */ new Set([...r, ...a]);
|
|
472
471
|
for (const o of n) {
|
|
473
472
|
const i = r.filter((f) => f === o).length, s = a.filter((f) => f === o).length;
|
|
474
|
-
if (i !== s)
|
|
475
|
-
return !1;
|
|
473
|
+
if (i !== s) return !1;
|
|
476
474
|
}
|
|
477
475
|
return !0;
|
|
478
476
|
};
|
|
@@ -954,8 +952,7 @@ var ir = pe, or = new K("tag:yaml.org,2002:str", {
|
|
|
954
952
|
]
|
|
955
953
|
});
|
|
956
954
|
function ur(e) {
|
|
957
|
-
if (e === null)
|
|
958
|
-
return !0;
|
|
955
|
+
if (e === null) return !0;
|
|
959
956
|
var t = e.length;
|
|
960
957
|
return t === 1 && e === "~" || t === 4 && (e === "null" || e === "Null" || e === "NULL");
|
|
961
958
|
}
|
|
@@ -990,8 +987,7 @@ var fr = new K("tag:yaml.org,2002:null", {
|
|
|
990
987
|
defaultStyle: "lowercase"
|
|
991
988
|
});
|
|
992
989
|
function yr(e) {
|
|
993
|
-
if (e === null)
|
|
994
|
-
return !1;
|
|
990
|
+
if (e === null) return !1;
|
|
995
991
|
var t = e.length;
|
|
996
992
|
return t === 4 && (e === "true" || e === "True" || e === "TRUE") || t === 5 && (e === "false" || e === "False" || e === "FALSE");
|
|
997
993
|
}
|
|
@@ -1029,19 +1025,15 @@ function wr(e) {
|
|
|
1029
1025
|
return 48 <= e && e <= 57;
|
|
1030
1026
|
}
|
|
1031
1027
|
function Cr(e) {
|
|
1032
|
-
if (e === null)
|
|
1033
|
-
return !1;
|
|
1028
|
+
if (e === null) return !1;
|
|
1034
1029
|
var t = e.length, r = 0, a = !1, n;
|
|
1035
|
-
if (!t)
|
|
1036
|
-
return !1;
|
|
1030
|
+
if (!t) return !1;
|
|
1037
1031
|
if (n = e[r], (n === "-" || n === "+") && (n = e[++r]), n === "0") {
|
|
1038
|
-
if (r + 1 === t)
|
|
1039
|
-
return !0;
|
|
1032
|
+
if (r + 1 === t) return !0;
|
|
1040
1033
|
if (n = e[++r], n === "b") {
|
|
1041
1034
|
for (r++; r < t; r++)
|
|
1042
1035
|
if (n = e[r], n !== "_") {
|
|
1043
|
-
if (n !== "0" && n !== "1")
|
|
1044
|
-
return !1;
|
|
1036
|
+
if (n !== "0" && n !== "1") return !1;
|
|
1045
1037
|
a = !0;
|
|
1046
1038
|
}
|
|
1047
1039
|
return a && n !== "_";
|
|
@@ -1049,8 +1041,7 @@ function Cr(e) {
|
|
|
1049
1041
|
if (n === "x") {
|
|
1050
1042
|
for (r++; r < t; r++)
|
|
1051
1043
|
if (n = e[r], n !== "_") {
|
|
1052
|
-
if (!vr(e.charCodeAt(r)))
|
|
1053
|
-
return !1;
|
|
1044
|
+
if (!vr(e.charCodeAt(r))) return !1;
|
|
1054
1045
|
a = !0;
|
|
1055
1046
|
}
|
|
1056
1047
|
return a && n !== "_";
|
|
@@ -1058,15 +1049,13 @@ function Cr(e) {
|
|
|
1058
1049
|
if (n === "o") {
|
|
1059
1050
|
for (r++; r < t; r++)
|
|
1060
1051
|
if (n = e[r], n !== "_") {
|
|
1061
|
-
if (!br(e.charCodeAt(r)))
|
|
1062
|
-
return !1;
|
|
1052
|
+
if (!br(e.charCodeAt(r))) return !1;
|
|
1063
1053
|
a = !0;
|
|
1064
1054
|
}
|
|
1065
1055
|
return a && n !== "_";
|
|
1066
1056
|
}
|
|
1067
1057
|
}
|
|
1068
|
-
if (n === "_")
|
|
1069
|
-
return !1;
|
|
1058
|
+
if (n === "_") return !1;
|
|
1070
1059
|
for (; r < t; r++)
|
|
1071
1060
|
if (n = e[r], n !== "_") {
|
|
1072
1061
|
if (!wr(e.charCodeAt(r)))
|
|
@@ -1077,15 +1066,11 @@ function Cr(e) {
|
|
|
1077
1066
|
}
|
|
1078
1067
|
function kr(e) {
|
|
1079
1068
|
var t = e, r = 1, a;
|
|
1080
|
-
if (t.indexOf("_") !== -1 && (t = t.replace(/_/g, "")), a = t[0], (a === "-" || a === "+") && (a === "-" && (r = -1), t = t.slice(1), a = t[0]), t === "0")
|
|
1081
|
-
return 0;
|
|
1069
|
+
if (t.indexOf("_") !== -1 && (t = t.replace(/_/g, "")), a = t[0], (a === "-" || a === "+") && (a === "-" && (r = -1), t = t.slice(1), a = t[0]), t === "0") return 0;
|
|
1082
1070
|
if (a === "0") {
|
|
1083
|
-
if (t[1] === "b")
|
|
1084
|
-
|
|
1085
|
-
if (t[1] === "
|
|
1086
|
-
return r * parseInt(t.slice(2), 16);
|
|
1087
|
-
if (t[1] === "o")
|
|
1088
|
-
return r * parseInt(t.slice(2), 8);
|
|
1071
|
+
if (t[1] === "b") return r * parseInt(t.slice(2), 2);
|
|
1072
|
+
if (t[1] === "x") return r * parseInt(t.slice(2), 16);
|
|
1073
|
+
if (t[1] === "o") return r * parseInt(t.slice(2), 8);
|
|
1089
1074
|
}
|
|
1090
1075
|
return r * parseInt(t, 10);
|
|
1091
1076
|
}
|
|
@@ -1193,8 +1178,7 @@ function Kr(e) {
|
|
|
1193
1178
|
}
|
|
1194
1179
|
function Fr(e) {
|
|
1195
1180
|
var t, r, a, n, o, i, s, f = 0, d = null, y, c, S;
|
|
1196
|
-
if (t = He.exec(e), t === null && (t = Ve.exec(e)), t === null)
|
|
1197
|
-
throw new Error("Date resolve error");
|
|
1181
|
+
if (t = He.exec(e), t === null && (t = Ve.exec(e)), t === null) throw new Error("Date resolve error");
|
|
1198
1182
|
if (r = +t[1], a = +t[2] - 1, n = +t[3], !t[4])
|
|
1199
1183
|
return new Date(Date.UTC(r, a, n));
|
|
1200
1184
|
if (o = +t[4], i = +t[5], s = +t[6], t[7]) {
|
|
@@ -1223,13 +1207,11 @@ var Ur = new K("tag:yaml.org,2002:merge", {
|
|
|
1223
1207
|
}), Ce = `ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=
|
|
1224
1208
|
\r`;
|
|
1225
1209
|
function Br(e) {
|
|
1226
|
-
if (e === null)
|
|
1227
|
-
return !1;
|
|
1210
|
+
if (e === null) return !1;
|
|
1228
1211
|
var t, r, a = 0, n = e.length, o = Ce;
|
|
1229
1212
|
for (r = 0; r < n; r++)
|
|
1230
1213
|
if (t = o.indexOf(e.charAt(r)), !(t > 64)) {
|
|
1231
|
-
if (t < 0)
|
|
1232
|
-
return !1;
|
|
1214
|
+
if (t < 0) return !1;
|
|
1233
1215
|
a += 6;
|
|
1234
1216
|
}
|
|
1235
1217
|
return a % 8 === 0;
|
|
@@ -1257,24 +1239,17 @@ var zr = new K("tag:yaml.org,2002:binary", {
|
|
|
1257
1239
|
represent: Rr
|
|
1258
1240
|
}), Hr = Object.prototype.hasOwnProperty, Vr = Object.prototype.toString;
|
|
1259
1241
|
function Wr(e) {
|
|
1260
|
-
if (e === null)
|
|
1261
|
-
return !0;
|
|
1242
|
+
if (e === null) return !0;
|
|
1262
1243
|
var t = [], r, a, n, o, i, s = e;
|
|
1263
1244
|
for (r = 0, a = s.length; r < a; r += 1) {
|
|
1264
|
-
if (n = s[r], i = !1, Vr.call(n) !== "[object Object]")
|
|
1265
|
-
return !1;
|
|
1245
|
+
if (n = s[r], i = !1, Vr.call(n) !== "[object Object]") return !1;
|
|
1266
1246
|
for (o in n)
|
|
1267
1247
|
if (Hr.call(n, o))
|
|
1268
|
-
if (!i)
|
|
1269
|
-
|
|
1270
|
-
|
|
1271
|
-
|
|
1272
|
-
|
|
1273
|
-
return !1;
|
|
1274
|
-
if (t.indexOf(o) === -1)
|
|
1275
|
-
t.push(o);
|
|
1276
|
-
else
|
|
1277
|
-
return !1;
|
|
1248
|
+
if (!i) i = !0;
|
|
1249
|
+
else return !1;
|
|
1250
|
+
if (!i) return !1;
|
|
1251
|
+
if (t.indexOf(o) === -1) t.push(o);
|
|
1252
|
+
else return !1;
|
|
1278
1253
|
}
|
|
1279
1254
|
return !0;
|
|
1280
1255
|
}
|
|
@@ -1287,19 +1262,16 @@ var Yr = new K("tag:yaml.org,2002:omap", {
|
|
|
1287
1262
|
construct: Jr
|
|
1288
1263
|
}), Zr = Object.prototype.toString;
|
|
1289
1264
|
function Gr(e) {
|
|
1290
|
-
if (e === null)
|
|
1291
|
-
return !0;
|
|
1265
|
+
if (e === null) return !0;
|
|
1292
1266
|
var t, r, a, n, o, i = e;
|
|
1293
1267
|
for (o = new Array(i.length), t = 0, r = i.length; t < r; t += 1) {
|
|
1294
|
-
if (a = i[t], Zr.call(a) !== "[object Object]" || (n = Object.keys(a), n.length !== 1))
|
|
1295
|
-
return !1;
|
|
1268
|
+
if (a = i[t], Zr.call(a) !== "[object Object]" || (n = Object.keys(a), n.length !== 1)) return !1;
|
|
1296
1269
|
o[t] = [n[0], a[n[0]]];
|
|
1297
1270
|
}
|
|
1298
1271
|
return !0;
|
|
1299
1272
|
}
|
|
1300
1273
|
function Xr(e) {
|
|
1301
|
-
if (e === null)
|
|
1302
|
-
return [];
|
|
1274
|
+
if (e === null) return [];
|
|
1303
1275
|
var t, r, a, n, o, i = e;
|
|
1304
1276
|
for (o = new Array(i.length), t = 0, r = i.length; t < r; t += 1)
|
|
1305
1277
|
a = i[t], n = Object.keys(a), o[t] = [n[0], a[n[0]]];
|
|
@@ -1311,8 +1283,7 @@ var Qr = new K("tag:yaml.org,2002:pairs", {
|
|
|
1311
1283
|
construct: Xr
|
|
1312
1284
|
}), ea = Object.prototype.hasOwnProperty;
|
|
1313
1285
|
function ta(e) {
|
|
1314
|
-
if (e === null)
|
|
1315
|
-
return !0;
|
|
1286
|
+
if (e === null) return !0;
|
|
1316
1287
|
var t, r = e;
|
|
1317
1288
|
for (t in r)
|
|
1318
1289
|
if (ea.call(r, t) && r[t] !== null)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kong-ui-public/entities-consumer-credentials",
|
|
3
|
-
"version": "3.2.
|
|
3
|
+
"version": "3.2.16",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./dist/entities-consumer-credentials.umd.js",
|
|
6
6
|
"module": "./dist/entities-consumer-credentials.es.js",
|
|
@@ -24,15 +24,15 @@
|
|
|
24
24
|
"@kong/kongponents": "^9.0.8",
|
|
25
25
|
"axios": "^1.6.8",
|
|
26
26
|
"vue": ">= 3.3.13 < 4",
|
|
27
|
-
"vue-router": "^4.3.
|
|
27
|
+
"vue-router": "^4.3.3",
|
|
28
28
|
"@kong-ui-public/i18n": "^2.2.2"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
31
|
"@kong/design-tokens": "1.15.1",
|
|
32
32
|
"@kong/kongponents": "9.0.8",
|
|
33
33
|
"axios": "^1.6.8",
|
|
34
|
-
"vue": "^3.4.
|
|
35
|
-
"vue-router": "^4.3.
|
|
34
|
+
"vue": "^3.4.31",
|
|
35
|
+
"vue-router": "^4.3.3",
|
|
36
36
|
"@kong-ui-public/i18n": "^2.2.2"
|
|
37
37
|
},
|
|
38
38
|
"repository": {
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
},
|
|
52
52
|
"dependencies": {
|
|
53
53
|
"@kong/icons": "^1.14.2",
|
|
54
|
-
"@kong-ui-public/entities-shared": "^3.4.
|
|
54
|
+
"@kong-ui-public/entities-shared": "^3.4.4"
|
|
55
55
|
},
|
|
56
56
|
"scripts": {
|
|
57
57
|
"dev": "cross-env USE_SANDBOX=true vite",
|