impaktapps-ui-builder 1.0.50-alpha.21 → 1.0.50-alpha.22

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.
@@ -6304,23 +6304,6 @@ const ComponentSchema = {
6304
6304
  { title: "Amount Column", const: "amount" }
6305
6305
  ]
6306
6306
  },
6307
- filterVariant: {
6308
- oneOf: [
6309
- { title: "Text", const: "text" },
6310
- { title: "Autocomplete", const: "autocomplete" },
6311
- { title: "Select", const: "select" },
6312
- { title: "Multi-Select", const: "multi-select" },
6313
- { title: "Range", const: "range" },
6314
- { title: "Range Slider", const: "range-slider" },
6315
- { title: "Date", const: "date" },
6316
- { title: "DateTime", const: "datetime" },
6317
- { title: "Date Range", const: "date-range" },
6318
- { title: "DateTime Range", const: "datetime-range" },
6319
- { title: "Time", const: "time" },
6320
- { title: "Time Range", const: "time-range" },
6321
- { title: "Checkbox", const: "checkbox" }
6322
- ]
6323
- },
6324
6307
  orientation: {
6325
6308
  oneOf: [
6326
6309
  { title: "Horizontal", const: "horizontal" },
@@ -6567,33 +6550,7 @@ const ComponentSchema = {
6567
6550
  { title: "Error Icon", const: "ErrorIcon" },
6568
6551
  { title: "Refresh Icon", const: "RefreshIcon" },
6569
6552
  { title: "Download Icon", const: "DownloadIcon" },
6570
- { title: "Exception Icon", const: "ExceptionIcon" },
6571
- { "title": "Alarm Icon", "const": "AlarmIcon" },
6572
- { "title": "Click Icon", "const": "ClickIcon" },
6573
- { "title": "Content Copy Icon", "const": "ContentCopyIcon" },
6574
- { "title": "File Copy Icon", "const": "FileCopyIcon" },
6575
- { "title": "Pause Icon", "const": "PauseIcon" },
6576
- { "title": "Play Icon", "const": "PlayIcon" },
6577
- { "title": "Close Icon", "const": "CloseIcon" },
6578
- { "title": "Replay Icon", "const": "ReplayIcon" },
6579
- { "title": "Delete Icon", "const": "DeleteIcon" },
6580
- { "title": "Drafts Icon", "const": "DraftsIcon" },
6581
- { "title": "Perm Phone Msg Icon", "const": "PermPhoneMsgIcon" },
6582
- { "title": "Paste Icon", "const": "PasteIcon" },
6583
- { "title": "Prev Icon", "const": "PrevIcon" },
6584
- { "title": "Verified Icon", "const": "VerifiedIcon" },
6585
- { "title": "Table Add Icon", "const": "TableAddIcon" },
6586
- { "title": "Table Download Icon", "const": "TableDownloadIcon" },
6587
- { "title": "Audit Trail Icon", "const": "AuditTrailIcon" },
6588
- { "title": "View Component", "const": "View" },
6589
- { "title": "Table Edit Icon", "const": "TableEditIcon" },
6590
- { "title": "Maximize Icon", "const": "Maximize" },
6591
- { "title": "Minimize Icon", "const": "Minimize" },
6592
- { "title": "Subtract Icon", "const": "Subtract" },
6593
- { "title": "Bin Icon", "const": "Bin" },
6594
- { "title": "Export Icon", "const": "Export" },
6595
- { "title": "Table Paste Icon", "const": "TablePaste" },
6596
- { "title": "Clone Icon", "const": "CloneIcon" }
6553
+ { title: "Exception Icon", const: "ExceptionIcon" }
6597
6554
  ]
6598
6555
  },
6599
6556
  color: {
@@ -8562,18 +8519,6 @@ function refreshPage(type, store2) {
8562
8519
  label: "Element Type"
8563
8520
  }
8564
8521
  }
8565
- }, UiSchema.elements[0].elements[0].elements[10] = {
8566
- type: "Control",
8567
- scope: "#/properties/filterVariant",
8568
- options: {
8569
- widget: "SelectInputField"
8570
- },
8571
- config: {
8572
- layout: { xs: 6, sm: 6, md: 4, lg: 3 },
8573
- main: {
8574
- label: "Filter Variant"
8575
- }
8576
- }
8577
8522
  };
8578
8523
  }
8579
8524
  if (sessionStorage.getItem("copiedConfig")) {
@@ -12623,8 +12568,7 @@ const buildUiSchema = (config2, store2) => {
12623
12568
  enableColumnFilter: cellElem.enableFilter === "No" ? false : true,
12624
12569
  columnFilterModeOptions: cellElem.filteringOptions,
12625
12570
  enableSorting: cellElem.enableSorting === "No" ? false : true,
12626
- columnKey: cellElem.columnKey,
12627
- filterVariant: cellElem.filterVariant
12571
+ columnKey: cellElem.columnKey
12628
12572
  };
12629
12573
  if (cellElem.type) {
12630
12574
  if (cellElem.elementType == "action") {