vft 0.0.389 → 0.0.391
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/autocomplete/autocomplete.vue.d.ts +3 -3
- package/es/components/autocomplete/index.d.ts +7 -7
- package/es/components/button/button.vue.d.ts +1 -1
- package/es/components/button/index.d.ts +12 -12
- package/es/components/button/use-button.d.ts +1 -1
- package/es/components/carousel/use-carousel.js +1 -1
- package/es/components/cascader/cascader.vue.d.ts +2 -2
- package/es/components/checkbox/index.d.ts +27 -27
- package/es/components/color-picker/index.d.ts +6 -6
- package/es/components/date-picker/date-picker-com/panel-date-pick.vue.d.ts +2 -2
- package/es/components/date-picker/date-picker-com/panel-date-range.vue.d.ts +2 -2
- package/es/components/date-picker/date-picker.d.ts +3 -3
- package/es/components/date-picker/index.d.ts +6 -6
- package/es/components/date-picker/panel-utils.d.ts +6 -6
- package/es/components/date-picker/props/date-picker.d.ts +1 -1
- package/es/components/date-picker/props/panel-date-pick.d.ts +1 -1
- package/es/components/date-picker/props/panel-date-range.d.ts +1 -1
- package/es/components/date-picker/props/shared.d.ts +1 -1
- package/es/components/dropdown/index.d.ts +9 -9
- package/es/components/form/index.d.ts +18 -18
- package/es/components/index.js +41 -48
- package/es/components/input/index.d.ts +5 -5
- package/es/components/input/input.vue.d.ts +2 -2
- package/es/components/input/input.vue2.js +4 -4
- package/es/components/input-number/index.d.ts +1 -1
- package/es/components/input-number/input-number.vue.d.ts +1 -1
- package/es/components/input-tag/composables/use-input-tag.js +1 -1
- package/es/components/input-tag/input-tag.vue.d.ts +4 -4
- package/es/components/radio/index.d.ts +18 -18
- package/es/components/search/index.d.ts +3 -3
- package/es/components/search/search.vue.d.ts +1 -1
- package/es/components/select/index.d.ts +2 -2
- package/es/components/select/select.vue.d.ts +2 -2
- package/es/components/slider/index.d.ts +1 -1
- package/es/components/slider/slider.vue.d.ts +1 -1
- package/es/components/super-form/component-map.d.ts +4 -12
- package/es/components/super-form/component-map.js +30 -56
- package/es/components/super-form/index.js +12 -19
- package/es/components/super-form/super-form-item.vue2.js +5 -5
- package/es/components/super-form/types.d.ts +3 -3
- package/es/components/super-form/types.js +5 -1
- package/es/components/super-form/use/helper.d.ts +3 -3
- package/es/components/super-form/use/helper.js +12 -8
- package/es/components/super-form/use/use-auto-focus.js +19 -15
- package/es/components/super-form/use/use-form-events.js +43 -41
- package/es/components/switch/index.d.ts +6 -6
- package/es/components/table/index.d.ts +9 -9
- package/es/components/table/table.vue2.js +1 -1
- package/es/components/tabs/index.d.ts +2 -2
- package/es/components/tabs/tabs.vue.d.ts +2 -2
- package/es/components/time-picker/common/picker.vue.d.ts +2 -2
- package/es/components/tree/tree-node.vue.d.ts +18 -18
- package/es/constants/index.js +9 -10
- package/es/constants/key.d.ts +0 -34
- package/es/constants/key.js +2 -4
- package/es/index.js +3 -2
- package/es/package.json.d.ts +1 -1
- package/es/package.json.js +1 -1
- package/es/utils/form-register.d.ts +43 -0
- package/es/utils/form-register.js +68 -0
- package/es/utils/index.d.ts +1 -0
- package/es/utils/index.js +80 -71
- package/es/utils/vue/vnode.js +1 -1
- package/lib/components/autocomplete/autocomplete.vue.d.ts +3 -3
- package/lib/components/autocomplete/index.d.ts +7 -7
- package/lib/components/button/button.vue.d.ts +1 -1
- package/lib/components/button/index.d.ts +12 -12
- package/lib/components/button/use-button.d.ts +1 -1
- package/lib/components/cascader/cascader.vue.d.ts +2 -2
- package/lib/components/checkbox/index.d.ts +27 -27
- package/lib/components/color-picker/index.d.ts +6 -6
- package/lib/components/date-picker/date-picker-com/panel-date-pick.vue.d.ts +2 -2
- package/lib/components/date-picker/date-picker-com/panel-date-range.vue.d.ts +2 -2
- package/lib/components/date-picker/date-picker.d.ts +3 -3
- package/lib/components/date-picker/index.d.ts +6 -6
- package/lib/components/date-picker/panel-utils.d.ts +6 -6
- package/lib/components/date-picker/props/date-picker.d.ts +1 -1
- package/lib/components/date-picker/props/panel-date-pick.d.ts +1 -1
- package/lib/components/date-picker/props/panel-date-range.d.ts +1 -1
- package/lib/components/date-picker/props/shared.d.ts +1 -1
- package/lib/components/dropdown/index.d.ts +9 -9
- package/lib/components/form/index.d.ts +18 -18
- package/lib/components/index.cjs +1 -1
- package/lib/components/input/index.d.ts +5 -5
- package/lib/components/input/input.vue.d.ts +2 -2
- package/lib/components/input/input.vue2.cjs +1 -1
- package/lib/components/input-number/index.d.ts +1 -1
- package/lib/components/input-number/input-number.vue.d.ts +1 -1
- package/lib/components/input-tag/input-tag.vue.d.ts +4 -4
- package/lib/components/radio/index.d.ts +18 -18
- package/lib/components/search/index.d.ts +3 -3
- package/lib/components/search/search.vue.d.ts +1 -1
- package/lib/components/select/index.d.ts +2 -2
- package/lib/components/select/select.vue.d.ts +2 -2
- package/lib/components/slider/index.d.ts +1 -1
- package/lib/components/slider/slider.vue.d.ts +1 -1
- package/lib/components/super-form/component-map.cjs +1 -1
- package/lib/components/super-form/component-map.d.ts +4 -12
- package/lib/components/super-form/index.cjs +1 -1
- package/lib/components/super-form/super-form-item.vue2.cjs +1 -1
- package/lib/components/super-form/types.cjs +1 -1
- package/lib/components/super-form/types.d.ts +3 -3
- package/lib/components/super-form/use/helper.cjs +1 -1
- package/lib/components/super-form/use/helper.d.ts +3 -3
- package/lib/components/super-form/use/use-auto-focus.cjs +1 -1
- package/lib/components/super-form/use/use-form-events.cjs +1 -1
- package/lib/components/switch/index.d.ts +6 -6
- package/lib/components/table/index.d.ts +9 -9
- package/lib/components/table/table.vue2.cjs +1 -1
- package/lib/components/tabs/index.d.ts +2 -2
- package/lib/components/tabs/tabs.vue.d.ts +2 -2
- package/lib/components/time-picker/common/picker.vue.d.ts +2 -2
- package/lib/components/tree/tree-node.vue.d.ts +18 -18
- package/lib/constants/index.cjs +1 -1
- package/lib/constants/key.cjs +1 -1
- package/lib/constants/key.d.ts +0 -34
- package/lib/index.cjs +1 -1
- package/lib/package.json.cjs +1 -1
- package/lib/package.json.d.ts +1 -1
- package/lib/utils/form-register.cjs +1 -0
- package/lib/utils/form-register.d.ts +43 -0
- package/lib/utils/index.cjs +1 -1
- package/lib/utils/index.d.ts +1 -0
- package/package.json +4 -4
- package/web-types.json +1 -1
|
@@ -15,7 +15,7 @@ export declare const getPanel: (type: IDatePickerType) => ({
|
|
|
15
15
|
};
|
|
16
16
|
readonly format: import("vft/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
17
17
|
readonly type: {
|
|
18
|
-
readonly type: import("vue").PropType<import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => "year" | "month" | "date" | "dates" | "
|
|
18
|
+
readonly type: import("vue").PropType<import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => "year" | "month" | "date" | "dates" | "datetime" | "week" | "datetimerange" | "daterange" | "monthrange") | (() => "year" | "month" | "date" | "dates" | "datetime" | "week" | "datetimerange" | "daterange" | "monthrange") | (((new (...args: any[]) => "year" | "month" | "date" | "dates" | "datetime" | "week" | "datetimerange" | "daterange" | "monthrange") | (() => "year" | "month" | "date" | "dates" | "datetime" | "week" | "datetimerange" | "daterange" | "monthrange")) | null)[], "year" | "month" | "date" | "dates" | "datetime" | "week" | "datetimerange" | "daterange" | "monthrange", unknown>>;
|
|
19
19
|
readonly required: true;
|
|
20
20
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
21
21
|
__epPropKey: true;
|
|
@@ -58,7 +58,7 @@ export declare const getPanel: (type: IDatePickerType) => ({
|
|
|
58
58
|
};
|
|
59
59
|
readonly format: import("vft/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
60
60
|
readonly type: {
|
|
61
|
-
readonly type: import("vue").PropType<import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => "year" | "month" | "date" | "dates" | "
|
|
61
|
+
readonly type: import("vue").PropType<import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => "year" | "month" | "date" | "dates" | "datetime" | "week" | "datetimerange" | "daterange" | "monthrange") | (() => "year" | "month" | "date" | "dates" | "datetime" | "week" | "datetimerange" | "daterange" | "monthrange") | (((new (...args: any[]) => "year" | "month" | "date" | "dates" | "datetime" | "week" | "datetimerange" | "daterange" | "monthrange") | (() => "year" | "month" | "date" | "dates" | "datetime" | "week" | "datetimerange" | "daterange" | "monthrange")) | null)[], "year" | "month" | "date" | "dates" | "datetime" | "week" | "datetimerange" | "daterange" | "monthrange", unknown>>;
|
|
62
62
|
readonly required: true;
|
|
63
63
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
64
64
|
__epPropKey: true;
|
|
@@ -94,7 +94,7 @@ export declare const getPanel: (type: IDatePickerType) => ({
|
|
|
94
94
|
};
|
|
95
95
|
readonly format: import("vft/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
96
96
|
readonly type: {
|
|
97
|
-
readonly type: import("vue").PropType<import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => "year" | "month" | "date" | "dates" | "
|
|
97
|
+
readonly type: import("vue").PropType<import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => "year" | "month" | "date" | "dates" | "datetime" | "week" | "datetimerange" | "daterange" | "monthrange") | (() => "year" | "month" | "date" | "dates" | "datetime" | "week" | "datetimerange" | "daterange" | "monthrange") | (((new (...args: any[]) => "year" | "month" | "date" | "dates" | "datetime" | "week" | "datetimerange" | "daterange" | "monthrange") | (() => "year" | "month" | "date" | "dates" | "datetime" | "week" | "datetimerange" | "daterange" | "monthrange")) | null)[], "year" | "month" | "date" | "dates" | "datetime" | "week" | "datetimerange" | "daterange" | "monthrange", unknown>>;
|
|
98
98
|
readonly required: true;
|
|
99
99
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
100
100
|
__epPropKey: true;
|
|
@@ -132,7 +132,7 @@ export declare const getPanel: (type: IDatePickerType) => ({
|
|
|
132
132
|
__epPropKey: true;
|
|
133
133
|
};
|
|
134
134
|
readonly type: {
|
|
135
|
-
readonly type: import("vue").PropType<import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => "year" | "month" | "date" | "dates" | "
|
|
135
|
+
readonly type: import("vue").PropType<import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => "year" | "month" | "date" | "dates" | "datetime" | "week" | "datetimerange" | "daterange" | "monthrange") | (() => "year" | "month" | "date" | "dates" | "datetime" | "week" | "datetimerange" | "daterange" | "monthrange") | (((new (...args: any[]) => "year" | "month" | "date" | "dates" | "datetime" | "week" | "datetimerange" | "daterange" | "monthrange") | (() => "year" | "month" | "date" | "dates" | "datetime" | "week" | "datetimerange" | "daterange" | "monthrange")) | null)[], "year" | "month" | "date" | "dates" | "datetime" | "week" | "datetimerange" | "daterange" | "monthrange", unknown>>;
|
|
136
136
|
readonly required: true;
|
|
137
137
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
138
138
|
__epPropKey: true;
|
|
@@ -173,7 +173,7 @@ export declare const getPanel: (type: IDatePickerType) => ({
|
|
|
173
173
|
__epPropKey: true;
|
|
174
174
|
};
|
|
175
175
|
readonly type: {
|
|
176
|
-
readonly type: import("vue").PropType<import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => "year" | "month" | "date" | "dates" | "
|
|
176
|
+
readonly type: import("vue").PropType<import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => "year" | "month" | "date" | "dates" | "datetime" | "week" | "datetimerange" | "daterange" | "monthrange") | (() => "year" | "month" | "date" | "dates" | "datetime" | "week" | "datetimerange" | "daterange" | "monthrange") | (((new (...args: any[]) => "year" | "month" | "date" | "dates" | "datetime" | "week" | "datetimerange" | "daterange" | "monthrange") | (() => "year" | "month" | "date" | "dates" | "datetime" | "week" | "datetimerange" | "daterange" | "monthrange")) | null)[], "year" | "month" | "date" | "dates" | "datetime" | "week" | "datetimerange" | "daterange" | "monthrange", unknown>>;
|
|
177
177
|
readonly required: true;
|
|
178
178
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
179
179
|
__epPropKey: true;
|
|
@@ -206,7 +206,7 @@ export declare const getPanel: (type: IDatePickerType) => ({
|
|
|
206
206
|
__epPropKey: true;
|
|
207
207
|
};
|
|
208
208
|
readonly type: {
|
|
209
|
-
readonly type: import("vue").PropType<import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => "year" | "month" | "date" | "dates" | "
|
|
209
|
+
readonly type: import("vue").PropType<import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => "year" | "month" | "date" | "dates" | "datetime" | "week" | "datetimerange" | "daterange" | "monthrange") | (() => "year" | "month" | "date" | "dates" | "datetime" | "week" | "datetimerange" | "daterange" | "monthrange") | (((new (...args: any[]) => "year" | "month" | "date" | "dates" | "datetime" | "week" | "datetimerange" | "daterange" | "monthrange") | (() => "year" | "month" | "date" | "dates" | "datetime" | "week" | "datetimerange" | "daterange" | "monthrange")) | null)[], "year" | "month" | "date" | "dates" | "datetime" | "week" | "datetimerange" | "daterange" | "monthrange", unknown>>;
|
|
210
210
|
readonly required: true;
|
|
211
211
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
212
212
|
__epPropKey: true;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { ExtractPropTypes, __ExtractPublicPropTypes } from 'vue';
|
|
2
2
|
import type { IDatePickerType } from '../date-picker.type';
|
|
3
3
|
export declare const datePickerProps: {
|
|
4
|
-
readonly type: import("vft/es/utils").EpPropFinalized<(new (...args: any[]) => "year" | "month" | "date" | "dates" | "
|
|
4
|
+
readonly type: import("vft/es/utils").EpPropFinalized<(new (...args: any[]) => "year" | "month" | "date" | "dates" | "datetime" | "week" | "datetimerange" | "daterange" | "monthrange" | "months" | "years" | "yearrange") | (() => IDatePickerType) | (((new (...args: any[]) => "year" | "month" | "date" | "dates" | "datetime" | "week" | "datetimerange" | "daterange" | "monthrange" | "months" | "years" | "yearrange") | (() => IDatePickerType)) | null)[], unknown, unknown, "date", boolean>;
|
|
5
5
|
readonly disabledDate: {
|
|
6
6
|
readonly type: import("vue").PropType<Function>;
|
|
7
7
|
readonly required: false;
|
|
@@ -15,7 +15,7 @@ export declare const panelDatePickProps: {
|
|
|
15
15
|
};
|
|
16
16
|
readonly format: import("vft/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
17
17
|
readonly type: {
|
|
18
|
-
readonly type: import("vue").PropType<import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => "year" | "month" | "date" | "dates" | "
|
|
18
|
+
readonly type: import("vue").PropType<import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => "year" | "month" | "date" | "dates" | "datetime" | "week" | "datetimerange" | "daterange" | "monthrange") | (() => "year" | "month" | "date" | "dates" | "datetime" | "week" | "datetimerange" | "daterange" | "monthrange") | (((new (...args: any[]) => "year" | "month" | "date" | "dates" | "datetime" | "week" | "datetimerange" | "daterange" | "monthrange") | (() => "year" | "month" | "date" | "dates" | "datetime" | "week" | "datetimerange" | "daterange" | "monthrange")) | null)[], "year" | "month" | "date" | "dates" | "datetime" | "week" | "datetimerange" | "daterange" | "monthrange", unknown>>;
|
|
19
19
|
readonly required: true;
|
|
20
20
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
21
21
|
__epPropKey: true;
|
|
@@ -9,7 +9,7 @@ export declare const panelDateRangeProps: {
|
|
|
9
9
|
__epPropKey: true;
|
|
10
10
|
};
|
|
11
11
|
readonly type: {
|
|
12
|
-
readonly type: import("vue").PropType<import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => "year" | "month" | "date" | "dates" | "
|
|
12
|
+
readonly type: import("vue").PropType<import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => "year" | "month" | "date" | "dates" | "datetime" | "week" | "datetimerange" | "daterange" | "monthrange") | (() => "year" | "month" | "date" | "dates" | "datetime" | "week" | "datetimerange" | "daterange" | "monthrange") | (((new (...args: any[]) => "year" | "month" | "date" | "dates" | "datetime" | "week" | "datetimerange" | "daterange" | "monthrange") | (() => "year" | "month" | "date" | "dates" | "datetime" | "week" | "datetimerange" | "daterange" | "monthrange")) | null)[], "year" | "month" | "date" | "dates" | "datetime" | "week" | "datetimerange" | "daterange" | "monthrange", unknown>>;
|
|
13
13
|
readonly required: true;
|
|
14
14
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
15
15
|
__epPropKey: true;
|
|
@@ -44,7 +44,7 @@ export declare const datePickerSharedProps: {
|
|
|
44
44
|
};
|
|
45
45
|
export declare const panelSharedProps: {
|
|
46
46
|
readonly type: {
|
|
47
|
-
readonly type: import("vue").PropType<import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => "year" | "month" | "date" | "dates" | "
|
|
47
|
+
readonly type: import("vue").PropType<import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => "year" | "month" | "date" | "dates" | "datetime" | "week" | "datetimerange" | "daterange" | "monthrange") | (() => "year" | "month" | "date" | "dates" | "datetime" | "week" | "datetimerange" | "daterange" | "monthrange") | (((new (...args: any[]) => "year" | "month" | "date" | "dates" | "datetime" | "week" | "datetimerange" | "daterange" | "monthrange") | (() => "year" | "month" | "date" | "dates" | "datetime" | "week" | "datetimerange" | "daterange" | "monthrange")) | null)[], "year" | "month" | "date" | "dates" | "datetime" | "week" | "datetimerange" | "daterange" | "monthrange", unknown>>;
|
|
48
48
|
readonly required: true;
|
|
49
49
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
50
50
|
__epPropKey: true;
|
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
export declare const VftDropdown: import("vft/es/utils").SFCWithInstall<{
|
|
2
2
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
3
|
+
size: {
|
|
4
|
+
type: import("vue").PropType<string>;
|
|
5
|
+
};
|
|
3
6
|
disabled: {
|
|
4
7
|
type: import("vue").PropType<boolean>;
|
|
5
8
|
default: boolean;
|
|
@@ -18,9 +21,6 @@ export declare const VftDropdown: import("vft/es/utils").SFCWithInstall<{
|
|
|
18
21
|
type: import("vue").PropType<string>;
|
|
19
22
|
default: string;
|
|
20
23
|
};
|
|
21
|
-
size: {
|
|
22
|
-
type: import("vue").PropType<string>;
|
|
23
|
-
};
|
|
24
24
|
placement: {
|
|
25
25
|
type: import("vue").PropType<import("@popperjs/core").Placement>;
|
|
26
26
|
default: string;
|
|
@@ -102,6 +102,9 @@ export declare const VftDropdown: import("vft/es/utils").SFCWithInstall<{
|
|
|
102
102
|
M: {};
|
|
103
103
|
Defaults: {};
|
|
104
104
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
105
|
+
size: {
|
|
106
|
+
type: import("vue").PropType<string>;
|
|
107
|
+
};
|
|
105
108
|
disabled: {
|
|
106
109
|
type: import("vue").PropType<boolean>;
|
|
107
110
|
default: boolean;
|
|
@@ -120,9 +123,6 @@ export declare const VftDropdown: import("vft/es/utils").SFCWithInstall<{
|
|
|
120
123
|
type: import("vue").PropType<string>;
|
|
121
124
|
default: string;
|
|
122
125
|
};
|
|
123
|
-
size: {
|
|
124
|
-
type: import("vue").PropType<string>;
|
|
125
|
-
};
|
|
126
126
|
placement: {
|
|
127
127
|
type: import("vue").PropType<import("@popperjs/core").Placement>;
|
|
128
128
|
default: string;
|
|
@@ -197,6 +197,9 @@ export declare const VftDropdown: import("vft/es/utils").SFCWithInstall<{
|
|
|
197
197
|
__isTeleport?: never;
|
|
198
198
|
__isSuspense?: never;
|
|
199
199
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
200
|
+
size: {
|
|
201
|
+
type: import("vue").PropType<string>;
|
|
202
|
+
};
|
|
200
203
|
disabled: {
|
|
201
204
|
type: import("vue").PropType<boolean>;
|
|
202
205
|
default: boolean;
|
|
@@ -215,9 +218,6 @@ export declare const VftDropdown: import("vft/es/utils").SFCWithInstall<{
|
|
|
215
218
|
type: import("vue").PropType<string>;
|
|
216
219
|
default: string;
|
|
217
220
|
};
|
|
218
|
-
size: {
|
|
219
|
-
type: import("vue").PropType<string>;
|
|
220
|
-
};
|
|
221
221
|
placement: {
|
|
222
222
|
type: import("vue").PropType<import("@popperjs/core").Placement>;
|
|
223
223
|
default: string;
|
|
@@ -194,6 +194,9 @@ export declare const VftForm: import("vft/es/utils").SFCWithInstall<{
|
|
|
194
194
|
})> & {
|
|
195
195
|
FormItem: {
|
|
196
196
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
197
|
+
size: {
|
|
198
|
+
type: import("vue").PropType<import("vft/es/constants").ComponentSize>;
|
|
199
|
+
};
|
|
197
200
|
label: {
|
|
198
201
|
type: import("vue").PropType<string>;
|
|
199
202
|
};
|
|
@@ -203,9 +206,6 @@ export declare const VftForm: import("vft/es/utils").SFCWithInstall<{
|
|
|
203
206
|
prop: {
|
|
204
207
|
type: import("vue").PropType<string | string[]>;
|
|
205
208
|
};
|
|
206
|
-
size: {
|
|
207
|
-
type: import("vue").PropType<import("vft/es/constants").ComponentSize>;
|
|
208
|
-
};
|
|
209
209
|
required: {
|
|
210
210
|
type: import("vue").PropType<boolean>;
|
|
211
211
|
default: undefined;
|
|
@@ -266,6 +266,9 @@ export declare const VftForm: import("vft/es/utils").SFCWithInstall<{
|
|
|
266
266
|
M: {};
|
|
267
267
|
Defaults: {};
|
|
268
268
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
269
|
+
size: {
|
|
270
|
+
type: import("vue").PropType<import("vft/es/constants").ComponentSize>;
|
|
271
|
+
};
|
|
269
272
|
label: {
|
|
270
273
|
type: import("vue").PropType<string>;
|
|
271
274
|
};
|
|
@@ -275,9 +278,6 @@ export declare const VftForm: import("vft/es/utils").SFCWithInstall<{
|
|
|
275
278
|
prop: {
|
|
276
279
|
type: import("vue").PropType<string | string[]>;
|
|
277
280
|
};
|
|
278
|
-
size: {
|
|
279
|
-
type: import("vue").PropType<import("vft/es/constants").ComponentSize>;
|
|
280
|
-
};
|
|
281
281
|
required: {
|
|
282
282
|
type: import("vue").PropType<boolean>;
|
|
283
283
|
default: undefined;
|
|
@@ -333,6 +333,9 @@ export declare const VftForm: import("vft/es/utils").SFCWithInstall<{
|
|
|
333
333
|
__isTeleport?: never;
|
|
334
334
|
__isSuspense?: never;
|
|
335
335
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
336
|
+
size: {
|
|
337
|
+
type: import("vue").PropType<import("vft/es/constants").ComponentSize>;
|
|
338
|
+
};
|
|
336
339
|
label: {
|
|
337
340
|
type: import("vue").PropType<string>;
|
|
338
341
|
};
|
|
@@ -342,9 +345,6 @@ export declare const VftForm: import("vft/es/utils").SFCWithInstall<{
|
|
|
342
345
|
prop: {
|
|
343
346
|
type: import("vue").PropType<string | string[]>;
|
|
344
347
|
};
|
|
345
|
-
size: {
|
|
346
|
-
type: import("vue").PropType<import("vft/es/constants").ComponentSize>;
|
|
347
|
-
};
|
|
348
348
|
required: {
|
|
349
349
|
type: import("vue").PropType<boolean>;
|
|
350
350
|
default: undefined;
|
|
@@ -411,6 +411,9 @@ export declare const VftForm: import("vft/es/utils").SFCWithInstall<{
|
|
|
411
411
|
};
|
|
412
412
|
export declare const VftFormItem: import("vft/es/utils").SFCWithInstall<{
|
|
413
413
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
414
|
+
size: {
|
|
415
|
+
type: import("vue").PropType<import("vft/es/constants").ComponentSize>;
|
|
416
|
+
};
|
|
414
417
|
label: {
|
|
415
418
|
type: import("vue").PropType<string>;
|
|
416
419
|
};
|
|
@@ -420,9 +423,6 @@ export declare const VftFormItem: import("vft/es/utils").SFCWithInstall<{
|
|
|
420
423
|
prop: {
|
|
421
424
|
type: import("vue").PropType<string | string[]>;
|
|
422
425
|
};
|
|
423
|
-
size: {
|
|
424
|
-
type: import("vue").PropType<import("vft/es/constants").ComponentSize>;
|
|
425
|
-
};
|
|
426
426
|
required: {
|
|
427
427
|
type: import("vue").PropType<boolean>;
|
|
428
428
|
default: undefined;
|
|
@@ -483,6 +483,9 @@ export declare const VftFormItem: import("vft/es/utils").SFCWithInstall<{
|
|
|
483
483
|
M: {};
|
|
484
484
|
Defaults: {};
|
|
485
485
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
486
|
+
size: {
|
|
487
|
+
type: import("vue").PropType<import("vft/es/constants").ComponentSize>;
|
|
488
|
+
};
|
|
486
489
|
label: {
|
|
487
490
|
type: import("vue").PropType<string>;
|
|
488
491
|
};
|
|
@@ -492,9 +495,6 @@ export declare const VftFormItem: import("vft/es/utils").SFCWithInstall<{
|
|
|
492
495
|
prop: {
|
|
493
496
|
type: import("vue").PropType<string | string[]>;
|
|
494
497
|
};
|
|
495
|
-
size: {
|
|
496
|
-
type: import("vue").PropType<import("vft/es/constants").ComponentSize>;
|
|
497
|
-
};
|
|
498
498
|
required: {
|
|
499
499
|
type: import("vue").PropType<boolean>;
|
|
500
500
|
default: undefined;
|
|
@@ -550,6 +550,9 @@ export declare const VftFormItem: import("vft/es/utils").SFCWithInstall<{
|
|
|
550
550
|
__isTeleport?: never;
|
|
551
551
|
__isSuspense?: never;
|
|
552
552
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
553
|
+
size: {
|
|
554
|
+
type: import("vue").PropType<import("vft/es/constants").ComponentSize>;
|
|
555
|
+
};
|
|
553
556
|
label: {
|
|
554
557
|
type: import("vue").PropType<string>;
|
|
555
558
|
};
|
|
@@ -559,9 +562,6 @@ export declare const VftFormItem: import("vft/es/utils").SFCWithInstall<{
|
|
|
559
562
|
prop: {
|
|
560
563
|
type: import("vue").PropType<string | string[]>;
|
|
561
564
|
};
|
|
562
|
-
size: {
|
|
563
|
-
type: import("vue").PropType<import("vft/es/constants").ComponentSize>;
|
|
564
|
-
};
|
|
565
565
|
required: {
|
|
566
566
|
type: import("vue").PropType<boolean>;
|
|
567
567
|
default: undefined;
|
package/es/components/index.js
CHANGED
|
@@ -2,9 +2,9 @@ import { VftAlert as t } from "./alert/index.js";
|
|
|
2
2
|
import { VftAvatar as p } from "./avatar/index.js";
|
|
3
3
|
import { VftAvatarStack as a } from "./avatar-stack/index.js";
|
|
4
4
|
import { VftBacktop as i } from "./backtop/index.js";
|
|
5
|
-
import { VftButton as
|
|
5
|
+
import { VftButton as n, VftButtonGroup as V } from "./button/index.js";
|
|
6
6
|
import { VftCard as u } from "./card/index.js";
|
|
7
|
-
import { VftCascader as
|
|
7
|
+
import { VftCascader as c } from "./cascader/index.js";
|
|
8
8
|
import { VftCascaderPanel as E } from "./cascader-panel/index.js";
|
|
9
9
|
import { VftCheckTag as I } from "./check-tag/index.js";
|
|
10
10
|
import { VftCheckbox as g, VftCheckboxButton as D, VftCheckboxGroup as _ } from "./checkbox/index.js";
|
|
@@ -25,9 +25,9 @@ import { VftDateTimeSelect as ro } from "./date-time-select/index.js";
|
|
|
25
25
|
import { VftDescriptions as to, VftDescriptionsItem as fo } from "./descriptions/index.js";
|
|
26
26
|
import { VftDialog as mo } from "./dialog/index.js";
|
|
27
27
|
import { VftDivider as xo } from "./divider/index.js";
|
|
28
|
-
import { VftDrawer as
|
|
28
|
+
import { VftDrawer as so } from "./drawer/index.js";
|
|
29
29
|
import { VftDropdown as Vo, VftDropdownItem as lo, VftDropdownMenu as uo } from "./dropdown/index.js";
|
|
30
|
-
import { VftEmpty as
|
|
30
|
+
import { VftEmpty as Co } from "./empty/index.js";
|
|
31
31
|
import { VftFooterLayout as To } from "./footer-layout/index.js";
|
|
32
32
|
import { VftForm as Po, VftFormItem as go } from "./form/index.js";
|
|
33
33
|
import { VftFullScreen as _o } from "./full-screen/index.js";
|
|
@@ -49,10 +49,10 @@ import { VftOverlay as tr } from "./overlay/index.js";
|
|
|
49
49
|
import { VftPageWrapper as pr } from "./page-wrapper/index.js";
|
|
50
50
|
import { VftPagination as ar } from "./pagination/index.js";
|
|
51
51
|
import { VftPopconfirm as ir } from "./popconfirm/index.js";
|
|
52
|
-
import { VftPopover as
|
|
52
|
+
import { VftPopover as nr } from "./popover/index.js";
|
|
53
53
|
import { VftPopper as lr } from "./popper/index.js";
|
|
54
54
|
import { VftQrcode as dr } from "./qrcode/index.js";
|
|
55
|
-
import { VftRadio as
|
|
55
|
+
import { VftRadio as Cr, VftRadioButton as Er, VftRadioGroup as Tr } from "./radio/index.js";
|
|
56
56
|
import { VftResult as Pr } from "./result/index.js";
|
|
57
57
|
import { VftRouterViewContent as Dr } from "./router-view-content/index.js";
|
|
58
58
|
import { VftRow as Sr } from "./row/index.js";
|
|
@@ -73,10 +73,10 @@ import { VftTooltip as ee } from "./tooltip/index.js";
|
|
|
73
73
|
import { VftTree as fe } from "./tree/index.js";
|
|
74
74
|
import { VftVerifyCode as me } from "./verify-code/index.js";
|
|
75
75
|
import { default as xe } from "./virtual-list/components/fixed-size-list.js";
|
|
76
|
-
import { default as
|
|
76
|
+
import { default as se } from "./virtual-list/components/dynamic-size-list.js";
|
|
77
77
|
import { default as Ve } from "./virtual-list/components/fixed-size-grid.js";
|
|
78
78
|
import { default as ue } from "./virtual-list/components/dynamic-size-grid.js";
|
|
79
|
-
import { virtualizedGridProps as
|
|
79
|
+
import { virtualizedGridProps as ce, virtualizedListProps as Ce, virtualizedProps as Ee, virtualizedScrollbarProps as Te } from "./virtual-list/props.js";
|
|
80
80
|
import { VftAutocomplete as Pe } from "./autocomplete/index.js";
|
|
81
81
|
import { VftBreadcrumb as De, VftBreadcrumbItem as _e } from "./breadcrumb/index.js";
|
|
82
82
|
import { VftCarousel as Me, VftCarouselItem as Fe } from "./carousel/index.js";
|
|
@@ -97,9 +97,9 @@ import { VftMdComment as tt } from "./md-comment/index.js";
|
|
|
97
97
|
import { VftMdContainer as pt } from "./md-container/index.js";
|
|
98
98
|
import { VftMdTabs as at } from "./md-tabs/index.js";
|
|
99
99
|
import { VftMdVuePlayground as it } from "./md-vue-playground/index.js";
|
|
100
|
-
import { VftInfiniteScroll as
|
|
100
|
+
import { VftInfiniteScroll as nt } from "./infinite-scroll/index.js";
|
|
101
101
|
import { VftLoading as lt } from "./loading/index.js";
|
|
102
|
-
import { VftMessage as dt, VftMessage as
|
|
102
|
+
import { VftMessage as dt, VftMessage as ct } from "./message/index.js";
|
|
103
103
|
import { VftProgressI as Et } from "./progress-i/index.js";
|
|
104
104
|
import { VftSuperForm as It } from "./super-form/index.js";
|
|
105
105
|
import { default as gt } from "./popper/arrow.vue2.js";
|
|
@@ -118,10 +118,10 @@ import { ROOT_PICKER_INJECTION_KEY as of, ROOT_PICKER_IS_DEFAULT_FORMAT_INJECTIO
|
|
|
118
118
|
import { datePickerProps as tf } from "./date-picker/props/date-picker.js";
|
|
119
119
|
import { dialogInjectionKey as pf } from "./dialog/constants.js";
|
|
120
120
|
import { useDialog as af } from "./dialog/hooks/use-dialog.js";
|
|
121
|
-
import { DROPDOWN_INJECTION_KEY as
|
|
121
|
+
import { DROPDOWN_INJECTION_KEY as sf } from "./dropdown/tokens.js";
|
|
122
122
|
import { EmptyEnum as Vf } from "./empty/constants.js";
|
|
123
123
|
import { formContextKey as uf, formItemContextKey as df } from "./form/constants.js";
|
|
124
|
-
import { useDisabled as
|
|
124
|
+
import { useDisabled as Cf, useFormDisabled as Ef, useFormSize as Tf, useSize as If } from "./form/hooks/use-form-common-props.js";
|
|
125
125
|
import { useFormItem as gf, useFormItemInputId as Df } from "./form/hooks/use-form-item.js";
|
|
126
126
|
import { MenuTypeEnum as Sf } from "./horizontal-menu/constants.js";
|
|
127
127
|
import { initAffixTabs as Ff, useTabsDrag as yf } from "./multiple-tabs/use/use-multiple-tabs.js";
|
|
@@ -137,8 +137,8 @@ import { sliderContextKey as Xf } from "./slider/constants.js";
|
|
|
137
137
|
import { sliderEmits as $f } from "./slider/slider.js";
|
|
138
138
|
import { spaceProps as rp } from "./space/space.js";
|
|
139
139
|
import { useSpace as tp } from "./space/use-space.js";
|
|
140
|
-
import { ACTION_FIELD as pp, CHECKED_FIELD as mp, CREATE_TIME_FIELD as ap, DATE_FIELD as xp, DATE_TIME_FIELD as ip, ID_FIELD as
|
|
141
|
-
import { useTable as
|
|
140
|
+
import { ACTION_FIELD as pp, CHECKED_FIELD as mp, CREATE_TIME_FIELD as ap, DATE_FIELD as xp, DATE_TIME_FIELD as ip, ID_FIELD as sp, NAME_FIELD as np, SEQ_FIELD as Vp, STATUS_FIELD as lp, UPDATE_TIME_FIELD as up } from "./table/field.js";
|
|
141
|
+
import { useTable as cp } from "./table/use/use-table.js";
|
|
142
142
|
import { addRequire as Ep, removeRequire as Tp, selectMapping as Ip } from "./table/utils.js";
|
|
143
143
|
import { TabsRootContextKey as gp } from "./tabs/types.js";
|
|
144
144
|
import { timePickerDefaultProps as _p, timePickerRangeTriggerProps as Sp, timePickerRngeTriggerProps as Mp } from "./time-picker/common/props.js";
|
|
@@ -151,9 +151,9 @@ import { breadcrumbKey as $p } from "./breadcrumb/constants.js";
|
|
|
151
151
|
import { CAROUSEL_ITEM_NAME as rm, carouselContextKey as em } from "./carousel/constants.js";
|
|
152
152
|
import { collapseEmits as fm, collapseProps as pm, emitChangeFn as mm } from "./collapse/collapse.js";
|
|
153
153
|
import { collapseItemProps as xm } from "./collapse/collapse-item.js";
|
|
154
|
-
import { collapseContextKey as
|
|
154
|
+
import { collapseContextKey as sm } from "./collapse/constants.js";
|
|
155
155
|
import { countdownEmits as Vm, countdownProps as lm } from "./countdown/countdown.js";
|
|
156
|
-
import { inputTagEmits as dm, inputTagProps as
|
|
156
|
+
import { inputTagEmits as dm, inputTagProps as cm } from "./input-tag/input-tag.js";
|
|
157
157
|
import { useModal as Em, useModalInner as Tm } from "./modal/use/use-modal.js";
|
|
158
158
|
import { defaultProps as Pm, segmentedEmits as gm, segmentedProps as Dm } from "./segmented/segmented.js";
|
|
159
159
|
import { LEFT_CHECK_CHANGE_EVENT as Sm, RIGHT_CHECK_CHANGE_EVENT as Mm, transferCheckedChangeFn as Fm, transferEmits as ym, transferProps as Am } from "./transfer/transfer.js";
|
|
@@ -162,8 +162,8 @@ import { watermarkProps as Nm } from "./watermark/watermark.js";
|
|
|
162
162
|
import { vLoading as km, createLoadingDirective as vm, vLoading as Gm } from "./loading/directive.js";
|
|
163
163
|
import { Loading as hm } from "./loading/service.js";
|
|
164
164
|
import { messageDefaults as Hm, messageTypes as Bm } from "./message/types.js";
|
|
165
|
-
import {
|
|
166
|
-
import { getDynamicProps as
|
|
165
|
+
import { isDatePicker as Jm, isInput as Ym, isRangePicker as qm } from "./super-form/component-map.js";
|
|
166
|
+
import { getDynamicProps as jm, useForm as Qm } from "./super-form/use/use-form.js";
|
|
167
167
|
export {
|
|
168
168
|
pp as ACTION_FIELD,
|
|
169
169
|
Jf as BAR_MAP,
|
|
@@ -178,19 +178,19 @@ export {
|
|
|
178
178
|
yp as DEFAULT_FORMATS_DATE,
|
|
179
179
|
Ap as DEFAULT_FORMATS_DATEPICKER,
|
|
180
180
|
Lp as DEFAULT_FORMATS_TIME,
|
|
181
|
-
|
|
181
|
+
sf as DROPDOWN_INJECTION_KEY,
|
|
182
182
|
ht as DefaultProps,
|
|
183
183
|
ue as DynamicSizeGrid,
|
|
184
|
-
|
|
184
|
+
se as DynamicSizeList,
|
|
185
185
|
Vf as EmptyEnum,
|
|
186
186
|
Ve as FixedSizeGrid,
|
|
187
187
|
xe as FixedSizeList,
|
|
188
188
|
Yf as GAP,
|
|
189
|
-
|
|
189
|
+
sp as ID_FIELD,
|
|
190
190
|
Sm as LEFT_CHECK_CHANGE_EVENT,
|
|
191
191
|
Sf as MenuTypeEnum,
|
|
192
192
|
dt as Message,
|
|
193
|
-
|
|
193
|
+
np as NAME_FIELD,
|
|
194
194
|
Kp as PICKER_BASE_INJECTION_KEY,
|
|
195
195
|
bp as PICKER_POPPER_OPTIONS_INJECTION_KEY,
|
|
196
196
|
Mm as RIGHT_CHECK_CHANGE_EVENT,
|
|
@@ -210,12 +210,12 @@ export {
|
|
|
210
210
|
i as VftBacktop,
|
|
211
211
|
De as VftBreadcrumb,
|
|
212
212
|
_e as VftBreadcrumbItem,
|
|
213
|
-
|
|
213
|
+
n as VftButton,
|
|
214
214
|
V as VftButtonGroup,
|
|
215
215
|
u as VftCard,
|
|
216
216
|
Me as VftCarousel,
|
|
217
217
|
Fe as VftCarouselItem,
|
|
218
|
-
|
|
218
|
+
c as VftCascader,
|
|
219
219
|
E as VftCascaderPanel,
|
|
220
220
|
I as VftCheckTag,
|
|
221
221
|
g as VftCheckbox,
|
|
@@ -238,11 +238,11 @@ export {
|
|
|
238
238
|
fo as VftDescriptionsItem,
|
|
239
239
|
mo as VftDialog,
|
|
240
240
|
xo as VftDivider,
|
|
241
|
-
|
|
241
|
+
so as VftDrawer,
|
|
242
242
|
Vo as VftDropdown,
|
|
243
243
|
lo as VftDropdownItem,
|
|
244
244
|
uo as VftDropdownMenu,
|
|
245
|
-
|
|
245
|
+
Co as VftEmpty,
|
|
246
246
|
H as VftFooter,
|
|
247
247
|
To as VftFooterLayout,
|
|
248
248
|
Po as VftForm,
|
|
@@ -256,7 +256,7 @@ export {
|
|
|
256
256
|
bo as VftIframeLayout,
|
|
257
257
|
No as VftImage,
|
|
258
258
|
ko as VftImageViewer,
|
|
259
|
-
|
|
259
|
+
nt as VftInfiniteScroll,
|
|
260
260
|
Go as VftInput,
|
|
261
261
|
ho as VftInputNumber,
|
|
262
262
|
Ne as VftInputTag,
|
|
@@ -276,7 +276,7 @@ export {
|
|
|
276
276
|
Wo as VftMenu,
|
|
277
277
|
jo as VftMenuItem,
|
|
278
278
|
Qo as VftMenuItemGroup,
|
|
279
|
-
|
|
279
|
+
ct as VftMessage,
|
|
280
280
|
ke as VftModal,
|
|
281
281
|
$o as VftMultipleTabs,
|
|
282
282
|
rr as VftNotification,
|
|
@@ -284,7 +284,7 @@ export {
|
|
|
284
284
|
pr as VftPageWrapper,
|
|
285
285
|
ar as VftPagination,
|
|
286
286
|
ir as VftPopconfirm,
|
|
287
|
-
|
|
287
|
+
nr as VftPopover,
|
|
288
288
|
lr as VftPopper,
|
|
289
289
|
gt as VftPopperArrow,
|
|
290
290
|
_t as VftPopperContent,
|
|
@@ -292,7 +292,7 @@ export {
|
|
|
292
292
|
Ge as VftProgress,
|
|
293
293
|
Et as VftProgressI,
|
|
294
294
|
dr as VftQrcode,
|
|
295
|
-
|
|
295
|
+
Cr as VftRadio,
|
|
296
296
|
Er as VftRadioButton,
|
|
297
297
|
Tr as VftRadioGroup,
|
|
298
298
|
Pr as VftResult,
|
|
@@ -336,8 +336,7 @@ export {
|
|
|
336
336
|
Ht as cascaderPanelProps,
|
|
337
337
|
Ot as cascaderProps,
|
|
338
338
|
Jt as checkboxGroupContextKey,
|
|
339
|
-
|
|
340
|
-
nm as collapseContextKey,
|
|
339
|
+
sm as collapseContextKey,
|
|
341
340
|
fm as collapseEmits,
|
|
342
341
|
xm as collapseItemProps,
|
|
343
342
|
pm as collapseProps,
|
|
@@ -361,16 +360,13 @@ export {
|
|
|
361
360
|
hp as formatter,
|
|
362
361
|
Km as genFileId,
|
|
363
362
|
Wp as getChildState,
|
|
364
|
-
|
|
365
|
-
ea as getDynamicProps,
|
|
366
|
-
qm as getRegisteredComponents,
|
|
367
|
-
Wm as hasComponent,
|
|
363
|
+
jm as getDynamicProps,
|
|
368
364
|
Ff as initAffixTabs,
|
|
369
365
|
dm as inputTagEmits,
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
366
|
+
cm as inputTagProps,
|
|
367
|
+
Jm as isDatePicker,
|
|
368
|
+
Ym as isInput,
|
|
369
|
+
qm as isRangePicker,
|
|
374
370
|
zp as makeList,
|
|
375
371
|
Wt as messageConfig,
|
|
376
372
|
Hm as messageDefaults,
|
|
@@ -382,9 +378,6 @@ export {
|
|
|
382
378
|
Qt as provideGlobalConfig,
|
|
383
379
|
wf as radioGroupKey,
|
|
384
380
|
Bp as rangeArr,
|
|
385
|
-
Zm as registerComponent,
|
|
386
|
-
$m as registerComponents,
|
|
387
|
-
oa as removeComponent,
|
|
388
381
|
Tp as removeRequire,
|
|
389
382
|
qf as renderThumbStyle,
|
|
390
383
|
zf as rowContextKey,
|
|
@@ -407,9 +400,9 @@ export {
|
|
|
407
400
|
Bt as useCascaderConfig,
|
|
408
401
|
X as useContextMenu,
|
|
409
402
|
af as useDialog,
|
|
410
|
-
|
|
403
|
+
Cf as useDisabled,
|
|
411
404
|
Xp as useDragNodeHandler,
|
|
412
|
-
|
|
405
|
+
Qm as useForm,
|
|
413
406
|
Ef as useFormDisabled,
|
|
414
407
|
gf as useFormItem,
|
|
415
408
|
Df as useFormItemInputId,
|
|
@@ -422,13 +415,13 @@ export {
|
|
|
422
415
|
If as useSize,
|
|
423
416
|
tp as useSpace,
|
|
424
417
|
Lf as useTabDropdown,
|
|
425
|
-
|
|
418
|
+
cp as useTable,
|
|
426
419
|
yf as useTabsDrag,
|
|
427
420
|
Gm as vLoading,
|
|
428
421
|
Up as valueEquals,
|
|
429
422
|
vf as vftPaginationKey,
|
|
430
|
-
|
|
431
|
-
|
|
423
|
+
ce as virtualizedGridProps,
|
|
424
|
+
Ce as virtualizedListProps,
|
|
432
425
|
Ee as virtualizedProps,
|
|
433
426
|
Te as virtualizedScrollbarProps,
|
|
434
427
|
Nm as watermarkProps
|
|
@@ -78,9 +78,9 @@ export declare const VftInput: import("vft/es/utils").SFCWithInstall<{
|
|
|
78
78
|
};
|
|
79
79
|
}>> & Readonly<{
|
|
80
80
|
onInput?: ((value: string) => any) | undefined;
|
|
81
|
+
onClear?: (() => any) | undefined;
|
|
81
82
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
82
83
|
onChange?: ((value: string) => any) | undefined;
|
|
83
|
-
onClear?: (() => any) | undefined;
|
|
84
84
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
85
85
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
86
86
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -108,9 +108,9 @@ export declare const VftInput: import("vft/es/utils").SFCWithInstall<{
|
|
|
108
108
|
resizeTextarea: () => void;
|
|
109
109
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
110
110
|
input: (value: string) => void;
|
|
111
|
+
clear: () => void;
|
|
111
112
|
"update:modelValue": (value: string) => void;
|
|
112
113
|
change: (value: string) => void;
|
|
113
|
-
clear: () => void;
|
|
114
114
|
blur: (evt: FocusEvent) => void;
|
|
115
115
|
compositionend: (evt: CompositionEvent) => void;
|
|
116
116
|
compositionstart: (evt: CompositionEvent) => void;
|
|
@@ -207,9 +207,9 @@ export declare const VftInput: import("vft/es/utils").SFCWithInstall<{
|
|
|
207
207
|
};
|
|
208
208
|
}>> & Readonly<{
|
|
209
209
|
onInput?: ((value: string) => any) | undefined;
|
|
210
|
+
onClear?: (() => any) | undefined;
|
|
210
211
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
211
212
|
onChange?: ((value: string) => any) | undefined;
|
|
212
|
-
onClear?: (() => any) | undefined;
|
|
213
213
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
214
214
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
215
215
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -317,9 +317,9 @@ export declare const VftInput: import("vft/es/utils").SFCWithInstall<{
|
|
|
317
317
|
};
|
|
318
318
|
}>> & Readonly<{
|
|
319
319
|
onInput?: ((value: string) => any) | undefined;
|
|
320
|
+
onClear?: (() => any) | undefined;
|
|
320
321
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
321
322
|
onChange?: ((value: string) => any) | undefined;
|
|
322
|
-
onClear?: (() => any) | undefined;
|
|
323
323
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
324
324
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
325
325
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -347,9 +347,9 @@ export declare const VftInput: import("vft/es/utils").SFCWithInstall<{
|
|
|
347
347
|
resizeTextarea: () => void;
|
|
348
348
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
349
349
|
input: (value: string) => void;
|
|
350
|
+
clear: () => void;
|
|
350
351
|
"update:modelValue": (value: string) => void;
|
|
351
352
|
change: (value: string) => void;
|
|
352
|
-
clear: () => void;
|
|
353
353
|
blur: (evt: FocusEvent) => void;
|
|
354
354
|
compositionend: (evt: CompositionEvent) => void;
|
|
355
355
|
compositionstart: (evt: CompositionEvent) => void;
|