impaktapps-ui-builder 0.0.382-alpha.17 → 0.0.382-alpha.19
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 +6 -21
- package/dist/impaktapps-ui-builder.es.js.map +1 -1
- package/dist/impaktapps-ui-builder.umd.js +1 -1
- package/dist/impaktapps-ui-builder.umd.js.map +1 -1
- package/package.json +1 -1
- package/src/impaktapps-ui-builder/builder/build/uischema/buildPropertiesSection.ts +4 -19
- package/src/impaktapps-ui-builder/builder/elements/UiSchema/Component/uiSchema.ts +1 -1
- package/src/impaktapps-ui-builder/builder/elements/UiSchema/event/uiSchema.ts +1 -1
|
@@ -6463,7 +6463,7 @@ const componentBasicUiSchema = (theme) => {
|
|
|
6463
6463
|
},
|
|
6464
6464
|
{
|
|
6465
6465
|
type: "Control",
|
|
6466
|
-
scope: "#/properties/
|
|
6466
|
+
scope: "#/properties/pageName",
|
|
6467
6467
|
options: {
|
|
6468
6468
|
widget: "Box"
|
|
6469
6469
|
},
|
|
@@ -6698,12 +6698,7 @@ const EmptyBox = {
|
|
|
6698
6698
|
widget: "EmptyBox"
|
|
6699
6699
|
},
|
|
6700
6700
|
config: {
|
|
6701
|
-
layout: {
|
|
6702
|
-
xs: 11,
|
|
6703
|
-
sm: 11,
|
|
6704
|
-
md: 5.5,
|
|
6705
|
-
lg: 5.5
|
|
6706
|
-
},
|
|
6701
|
+
layout: { xs: 0, sm: 4, md: 4, lg: 4 },
|
|
6707
6702
|
main: {}
|
|
6708
6703
|
}
|
|
6709
6704
|
};
|
|
@@ -6819,12 +6814,7 @@ const getInputField = (scope, label) => {
|
|
|
6819
6814
|
widget: "InputField"
|
|
6820
6815
|
},
|
|
6821
6816
|
config: {
|
|
6822
|
-
layout: {
|
|
6823
|
-
xs: 11,
|
|
6824
|
-
sm: 11,
|
|
6825
|
-
md: 5.5,
|
|
6826
|
-
lg: 5.5
|
|
6827
|
-
},
|
|
6817
|
+
layout: { xs: 11, sm: 4, md: 4, lg: 4 },
|
|
6828
6818
|
main: {
|
|
6829
6819
|
label
|
|
6830
6820
|
}
|
|
@@ -6839,12 +6829,7 @@ const getRadioInputField = (scope, label, options) => {
|
|
|
6839
6829
|
widget: "RadioInputField"
|
|
6840
6830
|
},
|
|
6841
6831
|
config: {
|
|
6842
|
-
layout: {
|
|
6843
|
-
xs: 11,
|
|
6844
|
-
sm: 11,
|
|
6845
|
-
md: 5.5,
|
|
6846
|
-
lg: 5.5
|
|
6847
|
-
},
|
|
6832
|
+
layout: { xs: 11, sm: 4, md: 4, lg: 4 },
|
|
6848
6833
|
main: {
|
|
6849
6834
|
label,
|
|
6850
6835
|
options
|
|
@@ -6887,7 +6872,7 @@ const getSelectField = (scope, label, options) => {
|
|
|
6887
6872
|
widget: "SelectInputField"
|
|
6888
6873
|
},
|
|
6889
6874
|
config: {
|
|
6890
|
-
layout: { xs: 11, sm:
|
|
6875
|
+
layout: { xs: 11, sm: 4, md: 4, lg: 4 },
|
|
6891
6876
|
main: {
|
|
6892
6877
|
label,
|
|
6893
6878
|
type: "text"
|
|
@@ -8063,7 +8048,7 @@ const EventUiSchema = (theme) => {
|
|
|
8063
8048
|
},
|
|
8064
8049
|
{
|
|
8065
8050
|
type: "Control",
|
|
8066
|
-
scope: "#/properties/
|
|
8051
|
+
scope: "#/properties/pageName",
|
|
8067
8052
|
options: {
|
|
8068
8053
|
widget: "Box"
|
|
8069
8054
|
},
|