@skyux/lookup 13.3.1 → 13.4.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.
- package/fesm2022/skyux-lookup.mjs +6 -12
- package/fesm2022/skyux-lookup.mjs.map +1 -1
- package/index.d.ts +3 -2
- package/package.json +11 -11
package/index.d.ts
CHANGED
|
@@ -712,8 +712,9 @@ interface SkyLookupShowMoreNativePickerConfig {
|
|
|
712
712
|
/**
|
|
713
713
|
* The template that formats each option in the picker. The lookup component
|
|
714
714
|
* injects values into the template as `item` variables that reference all the object
|
|
715
|
-
* properties of the options
|
|
716
|
-
*
|
|
715
|
+
* properties of the options, and `checkboxId` when using multi-select, suitable for
|
|
716
|
+
* using with `<label [for]="checkboxId">...` to toggle selection. If you do not
|
|
717
|
+
* specify a template, the picker uses the same template as the dropdown list.
|
|
717
718
|
*/
|
|
718
719
|
itemTemplate?: TemplateRef<unknown>;
|
|
719
720
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@skyux/lookup",
|
|
3
|
-
"version": "13.
|
|
3
|
+
"version": "13.4.1",
|
|
4
4
|
"author": "Blackbaud, Inc.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"blackbaud",
|
|
@@ -22,16 +22,16 @@
|
|
|
22
22
|
"@angular/core": "^20.3.0",
|
|
23
23
|
"@angular/forms": "^20.3.0",
|
|
24
24
|
"@angular/platform-browser": "^20.3.0",
|
|
25
|
-
"@skyux-sdk/testing": "13.
|
|
26
|
-
"@skyux/core": "13.
|
|
27
|
-
"@skyux/forms": "13.
|
|
28
|
-
"@skyux/i18n": "13.
|
|
29
|
-
"@skyux/icon": "13.
|
|
30
|
-
"@skyux/indicators": "13.
|
|
31
|
-
"@skyux/layout": "13.
|
|
32
|
-
"@skyux/lists": "13.
|
|
33
|
-
"@skyux/modals": "13.
|
|
34
|
-
"@skyux/theme": "13.
|
|
25
|
+
"@skyux-sdk/testing": "13.4.1",
|
|
26
|
+
"@skyux/core": "13.4.1",
|
|
27
|
+
"@skyux/forms": "13.4.1",
|
|
28
|
+
"@skyux/i18n": "13.4.1",
|
|
29
|
+
"@skyux/icon": "13.4.1",
|
|
30
|
+
"@skyux/indicators": "13.4.1",
|
|
31
|
+
"@skyux/layout": "13.4.1",
|
|
32
|
+
"@skyux/lists": "13.4.1",
|
|
33
|
+
"@skyux/modals": "13.4.1",
|
|
34
|
+
"@skyux/theme": "13.4.1"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
37
|
"intl-tel-input": "25.3.1",
|