eservices-core 1.0.384 → 1.0.386

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
@@ -25,6 +25,7 @@ import InterfaceContainer from "./widgets/interface/interface-container.vue";
25
25
  import WidgetCard from "./widgets/cards/widget-card.vue";
26
26
  import WidgetWizard from "./widgets/wizard/WidgetWizard.vue";
27
27
  import WidgetMultiButton from "./widgets/buttons/multi-button/WidgetMultiButton.vue";
28
+ import WidgetShadowForm from "./widgets/shadow-form/WidgetShadowForm.vue";
28
29
  import authService from "./services/AuthService";
29
30
  import dataService from "./services/data-service";
30
31
  import { CommunicationService as communicationService } from "./services/communication-service";
@@ -106,7 +107,7 @@ export { WidgetNotificationSystem, WidgetForm, ModalValidation, WidgetTable, Wid
106
107
  * @deprecated We must use own WidgetIcon in custom project. Rewrite WidgetIcon to CoreIcon and use only inside Core
107
108
  * components.
108
109
  * */
109
- Icon as WidgetIcon, WidgetCard, WidgetWizard, WidgetMultiButton };
110
+ Icon as WidgetIcon, WidgetCard, WidgetWizard, WidgetMultiButton, WidgetShadowForm };
110
111
  declare const utils: {
111
112
  clickOutside: typeof _utils.clickOutside;
112
113
  requestHandler: typeof _utils.requestHandler;