x-next 0.0.0-alpha.72 → 0.0.0-alpha.74
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/alert/Alert.vue.d.ts +7 -2
- package/dist/components/alert/index.d.ts +12 -2
- package/dist/components/button/Button.d.ts +15 -9
- package/dist/components/button/index.d.ts +24 -14
- package/dist/components/button/props.d.ts +4 -4
- package/dist/components/dialog/Dialog.d.ts +6 -1
- package/dist/components/dialog/index.d.ts +10 -2
- package/dist/components/drawer/index.d.ts +48 -28
- package/dist/components/drawer/src/Drawer.vue.d.ts +24 -14
- package/dist/components/dropdown/Dropdown.vue.d.ts +11 -5
- package/dist/components/dropdown/DropdownButton.vue.d.ts +35 -19
- package/dist/components/dropdown/DropdownSubmenu.vue.d.ts +11 -5
- package/dist/components/dropdown/index.d.ts +114 -58
- package/dist/components/form/FormItem.vue.d.ts +22 -10
- package/dist/components/form/form-item-label.vue.d.ts +22 -10
- package/dist/components/form/index.d.ts +44 -20
- package/dist/components/form-select/Select.d.ts +12 -6
- package/dist/components/form-select/index.d.ts +25 -13
- package/dist/components/form-select/interface.d.ts +1 -1
- package/dist/components/form-slider/Slider.vue.d.ts +22 -10
- package/dist/components/form-slider/index.d.ts +44 -20
- package/dist/components/form-slider/slider-button.vue.d.ts +22 -10
- package/dist/components/image/Image.vue.d.ts +22 -10
- package/dist/components/image/ImagePreview.vue.d.ts +22 -10
- package/dist/components/image/ImagePreviewAction.d.ts +22 -10
- package/dist/components/image/ImagePreviewGroup.vue.d.ts +22 -10
- package/dist/components/image/index.d.ts +176 -80
- package/dist/components/image/preview-toolbar.vue.d.ts +22 -10
- package/dist/components/index.d.ts +1 -0
- package/dist/components/menu/Menu.d.ts +2 -2
- package/dist/components/menu/base-menu.vue.d.ts +1 -1
- package/dist/components/menu/interface.d.ts +1 -1
- package/dist/components/menu/sub-menu-pop.vue.d.ts +109 -28
- package/dist/components/pagination/page-options.vue.d.ts +25 -13
- package/dist/components/popconfirm/src/popup.vue.d.ts +24 -14
- package/dist/components/progress/Progress.vue.d.ts +6 -2
- package/dist/components/progress/index.d.ts +10 -2
- package/dist/components/steps/Step.vue.d.ts +6 -2
- package/dist/components/steps/index.d.ts +10 -2
- package/dist/components/table/interface.d.ts +1 -1
- package/dist/components/timeline/src/TimelineItem.d.ts +7 -1
- package/dist/components/timeline-item/index.d.ts +12 -2
- package/dist/components/tooltip/Tooltip.vue.d.ts +11 -5
- package/dist/components/tooltip/index.d.ts +22 -10
- package/dist/components/{trigger-v2/trigger.d.ts → trigger/Trigger.d.ts} +5 -2
- package/dist/components/trigger/index.d.ts +109 -28
- package/dist/components/{trigger-v2 → trigger-old}/index.d.ts +24 -99
- package/dist/icons/_self/dropdown/more.d.ts +50 -0
- package/dist/icons/_self/menu/down.d.ts +50 -0
- package/dist/index.es.js +5455 -5915
- package/dist/index.umd.js +2 -2
- package/dist/style.css +1 -1
- package/dist/types.d.ts +1 -0
- package/package.json +1 -1
- package/volar.d.ts +1 -0
- /package/dist/components/{trigger-v2 → trigger}/context.d.ts +0 -0
- /package/dist/components/{trigger-v2 → trigger}/interface.d.ts +0 -0
- /package/dist/components/{trigger-v2 → trigger}/utils.d.ts +0 -0
- /package/dist/components/{trigger → trigger-old}/src/_trigger.d.ts +0 -0
- /package/dist/components/{trigger → trigger-old}/src/constant.d.ts +0 -0
- /package/dist/components/{trigger → trigger-old}/src/trigger.d.ts +0 -0
- /package/dist/components/{trigger → trigger-old}/src/utils.d.ts +0 -0
@@ -195,7 +195,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
195
195
|
default: undefined;
|
196
196
|
};
|
197
197
|
link: {
|
198
|
-
type:
|
198
|
+
type: import('vue').PropType<boolean>;
|
199
199
|
default: boolean;
|
200
200
|
};
|
201
201
|
type: {
|
@@ -207,7 +207,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
207
207
|
default: string;
|
208
208
|
};
|
209
209
|
plain: {
|
210
|
-
type:
|
210
|
+
type: import('vue').PropType<boolean>;
|
211
211
|
default: boolean;
|
212
212
|
};
|
213
213
|
size: {
|
@@ -215,11 +215,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
215
215
|
default: string;
|
216
216
|
};
|
217
217
|
border: {
|
218
|
-
type:
|
218
|
+
type: import('vue').PropType<boolean>;
|
219
219
|
default: boolean;
|
220
220
|
};
|
221
221
|
narrow: {
|
222
|
-
type:
|
222
|
+
type: import('vue').PropType<boolean>;
|
223
223
|
default: boolean;
|
224
224
|
};
|
225
225
|
}>> & Readonly<{
|
@@ -238,7 +238,12 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
238
238
|
plain: boolean;
|
239
239
|
border: boolean;
|
240
240
|
narrow: boolean;
|
241
|
-
}, true, {},
|
241
|
+
}, true, {}, import('vue').SlotsType<{
|
242
|
+
default: () => any;
|
243
|
+
prefix: any;
|
244
|
+
suffix: any;
|
245
|
+
icon: any;
|
246
|
+
}>, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
242
247
|
P: {};
|
243
248
|
B: {};
|
244
249
|
D: {};
|
@@ -265,7 +270,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
265
270
|
default: undefined;
|
266
271
|
};
|
267
272
|
link: {
|
268
|
-
type:
|
273
|
+
type: import('vue').PropType<boolean>;
|
269
274
|
default: boolean;
|
270
275
|
};
|
271
276
|
type: {
|
@@ -277,7 +282,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
277
282
|
default: string;
|
278
283
|
};
|
279
284
|
plain: {
|
280
|
-
type:
|
285
|
+
type: import('vue').PropType<boolean>;
|
281
286
|
default: boolean;
|
282
287
|
};
|
283
288
|
size: {
|
@@ -285,11 +290,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
285
290
|
default: string;
|
286
291
|
};
|
287
292
|
border: {
|
288
|
-
type:
|
293
|
+
type: import('vue').PropType<boolean>;
|
289
294
|
default: boolean;
|
290
295
|
};
|
291
296
|
narrow: {
|
292
|
-
type:
|
297
|
+
type: import('vue').PropType<boolean>;
|
293
298
|
default: boolean;
|
294
299
|
};
|
295
300
|
}>> & Readonly<{
|
@@ -332,7 +337,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
332
337
|
default: undefined;
|
333
338
|
};
|
334
339
|
link: {
|
335
|
-
type:
|
340
|
+
type: import('vue').PropType<boolean>;
|
336
341
|
default: boolean;
|
337
342
|
};
|
338
343
|
type: {
|
@@ -344,7 +349,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
344
349
|
default: string;
|
345
350
|
};
|
346
351
|
plain: {
|
347
|
-
type:
|
352
|
+
type: import('vue').PropType<boolean>;
|
348
353
|
default: boolean;
|
349
354
|
};
|
350
355
|
size: {
|
@@ -352,11 +357,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
352
357
|
default: string;
|
353
358
|
};
|
354
359
|
border: {
|
355
|
-
type:
|
360
|
+
type: import('vue').PropType<boolean>;
|
356
361
|
default: boolean;
|
357
362
|
};
|
358
363
|
narrow: {
|
359
|
-
type:
|
364
|
+
type: import('vue').PropType<boolean>;
|
360
365
|
default: boolean;
|
361
366
|
};
|
362
367
|
}>> & Readonly<{
|
@@ -375,7 +380,12 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
375
380
|
plain: boolean;
|
376
381
|
border: boolean;
|
377
382
|
narrow: boolean;
|
378
|
-
}, {}, string,
|
383
|
+
}, {}, string, import('vue').SlotsType<{
|
384
|
+
default: () => any;
|
385
|
+
prefix: any;
|
386
|
+
suffix: any;
|
387
|
+
icon: any;
|
388
|
+
}>, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & {
|
379
389
|
install(app: import('vue').App): void;
|
380
390
|
};
|
381
391
|
InfoCircleFill: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { PropType } from 'vue';
|
1
|
+
import { PropType, SlotsType } from 'vue';
|
2
2
|
import { Size, Status } from '../../_utils/constant';
|
3
3
|
declare const PROGRESS_TYPES: readonly ["line", "circle"];
|
4
4
|
type ProgressType = (typeof PROGRESS_TYPES)[number];
|
@@ -188,7 +188,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
188
188
|
steps: number;
|
189
189
|
showText: boolean;
|
190
190
|
percent: number;
|
191
|
-
}, {
|
191
|
+
}, SlotsType<{
|
192
|
+
text?: (scope: {
|
193
|
+
percent: number;
|
194
|
+
}) => any;
|
195
|
+
}>, {
|
192
196
|
ProgressLine: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
193
197
|
percent: {
|
194
198
|
type: NumberConstructor;
|
@@ -49,7 +49,11 @@ export declare const Progress: {
|
|
49
49
|
steps: number;
|
50
50
|
showText: boolean;
|
51
51
|
percent: number;
|
52
|
-
}, true, {}, {
|
52
|
+
}, true, {}, import('vue').SlotsType<{
|
53
|
+
text?: (scope: {
|
54
|
+
percent: number;
|
55
|
+
}) => any;
|
56
|
+
}>, {
|
53
57
|
ProgressLine: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
54
58
|
percent: {
|
55
59
|
type: NumberConstructor;
|
@@ -629,7 +633,11 @@ export declare const Progress: {
|
|
629
633
|
steps: number;
|
630
634
|
showText: boolean;
|
631
635
|
percent: number;
|
632
|
-
}, {}, string, {
|
636
|
+
}, {}, string, import('vue').SlotsType<{
|
637
|
+
text?: (scope: {
|
638
|
+
percent: number;
|
639
|
+
}) => any;
|
640
|
+
}>, {
|
633
641
|
ProgressLine: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
634
642
|
percent: {
|
635
643
|
type: NumberConstructor;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { PropType } from 'vue';
|
1
|
+
import { PropType, SlotsType } from 'vue';
|
2
2
|
import { StepStatus } from './interface';
|
3
3
|
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
4
4
|
/**
|
@@ -78,7 +78,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
78
78
|
};
|
79
79
|
}>> & Readonly<{}>, {
|
80
80
|
disabled: boolean;
|
81
|
-
}, {
|
81
|
+
}, SlotsType<{
|
82
|
+
node: any;
|
83
|
+
description: any;
|
84
|
+
icon: any;
|
85
|
+
}>, {
|
82
86
|
IconCheck: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
83
87
|
size: {
|
84
88
|
type: (StringConstructor | NumberConstructor)[];
|
@@ -216,7 +216,11 @@ export declare const Step: {
|
|
216
216
|
handleClick: (ev: Event) => void;
|
217
217
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
218
218
|
disabled: boolean;
|
219
|
-
}, true, {}, {
|
219
|
+
}, true, {}, import('vue').SlotsType<{
|
220
|
+
node: any;
|
221
|
+
description: any;
|
222
|
+
icon: any;
|
223
|
+
}>, {
|
220
224
|
IconCheck: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
221
225
|
size: {
|
222
226
|
type: (StringConstructor | NumberConstructor)[];
|
@@ -394,7 +398,11 @@ export declare const Step: {
|
|
394
398
|
handleClick: (ev: Event) => void;
|
395
399
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
396
400
|
disabled: boolean;
|
397
|
-
}, {}, string, {
|
401
|
+
}, {}, string, import('vue').SlotsType<{
|
402
|
+
node: any;
|
403
|
+
description: any;
|
404
|
+
icon: any;
|
405
|
+
}>, {
|
398
406
|
IconCheck: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
399
407
|
size: {
|
400
408
|
type: (StringConstructor | NumberConstructor)[];
|
@@ -1,6 +1,6 @@
|
|
1
1
|
import { CSSProperties, RenderFunction, Slots, VNodeChild } from 'vue';
|
2
2
|
import { BaseType, ClassName, Data } from '../../_hooks/_types';
|
3
|
-
import { TriggerProps } from '../trigger
|
3
|
+
import { TriggerProps } from '../trigger';
|
4
4
|
export declare const TABLE_PAGE_POSITION: readonly ["tl", "top", "tr", "bl", "bottom", "br"];
|
5
5
|
export type TablePagePosition = (typeof TABLE_PAGE_POSITION)[number];
|
6
6
|
export interface TableData {
|
@@ -1,3 +1,4 @@
|
|
1
|
+
import { SlotsType } from 'vue';
|
1
2
|
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
2
3
|
dotColor: {
|
3
4
|
type: import('vue').PropType<import('./types').CSSColor>;
|
@@ -8,5 +9,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
8
9
|
};
|
9
10
|
}>> & Readonly<{
|
10
11
|
onClose?: ((...args: any[]) => any) | undefined;
|
11
|
-
}>, {}, {
|
12
|
+
}>, {}, SlotsType<{
|
13
|
+
default?: any;
|
14
|
+
icon: any;
|
15
|
+
label: any;
|
16
|
+
description: any;
|
17
|
+
}>, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
12
18
|
export default _default;
|
@@ -5,7 +5,12 @@ export declare const TimelineItem: {
|
|
5
5
|
};
|
6
6
|
}>> & Readonly<{
|
7
7
|
onClose?: ((...args: any[]) => any) | undefined;
|
8
|
-
}>, () => VNode, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "close"[], import('vue').PublicProps, {}, true, {},
|
8
|
+
}>, () => VNode, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "close"[], import('vue').PublicProps, {}, true, {}, import('vue').SlotsType<{
|
9
|
+
default?: any;
|
10
|
+
icon: any;
|
11
|
+
label: any;
|
12
|
+
description: any;
|
13
|
+
}>, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
9
14
|
P: {};
|
10
15
|
B: {};
|
11
16
|
D: {};
|
@@ -28,7 +33,12 @@ export declare const TimelineItem: {
|
|
28
33
|
};
|
29
34
|
}>> & Readonly<{
|
30
35
|
onClose?: ((...args: any[]) => any) | undefined;
|
31
|
-
}>, () => VNode, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "close"[], "close", {}, {}, string,
|
36
|
+
}>, () => VNode, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "close"[], "close", {}, {}, string, import('vue').SlotsType<{
|
37
|
+
default?: any;
|
38
|
+
icon: any;
|
39
|
+
label: any;
|
40
|
+
description: any;
|
41
|
+
}>, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & {
|
32
42
|
install(app: import('vue').App): void;
|
33
43
|
};
|
34
44
|
export { TimelineItem as default };
|
@@ -222,7 +222,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
222
222
|
default: number;
|
223
223
|
};
|
224
224
|
popupTranslate: {
|
225
|
-
type: PropType<import('../trigger
|
225
|
+
type: PropType<import('../trigger/interface.ts').TriggerPopupTranslate>;
|
226
226
|
};
|
227
227
|
showArrow: {
|
228
228
|
type: BooleanConstructor;
|
@@ -380,7 +380,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
380
380
|
preventFocus: boolean;
|
381
381
|
scrollToClose: boolean;
|
382
382
|
scrollToCloseDistance: number;
|
383
|
-
}, true, {},
|
383
|
+
}, true, {}, import('vue').SlotsType<{
|
384
|
+
default: any;
|
385
|
+
content: any;
|
386
|
+
}>, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
384
387
|
P: {};
|
385
388
|
B: {};
|
386
389
|
D: {};
|
@@ -413,7 +416,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
413
416
|
default: number;
|
414
417
|
};
|
415
418
|
popupTranslate: {
|
416
|
-
type: PropType<import('../trigger
|
419
|
+
type: PropType<import('../trigger/interface.ts').TriggerPopupTranslate>;
|
417
420
|
};
|
418
421
|
showArrow: {
|
419
422
|
type: BooleanConstructor;
|
@@ -595,7 +598,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
595
598
|
default: number;
|
596
599
|
};
|
597
600
|
popupTranslate: {
|
598
|
-
type: PropType<import('../trigger
|
601
|
+
type: PropType<import('../trigger/interface.ts').TriggerPopupTranslate>;
|
599
602
|
};
|
600
603
|
showArrow: {
|
601
604
|
type: BooleanConstructor;
|
@@ -753,7 +756,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
753
756
|
preventFocus: boolean;
|
754
757
|
scrollToClose: boolean;
|
755
758
|
scrollToCloseDistance: number;
|
756
|
-
}, {}, string,
|
759
|
+
}, {}, string, import('vue').SlotsType<{
|
760
|
+
default: any;
|
761
|
+
content: any;
|
762
|
+
}>, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & {
|
757
763
|
install(app: import('vue').App): void;
|
758
764
|
};
|
759
765
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
@@ -87,7 +87,7 @@ export declare const Tooltip: {
|
|
87
87
|
default: number;
|
88
88
|
};
|
89
89
|
popupTranslate: {
|
90
|
-
type: import('vue').PropType<import('../trigger
|
90
|
+
type: import('vue').PropType<import('../trigger/interface').TriggerPopupTranslate>;
|
91
91
|
};
|
92
92
|
showArrow: {
|
93
93
|
type: BooleanConstructor;
|
@@ -245,7 +245,10 @@ export declare const Tooltip: {
|
|
245
245
|
preventFocus: boolean;
|
246
246
|
scrollToClose: boolean;
|
247
247
|
scrollToCloseDistance: number;
|
248
|
-
}, true, {},
|
248
|
+
}, true, {}, import('vue').SlotsType<{
|
249
|
+
default: any;
|
250
|
+
content: any;
|
251
|
+
}>, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
249
252
|
P: {};
|
250
253
|
B: {};
|
251
254
|
D: {};
|
@@ -278,7 +281,7 @@ export declare const Tooltip: {
|
|
278
281
|
default: number;
|
279
282
|
};
|
280
283
|
popupTranslate: {
|
281
|
-
type: import('vue').PropType<import('../trigger
|
284
|
+
type: import('vue').PropType<import('../trigger/interface').TriggerPopupTranslate>;
|
282
285
|
};
|
283
286
|
showArrow: {
|
284
287
|
type: BooleanConstructor;
|
@@ -460,7 +463,7 @@ export declare const Tooltip: {
|
|
460
463
|
default: number;
|
461
464
|
};
|
462
465
|
popupTranslate: {
|
463
|
-
type: import('vue').PropType<import('../trigger
|
466
|
+
type: import('vue').PropType<import('../trigger/interface').TriggerPopupTranslate>;
|
464
467
|
};
|
465
468
|
showArrow: {
|
466
469
|
type: BooleanConstructor;
|
@@ -618,7 +621,10 @@ export declare const Tooltip: {
|
|
618
621
|
preventFocus: boolean;
|
619
622
|
scrollToClose: boolean;
|
620
623
|
scrollToCloseDistance: number;
|
621
|
-
}, {}, string,
|
624
|
+
}, {}, string, import('vue').SlotsType<{
|
625
|
+
default: any;
|
626
|
+
content: any;
|
627
|
+
}>, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & {
|
622
628
|
install(app: import('vue').App): void;
|
623
629
|
};
|
624
630
|
} & import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
@@ -777,7 +783,7 @@ export declare const Tooltip: {
|
|
777
783
|
default: number;
|
778
784
|
};
|
779
785
|
popupTranslate: {
|
780
|
-
type: import('vue').PropType<import('../trigger
|
786
|
+
type: import('vue').PropType<import('../trigger/interface').TriggerPopupTranslate>;
|
781
787
|
};
|
782
788
|
showArrow: {
|
783
789
|
type: BooleanConstructor;
|
@@ -935,7 +941,10 @@ export declare const Tooltip: {
|
|
935
941
|
preventFocus: boolean;
|
936
942
|
scrollToClose: boolean;
|
937
943
|
scrollToCloseDistance: number;
|
938
|
-
}, true, {},
|
944
|
+
}, true, {}, import('vue').SlotsType<{
|
945
|
+
default: any;
|
946
|
+
content: any;
|
947
|
+
}>, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
939
948
|
P: {};
|
940
949
|
B: {};
|
941
950
|
D: {};
|
@@ -968,7 +977,7 @@ export declare const Tooltip: {
|
|
968
977
|
default: number;
|
969
978
|
};
|
970
979
|
popupTranslate: {
|
971
|
-
type: import('vue').PropType<import('../trigger
|
980
|
+
type: import('vue').PropType<import('../trigger/interface').TriggerPopupTranslate>;
|
972
981
|
};
|
973
982
|
showArrow: {
|
974
983
|
type: BooleanConstructor;
|
@@ -1150,7 +1159,7 @@ export declare const Tooltip: {
|
|
1150
1159
|
default: number;
|
1151
1160
|
};
|
1152
1161
|
popupTranslate: {
|
1153
|
-
type: import('vue').PropType<import('../trigger
|
1162
|
+
type: import('vue').PropType<import('../trigger/interface').TriggerPopupTranslate>;
|
1154
1163
|
};
|
1155
1164
|
showArrow: {
|
1156
1165
|
type: BooleanConstructor;
|
@@ -1308,7 +1317,10 @@ export declare const Tooltip: {
|
|
1308
1317
|
preventFocus: boolean;
|
1309
1318
|
scrollToClose: boolean;
|
1310
1319
|
scrollToCloseDistance: number;
|
1311
|
-
}, {}, string,
|
1320
|
+
}, {}, string, import('vue').SlotsType<{
|
1321
|
+
default: any;
|
1322
|
+
content: any;
|
1323
|
+
}>, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & {
|
1312
1324
|
install(app: import('vue').App): void;
|
1313
1325
|
};
|
1314
1326
|
} & import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & {
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { PropType, CSSProperties } from 'vue';
|
1
|
+
import { PropType, CSSProperties, SlotsType } from 'vue';
|
2
2
|
import { TriggerEvent, TriggerPosition } from '../../_props/constant';
|
3
3
|
import { TriggerPopupTranslate } from './interface';
|
4
4
|
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
@@ -623,5 +623,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
623
623
|
preventFocus: boolean;
|
624
624
|
scrollToClose: boolean;
|
625
625
|
scrollToCloseDistance: number;
|
626
|
-
}, {
|
626
|
+
}, SlotsType<{
|
627
|
+
default: any;
|
628
|
+
content: any;
|
629
|
+
}>, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
627
630
|
export default _default;
|