vft 0.0.133 → 0.0.136
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.css +1 -1
- package/es/components/autocomplete/autocomplete.vue.d.ts +2 -2
- package/es/components/autocomplete/index.d.ts +8 -8
- package/es/components/backtop/backtop.vue2.js +3 -2
- package/es/components/card/card.vue.d.ts +2 -2
- package/es/components/card/index.d.ts +4 -4
- package/es/components/carousel/carousel.vue.d.ts +12 -12
- package/es/components/carousel/index.d.ts +21 -21
- package/es/components/checkbox/checkbox.vue.d.ts +8 -8
- package/es/components/checkbox/index.d.ts +19 -19
- package/es/components/context-menu/context-menu.vue2.js +3 -2
- package/es/components/date-picker/date-picker.d.ts +1 -1
- package/es/components/date-picker/index.d.ts +2 -2
- package/es/components/descriptions/index.d.ts +2 -2
- package/es/components/dialog/index.d.ts +1 -1
- package/es/components/drawer/index.d.ts +1 -1
- package/es/components/dropdown/dropdown.vue.d.ts +9 -9
- package/es/components/dropdown/index.d.ts +15 -15
- package/es/components/footer-layout/footer-layout.vue2.js +3 -2
- package/es/components/header-layout/header-layout.vue2.js +3 -2
- package/es/components/horizontal-menu/horizontal-menu.vue.d.ts +10 -1
- package/es/components/horizontal-menu/horizontal-menu.vue2.js +79 -75
- package/es/components/horizontal-menu/index.d.ts +8 -0
- package/es/components/image/index.d.ts +1 -1
- package/es/components/image-viewer/index.d.ts +2 -2
- package/es/components/index.d.ts +1 -0
- package/es/components/index.js +164 -162
- package/es/components/infinite-scroll/index.d.ts +26 -0
- package/es/components/infinite-scroll/index.js +10 -0
- package/es/components/infinite-scroll/infinite-scroll.d.ts +20 -0
- package/es/components/infinite-scroll/infinite-scroll.js +92 -0
- package/es/components/infinite-scroll/style/css.d.ts +0 -0
- package/es/components/infinite-scroll/style/css.js +2 -0
- package/es/components/infinite-scroll/style/index.d.ts +0 -0
- package/es/components/infinite-scroll/style/index.js +2 -0
- package/es/components/input/index.d.ts +6 -6
- package/es/components/input/input.vue.d.ts +1 -1
- package/es/components/md-container/md-container.vue2.js +3 -2
- package/es/components/menu/index.d.ts +2 -0
- package/es/components/menu/menu-item.vue2.js +21 -20
- package/es/components/menu/menu.vue.d.ts +2 -0
- package/es/components/menu/menu.vue2.js +58 -58
- package/es/components/menu/sub-menu.vue2.js +3 -2
- package/es/components/modal/modal-footer-action.vue2.js +3 -2
- package/es/components/multiple-tabs/multiple-tabs.vue2.js +3 -2
- package/es/components/popconfirm/index.d.ts +9 -9
- package/es/components/popconfirm/popconfirm.vue.d.ts +5 -5
- package/es/components/popover/index.d.ts +1 -1
- package/es/components/progress/index.d.ts +4 -4
- package/es/components/progress/progress.vue.d.ts +2 -2
- package/es/components/radio/index.d.ts +2 -2
- package/es/components/result/result.vue2.js +3 -2
- package/es/components/search/index.d.ts +4 -4
- package/es/components/search/search.vue.d.ts +1 -1
- package/es/components/select/defaults.d.ts +1 -1
- package/es/components/select/index.d.ts +14 -14
- package/es/components/select/select.vue.d.ts +7 -7
- package/es/components/select/useSelect.d.ts +1 -1
- package/es/components/side-menu/side-menu.vue2.js +3 -2
- package/es/components/slider/composables/use-slide.d.ts +2 -2
- package/es/components/super-form/component-map.js +11 -10
- package/es/components/super-form/super-form-action.vue2.js +3 -2
- package/es/components/super-form/super-form-item.vue2.js +35 -34
- package/es/components/super-form/super-form.vue2.js +14 -13
- package/es/components/table/field.js +19 -18
- package/es/components/table/index.d.ts +10 -10
- package/es/components/table/table.vue.d.ts +6 -6
- package/es/components/table/use/use-data-source.js +54 -52
- package/es/components/tabs/tab-nav.vue2.js +3 -2
- package/es/components/time-picker/common/picker.vue.d.ts +1 -1
- package/es/components/time-picker/index.d.ts +2 -2
- package/es/components/time-picker/time-picker.d.ts +1 -1
- package/es/components/time-select/time-select.vue.d.ts +2 -2
- package/es/components/tooltip/index.d.ts +1 -1
- package/es/components/upload/index.d.ts +15 -15
- package/es/components/upload/upload-content.vue.d.ts +9 -9
- package/es/components/upload/upload.vue.d.ts +9 -9
- package/es/index.js +279 -277
- package/es/package.json.js +1 -1
- package/es/plugin.js +5 -3
- package/lib/components/autocomplete/autocomplete.vue.d.ts +2 -2
- package/lib/components/autocomplete/index.d.ts +8 -8
- package/lib/components/backtop/backtop.vue2.cjs +1 -1
- package/lib/components/card/card.vue.d.ts +2 -2
- package/lib/components/card/index.d.ts +4 -4
- package/lib/components/carousel/carousel.vue.d.ts +12 -12
- package/lib/components/carousel/index.d.ts +21 -21
- package/lib/components/checkbox/checkbox.vue.d.ts +8 -8
- package/lib/components/checkbox/index.d.ts +19 -19
- package/lib/components/context-menu/context-menu.vue2.cjs +1 -1
- package/lib/components/date-picker/date-picker.d.ts +1 -1
- package/lib/components/date-picker/index.d.ts +2 -2
- package/lib/components/descriptions/index.d.ts +2 -2
- package/lib/components/dialog/index.d.ts +1 -1
- package/lib/components/drawer/index.d.ts +1 -1
- package/lib/components/dropdown/dropdown.vue.d.ts +9 -9
- package/lib/components/dropdown/index.d.ts +15 -15
- package/lib/components/footer-layout/footer-layout.vue2.cjs +1 -1
- package/lib/components/header-layout/header-layout.vue2.cjs +1 -1
- package/lib/components/horizontal-menu/horizontal-menu.vue.d.ts +10 -1
- package/lib/components/horizontal-menu/horizontal-menu.vue2.cjs +1 -1
- package/lib/components/horizontal-menu/index.d.ts +8 -0
- package/lib/components/image/index.d.ts +1 -1
- package/lib/components/image-viewer/index.d.ts +2 -2
- package/lib/components/index.cjs +1 -1
- package/lib/components/index.d.ts +1 -0
- package/lib/components/infinite-scroll/index.cjs +1 -0
- package/lib/components/infinite-scroll/index.d.ts +26 -0
- package/lib/components/infinite-scroll/infinite-scroll.cjs +1 -0
- package/lib/components/infinite-scroll/infinite-scroll.d.ts +20 -0
- package/lib/components/infinite-scroll/style/css.cjs +1 -0
- package/lib/components/infinite-scroll/style/css.d.ts +0 -0
- package/lib/components/infinite-scroll/style/index.cjs +1 -0
- package/lib/components/infinite-scroll/style/index.d.ts +0 -0
- package/lib/components/input/index.d.ts +6 -6
- package/lib/components/input/input.vue.d.ts +1 -1
- package/lib/components/md-container/md-container.vue2.cjs +1 -1
- package/lib/components/menu/index.d.ts +2 -0
- package/lib/components/menu/menu-item.vue2.cjs +1 -1
- package/lib/components/menu/menu.vue.d.ts +2 -0
- package/lib/components/menu/menu.vue2.cjs +1 -1
- package/lib/components/menu/sub-menu.vue2.cjs +1 -1
- package/lib/components/modal/modal-footer-action.vue2.cjs +1 -1
- package/lib/components/multiple-tabs/multiple-tabs.vue2.cjs +1 -1
- package/lib/components/popconfirm/index.d.ts +9 -9
- package/lib/components/popconfirm/popconfirm.vue.d.ts +5 -5
- package/lib/components/popover/index.d.ts +1 -1
- package/lib/components/progress/index.d.ts +4 -4
- package/lib/components/progress/progress.vue.d.ts +2 -2
- package/lib/components/radio/index.d.ts +2 -2
- package/lib/components/result/result.vue2.cjs +1 -1
- package/lib/components/search/index.d.ts +4 -4
- package/lib/components/search/search.vue.d.ts +1 -1
- package/lib/components/select/defaults.d.ts +1 -1
- package/lib/components/select/index.d.ts +14 -14
- package/lib/components/select/select.vue.d.ts +7 -7
- package/lib/components/select/useSelect.d.ts +1 -1
- package/lib/components/side-menu/side-menu.vue2.cjs +1 -1
- package/lib/components/slider/composables/use-slide.d.ts +2 -2
- package/lib/components/super-form/component-map.cjs +1 -1
- package/lib/components/super-form/super-form-action.vue2.cjs +1 -1
- package/lib/components/super-form/super-form-item.vue2.cjs +1 -1
- package/lib/components/super-form/super-form.vue2.cjs +1 -1
- package/lib/components/table/field.cjs +1 -1
- package/lib/components/table/index.d.ts +10 -10
- package/lib/components/table/table.vue.d.ts +6 -6
- package/lib/components/table/use/use-data-source.cjs +1 -1
- package/lib/components/tabs/tab-nav.vue2.cjs +1 -1
- package/lib/components/time-picker/common/picker.vue.d.ts +1 -1
- package/lib/components/time-picker/index.d.ts +2 -2
- package/lib/components/time-picker/time-picker.d.ts +1 -1
- package/lib/components/time-select/time-select.vue.d.ts +2 -2
- package/lib/components/tooltip/index.d.ts +1 -1
- package/lib/components/upload/index.d.ts +15 -15
- package/lib/components/upload/upload-content.vue.d.ts +9 -9
- package/lib/components/upload/upload.vue.d.ts +9 -9
- package/lib/index.cjs +1 -1
- package/lib/package.json.cjs +1 -1
- package/lib/plugin.cjs +1 -1
- package/package.json +4 -4
- package/theme-style/index.css +1 -1
- package/theme-style/src/common/var.scss +1 -1
- package/theme-style/src/image.scss +0 -4
- package/theme-style/src/table.scss +6 -0
- package/theme-style/vft-image.css +1 -1
- package/theme-style/vft-table.css +1 -1
- package/web-types.json +1 -1
|
@@ -92,6 +92,7 @@ import { useNamespace as M } from "../../hooks/use-namespace/index.js";
|
|
|
92
92
|
import "@popperjs/core";
|
|
93
93
|
import "../../hooks/use-z-index/index.js";
|
|
94
94
|
import "../message/index.js";
|
|
95
|
+
import "../infinite-scroll/index.js";
|
|
95
96
|
import { EVENT_CODE as k } from "@vft/constants";
|
|
96
97
|
import { TabsRootContextKey as ct } from "./types.js";
|
|
97
98
|
import ut from "./tab-bar.vue2.js";
|
|
@@ -100,7 +101,7 @@ const mt = (
|
|
|
100
101
|
M("tab-nav")
|
|
101
102
|
), ft = D({
|
|
102
103
|
name: "vft-tab-nav"
|
|
103
|
-
}),
|
|
104
|
+
}), ne = /* @__PURE__ */ D({
|
|
104
105
|
...ft,
|
|
105
106
|
props: {
|
|
106
107
|
panes: {},
|
|
@@ -259,5 +260,5 @@ const mt = (
|
|
|
259
260
|
}
|
|
260
261
|
});
|
|
261
262
|
export {
|
|
262
|
-
|
|
263
|
+
ne as default
|
|
263
264
|
};
|
|
@@ -201,11 +201,11 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
201
201
|
placeholder: string;
|
|
202
202
|
tabindex: import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
|
|
203
203
|
disabled: import("vft/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
204
|
-
validateEvent: import("vft/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
205
204
|
readonly: import("vft/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
206
205
|
clearable: import("vft/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
207
206
|
prefixIcon: import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown>;
|
|
208
207
|
clearIcon: import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown>;
|
|
208
|
+
validateEvent: import("vft/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
209
209
|
popperOptions: Partial<Options>;
|
|
210
210
|
popperClass: string;
|
|
211
211
|
editable: import("vft/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -177,11 +177,11 @@ declare const _TimePicker: import("vue").DefineComponent<{
|
|
|
177
177
|
placeholder: string;
|
|
178
178
|
tabindex: import("../../utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
|
|
179
179
|
disabled: import("../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
180
|
-
validateEvent: import("../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
181
180
|
readonly: import("../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
182
181
|
clearable: import("../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
183
182
|
prefixIcon: import("../../utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown>;
|
|
184
183
|
clearIcon: import("../../utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown>;
|
|
184
|
+
validateEvent: import("../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
185
185
|
popperOptions: Partial<import("@popperjs/core").Options>;
|
|
186
186
|
popperClass: string;
|
|
187
187
|
editable: import("../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -367,11 +367,11 @@ export declare const VftTimePicker: import("vue").DefineComponent<{
|
|
|
367
367
|
placeholder: string;
|
|
368
368
|
tabindex: import("../../utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
|
|
369
369
|
disabled: import("../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
370
|
-
validateEvent: import("../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
371
370
|
readonly: import("../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
372
371
|
clearable: import("../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
373
372
|
prefixIcon: import("../../utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown>;
|
|
374
373
|
clearIcon: import("../../utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown>;
|
|
374
|
+
validateEvent: import("../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
375
375
|
popperOptions: Partial<import("@popperjs/core").Options>;
|
|
376
376
|
popperClass: string;
|
|
377
377
|
editable: import("../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -178,11 +178,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
178
178
|
placeholder: string;
|
|
179
179
|
tabindex: import("../../utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
|
|
180
180
|
disabled: import("../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
181
|
-
validateEvent: import("../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
182
181
|
readonly: import("../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
183
182
|
clearable: import("../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
184
183
|
prefixIcon: import("../../utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown>;
|
|
185
184
|
clearIcon: import("../../utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown>;
|
|
185
|
+
validateEvent: import("../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
186
186
|
popperOptions: Partial<import("@popperjs/core").Options>;
|
|
187
187
|
popperClass: string;
|
|
188
188
|
editable: import("../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -73,10 +73,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
73
73
|
}, {
|
|
74
74
|
effect: string;
|
|
75
75
|
disabled: boolean;
|
|
76
|
-
|
|
76
|
+
clearable: import("../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
77
77
|
end: string;
|
|
78
78
|
start: string;
|
|
79
|
-
|
|
79
|
+
step: string;
|
|
80
80
|
format: string;
|
|
81
81
|
editable: import("../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
82
82
|
}, {}>;
|
|
@@ -74,7 +74,6 @@ export declare const VftTooltip: import("vft/es/utils").SFCWithInstall<{
|
|
|
74
74
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
75
75
|
readonly appendTo?: any;
|
|
76
76
|
readonly visible?: boolean | undefined;
|
|
77
|
-
readonly teleported?: boolean | undefined;
|
|
78
77
|
readonly className?: import("../types").ClassType | undefined;
|
|
79
78
|
readonly ariaLabel?: string | undefined;
|
|
80
79
|
readonly arrowOffset?: number | undefined;
|
|
@@ -95,6 +94,7 @@ export declare const VftTooltip: import("vft/es/utils").SFCWithInstall<{
|
|
|
95
94
|
readonly virtualRef?: import("..").Measurable | undefined;
|
|
96
95
|
readonly rawContent?: boolean | undefined;
|
|
97
96
|
readonly persistent?: boolean | undefined;
|
|
97
|
+
readonly teleported?: boolean | undefined;
|
|
98
98
|
onOpen?: ((...args: any[]) => any) | undefined;
|
|
99
99
|
readonly triggerKeys?: string[] | undefined;
|
|
100
100
|
readonly showArrow?: boolean | undefined;
|
|
@@ -8,8 +8,8 @@ export declare const VftUpload: import("vft/es/utils").SFCWithInstall<{
|
|
|
8
8
|
type?: string | undefined;
|
|
9
9
|
action?: string | undefined;
|
|
10
10
|
method?: string | undefined;
|
|
11
|
-
accept?: string | undefined;
|
|
12
11
|
multiple?: boolean | undefined;
|
|
12
|
+
accept?: string | undefined;
|
|
13
13
|
showFileList?: boolean | undefined;
|
|
14
14
|
fileList?: import("./types").UploadUserFile[] | undefined;
|
|
15
15
|
autoUpload?: boolean | undefined;
|
|
@@ -123,14 +123,14 @@ export declare const VftUpload: import("vft/es/utils").SFCWithInstall<{
|
|
|
123
123
|
type: import("vue").PropType<string>;
|
|
124
124
|
default: string;
|
|
125
125
|
};
|
|
126
|
-
accept: {
|
|
127
|
-
type: import("vue").PropType<string>;
|
|
128
|
-
default: string;
|
|
129
|
-
};
|
|
130
126
|
multiple: {
|
|
131
127
|
type: import("vue").PropType<boolean>;
|
|
132
128
|
default: boolean;
|
|
133
129
|
};
|
|
130
|
+
accept: {
|
|
131
|
+
type: import("vue").PropType<string>;
|
|
132
|
+
default: string;
|
|
133
|
+
};
|
|
134
134
|
headers: {
|
|
135
135
|
type: import("vue").PropType<Record<string, any> | Headers>;
|
|
136
136
|
};
|
|
@@ -190,8 +190,8 @@ export declare const VftUpload: import("vft/es/utils").SFCWithInstall<{
|
|
|
190
190
|
type: string;
|
|
191
191
|
action: string;
|
|
192
192
|
method: string;
|
|
193
|
-
accept: string;
|
|
194
193
|
multiple: boolean;
|
|
194
|
+
accept: string;
|
|
195
195
|
showFileList: boolean;
|
|
196
196
|
fileList: import("./types").UploadUserFile[];
|
|
197
197
|
autoUpload: boolean;
|
|
@@ -253,14 +253,14 @@ export declare const VftUpload: import("vft/es/utils").SFCWithInstall<{
|
|
|
253
253
|
type: import("vue").PropType<string>;
|
|
254
254
|
default: string;
|
|
255
255
|
};
|
|
256
|
-
accept: {
|
|
257
|
-
type: import("vue").PropType<string>;
|
|
258
|
-
default: string;
|
|
259
|
-
};
|
|
260
256
|
multiple: {
|
|
261
257
|
type: import("vue").PropType<boolean>;
|
|
262
258
|
default: boolean;
|
|
263
259
|
};
|
|
260
|
+
accept: {
|
|
261
|
+
type: import("vue").PropType<string>;
|
|
262
|
+
default: string;
|
|
263
|
+
};
|
|
264
264
|
headers: {
|
|
265
265
|
type: import("vue").PropType<Record<string, any> | Headers>;
|
|
266
266
|
};
|
|
@@ -354,14 +354,14 @@ export declare const VftUpload: import("vft/es/utils").SFCWithInstall<{
|
|
|
354
354
|
type: import("vue").PropType<string>;
|
|
355
355
|
default: string;
|
|
356
356
|
};
|
|
357
|
-
accept: {
|
|
358
|
-
type: import("vue").PropType<string>;
|
|
359
|
-
default: string;
|
|
360
|
-
};
|
|
361
357
|
multiple: {
|
|
362
358
|
type: import("vue").PropType<boolean>;
|
|
363
359
|
default: boolean;
|
|
364
360
|
};
|
|
361
|
+
accept: {
|
|
362
|
+
type: import("vue").PropType<string>;
|
|
363
|
+
default: string;
|
|
364
|
+
};
|
|
365
365
|
headers: {
|
|
366
366
|
type: import("vue").PropType<Record<string, any> | Headers>;
|
|
367
367
|
};
|
|
@@ -421,8 +421,8 @@ export declare const VftUpload: import("vft/es/utils").SFCWithInstall<{
|
|
|
421
421
|
type: string;
|
|
422
422
|
action: string;
|
|
423
423
|
method: string;
|
|
424
|
-
accept: string;
|
|
425
424
|
multiple: boolean;
|
|
425
|
+
accept: string;
|
|
426
426
|
showFileList: boolean;
|
|
427
427
|
fileList: import("./types").UploadUserFile[];
|
|
428
428
|
autoUpload: boolean;
|
|
@@ -32,14 +32,14 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
32
32
|
type: import("vue").PropType<string>;
|
|
33
33
|
default: string;
|
|
34
34
|
};
|
|
35
|
-
accept: {
|
|
36
|
-
type: import("vue").PropType<string>;
|
|
37
|
-
default: string;
|
|
38
|
-
};
|
|
39
35
|
multiple: {
|
|
40
36
|
type: import("vue").PropType<boolean>;
|
|
41
37
|
default: boolean;
|
|
42
38
|
};
|
|
39
|
+
accept: {
|
|
40
|
+
type: import("vue").PropType<string>;
|
|
41
|
+
default: string;
|
|
42
|
+
};
|
|
43
43
|
headers: {
|
|
44
44
|
type: import("vue").PropType<Record<string, any> | Headers>;
|
|
45
45
|
};
|
|
@@ -120,14 +120,14 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
120
120
|
type: import("vue").PropType<string>;
|
|
121
121
|
default: string;
|
|
122
122
|
};
|
|
123
|
-
accept: {
|
|
124
|
-
type: import("vue").PropType<string>;
|
|
125
|
-
default: string;
|
|
126
|
-
};
|
|
127
123
|
multiple: {
|
|
128
124
|
type: import("vue").PropType<boolean>;
|
|
129
125
|
default: boolean;
|
|
130
126
|
};
|
|
127
|
+
accept: {
|
|
128
|
+
type: import("vue").PropType<string>;
|
|
129
|
+
default: string;
|
|
130
|
+
};
|
|
131
131
|
headers: {
|
|
132
132
|
type: import("vue").PropType<Record<string, any> | Headers>;
|
|
133
133
|
};
|
|
@@ -178,8 +178,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
178
178
|
type: string;
|
|
179
179
|
action: string;
|
|
180
180
|
method: string;
|
|
181
|
-
accept: string;
|
|
182
181
|
multiple: boolean;
|
|
182
|
+
accept: string;
|
|
183
183
|
showFileList: boolean;
|
|
184
184
|
fileList: import("./types").UploadUserFile[];
|
|
185
185
|
autoUpload: boolean;
|
|
@@ -34,14 +34,14 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
34
34
|
type: import("vue").PropType<string>;
|
|
35
35
|
default: string;
|
|
36
36
|
};
|
|
37
|
-
accept: {
|
|
38
|
-
type: import("vue").PropType<string>;
|
|
39
|
-
default: string;
|
|
40
|
-
};
|
|
41
37
|
multiple: {
|
|
42
38
|
type: import("vue").PropType<boolean>;
|
|
43
39
|
default: boolean;
|
|
44
40
|
};
|
|
41
|
+
accept: {
|
|
42
|
+
type: import("vue").PropType<string>;
|
|
43
|
+
default: string;
|
|
44
|
+
};
|
|
45
45
|
headers: {
|
|
46
46
|
type: import("vue").PropType<Record<string, any> | Headers>;
|
|
47
47
|
};
|
|
@@ -136,14 +136,14 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
136
136
|
type: import("vue").PropType<string>;
|
|
137
137
|
default: string;
|
|
138
138
|
};
|
|
139
|
-
accept: {
|
|
140
|
-
type: import("vue").PropType<string>;
|
|
141
|
-
default: string;
|
|
142
|
-
};
|
|
143
139
|
multiple: {
|
|
144
140
|
type: import("vue").PropType<boolean>;
|
|
145
141
|
default: boolean;
|
|
146
142
|
};
|
|
143
|
+
accept: {
|
|
144
|
+
type: import("vue").PropType<string>;
|
|
145
|
+
default: string;
|
|
146
|
+
};
|
|
147
147
|
headers: {
|
|
148
148
|
type: import("vue").PropType<Record<string, any> | Headers>;
|
|
149
149
|
};
|
|
@@ -197,8 +197,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
197
197
|
type: string;
|
|
198
198
|
action: string;
|
|
199
199
|
method: string;
|
|
200
|
-
accept: string;
|
|
201
200
|
multiple: boolean;
|
|
201
|
+
accept: string;
|
|
202
202
|
showFileList: boolean;
|
|
203
203
|
fileList: import("./types").UploadUserFile[];
|
|
204
204
|
autoUpload: boolean;
|