impaktapps-ui-builder 0.0.382-alpha.8 → 0.0.382-alpha.9
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 +48 -32
- 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/elements/UiSchema/Component/uiSchema.ts +61 -52
- package/src/impaktapps-ui-builder/builder/elements/UiSchema/event/uiSchema.ts +370 -415
package/package.json
CHANGED
|
@@ -199,64 +199,73 @@ export const componentBasicUiSchema: any = (theme) => {
|
|
|
199
199
|
},
|
|
200
200
|
],
|
|
201
201
|
},
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
202
|
+
|
|
203
|
+
{
|
|
204
|
+
type: "Control",
|
|
205
|
+
scope: "#/properties/EmptyBox",
|
|
206
|
+
options: {
|
|
207
|
+
widget: "EmptyBox",
|
|
208
|
+
},
|
|
209
|
+
config: {
|
|
210
|
+
layout: { xs: 0, sm: 4, md: 4, lg: 4 },
|
|
211
|
+
},
|
|
212
|
+
},
|
|
213
|
+
{
|
|
214
|
+
type: "Control",
|
|
215
|
+
scope: "#/properties/EmptyBox",
|
|
216
|
+
options: {
|
|
217
|
+
widget: "EmptyBox",
|
|
218
|
+
},
|
|
219
|
+
config: {
|
|
220
|
+
layout: { xs: 0, sm: 4, md: 4, lg: 4 },
|
|
221
|
+
},
|
|
222
|
+
},
|
|
223
|
+
{
|
|
224
|
+
type: "Control",
|
|
225
|
+
scope: "#/properties/btn",
|
|
226
|
+
options: {
|
|
227
|
+
widget: "Button",
|
|
228
|
+
},
|
|
208
229
|
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
variant: "contained",
|
|
220
|
-
color: "info",
|
|
221
|
-
type: "text",
|
|
222
|
-
onClick: "okHandler",
|
|
223
|
-
size: "small",
|
|
224
|
-
},
|
|
225
|
-
style: {
|
|
226
|
-
marginBottom: "8px",
|
|
227
|
-
float: "right",
|
|
228
|
-
},
|
|
230
|
+
config: {
|
|
231
|
+
layout: 1.8,
|
|
232
|
+
main: {
|
|
233
|
+
name: "Ok",
|
|
234
|
+
startIcon: "ApproveIcon",
|
|
235
|
+
variant: "contained",
|
|
236
|
+
color: "info",
|
|
237
|
+
type: "text",
|
|
238
|
+
onClick: "okHandler",
|
|
239
|
+
size: "medium",
|
|
229
240
|
},
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
type: "Control",
|
|
233
|
-
scope: "#/properties/btnSubmit",
|
|
234
|
-
options: {
|
|
235
|
-
widget: "Button",
|
|
241
|
+
style: {
|
|
242
|
+
float: "right",
|
|
236
243
|
},
|
|
244
|
+
},
|
|
245
|
+
},
|
|
246
|
+
{
|
|
247
|
+
type: "Control",
|
|
248
|
+
scope: "#/properties/btnSubmit",
|
|
249
|
+
options: {
|
|
250
|
+
widget: "Button",
|
|
251
|
+
},
|
|
237
252
|
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
onClick: "saveHandler",
|
|
252
|
-
size: "small",
|
|
253
|
-
},
|
|
254
|
-
style: {
|
|
255
|
-
marginBottom: "8px",
|
|
256
|
-
float: "right",
|
|
257
|
-
},
|
|
253
|
+
config: {
|
|
254
|
+
layout: 1.8,
|
|
255
|
+
main: {
|
|
256
|
+
name: "Save & Exit",
|
|
257
|
+
startIcon: "ApproveIcon",
|
|
258
|
+
variant: "contained",
|
|
259
|
+
color: "info",
|
|
260
|
+
type: "text",
|
|
261
|
+
onClick: "saveHandler",
|
|
262
|
+
size: "medium",
|
|
263
|
+
},
|
|
264
|
+
style: {
|
|
265
|
+
float: "right",
|
|
258
266
|
},
|
|
259
267
|
},
|
|
268
|
+
},
|
|
260
269
|
{
|
|
261
270
|
type: "Control",
|
|
262
271
|
scope: "#/properties/notify",
|