@fuentis/phoenix-ui 0.0.9-alpha.488 → 0.0.9-alpha.490

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.
@@ -105,6 +105,7 @@ export declare class TableComponent implements OnChanges {
105
105
  private matchesQuery;
106
106
  /** Clears all selections and disables bulk mode. */
107
107
  clearSelection(): void;
108
+ isColumnClickable(columnIndex: number): boolean;
108
109
  getNested(obj: any, path?: string): any;
109
110
  static ɵfac: i0.ɵɵFactoryDeclaration<TableComponent, never>;
110
111
  static ɵcmp: i0.ɵɵComponentDeclaration<TableComponent, "phoenix-table", never, { "data": { "alias": "data"; "required": false; }; "columns": { "alias": "columns"; "required": false; }; "selectedColumnsInput": { "alias": "selectedColumnsInput"; "required": false; }; "tableConfiguration": { "alias": "tableConfiguration"; "required": false; }; "filters": { "alias": "filters"; "required": false; }; }, { "actionClick": "actionClick"; "rowSelection": "rowSelection"; "checkBoxSelection": "checkBoxSelection"; "saveColumns": "saveColumns"; }, never, never, true, never>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fuentis/phoenix-ui",
3
- "version": "0.0.9-alpha.488",
3
+ "version": "0.0.9-alpha.490",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^19.0.0",
6
6
  "@angular/core": "^19.0.0"