@skyux/lookup 12.18.0 → 12.19.0

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.
@@ -1,14 +1,13 @@
1
- import { AfterViewInit, ChangeDetectorRef, EventEmitter, Injector, OnDestroy, OnInit, TemplateRef } from '@angular/core';
1
+ import { ChangeDetectorRef, EventEmitter, Injector, OnDestroy, OnInit, TemplateRef } from '@angular/core';
2
2
  import { AbstractControl, ControlValueAccessor, UntypedFormControl, ValidationErrors, Validator } from '@angular/forms';
3
3
  import { SkyInputBoxHostService } from '@skyux/forms';
4
- import { SkyThemeService } from '@skyux/theme';
5
4
  import { Observable } from 'rxjs';
6
5
  import { SkyAutocompleteInputDirective } from '../autocomplete/autocomplete-input.directive';
7
6
  import { SkyAutocompleteSelectionChange } from '../autocomplete/types/autocomplete-selection-change';
8
7
  import { SkyCountryFieldCountry } from './types/country';
9
8
  import { SkyCountryFieldContext } from './types/country-field-context';
10
9
  import * as i0 from "@angular/core";
11
- export declare class SkyCountryFieldComponent implements AfterViewInit, ControlValueAccessor, OnDestroy, OnInit, Validator {
10
+ export declare class SkyCountryFieldComponent implements ControlValueAccessor, OnDestroy, OnInit, Validator {
12
11
  #private;
13
12
  inputBoxHostSvc?: SkyInputBoxHostService | undefined;
14
13
  /**
@@ -54,18 +53,15 @@ export declare class SkyCountryFieldComponent implements AfterViewInit, ControlV
54
53
  set selectedCountry(newCountry: SkyCountryFieldCountry | undefined);
55
54
  get selectedCountry(): SkyCountryFieldCountry | undefined;
56
55
  context: SkyCountryFieldContext | null;
57
- currentTheme: string;
58
56
  inputId: string;
59
57
  protected ariaDescribedBy: Observable<string | undefined> | undefined;
60
58
  inputTemplateRef: TemplateRef<unknown> | undefined;
61
- searchIconTemplateRef: TemplateRef<unknown> | undefined;
62
- constructor(changeDetector: ChangeDetectorRef, injector: Injector, inputBoxHostSvc?: SkyInputBoxHostService | undefined, themeSvc?: SkyThemeService);
59
+ constructor(changeDetector: ChangeDetectorRef, injector: Injector, inputBoxHostSvc?: SkyInputBoxHostService | undefined);
63
60
  /**
64
61
  * Angular lifecycle hook for when the component is initialized
65
62
  * @internal
66
63
  */
67
64
  ngOnInit(): void;
68
- ngAfterViewInit(): void;
69
65
  /**
70
66
  * Angular lifecycle hook for when the component is destructed.
71
67
  * @internal
@@ -95,6 +91,7 @@ export declare class SkyCountryFieldComponent implements AfterViewInit, ControlV
95
91
  setDisabledState(disabled: boolean): void;
96
92
  validate(control: AbstractControl): ValidationErrors | null;
97
93
  writeValue(value: SkyCountryFieldCountry | undefined): void;
98
- static ɵfac: i0.ɵɵFactoryDeclaration<SkyCountryFieldComponent, [null, null, { optional: true; }, { optional: true; }]>;
94
+ protected onFocus($event: FocusEvent): void;
95
+ static ɵfac: i0.ɵɵFactoryDeclaration<SkyCountryFieldComponent, [null, null, { optional: true; }]>;
99
96
  static ɵcmp: i0.ɵɵComponentDeclaration<SkyCountryFieldComponent, "sky-country-field", never, { "autocompleteAttribute": { "alias": "autocompleteAttribute"; "required": false; }; "defaultCountry": { "alias": "defaultCountry"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "supportedCountryISOs": { "alias": "supportedCountryISOs"; "required": false; }; }, { "selectedCountryChange": "selectedCountryChange"; "countryFieldFocusout": "countryFieldFocusout"; }, never, never, false, never>;
100
97
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skyux/lookup",
3
- "version": "12.18.0",
3
+ "version": "12.19.0",
4
4
  "author": "Blackbaud, Inc.",
5
5
  "keywords": [
6
6
  "blackbaud",
@@ -22,16 +22,16 @@
22
22
  "@angular/core": "^19.2.7",
23
23
  "@angular/forms": "^19.2.7",
24
24
  "@angular/platform-browser": "^19.2.7",
25
- "@skyux-sdk/testing": "12.18.0",
26
- "@skyux/core": "12.18.0",
27
- "@skyux/forms": "12.18.0",
28
- "@skyux/i18n": "12.18.0",
29
- "@skyux/icon": "12.18.0",
30
- "@skyux/indicators": "12.18.0",
31
- "@skyux/layout": "12.18.0",
32
- "@skyux/lists": "12.18.0",
33
- "@skyux/modals": "12.18.0",
34
- "@skyux/theme": "12.18.0"
25
+ "@skyux-sdk/testing": "12.19.0",
26
+ "@skyux/core": "12.19.0",
27
+ "@skyux/forms": "12.19.0",
28
+ "@skyux/i18n": "12.19.0",
29
+ "@skyux/icon": "12.19.0",
30
+ "@skyux/indicators": "12.19.0",
31
+ "@skyux/layout": "12.19.0",
32
+ "@skyux/lists": "12.19.0",
33
+ "@skyux/modals": "12.19.0",
34
+ "@skyux/theme": "12.19.0"
35
35
  },
36
36
  "dependencies": {
37
37
  "intl-tel-input": "25.2.1",