@elderbyte/ngx-starter 20.12.0-beta.1 → 20.12.0-beta.2
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
|
@@ -17495,7 +17495,7 @@ declare class ElderDraggablePaneDirective implements OnDestroy {
|
|
|
17495
17495
|
isActive: i0.InputSignal<boolean>;
|
|
17496
17496
|
minWidth: i0.InputSignal<number>;
|
|
17497
17497
|
maxWidth: i0.InputSignal<number>;
|
|
17498
|
-
handlePosition: i0.InputSignal<"
|
|
17498
|
+
handlePosition: i0.InputSignal<"start" | "end">;
|
|
17499
17499
|
initialWidthCss: i0.InputSignal<string>;
|
|
17500
17500
|
widthMode: i0.WritableSignal<"dynamic" | "initial">;
|
|
17501
17501
|
isDragging: i0.WritableSignal<boolean>;
|