matcha-components 20.52.0 → 20.53.0
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/index.d.ts
CHANGED
|
@@ -1592,6 +1592,7 @@ declare class MatchaSliderComponent implements ControlValueAccessor, OnInit, OnD
|
|
|
1592
1592
|
get highPercentage(): number;
|
|
1593
1593
|
get selectionBarStyle(): any;
|
|
1594
1594
|
get isAtMaxValue(): boolean;
|
|
1595
|
+
get isAtMinValue(): boolean;
|
|
1595
1596
|
get isDisabled(): boolean;
|
|
1596
1597
|
ngOnInit(): void;
|
|
1597
1598
|
ngOnDestroy(): void;
|