@skyux/lookup 13.4.0 → 13.5.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/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. If you do not specify a template, the picker uses
716
- * the same template as the dropdown list.
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.4.0",
3
+ "version": "13.5.0",
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.4.0",
26
- "@skyux/core": "13.4.0",
27
- "@skyux/forms": "13.4.0",
28
- "@skyux/i18n": "13.4.0",
29
- "@skyux/icon": "13.4.0",
30
- "@skyux/indicators": "13.4.0",
31
- "@skyux/layout": "13.4.0",
32
- "@skyux/lists": "13.4.0",
33
- "@skyux/modals": "13.4.0",
34
- "@skyux/theme": "13.4.0"
25
+ "@skyux-sdk/testing": "13.5.0",
26
+ "@skyux/core": "13.5.0",
27
+ "@skyux/forms": "13.5.0",
28
+ "@skyux/i18n": "13.5.0",
29
+ "@skyux/icon": "13.5.0",
30
+ "@skyux/indicators": "13.5.0",
31
+ "@skyux/layout": "13.5.0",
32
+ "@skyux/lists": "13.5.0",
33
+ "@skyux/modals": "13.5.0",
34
+ "@skyux/theme": "13.5.0"
35
35
  },
36
36
  "dependencies": {
37
37
  "intl-tel-input": "25.3.1",