vcomply-workflow-engine 7.3.4 → 7.3.5

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.
@@ -112,7 +112,6 @@ export declare class UserGroupListComponent implements OnInit {
112
112
  defaultSelectedUserIds: any;
113
113
  set setDefaultSelectedUsers(value: any);
114
114
  userType: string;
115
- showConfirmation: boolean;
116
115
  setUserListInit(): void;
117
116
  allUserSelectedStatus(): void;
118
117
  set setGroupList(value: any);
@@ -159,7 +158,6 @@ export declare class UserGroupListComponent implements OnInit {
159
158
  currentTab: string;
160
159
  switchTab(tab: string): void;
161
160
  saveList(): void;
162
- confirmAction(evt: 'YES' | 'NO'): void;
163
161
  closeList(): void;
164
162
  /**
165
163
  * #### Description
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vcomply-workflow-engine",
3
- "version": "7.3.4",
3
+ "version": "7.3.5",
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 "