@mozaic-ds/angular 2.0.54 → 2.0.56

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mozaic-ds/angular",
3
- "version": "2.0.54",
3
+ "version": "2.0.56",
4
4
  "type": "module",
5
5
  "peerDependencies": {
6
6
  "@angular/common": ">=20.3.15",
@@ -4558,12 +4558,12 @@ declare class MozComboboxComponent<T = string> implements ControlValueAccessor {
4558
4558
  /** Viewport height: capped to VIEWPORT_HEIGHT_PX, shrinks for small lists */
4559
4559
  readonly viewportHeight: _angular_core.Signal<number>;
4560
4560
  /**
4561
- * Whether a section's children are all selected. Includes disabled children
4562
- * so that the header checkbox reflects the true state even when some rows
4563
- * were pre-selected programmatically.
4561
+ * Whether all non-disabled children of a section are selected. Disabled
4562
+ * children are ignored so the header state stays aligned with what a click
4563
+ * on the section checkbox will actually toggle.
4564
4564
  */
4565
4565
  readonly isSectionFullySelected: (sectionTitle: string) => boolean;
4566
- /** Whether a section's children are partially selected (includes disabled children). */
4566
+ /** Whether a section's non-disabled children are partially selected. */
4567
4567
  readonly isSectionPartiallySelected: (sectionTitle: string) => boolean;
4568
4568
  readonly overlayPositions: ConnectedPosition[];
4569
4569
  /** Width of the trigger (to match overlay width) */