impaktapps-ui-builder 0.0.101-alpha.5 → 0.0.101-alpha.7
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 +7 -52
- package/dist/impaktapps-ui-builder.es.js.map +1 -1
- package/dist/impaktapps-ui-builder.umd.js +8 -8
- 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 +59 -54
package/package.json
CHANGED
|
@@ -47,7 +47,13 @@ export const componentBasicUiSchema: any = (theme)=>{
|
|
|
47
47
|
|
|
48
48
|
elements: [
|
|
49
49
|
{
|
|
50
|
-
type: "
|
|
50
|
+
type: "WrapperLayout",
|
|
51
|
+
config: {
|
|
52
|
+
main: {
|
|
53
|
+
label: "",
|
|
54
|
+
gap: "8px"
|
|
55
|
+
}
|
|
56
|
+
},
|
|
51
57
|
elements: [
|
|
52
58
|
{
|
|
53
59
|
type: "Control",
|
|
@@ -130,62 +136,61 @@ export const componentBasicUiSchema: any = (theme)=>{
|
|
|
130
136
|
widget: "EmptyBox",
|
|
131
137
|
},
|
|
132
138
|
},
|
|
133
|
-
{
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
139
|
+
// {
|
|
140
|
+
// type: "Control",
|
|
141
|
+
// scope: "#/properties/layout",
|
|
142
|
+
// layout: 12,
|
|
143
|
+
// options: {
|
|
144
|
+
// detail: {
|
|
145
|
+
// type: "HorizontalLayout",
|
|
146
|
+
// elements: [
|
|
147
|
+
// {
|
|
148
|
+
// type: "Control",
|
|
149
|
+
// scope: "#/properties/key",
|
|
150
|
+
// options: {
|
|
151
|
+
// widget: "SelectInputField",
|
|
152
|
+
// },
|
|
153
|
+
// config: {
|
|
154
|
+
// layout: { xs: 6, sm: 6, md: 4, lg: 4 },
|
|
155
|
+
// main: {
|
|
156
|
+
// label: "Screen Size",
|
|
151
157
|
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
+
// },
|
|
159
|
+
// },
|
|
160
|
+
// },
|
|
161
|
+
// {
|
|
162
|
+
// type: "Control",
|
|
163
|
+
// scope: "#/properties/value",
|
|
158
164
|
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
165
|
+
// options: {
|
|
166
|
+
// widget: "InputField",
|
|
167
|
+
// },
|
|
168
|
+
// config: {
|
|
169
|
+
// layout: { xs: 6, sm: 6, md: 4, lg: 4 },
|
|
170
|
+
// main: {
|
|
171
|
+
// label: "Value",
|
|
172
|
+
// type:"number",
|
|
173
|
+
// // freeSolo:true,
|
|
174
|
+
// helperText:'Number should be in range of 0 to 12',
|
|
175
|
+
// errorMessage:"Number Can't be greater than 12 and can't be less than 0.",
|
|
170
176
|
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
},
|
|
188
|
-
//////////////////////////////////////////////////////
|
|
177
|
+
// },
|
|
178
|
+
// },
|
|
179
|
+
// },
|
|
180
|
+
// {
|
|
181
|
+
// type: "Control",
|
|
182
|
+
// scope: "#/properties/proc",
|
|
183
|
+
// config: {
|
|
184
|
+
// layout: { xs: 0, sm: 0, md: 4, lg: 4 },
|
|
185
|
+
// },
|
|
186
|
+
// options: {
|
|
187
|
+
// widget: "EmptyBox",
|
|
188
|
+
// },
|
|
189
|
+
// },
|
|
190
|
+
// ],
|
|
191
|
+
// },
|
|
192
|
+
// },
|
|
193
|
+
// },
|
|
189
194
|
{
|
|
190
195
|
type: "Control",
|
|
191
196
|
scope: "#/properties/layout",
|