impaktapps-ui-builder 0.0.19 → 0.0.20

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.
@@ -113,7 +113,7 @@ const PageMasterUiSchema = {
113
113
  main: {
114
114
  label: "Template",
115
115
  programType: true,
116
- options: [{ "label": "Basic Template", value: "Basic Template" }],
116
+ options: [{ "label": "Basic Template", value: 1 }],
117
117
  required: true
118
118
  }
119
119
  }
@@ -179,7 +179,7 @@ const PageMasterUiSchema = {
179
179
  header: "Type"
180
180
  },
181
181
  {
182
- header: "Reject",
182
+ header: "Edit",
183
183
  field: "Reject_Records",
184
184
  flex: 1,
185
185
  widget: {
@@ -5896,25 +5896,25 @@ const componentBasicUiSchema = {
5896
5896
  main: {
5897
5897
  label: "Type",
5898
5898
  options: [
5899
- { label: "Select", value: "Select" },
5900
- { label: "Date", value: "Date" },
5901
- { label: "Table", value: "Table" },
5902
5899
  { label: "Array", value: "Array" },
5903
- { label: "Container", value: "WrapperSection" },
5904
- { label: "Tabs", value: "TabSection" },
5905
- { label: "Text", value: "Text" },
5900
+ { label: "Label", value: "Box" },
5906
5901
  { label: "Button", value: "Button" },
5902
+ { label: "Container", value: "WrapperSection" },
5907
5903
  { label: "Card", value: "card" },
5908
- { label: "SpeedoMeter", value: "SpeedoMeter" },
5909
- { label: "ProgressBar", value: "ProgressBar" },
5910
- { label: "Graph", value: "Graph" },
5911
- { label: "Box", value: "Box" },
5912
- { label: "Upload File", value: "UploadFile" },
5904
+ { label: "Card Slider", value: "CardSlider" },
5905
+ { label: "Date", value: "Date" },
5913
5906
  { label: "Download File", value: "DownloadFile" },
5907
+ { label: "Graph", value: "Graph" },
5908
+ { label: "MultipleSelect", value: "MultipleSelect" },
5909
+ { label: "ProgressBar", value: "ProgressBar" },
5914
5910
  { label: "ProgressBar Card", value: "ProgressBarCard" },
5915
5911
  { label: "Rank Card", value: "RankCard" },
5916
- { label: "Card Slider", value: "CardSlider" },
5917
- { label: "MultipleSelect", value: "MultipleSelect" }
5912
+ { label: "Select", value: "Select" },
5913
+ { label: "SpeedoMeter", value: "SpeedoMeter" },
5914
+ { label: "Table", value: "Table" },
5915
+ { label: "Tabs", value: "TabSection" },
5916
+ { label: "Text", value: "Text" },
5917
+ { label: "Upload File", value: "UploadFile" }
5918
5918
  ]
5919
5919
  }
5920
5920
  }
@@ -7562,7 +7562,7 @@ var event = (store2, dynamicData2) => {
7562
7562
  onChange: function() {
7563
7563
  var _a, _b, _c;
7564
7564
  if (((_a = store2 == null ? void 0 : store2.formData) == null ? void 0 : _a.Handler) !== ((_b = store2 == null ? void 0 : store2.newData) == null ? void 0 : _b.Handler) && ((_c = store2 == null ? void 0 : store2.newData) == null ? void 0 : _c.Handler) !== void 0) {
7565
- this.refreshPage(store2.formdata.Handler, store2);
7565
+ this.refreshPage(store2.newData.Handler || store2.formdata.Handler, store2);
7566
7566
  }
7567
7567
  },
7568
7568
  saveHandler: Component(store2, dynamicData2).saveHandler,