@geelato/web-vue 2.59.1 → 2.59.2
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/arco-vue.js +16 -4
- package/dist/arco-vue.js.map +1 -1
- package/dist/arco-vue.min.js +4 -4
- package/dist/arco-vue.min.js.map +1 -1
- package/es/_components/icon-hover.d.ts +1 -1
- package/es/_components/input-label/input-label.d.ts +1 -1
- package/es/_components/picker/input-range.d.ts +2 -2
- package/es/_components/picker/input.d.ts +1 -1
- package/es/_components/select-view/select-view.d.ts +1 -1
- package/es/_components/virtual-list-v2/virtual-list.d.ts +2 -2
- package/es/alert/alert.d.ts +1 -1
- package/es/alert/index.d.ts +2 -2
- package/es/auto-complete/auto-complete.d.ts +1 -1
- package/es/auto-complete/index.d.ts +3 -3
- package/es/cascader/cascader.d.ts +11 -11
- package/es/cascader/index.d.ts +23 -23
- package/es/checkbox/checkbox-group.d.ts +1 -1
- package/es/checkbox/checkbox.d.ts +2 -2
- package/es/checkbox/index.d.ts +6 -6
- package/es/collapse/collapse-item.d.ts +1 -1
- package/es/collapse/index.d.ts +1 -1
- package/es/color-picker/color-picker.d.ts +1 -1
- package/es/color-picker/index.d.ts +3 -3
- package/es/comment/comment.d.ts +2 -2
- package/es/comment/index.d.ts +3 -3
- package/es/date-picker/index.d.ts +18 -18
- package/es/date-picker/panels/date/index.d.ts +2 -2
- package/es/date-picker/panels/week/index.d.ts +2 -2
- package/es/date-picker/picker-panel.d.ts +4 -4
- package/es/date-picker/picker.d.ts +16 -16
- package/es/date-picker/range-picker-panel.d.ts +4 -4
- package/es/date-picker/range-picker.d.ts +18 -18
- package/es/descriptions/descriptions.d.ts +1 -1
- package/es/descriptions/index.d.ts +3 -3
- package/es/drawer/drawer.d.ts +11 -2
- package/es/drawer/drawer.js +7 -2
- package/es/drawer/index.d.ts +20 -5
- package/es/dropdown/dropdown-button.d.ts +18 -18
- package/es/dropdown/dropdown-option.d.ts +2 -2
- package/es/dropdown/dropdown-panel.d.ts +9 -9
- package/es/dropdown/dropdown-submenu.d.ts +20 -20
- package/es/dropdown/dropdown.d.ts +18 -18
- package/es/dropdown/index.d.ts +76 -76
- package/es/empty/empty.d.ts +2 -2
- package/es/empty/index.d.ts +6 -6
- package/es/form/form-item-label.d.ts +18 -18
- package/es/form/form-item.d.ts +22 -22
- package/es/form/index.d.ts +22 -22
- package/es/image/preview-action.d.ts +18 -18
- package/es/image/preview-toolbar.d.ts +18 -18
- package/es/input/index.d.ts +1 -1
- package/es/input/input-password.d.ts +1 -1
- package/es/input-tag/index.d.ts +3 -3
- package/es/input-tag/input-tag.d.ts +1 -1
- package/es/mention/index.d.ts +3 -3
- package/es/mention/mention.d.ts +1 -1
- package/es/menu/item.d.ts +1 -1
- package/es/menu/sub-menu-pop.d.ts +10 -10
- package/es/message/message.d.ts +1 -1
- package/es/modal/index.d.ts +17 -2
- package/es/modal/modal.d.ts +10 -1
- package/es/modal/modal.js +5 -2
- package/es/modal/modal.vue_vue_type_script_lang.js +4 -0
- package/es/notification/notification.d.ts +1 -1
- package/es/page-header/index.d.ts +2 -2
- package/es/page-header/page-header.d.ts +1 -1
- package/es/pagination/page-options.d.ts +31 -31
- package/es/popconfirm/index.d.ts +18 -18
- package/es/popconfirm/popconfirm.d.ts +9 -9
- package/es/popover/index.d.ts +18 -18
- package/es/popover/popover.d.ts +9 -9
- package/es/progress/circle.d.ts +2 -2
- package/es/progress/index.d.ts +18 -18
- package/es/progress/line.d.ts +2 -2
- package/es/progress/progress.d.ts +10 -10
- package/es/progress/steps.d.ts +2 -2
- package/es/radio/index.d.ts +6 -6
- package/es/radio/radio-group.d.ts +1 -1
- package/es/radio/radio.d.ts +2 -2
- package/es/rate/index.d.ts +3 -3
- package/es/rate/rate.d.ts +1 -1
- package/es/scrollbar/index.d.ts +3 -3
- package/es/scrollbar/scrollbar.d.ts +2 -2
- package/es/select/index.d.ts +31 -31
- package/es/select/option.d.ts +8 -8
- package/es/select/select-dropdown.d.ts +9 -9
- package/es/select/select.d.ts +11 -11
- package/es/slider/index.d.ts +39 -39
- package/es/slider/slider-button.d.ts +18 -18
- package/es/slider/slider.d.ts +19 -19
- package/es/split/index.d.ts +3 -3
- package/es/split/split.d.ts +1 -1
- package/es/switch/index.d.ts +3 -3
- package/es/switch/switch.d.ts +1 -1
- package/es/table/index.d.ts +8 -8
- package/es/table/table-column.d.ts +2 -2
- package/es/table/table-operation-td.d.ts +12 -12
- package/es/table/table.d.ts +4 -4
- package/es/tabs/tabs-tab.d.ts +1 -1
- package/es/tag/index.d.ts +2 -2
- package/es/tag/tag.d.ts +1 -1
- package/es/textarea/index.d.ts +2 -2
- package/es/textarea/textarea.d.ts +1 -1
- package/es/time-picker/index.d.ts +32 -32
- package/es/time-picker/panel.d.ts +2 -2
- package/es/time-picker/range-panel.d.ts +2 -2
- package/es/time-picker/time-picker.d.ts +16 -16
- package/es/tooltip/index.d.ts +18 -18
- package/es/tooltip/tooltip.d.ts +9 -9
- package/es/transfer/index.d.ts +27 -27
- package/es/transfer/transfer-view.d.ts +12 -12
- package/es/transfer/transfer.d.ts +13 -13
- package/es/tree/base-node.d.ts +6 -6
- package/es/tree/index.d.ts +4 -4
- package/es/tree/transition-node-list.d.ts +6 -6
- package/es/tree/tree.d.ts +2 -2
- package/es/tree-select/index.d.ts +40 -40
- package/es/tree-select/panel.d.ts +4 -4
- package/es/tree-select/tree-select.d.ts +20 -20
- package/es/trigger/index.d.ts +9 -9
- package/es/trigger/trigger.d.ts +6 -6
- package/es/typography/base.d.ts +1 -1
- package/es/typography/edit-content.d.ts +3 -3
- package/es/typography/index.d.ts +4 -4
- package/es/typography/operations.d.ts +18 -18
- package/es/typography/paragraph.d.ts +1 -1
- package/es/typography/title.d.ts +3 -3
- package/json/vetur-attributes.json +2377 -2369
- package/json/vetur-tags.json +851 -849
- package/json/web-types.json +4472 -4456
- package/lib/drawer/drawer.js +7 -2
- package/lib/modal/modal.js +5 -2
- package/lib/modal/modal.vue_vue_type_script_lang.js +4 -0
- package/package.json +1 -1
|
@@ -259,13 +259,13 @@ declare const TreeSelect: {
|
|
|
259
259
|
default: boolean;
|
|
260
260
|
};
|
|
261
261
|
contentClass: {
|
|
262
|
-
type: (
|
|
262
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
263
263
|
};
|
|
264
264
|
contentStyle: {
|
|
265
265
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
266
266
|
};
|
|
267
267
|
arrowClass: {
|
|
268
|
-
type: (
|
|
268
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
269
269
|
};
|
|
270
270
|
arrowStyle: {
|
|
271
271
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -323,7 +323,7 @@ declare const TreeSelect: {
|
|
|
323
323
|
default: boolean;
|
|
324
324
|
};
|
|
325
325
|
openedClass: {
|
|
326
|
-
type: (
|
|
326
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
327
327
|
};
|
|
328
328
|
autoFitPosition: {
|
|
329
329
|
type: BooleanConstructor;
|
|
@@ -450,13 +450,13 @@ declare const TreeSelect: {
|
|
|
450
450
|
default: boolean;
|
|
451
451
|
};
|
|
452
452
|
contentClass: {
|
|
453
|
-
type: (
|
|
453
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
454
454
|
};
|
|
455
455
|
contentStyle: {
|
|
456
456
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
457
457
|
};
|
|
458
458
|
arrowClass: {
|
|
459
|
-
type: (
|
|
459
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
460
460
|
};
|
|
461
461
|
arrowStyle: {
|
|
462
462
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -514,7 +514,7 @@ declare const TreeSelect: {
|
|
|
514
514
|
default: boolean;
|
|
515
515
|
};
|
|
516
516
|
openedClass: {
|
|
517
|
-
type: (
|
|
517
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
518
518
|
};
|
|
519
519
|
autoFitPosition: {
|
|
520
520
|
type: BooleanConstructor;
|
|
@@ -632,13 +632,13 @@ declare const TreeSelect: {
|
|
|
632
632
|
default: boolean;
|
|
633
633
|
};
|
|
634
634
|
contentClass: {
|
|
635
|
-
type: (
|
|
635
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
636
636
|
};
|
|
637
637
|
contentStyle: {
|
|
638
638
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
639
639
|
};
|
|
640
640
|
arrowClass: {
|
|
641
|
-
type: (
|
|
641
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
642
642
|
};
|
|
643
643
|
arrowStyle: {
|
|
644
644
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -696,7 +696,7 @@ declare const TreeSelect: {
|
|
|
696
696
|
default: boolean;
|
|
697
697
|
};
|
|
698
698
|
openedClass: {
|
|
699
|
-
type: (
|
|
699
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
700
700
|
};
|
|
701
701
|
autoFitPosition: {
|
|
702
702
|
type: BooleanConstructor;
|
|
@@ -892,8 +892,8 @@ declare const TreeSelect: {
|
|
|
892
892
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
893
893
|
onRemove?: ((...args: any[]) => any) | undefined;
|
|
894
894
|
}>, {
|
|
895
|
-
disabled: boolean;
|
|
896
895
|
retainInputValue: boolean;
|
|
896
|
+
disabled: boolean;
|
|
897
897
|
error: boolean;
|
|
898
898
|
allowClear: boolean;
|
|
899
899
|
multiple: boolean;
|
|
@@ -1461,7 +1461,7 @@ declare const TreeSelect: {
|
|
|
1461
1461
|
default: number;
|
|
1462
1462
|
};
|
|
1463
1463
|
component: {
|
|
1464
|
-
type: (
|
|
1464
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
1465
1465
|
default: string;
|
|
1466
1466
|
};
|
|
1467
1467
|
listAttrs: {
|
|
@@ -1528,7 +1528,7 @@ declare const TreeSelect: {
|
|
|
1528
1528
|
default: number;
|
|
1529
1529
|
};
|
|
1530
1530
|
component: {
|
|
1531
|
-
type: (
|
|
1531
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
1532
1532
|
default: string;
|
|
1533
1533
|
};
|
|
1534
1534
|
listAttrs: {
|
|
@@ -2531,7 +2531,7 @@ declare const TreeSelect: {
|
|
|
2531
2531
|
default: number;
|
|
2532
2532
|
};
|
|
2533
2533
|
component: {
|
|
2534
|
-
type: (
|
|
2534
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
2535
2535
|
default: string;
|
|
2536
2536
|
};
|
|
2537
2537
|
listAttrs: {
|
|
@@ -2598,7 +2598,7 @@ declare const TreeSelect: {
|
|
|
2598
2598
|
default: number;
|
|
2599
2599
|
};
|
|
2600
2600
|
component: {
|
|
2601
|
-
type: (
|
|
2601
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
2602
2602
|
default: string;
|
|
2603
2603
|
};
|
|
2604
2604
|
listAttrs: {
|
|
@@ -2662,9 +2662,9 @@ declare const TreeSelect: {
|
|
|
2662
2662
|
type: BooleanConstructor;
|
|
2663
2663
|
default: boolean;
|
|
2664
2664
|
};
|
|
2665
|
-
}>> & Readonly<{}>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
2665
|
+
}>> & Readonly<{}>, () => import("vue/jsx-runtime").JSX.Element | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
2666
2666
|
[key: string]: any;
|
|
2667
|
-
}>[]
|
|
2667
|
+
}>[], {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
|
|
2668
2668
|
inConfigProvider: boolean;
|
|
2669
2669
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
2670
2670
|
P: {};
|
|
@@ -2680,9 +2680,9 @@ declare const TreeSelect: {
|
|
|
2680
2680
|
type: BooleanConstructor;
|
|
2681
2681
|
default: boolean;
|
|
2682
2682
|
};
|
|
2683
|
-
}>> & Readonly<{}>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
2683
|
+
}>> & Readonly<{}>, () => import("vue/jsx-runtime").JSX.Element | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
2684
2684
|
[key: string]: any;
|
|
2685
|
-
}>[]
|
|
2685
|
+
}>[], {}, {}, {}, {
|
|
2686
2686
|
inConfigProvider: boolean;
|
|
2687
2687
|
}>;
|
|
2688
2688
|
__isFragment?: undefined;
|
|
@@ -2695,9 +2695,9 @@ declare const TreeSelect: {
|
|
|
2695
2695
|
type: BooleanConstructor;
|
|
2696
2696
|
default: boolean;
|
|
2697
2697
|
};
|
|
2698
|
-
}>> & Readonly<{}>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
2698
|
+
}>> & Readonly<{}>, () => import("vue/jsx-runtime").JSX.Element | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
2699
2699
|
[key: string]: any;
|
|
2700
|
-
}>[]
|
|
2700
|
+
}>[], {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
2701
2701
|
inConfigProvider: boolean;
|
|
2702
2702
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
|
2703
2703
|
install: (app: App<any>, options?: ArcoOptions | undefined) => void;
|
|
@@ -3219,13 +3219,13 @@ declare const TreeSelect: {
|
|
|
3219
3219
|
default: boolean;
|
|
3220
3220
|
};
|
|
3221
3221
|
contentClass: {
|
|
3222
|
-
type: (
|
|
3222
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
3223
3223
|
};
|
|
3224
3224
|
contentStyle: {
|
|
3225
3225
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
3226
3226
|
};
|
|
3227
3227
|
arrowClass: {
|
|
3228
|
-
type: (
|
|
3228
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
3229
3229
|
};
|
|
3230
3230
|
arrowStyle: {
|
|
3231
3231
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -3283,7 +3283,7 @@ declare const TreeSelect: {
|
|
|
3283
3283
|
default: boolean;
|
|
3284
3284
|
};
|
|
3285
3285
|
openedClass: {
|
|
3286
|
-
type: (
|
|
3286
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
3287
3287
|
};
|
|
3288
3288
|
autoFitPosition: {
|
|
3289
3289
|
type: BooleanConstructor;
|
|
@@ -3410,13 +3410,13 @@ declare const TreeSelect: {
|
|
|
3410
3410
|
default: boolean;
|
|
3411
3411
|
};
|
|
3412
3412
|
contentClass: {
|
|
3413
|
-
type: (
|
|
3413
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
3414
3414
|
};
|
|
3415
3415
|
contentStyle: {
|
|
3416
3416
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
3417
3417
|
};
|
|
3418
3418
|
arrowClass: {
|
|
3419
|
-
type: (
|
|
3419
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
3420
3420
|
};
|
|
3421
3421
|
arrowStyle: {
|
|
3422
3422
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -3474,7 +3474,7 @@ declare const TreeSelect: {
|
|
|
3474
3474
|
default: boolean;
|
|
3475
3475
|
};
|
|
3476
3476
|
openedClass: {
|
|
3477
|
-
type: (
|
|
3477
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
3478
3478
|
};
|
|
3479
3479
|
autoFitPosition: {
|
|
3480
3480
|
type: BooleanConstructor;
|
|
@@ -3592,13 +3592,13 @@ declare const TreeSelect: {
|
|
|
3592
3592
|
default: boolean;
|
|
3593
3593
|
};
|
|
3594
3594
|
contentClass: {
|
|
3595
|
-
type: (
|
|
3595
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
3596
3596
|
};
|
|
3597
3597
|
contentStyle: {
|
|
3598
3598
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
3599
3599
|
};
|
|
3600
3600
|
arrowClass: {
|
|
3601
|
-
type: (
|
|
3601
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
3602
3602
|
};
|
|
3603
3603
|
arrowStyle: {
|
|
3604
3604
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -3656,7 +3656,7 @@ declare const TreeSelect: {
|
|
|
3656
3656
|
default: boolean;
|
|
3657
3657
|
};
|
|
3658
3658
|
openedClass: {
|
|
3659
|
-
type: (
|
|
3659
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
3660
3660
|
};
|
|
3661
3661
|
autoFitPosition: {
|
|
3662
3662
|
type: BooleanConstructor;
|
|
@@ -3852,8 +3852,8 @@ declare const TreeSelect: {
|
|
|
3852
3852
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
3853
3853
|
onRemove?: ((...args: any[]) => any) | undefined;
|
|
3854
3854
|
}>, {
|
|
3855
|
-
disabled: boolean;
|
|
3856
3855
|
retainInputValue: boolean;
|
|
3856
|
+
disabled: boolean;
|
|
3857
3857
|
error: boolean;
|
|
3858
3858
|
allowClear: boolean;
|
|
3859
3859
|
multiple: boolean;
|
|
@@ -4421,7 +4421,7 @@ declare const TreeSelect: {
|
|
|
4421
4421
|
default: number;
|
|
4422
4422
|
};
|
|
4423
4423
|
component: {
|
|
4424
|
-
type: (
|
|
4424
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
4425
4425
|
default: string;
|
|
4426
4426
|
};
|
|
4427
4427
|
listAttrs: {
|
|
@@ -4488,7 +4488,7 @@ declare const TreeSelect: {
|
|
|
4488
4488
|
default: number;
|
|
4489
4489
|
};
|
|
4490
4490
|
component: {
|
|
4491
|
-
type: (
|
|
4491
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
4492
4492
|
default: string;
|
|
4493
4493
|
};
|
|
4494
4494
|
listAttrs: {
|
|
@@ -5491,7 +5491,7 @@ declare const TreeSelect: {
|
|
|
5491
5491
|
default: number;
|
|
5492
5492
|
};
|
|
5493
5493
|
component: {
|
|
5494
|
-
type: (
|
|
5494
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
5495
5495
|
default: string;
|
|
5496
5496
|
};
|
|
5497
5497
|
listAttrs: {
|
|
@@ -5558,7 +5558,7 @@ declare const TreeSelect: {
|
|
|
5558
5558
|
default: number;
|
|
5559
5559
|
};
|
|
5560
5560
|
component: {
|
|
5561
|
-
type: (
|
|
5561
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
5562
5562
|
default: string;
|
|
5563
5563
|
};
|
|
5564
5564
|
listAttrs: {
|
|
@@ -5622,9 +5622,9 @@ declare const TreeSelect: {
|
|
|
5622
5622
|
type: BooleanConstructor;
|
|
5623
5623
|
default: boolean;
|
|
5624
5624
|
};
|
|
5625
|
-
}>> & Readonly<{}>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
5625
|
+
}>> & Readonly<{}>, () => import("vue/jsx-runtime").JSX.Element | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
5626
5626
|
[key: string]: any;
|
|
5627
|
-
}>[]
|
|
5627
|
+
}>[], {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
|
|
5628
5628
|
inConfigProvider: boolean;
|
|
5629
5629
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
5630
5630
|
P: {};
|
|
@@ -5640,9 +5640,9 @@ declare const TreeSelect: {
|
|
|
5640
5640
|
type: BooleanConstructor;
|
|
5641
5641
|
default: boolean;
|
|
5642
5642
|
};
|
|
5643
|
-
}>> & Readonly<{}>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
5643
|
+
}>> & Readonly<{}>, () => import("vue/jsx-runtime").JSX.Element | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
5644
5644
|
[key: string]: any;
|
|
5645
|
-
}>[]
|
|
5645
|
+
}>[], {}, {}, {}, {
|
|
5646
5646
|
inConfigProvider: boolean;
|
|
5647
5647
|
}>;
|
|
5648
5648
|
__isFragment?: undefined;
|
|
@@ -5655,9 +5655,9 @@ declare const TreeSelect: {
|
|
|
5655
5655
|
type: BooleanConstructor;
|
|
5656
5656
|
default: boolean;
|
|
5657
5657
|
};
|
|
5658
|
-
}>> & Readonly<{}>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
5658
|
+
}>> & Readonly<{}>, () => import("vue/jsx-runtime").JSX.Element | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
5659
5659
|
[key: string]: any;
|
|
5660
|
-
}>[]
|
|
5660
|
+
}>[], {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
5661
5661
|
inConfigProvider: boolean;
|
|
5662
5662
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
|
5663
5663
|
install: (app: App<any>, options?: ArcoOptions | undefined) => void;
|
|
@@ -557,7 +557,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
557
557
|
default: number;
|
|
558
558
|
};
|
|
559
559
|
component: {
|
|
560
|
-
type: (
|
|
560
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
561
561
|
default: string;
|
|
562
562
|
};
|
|
563
563
|
listAttrs: {
|
|
@@ -624,7 +624,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
624
624
|
default: number;
|
|
625
625
|
};
|
|
626
626
|
component: {
|
|
627
|
-
type: (
|
|
627
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
628
628
|
default: string;
|
|
629
629
|
};
|
|
630
630
|
listAttrs: {
|
|
@@ -1627,7 +1627,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1627
1627
|
default: number;
|
|
1628
1628
|
};
|
|
1629
1629
|
component: {
|
|
1630
|
-
type: (
|
|
1630
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
1631
1631
|
default: string;
|
|
1632
1632
|
};
|
|
1633
1633
|
listAttrs: {
|
|
@@ -1694,7 +1694,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1694
1694
|
default: number;
|
|
1695
1695
|
};
|
|
1696
1696
|
component: {
|
|
1697
|
-
type: (
|
|
1697
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
1698
1698
|
default: string;
|
|
1699
1699
|
};
|
|
1700
1700
|
listAttrs: {
|
|
@@ -385,13 +385,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
385
385
|
default: boolean;
|
|
386
386
|
};
|
|
387
387
|
contentClass: {
|
|
388
|
-
type: (
|
|
388
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
389
389
|
};
|
|
390
390
|
contentStyle: {
|
|
391
391
|
type: PropType<CSSProperties>;
|
|
392
392
|
};
|
|
393
393
|
arrowClass: {
|
|
394
|
-
type: (
|
|
394
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
395
395
|
};
|
|
396
396
|
arrowStyle: {
|
|
397
397
|
type: PropType<CSSProperties>;
|
|
@@ -449,7 +449,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
449
449
|
default: boolean;
|
|
450
450
|
};
|
|
451
451
|
openedClass: {
|
|
452
|
-
type: (
|
|
452
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
453
453
|
};
|
|
454
454
|
autoFitPosition: {
|
|
455
455
|
type: BooleanConstructor;
|
|
@@ -576,13 +576,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
576
576
|
default: boolean;
|
|
577
577
|
};
|
|
578
578
|
contentClass: {
|
|
579
|
-
type: (
|
|
579
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
580
580
|
};
|
|
581
581
|
contentStyle: {
|
|
582
582
|
type: PropType<CSSProperties>;
|
|
583
583
|
};
|
|
584
584
|
arrowClass: {
|
|
585
|
-
type: (
|
|
585
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
586
586
|
};
|
|
587
587
|
arrowStyle: {
|
|
588
588
|
type: PropType<CSSProperties>;
|
|
@@ -640,7 +640,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
640
640
|
default: boolean;
|
|
641
641
|
};
|
|
642
642
|
openedClass: {
|
|
643
|
-
type: (
|
|
643
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
644
644
|
};
|
|
645
645
|
autoFitPosition: {
|
|
646
646
|
type: BooleanConstructor;
|
|
@@ -758,13 +758,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
758
758
|
default: boolean;
|
|
759
759
|
};
|
|
760
760
|
contentClass: {
|
|
761
|
-
type: (
|
|
761
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
762
762
|
};
|
|
763
763
|
contentStyle: {
|
|
764
764
|
type: PropType<CSSProperties>;
|
|
765
765
|
};
|
|
766
766
|
arrowClass: {
|
|
767
|
-
type: (
|
|
767
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
768
768
|
};
|
|
769
769
|
arrowStyle: {
|
|
770
770
|
type: PropType<CSSProperties>;
|
|
@@ -822,7 +822,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
822
822
|
default: boolean;
|
|
823
823
|
};
|
|
824
824
|
openedClass: {
|
|
825
|
-
type: (
|
|
825
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
826
826
|
};
|
|
827
827
|
autoFitPosition: {
|
|
828
828
|
type: BooleanConstructor;
|
|
@@ -1018,8 +1018,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1018
1018
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
1019
1019
|
onRemove?: ((...args: any[]) => any) | undefined;
|
|
1020
1020
|
}>, {
|
|
1021
|
-
disabled: boolean;
|
|
1022
1021
|
retainInputValue: boolean;
|
|
1022
|
+
disabled: boolean;
|
|
1023
1023
|
error: boolean;
|
|
1024
1024
|
allowClear: boolean;
|
|
1025
1025
|
multiple: boolean;
|
|
@@ -1587,7 +1587,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1587
1587
|
default: number;
|
|
1588
1588
|
};
|
|
1589
1589
|
component: {
|
|
1590
|
-
type: (
|
|
1590
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
1591
1591
|
default: string;
|
|
1592
1592
|
};
|
|
1593
1593
|
listAttrs: {
|
|
@@ -1654,7 +1654,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1654
1654
|
default: number;
|
|
1655
1655
|
};
|
|
1656
1656
|
component: {
|
|
1657
|
-
type: (
|
|
1657
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
1658
1658
|
default: string;
|
|
1659
1659
|
};
|
|
1660
1660
|
listAttrs: {
|
|
@@ -2657,7 +2657,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2657
2657
|
default: number;
|
|
2658
2658
|
};
|
|
2659
2659
|
component: {
|
|
2660
|
-
type: (
|
|
2660
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
2661
2661
|
default: string;
|
|
2662
2662
|
};
|
|
2663
2663
|
listAttrs: {
|
|
@@ -2724,7 +2724,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2724
2724
|
default: number;
|
|
2725
2725
|
};
|
|
2726
2726
|
component: {
|
|
2727
|
-
type: (
|
|
2727
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
2728
2728
|
default: string;
|
|
2729
2729
|
};
|
|
2730
2730
|
listAttrs: {
|
|
@@ -2788,9 +2788,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2788
2788
|
type: BooleanConstructor;
|
|
2789
2789
|
default: boolean;
|
|
2790
2790
|
};
|
|
2791
|
-
}>> & Readonly<{}>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
2791
|
+
}>> & Readonly<{}>, () => import("vue/jsx-runtime").JSX.Element | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
2792
2792
|
[key: string]: any;
|
|
2793
|
-
}>[]
|
|
2793
|
+
}>[], {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
|
|
2794
2794
|
inConfigProvider: boolean;
|
|
2795
2795
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
2796
2796
|
P: {};
|
|
@@ -2806,9 +2806,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2806
2806
|
type: BooleanConstructor;
|
|
2807
2807
|
default: boolean;
|
|
2808
2808
|
};
|
|
2809
|
-
}>> & Readonly<{}>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
2809
|
+
}>> & Readonly<{}>, () => import("vue/jsx-runtime").JSX.Element | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
2810
2810
|
[key: string]: any;
|
|
2811
|
-
}>[]
|
|
2811
|
+
}>[], {}, {}, {}, {
|
|
2812
2812
|
inConfigProvider: boolean;
|
|
2813
2813
|
}>;
|
|
2814
2814
|
__isFragment?: undefined;
|
|
@@ -2821,9 +2821,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2821
2821
|
type: BooleanConstructor;
|
|
2822
2822
|
default: boolean;
|
|
2823
2823
|
};
|
|
2824
|
-
}>> & Readonly<{}>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
2824
|
+
}>> & Readonly<{}>, () => import("vue/jsx-runtime").JSX.Element | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
2825
2825
|
[key: string]: any;
|
|
2826
|
-
}>[]
|
|
2826
|
+
}>[], {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
2827
2827
|
inConfigProvider: boolean;
|
|
2828
2828
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
|
2829
2829
|
install: (app: import("vue").App<any>, options?: import("../_utils/types").ArcoOptions | undefined) => void;
|
package/es/trigger/index.d.ts
CHANGED
|
@@ -59,13 +59,13 @@ declare const Trigger: {
|
|
|
59
59
|
default: boolean;
|
|
60
60
|
};
|
|
61
61
|
contentClass: {
|
|
62
|
-
type: (
|
|
62
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
63
63
|
};
|
|
64
64
|
contentStyle: {
|
|
65
65
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
66
66
|
};
|
|
67
67
|
arrowClass: {
|
|
68
|
-
type: (
|
|
68
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
69
69
|
};
|
|
70
70
|
arrowStyle: {
|
|
71
71
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -123,7 +123,7 @@ declare const Trigger: {
|
|
|
123
123
|
default: boolean;
|
|
124
124
|
};
|
|
125
125
|
openedClass: {
|
|
126
|
-
type: (
|
|
126
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
127
127
|
};
|
|
128
128
|
autoFitPosition: {
|
|
129
129
|
type: BooleanConstructor;
|
|
@@ -250,13 +250,13 @@ declare const Trigger: {
|
|
|
250
250
|
default: boolean;
|
|
251
251
|
};
|
|
252
252
|
contentClass: {
|
|
253
|
-
type: (
|
|
253
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
254
254
|
};
|
|
255
255
|
contentStyle: {
|
|
256
256
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
257
257
|
};
|
|
258
258
|
arrowClass: {
|
|
259
|
-
type: (
|
|
259
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
260
260
|
};
|
|
261
261
|
arrowStyle: {
|
|
262
262
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -314,7 +314,7 @@ declare const Trigger: {
|
|
|
314
314
|
default: boolean;
|
|
315
315
|
};
|
|
316
316
|
openedClass: {
|
|
317
|
-
type: (
|
|
317
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
318
318
|
};
|
|
319
319
|
autoFitPosition: {
|
|
320
320
|
type: BooleanConstructor;
|
|
@@ -432,13 +432,13 @@ declare const Trigger: {
|
|
|
432
432
|
default: boolean;
|
|
433
433
|
};
|
|
434
434
|
contentClass: {
|
|
435
|
-
type: (
|
|
435
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
436
436
|
};
|
|
437
437
|
contentStyle: {
|
|
438
438
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
439
439
|
};
|
|
440
440
|
arrowClass: {
|
|
441
|
-
type: (
|
|
441
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
442
442
|
};
|
|
443
443
|
arrowStyle: {
|
|
444
444
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -496,7 +496,7 @@ declare const Trigger: {
|
|
|
496
496
|
default: boolean;
|
|
497
497
|
};
|
|
498
498
|
openedClass: {
|
|
499
|
-
type: (
|
|
499
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
500
500
|
};
|
|
501
501
|
autoFitPosition: {
|
|
502
502
|
type: BooleanConstructor;
|
package/es/trigger/trigger.d.ts
CHANGED
|
@@ -57,13 +57,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
57
57
|
default: boolean;
|
|
58
58
|
};
|
|
59
59
|
contentClass: {
|
|
60
|
-
type: (
|
|
60
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
61
61
|
};
|
|
62
62
|
contentStyle: {
|
|
63
63
|
type: PropType<CSSProperties>;
|
|
64
64
|
};
|
|
65
65
|
arrowClass: {
|
|
66
|
-
type: (
|
|
66
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
67
67
|
};
|
|
68
68
|
arrowStyle: {
|
|
69
69
|
type: PropType<CSSProperties>;
|
|
@@ -121,7 +121,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
121
121
|
default: boolean;
|
|
122
122
|
};
|
|
123
123
|
openedClass: {
|
|
124
|
-
type: (
|
|
124
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
125
125
|
};
|
|
126
126
|
autoFitPosition: {
|
|
127
127
|
type: BooleanConstructor;
|
|
@@ -206,13 +206,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
206
206
|
default: boolean;
|
|
207
207
|
};
|
|
208
208
|
contentClass: {
|
|
209
|
-
type: (
|
|
209
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
210
210
|
};
|
|
211
211
|
contentStyle: {
|
|
212
212
|
type: PropType<CSSProperties>;
|
|
213
213
|
};
|
|
214
214
|
arrowClass: {
|
|
215
|
-
type: (
|
|
215
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
216
216
|
};
|
|
217
217
|
arrowStyle: {
|
|
218
218
|
type: PropType<CSSProperties>;
|
|
@@ -270,7 +270,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
270
270
|
default: boolean;
|
|
271
271
|
};
|
|
272
272
|
openedClass: {
|
|
273
|
-
type: (
|
|
273
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
274
274
|
};
|
|
275
275
|
autoFitPosition: {
|
|
276
276
|
type: BooleanConstructor;
|
package/es/typography/base.d.ts
CHANGED
|
@@ -153,9 +153,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
153
153
|
bold: boolean;
|
|
154
154
|
underline: boolean;
|
|
155
155
|
editable: boolean;
|
|
156
|
-
copyable: boolean;
|
|
157
156
|
editing: boolean;
|
|
158
157
|
defaultEditing: boolean;
|
|
158
|
+
copyable: boolean;
|
|
159
159
|
copyDelay: number;
|
|
160
160
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
161
161
|
export default _default;
|