verben-workflow-ui 0.5.73 → 0.5.74
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/esm2022/src/lib/components/flowable-status/flowable-status.component.mjs +10 -3
- package/esm2022/src/lib/components/workflow-designer/workflow-data.service.mjs +38 -20
- package/fesm2022/verben-workflow-ui-src-lib-components-flowable-status.mjs +9 -2
- package/fesm2022/verben-workflow-ui-src-lib-components-flowable-status.mjs.map +1 -1
- package/fesm2022/verben-workflow-ui-src-lib-components-workflow-designer.mjs +37 -19
- package/fesm2022/verben-workflow-ui-src-lib-components-workflow-designer.mjs.map +1 -1
- package/package.json +46 -46
- package/src/lib/components/workflow-designer/workflow-data.service.d.ts +10 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "verben-workflow-ui",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.74",
|
|
4
4
|
"style": "styles/styles.css",
|
|
5
5
|
"exports": {
|
|
6
6
|
"./styles": {
|
|
@@ -15,17 +15,11 @@
|
|
|
15
15
|
"esm": "./esm2022/verben-workflow-ui.mjs",
|
|
16
16
|
"default": "./fesm2022/verben-workflow-ui.mjs"
|
|
17
17
|
},
|
|
18
|
-
"./src/lib/
|
|
19
|
-
"types": "./src/lib/
|
|
20
|
-
"esm2022": "./esm2022/src/lib/
|
|
21
|
-
"esm": "./esm2022/src/lib/
|
|
22
|
-
"default": "./fesm2022/verben-workflow-ui-src-lib-
|
|
23
|
-
},
|
|
24
|
-
"./src/lib/pipes": {
|
|
25
|
-
"types": "./src/lib/pipes/index.d.ts",
|
|
26
|
-
"esm2022": "./esm2022/src/lib/pipes/verben-workflow-ui-src-lib-pipes.mjs",
|
|
27
|
-
"esm": "./esm2022/src/lib/pipes/verben-workflow-ui-src-lib-pipes.mjs",
|
|
28
|
-
"default": "./fesm2022/verben-workflow-ui-src-lib-pipes.mjs"
|
|
18
|
+
"./src/lib/shared": {
|
|
19
|
+
"types": "./src/lib/shared/index.d.ts",
|
|
20
|
+
"esm2022": "./esm2022/src/lib/shared/verben-workflow-ui-src-lib-shared.mjs",
|
|
21
|
+
"esm": "./esm2022/src/lib/shared/verben-workflow-ui-src-lib-shared.mjs",
|
|
22
|
+
"default": "./fesm2022/verben-workflow-ui-src-lib-shared.mjs"
|
|
29
23
|
},
|
|
30
24
|
"./src/lib/models": {
|
|
31
25
|
"types": "./src/lib/models/index.d.ts",
|
|
@@ -33,17 +27,29 @@
|
|
|
33
27
|
"esm": "./esm2022/src/lib/models/verben-workflow-ui-src-lib-models.mjs",
|
|
34
28
|
"default": "./fesm2022/verben-workflow-ui-src-lib-models.mjs"
|
|
35
29
|
},
|
|
30
|
+
"./src/lib/components/actors": {
|
|
31
|
+
"types": "./src/lib/components/actors/index.d.ts",
|
|
32
|
+
"esm2022": "./esm2022/src/lib/components/actors/verben-workflow-ui-src-lib-components-actors.mjs",
|
|
33
|
+
"esm": "./esm2022/src/lib/components/actors/verben-workflow-ui-src-lib-components-actors.mjs",
|
|
34
|
+
"default": "./fesm2022/verben-workflow-ui-src-lib-components-actors.mjs"
|
|
35
|
+
},
|
|
36
36
|
"./src/lib/components/designer": {
|
|
37
37
|
"types": "./src/lib/components/designer/index.d.ts",
|
|
38
38
|
"esm2022": "./esm2022/src/lib/components/designer/verben-workflow-ui-src-lib-components-designer.mjs",
|
|
39
39
|
"esm": "./esm2022/src/lib/components/designer/verben-workflow-ui-src-lib-components-designer.mjs",
|
|
40
40
|
"default": "./fesm2022/verben-workflow-ui-src-lib-components-designer.mjs"
|
|
41
41
|
},
|
|
42
|
-
"./src/lib/
|
|
43
|
-
"types": "./src/lib/
|
|
44
|
-
"esm2022": "./esm2022/src/lib/
|
|
45
|
-
"esm": "./esm2022/src/lib/
|
|
46
|
-
"default": "./fesm2022/verben-workflow-ui-src-lib-
|
|
42
|
+
"./src/lib/pipes": {
|
|
43
|
+
"types": "./src/lib/pipes/index.d.ts",
|
|
44
|
+
"esm2022": "./esm2022/src/lib/pipes/verben-workflow-ui-src-lib-pipes.mjs",
|
|
45
|
+
"esm": "./esm2022/src/lib/pipes/verben-workflow-ui-src-lib-pipes.mjs",
|
|
46
|
+
"default": "./fesm2022/verben-workflow-ui-src-lib-pipes.mjs"
|
|
47
|
+
},
|
|
48
|
+
"./src/lib/components/expiration": {
|
|
49
|
+
"types": "./src/lib/components/expiration/index.d.ts",
|
|
50
|
+
"esm2022": "./esm2022/src/lib/components/expiration/verben-workflow-ui-src-lib-components-expiration.mjs",
|
|
51
|
+
"esm": "./esm2022/src/lib/components/expiration/verben-workflow-ui-src-lib-components-expiration.mjs",
|
|
52
|
+
"default": "./fesm2022/verben-workflow-ui-src-lib-components-expiration.mjs"
|
|
47
53
|
},
|
|
48
54
|
"./src/lib/components/file-render": {
|
|
49
55
|
"types": "./src/lib/components/file-render/index.d.ts",
|
|
@@ -51,24 +57,18 @@
|
|
|
51
57
|
"esm": "./esm2022/src/lib/components/file-render/verben-workflow-ui-src-lib-components-file-render.mjs",
|
|
52
58
|
"default": "./fesm2022/verben-workflow-ui-src-lib-components-file-render.mjs"
|
|
53
59
|
},
|
|
60
|
+
"./src/lib/services": {
|
|
61
|
+
"types": "./src/lib/services/index.d.ts",
|
|
62
|
+
"esm2022": "./esm2022/src/lib/services/verben-workflow-ui-src-lib-services.mjs",
|
|
63
|
+
"esm": "./esm2022/src/lib/services/verben-workflow-ui-src-lib-services.mjs",
|
|
64
|
+
"default": "./fesm2022/verben-workflow-ui-src-lib-services.mjs"
|
|
65
|
+
},
|
|
54
66
|
"./src/lib/components/file-upload": {
|
|
55
67
|
"types": "./src/lib/components/file-upload/index.d.ts",
|
|
56
68
|
"esm2022": "./esm2022/src/lib/components/file-upload/verben-workflow-ui-src-lib-components-file-upload.mjs",
|
|
57
69
|
"esm": "./esm2022/src/lib/components/file-upload/verben-workflow-ui-src-lib-components-file-upload.mjs",
|
|
58
70
|
"default": "./fesm2022/verben-workflow-ui-src-lib-components-file-upload.mjs"
|
|
59
71
|
},
|
|
60
|
-
"./src/lib/shared": {
|
|
61
|
-
"types": "./src/lib/shared/index.d.ts",
|
|
62
|
-
"esm2022": "./esm2022/src/lib/shared/verben-workflow-ui-src-lib-shared.mjs",
|
|
63
|
-
"esm": "./esm2022/src/lib/shared/verben-workflow-ui-src-lib-shared.mjs",
|
|
64
|
-
"default": "./fesm2022/verben-workflow-ui-src-lib-shared.mjs"
|
|
65
|
-
},
|
|
66
|
-
"./src/lib/components/expiration": {
|
|
67
|
-
"types": "./src/lib/components/expiration/index.d.ts",
|
|
68
|
-
"esm2022": "./esm2022/src/lib/components/expiration/verben-workflow-ui-src-lib-components-expiration.mjs",
|
|
69
|
-
"esm": "./esm2022/src/lib/components/expiration/verben-workflow-ui-src-lib-components-expiration.mjs",
|
|
70
|
-
"default": "./fesm2022/verben-workflow-ui-src-lib-components-expiration.mjs"
|
|
71
|
-
},
|
|
72
72
|
"./src/lib/components/flowable-status": {
|
|
73
73
|
"types": "./src/lib/components/flowable-status/index.d.ts",
|
|
74
74
|
"esm2022": "./esm2022/src/lib/components/flowable-status/verben-workflow-ui-src-lib-components-flowable-status.mjs",
|
|
@@ -117,30 +117,24 @@
|
|
|
117
117
|
"esm": "./esm2022/src/lib/components/my-queue/verben-workflow-ui-src-lib-components-my-queue.mjs",
|
|
118
118
|
"default": "./fesm2022/verben-workflow-ui-src-lib-components-my-queue.mjs"
|
|
119
119
|
},
|
|
120
|
-
"./src/lib/components/operation-popup": {
|
|
121
|
-
"types": "./src/lib/components/operation-popup/index.d.ts",
|
|
122
|
-
"esm2022": "./esm2022/src/lib/components/operation-popup/verben-workflow-ui-src-lib-components-operation-popup.mjs",
|
|
123
|
-
"esm": "./esm2022/src/lib/components/operation-popup/verben-workflow-ui-src-lib-components-operation-popup.mjs",
|
|
124
|
-
"default": "./fesm2022/verben-workflow-ui-src-lib-components-operation-popup.mjs"
|
|
125
|
-
},
|
|
126
120
|
"./src/lib/components/stage-details": {
|
|
127
121
|
"types": "./src/lib/components/stage-details/index.d.ts",
|
|
128
122
|
"esm2022": "./esm2022/src/lib/components/stage-details/verben-workflow-ui-src-lib-components-stage-details.mjs",
|
|
129
123
|
"esm": "./esm2022/src/lib/components/stage-details/verben-workflow-ui-src-lib-components-stage-details.mjs",
|
|
130
124
|
"default": "./fesm2022/verben-workflow-ui-src-lib-components-stage-details.mjs"
|
|
131
125
|
},
|
|
132
|
-
"./src/lib/components/task-form": {
|
|
133
|
-
"types": "./src/lib/components/task-form/index.d.ts",
|
|
134
|
-
"esm2022": "./esm2022/src/lib/components/task-form/verben-workflow-ui-src-lib-components-task-form.mjs",
|
|
135
|
-
"esm": "./esm2022/src/lib/components/task-form/verben-workflow-ui-src-lib-components-task-form.mjs",
|
|
136
|
-
"default": "./fesm2022/verben-workflow-ui-src-lib-components-task-form.mjs"
|
|
137
|
-
},
|
|
138
126
|
"./src/lib/components/task-history": {
|
|
139
127
|
"types": "./src/lib/components/task-history/index.d.ts",
|
|
140
128
|
"esm2022": "./esm2022/src/lib/components/task-history/verben-workflow-ui-src-lib-components-task-history.mjs",
|
|
141
129
|
"esm": "./esm2022/src/lib/components/task-history/verben-workflow-ui-src-lib-components-task-history.mjs",
|
|
142
130
|
"default": "./fesm2022/verben-workflow-ui-src-lib-components-task-history.mjs"
|
|
143
131
|
},
|
|
132
|
+
"./src/lib/components/task-form": {
|
|
133
|
+
"types": "./src/lib/components/task-form/index.d.ts",
|
|
134
|
+
"esm2022": "./esm2022/src/lib/components/task-form/verben-workflow-ui-src-lib-components-task-form.mjs",
|
|
135
|
+
"esm": "./esm2022/src/lib/components/task-form/verben-workflow-ui-src-lib-components-task-form.mjs",
|
|
136
|
+
"default": "./fesm2022/verben-workflow-ui-src-lib-components-task-form.mjs"
|
|
137
|
+
},
|
|
144
138
|
"./src/lib/components/task-notification": {
|
|
145
139
|
"types": "./src/lib/components/task-notification/index.d.ts",
|
|
146
140
|
"esm2022": "./esm2022/src/lib/components/task-notification/verben-workflow-ui-src-lib-components-task-notification.mjs",
|
|
@@ -153,11 +147,11 @@
|
|
|
153
147
|
"esm": "./esm2022/src/lib/components/tasks/verben-workflow-ui-src-lib-components-tasks.mjs",
|
|
154
148
|
"default": "./fesm2022/verben-workflow-ui-src-lib-components-tasks.mjs"
|
|
155
149
|
},
|
|
156
|
-
"./src/lib/components/
|
|
157
|
-
"types": "./src/lib/components/
|
|
158
|
-
"esm2022": "./esm2022/src/lib/components/
|
|
159
|
-
"esm": "./esm2022/src/lib/components/
|
|
160
|
-
"default": "./fesm2022/verben-workflow-ui-src-lib-components-
|
|
150
|
+
"./src/lib/components/operation-popup": {
|
|
151
|
+
"types": "./src/lib/components/operation-popup/index.d.ts",
|
|
152
|
+
"esm2022": "./esm2022/src/lib/components/operation-popup/verben-workflow-ui-src-lib-components-operation-popup.mjs",
|
|
153
|
+
"esm": "./esm2022/src/lib/components/operation-popup/verben-workflow-ui-src-lib-components-operation-popup.mjs",
|
|
154
|
+
"default": "./fesm2022/verben-workflow-ui-src-lib-components-operation-popup.mjs"
|
|
161
155
|
},
|
|
162
156
|
"./src/lib/components/workflow": {
|
|
163
157
|
"types": "./src/lib/components/workflow/index.d.ts",
|
|
@@ -176,6 +170,12 @@
|
|
|
176
170
|
"esm2022": "./esm2022/src/lib/components/workflows/verben-workflow-ui-src-lib-components-workflows.mjs",
|
|
177
171
|
"esm": "./esm2022/src/lib/components/workflows/verben-workflow-ui-src-lib-components-workflows.mjs",
|
|
178
172
|
"default": "./fesm2022/verben-workflow-ui-src-lib-components-workflows.mjs"
|
|
173
|
+
},
|
|
174
|
+
"./src/lib/components/wf": {
|
|
175
|
+
"types": "./src/lib/components/wf/index.d.ts",
|
|
176
|
+
"esm2022": "./esm2022/src/lib/components/wf/verben-workflow-ui-src-lib-components-wf.mjs",
|
|
177
|
+
"esm": "./esm2022/src/lib/components/wf/verben-workflow-ui-src-lib-components-wf.mjs",
|
|
178
|
+
"default": "./fesm2022/verben-workflow-ui-src-lib-components-wf.mjs"
|
|
179
179
|
}
|
|
180
180
|
},
|
|
181
181
|
"peerDependencies": {
|
|
@@ -1,10 +1,18 @@
|
|
|
1
1
|
import { ActorTag, ErrorResponse, Escalation, FlowableStatus, Form, OperationAction, Paged, ReportSchedule, SwimLane, Tag, Workflow, WorkflowStage } from 'verben-workflow-ui/src/lib/models';
|
|
2
|
-
import { EnvironmentService, HttpWebRequestService } from 'verben-workflow-ui/src/lib/services';
|
|
2
|
+
import { EnvironmentService, HttpWebRequestService, UtilService } from 'verben-workflow-ui/src/lib/services';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class WorkflowDataService {
|
|
5
5
|
private httpService;
|
|
6
6
|
private envSvc;
|
|
7
|
-
|
|
7
|
+
private utilService;
|
|
8
|
+
private pendingRequests;
|
|
9
|
+
constructor(httpService: HttpWebRequestService, envSvc: EnvironmentService, utilService: UtilService);
|
|
10
|
+
/**
|
|
11
|
+
* Wraps an API call so a busy indicator is shown while it is in flight.
|
|
12
|
+
* A ref-count keeps the loader visible until the last concurrent request
|
|
13
|
+
* settles, mirroring how the workflows facade toggles `sendBI`.
|
|
14
|
+
*/
|
|
15
|
+
private withLoader;
|
|
8
16
|
getWorkflowWithParam(param: string, skip?: number, limit?: number, sortParam?: string, sortOrder?: string): Promise<Paged<Workflow>>;
|
|
9
17
|
getWorkflows(skip?: number, limit?: number): Promise<Paged<Workflow>>;
|
|
10
18
|
getForms(skip?: number, limit?: number): Promise<Paged<Form>>;
|