g-ui-web 0.10.40 → 0.11.0-test.3

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 (94) hide show
  1. package/global.d.ts +4 -1
  2. package/lib/bar/index.d.ts +4 -59
  3. package/lib/bar/src/chart.d.ts +1 -1
  4. package/lib/bar/src/index.vue.d.ts +6 -12
  5. package/lib/bar/src/options.d.ts +18 -5
  6. package/lib/bar-compare/index.d.ts +4 -55
  7. package/lib/bar-compare/src/chart.d.ts +1 -1
  8. package/lib/bar-compare/src/index.vue.d.ts +6 -12
  9. package/lib/bar-compare/src/options.d.ts +27 -2
  10. package/lib/bar-conv/index.d.ts +4 -49
  11. package/lib/bar-conv/src/index.vue.d.ts +6 -10
  12. package/lib/bar-line/index.d.ts +4 -49
  13. package/lib/bar-line/src/chart.d.ts +1 -1
  14. package/lib/bar-line/src/index.vue.d.ts +6 -10
  15. package/lib/bar-line/src/options.d.ts +25 -4
  16. package/lib/box/index.d.ts +15 -0
  17. package/lib/box/src/index.vue.d.ts +9 -0
  18. package/lib/calendar/index.d.ts +132 -0
  19. package/lib/calendar/src/index.vue.d.ts +865 -0
  20. package/lib/cashflow/index.d.ts +5 -55
  21. package/lib/cashflow/src/index.vue.d.ts +7 -10
  22. package/lib/chart/index.d.ts +1 -0
  23. package/lib/chart/src/index.vue.d.ts +6 -4
  24. package/lib/datatable/index.d.ts +42 -3
  25. package/lib/datatable/src/index.vue.d.ts +25 -1
  26. package/lib/ele/drawer/index.d.ts +16 -0
  27. package/lib/ele/drawer/src/index.vue.d.ts +14 -0
  28. package/lib/ele/menu/index.d.ts +16 -0
  29. package/lib/ele/menu/src/index.vue.d.ts +14 -0
  30. package/lib/ele/menu-item/index.d.ts +18 -0
  31. package/lib/ele/menu-item/src/index.vue.d.ts +16 -0
  32. package/lib/ele/menu-item-group/index.d.ts +16 -0
  33. package/lib/ele/menu-item-group/src/index.vue.d.ts +14 -0
  34. package/lib/ele/popover/index.d.ts +16 -0
  35. package/lib/ele/popover/src/index.vue.d.ts +14 -0
  36. package/lib/ele/sub-menu/index.d.ts +18 -0
  37. package/lib/ele/sub-menu/src/index.vue.d.ts +16 -0
  38. package/lib/ele/table/index.d.ts +41 -13
  39. package/lib/ele/table/src/index.vue.d.ts +40 -9
  40. package/lib/fonts/font.css +5 -5
  41. package/lib/funnel/index.d.ts +4 -49
  42. package/lib/funnel/src/chart.d.ts +1 -1
  43. package/lib/funnel/src/index.vue.d.ts +6 -10
  44. package/lib/funnel/src/options.d.ts +19 -2
  45. package/lib/g-ui-web.js +41173 -38655
  46. package/lib/g-ui-web.js.gz +0 -0
  47. package/lib/g-ui-web.umd.cjs +78 -72
  48. package/lib/line/index.d.ts +4 -53
  49. package/lib/line/src/chart.d.ts +1 -1
  50. package/lib/line/src/index.vue.d.ts +6 -10
  51. package/lib/line/src/options.d.ts +21 -1
  52. package/lib/map/index.d.ts +4 -49
  53. package/lib/map/src/index.vue.d.ts +6 -10
  54. package/lib/node-achievement/index.d.ts +22 -1
  55. package/lib/node-achievement/src/index.vue.d.ts +28 -1
  56. package/lib/pie/index.d.ts +4 -67
  57. package/lib/pie/src/chart.d.ts +1 -1
  58. package/lib/pie/src/index.vue.d.ts +6 -14
  59. package/lib/pie/src/options.d.ts +18 -1
  60. package/lib/pie-distri/index.d.ts +4 -77
  61. package/lib/pie-distri/src/index.vue.d.ts +6 -18
  62. package/lib/pie-distri/src/options.d.ts +28 -3
  63. package/lib/pie-level/index.d.ts +4 -112
  64. package/lib/pie-level/src/chart.d.ts +2 -0
  65. package/lib/pie-level/src/index.vue.d.ts +5 -28
  66. package/lib/pie-level/src/options.d.ts +18 -0
  67. package/lib/pie-table/index.d.ts +25 -1
  68. package/lib/pie-table/src/index.vue.d.ts +29 -1
  69. package/lib/plan/index.d.ts +22 -1
  70. package/lib/plan/src/index.vue.d.ts +214 -1
  71. package/lib/radar/index.d.ts +4 -49
  72. package/lib/radar/src/chart.d.ts +1 -1
  73. package/lib/radar/src/index.vue.d.ts +6 -10
  74. package/lib/radar/src/options.d.ts +18 -2
  75. package/lib/ranking-cup/index.d.ts +25 -1
  76. package/lib/ranking-cup/src/index.vue.d.ts +27 -1
  77. package/lib/ranking-list/index.d.ts +25 -1
  78. package/lib/ranking-list/src/index.vue.d.ts +29 -1
  79. package/lib/ranking-rb/index.d.ts +43 -1
  80. package/lib/ranking-rb/src/index.vue.d.ts +37 -1
  81. package/lib/ranking-table/index.d.ts +25 -1
  82. package/lib/ranking-table/src/index.vue.d.ts +29 -1
  83. package/lib/reserve/index.d.ts +5 -55
  84. package/lib/reserve/src/index.vue.d.ts +7 -10
  85. package/lib/style.css +1 -1
  86. package/lib/style.css.gz +0 -0
  87. package/lib/target-achievement/src/options.d.ts +1 -1
  88. package/lib/utils/index.d.ts +1 -0
  89. package/lib/utils/loading/index.d.ts +9 -0
  90. package/lib/utils/theme/config/black-gold.d.ts +24 -0
  91. package/lib/utils/theme/config/white-blue.d.ts +24 -0
  92. package/lib/utils/theme/config/white-green.d.ts +24 -0
  93. package/lib/utils/theme/index.d.ts +1 -1
  94. package/package.json +7 -5
