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

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,7 @@ 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
+ private SORT_KEY;
763
764
  /** When stale filter values are detected, holds the remaining valid values per key. */
764
765
  filterValidValues: Record<string, any[]> | null;
765
766
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fuentis/phoenix-ui",
3
- "version": "0.0.9-alpha.628",
3
+ "version": "0.0.9-alpha.630",
4
4
  "description": "Phoenix UI Angular component library",
5
5
  "license": "MIT",
6
6
  "peerDependencies": {