@ws-ui/store 0.0.37 → 0.0.39
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/hooks/store.d.ts +2 -0
- package/dist/index.cjs.js +11 -11
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +261 -249
- package/dist/index.es.js.map +1 -1
- package/dist/modules/index.d.ts +1 -0
- package/dist/modules/roles/index.d.ts +1 -0
- package/dist/modules/roles/reducer.d.ts +4 -1
- package/dist/modules/roles/types.d.ts +2 -0
- package/dist/modules/tabs/selectors.d.ts +1 -0
- package/dist/modules/webforms/datasources.adapter.d.ts +1 -0
- package/dist/selectors/catalog.d.ts +6 -0
- package/dist/selectors/common.d.ts +4 -0
- package/dist/selectors/components.d.ts +1 -0
- package/dist/selectors/datasources.d.ts +6 -0
- package/dist/selectors/debugger.d.ts +22 -0
- package/dist/selectors/explorer.d.ts +26 -0
- package/dist/selectors/modals.d.ts +1 -0
- package/dist/selectors/roles.d.ts +71 -0
- package/dist/selectors/settings.d.ts +8 -0
- package/dist/selectors/styles.d.ts +5 -0
- package/dist/selectors/tabs.d.ts +1 -0
- package/dist/selectors/webforms.d.ts +11 -0
- package/package.json +2 -2
package/dist/index.es.js
CHANGED
|
@@ -2088,7 +2088,8 @@ const Gc = 2e3, Ph = {
|
|
|
2088
2088
|
roles: {},
|
|
2089
2089
|
privileges: {},
|
|
2090
2090
|
flags: { touched: !1 },
|
|
2091
|
-
selectedTab: "roles"
|
|
2091
|
+
selectedTab: "roles",
|
|
2092
|
+
forceLogin: !1
|
|
2092
2093
|
},
|
|
2093
2094
|
sharedCSS: {
|
|
2094
2095
|
state: "loading",
|
|
@@ -8813,30 +8814,33 @@ const qP = () => gR(), Sn = bR, hg = Y(
|
|
|
8813
8814
|
(e) => e.roles,
|
|
8814
8815
|
({ selectedTab: e }) => e
|
|
8815
8816
|
), BD = Y(
|
|
8817
|
+
(e) => e.roles,
|
|
8818
|
+
({ forceLogin: e }) => e
|
|
8819
|
+
), UD = Y(
|
|
8816
8820
|
(e) => e.roles,
|
|
8817
8821
|
({ date: e }) => e
|
|
8818
8822
|
), mg = Y(
|
|
8819
8823
|
(e) => e.settings,
|
|
8820
8824
|
(e) => e.session
|
|
8821
|
-
),
|
|
8825
|
+
), GD = (...e) => Y(
|
|
8822
8826
|
mg,
|
|
8823
8827
|
(r) => e.length > 0 ? Ke.pick(r, e) : r
|
|
8824
|
-
),
|
|
8828
|
+
), HD = Y(
|
|
8825
8829
|
(e) => e.settings,
|
|
8826
8830
|
(e) => e.project
|
|
8827
|
-
),
|
|
8831
|
+
), qD = Y(
|
|
8828
8832
|
(e) => e.settings,
|
|
8829
8833
|
(e) => e
|
|
8830
8834
|
), yg = Y(
|
|
8831
8835
|
(e) => e.settings,
|
|
8832
8836
|
(e) => e.server
|
|
8833
|
-
),
|
|
8837
|
+
), YD = Y(
|
|
8834
8838
|
yg,
|
|
8835
8839
|
(e) => e.remoteDebuggerMode
|
|
8836
|
-
),
|
|
8840
|
+
), zD = Y(
|
|
8837
8841
|
yg,
|
|
8838
8842
|
(e) => e.qodly
|
|
8839
|
-
),
|
|
8843
|
+
), VD = Y(
|
|
8840
8844
|
mg,
|
|
8841
8845
|
(e) => e["monaco.zoom"]
|
|
8842
8846
|
), AR = [
|
|
@@ -8885,7 +8889,7 @@ const qP = () => gR(), Sn = bR, hg = Y(
|
|
|
8885
8889
|
var t, a;
|
|
8886
8890
|
return ((a = (t = r == null ? void 0 : r.content) == null ? void 0 : t.metadata) == null ? void 0 : a.styles) || [];
|
|
8887
8891
|
}
|
|
8888
|
-
),
|
|
8892
|
+
), KD = (e, r) => Y(
|
|
8889
8893
|
_g(e),
|
|
8890
8894
|
(t) => r.map((a) => {
|
|
8891
8895
|
switch (!0) {
|
|
@@ -8900,7 +8904,7 @@ const qP = () => gR(), Sn = bR, hg = Y(
|
|
|
8900
8904
|
return [];
|
|
8901
8905
|
}
|
|
8902
8906
|
}).flat()
|
|
8903
|
-
),
|
|
8907
|
+
), JD = (e) => Y(
|
|
8904
8908
|
_g(e),
|
|
8905
8909
|
(r) => [
|
|
8906
8910
|
...r.map((t) => ({
|
|
@@ -8909,7 +8913,7 @@ const qP = () => gR(), Sn = bR, hg = Y(
|
|
|
8909
8913
|
})),
|
|
8910
8914
|
...bg
|
|
8911
8915
|
]
|
|
8912
|
-
),
|
|
8916
|
+
), XD = Y(
|
|
8913
8917
|
(e) => e,
|
|
8914
8918
|
(e) => {
|
|
8915
8919
|
var r;
|
|
@@ -8920,7 +8924,7 @@ const qP = () => gR(), Sn = bR, hg = Y(
|
|
|
8920
8924
|
}))
|
|
8921
8925
|
];
|
|
8922
8926
|
}
|
|
8923
|
-
),
|
|
8927
|
+
), ZD = (e) => Y(Vi(e), (r) => r == null ? void 0 : r.flags), Ki = Y(
|
|
8924
8928
|
(e) => e.webforms,
|
|
8925
8929
|
(e) => e
|
|
8926
8930
|
), PR = Y(
|
|
@@ -8929,10 +8933,10 @@ const qP = () => gR(), Sn = bR, hg = Y(
|
|
|
8929
8933
|
), Kc = Y(
|
|
8930
8934
|
Ki,
|
|
8931
8935
|
(e) => e.inspector
|
|
8932
|
-
),
|
|
8936
|
+
), QD = Y(
|
|
8933
8937
|
Kc,
|
|
8934
8938
|
(e) => e.css
|
|
8935
|
-
),
|
|
8939
|
+
), eI = Y(
|
|
8936
8940
|
Kc,
|
|
8937
8941
|
(e) => e.datasource
|
|
8938
8942
|
), DR = Y(
|
|
@@ -8940,16 +8944,16 @@ const qP = () => gR(), Sn = bR, hg = Y(
|
|
|
8940
8944
|
(e) => e.templates || {
|
|
8941
8945
|
data: []
|
|
8942
8946
|
}
|
|
8943
|
-
),
|
|
8947
|
+
), tI = Y(
|
|
8944
8948
|
DR,
|
|
8945
8949
|
(e) => e.data || []
|
|
8946
|
-
),
|
|
8950
|
+
), rI = (e) => Y(
|
|
8947
8951
|
PR,
|
|
8948
8952
|
(r) => r.find((t) => t.id === e)
|
|
8949
|
-
),
|
|
8953
|
+
), nI = (e) => Y(Kc, (r) => r[e]), aI = Y(
|
|
8950
8954
|
Ki,
|
|
8951
8955
|
(e) => e.datasources.theme
|
|
8952
|
-
),
|
|
8956
|
+
), oI = Y(
|
|
8953
8957
|
(e) => e.catalog,
|
|
8954
8958
|
(e) => e.sharedDatasources,
|
|
8955
8959
|
(e) => e.sharedCSS,
|
|
@@ -9374,14 +9378,14 @@ function mc(e, r) {
|
|
|
9374
9378
|
a = Tr(a, ...mc(i, r), i);
|
|
9375
9379
|
}), a;
|
|
9376
9380
|
}
|
|
9377
|
-
function
|
|
9381
|
+
function iI(e, r) {
|
|
9378
9382
|
const t = r[e];
|
|
9379
9383
|
if (!t)
|
|
9380
9384
|
return [];
|
|
9381
9385
|
const a = [e, ...Zc(e, r), ...t.includes];
|
|
9382
9386
|
return Object.keys(r).filter((i) => !a.includes(i));
|
|
9383
9387
|
}
|
|
9384
|
-
function
|
|
9388
|
+
function sI(e, r) {
|
|
9385
9389
|
return r[e] ? Object.keys(r).reduce((a, i) => i === e ? a : {
|
|
9386
9390
|
...a,
|
|
9387
9391
|
[i]: {
|
|
@@ -9391,7 +9395,7 @@ function iI(e, r) {
|
|
|
9391
9395
|
}
|
|
9392
9396
|
}, {}) : r;
|
|
9393
9397
|
}
|
|
9394
|
-
function
|
|
9398
|
+
function uI(e, r, t) {
|
|
9395
9399
|
const a = t[e], i = t[r];
|
|
9396
9400
|
return !a || !i ? t : {
|
|
9397
9401
|
...t,
|
|
@@ -9405,7 +9409,7 @@ function sI(e, r, t) {
|
|
|
9405
9409
|
}
|
|
9406
9410
|
};
|
|
9407
9411
|
}
|
|
9408
|
-
function
|
|
9412
|
+
function cI(e, r, t) {
|
|
9409
9413
|
const a = t[e], i = t[r];
|
|
9410
9414
|
return !a || !i ? t : {
|
|
9411
9415
|
...t,
|
|
@@ -9436,7 +9440,7 @@ function fA(e, r) {
|
|
|
9436
9440
|
...r
|
|
9437
9441
|
};
|
|
9438
9442
|
}
|
|
9439
|
-
function
|
|
9443
|
+
function fI(e, r, t, a, i) {
|
|
9440
9444
|
let s = fA(e, i);
|
|
9441
9445
|
const c = Object.entries(s).find(
|
|
9442
9446
|
([, f]) => f.privilege === e
|
|
@@ -9449,7 +9453,7 @@ function cI(e, r, t, a, i) {
|
|
|
9449
9453
|
s
|
|
9450
9454
|
), s) : i;
|
|
9451
9455
|
}
|
|
9452
|
-
function
|
|
9456
|
+
function lI(e, r, t) {
|
|
9453
9457
|
if (!e)
|
|
9454
9458
|
throw new Error("Please enter a name");
|
|
9455
9459
|
if (!t[r])
|
|
@@ -9465,7 +9469,7 @@ function fI(e, r, t) {
|
|
|
9465
9469
|
}
|
|
9466
9470
|
};
|
|
9467
9471
|
}
|
|
9468
|
-
function
|
|
9472
|
+
function dI(e, r) {
|
|
9469
9473
|
return e.map((t) => xn(t, r));
|
|
9470
9474
|
}
|
|
9471
9475
|
function xn(e, r) {
|
|
@@ -9542,6 +9546,7 @@ function Qc(e) {
|
|
|
9542
9546
|
var t;
|
|
9543
9547
|
const r = uA(e.privileges || []);
|
|
9544
9548
|
return {
|
|
9549
|
+
forceLogin: e == null ? void 0 : e.forceLogin,
|
|
9545
9550
|
privileges: dA(((t = e.permissions) == null ? void 0 : t.allowed) || [], r),
|
|
9546
9551
|
roles: (e.roles || []).map(({ id: a = $i.generate(), role: i, privileges: s = [] }) => ({
|
|
9547
9552
|
id: a,
|
|
@@ -9568,6 +9573,7 @@ function ef(e) {
|
|
|
9568
9573
|
...r.map((a) => Zc(a, e.privileges).reverse())
|
|
9569
9574
|
].flat().filter((a, i, s) => s.indexOf(a) === i).map((a) => e.privileges[a]);
|
|
9570
9575
|
return {
|
|
9576
|
+
forceLogin: e.forceLogin,
|
|
9571
9577
|
permissions: {
|
|
9572
9578
|
allowed: Object.values(e.privileges).reduce(
|
|
9573
9579
|
(a, i) => (i.resources.forEach(({ permissions: s, resource: c, type: f }) => {
|
|
@@ -9599,7 +9605,7 @@ function ef(e) {
|
|
|
9599
9605
|
}))
|
|
9600
9606
|
};
|
|
9601
9607
|
}
|
|
9602
|
-
function
|
|
9608
|
+
function pI(e, r) {
|
|
9603
9609
|
const t = r[e], a = {
|
|
9604
9610
|
children: [],
|
|
9605
9611
|
links: [],
|
|
@@ -9644,7 +9650,7 @@ function dI(e, r) {
|
|
|
9644
9650
|
...c([[e], ...a.children], "includes")
|
|
9645
9651
|
], a;
|
|
9646
9652
|
}
|
|
9647
|
-
function
|
|
9653
|
+
function hI(e, r, t) {
|
|
9648
9654
|
const a = xn(e, t);
|
|
9649
9655
|
if (!a || Ke.find(a.resources, {
|
|
9650
9656
|
resource: r.applyTo,
|
|
@@ -9660,7 +9666,7 @@ function pI(e, r, t) {
|
|
|
9660
9666
|
[e]: i
|
|
9661
9667
|
};
|
|
9662
9668
|
}
|
|
9663
|
-
function
|
|
9669
|
+
function gI(e, r, t) {
|
|
9664
9670
|
const a = xn(e, t);
|
|
9665
9671
|
if (!a)
|
|
9666
9672
|
return t;
|
|
@@ -9675,7 +9681,7 @@ function hI(e, r, t) {
|
|
|
9675
9681
|
[e]: i
|
|
9676
9682
|
};
|
|
9677
9683
|
}
|
|
9678
|
-
function
|
|
9684
|
+
function vI(e, r) {
|
|
9679
9685
|
const t = xn(e, r);
|
|
9680
9686
|
if (!t)
|
|
9681
9687
|
return r;
|
|
@@ -9734,7 +9740,7 @@ function hA(e, r, t, a, i) {
|
|
|
9734
9740
|
[e]: f
|
|
9735
9741
|
};
|
|
9736
9742
|
}
|
|
9737
|
-
function
|
|
9743
|
+
function mI(e, r, t, a) {
|
|
9738
9744
|
const i = xn(e, a);
|
|
9739
9745
|
if (!i)
|
|
9740
9746
|
return a;
|
|
@@ -9770,7 +9776,7 @@ function vI(e, r, t, a) {
|
|
|
9770
9776
|
[e]: c
|
|
9771
9777
|
};
|
|
9772
9778
|
}
|
|
9773
|
-
function
|
|
9779
|
+
function yI(e, r) {
|
|
9774
9780
|
var l;
|
|
9775
9781
|
const t = gA(e, r) || [], a = ((l = xn(e, r)) == null ? void 0 : l.resources) || [], c = ([...t, ...a].filter(({ type: p }) => p === We.METHOD) || []).map(({ resource: p }) => p);
|
|
9776
9782
|
return Object.entries(r).reduce(
|
|
@@ -9832,15 +9838,15 @@ function gA(e, r) {
|
|
|
9832
9838
|
)
|
|
9833
9839
|
);
|
|
9834
9840
|
}
|
|
9835
|
-
const
|
|
9841
|
+
const bI = (e) => e.reduce((r, t) => ({
|
|
9836
9842
|
...r,
|
|
9837
9843
|
[t.id]: {
|
|
9838
9844
|
...t
|
|
9839
9845
|
}
|
|
9840
|
-
}), {}),
|
|
9846
|
+
}), {}), _I = (e, r) => r[e] ? Object.values(r).reduce((t, a) => e === a.id || a.role === "" ? t : {
|
|
9841
9847
|
...t,
|
|
9842
9848
|
[a.id]: a
|
|
9843
|
-
}, {}) : r,
|
|
9849
|
+
}, {}) : r, wI = (e, r, t) => t[e] ? Object.values(t).reduce((a, i) => e === i.id ? {
|
|
9844
9850
|
...a,
|
|
9845
9851
|
[i.id]: {
|
|
9846
9852
|
...i,
|
|
@@ -9849,7 +9855,7 @@ const yI = (e) => e.reduce((r, t) => ({
|
|
|
9849
9855
|
} : {
|
|
9850
9856
|
...a,
|
|
9851
9857
|
[i.id]: i
|
|
9852
|
-
}, {}) : t,
|
|
9858
|
+
}, {}) : t, EI = (e, r) => {
|
|
9853
9859
|
const t = {
|
|
9854
9860
|
id: e,
|
|
9855
9861
|
role: "",
|
|
@@ -9859,7 +9865,7 @@ const yI = (e) => e.reduce((r, t) => ({
|
|
|
9859
9865
|
...r,
|
|
9860
9866
|
[t.id]: t
|
|
9861
9867
|
};
|
|
9862
|
-
},
|
|
9868
|
+
}, SI = (e, r) => {
|
|
9863
9869
|
if (th(e.role), Object.values(r).find((a) => a.role === e.role))
|
|
9864
9870
|
throw new Error(`a role with the name ${e.role} already exists`);
|
|
9865
9871
|
return Object.values(r).reduce((a, i) => e.id === i.id ? {
|
|
@@ -9897,7 +9903,7 @@ const yI = (e) => e.reduce((r, t) => ({
|
|
|
9897
9903
|
e.list = Lp(e, t);
|
|
9898
9904
|
}
|
|
9899
9905
|
}
|
|
9900
|
-
}), { createModal: mA, removeModal: yA, closeModal:
|
|
9906
|
+
}), { createModal: mA, removeModal: yA, closeModal: TI, editModal: xI } = Rg.actions;
|
|
9901
9907
|
var bc = { exports: {} }, pa = {};
|
|
9902
9908
|
/*
|
|
9903
9909
|
object-assign
|
|
@@ -10601,7 +10607,7 @@ const wA = (e) => /* @__PURE__ */ Kr.jsx("svg", { width: "1em", height: "1em", v
|
|
|
10601
10607
|
d: "M12.953 3.53c-.393-.707-1.513-.707-1.906 0L2.114 19.612c-.354.638.16 1.388.953 1.388h17.866c.792 0 1.307-.75.953-1.388L12.953 3.53ZM11.508 8a.504.504 0 0 0-.507.531l.491 8A.505.505 0 0 0 12 17c.269 0 .49-.205.508-.469l.492-8A.504.504 0 0 0 12.492 8h-.984ZM12 20c.561 0 1.016-.448 1.016-1s-.455-1-1.016-1c-.561 0-1.016.448-1.016 1s.455 1 1.016 1Z",
|
|
10602
10608
|
fill: "currentColor"
|
|
10603
10609
|
}
|
|
10604
|
-
) }),
|
|
10610
|
+
) }), OI = {
|
|
10605
10611
|
FdSave: SA,
|
|
10606
10612
|
FdWarningDanger: TA,
|
|
10607
10613
|
FdInfoCircle: EA,
|
|
@@ -10765,6 +10771,9 @@ const xr = re("modals/open", async (e, { dispatch: r }) => {
|
|
|
10765
10771
|
toggleTab: (e, r) => {
|
|
10766
10772
|
e.selectedTab = r.payload;
|
|
10767
10773
|
},
|
|
10774
|
+
toggleForceLogin: (e, r) => {
|
|
10775
|
+
e.forceLogin = r.payload;
|
|
10776
|
+
},
|
|
10768
10777
|
setRolesContent(e, r) {
|
|
10769
10778
|
const { content: t, flags: a = {}, ...i } = r.payload, s = Qc(t), c = {
|
|
10770
10779
|
...e.flags,
|
|
@@ -10823,7 +10832,8 @@ const xr = re("modals/open", async (e, { dispatch: r }) => {
|
|
|
10823
10832
|
updatePrivileges: OA,
|
|
10824
10833
|
updateRoles: CA,
|
|
10825
10834
|
setRolesContent: Ng,
|
|
10826
|
-
toggleTab:
|
|
10835
|
+
toggleTab: CI,
|
|
10836
|
+
toggleForceLogin: RI,
|
|
10827
10837
|
updateRolesAndPrivileges: Lg
|
|
10828
10838
|
} = Mg.actions, RA = Mg.reducer, Fg = re("settings/fetch", async () => await en({
|
|
10829
10839
|
verb: dt.GET_INFO,
|
|
@@ -10899,7 +10909,7 @@ const xr = re("modals/open", async (e, { dispatch: r }) => {
|
|
|
10899
10909
|
r.server = t.payload, r.server.qodly && (r.project["webforms.display-mode"] = "airy");
|
|
10900
10910
|
});
|
|
10901
10911
|
}
|
|
10902
|
-
}), { setSetting: Gp, setSettings: tf, setSettingsAsText:
|
|
10912
|
+
}), { setSetting: Gp, setSettings: tf, setSettingsAsText: AI } = kg.actions, IA = kg.reducer, wc = (e) => {
|
|
10903
10913
|
const r = ["folder", "file"];
|
|
10904
10914
|
return e.sort((t, a) => t.type === a.type ? t.name.localeCompare(a.name) : r.indexOf(t.type) - r.indexOf(a.type));
|
|
10905
10915
|
}, $e = (e, r) => e.reduce((t, a) => a.path === r.path && a.type === r.type ? [...t, r] : a.children ? [
|
|
@@ -11465,13 +11475,13 @@ const xr = re("modals/open", async (e, { dispatch: r }) => {
|
|
|
11465
11475
|
});
|
|
11466
11476
|
}
|
|
11467
11477
|
}), {
|
|
11468
|
-
toggleExpandFolder:
|
|
11469
|
-
expandFolder:
|
|
11470
|
-
openAddFileInput:
|
|
11478
|
+
toggleExpandFolder: PI,
|
|
11479
|
+
expandFolder: DI,
|
|
11480
|
+
openAddFileInput: II,
|
|
11471
11481
|
addNewFile: MA,
|
|
11472
|
-
refreshFile:
|
|
11482
|
+
refreshFile: $I,
|
|
11473
11483
|
removeFile: Hp,
|
|
11474
|
-
setFolderChildren:
|
|
11484
|
+
setFolderChildren: MI
|
|
11475
11485
|
} = jg.actions;
|
|
11476
11486
|
function NA(e, r) {
|
|
11477
11487
|
switch (e) {
|
|
@@ -11524,7 +11534,7 @@ function LA(e, r, t) {
|
|
|
11524
11534
|
return e;
|
|
11525
11535
|
}
|
|
11526
11536
|
}
|
|
11527
|
-
function
|
|
11537
|
+
function NI(e) {
|
|
11528
11538
|
switch (e) {
|
|
11529
11539
|
case lt.WEBFORMS:
|
|
11530
11540
|
return V.WEBFORMS;
|
|
@@ -11554,7 +11564,7 @@ function FA(e) {
|
|
|
11554
11564
|
return e;
|
|
11555
11565
|
}
|
|
11556
11566
|
}
|
|
11557
|
-
const
|
|
11567
|
+
const LI = re("files/tryEditMethod", async ({ method: e }, { dispatch: r }) => {
|
|
11558
11568
|
const t = e.filePath.split("/"), [a] = t[1].split("."), { editor: i } = Dr(e.filePath);
|
|
11559
11569
|
return await r(
|
|
11560
11570
|
Wg({
|
|
@@ -11714,7 +11724,7 @@ function kA(e) {
|
|
|
11714
11724
|
ext: e.split(".")[e.split(".").length - 1]
|
|
11715
11725
|
};
|
|
11716
11726
|
}
|
|
11717
|
-
const
|
|
11727
|
+
const FI = re("explorer/uploadFile", async (e) => {
|
|
11718
11728
|
const r = e.type.includes("image/") ? "$rawPict=true" : "$binary=true";
|
|
11719
11729
|
try {
|
|
11720
11730
|
const t = await fetch(`/rest/$upload?${r}`, {
|
|
@@ -11728,7 +11738,7 @@ const NI = re("explorer/uploadFile", async (e) => {
|
|
|
11728
11738
|
} catch {
|
|
11729
11739
|
return { status: 500, data: null };
|
|
11730
11740
|
}
|
|
11731
|
-
}),
|
|
11741
|
+
}), kI = re("explorer/uploadFile", async ({ file: e, path: r, parentNode: t }, { dispatch: a }) => {
|
|
11732
11742
|
const { editor: i, supportedEditors: s } = Dr(r), { name: c, ext: f } = kA(e.name);
|
|
11733
11743
|
a(
|
|
11734
11744
|
MA({
|
|
@@ -11835,7 +11845,7 @@ function jA(e, r) {
|
|
|
11835
11845
|
}
|
|
11836
11846
|
return `${s}${a ? `.${i}` : ""}`;
|
|
11837
11847
|
}
|
|
11838
|
-
const
|
|
11848
|
+
const jI = re(
|
|
11839
11849
|
"explorer/createNewFileAndOpen",
|
|
11840
11850
|
async (e, { dispatch: r, getState: t }) => {
|
|
11841
11851
|
const a = await r(ro(e)).unwrap(), { qodly: i } = t().settings.server;
|
|
@@ -12145,7 +12155,7 @@ const FI = re(
|
|
|
12145
12155
|
}),
|
|
12146
12156
|
node: e
|
|
12147
12157
|
};
|
|
12148
|
-
}),
|
|
12158
|
+
}), WI = re("explorer/deleteFolder", async (e) => {
|
|
12149
12159
|
const { path: r, flags: t } = e;
|
|
12150
12160
|
if (t.error)
|
|
12151
12161
|
return {
|
|
@@ -12161,7 +12171,7 @@ const FI = re(
|
|
|
12161
12171
|
deleted: a,
|
|
12162
12172
|
node: e
|
|
12163
12173
|
};
|
|
12164
|
-
}),
|
|
12174
|
+
}), BI = re("explorer/removeFileNode", async (e, { getState: r, dispatch: t }) => {
|
|
12165
12175
|
const a = `${e.path}.${e.ext}`;
|
|
12166
12176
|
if (await ah({
|
|
12167
12177
|
verb: dt.REMOVE_ITEM,
|
|
@@ -12250,7 +12260,7 @@ const FI = re(
|
|
|
12250
12260
|
return t("failed to duplicate file");
|
|
12251
12261
|
}
|
|
12252
12262
|
}
|
|
12253
|
-
),
|
|
12263
|
+
), UI = re(
|
|
12254
12264
|
"explorer/executeMethod",
|
|
12255
12265
|
async ({ methodName: e, params: r = [], resultingDataSource: t = {}, namespace: a = "" }, { rejectWithValue: i }) => {
|
|
12256
12266
|
var s, c;
|
|
@@ -12283,7 +12293,7 @@ const FI = re(
|
|
|
12283
12293
|
}), i("can't execute method");
|
|
12284
12294
|
}
|
|
12285
12295
|
}
|
|
12286
|
-
),
|
|
12296
|
+
), GI = re("files/fetchFiles", async () => yw(
|
|
12287
12297
|
li.WEBFORMS,
|
|
12288
12298
|
li.METHODS,
|
|
12289
12299
|
li.CLASSES
|
|
@@ -12447,7 +12457,7 @@ const FI = re(
|
|
|
12447
12457
|
};
|
|
12448
12458
|
})
|
|
12449
12459
|
);
|
|
12450
|
-
}),
|
|
12460
|
+
}), HI = re(
|
|
12451
12461
|
"files/saveAll",
|
|
12452
12462
|
async (e, { getState: r, dispatch: t }) => {
|
|
12453
12463
|
const a = vg(r());
|
|
@@ -12486,7 +12496,7 @@ const FI = re(
|
|
|
12486
12496
|
})
|
|
12487
12497
|
);
|
|
12488
12498
|
})(), !0;
|
|
12489
|
-
}),
|
|
12499
|
+
}), qI = re("files/tryCloseOtherTabs", async (e, { getState: r, dispatch: t }) => {
|
|
12490
12500
|
const { tabs: a } = r().root;
|
|
12491
12501
|
if (a.some(
|
|
12492
12502
|
(s) => s.path !== e && s.flags.touched === !0
|
|
@@ -12504,7 +12514,7 @@ const FI = re(
|
|
|
12504
12514
|
return;
|
|
12505
12515
|
}
|
|
12506
12516
|
t(mP(e));
|
|
12507
|
-
}),
|
|
12517
|
+
}), YI = re("files/tryCloseAllTabs", async (e, { getState: r, dispatch: t }) => {
|
|
12508
12518
|
const { tabs: a } = r().root;
|
|
12509
12519
|
if (a.some((s) => s.flags.touched === !0)) {
|
|
12510
12520
|
const { confirmed: s } = await t(
|
|
@@ -12520,7 +12530,7 @@ const FI = re(
|
|
|
12520
12530
|
return;
|
|
12521
12531
|
}
|
|
12522
12532
|
t(gP());
|
|
12523
|
-
}),
|
|
12533
|
+
}), zI = re("files/tryCloseRightTabs", async (e, { getState: r, dispatch: t }) => {
|
|
12524
12534
|
const { tabs: a } = r().root;
|
|
12525
12535
|
let i = !1;
|
|
12526
12536
|
for (let s = a.length - 1; s > e; s -= 1)
|
|
@@ -12542,7 +12552,7 @@ const FI = re(
|
|
|
12542
12552
|
return;
|
|
12543
12553
|
}
|
|
12544
12554
|
t(vP(e));
|
|
12545
|
-
}),
|
|
12555
|
+
}), VI = re("files/tryCloseLeftTabs", async (e, { getState: r, dispatch: t }) => {
|
|
12546
12556
|
const { tabs: a } = r().root;
|
|
12547
12557
|
let i = !1;
|
|
12548
12558
|
for (let s = 0; s < e; s += 1)
|
|
@@ -12770,7 +12780,7 @@ const FI = re(
|
|
|
12770
12780
|
type: V.CLASS
|
|
12771
12781
|
}), p.path = l, a(Yt(p)), p;
|
|
12772
12782
|
}
|
|
12773
|
-
),
|
|
12783
|
+
), KI = re("roles/open", async (e, { dispatch: r, getState: t }) => {
|
|
12774
12784
|
const { tabs: a } = t().root, i = a.find((s) => s.path === It);
|
|
12775
12785
|
if (i)
|
|
12776
12786
|
return r(Yt(i)), i;
|
|
@@ -13104,27 +13114,27 @@ const Hg = pr({
|
|
|
13104
13114
|
});
|
|
13105
13115
|
}
|
|
13106
13116
|
}), {
|
|
13107
|
-
addBreakpointDecoration:
|
|
13108
|
-
removeBreakpointDecoration:
|
|
13109
|
-
setBreakpointsDecoration:
|
|
13110
|
-
clearBreakpoints:
|
|
13111
|
-
setActiveLine:
|
|
13112
|
-
addExpression:
|
|
13113
|
-
renameExpression:
|
|
13114
|
-
removeExpression:
|
|
13115
|
-
removeAllExpressions:
|
|
13116
|
-
setExpression:
|
|
13117
|
-
updateExpressionAt:
|
|
13118
|
-
saveExpressions:
|
|
13119
|
-
addSession:
|
|
13120
|
-
updateSession:
|
|
13121
|
-
removeSession:
|
|
13122
|
-
removeSessionByIndex:
|
|
13117
|
+
addBreakpointDecoration: JI,
|
|
13118
|
+
removeBreakpointDecoration: XI,
|
|
13119
|
+
setBreakpointsDecoration: ZI,
|
|
13120
|
+
clearBreakpoints: QI,
|
|
13121
|
+
setActiveLine: e$,
|
|
13122
|
+
addExpression: t$,
|
|
13123
|
+
renameExpression: r$,
|
|
13124
|
+
removeExpression: n$,
|
|
13125
|
+
removeAllExpressions: a$,
|
|
13126
|
+
setExpression: o$,
|
|
13127
|
+
updateExpressionAt: i$,
|
|
13128
|
+
saveExpressions: s$,
|
|
13129
|
+
addSession: u$,
|
|
13130
|
+
updateSession: c$,
|
|
13131
|
+
removeSession: f$,
|
|
13132
|
+
removeSessionByIndex: l$,
|
|
13123
13133
|
setSessions: qA,
|
|
13124
|
-
setCallChainVariables:
|
|
13125
|
-
setExpressionVariables:
|
|
13126
|
-
setSourceContent:
|
|
13127
|
-
setDebuggerMeta:
|
|
13134
|
+
setCallChainVariables: d$,
|
|
13135
|
+
setExpressionVariables: p$,
|
|
13136
|
+
setSourceContent: h$,
|
|
13137
|
+
setDebuggerMeta: g$
|
|
13128
13138
|
} = Hg.actions, YA = re("files/wipeDebuggerSessions", async (e, { getState: r, dispatch: t }) => {
|
|
13129
13139
|
const { sessions: a } = r().debugger;
|
|
13130
13140
|
for (const { threadId: i } of a) {
|
|
@@ -13142,10 +13152,10 @@ const Hg = pr({
|
|
|
13142
13152
|
}
|
|
13143
13153
|
);
|
|
13144
13154
|
var qg = /* @__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))(qg || {}), gn = /* @__PURE__ */ ((e) => (e.STORAGE = "storage", e.RELATEDENTITY = "relatedEntity", e.RELATEDENTITIES = "relatedEntities", e.CALCULATED = "calculated", e.COMPOSITION = "composition", e.ALIAS = "alias", e))(gn || {});
|
|
13145
|
-
const
|
|
13155
|
+
const v$ = (e) => ["string", "uuid", "number", "long"].includes(e.type), m$ = [
|
|
13146
13156
|
{ label: "Storage", value: "storage" },
|
|
13147
13157
|
{ label: "Calculated", value: "calculated" }
|
|
13148
|
-
],
|
|
13158
|
+
], y$ = [
|
|
13149
13159
|
{
|
|
13150
13160
|
title: "UUID",
|
|
13151
13161
|
kind: "storage",
|
|
@@ -13162,7 +13172,7 @@ const h$ = (e) => ["string", "uuid", "number", "long"].includes(e.type), g$ = [
|
|
|
13162
13172
|
calculatedKind: "storage"
|
|
13163
13173
|
/* STORAGE */
|
|
13164
13174
|
}
|
|
13165
|
-
],
|
|
13175
|
+
], b$ = [
|
|
13166
13176
|
{
|
|
13167
13177
|
title: "String",
|
|
13168
13178
|
kind: "storage",
|
|
@@ -13267,21 +13277,21 @@ const h$ = (e) => ["string", "uuid", "number", "long"].includes(e.type), g$ = [
|
|
|
13267
13277
|
calculatedKind: "storage"
|
|
13268
13278
|
/* STORAGE */
|
|
13269
13279
|
}
|
|
13270
|
-
],
|
|
13280
|
+
], _$ = [
|
|
13271
13281
|
{ label: "Expose as REST", value: "public" },
|
|
13272
13282
|
{
|
|
13273
13283
|
label: "Do not expose as REST",
|
|
13274
13284
|
value: "publicOnServer"
|
|
13275
13285
|
}
|
|
13276
|
-
],
|
|
13286
|
+
], w$ = [
|
|
13277
13287
|
{ label: "Expose as REST", value: "public" },
|
|
13278
13288
|
{ label: "Do not expose as REST", value: "publicOnServer" }
|
|
13279
|
-
],
|
|
13289
|
+
], E$ = [
|
|
13280
13290
|
{ label: "None", value: "none" },
|
|
13281
13291
|
{ label: "B-tree", value: "btree" },
|
|
13282
13292
|
{ label: "Cluster", value: "cluster" },
|
|
13283
13293
|
{ label: "Automatic", value: "auto" }
|
|
13284
|
-
], VA = jt("model/add-dataclass"), KA = jt("model/rename-dataclass"), JA = jt("model/remove-dataclass"), XA = jt("model/add-attribute"),
|
|
13294
|
+
], VA = jt("model/add-dataclass"), KA = jt("model/rename-dataclass"), JA = jt("model/remove-dataclass"), XA = jt("model/add-attribute"), S$ = jt("model/edit-attribute-property"), ZA = jt("model/remove-attribute"), QA = jt("model/rename-attribute"), eP = jt("model/edit-primary-key"), T$ = jt("model/edit-dataclass-property"), tP = jt("model/rename-collection"), x$ = (e, r) => ({
|
|
13285
13295
|
toJSON: !0,
|
|
13286
13296
|
extraProperties: r,
|
|
13287
13297
|
dataClasses: e.map((t) => {
|
|
@@ -13305,7 +13315,7 @@ function Gu(e, r, t) {
|
|
|
13305
13315
|
i++;
|
|
13306
13316
|
return `${a}${i || ""}`;
|
|
13307
13317
|
}
|
|
13308
|
-
const yi = (e) => e.kind === gn.RELATEDENTITY, Ec = (e) => e.kind === gn.RELATEDENTITIES,
|
|
13318
|
+
const yi = (e) => e.kind === gn.RELATEDENTITY, Ec = (e) => e.kind === gn.RELATEDENTITIES, O$ = (e) => Ec(e) || yi(e), Yg = re(
|
|
13309
13319
|
"models/fetch",
|
|
13310
13320
|
async () => {
|
|
13311
13321
|
try {
|
|
@@ -13351,7 +13361,7 @@ const yi = (e) => e.kind === gn.RELATEDENTITY, Ec = (e) => e.kind === gn.RELATED
|
|
|
13351
13361
|
} catch {
|
|
13352
13362
|
return a("Error while saving the model");
|
|
13353
13363
|
}
|
|
13354
|
-
}),
|
|
13364
|
+
}), C$ = re(
|
|
13355
13365
|
"models/open",
|
|
13356
13366
|
async (e, { dispatch: r, getState: t }) => {
|
|
13357
13367
|
const { tabs: a } = t().root, i = a.find((s) => s.path === "models/main");
|
|
@@ -13359,7 +13369,7 @@ const yi = (e) => e.kind === gn.RELATEDENTITY, Ec = (e) => e.kind === gn.RELATED
|
|
|
13359
13369
|
return r(Yt(i)), i;
|
|
13360
13370
|
r(Yg());
|
|
13361
13371
|
}
|
|
13362
|
-
),
|
|
13372
|
+
), R$ = re(
|
|
13363
13373
|
"model/rename-dataclass",
|
|
13364
13374
|
async (e, { getState: r, dispatch: t }) => {
|
|
13365
13375
|
var y, _;
|
|
@@ -13635,11 +13645,11 @@ const yi = (e) => e.kind === gn.RELATEDENTITY, Ec = (e) => e.kind === gn.RELATED
|
|
|
13635
13645
|
}), r.draft.dataClasses = a, r.draft.collections = i, r.draft.extraProperties = s, r.model.dataClasses = a, r.model.collections = i, r.model.extraProperties = s;
|
|
13636
13646
|
});
|
|
13637
13647
|
}
|
|
13638
|
-
}), { setModelFlag:
|
|
13648
|
+
}), { setModelFlag: A$ } = zg.actions, P$ = () => Sn((e) => e.model.draft.dataClasses), D$ = () => Sn((e) => e.model.draft.collections), I$ = (e) => Sn((r) => r.model.draft.dataClasses[e]), $$ = (e, r) => Sn(
|
|
13639
13649
|
(t) => t.model.draft.dataClasses[e].attributes.find(
|
|
13640
13650
|
qt("name", r)
|
|
13641
13651
|
)
|
|
13642
|
-
),
|
|
13652
|
+
), M$ = () => Sn((e) => e.model.draft.extraProperties), N$ = () => {
|
|
13643
13653
|
const e = Sn((i) => i.model.flags), r = (i) => i in e ? e[i] : void 0, t = r(Ni.DATACLASS_DELETE), a = r(Ni.DATACLASS_DRAGGABLE);
|
|
13644
13654
|
return {
|
|
13645
13655
|
deleteDataclass: t,
|
|
@@ -13723,23 +13733,23 @@ const aP = {
|
|
|
13723
13733
|
});
|
|
13724
13734
|
}
|
|
13725
13735
|
}), {
|
|
13726
|
-
toggleInspector:
|
|
13727
|
-
inspect:
|
|
13736
|
+
toggleInspector: L$,
|
|
13737
|
+
inspect: F$,
|
|
13728
13738
|
addComponent: iP,
|
|
13729
13739
|
editComponent: sP,
|
|
13730
13740
|
removeComponent: uP,
|
|
13731
|
-
setSelectedGroup:
|
|
13741
|
+
setSelectedGroup: k$,
|
|
13732
13742
|
setTemplatesData: cP,
|
|
13733
13743
|
setTemplateData: fP,
|
|
13734
|
-
setDatasourcesTheme:
|
|
13735
|
-
setWebformsFlag:
|
|
13744
|
+
setDatasourcesTheme: j$,
|
|
13745
|
+
setWebformsFlag: W$
|
|
13736
13746
|
} = Vg.actions, lP = Vg.reducer, rf = Ke.curry((e, r) => {
|
|
13737
13747
|
var i, s;
|
|
13738
13748
|
const t = {
|
|
13739
13749
|
...r.sharedDatasources.sources
|
|
13740
13750
|
}, a = (s = ((i = r.root.tabs.find(qt("path", e))) == null ? void 0 : i.content).metadata) == null ? void 0 : s.datasources;
|
|
13741
13751
|
return a && (t[e] = a), Ke.cloneDeep(t);
|
|
13742
|
-
}),
|
|
13752
|
+
}), B$ = re("webforms/fetchTemplates", async (e, { dispatch: r, getState: t }) => {
|
|
13743
13753
|
const { data: a } = t().webforms.templates, i = t().settings.session["studio.tipsBaseUrl"] || "";
|
|
13744
13754
|
if (!Ke.isEmpty(a))
|
|
13745
13755
|
return a;
|
|
@@ -13751,7 +13761,7 @@ const aP = {
|
|
|
13751
13761
|
} catch {
|
|
13752
13762
|
return [];
|
|
13753
13763
|
}
|
|
13754
|
-
}),
|
|
13764
|
+
}), U$ = re("webforms/fetchTemplate", async ({ name: e }, { dispatch: r, getState: t }) => {
|
|
13755
13765
|
const { data: a } = t().webforms.templates, i = a.find((s) => s.group === e);
|
|
13756
13766
|
if (i && !Ke.isEmpty(i.components))
|
|
13757
13767
|
return i.components;
|
|
@@ -13775,7 +13785,7 @@ const aP = {
|
|
|
13775
13785
|
return r("Error while loading the crafted components");
|
|
13776
13786
|
}
|
|
13777
13787
|
}
|
|
13778
|
-
),
|
|
13788
|
+
), G$ = re(
|
|
13779
13789
|
"webforms/addCraftedComponent",
|
|
13780
13790
|
async (e, { dispatch: r, rejectWithValue: t, getState: a }) => {
|
|
13781
13791
|
try {
|
|
@@ -13788,7 +13798,7 @@ const aP = {
|
|
|
13788
13798
|
return t("Error while adding the crafted component");
|
|
13789
13799
|
}
|
|
13790
13800
|
}
|
|
13791
|
-
),
|
|
13801
|
+
), H$ = re(
|
|
13792
13802
|
"webforms/editCraftedComponent",
|
|
13793
13803
|
async (e, { dispatch: r, rejectWithValue: t, getState: a }) => {
|
|
13794
13804
|
try {
|
|
@@ -13801,7 +13811,7 @@ const aP = {
|
|
|
13801
13811
|
return t("Error while editing the crafted component");
|
|
13802
13812
|
}
|
|
13803
13813
|
}
|
|
13804
|
-
),
|
|
13814
|
+
), q$ = re(
|
|
13805
13815
|
"webforms/removeCraftedComponent",
|
|
13806
13816
|
async (e, { dispatch: r, rejectWithValue: t, getState: a }) => {
|
|
13807
13817
|
try {
|
|
@@ -13866,7 +13876,7 @@ const aP = {
|
|
|
13866
13876
|
t(`Error while editing datasource ${e.id}`);
|
|
13867
13877
|
}
|
|
13868
13878
|
}
|
|
13869
|
-
),
|
|
13879
|
+
), Y$ = (e) => e.type === oo.fulfilled.type, oo = re(
|
|
13870
13880
|
"datasources/rename-datasource",
|
|
13871
13881
|
async (e, { getState: r, rejectWithValue: t }) => {
|
|
13872
13882
|
try {
|
|
@@ -14588,28 +14598,28 @@ exposed Function ${t.meta.arg.name}()
|
|
|
14588
14598
|
);
|
|
14589
14599
|
}
|
|
14590
14600
|
}), {
|
|
14591
|
-
setTabs:
|
|
14601
|
+
setTabs: z$,
|
|
14592
14602
|
closeTab: Xg,
|
|
14593
14603
|
setContent: pP,
|
|
14594
14604
|
setTabFlags: hP,
|
|
14595
|
-
setTabsFlags:
|
|
14596
|
-
setTabExtra:
|
|
14605
|
+
setTabsFlags: V$,
|
|
14606
|
+
setTabExtra: K$,
|
|
14597
14607
|
closeAllTabs: gP,
|
|
14598
|
-
addDataSource:
|
|
14608
|
+
addDataSource: J$,
|
|
14599
14609
|
closeRightTabs: vP,
|
|
14600
14610
|
closeOthers: mP,
|
|
14601
14611
|
closeLeftTabs: yP,
|
|
14602
|
-
closeSavedTabs:
|
|
14603
|
-
setDataSources:
|
|
14604
|
-
removeDataSource:
|
|
14605
|
-
confirmTab:
|
|
14612
|
+
closeSavedTabs: X$,
|
|
14613
|
+
setDataSources: Z$,
|
|
14614
|
+
removeDataSource: Q$,
|
|
14615
|
+
confirmTab: eM,
|
|
14606
14616
|
selectTab: bP,
|
|
14607
14617
|
selectTabByReference: Yt,
|
|
14608
14618
|
openTabUnselected: _P,
|
|
14609
|
-
addWebFormStyles:
|
|
14610
|
-
changeTabEditor:
|
|
14611
|
-
openSettingsTab:
|
|
14612
|
-
setPanelState:
|
|
14619
|
+
addWebFormStyles: tM,
|
|
14620
|
+
changeTabEditor: rM,
|
|
14621
|
+
openSettingsTab: nM,
|
|
14622
|
+
setPanelState: aM
|
|
14613
14623
|
} = Li.actions, wP = Li.reducer, EP = Hg.reducer, ba = re("catalog/fetchCatalog", async (e, { rejectWithValue: r }) => {
|
|
14614
14624
|
var t;
|
|
14615
14625
|
try {
|
|
@@ -14730,7 +14740,7 @@ exposed Function ${t.meta.arg.name}()
|
|
|
14730
14740
|
return r("Error while saving the shared datasources");
|
|
14731
14741
|
}
|
|
14732
14742
|
}
|
|
14733
|
-
),
|
|
14743
|
+
), oM = re(
|
|
14734
14744
|
"shared_datasources/setDatasourceEvents",
|
|
14735
14745
|
async ({ tabPath: e, name: r, namespace: t, events: a }, { getState: i, dispatch: s }) => {
|
|
14736
14746
|
var w, S, x;
|
|
@@ -14816,7 +14826,7 @@ exposed Function ${t.meta.arg.name}()
|
|
|
14816
14826
|
}
|
|
14817
14827
|
);
|
|
14818
14828
|
}
|
|
14819
|
-
}), { addEmptyNamespace:
|
|
14829
|
+
}), { addEmptyNamespace: iM } = Qg.actions, AP = Qg.reducer, PP = jg.reducer, Yu = re(
|
|
14820
14830
|
"shared_css/fetchSharedCSS",
|
|
14821
14831
|
async (e, { rejectWithValue: r }) => {
|
|
14822
14832
|
try {
|
|
@@ -14878,11 +14888,11 @@ const ev = pr({
|
|
|
14878
14888
|
error: t.payload || "Error while loading the shared css"
|
|
14879
14889
|
}));
|
|
14880
14890
|
}
|
|
14881
|
-
}), { updateSharedCss:
|
|
14891
|
+
}), { updateSharedCss: sM, initSharedCss: uM } = ev.actions, $P = ev.reducer, MP = {}, NP = pr({
|
|
14882
14892
|
name: "tabs",
|
|
14883
14893
|
initialState: MP,
|
|
14884
14894
|
reducers: {}
|
|
14885
|
-
}),
|
|
14895
|
+
}), cM = (e) => Y(ho, (r) => {
|
|
14886
14896
|
var t, a;
|
|
14887
14897
|
return (a = (t = r.find((i) => i.path === e)) == null ? void 0 : t.view) == null ? void 0 : a.panel;
|
|
14888
14898
|
});
|
|
@@ -15536,7 +15546,7 @@ Check the top-level render call using <` + D + ">.");
|
|
|
15536
15546
|
}
|
|
15537
15547
|
process.env.NODE_ENV === "production" ? Tc.exports = kP() : Tc.exports = jP();
|
|
15538
15548
|
var WP = Tc.exports;
|
|
15539
|
-
const
|
|
15549
|
+
const fM = ({ children: e, store: r }) => /* @__PURE__ */ WP.jsx(ug, { store: r, children: e });
|
|
15540
15550
|
export {
|
|
15541
15551
|
Gc as CATALOG_REFRESH_DELAY,
|
|
15542
15552
|
Ph as DEFAULT_CACHE,
|
|
@@ -15553,77 +15563,77 @@ export {
|
|
|
15553
15563
|
Ni as FLAGS_KEYS,
|
|
15554
15564
|
Pg as ModalCloseReason,
|
|
15555
15565
|
tn as ModalColor,
|
|
15556
|
-
|
|
15566
|
+
OI as ModalIcons,
|
|
15557
15567
|
nr as ModalType,
|
|
15558
|
-
|
|
15568
|
+
fM as ReduxProvider,
|
|
15559
15569
|
AR as THEME_CLASSES,
|
|
15560
15570
|
aP as WT_FLAGS_KEYS,
|
|
15561
15571
|
lA as actionsToPrivs,
|
|
15562
15572
|
XA as addAttribute,
|
|
15563
|
-
|
|
15573
|
+
JI as addBreakpointDecoration,
|
|
15564
15574
|
iP as addComponent,
|
|
15565
|
-
|
|
15566
|
-
|
|
15575
|
+
G$ as addCraftedComponent,
|
|
15576
|
+
J$ as addDataSource,
|
|
15567
15577
|
VA as addDataclass,
|
|
15568
15578
|
Kg as addDatasource,
|
|
15569
|
-
|
|
15570
|
-
|
|
15571
|
-
|
|
15579
|
+
iM as addEmptyNamespace,
|
|
15580
|
+
t$ as addExpression,
|
|
15581
|
+
uI as addIn,
|
|
15572
15582
|
MA as addNewFile,
|
|
15573
|
-
|
|
15574
|
-
|
|
15583
|
+
hI as addPermission,
|
|
15584
|
+
u$ as addSession,
|
|
15575
15585
|
OP as addSharedSource,
|
|
15576
|
-
|
|
15577
|
-
|
|
15578
|
-
|
|
15579
|
-
|
|
15580
|
-
|
|
15581
|
-
|
|
15582
|
-
|
|
15586
|
+
tM as addWebFormStyles,
|
|
15587
|
+
iI as allowed,
|
|
15588
|
+
m$ as attributeKinds,
|
|
15589
|
+
w$ as attributeScopes,
|
|
15590
|
+
b$ as attributeTypes,
|
|
15591
|
+
NI as castToFileFolder,
|
|
15592
|
+
rM as changeTabEditor,
|
|
15583
15593
|
mc as children,
|
|
15584
|
-
|
|
15594
|
+
QI as clearBreakpoints,
|
|
15585
15595
|
gP as closeAllTabs,
|
|
15586
15596
|
yP as closeLeftTabs,
|
|
15587
|
-
|
|
15597
|
+
TI as closeModal,
|
|
15588
15598
|
mP as closeOthers,
|
|
15589
15599
|
vP as closeRightTabs,
|
|
15590
|
-
|
|
15600
|
+
X$ as closeSavedTabs,
|
|
15591
15601
|
Xg as closeTab,
|
|
15592
|
-
|
|
15602
|
+
eM as confirmTab,
|
|
15593
15603
|
fA as create,
|
|
15594
15604
|
mA as createModal,
|
|
15595
15605
|
qp as createModelFiles,
|
|
15596
15606
|
ro as createNewFile,
|
|
15597
|
-
|
|
15607
|
+
jI as createNewFileAndOpen,
|
|
15598
15608
|
Bu as createNewNode,
|
|
15599
|
-
|
|
15600
|
-
|
|
15601
|
-
|
|
15609
|
+
EI as createRole,
|
|
15610
|
+
fI as createWithResource,
|
|
15611
|
+
_$ as dataclassScopes,
|
|
15602
15612
|
bi as deleteDatasource,
|
|
15603
15613
|
Yp as deleteFile,
|
|
15604
|
-
|
|
15614
|
+
WI as deleteFolder,
|
|
15605
15615
|
RP as deleteSharedSource,
|
|
15606
15616
|
zS as deserializeModel,
|
|
15607
15617
|
Uu as duplicateNode,
|
|
15608
|
-
|
|
15618
|
+
S$ as editAttributeProperty,
|
|
15609
15619
|
sP as editComponent,
|
|
15610
|
-
|
|
15620
|
+
H$ as editCraftedComponent,
|
|
15611
15621
|
Ug as editDataSource,
|
|
15612
15622
|
eP as editDataclassPrimaryKey,
|
|
15613
|
-
|
|
15623
|
+
T$ as editDataclassProperty,
|
|
15614
15624
|
Jg as editDatasource,
|
|
15615
|
-
|
|
15616
|
-
|
|
15625
|
+
xI as editModal,
|
|
15626
|
+
wI as editRole,
|
|
15617
15627
|
CP as editSharedSource,
|
|
15618
15628
|
IC as editors,
|
|
15619
|
-
|
|
15620
|
-
|
|
15629
|
+
UI as executeMethod,
|
|
15630
|
+
DI as expandFolder,
|
|
15621
15631
|
$C as extensions,
|
|
15622
15632
|
AA as fetchAppSettings,
|
|
15623
15633
|
ba as fetchCatalog,
|
|
15624
15634
|
UA as fetchChanges,
|
|
15625
15635
|
dP as fetchCraftedComponents,
|
|
15626
|
-
|
|
15636
|
+
GI as fetchFiles,
|
|
15627
15637
|
Jr as fetchFolderContent,
|
|
15628
15638
|
gi as fetchFolderContentWithoutExpanding,
|
|
15629
15639
|
Yg as fetchModel,
|
|
@@ -15632,8 +15642,8 @@ export {
|
|
|
15632
15642
|
Fg as fetchSettings,
|
|
15633
15643
|
Yu as fetchSharedCss,
|
|
15634
15644
|
qu as fetchSharedDatasources,
|
|
15635
|
-
|
|
15636
|
-
|
|
15645
|
+
U$ as fetchTemplate,
|
|
15646
|
+
B$ as fetchTemplates,
|
|
15637
15647
|
bt as findNodeByPath,
|
|
15638
15648
|
ya as findOne,
|
|
15639
15649
|
mt as findSession,
|
|
@@ -15650,77 +15660,77 @@ export {
|
|
|
15650
15660
|
jA as getFilePath,
|
|
15651
15661
|
FA as getFileType,
|
|
15652
15662
|
LA as getFilenameFromType,
|
|
15653
|
-
|
|
15663
|
+
pI as getGraphData,
|
|
15654
15664
|
gA as getInheritedResources,
|
|
15655
15665
|
Hc as getModalTitle,
|
|
15656
15666
|
MC as getNodeRelativePath,
|
|
15657
15667
|
xn as getPrivilegeById,
|
|
15658
|
-
|
|
15668
|
+
yI as getPromotions,
|
|
15659
15669
|
Cg as getResourceFromType,
|
|
15660
15670
|
FP as getStore,
|
|
15661
|
-
|
|
15662
|
-
|
|
15671
|
+
E$ as indexTypes,
|
|
15672
|
+
uM as initSharedCss,
|
|
15663
15673
|
WA as injectContentAtLine,
|
|
15664
|
-
|
|
15674
|
+
F$ as inspect,
|
|
15665
15675
|
VS as isJSON,
|
|
15666
|
-
|
|
15676
|
+
O$ as isRelatedAttr,
|
|
15667
15677
|
Ec as isRelatedEntitiesAttr,
|
|
15668
15678
|
yi as isRelatedEntityAttr,
|
|
15669
|
-
|
|
15679
|
+
Y$ as isRenameDatasource,
|
|
15670
15680
|
$g as isRolesOutdated,
|
|
15671
|
-
|
|
15681
|
+
v$ as isValidPrimaryKey,
|
|
15672
15682
|
zC as modelSubject,
|
|
15673
|
-
|
|
15683
|
+
II as openAddFileInput,
|
|
15674
15684
|
vi as openFile,
|
|
15675
15685
|
Wg as openFileAtLine,
|
|
15676
15686
|
BA as openFileAtSelection,
|
|
15677
15687
|
xr as openModal,
|
|
15678
|
-
|
|
15679
|
-
|
|
15680
|
-
|
|
15688
|
+
C$ as openModel,
|
|
15689
|
+
KI as openRoles,
|
|
15690
|
+
nM as openSettingsTab,
|
|
15681
15691
|
_P as openTabUnselected,
|
|
15682
15692
|
Zc as parents,
|
|
15683
|
-
|
|
15684
|
-
|
|
15685
|
-
|
|
15693
|
+
dI as populateShallow,
|
|
15694
|
+
y$ as primaryKeyAttributes,
|
|
15695
|
+
$I as refreshFile,
|
|
15686
15696
|
zp as reloadTab,
|
|
15687
15697
|
mi as relocateNode,
|
|
15688
|
-
|
|
15689
|
-
|
|
15698
|
+
sI as remove,
|
|
15699
|
+
a$ as removeAllExpressions,
|
|
15690
15700
|
ZA as removeAttribute,
|
|
15691
|
-
|
|
15701
|
+
XI as removeBreakpointDecoration,
|
|
15692
15702
|
uP as removeComponent,
|
|
15693
|
-
|
|
15694
|
-
|
|
15703
|
+
q$ as removeCraftedComponent,
|
|
15704
|
+
Q$ as removeDataSource,
|
|
15695
15705
|
JA as removeDataclass,
|
|
15696
15706
|
zA as removeDebuggerSessionsNotIn,
|
|
15697
|
-
|
|
15707
|
+
n$ as removeExpression,
|
|
15698
15708
|
Hp as removeFile,
|
|
15699
|
-
|
|
15700
|
-
|
|
15709
|
+
BI as removeFileNode,
|
|
15710
|
+
cI as removeFrom,
|
|
15701
15711
|
yA as removeModal,
|
|
15702
|
-
|
|
15703
|
-
|
|
15704
|
-
|
|
15705
|
-
|
|
15706
|
-
|
|
15712
|
+
gI as removePermission,
|
|
15713
|
+
_I as removeRole,
|
|
15714
|
+
f$ as removeSession,
|
|
15715
|
+
l$ as removeSessionByIndex,
|
|
15716
|
+
lI as rename,
|
|
15707
15717
|
QA as renameAttribute,
|
|
15708
15718
|
tP as renameCollection,
|
|
15709
15719
|
Bg as renameDataSource,
|
|
15710
15720
|
KA as renameDataclass,
|
|
15711
15721
|
oo as renameDatasource,
|
|
15712
|
-
|
|
15722
|
+
r$ as renameExpression,
|
|
15713
15723
|
no as renameFile,
|
|
15714
|
-
|
|
15724
|
+
vI as resetResources,
|
|
15715
15725
|
wP as rootReducer,
|
|
15716
15726
|
Qc as sanitize,
|
|
15717
15727
|
dA as sanitizePermissions,
|
|
15718
15728
|
uA as sanitizePrivileges,
|
|
15719
|
-
|
|
15720
|
-
|
|
15729
|
+
HI as saveAll,
|
|
15730
|
+
s$ as saveExpressions,
|
|
15721
15731
|
Sc as saveModel,
|
|
15722
15732
|
qS as savePrefrences,
|
|
15723
|
-
|
|
15733
|
+
SI as saveRole,
|
|
15724
15734
|
Bp as saveRoles,
|
|
15725
15735
|
HS as saveState,
|
|
15726
15736
|
ao as saveTab,
|
|
@@ -15729,7 +15739,7 @@ export {
|
|
|
15729
15739
|
QP as selectAllDatasourcesByPath,
|
|
15730
15740
|
wR as selectAppState,
|
|
15731
15741
|
rD as selectBreakpoints,
|
|
15732
|
-
|
|
15742
|
+
JD as selectCSSClassesByPath,
|
|
15733
15743
|
vD as selectCallChainVariables,
|
|
15734
15744
|
hg as selectCatalog,
|
|
15735
15745
|
VP as selectCatalogMethods,
|
|
@@ -15741,13 +15751,13 @@ export {
|
|
|
15741
15751
|
PR as selectComponents,
|
|
15742
15752
|
XP as selectComponentsByPath,
|
|
15743
15753
|
xR as selectContentByPath,
|
|
15744
|
-
|
|
15754
|
+
rI as selectCraftedComponent,
|
|
15745
15755
|
pD as selectCurrentFrameByThreadId,
|
|
15746
15756
|
ED as selectCurrentTab,
|
|
15747
15757
|
zP as selectDataclasses,
|
|
15748
15758
|
ZP as selectDatasource,
|
|
15749
15759
|
ER as selectDatasourcesByPath,
|
|
15750
|
-
|
|
15760
|
+
aI as selectDatasourcesTheme,
|
|
15751
15761
|
hD as selectDebuggerChannels,
|
|
15752
15762
|
Ca as selectDebuggerData,
|
|
15753
15763
|
eD as selectDebuggerMeta,
|
|
@@ -15760,43 +15770,44 @@ export {
|
|
|
15760
15770
|
PD as selectExplorer,
|
|
15761
15771
|
uD as selectExpressions,
|
|
15762
15772
|
mD as selectExpressionsVariables,
|
|
15763
|
-
|
|
15773
|
+
ZD as selectFlagsByPath,
|
|
15774
|
+
BD as selectForceLogin,
|
|
15764
15775
|
kD as selectGuestPrivilege,
|
|
15765
15776
|
xD as selectHasTabs,
|
|
15766
15777
|
iD as selectHighlightedLines,
|
|
15767
|
-
|
|
15768
|
-
|
|
15778
|
+
QD as selectInspectedCSSClass,
|
|
15779
|
+
eI as selectInspectedDatasource,
|
|
15769
15780
|
Kc as selectInspector,
|
|
15770
|
-
|
|
15771
|
-
|
|
15781
|
+
nI as selectInspectorStateByType,
|
|
15782
|
+
oI as selectIsLoaded,
|
|
15772
15783
|
DD as selectMethods,
|
|
15773
15784
|
CR as selectMethodsFolder,
|
|
15774
15785
|
MD as selectModals,
|
|
15775
|
-
|
|
15776
|
-
|
|
15777
|
-
|
|
15778
|
-
|
|
15786
|
+
VD as selectMonacoZoom,
|
|
15787
|
+
cM as selectPanelByPath,
|
|
15788
|
+
GD as selectPartialSessionSettings,
|
|
15789
|
+
qD as selectPreferences,
|
|
15779
15790
|
TD as selectPreviewedWebformsPaths,
|
|
15780
15791
|
FD as selectPrivileges,
|
|
15781
|
-
|
|
15782
|
-
|
|
15792
|
+
HD as selectProjectSettings,
|
|
15793
|
+
zD as selectQodly,
|
|
15783
15794
|
wD as selectRecentFiles,
|
|
15784
|
-
|
|
15795
|
+
YD as selectRemoteDebuggerMode,
|
|
15785
15796
|
LD as selectRoles,
|
|
15786
15797
|
ND as selectRolesAndPrivileges,
|
|
15787
|
-
|
|
15798
|
+
UD as selectRolesDate,
|
|
15788
15799
|
jD as selectRolesFlags,
|
|
15789
15800
|
Tn as selectRoot,
|
|
15790
15801
|
WD as selectSelectedTab,
|
|
15791
15802
|
yg as selectServerSettings,
|
|
15792
15803
|
mg as selectSessionSettings,
|
|
15793
|
-
|
|
15804
|
+
XD as selectSharedCSS,
|
|
15794
15805
|
SR as selectSharedDatasources,
|
|
15795
15806
|
fD as selectSourceByPath,
|
|
15796
15807
|
dD as selectSourceByThreadId,
|
|
15797
15808
|
gD as selectStackFrames,
|
|
15798
15809
|
cD as selectStoppedFromDebugSession,
|
|
15799
|
-
|
|
15810
|
+
KD as selectStylesByPath,
|
|
15800
15811
|
bP as selectTab,
|
|
15801
15812
|
Vi as selectTabByPath,
|
|
15802
15813
|
Yt as selectTabByReference,
|
|
@@ -15804,7 +15815,7 @@ export {
|
|
|
15804
15815
|
SD as selectTabMaxWeight,
|
|
15805
15816
|
ho as selectTabs,
|
|
15806
15817
|
DR as selectTemplates,
|
|
15807
|
-
|
|
15818
|
+
tI as selectTemplatesData,
|
|
15808
15819
|
lD as selectThreadIdByPath,
|
|
15809
15820
|
vg as selectTouchedTabs,
|
|
15810
15821
|
RD as selectTouchedTabsLength,
|
|
@@ -15813,72 +15824,73 @@ export {
|
|
|
15813
15824
|
CD as selectWebformNodes,
|
|
15814
15825
|
_g as selectWebformStylesByPath,
|
|
15815
15826
|
Ki as selectWebforms,
|
|
15816
|
-
|
|
15817
|
-
|
|
15818
|
-
|
|
15819
|
-
|
|
15827
|
+
x$ as serializeModel,
|
|
15828
|
+
e$ as setActiveLine,
|
|
15829
|
+
ZI as setBreakpointsDecoration,
|
|
15830
|
+
d$ as setCallChainVariables,
|
|
15820
15831
|
pP as setContent,
|
|
15821
|
-
|
|
15822
|
-
|
|
15823
|
-
|
|
15824
|
-
|
|
15825
|
-
|
|
15826
|
-
|
|
15827
|
-
|
|
15828
|
-
|
|
15829
|
-
|
|
15832
|
+
Z$ as setDataSources,
|
|
15833
|
+
oM as setDatasourceEvents,
|
|
15834
|
+
j$ as setDatasourcesTheme,
|
|
15835
|
+
g$ as setDebuggerMeta,
|
|
15836
|
+
o$ as setExpression,
|
|
15837
|
+
p$ as setExpressionVariables,
|
|
15838
|
+
MI as setFolderChildren,
|
|
15839
|
+
A$ as setModelFlag,
|
|
15840
|
+
aM as setPanelState,
|
|
15830
15841
|
Ng as setRolesContent,
|
|
15831
|
-
|
|
15842
|
+
k$ as setSelectedGroup,
|
|
15832
15843
|
qA as setSessions,
|
|
15833
15844
|
Gp as setSetting,
|
|
15834
15845
|
tf as setSettings,
|
|
15835
|
-
|
|
15836
|
-
|
|
15837
|
-
|
|
15846
|
+
AI as setSettingsAsText,
|
|
15847
|
+
h$ as setSourceContent,
|
|
15848
|
+
K$ as setTabExtra,
|
|
15838
15849
|
hP as setTabFlags,
|
|
15839
|
-
|
|
15840
|
-
|
|
15850
|
+
z$ as setTabs,
|
|
15851
|
+
V$ as setTabsFlags,
|
|
15841
15852
|
fP as setTemplateData,
|
|
15842
15853
|
cP as setTemplatesData,
|
|
15843
|
-
|
|
15854
|
+
W$ as setWebformsFlag,
|
|
15844
15855
|
cA as sort,
|
|
15845
15856
|
LP as stateReducer,
|
|
15846
15857
|
Li as stateSlice,
|
|
15847
15858
|
ef as toAPI,
|
|
15848
|
-
|
|
15849
|
-
|
|
15850
|
-
|
|
15851
|
-
|
|
15859
|
+
bI as toState,
|
|
15860
|
+
PI as toggleExpandFolder,
|
|
15861
|
+
RI as toggleForceLogin,
|
|
15862
|
+
L$ as toggleInspector,
|
|
15863
|
+
mI as togglePermission,
|
|
15852
15864
|
hA as togglePrivilegePermission,
|
|
15853
|
-
|
|
15854
|
-
|
|
15855
|
-
|
|
15856
|
-
|
|
15857
|
-
|
|
15865
|
+
CI as toggleTab,
|
|
15866
|
+
YI as tryCloseAllTabs,
|
|
15867
|
+
VI as tryCloseLeftTabs,
|
|
15868
|
+
qI as tryCloseOtherTabs,
|
|
15869
|
+
zI as tryCloseRightTabs,
|
|
15858
15870
|
Gg as tryCloseTab,
|
|
15859
|
-
|
|
15871
|
+
LI as tryEditMethod,
|
|
15860
15872
|
HA as tryInjectMethod,
|
|
15861
|
-
|
|
15873
|
+
R$ as tryRenameDataclass,
|
|
15862
15874
|
Tr as uniquePush,
|
|
15863
|
-
|
|
15875
|
+
i$ as updateExpressionAt,
|
|
15864
15876
|
OA as updatePrivileges,
|
|
15865
15877
|
CA as updateRoles,
|
|
15866
15878
|
Lg as updateRolesAndPrivileges,
|
|
15867
|
-
|
|
15868
|
-
|
|
15879
|
+
c$ as updateSession,
|
|
15880
|
+
sM as updateSharedCss,
|
|
15869
15881
|
Zg as updateSharedDatasources,
|
|
15870
|
-
|
|
15871
|
-
|
|
15882
|
+
kI as uploadFile,
|
|
15883
|
+
FI as uploadFileAndGetResponse,
|
|
15872
15884
|
qP as useAppDispatch,
|
|
15873
15885
|
Sn as useAppSelector,
|
|
15874
|
-
|
|
15875
|
-
|
|
15876
|
-
|
|
15877
|
-
|
|
15886
|
+
$$ as useAttribute,
|
|
15887
|
+
D$ as useCollections,
|
|
15888
|
+
I$ as useDataclass,
|
|
15889
|
+
P$ as useDataclasses,
|
|
15878
15890
|
JP as useMethod,
|
|
15879
15891
|
KP as useMethods,
|
|
15880
|
-
|
|
15881
|
-
|
|
15892
|
+
N$ as useModelFlags,
|
|
15893
|
+
M$ as useModelProperties,
|
|
15882
15894
|
YA as wipeDebuggerSessions
|
|
15883
15895
|
};
|
|
15884
15896
|
//# sourceMappingURL=index.es.js.map
|