1
- import { Props } from '.. /types' ;
1
+ import { Props } from './types' ;
2
2
declare const _default : __VLS_WithTemplateSlots < import ( "vue" ) . DefineComponent < __VLS_WithDefaults < __VLS_TypePropsToRuntimeProps < Props > , {
3
3
absolute ?: boolean | undefined ;
4
4
expandOnHover ?: boolean | undefined ;
@@ -7,9 +7,10 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
7
7
handleColor ?: string | undefined ;
8
8
handleIcon ?: string | undefined ;
9
9
handleIconSize ?: string | undefined ;
10
- handlePosition ?: import ( '.. /types' ) . HandlePositions | undefined ;
10
+ handlePosition ?: import ( './types' ) . HandlePositions | undefined ;
11
11
height ?: string | number | undefined ;
12
- location ?: import ( '../types' ) . DrawerLocations ;
12
+ image ?: string | undefined ;
13
+ location ?: import ( './types' ) . DrawerLocations ;
13
14
maxWidth ?: string | number | undefined ;
14
15
minWidth ?: string | number | undefined ;
15
16
modelValue ?: boolean | null | undefined ;
@@ -19,14 +20,17 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
19
20
resizable ?: boolean | undefined ;
20
21
saveWidth ?: boolean | undefined ;
21
22
storageName ?: string | undefined ;
22
- storageType ?: import ( '.. /types' ) . StorageType | undefined ;
23
+ storageType ?: import ( './types' ) . StorageType | undefined ;
23
24
tag ?: string | undefined ;
24
25
temporary ?: boolean | undefined ;
25
- touchless ?: boolean | undefined ;
26
26
theme ?: string | undefined ;
27
+ touchless ?: boolean | undefined ;
27
28
width ?: string | number | undefined ;
28
29
widthSnapBack ?: boolean | undefined ;
29
30
} > , { } , unknown , { } , { } , import ( "vue" ) . ComponentOptionsMixin , import ( "vue" ) . ComponentOptionsMixin , {
31
+ close : ( ...args : any [ ] ) => void ;
32
+ "drawer:mouseenter" : ( ...args : any [ ] ) => void ;
33
+ "drawer:mouseleave" : ( ...args : any [ ] ) => void ;
30
34
"handle:click" : ( ...args : any [ ] ) => void ;
31
35
"handle:dblclick" : ( ...args : any [ ] ) => void ;
32
36
"handle:drag" : ( ...args : any [ ] ) => void ;
@@ -35,21 +39,19 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
35
39
"handle:touchend" : ( ...args : any [ ] ) => void ;
36
40
"handle:touchmove" : ( ...args : any [ ] ) => void ;
37
41
"handle:touchstart" : ( ...args : any [ ] ) => void ;
38
- close : ( ...args : any [ ] ) => void ;
39
- "drawer:mouseenter" : ( ...args : any [ ] ) => void ;
40
- "drawer:mouseleave" : ( ...args : any [ ] ) => void ;
41
42
"update:modelValue" : ( ...args : any [ ] ) => void ;
42
- } , string , import ( "vue" ) . VNodeProps & import ( "vue" ) . AllowedComponentProps & import ( "vue" ) . ComponentCustomProps , Readonly < import ( "vue" ) . ExtractPropTypes < __VLS_WithDefaults < __VLS_TypePropsToRuntimeProps < Props > , {
43
+ } , string , import ( "vue" ) . PublicProps , Readonly < import ( "vue" ) . ExtractPropTypes < __VLS_WithDefaults < __VLS_TypePropsToRuntimeProps < Props > , {
43
44
absolute ?: boolean | undefined ;
44
45
expandOnHover ?: boolean | undefined ;
45
46
floating ?: boolean | undefined ;
46
47
handleBorderWidth ?: string | number | undefined ;
47
48
handleColor ?: string | undefined ;
48
49
handleIcon ?: string | undefined ;
49
50
handleIconSize ?: string | undefined ;
50
- handlePosition ?: import ( '.. /types' ) . HandlePositions | undefined ;
51
+ handlePosition ?: import ( './types' ) . HandlePositions | undefined ;
51
52
height ?: string | number | undefined ;
52
- location ?: import ( '../types' ) . DrawerLocations ;
53
+ image ?: string | undefined ;
54
+ location ?: import ( './types' ) . DrawerLocations ;
53
55
maxWidth ?: string | number | undefined ;
54
56
minWidth ?: string | number | undefined ;
55
57
modelValue ?: boolean | null | undefined ;
@@ -59,15 +61,18 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
59
61
resizable ?: boolean | undefined ;
60
62
saveWidth ?: boolean | undefined ;
61
63
storageName ?: string | undefined ;
62
- storageType ?: import ( '.. /types' ) . StorageType | undefined ;
64
+ storageType ?: import ( './types' ) . StorageType | undefined ;
63
65
tag ?: string | undefined ;
64
66
temporary ?: boolean | undefined ;
65
- touchless ?: boolean | undefined ;
66
67
theme ?: string | undefined ;
68
+ touchless ?: boolean | undefined ;
67
69
width ?: string | number | undefined ;
68
70
widthSnapBack ?: boolean | undefined ;
69
71
} > > > & {
70
72
"onUpdate:modelValue" ?: ( ( ...args : any [ ] ) => any ) | undefined ;
73
+ onClose ?: ( ( ...args : any [ ] ) => any ) | undefined ;
74
+ "onDrawer:mouseenter" ?: ( ( ...args : any [ ] ) => any ) | undefined ;
75
+ "onDrawer:mouseleave" ?: ( ( ...args : any [ ] ) => any ) | undefined ;
71
76
"onHandle:click" ?: ( ( ...args : any [ ] ) => any ) | undefined ;
72
77
"onHandle:dblclick" ?: ( ( ...args : any [ ] ) => any ) | undefined ;
73
78
"onHandle:drag" ?: ( ( ...args : any [ ] ) => any ) | undefined ;
@@ -76,9 +81,6 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
76
81
"onHandle:touchend" ?: ( ( ...args : any [ ] ) => any ) | undefined ;
77
82
"onHandle:touchmove" ?: ( ( ...args : any [ ] ) => any ) | undefined ;
78
83
"onHandle:touchstart" ?: ( ( ...args : any [ ] ) => any ) | undefined ;
79
- onClose ?: ( ( ...args : any [ ] ) => any ) | undefined ;
80
- "onDrawer:mouseenter" ?: ( ( ...args : any [ ] ) => any ) | undefined ;
81
- "onDrawer:mouseleave" ?: ( ( ...args : any [ ] ) => any ) | undefined ;
82
84
} , {
83
85
theme : string ;
84
86
tag: string ;
@@ -89,21 +91,22 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
89
91
modelValue: boolean | null ;
90
92
rail: boolean | null ;
91
93
railWidth: string | number ;
94
+ image: string ;
92
95
temporary: boolean ;
93
96
touchless: boolean ;
94
97
width: string | number ;
95
- location: "end" | "start" | "left" | "right" ;
96
- storageName: string ;
98
+ location: "start" | "end" | "left" | "right" ;
97
99
saveWidth: boolean ;
98
- handlePosition: import ( '../types' ) . HandlePositions ;
99
- maxWidth: string | number ;
100
- minWidth: string | number ;
101
- widthSnapBack: boolean ;
102
- handleBorderWidth: string | number ;
100
+ storageName: string ;
101
+ storageType: import ( './types' ) . StorageType ;
102
+ handlePosition: import ( './types' ) . HandlePositions ;
103
103
handleColor: string ;
104
+ handleBorderWidth: string | number ;
104
105
handleIconSize: string ;
105
- storageType: import ( '../types' ) . StorageType ;
106
106
height: string | number ;
107
+ maxWidth: string | number ;
108
+ minWidth: string | number ;
109
+ widthSnapBack: boolean ;
107
110
handleIcon: string ;
108
111
resizable: boolean ;
109
112
} , { } > , {
0 commit comments