@mozaic-ds/angular 2.0.6 → 2.0.7
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
|
@@ -1698,6 +1698,10 @@ declare class MozStepperStackedComponent {
|
|
|
1698
1698
|
* Clamped current step between 1 and steps.length.
|
|
1699
1699
|
*/
|
|
1700
1700
|
readonly safeStep: _angular_core.Signal<number>;
|
|
1701
|
+
/**
|
|
1702
|
+
* Whether all steps are completed (currentStep exceeds the number of steps).
|
|
1703
|
+
*/
|
|
1704
|
+
readonly allCompleted: _angular_core.Signal<boolean>;
|
|
1701
1705
|
/**
|
|
1702
1706
|
* Derived state for each step: completed / current.
|
|
1703
1707
|
*/
|