@fuentis/phoenix-ui 0.0.9-alpha.627 → 0.0.9-alpha.628

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/index.d.ts CHANGED
@@ -760,6 +760,8 @@ declare class TableComponent implements OnChanges, OnDestroy {
760
760
  columnTypeEnum: typeof tableColumnType;
761
761
  /** Latest active filters coming from table-caption. */
762
762
  private currentFilters;
763
+ /** When stale filter values are detected, holds the remaining valid values per key. */
764
+ filterValidValues: Record<string, any[]> | null;
763
765
  /**
764
766
  * columnTypeMap:
765
767
  * field -> columnType (DATE/BOOLEAN/TEXT/etc).
@@ -842,6 +844,7 @@ declare class TableComponent implements OnChanges, OnDestroy {
842
844
  * Otherwise just render base dataset.
843
845
  */
844
846
  private applyCurrentSortOrReset;
847
+ private getValidFilterValues;
845
848
  private getValueByPath;
846
849
  private matchesQuery;
847
850
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fuentis/phoenix-ui",
3
- "version": "0.0.9-alpha.627",
3
+ "version": "0.0.9-alpha.628",
4
4
  "description": "Phoenix UI Angular component library",
5
5
  "license": "MIT",
6
6
  "peerDependencies": {