@skyux/lookup 13.11.4 → 13.12.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
@@ -294,7 +294,8 @@ declare class SkyAutocompleteComponent implements OnDestroy, AfterViewInit {
294
294
  /**
295
295
  * The minimum number of characters that users must enter before
296
296
  * the autocomplete component searches the data source and displays search
297
- * results in the dropdown list.
297
+ * results in the dropdown list. Can be set to `0` to trigger `searchAsync` on focus
298
+ * or return all items if using the `data` input.
298
299
  * @default 1
299
300
  */
300
301
  set searchTextMinimumCharacters(value: number | undefined);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skyux/lookup",
3
- "version": "13.11.4",
3
+ "version": "13.12.0",
4
4
  "author": "Blackbaud, Inc.",
5
5
  "keywords": [
6
6
  "blackbaud",
@@ -22,16 +22,16 @@
22
22
  "@angular/core": "^20.3.15",
23
23
  "@angular/forms": "^20.3.15",
24
24
  "@angular/platform-browser": "^20.3.15",
25
- "@skyux-sdk/testing": "13.11.4",
26
- "@skyux/core": "13.11.4",
27
- "@skyux/forms": "13.11.4",
28
- "@skyux/i18n": "13.11.4",
29
- "@skyux/icon": "13.11.4",
30
- "@skyux/indicators": "13.11.4",
31
- "@skyux/layout": "13.11.4",
32
- "@skyux/lists": "13.11.4",
33
- "@skyux/modals": "13.11.4",
34
- "@skyux/theme": "13.11.4"
25
+ "@skyux-sdk/testing": "13.12.0",
26
+ "@skyux/core": "13.12.0",
27
+ "@skyux/forms": "13.12.0",
28
+ "@skyux/i18n": "13.12.0",
29
+ "@skyux/icon": "13.12.0",
30
+ "@skyux/indicators": "13.12.0",
31
+ "@skyux/layout": "13.12.0",
32
+ "@skyux/lists": "13.12.0",
33
+ "@skyux/modals": "13.12.0",
34
+ "@skyux/theme": "13.12.0"
35
35
  },
36
36
  "dependencies": {
37
37
  "intl-tel-input": "25.3.1",