@cqa-lib/cqa-ui 1.1.531 → 1.1.532

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.
@@ -342,7 +342,10 @@ export declare class ModularTableTemplateComponent implements OnInit, OnChanges,
342
342
  get isRootView(): boolean;
343
343
  /** The currently-selected folder node (or null at root). */
344
344
  get currentFolderNode(): FolderNode | null;
345
- /** Count of test cases directly under the currently-selected folder (excluding descendants). */
345
+ /** Count of test cases directly under the currently-selected folder (excluding descendants).
346
+ * Reads `FolderNode.count` so the header badge matches the sidebar row count
347
+ * (folder-sidebar.component.html renders the same `row.node.count`). Using
348
+ * `filteredRows.length` here would only reflect the currently-rendered page. */
346
349
  get currentFolderDirectCount(): number;
347
350
  /**
348
351
  * Renders the empty-state slot when the host explicitly opts in, OR when the
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cqa-lib/cqa-ui",
3
- "version": "1.1.531",
3
+ "version": "1.1.532",
4
4
  "description": "UI Kit library for Angular 13.4",
5
5
  "keywords": [
6
6
  "angular",