@tuki-io/tuki-widgets 0.0.187 → 0.0.189

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tuki-io/tuki-widgets",
3
- "version": "0.0.187",
3
+ "version": "0.0.189",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^15.2.0",
6
6
  "@angular/core": "^15.2.0",
@@ -24,6 +24,7 @@ export declare class UserService implements OnInit {
24
24
  updateUserFields(body: any): any;
25
25
  moveUserToMT(customerId: any, user: ListUser): any;
26
26
  moveUserToDI(customerId: any, user: ListUser): any;
27
+ getMigrationFormStatus(customerId: number, formId: number): any;
27
28
  private getMoveUserBody;
28
29
  deleteUser(siteId: number, userId: string): Observable<any>;
29
30
  fetchUserById(id: string): Observable<Object>;
@@ -39,6 +39,9 @@ export declare class UsersListComponent implements OnInit, OnDestroy {
39
39
  readonly ON_PREM_ID = 2542;
40
40
  totalUsersCount: number;
41
41
  private readonly destroy$;
42
+ getTodayShortDate(): string;
43
+ private isMigrationStatusCompleted;
44
+ private isMigrationStatusFailed;
42
45
  get form(): FormGroup;
43
46
  constructor(userService: UserService, apiService: APIService, apiWebexService: ApiWebexService, notifications: NotificationService, usersSearchService: UsersSearchService, dialog: MatDialog);
44
47
  ngOnInit(): void;
@@ -68,6 +71,7 @@ export declare class UsersListComponent implements OnInit, OnDestroy {
68
71
  onFirmwareUpgradeClicked(user: ListUser): void;
69
72
  onRevertClicked(user: ListUser): void;
70
73
  private setUserPendingStatus;
74
+ private pollMigrationFormStatus;
71
75
  private setOriginalUserStatus;
72
76
  static ɵfac: i0.ɵɵFactoryDeclaration<UsersListComponent, never>;
73
77
  static ɵcmp: i0.ɵɵComponentDeclaration<UsersListComponent, "app-users-list", never, { "token": "token"; "customerId": "customerId"; "siteId": "siteId"; "host": "host"; }, { "openUser": "openUser"; "userMoved": "userMoved"; "switchToWizard": "switchToWizard"; "createUserRequested": "createUserRequested"; }, never, never, false, never>;