vcomply-workflow-engine 3.4.22 → 3.4.24

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 (101) hide show
  1. package/esm2020/lib/add-multiple-responsibility/add-multiple-responsibility.component.mjs +2 -4
  2. package/esm2020/lib/add-multiple-risk/add-multiple-risk.component.mjs +2 -3
  3. package/esm2020/lib/formgroup/cs-select/cs-select.component.mjs +5 -5
  4. package/esm2020/lib/formgroup/cs-switch/cs-switch.component.mjs +1 -4
  5. package/esm2020/lib/log-an-issue/log-an-issue.component.mjs +1 -11
  6. package/esm2020/lib/more-option/more-option.component.mjs +5 -6
  7. package/esm2020/lib/pipes/filter.pipe.mjs +1 -2
  8. package/esm2020/lib/pipes/search.pipe.mjs +3 -5
  9. package/esm2020/lib/sharedComponents/approval-workflow/approval-create-form/approval-create-form.component.mjs +3 -7
  10. package/esm2020/lib/sharedComponents/approval-workflow/approval-workflow-list/approval-workflow-list.component.mjs +1 -5
  11. package/esm2020/lib/sharedComponents/approval-workflow/approval-workflow.component.mjs +1 -7
  12. package/esm2020/lib/sharedComponents/assessment-editor/create-assessment-container/create-assessment-container.component.mjs +80 -36
  13. package/esm2020/lib/sharedComponents/assessment-list/assessment-list.component.mjs +27 -21
  14. package/esm2020/lib/sharedComponents/assessment-preview/preview/preview.component.mjs +7 -4
  15. package/esm2020/lib/sharedComponents/audit-category-list/audit-category-list.component.mjs +3 -4
  16. package/esm2020/lib/sharedComponents/bulk-responsibility-view/bulk-responsibility-view.component.mjs +3 -9
  17. package/esm2020/lib/sharedComponents/bulk-view/bulk-view.component.mjs +9 -7
  18. package/esm2020/lib/sharedComponents/category-multiselect/category-multi-select.component.mjs +6 -8
  19. package/esm2020/lib/sharedComponents/checkpoint/checkpoints/checkpoints.component.mjs +93 -27
  20. package/esm2020/lib/sharedComponents/checkpoint/checkpoints-questions/checkpoints-questions.component.mjs +11 -9
  21. package/esm2020/lib/sharedComponents/checkpoint-policy/checkpoints-policy-container/checkpoints-policy-container.component.mjs +13 -12
  22. package/esm2020/lib/sharedComponents/checkpoint-policy/checkpoints-policy-questions/checkpoints-policy-questions.component.mjs +28 -19
  23. package/esm2020/lib/sharedComponents/floating-bar/floating-bar.component.mjs +8 -8
  24. package/esm2020/lib/sharedComponents/format-and-evidence/format-and-evidence.component.mjs +35 -37
  25. package/esm2020/lib/sharedComponents/framework-list/parent-table/parent-table.component.mjs +7 -7
  26. package/esm2020/lib/sharedComponents/frequency/frequency-biannual/frequency-biannual.component.mjs +1 -12
  27. package/esm2020/lib/sharedComponents/frequency/frequency-container/frequency-container.component.mjs +1 -3
  28. package/esm2020/lib/sharedComponents/frequency/frequency-daily/frequency-daily.component.mjs +1 -13
  29. package/esm2020/lib/sharedComponents/frequency/frequency-due-date/frequency-due-date.component.mjs +1 -7
  30. package/esm2020/lib/sharedComponents/frequency/frequency-lifecycle/frequency-lifecycle.component.mjs +1 -26
  31. package/esm2020/lib/sharedComponents/frequency/frequency-monthly/frequency-monthly.component.mjs +1 -15
  32. package/esm2020/lib/sharedComponents/frequency/frequency-one-time/frequency-one-time.component.mjs +1 -14
  33. package/esm2020/lib/sharedComponents/frequency/frequency-ongoing/frequency-ongoing.component.mjs +14 -8
  34. package/esm2020/lib/sharedComponents/frequency/frequency-quarterly/frequency-quarterly.component.mjs +1 -13
  35. package/esm2020/lib/sharedComponents/frequency/frequency-radio-list/frequency-radio-list.component.mjs +1 -2
  36. package/esm2020/lib/sharedComponents/frequency/frequency-random/frequency-random.component.mjs +1 -18
  37. package/esm2020/lib/sharedComponents/frequency/frequency-top/frequency-top.component.mjs +2 -2
  38. package/esm2020/lib/sharedComponents/frequency/frequency-weekly/frequency-weekly.component.mjs +1 -12
  39. package/esm2020/lib/sharedComponents/frequency/frequency.service.mjs +2 -11
  40. package/esm2020/lib/sharedComponents/frequency-dialog/frequency-dialog-annual/frequency-dialog-annual.component.mjs +1 -2
  41. package/esm2020/lib/sharedComponents/frequency-dialog/frequency-dialog-biannual/frequency-dialog-biannual.component.mjs +1 -2
  42. package/esm2020/lib/sharedComponents/frequency-dialog/frequency-dialog-monthly/frequency-dialog-monthly.component.mjs +1 -2
  43. package/esm2020/lib/sharedComponents/frequency-dialog/frequency-dialog-one-time/frequency-dialog-one-time.component.mjs +1 -2
  44. package/esm2020/lib/sharedComponents/frequency-dialog/frequency-dialog-quarterly/frequency-dialog-quarterly.component.mjs +1 -2
  45. package/esm2020/lib/sharedComponents/frequency-dialog/frequency-dialog-radio-list/frequency-dialog-radio-list.component.mjs +1 -2
  46. package/esm2020/lib/sharedComponents/frequency-dialog/frequency-dialog-top/frequency-dialog-top.component.mjs +2 -2
  47. package/esm2020/lib/sharedComponents/group-users-list/group-users-list.component.mjs +1 -3
  48. package/esm2020/lib/sharedComponents/link-program/link-program/link-program.component.mjs +48 -38
  49. package/esm2020/lib/sharedComponents/link-program/restapi.service.mjs +31 -16
  50. package/esm2020/lib/sharedComponents/no-data/no-data.component.mjs +2 -4
  51. package/esm2020/lib/sharedComponents/owner-list/owner-list.component.mjs +12 -10
  52. package/esm2020/lib/sharedComponents/program-listing/program-listing.component.mjs +127 -58
  53. package/esm2020/lib/sharedComponents/radio-list-with-pagination/radio-list.component.mjs +4 -7
  54. package/esm2020/lib/sharedComponents/risk-classification/risk-classification.component.mjs +11 -6
  55. package/esm2020/lib/sharedComponents/select-approvers/select-approvers.component.mjs +1 -2
  56. package/esm2020/lib/sharedComponents/users-radio-list/users-radio-list.component.mjs +2 -3
  57. package/esm2020/lib/ui-kit/formgroup/cs-switch/cs-switch.component.mjs +1 -4
  58. package/esm2020/lib/ui-kit/popover/popover-longpress.directive.mjs +1 -3
  59. package/esm2020/lib/ui-kit/popover/popover.component.mjs +26 -12
  60. package/esm2020/lib/ui-kit/tooltip/tooltip.directive.mjs +8 -5
  61. package/esm2020/lib/workflow/shared/components/attributes/attributes.component.mjs +1 -2
  62. package/esm2020/lib/workflow/shared/components/edit-mode/edit-mode.component.mjs +1 -4
  63. package/esm2020/lib/workflow/shared/components/grc-object-list/grc-object-list.component.mjs +1 -2
  64. package/esm2020/lib/workflow/shared/components/list-popup/list-popup.component.mjs +1 -4
  65. package/esm2020/lib/workflow/shared/components/table-card/table-card.component.mjs +4 -8
  66. package/esm2020/lib/workflow-assessment/import-an-assessment/import-an-assessment.component.mjs +245 -108
  67. package/esm2020/lib/workflow-assessment/workflow-assessment.component.mjs +2 -4
  68. package/esm2020/lib/workflow-compliance/workflow-compliance.component.mjs +10 -8
  69. package/esm2020/lib/workflow-engine-container/workflow-engine-container.component.mjs +1 -5
  70. package/esm2020/lib/workflow-policy/workflow-policy.component.mjs +5 -5
  71. package/esm2020/lib/workflow-program/create-program-ui/assessment-picker/assessment-picker.component.mjs +45 -45
  72. package/esm2020/lib/workflow-program/create-program-ui/define-framework-listing/define-framework-listing.component.mjs +43 -25
  73. package/esm2020/lib/workflow-program/create-program-ui/define-framework-listing/pipes/sub-cat-indeter.pipe.mjs +4 -4
  74. package/esm2020/lib/workflow-program/create-program-ui/floating-bar/floating-bar.component.mjs +1 -2
  75. package/esm2020/lib/workflow-program/create-program-ui/pagination/pagination/pagination.component.mjs +25 -14
  76. package/esm2020/lib/workflow-program/create-program-ui/pipes/assessment-resolver.pipe.mjs +6 -3
  77. package/esm2020/lib/workflow-program/create-program-ui/role-list/role-list.component.mjs +25 -19
  78. package/esm2020/lib/workflow-program/create-program-ui/user-group-list/user-group-list.component.mjs +1 -4
  79. package/esm2020/lib/workflow-program/workflow-program.component.mjs +232 -110
  80. package/esm2020/lib/workflow-services/add-risk.service.mjs +1 -2
  81. package/esm2020/lib/workflow-services/assessment.service.mjs +1 -5
  82. package/esm2020/lib/workflow-services/programs.service.mjs +173 -57
  83. package/fesm2015/vcomply-workflow-engine.mjs +1380 -938
  84. package/fesm2015/vcomply-workflow-engine.mjs.map +1 -1
  85. package/fesm2020/vcomply-workflow-engine.mjs +1390 -943
  86. package/fesm2020/vcomply-workflow-engine.mjs.map +1 -1
  87. package/lib/formgroup/cs-switch/cs-switch.component.d.ts +2 -3
  88. package/lib/sharedComponents/assessment-list/assessment-list.component.d.ts +4 -5
  89. package/lib/sharedComponents/bulk-responsibility-view/bulk-responsibility-view.component.d.ts +2 -3
  90. package/lib/sharedComponents/bulk-view/bulk-view.component.d.ts +2 -3
  91. package/lib/sharedComponents/frequency/frequency-lifecycle/frequency-lifecycle.component.d.ts +2 -4
  92. package/lib/sharedComponents/frequency/frequency-ongoing/frequency-ongoing.component.d.ts +1 -1
  93. package/lib/sharedComponents/link-program/restapi.service.d.ts +3 -3
  94. package/lib/sharedComponents/no-data/no-data.component.d.ts +2 -4
  95. package/lib/ui-kit/formgroup/cs-switch/cs-switch.component.d.ts +2 -3
  96. package/lib/workflow/shared/components/edit-mode/edit-mode.component.d.ts +2 -3
  97. package/lib/workflow/shared/components/list-popup/list-popup.component.d.ts +2 -3
  98. package/lib/workflow/shared/components/table-card/table-card.component.d.ts +2 -5
  99. package/lib/workflow-program/create-program-ui/assessment-picker/assessment-picker.component.d.ts +8 -9
  100. package/lib/workflow-program/create-program-ui/pagination/pagination/pagination.component.d.ts +2 -4
  101. package/package.json +1 -1
