vft 0.0.310 → 0.0.311
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/es/components/affix/affix.d.ts +1 -1
- package/es/components/affix/affix.vue.d.ts +3 -3
- package/es/components/affix/index.d.ts +6 -6
- package/es/components/autocomplete/autocomplete.vue.d.ts +7 -7
- package/es/components/autocomplete/index.d.ts +20 -20
- package/es/components/avatar/index.d.ts +3 -3
- package/es/components/button/button.vue.d.ts +1 -1
- package/es/components/button/index.d.ts +21 -21
- package/es/components/button/use-button.d.ts +1 -1
- package/es/components/cascader/cascader.d.ts +2 -2
- package/es/components/cascader/cascader.vue.d.ts +6 -6
- package/es/components/checkbox/index.d.ts +36 -36
- package/es/components/col/col.vue.d.ts +1 -1
- package/es/components/col/index.d.ts +9 -9
- package/es/components/collapse/collapse-item.vue.d.ts +1 -1
- package/es/components/color-picker/index.d.ts +6 -6
- package/es/components/date-picker/date-picker.d.ts +6 -6
- package/es/components/date-picker/index.d.ts +12 -12
- package/es/components/date-picker/props/date-picker.d.ts +2 -2
- package/es/components/divider/index.d.ts +3 -3
- package/es/components/dropdown/dropdown-item-impl.vue.d.ts +59 -101
- package/es/components/dropdown/dropdown-item-impl.vue.js +2 -31
- package/es/components/dropdown/dropdown-item-impl.vue2.js +71 -57
- package/es/components/dropdown/dropdown-item.vue.d.ts +61 -0
- package/es/components/dropdown/dropdown-item.vue.js +2 -33
- package/es/components/dropdown/dropdown-item.vue2.js +60 -51
- package/es/components/dropdown/dropdown-menu.vue.d.ts +21 -20
- package/es/components/dropdown/dropdown-menu.vue.js +2 -22
- package/es/components/dropdown/dropdown-menu.vue2.js +70 -65
- package/es/components/dropdown/dropdown.vue.d.ts +1 -1
- package/es/components/dropdown/index.d.ts +596 -0
- package/es/components/dropdown/index.js +8 -8
- package/es/components/form/form-item.vue.d.ts +1 -1
- package/es/components/form/index.d.ts +39 -39
- package/es/components/input/index.d.ts +8 -8
- package/es/components/input/input.vue.d.ts +2 -2
- package/es/components/input-number/index.d.ts +3 -3
- package/es/components/input-number/input-number.vue.d.ts +1 -1
- package/es/components/input-tag/input-tag.d.ts +1 -1
- package/es/components/input-tag/input-tag.vue.d.ts +4 -4
- package/es/components/popconfirm/index.d.ts +15 -15
- package/es/components/popconfirm/popconfirm.vue.d.ts +1 -1
- package/es/components/popper/composables/use-content.d.ts +3 -3
- package/es/components/radio/index.d.ts +42 -42
- package/es/components/radio/radio.d.ts +1 -1
- package/es/components/radio/radio.vue.d.ts +5 -5
- package/es/components/roving-focus-group/roving-focus-group-impl.vue.d.ts +2 -2
- package/es/components/search/index.d.ts +3 -3
- package/es/components/search/search.vue.d.ts +1 -1
- package/es/components/segmented/index.d.ts +6 -6
- package/es/components/segmented/segmented.d.ts +1 -1
- package/es/components/segmented/segmented.vue.d.ts +3 -3
- package/es/components/select/index.d.ts +9 -9
- package/es/components/select/select.vue.d.ts +9 -9
- package/es/components/select/useSelect.d.ts +8 -8
- package/es/components/slider/index.d.ts +1 -1
- package/es/components/slider/slider.vue.d.ts +1 -1
- package/es/components/space/index.d.ts +3 -3
- package/es/components/space/space.d.ts +4 -4
- package/es/components/switch/index.d.ts +15 -15
- package/es/components/switch/switch.vue.d.ts +3 -3
- package/es/components/tabs/index.d.ts +2 -2
- package/es/components/time-picker/common/picker-range-trigger.vue.d.ts +2 -2
- package/es/components/time-picker/common/picker.vue.d.ts +6 -6
- package/es/components/time-picker/common/props.d.ts +2 -2
- package/es/components/time-picker/index.d.ts +12 -12
- package/es/components/time-picker/time-picker.d.ts +6 -6
- package/es/components/time-select/time-select.vue.d.ts +1 -1
- package/es/components/timeline/index.d.ts +6 -6
- package/es/components/tree/tree-node.vue.d.ts +27 -27
- package/es/components/upload/index.d.ts +18 -18
- package/es/hooks/use-popper/index.d.ts +3 -3
- package/es/package.json.d.ts +1 -1
- package/es/package.json.js +1 -1
- package/lib/components/affix/affix.d.ts +1 -1
- package/lib/components/affix/affix.vue.d.ts +3 -3
- package/lib/components/affix/index.d.ts +6 -6
- package/lib/components/autocomplete/autocomplete.vue.d.ts +7 -7
- package/lib/components/autocomplete/index.d.ts +20 -20
- package/lib/components/avatar/index.d.ts +3 -3
- package/lib/components/button/button.vue.d.ts +1 -1
- package/lib/components/button/index.d.ts +21 -21
- package/lib/components/button/use-button.d.ts +1 -1
- package/lib/components/cascader/cascader.d.ts +2 -2
- package/lib/components/cascader/cascader.vue.d.ts +6 -6
- package/lib/components/checkbox/index.d.ts +36 -36
- package/lib/components/col/col.vue.d.ts +1 -1
- package/lib/components/col/index.d.ts +9 -9
- package/lib/components/collapse/collapse-item.vue.d.ts +1 -1
- package/lib/components/color-picker/index.d.ts +6 -6
- package/lib/components/date-picker/date-picker.d.ts +6 -6
- package/lib/components/date-picker/index.d.ts +12 -12
- package/lib/components/date-picker/props/date-picker.d.ts +2 -2
- package/lib/components/divider/index.d.ts +3 -3
- package/lib/components/dropdown/dropdown-item-impl.vue.cjs +1 -1
- package/lib/components/dropdown/dropdown-item-impl.vue.d.ts +59 -101
- package/lib/components/dropdown/dropdown-item-impl.vue2.cjs +1 -1
- package/lib/components/dropdown/dropdown-item.vue.cjs +1 -1
- package/lib/components/dropdown/dropdown-item.vue.d.ts +61 -0
- package/lib/components/dropdown/dropdown-item.vue2.cjs +1 -1
- package/lib/components/dropdown/dropdown-menu.vue.cjs +1 -1
- package/lib/components/dropdown/dropdown-menu.vue.d.ts +21 -20
- package/lib/components/dropdown/dropdown-menu.vue2.cjs +1 -1
- package/lib/components/dropdown/dropdown.vue.d.ts +1 -1
- package/lib/components/dropdown/index.cjs +1 -1
- package/lib/components/dropdown/index.d.ts +596 -0
- package/lib/components/form/form-item.vue.d.ts +1 -1
- package/lib/components/form/index.d.ts +39 -39
- package/lib/components/input/index.d.ts +8 -8
- package/lib/components/input/input.vue.d.ts +2 -2
- package/lib/components/input-number/index.d.ts +3 -3
- package/lib/components/input-number/input-number.vue.d.ts +1 -1
- package/lib/components/input-tag/input-tag.d.ts +1 -1
- package/lib/components/input-tag/input-tag.vue.d.ts +4 -4
- package/lib/components/popconfirm/index.d.ts +15 -15
- package/lib/components/popconfirm/popconfirm.vue.d.ts +1 -1
- package/lib/components/popper/composables/use-content.d.ts +3 -3
- package/lib/components/radio/index.d.ts +42 -42
- package/lib/components/radio/radio.d.ts +1 -1
- package/lib/components/radio/radio.vue.d.ts +5 -5
- package/lib/components/roving-focus-group/roving-focus-group-impl.vue.d.ts +2 -2
- package/lib/components/search/index.d.ts +3 -3
- package/lib/components/search/search.vue.d.ts +1 -1
- package/lib/components/segmented/index.d.ts +6 -6
- package/lib/components/segmented/segmented.d.ts +1 -1
- package/lib/components/segmented/segmented.vue.d.ts +3 -3
- package/lib/components/select/index.d.ts +9 -9
- package/lib/components/select/select.vue.d.ts +9 -9
- package/lib/components/select/useSelect.d.ts +8 -8
- package/lib/components/slider/index.d.ts +1 -1
- package/lib/components/slider/slider.vue.d.ts +1 -1
- package/lib/components/space/index.d.ts +3 -3
- package/lib/components/space/space.d.ts +4 -4
- package/lib/components/switch/index.d.ts +15 -15
- package/lib/components/switch/switch.vue.d.ts +3 -3
- package/lib/components/tabs/index.d.ts +2 -2
- package/lib/components/time-picker/common/picker-range-trigger.vue.d.ts +2 -2
- package/lib/components/time-picker/common/picker.vue.d.ts +6 -6
- package/lib/components/time-picker/common/props.d.ts +2 -2
- package/lib/components/time-picker/index.d.ts +12 -12
- package/lib/components/time-picker/time-picker.d.ts +6 -6
- package/lib/components/time-select/time-select.vue.d.ts +1 -1
- package/lib/components/timeline/index.d.ts +6 -6
- package/lib/components/tree/tree-node.vue.d.ts +27 -27
- package/lib/components/upload/index.d.ts +18 -18
- package/lib/hooks/use-popper/index.d.ts +3 -3
- package/lib/package.json.cjs +1 -1
- package/lib/package.json.d.ts +1 -1
- package/package.json +5 -5
- package/web-types.json +1 -1
|
@@ -236,13 +236,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
236
236
|
$data: {};
|
|
237
237
|
$props: Partial<{}> & Omit<{
|
|
238
238
|
readonly style?: string | false | import("vue").CSSProperties | import("vue").StyleValue[] | null | undefined;
|
|
239
|
-
readonly disabled?: boolean | undefined;
|
|
240
239
|
readonly content?: string | undefined;
|
|
241
240
|
readonly zIndex?: number | undefined;
|
|
242
241
|
readonly offset?: number | undefined;
|
|
243
242
|
readonly transition?: string | undefined;
|
|
244
|
-
readonly onClick?: Function | undefined;
|
|
245
243
|
readonly onBlur?: Function | undefined;
|
|
244
|
+
readonly onClick?: Function | undefined;
|
|
246
245
|
readonly onContextmenu?: Function | undefined;
|
|
247
246
|
readonly onFocus?: Function | undefined;
|
|
248
247
|
readonly onKeydown?: Function | undefined;
|
|
@@ -252,6 +251,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
252
251
|
readonly id?: string | undefined;
|
|
253
252
|
readonly ariaLabel?: string | undefined;
|
|
254
253
|
readonly role?: "dialog" | "grid" | "group" | "listbox" | "menu" | "navigation" | "tooltip" | "tree" | undefined;
|
|
254
|
+
readonly disabled?: boolean | undefined;
|
|
255
255
|
readonly placement?: import("@popperjs/core").Placement | undefined;
|
|
256
256
|
readonly strategy?: "fixed" | "absolute" | undefined;
|
|
257
257
|
readonly effect?: "light" | "dark" | undefined;
|
|
@@ -654,13 +654,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
654
654
|
$data: {};
|
|
655
655
|
$props: Partial<{}> & Omit<{
|
|
656
656
|
readonly style?: string | false | import("vue").CSSProperties | import("vue").StyleValue[] | null | undefined;
|
|
657
|
-
readonly disabled?: boolean | undefined;
|
|
658
657
|
readonly content?: string | undefined;
|
|
659
658
|
readonly zIndex?: number | undefined;
|
|
660
659
|
readonly offset?: number | undefined;
|
|
661
660
|
readonly transition?: string | undefined;
|
|
662
|
-
readonly onClick?: Function | undefined;
|
|
663
661
|
readonly onBlur?: Function | undefined;
|
|
662
|
+
readonly onClick?: Function | undefined;
|
|
664
663
|
readonly onContextmenu?: Function | undefined;
|
|
665
664
|
readonly onFocus?: Function | undefined;
|
|
666
665
|
readonly onKeydown?: Function | undefined;
|
|
@@ -670,6 +669,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
670
669
|
readonly id?: string | undefined;
|
|
671
670
|
readonly ariaLabel?: string | undefined;
|
|
672
671
|
readonly role?: "dialog" | "grid" | "group" | "listbox" | "menu" | "navigation" | "tooltip" | "tree" | undefined;
|
|
672
|
+
readonly disabled?: boolean | undefined;
|
|
673
673
|
readonly placement?: import("@popperjs/core").Placement | undefined;
|
|
674
674
|
readonly strategy?: "fixed" | "absolute" | undefined;
|
|
675
675
|
readonly effect?: "light" | "dark" | undefined;
|
|
@@ -1073,13 +1073,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1073
1073
|
$data: {};
|
|
1074
1074
|
$props: Partial<{}> & Omit<{
|
|
1075
1075
|
readonly style?: string | false | import("vue").CSSProperties | import("vue").StyleValue[] | null | undefined;
|
|
1076
|
-
readonly disabled?: boolean | undefined;
|
|
1077
1076
|
readonly content?: string | undefined;
|
|
1078
1077
|
readonly zIndex?: number | undefined;
|
|
1079
1078
|
readonly offset?: number | undefined;
|
|
1080
1079
|
readonly transition?: string | undefined;
|
|
1081
|
-
readonly onClick?: Function | undefined;
|
|
1082
1080
|
readonly onBlur?: Function | undefined;
|
|
1081
|
+
readonly onClick?: Function | undefined;
|
|
1083
1082
|
readonly onContextmenu?: Function | undefined;
|
|
1084
1083
|
readonly onFocus?: Function | undefined;
|
|
1085
1084
|
readonly onKeydown?: Function | undefined;
|
|
@@ -1089,6 +1088,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1089
1088
|
readonly id?: string | undefined;
|
|
1090
1089
|
readonly ariaLabel?: string | undefined;
|
|
1091
1090
|
readonly role?: "dialog" | "grid" | "group" | "listbox" | "menu" | "navigation" | "tooltip" | "tree" | undefined;
|
|
1091
|
+
readonly disabled?: boolean | undefined;
|
|
1092
1092
|
readonly placement?: import("@popperjs/core").Placement | undefined;
|
|
1093
1093
|
readonly strategy?: "fixed" | "absolute" | undefined;
|
|
1094
1094
|
readonly effect?: "light" | "dark" | undefined;
|
|
@@ -1491,13 +1491,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1491
1491
|
$data: {};
|
|
1492
1492
|
$props: Partial<{}> & Omit<{
|
|
1493
1493
|
readonly style?: string | false | import("vue").CSSProperties | import("vue").StyleValue[] | null | undefined;
|
|
1494
|
-
readonly disabled?: boolean | undefined;
|
|
1495
1494
|
readonly content?: string | undefined;
|
|
1496
1495
|
readonly zIndex?: number | undefined;
|
|
1497
1496
|
readonly offset?: number | undefined;
|
|
1498
1497
|
readonly transition?: string | undefined;
|
|
1499
|
-
readonly onClick?: Function | undefined;
|
|
1500
1498
|
readonly onBlur?: Function | undefined;
|
|
1499
|
+
readonly onClick?: Function | undefined;
|
|
1501
1500
|
readonly onContextmenu?: Function | undefined;
|
|
1502
1501
|
readonly onFocus?: Function | undefined;
|
|
1503
1502
|
readonly onKeydown?: Function | undefined;
|
|
@@ -1507,6 +1506,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1507
1506
|
readonly id?: string | undefined;
|
|
1508
1507
|
readonly ariaLabel?: string | undefined;
|
|
1509
1508
|
readonly role?: "dialog" | "grid" | "group" | "listbox" | "menu" | "navigation" | "tooltip" | "tree" | undefined;
|
|
1509
|
+
readonly disabled?: boolean | undefined;
|
|
1510
1510
|
readonly placement?: import("@popperjs/core").Placement | undefined;
|
|
1511
1511
|
readonly strategy?: "fixed" | "absolute" | undefined;
|
|
1512
1512
|
readonly effect?: "light" | "dark" | undefined;
|
|
@@ -2111,10 +2111,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2111
2111
|
"onVisible-change"?: ((visible: boolean) => any) | undefined;
|
|
2112
2112
|
"onRemove-tag"?: ((val: unknown) => any) | undefined;
|
|
2113
2113
|
}>, {
|
|
2114
|
-
disabled: boolean;
|
|
2115
2114
|
height: number;
|
|
2116
2115
|
offset: number;
|
|
2117
2116
|
props: import("./useProps").Props;
|
|
2117
|
+
disabled: boolean;
|
|
2118
2118
|
placement: import("@popperjs/core").Placement;
|
|
2119
2119
|
effect: string;
|
|
2120
2120
|
tabindex: string | number;
|
|
@@ -84,13 +84,12 @@ declare const useSelect: (props: SelectV2Props, emit: any) => {
|
|
|
84
84
|
$data: {};
|
|
85
85
|
$props: Partial<{}> & Omit<{
|
|
86
86
|
readonly style?: string | false | import("vue").CSSProperties | import("vue").StyleValue[] | null | undefined;
|
|
87
|
-
readonly disabled?: boolean | undefined;
|
|
88
87
|
readonly content?: string | undefined;
|
|
89
88
|
readonly zIndex?: number | undefined;
|
|
90
89
|
readonly offset?: number | undefined;
|
|
91
90
|
readonly transition?: string | undefined;
|
|
92
|
-
readonly onClick?: Function | undefined;
|
|
93
91
|
readonly onBlur?: Function | undefined;
|
|
92
|
+
readonly onClick?: Function | undefined;
|
|
94
93
|
readonly onContextmenu?: Function | undefined;
|
|
95
94
|
readonly onFocus?: Function | undefined;
|
|
96
95
|
readonly onKeydown?: Function | undefined;
|
|
@@ -100,6 +99,7 @@ declare const useSelect: (props: SelectV2Props, emit: any) => {
|
|
|
100
99
|
readonly id?: string | undefined;
|
|
101
100
|
readonly ariaLabel?: string | undefined;
|
|
102
101
|
readonly role?: "dialog" | "grid" | "group" | "listbox" | "menu" | "navigation" | "tooltip" | "tree" | undefined;
|
|
102
|
+
readonly disabled?: boolean | undefined;
|
|
103
103
|
readonly placement?: import("@popperjs/core").Placement | undefined;
|
|
104
104
|
readonly strategy?: "fixed" | "absolute" | undefined;
|
|
105
105
|
readonly effect?: "light" | "dark" | undefined;
|
|
@@ -502,13 +502,12 @@ declare const useSelect: (props: SelectV2Props, emit: any) => {
|
|
|
502
502
|
$data: {};
|
|
503
503
|
$props: Partial<{}> & Omit<{
|
|
504
504
|
readonly style?: string | false | import("vue").CSSProperties | import("vue").StyleValue[] | null | undefined;
|
|
505
|
-
readonly disabled?: boolean | undefined;
|
|
506
505
|
readonly content?: string | undefined;
|
|
507
506
|
readonly zIndex?: number | undefined;
|
|
508
507
|
readonly offset?: number | undefined;
|
|
509
508
|
readonly transition?: string | undefined;
|
|
510
|
-
readonly onClick?: Function | undefined;
|
|
511
509
|
readonly onBlur?: Function | undefined;
|
|
510
|
+
readonly onClick?: Function | undefined;
|
|
512
511
|
readonly onContextmenu?: Function | undefined;
|
|
513
512
|
readonly onFocus?: Function | undefined;
|
|
514
513
|
readonly onKeydown?: Function | undefined;
|
|
@@ -518,6 +517,7 @@ declare const useSelect: (props: SelectV2Props, emit: any) => {
|
|
|
518
517
|
readonly id?: string | undefined;
|
|
519
518
|
readonly ariaLabel?: string | undefined;
|
|
520
519
|
readonly role?: "dialog" | "grid" | "group" | "listbox" | "menu" | "navigation" | "tooltip" | "tree" | undefined;
|
|
520
|
+
readonly disabled?: boolean | undefined;
|
|
521
521
|
readonly placement?: import("@popperjs/core").Placement | undefined;
|
|
522
522
|
readonly strategy?: "fixed" | "absolute" | undefined;
|
|
523
523
|
readonly effect?: "light" | "dark" | undefined;
|
|
@@ -921,13 +921,12 @@ declare const useSelect: (props: SelectV2Props, emit: any) => {
|
|
|
921
921
|
$data: {};
|
|
922
922
|
$props: Partial<{}> & Omit<{
|
|
923
923
|
readonly style?: string | false | import("vue").CSSProperties | import("vue").StyleValue[] | null | undefined;
|
|
924
|
-
readonly disabled?: boolean | undefined;
|
|
925
924
|
readonly content?: string | undefined;
|
|
926
925
|
readonly zIndex?: number | undefined;
|
|
927
926
|
readonly offset?: number | undefined;
|
|
928
927
|
readonly transition?: string | undefined;
|
|
929
|
-
readonly onClick?: Function | undefined;
|
|
930
928
|
readonly onBlur?: Function | undefined;
|
|
929
|
+
readonly onClick?: Function | undefined;
|
|
931
930
|
readonly onContextmenu?: Function | undefined;
|
|
932
931
|
readonly onFocus?: Function | undefined;
|
|
933
932
|
readonly onKeydown?: Function | undefined;
|
|
@@ -937,6 +936,7 @@ declare const useSelect: (props: SelectV2Props, emit: any) => {
|
|
|
937
936
|
readonly id?: string | undefined;
|
|
938
937
|
readonly ariaLabel?: string | undefined;
|
|
939
938
|
readonly role?: "dialog" | "grid" | "group" | "listbox" | "menu" | "navigation" | "tooltip" | "tree" | undefined;
|
|
939
|
+
readonly disabled?: boolean | undefined;
|
|
940
940
|
readonly placement?: import("@popperjs/core").Placement | undefined;
|
|
941
941
|
readonly strategy?: "fixed" | "absolute" | undefined;
|
|
942
942
|
readonly effect?: "light" | "dark" | undefined;
|
|
@@ -1339,13 +1339,12 @@ declare const useSelect: (props: SelectV2Props, emit: any) => {
|
|
|
1339
1339
|
$data: {};
|
|
1340
1340
|
$props: Partial<{}> & Omit<{
|
|
1341
1341
|
readonly style?: string | false | import("vue").CSSProperties | import("vue").StyleValue[] | null | undefined;
|
|
1342
|
-
readonly disabled?: boolean | undefined;
|
|
1343
1342
|
readonly content?: string | undefined;
|
|
1344
1343
|
readonly zIndex?: number | undefined;
|
|
1345
1344
|
readonly offset?: number | undefined;
|
|
1346
1345
|
readonly transition?: string | undefined;
|
|
1347
|
-
readonly onClick?: Function | undefined;
|
|
1348
1346
|
readonly onBlur?: Function | undefined;
|
|
1347
|
+
readonly onClick?: Function | undefined;
|
|
1349
1348
|
readonly onContextmenu?: Function | undefined;
|
|
1350
1349
|
readonly onFocus?: Function | undefined;
|
|
1351
1350
|
readonly onKeydown?: Function | undefined;
|
|
@@ -1355,6 +1354,7 @@ declare const useSelect: (props: SelectV2Props, emit: any) => {
|
|
|
1355
1354
|
readonly id?: string | undefined;
|
|
1356
1355
|
readonly ariaLabel?: string | undefined;
|
|
1357
1356
|
readonly role?: "dialog" | "grid" | "group" | "listbox" | "menu" | "navigation" | "tooltip" | "tree" | undefined;
|
|
1357
|
+
readonly disabled?: boolean | undefined;
|
|
1358
1358
|
readonly placement?: import("@popperjs/core").Placement | undefined;
|
|
1359
1359
|
readonly strategy?: "fixed" | "absolute" | undefined;
|
|
1360
1360
|
readonly effect?: "light" | "dark" | undefined;
|
|
@@ -163,9 +163,9 @@ export declare const VftSlider: import("vft/es/utils").SFCWithInstall<import("vu
|
|
|
163
163
|
type: import("vue").PropType<boolean>;
|
|
164
164
|
};
|
|
165
165
|
}>> & Readonly<{
|
|
166
|
-
onInput?: ((value: import("vft/es/utils").Arrayable<number>) => any) | undefined;
|
|
167
166
|
"onUpdate:modelValue"?: ((value: import("vft/es/utils").Arrayable<number>) => any) | undefined;
|
|
168
167
|
onChange?: ((value: import("vft/es/utils").Arrayable<number>) => any) | undefined;
|
|
168
|
+
onInput?: ((value: import("vft/es/utils").Arrayable<number>) => any) | undefined;
|
|
169
169
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>> & Record<string, any>;
|
|
170
170
|
export default VftSlider;
|
|
171
171
|
export * from './constants';
|
|
@@ -35,9 +35,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
35
35
|
change: (value: import("vft/es/utils").Arrayable<number>) => void;
|
|
36
36
|
input: (value: import("vft/es/utils").Arrayable<number>) => void;
|
|
37
37
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<SliderProps>>> & Readonly<{
|
|
38
|
-
onInput?: ((value: import("vft/es/utils").Arrayable<number>) => any) | undefined;
|
|
39
38
|
"onUpdate:modelValue"?: ((value: import("vft/es/utils").Arrayable<number>) => any) | undefined;
|
|
40
39
|
onChange?: ((value: import("vft/es/utils").Arrayable<number>) => any) | undefined;
|
|
40
|
+
onInput?: ((value: import("vft/es/utils").Arrayable<number>) => any) | undefined;
|
|
41
41
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
42
42
|
export default _default;
|
|
43
43
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
@@ -16,7 +16,7 @@ export declare const VftSpace: import("vft/es/utils").SFCWithInstall<import("vue
|
|
|
16
16
|
readonly fill: BooleanConstructor;
|
|
17
17
|
readonly fillRatio: import("vft/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 100, boolean>;
|
|
18
18
|
readonly size: {
|
|
19
|
-
readonly type: import("vue").PropType<import("vft/es/utils").EpPropMergeType<readonly [StringConstructor, ArrayConstructor, NumberConstructor], "" | "
|
|
19
|
+
readonly type: import("vue").PropType<import("vft/es/utils").EpPropMergeType<readonly [StringConstructor, ArrayConstructor, NumberConstructor], "" | "default" | "small" | "large", number | [number, number]>>;
|
|
20
20
|
readonly required: false;
|
|
21
21
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
22
22
|
__epPropKey: true;
|
|
@@ -44,17 +44,17 @@ export declare const VftSpace: import("vft/es/utils").SFCWithInstall<import("vue
|
|
|
44
44
|
readonly fill: BooleanConstructor;
|
|
45
45
|
readonly fillRatio: import("vft/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 100, boolean>;
|
|
46
46
|
readonly size: {
|
|
47
|
-
readonly type: import("vue").PropType<import("vft/es/utils").EpPropMergeType<readonly [StringConstructor, ArrayConstructor, NumberConstructor], "" | "
|
|
47
|
+
readonly type: import("vue").PropType<import("vft/es/utils").EpPropMergeType<readonly [StringConstructor, ArrayConstructor, NumberConstructor], "" | "default" | "small" | "large", number | [number, number]>>;
|
|
48
48
|
readonly required: false;
|
|
49
49
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
50
50
|
__epPropKey: true;
|
|
51
51
|
};
|
|
52
52
|
}>> & Readonly<{}>, {
|
|
53
|
+
readonly fill: boolean;
|
|
53
54
|
readonly style: import("vue").StyleValue;
|
|
54
55
|
readonly spacer: import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => import("vue").VNodeChild & {}) | (() => import("vue").VNodeChild) | (((new (...args: any[]) => import("vue").VNodeChild & {}) | (() => import("vue").VNodeChild)) | null)[], unknown, string | number | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
55
56
|
[key: string]: any;
|
|
56
57
|
}>>;
|
|
57
|
-
readonly fill: boolean;
|
|
58
58
|
readonly direction: import("vft/es/utils").EpPropMergeType<StringConstructor, "vertical" | "horizontal", unknown>;
|
|
59
59
|
readonly class: import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => string | Record<string, boolean> | (string | Record<string, boolean>)[]) | (() => import("vft/es/utils").Arrayable<string | Record<string, boolean>>) | (((new (...args: any[]) => string | Record<string, boolean> | (string | Record<string, boolean>)[]) | (() => import("vft/es/utils").Arrayable<string | Record<string, boolean>>)) | null)[], unknown, unknown>;
|
|
60
60
|
readonly wrap: boolean;
|
|
@@ -18,7 +18,7 @@ export declare const spaceProps: {
|
|
|
18
18
|
readonly fill: BooleanConstructor;
|
|
19
19
|
readonly fillRatio: import("vft/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 100, boolean>;
|
|
20
20
|
readonly size: {
|
|
21
|
-
readonly type: import("vue").PropType<import("vft/es/utils").EpPropMergeType<readonly [StringConstructor, ArrayConstructor, NumberConstructor], "" | "
|
|
21
|
+
readonly type: import("vue").PropType<import("vft/es/utils").EpPropMergeType<readonly [StringConstructor, ArrayConstructor, NumberConstructor], "" | "default" | "small" | "large", number | [number, number]>>;
|
|
22
22
|
readonly required: false;
|
|
23
23
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
24
24
|
__epPropKey: true;
|
|
@@ -43,7 +43,7 @@ declare const Space: import("vue").DefineComponent<ExtractPropTypes<{
|
|
|
43
43
|
readonly fill: BooleanConstructor;
|
|
44
44
|
readonly fillRatio: import("vft/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 100, boolean>;
|
|
45
45
|
readonly size: {
|
|
46
|
-
readonly type: import("vue").PropType<import("vft/es/utils").EpPropMergeType<readonly [StringConstructor, ArrayConstructor, NumberConstructor], "" | "
|
|
46
|
+
readonly type: import("vue").PropType<import("vft/es/utils").EpPropMergeType<readonly [StringConstructor, ArrayConstructor, NumberConstructor], "" | "default" | "small" | "large", number | [number, number]>>;
|
|
47
47
|
readonly required: false;
|
|
48
48
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
49
49
|
__epPropKey: true;
|
|
@@ -71,17 +71,17 @@ declare const Space: import("vue").DefineComponent<ExtractPropTypes<{
|
|
|
71
71
|
readonly fill: BooleanConstructor;
|
|
72
72
|
readonly fillRatio: import("vft/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 100, boolean>;
|
|
73
73
|
readonly size: {
|
|
74
|
-
readonly type: import("vue").PropType<import("vft/es/utils").EpPropMergeType<readonly [StringConstructor, ArrayConstructor, NumberConstructor], "" | "
|
|
74
|
+
readonly type: import("vue").PropType<import("vft/es/utils").EpPropMergeType<readonly [StringConstructor, ArrayConstructor, NumberConstructor], "" | "default" | "small" | "large", number | [number, number]>>;
|
|
75
75
|
readonly required: false;
|
|
76
76
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
77
77
|
__epPropKey: true;
|
|
78
78
|
};
|
|
79
79
|
}>> & Readonly<{}>, {
|
|
80
|
+
readonly fill: boolean;
|
|
80
81
|
readonly style: StyleValue;
|
|
81
82
|
readonly spacer: import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => VNodeChild & {}) | (() => VNodeChild) | (((new (...args: any[]) => VNodeChild & {}) | (() => VNodeChild)) | null)[], unknown, string | number | VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
82
83
|
[key: string]: any;
|
|
83
84
|
}>>;
|
|
84
|
-
readonly fill: boolean;
|
|
85
85
|
readonly direction: import("vft/es/utils").EpPropMergeType<StringConstructor, "vertical" | "horizontal", unknown>;
|
|
86
86
|
readonly class: import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => string | Record<string, boolean> | (string | Record<string, boolean>)[]) | (() => Arrayable<string | Record<string, boolean>>) | (((new (...args: any[]) => string | Record<string, boolean> | (string | Record<string, boolean>)[]) | (() => Arrayable<string | Record<string, boolean>>)) | null)[], unknown, unknown>;
|
|
87
87
|
readonly wrap: boolean;
|
|
@@ -1,15 +1,11 @@
|
|
|
1
1
|
export declare const VftSwitch: import("vft/es/utils").SFCWithInstall<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2
|
-
|
|
3
|
-
type: import("vue").PropType<boolean>;
|
|
2
|
+
value: {
|
|
3
|
+
type: import("vue").PropType<string | number | boolean>;
|
|
4
4
|
default: boolean;
|
|
5
5
|
};
|
|
6
6
|
width: {
|
|
7
7
|
type: import("vue").PropType<string | number>;
|
|
8
8
|
};
|
|
9
|
-
value: {
|
|
10
|
-
type: import("vue").PropType<string | number | boolean>;
|
|
11
|
-
default: boolean;
|
|
12
|
-
};
|
|
13
9
|
borderColor: {
|
|
14
10
|
type: import("vue").PropType<string>;
|
|
15
11
|
};
|
|
@@ -19,6 +15,10 @@ export declare const VftSwitch: import("vft/es/utils").SFCWithInstall<import("vu
|
|
|
19
15
|
id: {
|
|
20
16
|
type: import("vue").PropType<string>;
|
|
21
17
|
};
|
|
18
|
+
disabled: {
|
|
19
|
+
type: import("vue").PropType<boolean>;
|
|
20
|
+
default: boolean;
|
|
21
|
+
};
|
|
22
22
|
size: {
|
|
23
23
|
type: import("vue").PropType<import("vft/es/constants").ComponentSize>;
|
|
24
24
|
};
|
|
@@ -74,21 +74,17 @@ export declare const VftSwitch: import("vft/es/utils").SFCWithInstall<import("vu
|
|
|
74
74
|
focus: () => void;
|
|
75
75
|
checked: import("vue").ComputedRef<boolean>;
|
|
76
76
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
77
|
-
input: (...args: any[]) => void;
|
|
78
77
|
"update:modelValue": (...args: any[]) => void;
|
|
79
78
|
change: (...args: any[]) => void;
|
|
79
|
+
input: (...args: any[]) => void;
|
|
80
80
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
81
|
-
|
|
82
|
-
type: import("vue").PropType<boolean>;
|
|
81
|
+
value: {
|
|
82
|
+
type: import("vue").PropType<string | number | boolean>;
|
|
83
83
|
default: boolean;
|
|
84
84
|
};
|
|
85
85
|
width: {
|
|
86
86
|
type: import("vue").PropType<string | number>;
|
|
87
87
|
};
|
|
88
|
-
value: {
|
|
89
|
-
type: import("vue").PropType<string | number | boolean>;
|
|
90
|
-
default: boolean;
|
|
91
|
-
};
|
|
92
88
|
borderColor: {
|
|
93
89
|
type: import("vue").PropType<string>;
|
|
94
90
|
};
|
|
@@ -98,6 +94,10 @@ export declare const VftSwitch: import("vft/es/utils").SFCWithInstall<import("vu
|
|
|
98
94
|
id: {
|
|
99
95
|
type: import("vue").PropType<string>;
|
|
100
96
|
};
|
|
97
|
+
disabled: {
|
|
98
|
+
type: import("vue").PropType<boolean>;
|
|
99
|
+
default: boolean;
|
|
100
|
+
};
|
|
101
101
|
size: {
|
|
102
102
|
type: import("vue").PropType<import("vft/es/constants").ComponentSize>;
|
|
103
103
|
};
|
|
@@ -150,12 +150,12 @@ export declare const VftSwitch: import("vft/es/utils").SFCWithInstall<import("vu
|
|
|
150
150
|
type: import("vue").PropType<Function>;
|
|
151
151
|
};
|
|
152
152
|
}>> & Readonly<{
|
|
153
|
-
onInput?: ((...args: any[]) => any) | undefined;
|
|
154
153
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
155
154
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
155
|
+
onInput?: ((...args: any[]) => any) | undefined;
|
|
156
156
|
}>, {
|
|
157
|
-
disabled: boolean;
|
|
158
157
|
value: boolean | string | number;
|
|
158
|
+
disabled: boolean;
|
|
159
159
|
modelValue: boolean | string | number;
|
|
160
160
|
loading: boolean;
|
|
161
161
|
validateEvent: boolean;
|
|
@@ -42,9 +42,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
42
42
|
*/
|
|
43
43
|
checked: import("vue").ComputedRef<boolean>;
|
|
44
44
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
45
|
-
input: (...args: any[]) => void;
|
|
46
45
|
"update:modelValue": (...args: any[]) => void;
|
|
47
46
|
change: (...args: any[]) => void;
|
|
47
|
+
input: (...args: any[]) => void;
|
|
48
48
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<SwitchProps>, {
|
|
49
49
|
modelValue: boolean;
|
|
50
50
|
value: boolean;
|
|
@@ -55,12 +55,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
55
55
|
validateEvent: boolean;
|
|
56
56
|
loading: boolean;
|
|
57
57
|
}>>> & Readonly<{
|
|
58
|
-
onInput?: ((...args: any[]) => any) | undefined;
|
|
59
58
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
60
59
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
60
|
+
onInput?: ((...args: any[]) => any) | undefined;
|
|
61
61
|
}>, {
|
|
62
|
-
disabled: boolean;
|
|
63
62
|
value: boolean | string | number;
|
|
63
|
+
disabled: boolean;
|
|
64
64
|
modelValue: boolean | string | number;
|
|
65
65
|
loading: boolean;
|
|
66
66
|
validateEvent: boolean;
|
|
@@ -13,7 +13,7 @@ export declare const VftTabs: import("vft/es/utils").SFCWithInstall<import("vue"
|
|
|
13
13
|
type: import("vue").PropType<boolean>;
|
|
14
14
|
};
|
|
15
15
|
tabPosition: {
|
|
16
|
-
type: import("vue").PropType<"
|
|
16
|
+
type: import("vue").PropType<"left" | "right" | "bottom" | "top">;
|
|
17
17
|
};
|
|
18
18
|
beforeLeave: {
|
|
19
19
|
type: import("vue").PropType<Function>;
|
|
@@ -104,7 +104,7 @@ export declare const VftTabs: import("vft/es/utils").SFCWithInstall<import("vue"
|
|
|
104
104
|
type: import("vue").PropType<boolean>;
|
|
105
105
|
};
|
|
106
106
|
tabPosition: {
|
|
107
|
-
type: import("vue").PropType<"
|
|
107
|
+
type: import("vue").PropType<"left" | "right" | "bottom" | "top">;
|
|
108
108
|
};
|
|
109
109
|
beforeLeave: {
|
|
110
110
|
type: import("vue").PropType<Function>;
|
|
@@ -29,8 +29,8 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
29
29
|
focus: () => void;
|
|
30
30
|
blur: () => void;
|
|
31
31
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
32
|
-
click: (...args: any[]) => void;
|
|
33
32
|
blur: (...args: any[]) => void;
|
|
33
|
+
click: (...args: any[]) => void;
|
|
34
34
|
focus: (...args: any[]) => void;
|
|
35
35
|
mouseenter: (...args: any[]) => void;
|
|
36
36
|
mouseleave: (...args: any[]) => void;
|
|
@@ -62,8 +62,8 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
62
62
|
readonly endPlaceholder: StringConstructor;
|
|
63
63
|
readonly disabled: BooleanConstructor;
|
|
64
64
|
}>> & Readonly<{
|
|
65
|
-
onClick?: ((...args: any[]) => any) | undefined;
|
|
66
65
|
onBlur?: ((...args: any[]) => any) | undefined;
|
|
66
|
+
onClick?: ((...args: any[]) => any) | undefined;
|
|
67
67
|
onFocus?: ((...args: any[]) => any) | undefined;
|
|
68
68
|
onMouseenter?: ((...args: any[]) => any) | undefined;
|
|
69
69
|
onMouseleave?: ((...args: any[]) => any) | undefined;
|
|
@@ -40,7 +40,7 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
40
40
|
readonly tabindex: import("vft/es/utils").EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | (((new (...args: any[]) => string | number) | (() => string | number)) | null)[], unknown, unknown, 0, boolean>;
|
|
41
41
|
readonly validateEvent: import("vft/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
42
42
|
readonly unlinkPanels: BooleanConstructor;
|
|
43
|
-
readonly placement: import("vft/es/utils").EpPropFinalized<(new (...args: any[]) => "
|
|
43
|
+
readonly placement: import("vft/es/utils").EpPropFinalized<(new (...args: any[]) => "auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("@popperjs/core").Placement) | (((new (...args: any[]) => "auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("@popperjs/core").Placement)) | null)[], import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
44
44
|
readonly fallbackPlacements: import("vft/es/utils").EpPropFinalized<(new (...args: any[]) => import("@popperjs/core").Placement[]) | (() => import("@popperjs/core").Placement[]) | (((new (...args: any[]) => import("@popperjs/core").Placement[]) | (() => import("@popperjs/core").Placement[])) | null)[], unknown, unknown, readonly ["bottom", "top", "right", "left"], boolean>;
|
|
45
45
|
readonly emptyValues: ArrayConstructor;
|
|
46
46
|
readonly valueOnClear: import("vft/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor, BooleanConstructor, FunctionConstructor], unknown, unknown, undefined, boolean>;
|
|
@@ -88,7 +88,7 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
88
88
|
readonly editable: import("vft/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
89
89
|
readonly prefixIcon: import("vft/es/utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | (((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component)) | null)[], unknown, unknown, "", boolean>;
|
|
90
90
|
readonly size: {
|
|
91
|
-
readonly type: import("vue").PropType<import("vft/es/utils").EpPropMergeType<StringConstructor, "" | "
|
|
91
|
+
readonly type: import("vue").PropType<import("vft/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown>>;
|
|
92
92
|
readonly required: false;
|
|
93
93
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
94
94
|
__epPropKey: true;
|
|
@@ -163,7 +163,7 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
163
163
|
readonly tabindex: import("vft/es/utils").EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | (((new (...args: any[]) => string | number) | (() => string | number)) | null)[], unknown, unknown, 0, boolean>;
|
|
164
164
|
readonly validateEvent: import("vft/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
165
165
|
readonly unlinkPanels: BooleanConstructor;
|
|
166
|
-
readonly placement: import("vft/es/utils").EpPropFinalized<(new (...args: any[]) => "
|
|
166
|
+
readonly placement: import("vft/es/utils").EpPropFinalized<(new (...args: any[]) => "auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("@popperjs/core").Placement) | (((new (...args: any[]) => "auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("@popperjs/core").Placement)) | null)[], import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
167
167
|
readonly fallbackPlacements: import("vft/es/utils").EpPropFinalized<(new (...args: any[]) => import("@popperjs/core").Placement[]) | (() => import("@popperjs/core").Placement[]) | (((new (...args: any[]) => import("@popperjs/core").Placement[]) | (() => import("@popperjs/core").Placement[])) | null)[], unknown, unknown, readonly ["bottom", "top", "right", "left"], boolean>;
|
|
168
168
|
readonly emptyValues: ArrayConstructor;
|
|
169
169
|
readonly valueOnClear: import("vft/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor, BooleanConstructor, FunctionConstructor], unknown, unknown, undefined, boolean>;
|
|
@@ -211,7 +211,7 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
211
211
|
readonly editable: import("vft/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
212
212
|
readonly prefixIcon: import("vft/es/utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | (((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component)) | null)[], unknown, unknown, "", boolean>;
|
|
213
213
|
readonly size: {
|
|
214
|
-
readonly type: import("vue").PropType<import("vft/es/utils").EpPropMergeType<StringConstructor, "" | "
|
|
214
|
+
readonly type: import("vue").PropType<import("vft/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown>>;
|
|
215
215
|
readonly required: false;
|
|
216
216
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
217
217
|
__epPropKey: true;
|
|
@@ -248,10 +248,10 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
248
248
|
"onPanel-change"?: ((...args: any[]) => any) | undefined;
|
|
249
249
|
"onVisible-change"?: ((...args: any[]) => any) | undefined;
|
|
250
250
|
}>, {
|
|
251
|
-
readonly disabled: boolean;
|
|
252
251
|
readonly type: string;
|
|
252
|
+
readonly disabled: boolean;
|
|
253
253
|
readonly modelValue: import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => string | number | string[] | Date | [DateModelType, DateModelType]) | (() => import("./props").ModelValueType) | (((new (...args: any[]) => string | number | string[] | Date | [DateModelType, DateModelType]) | (() => import("./props").ModelValueType)) | null)[], unknown, unknown>;
|
|
254
|
-
readonly placement: import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => "
|
|
254
|
+
readonly placement: import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => "auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("@popperjs/core").Placement) | (((new (...args: any[]) => "auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("@popperjs/core").Placement)) | null)[], import("@popperjs/core").Placement, unknown>;
|
|
255
255
|
readonly tabindex: import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | (((new (...args: any[]) => string | number) | (() => string | number)) | null)[], unknown, unknown>;
|
|
256
256
|
readonly readonly: boolean;
|
|
257
257
|
readonly placeholder: string;
|
|
@@ -29,7 +29,7 @@ export declare const timePickerDefaultProps: {
|
|
|
29
29
|
readonly tabindex: import("vft/es/utils").EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | (((new (...args: any[]) => string | number) | (() => string | number)) | null)[], unknown, unknown, 0, boolean>;
|
|
30
30
|
readonly validateEvent: import("vft/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
31
31
|
readonly unlinkPanels: BooleanConstructor;
|
|
32
|
-
readonly placement: import("vft/es/utils").EpPropFinalized<(new (...args: any[]) => "
|
|
32
|
+
readonly placement: import("vft/es/utils").EpPropFinalized<(new (...args: any[]) => "auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => Placement) | (((new (...args: any[]) => "auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => Placement)) | null)[], Placement, unknown, "bottom", boolean>;
|
|
33
33
|
readonly fallbackPlacements: import("vft/es/utils").EpPropFinalized<(new (...args: any[]) => Placement[]) | (() => Placement[]) | (((new (...args: any[]) => Placement[]) | (() => Placement[])) | null)[], unknown, unknown, readonly ["bottom", "top", "right", "left"], boolean>;
|
|
34
34
|
readonly emptyValues: ArrayConstructor;
|
|
35
35
|
readonly valueOnClear: import("vft/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor, BooleanConstructor, FunctionConstructor], unknown, unknown, undefined, boolean>;
|
|
@@ -77,7 +77,7 @@ export declare const timePickerDefaultProps: {
|
|
|
77
77
|
readonly editable: import("vft/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
78
78
|
readonly prefixIcon: import("vft/es/utils").EpPropFinalized<(new (...args: any[]) => (string | Component) & {}) | (() => string | Component) | (((new (...args: any[]) => (string | Component) & {}) | (() => string | Component)) | null)[], unknown, unknown, "", boolean>;
|
|
79
79
|
readonly size: {
|
|
80
|
-
readonly type: import("vue").PropType<import("vft/es/utils").EpPropMergeType<StringConstructor, "" | "
|
|
80
|
+
readonly type: import("vue").PropType<import("vft/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown>>;
|
|
81
81
|
readonly required: false;
|
|
82
82
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
83
83
|
__epPropKey: true;
|