eservices-core 1.0.317 → 1.0.321

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
@@ -87,7 +87,8 @@ export { processWizardService, viewService, authService, dataService, communicat
87
87
  import WidgetBreadcrumbs from "./widgets/breadcrumbs/widget-breadcrumbs.vue";
88
88
  import WidgetCommunication from "./widgets/communication/widget-communication.vue";
89
89
  import WidgetList from "./widgets/tables/WidgetList.vue";
90
- export { WidgetBreadcrumbs, WidgetCommunication, WidgetList };
90
+ import WidgetSection from "./widgets/section/widget-section.vue";
91
+ export { WidgetBreadcrumbs, WidgetCommunication, WidgetList, WidgetSection };
91
92
  import valuesToUpperCase from "./utils/values-to-upper-case";
92
93
  declare const utils: {
93
94
  valuesToUpperCase: typeof valuesToUpperCase;