@kong-ui-public/entities-certificates 3.3.3 → 3.3.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/entities-certificates.es.js +115 -180
- package/package.json +5 -5
|
@@ -3672,8 +3672,7 @@ class ey {
|
|
|
3672
3672
|
if (!f)
|
|
3673
3673
|
throw new Error(`Cannot get ASN1 class by name '${h}'`);
|
|
3674
3674
|
l = new f({ name: a });
|
|
3675
|
-
} else
|
|
3676
|
-
Ht(s.type) ? l = new s.type().toSchema(a) : s.optional ? this.get(s.type).type === $.Choice ? l = new Cr({ name: a }) : (l = this.create(s.type, !1), l.name = a) : l = new Cr({ name: a });
|
|
3675
|
+
} else Ht(s.type) ? l = new s.type().toSchema(a) : s.optional ? this.get(s.type).type === $.Choice ? l = new Cr({ name: a }) : (l = this.create(s.type, !1), l.name = a) : l = new Cr({ name: a });
|
|
3677
3676
|
const u = !!s.optional || s.defaultValue !== void 0;
|
|
3678
3677
|
if (s.repeated) {
|
|
3679
3678
|
l.name = "";
|
|
@@ -3916,8 +3915,7 @@ class Wa {
|
|
|
3916
3915
|
},
|
|
3917
3916
|
value: [u]
|
|
3918
3917
|
}));
|
|
3919
|
-
else
|
|
3920
|
-
a.repeated ? n = n.concat(u) : n.push(u);
|
|
3918
|
+
else a.repeated ? n = n.concat(u) : n.push(u);
|
|
3921
3919
|
}
|
|
3922
3920
|
let o;
|
|
3923
3921
|
switch (i.type) {
|
|
@@ -3989,11 +3987,8 @@ class ee {
|
|
|
3989
3987
|
}
|
|
3990
3988
|
function c(e, t, r, i) {
|
|
3991
3989
|
var n = arguments.length, o = n < 3 ? t : i === null ? i = Object.getOwnPropertyDescriptor(t, r) : i, s;
|
|
3992
|
-
if (typeof Reflect == "object" && typeof Reflect.decorate == "function")
|
|
3993
|
-
|
|
3994
|
-
else
|
|
3995
|
-
for (var a = e.length - 1; a >= 0; a--)
|
|
3996
|
-
(s = e[a]) && (o = (n < 3 ? s(o) : n > 3 ? s(t, r, o) : s(t, r)) || o);
|
|
3990
|
+
if (typeof Reflect == "object" && typeof Reflect.decorate == "function") o = Reflect.decorate(e, t, r, i);
|
|
3991
|
+
else for (var a = e.length - 1; a >= 0; a--) (s = e[a]) && (o = (n < 3 ? s(o) : n > 3 ? s(t, r, o) : s(t, r)) || o);
|
|
3997
3992
|
return n > 3 && o && Object.defineProperty(t, r, o), o;
|
|
3998
3993
|
}
|
|
3999
3994
|
var Kd = { exports: {} };
|
|
@@ -4201,18 +4196,17 @@ var Kd = { exports: {} };
|
|
|
4201
4196
|
C.push(b >> E & 255);
|
|
4202
4197
|
return C;
|
|
4203
4198
|
}().reverse();
|
|
4204
|
-
} else
|
|
4205
|
-
|
|
4206
|
-
|
|
4207
|
-
|
|
4208
|
-
|
|
4209
|
-
|
|
4210
|
-
|
|
4211
|
-
|
|
4212
|
-
|
|
4213
|
-
|
|
4214
|
-
|
|
4215
|
-
}() : null;
|
|
4199
|
+
} else return (y = p.match(i.twoOctet)) ? function() {
|
|
4200
|
+
const C = y.slice(1, 4), E = [];
|
|
4201
|
+
if (b = f(C[1]), b > 16777215 || b < 0)
|
|
4202
|
+
throw new Error("ipaddr: address outside defined range");
|
|
4203
|
+
return E.push(f(C[0])), E.push(b >> 16 & 255), E.push(b >> 8 & 255), E.push(b & 255), E;
|
|
4204
|
+
}() : (y = p.match(i.threeOctet)) ? function() {
|
|
4205
|
+
const C = y.slice(1, 5), E = [];
|
|
4206
|
+
if (b = f(C[2]), b > 65535 || b < 0)
|
|
4207
|
+
throw new Error("ipaddr: address outside defined range");
|
|
4208
|
+
return E.push(f(C[0])), E.push(f(C[1])), E.push(b >> 8 & 255), E.push(b & 255), E;
|
|
4209
|
+
}() : null;
|
|
4216
4210
|
}, m.IPv4.subnetMaskFromPrefixLength = function(p) {
|
|
4217
4211
|
if (p = parseInt(p), p < 0 || p > 32)
|
|
4218
4212
|
throw new Error("ipaddr: invalid IPv4 prefix length");
|
|
@@ -6408,8 +6402,7 @@ var la = function(e, t) {
|
|
|
6408
6402
|
return la = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(r, i) {
|
|
6409
6403
|
r.__proto__ = i;
|
|
6410
6404
|
} || function(r, i) {
|
|
6411
|
-
for (var n in i)
|
|
6412
|
-
i.hasOwnProperty(n) && (r[n] = i[n]);
|
|
6405
|
+
for (var n in i) i.hasOwnProperty(n) && (r[n] = i[n]);
|
|
6413
6406
|
}, la(e, t);
|
|
6414
6407
|
};
|
|
6415
6408
|
function vl(e, t) {
|
|
@@ -6448,8 +6441,7 @@ function xy(e, t, r, i) {
|
|
|
6448
6441
|
}
|
|
6449
6442
|
function Iy(e, t) {
|
|
6450
6443
|
var r = { label: 0, sent: function() {
|
|
6451
|
-
if (o[0] & 1)
|
|
6452
|
-
throw o[1];
|
|
6444
|
+
if (o[0] & 1) throw o[1];
|
|
6453
6445
|
return o[1];
|
|
6454
6446
|
}, trys: [], ops: [] }, i, n, o, s;
|
|
6455
6447
|
return s = { next: a(0), throw: a(1), return: a(2) }, typeof Symbol == "function" && (s[Symbol.iterator] = function() {
|
|
@@ -6461,84 +6453,75 @@ function Iy(e, t) {
|
|
|
6461
6453
|
};
|
|
6462
6454
|
}
|
|
6463
6455
|
function l(u) {
|
|
6464
|
-
if (i)
|
|
6465
|
-
|
|
6466
|
-
|
|
6467
|
-
|
|
6468
|
-
|
|
6469
|
-
|
|
6470
|
-
|
|
6471
|
-
|
|
6472
|
-
|
|
6473
|
-
|
|
6474
|
-
|
|
6475
|
-
|
|
6476
|
-
|
|
6477
|
-
|
|
6478
|
-
|
|
6479
|
-
|
|
6480
|
-
|
|
6481
|
-
|
|
6482
|
-
|
|
6483
|
-
default:
|
|
6484
|
-
if (o = r.trys, !(o = o.length > 0 && o[o.length - 1]) && (u[0] === 6 || u[0] === 2)) {
|
|
6485
|
-
r = 0;
|
|
6486
|
-
continue;
|
|
6487
|
-
}
|
|
6488
|
-
if (u[0] === 3 && (!o || u[1] > o[0] && u[1] < o[3])) {
|
|
6489
|
-
r.label = u[1];
|
|
6490
|
-
break;
|
|
6491
|
-
}
|
|
6492
|
-
if (u[0] === 6 && r.label < o[1]) {
|
|
6493
|
-
r.label = o[1], o = u;
|
|
6494
|
-
break;
|
|
6495
|
-
}
|
|
6496
|
-
if (o && r.label < o[2]) {
|
|
6497
|
-
r.label = o[2], r.ops.push(u);
|
|
6498
|
-
break;
|
|
6499
|
-
}
|
|
6500
|
-
o[2] && r.ops.pop(), r.trys.pop();
|
|
6456
|
+
if (i) throw new TypeError("Generator is already executing.");
|
|
6457
|
+
for (; r; ) try {
|
|
6458
|
+
if (i = 1, n && (o = u[0] & 2 ? n.return : u[0] ? n.throw || ((o = n.return) && o.call(n), 0) : n.next) && !(o = o.call(n, u[1])).done) return o;
|
|
6459
|
+
switch (n = 0, o && (u = [u[0] & 2, o.value]), u[0]) {
|
|
6460
|
+
case 0:
|
|
6461
|
+
case 1:
|
|
6462
|
+
o = u;
|
|
6463
|
+
break;
|
|
6464
|
+
case 4:
|
|
6465
|
+
return r.label++, { value: u[1], done: !1 };
|
|
6466
|
+
case 5:
|
|
6467
|
+
r.label++, n = u[1], u = [0];
|
|
6468
|
+
continue;
|
|
6469
|
+
case 7:
|
|
6470
|
+
u = r.ops.pop(), r.trys.pop();
|
|
6471
|
+
continue;
|
|
6472
|
+
default:
|
|
6473
|
+
if (o = r.trys, !(o = o.length > 0 && o[o.length - 1]) && (u[0] === 6 || u[0] === 2)) {
|
|
6474
|
+
r = 0;
|
|
6501
6475
|
continue;
|
|
6502
|
-
|
|
6503
|
-
|
|
6504
|
-
|
|
6505
|
-
|
|
6506
|
-
|
|
6507
|
-
|
|
6476
|
+
}
|
|
6477
|
+
if (u[0] === 3 && (!o || u[1] > o[0] && u[1] < o[3])) {
|
|
6478
|
+
r.label = u[1];
|
|
6479
|
+
break;
|
|
6480
|
+
}
|
|
6481
|
+
if (u[0] === 6 && r.label < o[1]) {
|
|
6482
|
+
r.label = o[1], o = u;
|
|
6483
|
+
break;
|
|
6484
|
+
}
|
|
6485
|
+
if (o && r.label < o[2]) {
|
|
6486
|
+
r.label = o[2], r.ops.push(u);
|
|
6487
|
+
break;
|
|
6488
|
+
}
|
|
6489
|
+
o[2] && r.ops.pop(), r.trys.pop();
|
|
6490
|
+
continue;
|
|
6508
6491
|
}
|
|
6509
|
-
|
|
6510
|
-
|
|
6492
|
+
u = t.call(e, r);
|
|
6493
|
+
} catch (h) {
|
|
6494
|
+
u = [6, h], n = 0;
|
|
6495
|
+
} finally {
|
|
6496
|
+
i = o = 0;
|
|
6497
|
+
}
|
|
6498
|
+
if (u[0] & 5) throw u[1];
|
|
6511
6499
|
return { value: u[0] ? u[1] : void 0, done: !0 };
|
|
6512
6500
|
}
|
|
6513
6501
|
}
|
|
6514
6502
|
function an(e) {
|
|
6515
6503
|
var t = typeof Symbol == "function" && Symbol.iterator, r = t && e[t], i = 0;
|
|
6516
|
-
if (r)
|
|
6517
|
-
|
|
6518
|
-
|
|
6519
|
-
|
|
6520
|
-
|
|
6521
|
-
|
|
6522
|
-
}
|
|
6523
|
-
};
|
|
6504
|
+
if (r) return r.call(e);
|
|
6505
|
+
if (e && typeof e.length == "number") return {
|
|
6506
|
+
next: function() {
|
|
6507
|
+
return e && i >= e.length && (e = void 0), { value: e && e[i++], done: !e };
|
|
6508
|
+
}
|
|
6509
|
+
};
|
|
6524
6510
|
throw new TypeError(t ? "Object is not iterable." : "Symbol.iterator is not defined.");
|
|
6525
6511
|
}
|
|
6526
6512
|
function Ln(e, t) {
|
|
6527
6513
|
var r = typeof Symbol == "function" && e[Symbol.iterator];
|
|
6528
|
-
if (!r)
|
|
6529
|
-
return e;
|
|
6514
|
+
if (!r) return e;
|
|
6530
6515
|
var i = r.call(e), n, o = [], s;
|
|
6531
6516
|
try {
|
|
6532
|
-
for (; (t === void 0 || t-- > 0) && !(n = i.next()).done; )
|
|
6533
|
-
o.push(n.value);
|
|
6517
|
+
for (; (t === void 0 || t-- > 0) && !(n = i.next()).done; ) o.push(n.value);
|
|
6534
6518
|
} catch (a) {
|
|
6535
6519
|
s = { error: a };
|
|
6536
6520
|
} finally {
|
|
6537
6521
|
try {
|
|
6538
6522
|
n && !n.done && (r = i.return) && r.call(i);
|
|
6539
6523
|
} finally {
|
|
6540
|
-
if (s)
|
|
6541
|
-
throw s.error;
|
|
6524
|
+
if (s) throw s.error;
|
|
6542
6525
|
}
|
|
6543
6526
|
}
|
|
6544
6527
|
return o;
|
|
@@ -6765,8 +6748,7 @@ var Py = function(e) {
|
|
|
6765
6748
|
try {
|
|
6766
6749
|
a && !a.done && (n = s.return) && n.call(s);
|
|
6767
6750
|
} finally {
|
|
6768
|
-
if (i)
|
|
6769
|
-
throw i.error;
|
|
6751
|
+
if (i) throw i.error;
|
|
6770
6752
|
}
|
|
6771
6753
|
}
|
|
6772
6754
|
this.interceptors.preResolution.setAll(t, o);
|
|
@@ -6786,8 +6768,7 @@ var Py = function(e) {
|
|
|
6786
6768
|
try {
|
|
6787
6769
|
l && !l.done && (o = a.return) && o.call(a);
|
|
6788
6770
|
} finally {
|
|
6789
|
-
if (n)
|
|
6790
|
-
throw n.error;
|
|
6771
|
+
if (n) throw n.error;
|
|
6791
6772
|
}
|
|
6792
6773
|
}
|
|
6793
6774
|
this.interceptors.postResolution.setAll(t, s);
|
|
@@ -6833,8 +6814,7 @@ var Py = function(e) {
|
|
|
6833
6814
|
try {
|
|
6834
6815
|
n && !n.done && (r = i.return) && r.call(i);
|
|
6835
6816
|
} finally {
|
|
6836
|
-
if (t)
|
|
6837
|
-
throw t.error;
|
|
6817
|
+
if (t) throw t.error;
|
|
6838
6818
|
}
|
|
6839
6819
|
}
|
|
6840
6820
|
}, e.prototype.createChildContainer = function() {
|
|
@@ -6860,8 +6840,7 @@ var Py = function(e) {
|
|
|
6860
6840
|
try {
|
|
6861
6841
|
o && !o.done && (r = n.return) && r.call(n);
|
|
6862
6842
|
} finally {
|
|
6863
|
-
if (t)
|
|
6864
|
-
throw t.error;
|
|
6843
|
+
if (t) throw t.error;
|
|
6865
6844
|
}
|
|
6866
6845
|
}
|
|
6867
6846
|
return i;
|
|
@@ -7912,8 +7891,7 @@ class ir {
|
|
|
7912
7891
|
u.value.printableString = l[h];
|
|
7913
7892
|
break;
|
|
7914
7893
|
}
|
|
7915
|
-
else
|
|
7916
|
-
l[0] === "#" ? u.value.anyValue = G.FromHex(l.slice(1)) : s === this.getName("E") || s === this.getName("DC") ? u.value.ia5String = l : u.value.printableString = l;
|
|
7894
|
+
else l[0] === "#" ? u.value.anyValue = G.FromHex(l.slice(1)) : s === this.getName("E") || s === this.getName("DC") ? u.value.ia5String = l : u.value.printableString = l;
|
|
7917
7895
|
n.push(u);
|
|
7918
7896
|
}
|
|
7919
7897
|
}
|
|
@@ -7981,8 +7959,7 @@ class au extends ur {
|
|
|
7981
7959
|
default:
|
|
7982
7960
|
throw new Error("Cannot create GeneralName. Unsupported type of the name");
|
|
7983
7961
|
}
|
|
7984
|
-
else
|
|
7985
|
-
q.isBufferSource(t[0]) ? r = ee.parse(t[0], ye) : r = t[0];
|
|
7962
|
+
else q.isBufferSource(t[0]) ? r = ee.parse(t[0], ye) : r = t[0];
|
|
7986
7963
|
super(r);
|
|
7987
7964
|
}
|
|
7988
7965
|
onInit(t) {
|
|
@@ -9281,13 +9258,11 @@ function zo() {
|
|
|
9281
9258
|
}
|
|
9282
9259
|
function Rf() {
|
|
9283
9260
|
const e = (r, i) => (i == null ? void 0 : i[r]) ?? void 0, t = (r, i) => {
|
|
9284
|
-
if (r.length !== i.length)
|
|
9285
|
-
return !1;
|
|
9261
|
+
if (r.length !== i.length) return !1;
|
|
9286
9262
|
const n = /* @__PURE__ */ new Set([...r, ...i]);
|
|
9287
9263
|
for (const o of n) {
|
|
9288
9264
|
const s = r.filter((l) => l === o).length, a = i.filter((l) => l === o).length;
|
|
9289
|
-
if (s !== a)
|
|
9290
|
-
return !1;
|
|
9265
|
+
if (s !== a) return !1;
|
|
9291
9266
|
}
|
|
9292
9267
|
return !0;
|
|
9293
9268
|
};
|
|
@@ -10093,8 +10068,7 @@ function ds(e, t) {
|
|
|
10093
10068
|
return Re.repeat(" ", t - e.length) + e;
|
|
10094
10069
|
}
|
|
10095
10070
|
function mv(e, t) {
|
|
10096
|
-
if (t = Object.create(t || null), !e.buffer)
|
|
10097
|
-
return null;
|
|
10071
|
+
if (t = Object.create(t || null), !e.buffer) return null;
|
|
10098
10072
|
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);
|
|
10099
10073
|
for (var r = /\r?\n|\r|\0/g, i = [0], n = [], o, s = -1; o = r.exec(e.buffer); )
|
|
10100
10074
|
n.push(o.index), i.push(o.index + o[0].length), e.position <= o.index && s < 0 && (s = i.length - 2);
|
|
@@ -10237,8 +10211,7 @@ var zf = Oa, Gf = new Ke("tag:yaml.org,2002:str", {
|
|
|
10237
10211
|
]
|
|
10238
10212
|
});
|
|
10239
10213
|
function xv(e) {
|
|
10240
|
-
if (e === null)
|
|
10241
|
-
return !0;
|
|
10214
|
+
if (e === null) return !0;
|
|
10242
10215
|
var t = e.length;
|
|
10243
10216
|
return t === 1 && e === "~" || t === 4 && (e === "null" || e === "Null" || e === "NULL");
|
|
10244
10217
|
}
|
|
@@ -10273,8 +10246,7 @@ var Zf = new Ke("tag:yaml.org,2002:null", {
|
|
|
10273
10246
|
defaultStyle: "lowercase"
|
|
10274
10247
|
});
|
|
10275
10248
|
function Ev(e) {
|
|
10276
|
-
if (e === null)
|
|
10277
|
-
return !1;
|
|
10249
|
+
if (e === null) return !1;
|
|
10278
10250
|
var t = e.length;
|
|
10279
10251
|
return t === 4 && (e === "true" || e === "True" || e === "TRUE") || t === 5 && (e === "false" || e === "False" || e === "FALSE");
|
|
10280
10252
|
}
|
|
@@ -10312,19 +10284,15 @@ function jv(e) {
|
|
|
10312
10284
|
return 48 <= e && e <= 57;
|
|
10313
10285
|
}
|
|
10314
10286
|
function $v(e) {
|
|
10315
|
-
if (e === null)
|
|
10316
|
-
return !1;
|
|
10287
|
+
if (e === null) return !1;
|
|
10317
10288
|
var t = e.length, r = 0, i = !1, n;
|
|
10318
|
-
if (!t)
|
|
10319
|
-
return !1;
|
|
10289
|
+
if (!t) return !1;
|
|
10320
10290
|
if (n = e[r], (n === "-" || n === "+") && (n = e[++r]), n === "0") {
|
|
10321
|
-
if (r + 1 === t)
|
|
10322
|
-
return !0;
|
|
10291
|
+
if (r + 1 === t) return !0;
|
|
10323
10292
|
if (n = e[++r], n === "b") {
|
|
10324
10293
|
for (r++; r < t; r++)
|
|
10325
10294
|
if (n = e[r], n !== "_") {
|
|
10326
|
-
if (n !== "0" && n !== "1")
|
|
10327
|
-
return !1;
|
|
10295
|
+
if (n !== "0" && n !== "1") return !1;
|
|
10328
10296
|
i = !0;
|
|
10329
10297
|
}
|
|
10330
10298
|
return i && n !== "_";
|
|
@@ -10332,8 +10300,7 @@ function $v(e) {
|
|
|
10332
10300
|
if (n === "x") {
|
|
10333
10301
|
for (r++; r < t; r++)
|
|
10334
10302
|
if (n = e[r], n !== "_") {
|
|
10335
|
-
if (!_v(e.charCodeAt(r)))
|
|
10336
|
-
return !1;
|
|
10303
|
+
if (!_v(e.charCodeAt(r))) return !1;
|
|
10337
10304
|
i = !0;
|
|
10338
10305
|
}
|
|
10339
10306
|
return i && n !== "_";
|
|
@@ -10341,15 +10308,13 @@ function $v(e) {
|
|
|
10341
10308
|
if (n === "o") {
|
|
10342
10309
|
for (r++; r < t; r++)
|
|
10343
10310
|
if (n = e[r], n !== "_") {
|
|
10344
|
-
if (!Tv(e.charCodeAt(r)))
|
|
10345
|
-
return !1;
|
|
10311
|
+
if (!Tv(e.charCodeAt(r))) return !1;
|
|
10346
10312
|
i = !0;
|
|
10347
10313
|
}
|
|
10348
10314
|
return i && n !== "_";
|
|
10349
10315
|
}
|
|
10350
10316
|
}
|
|
10351
|
-
if (n === "_")
|
|
10352
|
-
return !1;
|
|
10317
|
+
if (n === "_") return !1;
|
|
10353
10318
|
for (; r < t; r++)
|
|
10354
10319
|
if (n = e[r], n !== "_") {
|
|
10355
10320
|
if (!jv(e.charCodeAt(r)))
|
|
@@ -10360,15 +10325,11 @@ function $v(e) {
|
|
|
10360
10325
|
}
|
|
10361
10326
|
function Vv(e) {
|
|
10362
10327
|
var t = e, r = 1, i;
|
|
10363
|
-
if (t.indexOf("_") !== -1 && (t = t.replace(/_/g, "")), i = t[0], (i === "-" || i === "+") && (i === "-" && (r = -1), t = t.slice(1), i = t[0]), t === "0")
|
|
10364
|
-
return 0;
|
|
10328
|
+
if (t.indexOf("_") !== -1 && (t = t.replace(/_/g, "")), i = t[0], (i === "-" || i === "+") && (i === "-" && (r = -1), t = t.slice(1), i = t[0]), t === "0") return 0;
|
|
10365
10329
|
if (i === "0") {
|
|
10366
|
-
if (t[1] === "b")
|
|
10367
|
-
|
|
10368
|
-
if (t[1] === "
|
|
10369
|
-
return r * parseInt(t.slice(2), 16);
|
|
10370
|
-
if (t[1] === "o")
|
|
10371
|
-
return r * parseInt(t.slice(2), 8);
|
|
10330
|
+
if (t[1] === "b") return r * parseInt(t.slice(2), 2);
|
|
10331
|
+
if (t[1] === "x") return r * parseInt(t.slice(2), 16);
|
|
10332
|
+
if (t[1] === "o") return r * parseInt(t.slice(2), 8);
|
|
10372
10333
|
}
|
|
10373
10334
|
return r * parseInt(t, 10);
|
|
10374
10335
|
}
|
|
@@ -10476,8 +10437,7 @@ function Fv(e) {
|
|
|
10476
10437
|
}
|
|
10477
10438
|
function qv(e) {
|
|
10478
10439
|
var t, r, i, n, o, s, a, l = 0, u = null, h, f, N;
|
|
10479
|
-
if (t = ip.exec(e), t === null && (t = np.exec(e)), t === null)
|
|
10480
|
-
throw new Error("Date resolve error");
|
|
10440
|
+
if (t = ip.exec(e), t === null && (t = np.exec(e)), t === null) throw new Error("Date resolve error");
|
|
10481
10441
|
if (r = +t[1], i = +t[2] - 1, n = +t[3], !t[4])
|
|
10482
10442
|
return new Date(Date.UTC(r, i, n));
|
|
10483
10443
|
if (o = +t[4], s = +t[5], a = +t[6], t[7]) {
|
|
@@ -10506,13 +10466,11 @@ var sp = new Ke("tag:yaml.org,2002:merge", {
|
|
|
10506
10466
|
}), Il = `ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=
|
|
10507
10467
|
\r`;
|
|
10508
10468
|
function Gv(e) {
|
|
10509
|
-
if (e === null)
|
|
10510
|
-
return !1;
|
|
10469
|
+
if (e === null) return !1;
|
|
10511
10470
|
var t, r, i = 0, n = e.length, o = Il;
|
|
10512
10471
|
for (r = 0; r < n; r++)
|
|
10513
10472
|
if (t = o.indexOf(e.charAt(r)), !(t > 64)) {
|
|
10514
|
-
if (t < 0)
|
|
10515
|
-
return !1;
|
|
10473
|
+
if (t < 0) return !1;
|
|
10516
10474
|
i += 6;
|
|
10517
10475
|
}
|
|
10518
10476
|
return i % 8 === 0;
|
|
@@ -10540,24 +10498,17 @@ var ap = new Ke("tag:yaml.org,2002:binary", {
|
|
|
10540
10498
|
represent: Jv
|
|
10541
10499
|
}), Zv = Object.prototype.hasOwnProperty, Qv = Object.prototype.toString;
|
|
10542
10500
|
function Xv(e) {
|
|
10543
|
-
if (e === null)
|
|
10544
|
-
return !0;
|
|
10501
|
+
if (e === null) return !0;
|
|
10545
10502
|
var t = [], r, i, n, o, s, a = e;
|
|
10546
10503
|
for (r = 0, i = a.length; r < i; r += 1) {
|
|
10547
|
-
if (n = a[r], s = !1, Qv.call(n) !== "[object Object]")
|
|
10548
|
-
return !1;
|
|
10504
|
+
if (n = a[r], s = !1, Qv.call(n) !== "[object Object]") return !1;
|
|
10549
10505
|
for (o in n)
|
|
10550
10506
|
if (Zv.call(n, o))
|
|
10551
|
-
if (!s)
|
|
10552
|
-
|
|
10553
|
-
|
|
10554
|
-
|
|
10555
|
-
|
|
10556
|
-
return !1;
|
|
10557
|
-
if (t.indexOf(o) === -1)
|
|
10558
|
-
t.push(o);
|
|
10559
|
-
else
|
|
10560
|
-
return !1;
|
|
10507
|
+
if (!s) s = !0;
|
|
10508
|
+
else return !1;
|
|
10509
|
+
if (!s) return !1;
|
|
10510
|
+
if (t.indexOf(o) === -1) t.push(o);
|
|
10511
|
+
else return !1;
|
|
10561
10512
|
}
|
|
10562
10513
|
return !0;
|
|
10563
10514
|
}
|
|
@@ -10570,19 +10521,16 @@ var lp = new Ke("tag:yaml.org,2002:omap", {
|
|
|
10570
10521
|
construct: em
|
|
10571
10522
|
}), tm = Object.prototype.toString;
|
|
10572
10523
|
function rm(e) {
|
|
10573
|
-
if (e === null)
|
|
10574
|
-
return !0;
|
|
10524
|
+
if (e === null) return !0;
|
|
10575
10525
|
var t, r, i, n, o, s = e;
|
|
10576
10526
|
for (o = new Array(s.length), t = 0, r = s.length; t < r; t += 1) {
|
|
10577
|
-
if (i = s[t], tm.call(i) !== "[object Object]" || (n = Object.keys(i), n.length !== 1))
|
|
10578
|
-
return !1;
|
|
10527
|
+
if (i = s[t], tm.call(i) !== "[object Object]" || (n = Object.keys(i), n.length !== 1)) return !1;
|
|
10579
10528
|
o[t] = [n[0], i[n[0]]];
|
|
10580
10529
|
}
|
|
10581
10530
|
return !0;
|
|
10582
10531
|
}
|
|
10583
10532
|
function im(e) {
|
|
10584
|
-
if (e === null)
|
|
10585
|
-
return [];
|
|
10533
|
+
if (e === null) return [];
|
|
10586
10534
|
var t, r, i, n, o, s = e;
|
|
10587
10535
|
for (o = new Array(s.length), t = 0, r = s.length; t < r; t += 1)
|
|
10588
10536
|
i = s[t], n = Object.keys(i), o[t] = [n[0], i[n[0]]];
|
|
@@ -10594,8 +10542,7 @@ var cp = new Ke("tag:yaml.org,2002:pairs", {
|
|
|
10594
10542
|
construct: im
|
|
10595
10543
|
}), nm = Object.prototype.hasOwnProperty;
|
|
10596
10544
|
function om(e) {
|
|
10597
|
-
if (e === null)
|
|
10598
|
-
return !0;
|
|
10545
|
+
if (e === null) return !0;
|
|
10599
10546
|
var t, r = e;
|
|
10600
10547
|
for (t in r)
|
|
10601
10548
|
if (nm.call(r, t) && r[t] !== null)
|
|
@@ -10701,8 +10648,7 @@ function nr(e, t, r, i) {
|
|
|
10701
10648
|
if (a = e.input.slice(t, r), i)
|
|
10702
10649
|
for (n = 0, o = a.length; n < o; n += 1)
|
|
10703
10650
|
s = a.charCodeAt(n), s === 9 || 32 <= s && s <= 1114111 || ie(e, "expected valid JSON character");
|
|
10704
|
-
else
|
|
10705
|
-
lm.test(a) && ie(e, "the stream contains non-printable characters");
|
|
10651
|
+
else lm.test(a) && ie(e, "the stream contains non-printable characters");
|
|
10706
10652
|
e.result += a;
|
|
10707
10653
|
}
|
|
10708
10654
|
}
|
|
@@ -10796,8 +10742,7 @@ function vm(e, t) {
|
|
|
10796
10742
|
i = e.position, e.position++, n = e.position;
|
|
10797
10743
|
else
|
|
10798
10744
|
return !0;
|
|
10799
|
-
else
|
|
10800
|
-
Et(r) ? (nr(e, i, n, !0), Nl(e, Te(e, !1, t)), i = n = e.position) : e.position === e.lineStart && Wo(e) ? ie(e, "unexpected end of the document within a single quoted scalar") : (e.position++, n = e.position);
|
|
10745
|
+
else Et(r) ? (nr(e, i, n, !0), Nl(e, Te(e, !1, t)), i = n = e.position) : e.position === e.lineStart && Wo(e) ? ie(e, "unexpected end of the document within a single quoted scalar") : (e.position++, n = e.position);
|
|
10801
10746
|
ie(e, "unexpected end of the stream within a single quoted scalar");
|
|
10802
10747
|
}
|
|
10803
10748
|
function mm(e, t) {
|
|
@@ -10819,8 +10764,7 @@ function mm(e, t) {
|
|
|
10819
10764
|
} else
|
|
10820
10765
|
ie(e, "unknown escape sequence");
|
|
10821
10766
|
r = i = e.position;
|
|
10822
|
-
} else
|
|
10823
|
-
Et(a) ? (nr(e, r, i, !0), Nl(e, Te(e, !1, t)), r = i = e.position) : e.position === e.lineStart && Wo(e) ? ie(e, "unexpected end of the document within a double quoted scalar") : (e.position++, i = e.position);
|
|
10767
|
+
} else Et(a) ? (nr(e, r, i, !0), Nl(e, Te(e, !1, t)), r = i = e.position) : e.position === e.lineStart && Wo(e) ? ie(e, "unexpected end of the document within a double quoted scalar") : (e.position++, i = e.position);
|
|
10824
10768
|
}
|
|
10825
10769
|
ie(e, "unexpected end of the stream within a double quoted scalar");
|
|
10826
10770
|
}
|
|
@@ -10888,8 +10832,7 @@ function wm(e, t) {
|
|
|
10888
10832
|
}
|
|
10889
10833
|
function Bu(e, t) {
|
|
10890
10834
|
var r, i = e.tag, n = e.anchor, o = [], s, a = !1, l;
|
|
10891
|
-
if (e.firstTabInLine !== -1)
|
|
10892
|
-
return !1;
|
|
10835
|
+
if (e.firstTabInLine !== -1) return !1;
|
|
10893
10836
|
for (e.anchor !== null && (e.anchorMap[e.anchor] = o), l = e.input.charCodeAt(e.position); l !== 0 && (e.firstTabInLine !== -1 && (e.position = e.firstTabInLine, ie(e, "tab characters must not be used in indentation")), !(l !== 45 || (s = e.input.charCodeAt(e.position + 1), !nt(s)))); ) {
|
|
10894
10837
|
if (a = !0, e.position++, Te(e, !0, -1) && e.lineIndent <= t) {
|
|
10895
10838
|
o.push(null), l = e.input.charCodeAt(e.position);
|
|
@@ -10904,8 +10847,7 @@ function Bu(e, t) {
|
|
|
10904
10847
|
}
|
|
10905
10848
|
function km(e, t, r) {
|
|
10906
10849
|
var i, n, o, s, a, l, u = e.tag, h = e.anchor, f = {}, N = /* @__PURE__ */ Object.create(null), m = null, p = null, y = null, g = !1, b = !1, C;
|
|
10907
|
-
if (e.firstTabInLine !== -1)
|
|
10908
|
-
return !1;
|
|
10850
|
+
if (e.firstTabInLine !== -1) return !1;
|
|
10909
10851
|
for (e.anchor !== null && (e.anchorMap[e.anchor] = f), C = e.input.charCodeAt(e.position); C !== 0; ) {
|
|
10910
10852
|
if (!g && e.firstTabInLine !== -1 && (e.position = e.firstTabInLine, ie(e, "tab characters must not be used in indentation")), i = e.input.charCodeAt(e.position + 1), o = e.line, (C === 63 || C === 58) && nt(i))
|
|
10911
10853
|
C === 63 ? (g && (Lr(e, f, N, m, p, null, s, a, l), m = p = y = null), b = !0, g = !0, n = !0) : g ? (g = !1, n = !0) : ie(e, "incomplete explicit mapping pair; a key node is missed; or followed by a non-tabulated empty line"), e.position += 1, C = i;
|
|
@@ -10935,8 +10877,7 @@ function km(e, t, r) {
|
|
|
10935
10877
|
}
|
|
10936
10878
|
function Sm(e) {
|
|
10937
10879
|
var t, r = !1, i = !1, n, o, s;
|
|
10938
|
-
if (s = e.input.charCodeAt(e.position), s !== 33)
|
|
10939
|
-
return !1;
|
|
10880
|
+
if (s = e.input.charCodeAt(e.position), s !== 33) return !1;
|
|
10940
10881
|
if (e.tag !== null && ie(e, "duplication of a tag property"), s = e.input.charCodeAt(++e.position), s === 60 ? (r = !0, s = e.input.charCodeAt(++e.position)) : s === 33 ? (i = !0, n = "!!", s = e.input.charCodeAt(++e.position)) : n = "!", t = e.position, r) {
|
|
10941
10882
|
do
|
|
10942
10883
|
s = e.input.charCodeAt(++e.position);
|
|
@@ -10957,16 +10898,14 @@ function Sm(e) {
|
|
|
10957
10898
|
}
|
|
10958
10899
|
function Am(e) {
|
|
10959
10900
|
var t, r;
|
|
10960
|
-
if (r = e.input.charCodeAt(e.position), r !== 38)
|
|
10961
|
-
return !1;
|
|
10901
|
+
if (r = e.input.charCodeAt(e.position), r !== 38) return !1;
|
|
10962
10902
|
for (e.anchor !== null && ie(e, "duplication of an anchor property"), r = e.input.charCodeAt(++e.position), t = e.position; r !== 0 && !nt(r) && !Dr(r); )
|
|
10963
10903
|
r = e.input.charCodeAt(++e.position);
|
|
10964
10904
|
return e.position === t && ie(e, "name of an anchor node must contain at least one character"), e.anchor = e.input.slice(t, e.position), !0;
|
|
10965
10905
|
}
|
|
10966
10906
|
function Cm(e) {
|
|
10967
10907
|
var t, r, i;
|
|
10968
|
-
if (i = e.input.charCodeAt(e.position), i !== 42)
|
|
10969
|
-
return !1;
|
|
10908
|
+
if (i = e.input.charCodeAt(e.position), i !== 42) return !1;
|
|
10970
10909
|
for (i = e.input.charCodeAt(++e.position), t = e.position; i !== 0 && !nt(i) && !Dr(i); )
|
|
10971
10910
|
i = e.input.charCodeAt(++e.position);
|
|
10972
10911
|
return e.position === t && ie(e, "name of an alias node must contain at least one character"), r = e.input.slice(t, e.position), ar.call(e.anchorMap, r) || ie(e, 'unidentified alias "' + r + '"'), e.result = e.anchorMap[r], Te(e, !0, -1), !0;
|
|
@@ -11011,8 +10950,7 @@ function xm(e) {
|
|
|
11011
10950
|
while (s !== 0 && !Et(s));
|
|
11012
10951
|
break;
|
|
11013
10952
|
}
|
|
11014
|
-
if (Et(s))
|
|
11015
|
-
break;
|
|
10953
|
+
if (Et(s)) break;
|
|
11016
10954
|
for (r = e.position; s !== 0 && !nt(s); )
|
|
11017
10955
|
s = e.input.charCodeAt(++e.position);
|
|
11018
10956
|
n.push(e.input.slice(r, e.position));
|
|
@@ -11093,8 +11031,7 @@ var zm = [
|
|
|
11093
11031
|
], Gm = /^[-+]?[0-9_]+(?::[0-9_]+)+(?:\.[0-9_]*)?$/;
|
|
11094
11032
|
function Wm(e, t) {
|
|
11095
11033
|
var r, i, n, o, s, a, l;
|
|
11096
|
-
if (t === null)
|
|
11097
|
-
return {};
|
|
11034
|
+
if (t === null) return {};
|
|
11098
11035
|
for (r = {}, i = Object.keys(t), n = 0, o = i.length; n < o; n += 1)
|
|
11099
11036
|
s = i[n], a = String(t[s]), s.slice(0, 2) === "!!" && (s = "tag:yaml.org,2002:" + s.slice(2)), l = e.compiledTypeMap.fallback[s], l && kp.call(l.styleAliases, a) && (a = l.styleAliases[a]), r[s] = a;
|
|
11100
11037
|
return r;
|
|
@@ -11249,8 +11186,7 @@ function i0(e, t) {
|
|
|
11249
11186
|
return i;
|
|
11250
11187
|
}
|
|
11251
11188
|
function ju(e, t) {
|
|
11252
|
-
if (e === "" || e[0] === " ")
|
|
11253
|
-
return e;
|
|
11189
|
+
if (e === "" || e[0] === " ") return e;
|
|
11254
11190
|
for (var r = / [^ ]/g, i, n = 0, o, s = 0, a = 0, l = ""; i = r.exec(e); )
|
|
11255
11191
|
a = i.index, a - n > t && (o = s > n ? s : a, l += `
|
|
11256
11192
|
` + e.slice(n, o), n = o + 1), s = a;
|
|
@@ -11325,8 +11261,7 @@ function Yt(e, t, r, i, n, o, s) {
|
|
|
11325
11261
|
else if (a === "[object String]")
|
|
11326
11262
|
e.tag !== "?" && r0(e, e.dump, t, o, l);
|
|
11327
11263
|
else {
|
|
11328
|
-
if (a === "[object Undefined]" || e.skipInvalid)
|
|
11329
|
-
return !1;
|
|
11264
|
+
if (a === "[object Undefined]" || e.skipInvalid) return !1;
|
|
11330
11265
|
throw new Qe("unacceptable kind of an object to dump " + a);
|
|
11331
11266
|
}
|
|
11332
11267
|
e.tag !== null && e.tag !== "?" && (u = encodeURI(
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kong-ui-public/entities-certificates",
|
|
3
|
-
"version": "3.3.
|
|
3
|
+
"version": "3.3.4",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./dist/entities-certificates.umd.js",
|
|
6
6
|
"module": "./dist/entities-certificates.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": {
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"dependencies": {
|
|
50
50
|
"@kong/icons": "^1.14.2",
|
|
51
51
|
"@peculiar/x509": "^1.9.7",
|
|
52
|
-
"@kong-ui-public/entities-shared": "^3.4.
|
|
52
|
+
"@kong-ui-public/entities-shared": "^3.4.4"
|
|
53
53
|
},
|
|
54
54
|
"distSizeChecker": {
|
|
55
55
|
"errorLimit": "1.5MB"
|