@elderbyte/ngx-starter 16.4.6 → 16.4.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.
@@ -67,6 +67,7 @@ export declare class SearchInputState {
67
67
  * an array, it must not be empty.
68
68
  */
69
69
  get hasValue(): boolean;
70
+ get hasFallbackValue(): boolean;
70
71
  /***************************************************************************
71
72
  * *
72
73
  * Public Api *
@@ -1,11 +1,11 @@
1
- import { AfterViewInit, OnDestroy, OnInit } from "@angular/core";
2
- import { ElderSearchContextDirective } from "./elder-search-context.directive";
3
- import { Observable } from "rxjs/internal/Observable";
4
- import { NgModel } from "@angular/forms";
5
- import { SearchInput } from "./domain/input/search-input";
6
- import { SearchInputState } from "./domain/input/search-input-state";
7
- import { LocalPagedDataSource } from "../../../common/data/datasource/local/local-paged-data-source";
8
- import { BooleanInput } from "@angular/cdk/coercion";
1
+ import { AfterViewInit, OnDestroy, OnInit } from '@angular/core';
2
+ import { ElderSearchContextDirective } from './elder-search-context.directive';
3
+ import { Observable } from 'rxjs/internal/Observable';
4
+ import { NgModel } from '@angular/forms';
5
+ import { SearchInput } from './domain/input/search-input';
6
+ import { SearchInputState } from './domain/input/search-input-state';
7
+ import { LocalPagedDataSource } from '../../../common/data/datasource/local/local-paged-data-source';
8
+ import { BooleanInput } from '@angular/cdk/coercion';
9
9
  import * as i0 from "@angular/core";
10
10
  /**
11
11
  * Search name adapter for input controls.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elderbyte/ngx-starter",
3
- "version": "16.4.6",
3
+ "version": "16.4.7",
4
4
  "peerDependencies": {
5
5
  "@angular/core": "^16.0.0 || ^17.0.0",
6
6
  "@angular/common": "^16.0.0 || ^17.0.0",