@tuki-io/tuki-widgets 0.0.157 → 0.0.158

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.157",
3
+ "version": "0.0.158",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^15.2.0",
6
6
  "@angular/core": "^15.2.0",
@@ -39,7 +39,7 @@ export declare class DeviceManageWidgetComponent implements OnDestroy {
39
39
  get firstName(): string;
40
40
  get lastName(): string;
41
41
  get form(): FormGroup | undefined;
42
- get isWebex(): number | "" | null | undefined;
42
+ get isWebex(): boolean | "" | null;
43
43
  constructor(userService: UserService, deviceService: DeviceService, apiService: APIService, lineService: LineService, siteSettingsService: SiteSettingsService, validationService: ValidationService, dialog: MatDialog);
44
44
  ngOnInit(): void;
45
45
  showInput(): void;
@@ -14,7 +14,7 @@ export declare class UserCallingComponent implements OnInit {
14
14
  onExtensionChange: EventEmitter<any>;
15
15
  dataPending: boolean;
16
16
  get form(): FormGroup;
17
- get isWebex(): number | "" | null | undefined;
17
+ get isWebex(): boolean | "" | null;
18
18
  get formControl(): FormControl;
19
19
  get phoneNumberValue(): string;
20
20
  get lineAssociation(): LineAssociation | LineAssociationInterface;