impaktapps-ui-builder 0.0.101-alpha.12 → 0.0.101-alpha.13
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 +81 -75
- package/dist/impaktapps-ui-builder.es.js.map +1 -1
- package/dist/impaktapps-ui-builder.umd.js +7 -7
- package/dist/impaktapps-ui-builder.umd.js.map +1 -1
- package/dist/src/impaktapps-ui-builder/builder/build/uischema/coreSection.d.ts +98 -95
- package/package.json +1 -1
- package/src/impaktapps-ui-builder/builder/build/uischema/coreSection.ts +189 -110
- package/src/impaktapps-ui-builder/builder/build/uischema/valueTab.ts +0 -2
- package/src/impaktapps-ui-builder/builder/elements/UiSchema/Component/uiSchema.ts +0 -2
|
@@ -6644,8 +6644,6 @@ const componentBasicUiSchema = (theme) => {
|
|
|
6644
6644
|
layout: { xs: 12, sm: 6, md: 4, lg: 3 },
|
|
6645
6645
|
main: {
|
|
6646
6646
|
label: "Component ID",
|
|
6647
|
-
options: [],
|
|
6648
|
-
color: "secondary",
|
|
6649
6647
|
required: true
|
|
6650
6648
|
}
|
|
6651
6649
|
}
|
|
@@ -7096,7 +7094,13 @@ const componentBasicUiSchema = (theme) => {
|
|
|
7096
7094
|
return uiSchema;
|
|
7097
7095
|
};
|
|
7098
7096
|
const CoreSection = {
|
|
7099
|
-
type: "
|
|
7097
|
+
type: "WrapperLayout",
|
|
7098
|
+
config: {
|
|
7099
|
+
main: {
|
|
7100
|
+
label: " ",
|
|
7101
|
+
gap: "8px"
|
|
7102
|
+
}
|
|
7103
|
+
},
|
|
7100
7104
|
elements: [
|
|
7101
7105
|
{
|
|
7102
7106
|
type: "Control",
|
|
@@ -7105,7 +7109,7 @@ const CoreSection = {
|
|
|
7105
7109
|
widget: "SelectInputField"
|
|
7106
7110
|
},
|
|
7107
7111
|
config: {
|
|
7108
|
-
layout: { xs: 6, sm: 6, md: 4, lg:
|
|
7112
|
+
layout: { xs: 6, sm: 6, md: 4, lg: 3 },
|
|
7109
7113
|
main: {
|
|
7110
7114
|
label: "Type",
|
|
7111
7115
|
type: "text"
|
|
@@ -7114,40 +7118,39 @@ const CoreSection = {
|
|
|
7114
7118
|
},
|
|
7115
7119
|
{
|
|
7116
7120
|
type: "Control",
|
|
7117
|
-
scope: "#/properties/
|
|
7118
|
-
options: {
|
|
7119
|
-
widget: "InputField"
|
|
7120
|
-
},
|
|
7121
|
+
scope: "#/properties/proc",
|
|
7121
7122
|
config: {
|
|
7122
|
-
layout: { xs: 6, sm:
|
|
7123
|
-
|
|
7124
|
-
|
|
7125
|
-
|
|
7123
|
+
layout: { xs: 6, sm: 0, md: 0, lg: 0 }
|
|
7124
|
+
},
|
|
7125
|
+
options: {
|
|
7126
|
+
widget: "EmptyBox"
|
|
7126
7127
|
}
|
|
7127
7128
|
},
|
|
7128
7129
|
{
|
|
7129
7130
|
type: "Control",
|
|
7130
|
-
scope: "#/properties/
|
|
7131
|
+
scope: "#/properties/name",
|
|
7131
7132
|
options: {
|
|
7132
7133
|
widget: "InputField"
|
|
7133
7134
|
},
|
|
7134
7135
|
config: {
|
|
7135
|
-
layout: { xs:
|
|
7136
|
+
layout: { xs: 12, sm: 6, md: 4, lg: 3 },
|
|
7136
7137
|
main: {
|
|
7137
|
-
label: "
|
|
7138
|
+
label: "Component ID",
|
|
7139
|
+
required: true
|
|
7138
7140
|
}
|
|
7139
7141
|
}
|
|
7140
7142
|
},
|
|
7141
7143
|
{
|
|
7142
7144
|
type: "Control",
|
|
7143
|
-
scope: "#/properties/
|
|
7145
|
+
scope: "#/properties/label",
|
|
7144
7146
|
options: {
|
|
7145
|
-
widget: "
|
|
7147
|
+
widget: "InputField"
|
|
7146
7148
|
},
|
|
7147
7149
|
config: {
|
|
7148
|
-
layout: { xs: 6, sm: 6, md: 4, lg:
|
|
7150
|
+
layout: { xs: 6, sm: 6, md: 4, lg: 3 },
|
|
7149
7151
|
main: {
|
|
7150
|
-
label: "
|
|
7152
|
+
label: "Label",
|
|
7153
|
+
required: true
|
|
7151
7154
|
}
|
|
7152
7155
|
}
|
|
7153
7156
|
},
|
|
@@ -7155,17 +7158,7 @@ const CoreSection = {
|
|
|
7155
7158
|
type: "Control",
|
|
7156
7159
|
scope: "#/properties/proc",
|
|
7157
7160
|
config: {
|
|
7158
|
-
layout: { xs:
|
|
7159
|
-
},
|
|
7160
|
-
options: {
|
|
7161
|
-
widget: "EmptyBox"
|
|
7162
|
-
}
|
|
7163
|
-
},
|
|
7164
|
-
{
|
|
7165
|
-
type: "Control",
|
|
7166
|
-
scope: "#/properties/proc",
|
|
7167
|
-
config: {
|
|
7168
|
-
layout: { xs: 0, sm: 0, md: 4, lg: 4 }
|
|
7161
|
+
layout: { xs: 6, sm: 6, md: 0, lg: 3 }
|
|
7169
7162
|
},
|
|
7170
7163
|
options: {
|
|
7171
7164
|
widget: "EmptyBox"
|
|
@@ -7174,54 +7167,67 @@ const CoreSection = {
|
|
|
7174
7167
|
{
|
|
7175
7168
|
type: "Control",
|
|
7176
7169
|
scope: "#/properties/layout",
|
|
7177
|
-
layout: 12,
|
|
7178
7170
|
options: {
|
|
7179
|
-
|
|
7180
|
-
|
|
7181
|
-
|
|
7182
|
-
|
|
7183
|
-
|
|
7184
|
-
|
|
7185
|
-
|
|
7186
|
-
|
|
7187
|
-
|
|
7188
|
-
|
|
7189
|
-
|
|
7190
|
-
|
|
7191
|
-
|
|
7192
|
-
|
|
7193
|
-
|
|
7194
|
-
|
|
7195
|
-
|
|
7196
|
-
|
|
7197
|
-
|
|
7198
|
-
|
|
7199
|
-
|
|
7200
|
-
|
|
7201
|
-
|
|
7202
|
-
|
|
7203
|
-
|
|
7204
|
-
|
|
7205
|
-
|
|
7206
|
-
|
|
7207
|
-
|
|
7208
|
-
|
|
7209
|
-
}
|
|
7210
|
-
}
|
|
7211
|
-
},
|
|
7212
|
-
{
|
|
7213
|
-
type: "Control",
|
|
7214
|
-
scope: "#/properties/proc",
|
|
7215
|
-
config: {
|
|
7216
|
-
layout: { xs: 0, sm: 0, md: 4, lg: 4 }
|
|
7217
|
-
},
|
|
7218
|
-
options: {
|
|
7219
|
-
widget: "EmptyBox"
|
|
7220
|
-
}
|
|
7171
|
+
widget: "Array"
|
|
7172
|
+
},
|
|
7173
|
+
config: {
|
|
7174
|
+
layout: 12,
|
|
7175
|
+
main: {
|
|
7176
|
+
label: "Layout",
|
|
7177
|
+
childElementLabel: "Layout"
|
|
7178
|
+
},
|
|
7179
|
+
style: {
|
|
7180
|
+
marginLeft: "-24px",
|
|
7181
|
+
marginBottom: "24px !important",
|
|
7182
|
+
labelStyle: {
|
|
7183
|
+
marginLeft: "24px"
|
|
7184
|
+
},
|
|
7185
|
+
detailsStyle: {
|
|
7186
|
+
marginLeft: "24px"
|
|
7187
|
+
}
|
|
7188
|
+
}
|
|
7189
|
+
},
|
|
7190
|
+
elements: [
|
|
7191
|
+
{
|
|
7192
|
+
type: "Control",
|
|
7193
|
+
scope: "#/properties/key",
|
|
7194
|
+
options: {
|
|
7195
|
+
widget: "SelectInputField"
|
|
7196
|
+
},
|
|
7197
|
+
config: {
|
|
7198
|
+
layout: { xs: 6, sm: 6, md: 4, lg: 4 },
|
|
7199
|
+
main: {
|
|
7200
|
+
label: "Screen Size"
|
|
7221
7201
|
}
|
|
7222
|
-
|
|
7202
|
+
}
|
|
7203
|
+
},
|
|
7204
|
+
{
|
|
7205
|
+
type: "Control",
|
|
7206
|
+
scope: "#/properties/value",
|
|
7207
|
+
options: {
|
|
7208
|
+
widget: "InputField"
|
|
7209
|
+
},
|
|
7210
|
+
config: {
|
|
7211
|
+
layout: { xs: 6, sm: 6, md: 4, lg: 4 },
|
|
7212
|
+
main: {
|
|
7213
|
+
label: "Value",
|
|
7214
|
+
type: "number",
|
|
7215
|
+
helperText: "Number should be in range of 0 to 12",
|
|
7216
|
+
errorMessage: "Number Can't be greater than 12 and can't be less than 0."
|
|
7217
|
+
}
|
|
7218
|
+
}
|
|
7219
|
+
},
|
|
7220
|
+
{
|
|
7221
|
+
type: "Control",
|
|
7222
|
+
scope: "#/properties/proc",
|
|
7223
|
+
config: {
|
|
7224
|
+
layout: { xs: 0, sm: 0, md: 4, lg: 4 }
|
|
7225
|
+
},
|
|
7226
|
+
options: {
|
|
7227
|
+
widget: "EmptyBox"
|
|
7228
|
+
}
|
|
7223
7229
|
}
|
|
7224
|
-
|
|
7230
|
+
]
|
|
7225
7231
|
}
|
|
7226
7232
|
]
|
|
7227
7233
|
};
|