vcomply-workflow-engine 3.1.12 → 3.1.14

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.
Files changed (28) hide show
  1. package/esm2020/lib/workflow/grc-object/grc-object-container/grc-object-container.component.mjs +6 -4
  2. package/esm2020/lib/workflow/shared/components/attributes/attributes-checkbox/attributes-checkbox.component.mjs +3 -3
  3. package/esm2020/lib/workflow/shared/components/attributes/attributes-text-box/attributes-text-box.component.mjs +2 -2
  4. package/esm2020/lib/workflow/shared/components/attributes/attributes.component.mjs +4 -3
  5. package/esm2020/lib/workflow/shared/components/grc-category-listing/grc-category-listing.component.mjs +34 -13
  6. package/esm2020/lib/workflow/shared/components/grc-object-list/grc-object-list.component.mjs +3 -3
  7. package/esm2020/lib/workflow/shared/components/grc-responsibility-listing/grc-responsibility-listing.component.mjs +47 -28
  8. package/esm2020/lib/workflow/shared/components/risk-category-risk-listing/risk-category-risk-listing.component.mjs +22 -4
  9. package/esm2020/lib/workflow/shared/components/text-field/text-field.component.mjs +12 -6
  10. package/esm2020/lib/workflow/shared/components/text-field-icon/text-field-icon.component.mjs +3 -3
  11. package/esm2020/lib/workflow/shared/constants/cdn-link.constant.mjs +2 -1
  12. package/esm2020/lib/workflow/shared/services/grc.service.mjs +3 -294
  13. package/esm2020/lib/workflow-engine-container/workflow-engine-container.component.mjs +5 -4
  14. package/fesm2015/vcomply-workflow-engine.mjs +162 -385
  15. package/fesm2015/vcomply-workflow-engine.mjs.map +1 -1
  16. package/fesm2020/vcomply-workflow-engine.mjs +152 -378
  17. package/fesm2020/vcomply-workflow-engine.mjs.map +1 -1
  18. package/lib/workflow/grc-object/grc-object-container/grc-object-container.component.d.ts +3 -1
  19. package/lib/workflow/shared/components/attributes/attributes-text-box/attributes-text-box.component.d.ts +1 -0
  20. package/lib/workflow/shared/components/attributes/attributes.component.d.ts +3 -1
  21. package/lib/workflow/shared/components/grc-category-listing/grc-category-listing.component.d.ts +10 -3
  22. package/lib/workflow/shared/components/grc-object-list/grc-object-list.component.d.ts +1 -0
  23. package/lib/workflow/shared/components/grc-responsibility-listing/grc-responsibility-listing.component.d.ts +8 -3
  24. package/lib/workflow/shared/components/risk-category-risk-listing/risk-category-risk-listing.component.d.ts +5 -0
  25. package/lib/workflow/shared/components/text-field/text-field.component.d.ts +3 -1
  26. package/lib/workflow/shared/constants/cdn-link.constant.d.ts +1 -0
  27. package/lib/workflow/shared/services/grc.service.d.ts +0 -1
  28. package/package.json +1 -1
@@ -32,6 +32,7 @@ export declare class GrcObjectContainerComponent implements OnInit {
32
32
  grcType: string;
33
33
  customFields: string;
34
34
  noData: string;
35
+ linkOthers: string;
35
36
  };
