eservices-core 1.0.471 → 1.0.472

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
@@ -8,11 +8,12 @@ import StylesInterface from "./styles/types";
8
8
  import { Values } from "./types";
9
9
  import * as newImport from "./new/new-import";
10
10
  export { newImport };
11
- import { IListCell, IListConfig, IFilterConfig, ISortConfig } from "./classes/List";
11
+ import { IListConfig, IFilterConfig, ISortConfig } from "./classes/List";
12
12
  import { ICustomerContext, ApplicationType } from "./classes/ApplicationManager";
13
13
  import { IActionExecuteResult, IValidationEffect } from "./services/action-service";
14
14
  import { INotificationCard } from "./classes/NotificationSystem";
15
15
  import { ListCell } from "./classes/List";
16
+ import { IListCell } from "./classes/new/List";
16
17
  import { setupSocket, useSocket } from "./socket/use-socket";
17
18
  import WidgetBreadcrumbs from "./widgets/breadcrumbs/widget-breadcrumbs.vue";
18
19
  import WidgetList from "./widgets/list/widget-list.vue";
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * eservices-core v1.0.471
2
+ * eservices-core v1.0.472
3
3
  * (c) 2023 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.471",
3
+ "version": "1.0.472",
4
4
  "description": "Core library",
5
5
  "author": "",
6
6
  "scripts": {