@ws-ui/store 0.1.35 → 0.1.36

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.
Files changed (90) hide show
  1. package/README.md +0 -0
  2. package/dist/hooks/index.d.ts +0 -0
  3. package/dist/hooks/store.d.ts +2 -2
  4. package/dist/index.cjs.js +20 -20
  5. package/dist/index.cjs.js.map +1 -1
  6. package/dist/index.d.ts +0 -0
  7. package/dist/index.es.js +1134 -1132
  8. package/dist/index.es.js.map +1 -1
  9. package/dist/modules/catalog/index.d.ts +0 -0
  10. package/dist/modules/catalog/reducer.d.ts +0 -0
  11. package/dist/modules/catalog/thunks.d.ts +0 -0
  12. package/dist/modules/catalog/types.d.ts +0 -0
  13. package/dist/modules/debugger/index.d.ts +0 -0
  14. package/dist/modules/debugger/reducer.d.ts +0 -0
  15. package/dist/modules/debugger/thunks.d.ts +0 -0
  16. package/dist/modules/debugger/types.d.ts +0 -0
  17. package/dist/modules/debugger/utils.d.ts +0 -0
  18. package/dist/modules/explorer/index.d.ts +1 -1
  19. package/dist/modules/explorer/reducer.d.ts +1 -1
  20. package/dist/modules/explorer/thunks.d.ts +0 -0
  21. package/dist/modules/explorer/types.d.ts +0 -0
  22. package/dist/modules/explorer/utils.d.ts +0 -0
  23. package/dist/modules/index.d.ts +1 -1
  24. package/dist/modules/modals/index.d.ts +0 -0
  25. package/dist/modules/modals/reducer.d.ts +0 -0
  26. package/dist/modules/modals/thunks.d.ts +0 -0
  27. package/dist/modules/modals/types.d.ts +0 -0
  28. package/dist/modules/model/helpers.d.ts +0 -0
  29. package/dist/modules/model/index.d.ts +0 -0
  30. package/dist/modules/model/reducer.d.ts +0 -0
  31. package/dist/modules/model/selectors.d.ts +0 -0
  32. package/dist/modules/model/subjects.d.ts +0 -0
  33. package/dist/modules/model/thunks.d.ts +0 -0
  34. package/dist/modules/model/types.d.ts +0 -0
  35. package/dist/modules/model/utils.d.ts +0 -0
  36. package/dist/modules/roles/__tests__/adapter.test.d.ts +0 -0
  37. package/dist/modules/roles/adapter.d.ts +0 -0
  38. package/dist/modules/roles/index.d.ts +0 -0
  39. package/dist/modules/roles/reducer.d.ts +0 -0
  40. package/dist/modules/roles/thunks.d.ts +0 -0
  41. package/dist/modules/roles/types.d.ts +0 -0
  42. package/dist/modules/root/index.d.ts +0 -0
  43. package/dist/modules/root/reducer.d.ts +0 -0
  44. package/dist/modules/root/thunks.d.ts +0 -0
  45. package/dist/modules/root/types.d.ts +0 -0
  46. package/dist/modules/settings/index.d.ts +0 -0
  47. package/dist/modules/settings/reducer.d.ts +0 -0
  48. package/dist/modules/settings/thunks.d.ts +0 -0
  49. package/dist/modules/settings/types.d.ts +0 -0
  50. package/dist/modules/settings/utils.d.ts +0 -0
  51. package/dist/modules/shared-conditions/index.d.ts +0 -0
  52. package/dist/modules/shared-conditions/reducer.d.ts +0 -0
  53. package/dist/modules/shared-conditions/thunks.d.ts +0 -0
  54. package/dist/modules/shared-conditions/types.d.ts +0 -0
  55. package/dist/modules/shared-css/index.d.ts +0 -0
  56. package/dist/modules/shared-css/reducer.d.ts +0 -0
  57. package/dist/modules/shared-css/thunks.d.ts +0 -0
  58. package/dist/modules/shared-css/types.d.ts +0 -0
  59. package/dist/modules/shared-datasources/index.d.ts +0 -0
  60. package/dist/modules/shared-datasources/reducer.d.ts +0 -0
  61. package/dist/modules/shared-datasources/thunks.d.ts +0 -0
  62. package/dist/modules/shared-datasources/types.d.ts +0 -0
  63. package/dist/modules/tabs/index.d.ts +0 -0
  64. package/dist/modules/tabs/reducer.d.ts +0 -0
  65. package/dist/modules/tabs/selectors.d.ts +1 -1
  66. package/dist/modules/tabs/types.d.ts +0 -0
  67. package/dist/modules/webforms/datasources.adapter.d.ts +1 -1
  68. package/dist/modules/webforms/index.d.ts +0 -0
  69. package/dist/modules/webforms/private.d.ts +0 -0
  70. package/dist/modules/webforms/reducer.d.ts +0 -0
  71. package/dist/modules/webforms/thunks.d.ts +0 -0
  72. package/dist/modules/webforms/types.d.ts +0 -0
  73. package/dist/provider.d.ts +0 -0
  74. package/dist/selectors/catalog.d.ts +8 -8
  75. package/dist/selectors/common.d.ts +4 -4
  76. package/dist/selectors/components.d.ts +1 -1
  77. package/dist/selectors/datasources.d.ts +6 -6
  78. package/dist/selectors/debugger.d.ts +22 -22
  79. package/dist/selectors/explorer.d.ts +37 -37
  80. package/dist/selectors/index.d.ts +0 -0
  81. package/dist/selectors/modals.d.ts +1 -1
  82. package/dist/selectors/roles.d.ts +8 -8
  83. package/dist/selectors/settings.d.ts +12 -12
  84. package/dist/selectors/states.d.ts +5 -5
  85. package/dist/selectors/styles.d.ts +5 -5
  86. package/dist/selectors/tabs.d.ts +3 -3
  87. package/dist/selectors/webforms.d.ts +11 -11
  88. package/dist/store.d.ts +0 -0
  89. package/dist/utils.d.ts +0 -0
  90. package/package.json +1 -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, Ae = C == null ? 0 : C.length; ++pe < Ae; ) {
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, Ae = []; ++D < Z; ) {
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) && (Ae[pe++] = ct);
2406
+ L(ct, D, C) && (Pe[pe++] = ct);
2407
2407
  }
2408
- return Ae;
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, Ae = C == null ? 0 : C.length;
2432
- for (Z && Ae && (D = C[++pe]); ++pe < Ae; )
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, Ae, ct) {
2458
- if (L(pe, Ae, ct))
2459
- return Z = Ae, !1;
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, Ae = D + (Z ? 1 : -1); Z ? Ae-- : ++Ae < pe; )
2464
- if (L(C[Ae], Ae, C))
2465
- return Ae;
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, Ae = C.length; ++pe < Ae; )
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(Ae, ct, He) {
2496
- D = Z ? (Z = !1, Ae) : L(D, Ae, ct, He);
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 Ae = L(C[Z]);
2508
- Ae !== t && (D = D === t ? Ae : D + Ae);
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, Ae = []; ++D < Z; ) {
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, Ae[pe++] = D);
2585
+ (ct === L || ct === h) && (C[D] = h, Pe[pe++] = D);
2586
2586
  }
