@geelato/web-vue 2.59.0 → 2.59.1
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/LICENSE +21 -0
- package/dist/arco-vue.js +40 -8
- package/dist/arco-vue.js.map +1 -1
- package/dist/arco-vue.min.js +57 -43
- package/dist/arco-vue.min.js.map +1 -1
- package/es/_components/icon-hover.d.ts +3 -3
- package/es/_components/input-label/input-label.d.ts +5 -5
- package/es/_components/picker/input-range.d.ts +7 -7
- package/es/_components/picker/input.d.ts +6 -6
- package/es/_components/select-view/select-view.d.ts +4 -4
- package/es/_components/virtual-list/virtual-list.d.ts +1 -1
- package/es/_components/virtual-list-v2/virtual-list.d.ts +5 -5
- package/es/_hooks/use-form-item.d.ts +2 -2
- package/es/_hooks/use-size.d.ts +3 -3
- package/es/alert/alert.d.ts +6 -6
- package/es/alert/index.d.ts +12 -12
- package/es/auto-complete/auto-complete.d.ts +4 -4
- package/es/auto-complete/index.d.ts +12 -12
- package/es/avatar/avatar.d.ts +1 -1
- package/es/avatar/index.d.ts +3 -3
- package/es/button/button-group.d.ts +6 -6
- package/es/button/button.d.ts +6 -6
- package/es/button/index.d.ts +15 -15
- package/es/card/card.d.ts +2 -2
- package/es/card/index.d.ts +3 -3
- package/es/carousel/carousel-indicator.d.ts +1 -1
- package/es/cascader/cascader-panel.d.ts +4 -4
- package/es/cascader/cascader.d.ts +40 -40
- package/es/cascader/index.d.ts +93 -93
- package/es/checkbox/checkbox.d.ts +5 -5
- package/es/checkbox/index.d.ts +9 -9
- package/es/collapse/collapse-item.d.ts +3 -3
- package/es/collapse/index.d.ts +3 -3
- package/es/color-picker/color-picker.d.ts +3 -3
- package/es/color-picker/index.d.ts +6 -6
- package/es/comment/comment.d.ts +2 -2
- package/es/comment/index.d.ts +3 -3
- package/es/config-provider/config-provider.d.ts +3 -3
- package/es/config-provider/index.d.ts +6 -6
- package/es/date-picker/index.d.ts +133 -133
- package/es/date-picker/panels/date/index.d.ts +24 -24
- package/es/date-picker/panels/footer.d.ts +15 -15
- package/es/date-picker/panels/shortcuts.d.ts +15 -15
- package/es/date-picker/panels/week/index.d.ts +24 -24
- package/es/date-picker/picker-panel.d.ts +78 -78
- package/es/date-picker/picker.d.ts +126 -126
- package/es/date-picker/range-picker-panel.d.ts +79 -79
- package/es/date-picker/range-picker.d.ts +133 -133
- package/es/descriptions/descriptions.d.ts +3 -3
- package/es/descriptions/index.d.ts +6 -6
- package/es/drawer/drawer.d.ts +22 -22
- package/es/drawer/index.d.ts +48 -48
- package/es/dropdown/dropdown-button.d.ts +66 -66
- package/es/dropdown/dropdown-option.d.ts +2 -2
- package/es/dropdown/dropdown-panel.d.ts +12 -12
- package/es/dropdown/dropdown-submenu.d.ts +42 -42
- package/es/dropdown/dropdown.d.ts +40 -40
- package/es/dropdown/index.d.ts +194 -194
- package/es/empty/empty.d.ts +2 -2
- package/es/empty/index.d.ts +6 -6
- package/es/form/form-item-label.d.ts +57 -57
- package/es/form/form-item.d.ts +65 -65
- package/es/form/form.d.ts +2 -2
- package/es/form/index.d.ts +68 -68
- package/es/grid/grid-row.d.ts +1 -1
- package/es/grid/index.d.ts +1 -1
- package/es/image/preview-action.d.ts +57 -57
- package/es/image/preview-toolbar.d.ts +57 -57
- package/es/input/index.d.ts +22 -22
- package/es/input/input-password.d.ts +8 -8
- package/es/input/input-search.d.ts +2 -2
- package/es/input/input.d.ts +5 -5
- package/es/input-number/index.d.ts +27 -12
- package/es/input-number/input-number.d.ts +14 -5
- package/es/input-number/input-number.js +40 -8
- package/es/input-tag/index.d.ts +9 -9
- package/es/input-tag/input-tag.d.ts +4 -4
- package/es/list/index.d.ts +6 -6
- package/es/list/list.d.ts +3 -3
- package/es/mention/index.d.ts +18 -18
- package/es/mention/mention.d.ts +7 -7
- package/es/menu/sub-menu-pop.d.ts +24 -24
- package/es/message/message.d.ts +6 -6
- package/es/modal/index.d.ts +45 -45
- package/es/modal/modal.d.ts +21 -21
- package/es/notification/notification.d.ts +4 -4
- package/es/page-header/index.d.ts +6 -6
- package/es/page-header/page-header.d.ts +3 -3
- package/es/pagination/index.d.ts +3 -3
- package/es/pagination/page-jumper.d.ts +27 -12
- package/es/pagination/page-options.d.ts +94 -94
- package/es/pagination/pagination.d.ts +2 -2
- package/es/popconfirm/index.d.ts +87 -87
- package/es/popconfirm/popconfirm.d.ts +43 -43
- package/es/popover/index.d.ts +60 -60
- package/es/popover/popover.d.ts +30 -30
- package/es/progress/circle.d.ts +5 -5
- package/es/progress/index.d.ts +36 -36
- package/es/progress/line.d.ts +5 -5
- package/es/progress/progress.d.ts +19 -19
- package/es/progress/steps.d.ts +2 -2
- package/es/radio/index.d.ts +12 -12
- package/es/radio/radio-group.d.ts +3 -3
- package/es/radio/radio.d.ts +4 -4
- package/es/scrollbar/index.d.ts +6 -6
- package/es/scrollbar/scrollbar.d.ts +3 -3
- package/es/select/index.d.ts +94 -94
- package/es/select/option.d.ts +11 -11
- package/es/select/select-dropdown.d.ts +12 -12
- package/es/select/select.d.ts +38 -38
- package/es/slider/index.d.ts +171 -141
- package/es/slider/slider-button.d.ts +57 -57
- package/es/slider/slider-input.d.ts +27 -12
- package/es/slider/slider.d.ts +85 -70
- package/es/space/index.d.ts +6 -6
- package/es/space/space.d.ts +3 -3
- package/es/split/index.d.ts +3 -3
- package/es/split/split.d.ts +1 -1
- package/es/statistic/countdown.d.ts +1 -1
- package/es/statistic/index.d.ts +4 -4
- package/es/statistic/statistic.d.ts +1 -1
- package/es/steps/index.d.ts +9 -9
- package/es/steps/step.d.ts +3 -3
- package/es/steps/steps.d.ts +3 -3
- package/es/switch/index.d.ts +18 -18
- package/es/switch/switch.d.ts +11 -11
- package/es/table/index.d.ts +27 -27
- package/es/table/table-column.d.ts +2 -2
- package/es/table/table-operation-td.d.ts +21 -21
- package/es/table/table-td.d.ts +1 -1
- package/es/table/table.d.ts +13 -13
- package/es/tabs/index.d.ts +6 -6
- package/es/tabs/tabs-nav.d.ts +1 -1
- package/es/tabs/tabs-tab.d.ts +4 -4
- package/es/tabs/tabs.d.ts +3 -3
- package/es/tag/index.d.ts +9 -9
- package/es/tag/tag.d.ts +5 -5
- package/es/textarea/index.d.ts +12 -12
- package/es/textarea/textarea.d.ts +5 -5
- package/es/time-picker/index.d.ts +200 -200
- package/es/time-picker/panel.d.ts +24 -24
- package/es/time-picker/range-panel.d.ts +24 -24
- package/es/time-picker/time-picker.d.ts +97 -97
- package/es/timeline/index.d.ts +3 -3
- package/es/timeline/timeline.d.ts +2 -2
- package/es/tooltip/index.d.ts +57 -57
- package/es/tooltip/tooltip.d.ts +28 -28
- package/es/transfer/index.d.ts +95 -95
- package/es/transfer/transfer-view.d.ts +28 -28
- package/es/transfer/transfer.d.ts +46 -46
- package/es/tree/base-node.d.ts +9 -9
- package/es/tree/hooks/use-tree-data.d.ts +4 -4
- package/es/tree/index.d.ts +31 -31
- package/es/tree/transition-node-list.d.ts +9 -9
- package/es/tree/tree.d.ts +13 -13
- package/es/tree-select/index.d.ts +151 -151
- package/es/tree-select/panel.d.ts +31 -31
- package/es/tree-select/tree-select.d.ts +73 -73
- package/es/trigger/index.d.ts +24 -24
- package/es/trigger/trigger.d.ts +13 -13
- package/es/typography/base.d.ts +6 -6
- package/es/typography/edit-content.d.ts +67 -67
- package/es/typography/index.d.ts +4 -4
- package/es/typography/operations.d.ts +57 -57
- package/es/typography/paragraph.d.ts +1 -1
- package/es/typography/title.d.ts +3 -3
- package/es/upload/index.d.ts +3 -3
- package/es/upload/upload.d.ts +1 -1
- package/es/verification-code/index.d.ts +6 -6
- package/es/verification-code/verification-code.d.ts +3 -3
- package/json/vetur-attributes.json +2465 -2461
- package/json/vetur-tags.json +863 -862
- package/json/web-types.json +4708 -4700
- package/lib/input-number/input-number.js +40 -8
- package/package.json +24 -25
|
@@ -5,7 +5,7 @@ import { ClassName } from '../_utils/types';
|
|
|
5
5
|
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
6
6
|
content: StringConstructor;
|
|
7
7
|
position: {
|
|
8
|
-
type: PropType<"
|
|
8
|
+
type: PropType<"br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb">;
|
|
9
9
|
default: string;
|
|
10
10
|
};
|
|
11
11
|
popupVisible: {
|
|
@@ -71,7 +71,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
71
71
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
72
72
|
content: StringConstructor;
|
|
73
73
|
position: {
|
|
74
|
-
type: PropType<"
|
|
74
|
+
type: PropType<"br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb">;
|
|
75
75
|
default: string;
|
|
76
76
|
};
|
|
77
77
|
popupVisible: {
|
|
@@ -125,25 +125,25 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
125
125
|
onCancel?: (() => any) | undefined;
|
|
126
126
|
onOk?: (() => any) | undefined;
|
|
127
127
|
}>, {
|
|
128
|
+
type: "error" | "success" | "warning" | "info";
|
|
128
129
|
popupVisible: boolean;
|
|
129
130
|
defaultPopupVisible: boolean;
|
|
130
|
-
position: "
|
|
131
|
-
type: "error" | "success" | "warning" | "info";
|
|
131
|
+
position: "br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb";
|
|
132
132
|
okLoading: boolean;
|
|
133
133
|
}, {}, {
|
|
134
134
|
ArcoButton: {
|
|
135
135
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
136
136
|
type: {
|
|
137
|
-
type: PropType<"
|
|
137
|
+
type: PropType<"text" | "dashed" | "outline" | "primary" | "secondary">;
|
|
138
138
|
};
|
|
139
139
|
shape: {
|
|
140
|
-
type: PropType<"
|
|
140
|
+
type: PropType<"circle" | "round" | "square">;
|
|
141
141
|
};
|
|
142
142
|
status: {
|
|
143
143
|
type: PropType<"normal" | "success" | "warning" | "danger">;
|
|
144
144
|
};
|
|
145
145
|
size: {
|
|
146
|
-
type: PropType<"mini" | "
|
|
146
|
+
type: PropType<"mini" | "small" | "medium" | "large">;
|
|
147
147
|
};
|
|
148
148
|
long: {
|
|
149
149
|
type: BooleanConstructor;
|
|
@@ -193,16 +193,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
193
193
|
Defaults: {};
|
|
194
194
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
195
195
|
type: {
|
|
196
|
-
type: PropType<"
|
|
196
|
+
type: PropType<"text" | "dashed" | "outline" | "primary" | "secondary">;
|
|
197
197
|
};
|
|
198
198
|
shape: {
|
|
199
|
-
type: PropType<"
|
|
199
|
+
type: PropType<"circle" | "round" | "square">;
|
|
200
200
|
};
|
|
201
201
|
status: {
|
|
202
202
|
type: PropType<"normal" | "success" | "warning" | "danger">;
|
|
203
203
|
};
|
|
204
204
|
size: {
|
|
205
|
-
type: PropType<"mini" | "
|
|
205
|
+
type: PropType<"mini" | "small" | "medium" | "large">;
|
|
206
206
|
};
|
|
207
207
|
long: {
|
|
208
208
|
type: BooleanConstructor;
|
|
@@ -245,16 +245,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
245
245
|
__isSuspense?: undefined;
|
|
246
246
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
247
247
|
type: {
|
|
248
|
-
type: PropType<"
|
|
248
|
+
type: PropType<"text" | "dashed" | "outline" | "primary" | "secondary">;
|
|
249
249
|
};
|
|
250
250
|
shape: {
|
|
251
|
-
type: PropType<"
|
|
251
|
+
type: PropType<"circle" | "round" | "square">;
|
|
252
252
|
};
|
|
253
253
|
status: {
|
|
254
254
|
type: PropType<"normal" | "success" | "warning" | "danger">;
|
|
255
255
|
};
|
|
256
256
|
size: {
|
|
257
|
-
type: PropType<"mini" | "
|
|
257
|
+
type: PropType<"mini" | "small" | "medium" | "large">;
|
|
258
258
|
};
|
|
259
259
|
long: {
|
|
260
260
|
type: BooleanConstructor;
|
|
@@ -298,16 +298,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
298
298
|
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
|
299
299
|
Group: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
300
300
|
type: {
|
|
301
|
-
type: PropType<"
|
|
301
|
+
type: PropType<"text" | "dashed" | "outline" | "primary" | "secondary">;
|
|
302
302
|
};
|
|
303
303
|
status: {
|
|
304
304
|
type: PropType<"normal" | "success" | "warning" | "danger">;
|
|
305
305
|
};
|
|
306
306
|
shape: {
|
|
307
|
-
type: PropType<"
|
|
307
|
+
type: PropType<"circle" | "round" | "square">;
|
|
308
308
|
};
|
|
309
309
|
size: {
|
|
310
|
-
type: PropType<"mini" | "
|
|
310
|
+
type: PropType<"mini" | "small" | "medium" | "large">;
|
|
311
311
|
};
|
|
312
312
|
disabled: {
|
|
313
313
|
type: BooleanConstructor;
|
|
@@ -316,16 +316,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
316
316
|
prefixCls: string;
|
|
317
317
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
318
318
|
type: {
|
|
319
|
-
type: PropType<"
|
|
319
|
+
type: PropType<"text" | "dashed" | "outline" | "primary" | "secondary">;
|
|
320
320
|
};
|
|
321
321
|
status: {
|
|
322
322
|
type: PropType<"normal" | "success" | "warning" | "danger">;
|
|
323
323
|
};
|
|
324
324
|
shape: {
|
|
325
|
-
type: PropType<"
|
|
325
|
+
type: PropType<"circle" | "round" | "square">;
|
|
326
326
|
};
|
|
327
327
|
size: {
|
|
328
|
-
type: PropType<"mini" | "
|
|
328
|
+
type: PropType<"mini" | "small" | "medium" | "large">;
|
|
329
329
|
};
|
|
330
330
|
disabled: {
|
|
331
331
|
type: BooleanConstructor;
|
|
@@ -346,11 +346,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
346
346
|
default: boolean;
|
|
347
347
|
};
|
|
348
348
|
trigger: {
|
|
349
|
-
type: PropType<"
|
|
349
|
+
type: PropType<"focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[]>;
|
|
350
350
|
default: string;
|
|
351
351
|
};
|
|
352
352
|
position: {
|
|
353
|
-
type: PropType<"
|
|
353
|
+
type: PropType<"br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb">;
|
|
354
354
|
default: string;
|
|
355
355
|
};
|
|
356
356
|
disabled: {
|
|
@@ -393,13 +393,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
393
393
|
default: boolean;
|
|
394
394
|
};
|
|
395
395
|
contentClass: {
|
|
396
|
-
type: (
|
|
396
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
397
397
|
};
|
|
398
398
|
contentStyle: {
|
|
399
399
|
type: PropType<CSSProperties>;
|
|
400
400
|
};
|
|
401
401
|
arrowClass: {
|
|
402
|
-
type: (
|
|
402
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
403
403
|
};
|
|
404
404
|
arrowStyle: {
|
|
405
405
|
type: PropType<CSSProperties>;
|
|
@@ -457,7 +457,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
457
457
|
default: boolean;
|
|
458
458
|
};
|
|
459
459
|
openedClass: {
|
|
460
|
-
type: (
|
|
460
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
461
461
|
};
|
|
462
462
|
autoFitPosition: {
|
|
463
463
|
type: BooleanConstructor;
|
|
@@ -492,11 +492,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
492
492
|
hide: () => true;
|
|
493
493
|
resize: () => true;
|
|
494
494
|
}, import("vue").PublicProps, {
|
|
495
|
+
disabled: boolean;
|
|
495
496
|
popupVisible: boolean;
|
|
496
497
|
defaultPopupVisible: boolean;
|
|
497
|
-
trigger: "
|
|
498
|
-
position: "
|
|
499
|
-
disabled: boolean;
|
|
498
|
+
trigger: "focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[];
|
|
499
|
+
position: "br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb";
|
|
500
500
|
popupOffset: number;
|
|
501
501
|
showArrow: boolean;
|
|
502
502
|
alignPoint: boolean;
|
|
@@ -537,11 +537,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
537
537
|
default: boolean;
|
|
538
538
|
};
|
|
539
539
|
trigger: {
|
|
540
|
-
type: PropType<"
|
|
540
|
+
type: PropType<"focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[]>;
|
|
541
541
|
default: string;
|
|
542
542
|
};
|
|
543
543
|
position: {
|
|
544
|
-
type: PropType<"
|
|
544
|
+
type: PropType<"br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb">;
|
|
545
545
|
default: string;
|
|
546
546
|
};
|
|
547
547
|
disabled: {
|
|
@@ -584,13 +584,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
584
584
|
default: boolean;
|
|
585
585
|
};
|
|
586
586
|
contentClass: {
|
|
587
|
-
type: (
|
|
587
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
588
588
|
};
|
|
589
589
|
contentStyle: {
|
|
590
590
|
type: PropType<CSSProperties>;
|
|
591
591
|
};
|
|
592
592
|
arrowClass: {
|
|
593
|
-
type: (
|
|
593
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
594
594
|
};
|
|
595
595
|
arrowStyle: {
|
|
596
596
|
type: PropType<CSSProperties>;
|
|
@@ -648,7 +648,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
648
648
|
default: boolean;
|
|
649
649
|
};
|
|
650
650
|
openedClass: {
|
|
651
|
-
type: (
|
|
651
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
652
652
|
};
|
|
653
653
|
autoFitPosition: {
|
|
654
654
|
type: BooleanConstructor;
|
|
@@ -677,11 +677,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
677
677
|
onHide?: (() => any) | undefined;
|
|
678
678
|
onResize?: (() => any) | undefined;
|
|
679
679
|
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
|
|
680
|
+
disabled: boolean;
|
|
680
681
|
popupVisible: boolean;
|
|
681
682
|
defaultPopupVisible: boolean;
|
|
682
|
-
trigger: "
|
|
683
|
-
position: "
|
|
684
|
-
disabled: boolean;
|
|
683
|
+
trigger: "focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[];
|
|
684
|
+
position: "br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb";
|
|
685
685
|
popupOffset: number;
|
|
686
686
|
showArrow: boolean;
|
|
687
687
|
alignPoint: boolean;
|
|
@@ -719,11 +719,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
719
719
|
default: boolean;
|
|
720
720
|
};
|
|
721
721
|
trigger: {
|
|
722
|
-
type: PropType<"
|
|
722
|
+
type: PropType<"focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[]>;
|
|
723
723
|
default: string;
|
|
724
724
|
};
|
|
725
725
|
position: {
|
|
726
|
-
type: PropType<"
|
|
726
|
+
type: PropType<"br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb">;
|
|
727
727
|
default: string;
|
|
728
728
|
};
|
|
729
729
|
disabled: {
|
|
@@ -766,13 +766,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
766
766
|
default: boolean;
|
|
767
767
|
};
|
|
768
768
|
contentClass: {
|
|
769
|
-
type: (
|
|
769
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
770
770
|
};
|
|
771
771
|
contentStyle: {
|
|
772
772
|
type: PropType<CSSProperties>;
|
|
773
773
|
};
|
|
774
774
|
arrowClass: {
|
|
775
|
-
type: (
|
|
775
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
776
776
|
};
|
|
777
777
|
arrowStyle: {
|
|
778
778
|
type: PropType<CSSProperties>;
|
|
@@ -830,7 +830,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
830
830
|
default: boolean;
|
|
831
831
|
};
|
|
832
832
|
openedClass: {
|
|
833
|
-
type: (
|
|
833
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
834
834
|
};
|
|
835
835
|
autoFitPosition: {
|
|
836
836
|
type: BooleanConstructor;
|
|
@@ -865,11 +865,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
865
865
|
hide: () => true;
|
|
866
866
|
resize: () => true;
|
|
867
867
|
}, string, {
|
|
868
|
+
disabled: boolean;
|
|
868
869
|
popupVisible: boolean;
|
|
869
870
|
defaultPopupVisible: boolean;
|
|
870
|
-
trigger: "
|
|
871
|
-
position: "
|
|
872
|
-
disabled: boolean;
|
|
871
|
+
trigger: "focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[];
|
|
872
|
+
position: "br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb";
|
|
873
873
|
popupOffset: number;
|
|
874
874
|
showArrow: boolean;
|
|
875
875
|
alignPoint: boolean;
|