@skyux/lookup 12.37.0 → 12.38.1
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,8 +55,7 @@ export declare class SkyLookupComponent extends SkyLookupAutocompleteAdapter imp
|
|
|
55
55
|
* To set the disabled state on reactive forms, use the `FormControl` instead.
|
|
56
56
|
* @default false
|
|
57
57
|
*/
|
|
58
|
-
|
|
59
|
-
get disabled(): boolean;
|
|
58
|
+
disabled: boolean;
|
|
60
59
|
/**
|
|
61
60
|
* Whether the lookup field is required.
|
|
62
61
|
* @default false
|
|
@@ -67,8 +66,7 @@ export declare class SkyLookupComponent extends SkyLookupAutocompleteAdapter imp
|
|
|
67
66
|
* Whether to enable users to open a picker where they can view all options.
|
|
68
67
|
* @default false
|
|
69
68
|
*/
|
|
70
|
-
|
|
71
|
-
get enableShowMore(): boolean;
|
|
69
|
+
enableShowMore: boolean;
|
|
72
70
|
/**
|
|
73
71
|
* Placeholder text to display in the lookup field.
|
|
74
72
|
*/
|
|
@@ -83,8 +81,7 @@ export declare class SkyLookupComponent extends SkyLookupAutocompleteAdapter imp
|
|
|
83
81
|
* Whether to display a button that lets users add options to the list.
|
|
84
82
|
* @default false
|
|
85
83
|
*/
|
|
86
|
-
|
|
87
|
-
get showAddButton(): boolean;
|
|
84
|
+
showAddButton: boolean;
|
|
88
85
|
/**
|
|
89
86
|
* Configuration options for the picker that displays all options.
|
|
90
87
|
*/
|
|
@@ -157,5 +154,8 @@ export declare class SkyLookupComponent extends SkyLookupAutocompleteAdapter imp
|
|
|
157
154
|
onSearchAsync(args: SkyAutocompleteSearchAsyncArgs): void;
|
|
158
155
|
static ɵfac: i0.ɵɵFactoryDeclaration<SkyLookupComponent, [{ optional: true; self: true; }, { optional: true; }, { optional: true; }]>;
|
|
159
156
|
static ɵcmp: i0.ɵɵComponentDeclaration<SkyLookupComponent, "sky-lookup", never, { "ariaLabel": { "alias": "ariaLabel"; "required": false; }; "ariaLabelledBy": { "alias": "ariaLabelledBy"; "required": false; }; "autocompleteAttribute": { "alias": "autocompleteAttribute"; "required": false; }; "data": { "alias": "data"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "required": { "alias": "required"; "required": false; }; "enableShowMore": { "alias": "enableShowMore"; "required": false; }; "placeholderText": { "alias": "placeholderText"; "required": false; }; "idProperty": { "alias": "idProperty"; "required": false; }; "showAddButton": { "alias": "showAddButton"; "required": false; }; "showMoreConfig": { "alias": "showMoreConfig"; "required": false; }; "selectMode": { "alias": "selectMode"; "required": false; }; "wrapperClass": { "alias": "wrapperClass"; "required": false; }; }, { "addClick": "addClick"; "openChange": "openChange"; "selectionModalOpenChange": "selectionModalOpenChange"; }, never, never, false, never>;
|
|
157
|
+
static ngAcceptInputType_disabled: unknown;
|
|
160
158
|
static ngAcceptInputType_required: unknown;
|
|
159
|
+
static ngAcceptInputType_enableShowMore: unknown;
|
|
160
|
+
static ngAcceptInputType_showAddButton: unknown;
|
|
161
161
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@skyux/lookup",
|
|
3
|
-
"version": "12.
|
|
3
|
+
"version": "12.38.1",
|
|
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.38.1",
|
|
26
|
+
"@skyux/core": "12.38.1",
|
|
27
|
+
"@skyux/forms": "12.38.1",
|
|
28
|
+
"@skyux/i18n": "12.38.1",
|
|
29
|
+
"@skyux/icon": "12.38.1",
|
|
30
|
+
"@skyux/indicators": "12.38.1",
|
|
31
|
+
"@skyux/layout": "12.38.1",
|
|
32
|
+
"@skyux/lists": "12.38.1",
|
|
33
|
+
"@skyux/modals": "12.38.1",
|
|
34
|
+
"@skyux/theme": "12.38.1"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
37
|
"intl-tel-input": "25.2.1",
|