36
37
  VALIDATION_MESSAGE: {
37
38
  grcObjectName: string;
@@ -81,6 +82,7 @@ export declare class GrcObjectContainerComponent implements OnInit {
81
82
  selectedRisks: any[];
82
83
  populateOption: EventEmitter<any>;
83
84
  pickerChanged: EventEmitter<any>;
85
+ closeWorkflow: EventEmitter<any>;
84
86
  otherGRCSubscription: Subscription;
85
87
  constructor(grcService: GrcService, apiService: ResponsibilityService, authService: AuthService);
86
88
  ngOnInit(): void;
@@ -127,5 +129,5 @@ export declare class GrcObjectContainerComponent implements OnInit {
127
129
  get grcValidationCheck(): boolean;
128
130
  getRiskCategoryPayload(selectedData: any): any;
129
131
  static ɵfac: i0.ɵɵFactoryDeclaration<GrcObjectContainerComponent, never>;
130
- static ɵcmp: i0.ɵɵComponentDeclaration<GrcObjectContainerComponent, "lib-grc-object-container", never, { "grcType": "grcType"; "MODE": "MODE"; "ID": "ID"; }, { "populateOption": "populateOption"; "pickerChanged": "pickerChanged"; }, never, never, false>;
132
+ static ɵcmp: i0.ɵɵComponentDeclaration<GrcObjectContainerComponent, "lib-grc-object-container", never, { "grcType": "grcType"; "MODE": "MODE"; "ID": "ID"; }, { "populateOption": "populateOption"; "pickerChanged": "pickerChanged"; "closeWorkflow": "closeWorkflow"; }, never, never, false>;
131
133
  }
@@ -26,6 +26,7 @@ export declare class AttributesTextBoxComponent {
26
26
  grcType: string;
27
27
  customFields: string;
28
28
  noData: string;
29
+ linkOthers: string;
29
30
  };
30
31
  VALIDATION_MESSAGE: {
31
32
  grcObjectName: string;
@@ -13,11 +13,13 @@ export declare class AttributesComponent implements OnInit {
13
13
  grcType: string;
14
14
  customFields: string;
15
15
  noData: string;
16
+ linkOthers: string;
16
17
  };
17
18
  openedPopup: string;
18
19
  selectedAttribute: any;
19
20
  currentIndex: number;
20
21
  isFormSubmitted: boolean;
22
+ disabled: boolean;
21
23
  onAttributesSelection: EventEmitter<any>;
22
24
  constructor(grcService: GrcService);
23
25
  ngOnInit(): void;
@@ -32,5 +34,5 @@ export declare class AttributesComponent implements OnInit {
32
34
  close(event: any): void;
33
35
  onRemoveData(removedInfo: any, index: number): void;
34
36
  static ɵfac: i0.ɵɵFactoryDeclaration<AttributesComponent, never>;
35
- static ɵcmp: i0.ɵɵComponentDeclaration<AttributesComponent, "lib-attributes", never, { "attributesInfo": "attributesInfo"; "isFormSubmitted": "isFormSubmitted"; }, { "onAttributesSelection": "onAttributesSelection"; }, never, never, true>;
37
+ static ɵcmp: i0.ɵɵComponentDeclaration<AttributesComponent, "lib-attributes", never, { "attributesInfo": "attributesInfo"; "isFormSubmitted": "isFormSubmitted"; "disabled": "disabled"; }, { "onAttributesSelection": "onAttributesSelection"; }, never, never, true>;
36
38
  }
@@ -9,15 +9,22 @@ export declare class GrcCategoryListingComponent implements OnInit {
9
9
  activeCategory: any;
10
10
  headerText: string;
11
11
  selectedCatAndRisk: any;
12
+ currentPage: number;
13
+ totalPage: number;
14
+ totalCategory: number;
15
+ perPageLimit: number;
16
+ selectedTabIndex: number;
12
17
  set categoryList(value: any);
13
- set getSelectedCatAndRisk(value: any);
18
+ set getSelectedCategoryIds(value: any);
14
19
  activeSelectedCategory: EventEmitter<any>;
20
+ onCategoryPageChange: EventEmitter<any>;
15
21
  constructor();
16
22
  ngOnInit(): void;
17
23
  getSelectedCategory(category: any, event: any): void;
18
24
  deleteEvent(category: any): void;
19
25
  onCategoryClick(category: any, clickedType: 'checked' | 'unchecked' | 'view'): void;
20
- getSelectedCategoriesId(selectedData: any): void;
26
+ setPaginationData(): void;
27
+ changePage(event: number): void;
21
28
  static ɵfac: i0.ɵɵFactoryDeclaration<GrcCategoryListingComponent, never>;
22
- static ɵcmp: i0.ɵɵComponentDeclaration<GrcCategoryListingComponent, "app-grc-category-listing", never, { "tableCard": "tableCard"; "headerText": "headerText"; "selectedCatAndRisk": "selectedCatAndRisk"; "categoryList": "categories"; "getSelectedCatAndRisk": "selectedCatAndRisk"; }, { "activeSelectedCategory": "activeSelectedCategory"; }, never, never, true>;
29
+ static ɵcmp: i0.ɵɵComponentDeclaration<GrcCategoryListingComponent, "app-grc-category-listing", never, { "tableCard": "tableCard"; "headerText": "headerText"; "currentPage": "currentPage"; "selectedTabIndex": "selectedTabIndex"; "selectedCatAndRisk": "selectedCatAndRisk"; "categoryList": "categories"; "getSelectedCategoryIds": "selectedCategoryIds"; }, { "activeSelectedCategory": "activeSelectedCategory"; "onCategoryPageChange": "onCategoryPageChange"; }, never, never, true>;
23
30
  }
@@ -9,6 +9,7 @@ export declare class GrcObjectListComponent implements OnInit {
9
9
  grcType: string;
10
10
  customFields: string;
11
11
  noData: string;
12
+ linkOthers: string;
12
13
  };
13
14
  tableCard: {
14
15
  title: string;
@@ -1,6 +1,9 @@
1
1
  import { EventEmitter, OnInit } from '@angular/core';
2
+ import { Configurations } from '../../../../configurations';
2
3
  import * as i0 from "@angular/core";
3
4
  export declare class GrcResponsibilityListingComponent implements OnInit {
5
+ profilePic: string;
6
+ env: any;
4
7
  dataList: any;
5
8
  headerText: string;
6
9
  selectedListData: any;
@@ -14,7 +17,8 @@ export declare class GrcResponsibilityListingComponent implements OnInit {
14
17
  set risksList(value: any);
15
18
  set getSelectedCatAndRisk(value: any);
16
19
  getUpdatedDataList: EventEmitter<any>;
17
- constructor();
20
+ changeSelectedCatAndRisk: EventEmitter<any>;
21
+ constructor(config?: Configurations);
18
22
  ngOnInit(): void;
19
23
  getSelectedData(responsibility: any, event: any): void;
20
24
  deleteEvent(responsibility: any): void;
@@ -23,6 +27,7 @@ export declare class GrcResponsibilityListingComponent implements OnInit {
23
27
  changePage(event: number): void;
24
28
  updateOrCreateCategory(categoryId: number, category: any): void;
25
29
  getSelectedDataAndIds(selectedData: any): void;
26
- static ɵfac: i0.ɵɵFactoryDeclaration<GrcResponsibilityListingComponent, never>;
27
- static ɵcmp: i0.ɵɵComponentDeclaration<GrcResponsibilityListingComponent, "app-grc-responsibility-listing", never, { "tableCard": "tableCard"; "activeCategory": "activeCategory"; "headerText": "headerText"; "currentPage": "currentPage"; "perPageLimit": "perPageLimit"; "totalListData": "totalListData"; "totalPages": "totalPages"; "selectedListData": "selectedListData"; "selectedListDataIds": "selectedListDataIds"; "selectedCatAndRisk": "selectedCatAndRisk"; "risksList": "dataList"; "getSelectedCatAndRisk": "selectedCatAndRisk"; }, { "getUpdatedDataList": "getUpdatedDataList"; }, never, never, true>;
30
+ findCheckedCategoryIndex(categoryId: number): number;
31
+ static ɵfac: i0.ɵɵFactoryDeclaration<GrcResponsibilityListingComponent, [{ optional: true; }]>;
32
+ static ɵcmp: i0.ɵɵComponentDeclaration<GrcResponsibilityListingComponent, "app-grc-responsibility-listing", never, { "tableCard": "tableCard"; "activeCategory": "activeCategory"; "headerText": "headerText"; "currentPage": "currentPage"; "perPageLimit": "perPageLimit"; "totalListData": "totalListData"; "totalPages": "totalPages"; "selectedListData": "selectedListData"; "selectedListDataIds": "selectedListDataIds"; "selectedCatAndRisk": "selectedCatAndRisk"; "risksList": "dataList"; "getSelectedCatAndRisk": "selectedCatAndRisk"; }, { "getUpdatedDataList": "getUpdatedDataList"; "changeSelectedCatAndRisk": "changeSelectedCatAndRisk"; }, never, never, true>;
28
33
  }
@@ -19,6 +19,7 @@ export declare class RiskCategoryRiskListingComponent implements OnInit {
19
19
  grcType: string;
20
20
  customFields: string;
21
21
  noData: string;
22
+ linkOthers: string;
22
23
  };
23
24
  categorySubscription: Subscription;
24
25
  riskSubscription: Subscription;
@@ -34,6 +35,7 @@ export declare class RiskCategoryRiskListingComponent implements OnInit {
34
35
  riskCurrentPage: number;
35
36
  selectedCatAndRisk: any;
36
37
  preSelectedCatAndRisk: any;
38
+ selectedCategoryIds: any;
37
39
  set selectedCatAndRiskData(value: any);
38
40
  closeUsersList: EventEmitter<any>;
39
41
  constructor(grcService: GrcService);
@@ -49,6 +51,9 @@ export declare class RiskCategoryRiskListingComponent implements OnInit {
49
51
  handleSearch(event: any): void;
50
52
  close(): void;
51
53
  save(): void;
54
+ onCategoryPageChange(event: any): void;
55
+ changeSelectedCatAndRisk(event: any): void;
56
+ getSelectedCategoriesId(selectedData: any): void;
52
57
  static ɵfac: i0.ɵɵFactoryDeclaration<RiskCategoryRiskListingComponent, never>;
53
58
  static ɵcmp: i0.ɵɵComponentDeclaration<RiskCategoryRiskListingComponent, "app-risk-category-risk-listing", never, { "selectedTab": "selectedTab"; "selectedCatAndRiskData": "selectedCatAndRisk"; }, { "closeUsersList": "closeUsersList"; }, never, never, true>;
54
59
  }
@@ -6,9 +6,11 @@ export declare class TextFieldComponent {
6
6
  textValue: string;
7
7
  isReadOnly: boolean;
8
8
  isEditMode: boolean;
9
+ disabled: boolean;
10
+ active: boolean;
9
11
  textValueChange: EventEmitter<string>;
10
12
  onClick: EventEmitter<void>;
11
13
  clickOutside: EventEmitter<void>;
12
14
  static ɵfac: i0.ɵɵFactoryDeclaration<TextFieldComponent, never>;
13
- static ɵcmp: i0.ɵɵComponentDeclaration<TextFieldComponent, "lib-text-field", never, { "titleText": "titleText"; "placeholderText": "placeholderText"; "textValue": "textValue"; "isReadOnly": "isReadOnly"; "isEditMode": "isEditMode"; }, { "textValueChange": "textValueChange"; "onClick": "onClick"; "clickOutside": "clickOutside"; }, never, ["[field-icons]", "[is-required]", "[edit-mode]", "[error-message]", "[rich-text-editor]"], true>;
15
+ static ɵcmp: i0.ɵɵComponentDeclaration<TextFieldComponent, "lib-text-field", never, { "titleText": "titleText"; "placeholderText": "placeholderText"; "textValue": "textValue"; "isReadOnly": "isReadOnly"; "isEditMode": "isEditMode"; "disabled": "disabled"; "active": "active"; }, { "textValueChange": "textValueChange"; "onClick": "onClick"; "clickOutside": "clickOutside"; }, never, ["[field-icons]", "[is-required]", "[edit-mode]", "[error-message]", "[rich-text-editor]"], true>;
14
16
  }
@@ -5,4 +5,5 @@ export declare const LINKS: {
5
5
  grcType: string;
6
6
  customFields: string;
7
7
  noData: string;
8
+ linkOthers: string;
8
9
  };
@@ -17,7 +17,6 @@ export declare class GrcService {
17
17
  readonly GRC_PAYLOAD: AddGrc;
18
18
  readonly LIST_OBJECT: ListObject;
19
19
  constructor(http: HttpClient, authService: AuthService, config?: Configurations);
20
- otherGrcObjects: any;
21
20
  getGRCList(event?: any): import("rxjs").Observable<any[]>;
22
21
  getGRCTabsCount(event?: any): import("rxjs").Observable<any[]>;
23
22
  checkValidation(grcPayload: AddGrc, isAttributesSelected: boolean): boolean | 0;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vcomply-workflow-engine",
3
- "version": "3.1.12",
3
+ "version": "3.1.14",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "10.x || 11.x || 12.x || 13.x || 14.x || 15.x || 16.x",
6
6
  "@angular/core": "10.x || 11.x || 12.x || 13.x || 14.x || 15.x || 16.x"