impaktapps-ui-builder 1.0.129 → 1.0.130
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/impaktapps-ui-builder.es.js +62 -2
- package/dist/impaktapps-ui-builder.es.js.map +1 -1
- package/dist/impaktapps-ui-builder.umd.js +5 -5
- package/dist/impaktapps-ui-builder.umd.js.map +1 -1
- package/package.json +1 -1
- package/src/impaktapps-ui-builder/builder/elements/UiSchema/Component/uiSchema.ts +61 -1
- package/src/impaktapps-ui-builder/builder/services/component.ts +1 -2
|
@@ -6690,7 +6690,67 @@ const componentBasicUiSchema = (theme) => {
|
|
|
6690
6690
|
},
|
|
6691
6691
|
{
|
|
6692
6692
|
type: "Control",
|
|
6693
|
-
scope: "#/properties/
|
|
6693
|
+
scope: "#/properties/proc5",
|
|
6694
|
+
config: {
|
|
6695
|
+
layout: { xs: 6, sm: 6, md: 0, lg: 3 }
|
|
6696
|
+
},
|
|
6697
|
+
options: {
|
|
6698
|
+
widget: "EmptyBox"
|
|
6699
|
+
}
|
|
6700
|
+
},
|
|
6701
|
+
{
|
|
6702
|
+
type: "Control",
|
|
6703
|
+
scope: "#/properties/proc6",
|
|
6704
|
+
config: {
|
|
6705
|
+
layout: { xs: 6, sm: 6, md: 0, lg: 3 }
|
|
6706
|
+
},
|
|
6707
|
+
options: {
|
|
6708
|
+
widget: "EmptyBox"
|
|
6709
|
+
}
|
|
6710
|
+
},
|
|
6711
|
+
{
|
|
6712
|
+
type: "Control",
|
|
6713
|
+
scope: "#/properties/proc7",
|
|
6714
|
+
config: {
|
|
6715
|
+
layout: { xs: 6, sm: 6, md: 0, lg: 3 }
|
|
6716
|
+
},
|
|
6717
|
+
options: {
|
|
6718
|
+
widget: "EmptyBox"
|
|
6719
|
+
}
|
|
6720
|
+
},
|
|
6721
|
+
{
|
|
6722
|
+
type: "Control",
|
|
6723
|
+
scope: "#/properties/proc8",
|
|
6724
|
+
config: {
|
|
6725
|
+
layout: { xs: 6, sm: 6, md: 0, lg: 3 }
|
|
6726
|
+
},
|
|
6727
|
+
options: {
|
|
6728
|
+
widget: "EmptyBox"
|
|
6729
|
+
}
|
|
6730
|
+
},
|
|
6731
|
+
{
|
|
6732
|
+
type: "Control",
|
|
6733
|
+
scope: "#/properties/proc9",
|
|
6734
|
+
config: {
|
|
6735
|
+
layout: { xs: 6, sm: 6, md: 0, lg: 3 }
|
|
6736
|
+
},
|
|
6737
|
+
options: {
|
|
6738
|
+
widget: "EmptyBox"
|
|
6739
|
+
}
|
|
6740
|
+
},
|
|
6741
|
+
{
|
|
6742
|
+
type: "Control",
|
|
6743
|
+
scope: "#/properties/proc10",
|
|
6744
|
+
config: {
|
|
6745
|
+
layout: { xs: 6, sm: 6, md: 0, lg: 3 }
|
|
6746
|
+
},
|
|
6747
|
+
options: {
|
|
6748
|
+
widget: "EmptyBox"
|
|
6749
|
+
}
|
|
6750
|
+
},
|
|
6751
|
+
{
|
|
6752
|
+
type: "Control",
|
|
6753
|
+
scope: "#/properties/proc11",
|
|
6694
6754
|
config: {
|
|
6695
6755
|
layout: { xs: 6, sm: 6, md: 0, lg: 3 }
|
|
6696
6756
|
},
|
|
@@ -8465,7 +8525,7 @@ function refreshPage(type, store2) {
|
|
|
8465
8525
|
};
|
|
8466
8526
|
const elements = (_a = sectionLabels[type]) == null ? void 0 : _a.map((e) => sectionUiSchema[e]);
|
|
8467
8527
|
UiSchema.elements[0].config.main.tabLabels = sectionLabels[type] || ["Core", "Style", "Events", "Validation"];
|
|
8468
|
-
UiSchema.elements[0].elements
|
|
8528
|
+
UiSchema.elements[0].elements = elements || [CoreSection, StyleSection, EventSection(store2.theme.myTheme), ValidationSection];
|
|
8469
8529
|
}
|
|
8470
8530
|
const path = (_b = store2.searchParams) == null ? void 0 : _b.get("path");
|
|
8471
8531
|
const lastDotIndex = path.lastIndexOf(".");
|