vcomply-workflow-engine 7.0.0 → 7.0.2
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/workflow-policy/workflow-policy.component.mjs +39 -23
- package/esm2022/lib/workflow-program/create-program-ui/user-group-list/user-group-list.component.mjs +3 -4
- package/fesm2022/vcomply-workflow-engine.mjs +40 -25
- package/fesm2022/vcomply-workflow-engine.mjs.map +1 -1
- package/lib/workflow-policy/workflow-policy.component.d.ts +2 -0
- package/package.json +1 -1
|
@@ -137,6 +137,7 @@ export declare class WorkflowPolicyComponent implements OnInit {
|
|
|
137
137
|
SelectedListOfPolicies: any[];
|
|
138
138
|
paginatedUsersList: any;
|
|
139
139
|
isPaginationEnabled: boolean;
|
|
140
|
+
paginatedUsersCache: Map<string, any>;
|
|
140
141
|
loader: boolean;
|
|
141
142
|
categoriesListLoaded: boolean;
|
|
142
143
|
groupsListLoaded: boolean;
|
|
@@ -434,6 +435,7 @@ export declare class WorkflowPolicyComponent implements OnInit {
|
|
|
434
435
|
refreshPaginatedUsersList(): void;
|
|
435
436
|
setPaginationOptions(data: any, searchKey: string): void;
|
|
436
437
|
onAllAttestorsToggle(selected: boolean): void;
|
|
438
|
+
isCachedData(page: string): boolean;
|
|
437
439
|
static ɵfac: i0.ɵɵFactoryDeclaration<WorkflowPolicyComponent, never>;
|
|
438
440
|
static ɵcmp: i0.ɵɵComponentDeclaration<WorkflowPolicyComponent, "app-workflow-policy", never, { "mode": { "alias": "mode"; "required": false; }; "policyId": { "alias": "policyId"; "required": false; }; "feature": { "alias": "feature"; "required": false; }; "convertFileData": { "alias": "convertFileData"; "required": false; }; "selectedCategory": { "alias": "selectedCategory"; "required": false; }; "isSendForAttestation": { "alias": "isSendForAttestation"; "required": false; }; "templateId": { "alias": "templateId"; "required": false; }; }, { "pickerChanged": "pickerChanged"; "showConfirmationAlert": "showConfirmationAlert"; "populateOption": "populateOption"; "disconnectRefresh": "disconnectRefresh"; "shiftToEditMode": "shiftToEditMode"; }, never, never, false, never>;
|
|
439
441
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vcomply-workflow-engine",
|
|
3
|
-
"version": "7.0.
|
|
3
|
+
"version": "7.0.2",
|
|
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 "
|