impaktapps-ui-builder 0.0.412-mtreemap.12 → 0.0.412-mtreemap.14

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.
@@ -7392,15 +7392,15 @@ var buildConfig = (FormData) => {
7392
7392
  const createLayoutFormat = (config) => {
7393
7393
  if (_.isEmpty(config)) {
7394
7394
  return {
7395
- xs: 11,
7396
- sm: 11,
7397
- md: 5.5,
7398
- lg: 5.5
7395
+ xs: 12,
7396
+ sm: 12,
7397
+ md: 12,
7398
+ lg: 12
7399
7399
  };
7400
7400
  }
7401
7401
  let data = {};
7402
7402
  config.map((e) => {
7403
- data[e.key || "xs"] = +e.value || 5.5;
7403
+ data[e.key || "xs"] = +e.value || 12;
7404
7404
  });
7405
7405
  return data;
7406
7406
  };
@@ -8807,6 +8807,8 @@ var service = (funcParams) => {
8807
8807
  }
8808
8808
  const config = pageData == null ? void 0 : pageData.config;
8809
8809
  const uiSchema = pageData == null ? void 0 : pageData.uiSchema;
8810
+ window.localStorage.setItem("pageName", config.label);
8811
+ window.dispatchEvent(new Event("pageNameChanged"));
8810
8812
  const schema2 = (_a = pageData == null ? void 0 : pageData.schema) != null ? _a : { type: "object", properties: {} };
8811
8813
  eventGroups = {};
8812
8814
  eventGroups = extractEvents(config);
@@ -9703,7 +9705,6 @@ const buildTabSection = (config, componentScope) => {
9703
9705
  var WrapperSection = {
9704
9706
  type: "WrapperLayout",
9705
9707
  config: {
9706
- layout: 12,
9707
9708
  main: {
9708
9709
  rowSpacing: 3,
9709
9710
  divider: true,