slick-components 4.5.3 → 4.5.5

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "slick-components",
3
- "version": "4.5.3",
3
+ "version": "4.5.5",
4
4
  "dependencies": {
5
5
  "bootstrap": "4.6.2",
6
6
  "moment": "2.29.4",
@@ -8,7 +8,7 @@ export declare class SlickSearchBarComponent implements OnChanges, AfterViewInit
8
8
  showEditButton: boolean;
9
9
  disableEditButton: boolean;
10
10
  autofocus: boolean;
11
- timeout: number;
11
+ delay: number;
12
12
  onAddClick: EventEmitter<string>;
13
13
  onEditClick: EventEmitter<string>;
14
14
  slickSearchTextBoxRef: ElementRef;
@@ -26,5 +26,5 @@ export declare class SlickSearchBarComponent implements OnChanges, AfterViewInit
26
26
  onAddClicked(): Promise<void>;
27
27
  onEditClicked(): Promise<void>;
28
28
  static ɵfac: i0.ɵɵFactoryDeclaration<SlickSearchBarComponent, never>;
29
- static ɵcmp: i0.ɵɵComponentDeclaration<SlickSearchBarComponent, "slick-search-bar", never, { "showAddButton": "showAddButton"; "disableAddButton": "disableAddButton"; "showEditButton": "showEditButton"; "disableEditButton": "disableEditButton"; "autofocus": "autofocus"; "timeout": "timeout"; }, { "onAddClick": "onAddClick"; "onEditClick": "onEditClick"; }, never, never, false, never>;
29
+ static ɵcmp: i0.ɵɵComponentDeclaration<SlickSearchBarComponent, "slick-search-bar", never, { "showAddButton": "showAddButton"; "disableAddButton": "disableAddButton"; "showEditButton": "showEditButton"; "disableEditButton": "disableEditButton"; "autofocus": "autofocus"; "delay": "delay"; }, { "onAddClick": "onAddClick"; "onEditClick": "onEditClick"; }, never, never, false, never>;
30
30
  }