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,404 +1,28 @@
1
- import { nextTick } from "vue";
2
1
  import { type ScrollerEvent } from "../scroller";
3
- import { ColumnProps, TableProps } from "./@types";
2
+ import { ColumnProps, TableExpose, TableProps } from "./@types";
4
3
  type __VLS_Props = TableProps;
5
- type __VLS_PublicProps = {
4
+ type __VLS_ModelProps = {
5
+ /**
6
+ * 当前页码
7
+ */
6
8
  'page'?: number;
9
+ /**
10
+ * 分页大小,默认不分页
11
+ */
7
12
  'size'?: number;
8
- } & __VLS_Props;
9
- declare function __VLS_template(): {
10
- attrs: Partial<{}>;
11
- slots: {
12
- default?(_: {
13
- row: any;
14
- }): any;
15
- empty?(_: {}): any;
16
- footer?(_: {}): any;
17
- };
18
- refs: {
19
- tableRef: HTMLDivElement;
20
- headerRef: HTMLDivElement;
21
- scrollerRef: {
22
- $: import("vue").ComponentInternalInstance;
23
- $data: {};
24
- $props: Partial<{}> & Omit<{
25
- readonly scrollLeft?: number;
26
- readonly scrollTop?: number;
27
- readonly onScroll?: (event: ScrollerEvent) => any;
28
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
29
- $attrs: {
30
- [x: string]: unknown;
31
- };
32
- $refs: {
33
- [x: string]: unknown;
34
- } & {
35
- viewRef: HTMLDivElement;
36
- verticalRef: HTMLDivElement;
37
- horizontalRef: HTMLDivElement;
38
- };
39
- $slots: Readonly<{
40
- [name: string]: import("vue").Slot<any>;
41
- }>;
42
- $root: import("vue").ComponentPublicInstance | null;
43
- $parent: import("vue").ComponentPublicInstance | null;
44
- $host: Element | null;
45
- $emit: (event: "scroll", event: ScrollerEvent) => void;
46
- $el: HTMLDivElement;
47
- $options: import("vue").ComponentOptionsBase<Readonly<import("../scroller").ScrollerProps> & Readonly<{
48
- onScroll?: (event: ScrollerEvent) => any;
49
- }>, {
50
- scrollTo: (scrollLeft: number, scrollTop?: number) => void;
51
- update: () => void;
52
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
53
- scroll: (event: ScrollerEvent) => any;
54
- }, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
55
- beforeCreate?: (() => void) | (() => void)[];
56
- created?: (() => void) | (() => void)[];
57
- beforeMount?: (() => void) | (() => void)[];
58
- mounted?: (() => void) | (() => void)[];
59
- beforeUpdate?: (() => void) | (() => void)[];
60
- updated?: (() => void) | (() => void)[];
61
- activated?: (() => void) | (() => void)[];
62
- deactivated?: (() => void) | (() => void)[];
63
- beforeDestroy?: (() => void) | (() => void)[];
64
- beforeUnmount?: (() => void) | (() => void)[];
65
- destroyed?: (() => void) | (() => void)[];
66
- unmounted?: (() => void) | (() => void)[];
67
- renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
68
- renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
69
- errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[];
70
- };
71
- $forceUpdate: () => void;
72
- $nextTick: typeof nextTick;
73
- $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;
74
- } & Readonly<{}> & Omit<Readonly<import("../scroller").ScrollerProps> & Readonly<{
75
- onScroll?: (event: ScrollerEvent) => any;
76
- }>, "scrollTo" | "update"> & import("vue").ShallowUnwrapRef<{
77
- scrollTo: (scrollLeft: number, scrollTop?: number) => void;
78
- update: () => void;
79
- }> & {} & import("vue").ComponentCustomProperties & {} & {
80
- $slots: {
81
- default?(_: {}): any;
82
- };
83
- };
84
- rowRefs: ({
85
- $: import("vue").ComponentInternalInstance;
86
- $data: {};
87
- $props: {
88
- readonly row: any;
89
- readonly onClick?: (row: any, event: MouseEvent) => any;
90
- readonly onCheck?: (value: boolean, row: any, column: ColumnProps) => any;
91
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
92
- $attrs: {
93
- [x: string]: unknown;
94
- };
95
- $refs: {
96
- [x: string]: unknown;
97
- };
98
- $slots: Readonly<{
99
- [name: string]: import("vue").Slot<any>;
100
- }>;
101
- $root: import("vue").ComponentPublicInstance | null;
102
- $parent: import("vue").ComponentPublicInstance | null;
103
- $host: Element | null;
104
- $emit: ((event: "click", row: any, event: MouseEvent) => void) & ((event: "check", value: boolean, row: any, column: ColumnProps) => void);
105
- $el: HTMLTableRowElement;
106
- $options: import("vue").ComponentOptionsBase<Readonly<import("./@types").TableRowProps> & Readonly<{
107
- onClick?: (row: any, event: MouseEvent) => any;
108
- onCheck?: (value: boolean, row: any, column: ColumnProps) => any;
109
- }>, {
110
- row: any;
111
- checked: any;
112
- click: (value: boolean) => void;
113
- check: (value: boolean) => void;
114
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
115
- click: (row: any, event: MouseEvent) => any;
116
- check: (value: boolean, row: any, column: ColumnProps) => any;
117
- }, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
118
- beforeCreate?: (() => void) | (() => void)[];
119
- created?: (() => void) | (() => void)[];
120
- beforeMount?: (() => void) | (() => void)[];
121
- mounted?: (() => void) | (() => void)[];
122
- beforeUpdate?: (() => void) | (() => void)[];
123
- updated?: (() => void) | (() => void)[];
124
- activated?: (() => void) | (() => void)[];
125
- deactivated?: (() => void) | (() => void)[];
126
- beforeDestroy?: (() => void) | (() => void)[];
127
- beforeUnmount?: (() => void) | (() => void)[];
128
- destroyed?: (() => void) | (() => void)[];
129
- unmounted?: (() => void) | (() => void)[];
130
- renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
131
- renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
132
- errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[];
133
- };
134
- $forceUpdate: () => void;
135
- $nextTick: typeof nextTick;
136
- $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;
137
- } & Readonly<{}> & Omit<Readonly<import("./@types").TableRowProps> & Readonly<{
138
- onClick?: (row: any, event: MouseEvent) => any;
139
- onCheck?: (value: boolean, row: any, column: ColumnProps) => any;
140
- }>, "click" | "check" | "row" | "checked"> & import("vue").ShallowUnwrapRef<{
141
- row: any;
142
- checked: any;
143
- click: (value: boolean) => void;
144
- check: (value: boolean) => void;
145
- }> & {} & import("vue").ComponentCustomProperties & {} & {
146
- $slots: {
147
- default?(_: {}): any;
148
- };
149
- })[];
150
- pagerRef: import("vue").CreateComponentPublicInstanceWithMixins<Readonly<{
151
- page?: number;
152
- size?: number;
153
- } & import("../pager/@types").PagerProps> & Readonly<{
154
- onChange?: (value: number) => any;
155
- "onSize-change"?: (value: number) => any;
156
- "onUpdate:page"?: (value: number) => any;
157
- "onUpdate:size"?: (value: number) => any;
158
- }>, {
159
- ref: import("vue").Ref<any, any>;
160
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
161
- "update:page": (value: number) => any;
162
- "update:size": (value: number) => any;
163
- } & {
164
- change: (value: number) => any;
165
- "size-change": (value: number) => any;
166
- }, import("vue").PublicProps, {}, false, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {
167
- pagerRef: HTMLDivElement;
168
- }, HTMLDivElement, import("vue").ComponentProvideOptions, {
169
- P: {};
170
- B: {};
171
- D: {};
172
- C: {};
173
- M: {};
174
- Defaults: {};
175
- }, Readonly<{
176
- page?: number;
177
- size?: number;
178
- } & import("../pager/@types").PagerProps> & Readonly<{
179
- onChange?: (value: number) => any;
180
- "onSize-change"?: (value: number) => any;
181
- "onUpdate:page"?: (value: number) => any;
182
- "onUpdate:size"?: (value: number) => any;
183
- }>, {
184
- ref: import("vue").Ref<any, any>;
185
- }, {}, {}, {}, {}>;
186
- tooltipRef: {
187
- $: import("vue").ComponentInternalInstance;
188
- $data: {};
189
- $props: {
190
- readonly target: HTMLElement;
191
- readonly trigger?: "hover" | "click";
192
- readonly direction?: import("..").PopoverDirection;
193
- readonly class?: string;
194
- readonly delay?: number;
195
- readonly onClose?: () => any;
196
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
197
- $attrs: {
198
- [x: string]: unknown;
199
- };
200
- $refs: {
201
- [x: string]: unknown;
202
- } & {
203
- popoverRef: {
204
- $: import("vue").ComponentInternalInstance;
205
- $data: {};
206
- $props: {
207
- readonly target: HTMLElement;
208
- readonly trigger?: "hover" | "click";
209
- readonly direction?: import("..").PopoverDirection;
210
- readonly class?: string;
211
- readonly delay?: number;
212
- readonly onClose?: () => any;
213
- readonly onScroll?: (event: ScrollerEvent) => any;
214
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
215
- $attrs: {
216
- [x: string]: unknown;
217
- };
218
- $refs: {
219
- [x: string]: unknown;
220
- } & {
221
- popoverRef: HTMLDivElement;
222
- scrollerRef: {
223
- $: import("vue").ComponentInternalInstance;
224
- $data: {};
225
- $props: Partial<{}> & Omit<{
226
- readonly scrollLeft?: number;
227
- readonly scrollTop?: number;
228
- readonly onScroll?: (event: ScrollerEvent) => any;
229
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
230
- $attrs: {
231
- [x: string]: unknown;
232
- };
233
- $refs: {
234
- [x: string]: unknown;
235
- } & {
236
- viewRef: HTMLDivElement;
237
- verticalRef: HTMLDivElement;
238
- horizontalRef: HTMLDivElement;
239
- };
240
- $slots: Readonly<{
241
- [name: string]: import("vue").Slot<any>;
242
- }>;
243
- $root: import("vue").ComponentPublicInstance | null;
244
- $parent: import("vue").ComponentPublicInstance | null;
245
- $host: Element | null;
246
- $emit: (event: "scroll", event: ScrollerEvent) => void;
247
- $el: HTMLDivElement;
248
- $options: import("vue").ComponentOptionsBase<Readonly<import("../scroller").ScrollerProps> & Readonly<{
249
- onScroll?: (event: ScrollerEvent) => any;
250
- }>, {
251
- scrollTo: (scrollLeft: number, scrollTop?: number) => void;
252
- update: () => void;
253
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
254
- scroll: (event: ScrollerEvent) => any;
255
- }, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
256
- beforeCreate?: (() => void) | (() => void)[];
257
- created?: (() => void) | (() => void)[];
258
- beforeMount?: (() => void) | (() => void)[];
259
- mounted?: (() => void) | (() => void)[];
260
- beforeUpdate?: (() => void) | (() => void)[];
261
- updated?: (() => void) | (() => void)[];
262
- activated?: (() => void) | (() => void)[];
263
- deactivated?: (() => void) | (() => void)[];
264
- beforeDestroy?: (() => void) | (() => void)[];
265
- beforeUnmount?: (() => void) | (() => void)[];
266
- destroyed?: (() => void) | (() => void)[];
267
- unmounted?: (() => void) | (() => void)[];
268
- renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
269
- renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
270
- errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[];
271
- };
272
- $forceUpdate: () => void;
273
- $nextTick: typeof nextTick;
274
- $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;
275
- } & Readonly<{}> & Omit<Readonly<import("../scroller").ScrollerProps> & Readonly<{
276
- onScroll?: (event: ScrollerEvent) => any;
277
- }>, "scrollTo" | "update"> & import("vue").ShallowUnwrapRef<{
278
- scrollTo: (scrollLeft: number, scrollTop?: number) => void;
279
- update: () => void;
280
- }> & {} & import("vue").ComponentCustomProperties & {} & {
281
- $slots: {
282
- default?(_: {}): any;
283
- };
284
- };
285
- };
286
- $slots: Readonly<{
287
- [name: string]: import("vue").Slot<any>;
288
- }>;
289
- $root: import("vue").ComponentPublicInstance | null;
290
- $parent: import("vue").ComponentPublicInstance | null;
291
- $host: Element | null;
292
- $emit: ((event: "close") => void) & ((event: "scroll", event: ScrollerEvent) => void);
293
- $el: any;
294
- $options: import("vue").ComponentOptionsBase<Readonly<import("..").PopoverProps> & Readonly<{
295
- onClose?: () => any;
296
- onScroll?: (event: ScrollerEvent) => any;
297
- }>, {
298
- update(): void;
299
- toggle(event: MouseEvent): void;
300
- showAsync(event: MouseEvent): Promise<void>;
301
- scrollTo(scrollLeft: number, scrollTop?: number): void;
302
- close(immediate?: boolean): void;
303
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
304
- close: () => any;
305
- scroll: (event: ScrollerEvent) => any;
306
- }, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
307
- beforeCreate?: (() => void) | (() => void)[];
308
- created?: (() => void) | (() => void)[];
309
- beforeMount?: (() => void) | (() => void)[];
310
- mounted?: (() => void) | (() => void)[];
311
- beforeUpdate?: (() => void) | (() => void)[];
312
- updated?: (() => void) | (() => void)[];
313
- activated?: (() => void) | (() => void)[];
314
- deactivated?: (() => void) | (() => void)[];
315
- beforeDestroy?: (() => void) | (() => void)[];
316
- beforeUnmount?: (() => void) | (() => void)[];
317
- destroyed?: (() => void) | (() => void)[];
318
- unmounted?: (() => void) | (() => void)[];
319
- renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
320
- renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
321
- errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[];
322
- };
323
- $forceUpdate: () => void;
324
- $nextTick: typeof nextTick;
325
- $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;
326
- } & Readonly<{}> & Omit<Readonly<import("..").PopoverProps> & Readonly<{
327
- onClose?: () => any;
328
- onScroll?: (event: ScrollerEvent) => any;
329
- }>, "close" | "toggle" | "scrollTo" | "update" | "showAsync"> & import("vue").ShallowUnwrapRef<{
330
- update(): void;
331
- toggle(event: MouseEvent): void;
332
- showAsync(event: MouseEvent): Promise<void>;
333
- scrollTo(scrollLeft: number, scrollTop?: number): void;
334
- close(immediate?: boolean): void;
335
- }> & {} & import("vue").ComponentCustomProperties & {} & {
336
- $slots: {
337
- default?(_: {}): any;
338
- };
339
- };
340
- };
341
- $slots: Readonly<{
342
- [name: string]: import("vue").Slot<any>;
343
- }>;
344
- $root: import("vue").ComponentPublicInstance | null;
345
- $parent: import("vue").ComponentPublicInstance | null;
346
- $host: Element | null;
347
- $emit: (event: "close") => void;
348
- $el: any;
349
- $options: import("vue").ComponentOptionsBase<Readonly<import("../tooltip").TooltipProps> & Readonly<{
350
- onClose?: () => any;
351
- }>, {
352
- update(): void;
353
- toggle(event: MouseEvent): void;
354
- showAsync(event: MouseEvent): Promise<void>;
355
- scrollTo(scrollLeft: number, scrollTop?: number): void;
356
- close(immediate?: boolean): void;
357
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
358
- close: () => any;
359
- }, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
360
- beforeCreate?: (() => void) | (() => void)[];
361
- created?: (() => void) | (() => void)[];
362
- beforeMount?: (() => void) | (() => void)[];
363
- mounted?: (() => void) | (() => void)[];
364
- beforeUpdate?: (() => void) | (() => void)[];
365
- updated?: (() => void) | (() => void)[];
366
- activated?: (() => void) | (() => void)[];
367
- deactivated?: (() => void) | (() => void)[];
368
- beforeDestroy?: (() => void) | (() => void)[];
369
- beforeUnmount?: (() => void) | (() => void)[];
370
- destroyed?: (() => void) | (() => void)[];
371
- unmounted?: (() => void) | (() => void)[];
372
- renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
373
- renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
374
- errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[];
375
- };
376
- $forceUpdate: () => void;
377
- $nextTick: typeof nextTick;
378
- $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;
379
- } & Readonly<{}> & Omit<Readonly<import("../tooltip").TooltipProps> & Readonly<{
380
- onClose?: () => any;
381
- }>, "close" | "toggle" | "scrollTo" | "update" | "showAsync"> & import("vue").ShallowUnwrapRef<{
382
- update(): void;
383
- toggle(event: MouseEvent): void;
384
- showAsync(event: MouseEvent): Promise<void>;
385
- scrollTo(scrollLeft: number, scrollTop?: number): void;
386
- close(immediate?: boolean): void;
387
- }> & {} & import("vue").ComponentCustomProperties & {} & {
388
- $slots: {
389
- default?(_: {}): any;
390
- };
391
- };
392
- };
393
- rootEl: HTMLDivElement;
394
13
  };
395
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
396
- declare const __VLS_component: import("vue").DefineComponent<__VLS_PublicProps, {
397
- resize: () => void;
398
- checkAll: (value: boolean) => void;
399
- check: (key: string | number, value: boolean) => void;
400
- reset: () => void;
401
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
14
+ type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
15
+ declare var __VLS_44: {
16
+ row: any;
17
+ }, __VLS_55: {}, __VLS_57: {};
18
+ type __VLS_Slots = {} & {
19
+ default?: (props: typeof __VLS_44) => any;
20
+ } & {
21
+ empty?: (props: typeof __VLS_55) => any;
22
+ } & {
23
+ footer?: (props: typeof __VLS_57) => any;
24
+ };
25
+ declare const __VLS_base: import("vue").DefineComponent<__VLS_PublicProps, TableExpose, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
402
26
  "update:page": (value: number) => any;
403
27
  "update:size": (value: number) => any;
404
28
  } & {
@@ -417,384 +41,11 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_PublicProps,
417
41
  "onRow-click"?: (row: any, key: any, event: MouseEvent) => any;
418
42
  "onChecked-change"?: (rows: any[], keys: any[]) => any;
419
43
  "onPage-change"?: (value: number) => any;
420
- }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {
421
- tableRef: HTMLDivElement;
422
- headerRef: HTMLDivElement;
423
- scrollerRef: {
424
- $: import("vue").ComponentInternalInstance;
425
- $data: {};
426
- $props: Partial<{}> & Omit<{
427
- readonly scrollLeft?: number;
428
- readonly scrollTop?: number;
429
- readonly onScroll?: (event: ScrollerEvent) => any;
430
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
431
- $attrs: {
432
- [x: string]: unknown;
433
- };
434
- $refs: {
435
- [x: string]: unknown;
436
- } & {
437
- viewRef: HTMLDivElement;
438
- verticalRef: HTMLDivElement;
439
- horizontalRef: HTMLDivElement;
440
- };
441
- $slots: Readonly<{
442
- [name: string]: import("vue").Slot<any>;
443
- }>;
444
- $root: import("vue").ComponentPublicInstance | null;
445
- $parent: import("vue").ComponentPublicInstance | null;
446
- $host: Element | null;
447
- $emit: (event: "scroll", event: ScrollerEvent) => void;
448
- $el: HTMLDivElement;
449
- $options: import("vue").ComponentOptionsBase<Readonly<import("../scroller").ScrollerProps> & Readonly<{
450
- onScroll?: (event: ScrollerEvent) => any;
451
- }>, {
452
- scrollTo: (scrollLeft: number, scrollTop?: number) => void;
453
- update: () => void;
454
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
455
- scroll: (event: ScrollerEvent) => any;
456
- }, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
457
- beforeCreate?: (() => void) | (() => void)[];
458
- created?: (() => void) | (() => void)[];
459
- beforeMount?: (() => void) | (() => void)[];
460
- mounted?: (() => void) | (() => void)[];
461
- beforeUpdate?: (() => void) | (() => void)[];
462
- updated?: (() => void) | (() => void)[];
463
- activated?: (() => void) | (() => void)[];
464
- deactivated?: (() => void) | (() => void)[];
465
- beforeDestroy?: (() => void) | (() => void)[];
466
- beforeUnmount?: (() => void) | (() => void)[];
467
- destroyed?: (() => void) | (() => void)[];
468
- unmounted?: (() => void) | (() => void)[];
469
- renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
470
- renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
471
- errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[];
472
- };
473
- $forceUpdate: () => void;
474
- $nextTick: typeof nextTick;
475
- $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;
476
- } & Readonly<{}> & Omit<Readonly<import("../scroller").ScrollerProps> & Readonly<{
477
- onScroll?: (event: ScrollerEvent) => any;
478
- }>, "scrollTo" | "update"> & import("vue").ShallowUnwrapRef<{
479
- scrollTo: (scrollLeft: number, scrollTop?: number) => void;
480
- update: () => void;
481
- }> & {} & import("vue").ComponentCustomProperties & {} & {
482
- $slots: {
483
- default?(_: {}): any;
484
- };
485
- };
486
- rowRefs: ({
487
- $: import("vue").ComponentInternalInstance;
488
- $data: {};
489
- $props: {
490
- readonly row: any;
491
- readonly onClick?: (row: any, event: MouseEvent) => any;
492
- readonly onCheck?: (value: boolean, row: any, column: ColumnProps) => any;
493
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
494
- $attrs: {
495
- [x: string]: unknown;
496
- };
497
- $refs: {
498
- [x: string]: unknown;
499
- };
500
- $slots: Readonly<{
501
- [name: string]: import("vue").Slot<any>;
502
- }>;
503
- $root: import("vue").ComponentPublicInstance | null;
504
- $parent: import("vue").ComponentPublicInstance | null;
505
- $host: Element | null;
506
- $emit: ((event: "click", row: any, event: MouseEvent) => void) & ((event: "check", value: boolean, row: any, column: ColumnProps) => void);
507
- $el: HTMLTableRowElement;
508
- $options: import("vue").ComponentOptionsBase<Readonly<import("./@types").TableRowProps> & Readonly<{
509
- onClick?: (row: any, event: MouseEvent) => any;
510
- onCheck?: (value: boolean, row: any, column: ColumnProps) => any;
511
- }>, {
512
- row: any;
513
- checked: any;
514
- click: (value: boolean) => void;
515
- check: (value: boolean) => void;
516
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
517
- click: (row: any, event: MouseEvent) => any;
518
- check: (value: boolean, row: any, column: ColumnProps) => any;
519
- }, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
520
- beforeCreate?: (() => void) | (() => void)[];
521
- created?: (() => void) | (() => void)[];
522
- beforeMount?: (() => void) | (() => void)[];
523
- mounted?: (() => void) | (() => void)[];
524
- beforeUpdate?: (() => void) | (() => void)[];
525
- updated?: (() => void) | (() => void)[];
526
- activated?: (() => void) | (() => void)[];
527
- deactivated?: (() => void) | (() => void)[];
528
- beforeDestroy?: (() => void) | (() => void)[];
529
- beforeUnmount?: (() => void) | (() => void)[];
530
- destroyed?: (() => void) | (() => void)[];
531
- unmounted?: (() => void) | (() => void)[];
532
- renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
533
- renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
534
- errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[];
535
- };
536
- $forceUpdate: () => void;
537
- $nextTick: typeof nextTick;
538
- $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;
539
- } & Readonly<{}> & Omit<Readonly<import("./@types").TableRowProps> & Readonly<{
540
- onClick?: (row: any, event: MouseEvent) => any;
541
- onCheck?: (value: boolean, row: any, column: ColumnProps) => any;
542
- }>, "click" | "check" | "row" | "checked"> & import("vue").ShallowUnwrapRef<{
543
- row: any;
544
- checked: any;
545
- click: (value: boolean) => void;
546
- check: (value: boolean) => void;
547
- }> & {} & import("vue").ComponentCustomProperties & {} & {
548
- $slots: {
549
- default?(_: {}): any;
550
- };
551
- })[];
552
- pagerRef: import("vue").CreateComponentPublicInstanceWithMixins<Readonly<{
553
- page?: number;
554
- size?: number;
555
- } & import("../pager/@types").PagerProps> & Readonly<{
556
- onChange?: (value: number) => any;
557
- "onSize-change"?: (value: number) => any;
558
- "onUpdate:page"?: (value: number) => any;
559
- "onUpdate:size"?: (value: number) => any;
560
- }>, {
561
- ref: import("vue").Ref<any, any>;
562
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
563
- "update:page": (value: number) => any;
564
- "update:size": (value: number) => any;
565
- } & {
566
- change: (value: number) => any;
567
- "size-change": (value: number) => any;
568
- }, import("vue").PublicProps, {}, false, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {
569
- pagerRef: HTMLDivElement;
570
- }, HTMLDivElement, import("vue").ComponentProvideOptions, {
571
- P: {};
572
- B: {};
573
- D: {};
574
- C: {};
575
- M: {};
576
- Defaults: {};
577
- }, Readonly<{
578
- page?: number;
579
- size?: number;
580
- } & import("../pager/@types").PagerProps> & Readonly<{
581
- onChange?: (value: number) => any;
582
- "onSize-change"?: (value: number) => any;
583
- "onUpdate:page"?: (value: number) => any;
584
- "onUpdate:size"?: (value: number) => any;
585
- }>, {
586
- ref: import("vue").Ref<any, any>;
587
- }, {}, {}, {}, {}>;
588
- tooltipRef: {
589
- $: import("vue").ComponentInternalInstance;
590
- $data: {};
591
- $props: {
592
- readonly target: HTMLElement;
593
- readonly trigger?: "hover" | "click";
594
- readonly direction?: import("..").PopoverDirection;
595
- readonly class?: string;
596
- readonly delay?: number;
597
- readonly onClose?: () => any;
598
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
599
- $attrs: {
600
- [x: string]: unknown;
601
- };
602
- $refs: {
603
- [x: string]: unknown;
604
- } & {
605
- popoverRef: {
606
- $: import("vue").ComponentInternalInstance;
607
- $data: {};
608
- $props: {
609
- readonly target: HTMLElement;
610
- readonly trigger?: "hover" | "click";
611
- readonly direction?: import("..").PopoverDirection;
612
- readonly class?: string;
613
- readonly delay?: number;
614
- readonly onClose?: () => any;
615
- readonly onScroll?: (event: ScrollerEvent) => any;
616
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
617
- $attrs: {
618
- [x: string]: unknown;
619
- };
620
- $refs: {
621
- [x: string]: unknown;
622
- } & {
623
- popoverRef: HTMLDivElement;
624
- scrollerRef: {
625
- $: import("vue").ComponentInternalInstance;
626
- $data: {};
627
- $props: Partial<{}> & Omit<{
628
- readonly scrollLeft?: number;
629
- readonly scrollTop?: number;
630
- readonly onScroll?: (event: ScrollerEvent) => any;
631
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
632
- $attrs: {
633
- [x: string]: unknown;
634
- };
635
- $refs: {
636
- [x: string]: unknown;
637
- } & {
638
- viewRef: HTMLDivElement;
639
- verticalRef: HTMLDivElement;
640
- horizontalRef: HTMLDivElement;
641
- };
642
- $slots: Readonly<{
643
- [name: string]: import("vue").Slot<any>;
644
- }>;
645
- $root: import("vue").ComponentPublicInstance | null;
646
- $parent: import("vue").ComponentPublicInstance | null;
647
- $host: Element | null;
648
- $emit: (event: "scroll", event: ScrollerEvent) => void;
649
- $el: HTMLDivElement;
650
- $options: import("vue").ComponentOptionsBase<Readonly<import("../scroller").ScrollerProps> & Readonly<{
651
- onScroll?: (event: ScrollerEvent) => any;
652
- }>, {
653
- scrollTo: (scrollLeft: number, scrollTop?: number) => void;
654
- update: () => void;
655
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
656
- scroll: (event: ScrollerEvent) => any;
657
- }, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
658
- beforeCreate?: (() => void) | (() => void)[];
659
- created?: (() => void) | (() => void)[];
660
- beforeMount?: (() => void) | (() => void)[];
661
- mounted?: (() => void) | (() => void)[];
662
- beforeUpdate?: (() => void) | (() => void)[];
663
- updated?: (() => void) | (() => void)[];
664
- activated?: (() => void) | (() => void)[];
665
- deactivated?: (() => void) | (() => void)[];
666
- beforeDestroy?: (() => void) | (() => void)[];
667
- beforeUnmount?: (() => void) | (() => void)[];
668
- destroyed?: (() => void) | (() => void)[];
669
- unmounted?: (() => void) | (() => void)[];
670
- renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
671
- renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
672
- errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[];
673
- };
674
- $forceUpdate: () => void;
675
- $nextTick: typeof nextTick;
676
- $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;
677
- } & Readonly<{}> & Omit<Readonly<import("../scroller").ScrollerProps> & Readonly<{
678
- onScroll?: (event: ScrollerEvent) => any;
679
- }>, "scrollTo" | "update"> & import("vue").ShallowUnwrapRef<{
680
- scrollTo: (scrollLeft: number, scrollTop?: number) => void;
681
- update: () => void;
682
- }> & {} & import("vue").ComponentCustomProperties & {} & {
683
- $slots: {
684
- default?(_: {}): any;
685
- };
686
- };
687
- };
688
- $slots: Readonly<{
689
- [name: string]: import("vue").Slot<any>;
690
- }>;
691
- $root: import("vue").ComponentPublicInstance | null;
692
- $parent: import("vue").ComponentPublicInstance | null;
693
- $host: Element | null;
694
- $emit: ((event: "close") => void) & ((event: "scroll", event: ScrollerEvent) => void);
695
- $el: any;
696
- $options: import("vue").ComponentOptionsBase<Readonly<import("..").PopoverProps> & Readonly<{
697
- onClose?: () => any;
698
- onScroll?: (event: ScrollerEvent) => any;
699
- }>, {
700
- update(): void;
701
- toggle(event: MouseEvent): void;
702
- showAsync(event: MouseEvent): Promise<void>;
703
- scrollTo(scrollLeft: number, scrollTop?: number): void;
704
- close(immediate?: boolean): void;
705
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
706
- close: () => any;
707
- scroll: (event: ScrollerEvent) => any;
708
- }, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
709
- beforeCreate?: (() => void) | (() => void)[];
710
- created?: (() => void) | (() => void)[];
711
- beforeMount?: (() => void) | (() => void)[];
712
- mounted?: (() => void) | (() => void)[];
713
- beforeUpdate?: (() => void) | (() => void)[];
714
- updated?: (() => void) | (() => void)[];
715
- activated?: (() => void) | (() => void)[];
716
- deactivated?: (() => void) | (() => void)[];
717
- beforeDestroy?: (() => void) | (() => void)[];
718
- beforeUnmount?: (() => void) | (() => void)[];
719
- destroyed?: (() => void) | (() => void)[];
720
- unmounted?: (() => void) | (() => void)[];
721
- renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
722
- renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
723
- errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[];
724
- };
725
- $forceUpdate: () => void;
726
- $nextTick: typeof nextTick;
727
- $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;
728
- } & Readonly<{}> & Omit<Readonly<import("..").PopoverProps> & Readonly<{
729
- onClose?: () => any;
730
- onScroll?: (event: ScrollerEvent) => any;
731
- }>, "close" | "toggle" | "scrollTo" | "update" | "showAsync"> & import("vue").ShallowUnwrapRef<{
732
- update(): void;
733
- toggle(event: MouseEvent): void;
734
- showAsync(event: MouseEvent): Promise<void>;
735
- scrollTo(scrollLeft: number, scrollTop?: number): void;
736
- close(immediate?: boolean): void;
737
- }> & {} & import("vue").ComponentCustomProperties & {} & {
738
- $slots: {
739
- default?(_: {}): any;
740
- };
741
- };
742
- };
743
- $slots: Readonly<{
744
- [name: string]: import("vue").Slot<any>;
745
- }>;
746
- $root: import("vue").ComponentPublicInstance | null;
747
- $parent: import("vue").ComponentPublicInstance | null;
748
- $host: Element | null;
749
- $emit: (event: "close") => void;
750
- $el: any;
751
- $options: import("vue").ComponentOptionsBase<Readonly<import("../tooltip").TooltipProps> & Readonly<{
752
- onClose?: () => any;
753
- }>, {
754
- update(): void;
755
- toggle(event: MouseEvent): void;
756
- showAsync(event: MouseEvent): Promise<void>;
757
- scrollTo(scrollLeft: number, scrollTop?: number): void;
758
- close(immediate?: boolean): void;
759
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
760
- close: () => any;
761
- }, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
762
- beforeCreate?: (() => void) | (() => void)[];
763
- created?: (() => void) | (() => void)[];
764
- beforeMount?: (() => void) | (() => void)[];
765
- mounted?: (() => void) | (() => void)[];
766
- beforeUpdate?: (() => void) | (() => void)[];
767
- updated?: (() => void) | (() => void)[];
768
- activated?: (() => void) | (() => void)[];
769
- deactivated?: (() => void) | (() => void)[];
770
- beforeDestroy?: (() => void) | (() => void)[];
771
- beforeUnmount?: (() => void) | (() => void)[];
772
- destroyed?: (() => void) | (() => void)[];
773
- unmounted?: (() => void) | (() => void)[];
774
- renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
775
- renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
776
- errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[];
777
- };
778
- $forceUpdate: () => void;
779
- $nextTick: typeof nextTick;
780
- $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;
781
- } & Readonly<{}> & Omit<Readonly<import("../tooltip").TooltipProps> & Readonly<{
782
- onClose?: () => any;
783
- }>, "close" | "toggle" | "scrollTo" | "update" | "showAsync"> & import("vue").ShallowUnwrapRef<{
784
- update(): void;
785
- toggle(event: MouseEvent): void;
786
- showAsync(event: MouseEvent): Promise<void>;
787
- scrollTo(scrollLeft: number, scrollTop?: number): void;
788
- close(immediate?: boolean): void;
789
- }> & {} & import("vue").ComponentCustomProperties & {} & {
790
- $slots: {
791
- default?(_: {}): any;
792
- };
793
- };
794
- }, HTMLDivElement>;
795
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
44
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
45
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
46
+ declare const _default: typeof __VLS_export;
796
47
  export default _default;
797
- type __VLS_WithTemplateSlots<T, S> = T & {
48
+ type __VLS_WithSlots<T, S> = T & {
798
49
  new (): {
799
50
  $slots: S;
800
51
  };