halo-fe 1.0.34 → 1.0.36
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/main.js +5513 -5855
- package/dist/vendor/{liquidjs-DEqYMvhe.js → liquidjs-CyjuyKnF.js} +858 -812
- package/dist/vendor/{underscore-DYMmD6H5.js → underscore-CK1gjYcm.js} +2 -2
- package/esm/comp/Timer.vue.d.ts +8 -12
- package/esm/comp/alert/Index.vue.d.ts +2 -1
- package/esm/comp/business/Debugger.vue.d.ts +2 -327
- package/esm/comp/business/Tips.vue.d.ts +2 -1
- package/esm/comp/business/cruds/Index.vue.d.ts +13 -567
- package/esm/comp/business/drivers/Index.vue.d.ts +11 -113
- package/esm/comp/business/drivers/Picker.vue.d.ts +16 -18
- package/esm/comp/button/Button.vue.d.ts +10 -17
- package/esm/comp/button/Index.vue.d.ts +7 -11
- package/esm/comp/calender/Index.vue.d.ts +6 -4
- package/esm/comp/card/Index.vue.d.ts +7 -11
- package/esm/comp/checkbox/Checkbox.vue.d.ts +11 -18
- package/esm/comp/checkbox/Index.vue.d.ts +11 -14
- package/esm/comp/condition/Condition.vue.d.ts +2 -1
- package/esm/comp/condition/Index.vue.d.ts +2 -1
- package/esm/comp/datetime/Date.vue.d.ts +6 -228
- package/esm/comp/datetime/DateRange.vue.d.ts +7 -11
- package/esm/comp/datetime/Index.vue.d.ts +11 -14
- package/esm/comp/datetime/Time.vue.d.ts +2 -1
- package/esm/comp/datetime/TimeRange.vue.d.ts +2 -1
- package/esm/comp/dialog/Index.vue.d.ts +17 -6
- package/esm/comp/drawer/Index.vue.d.ts +10 -17
- package/esm/comp/dropdown/Index.vue.d.ts +11 -422
- package/esm/comp/empty/Index.vue.d.ts +7 -11
- package/esm/comp/form/Field.vue.d.ts +9 -12
- package/esm/comp/form/Index.vue.d.ts +7 -11
- package/esm/comp/icon/Arrow.vue.d.ts +3 -2
- package/esm/comp/icon/Index.vue.d.ts +3 -4
- package/esm/comp/input/Code.vue.d.ts +3 -4
- package/esm/comp/input/Compare.vue.d.ts +3 -4
- package/esm/comp/input/Index.vue.d.ts +12 -23
- package/esm/comp/input/RichText.vue.d.ts +6 -71
- package/esm/comp/layout/Col.vue.d.ts +7 -11
- package/esm/comp/layout/Container.vue.d.ts +8 -16
- package/esm/comp/layout/Desc.vue.d.ts +2 -1
- package/esm/comp/layout/Fill.vue.d.ts +8 -16
- package/esm/comp/layout/Row.vue.d.ts +8 -16
- package/esm/comp/link/Index.vue.d.ts +8 -12
- package/esm/comp/loading/Loading.vue.d.ts +2 -1
- package/esm/comp/menu/Index.vue.d.ts +7 -11
- package/esm/comp/menu/Menu.vue.d.ts +8 -12
- package/esm/comp/number/Index.vue.d.ts +10 -14
- package/esm/comp/overlay/Index.vue.d.ts +7 -11
- package/esm/comp/pager/Index.vue.d.ts +12 -6
- package/esm/comp/popover/Index.vue.d.ts +9 -150
- package/esm/comp/progress/Circle.vue.d.ts +2 -1
- package/esm/comp/progress/Index.vue.d.ts +4 -3
- package/esm/comp/progress/Socket.vue.d.ts +7 -11
- package/esm/comp/progress/Spinner.vue.d.ts +2 -1
- package/esm/comp/radio/Index.vue.d.ts +11 -14
- package/esm/comp/radio/Radio.vue.d.ts +8 -12
- package/esm/comp/resizer/Index.vue.d.ts +3 -4
- package/esm/comp/resizer/Resizers.vue.d.ts +3 -2
- package/esm/comp/scroller/Index.vue.d.ts +9 -23
- package/esm/comp/select/Index.vue.d.ts +11 -464
- package/esm/comp/select/Option.vue.d.ts +7 -15
- package/esm/comp/tab/Index.vue.d.ts +13 -15
- package/esm/comp/tab/Tab.vue.d.ts +9 -12
- package/esm/comp/table/Column.vue.d.ts +11 -155
- package/esm/comp/table/Filter.vue.d.ts +2 -1
- package/esm/comp/table/Index.vue.d.ts +24 -773
- package/esm/comp/table/Row.vue.d.ts +9 -18
- package/esm/comp/table/Sort.vue.d.ts +8 -4
- package/esm/comp/tag/Index.vue.d.ts +7 -11
- package/esm/comp/taskbar/Index.vue.d.ts +13 -15
- package/esm/comp/taskbar/Taskbar.vue.d.ts +7 -11
- package/esm/comp/text/Dance.vue.d.ts +3 -2
- package/esm/comp/tooltip/Index.vue.d.ts +9 -295
- package/esm/comp/tree/Index.vue.d.ts +10 -14
- package/esm/comp/upload/Index.vue.d.ts +7 -11
- package/esm/comp/window/Index.vue.d.ts +21 -6
- package/esm/vite.config.d.ts +1 -5
- package/package.json +51 -54
|
@@ -1,432 +1,21 @@
|
|
|
1
|
-
import { DropdownProps } from "./@types";
|
|
2
|
-
declare
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
};
|
|
8
|
-
refs: {
|
|
9
|
-
buttonRef: {
|
|
10
|
-
$: import("vue").ComponentInternalInstance;
|
|
11
|
-
$data: {};
|
|
12
|
-
$props: Partial<{}> & Omit<{
|
|
13
|
-
readonly type?: "primary" | "info";
|
|
14
|
-
readonly disabled?: boolean;
|
|
15
|
-
readonly plain?: boolean;
|
|
16
|
-
readonly loading?: boolean;
|
|
17
|
-
readonly size?: import("../@type").CompSize;
|
|
18
|
-
readonly onClick?: (event: MouseEvent) => any;
|
|
19
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
|
|
20
|
-
$attrs: {
|
|
21
|
-
[x: string]: unknown;
|
|
22
|
-
};
|
|
23
|
-
$refs: {
|
|
24
|
-
[x: string]: unknown;
|
|
25
|
-
} & {
|
|
26
|
-
buttonRef: HTMLButtonElement;
|
|
27
|
-
};
|
|
28
|
-
$slots: Readonly<{
|
|
29
|
-
[name: string]: import("vue").Slot<any>;
|
|
30
|
-
}>;
|
|
31
|
-
$root: import("vue").ComponentPublicInstance | null;
|
|
32
|
-
$parent: import("vue").ComponentPublicInstance | null;
|
|
33
|
-
$host: Element | null;
|
|
34
|
-
$emit: (event: "click", event: MouseEvent) => void;
|
|
35
|
-
$el: HTMLButtonElement;
|
|
36
|
-
$options: import("vue").ComponentOptionsBase<Readonly<import("../button/@types").ButtonProps> & Readonly<{
|
|
37
|
-
onClick?: (event: MouseEvent) => any;
|
|
38
|
-
}>, {
|
|
39
|
-
el: import("vue").Ref<any, any>;
|
|
40
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
41
|
-
click: (event: MouseEvent) => any;
|
|
42
|
-
}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
|
|
43
|
-
beforeCreate?: (() => void) | (() => void)[];
|
|
44
|
-
created?: (() => void) | (() => void)[];
|
|
45
|
-
beforeMount?: (() => void) | (() => void)[];
|
|
46
|
-
mounted?: (() => void) | (() => void)[];
|
|
47
|
-
beforeUpdate?: (() => void) | (() => void)[];
|
|
48
|
-
updated?: (() => void) | (() => void)[];
|
|
49
|
-
activated?: (() => void) | (() => void)[];
|
|
50
|
-
deactivated?: (() => void) | (() => void)[];
|
|
51
|
-
beforeDestroy?: (() => void) | (() => void)[];
|
|
52
|
-
beforeUnmount?: (() => void) | (() => void)[];
|
|
53
|
-
destroyed?: (() => void) | (() => void)[];
|
|
54
|
-
unmounted?: (() => void) | (() => void)[];
|
|
55
|
-
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
56
|
-
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
57
|
-
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
58
|
-
};
|
|
59
|
-
$forceUpdate: () => void;
|
|
60
|
-
$nextTick: typeof import("vue").nextTick;
|
|
61
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import("@vue/reactivity").OnCleanup]) => any : (...args: [any, any, import("@vue/reactivity").OnCleanup]) => any, options?: import("vue").WatchOptions): import("vue").WatchStopHandle;
|
|
62
|
-
} & Readonly<{}> & Omit<Readonly<import("../button/@types").ButtonProps> & Readonly<{
|
|
63
|
-
onClick?: (event: MouseEvent) => any;
|
|
64
|
-
}>, "el"> & import("vue").ShallowUnwrapRef<{
|
|
65
|
-
el: import("vue").Ref<any, any>;
|
|
66
|
-
}> & {} & import("vue").ComponentCustomProperties & {} & {
|
|
67
|
-
$slots: {
|
|
68
|
-
icon?(_: {}): any;
|
|
69
|
-
default?(_: {}): any;
|
|
70
|
-
};
|
|
71
|
-
};
|
|
72
|
-
popoverRef: {
|
|
73
|
-
$: import("vue").ComponentInternalInstance;
|
|
74
|
-
$data: {};
|
|
75
|
-
$props: {
|
|
76
|
-
readonly target: HTMLElement;
|
|
77
|
-
readonly trigger?: "hover" | "click";
|
|
78
|
-
readonly direction?: import("../popover").PopoverDirection;
|
|
79
|
-
readonly class?: string;
|
|
80
|
-
readonly delay?: number;
|
|
81
|
-
readonly onClose?: () => any;
|
|
82
|
-
readonly onScroll?: (event: import("..").ScrollerEvent) => any;
|
|
83
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
84
|
-
$attrs: {
|
|
85
|
-
[x: string]: unknown;
|
|
86
|
-
};
|
|
87
|
-
$refs: {
|
|
88
|
-
[x: string]: unknown;
|
|
89
|
-
} & {
|
|
90
|
-
popoverRef: HTMLDivElement;
|
|
91
|
-
scrollerRef: {
|
|
92
|
-
$: import("vue").ComponentInternalInstance;
|
|
93
|
-
$data: {};
|
|
94
|
-
$props: Partial<{}> & Omit<{
|
|
95
|
-
readonly scrollLeft?: number;
|
|
96
|
-
readonly scrollTop?: number;
|
|
97
|
-
readonly onScroll?: (event: import("..").ScrollerEvent) => any;
|
|
98
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
|
|
99
|
-
$attrs: {
|
|
100
|
-
[x: string]: unknown;
|
|
101
|
-
};
|
|
102
|
-
$refs: {
|
|
103
|
-
[x: string]: unknown;
|
|
104
|
-
} & {
|
|
105
|
-
viewRef: HTMLDivElement;
|
|
106
|
-
verticalRef: HTMLDivElement;
|
|
107
|
-
horizontalRef: HTMLDivElement;
|
|
108
|
-
};
|
|
109
|
-
$slots: Readonly<{
|
|
110
|
-
[name: string]: import("vue").Slot<any>;
|
|
111
|
-
}>;
|
|
112
|
-
$root: import("vue").ComponentPublicInstance | null;
|
|
113
|
-
$parent: import("vue").ComponentPublicInstance | null;
|
|
114
|
-
$host: Element | null;
|
|
115
|
-
$emit: (event: "scroll", event: import("..").ScrollerEvent) => void;
|
|
116
|
-
$el: HTMLDivElement;
|
|
117
|
-
$options: import("vue").ComponentOptionsBase<Readonly<import("..").ScrollerProps> & Readonly<{
|
|
118
|
-
onScroll?: (event: import("..").ScrollerEvent) => any;
|
|
119
|
-
}>, {
|
|
120
|
-
scrollTo: (scrollLeft: number, scrollTop?: number) => void;
|
|
121
|
-
update: () => void;
|
|
122
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
123
|
-
scroll: (event: import("..").ScrollerEvent) => any;
|
|
124
|
-
}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
|
|
125
|
-
beforeCreate?: (() => void) | (() => void)[];
|
|
126
|
-
created?: (() => void) | (() => void)[];
|
|
127
|
-
beforeMount?: (() => void) | (() => void)[];
|
|
128
|
-
mounted?: (() => void) | (() => void)[];
|
|
129
|
-
beforeUpdate?: (() => void) | (() => void)[];
|
|
130
|
-
updated?: (() => void) | (() => void)[];
|
|
131
|
-
activated?: (() => void) | (() => void)[];
|
|
132
|
-
deactivated?: (() => void) | (() => void)[];
|
|
133
|
-
beforeDestroy?: (() => void) | (() => void)[];
|
|
134
|
-
beforeUnmount?: (() => void) | (() => void)[];
|
|
135
|
-
destroyed?: (() => void) | (() => void)[];
|
|
136
|
-
unmounted?: (() => void) | (() => void)[];
|
|
137
|
-
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
138
|
-
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
139
|
-
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
140
|
-
};
|
|
141
|
-
$forceUpdate: () => void;
|
|
142
|
-
$nextTick: typeof import("vue").nextTick;
|
|
143
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import("@vue/reactivity").OnCleanup]) => any : (...args: [any, any, import("@vue/reactivity").OnCleanup]) => any, options?: import("vue").WatchOptions): import("vue").WatchStopHandle;
|
|
144
|
-
} & Readonly<{}> & Omit<Readonly<import("..").ScrollerProps> & Readonly<{
|
|
145
|
-
onScroll?: (event: import("..").ScrollerEvent) => any;
|
|
146
|
-
}>, "scrollTo" | "update"> & import("vue").ShallowUnwrapRef<{
|
|
147
|
-
scrollTo: (scrollLeft: number, scrollTop?: number) => void;
|
|
148
|
-
update: () => void;
|
|
149
|
-
}> & {} & import("vue").ComponentCustomProperties & {} & {
|
|
150
|
-
$slots: {
|
|
151
|
-
default?(_: {}): any;
|
|
152
|
-
};
|
|
153
|
-
};
|
|
154
|
-
};
|
|
155
|
-
$slots: Readonly<{
|
|
156
|
-
[name: string]: import("vue").Slot<any>;
|
|
157
|
-
}>;
|
|
158
|
-
$root: import("vue").ComponentPublicInstance | null;
|
|
159
|
-
$parent: import("vue").ComponentPublicInstance | null;
|
|
160
|
-
$host: Element | null;
|
|
161
|
-
$emit: ((event: "close") => void) & ((event: "scroll", event: import("..").ScrollerEvent) => void);
|
|
162
|
-
$el: any;
|
|
163
|
-
$options: import("vue").ComponentOptionsBase<Readonly<import("../popover").PopoverProps> & Readonly<{
|
|
164
|
-
onClose?: () => any;
|
|
165
|
-
onScroll?: (event: import("..").ScrollerEvent) => any;
|
|
166
|
-
}>, {
|
|
167
|
-
update(): void;
|
|
168
|
-
toggle(event: MouseEvent): void;
|
|
169
|
-
showAsync(event: MouseEvent): Promise<void>;
|
|
170
|
-
scrollTo(scrollLeft: number, scrollTop?: number): void;
|
|
171
|
-
close(immediate?: boolean): void;
|
|
172
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
173
|
-
close: () => any;
|
|
174
|
-
scroll: (event: import("..").ScrollerEvent) => any;
|
|
175
|
-
}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
|
|
176
|
-
beforeCreate?: (() => void) | (() => void)[];
|
|
177
|
-
created?: (() => void) | (() => void)[];
|
|
178
|
-
beforeMount?: (() => void) | (() => void)[];
|
|
179
|
-
mounted?: (() => void) | (() => void)[];
|
|
180
|
-
beforeUpdate?: (() => void) | (() => void)[];
|
|
181
|
-
updated?: (() => void) | (() => void)[];
|
|
182
|
-
activated?: (() => void) | (() => void)[];
|
|
183
|
-
deactivated?: (() => void) | (() => void)[];
|
|
184
|
-
beforeDestroy?: (() => void) | (() => void)[];
|
|
185
|
-
beforeUnmount?: (() => void) | (() => void)[];
|
|
186
|
-
destroyed?: (() => void) | (() => void)[];
|
|
187
|
-
unmounted?: (() => void) | (() => void)[];
|
|
188
|
-
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
189
|
-
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
190
|
-
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
191
|
-
};
|
|
192
|
-
$forceUpdate: () => void;
|
|
193
|
-
$nextTick: typeof import("vue").nextTick;
|
|
194
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import("@vue/reactivity").OnCleanup]) => any : (...args: [any, any, import("@vue/reactivity").OnCleanup]) => any, options?: import("vue").WatchOptions): import("vue").WatchStopHandle;
|
|
195
|
-
} & Readonly<{}> & Omit<Readonly<import("../popover").PopoverProps> & Readonly<{
|
|
196
|
-
onClose?: () => any;
|
|
197
|
-
onScroll?: (event: import("..").ScrollerEvent) => any;
|
|
198
|
-
}>, "close" | "toggle" | "scrollTo" | "update" | "showAsync"> & import("vue").ShallowUnwrapRef<{
|
|
199
|
-
update(): void;
|
|
200
|
-
toggle(event: MouseEvent): void;
|
|
201
|
-
showAsync(event: MouseEvent): Promise<void>;
|
|
202
|
-
scrollTo(scrollLeft: number, scrollTop?: number): void;
|
|
203
|
-
close(immediate?: boolean): void;
|
|
204
|
-
}> & {} & import("vue").ComponentCustomProperties & {} & {
|
|
205
|
-
$slots: {
|
|
206
|
-
default?(_: {}): any;
|
|
207
|
-
};
|
|
208
|
-
};
|
|
209
|
-
};
|
|
210
|
-
rootEl: HTMLDivElement;
|
|
1
|
+
import { DropdownExpose, DropdownProps } from "./@types";
|
|
2
|
+
declare var __VLS_14: {}, __VLS_39: {};
|
|
3
|
+
type __VLS_Slots = {} & {
|
|
4
|
+
title?: (props: typeof __VLS_14) => any;
|
|
5
|
+
} & {
|
|
6
|
+
default?: (props: typeof __VLS_39) => any;
|
|
211
7
|
};
|
|
212
|
-
|
|
213
|
-
declare const __VLS_component: import("vue").DefineComponent<DropdownProps, {
|
|
214
|
-
update(): void;
|
|
215
|
-
toggle(event: MouseEvent): void;
|
|
216
|
-
showAsync(event: MouseEvent): Promise<void>;
|
|
217
|
-
scrollTo(scrollLeft: number, scrollTop?: number): void;
|
|
218
|
-
close(immediate?: boolean): void;
|
|
219
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
8
|
+
declare const __VLS_base: import("vue").DefineComponent<DropdownProps, DropdownExpose, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
220
9
|
change: (value: any, event: MouseEvent) => any;
|
|
221
10
|
click: (event: MouseEvent) => any;
|
|
222
11
|
}, string, import("vue").PublicProps, Readonly<DropdownProps> & Readonly<{
|
|
223
12
|
onChange?: (value: any, event: MouseEvent) => any;
|
|
224
13
|
onClick?: (event: MouseEvent) => any;
|
|
225
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
$data: {};
|
|
229
|
-
$props: Partial<{}> & Omit<{
|
|
230
|
-
readonly type?: "primary" | "info";
|
|
231
|
-
readonly disabled?: boolean;
|
|
232
|
-
readonly plain?: boolean;
|
|
233
|
-
readonly loading?: boolean;
|
|
234
|
-
readonly size?: import("../@type").CompSize;
|
|
235
|
-
readonly onClick?: (event: MouseEvent) => any;
|
|
236
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
|
|
237
|
-
$attrs: {
|
|
238
|
-
[x: string]: unknown;
|
|
239
|
-
};
|
|
240
|
-
$refs: {
|
|
241
|
-
[x: string]: unknown;
|
|
242
|
-
} & {
|
|
243
|
-
buttonRef: HTMLButtonElement;
|
|
244
|
-
};
|
|
245
|
-
$slots: Readonly<{
|
|
246
|
-
[name: string]: import("vue").Slot<any>;
|
|
247
|
-
}>;
|
|
248
|
-
$root: import("vue").ComponentPublicInstance | null;
|
|
249
|
-
$parent: import("vue").ComponentPublicInstance | null;
|
|
250
|
-
$host: Element | null;
|
|
251
|
-
$emit: (event: "click", event: MouseEvent) => void;
|
|
252
|
-
$el: HTMLButtonElement;
|
|
253
|
-
$options: import("vue").ComponentOptionsBase<Readonly<import("../button/@types").ButtonProps> & Readonly<{
|
|
254
|
-
onClick?: (event: MouseEvent) => any;
|
|
255
|
-
}>, {
|
|
256
|
-
el: import("vue").Ref<any, any>;
|
|
257
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
258
|
-
click: (event: MouseEvent) => any;
|
|
259
|
-
}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
|
|
260
|
-
beforeCreate?: (() => void) | (() => void)[];
|
|
261
|
-
created?: (() => void) | (() => void)[];
|
|
262
|
-
beforeMount?: (() => void) | (() => void)[];
|
|
263
|
-
mounted?: (() => void) | (() => void)[];
|
|
264
|
-
beforeUpdate?: (() => void) | (() => void)[];
|
|
265
|
-
updated?: (() => void) | (() => void)[];
|
|
266
|
-
activated?: (() => void) | (() => void)[];
|
|
267
|
-
deactivated?: (() => void) | (() => void)[];
|
|
268
|
-
beforeDestroy?: (() => void) | (() => void)[];
|
|
269
|
-
beforeUnmount?: (() => void) | (() => void)[];
|
|
270
|
-
destroyed?: (() => void) | (() => void)[];
|
|
271
|
-
unmounted?: (() => void) | (() => void)[];
|
|
272
|
-
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
273
|
-
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
274
|
-
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
275
|
-
};
|
|
276
|
-
$forceUpdate: () => void;
|
|
277
|
-
$nextTick: typeof import("vue").nextTick;
|
|
278
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import("@vue/reactivity").OnCleanup]) => any : (...args: [any, any, import("@vue/reactivity").OnCleanup]) => any, options?: import("vue").WatchOptions): import("vue").WatchStopHandle;
|
|
279
|
-
} & Readonly<{}> & Omit<Readonly<import("../button/@types").ButtonProps> & Readonly<{
|
|
280
|
-
onClick?: (event: MouseEvent) => any;
|
|
281
|
-
}>, "el"> & import("vue").ShallowUnwrapRef<{
|
|
282
|
-
el: import("vue").Ref<any, any>;
|
|
283
|
-
}> & {} & import("vue").ComponentCustomProperties & {} & {
|
|
284
|
-
$slots: {
|
|
285
|
-
icon?(_: {}): any;
|
|
286
|
-
default?(_: {}): any;
|
|
287
|
-
};
|
|
288
|
-
};
|
|
289
|
-
popoverRef: {
|
|
290
|
-
$: import("vue").ComponentInternalInstance;
|
|
291
|
-
$data: {};
|
|
292
|
-
$props: {
|
|
293
|
-
readonly target: HTMLElement;
|
|
294
|
-
readonly trigger?: "hover" | "click";
|
|
295
|
-
readonly direction?: import("../popover").PopoverDirection;
|
|
296
|
-
readonly class?: string;
|
|
297
|
-
readonly delay?: number;
|
|
298
|
-
readonly onClose?: () => any;
|
|
299
|
-
readonly onScroll?: (event: import("..").ScrollerEvent) => any;
|
|
300
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
301
|
-
$attrs: {
|
|
302
|
-
[x: string]: unknown;
|
|
303
|
-
};
|
|
304
|
-
$refs: {
|
|
305
|
-
[x: string]: unknown;
|
|
306
|
-
} & {
|
|
307
|
-
popoverRef: HTMLDivElement;
|
|
308
|
-
scrollerRef: {
|
|
309
|
-
$: import("vue").ComponentInternalInstance;
|
|
310
|
-
$data: {};
|
|
311
|
-
$props: Partial<{}> & Omit<{
|
|
312
|
-
readonly scrollLeft?: number;
|
|
313
|
-
readonly scrollTop?: number;
|
|
314
|
-
readonly onScroll?: (event: import("..").ScrollerEvent) => any;
|
|
315
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
|
|
316
|
-
$attrs: {
|
|
317
|
-
[x: string]: unknown;
|
|
318
|
-
};
|
|
319
|
-
$refs: {
|
|
320
|
-
[x: string]: unknown;
|
|
321
|
-
} & {
|
|
322
|
-
viewRef: HTMLDivElement;
|
|
323
|
-
verticalRef: HTMLDivElement;
|
|
324
|
-
horizontalRef: HTMLDivElement;
|
|
325
|
-
};
|
|
326
|
-
$slots: Readonly<{
|
|
327
|
-
[name: string]: import("vue").Slot<any>;
|
|
328
|
-
}>;
|
|
329
|
-
$root: import("vue").ComponentPublicInstance | null;
|
|
330
|
-
$parent: import("vue").ComponentPublicInstance | null;
|
|
331
|
-
$host: Element | null;
|
|
332
|
-
$emit: (event: "scroll", event: import("..").ScrollerEvent) => void;
|
|
333
|
-
$el: HTMLDivElement;
|
|
334
|
-
$options: import("vue").ComponentOptionsBase<Readonly<import("..").ScrollerProps> & Readonly<{
|
|
335
|
-
onScroll?: (event: import("..").ScrollerEvent) => any;
|
|
336
|
-
}>, {
|
|
337
|
-
scrollTo: (scrollLeft: number, scrollTop?: number) => void;
|
|
338
|
-
update: () => void;
|
|
339
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
340
|
-
scroll: (event: import("..").ScrollerEvent) => any;
|
|
341
|
-
}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
|
|
342
|
-
beforeCreate?: (() => void) | (() => void)[];
|
|
343
|
-
created?: (() => void) | (() => void)[];
|
|
344
|
-
beforeMount?: (() => void) | (() => void)[];
|
|
345
|
-
mounted?: (() => void) | (() => void)[];
|
|
346
|
-
beforeUpdate?: (() => void) | (() => void)[];
|
|
347
|
-
updated?: (() => void) | (() => void)[];
|
|
348
|
-
activated?: (() => void) | (() => void)[];
|
|
349
|
-
deactivated?: (() => void) | (() => void)[];
|
|
350
|
-
beforeDestroy?: (() => void) | (() => void)[];
|
|
351
|
-
beforeUnmount?: (() => void) | (() => void)[];
|
|
352
|
-
destroyed?: (() => void) | (() => void)[];
|
|
353
|
-
unmounted?: (() => void) | (() => void)[];
|
|
354
|
-
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
355
|
-
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
356
|
-
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
357
|
-
};
|
|
358
|
-
$forceUpdate: () => void;
|
|
359
|
-
$nextTick: typeof import("vue").nextTick;
|
|
360
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import("@vue/reactivity").OnCleanup]) => any : (...args: [any, any, import("@vue/reactivity").OnCleanup]) => any, options?: import("vue").WatchOptions): import("vue").WatchStopHandle;
|
|
361
|
-
} & Readonly<{}> & Omit<Readonly<import("..").ScrollerProps> & Readonly<{
|
|
362
|
-
onScroll?: (event: import("..").ScrollerEvent) => any;
|
|
363
|
-
}>, "scrollTo" | "update"> & import("vue").ShallowUnwrapRef<{
|
|
364
|
-
scrollTo: (scrollLeft: number, scrollTop?: number) => void;
|
|
365
|
-
update: () => void;
|
|
366
|
-
}> & {} & import("vue").ComponentCustomProperties & {} & {
|
|
367
|
-
$slots: {
|
|
368
|
-
default?(_: {}): any;
|
|
369
|
-
};
|
|
370
|
-
};
|
|
371
|
-
};
|
|
372
|
-
$slots: Readonly<{
|
|
373
|
-
[name: string]: import("vue").Slot<any>;
|
|
374
|
-
}>;
|
|
375
|
-
$root: import("vue").ComponentPublicInstance | null;
|
|
376
|
-
$parent: import("vue").ComponentPublicInstance | null;
|
|
377
|
-
$host: Element | null;
|
|
378
|
-
$emit: ((event: "close") => void) & ((event: "scroll", event: import("..").ScrollerEvent) => void);
|
|
379
|
-
$el: any;
|
|
380
|
-
$options: import("vue").ComponentOptionsBase<Readonly<import("../popover").PopoverProps> & Readonly<{
|
|
381
|
-
onClose?: () => any;
|
|
382
|
-
onScroll?: (event: import("..").ScrollerEvent) => any;
|
|
383
|
-
}>, {
|
|
384
|
-
update(): void;
|
|
385
|
-
toggle(event: MouseEvent): void;
|
|
386
|
-
showAsync(event: MouseEvent): Promise<void>;
|
|
387
|
-
scrollTo(scrollLeft: number, scrollTop?: number): void;
|
|
388
|
-
close(immediate?: boolean): void;
|
|
389
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
390
|
-
close: () => any;
|
|
391
|
-
scroll: (event: import("..").ScrollerEvent) => any;
|
|
392
|
-
}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
|
|
393
|
-
beforeCreate?: (() => void) | (() => void)[];
|
|
394
|
-
created?: (() => void) | (() => void)[];
|
|
395
|
-
beforeMount?: (() => void) | (() => void)[];
|
|
396
|
-
mounted?: (() => void) | (() => void)[];
|
|
397
|
-
beforeUpdate?: (() => void) | (() => void)[];
|
|
398
|
-
updated?: (() => void) | (() => void)[];
|
|
399
|
-
activated?: (() => void) | (() => void)[];
|
|
400
|
-
deactivated?: (() => void) | (() => void)[];
|
|
401
|
-
beforeDestroy?: (() => void) | (() => void)[];
|
|
402
|
-
beforeUnmount?: (() => void) | (() => void)[];
|
|
403
|
-
destroyed?: (() => void) | (() => void)[];
|
|
404
|
-
unmounted?: (() => void) | (() => void)[];
|
|
405
|
-
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
406
|
-
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
407
|
-
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
408
|
-
};
|
|
409
|
-
$forceUpdate: () => void;
|
|
410
|
-
$nextTick: typeof import("vue").nextTick;
|
|
411
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import("@vue/reactivity").OnCleanup]) => any : (...args: [any, any, import("@vue/reactivity").OnCleanup]) => any, options?: import("vue").WatchOptions): import("vue").WatchStopHandle;
|
|
412
|
-
} & Readonly<{}> & Omit<Readonly<import("../popover").PopoverProps> & Readonly<{
|
|
413
|
-
onClose?: () => any;
|
|
414
|
-
onScroll?: (event: import("..").ScrollerEvent) => any;
|
|
415
|
-
}>, "close" | "toggle" | "scrollTo" | "update" | "showAsync"> & import("vue").ShallowUnwrapRef<{
|
|
416
|
-
update(): void;
|
|
417
|
-
toggle(event: MouseEvent): void;
|
|
418
|
-
showAsync(event: MouseEvent): Promise<void>;
|
|
419
|
-
scrollTo(scrollLeft: number, scrollTop?: number): void;
|
|
420
|
-
close(immediate?: boolean): void;
|
|
421
|
-
}> & {} & import("vue").ComponentCustomProperties & {} & {
|
|
422
|
-
$slots: {
|
|
423
|
-
default?(_: {}): any;
|
|
424
|
-
};
|
|
425
|
-
};
|
|
426
|
-
}, HTMLDivElement>;
|
|
427
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
14
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
15
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
16
|
+
declare const _default: typeof __VLS_export;
|
|
428
17
|
export default _default;
|
|
429
|
-
type
|
|
18
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
430
19
|
new (): {
|
|
431
20
|
$slots: S;
|
|
432
21
|
};
|
|
@@ -1,17 +1,13 @@
|
|
|
1
1
|
import { EmptyProps } from "./@types";
|
|
2
|
-
declare
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
default?(_: {}): any;
|
|
6
|
-
};
|
|
7
|
-
refs: {};
|
|
8
|
-
rootEl: HTMLDivElement;
|
|
2
|
+
declare var __VLS_1: {};
|
|
3
|
+
type __VLS_Slots = {} & {
|
|
4
|
+
default?: (props: typeof __VLS_1) => any;
|
|
9
5
|
};
|
|
10
|
-
|
|
11
|
-
declare const
|
|
12
|
-
declare const _default:
|
|
6
|
+
declare const __VLS_base: import("vue").DefineComponent<EmptyProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<EmptyProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
7
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
8
|
+
declare const _default: typeof __VLS_export;
|
|
13
9
|
export default _default;
|
|
14
|
-
type
|
|
10
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
15
11
|
new (): {
|
|
16
12
|
$slots: S;
|
|
17
13
|
};
|
|
@@ -1,18 +1,15 @@
|
|
|
1
1
|
import { FieldProps } from "./@types";
|
|
2
|
-
declare
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
};
|
|
8
|
-
refs: {};
|
|
9
|
-
rootEl: HTMLDivElement;
|
|
2
|
+
declare var __VLS_1: {}, __VLS_3: {};
|
|
3
|
+
type __VLS_Slots = {} & {
|
|
4
|
+
label?: (props: typeof __VLS_1) => any;
|
|
5
|
+
} & {
|
|
6
|
+
default?: (props: typeof __VLS_3) => any;
|
|
10
7
|
};
|
|
11
|
-
|
|
12
|
-
declare const
|
|
13
|
-
declare const _default:
|
|
8
|
+
declare const __VLS_base: import("vue").DefineComponent<FieldProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<FieldProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
9
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
10
|
+
declare const _default: typeof __VLS_export;
|
|
14
11
|
export default _default;
|
|
15
|
-
type
|
|
12
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
16
13
|
new (): {
|
|
17
14
|
$slots: S;
|
|
18
15
|
};
|
|
@@ -1,17 +1,13 @@
|
|
|
1
1
|
import { FormProps } from "./@types";
|
|
2
|
-
declare
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
default?(_: {}): any;
|
|
6
|
-
};
|
|
7
|
-
refs: {};
|
|
8
|
-
rootEl: HTMLDivElement;
|
|
2
|
+
declare var __VLS_1: {};
|
|
3
|
+
type __VLS_Slots = {} & {
|
|
4
|
+
default?: (props: typeof __VLS_1) => any;
|
|
9
5
|
};
|
|
10
|
-
|
|
11
|
-
declare const
|
|
12
|
-
declare const _default:
|
|
6
|
+
declare const __VLS_base: import("vue").DefineComponent<FormProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<FormProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
7
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
8
|
+
declare const _default: typeof __VLS_export;
|
|
13
9
|
export default _default;
|
|
14
|
-
type
|
|
10
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
15
11
|
new (): {
|
|
16
12
|
$slots: S;
|
|
17
13
|
};
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { ArrowProps } from "./@types";
|
|
2
|
-
declare const
|
|
2
|
+
declare const __VLS_export: import("vue").DefineComponent<ArrowProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
3
3
|
click: (event: MouseEvent, direction: import("./@types").ArrowDirection) => any;
|
|
4
4
|
}, string, import("vue").PublicProps, Readonly<ArrowProps> & Readonly<{
|
|
5
5
|
onClick?: (event: MouseEvent, direction: import("./@types").ArrowDirection) => any;
|
|
6
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {},
|
|
6
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
7
|
+
declare const _default: typeof __VLS_export;
|
|
7
8
|
export default _default;
|
|
@@ -1,11 +1,10 @@
|
|
|
1
1
|
import { IconProps } from "./@types";
|
|
2
|
-
declare const
|
|
2
|
+
declare const __VLS_export: import("vue").DefineComponent<IconProps, {
|
|
3
3
|
ref: import("vue").Ref<any, any>;
|
|
4
4
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
5
5
|
click: (event: MouseEvent) => any;
|
|
6
6
|
}, string, import("vue").PublicProps, Readonly<IconProps> & Readonly<{
|
|
7
7
|
onClick?: (event: MouseEvent) => any;
|
|
8
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {
|
|
9
|
-
|
|
10
|
-
}, HTMLDivElement>;
|
|
8
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
9
|
+
declare const _default: typeof __VLS_export;
|
|
11
10
|
export default _default;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { type Monaco } from "../../plugin";
|
|
2
2
|
import { CodeProps } from "./@types";
|
|
3
|
-
declare const
|
|
3
|
+
declare const __VLS_export: import("vue").DefineComponent<CodeProps, {
|
|
4
4
|
layout: () => void;
|
|
5
5
|
getEditor: () => Monaco.editor.IStandaloneCodeEditor;
|
|
6
6
|
registerIntelli: (language: string, keywords: string[]) => void;
|
|
@@ -26,7 +26,6 @@ declare const _default: import("vue").DefineComponent<CodeProps, {
|
|
|
26
26
|
schema?: any;
|
|
27
27
|
intelli?: import("./@types/CodeIntelli").CodeIntelli;
|
|
28
28
|
};
|
|
29
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {
|
|
30
|
-
|
|
31
|
-
}, any>;
|
|
29
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
30
|
+
declare const _default: typeof __VLS_export;
|
|
32
31
|
export default _default;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
declare const
|
|
1
|
+
declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2
2
|
inline: {
|
|
3
3
|
type: BooleanConstructor;
|
|
4
4
|
default: boolean;
|
|
@@ -36,7 +36,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
36
36
|
"onUpdate:original"?: (...args: any[]) => any;
|
|
37
37
|
}>, {
|
|
38
38
|
inline: boolean;
|
|
39
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {
|
|
40
|
-
|
|
41
|
-
}, HTMLDivElement>;
|
|
39
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
40
|
+
declare const _default: typeof __VLS_export;
|
|
42
41
|
export default _default;
|
|
@@ -1,23 +1,14 @@
|
|
|
1
|
-
import { InputProps } from "./@types";
|
|
1
|
+
import { InputExpose, InputProps } from "./@types";
|
|
2
2
|
type __VLS_Props = InputProps;
|
|
3
|
-
type
|
|
3
|
+
type __VLS_ModelProps = {
|
|
4
4
|
modelValue?: any;
|
|
5
|
-
} & __VLS_Props;
|
|
6
|
-
declare function __VLS_template(): {
|
|
7
|
-
attrs: Partial<{}>;
|
|
8
|
-
slots: {
|
|
9
|
-
default?(_: {}): any;
|
|
10
|
-
};
|
|
11
|
-
refs: {
|
|
12
|
-
inputRef: HTMLDivElement;
|
|
13
|
-
innerRef: HTMLTextAreaElement;
|
|
14
|
-
};
|
|
15
|
-
rootEl: HTMLDivElement;
|
|
16
5
|
};
|
|
17
|
-
type
|
|
18
|
-
declare
|
|
19
|
-
|
|
20
|
-
|
|
6
|
+
type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
|
|
7
|
+
declare var __VLS_9: {};
|
|
8
|
+
type __VLS_Slots = {} & {
|
|
9
|
+
default?: (props: typeof __VLS_9) => any;
|
|
10
|
+
};
|
|
11
|
+
declare const __VLS_base: import("vue").DefineComponent<__VLS_PublicProps, InputExpose, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
21
12
|
"update:modelValue": (value: any) => any;
|
|
22
13
|
} & {
|
|
23
14
|
input: (event: InputEvent) => any;
|
|
@@ -32,13 +23,11 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_PublicProps,
|
|
|
32
23
|
onClick?: (event: MouseEvent) => any;
|
|
33
24
|
onFocus?: (event: MouseEvent) => any;
|
|
34
25
|
"onUpdate:modelValue"?: (value: any) => any;
|
|
35
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
}, HTMLDivElement>;
|
|
39
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
26
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
27
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
28
|
+
declare const _default: typeof __VLS_export;
|
|
40
29
|
export default _default;
|
|
41
|
-
type
|
|
30
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
42
31
|
new (): {
|
|
43
32
|
$slots: S;
|
|
44
33
|
};
|