@skyux/lookup 8.3.0 → 8.4.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.
@@ -13,7 +13,7 @@ export declare class SkyCountryFieldComponent implements AfterViewInit, ControlV
13
13
  #private;
14
14
  inputBoxHostSvc?: SkyInputBoxHostService | undefined;
15
15
  /**
16
- * The value for the `autocomplete` attribute on the form input.
16
+ * The value for the HTML `autocomplete` attribute on the form input.
17
17
  */
18
18
  autocompleteAttribute: string | undefined;
19
19
  /**
@@ -40,6 +40,7 @@ export declare class SkyCountryFieldComponent implements AfterViewInit, ControlV
40
40
  /**
41
41
  * Whether to include phone information in the selected country and country dropdown.
42
42
  * @default false
43
+ * @internal
43
44
  */
44
45
  set includePhoneInfo(value: boolean | undefined);
45
46
  get includePhoneInfo(): boolean;
@@ -22,6 +22,7 @@ export declare class SkyLookupShowMoreModalComponent implements AfterViewInit, O
22
22
  */
23
23
  id: string;
24
24
  items: any[];
25
+ itemsLoading: boolean;
25
26
  dataManagerConfig: {
26
27
  sortOptions: {
27
28
  id: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skyux/lookup",
3
- "version": "8.3.0",
3
+ "version": "8.4.0",
4
4
  "author": "Blackbaud, Inc.",
5
5
  "keywords": [
6
6
  "blackbaud",
@@ -46,15 +46,15 @@
46
46
  "@angular/core": "^15.2.9",
47
47
  "@angular/forms": "^15.2.9",
48
48
  "@angular/platform-browser": "^15.2.9",
49
- "@skyux-sdk/testing": "8.3.0",
50
- "@skyux/core": "8.3.0",
51
- "@skyux/forms": "8.3.0",
52
- "@skyux/i18n": "8.3.0",
53
- "@skyux/indicators": "8.3.0",
54
- "@skyux/layout": "8.3.0",
55
- "@skyux/lists": "8.3.0",
56
- "@skyux/modals": "8.3.0",
57
- "@skyux/theme": "8.3.0"
49
+ "@skyux-sdk/testing": "8.4.0",
50
+ "@skyux/core": "8.4.0",
51
+ "@skyux/forms": "8.4.0",
52
+ "@skyux/i18n": "8.4.0",
53
+ "@skyux/indicators": "8.4.0",
54
+ "@skyux/layout": "8.4.0",
55
+ "@skyux/lists": "8.4.0",
56
+ "@skyux/modals": "8.4.0",
57
+ "@skyux/theme": "8.4.0"
58
58
  },
59
59
  "dependencies": {
60
60
  "intl-tel-input": "17.0.21",