@fuentis/phoenix-ui 0.0.9-alpha.375 → 0.0.9-alpha.376

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.
@@ -72,6 +72,7 @@ export declare class TableCaptionComponent implements OnChanges {
72
72
  * then manually emits the current value once.
73
73
  */
74
74
  private restoreFilterState;
75
+ private sanitizeByOptions;
75
76
  /**
76
77
  * Restore previously saved visible columns set.
77
78
  * If saved state is invalid or outdated, fall back to default (all non-hidden).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fuentis/phoenix-ui",
3
- "version": "0.0.9-alpha.375",
3
+ "version": "0.0.9-alpha.376",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^19.0.0",
6
6
  "@angular/core": "^19.0.0"