impaktapps-ui-builder 0.0.382-alpha.11 → 0.0.382-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.
@@ -6460,6 +6460,26 @@ const componentBasicUiSchema = (theme) => {
6460
6460
  }
6461
6461
  }
6462
6462
  ]
6463
+ },
6464
+ {
6465
+ type: "Control",
6466
+ scope: "#/properties/pageName",
6467
+ options: {
6468
+ widget: "Box"
6469
+ },
6470
+ config: {
6471
+ layout: 12,
6472
+ main: {
6473
+ heading: " "
6474
+ },
6475
+ style: {
6476
+ float: "right",
6477
+ width: "auto",
6478
+ fontSize: "12px",
6479
+ color: "gray",
6480
+ paddingTop: "10px"
6481
+ }
6482
+ }
6463
6483
  }
6464
6484
  ]
6465
6485
  }
@@ -6568,121 +6588,95 @@ const EventSection = {
6568
6588
  type: "HorizontalLayout",
6569
6589
  elements: [
6570
6590
  {
6571
- type: "WrapperLayout",
6591
+ type: "Control",
6592
+ scope: "#/properties/events",
6593
+ options: {
6594
+ widget: "Table"
6595
+ },
6572
6596
  config: {
6573
6597
  main: {
6574
- divider: true
6575
- },
6576
- wrapperStyle: {
6577
- border: "1px solid gray"
6598
+ headerIcons: {
6599
+ elements: [
6600
+ {
6601
+ widget: {
6602
+ type: "Control",
6603
+ scope: "#/properties/New_Record",
6604
+ options: {
6605
+ widget: "IconButton"
6606
+ },
6607
+ config: {
6608
+ main: {
6609
+ color: "info",
6610
+ onClick: "eventAddHandler",
6611
+ size: "small",
6612
+ icon: "AddIcon",
6613
+ iconLabel: "Add New",
6614
+ styleDefault: true
6615
+ },
6616
+ style: {
6617
+ mt: "6px"
6618
+ }
6619
+ }
6620
+ }
6621
+ }
6622
+ ]
6623
+ },
6624
+ disableAction: true,
6625
+ disableSelection: true,
6626
+ enableDrag: true
6578
6627
  }
6579
6628
  },
6580
6629
  elements: [
6581
6630
  {
6582
- type: "Control",
6583
- scope: "#/properties/programType",
6584
- options: {
6585
- widget: "Box"
6586
- },
6587
- config: {
6588
- layout: 8,
6589
- main: {
6590
- heading: "Event Table"
6591
- },
6592
- style: {
6593
- fontFamily: "Roboto",
6594
- fontWeight: "500",
6595
- paddingLeft: "-10px",
6596
- fontSize: "20px"
6597
- }
6598
- }
6631
+ accessorKey: "eventType",
6632
+ header: "Event Type"
6599
6633
  },
6600
6634
  {
6601
- type: "Control",
6602
- scope: "#/properties/Back_Button",
6603
- options: {
6604
- widget: "IconButton"
6605
- },
6606
- config: {
6607
- layout: 3,
6608
- main: {
6609
- icon: "AddIcon",
6610
- styleDefault: true,
6611
- size: "small",
6612
- onClick: "eventAddHandler",
6613
- tooltipMessage: "Back"
6635
+ accessorKey: "Handler",
6636
+ header: "Handler"
6637
+ },
6638
+ {
6639
+ accessorKey: "Edit_Approve_Records",
6640
+ header: "Edit Widget",
6641
+ widget: {
6642
+ type: "Control",
6643
+ scope: "#/properties/Edit_Records",
6644
+ options: {
6645
+ widget: "IconButton"
6614
6646
  },
6615
- style: {
6616
- float: "right"
6647
+ config: {
6648
+ main: {
6649
+ color: "info",
6650
+ size: "small",
6651
+ icon: "EditIcon",
6652
+ tooltipMessage: "Edit This Record",
6653
+ onClick: "eventEditHandler"
6654
+ },
6655
+ style: {
6656
+ color: "#3949ab"
6657
+ }
6617
6658
  }
6618
6659
  }
6619
6660
  },
6620
6661
  {
6621
- type: "Control",
6622
- scope: "#/properties/events",
6623
- options: {
6624
- widget: "Table"
6625
- },
6626
- config: {
6627
- main: {
6628
- disableAction: true,
6629
- disableSelection: true,
6630
- enableDrag: true
6631
- }
6632
- },
6633
- elements: [
6634
- {
6635
- accessorKey: "eventType",
6636
- header: "Event Type"
6637
- },
6638
- {
6639
- accessorKey: "Handler",
6640
- header: "Handler"
6641
- },
6642
- {
6643
- accessorKey: "Edit_Approve_Records",
6644
- header: "Edit Widget",
6645
- widget: {
6646
- type: "Control",
6647
- scope: "#/properties/Edit_Records",
6648
- options: {
6649
- widget: "IconButton"
6650
- },
6651
- config: {
6652
- main: {
6653
- color: "info",
6654
- size: "small",
6655
- icon: "EditIcon",
6656
- tooltipMessage: "Edit This Record",
6657
- onClick: "eventEditHandler"
6658
- },
6659
- style: {
6660
- color: "#3949ab"
6661
- }
6662
- }
6663
- }
6662
+ accessorKey: "Reject_Records",
6663
+ header: "Delete",
6664
+ widget: {
6665
+ type: "Control",
6666
+ scope: "#/properties/RejectButton",
6667
+ accessorKeyName: "Reject_Records",
6668
+ options: {
6669
+ widget: "IconButton"
6664
6670
  },
6665
- {
6666
- accessorKey: "Reject_Records",
6667
- header: "Delete",
6668
- widget: {
6669
- type: "Control",
6670
- scope: "#/properties/RejectButton",
6671
- accessorKeyName: "Reject_Records",
6672
- options: {
6673
- widget: "IconButton"
6674
- },
6675
- config: {
6676
- main: {
6677
- icon: "RejectIcon",
6678
- color: "error",
6679
- tooltipMessage: "Reject This Record",
6680
- onClick: "deleteEvent"
6681
- }
6682
- }
6671
+ config: {
6672
+ main: {
6673
+ icon: "RejectIcon",
6674
+ color: "error",
6675
+ tooltipMessage: "Reject This Record",
6676
+ onClick: "deleteEvent"
6683
6677
  }
6684
6678
  }
6685
- ]
6679
+ }
6686
6680
  }
6687
6681
  ]
6688
6682
  }
@@ -7223,12 +7217,7 @@ const ValueTab = {
7223
7217
  widget: "InputField"
7224
7218
  },
7225
7219
  config: {
7226
- layout: {
7227
- xs: 11,
7228
- sm: 11,
7229
- md: 5.5,
7230
- lg: 5.5
7231
- },
7220
+ layout: { xs: 11, sm: 4, md: 4, lg: 4 },
7232
7221
  main: {
7233
7222
  label: "Label"
7234
7223
  }
@@ -7241,16 +7230,21 @@ const ValueTab = {
7241
7230
  widget: "InputField"
7242
7231
  },
7243
7232
  config: {
7244
- layout: {
7245
- xs: 11,
7246
- sm: 11,
7247
- md: 5.5,
7248
- lg: 5.5
7249
- },
7233
+ layout: { xs: 11, sm: 4, md: 4, lg: 4 },
7250
7234
  main: {
7251
7235
  label: "Value"
7252
7236
  }
7253
7237
  }
7238
+ },
7239
+ {
7240
+ type: "Control",
7241
+ scope: "#/properties/emptyBox",
7242
+ options: {
7243
+ widget: "EmptyBox"
7244
+ },
7245
+ config: {
7246
+ layout: { xs: 0, sm: 4, md: 4, lg: 4 }
7247
+ }
7254
7248
  }
7255
7249
  ]
7256
7250
  }
@@ -8081,6 +8075,26 @@ const EventUiSchema = (theme) => {
8081
8075
  }
8082
8076
  }
8083
8077
  ]
8078
+ },
8079
+ {
8080
+ type: "Control",
8081
+ scope: "#/properties/pageName",
8082
+ options: {
8083
+ widget: "Box"
8084
+ },
8085
+ config: {
8086
+ layout: 12,
8087
+ main: {
8088
+ heading: " "
8089
+ },
8090
+ style: {
8091
+ float: "right",
8092
+ width: "auto",
8093
+ fontSize: "12px",
8094
+ color: "gray",
8095
+ paddingTop: "10px"
8096
+ }
8097
+ }
8084
8098
  }
8085
8099
  ]
8086
8100
  }