@cal.macconnachie/web-components 2.4.3 → 2.4.4
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/dist/index.d.ts +3 -0
- package/dist/index.js +671 -645
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -214,6 +214,7 @@ export declare class BaseDrawer extends BaseElement {
|
|
|
214
214
|
private lastDragEndTime;
|
|
215
215
|
private currentDetentIndex;
|
|
216
216
|
private dragCommitted;
|
|
217
|
+
private draggingFromContent;
|
|
217
218
|
private modalContainer?;
|
|
218
219
|
private drawerContent?;
|
|
219
220
|
private transitionDuration;
|
|
@@ -228,10 +229,12 @@ export declare class BaseDrawer extends BaseElement {
|
|
|
228
229
|
private resetState;
|
|
229
230
|
private getActiveDetents;
|
|
230
231
|
private isClosable;
|
|
232
|
+
private isContentScrolledToTop;
|
|
231
233
|
private getCurrentDetentHeight;
|
|
232
234
|
private handleClose;
|
|
233
235
|
private handleOverlayClick;
|
|
234
236
|
private handleDragStart;
|
|
237
|
+
private handleContentDragStart;
|
|
235
238
|
private handleDragMove;
|
|
236
239
|
private handleDragEnd;
|
|
237
240
|
private handleHandleClick;
|