igniteui-angular 15.1.26 → 15.1.27
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/esm2020/lib/slider/slider.component.mjs +19 -19
- package/fesm2015/igniteui-angular.mjs +18 -18
- package/fesm2015/igniteui-angular.mjs.map +1 -1
- package/fesm2020/igniteui-angular.mjs +18 -18
- package/fesm2020/igniteui-angular.mjs.map +1 -1
- package/lib/slider/slider.component.d.ts +0 -1
- package/package.json +1 -1
|
@@ -636,7 +636,6 @@ export declare class IgxSliderComponent implements ControlValueAccessor, EditorP
|
|
|
636
636
|
private updateLowerBoundAndMinTravelZone;
|
|
637
637
|
private updateUpperBoundAndMaxTravelZone;
|
|
638
638
|
private calculateStepDistance;
|
|
639
|
-
private toggleThumb;
|
|
640
639
|
private valueInRange;
|
|
641
640
|
private positionHandler;
|
|
642
641
|
private positionHandlersAndUpdateTrack;
|
package/package.json
CHANGED