@kris701/ez-ui 1.2.15 → 1.2.17

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.2.15",
3
+ "version": "1.2.17",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^22.0.0",
6
6
  "@angular/core": "^22.0.0"
@@ -1,6 +1,7 @@
1
1
  import * as i0 from '@angular/core';
2
2
  import { OnChanges, EventEmitter, SimpleChanges, TemplateRef, ElementRef } from '@angular/core';
3
3
  import { TuiDay, TuiTime } from '@taiga-ui/cdk/date-time';
4
+ import * as _taiga_ui_kit from '@taiga-ui/kit';
4
5
  import { HttpClient } from '@angular/common/http';
5
6
  import { TuiResponsiveDialogService } from '@taiga-ui/addon-mobile';
6
7
  import { TuiNotificationService } from '@taiga-ui/core';
@@ -344,9 +345,10 @@ declare class EzUITableDateFilter {
344
345
  filterApplied: i0.WritableSignal<boolean>;
345
346
  filterVisible: i0.WritableSignal<boolean>;
346
347
  table: EzUITable;
347
- value: TuiDay;
348
+ value: any;
348
349
  filterType: i0.WritableSignal<any>;
349
350
  filterTypes: any[];
351
+ rangeItems: readonly _taiga_ui_kit.TuiDayRangePeriod[];
350
352
  protected readonly stringify: (item: any) => string;
351
353
  constructor(table: EzUITable);
352
354
  applyFilter(expression: string): void;