Comparing version 0.10.2 to 0.10.3
@@ -1,2 +0,1 @@ | ||
import type { Ref } from 'vue'; | ||
declare const _sfc_main: import("vue").DefineComponent<{}, { | ||
@@ -10,5 +9,5 @@ props: { | ||
controller: ModalBottomSheetController; | ||
bottomSheetRef: Ref<any>; | ||
contentRef: Ref<any>; | ||
bottomSheetState: Ref<{ | ||
bottomSheetRef: import("vue").Ref<any>; | ||
contentRef: import("vue").Ref<any>; | ||
bottomSheetState: import("vue").Ref<{ | ||
blackoutTouchStarted: boolean; | ||
@@ -23,2 +22,3 @@ sheetTouchStarted: boolean; | ||
extractTouch: (e: TouchEvent) => number; | ||
hasScrollbar: (elem: HTMLElement) => boolean; | ||
onSheetTouchStart: (e: TouchEvent) => void; | ||
@@ -25,0 +25,0 @@ onSheetTouchMove: (e: TouchEvent) => void; |
{ | ||
"name": "choco-ui", | ||
"version": "0.10.2", | ||
"version": "0.10.3", | ||
"files": [ | ||
@@ -5,0 +5,0 @@ "dist" |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
347128
6128