eservices-core 1.0.351 → 1.0.354

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/index.d.ts CHANGED
@@ -18,6 +18,8 @@ import WidgetTable from './widgets/tables/table-with-form/widget-table.vue';
18
18
  import WidgetForm from "./widgets/forms/naomi/WidgetForm.vue";
19
19
  import ModalValidation from "./widgets/modals/modal-validation/modal-validation.vue";
20
20
  import WidgetNotificationSystem from "./widgets/errorSystem/default/WidgetNotificationSystem.vue";
21
+ import WidgetImage from "./widgets/image/widget-image.vue";
22
+ import WidgetButton from "./widgets/buttons/WidgetButton.vue";
21
23
  import authService from "./services/AuthService";
22
24
  import dataService from "./services/data-service";
23
25
  import { CommunicationService as communicationService } from "./services/communication-service";
@@ -104,7 +106,7 @@ export { ApplicationManager, NotificationSystem,
104
106
  * */
105
107
  Table, Form, CoreError, List, ProcessWrap, ListCell };
106
108
  export { fileService, processWizardService, viewService, authService, dataService, communicationService, metadataService };
107
- export { WidgetNotificationSystem, WidgetForm, ModalValidation, WidgetTable, WidgetTableController, WidgetSpinner, WidgetBreadcrumbs, WidgetCommunication, WidgetList, WidgetSection };
109
+ export { WidgetNotificationSystem, WidgetForm, ModalValidation, WidgetTable, WidgetTableController, WidgetSpinner, WidgetBreadcrumbs, WidgetCommunication, WidgetList, WidgetSection, WidgetImage, WidgetButton };
108
110
  declare const utils: {
109
111
  clickOutside: typeof _utils.clickOutside;
110
112
  requestHandler: typeof _utils.requestHandler;