cat-qw-lib 1.0.57 → 1.0.60

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.
@@ -141,6 +141,7 @@ export declare class TableSecondaryComponent implements OnInit, OnChanges, OnDes
141
141
  * Utility: Check if value is array (for template use)
142
142
  */
143
143
  isArray(val: any): boolean;
144
+ shouldShowValue(col: any, rowData: any): boolean;
144
145
  /**
145
146
  * Evaluates ngClass expression for dynamic styling
146
147
  * @param {string} expression - The ngClass expression to evaluate
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cat-qw-lib",
3
- "version": "1.0.57",
3
+ "version": "1.0.60",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^19.0.0",
6
6
  "@angular/core": "^19.0.0"