@kris701/ez-ui 1.4.1 → 1.4.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kris701/ez-ui",
3
- "version": "1.4.1",
3
+ "version": "1.4.2",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^22.0.0",
6
6
  "@angular/core": "^22.0.0"
@@ -441,7 +441,7 @@ declare class EzUITable implements OnChanges {
441
441
  showClearFilters: boolean;
442
442
  expandable: boolean;
443
443
  clickable: boolean;
444
- values: any[];
444
+ values: any[] | null;
445
445
  internalValues: any[];
446
446
  displayValues: i0.WritableSignal<any[]>;
447
447
  sorts: i0.WritableSignal<EzUITableSort[]>;