@redocly/replay 0.15.0-next.6 → 0.15.0-next.7
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/{replay-index-0fogrFuM.js → replay-index-B0c2Zp_O.js} +380 -379
- package/dist/{replay-index-DaZiYU0k.js → replay-index-BqIQdeEF.js} +70 -70
- package/dist/{replay-tauri-path-kqbHKWSa.js → replay-tauri-path-DdFfArRq.js} +2 -2
- package/dist/{replay-tauri-path-CF8RINRB.js → replay-tauri-path-OEwOTJx1.js} +1 -1
- package/dist/replay.cjs +1 -1
- package/dist/replay.js +1 -1
- package/package.json +2 -2
|
@@ -3,7 +3,7 @@ var Q7 = (t, e, n) => e in t ? B7(t, e, { enumerable: !0, configurable: !0, writ
|
|
|
3
3
|
var pe = (t, e, n) => Q7(t, typeof e != "symbol" ? e + "" : e, n);
|
|
4
4
|
import * as ie from "react";
|
|
5
5
|
import nt, { useContext as yn, createElement as Yr, useRef as Qe, createContext as $r, useState as ve, useLayoutEffect as gg, useEffect as $e, forwardRef as Ro, useImperativeHandle as fO, useCallback as ze, version as L7, isValidElement as a4, memo as Wn, Fragment as vn, useMemo as Pe, Component as z7, useTransition as l4, PureComponent as F7, cloneElement as aS, useDeferredValue as V7, Suspense as Z7, use as W7, StrictMode as dO } from "react";
|
|
6
|
-
import { isString as c4, Switch as X7, Button as Oe, CheckmarkIcon as ff, ChevronUpIcon as U7, ChevronDownIcon as ac, ViewOffIcon as mg, ViewIcon as vg, CopyButton as No, EditIcon as gi, SecurityVariablesEnvSuffix as Je, SearchIcon as u4, CloseOutlineIcon as G7, CloseIcon as di, FolderIcon as Y7, AddIcon as pr, InformationIcon as
|
|
6
|
+
import { isString as c4, Switch as X7, Button as Oe, CheckmarkIcon as ff, ChevronUpIcon as U7, ChevronDownIcon as ac, ViewOffIcon as mg, ViewIcon as vg, CopyButton as No, EditIcon as gi, SecurityVariablesEnvSuffix as Je, SearchIcon as u4, CloseOutlineIcon as G7, CloseIcon as di, FolderIcon as Y7, AddIcon as pr, InformationIcon as ya, Portal as hO, WarningFilledIcon as f4, ArrowUpRightIcon as H7, RestartIcon as q7, WorkflowAutomationIcon as d4, SecurityIcon as J7, CodeIcon as h4, DataRefineryIcon as p4, DataFormatIcon as g4, TableBuiltIcon as pO, CookieIcon as gO, Select as df, ValueVariableIcon as K7, CheckboxIcon as m4, FileIcon as eN, CharacterIcon as tN, TrashCanIcon as sn, SpinnerIcon as yg, DocumentBlankIcon as nN, CloudUploadIcon as rN, ChevronSortIcon as iN, ChevronRightIcon as hf, H4 as v4, useModalScrollLock as oN, Segmented as y4, CircleDashIcon as mO, CloseFilledIcon as vO, Tag as Rh, Markdown as sN, Admonition as aN, SettingsCogIcon as lN, Typography as Ko, SaveIcon as cN, ArrowRightIcon as x4, StatusCode as O4, TimeIcon as uN, FileStorageIcon as fN, Spinner as b4, useOutsideClick as w4, useFocusTrap as S4, FlowIcon as dN, DocumentAddIcon as u1, CleanIcon as hN, IBMCloudHyperProtectCryptoServicesIcon as pN, DownloadIcon as C4, DraggableIcon as gN, Dropdown as yO, DropdownMenu as xO, OverflowMenuVerticalIcon as k4, WarningAltFilledIcon as mN, markdoc as vN, SidePanelOpenIcon as yN, SidePanelCloseIcon as xN, useMount as A4, DropdownMenuItem as ON, ArrowLeftIcon as bN, GlobalStyle as wN, IS_BROWSER as SN } from "@redocly/theme";
|
|
7
7
|
import lS, { createPortal as P4 } from "react-dom";
|
|
8
8
|
function CN(t, e) {
|
|
9
9
|
for (var n = 0; n < e.length; n++) {
|
|
@@ -1418,11 +1418,11 @@ function m1(t) {
|
|
|
1418
1418
|
for (e = Math.abs(t); e > 52; e = e / 52 | 0) n = bS(e % 52) + n;
|
|
1419
1419
|
return (bS(e % 52) + n).replace(aM, "$1-$2");
|
|
1420
1420
|
}
|
|
1421
|
-
var
|
|
1421
|
+
var Ws = function(t, e) {
|
|
1422
1422
|
for (var n = e.length; n; ) t = 33 * t ^ e.charCodeAt(--n);
|
|
1423
1423
|
return t;
|
|
1424
1424
|
}, j4 = function(t) {
|
|
1425
|
-
return
|
|
1425
|
+
return Ws(5381, t);
|
|
1426
1426
|
};
|
|
1427
1427
|
function lM(t) {
|
|
1428
1428
|
for (var e = 0; e < t.length; e += 1) {
|
|
@@ -1433,13 +1433,13 @@ function lM(t) {
|
|
|
1433
1433
|
}
|
|
1434
1434
|
var cM = j4("5.3.11"), uM = function() {
|
|
1435
1435
|
function t(e, n, r) {
|
|
1436
|
-
this.rules = e, this.staticRulesId = "", this.isStatic = process.env.NODE_ENV === "production" && (r === void 0 || r.isStatic) && lM(e), this.componentId = n, this.baseHash =
|
|
1436
|
+
this.rules = e, this.staticRulesId = "", this.isStatic = process.env.NODE_ENV === "production" && (r === void 0 || r.isStatic) && lM(e), this.componentId = n, this.baseHash = Ws(cM, n), this.baseStyle = r, _4.registerId(n);
|
|
1437
1437
|
}
|
|
1438
1438
|
return t.prototype.generateAndInjectStyles = function(e, n, r) {
|
|
1439
1439
|
var i = this.componentId, o = [];
|
|
1440
1440
|
if (this.baseStyle && o.push(this.baseStyle.generateAndInjectStyles(e, n, r)), this.isStatic && !r.hash) if (this.staticRulesId && n.hasNameForId(i, this.staticRulesId)) o.push(this.staticRulesId);
|
|
1441
1441
|
else {
|
|
1442
|
-
var s = Dl(this.rules, e, n, r).join(""), a = m1(
|
|
1442
|
+
var s = Dl(this.rules, e, n, r).join(""), a = m1(Ws(this.baseHash, s) >>> 0);
|
|
1443
1443
|
if (!n.hasNameForId(i, a)) {
|
|
1444
1444
|
var l = r(s, "." + a, void 0, i);
|
|
1445
1445
|
n.insertRules(i, a, l);
|
|
@@ -1447,12 +1447,12 @@ var cM = j4("5.3.11"), uM = function() {
|
|
|
1447
1447
|
o.push(a), this.staticRulesId = a;
|
|
1448
1448
|
}
|
|
1449
1449
|
else {
|
|
1450
|
-
for (var c = this.rules.length, u =
|
|
1450
|
+
for (var c = this.rules.length, u = Ws(this.baseHash, r.hash), f = "", h = 0; h < c; h++) {
|
|
1451
1451
|
var d = this.rules[h];
|
|
1452
|
-
if (typeof d == "string") f += d, process.env.NODE_ENV !== "production" && (u =
|
|
1452
|
+
if (typeof d == "string") f += d, process.env.NODE_ENV !== "production" && (u = Ws(u, d + h));
|
|
1453
1453
|
else if (d) {
|
|
1454
1454
|
var g = Dl(d, e, n, r), p = Array.isArray(g) ? g.join("") : g;
|
|
1455
|
-
u =
|
|
1455
|
+
u = Ws(u, p + h), f += p;
|
|
1456
1456
|
}
|
|
1457
1457
|
}
|
|
1458
1458
|
if (f) {
|
|
@@ -1513,7 +1513,7 @@ function hM(t) {
|
|
|
1513
1513
|
return f = [], v;
|
|
1514
1514
|
}
|
|
1515
1515
|
}])), g.hash = c.length ? c.reduce(function(p, v) {
|
|
1516
|
-
return v.name || lc(15),
|
|
1516
|
+
return v.name || lc(15), Ws(p, v.name);
|
|
1517
1517
|
}, 5381).toString() : "", g;
|
|
1518
1518
|
}
|
|
1519
1519
|
var $4 = nt.createContext();
|
|
@@ -2458,7 +2458,7 @@ var U0 = {
|
|
|
2458
2458
|
},
|
|
2459
2459
|
hiddenInterceptDependencyListsModeDebug: !1
|
|
2460
2460
|
};
|
|
2461
|
-
function
|
|
2461
|
+
function xa(t, e) {
|
|
2462
2462
|
for (var n = 0, r = t || []; n < r.length; n++) {
|
|
2463
2463
|
var i = r[n];
|
|
2464
2464
|
if (i === Object(i)) {
|
|
@@ -2470,32 +2470,32 @@ function ya(t, e) {
|
|
|
2470
2470
|
}
|
|
2471
2471
|
var Qh;
|
|
2472
2472
|
function $M(t, e) {
|
|
2473
|
-
return
|
|
2473
|
+
return xa(e), Qh(t, e);
|
|
2474
2474
|
}
|
|
2475
2475
|
var Lh;
|
|
2476
2476
|
function DM(t, e) {
|
|
2477
|
-
return
|
|
2477
|
+
return xa(e), Lh(t, e);
|
|
2478
2478
|
}
|
|
2479
2479
|
var O1;
|
|
2480
2480
|
function RM(t, e) {
|
|
2481
|
-
return
|
|
2481
|
+
return xa(e), O1(t, e);
|
|
2482
2482
|
}
|
|
2483
2483
|
var b1;
|
|
2484
2484
|
function NM(t, e, n) {
|
|
2485
|
-
return
|
|
2485
|
+
return xa(n), b1(t, e, n);
|
|
2486
2486
|
}
|
|
2487
2487
|
var w1;
|
|
2488
2488
|
function MM(t, e) {
|
|
2489
|
-
return
|
|
2489
|
+
return xa(e), w1(t, e);
|
|
2490
2490
|
}
|
|
2491
2491
|
var S1;
|
|
2492
2492
|
function BM(t, e) {
|
|
2493
|
-
return
|
|
2493
|
+
return xa(e), S1(t, e);
|
|
2494
2494
|
}
|
|
2495
2495
|
var C1;
|
|
2496
2496
|
function QM(t, e) {
|
|
2497
2497
|
return C1(t, function(n, r) {
|
|
2498
|
-
return
|
|
2498
|
+
return xa(Object.keys(r).map(function(i) {
|
|
2499
2499
|
return r[i];
|
|
2500
2500
|
})), (e || TM)(n, r);
|
|
2501
2501
|
});
|
|
@@ -3579,7 +3579,7 @@ function RS(t) {
|
|
|
3579
3579
|
function Hi(t) {
|
|
3580
3580
|
return t === 10 || t === 13;
|
|
3581
3581
|
}
|
|
3582
|
-
function
|
|
3582
|
+
function na(t) {
|
|
3583
3583
|
return t === 9 || t === 32;
|
|
3584
3584
|
}
|
|
3585
3585
|
function dr(t) {
|
|
@@ -3609,8 +3609,8 @@ function fQ(t) {
|
|
|
3609
3609
|
);
|
|
3610
3610
|
}
|
|
3611
3611
|
var yI = new Array(256), xI = new Array(256);
|
|
3612
|
-
for (var
|
|
3613
|
-
yI[
|
|
3612
|
+
for (var Ra = 0; Ra < 256; Ra++)
|
|
3613
|
+
yI[Ra] = NS(Ra) ? 1 : 0, xI[Ra] = NS(Ra);
|
|
3614
3614
|
function dQ(t, e) {
|
|
3615
3615
|
this.input = t, this.filename = e.filename || null, this.schema = e.schema || IO, this.onWarning = e.onWarning || null, this.legacy = e.legacy || !1, this.json = e.json || !1, this.listener = e.listener || null, this.implicitTypes = this.schema.compiledImplicit, this.typeMap = this.schema.compiledTypeMap, this.length = t.length, this.position = 0, this.line = 0, this.lineStart = 0, this.lineIndent = 0, this.firstTabInLine = -1, this.documents = [];
|
|
3616
3616
|
}
|
|
@@ -3688,7 +3688,7 @@ function TO(t) {
|
|
|
3688
3688
|
}
|
|
3689
3689
|
function nn(t, e, n) {
|
|
3690
3690
|
for (var r = 0, i = t.input.charCodeAt(t.position); i !== 0; ) {
|
|
3691
|
-
for (;
|
|
3691
|
+
for (; na(i); )
|
|
3692
3692
|
i === 9 && t.firstTabInLine === -1 && (t.firstTabInLine = t.position), i = t.input.charCodeAt(++t.position);
|
|
3693
3693
|
if (e && i === 35)
|
|
3694
3694
|
do
|
|
@@ -3733,7 +3733,7 @@ function hQ(t, e, n) {
|
|
|
3733
3733
|
break;
|
|
3734
3734
|
}
|
|
3735
3735
|
}
|
|
3736
|
-
a && (ss(t, o, s, !1), _O(t, t.line - l), o = s = t.position, a = !1),
|
|
3736
|
+
a && (ss(t, o, s, !1), _O(t, t.line - l), o = s = t.position, a = !1), na(d) || (s = t.position + 1), d = t.input.charCodeAt(++t.position);
|
|
3737
3737
|
}
|
|
3738
3738
|
return ss(t, o, s, !1), t.result ? !0 : (t.kind = f, t.result = h, !1);
|
|
3739
3739
|
}
|
|
@@ -3803,10 +3803,10 @@ function vQ(t, e) {
|
|
|
3803
3803
|
u === 0 ? _e(t, "bad explicit indentation width of a block scalar; it cannot be less than one") : s ? _e(t, "repeat of an indentation width identifier") : (a = e + u - 1, s = !0);
|
|
3804
3804
|
else
|
|
3805
3805
|
break;
|
|
3806
|
-
if (
|
|
3806
|
+
if (na(f)) {
|
|
3807
3807
|
do
|
|
3808
3808
|
f = t.input.charCodeAt(++t.position);
|
|
3809
|
-
while (
|
|
3809
|
+
while (na(f));
|
|
3810
3810
|
if (f === 35)
|
|
3811
3811
|
do
|
|
3812
3812
|
f = t.input.charCodeAt(++t.position);
|
|
@@ -3825,7 +3825,7 @@ function vQ(t, e) {
|
|
|
3825
3825
|
`);
|
|
3826
3826
|
break;
|
|
3827
3827
|
}
|
|
3828
|
-
for (r ?
|
|
3828
|
+
for (r ? na(f) ? (c = !0, t.result += mn.repeat(`
|
|
3829
3829
|
`, o ? 1 + l : l)) : c ? (c = !1, t.result += mn.repeat(`
|
|
3830
3830
|
`, l + 1)) : l === 0 ? o && (t.result += " ") : t.result += mn.repeat(`
|
|
3831
3831
|
`, l) : t.result += mn.repeat(`
|
|
@@ -3860,7 +3860,7 @@ function yQ(t, e, n) {
|
|
|
3860
3860
|
if (s = t.line, a = t.lineStart, l = t.position, !Rl(t, n, pI, !1, !0))
|
|
3861
3861
|
break;
|
|
3862
3862
|
if (t.line === o) {
|
|
3863
|
-
for (x = t.input.charCodeAt(t.position);
|
|
3863
|
+
for (x = t.input.charCodeAt(t.position); na(x); )
|
|
3864
3864
|
x = t.input.charCodeAt(++t.position);
|
|
3865
3865
|
if (x === 58)
|
|
3866
3866
|
x = t.input.charCodeAt(++t.position), dr(x) || _e(t, "a whitespace character is expected after the key-value separator within a block mapping"), v && (il(t, f, h, d, g, null, s, a, l), d = g = p = null), y = !0, v = !1, i = !1, d = t.tag, g = t.result;
|
|
@@ -3947,7 +3947,7 @@ function wQ(t) {
|
|
|
3947
3947
|
for (o = !0, s = t.input.charCodeAt(++t.position), n = t.position; s !== 0 && !dr(s); )
|
|
3948
3948
|
s = t.input.charCodeAt(++t.position);
|
|
3949
3949
|
for (r = t.input.slice(n, t.position), i = [], r.length < 1 && _e(t, "directive name must not be less than one character in length"); s !== 0; ) {
|
|
3950
|
-
for (;
|
|
3950
|
+
for (; na(s); )
|
|
3951
3951
|
s = t.input.charCodeAt(++t.position);
|
|
3952
3952
|
if (s === 35) {
|
|
3953
3953
|
do
|
|
@@ -5197,7 +5197,7 @@ function PL() {
|
|
|
5197
5197
|
}(nm)), nm.exports;
|
|
5198
5198
|
}
|
|
5199
5199
|
var rm = { exports: {} }, JS;
|
|
5200
|
-
function
|
|
5200
|
+
function Oa() {
|
|
5201
5201
|
return JS || (JS = 1, function(t, e) {
|
|
5202
5202
|
(function(n, r) {
|
|
5203
5203
|
t.exports = r(at());
|
|
@@ -5354,7 +5354,7 @@ function EL() {
|
|
|
5354
5354
|
}(im)), im.exports;
|
|
5355
5355
|
}
|
|
5356
5356
|
var om = { exports: {} }, e2;
|
|
5357
|
-
function
|
|
5357
|
+
function ba() {
|
|
5358
5358
|
return e2 || (e2 = 1, function(t, e) {
|
|
5359
5359
|
(function(n, r) {
|
|
5360
5360
|
t.exports = r(at());
|
|
@@ -7240,7 +7240,7 @@ var Em = { exports: {} }, S2;
|
|
|
7240
7240
|
function WL() {
|
|
7241
7241
|
return S2 || (S2 = 1, function(t, e) {
|
|
7242
7242
|
(function(n, r, i) {
|
|
7243
|
-
t.exports = r(at(),
|
|
7243
|
+
t.exports = r(at(), Oa(), ba(), Cs(), wn());
|
|
7244
7244
|
})(De, function(n) {
|
|
7245
7245
|
return function() {
|
|
7246
7246
|
var r = n, i = r.lib, o = i.BlockCipher, s = r.algo, a = [], l = [], c = [], u = [], f = [], h = [], d = [], g = [], p = [], v = [];
|
|
@@ -7300,7 +7300,7 @@ var Im = { exports: {} }, C2;
|
|
|
7300
7300
|
function XL() {
|
|
7301
7301
|
return C2 || (C2 = 1, function(t, e) {
|
|
7302
7302
|
(function(n, r, i) {
|
|
7303
|
-
t.exports = r(at(),
|
|
7303
|
+
t.exports = r(at(), Oa(), ba(), Cs(), wn());
|
|
7304
7304
|
})(De, function(n) {
|
|
7305
7305
|
return function() {
|
|
7306
7306
|
var r = n, i = r.lib, o = i.WordArray, s = i.BlockCipher, a = r.algo, l = [
|
|
@@ -8020,7 +8020,7 @@ var Tm = { exports: {} }, k2;
|
|
|
8020
8020
|
function UL() {
|
|
8021
8021
|
return k2 || (k2 = 1, function(t, e) {
|
|
8022
8022
|
(function(n, r, i) {
|
|
8023
|
-
t.exports = r(at(),
|
|
8023
|
+
t.exports = r(at(), Oa(), ba(), Cs(), wn());
|
|
8024
8024
|
})(De, function(n) {
|
|
8025
8025
|
return function() {
|
|
8026
8026
|
var r = n, i = r.lib, o = i.StreamCipher, s = r.algo, a = s.RC4 = o.extend({
|
|
@@ -8074,7 +8074,7 @@ var _m = { exports: {} }, A2;
|
|
|
8074
8074
|
function GL() {
|
|
8075
8075
|
return A2 || (A2 = 1, function(t, e) {
|
|
8076
8076
|
(function(n, r, i) {
|
|
8077
|
-
t.exports = r(at(),
|
|
8077
|
+
t.exports = r(at(), Oa(), ba(), Cs(), wn());
|
|
8078
8078
|
})(De, function(n) {
|
|
8079
8079
|
return function() {
|
|
8080
8080
|
var r = n, i = r.lib, o = i.StreamCipher, s = r.algo, a = [], l = [], c = [], u = s.Rabbit = o.extend({
|
|
@@ -8140,7 +8140,7 @@ var jm = { exports: {} }, P2;
|
|
|
8140
8140
|
function YL() {
|
|
8141
8141
|
return P2 || (P2 = 1, function(t, e) {
|
|
8142
8142
|
(function(n, r, i) {
|
|
8143
|
-
t.exports = r(at(),
|
|
8143
|
+
t.exports = r(at(), Oa(), ba(), Cs(), wn());
|
|
8144
8144
|
})(De, function(n) {
|
|
8145
8145
|
return function() {
|
|
8146
8146
|
var r = n, i = r.lib, o = i.StreamCipher, s = r.algo, a = [], l = [], c = [], u = s.RabbitLegacy = o.extend({
|
|
@@ -8204,7 +8204,7 @@ var $m = { exports: {} }, E2;
|
|
|
8204
8204
|
function HL() {
|
|
8205
8205
|
return E2 || (E2 = 1, function(t, e) {
|
|
8206
8206
|
(function(n, r, i) {
|
|
8207
|
-
t.exports = r(at(),
|
|
8207
|
+
t.exports = r(at(), Oa(), ba(), Cs(), wn());
|
|
8208
8208
|
})(De, function(n) {
|
|
8209
8209
|
return function() {
|
|
8210
8210
|
var r = n, i = r.lib, o = i.BlockCipher, s = r.algo;
|
|
@@ -9324,7 +9324,7 @@ function HL() {
|
|
|
9324
9324
|
}
|
|
9325
9325
|
(function(t, e) {
|
|
9326
9326
|
(function(n, r, i) {
|
|
9327
|
-
t.exports = r(at(), wg(), AL(), PL(),
|
|
9327
|
+
t.exports = r(at(), wg(), AL(), PL(), Oa(), EL(), ba(), RI(), DO(), IL(), NI(), TL(), _L(), jL(), RO(), $L(), Cs(), wn(), DL(), RL(), NL(), ML(), BL(), QL(), LL(), zL(), FL(), VL(), ZL(), WL(), XL(), UL(), GL(), YL(), HL());
|
|
9328
9328
|
})(De, function(n) {
|
|
9329
9329
|
return n;
|
|
9330
9330
|
});
|
|
@@ -9621,7 +9621,7 @@ function Sg() {
|
|
|
9621
9621
|
}
|
|
9622
9622
|
const Mi = class Mi {
|
|
9623
9623
|
static async getUtils() {
|
|
9624
|
-
return Mi.utils || (Mi.utils = Sg() ? await import("./replay-tauri-path-
|
|
9624
|
+
return Mi.utils || (Mi.utils = Sg() ? await import("./replay-tauri-path-DdFfArRq.js") : await Promise.resolve().then(() => JL)), Mi.utils;
|
|
9625
9625
|
}
|
|
9626
9626
|
static async join(...e) {
|
|
9627
9627
|
return (await Mi.getUtils()).join(...e);
|
|
@@ -10040,7 +10040,7 @@ function Cg(t, e) {
|
|
|
10040
10040
|
function Ge() {
|
|
10041
10041
|
return { id: crypto.randomUUID(), ...NO };
|
|
10042
10042
|
}
|
|
10043
|
-
function
|
|
10043
|
+
function ra() {
|
|
10044
10044
|
return { id: crypto.randomUUID(), ...NO, type: "text", files: null };
|
|
10045
10045
|
}
|
|
10046
10046
|
function LO() {
|
|
@@ -10198,8 +10198,8 @@ function Yh() {
|
|
|
10198
10198
|
content: "",
|
|
10199
10199
|
activeExampleName: "",
|
|
10200
10200
|
formData: {
|
|
10201
|
-
"multipart/form-data": [
|
|
10202
|
-
"application/x-www-form-urlencoded": [
|
|
10201
|
+
"multipart/form-data": [ra()],
|
|
10202
|
+
"application/x-www-form-urlencoded": [ra()]
|
|
10203
10203
|
},
|
|
10204
10204
|
binary: null
|
|
10205
10205
|
});
|
|
@@ -10703,7 +10703,7 @@ function zz(t) {
|
|
|
10703
10703
|
);
|
|
10704
10704
|
return {
|
|
10705
10705
|
...e,
|
|
10706
|
-
[n]: [...r, ...i,
|
|
10706
|
+
[n]: [...r, ...i, ra()]
|
|
10707
10707
|
};
|
|
10708
10708
|
}
|
|
10709
10709
|
function F2(t) {
|
|
@@ -11457,7 +11457,7 @@ function OF(t) {
|
|
|
11457
11457
|
}
|
|
11458
11458
|
}
|
|
11459
11459
|
var s4;
|
|
11460
|
-
const
|
|
11460
|
+
const ia = ((s4 = window.__TAURI__) == null ? void 0 : s4.http.fetch) ?? globalThis.fetch;
|
|
11461
11461
|
function W2(t) {
|
|
11462
11462
|
try {
|
|
11463
11463
|
const e = new URL(t);
|
|
@@ -16505,7 +16505,7 @@ class xn {
|
|
|
16505
16505
|
return this;
|
|
16506
16506
|
}
|
|
16507
16507
|
}
|
|
16508
|
-
const
|
|
16508
|
+
const Xs = { lowest: 4, low: 3, default: 2, high: 1, highest: 0 };
|
|
16509
16509
|
function jc(t) {
|
|
16510
16510
|
return (e) => new yT(e, t);
|
|
16511
16511
|
}
|
|
@@ -16514,26 +16514,26 @@ const oo = {
|
|
|
16514
16514
|
The highest precedence level, for extensions that should end up
|
|
16515
16515
|
near the start of the precedence ordering.
|
|
16516
16516
|
*/
|
|
16517
|
-
highest: /* @__PURE__ */ jc(
|
|
16517
|
+
highest: /* @__PURE__ */ jc(Xs.highest),
|
|
16518
16518
|
/**
|
|
16519
16519
|
A higher-than-default precedence, for extensions that should
|
|
16520
16520
|
come before those with default precedence.
|
|
16521
16521
|
*/
|
|
16522
|
-
high: /* @__PURE__ */ jc(
|
|
16522
|
+
high: /* @__PURE__ */ jc(Xs.high),
|
|
16523
16523
|
/**
|
|
16524
16524
|
The default precedence, which is also used for extensions
|
|
16525
16525
|
without an explicit precedence.
|
|
16526
16526
|
*/
|
|
16527
|
-
default: /* @__PURE__ */ jc(
|
|
16527
|
+
default: /* @__PURE__ */ jc(Xs.default),
|
|
16528
16528
|
/**
|
|
16529
16529
|
A lower-than-default precedence.
|
|
16530
16530
|
*/
|
|
16531
|
-
low: /* @__PURE__ */ jc(
|
|
16531
|
+
low: /* @__PURE__ */ jc(Xs.low),
|
|
16532
16532
|
/**
|
|
16533
16533
|
The lowest precedence level. Meant for things that should end up
|
|
16534
16534
|
near the end of the extension order.
|
|
16535
16535
|
*/
|
|
16536
|
-
lowest: /* @__PURE__ */ jc(
|
|
16536
|
+
lowest: /* @__PURE__ */ jc(Xs.lowest)
|
|
16537
16537
|
};
|
|
16538
16538
|
class yT {
|
|
16539
16539
|
constructor(e, n) {
|
|
@@ -16633,7 +16633,7 @@ function dV(t, e, n) {
|
|
|
16633
16633
|
else if (s instanceof xn)
|
|
16634
16634
|
r[a].push(s), s.provides && o(s.provides, a);
|
|
16635
16635
|
else if (s instanceof ih)
|
|
16636
|
-
r[a].push(s), s.facet.extensions && o(s.facet.extensions,
|
|
16636
|
+
r[a].push(s), s.facet.extensions && o(s.facet.extensions, Xs.default);
|
|
16637
16637
|
else {
|
|
16638
16638
|
let c = s.extension;
|
|
16639
16639
|
if (!c)
|
|
@@ -16641,7 +16641,7 @@ function dV(t, e, n) {
|
|
|
16641
16641
|
o(c, a);
|
|
16642
16642
|
}
|
|
16643
16643
|
}
|
|
16644
|
-
return o(t,
|
|
16644
|
+
return o(t, Xs.default), r.reduce((s, a) => s.concat(a));
|
|
16645
16645
|
}
|
|
16646
16646
|
function pu(t, e) {
|
|
16647
16647
|
if (e & 1)
|
|
@@ -17244,7 +17244,7 @@ function ao(t, e, n = {}) {
|
|
|
17244
17244
|
r[i] === void 0 && (r[i] = e[i]);
|
|
17245
17245
|
return r;
|
|
17246
17246
|
}
|
|
17247
|
-
class
|
|
17247
|
+
class ca {
|
|
17248
17248
|
/**
|
|
17249
17249
|
Compare this value with another value. Used when comparing
|
|
17250
17250
|
rangesets. The default implementation compares by identity.
|
|
@@ -17262,9 +17262,9 @@ class la {
|
|
|
17262
17262
|
return K1.create(e, n, this);
|
|
17263
17263
|
}
|
|
17264
17264
|
}
|
|
17265
|
-
|
|
17266
|
-
|
|
17267
|
-
|
|
17265
|
+
ca.prototype.startSide = ca.prototype.endSide = 0;
|
|
17266
|
+
ca.prototype.point = !1;
|
|
17267
|
+
ca.prototype.mapMode = jn.TrackDel;
|
|
17268
17268
|
let K1 = class PT {
|
|
17269
17269
|
constructor(e, n, r) {
|
|
17270
17270
|
this.from = e, this.to = n, this.value = r;
|
|
@@ -18024,12 +18024,12 @@ function oh(t, e) {
|
|
|
18024
18024
|
}
|
|
18025
18025
|
}
|
|
18026
18026
|
function Ql(t) {
|
|
18027
|
-
return t.nodeType == 3 ?
|
|
18027
|
+
return t.nodeType == 3 ? fa(t, 0, t.nodeValue.length).getClientRects() : t.nodeType == 1 ? t.getClientRects() : [];
|
|
18028
18028
|
}
|
|
18029
18029
|
function gu(t, e, n, r) {
|
|
18030
18030
|
return n ? bC(t, e, n, r, -1) || bC(t, e, n, r, 1) : !1;
|
|
18031
18031
|
}
|
|
18032
|
-
function
|
|
18032
|
+
function ua(t) {
|
|
18033
18033
|
for (var e = 0; ; e++)
|
|
18034
18034
|
if (t = t.previousSibling, !t)
|
|
18035
18035
|
return e;
|
|
@@ -18047,7 +18047,7 @@ function bC(t, e, n, r, i) {
|
|
|
18047
18047
|
let o = t.parentNode;
|
|
18048
18048
|
if (!o || o.nodeType != 1)
|
|
18049
18049
|
return !1;
|
|
18050
|
-
e =
|
|
18050
|
+
e = ua(t) + (i < 0 ? 0 : 1), t = o;
|
|
18051
18051
|
} else if (t.nodeType == 1) {
|
|
18052
18052
|
if (t = t.childNodes[e + (i < 0 ? -1 : 0)], t.nodeType == 1 && t.contentEditable == "false")
|
|
18053
18053
|
return !1;
|
|
@@ -18167,21 +18167,21 @@ class TV {
|
|
|
18167
18167
|
this.anchorNode = e, this.anchorOffset = n, this.focusNode = r, this.focusOffset = i;
|
|
18168
18168
|
}
|
|
18169
18169
|
}
|
|
18170
|
-
let
|
|
18170
|
+
let Na = null;
|
|
18171
18171
|
function TT(t) {
|
|
18172
18172
|
if (t.setActive)
|
|
18173
18173
|
return t.setActive();
|
|
18174
|
-
if (
|
|
18175
|
-
return t.focus(
|
|
18174
|
+
if (Na)
|
|
18175
|
+
return t.focus(Na);
|
|
18176
18176
|
let e = [];
|
|
18177
18177
|
for (let n = t; n && (e.push(n, n.scrollTop, n.scrollLeft), n != n.ownerDocument); n = n.parentNode)
|
|
18178
18178
|
;
|
|
18179
|
-
if (t.focus(
|
|
18179
|
+
if (t.focus(Na == null ? {
|
|
18180
18180
|
get preventScroll() {
|
|
18181
|
-
return
|
|
18181
|
+
return Na = { preventScroll: !0 }, !0;
|
|
18182
18182
|
}
|
|
18183
|
-
} : void 0), !
|
|
18184
|
-
|
|
18183
|
+
} : void 0), !Na) {
|
|
18184
|
+
Na = !1;
|
|
18185
18185
|
for (let n = 0; n < e.length; ) {
|
|
18186
18186
|
let r = e[n++], i = e[n++], o = e[n++];
|
|
18187
18187
|
r.scrollTop != i && (r.scrollTop = i), r.scrollLeft != o && (r.scrollLeft = o);
|
|
@@ -18189,7 +18189,7 @@ function TT(t) {
|
|
|
18189
18189
|
}
|
|
18190
18190
|
}
|
|
18191
18191
|
let wC;
|
|
18192
|
-
function
|
|
18192
|
+
function fa(t, e, n = e) {
|
|
18193
18193
|
let r = wC || (wC = document.createRange());
|
|
18194
18194
|
return r.setEnd(t, n), r.setStart(t, e), r;
|
|
18195
18195
|
}
|
|
@@ -18226,7 +18226,7 @@ function jV(t, e) {
|
|
|
18226
18226
|
} else {
|
|
18227
18227
|
if (n == t)
|
|
18228
18228
|
return !0;
|
|
18229
|
-
r =
|
|
18229
|
+
r = ua(n), n = n.parentNode;
|
|
18230
18230
|
}
|
|
18231
18231
|
}
|
|
18232
18232
|
function jT(t) {
|
|
@@ -18241,7 +18241,7 @@ function $T(t, e) {
|
|
|
18241
18241
|
return null;
|
|
18242
18242
|
n = n.childNodes[r - 1], r = no(n);
|
|
18243
18243
|
} else if (n.parentNode && !ip(n))
|
|
18244
|
-
r =
|
|
18244
|
+
r = ua(n), n = n.parentNode;
|
|
18245
18245
|
else
|
|
18246
18246
|
return null;
|
|
18247
18247
|
}
|
|
@@ -18255,7 +18255,7 @@ function DT(t, e) {
|
|
|
18255
18255
|
return null;
|
|
18256
18256
|
n = n.childNodes[r], r = 0;
|
|
18257
18257
|
} else if (n.parentNode && !ip(n))
|
|
18258
|
-
r =
|
|
18258
|
+
r = ua(n) + 1, n = n.parentNode;
|
|
18259
18259
|
else
|
|
18260
18260
|
return null;
|
|
18261
18261
|
}
|
|
@@ -18265,10 +18265,10 @@ class Fn {
|
|
|
18265
18265
|
this.node = e, this.offset = n, this.precise = r;
|
|
18266
18266
|
}
|
|
18267
18267
|
static before(e, n) {
|
|
18268
|
-
return new Fn(e.parentNode,
|
|
18268
|
+
return new Fn(e.parentNode, ua(e), n);
|
|
18269
18269
|
}
|
|
18270
18270
|
static after(e, n) {
|
|
18271
|
-
return new Fn(e.parentNode,
|
|
18271
|
+
return new Fn(e.parentNode, ua(e) + 1, n);
|
|
18272
18272
|
}
|
|
18273
18273
|
}
|
|
18274
18274
|
const JO = [];
|
|
@@ -18593,7 +18593,7 @@ function RV(t, e, n) {
|
|
|
18593
18593
|
e > r && (e = r);
|
|
18594
18594
|
let i = e, o = e, s = 0;
|
|
18595
18595
|
e == 0 && n < 0 || e == r && n >= 0 ? Ce.chrome || Ce.gecko || (e ? (i--, s = 1) : o < r && (o++, s = -1)) : n < 0 ? i-- : o < r && o++;
|
|
18596
|
-
let a =
|
|
18596
|
+
let a = fa(t, i, o).getClientRects();
|
|
18597
18597
|
if (!a.length)
|
|
18598
18598
|
return null;
|
|
18599
18599
|
let l = a[(s ? s < 0 : n >= 0) ? 0 : a.length - 1];
|
|
@@ -18887,7 +18887,7 @@ class lo {
|
|
|
18887
18887
|
var Kn = /* @__PURE__ */ function(t) {
|
|
18888
18888
|
return t[t.Text = 0] = "Text", t[t.WidgetBefore = 1] = "WidgetBefore", t[t.WidgetAfter = 2] = "WidgetAfter", t[t.WidgetRange = 3] = "WidgetRange", t;
|
|
18889
18889
|
}(Kn || (Kn = {}));
|
|
18890
|
-
class Te extends
|
|
18890
|
+
class Te extends ca {
|
|
18891
18891
|
constructor(e, n, r, i) {
|
|
18892
18892
|
super(), this.startSide = e, this.endSide = n, this.widget = r, this.spec = i;
|
|
18893
18893
|
}
|
|
@@ -19299,7 +19299,7 @@ zl.block = /* @__PURE__ */ new zl("div");
|
|
|
19299
19299
|
var Mt = /* @__PURE__ */ function(t) {
|
|
19300
19300
|
return t[t.LTR = 0] = "LTR", t[t.RTL = 1] = "RTL", t;
|
|
19301
19301
|
}(Mt || (Mt = {}));
|
|
19302
|
-
const
|
|
19302
|
+
const da = Mt.LTR, KO = Mt.RTL;
|
|
19303
19303
|
function ZT(t) {
|
|
19304
19304
|
let e = [];
|
|
19305
19305
|
for (let n = 0; n < t.length; n++)
|
|
@@ -19320,7 +19320,7 @@ class rs {
|
|
|
19320
19320
|
The direction of this span.
|
|
19321
19321
|
*/
|
|
19322
19322
|
get dir() {
|
|
19323
|
-
return this.level % 2 ? KO :
|
|
19323
|
+
return this.level % 2 ? KO : da;
|
|
19324
19324
|
}
|
|
19325
19325
|
/**
|
|
19326
19326
|
@internal
|
|
@@ -19485,7 +19485,7 @@ function hy(t, e, n, r, i, o, s) {
|
|
|
19485
19485
|
h.push(p);
|
|
19486
19486
|
else {
|
|
19487
19487
|
p.from > l && s.push(new rs(l, p.from, d));
|
|
19488
|
-
let v = p.direction ==
|
|
19488
|
+
let v = p.direction == da != !(d % 2);
|
|
19489
19489
|
py(t, v ? r + 1 : r, i, p.inner, p.from, p.to, s), l = p.to;
|
|
19490
19490
|
}
|
|
19491
19491
|
g = p.to;
|
|
@@ -19525,7 +19525,7 @@ function hy(t, e, n, r, i, o, s) {
|
|
|
19525
19525
|
h.push(p);
|
|
19526
19526
|
else {
|
|
19527
19527
|
p.to < l && s.push(new rs(p.to, l, d));
|
|
19528
|
-
let v = p.direction ==
|
|
19528
|
+
let v = p.direction == da != !(d % 2);
|
|
19529
19529
|
py(t, v ? r + 1 : r, i, p.inner, p.from, p.to, s), l = p.from;
|
|
19530
19530
|
}
|
|
19531
19531
|
g = p.from;
|
|
@@ -19544,12 +19544,12 @@ function py(t, e, n, r, i, o, s) {
|
|
|
19544
19544
|
function XV(t, e, n) {
|
|
19545
19545
|
if (!t)
|
|
19546
19546
|
return [new rs(0, 0, e == KO ? 1 : 0)];
|
|
19547
|
-
if (e ==
|
|
19547
|
+
if (e == da && !n.length && !FV.test(t))
|
|
19548
19548
|
return UT(t.length);
|
|
19549
19549
|
if (n.length)
|
|
19550
19550
|
for (; t.length > It.length; )
|
|
19551
19551
|
It[It.length] = 256;
|
|
19552
|
-
let r = [], i = e ==
|
|
19552
|
+
let r = [], i = e == da ? 0 : 1;
|
|
19553
19553
|
return py(t, i, i, n, 0, t.length, r), r;
|
|
19554
19554
|
}
|
|
19555
19555
|
function UT(t) {
|
|
@@ -19574,11 +19574,11 @@ function GV(t, e, n) {
|
|
|
19574
19574
|
for (let r = e; r < n; r++) {
|
|
19575
19575
|
let i = WT(t.charCodeAt(r));
|
|
19576
19576
|
if (i == 1)
|
|
19577
|
-
return
|
|
19577
|
+
return da;
|
|
19578
19578
|
if (i == 2 || i == 4)
|
|
19579
19579
|
return KO;
|
|
19580
19580
|
}
|
|
19581
|
-
return
|
|
19581
|
+
return da;
|
|
19582
19582
|
}
|
|
19583
19583
|
const YT = /* @__PURE__ */ Se.define(), HT = /* @__PURE__ */ Se.define(), qT = /* @__PURE__ */ Se.define(), JT = /* @__PURE__ */ Se.define(), gy = /* @__PURE__ */ Se.define(), KT = /* @__PURE__ */ Se.define(), e_ = /* @__PURE__ */ Se.define(), eb = /* @__PURE__ */ Se.define(), tb = /* @__PURE__ */ Se.define(), t_ = /* @__PURE__ */ Se.define({
|
|
19584
19584
|
combine: (t) => t.some((e) => e)
|
|
@@ -20042,7 +20042,7 @@ class EC extends jt {
|
|
|
20042
20042
|
let o = $n(i.text, r);
|
|
20043
20043
|
if (o == r)
|
|
20044
20044
|
return null;
|
|
20045
|
-
let s =
|
|
20045
|
+
let s = fa(i.dom, r, o).getClientRects();
|
|
20046
20046
|
for (let a = 0; a < s.length; a++) {
|
|
20047
20047
|
let l = s[a];
|
|
20048
20048
|
if (a == s.length - 1 || l.top < l.bottom && l.left < l.right)
|
|
@@ -20305,7 +20305,7 @@ function my(t, e, n) {
|
|
|
20305
20305
|
function _C(t, e, n) {
|
|
20306
20306
|
let r = t.nodeValue.length, i = -1, o = 1e9, s = 0;
|
|
20307
20307
|
for (let a = 0; a < r; a++) {
|
|
20308
|
-
let l =
|
|
20308
|
+
let l = fa(t, a, a + 1).getClientRects();
|
|
20309
20309
|
for (let c = 0; c < l.length; c++) {
|
|
20310
20310
|
let u = l[c];
|
|
20311
20311
|
if (u.top == u.bottom)
|
|
@@ -20314,7 +20314,7 @@ function _C(t, e, n) {
|
|
|
20314
20314
|
let f = (u.top > n ? u.top - n : n - u.bottom) - 1;
|
|
20315
20315
|
if (u.left - 1 <= e && u.right + 1 >= e && f < o) {
|
|
20316
20316
|
let h = e >= (u.left + u.right) / 2, d = h;
|
|
20317
|
-
if ((Ce.chrome || Ce.gecko) &&
|
|
20317
|
+
if ((Ce.chrome || Ce.gecko) && fa(t, a).getBoundingClientRect().left == u.right && (d = !h), f <= 0)
|
|
20318
20318
|
return { node: t, offset: a + (d ? 1 : 0) };
|
|
20319
20319
|
i = a + (d ? 1 : 0), o = f;
|
|
20320
20320
|
}
|
|
@@ -20385,7 +20385,7 @@ function sZ(t, e, n) {
|
|
|
20385
20385
|
for (let i = t.nextSibling; i; i = i.nextSibling)
|
|
20386
20386
|
if (i.nodeType != 1 || i.nodeName != "BR")
|
|
20387
20387
|
return !1;
|
|
20388
|
-
return
|
|
20388
|
+
return fa(t, r - 1, r).getBoundingClientRect().left > n;
|
|
20389
20389
|
}
|
|
20390
20390
|
function aZ(t, e, n) {
|
|
20391
20391
|
if (e != 0)
|
|
@@ -20398,7 +20398,7 @@ function aZ(t, e, n) {
|
|
|
20398
20398
|
break;
|
|
20399
20399
|
i = o;
|
|
20400
20400
|
}
|
|
20401
|
-
let r = t.nodeType == 1 ? t.getBoundingClientRect() :
|
|
20401
|
+
let r = t.nodeType == 1 ? t.getBoundingClientRect() : fa(t, 0, Math.max(t.nodeValue.length, 1)).getBoundingClientRect();
|
|
20402
20402
|
return n - r.left > 5;
|
|
20403
20403
|
}
|
|
20404
20404
|
function vy(t, e) {
|
|
@@ -20554,7 +20554,7 @@ function dZ(t, e, n) {
|
|
|
20554
20554
|
return !1;
|
|
20555
20555
|
if (e == t)
|
|
20556
20556
|
return !0;
|
|
20557
|
-
n =
|
|
20557
|
+
n = ua(e) + 1, e = e.parentNode;
|
|
20558
20558
|
}
|
|
20559
20559
|
}
|
|
20560
20560
|
class DC {
|
|
@@ -24741,7 +24741,7 @@ function lk(t) {
|
|
|
24741
24741
|
const zu = /* @__PURE__ */ Se.define({
|
|
24742
24742
|
enables: j_
|
|
24743
24743
|
});
|
|
24744
|
-
class _o extends
|
|
24744
|
+
class _o extends ca {
|
|
24745
24745
|
/**
|
|
24746
24746
|
@internal
|
|
24747
24747
|
*/
|
|
@@ -25787,7 +25787,7 @@ function L_(t) {
|
|
|
25787
25787
|
e.some((r) => r.from <= n && r.to >= n) || e.push(t.lineBlockAt(n));
|
|
25788
25788
|
return e;
|
|
25789
25789
|
}
|
|
25790
|
-
const
|
|
25790
|
+
const ha = /* @__PURE__ */ xn.define({
|
|
25791
25791
|
create() {
|
|
25792
25792
|
return Te.none;
|
|
25793
25793
|
},
|
|
@@ -25837,7 +25837,7 @@ const da = /* @__PURE__ */ xn.define({
|
|
|
25837
25837
|
function hp(t, e, n) {
|
|
25838
25838
|
var r;
|
|
25839
25839
|
let i = null;
|
|
25840
|
-
return (r = t.field(
|
|
25840
|
+
return (r = t.field(ha, !1)) === null || r === void 0 || r.between(e, n, (o, s) => {
|
|
25841
25841
|
(!i || i.from > o) && (i = { from: o, to: s });
|
|
25842
25842
|
}), i;
|
|
25843
25843
|
}
|
|
@@ -25848,7 +25848,7 @@ function OX(t, e, n) {
|
|
|
25848
25848
|
}), r;
|
|
25849
25849
|
}
|
|
25850
25850
|
function z_(t, e) {
|
|
25851
|
-
return t.field(
|
|
25851
|
+
return t.field(ha, !1) ? e : e.concat(Fe.appendConfig.of(Z_()));
|
|
25852
25852
|
}
|
|
25853
25853
|
const bX = (t) => {
|
|
25854
25854
|
for (let e of L_(t)) {
|
|
@@ -25858,7 +25858,7 @@ const bX = (t) => {
|
|
|
25858
25858
|
}
|
|
25859
25859
|
return !1;
|
|
25860
25860
|
}, wX = (t) => {
|
|
25861
|
-
if (!t.state.field(
|
|
25861
|
+
if (!t.state.field(ha, !1))
|
|
25862
25862
|
return !1;
|
|
25863
25863
|
let e = [];
|
|
25864
25864
|
for (let n of L_(t)) {
|
|
@@ -25879,7 +25879,7 @@ const SX = (t) => {
|
|
|
25879
25879
|
}
|
|
25880
25880
|
return n.length && t.dispatch({ effects: z_(t.state, n) }), !!n.length;
|
|
25881
25881
|
}, CX = (t) => {
|
|
25882
|
-
let e = t.state.field(
|
|
25882
|
+
let e = t.state.field(ha, !1);
|
|
25883
25883
|
if (!e || !e.size)
|
|
25884
25884
|
return !1;
|
|
25885
25885
|
let n = [];
|
|
@@ -25901,7 +25901,7 @@ const SX = (t) => {
|
|
|
25901
25901
|
}
|
|
25902
25902
|
});
|
|
25903
25903
|
function Z_(t) {
|
|
25904
|
-
return [
|
|
25904
|
+
return [ha, TX];
|
|
25905
25905
|
}
|
|
25906
25906
|
function W_(t, e) {
|
|
25907
25907
|
let { state: n } = t, r = n.facet(V_), i = (s) => {
|
|
@@ -25956,7 +25956,7 @@ function IX(t = {}) {
|
|
|
25956
25956
|
this.from = s.viewport.from, this.markers = this.buildMarkers(s);
|
|
25957
25957
|
}
|
|
25958
25958
|
update(s) {
|
|
25959
|
-
(s.docChanged || s.viewportChanged || s.startState.facet(vs) != s.state.facet(vs) || s.startState.field(
|
|
25959
|
+
(s.docChanged || s.viewportChanged || s.startState.facet(vs) != s.state.facet(vs) || s.startState.field(ha, !1) != s.state.field(ha, !1) || Ft(s.startState) != Ft(s.state) || e.foldingChanged(s)) && (this.markers = this.buildMarkers(s.view));
|
|
25960
25960
|
}
|
|
25961
25961
|
buildMarkers(s) {
|
|
25962
25962
|
let a = new Io();
|
|
@@ -27778,7 +27778,7 @@ let Dk = class {
|
|
|
27778
27778
|
this.completion = e, this.source = n, this.match = r, this.score = i;
|
|
27779
27779
|
}
|
|
27780
27780
|
};
|
|
27781
|
-
function
|
|
27781
|
+
function oa(t) {
|
|
27782
27782
|
return t.selection.main.from;
|
|
27783
27783
|
}
|
|
27784
27784
|
function g6(t, e) {
|
|
@@ -28207,7 +28207,7 @@ class yp {
|
|
|
28207
28207
|
return new yp(ZG, "cm-ac-" + Math.floor(Math.random() * 2e6).toString(36), null);
|
|
28208
28208
|
}
|
|
28209
28209
|
update(e) {
|
|
28210
|
-
let { state: n } = e, r = n.facet(bn), o = (r.override || n.languageDataAt("autocomplete",
|
|
28210
|
+
let { state: n } = e, r = n.facet(bn), o = (r.override || n.languageDataAt("autocomplete", oa(n)).map(jG)).map((l) => (this.active.find((u) => u.source == l) || new Ur(
|
|
28211
28211
|
l,
|
|
28212
28212
|
this.active.some(
|
|
28213
28213
|
(u) => u.state != 0
|
|
@@ -28311,7 +28311,7 @@ class Ur {
|
|
|
28311
28311
|
return this;
|
|
28312
28312
|
}
|
|
28313
28313
|
touches(e) {
|
|
28314
|
-
return e.changes.touchesRange(
|
|
28314
|
+
return e.changes.touchesRange(oa(e.state));
|
|
28315
28315
|
}
|
|
28316
28316
|
}
|
|
28317
28317
|
class bl extends Ur {
|
|
@@ -28327,15 +28327,15 @@ class bl extends Ur {
|
|
|
28327
28327
|
return this.map(e.changes);
|
|
28328
28328
|
let i = this.result;
|
|
28329
28329
|
i.map && !e.changes.empty && (i = i.map(i, e.changes));
|
|
28330
|
-
let o = e.changes.mapPos(this.from), s = e.changes.mapPos(this.to, 1), a =
|
|
28331
|
-
if (a > s || !i || n & 2 && (
|
|
28330
|
+
let o = e.changes.mapPos(this.from), s = e.changes.mapPos(this.to, 1), a = oa(e.state);
|
|
28331
|
+
if (a > s || !i || n & 2 && (oa(e.startState) == this.from || a < this.limit))
|
|
28332
28332
|
return new Ur(
|
|
28333
28333
|
this.source,
|
|
28334
28334
|
n & 4 ? 1 : 0
|
|
28335
28335
|
/* State.Inactive */
|
|
28336
28336
|
);
|
|
28337
28337
|
let l = e.changes.mapPos(this.limit);
|
|
28338
|
-
return WG(i.validFor, e.state, o, s) ? new bl(this.source, this.explicit, l, i, o, s) : i.update && (i = i.update(i, o, s, new h6(e.state, a, !1))) ? new bl(this.source, this.explicit, l, i, i.from, (r = i.to) !== null && r !== void 0 ? r :
|
|
28338
|
+
return WG(i.validFor, e.state, o, s) ? new bl(this.source, this.explicit, l, i, o, s) : i.update && (i = i.update(i, o, s, new h6(e.state, a, !1))) ? new bl(this.source, this.explicit, l, i, i.from, (r = i.to) !== null && r !== void 0 ? r : oa(e.state)) : new Ur(this.source, 1, this.explicit);
|
|
28339
28339
|
}
|
|
28340
28340
|
map(e) {
|
|
28341
28341
|
return e.empty ? this : (this.result.map ? this.result.map(this.result, e) : this.result) ? new bl(this.source, this.explicit, e.mapPos(this.limit), this.result, e.mapPos(this.from), e.mapPos(this.to, 1)) : new Ur(
|
|
@@ -28443,7 +28443,7 @@ const YG = 50, HG = 1e3, qG = /* @__PURE__ */ zt.fromClass(class {
|
|
|
28443
28443
|
this.running.length && e.open && e.open.disabled && (this.debounceAccept = setTimeout(() => this.accept(), this.view.state.facet(bn).updateSyncTime));
|
|
28444
28444
|
}
|
|
28445
28445
|
startQuery(t) {
|
|
28446
|
-
let { state: e } = this.view, n =
|
|
28446
|
+
let { state: e } = this.view, n = oa(e), r = new h6(e, n, t.explicit, this.view), i = new GG(t, r);
|
|
28447
28447
|
this.running.push(i), Promise.resolve(t.source(r)).then((o) => {
|
|
28448
28448
|
i.context.aborted || (i.done = o || null, this.scheduleAccept());
|
|
28449
28449
|
}, (o) => {
|
|
@@ -28464,7 +28464,7 @@ const YG = 50, HG = 1e3, qG = /* @__PURE__ */ zt.fromClass(class {
|
|
|
28464
28464
|
if (o.done === void 0)
|
|
28465
28465
|
continue;
|
|
28466
28466
|
if (this.running.splice(i--, 1), o.done) {
|
|
28467
|
-
let a =
|
|
28467
|
+
let a = oa(o.updates.length ? o.updates[0].startState : this.view.state), l = Math.min(a, o.done.from + (o.active.explicit ? 0 : 1)), c = new bl(o.active.source, o.active.explicit, l, o.done, o.done.from, (t = o.done.to) !== null && t !== void 0 ? t : a);
|
|
28468
28468
|
for (let u of o.updates)
|
|
28469
28469
|
c = c.update(u, n);
|
|
28470
28470
|
if (c.hasResult()) {
|
|
@@ -28798,12 +28798,12 @@ const uY = /* @__PURE__ */ be.domEventHandlers({
|
|
|
28798
28798
|
brackets: ["(", "[", "{", "'", '"'],
|
|
28799
28799
|
before: ")]}:;>",
|
|
28800
28800
|
stringPrefixes: []
|
|
28801
|
-
},
|
|
28801
|
+
}, Js = /* @__PURE__ */ Fe.define({
|
|
28802
28802
|
map(t, e) {
|
|
28803
28803
|
let n = e.mapPos(t, -1, jn.TrackAfter);
|
|
28804
28804
|
return n ?? void 0;
|
|
28805
28805
|
}
|
|
28806
|
-
}), kb = /* @__PURE__ */ new class extends
|
|
28806
|
+
}), kb = /* @__PURE__ */ new class extends ca {
|
|
28807
28807
|
}();
|
|
28808
28808
|
kb.startSide = 1;
|
|
28809
28809
|
kb.endSide = -1;
|
|
@@ -28817,7 +28817,7 @@ const b6 = /* @__PURE__ */ xn.define({
|
|
|
28817
28817
|
t = t.update({ filter: (r) => r >= n.from && r <= n.to });
|
|
28818
28818
|
}
|
|
28819
28819
|
for (let n of e.effects)
|
|
28820
|
-
n.is(
|
|
28820
|
+
n.is(Js) && (t = t.update({ add: [kb.range(n.value, n.value + 1)] }));
|
|
28821
28821
|
return t;
|
|
28822
28822
|
}
|
|
28823
28823
|
});
|
|
@@ -28891,13 +28891,13 @@ function yY(t, e, n, r) {
|
|
|
28891
28891
|
if (!s.empty)
|
|
28892
28892
|
return {
|
|
28893
28893
|
changes: [{ insert: e, from: s.from }, { insert: n, from: s.to }],
|
|
28894
|
-
effects:
|
|
28894
|
+
effects: Js.of(s.to + e.length),
|
|
28895
28895
|
range: he.range(s.anchor + e.length, s.head + e.length)
|
|
28896
28896
|
};
|
|
28897
28897
|
let a = jg(t.doc, s.head);
|
|
28898
28898
|
return !a || /\s/.test(a) || r.indexOf(a) > -1 ? {
|
|
28899
28899
|
changes: { insert: e + n, from: s.head },
|
|
28900
|
-
effects:
|
|
28900
|
+
effects: Js.of(s.head + e.length),
|
|
28901
28901
|
range: he.cursor(s.head + e.length)
|
|
28902
28902
|
} : { range: i = s };
|
|
28903
28903
|
});
|
|
@@ -28921,7 +28921,7 @@ function OY(t, e, n, r) {
|
|
|
28921
28921
|
if (!a.empty)
|
|
28922
28922
|
return {
|
|
28923
28923
|
changes: [{ insert: e, from: a.from }, { insert: e, from: a.to }],
|
|
28924
|
-
effects:
|
|
28924
|
+
effects: Js.of(a.to + e.length),
|
|
28925
28925
|
range: he.range(a.anchor + e.length, a.head + e.length)
|
|
28926
28926
|
};
|
|
28927
28927
|
let l = a.head, c = jg(t.doc, l), u;
|
|
@@ -28929,7 +28929,7 @@ function OY(t, e, n, r) {
|
|
|
28929
28929
|
if (zk(t, l))
|
|
28930
28930
|
return {
|
|
28931
28931
|
changes: { insert: e + e, from: l },
|
|
28932
|
-
effects:
|
|
28932
|
+
effects: Js.of(l + e.length),
|
|
28933
28933
|
range: he.cursor(l + e.length)
|
|
28934
28934
|
};
|
|
28935
28935
|
if (C6(t, l)) {
|
|
@@ -28943,13 +28943,13 @@ function OY(t, e, n, r) {
|
|
|
28943
28943
|
if (n && t.sliceDoc(l - 2 * e.length, l) == e + e && (u = Fk(t, l - 2 * e.length, i)) > -1 && zk(t, u))
|
|
28944
28944
|
return {
|
|
28945
28945
|
changes: { insert: e + e + e + e, from: l },
|
|
28946
|
-
effects:
|
|
28946
|
+
effects: Js.of(l + e.length),
|
|
28947
28947
|
range: he.cursor(l + e.length)
|
|
28948
28948
|
};
|
|
28949
28949
|
if (t.charCategorizer(l)(c) != Lt.Word && Fk(t, l, i) > -1 && !bY(t, l, e, i))
|
|
28950
28950
|
return {
|
|
28951
28951
|
changes: { insert: e + e, from: l },
|
|
28952
|
-
effects:
|
|
28952
|
+
effects: Js.of(l + e.length),
|
|
28953
28953
|
range: he.cursor(l + e.length)
|
|
28954
28954
|
};
|
|
28955
28955
|
}
|
|
@@ -30282,7 +30282,7 @@ class nA {
|
|
|
30282
30282
|
this.from = e, this.to = n, this.diagnostic = r;
|
|
30283
30283
|
}
|
|
30284
30284
|
}
|
|
30285
|
-
class
|
|
30285
|
+
class Us {
|
|
30286
30286
|
constructor(e, n, r) {
|
|
30287
30287
|
this.diagnostics = e, this.panel = n, this.selected = r;
|
|
30288
30288
|
}
|
|
@@ -30323,7 +30323,7 @@ class Xs {
|
|
|
30323
30323
|
a[p].to <= l && a.splice(p--, 1);
|
|
30324
30324
|
}
|
|
30325
30325
|
let c = s.finish();
|
|
30326
|
-
return new
|
|
30326
|
+
return new Us(c, n, Xl(c));
|
|
30327
30327
|
}
|
|
30328
30328
|
}
|
|
30329
30329
|
function Xl(t, e = null, n = 0) {
|
|
@@ -30356,7 +30356,7 @@ function hH(t, e) {
|
|
|
30356
30356
|
}
|
|
30357
30357
|
const Eb = /* @__PURE__ */ Fe.define(), Ib = /* @__PURE__ */ Fe.define(), W6 = /* @__PURE__ */ Fe.define(), Ir = /* @__PURE__ */ xn.define({
|
|
30358
30358
|
create() {
|
|
30359
|
-
return new
|
|
30359
|
+
return new Us(Te.none, null, null);
|
|
30360
30360
|
},
|
|
30361
30361
|
update(t, e) {
|
|
30362
30362
|
if (e.docChanged && t.diagnostics.size) {
|
|
@@ -30365,13 +30365,13 @@ const Eb = /* @__PURE__ */ Fe.define(), Ib = /* @__PURE__ */ Fe.define(), W6 = /
|
|
|
30365
30365
|
let o = e.changes.mapPos(t.selected.from, 1);
|
|
30366
30366
|
r = Xl(n, t.selected.diagnostic, o) || Xl(n, null, o);
|
|
30367
30367
|
}
|
|
30368
|
-
!n.size && i && e.state.facet(Xi).autoPanel && (i = null), t = new
|
|
30368
|
+
!n.size && i && e.state.facet(Xi).autoPanel && (i = null), t = new Us(n, i, r);
|
|
30369
30369
|
}
|
|
30370
30370
|
for (let n of e.effects)
|
|
30371
30371
|
if (n.is(Eb)) {
|
|
30372
30372
|
let r = e.state.facet(Xi).autoPanel ? n.value.length ? Uu.open : null : t.panel;
|
|
30373
|
-
t =
|
|
30374
|
-
} else n.is(Ib) ? t = new
|
|
30373
|
+
t = Us.init(n.value, r, e.state);
|
|
30374
|
+
} else n.is(Ib) ? t = new Us(t.diagnostics, n.value ? Uu.open : null, t.selected) : n.is(W6) && (t = new Us(t.diagnostics, t.panel, n.value));
|
|
30375
30375
|
return t;
|
|
30376
30376
|
},
|
|
30377
30377
|
provide: (t) => [
|
|
@@ -32740,18 +32740,18 @@ function Mb(t, e) {
|
|
|
32740
32740
|
if (t.charCodeAt(r) === 48)
|
|
32741
32741
|
r++;
|
|
32742
32742
|
else
|
|
32743
|
-
for (r++; r < t.length &&
|
|
32743
|
+
for (r++; r < t.length && Ma(t.charCodeAt(r)); )
|
|
32744
32744
|
r++;
|
|
32745
32745
|
if (r < t.length && t.charCodeAt(r) === 46)
|
|
32746
|
-
if (r++, r < t.length &&
|
|
32747
|
-
for (r++; r < t.length &&
|
|
32746
|
+
if (r++, r < t.length && Ma(t.charCodeAt(r)))
|
|
32747
|
+
for (r++; r < t.length && Ma(t.charCodeAt(r)); )
|
|
32748
32748
|
r++;
|
|
32749
32749
|
else
|
|
32750
32750
|
return f = 3, t.substring(O, r);
|
|
32751
32751
|
var w = r;
|
|
32752
32752
|
if (r < t.length && (t.charCodeAt(r) === 69 || t.charCodeAt(r) === 101))
|
|
32753
|
-
if (r++, (r < t.length && t.charCodeAt(r) === 43 || t.charCodeAt(r) === 45) && r++, r < t.length &&
|
|
32754
|
-
for (r++; r < t.length &&
|
|
32753
|
+
if (r++, (r < t.length && t.charCodeAt(r) === 43 || t.charCodeAt(r) === 45) && r++, r < t.length && Ma(t.charCodeAt(r))) {
|
|
32754
|
+
for (r++; r < t.length && Ma(t.charCodeAt(r)); )
|
|
32755
32755
|
r++;
|
|
32756
32756
|
w = r;
|
|
32757
32757
|
} else
|
|
@@ -32870,7 +32870,7 @@ function Mb(t, e) {
|
|
|
32870
32870
|
}
|
|
32871
32871
|
return i += String.fromCharCode(O), r++, s = 16;
|
|
32872
32872
|
case 45:
|
|
32873
|
-
if (i += String.fromCharCode(O), r++, r === n || !
|
|
32873
|
+
if (i += String.fromCharCode(O), r++, r === n || !Ma(t.charCodeAt(r)))
|
|
32874
32874
|
return s = 16;
|
|
32875
32875
|
case 48:
|
|
32876
32876
|
case 49:
|
|
@@ -32958,7 +32958,7 @@ function yv(t) {
|
|
|
32958
32958
|
function Qc(t) {
|
|
32959
32959
|
return t === 10 || t === 13 || t === 8232 || t === 8233;
|
|
32960
32960
|
}
|
|
32961
|
-
function
|
|
32961
|
+
function Ma(t) {
|
|
32962
32962
|
return t >= 48 && t <= 57;
|
|
32963
32963
|
}
|
|
32964
32964
|
function TJ(t, e, n) {
|
|
@@ -33776,7 +33776,7 @@ var NA;
|
|
|
33776
33776
|
}
|
|
33777
33777
|
t.is = n;
|
|
33778
33778
|
})(NA || (NA = {}));
|
|
33779
|
-
var
|
|
33779
|
+
var pa;
|
|
33780
33780
|
(function(t) {
|
|
33781
33781
|
t.PlainText = "plaintext", t.Markdown = "markdown";
|
|
33782
33782
|
function e(n) {
|
|
@@ -33784,12 +33784,12 @@ var ha;
|
|
|
33784
33784
|
return r === t.PlainText || r === t.Markdown;
|
|
33785
33785
|
}
|
|
33786
33786
|
t.is = e;
|
|
33787
|
-
})(
|
|
33787
|
+
})(pa || (pa = {}));
|
|
33788
33788
|
var Yu;
|
|
33789
33789
|
(function(t) {
|
|
33790
33790
|
function e(n) {
|
|
33791
33791
|
const r = n;
|
|
33792
|
-
return ae.objectLiteral(n) &&
|
|
33792
|
+
return ae.objectLiteral(n) && pa.is(r.kind) && ae.string(r.value);
|
|
33793
33793
|
}
|
|
33794
33794
|
t.is = e;
|
|
33795
33795
|
})(Yu || (Yu = {}));
|
|
@@ -34475,14 +34475,14 @@ var O3;
|
|
|
34475
34475
|
textDocument: {
|
|
34476
34476
|
completion: {
|
|
34477
34477
|
completionItem: {
|
|
34478
|
-
documentationFormat: [
|
|
34478
|
+
documentationFormat: [pa.Markdown, pa.PlainText],
|
|
34479
34479
|
commitCharactersSupport: !0
|
|
34480
34480
|
}
|
|
34481
34481
|
}
|
|
34482
34482
|
}
|
|
34483
34483
|
};
|
|
34484
34484
|
})(O3 || (O3 = {}));
|
|
34485
|
-
var
|
|
34485
|
+
var wa = /* @__PURE__ */ function() {
|
|
34486
34486
|
var t = function(e, n) {
|
|
34487
34487
|
return t = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(r, i) {
|
|
34488
34488
|
r.__proto__ = i;
|
|
@@ -34503,7 +34503,7 @@ var ba = /* @__PURE__ */ function() {
|
|
|
34503
34503
|
date: { errorMessage: "String is not a RFC3339 date.", pattern: /^(\d{4})-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])$/i },
|
|
34504
34504
|
time: { errorMessage: "String is not a RFC3339 time.", pattern: /^([01][0-9]|2[0-3]):([0-5][0-9]):([0-5][0-9]|60)(\.[0-9]+)?(Z|(\+|-)([01][0-9]|2[0-3]):([0-5][0-9]))$/i },
|
|
34505
34505
|
email: { errorMessage: "String is not an e-mail address.", pattern: /^(([^<>()\[\]\\.,;:\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,}))$/ }
|
|
34506
|
-
},
|
|
34506
|
+
}, Sa = (
|
|
34507
34507
|
/** @class */
|
|
34508
34508
|
function() {
|
|
34509
34509
|
function t(e, n, r) {
|
|
@@ -34522,27 +34522,27 @@ var ba = /* @__PURE__ */ function() {
|
|
|
34522
34522
|
), WJ = (
|
|
34523
34523
|
/** @class */
|
|
34524
34524
|
function(t) {
|
|
34525
|
-
|
|
34525
|
+
wa(e, t);
|
|
34526
34526
|
function e(n, r) {
|
|
34527
34527
|
var i = t.call(this, n, r) || this;
|
|
34528
34528
|
return i.type = "null", i.value = null, i;
|
|
34529
34529
|
}
|
|
34530
34530
|
return e;
|
|
34531
|
-
}(
|
|
34531
|
+
}(Sa)
|
|
34532
34532
|
), b3 = (
|
|
34533
34533
|
/** @class */
|
|
34534
34534
|
function(t) {
|
|
34535
|
-
|
|
34535
|
+
wa(e, t);
|
|
34536
34536
|
function e(n, r, i) {
|
|
34537
34537
|
var o = t.call(this, n, i) || this;
|
|
34538
34538
|
return o.type = "boolean", o.value = r, o;
|
|
34539
34539
|
}
|
|
34540
34540
|
return e;
|
|
34541
|
-
}(
|
|
34541
|
+
}(Sa)
|
|
34542
34542
|
), XJ = (
|
|
34543
34543
|
/** @class */
|
|
34544
34544
|
function(t) {
|
|
34545
|
-
|
|
34545
|
+
wa(e, t);
|
|
34546
34546
|
function e(n, r) {
|
|
34547
34547
|
var i = t.call(this, n, r) || this;
|
|
34548
34548
|
return i.type = "array", i.items = [], i;
|
|
@@ -34554,31 +34554,31 @@ var ba = /* @__PURE__ */ function() {
|
|
|
34554
34554
|
enumerable: !0,
|
|
34555
34555
|
configurable: !0
|
|
34556
34556
|
}), e;
|
|
34557
|
-
}(
|
|
34557
|
+
}(Sa)
|
|
34558
34558
|
), UJ = (
|
|
34559
34559
|
/** @class */
|
|
34560
34560
|
function(t) {
|
|
34561
|
-
|
|
34561
|
+
wa(e, t);
|
|
34562
34562
|
function e(n, r) {
|
|
34563
34563
|
var i = t.call(this, n, r) || this;
|
|
34564
34564
|
return i.type = "number", i.isInteger = !0, i.value = Number.NaN, i;
|
|
34565
34565
|
}
|
|
34566
34566
|
return e;
|
|
34567
|
-
}(
|
|
34567
|
+
}(Sa)
|
|
34568
34568
|
), w3 = (
|
|
34569
34569
|
/** @class */
|
|
34570
34570
|
function(t) {
|
|
34571
|
-
|
|
34571
|
+
wa(e, t);
|
|
34572
34572
|
function e(n, r, i) {
|
|
34573
34573
|
var o = t.call(this, n, r, i) || this;
|
|
34574
34574
|
return o.type = "string", o.value = "", o;
|
|
34575
34575
|
}
|
|
34576
34576
|
return e;
|
|
34577
|
-
}(
|
|
34577
|
+
}(Sa)
|
|
34578
34578
|
), GJ = (
|
|
34579
34579
|
/** @class */
|
|
34580
34580
|
function(t) {
|
|
34581
|
-
|
|
34581
|
+
wa(e, t);
|
|
34582
34582
|
function e(n, r) {
|
|
34583
34583
|
var i = t.call(this, n, r) || this;
|
|
34584
34584
|
return i.type = "property", i.colonOffset = -1, i;
|
|
@@ -34590,11 +34590,11 @@ var ba = /* @__PURE__ */ function() {
|
|
|
34590
34590
|
enumerable: !0,
|
|
34591
34591
|
configurable: !0
|
|
34592
34592
|
}), e;
|
|
34593
|
-
}(
|
|
34593
|
+
}(Sa)
|
|
34594
34594
|
), YJ = (
|
|
34595
34595
|
/** @class */
|
|
34596
34596
|
function(t) {
|
|
34597
|
-
|
|
34597
|
+
wa(e, t);
|
|
34598
34598
|
function e(n, r) {
|
|
34599
34599
|
var i = t.call(this, n, r) || this;
|
|
34600
34600
|
return i.type = "object", i.properties = [], i;
|
|
@@ -34606,7 +34606,7 @@ var ba = /* @__PURE__ */ function() {
|
|
|
34606
34606
|
enumerable: !0,
|
|
34607
34607
|
configurable: !0
|
|
34608
34608
|
}), e;
|
|
34609
|
-
}(
|
|
34609
|
+
}(Sa)
|
|
34610
34610
|
);
|
|
34611
34611
|
function ir(t) {
|
|
34612
34612
|
return Gi(t) ? t ? {} : { not: {} } : t;
|
|
@@ -35848,13 +35848,13 @@ var tK = [",", "}", "]"], nK = [":"], rK = (
|
|
|
35848
35848
|
}, t.prototype.fromMarkup = function(e) {
|
|
35849
35849
|
if (e && this.doesSupportMarkdown())
|
|
35850
35850
|
return {
|
|
35851
|
-
kind:
|
|
35851
|
+
kind: pa.Markdown,
|
|
35852
35852
|
value: e
|
|
35853
35853
|
};
|
|
35854
35854
|
}, t.prototype.doesSupportMarkdown = function() {
|
|
35855
35855
|
if (!go(this.supportsMarkdown)) {
|
|
35856
35856
|
var e = this.clientCapabilities.textDocument && this.clientCapabilities.textDocument.completion;
|
|
35857
|
-
this.supportsMarkdown = e && e.completionItem && Array.isArray(e.completionItem.documentationFormat) && e.completionItem.documentationFormat.indexOf(
|
|
35857
|
+
this.supportsMarkdown = e && e.completionItem && Array.isArray(e.completionItem.documentationFormat) && e.completionItem.documentationFormat.indexOf(pa.Markdown) !== -1;
|
|
35858
35858
|
}
|
|
35859
35859
|
return this.supportsMarkdown;
|
|
35860
35860
|
}, t.prototype.doesSupportsCommitCharacters = function() {
|
|
@@ -36019,20 +36019,20 @@ var Pt = "", oi = "/", pK = /^(([^:/?#]+?):)?(\/\/([^/?#]*))?([^?#]*)(\?([^#]*))
|
|
|
36019
36019
|
if (!e)
|
|
36020
36020
|
return this;
|
|
36021
36021
|
var n = e.scheme, r = e.authority, i = e.path, o = e.query, s = e.fragment;
|
|
36022
|
-
return n === void 0 ? n = this.scheme : n === null && (n = Pt), r === void 0 ? r = this.authority : r === null && (r = Pt), i === void 0 ? i = this.path : i === null && (i = Pt), o === void 0 ? o = this.query : o === null && (o = Pt), s === void 0 ? s = this.fragment : s === null && (s = Pt), n === this.scheme && r === this.authority && i === this.path && o === this.query && s === this.fragment ? this : new
|
|
36022
|
+
return n === void 0 ? n = this.scheme : n === null && (n = Pt), r === void 0 ? r = this.authority : r === null && (r = Pt), i === void 0 ? i = this.path : i === null && (i = Pt), o === void 0 ? o = this.query : o === null && (o = Pt), s === void 0 ? s = this.fragment : s === null && (s = Pt), n === this.scheme && r === this.authority && i === this.path && o === this.query && s === this.fragment ? this : new Ba(n, r, i, o, s);
|
|
36023
36023
|
}, t.parse = function(e, n) {
|
|
36024
36024
|
n === void 0 && (n = !1);
|
|
36025
36025
|
var r = pK.exec(e);
|
|
36026
|
-
return r ? new
|
|
36026
|
+
return r ? new Ba(r[2] || Pt, kd(r[4] || Pt), kd(r[5] || Pt), kd(r[7] || Pt), kd(r[9] || Pt), n) : new Ba(Pt, Pt, Pt, Pt, Pt);
|
|
36027
36027
|
}, t.file = function(e) {
|
|
36028
36028
|
var n = Pt;
|
|
36029
36029
|
if (qu && (e = e.replace(/\\/g, oi)), e[0] === oi && e[1] === oi) {
|
|
36030
36030
|
var r = e.indexOf(oi, 2);
|
|
36031
36031
|
r === -1 ? (n = e.substring(2), e = oi) : (n = e.substring(2, r), e = e.substring(r) || oi);
|
|
36032
36032
|
}
|
|
36033
|
-
return new
|
|
36033
|
+
return new Ba("file", n, e, Pt, Pt);
|
|
36034
36034
|
}, t.from = function(e) {
|
|
36035
|
-
return new
|
|
36035
|
+
return new Ba(e.scheme, e.authority, e.path, e.query, e.fragment);
|
|
36036
36036
|
}, t.prototype.toString = function(e) {
|
|
36037
36037
|
return e === void 0 && (e = !1), ux(this, e);
|
|
36038
36038
|
}, t.prototype.toJSON = function() {
|
|
@@ -36041,12 +36041,12 @@ var Pt = "", oi = "/", pK = /^(([^:/?#]+?):)?(\/\/([^/?#]*))?([^?#]*)(\?([^#]*))
|
|
|
36041
36041
|
if (e) {
|
|
36042
36042
|
if (e instanceof t)
|
|
36043
36043
|
return e;
|
|
36044
|
-
var n = new
|
|
36044
|
+
var n = new Ba(e);
|
|
36045
36045
|
return n._formatted = e.external, n._fsPath = e._sep === Z9 ? e.fsPath : null, n;
|
|
36046
36046
|
} else return e;
|
|
36047
36047
|
}, t;
|
|
36048
36048
|
}()
|
|
36049
|
-
), Z9 = qu ? 1 : void 0,
|
|
36049
|
+
), Z9 = qu ? 1 : void 0, Ba = (
|
|
36050
36050
|
/** @class */
|
|
36051
36051
|
function(t) {
|
|
36052
36052
|
sK(e, t);
|
|
@@ -37396,7 +37396,7 @@ const wu = () => zt.fromClass(
|
|
|
37396
37396
|
name: "Binary",
|
|
37397
37397
|
extensions: void 0
|
|
37398
37398
|
}
|
|
37399
|
-
},
|
|
37399
|
+
}, ga = {
|
|
37400
37400
|
...Cl,
|
|
37401
37401
|
...t8,
|
|
37402
37402
|
...n8
|
|
@@ -37488,12 +37488,12 @@ function a8(t) {
|
|
|
37488
37488
|
}, r),
|
|
37489
37489
|
{}
|
|
37490
37490
|
),
|
|
37491
|
-
...
|
|
37492
|
-
} :
|
|
37491
|
+
...ga
|
|
37492
|
+
} : ga;
|
|
37493
37493
|
}
|
|
37494
37494
|
function j3(t) {
|
|
37495
|
-
if (!t) return [
|
|
37496
|
-
if (!t.parameters) return [
|
|
37495
|
+
if (!t) return [ra()];
|
|
37496
|
+
if (!t.parameters) return [ra()];
|
|
37497
37497
|
const e = t.parameters.map(
|
|
37498
37498
|
(n) => ({
|
|
37499
37499
|
id: crypto.randomUUID(),
|
|
@@ -37505,7 +37505,7 @@ function j3(t) {
|
|
|
37505
37505
|
files: null
|
|
37506
37506
|
})
|
|
37507
37507
|
);
|
|
37508
|
-
return e.push(
|
|
37508
|
+
return e.push(ra()), e;
|
|
37509
37509
|
}
|
|
37510
37510
|
function fx(t) {
|
|
37511
37511
|
const e = t == null ? void 0 : t.examples;
|
|
@@ -39427,7 +39427,7 @@ function iP() {
|
|
|
39427
39427
|
var t = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : "";
|
|
39428
39428
|
return [t[0], t[1]];
|
|
39429
39429
|
}
|
|
39430
|
-
function
|
|
39430
|
+
function Qa(t, e) {
|
|
39431
39431
|
var n = e[0], r = e[1], i, o;
|
|
39432
39432
|
return n === "t" ? o = t.y : n === "b" ? o = t.y + t.height : o = t.y + t.height / 2, r === "l" ? i = t.x : r === "r" ? i = t.x + t.width : i = t.x + t.width / 2, {
|
|
39433
39433
|
x: i,
|
|
@@ -39465,11 +39465,11 @@ function Pte(t, e, n, r, i, o, s) {
|
|
|
39465
39465
|
t || g();
|
|
39466
39466
|
var p = Qi(function() {
|
|
39467
39467
|
if (e && n && t) {
|
|
39468
|
-
let Br = function(
|
|
39469
|
-
var zo = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : H, Pc = N.x +
|
|
39468
|
+
let Br = function(Da, Lo) {
|
|
39469
|
+
var zo = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : H, Pc = N.x + Da, Yf = N.y + Lo, L0 = Pc + ye, z0 = Yf + oe, F0 = Math.max(Pc, zo.left), Ae = Math.max(Yf, zo.top), Le = Math.min(L0, zo.right), Bt = Math.min(z0, zo.bottom);
|
|
39470
39470
|
return Math.max(0, (Le - F0) * (Bt - Ae));
|
|
39471
39471
|
}, Gf = function() {
|
|
39472
|
-
Ds = N.y + Ct, Rs = Ds + oe, fo = N.x + St,
|
|
39472
|
+
Ds = N.y + Ct, Rs = Ds + oe, fo = N.x + St, Ta = fo + ye;
|
|
39473
39473
|
};
|
|
39474
39474
|
var x, O, w, b, S = e, C = S.ownerDocument, I = Cf(S), A = I.getComputedStyle(S), T = A.width, _ = A.height, P = A.position, D = S.style.left, k = S.style.top, Q = S.style.right, V = S.style.bottom, Z = S.style.overflow, Y = me(me({}, i[r]), o), U = C.createElement("div");
|
|
39475
39475
|
(x = S.parentElement) === null || x === void 0 || x.appendChild(U), U.style.left = "".concat(S.offsetLeft, "px"), U.style.top = "".concat(S.offsetTop, "px"), U.style.position = P, U.style.height = "".concat(S.offsetHeight, "px"), U.style.width = "".concat(S.offsetWidth, "px"), S.style.left = "0", S.style.top = "0", S.style.right = "auto", S.style.bottom = "auto", S.style.overflow = "hidden";
|
|
@@ -39513,9 +39513,9 @@ function Pte(t, e, n, r, i, o, s) {
|
|
|
39513
39513
|
return;
|
|
39514
39514
|
var ln = Y.offset, Nr = Y.targetOffset, Zt = rP(N, ln), Vt = We(Zt, 2), tt = Vt[0], Kt = Vt[1], wi = rP(L, Nr), cn = We(wi, 2), Sn = cn[0], vr = cn[1];
|
|
39515
39515
|
L.x -= Sn, L.y -= vr;
|
|
39516
|
-
var Ts = Y.points || [], uo = We(Ts, 2), Bo = uo[0], Mr = uo[1], Cn = iP(Mr), Gn = iP(Bo), _s =
|
|
39516
|
+
var Ts = Y.points || [], uo = We(Ts, 2), Bo = uo[0], Mr = uo[1], Cn = iP(Mr), Gn = iP(Bo), _s = Qa(L, Cn), On = Qa(N, Gn), Si = me({}, Y), St = _s.x - On.x + tt, Ct = _s.y - On.y + Kt, yr = Br(St, Ct), Ci = Br(St, Ct, q), un = Qa(L, ["t", "l"]), Ut = Qa(N, ["t", "l"]), js = Qa(L, ["b", "r"]), $s = Qa(N, ["b", "r"]), Qo = Y.overflow || {}, Nf = Qo.adjustX, P0 = Qo.adjustY, Sc = Qo.shiftX, Ia = Qo.shiftY, Cc = function(Lo) {
|
|
39517
39517
|
return typeof Lo == "boolean" ? Lo : Lo >= 0;
|
|
39518
|
-
}, Ds, Rs, fo,
|
|
39518
|
+
}, Ds, Rs, fo, Ta;
|
|
39519
39519
|
Gf();
|
|
39520
39520
|
var Ns = Cc(P0), Mf = Gn[0] === Cn[0];
|
|
39521
39521
|
if (Ns && Gn[0] === "t" && (Rs > ne.bottom || d.current.bt)) {
|
|
@@ -39535,13 +39535,13 @@ function Pte(t, e, n, r, i, o, s) {
|
|
|
39535
39535
|
I0 >= Ci) ? (d.current.tb = !0, Ct = Ms, Kt = -Kt, Si.points = [Zo(Gn, 0), Zo(Cn, 0)]) : d.current.tb = !1;
|
|
39536
39536
|
}
|
|
39537
39537
|
var Lf = Cc(Nf), zf = Gn[1] === Cn[1];
|
|
39538
|
-
if (Lf && Gn[1] === "l" && (
|
|
39538
|
+
if (Lf && Gn[1] === "l" && (Ta > ne.right || d.current.rl)) {
|
|
39539
39539
|
var Bs = St;
|
|
39540
39540
|
zf ? Bs -= ye - ee : Bs = un.x - $s.x - tt;
|
|
39541
|
-
var Ff = Br(Bs, Ct),
|
|
39541
|
+
var Ff = Br(Bs, Ct), _a = Br(Bs, Ct, q);
|
|
39542
39542
|
// Of course use larger one
|
|
39543
39543
|
Ff > yr || Ff === yr && (!re || // Choose recommend one
|
|
39544
|
-
|
|
39544
|
+
_a >= Ci) ? (d.current.rl = !0, St = Bs, tt = -tt, Si.points = [Zo(Gn, 1), Zo(Cn, 1)]) : d.current.rl = !1;
|
|
39545
39545
|
}
|
|
39546
39546
|
if (Lf && Gn[1] === "r" && (fo < ne.left || d.current.lr)) {
|
|
39547
39547
|
var ho = St;
|
|
@@ -39553,10 +39553,10 @@ function Pte(t, e, n, r, i, o, s) {
|
|
|
39553
39553
|
}
|
|
39554
39554
|
Gf();
|
|
39555
39555
|
var ki = Sc === !0 ? 0 : Sc;
|
|
39556
|
-
typeof ki == "number" && (fo < q.left && (St -= fo - q.left - tt, L.x + ee < q.left + ki && (St += L.x - q.left + ee - ki)),
|
|
39557
|
-
var ei =
|
|
39556
|
+
typeof ki == "number" && (fo < q.left && (St -= fo - q.left - tt, L.x + ee < q.left + ki && (St += L.x - q.left + ee - ki)), Ta > q.right && (St -= Ta - q.right - tt, L.x > q.right - ki && (St += L.x - q.right + ki)));
|
|
39557
|
+
var ei = Ia === !0 ? 0 : Ia;
|
|
39558
39558
|
typeof ei == "number" && (Ds < q.top && (Ct -= Ds - q.top - Kt, L.y + E < q.top + ei && (Ct += L.y - q.top + E - ei)), Rs > q.bottom && (Ct -= Rs - q.bottom - Kt, L.y > q.bottom - ei && (Ct += L.y - q.bottom + ei)));
|
|
39559
|
-
var
|
|
39559
|
+
var ja = N.x + St, $a = ja + ye, Ai = N.y + Ct, T0 = Ai + oe, Wf = L.x, _0 = Wf + ee, kc = L.y, j0 = kc + E, $0 = Math.max(ja, Wf), D0 = Math.min($a, _0), Xf = ($0 + D0) / 2, R0 = Xf - ja, N0 = Math.max(Ai, kc), Uf = Math.min(T0, j0), M0 = (N0 + Uf) / 2, B0 = M0 - Ai;
|
|
39560
39560
|
s == null || s(e, Si);
|
|
39561
39561
|
var Ac = xe.right - N.x - (St + N.width), Pi = xe.bottom - N.y - (Ct + N.height);
|
|
39562
39562
|
Ve === 1 && (St = Math.round(St), Ac = Math.round(Ac)), je === 1 && (Ct = Math.round(Ct), Pi = Math.round(Pi));
|
|
@@ -39690,12 +39690,12 @@ function _te() {
|
|
|
39690
39690
|
Pr(function(Ae) {
|
|
39691
39691
|
(!Ae || On) && Nf(!0);
|
|
39692
39692
|
}, [On]);
|
|
39693
|
-
var P0 = ie.useState(null), Sc = We(P0, 2),
|
|
39694
|
-
|
|
39695
|
-
}, Mf = Pte(On, xe, j && fo !== null ? fo : Vt, k, V, Z, N), kn = We(Mf, 11), Bf = kn[0], E0 = kn[1], Ms = kn[2], Qf = kn[3], I0 = kn[4], Lf = kn[5], zf = kn[6], Bs = kn[7], Ff = kn[8],
|
|
39693
|
+
var P0 = ie.useState(null), Sc = We(P0, 2), Ia = Sc[0], Cc = Sc[1], Ds = ie.useState(null), Rs = We(Ds, 2), fo = Rs[0], Ta = Rs[1], Ns = function(Le) {
|
|
39694
|
+
Ta([Le.clientX, Le.clientY]);
|
|
39695
|
+
}, Mf = Pte(On, xe, j && fo !== null ? fo : Vt, k, V, Z, N), kn = We(Mf, 11), Bf = kn[0], E0 = kn[1], Ms = kn[2], Qf = kn[3], I0 = kn[4], Lf = kn[5], zf = kn[6], Bs = kn[7], Ff = kn[8], _a = kn[9], ho = kn[10], Vf = Ste(z, l, c, u), Zf = We(Vf, 2), ki = Zf[0], ei = Zf[1], ja = ki.has("click"), $a = ei.has("click") || ei.has("contextMenu"), Ai = Qi(function() {
|
|
39696
39696
|
Qo || ho();
|
|
39697
39697
|
}), T0 = function() {
|
|
39698
|
-
St.current && j &&
|
|
39698
|
+
St.current && j && $a && Ut(!1);
|
|
39699
39699
|
};
|
|
39700
39700
|
Ete(On, Vt, xe, Ai, T0), Pr(function() {
|
|
39701
39701
|
Ai();
|
|
@@ -39703,9 +39703,9 @@ function _te() {
|
|
|
39703
39703
|
On && !(V != null && V[k]) && Ai();
|
|
39704
39704
|
}, [JSON.stringify(Z)]);
|
|
39705
39705
|
var Wf = ie.useMemo(function() {
|
|
39706
|
-
var Ae = Ate(V, o,
|
|
39707
|
-
return Ki(Ae, L == null ? void 0 : L(
|
|
39708
|
-
}, [
|
|
39706
|
+
var Ae = Ate(V, o, _a, j);
|
|
39707
|
+
return Ki(Ae, L == null ? void 0 : L(_a));
|
|
39708
|
+
}, [_a, L, V, o, j]);
|
|
39709
39709
|
ie.useImperativeHandle(r, function() {
|
|
39710
39710
|
return {
|
|
39711
39711
|
nativeElement: Kt.current,
|
|
@@ -39730,8 +39730,8 @@ function _te() {
|
|
|
39730
39730
|
});
|
|
39731
39731
|
};
|
|
39732
39732
|
Pr(function() {
|
|
39733
|
-
|
|
39734
|
-
}, [
|
|
39733
|
+
Ia && (ho(), Ia(), Cc(null));
|
|
39734
|
+
}, [Ia]);
|
|
39735
39735
|
function Pi(Ae, Le, Bt, fn) {
|
|
39736
39736
|
vr[Ae] = function(Wt) {
|
|
39737
39737
|
var Hf;
|
|
@@ -39741,19 +39741,19 @@ function _te() {
|
|
|
39741
39741
|
(Hf = Sn[Ae]) === null || Hf === void 0 || Hf.call.apply(Hf, [Sn, Wt].concat(sS));
|
|
39742
39742
|
};
|
|
39743
39743
|
}
|
|
39744
|
-
(
|
|
39744
|
+
(ja || $a) && (vr.onClick = function(Ae) {
|
|
39745
39745
|
var Le;
|
|
39746
|
-
St.current &&
|
|
39746
|
+
St.current && $a ? Ut(!1) : !St.current && ja && (Ns(Ae), Ut(!0));
|
|
39747
39747
|
for (var Bt = arguments.length, fn = new Array(Bt > 1 ? Bt - 1 : 0), Wt = 1; Wt < Bt; Wt++)
|
|
39748
39748
|
fn[Wt - 1] = arguments[Wt];
|
|
39749
39749
|
(Le = Sn.onClick) === null || Le === void 0 || Le.call.apply(Le, [Sn, Ae].concat(fn));
|
|
39750
39750
|
});
|
|
39751
|
-
var Q0 = Ite(On,
|
|
39751
|
+
var Q0 = Ite(On, $a, Vt, xe, w, S, Ts, Ut), Br = ki.has("hover"), Gf = ei.has("hover"), Da, Lo;
|
|
39752
39752
|
Br && (Pi("onMouseEnter", !0, p, function(Ae) {
|
|
39753
39753
|
Ns(Ae);
|
|
39754
39754
|
}), Pi("onPointerEnter", !0, p, function(Ae) {
|
|
39755
39755
|
Ns(Ae);
|
|
39756
|
-
}),
|
|
39756
|
+
}), Da = function(Le) {
|
|
39757
39757
|
(On || Qo) && xe !== null && xe !== void 0 && xe.contains(Le.target) && Ut(!0, p);
|
|
39758
39758
|
}, j && (vr.onMouseMove = function(Ae) {
|
|
39759
39759
|
var Le;
|
|
@@ -39795,9 +39795,9 @@ function _te() {
|
|
|
39795
39795
|
className: Ki(P, Wf),
|
|
39796
39796
|
style: D,
|
|
39797
39797
|
target: Vt,
|
|
39798
|
-
onMouseEnter:
|
|
39798
|
+
onMouseEnter: Da,
|
|
39799
39799
|
onMouseLeave: Lo,
|
|
39800
|
-
onPointerEnter:
|
|
39800
|
+
onPointerEnter: Da,
|
|
39801
39801
|
zIndex: Y,
|
|
39802
39802
|
open: On,
|
|
39803
39803
|
keepDom: Qo,
|
|
@@ -39812,7 +39812,7 @@ function _te() {
|
|
|
39812
39812
|
forceRender: I,
|
|
39813
39813
|
autoDestroy: ee,
|
|
39814
39814
|
getPopupContainer: C,
|
|
39815
|
-
align:
|
|
39815
|
+
align: _a,
|
|
39816
39816
|
arrow: F0,
|
|
39817
39817
|
arrowPos: z0,
|
|
39818
39818
|
ready: Bf,
|
|
@@ -39829,82 +39829,82 @@ function _te() {
|
|
|
39829
39829
|
return process.env.NODE_ENV !== "production" && (e.displayName = "Trigger"), e;
|
|
39830
39830
|
}
|
|
39831
39831
|
const jte = _te(Xb);
|
|
39832
|
-
var
|
|
39832
|
+
var La = {
|
|
39833
39833
|
shiftX: 64,
|
|
39834
39834
|
adjustY: 1
|
|
39835
|
-
},
|
|
39835
|
+
}, za = {
|
|
39836
39836
|
adjustX: 1,
|
|
39837
39837
|
shiftY: !0
|
|
39838
39838
|
}, Qr = [0, 0], $te = {
|
|
39839
39839
|
left: {
|
|
39840
39840
|
points: ["cr", "cl"],
|
|
39841
|
-
overflow:
|
|
39841
|
+
overflow: za,
|
|
39842
39842
|
offset: [-4, 0],
|
|
39843
39843
|
targetOffset: Qr
|
|
39844
39844
|
},
|
|
39845
39845
|
right: {
|
|
39846
39846
|
points: ["cl", "cr"],
|
|
39847
|
-
overflow:
|
|
39847
|
+
overflow: za,
|
|
39848
39848
|
offset: [4, 0],
|
|
39849
39849
|
targetOffset: Qr
|
|
39850
39850
|
},
|
|
39851
39851
|
top: {
|
|
39852
39852
|
points: ["bc", "tc"],
|
|
39853
|
-
overflow:
|
|
39853
|
+
overflow: La,
|
|
39854
39854
|
offset: [0, -4],
|
|
39855
39855
|
targetOffset: Qr
|
|
39856
39856
|
},
|
|
39857
39857
|
bottom: {
|
|
39858
39858
|
points: ["tc", "bc"],
|
|
39859
|
-
overflow:
|
|
39859
|
+
overflow: La,
|
|
39860
39860
|
offset: [0, 4],
|
|
39861
39861
|
targetOffset: Qr
|
|
39862
39862
|
},
|
|
39863
39863
|
topLeft: {
|
|
39864
39864
|
points: ["bl", "tl"],
|
|
39865
|
-
overflow:
|
|
39865
|
+
overflow: La,
|
|
39866
39866
|
offset: [0, -4],
|
|
39867
39867
|
targetOffset: Qr
|
|
39868
39868
|
},
|
|
39869
39869
|
leftTop: {
|
|
39870
39870
|
points: ["tr", "tl"],
|
|
39871
|
-
overflow:
|
|
39871
|
+
overflow: za,
|
|
39872
39872
|
offset: [-4, 0],
|
|
39873
39873
|
targetOffset: Qr
|
|
39874
39874
|
},
|
|
39875
39875
|
topRight: {
|
|
39876
39876
|
points: ["br", "tr"],
|
|
39877
|
-
overflow:
|
|
39877
|
+
overflow: La,
|
|
39878
39878
|
offset: [0, -4],
|
|
39879
39879
|
targetOffset: Qr
|
|
39880
39880
|
},
|
|
39881
39881
|
rightTop: {
|
|
39882
39882
|
points: ["tl", "tr"],
|
|
39883
|
-
overflow:
|
|
39883
|
+
overflow: za,
|
|
39884
39884
|
offset: [4, 0],
|
|
39885
39885
|
targetOffset: Qr
|
|
39886
39886
|
},
|
|
39887
39887
|
bottomRight: {
|
|
39888
39888
|
points: ["tr", "br"],
|
|
39889
|
-
overflow:
|
|
39889
|
+
overflow: La,
|
|
39890
39890
|
offset: [0, 4],
|
|
39891
39891
|
targetOffset: Qr
|
|
39892
39892
|
},
|
|
39893
39893
|
rightBottom: {
|
|
39894
39894
|
points: ["bl", "br"],
|
|
39895
|
-
overflow:
|
|
39895
|
+
overflow: za,
|
|
39896
39896
|
offset: [4, 0],
|
|
39897
39897
|
targetOffset: Qr
|
|
39898
39898
|
},
|
|
39899
39899
|
bottomLeft: {
|
|
39900
39900
|
points: ["tl", "bl"],
|
|
39901
|
-
overflow:
|
|
39901
|
+
overflow: La,
|
|
39902
39902
|
offset: [0, 4],
|
|
39903
39903
|
targetOffset: Qr
|
|
39904
39904
|
},
|
|
39905
39905
|
leftBottom: {
|
|
39906
39906
|
points: ["br", "bl"],
|
|
39907
|
-
overflow:
|
|
39907
|
+
overflow: za,
|
|
39908
39908
|
offset: [-4, 0],
|
|
39909
39909
|
targetOffset: Qr
|
|
39910
39910
|
}
|
|
@@ -40114,7 +40114,7 @@ function kf({
|
|
|
40114
40114
|
};
|
|
40115
40115
|
return /* @__PURE__ */ m.jsx(X8, { variable: t, onSave: s, onCancel: n, ...r, children: /* @__PURE__ */ m.jsx(Px, { children: /* @__PURE__ */ m.jsx(Nte, { value: i, onChange: (a) => o(a), title: "Make it secret" }) }) });
|
|
40116
40116
|
}
|
|
40117
|
-
var Vte = typeof globalThis == "object" ? globalThis : typeof self == "object" ? self : typeof window == "object" ? window : typeof global == "object" ? global : {},
|
|
40117
|
+
var Vte = typeof globalThis == "object" ? globalThis : typeof self == "object" ? self : typeof window == "object" ? window : typeof global == "object" ? global : {}, Ks = "1.9.0", oP = /^(\d+)\.(\d+)\.(\d+)(-(.+))?$/;
|
|
40118
40118
|
function Zte(t) {
|
|
40119
40119
|
var e = /* @__PURE__ */ new Set([t]), n = /* @__PURE__ */ new Set(), r = t.match(oP);
|
|
40120
40120
|
if (!r)
|
|
@@ -40154,22 +40154,22 @@ function Zte(t) {
|
|
|
40154
40154
|
return u.prerelease != null || i.major !== u.major ? o(l) : i.major === 0 ? i.minor === u.minor && i.patch <= u.patch ? s(l) : o(l) : i.minor <= u.minor ? s(l) : o(l);
|
|
40155
40155
|
};
|
|
40156
40156
|
}
|
|
40157
|
-
var Wte = Zte(
|
|
40157
|
+
var Wte = Zte(Ks), Xte = Ks.split(".")[0], tf = Symbol.for("opentelemetry.js.api." + Xte), nf = Vte;
|
|
40158
40158
|
function Gg(t, e, n, r) {
|
|
40159
40159
|
var i;
|
|
40160
40160
|
r === void 0 && (r = !1);
|
|
40161
40161
|
var o = nf[tf] = (i = nf[tf]) !== null && i !== void 0 ? i : {
|
|
40162
|
-
version:
|
|
40162
|
+
version: Ks
|
|
40163
40163
|
};
|
|
40164
40164
|
if (!r && o[t]) {
|
|
40165
40165
|
var s = new Error("@opentelemetry/api: Attempted duplicate registration of API: " + t);
|
|
40166
40166
|
return n.error(s.stack || s.message), !1;
|
|
40167
40167
|
}
|
|
40168
|
-
if (o.version !==
|
|
40169
|
-
var s = new Error("@opentelemetry/api: Registration of version v" + o.version + " for " + t + " does not match previously registered API v" +
|
|
40168
|
+
if (o.version !== Ks) {
|
|
40169
|
+
var s = new Error("@opentelemetry/api: Registration of version v" + o.version + " for " + t + " does not match previously registered API v" + Ks);
|
|
40170
40170
|
return n.error(s.stack || s.message), !1;
|
|
40171
40171
|
}
|
|
40172
|
-
return o[t] = e, n.debug("@opentelemetry/api: Registered a global for " + t + " v" +
|
|
40172
|
+
return o[t] = e, n.debug("@opentelemetry/api: Registered a global for " + t + " v" + Ks + "."), !0;
|
|
40173
40173
|
}
|
|
40174
40174
|
function Kl(t) {
|
|
40175
40175
|
var e, n, r = (e = nf[tf]) === null || e === void 0 ? void 0 : e.version;
|
|
@@ -40177,7 +40177,7 @@ function Kl(t) {
|
|
|
40177
40177
|
return (n = nf[tf]) === null || n === void 0 ? void 0 : n[t];
|
|
40178
40178
|
}
|
|
40179
40179
|
function Yg(t, e) {
|
|
40180
|
-
e.debug("@opentelemetry/api: Unregistering a global for " + t + " v" +
|
|
40180
|
+
e.debug("@opentelemetry/api: Unregistering a global for " + t + " v" + Ks + ".");
|
|
40181
40181
|
var n = nf[tf];
|
|
40182
40182
|
n && delete n[t];
|
|
40183
40183
|
}
|
|
@@ -41039,7 +41039,7 @@ class Sre {
|
|
|
41039
41039
|
return [_v, jv];
|
|
41040
41040
|
}
|
|
41041
41041
|
}
|
|
41042
|
-
const Cre = "[object Object]", kre = "[object Null]", Are = "[object Undefined]", Pre = Function.prototype, aj = Pre.toString, Ere = aj.call(Object), Ire = Object.getPrototypeOf, lj = Object.prototype, cj = lj.hasOwnProperty,
|
|
41042
|
+
const Cre = "[object Object]", kre = "[object Null]", Are = "[object Undefined]", Pre = Function.prototype, aj = Pre.toString, Ere = aj.call(Object), Ire = Object.getPrototypeOf, lj = Object.prototype, cj = lj.hasOwnProperty, Gs = Symbol ? Symbol.toStringTag : void 0, uj = lj.toString;
|
|
41043
41043
|
function fP(t) {
|
|
41044
41044
|
if (!Tre(t) || _re(t) !== Cre)
|
|
41045
41045
|
return !1;
|
|
@@ -41053,17 +41053,17 @@ function Tre(t) {
|
|
|
41053
41053
|
return t != null && typeof t == "object";
|
|
41054
41054
|
}
|
|
41055
41055
|
function _re(t) {
|
|
41056
|
-
return t == null ? t === void 0 ? Are : kre :
|
|
41056
|
+
return t == null ? t === void 0 ? Are : kre : Gs && Gs in Object(t) ? jre(t) : $re(t);
|
|
41057
41057
|
}
|
|
41058
41058
|
function jre(t) {
|
|
41059
|
-
const e = cj.call(t,
|
|
41059
|
+
const e = cj.call(t, Gs), n = t[Gs];
|
|
41060
41060
|
let r = !1;
|
|
41061
41061
|
try {
|
|
41062
|
-
t[
|
|
41062
|
+
t[Gs] = void 0, r = !0;
|
|
41063
41063
|
} catch {
|
|
41064
41064
|
}
|
|
41065
41065
|
const i = uj.call(t);
|
|
41066
|
-
return r && (e ? t[
|
|
41066
|
+
return r && (e ? t[Gs] = n : delete t[Gs]), i;
|
|
41067
41067
|
}
|
|
41068
41068
|
function $re(t) {
|
|
41069
41069
|
return uj.call(t);
|
|
@@ -41792,10 +41792,10 @@ class Kre {
|
|
|
41792
41792
|
});
|
|
41793
41793
|
}
|
|
41794
41794
|
}
|
|
41795
|
-
var
|
|
41795
|
+
var Ys;
|
|
41796
41796
|
(function(t) {
|
|
41797
41797
|
t[t.resolved = 0] = "resolved", t[t.timeout = 1] = "timeout", t[t.error = 2] = "error", t[t.unresolved = 3] = "unresolved";
|
|
41798
|
-
})(
|
|
41798
|
+
})(Ys || (Ys = {}));
|
|
41799
41799
|
class eie {
|
|
41800
41800
|
constructor(e = {}) {
|
|
41801
41801
|
pe(this, "_config");
|
|
@@ -41818,17 +41818,17 @@ class eie {
|
|
|
41818
41818
|
const e = this._config.forceFlushTimeoutMillis, n = this._activeSpanProcessor._spanProcessors.map((r) => new Promise((i) => {
|
|
41819
41819
|
let o;
|
|
41820
41820
|
const s = setTimeout(() => {
|
|
41821
|
-
i(new Error(`Span processor did not completed within timeout period of ${e} ms`)), o =
|
|
41821
|
+
i(new Error(`Span processor did not completed within timeout period of ${e} ms`)), o = Ys.timeout;
|
|
41822
41822
|
}, e);
|
|
41823
41823
|
r.forceFlush().then(() => {
|
|
41824
|
-
clearTimeout(s), o !==
|
|
41824
|
+
clearTimeout(s), o !== Ys.timeout && (o = Ys.resolved, i(o));
|
|
41825
41825
|
}).catch((a) => {
|
|
41826
|
-
clearTimeout(s), o =
|
|
41826
|
+
clearTimeout(s), o = Ys.error, i(a);
|
|
41827
41827
|
});
|
|
41828
41828
|
}));
|
|
41829
41829
|
return new Promise((r, i) => {
|
|
41830
41830
|
Promise.all(n).then((o) => {
|
|
41831
|
-
const s = o.filter((a) => a !==
|
|
41831
|
+
const s = o.filter((a) => a !== Ys.resolved);
|
|
41832
41832
|
s.length > 0 ? i(s) : r();
|
|
41833
41833
|
}).catch((o) => i([o]));
|
|
41834
41834
|
});
|
|
@@ -42759,7 +42759,7 @@ const Kg = $r({});
|
|
|
42759
42759
|
function rw() {
|
|
42760
42760
|
return yn(Kg) || {};
|
|
42761
42761
|
}
|
|
42762
|
-
const doe = "0.15.0-next.
|
|
42762
|
+
const doe = "0.15.0-next.7", hoe = {
|
|
42763
42763
|
version: doe
|
|
42764
42764
|
};
|
|
42765
42765
|
class poe {
|
|
@@ -45473,7 +45473,7 @@ function qP() {
|
|
|
45473
45473
|
function JP() {
|
|
45474
45474
|
return "ontouchstart" in window || navigator.maxTouchPoints;
|
|
45475
45475
|
}
|
|
45476
|
-
var KP = !!(typeof window < "u" && window.document && window.document.createElement), Wc = 0,
|
|
45476
|
+
var KP = !!(typeof window < "u" && window.document && window.document.createElement), Wc = 0, Fa = {
|
|
45477
45477
|
capture: !1,
|
|
45478
45478
|
passive: !1
|
|
45479
45479
|
};
|
|
@@ -45491,7 +45491,7 @@ function Ple(t) {
|
|
|
45491
45491
|
u && (u[g] = p);
|
|
45492
45492
|
}), u && (u.paddingRight = "".concat(d, "px"));
|
|
45493
45493
|
}
|
|
45494
|
-
c && JP() && (c.addEventListener("touchmove", YP,
|
|
45494
|
+
c && JP() && (c.addEventListener("touchmove", YP, Fa), l && (l.addEventListener("touchstart", qP, Fa), l.addEventListener("touchmove", HP, Fa))), Wc += 1;
|
|
45495
45495
|
}
|
|
45496
45496
|
}, [r]), a = ze(function(l) {
|
|
45497
45497
|
if (KP) {
|
|
@@ -45499,7 +45499,7 @@ function Ple(t) {
|
|
|
45499
45499
|
Wc = Math.max(Wc - 1, 0), r && Wc < 1 && UP.forEach(function(f) {
|
|
45500
45500
|
var h = i.current[f];
|
|
45501
45501
|
u && (u[f] = h);
|
|
45502
|
-
}), c && JP() && (c.removeEventListener("touchmove", YP,
|
|
45502
|
+
}), c && JP() && (c.removeEventListener("touchmove", YP, Fa), l && (l.removeEventListener("touchstart", qP, Fa), l.removeEventListener("touchmove", HP, Fa)));
|
|
45503
45503
|
}
|
|
45504
45504
|
}, [r]);
|
|
45505
45505
|
return $e(function() {
|
|
@@ -47266,7 +47266,7 @@ const rr = (t, e = "currentColor") => t != null && t.startsWith("--") ? `var(${t
|
|
|
47266
47266
|
}
|
|
47267
47267
|
},
|
|
47268
47268
|
additionalProperties: !1
|
|
47269
|
-
},
|
|
47269
|
+
}, Va = {
|
|
47270
47270
|
type: "object",
|
|
47271
47271
|
properties: {
|
|
47272
47272
|
includeByName: {
|
|
@@ -47289,12 +47289,12 @@ const rr = (t, e = "currentColor") => t != null && t.startsWith("--") ? `var(${t
|
|
|
47289
47289
|
name: {
|
|
47290
47290
|
type: "string"
|
|
47291
47291
|
},
|
|
47292
|
-
items:
|
|
47293
|
-
queries:
|
|
47294
|
-
mutations:
|
|
47295
|
-
subscriptions:
|
|
47296
|
-
types:
|
|
47297
|
-
directives:
|
|
47292
|
+
items: Va,
|
|
47293
|
+
queries: Va,
|
|
47294
|
+
mutations: Va,
|
|
47295
|
+
subscriptions: Va,
|
|
47296
|
+
types: Va,
|
|
47297
|
+
directives: Va
|
|
47298
47298
|
},
|
|
47299
47299
|
required: ["name"],
|
|
47300
47300
|
additionalProperties: !1
|
|
@@ -47530,7 +47530,7 @@ const rr = (t, e = "currentColor") => t != null && t.startsWith("--") ? `var(${t
|
|
|
47530
47530
|
beforeInfo: { type: "array", items: oE },
|
|
47531
47531
|
end: { type: "array", items: oE }
|
|
47532
47532
|
}
|
|
47533
|
-
},
|
|
47533
|
+
}, Hs = {
|
|
47534
47534
|
type: "object",
|
|
47535
47535
|
properties: {
|
|
47536
47536
|
main: { type: "string" },
|
|
@@ -47548,7 +47548,7 @@ const rr = (t, e = "currentColor") => t != null && t.startsWith("--") ? `var(${t
|
|
|
47548
47548
|
}
|
|
47549
47549
|
}, Ace = {
|
|
47550
47550
|
type: "object",
|
|
47551
|
-
properties: s0(
|
|
47551
|
+
properties: s0(Hs.properties, ["light", "dark"])
|
|
47552
47552
|
}, Pce = {
|
|
47553
47553
|
type: "object",
|
|
47554
47554
|
properties: {
|
|
@@ -47572,7 +47572,7 @@ const rr = (t, e = "currentColor") => t != null && t.startsWith("--") ? `var(${t
|
|
|
47572
47572
|
}
|
|
47573
47573
|
}, Ice = {
|
|
47574
47574
|
type: "object",
|
|
47575
|
-
properties: bc(
|
|
47575
|
+
properties: bc(Hs.properties, ["dark"])
|
|
47576
47576
|
}, Tce = {
|
|
47577
47577
|
type: "object",
|
|
47578
47578
|
properties: {
|
|
@@ -47583,17 +47583,17 @@ const rr = (t, e = "currentColor") => t != null && t.startsWith("--") ? `var(${t
|
|
|
47583
47583
|
}, _ce = {
|
|
47584
47584
|
type: "object",
|
|
47585
47585
|
properties: {
|
|
47586
|
-
accent:
|
|
47586
|
+
accent: Hs,
|
|
47587
47587
|
border: Ace,
|
|
47588
|
-
error:
|
|
47588
|
+
error: Hs,
|
|
47589
47589
|
http: Pce,
|
|
47590
|
-
primary:
|
|
47590
|
+
primary: Hs,
|
|
47591
47591
|
responses: Ece,
|
|
47592
47592
|
secondary: Ice,
|
|
47593
|
-
success:
|
|
47593
|
+
success: Hs,
|
|
47594
47594
|
text: Tce,
|
|
47595
47595
|
tonalOffset: { type: "number" },
|
|
47596
|
-
warning:
|
|
47596
|
+
warning: Hs
|
|
47597
47597
|
}
|
|
47598
47598
|
}, Ld = {
|
|
47599
47599
|
type: "object",
|
|
@@ -48562,7 +48562,7 @@ const Wo = {
|
|
|
48562
48562
|
valuesMapping: { type: "object", additionalProperties: { type: "string" } }
|
|
48563
48563
|
},
|
|
48564
48564
|
additionalProperties: !1
|
|
48565
|
-
},
|
|
48565
|
+
}, Fs = {
|
|
48566
48566
|
type: "object",
|
|
48567
48567
|
properties: {
|
|
48568
48568
|
slug: { type: "string" },
|
|
@@ -48590,12 +48590,13 @@ const Wo = {
|
|
|
48590
48590
|
catalogs: {
|
|
48591
48591
|
type: "object",
|
|
48592
48592
|
properties: {
|
|
48593
|
-
all:
|
|
48594
|
-
services:
|
|
48595
|
-
domains:
|
|
48596
|
-
teams:
|
|
48597
|
-
users:
|
|
48598
|
-
apiDescriptions:
|
|
48593
|
+
all: Fs,
|
|
48594
|
+
services: Fs,
|
|
48595
|
+
domains: Fs,
|
|
48596
|
+
teams: Fs,
|
|
48597
|
+
users: Fs,
|
|
48598
|
+
apiDescriptions: Fs,
|
|
48599
|
+
dataSchemas: Fs
|
|
48599
48600
|
},
|
|
48600
48601
|
additionalProperties: !1
|
|
48601
48602
|
}
|
|
@@ -48957,7 +48958,7 @@ const Aue = {
|
|
|
48957
48958
|
folders: { type: "array", items: { type: "string" } }
|
|
48958
48959
|
},
|
|
48959
48960
|
additionalProperties: !1
|
|
48960
|
-
},
|
|
48961
|
+
}, Vs = {
|
|
48961
48962
|
type: "object",
|
|
48962
48963
|
additionalProperties: { type: "string" }
|
|
48963
48964
|
}, Vue = {
|
|
@@ -48965,26 +48966,26 @@ const Aue = {
|
|
|
48965
48966
|
properties: {
|
|
48966
48967
|
teamNamePatterns: { type: "array", items: { type: "string" } },
|
|
48967
48968
|
teamFolders: { type: "array", items: { type: "string" } },
|
|
48968
|
-
teamFoldersBaseRoles:
|
|
48969
|
-
cms:
|
|
48969
|
+
teamFoldersBaseRoles: Vs,
|
|
48970
|
+
cms: Vs,
|
|
48970
48971
|
// deprecated in favor of reunite
|
|
48971
|
-
reunite:
|
|
48972
|
+
reunite: Vs,
|
|
48972
48973
|
features: {
|
|
48973
48974
|
type: "object",
|
|
48974
48975
|
properties: {
|
|
48975
|
-
aiSearch:
|
|
48976
|
+
aiSearch: Vs
|
|
48976
48977
|
},
|
|
48977
48978
|
additionalProperties: !1
|
|
48978
48979
|
},
|
|
48979
48980
|
content: {
|
|
48980
48981
|
type: "object",
|
|
48981
48982
|
properties: {
|
|
48982
|
-
"**":
|
|
48983
|
+
"**": Vs
|
|
48983
48984
|
},
|
|
48984
|
-
additionalProperties:
|
|
48985
|
+
additionalProperties: Vs
|
|
48985
48986
|
}
|
|
48986
48987
|
},
|
|
48987
|
-
additionalProperties:
|
|
48988
|
+
additionalProperties: Vs
|
|
48988
48989
|
}, Zue = {
|
|
48989
48990
|
type: "object",
|
|
48990
48991
|
properties: { static: { type: "string" } },
|
|
@@ -52842,7 +52843,7 @@ async function zfe(t, e) {
|
|
|
52842
52843
|
const Q = Y$(l, t), V = Pw(l.get(), t), Z = Date.now(), { clientCert: Y, clientKey: U } = Ffe(
|
|
52843
52844
|
I,
|
|
52844
52845
|
o || []
|
|
52845
|
-
), R = !!k.match(/^https?:\/\//) ? k : `https://${k}`, j = await
|
|
52846
|
+
), R = !!k.match(/^https?:\/\//) ? k : `https://${k}`, j = await ia(R, {
|
|
52846
52847
|
signal: d,
|
|
52847
52848
|
method: S,
|
|
52848
52849
|
headers: Q,
|
|
@@ -52879,7 +52880,7 @@ async function Vfe(t, e, n, r) {
|
|
|
52879
52880
|
o
|
|
52880
52881
|
).findLast((l) => l.securityType.get() === se.DigestAuth);
|
|
52881
52882
|
if (a) {
|
|
52882
|
-
const l = await
|
|
52883
|
+
const l = await ia(e, {
|
|
52883
52884
|
signal: r,
|
|
52884
52885
|
method: s,
|
|
52885
52886
|
mode: n || M1(e) ? "same-origin" : "cors"
|
|
@@ -53239,7 +53240,7 @@ const {
|
|
|
53239
53240
|
forwardRef: J$,
|
|
53240
53241
|
useCallback: or,
|
|
53241
53242
|
useContext: K$,
|
|
53242
|
-
useEffect:
|
|
53243
|
+
useEffect: sa,
|
|
53243
53244
|
useImperativeHandle: eD,
|
|
53244
53245
|
useLayoutEffect: ade,
|
|
53245
53246
|
useMemo: lde,
|
|
@@ -53247,7 +53248,7 @@ const {
|
|
|
53247
53248
|
useState: Tl
|
|
53248
53249
|
} = ie, yE = ie[`useId${Math.random()}`.slice(0, 5)], cde = ade, a0 = sde(null);
|
|
53249
53250
|
a0.displayName = "PanelGroupContext";
|
|
53250
|
-
const
|
|
53251
|
+
const aa = cde, ude = typeof yE == "function" ? yE : () => null;
|
|
53251
53252
|
let fde = 0;
|
|
53252
53253
|
function Tw(t = null) {
|
|
53253
53254
|
const e = ude(), n = lr(t || e || null);
|
|
@@ -53304,7 +53305,7 @@ function tD({
|
|
|
53304
53305
|
});
|
|
53305
53306
|
lr({
|
|
53306
53307
|
didLogMissingDefaultSizeWarning: !1
|
|
53307
|
-
}),
|
|
53308
|
+
}), aa(() => {
|
|
53308
53309
|
const {
|
|
53309
53310
|
callbacks: k,
|
|
53310
53311
|
constraints: Q
|
|
@@ -53312,7 +53313,7 @@ function tD({
|
|
|
53312
53313
|
...Q
|
|
53313
53314
|
};
|
|
53314
53315
|
P.current.id = _, P.current.idIsFromProps = s !== void 0, P.current.order = h, k.onCollapse = c, k.onExpand = u, k.onResize = f, Q.collapsedSize = n, Q.collapsible = r, Q.defaultSize = i, Q.maxSize = a, Q.minSize = l, (V.collapsedSize !== Q.collapsedSize || V.collapsible !== Q.collapsible || V.maxSize !== Q.maxSize || V.minSize !== Q.minSize) && C(P.current, V);
|
|
53315
|
-
}),
|
|
53316
|
+
}), aa(() => {
|
|
53316
53317
|
const k = P.current;
|
|
53317
53318
|
return I(k), () => {
|
|
53318
53319
|
T(k);
|
|
@@ -53364,7 +53365,7 @@ const Xx = J$((t, e) => ic(tD, {
|
|
|
53364
53365
|
}));
|
|
53365
53366
|
tD.displayName = "Panel";
|
|
53366
53367
|
Xx.displayName = "forwardRef(Panel)";
|
|
53367
|
-
let Ux = null,
|
|
53368
|
+
let Ux = null, ea = null;
|
|
53368
53369
|
function dde(t, e) {
|
|
53369
53370
|
if (e) {
|
|
53370
53371
|
const n = (e & sD) !== 0, r = (e & aD) !== 0, i = (e & lD) !== 0, o = (e & cD) !== 0;
|
|
@@ -53387,11 +53388,11 @@ function dde(t, e) {
|
|
|
53387
53388
|
}
|
|
53388
53389
|
}
|
|
53389
53390
|
function hde() {
|
|
53390
|
-
|
|
53391
|
+
ea !== null && (document.head.removeChild(ea), Ux = null, ea = null);
|
|
53391
53392
|
}
|
|
53392
53393
|
function Vv(t, e) {
|
|
53393
53394
|
const n = dde(t, e);
|
|
53394
|
-
Ux !== n && (Ux = n,
|
|
53395
|
+
Ux !== n && (Ux = n, ea === null && (ea = document.createElement("style"), document.head.appendChild(ea)), ea.innerHTML = `*{cursor: ${n}!important;}`);
|
|
53395
53396
|
}
|
|
53396
53397
|
function nD(t) {
|
|
53397
53398
|
return t.type === "keydown";
|
|
@@ -53643,14 +53644,14 @@ function He(t, e) {
|
|
|
53643
53644
|
throw console.error(e), Error(e);
|
|
53644
53645
|
}
|
|
53645
53646
|
const $w = 10;
|
|
53646
|
-
function
|
|
53647
|
+
function ma(t, e, n = $w) {
|
|
53647
53648
|
return t.toFixed(n) === e.toFixed(n) ? 0 : t > e ? 1 : -1;
|
|
53648
53649
|
}
|
|
53649
53650
|
function Oo(t, e, n = $w) {
|
|
53650
|
-
return
|
|
53651
|
+
return ma(t, e, n) === 0;
|
|
53651
53652
|
}
|
|
53652
53653
|
function Ar(t, e, n) {
|
|
53653
|
-
return
|
|
53654
|
+
return ma(t, e, n) === 0;
|
|
53654
53655
|
}
|
|
53655
53656
|
function Sde(t, e, n) {
|
|
53656
53657
|
if (t.length !== e.length)
|
|
@@ -53675,10 +53676,10 @@ function dl({
|
|
|
53675
53676
|
maxSize: s = 100,
|
|
53676
53677
|
minSize: a = 0
|
|
53677
53678
|
} = r;
|
|
53678
|
-
if (
|
|
53679
|
+
if (ma(n, a) < 0)
|
|
53679
53680
|
if (o) {
|
|
53680
53681
|
const l = (i + a) / 2;
|
|
53681
|
-
|
|
53682
|
+
ma(n, l) < 0 ? n = i : n = a;
|
|
53682
53683
|
} else
|
|
53683
53684
|
n = a;
|
|
53684
53685
|
return n = Math.min(s, n), n = parseFloat(n.toFixed($w)), n;
|
|
@@ -53709,7 +53710,7 @@ function au({
|
|
|
53709
53710
|
const v = e[f];
|
|
53710
53711
|
if (He(v != null, `Previous layout not found for panel index ${f}`), Ar(v, d)) {
|
|
53711
53712
|
const y = p - v;
|
|
53712
|
-
|
|
53713
|
+
ma(y, Math.abs(t)) > 0 && (t = t < 0 ? 0 - y : y);
|
|
53713
53714
|
}
|
|
53714
53715
|
}
|
|
53715
53716
|
}
|
|
@@ -53725,7 +53726,7 @@ function au({
|
|
|
53725
53726
|
const v = e[f];
|
|
53726
53727
|
if (He(v != null, `Previous layout not found for panel index ${f}`), Ar(v, p)) {
|
|
53727
53728
|
const y = v - d;
|
|
53728
|
-
|
|
53729
|
+
ma(y, Math.abs(t)) > 0 && (t = t < 0 ? 0 - y : y);
|
|
53729
53730
|
}
|
|
53730
53731
|
}
|
|
53731
53732
|
}
|
|
@@ -53854,7 +53855,7 @@ function Ade({
|
|
|
53854
53855
|
}) {
|
|
53855
53856
|
lr({
|
|
53856
53857
|
didWarnAboutMissingResizeHandle: !1
|
|
53857
|
-
}),
|
|
53858
|
+
}), aa(() => {
|
|
53858
53859
|
if (!o)
|
|
53859
53860
|
return;
|
|
53860
53861
|
const a = cf(n, o);
|
|
@@ -53878,7 +53879,7 @@ function Ade({
|
|
|
53878
53879
|
l.removeAttribute("aria-controls"), l.removeAttribute("aria-valuemax"), l.removeAttribute("aria-valuemin"), l.removeAttribute("aria-valuenow");
|
|
53879
53880
|
});
|
|
53880
53881
|
};
|
|
53881
|
-
}, [n, r, i, o]),
|
|
53882
|
+
}, [n, r, i, o]), sa(() => {
|
|
53882
53883
|
if (!o)
|
|
53883
53884
|
return;
|
|
53884
53885
|
const a = e.current;
|
|
@@ -54232,7 +54233,7 @@ function vD({
|
|
|
54232
54233
|
});
|
|
54233
54234
|
SE(X, le) || (y(le), C.current.layout = le, N && N(le), Wa(W, le, O.current));
|
|
54234
54235
|
}
|
|
54235
|
-
}), []),
|
|
54236
|
+
}), []), aa(() => {
|
|
54236
54237
|
S.current.autoSaveId = t, S.current.direction = r, S.current.dragState = g, S.current.id = h, S.current.onLayout = s, S.current.storage = l;
|
|
54237
54238
|
}), Ade({
|
|
54238
54239
|
committedValuesRef: S,
|
|
@@ -54242,7 +54243,7 @@ function vD({
|
|
|
54242
54243
|
panelDataArray: C.current.panelDataArray,
|
|
54243
54244
|
setLayout: y,
|
|
54244
54245
|
panelGroupElement: d.current
|
|
54245
|
-
}),
|
|
54246
|
+
}), sa(() => {
|
|
54246
54247
|
const {
|
|
54247
54248
|
panelDataArray: B
|
|
54248
54249
|
} = C.current;
|
|
@@ -54254,7 +54255,7 @@ function vD({
|
|
|
54254
54255
|
const X = [...B], W = new Map(w.current);
|
|
54255
54256
|
N(t, X, W, v, l);
|
|
54256
54257
|
}
|
|
54257
|
-
}, [t, v, l]),
|
|
54258
|
+
}, [t, v, l]), sa(() => {
|
|
54258
54259
|
});
|
|
54259
54260
|
const I = or((B) => {
|
|
54260
54261
|
const {
|
|
@@ -54268,7 +54269,7 @@ function vD({
|
|
|
54268
54269
|
collapsedSize: G = 0,
|
|
54269
54270
|
panelSize: fe,
|
|
54270
54271
|
pivotIndices: de
|
|
54271
|
-
} =
|
|
54272
|
+
} = Zs(W, B, X);
|
|
54272
54273
|
if (He(fe != null, `Panel size not found for panel "${B.id}"`), !Oo(fe, G)) {
|
|
54273
54274
|
w.current.set(B.id, fe);
|
|
54274
54275
|
const oe = nl(W, B) === W.length - 1 ? fe - G : G - fe, ye = au({
|
|
@@ -54295,7 +54296,7 @@ function vD({
|
|
|
54295
54296
|
panelSize: de = 0,
|
|
54296
54297
|
minSize: ge = 0,
|
|
54297
54298
|
pivotIndices: oe
|
|
54298
|
-
} =
|
|
54299
|
+
} = Zs(le, B, W), ye = N ?? ge;
|
|
54299
54300
|
if (Oo(de, fe)) {
|
|
54300
54301
|
const E = w.current.get(B.id), ee = E != null && E >= ye ? E : ye, F = nl(le, B) === le.length - 1 ? de - ee : ee - de, z = au({
|
|
54301
54302
|
delta: F,
|
|
@@ -54314,7 +54315,7 @@ function vD({
|
|
|
54314
54315
|
panelDataArray: X
|
|
54315
54316
|
} = C.current, {
|
|
54316
54317
|
panelSize: W
|
|
54317
|
-
} =
|
|
54318
|
+
} = Zs(X, B, N);
|
|
54318
54319
|
return He(W != null, `Panel size not found for panel "${B.id}"`), W;
|
|
54319
54320
|
}, []), _ = or((B, N) => {
|
|
54320
54321
|
const {
|
|
@@ -54335,7 +54336,7 @@ function vD({
|
|
|
54335
54336
|
collapsedSize: W = 0,
|
|
54336
54337
|
collapsible: le,
|
|
54337
54338
|
panelSize: G
|
|
54338
|
-
} =
|
|
54339
|
+
} = Zs(X, B, N);
|
|
54339
54340
|
return He(G != null, `Panel size not found for panel "${B.id}"`), le === !0 && Oo(G, W);
|
|
54340
54341
|
}, []), D = or((B) => {
|
|
54341
54342
|
const {
|
|
@@ -54345,8 +54346,8 @@ function vD({
|
|
|
54345
54346
|
collapsedSize: W = 0,
|
|
54346
54347
|
collapsible: le,
|
|
54347
54348
|
panelSize: G
|
|
54348
|
-
} =
|
|
54349
|
-
return He(G != null, `Panel size not found for panel "${B.id}"`), !le ||
|
|
54349
|
+
} = Zs(X, B, N);
|
|
54350
|
+
return He(G != null, `Panel size not found for panel "${B.id}"`), !le || ma(G, W) > 0;
|
|
54350
54351
|
}, []), k = or((B) => {
|
|
54351
54352
|
const {
|
|
54352
54353
|
panelDataArray: N
|
|
@@ -54356,7 +54357,7 @@ function vD({
|
|
|
54356
54357
|
return le == null && G == null ? 0 : le == null ? -1 : G == null ? 1 : le - G;
|
|
54357
54358
|
}), C.current.panelDataArrayChanged = !0, x();
|
|
54358
54359
|
}, [x]);
|
|
54359
|
-
|
|
54360
|
+
aa(() => {
|
|
54360
54361
|
if (C.current.panelDataArrayChanged) {
|
|
54361
54362
|
C.current.panelDataArrayChanged = !1;
|
|
54362
54363
|
const {
|
|
@@ -54381,7 +54382,7 @@ function vD({
|
|
|
54381
54382
|
});
|
|
54382
54383
|
SE(W, fe) || (y(fe), C.current.layout = fe, N && N(fe), Wa(le, fe, O.current));
|
|
54383
54384
|
}
|
|
54384
|
-
}),
|
|
54385
|
+
}), aa(() => {
|
|
54385
54386
|
const B = C.current;
|
|
54386
54387
|
return () => {
|
|
54387
54388
|
B.layout = [];
|
|
@@ -54429,7 +54430,7 @@ function vD({
|
|
|
54429
54430
|
} = C.current, G = le.map((E) => E.constraints), {
|
|
54430
54431
|
panelSize: fe,
|
|
54431
54432
|
pivotIndices: de
|
|
54432
|
-
} =
|
|
54433
|
+
} = Zs(le, B, W);
|
|
54433
54434
|
He(fe != null, `Panel size not found for panel "${B.id}"`);
|
|
54434
54435
|
const oe = nl(le, B) === le.length - 1 ? fe - N : N - fe, ye = au({
|
|
54435
54436
|
delta: oe,
|
|
@@ -54454,7 +54455,7 @@ function vD({
|
|
|
54454
54455
|
minSize: oe = 0
|
|
54455
54456
|
} = B.constraints, {
|
|
54456
54457
|
panelSize: ye
|
|
54457
|
-
} =
|
|
54458
|
+
} = Zs(W, B, X);
|
|
54458
54459
|
ye != null && (G && de && Oo(ye, le) ? Oo(le, fe) || V(B, fe) : ye < oe ? V(B, oe) : ye > ge && V(B, ge));
|
|
54459
54460
|
}, [V]), Y = or((B, N) => {
|
|
54460
54461
|
const {
|
|
@@ -54532,7 +54533,7 @@ yD.displayName = "forwardRef(PanelGroup)";
|
|
|
54532
54533
|
function nl(t, e) {
|
|
54533
54534
|
return t.findIndex((n) => n === e || n.id === e.id);
|
|
54534
54535
|
}
|
|
54535
|
-
function
|
|
54536
|
+
function Zs(t, e, n) {
|
|
54536
54537
|
const r = nl(t, e), o = r === t.length - 1 ? [r - 1, r] : [r, r + 1], s = n[r];
|
|
54537
54538
|
return {
|
|
54538
54539
|
...e.constraints,
|
|
@@ -54546,7 +54547,7 @@ function Rde({
|
|
|
54546
54547
|
resizeHandler: n,
|
|
54547
54548
|
panelGroupElement: r
|
|
54548
54549
|
}) {
|
|
54549
|
-
|
|
54550
|
+
sa(() => {
|
|
54550
54551
|
if (t || n == null || r == null)
|
|
54551
54552
|
return;
|
|
54552
54553
|
const i = u0(e, r);
|
|
@@ -54599,7 +54600,7 @@ function xD({
|
|
|
54599
54600
|
const g = lr(null), p = lr({
|
|
54600
54601
|
onDragging: s
|
|
54601
54602
|
});
|
|
54602
|
-
|
|
54603
|
+
sa(() => {
|
|
54603
54604
|
p.current.onDragging = s;
|
|
54604
54605
|
});
|
|
54605
54606
|
const v = K$(a0);
|
|
@@ -54615,9 +54616,9 @@ function xD({
|
|
|
54615
54616
|
} = v, C = Tw(i), [I, A] = Tl("inactive"), [T, _] = Tl(!1), [P, D] = Tl(null), k = lr({
|
|
54616
54617
|
state: I
|
|
54617
54618
|
});
|
|
54618
|
-
|
|
54619
|
+
aa(() => {
|
|
54619
54620
|
k.current.state = I;
|
|
54620
|
-
}),
|
|
54621
|
+
}), sa(() => {
|
|
54621
54622
|
if (n)
|
|
54622
54623
|
D(null);
|
|
54623
54624
|
else {
|
|
@@ -54626,7 +54627,7 @@ function xD({
|
|
|
54626
54627
|
}
|
|
54627
54628
|
}, [n, C, O]);
|
|
54628
54629
|
const Q = (h = r == null ? void 0 : r.coarse) !== null && h !== void 0 ? h : 15, V = (d = r == null ? void 0 : r.fine) !== null && d !== void 0 ? d : 5;
|
|
54629
|
-
return
|
|
54630
|
+
return sa(() => {
|
|
54630
54631
|
if (n || P == null)
|
|
54631
54632
|
return;
|
|
54632
54633
|
const Y = g.current;
|
|
@@ -54925,7 +54926,7 @@ function Xde() {
|
|
|
54925
54926
|
}
|
|
54926
54927
|
});
|
|
54927
54928
|
}
|
|
54928
|
-
function
|
|
54929
|
+
function Ca() {
|
|
54929
54930
|
const { apis: t } = mt(), { convertOperationToReplayValue: e } = rw();
|
|
54930
54931
|
return { getApiOperation: ze(
|
|
54931
54932
|
(r) => {
|
|
@@ -54957,8 +54958,8 @@ function Sa() {
|
|
|
54957
54958
|
[t, e]
|
|
54958
54959
|
) };
|
|
54959
54960
|
}
|
|
54960
|
-
function
|
|
54961
|
-
const { activeTabIdx: t, tabs: e } = PO(), { getStep: n } = Dw(), { getHistoryItem: r } = Zde(), { getWorkflow: i } = Wde(), { getApiOperation: o } =
|
|
54961
|
+
function ka() {
|
|
54962
|
+
const { activeTabIdx: t, tabs: e } = PO(), { getStep: n } = Dw(), { getHistoryItem: r } = Zde(), { getWorkflow: i } = Wde(), { getApiOperation: o } = Ca(), s = ze(
|
|
54962
54963
|
(g) => {
|
|
54963
54964
|
t.set(g);
|
|
54964
54965
|
},
|
|
@@ -55250,7 +55251,7 @@ const Yde = $.div`
|
|
|
55250
55251
|
padding: 0 var(--spacing-xs);
|
|
55251
55252
|
`;
|
|
55252
55253
|
function Jde({ step: t, onClose: e }) {
|
|
55253
|
-
const { activeTabIdx: n } = PO(), { handleTabClose: r, openStepTab: i } =
|
|
55254
|
+
const { activeTabIdx: n } = PO(), { handleTabClose: r, openStepTab: i } = ka(), { collections: o } = mt(), { attachApiToCollection: s } = bD(), [a, l] = ve("New Request"), [c, u] = ve("New Collection"), [f, h] = ve(!o.length), [d, g] = ve(null), [p, v] = ve(null), [y, x] = ve(""), O = !a.trim() || (f ? !c.trim() : !d), w = o.flatMap((C) => {
|
|
55254
55255
|
const I = C.id.get(), A = C.info.title.get();
|
|
55255
55256
|
return [
|
|
55256
55257
|
{
|
|
@@ -55520,7 +55521,7 @@ function d0({
|
|
|
55520
55521
|
}) {
|
|
55521
55522
|
return /* @__PURE__ */ m.jsxs(hhe, { children: [
|
|
55522
55523
|
/* @__PURE__ */ m.jsx(phe, { children: t.label }),
|
|
55523
|
-
/* @__PURE__ */ m.jsx(an, { placement: "right", content: e(t.label), children: /* @__PURE__ */ m.jsx(
|
|
55524
|
+
/* @__PURE__ */ m.jsx(an, { placement: "right", content: e(t.label), children: /* @__PURE__ */ m.jsx(ya, {}) })
|
|
55524
55525
|
] });
|
|
55525
55526
|
}
|
|
55526
55527
|
const hhe = $.div`
|
|
@@ -57312,7 +57313,7 @@ const wpe = $.div`
|
|
|
57312
57313
|
function Dpe({ data: t, type: e, editable: n }) {
|
|
57313
57314
|
const r = Jt(), i = t[e];
|
|
57314
57315
|
function o(a, l) {
|
|
57315
|
-
l && i.merge([
|
|
57316
|
+
l && i.merge([ra()]);
|
|
57316
57317
|
}
|
|
57317
57318
|
function s(a) {
|
|
57318
57319
|
i[a].set(Ue);
|
|
@@ -57840,7 +57841,7 @@ function Ype(t) {
|
|
|
57840
57841
|
return t.map((e) => {
|
|
57841
57842
|
var n;
|
|
57842
57843
|
return {
|
|
57843
|
-
label: /* @__PURE__ */ m.jsx("div", { children: ((n =
|
|
57844
|
+
label: /* @__PURE__ */ m.jsx("div", { children: ((n = ga[e]) == null ? void 0 : n.name) || e }),
|
|
57844
57845
|
value: e
|
|
57845
57846
|
};
|
|
57846
57847
|
});
|
|
@@ -57938,10 +57939,10 @@ function nge({
|
|
|
57938
57939
|
[a, e, l, s, o]
|
|
57939
57940
|
), y = Pe(() => {
|
|
57940
57941
|
var S;
|
|
57941
|
-
return [...((S =
|
|
57942
|
+
return [...((S = ga[a.value]) == null ? void 0 : S.extensions) || []];
|
|
57942
57943
|
}, [a]), x = Pe(() => {
|
|
57943
57944
|
var C;
|
|
57944
|
-
return [...((C =
|
|
57945
|
+
return [...((C = ga[a.value]) == null ? void 0 : C.stateExtensions) || [], ...r];
|
|
57945
57946
|
}, [a, t]), O = ze(() => {
|
|
57946
57947
|
s.set(qpe(s.get()));
|
|
57947
57948
|
}, [s]), w = ze(() => {
|
|
@@ -58411,7 +58412,7 @@ let g0 = class cu {
|
|
|
58411
58412
|
...u
|
|
58412
58413
|
});
|
|
58413
58414
|
try {
|
|
58414
|
-
const I = await
|
|
58415
|
+
const I = await ia(x, {
|
|
58415
58416
|
method: "POST",
|
|
58416
58417
|
headers: {
|
|
58417
58418
|
"Content-Type": "application/x-www-form-urlencoded;charset=UTF-8",
|
|
@@ -58470,7 +58471,7 @@ let g0 = class cu {
|
|
|
58470
58471
|
}, g = l ? `${l}${e}` : e, p = new URL(g);
|
|
58471
58472
|
for (const y in o)
|
|
58472
58473
|
p.searchParams.set(y, o[y]);
|
|
58473
|
-
const v = await
|
|
58474
|
+
const v = await ia(g, {
|
|
58474
58475
|
method: "POST",
|
|
58475
58476
|
headers: {
|
|
58476
58477
|
"Content-Type": "application/x-www-form-urlencoded;charset=UTF-8",
|
|
@@ -58509,7 +58510,7 @@ let g0 = class cu {
|
|
|
58509
58510
|
}, g = u ? `${u}${r}` : r, p = new URL(g);
|
|
58510
58511
|
for (const y in a)
|
|
58511
58512
|
p.searchParams.set(y, a[y]);
|
|
58512
|
-
const v = await
|
|
58513
|
+
const v = await ia(g, {
|
|
58513
58514
|
method: "POST",
|
|
58514
58515
|
headers: {
|
|
58515
58516
|
"Content-Type": "application/x-www-form-urlencoded;charset=UTF-8",
|
|
@@ -58950,7 +58951,7 @@ function Lge({ isOpen: t, onClose: e, onSign: n }) {
|
|
|
58950
58951
|
maxHeight: "170px",
|
|
58951
58952
|
minHeight: "170px",
|
|
58952
58953
|
onChange: (x) => l(x),
|
|
58953
|
-
extensions:
|
|
58954
|
+
extensions: ga[Jn.Text].extensions,
|
|
58954
58955
|
basicSetup: v
|
|
58955
58956
|
}
|
|
58956
58957
|
) })
|
|
@@ -58981,7 +58982,7 @@ function Lge({ isOpen: t, onClose: e, onSign: n }) {
|
|
|
58981
58982
|
maxHeight: "130px",
|
|
58982
58983
|
minHeight: "130px",
|
|
58983
58984
|
onChange: (x) => i(x),
|
|
58984
|
-
extensions:
|
|
58985
|
+
extensions: ga[Jn.JSON].extensions,
|
|
58985
58986
|
basicSetup: v
|
|
58986
58987
|
}
|
|
58987
58988
|
) })
|
|
@@ -60174,7 +60175,7 @@ function R0e({
|
|
|
60174
60175
|
}
|
|
60175
60176
|
),
|
|
60176
60177
|
i && /* @__PURE__ */ m.jsxs(N0e, { "data-testid": "oidc-data-generate-error", children: [
|
|
60177
|
-
/* @__PURE__ */ m.jsx(
|
|
60178
|
+
/* @__PURE__ */ m.jsx(ya, { color: "var(--color-error-base)" }),
|
|
60178
60179
|
/* @__PURE__ */ m.jsx("span", { children: "Something is wrong!" })
|
|
60179
60180
|
] })
|
|
60180
60181
|
] }),
|
|
@@ -60544,9 +60545,9 @@ function tR() {
|
|
|
60544
60545
|
xhtml: !1
|
|
60545
60546
|
};
|
|
60546
60547
|
}
|
|
60547
|
-
let
|
|
60548
|
+
let Aa = tR();
|
|
60548
60549
|
function nme(t) {
|
|
60549
|
-
|
|
60550
|
+
Aa = t;
|
|
60550
60551
|
}
|
|
60551
60552
|
const nR = /[&<>"']/, rme = new RegExp(nR.source, "g"), rR = /[<>"']|&(?!(#\d{1,7}|#[Xx][a-fA-F0-9]{1,6}|\w+);)/, ime = new RegExp(rR.source, "g"), ome = {
|
|
60552
60553
|
"&": "&",
|
|
@@ -60699,7 +60700,7 @@ function mme(t, e) {
|
|
|
60699
60700
|
}
|
|
60700
60701
|
class Ww {
|
|
60701
60702
|
constructor(e) {
|
|
60702
|
-
this.options = e ||
|
|
60703
|
+
this.options = e || Aa;
|
|
60703
60704
|
}
|
|
60704
60705
|
space(e) {
|
|
60705
60706
|
const n = this.rules.block.newline.exec(e);
|
|
@@ -61250,7 +61251,7 @@ function qE(t) {
|
|
|
61250
61251
|
}
|
|
61251
61252
|
class bs {
|
|
61252
61253
|
constructor(e) {
|
|
61253
|
-
this.tokens = [], this.tokens.links = /* @__PURE__ */ Object.create(null), this.options = e ||
|
|
61254
|
+
this.tokens = [], this.tokens.links = /* @__PURE__ */ Object.create(null), this.options = e || Aa, this.options.tokenizer = this.options.tokenizer || new Ww(), this.tokenizer = this.options.tokenizer, this.tokenizer.options = this.options, this.tokenizer.lexer = this, this.inlineQueue = [], this.state = {
|
|
61254
61255
|
inLink: !1,
|
|
61255
61256
|
inRawBlock: !1,
|
|
61256
61257
|
top: !0
|
|
@@ -61470,7 +61471,7 @@ class bs {
|
|
|
61470
61471
|
}
|
|
61471
61472
|
class Xw {
|
|
61472
61473
|
constructor(e) {
|
|
61473
|
-
this.options = e ||
|
|
61474
|
+
this.options = e || Aa;
|
|
61474
61475
|
}
|
|
61475
61476
|
code(e, n, r) {
|
|
61476
61477
|
const i = (n || "").match(/\S*/)[0];
|
|
@@ -61683,7 +61684,7 @@ class sR {
|
|
|
61683
61684
|
}
|
|
61684
61685
|
class ws {
|
|
61685
61686
|
constructor(e) {
|
|
61686
|
-
this.options = e ||
|
|
61687
|
+
this.options = e || Aa, this.options.renderer = this.options.renderer || new Xw(), this.renderer = this.options.renderer, this.renderer.options = this.options, this.textRenderer = new oR(), this.slugger = new sR();
|
|
61687
61688
|
}
|
|
61688
61689
|
/**
|
|
61689
61690
|
* Static Parse Method
|
|
@@ -61857,7 +61858,7 @@ class ws {
|
|
|
61857
61858
|
}
|
|
61858
61859
|
class cg {
|
|
61859
61860
|
constructor(e) {
|
|
61860
|
-
this.options = e ||
|
|
61861
|
+
this.options = e || Aa;
|
|
61861
61862
|
}
|
|
61862
61863
|
/**
|
|
61863
61864
|
* Process markdown before marked
|
|
@@ -61959,7 +61960,7 @@ Be.options = Be.setOptions = function(t) {
|
|
|
61959
61960
|
return Be.defaults = { ...Be.defaults, ...t }, nme(Be.defaults), Be;
|
|
61960
61961
|
};
|
|
61961
61962
|
Be.getDefaults = tR;
|
|
61962
|
-
Be.defaults =
|
|
61963
|
+
Be.defaults = Aa;
|
|
61963
61964
|
Be.use = function(...t) {
|
|
61964
61965
|
const e = Be.defaults.extensions || { renderers: {}, childTokens: {} };
|
|
61965
61966
|
t.forEach((n) => {
|
|
@@ -62138,7 +62139,7 @@ function v0({ paramName: t, paramLocation: e, apiOperation: n }) {
|
|
|
62138
62139
|
}
|
|
62139
62140
|
),
|
|
62140
62141
|
placement: "bottom",
|
|
62141
|
-
children: /* @__PURE__ */ m.jsx(Oe, { size: "small", variant: "text", icon: /* @__PURE__ */ m.jsx(
|
|
62142
|
+
children: /* @__PURE__ */ m.jsx(Oe, { size: "small", variant: "text", icon: /* @__PURE__ */ m.jsx(ya, {}) })
|
|
62142
62143
|
}
|
|
62143
62144
|
) }) : null;
|
|
62144
62145
|
}
|
|
@@ -62332,7 +62333,7 @@ const Pme = $(aN)`
|
|
|
62332
62333
|
gap: var(--spacing-xs);
|
|
62333
62334
|
min-width: 450px;
|
|
62334
62335
|
width: 100%;
|
|
62335
|
-
`,
|
|
62336
|
+
`, ta = $.div`
|
|
62336
62337
|
display: flex;
|
|
62337
62338
|
flex-direction: column;
|
|
62338
62339
|
align-items: flex-start;
|
|
@@ -62350,7 +62351,7 @@ const Pme = $(aN)`
|
|
|
62350
62351
|
function Ao({
|
|
62351
62352
|
tooltipProps: t
|
|
62352
62353
|
}) {
|
|
62353
|
-
const e = /* @__PURE__ */ m.jsx(
|
|
62354
|
+
const e = /* @__PURE__ */ m.jsx(ya, { size: "14px", color: "var(--icon-color-additional)" });
|
|
62354
62355
|
return t != null && t.content ? /* @__PURE__ */ m.jsx(an, { ...t, children: e }) : e;
|
|
62355
62356
|
}
|
|
62356
62357
|
function gR({ outputs: t, tooltipText: e }) {
|
|
@@ -62689,7 +62690,7 @@ const Vme = $(ys)`
|
|
|
62689
62690
|
`, Wme = $.div`
|
|
62690
62691
|
color: var(--text-color-description);
|
|
62691
62692
|
`;
|
|
62692
|
-
function
|
|
62693
|
+
function Pa({
|
|
62693
62694
|
className: t = "",
|
|
62694
62695
|
value: e
|
|
62695
62696
|
}) {
|
|
@@ -62703,9 +62704,9 @@ const Xme = $.span`
|
|
|
62703
62704
|
`;
|
|
62704
62705
|
function Ume({ operation: t, handleConnectOperationId: e }) {
|
|
62705
62706
|
var i;
|
|
62706
|
-
const { getApiOperation: n } =
|
|
62707
|
+
const { getApiOperation: n } = Ca(), r = n(t.get());
|
|
62707
62708
|
return t.ornull ? r ? /* @__PURE__ */ m.jsxs(KE, { "data-testid": "operation-id-input-container", children: [
|
|
62708
|
-
/* @__PURE__ */ m.jsx(
|
|
62709
|
+
/* @__PURE__ */ m.jsx(Pa, { value: r.method }),
|
|
62709
62710
|
/* @__PURE__ */ m.jsx("span", { children: r.name })
|
|
62710
62711
|
] }) : /* @__PURE__ */ m.jsx(KE, { "data-testid": "operation-id-input-container", children: `Could not resolve api operation "${(i = t.ornull) == null ? void 0 : i.operationId.get()}"` }) : /* @__PURE__ */ m.jsx(Oe, { variant: "link", onClick: e, children: "Connect operation" });
|
|
62711
62712
|
}
|
|
@@ -62803,7 +62804,7 @@ function Gme({ step: t }) {
|
|
|
62803
62804
|
/* @__PURE__ */ m.jsx(Yme, { children: v }),
|
|
62804
62805
|
/* @__PURE__ */ m.jsx("div", { children: w }),
|
|
62805
62806
|
/* @__PURE__ */ m.jsxs("div", { children: [
|
|
62806
|
-
/* @__PURE__ */ m.jsx(
|
|
62807
|
+
/* @__PURE__ */ m.jsx(Pa, { value: x }),
|
|
62807
62808
|
" ",
|
|
62808
62809
|
/* @__PURE__ */ m.jsx("span", { children: y })
|
|
62809
62810
|
] })
|
|
@@ -62900,7 +62901,7 @@ function nve({ step: t }) {
|
|
|
62900
62901
|
t.description.set(n.target.value);
|
|
62901
62902
|
}
|
|
62902
62903
|
return /* @__PURE__ */ m.jsx(m.Fragment, { children: /* @__PURE__ */ m.jsxs(hR, { children: [
|
|
62903
|
-
/* @__PURE__ */ m.jsxs(
|
|
62904
|
+
/* @__PURE__ */ m.jsxs(ta, { children: [
|
|
62904
62905
|
/* @__PURE__ */ m.jsx(
|
|
62905
62906
|
eO,
|
|
62906
62907
|
{
|
|
@@ -62922,7 +62923,7 @@ function nve({ step: t }) {
|
|
|
62922
62923
|
),
|
|
62923
62924
|
/* @__PURE__ */ m.jsx(Gme, { step: t })
|
|
62924
62925
|
] }),
|
|
62925
|
-
/* @__PURE__ */ m.jsxs(
|
|
62926
|
+
/* @__PURE__ */ m.jsxs(ta, { children: [
|
|
62926
62927
|
/* @__PURE__ */ m.jsxs($f, { children: [
|
|
62927
62928
|
"Description",
|
|
62928
62929
|
/* @__PURE__ */ m.jsx(
|
|
@@ -62945,14 +62946,14 @@ function nve({ step: t }) {
|
|
|
62945
62946
|
}
|
|
62946
62947
|
)
|
|
62947
62948
|
] }),
|
|
62948
|
-
/* @__PURE__ */ m.jsx(
|
|
62949
|
+
/* @__PURE__ */ m.jsx(ta, { children: /* @__PURE__ */ m.jsx(
|
|
62949
62950
|
gR,
|
|
62950
62951
|
{
|
|
62951
62952
|
outputs: t.outputs,
|
|
62952
62953
|
tooltipText: "Data generated in this step that can be used in the next steps."
|
|
62953
62954
|
}
|
|
62954
62955
|
) }),
|
|
62955
|
-
/* @__PURE__ */ m.jsx(
|
|
62956
|
+
/* @__PURE__ */ m.jsx(ta, { children: /* @__PURE__ */ m.jsx(Mme, { successCriteria: t.successCriteria }) })
|
|
62956
62957
|
] }) });
|
|
62957
62958
|
}
|
|
62958
62959
|
function rve({ data: t, apiOperation: e }) {
|
|
@@ -63061,7 +63062,7 @@ function ave(t) {
|
|
|
63061
63062
|
}
|
|
63062
63063
|
function lve(t) {
|
|
63063
63064
|
return t.map((e) => ({
|
|
63064
|
-
label: /* @__PURE__ */ m.jsx(
|
|
63065
|
+
label: /* @__PURE__ */ m.jsx(Pa, { value: e }),
|
|
63065
63066
|
value: e
|
|
63066
63067
|
}));
|
|
63067
63068
|
}
|
|
@@ -63466,7 +63467,7 @@ function kve({ data: t }) {
|
|
|
63466
63467
|
const {
|
|
63467
63468
|
response: e,
|
|
63468
63469
|
step: { operation: n }
|
|
63469
|
-
} = t.get(), { sendEvent: r } = ut(), { getApiOperation: i } =
|
|
63470
|
+
} = t.get(), { sendEvent: r } = ut(), { getApiOperation: i } = Ca(), o = i(n), s = (e == null ? void 0 : e.body) || "", a = (e == null ? void 0 : e.arrayBuffer) || new ArrayBuffer(0), [l, c] = ve(Wr.Text), u = Object.keys(Pd).map((g) => ({
|
|
63470
63471
|
element: /* @__PURE__ */ m.jsx("div", { children: Pd[g].name }),
|
|
63471
63472
|
label: Pd[g].name,
|
|
63472
63473
|
value: g
|
|
@@ -63855,7 +63856,7 @@ const Kve = $.div`
|
|
|
63855
63856
|
gap: var(--spacing-xs);
|
|
63856
63857
|
`;
|
|
63857
63858
|
function a1e() {
|
|
63858
|
-
const t = mt(), { handleTabClose: e } =
|
|
63859
|
+
const t = mt(), { handleTabClose: e } = ka(), { replaceStep: n } = Dw(), { sendEvent: r } = ut(), i = t.tabsState.tabs.find((g) => {
|
|
63859
63860
|
const p = g.data.get({ noproxy: !0 });
|
|
63860
63861
|
return Tr(p, gt.Step) ? p.showUnsavedChangesModal : !1;
|
|
63861
63862
|
}), o = t.tabsState.tabs.findIndex(
|
|
@@ -63894,7 +63895,7 @@ function a1e() {
|
|
|
63894
63895
|
) });
|
|
63895
63896
|
}
|
|
63896
63897
|
function l1e({ data: t }) {
|
|
63897
|
-
const { response: e, step: n, hasUnsavedChanges: r } = t, i = e.get(), o = [50, 50], s = Qe(null), [a, l] = ve(!0), c = Nde(), { getApiOperation: u } =
|
|
63898
|
+
const { response: e, step: n, hasUnsavedChanges: r } = t, i = e.get(), o = [50, 50], s = Qe(null), [a, l] = ve(!0), c = Nde(), { getApiOperation: u } = Ca(), { isMobile: f } = Oi(), h = t.collectionId.get(), d = t.workflowId.get(), g = t.stepId.get(), p = zde({
|
|
63898
63899
|
collectionId: h,
|
|
63899
63900
|
workflowId: d,
|
|
63900
63901
|
stepId: g
|
|
@@ -63970,7 +63971,7 @@ const c1e = $(yD)`
|
|
|
63970
63971
|
];
|
|
63971
63972
|
function d1e({ workflow: t }) {
|
|
63972
63973
|
return /* @__PURE__ */ m.jsxs(hR, { children: [
|
|
63973
|
-
/* @__PURE__ */ m.jsxs(
|
|
63974
|
+
/* @__PURE__ */ m.jsxs(ta, { children: [
|
|
63974
63975
|
/* @__PURE__ */ m.jsx(
|
|
63975
63976
|
eO,
|
|
63976
63977
|
{
|
|
@@ -64011,7 +64012,7 @@ function d1e({ workflow: t }) {
|
|
|
64011
64012
|
}
|
|
64012
64013
|
)
|
|
64013
64014
|
] }),
|
|
64014
|
-
/* @__PURE__ */ m.jsxs(
|
|
64015
|
+
/* @__PURE__ */ m.jsxs(ta, { children: [
|
|
64015
64016
|
/* @__PURE__ */ m.jsxs($f, { children: [
|
|
64016
64017
|
"Description",
|
|
64017
64018
|
/* @__PURE__ */ m.jsx(
|
|
@@ -64033,7 +64034,7 @@ function d1e({ workflow: t }) {
|
|
|
64033
64034
|
}
|
|
64034
64035
|
)
|
|
64035
64036
|
] }),
|
|
64036
|
-
/* @__PURE__ */ m.jsx(
|
|
64037
|
+
/* @__PURE__ */ m.jsx(ta, { children: /* @__PURE__ */ m.jsx(
|
|
64037
64038
|
gR,
|
|
64038
64039
|
{
|
|
64039
64040
|
outputs: t.outputs,
|
|
@@ -64148,7 +64149,7 @@ const x1e = $(y1e).attrs(() => ({
|
|
|
64148
64149
|
width: ${({ size: t }) => t || "16px"};
|
|
64149
64150
|
`;
|
|
64150
64151
|
function O1e() {
|
|
64151
|
-
const { handleNewTabOpen: t } =
|
|
64152
|
+
const { handleNewTabOpen: t } = ka();
|
|
64152
64153
|
return /* @__PURE__ */ m.jsxs(b1e, { children: [
|
|
64153
64154
|
/* @__PURE__ */ m.jsx(x1e, { size: "128px", color: "var(--color-warm-grey-3)" }),
|
|
64154
64155
|
/* @__PURE__ */ m.jsx(
|
|
@@ -64721,7 +64722,7 @@ const $1e = $(Mo)`
|
|
|
64721
64722
|
line-height: var(--line-height-lg);
|
|
64722
64723
|
font-weight: var(--font-weight-semibold);
|
|
64723
64724
|
}
|
|
64724
|
-
`, M1e = $(
|
|
64725
|
+
`, M1e = $(Pa)`
|
|
64725
64726
|
display: flex;
|
|
64726
64727
|
flex-shrink: 0;
|
|
64727
64728
|
width: 55px;
|
|
@@ -64730,7 +64731,7 @@ const $1e = $(Mo)`
|
|
|
64730
64731
|
`;
|
|
64731
64732
|
function B1e() {
|
|
64732
64733
|
var p, v;
|
|
64733
|
-
const [t, e] = ve(""), { openStepTabFromHistory: n } =
|
|
64734
|
+
const [t, e] = ve(""), { openStepTabFromHistory: n } = ka(), { history: r } = mt(), { sendEvent: i } = ut(), { MobileHeader: o, isMobile: s, setActiveTab: a } = Oi(), l = Pe(
|
|
64734
64735
|
() => [...r.get()].sort((y, x) => x.date - y.date),
|
|
64735
64736
|
[r]
|
|
64736
64737
|
), c = Pe(
|
|
@@ -65030,7 +65031,7 @@ function eye({
|
|
|
65030
65031
|
onClick: p
|
|
65031
65032
|
}
|
|
65032
65033
|
),
|
|
65033
|
-
n ? /* @__PURE__ */ m.jsx(an, { content: H1e, children: /* @__PURE__ */ m.jsx(ui, { size: "small", variant: "text", icon: /* @__PURE__ */ m.jsx(
|
|
65034
|
+
n ? /* @__PURE__ */ m.jsx(an, { content: H1e, children: /* @__PURE__ */ m.jsx(ui, { size: "small", variant: "text", icon: /* @__PURE__ */ m.jsx(ya, {}) }) }) : /* @__PURE__ */ m.jsx(
|
|
65034
65035
|
Ss,
|
|
65035
65036
|
{
|
|
65036
65037
|
description: "Are you sure you to delete this environment input?",
|
|
@@ -65124,7 +65125,7 @@ function n5({
|
|
|
65124
65125
|
onClick: f
|
|
65125
65126
|
}
|
|
65126
65127
|
),
|
|
65127
|
-
e ? /* @__PURE__ */ m.jsx(an, { content: Y1e, children: /* @__PURE__ */ m.jsx(ui, { size: "small", variant: "text", icon: /* @__PURE__ */ m.jsx(
|
|
65128
|
+
e ? /* @__PURE__ */ m.jsx(an, { content: Y1e, children: /* @__PURE__ */ m.jsx(ui, { size: "small", variant: "text", icon: /* @__PURE__ */ m.jsx(ya, {}) }) }) : /* @__PURE__ */ m.jsx(
|
|
65128
65129
|
Ss,
|
|
65129
65130
|
{
|
|
65130
65131
|
description: "Are you sure you to delete this environment server?",
|
|
@@ -65272,7 +65273,7 @@ function dye({
|
|
|
65272
65273
|
dataTestId: `environment-${l}`,
|
|
65273
65274
|
title: /* @__PURE__ */ m.jsx($R, { children: l }),
|
|
65274
65275
|
defaultExpanded: e,
|
|
65275
|
-
controls: /* @__PURE__ */ m.jsx(hye, { children: l !== Og && (r ? /* @__PURE__ */ m.jsx(an, { content: G1e, children: /* @__PURE__ */ m.jsx(ui, { size: "small", variant: "text", icon: /* @__PURE__ */ m.jsx(
|
|
65276
|
+
controls: /* @__PURE__ */ m.jsx(hye, { children: l !== Og && (r ? /* @__PURE__ */ m.jsx(an, { content: G1e, children: /* @__PURE__ */ m.jsx(ui, { size: "small", variant: "text", icon: /* @__PURE__ */ m.jsx(ya, {}) }) }) : /* @__PURE__ */ m.jsxs(m.Fragment, { children: [
|
|
65276
65277
|
/* @__PURE__ */ m.jsx(
|
|
65277
65278
|
ui,
|
|
65278
65279
|
{
|
|
@@ -65640,7 +65641,7 @@ const Cye = $.div`
|
|
|
65640
65641
|
`;
|
|
65641
65642
|
function Iye({ app: t }) {
|
|
65642
65643
|
const [e, n] = ve(!1), { title: r, credentials: i, id: o } = t, s = i.get() || [], a = (l) => {
|
|
65643
|
-
l && !i.get() && (n(!0),
|
|
65644
|
+
l && !i.get() && (n(!0), ia(`/api/api-keys/apps/${o.get()}`).then((c) => c.json().then((u) => {
|
|
65644
65645
|
c.ok && i.set(u.credentials);
|
|
65645
65646
|
}).catch(() => console.log("Something went wrong")).finally(() => n(!1))));
|
|
65646
65647
|
};
|
|
@@ -65670,7 +65671,7 @@ function $ye() {
|
|
|
65670
65671
|
} = mt(), { MobileHeader: o } = Oi(), { sendEvent: s } = ut(), a = () => {
|
|
65671
65672
|
window.open("/apps", "_blank"), s("credential.management", { action: "request_access_clicked" });
|
|
65672
65673
|
};
|
|
65673
|
-
$e(() => ((i.get() === Ri.Idle || i.get() === Ri.Error) && (i.set(Ri.Loading),
|
|
65674
|
+
$e(() => ((i.get() === Ri.Idle || i.get() === Ri.Error) && (i.set(Ri.Loading), ia(`/api/api-keys/api-products/${r.get()}/access?expand=0`).then((u) => u.json().then((f) => {
|
|
65674
65675
|
u.ok ? (n.set(f.apps || []), i.set(Ri.Success)) : i.set(Ri.Error);
|
|
65675
65676
|
}).catch(() => i.set(Ri.Error)))), () => {
|
|
65676
65677
|
n.set([]), i.set(Ri.Idle);
|
|
@@ -66034,9 +66035,9 @@ function fu(t, e) {
|
|
|
66034
66035
|
return typeof e == "boolean" ? e : typeof e == "string" ? t[e] : e(t);
|
|
66035
66036
|
}
|
|
66036
66037
|
function GR(t) {
|
|
66037
|
-
return t === null ? null :
|
|
66038
|
+
return t === null ? null : qs(t);
|
|
66038
66039
|
}
|
|
66039
|
-
function
|
|
66040
|
+
function qs(t) {
|
|
66040
66041
|
return typeof t == "string" ? t : t.id;
|
|
66041
66042
|
}
|
|
66042
66043
|
function exe(...t) {
|
|
@@ -66077,7 +66078,7 @@ const txe = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty(
|
|
|
66077
66078
|
focusPrevElement: XR,
|
|
66078
66079
|
getInsertIndex: qR,
|
|
66079
66080
|
getInsertParentId: JR,
|
|
66080
|
-
identify:
|
|
66081
|
+
identify: qs,
|
|
66081
66082
|
identifyNull: GR,
|
|
66082
66083
|
indexOf: ZR,
|
|
66083
66084
|
isClosed: zR,
|
|
@@ -66372,24 +66373,24 @@ const oc = (t) => {
|
|
|
66372
66373
|
clear: () => ({ type: "SELECTION_CLEAR" }),
|
|
66373
66374
|
only: (t) => ({
|
|
66374
66375
|
type: "SELECTION_ONLY",
|
|
66375
|
-
id:
|
|
66376
|
+
id: qs(t)
|
|
66376
66377
|
}),
|
|
66377
66378
|
add: (t) => ({
|
|
66378
66379
|
type: "SELECTION_ADD",
|
|
66379
|
-
ids: (Array.isArray(t) ? t : [t]).map(
|
|
66380
|
+
ids: (Array.isArray(t) ? t : [t]).map(qs)
|
|
66380
66381
|
}),
|
|
66381
66382
|
remove: (t) => ({
|
|
66382
66383
|
type: "SELECTION_REMOVE",
|
|
66383
|
-
ids: (Array.isArray(t) ? t : [t]).map(
|
|
66384
|
+
ids: (Array.isArray(t) ? t : [t]).map(qs)
|
|
66384
66385
|
}),
|
|
66385
66386
|
set: (t) => Object.assign({ type: "SELECTION_SET" }, t),
|
|
66386
66387
|
mostRecent: (t) => ({
|
|
66387
66388
|
type: "SELECTION_MOST_RECENT",
|
|
66388
|
-
id: t === null ? null :
|
|
66389
|
+
id: t === null ? null : qs(t)
|
|
66389
66390
|
}),
|
|
66390
66391
|
anchor: (t) => ({
|
|
66391
66392
|
type: "SELECTION_ANCHOR",
|
|
66392
|
-
id: t === null ? null :
|
|
66393
|
+
id: t === null ? null : qs(t)
|
|
66393
66394
|
})
|
|
66394
66395
|
};
|
|
66395
66396
|
function pxe(t = oc().nodes.selection, e) {
|
|
@@ -68824,7 +68825,7 @@ function Zbe(t, e, n) {
|
|
|
68824
68825
|
return r.removeSource(i);
|
|
68825
68826
|
}];
|
|
68826
68827
|
}
|
|
68827
|
-
var
|
|
68828
|
+
var va = typeof window < "u" ? gg : $e;
|
|
68828
68829
|
function Dh(t) {
|
|
68829
68830
|
"@babel/helpers - typeof";
|
|
68830
68831
|
return typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? Dh = function(n) {
|
|
@@ -68887,7 +68888,7 @@ function Ybe(t, e, n) {
|
|
|
68887
68888
|
r.spec = t;
|
|
68888
68889
|
}, [t]), r;
|
|
68889
68890
|
}
|
|
68890
|
-
function
|
|
68891
|
+
function Ea() {
|
|
68891
68892
|
var t = yn(e7), e = t.dragDropManager;
|
|
68892
68893
|
return Xe(e != null, "Expected drag drop context"), e;
|
|
68893
68894
|
}
|
|
@@ -68941,8 +68942,8 @@ function twe(t) {
|
|
|
68941
68942
|
if (Array.isArray(t)) return t;
|
|
68942
68943
|
}
|
|
68943
68944
|
function nwe(t, e, n) {
|
|
68944
|
-
var r =
|
|
68945
|
-
|
|
68945
|
+
var r = Ea(), i = Ybe(t, e, n), o = Hbe(t);
|
|
68946
|
+
va(function() {
|
|
68946
68947
|
if (o != null) {
|
|
68947
68948
|
var a = Zbe(o, i, r), l = qbe(a, 2), c = l[0], u = l[1];
|
|
68948
68949
|
return e.receiveHandlerId(c), n.receiveHandlerId(c), u;
|
|
@@ -68983,20 +68984,20 @@ function c7(t, e) {
|
|
|
68983
68984
|
}, n);
|
|
68984
68985
|
}
|
|
68985
68986
|
function lwe() {
|
|
68986
|
-
var t =
|
|
68987
|
+
var t = Ea();
|
|
68987
68988
|
return Pe(function() {
|
|
68988
68989
|
return new Pbe(t);
|
|
68989
68990
|
}, [t]);
|
|
68990
68991
|
}
|
|
68991
68992
|
function cwe(t, e) {
|
|
68992
|
-
var n =
|
|
68993
|
+
var n = Ea(), r = Pe(function() {
|
|
68993
68994
|
return new Bbe(n.getBackend());
|
|
68994
68995
|
}, [n]);
|
|
68995
|
-
return
|
|
68996
|
+
return va(function() {
|
|
68996
68997
|
return r.dragSourceOptions = t || null, r.reconnect(), function() {
|
|
68997
68998
|
return r.disconnectDragSource();
|
|
68998
68999
|
};
|
|
68999
|
-
}, [r, t]),
|
|
69000
|
+
}, [r, t]), va(function() {
|
|
69000
69001
|
return r.dragPreviewOptions = e || null, r.reconnect(), function() {
|
|
69001
69002
|
return r.disconnectDragPreview();
|
|
69002
69003
|
};
|
|
@@ -69078,7 +69079,7 @@ function u7(t, e, n) {
|
|
|
69078
69079
|
var l = e(t);
|
|
69079
69080
|
fwe(o, l) || (s(l), n && n());
|
|
69080
69081
|
}, [o, t, n]);
|
|
69081
|
-
return
|
|
69082
|
+
return va(a), [o, a];
|
|
69082
69083
|
}
|
|
69083
69084
|
function vwe(t, e) {
|
|
69084
69085
|
return bwe(t) || Owe(t, e) || xwe(t, e) || ywe();
|
|
@@ -69125,7 +69126,7 @@ function bwe(t) {
|
|
|
69125
69126
|
}
|
|
69126
69127
|
function wwe(t, e, n) {
|
|
69127
69128
|
var r = u7(t, e, n), i = vwe(r, 2), o = i[0], s = i[1];
|
|
69128
|
-
return
|
|
69129
|
+
return va(function() {
|
|
69129
69130
|
var l = t.getHandlerId();
|
|
69130
69131
|
if (l != null)
|
|
69131
69132
|
return t.subscribeToStateChange(s, {
|
|
@@ -69255,8 +69256,8 @@ function Nwe(t) {
|
|
|
69255
69256
|
if (Array.isArray(t)) return t;
|
|
69256
69257
|
}
|
|
69257
69258
|
function Mwe(t, e, n) {
|
|
69258
|
-
var r =
|
|
69259
|
-
|
|
69259
|
+
var r = Ea(), i = _we(t, e), o = Awe(t);
|
|
69260
|
+
va(function() {
|
|
69260
69261
|
var a = Vbe(o, i, r), l = jwe(a, 2), c = l[0], u = l[1];
|
|
69261
69262
|
return e.receiveHandlerId(c), n.receiveHandlerId(c), u;
|
|
69262
69263
|
}, [r, e, i, n, o.map(function(s) {
|
|
@@ -69264,16 +69265,16 @@ function Mwe(t, e, n) {
|
|
|
69264
69265
|
}).join("|")]);
|
|
69265
69266
|
}
|
|
69266
69267
|
function Bwe() {
|
|
69267
|
-
var t =
|
|
69268
|
+
var t = Ea();
|
|
69268
69269
|
return Pe(function() {
|
|
69269
69270
|
return new _be(t);
|
|
69270
69271
|
}, [t]);
|
|
69271
69272
|
}
|
|
69272
69273
|
function Qwe(t) {
|
|
69273
|
-
var e =
|
|
69274
|
+
var e = Ea(), n = Pe(function() {
|
|
69274
69275
|
return new Fbe(e.getBackend());
|
|
69275
69276
|
}, [e]);
|
|
69276
|
-
return
|
|
69277
|
+
return va(function() {
|
|
69277
69278
|
return n.dropTargetOptions = t || null, n.reconnect(), function() {
|
|
69278
69279
|
return n.disconnectDropTarget();
|
|
69279
69280
|
};
|
|
@@ -69332,7 +69333,7 @@ function Wwe(t) {
|
|
|
69332
69333
|
if (Array.isArray(t)) return t;
|
|
69333
69334
|
}
|
|
69334
69335
|
function Xwe(t) {
|
|
69335
|
-
var e =
|
|
69336
|
+
var e = Ea(), n = e.getMonitor(), r = u7(n, t), i = zwe(r, 2), o = i[0], s = i[1];
|
|
69336
69337
|
return $e(function() {
|
|
69337
69338
|
return n.subscribeToOffsetChange(s);
|
|
69338
69339
|
}), $e(function() {
|
|
@@ -70853,7 +70854,7 @@ var _Se = typeof Symbol == "function" && Symbol.observable || "@@observable", H5
|
|
|
70853
70854
|
INIT: `@@redux/INIT${/* @__PURE__ */ c1()}`,
|
|
70854
70855
|
REPLACE: `@@redux/REPLACE${/* @__PURE__ */ c1()}`,
|
|
70855
70856
|
PROBE_UNKNOWN_ACTION: () => `@@redux/PROBE_UNKNOWN_ACTION${c1()}`
|
|
70856
|
-
},
|
|
70857
|
+
}, la = jSe;
|
|
70857
70858
|
function S7(t) {
|
|
70858
70859
|
if (typeof t != "object" || t === null)
|
|
70859
70860
|
return !1;
|
|
@@ -70966,7 +70967,7 @@ function C7(t, e, n) {
|
|
|
70966
70967
|
if (typeof v != "function")
|
|
70967
70968
|
throw new Error(process.env.NODE_ENV === "production" ? Bn(10) : `Expected the nextReducer to be a function. Instead, received: '${Uo(v)}`);
|
|
70968
70969
|
r = v, h({
|
|
70969
|
-
type:
|
|
70970
|
+
type: la.REPLACE
|
|
70970
70971
|
});
|
|
70971
70972
|
}
|
|
70972
70973
|
function g() {
|
|
@@ -70997,7 +70998,7 @@ function C7(t, e, n) {
|
|
|
70997
70998
|
};
|
|
70998
70999
|
}
|
|
70999
71000
|
return h({
|
|
71000
|
-
type:
|
|
71001
|
+
type: la.INIT
|
|
71001
71002
|
}), {
|
|
71002
71003
|
dispatch: h,
|
|
71003
71004
|
subscribe: f,
|
|
@@ -71014,7 +71015,7 @@ function q5(t) {
|
|
|
71014
71015
|
}
|
|
71015
71016
|
}
|
|
71016
71017
|
function MSe(t, e, n, r) {
|
|
71017
|
-
const i = Object.keys(e), o = n && n.type ===
|
|
71018
|
+
const i = Object.keys(e), o = n && n.type === la.INIT ? "preloadedState argument passed to createStore" : "previous state received by the reducer";
|
|
71018
71019
|
if (i.length === 0)
|
|
71019
71020
|
return "Store does not have a valid reducer. Make sure the argument passed to combineReducers is an object whose values are reducers.";
|
|
71020
71021
|
if (!S7(t))
|
|
@@ -71022,20 +71023,20 @@ function MSe(t, e, n, r) {
|
|
|
71022
71023
|
const s = Object.keys(t).filter((a) => !e.hasOwnProperty(a) && !r[a]);
|
|
71023
71024
|
if (s.forEach((a) => {
|
|
71024
71025
|
r[a] = !0;
|
|
71025
|
-
}), !(n && n.type ===
|
|
71026
|
+
}), !(n && n.type === la.REPLACE) && s.length > 0)
|
|
71026
71027
|
return `Unexpected ${s.length > 1 ? "keys" : "key"} "${s.join('", "')}" found in ${o}. Expected to find one of the known reducer keys instead: "${i.join('", "')}". Unexpected keys will be ignored.`;
|
|
71027
71028
|
}
|
|
71028
71029
|
function BSe(t) {
|
|
71029
71030
|
Object.keys(t).forEach((e) => {
|
|
71030
71031
|
const n = t[e];
|
|
71031
71032
|
if (typeof n(void 0, {
|
|
71032
|
-
type:
|
|
71033
|
+
type: la.INIT
|
|
71033
71034
|
}) > "u")
|
|
71034
71035
|
throw new Error(process.env.NODE_ENV === "production" ? Bn(12) : `The slice reducer for key "${e}" returned undefined during initialization. If the state passed to the reducer is undefined, you must explicitly return the initial state. The initial state may not be undefined. If you don't want to set a value for this reducer, you can use null instead of undefined.`);
|
|
71035
71036
|
if (typeof n(void 0, {
|
|
71036
|
-
type:
|
|
71037
|
+
type: la.PROBE_UNKNOWN_ACTION()
|
|
71037
71038
|
}) > "u")
|
|
71038
|
-
throw new Error(process.env.NODE_ENV === "production" ? Bn(13) : `The slice reducer for key "${e}" returned undefined when probed with a random type. Don't try to handle '${
|
|
71039
|
+
throw new Error(process.env.NODE_ENV === "production" ? Bn(13) : `The slice reducer for key "${e}" returned undefined when probed with a random type. Don't try to handle '${la.INIT}' or other actions in "redux/*" namespace. They are considered private. Instead, you must return the current state for any unknown actions, unless it is undefined, in which case you must return the initial state, regardless of the action type. The initial state may not be undefined, but can be null.`);
|
|
71039
71040
|
});
|
|
71040
71041
|
}
|
|
71041
71042
|
function J5(t) {
|
|
@@ -71878,11 +71879,11 @@ const R2e = $.div`
|
|
|
71878
71879
|
gap: var(--spacing-xxs);
|
|
71879
71880
|
`;
|
|
71880
71881
|
function N2e({ node: t }) {
|
|
71881
|
-
const { getApiOperation: e } =
|
|
71882
|
+
const { getApiOperation: e } = Ca(), n = e(t.data.step.operation.get());
|
|
71882
71883
|
return n ? /* @__PURE__ */ m.jsxs(M2e, { children: [
|
|
71883
71884
|
/* @__PURE__ */ m.jsx(B2e, { children: t.data.name }),
|
|
71884
71885
|
/* @__PURE__ */ m.jsxs(L2e, { children: [
|
|
71885
|
-
/* @__PURE__ */ m.jsx(
|
|
71886
|
+
/* @__PURE__ */ m.jsx(Pa, { value: n.method }),
|
|
71886
71887
|
/* @__PURE__ */ m.jsx(Q2e, { children: n.name })
|
|
71887
71888
|
] })
|
|
71888
71889
|
] }) : t.data.name;
|
|
@@ -71947,7 +71948,7 @@ const F2e = $.div`
|
|
|
71947
71948
|
function V2e({
|
|
71948
71949
|
node: t
|
|
71949
71950
|
}) {
|
|
71950
|
-
const { getApiOperation: e } =
|
|
71951
|
+
const { getApiOperation: e } = Ca();
|
|
71951
71952
|
if (e(t.data.step.operation.get()))
|
|
71952
71953
|
return null;
|
|
71953
71954
|
const r = t.data.step.operation.ornull, i = r ? `Could not resolve api operation "${r.operationId.get()}"` : "This step is not connected to an api operation";
|
|
@@ -72039,7 +72040,7 @@ const G2e = $.div`
|
|
|
72039
72040
|
gap: var(--spacing-xxs);
|
|
72040
72041
|
`;
|
|
72041
72042
|
function Y2e() {
|
|
72042
|
-
const { tabDataId: t } = Ef(), { openStepTab: e, openWorkflowTab: n, handleCloseByDataId: r } =
|
|
72043
|
+
const { tabDataId: t } = Ef(), { openStepTab: e, openWorkflowTab: n, handleCloseByDataId: r } = ka(), { collections: i } = mt(), o = Qe(null), { sendEvent: s } = ut(), a = i.map((O) => {
|
|
72043
72044
|
const w = O.id.get();
|
|
72044
72045
|
return {
|
|
72045
72046
|
id: w,
|
|
@@ -72538,9 +72539,9 @@ const hg = $(Oe)`
|
|
|
72538
72539
|
text-overflow: ellipsis;
|
|
72539
72540
|
`;
|
|
72540
72541
|
function xCe({ data: t }) {
|
|
72541
|
-
const { step: e, historyId: n } = t, { method: r, url: i } = rc(e), { getApiOperation: o } =
|
|
72542
|
+
const { step: e, historyId: n } = t, { method: r, url: i } = rc(e), { getApiOperation: o } = Ca(), s = o(e.operation), a = n ? i : (s == null ? void 0 : s.name) || "New Request";
|
|
72542
72543
|
return /* @__PURE__ */ m.jsxs(m.Fragment, { children: [
|
|
72543
|
-
/* @__PURE__ */ m.jsx(
|
|
72544
|
+
/* @__PURE__ */ m.jsx(Pa, { value: r }),
|
|
72544
72545
|
/* @__PURE__ */ m.jsx(T7, { children: a })
|
|
72545
72546
|
] });
|
|
72546
72547
|
}
|
|
@@ -72698,7 +72699,7 @@ function TCe({
|
|
|
72698
72699
|
{
|
|
72699
72700
|
onAction: () => h(d),
|
|
72700
72701
|
content: (x == null ? void 0 : x.length) > 30 ? `${x.slice(0, 30)}...` : x,
|
|
72701
|
-
suffix: /* @__PURE__ */ m.jsx(
|
|
72702
|
+
suffix: /* @__PURE__ */ m.jsx(Pa, { value: v.toUpperCase() }),
|
|
72702
72703
|
spaceBetween: !0
|
|
72703
72704
|
},
|
|
72704
72705
|
`${g}-${p}-${v}`
|
|
@@ -72754,7 +72755,7 @@ const _Ce = Wn(
|
|
|
72754
72755
|
margin: calc(var(--spacing-xxs) / 2) auto;
|
|
72755
72756
|
`;
|
|
72756
72757
|
function RCe() {
|
|
72757
|
-
const { apis: t } = Lw(), { handleNewTabOpen: e, openStepTabFromOperation: n } =
|
|
72758
|
+
const { apis: t } = Lw(), { handleNewTabOpen: e, openStepTabFromOperation: n } = ka(), r = Pe(() => Ew(t), [t]);
|
|
72758
72759
|
return r.length ? /* @__PURE__ */ m.jsx(
|
|
72759
72760
|
_Ce,
|
|
72760
72761
|
{
|
|
@@ -72775,7 +72776,7 @@ function RCe() {
|
|
|
72775
72776
|
const i4 = Wn(RCe);
|
|
72776
72777
|
function NCe() {
|
|
72777
72778
|
var f;
|
|
72778
|
-
const { tabs: t, activeTabIdx: e } = PO(), { containerRef: n, hasScrollbar: r } = vCe(), { handleTabChange: i, handleTabClose: o } =
|
|
72779
|
+
const { tabs: t, activeTabIdx: e } = PO(), { containerRef: n, hasScrollbar: r } = vCe(), { handleTabChange: i, handleTabClose: o } = ka(), { disableCollectionsTab: s } = xi(), { tab: a } = Ef(), l = (f = a == null ? void 0 : a.id) == null ? void 0 : f.get();
|
|
72779
72780
|
$e(() => {
|
|
72780
72781
|
if (n.current && l) {
|
|
72781
72782
|
const h = n.current.querySelector(`[id="${l}"]`);
|