eservices-core 1.0.305 → 1.0.306
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 +2 -1
- package/dist/index.js +2 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -64,11 +64,12 @@ export interface ButtonRow {
|
|
|
64
64
|
}
|
|
65
65
|
import CoreError from "./classes/CoreError";
|
|
66
66
|
import List, { ListCell } from "./classes/List";
|
|
67
|
+
import ProcessWrap from "./classes/ProcessWrap";
|
|
67
68
|
export {
|
|
68
69
|
/**
|
|
69
70
|
* Some classes, test: 22.03.2022
|
|
70
71
|
* */
|
|
71
|
-
Table, Form, CoreError, List, ListCell };
|
|
72
|
+
Table, Form, CoreError, List, ProcessWrap, ListCell };
|
|
72
73
|
import { requestHandler } from "./utils";
|
|
73
74
|
export { requestHandler };
|
|
74
75
|
import authService from "./services/AuthService";
|
package/dist/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* eservices-core v1.0.
|
|
2
|
+
* eservices-core v1.0.306
|
|
3
3
|
* (c) 2022 ESERVICES
|
|
4
4
|
*/
|
|
5
5
|
'use strict';
|
|
@@ -5822,6 +5822,7 @@ var index = {
|
|
|
5822
5822
|
exports.CoreError = CoreError;
|
|
5823
5823
|
exports.Form = Form;
|
|
5824
5824
|
exports.List = List;
|
|
5825
|
+
exports.ProcessWrap = ProcessWrap;
|
|
5825
5826
|
exports.Table = Table;
|
|
5826
5827
|
exports.WidgetBreadcrumbs = script$6;
|
|
5827
5828
|
exports.WidgetCommunication = script;
|