vcomply-workflow-engine 2.6.66 → 2.6.68

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.
@@ -81,6 +81,7 @@ export declare class WorkflowPolicyComponent implements OnInit {
81
81
  unSelectOnClick: boolean;
82
82
  openOnClick: boolean;
83
83
  openOnFocus: boolean;
84
+ min: string;
84
85
  };
85
86
  frequencyDetails: {
86
87
  pattern: string;
@@ -128,7 +129,6 @@ export declare class WorkflowPolicyComponent implements OnInit {
128
129
  userInfo: any;
129
130
  policyApprovalFlag: number;
130
131
  baseURL: string;
131
- approverIds: any;
132
132
  constructor(policyService: PolicyService, snackBar: SnackBarService, uiKitService: UiKitService, authService: AuthService, responsibilityService: ResponsibilityService, router: Router, route: ActivatedRoute, frequencyService: FrequencyService, platformLocation: PlatformLocation, changeRef: ChangeDetectorRef);
133
133
  policyForm: PolicyForm;
134
134
  ngOnInit(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vcomply-workflow-engine",
3
- "version": "2.6.66",
3
+ "version": "2.6.68",
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"
@@ -22,4 +22,4 @@
22
22
  "typings": "vcomply-workflow-engine.d.ts",
23
23
  "metadata": "vcomply-workflow-engine.metadata.json",
24
24
  "sideEffects": false
25
- }
25
+ }