@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.
- package/documentation.json +24 -110
- package/esm2020/lib/modules/country-field/country-field.component.mjs +2 -1
- package/esm2020/lib/modules/lookup/lookup-show-more-modal.component.mjs +15 -4
- package/esm2020/lib/modules/lookup/lookup.component.mjs +5 -1
- package/fesm2015/skyux-lookup.mjs +19 -3
- package/fesm2015/skyux-lookup.mjs.map +1 -1
- package/fesm2020/skyux-lookup.mjs +19 -3
- package/fesm2020/skyux-lookup.mjs.map +1 -1
- package/lib/modules/country-field/country-field.component.d.ts +2 -1
- package/lib/modules/lookup/lookup-show-more-modal.component.d.ts +1 -0
- package/package.json +10 -10
|
@@ -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;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@skyux/lookup",
|
|
3
|
-
"version": "8.
|
|
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.
|
|
50
|
-
"@skyux/core": "8.
|
|
51
|
-
"@skyux/forms": "8.
|
|
52
|
-
"@skyux/i18n": "8.
|
|
53
|
-
"@skyux/indicators": "8.
|
|
54
|
-
"@skyux/layout": "8.
|
|
55
|
-
"@skyux/lists": "8.
|
|
56
|
-
"@skyux/modals": "8.
|
|
57
|
-
"@skyux/theme": "8.
|
|
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",
|