vcomply-workflow-engine 5.0.24 → 5.0.25
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.
|
@@ -4,14 +4,12 @@ import { ReportACaseService } from '../services/report-a-case.service';
|
|
|
4
4
|
import { UiKitService } from '../../workflow-services/ui-kit.service';
|
|
5
5
|
import { OrganizationUserService } from '../../workflow-services/organization-user.service';
|
|
6
6
|
import { ResponsibilityService } from '../../workflow-services/responsibility.service';
|
|
7
|
-
import { ReportCasePermissionService } from '../../services/report-case-permission.service';
|
|
8
7
|
import * as i0 from "@angular/core";
|
|
9
8
|
export declare class WorkflowCaseComponent implements OnInit, OnDestroy {
|
|
10
9
|
private reportACaseService;
|
|
11
10
|
private uiKitService;
|
|
12
11
|
private organizationUserService;
|
|
13
12
|
private responsibilityService;
|
|
14
|
-
private permissionService;
|
|
15
13
|
reportTexts: {
|
|
16
14
|
case_type: string;
|
|
17
15
|
report_case: string;
|
|
@@ -334,7 +332,7 @@ export declare class WorkflowCaseComponent implements OnInit, OnDestroy {
|
|
|
334
332
|
caseReportedBy: EventEmitter<any>;
|
|
335
333
|
userListEmitter: EventEmitter<any>;
|
|
336
334
|
disconnectRefresh: EventEmitter<any>;
|
|
337
|
-
constructor(reportACaseService: ReportACaseService, uiKitService: UiKitService, organizationUserService: OrganizationUserService, responsibilityService: ResponsibilityService
|
|
335
|
+
constructor(reportACaseService: ReportACaseService, uiKitService: UiKitService, organizationUserService: OrganizationUserService, responsibilityService: ResponsibilityService);
|
|
338
336
|
ngOnDestroy(): void;
|
|
339
337
|
ngOnInit(): void;
|
|
340
338
|
permissionLoader(): void;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vcomply-workflow-engine",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.25",
|
|
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 "
|