eservices-core 1.0.423 → 1.0.424

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
@@ -11,6 +11,7 @@ import { IListCell, IListConfig, IFilterConfig, ISortConfig } from "./classes/Li
11
11
  import { ICustomerContext } from "./classes/ApplicationManager";
12
12
  import { ICommunicationMessage } from "./services/communication-service";
13
13
  import { IActionExecuteResult, IValidationEffect } from "./services/action-service";
14
+ import { INotificationCard } from "./classes/NotificationSystem";
14
15
  import { setupSocket, useSocket } from "./socket/use-socket";
15
16
  import WidgetBreadcrumbs from "./widgets/breadcrumbs/widget-breadcrumbs.vue";
16
17
  import WidgetList from "./widgets/list/widget-list.vue";
@@ -94,7 +95,7 @@ export { utils };
94
95
  /**
95
96
  * Interfaces
96
97
  * */
97
- export { IListCell, IListConfig, IFilterConfig, ISortConfig, ICustomerContext, ICommunicationMessage, IActionExecuteResult, IValidationEffect };
98
+ export { IListCell, IListConfig, IFilterConfig, ISortConfig, ICustomerContext, ICommunicationMessage, IActionExecuteResult, IValidationEffect, INotificationCard };
98
99
  declare const _default: {
99
100
  services: {
100
101
  authService: typeof authService;
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * eservices-core v1.0.423
2
+ * eservices-core v1.0.424
3
3
  * (c) 2022 ESERVICES
4
4
  */
5
5
  'use strict';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eservices-core",
3
- "version": "1.0.423",
3
+ "version": "1.0.424",
4
4
  "description": "Core library",
5
5
  "author": "",
6
6
  "scripts": {