impaktapps-ui-builder 0.0.382-alpha.203 → 0.0.382-alpha.205

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "impaktapps-ui-builder",
3
- "version": "0.0.382-alpha.203",
3
+ "version": "0.0.382-alpha.205",
4
4
  "scripts": {
5
5
  "dev": "vite",
6
6
  "build": "tsc && vite build",
@@ -217,104 +217,106 @@ export const PageMasterUiSchema: any = {
217
217
  main: {
218
218
  icon: "RejectIcon",
219
219
  color: "error",
220
- onClick: "deletePopUpComponent",
220
+ onClick: "popUpComponent",
221
221
  tooltipMessage: "Reject This Record",
222
222
  },
223
223
  },
224
224
  },
225
+ }
226
+ ]
227
+ },
228
+ {
229
+ type: "Control",
230
+ scope: "#/properties/popUpComponent",
231
+ options:{
232
+ widget: "popUp"
233
+ },
234
+ config:{
235
+ layout: {
236
+ xs: 12,
237
+ sm: 12,
238
+ md: 12,
239
+ lg: 12,
240
+ },
241
+ main: {
242
+ label: "PopUpComponent",
243
+ fullScreen:false,
244
+ fullWidth:false,
245
+ maxWidth:false,
246
+ alignItems:false,
247
+ spacing:2
225
248
  },
249
+ },
250
+ elements:
251
+ [
226
252
  {
227
253
  type: "Control",
228
- scope: "#/properties/popUpComponent",
229
- options:{
230
- widget: "popUp"
254
+ scope: "#/properties/label",
255
+
256
+ options: {
257
+ widget: "Box",
231
258
  },
232
- config:{
233
- layout: {
234
- xs: 12,
235
- sm: 12,
236
- md: 12,
237
- lg: 12,
238
- },
259
+ config: {
260
+ layout: 8,
239
261
  main: {
240
- label: "PopUpComponent",
241
- fullScreen:false,
242
- fullWidth:false,
243
- maxWidth:false,
244
- alignItems:false,
245
- spacing:2
262
+ heading: "Are you sure",
246
263
  },
247
264
  },
248
- elements:
249
- [
250
- {
251
- type: "Control",
252
- scope: "#/properties/pageMaster",
253
-
254
- options: {
255
- widget: "Box",
256
- },
257
- config: {
258
- layout: 8,
259
- main: {
260
- heading: "Are you sure",
261
- },
262
- },
265
+ },
266
+ {
267
+ type: "Control",
268
+ scope: "#/properties/ConfirmDeleteButton1",
269
+ options: {
270
+ widget: "Button",
271
+ },
272
+ config: {
273
+ // layout: 11.7,
274
+ main: {
275
+ name: "No",
276
+ startIcon: "ApproveIcon",
277
+ variant: "contained",
278
+ color: "info",
279
+ type: "text",
280
+ onClick: "testDelComp",
281
+ size: "small",
263
282
  },
264
- {
265
- type: "Control",
266
- scope: "#/properties/ConfirmDeleteButton1",
267
- options: {
268
- widget: "Button",
269
- },
270
- config: {
271
- // layout: 11.7,
272
- main: {
273
- name: "No",
274
- startIcon: "ApproveIcon",
275
- variant: "contained",
276
- color: "info",
277
- type: "text",
278
- onClick: "testDelComp",
279
- size: "small",
280
- },
281
- style: {
282
- marginBottom: "8px",
283
- width:{xs:"100%",sm:"100%",md:"25%",lg:"20%"},
284
- float: "left",
285
- },
286
- },
283
+ style: {
284
+ marginBottom: "8px",
285
+ width:{xs:"100%",sm:"100%",md:"25%",lg:"20%"},
286
+ float: "left",
287
+ },
288
+ },
289
+ },
290
+ {
291
+ type: "Control",
292
+ scope: "#/properties/CancelDeleteButton1",
293
+ options: {
294
+ widget: "Button",
295
+ },
296
+ config: {
297
+ // layout: 11.7,
298
+ main: {
299
+ name: "Yes",
300
+ startIcon: "ApproveIcon",
301
+ variant: "contained",
302
+ color: "info",
303
+ type: "text",
304
+ onClick: "testDelComp",
305
+ // Delete_Components
306
+ size: "small",
287
307
  },
288
- {
289
- type: "Control",
290
- scope: "#/properties/CancelDeleteButton",
291
- options: {
292
- widget: "Button",
293
- },
294
- config: {
295
- // layout: 11.7,
296
- main: {
297
- name: "Yes",
298
- startIcon: "ApproveIcon",
299
- variant: "contained",
300
- color: "info",
301
- type: "text",
302
- onClick: "testDelComp",
303
- // Delete_Components
304
- size: "small",
305
- },
306
308
 
307
- style: {
308
- marginBottom: "8px",
309
- width:{xs:"100%",sm:"100%",md:"25%",lg:"20%"},
310
- float: "right",
311
- },
312
- },
309
+ style: {
310
+ marginBottom: "8px",
311
+ width:{xs:"100%",sm:"100%",md:"25%",lg:"20%"},
312
+ float: "right",
313
313
  },
314
- ]
315
- }
314
+ },
315
+ },
316
316
  ]
317
- }]},
317
+ }
318
+ ]
319
+ },
318
320
  {
319
321
  type: "WrapperLayout",
320
322
  config: {
@@ -383,6 +385,7 @@ export const PageMasterUiSchema: any = {
383
385
  },
384
386
  },
385
387
  elements: [
388
+
386
389
  {
387
390
  accessorKey: "eventType",
388
391
  header: "Event Type",
@@ -429,20 +432,15 @@ export const PageMasterUiSchema: any = {
429
432
  color: "error",
430
433
  tooltipMessage: "Reject This Record",
431
434
  onClick: "deleteEvent",
432
- size: "small",
433
- },
434
- style: {
435
- marginBottom: "8px",
436
- width: { xs: "100%", sm: "100%", md: "25%", lg: "20%" },
437
- float: "right",
438
435
  },
439
436
  },
440
437
  },
441
438
  },
442
439
  ]
443
- }
440
+ },
444
441
  ]
445
442
  },
443
+
446
444
  ],
447
445
  },
448
446
  {