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,296 +1,17 @@
1
1
  import { type CrudDrawer, type CrudProps } from "./@types";
2
2
  type __VLS_Props = CrudProps;
3
- type __VLS_PublicProps = {
3
+ type __VLS_ModelProps = {
4
4
  modelValue?: string | number;
5
5
  'drawer'?: CrudDrawer;
6
- } & __VLS_Props;
7
- declare function __VLS_template(): {
8
- attrs: Partial<{}>;
9
- slots: {
10
- default?(_: {}): any;
11
- drawer?(_: {}): any;
12
- };
13
- refs: {
14
- dropdownRef: {
15
- $: import("vue").ComponentInternalInstance;
16
- $data: {};
17
- $props: Partial<{}> & Omit<{
18
- readonly trigger?: "hover" | "click";
19
- readonly direction?: import("../..").PopoverDirection;
20
- readonly class?: string;
21
- readonly delay?: number;
22
- readonly split?: boolean;
23
- readonly size?: import("../../@type").CompSize;
24
- readonly onChange?: (value: any, event: MouseEvent) => any;
25
- readonly onClick?: (event: MouseEvent) => any;
26
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
27
- $attrs: {
28
- [x: string]: unknown;
29
- };
30
- $refs: {
31
- [x: string]: unknown;
32
- } & {
33
- buttonRef: {
34
- $: import("vue").ComponentInternalInstance;
35
- $data: {};
36
- $props: Partial<{}> & Omit<{
37
- readonly type?: "primary" | "info";
38
- readonly disabled?: boolean;
39
- readonly plain?: boolean;
40
- readonly loading?: boolean;
41
- readonly size?: import("../../@type").CompSize;
42
- readonly onClick?: (event: MouseEvent) => any;
43
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
44
- $attrs: {
45
- [x: string]: unknown;
46
- };
47
- $refs: {
48
- [x: string]: unknown;
49
- } & {
50
- buttonRef: HTMLButtonElement;
51
- };
52
- $slots: Readonly<{
53
- [name: string]: import("vue").Slot<any>;
54
- }>;
55
- $root: import("vue").ComponentPublicInstance | null;
56
- $parent: import("vue").ComponentPublicInstance | null;
57
- $host: Element | null;
58
- $emit: (event: "click", event: MouseEvent) => void;
59
- $el: HTMLButtonElement;
60
- $options: import("vue").ComponentOptionsBase<Readonly<import("../../button/@types").ButtonProps> & Readonly<{
61
- onClick?: (event: MouseEvent) => any;
62
- }>, {
63
- el: import("vue").Ref<any, any>;
64
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
65
- click: (event: MouseEvent) => any;
66
- }, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
67
- beforeCreate?: (() => void) | (() => void)[];
68
- created?: (() => void) | (() => void)[];
69
- beforeMount?: (() => void) | (() => void)[];
70
- mounted?: (() => void) | (() => void)[];
71
- beforeUpdate?: (() => void) | (() => void)[];
72
- updated?: (() => void) | (() => void)[];
73
- activated?: (() => void) | (() => void)[];
74
- deactivated?: (() => void) | (() => void)[];
75
- beforeDestroy?: (() => void) | (() => void)[];
76
- beforeUnmount?: (() => void) | (() => void)[];
77
- destroyed?: (() => void) | (() => void)[];
78
- unmounted?: (() => void) | (() => void)[];
79
- renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
80
- renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
81
- errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[];
82
- };
83
- $forceUpdate: () => void;
84
- $nextTick: typeof import("vue").nextTick;
85
- $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;
86
- } & Readonly<{}> & Omit<Readonly<import("../../button/@types").ButtonProps> & Readonly<{
87
- onClick?: (event: MouseEvent) => any;
88
- }>, "el"> & import("vue").ShallowUnwrapRef<{
89
- el: import("vue").Ref<any, any>;
90
- }> & {} & import("vue").ComponentCustomProperties & {} & {
91
- $slots: {
92
- icon?(_: {}): any;
93
- default?(_: {}): any;
94
- };
95
- };
96
- popoverRef: {
97
- $: import("vue").ComponentInternalInstance;
98
- $data: {};
99
- $props: {
100
- readonly target: HTMLElement;
101
- readonly trigger?: "hover" | "click";
102
- readonly direction?: import("../..").PopoverDirection;
103
- readonly class?: string;
104
- readonly delay?: number;
105
- readonly onClose?: () => any;
106
- readonly onScroll?: (event: import("../..").ScrollerEvent) => any;
107
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
108
- $attrs: {
109
- [x: string]: unknown;
110
- };
111
- $refs: {
112
- [x: string]: unknown;
113
- } & {
114
- popoverRef: HTMLDivElement;
115
- scrollerRef: {
116
- $: import("vue").ComponentInternalInstance;
117
- $data: {};
118
- $props: Partial<{}> & Omit<{
119
- readonly scrollLeft?: number;
120
- readonly scrollTop?: number;
121
- readonly onScroll?: (event: import("../..").ScrollerEvent) => any;
122
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
123
- $attrs: {
124
- [x: string]: unknown;
125
- };
126
- $refs: {
127
- [x: string]: unknown;
128
- } & {
129
- viewRef: HTMLDivElement;
130
- verticalRef: HTMLDivElement;
131
- horizontalRef: HTMLDivElement;
132
- };
133
- $slots: Readonly<{
134
- [name: string]: import("vue").Slot<any>;
135
- }>;
136
- $root: import("vue").ComponentPublicInstance | null;
137
- $parent: import("vue").ComponentPublicInstance | null;
138
- $host: Element | null;
139
- $emit: (event: "scroll", event: import("../..").ScrollerEvent) => void;
140
- $el: HTMLDivElement;
141
- $options: import("vue").ComponentOptionsBase<Readonly<import("../..").ScrollerProps> & Readonly<{
142
- onScroll?: (event: import("../..").ScrollerEvent) => any;
143
- }>, {
144
- scrollTo: (scrollLeft: number, scrollTop?: number) => void;
145
- update: () => void;
146
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
147
- scroll: (event: import("../..").ScrollerEvent) => any;
148
- }, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
149
- beforeCreate?: (() => void) | (() => void)[];
150
- created?: (() => void) | (() => void)[];
151
- beforeMount?: (() => void) | (() => void)[];
152
- mounted?: (() => void) | (() => void)[];
153
- beforeUpdate?: (() => void) | (() => void)[];
154
- updated?: (() => void) | (() => void)[];
155
- activated?: (() => void) | (() => void)[];
156
- deactivated?: (() => void) | (() => void)[];
157
- beforeDestroy?: (() => void) | (() => void)[];
158
- beforeUnmount?: (() => void) | (() => void)[];
159
- destroyed?: (() => void) | (() => void)[];
160
- unmounted?: (() => void) | (() => void)[];
161
- renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
162
- renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
163
- errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[];
164
- };
165
- $forceUpdate: () => void;
166
- $nextTick: typeof import("vue").nextTick;
167
- $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;
168
- } & Readonly<{}> & Omit<Readonly<import("../..").ScrollerProps> & Readonly<{
169
- onScroll?: (event: import("../..").ScrollerEvent) => any;
170
- }>, "scrollTo" | "update"> & import("vue").ShallowUnwrapRef<{
171
- scrollTo: (scrollLeft: number, scrollTop?: number) => void;
172
- update: () => void;
173
- }> & {} & import("vue").ComponentCustomProperties & {} & {
174
- $slots: {
175
- default?(_: {}): any;
176
- };
177
- };
178
- };
179
- $slots: Readonly<{
180
- [name: string]: import("vue").Slot<any>;
181
- }>;
182
- $root: import("vue").ComponentPublicInstance | null;
183
- $parent: import("vue").ComponentPublicInstance | null;
184
- $host: Element | null;
185
- $emit: ((event: "close") => void) & ((event: "scroll", event: import("../..").ScrollerEvent) => void);
186
- $el: any;
187
- $options: import("vue").ComponentOptionsBase<Readonly<import("../..").PopoverProps> & Readonly<{
188
- onClose?: () => any;
189
- onScroll?: (event: import("../..").ScrollerEvent) => any;
190
- }>, {
191
- update(): void;
192
- toggle(event: MouseEvent): void;
193
- showAsync(event: MouseEvent): Promise<void>;
194
- scrollTo(scrollLeft: number, scrollTop?: number): void;
195
- close(immediate?: boolean): void;
196
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
197
- close: () => any;
198
- scroll: (event: import("../..").ScrollerEvent) => any;
199
- }, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
200
- beforeCreate?: (() => void) | (() => void)[];
201
- created?: (() => void) | (() => void)[];
202
- beforeMount?: (() => void) | (() => void)[];
203
- mounted?: (() => void) | (() => void)[];
204
- beforeUpdate?: (() => void) | (() => void)[];
205
- updated?: (() => void) | (() => void)[];
206
- activated?: (() => void) | (() => void)[];
207
- deactivated?: (() => void) | (() => void)[];
208
- beforeDestroy?: (() => void) | (() => void)[];
209
- beforeUnmount?: (() => void) | (() => void)[];
210
- destroyed?: (() => void) | (() => void)[];
211
- unmounted?: (() => void) | (() => void)[];
212
- renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
213
- renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
214
- errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[];
215
- };
216
- $forceUpdate: () => void;
217
- $nextTick: typeof import("vue").nextTick;
218
- $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;
219
- } & Readonly<{}> & Omit<Readonly<import("../..").PopoverProps> & Readonly<{
220
- onClose?: () => any;
221
- onScroll?: (event: import("../..").ScrollerEvent) => any;
222
- }>, "close" | "toggle" | "scrollTo" | "update" | "showAsync"> & import("vue").ShallowUnwrapRef<{
223
- update(): void;
224
- toggle(event: MouseEvent): void;
225
- showAsync(event: MouseEvent): Promise<void>;
226
- scrollTo(scrollLeft: number, scrollTop?: number): void;
227
- close(immediate?: boolean): void;
228
- }> & {} & import("vue").ComponentCustomProperties & {} & {
229
- $slots: {
230
- default?(_: {}): any;
231
- };
232
- };
233
- };
234
- $slots: Readonly<{
235
- [name: string]: import("vue").Slot<any>;
236
- }>;
237
- $root: import("vue").ComponentPublicInstance | null;
238
- $parent: import("vue").ComponentPublicInstance | null;
239
- $host: Element | null;
240
- $emit: ((event: "change", value: any, event: MouseEvent) => void) & ((event: "click", event: MouseEvent) => void);
241
- $el: HTMLDivElement;
242
- $options: import("vue").ComponentOptionsBase<Readonly<import("../../dropdown").DropdownProps> & Readonly<{
243
- onChange?: (value: any, event: MouseEvent) => any;
244
- onClick?: (event: MouseEvent) => any;
245
- }>, {
246
- update(): void;
247
- toggle(event: MouseEvent): void;
248
- showAsync(event: MouseEvent): Promise<void>;
249
- scrollTo(scrollLeft: number, scrollTop?: number): void;
250
- close(immediate?: boolean): void;
251
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
252
- change: (value: any, event: MouseEvent) => any;
253
- click: (event: MouseEvent) => any;
254
- }, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
255
- beforeCreate?: (() => void) | (() => void)[];
256
- created?: (() => void) | (() => void)[];
257
- beforeMount?: (() => void) | (() => void)[];
258
- mounted?: (() => void) | (() => void)[];
259
- beforeUpdate?: (() => void) | (() => void)[];
260
- updated?: (() => void) | (() => void)[];
261
- activated?: (() => void) | (() => void)[];
262
- deactivated?: (() => void) | (() => void)[];
263
- beforeDestroy?: (() => void) | (() => void)[];
264
- beforeUnmount?: (() => void) | (() => void)[];
265
- destroyed?: (() => void) | (() => void)[];
266
- unmounted?: (() => void) | (() => void)[];
267
- renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
268
- renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
269
- errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[];
270
- };
271
- $forceUpdate: () => void;
272
- $nextTick: typeof import("vue").nextTick;
273
- $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;
274
- } & Readonly<{}> & Omit<Readonly<import("../../dropdown").DropdownProps> & Readonly<{
275
- onChange?: (value: any, event: MouseEvent) => any;
276
- onClick?: (event: MouseEvent) => any;
277
- }>, "close" | "toggle" | "scrollTo" | "update" | "showAsync"> & import("vue").ShallowUnwrapRef<{
278
- update(): void;
279
- toggle(event: MouseEvent): void;
280
- showAsync(event: MouseEvent): Promise<void>;
281
- scrollTo(scrollLeft: number, scrollTop?: number): void;
282
- close(immediate?: boolean): void;
283
- }> & {} & import("vue").ComponentCustomProperties & {} & {
284
- $slots: {
285
- title?(_: {}): any;
286
- default?(_: {}): any;
287
- };
288
- };
289
- };
290
- rootEl: any;
291
6
  };
292
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
293
- declare const __VLS_component: import("vue").DefineComponent<__VLS_PublicProps, {
7
+ type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
8
+ declare var __VLS_73: {}, __VLS_83: {};
9
+ type __VLS_Slots = {} & {
10
+ default?: (props: typeof __VLS_73) => any;
11
+ } & {
12
+ drawer?: (props: typeof __VLS_83) => any;
13
+ };
14
+ declare const __VLS_base: import("vue").DefineComponent<__VLS_PublicProps, {
294
15
  loaded: (ret: any) => void;
295
16
  succeed: (page: string) => void;
296
17
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
@@ -306,286 +27,11 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_PublicProps,
306
27
  "onUpdate:modelValue"?: (value: string | number) => any;
307
28
  onNavigate?: (url: string) => any;
308
29
  "onUpdate:drawer"?: (value: CrudDrawer) => any;
309
- }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {
310
- dropdownRef: {
311
- $: import("vue").ComponentInternalInstance;
312
- $data: {};
313
- $props: Partial<{}> & Omit<{
314
- readonly trigger?: "hover" | "click";
315
- readonly direction?: import("../..").PopoverDirection;
316
- readonly class?: string;
317
- readonly delay?: number;
318
- readonly split?: boolean;
319
- readonly size?: import("../../@type").CompSize;
320
- readonly onChange?: (value: any, event: MouseEvent) => any;
321
- readonly onClick?: (event: MouseEvent) => any;
322
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
323
- $attrs: {
324
- [x: string]: unknown;
325
- };
326
- $refs: {
327
- [x: string]: unknown;
328
- } & {
329
- buttonRef: {
330
- $: import("vue").ComponentInternalInstance;
331
- $data: {};
332
- $props: Partial<{}> & Omit<{
333
- readonly type?: "primary" | "info";
334
- readonly disabled?: boolean;
335
- readonly plain?: boolean;
336
- readonly loading?: boolean;
337
- readonly size?: import("../../@type").CompSize;
338
- readonly onClick?: (event: MouseEvent) => any;
339
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
340
- $attrs: {
341
- [x: string]: unknown;
342
- };
343
- $refs: {
344
- [x: string]: unknown;
345
- } & {
346
- buttonRef: HTMLButtonElement;
347
- };
348
- $slots: Readonly<{
349
- [name: string]: import("vue").Slot<any>;
350
- }>;
351
- $root: import("vue").ComponentPublicInstance | null;
352
- $parent: import("vue").ComponentPublicInstance | null;
353
- $host: Element | null;
354
- $emit: (event: "click", event: MouseEvent) => void;
355
- $el: HTMLButtonElement;
356
- $options: import("vue").ComponentOptionsBase<Readonly<import("../../button/@types").ButtonProps> & Readonly<{
357
- onClick?: (event: MouseEvent) => any;
358
- }>, {
359
- el: import("vue").Ref<any, any>;
360
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
361
- click: (event: MouseEvent) => any;
362
- }, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
363
- beforeCreate?: (() => void) | (() => void)[];
364
- created?: (() => void) | (() => void)[];
365
- beforeMount?: (() => void) | (() => void)[];
366
- mounted?: (() => void) | (() => void)[];
367
- beforeUpdate?: (() => void) | (() => void)[];
368
- updated?: (() => void) | (() => void)[];
369
- activated?: (() => void) | (() => void)[];
370
- deactivated?: (() => void) | (() => void)[];
371
- beforeDestroy?: (() => void) | (() => void)[];
372
- beforeUnmount?: (() => void) | (() => void)[];
373
- destroyed?: (() => void) | (() => void)[];
374
- unmounted?: (() => void) | (() => void)[];
375
- renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
376
- renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
377
- errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[];
378
- };
379
- $forceUpdate: () => void;
380
- $nextTick: typeof import("vue").nextTick;
381
- $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;
382
- } & Readonly<{}> & Omit<Readonly<import("../../button/@types").ButtonProps> & Readonly<{
383
- onClick?: (event: MouseEvent) => any;
384
- }>, "el"> & import("vue").ShallowUnwrapRef<{
385
- el: import("vue").Ref<any, any>;
386
- }> & {} & import("vue").ComponentCustomProperties & {} & {
387
- $slots: {
388
- icon?(_: {}): any;
389
- default?(_: {}): any;
390
- };
391
- };
392
- popoverRef: {
393
- $: import("vue").ComponentInternalInstance;
394
- $data: {};
395
- $props: {
396
- readonly target: HTMLElement;
397
- readonly trigger?: "hover" | "click";
398
- readonly direction?: import("../..").PopoverDirection;
399
- readonly class?: string;
400
- readonly delay?: number;
401
- readonly onClose?: () => any;
402
- readonly onScroll?: (event: import("../..").ScrollerEvent) => any;
403
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
404
- $attrs: {
405
- [x: string]: unknown;
406
- };
407
- $refs: {
408
- [x: string]: unknown;
409
- } & {
410
- popoverRef: HTMLDivElement;
411
- scrollerRef: {
412
- $: import("vue").ComponentInternalInstance;
413
- $data: {};
414
- $props: Partial<{}> & Omit<{
415
- readonly scrollLeft?: number;
416
- readonly scrollTop?: number;
417
- readonly onScroll?: (event: import("../..").ScrollerEvent) => any;
418
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
419
- $attrs: {
420
- [x: string]: unknown;
421
- };
422
- $refs: {
423
- [x: string]: unknown;
424
- } & {
425
- viewRef: HTMLDivElement;
426
- verticalRef: HTMLDivElement;
427
- horizontalRef: HTMLDivElement;
428
- };
429
- $slots: Readonly<{
430
- [name: string]: import("vue").Slot<any>;
431
- }>;
432
- $root: import("vue").ComponentPublicInstance | null;
433
- $parent: import("vue").ComponentPublicInstance | null;
434
- $host: Element | null;
435
- $emit: (event: "scroll", event: import("../..").ScrollerEvent) => void;
436
- $el: HTMLDivElement;
437
- $options: import("vue").ComponentOptionsBase<Readonly<import("../..").ScrollerProps> & Readonly<{
438
- onScroll?: (event: import("../..").ScrollerEvent) => any;
439
- }>, {
440
- scrollTo: (scrollLeft: number, scrollTop?: number) => void;
441
- update: () => void;
442
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
443
- scroll: (event: import("../..").ScrollerEvent) => any;
444
- }, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
445
- beforeCreate?: (() => void) | (() => void)[];
446
- created?: (() => void) | (() => void)[];
447
- beforeMount?: (() => void) | (() => void)[];
448
- mounted?: (() => void) | (() => void)[];
449
- beforeUpdate?: (() => void) | (() => void)[];
450
- updated?: (() => void) | (() => void)[];
451
- activated?: (() => void) | (() => void)[];
452
- deactivated?: (() => void) | (() => void)[];
453
- beforeDestroy?: (() => void) | (() => void)[];
454
- beforeUnmount?: (() => void) | (() => void)[];
455
- destroyed?: (() => void) | (() => void)[];
456
- unmounted?: (() => void) | (() => void)[];
457
- renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
458
- renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
459
- errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[];
460
- };
461
- $forceUpdate: () => void;
462
- $nextTick: typeof import("vue").nextTick;
463
- $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;
464
- } & Readonly<{}> & Omit<Readonly<import("../..").ScrollerProps> & Readonly<{
465
- onScroll?: (event: import("../..").ScrollerEvent) => any;
466
- }>, "scrollTo" | "update"> & import("vue").ShallowUnwrapRef<{
467
- scrollTo: (scrollLeft: number, scrollTop?: number) => void;
468
- update: () => void;
469
- }> & {} & import("vue").ComponentCustomProperties & {} & {
470
- $slots: {
471
- default?(_: {}): any;
472
- };
473
- };
474
- };
475
- $slots: Readonly<{
476
- [name: string]: import("vue").Slot<any>;
477
- }>;
478
- $root: import("vue").ComponentPublicInstance | null;
479
- $parent: import("vue").ComponentPublicInstance | null;
480
- $host: Element | null;
481
- $emit: ((event: "close") => void) & ((event: "scroll", event: import("../..").ScrollerEvent) => void);
482
- $el: any;
483
- $options: import("vue").ComponentOptionsBase<Readonly<import("../..").PopoverProps> & Readonly<{
484
- onClose?: () => any;
485
- onScroll?: (event: import("../..").ScrollerEvent) => any;
486
- }>, {
487
- update(): void;
488
- toggle(event: MouseEvent): void;
489
- showAsync(event: MouseEvent): Promise<void>;
490
- scrollTo(scrollLeft: number, scrollTop?: number): void;
491
- close(immediate?: boolean): void;
492
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
493
- close: () => any;
494
- scroll: (event: import("../..").ScrollerEvent) => any;
495
- }, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
496
- beforeCreate?: (() => void) | (() => void)[];
497
- created?: (() => void) | (() => void)[];
498
- beforeMount?: (() => void) | (() => void)[];
499
- mounted?: (() => void) | (() => void)[];
500
- beforeUpdate?: (() => void) | (() => void)[];
501
- updated?: (() => void) | (() => void)[];
502
- activated?: (() => void) | (() => void)[];
503
- deactivated?: (() => void) | (() => void)[];
504
- beforeDestroy?: (() => void) | (() => void)[];
505
- beforeUnmount?: (() => void) | (() => void)[];
506
- destroyed?: (() => void) | (() => void)[];
507
- unmounted?: (() => void) | (() => void)[];
508
- renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
509
- renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
510
- errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[];
511
- };
512
- $forceUpdate: () => void;
513
- $nextTick: typeof import("vue").nextTick;
514
- $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;
515
- } & Readonly<{}> & Omit<Readonly<import("../..").PopoverProps> & Readonly<{
516
- onClose?: () => any;
517
- onScroll?: (event: import("../..").ScrollerEvent) => any;
518
- }>, "close" | "toggle" | "scrollTo" | "update" | "showAsync"> & import("vue").ShallowUnwrapRef<{
519
- update(): void;
520
- toggle(event: MouseEvent): void;
521
- showAsync(event: MouseEvent): Promise<void>;
522
- scrollTo(scrollLeft: number, scrollTop?: number): void;
523
- close(immediate?: boolean): void;
524
- }> & {} & import("vue").ComponentCustomProperties & {} & {
525
- $slots: {
526
- default?(_: {}): any;
527
- };
528
- };
529
- };
530
- $slots: Readonly<{
531
- [name: string]: import("vue").Slot<any>;
532
- }>;
533
- $root: import("vue").ComponentPublicInstance | null;
534
- $parent: import("vue").ComponentPublicInstance | null;
535
- $host: Element | null;
536
- $emit: ((event: "change", value: any, event: MouseEvent) => void) & ((event: "click", event: MouseEvent) => void);
537
- $el: HTMLDivElement;
538
- $options: import("vue").ComponentOptionsBase<Readonly<import("../../dropdown").DropdownProps> & Readonly<{
539
- onChange?: (value: any, event: MouseEvent) => any;
540
- onClick?: (event: MouseEvent) => any;
541
- }>, {
542
- update(): void;
543
- toggle(event: MouseEvent): void;
544
- showAsync(event: MouseEvent): Promise<void>;
545
- scrollTo(scrollLeft: number, scrollTop?: number): void;
546
- close(immediate?: boolean): void;
547
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
548
- change: (value: any, event: MouseEvent) => any;
549
- click: (event: MouseEvent) => any;
550
- }, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
551
- beforeCreate?: (() => void) | (() => void)[];
552
- created?: (() => void) | (() => void)[];
553
- beforeMount?: (() => void) | (() => void)[];
554
- mounted?: (() => void) | (() => void)[];
555
- beforeUpdate?: (() => void) | (() => void)[];
556
- updated?: (() => void) | (() => void)[];
557
- activated?: (() => void) | (() => void)[];
558
- deactivated?: (() => void) | (() => void)[];
559
- beforeDestroy?: (() => void) | (() => void)[];
560
- beforeUnmount?: (() => void) | (() => void)[];
561
- destroyed?: (() => void) | (() => void)[];
562
- unmounted?: (() => void) | (() => void)[];
563
- renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
564
- renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
565
- errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[];
566
- };
567
- $forceUpdate: () => void;
568
- $nextTick: typeof import("vue").nextTick;
569
- $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;
570
- } & Readonly<{}> & Omit<Readonly<import("../../dropdown").DropdownProps> & Readonly<{
571
- onChange?: (value: any, event: MouseEvent) => any;
572
- onClick?: (event: MouseEvent) => any;
573
- }>, "close" | "toggle" | "scrollTo" | "update" | "showAsync"> & import("vue").ShallowUnwrapRef<{
574
- update(): void;
575
- toggle(event: MouseEvent): void;
576
- showAsync(event: MouseEvent): Promise<void>;
577
- scrollTo(scrollLeft: number, scrollTop?: number): void;
578
- close(immediate?: boolean): void;
579
- }> & {} & import("vue").ComponentCustomProperties & {} & {
580
- $slots: {
581
- title?(_: {}): any;
582
- default?(_: {}): any;
583
- };
584
- };
585
- }, any>;
586
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
30
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
31
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
32
+ declare const _default: typeof __VLS_export;
587
33
  export default _default;
588
- type __VLS_WithTemplateSlots<T, S> = T & {
34
+ type __VLS_WithSlots<T, S> = T & {
589
35
  new (): {
590
36
  $slots: S;
591
37
  };