impaktapps-ui-builder 1.0.64 → 1.0.65
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 +1 -0
- package/dist/impaktapps-ui-builder.es.js.map +1 -1
- package/dist/impaktapps-ui-builder.umd.js +1 -1
- 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 -0
package/package.json
CHANGED
|
@@ -337,6 +337,7 @@ export const ComponentSchema: any = {
|
|
|
337
337
|
{ title: "Error Icon", const: "ErrorIcon" },
|
|
338
338
|
{ title: "Refresh Icon", const: "RefreshIcon" },
|
|
339
339
|
{ title: "Download Icon", const: "DownloadIcon" },
|
|
340
|
+
{ title: "Download All Icon", const: "DownloadAllIcon" },
|
|
340
341
|
{ title: "Exception Icon", const: "ExceptionIcon" },
|
|
341
342
|
{ "title": "Alarm Icon", "const": "AlarmIcon" },
|
|
342
343
|
{ "title": "Click Icon", "const": "ClickIcon" },
|