@skyux/lookup 5.6.1 → 5.6.2

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.
@@ -101,9 +101,9 @@ export declare class SkyCountryFieldComponent implements AfterViewInit, ControlV
101
101
  * @internal
102
102
  */
103
103
  onCountrySelected(newCountry: SkyAutocompleteSelectionChange): void;
104
- onChange: Function;
105
- onTouched: Function;
106
- registerOnChange(fn: (value: any) => void): void;
104
+ onChange: (value: SkyCountryFieldCountry) => void;
105
+ onTouched: () => void;
106
+ registerOnChange(fn: (value: SkyCountryFieldCountry) => void): void;
107
107
  registerOnTouched(fn: () => void): void;
108
108
  setDisabledState(disabled: boolean): void;
109
109
  validate(control: AbstractControl): ValidationErrors;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skyux/lookup",
3
- "version": "5.6.1",
3
+ "version": "5.6.2",
4
4
  "author": "Blackbaud, Inc.",
5
5
  "keywords": [
6
6
  "blackbaud",
@@ -21,15 +21,15 @@
21
21
  "@angular/core": "^12.2.16",
22
22
  "@angular/forms": "^12.2.16",
23
23
  "@angular/platform-browser": "^12.2.16",
24
- "@skyux-sdk/testing": "5.6.1",
25
- "@skyux/core": "5.6.1",
26
- "@skyux/forms": "5.6.1",
27
- "@skyux/i18n": "5.6.1",
28
- "@skyux/indicators": "5.6.1",
29
- "@skyux/layout": "5.6.1",
30
- "@skyux/lists": "5.6.1",
31
- "@skyux/modals": "5.6.1",
32
- "@skyux/theme": "5.6.1"
24
+ "@skyux-sdk/testing": "5.6.2",
25
+ "@skyux/core": "5.6.2",
26
+ "@skyux/forms": "5.6.2",
27
+ "@skyux/i18n": "5.6.2",
28
+ "@skyux/indicators": "5.6.2",
29
+ "@skyux/layout": "5.6.2",
30
+ "@skyux/lists": "5.6.2",
31
+ "@skyux/modals": "5.6.2",
32
+ "@skyux/theme": "5.6.2"
33
33
  },
34
34
  "dependencies": {
35
35
  "intl-tel-input": "14.1.0",