@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
|
@@ -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
|
|
4562
|
-
* so
|
|
4563
|
-
*
|
|
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
|
|
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) */
|