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.
- package/dist/impaktapps-ui-builder.es.js +2 -2
- package/dist/impaktapps-ui-builder.es.js.map +1 -1
- package/dist/impaktapps-ui-builder.umd.js +8 -8
- package/dist/impaktapps-ui-builder.umd.js.map +1 -1
- package/package.json +1 -1
- package/src/impaktapps-ui-builder/builder/elements/UiSchema/Component/schema.ts +1 -1
- package/src/impaktapps-ui-builder/runtime/services/service.ts +1 -1
|
@@ -6086,7 +6086,7 @@ const ComponentSchema = {
|
|
|
6086
6086
|
},
|
|
6087
6087
|
label: { type: "string" }
|
|
6088
6088
|
},
|
|
6089
|
-
required: ["type", "name"
|
|
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:
|
|
8278
|
+
serviceHolder: { downloadFile: downloadFile$1 },
|
|
8279
8279
|
eventGroups
|
|
8280
8280
|
};
|
|
8281
8281
|
return {
|