@recursyve/nice-ui-kit.v2 13.2.0-beta.102 → 13.2.0-beta.103

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.
@@ -23,6 +23,7 @@ export declare class NiceChipListDirective implements ControlValueAccessor, OnIn
23
23
  registerOnTouched(fn: any): void;
24
24
  private setupAsyncTypeahead;
25
25
  private addValue;
26
+ private updateTypeaheadSearchOptions;
26
27
  static ɵfac: i0.ɵɵFactoryDeclaration<NiceChipListDirective, [{ optional: true; }, { optional: true; }, null]>;
27
28
  static ɵdir: i0.ɵɵDirectiveDeclaration<NiceChipListDirective, "input[niceChipList], nice-async-typeahead[niceChipList]", never, { "withItemList": "withItemList"; "reloadOnSelected": "reloadOnSelected"; }, {}, never>;
28
29
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@recursyve/nice-ui-kit.v2",
3
- "version": "13.2.0-beta.102",
3
+ "version": "13.2.0-beta.103",
4
4
  "exports": {
5
5
  ".": {
6
6
  "sass": "./_index.scss",