impaktapps-ui-builder 0.0.1064 → 0.0.1065

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.
@@ -10218,6 +10218,7 @@ var service = (funcParams) => {
10218
10218
  setPage: async function() {
10219
10219
  var _a, _b, _c, _d, _e, _f, _g, _h, _i, _j, _k, _l, _m;
10220
10220
  funcParams.store.setFormdata({});
10221
+ funcParams.store.setSchema({ type: "object", properties: {} });
10221
10222
  funcParams.store.newData = {};
10222
10223
  const pageBasicDetailString = sessionStorage.getItem("pagemasterMetaData");
10223
10224
  if (pageBasicDetailString) {
@@ -10355,7 +10356,7 @@ var service = (funcParams) => {
10355
10356
  functionsProvider: funcParams.functionsProvider,
10356
10357
  serviceHolder: this,
10357
10358
  eventGroups,
10358
- formDataHolder
10359
+ formDataHolder: {}
10359
10360
  };
10360
10361
  await executeRefreshHandler({
10361
10362
  config: {},
@@ -12496,8 +12497,8 @@ const buildUiSchema = (config2, store2) => {
12496
12497
  header: cellElem.label || cellElem.name,
12497
12498
  size: sizeMap[cellElem.name] || 180,
12498
12499
  enableColumnFilter: Object.keys(filterMap).length === 0 ? true : (_a = filterMap[cellElem.name]) != null ? _a : false,
12499
- columnFilterModeOptions: config2.filteringOptions,
12500
- enableSorting: config2.enableSorting === "No" ? false : true,
12500
+ columnFilterModeOptions: cellElem.filteringOptions,
12501
+ enableSorting: cellElem.enableSorting === "No" ? false : true,
12501
12502
  columnKey: cellElem.columnKey
12502
12503
  };
12503
12504
  if (cellElem.type) {