impaktapps-ui-builder 0.0.101-alpha.264 → 0.0.101-alpha.266

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.
@@ -10330,6 +10330,7 @@ var service = (funcParams) => {
10330
10330
  var _a, _b, _c, _d, _e, _f, _g, _h, _i, _j, _k, _l, _m;
10331
10331
  funcParams.store.setAdditionalErrors([]);
10332
10332
  funcParams.store.setFormdata({});
10333
+ funcParams.store.setSchema({ type: "object", properties: {} });
10333
10334
  funcParams.store.newData = {};
10334
10335
  const pageBasicDetailString = sessionStorage.getItem("pagemasterMetaData");
10335
10336
  if (pageBasicDetailString) {
@@ -12621,7 +12622,7 @@ const buildUiSchema = (config2, store2) => {
12621
12622
  }
12622
12623
  if (cellElem.elementType == "tableHeader") {
12623
12624
  const headerElem = buildUiSchema(cellElem, store2);
12624
- tableHeaderElements.push(headerElem);
12625
+ tableHeaderElements.push({ widget: headerElem });
12625
12626
  return false;
12626
12627
  }
12627
12628
  const tableElem = {