@@ -1,6 +1,6 @@
1
- import { EventEmitter, OnInit } from '@angular/core';
1
+ import { EventEmitter } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
- export declare class CsSwitchComponent implements OnInit {
3
+ export declare class CsSwitchComponent {
4
4
  disabled: boolean;
5
5
  ngValue: any;
6
6
  value: any;
@@ -8,7 +8,6 @@ export declare class CsSwitchComponent implements OnInit {
8
8
  tooltipMessage: any;
9
9
  position: any;
10
10
  constructor();
11
- ngOnInit(): void;
12
11
  valueChanged(): void;
13
12
  static ɵfac: i0.ɵɵFactoryDeclaration<CsSwitchComponent, never>;
14
13
  static ɵcmp: i0.ɵɵComponentDeclaration<CsSwitchComponent, "app-cs-switch", never, { "disabled": "disabled"; "ngValue": "ngValue"; "value": "value"; "tooltipMessage": "tooltipMessage"; "position": "position"; }, { "ngValueChange": "ngValueChange"; }, never, ["*"], false>;
@@ -1,10 +1,10 @@
1
- import { OnInit, EventEmitter, OnChanges, SimpleChanges } from '@angular/core';
1
+ import { OnInit, EventEmitter } from '@angular/core';
2
2
  import { AuthService } from '../../workflow-services/auth.service';
3
- import { ResponsibilityService } from "../../workflow-services/responsibility.service";
4
- import { AssessmentCategoryList } from "./service/assessment.interface";
3
+ import { ResponsibilityService } from '../../workflow-services/responsibility.service';
4
+ import { AssessmentCategoryList } from './service/assessment.interface';
5
5
  import { AssessmentService } from './service/assessment.service';
6
6
  import * as i0 from "@angular/core";
7
- export declare class AssessmentListComponent implements OnInit, OnChanges {
7
+ export declare class AssessmentListComponent implements OnInit {
8
8
  private responsibilityService;
9
9
  private assessmentService;
10
10
  private auth;
@@ -39,7 +39,6 @@ export declare class AssessmentListComponent implements OnInit, OnChanges {
39
39
  onAssessmentSelect: EventEmitter<any>;
40
40
  cancelAssessment: EventEmitter<any>;
41
41
  constructor(responsibilityService: ResponsibilityService, assessmentService: AssessmentService, auth: AuthService);
42
- ngOnChanges(changes: SimpleChanges): void;
43
42
  ngOnInit(): void;
44
43
  onAssessmentSelected(event: any): void;
45
44
  preview(evt: any): void;
@@ -1,6 +1,6 @@
1
- import { EventEmitter, OnInit } from '@angular/core';
1
+ import { EventEmitter } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
- export declare class BulkResponsibilityViewComponent implements OnInit {
3
+ export declare class BulkResponsibilityViewComponent {
4
4
  responsibilityBulkUpload: any;
5
5
  fileName: any;
6
6
  defaultOwner: any;
@@ -15,7 +15,6 @@ export declare class BulkResponsibilityViewComponent implements OnInit {
15
15
  isConfirmClickable: boolean;
16
16
  responsibilityMultiTabBulkUpload: any;
17
17
  ngOnChanges(): void;
18
- ngOnInit(): void;
19
18
  submit(): void;
20
19
  close(): void;
21
20
  static ɵfac: i0.ɵɵFactoryDeclaration<BulkResponsibilityViewComponent, never>;
@@ -1,6 +1,6 @@
1
- import { EventEmitter, OnInit, OnChanges } from '@angular/core';
1
+ import { EventEmitter, OnChanges } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
- export declare class BulkViewComponent implements OnInit, OnChanges {
3
+ export declare class BulkViewComponent implements OnChanges {
4
4
  riskBulkUpload: any;
5
5
  templateInfo: any;
6
6
  fileName: any;
@@ -12,7 +12,6 @@ export declare class BulkViewComponent implements OnInit, OnChanges {
12
12
  finalRisks: number;
13
13
  showCompleteAssessmentButton: boolean;
14
14
  ngOnChanges(): void;
15
- ngOnInit(): void;
16
15
  submit(completeAssessment: any): void;
17
16
  close(): void;
18
17
  static ɵfac: i0.ɵɵFactoryDeclaration<BulkViewComponent, never>;
@@ -1,9 +1,9 @@
1
- import { OnInit, EventEmitter, SimpleChanges, OnChanges, DoCheck } from '@angular/core';
1
+ import { OnInit, EventEmitter, SimpleChanges, OnChanges } from '@angular/core';
2
2
  import { DatePickerComponent } from 'ng2-date-picker';
3
3
  import moment from 'moment/moment';
4
4
  import { FrequencyService } from '../frequency.service';
5
5
  import * as i0 from "@angular/core";
6
- export declare class FrequencyLifecycleComponent implements OnInit, OnChanges, DoCheck {
6
+ export declare class FrequencyLifecycleComponent implements OnInit, OnChanges {
7
7
  private frequencyService;
8
8
  datePicker: DatePickerComponent;
9
9
  datePicker1: DatePickerComponent;
@@ -27,7 +27,6 @@ export declare class FrequencyLifecycleComponent implements OnInit, OnChanges, D
27
27
  getEndDate(event: any): void;
28
28
  changeEndDateObj(date: any): void;
29
29
  ngOnChanges(change: SimpleChanges): void;
30
- ngDoCheck(): void;
31
30
  openDatePicker(): void;
32
31
  openDatePicker1(): void;
33
32
  closeDatepicker(): void;
@@ -35,7 +34,6 @@ export declare class FrequencyLifecycleComponent implements OnInit, OnChanges, D
35
34
  endsAfter(event: any): number;
36
35
  endByChange(event: any): void;
37
36
  startFromChange(event: any): void;
38
- endDateModelChange(event: any): void;
39
37
  static ɵfac: i0.ɵɵFactoryDeclaration<FrequencyLifecycleComponent, never>;
40
38
  static ɵcmp: i0.ɵɵComponentDeclaration<FrequencyLifecycleComponent, "app-frequency-lifecycle", never, { "startDate": "startDate"; "endDate": "endDate"; "endBy": "endBy"; "occurrance": "occurrance"; "selectedLifecycleType": "selectedLifecycleType"; "id": "id"; "mode": "mode"; }, { "selectedOccurance": "selectedOccurance"; }, never, never, false>;
41
39
  }
@@ -1,5 +1,5 @@
1
1
  import { OnInit, EventEmitter } from '@angular/core';
2
- import { FrequencyService } from "../frequency.service";
2
+ import { FrequencyService } from '../frequency.service';
3
3
  import * as i0 from "@angular/core";
4
4
  export declare class FrequencyOngoingComponent implements OnInit {
5
5
  private frequencyService;
@@ -9,9 +9,9 @@ export declare class RestApiService implements HttpInterceptor {
9
9
  env: any;
10
10
  constructor(httpClient: HttpClient, authService: AuthService, config?: Configurations);
11
11
  /**
12
- * Interceptor where will intercept any thing has to be intercept in header like token or business cycle
13
- * anything related to common which needs to pass in each api
14
- */
12
+ * Interceptor where will intercept any thing has to be intercept in header like token or business cycle
13
+ * anything related to common which needs to pass in each api
14
+ */
15
15
  intercept(request: HttpRequest<any>, next: HttpHandler): Observable<HttpEvent<any>>;
16
16
  /**
17
17
  * This Handler contains REST_URL which is used to host the server.
@@ -1,6 +1,6 @@
1
- import { OnInit, EventEmitter } from '@angular/core';
1
+ import { EventEmitter } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
- export declare class NoDataComponent implements OnInit {
3
+ export declare class NoDataComponent {
4
4
  action: object;
5
5
  noDataImage: string;
6
6
  noDataText: string;
@@ -10,8 +10,6 @@ export declare class NoDataComponent implements OnInit {
10
10
  buttonAction: EventEmitter<any>;
11
11
  smallButton: boolean;
12
12
  button: any;
13
- constructor();
14
- ngOnInit(): void;
15
13
  actionEmitter(button: any): void;
16
14
  static ɵfac: i0.ɵɵFactoryDeclaration<NoDataComponent, never>;
17
15
  static ɵcmp: i0.ɵɵComponentDeclaration<NoDataComponent, "app-no-data", never, { "action": "action"; "noDataImage": "noDataImage"; "noDataText": "noDataText"; "noDataButton": "noDataButton"; "noDataSecButton": "noDataSecButton"; "altText": "altText"; "smallButton": "smallButton"; "button": "button"; }, { "buttonAction": "buttonAction"; }, never, never, false>;
@@ -1,6 +1,6 @@
1
- import { EventEmitter, OnInit } from '@angular/core';
1
+ import { EventEmitter } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
- export declare class CsSwitchComponent implements OnInit {
3
+ export declare class CsSwitchComponent {
4
4
  disabled: boolean;
5
5
  ngValue: any;
6
6
  value: any;
@@ -8,7 +8,6 @@ export declare class CsSwitchComponent implements OnInit {
8
8
  tooltipMessage: any;
9
9
  position: any;
10
10
  constructor();
11
- ngOnInit(): void;
12
11
  valueChanged(): void;
13
12
  static ɵfac: i0.ɵɵFactoryDeclaration<CsSwitchComponent, never>;
14
13
  static ɵcmp: i0.ɵɵComponentDeclaration<CsSwitchComponent, "app-cs-switch", never, { "disabled": "disabled"; "ngValue": "ngValue"; "value": "value"; "tooltipMessage": "tooltipMessage"; "position": "position"; }, { "ngValueChange": "ngValueChange"; }, never, never, false>;
@@ -1,6 +1,6 @@
1
- import { EventEmitter, OnInit } from '@angular/core';
1
+ import { EventEmitter } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
- export declare class EditModeComponent implements OnInit {
3
+ export declare class EditModeComponent {
4
4
  selectedData: Array<any>;
5
5
  type: string;
6
6
  nonRemovableIds: Array<number>;
@@ -10,7 +10,6 @@ export declare class EditModeComponent implements OnInit {
10
10
  isOnEdit: EventEmitter<any>;
11
11
  onRemoveData: EventEmitter<any>;
12
12
  constructor();
13
- ngOnInit(): void;
14
13
  removeItem(index: number): void;
15
14
  identify(index: any, item: any): any;
16
15
  static ɵfac: i0.ɵɵFactoryDeclaration<EditModeComponent, never>;
@@ -1,7 +1,7 @@
1
- import { EventEmitter, OnInit } from '@angular/core';
1
+ import { EventEmitter } from '@angular/core';
2
2
  import { ListObject, OpenedPopup } from '../../interfaces/add-grc';
3
3
  import * as i0 from "@angular/core";
4
- export declare class ListPopupComponent implements OnInit {
4
+ export declare class ListPopupComponent {
5
5
  openedPopup: OpenedPopup['type'];
6
6
  listObject: ListObject;
7
7
  tableCard: any;
@@ -12,7 +12,6 @@ export declare class ListPopupComponent implements OnInit {
12
12
  onSaveSelectedList: EventEmitter<any>;
13
13
  getOtherGRCObjects: EventEmitter<any>;
14
14
  constructor();
15
- ngOnInit(): void;
16
15
  saveSelectedList(selectedData: number[]): void;
17
16
  activeDeSelector(): void;
18
17
  getOtherGRCObjectList(event: any): void;
@@ -1,15 +1,12 @@
1
- import { EventEmitter, OnChanges, OnInit } from '@angular/core';
1
+ import { EventEmitter } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
- export declare class TableCardComponent implements OnInit, OnChanges {
3
+ export declare class TableCardComponent {
4
4
  tableCard: Array<any>;
5
5
  set getTableCard(tab: any);
6
6
  singleSelectedText: string;
7
7
  multipleSelectedText: string;
8
8
  selectedTab: number;
9
9
  setSelectedTab: EventEmitter<any>;
10
- constructor();
11
- ngOnInit(): void;
12
- ngOnChanges(changes: any): void;
13
10
  selectTab(tab: any): void;
14
11
  static ɵfac: i0.ɵɵFactoryDeclaration<TableCardComponent, never>;
15
12
  static ɵcmp: i0.ɵɵComponentDeclaration<TableCardComponent, "app-table-card", never, { "singleSelectedText": "singleSelectedText"; "multipleSelectedText": "multipleSelectedText"; "selectedTab": "selectedTab"; "getTableCard": "tableCard"; }, { "setSelectedTab": "setSelectedTab"; }, never, never, true>;
@@ -1,4 +1,4 @@
1
- import { EventEmitter, OnInit, SimpleChanges } from '@angular/core';
1
+ import { EventEmitter, OnInit } from '@angular/core';
2
2
  import { AuthService } from '../../../workflow-services/auth.service';
3
3
  import { AssessmentService } from './assessment.service';
4
4
  import * as i0 from "@angular/core";
@@ -30,7 +30,6 @@ export declare class AssessmentPickerComponent implements OnInit {
30
30
  cancelAssessment: EventEmitter<any>;
31
31
  selectedAssessmentArr: any;
32
32
  constructor(assessmentService: AssessmentService, auth: AuthService);
33
- ngOnChanges(changes: SimpleChanges): void;
34
33
  ngOnInit(): void;
35
34
  onAssessmentSelected(event: any): void;
36
35
  preview(evt: any): void;
@@ -77,13 +76,13 @@ export declare class AssessmentPickerComponent implements OnInit {
77
76
  save(): void;
78
77
  close(): void;
79
78
  /**
80
- * #### Description
81
- *
82
- * Returns the unique array of object based on unique key
83
- * @param array
84
- * @param key
85
- * @returns
86
- */
79
+ * #### Description
80
+ *
81
+ * Returns the unique array of object based on unique key
82
+ * @param array
83
+ * @param key
84
+ * @returns
85
+ */
87
86
  uniqueByProp(array: any, key: string): unknown[];
88
87
  static ɵfac: i0.ɵɵFactoryDeclaration<AssessmentPickerComponent, never>;
89
88
  static ɵcmp: i0.ɵɵComponentDeclaration<AssessmentPickerComponent, "assessment-picker", never, { "isEdit": "isEdit"; "setSelected": "selectedAssessment"; "selectedAssessmentData": "selectedAssessmentData"; }, { "onAssessmentSelect": "onAssessmentSelect"; "cancelAssessment": "cancelAssessment"; }, never, never, false>;
@@ -1,6 +1,6 @@
1
- import { EventEmitter, OnChanges, SimpleChanges } from '@angular/core';
1
+ import { EventEmitter } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
- export declare class PaginationComponent implements OnChanges {
3
+ export declare class PaginationComponent {
4
4
  currPage: number;
5
5
  from: number;
6
6
  to: number;
@@ -15,8 +15,6 @@ export declare class PaginationComponent implements OnChanges {
15
15
  enterPageNo: number | any;
16
16
  enterPressed: boolean;
17
17
  isInvalidInput: boolean;
18
- constructor();
19
- ngOnChanges(changes: SimpleChanges): void;
20
18
  startArray(): void;
21
19
  currentIndexUpdate(value: number): void;
22
20
  currentIndexAssign(value: number): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vcomply-workflow-engine",
3
- "version": "3.4.22",
3
+ "version": "3.4.24",
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"