@cal.macconnachie/web-components 2.4.6 → 2.4.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/dist/index.d.ts +0 -8
- package/dist/index.js +1297 -1358
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -214,10 +214,6 @@ export declare class BaseDrawer extends BaseElement {
|
|
|
214
214
|
private lastDragEndTime;
|
|
215
215
|
private currentDetentIndex;
|
|
216
216
|
private dragCommitted;
|
|
217
|
-
private draggingFromContent;
|
|
218
|
-
private dragStartedAtTop;
|
|
219
|
-
private contentTouchTracking;
|
|
220
|
-
private contentTouchStartY;
|
|
221
217
|
private modalContainer?;
|
|
222
218
|
private drawerContent?;
|
|
223
219
|
private transitionDuration;
|
|
@@ -232,14 +228,10 @@ export declare class BaseDrawer extends BaseElement {
|
|
|
232
228
|
private resetState;
|
|
233
229
|
private getActiveDetents;
|
|
234
230
|
private isClosable;
|
|
235
|
-
private isContentScrolledToTop;
|
|
236
231
|
private getCurrentDetentHeight;
|
|
237
232
|
private handleClose;
|
|
238
233
|
private handleOverlayClick;
|
|
239
234
|
private handleDragStart;
|
|
240
|
-
private handleContentTouchStart;
|
|
241
|
-
private handleContentTouchMove;
|
|
242
|
-
private handleContentTouchEnd;
|
|
243
235
|
private handleDragMove;
|
|
244
236
|
private handleDragEnd;
|
|
245
237
|
private handleHandleClick;
|