ngx-register-base 1.3.0 → 1.3.2

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.
@@ -17,6 +17,10 @@ export declare class ParamSelectComponent extends ParamSelectBase<IFilterSelectV
17
17
  ngOnDestroy(): void;
18
18
  private _subscribeOnSearch;
19
19
  private _observeFetchItems;
20
+ private _observeValueFill;
21
+ private _observeEmptyValue;
22
+ private _observeValueFetch;
23
+ private _getIdFromValue;
20
24
  private _subscribeOnMetaChanges;
21
25
  protected fetchItems(searchValue?: string): void;
22
26
  private _getSelectedItemIDs;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ngx-register-base",
3
- "version": "1.3.0",
3
+ "version": "1.3.2",
4
4
  "schematics": "./schematics/collection.json",
5
5
  "ng-update": {
6
6
  "migrations": "./schematics/migration-collection.json"