@tuki-io/tuki-widgets 0.0.219-dev.19 → 0.0.219-dev.20

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.219-dev.19",
3
+ "version": "0.0.219-dev.20",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^15.2.0",
6
6
  "@angular/core": "^15.2.0",
@@ -54,6 +54,7 @@ export declare const USER_TYPES_MAP: {
54
54
  CUCM: string;
55
55
  WEBEX: string;
56
56
  ONPREM: string;
57
+ HYBRID: string;
57
58
  };
58
59
  export type USER_TYPES_TYPE = keyof typeof USER_TYPES_MAP | null;
59
60
  export declare const CUSTOMER_DESTINATION_MIGTATION_TYPE: {
@@ -37,6 +37,7 @@ export declare class UsersListComponent implements OnInit, OnDestroy {
37
37
  showMoveUserWizard: boolean;
38
38
  moveUserPending: boolean;
39
39
  private subscriptions;
40
+ showPaginator: boolean;
40
41
  activeSearchToken: string;
41
42
  activeUserType: USER_TYPES_TYPE;
42
43
  readonly ON_PREM_ID = 2542;
@@ -95,6 +96,7 @@ export declare class UsersListComponent implements OnInit, OnDestroy {
95
96
  private getUserIndexById;
96
97
  private setOriginalUserStatus;
97
98
  private subscribeToUpgradeUsersStatus;
99
+ private setShowPaginator;
98
100
  static ɵfac: i0.ɵɵFactoryDeclaration<UsersListComponent, never>;
99
101
  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>;
100
102
  }