@skyux/lookup 4.17.2 → 4.17.7

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.
@@ -60,6 +60,10 @@ export declare class SkyAutocompleteComponent implements OnDestroy, AfterContent
60
60
  */
61
61
  set messageStream(value: Subject<SkyAutocompleteMessage>);
62
62
  get messageStream(): Subject<SkyAutocompleteMessage>;
63
+ /**
64
+ * @internal
65
+ */
66
+ wrapperClass?: string;
63
67
  /**
64
68
  * Specifies the object properties to search.
65
69
  * @default ['name']
@@ -81,6 +81,10 @@ export declare class SkyLookupComponent extends SkyLookupAutocompleteAdapter imp
81
81
  */
82
82
  set selectMode(value: SkyLookupSelectMode);
83
83
  get selectMode(): SkyLookupSelectMode;
84
+ /**
85
+ * @internal
86
+ */
87
+ wrapperClass?: string;
84
88
  /**
85
89
  * Fires when users select the button to add options to the list.
86
90
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skyux/lookup",
3
- "version": "4.17.2",
3
+ "version": "4.17.7",
4
4
  "description": "SKY UX Lookup",
5
5
  "keywords": [],
6
6
  "author": "Blackbaud",