@skyux/lookup 12.31.0 → 12.32.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.
|
@@ -55,7 +55,7 @@ export declare class SkySearchComponent implements OnDestroy, OnInit, OnChanges
|
|
|
55
55
|
set debounceTime(value: number | undefined);
|
|
56
56
|
get debounceTime(): number;
|
|
57
57
|
/**
|
|
58
|
-
* Whether to disable the
|
|
58
|
+
* Whether to disable the search.
|
|
59
59
|
* @default false
|
|
60
60
|
*/
|
|
61
61
|
set disabled(value: boolean | undefined);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@skyux/lookup",
|
|
3
|
-
"version": "12.
|
|
3
|
+
"version": "12.32.0",
|
|
4
4
|
"author": "Blackbaud, Inc.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"blackbaud",
|
|
@@ -22,16 +22,16 @@
|
|
|
22
22
|
"@angular/core": "^19.2.14",
|
|
23
23
|
"@angular/forms": "^19.2.14",
|
|
24
24
|
"@angular/platform-browser": "^19.2.14",
|
|
25
|
-
"@skyux-sdk/testing": "12.
|
|
26
|
-
"@skyux/core": "12.
|
|
27
|
-
"@skyux/forms": "12.
|
|
28
|
-
"@skyux/i18n": "12.
|
|
29
|
-
"@skyux/icon": "12.
|
|
30
|
-
"@skyux/indicators": "12.
|
|
31
|
-
"@skyux/layout": "12.
|
|
32
|
-
"@skyux/lists": "12.
|
|
33
|
-
"@skyux/modals": "12.
|
|
34
|
-
"@skyux/theme": "12.
|
|
25
|
+
"@skyux-sdk/testing": "12.32.0",
|
|
26
|
+
"@skyux/core": "12.32.0",
|
|
27
|
+
"@skyux/forms": "12.32.0",
|
|
28
|
+
"@skyux/i18n": "12.32.0",
|
|
29
|
+
"@skyux/icon": "12.32.0",
|
|
30
|
+
"@skyux/indicators": "12.32.0",
|
|
31
|
+
"@skyux/layout": "12.32.0",
|
|
32
|
+
"@skyux/lists": "12.32.0",
|
|
33
|
+
"@skyux/modals": "12.32.0",
|
|
34
|
+
"@skyux/theme": "12.32.0"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
37
|
"intl-tel-input": "25.2.1",
|