@kris701/ez-ui 1.3.15 → 1.3.16

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.3.15",
3
+ "version": "1.3.16",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^22.0.0",
6
6
  "@angular/core": "^22.0.0"
@@ -544,6 +544,7 @@ declare class EzUITableSelectFilter {
544
544
  selected: string[];
545
545
  filterType: any;
546
546
  filterTypes: any[];
547
+ appearanceMap: Map<any, string>;
547
548
  protected readonly stringifyOption: (item: any) => string;
548
549
  stringifyValue: (value: string) => string;
549
550
  getOptionLabel(item: any): any;
@@ -552,7 +553,7 @@ declare class EzUITableSelectFilter {
552
553
  applyFilter(expression: string): void;
553
554
  clearFilter(): void;
554
555
  static ɵfac: i0.ɵɵFactoryDeclaration<EzUITableSelectFilter, never>;
555
- static ɵcmp: i0.ɵɵComponentDeclaration<EzUITableSelectFilter, "ezui-table-selectfilter", never, { "column": { "alias": "column"; "required": false; }; "optionLabel": { "alias": "optionLabel"; "required": false; }; "optionValue": { "alias": "optionValue"; "required": false; }; "options": { "alias": "options"; "required": false; }; }, {}, never, never, true, never>;
556
+ static ɵcmp: i0.ɵɵComponentDeclaration<EzUITableSelectFilter, "ezui-table-selectfilter", never, { "column": { "alias": "column"; "required": false; }; "optionLabel": { "alias": "optionLabel"; "required": false; }; "optionValue": { "alias": "optionValue"; "required": false; }; "options": { "alias": "options"; "required": false; }; "appearanceMap": { "alias": "appearanceMap"; "required": false; }; }, {}, never, never, true, never>;
556
557
  }
557
558
 
558
559
  declare class EzUITableTextFilter {