eservices-core 1.0.518 → 1.0.520

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
@@ -28,11 +28,9 @@ import ModalValidation from "./widgets/modals/modal-validation/modal-validation.
28
28
  import WidgetNotificationSystem from "./widgets/errorSystem/default/WidgetNotificationSystem.vue";
29
29
  import WidgetImage from "./widgets/image/widget-image.vue";
30
30
  import WidgetButton from "./widgets/buttons/WidgetButton.vue";
31
- import WidgetNotFound from "./widgets/notFound/WidgetNotFound.vue";
32
31
  import WidgetCard from "./widgets/cards/widget-card.vue";
33
32
  import WidgetMultiButton from "./widgets/buttons/multi-button/WidgetMultiButton.vue";
34
33
  import WidgetIcon from "./widgets/icons/Icon.vue";
35
- import WidgetShadowForm from "./widgets/shadow-form/WidgetShadowForm.vue";
36
34
  import authService from "./services/auth-service";
37
35
  import dataService from "./services/data-service";
38
36
  import communicationService from "./services/communication-service";
@@ -90,7 +88,7 @@ export { useFormMetadata, useFormAction, useFormLabel, useFormRequestData, useLi
90
88
  /**
91
89
  * All components binding with VueComponents must have name started with Widget.
92
90
  * */
93
- export { WidgetNotificationSystem, WidgetForm, ModalValidation, WidgetTable, WidgetSpinner, WidgetBreadcrumbs, WidgetList, WidgetSection, WidgetImage, WidgetButton, WidgetNotFound, WidgetIcon, WidgetCard, WidgetMultiButton, WidgetShadowForm };
91
+ export { WidgetNotificationSystem, WidgetForm, ModalValidation, WidgetTable, WidgetSpinner, WidgetBreadcrumbs, WidgetList, WidgetSection, WidgetImage, WidgetButton, WidgetIcon, WidgetCard, WidgetMultiButton, };
94
92
  /**
95
93
  * @description New Utils
96
94
  * */