@educarehq/solaris-components 0.5.2 → 0.5.4
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
|
@@ -859,15 +859,15 @@ declare class SolarisDialogStepsContainer<TResult = unknown> {
|
|
|
859
859
|
private readonly injector;
|
|
860
860
|
private readonly configuration;
|
|
861
861
|
private readonly dialogRef;
|
|
862
|
-
protected readonly
|
|
863
|
-
protected readonly transitioning: _angular_core.WritableSignal<boolean>;
|
|
864
|
-
protected readonly transitionHalfway: _angular_core.WritableSignal<boolean>;
|
|
865
|
-
protected readonly currentStepIndex: _angular_core.WritableSignal<number>;
|
|
862
|
+
protected readonly steps: _educarehq_solaris_components.SolarisDialogStep<unknown, TResult>[];
|
|
866
863
|
protected readonly showProgress: boolean;
|
|
867
864
|
protected readonly transitionBlur: boolean;
|
|
868
865
|
protected readonly contentMinHeight: string;
|
|
869
|
-
protected readonly steps: _educarehq_solaris_components.SolarisDialogStep<unknown, TResult>[];
|
|
870
866
|
protected readonly transitionDurationMs: number;
|
|
867
|
+
protected readonly loading: _angular_core.WritableSignal<boolean>;
|
|
868
|
+
protected readonly transitioning: _angular_core.WritableSignal<boolean>;
|
|
869
|
+
protected readonly transitionHalfway: _angular_core.WritableSignal<boolean>;
|
|
870
|
+
protected readonly currentStepIndex: _angular_core.WritableSignal<number>;
|
|
871
871
|
private halfwayTimer;
|
|
872
872
|
private transitionTimer;
|
|
873
873
|
private readonly stepInjectors;
|