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