verben-workflow-ui 0.5.69 → 0.5.70
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/workflow-designer/stage-dialog/stage-dialog.component.mjs +6 -32
- package/esm2022/src/lib/components/workflow-designer/workflow-designer.module.mjs +7 -4
- package/fesm2022/verben-workflow-ui-src-lib-components-workflow-designer.mjs +20 -42
- package/fesm2022/verben-workflow-ui-src-lib-components-workflow-designer.mjs.map +1 -1
- package/package.json +30 -30
- package/src/lib/components/workflow-designer/stage-dialog/stage-dialog.component.d.ts +0 -3
- package/src/lib/components/workflow-designer/workflow-designer.module.d.ts +1 -1
- package/styles/styles.css +3 -9
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "verben-workflow-ui",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.70",
|
|
4
4
|
"style": "styles/styles.css",
|
|
5
5
|
"exports": {
|
|
6
6
|
"./styles": {
|
|
@@ -15,12 +15,6 @@
|
|
|
15
15
|
"esm": "./esm2022/verben-workflow-ui.mjs",
|
|
16
16
|
"default": "./fesm2022/verben-workflow-ui.mjs"
|
|
17
17
|
},
|
|
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"
|
|
23
|
-
},
|
|
24
18
|
"./src/lib/pipes": {
|
|
25
19
|
"types": "./src/lib/pipes/index.d.ts",
|
|
26
20
|
"esm2022": "./esm2022/src/lib/pipes/verben-workflow-ui-src-lib-pipes.mjs",
|
|
@@ -45,24 +39,30 @@
|
|
|
45
39
|
"esm": "./esm2022/src/lib/components/actors/verben-workflow-ui-src-lib-components-actors.mjs",
|
|
46
40
|
"default": "./fesm2022/verben-workflow-ui-src-lib-components-actors.mjs"
|
|
47
41
|
},
|
|
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"
|
|
53
|
-
},
|
|
54
42
|
"./src/lib/components/designer": {
|
|
55
43
|
"types": "./src/lib/components/designer/index.d.ts",
|
|
56
44
|
"esm2022": "./esm2022/src/lib/components/designer/verben-workflow-ui-src-lib-components-designer.mjs",
|
|
57
45
|
"esm": "./esm2022/src/lib/components/designer/verben-workflow-ui-src-lib-components-designer.mjs",
|
|
58
46
|
"default": "./fesm2022/verben-workflow-ui-src-lib-components-designer.mjs"
|
|
59
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"
|
|
53
|
+
},
|
|
60
54
|
"./src/lib/components/file-render": {
|
|
61
55
|
"types": "./src/lib/components/file-render/index.d.ts",
|
|
62
56
|
"esm2022": "./esm2022/src/lib/components/file-render/verben-workflow-ui-src-lib-components-file-render.mjs",
|
|
63
57
|
"esm": "./esm2022/src/lib/components/file-render/verben-workflow-ui-src-lib-components-file-render.mjs",
|
|
64
58
|
"default": "./fesm2022/verben-workflow-ui-src-lib-components-file-render.mjs"
|
|
65
59
|
},
|
|
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
66
|
"./src/lib/components/file-upload": {
|
|
67
67
|
"types": "./src/lib/components/file-upload/index.d.ts",
|
|
68
68
|
"esm2022": "./esm2022/src/lib/components/file-upload/verben-workflow-ui-src-lib-components-file-upload.mjs",
|
|
@@ -111,23 +111,17 @@
|
|
|
111
111
|
"esm": "./esm2022/src/lib/components/journal/verben-workflow-ui-src-lib-components-journal.mjs",
|
|
112
112
|
"default": "./fesm2022/verben-workflow-ui-src-lib-components-journal.mjs"
|
|
113
113
|
},
|
|
114
|
-
"./src/lib/components/operation-popup": {
|
|
115
|
-
"types": "./src/lib/components/operation-popup/index.d.ts",
|
|
116
|
-
"esm2022": "./esm2022/src/lib/components/operation-popup/verben-workflow-ui-src-lib-components-operation-popup.mjs",
|
|
117
|
-
"esm": "./esm2022/src/lib/components/operation-popup/verben-workflow-ui-src-lib-components-operation-popup.mjs",
|
|
118
|
-
"default": "./fesm2022/verben-workflow-ui-src-lib-components-operation-popup.mjs"
|
|
119
|
-
},
|
|
120
114
|
"./src/lib/components/my-queue": {
|
|
121
115
|
"types": "./src/lib/components/my-queue/index.d.ts",
|
|
122
116
|
"esm2022": "./esm2022/src/lib/components/my-queue/verben-workflow-ui-src-lib-components-my-queue.mjs",
|
|
123
117
|
"esm": "./esm2022/src/lib/components/my-queue/verben-workflow-ui-src-lib-components-my-queue.mjs",
|
|
124
118
|
"default": "./fesm2022/verben-workflow-ui-src-lib-components-my-queue.mjs"
|
|
125
119
|
},
|
|
126
|
-
"./src/lib/components/
|
|
127
|
-
"types": "./src/lib/components/
|
|
128
|
-
"esm2022": "./esm2022/src/lib/components/
|
|
129
|
-
"esm": "./esm2022/src/lib/components/
|
|
130
|
-
"default": "./fesm2022/verben-workflow-ui-src-lib-components-
|
|
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"
|
|
131
125
|
},
|
|
132
126
|
"./src/lib/components/stage-details": {
|
|
133
127
|
"types": "./src/lib/components/stage-details/index.d.ts",
|
|
@@ -141,6 +135,12 @@
|
|
|
141
135
|
"esm": "./esm2022/src/lib/components/task-form/verben-workflow-ui-src-lib-components-task-form.mjs",
|
|
142
136
|
"default": "./fesm2022/verben-workflow-ui-src-lib-components-task-form.mjs"
|
|
143
137
|
},
|
|
138
|
+
"./src/lib/components/task-history": {
|
|
139
|
+
"types": "./src/lib/components/task-history/index.d.ts",
|
|
140
|
+
"esm2022": "./esm2022/src/lib/components/task-history/verben-workflow-ui-src-lib-components-task-history.mjs",
|
|
141
|
+
"esm": "./esm2022/src/lib/components/task-history/verben-workflow-ui-src-lib-components-task-history.mjs",
|
|
142
|
+
"default": "./fesm2022/verben-workflow-ui-src-lib-components-task-history.mjs"
|
|
143
|
+
},
|
|
144
144
|
"./src/lib/components/task-notification": {
|
|
145
145
|
"types": "./src/lib/components/task-notification/index.d.ts",
|
|
146
146
|
"esm2022": "./esm2022/src/lib/components/task-notification/verben-workflow-ui-src-lib-components-task-notification.mjs",
|
|
@@ -153,12 +153,6 @@
|
|
|
153
153
|
"esm": "./esm2022/src/lib/components/tasks/verben-workflow-ui-src-lib-components-tasks.mjs",
|
|
154
154
|
"default": "./fesm2022/verben-workflow-ui-src-lib-components-tasks.mjs"
|
|
155
155
|
},
|
|
156
|
-
"./src/lib/components/workflow-designer": {
|
|
157
|
-
"types": "./src/lib/components/workflow-designer/index.d.ts",
|
|
158
|
-
"esm2022": "./esm2022/src/lib/components/workflow-designer/verben-workflow-ui-src-lib-components-workflow-designer.mjs",
|
|
159
|
-
"esm": "./esm2022/src/lib/components/workflow-designer/verben-workflow-ui-src-lib-components-workflow-designer.mjs",
|
|
160
|
-
"default": "./fesm2022/verben-workflow-ui-src-lib-components-workflow-designer.mjs"
|
|
161
|
-
},
|
|
162
156
|
"./src/lib/components/wf": {
|
|
163
157
|
"types": "./src/lib/components/wf/index.d.ts",
|
|
164
158
|
"esm2022": "./esm2022/src/lib/components/wf/verben-workflow-ui-src-lib-components-wf.mjs",
|
|
@@ -171,6 +165,12 @@
|
|
|
171
165
|
"esm": "./esm2022/src/lib/components/workflow/verben-workflow-ui-src-lib-components-workflow.mjs",
|
|
172
166
|
"default": "./fesm2022/verben-workflow-ui-src-lib-components-workflow.mjs"
|
|
173
167
|
},
|
|
168
|
+
"./src/lib/components/workflow-designer": {
|
|
169
|
+
"types": "./src/lib/components/workflow-designer/index.d.ts",
|
|
170
|
+
"esm2022": "./esm2022/src/lib/components/workflow-designer/verben-workflow-ui-src-lib-components-workflow-designer.mjs",
|
|
171
|
+
"esm": "./esm2022/src/lib/components/workflow-designer/verben-workflow-ui-src-lib-components-workflow-designer.mjs",
|
|
172
|
+
"default": "./fesm2022/verben-workflow-ui-src-lib-components-workflow-designer.mjs"
|
|
173
|
+
},
|
|
174
174
|
"./src/lib/components/workflows": {
|
|
175
175
|
"types": "./src/lib/components/workflows/index.d.ts",
|
|
176
176
|
"esm2022": "./esm2022/src/lib/components/workflows/verben-workflow-ui-src-lib-components-workflows.mjs",
|
|
@@ -18,7 +18,6 @@ export declare class StageDialogComponent implements OnInit {
|
|
|
18
18
|
tags: Tag[];
|
|
19
19
|
actorRules: StageActorRule[];
|
|
20
20
|
assignmentTypes: TaskAssignmentType[];
|
|
21
|
-
selectedTagIds: string[];
|
|
22
21
|
hasOutgoingConnections: boolean;
|
|
23
22
|
constructor(fb: FormBuilder, dataService: WorkflowDataService, nodeService: NodeManagementService, popupService: PopupService);
|
|
24
23
|
ngOnInit(): void;
|
|
@@ -34,8 +33,6 @@ export declare class StageDialogComponent implements OnInit {
|
|
|
34
33
|
private checkOutgoingConnections;
|
|
35
34
|
onDialogClose(event: any): void;
|
|
36
35
|
saveStage(): void;
|
|
37
|
-
toggleTagSelection(tagId: string): void;
|
|
38
|
-
isTagSelected(tagId: string): boolean;
|
|
39
36
|
onDialogOpen(event: any): void;
|
|
40
37
|
deleteStage(): void;
|
|
41
38
|
static ɵfac: i0.ɵɵFactoryDeclaration<StageDialogComponent, never>;
|
|
@@ -17,6 +17,6 @@ import * as i15 from "verben-workflow-ui/src/lib/components/designer";
|
|
|
17
17
|
import * as i16 from "verben-reporting-ui";
|
|
18
18
|
export declare class WorkflowDesignerModule {
|
|
19
19
|
static ɵfac: i0.ɵɵFactoryDeclaration<WorkflowDesignerModule, never>;
|
|
20
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<WorkflowDesignerModule, [typeof i1.WorkflowDesignerComponent, typeof i2.DesignerToolbarComponent, typeof i3.DesignerCanvasComponent, typeof i4.SwimlaneDialogComponent, typeof i5.StageNodeComponent, typeof i6.StageDialogComponent, typeof i7.ConditionsPopupComponent, typeof i8.DecisionPopupComponent, typeof i9.EscalationDialogComponent, typeof i10.ActionDialogComponent, typeof i11.ActorTagsDialogComponent], [typeof i12.CommonModule, typeof i13.VerbenDialogueModule, typeof i14.FormsModule, typeof i14.ReactiveFormsModule, typeof i13.VerbenPopUpModule, typeof i13.VerbenaButtonModule, typeof i13.DropDownModule, typeof i15.LabelEditorComponent, typeof i16.EditorModule, typeof i13.VerbenaInputModule, typeof i13.VerbenaSwitchModule], [typeof i1.WorkflowDesignerComponent]>;
|
|
20
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<WorkflowDesignerModule, [typeof i1.WorkflowDesignerComponent, typeof i2.DesignerToolbarComponent, typeof i3.DesignerCanvasComponent, typeof i4.SwimlaneDialogComponent, typeof i5.StageNodeComponent, typeof i6.StageDialogComponent, typeof i7.ConditionsPopupComponent, typeof i8.DecisionPopupComponent, typeof i9.EscalationDialogComponent, typeof i10.ActionDialogComponent, typeof i11.ActorTagsDialogComponent], [typeof i12.CommonModule, typeof i13.VerbenDialogueModule, typeof i14.FormsModule, typeof i14.ReactiveFormsModule, typeof i13.VerbenPopUpModule, typeof i13.VerbenaButtonModule, typeof i13.DropDownModule, typeof i15.LabelEditorComponent, typeof i16.EditorModule, typeof i13.VerbenaInputModule, typeof i13.VerbenaSwitchModule, typeof i13.VerbenaTextareaModule], [typeof i1.WorkflowDesignerComponent]>;
|
|
21
21
|
static ɵinj: i0.ɵɵInjectorDeclaration<WorkflowDesignerModule>;
|
|
22
22
|
}
|
package/styles/styles.css
CHANGED
|
@@ -699,9 +699,6 @@ video {
|
|
|
699
699
|
.h-2\.5 {
|
|
700
700
|
height: 0.625rem;
|
|
701
701
|
}
|
|
702
|
-
.h-4 {
|
|
703
|
-
height: 1rem;
|
|
704
|
-
}
|
|
705
702
|
.h-\[100\%\] {
|
|
706
703
|
height: 100%;
|
|
707
704
|
}
|
|
@@ -733,9 +730,6 @@ video {
|
|
|
733
730
|
.h-full {
|
|
734
731
|
height: 100%;
|
|
735
732
|
}
|
|
736
|
-
.max-h-40 {
|
|
737
|
-
max-height: 10rem;
|
|
738
|
-
}
|
|
739
733
|
.max-h-48 {
|
|
740
734
|
max-height: 12rem;
|
|
741
735
|
}
|
|
@@ -754,9 +748,6 @@ video {
|
|
|
754
748
|
.w-3 {
|
|
755
749
|
width: 0.75rem;
|
|
756
750
|
}
|
|
757
|
-
.w-4 {
|
|
758
|
-
width: 1rem;
|
|
759
|
-
}
|
|
760
751
|
.w-64 {
|
|
761
752
|
width: 16rem;
|
|
762
753
|
}
|
|
@@ -911,6 +902,9 @@ video {
|
|
|
911
902
|
.gap-y-2 {
|
|
912
903
|
row-gap: 0.5rem;
|
|
913
904
|
}
|
|
905
|
+
.gap-y-4 {
|
|
906
|
+
row-gap: 1rem;
|
|
907
|
+
}
|
|
914
908
|
.space-y-1 > :not([hidden]) ~ :not([hidden]) {
|
|
915
909
|
--tw-space-y-reverse: 0;
|
|
916
910
|
margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
|