@saydar/table-builder 1.0.9-beta.4 → 1.0.9-beta.6

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": "@saydar/table-builder",
3
- "version": "1.0.9-beta.4",
3
+ "version": "1.0.9-beta.6",
4
4
  "peerDependencies": {
5
5
  "@angular/common": ">=18.0.0 <22.0.0",
6
6
  "@angular/core": ">=18.0.0 <22.0.0",
@@ -1894,6 +1894,7 @@ declare class SortMenuComponent implements OnInit {
1894
1894
  declare class FilterChipsComponent {
1895
1895
  tableState: TableStore;
1896
1896
  private filterStore;
1897
+ isArray: (arg: any) => arg is any[];
1897
1898
  constructor(tableState: TableStore, filterStore: WrapperFilterStore);
1898
1899
  filters$: Observable<FilterInfo<any>[]>;
1899
1900
  deleteByIndex(index: number): void;