mn-angular-lib 1.0.97 → 1.0.98
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/package.json
CHANGED
|
@@ -4359,9 +4359,6 @@ declare class MnModalShellComponent<TResult = unknown> implements OnInit, AfterV
|
|
|
4359
4359
|
/** True while the user is actively dragging the grabber (disables snap transition). */
|
|
4360
4360
|
isDraggingSheet: boolean;
|
|
4361
4361
|
private prevSample;
|
|
4362
|
-
/** True when this modal is currently presented as a bottom sheet (mobile config AND a
|
|
4363
|
-
* mobile-width viewport). Gates the swipe gesture and the open/drag haptics. */
|
|
4364
|
-
private get isSheetViewport();
|
|
4365
4362
|
get hostClasses(): string;
|
|
4366
4363
|
private dragStartY;
|
|
4367
4364
|
/** Whether the sheet can be dismissed at all (drives whether the swipe is armed). */
|
|
@@ -4377,7 +4374,7 @@ declare class MnModalShellComponent<TResult = unknown> implements OnInit, AfterV
|
|
|
4377
4374
|
/** Downward release speed (px/ms) from the last two pointer samples. Positive means
|
|
4378
4375
|
* moving down. Returns 0 when there is no usable sample window. */
|
|
4379
4376
|
private releaseVelocity;
|
|
4380
|
-
/** Springs the sheet back to
|
|
4377
|
+
/** Springs the sheet back to its resting position after a drag that didn't dismiss. */
|
|
4381
4378
|
private snapBack;
|
|
4382
4379
|
/** Attempts to dismiss the modal. Resolves true if it was actually dismissed,
|
|
4383
4380
|
* false if blocked by a DISABLED close mode or a rejected close guard. */
|