vcomply-workflow-engine 6.1.13 → 6.1.15
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/lib/log-an-issue/log-an-issue.component.mjs +1 -1
- package/esm2022/lib/report-a-case/components/linked-responsibilities/linked-responsibilities.component.mjs +4 -2
- package/esm2022/lib/report-a-case/workflow-case/workflow-case.component.mjs +6 -4
- package/esm2022/lib/sharedComponents/link-responsibility/link-responsibility.component.mjs +5 -3
- package/fesm2022/vcomply-workflow-engine.mjs +13 -7
- package/fesm2022/vcomply-workflow-engine.mjs.map +1 -1
- package/lib/sharedComponents/link-responsibility/link-responsibility.component.d.ts +2 -1
- package/package.json +1 -1
|
@@ -11,6 +11,7 @@ export declare class LinkResponsibilityListComponent implements OnInit {
|
|
|
11
11
|
respIdKey: string;
|
|
12
12
|
selectedResponsibilityValues: any;
|
|
13
13
|
radioSelection: boolean;
|
|
14
|
+
parentResponsibility: any;
|
|
14
15
|
closeButton: EventEmitter<any>;
|
|
15
16
|
selectedResponsibility: EventEmitter<any>;
|
|
16
17
|
AVATAR_CONSTANTS: {
|
|
@@ -107,5 +108,5 @@ export declare class LinkResponsibilityListComponent implements OnInit {
|
|
|
107
108
|
viewResponsibility(id: any): void;
|
|
108
109
|
createSeparateResponsibilities(responsibility: any): any[];
|
|
109
110
|
static ɵfac: i0.ɵɵFactoryDeclaration<LinkResponsibilityListComponent, never>;
|
|
110
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<LinkResponsibilityListComponent, "app-link-responsibility-list", never, { "onCompletionOfResponsibility": { "alias": "onCompletionOfResponsibility"; "required": false; }; "feature": { "alias": "feature"; "required": false; }; "respIdKey": { "alias": "respIdKey"; "required": false; }; "selectedResponsibilityValues": { "alias": "selectedResponsibilityValues"; "required": false; }; "radioSelection": { "alias": "radioSelection"; "required": false; }; }, { "closeButton": "closeButton"; "selectedResponsibility": "selectedResponsibility"; }, never, never, false, never>;
|
|
111
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<LinkResponsibilityListComponent, "app-link-responsibility-list", never, { "onCompletionOfResponsibility": { "alias": "onCompletionOfResponsibility"; "required": false; }; "feature": { "alias": "feature"; "required": false; }; "respIdKey": { "alias": "respIdKey"; "required": false; }; "selectedResponsibilityValues": { "alias": "selectedResponsibilityValues"; "required": false; }; "radioSelection": { "alias": "radioSelection"; "required": false; }; "parentResponsibility": { "alias": "parentResponsibility"; "required": false; }; }, { "closeButton": "closeButton"; "selectedResponsibility": "selectedResponsibility"; }, never, never, false, never>;
|
|
111
112
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vcomply-workflow-engine",
|
|
3
|
-
"version": "6.1.
|
|
3
|
+
"version": "6.1.15",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@angular/common": " 12.x || 13.x || 14.x || 15.x || 16.x || 17.x || 18.x || 19.x ",
|
|
6
6
|
"@angular/core": " 12.x || 13.x || 14.x || 15.x || 16.x || 17.x || 18.x || 19.x "
|