@leanix/components 0.4.788 → 0.4.789
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.
|
@@ -1,6 +1,4 @@
|
|
|
1
|
-
import { Directionality } from '@angular/cdk/bidi';
|
|
2
1
|
import { CdkStepper } from '@angular/cdk/stepper';
|
|
3
|
-
import { ChangeDetectorRef, ElementRef } from '@angular/core';
|
|
4
2
|
import * as i0 from "@angular/core";
|
|
5
3
|
/**
|
|
6
4
|
* Stepper component is a wrapper around the Angular CDK Stepper component. It provides a way to create a linear
|
|
@@ -39,9 +37,12 @@ import * as i0 from "@angular/core";
|
|
|
39
37
|
* [Angular CDK documentation](https://material.angular.io/cdk/stepper/api).
|
|
40
38
|
*/
|
|
41
39
|
export declare class StepperComponent extends CdkStepper {
|
|
42
|
-
/**
|
|
40
|
+
/**
|
|
41
|
+
* @internal
|
|
42
|
+
*
|
|
43
|
+
* TODO: remove this dead code
|
|
44
|
+
*/
|
|
43
45
|
size: 'small' | 'normal';
|
|
44
|
-
constructor(_dir: Directionality, _changeDetectorRef: ChangeDetectorRef, _elementRef: ElementRef<HTMLElement>);
|
|
45
46
|
get isSmallVariant(): boolean;
|
|
46
47
|
/** @internal */
|
|
47
48
|
isCompleted(index: number): boolean;
|