impaktapps-ui-builder 0.0.298 → 0.0.300

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.
@@ -6086,7 +6086,7 @@ const ComponentSchema = {
6086
6086
  },
6087
6087
  label: { type: "string" }
6088
6088
  },
6089
- required: ["type", "name", "label"]
6089
+ required: ["type", "name"]
6090
6090
  };
6091
6091
  const componentBasicUiSchema = {
6092
6092
  type: "HorizontalLayout",
@@ -8275,7 +8275,7 @@ var service = (funcParams) => {
8275
8275
  dynamicData: funcParams.dynamicData,
8276
8276
  userValue: funcParams.userValue,
8277
8277
  service: funcParams.service,
8278
- serviceHolder: void 0,
8278
+ serviceHolder: { downloadFile: downloadFile$1 },
8279
8279
  eventGroups
8280
8280
  };
8281
8281
  return {