@ws-ui/shared 0.0.48 → 0.0.50
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/index.cjs.js +40 -40
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +105 -99
- package/dist/index.es.js.map +1 -1
- package/dist/style.css +1 -1
- package/dist/utils/datasources.d.ts +6 -0
- package/package.json +2 -2
package/dist/index.es.js
CHANGED
|
@@ -2843,13 +2843,13 @@ const Wa = (e) => {
|
|
|
2843
2843
|
switch (e) {
|
|
2844
2844
|
case "error":
|
|
2845
2845
|
case "danger":
|
|
2846
|
-
return /* @__PURE__ */ B.jsx(LS, { className: "flex-none
|
|
2846
|
+
return /* @__PURE__ */ B.jsx(LS, { className: "flex-none h-6 w-6" });
|
|
2847
2847
|
case "info":
|
|
2848
|
-
return /* @__PURE__ */ B.jsx(B.Fragment, { children: /* @__PURE__ */ B.jsx($d, { className: "flex-none
|
|
2848
|
+
return /* @__PURE__ */ B.jsx(B.Fragment, { children: /* @__PURE__ */ B.jsx($d, { className: "flex-none h-6 w-6" }) });
|
|
2849
2849
|
case "warning":
|
|
2850
|
-
return /* @__PURE__ */ B.jsx(B.Fragment, { children: /* @__PURE__ */ B.jsx(MS, { className: "flex-none
|
|
2850
|
+
return /* @__PURE__ */ B.jsx(B.Fragment, { children: /* @__PURE__ */ B.jsx(MS, { className: "flex-none h-6 w-6" }) });
|
|
2851
2851
|
case "message":
|
|
2852
|
-
return /* @__PURE__ */ B.jsx(B.Fragment, { children: /* @__PURE__ */ B.jsx($d, { className: "flex-none
|
|
2852
|
+
return /* @__PURE__ */ B.jsx(B.Fragment, { children: /* @__PURE__ */ B.jsx($d, { className: "flex-none h-6 w-6" }) });
|
|
2853
2853
|
default:
|
|
2854
2854
|
return null;
|
|
2855
2855
|
}
|
|
@@ -2869,9 +2869,11 @@ const Wa = (e) => {
|
|
|
2869
2869
|
"bg-blue-100 text-blue-900": n === "info",
|
|
2870
2870
|
"bg-green-200 text-green-500": n === "message"
|
|
2871
2871
|
}),
|
|
2872
|
-
children: typeof o == "string" ? /* @__PURE__ */ B.jsxs("div", { className: "flex items-center gap-x-3", children: [
|
|
2873
|
-
/* @__PURE__ */ B.
|
|
2874
|
-
|
|
2872
|
+
children: typeof o == "string" ? /* @__PURE__ */ B.jsxs("div", { className: "w-full flex items-center justify-between gap-x-3", children: [
|
|
2873
|
+
/* @__PURE__ */ B.jsxs("div", { className: "flex items-center gap-1", children: [
|
|
2874
|
+
/* @__PURE__ */ B.jsx(zd, { kind: n, customIcon: u }),
|
|
2875
|
+
a ? /* @__PURE__ */ B.jsx(Wa, { children: o }) : /* @__PURE__ */ B.jsx(B.Fragment, { children: o })
|
|
2876
|
+
] }),
|
|
2875
2877
|
/* @__PURE__ */ B.jsx(
|
|
2876
2878
|
"button",
|
|
2877
2879
|
{
|
|
@@ -12499,7 +12501,7 @@ function YR(e) {
|
|
|
12499
12501
|
return n ? `${n}:${r}` : r;
|
|
12500
12502
|
}
|
|
12501
12503
|
function FP(e) {
|
|
12502
|
-
return
|
|
12504
|
+
return [
|
|
12503
12505
|
"bool",
|
|
12504
12506
|
"word",
|
|
12505
12507
|
"string",
|
|
@@ -12516,32 +12518,35 @@ function FP(e) {
|
|
|
12516
12518
|
"blob"
|
|
12517
12519
|
].includes(e.type || "");
|
|
12518
12520
|
}
|
|
12521
|
+
function GR(e) {
|
|
12522
|
+
return e.type === "object";
|
|
12523
|
+
}
|
|
12519
12524
|
function WP(e) {
|
|
12520
12525
|
var r;
|
|
12521
|
-
return
|
|
12526
|
+
return e.kind === "relatedEntities" || ((r = e.type) == null ? void 0 : r.includes("Selection")) || e.behavior === "relatedEntities";
|
|
12522
12527
|
}
|
|
12523
12528
|
function UP(e) {
|
|
12524
12529
|
return e.kind === "relatedEntity" || e.behavior === "relatedEntity" || !FP(e);
|
|
12525
12530
|
}
|
|
12526
|
-
function
|
|
12531
|
+
function XR(e) {
|
|
12527
12532
|
return WP(e) || UP(e);
|
|
12528
12533
|
}
|
|
12529
|
-
function
|
|
12534
|
+
function VR(e) {
|
|
12530
12535
|
return e.applyTo === "dataStore";
|
|
12531
12536
|
}
|
|
12532
|
-
function
|
|
12537
|
+
function JR(e) {
|
|
12533
12538
|
return e.applyTo === "dataClass";
|
|
12534
12539
|
}
|
|
12535
|
-
function
|
|
12540
|
+
function ZR(e) {
|
|
12536
12541
|
return e.applyTo === "entity";
|
|
12537
12542
|
}
|
|
12538
|
-
function
|
|
12543
|
+
function QR(e) {
|
|
12539
12544
|
return e.applyTo === "entityCollection";
|
|
12540
12545
|
}
|
|
12541
|
-
function
|
|
12546
|
+
function eA(e) {
|
|
12542
12547
|
return e.type === "entity";
|
|
12543
12548
|
}
|
|
12544
|
-
function
|
|
12549
|
+
function tA(e) {
|
|
12545
12550
|
return e.type === "entitysel";
|
|
12546
12551
|
}
|
|
12547
12552
|
function BP(e) {
|
|
@@ -12553,24 +12558,24 @@ function HP(e) {
|
|
|
12553
12558
|
function zP(e) {
|
|
12554
12559
|
return e.type === "scalar";
|
|
12555
12560
|
}
|
|
12556
|
-
function
|
|
12561
|
+
function nA(e) {
|
|
12557
12562
|
return BP(e) || HP(e) || zP(e);
|
|
12558
12563
|
}
|
|
12559
|
-
const
|
|
12560
|
-
function
|
|
12564
|
+
const rA = (e) => e != null && e.type === "entity", iA = (e) => e.type === "entitysel", oA = (e) => e.type === "array" || e.type === "scalar" && e.dataType === "array", aA = (e) => e.type === "object" || e.type === "scalar" && e.dataType === "object", sA = (e) => e.type === "scalar" && e.dataType === "date";
|
|
12565
|
+
function uA() {
|
|
12561
12566
|
return new Promise((e, r) => {
|
|
12562
12567
|
window.addEventListener("bundle:ready", (n) => n.data ? e() : r(n.caughtErr));
|
|
12563
12568
|
});
|
|
12564
12569
|
}
|
|
12565
12570
|
var Ga = /* @__PURE__ */ ((e) => (e.capable = "capable", e.incapable = "incapable", e.indifferent = "indifferent", e))(Ga || {}), qP = /* @__PURE__ */ ((e) => (e.soap = "soap", e.web = "web", e.sql = "sql", e.rest = "rest", e))(qP || {}), Fv = /* @__PURE__ */ ((e) => (e.table = "table", e.catalog = "catalog", e.currentRecord = "currentRecord", e.currentSelection = "currentSelection", e))(Fv || {});
|
|
12566
|
-
const
|
|
12571
|
+
const cA = {
|
|
12567
12572
|
publishedSoap: "soap",
|
|
12568
12573
|
publishedWeb: "web",
|
|
12569
12574
|
publishedSql: "sql",
|
|
12570
12575
|
publishedRest: "rest"
|
|
12571
12576
|
/* rest */
|
|
12572
12577
|
};
|
|
12573
|
-
function
|
|
12578
|
+
function lA(e) {
|
|
12574
12579
|
var u;
|
|
12575
12580
|
let r = {};
|
|
12576
12581
|
try {
|
|
@@ -12602,7 +12607,7 @@ function KP(e) {
|
|
|
12602
12607
|
const r = {};
|
|
12603
12608
|
return e.invisible && (r.invisible = !0), e.shared && (r.shared = !0), e.executedOnServer && (r.executedOnServer = !0), e.preemptive && [Ga.capable, Ga.incapable].includes(e.preemptive) && (r.preemptive = e.preemptive), e.publishedSoap && (r.publishedSoap = !0, e.publishedWsdl && (r.publishedWsdl = !0)), e.publishedWeb && (r.publishedWeb = !0), e.publishedSql && (r.publishedSql = !0), e.publishedRest && e.publishedRestOptions && (r.published4DMobile = e.publishedRestOptions), JSON.stringify(r).replace(/"(true|false)"/g, "$1");
|
|
12604
12609
|
}
|
|
12605
|
-
function
|
|
12610
|
+
function fA(e, r, n = !1) {
|
|
12606
12611
|
const o = yn.isString(r) ? r : KP(r);
|
|
12607
12612
|
if (!n && YP(e))
|
|
12608
12613
|
return e;
|
|
@@ -12617,7 +12622,7 @@ function GP(e) {
|
|
|
12617
12622
|
return e.replace(/^\/\/%attributes.*(?:\r\n|\n)?/g, "");
|
|
12618
12623
|
}
|
|
12619
12624
|
const gt = "/rest/$designer", ss = "/rest/$designer-ext", Wv = "/$shared";
|
|
12620
|
-
function
|
|
12625
|
+
function dA(...e) {
|
|
12621
12626
|
return (r) => {
|
|
12622
12627
|
if (e.length === 0)
|
|
12623
12628
|
return r;
|
|
@@ -12649,7 +12654,7 @@ async function Ge(e, r) {
|
|
|
12649
12654
|
}
|
|
12650
12655
|
return await n.json();
|
|
12651
12656
|
}
|
|
12652
|
-
function
|
|
12657
|
+
function pA(e) {
|
|
12653
12658
|
return Ge(ss, {
|
|
12654
12659
|
method: "POST",
|
|
12655
12660
|
body: JSON.stringify(e),
|
|
@@ -12658,7 +12663,7 @@ function dA(e) {
|
|
|
12658
12663
|
})
|
|
12659
12664
|
});
|
|
12660
12665
|
}
|
|
12661
|
-
function
|
|
12666
|
+
function hA(e) {
|
|
12662
12667
|
return Ge(ss, {
|
|
12663
12668
|
method: "POST",
|
|
12664
12669
|
body: JSON.stringify(e),
|
|
@@ -12682,7 +12687,7 @@ const XP = () => {
|
|
|
12682
12687
|
isRestActive: !0
|
|
12683
12688
|
};
|
|
12684
12689
|
};
|
|
12685
|
-
async function
|
|
12690
|
+
async function vA() {
|
|
12686
12691
|
const { hostname: e, host: r, protocol: n } = window.location, o = n === "https:";
|
|
12687
12692
|
try {
|
|
12688
12693
|
const a = await Ge(gt, {
|
|
@@ -12724,7 +12729,7 @@ async function VP(e) {
|
|
|
12724
12729
|
})
|
|
12725
12730
|
});
|
|
12726
12731
|
}
|
|
12727
|
-
async function
|
|
12732
|
+
async function mA(...e) {
|
|
12728
12733
|
return (await Promise.all(
|
|
12729
12734
|
e.map(
|
|
12730
12735
|
(o) => VP({
|
|
@@ -12741,12 +12746,12 @@ async function vA(...e) {
|
|
|
12741
12746
|
}))
|
|
12742
12747
|
).flat();
|
|
12743
12748
|
}
|
|
12744
|
-
function
|
|
12749
|
+
function gA(e) {
|
|
12745
12750
|
return Ge(`/rest/$getWebForm/${e}`, {
|
|
12746
12751
|
method: "GET"
|
|
12747
12752
|
});
|
|
12748
12753
|
}
|
|
12749
|
-
function
|
|
12754
|
+
function yA(e) {
|
|
12750
12755
|
return Ge(gt, {
|
|
12751
12756
|
method: "POST",
|
|
12752
12757
|
headers: new Headers({
|
|
@@ -12760,7 +12765,7 @@ function gA(e) {
|
|
|
12760
12765
|
) ? Hc(r.content) : r.content
|
|
12761
12766
|
}));
|
|
12762
12767
|
}
|
|
12763
|
-
function
|
|
12768
|
+
function wA(e) {
|
|
12764
12769
|
return e.type === "folder" ? Ge(ss, {
|
|
12765
12770
|
method: "POST",
|
|
12766
12771
|
body: JSON.stringify(e),
|
|
@@ -12775,7 +12780,7 @@ function yA(e) {
|
|
|
12775
12780
|
})
|
|
12776
12781
|
});
|
|
12777
12782
|
}
|
|
12778
|
-
async function
|
|
12783
|
+
async function bA(e) {
|
|
12779
12784
|
return e.type === "folder" ? (await Ge(ss, {
|
|
12780
12785
|
method: "POST",
|
|
12781
12786
|
body: JSON.stringify(e),
|
|
@@ -12790,7 +12795,7 @@ async function wA(e) {
|
|
|
12790
12795
|
})
|
|
12791
12796
|
})).deleted;
|
|
12792
12797
|
}
|
|
12793
|
-
function
|
|
12798
|
+
function _A(e) {
|
|
12794
12799
|
return Ge(gt, {
|
|
12795
12800
|
method: "POST",
|
|
12796
12801
|
body: JSON.stringify(e),
|
|
@@ -12799,7 +12804,7 @@ function bA(e) {
|
|
|
12799
12804
|
})
|
|
12800
12805
|
});
|
|
12801
12806
|
}
|
|
12802
|
-
function
|
|
12807
|
+
function SA(e) {
|
|
12803
12808
|
return Ge(gt, {
|
|
12804
12809
|
method: "POST",
|
|
12805
12810
|
body: JSON.stringify(e),
|
|
@@ -12808,7 +12813,7 @@ function _A(e) {
|
|
|
12808
12813
|
})
|
|
12809
12814
|
});
|
|
12810
12815
|
}
|
|
12811
|
-
async function
|
|
12816
|
+
async function EA(e) {
|
|
12812
12817
|
return (await Ge(gt, {
|
|
12813
12818
|
method: "POST",
|
|
12814
12819
|
body: JSON.stringify(e),
|
|
@@ -12817,7 +12822,7 @@ async function SA(e) {
|
|
|
12817
12822
|
})
|
|
12818
12823
|
})).deleted;
|
|
12819
12824
|
}
|
|
12820
|
-
async function
|
|
12825
|
+
async function xA(...e) {
|
|
12821
12826
|
return await Ge(gt, {
|
|
12822
12827
|
method: "POST",
|
|
12823
12828
|
body: JSON.stringify({
|
|
@@ -12829,7 +12834,7 @@ async function EA(...e) {
|
|
|
12829
12834
|
})
|
|
12830
12835
|
});
|
|
12831
12836
|
}
|
|
12832
|
-
async function
|
|
12837
|
+
async function OA(e) {
|
|
12833
12838
|
const r = await Ge("/api/login", {
|
|
12834
12839
|
method: "POST",
|
|
12835
12840
|
body: JSON.stringify({
|
|
@@ -12841,7 +12846,7 @@ async function xA(e) {
|
|
|
12841
12846
|
});
|
|
12842
12847
|
return r.isLogged && r.success;
|
|
12843
12848
|
}
|
|
12844
|
-
async function
|
|
12849
|
+
async function TA() {
|
|
12845
12850
|
return await Ge(
|
|
12846
12851
|
"/rest/$catalog/$all?$metadata=full",
|
|
12847
12852
|
{
|
|
@@ -12852,7 +12857,7 @@ async function OA() {
|
|
|
12852
12857
|
}
|
|
12853
12858
|
);
|
|
12854
12859
|
}
|
|
12855
|
-
async function
|
|
12860
|
+
async function CA({
|
|
12856
12861
|
name: e,
|
|
12857
12862
|
path: r = "",
|
|
12858
12863
|
root: n = "root",
|
|
@@ -12870,7 +12875,7 @@ async function TA({
|
|
|
12870
12875
|
headers: new Headers({ "Content-Type": "application/json" })
|
|
12871
12876
|
});
|
|
12872
12877
|
}
|
|
12873
|
-
async function
|
|
12878
|
+
async function PA() {
|
|
12874
12879
|
try {
|
|
12875
12880
|
const e = await Ge(
|
|
12876
12881
|
`${Wv}/shared_datasources.json?t=${Date.now()}`,
|
|
@@ -12886,7 +12891,7 @@ async function CA() {
|
|
|
12886
12891
|
return {};
|
|
12887
12892
|
}
|
|
12888
12893
|
}
|
|
12889
|
-
async function
|
|
12894
|
+
async function RA() {
|
|
12890
12895
|
try {
|
|
12891
12896
|
const e = await Ge(
|
|
12892
12897
|
`${Wv}/shared_css.json?t=${Date.now()}`,
|
|
@@ -12902,14 +12907,14 @@ async function PA() {
|
|
|
12902
12907
|
return { classes: [] };
|
|
12903
12908
|
}
|
|
12904
12909
|
}
|
|
12905
|
-
async function
|
|
12910
|
+
async function AA() {
|
|
12906
12911
|
try {
|
|
12907
12912
|
return await (await fetch(`monaco_theme.json?t=${Date.now()}`)).json();
|
|
12908
12913
|
} catch {
|
|
12909
12914
|
return null;
|
|
12910
12915
|
}
|
|
12911
12916
|
}
|
|
12912
|
-
const JP = NP(),
|
|
12917
|
+
const JP = NP(), IA = async (e) => {
|
|
12913
12918
|
const r = {
|
|
12914
12919
|
verb: Ai.SET_FILE_CONTENT,
|
|
12915
12920
|
asText: !1,
|
|
@@ -12944,12 +12949,12 @@ const JP = NP(), AA = async (e) => {
|
|
|
12944
12949
|
type: n,
|
|
12945
12950
|
size: 0
|
|
12946
12951
|
};
|
|
12947
|
-
},
|
|
12952
|
+
}, LA = async (e) => await ZP({
|
|
12948
12953
|
name: "crafted_components.json",
|
|
12949
12954
|
path: _i.WEBFORMS,
|
|
12950
12955
|
content: e
|
|
12951
12956
|
});
|
|
12952
|
-
function
|
|
12957
|
+
function MA(e) {
|
|
12953
12958
|
return Ge(gt, {
|
|
12954
12959
|
method: "POST",
|
|
12955
12960
|
body: JSON.stringify(e),
|
|
@@ -12958,7 +12963,7 @@ function LA(e) {
|
|
|
12958
12963
|
})
|
|
12959
12964
|
});
|
|
12960
12965
|
}
|
|
12961
|
-
function
|
|
12966
|
+
function kA(e) {
|
|
12962
12967
|
return Ge(gt, {
|
|
12963
12968
|
method: "POST",
|
|
12964
12969
|
body: JSON.stringify(e),
|
|
@@ -12967,7 +12972,7 @@ function MA(e) {
|
|
|
12967
12972
|
})
|
|
12968
12973
|
});
|
|
12969
12974
|
}
|
|
12970
|
-
function
|
|
12975
|
+
function DA(e) {
|
|
12971
12976
|
return Ge(gt, {
|
|
12972
12977
|
method: "POST",
|
|
12973
12978
|
body: JSON.stringify(e),
|
|
@@ -12976,7 +12981,7 @@ function kA(e) {
|
|
|
12976
12981
|
})
|
|
12977
12982
|
});
|
|
12978
12983
|
}
|
|
12979
|
-
function
|
|
12984
|
+
function $A(e) {
|
|
12980
12985
|
return Ge(gt, {
|
|
12981
12986
|
method: "POST",
|
|
12982
12987
|
body: JSON.stringify(e),
|
|
@@ -12988,7 +12993,7 @@ function DA(e) {
|
|
|
12988
12993
|
content: ["4dm", "4qm", "4qs"].includes(r.ext) ? Hc(r.content) : r.content
|
|
12989
12994
|
});
|
|
12990
12995
|
}
|
|
12991
|
-
function
|
|
12996
|
+
function NA(e) {
|
|
12992
12997
|
return Ge(gt, {
|
|
12993
12998
|
method: "POST",
|
|
12994
12999
|
body: JSON.stringify(e),
|
|
@@ -13027,7 +13032,7 @@ function tR(e) {
|
|
|
13027
13032
|
result: o
|
|
13028
13033
|
};
|
|
13029
13034
|
}
|
|
13030
|
-
async function
|
|
13035
|
+
async function jA(e, r) {
|
|
13031
13036
|
const o = e.split(".").pop();
|
|
13032
13037
|
try {
|
|
13033
13038
|
const a = await Ge(gt, {
|
|
@@ -13059,7 +13064,7 @@ async function NA(e, r) {
|
|
|
13059
13064
|
}
|
|
13060
13065
|
}
|
|
13061
13066
|
var nR = /* @__PURE__ */ ((e) => (e.STUDIO_LOADED = "UA-1-0", e.WELCOME_TOUR_INIT = "UA-1-3", e.WELCOME_TOUR_END = "UA-1-4", e))(nR || {});
|
|
13062
|
-
function
|
|
13067
|
+
function FA(e, r) {
|
|
13063
13068
|
fetch("/api/v1/activity", {
|
|
13064
13069
|
body: JSON.stringify({
|
|
13065
13070
|
AID: e,
|
|
@@ -13073,7 +13078,7 @@ function jA(e, r) {
|
|
|
13073
13078
|
});
|
|
13074
13079
|
}
|
|
13075
13080
|
var rR = /* @__PURE__ */ ((e) => (e.LOCAL = "local", e.SHARED = "shared", e.THEME = "theme", e))(rR || {}), iR = /* @__PURE__ */ ((e) => (e.WelCome = "WelCome", e.ActionPanel = "ActionPanel", e.SideBar = "SideBar", e.Settings = "Settings", e.Main = "Main", e.Explorer = "Explorer", e.Header = "Header", e.ComponentList = "ComponentList", e))(iR || {}), oR = /* @__PURE__ */ ((e) => (e[e.FILE_NOT_FOUND = 1839] = "FILE_NOT_FOUND", e[e.JSON_MALFORMED = 554] = "JSON_MALFORMED", e[e.JSON_MALFORMED_AT_LINE = 550] = "JSON_MALFORMED_AT_LINE", e))(oR || {});
|
|
13076
|
-
const
|
|
13081
|
+
const WA = {
|
|
13077
13082
|
transparent: {
|
|
13078
13083
|
backgroundColor: "transparent"
|
|
13079
13084
|
},
|
|
@@ -13089,7 +13094,7 @@ const FA = {
|
|
|
13089
13094
|
padding: "3px 5px",
|
|
13090
13095
|
borderRadius: 5
|
|
13091
13096
|
}
|
|
13092
|
-
},
|
|
13097
|
+
}, UA = {
|
|
13093
13098
|
Code: {
|
|
13094
13099
|
key: "editors:code",
|
|
13095
13100
|
config: { language: "4d", theme: "fd-dark" }
|
|
@@ -13102,13 +13107,13 @@ export {
|
|
|
13102
13107
|
gt as API_PREFIX,
|
|
13103
13108
|
_R as AppLoader,
|
|
13104
13109
|
wR as ControlledSwitch,
|
|
13105
|
-
|
|
13110
|
+
WA as DATASOURCE_THEMES,
|
|
13106
13111
|
RP as DatasourcesActions,
|
|
13107
13112
|
Ai as DesignerRequestVerb,
|
|
13108
13113
|
lR as Dialog,
|
|
13109
13114
|
CS as DialogBody,
|
|
13110
13115
|
nR as EActivity,
|
|
13111
|
-
|
|
13116
|
+
UA as EDITOR,
|
|
13112
13117
|
iR as EIDENTIFIERS,
|
|
13113
13118
|
oR as ERROR_CODES,
|
|
13114
13119
|
rR as EWebFormStyleClassScope,
|
|
@@ -13129,7 +13134,7 @@ export {
|
|
|
13129
13134
|
$P as Mutex,
|
|
13130
13135
|
TS as Overlay,
|
|
13131
13136
|
d_ as Portal,
|
|
13132
|
-
|
|
13137
|
+
cA as PublishOptions,
|
|
13133
13138
|
MP as ROLES_TAB_PATH,
|
|
13134
13139
|
jv as RemoteDebuggerMode,
|
|
13135
13140
|
kP as SETTINGS_TAB_PATH,
|
|
@@ -13144,79 +13149,80 @@ export {
|
|
|
13144
13149
|
NE as TreeIcon,
|
|
13145
13150
|
Dh as TreeNode,
|
|
13146
13151
|
PP as WebformActions,
|
|
13147
|
-
|
|
13148
|
-
|
|
13149
|
-
|
|
13150
|
-
|
|
13152
|
+
oA as _isArrayDatasource,
|
|
13153
|
+
aA as _isObjectDatasource,
|
|
13154
|
+
fA as addAttributesToContent,
|
|
13155
|
+
_A as addFolder,
|
|
13151
13156
|
jP as by,
|
|
13152
13157
|
zR as byId,
|
|
13153
13158
|
qR as byPath,
|
|
13154
|
-
|
|
13155
|
-
|
|
13159
|
+
pA as checkUpdates,
|
|
13160
|
+
MA as createFolder,
|
|
13156
13161
|
MR as datasourcesSubject,
|
|
13157
|
-
|
|
13158
|
-
|
|
13162
|
+
bA as dropFile,
|
|
13163
|
+
EA as dropFolder,
|
|
13159
13164
|
KR as exists,
|
|
13160
13165
|
UR as extractWebformName,
|
|
13161
|
-
|
|
13162
|
-
|
|
13166
|
+
vA as getAppSettings,
|
|
13167
|
+
TA as getCatalog,
|
|
13163
13168
|
YR as getDatasourceId,
|
|
13164
13169
|
XP as getDefaultAppSettings,
|
|
13165
|
-
|
|
13166
|
-
|
|
13170
|
+
yA as getFile,
|
|
13171
|
+
CA as getFileContent,
|
|
13167
13172
|
WR as getFileExtentionFromType,
|
|
13168
|
-
|
|
13173
|
+
xA as getFilesInfo,
|
|
13169
13174
|
VP as getFolder,
|
|
13170
|
-
|
|
13171
|
-
|
|
13172
|
-
|
|
13173
|
-
|
|
13174
|
-
|
|
13175
|
-
|
|
13175
|
+
mA as getFolders,
|
|
13176
|
+
jA as getFunctionContent,
|
|
13177
|
+
AA as getMonacoTheme,
|
|
13178
|
+
$A as getNodeInfo,
|
|
13179
|
+
RA as getSharedCSS,
|
|
13180
|
+
PA as getSharedDatasources,
|
|
13176
13181
|
DP as getTypeFromExtension,
|
|
13177
|
-
|
|
13182
|
+
gA as getWebForm,
|
|
13178
13183
|
YP as hasAttributesString,
|
|
13179
13184
|
Ge as http,
|
|
13180
|
-
|
|
13185
|
+
hA as installUpdates,
|
|
13181
13186
|
BP as isArrayDatasource,
|
|
13182
|
-
|
|
13183
|
-
|
|
13184
|
-
|
|
13185
|
-
|
|
13186
|
-
|
|
13187
|
-
|
|
13188
|
-
|
|
13189
|
-
|
|
13190
|
-
|
|
13187
|
+
JR as isDataClassMethod,
|
|
13188
|
+
VR as isDataStoreMethod,
|
|
13189
|
+
sA as isDateDatasource,
|
|
13190
|
+
rA as isEntity,
|
|
13191
|
+
eA as isEntityDatasource,
|
|
13192
|
+
ZR as isEntityMethod,
|
|
13193
|
+
iA as isEntitySelection,
|
|
13194
|
+
tA as isEntitySelectionDatasource,
|
|
13195
|
+
QR as isEntitySelectionMethod,
|
|
13196
|
+
GR as isObjectAttribute,
|
|
13191
13197
|
HP as isObjectDatasource,
|
|
13192
|
-
|
|
13198
|
+
XR as isRelatedAttribute,
|
|
13193
13199
|
WP as isRelatedEntitiesAttribute,
|
|
13194
13200
|
UP as isRelatedEntityAttribute,
|
|
13195
13201
|
zP as isScalarDatasource,
|
|
13196
13202
|
FP as isSimpleAttribute,
|
|
13197
|
-
|
|
13198
|
-
|
|
13199
|
-
|
|
13200
|
-
|
|
13203
|
+
nA as isSimpleDatasource,
|
|
13204
|
+
uA as loadDS,
|
|
13205
|
+
FA as log,
|
|
13206
|
+
OA as login,
|
|
13201
13207
|
NR as lspSubject,
|
|
13202
|
-
|
|
13208
|
+
DA as moveItem,
|
|
13203
13209
|
BR as outBy,
|
|
13204
13210
|
HR as outById,
|
|
13205
|
-
|
|
13211
|
+
lA as parseAttributes,
|
|
13206
13212
|
NP as queue,
|
|
13207
13213
|
GP as removeAttributesString,
|
|
13208
|
-
|
|
13209
|
-
|
|
13210
|
-
|
|
13214
|
+
kA as removeItem,
|
|
13215
|
+
wA as renameFile,
|
|
13216
|
+
SA as renameFolder,
|
|
13211
13217
|
Hc as sanitizeContent,
|
|
13212
|
-
|
|
13213
|
-
|
|
13218
|
+
NA as saveContent,
|
|
13219
|
+
LA as setCraftedComponents,
|
|
13214
13220
|
ZP as setFileContent,
|
|
13215
|
-
|
|
13221
|
+
IA as setSharedSources,
|
|
13216
13222
|
KP as stringifyAttributes,
|
|
13217
13223
|
$R as tabEventsSubject,
|
|
13218
13224
|
DR as toastSubject,
|
|
13219
|
-
|
|
13225
|
+
dA as transformDates,
|
|
13220
13226
|
SR as useDidMountEffect,
|
|
13221
13227
|
LR as useDoubleClick,
|
|
13222
13228
|
PR as useFeatureFlags,
|