2587
- return Ae;
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, Ae = L.Function, ct = L.Math, He = L.Object, bs = L.RegExp, am = L.String, en = L.TypeError, ho = D.prototype, om = Ae.prototype, Br = He.prototype, go = L["__core-js_shared__"], vo = om.toString, je = Br.hasOwnProperty, im = 0, qf = function() {
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 Ae(y, ee + "return " + B).apply(t, E);
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 Pe = _i.exports;
5758
- const Ph = /* @__PURE__ */ Li(Pe), Hc = 2e3, Dh = {
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
- }, Ih = "4DWS_PREFS", $h = (e) => `APP_STATE_${e}`, Mh = () => {
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 U1(e) {
5804
+ function H1(e) {
5805
5805
  try {
5806
- const n = Mh(), t = JSON.stringify(e);
5807
- localStorage.setItem($h(n), t);
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 H1(e) {
5812
+ function G1(e) {
5813
5813
  try {
5814
5814
  const n = JSON.stringify(e);
5815
- localStorage.setItem(Ih, n);
5815
+ localStorage.setItem(Dh, n);
5816
5816
  } catch (n) {
5817
5817
  console.error(n);
5818
5818
  }
5819
5819
  }
5820
- function Lh() {
5820
+ function Mh() {
5821
5821
  try {
5822
- const e = localStorage.getItem(Ih);
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 = Mh(), n = localStorage.getItem($h(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 Dh;
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 G1 = (e) => {
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 q1(e) {
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 Y1(e, n) {
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 UP = (e, n) => Pe.isEqual(e, n);
5930
- function z1() {
5929
+ const HP = (e, n) => Ae.isEqual(e, n);
5930
+ function V1() {
5931
5931
  this.__data__ = [], this.size = 0;
5932
5932
  }
5933
- var V1 = z1;
5934
- function K1(e, n) {
5933
+ var K1 = V1;
5934
+ function J1(e, n) {
5935
5935
  return e === n || e !== e && n !== n;
5936
5936
  }
5937
- var J1 = K1, X1 = J1;
5938
- function Z1(e, n) {
5937
+ var X1 = J1, Z1 = X1;
5938
+ function Q1(e, n) {
5939
5939
  for (var t = e.length; t--; )
5940
- if (X1(e[t][0], n))
5940
+ if (Z1(e[t][0], n))
5941
5941
  return t;
5942
5942
  return -1;
5943
5943
  }
5944
- var Fi = Z1, Q1 = Fi, eT = Array.prototype, tT = eT.splice;
5945
- function nT(e) {
5946
- var n = this.__data__, t = Q1(n, e);
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() : tT.call(n, t, 1), --this.size, !0;
5950
+ return t == a ? n.pop() : nT.call(n, t, 1), --this.size, !0;
5951
5951
  }
5952
- var rT = nT, aT = Fi;
5953
- function oT(e) {
5954
- var n = this.__data__, t = aT(n, e);
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 iT = oT, sT = Fi;
5958
- function uT(e) {
5959
- return sT(this.__data__, e) > -1;
5957
+ var sT = iT, uT = Fi;
5958
+ function cT(e) {
5959
+ return uT(this.__data__, e) > -1;
5960
5960
  }
5961
- var cT = uT, fT = Fi;
5962
- function lT(e, n) {
5963
- var t = this.__data__, a = fT(t, e);
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 dT = lT, pT = V1, hT = rT, gT = iT, vT = cT, mT = dT;
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 = pT;
5975
- oa.prototype.delete = hT;
5976
- oa.prototype.get = gT;
5977
- oa.prototype.has = vT;
5978
- oa.prototype.set = mT;
5979
- var ki = oa, yT = ki;
5980
- function bT() {
5981
- this.__data__ = new yT(), this.size = 0;
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 _T = bT;
5984
- function ET(e) {
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 wT = ET;
5989
- function ST(e) {
5988
+ var ST = wT;
5989
+ function TT(e) {
5990
5990
  return this.__data__.get(e);
5991
5991
  }
5992
- var TT = ST;
5993
- function xT(e) {
5992
+ var xT = TT;
5993
+ function CT(e) {
5994
5994
  return this.__data__.has(e);
5995
5995
  }
5996
- var CT = xT, OT = Ni, RT = Ya, AT = "[object AsyncFunction]", PT = "[object Function]", DT = "[object GeneratorFunction]", IT = "[object Proxy]";
5997
- function $T(e) {
5998
- if (!RT(e))
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 = OT(e);
6001
- return n == PT || n == DT || n == AT || n == IT;
6000
+ var n = RT(e);
6001
+ return n == DT || n == IT || n == PT || n == $T;
6002
6002
  }
6003
- var MT = $T, LT = Rn, NT = LT["__core-js_shared__"], FT = NT, Su = FT, np = function() {
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 kT(e) {
6007
+ function jT(e) {
6008
6008
  return !!np && np in e;
6009
6009
  }
6010
- var jT = kT, BT = Function.prototype, WT = BT.toString;
6011
- function UT(e) {
6010
+ var BT = jT, WT = Function.prototype, UT = WT.toString;
6011
+ function HT(e) {
6012
6012
  if (e != null) {
6013
6013
  try {
6014
- return WT.call(e);
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 Nh = UT, HT = MT, GT = jT, qT = Ya, YT = Nh, zT = /[\\^$.*+?()[\]{}|]/g, VT = /^\[object .+?Constructor\]$/, KT = Function.prototype, JT = Object.prototype, XT = KT.toString, ZT = JT.hasOwnProperty, QT = RegExp(
6025
- "^" + XT.call(ZT).replace(zT, "\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g, "$1.*?") + "$"
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 ex(e) {
6028
- if (!qT(e) || GT(e))
6027
+ function tx(e) {
6028
+ if (!YT(e) || qT(e))
6029
6029
  return !1;
6030
- var n = HT(e) ? QT : VT;
6031
- return n.test(YT(e));
6030
+ var n = GT(e) ? ex : KT;
6031
+ return n.test(zT(e));
6032
6032
  }
6033
- var tx = ex;
6034
- function nx(e, n) {
6033
+ var nx = tx;
6034
+ function rx(e, n) {
6035
6035
  return e == null ? void 0 : e[n];
6036
6036
  }
6037
- var rx = nx, ax = tx, ox = rx;
6038
- function ix(e, n) {
6039
- var t = ox(e, n);
6040
- return ax(t) ? t : void 0;
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 = ix, sx = ia, ux = Rn, cx = sx(ux, "Map"), qc = cx, fx = ia, lx = fx(Object, "create"), ji = lx, rp = ji;
6043
- function dx() {
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 px = dx;
6047
- function hx(e) {
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 gx = hx, vx = ji, mx = "__lodash_hash_undefined__", yx = Object.prototype, bx = yx.hasOwnProperty;
6052
- function _x(e) {
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 (vx) {
6054
+ if (mx) {
6055
6055
  var t = n[e];
6056
- return t === mx ? void 0 : t;
6056
+ return t === yx ? void 0 : t;
6057
6057
  }
6058
- return bx.call(n, e) ? n[e] : void 0;
6058
+ return _x.call(n, e) ? n[e] : void 0;
6059
6059
  }
6060
- var Ex = _x, wx = ji, Sx = Object.prototype, Tx = Sx.hasOwnProperty;
6061
- function xx(e) {
6060
+ var wx = Ex, Sx = ji, Tx = Object.prototype, xx = Tx.hasOwnProperty;
6061
+ function Cx(e) {
6062
6062
  var n = this.__data__;
6063
- return wx ? n[e] !== void 0 : Tx.call(n, e);
6063
+ return Sx ? n[e] !== void 0 : xx.call(n, e);
6064
6064
  }
6065
- var Cx = xx, Ox = ji, Rx = "__lodash_hash_undefined__";
6066
- function Ax(e, n) {
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] = Ox && n === void 0 ? Rx : n, this;
6068
+ return this.size += this.has(e) ? 0 : 1, t[e] = Rx && n === void 0 ? Ax : n, this;
6069
6069
  }
6070
- var Px = Ax, Dx = px, Ix = gx, $x = Ex, Mx = Cx, Lx = Px;
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 = Dx;
6079
- sa.prototype.delete = Ix;
6080
- sa.prototype.get = $x;
6081
- sa.prototype.has = Mx;
6082
- sa.prototype.set = Lx;
6083
- var Nx = sa, ap = Nx, Fx = ki, kx = qc;
6084
- function jx() {
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 (kx || Fx)(),
6087
+ map: new (jx || kx)(),
6088
6088
  string: new ap()
6089
6089
  };
6090
6090
  }
6091
- var Bx = jx;
6092
- function Wx(e) {
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 Ux = Wx, Hx = Ux;
6097
- function Gx(e, n) {
6096
+ var Hx = Ux, Gx = Hx;
6097
+ function qx(e, n) {
6098
6098
  var t = e.__data__;
6099
- return Hx(n) ? t[typeof n == "string" ? "string" : "hash"] : t.map;
6099
+ return Gx(n) ? t[typeof n == "string" ? "string" : "hash"] : t.map;
6100
6100
  }
6101
- var Bi = Gx, qx = Bi;
6102
- function Yx(e) {
6103
- var n = qx(this, e).delete(e);
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 zx = Yx, Vx = Bi;
6107
- function Kx(e) {
6108
- return Vx(this, e).get(e);
6106
+ var Vx = zx, Kx = Bi;
6107
+ function Jx(e) {
6108
+ return Kx(this, e).get(e);
6109
6109
  }
6110
- var Jx = Kx, Xx = Bi;
6111
- function Zx(e) {
6112
- return Xx(this, e).has(e);
6110
+ var Xx = Jx, Zx = Bi;
6111
+ function Qx(e) {
6112
+ return Zx(this, e).has(e);
6113
6113
  }
6114
- var Qx = Zx, eC = Bi;
6115
- function tC(e, n) {
6116
- var t = eC(this, e), a = t.size;
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 nC = tC, rC = Bx, aC = zx, oC = Jx, iC = Qx, sC = nC;
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 = rC;
6128
- ua.prototype.delete = aC;
6129
- ua.prototype.get = oC;
6130
- ua.prototype.has = iC;
6131
- ua.prototype.set = sC;
6132
- var Fh = ua, uC = ki, cC = qc, fC = Fh, lC = 200;
6133
- function dC(e, n) {
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 uC) {
6135
+ if (t instanceof cC) {
6136
6136
  var a = t.__data__;
6137
- if (!cC || a.length < lC - 1)
6137
+ if (!fC || a.length < dC - 1)
6138
6138
  return a.push([e, n]), this.size = ++t.size, this;
6139
- t = this.__data__ = new fC(a);
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 pC = dC, hC = ki, gC = _T, vC = wT, mC = TT, yC = CT, bC = pC;
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 hC(e);
6145
+ var n = this.__data__ = new gC(e);
6146
6146
  this.size = n.size;
6147
6147
  }
6148
- Va.prototype.clear = gC;
6149
- Va.prototype.delete = vC;
6150
- Va.prototype.get = mC;
6151
- Va.prototype.has = yC;
6152
- Va.prototype.set = bC;
6153
- var _C = "__lodash_hash_undefined__";
6154
- function EC(e) {
6155
- return this.__data__.set(e, _C), this;
6156
- }
6157
- var wC = EC;
6158
- function SC(e) {
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 TC = SC, xC = Fh, CC = wC, OC = TC;
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 xC(); ++n < t; )
6164
+ for (this.__data__ = new CC(); ++n < t; )
6165
6165
  this.add(e[n]);
6166
6166
  }
6167
- ic.prototype.add = ic.prototype.push = CC;
6168
- ic.prototype.has = OC;
6169
- var RC = Rn;
6170
- RC.Uint8Array;
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 AC = Ni, PC = Uc, DC = "[object Arguments]";
6174
- function IC(e) {
6175
- return PC(e) && AC(e) == DC;
6173
+ var PC = Ni, DC = Uc, IC = "[object Arguments]";
6174
+ function $C(e) {
6175
+ return DC(e) && PC(e) == IC;
6176
6176
  }
6177
- var $C = IC, sp = $C, MC = Uc, kh = Object.prototype, LC = kh.hasOwnProperty, NC = kh.propertyIsEnumerable;
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 FC() {
6182
+ function kC() {
6183
6183
  return !1;
6184
6184
  }
6185
- var kC = FC;
6185
+ var jC = kC;
6186
6186
  Ei.exports;
6187
6187
  (function(e, n) {
6188
- var t = Rn, a = kC, 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;
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 jC = wi.exports, up = jC;
6204
+ var BC = wi.exports, up = BC;
6205
6205
  up && up.isTypedArray;
6206
- var BC = ia, WC = Rn, UC = BC(WC, "DataView"), HC = UC, GC = ia, qC = Rn, YC = GC(qC, "Promise"), zC = YC, VC = ia, KC = Rn, JC = VC(KC, "Set"), XC = JC, ZC = ia, QC = Rn, eO = ZC(QC, "WeakMap"), tO = eO, sc = HC, uc = qc, cc = zC, fc = XC, lc = tO, jh = Ni, ca = Nh, cp = "[object Map]", nO = "[object Object]", fp = "[object Promise]", lp = "[object Set]", dp = "[object WeakMap]", pp = "[object DataView]", rO = ca(sc), aO = ca(uc), oO = ca(cc), iO = ca(fc), sO = ca(lc), Kr = jh;
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 = jh(e), t = n == nO ? e.constructor : void 0, a = t ? ca(t) : "";
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 cp;
6212
+ return pp;
6215
6213
  case oO:
6216
- return fp;
6214
+ return cp;
6217
6215
  case iO:
6218
- return lp;
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 uO = "ROOT";
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 Bh(e) {
6230
+ function jh(e) {
6231
6231
  return `Debugger/${e}`;
6232
6232
  }
6233
- function cO(e, n) {
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 fO = typeof process == "object" && process && process.platform === "win32";
6239
- var lO = fO ? { sep: "\\" } : { sep: "/" }, dO = Wh;
6240
- function Wh(e, n, t) {
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 = Uh(e, n, t);
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
- Wh.range = Uh;
6256
- function Uh(e, n, t) {
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 Hh = dO, pO = vO, Gh = "\0SLASH" + Math.random() + "\0", qh = "\0OPEN" + Math.random() + "\0", Yc = "\0CLOSE" + Math.random() + "\0", Yh = "\0COMMA" + Math.random() + "\0", zh = "\0PERIOD" + Math.random() + "\0";
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(Gh).join("\\").split(qh).join("{").split(Yc).join("}").split(Yh).join(",").split(zh).join(".");
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 Vh(e) {
6277
+ function zh(e) {
6278
6278
  if (!e)
6279
6279
  return [""];
6280
- var n = [], t = Hh("{", "}", e);
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 = Vh(s);
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 "{" + e + "}";
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 bO(e, n) {
6297
+ function _O(e, n) {
6298
6298
  return e <= n;
6299
6299
  }
6300
- function _O(e, n) {
6300
+ function EO(e, n) {
6301
6301
  return e >= n;
6302
6302
  }
6303
6303
  function Ma(e, n) {
6304
- var t = [], a = Hh("{", "}", e);
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 = Vh(a.body), b.length === 1 && (b = Ma(b[0], !1).map(mO), b.length === 1))
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 = bO, $ = w < S;
6327
- $ && (A *= -1, M = _O);
6328
- var N = b.some(yO);
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 = Kh = (e, n, t = {}) => (Si(n), !t.nocomment && n.charAt(0) === "#" ? !1 : new Wi(n, t).match(e));
6357
- var Kh = Yt;
6358
- const dc = lO;
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 EO = pO, vp = {
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 + "*?", wO = "(?:(?!(?:\\/|^)(?:\\.{1,2})($|\\/)).)*?", SO = "(?:(?!(?:\\/|^)\\.).)*?", Jh = (e) => e.split("").reduce((n, t) => (n[t] = !0, n), {}), mp = Jh("().*{}+?[]^$\\!"), TO = Jh("[.("), yp = /\/+/;
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) => Xh(e, n);
6385
- const Xh = (e, n = {}) => (Si(e), n.nobrace || !/\{(?:(?!\{).)*\}/.test(e) ? [e] : EO(e)), xO = 1024 * 64, Si = (e) => {
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 > xO)
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 CO = (e) => e.replace(/\\(.)/g, "$1"), OO = (e) => e.replace(/\\([^-\]])/g, "$1"), RO = (e) => e.replace(/[-[\]{}()*+?.,\\^$|#\s]/g, "\\$&"), AO = (e) => e.replace(/[[\]\\]/g, "\\$&");
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 Xh(this.pattern, this.options);
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("[" + AO(OO(_)) + "]"), i += z;
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 = TO[i.charAt(0)];
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 CO(n);
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 ? wO : SO, i = t.nocase ? "i" : "";
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" ? RO(f) : f === hn ? hn : f._src
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 Zh = /* @__PURE__ */ Li(Kh), PO = [
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
- ], DO = [
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 IO(e) {
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 = PO.find(
6849
- ({ pattern: t }) => Zh(e, 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 $O(e) {
6864
- const n = DO.find(
6865
- ({ pattern: t }) => Zh(e, 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 Qh(e) {
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 = Qh(function(e) {
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
- }(), eg = Hi.EMPTY;
7067
- function tg(e) {
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 ng = {
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 MO(e) {
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 rg = function(e) {
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, tg(t) && t.add(a)) : a.destination = kO, a;
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), LO = Function.prototype.bind;
7133
+ }(Hi), NO = Function.prototype.bind;
7134
7134
  function Ru(e, n) {
7135
- return LO.call(e, n);
7135
+ return NO.call(e, n);
7136
7136
  }
7137
- var NO = function() {
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 && ng.useDeprecatedNextContext ? (f = Object.create(t), f.unsubscribe = function() {
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 NO(c), s;
7188
+ return s.destination = new FO(c), s;
7189
7189
  }
7190
7190
  return n;
7191
- }(rg);
7191
+ }(ng);
7192
7192
  function Zo(e) {
7193
- MO(e);
7193
+ LO(e);
7194
7194
  }
7195
- function FO(e) {
7195
+ function kO(e) {
7196
7196
  throw e;
7197
7197
  }
7198
- var kO = {
7198
+ var jO = {
7199
7199
  closed: !0,
7200
7200
  next: _p,
7201
- error: FO,
7201
+ error: kO,
7202
7202
  complete: _p
7203
- }, jO = function() {
7203
+ }, BO = function() {
7204
7204
  return typeof Symbol == "function" && Symbol.observable || "@@observable";
7205
7205
  }();
7206
- function BO(e) {
7206
+ function WO(e) {
7207
7207
  return e;
7208
7208
  }
7209
- function WO(e) {
7210
- return e.length === 0 ? BO : e.length === 1 ? e[0] : function(t) {
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 = HO(n) ? n : new yc(n, t, a);
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[jO] = function() {
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 WO(n)(this);
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 ?? ng.Promise) !== null && n !== void 0 ? n : Promise;
7278
+ return (n = e ?? tg.Promise) !== null && n !== void 0 ? n : Promise;
7279
7279
  }
7280
- function UO(e) {
7280
+ function HO(e) {
7281
7281
  return e && Bn(e.next) && Bn(e.error) && Bn(e.complete);
7282
7282
  }
7283
- function HO(e) {
7284
- return e && e instanceof rg || UO(e) && tg(e);
7283
+ function GO(e) {
7284
+ return e && e instanceof ng || HO(e) && eg(e);
7285
7285
  }
7286
- var GO = Qh(function(e) {
7286
+ var qO = Zh(function(e) {
7287
7287
  return function() {
7288
7288
  e(this), this.name = "ObjectUnsubscribedError", this.message = "object unsubscribed";
7289
7289
  };
7290
- }), ag = function(e) {
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 GO();
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 ? eg : (this.currentObservers = null, f.push(t), new Hi(function() {
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 : eg;
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
- }(ag);
7390
- const qO = new ag();
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 YO() {
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 zO() {
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 og() {
7561
- return Cp || (Cp = 1, process.env.NODE_ENV === "production" ? Qo.exports = YO() : Qo.exports = zO()), 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 ig() {
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 VO() {
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 = ig();
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 KO() {
7678
+ function JO() {
7679
7679
  if (Dp)
7680
7680
  return $u;
7681
7681
  Dp = 1;
7682
- var e = og(), n = zc(), t = Vc(), a = ig(), i = VO(), s = function() {
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 JO() {
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 XO = og(), ZO = !0;
8050
- bc.exports = KO()(XO.isElement, ZO);
8049
+ var ZO = ag(), QO = !0;
8050
+ bc.exports = JO()(ZO.isElement, QO);
8051
8051
  } else
8052
- bc.exports = JO()();
8053
- var QO = bc.exports;
8054
- const Jr = /* @__PURE__ */ Li(QO);
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 eR(e) {
8057
+ function tR(e) {
8058
8058
  e();
8059
8059
  }
8060
- var sg = eR, tR = function(n) {
8061
- return sg = n;
8062
- }, nR = function() {
8063
- return sg;
8060
+ var ig = tR, nR = function(n) {
8061
+ return ig = n;
8062
+ }, rR = function() {
8063
+ return ig;
8064
8064
  };
8065
- function rR() {
8066
- var e = nR(), n = null, t = null;
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 ug(e, n) {
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 = rR());
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 cg(e) {
8135
+ function ug(e) {
8136
8136
  var n = e.store, t = e.context, a = e.children, i = tc(function() {
8137
- var f = ug(n);
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" && (cg.propTypes = {
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 aR() {
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 oR() {
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 = aR() : Ec.exports = oR();
8334
- var iR = Ec.exports, fg = iR, sR = {
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
- }, uR = {
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
- }, lg = {};
8348
- lg[fg.ForwardRef] = sR;
8349
- lg[fg.Memo] = uR;
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 cR() {
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 fR() {
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" ? cR() : fR();
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 dg(e, n) {
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 pg() {
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 hg(e) {
8547
+ function pg(e) {
8548
8548
  e === void 0 && (e = Hn);
8549
- var n = e === Hn ? pg : function() {
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 lR = /* @__PURE__ */ hg();
8558
- function dR(e) {
8557
+ var dR = /* @__PURE__ */ pg();
8558
+ function pR(e) {
8559
8559
  e === void 0 && (e = Hn);
8560
- var n = e === Hn ? lR : hg(e);
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 pR = /* @__PURE__ */ dR(), hR = function(n, t) {
8566
+ var hR = /* @__PURE__ */ pR(), gR = function(n, t) {
8567
8567
  return n === t;
8568
8568
  };
8569
- function gR(e, n, t, a) {
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 ug(t, a);
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 vR(e) {
8610
+ function mR(e) {
8611
8611
  e === void 0 && (e = Hn);
8612
- var n = e === Hn ? pg : function() {
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 = hR), process.env.NODE_ENV !== "production") {
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 = gR(a, i, c, f);
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 mR = /* @__PURE__ */ vR();
8629
- tR(Iw);
8630
- const GP = () => pR(), fr = mR, Kc = W(
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
- ), qP = W(
8633
+ ), YP = W(
8634
8634
  (e) => e,
8635
8635
  ({ catalog: e }) => e.state
8636
- ), yR = W(Kc, (e) => e ? e.dataClasses : []), YP = W(Kc, (e) => e ? e.singletons : []), zP = W(
8637
- yR,
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
- ), VP = W(Kc, (e) => e ? e.methods : []), gg = (e) => W(
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
- ), KP = (e) => fr(gg(e), dg), bR = (e, n) => W(
8651
- gg(e),
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
- ), JP = (e, n, t) => fr(
8654
- bR(e, `${t}.${n}`),
8655
- dg
8656
- ), _R = W(
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
- ), XP = (e) => W(lr, (n) => {
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
- }), ER = (e) => W(lr, (n) => {
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
- }), ZP = (e, n, t) => W(_R, (a) => {
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
- }), wR = W(
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
- ), QP = (e, n, t, a) => W(
8688
- ER(e),
8689
- wR,
8687
+ ), eD = (e, n, t, a) => W(
8688
+ wR(e),
8689
+ SR,
8690
8690
  (i, s) => {
8691
- const c = Pe.flatten(Pe.values(s)), f = [
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
- ), eD = W(
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
- ), tD = W(
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), SR = (e, n) => e.find((t) => t.tabPath === n), nD = (e, n) => W(
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
- ), rD = (e, n) => W(
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
- ), aD = (e) => W(fa, (n) => n.filter((t) => t.filePath === e).reduce(
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)), oD = (e) => W(fa, (n) => n.filter((t) => t.filePath === e).reduce(
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)), iD = (e) => W(jt, (n) => {
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
- }), sD = (e) => W(jt, (n) => {
8750
+ }), uD = (e) => W(jt, (n) => {
8751
8751
  const t = dt(n, e);
8752
8752
  return t != null && t.stopped ? t.activeLine : null;
8753
- }), uD = (e) => W(
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
- ), cD = (e) => W(
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
- ), fD = (e, n) => W(
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
- ), lD = (e) => W(
8771
+ ), dD = (e) => W(
8772
8772
  jt,
8773
8773
  (n) => {
8774
8774
  var t;
8775
- return ((t = SR(n, e)) == null ? void 0 : t.threadId) || -1;
8775
+ return ((t = TR(n, e)) == null ? void 0 : t.threadId) || -1;
8776
8776
  }
8777
- ), dD = (e) => W(
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
- ), pD = (e) => W(
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
- ), hD = W(
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
- ), gD = (e) => W(
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
- ), vD = (e) => W(
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
- ), mD = (e) => W(
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
- ), yD = (e, n = "saved") => W(fa, (t) => {
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
- }), bD = (e, n, t, a) => W(jt, (i) => {
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), _D = W(
8827
+ ), Ka = W(lr, (e) => e.tabs), ED = W(
8828
8828
  lr,
8829
8829
  (e) => e.activeTab
8830
- ), ED = W(
8830
+ ), wD = W(
8831
8831
  lr,
8832
8832
  (e) => e.recent.filter(({ type: n }) => n !== j.DEBUGGER)
8833
- ), TR = W(
8833
+ ), xR = W(
8834
8834
  lr,
8835
8835
  ({ tabs: e, activeTab: n }) => e.find(({ path: t }) => t === n)
8836
- ), wD = W(lr, ({ tabs: e }) => e.reduce((t, a) => (a == null ? void 0 : a.weight) > ((t == null ? void 0 : t.weight) || 0) ? a : t, null)), SD = W(
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
- ), TD = W(
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
- ), xR = (e, n = "") => W($r(e), (t) => !t || !t.content || typeof t.content == "string" ? t == null ? void 0 : t.content : Pe.get(t.content, n)), xD = (e) => W($r(e), (n) => n == null ? void 0 : n.extra), CD = (e, n = (t) => t) => W(
8848
- xR(e, "components"),
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
- ), vg = W(
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: cO(n, t),
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,91 @@ const GP = () => pR(), fr = mR, Kc = W(
8865
8865
  extra: { source: t }
8866
8866
  })
8867
8867
  )
8868
- ), AD = W(
8868
+ ), PD = W(
8869
8869
  (e) => e,
8870
8870
  (e) => e.explorer || []
8871
- ), CR = W(
8871
+ ), OR = W(
8872
8872
  (e) => e,
8873
8873
  (e) => e.explorer.find((n) => n.path === Qe.WEBFORMS)
8874
- ), OR = W(
8874
+ ), RR = W(
8875
8875
  (e) => e,
8876
8876
  (e) => e.explorer.find((n) => n.path === Qe.METHODS)
8877
- ), RR = W(
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
- CR,
8881
+ RR,
8885
8882
  (e) => (e == null ? void 0 : e.children) || []
8886
8883
  ), ID = W(
8887
- RR,
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
- ), MD = W(
8892
+ ), LD = W(
8893
8893
  (e) => e.roles,
8894
8894
  (e) => tf(e)
8895
- ), LD = W(
8895
+ ), ND = W(
8896
8896
  (e) => e.roles,
8897
8897
  ({ roles: e }) => e
8898
- ), ND = W(
8898
+ ), FD = W(
8899
8899
  (e) => e.roles,
8900
8900
  ({ privileges: e }) => e
8901
- ), FD = W(
8901
+ ), kD = W(
8902
8902
  (e) => e.roles,
8903
8903
  ({ privileges: e }) => Object.values(e).find(({ privilege: n }) => n === "guest")
8904
- ), kD = W(
8904
+ ), jD = W(
8905
8905
  (e) => e.roles,
8906
8906
  ({ flags: e }) => e
8907
- ), jD = W(
8907
+ ), BD = W(
8908
8908
  (e) => e.roles,
8909
8909
  ({ selectedTab: e }) => e
8910
- ), BD = W(
8910
+ ), WD = W(
8911
8911
  (e) => e.roles,
8912
8912
  ({ forceLogin: e }) => e
8913
- ), WD = W(
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
- ), UD = (...e) => W(
8919
+ ), HD = (...e) => W(
8920
8920
  Ja,
8921
- (n) => e.length > 0 ? Pe.pick(n, e) : n
8922
- ), HD = (e) => W(
8921
+ (n) => e.length > 0 ? Ae.pick(n, e) : n
8922
+ ), GD = (e) => W(
8923
8923
  Ja,
8924
8924
  (n) => n[e]
8925
- ), GD = (e) => W(
8925
+ ), qD = (e) => W(
8926
8926
  Ja,
8927
8927
  (n) => !!n[`features.experimental.${e}`]
8928
- ), AR = W(
8928
+ ), PR = W(
8929
8929
  (e) => e.settings,
8930
8930
  (e) => e.project
8931
- ), qD = W(
8931
+ ), YD = W(
8932
8932
  (e) => e.settings,
8933
8933
  (e) => e
8934
- ), mg = W(
8934
+ ), vg = W(
8935
8935
  (e) => e.settings,
8936
8936
  (e) => e.server
8937
- ), YD = W(
8938
- mg,
8939
- (e) => e.remoteDebuggerMode
8940
8937
  ), zD = W(
8941
- mg,
8942
- (e) => e.qodly
8938
+ vg,
8939
+ (e) => e.remoteDebuggerMode
8943
8940
  ), VD = W(
8941
+ vg,
8942
+ (e) => e.qodly
8943
+ ), KD = W(
8944
8944
  Ja,
8945
8945
  (e) => e["monaco.zoom"]
8946
- ), KD = W(
8947
- AR,
8948
- (e) => e["webforms.i18n"]
8949
8946
  ), JD = W(
8947
+ PR,
8948
+ (e) => e["webforms.i18n"]
8949
+ ), XD = W(
8950
8950
  Ja,
8951
8951
  (e) => e["webforms.i18n.current"]
8952
- ), PR = [
8952
+ ), DR = [
8953
8953
  "rounded-full",
8954
8954
  "rounded-lg",
8955
8955
  "border-gray-400",
@@ -8983,20 +8983,20 @@ const GP = () => pR(), fr = mR, Kc = W(
8983
8983
  "shadow-lg",
8984
8984
  "shadow-xl",
8985
8985
  "shadow-2xl"
8986
- ], yg = PR.map((e) => ({
8986
+ ], mg = DR.map((e) => ({
8987
8987
  id: kc(),
8988
8988
  content: "",
8989
8989
  name: e,
8990
8990
  parentId: null,
8991
8991
  scope: ea.THEME
8992
- })), bg = (e) => W(
8992
+ })), yg = (e) => W(
8993
8993
  $r(e),
8994
8994
  (n) => {
8995
8995
  var t, a;
8996
8996
  return ((a = (t = n == null ? void 0 : n.content) == null ? void 0 : t.metadata) == null ? void 0 : a.styles) || [];
8997
8997
  }
8998
- ), XD = (e, n) => W(
8999
- bg(e),
8998
+ ), ZD = (e, n) => W(
8999
+ yg(e),
9000
9000
  (t) => n.map((a) => {
9001
9001
  switch (!0) {
9002
9002
  case a === ea.LOCAL:
@@ -9005,21 +9005,21 @@ const GP = () => pR(), fr = mR, Kc = W(
9005
9005
  scope: ea.LOCAL
9006
9006
  }));
9007
9007
  case a === ea.THEME:
9008
- return yg;
9008
+ return mg;
9009
9009
  default:
9010
9010
  return [];
9011
9011
  }
9012
9012
  }).flat()
9013
- ), ZD = (e) => W(
9014
- bg(e),
9013
+ ), QD = (e) => W(
9014
+ yg(e),
9015
9015
  (n) => [
9016
9016
  ...n.map((t) => ({
9017
9017
  ...t,
9018
9018
  scope: ea.LOCAL
9019
9019
  })),
9020
- ...yg
9020
+ ...mg
9021
9021
  ]
9022
- ), QD = W(
9022
+ ), eI = W(
9023
9023
  (e) => e,
9024
9024
  (e) => {
9025
9025
  var n;
@@ -9030,8 +9030,8 @@ const GP = () => pR(), fr = mR, Kc = W(
9030
9030
  }))
9031
9031
  ];
9032
9032
  }
9033
- ), eI = (e) => W($r(e), (n) => n == null ? void 0 : n.flags), tI = (e) => W($r(e), (n) => n == null ? void 0 : n.history), nI = W(
9034
- TR,
9033
+ ), 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(
9034
+ xR,
9035
9035
  (e) => {
9036
9036
  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
9037
  return { canUndo: n, canRedo: t };
@@ -9039,66 +9039,66 @@ const GP = () => pR(), fr = mR, Kc = W(
9039
9039
  ), Gi = W(
9040
9040
  (e) => e.webforms,
9041
9041
  (e) => e
9042
- ), DR = W(
9042
+ ), IR = W(
9043
9043
  Gi,
9044
9044
  (e) => (e == null ? void 0 : e.components) || []
9045
9045
  ), Jc = W(
9046
9046
  Gi,
9047
9047
  (e) => e.inspector
9048
- ), rI = W(
9048
+ ), aI = W(
9049
9049
  Jc,
9050
9050
  (e) => e.css
9051
- ), aI = W(
9051
+ ), oI = W(
9052
9052
  Jc,
9053
9053
  (e) => e.datasource
9054
- ), IR = W(
9054
+ ), $R = W(
9055
9055
  Gi,
9056
9056
  (e) => e.templates || {
9057
9057
  data: []
9058
9058
  }
9059
- ), oI = W(
9060
- IR,
9059
+ ), iI = W(
9060
+ $R,
9061
9061
  (e) => e.data || []
9062
- ), iI = (e) => W(
9063
- DR,
9062
+ ), sI = (e) => W(
9063
+ IR,
9064
9064
  (n) => n.find((t) => t.id === e)
9065
- ), sI = (e) => W(Jc, (n) => n[e]), uI = W(
9065
+ ), uI = (e) => W(Jc, (n) => n[e]), cI = W(
9066
9066
  Gi,
9067
9067
  (e) => e.datasources.theme
9068
- ), cI = W(
9068
+ ), fI = W(
9069
9069
  (e) => e.catalog,
9070
9070
  (e) => e.sharedDatasources,
9071
9071
  (e) => e.sharedCSS,
9072
9072
  (e, n, t) => [e.state, n.state, t.state].every(
9073
9073
  (a) => ["loaded", "error"].includes(a)
9074
9074
  )
9075
- ), _g = { label: "Base", id: "root" }, $R = (e, n = []) => W($r(e), (t) => {
9075
+ ), bg = { label: "Base", id: "root" }, MR = (e, n = []) => W($r(e), (t) => {
9076
9076
  var i, s;
9077
9077
  return (((s = (i = t == null ? void 0 : t.content) == null ? void 0 : i.metadata) == null ? void 0 : s.states) || [
9078
- _g
9078
+ bg
9079
9079
  ]).filter(({ id: c }) => !n.includes(c));
9080
- }), fI = (e, n = []) => W(
9081
- $R(e, n),
9080
+ }), lI = (e, n = []) => W(
9081
+ MR(e, n),
9082
9082
  (t) => t.map(({ label: a }) => a)
9083
- ), lI = (e) => W($r(e), (n) => {
9083
+ ), dI = (e) => W($r(e), (n) => {
9084
9084
  var t, a;
9085
9085
  return ((a = (t = n == null ? void 0 : n.content) == null ? void 0 : t.metadata) == null ? void 0 : a.defaultStates) || [];
9086
- }), dI = W(
9086
+ }), pI = W(
9087
9087
  (e) => e,
9088
9088
  (e) => {
9089
9089
  var n;
9090
9090
  return ((n = e.savedConditions) == null ? void 0 : n.conditions) || [];
9091
9091
  }
9092
9092
  );
9093
- var Eg = /* @__PURE__ */ ((e) => (e.SHOW_AFTER_TIMEOUT = "show_after_timeout", e.HIDE_AFTER_TIMEOUT = "hide_after_timeout", e))(Eg || {}), wg = /* @__PURE__ */ ((e) => (e.NONE = "none", e.SAVE_ALL_AND_PROCEED = "saved_all_and_proceed", e.PROCEED = "proceed", e))(wg || {}), Sg = /* @__PURE__ */ ((e) => (e.AIRY = "airy", e.COMPACT = "neutral", e))(Sg || {}), ei, MR = new Uint8Array(16);
9094
- function Tg() {
9093
+ 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);
9094
+ function Sg() {
9095
9095
  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
9096
  throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");
9097
- return ei(MR);
9097
+ return ei(LR);
9098
9098
  }
9099
- const LR = /^(?:[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;
9099
+ 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
9100
  function qi(e) {
9101
- return typeof e == "string" && LR.test(e);
9101
+ return typeof e == "string" && NR.test(e);
9102
9102
  }
9103
9103
  var yt = [];
9104
9104
  for (var Lu = 0; Lu < 256; ++Lu)
@@ -9110,12 +9110,12 @@ function Yi(e) {
9110
9110
  return t;
9111
9111
  }
9112
9112
  var jp, Nu, Fu = 0, ku = 0;
9113
- function NR(e, n, t) {
9113
+ function FR(e, n, t) {
9114
9114
  var a = n && t || 0, i = n || new Array(16);
9115
9115
  e = e || {};
9116
9116
  var s = e.node || jp, c = e.clockseq !== void 0 ? e.clockseq : Nu;
9117
9117
  if (s == null || c == null) {
9118
- var f = e.random || (e.rng || Tg)();
9118
+ var f = e.random || (e.rng || Sg)();
9119
9119
  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
9120
  }
9121
9121
  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 +9130,22 @@ function NR(e, n, t) {
9130
9130
  i[a + _] = s[_];
9131
9131
  return n || Yi(i);
9132
9132
  }
9133
- function xg(e) {
9133
+ function Tg(e) {
9134
9134
  if (!qi(e))
9135
9135
  throw TypeError("Invalid UUID");
9136
9136
  var n, t = new Uint8Array(16);
9137
9137
  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
9138
  }
9139
- function FR(e) {
9139
+ function kR(e) {
9140
9140
  e = unescape(encodeURIComponent(e));
9141
9141
  for (var n = [], t = 0; t < e.length; ++t)
9142
9142
  n.push(e.charCodeAt(t));
9143
9143
  return n;
9144
9144
  }
9145
- var kR = "6ba7b810-9dad-11d1-80b4-00c04fd430c8", jR = "6ba7b811-9dad-11d1-80b4-00c04fd430c8";
9146
- function Cg(e, n, t) {
9145
+ var jR = "6ba7b810-9dad-11d1-80b4-00c04fd430c8", BR = "6ba7b811-9dad-11d1-80b4-00c04fd430c8";
9146
+ function xg(e, n, t) {
9147
9147
  function a(i, s, c, f) {
9148
- if (typeof i == "string" && (i = FR(i)), typeof s == "string" && (s = xg(s)), s.length !== 16)
9148
+ if (typeof i == "string" && (i = kR(i)), typeof s == "string" && (s = Tg(s)), s.length !== 16)
9149
9149
  throw TypeError("Namespace must be array-like (16 iterable integer values, 0-255)");
9150
9150
  var d = new Uint8Array(16 + i.length);
9151
9151
  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 +9160,39 @@ function Cg(e, n, t) {
9160
9160
  a.name = e;
9161
9161
  } catch {
9162
9162
  }
9163
- return a.DNS = kR, a.URL = jR, a;
9163
+ return a.DNS = jR, a.URL = BR, a;
9164
9164
  }
9165
- function BR(e) {
9165
+ function WR(e) {
9166
9166
  if (typeof e == "string") {
9167
9167
  var n = unescape(encodeURIComponent(e));
9168
9168
  e = new Uint8Array(n.length);
9169
9169
  for (var t = 0; t < n.length; ++t)
9170
9170
  e[t] = n.charCodeAt(t);
9171
9171
  }
9172
- return WR(UR(HR(e), e.length * 8));
9172
+ return UR(HR(GR(e), e.length * 8));
9173
9173
  }
9174
- function WR(e) {
9174
+ function UR(e) {
9175
9175
  for (var n = [], t = e.length * 32, a = "0123456789abcdef", i = 0; i < t; i += 8) {
9176
9176
  var s = e[i >> 5] >>> i % 32 & 255, c = parseInt(a.charAt(s >>> 4 & 15) + a.charAt(s & 15), 16);
9177
9177
  n.push(c);
9178
9178
  }
9179
9179
  return n;
9180
9180
  }
9181
- function Og(e) {
9181
+ function Cg(e) {
9182
9182
  return (e + 64 >>> 9 << 4) + 14 + 1;
9183
9183
  }
9184
- function UR(e, n) {
9185
- e[n >> 5] |= 128 << n % 32, e[Og(n) - 1] = n;
9184
+ function HR(e, n) {
9185
+ e[n >> 5] |= 128 << n % 32, e[Cg(n) - 1] = n;
9186
9186
  for (var t = 1732584193, a = -271733879, i = -1732584194, s = 271733878, c = 0; c < e.length; c += 16) {
9187
9187
  var f = t, d = a, p = i, h = s;
9188
9188
  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
9189
  }
9190
9190
  return [t, a, i, s];
9191
9191
  }
9192
- function HR(e) {
9192
+ function GR(e) {
9193
9193
  if (e.length === 0)
9194
9194
  return [];
9195
- for (var n = e.length * 8, t = new Uint32Array(Og(n)), a = 0; a < n; a += 8)
9195
+ for (var n = e.length * 8, t = new Uint32Array(Cg(n)), a = 0; a < n; a += 8)
9196
9196
  t[a >> 5] |= (e[a / 8] & 255) << a % 32;
9197
9197
  return t;
9198
9198
  }
@@ -9200,11 +9200,11 @@ function ar(e, n) {
9200
9200
  var t = (e & 65535) + (n & 65535), a = (e >> 16) + (n >> 16) + (t >> 16);
9201
9201
  return a << 16 | t & 65535;
9202
9202
  }
9203
- function GR(e, n) {
9203
+ function qR(e, n) {
9204
9204
  return e << n | e >>> 32 - n;
9205
9205
  }
9206
9206
  function zi(e, n, t, a, i, s) {
9207
- return ar(GR(ar(ar(n, e), ar(a, s)), i), t);
9207
+ return ar(qR(ar(ar(n, e), ar(a, s)), i), t);
9208
9208
  }
9209
9209
  function wt(e, n, t, a, i, s, c) {
9210
9210
  return zi(n & t | ~n & a, e, n, i, s, c);
@@ -9218,11 +9218,11 @@ function Tt(e, n, t, a, i, s, c) {
9218
9218
  function xt(e, n, t, a, i, s, c) {
9219
9219
  return zi(t ^ (n | ~a), e, n, i, s, c);
9220
9220
  }
9221
- var qR = Cg("v3", 48, BR);
9222
- const YR = qR;
9223
- function zR(e, n, t) {
9221
+ var YR = xg("v3", 48, WR);
9222
+ const zR = YR;
9223
+ function VR(e, n, t) {
9224
9224
  e = e || {};
9225
- var a = e.random || (e.rng || Tg)();
9225
+ var a = e.random || (e.rng || Sg)();
9226
9226
  if (a[6] = a[6] & 15 | 64, a[8] = a[8] & 63 | 128, n) {
9227
9227
  t = t || 0;
9228
9228
  for (var i = 0; i < 16; ++i)
@@ -9231,7 +9231,7 @@ function zR(e, n, t) {
9231
9231
  }
9232
9232
  return Yi(a);
9233
9233
  }
9234
- function VR(e, n, t, a) {
9234
+ function KR(e, n, t, a) {
9235
9235
  switch (e) {
9236
9236
  case 0:
9237
9237
  return n & t ^ ~n & a;
@@ -9246,7 +9246,7 @@ function VR(e, n, t, a) {
9246
9246
  function ju(e, n) {
9247
9247
  return e << n | e >>> 32 - n;
9248
9248
  }
9249
- function KR(e) {
9249
+ function JR(e) {
9250
9250
  var n = [1518500249, 1859775393, 2400959708, 3395469782], t = [1732584193, 4023233417, 2562383102, 271733878, 3285377520];
9251
9251
  if (typeof e == "string") {
9252
9252
  var a = unescape(encodeURIComponent(e));
@@ -9268,32 +9268,32 @@ function KR(e) {
9268
9268
  for (var S = 16; S < 80; ++S)
9269
9269
  b[S] = ju(b[S - 3] ^ b[S - 8] ^ b[S - 14] ^ b[S - 16], 1);
9270
9270
  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) + VR(O, P, A, M) + $ + n[O] + b[N] >>> 0;
9271
+ var O = Math.floor(N / 20), q = ju(w, 5) + KR(O, P, A, M) + $ + n[O] + b[N] >>> 0;
9272
9272
  $ = M, M = A, A = ju(P, 30) >>> 0, P = w, w = q;
9273
9273
  }
9274
9274
  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
9275
  }
9276
9276
  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
9277
  }
9278
- var JR = Cg("v5", 80, KR);
9279
- const XR = JR, ZR = "00000000-0000-0000-0000-000000000000";
9280
- function QR(e) {
9278
+ var XR = xg("v5", 80, JR);
9279
+ const ZR = XR, QR = "00000000-0000-0000-0000-000000000000";
9280
+ function eA(e) {
9281
9281
  if (!qi(e))
9282
9282
  throw TypeError("Invalid UUID");
9283
9283
  return parseInt(e.substr(14, 1), 16);
9284
9284
  }
9285
- const eA = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
9285
+ const tA = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
9286
9286
  __proto__: null,
9287
- NIL: ZR,
9288
- parse: xg,
9287
+ NIL: QR,
9288
+ parse: Tg,
9289
9289
  stringify: Yi,
9290
- v1: NR,
9291
- v3: YR,
9292
- v4: zR,
9293
- v5: XR,
9290
+ v1: FR,
9291
+ v3: zR,
9292
+ v4: VR,
9293
+ v5: ZR,
9294
9294
  validate: qi,
9295
- version: QR
9296
- }, Symbol.toStringTag, { value: "Module" })), tA = /* @__PURE__ */ FS(eA);
9295
+ version: eA
9296
+ }, Symbol.toStringTag, { value: "Module" })), nA = /* @__PURE__ */ FS(tA);
9297
9297
  function Xc(e, n) {
9298
9298
  if (!e || !n || !e.length || !n.length)
9299
9299
  throw new Error("Bad alphabet");
@@ -9320,9 +9320,9 @@ Xc.prototype.isValid = function(e) {
9320
9320
  return !1;
9321
9321
  return !0;
9322
9322
  };
9323
- var nA = Xc, rA = nA;
9323
+ var rA = Xc, aA = rA;
9324
9324
  function Xa(e, n) {
9325
- var t = new rA(e, n);
9325
+ var t = new aA(e, n);
9326
9326
  return function(a) {
9327
9327
  return t.convert(a);
9328
9328
  };
@@ -9331,8 +9331,8 @@ Xa.BIN = "01";
9331
9331
  Xa.OCT = "01234567";
9332
9332
  Xa.DEC = "0123456789";
9333
9333
  Xa.HEX = "0123456789abcdef";
9334
- var aA = Xa;
9335
- const { v4: Bu } = tA, ti = aA, Wu = "123456789abcdefghijkmnopqrstuvwxyzABCDEFGHJKLMNPQRSTUVWXYZ", oA = "0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ!#$%&'()*+-./:<=>?@[]^_`{|}~", iA = {
9334
+ var oA = Xa;
9335
+ const { v4: Bu } = nA, ti = oA, Wu = "123456789abcdefghijkmnopqrstuvwxyzABCDEFGHJKLMNPQRSTUVWXYZ", iA = "0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ!#$%&'()*+-./:<=>?@[]^_`{|}~", sA = {
9336
9336
  consistentLength: !0
9337
9337
  };
9338
9338
  let Uu;
@@ -9342,16 +9342,16 @@ const Bp = (e, n, t) => {
9342
9342
  t.shortIdLength,
9343
9343
  t.paddingChar
9344
9344
  );
9345
- }, sA = (e, n) => {
9345
+ }, uA = (e, n) => {
9346
9346
  const a = n(e).padStart(32, "0").match(/(\w{8})(\w{4})(\w{4})(\w{4})(\w{12})/);
9347
9347
  return [a[1], a[2], a[3], a[4], a[5]].join("-");
9348
- }, uA = (e) => Math.ceil(Math.log(2 ** 128) / Math.log(e));
9348
+ }, cA = (e) => Math.ceil(Math.log(2 ** 128) / Math.log(e));
9349
9349
  var qa = (() => {
9350
9350
  const e = (n, t) => {
9351
- const a = n || Wu, i = { ...iA, ...t };
9351
+ const a = n || Wu, i = { ...sA, ...t };
9352
9352
  if ([...new Set(Array.from(a))].length !== a.length)
9353
9353
  throw new Error("The provided Alphabet has duplicate characters resulting in unreliable results");
9354
- const s = uA(a.length), c = {
9354
+ const s = cA(a.length), c = {
9355
9355
  shortIdLength: s,
9356
9356
  consistentLength: i.consistentLength,
9357
9357
  paddingChar: a[0]
@@ -9360,7 +9360,7 @@ var qa = (() => {
9360
9360
  generate: p,
9361
9361
  uuid: Bu,
9362
9362
  fromUUID: (v) => Bp(v, f, c),
9363
- toUUID: (v) => sA(v, d),
9363
+ toUUID: (v) => uA(v, d),
9364
9364
  alphabet: a,
9365
9365
  maxLength: s
9366
9366
  };
@@ -9368,10 +9368,10 @@ var qa = (() => {
9368
9368
  };
9369
9369
  return e.constants = {
9370
9370
  flickrBase58: Wu,
9371
- cookieBase90: oA
9371
+ cookieBase90: iA
9372
9372
  }, e.uuid = Bu, e.generate = () => (Uu || (Uu = e(Wu).generate), Uu()), e;
9373
9373
  })(), 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 cA = [
9374
+ const fA = [
9375
9375
  Se.DATASTORE,
9376
9376
  Se.DATACLASS,
9377
9377
  Se.ATTRIBUTE,
@@ -9452,7 +9452,7 @@ const cA = [
9452
9452
  function mn(e, ...n) {
9453
9453
  return Array.from(/* @__PURE__ */ new Set([...e, ...n]));
9454
9454
  }
9455
- function fA(e) {
9455
+ function lA(e) {
9456
9456
  const n = {}, t = /* @__PURE__ */ new Map();
9457
9457
  e.forEach((d) => {
9458
9458
  const p = d.id || qa.generate();
@@ -9473,7 +9473,7 @@ function fA(e) {
9473
9473
  includes: h
9474
9474
  };
9475
9475
  });
9476
- const a = lA(n), i = /* @__PURE__ */ new Set();
9476
+ const a = dA(n), i = /* @__PURE__ */ new Set();
9477
9477
  function s(d) {
9478
9478
  i.add(d.id), d.includes = d.includes.filter((p) => !i.has(p));
9479
9479
  }
@@ -9495,7 +9495,7 @@ function fA(e) {
9495
9495
  ...n
9496
9496
  };
9497
9497
  }
9498
- function lA(e) {
9498
+ function dA(e) {
9499
9499
  return Object.values(e).sort(
9500
9500
  (n, t) => n.parents.length - t.parents.length
9501
9501
  );
@@ -9514,14 +9514,14 @@ function wc(e, n) {
9514
9514
  a = mn(a, ...wc(i, n), i);
9515
9515
  }), a;
9516
9516
  }
9517
- function pI(e, n) {
9517
+ function hI(e, n) {
9518
9518
  const t = n[e];
9519
9519
  if (!t)
9520
9520
  return [];
9521
9521
  const a = [e, ...Qc(e, n), ...t.includes];
9522
9522
  return Object.keys(n).filter((i) => !a.includes(i));
9523
9523
  }
9524
- function hI(e, n) {
9524
+ function gI(e, n) {
9525
9525
  return n[e] ? Object.keys(n).reduce((a, i) => i === e ? a : {
9526
9526
  ...a,
9527
9527
  [i]: {
@@ -9531,7 +9531,7 @@ function hI(e, n) {
9531
9531
  }
9532
9532
  }, {}) : n;
9533
9533
  }
9534
- function gI(e, n, t) {
9534
+ function vI(e, n, t) {
9535
9535
  const a = t[e], i = t[n];
9536
9536
  return !a || !i ? t : {
9537
9537
  ...t,
@@ -9545,7 +9545,7 @@ function gI(e, n, t) {
9545
9545
  }
9546
9546
  };
9547
9547
  }
9548
- function vI(e, n, t) {
9548
+ function mI(e, n, t) {
9549
9549
  const a = t[e], i = t[n];
9550
9550
  return !a || !i ? t : {
9551
9551
  ...t,
@@ -9559,7 +9559,7 @@ function vI(e, n, t) {
9559
9559
  }
9560
9560
  };
9561
9561
  }
9562
- function dA(e, n) {
9562
+ function pA(e, n) {
9563
9563
  nh(e), Object.entries(n).forEach(([, { privilege: a }]) => {
9564
9564
  if (e.toLowerCase() === a.toLowerCase())
9565
9565
  throw new Error(`There's already a Privilege with the name ${e}`);
@@ -9576,12 +9576,12 @@ function dA(e, n) {
9576
9576
  ...n
9577
9577
  };
9578
9578
  }
9579
- function mI(e, n, t, a, i) {
9580
- let s = dA(e, i);
9579
+ function yI(e, n, t, a, i) {
9580
+ let s = pA(e, i);
9581
9581
  const c = Object.entries(s).find(
9582
9582
  ([, f]) => f.privilege === e
9583
9583
  );
9584
- return c ? (s = vA(
9584
+ return c ? (s = mA(
9585
9585
  c[1].id,
9586
9586
  n,
9587
9587
  t,
@@ -9589,7 +9589,7 @@ function mI(e, n, t, a, i) {
9589
9589
  s
9590
9590
  ), s) : i;
9591
9591
  }
9592
- function yI(e, n, t) {
9592
+ function bI(e, n, t) {
9593
9593
  if (!e)
9594
9594
  throw new Error("Please enter a name");
9595
9595
  if (!t[n])
@@ -9605,22 +9605,22 @@ function yI(e, n, t) {
9605
9605
  }
9606
9606
  };
9607
9607
  }
9608
- function bI(e, n) {
9608
+ function _I(e, n) {
9609
9609
  return e.map((t) => dr(t, n));
9610
9610
  }
9611
9611
  function dr(e, n) {
9612
9612
  return n[e] ? n[e] : null;
9613
9613
  }
9614
- function pA({ applyTo: e, type: n, ...t }) {
9614
+ function hA({ applyTo: e, type: n, ...t }) {
9615
9615
  return Object.entries(t).reduce((a, [i, s]) => {
9616
- const c = Pe.find(Zc, ["key", i]);
9616
+ const c = Ae.find(Zc, ["key", i]);
9617
9617
  return !c || !c.canApplyTo.includes(n) || (typeof s == "string" ? s.split(",") : s).forEach((d) => {
9618
9618
  a[d] = mn(a[d] || [], i);
9619
9619
  }), a;
9620
9620
  }, {});
9621
9621
  }
9622
9622
  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 Rg(e) {
9623
+ function Og(e) {
9624
9624
  return {
9625
9625
  permissions: Zc.filter(
9626
9626
  ({ canApplyTo: n }) => n.includes(e.type)
@@ -9645,21 +9645,21 @@ function Rg(e) {
9645
9645
  type: e.type
9646
9646
  };
9647
9647
  }
9648
- function hA(e, n) {
9649
- const t = gA(n), a = {};
9650
- return e.filter(({ type: i }) => cA.includes(i)).forEach((i) => {
9651
- const s = pA(i);
9648
+ function gA(e, n) {
9649
+ const t = vA(n), a = {};
9650
+ return e.filter(({ type: i }) => fA.includes(i)).forEach((i) => {
9651
+ const s = hA(i);
9652
9652
  Object.entries(s).forEach(([c, f]) => {
9653
9653
  var h;
9654
9654
  const d = (h = t[c]) == null ? void 0 : h.id;
9655
9655
  if (!d)
9656
9656
  return;
9657
9657
  a[d] = a[d] || { ...n[d] };
9658
- let p = Pe.find(a[d].resources, {
9658
+ let p = Ae.find(a[d].resources, {
9659
9659
  resource: i.applyTo,
9660
9660
  type: i.type
9661
9661
  });
9662
- p || (p = Rg(i), a[d].resources.push(p)), p.permissions = p.permissions.map((v) => ({
9662
+ p || (p = Og(i), a[d].resources.push(p)), p.permissions = p.permissions.map((v) => ({
9663
9663
  ...v,
9664
9664
  checked: v.checked || f.includes(v.name)
9665
9665
  }));
@@ -9669,7 +9669,7 @@ function hA(e, n) {
9669
9669
  ...a
9670
9670
  };
9671
9671
  }
9672
- function gA(e) {
9672
+ function vA(e) {
9673
9673
  return Object.values(e).reduce(
9674
9674
  (n, t) => ({
9675
9675
  ...n,
@@ -9680,10 +9680,10 @@ function gA(e) {
9680
9680
  }
9681
9681
  function ef(e) {
9682
9682
  var t;
9683
- const n = fA(e.privileges || []);
9683
+ const n = lA(e.privileges || []);
9684
9684
  return {
9685
9685
  forceLogin: e == null ? void 0 : e.forceLogin,
9686
- privileges: hA(((t = e.permissions) == null ? void 0 : t.allowed) || [], n),
9686
+ privileges: gA(((t = e.permissions) == null ? void 0 : t.allowed) || [], n),
9687
9687
  roles: (e.roles || []).map(({ id: a = qa.generate(), role: i, privileges: s = [] }) => ({
9688
9688
  id: a,
9689
9689
  role: i,
@@ -9713,7 +9713,7 @@ function tf(e) {
9713
9713
  permissions: {
9714
9714
  allowed: Object.values(e.privileges).reduce(
9715
9715
  (a, i) => (i.resources.forEach(({ permissions: s, resource: c, type: f }) => {
9716
- let d = Pe.find(a, {
9716
+ let d = Ae.find(a, {
9717
9717
  applyTo: c,
9718
9718
  type: f
9719
9719
  });
@@ -9741,7 +9741,7 @@ function tf(e) {
9741
9741
  }))
9742
9742
  };
9743
9743
  }
9744
- function _I(e, n) {
9744
+ function EI(e, n) {
9745
9745
  const t = n[e], a = {
9746
9746
  children: [],
9747
9747
  links: [],
@@ -9786,23 +9786,23 @@ function _I(e, n) {
9786
9786
  ...c([[e], ...a.children], "includes")
9787
9787
  ], a;
9788
9788
  }
9789
- function EI(e, n, t) {
9789
+ function wI(e, n, t) {
9790
9790
  const a = dr(e, t);
9791
- if (!a || Pe.find(a.resources, {
9791
+ if (!a || Ae.find(a.resources, {
9792
9792
  resource: n.applyTo,
9793
9793
  type: n.type
9794
9794
  }))
9795
9795
  return t;
9796
9796
  const i = {
9797
9797
  ...a,
9798
- resources: [...a.resources, Rg(n)]
9798
+ resources: [...a.resources, Og(n)]
9799
9799
  };
9800
9800
  return {
9801
9801
  ...t,
9802
9802
  [e]: i
9803
9803
  };
9804
9804
  }
9805
- function wI(e, n, t) {
9805
+ function SI(e, n, t) {
9806
9806
  const a = dr(e, t);
9807
9807
  if (!a)
9808
9808
  return t;
@@ -9817,7 +9817,7 @@ function wI(e, n, t) {
9817
9817
  [e]: i
9818
9818
  };
9819
9819
  }
9820
- function SI(e, n) {
9820
+ function TI(e, n) {
9821
9821
  const t = dr(e, n);
9822
9822
  if (!t)
9823
9823
  return n;
@@ -9833,11 +9833,11 @@ function SI(e, n) {
9833
9833
  [e]: a
9834
9834
  };
9835
9835
  }
9836
- function vA(e, n, t, a, i) {
9836
+ function mA(e, n, t, a, i) {
9837
9837
  const s = dr(e, i);
9838
9838
  if (!s)
9839
9839
  return i;
9840
- const f = Pe.find(s.resources, {
9840
+ const f = Ae.find(s.resources, {
9841
9841
  type: t,
9842
9842
  resource: n
9843
9843
  }) ? {
@@ -9876,11 +9876,11 @@ function vA(e, n, t, a, i) {
9876
9876
  [e]: f
9877
9877
  };
9878
9878
  }
9879
- function TI(e, n, t, a) {
9879
+ function xI(e, n, t, a) {
9880
9880
  const i = dr(e, a);
9881
9881
  if (!i)
9882
9882
  return a;
9883
- const c = Pe.find(i.resources, {
9883
+ const c = Ae.find(i.resources, {
9884
9884
  type: n.type,
9885
9885
  resource: n.resource
9886
9886
  }) ? {
@@ -9912,9 +9912,9 @@ function TI(e, n, t, a) {
9912
9912
  [e]: c
9913
9913
  };
9914
9914
  }
9915
- function xI(e, n) {
9915
+ function CI(e, n) {
9916
9916
  var d;
9917
- const t = mA(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);
9917
+ 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
9918
  return Object.entries(n).reduce(
9919
9919
  (p, [h, { resources: v }]) => (v.filter(
9920
9920
  ({ resource: b, type: _ }) => _ === Se.METHOD && c.includes(b)
@@ -9927,7 +9927,7 @@ function xI(e, n) {
9927
9927
  {}
9928
9928
  );
9929
9929
  }
9930
- function mA(e, n) {
9930
+ function yA(e, n) {
9931
9931
  var c;
9932
9932
  const t = dr(e, n);
9933
9933
  if (!t)
@@ -9939,7 +9939,7 @@ function mA(e, n) {
9939
9939
  (f, d) => (n[d].resources.forEach((h) => {
9940
9940
  if (h.permissions.filter(({ checked: _ }) => _).length === 0)
9941
9941
  return;
9942
- const b = Pe.find(f, {
9942
+ const b = Ae.find(f, {
9943
9943
  type: h.type,
9944
9944
  resource: h.resource
9945
9945
  });
@@ -9963,7 +9963,7 @@ function mA(e, n) {
9963
9963
  };
9964
9964
  });
9965
9965
  }), f),
9966
- Pe.clone(
9966
+ Ae.clone(
9967
9967
  t.resources.map((f) => ({
9968
9968
  ...f,
9969
9969
  permissions: f.permissions.map(({ checked: d, ...p }) => ({
@@ -9974,15 +9974,15 @@ function mA(e, n) {
9974
9974
  )
9975
9975
  );
9976
9976
  }
9977
- const CI = (e) => e.reduce((n, t) => ({
9977
+ const OI = (e) => e.reduce((n, t) => ({
9978
9978
  ...n,
9979
9979
  [t.id]: {
9980
9980
  ...t
9981
9981
  }
9982
- }), {}), OI = (e, n) => n[e] ? Object.values(n).reduce((t, a) => e === a.id || a.role === "" ? t : {
9982
+ }), {}), RI = (e, n) => n[e] ? Object.values(n).reduce((t, a) => e === a.id || a.role === "" ? t : {
9983
9983
  ...t,
9984
9984
  [a.id]: a
9985
- }, {}) : n, RI = (e, n, t) => t[e] ? Object.values(t).reduce((a, i) => e === i.id ? {
9985
+ }, {}) : n, AI = (e, n, t) => t[e] ? Object.values(t).reduce((a, i) => e === i.id ? {
9986
9986
  ...a,
9987
9987
  [i.id]: {
9988
9988
  ...i,
@@ -9991,7 +9991,7 @@ const CI = (e) => e.reduce((n, t) => ({
9991
9991
  } : {
9992
9992
  ...a,
9993
9993
  [i.id]: i
9994
- }, {}) : t, AI = (e, n) => {
9994
+ }, {}) : t, PI = (e, n) => {
9995
9995
  const t = {
9996
9996
  id: e,
9997
9997
  role: "",
@@ -10001,7 +10001,7 @@ const CI = (e) => e.reduce((n, t) => ({
10001
10001
  ...n,
10002
10002
  [t.id]: t
10003
10003
  };
10004
- }, PI = (e, n) => {
10004
+ }, DI = (e, n) => {
10005
10005
  if (nh(e.role), Object.values(n).find((a) => a.role === e.role))
10006
10006
  throw new Error(`a role with the name ${e.role} already exists`);
10007
10007
  return Object.values(n).reduce((a, i) => e.id === i.id ? {
@@ -10011,11 +10011,11 @@ const CI = (e) => e.reduce((n, t) => ({
10011
10011
  ...a,
10012
10012
  [i.id]: i
10013
10013
  }, {});
10014
- }, yA = {
10014
+ }, bA = {
10015
10015
  list: []
10016
- }, Wp = (e, n) => e.list.filter((t) => t.id !== n), Ag = Vt({
10016
+ }, Wp = (e, n) => e.list.filter((t) => t.id !== n), Rg = Vt({
10017
10017
  name: "modals",
10018
- initialState: yA,
10018
+ initialState: bA,
10019
10019
  reducers: {
10020
10020
  createModal: (e, n) => {
10021
10021
  e.list.push(n.payload);
@@ -10039,10 +10039,10 @@ const CI = (e) => e.reduce((n, t) => ({
10039
10039
  e.list = Wp(e, t);
10040
10040
  }
10041
10041
  }
10042
- }), { createModal: bA, removeModal: _A, closeModal: DI, editModal: II } = Ag.actions, yn = Q("modals/open", async (e, { dispatch: n }) => {
10043
- const t = LP(), { type: a = sn.ALERT } = e, i = kc();
10042
+ }), { createModal: _A, removeModal: EA, closeModal: II, editModal: $I } = Rg.actions, yn = Q("modals/open", async (e, { dispatch: n }) => {
10043
+ const t = NP(), { type: a = sn.ALERT } = e, i = kc();
10044
10044
  switch (n(
10045
- bA({
10045
+ _A({
10046
10046
  id: i,
10047
10047
  type: a,
10048
10048
  isOpen: !0,
@@ -10055,27 +10055,27 @@ const CI = (e) => e.reduce((n, t) => ({
10055
10055
  var p;
10056
10056
  const { modals: f } = t.getState(), d = f.list.find((h) => h.id === i);
10057
10057
  if (d && !d.isOpen) {
10058
- const h = d.closeReason === dw.CONFIRMED, v = Pe.entries((p = d.views) == null ? void 0 : p.toggles).reduce(
10058
+ const h = d.closeReason === dw.CONFIRMED, v = Ae.entries((p = d.views) == null ? void 0 : p.toggles).reduce(
10059
10059
  (b, _) => ({
10060
10060
  ...b,
10061
10061
  [_[0]]: _[1].value
10062
10062
  }),
10063
10063
  {}
10064
10064
  );
10065
- n(_A(i)), c(), s({ confirmed: h, options: v });
10065
+ n(EA(i)), c(), s({ confirmed: h, options: v });
10066
10066
  }
10067
10067
  });
10068
10068
  });
10069
10069
  default:
10070
10070
  return {};
10071
10071
  }
10072
- }), Pg = () => pw({
10072
+ }), Ag = () => pw({
10073
10073
  name: Ot
10074
- }), Dg = "Roles & Privileges", Tc = Q("roles/fetchRoles", async (e, { dispatch: n, rejectWithValue: t }) => {
10074
+ }), Pg = "Roles & Privileges", Tc = Q("roles/fetchRoles", async (e, { dispatch: n, rejectWithValue: t }) => {
10075
10075
  var s;
10076
10076
  let a;
10077
10077
  try {
10078
- a = await Pg();
10078
+ a = await Ag();
10079
10079
  } catch (c) {
10080
10080
  if (!Array.isArray((s = c == null ? void 0 : c.data) == null ? void 0 : s.__ERROR))
10081
10081
  return t("Error while loading the roles");
@@ -10092,7 +10092,7 @@ const CI = (e) => e.reduce((n, t) => ({
10092
10092
  };
10093
10093
  }
10094
10094
  const i = {
10095
- name: Dg,
10095
+ name: Pg,
10096
10096
  type: j.ROLES,
10097
10097
  date: a.date,
10098
10098
  view: {
@@ -10115,21 +10115,21 @@ const CI = (e) => e.reduce((n, t) => ({
10115
10115
  ...a,
10116
10116
  content: ef(a.content)
10117
10117
  };
10118
- }), EA = Q("roles/fetchRolesChanges", async (e, { getState: n }) => {
10118
+ }), wA = Q("roles/fetchRolesChanges", async (e, { getState: n }) => {
10119
10119
  const { tabs: t } = n().root;
10120
10120
  if (t.find((i) => i.path === Ot)) {
10121
10121
  const { date: i } = n().roles;
10122
- if (i && await Ig(i))
10122
+ if (i && await Dg(i))
10123
10123
  return {
10124
10124
  old: !0
10125
10125
  };
10126
10126
  }
10127
10127
  return {};
10128
- }), Ig = async (e) => {
10128
+ }), Dg = async (e) => {
10129
10129
  if (!e)
10130
10130
  return !1;
10131
10131
  try {
10132
- const n = await Pg();
10132
+ const n = await Ag();
10133
10133
  if (n.date) {
10134
10134
  const t = new Date(e), a = new Date(n.date);
10135
10135
  if (t > a)
@@ -10145,10 +10145,10 @@ const CI = (e) => e.reduce((n, t) => ({
10145
10145
  async (e, { getState: n, rejectWithValue: t, dispatch: a }) => {
10146
10146
  try {
10147
10147
  const { flags: i, date: s } = n().roles;
10148
- if (i.old || await Ig(s)) {
10148
+ if (i.old || await Dg(s)) {
10149
10149
  const { confirmed: d } = await a(
10150
10150
  yn({
10151
- title: Dg,
10151
+ title: Pg,
10152
10152
  message: "New content has been found on the server. Are you sure you want to continue?",
10153
10153
  type: sn.CONFIRM,
10154
10154
  icon: "FdSave"
@@ -10165,7 +10165,7 @@ const CI = (e) => e.reduce((n, t) => ({
10165
10165
  return t("Error while loading the roles");
10166
10166
  }
10167
10167
  }
10168
- ), $g = Vt({
10168
+ ), Ig = Vt({
10169
10169
  name: "roles",
10170
10170
  initialState: () => {
10171
10171
  const { roles: e } = za(), {
@@ -10235,13 +10235,13 @@ const CI = (e) => e.reduce((n, t) => ({
10235
10235
  old: !1
10236
10236
  },
10237
10237
  date: t.payload.date
10238
- })).addCase(Up.rejected, (n, t) => Ph.isString(t.payload) ? n : {
10238
+ })).addCase(Up.rejected, (n, t) => U1.isString(t.payload) ? n : {
10239
10239
  ...n,
10240
10240
  flags: {
10241
10241
  ...n.flags,
10242
10242
  ...t.payload
10243
10243
  }
10244
- }).addCase(EA.fulfilled, (n, t) => ({
10244
+ }).addCase(wA.fulfilled, (n, t) => ({
10245
10245
  ...n,
10246
10246
  flags: {
10247
10247
  ...n.flags,
@@ -10254,31 +10254,31 @@ const CI = (e) => e.reduce((n, t) => ({
10254
10254
  });
10255
10255
  }
10256
10256
  }), {
10257
- updatePrivileges: wA,
10258
- updateRoles: SA,
10259
- setRolesContent: Mg,
10260
- toggleTab: $I,
10261
- toggleForceLogin: MI,
10262
- updateRolesAndPrivileges: Lg
10263
- } = $g.actions, TA = $g.reducer, Ng = Q("settings/fetch", async () => await Gn({
10257
+ updatePrivileges: SA,
10258
+ updateRoles: TA,
10259
+ setRolesContent: $g,
10260
+ toggleTab: MI,
10261
+ toggleForceLogin: LI,
10262
+ updateRolesAndPrivileges: Mg
10263
+ } = Ig.actions, xA = Ig.reducer, Lg = Q("settings/fetch", async () => await Gn({
10264
10264
  verb: it.GET_INFO,
10265
10265
  path: Ir,
10266
10266
  content: !0,
10267
10267
  as: "json"
10268
- })), xA = Q(
10268
+ })), CA = Q(
10269
10269
  "settings/app",
10270
10270
  hw
10271
- ), CA = Lh(), Hp = {
10271
+ ), OA = Mh(), Hp = {
10272
10272
  session: {
10273
10273
  "studio.tips": !0,
10274
10274
  "studio.notifications": !0,
10275
10275
  "studio.enablePreview": !1,
10276
10276
  "studio.tipsBaseUrl": "https://raw.githubusercontent.com/4d/Web-studio-TIPS/gh-build",
10277
- "webforms.tooltip.behavior": Eg.SHOW_AFTER_TIMEOUT,
10277
+ "webforms.tooltip.behavior": _g.SHOW_AFTER_TIMEOUT,
10278
10278
  "webforms.tooltip.timeout": 3e3,
10279
10279
  "webforms.renderer.showPopOver": !0,
10280
10280
  "webforms.renderer.showUnsavedPopOver": !0,
10281
- "webforms.renderer.unsavedPopOverChoice": wg.NONE,
10281
+ "webforms.renderer.unsavedPopOverChoice": Eg.NONE,
10282
10282
  "welcometour.active": !0,
10283
10283
  "webforms.properties.advanced-mode": !1,
10284
10284
  "monaco.zoom": 0,
@@ -10304,16 +10304,16 @@ const CI = (e) => e.reduce((n, t) => ({
10304
10304
  },
10305
10305
  isRestActive: !0
10306
10306
  }
10307
- }, OA = {
10307
+ }, RA = {
10308
10308
  ...Hp,
10309
10309
  session: {
10310
10310
  ...Hp.session,
10311
- ...CA
10311
+ ...OA
10312
10312
  },
10313
10313
  welcometour: {}
10314
- }, Fg = Vt({
10314
+ }, Ng = Vt({
10315
10315
  name: "settings",
10316
- initialState: OA,
10316
+ initialState: RA,
10317
10317
  reducers: {
10318
10318
  setSetting(e, n) {
10319
10319
  const { path: t, settingsKey: a, value: i } = n.payload;
@@ -10332,16 +10332,16 @@ const CI = (e) => e.reduce((n, t) => ({
10332
10332
  }
10333
10333
  },
10334
10334
  extraReducers(e) {
10335
- e.addCase(Ng.fulfilled, (n, t) => {
10335
+ e.addCase(Lg.fulfilled, (n, t) => {
10336
10336
  n.project = {
10337
10337
  ...n.project,
10338
10338
  ...t.payload.content
10339
10339
  };
10340
- }), e.addCase(xA.fulfilled, (n, t) => {
10340
+ }), e.addCase(CA.fulfilled, (n, t) => {
10341
10341
  n.server = t.payload, n.server.qodly && (n.project["webforms.display-mode"] = "airy");
10342
10342
  });
10343
10343
  }
10344
- }), { setSetting: Gp, setSettings: nf, setSettingsAsText: LI } = Fg.actions, RA = Fg.reducer, xc = (e) => {
10344
+ }), { setSetting: Gp, setSettings: nf, setSettingsAsText: NI } = Ng.actions, AA = Ng.reducer, xc = (e) => {
10345
10345
  const n = ["folder", "file"];
10346
10346
  return e.sort((t, a) => t.type === a.type ? t.name.localeCompare(a.name) : n.indexOf(t.type) - n.indexOf(a.type));
10347
10347
  }, Re = (e, n) => e.reduce((t, a) => a.path === n.path && a.type === n.type ? [...t, n] : a.children ? [
@@ -10353,7 +10353,7 @@ const CI = (e) => e.reduce((n, t) => ({
10353
10353
  ] : [...t, a], []), ht = (e, n) => e.reduce(
10354
10354
  (t, a) => t || (a.path === n ? a : a.children ? ht(a.children, n) : null),
10355
10355
  null
10356
- ), AA = [
10356
+ ), Fg = [
10357
10357
  {
10358
10358
  name: Qe.WEBFORMS,
10359
10359
  type: j.FOLDER,
@@ -10483,23 +10483,25 @@ const CI = (e) => e.reduce((n, t) => ({
10483
10483
  },
10484
10484
  isRoot: !0
10485
10485
  }
10486
- ], PA = Lh(), kg = Vt({
10486
+ ], PA = Mh(), DA = !!Ae.get(PA, "features.experimental.reports");
10487
+ DA && Fg.unshift({
10488
+ name: Qe.REPORTS,
10489
+ type: j.FOLDER,
10490
+ children: [],
10491
+ path: Qe.REPORTS,
10492
+ error: null,
10493
+ flags: {
10494
+ expanded: !1,
10495
+ loading: !1,
10496
+ cached: !1
10497
+ },
10498
+ tipKey: "editors:report:explorer:reports",
10499
+ config: {},
10500
+ isRoot: !0
10501
+ });
10502
+ const kg = Vt({
10487
10503
  name: "explorer",
10488
- initialState: [...PA["features.experimental.reports"] ? [{
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],
10504
+ initialState: Fg,
10503
10505
  reducers: {
10504
10506
  renameClassesFolder: (e, n) => {
10505
10507
  const { payload: t } = n, a = e.find((c) => c.name === "Classes");
@@ -10883,7 +10885,7 @@ const CI = (e) => e.reduce((n, t) => ({
10883
10885
  }), e.addCase(fi.pending, () => {
10884
10886
  }), e.addCase(fi.fulfilled, (n, t) => {
10885
10887
  var v;
10886
- const { draggedNode: a, newLocation: i } = t.meta.arg, s = IO(a.path), c = ht(n, s), f = ht(n, i.path), d = (v = c == null ? void 0 : c.children) == null ? void 0 : v.filter(
10888
+ 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
10889
  (b) => b.path !== a.path
10888
10890
  ), p = i.path.split("/").length, h = a.path.split("/").length;
10889
10891
  return p >= h ? (n = Re(n, {
@@ -10962,7 +10964,7 @@ const CI = (e) => e.reduce((n, t) => ({
10962
10964
  ...i,
10963
10965
  children: _
10964
10966
  });
10965
- return Ph.merge(n, S);
10967
+ return Ae.merge(n, S);
10966
10968
  }), e.addCase(Fa.fulfilled, (n, t) => {
10967
10969
  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
10970
  name: a,
@@ -11041,18 +11043,18 @@ const CI = (e) => e.reduce((n, t) => ({
11041
11043
  });
11042
11044
  }
11043
11045
  }), {
11044
- toggleExpandFolder: NI,
11045
- expandFolder: FI,
11046
- openAddFileInput: kI,
11047
- addNewFile: DA,
11048
- refreshFile: jI,
11046
+ toggleExpandFolder: FI,
11047
+ expandFolder: kI,
11048
+ openAddFileInput: jI,
11049
+ addNewFile: IA,
11050
+ refreshFile: BI,
11049
11051
  removeFile: qp,
11050
- setFolderChildren: BI,
11051
- addClassesFolder: WI,
11052
- removeClassesFolder: UI,
11053
- renameClassesFolder: HI
11052
+ setFolderChildren: WI,
11053
+ addClassesFolder: UI,
11054
+ removeClassesFolder: HI,
11055
+ renameClassesFolder: GI
11054
11056
  } = kg.actions;
11055
- function IA(e, n) {
11057
+ function $A(e, n) {
11056
11058
  switch (e) {
11057
11059
  case j.WEBFORMS: {
11058
11060
  const t = {
@@ -11082,7 +11084,7 @@ function IA(e, n) {
11082
11084
  }
11083
11085
  }
11084
11086
  };
11085
- return n["webforms.display-mode"] === Sg.AIRY && (t.components.ROOT.props.airyMode = !0), t;
11087
+ return n["webforms.display-mode"] === wg.AIRY && (t.components.ROOT.props.airyMode = !0), t;
11086
11088
  }
11087
11089
  case j.REPORT:
11088
11090
  return {
@@ -11125,7 +11127,7 @@ function IA(e, n) {
11125
11127
  return "";
11126
11128
  }
11127
11129
  }
11128
- function $A(e, n, t) {
11130
+ function MA(e, n, t) {
11129
11131
  switch (console.log(
11130
11132
  e,
11131
11133
  n,
@@ -11145,7 +11147,7 @@ function $A(e, n, t) {
11145
11147
  return e;
11146
11148
  }
11147
11149
  }
11148
- function GI(e) {
11150
+ function qI(e) {
11149
11151
  switch (e) {
11150
11152
  case Qe.WEBFORMS:
11151
11153
  return j.WEBFORMS;
@@ -11162,7 +11164,7 @@ function GI(e) {
11162
11164
  return e;
11163
11165
  }
11164
11166
  }
11165
- function MA(e) {
11167
+ function LA(e) {
11166
11168
  switch (e) {
11167
11169
  case j.WEBFORMS:
11168
11170
  return j.WEBFORM;
@@ -11180,7 +11182,7 @@ function MA(e) {
11180
11182
  return e;
11181
11183
  }
11182
11184
  }
11183
- const qI = Q("files/tryEditMethod", async ({ method: e }, { dispatch: n }) => {
11185
+ const YI = Q("files/tryEditMethod", async ({ method: e }, { dispatch: n }) => {
11184
11186
  const t = e.filePath.split("/"), [a] = t[1].split("."), { editor: i } = It(e.filePath);
11185
11187
  return await n(
11186
11188
  jg({
@@ -11462,14 +11464,14 @@ const qI = Q("files/tryEditMethod", async ({ method: e }, { dispatch: n }) => {
11462
11464
  }
11463
11465
  }
11464
11466
  );
11465
- function LA(e) {
11467
+ function NA(e) {
11466
11468
  const n = e.split(".");
11467
11469
  return n.pop(), {
11468
11470
  name: n.join("."),
11469
11471
  ext: e.split(".")[e.split(".").length - 1]
11470
11472
  };
11471
11473
  }
11472
- const YI = Q("explorer/uploadFile", async (e) => {
11474
+ const zI = Q("explorer/uploadFile", async (e) => {
11473
11475
  const n = e.type.includes("image/") ? "$rawPict=true" : "$binary=true";
11474
11476
  try {
11475
11477
  const t = await fetch(`/rest/$upload?${n}`, {
@@ -11483,10 +11485,10 @@ const YI = Q("explorer/uploadFile", async (e) => {
11483
11485
  } catch {
11484
11486
  return { status: 500, data: null };
11485
11487
  }
11486
- }), zI = Q("explorer/uploadFile", async ({ file: e, path: n, parentNode: t }, { dispatch: a }) => {
11487
- const { editor: i, supportedEditors: s } = It(n), { name: c, ext: f } = LA(e.name);
11488
+ }), VI = Q("explorer/uploadFile", async ({ file: e, path: n, parentNode: t }, { dispatch: a }) => {
11489
+ const { editor: i, supportedEditors: s } = It(n), { name: c, ext: f } = NA(e.name);
11488
11490
  a(
11489
- DA({
11491
+ IA({
11490
11492
  parent: t,
11491
11493
  child: {
11492
11494
  name: c,
@@ -11557,8 +11559,8 @@ const YI = Q("explorer/uploadFile", async (e) => {
11557
11559
  } = f().settings;
11558
11560
  try {
11559
11561
  const h = await Ai({
11560
- name: $A(e, n, d),
11561
- content: i || IA(n, p),
11562
+ name: MA(e, n, d),
11563
+ content: i || $A(n, p),
11562
11564
  path: t,
11563
11565
  asText: [j.CLASS, j.METHOD].includes(n)
11564
11566
  });
@@ -11572,7 +11574,7 @@ const YI = Q("explorer/uploadFile", async (e) => {
11572
11574
  }
11573
11575
  }
11574
11576
  );
11575
- function NA(e, n) {
11577
+ function FA(e, n) {
11576
11578
  const { qodly: t = !0, withExtension: a = !0 } = n || {}, i = Qr(e.type, t);
11577
11579
  let s = "";
11578
11580
  switch (e.type) {
@@ -11590,12 +11592,12 @@ function NA(e, n) {
11590
11592
  }
11591
11593
  return `${s}${a ? `.${i}` : ""}`;
11592
11594
  }
11593
- const VI = Q(
11595
+ const KI = Q(
11594
11596
  "explorer/createNewFileAndOpen",
11595
11597
  async (e, { dispatch: n, getState: t }) => {
11596
11598
  const a = await n(Fa(e)).unwrap(), { qodly: i } = t().settings.server;
11597
11599
  if (a) {
11598
- const { file: s } = a, c = NA(s, { withExtension: !1, qodly: i }), { editor: f } = It(c);
11600
+ const { file: s } = a, c = FA(s, { withExtension: !1, qodly: i }), { editor: f } = It(c);
11599
11601
  await n(
11600
11602
  ci({
11601
11603
  file: {
@@ -11638,7 +11640,7 @@ const VI = Q(
11638
11640
  verb: it.GET_INFO,
11639
11641
  path: e.path,
11640
11642
  content: !0,
11641
- as: q1(t) ? "json" : "text"
11643
+ as: Y1(t) ? "json" : "text"
11642
11644
  }), i = {
11643
11645
  editor: e.editor
11644
11646
  }, s = Qu(e.path);
@@ -11867,7 +11869,7 @@ const VI = Q(
11867
11869
  }
11868
11870
  }
11869
11871
  return b && (e.path === Ot && !d.flags.touched ? c(
11870
- Mg({
11872
+ $g({
11871
11873
  content: b.content,
11872
11874
  date: b.date,
11873
11875
  flags: a
@@ -11878,7 +11880,7 @@ const VI = Q(
11878
11880
  value: b.content
11879
11881
  })
11880
11882
  ), c(
11881
- (n ? vP : kt)({
11883
+ (n ? mP : kt)({
11882
11884
  ...b,
11883
11885
  isNew: t
11884
11886
  })
@@ -11898,7 +11900,7 @@ const VI = Q(
11898
11900
  }
11899
11901
  const s = await Vi(e);
11900
11902
  return t(kt(s)), s;
11901
- }), FA = Q(
11903
+ }), kA = Q(
11902
11904
  "explorer/injectContentAtLine",
11903
11905
  async (e, { getState: n, dispatch: t, rejectWithValue: a }) => {
11904
11906
  const i = n();
@@ -11920,7 +11922,7 @@ const VI = Q(
11920
11922
  path: `${c.path}.${c.ext}`
11921
11923
  };
11922
11924
  }
11923
- ), kA = Q("explorer/openFileAtSelection", async ({ file: e }, { getState: n, dispatch: t }) => {
11925
+ ), jA = Q("explorer/openFileAtSelection", async ({ file: e }, { getState: n, dispatch: t }) => {
11924
11926
  const { tabs: a } = n().root, i = a.find(({ path: c }) => e.path === c);
11925
11927
  if (i) {
11926
11928
  const c = {
@@ -11945,14 +11947,14 @@ const VI = Q(
11945
11947
  return s.pop(), {
11946
11948
  deleted: await mw({
11947
11949
  root: ai.ROOT,
11948
- type: MA(t),
11950
+ type: LA(t),
11949
11951
  verb: it.DROP,
11950
11952
  name: n,
11951
11953
  path: s.join("/")
11952
11954
  }),
11953
11955
  node: e
11954
11956
  };
11955
- }), KI = Q("explorer/deleteFolder", async (e, { getState: n, dispatch: t }) => {
11957
+ }), JI = Q("explorer/deleteFolder", async (e, { getState: n, dispatch: t }) => {
11956
11958
  const { path: a, flags: i } = e;
11957
11959
  if (i.error)
11958
11960
  return {
@@ -12064,7 +12066,7 @@ const VI = Q(
12064
12066
  return t("failed to duplicate file");
12065
12067
  }
12066
12068
  }
12067
- ), JI = Q(
12069
+ ), XI = Q(
12068
12070
  "explorer/executeMethod",
12069
12071
  async ({ methodName: e, params: n = [], resultingDataSource: t = {}, namespace: a = "" }, { rejectWithValue: i }) => {
12070
12072
  var s, c;
@@ -12097,7 +12099,7 @@ const VI = Q(
12097
12099
  }), i("can't execute method");
12098
12100
  }
12099
12101
  }
12100
- ), jA = (e) => {
12102
+ ), BA = (e) => {
12101
12103
  const { dataClasses: n, ...t } = e;
12102
12104
  return {
12103
12105
  ...t,
@@ -12119,7 +12121,7 @@ const VI = Q(
12119
12121
  return i;
12120
12122
  })
12121
12123
  };
12122
- }, XI = Q("files/fetchFiles", async () => yw(
12124
+ }, ZI = Q("files/fetchFiles", async () => yw(
12123
12125
  ai.WEBFORMS,
12124
12126
  ai.METHODS,
12125
12127
  ai.CLASSES
@@ -12268,7 +12270,7 @@ const VI = Q(
12268
12270
  [e.propertyKey]: e.value
12269
12271
  }) : f);
12270
12272
  }
12271
- ), BA = Q("tabs/fetchChanges", async (e, { getState: n }) => {
12273
+ ), WA = Q("tabs/fetchChanges", async (e, { getState: n }) => {
12272
12274
  const a = Ka(n()).filter(
12273
12275
  (i) => [j.METHOD, j.CLASS].includes(i.type)
12274
12276
  );
@@ -12283,10 +12285,10 @@ const VI = Q(
12283
12285
  };
12284
12286
  })
12285
12287
  );
12286
- }), ZI = Q(
12288
+ }), QI = Q(
12287
12289
  "files/saveAll",
12288
12290
  async (e, { getState: n, dispatch: t }) => {
12289
- const a = vg(n());
12291
+ const a = gg(n());
12290
12292
  for (const i of a)
12291
12293
  t(ja({ tab: i }));
12292
12294
  }
@@ -12316,13 +12318,13 @@ const VI = Q(
12316
12318
  as: "json"
12317
12319
  });
12318
12320
  t(
12319
- Mg({
12321
+ $g({
12320
12322
  content: f.content,
12321
12323
  date: f.date
12322
12324
  })
12323
12325
  );
12324
12326
  })(), !0;
12325
- }), QI = Q("files/tryCloseOtherTabs", async (e, { getState: n, dispatch: t }) => {
12327
+ }), e$ = Q("files/tryCloseOtherTabs", async (e, { getState: n, dispatch: t }) => {
12326
12328
  const { tabs: a } = n().root;
12327
12329
  if (a.some(
12328
12330
  (s) => s.path !== e && s.flags.touched === !0
@@ -12339,8 +12341,8 @@ const VI = Q(
12339
12341
  if (!s)
12340
12342
  return;
12341
12343
  }
12342
- t(pP(e));
12343
- }), e$ = Q("files/tryCloseAllTabs", async (e, { getState: n, dispatch: t }) => {
12344
+ t(hP(e));
12345
+ }), t$ = Q("files/tryCloseAllTabs", async (e, { getState: n, dispatch: t }) => {
12344
12346
  const { tabs: a } = n().root;
12345
12347
  if (a.some((s) => s.flags.touched === !0)) {
12346
12348
  const { confirmed: s } = await t(
@@ -12355,8 +12357,8 @@ const VI = Q(
12355
12357
  if (!s)
12356
12358
  return;
12357
12359
  }
12358
- t(lP());
12359
- }), t$ = Q("files/tryCloseRightTabs", async (e, { getState: n, dispatch: t }) => {
12360
+ t(dP());
12361
+ }), n$ = Q("files/tryCloseRightTabs", async (e, { getState: n, dispatch: t }) => {
12360
12362
  const { tabs: a } = n().root;
12361
12363
  let i = !1;
12362
12364
  for (let s = a.length - 1; s > e; s -= 1)
@@ -12377,8 +12379,8 @@ const VI = Q(
12377
12379
  if (!s)
12378
12380
  return;
12379
12381
  }
12380
- t(dP(e));
12381
- }), n$ = Q("files/tryCloseLeftTabs", async (e, { getState: n, dispatch: t }) => {
12382
+ t(pP(e));
12383
+ }), r$ = Q("files/tryCloseLeftTabs", async (e, { getState: n, dispatch: t }) => {
12382
12384
  const { tabs: a } = n().root;
12383
12385
  let i = !1;
12384
12386
  for (let s = 0; s < e; s += 1)
@@ -12399,7 +12401,7 @@ const VI = Q(
12399
12401
  if (!s)
12400
12402
  return;
12401
12403
  }
12402
- t(hP(e));
12404
+ t(gP(e));
12403
12405
  }), qu = Q("files/reloadTab", async (e, { dispatch: n }) => {
12404
12406
  if (e.flags.touched) {
12405
12407
  const { confirmed: i } = await n(
@@ -12414,7 +12416,7 @@ const VI = Q(
12414
12416
  if (!i)
12415
12417
  throw new Error("Cancel modal!");
12416
12418
  }
12417
- const t = $O(e.path), a = await Gn({
12419
+ const t = MO(e.path), a = await Gn({
12418
12420
  verb: it.GET_INFO,
12419
12421
  path: e.path,
12420
12422
  content: !0,
@@ -12422,7 +12424,7 @@ const VI = Q(
12422
12424
  });
12423
12425
  if (e.path === Ot) {
12424
12426
  const { roles: i, privileges: s } = ef(a.content);
12425
- n(Lg({ roles: i, privileges: s }));
12427
+ n(Mg({ roles: i, privileges: s }));
12426
12428
  } else if (e.path === Ir) {
12427
12429
  const { content: i } = a;
12428
12430
  n(nf({ path: "project", value: i }));
@@ -12432,7 +12434,7 @@ const VI = Q(
12432
12434
  path: e.path,
12433
12435
  action: _w.RELOAD,
12434
12436
  payload: i.components
12435
- }) : e.type === j.MODEL && qO.next({
12437
+ }) : e.type === j.MODEL && YO.next({
12436
12438
  action: "reload",
12437
12439
  payload: i
12438
12440
  });
@@ -12459,7 +12461,7 @@ const VI = Q(
12459
12461
  ).unwrap();
12460
12462
  if (!_)
12461
12463
  return n(
12462
- fP({
12464
+ lP({
12463
12465
  path: a,
12464
12466
  flags: {
12465
12467
  old: !0
@@ -12468,7 +12470,7 @@ const VI = Q(
12468
12470
  ), null;
12469
12471
  }
12470
12472
  }
12471
- const f = WA(e, t()), d = await Ew({
12473
+ const f = UA(e, t()), d = await Ew({
12472
12474
  verb: it.SAVE_CONTENT,
12473
12475
  content: f,
12474
12476
  path: a
@@ -12489,7 +12491,7 @@ const VI = Q(
12489
12491
  { title: "Permissions errors", messages: h }
12490
12492
  ] : []
12491
12493
  };
12492
- }), WA = (e, n) => {
12494
+ }), UA = (e, n) => {
12493
12495
  switch (!0) {
12494
12496
  case e.path === "settings.json":
12495
12497
  case e.path === Ir:
@@ -12505,7 +12507,7 @@ const VI = Q(
12505
12507
  dataClasses: [],
12506
12508
  extraProperties: {}
12507
12509
  };
12508
- return jA(t);
12510
+ return BA(t);
12509
12511
  }
12510
12512
  default:
12511
12513
  return e.content;
@@ -12549,22 +12551,22 @@ const VI = Q(
12549
12551
  path: e.path,
12550
12552
  type: c,
12551
12553
  initialContent: f,
12552
- content: c === j.MODEL ? G1(f) : f,
12554
+ content: c === j.MODEL ? q1(f) : f,
12553
12555
  history: {
12554
12556
  stack: [],
12555
12557
  active: -1,
12556
12558
  locked: !1
12557
12559
  }
12558
12560
  };
12559
- }, UA = Pe.debounce((e, n) => {
12560
- n(mP(e));
12561
- }, 300), r$ = Q("tabs/setTabContent", (e, { getState: n, dispatch: t }) => {
12561
+ }, HA = Ae.debounce((e, n) => {
12562
+ n(yP(e));
12563
+ }, 300), a$ = Q("tabs/setTabContent", (e, { getState: n, dispatch: t }) => {
12562
12564
  var c;
12563
12565
  const {
12564
12566
  root: { tabs: a }
12565
12567
  } = 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(yP(e.path)) : UA(e.path, t);
12567
- }), HA = Q(
12568
+ t(Jg(e)), s ? t(bP(e.path)) : HA(e.path, t);
12569
+ }), GA = Q(
12568
12570
  "files/tryInjectMethod",
12569
12571
  async ({ type: e, dataclass: n }, { getState: t, dispatch: a }) => {
12570
12572
  const {
@@ -12621,7 +12623,7 @@ const VI = Q(
12621
12623
  type: j.CLASS
12622
12624
  }), p.path = d, a(kt(p)), p;
12623
12625
  }
12624
- ), a$ = Q("roles/open", async (e, { dispatch: n, getState: t }) => {
12626
+ ), o$ = Q("roles/open", async (e, { dispatch: n, getState: t }) => {
12625
12627
  const { tabs: a } = t().root, i = a.find((s) => s.path === Ot);
12626
12628
  if (i)
12627
12629
  return n(kt(i)), i;
@@ -12629,10 +12631,10 @@ const VI = Q(
12629
12631
  });
12630
12632
  function Jp(e, n) {
12631
12633
  const { line: t, offset: a, type: i = "saved" } = n;
12632
- e.breakpoints[i].locations.push({ line: t }), Pe.isNumber(a) && (e.breakpoints[i].offset = a);
12634
+ e.breakpoints[i].locations.push({ line: t }), Ae.isNumber(a) && (e.breakpoints[i].offset = a);
12633
12635
  }
12634
12636
  function Xp(e, n, t, a) {
12635
- e.breakpoints[t].locations = n, Pe.isNumber(a) && (e.breakpoints[t].offset = a);
12637
+ e.breakpoints[t].locations = n, Ae.isNumber(a) && (e.breakpoints[t].offset = a);
12636
12638
  }
12637
12639
  function Zp({
12638
12640
  filePath: e,
@@ -12858,7 +12860,7 @@ const Hg = Vt({
12858
12860
  if (c)
12859
12861
  c.expressions = d;
12860
12862
  else {
12861
- const p = Bh(t);
12863
+ const p = jh(t);
12862
12864
  e.sessions.push({
12863
12865
  tabPath: p,
12864
12866
  threadId: t,
@@ -12969,48 +12971,48 @@ const Hg = Vt({
12969
12971
  }
12970
12972
  },
12971
12973
  extraReducers: (e) => {
12972
- e.addCase(qA.fulfilled, (n) => {
12974
+ e.addCase(YA.fulfilled, (n) => {
12973
12975
  n.sessions = [];
12974
12976
  });
12975
12977
  }
12976
12978
  }), {
12977
- addBreakpointDecoration: o$,
12978
- removeBreakpointDecoration: i$,
12979
- setBreakpointsDecoration: s$,
12980
- clearBreakpoints: u$,
12981
- clearBreakpointsExcept: c$,
12982
- clearAllBreakpoints: f$,
12983
- setActiveLine: l$,
12984
- addExpression: d$,
12985
- renameExpression: p$,
12986
- removeExpression: h$,
12987
- removeAllExpressions: g$,
12988
- setExpression: v$,
12989
- updateExpressionAt: m$,
12990
- saveExpressions: y$,
12991
- addSession: b$,
12992
- updateSession: _$,
12993
- removeSession: E$,
12994
- removeSessionByIndex: w$,
12995
- setSessions: GA,
12996
- setCallChainVariables: S$,
12997
- setExpressionVariables: T$,
12998
- setSourceContent: x$,
12999
- setDebuggerMeta: C$
13000
- } = Hg.actions, qA = Q("files/wipeDebuggerSessions", async (e, { getState: n, dispatch: t }) => {
12979
+ addBreakpointDecoration: i$,
12980
+ removeBreakpointDecoration: s$,
12981
+ setBreakpointsDecoration: u$,
12982
+ clearBreakpoints: c$,
12983
+ clearBreakpointsExcept: f$,
12984
+ clearAllBreakpoints: l$,
12985
+ setActiveLine: d$,
12986
+ addExpression: p$,
12987
+ renameExpression: h$,
12988
+ removeExpression: g$,
12989
+ removeAllExpressions: v$,
12990
+ setExpression: m$,
12991
+ updateExpressionAt: y$,
12992
+ saveExpressions: b$,
12993
+ addSession: _$,
12994
+ updateSession: E$,
12995
+ removeSession: w$,
12996
+ removeSessionByIndex: S$,
12997
+ setSessions: qA,
12998
+ setCallChainVariables: T$,
12999
+ setExpressionVariables: x$,
13000
+ setSourceContent: C$,
13001
+ setDebuggerMeta: O$
13002
+ } = Hg.actions, YA = Q("files/wipeDebuggerSessions", async (e, { getState: n, dispatch: t }) => {
13001
13003
  const { sessions: a } = n().debugger;
13002
13004
  for (const { threadId: i } of a) {
13003
- const s = Bh(i);
13005
+ const s = jh(i);
13004
13006
  t(Ug(s));
13005
13007
  }
13006
- }), YA = Q(
13008
+ }), zA = Q(
13007
13009
  "files/removeDebuggerSessionsNotIn",
13008
13010
  async (e, { getState: n, dispatch: t }) => {
13009
13011
  const { threadIds: a } = e, { sessions: i } = n().debugger, s = [], c = i.filter((f) => {
13010
13012
  const d = a.includes(f.threadId);
13011
13013
  return d || s.push(f.threadId), d;
13012
13014
  });
13013
- return t(GA(c)), { staleThreadIds: s };
13015
+ return t(qA(c)), { staleThreadIds: s };
13014
13016
  }
13015
13017
  ), Gg = Q(
13016
13018
  "models/fetch",
@@ -13058,7 +13060,7 @@ const Hg = Vt({
13058
13060
  } catch {
13059
13061
  return a("Error while saving the model");
13060
13062
  }
13061
- }), O$ = Q(
13063
+ }), R$ = Q(
13062
13064
  "models/open",
13063
13065
  async (e, { dispatch: n, getState: t }) => {
13064
13066
  const { tabs: a } = t().root, i = a.find((s) => s.path === "models/main");
@@ -13066,7 +13068,7 @@ const Hg = Vt({
13066
13068
  return n(kt(i)), i;
13067
13069
  n(Gg());
13068
13070
  }
13069
- ), R$ = Q(
13071
+ ), A$ = Q(
13070
13072
  "model/rename-dataclass",
13071
13073
  async (e, { getState: n, dispatch: t }) => {
13072
13074
  var v, b;
@@ -13143,7 +13145,7 @@ const Hg = Vt({
13143
13145
  ), Oi = {
13144
13146
  DATACLASS_DELETE: "dataclass.delete",
13145
13147
  DATACLASS_DRAGGABLE: "dataclass.draggable"
13146
- }, zA = {
13148
+ }, VA = {
13147
13149
  model: {
13148
13150
  dataClasses: {},
13149
13151
  collections: {},
@@ -13160,7 +13162,7 @@ const Hg = Vt({
13160
13162
  }
13161
13163
  }, qg = Vt({
13162
13164
  name: "Models",
13163
- initialState: zA,
13165
+ initialState: VA,
13164
13166
  reducers: {
13165
13167
  setModelFlag(e, n) {
13166
13168
  e.flags = {
@@ -13184,12 +13186,12 @@ const Hg = Vt({
13184
13186
  }), 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
13187
  });
13186
13188
  }
13187
- }), { setModelFlag: A$ } = qg.actions;
13188
- var VA = /* @__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))(VA || {}), rf = /* @__PURE__ */ ((e) => (e.STORAGE = "storage", e.RELATEDENTITY = "relatedEntity", e.RELATEDENTITIES = "relatedEntities", e.CALCULATED = "calculated", e.COMPOSITION = "composition", e.ALIAS = "alias", e))(rf || {});
13189
- const P$ = (e) => ["string", "uuid", "number", "long"].includes(e.type), D$ = [
13189
+ }), { setModelFlag: P$ } = qg.actions;
13190
+ 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 || {});
13191
+ const D$ = (e) => ["string", "uuid", "number", "long"].includes(e.type), I$ = [
13190
13192
  { label: "Storage", value: "storage" },
13191
13193
  { label: "Calculated", value: "calculated" }
13192
- ], I$ = [
13194
+ ], $$ = [
13193
13195
  {
13194
13196
  title: "UUID",
13195
13197
  kind: "storage",
@@ -13206,7 +13208,7 @@ const P$ = (e) => ["string", "uuid", "number", "long"].includes(e.type), D$ = [
13206
13208
  calculatedKind: "storage"
13207
13209
  /* STORAGE */
13208
13210
  }
13209
- ], $$ = [
13211
+ ], M$ = [
13210
13212
  {
13211
13213
  title: "String",
13212
13214
  kind: "storage",
@@ -13311,21 +13313,21 @@ const P$ = (e) => ["string", "uuid", "number", "long"].includes(e.type), D$ = [
13311
13313
  calculatedKind: "storage"
13312
13314
  /* STORAGE */
13313
13315
  }
13314
- ], M$ = [
13316
+ ], L$ = [
13315
13317
  { label: "Expose as REST", value: "public" },
13316
13318
  {
13317
13319
  label: "Do not expose as REST",
13318
13320
  value: "publicOnServer"
13319
13321
  }
13320
- ], L$ = [
13322
+ ], N$ = [
13321
13323
  { label: "Expose as REST", value: "public" },
13322
13324
  { label: "Do not expose as REST", value: "publicOnServer" }
13323
- ], N$ = [
13325
+ ], F$ = [
13324
13326
  { label: "None", value: "none" },
13325
13327
  { label: "B-tree", value: "btree" },
13326
13328
  { label: "Cluster", value: "cluster" },
13327
13329
  { label: "Automatic", value: "auto" }
13328
- ], F$ = (e, n) => ({
13330
+ ], k$ = (e, n) => ({
13329
13331
  toJSON: !0,
13330
13332
  extraProperties: n,
13331
13333
  dataClasses: e.map((t) => {
@@ -13342,33 +13344,33 @@ const P$ = (e) => ["string", "uuid", "number", "long"].includes(e.type), D$ = [
13342
13344
  };
13343
13345
  })
13344
13346
  });
13345
- function k$(e, n, t) {
13347
+ function j$(e, n, t) {
13346
13348
  const a = e;
13347
13349
  let i = 0;
13348
13350
  for (; t[`${a}${i || ""}`]; )
13349
13351
  i++;
13350
13352
  return `${a}${i || ""}`;
13351
13353
  }
13352
- const KA = (e) => e.kind === rf.RELATEDENTITY, JA = (e) => e.kind === rf.RELATEDENTITIES, j$ = (e) => JA(e) || KA(e), B$ = () => fr((e) => e.model.draft.dataClasses), W$ = () => fr((e) => e.model.draft.collections), U$ = (e) => fr((n) => n.model.draft.dataClasses[e]), H$ = (e, n) => fr(
13354
+ 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
13355
  (t) => t.model.draft.dataClasses[e].attributes.find(
13354
13356
  xn("name", n)
13355
13357
  )
13356
- ), G$ = () => fr((e) => e.model.draft.extraProperties), q$ = () => {
13358
+ ), q$ = () => fr((e) => e.model.draft.extraProperties), Y$ = () => {
13357
13359
  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
13360
  return {
13359
13361
  deleteDataclass: t,
13360
13362
  draggableDataclass: a,
13361
13363
  flags: e
13362
13364
  };
13363
- }, XA = qg.reducer;
13365
+ }, ZA = qg.reducer;
13364
13366
  function Yu(e, n) {
13365
13367
  const t = e.tabs.find(({ path: a }) => a === Ir);
13366
13368
  t && (t.flags.touched = n);
13367
13369
  }
13368
- const ZA = {
13370
+ const QA = {
13369
13371
  SIDEBAR_SECTION_RESIZABLE: "sidebar.section.resizable"
13370
- }, QA = {
13371
- [ZA.SIDEBAR_SECTION_RESIZABLE]: !0
13372
+ }, eP = {
13373
+ [QA.SIDEBAR_SECTION_RESIZABLE]: !0
13372
13374
  }, Yg = Vt({
13373
13375
  name: "webforms",
13374
13376
  initialState: () => {
@@ -13381,10 +13383,10 @@ const ZA = {
13381
13383
  selectedGroup: ""
13382
13384
  },
13383
13385
  datasources: {
13384
- ...Dh.webforms.datasources,
13386
+ ...Ph.webforms.datasources,
13385
13387
  ...e == null ? void 0 : e.datasources
13386
13388
  },
13387
- flags: QA
13389
+ flags: eP
13388
13390
  };
13389
13391
  },
13390
13392
  reducers: {
@@ -13432,50 +13434,50 @@ const ZA = {
13432
13434
  }
13433
13435
  },
13434
13436
  extraReducers(e) {
13435
- e.addCase(iP.fulfilled, (n, t) => {
13437
+ e.addCase(sP.fulfilled, (n, t) => {
13436
13438
  n.components = t.payload;
13437
13439
  });
13438
13440
  }
13439
13441
  }), {
13440
- toggleInspector: Y$,
13441
- inspect: z$,
13442
- addComponent: eP,
13443
- editComponent: tP,
13444
- removeComponent: nP,
13445
- setSelectedGroup: V$,
13446
- setTemplatesData: rP,
13447
- setTemplateData: aP,
13448
- setDatasourcesTheme: K$,
13449
- setWebformsFlag: J$
13450
- } = Yg.actions, oP = Yg.reducer, af = Pe.curry((e, n) => {
13442
+ toggleInspector: z$,
13443
+ inspect: V$,
13444
+ addComponent: tP,
13445
+ editComponent: nP,
13446
+ removeComponent: rP,
13447
+ setSelectedGroup: K$,
13448
+ setTemplatesData: aP,
13449
+ setTemplateData: oP,
13450
+ setDatasourcesTheme: J$,
13451
+ setWebformsFlag: X$
13452
+ } = Yg.actions, iP = Yg.reducer, af = Ae.curry((e, n) => {
13451
13453
  var i, s;
13452
13454
  const t = {
13453
13455
  ...n.sharedDatasources.sources
13454
13456
  }, 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), Pe.cloneDeep(t);
13456
- }), X$ = Q("webforms/fetchTemplates", async (e, { dispatch: n, getState: t }) => {
13457
+ return a && (t[e] = a), Ae.cloneDeep(t);
13458
+ }), Z$ = Q("webforms/fetchTemplates", async (e, { dispatch: n, getState: t }) => {
13457
13459
  const { data: a } = t().webforms.templates, i = t().settings.session["studio.tipsBaseUrl"] || "";
13458
- if (!Pe.isEmpty(a))
13460
+ if (!Ae.isEmpty(a))
13459
13461
  return a;
13460
13462
  try {
13461
13463
  const c = await (await fetch(
13462
13464
  `${i}/build/index.json?t=${Date.now()}`
13463
13465
  )).json();
13464
- return n(rP(c)), c;
13466
+ return n(aP(c)), c;
13465
13467
  } catch {
13466
13468
  return [];
13467
13469
  }
13468
- }), Z$ = Q("webforms/fetchTemplate", async ({ name: e }, { dispatch: n, getState: t }) => {
13470
+ }), Q$ = Q("webforms/fetchTemplate", async ({ name: e }, { dispatch: n, getState: t }) => {
13469
13471
  const { data: a } = t().webforms.templates, i = a.find((s) => s.group === e);
13470
- if (i && !Pe.isEmpty(i.components))
13472
+ if (i && !Ae.isEmpty(i.components))
13471
13473
  return i.components;
13472
13474
  try {
13473
13475
  const c = await (await fetch(`${i == null ? void 0 : i.link}?t=${Date.now()}`)).json();
13474
- return n(aP({ group: e, components: c })), c;
13476
+ return n(oP({ group: e, components: c })), c;
13475
13477
  } catch {
13476
13478
  return [];
13477
13479
  }
13478
- }), iP = Q(
13480
+ }), sP = Q(
13479
13481
  "webforms/fetchCraftedComponents",
13480
13482
  async (e, { rejectWithValue: n }) => {
13481
13483
  try {
@@ -13489,11 +13491,11 @@ const ZA = {
13489
13491
  return n("Error while loading the crafted components");
13490
13492
  }
13491
13493
  }
13492
- ), Q$ = Q(
13494
+ ), eM = Q(
13493
13495
  "webforms/addCraftedComponent",
13494
13496
  async (e, { dispatch: n, rejectWithValue: t, getState: a }) => {
13495
13497
  try {
13496
- n(eP(e));
13498
+ n(tP(e));
13497
13499
  const {
13498
13500
  webforms: { components: i }
13499
13501
  } = a();
@@ -13502,11 +13504,11 @@ const ZA = {
13502
13504
  return t("Error while adding the crafted component");
13503
13505
  }
13504
13506
  }
13505
- ), eM = Q(
13507
+ ), tM = Q(
13506
13508
  "webforms/editCraftedComponent",
13507
13509
  async (e, { dispatch: n, rejectWithValue: t, getState: a }) => {
13508
13510
  try {
13509
- n(tP(e));
13511
+ n(nP(e));
13510
13512
  const {
13511
13513
  webforms: { components: i }
13512
13514
  } = a();
@@ -13515,11 +13517,11 @@ const ZA = {
13515
13517
  return t("Error while editing the crafted component");
13516
13518
  }
13517
13519
  }
13518
- ), tM = Q(
13520
+ ), nM = Q(
13519
13521
  "webforms/removeCraftedComponent",
13520
13522
  async (e, { dispatch: n, rejectWithValue: t, getState: a }) => {
13521
13523
  try {
13522
- n(nP(e));
13524
+ n(rP(e));
13523
13525
  const {
13524
13526
  webforms: { components: i }
13525
13527
  } = a();
@@ -13561,7 +13563,7 @@ const ZA = {
13561
13563
  async (e, { getState: n, rejectWithValue: t }) => {
13562
13564
  try {
13563
13565
  const { namespace: a, path: i } = e, s = n(), c = !!e.namespace, f = af(i, s);
13564
- let d = Pe.defaultTo(
13566
+ let d = Ae.defaultTo(
13565
13567
  f[a || i],
13566
13568
  []
13567
13569
  );
@@ -13580,11 +13582,11 @@ const ZA = {
13580
13582
  t(`Error while editing datasource ${e.id}`);
13581
13583
  }
13582
13584
  }
13583
- ), nM = (e) => e.type === Ba.fulfilled.type, Ba = Q(
13585
+ ), rM = (e) => e.type === Ba.fulfilled.type, Ba = Q(
13584
13586
  "datasources/rename-datasource",
13585
13587
  async (e, { getState: n, rejectWithValue: t }) => {
13586
13588
  try {
13587
- const a = n(), i = !!e.namespace, s = e.namespace || e.path, c = af(e.path, a), f = Pe.defaultTo(c[s], []), d = new RegExp(`^${e.id}\\b`, "");
13589
+ 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
13590
  if (f.forEach((p) => {
13589
13591
  var v;
13590
13592
  const h = (oh(p) || !ih(p)) && p.from && d.test(p.from);
@@ -13690,7 +13692,7 @@ const ZA = {
13690
13692
  return n("Error while loading the shared conditions");
13691
13693
  }
13692
13694
  }
13693
- ), sP = fh();
13695
+ ), uP = fh();
13694
13696
  async function ri(e) {
13695
13697
  const n = {
13696
13698
  verb: it.SET_FILE_CONTENT,
@@ -13702,7 +13704,7 @@ async function ri(e) {
13702
13704
  conditions: e
13703
13705
  }
13704
13706
  };
13705
- await sP(
13707
+ await uP(
13706
13708
  () => Pi(Di, {
13707
13709
  method: "POST",
13708
13710
  body: JSON.stringify(n),
@@ -13775,12 +13777,12 @@ const of = (e, n) => {
13775
13777
  }));
13776
13778
  }
13777
13779
  }), {
13778
- updateSavedConditions: rM,
13779
- setSavedCondition: aM,
13780
- addSavedCondition: oM,
13781
- removeSavedCondition: uP,
13782
- initSavedConditions: iM
13783
- } = Kg.actions, cP = Kg.reducer, Ri = Vt({
13780
+ updateSavedConditions: aM,
13781
+ setSavedCondition: oM,
13782
+ addSavedCondition: iM,
13783
+ removeSavedCondition: cP,
13784
+ initSavedConditions: sM
13785
+ } = Kg.actions, fP = Kg.reducer, Ri = Vt({
13784
13786
  name: "root",
13785
13787
  initialState: () => {
13786
13788
  const e = za();
@@ -13851,7 +13853,7 @@ const of = (e, n) => {
13851
13853
  payload: { path: t, stateDef: a }
13852
13854
  } = n, i = e.tabs.find((c) => c.path === t);
13853
13855
  i && (i.content.metadata.states = i.content.metadata.states || [
13854
- _g
13856
+ bg
13855
13857
  ], (s = i.content.metadata.states) != null && s.find(
13856
13858
  (f) => f.id === a.id
13857
13859
  ) || (i.content.metadata.states = [
@@ -13864,7 +13866,7 @@ const of = (e, n) => {
13864
13866
  e.tabs = e.tabs.map((i) => i.path === t ? {
13865
13867
  ...i,
13866
13868
  flags: { ...i.flags, touched: !0, confirmed: !0 },
13867
- content: Y1(i.content, a)
13869
+ content: z1(i.content, a)
13868
13870
  } : i);
13869
13871
  },
13870
13872
  editWebformState(e, n) {
@@ -13898,7 +13900,7 @@ const of = (e, n) => {
13898
13900
  [a]: {
13899
13901
  ...s.content.components[a],
13900
13902
  custom: {
13901
- ...Pe.omit(
13903
+ ...Ae.omit(
13902
13904
  s.content.components[a].custom,
13903
13905
  `states:${i.id}`
13904
13906
  )
@@ -14088,13 +14090,13 @@ const of = (e, n) => {
14088
14090
  c = s.initialContent !== a, f = !f && c ? !0 : f;
14089
14091
  else {
14090
14092
  const d = JSON.stringify(
14091
- Pe.get(s.initialContent, i || "", s.initialContent)
14093
+ Ae.get(s.initialContent, i || "", s.initialContent)
14092
14094
  ), p = JSON.stringify(
14093
- Pe.get(a, i || "", a)
14095
+ Ae.get(a, i || "", a)
14094
14096
  );
14095
14097
  c = d !== p, f = !f && c ? !0 : f;
14096
14098
  }
14097
- return a && typeof a == "object" && (i ? Pe.set(s.content, i, a) : s.content = a), typeof a == "string" && (s.content = a), {
14099
+ return a && typeof a == "object" && (i ? Ae.set(s.content, i, a) : s.content = a), typeof a == "string" && (s.content = a), {
14098
14100
  ...s,
14099
14101
  flags: {
14100
14102
  ...s.flags,
@@ -14206,7 +14208,7 @@ const of = (e, n) => {
14206
14208
  }
14207
14209
  });
14208
14210
  }
14209
- }), e.addCase(FA.fulfilled, (n, t) => {
14211
+ }), e.addCase(kA.fulfilled, (n, t) => {
14210
14212
  if (!t.payload)
14211
14213
  return;
14212
14214
  const { content: a, line: i, path: s } = t.payload, c = n.tabs.find((f) => f.path === s);
@@ -14261,7 +14263,7 @@ const of = (e, n) => {
14261
14263
  kind: "danger",
14262
14264
  message: "Cannot save file"
14263
14265
  });
14264
- }), e.addCase(BA.fulfilled, (n, t) => {
14266
+ }), e.addCase(WA.fulfilled, (n, t) => {
14265
14267
  const a = [...t.payload.files];
14266
14268
  n.tabs = n.tabs.map((i) => {
14267
14269
  if ([j.CLASS, j.METHOD].includes(i.type)) {
@@ -14338,7 +14340,7 @@ const of = (e, n) => {
14338
14340
  lastModification: Date.now()
14339
14341
  }
14340
14342
  });
14341
- }), e.addCase(kA.fulfilled, (n, t) => {
14343
+ }), e.addCase(jA.fulfilled, (n, t) => {
14342
14344
  if (!t.payload)
14343
14345
  return;
14344
14346
  const { selection: a } = t.meta.arg, i = n.tabs.find(
@@ -14435,7 +14437,7 @@ const of = (e, n) => {
14435
14437
  }), e.addCase(Cc.fulfilled, (n, t) => {
14436
14438
  const a = n.tabs.find((i) => i.path === t.payload.path);
14437
14439
  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(HA.fulfilled, (n, t) => {
14440
+ }), e.addCase(GA.fulfilled, (n, t) => {
14439
14441
  var s;
14440
14442
  if (!((s = t.payload) != null && s.path))
14441
14443
  return;
@@ -14475,7 +14477,7 @@ exposed Function ${t.meta.arg.name}()
14475
14477
  metadata: { ...s.content.metadata, datasources: a }
14476
14478
  });
14477
14479
  });
14478
- }), e.addCase(YA.fulfilled, (n, t) => {
14480
+ }), e.addCase(zA.fulfilled, (n, t) => {
14479
14481
  const { staleThreadIds: a } = t.payload;
14480
14482
  if (a.length === 0)
14481
14483
  return;
@@ -14490,9 +14492,9 @@ exposed Function ${t.meta.arg.name}()
14490
14492
  }
14491
14493
  n.activeTab = "";
14492
14494
  }), e.addCase(
14493
- Ng.pending,
14495
+ Lg.pending,
14494
14496
  (n) => Yu(n, !1)
14495
- ), e.addCase(uP, (n, t) => {
14497
+ ), e.addCase(cP, (n, t) => {
14496
14498
  const { id: a } = t.payload;
14497
14499
  n.tabs = n.tabs.map((i) => ({
14498
14500
  ...i,
@@ -14510,7 +14512,7 @@ exposed Function ${t.meta.arg.name}()
14510
14512
  return c ? {
14511
14513
  ...s,
14512
14514
  conditions: c
14513
- } : Pe.omit(s, "conditions");
14515
+ } : Ae.omit(s, "conditions");
14514
14516
  }
14515
14517
  return s;
14516
14518
  }
@@ -14526,7 +14528,7 @@ exposed Function ${t.meta.arg.name}()
14526
14528
  ), e.addMatcher(gn(nf), (n) => {
14527
14529
  Yu(n, !1);
14528
14530
  }), e.addMatcher(
14529
- gn(gP, kt),
14531
+ gn(vP, kt),
14530
14532
  (n, t) => {
14531
14533
  const { payload: a } = t;
14532
14534
  let i;
@@ -14537,7 +14539,7 @@ exposed Function ${t.meta.arg.name}()
14537
14539
  )
14538
14540
  ]);
14539
14541
  }
14540
- ), e.addMatcher(gn(SA, wA), (n) => {
14542
+ ), e.addMatcher(gn(TA, SA), (n) => {
14541
14543
  n.tabs = n.tabs.map((t) => t.path === Ot ? {
14542
14544
  ...t,
14543
14545
  flags: {
@@ -14546,7 +14548,7 @@ exposed Function ${t.meta.arg.name}()
14546
14548
  touched: !0
14547
14549
  }
14548
14550
  } : t);
14549
- }), e.addMatcher(gn(Lg), (n) => {
14551
+ }), e.addMatcher(gn(Mg), (n) => {
14550
14552
  n.tabs = n.tabs.map((t) => t.path === Ot ? {
14551
14553
  ...t,
14552
14554
  flags: {
@@ -14591,7 +14593,7 @@ exposed Function ${t.meta.arg.name}()
14591
14593
  case li.fulfilled.type:
14592
14594
  Object.assign(a.view.panel, {
14593
14595
  type: "component",
14594
- current: uO
14596
+ current: cO
14595
14597
  });
14596
14598
  break;
14597
14599
  case Ba.fulfilled.type:
@@ -14609,40 +14611,40 @@ exposed Function ${t.meta.arg.name}()
14609
14611
  );
14610
14612
  }
14611
14613
  }), {
14612
- setTabs: sM,
14614
+ setTabs: uM,
14613
14615
  closeTab: uf,
14614
14616
  setContent: Jg,
14615
- setTabFlags: fP,
14616
- setTabsFlags: uM,
14617
- setTabExtra: cM,
14618
- closeAllTabs: lP,
14619
- addDataSource: fM,
14620
- closeRightTabs: dP,
14621
- closeOthers: pP,
14622
- closeLeftTabs: hP,
14623
- closeSavedTabs: lM,
14624
- setDataSources: dM,
14625
- removeDataSource: pM,
14626
- confirmTab: hM,
14627
- selectTab: gP,
14617
+ setTabFlags: lP,
14618
+ setTabsFlags: cM,
14619
+ setTabExtra: fM,
14620
+ closeAllTabs: dP,
14621
+ addDataSource: lM,
14622
+ closeRightTabs: pP,
14623
+ closeOthers: hP,
14624
+ closeLeftTabs: gP,
14625
+ closeSavedTabs: dM,
14626
+ setDataSources: pM,
14627
+ removeDataSource: hM,
14628
+ confirmTab: gM,
14629
+ selectTab: vP,
14628
14630
  selectTabByReference: kt,
14629
- openTabUnselected: vP,
14630
- addWebFormStyles: gM,
14631
- changeTabEditor: vM,
14632
- openSettingsTab: mM,
14633
- setPanelState: yM,
14634
- addWebformState: bM,
14635
- editWebformState: _M,
14636
- removeWebformState: EM,
14637
- resetComponentState: wM,
14638
- addDefaultWebformState: SM,
14639
- removeDefaultWebformState: TM,
14640
- setDefaultWebformStates: xM,
14641
- setHistoryContent: mP,
14642
- unlockHistory: yP,
14643
- undo: CM,
14644
- redo: OM
14645
- } = Ri.actions, bP = Ri.reducer, _P = Hg.reducer, ra = Q("catalog/fetchCatalog", async (e, { rejectWithValue: n }) => {
14631
+ openTabUnselected: mP,
14632
+ addWebFormStyles: vM,
14633
+ changeTabEditor: mM,
14634
+ openSettingsTab: yM,
14635
+ setPanelState: bM,
14636
+ addWebformState: _M,
14637
+ editWebformState: EM,
14638
+ removeWebformState: wM,
14639
+ resetComponentState: SM,
14640
+ addDefaultWebformState: TM,
14641
+ removeDefaultWebformState: xM,
14642
+ setDefaultWebformStates: CM,
14643
+ setHistoryContent: yP,
14644
+ unlockHistory: bP,
14645
+ undo: OM,
14646
+ redo: RM
14647
+ } = Ri.actions, _P = Ri.reducer, EP = Hg.reducer, ra = Q("catalog/fetchCatalog", async (e, { rejectWithValue: n }) => {
14646
14648
  var t, a;
14647
14649
  try {
14648
14650
  const i = await xw(), s = /* @__PURE__ */ new Map(), c = /* @__PURE__ */ new Map(), f = /* @__PURE__ */ new Map();
@@ -14669,7 +14671,7 @@ exposed Function ${t.meta.arg.name}()
14669
14671
  } catch {
14670
14672
  return n("Error while loading the catalog");
14671
14673
  }
14672
- }), EP = Vt({
14674
+ }), wP = Vt({
14673
14675
  name: "catalog",
14674
14676
  initialState: {
14675
14677
  state: "loading"
@@ -14686,13 +14688,13 @@ exposed Function ${t.meta.arg.name}()
14686
14688
  error: t.payload || "Error while loading the catalog"
14687
14689
  }));
14688
14690
  }
14689
- }), wP = EP.reducer, SP = Ag.reducer, Vu = Q("shared_datasources/fetchSharedSources", async (e, { rejectWithValue: n }) => {
14691
+ }), SP = wP.reducer, TP = Rg.reducer, Vu = Q("shared_datasources/fetchSharedSources", async (e, { rejectWithValue: n }) => {
14690
14692
  try {
14691
14693
  return await Cw();
14692
14694
  } catch {
14693
14695
  return n("Error while loading the shared datasources");
14694
14696
  }
14695
- }), TP = Q(
14697
+ }), xP = Q(
14696
14698
  "shared_datasources/addSharedSource",
14697
14699
  async (e, { rejectWithValue: n, getState: t }) => {
14698
14700
  try {
@@ -14706,7 +14708,7 @@ exposed Function ${t.meta.arg.name}()
14706
14708
  return n("Error while saving the shared datasources");
14707
14709
  }
14708
14710
  }
14709
- ), xP = Q(
14711
+ ), CP = Q(
14710
14712
  "shared_datasources/editSharedSource",
14711
14713
  async (e, { rejectWithValue: n, getState: t }) => {
14712
14714
  try {
@@ -14727,7 +14729,7 @@ exposed Function ${t.meta.arg.name}()
14727
14729
  return n("Error while saving the shared datasources");
14728
14730
  }
14729
14731
  }
14730
- ), CP = Q(
14732
+ ), OP = Q(
14731
14733
  "shared_datasources/deleteSharedSource",
14732
14734
  async (e, { rejectWithValue: n, getState: t }) => {
14733
14735
  try {
@@ -14770,7 +14772,7 @@ exposed Function ${t.meta.arg.name}()
14770
14772
  return n("Error while saving the shared datasources");
14771
14773
  }
14772
14774
  }
14773
- ), RM = Q(
14775
+ ), AM = Q(
14774
14776
  "shared_datasources/setDatasourceEvents",
14775
14777
  async ({ tabPath: e, name: n, namespace: t, events: a }, { getState: i, dispatch: s }) => {
14776
14778
  var _, S, w;
@@ -14787,7 +14789,7 @@ exposed Function ${t.meta.arg.name}()
14787
14789
  (P) => h(P, () => {
14788
14790
  p.local = !0;
14789
14791
  })
14790
- ), b = Pe.flatten(Pe.values(f.sources)).map(
14792
+ ), b = Ae.flatten(Ae.values(f.sources)).map(
14791
14793
  (P) => h(P, () => {
14792
14794
  p.shared = !0;
14793
14795
  })
@@ -14825,13 +14827,13 @@ exposed Function ${t.meta.arg.name}()
14825
14827
  meta: { arg: i }
14826
14828
  } = t;
14827
14829
  i.namespace && Object.assign(n.sources, { [i.namespace]: a });
14828
- }).addCase(TP.fulfilled, (n, t) => ({
14830
+ }).addCase(xP.fulfilled, (n, t) => ({
14829
14831
  ...n,
14830
14832
  sources: t.payload
14831
- })).addCase(CP.fulfilled, (n, t) => ({
14833
+ })).addCase(OP.fulfilled, (n, t) => ({
14832
14834
  ...n,
14833
14835
  sources: t.payload
14834
- })).addCase(xP.fulfilled, (n, t) => ({
14836
+ })).addCase(CP.fulfilled, (n, t) => ({
14835
14837
  ...n,
14836
14838
  sources: t.payload
14837
14839
  })).addCase(Bg.fulfilled, (n, t) => {
@@ -14856,7 +14858,7 @@ exposed Function ${t.meta.arg.name}()
14856
14858
  }
14857
14859
  );
14858
14860
  }
14859
- }), { addEmptyNamespace: AM } = Zg.actions, OP = Zg.reducer, RP = kg.reducer, Ku = Q(
14861
+ }), { addEmptyNamespace: PM } = Zg.actions, RP = Zg.reducer, AP = kg.reducer, Ku = Q(
14860
14862
  "shared_css/fetchSharedCSS",
14861
14863
  async (e, { rejectWithValue: n }) => {
14862
14864
  try {
@@ -14866,8 +14868,8 @@ exposed Function ${t.meta.arg.name}()
14866
14868
  return n("Error while loading the shared CSS");
14867
14869
  }
14868
14870
  }
14869
- ), AP = fh();
14870
- async function PP(e) {
14871
+ ), PP = fh();
14872
+ async function DP(e) {
14871
14873
  const n = {
14872
14874
  verb: it.SET_FILE_CONTENT,
14873
14875
  asText: !1,
@@ -14880,7 +14882,7 @@ async function PP(e) {
14880
14882
  }))
14881
14883
  }
14882
14884
  };
14883
- await AP(
14885
+ await PP(
14884
14886
  () => Pi(Di, {
14885
14887
  method: "POST",
14886
14888
  body: JSON.stringify(n),
@@ -14900,7 +14902,7 @@ const Qg = Vt({
14900
14902
  };
14901
14903
  },
14902
14904
  reducers: {
14903
- updateSharedCss: (e, n) => (e.styles = n.payload.classes, PP(n.payload.classes), e),
14905
+ updateSharedCss: (e, n) => (e.styles = n.payload.classes, DP(n.payload.classes), e),
14904
14906
  initSharedCss: (e, n) => (e.styles = n.payload.classes, e)
14905
14907
  },
14906
14908
  extraReducers(e) {
@@ -14918,32 +14920,32 @@ const Qg = Vt({
14918
14920
  error: t.payload || "Error while loading the shared css"
14919
14921
  }));
14920
14922
  }
14921
- }), { updateSharedCss: PM, initSharedCss: DM } = Qg.actions, DP = Qg.reducer, IP = {}, $P = Vt({
14923
+ }), { updateSharedCss: DM, initSharedCss: IM } = Qg.actions, IP = Qg.reducer, $P = {}, MP = Vt({
14922
14924
  name: "tabs",
14923
- initialState: IP,
14925
+ initialState: $P,
14924
14926
  reducers: {}
14925
- }), IM = (e) => W(Ka, (n) => {
14927
+ }), $M = (e) => W(Ka, (n) => {
14926
14928
  var t, a;
14927
14929
  return (a = (t = n.find((i) => i.path === e)) == null ? void 0 : t.view) == null ? void 0 : a.panel;
14928
14930
  });
14929
- $P.reducer;
14930
- const MP = vh({
14931
- root: bP,
14932
- explorer: RP,
14933
- debugger: _P,
14934
- settings: RA,
14935
- catalog: wP,
14936
- roles: TA,
14937
- sharedDatasources: OP,
14938
- savedConditions: cP,
14939
- webforms: oP,
14940
- modals: SP,
14941
- sharedCSS: DP,
14942
- model: XA
14931
+ MP.reducer;
14932
+ const LP = vh({
14933
+ root: _P,
14934
+ explorer: AP,
14935
+ debugger: EP,
14936
+ settings: AA,
14937
+ catalog: SP,
14938
+ roles: xA,
14939
+ sharedDatasources: RP,
14940
+ savedConditions: fP,
14941
+ webforms: iP,
14942
+ modals: TP,
14943
+ sharedCSS: IP,
14944
+ model: ZA
14943
14945
  });
14944
14946
  let Ia;
14945
- const LP = () => (Ia || (Ia = CS({
14946
- reducer: MP
14947
+ const NP = () => (Ia || (Ia = CS({
14948
+ reducer: LP
14947
14949
  }), Ia.subscribe(
14948
14950
  j1(() => {
14949
14951
  const {
@@ -14954,9 +14956,9 @@ const LP = () => (Ia || (Ia = CS({
14954
14956
  sharedCSS: c,
14955
14957
  settings: { session: f }
14956
14958
  } = Ia.getState();
14957
- H1({
14959
+ G1({
14958
14960
  ...f
14959
- }), U1({
14961
+ }), H1({
14960
14962
  tabs: n,
14961
14963
  activeTab: e,
14962
14964
  recent: t,
@@ -14977,7 +14979,7 @@ var Oc = { exports: {} }, Xr = {};
14977
14979
  * LICENSE file in the root directory of this source tree.
14978
14980
  */
14979
14981
  var eh;
14980
- function NP() {
14982
+ function FP() {
14981
14983
  if (eh)
14982
14984
  return Xr;
14983
14985
  eh = 1, zc();
@@ -15009,7 +15011,7 @@ var Ju = {};
15009
15011
  * LICENSE file in the root directory of this source tree.
15010
15012
  */
15011
15013
  var th;
15012
- function FP() {
15014
+ function kP() {
15013
15015
  return th || (th = 1, function(e) {
15014
15016
  process.env.NODE_ENV !== "production" && function() {
15015
15017
  var n = Ii, t = zc(), a = 60103, i = 60106;
@@ -15575,381 +15577,381 @@ Check the top-level render call using <` + J + ">.");
15575
15577
  }();
15576
15578
  }(Ju)), Ju;
15577
15579
  }
15578
- process.env.NODE_ENV === "production" ? Oc.exports = NP() : Oc.exports = FP();
15579
- var kP = Oc.exports;
15580
- const $M = ({ children: e, store: n }) => /* @__PURE__ */ kP.jsx(cg, { store: n, children: e });
15580
+ process.env.NODE_ENV === "production" ? Oc.exports = FP() : Oc.exports = kP();
15581
+ var jP = Oc.exports;
15582
+ const MM = ({ children: e, store: n }) => /* @__PURE__ */ jP.jsx(ug, { store: n, children: e });
15581
15583
  export {
15582
15584
  Hc as CATALOG_REFRESH_DELAY,
15583
- Dh as DEFAULT_CACHE,
15585
+ Ph as DEFAULT_CACHE,
15584
15586
  rf as EAttributeKind,
15585
- VA as EAttributeTypes,
15587
+ KA as EAttributeTypes,
15586
15588
  W1 as EDebuggerErrorReason,
15587
15589
  oc as EDebuggerErrorType,
15588
15590
  rr as EDebuggerState,
15589
- Sg as EDisplayMode,
15591
+ wg as EDisplayMode,
15590
15592
  Se as EPermissionType,
15591
- Eg as ETooltipBehavior,
15592
- wg as EUnsavedPopOverChoice,
15593
+ _g as ETooltipBehavior,
15594
+ Eg as EUnsavedPopOverChoice,
15593
15595
  B1 as ExpressionIndex,
15594
- QA as FLAGS_INIT_STATE,
15596
+ eP as FLAGS_INIT_STATE,
15595
15597
  Oi as FLAGS_KEYS,
15596
- _g as ROOT_WEBFORM_STATE,
15597
- $M as ReduxProvider,
15598
- PR as THEME_CLASSES,
15599
- ZA as WT_FLAGS_KEYS,
15600
- pA as actionsToPrivs,
15601
- o$ as addBreakpointDecoration,
15602
- WI as addClassesFolder,
15603
- eP as addComponent,
15604
- Q$ as addCraftedComponent,
15605
- fM as addDataSource,
15598
+ bg as ROOT_WEBFORM_STATE,
15599
+ MM as ReduxProvider,
15600
+ DR as THEME_CLASSES,
15601
+ QA as WT_FLAGS_KEYS,
15602
+ hA as actionsToPrivs,
15603
+ i$ as addBreakpointDecoration,
15604
+ UI as addClassesFolder,
15605
+ tP as addComponent,
15606
+ eM as addCraftedComponent,
15607
+ lM as addDataSource,
15606
15608
  zg as addDatasource,
15607
- SM as addDefaultWebformState,
15608
- AM as addEmptyNamespace,
15609
- d$ as addExpression,
15610
- gI as addIn,
15611
- DA as addNewFile,
15612
- EI as addPermission,
15613
- oM as addSavedCondition,
15614
- b$ as addSession,
15615
- TP as addSharedSource,
15616
- gM as addWebFormStyles,
15617
- bM as addWebformState,
15618
- pI as allowed,
15619
- D$ as attributeKinds,
15620
- L$ as attributeScopes,
15621
- $$ as attributeTypes,
15622
- GI as castToFileFolder,
15623
- vM as changeTabEditor,
15609
+ TM as addDefaultWebformState,
15610
+ PM as addEmptyNamespace,
15611
+ p$ as addExpression,
15612
+ vI as addIn,
15613
+ IA as addNewFile,
15614
+ wI as addPermission,
15615
+ iM as addSavedCondition,
15616
+ _$ as addSession,
15617
+ xP as addSharedSource,
15618
+ vM as addWebFormStyles,
15619
+ _M as addWebformState,
15620
+ hI as allowed,
15621
+ I$ as attributeKinds,
15622
+ N$ as attributeScopes,
15623
+ M$ as attributeTypes,
15624
+ qI as castToFileFolder,
15625
+ mM as changeTabEditor,
15624
15626
  wc as children,
15625
- f$ as clearAllBreakpoints,
15626
- u$ as clearBreakpoints,
15627
- c$ as clearBreakpointsExcept,
15628
- lP as closeAllTabs,
15629
- hP as closeLeftTabs,
15630
- DI as closeModal,
15631
- pP as closeOthers,
15632
- dP as closeRightTabs,
15633
- lM as closeSavedTabs,
15627
+ l$ as clearAllBreakpoints,
15628
+ c$ as clearBreakpoints,
15629
+ f$ as clearBreakpointsExcept,
15630
+ dP as closeAllTabs,
15631
+ gP as closeLeftTabs,
15632
+ II as closeModal,
15633
+ hP as closeOthers,
15634
+ pP as closeRightTabs,
15635
+ dM as closeSavedTabs,
15634
15636
  uf as closeTab,
15635
- hM as confirmTab,
15636
- dA as create,
15637
- bA as createModal,
15637
+ gM as confirmTab,
15638
+ pA as create,
15639
+ _A as createModal,
15638
15640
  Yp as createModelFiles,
15639
15641
  Fa as createNewFile,
15640
- VI as createNewFileAndOpen,
15642
+ KI as createNewFileAndOpen,
15641
15643
  Hu as createNewNode,
15642
- AI as createRole,
15643
- mI as createWithResource,
15644
- M$ as dataclassScopes,
15644
+ PI as createRole,
15645
+ yI as createWithResource,
15646
+ L$ as dataclassScopes,
15645
15647
  of as deepDeleteCondition,
15646
15648
  sf as deepSanitizeCondition,
15647
15649
  li as deleteDatasource,
15648
15650
  zp as deleteFile,
15649
- KI as deleteFolder,
15650
- CP as deleteSharedSource,
15651
- G1 as deserializeModel,
15651
+ JI as deleteFolder,
15652
+ OP as deleteSharedSource,
15653
+ q1 as deserializeModel,
15652
15654
  Gu as duplicateNode,
15653
- tP as editComponent,
15654
- eM as editCraftedComponent,
15655
+ nP as editComponent,
15656
+ tM as editCraftedComponent,
15655
15657
  Wg as editDataSource,
15656
15658
  Vg as editDatasource,
15657
- II as editModal,
15658
- RI as editRole,
15659
- xP as editSharedSource,
15660
- _M as editWebformState,
15661
- PO as editors,
15662
- JI as executeMethod,
15663
- FI as expandFolder,
15664
- DO as extensions,
15665
- xA as fetchAppSettings,
15659
+ $I as editModal,
15660
+ AI as editRole,
15661
+ CP as editSharedSource,
15662
+ EM as editWebformState,
15663
+ DO as editors,
15664
+ XI as executeMethod,
15665
+ kI as expandFolder,
15666
+ IO as extensions,
15667
+ CA as fetchAppSettings,
15666
15668
  ra as fetchCatalog,
15667
- BA as fetchChanges,
15668
- iP as fetchCraftedComponents,
15669
- XI as fetchFiles,
15669
+ WA as fetchChanges,
15670
+ sP as fetchCraftedComponents,
15671
+ ZI as fetchFiles,
15670
15672
  Dr as fetchFolderContent,
15671
15673
  ui as fetchFolderContentWithoutExpanding,
15672
15674
  Gg as fetchModel,
15673
15675
  Tc as fetchRoles,
15674
- EA as fetchRolesChanges,
15676
+ wA as fetchRolesChanges,
15675
15677
  zu as fetchSavedConditions,
15676
- Ng as fetchSettings,
15678
+ Lg as fetchSettings,
15677
15679
  Ku as fetchSharedCss,
15678
15680
  Vu as fetchSharedDatasources,
15679
- Z$ as fetchTemplate,
15680
- X$ as fetchTemplates,
15681
+ Q$ as fetchTemplate,
15682
+ Z$ as fetchTemplates,
15681
15683
  ht as findNodeByPath,
15682
15684
  na as findOne,
15683
15685
  dt as findSession,
15684
- SR as findSessionByPath,
15686
+ TR as findSessionByPath,
15685
15687
  za as getCachedState,
15686
- Lh as getCashedPrefrences,
15688
+ Mh as getCashedPrefrences,
15687
15689
  Zr as getContent,
15688
- cO as getDebuggerTabName,
15689
- Bh as getDebuggerTabPath,
15690
- IA as getDefaultContent,
15691
- k$ as getDefaultName,
15692
- gA as getDictByName,
15690
+ fO as getDebuggerTabName,
15691
+ jh as getDebuggerTabPath,
15692
+ $A as getDefaultContent,
15693
+ j$ as getDefaultName,
15694
+ vA as getDictByName,
15693
15695
  It as getEditors,
15694
- $O as getExtension,
15695
- NA as getFilePath,
15696
- MA as getFileType,
15697
- $A as getFilenameFromType,
15698
- _I as getGraphData,
15699
- mA as getInheritedResources,
15696
+ MO as getExtension,
15697
+ FA as getFilePath,
15698
+ LA as getFileType,
15699
+ MA as getFilenameFromType,
15700
+ EI as getGraphData,
15701
+ yA as getInheritedResources,
15700
15702
  Gc as getModalTitle,
15701
- IO as getNodeRelativePath,
15703
+ $O as getNodeRelativePath,
15702
15704
  dr as getPrivilegeById,
15703
- xI as getPromotions,
15704
- Rg as getResourceFromType,
15705
- LP as getStore,
15706
- N$ as indexTypes,
15707
- iM as initSavedConditions,
15708
- DM as initSharedCss,
15709
- FA as injectContentAtLine,
15710
- z$ as inspect,
15711
- q1 as isJSON,
15712
- j$ as isRelatedAttr,
15713
- JA as isRelatedEntitiesAttr,
15714
- KA as isRelatedEntityAttr,
15715
- nM as isRenameDatasource,
15716
- Ig as isRolesOutdated,
15717
- P$ as isValidPrimaryKey,
15718
- qO as modelSubject,
15719
- kI as openAddFileInput,
15705
+ CI as getPromotions,
15706
+ Og as getResourceFromType,
15707
+ NP as getStore,
15708
+ F$ as indexTypes,
15709
+ sM as initSavedConditions,
15710
+ IM as initSharedCss,
15711
+ kA as injectContentAtLine,
15712
+ V$ as inspect,
15713
+ Y1 as isJSON,
15714
+ B$ as isRelatedAttr,
15715
+ XA as isRelatedEntitiesAttr,
15716
+ JA as isRelatedEntityAttr,
15717
+ rM as isRenameDatasource,
15718
+ Dg as isRolesOutdated,
15719
+ D$ as isValidPrimaryKey,
15720
+ YO as modelSubject,
15721
+ jI as openAddFileInput,
15720
15722
  ci as openFile,
15721
15723
  jg as openFileAtLine,
15722
- kA as openFileAtSelection,
15724
+ jA as openFileAtSelection,
15723
15725
  yn as openModal,
15724
- O$ as openModel,
15725
- a$ as openRoles,
15726
- mM as openSettingsTab,
15727
- vP as openTabUnselected,
15726
+ R$ as openModel,
15727
+ o$ as openRoles,
15728
+ yM as openSettingsTab,
15729
+ mP as openTabUnselected,
15728
15730
  Qc as parents,
15729
- bI as populateShallow,
15730
- I$ as primaryKeyAttributes,
15731
- OM as redo,
15732
- Y1 as refactorWebform,
15733
- jI as refreshFile,
15731
+ _I as populateShallow,
15732
+ $$ as primaryKeyAttributes,
15733
+ RM as redo,
15734
+ z1 as refactorWebform,
15735
+ BI as refreshFile,
15734
15736
  qu as reloadTab,
15735
15737
  fi as relocateNode,
15736
- hI as remove,
15737
- g$ as removeAllExpressions,
15738
- i$ as removeBreakpointDecoration,
15739
- UI as removeClassesFolder,
15740
- nP as removeComponent,
15741
- tM as removeCraftedComponent,
15742
- pM as removeDataSource,
15743
- YA as removeDebuggerSessionsNotIn,
15744
- TM as removeDefaultWebformState,
15745
- h$ as removeExpression,
15738
+ gI as remove,
15739
+ v$ as removeAllExpressions,
15740
+ s$ as removeBreakpointDecoration,
15741
+ HI as removeClassesFolder,
15742
+ rP as removeComponent,
15743
+ nM as removeCraftedComponent,
15744
+ hM as removeDataSource,
15745
+ zA as removeDebuggerSessionsNotIn,
15746
+ xM as removeDefaultWebformState,
15747
+ g$ as removeExpression,
15746
15748
  qp as removeFile,
15747
15749
  Vp as removeFileNode,
15748
- vI as removeFrom,
15749
- _A as removeModal,
15750
- wI as removePermission,
15751
- OI as removeRole,
15752
- uP as removeSavedCondition,
15753
- E$ as removeSession,
15754
- w$ as removeSessionByIndex,
15755
- EM as removeWebformState,
15756
- yI as rename,
15757
- HI as renameClassesFolder,
15750
+ mI as removeFrom,
15751
+ EA as removeModal,
15752
+ SI as removePermission,
15753
+ RI as removeRole,
15754
+ cP as removeSavedCondition,
15755
+ w$ as removeSession,
15756
+ S$ as removeSessionByIndex,
15757
+ wM as removeWebformState,
15758
+ bI as rename,
15759
+ GI as renameClassesFolder,
15758
15760
  Bg as renameDataSource,
15759
15761
  Ba as renameDatasource,
15760
- p$ as renameExpression,
15762
+ h$ as renameExpression,
15761
15763
  ka as renameFile,
15762
- wM as resetComponentState,
15763
- SI as resetResources,
15764
- bP as rootReducer,
15764
+ SM as resetComponentState,
15765
+ TI as resetResources,
15766
+ _P as rootReducer,
15765
15767
  ef as sanitize,
15766
- hA as sanitizePermissions,
15767
- fA as sanitizePrivileges,
15768
- ZI as saveAll,
15769
- y$ as saveExpressions,
15768
+ gA as sanitizePermissions,
15769
+ lA as sanitizePrivileges,
15770
+ QI as saveAll,
15771
+ b$ as saveExpressions,
15770
15772
  Cc as saveModel,
15771
- H1 as savePrefrences,
15772
- PI as saveRole,
15773
+ G1 as savePrefrences,
15774
+ DI as saveRole,
15773
15775
  Up as saveRoles,
15774
- U1 as saveState,
15776
+ H1 as saveState,
15775
15777
  ja as saveTab,
15776
- sD as selectActiveLine,
15777
- _D as selectActiveTab,
15778
- nI as selectActiveTabHistoryActions,
15779
- QP as selectAllDatasourcesByPath,
15780
- _R as selectAppState,
15781
- nD as selectBreakpoints,
15782
- ZD as selectCSSClassesByPath,
15783
- vD as selectCallChainVariables,
15778
+ uD as selectActiveLine,
15779
+ ED as selectActiveTab,
15780
+ rI as selectActiveTabHistoryActions,
15781
+ eD as selectAllDatasourcesByPath,
15782
+ ER as selectAppState,
15783
+ rD as selectBreakpoints,
15784
+ QD as selectCSSClassesByPath,
15785
+ mD as selectCallChainVariables,
15784
15786
  Kc as selectCatalog,
15785
- VP as selectCatalogMethods,
15786
- qP as selectCatalogState,
15787
- aD as selectClassBreakpoints,
15788
- yD as selectClassOffset,
15789
- ID as selectClasses,
15790
- RR as selectClassesFolder,
15791
- DR as selectComponents,
15792
- XP as selectComponentsByPath,
15793
- xR as selectContentByPath,
15794
- iI as selectCraftedComponent,
15795
- pD as selectCurrentFrameByThreadId,
15796
- TR as selectCurrentTab,
15797
- yR as selectDataclasses,
15798
- ZP as selectDatasource,
15799
- ER as selectDatasourcesByPath,
15800
- uI as selectDatasourcesTheme,
15801
- hD as selectDebuggerChannels,
15787
+ KP as selectCatalogMethods,
15788
+ YP as selectCatalogState,
15789
+ oD as selectClassBreakpoints,
15790
+ bD as selectClassOffset,
15791
+ $D as selectClasses,
15792
+ AR as selectClassesFolder,
15793
+ IR as selectComponents,
15794
+ ZP as selectComponentsByPath,
15795
+ CR as selectContentByPath,
15796
+ sI as selectCraftedComponent,
15797
+ hD as selectCurrentFrameByThreadId,
15798
+ xR as selectCurrentTab,
15799
+ bR as selectDataclasses,
15800
+ QP as selectDatasource,
15801
+ wR as selectDatasourcesByPath,
15802
+ cI as selectDatasourcesTheme,
15803
+ gD as selectDebuggerChannels,
15802
15804
  fa as selectDebuggerData,
15803
- eD as selectDebuggerMeta,
15805
+ tD as selectDebuggerMeta,
15804
15806
  jt as selectDebuggerSessions,
15805
- tD as selectDebuggerSessionsCount,
15806
- RD as selectDebuggers,
15807
- lI as selectDefaultWebformStatesByPath,
15808
- rD as selectDraftBreakpoints,
15809
- oD as selectDraftClassBreakpoints,
15810
- bD as selectExceptions,
15811
- AD as selectExplorer,
15812
- uD as selectExpressions,
15813
- mD as selectExpressionsVariables,
15814
- GD as selectFeatureFlag,
15815
- eI as selectFlagsByPath,
15816
- BD as selectForceLogin,
15817
- FD as selectGuestPrivilege,
15818
- TD as selectHasTabs,
15819
- iD as selectHighlightedLines,
15820
- tI as selectHistoryByPath,
15821
- JD as selectI18nCurrent,
15822
- KD as selectI18nSetting,
15823
- rI as selectInspectedCSSClass,
15824
- aI as selectInspectedDatasource,
15807
+ nD as selectDebuggerSessionsCount,
15808
+ AD as selectDebuggers,
15809
+ dI as selectDefaultWebformStatesByPath,
15810
+ aD as selectDraftBreakpoints,
15811
+ iD as selectDraftClassBreakpoints,
15812
+ _D as selectExceptions,
15813
+ PD as selectExplorer,
15814
+ cD as selectExpressions,
15815
+ yD as selectExpressionsVariables,
15816
+ qD as selectFeatureFlag,
15817
+ tI as selectFlagsByPath,
15818
+ WD as selectForceLogin,
15819
+ kD as selectGuestPrivilege,
15820
+ xD as selectHasTabs,
15821
+ sD as selectHighlightedLines,
15822
+ nI as selectHistoryByPath,
15823
+ XD as selectI18nCurrent,
15824
+ JD as selectI18nSetting,
15825
+ aI as selectInspectedCSSClass,
15826
+ oI as selectInspectedDatasource,
15825
15827
  Jc as selectInspector,
15826
- sI as selectInspectorStateByType,
15827
- cI as selectIsLoaded,
15828
- PD as selectMethods,
15829
- OR as selectMethodsFolder,
15830
- $D as selectModals,
15831
- VD as selectMonacoZoom,
15832
- IM as selectPanelByPath,
15833
- UD as selectPartialSessionSettings,
15834
- qD as selectPreferences,
15835
- SD as selectPreviewedWebformsPaths,
15836
- ND as selectPrivileges,
15837
- AR as selectProjectSettings,
15838
- zD as selectQodly,
15839
- ED as selectRecentFiles,
15840
- YD as selectRemoteDebuggerMode,
15841
- LD as selectRoles,
15842
- MD as selectRolesAndPrivileges,
15843
- WD as selectRolesDate,
15844
- kD as selectRolesFlags,
15828
+ uI as selectInspectorStateByType,
15829
+ fI as selectIsLoaded,
15830
+ DD as selectMethods,
15831
+ RR as selectMethodsFolder,
15832
+ MD as selectModals,
15833
+ KD as selectMonacoZoom,
15834
+ $M as selectPanelByPath,
15835
+ HD as selectPartialSessionSettings,
15836
+ YD as selectPreferences,
15837
+ TD as selectPreviewedWebformsPaths,
15838
+ FD as selectPrivileges,
15839
+ PR as selectProjectSettings,
15840
+ VD as selectQodly,
15841
+ wD as selectRecentFiles,
15842
+ zD as selectRemoteDebuggerMode,
15843
+ ND as selectRoles,
15844
+ LD as selectRolesAndPrivileges,
15845
+ UD as selectRolesDate,
15846
+ jD as selectRolesFlags,
15845
15847
  lr as selectRoot,
15846
- dI as selectSavedConditions,
15847
- jD as selectSelectedTab,
15848
- mg as selectServerSettings,
15849
- HD as selectSessionSetting,
15848
+ pI as selectSavedConditions,
15849
+ BD as selectSelectedTab,
15850
+ vg as selectServerSettings,
15851
+ GD as selectSessionSetting,
15850
15852
  Ja as selectSessionSettings,
15851
- QD as selectSharedCSS,
15852
- wR as selectSharedDatasources,
15853
- YP as selectSingletons,
15854
- fD as selectSourceByPath,
15855
- dD as selectSourceByThreadId,
15856
- gD as selectStackFrames,
15857
- cD as selectStoppedFromDebugSession,
15858
- XD as selectStylesByPath,
15859
- gP as selectTab,
15853
+ eI as selectSharedCSS,
15854
+ SR as selectSharedDatasources,
15855
+ zP as selectSingletons,
15856
+ lD as selectSourceByPath,
15857
+ pD as selectSourceByThreadId,
15858
+ vD as selectStackFrames,
15859
+ fD as selectStoppedFromDebugSession,
15860
+ ZD as selectStylesByPath,
15861
+ vP as selectTab,
15860
15862
  $r as selectTabByPath,
15861
15863
  kt as selectTabByReference,
15862
- xD as selectTabExtraByPath,
15863
- wD as selectTabMaxWeight,
15864
+ CD as selectTabExtraByPath,
15865
+ SD as selectTabMaxWeight,
15864
15866
  Ka as selectTabs,
15865
- IR as selectTemplates,
15866
- oI as selectTemplatesData,
15867
- lD as selectThreadIdByPath,
15868
- vg as selectTouchedTabs,
15869
- OD as selectTouchedTabsLength,
15870
- zP as selectVirtualDataClasses,
15871
- DD as selectWebForms,
15872
- CR as selectWebFormsFolder,
15873
- CD as selectWebformNodes,
15874
- $R as selectWebformStatesByPath,
15875
- fI as selectWebformStatesLabelsByPath,
15876
- bg as selectWebformStylesByPath,
15867
+ $R as selectTemplates,
15868
+ iI as selectTemplatesData,
15869
+ dD as selectThreadIdByPath,
15870
+ gg as selectTouchedTabs,
15871
+ RD as selectTouchedTabsLength,
15872
+ VP as selectVirtualDataClasses,
15873
+ ID as selectWebForms,
15874
+ OR as selectWebFormsFolder,
15875
+ OD as selectWebformNodes,
15876
+ MR as selectWebformStatesByPath,
15877
+ lI as selectWebformStatesLabelsByPath,
15878
+ yg as selectWebformStylesByPath,
15877
15879
  Gi as selectWebforms,
15878
- UP as selectorEqualityFn,
15879
- F$ as serializeModel,
15880
- l$ as setActiveLine,
15881
- s$ as setBreakpointsDecoration,
15882
- S$ as setCallChainVariables,
15880
+ HP as selectorEqualityFn,
15881
+ k$ as serializeModel,
15882
+ d$ as setActiveLine,
15883
+ u$ as setBreakpointsDecoration,
15884
+ T$ as setCallChainVariables,
15883
15885
  Jg as setContent,
15884
- dM as setDataSources,
15885
- RM as setDatasourceEvents,
15886
- K$ as setDatasourcesTheme,
15887
- C$ as setDebuggerMeta,
15888
- xM as setDefaultWebformStates,
15889
- v$ as setExpression,
15890
- T$ as setExpressionVariables,
15891
- BI as setFolderChildren,
15892
- mP as setHistoryContent,
15893
- A$ as setModelFlag,
15894
- yM as setPanelState,
15895
- Mg as setRolesContent,
15896
- aM as setSavedCondition,
15897
- V$ as setSelectedGroup,
15898
- GA as setSessions,
15886
+ pM as setDataSources,
15887
+ AM as setDatasourceEvents,
15888
+ J$ as setDatasourcesTheme,
15889
+ O$ as setDebuggerMeta,
15890
+ CM as setDefaultWebformStates,
15891
+ m$ as setExpression,
15892
+ x$ as setExpressionVariables,
15893
+ WI as setFolderChildren,
15894
+ yP as setHistoryContent,
15895
+ P$ as setModelFlag,
15896
+ bM as setPanelState,
15897
+ $g as setRolesContent,
15898
+ oM as setSavedCondition,
15899
+ K$ as setSelectedGroup,
15900
+ qA as setSessions,
15899
15901
  Gp as setSetting,
15900
15902
  nf as setSettings,
15901
- LI as setSettingsAsText,
15902
- x$ as setSourceContent,
15903
- r$ as setTabContent,
15904
- cM as setTabExtra,
15905
- fP as setTabFlags,
15906
- sM as setTabs,
15907
- uM as setTabsFlags,
15908
- aP as setTemplateData,
15909
- rP as setTemplatesData,
15910
- J$ as setWebformsFlag,
15911
- lA as sort,
15912
- MP as stateReducer,
15903
+ NI as setSettingsAsText,
15904
+ C$ as setSourceContent,
15905
+ a$ as setTabContent,
15906
+ fM as setTabExtra,
15907
+ lP as setTabFlags,
15908
+ uM as setTabs,
15909
+ cM as setTabsFlags,
15910
+ oP as setTemplateData,
15911
+ aP as setTemplatesData,
15912
+ X$ as setWebformsFlag,
15913
+ dA as sort,
15914
+ LP as stateReducer,
15913
15915
  Ri as stateSlice,
15914
15916
  tf as toAPI,
15915
- CI as toState,
15916
- NI as toggleExpandFolder,
15917
- MI as toggleForceLogin,
15918
- Y$ as toggleInspector,
15919
- TI as togglePermission,
15920
- vA as togglePrivilegePermission,
15921
- $I as toggleTab,
15922
- e$ as tryCloseAllTabs,
15923
- n$ as tryCloseLeftTabs,
15924
- QI as tryCloseOtherTabs,
15925
- t$ as tryCloseRightTabs,
15917
+ OI as toState,
15918
+ FI as toggleExpandFolder,
15919
+ LI as toggleForceLogin,
15920
+ z$ as toggleInspector,
15921
+ xI as togglePermission,
15922
+ mA as togglePrivilegePermission,
15923
+ MI as toggleTab,
15924
+ t$ as tryCloseAllTabs,
15925
+ r$ as tryCloseLeftTabs,
15926
+ e$ as tryCloseOtherTabs,
15927
+ n$ as tryCloseRightTabs,
15926
15928
  Ug as tryCloseTab,
15927
- qI as tryEditMethod,
15928
- HA as tryInjectMethod,
15929
- R$ as tryRenameDataclass,
15930
- CM as undo,
15929
+ YI as tryEditMethod,
15930
+ GA as tryInjectMethod,
15931
+ A$ as tryRenameDataclass,
15932
+ OM as undo,
15931
15933
  mn as uniquePush,
15932
- yP as unlockHistory,
15933
- m$ as updateExpressionAt,
15934
- wA as updatePrivileges,
15935
- SA as updateRoles,
15936
- Lg as updateRolesAndPrivileges,
15937
- rM as updateSavedConditions,
15938
- _$ as updateSession,
15939
- PM as updateSharedCss,
15934
+ bP as unlockHistory,
15935
+ y$ as updateExpressionAt,
15936
+ SA as updatePrivileges,
15937
+ TA as updateRoles,
15938
+ Mg as updateRolesAndPrivileges,
15939
+ aM as updateSavedConditions,
15940
+ E$ as updateSession,
15941
+ DM as updateSharedCss,
15940
15942
  Xg as updateSharedDatasources,
15941
- zI as uploadFile,
15942
- YI as uploadFileAndGetResponse,
15943
- GP as useAppDispatch,
15943
+ VI as uploadFile,
15944
+ zI as uploadFileAndGetResponse,
15945
+ qP as useAppDispatch,
15944
15946
  fr as useAppSelector,
15945
- H$ as useAttribute,
15946
- W$ as useCollections,
15947
- U$ as useDataclass,
15948
- B$ as useDataclasses,
15949
- JP as useMethod,
15950
- KP as useMethods,
15951
- q$ as useModelFlags,
15952
- G$ as useModelProperties,
15953
- qA as wipeDebuggerSessions
15947
+ G$ as useAttribute,
15948
+ U$ as useCollections,
15949
+ H$ as useDataclass,
15950
+ W$ as useDataclasses,
15951
+ XP as useMethod,
15952
+ JP as useMethods,
15953
+ Y$ as useModelFlags,
15954
+ q$ as useModelProperties,
15955
+ YA as wipeDebuggerSessions
15954
15956
  };
15955
15957
  //# sourceMappingURL=index.es.js.map