@ws-ui/store 0.1.35 → 0.1.37
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/hooks/store.d.ts +2 -2
- package/dist/index.cjs.js +29 -29
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +1140 -1148
- package/dist/index.es.js.map +1 -1
- package/dist/modules/explorer/index.d.ts +1 -1
- package/dist/modules/explorer/reducer.d.ts +1 -1
- package/dist/modules/explorer/thunks.d.ts +1 -1
- package/dist/modules/index.d.ts +1 -1
- package/dist/modules/settings/reducer.d.ts +5 -5
- package/dist/modules/tabs/selectors.d.ts +1 -1
- package/dist/modules/webforms/datasources.adapter.d.ts +1 -1
- package/dist/selectors/catalog.d.ts +8 -8
- package/dist/selectors/common.d.ts +4 -4
- package/dist/selectors/components.d.ts +1 -1
- package/dist/selectors/datasources.d.ts +6 -6
- package/dist/selectors/debugger.d.ts +22 -22
- package/dist/selectors/explorer.d.ts +37 -37
- package/dist/selectors/modals.d.ts +1 -1
- package/dist/selectors/roles.d.ts +8 -8
- package/dist/selectors/settings.d.ts +28 -28
- package/dist/selectors/states.d.ts +5 -5
- package/dist/selectors/styles.d.ts +5 -5
- package/dist/selectors/tabs.d.ts +3 -3
- package/dist/selectors/webforms.d.ts +11 -11
- package/package.json +2 -1
package/dist/index.es.js
CHANGED
|
@@ -2378,7 +2378,7 @@ _i.exports;
|
|
|
2378
2378
|
return C.apply(L, D);
|
|
2379
2379
|
}
|
|
2380
2380
|
function Mv(C, L, D, Z) {
|
|
2381
|
-
for (var pe = -1,
|
|
2381
|
+
for (var pe = -1, Pe = C == null ? 0 : C.length; ++pe < Pe; ) {
|
|
2382
2382
|
var ct = C[pe];
|
|
2383
2383
|
L(Z, ct, D(ct), C);
|
|
2384
2384
|
}
|
|
@@ -2401,11 +2401,11 @@ _i.exports;
|
|
|
2401
2401
|
return !0;
|
|
2402
2402
|
}
|
|
2403
2403
|
function zn(C, L) {
|
|
2404
|
-
for (var D = -1, Z = C == null ? 0 : C.length, pe = 0,
|
|
2404
|
+
for (var D = -1, Z = C == null ? 0 : C.length, pe = 0, Pe = []; ++D < Z; ) {
|
|
2405
2405
|
var ct = C[D];
|
|
2406
|
-
L(ct, D, C) && (
|
|
2406
|
+
L(ct, D, C) && (Pe[pe++] = ct);
|
|
2407
2407
|
}
|
|
2408
|
-
return
|
|
2408
|
+
return Pe;
|
|
2409
2409
|
}
|
|
2410
2410
|
function fo(C, L) {
|
|
2411
2411
|
var D = C == null ? 0 : C.length;
|
|
@@ -2428,8 +2428,8 @@ _i.exports;
|
|
|
2428
2428
|
return C;
|
|
2429
2429
|
}
|
|
2430
2430
|
function ls(C, L, D, Z) {
|
|
2431
|
-
var pe = -1,
|
|
2432
|
-
for (Z &&
|
|
2431
|
+
var pe = -1, Pe = C == null ? 0 : C.length;
|
|
2432
|
+
for (Z && Pe && (D = C[++pe]); ++pe < Pe; )
|
|
2433
2433
|
D = L(D, C[pe], pe, C);
|
|
2434
2434
|
return D;
|
|
2435
2435
|
}
|
|
@@ -2454,22 +2454,22 @@ _i.exports;
|
|
|
2454
2454
|
}
|
|
2455
2455
|
function Nf(C, L, D) {
|
|
2456
2456
|
var Z;
|
|
2457
|
-
return D(C, function(pe,
|
|
2458
|
-
if (L(pe,
|
|
2459
|
-
return Z =
|
|
2457
|
+
return D(C, function(pe, Pe, ct) {
|
|
2458
|
+
if (L(pe, Pe, ct))
|
|
2459
|
+
return Z = Pe, !1;
|
|
2460
2460
|
}), Z;
|
|
2461
2461
|
}
|
|
2462
2462
|
function lo(C, L, D, Z) {
|
|
2463
|
-
for (var pe = C.length,
|
|
2464
|
-
if (L(C[
|
|
2465
|
-
return
|
|
2463
|
+
for (var pe = C.length, Pe = D + (Z ? 1 : -1); Z ? Pe-- : ++Pe < pe; )
|
|
2464
|
+
if (L(C[Pe], Pe, C))
|
|
2465
|
+
return Pe;
|
|
2466
2466
|
return -1;
|
|
2467
2467
|
}
|
|
2468
2468
|
function Nr(C, L, D) {
|
|
2469
2469
|
return L === L ? Xv(C, L, D) : lo(C, Ff, D);
|
|
2470
2470
|
}
|
|
2471
2471
|
function Bv(C, L, D, Z) {
|
|
2472
|
-
for (var pe = D - 1,
|
|
2472
|
+
for (var pe = D - 1, Pe = C.length; ++pe < Pe; )
|
|
2473
2473
|
if (Z(C[pe], L))
|
|
2474
2474
|
return pe;
|
|
2475
2475
|
return -1;
|
|
@@ -2492,8 +2492,8 @@ _i.exports;
|
|
|
2492
2492
|
};
|
|
2493
2493
|
}
|
|
2494
2494
|
function jf(C, L, D, Z, pe) {
|
|
2495
|
-
return pe(C, function(
|
|
2496
|
-
D = Z ? (Z = !1,
|
|
2495
|
+
return pe(C, function(Pe, ct, He) {
|
|
2496
|
+
D = Z ? (Z = !1, Pe) : L(D, Pe, ct, He);
|
|
2497
2497
|
}), D;
|
|
2498
2498
|
}
|
|
2499
2499
|
function Wv(C, L) {
|
|
@@ -2504,8 +2504,8 @@ _i.exports;
|
|
|
2504
2504
|
}
|
|
2505
2505
|
function gs(C, L) {
|
|
2506
2506
|
for (var D, Z = -1, pe = C.length; ++Z < pe; ) {
|
|
2507
|
-
var
|
|
2508
|
-
|
|
2507
|
+
var Pe = L(C[Z]);
|
|
2508
|
+
Pe !== t && (D = D === t ? Pe : D + Pe);
|
|
2509
2509
|
}
|
|
2510
2510
|
return D;
|
|
2511
2511
|
}
|
|
@@ -2580,11 +2580,11 @@ _i.exports;
|
|
|
2580
2580
|
};
|
|
2581
2581
|
}
|
|
2582
2582
|
function Kn(C, L) {
|
|
2583
|
-
for (var D = -1, Z = C.length, pe = 0,
|
|
2583
|
+
for (var D = -1, Z = C.length, pe = 0, Pe = []; ++D < Z; ) {
|
|
2584
2584
|
var ct = C[D];
|
|
2585
|
-
(ct === L || ct === h) && (C[D] = h,
|
|
2585
|
+
(ct === L || ct === h) && (C[D] = h, Pe[pe++] = D);
|
|
2586
2586
|
}
|
|
2587
|
-
return
|
|
2587
|
+
return Pe;
|
|
2588
2588
|
}
|
|
2589
2589
|
function po(C) {
|
|
2590
2590
|
var L = -1, D = Array(C.size);
|
|
@@ -2635,7 +2635,7 @@ _i.exports;
|
|
|
2635
2635
|
}
|
|
2636
2636
|
var rm = function C(L) {
|
|
2637
2637
|
L = L == null ? vt : jr.defaults(vt.Object(), L, jr.pick(vt, xv));
|
|
2638
|
-
var D = L.Array, Z = L.Date, pe = L.Error,
|
|
2638
|
+
var D = L.Array, Z = L.Date, pe = L.Error, Pe = L.Function, ct = L.Math, He = L.Object, bs = L.RegExp, am = L.String, en = L.TypeError, ho = D.prototype, om = Pe.prototype, Br = He.prototype, go = L["__core-js_shared__"], vo = om.toString, je = Br.hasOwnProperty, im = 0, qf = function() {
|
|
2639
2639
|
var r = /[^.]+$/.exec(go && go.keys && go.keys.IE_PROTO || "");
|
|
2640
2640
|
return r ? "Symbol(src)_1." + r : "";
|
|
2641
2641
|
}(), mo = Br.toString, sm = vo.call(He), um = vt._, cm = bs(
|
|
@@ -5418,7 +5418,7 @@ function print() { __p += __j.call(arguments, '') }
|
|
|
5418
5418
|
`) + B + `return __p
|
|
5419
5419
|
}`;
|
|
5420
5420
|
var be = Dd(function() {
|
|
5421
|
-
return
|
|
5421
|
+
return Pe(y, ee + "return " + B).apply(t, E);
|
|
5422
5422
|
});
|
|
5423
5423
|
if (be.source = B, nu(be))
|
|
5424
5424
|
throw be;
|
|
@@ -5754,8 +5754,8 @@ function print() { __p += __j.call(arguments, '') }
|
|
|
5754
5754
|
_r ? ((_r.exports = jr)._ = jr, us._ = jr) : vt._ = jr;
|
|
5755
5755
|
}).call(jn);
|
|
5756
5756
|
})(_i, _i.exports);
|
|
5757
|
-
var
|
|
5758
|
-
const
|
|
5757
|
+
var Ae = _i.exports;
|
|
5758
|
+
const U1 = /* @__PURE__ */ Li(Ae), Hc = 2e3, Ph = {
|
|
5759
5759
|
tabs: [],
|
|
5760
5760
|
activeTab: "",
|
|
5761
5761
|
recent: [],
|
|
@@ -5797,29 +5797,29 @@ const Ph = /* @__PURE__ */ Li(Pe), Hc = 2e3, Dh = {
|
|
|
5797
5797
|
},
|
|
5798
5798
|
flags: { "sidebar.section.resizable": !0 }
|
|
5799
5799
|
}
|
|
5800
|
-
},
|
|
5800
|
+
}, Dh = "4DWS_PREFS", Ih = (e) => `APP_STATE_${e}`, $h = () => {
|
|
5801
5801
|
var e, n;
|
|
5802
5802
|
return ((n = (e = window == null ? void 0 : window.$$datastores) == null ? void 0 : e.ds) == null ? void 0 : n.getBaseID()) || "";
|
|
5803
5803
|
};
|
|
5804
|
-
function
|
|
5804
|
+
function H1(e) {
|
|
5805
5805
|
try {
|
|
5806
|
-
const n =
|
|
5807
|
-
localStorage.setItem(
|
|
5806
|
+
const n = $h(), t = JSON.stringify(e);
|
|
5807
|
+
localStorage.setItem(Ih(n), t);
|
|
5808
5808
|
} catch (n) {
|
|
5809
5809
|
console.error(n);
|
|
5810
5810
|
}
|
|
5811
5811
|
}
|
|
5812
|
-
function
|
|
5812
|
+
function G1(e) {
|
|
5813
5813
|
try {
|
|
5814
5814
|
const n = JSON.stringify(e);
|
|
5815
|
-
localStorage.setItem(
|
|
5815
|
+
localStorage.setItem(Dh, n);
|
|
5816
5816
|
} catch (n) {
|
|
5817
5817
|
console.error(n);
|
|
5818
5818
|
}
|
|
5819
5819
|
}
|
|
5820
|
-
function
|
|
5820
|
+
function Mh() {
|
|
5821
5821
|
try {
|
|
5822
|
-
const e = localStorage.getItem(
|
|
5822
|
+
const e = localStorage.getItem(Dh);
|
|
5823
5823
|
if (e)
|
|
5824
5824
|
return JSON.parse(e);
|
|
5825
5825
|
} catch (e) {
|
|
@@ -5827,7 +5827,7 @@ function Lh() {
|
|
|
5827
5827
|
}
|
|
5828
5828
|
}
|
|
5829
5829
|
function za() {
|
|
5830
|
-
const e =
|
|
5830
|
+
const e = $h(), n = localStorage.getItem(Ih(e));
|
|
5831
5831
|
if (n) {
|
|
5832
5832
|
const t = JSON.parse(n);
|
|
5833
5833
|
return t.tabs = t.tabs.map((a) => ({
|
|
@@ -5835,7 +5835,7 @@ function za() {
|
|
|
5835
5835
|
flags: { ...a.flags, enabled: !0 }
|
|
5836
5836
|
})), t;
|
|
5837
5837
|
}
|
|
5838
|
-
return
|
|
5838
|
+
return Ph;
|
|
5839
5839
|
}
|
|
5840
5840
|
function Gc(e) {
|
|
5841
5841
|
const { name: n, type: t, path: a } = e, i = a.split(".").at(-1);
|
|
@@ -5851,7 +5851,7 @@ function Gc(e) {
|
|
|
5851
5851
|
return `${n}.${t}`;
|
|
5852
5852
|
}
|
|
5853
5853
|
}
|
|
5854
|
-
const
|
|
5854
|
+
const q1 = (e) => {
|
|
5855
5855
|
if (!e)
|
|
5856
5856
|
return [];
|
|
5857
5857
|
const n = /* @__PURE__ */ new Map();
|
|
@@ -5870,12 +5870,12 @@ const G1 = (e) => {
|
|
|
5870
5870
|
n.set(t.name, i);
|
|
5871
5871
|
}), Array.from(n.values());
|
|
5872
5872
|
};
|
|
5873
|
-
function
|
|
5873
|
+
function Y1(e) {
|
|
5874
5874
|
return e ? ["json", "4dmodel", "webform", "mform", "qodoc"].includes(
|
|
5875
5875
|
e.toLowerCase()
|
|
5876
5876
|
) : !1;
|
|
5877
5877
|
}
|
|
5878
|
-
function
|
|
5878
|
+
function z1(e, n) {
|
|
5879
5879
|
return {
|
|
5880
5880
|
...e,
|
|
5881
5881
|
components: Object.entries(e.components || {}).reduce(
|
|
@@ -5926,44 +5926,44 @@ function Y1(e, n) {
|
|
|
5926
5926
|
}
|
|
5927
5927
|
};
|
|
5928
5928
|
}
|
|
5929
|
-
const
|
|
5930
|
-
function
|
|
5929
|
+
const HP = (e, n) => Ae.isEqual(e, n);
|
|
5930
|
+
function V1() {
|
|
5931
5931
|
this.__data__ = [], this.size = 0;
|
|
5932
5932
|
}
|
|
5933
|
-
var
|
|
5934
|
-
function
|
|
5933
|
+
var K1 = V1;
|
|
5934
|
+
function J1(e, n) {
|
|
5935
5935
|
return e === n || e !== e && n !== n;
|
|
5936
5936
|
}
|
|
5937
|
-
var
|
|
5938
|
-
function
|
|
5937
|
+
var X1 = J1, Z1 = X1;
|
|
5938
|
+
function Q1(e, n) {
|
|
5939
5939
|
for (var t = e.length; t--; )
|
|
5940
|
-
if (
|
|
5940
|
+
if (Z1(e[t][0], n))
|
|
5941
5941
|
return t;
|
|
5942
5942
|
return -1;
|
|
5943
5943
|
}
|
|
5944
|
-
var Fi =
|
|
5945
|
-
function
|
|
5946
|
-
var n = this.__data__, t =
|
|
5944
|
+
var Fi = Q1, eT = Fi, tT = Array.prototype, nT = tT.splice;
|
|
5945
|
+
function rT(e) {
|
|
5946
|
+
var n = this.__data__, t = eT(n, e);
|
|
5947
5947
|
if (t < 0)
|
|
5948
5948
|
return !1;
|
|
5949
5949
|
var a = n.length - 1;
|
|
5950
|
-
return t == a ? n.pop() :
|
|
5950
|
+
return t == a ? n.pop() : nT.call(n, t, 1), --this.size, !0;
|
|
5951
5951
|
}
|
|
5952
|
-
var
|
|
5953
|
-
function
|
|
5954
|
-
var n = this.__data__, t =
|
|
5952
|
+
var aT = rT, oT = Fi;
|
|
5953
|
+
function iT(e) {
|
|
5954
|
+
var n = this.__data__, t = oT(n, e);
|
|
5955
5955
|
return t < 0 ? void 0 : n[t][1];
|
|
5956
5956
|
}
|
|
5957
|
-
var
|
|
5958
|
-
function
|
|
5959
|
-
return
|
|
5957
|
+
var sT = iT, uT = Fi;
|
|
5958
|
+
function cT(e) {
|
|
5959
|
+
return uT(this.__data__, e) > -1;
|
|
5960
5960
|
}
|
|
5961
|
-
var
|
|
5962
|
-
function
|
|
5963
|
-
var t = this.__data__, a =
|
|
5961
|
+
var fT = cT, lT = Fi;
|
|
5962
|
+
function dT(e, n) {
|
|
5963
|
+
var t = this.__data__, a = lT(t, e);
|
|
5964
5964
|
return a < 0 ? (++this.size, t.push([e, n])) : t[a][1] = n, this;
|
|
5965
5965
|
}
|
|
5966
|
-
var
|
|
5966
|
+
var pT = dT, hT = K1, gT = aT, vT = sT, mT = fT, yT = pT;
|
|
5967
5967
|
function oa(e) {
|
|
5968
5968
|
var n = -1, t = e == null ? 0 : e.length;
|
|
5969
5969
|
for (this.clear(); ++n < t; ) {
|
|
@@ -5971,47 +5971,47 @@ function oa(e) {
|
|
|
5971
5971
|
this.set(a[0], a[1]);
|
|
5972
5972
|
}
|
|
5973
5973
|
}
|
|
5974
|
-
oa.prototype.clear =
|
|
5975
|
-
oa.prototype.delete =
|
|
5976
|
-
oa.prototype.get =
|
|
5977
|
-
oa.prototype.has =
|
|
5978
|
-
oa.prototype.set =
|
|
5979
|
-
var ki = oa,
|
|
5980
|
-
function
|
|
5981
|
-
this.__data__ = new
|
|
5974
|
+
oa.prototype.clear = hT;
|
|
5975
|
+
oa.prototype.delete = gT;
|
|
5976
|
+
oa.prototype.get = vT;
|
|
5977
|
+
oa.prototype.has = mT;
|
|
5978
|
+
oa.prototype.set = yT;
|
|
5979
|
+
var ki = oa, bT = ki;
|
|
5980
|
+
function _T() {
|
|
5981
|
+
this.__data__ = new bT(), this.size = 0;
|
|
5982
5982
|
}
|
|
5983
|
-
var
|
|
5984
|
-
function
|
|
5983
|
+
var ET = _T;
|
|
5984
|
+
function wT(e) {
|
|
5985
5985
|
var n = this.__data__, t = n.delete(e);
|
|
5986
5986
|
return this.size = n.size, t;
|
|
5987
5987
|
}
|
|
5988
|
-
var
|
|
5989
|
-
function
|
|
5988
|
+
var ST = wT;
|
|
5989
|
+
function TT(e) {
|
|
5990
5990
|
return this.__data__.get(e);
|
|
5991
5991
|
}
|
|
5992
|
-
var
|
|
5993
|
-
function
|
|
5992
|
+
var xT = TT;
|
|
5993
|
+
function CT(e) {
|
|
5994
5994
|
return this.__data__.has(e);
|
|
5995
5995
|
}
|
|
5996
|
-
var
|
|
5997
|
-
function
|
|
5998
|
-
if (!
|
|
5996
|
+
var OT = CT, RT = Ni, AT = Ya, PT = "[object AsyncFunction]", DT = "[object Function]", IT = "[object GeneratorFunction]", $T = "[object Proxy]";
|
|
5997
|
+
function MT(e) {
|
|
5998
|
+
if (!AT(e))
|
|
5999
5999
|
return !1;
|
|
6000
|
-
var n =
|
|
6001
|
-
return n ==
|
|
6000
|
+
var n = RT(e);
|
|
6001
|
+
return n == DT || n == IT || n == PT || n == $T;
|
|
6002
6002
|
}
|
|
6003
|
-
var
|
|
6003
|
+
var LT = MT, NT = Rn, FT = NT["__core-js_shared__"], kT = FT, Su = kT, np = function() {
|
|
6004
6004
|
var e = /[^.]+$/.exec(Su && Su.keys && Su.keys.IE_PROTO || "");
|
|
6005
6005
|
return e ? "Symbol(src)_1." + e : "";
|
|
6006
6006
|
}();
|
|
6007
|
-
function
|
|
6007
|
+
function jT(e) {
|
|
6008
6008
|
return !!np && np in e;
|
|
6009
6009
|
}
|
|
6010
|
-
var
|
|
6011
|
-
function
|
|
6010
|
+
var BT = jT, WT = Function.prototype, UT = WT.toString;
|
|
6011
|
+
function HT(e) {
|
|
6012
6012
|
if (e != null) {
|
|
6013
6013
|
try {
|
|
6014
|
-
return
|
|
6014
|
+
return UT.call(e);
|
|
6015
6015
|
} catch {
|
|
6016
6016
|
}
|
|
6017
6017
|
try {
|
|
@@ -6021,53 +6021,53 @@ function UT(e) {
|
|
|
6021
6021
|
}
|
|
6022
6022
|
return "";
|
|
6023
6023
|
}
|
|
6024
|
-
var
|
|
6025
|
-
"^" +
|
|
6024
|
+
var Lh = HT, GT = LT, qT = BT, YT = Ya, zT = Lh, VT = /[\\^$.*+?()[\]{}|]/g, KT = /^\[object .+?Constructor\]$/, JT = Function.prototype, XT = Object.prototype, ZT = JT.toString, QT = XT.hasOwnProperty, ex = RegExp(
|
|
6025
|
+
"^" + ZT.call(QT).replace(VT, "\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g, "$1.*?") + "$"
|
|
6026
6026
|
);
|
|
6027
|
-
function
|
|
6028
|
-
if (!
|
|
6027
|
+
function tx(e) {
|
|
6028
|
+
if (!YT(e) || qT(e))
|
|
6029
6029
|
return !1;
|
|
6030
|
-
var n =
|
|
6031
|
-
return n.test(
|
|
6030
|
+
var n = GT(e) ? ex : KT;
|
|
6031
|
+
return n.test(zT(e));
|
|
6032
6032
|
}
|
|
6033
|
-
var
|
|
6034
|
-
function
|
|
6033
|
+
var nx = tx;
|
|
6034
|
+
function rx(e, n) {
|
|
6035
6035
|
return e == null ? void 0 : e[n];
|
|
6036
6036
|
}
|
|
6037
|
-
var
|
|
6038
|
-
function
|
|
6039
|
-
var t =
|
|
6040
|
-
return
|
|
6037
|
+
var ax = rx, ox = nx, ix = ax;
|
|
6038
|
+
function sx(e, n) {
|
|
6039
|
+
var t = ix(e, n);
|
|
6040
|
+
return ox(t) ? t : void 0;
|
|
6041
6041
|
}
|
|
6042
|
-
var ia =
|
|
6043
|
-
function
|
|
6042
|
+
var ia = sx, ux = ia, cx = Rn, fx = ux(cx, "Map"), qc = fx, lx = ia, dx = lx(Object, "create"), ji = dx, rp = ji;
|
|
6043
|
+
function px() {
|
|
6044
6044
|
this.__data__ = rp ? rp(null) : {}, this.size = 0;
|
|
6045
6045
|
}
|
|
6046
|
-
var
|
|
6047
|
-
function
|
|
6046
|
+
var hx = px;
|
|
6047
|
+
function gx(e) {
|
|
6048
6048
|
var n = this.has(e) && delete this.__data__[e];
|
|
6049
6049
|
return this.size -= n ? 1 : 0, n;
|
|
6050
6050
|
}
|
|
6051
|
-
var
|
|
6052
|
-
function
|
|
6051
|
+
var vx = gx, mx = ji, yx = "__lodash_hash_undefined__", bx = Object.prototype, _x = bx.hasOwnProperty;
|
|
6052
|
+
function Ex(e) {
|
|
6053
6053
|
var n = this.__data__;
|
|
6054
|
-
if (
|
|
6054
|
+
if (mx) {
|
|
6055
6055
|
var t = n[e];
|
|
6056
|
-
return t ===
|
|
6056
|
+
return t === yx ? void 0 : t;
|
|
6057
6057
|
}
|
|
6058
|
-
return
|
|
6058
|
+
return _x.call(n, e) ? n[e] : void 0;
|
|
6059
6059
|
}
|
|
6060
|
-
var
|
|
6061
|
-
function
|
|
6060
|
+
var wx = Ex, Sx = ji, Tx = Object.prototype, xx = Tx.hasOwnProperty;
|
|
6061
|
+
function Cx(e) {
|
|
6062
6062
|
var n = this.__data__;
|
|
6063
|
-
return
|
|
6063
|
+
return Sx ? n[e] !== void 0 : xx.call(n, e);
|
|
6064
6064
|
}
|
|
6065
|
-
var
|
|
6066
|
-
function
|
|
6065
|
+
var Ox = Cx, Rx = ji, Ax = "__lodash_hash_undefined__";
|
|
6066
|
+
function Px(e, n) {
|
|
6067
6067
|
var t = this.__data__;
|
|
6068
|
-
return this.size += this.has(e) ? 0 : 1, t[e] =
|
|
6068
|
+
return this.size += this.has(e) ? 0 : 1, t[e] = Rx && n === void 0 ? Ax : n, this;
|
|
6069
6069
|
}
|
|
6070
|
-
var
|
|
6070
|
+
var Dx = Px, Ix = hx, $x = vx, Mx = wx, Lx = Ox, Nx = Dx;
|
|
6071
6071
|
function sa(e) {
|
|
6072
6072
|
var n = -1, t = e == null ? 0 : e.length;
|
|
6073
6073
|
for (this.clear(); ++n < t; ) {
|
|
@@ -6075,48 +6075,48 @@ function sa(e) {
|
|
|
6075
6075
|
this.set(a[0], a[1]);
|
|
6076
6076
|
}
|
|
6077
6077
|
}
|
|
6078
|
-
sa.prototype.clear =
|
|
6079
|
-
sa.prototype.delete =
|
|
6080
|
-
sa.prototype.get =
|
|
6081
|
-
sa.prototype.has =
|
|
6082
|
-
sa.prototype.set =
|
|
6083
|
-
var
|
|
6084
|
-
function
|
|
6078
|
+
sa.prototype.clear = Ix;
|
|
6079
|
+
sa.prototype.delete = $x;
|
|
6080
|
+
sa.prototype.get = Mx;
|
|
6081
|
+
sa.prototype.has = Lx;
|
|
6082
|
+
sa.prototype.set = Nx;
|
|
6083
|
+
var Fx = sa, ap = Fx, kx = ki, jx = qc;
|
|
6084
|
+
function Bx() {
|
|
6085
6085
|
this.size = 0, this.__data__ = {
|
|
6086
6086
|
hash: new ap(),
|
|
6087
|
-
map: new (
|
|
6087
|
+
map: new (jx || kx)(),
|
|
6088
6088
|
string: new ap()
|
|
6089
6089
|
};
|
|
6090
6090
|
}
|
|
6091
|
-
var
|
|
6092
|
-
function
|
|
6091
|
+
var Wx = Bx;
|
|
6092
|
+
function Ux(e) {
|
|
6093
6093
|
var n = typeof e;
|
|
6094
6094
|
return n == "string" || n == "number" || n == "symbol" || n == "boolean" ? e !== "__proto__" : e === null;
|
|
6095
6095
|
}
|
|
6096
|
-
var
|
|
6097
|
-
function
|
|
6096
|
+
var Hx = Ux, Gx = Hx;
|
|
6097
|
+
function qx(e, n) {
|
|
6098
6098
|
var t = e.__data__;
|
|
6099
|
-
return
|
|
6099
|
+
return Gx(n) ? t[typeof n == "string" ? "string" : "hash"] : t.map;
|
|
6100
6100
|
}
|
|
6101
|
-
var Bi =
|
|
6102
|
-
function
|
|
6103
|
-
var n =
|
|
6101
|
+
var Bi = qx, Yx = Bi;
|
|
6102
|
+
function zx(e) {
|
|
6103
|
+
var n = Yx(this, e).delete(e);
|
|
6104
6104
|
return this.size -= n ? 1 : 0, n;
|
|
6105
6105
|
}
|
|
6106
|
-
var
|
|
6107
|
-
function
|
|
6108
|
-
return
|
|
6106
|
+
var Vx = zx, Kx = Bi;
|
|
6107
|
+
function Jx(e) {
|
|
6108
|
+
return Kx(this, e).get(e);
|
|
6109
6109
|
}
|
|
6110
|
-
var
|
|
6111
|
-
function
|
|
6112
|
-
return
|
|
6110
|
+
var Xx = Jx, Zx = Bi;
|
|
6111
|
+
function Qx(e) {
|
|
6112
|
+
return Zx(this, e).has(e);
|
|
6113
6113
|
}
|
|
6114
|
-
var
|
|
6115
|
-
function
|
|
6116
|
-
var t =
|
|
6114
|
+
var eC = Qx, tC = Bi;
|
|
6115
|
+
function nC(e, n) {
|
|
6116
|
+
var t = tC(this, e), a = t.size;
|
|
6117
6117
|
return t.set(e, n), this.size += t.size == a ? 0 : 1, this;
|
|
6118
6118
|
}
|
|
6119
|
-
var
|
|
6119
|
+
var rC = nC, aC = Wx, oC = Vx, iC = Xx, sC = eC, uC = rC;
|
|
6120
6120
|
function ua(e) {
|
|
6121
6121
|
var n = -1, t = e == null ? 0 : e.length;
|
|
6122
6122
|
for (this.clear(); ++n < t; ) {
|
|
@@ -6124,68 +6124,68 @@ function ua(e) {
|
|
|
6124
6124
|
this.set(a[0], a[1]);
|
|
6125
6125
|
}
|
|
6126
6126
|
}
|
|
6127
|
-
ua.prototype.clear =
|
|
6128
|
-
ua.prototype.delete =
|
|
6129
|
-
ua.prototype.get =
|
|
6130
|
-
ua.prototype.has =
|
|
6131
|
-
ua.prototype.set =
|
|
6132
|
-
var
|
|
6133
|
-
function
|
|
6127
|
+
ua.prototype.clear = aC;
|
|
6128
|
+
ua.prototype.delete = oC;
|
|
6129
|
+
ua.prototype.get = iC;
|
|
6130
|
+
ua.prototype.has = sC;
|
|
6131
|
+
ua.prototype.set = uC;
|
|
6132
|
+
var Nh = ua, cC = ki, fC = qc, lC = Nh, dC = 200;
|
|
6133
|
+
function pC(e, n) {
|
|
6134
6134
|
var t = this.__data__;
|
|
6135
|
-
if (t instanceof
|
|
6135
|
+
if (t instanceof cC) {
|
|
6136
6136
|
var a = t.__data__;
|
|
6137
|
-
if (!
|
|
6137
|
+
if (!fC || a.length < dC - 1)
|
|
6138
6138
|
return a.push([e, n]), this.size = ++t.size, this;
|
|
6139
|
-
t = this.__data__ = new
|
|
6139
|
+
t = this.__data__ = new lC(a);
|
|
6140
6140
|
}
|
|
6141
6141
|
return t.set(e, n), this.size = t.size, this;
|
|
6142
6142
|
}
|
|
6143
|
-
var
|
|
6143
|
+
var hC = pC, gC = ki, vC = ET, mC = ST, yC = xT, bC = OT, _C = hC;
|
|
6144
6144
|
function Va(e) {
|
|
6145
|
-
var n = this.__data__ = new
|
|
6145
|
+
var n = this.__data__ = new gC(e);
|
|
6146
6146
|
this.size = n.size;
|
|
6147
6147
|
}
|
|
6148
|
-
Va.prototype.clear =
|
|
6149
|
-
Va.prototype.delete =
|
|
6150
|
-
Va.prototype.get =
|
|
6151
|
-
Va.prototype.has =
|
|
6152
|
-
Va.prototype.set =
|
|
6153
|
-
var
|
|
6154
|
-
function
|
|
6155
|
-
return this.__data__.set(e,
|
|
6156
|
-
}
|
|
6157
|
-
var
|
|
6158
|
-
function
|
|
6148
|
+
Va.prototype.clear = vC;
|
|
6149
|
+
Va.prototype.delete = mC;
|
|
6150
|
+
Va.prototype.get = yC;
|
|
6151
|
+
Va.prototype.has = bC;
|
|
6152
|
+
Va.prototype.set = _C;
|
|
6153
|
+
var EC = "__lodash_hash_undefined__";
|
|
6154
|
+
function wC(e) {
|
|
6155
|
+
return this.__data__.set(e, EC), this;
|
|
6156
|
+
}
|
|
6157
|
+
var SC = wC;
|
|
6158
|
+
function TC(e) {
|
|
6159
6159
|
return this.__data__.has(e);
|
|
6160
6160
|
}
|
|
6161
|
-
var
|
|
6161
|
+
var xC = TC, CC = Nh, OC = SC, RC = xC;
|
|
6162
6162
|
function ic(e) {
|
|
6163
6163
|
var n = -1, t = e == null ? 0 : e.length;
|
|
6164
|
-
for (this.__data__ = new
|
|
6164
|
+
for (this.__data__ = new CC(); ++n < t; )
|
|
6165
6165
|
this.add(e[n]);
|
|
6166
6166
|
}
|
|
6167
|
-
ic.prototype.add = ic.prototype.push =
|
|
6168
|
-
ic.prototype.has =
|
|
6169
|
-
var
|
|
6170
|
-
|
|
6167
|
+
ic.prototype.add = ic.prototype.push = OC;
|
|
6168
|
+
ic.prototype.has = RC;
|
|
6169
|
+
var AC = Rn;
|
|
6170
|
+
AC.Uint8Array;
|
|
6171
6171
|
var op = Wc, ip = op ? op.prototype : void 0;
|
|
6172
6172
|
ip && ip.valueOf;
|
|
6173
|
-
var
|
|
6174
|
-
function
|
|
6175
|
-
return
|
|
6173
|
+
var PC = Ni, DC = Uc, IC = "[object Arguments]";
|
|
6174
|
+
function $C(e) {
|
|
6175
|
+
return DC(e) && PC(e) == IC;
|
|
6176
6176
|
}
|
|
6177
|
-
var
|
|
6177
|
+
var MC = $C, sp = MC, LC = Uc, Fh = Object.prototype, NC = Fh.hasOwnProperty, FC = Fh.propertyIsEnumerable;
|
|
6178
6178
|
sp(function() {
|
|
6179
6179
|
return arguments;
|
|
6180
6180
|
}());
|
|
6181
6181
|
var Ei = { exports: {} };
|
|
6182
|
-
function
|
|
6182
|
+
function kC() {
|
|
6183
6183
|
return !1;
|
|
6184
6184
|
}
|
|
6185
|
-
var
|
|
6185
|
+
var jC = kC;
|
|
6186
6186
|
Ei.exports;
|
|
6187
6187
|
(function(e, n) {
|
|
6188
|
-
var t = Rn, a =
|
|
6188
|
+
var t = Rn, a = jC, i = n && !n.nodeType && n, s = i && !0 && e && !e.nodeType && e, c = s && s.exports === i, f = c ? t.Buffer : void 0, d = f ? f.isBuffer : void 0, p = d || a;
|
|
6189
6189
|
e.exports = p;
|
|
6190
6190
|
})(Ei, Ei.exports);
|
|
6191
6191
|
Ei.exports;
|
|
@@ -6201,45 +6201,45 @@ wi.exports;
|
|
|
6201
6201
|
}();
|
|
6202
6202
|
e.exports = f;
|
|
6203
6203
|
})(wi, wi.exports);
|
|
6204
|
-
var
|
|
6204
|
+
var BC = wi.exports, up = BC;
|
|
6205
6205
|
up && up.isTypedArray;
|
|
6206
|
-
var
|
|
6206
|
+
var WC = ia, UC = Rn, HC = WC(UC, "DataView"), GC = HC, qC = ia, YC = Rn, zC = qC(YC, "Promise"), VC = zC, KC = ia, JC = Rn, XC = KC(JC, "Set"), ZC = XC, QC = ia, eO = Rn, tO = QC(eO, "WeakMap"), nO = tO, sc = GC, uc = qc, cc = VC, fc = ZC, lc = nO, kh = Ni, ca = Lh, cp = "[object Map]", rO = "[object Object]", fp = "[object Promise]", lp = "[object Set]", dp = "[object WeakMap]", pp = "[object DataView]", aO = ca(sc), oO = ca(uc), iO = ca(cc), sO = ca(fc), uO = ca(lc), Kr = kh;
|
|
6207
6207
|
(sc && Kr(new sc(new ArrayBuffer(1))) != pp || uc && Kr(new uc()) != cp || cc && Kr(cc.resolve()) != fp || fc && Kr(new fc()) != lp || lc && Kr(new lc()) != dp) && (Kr = function(e) {
|
|
6208
|
-
var n =
|
|
6208
|
+
var n = kh(e), t = n == rO ? e.constructor : void 0, a = t ? ca(t) : "";
|
|
6209
6209
|
if (a)
|
|
6210
6210
|
switch (a) {
|
|
6211
|
-
case rO:
|
|
6212
|
-
return pp;
|
|
6213
6211
|
case aO:
|
|
6214
|
-
return
|
|
6212
|
+
return pp;
|
|
6215
6213
|
case oO:
|
|
6216
|
-
return
|
|
6214
|
+
return cp;
|
|
6217
6215
|
case iO:
|
|
6218
|
-
return
|
|
6216
|
+
return fp;
|
|
6219
6217
|
case sO:
|
|
6218
|
+
return lp;
|
|
6219
|
+
case uO:
|
|
6220
6220
|
return dp;
|
|
6221
6221
|
}
|
|
6222
6222
|
return n;
|
|
6223
6223
|
});
|
|
6224
|
-
const
|
|
6224
|
+
const cO = "ROOT";
|
|
6225
6225
|
kw(), Fw();
|
|
6226
6226
|
var hp;
|
|
6227
6227
|
(function(e) {
|
|
6228
6228
|
e[e.HandlerDisabled = 0] = "HandlerDisabled", e[e.HandlerEnabled = 1] = "HandlerEnabled";
|
|
6229
6229
|
})(hp || (hp = {}));
|
|
6230
|
-
function
|
|
6230
|
+
function jh(e) {
|
|
6231
6231
|
return `Debugger/${e}`;
|
|
6232
6232
|
}
|
|
6233
|
-
function
|
|
6233
|
+
function fO(e, n) {
|
|
6234
6234
|
var a;
|
|
6235
6235
|
const t = (a = n.name) == null ? void 0 : a.replace(/\.(4dm|4qs)$/, "");
|
|
6236
6236
|
return `#${e} ${t}`;
|
|
6237
6237
|
}
|
|
6238
|
-
const
|
|
6239
|
-
var
|
|
6240
|
-
function
|
|
6238
|
+
const lO = typeof process == "object" && process && process.platform === "win32";
|
|
6239
|
+
var dO = lO ? { sep: "\\" } : { sep: "/" }, pO = Bh;
|
|
6240
|
+
function Bh(e, n, t) {
|
|
6241
6241
|
e instanceof RegExp && (e = gp(e, t)), n instanceof RegExp && (n = gp(n, t));
|
|
6242
|
-
var a =
|
|
6242
|
+
var a = Wh(e, n, t);
|
|
6243
6243
|
return a && {
|
|
6244
6244
|
start: a[0],
|
|
6245
6245
|
end: a[1],
|
|
@@ -6252,8 +6252,8 @@ function gp(e, n) {
|
|
|
6252
6252
|
var t = n.match(e);
|
|
6253
6253
|
return t ? t[0] : null;
|
|
6254
6254
|
}
|
|
6255
|
-
|
|
6256
|
-
function
|
|
6255
|
+
Bh.range = Wh;
|
|
6256
|
+
function Wh(e, n, t) {
|
|
6257
6257
|
var a, i, s, c, f, d = t.indexOf(e), p = t.indexOf(n, d + 1), h = d;
|
|
6258
6258
|
if (d >= 0 && p > 0) {
|
|
6259
6259
|
if (e === n)
|
|
@@ -6264,44 +6264,44 @@ function Uh(e, n, t) {
|
|
|
6264
6264
|
}
|
|
6265
6265
|
return f;
|
|
6266
6266
|
}
|
|
6267
|
-
var
|
|
6267
|
+
var Uh = pO, hO = mO, Hh = "\0SLASH" + Math.random() + "\0", Gh = "\0OPEN" + Math.random() + "\0", Yc = "\0CLOSE" + Math.random() + "\0", qh = "\0COMMA" + Math.random() + "\0", Yh = "\0PERIOD" + Math.random() + "\0";
|
|
6268
6268
|
function Tu(e) {
|
|
6269
6269
|
return parseInt(e, 10) == e ? parseInt(e, 10) : e.charCodeAt(0);
|
|
6270
6270
|
}
|
|
6271
|
-
function hO(e) {
|
|
6272
|
-
return e.split("\\\\").join(Gh).split("\\{").join(qh).split("\\}").join(Yc).split("\\,").join(Yh).split("\\.").join(zh);
|
|
6273
|
-
}
|
|
6274
6271
|
function gO(e) {
|
|
6275
|
-
return e.split(
|
|
6272
|
+
return e.split("\\\\").join(Hh).split("\\{").join(Gh).split("\\}").join(Yc).split("\\,").join(qh).split("\\.").join(Yh);
|
|
6273
|
+
}
|
|
6274
|
+
function vO(e) {
|
|
6275
|
+
return e.split(Hh).join("\\").split(Gh).join("{").split(Yc).join("}").split(qh).join(",").split(Yh).join(".");
|
|
6276
6276
|
}
|
|
6277
|
-
function
|
|
6277
|
+
function zh(e) {
|
|
6278
6278
|
if (!e)
|
|
6279
6279
|
return [""];
|
|
6280
|
-
var n = [], t =
|
|
6280
|
+
var n = [], t = Uh("{", "}", e);
|
|
6281
6281
|
if (!t)
|
|
6282
6282
|
return e.split(",");
|
|
6283
6283
|
var a = t.pre, i = t.body, s = t.post, c = a.split(",");
|
|
6284
6284
|
c[c.length - 1] += "{" + i + "}";
|
|
6285
|
-
var f =
|
|
6285
|
+
var f = zh(s);
|
|
6286
6286
|
return s.length && (c[c.length - 1] += f.shift(), c.push.apply(c, f)), n.push.apply(n, c), n;
|
|
6287
6287
|
}
|
|
6288
|
-
function vO(e) {
|
|
6289
|
-
return e ? (e.substr(0, 2) === "{}" && (e = "\\{\\}" + e.substr(2)), Ma(hO(e), !0).map(gO)) : [];
|
|
6290
|
-
}
|
|
6291
6288
|
function mO(e) {
|
|
6292
|
-
return "{"
|
|
6289
|
+
return e ? (e.substr(0, 2) === "{}" && (e = "\\{\\}" + e.substr(2)), Ma(gO(e), !0).map(vO)) : [];
|
|
6293
6290
|
}
|
|
6294
6291
|
function yO(e) {
|
|
6292
|
+
return "{" + e + "}";
|
|
6293
|
+
}
|
|
6294
|
+
function bO(e) {
|
|
6295
6295
|
return /^-?0\d/.test(e);
|
|
6296
6296
|
}
|
|
6297
|
-
function
|
|
6297
|
+
function _O(e, n) {
|
|
6298
6298
|
return e <= n;
|
|
6299
6299
|
}
|
|
6300
|
-
function
|
|
6300
|
+
function EO(e, n) {
|
|
6301
6301
|
return e >= n;
|
|
6302
6302
|
}
|
|
6303
6303
|
function Ma(e, n) {
|
|
6304
|
-
var t = [], a =
|
|
6304
|
+
var t = [], a = Uh("{", "}", e);
|
|
6305
6305
|
if (!a)
|
|
6306
6306
|
return [e];
|
|
6307
6307
|
var i = a.pre, s = a.post.length ? Ma(a.post, !1) : [""];
|
|
@@ -6317,15 +6317,15 @@ function Ma(e, n) {
|
|
|
6317
6317
|
var b;
|
|
6318
6318
|
if (h)
|
|
6319
6319
|
b = a.body.split(/\.\./);
|
|
6320
|
-
else if (b =
|
|
6320
|
+
else if (b = zh(a.body), b.length === 1 && (b = Ma(b[0], !1).map(yO), b.length === 1))
|
|
6321
6321
|
return s.map(function(Ue) {
|
|
6322
6322
|
return a.pre + b[0] + Ue;
|
|
6323
6323
|
});
|
|
6324
6324
|
var _;
|
|
6325
6325
|
if (h) {
|
|
6326
|
-
var S = Tu(b[0]), w = Tu(b[1]), P = Math.max(b[0].length, b[1].length), A = b.length == 3 ? Math.abs(Tu(b[2])) : 1, M =
|
|
6327
|
-
$ && (A *= -1, M =
|
|
6328
|
-
var N = b.some(
|
|
6326
|
+
var S = Tu(b[0]), w = Tu(b[1]), P = Math.max(b[0].length, b[1].length), A = b.length == 3 ? Math.abs(Tu(b[2])) : 1, M = _O, $ = w < S;
|
|
6327
|
+
$ && (A *= -1, M = EO);
|
|
6328
|
+
var N = b.some(bO);
|
|
6329
6329
|
_ = [];
|
|
6330
6330
|
for (var O = S; M(O, w); O += A) {
|
|
6331
6331
|
var q;
|
|
@@ -6353,19 +6353,19 @@ function Ma(e, n) {
|
|
|
6353
6353
|
}
|
|
6354
6354
|
return t;
|
|
6355
6355
|
}
|
|
6356
|
-
const Yt =
|
|
6357
|
-
var
|
|
6358
|
-
const dc =
|
|
6356
|
+
const Yt = Vh = (e, n, t = {}) => (Si(n), !t.nocomment && n.charAt(0) === "#" ? !1 : new Wi(n, t).match(e));
|
|
6357
|
+
var Vh = Yt;
|
|
6358
|
+
const dc = dO;
|
|
6359
6359
|
Yt.sep = dc.sep;
|
|
6360
6360
|
const hn = Symbol("globstar **");
|
|
6361
6361
|
Yt.GLOBSTAR = hn;
|
|
6362
|
-
const
|
|
6362
|
+
const wO = hO, vp = {
|
|
6363
6363
|
"!": { open: "(?:(?!(?:", close: "))[^/]*?)" },
|
|
6364
6364
|
"?": { open: "(?:", close: ")?" },
|
|
6365
6365
|
"+": { open: "(?:", close: ")+" },
|
|
6366
6366
|
"*": { open: "(?:", close: ")*" },
|
|
6367
6367
|
"@": { open: "(?:", close: ")" }
|
|
6368
|
-
}, pc = "[^/]", xu = pc + "*?",
|
|
6368
|
+
}, pc = "[^/]", xu = pc + "*?", SO = "(?:(?!(?:\\/|^)(?:\\.{1,2})($|\\/)).)*?", TO = "(?:(?!(?:\\/|^)\\.).)*?", Kh = (e) => e.split("").reduce((n, t) => (n[t] = !0, n), {}), mp = Kh("().*{}+?[]^$\\!"), xO = Kh("[.("), yp = /\/+/;
|
|
6369
6369
|
Yt.filter = (e, n = {}) => (t, a, i) => Yt(t, e, n);
|
|
6370
6370
|
const nr = (e, n = {}) => {
|
|
6371
6371
|
const t = {};
|
|
@@ -6381,11 +6381,11 @@ Yt.defaults = (e) => {
|
|
|
6381
6381
|
}
|
|
6382
6382
|
}, t.Minimatch.defaults = (a) => n.defaults(nr(e, a)).Minimatch, t.filter = (a, i) => n.filter(a, nr(e, i)), t.defaults = (a) => n.defaults(nr(e, a)), t.makeRe = (a, i) => n.makeRe(a, nr(e, i)), t.braceExpand = (a, i) => n.braceExpand(a, nr(e, i)), t.match = (a, i, s) => n.match(a, i, nr(e, s)), t;
|
|
6383
6383
|
};
|
|
6384
|
-
Yt.braceExpand = (e, n) =>
|
|
6385
|
-
const
|
|
6384
|
+
Yt.braceExpand = (e, n) => Jh(e, n);
|
|
6385
|
+
const Jh = (e, n = {}) => (Si(e), n.nobrace || !/\{(?:(?!\{).)*\}/.test(e) ? [e] : wO(e)), CO = 1024 * 64, Si = (e) => {
|
|
6386
6386
|
if (typeof e != "string")
|
|
6387
6387
|
throw new TypeError("invalid pattern");
|
|
6388
|
-
if (e.length >
|
|
6388
|
+
if (e.length > CO)
|
|
6389
6389
|
throw new TypeError("pattern is too long");
|
|
6390
6390
|
}, Cu = Symbol("subparse");
|
|
6391
6391
|
Yt.makeRe = (e, n) => new Wi(e, n || {}).makeRe();
|
|
@@ -6393,7 +6393,7 @@ Yt.match = (e, n, t = {}) => {
|
|
|
6393
6393
|
const a = new Wi(n, t);
|
|
6394
6394
|
return e = e.filter((i) => a.match(i)), a.options.nonull && !e.length && e.push(n), e;
|
|
6395
6395
|
};
|
|
6396
|
-
const
|
|
6396
|
+
const OO = (e) => e.replace(/\\(.)/g, "$1"), RO = (e) => e.replace(/\\([^-\]])/g, "$1"), AO = (e) => e.replace(/[-[\]{}()*+?.,\\^$|#\s]/g, "\\$&"), PO = (e) => e.replace(/[[\]\\]/g, "\\$&");
|
|
6397
6397
|
class Wi {
|
|
6398
6398
|
constructor(n, t) {
|
|
6399
6399
|
Si(n), t || (t = {}), this.options = t, this.set = [], this.pattern = n, this.windowsPathsNoEscape = !!t.windowsPathsNoEscape || t.allowWindowsEscape === !1, this.windowsPathsNoEscape && (this.pattern = this.pattern.replace(/\\/g, "/")), this.regexp = null, this.negate = !1, this.comment = !1, this.empty = !1, this.partial = !!t.partial, this.make();
|
|
@@ -6475,7 +6475,7 @@ globstar while`, n, v, t, b, _), this.matchOne(n.slice(v), t.slice(b), a))
|
|
|
6475
6475
|
throw new Error("wtf?");
|
|
6476
6476
|
}
|
|
6477
6477
|
braceExpand() {
|
|
6478
|
-
return
|
|
6478
|
+
return Jh(this.pattern, this.options);
|
|
6479
6479
|
}
|
|
6480
6480
|
parse(n, t) {
|
|
6481
6481
|
Si(n);
|
|
@@ -6585,7 +6585,7 @@ globstar while`, n, v, t, b, _), this.matchOne(n.slice(v), t.slice(b), a))
|
|
|
6585
6585
|
}
|
|
6586
6586
|
_ = n.substring(b + 1, G);
|
|
6587
6587
|
try {
|
|
6588
|
-
RegExp("[" +
|
|
6588
|
+
RegExp("[" + PO(RO(_)) + "]"), i += z;
|
|
6589
6589
|
} catch {
|
|
6590
6590
|
i = i.substring(0, v) + "(?:$.)";
|
|
6591
6591
|
}
|
|
@@ -6604,7 +6604,7 @@ globstar while`, n, v, t, b, _), this.matchOne(n.slice(v), t.slice(b), a))
|
|
|
6604
6604
|
s = !0, i = i.slice(0, S.reStart) + z + "\\(" + G;
|
|
6605
6605
|
}
|
|
6606
6606
|
N(), c && (i += "\\\\");
|
|
6607
|
-
const O =
|
|
6607
|
+
const O = xO[i.charAt(0)];
|
|
6608
6608
|
for (let G = d.length - 1; G > -1; G--) {
|
|
6609
6609
|
const z = d[G], te = i.slice(0, z.reStart), Ue = i.slice(z.reStart, z.reEnd - 8);
|
|
6610
6610
|
let xe = i.slice(z.reEnd);
|
|
@@ -6619,7 +6619,7 @@ globstar while`, n, v, t, b, _), this.matchOne(n.slice(v), t.slice(b), a))
|
|
|
6619
6619
|
if (i !== "" && s && (i = "(?=.)" + i), O && (i = M() + i), t === Cu)
|
|
6620
6620
|
return [i, s];
|
|
6621
6621
|
if (a.nocase && !s && (s = n.toUpperCase() !== n.toLowerCase()), !s)
|
|
6622
|
-
return
|
|
6622
|
+
return OO(n);
|
|
6623
6623
|
const q = a.nocase ? "i" : "";
|
|
6624
6624
|
try {
|
|
6625
6625
|
return Object.assign(new RegExp("^" + i + "$", q), {
|
|
@@ -6636,9 +6636,9 @@ globstar while`, n, v, t, b, _), this.matchOne(n.slice(v), t.slice(b), a))
|
|
|
6636
6636
|
const n = this.set;
|
|
6637
6637
|
if (!n.length)
|
|
6638
6638
|
return this.regexp = !1, this.regexp;
|
|
6639
|
-
const t = this.options, a = t.noglobstar ? xu : t.dot ?
|
|
6639
|
+
const t = this.options, a = t.noglobstar ? xu : t.dot ? SO : TO, i = t.nocase ? "i" : "";
|
|
6640
6640
|
let s = n.map((c) => (c = c.map(
|
|
6641
|
-
(f) => typeof f == "string" ?
|
|
6641
|
+
(f) => typeof f == "string" ? AO(f) : f === hn ? hn : f._src
|
|
6642
6642
|
).reduce((f, d) => (f[f.length - 1] === hn && d === hn || f.push(d), f), []), c.forEach((f, d) => {
|
|
6643
6643
|
f !== hn || c[d - 1] === hn || (d === 0 ? c.length > 1 ? c[d + 1] = "(?:\\/|" + a + "\\/)?" + c[d + 1] : c[d] = a : d === c.length - 1 ? c[d - 1] += "(?:\\/|" + a + ")?" : (c[d - 1] += "(?:\\/|\\/" + a + "\\/)" + c[d + 1], c[d + 1] = hn));
|
|
6644
6644
|
}), c.filter((f) => f !== hn).join("/"))).join("|");
|
|
@@ -6677,7 +6677,7 @@ globstar while`, n, v, t, b, _), this.matchOne(n.slice(v), t.slice(b), a))
|
|
|
6677
6677
|
}
|
|
6678
6678
|
}
|
|
6679
6679
|
Yt.Minimatch = Wi;
|
|
6680
|
-
const
|
|
6680
|
+
const Xh = /* @__PURE__ */ Li(Vh), DO = [
|
|
6681
6681
|
{
|
|
6682
6682
|
pattern: Ot,
|
|
6683
6683
|
editor: {
|
|
@@ -6830,7 +6830,7 @@ const Zh = /* @__PURE__ */ Li(Kh), PO = [
|
|
|
6830
6830
|
key: "editors:img"
|
|
6831
6831
|
}
|
|
6832
6832
|
}
|
|
6833
|
-
],
|
|
6833
|
+
], IO = [
|
|
6834
6834
|
{
|
|
6835
6835
|
pattern: "**/*.+(json|4DModel|WebForm)",
|
|
6836
6836
|
type: "json"
|
|
@@ -6840,13 +6840,13 @@ const Zh = /* @__PURE__ */ Li(Kh), PO = [
|
|
|
6840
6840
|
type: "text"
|
|
6841
6841
|
}
|
|
6842
6842
|
];
|
|
6843
|
-
function
|
|
6843
|
+
function $O(e) {
|
|
6844
6844
|
const n = e.split("/");
|
|
6845
6845
|
return n.pop(), n.join("/");
|
|
6846
6846
|
}
|
|
6847
6847
|
function It(e) {
|
|
6848
|
-
const n =
|
|
6849
|
-
({ pattern: t }) =>
|
|
6848
|
+
const n = DO.find(
|
|
6849
|
+
({ pattern: t }) => Xh(e, t, {
|
|
6850
6850
|
nocase: !0
|
|
6851
6851
|
})
|
|
6852
6852
|
);
|
|
@@ -6860,9 +6860,9 @@ function It(e) {
|
|
|
6860
6860
|
}
|
|
6861
6861
|
};
|
|
6862
6862
|
}
|
|
6863
|
-
function
|
|
6864
|
-
const n =
|
|
6865
|
-
({ pattern: t }) =>
|
|
6863
|
+
function MO(e) {
|
|
6864
|
+
const n = IO.find(
|
|
6865
|
+
({ pattern: t }) => Xh(e, t, {
|
|
6866
6866
|
nocase: !0
|
|
6867
6867
|
})
|
|
6868
6868
|
);
|
|
@@ -6952,13 +6952,13 @@ function xi(e, n, t) {
|
|
|
6952
6952
|
function Bn(e) {
|
|
6953
6953
|
return typeof e == "function";
|
|
6954
6954
|
}
|
|
6955
|
-
function
|
|
6955
|
+
function Zh(e) {
|
|
6956
6956
|
var n = function(a) {
|
|
6957
6957
|
Error.call(a), a.stack = new Error().stack;
|
|
6958
6958
|
}, t = e(n);
|
|
6959
6959
|
return t.prototype = Object.create(Error.prototype), t.prototype.constructor = t, t;
|
|
6960
6960
|
}
|
|
6961
|
-
var Ou =
|
|
6961
|
+
var Ou = Zh(function(e) {
|
|
6962
6962
|
return function(t) {
|
|
6963
6963
|
e(this), this.message = t ? t.length + ` errors occurred during unsubscription:
|
|
6964
6964
|
` + t.map(function(a, i) {
|
|
@@ -7063,14 +7063,14 @@ var Hi = function() {
|
|
|
7063
7063
|
var n = new e();
|
|
7064
7064
|
return n.closed = !0, n;
|
|
7065
7065
|
}(), e;
|
|
7066
|
-
}(),
|
|
7067
|
-
function
|
|
7066
|
+
}(), Qh = Hi.EMPTY;
|
|
7067
|
+
function eg(e) {
|
|
7068
7068
|
return e instanceof Hi || e && "closed" in e && Bn(e.remove) && Bn(e.add) && Bn(e.unsubscribe);
|
|
7069
7069
|
}
|
|
7070
7070
|
function bp(e) {
|
|
7071
7071
|
Bn(e) ? e() : e.unsubscribe();
|
|
7072
7072
|
}
|
|
7073
|
-
var
|
|
7073
|
+
var tg = {
|
|
7074
7074
|
onUnhandledError: null,
|
|
7075
7075
|
onStoppedNotification: null,
|
|
7076
7076
|
Promise: void 0,
|
|
@@ -7089,7 +7089,7 @@ var ng = {
|
|
|
7089
7089
|
},
|
|
7090
7090
|
delegate: void 0
|
|
7091
7091
|
};
|
|
7092
|
-
function
|
|
7092
|
+
function LO(e) {
|
|
7093
7093
|
mc.setTimeout(function() {
|
|
7094
7094
|
throw e;
|
|
7095
7095
|
});
|
|
@@ -7099,11 +7099,11 @@ function _p() {
|
|
|
7099
7099
|
function si(e) {
|
|
7100
7100
|
e();
|
|
7101
7101
|
}
|
|
7102
|
-
var
|
|
7102
|
+
var ng = function(e) {
|
|
7103
7103
|
Ui(n, e);
|
|
7104
7104
|
function n(t) {
|
|
7105
7105
|
var a = e.call(this) || this;
|
|
7106
|
-
return a.isStopped = !1, t ? (a.destination = t,
|
|
7106
|
+
return a.isStopped = !1, t ? (a.destination = t, eg(t) && t.add(a)) : a.destination = jO, a;
|
|
7107
7107
|
}
|
|
7108
7108
|
return n.create = function(t, a, i) {
|
|
7109
7109
|
return new yc(t, a, i);
|
|
@@ -7130,11 +7130,11 @@ var rg = function(e) {
|
|
|
7130
7130
|
this.unsubscribe();
|
|
7131
7131
|
}
|
|
7132
7132
|
}, n;
|
|
7133
|
-
}(Hi),
|
|
7133
|
+
}(Hi), NO = Function.prototype.bind;
|
|
7134
7134
|
function Ru(e, n) {
|
|
7135
|
-
return
|
|
7135
|
+
return NO.call(e, n);
|
|
7136
7136
|
}
|
|
7137
|
-
var
|
|
7137
|
+
var FO = function() {
|
|
7138
7138
|
function e(n) {
|
|
7139
7139
|
this.partialObserver = n;
|
|
7140
7140
|
}
|
|
@@ -7177,7 +7177,7 @@ var NO = function() {
|
|
|
7177
7177
|
};
|
|
7178
7178
|
else {
|
|
7179
7179
|
var f;
|
|
7180
|
-
s &&
|
|
7180
|
+
s && tg.useDeprecatedNextContext ? (f = Object.create(t), f.unsubscribe = function() {
|
|
7181
7181
|
return s.unsubscribe();
|
|
7182
7182
|
}, c = {
|
|
7183
7183
|
next: t.next && Ru(t.next, f),
|
|
@@ -7185,29 +7185,29 @@ var NO = function() {
|
|
|
7185
7185
|
complete: t.complete && Ru(t.complete, f)
|
|
7186
7186
|
}) : c = t;
|
|
7187
7187
|
}
|
|
7188
|
-
return s.destination = new
|
|
7188
|
+
return s.destination = new FO(c), s;
|
|
7189
7189
|
}
|
|
7190
7190
|
return n;
|
|
7191
|
-
}(
|
|
7191
|
+
}(ng);
|
|
7192
7192
|
function Zo(e) {
|
|
7193
|
-
|
|
7193
|
+
LO(e);
|
|
7194
7194
|
}
|
|
7195
|
-
function
|
|
7195
|
+
function kO(e) {
|
|
7196
7196
|
throw e;
|
|
7197
7197
|
}
|
|
7198
|
-
var
|
|
7198
|
+
var jO = {
|
|
7199
7199
|
closed: !0,
|
|
7200
7200
|
next: _p,
|
|
7201
|
-
error:
|
|
7201
|
+
error: kO,
|
|
7202
7202
|
complete: _p
|
|
7203
|
-
},
|
|
7203
|
+
}, BO = function() {
|
|
7204
7204
|
return typeof Symbol == "function" && Symbol.observable || "@@observable";
|
|
7205
7205
|
}();
|
|
7206
|
-
function
|
|
7206
|
+
function WO(e) {
|
|
7207
7207
|
return e;
|
|
7208
7208
|
}
|
|
7209
|
-
function
|
|
7210
|
-
return e.length === 0 ?
|
|
7209
|
+
function UO(e) {
|
|
7210
|
+
return e.length === 0 ? WO : e.length === 1 ? e[0] : function(t) {
|
|
7211
7211
|
return e.reduce(function(a, i) {
|
|
7212
7212
|
return i(a);
|
|
7213
7213
|
}, t);
|
|
@@ -7221,7 +7221,7 @@ var Ep = function() {
|
|
|
7221
7221
|
var t = new e();
|
|
7222
7222
|
return t.source = this, t.operator = n, t;
|
|
7223
7223
|
}, e.prototype.subscribe = function(n, t, a) {
|
|
7224
|
-
var i = this, s =
|
|
7224
|
+
var i = this, s = GO(n) ? n : new yc(n, t, a);
|
|
7225
7225
|
return si(function() {
|
|
7226
7226
|
var c = i, f = c.operator, d = c.source;
|
|
7227
7227
|
s.add(f ? f.call(s, d) : d ? i._subscribe(s) : i._trySubscribe(s));
|
|
@@ -7251,12 +7251,12 @@ var Ep = function() {
|
|
|
7251
7251
|
}, e.prototype._subscribe = function(n) {
|
|
7252
7252
|
var t;
|
|
7253
7253
|
return (t = this.source) === null || t === void 0 ? void 0 : t.subscribe(n);
|
|
7254
|
-
}, e.prototype[
|
|
7254
|
+
}, e.prototype[BO] = function() {
|
|
7255
7255
|
return this;
|
|
7256
7256
|
}, e.prototype.pipe = function() {
|
|
7257
7257
|
for (var n = [], t = 0; t < arguments.length; t++)
|
|
7258
7258
|
n[t] = arguments[t];
|
|
7259
|
-
return
|
|
7259
|
+
return UO(n)(this);
|
|
7260
7260
|
}, e.prototype.toPromise = function(n) {
|
|
7261
7261
|
var t = this;
|
|
7262
7262
|
return n = wp(n), new n(function(a, i) {
|
|
@@ -7275,19 +7275,19 @@ var Ep = function() {
|
|
|
7275
7275
|
}();
|
|
7276
7276
|
function wp(e) {
|
|
7277
7277
|
var n;
|
|
7278
|
-
return (n = e ??
|
|
7278
|
+
return (n = e ?? tg.Promise) !== null && n !== void 0 ? n : Promise;
|
|
7279
7279
|
}
|
|
7280
|
-
function
|
|
7280
|
+
function HO(e) {
|
|
7281
7281
|
return e && Bn(e.next) && Bn(e.error) && Bn(e.complete);
|
|
7282
7282
|
}
|
|
7283
|
-
function
|
|
7284
|
-
return e && e instanceof
|
|
7283
|
+
function GO(e) {
|
|
7284
|
+
return e && e instanceof ng || HO(e) && eg(e);
|
|
7285
7285
|
}
|
|
7286
|
-
var
|
|
7286
|
+
var qO = Zh(function(e) {
|
|
7287
7287
|
return function() {
|
|
7288
7288
|
e(this), this.name = "ObjectUnsubscribedError", this.message = "object unsubscribed";
|
|
7289
7289
|
};
|
|
7290
|
-
}),
|
|
7290
|
+
}), rg = function(e) {
|
|
7291
7291
|
Ui(n, e);
|
|
7292
7292
|
function n() {
|
|
7293
7293
|
var t = e.call(this) || this;
|
|
@@ -7298,7 +7298,7 @@ var GO = Qh(function(e) {
|
|
|
7298
7298
|
return a.operator = t, a;
|
|
7299
7299
|
}, n.prototype._throwIfClosed = function() {
|
|
7300
7300
|
if (this.closed)
|
|
7301
|
-
throw new
|
|
7301
|
+
throw new qO();
|
|
7302
7302
|
}, n.prototype.next = function(t) {
|
|
7303
7303
|
var a = this;
|
|
7304
7304
|
si(function() {
|
|
@@ -7355,7 +7355,7 @@ var GO = Qh(function(e) {
|
|
|
7355
7355
|
return this._throwIfClosed(), this._checkFinalizedStatuses(t), this._innerSubscribe(t);
|
|
7356
7356
|
}, n.prototype._innerSubscribe = function(t) {
|
|
7357
7357
|
var a = this, i = this, s = i.hasError, c = i.isStopped, f = i.observers;
|
|
7358
|
-
return s || c ?
|
|
7358
|
+
return s || c ? Qh : (this.currentObservers = null, f.push(t), new Hi(function() {
|
|
7359
7359
|
a.currentObservers = null, vc(f, t);
|
|
7360
7360
|
}));
|
|
7361
7361
|
}, n.prototype._checkFinalizedStatuses = function(t) {
|
|
@@ -7384,10 +7384,10 @@ var GO = Qh(function(e) {
|
|
|
7384
7384
|
(a = (t = this.destination) === null || t === void 0 ? void 0 : t.complete) === null || a === void 0 || a.call(t);
|
|
7385
7385
|
}, n.prototype._subscribe = function(t) {
|
|
7386
7386
|
var a, i;
|
|
7387
|
-
return (i = (a = this.source) === null || a === void 0 ? void 0 : a.subscribe(t)) !== null && i !== void 0 ? i :
|
|
7387
|
+
return (i = (a = this.source) === null || a === void 0 ? void 0 : a.subscribe(t)) !== null && i !== void 0 ? i : Qh;
|
|
7388
7388
|
}, n;
|
|
7389
|
-
}(
|
|
7390
|
-
const
|
|
7389
|
+
}(rg);
|
|
7390
|
+
const YO = new rg();
|
|
7391
7391
|
var bc = { exports: {} }, Qo = { exports: {} }, $e = {};
|
|
7392
7392
|
/** @license React v16.13.1
|
|
7393
7393
|
* react-is.production.min.js
|
|
@@ -7398,7 +7398,7 @@ var bc = { exports: {} }, Qo = { exports: {} }, $e = {};
|
|
|
7398
7398
|
* LICENSE file in the root directory of this source tree.
|
|
7399
7399
|
*/
|
|
7400
7400
|
var Tp;
|
|
7401
|
-
function
|
|
7401
|
+
function zO() {
|
|
7402
7402
|
if (Tp)
|
|
7403
7403
|
return $e;
|
|
7404
7404
|
Tp = 1;
|
|
@@ -7474,7 +7474,7 @@ var Me = {};
|
|
|
7474
7474
|
* LICENSE file in the root directory of this source tree.
|
|
7475
7475
|
*/
|
|
7476
7476
|
var xp;
|
|
7477
|
-
function
|
|
7477
|
+
function VO() {
|
|
7478
7478
|
return xp || (xp = 1, process.env.NODE_ENV !== "production" && function() {
|
|
7479
7479
|
var e = typeof Symbol == "function" && Symbol.for, n = e ? Symbol.for("react.element") : 60103, t = e ? Symbol.for("react.portal") : 60106, a = e ? Symbol.for("react.fragment") : 60107, i = e ? Symbol.for("react.strict_mode") : 60108, s = e ? Symbol.for("react.profiler") : 60114, c = e ? Symbol.for("react.provider") : 60109, f = e ? Symbol.for("react.context") : 60110, d = e ? Symbol.for("react.async_mode") : 60111, p = e ? Symbol.for("react.concurrent_mode") : 60111, h = e ? Symbol.for("react.forward_ref") : 60112, v = e ? Symbol.for("react.suspense") : 60113, b = e ? Symbol.for("react.suspense_list") : 60120, _ = e ? Symbol.for("react.memo") : 60115, S = e ? Symbol.for("react.lazy") : 60116, w = e ? Symbol.for("react.block") : 60121, P = e ? Symbol.for("react.fundamental") : 60117, A = e ? Symbol.for("react.responder") : 60118, M = e ? Symbol.for("react.scope") : 60119;
|
|
7480
7480
|
function $(I) {
|
|
@@ -7557,8 +7557,8 @@ function zO() {
|
|
|
7557
7557
|
}()), Me;
|
|
7558
7558
|
}
|
|
7559
7559
|
var Cp;
|
|
7560
|
-
function
|
|
7561
|
-
return Cp || (Cp = 1, process.env.NODE_ENV === "production" ? Qo.exports =
|
|
7560
|
+
function ag() {
|
|
7561
|
+
return Cp || (Cp = 1, process.env.NODE_ENV === "production" ? Qo.exports = zO() : Qo.exports = VO()), Qo.exports;
|
|
7562
7562
|
}
|
|
7563
7563
|
/*
|
|
7564
7564
|
object-assign
|
|
@@ -7621,18 +7621,18 @@ function Vc() {
|
|
|
7621
7621
|
return Pu = e, Pu;
|
|
7622
7622
|
}
|
|
7623
7623
|
var Du, Ap;
|
|
7624
|
-
function
|
|
7624
|
+
function og() {
|
|
7625
7625
|
return Ap || (Ap = 1, Du = Function.call.bind(Object.prototype.hasOwnProperty)), Du;
|
|
7626
7626
|
}
|
|
7627
7627
|
var Iu, Pp;
|
|
7628
|
-
function
|
|
7628
|
+
function KO() {
|
|
7629
7629
|
if (Pp)
|
|
7630
7630
|
return Iu;
|
|
7631
7631
|
Pp = 1;
|
|
7632
7632
|
var e = function() {
|
|
7633
7633
|
};
|
|
7634
7634
|
if (process.env.NODE_ENV !== "production") {
|
|
7635
|
-
var n = Vc(), t = {}, a =
|
|
7635
|
+
var n = Vc(), t = {}, a = og();
|
|
7636
7636
|
e = function(s) {
|
|
7637
7637
|
var c = "Warning: " + s;
|
|
7638
7638
|
typeof console < "u" && console.error(c);
|
|
@@ -7675,11 +7675,11 @@ function VO() {
|
|
|
7675
7675
|
}, Iu = i, Iu;
|
|
7676
7676
|
}
|
|
7677
7677
|
var $u, Dp;
|
|
7678
|
-
function
|
|
7678
|
+
function JO() {
|
|
7679
7679
|
if (Dp)
|
|
7680
7680
|
return $u;
|
|
7681
7681
|
Dp = 1;
|
|
7682
|
-
var e =
|
|
7682
|
+
var e = ag(), n = zc(), t = Vc(), a = og(), i = KO(), s = function() {
|
|
7683
7683
|
};
|
|
7684
7684
|
process.env.NODE_ENV !== "production" && (s = function(f) {
|
|
7685
7685
|
var d = "Warning: " + f;
|
|
@@ -7997,7 +7997,7 @@ Valid keys: ` + JSON.stringify(Object.keys(U), null, " ")
|
|
|
7997
7997
|
}, $u;
|
|
7998
7998
|
}
|
|
7999
7999
|
var Mu, Ip;
|
|
8000
|
-
function
|
|
8000
|
+
function XO() {
|
|
8001
8001
|
if (Ip)
|
|
8002
8002
|
return Mu;
|
|
8003
8003
|
Ip = 1;
|
|
@@ -8046,24 +8046,24 @@ function JO() {
|
|
|
8046
8046
|
}, Mu;
|
|
8047
8047
|
}
|
|
8048
8048
|
if (process.env.NODE_ENV !== "production") {
|
|
8049
|
-
var
|
|
8050
|
-
bc.exports =
|
|
8049
|
+
var ZO = ag(), QO = !0;
|
|
8050
|
+
bc.exports = JO()(ZO.isElement, QO);
|
|
8051
8051
|
} else
|
|
8052
|
-
bc.exports =
|
|
8053
|
-
var
|
|
8054
|
-
const Jr = /* @__PURE__ */ Li(
|
|
8052
|
+
bc.exports = XO()();
|
|
8053
|
+
var eR = bc.exports;
|
|
8054
|
+
const Jr = /* @__PURE__ */ Li(eR);
|
|
8055
8055
|
var Hn = /* @__PURE__ */ Ii.createContext(null);
|
|
8056
8056
|
process.env.NODE_ENV !== "production" && (Hn.displayName = "ReactRedux");
|
|
8057
|
-
function
|
|
8057
|
+
function tR(e) {
|
|
8058
8058
|
e();
|
|
8059
8059
|
}
|
|
8060
|
-
var
|
|
8061
|
-
return
|
|
8062
|
-
},
|
|
8063
|
-
return
|
|
8060
|
+
var ig = tR, nR = function(n) {
|
|
8061
|
+
return ig = n;
|
|
8062
|
+
}, rR = function() {
|
|
8063
|
+
return ig;
|
|
8064
8064
|
};
|
|
8065
|
-
function
|
|
8066
|
-
var e =
|
|
8065
|
+
function aR() {
|
|
8066
|
+
var e = rR(), n = null, t = null;
|
|
8067
8067
|
return {
|
|
8068
8068
|
clear: function() {
|
|
8069
8069
|
n = null, t = null;
|
|
@@ -8098,7 +8098,7 @@ var $p = {
|
|
|
8098
8098
|
return [];
|
|
8099
8099
|
}
|
|
8100
8100
|
};
|
|
8101
|
-
function
|
|
8101
|
+
function sg(e, n) {
|
|
8102
8102
|
var t, a = $p;
|
|
8103
8103
|
function i(v) {
|
|
8104
8104
|
return d(), a.subscribe(v);
|
|
@@ -8113,7 +8113,7 @@ function ug(e, n) {
|
|
|
8113
8113
|
return !!t;
|
|
8114
8114
|
}
|
|
8115
8115
|
function d() {
|
|
8116
|
-
t || (t = n ? n.addNestedSub(c) : e.subscribe(c), a =
|
|
8116
|
+
t || (t = n ? n.addNestedSub(c) : e.subscribe(c), a = aR());
|
|
8117
8117
|
}
|
|
8118
8118
|
function p() {
|
|
8119
8119
|
t && (t(), t = void 0, a.clear(), a = $p);
|
|
@@ -8132,9 +8132,9 @@ function ug(e, n) {
|
|
|
8132
8132
|
return h;
|
|
8133
8133
|
}
|
|
8134
8134
|
var _c = typeof window < "u" && typeof window.document < "u" && typeof window.document.createElement < "u" ? Rw : Aw;
|
|
8135
|
-
function
|
|
8135
|
+
function ug(e) {
|
|
8136
8136
|
var n = e.store, t = e.context, a = e.children, i = tc(function() {
|
|
8137
|
-
var f =
|
|
8137
|
+
var f = sg(n);
|
|
8138
8138
|
return {
|
|
8139
8139
|
store: n,
|
|
8140
8140
|
subscription: f
|
|
@@ -8153,7 +8153,7 @@ function cg(e) {
|
|
|
8153
8153
|
value: i
|
|
8154
8154
|
}, a);
|
|
8155
8155
|
}
|
|
8156
|
-
process.env.NODE_ENV !== "production" && (
|
|
8156
|
+
process.env.NODE_ENV !== "production" && (ug.propTypes = {
|
|
8157
8157
|
store: Jr.shape({
|
|
8158
8158
|
subscribe: Jr.func.isRequired,
|
|
8159
8159
|
dispatch: Jr.func.isRequired,
|
|
@@ -8172,7 +8172,7 @@ var Ec = { exports: {} }, Le = {};
|
|
|
8172
8172
|
* LICENSE file in the root directory of this source tree.
|
|
8173
8173
|
*/
|
|
8174
8174
|
var Mp;
|
|
8175
|
-
function
|
|
8175
|
+
function oR() {
|
|
8176
8176
|
if (Mp)
|
|
8177
8177
|
return Le;
|
|
8178
8178
|
Mp = 1;
|
|
@@ -8248,7 +8248,7 @@ var Ne = {};
|
|
|
8248
8248
|
* LICENSE file in the root directory of this source tree.
|
|
8249
8249
|
*/
|
|
8250
8250
|
var Lp;
|
|
8251
|
-
function
|
|
8251
|
+
function iR() {
|
|
8252
8252
|
return Lp || (Lp = 1, process.env.NODE_ENV !== "production" && function() {
|
|
8253
8253
|
var e = typeof Symbol == "function" && Symbol.for, n = e ? Symbol.for("react.element") : 60103, t = e ? Symbol.for("react.portal") : 60106, a = e ? Symbol.for("react.fragment") : 60107, i = e ? Symbol.for("react.strict_mode") : 60108, s = e ? Symbol.for("react.profiler") : 60114, c = e ? Symbol.for("react.provider") : 60109, f = e ? Symbol.for("react.context") : 60110, d = e ? Symbol.for("react.async_mode") : 60111, p = e ? Symbol.for("react.concurrent_mode") : 60111, h = e ? Symbol.for("react.forward_ref") : 60112, v = e ? Symbol.for("react.suspense") : 60113, b = e ? Symbol.for("react.suspense_list") : 60120, _ = e ? Symbol.for("react.memo") : 60115, S = e ? Symbol.for("react.lazy") : 60116, w = e ? Symbol.for("react.block") : 60121, P = e ? Symbol.for("react.fundamental") : 60117, A = e ? Symbol.for("react.responder") : 60118, M = e ? Symbol.for("react.scope") : 60119;
|
|
8254
8254
|
function $(I) {
|
|
@@ -8330,23 +8330,23 @@ function oR() {
|
|
|
8330
8330
|
Ne.AsyncMode = O, Ne.ConcurrentMode = q, Ne.ContextConsumer = G, Ne.ContextProvider = z, Ne.Element = te, Ne.ForwardRef = Ue, Ne.Fragment = xe, Ne.Lazy = st, Ne.Memo = X, Ne.Portal = De, Ne.Profiler = ut, Ne.StrictMode = et, Ne.Suspense = Ge, Ne.isAsyncMode = Kt, Ne.isConcurrentMode = U, Ne.isContextConsumer = Y, Ne.isContextProvider = de, Ne.isElement = fe, Ne.isForwardRef = ie, Ne.isFragment = le, Ne.isLazy = re, Ne.isMemo = ce, Ne.isPortal = ue, Ne.isProfiler = he, Ne.isStrictMode = ge, Ne.isSuspense = K, Ne.isValidElementType = $, Ne.typeOf = N;
|
|
8331
8331
|
}()), Ne;
|
|
8332
8332
|
}
|
|
8333
|
-
process.env.NODE_ENV === "production" ? Ec.exports =
|
|
8334
|
-
var
|
|
8333
|
+
process.env.NODE_ENV === "production" ? Ec.exports = oR() : Ec.exports = iR();
|
|
8334
|
+
var sR = Ec.exports, cg = sR, uR = {
|
|
8335
8335
|
$$typeof: !0,
|
|
8336
8336
|
render: !0,
|
|
8337
8337
|
defaultProps: !0,
|
|
8338
8338
|
displayName: !0,
|
|
8339
8339
|
propTypes: !0
|
|
8340
|
-
},
|
|
8340
|
+
}, cR = {
|
|
8341
8341
|
$$typeof: !0,
|
|
8342
8342
|
compare: !0,
|
|
8343
8343
|
defaultProps: !0,
|
|
8344
8344
|
displayName: !0,
|
|
8345
8345
|
propTypes: !0,
|
|
8346
8346
|
type: !0
|
|
8347
|
-
},
|
|
8348
|
-
|
|
8349
|
-
|
|
8347
|
+
}, fg = {};
|
|
8348
|
+
fg[cg.ForwardRef] = uR;
|
|
8349
|
+
fg[cg.Memo] = cR;
|
|
8350
8350
|
var Be = {};
|
|
8351
8351
|
/** @license React v17.0.2
|
|
8352
8352
|
* react-is.production.min.js
|
|
@@ -8357,7 +8357,7 @@ var Be = {};
|
|
|
8357
8357
|
* LICENSE file in the root directory of this source tree.
|
|
8358
8358
|
*/
|
|
8359
8359
|
var Np;
|
|
8360
|
-
function
|
|
8360
|
+
function fR() {
|
|
8361
8361
|
if (Np)
|
|
8362
8362
|
return Be;
|
|
8363
8363
|
Np = 1;
|
|
@@ -8436,7 +8436,7 @@ var We = {};
|
|
|
8436
8436
|
* LICENSE file in the root directory of this source tree.
|
|
8437
8437
|
*/
|
|
8438
8438
|
var Fp;
|
|
8439
|
-
function
|
|
8439
|
+
function lR() {
|
|
8440
8440
|
return Fp || (Fp = 1, process.env.NODE_ENV !== "production" && function() {
|
|
8441
8441
|
var e = 60103, n = 60106, t = 60107, a = 60108, i = 60114, s = 60109, c = 60110, f = 60112, d = 60113, p = 60120, h = 60115, v = 60116, b = 60121, _ = 60122, S = 60117, w = 60129, P = 60131;
|
|
8442
8442
|
if (typeof Symbol == "function" && Symbol.for) {
|
|
@@ -8521,11 +8521,11 @@ function fR() {
|
|
|
8521
8521
|
We.ContextConsumer = O, We.ContextProvider = q, We.Element = G, We.ForwardRef = z, We.Fragment = te, We.Lazy = Ue, We.Memo = xe, We.Portal = st, We.Profiler = X, We.StrictMode = De, We.Suspense = ut, We.isAsyncMode = rt, We.isConcurrentMode = Kt, We.isContextConsumer = U, We.isContextProvider = Y, We.isElement = de, We.isForwardRef = fe, We.isFragment = ie, We.isLazy = le, We.isMemo = re, We.isPortal = ce, We.isProfiler = ue, We.isStrictMode = he, We.isSuspense = ge, We.isValidElementType = $, We.typeOf = N;
|
|
8522
8522
|
}()), We;
|
|
8523
8523
|
}
|
|
8524
|
-
process.env.NODE_ENV === "production" ?
|
|
8524
|
+
process.env.NODE_ENV === "production" ? fR() : lR();
|
|
8525
8525
|
function kp(e, n) {
|
|
8526
8526
|
return e === n ? e !== 0 || n !== 0 || 1 / e === 1 / n : e !== e && n !== n;
|
|
8527
8527
|
}
|
|
8528
|
-
function
|
|
8528
|
+
function lg(e, n) {
|
|
8529
8529
|
if (kp(e, n))
|
|
8530
8530
|
return !0;
|
|
8531
8531
|
if (typeof e != "object" || e === null || typeof n != "object" || n === null)
|
|
@@ -8538,15 +8538,15 @@ function dg(e, n) {
|
|
|
8538
8538
|
return !1;
|
|
8539
8539
|
return !0;
|
|
8540
8540
|
}
|
|
8541
|
-
function
|
|
8541
|
+
function dg() {
|
|
8542
8542
|
var e = Dc(Hn);
|
|
8543
8543
|
if (process.env.NODE_ENV !== "production" && !e)
|
|
8544
8544
|
throw new Error("could not find react-redux context value; please ensure the component is wrapped in a <Provider>");
|
|
8545
8545
|
return e;
|
|
8546
8546
|
}
|
|
8547
|
-
function
|
|
8547
|
+
function pg(e) {
|
|
8548
8548
|
e === void 0 && (e = Hn);
|
|
8549
|
-
var n = e === Hn ?
|
|
8549
|
+
var n = e === Hn ? dg : function() {
|
|
8550
8550
|
return Dc(e);
|
|
8551
8551
|
};
|
|
8552
8552
|
return function() {
|
|
@@ -8554,23 +8554,23 @@ function hg(e) {
|
|
|
8554
8554
|
return i;
|
|
8555
8555
|
};
|
|
8556
8556
|
}
|
|
8557
|
-
var
|
|
8558
|
-
function
|
|
8557
|
+
var dR = /* @__PURE__ */ pg();
|
|
8558
|
+
function pR(e) {
|
|
8559
8559
|
e === void 0 && (e = Hn);
|
|
8560
|
-
var n = e === Hn ?
|
|
8560
|
+
var n = e === Hn ? dR : pg(e);
|
|
8561
8561
|
return function() {
|
|
8562
8562
|
var a = n();
|
|
8563
8563
|
return a.dispatch;
|
|
8564
8564
|
};
|
|
8565
8565
|
}
|
|
8566
|
-
var
|
|
8566
|
+
var hR = /* @__PURE__ */ pR(), gR = function(n, t) {
|
|
8567
8567
|
return n === t;
|
|
8568
8568
|
};
|
|
8569
|
-
function
|
|
8569
|
+
function vR(e, n, t, a) {
|
|
8570
8570
|
var i = Dw(function(S) {
|
|
8571
8571
|
return S + 1;
|
|
8572
8572
|
}, 0), s = i[1], c = tc(function() {
|
|
8573
|
-
return
|
|
8573
|
+
return sg(t, a);
|
|
8574
8574
|
}, [t, a]), f = Jo(), d = Jo(), p = Jo(), h = Jo(), v = t.getState(), b;
|
|
8575
8575
|
try {
|
|
8576
8576
|
if (e !== d.current || v !== p.current || f.current) {
|
|
@@ -8607,13 +8607,13 @@ The error may be correlated with this previous error:
|
|
|
8607
8607
|
};
|
|
8608
8608
|
}, [t, c]), b;
|
|
8609
8609
|
}
|
|
8610
|
-
function
|
|
8610
|
+
function mR(e) {
|
|
8611
8611
|
e === void 0 && (e = Hn);
|
|
8612
|
-
var n = e === Hn ?
|
|
8612
|
+
var n = e === Hn ? dg : function() {
|
|
8613
8613
|
return Dc(e);
|
|
8614
8614
|
};
|
|
8615
8615
|
return function(a, i) {
|
|
8616
|
-
if (i === void 0 && (i =
|
|
8616
|
+
if (i === void 0 && (i = gR), process.env.NODE_ENV !== "production") {
|
|
8617
8617
|
if (!a)
|
|
8618
8618
|
throw new Error("You must pass a selector to useSelector");
|
|
8619
8619
|
if (typeof a != "function")
|
|
@@ -8621,22 +8621,22 @@ function vR(e) {
|
|
|
8621
8621
|
if (typeof i != "function")
|
|
8622
8622
|
throw new Error("You must pass a function as an equality function to useSelector");
|
|
8623
8623
|
}
|
|
8624
|
-
var s = n(), c = s.store, f = s.subscription, d =
|
|
8624
|
+
var s = n(), c = s.store, f = s.subscription, d = vR(a, i, c, f);
|
|
8625
8625
|
return Pw(d), d;
|
|
8626
8626
|
};
|
|
8627
8627
|
}
|
|
8628
|
-
var
|
|
8629
|
-
|
|
8630
|
-
const
|
|
8628
|
+
var yR = /* @__PURE__ */ mR();
|
|
8629
|
+
nR(Iw);
|
|
8630
|
+
const qP = () => hR(), fr = yR, Kc = W(
|
|
8631
8631
|
(e) => e,
|
|
8632
8632
|
(e) => e.catalog.state === "loaded" ? e.catalog.model : null
|
|
8633
|
-
),
|
|
8633
|
+
), YP = W(
|
|
8634
8634
|
(e) => e,
|
|
8635
8635
|
({ catalog: e }) => e.state
|
|
8636
|
-
),
|
|
8637
|
-
|
|
8636
|
+
), bR = W(Kc, (e) => e ? e.dataClasses : []), zP = W(Kc, (e) => e ? e.singletons : []), VP = W(
|
|
8637
|
+
bR,
|
|
8638
8638
|
(e) => Object.values(e).filter(({ virtual: n }) => n)
|
|
8639
|
-
),
|
|
8639
|
+
), KP = W(Kc, (e) => e ? e.methods : []), hg = (e) => W(
|
|
8640
8640
|
(n) => n,
|
|
8641
8641
|
(n) => {
|
|
8642
8642
|
switch (n.catalog.state) {
|
|
@@ -8647,29 +8647,29 @@ const GP = () => pR(), fr = mR, Kc = W(
|
|
|
8647
8647
|
return [];
|
|
8648
8648
|
}
|
|
8649
8649
|
}
|
|
8650
|
-
),
|
|
8651
|
-
|
|
8650
|
+
), JP = (e) => fr(hg(e), lg), _R = (e, n) => W(
|
|
8651
|
+
hg(e),
|
|
8652
8652
|
(t) => t.find((a) => `${a.applyTo}.${a.name}` === n)
|
|
8653
|
-
),
|
|
8654
|
-
|
|
8655
|
-
|
|
8656
|
-
),
|
|
8653
|
+
), XP = (e, n, t) => fr(
|
|
8654
|
+
_R(e, `${t}.${n}`),
|
|
8655
|
+
lg
|
|
8656
|
+
), ER = W(
|
|
8657
8657
|
(e) => e,
|
|
8658
8658
|
(e) => e
|
|
8659
|
-
),
|
|
8659
|
+
), ZP = (e) => W(lr, (n) => {
|
|
8660
8660
|
var i;
|
|
8661
8661
|
const t = n.tabs.find(({ path: s }) => s === e), a = t == null ? void 0 : t.content.components;
|
|
8662
8662
|
return !t || !a ? [] : (i = Object.keys(a)) == null ? void 0 : i.map((s) => ({
|
|
8663
8663
|
id: s,
|
|
8664
8664
|
...a[s]
|
|
8665
8665
|
}));
|
|
8666
|
-
}),
|
|
8666
|
+
}), wR = (e) => W(lr, (n) => {
|
|
8667
8667
|
var a, i;
|
|
8668
8668
|
const t = n.tabs.find(
|
|
8669
8669
|
({ path: s }) => s === e
|
|
8670
8670
|
);
|
|
8671
8671
|
return ((i = (a = t == null ? void 0 : t.content) == null ? void 0 : a.metadata) == null ? void 0 : i.datasources) || [];
|
|
8672
|
-
}),
|
|
8672
|
+
}), QP = (e, n, t) => W(ER, (a) => {
|
|
8673
8673
|
var i, s;
|
|
8674
8674
|
if (n) {
|
|
8675
8675
|
const c = a.sharedDatasources.sources[n];
|
|
@@ -8678,17 +8678,17 @@ const GP = () => pR(), fr = mR, Kc = W(
|
|
|
8678
8678
|
const c = a.root.tabs.find((d) => d.path === t);
|
|
8679
8679
|
return c ? (s = (i = c.content.metadata) == null ? void 0 : i.datasources) == null ? void 0 : s.find((d) => d.id === e) : void 0;
|
|
8680
8680
|
}
|
|
8681
|
-
}),
|
|
8681
|
+
}), SR = W(
|
|
8682
8682
|
(e) => e,
|
|
8683
8683
|
(e) => {
|
|
8684
8684
|
var n;
|
|
8685
8685
|
return ((n = e.sharedDatasources) == null ? void 0 : n.sources) || [];
|
|
8686
8686
|
}
|
|
8687
|
-
),
|
|
8688
|
-
|
|
8689
|
-
|
|
8687
|
+
), eD = (e, n, t, a) => W(
|
|
8688
|
+
wR(e),
|
|
8689
|
+
SR,
|
|
8690
8690
|
(i, s) => {
|
|
8691
|
-
const c =
|
|
8691
|
+
const c = Ae.flatten(Ae.values(s)), f = [
|
|
8692
8692
|
...n !== "private" ? i : [],
|
|
8693
8693
|
...n !== "shared" ? c : []
|
|
8694
8694
|
];
|
|
@@ -8700,7 +8700,7 @@ const GP = () => pR(), fr = mR, Kc = W(
|
|
|
8700
8700
|
) || t.includes("objectFromArray") && d.dataType === "object" && d.from))
|
|
8701
8701
|
) : f;
|
|
8702
8702
|
}
|
|
8703
|
-
),
|
|
8703
|
+
), tD = W(
|
|
8704
8704
|
(e) => e.debugger,
|
|
8705
8705
|
(e) => e.meta
|
|
8706
8706
|
), fa = W(
|
|
@@ -8709,24 +8709,24 @@ const GP = () => pR(), fr = mR, Kc = W(
|
|
|
8709
8709
|
), jt = W(
|
|
8710
8710
|
(e) => e.debugger,
|
|
8711
8711
|
(e) => e.sessions
|
|
8712
|
-
),
|
|
8712
|
+
), nD = W(
|
|
8713
8713
|
jt,
|
|
8714
8714
|
(e) => e.length
|
|
8715
8715
|
), na = (e, n, t, a) => e.find(
|
|
8716
8716
|
(i) => i.filePath === n && i.methodName === t && (!a || i.className === a)
|
|
8717
|
-
), dt = (e, n) => e.find((t) => t.threadId === n),
|
|
8717
|
+
), dt = (e, n) => e.find((t) => t.threadId === n), TR = (e, n) => e.find((t) => t.tabPath === n), rD = (e, n) => W(
|
|
8718
8718
|
fa,
|
|
8719
8719
|
(t) => {
|
|
8720
8720
|
var a;
|
|
8721
8721
|
return ((a = na(t, e, n)) == null ? void 0 : a.breakpoints.saved.locations) || [];
|
|
8722
8722
|
}
|
|
8723
|
-
),
|
|
8723
|
+
), aD = (e, n) => W(
|
|
8724
8724
|
fa,
|
|
8725
8725
|
(t) => {
|
|
8726
8726
|
var a;
|
|
8727
8727
|
return ((a = na(t, e, n)) == null ? void 0 : a.breakpoints.draft.locations) || [];
|
|
8728
8728
|
}
|
|
8729
|
-
),
|
|
8729
|
+
), oD = (e) => W(fa, (n) => n.filter((t) => t.filePath === e).reduce(
|
|
8730
8730
|
(t, a) => [
|
|
8731
8731
|
...t,
|
|
8732
8732
|
...a.breakpoints.saved.locations.map((i) => ({
|
|
@@ -8735,7 +8735,7 @@ const GP = () => pR(), fr = mR, Kc = W(
|
|
|
8735
8735
|
}))
|
|
8736
8736
|
],
|
|
8737
8737
|
[]
|
|
8738
|
-
).sort((t, a) => t.line - a.line)),
|
|
8738
|
+
).sort((t, a) => t.line - a.line)), iD = (e) => W(fa, (n) => n.filter((t) => t.filePath === e).reduce(
|
|
8739
8739
|
(t, a) => [
|
|
8740
8740
|
...t,
|
|
8741
8741
|
...a.breakpoints.draft.locations.map((i) => ({
|
|
@@ -8744,76 +8744,76 @@ const GP = () => pR(), fr = mR, Kc = W(
|
|
|
8744
8744
|
}))
|
|
8745
8745
|
],
|
|
8746
8746
|
[]
|
|
8747
|
-
).sort((t, a) => t.line - a.line)),
|
|
8747
|
+
).sort((t, a) => t.line - a.line)), sD = (e) => W(jt, (n) => {
|
|
8748
8748
|
const t = dt(n, e);
|
|
8749
8749
|
return t != null && t.stopped ? t.highlightedLines : null;
|
|
8750
|
-
}),
|
|
8750
|
+
}), uD = (e) => W(jt, (n) => {
|
|
8751
8751
|
const t = dt(n, e);
|
|
8752
8752
|
return t != null && t.stopped ? t.activeLine : null;
|
|
8753
|
-
}),
|
|
8753
|
+
}), cD = (e) => W(
|
|
8754
8754
|
jt,
|
|
8755
8755
|
(n) => {
|
|
8756
8756
|
var t;
|
|
8757
8757
|
return ((t = dt(n, e)) == null ? void 0 : t.expressions) || [];
|
|
8758
8758
|
}
|
|
8759
|
-
),
|
|
8759
|
+
), fD = (e) => W(
|
|
8760
8760
|
jt,
|
|
8761
8761
|
(n) => {
|
|
8762
8762
|
var t;
|
|
8763
8763
|
return ((t = dt(n, e)) == null ? void 0 : t.stopped) || !1;
|
|
8764
8764
|
}
|
|
8765
|
-
),
|
|
8765
|
+
), lD = (e, n) => W(
|
|
8766
8766
|
fa,
|
|
8767
8767
|
(t) => {
|
|
8768
8768
|
var a;
|
|
8769
8769
|
return (a = na(t, e, n)) == null ? void 0 : a.source;
|
|
8770
8770
|
}
|
|
8771
|
-
),
|
|
8771
|
+
), dD = (e) => W(
|
|
8772
8772
|
jt,
|
|
8773
8773
|
(n) => {
|
|
8774
8774
|
var t;
|
|
8775
|
-
return ((t =
|
|
8775
|
+
return ((t = TR(n, e)) == null ? void 0 : t.threadId) || -1;
|
|
8776
8776
|
}
|
|
8777
|
-
),
|
|
8777
|
+
), pD = (e) => W(
|
|
8778
8778
|
jt,
|
|
8779
8779
|
(n) => {
|
|
8780
8780
|
var t, a;
|
|
8781
8781
|
return (a = (t = dt(n, e)) == null ? void 0 : t.currentStackFrame) == null ? void 0 : a.source;
|
|
8782
8782
|
}
|
|
8783
|
-
),
|
|
8783
|
+
), hD = (e) => W(
|
|
8784
8784
|
jt,
|
|
8785
8785
|
(n) => {
|
|
8786
8786
|
var t;
|
|
8787
8787
|
return (t = dt(n, e)) == null ? void 0 : t.currentStackFrame;
|
|
8788
8788
|
}
|
|
8789
|
-
),
|
|
8789
|
+
), gD = W(
|
|
8790
8790
|
jt,
|
|
8791
8791
|
(e) => e.map(({ channelId: n, threadId: t }) => ({
|
|
8792
8792
|
id: n,
|
|
8793
8793
|
threadId: t
|
|
8794
8794
|
}))
|
|
8795
|
-
),
|
|
8795
|
+
), vD = (e) => W(
|
|
8796
8796
|
jt,
|
|
8797
8797
|
(n) => {
|
|
8798
8798
|
var t;
|
|
8799
8799
|
return ((t = dt(n, e)) == null ? void 0 : t.stackFrames) || [];
|
|
8800
8800
|
}
|
|
8801
|
-
),
|
|
8801
|
+
), mD = (e) => W(
|
|
8802
8802
|
jt,
|
|
8803
8803
|
(n) => {
|
|
8804
8804
|
var t, a;
|
|
8805
8805
|
return ((a = (t = dt(n, e)) == null ? void 0 : t.variables) == null ? void 0 : a.callchain) || [];
|
|
8806
8806
|
}
|
|
8807
|
-
),
|
|
8807
|
+
), yD = (e) => W(
|
|
8808
8808
|
jt,
|
|
8809
8809
|
(n) => {
|
|
8810
8810
|
var t, a;
|
|
8811
8811
|
return ((a = (t = dt(n, e)) == null ? void 0 : t.variables) == null ? void 0 : a.expressions) || [];
|
|
8812
8812
|
}
|
|
8813
|
-
),
|
|
8813
|
+
), bD = (e, n = "saved") => W(fa, (t) => {
|
|
8814
8814
|
const a = t.find((i) => i.filePath === e);
|
|
8815
8815
|
return (a == null ? void 0 : a.breakpoints[n].offset) || 0;
|
|
8816
|
-
}),
|
|
8816
|
+
}), _D = (e, n, t, a) => W(jt, (i) => {
|
|
8817
8817
|
var p;
|
|
8818
8818
|
const s = ((p = dt(i, e)) == null ? void 0 : p.exceptions) || [], c = n === j.CLASS, f = c && a ? `${a}.${t}` : t;
|
|
8819
8819
|
return (f ? s.filter((h) => h.location === f) : s).map((h) => ({
|
|
@@ -8824,40 +8824,40 @@ const GP = () => pR(), fr = mR, Kc = W(
|
|
|
8824
8824
|
}), lr = W(
|
|
8825
8825
|
(e) => e.root,
|
|
8826
8826
|
(e) => e
|
|
8827
|
-
), Ka = W(lr, (e) => e.tabs),
|
|
8827
|
+
), Ka = W(lr, (e) => e.tabs), ED = W(
|
|
8828
8828
|
lr,
|
|
8829
8829
|
(e) => e.activeTab
|
|
8830
|
-
),
|
|
8830
|
+
), wD = W(
|
|
8831
8831
|
lr,
|
|
8832
8832
|
(e) => e.recent.filter(({ type: n }) => n !== j.DEBUGGER)
|
|
8833
|
-
),
|
|
8833
|
+
), xR = W(
|
|
8834
8834
|
lr,
|
|
8835
8835
|
({ tabs: e, activeTab: n }) => e.find(({ path: t }) => t === n)
|
|
8836
|
-
),
|
|
8836
|
+
), SD = W(lr, ({ tabs: e }) => e.reduce((t, a) => (a == null ? void 0 : a.weight) > ((t == null ? void 0 : t.weight) || 0) ? a : t, null)), TD = W(
|
|
8837
8837
|
Ka,
|
|
8838
8838
|
(e) => e.filter(
|
|
8839
8839
|
({ type: n, flags: t }) => n === j.WEBFORM && t.enabled === !1
|
|
8840
8840
|
).map(({ path: n }) => n)
|
|
8841
|
-
),
|
|
8841
|
+
), xD = W(
|
|
8842
8842
|
Ka,
|
|
8843
8843
|
(e) => e.length > 0
|
|
8844
8844
|
), $r = (e) => W(
|
|
8845
8845
|
lr,
|
|
8846
8846
|
(n) => n.tabs.find(({ path: t }) => t === e)
|
|
8847
|
-
),
|
|
8848
|
-
|
|
8847
|
+
), CR = (e, n = "") => W($r(e), (t) => !t || !t.content || typeof t.content == "string" ? t == null ? void 0 : t.content : Ae.get(t.content, n)), CD = (e) => W($r(e), (n) => n == null ? void 0 : n.extra), OD = (e, n = (t) => t) => W(
|
|
8848
|
+
CR(e, "components"),
|
|
8849
8849
|
(t) => n(t || {})
|
|
8850
|
-
),
|
|
8850
|
+
), gg = W(
|
|
8851
8851
|
Ka,
|
|
8852
8852
|
(e) => e.filter((n) => n.flags.touched)
|
|
8853
|
-
), OD = W(
|
|
8854
|
-
vg,
|
|
8855
|
-
(e) => e.length
|
|
8856
8853
|
), RD = W(
|
|
8854
|
+
gg,
|
|
8855
|
+
(e) => e.length
|
|
8856
|
+
), AD = W(
|
|
8857
8857
|
jt,
|
|
8858
8858
|
(e) => e.map(
|
|
8859
8859
|
({ threadId: n, currentStackFrame: { source: t }, tabPath: a }) => ({
|
|
8860
|
-
name:
|
|
8860
|
+
name: fO(n, t),
|
|
8861
8861
|
path: a,
|
|
8862
8862
|
type: j.DEBUGGER,
|
|
8863
8863
|
content: t == null ? void 0 : t.content,
|
|
@@ -8865,91 +8865,87 @@ const GP = () => pR(), fr = mR, Kc = W(
|
|
|
8865
8865
|
extra: { source: t }
|
|
8866
8866
|
})
|
|
8867
8867
|
)
|
|
8868
|
-
),
|
|
8868
|
+
), PD = W(
|
|
8869
8869
|
(e) => e,
|
|
8870
8870
|
(e) => e.explorer || []
|
|
8871
|
-
),
|
|
8871
|
+
), OR = W(
|
|
8872
8872
|
(e) => e,
|
|
8873
8873
|
(e) => e.explorer.find((n) => n.path === Qe.WEBFORMS)
|
|
8874
|
-
),
|
|
8874
|
+
), RR = W(
|
|
8875
8875
|
(e) => e,
|
|
8876
8876
|
(e) => e.explorer.find((n) => n.path === Qe.METHODS)
|
|
8877
|
-
),
|
|
8877
|
+
), AR = W(
|
|
8878
8878
|
(e) => e,
|
|
8879
8879
|
(e) => e.explorer.find((n) => n.path === Qe.CLASSES)
|
|
8880
|
-
), PD = W(
|
|
8881
|
-
OR,
|
|
8882
|
-
(e) => (e == null ? void 0 : e.children) || []
|
|
8883
8880
|
), DD = W(
|
|
8884
|
-
|
|
8881
|
+
RR,
|
|
8885
8882
|
(e) => (e == null ? void 0 : e.children) || []
|
|
8886
8883
|
), ID = W(
|
|
8887
|
-
|
|
8884
|
+
OR,
|
|
8888
8885
|
(e) => (e == null ? void 0 : e.children) || []
|
|
8889
8886
|
), $D = W(
|
|
8887
|
+
AR,
|
|
8888
|
+
(e) => (e == null ? void 0 : e.children) || []
|
|
8889
|
+
), MD = W(
|
|
8890
8890
|
(e) => e.modals,
|
|
8891
8891
|
(e) => e.list
|
|
8892
|
-
),
|
|
8892
|
+
), LD = W(
|
|
8893
8893
|
(e) => e.roles,
|
|
8894
8894
|
(e) => tf(e)
|
|
8895
|
-
),
|
|
8895
|
+
), ND = W(
|
|
8896
8896
|
(e) => e.roles,
|
|
8897
8897
|
({ roles: e }) => e
|
|
8898
|
-
),
|
|
8898
|
+
), FD = W(
|
|
8899
8899
|
(e) => e.roles,
|
|
8900
8900
|
({ privileges: e }) => e
|
|
8901
|
-
),
|
|
8901
|
+
), kD = W(
|
|
8902
8902
|
(e) => e.roles,
|
|
8903
8903
|
({ privileges: e }) => Object.values(e).find(({ privilege: n }) => n === "guest")
|
|
8904
|
-
),
|
|
8904
|
+
), jD = W(
|
|
8905
8905
|
(e) => e.roles,
|
|
8906
8906
|
({ flags: e }) => e
|
|
8907
|
-
),
|
|
8907
|
+
), BD = W(
|
|
8908
8908
|
(e) => e.roles,
|
|
8909
8909
|
({ selectedTab: e }) => e
|
|
8910
|
-
),
|
|
8910
|
+
), WD = W(
|
|
8911
8911
|
(e) => e.roles,
|
|
8912
8912
|
({ forceLogin: e }) => e
|
|
8913
|
-
),
|
|
8913
|
+
), UD = W(
|
|
8914
8914
|
(e) => e.roles,
|
|
8915
8915
|
({ date: e }) => e
|
|
8916
8916
|
), Ja = W(
|
|
8917
8917
|
(e) => e.settings,
|
|
8918
8918
|
(e) => e.session
|
|
8919
|
-
),
|
|
8920
|
-
Ja,
|
|
8921
|
-
(n) => e.length > 0 ? Pe.pick(n, e) : n
|
|
8922
|
-
), HD = (e) => W(
|
|
8919
|
+
), HD = (...e) => W(
|
|
8923
8920
|
Ja,
|
|
8924
|
-
(n) => n
|
|
8925
|
-
), GD = (e) => W(
|
|
8926
|
-
|
|
8927
|
-
|
|
8928
|
-
), AR = W(
|
|
8921
|
+
(n) => e.length > 0 ? Ae.pick(n, e) : n
|
|
8922
|
+
), GD = (e) => W(Ja, (n) => n[e]), qD = (e) => W(Ja, (n) => [
|
|
8923
|
+
"states"
|
|
8924
|
+
].includes(e) ? !0 : !!n[`features.experimental.${e}`]), PR = W(
|
|
8929
8925
|
(e) => e.settings,
|
|
8930
8926
|
(e) => e.project
|
|
8931
|
-
),
|
|
8927
|
+
), YD = W(
|
|
8932
8928
|
(e) => e.settings,
|
|
8933
8929
|
(e) => e
|
|
8934
|
-
),
|
|
8930
|
+
), vg = W(
|
|
8935
8931
|
(e) => e.settings,
|
|
8936
8932
|
(e) => e.server
|
|
8937
|
-
), YD = W(
|
|
8938
|
-
mg,
|
|
8939
|
-
(e) => e.remoteDebuggerMode
|
|
8940
8933
|
), zD = W(
|
|
8941
|
-
|
|
8942
|
-
(e) => e.
|
|
8934
|
+
vg,
|
|
8935
|
+
(e) => e.remoteDebuggerMode
|
|
8943
8936
|
), VD = W(
|
|
8937
|
+
vg,
|
|
8938
|
+
(e) => e.qodly
|
|
8939
|
+
), KD = W(
|
|
8944
8940
|
Ja,
|
|
8945
8941
|
(e) => e["monaco.zoom"]
|
|
8946
|
-
), KD = W(
|
|
8947
|
-
AR,
|
|
8948
|
-
(e) => e["webforms.i18n"]
|
|
8949
8942
|
), JD = W(
|
|
8943
|
+
PR,
|
|
8944
|
+
(e) => e["webforms.i18n"]
|
|
8945
|
+
), XD = W(
|
|
8950
8946
|
Ja,
|
|
8951
8947
|
(e) => e["webforms.i18n.current"]
|
|
8952
|
-
),
|
|
8948
|
+
), DR = [
|
|
8953
8949
|
"rounded-full",
|
|
8954
8950
|
"rounded-lg",
|
|
8955
8951
|
"border-gray-400",
|
|
@@ -8983,20 +8979,20 @@ const GP = () => pR(), fr = mR, Kc = W(
|
|
|
8983
8979
|
"shadow-lg",
|
|
8984
8980
|
"shadow-xl",
|
|
8985
8981
|
"shadow-2xl"
|
|
8986
|
-
],
|
|
8982
|
+
], mg = DR.map((e) => ({
|
|
8987
8983
|
id: kc(),
|
|
8988
8984
|
content: "",
|
|
8989
8985
|
name: e,
|
|
8990
8986
|
parentId: null,
|
|
8991
8987
|
scope: ea.THEME
|
|
8992
|
-
})),
|
|
8988
|
+
})), yg = (e) => W(
|
|
8993
8989
|
$r(e),
|
|
8994
8990
|
(n) => {
|
|
8995
8991
|
var t, a;
|
|
8996
8992
|
return ((a = (t = n == null ? void 0 : n.content) == null ? void 0 : t.metadata) == null ? void 0 : a.styles) || [];
|
|
8997
8993
|
}
|
|
8998
|
-
),
|
|
8999
|
-
|
|
8994
|
+
), ZD = (e, n) => W(
|
|
8995
|
+
yg(e),
|
|
9000
8996
|
(t) => n.map((a) => {
|
|
9001
8997
|
switch (!0) {
|
|
9002
8998
|
case a === ea.LOCAL:
|
|
@@ -9005,21 +9001,21 @@ const GP = () => pR(), fr = mR, Kc = W(
|
|
|
9005
9001
|
scope: ea.LOCAL
|
|
9006
9002
|
}));
|
|
9007
9003
|
case a === ea.THEME:
|
|
9008
|
-
return
|
|
9004
|
+
return mg;
|
|
9009
9005
|
default:
|
|
9010
9006
|
return [];
|
|
9011
9007
|
}
|
|
9012
9008
|
}).flat()
|
|
9013
|
-
),
|
|
9014
|
-
|
|
9009
|
+
), QD = (e) => W(
|
|
9010
|
+
yg(e),
|
|
9015
9011
|
(n) => [
|
|
9016
9012
|
...n.map((t) => ({
|
|
9017
9013
|
...t,
|
|
9018
9014
|
scope: ea.LOCAL
|
|
9019
9015
|
})),
|
|
9020
|
-
...
|
|
9016
|
+
...mg
|
|
9021
9017
|
]
|
|
9022
|
-
),
|
|
9018
|
+
), eI = W(
|
|
9023
9019
|
(e) => e,
|
|
9024
9020
|
(e) => {
|
|
9025
9021
|
var n;
|
|
@@ -9030,8 +9026,8 @@ const GP = () => pR(), fr = mR, Kc = W(
|
|
|
9030
9026
|
}))
|
|
9031
9027
|
];
|
|
9032
9028
|
}
|
|
9033
|
-
),
|
|
9034
|
-
|
|
9029
|
+
), tI = (e) => W($r(e), (n) => n == null ? void 0 : n.flags), nI = (e) => W($r(e), (n) => n == null ? void 0 : n.history), rI = W(
|
|
9030
|
+
xR,
|
|
9035
9031
|
(e) => {
|
|
9036
9032
|
const n = e != null && e.history ? e.history.active > 0 : !1, t = e != null && e.history ? e.history.active < e.history.stack.length - 1 : !1;
|
|
9037
9033
|
return { canUndo: n, canRedo: t };
|
|
@@ -9039,66 +9035,66 @@ const GP = () => pR(), fr = mR, Kc = W(
|
|
|
9039
9035
|
), Gi = W(
|
|
9040
9036
|
(e) => e.webforms,
|
|
9041
9037
|
(e) => e
|
|
9042
|
-
),
|
|
9038
|
+
), IR = W(
|
|
9043
9039
|
Gi,
|
|
9044
9040
|
(e) => (e == null ? void 0 : e.components) || []
|
|
9045
9041
|
), Jc = W(
|
|
9046
9042
|
Gi,
|
|
9047
9043
|
(e) => e.inspector
|
|
9048
|
-
),
|
|
9044
|
+
), aI = W(
|
|
9049
9045
|
Jc,
|
|
9050
9046
|
(e) => e.css
|
|
9051
|
-
),
|
|
9047
|
+
), oI = W(
|
|
9052
9048
|
Jc,
|
|
9053
9049
|
(e) => e.datasource
|
|
9054
|
-
),
|
|
9050
|
+
), $R = W(
|
|
9055
9051
|
Gi,
|
|
9056
9052
|
(e) => e.templates || {
|
|
9057
9053
|
data: []
|
|
9058
9054
|
}
|
|
9059
|
-
),
|
|
9060
|
-
|
|
9055
|
+
), iI = W(
|
|
9056
|
+
$R,
|
|
9061
9057
|
(e) => e.data || []
|
|
9062
|
-
),
|
|
9063
|
-
|
|
9058
|
+
), sI = (e) => W(
|
|
9059
|
+
IR,
|
|
9064
9060
|
(n) => n.find((t) => t.id === e)
|
|
9065
|
-
),
|
|
9061
|
+
), uI = (e) => W(Jc, (n) => n[e]), cI = W(
|
|
9066
9062
|
Gi,
|
|
9067
9063
|
(e) => e.datasources.theme
|
|
9068
|
-
),
|
|
9064
|
+
), fI = W(
|
|
9069
9065
|
(e) => e.catalog,
|
|
9070
9066
|
(e) => e.sharedDatasources,
|
|
9071
9067
|
(e) => e.sharedCSS,
|
|
9072
9068
|
(e, n, t) => [e.state, n.state, t.state].every(
|
|
9073
9069
|
(a) => ["loaded", "error"].includes(a)
|
|
9074
9070
|
)
|
|
9075
|
-
),
|
|
9071
|
+
), bg = { label: "Base", id: "root" }, MR = (e, n = []) => W($r(e), (t) => {
|
|
9076
9072
|
var i, s;
|
|
9077
9073
|
return (((s = (i = t == null ? void 0 : t.content) == null ? void 0 : i.metadata) == null ? void 0 : s.states) || [
|
|
9078
|
-
|
|
9074
|
+
bg
|
|
9079
9075
|
]).filter(({ id: c }) => !n.includes(c));
|
|
9080
|
-
}),
|
|
9081
|
-
|
|
9076
|
+
}), lI = (e, n = []) => W(
|
|
9077
|
+
MR(e, n),
|
|
9082
9078
|
(t) => t.map(({ label: a }) => a)
|
|
9083
|
-
),
|
|
9079
|
+
), dI = (e) => W($r(e), (n) => {
|
|
9084
9080
|
var t, a;
|
|
9085
9081
|
return ((a = (t = n == null ? void 0 : n.content) == null ? void 0 : t.metadata) == null ? void 0 : a.defaultStates) || [];
|
|
9086
|
-
}),
|
|
9082
|
+
}), pI = W(
|
|
9087
9083
|
(e) => e,
|
|
9088
9084
|
(e) => {
|
|
9089
9085
|
var n;
|
|
9090
9086
|
return ((n = e.savedConditions) == null ? void 0 : n.conditions) || [];
|
|
9091
9087
|
}
|
|
9092
9088
|
);
|
|
9093
|
-
var
|
|
9094
|
-
function
|
|
9089
|
+
var _g = /* @__PURE__ */ ((e) => (e.SHOW_AFTER_TIMEOUT = "show_after_timeout", e.HIDE_AFTER_TIMEOUT = "hide_after_timeout", e))(_g || {}), Eg = /* @__PURE__ */ ((e) => (e.NONE = "none", e.SAVE_ALL_AND_PROCEED = "saved_all_and_proceed", e.PROCEED = "proceed", e))(Eg || {}), wg = /* @__PURE__ */ ((e) => (e.AIRY = "airy", e.COMPACT = "neutral", e))(wg || {}), ei, LR = new Uint8Array(16);
|
|
9090
|
+
function Sg() {
|
|
9095
9091
|
if (!ei && (ei = typeof crypto < "u" && crypto.getRandomValues && crypto.getRandomValues.bind(crypto) || typeof msCrypto < "u" && typeof msCrypto.getRandomValues == "function" && msCrypto.getRandomValues.bind(msCrypto), !ei))
|
|
9096
9092
|
throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");
|
|
9097
|
-
return ei(
|
|
9093
|
+
return ei(LR);
|
|
9098
9094
|
}
|
|
9099
|
-
const
|
|
9095
|
+
const NR = /^(?:[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|00000000-0000-0000-0000-000000000000)$/i;
|
|
9100
9096
|
function qi(e) {
|
|
9101
|
-
return typeof e == "string" &&
|
|
9097
|
+
return typeof e == "string" && NR.test(e);
|
|
9102
9098
|
}
|
|
9103
9099
|
var yt = [];
|
|
9104
9100
|
for (var Lu = 0; Lu < 256; ++Lu)
|
|
@@ -9110,12 +9106,12 @@ function Yi(e) {
|
|
|
9110
9106
|
return t;
|
|
9111
9107
|
}
|
|
9112
9108
|
var jp, Nu, Fu = 0, ku = 0;
|
|
9113
|
-
function
|
|
9109
|
+
function FR(e, n, t) {
|
|
9114
9110
|
var a = n && t || 0, i = n || new Array(16);
|
|
9115
9111
|
e = e || {};
|
|
9116
9112
|
var s = e.node || jp, c = e.clockseq !== void 0 ? e.clockseq : Nu;
|
|
9117
9113
|
if (s == null || c == null) {
|
|
9118
|
-
var f = e.random || (e.rng ||
|
|
9114
|
+
var f = e.random || (e.rng || Sg)();
|
|
9119
9115
|
s == null && (s = jp = [f[0] | 1, f[1], f[2], f[3], f[4], f[5]]), c == null && (c = Nu = (f[6] << 8 | f[7]) & 16383);
|
|
9120
9116
|
}
|
|
9121
9117
|
var d = e.msecs !== void 0 ? e.msecs : Date.now(), p = e.nsecs !== void 0 ? e.nsecs : ku + 1, h = d - Fu + (p - ku) / 1e4;
|
|
@@ -9130,22 +9126,22 @@ function NR(e, n, t) {
|
|
|
9130
9126
|
i[a + _] = s[_];
|
|
9131
9127
|
return n || Yi(i);
|
|
9132
9128
|
}
|
|
9133
|
-
function
|
|
9129
|
+
function Tg(e) {
|
|
9134
9130
|
if (!qi(e))
|
|
9135
9131
|
throw TypeError("Invalid UUID");
|
|
9136
9132
|
var n, t = new Uint8Array(16);
|
|
9137
9133
|
return t[0] = (n = parseInt(e.slice(0, 8), 16)) >>> 24, t[1] = n >>> 16 & 255, t[2] = n >>> 8 & 255, t[3] = n & 255, t[4] = (n = parseInt(e.slice(9, 13), 16)) >>> 8, t[5] = n & 255, t[6] = (n = parseInt(e.slice(14, 18), 16)) >>> 8, t[7] = n & 255, t[8] = (n = parseInt(e.slice(19, 23), 16)) >>> 8, t[9] = n & 255, t[10] = (n = parseInt(e.slice(24, 36), 16)) / 1099511627776 & 255, t[11] = n / 4294967296 & 255, t[12] = n >>> 24 & 255, t[13] = n >>> 16 & 255, t[14] = n >>> 8 & 255, t[15] = n & 255, t;
|
|
9138
9134
|
}
|
|
9139
|
-
function
|
|
9135
|
+
function kR(e) {
|
|
9140
9136
|
e = unescape(encodeURIComponent(e));
|
|
9141
9137
|
for (var n = [], t = 0; t < e.length; ++t)
|
|
9142
9138
|
n.push(e.charCodeAt(t));
|
|
9143
9139
|
return n;
|
|
9144
9140
|
}
|
|
9145
|
-
var
|
|
9146
|
-
function
|
|
9141
|
+
var jR = "6ba7b810-9dad-11d1-80b4-00c04fd430c8", BR = "6ba7b811-9dad-11d1-80b4-00c04fd430c8";
|
|
9142
|
+
function xg(e, n, t) {
|
|
9147
9143
|
function a(i, s, c, f) {
|
|
9148
|
-
if (typeof i == "string" && (i =
|
|
9144
|
+
if (typeof i == "string" && (i = kR(i)), typeof s == "string" && (s = Tg(s)), s.length !== 16)
|
|
9149
9145
|
throw TypeError("Namespace must be array-like (16 iterable integer values, 0-255)");
|
|
9150
9146
|
var d = new Uint8Array(16 + i.length);
|
|
9151
9147
|
if (d.set(s), d.set(i, s.length), d = t(d), d[6] = d[6] & 15 | n, d[8] = d[8] & 63 | 128, c) {
|
|
@@ -9160,39 +9156,39 @@ function Cg(e, n, t) {
|
|
|
9160
9156
|
a.name = e;
|
|
9161
9157
|
} catch {
|
|
9162
9158
|
}
|
|
9163
|
-
return a.DNS =
|
|
9159
|
+
return a.DNS = jR, a.URL = BR, a;
|
|
9164
9160
|
}
|
|
9165
|
-
function
|
|
9161
|
+
function WR(e) {
|
|
9166
9162
|
if (typeof e == "string") {
|
|
9167
9163
|
var n = unescape(encodeURIComponent(e));
|
|
9168
9164
|
e = new Uint8Array(n.length);
|
|
9169
9165
|
for (var t = 0; t < n.length; ++t)
|
|
9170
9166
|
e[t] = n.charCodeAt(t);
|
|
9171
9167
|
}
|
|
9172
|
-
return
|
|
9168
|
+
return UR(HR(GR(e), e.length * 8));
|
|
9173
9169
|
}
|
|
9174
|
-
function
|
|
9170
|
+
function UR(e) {
|
|
9175
9171
|
for (var n = [], t = e.length * 32, a = "0123456789abcdef", i = 0; i < t; i += 8) {
|
|
9176
9172
|
var s = e[i >> 5] >>> i % 32 & 255, c = parseInt(a.charAt(s >>> 4 & 15) + a.charAt(s & 15), 16);
|
|
9177
9173
|
n.push(c);
|
|
9178
9174
|
}
|
|
9179
9175
|
return n;
|
|
9180
9176
|
}
|
|
9181
|
-
function
|
|
9177
|
+
function Cg(e) {
|
|
9182
9178
|
return (e + 64 >>> 9 << 4) + 14 + 1;
|
|
9183
9179
|
}
|
|
9184
|
-
function
|
|
9185
|
-
e[n >> 5] |= 128 << n % 32, e[
|
|
9180
|
+
function HR(e, n) {
|
|
9181
|
+
e[n >> 5] |= 128 << n % 32, e[Cg(n) - 1] = n;
|
|
9186
9182
|
for (var t = 1732584193, a = -271733879, i = -1732584194, s = 271733878, c = 0; c < e.length; c += 16) {
|
|
9187
9183
|
var f = t, d = a, p = i, h = s;
|
|
9188
9184
|
t = wt(t, a, i, s, e[c], 7, -680876936), s = wt(s, t, a, i, e[c + 1], 12, -389564586), i = wt(i, s, t, a, e[c + 2], 17, 606105819), a = wt(a, i, s, t, e[c + 3], 22, -1044525330), t = wt(t, a, i, s, e[c + 4], 7, -176418897), s = wt(s, t, a, i, e[c + 5], 12, 1200080426), i = wt(i, s, t, a, e[c + 6], 17, -1473231341), a = wt(a, i, s, t, e[c + 7], 22, -45705983), t = wt(t, a, i, s, e[c + 8], 7, 1770035416), s = wt(s, t, a, i, e[c + 9], 12, -1958414417), i = wt(i, s, t, a, e[c + 10], 17, -42063), a = wt(a, i, s, t, e[c + 11], 22, -1990404162), t = wt(t, a, i, s, e[c + 12], 7, 1804603682), s = wt(s, t, a, i, e[c + 13], 12, -40341101), i = wt(i, s, t, a, e[c + 14], 17, -1502002290), a = wt(a, i, s, t, e[c + 15], 22, 1236535329), t = St(t, a, i, s, e[c + 1], 5, -165796510), s = St(s, t, a, i, e[c + 6], 9, -1069501632), i = St(i, s, t, a, e[c + 11], 14, 643717713), a = St(a, i, s, t, e[c], 20, -373897302), t = St(t, a, i, s, e[c + 5], 5, -701558691), s = St(s, t, a, i, e[c + 10], 9, 38016083), i = St(i, s, t, a, e[c + 15], 14, -660478335), a = St(a, i, s, t, e[c + 4], 20, -405537848), t = St(t, a, i, s, e[c + 9], 5, 568446438), s = St(s, t, a, i, e[c + 14], 9, -1019803690), i = St(i, s, t, a, e[c + 3], 14, -187363961), a = St(a, i, s, t, e[c + 8], 20, 1163531501), t = St(t, a, i, s, e[c + 13], 5, -1444681467), s = St(s, t, a, i, e[c + 2], 9, -51403784), i = St(i, s, t, a, e[c + 7], 14, 1735328473), a = St(a, i, s, t, e[c + 12], 20, -1926607734), t = Tt(t, a, i, s, e[c + 5], 4, -378558), s = Tt(s, t, a, i, e[c + 8], 11, -2022574463), i = Tt(i, s, t, a, e[c + 11], 16, 1839030562), a = Tt(a, i, s, t, e[c + 14], 23, -35309556), t = Tt(t, a, i, s, e[c + 1], 4, -1530992060), s = Tt(s, t, a, i, e[c + 4], 11, 1272893353), i = Tt(i, s, t, a, e[c + 7], 16, -155497632), a = Tt(a, i, s, t, e[c + 10], 23, -1094730640), t = Tt(t, a, i, s, e[c + 13], 4, 681279174), s = Tt(s, t, a, i, e[c], 11, -358537222), i = Tt(i, s, t, a, e[c + 3], 16, -722521979), a = Tt(a, i, s, t, e[c + 6], 23, 76029189), t = Tt(t, a, i, s, e[c + 9], 4, -640364487), s = Tt(s, t, a, i, e[c + 12], 11, -421815835), i = Tt(i, s, t, a, e[c + 15], 16, 530742520), a = Tt(a, i, s, t, e[c + 2], 23, -995338651), t = xt(t, a, i, s, e[c], 6, -198630844), s = xt(s, t, a, i, e[c + 7], 10, 1126891415), i = xt(i, s, t, a, e[c + 14], 15, -1416354905), a = xt(a, i, s, t, e[c + 5], 21, -57434055), t = xt(t, a, i, s, e[c + 12], 6, 1700485571), s = xt(s, t, a, i, e[c + 3], 10, -1894986606), i = xt(i, s, t, a, e[c + 10], 15, -1051523), a = xt(a, i, s, t, e[c + 1], 21, -2054922799), t = xt(t, a, i, s, e[c + 8], 6, 1873313359), s = xt(s, t, a, i, e[c + 15], 10, -30611744), i = xt(i, s, t, a, e[c + 6], 15, -1560198380), a = xt(a, i, s, t, e[c + 13], 21, 1309151649), t = xt(t, a, i, s, e[c + 4], 6, -145523070), s = xt(s, t, a, i, e[c + 11], 10, -1120210379), i = xt(i, s, t, a, e[c + 2], 15, 718787259), a = xt(a, i, s, t, e[c + 9], 21, -343485551), t = ar(t, f), a = ar(a, d), i = ar(i, p), s = ar(s, h);
|
|
9189
9185
|
}
|
|
9190
9186
|
return [t, a, i, s];
|
|
9191
9187
|
}
|
|
9192
|
-
function
|
|
9188
|
+
function GR(e) {
|
|
9193
9189
|
if (e.length === 0)
|
|
9194
9190
|
return [];
|
|
9195
|
-
for (var n = e.length * 8, t = new Uint32Array(
|
|
9191
|
+
for (var n = e.length * 8, t = new Uint32Array(Cg(n)), a = 0; a < n; a += 8)
|
|
9196
9192
|
t[a >> 5] |= (e[a / 8] & 255) << a % 32;
|
|
9197
9193
|
return t;
|
|
9198
9194
|
}
|
|
@@ -9200,11 +9196,11 @@ function ar(e, n) {
|
|
|
9200
9196
|
var t = (e & 65535) + (n & 65535), a = (e >> 16) + (n >> 16) + (t >> 16);
|
|
9201
9197
|
return a << 16 | t & 65535;
|
|
9202
9198
|
}
|
|
9203
|
-
function
|
|
9199
|
+
function qR(e, n) {
|
|
9204
9200
|
return e << n | e >>> 32 - n;
|
|
9205
9201
|
}
|
|
9206
9202
|
function zi(e, n, t, a, i, s) {
|
|
9207
|
-
return ar(
|
|
9203
|
+
return ar(qR(ar(ar(n, e), ar(a, s)), i), t);
|
|
9208
9204
|
}
|
|
9209
9205
|
function wt(e, n, t, a, i, s, c) {
|
|
9210
9206
|
return zi(n & t | ~n & a, e, n, i, s, c);
|
|
@@ -9218,11 +9214,11 @@ function Tt(e, n, t, a, i, s, c) {
|
|
|
9218
9214
|
function xt(e, n, t, a, i, s, c) {
|
|
9219
9215
|
return zi(t ^ (n | ~a), e, n, i, s, c);
|
|
9220
9216
|
}
|
|
9221
|
-
var
|
|
9222
|
-
const
|
|
9223
|
-
function
|
|
9217
|
+
var YR = xg("v3", 48, WR);
|
|
9218
|
+
const zR = YR;
|
|
9219
|
+
function VR(e, n, t) {
|
|
9224
9220
|
e = e || {};
|
|
9225
|
-
var a = e.random || (e.rng ||
|
|
9221
|
+
var a = e.random || (e.rng || Sg)();
|
|
9226
9222
|
if (a[6] = a[6] & 15 | 64, a[8] = a[8] & 63 | 128, n) {
|
|
9227
9223
|
t = t || 0;
|
|
9228
9224
|
for (var i = 0; i < 16; ++i)
|
|
@@ -9231,7 +9227,7 @@ function zR(e, n, t) {
|
|
|
9231
9227
|
}
|
|
9232
9228
|
return Yi(a);
|
|
9233
9229
|
}
|
|
9234
|
-
function
|
|
9230
|
+
function KR(e, n, t, a) {
|
|
9235
9231
|
switch (e) {
|
|
9236
9232
|
case 0:
|
|
9237
9233
|
return n & t ^ ~n & a;
|
|
@@ -9246,7 +9242,7 @@ function VR(e, n, t, a) {
|
|
|
9246
9242
|
function ju(e, n) {
|
|
9247
9243
|
return e << n | e >>> 32 - n;
|
|
9248
9244
|
}
|
|
9249
|
-
function
|
|
9245
|
+
function JR(e) {
|
|
9250
9246
|
var n = [1518500249, 1859775393, 2400959708, 3395469782], t = [1732584193, 4023233417, 2562383102, 271733878, 3285377520];
|
|
9251
9247
|
if (typeof e == "string") {
|
|
9252
9248
|
var a = unescape(encodeURIComponent(e));
|
|
@@ -9268,32 +9264,32 @@ function KR(e) {
|
|
|
9268
9264
|
for (var S = 16; S < 80; ++S)
|
|
9269
9265
|
b[S] = ju(b[S - 3] ^ b[S - 8] ^ b[S - 14] ^ b[S - 16], 1);
|
|
9270
9266
|
for (var w = t[0], P = t[1], A = t[2], M = t[3], $ = t[4], N = 0; N < 80; ++N) {
|
|
9271
|
-
var O = Math.floor(N / 20), q = ju(w, 5) +
|
|
9267
|
+
var O = Math.floor(N / 20), q = ju(w, 5) + KR(O, P, A, M) + $ + n[O] + b[N] >>> 0;
|
|
9272
9268
|
$ = M, M = A, A = ju(P, 30) >>> 0, P = w, w = q;
|
|
9273
9269
|
}
|
|
9274
9270
|
t[0] = t[0] + w >>> 0, t[1] = t[1] + P >>> 0, t[2] = t[2] + A >>> 0, t[3] = t[3] + M >>> 0, t[4] = t[4] + $ >>> 0;
|
|
9275
9271
|
}
|
|
9276
9272
|
return [t[0] >> 24 & 255, t[0] >> 16 & 255, t[0] >> 8 & 255, t[0] & 255, t[1] >> 24 & 255, t[1] >> 16 & 255, t[1] >> 8 & 255, t[1] & 255, t[2] >> 24 & 255, t[2] >> 16 & 255, t[2] >> 8 & 255, t[2] & 255, t[3] >> 24 & 255, t[3] >> 16 & 255, t[3] >> 8 & 255, t[3] & 255, t[4] >> 24 & 255, t[4] >> 16 & 255, t[4] >> 8 & 255, t[4] & 255];
|
|
9277
9273
|
}
|
|
9278
|
-
var
|
|
9279
|
-
const
|
|
9280
|
-
function
|
|
9274
|
+
var XR = xg("v5", 80, JR);
|
|
9275
|
+
const ZR = XR, QR = "00000000-0000-0000-0000-000000000000";
|
|
9276
|
+
function eA(e) {
|
|
9281
9277
|
if (!qi(e))
|
|
9282
9278
|
throw TypeError("Invalid UUID");
|
|
9283
9279
|
return parseInt(e.substr(14, 1), 16);
|
|
9284
9280
|
}
|
|
9285
|
-
const
|
|
9281
|
+
const tA = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
9286
9282
|
__proto__: null,
|
|
9287
|
-
NIL:
|
|
9288
|
-
parse:
|
|
9283
|
+
NIL: QR,
|
|
9284
|
+
parse: Tg,
|
|
9289
9285
|
stringify: Yi,
|
|
9290
|
-
v1:
|
|
9291
|
-
v3:
|
|
9292
|
-
v4:
|
|
9293
|
-
v5:
|
|
9286
|
+
v1: FR,
|
|
9287
|
+
v3: zR,
|
|
9288
|
+
v4: VR,
|
|
9289
|
+
v5: ZR,
|
|
9294
9290
|
validate: qi,
|
|
9295
|
-
version:
|
|
9296
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
9291
|
+
version: eA
|
|
9292
|
+
}, Symbol.toStringTag, { value: "Module" })), nA = /* @__PURE__ */ FS(tA);
|
|
9297
9293
|
function Xc(e, n) {
|
|
9298
9294
|
if (!e || !n || !e.length || !n.length)
|
|
9299
9295
|
throw new Error("Bad alphabet");
|
|
@@ -9320,9 +9316,9 @@ Xc.prototype.isValid = function(e) {
|
|
|
9320
9316
|
return !1;
|
|
9321
9317
|
return !0;
|
|
9322
9318
|
};
|
|
9323
|
-
var
|
|
9319
|
+
var rA = Xc, aA = rA;
|
|
9324
9320
|
function Xa(e, n) {
|
|
9325
|
-
var t = new
|
|
9321
|
+
var t = new aA(e, n);
|
|
9326
9322
|
return function(a) {
|
|
9327
9323
|
return t.convert(a);
|
|
9328
9324
|
};
|
|
@@ -9331,8 +9327,8 @@ Xa.BIN = "01";
|
|
|
9331
9327
|
Xa.OCT = "01234567";
|
|
9332
9328
|
Xa.DEC = "0123456789";
|
|
9333
9329
|
Xa.HEX = "0123456789abcdef";
|
|
9334
|
-
var
|
|
9335
|
-
const { v4: Bu } =
|
|
9330
|
+
var oA = Xa;
|
|
9331
|
+
const { v4: Bu } = nA, ti = oA, Wu = "123456789abcdefghijkmnopqrstuvwxyzABCDEFGHJKLMNPQRSTUVWXYZ", iA = "0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ!#$%&'()*+-./:<=>?@[]^_`{|}~", sA = {
|
|
9336
9332
|
consistentLength: !0
|
|
9337
9333
|
};
|
|
9338
9334
|
let Uu;
|
|
@@ -9342,16 +9338,16 @@ const Bp = (e, n, t) => {
|
|
|
9342
9338
|
t.shortIdLength,
|
|
9343
9339
|
t.paddingChar
|
|
9344
9340
|
);
|
|
9345
|
-
},
|
|
9341
|
+
}, uA = (e, n) => {
|
|
9346
9342
|
const a = n(e).padStart(32, "0").match(/(\w{8})(\w{4})(\w{4})(\w{4})(\w{12})/);
|
|
9347
9343
|
return [a[1], a[2], a[3], a[4], a[5]].join("-");
|
|
9348
|
-
},
|
|
9344
|
+
}, cA = (e) => Math.ceil(Math.log(2 ** 128) / Math.log(e));
|
|
9349
9345
|
var qa = (() => {
|
|
9350
9346
|
const e = (n, t) => {
|
|
9351
|
-
const a = n || Wu, i = { ...
|
|
9347
|
+
const a = n || Wu, i = { ...sA, ...t };
|
|
9352
9348
|
if ([...new Set(Array.from(a))].length !== a.length)
|
|
9353
9349
|
throw new Error("The provided Alphabet has duplicate characters resulting in unreliable results");
|
|
9354
|
-
const s =
|
|
9350
|
+
const s = cA(a.length), c = {
|
|
9355
9351
|
shortIdLength: s,
|
|
9356
9352
|
consistentLength: i.consistentLength,
|
|
9357
9353
|
paddingChar: a[0]
|
|
@@ -9360,7 +9356,7 @@ var qa = (() => {
|
|
|
9360
9356
|
generate: p,
|
|
9361
9357
|
uuid: Bu,
|
|
9362
9358
|
fromUUID: (v) => Bp(v, f, c),
|
|
9363
|
-
toUUID: (v) =>
|
|
9359
|
+
toUUID: (v) => uA(v, d),
|
|
9364
9360
|
alphabet: a,
|
|
9365
9361
|
maxLength: s
|
|
9366
9362
|
};
|
|
@@ -9368,10 +9364,10 @@ var qa = (() => {
|
|
|
9368
9364
|
};
|
|
9369
9365
|
return e.constants = {
|
|
9370
9366
|
flickrBase58: Wu,
|
|
9371
|
-
cookieBase90:
|
|
9367
|
+
cookieBase90: iA
|
|
9372
9368
|
}, e.uuid = Bu, e.generate = () => (Uu || (Uu = e(Wu).generate), Uu()), e;
|
|
9373
9369
|
})(), Se = /* @__PURE__ */ ((e) => (e.DATACLASS = "dataclass", e.METHOD = "method", e.ATTRIBUTE = "attribute", e.DATASTORE = "datastore", e.SINGLTON = "singleton", e.SINGLTON_METHOD = "singletonMethod", e))(Se || {});
|
|
9374
|
-
const
|
|
9370
|
+
const fA = [
|
|
9375
9371
|
Se.DATASTORE,
|
|
9376
9372
|
Se.DATACLASS,
|
|
9377
9373
|
Se.ATTRIBUTE,
|
|
@@ -9452,7 +9448,7 @@ const cA = [
|
|
|
9452
9448
|
function mn(e, ...n) {
|
|
9453
9449
|
return Array.from(/* @__PURE__ */ new Set([...e, ...n]));
|
|
9454
9450
|
}
|
|
9455
|
-
function
|
|
9451
|
+
function lA(e) {
|
|
9456
9452
|
const n = {}, t = /* @__PURE__ */ new Map();
|
|
9457
9453
|
e.forEach((d) => {
|
|
9458
9454
|
const p = d.id || qa.generate();
|
|
@@ -9473,7 +9469,7 @@ function fA(e) {
|
|
|
9473
9469
|
includes: h
|
|
9474
9470
|
};
|
|
9475
9471
|
});
|
|
9476
|
-
const a =
|
|
9472
|
+
const a = dA(n), i = /* @__PURE__ */ new Set();
|
|
9477
9473
|
function s(d) {
|
|
9478
9474
|
i.add(d.id), d.includes = d.includes.filter((p) => !i.has(p));
|
|
9479
9475
|
}
|
|
@@ -9495,7 +9491,7 @@ function fA(e) {
|
|
|
9495
9491
|
...n
|
|
9496
9492
|
};
|
|
9497
9493
|
}
|
|
9498
|
-
function
|
|
9494
|
+
function dA(e) {
|
|
9499
9495
|
return Object.values(e).sort(
|
|
9500
9496
|
(n, t) => n.parents.length - t.parents.length
|
|
9501
9497
|
);
|
|
@@ -9514,14 +9510,14 @@ function wc(e, n) {
|
|
|
9514
9510
|
a = mn(a, ...wc(i, n), i);
|
|
9515
9511
|
}), a;
|
|
9516
9512
|
}
|
|
9517
|
-
function
|
|
9513
|
+
function hI(e, n) {
|
|
9518
9514
|
const t = n[e];
|
|
9519
9515
|
if (!t)
|
|
9520
9516
|
return [];
|
|
9521
9517
|
const a = [e, ...Qc(e, n), ...t.includes];
|
|
9522
9518
|
return Object.keys(n).filter((i) => !a.includes(i));
|
|
9523
9519
|
}
|
|
9524
|
-
function
|
|
9520
|
+
function gI(e, n) {
|
|
9525
9521
|
return n[e] ? Object.keys(n).reduce((a, i) => i === e ? a : {
|
|
9526
9522
|
...a,
|
|
9527
9523
|
[i]: {
|
|
@@ -9531,7 +9527,7 @@ function hI(e, n) {
|
|
|
9531
9527
|
}
|
|
9532
9528
|
}, {}) : n;
|
|
9533
9529
|
}
|
|
9534
|
-
function
|
|
9530
|
+
function vI(e, n, t) {
|
|
9535
9531
|
const a = t[e], i = t[n];
|
|
9536
9532
|
return !a || !i ? t : {
|
|
9537
9533
|
...t,
|
|
@@ -9545,7 +9541,7 @@ function gI(e, n, t) {
|
|
|
9545
9541
|
}
|
|
9546
9542
|
};
|
|
9547
9543
|
}
|
|
9548
|
-
function
|
|
9544
|
+
function mI(e, n, t) {
|
|
9549
9545
|
const a = t[e], i = t[n];
|
|
9550
9546
|
return !a || !i ? t : {
|
|
9551
9547
|
...t,
|
|
@@ -9559,7 +9555,7 @@ function vI(e, n, t) {
|
|
|
9559
9555
|
}
|
|
9560
9556
|
};
|
|
9561
9557
|
}
|
|
9562
|
-
function
|
|
9558
|
+
function pA(e, n) {
|
|
9563
9559
|
nh(e), Object.entries(n).forEach(([, { privilege: a }]) => {
|
|
9564
9560
|
if (e.toLowerCase() === a.toLowerCase())
|
|
9565
9561
|
throw new Error(`There's already a Privilege with the name ${e}`);
|
|
@@ -9576,12 +9572,12 @@ function dA(e, n) {
|
|
|
9576
9572
|
...n
|
|
9577
9573
|
};
|
|
9578
9574
|
}
|
|
9579
|
-
function
|
|
9580
|
-
let s =
|
|
9575
|
+
function yI(e, n, t, a, i) {
|
|
9576
|
+
let s = pA(e, i);
|
|
9581
9577
|
const c = Object.entries(s).find(
|
|
9582
9578
|
([, f]) => f.privilege === e
|
|
9583
9579
|
);
|
|
9584
|
-
return c ? (s =
|
|
9580
|
+
return c ? (s = mA(
|
|
9585
9581
|
c[1].id,
|
|
9586
9582
|
n,
|
|
9587
9583
|
t,
|
|
@@ -9589,7 +9585,7 @@ function mI(e, n, t, a, i) {
|
|
|
9589
9585
|
s
|
|
9590
9586
|
), s) : i;
|
|
9591
9587
|
}
|
|
9592
|
-
function
|
|
9588
|
+
function bI(e, n, t) {
|
|
9593
9589
|
if (!e)
|
|
9594
9590
|
throw new Error("Please enter a name");
|
|
9595
9591
|
if (!t[n])
|
|
@@ -9605,22 +9601,22 @@ function yI(e, n, t) {
|
|
|
9605
9601
|
}
|
|
9606
9602
|
};
|
|
9607
9603
|
}
|
|
9608
|
-
function
|
|
9604
|
+
function _I(e, n) {
|
|
9609
9605
|
return e.map((t) => dr(t, n));
|
|
9610
9606
|
}
|
|
9611
9607
|
function dr(e, n) {
|
|
9612
9608
|
return n[e] ? n[e] : null;
|
|
9613
9609
|
}
|
|
9614
|
-
function
|
|
9610
|
+
function hA({ applyTo: e, type: n, ...t }) {
|
|
9615
9611
|
return Object.entries(t).reduce((a, [i, s]) => {
|
|
9616
|
-
const c =
|
|
9612
|
+
const c = Ae.find(Zc, ["key", i]);
|
|
9617
9613
|
return !c || !c.canApplyTo.includes(n) || (typeof s == "string" ? s.split(",") : s).forEach((d) => {
|
|
9618
9614
|
a[d] = mn(a[d] || [], i);
|
|
9619
9615
|
}), a;
|
|
9620
9616
|
}, {});
|
|
9621
9617
|
}
|
|
9622
9618
|
const Sc = (e, n = !1) => ["read", "create", "update", "delete"].includes(e.toLowerCase()) ? `All ${n ? "dataclasses and " : ""}attributes have the '${e.toLowerCase()}' permission` : e.toLowerCase() === "execute" ? `All functions defined ${n ? "through the model (DataStore, Dataclasses, Entity selections, Entities) have the execute permission" : "on this Dataclass, Entity selection class, Entity class have the execute permission"}` : `All ${n ? "dataclasses, " : ""}attributes and functions have the '${e.toLowerCase()}' permission`;
|
|
9623
|
-
function
|
|
9619
|
+
function Og(e) {
|
|
9624
9620
|
return {
|
|
9625
9621
|
permissions: Zc.filter(
|
|
9626
9622
|
({ canApplyTo: n }) => n.includes(e.type)
|
|
@@ -9645,21 +9641,21 @@ function Rg(e) {
|
|
|
9645
9641
|
type: e.type
|
|
9646
9642
|
};
|
|
9647
9643
|
}
|
|
9648
|
-
function
|
|
9649
|
-
const t =
|
|
9650
|
-
return e.filter(({ type: i }) =>
|
|
9651
|
-
const s =
|
|
9644
|
+
function gA(e, n) {
|
|
9645
|
+
const t = vA(n), a = {};
|
|
9646
|
+
return e.filter(({ type: i }) => fA.includes(i)).forEach((i) => {
|
|
9647
|
+
const s = hA(i);
|
|
9652
9648
|
Object.entries(s).forEach(([c, f]) => {
|
|
9653
9649
|
var h;
|
|
9654
9650
|
const d = (h = t[c]) == null ? void 0 : h.id;
|
|
9655
9651
|
if (!d)
|
|
9656
9652
|
return;
|
|
9657
9653
|
a[d] = a[d] || { ...n[d] };
|
|
9658
|
-
let p =
|
|
9654
|
+
let p = Ae.find(a[d].resources, {
|
|
9659
9655
|
resource: i.applyTo,
|
|
9660
9656
|
type: i.type
|
|
9661
9657
|
});
|
|
9662
|
-
p || (p =
|
|
9658
|
+
p || (p = Og(i), a[d].resources.push(p)), p.permissions = p.permissions.map((v) => ({
|
|
9663
9659
|
...v,
|
|
9664
9660
|
checked: v.checked || f.includes(v.name)
|
|
9665
9661
|
}));
|
|
@@ -9669,7 +9665,7 @@ function hA(e, n) {
|
|
|
9669
9665
|
...a
|
|
9670
9666
|
};
|
|
9671
9667
|
}
|
|
9672
|
-
function
|
|
9668
|
+
function vA(e) {
|
|
9673
9669
|
return Object.values(e).reduce(
|
|
9674
9670
|
(n, t) => ({
|
|
9675
9671
|
...n,
|
|
@@ -9680,10 +9676,10 @@ function gA(e) {
|
|
|
9680
9676
|
}
|
|
9681
9677
|
function ef(e) {
|
|
9682
9678
|
var t;
|
|
9683
|
-
const n =
|
|
9679
|
+
const n = lA(e.privileges || []);
|
|
9684
9680
|
return {
|
|
9685
9681
|
forceLogin: e == null ? void 0 : e.forceLogin,
|
|
9686
|
-
privileges:
|
|
9682
|
+
privileges: gA(((t = e.permissions) == null ? void 0 : t.allowed) || [], n),
|
|
9687
9683
|
roles: (e.roles || []).map(({ id: a = qa.generate(), role: i, privileges: s = [] }) => ({
|
|
9688
9684
|
id: a,
|
|
9689
9685
|
role: i,
|
|
@@ -9713,7 +9709,7 @@ function tf(e) {
|
|
|
9713
9709
|
permissions: {
|
|
9714
9710
|
allowed: Object.values(e.privileges).reduce(
|
|
9715
9711
|
(a, i) => (i.resources.forEach(({ permissions: s, resource: c, type: f }) => {
|
|
9716
|
-
let d =
|
|
9712
|
+
let d = Ae.find(a, {
|
|
9717
9713
|
applyTo: c,
|
|
9718
9714
|
type: f
|
|
9719
9715
|
});
|
|
@@ -9741,7 +9737,7 @@ function tf(e) {
|
|
|
9741
9737
|
}))
|
|
9742
9738
|
};
|
|
9743
9739
|
}
|
|
9744
|
-
function
|
|
9740
|
+
function EI(e, n) {
|
|
9745
9741
|
const t = n[e], a = {
|
|
9746
9742
|
children: [],
|
|
9747
9743
|
links: [],
|
|
@@ -9786,23 +9782,23 @@ function _I(e, n) {
|
|
|
9786
9782
|
...c([[e], ...a.children], "includes")
|
|
9787
9783
|
], a;
|
|
9788
9784
|
}
|
|
9789
|
-
function
|
|
9785
|
+
function wI(e, n, t) {
|
|
9790
9786
|
const a = dr(e, t);
|
|
9791
|
-
if (!a ||
|
|
9787
|
+
if (!a || Ae.find(a.resources, {
|
|
9792
9788
|
resource: n.applyTo,
|
|
9793
9789
|
type: n.type
|
|
9794
9790
|
}))
|
|
9795
9791
|
return t;
|
|
9796
9792
|
const i = {
|
|
9797
9793
|
...a,
|
|
9798
|
-
resources: [...a.resources,
|
|
9794
|
+
resources: [...a.resources, Og(n)]
|
|
9799
9795
|
};
|
|
9800
9796
|
return {
|
|
9801
9797
|
...t,
|
|
9802
9798
|
[e]: i
|
|
9803
9799
|
};
|
|
9804
9800
|
}
|
|
9805
|
-
function
|
|
9801
|
+
function SI(e, n, t) {
|
|
9806
9802
|
const a = dr(e, t);
|
|
9807
9803
|
if (!a)
|
|
9808
9804
|
return t;
|
|
@@ -9817,7 +9813,7 @@ function wI(e, n, t) {
|
|
|
9817
9813
|
[e]: i
|
|
9818
9814
|
};
|
|
9819
9815
|
}
|
|
9820
|
-
function
|
|
9816
|
+
function TI(e, n) {
|
|
9821
9817
|
const t = dr(e, n);
|
|
9822
9818
|
if (!t)
|
|
9823
9819
|
return n;
|
|
@@ -9833,11 +9829,11 @@ function SI(e, n) {
|
|
|
9833
9829
|
[e]: a
|
|
9834
9830
|
};
|
|
9835
9831
|
}
|
|
9836
|
-
function
|
|
9832
|
+
function mA(e, n, t, a, i) {
|
|
9837
9833
|
const s = dr(e, i);
|
|
9838
9834
|
if (!s)
|
|
9839
9835
|
return i;
|
|
9840
|
-
const f =
|
|
9836
|
+
const f = Ae.find(s.resources, {
|
|
9841
9837
|
type: t,
|
|
9842
9838
|
resource: n
|
|
9843
9839
|
}) ? {
|
|
@@ -9876,11 +9872,11 @@ function vA(e, n, t, a, i) {
|
|
|
9876
9872
|
[e]: f
|
|
9877
9873
|
};
|
|
9878
9874
|
}
|
|
9879
|
-
function
|
|
9875
|
+
function xI(e, n, t, a) {
|
|
9880
9876
|
const i = dr(e, a);
|
|
9881
9877
|
if (!i)
|
|
9882
9878
|
return a;
|
|
9883
|
-
const c =
|
|
9879
|
+
const c = Ae.find(i.resources, {
|
|
9884
9880
|
type: n.type,
|
|
9885
9881
|
resource: n.resource
|
|
9886
9882
|
}) ? {
|
|
@@ -9912,34 +9908,30 @@ function TI(e, n, t, a) {
|
|
|
9912
9908
|
[e]: c
|
|
9913
9909
|
};
|
|
9914
9910
|
}
|
|
9915
|
-
function
|
|
9911
|
+
function CI(e, n) {
|
|
9916
9912
|
var d;
|
|
9917
|
-
const t =
|
|
9913
|
+
const t = yA(e, n) || [], a = ((d = dr(e, n)) == null ? void 0 : d.resources) || [], c = ([...t, ...a].filter(({ type: p }) => p === Se.METHOD) || []).map(({ resource: p }) => p);
|
|
9918
9914
|
return Object.entries(n).reduce(
|
|
9919
9915
|
(p, [h, { resources: v }]) => (v.filter(
|
|
9920
9916
|
({ resource: b, type: _ }) => _ === Se.METHOD && c.includes(b)
|
|
9921
9917
|
).forEach(({ permissions: b, resource: _ }) => {
|
|
9922
9918
|
var w;
|
|
9923
|
-
((w = b.find(
|
|
9924
|
-
({ name: P }) => P === "promote"
|
|
9925
|
-
)) == null ? void 0 : w.checked) && (p[_] = mn(p[_] || [], h));
|
|
9919
|
+
((w = b.find(({ name: P }) => P === "promote")) == null ? void 0 : w.checked) && (p[_] = mn(p[_] || [], h));
|
|
9926
9920
|
}), p),
|
|
9927
9921
|
{}
|
|
9928
9922
|
);
|
|
9929
9923
|
}
|
|
9930
|
-
function
|
|
9924
|
+
function yA(e, n) {
|
|
9931
9925
|
var c;
|
|
9932
9926
|
const t = dr(e, n);
|
|
9933
9927
|
if (!t)
|
|
9934
9928
|
return [];
|
|
9935
|
-
const a = (c = Object.values(n).find(
|
|
9936
|
-
(f) => f.privilege === Ci
|
|
9937
|
-
)) == null ? void 0 : c.id;
|
|
9929
|
+
const a = (c = Object.values(n).find((f) => f.privilege === Ci)) == null ? void 0 : c.id;
|
|
9938
9930
|
return (a && a !== e ? mn(wc(e, n), a) : wc(e, n)).reduce(
|
|
9939
9931
|
(f, d) => (n[d].resources.forEach((h) => {
|
|
9940
9932
|
if (h.permissions.filter(({ checked: _ }) => _).length === 0)
|
|
9941
9933
|
return;
|
|
9942
|
-
const b =
|
|
9934
|
+
const b = Ae.find(f, {
|
|
9943
9935
|
type: h.type,
|
|
9944
9936
|
resource: h.resource
|
|
9945
9937
|
});
|
|
@@ -9963,7 +9955,7 @@ function mA(e, n) {
|
|
|
9963
9955
|
};
|
|
9964
9956
|
});
|
|
9965
9957
|
}), f),
|
|
9966
|
-
|
|
9958
|
+
Ae.clone(
|
|
9967
9959
|
t.resources.map((f) => ({
|
|
9968
9960
|
...f,
|
|
9969
9961
|
permissions: f.permissions.map(({ checked: d, ...p }) => ({
|
|
@@ -9974,15 +9966,15 @@ function mA(e, n) {
|
|
|
9974
9966
|
)
|
|
9975
9967
|
);
|
|
9976
9968
|
}
|
|
9977
|
-
const
|
|
9969
|
+
const OI = (e) => e.reduce((n, t) => ({
|
|
9978
9970
|
...n,
|
|
9979
9971
|
[t.id]: {
|
|
9980
9972
|
...t
|
|
9981
9973
|
}
|
|
9982
|
-
}), {}),
|
|
9974
|
+
}), {}), RI = (e, n) => n[e] ? Object.values(n).reduce((t, a) => e === a.id || a.role === "" ? t : {
|
|
9983
9975
|
...t,
|
|
9984
9976
|
[a.id]: a
|
|
9985
|
-
}, {}) : n,
|
|
9977
|
+
}, {}) : n, AI = (e, n, t) => t[e] ? Object.values(t).reduce((a, i) => e === i.id ? {
|
|
9986
9978
|
...a,
|
|
9987
9979
|
[i.id]: {
|
|
9988
9980
|
...i,
|
|
@@ -9991,7 +9983,7 @@ const CI = (e) => e.reduce((n, t) => ({
|
|
|
9991
9983
|
} : {
|
|
9992
9984
|
...a,
|
|
9993
9985
|
[i.id]: i
|
|
9994
|
-
}, {}) : t,
|
|
9986
|
+
}, {}) : t, PI = (e, n) => {
|
|
9995
9987
|
const t = {
|
|
9996
9988
|
id: e,
|
|
9997
9989
|
role: "",
|
|
@@ -10001,7 +9993,7 @@ const CI = (e) => e.reduce((n, t) => ({
|
|
|
10001
9993
|
...n,
|
|
10002
9994
|
[t.id]: t
|
|
10003
9995
|
};
|
|
10004
|
-
},
|
|
9996
|
+
}, DI = (e, n) => {
|
|
10005
9997
|
if (nh(e.role), Object.values(n).find((a) => a.role === e.role))
|
|
10006
9998
|
throw new Error(`a role with the name ${e.role} already exists`);
|
|
10007
9999
|
return Object.values(n).reduce((a, i) => e.id === i.id ? {
|
|
@@ -10011,11 +10003,11 @@ const CI = (e) => e.reduce((n, t) => ({
|
|
|
10011
10003
|
...a,
|
|
10012
10004
|
[i.id]: i
|
|
10013
10005
|
}, {});
|
|
10014
|
-
},
|
|
10006
|
+
}, bA = {
|
|
10015
10007
|
list: []
|
|
10016
|
-
}, Wp = (e, n) => e.list.filter((t) => t.id !== n),
|
|
10008
|
+
}, Wp = (e, n) => e.list.filter((t) => t.id !== n), Rg = Vt({
|
|
10017
10009
|
name: "modals",
|
|
10018
|
-
initialState:
|
|
10010
|
+
initialState: bA,
|
|
10019
10011
|
reducers: {
|
|
10020
10012
|
createModal: (e, n) => {
|
|
10021
10013
|
e.list.push(n.payload);
|
|
@@ -10039,10 +10031,10 @@ const CI = (e) => e.reduce((n, t) => ({
|
|
|
10039
10031
|
e.list = Wp(e, t);
|
|
10040
10032
|
}
|
|
10041
10033
|
}
|
|
10042
|
-
}), { createModal:
|
|
10043
|
-
const t =
|
|
10034
|
+
}), { createModal: _A, removeModal: EA, closeModal: II, editModal: $I } = Rg.actions, yn = Q("modals/open", async (e, { dispatch: n }) => {
|
|
10035
|
+
const t = NP(), { type: a = sn.ALERT } = e, i = kc();
|
|
10044
10036
|
switch (n(
|
|
10045
|
-
|
|
10037
|
+
_A({
|
|
10046
10038
|
id: i,
|
|
10047
10039
|
type: a,
|
|
10048
10040
|
isOpen: !0,
|
|
@@ -10055,27 +10047,27 @@ const CI = (e) => e.reduce((n, t) => ({
|
|
|
10055
10047
|
var p;
|
|
10056
10048
|
const { modals: f } = t.getState(), d = f.list.find((h) => h.id === i);
|
|
10057
10049
|
if (d && !d.isOpen) {
|
|
10058
|
-
const h = d.closeReason === dw.CONFIRMED, v =
|
|
10050
|
+
const h = d.closeReason === dw.CONFIRMED, v = Ae.entries((p = d.views) == null ? void 0 : p.toggles).reduce(
|
|
10059
10051
|
(b, _) => ({
|
|
10060
10052
|
...b,
|
|
10061
10053
|
[_[0]]: _[1].value
|
|
10062
10054
|
}),
|
|
10063
10055
|
{}
|
|
10064
10056
|
);
|
|
10065
|
-
n(
|
|
10057
|
+
n(EA(i)), c(), s({ confirmed: h, options: v });
|
|
10066
10058
|
}
|
|
10067
10059
|
});
|
|
10068
10060
|
});
|
|
10069
10061
|
default:
|
|
10070
10062
|
return {};
|
|
10071
10063
|
}
|
|
10072
|
-
}),
|
|
10064
|
+
}), Ag = () => pw({
|
|
10073
10065
|
name: Ot
|
|
10074
|
-
}),
|
|
10066
|
+
}), Pg = "Roles & Privileges", Tc = Q("roles/fetchRoles", async (e, { dispatch: n, rejectWithValue: t }) => {
|
|
10075
10067
|
var s;
|
|
10076
10068
|
let a;
|
|
10077
10069
|
try {
|
|
10078
|
-
a = await
|
|
10070
|
+
a = await Ag();
|
|
10079
10071
|
} catch (c) {
|
|
10080
10072
|
if (!Array.isArray((s = c == null ? void 0 : c.data) == null ? void 0 : s.__ERROR))
|
|
10081
10073
|
return t("Error while loading the roles");
|
|
@@ -10092,7 +10084,7 @@ const CI = (e) => e.reduce((n, t) => ({
|
|
|
10092
10084
|
};
|
|
10093
10085
|
}
|
|
10094
10086
|
const i = {
|
|
10095
|
-
name:
|
|
10087
|
+
name: Pg,
|
|
10096
10088
|
type: j.ROLES,
|
|
10097
10089
|
date: a.date,
|
|
10098
10090
|
view: {
|
|
@@ -10115,21 +10107,21 @@ const CI = (e) => e.reduce((n, t) => ({
|
|
|
10115
10107
|
...a,
|
|
10116
10108
|
content: ef(a.content)
|
|
10117
10109
|
};
|
|
10118
|
-
}),
|
|
10110
|
+
}), wA = Q("roles/fetchRolesChanges", async (e, { getState: n }) => {
|
|
10119
10111
|
const { tabs: t } = n().root;
|
|
10120
10112
|
if (t.find((i) => i.path === Ot)) {
|
|
10121
10113
|
const { date: i } = n().roles;
|
|
10122
|
-
if (i && await
|
|
10114
|
+
if (i && await Dg(i))
|
|
10123
10115
|
return {
|
|
10124
10116
|
old: !0
|
|
10125
10117
|
};
|
|
10126
10118
|
}
|
|
10127
10119
|
return {};
|
|
10128
|
-
}),
|
|
10120
|
+
}), Dg = async (e) => {
|
|
10129
10121
|
if (!e)
|
|
10130
10122
|
return !1;
|
|
10131
10123
|
try {
|
|
10132
|
-
const n = await
|
|
10124
|
+
const n = await Ag();
|
|
10133
10125
|
if (n.date) {
|
|
10134
10126
|
const t = new Date(e), a = new Date(n.date);
|
|
10135
10127
|
if (t > a)
|
|
@@ -10145,10 +10137,10 @@ const CI = (e) => e.reduce((n, t) => ({
|
|
|
10145
10137
|
async (e, { getState: n, rejectWithValue: t, dispatch: a }) => {
|
|
10146
10138
|
try {
|
|
10147
10139
|
const { flags: i, date: s } = n().roles;
|
|
10148
|
-
if (i.old || await
|
|
10140
|
+
if (i.old || await Dg(s)) {
|
|
10149
10141
|
const { confirmed: d } = await a(
|
|
10150
10142
|
yn({
|
|
10151
|
-
title:
|
|
10143
|
+
title: Pg,
|
|
10152
10144
|
message: "New content has been found on the server. Are you sure you want to continue?",
|
|
10153
10145
|
type: sn.CONFIRM,
|
|
10154
10146
|
icon: "FdSave"
|
|
@@ -10165,7 +10157,7 @@ const CI = (e) => e.reduce((n, t) => ({
|
|
|
10165
10157
|
return t("Error while loading the roles");
|
|
10166
10158
|
}
|
|
10167
10159
|
}
|
|
10168
|
-
),
|
|
10160
|
+
), Ig = Vt({
|
|
10169
10161
|
name: "roles",
|
|
10170
10162
|
initialState: () => {
|
|
10171
10163
|
const { roles: e } = za(), {
|
|
@@ -10235,13 +10227,13 @@ const CI = (e) => e.reduce((n, t) => ({
|
|
|
10235
10227
|
old: !1
|
|
10236
10228
|
},
|
|
10237
10229
|
date: t.payload.date
|
|
10238
|
-
})).addCase(Up.rejected, (n, t) =>
|
|
10230
|
+
})).addCase(Up.rejected, (n, t) => U1.isString(t.payload) ? n : {
|
|
10239
10231
|
...n,
|
|
10240
10232
|
flags: {
|
|
10241
10233
|
...n.flags,
|
|
10242
10234
|
...t.payload
|
|
10243
10235
|
}
|
|
10244
|
-
}).addCase(
|
|
10236
|
+
}).addCase(wA.fulfilled, (n, t) => ({
|
|
10245
10237
|
...n,
|
|
10246
10238
|
flags: {
|
|
10247
10239
|
...n.flags,
|
|
@@ -10254,31 +10246,31 @@ const CI = (e) => e.reduce((n, t) => ({
|
|
|
10254
10246
|
});
|
|
10255
10247
|
}
|
|
10256
10248
|
}), {
|
|
10257
|
-
updatePrivileges:
|
|
10258
|
-
updateRoles:
|
|
10259
|
-
setRolesContent:
|
|
10260
|
-
toggleTab:
|
|
10261
|
-
toggleForceLogin:
|
|
10262
|
-
updateRolesAndPrivileges:
|
|
10263
|
-
} =
|
|
10249
|
+
updatePrivileges: SA,
|
|
10250
|
+
updateRoles: TA,
|
|
10251
|
+
setRolesContent: $g,
|
|
10252
|
+
toggleTab: MI,
|
|
10253
|
+
toggleForceLogin: LI,
|
|
10254
|
+
updateRolesAndPrivileges: Mg
|
|
10255
|
+
} = Ig.actions, xA = Ig.reducer, Lg = Q("settings/fetch", async () => await Gn({
|
|
10264
10256
|
verb: it.GET_INFO,
|
|
10265
10257
|
path: Ir,
|
|
10266
10258
|
content: !0,
|
|
10267
10259
|
as: "json"
|
|
10268
|
-
})),
|
|
10260
|
+
})), CA = Q(
|
|
10269
10261
|
"settings/app",
|
|
10270
10262
|
hw
|
|
10271
|
-
),
|
|
10263
|
+
), OA = Mh(), Hp = {
|
|
10272
10264
|
session: {
|
|
10273
10265
|
"studio.tips": !0,
|
|
10274
10266
|
"studio.notifications": !0,
|
|
10275
10267
|
"studio.enablePreview": !1,
|
|
10276
10268
|
"studio.tipsBaseUrl": "https://raw.githubusercontent.com/4d/Web-studio-TIPS/gh-build",
|
|
10277
|
-
"webforms.tooltip.behavior":
|
|
10269
|
+
"webforms.tooltip.behavior": _g.SHOW_AFTER_TIMEOUT,
|
|
10278
10270
|
"webforms.tooltip.timeout": 3e3,
|
|
10279
10271
|
"webforms.renderer.showPopOver": !0,
|
|
10280
10272
|
"webforms.renderer.showUnsavedPopOver": !0,
|
|
10281
|
-
"webforms.renderer.unsavedPopOverChoice":
|
|
10273
|
+
"webforms.renderer.unsavedPopOverChoice": Eg.NONE,
|
|
10282
10274
|
"welcometour.active": !0,
|
|
10283
10275
|
"webforms.properties.advanced-mode": !1,
|
|
10284
10276
|
"monaco.zoom": 0,
|
|
@@ -10304,16 +10296,16 @@ const CI = (e) => e.reduce((n, t) => ({
|
|
|
10304
10296
|
},
|
|
10305
10297
|
isRestActive: !0
|
|
10306
10298
|
}
|
|
10307
|
-
},
|
|
10299
|
+
}, RA = {
|
|
10308
10300
|
...Hp,
|
|
10309
10301
|
session: {
|
|
10310
10302
|
...Hp.session,
|
|
10311
|
-
...
|
|
10303
|
+
...OA
|
|
10312
10304
|
},
|
|
10313
10305
|
welcometour: {}
|
|
10314
|
-
},
|
|
10306
|
+
}, Ng = Vt({
|
|
10315
10307
|
name: "settings",
|
|
10316
|
-
initialState:
|
|
10308
|
+
initialState: RA,
|
|
10317
10309
|
reducers: {
|
|
10318
10310
|
setSetting(e, n) {
|
|
10319
10311
|
const { path: t, settingsKey: a, value: i } = n.payload;
|
|
@@ -10332,16 +10324,16 @@ const CI = (e) => e.reduce((n, t) => ({
|
|
|
10332
10324
|
}
|
|
10333
10325
|
},
|
|
10334
10326
|
extraReducers(e) {
|
|
10335
|
-
e.addCase(
|
|
10327
|
+
e.addCase(Lg.fulfilled, (n, t) => {
|
|
10336
10328
|
n.project = {
|
|
10337
10329
|
...n.project,
|
|
10338
10330
|
...t.payload.content
|
|
10339
10331
|
};
|
|
10340
|
-
}), e.addCase(
|
|
10332
|
+
}), e.addCase(CA.fulfilled, (n, t) => {
|
|
10341
10333
|
n.server = t.payload, n.server.qodly && (n.project["webforms.display-mode"] = "airy");
|
|
10342
10334
|
});
|
|
10343
10335
|
}
|
|
10344
|
-
}), { setSetting: Gp, setSettings: nf, setSettingsAsText:
|
|
10336
|
+
}), { setSetting: Gp, setSettings: nf, setSettingsAsText: NI } = Ng.actions, AA = Ng.reducer, xc = (e) => {
|
|
10345
10337
|
const n = ["folder", "file"];
|
|
10346
10338
|
return e.sort((t, a) => t.type === a.type ? t.name.localeCompare(a.name) : n.indexOf(t.type) - n.indexOf(a.type));
|
|
10347
10339
|
}, Re = (e, n) => e.reduce((t, a) => a.path === n.path && a.type === n.type ? [...t, n] : a.children ? [
|
|
@@ -10353,7 +10345,7 @@ const CI = (e) => e.reduce((n, t) => ({
|
|
|
10353
10345
|
] : [...t, a], []), ht = (e, n) => e.reduce(
|
|
10354
10346
|
(t, a) => t || (a.path === n ? a : a.children ? ht(a.children, n) : null),
|
|
10355
10347
|
null
|
|
10356
|
-
),
|
|
10348
|
+
), Fg = [
|
|
10357
10349
|
{
|
|
10358
10350
|
name: Qe.WEBFORMS,
|
|
10359
10351
|
type: j.FOLDER,
|
|
@@ -10483,23 +10475,25 @@ const CI = (e) => e.reduce((n, t) => ({
|
|
|
10483
10475
|
},
|
|
10484
10476
|
isRoot: !0
|
|
10485
10477
|
}
|
|
10486
|
-
], PA =
|
|
10478
|
+
], PA = Mh(), DA = !!Ae.get(PA, "features.experimental.reports");
|
|
10479
|
+
DA && Fg.unshift({
|
|
10480
|
+
name: Qe.REPORTS,
|
|
10481
|
+
type: j.FOLDER,
|
|
10482
|
+
children: [],
|
|
10483
|
+
path: Qe.REPORTS,
|
|
10484
|
+
error: null,
|
|
10485
|
+
flags: {
|
|
10486
|
+
expanded: !1,
|
|
10487
|
+
loading: !1,
|
|
10488
|
+
cached: !1
|
|
10489
|
+
},
|
|
10490
|
+
tipKey: "editors:report:explorer:reports",
|
|
10491
|
+
config: {},
|
|
10492
|
+
isRoot: !0
|
|
10493
|
+
});
|
|
10494
|
+
const kg = Vt({
|
|
10487
10495
|
name: "explorer",
|
|
10488
|
-
initialState:
|
|
10489
|
-
name: Qe.REPORTS,
|
|
10490
|
-
type: j.FOLDER,
|
|
10491
|
-
children: [],
|
|
10492
|
-
path: Qe.REPORTS,
|
|
10493
|
-
error: null,
|
|
10494
|
-
flags: {
|
|
10495
|
-
expanded: !1,
|
|
10496
|
-
loading: !1,
|
|
10497
|
-
cached: !1
|
|
10498
|
-
},
|
|
10499
|
-
tipKey: "editors:report:explorer:reports",
|
|
10500
|
-
config: {},
|
|
10501
|
-
isRoot: !0
|
|
10502
|
-
}] : [], ...AA],
|
|
10496
|
+
initialState: Fg,
|
|
10503
10497
|
reducers: {
|
|
10504
10498
|
renameClassesFolder: (e, n) => {
|
|
10505
10499
|
const { payload: t } = n, a = e.find((c) => c.name === "Classes");
|
|
@@ -10883,7 +10877,7 @@ const CI = (e) => e.reduce((n, t) => ({
|
|
|
10883
10877
|
}), e.addCase(fi.pending, () => {
|
|
10884
10878
|
}), e.addCase(fi.fulfilled, (n, t) => {
|
|
10885
10879
|
var v;
|
|
10886
|
-
const { draggedNode: a, newLocation: i } = t.meta.arg, s =
|
|
10880
|
+
const { draggedNode: a, newLocation: i } = t.meta.arg, s = $O(a.path), c = ht(n, s), f = ht(n, i.path), d = (v = c == null ? void 0 : c.children) == null ? void 0 : v.filter(
|
|
10887
10881
|
(b) => b.path !== a.path
|
|
10888
10882
|
), p = i.path.split("/").length, h = a.path.split("/").length;
|
|
10889
10883
|
return p >= h ? (n = Re(n, {
|
|
@@ -10896,7 +10890,7 @@ const CI = (e) => e.reduce((n, t) => ({
|
|
|
10896
10890
|
...a,
|
|
10897
10891
|
path: `${f.path}/${a.name}`
|
|
10898
10892
|
},
|
|
10899
|
-
...f != null && f.children ? f
|
|
10893
|
+
...f != null && f.children ? f.children : []
|
|
10900
10894
|
],
|
|
10901
10895
|
flags: {
|
|
10902
10896
|
...f.flags,
|
|
@@ -10909,7 +10903,7 @@ const CI = (e) => e.reduce((n, t) => ({
|
|
|
10909
10903
|
...a,
|
|
10910
10904
|
path: `${f.path}/${a.name}`
|
|
10911
10905
|
},
|
|
10912
|
-
...f != null && f.children ? f
|
|
10906
|
+
...f != null && f.children ? f.children : []
|
|
10913
10907
|
],
|
|
10914
10908
|
flags: {
|
|
10915
10909
|
...f.flags,
|
|
@@ -10919,7 +10913,7 @@ const CI = (e) => e.reduce((n, t) => ({
|
|
|
10919
10913
|
...c,
|
|
10920
10914
|
children: d
|
|
10921
10915
|
})), n;
|
|
10922
|
-
}), e.addCase(fi.rejected, (
|
|
10916
|
+
}), e.addCase(fi.rejected, () => {
|
|
10923
10917
|
Cn.next({
|
|
10924
10918
|
message: "Error moving file",
|
|
10925
10919
|
kind: "danger"
|
|
@@ -10962,7 +10956,7 @@ const CI = (e) => e.reduce((n, t) => ({
|
|
|
10962
10956
|
...i,
|
|
10963
10957
|
children: _
|
|
10964
10958
|
});
|
|
10965
|
-
return
|
|
10959
|
+
return Ae.merge(n, S);
|
|
10966
10960
|
}), e.addCase(Fa.fulfilled, (n, t) => {
|
|
10967
10961
|
const { fileName: a, path: i, type: s, qodly: c } = t.meta.arg, f = Qr(s, c), d = `${i}/${a}${f ? `.${f.toLowerCase()}` : ""}`, { editor: p, supportedEditors: h } = It(d), v = Re(n, {
|
|
10968
10962
|
name: a,
|
|
@@ -11041,18 +11035,18 @@ const CI = (e) => e.reduce((n, t) => ({
|
|
|
11041
11035
|
});
|
|
11042
11036
|
}
|
|
11043
11037
|
}), {
|
|
11044
|
-
toggleExpandFolder:
|
|
11045
|
-
expandFolder:
|
|
11046
|
-
openAddFileInput:
|
|
11047
|
-
addNewFile:
|
|
11048
|
-
refreshFile:
|
|
11038
|
+
toggleExpandFolder: FI,
|
|
11039
|
+
expandFolder: kI,
|
|
11040
|
+
openAddFileInput: jI,
|
|
11041
|
+
addNewFile: IA,
|
|
11042
|
+
refreshFile: BI,
|
|
11049
11043
|
removeFile: qp,
|
|
11050
|
-
setFolderChildren:
|
|
11051
|
-
addClassesFolder:
|
|
11052
|
-
removeClassesFolder:
|
|
11053
|
-
renameClassesFolder:
|
|
11044
|
+
setFolderChildren: WI,
|
|
11045
|
+
addClassesFolder: UI,
|
|
11046
|
+
removeClassesFolder: HI,
|
|
11047
|
+
renameClassesFolder: GI
|
|
11054
11048
|
} = kg.actions;
|
|
11055
|
-
function
|
|
11049
|
+
function $A(e, n) {
|
|
11056
11050
|
switch (e) {
|
|
11057
11051
|
case j.WEBFORMS: {
|
|
11058
11052
|
const t = {
|
|
@@ -11082,7 +11076,7 @@ function IA(e, n) {
|
|
|
11082
11076
|
}
|
|
11083
11077
|
}
|
|
11084
11078
|
};
|
|
11085
|
-
return n["webforms.display-mode"] ===
|
|
11079
|
+
return n["webforms.display-mode"] === wg.AIRY && (t.components.ROOT.props.airyMode = !0), t;
|
|
11086
11080
|
}
|
|
11087
11081
|
case j.REPORT:
|
|
11088
11082
|
return {
|
|
@@ -11125,7 +11119,7 @@ function IA(e, n) {
|
|
|
11125
11119
|
return "";
|
|
11126
11120
|
}
|
|
11127
11121
|
}
|
|
11128
|
-
function
|
|
11122
|
+
function MA(e, n, t) {
|
|
11129
11123
|
switch (console.log(
|
|
11130
11124
|
e,
|
|
11131
11125
|
n,
|
|
@@ -11145,7 +11139,7 @@ function $A(e, n, t) {
|
|
|
11145
11139
|
return e;
|
|
11146
11140
|
}
|
|
11147
11141
|
}
|
|
11148
|
-
function
|
|
11142
|
+
function qI(e) {
|
|
11149
11143
|
switch (e) {
|
|
11150
11144
|
case Qe.WEBFORMS:
|
|
11151
11145
|
return j.WEBFORMS;
|
|
@@ -11162,7 +11156,7 @@ function GI(e) {
|
|
|
11162
11156
|
return e;
|
|
11163
11157
|
}
|
|
11164
11158
|
}
|
|
11165
|
-
function
|
|
11159
|
+
function LA(e) {
|
|
11166
11160
|
switch (e) {
|
|
11167
11161
|
case j.WEBFORMS:
|
|
11168
11162
|
return j.WEBFORM;
|
|
@@ -11180,7 +11174,7 @@ function MA(e) {
|
|
|
11180
11174
|
return e;
|
|
11181
11175
|
}
|
|
11182
11176
|
}
|
|
11183
|
-
const
|
|
11177
|
+
const YI = Q("files/tryEditMethod", async ({ method: e }, { dispatch: n }) => {
|
|
11184
11178
|
const t = e.filePath.split("/"), [a] = t[1].split("."), { editor: i } = It(e.filePath);
|
|
11185
11179
|
return await n(
|
|
11186
11180
|
jg({
|
|
@@ -11462,14 +11456,14 @@ const qI = Q("files/tryEditMethod", async ({ method: e }, { dispatch: n }) => {
|
|
|
11462
11456
|
}
|
|
11463
11457
|
}
|
|
11464
11458
|
);
|
|
11465
|
-
function
|
|
11459
|
+
function NA(e) {
|
|
11466
11460
|
const n = e.split(".");
|
|
11467
11461
|
return n.pop(), {
|
|
11468
11462
|
name: n.join("."),
|
|
11469
11463
|
ext: e.split(".")[e.split(".").length - 1]
|
|
11470
11464
|
};
|
|
11471
11465
|
}
|
|
11472
|
-
const
|
|
11466
|
+
const zI = Q("explorer/uploadFileAndGetResponse", async (e) => {
|
|
11473
11467
|
const n = e.type.includes("image/") ? "$rawPict=true" : "$binary=true";
|
|
11474
11468
|
try {
|
|
11475
11469
|
const t = await fetch(`/rest/$upload?${n}`, {
|
|
@@ -11483,10 +11477,10 @@ const YI = Q("explorer/uploadFile", async (e) => {
|
|
|
11483
11477
|
} catch {
|
|
11484
11478
|
return { status: 500, data: null };
|
|
11485
11479
|
}
|
|
11486
|
-
}),
|
|
11487
|
-
const { editor: i, supportedEditors: s } = It(n), { name: c, ext: f } =
|
|
11480
|
+
}), VI = Q("explorer/uploadFile", async ({ file: e, path: n, parentNode: t }, { dispatch: a }) => {
|
|
11481
|
+
const { editor: i, supportedEditors: s } = It(n), { name: c, ext: f } = NA(e.name);
|
|
11488
11482
|
a(
|
|
11489
|
-
|
|
11483
|
+
IA({
|
|
11490
11484
|
parent: t,
|
|
11491
11485
|
child: {
|
|
11492
11486
|
name: c,
|
|
@@ -11557,8 +11551,8 @@ const YI = Q("explorer/uploadFile", async (e) => {
|
|
|
11557
11551
|
} = f().settings;
|
|
11558
11552
|
try {
|
|
11559
11553
|
const h = await Ai({
|
|
11560
|
-
name:
|
|
11561
|
-
content: i ||
|
|
11554
|
+
name: MA(e, n, d),
|
|
11555
|
+
content: i || $A(n, p),
|
|
11562
11556
|
path: t,
|
|
11563
11557
|
asText: [j.CLASS, j.METHOD].includes(n)
|
|
11564
11558
|
});
|
|
@@ -11572,7 +11566,7 @@ const YI = Q("explorer/uploadFile", async (e) => {
|
|
|
11572
11566
|
}
|
|
11573
11567
|
}
|
|
11574
11568
|
);
|
|
11575
|
-
function
|
|
11569
|
+
function FA(e, n) {
|
|
11576
11570
|
const { qodly: t = !0, withExtension: a = !0 } = n || {}, i = Qr(e.type, t);
|
|
11577
11571
|
let s = "";
|
|
11578
11572
|
switch (e.type) {
|
|
@@ -11590,12 +11584,12 @@ function NA(e, n) {
|
|
|
11590
11584
|
}
|
|
11591
11585
|
return `${s}${a ? `.${i}` : ""}`;
|
|
11592
11586
|
}
|
|
11593
|
-
const
|
|
11587
|
+
const KI = Q(
|
|
11594
11588
|
"explorer/createNewFileAndOpen",
|
|
11595
11589
|
async (e, { dispatch: n, getState: t }) => {
|
|
11596
11590
|
const a = await n(Fa(e)).unwrap(), { qodly: i } = t().settings.server;
|
|
11597
11591
|
if (a) {
|
|
11598
|
-
const { file: s } = a, c =
|
|
11592
|
+
const { file: s } = a, c = FA(s, { withExtension: !1, qodly: i }), { editor: f } = It(c);
|
|
11599
11593
|
await n(
|
|
11600
11594
|
ci({
|
|
11601
11595
|
file: {
|
|
@@ -11638,7 +11632,7 @@ const VI = Q(
|
|
|
11638
11632
|
verb: it.GET_INFO,
|
|
11639
11633
|
path: e.path,
|
|
11640
11634
|
content: !0,
|
|
11641
|
-
as:
|
|
11635
|
+
as: Y1(t) ? "json" : "text"
|
|
11642
11636
|
}), i = {
|
|
11643
11637
|
editor: e.editor
|
|
11644
11638
|
}, s = Qu(e.path);
|
|
@@ -11867,7 +11861,7 @@ const VI = Q(
|
|
|
11867
11861
|
}
|
|
11868
11862
|
}
|
|
11869
11863
|
return b && (e.path === Ot && !d.flags.touched ? c(
|
|
11870
|
-
|
|
11864
|
+
$g({
|
|
11871
11865
|
content: b.content,
|
|
11872
11866
|
date: b.date,
|
|
11873
11867
|
flags: a
|
|
@@ -11878,7 +11872,7 @@ const VI = Q(
|
|
|
11878
11872
|
value: b.content
|
|
11879
11873
|
})
|
|
11880
11874
|
), c(
|
|
11881
|
-
(n ?
|
|
11875
|
+
(n ? mP : kt)({
|
|
11882
11876
|
...b,
|
|
11883
11877
|
isNew: t
|
|
11884
11878
|
})
|
|
@@ -11898,7 +11892,7 @@ const VI = Q(
|
|
|
11898
11892
|
}
|
|
11899
11893
|
const s = await Vi(e);
|
|
11900
11894
|
return t(kt(s)), s;
|
|
11901
|
-
}),
|
|
11895
|
+
}), kA = Q(
|
|
11902
11896
|
"explorer/injectContentAtLine",
|
|
11903
11897
|
async (e, { getState: n, dispatch: t, rejectWithValue: a }) => {
|
|
11904
11898
|
const i = n();
|
|
@@ -11920,7 +11914,7 @@ const VI = Q(
|
|
|
11920
11914
|
path: `${c.path}.${c.ext}`
|
|
11921
11915
|
};
|
|
11922
11916
|
}
|
|
11923
|
-
),
|
|
11917
|
+
), jA = Q("explorer/openFileAtSelection", async ({ file: e }, { getState: n, dispatch: t }) => {
|
|
11924
11918
|
const { tabs: a } = n().root, i = a.find(({ path: c }) => e.path === c);
|
|
11925
11919
|
if (i) {
|
|
11926
11920
|
const c = {
|
|
@@ -11945,14 +11939,14 @@ const VI = Q(
|
|
|
11945
11939
|
return s.pop(), {
|
|
11946
11940
|
deleted: await mw({
|
|
11947
11941
|
root: ai.ROOT,
|
|
11948
|
-
type:
|
|
11942
|
+
type: LA(t),
|
|
11949
11943
|
verb: it.DROP,
|
|
11950
11944
|
name: n,
|
|
11951
11945
|
path: s.join("/")
|
|
11952
11946
|
}),
|
|
11953
11947
|
node: e
|
|
11954
11948
|
};
|
|
11955
|
-
}),
|
|
11949
|
+
}), JI = Q("explorer/deleteFolder", async (e, { getState: n, dispatch: t }) => {
|
|
11956
11950
|
const { path: a, flags: i } = e;
|
|
11957
11951
|
if (i.error)
|
|
11958
11952
|
return {
|
|
@@ -12064,7 +12058,7 @@ const VI = Q(
|
|
|
12064
12058
|
return t("failed to duplicate file");
|
|
12065
12059
|
}
|
|
12066
12060
|
}
|
|
12067
|
-
),
|
|
12061
|
+
), XI = Q(
|
|
12068
12062
|
"explorer/executeMethod",
|
|
12069
12063
|
async ({ methodName: e, params: n = [], resultingDataSource: t = {}, namespace: a = "" }, { rejectWithValue: i }) => {
|
|
12070
12064
|
var s, c;
|
|
@@ -12097,7 +12091,7 @@ const VI = Q(
|
|
|
12097
12091
|
}), i("can't execute method");
|
|
12098
12092
|
}
|
|
12099
12093
|
}
|
|
12100
|
-
),
|
|
12094
|
+
), BA = (e) => {
|
|
12101
12095
|
const { dataClasses: n, ...t } = e;
|
|
12102
12096
|
return {
|
|
12103
12097
|
...t,
|
|
@@ -12119,7 +12113,7 @@ const VI = Q(
|
|
|
12119
12113
|
return i;
|
|
12120
12114
|
})
|
|
12121
12115
|
};
|
|
12122
|
-
},
|
|
12116
|
+
}, ZI = Q("files/fetchFiles", async () => yw(
|
|
12123
12117
|
ai.WEBFORMS,
|
|
12124
12118
|
ai.METHODS,
|
|
12125
12119
|
ai.CLASSES
|
|
@@ -12268,7 +12262,7 @@ const VI = Q(
|
|
|
12268
12262
|
[e.propertyKey]: e.value
|
|
12269
12263
|
}) : f);
|
|
12270
12264
|
}
|
|
12271
|
-
),
|
|
12265
|
+
), WA = Q("tabs/fetchChanges", async (e, { getState: n }) => {
|
|
12272
12266
|
const a = Ka(n()).filter(
|
|
12273
12267
|
(i) => [j.METHOD, j.CLASS].includes(i.type)
|
|
12274
12268
|
);
|
|
@@ -12283,10 +12277,10 @@ const VI = Q(
|
|
|
12283
12277
|
};
|
|
12284
12278
|
})
|
|
12285
12279
|
);
|
|
12286
|
-
}),
|
|
12280
|
+
}), QI = Q(
|
|
12287
12281
|
"files/saveAll",
|
|
12288
12282
|
async (e, { getState: n, dispatch: t }) => {
|
|
12289
|
-
const a =
|
|
12283
|
+
const a = gg(n());
|
|
12290
12284
|
for (const i of a)
|
|
12291
12285
|
t(ja({ tab: i }));
|
|
12292
12286
|
}
|
|
@@ -12316,13 +12310,13 @@ const VI = Q(
|
|
|
12316
12310
|
as: "json"
|
|
12317
12311
|
});
|
|
12318
12312
|
t(
|
|
12319
|
-
|
|
12313
|
+
$g({
|
|
12320
12314
|
content: f.content,
|
|
12321
12315
|
date: f.date
|
|
12322
12316
|
})
|
|
12323
12317
|
);
|
|
12324
12318
|
})(), !0;
|
|
12325
|
-
}),
|
|
12319
|
+
}), e$ = Q("files/tryCloseOtherTabs", async (e, { getState: n, dispatch: t }) => {
|
|
12326
12320
|
const { tabs: a } = n().root;
|
|
12327
12321
|
if (a.some(
|
|
12328
12322
|
(s) => s.path !== e && s.flags.touched === !0
|
|
@@ -12339,8 +12333,8 @@ const VI = Q(
|
|
|
12339
12333
|
if (!s)
|
|
12340
12334
|
return;
|
|
12341
12335
|
}
|
|
12342
|
-
t(
|
|
12343
|
-
}),
|
|
12336
|
+
t(hP(e));
|
|
12337
|
+
}), t$ = Q("files/tryCloseAllTabs", async (e, { getState: n, dispatch: t }) => {
|
|
12344
12338
|
const { tabs: a } = n().root;
|
|
12345
12339
|
if (a.some((s) => s.flags.touched === !0)) {
|
|
12346
12340
|
const { confirmed: s } = await t(
|
|
@@ -12355,8 +12349,8 @@ const VI = Q(
|
|
|
12355
12349
|
if (!s)
|
|
12356
12350
|
return;
|
|
12357
12351
|
}
|
|
12358
|
-
t(
|
|
12359
|
-
}),
|
|
12352
|
+
t(dP());
|
|
12353
|
+
}), n$ = Q("files/tryCloseRightTabs", async (e, { getState: n, dispatch: t }) => {
|
|
12360
12354
|
const { tabs: a } = n().root;
|
|
12361
12355
|
let i = !1;
|
|
12362
12356
|
for (let s = a.length - 1; s > e; s -= 1)
|
|
@@ -12377,8 +12371,8 @@ const VI = Q(
|
|
|
12377
12371
|
if (!s)
|
|
12378
12372
|
return;
|
|
12379
12373
|
}
|
|
12380
|
-
t(
|
|
12381
|
-
}),
|
|
12374
|
+
t(pP(e));
|
|
12375
|
+
}), r$ = Q("files/tryCloseLeftTabs", async (e, { getState: n, dispatch: t }) => {
|
|
12382
12376
|
const { tabs: a } = n().root;
|
|
12383
12377
|
let i = !1;
|
|
12384
12378
|
for (let s = 0; s < e; s += 1)
|
|
@@ -12399,7 +12393,7 @@ const VI = Q(
|
|
|
12399
12393
|
if (!s)
|
|
12400
12394
|
return;
|
|
12401
12395
|
}
|
|
12402
|
-
t(
|
|
12396
|
+
t(gP(e));
|
|
12403
12397
|
}), qu = Q("files/reloadTab", async (e, { dispatch: n }) => {
|
|
12404
12398
|
if (e.flags.touched) {
|
|
12405
12399
|
const { confirmed: i } = await n(
|
|
@@ -12414,7 +12408,7 @@ const VI = Q(
|
|
|
12414
12408
|
if (!i)
|
|
12415
12409
|
throw new Error("Cancel modal!");
|
|
12416
12410
|
}
|
|
12417
|
-
const t =
|
|
12411
|
+
const t = MO(e.path), a = await Gn({
|
|
12418
12412
|
verb: it.GET_INFO,
|
|
12419
12413
|
path: e.path,
|
|
12420
12414
|
content: !0,
|
|
@@ -12422,7 +12416,7 @@ const VI = Q(
|
|
|
12422
12416
|
});
|
|
12423
12417
|
if (e.path === Ot) {
|
|
12424
12418
|
const { roles: i, privileges: s } = ef(a.content);
|
|
12425
|
-
n(
|
|
12419
|
+
n(Mg({ roles: i, privileges: s }));
|
|
12426
12420
|
} else if (e.path === Ir) {
|
|
12427
12421
|
const { content: i } = a;
|
|
12428
12422
|
n(nf({ path: "project", value: i }));
|
|
@@ -12432,7 +12426,7 @@ const VI = Q(
|
|
|
12432
12426
|
path: e.path,
|
|
12433
12427
|
action: _w.RELOAD,
|
|
12434
12428
|
payload: i.components
|
|
12435
|
-
}) : e.type === j.MODEL &&
|
|
12429
|
+
}) : e.type === j.MODEL && YO.next({
|
|
12436
12430
|
action: "reload",
|
|
12437
12431
|
payload: i
|
|
12438
12432
|
});
|
|
@@ -12459,7 +12453,7 @@ const VI = Q(
|
|
|
12459
12453
|
).unwrap();
|
|
12460
12454
|
if (!_)
|
|
12461
12455
|
return n(
|
|
12462
|
-
|
|
12456
|
+
lP({
|
|
12463
12457
|
path: a,
|
|
12464
12458
|
flags: {
|
|
12465
12459
|
old: !0
|
|
@@ -12468,7 +12462,7 @@ const VI = Q(
|
|
|
12468
12462
|
), null;
|
|
12469
12463
|
}
|
|
12470
12464
|
}
|
|
12471
|
-
const f =
|
|
12465
|
+
const f = UA(e, t()), d = await Ew({
|
|
12472
12466
|
verb: it.SAVE_CONTENT,
|
|
12473
12467
|
content: f,
|
|
12474
12468
|
path: a
|
|
@@ -12489,7 +12483,7 @@ const VI = Q(
|
|
|
12489
12483
|
{ title: "Permissions errors", messages: h }
|
|
12490
12484
|
] : []
|
|
12491
12485
|
};
|
|
12492
|
-
}),
|
|
12486
|
+
}), UA = (e, n) => {
|
|
12493
12487
|
switch (!0) {
|
|
12494
12488
|
case e.path === "settings.json":
|
|
12495
12489
|
case e.path === Ir:
|
|
@@ -12505,7 +12499,7 @@ const VI = Q(
|
|
|
12505
12499
|
dataClasses: [],
|
|
12506
12500
|
extraProperties: {}
|
|
12507
12501
|
};
|
|
12508
|
-
return
|
|
12502
|
+
return BA(t);
|
|
12509
12503
|
}
|
|
12510
12504
|
default:
|
|
12511
12505
|
return e.content;
|
|
@@ -12549,22 +12543,22 @@ const VI = Q(
|
|
|
12549
12543
|
path: e.path,
|
|
12550
12544
|
type: c,
|
|
12551
12545
|
initialContent: f,
|
|
12552
|
-
content: c === j.MODEL ?
|
|
12546
|
+
content: c === j.MODEL ? q1(f) : f,
|
|
12553
12547
|
history: {
|
|
12554
12548
|
stack: [],
|
|
12555
12549
|
active: -1,
|
|
12556
12550
|
locked: !1
|
|
12557
12551
|
}
|
|
12558
12552
|
};
|
|
12559
|
-
},
|
|
12560
|
-
n(
|
|
12561
|
-
}, 300),
|
|
12553
|
+
}, HA = Ae.debounce((e, n) => {
|
|
12554
|
+
n(yP(e));
|
|
12555
|
+
}, 300), a$ = Q("tabs/setTabContent", (e, { getState: n, dispatch: t }) => {
|
|
12562
12556
|
var c;
|
|
12563
12557
|
const {
|
|
12564
12558
|
root: { tabs: a }
|
|
12565
12559
|
} = n(), i = a.find((f) => f.path === e.path), s = !!((c = i == null ? void 0 : i.history) != null && c.locked);
|
|
12566
|
-
t(Jg(e)), s ? t(
|
|
12567
|
-
}),
|
|
12560
|
+
t(Jg(e)), s ? t(bP(e.path)) : HA(e.path, t);
|
|
12561
|
+
}), GA = Q(
|
|
12568
12562
|
"files/tryInjectMethod",
|
|
12569
12563
|
async ({ type: e, dataclass: n }, { getState: t, dispatch: a }) => {
|
|
12570
12564
|
const {
|
|
@@ -12621,7 +12615,7 @@ const VI = Q(
|
|
|
12621
12615
|
type: j.CLASS
|
|
12622
12616
|
}), p.path = d, a(kt(p)), p;
|
|
12623
12617
|
}
|
|
12624
|
-
),
|
|
12618
|
+
), o$ = Q("roles/open", async (e, { dispatch: n, getState: t }) => {
|
|
12625
12619
|
const { tabs: a } = t().root, i = a.find((s) => s.path === Ot);
|
|
12626
12620
|
if (i)
|
|
12627
12621
|
return n(kt(i)), i;
|
|
@@ -12629,10 +12623,10 @@ const VI = Q(
|
|
|
12629
12623
|
});
|
|
12630
12624
|
function Jp(e, n) {
|
|
12631
12625
|
const { line: t, offset: a, type: i = "saved" } = n;
|
|
12632
|
-
e.breakpoints[i].locations.push({ line: t }),
|
|
12626
|
+
e.breakpoints[i].locations.push({ line: t }), Ae.isNumber(a) && (e.breakpoints[i].offset = a);
|
|
12633
12627
|
}
|
|
12634
12628
|
function Xp(e, n, t, a) {
|
|
12635
|
-
e.breakpoints[t].locations = n,
|
|
12629
|
+
e.breakpoints[t].locations = n, Ae.isNumber(a) && (e.breakpoints[t].offset = a);
|
|
12636
12630
|
}
|
|
12637
12631
|
function Zp({
|
|
12638
12632
|
filePath: e,
|
|
@@ -12858,7 +12852,7 @@ const Hg = Vt({
|
|
|
12858
12852
|
if (c)
|
|
12859
12853
|
c.expressions = d;
|
|
12860
12854
|
else {
|
|
12861
|
-
const p =
|
|
12855
|
+
const p = jh(t);
|
|
12862
12856
|
e.sessions.push({
|
|
12863
12857
|
tabPath: p,
|
|
12864
12858
|
threadId: t,
|
|
@@ -12969,48 +12963,48 @@ const Hg = Vt({
|
|
|
12969
12963
|
}
|
|
12970
12964
|
},
|
|
12971
12965
|
extraReducers: (e) => {
|
|
12972
|
-
e.addCase(
|
|
12966
|
+
e.addCase(YA.fulfilled, (n) => {
|
|
12973
12967
|
n.sessions = [];
|
|
12974
12968
|
});
|
|
12975
12969
|
}
|
|
12976
12970
|
}), {
|
|
12977
|
-
addBreakpointDecoration:
|
|
12978
|
-
removeBreakpointDecoration:
|
|
12979
|
-
setBreakpointsDecoration:
|
|
12980
|
-
clearBreakpoints:
|
|
12981
|
-
clearBreakpointsExcept:
|
|
12982
|
-
clearAllBreakpoints:
|
|
12983
|
-
setActiveLine:
|
|
12984
|
-
addExpression:
|
|
12985
|
-
renameExpression:
|
|
12986
|
-
removeExpression:
|
|
12987
|
-
removeAllExpressions:
|
|
12988
|
-
setExpression:
|
|
12989
|
-
updateExpressionAt:
|
|
12990
|
-
saveExpressions:
|
|
12991
|
-
addSession:
|
|
12992
|
-
updateSession:
|
|
12993
|
-
removeSession:
|
|
12994
|
-
removeSessionByIndex:
|
|
12995
|
-
setSessions:
|
|
12996
|
-
setCallChainVariables:
|
|
12997
|
-
setExpressionVariables:
|
|
12998
|
-
setSourceContent:
|
|
12999
|
-
setDebuggerMeta:
|
|
13000
|
-
} = Hg.actions,
|
|
12971
|
+
addBreakpointDecoration: i$,
|
|
12972
|
+
removeBreakpointDecoration: s$,
|
|
12973
|
+
setBreakpointsDecoration: u$,
|
|
12974
|
+
clearBreakpoints: c$,
|
|
12975
|
+
clearBreakpointsExcept: f$,
|
|
12976
|
+
clearAllBreakpoints: l$,
|
|
12977
|
+
setActiveLine: d$,
|
|
12978
|
+
addExpression: p$,
|
|
12979
|
+
renameExpression: h$,
|
|
12980
|
+
removeExpression: g$,
|
|
12981
|
+
removeAllExpressions: v$,
|
|
12982
|
+
setExpression: m$,
|
|
12983
|
+
updateExpressionAt: y$,
|
|
12984
|
+
saveExpressions: b$,
|
|
12985
|
+
addSession: _$,
|
|
12986
|
+
updateSession: E$,
|
|
12987
|
+
removeSession: w$,
|
|
12988
|
+
removeSessionByIndex: S$,
|
|
12989
|
+
setSessions: qA,
|
|
12990
|
+
setCallChainVariables: T$,
|
|
12991
|
+
setExpressionVariables: x$,
|
|
12992
|
+
setSourceContent: C$,
|
|
12993
|
+
setDebuggerMeta: O$
|
|
12994
|
+
} = Hg.actions, YA = Q("files/wipeDebuggerSessions", async (e, { getState: n, dispatch: t }) => {
|
|
13001
12995
|
const { sessions: a } = n().debugger;
|
|
13002
12996
|
for (const { threadId: i } of a) {
|
|
13003
|
-
const s =
|
|
12997
|
+
const s = jh(i);
|
|
13004
12998
|
t(Ug(s));
|
|
13005
12999
|
}
|
|
13006
|
-
}),
|
|
13000
|
+
}), zA = Q(
|
|
13007
13001
|
"files/removeDebuggerSessionsNotIn",
|
|
13008
13002
|
async (e, { getState: n, dispatch: t }) => {
|
|
13009
13003
|
const { threadIds: a } = e, { sessions: i } = n().debugger, s = [], c = i.filter((f) => {
|
|
13010
13004
|
const d = a.includes(f.threadId);
|
|
13011
13005
|
return d || s.push(f.threadId), d;
|
|
13012
13006
|
});
|
|
13013
|
-
return t(
|
|
13007
|
+
return t(qA(c)), { staleThreadIds: s };
|
|
13014
13008
|
}
|
|
13015
13009
|
), Gg = Q(
|
|
13016
13010
|
"models/fetch",
|
|
@@ -13058,7 +13052,7 @@ const Hg = Vt({
|
|
|
13058
13052
|
} catch {
|
|
13059
13053
|
return a("Error while saving the model");
|
|
13060
13054
|
}
|
|
13061
|
-
}),
|
|
13055
|
+
}), R$ = Q(
|
|
13062
13056
|
"models/open",
|
|
13063
13057
|
async (e, { dispatch: n, getState: t }) => {
|
|
13064
13058
|
const { tabs: a } = t().root, i = a.find((s) => s.path === "models/main");
|
|
@@ -13066,7 +13060,7 @@ const Hg = Vt({
|
|
|
13066
13060
|
return n(kt(i)), i;
|
|
13067
13061
|
n(Gg());
|
|
13068
13062
|
}
|
|
13069
|
-
),
|
|
13063
|
+
), A$ = Q(
|
|
13070
13064
|
"model/rename-dataclass",
|
|
13071
13065
|
async (e, { getState: n, dispatch: t }) => {
|
|
13072
13066
|
var v, b;
|
|
@@ -13143,7 +13137,7 @@ const Hg = Vt({
|
|
|
13143
13137
|
), Oi = {
|
|
13144
13138
|
DATACLASS_DELETE: "dataclass.delete",
|
|
13145
13139
|
DATACLASS_DRAGGABLE: "dataclass.draggable"
|
|
13146
|
-
},
|
|
13140
|
+
}, VA = {
|
|
13147
13141
|
model: {
|
|
13148
13142
|
dataClasses: {},
|
|
13149
13143
|
collections: {},
|
|
@@ -13160,7 +13154,7 @@ const Hg = Vt({
|
|
|
13160
13154
|
}
|
|
13161
13155
|
}, qg = Vt({
|
|
13162
13156
|
name: "Models",
|
|
13163
|
-
initialState:
|
|
13157
|
+
initialState: VA,
|
|
13164
13158
|
reducers: {
|
|
13165
13159
|
setModelFlag(e, n) {
|
|
13166
13160
|
e.flags = {
|
|
@@ -13184,12 +13178,12 @@ const Hg = Vt({
|
|
|
13184
13178
|
}), n.draft.dataClasses = a, n.draft.collections = i, n.draft.extraProperties = s, n.model.dataClasses = a, n.model.collections = i, n.model.extraProperties = s;
|
|
13185
13179
|
});
|
|
13186
13180
|
}
|
|
13187
|
-
}), { setModelFlag:
|
|
13188
|
-
var
|
|
13189
|
-
const
|
|
13181
|
+
}), { setModelFlag: P$ } = qg.actions;
|
|
13182
|
+
var KA = /* @__PURE__ */ ((e) => (e.UUID = "uuid", e.STRING = "string", e.TEXT = "text", e.DATE = "date", e.TIME = "duration", e.BOOLEAN = "bool", e.BYTE = "byte", e.INTEGER = "word", e.LONG = "long", e.LONG64 = "long64", e.FLOAT = "number", e.BLOB = "blob", e.IMAGE = "image", e.OBJECT = "object", e))(KA || {}), rf = /* @__PURE__ */ ((e) => (e.STORAGE = "storage", e.RELATEDENTITY = "relatedEntity", e.RELATEDENTITIES = "relatedEntities", e.CALCULATED = "calculated", e.COMPOSITION = "composition", e.ALIAS = "alias", e))(rf || {});
|
|
13183
|
+
const D$ = (e) => ["string", "uuid", "number", "long"].includes(e.type), I$ = [
|
|
13190
13184
|
{ label: "Storage", value: "storage" },
|
|
13191
13185
|
{ label: "Calculated", value: "calculated" }
|
|
13192
|
-
],
|
|
13186
|
+
], $$ = [
|
|
13193
13187
|
{
|
|
13194
13188
|
title: "UUID",
|
|
13195
13189
|
kind: "storage",
|
|
@@ -13206,7 +13200,7 @@ const P$ = (e) => ["string", "uuid", "number", "long"].includes(e.type), D$ = [
|
|
|
13206
13200
|
calculatedKind: "storage"
|
|
13207
13201
|
/* STORAGE */
|
|
13208
13202
|
}
|
|
13209
|
-
],
|
|
13203
|
+
], M$ = [
|
|
13210
13204
|
{
|
|
13211
13205
|
title: "String",
|
|
13212
13206
|
kind: "storage",
|
|
@@ -13311,21 +13305,21 @@ const P$ = (e) => ["string", "uuid", "number", "long"].includes(e.type), D$ = [
|
|
|
13311
13305
|
calculatedKind: "storage"
|
|
13312
13306
|
/* STORAGE */
|
|
13313
13307
|
}
|
|
13314
|
-
],
|
|
13308
|
+
], L$ = [
|
|
13315
13309
|
{ label: "Expose as REST", value: "public" },
|
|
13316
13310
|
{
|
|
13317
13311
|
label: "Do not expose as REST",
|
|
13318
13312
|
value: "publicOnServer"
|
|
13319
13313
|
}
|
|
13320
|
-
],
|
|
13314
|
+
], N$ = [
|
|
13321
13315
|
{ label: "Expose as REST", value: "public" },
|
|
13322
13316
|
{ label: "Do not expose as REST", value: "publicOnServer" }
|
|
13323
|
-
],
|
|
13317
|
+
], F$ = [
|
|
13324
13318
|
{ label: "None", value: "none" },
|
|
13325
13319
|
{ label: "B-tree", value: "btree" },
|
|
13326
13320
|
{ label: "Cluster", value: "cluster" },
|
|
13327
13321
|
{ label: "Automatic", value: "auto" }
|
|
13328
|
-
],
|
|
13322
|
+
], k$ = (e, n) => ({
|
|
13329
13323
|
toJSON: !0,
|
|
13330
13324
|
extraProperties: n,
|
|
13331
13325
|
dataClasses: e.map((t) => {
|
|
@@ -13342,33 +13336,33 @@ const P$ = (e) => ["string", "uuid", "number", "long"].includes(e.type), D$ = [
|
|
|
13342
13336
|
};
|
|
13343
13337
|
})
|
|
13344
13338
|
});
|
|
13345
|
-
function
|
|
13339
|
+
function j$(e, n, t) {
|
|
13346
13340
|
const a = e;
|
|
13347
13341
|
let i = 0;
|
|
13348
13342
|
for (; t[`${a}${i || ""}`]; )
|
|
13349
13343
|
i++;
|
|
13350
13344
|
return `${a}${i || ""}`;
|
|
13351
13345
|
}
|
|
13352
|
-
const
|
|
13346
|
+
const JA = (e) => e.kind === rf.RELATEDENTITY, XA = (e) => e.kind === rf.RELATEDENTITIES, B$ = (e) => XA(e) || JA(e), W$ = () => fr((e) => e.model.draft.dataClasses), U$ = () => fr((e) => e.model.draft.collections), H$ = (e) => fr((n) => n.model.draft.dataClasses[e]), G$ = (e, n) => fr(
|
|
13353
13347
|
(t) => t.model.draft.dataClasses[e].attributes.find(
|
|
13354
13348
|
xn("name", n)
|
|
13355
13349
|
)
|
|
13356
|
-
),
|
|
13350
|
+
), q$ = () => fr((e) => e.model.draft.extraProperties), Y$ = () => {
|
|
13357
13351
|
const e = fr((i) => i.model.flags), n = (i) => i in e ? e[i] : void 0, t = n(Oi.DATACLASS_DELETE), a = n(Oi.DATACLASS_DRAGGABLE);
|
|
13358
13352
|
return {
|
|
13359
13353
|
deleteDataclass: t,
|
|
13360
13354
|
draggableDataclass: a,
|
|
13361
13355
|
flags: e
|
|
13362
13356
|
};
|
|
13363
|
-
},
|
|
13357
|
+
}, ZA = qg.reducer;
|
|
13364
13358
|
function Yu(e, n) {
|
|
13365
13359
|
const t = e.tabs.find(({ path: a }) => a === Ir);
|
|
13366
13360
|
t && (t.flags.touched = n);
|
|
13367
13361
|
}
|
|
13368
|
-
const
|
|
13362
|
+
const QA = {
|
|
13369
13363
|
SIDEBAR_SECTION_RESIZABLE: "sidebar.section.resizable"
|
|
13370
|
-
},
|
|
13371
|
-
[
|
|
13364
|
+
}, eP = {
|
|
13365
|
+
[QA.SIDEBAR_SECTION_RESIZABLE]: !0
|
|
13372
13366
|
}, Yg = Vt({
|
|
13373
13367
|
name: "webforms",
|
|
13374
13368
|
initialState: () => {
|
|
@@ -13381,10 +13375,10 @@ const ZA = {
|
|
|
13381
13375
|
selectedGroup: ""
|
|
13382
13376
|
},
|
|
13383
13377
|
datasources: {
|
|
13384
|
-
...
|
|
13378
|
+
...Ph.webforms.datasources,
|
|
13385
13379
|
...e == null ? void 0 : e.datasources
|
|
13386
13380
|
},
|
|
13387
|
-
flags:
|
|
13381
|
+
flags: eP
|
|
13388
13382
|
};
|
|
13389
13383
|
},
|
|
13390
13384
|
reducers: {
|
|
@@ -13432,50 +13426,48 @@ const ZA = {
|
|
|
13432
13426
|
}
|
|
13433
13427
|
},
|
|
13434
13428
|
extraReducers(e) {
|
|
13435
|
-
e.addCase(
|
|
13429
|
+
e.addCase(sP.fulfilled, (n, t) => {
|
|
13436
13430
|
n.components = t.payload;
|
|
13437
13431
|
});
|
|
13438
13432
|
}
|
|
13439
13433
|
}), {
|
|
13440
|
-
toggleInspector:
|
|
13441
|
-
inspect:
|
|
13442
|
-
addComponent:
|
|
13443
|
-
editComponent:
|
|
13444
|
-
removeComponent:
|
|
13445
|
-
setSelectedGroup:
|
|
13446
|
-
setTemplatesData:
|
|
13447
|
-
setTemplateData:
|
|
13448
|
-
setDatasourcesTheme:
|
|
13449
|
-
setWebformsFlag:
|
|
13450
|
-
} = Yg.actions,
|
|
13434
|
+
toggleInspector: z$,
|
|
13435
|
+
inspect: V$,
|
|
13436
|
+
addComponent: tP,
|
|
13437
|
+
editComponent: nP,
|
|
13438
|
+
removeComponent: rP,
|
|
13439
|
+
setSelectedGroup: K$,
|
|
13440
|
+
setTemplatesData: aP,
|
|
13441
|
+
setTemplateData: oP,
|
|
13442
|
+
setDatasourcesTheme: J$,
|
|
13443
|
+
setWebformsFlag: X$
|
|
13444
|
+
} = Yg.actions, iP = Yg.reducer, af = Ae.curry((e, n) => {
|
|
13451
13445
|
var i, s;
|
|
13452
13446
|
const t = {
|
|
13453
13447
|
...n.sharedDatasources.sources
|
|
13454
13448
|
}, a = (s = ((i = n.root.tabs.find(xn("path", e))) == null ? void 0 : i.content).metadata) == null ? void 0 : s.datasources;
|
|
13455
|
-
return a && (t[e] = a),
|
|
13456
|
-
}),
|
|
13449
|
+
return a && (t[e] = a), Ae.cloneDeep(t);
|
|
13450
|
+
}), Z$ = Q("webforms/fetchTemplates", async (e, { dispatch: n, getState: t }) => {
|
|
13457
13451
|
const { data: a } = t().webforms.templates, i = t().settings.session["studio.tipsBaseUrl"] || "";
|
|
13458
|
-
if (!
|
|
13452
|
+
if (!Ae.isEmpty(a))
|
|
13459
13453
|
return a;
|
|
13460
13454
|
try {
|
|
13461
|
-
const c = await (await fetch(
|
|
13462
|
-
|
|
13463
|
-
)).json();
|
|
13464
|
-
return n(rP(c)), c;
|
|
13455
|
+
const c = await (await fetch(`${i}/build/index.json?t=${Date.now()}`)).json();
|
|
13456
|
+
return n(aP(c)), c;
|
|
13465
13457
|
} catch {
|
|
13466
13458
|
return [];
|
|
13467
13459
|
}
|
|
13468
|
-
}),
|
|
13460
|
+
}), Q$ = Q("webforms/fetchTemplate", async ({ name: e }, { dispatch: n, getState: t }) => {
|
|
13469
13461
|
const { data: a } = t().webforms.templates, i = a.find((s) => s.group === e);
|
|
13470
|
-
if (i && !
|
|
13462
|
+
if (i && !Ae.isEmpty(i.components))
|
|
13471
13463
|
return i.components;
|
|
13472
13464
|
try {
|
|
13473
13465
|
const c = await (await fetch(`${i == null ? void 0 : i.link}?t=${Date.now()}`)).json();
|
|
13474
|
-
return n(
|
|
13466
|
+
return n(oP({ group: e, components: c })), c;
|
|
13475
13467
|
} catch {
|
|
13476
13468
|
return [];
|
|
13477
13469
|
}
|
|
13478
|
-
}),
|
|
13470
|
+
}), sP = Q(
|
|
13479
13471
|
"webforms/fetchCraftedComponents",
|
|
13480
13472
|
async (e, { rejectWithValue: n }) => {
|
|
13481
13473
|
try {
|
|
@@ -13489,11 +13481,11 @@ const ZA = {
|
|
|
13489
13481
|
return n("Error while loading the crafted components");
|
|
13490
13482
|
}
|
|
13491
13483
|
}
|
|
13492
|
-
),
|
|
13484
|
+
), eM = Q(
|
|
13493
13485
|
"webforms/addCraftedComponent",
|
|
13494
13486
|
async (e, { dispatch: n, rejectWithValue: t, getState: a }) => {
|
|
13495
13487
|
try {
|
|
13496
|
-
n(
|
|
13488
|
+
n(tP(e));
|
|
13497
13489
|
const {
|
|
13498
13490
|
webforms: { components: i }
|
|
13499
13491
|
} = a();
|
|
@@ -13502,11 +13494,11 @@ const ZA = {
|
|
|
13502
13494
|
return t("Error while adding the crafted component");
|
|
13503
13495
|
}
|
|
13504
13496
|
}
|
|
13505
|
-
),
|
|
13497
|
+
), tM = Q(
|
|
13506
13498
|
"webforms/editCraftedComponent",
|
|
13507
13499
|
async (e, { dispatch: n, rejectWithValue: t, getState: a }) => {
|
|
13508
13500
|
try {
|
|
13509
|
-
n(
|
|
13501
|
+
n(nP(e));
|
|
13510
13502
|
const {
|
|
13511
13503
|
webforms: { components: i }
|
|
13512
13504
|
} = a();
|
|
@@ -13515,11 +13507,11 @@ const ZA = {
|
|
|
13515
13507
|
return t("Error while editing the crafted component");
|
|
13516
13508
|
}
|
|
13517
13509
|
}
|
|
13518
|
-
),
|
|
13510
|
+
), nM = Q(
|
|
13519
13511
|
"webforms/removeCraftedComponent",
|
|
13520
13512
|
async (e, { dispatch: n, rejectWithValue: t, getState: a }) => {
|
|
13521
13513
|
try {
|
|
13522
|
-
n(
|
|
13514
|
+
n(rP(e));
|
|
13523
13515
|
const {
|
|
13524
13516
|
webforms: { components: i }
|
|
13525
13517
|
} = a();
|
|
@@ -13561,7 +13553,7 @@ const ZA = {
|
|
|
13561
13553
|
async (e, { getState: n, rejectWithValue: t }) => {
|
|
13562
13554
|
try {
|
|
13563
13555
|
const { namespace: a, path: i } = e, s = n(), c = !!e.namespace, f = af(i, s);
|
|
13564
|
-
let d =
|
|
13556
|
+
let d = Ae.defaultTo(
|
|
13565
13557
|
f[a || i],
|
|
13566
13558
|
[]
|
|
13567
13559
|
);
|
|
@@ -13580,11 +13572,11 @@ const ZA = {
|
|
|
13580
13572
|
t(`Error while editing datasource ${e.id}`);
|
|
13581
13573
|
}
|
|
13582
13574
|
}
|
|
13583
|
-
),
|
|
13575
|
+
), rM = (e) => e.type === Ba.fulfilled.type, Ba = Q(
|
|
13584
13576
|
"datasources/rename-datasource",
|
|
13585
13577
|
async (e, { getState: n, rejectWithValue: t }) => {
|
|
13586
13578
|
try {
|
|
13587
|
-
const a = n(), i = !!e.namespace, s = e.namespace || e.path, c = af(e.path, a), f =
|
|
13579
|
+
const a = n(), i = !!e.namespace, s = e.namespace || e.path, c = af(e.path, a), f = Ae.defaultTo(c[s], []), d = new RegExp(`^${e.id}\\b`, "");
|
|
13588
13580
|
if (f.forEach((p) => {
|
|
13589
13581
|
var v;
|
|
13590
13582
|
const h = (oh(p) || !ih(p)) && p.from && d.test(p.from);
|
|
@@ -13690,7 +13682,7 @@ const ZA = {
|
|
|
13690
13682
|
return n("Error while loading the shared conditions");
|
|
13691
13683
|
}
|
|
13692
13684
|
}
|
|
13693
|
-
),
|
|
13685
|
+
), uP = fh();
|
|
13694
13686
|
async function ri(e) {
|
|
13695
13687
|
const n = {
|
|
13696
13688
|
verb: it.SET_FILE_CONTENT,
|
|
@@ -13702,7 +13694,7 @@ async function ri(e) {
|
|
|
13702
13694
|
conditions: e
|
|
13703
13695
|
}
|
|
13704
13696
|
};
|
|
13705
|
-
await
|
|
13697
|
+
await uP(
|
|
13706
13698
|
() => Pi(Di, {
|
|
13707
13699
|
method: "POST",
|
|
13708
13700
|
body: JSON.stringify(n),
|
|
@@ -13775,12 +13767,12 @@ const of = (e, n) => {
|
|
|
13775
13767
|
}));
|
|
13776
13768
|
}
|
|
13777
13769
|
}), {
|
|
13778
|
-
updateSavedConditions:
|
|
13779
|
-
setSavedCondition:
|
|
13780
|
-
addSavedCondition:
|
|
13781
|
-
removeSavedCondition:
|
|
13782
|
-
initSavedConditions:
|
|
13783
|
-
} = Kg.actions,
|
|
13770
|
+
updateSavedConditions: aM,
|
|
13771
|
+
setSavedCondition: oM,
|
|
13772
|
+
addSavedCondition: iM,
|
|
13773
|
+
removeSavedCondition: cP,
|
|
13774
|
+
initSavedConditions: sM
|
|
13775
|
+
} = Kg.actions, fP = Kg.reducer, Ri = Vt({
|
|
13784
13776
|
name: "root",
|
|
13785
13777
|
initialState: () => {
|
|
13786
13778
|
const e = za();
|
|
@@ -13851,7 +13843,7 @@ const of = (e, n) => {
|
|
|
13851
13843
|
payload: { path: t, stateDef: a }
|
|
13852
13844
|
} = n, i = e.tabs.find((c) => c.path === t);
|
|
13853
13845
|
i && (i.content.metadata.states = i.content.metadata.states || [
|
|
13854
|
-
|
|
13846
|
+
bg
|
|
13855
13847
|
], (s = i.content.metadata.states) != null && s.find(
|
|
13856
13848
|
(f) => f.id === a.id
|
|
13857
13849
|
) || (i.content.metadata.states = [
|
|
@@ -13864,7 +13856,7 @@ const of = (e, n) => {
|
|
|
13864
13856
|
e.tabs = e.tabs.map((i) => i.path === t ? {
|
|
13865
13857
|
...i,
|
|
13866
13858
|
flags: { ...i.flags, touched: !0, confirmed: !0 },
|
|
13867
|
-
content:
|
|
13859
|
+
content: z1(i.content, a)
|
|
13868
13860
|
} : i);
|
|
13869
13861
|
},
|
|
13870
13862
|
editWebformState(e, n) {
|
|
@@ -13898,7 +13890,7 @@ const of = (e, n) => {
|
|
|
13898
13890
|
[a]: {
|
|
13899
13891
|
...s.content.components[a],
|
|
13900
13892
|
custom: {
|
|
13901
|
-
...
|
|
13893
|
+
...Ae.omit(
|
|
13902
13894
|
s.content.components[a].custom,
|
|
13903
13895
|
`states:${i.id}`
|
|
13904
13896
|
)
|
|
@@ -14088,13 +14080,13 @@ const of = (e, n) => {
|
|
|
14088
14080
|
c = s.initialContent !== a, f = !f && c ? !0 : f;
|
|
14089
14081
|
else {
|
|
14090
14082
|
const d = JSON.stringify(
|
|
14091
|
-
|
|
14083
|
+
Ae.get(s.initialContent, i || "", s.initialContent)
|
|
14092
14084
|
), p = JSON.stringify(
|
|
14093
|
-
|
|
14085
|
+
Ae.get(a, i || "", a)
|
|
14094
14086
|
);
|
|
14095
14087
|
c = d !== p, f = !f && c ? !0 : f;
|
|
14096
14088
|
}
|
|
14097
|
-
return a && typeof a == "object" && (i ?
|
|
14089
|
+
return a && typeof a == "object" && (i ? Ae.set(s.content, i, a) : s.content = a), typeof a == "string" && (s.content = a), {
|
|
14098
14090
|
...s,
|
|
14099
14091
|
flags: {
|
|
14100
14092
|
...s.flags,
|
|
@@ -14206,7 +14198,7 @@ const of = (e, n) => {
|
|
|
14206
14198
|
}
|
|
14207
14199
|
});
|
|
14208
14200
|
}
|
|
14209
|
-
}), e.addCase(
|
|
14201
|
+
}), e.addCase(kA.fulfilled, (n, t) => {
|
|
14210
14202
|
if (!t.payload)
|
|
14211
14203
|
return;
|
|
14212
14204
|
const { content: a, line: i, path: s } = t.payload, c = n.tabs.find((f) => f.path === s);
|
|
@@ -14261,7 +14253,7 @@ const of = (e, n) => {
|
|
|
14261
14253
|
kind: "danger",
|
|
14262
14254
|
message: "Cannot save file"
|
|
14263
14255
|
});
|
|
14264
|
-
}), e.addCase(
|
|
14256
|
+
}), e.addCase(WA.fulfilled, (n, t) => {
|
|
14265
14257
|
const a = [...t.payload.files];
|
|
14266
14258
|
n.tabs = n.tabs.map((i) => {
|
|
14267
14259
|
if ([j.CLASS, j.METHOD].includes(i.type)) {
|
|
@@ -14338,7 +14330,7 @@ const of = (e, n) => {
|
|
|
14338
14330
|
lastModification: Date.now()
|
|
14339
14331
|
}
|
|
14340
14332
|
});
|
|
14341
|
-
}), e.addCase(
|
|
14333
|
+
}), e.addCase(jA.fulfilled, (n, t) => {
|
|
14342
14334
|
if (!t.payload)
|
|
14343
14335
|
return;
|
|
14344
14336
|
const { selection: a } = t.meta.arg, i = n.tabs.find(
|
|
@@ -14435,7 +14427,7 @@ const of = (e, n) => {
|
|
|
14435
14427
|
}), e.addCase(Cc.fulfilled, (n, t) => {
|
|
14436
14428
|
const a = n.tabs.find((i) => i.path === t.payload.path);
|
|
14437
14429
|
a && (a.flags.touched = !1, a.flags.confirmed = !0, a.date = t.payload.date, a.content = t.payload.content, a.initialContent = t.payload.content);
|
|
14438
|
-
}), e.addCase(
|
|
14430
|
+
}), e.addCase(GA.fulfilled, (n, t) => {
|
|
14439
14431
|
var s;
|
|
14440
14432
|
if (!((s = t.payload) != null && s.path))
|
|
14441
14433
|
return;
|
|
@@ -14475,7 +14467,7 @@ exposed Function ${t.meta.arg.name}()
|
|
|
14475
14467
|
metadata: { ...s.content.metadata, datasources: a }
|
|
14476
14468
|
});
|
|
14477
14469
|
});
|
|
14478
|
-
}), e.addCase(
|
|
14470
|
+
}), e.addCase(zA.fulfilled, (n, t) => {
|
|
14479
14471
|
const { staleThreadIds: a } = t.payload;
|
|
14480
14472
|
if (a.length === 0)
|
|
14481
14473
|
return;
|
|
@@ -14490,9 +14482,9 @@ exposed Function ${t.meta.arg.name}()
|
|
|
14490
14482
|
}
|
|
14491
14483
|
n.activeTab = "";
|
|
14492
14484
|
}), e.addCase(
|
|
14493
|
-
|
|
14485
|
+
Lg.pending,
|
|
14494
14486
|
(n) => Yu(n, !1)
|
|
14495
|
-
), e.addCase(
|
|
14487
|
+
), e.addCase(cP, (n, t) => {
|
|
14496
14488
|
const { id: a } = t.payload;
|
|
14497
14489
|
n.tabs = n.tabs.map((i) => ({
|
|
14498
14490
|
...i,
|
|
@@ -14510,7 +14502,7 @@ exposed Function ${t.meta.arg.name}()
|
|
|
14510
14502
|
return c ? {
|
|
14511
14503
|
...s,
|
|
14512
14504
|
conditions: c
|
|
14513
|
-
} :
|
|
14505
|
+
} : Ae.omit(s, "conditions");
|
|
14514
14506
|
}
|
|
14515
14507
|
return s;
|
|
14516
14508
|
}
|
|
@@ -14526,7 +14518,7 @@ exposed Function ${t.meta.arg.name}()
|
|
|
14526
14518
|
), e.addMatcher(gn(nf), (n) => {
|
|
14527
14519
|
Yu(n, !1);
|
|
14528
14520
|
}), e.addMatcher(
|
|
14529
|
-
gn(
|
|
14521
|
+
gn(vP, kt),
|
|
14530
14522
|
(n, t) => {
|
|
14531
14523
|
const { payload: a } = t;
|
|
14532
14524
|
let i;
|
|
@@ -14537,7 +14529,7 @@ exposed Function ${t.meta.arg.name}()
|
|
|
14537
14529
|
)
|
|
14538
14530
|
]);
|
|
14539
14531
|
}
|
|
14540
|
-
), e.addMatcher(gn(
|
|
14532
|
+
), e.addMatcher(gn(TA, SA), (n) => {
|
|
14541
14533
|
n.tabs = n.tabs.map((t) => t.path === Ot ? {
|
|
14542
14534
|
...t,
|
|
14543
14535
|
flags: {
|
|
@@ -14546,7 +14538,7 @@ exposed Function ${t.meta.arg.name}()
|
|
|
14546
14538
|
touched: !0
|
|
14547
14539
|
}
|
|
14548
14540
|
} : t);
|
|
14549
|
-
}), e.addMatcher(gn(
|
|
14541
|
+
}), e.addMatcher(gn(Mg), (n) => {
|
|
14550
14542
|
n.tabs = n.tabs.map((t) => t.path === Ot ? {
|
|
14551
14543
|
...t,
|
|
14552
14544
|
flags: {
|
|
@@ -14591,7 +14583,7 @@ exposed Function ${t.meta.arg.name}()
|
|
|
14591
14583
|
case li.fulfilled.type:
|
|
14592
14584
|
Object.assign(a.view.panel, {
|
|
14593
14585
|
type: "component",
|
|
14594
|
-
current:
|
|
14586
|
+
current: cO
|
|
14595
14587
|
});
|
|
14596
14588
|
break;
|
|
14597
14589
|
case Ba.fulfilled.type:
|
|
@@ -14609,40 +14601,40 @@ exposed Function ${t.meta.arg.name}()
|
|
|
14609
14601
|
);
|
|
14610
14602
|
}
|
|
14611
14603
|
}), {
|
|
14612
|
-
setTabs:
|
|
14604
|
+
setTabs: uM,
|
|
14613
14605
|
closeTab: uf,
|
|
14614
14606
|
setContent: Jg,
|
|
14615
|
-
setTabFlags:
|
|
14616
|
-
setTabsFlags:
|
|
14617
|
-
setTabExtra:
|
|
14618
|
-
closeAllTabs:
|
|
14619
|
-
addDataSource:
|
|
14620
|
-
closeRightTabs:
|
|
14621
|
-
closeOthers:
|
|
14622
|
-
closeLeftTabs:
|
|
14623
|
-
closeSavedTabs:
|
|
14624
|
-
setDataSources:
|
|
14625
|
-
removeDataSource:
|
|
14626
|
-
confirmTab:
|
|
14627
|
-
selectTab:
|
|
14607
|
+
setTabFlags: lP,
|
|
14608
|
+
setTabsFlags: cM,
|
|
14609
|
+
setTabExtra: fM,
|
|
14610
|
+
closeAllTabs: dP,
|
|
14611
|
+
addDataSource: lM,
|
|
14612
|
+
closeRightTabs: pP,
|
|
14613
|
+
closeOthers: hP,
|
|
14614
|
+
closeLeftTabs: gP,
|
|
14615
|
+
closeSavedTabs: dM,
|
|
14616
|
+
setDataSources: pM,
|
|
14617
|
+
removeDataSource: hM,
|
|
14618
|
+
confirmTab: gM,
|
|
14619
|
+
selectTab: vP,
|
|
14628
14620
|
selectTabByReference: kt,
|
|
14629
|
-
openTabUnselected:
|
|
14630
|
-
addWebFormStyles:
|
|
14631
|
-
changeTabEditor:
|
|
14632
|
-
openSettingsTab:
|
|
14633
|
-
setPanelState:
|
|
14634
|
-
addWebformState:
|
|
14635
|
-
editWebformState:
|
|
14636
|
-
removeWebformState:
|
|
14637
|
-
resetComponentState:
|
|
14638
|
-
addDefaultWebformState:
|
|
14639
|
-
removeDefaultWebformState:
|
|
14640
|
-
setDefaultWebformStates:
|
|
14641
|
-
setHistoryContent:
|
|
14642
|
-
unlockHistory:
|
|
14643
|
-
undo:
|
|
14644
|
-
redo:
|
|
14645
|
-
} = Ri.actions,
|
|
14621
|
+
openTabUnselected: mP,
|
|
14622
|
+
addWebFormStyles: vM,
|
|
14623
|
+
changeTabEditor: mM,
|
|
14624
|
+
openSettingsTab: yM,
|
|
14625
|
+
setPanelState: bM,
|
|
14626
|
+
addWebformState: _M,
|
|
14627
|
+
editWebformState: EM,
|
|
14628
|
+
removeWebformState: wM,
|
|
14629
|
+
resetComponentState: SM,
|
|
14630
|
+
addDefaultWebformState: TM,
|
|
14631
|
+
removeDefaultWebformState: xM,
|
|
14632
|
+
setDefaultWebformStates: CM,
|
|
14633
|
+
setHistoryContent: yP,
|
|
14634
|
+
unlockHistory: bP,
|
|
14635
|
+
undo: OM,
|
|
14636
|
+
redo: RM
|
|
14637
|
+
} = Ri.actions, _P = Ri.reducer, EP = Hg.reducer, ra = Q("catalog/fetchCatalog", async (e, { rejectWithValue: n }) => {
|
|
14646
14638
|
var t, a;
|
|
14647
14639
|
try {
|
|
14648
14640
|
const i = await xw(), s = /* @__PURE__ */ new Map(), c = /* @__PURE__ */ new Map(), f = /* @__PURE__ */ new Map();
|
|
@@ -14669,7 +14661,7 @@ exposed Function ${t.meta.arg.name}()
|
|
|
14669
14661
|
} catch {
|
|
14670
14662
|
return n("Error while loading the catalog");
|
|
14671
14663
|
}
|
|
14672
|
-
}),
|
|
14664
|
+
}), wP = Vt({
|
|
14673
14665
|
name: "catalog",
|
|
14674
14666
|
initialState: {
|
|
14675
14667
|
state: "loading"
|
|
@@ -14686,13 +14678,13 @@ exposed Function ${t.meta.arg.name}()
|
|
|
14686
14678
|
error: t.payload || "Error while loading the catalog"
|
|
14687
14679
|
}));
|
|
14688
14680
|
}
|
|
14689
|
-
}),
|
|
14681
|
+
}), SP = wP.reducer, TP = Rg.reducer, Vu = Q("shared_datasources/fetchSharedSources", async (e, { rejectWithValue: n }) => {
|
|
14690
14682
|
try {
|
|
14691
14683
|
return await Cw();
|
|
14692
14684
|
} catch {
|
|
14693
14685
|
return n("Error while loading the shared datasources");
|
|
14694
14686
|
}
|
|
14695
|
-
}),
|
|
14687
|
+
}), xP = Q(
|
|
14696
14688
|
"shared_datasources/addSharedSource",
|
|
14697
14689
|
async (e, { rejectWithValue: n, getState: t }) => {
|
|
14698
14690
|
try {
|
|
@@ -14706,7 +14698,7 @@ exposed Function ${t.meta.arg.name}()
|
|
|
14706
14698
|
return n("Error while saving the shared datasources");
|
|
14707
14699
|
}
|
|
14708
14700
|
}
|
|
14709
|
-
),
|
|
14701
|
+
), CP = Q(
|
|
14710
14702
|
"shared_datasources/editSharedSource",
|
|
14711
14703
|
async (e, { rejectWithValue: n, getState: t }) => {
|
|
14712
14704
|
try {
|
|
@@ -14727,7 +14719,7 @@ exposed Function ${t.meta.arg.name}()
|
|
|
14727
14719
|
return n("Error while saving the shared datasources");
|
|
14728
14720
|
}
|
|
14729
14721
|
}
|
|
14730
|
-
),
|
|
14722
|
+
), OP = Q(
|
|
14731
14723
|
"shared_datasources/deleteSharedSource",
|
|
14732
14724
|
async (e, { rejectWithValue: n, getState: t }) => {
|
|
14733
14725
|
try {
|
|
@@ -14770,7 +14762,7 @@ exposed Function ${t.meta.arg.name}()
|
|
|
14770
14762
|
return n("Error while saving the shared datasources");
|
|
14771
14763
|
}
|
|
14772
14764
|
}
|
|
14773
|
-
),
|
|
14765
|
+
), AM = Q(
|
|
14774
14766
|
"shared_datasources/setDatasourceEvents",
|
|
14775
14767
|
async ({ tabPath: e, name: n, namespace: t, events: a }, { getState: i, dispatch: s }) => {
|
|
14776
14768
|
var _, S, w;
|
|
@@ -14787,7 +14779,7 @@ exposed Function ${t.meta.arg.name}()
|
|
|
14787
14779
|
(P) => h(P, () => {
|
|
14788
14780
|
p.local = !0;
|
|
14789
14781
|
})
|
|
14790
|
-
), b =
|
|
14782
|
+
), b = Ae.flatten(Ae.values(f.sources)).map(
|
|
14791
14783
|
(P) => h(P, () => {
|
|
14792
14784
|
p.shared = !0;
|
|
14793
14785
|
})
|
|
@@ -14825,13 +14817,13 @@ exposed Function ${t.meta.arg.name}()
|
|
|
14825
14817
|
meta: { arg: i }
|
|
14826
14818
|
} = t;
|
|
14827
14819
|
i.namespace && Object.assign(n.sources, { [i.namespace]: a });
|
|
14828
|
-
}).addCase(
|
|
14820
|
+
}).addCase(xP.fulfilled, (n, t) => ({
|
|
14829
14821
|
...n,
|
|
14830
14822
|
sources: t.payload
|
|
14831
|
-
})).addCase(
|
|
14823
|
+
})).addCase(OP.fulfilled, (n, t) => ({
|
|
14832
14824
|
...n,
|
|
14833
14825
|
sources: t.payload
|
|
14834
|
-
})).addCase(
|
|
14826
|
+
})).addCase(CP.fulfilled, (n, t) => ({
|
|
14835
14827
|
...n,
|
|
14836
14828
|
sources: t.payload
|
|
14837
14829
|
})).addCase(Bg.fulfilled, (n, t) => {
|
|
@@ -14856,7 +14848,7 @@ exposed Function ${t.meta.arg.name}()
|
|
|
14856
14848
|
}
|
|
14857
14849
|
);
|
|
14858
14850
|
}
|
|
14859
|
-
}), { addEmptyNamespace:
|
|
14851
|
+
}), { addEmptyNamespace: PM } = Zg.actions, RP = Zg.reducer, AP = kg.reducer, Ku = Q(
|
|
14860
14852
|
"shared_css/fetchSharedCSS",
|
|
14861
14853
|
async (e, { rejectWithValue: n }) => {
|
|
14862
14854
|
try {
|
|
@@ -14866,8 +14858,8 @@ exposed Function ${t.meta.arg.name}()
|
|
|
14866
14858
|
return n("Error while loading the shared CSS");
|
|
14867
14859
|
}
|
|
14868
14860
|
}
|
|
14869
|
-
),
|
|
14870
|
-
async function
|
|
14861
|
+
), PP = fh();
|
|
14862
|
+
async function DP(e) {
|
|
14871
14863
|
const n = {
|
|
14872
14864
|
verb: it.SET_FILE_CONTENT,
|
|
14873
14865
|
asText: !1,
|
|
@@ -14880,7 +14872,7 @@ async function PP(e) {
|
|
|
14880
14872
|
}))
|
|
14881
14873
|
}
|
|
14882
14874
|
};
|
|
14883
|
-
await
|
|
14875
|
+
await PP(
|
|
14884
14876
|
() => Pi(Di, {
|
|
14885
14877
|
method: "POST",
|
|
14886
14878
|
body: JSON.stringify(n),
|
|
@@ -14900,7 +14892,7 @@ const Qg = Vt({
|
|
|
14900
14892
|
};
|
|
14901
14893
|
},
|
|
14902
14894
|
reducers: {
|
|
14903
|
-
updateSharedCss: (e, n) => (e.styles = n.payload.classes,
|
|
14895
|
+
updateSharedCss: (e, n) => (e.styles = n.payload.classes, DP(n.payload.classes), e),
|
|
14904
14896
|
initSharedCss: (e, n) => (e.styles = n.payload.classes, e)
|
|
14905
14897
|
},
|
|
14906
14898
|
extraReducers(e) {
|
|
@@ -14918,32 +14910,32 @@ const Qg = Vt({
|
|
|
14918
14910
|
error: t.payload || "Error while loading the shared css"
|
|
14919
14911
|
}));
|
|
14920
14912
|
}
|
|
14921
|
-
}), { updateSharedCss:
|
|
14913
|
+
}), { updateSharedCss: DM, initSharedCss: IM } = Qg.actions, IP = Qg.reducer, $P = {}, MP = Vt({
|
|
14922
14914
|
name: "tabs",
|
|
14923
|
-
initialState:
|
|
14915
|
+
initialState: $P,
|
|
14924
14916
|
reducers: {}
|
|
14925
|
-
}),
|
|
14917
|
+
}), $M = (e) => W(Ka, (n) => {
|
|
14926
14918
|
var t, a;
|
|
14927
14919
|
return (a = (t = n.find((i) => i.path === e)) == null ? void 0 : t.view) == null ? void 0 : a.panel;
|
|
14928
14920
|
});
|
|
14929
|
-
|
|
14930
|
-
const
|
|
14931
|
-
root:
|
|
14932
|
-
explorer:
|
|
14933
|
-
debugger:
|
|
14934
|
-
settings:
|
|
14935
|
-
catalog:
|
|
14936
|
-
roles:
|
|
14937
|
-
sharedDatasources:
|
|
14938
|
-
savedConditions:
|
|
14939
|
-
webforms:
|
|
14940
|
-
modals:
|
|
14941
|
-
sharedCSS:
|
|
14942
|
-
model:
|
|
14921
|
+
MP.reducer;
|
|
14922
|
+
const LP = vh({
|
|
14923
|
+
root: _P,
|
|
14924
|
+
explorer: AP,
|
|
14925
|
+
debugger: EP,
|
|
14926
|
+
settings: AA,
|
|
14927
|
+
catalog: SP,
|
|
14928
|
+
roles: xA,
|
|
14929
|
+
sharedDatasources: RP,
|
|
14930
|
+
savedConditions: fP,
|
|
14931
|
+
webforms: iP,
|
|
14932
|
+
modals: TP,
|
|
14933
|
+
sharedCSS: IP,
|
|
14934
|
+
model: ZA
|
|
14943
14935
|
});
|
|
14944
14936
|
let Ia;
|
|
14945
|
-
const
|
|
14946
|
-
reducer:
|
|
14937
|
+
const NP = () => (Ia || (Ia = CS({
|
|
14938
|
+
reducer: LP
|
|
14947
14939
|
}), Ia.subscribe(
|
|
14948
14940
|
j1(() => {
|
|
14949
14941
|
const {
|
|
@@ -14954,9 +14946,9 @@ const LP = () => (Ia || (Ia = CS({
|
|
|
14954
14946
|
sharedCSS: c,
|
|
14955
14947
|
settings: { session: f }
|
|
14956
14948
|
} = Ia.getState();
|
|
14957
|
-
|
|
14949
|
+
G1({
|
|
14958
14950
|
...f
|
|
14959
|
-
}),
|
|
14951
|
+
}), H1({
|
|
14960
14952
|
tabs: n,
|
|
14961
14953
|
activeTab: e,
|
|
14962
14954
|
recent: t,
|
|
@@ -14977,7 +14969,7 @@ var Oc = { exports: {} }, Xr = {};
|
|
|
14977
14969
|
* LICENSE file in the root directory of this source tree.
|
|
14978
14970
|
*/
|
|
14979
14971
|
var eh;
|
|
14980
|
-
function
|
|
14972
|
+
function FP() {
|
|
14981
14973
|
if (eh)
|
|
14982
14974
|
return Xr;
|
|
14983
14975
|
eh = 1, zc();
|
|
@@ -15009,7 +15001,7 @@ var Ju = {};
|
|
|
15009
15001
|
* LICENSE file in the root directory of this source tree.
|
|
15010
15002
|
*/
|
|
15011
15003
|
var th;
|
|
15012
|
-
function
|
|
15004
|
+
function kP() {
|
|
15013
15005
|
return th || (th = 1, function(e) {
|
|
15014
15006
|
process.env.NODE_ENV !== "production" && function() {
|
|
15015
15007
|
var n = Ii, t = zc(), a = 60103, i = 60106;
|
|
@@ -15575,381 +15567,381 @@ Check the top-level render call using <` + J + ">.");
|
|
|
15575
15567
|
}();
|
|
15576
15568
|
}(Ju)), Ju;
|
|
15577
15569
|
}
|
|
15578
|
-
process.env.NODE_ENV === "production" ? Oc.exports =
|
|
15579
|
-
var
|
|
15580
|
-
const
|
|
15570
|
+
process.env.NODE_ENV === "production" ? Oc.exports = FP() : Oc.exports = kP();
|
|
15571
|
+
var jP = Oc.exports;
|
|
15572
|
+
const MM = ({ children: e, store: n }) => /* @__PURE__ */ jP.jsx(ug, { store: n, children: e });
|
|
15581
15573
|
export {
|
|
15582
15574
|
Hc as CATALOG_REFRESH_DELAY,
|
|
15583
|
-
|
|
15575
|
+
Ph as DEFAULT_CACHE,
|
|
15584
15576
|
rf as EAttributeKind,
|
|
15585
|
-
|
|
15577
|
+
KA as EAttributeTypes,
|
|
15586
15578
|
W1 as EDebuggerErrorReason,
|
|
15587
15579
|
oc as EDebuggerErrorType,
|
|
15588
15580
|
rr as EDebuggerState,
|
|
15589
|
-
|
|
15581
|
+
wg as EDisplayMode,
|
|
15590
15582
|
Se as EPermissionType,
|
|
15591
|
-
|
|
15592
|
-
|
|
15583
|
+
_g as ETooltipBehavior,
|
|
15584
|
+
Eg as EUnsavedPopOverChoice,
|
|
15593
15585
|
B1 as ExpressionIndex,
|
|
15594
|
-
|
|
15586
|
+
eP as FLAGS_INIT_STATE,
|
|
15595
15587
|
Oi as FLAGS_KEYS,
|
|
15596
|
-
|
|
15597
|
-
|
|
15598
|
-
|
|
15599
|
-
|
|
15600
|
-
|
|
15601
|
-
|
|
15602
|
-
|
|
15603
|
-
|
|
15604
|
-
|
|
15605
|
-
|
|
15588
|
+
bg as ROOT_WEBFORM_STATE,
|
|
15589
|
+
MM as ReduxProvider,
|
|
15590
|
+
DR as THEME_CLASSES,
|
|
15591
|
+
QA as WT_FLAGS_KEYS,
|
|
15592
|
+
hA as actionsToPrivs,
|
|
15593
|
+
i$ as addBreakpointDecoration,
|
|
15594
|
+
UI as addClassesFolder,
|
|
15595
|
+
tP as addComponent,
|
|
15596
|
+
eM as addCraftedComponent,
|
|
15597
|
+
lM as addDataSource,
|
|
15606
15598
|
zg as addDatasource,
|
|
15607
|
-
|
|
15608
|
-
|
|
15609
|
-
|
|
15610
|
-
|
|
15611
|
-
|
|
15612
|
-
|
|
15613
|
-
|
|
15614
|
-
|
|
15615
|
-
|
|
15616
|
-
|
|
15617
|
-
|
|
15618
|
-
|
|
15619
|
-
|
|
15620
|
-
|
|
15621
|
-
|
|
15622
|
-
|
|
15623
|
-
|
|
15599
|
+
TM as addDefaultWebformState,
|
|
15600
|
+
PM as addEmptyNamespace,
|
|
15601
|
+
p$ as addExpression,
|
|
15602
|
+
vI as addIn,
|
|
15603
|
+
IA as addNewFile,
|
|
15604
|
+
wI as addPermission,
|
|
15605
|
+
iM as addSavedCondition,
|
|
15606
|
+
_$ as addSession,
|
|
15607
|
+
xP as addSharedSource,
|
|
15608
|
+
vM as addWebFormStyles,
|
|
15609
|
+
_M as addWebformState,
|
|
15610
|
+
hI as allowed,
|
|
15611
|
+
I$ as attributeKinds,
|
|
15612
|
+
N$ as attributeScopes,
|
|
15613
|
+
M$ as attributeTypes,
|
|
15614
|
+
qI as castToFileFolder,
|
|
15615
|
+
mM as changeTabEditor,
|
|
15624
15616
|
wc as children,
|
|
15625
|
-
|
|
15626
|
-
|
|
15627
|
-
|
|
15628
|
-
|
|
15629
|
-
|
|
15630
|
-
|
|
15631
|
-
|
|
15632
|
-
|
|
15633
|
-
|
|
15617
|
+
l$ as clearAllBreakpoints,
|
|
15618
|
+
c$ as clearBreakpoints,
|
|
15619
|
+
f$ as clearBreakpointsExcept,
|
|
15620
|
+
dP as closeAllTabs,
|
|
15621
|
+
gP as closeLeftTabs,
|
|
15622
|
+
II as closeModal,
|
|
15623
|
+
hP as closeOthers,
|
|
15624
|
+
pP as closeRightTabs,
|
|
15625
|
+
dM as closeSavedTabs,
|
|
15634
15626
|
uf as closeTab,
|
|
15635
|
-
|
|
15636
|
-
|
|
15637
|
-
|
|
15627
|
+
gM as confirmTab,
|
|
15628
|
+
pA as create,
|
|
15629
|
+
_A as createModal,
|
|
15638
15630
|
Yp as createModelFiles,
|
|
15639
15631
|
Fa as createNewFile,
|
|
15640
|
-
|
|
15632
|
+
KI as createNewFileAndOpen,
|
|
15641
15633
|
Hu as createNewNode,
|
|
15642
|
-
|
|
15643
|
-
|
|
15644
|
-
|
|
15634
|
+
PI as createRole,
|
|
15635
|
+
yI as createWithResource,
|
|
15636
|
+
L$ as dataclassScopes,
|
|
15645
15637
|
of as deepDeleteCondition,
|
|
15646
15638
|
sf as deepSanitizeCondition,
|
|
15647
15639
|
li as deleteDatasource,
|
|
15648
15640
|
zp as deleteFile,
|
|
15649
|
-
|
|
15650
|
-
|
|
15651
|
-
|
|
15641
|
+
JI as deleteFolder,
|
|
15642
|
+
OP as deleteSharedSource,
|
|
15643
|
+
q1 as deserializeModel,
|
|
15652
15644
|
Gu as duplicateNode,
|
|
15653
|
-
|
|
15654
|
-
|
|
15645
|
+
nP as editComponent,
|
|
15646
|
+
tM as editCraftedComponent,
|
|
15655
15647
|
Wg as editDataSource,
|
|
15656
15648
|
Vg as editDatasource,
|
|
15657
|
-
|
|
15658
|
-
|
|
15659
|
-
|
|
15660
|
-
|
|
15661
|
-
|
|
15662
|
-
|
|
15663
|
-
|
|
15664
|
-
|
|
15665
|
-
|
|
15649
|
+
$I as editModal,
|
|
15650
|
+
AI as editRole,
|
|
15651
|
+
CP as editSharedSource,
|
|
15652
|
+
EM as editWebformState,
|
|
15653
|
+
DO as editors,
|
|
15654
|
+
XI as executeMethod,
|
|
15655
|
+
kI as expandFolder,
|
|
15656
|
+
IO as extensions,
|
|
15657
|
+
CA as fetchAppSettings,
|
|
15666
15658
|
ra as fetchCatalog,
|
|
15667
|
-
|
|
15668
|
-
|
|
15669
|
-
|
|
15659
|
+
WA as fetchChanges,
|
|
15660
|
+
sP as fetchCraftedComponents,
|
|
15661
|
+
ZI as fetchFiles,
|
|
15670
15662
|
Dr as fetchFolderContent,
|
|
15671
15663
|
ui as fetchFolderContentWithoutExpanding,
|
|
15672
15664
|
Gg as fetchModel,
|
|
15673
15665
|
Tc as fetchRoles,
|
|
15674
|
-
|
|
15666
|
+
wA as fetchRolesChanges,
|
|
15675
15667
|
zu as fetchSavedConditions,
|
|
15676
|
-
|
|
15668
|
+
Lg as fetchSettings,
|
|
15677
15669
|
Ku as fetchSharedCss,
|
|
15678
15670
|
Vu as fetchSharedDatasources,
|
|
15679
|
-
|
|
15680
|
-
|
|
15671
|
+
Q$ as fetchTemplate,
|
|
15672
|
+
Z$ as fetchTemplates,
|
|
15681
15673
|
ht as findNodeByPath,
|
|
15682
15674
|
na as findOne,
|
|
15683
15675
|
dt as findSession,
|
|
15684
|
-
|
|
15676
|
+
TR as findSessionByPath,
|
|
15685
15677
|
za as getCachedState,
|
|
15686
|
-
|
|
15678
|
+
Mh as getCashedPrefrences,
|
|
15687
15679
|
Zr as getContent,
|
|
15688
|
-
|
|
15689
|
-
|
|
15690
|
-
|
|
15691
|
-
|
|
15692
|
-
|
|
15680
|
+
fO as getDebuggerTabName,
|
|
15681
|
+
jh as getDebuggerTabPath,
|
|
15682
|
+
$A as getDefaultContent,
|
|
15683
|
+
j$ as getDefaultName,
|
|
15684
|
+
vA as getDictByName,
|
|
15693
15685
|
It as getEditors,
|
|
15694
|
-
|
|
15695
|
-
|
|
15696
|
-
|
|
15697
|
-
|
|
15698
|
-
|
|
15699
|
-
|
|
15686
|
+
MO as getExtension,
|
|
15687
|
+
FA as getFilePath,
|
|
15688
|
+
LA as getFileType,
|
|
15689
|
+
MA as getFilenameFromType,
|
|
15690
|
+
EI as getGraphData,
|
|
15691
|
+
yA as getInheritedResources,
|
|
15700
15692
|
Gc as getModalTitle,
|
|
15701
|
-
|
|
15693
|
+
$O as getNodeRelativePath,
|
|
15702
15694
|
dr as getPrivilegeById,
|
|
15703
|
-
|
|
15704
|
-
|
|
15705
|
-
|
|
15706
|
-
|
|
15707
|
-
|
|
15708
|
-
|
|
15709
|
-
|
|
15710
|
-
|
|
15711
|
-
|
|
15712
|
-
|
|
15713
|
-
|
|
15714
|
-
|
|
15715
|
-
|
|
15716
|
-
|
|
15717
|
-
|
|
15718
|
-
|
|
15719
|
-
|
|
15695
|
+
CI as getPromotions,
|
|
15696
|
+
Og as getResourceFromType,
|
|
15697
|
+
NP as getStore,
|
|
15698
|
+
F$ as indexTypes,
|
|
15699
|
+
sM as initSavedConditions,
|
|
15700
|
+
IM as initSharedCss,
|
|
15701
|
+
kA as injectContentAtLine,
|
|
15702
|
+
V$ as inspect,
|
|
15703
|
+
Y1 as isJSON,
|
|
15704
|
+
B$ as isRelatedAttr,
|
|
15705
|
+
XA as isRelatedEntitiesAttr,
|
|
15706
|
+
JA as isRelatedEntityAttr,
|
|
15707
|
+
rM as isRenameDatasource,
|
|
15708
|
+
Dg as isRolesOutdated,
|
|
15709
|
+
D$ as isValidPrimaryKey,
|
|
15710
|
+
YO as modelSubject,
|
|
15711
|
+
jI as openAddFileInput,
|
|
15720
15712
|
ci as openFile,
|
|
15721
15713
|
jg as openFileAtLine,
|
|
15722
|
-
|
|
15714
|
+
jA as openFileAtSelection,
|
|
15723
15715
|
yn as openModal,
|
|
15724
|
-
|
|
15725
|
-
|
|
15726
|
-
|
|
15727
|
-
|
|
15716
|
+
R$ as openModel,
|
|
15717
|
+
o$ as openRoles,
|
|
15718
|
+
yM as openSettingsTab,
|
|
15719
|
+
mP as openTabUnselected,
|
|
15728
15720
|
Qc as parents,
|
|
15729
|
-
|
|
15730
|
-
|
|
15731
|
-
|
|
15732
|
-
|
|
15733
|
-
|
|
15721
|
+
_I as populateShallow,
|
|
15722
|
+
$$ as primaryKeyAttributes,
|
|
15723
|
+
RM as redo,
|
|
15724
|
+
z1 as refactorWebform,
|
|
15725
|
+
BI as refreshFile,
|
|
15734
15726
|
qu as reloadTab,
|
|
15735
15727
|
fi as relocateNode,
|
|
15736
|
-
|
|
15737
|
-
|
|
15738
|
-
|
|
15739
|
-
|
|
15740
|
-
|
|
15741
|
-
|
|
15742
|
-
|
|
15743
|
-
|
|
15744
|
-
|
|
15745
|
-
|
|
15728
|
+
gI as remove,
|
|
15729
|
+
v$ as removeAllExpressions,
|
|
15730
|
+
s$ as removeBreakpointDecoration,
|
|
15731
|
+
HI as removeClassesFolder,
|
|
15732
|
+
rP as removeComponent,
|
|
15733
|
+
nM as removeCraftedComponent,
|
|
15734
|
+
hM as removeDataSource,
|
|
15735
|
+
zA as removeDebuggerSessionsNotIn,
|
|
15736
|
+
xM as removeDefaultWebformState,
|
|
15737
|
+
g$ as removeExpression,
|
|
15746
15738
|
qp as removeFile,
|
|
15747
15739
|
Vp as removeFileNode,
|
|
15748
|
-
|
|
15749
|
-
|
|
15750
|
-
|
|
15751
|
-
|
|
15752
|
-
|
|
15753
|
-
|
|
15754
|
-
|
|
15755
|
-
|
|
15756
|
-
|
|
15757
|
-
|
|
15740
|
+
mI as removeFrom,
|
|
15741
|
+
EA as removeModal,
|
|
15742
|
+
SI as removePermission,
|
|
15743
|
+
RI as removeRole,
|
|
15744
|
+
cP as removeSavedCondition,
|
|
15745
|
+
w$ as removeSession,
|
|
15746
|
+
S$ as removeSessionByIndex,
|
|
15747
|
+
wM as removeWebformState,
|
|
15748
|
+
bI as rename,
|
|
15749
|
+
GI as renameClassesFolder,
|
|
15758
15750
|
Bg as renameDataSource,
|
|
15759
15751
|
Ba as renameDatasource,
|
|
15760
|
-
|
|
15752
|
+
h$ as renameExpression,
|
|
15761
15753
|
ka as renameFile,
|
|
15762
|
-
|
|
15763
|
-
|
|
15764
|
-
|
|
15754
|
+
SM as resetComponentState,
|
|
15755
|
+
TI as resetResources,
|
|
15756
|
+
_P as rootReducer,
|
|
15765
15757
|
ef as sanitize,
|
|
15766
|
-
|
|
15767
|
-
|
|
15768
|
-
|
|
15769
|
-
|
|
15758
|
+
gA as sanitizePermissions,
|
|
15759
|
+
lA as sanitizePrivileges,
|
|
15760
|
+
QI as saveAll,
|
|
15761
|
+
b$ as saveExpressions,
|
|
15770
15762
|
Cc as saveModel,
|
|
15771
|
-
|
|
15772
|
-
|
|
15763
|
+
G1 as savePrefrences,
|
|
15764
|
+
DI as saveRole,
|
|
15773
15765
|
Up as saveRoles,
|
|
15774
|
-
|
|
15766
|
+
H1 as saveState,
|
|
15775
15767
|
ja as saveTab,
|
|
15776
|
-
|
|
15777
|
-
|
|
15778
|
-
|
|
15779
|
-
|
|
15780
|
-
|
|
15781
|
-
|
|
15782
|
-
|
|
15783
|
-
|
|
15768
|
+
uD as selectActiveLine,
|
|
15769
|
+
ED as selectActiveTab,
|
|
15770
|
+
rI as selectActiveTabHistoryActions,
|
|
15771
|
+
eD as selectAllDatasourcesByPath,
|
|
15772
|
+
ER as selectAppState,
|
|
15773
|
+
rD as selectBreakpoints,
|
|
15774
|
+
QD as selectCSSClassesByPath,
|
|
15775
|
+
mD as selectCallChainVariables,
|
|
15784
15776
|
Kc as selectCatalog,
|
|
15785
|
-
|
|
15786
|
-
|
|
15787
|
-
|
|
15788
|
-
|
|
15789
|
-
|
|
15790
|
-
|
|
15791
|
-
|
|
15792
|
-
|
|
15793
|
-
|
|
15794
|
-
|
|
15795
|
-
|
|
15796
|
-
|
|
15797
|
-
|
|
15798
|
-
|
|
15799
|
-
|
|
15800
|
-
|
|
15801
|
-
|
|
15777
|
+
KP as selectCatalogMethods,
|
|
15778
|
+
YP as selectCatalogState,
|
|
15779
|
+
oD as selectClassBreakpoints,
|
|
15780
|
+
bD as selectClassOffset,
|
|
15781
|
+
$D as selectClasses,
|
|
15782
|
+
AR as selectClassesFolder,
|
|
15783
|
+
IR as selectComponents,
|
|
15784
|
+
ZP as selectComponentsByPath,
|
|
15785
|
+
CR as selectContentByPath,
|
|
15786
|
+
sI as selectCraftedComponent,
|
|
15787
|
+
hD as selectCurrentFrameByThreadId,
|
|
15788
|
+
xR as selectCurrentTab,
|
|
15789
|
+
bR as selectDataclasses,
|
|
15790
|
+
QP as selectDatasource,
|
|
15791
|
+
wR as selectDatasourcesByPath,
|
|
15792
|
+
cI as selectDatasourcesTheme,
|
|
15793
|
+
gD as selectDebuggerChannels,
|
|
15802
15794
|
fa as selectDebuggerData,
|
|
15803
|
-
|
|
15795
|
+
tD as selectDebuggerMeta,
|
|
15804
15796
|
jt as selectDebuggerSessions,
|
|
15805
|
-
|
|
15806
|
-
|
|
15807
|
-
|
|
15808
|
-
|
|
15809
|
-
|
|
15810
|
-
|
|
15811
|
-
|
|
15812
|
-
|
|
15813
|
-
|
|
15814
|
-
|
|
15815
|
-
|
|
15816
|
-
|
|
15817
|
-
|
|
15818
|
-
|
|
15819
|
-
|
|
15820
|
-
|
|
15821
|
-
|
|
15822
|
-
|
|
15823
|
-
|
|
15824
|
-
|
|
15797
|
+
nD as selectDebuggerSessionsCount,
|
|
15798
|
+
AD as selectDebuggers,
|
|
15799
|
+
dI as selectDefaultWebformStatesByPath,
|
|
15800
|
+
aD as selectDraftBreakpoints,
|
|
15801
|
+
iD as selectDraftClassBreakpoints,
|
|
15802
|
+
_D as selectExceptions,
|
|
15803
|
+
PD as selectExplorer,
|
|
15804
|
+
cD as selectExpressions,
|
|
15805
|
+
yD as selectExpressionsVariables,
|
|
15806
|
+
qD as selectFeatureFlag,
|
|
15807
|
+
tI as selectFlagsByPath,
|
|
15808
|
+
WD as selectForceLogin,
|
|
15809
|
+
kD as selectGuestPrivilege,
|
|
15810
|
+
xD as selectHasTabs,
|
|
15811
|
+
sD as selectHighlightedLines,
|
|
15812
|
+
nI as selectHistoryByPath,
|
|
15813
|
+
XD as selectI18nCurrent,
|
|
15814
|
+
JD as selectI18nSetting,
|
|
15815
|
+
aI as selectInspectedCSSClass,
|
|
15816
|
+
oI as selectInspectedDatasource,
|
|
15825
15817
|
Jc as selectInspector,
|
|
15826
|
-
|
|
15827
|
-
|
|
15828
|
-
|
|
15829
|
-
|
|
15830
|
-
|
|
15831
|
-
|
|
15832
|
-
|
|
15833
|
-
|
|
15834
|
-
|
|
15835
|
-
|
|
15836
|
-
|
|
15837
|
-
|
|
15838
|
-
|
|
15839
|
-
|
|
15840
|
-
|
|
15841
|
-
|
|
15842
|
-
|
|
15843
|
-
|
|
15844
|
-
|
|
15818
|
+
uI as selectInspectorStateByType,
|
|
15819
|
+
fI as selectIsLoaded,
|
|
15820
|
+
DD as selectMethods,
|
|
15821
|
+
RR as selectMethodsFolder,
|
|
15822
|
+
MD as selectModals,
|
|
15823
|
+
KD as selectMonacoZoom,
|
|
15824
|
+
$M as selectPanelByPath,
|
|
15825
|
+
HD as selectPartialSessionSettings,
|
|
15826
|
+
YD as selectPreferences,
|
|
15827
|
+
TD as selectPreviewedWebformsPaths,
|
|
15828
|
+
FD as selectPrivileges,
|
|
15829
|
+
PR as selectProjectSettings,
|
|
15830
|
+
VD as selectQodly,
|
|
15831
|
+
wD as selectRecentFiles,
|
|
15832
|
+
zD as selectRemoteDebuggerMode,
|
|
15833
|
+
ND as selectRoles,
|
|
15834
|
+
LD as selectRolesAndPrivileges,
|
|
15835
|
+
UD as selectRolesDate,
|
|
15836
|
+
jD as selectRolesFlags,
|
|
15845
15837
|
lr as selectRoot,
|
|
15846
|
-
|
|
15847
|
-
|
|
15848
|
-
|
|
15849
|
-
|
|
15838
|
+
pI as selectSavedConditions,
|
|
15839
|
+
BD as selectSelectedTab,
|
|
15840
|
+
vg as selectServerSettings,
|
|
15841
|
+
GD as selectSessionSetting,
|
|
15850
15842
|
Ja as selectSessionSettings,
|
|
15851
|
-
|
|
15852
|
-
|
|
15853
|
-
|
|
15854
|
-
|
|
15855
|
-
|
|
15856
|
-
|
|
15857
|
-
|
|
15858
|
-
|
|
15859
|
-
|
|
15843
|
+
eI as selectSharedCSS,
|
|
15844
|
+
SR as selectSharedDatasources,
|
|
15845
|
+
zP as selectSingletons,
|
|
15846
|
+
lD as selectSourceByPath,
|
|
15847
|
+
pD as selectSourceByThreadId,
|
|
15848
|
+
vD as selectStackFrames,
|
|
15849
|
+
fD as selectStoppedFromDebugSession,
|
|
15850
|
+
ZD as selectStylesByPath,
|
|
15851
|
+
vP as selectTab,
|
|
15860
15852
|
$r as selectTabByPath,
|
|
15861
15853
|
kt as selectTabByReference,
|
|
15862
|
-
|
|
15863
|
-
|
|
15854
|
+
CD as selectTabExtraByPath,
|
|
15855
|
+
SD as selectTabMaxWeight,
|
|
15864
15856
|
Ka as selectTabs,
|
|
15865
|
-
|
|
15866
|
-
|
|
15867
|
-
|
|
15868
|
-
|
|
15869
|
-
|
|
15870
|
-
|
|
15871
|
-
|
|
15872
|
-
|
|
15873
|
-
|
|
15874
|
-
|
|
15875
|
-
|
|
15876
|
-
|
|
15857
|
+
$R as selectTemplates,
|
|
15858
|
+
iI as selectTemplatesData,
|
|
15859
|
+
dD as selectThreadIdByPath,
|
|
15860
|
+
gg as selectTouchedTabs,
|
|
15861
|
+
RD as selectTouchedTabsLength,
|
|
15862
|
+
VP as selectVirtualDataClasses,
|
|
15863
|
+
ID as selectWebForms,
|
|
15864
|
+
OR as selectWebFormsFolder,
|
|
15865
|
+
OD as selectWebformNodes,
|
|
15866
|
+
MR as selectWebformStatesByPath,
|
|
15867
|
+
lI as selectWebformStatesLabelsByPath,
|
|
15868
|
+
yg as selectWebformStylesByPath,
|
|
15877
15869
|
Gi as selectWebforms,
|
|
15878
|
-
|
|
15879
|
-
|
|
15880
|
-
|
|
15881
|
-
|
|
15882
|
-
|
|
15870
|
+
HP as selectorEqualityFn,
|
|
15871
|
+
k$ as serializeModel,
|
|
15872
|
+
d$ as setActiveLine,
|
|
15873
|
+
u$ as setBreakpointsDecoration,
|
|
15874
|
+
T$ as setCallChainVariables,
|
|
15883
15875
|
Jg as setContent,
|
|
15884
|
-
|
|
15885
|
-
|
|
15886
|
-
|
|
15887
|
-
|
|
15888
|
-
|
|
15889
|
-
|
|
15890
|
-
|
|
15891
|
-
|
|
15892
|
-
|
|
15893
|
-
|
|
15894
|
-
|
|
15895
|
-
|
|
15896
|
-
|
|
15897
|
-
|
|
15898
|
-
|
|
15876
|
+
pM as setDataSources,
|
|
15877
|
+
AM as setDatasourceEvents,
|
|
15878
|
+
J$ as setDatasourcesTheme,
|
|
15879
|
+
O$ as setDebuggerMeta,
|
|
15880
|
+
CM as setDefaultWebformStates,
|
|
15881
|
+
m$ as setExpression,
|
|
15882
|
+
x$ as setExpressionVariables,
|
|
15883
|
+
WI as setFolderChildren,
|
|
15884
|
+
yP as setHistoryContent,
|
|
15885
|
+
P$ as setModelFlag,
|
|
15886
|
+
bM as setPanelState,
|
|
15887
|
+
$g as setRolesContent,
|
|
15888
|
+
oM as setSavedCondition,
|
|
15889
|
+
K$ as setSelectedGroup,
|
|
15890
|
+
qA as setSessions,
|
|
15899
15891
|
Gp as setSetting,
|
|
15900
15892
|
nf as setSettings,
|
|
15901
|
-
|
|
15902
|
-
|
|
15903
|
-
|
|
15904
|
-
|
|
15905
|
-
|
|
15906
|
-
|
|
15907
|
-
|
|
15908
|
-
|
|
15909
|
-
|
|
15910
|
-
|
|
15911
|
-
|
|
15912
|
-
|
|
15893
|
+
NI as setSettingsAsText,
|
|
15894
|
+
C$ as setSourceContent,
|
|
15895
|
+
a$ as setTabContent,
|
|
15896
|
+
fM as setTabExtra,
|
|
15897
|
+
lP as setTabFlags,
|
|
15898
|
+
uM as setTabs,
|
|
15899
|
+
cM as setTabsFlags,
|
|
15900
|
+
oP as setTemplateData,
|
|
15901
|
+
aP as setTemplatesData,
|
|
15902
|
+
X$ as setWebformsFlag,
|
|
15903
|
+
dA as sort,
|
|
15904
|
+
LP as stateReducer,
|
|
15913
15905
|
Ri as stateSlice,
|
|
15914
15906
|
tf as toAPI,
|
|
15915
|
-
|
|
15916
|
-
|
|
15917
|
-
|
|
15918
|
-
|
|
15919
|
-
|
|
15920
|
-
|
|
15921
|
-
|
|
15922
|
-
|
|
15923
|
-
|
|
15924
|
-
|
|
15925
|
-
|
|
15907
|
+
OI as toState,
|
|
15908
|
+
FI as toggleExpandFolder,
|
|
15909
|
+
LI as toggleForceLogin,
|
|
15910
|
+
z$ as toggleInspector,
|
|
15911
|
+
xI as togglePermission,
|
|
15912
|
+
mA as togglePrivilegePermission,
|
|
15913
|
+
MI as toggleTab,
|
|
15914
|
+
t$ as tryCloseAllTabs,
|
|
15915
|
+
r$ as tryCloseLeftTabs,
|
|
15916
|
+
e$ as tryCloseOtherTabs,
|
|
15917
|
+
n$ as tryCloseRightTabs,
|
|
15926
15918
|
Ug as tryCloseTab,
|
|
15927
|
-
|
|
15928
|
-
|
|
15929
|
-
|
|
15930
|
-
|
|
15919
|
+
YI as tryEditMethod,
|
|
15920
|
+
GA as tryInjectMethod,
|
|
15921
|
+
A$ as tryRenameDataclass,
|
|
15922
|
+
OM as undo,
|
|
15931
15923
|
mn as uniquePush,
|
|
15932
|
-
|
|
15933
|
-
|
|
15934
|
-
|
|
15935
|
-
|
|
15936
|
-
|
|
15937
|
-
|
|
15938
|
-
|
|
15939
|
-
|
|
15924
|
+
bP as unlockHistory,
|
|
15925
|
+
y$ as updateExpressionAt,
|
|
15926
|
+
SA as updatePrivileges,
|
|
15927
|
+
TA as updateRoles,
|
|
15928
|
+
Mg as updateRolesAndPrivileges,
|
|
15929
|
+
aM as updateSavedConditions,
|
|
15930
|
+
E$ as updateSession,
|
|
15931
|
+
DM as updateSharedCss,
|
|
15940
15932
|
Xg as updateSharedDatasources,
|
|
15941
|
-
|
|
15942
|
-
|
|
15943
|
-
|
|
15933
|
+
VI as uploadFile,
|
|
15934
|
+
zI as uploadFileAndGetResponse,
|
|
15935
|
+
qP as useAppDispatch,
|
|
15944
15936
|
fr as useAppSelector,
|
|
15945
|
-
|
|
15946
|
-
|
|
15947
|
-
|
|
15948
|
-
|
|
15949
|
-
|
|
15950
|
-
|
|
15951
|
-
|
|
15952
|
-
|
|
15953
|
-
|
|
15937
|
+
G$ as useAttribute,
|
|
15938
|
+
U$ as useCollections,
|
|
15939
|
+
H$ as useDataclass,
|
|
15940
|
+
W$ as useDataclasses,
|
|
15941
|
+
XP as useMethod,
|
|
15942
|
+
JP as useMethods,
|
|
15943
|
+
Y$ as useModelFlags,
|
|
15944
|
+
q$ as useModelProperties,
|
|
15945
|
+
YA as wipeDebuggerSessions
|
|
15954
15946
|
};
|
|
15955
15947
|
//# sourceMappingURL=index.es.js.map
|