@skyux/lookup 5.7.2 → 5.8.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.
- package/bundles/skyux-lookup.umd.js +7 -5
- package/documentation.json +3 -3
- package/esm2015/lib/modules/country-field/country-field.component.js +4 -2
- package/esm2015/lib/modules/country-field/country-field.component.js.map +1 -1
- package/esm2015/lib/modules/lookup/lookup.component.js +1 -1
- package/esm2015/lib/modules/lookup/lookup.component.js.map +1 -1
- package/fesm2015/skyux-lookup.js +5 -3
- package/fesm2015/skyux-lookup.js.map +1 -1
- package/lib/modules/lookup/lookup.component.d.ts +1 -1
- package/package.json +12 -12
|
@@ -79,7 +79,7 @@ export declare class SkyLookupComponent extends SkyLookupAutocompleteAdapter imp
|
|
|
79
79
|
showMoreConfig: SkyLookupShowMoreConfig;
|
|
80
80
|
/**
|
|
81
81
|
* Specifies whether users can select one option or multiple options.
|
|
82
|
-
* @default "
|
|
82
|
+
* @default "multiple"
|
|
83
83
|
*/
|
|
84
84
|
set selectMode(value: SkyLookupSelectModeType);
|
|
85
85
|
get selectMode(): SkyLookupSelectModeType;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@skyux/lookup",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.8.2",
|
|
4
4
|
"author": "Blackbaud, Inc.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"blackbaud",
|
|
@@ -21,18 +21,18 @@
|
|
|
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.
|
|
25
|
-
"@skyux/core": "5.
|
|
26
|
-
"@skyux/forms": "5.
|
|
27
|
-
"@skyux/i18n": "5.
|
|
28
|
-
"@skyux/indicators": "5.
|
|
29
|
-
"@skyux/layout": "5.
|
|
30
|
-
"@skyux/lists": "5.
|
|
31
|
-
"@skyux/modals": "5.
|
|
32
|
-
"@skyux/theme": "5.
|
|
24
|
+
"@skyux-sdk/testing": "5.8.2",
|
|
25
|
+
"@skyux/core": "5.8.2",
|
|
26
|
+
"@skyux/forms": "5.8.2",
|
|
27
|
+
"@skyux/i18n": "5.8.2",
|
|
28
|
+
"@skyux/indicators": "5.8.2",
|
|
29
|
+
"@skyux/layout": "5.8.2",
|
|
30
|
+
"@skyux/lists": "5.8.2",
|
|
31
|
+
"@skyux/modals": "5.8.2",
|
|
32
|
+
"@skyux/theme": "5.8.2"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"intl-tel-input": "
|
|
35
|
+
"intl-tel-input": "17.0.16",
|
|
36
36
|
"tslib": "^2.3.1"
|
|
37
37
|
},
|
|
38
38
|
"main": "bundles/skyux-lookup.umd.js",
|
|
@@ -42,4 +42,4 @@
|
|
|
42
42
|
"fesm2015": "fesm2015/skyux-lookup.js",
|
|
43
43
|
"typings": "skyux-lookup.d.ts",
|
|
44
44
|
"sideEffects": false
|
|
45
|
-
}
|
|
45
|
+
}
|