@ziadshalaby/ngx-zs-component 3.1.7 → 3.1.8
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
|
@@ -625,14 +625,16 @@ declare class ThemeToggle {
|
|
|
625
625
|
private isDragging;
|
|
626
626
|
private startY;
|
|
627
627
|
private startTop;
|
|
628
|
+
private readonly transitionValue;
|
|
629
|
+
readonly transition: _angular_core.WritableSignal<string>;
|
|
628
630
|
readonly themeChangeEv: _angular_core.OutputEmitterRef<themeTypes>;
|
|
629
631
|
constructor();
|
|
630
632
|
isDragged(): boolean;
|
|
631
633
|
toggleOpen(): void;
|
|
632
634
|
setTheme(theme: themeTypes): void;
|
|
633
635
|
onDragStart(event: PointerEvent): void;
|
|
636
|
+
private animationFrameId;
|
|
634
637
|
onDragMove(event: PointerEvent): void;
|
|
635
|
-
private settimeId;
|
|
636
638
|
onDragEnd(event: PointerEvent): void;
|
|
637
639
|
onDocumentClick(event: MouseEvent): void;
|
|
638
640
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<ThemeToggle, never>;
|