@openvort/vort-ui 1.1.0 → 1.1.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/dist/index.d.ts +110 -22
- package/dist/vort-ui.es.js +3142 -2981
- package/dist/web-types.json +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -432,16 +432,16 @@ blur: () => void | undefined;
|
|
|
432
432
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
433
433
|
clear: () => any;
|
|
434
434
|
input: (event: Event) => any;
|
|
435
|
-
change: (event: Event) => any;
|
|
436
435
|
search: (value: string, event?: MouseEvent | KeyboardEvent | undefined) => any;
|
|
436
|
+
change: (event: Event) => any;
|
|
437
437
|
blur: (event: FocusEvent) => any;
|
|
438
438
|
focus: (event: FocusEvent) => any;
|
|
439
439
|
"update:modelValue": (value: string) => any;
|
|
440
440
|
}, string, PublicProps, Readonly<InputSearchProps> & Readonly<{
|
|
441
441
|
onClear?: (() => any) | undefined;
|
|
442
442
|
onInput?: ((event: Event) => any) | undefined;
|
|
443
|
-
onChange?: ((event: Event) => any) | undefined;
|
|
444
443
|
onSearch?: ((value: string, event?: MouseEvent | KeyboardEvent | undefined) => any) | undefined;
|
|
444
|
+
onChange?: ((event: Event) => any) | undefined;
|
|
445
445
|
onBlur?: ((event: FocusEvent) => any) | undefined;
|
|
446
446
|
onFocus?: ((event: FocusEvent) => any) | undefined;
|
|
447
447
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
@@ -723,8 +723,8 @@ default: undefined;
|
|
|
723
723
|
onChange?: ((value: SwitchValue, event: MouseEvent) => any) | undefined;
|
|
724
724
|
"onUpdate:checked"?: ((value: SwitchValue) => any) | undefined;
|
|
725
725
|
}>, {
|
|
726
|
-
class: string;
|
|
727
726
|
loading: boolean;
|
|
727
|
+
class: string;
|
|
728
728
|
size: SwitchSize;
|
|
729
729
|
disabled: boolean;
|
|
730
730
|
checked: SwitchValue;
|
|
@@ -933,24 +933,24 @@ floatingRef: HTMLDivElement;
|
|
|
933
933
|
|
|
934
934
|
declare const __VLS_component_42: DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
935
935
|
change: (info: UploadChangeInfo) => any;
|
|
936
|
+
download: (file: UploadFile) => any;
|
|
936
937
|
drop: (event: DragEvent) => any;
|
|
937
938
|
preview: (file: UploadFile) => any;
|
|
938
939
|
"update:fileList": (fileList: UploadFile[]) => any;
|
|
939
940
|
"update:file-list": (fileList: UploadFile[]) => any;
|
|
940
941
|
beforeUpload: (file: File, fileList: File[]) => any;
|
|
941
942
|
remove: (file: UploadFile) => any;
|
|
942
|
-
download: (file: UploadFile) => any;
|
|
943
943
|
"update:beforeUpload": (value: (file: File, fileList: File[]) => boolean | Promise<boolean | File>) => any;
|
|
944
944
|
"update:customRequest": (value: (options: UploadRequestOption) => void) => any;
|
|
945
945
|
}, string, PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
946
946
|
onChange?: ((info: UploadChangeInfo) => any) | undefined;
|
|
947
|
+
onDownload?: ((file: UploadFile) => any) | undefined;
|
|
947
948
|
onDrop?: ((event: DragEvent) => any) | undefined;
|
|
948
949
|
onPreview?: ((file: UploadFile) => any) | undefined;
|
|
949
950
|
"onUpdate:fileList"?: ((fileList: UploadFile[]) => any) | undefined;
|
|
950
951
|
"onUpdate:file-list"?: ((fileList: UploadFile[]) => any) | undefined;
|
|
951
952
|
onBeforeUpload?: ((file: File, fileList: File[]) => any) | undefined;
|
|
952
953
|
onRemove?: ((file: UploadFile) => any) | undefined;
|
|
953
|
-
onDownload?: ((file: UploadFile) => any) | undefined;
|
|
954
954
|
"onUpdate:beforeUpload"?: ((value: (file: File, fileList: File[]) => boolean | Promise<boolean | File>) => any) | undefined;
|
|
955
955
|
"onUpdate:customRequest"?: ((value: (options: UploadRequestOption) => void) => any) | undefined;
|
|
956
956
|
}>, {
|
|
@@ -975,22 +975,22 @@ inputRef: HTMLInputElement;
|
|
|
975
975
|
|
|
976
976
|
declare const __VLS_component_43: DefineComponent<__VLS_PublicProps_2, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
977
977
|
change: (info: UploadChangeInfo) => any;
|
|
978
|
+
download: (file: UploadFile) => any;
|
|
978
979
|
drop: (event: DragEvent) => any;
|
|
979
980
|
preview: (file: UploadFile) => any;
|
|
980
981
|
"update:fileList": (fileList: UploadFile[]) => any;
|
|
981
982
|
beforeUpload: (file: File, fileList: File[]) => any;
|
|
982
983
|
remove: (file: UploadFile) => any;
|
|
983
|
-
download: (file: UploadFile) => any;
|
|
984
984
|
"update:beforeUpload": (value: (file: File, fileList: File[]) => boolean | Promise<boolean | File>) => any;
|
|
985
985
|
"update:customRequest": (value: (options: UploadRequestOption) => void) => any;
|
|
986
986
|
}, string, PublicProps, Readonly<__VLS_PublicProps_2> & Readonly<{
|
|
987
987
|
onChange?: ((info: UploadChangeInfo) => any) | undefined;
|
|
988
|
+
onDownload?: ((file: UploadFile) => any) | undefined;
|
|
988
989
|
onDrop?: ((event: DragEvent) => any) | undefined;
|
|
989
990
|
onPreview?: ((file: UploadFile) => any) | undefined;
|
|
990
991
|
"onUpdate:fileList"?: ((fileList: UploadFile[]) => any) | undefined;
|
|
991
992
|
onBeforeUpload?: ((file: File, fileList: File[]) => any) | undefined;
|
|
992
993
|
onRemove?: ((file: UploadFile) => any) | undefined;
|
|
993
|
-
onDownload?: ((file: UploadFile) => any) | undefined;
|
|
994
994
|
"onUpdate:beforeUpload"?: ((value: (file: File, fileList: File[]) => boolean | Promise<boolean | File>) => any) | undefined;
|
|
995
995
|
"onUpdate:customRequest"?: ((value: (options: UploadRequestOption) => void) => any) | undefined;
|
|
996
996
|
}>, {
|
|
@@ -1010,13 +1010,13 @@ directory: boolean;
|
|
|
1010
1010
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1011
1011
|
|
|
1012
1012
|
declare const __VLS_component_44: DefineComponent<Props_48, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1013
|
-
change: (key: string) => any;
|
|
1014
1013
|
edit: (targetKey: string | MouseEvent, action: "add" | "remove") => any;
|
|
1014
|
+
change: (key: string) => any;
|
|
1015
1015
|
"update:activeKey": (key: string) => any;
|
|
1016
1016
|
tabClick: (key: string, event: MouseEvent) => any;
|
|
1017
1017
|
}, string, PublicProps, Readonly<Props_48> & Readonly<{
|
|
1018
|
-
onChange?: ((key: string) => any) | undefined;
|
|
1019
1018
|
onEdit?: ((targetKey: string | MouseEvent, action: "add" | "remove") => any) | undefined;
|
|
1019
|
+
onChange?: ((key: string) => any) | undefined;
|
|
1020
1020
|
"onUpdate:activeKey"?: ((key: string) => any) | undefined;
|
|
1021
1021
|
onTabClick?: ((key: string, event: MouseEvent) => any) | undefined;
|
|
1022
1022
|
}>, {
|
|
@@ -1128,9 +1128,9 @@ change: (value: string | number) => any;
|
|
|
1128
1128
|
onChange?: ((value: string | number) => any) | undefined;
|
|
1129
1129
|
"onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
|
|
1130
1130
|
}>, {
|
|
1131
|
+
shape: SegmentedShape;
|
|
1131
1132
|
size: SegmentedSize;
|
|
1132
1133
|
disabled: boolean;
|
|
1133
|
-
shape: SegmentedShape;
|
|
1134
1134
|
block: boolean;
|
|
1135
1135
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
1136
1136
|
containerRef: HTMLDivElement;
|
|
@@ -1457,8 +1457,8 @@ addonAfter?(_: {}): any;
|
|
|
1457
1457
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1458
1458
|
clear: () => any;
|
|
1459
1459
|
select: (value: string, option: AutoCompleteOption) => any;
|
|
1460
|
-
change: (value: string) => any;
|
|
1461
1460
|
search: (value: string) => any;
|
|
1461
|
+
change: (value: string) => any;
|
|
1462
1462
|
blur: (event: FocusEvent) => any;
|
|
1463
1463
|
focus: (event: FocusEvent) => any;
|
|
1464
1464
|
"update:modelValue": (value: string) => any;
|
|
@@ -1467,8 +1467,8 @@ dropdownVisibleChange: (visible: boolean) => any;
|
|
|
1467
1467
|
}, string, PublicProps, Readonly<Props_7> & Readonly<{
|
|
1468
1468
|
onClear?: (() => any) | undefined;
|
|
1469
1469
|
onSelect?: ((value: string, option: AutoCompleteOption) => any) | undefined;
|
|
1470
|
-
onChange?: ((value: string) => any) | undefined;
|
|
1471
1470
|
onSearch?: ((value: string) => any) | undefined;
|
|
1471
|
+
onChange?: ((value: string) => any) | undefined;
|
|
1472
1472
|
onBlur?: ((event: FocusEvent) => any) | undefined;
|
|
1473
1473
|
onFocus?: ((event: FocusEvent) => any) | undefined;
|
|
1474
1474
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
@@ -1622,13 +1622,13 @@ click: (event: MouseEvent) => any;
|
|
|
1622
1622
|
}, string, PublicProps, Readonly<ButtonProps> & Readonly<{
|
|
1623
1623
|
onClick?: ((event: MouseEvent) => any) | undefined;
|
|
1624
1624
|
}>, {
|
|
1625
|
-
type: ButtonVariant;
|
|
1626
1625
|
loading: boolean;
|
|
1626
|
+
type: ButtonVariant;
|
|
1627
|
+
shape: ButtonShape;
|
|
1627
1628
|
icon: boolean;
|
|
1628
1629
|
size: ButtonSize;
|
|
1629
1630
|
variant: ButtonVariant;
|
|
1630
1631
|
disabled: boolean;
|
|
1631
|
-
shape: ButtonShape;
|
|
1632
1632
|
danger: boolean;
|
|
1633
1633
|
ghost: boolean;
|
|
1634
1634
|
block: boolean;
|
|
@@ -3258,6 +3258,10 @@ declare type AnchorDirection = "vertical" | "horizontal";
|
|
|
3258
3258
|
|
|
3259
3259
|
export declare const AnchorLink: __VLS_WithTemplateSlots_3<typeof __VLS_component_3, __VLS_TemplateResult_3["slots"]>;
|
|
3260
3260
|
|
|
3261
|
+
export declare const ArrowDownOutlined: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
|
|
3262
|
+
|
|
3263
|
+
export declare const ArrowUpOutlined: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
|
|
3264
|
+
|
|
3261
3265
|
export declare const AutoComplete: __VLS_WithTemplateSlots_7<typeof __VLS_component_7, __VLS_TemplateResult_7["slots"]>;
|
|
3262
3266
|
|
|
3263
3267
|
declare interface AutoCompleteLocale {
|
|
@@ -3355,15 +3359,21 @@ declare type ButtonType = "primary" | "default" | "dashed" | "text" | "link";
|
|
|
3355
3359
|
/** 按钮变体(样式类型) */
|
|
3356
3360
|
export declare type ButtonVariant = "primary" | "default" | "dashed" | "text" | "link" | "plain" | "soft";
|
|
3357
3361
|
|
|
3362
|
+
export declare const CalendarOutlined: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
|
|
3363
|
+
|
|
3358
3364
|
export declare const Card: __VLS_WithTemplateSlots_9<typeof __VLS_component_9, __VLS_TemplateResult_9["slots"]>;
|
|
3359
3365
|
|
|
3366
|
+
export declare const CaretDownFilled: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
|
|
3367
|
+
|
|
3368
|
+
export declare const CaretUpFilled: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
|
|
3369
|
+
|
|
3360
3370
|
export declare const Cascader: DefineComponent<Props_9, {
|
|
3361
3371
|
focus: () => void | undefined;
|
|
3362
3372
|
blur: () => void | undefined;
|
|
3363
3373
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
3364
3374
|
clear: () => any;
|
|
3365
|
-
change: (value: CascaderValue | CascaderMultipleValue | undefined, selectedOptions: CascaderOption[] | CascaderOption[][]) => any;
|
|
3366
3375
|
search: (value: string) => any;
|
|
3376
|
+
change: (value: CascaderValue | CascaderMultipleValue | undefined, selectedOptions: CascaderOption[] | CascaderOption[][]) => any;
|
|
3367
3377
|
blur: (event: FocusEvent) => any;
|
|
3368
3378
|
focus: (event: FocusEvent) => any;
|
|
3369
3379
|
"update:modelValue": (value: CascaderValue | CascaderMultipleValue | undefined) => any;
|
|
@@ -3371,8 +3381,8 @@ focus: (event: FocusEvent) => any;
|
|
|
3371
3381
|
openChange: (open: boolean) => any;
|
|
3372
3382
|
}, string, PublicProps, Readonly<Props_9> & Readonly<{
|
|
3373
3383
|
onClear?: (() => any) | undefined;
|
|
3374
|
-
onChange?: ((value: CascaderValue | CascaderMultipleValue | undefined, selectedOptions: CascaderOption[] | CascaderOption[][]) => any) | undefined;
|
|
3375
3384
|
onSearch?: ((value: string) => any) | undefined;
|
|
3385
|
+
onChange?: ((value: CascaderValue | CascaderMultipleValue | undefined, selectedOptions: CascaderOption[] | CascaderOption[][]) => any) | undefined;
|
|
3376
3386
|
onBlur?: ((event: FocusEvent) => any) | undefined;
|
|
3377
3387
|
onFocus?: ((event: FocusEvent) => any) | undefined;
|
|
3378
3388
|
"onUpdate:modelValue"?: ((value: CascaderValue | CascaderMultipleValue | undefined) => any) | undefined;
|
|
@@ -3536,8 +3546,22 @@ export declare interface CheckboxProps {
|
|
|
3536
3546
|
class?: string;
|
|
3537
3547
|
}
|
|
3538
3548
|
|
|
3549
|
+
export declare const CheckCircleFilled: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
|
|
3550
|
+
|
|
3551
|
+
export declare const CheckOutlined: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
|
|
3552
|
+
|
|
3553
|
+
export declare const ChevronLeftOutlined: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
|
|
3554
|
+
|
|
3555
|
+
export declare const ChevronRightOutlined: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
|
|
3556
|
+
|
|
3539
3557
|
export declare const ClientOnly: __VLS_WithTemplateSlots_11<typeof __VLS_component_11, __VLS_TemplateResult_11["slots"]>;
|
|
3540
3558
|
|
|
3559
|
+
export declare const ClockCircleOutlined: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
|
|
3560
|
+
|
|
3561
|
+
export declare const CloseCircleFilled: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
|
|
3562
|
+
|
|
3563
|
+
export declare const CloseOutlined: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
|
|
3564
|
+
|
|
3541
3565
|
export declare const Col: __VLS_WithTemplateSlots_26<typeof __VLS_component_24, __VLS_TemplateResult_24["slots"]>;
|
|
3542
3566
|
|
|
3543
3567
|
/** Vort ColorPicker - 颜色选择器组件 */
|
|
@@ -3663,8 +3687,8 @@ onAfterClose?: (() => any) | undefined;
|
|
|
3663
3687
|
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
3664
3688
|
}>, {
|
|
3665
3689
|
title: string;
|
|
3666
|
-
type: ConfirmDialogType_2;
|
|
3667
3690
|
width: number | string;
|
|
3691
|
+
type: ConfirmDialogType_2;
|
|
3668
3692
|
closable: boolean;
|
|
3669
3693
|
keyboard: boolean;
|
|
3670
3694
|
open: boolean;
|
|
@@ -3873,6 +3897,8 @@ declare type DatePickerStatus_2 = "error" | "warning";
|
|
|
3873
3897
|
|
|
3874
3898
|
declare type DatePickerStatus_3 = "error" | "warning";
|
|
3875
3899
|
|
|
3900
|
+
export declare const DeleteOutlined: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
|
|
3901
|
+
|
|
3876
3902
|
export { Dialog }
|
|
3877
3903
|
|
|
3878
3904
|
export declare const dialog: {
|
|
@@ -4004,6 +4030,14 @@ export declare const Divider: __VLS_WithTemplateSlots_12<typeof __VLS_component_
|
|
|
4004
4030
|
/** Vort Divider - 分割线组件 */
|
|
4005
4031
|
declare type DividerType = "horizontal" | "vertical";
|
|
4006
4032
|
|
|
4033
|
+
export declare const DoubleLeftOutlined: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
|
|
4034
|
+
|
|
4035
|
+
export declare const DoubleRightOutlined: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
|
|
4036
|
+
|
|
4037
|
+
export declare const DownloadOutlined: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
|
|
4038
|
+
|
|
4039
|
+
export declare const DownOutlined: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
|
|
4040
|
+
|
|
4007
4041
|
export declare const DraggableTags: __VLS_WithTemplateSlots_43<typeof __VLS_component_40, __VLS_TemplateResult_40["slots"]>;
|
|
4008
4042
|
|
|
4009
4043
|
/** DraggableTags 组件 Emits */
|
|
@@ -4133,8 +4167,8 @@ onClick?: ((event: MouseEvent) => any) | undefined;
|
|
|
4133
4167
|
onOpenChange?: ((open: boolean) => any) | undefined;
|
|
4134
4168
|
}>, {
|
|
4135
4169
|
offset: number;
|
|
4136
|
-
type: DropdownButtonType_2;
|
|
4137
4170
|
loading: boolean;
|
|
4171
|
+
type: DropdownButtonType_2;
|
|
4138
4172
|
size: DropdownButtonSize_2;
|
|
4139
4173
|
placement: DropdownButtonPlacement_2;
|
|
4140
4174
|
disabled: boolean;
|
|
@@ -4391,12 +4425,24 @@ export declare type DropdownTrigger = "hover" | "click" | "contextMenu";
|
|
|
4391
4425
|
/** Vort Dropdown - 下拉菜单组件 */
|
|
4392
4426
|
declare type DropdownTrigger_2 = "hover" | "click" | "contextMenu";
|
|
4393
4427
|
|
|
4428
|
+
export declare const EditOutlined: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
|
|
4429
|
+
|
|
4394
4430
|
export declare interface EmptyLocale {
|
|
4395
4431
|
description: string;
|
|
4396
4432
|
}
|
|
4397
4433
|
|
|
4434
|
+
export declare const EmptyOutlined: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
|
|
4435
|
+
|
|
4398
4436
|
export declare const enUS: Locale;
|
|
4399
4437
|
|
|
4438
|
+
export declare const ExclamationCircleFilled: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
|
|
4439
|
+
|
|
4440
|
+
export declare const EyeInvisibleOutlined: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
|
|
4441
|
+
|
|
4442
|
+
export declare const EyeOutlined: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
|
|
4443
|
+
|
|
4444
|
+
export declare const FileOutlined: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
|
|
4445
|
+
|
|
4400
4446
|
/**
|
|
4401
4447
|
* 浮层定位方向
|
|
4402
4448
|
*/
|
|
@@ -4576,8 +4622,16 @@ previewRef: HTMLDivElement;
|
|
|
4576
4622
|
}, HTMLDivElement>;
|
|
4577
4623
|
export { Image_2 as Image }
|
|
4578
4624
|
|
|
4625
|
+
export declare const ImageBrokenOutlined: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
|
|
4626
|
+
|
|
4627
|
+
export declare const ImageOutlined: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
|
|
4628
|
+
|
|
4579
4629
|
export declare const ImagePreviewGroup: __VLS_WithTemplateSlots_38<typeof __VLS_component_35, __VLS_TemplateResult_35["slots"]>;
|
|
4580
4630
|
|
|
4631
|
+
export declare const InboxOutlined: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
|
|
4632
|
+
|
|
4633
|
+
export declare const InfoCircleFilled: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
|
|
4634
|
+
|
|
4581
4635
|
export declare const Input: __VLS_WithTemplateSlots_27<typeof __VLS_component_25, __VLS_TemplateResult_25["slots"]>;
|
|
4582
4636
|
|
|
4583
4637
|
/** Input 组件 Emits */
|
|
@@ -4740,9 +4794,15 @@ export declare type LabelAlign = "left" | "right";
|
|
|
4740
4794
|
|
|
4741
4795
|
declare type LabelAlign_2 = "left" | "right";
|
|
4742
4796
|
|
|
4797
|
+
export declare const LeftOutlined: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
|
|
4798
|
+
|
|
4799
|
+
export declare const LikeOutlined: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
|
|
4800
|
+
|
|
4743
4801
|
/** 加载子节点的回调函数类型 */
|
|
4744
4802
|
declare type LoadChildrenFn<T = any> = (row: T) => Promise<T[]>;
|
|
4745
4803
|
|
|
4804
|
+
export declare const LoadingOutlined: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
|
|
4805
|
+
|
|
4746
4806
|
export declare interface Locale {
|
|
4747
4807
|
locale: string;
|
|
4748
4808
|
Pagination: PaginationLocale;
|
|
@@ -4771,6 +4831,8 @@ export declare type LocaleComponentName = Exclude<keyof Locale, "locale">;
|
|
|
4771
4831
|
*/
|
|
4772
4832
|
export declare const localeContextKey: InjectionKey<Locale | Ref<Locale> | ComputedRef<Locale>>;
|
|
4773
4833
|
|
|
4834
|
+
export declare const MaximizeOutlined: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
|
|
4835
|
+
|
|
4774
4836
|
export declare const Menu: __VLS_WithTemplateSlots_57<typeof __VLS_component_54, __VLS_TemplateResult_54["slots"]>;
|
|
4775
4837
|
|
|
4776
4838
|
/** 菜单上下文 */
|
|
@@ -4938,6 +5000,8 @@ export declare interface MessageInstance {
|
|
|
4938
5000
|
/** Vort MessageItem - 消息项组件(内部组件) */
|
|
4939
5001
|
export declare type MessageType = "success" | "info" | "warning" | "error" | "loading";
|
|
4940
5002
|
|
|
5003
|
+
export declare const MinusOutlined: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
|
|
5004
|
+
|
|
4941
5005
|
export declare interface ModalLocale {
|
|
4942
5006
|
ok_text: string;
|
|
4943
5007
|
cancel_text: string;
|
|
@@ -5121,6 +5185,8 @@ export declare type PaginationSize = "default" | "small";
|
|
|
5121
5185
|
/** Vort Pagination - 分页组件 */
|
|
5122
5186
|
declare type PaginationSize_2 = "default" | "small";
|
|
5123
5187
|
|
|
5188
|
+
export declare const PaperClipOutlined: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
|
|
5189
|
+
|
|
5124
5190
|
/** 选择器类型 */
|
|
5125
5191
|
export declare type PickerMode = "date" | "month" | "year";
|
|
5126
5192
|
|
|
@@ -5128,6 +5194,10 @@ declare type PickerMode_2 = "date" | "month" | "year";
|
|
|
5128
5194
|
|
|
5129
5195
|
declare type PickerMode_3 = "date" | "month" | "year";
|
|
5130
5196
|
|
|
5197
|
+
export declare const PictureOutlined: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
|
|
5198
|
+
|
|
5199
|
+
export declare const PlusOutlined: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
|
|
5200
|
+
|
|
5131
5201
|
export declare const Popconfirm: __VLS_WithTemplateSlots_39<typeof __VLS_component_36, __VLS_TemplateResult_36["slots"]>;
|
|
5132
5202
|
|
|
5133
5203
|
export declare interface PopconfirmLocale {
|
|
@@ -6762,6 +6832,8 @@ declare interface Props_9 {
|
|
|
6762
6832
|
destroyPopupOnHide?: boolean;
|
|
6763
6833
|
}
|
|
6764
6834
|
|
|
6835
|
+
export declare const QuestionOutlined: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
|
|
6836
|
+
|
|
6765
6837
|
export declare const Radio: __VLS_WithTemplateSlots_33<typeof __VLS_component_30, __VLS_TemplateResult_30["slots"]>;
|
|
6766
6838
|
|
|
6767
6839
|
export declare const RadioButton: __VLS_WithTemplateSlots_34<typeof __VLS_component_31, __VLS_TemplateResult_31["slots"]>;
|
|
@@ -7002,6 +7074,12 @@ export declare type RangeValue = [Date | null, Date | null] | null;
|
|
|
7002
7074
|
|
|
7003
7075
|
declare type RangeValue_2 = [Date | null, Date | null] | null;
|
|
7004
7076
|
|
|
7077
|
+
export declare const RightOutlined: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
|
|
7078
|
+
|
|
7079
|
+
export declare const RotateCcwOutlined: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
|
|
7080
|
+
|
|
7081
|
+
export declare const RotateCwOutlined: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
|
|
7082
|
+
|
|
7005
7083
|
export declare const Row: __VLS_WithTemplateSlots_25<typeof __VLS_component_23, __VLS_TemplateResult_23["slots"]>;
|
|
7006
7084
|
|
|
7007
7085
|
/**
|
|
@@ -7018,6 +7096,8 @@ export declare const rowContextKey: InjectionKey<RowContext>;
|
|
|
7018
7096
|
|
|
7019
7097
|
export declare const Scrollbar: __VLS_WithTemplateSlots_49<typeof __VLS_component_46, __VLS_TemplateResult_46["slots"]>;
|
|
7020
7098
|
|
|
7099
|
+
export declare const SearchOutlined: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
|
|
7100
|
+
|
|
7021
7101
|
export declare const Segmented: __VLS_WithTemplateSlots_56<typeof __VLS_component_53, __VLS_TemplateResult_53["slots"]>;
|
|
7022
7102
|
|
|
7023
7103
|
/** 选项类型 */
|
|
@@ -7047,8 +7127,8 @@ blur: () => void;
|
|
|
7047
7127
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
7048
7128
|
clear: () => any;
|
|
7049
7129
|
select: (value: string | number, option: SelectOptionType) => any;
|
|
7050
|
-
change: (value: string | number | (string | number)[] | undefined, option: SelectOptionType | SelectOptionType[] | undefined) => any;
|
|
7051
7130
|
search: (value: string) => any;
|
|
7131
|
+
change: (value: string | number | (string | number)[] | undefined, option: SelectOptionType | SelectOptionType[] | undefined) => any;
|
|
7052
7132
|
blur: (event: FocusEvent) => any;
|
|
7053
7133
|
focus: (event: FocusEvent) => any;
|
|
7054
7134
|
"update:modelValue": (value: string | number | (string | number)[] | undefined) => any;
|
|
@@ -7056,8 +7136,8 @@ deselect: (value: string | number, option: SelectOptionType) => any;
|
|
|
7056
7136
|
}, string, PublicProps, Readonly<SelectProps> & Readonly<{
|
|
7057
7137
|
onClear?: (() => any) | undefined;
|
|
7058
7138
|
onSelect?: ((value: string | number, option: SelectOptionType) => any) | undefined;
|
|
7059
|
-
onChange?: ((value: string | number | (string | number)[] | undefined, option: SelectOptionType | SelectOptionType[] | undefined) => any) | undefined;
|
|
7060
7139
|
onSearch?: ((value: string) => any) | undefined;
|
|
7140
|
+
onChange?: ((value: string | number | (string | number)[] | undefined, option: SelectOptionType | SelectOptionType[] | undefined) => any) | undefined;
|
|
7061
7141
|
onBlur?: ((event: FocusEvent) => any) | undefined;
|
|
7062
7142
|
onFocus?: ((event: FocusEvent) => any) | undefined;
|
|
7063
7143
|
"onUpdate:modelValue"?: ((value: string | number | (string | number)[] | undefined) => any) | undefined;
|
|
@@ -7266,8 +7346,8 @@ export declare interface ShowUploadListOptions {
|
|
|
7266
7346
|
export declare const Skeleton: __VLS_WithTemplateSlots_50<typeof __VLS_component_47, __VLS_TemplateResult_47["slots"]>;
|
|
7267
7347
|
|
|
7268
7348
|
export declare const SkeletonAvatar: DefineComponent<Props_53, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_53> & Readonly<{}>, {
|
|
7269
|
-
size: AvatarSize;
|
|
7270
7349
|
shape: AvatarShape;
|
|
7350
|
+
size: AvatarSize;
|
|
7271
7351
|
active: boolean;
|
|
7272
7352
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLSpanElement>;
|
|
7273
7353
|
|
|
@@ -7279,8 +7359,8 @@ export declare interface SkeletonAvatarProps {
|
|
|
7279
7359
|
}
|
|
7280
7360
|
|
|
7281
7361
|
export declare const SkeletonButton: DefineComponent<Props_54, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_54> & Readonly<{}>, {
|
|
7282
|
-
size: ButtonSize_2;
|
|
7283
7362
|
shape: ButtonShape_2;
|
|
7363
|
+
size: ButtonSize_2;
|
|
7284
7364
|
block: boolean;
|
|
7285
7365
|
active: boolean;
|
|
7286
7366
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLSpanElement>;
|
|
@@ -8219,6 +8299,8 @@ export declare interface UploadLocale {
|
|
|
8219
8299
|
preview_file: string;
|
|
8220
8300
|
}
|
|
8221
8301
|
|
|
8302
|
+
export declare const UploadOutlined: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
|
|
8303
|
+
|
|
8222
8304
|
/** Upload 组件 Props */
|
|
8223
8305
|
export declare interface UploadProps {
|
|
8224
8306
|
/** 接受上传的文件类型 */
|
|
@@ -8274,6 +8356,8 @@ export declare interface UploadRequestOption {
|
|
|
8274
8356
|
onError?: (error: Error) => void;
|
|
8275
8357
|
}
|
|
8276
8358
|
|
|
8359
|
+
export declare const UpOutlined: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
|
|
8360
|
+
|
|
8277
8361
|
/**
|
|
8278
8362
|
* 获取完整的 locale 对象(不限定组件)
|
|
8279
8363
|
*
|
|
@@ -8329,4 +8413,8 @@ export declare const VortConfigProvider: __VLS_WithTemplateSlots<typeof __VLS_co
|
|
|
8329
8413
|
|
|
8330
8414
|
export declare const zhCN: Locale;
|
|
8331
8415
|
|
|
8416
|
+
export declare const ZoomInOutlined: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
|
|
8417
|
+
|
|
8418
|
+
export declare const ZoomOutOutlined: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
|
|
8419
|
+
|
|
8332
8420
|
export { }
|