@ws-ui/shared 0.3.9 → 0.3.11
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/declarations/index.d.ts +1 -0
- package/dist/index.cjs.js +32 -32
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +8 -4
- package/dist/index.es.js.map +1 -1
- package/dist/services/tracking.d.ts +1 -0
- package/package.json +2 -2
package/dist/index.es.js
CHANGED
|
@@ -15599,8 +15599,11 @@ function x$(e, t) {
|
|
|
15599
15599
|
}).catch((r) => {
|
|
15600
15600
|
});
|
|
15601
15601
|
}
|
|
15602
|
+
function O$(e) {
|
|
15603
|
+
window.pagesense = window.pagesense || [], window.pagesense.push(["trackEvent", e]);
|
|
15604
|
+
}
|
|
15602
15605
|
var DI = /* @__PURE__ */ ((e) => (e.LOCAL = "local", e.SHARED = "shared", e.THEME = "theme", e))(DI || {}), NI = /* @__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))(NI || {}), kI = /* @__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))(kI || {});
|
|
15603
|
-
const
|
|
15606
|
+
const A$ = {
|
|
15604
15607
|
transparent: {
|
|
15605
15608
|
backgroundColor: "transparent"
|
|
15606
15609
|
},
|
|
@@ -15616,7 +15619,7 @@ const O$ = {
|
|
|
15616
15619
|
padding: "3px 5px",
|
|
15617
15620
|
borderRadius: 5
|
|
15618
15621
|
}
|
|
15619
|
-
},
|
|
15622
|
+
}, T$ = {
|
|
15620
15623
|
Code: {
|
|
15621
15624
|
key: "editors:code",
|
|
15622
15625
|
config: { language: "4d", theme: "fd-dark" }
|
|
@@ -15629,14 +15632,14 @@ export {
|
|
|
15629
15632
|
Mt as API_PREFIX,
|
|
15630
15633
|
QI as AppLoader,
|
|
15631
15634
|
wC as ControlledSwitch,
|
|
15632
|
-
|
|
15635
|
+
A$ as DATASOURCE_THEMES,
|
|
15633
15636
|
JC as DatasourcesActions,
|
|
15634
15637
|
r2 as DebuggerActions,
|
|
15635
15638
|
go as DesignerRequestVerb,
|
|
15636
15639
|
zI as Dialog,
|
|
15637
15640
|
kx as DialogBody,
|
|
15638
15641
|
FI as EActivity,
|
|
15639
|
-
|
|
15642
|
+
T$ as EDITOR,
|
|
15640
15643
|
NI as EIDENTIFIERS,
|
|
15641
15644
|
kI as ERROR_CODES,
|
|
15642
15645
|
DI as EWebFormStyleClassScope,
|
|
@@ -15758,6 +15761,7 @@ export {
|
|
|
15758
15761
|
y2 as stringifyAttributes,
|
|
15759
15762
|
hM as tabEventsSubject,
|
|
15760
15763
|
QC as toastSubject,
|
|
15764
|
+
O$ as trackEvent,
|
|
15761
15765
|
GM as transformDates,
|
|
15762
15766
|
Vg as tryCreateSharedResource,
|
|
15763
15767
|
tM as useDidMountEffect,
|