@indigina/kendo 1.1.3 → 1.1.4

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.
@@ -49,10 +49,10 @@ export declare class EntityListComponent implements OnInit, OnChanges {
49
49
  onSearch(value: string): void;
50
50
  getAllData(): Observable<Page<NamedModel>>;
51
51
  getRowClass(context: RowClassArgs): Object;
52
- private getFilteredData;
52
+ protected getFilteredData(): void;
53
53
  protected updateGrid(data: NamedModel): void;
54
- private remove;
55
54
  protected getData(): void;
55
+ private remove;
56
56
  private getFilter;
57
57
  private onFilterChange;
58
58
  private restoreGridState;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@indigina/kendo",
3
- "version": "1.1.3",
3
+ "version": "1.1.4",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^11.0.5",
6
6
  "@angular/core": "^11.0.5"