@@ -0,0 +1,865 @@
1
+ import { nextTick } from 'vue';
2
+ import { CalendarDateType } from 'element-plus';
3
+ import { default as dayjs } from 'dayjs';
4
+ declare function __VLS_template(): {
5
+ slots: {
6
+ legend?(_: {}): any;
7
+ todo?(_: {
8
+ data: any;
9
+ }): any;
10
+ todo?(_: {
11
+ data: any;
12
+ }): any;
13
+ todo?(_: {
14
+ data: any;
15
+ }): any;
16
+ todo?(_: {
17
+ data: any;
18
+ }): any;
19
+ "todo-dialog"?(_: {
20
+ data: any;
21
+ }): any;
22
+ "todo-dialog"?(_: {
23
+ data: any;
24
+ }): any;
25
+ };
26
+ refs: {
27
+ calendar: ({
28
+ $: import('vue').ComponentInternalInstance;
29
+ $data: {};
30
+ $props: Partial<{}> & Omit<{
31
+ readonly modelValue?: Date | undefined;
32
+ readonly range?: [Date, Date] | undefined;
33
+ "onUpdate:modelValue"?: ((value: Date) => any) | undefined | undefined;
34
+ onInput?: ((value: Date) => any) | undefined | undefined;
35
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, never>;
36
+ $attrs: {
37
+ [x: string]: unknown;
38
+ };
39
+ $refs: {
40
+ [x: string]: unknown;
41
+ };
42
+ $slots: Readonly<{
43
+ [name: string]: import('vue').Slot<any> | undefined;
44
+ }>;
45
+ $root: ComponentPublicInstance | null;
46
+ $parent: ComponentPublicInstance | null;
47
+ $host: Element | null;
48
+ $emit: ((event: "input", value: Date) => void) & ((event: "update:modelValue", value: Date) => void);
49
+ $el: any;
50
+ $options: import('vue').ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
51
+ readonly modelValue: {
52
+ readonly type: import('vue').PropType<Date>;
53
+ readonly required: false;
54
+ readonly validator: ((val: unknown) => boolean) | undefined;
55
+ __epPropKey: true;
56
+ };
57
+ readonly range: {
58
+ readonly type: import('vue').PropType<[Date, Date]>;
59
+ readonly required: false;
60
+ readonly validator: ((val: unknown) => boolean) | undefined;
61
+ __epPropKey: true;
62
+ };
63
+ }>> & {
64
+ "onUpdate:modelValue"?: ((value: Date) => any) | undefined;
65
+ onInput?: ((value: Date) => any) | undefined;
66
+ }, {
67
+ selectedDay: import('vue').WritableComputedRef<import('dayjs').Dayjs | undefined>;
68
+ pickDay: (day: import('dayjs').Dayjs) => void;
69
+ selectDate: (type: import('element-plus/es/components/calendar/src/calendar').CalendarDateType) => void;
70
+ calculateValidatedDateRange: (startDayjs: import('dayjs').Dayjs, endDayjs: import('dayjs').Dayjs) => [import('dayjs').Dayjs, import('dayjs').Dayjs][];
71
+ }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
72
+ "update:modelValue": (value: Date) => void;
73
+ input: (value: Date) => void;
74
+ }, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
75
+ beforeCreate?: (() => void) | (() => void)[];
76
+ created?: (() => void) | (() => void)[];
77
+ beforeMount?: (() => void) | (() => void)[];
78
+ mounted?: (() => void) | (() => void)[];
79
+ beforeUpdate?: (() => void) | (() => void)[];
80
+ updated?: (() => void) | (() => void)[];
81
+ activated?: (() => void) | (() => void)[];
82
+ deactivated?: (() => void) | (() => void)[];
83
+ beforeDestroy?: (() => void) | (() => void)[];
84
+ beforeUnmount?: (() => void) | (() => void)[];
85
+ destroyed?: (() => void) | (() => void)[];
86
+ unmounted?: (() => void) | (() => void)[];
87
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
88
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
89
+ errorCaptured?: ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void)[];
90
+ };
91
+ $forceUpdate: () => void;
92
+ $nextTick: typeof nextTick;
93
+ $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;
94
+ } & Readonly<{}> & Omit<Readonly<globalThis.ExtractPropTypes<{
95
+ readonly modelValue: {
96
+ readonly type: import('vue').PropType<Date>;
97
+ readonly required: false;
98
+ readonly validator: ((val: unknown) => boolean) | undefined;
99
+ __epPropKey: true;
100
+ };
101
+ readonly range: {
102
+ readonly type: import('vue').PropType<[Date, Date]>;
103
+ readonly required: false;
104
+ readonly validator: ((val: unknown) => boolean) | undefined;
105
+ __epPropKey: true;
106
+ };
107
+ }>> & {
108
+ "onUpdate:modelValue"?: ((value: Date) => any) | undefined;
109
+ onInput?: ((value: Date) => any) | undefined;
110
+ }, "selectedDay" | "pickDay" | "selectDate" | "calculateValidatedDateRange"> & import('vue').ShallowUnwrapRef<{
111
+ selectedDay: import('vue').WritableComputedRef<import('dayjs').Dayjs | undefined>;
112
+ pickDay: (day: import('dayjs').Dayjs) => void;
113
+ selectDate: (type: import('element-plus/es/components/calendar/src/calendar').CalendarDateType) => void;
114
+ calculateValidatedDateRange: (startDayjs: import('dayjs').Dayjs, endDayjs: import('dayjs').Dayjs) => [import('dayjs').Dayjs, import('dayjs').Dayjs][];
115
+ }> & {} & import('@vue/runtime-core').ComponentCustomProperties & {} & {
116
+ $slots: {
117
+ header?(_: {
118
+ date: string;
119
+ }): any;
120
+ "date-cell"?(_: {
121
+ data: {
122
+ isSelected: boolean;
123
+ type: string;
124
+ day: string;
125
+ date: Date;
126
+ };
127
+ }): any;
128
+ "date-cell"?(_: {
129
+ data: {
130
+ isSelected: boolean;
131
+ type: string;
132
+ day: string;
133
+ date: Date;
134
+ };
135
+ }): any;
136
+ };
137
+ }) | null;
138
+ popRef: (({
139
+ $: import('vue').ComponentInternalInstance;
140
+ $data: {};
141
+ $props: Partial<{
142
+ readonly disabled: boolean;
143
+ readonly width: import('element-plus/es/utils').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
144
+ readonly content: string;
145
+ readonly offset: number;
146
+ readonly visible: import('element-plus/es/utils').EpPropMergeType<(new (...args: any[]) => boolean) | (() => boolean | null) | ((new (...args: any[]) => boolean) | (() => boolean | null))[], unknown, unknown>;
147
+ readonly placement: import('element-plus/es/utils').EpPropMergeType<(new (...args: any[]) => "top" | "bottom" | "left" | "right" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import('element-plus').Placement) | ((new (...args: any[]) => "top" | "bottom" | "left" | "right" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import('element-plus').Placement))[], unknown, unknown>;
148
+ readonly effect: import('element-plus/es/utils').EpPropMergeType<(new (...args: any[]) => string) | (() => import('element-plus/es/element-plus').PopperEffect) | ((new (...args: any[]) => string) | (() => import('element-plus/es/element-plus').PopperEffect))[], unknown, unknown>;
149
+ readonly showAfter: number;
150
+ readonly hideAfter: number;
151
+ readonly autoClose: number;
152
+ readonly tabindex: import('element-plus/es/utils').EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
153
+ readonly trigger: import('element-plus/es/utils').EpPropMergeType<(new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | import('element-plus').TooltipTriggerType[]) | (() => import('element-plus/es/utils').Arrayable<import('element-plus').TooltipTriggerType>) | ((new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | import('element-plus').TooltipTriggerType[]) | (() => import('element-plus/es/utils').Arrayable<import('element-plus').TooltipTriggerType>))[], unknown, unknown>;
154
+ readonly popperOptions: Partial<import('element-plus').Options>;
155
+ readonly enterable: import('element-plus/es/utils').EpPropMergeType<BooleanConstructor, unknown, unknown>;
156
+ readonly teleported: import('element-plus/es/utils').EpPropMergeType<BooleanConstructor, unknown, unknown>;
157
+ readonly persistent: import('element-plus/es/utils').EpPropMergeType<BooleanConstructor, unknown, unknown>;
158
+ readonly showArrow: import('element-plus/es/utils').EpPropMergeType<BooleanConstructor, unknown, unknown>;
159
+ }> & Omit<{
160
+ readonly visible: import('element-plus/es/utils').EpPropMergeType<(new (...args: any[]) => boolean) | (() => boolean | null) | ((new (...args: any[]) => boolean) | (() => boolean | null))[], unknown, unknown>;
161
+ readonly width: import('element-plus/es/utils').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
162
+ readonly showArrow: import('element-plus/es/utils').EpPropMergeType<BooleanConstructor, unknown, unknown>;
163
+ readonly disabled: boolean;
164
+ readonly trigger: import('element-plus/es/utils').EpPropMergeType<(new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | import('element-plus').TooltipTriggerType[]) | (() => import('element-plus/es/utils').Arrayable<import('element-plus').TooltipTriggerType>) | ((new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | import('element-plus').TooltipTriggerType[]) | (() => import('element-plus/es/utils').Arrayable<import('element-plus').TooltipTriggerType>))[], unknown, unknown>;
165
+ readonly content: string;
166
+ readonly persistent: import('element-plus/es/utils').EpPropMergeType<BooleanConstructor, unknown, unknown>;
167
+ readonly teleported: import('element-plus/es/utils').EpPropMergeType<BooleanConstructor, unknown, unknown>;
168
+ readonly effect: any;
169
+ readonly enterable: import('element-plus/es/utils').EpPropMergeType<BooleanConstructor, unknown, unknown>;
170
+ readonly placement: import('element-plus/es/utils').EpPropMergeType<(new (...args: any[]) => "top" | "bottom" | "left" | "right" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import('element-plus').Placement) | ((new (...args: any[]) => "top" | "bottom" | "left" | "right" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import('element-plus').Placement))[], unknown, unknown>;
171
+ readonly popperOptions: Partial<import('element-plus').Options>;
172
+ readonly showAfter: number;
173
+ readonly hideAfter: number;
174
+ readonly autoClose: number;
175
+ readonly tabindex: import('element-plus/es/utils').EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
176
+ readonly offset?: number | undefined;
177
+ readonly title?: string | undefined;
178
+ readonly transition?: string | undefined;
179
+ readonly popperClass?: import('element-plus/es/utils').EpPropMergeType<(new (...args: any[]) => string | {
180
+ [x: string]: boolean;
181
+ } | (string | {
182
+ [x: string]: boolean;
183
+ } | (string | {
184
+ [x: string]: boolean;
185
+ } | (string | {
186
+ [x: string]: boolean;
187
+ } | (string | {
188
+ [x: string]: boolean;
189
+ } | (string | {
190
+ [x: string]: boolean;
191
+ } | (string | {
192
+ [x: string]: boolean;
193
+ } | (string | {
194
+ [x: string]: boolean;
195
+ } | (string | {
196
+ [x: string]: boolean;
197
+ } | (string | {
198
+ [x: string]: boolean;
199
+ } | (string | {
200
+ [x: string]: boolean;
201
+ } | (string | {
202
+ [x: string]: boolean;
203
+ } | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
204
+ [x: string]: boolean;
205
+ } | (string | {
206
+ [x: string]: boolean;
207
+ } | (string | {
208
+ [x: string]: boolean;
209
+ } | (string | {
210
+ [x: string]: boolean;
211
+ } | (string | {
212
+ [x: string]: boolean;
213
+ } | (string | {
214
+ [x: string]: boolean;
215
+ } | (string | {
216
+ [x: string]: boolean;
217
+ } | (string | {
218
+ [x: string]: boolean;
219
+ } | (string | {
220
+ [x: string]: boolean;
221
+ } | (string | {
222
+ [x: string]: boolean;
223
+ } | (string | {
224
+ [x: string]: boolean;
225
+ } | (string | {
226
+ [x: string]: boolean;
227
+ } | any)[])[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => string | {
228
+ [x: string]: boolean;
229
+ } | (string | {
230
+ [x: string]: boolean;
231
+ } | (string | {
232
+ [x: string]: boolean;
233
+ } | (string | {
234
+ [x: string]: boolean;
235
+ } | (string | {
236
+ [x: string]: boolean;
237
+ } | (string | {
238
+ [x: string]: boolean;
239
+ } | (string | {
240
+ [x: string]: boolean;
241
+ } | (string | {
242
+ [x: string]: boolean;
243
+ } | (string | {
244
+ [x: string]: boolean;
245
+ } | (string | {
246
+ [x: string]: boolean;
247
+ } | (string | {
248
+ [x: string]: boolean;
249
+ } | (string | {
250
+ [x: string]: boolean;
251
+ } | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
252
+ [x: string]: boolean;
253
+ } | (string | {
254
+ [x: string]: boolean;
255
+ } | (string | {
256
+ [x: string]: boolean;
257
+ } | (string | {
258
+ [x: string]: boolean;
259
+ } | (string | {
260
+ [x: string]: boolean;
261
+ } | (string | {
262
+ [x: string]: boolean;
263
+ } | (string | {
264
+ [x: string]: boolean;
265
+ } | (string | {
266
+ [x: string]: boolean;
267
+ } | (string | {
268
+ [x: string]: boolean;
269
+ } | (string | {
270
+ [x: string]: boolean;
271
+ } | (string | {
272
+ [x: string]: boolean;
273
+ } | (string | {
274
+ [x: string]: boolean;
275
+ } | any)[])[])[])[])[])[])[])[])[])[])[]))[], unknown, unknown> | undefined;
276
+ readonly popperStyle?: import('vue').StyleValue;
277
+ "onUpdate:visible"?: (((visible: boolean) => void) & ((value: boolean) => any)) | undefined;
278
+ "onAfter-enter"?: (() => any) | undefined | undefined;
279
+ "onAfter-leave"?: (() => any) | undefined | undefined;
280
+ "onBefore-enter"?: (() => any) | undefined | undefined;
281
+ "onBefore-leave"?: (() => any) | undefined | undefined;
282
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "offset" | "visible" | "width" | "showArrow" | "disabled" | "trigger" | "content" | "persistent" | "teleported" | "effect" | "enterable" | "placement" | "popperOptions" | "showAfter" | "hideAfter" | "autoClose" | "tabindex">;
283
+ $attrs: {
284
+ [x: string]: unknown;
285
+ };
286
+ $refs: {
287
+ [x: string]: unknown;
288
+ };
289
+ $slots: Readonly<{
290
+ [name: string]: import('vue').Slot<any> | undefined;
291
+ }>;
292
+ $root: ComponentPublicInstance | null;
293
+ $parent: ComponentPublicInstance | null;
294
+ $host: Element | null;
295
+ $emit: ((event: "after-enter") => void) & ((event: "after-leave") => void) & ((event: "before-enter") => void) & ((event: "before-leave") => void) & ((event: "update:visible", value: boolean) => void);
296
+ $el: any;
297
+ $options: import('vue').ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
298
+ readonly trigger: import('element-plus/es/utils').EpPropFinalized<(new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | import('element-plus').TooltipTriggerType[]) | (() => import('element-plus/es/utils').Arrayable<import('element-plus').TooltipTriggerType>) | ((new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | import('element-plus').TooltipTriggerType[]) | (() => import('element-plus/es/utils').Arrayable<import('element-plus').TooltipTriggerType>))[], unknown, unknown, "hover", boolean>;
299
+ readonly placement: import('element-plus/es/utils').EpPropFinalized<(new (...args: any[]) => "top" | "bottom" | "left" | "right" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import('element-plus').Placement) | ((new (...args: any[]) => "top" | "bottom" | "left" | "right" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import('element-plus').Placement))[], unknown, unknown, "bottom", boolean>;
300
+ readonly disabled: BooleanConstructor;
301
+ readonly visible: import('element-plus/es/utils').EpPropFinalized<(new (...args: any[]) => boolean) | (() => boolean | null) | ((new (...args: any[]) => boolean) | (() => boolean | null))[], unknown, unknown, null, boolean>;
302
+ readonly transition: StringConstructor;
303
+ readonly popperOptions: import('element-plus/es/utils').EpPropFinalized<(new (...args: any[]) => Partial<import('element-plus').Options>) | (() => Partial<import('element-plus').Options>) | ((new (...args: any[]) => Partial<import('element-plus').Options>) | (() => Partial<import('element-plus').Options>))[], unknown, unknown, () => {}, boolean>;
304
+ readonly tabindex: import('element-plus/es/utils').EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown, 0, boolean>;
305
+ readonly content: import('element-plus/es/utils').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
306
+ readonly popperStyle: {
307
+ readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<(new (...args: any[]) => string | import('vue').CSSProperties | import('vue').StyleValue[]) | (() => import('vue').StyleValue) | ((new (...args: any[]) => string | import('vue').CSSProperties | import('vue').StyleValue[]) | (() => import('vue').StyleValue))[], unknown, unknown>>;
308
+ readonly required: false;
309
+ readonly validator: ((val: unknown) => boolean) | undefined;
310
+ __epPropKey: true;
311
+ };
312
+ readonly popperClass: {
313
+ readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<(new (...args: any[]) => string | {
314
+ [x: string]: boolean;
315
+ } | (string | {
316
+ [x: string]: boolean;
317
+ } | (string | {
318
+ [x: string]: boolean;
319
+ } | (string | {
320
+ [x: string]: boolean;
321
+ } | (string | {
322
+ [x: string]: boolean;
323
+ } | (string | {
324
+ [x: string]: boolean;
325
+ } | (string | {
326
+ [x: string]: boolean;
327
+ } | (string | {
328
+ [x: string]: boolean;
329
+ } | (string | {
330
+ [x: string]: boolean;
331
+ } | (string | {
332
+ [x: string]: boolean;
333
+ } | (string | {
334
+ [x: string]: boolean;
335
+ } | (string | {
336
+ [x: string]: boolean;
337
+ } | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
338
+ [x: string]: boolean;
339
+ } | (string | {
340
+ [x: string]: boolean;
341
+ } | (string | {
342
+ [x: string]: boolean;
343
+ } | (string | {
344
+ [x: string]: boolean;
345
+ } | (string | {
346
+ [x: string]: boolean;
347
+ } | (string | {
348
+ [x: string]: boolean;
349
+ } | (string | {
350
+ [x: string]: boolean;
351
+ } | (string | {
352
+ [x: string]: boolean;
353
+ } | (string | {
354
+ [x: string]: boolean;
355
+ } | (string | {
356
+ [x: string]: boolean;
357
+ } | (string | {
358
+ [x: string]: boolean;
359
+ } | (string | {
360
+ [x: string]: boolean;
361
+ } | any)[])[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => string | {
362
+ [x: string]: boolean;
363
+ } | (string | {
364
+ [x: string]: boolean;
365
+ } | (string | {
366
+ [x: string]: boolean;
367
+ } | (string | {
368
+ [x: string]: boolean;
369
+ } | (string | {
370
+ [x: string]: boolean;
371
+ } | (string | {
372
+ [x: string]: boolean;
373
+ } | (string | {
374
+ [x: string]: boolean;
375
+ } | (string | {
376
+ [x: string]: boolean;
377
+ } | (string | {
378
+ [x: string]: boolean;
379
+ } | (string | {
380
+ [x: string]: boolean;
381
+ } | (string | {
382
+ [x: string]: boolean;
383
+ } | (string | {
384
+ [x: string]: boolean;
385
+ } | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
386
+ [x: string]: boolean;
387
+ } | (string | {
388
+ [x: string]: boolean;
389
+ } | (string | {
390
+ [x: string]: boolean;
391
+ } | (string | {
392
+ [x: string]: boolean;
393
+ } | (string | {
394
+ [x: string]: boolean;
395
+ } | (string | {
396
+ [x: string]: boolean;
397
+ } | (string | {
398
+ [x: string]: boolean;
399
+ } | (string | {
400
+ [x: string]: boolean;
401
+ } | (string | {
402
+ [x: string]: boolean;
403
+ } | (string | {
404
+ [x: string]: boolean;
405
+ } | (string | {
406
+ [x: string]: boolean;
407
+ } | (string | {
408
+ [x: string]: boolean;
409
+ } | any)[])[])[])[])[])[])[])[])[])[])[]))[], unknown, unknown>>;
410
+ readonly required: false;
411
+ readonly validator: ((val: unknown) => boolean) | undefined;
412
+ __epPropKey: true;
413
+ };
414
+ readonly enterable: {
415
+ readonly default: true;
416
+ readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<BooleanConstructor, unknown, unknown>>;
417
+ readonly required: false;
418
+ readonly validator: ((val: unknown) => boolean) | undefined;
419
+ readonly __epPropKey: true;
420
+ };
421
+ readonly effect: {
422
+ readonly default: "light";
423
+ readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<(new (...args: any[]) => string) | (() => import('element-plus/es/element-plus').PopperEffect) | ((new (...args: any[]) => string) | (() => import('element-plus/es/element-plus').PopperEffect))[], unknown, unknown>>;
424
+ readonly required: false;
425
+ readonly validator: ((val: unknown) => boolean) | undefined;
426
+ readonly __epPropKey: true;
427
+ };
428
+ readonly teleported: import('element-plus/es/utils').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
429
+ readonly title: StringConstructor;
430
+ readonly width: import('element-plus/es/utils').EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, 150, boolean>;
431
+ readonly offset: import('element-plus/es/utils').EpPropFinalized<NumberConstructor, unknown, unknown, undefined, boolean>;
432
+ readonly showAfter: import('element-plus/es/utils').EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
433
+ readonly hideAfter: import('element-plus/es/utils').EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
434
+ readonly autoClose: import('element-plus/es/utils').EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
435
+ readonly showArrow: import('element-plus/es/utils').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
436
+ readonly persistent: import('element-plus/es/utils').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
437
+ readonly 'onUpdate:visible': {
438
+ readonly type: import('vue').PropType<(visible: boolean) => void>;
439
+ readonly required: false;
440
+ readonly validator: ((val: unknown) => boolean) | undefined;
441
+ __epPropKey: true;
442
+ };
443
+ }>> & {
444
+ "onUpdate:visible"?: ((value: boolean) => any) | undefined;
445
+ "onAfter-enter"?: (() => any) | undefined;
446
+ "onAfter-leave"?: (() => any) | undefined;
447
+ "onBefore-enter"?: (() => any) | undefined;
448
+ "onBefore-leave"?: (() => any) | undefined;
449
+ }, {
450
+ popperRef: import('vue').ComputedRef<({
451
+ $: import('vue').ComponentInternalInstance;
452
+ $data: {};
453
+ $props: Partial<{
454
+ readonly role: import('element-plus/es/utils').EpPropMergeType<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation", unknown>;
455
+ }> & Omit<Readonly<import('vue').ExtractPropTypes<{
456
+ readonly role: import('element-plus/es/utils').EpPropFinalized<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation", unknown, "tooltip", boolean>;
457
+ }>> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "role">;
458
+ $attrs: {
459
+ [x: string]: unknown;
460
+ };
461
+ $refs: {
462
+ [x: string]: unknown;
463
+ };
464
+ $slots: import('vue').Slots;
465
+ $root: import('vue').ComponentPublicInstance | null;
466
+ $parent: import('vue').ComponentPublicInstance | null;
467
+ $emit: (event: string, ...args: any[]) => void;
468
+ $el: any;
469
+ $options: import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
470
+ readonly role: import('element-plus/es/utils').EpPropFinalized<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation", unknown, "tooltip", boolean>;
471
+ }>>, {
472
+ triggerRef: import('vue').Ref<import('element-plus/es/element-plus').Measurable | undefined>;
473
+ contentRef: import('vue').Ref<HTMLElement | undefined>;
474
+ popperInstanceRef: import('vue').Ref<import('@popperjs/core').Instance | undefined>;
475
+ referenceRef: import('vue').Ref<import('element-plus/es/element-plus').Measurable | undefined>;
476
+ role: import('vue').ComputedRef<string>;
477
+ }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, Record<string, any>, string, {
478
+ readonly role: import('element-plus/es/utils').EpPropMergeType<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation", unknown>;
479
+ }> & {
480
+ beforeCreate?: (() => void) | (() => void)[];
481
+ created?: (() => void) | (() => void)[];
482
+ beforeMount?: (() => void) | (() => void)[];
483
+ mounted?: (() => void) | (() => void)[];
484
+ beforeUpdate?: (() => void) | (() => void)[];
485
+ updated?: (() => void) | (() => void)[];
486
+ activated?: (() => void) | (() => void)[];
487
+ deactivated?: (() => void) | (() => void)[];
488
+ beforeDestroy?: (() => void) | (() => void)[];
489
+ beforeUnmount?: (() => void) | (() => void)[];
490
+ destroyed?: (() => void) | (() => void)[];
491
+ unmounted?: (() => void) | (() => void)[];
492
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
493
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
494
+ errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
495
+ };
496
+ $forceUpdate: () => void;
497
+ $nextTick: typeof import('vue').nextTick;
498
+ $watch(source: string | Function, cb: Function, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
499
+ } & Readonly<import('vue').ExtractPropTypes<{
500
+ readonly role: import('element-plus/es/utils').EpPropFinalized<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation", unknown, "tooltip", boolean>;
501
+ }>> & import('vue').ShallowUnwrapRef<{
502
+ triggerRef: import('vue').Ref<import('element-plus/es/element-plus').Measurable | undefined>;
503
+ contentRef: import('vue').Ref<HTMLElement | undefined>;
504
+ popperInstanceRef: import('vue').Ref<import('@popperjs/core').Instance | undefined>;
505
+ referenceRef: import('vue').Ref<import('element-plus/es/element-plus').Measurable | undefined>;
506
+ role: import('vue').ComputedRef<string>;
507
+ }> & {} & import('vue').ComponentCustomProperties & {
508
+ $slots: {
509
+ default?(_: {}): any;
510
+ };
511
+ }) | undefined>;
512
+ hide: () => void;
513
+ }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
514
+ "after-enter": () => void;
515
+ "after-leave": () => void;
516
+ "before-enter": () => void;
517
+ "before-leave": () => void;
518
+ "update:visible": (value: boolean) => void;
519
+ }, string, {
520
+ readonly disabled: boolean;
521
+ readonly width: import('element-plus/es/utils').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
522
+ readonly content: string;
523
+ readonly offset: number;
524
+ readonly visible: import('element-plus/es/utils').EpPropMergeType<(new (...args: any[]) => boolean) | (() => boolean | null) | ((new (...args: any[]) => boolean) | (() => boolean | null))[], unknown, unknown>;
525
+ readonly placement: import('element-plus/es/utils').EpPropMergeType<(new (...args: any[]) => "top" | "bottom" | "left" | "right" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import('element-plus').Placement) | ((new (...args: any[]) => "top" | "bottom" | "left" | "right" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import('element-plus').Placement))[], unknown, unknown>;
526
+ readonly effect: import('element-plus/es/utils').EpPropMergeType<(new (...args: any[]) => string) | (() => import('element-plus/es/element-plus').PopperEffect) | ((new (...args: any[]) => string) | (() => import('element-plus/es/element-plus').PopperEffect))[], unknown, unknown>;
527
+ readonly showAfter: number;
528
+ readonly hideAfter: number;
529
+ readonly autoClose: number;
530
+ readonly tabindex: import('element-plus/es/utils').EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
531
+ readonly trigger: import('element-plus/es/utils').EpPropMergeType<(new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | import('element-plus').TooltipTriggerType[]) | (() => import('element-plus/es/utils').Arrayable<import('element-plus').TooltipTriggerType>) | ((new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | import('element-plus').TooltipTriggerType[]) | (() => import('element-plus/es/utils').Arrayable<import('element-plus').TooltipTriggerType>))[], unknown, unknown>;
532
+ readonly popperOptions: Partial<import('element-plus').Options>;
533
+ readonly enterable: import('element-plus/es/utils').EpPropMergeType<BooleanConstructor, unknown, unknown>;
534
+ readonly teleported: import('element-plus/es/utils').EpPropMergeType<BooleanConstructor, unknown, unknown>;
535
+ readonly persistent: import('element-plus/es/utils').EpPropMergeType<BooleanConstructor, unknown, unknown>;
536
+ readonly showArrow: import('element-plus/es/utils').EpPropMergeType<BooleanConstructor, unknown, unknown>;
537
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
538
+ beforeCreate?: (() => void) | (() => void)[];
539
+ created?: (() => void) | (() => void)[];
540
+ beforeMount?: (() => void) | (() => void)[];
541
+ mounted?: (() => void) | (() => void)[];
542
+ beforeUpdate?: (() => void) | (() => void)[];
543
+ updated?: (() => void) | (() => void)[];
544
+ activated?: (() => void) | (() => void)[];
545
+ deactivated?: (() => void) | (() => void)[];
546
+ beforeDestroy?: (() => void) | (() => void)[];
547
+ beforeUnmount?: (() => void) | (() => void)[];
548
+ destroyed?: (() => void) | (() => void)[];
549
+ unmounted?: (() => void) | (() => void)[];
550
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
551
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
552
+ errorCaptured?: ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void)[];
553
+ };
554
+ $forceUpdate: () => void;
555
+ $nextTick: typeof nextTick;
556
+ $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;
557
+ } & Readonly<{
558
+ readonly disabled: boolean;
559
+ readonly width: import('element-plus/es/utils').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
560
+ readonly content: string;
561
+ readonly offset: number;
562
+ readonly visible: import('element-plus/es/utils').EpPropMergeType<(new (...args: any[]) => boolean) | (() => boolean | null) | ((new (...args: any[]) => boolean) | (() => boolean | null))[], unknown, unknown>;
563
+ readonly placement: import('element-plus/es/utils').EpPropMergeType<(new (...args: any[]) => "top" | "bottom" | "left" | "right" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import('element-plus').Placement) | ((new (...args: any[]) => "top" | "bottom" | "left" | "right" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import('element-plus').Placement))[], unknown, unknown>;
564
+ readonly effect: import('element-plus/es/utils').EpPropMergeType<(new (...args: any[]) => string) | (() => import('element-plus/es/element-plus').PopperEffect) | ((new (...args: any[]) => string) | (() => import('element-plus/es/element-plus').PopperEffect))[], unknown, unknown>;
565
+ readonly showAfter: number;
566
+ readonly hideAfter: number;
567
+ readonly autoClose: number;
568
+ readonly tabindex: import('element-plus/es/utils').EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
569
+ readonly trigger: import('element-plus/es/utils').EpPropMergeType<(new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | import('element-plus').TooltipTriggerType[]) | (() => import('element-plus/es/utils').Arrayable<import('element-plus').TooltipTriggerType>) | ((new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | import('element-plus').TooltipTriggerType[]) | (() => import('element-plus/es/utils').Arrayable<import('element-plus').TooltipTriggerType>))[], unknown, unknown>;
570
+ readonly popperOptions: Partial<import('element-plus').Options>;
571
+ readonly enterable: import('element-plus/es/utils').EpPropMergeType<BooleanConstructor, unknown, unknown>;
572
+ readonly teleported: import('element-plus/es/utils').EpPropMergeType<BooleanConstructor, unknown, unknown>;
573
+ readonly persistent: import('element-plus/es/utils').EpPropMergeType<BooleanConstructor, unknown, unknown>;
574
+ readonly showArrow: import('element-plus/es/utils').EpPropMergeType<BooleanConstructor, unknown, unknown>;
575
+ }> & Omit<Readonly<globalThis.ExtractPropTypes<{
576
+ readonly trigger: import('element-plus/es/utils').EpPropFinalized<(new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | import('element-plus').TooltipTriggerType[]) | (() => import('element-plus/es/utils').Arrayable<import('element-plus').TooltipTriggerType>) | ((new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | import('element-plus').TooltipTriggerType[]) | (() => import('element-plus/es/utils').Arrayable<import('element-plus').TooltipTriggerType>))[], unknown, unknown, "hover", boolean>;
577
+ readonly placement: import('element-plus/es/utils').EpPropFinalized<(new (...args: any[]) => "top" | "bottom" | "left" | "right" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import('element-plus').Placement) | ((new (...args: any[]) => "top" | "bottom" | "left" | "right" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import('element-plus').Placement))[], unknown, unknown, "bottom", boolean>;
578
+ readonly disabled: BooleanConstructor;
579
+ readonly visible: import('element-plus/es/utils').EpPropFinalized<(new (...args: any[]) => boolean) | (() => boolean | null) | ((new (...args: any[]) => boolean) | (() => boolean | null))[], unknown, unknown, null, boolean>;
580
+ readonly transition: StringConstructor;
581
+ readonly popperOptions: import('element-plus/es/utils').EpPropFinalized<(new (...args: any[]) => Partial<import('element-plus').Options>) | (() => Partial<import('element-plus').Options>) | ((new (...args: any[]) => Partial<import('element-plus').Options>) | (() => Partial<import('element-plus').Options>))[], unknown, unknown, () => {}, boolean>;
582
+ readonly tabindex: import('element-plus/es/utils').EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown, 0, boolean>;
583
+ readonly content: import('element-plus/es/utils').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
584
+ readonly popperStyle: {
585
+ readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<(new (...args: any[]) => string | import('vue').CSSProperties | import('vue').StyleValue[]) | (() => import('vue').StyleValue) | ((new (...args: any[]) => string | import('vue').CSSProperties | import('vue').StyleValue[]) | (() => import('vue').StyleValue))[], unknown, unknown>>;
586
+ readonly required: false;
587
+ readonly validator: ((val: unknown) => boolean) | undefined;
588
+ __epPropKey: true;
589
+ };
590
+ readonly popperClass: {
591
+ readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<(new (...args: any[]) => string | {
592
+ [x: string]: boolean;
593
+ } | (string | {
594
+ [x: string]: boolean;
595
+ } | (string | {
596
+ [x: string]: boolean;
597
+ } | (string | {
598
+ [x: string]: boolean;
599
+ } | (string | {
600
+ [x: string]: boolean;
601
+ } | (string | {
602
+ [x: string]: boolean;
603
+ } | (string | {
604
+ [x: string]: boolean;
605
+ } | (string | {
606
+ [x: string]: boolean;
607
+ } | (string | {
608
+ [x: string]: boolean;
609
+ } | (string | {
610
+ [x: string]: boolean;
611
+ } | (string | {
612
+ [x: string]: boolean;
613
+ } | (string | {
614
+ [x: string]: boolean;
615
+ } | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
616
+ [x: string]: boolean;
617
+ } | (string | {
618
+ [x: string]: boolean;
619
+ } | (string | {
620
+ [x: string]: boolean;
621
+ } | (string | {
622
+ [x: string]: boolean;
623
+ } | (string | {
624
+ [x: string]: boolean;
625
+ } | (string | {
626
+ [x: string]: boolean;
627
+ } | (string | {
628
+ [x: string]: boolean;
629
+ } | (string | {
630
+ [x: string]: boolean;
631
+ } | (string | {
632
+ [x: string]: boolean;
633
+ } | (string | {
634
+ [x: string]: boolean;
635
+ } | (string | {
636
+ [x: string]: boolean;
637
+ } | (string | {
638
+ [x: string]: boolean;
639
+ } | any)[])[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => string | {
640
+ [x: string]: boolean;
641
+ } | (string | {
642
+ [x: string]: boolean;
643
+ } | (string | {
644
+ [x: string]: boolean;
645
+ } | (string | {
646
+ [x: string]: boolean;
647
+ } | (string | {
648
+ [x: string]: boolean;
649
+ } | (string | {
650
+ [x: string]: boolean;
651
+ } | (string | {
652
+ [x: string]: boolean;
653
+ } | (string | {
654
+ [x: string]: boolean;
655
+ } | (string | {
656
+ [x: string]: boolean;
657
+ } | (string | {
658
+ [x: string]: boolean;
659
+ } | (string | {
660
+ [x: string]: boolean;
661
+ } | (string | {
662
+ [x: string]: boolean;
663
+ } | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
664
+ [x: string]: boolean;
665
+ } | (string | {
666
+ [x: string]: boolean;
667
+ } | (string | {
668
+ [x: string]: boolean;
669
+ } | (string | {
670
+ [x: string]: boolean;
671
+ } | (string | {
672
+ [x: string]: boolean;
673
+ } | (string | {
674
+ [x: string]: boolean;
675
+ } | (string | {
676
+ [x: string]: boolean;
677
+ } | (string | {
678
+ [x: string]: boolean;
679
+ } | (string | {
680
+ [x: string]: boolean;
681
+ } | (string | {
682
+ [x: string]: boolean;
683
+ } | (string | {
684
+ [x: string]: boolean;
685
+ } | (string | {
686
+ [x: string]: boolean;
687
+ } | any)[])[])[])[])[])[])[])[])[])[])[]))[], unknown, unknown>>;
688
+ readonly required: false;
689
+ readonly validator: ((val: unknown) => boolean) | undefined;
690
+ __epPropKey: true;
691
+ };
692
+ readonly enterable: {
693
+ readonly default: true;
694
+ readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<BooleanConstructor, unknown, unknown>>;
695
+ readonly required: false;
696
+ readonly validator: ((val: unknown) => boolean) | undefined;
697
+ readonly __epPropKey: true;
698
+ };
699
+ readonly effect: {
700
+ readonly default: "light";
701
+ readonly type: import('vue').PropType<import('element-plus/es/utils').EpPropMergeType<(new (...args: any[]) => string) | (() => import('element-plus/es/element-plus').PopperEffect) | ((new (...args: any[]) => string) | (() => import('element-plus/es/element-plus').PopperEffect))[], unknown, unknown>>;
702
+ readonly required: false;
703
+ readonly validator: ((val: unknown) => boolean) | undefined;
704
+ readonly __epPropKey: true;
705
+ };
706
+ readonly teleported: import('element-plus/es/utils').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
707
+ readonly title: StringConstructor;
708
+ readonly width: import('element-plus/es/utils').EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, 150, boolean>;
709
+ readonly offset: import('element-plus/es/utils').EpPropFinalized<NumberConstructor, unknown, unknown, undefined, boolean>;
710
+ readonly showAfter: import('element-plus/es/utils').EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
711
+ readonly hideAfter: import('element-plus/es/utils').EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
712
+ readonly autoClose: import('element-plus/es/utils').EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
713
+ readonly showArrow: import('element-plus/es/utils').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
714
+ readonly persistent: import('element-plus/es/utils').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
715
+ readonly 'onUpdate:visible': {
716
+ readonly type: import('vue').PropType<(visible: boolean) => void>;
717
+ readonly required: false;
718
+ readonly validator: ((val: unknown) => boolean) | undefined;
719
+ __epPropKey: true;
720
+ };
721
+ }>> & {
722
+ "onUpdate:visible"?: ((value: boolean) => any) | undefined;
723
+ "onAfter-enter"?: (() => any) | undefined;
724
+ "onAfter-leave"?: (() => any) | undefined;
725
+ "onBefore-enter"?: (() => any) | undefined;
726
+ "onBefore-leave"?: (() => any) | undefined;
727
+ }, "offset" | "visible" | "width" | "showArrow" | "disabled" | "trigger" | "content" | "persistent" | "teleported" | "effect" | "enterable" | "placement" | "popperOptions" | "showAfter" | "hideAfter" | "autoClose" | "popperRef" | "hide" | "tabindex"> & import('vue').ShallowUnwrapRef<{
728
+ popperRef: import('vue').ComputedRef<({
729
+ $: import('vue').ComponentInternalInstance;
730
+ $data: {};
731
+ $props: Partial<{
732
+ readonly role: import('element-plus/es/utils').EpPropMergeType<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation", unknown>;
733
+ }> & Omit<Readonly<import('vue').ExtractPropTypes<{
734
+ readonly role: import('element-plus/es/utils').EpPropFinalized<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation", unknown, "tooltip", boolean>;
735
+ }>> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "role">;
736
+ $attrs: {
737
+ [x: string]: unknown;
738
+ };
739
+ $refs: {
740
+ [x: string]: unknown;
741
+ };
742
+ $slots: import('vue').Slots;
743
+ $root: import('vue').ComponentPublicInstance | null;
744
+ $parent: import('vue').ComponentPublicInstance | null;
745
+ $emit: (event: string, ...args: any[]) => void;
746
+ $el: any;
747
+ $options: import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
748
+ readonly role: import('element-plus/es/utils').EpPropFinalized<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation", unknown, "tooltip", boolean>;
749
+ }>>, {
750
+ triggerRef: import('vue').Ref<import('element-plus/es/element-plus').Measurable | undefined>;
751
+ contentRef: import('vue').Ref<HTMLElement | undefined>;
752
+ popperInstanceRef: import('vue').Ref<import('@popperjs/core').Instance | undefined>;
753
+ referenceRef: import('vue').Ref<import('element-plus/es/element-plus').Measurable | undefined>;
754
+ role: import('vue').ComputedRef<string>;
755
+ }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, Record<string, any>, string, {
756
+ readonly role: import('element-plus/es/utils').EpPropMergeType<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation", unknown>;
757
+ }> & {
758
+ beforeCreate?: (() => void) | (() => void)[];
759
+ created?: (() => void) | (() => void)[];
760
+ beforeMount?: (() => void) | (() => void)[];
761
+ mounted?: (() => void) | (() => void)[];
762
+ beforeUpdate?: (() => void) | (() => void)[];
763
+ updated?: (() => void) | (() => void)[];
764
+ activated?: (() => void) | (() => void)[];
765
+ deactivated?: (() => void) | (() => void)[];
766
+ beforeDestroy?: (() => void) | (() => void)[];
767
+ beforeUnmount?: (() => void) | (() => void)[];
768
+ destroyed?: (() => void) | (() => void)[];
769
+ unmounted?: (() => void) | (() => void)[];
770
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
771
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
772
+ errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
773
+ };
774
+ $forceUpdate: () => void;
775
+ $nextTick: typeof import('vue').nextTick;
776
+ $watch(source: string | Function, cb: Function, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
777
+ } & Readonly<import('vue').ExtractPropTypes<{
778
+ readonly role: import('element-plus/es/utils').EpPropFinalized<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation", unknown, "tooltip", boolean>;
779
+ }>> & import('vue').ShallowUnwrapRef<{
780
+ triggerRef: import('vue').Ref<import('element-plus/es/element-plus').Measurable | undefined>;
781
+ contentRef: import('vue').Ref<HTMLElement | undefined>;
782
+ popperInstanceRef: import('vue').Ref<import('@popperjs/core').Instance | undefined>;
783
+ referenceRef: import('vue').Ref<import('element-plus/es/element-plus').Measurable | undefined>;
784
+ role: import('vue').ComputedRef<string>;
785
+ }> & {} & import('vue').ComponentCustomProperties & {
786
+ $slots: {
787
+ default?(_: {}): any;
788
+ };
789
+ }) | undefined>;
790
+ hide: () => void;
791
+ }> & {} & import('@vue/runtime-core').ComponentCustomProperties & {} & {
792
+ $slots: {
793
+ reference?(_: {}): any;
794
+ default?(_: {}): any;
795
+ };
796
+ }) | null)[];
797
+ };
798
+ attrs: Partial<{}>;
799
+ };
800
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
801
+ declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
802
+ popWidth: {
803
+ type: NumberConstructor;
804
+ default: number;
805
+ };
806
+ isPop: {
807
+ type: BooleanConstructor;
808
+ default: boolean;
809
+ };
810
+ isDia: {
811
+ type: BooleanConstructor;
812
+ default: boolean;
813
+ };
814
+ isRadio: {
815
+ type: BooleanConstructor;
816
+ default: boolean;
817
+ };
818
+ dateType: {
819
+ type: StringConstructor;
820
+ default: string;
821
+ };
822
+ dbOptions: {
823
+ type: ObjectConstructor;
824
+ default: {};
825
+ };
826
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
827
+ popWidth: {
828
+ type: NumberConstructor;
829
+ default: number;
830
+ };
831
+ isPop: {
832
+ type: BooleanConstructor;
833
+ default: boolean;
834
+ };
835
+ isDia: {
836
+ type: BooleanConstructor;
837
+ default: boolean;
838
+ };
839
+ isRadio: {
840
+ type: BooleanConstructor;
841
+ default: boolean;
842
+ };
843
+ dateType: {
844
+ type: StringConstructor;
845
+ default: string;
846
+ };
847
+ dbOptions: {
848
+ type: ObjectConstructor;
849
+ default: {};
850
+ };
851
+ }>> & Readonly<{}>, {
852
+ dbOptions: Record<string, any>;
853
+ popWidth: number;
854
+ isPop: boolean;
855
+ isDia: boolean;
856
+ isRadio: boolean;
857
+ dateType: string;
858
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
859
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
860
+ export default _default;
861
+ type __VLS_WithTemplateSlots<T, S> = T & {
862
+ new (): {
863
+ $slots: S;
864
+ };
865
+ };