@skyux/lookup 6.11.0 → 6.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.
@@ -1,4 +1,5 @@
1
1
  import { ChangeDetectorRef, OnDestroy, OnInit, TemplateRef } from '@angular/core';
2
+ import { SkyLogService } from '@skyux/core';
2
3
  import { SkyModalInstance } from '@skyux/modals';
3
4
  import { Subject } from 'rxjs';
4
5
  import { SkyLookupShowMoreNativePickerAsyncContext } from './types/lookup-show-more-native-picker-async-context';
@@ -25,7 +26,7 @@ export declare class SkyLookupShowMoreAsyncModalComponent implements OnInit, OnD
25
26
  repeaterItemTemplate: TemplateRef<unknown> | null;
26
27
  searchText: string | undefined;
27
28
  selectedIdMap: Map<unknown, unknown>;
28
- constructor(modalInstance: SkyModalInstance, context: SkyLookupShowMoreNativePickerAsyncContext, changeDetector: ChangeDetectorRef);
29
+ constructor(modalInstance: SkyModalInstance, context: SkyLookupShowMoreNativePickerAsyncContext, changeDetector: ChangeDetectorRef, logSvc: SkyLogService);
29
30
  ngOnInit(): void;
30
31
  ngOnDestroy(): void;
31
32
  addButtonClicked(): void;
@@ -62,6 +62,7 @@ export declare class SkyLookupComponent extends SkyLookupAutocompleteAdapter imp
62
62
  /**
63
63
  * Specifies an object property that represents the object's unique identifier.
64
64
  * Specifying this property enables token animations and more efficient rendering.
65
+ * This property is required when using `enableShowMore` and `searchAsync` together.
65
66
  */
66
67
  idProperty: string | undefined;
67
68
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skyux/lookup",
3
- "version": "6.11.0",
3
+ "version": "6.12.0",
4
4
  "author": "Blackbaud, Inc.",
5
5
  "keywords": [
6
6
  "blackbaud",
@@ -45,15 +45,15 @@
45
45
  "@angular/core": "^13.3.2",
46
46
  "@angular/forms": "^13.3.2",
47
47
  "@angular/platform-browser": "^13.3.2",
48
- "@skyux-sdk/testing": "6.11.0",
49
- "@skyux/core": "6.11.0",
50
- "@skyux/forms": "6.11.0",
51
- "@skyux/i18n": "6.11.0",
52
- "@skyux/indicators": "6.11.0",
53
- "@skyux/layout": "6.11.0",
54
- "@skyux/lists": "6.11.0",
55
- "@skyux/modals": "6.11.0",
56
- "@skyux/theme": "6.11.0"
48
+ "@skyux-sdk/testing": "6.12.0",
49
+ "@skyux/core": "6.12.0",
50
+ "@skyux/forms": "6.12.0",
51
+ "@skyux/i18n": "6.12.0",
52
+ "@skyux/indicators": "6.12.0",
53
+ "@skyux/layout": "6.12.0",
54
+ "@skyux/lists": "6.12.0",
55
+ "@skyux/modals": "6.12.0",
56
+ "@skyux/theme": "6.12.0"
57
57
  },
58
58
  "dependencies": {
59
59
  "intl-tel-input": "17.0.16",