@kris701/ez-ui 1.2.11 → 1.2.13

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.11",
3
+ "version": "1.2.13",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^22.0.0",
6
6
  "@angular/core": "^22.0.0"
@@ -11,11 +11,11 @@
11
11
  "url": "git://github.com/kris701/EzUI.git"
12
12
  },
13
13
  "dependencies": {
14
- "@taiga-ui/addon-mobile": "^5.18.0",
15
- "@taiga-ui/core": "^5.18.0",
16
- "@taiga-ui/kit": "^5.18.0",
17
- "@taiga-ui/icons": "^5.18.0",
18
- "@taiga-ui/addon-table": "^5.18.0",
14
+ "@taiga-ui/addon-mobile": "^5.21.0",
15
+ "@taiga-ui/core": "^5.21.0",
16
+ "@taiga-ui/kit": "^5.21.0",
17
+ "@taiga-ui/icons": "^5.21.0",
18
+ "@taiga-ui/addon-table": "^5.21.0",
19
19
  "compressorjs": "^1.3.0",
20
20
  "marked": "^18.0.6",
21
21
  "tslib": "^2.3.0",
@@ -345,7 +345,7 @@ declare class EzUITableDateFilter {
345
345
  filterVisible: i0.WritableSignal<boolean>;
346
346
  table: EzUITable;
347
347
  value: [TuiDay, TuiTime];
348
- filterType: any;
348
+ filterType: i0.WritableSignal<any>;
349
349
  filterTypes: any[];
350
350
  protected readonly stringify: (item: any) => string;
351
351
  constructor(table: EzUITable);