@factoringplus/pl-components-pack-v3 1.2.22-pre-05 → 1.2.22-pre-06
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/README.md +17 -17
- package/dist/components/button/index.d.ts +54 -55
- package/dist/components/button/pl-button.vue.d.ts +11 -12
- package/dist/components/button/types/index.d.ts +1 -2
- package/dist/components/components.d.ts +12 -14
- package/dist/components/{deprecated/currency-input → currency-input}/index.d.ts +1 -2
- package/dist/components/entry.d.ts +87 -0
- package/dist/components/pl-autocomplete/components/pl-autocomplete-dropdown.vue.d.ts +12 -13
- package/dist/components/pl-autocomplete/components/pl-default.vue.d.ts +12 -13
- package/dist/components/pl-autocomplete/index.d.ts +1 -2
- package/dist/components/pl-autocomplete/pl-autocompete.vue.d.ts +19 -20
- package/dist/components/pl-autocomplete/types/index.d.ts +2 -3
- package/dist/components/pl-card/index.d.ts +1 -2
- package/dist/components/{deprecated/pl-checkbox → pl-checkbox}/index.d.ts +1 -2
- package/dist/components/pl-checkbox-plus/index.d.ts +1 -2
- package/dist/components/pl-checkbox-plus/pl-checkbox-plus.vue.d.ts +4 -4
- package/dist/components/{deprecated/pl-date-picker → pl-date-picker}/index.d.ts +1 -2
- package/dist/components/{deprecated/pl-date-picker-legacy → pl-date-picker-legacy}/index.d.ts +1 -2
- package/dist/components/pl-date-picker-plus/common/components/PlDatePickerRangeWrapper.vue.d.ts +15 -12
- package/dist/components/pl-date-picker-plus/common/components/PlDatePickerWrapper.vue.d.ts +13 -10
- package/dist/components/pl-date-picker-plus/common/types/index.d.ts +2 -2
- package/dist/components/pl-date-picker-plus/common/utils/wrapperFunctions.d.ts +4 -5
- package/dist/components/pl-date-picker-plus/index.d.ts +1 -2
- package/dist/components/pl-date-picker-plus/pl-date-picker-plus/pl-date-picker-plus.vue.d.ts +16 -17
- package/dist/components/pl-date-picker-plus/pl-date-picker-range-plus/pl-date-picker-range-plus.vue.d.ts +16 -17
- package/dist/components/pl-dialog/index.d.ts +1 -2
- package/dist/components/pl-dialog/pl-dialog-plus.vue.d.ts +15 -25
- package/dist/components/{deprecated/pl-dialog → pl-dialog}/pl-dialog.vue.d.ts +9 -9
- package/dist/components/pl-form/index.d.ts +1 -2
- package/dist/components/pl-form/pl-form.vue.d.ts +9 -10
- package/dist/components/{deprecated/pl-form-item → pl-form-item}/index.d.ts +1 -2
- package/dist/components/pl-icon/index.d.ts +2 -3
- package/dist/components/pl-icon/pl-icon.vue.d.ts +4 -5
- package/dist/components/pl-icon/types/index.d.ts +1 -2
- package/dist/components/{deprecated/pl-input → pl-input}/index.d.ts +1 -2
- package/dist/components/{deprecated/pl-input-native → pl-input-native}/index.d.ts +1 -2
- package/dist/components/pl-input-plus/components/pl-currency.vue.d.ts +10 -11
- package/dist/components/pl-input-plus/components/pl-default.vue.d.ts +16 -17
- package/dist/components/pl-input-plus/components/pl-password.vue.d.ts +10 -11
- package/dist/components/pl-input-plus/components/pl-textarea.vue.d.ts +10 -11
- package/dist/components/pl-input-plus/index.d.ts +1 -2
- package/dist/components/pl-input-plus/pl-input-plus.vue.d.ts +18 -19
- package/dist/components/pl-input-plus/types/index.d.ts +4 -5
- package/dist/components/pl-label/pl-label.vue.d.ts +3 -3
- package/dist/components/pl-link/index.d.ts +1 -2
- package/dist/components/pl-link/pl-link.vue.d.ts +7 -7
- package/dist/components/pl-mark-text/index.d.ts +1 -15
- package/dist/components/pl-multi-select/components/pl-default.vue.d.ts +12 -13
- package/dist/components/pl-multi-select/components/pl-multi-select-dropdown.vue.d.ts +11 -12
- package/dist/components/pl-multi-select/index.d.ts +1 -2
- package/dist/components/pl-multi-select/pl-multi-select.vue.d.ts +12 -13
- package/dist/components/pl-multi-select/types/index.d.ts +2 -3
- package/dist/components/pl-multitab/components/pl-tab-card.vue.d.ts +9 -10
- package/dist/components/pl-multitab/index.d.ts +1 -2
- package/dist/components/pl-multitab/pl-multitab.vue.d.ts +8 -9
- package/dist/components/pl-multitab/types/index.d.ts +1 -2
- package/dist/components/pl-option/index.d.ts +1 -2
- package/dist/components/pl-option/pl-option.vue.d.ts +5 -5
- package/dist/components/pl-radio/index.d.ts +1 -2
- package/dist/components/pl-radio/pl-radio.vue.d.ts +3 -3
- package/dist/components/pl-scrollbar/index.d.ts +1 -2
- package/dist/components/pl-scrollbar/pl-scrollbar.vue.d.ts +9 -9
- package/dist/components/{deprecated/pl-select → pl-select}/index.d.ts +1 -2
- package/dist/components/pl-select-plus/components/pl-default.vue.d.ts +13 -14
- package/dist/components/pl-select-plus/components/pl-select-dropdown.vue.d.ts +11 -12
- package/dist/components/pl-select-plus/index.d.ts +1 -2
- package/dist/components/pl-select-plus/pl-select-plus.vue.d.ts +14 -15
- package/dist/components/pl-select-plus/types/index.d.ts +2 -3
- package/dist/components/pl-skeleton/index.d.ts +1 -2
- package/dist/components/pl-skeleton/pl-skeleton.vue.d.ts +6 -6
- package/dist/components/pl-snackbar/index.d.ts +1 -2
- package/dist/components/pl-snackbar/pl-snackbar.vue.d.ts +14 -9
- package/dist/components/pl-snackbar/renderSnackbar.d.ts +1 -1
- package/dist/components/pl-snackbar/types.d.ts +9 -14
- package/dist/components/pl-stepper/index.d.ts +1 -2
- package/dist/components/{deprecated/pl-suggestions → pl-suggestions}/index.d.ts +1 -2
- package/dist/components/pl-switch/index.d.ts +1 -2
- package/dist/components/pl-switch/pl-switch.vue.d.ts +3 -3
- package/dist/components/pl-tab-pane/index.d.ts +1 -2
- package/dist/components/pl-tab-pane/pl-tab-pane.vue.d.ts +9 -10
- package/dist/components/pl-tab-pane/types/index.d.ts +1 -2
- package/dist/components/{deprecated/pl-table → pl-table}/index.d.ts +1 -2
- package/dist/components/pl-table-plus/components/row-mask.vue.d.ts +8 -8
- package/dist/components/pl-table-plus/index.d.ts +1 -2
- package/dist/components/pl-table-plus/pl-table-plus.vue.d.ts +13 -11
- package/dist/components/pl-tabs/components/pl-tab-counter.vue.d.ts +3 -3
- package/dist/components/pl-tabs/components/pl-tab.vue.d.ts +7 -8
- package/dist/components/pl-tabs/index.d.ts +1 -2
- package/dist/components/pl-tabs/pl-tabs.vue.d.ts +7 -7
- package/dist/components/pl-tags/pl-tags.vue.d.ts +7 -7
- package/dist/components/pl-text/components/pl-body1.vue.d.ts +4 -4
- package/dist/components/pl-text/components/pl-body2.vue.d.ts +4 -4
- package/dist/components/pl-text/components/pl-body3.vue.d.ts +4 -4
- package/dist/components/pl-text/components/pl-bodyu.vue.d.ts +4 -4
- package/dist/components/pl-text/components/pl-btn1.vue.d.ts +4 -4
- package/dist/components/pl-text/components/pl-btn2.vue.d.ts +4 -4
- package/dist/components/pl-text/components/pl-btn3.vue.d.ts +4 -4
- package/dist/components/pl-text/components/pl-cap.vue.d.ts +4 -4
- package/dist/components/pl-text/components/pl-h1.vue.d.ts +4 -4
- package/dist/components/pl-text/components/pl-h2.vue.d.ts +4 -4
- package/dist/components/pl-text/components/pl-h3.vue.d.ts +4 -4
- package/dist/components/pl-text/components/pl-h4.vue.d.ts +4 -4
- package/dist/components/pl-text/components/pl-sub1.vue.d.ts +3 -3
- package/dist/components/pl-text/components/pl-sub2.vue.d.ts +3 -3
- package/dist/components/pl-text/components/pl-system.vue.d.ts +3 -3
- package/dist/components/pl-text/components/pl-tag.vue.d.ts +3 -3
- package/dist/components/pl-text/components/pl-title1.vue.d.ts +3 -3
- package/dist/components/pl-text/components/pl-title2.vue.d.ts +3 -3
- package/dist/components/pl-text/components/pl-title3.vue.d.ts +3 -3
- package/dist/components/pl-text/index.d.ts +1 -2
- package/dist/components/{deprecated/pl-tooltip → pl-tooltip}/index.d.ts +1 -2
- package/dist/components/{deprecated/pl-tooltip → pl-tooltip}/pl-tooltip.vue.d.ts +9 -9
- package/dist/components/pl-tooltip-plus/index.d.ts +1 -2
- package/dist/components/pl-tooltip-plus/pl-tooltip-plus.vue.d.ts +9 -9
- package/dist/components/{deprecated/pl-upload → pl-upload}/index.d.ts +1 -2
- package/dist/components/{deprecated/pl-upload-legacy → pl-upload-legacy}/index.d.ts +1 -2
- package/dist/components/pl-upload-plus/index.d.ts +1 -2
- package/dist/components/pl-upload-plus/pl-upload-plus.vue.d.ts +12 -16
- package/dist/components/pl-upload-plus/types/FileExtension.d.ts +1 -1
- package/dist/directives/index.d.ts +1 -3
- package/dist/directives/vInfiniteScroll/vInfiniteScroll.d.ts +1 -2
- package/dist/directives/vLoading.d.ts +1 -2
- package/dist/directives/vTap.d.ts +1 -2
- package/dist/directives/vTouchOutside.d.ts +1 -2
- package/dist/install-function/index.d.ts +3 -4
- package/dist/mockServiceWorker.js +364 -0
- package/dist/pl-components-pack-v3.d.ts +2 -0
- package/dist/pl-components-pack-v3.es.js +21024 -21104
- package/dist/pl-components-pack-v3.umd.js +51 -45
- package/dist/plugins/filters.d.ts +3 -5
- package/dist/plugins/loading/loading.d.ts +1 -3
- package/dist/services/plLoading.d.ts +1 -1
- package/dist/style.css +1 -1
- package/dist/utils/dadataParser.d.ts +1 -2
- package/dist/utils/deepSet.d.ts +2 -3
- package/dist/utils/formatAccount.d.ts +1 -1
- package/dist/utils/getSourceCode.d.ts +1 -4
- package/package.json +80 -65
- package/dist/components/deprecated/pl-date-picker/pl-date-picker-range.vue.d.ts +0 -77
- package/dist/components/deprecated/pl-date-picker/pl-date-picker.vue.d.ts +0 -72
- package/dist/components/deprecated/pl-dialog/index.d.ts +0 -6
- package/dist/components/deprecated/pl-select/pl-select.vue.d.ts +0 -147
- package/dist/components/deprecated/pl-suggestions/pl-suggestions.vue.d.ts +0 -112
- package/dist/components/deprecated/pl-table/pl-table.vue.d.ts +0 -133
- package/dist/components/deprecated/pl-upload/pl-upload.vue.d.ts +0 -124
- package/dist/components/deprecated/pl-upload-legacy/pl-upload-legacy.vue.d.ts +0 -112
- package/dist/components/pl-mark-text/pl-mark-text.vue.d.ts +0 -16
- package/dist/components/pl-select-plus/components/pl-account.vue.d.ts +0 -68
- package/dist/components/pl-stepper/pl-stepper.vue.d.ts +0 -57
|
@@ -1,133 +0,0 @@
|
|
|
1
|
-
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
2
|
-
modelValue: {
|
|
3
|
-
type: ArrayConstructor;
|
|
4
|
-
default: () => any;
|
|
5
|
-
};
|
|
6
|
-
hasPagination: {
|
|
7
|
-
type: BooleanConstructor;
|
|
8
|
-
default: () => boolean;
|
|
9
|
-
};
|
|
10
|
-
form: {
|
|
11
|
-
type: ObjectConstructor;
|
|
12
|
-
default: () => {
|
|
13
|
-
pageNumber: number;
|
|
14
|
-
pageSize: number;
|
|
15
|
-
};
|
|
16
|
-
};
|
|
17
|
-
total: {
|
|
18
|
-
type: NumberConstructor;
|
|
19
|
-
default: number;
|
|
20
|
-
};
|
|
21
|
-
pageSizes: {
|
|
22
|
-
type: ArrayConstructor;
|
|
23
|
-
default: () => number[];
|
|
24
|
-
};
|
|
25
|
-
isTotalVisible: {
|
|
26
|
-
type: BooleanConstructor;
|
|
27
|
-
default: boolean;
|
|
28
|
-
};
|
|
29
|
-
uniqKeyOfSelectedRow: {
|
|
30
|
-
type: StringConstructor;
|
|
31
|
-
};
|
|
32
|
-
layout: {
|
|
33
|
-
type: StringConstructor;
|
|
34
|
-
default: string;
|
|
35
|
-
};
|
|
36
|
-
toggleRowSelection: {
|
|
37
|
-
trype: ArrayConstructor;
|
|
38
|
-
default: () => any[];
|
|
39
|
-
};
|
|
40
|
-
noDataText: {
|
|
41
|
-
type: StringConstructor;
|
|
42
|
-
default: string;
|
|
43
|
-
};
|
|
44
|
-
hideOnSinglePage: {
|
|
45
|
-
type: BooleanConstructor;
|
|
46
|
-
default: boolean;
|
|
47
|
-
};
|
|
48
|
-
showSelected: {
|
|
49
|
-
type: BooleanConstructor;
|
|
50
|
-
default: boolean;
|
|
51
|
-
};
|
|
52
|
-
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
53
|
-
"selected-rows": (...args: any[]) => void;
|
|
54
|
-
"update:toggleRowSelection": (...args: any[]) => void;
|
|
55
|
-
action: (...args: any[]) => void;
|
|
56
|
-
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
57
|
-
modelValue: {
|
|
58
|
-
type: ArrayConstructor;
|
|
59
|
-
default: () => any;
|
|
60
|
-
};
|
|
61
|
-
hasPagination: {
|
|
62
|
-
type: BooleanConstructor;
|
|
63
|
-
default: () => boolean;
|
|
64
|
-
};
|
|
65
|
-
form: {
|
|
66
|
-
type: ObjectConstructor;
|
|
67
|
-
default: () => {
|
|
68
|
-
pageNumber: number;
|
|
69
|
-
pageSize: number;
|
|
70
|
-
};
|
|
71
|
-
};
|
|
72
|
-
total: {
|
|
73
|
-
type: NumberConstructor;
|
|
74
|
-
default: number;
|
|
75
|
-
};
|
|
76
|
-
pageSizes: {
|
|
77
|
-
type: ArrayConstructor;
|
|
78
|
-
default: () => number[];
|
|
79
|
-
};
|
|
80
|
-
isTotalVisible: {
|
|
81
|
-
type: BooleanConstructor;
|
|
82
|
-
default: boolean;
|
|
83
|
-
};
|
|
84
|
-
uniqKeyOfSelectedRow: {
|
|
85
|
-
type: StringConstructor;
|
|
86
|
-
};
|
|
87
|
-
layout: {
|
|
88
|
-
type: StringConstructor;
|
|
89
|
-
default: string;
|
|
90
|
-
};
|
|
91
|
-
toggleRowSelection: {
|
|
92
|
-
trype: ArrayConstructor;
|
|
93
|
-
default: () => any[];
|
|
94
|
-
};
|
|
95
|
-
noDataText: {
|
|
96
|
-
type: StringConstructor;
|
|
97
|
-
default: string;
|
|
98
|
-
};
|
|
99
|
-
hideOnSinglePage: {
|
|
100
|
-
type: BooleanConstructor;
|
|
101
|
-
default: boolean;
|
|
102
|
-
};
|
|
103
|
-
showSelected: {
|
|
104
|
-
type: BooleanConstructor;
|
|
105
|
-
default: boolean;
|
|
106
|
-
};
|
|
107
|
-
}>> & {
|
|
108
|
-
"onSelected-rows"?: (...args: any[]) => any;
|
|
109
|
-
"onUpdate:toggleRowSelection"?: (...args: any[]) => any;
|
|
110
|
-
onAction?: (...args: any[]) => any;
|
|
111
|
-
}, {
|
|
112
|
-
form: Record<string, any>;
|
|
113
|
-
modelValue: unknown[];
|
|
114
|
-
noDataText: string;
|
|
115
|
-
hasPagination: boolean;
|
|
116
|
-
total: number;
|
|
117
|
-
pageSizes: unknown[];
|
|
118
|
-
isTotalVisible: boolean;
|
|
119
|
-
layout: string;
|
|
120
|
-
toggleRowSelection: any[];
|
|
121
|
-
hideOnSinglePage: boolean;
|
|
122
|
-
showSelected: boolean;
|
|
123
|
-
}, {}>, {
|
|
124
|
-
default?(_: {}): any;
|
|
125
|
-
empty?(_: {}): any;
|
|
126
|
-
actions?(_: {}): any;
|
|
127
|
-
}>;
|
|
128
|
-
export default _default;
|
|
129
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
130
|
-
new (): {
|
|
131
|
-
$slots: S;
|
|
132
|
-
};
|
|
133
|
-
};
|
|
@@ -1,124 +0,0 @@
|
|
|
1
|
-
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
2
|
-
drag: {
|
|
3
|
-
type: BooleanConstructor;
|
|
4
|
-
default: boolean;
|
|
5
|
-
};
|
|
6
|
-
multiple: {
|
|
7
|
-
type: BooleanConstructor;
|
|
8
|
-
default: boolean;
|
|
9
|
-
};
|
|
10
|
-
accept: {
|
|
11
|
-
type: StringConstructor;
|
|
12
|
-
default: string;
|
|
13
|
-
};
|
|
14
|
-
fileSize: {
|
|
15
|
-
type: NumberConstructor;
|
|
16
|
-
default: number;
|
|
17
|
-
};
|
|
18
|
-
modelValue: {
|
|
19
|
-
type: ArrayConstructor;
|
|
20
|
-
default: () => any[];
|
|
21
|
-
};
|
|
22
|
-
header: {
|
|
23
|
-
type: BooleanConstructor;
|
|
24
|
-
default: boolean;
|
|
25
|
-
};
|
|
26
|
-
main: {
|
|
27
|
-
type: BooleanConstructor;
|
|
28
|
-
default: boolean;
|
|
29
|
-
};
|
|
30
|
-
height: {
|
|
31
|
-
type: StringConstructor;
|
|
32
|
-
default: string;
|
|
33
|
-
};
|
|
34
|
-
limit: {
|
|
35
|
-
type: NumberConstructor;
|
|
36
|
-
default: number;
|
|
37
|
-
};
|
|
38
|
-
onPreview: {
|
|
39
|
-
type: FunctionConstructor;
|
|
40
|
-
required: false;
|
|
41
|
-
};
|
|
42
|
-
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
43
|
-
"update:modelValue": (...args: any[]) => void;
|
|
44
|
-
"on-files-not-attached": (...args: any[]) => void;
|
|
45
|
-
"on-file-not-accept": (...args: any[]) => void;
|
|
46
|
-
"on-file-size-exceeded": (...args: any[]) => void;
|
|
47
|
-
"on-file-empty": (...args: any[]) => void;
|
|
48
|
-
"on-file-not-limit": (...args: any[]) => void;
|
|
49
|
-
"on-change": (...args: any[]) => void;
|
|
50
|
-
"on-preview": (...args: any[]) => void;
|
|
51
|
-
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
52
|
-
drag: {
|
|
53
|
-
type: BooleanConstructor;
|
|
54
|
-
default: boolean;
|
|
55
|
-
};
|
|
56
|
-
multiple: {
|
|
57
|
-
type: BooleanConstructor;
|
|
58
|
-
default: boolean;
|
|
59
|
-
};
|
|
60
|
-
accept: {
|
|
61
|
-
type: StringConstructor;
|
|
62
|
-
default: string;
|
|
63
|
-
};
|
|
64
|
-
fileSize: {
|
|
65
|
-
type: NumberConstructor;
|
|
66
|
-
default: number;
|
|
67
|
-
};
|
|
68
|
-
modelValue: {
|
|
69
|
-
type: ArrayConstructor;
|
|
70
|
-
default: () => any[];
|
|
71
|
-
};
|
|
72
|
-
header: {
|
|
73
|
-
type: BooleanConstructor;
|
|
74
|
-
default: boolean;
|
|
75
|
-
};
|
|
76
|
-
main: {
|
|
77
|
-
type: BooleanConstructor;
|
|
78
|
-
default: boolean;
|
|
79
|
-
};
|
|
80
|
-
height: {
|
|
81
|
-
type: StringConstructor;
|
|
82
|
-
default: string;
|
|
83
|
-
};
|
|
84
|
-
limit: {
|
|
85
|
-
type: NumberConstructor;
|
|
86
|
-
default: number;
|
|
87
|
-
};
|
|
88
|
-
onPreview: {
|
|
89
|
-
type: FunctionConstructor;
|
|
90
|
-
required: false;
|
|
91
|
-
};
|
|
92
|
-
}>> & {
|
|
93
|
-
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
94
|
-
"onOn-files-not-attached"?: (...args: any[]) => any;
|
|
95
|
-
"onOn-file-not-accept"?: (...args: any[]) => any;
|
|
96
|
-
"onOn-file-size-exceeded"?: (...args: any[]) => any;
|
|
97
|
-
"onOn-file-empty"?: (...args: any[]) => any;
|
|
98
|
-
"onOn-file-not-limit"?: (...args: any[]) => any;
|
|
99
|
-
"onOn-change"?: (...args: any[]) => any;
|
|
100
|
-
"onOn-preview"?: (...args: any[]) => any;
|
|
101
|
-
}, {
|
|
102
|
-
header: boolean;
|
|
103
|
-
main: boolean;
|
|
104
|
-
modelValue: unknown[];
|
|
105
|
-
height: string;
|
|
106
|
-
drag: boolean;
|
|
107
|
-
accept: string;
|
|
108
|
-
multiple: boolean;
|
|
109
|
-
fileSize: number;
|
|
110
|
-
limit: number;
|
|
111
|
-
}, {}>, {
|
|
112
|
-
header?(_: {}): any;
|
|
113
|
-
main?(_: {}): any;
|
|
114
|
-
footer?(_: {}): any;
|
|
115
|
-
file?(_: {
|
|
116
|
-
file: any;
|
|
117
|
-
}): any;
|
|
118
|
-
}>;
|
|
119
|
-
export default _default;
|
|
120
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
121
|
-
new (): {
|
|
122
|
-
$slots: S;
|
|
123
|
-
};
|
|
124
|
-
};
|
|
@@ -1,112 +0,0 @@
|
|
|
1
|
-
import { UploadUserFile } from 'element-plus';
|
|
2
|
-
|
|
3
|
-
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
4
|
-
modelValue: UploadUserFile[];
|
|
5
|
-
requestConfig: object;
|
|
6
|
-
responseKeys: string;
|
|
7
|
-
drag: boolean;
|
|
8
|
-
multiple: boolean;
|
|
9
|
-
buttonText: string;
|
|
10
|
-
accept: string;
|
|
11
|
-
fileSize: number;
|
|
12
|
-
header: boolean;
|
|
13
|
-
main: boolean;
|
|
14
|
-
large: boolean;
|
|
15
|
-
}>, {
|
|
16
|
-
modelValue: () => any[];
|
|
17
|
-
requestConfig: any;
|
|
18
|
-
responseKeys: string;
|
|
19
|
-
drag: boolean;
|
|
20
|
-
multiple: boolean;
|
|
21
|
-
buttonText: string;
|
|
22
|
-
accept: string;
|
|
23
|
-
fileSize: number;
|
|
24
|
-
header: boolean;
|
|
25
|
-
main: boolean;
|
|
26
|
-
large: boolean;
|
|
27
|
-
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
28
|
-
input: (...args: any[]) => void;
|
|
29
|
-
"on-files-not-attached": (...args: any[]) => void;
|
|
30
|
-
"on-file-not-accept": (...args: any[]) => void;
|
|
31
|
-
"on-file-size-exceeded": (...args: any[]) => void;
|
|
32
|
-
"on-file-empty": (...args: any[]) => void;
|
|
33
|
-
"on-change": (...args: any[]) => void;
|
|
34
|
-
"on-success": (...args: any[]) => void;
|
|
35
|
-
"on-error": (...args: any[]) => void;
|
|
36
|
-
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
37
|
-
modelValue: UploadUserFile[];
|
|
38
|
-
requestConfig: object;
|
|
39
|
-
responseKeys: string;
|
|
40
|
-
drag: boolean;
|
|
41
|
-
multiple: boolean;
|
|
42
|
-
buttonText: string;
|
|
43
|
-
accept: string;
|
|
44
|
-
fileSize: number;
|
|
45
|
-
header: boolean;
|
|
46
|
-
main: boolean;
|
|
47
|
-
large: boolean;
|
|
48
|
-
}>, {
|
|
49
|
-
modelValue: () => any[];
|
|
50
|
-
requestConfig: any;
|
|
51
|
-
responseKeys: string;
|
|
52
|
-
drag: boolean;
|
|
53
|
-
multiple: boolean;
|
|
54
|
-
buttonText: string;
|
|
55
|
-
accept: string;
|
|
56
|
-
fileSize: number;
|
|
57
|
-
header: boolean;
|
|
58
|
-
main: boolean;
|
|
59
|
-
large: boolean;
|
|
60
|
-
}>>> & {
|
|
61
|
-
onInput?: (...args: any[]) => any;
|
|
62
|
-
"onOn-files-not-attached"?: (...args: any[]) => any;
|
|
63
|
-
"onOn-file-not-accept"?: (...args: any[]) => any;
|
|
64
|
-
"onOn-file-size-exceeded"?: (...args: any[]) => any;
|
|
65
|
-
"onOn-file-empty"?: (...args: any[]) => any;
|
|
66
|
-
"onOn-change"?: (...args: any[]) => any;
|
|
67
|
-
"onOn-success"?: (...args: any[]) => any;
|
|
68
|
-
"onOn-error"?: (...args: any[]) => any;
|
|
69
|
-
}, {
|
|
70
|
-
header: boolean;
|
|
71
|
-
main: boolean;
|
|
72
|
-
large: boolean;
|
|
73
|
-
modelValue: UploadUserFile[];
|
|
74
|
-
drag: boolean;
|
|
75
|
-
accept: string;
|
|
76
|
-
multiple: boolean;
|
|
77
|
-
fileSize: number;
|
|
78
|
-
requestConfig: object;
|
|
79
|
-
responseKeys: string;
|
|
80
|
-
buttonText: string;
|
|
81
|
-
}, {}>, {
|
|
82
|
-
header?(_: {}): any;
|
|
83
|
-
main?(_: {}): any;
|
|
84
|
-
button?(_: {}): any;
|
|
85
|
-
footer?(_: {}): any;
|
|
86
|
-
file?(_: {
|
|
87
|
-
file: any;
|
|
88
|
-
}): any;
|
|
89
|
-
}>;
|
|
90
|
-
export default _default;
|
|
91
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
92
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
93
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
94
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
95
|
-
} : {
|
|
96
|
-
type: import('vue').PropType<T[K]>;
|
|
97
|
-
required: true;
|
|
98
|
-
};
|
|
99
|
-
};
|
|
100
|
-
type __VLS_WithDefaults<P, D> = {
|
|
101
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
102
|
-
default: D[K];
|
|
103
|
-
}> : P[K];
|
|
104
|
-
};
|
|
105
|
-
type __VLS_Prettify<T> = {
|
|
106
|
-
[K in keyof T]: T[K];
|
|
107
|
-
} & {};
|
|
108
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
109
|
-
new (): {
|
|
110
|
-
$slots: S;
|
|
111
|
-
};
|
|
112
|
-
};
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<{
|
|
2
|
-
modelValue: {
|
|
3
|
-
type: StringConstructor;
|
|
4
|
-
};
|
|
5
|
-
searchValue: {
|
|
6
|
-
type: StringConstructor;
|
|
7
|
-
};
|
|
8
|
-
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
9
|
-
modelValue: {
|
|
10
|
-
type: StringConstructor;
|
|
11
|
-
};
|
|
12
|
-
searchValue: {
|
|
13
|
-
type: StringConstructor;
|
|
14
|
-
};
|
|
15
|
-
}>>, {}, {}>;
|
|
16
|
-
export default _default;
|
|
@@ -1,68 +0,0 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<{
|
|
2
|
-
prop: {
|
|
3
|
-
type: StringConstructor;
|
|
4
|
-
default: string;
|
|
5
|
-
};
|
|
6
|
-
modelValue: {
|
|
7
|
-
required: true;
|
|
8
|
-
};
|
|
9
|
-
disabled: {
|
|
10
|
-
type: BooleanConstructor;
|
|
11
|
-
default: boolean;
|
|
12
|
-
};
|
|
13
|
-
focus: {
|
|
14
|
-
type: BooleanConstructor;
|
|
15
|
-
default: boolean;
|
|
16
|
-
};
|
|
17
|
-
id: {
|
|
18
|
-
type: StringConstructor;
|
|
19
|
-
};
|
|
20
|
-
placeholder: {
|
|
21
|
-
type: StringConstructor;
|
|
22
|
-
default: string;
|
|
23
|
-
};
|
|
24
|
-
showError: {
|
|
25
|
-
type: NumberConstructor;
|
|
26
|
-
default: number;
|
|
27
|
-
};
|
|
28
|
-
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
29
|
-
reset: (...args: any[]) => void;
|
|
30
|
-
"update:focus": (...args: any[]) => void;
|
|
31
|
-
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
32
|
-
prop: {
|
|
33
|
-
type: StringConstructor;
|
|
34
|
-
default: string;
|
|
35
|
-
};
|
|
36
|
-
modelValue: {
|
|
37
|
-
required: true;
|
|
38
|
-
};
|
|
39
|
-
disabled: {
|
|
40
|
-
type: BooleanConstructor;
|
|
41
|
-
default: boolean;
|
|
42
|
-
};
|
|
43
|
-
focus: {
|
|
44
|
-
type: BooleanConstructor;
|
|
45
|
-
default: boolean;
|
|
46
|
-
};
|
|
47
|
-
id: {
|
|
48
|
-
type: StringConstructor;
|
|
49
|
-
};
|
|
50
|
-
placeholder: {
|
|
51
|
-
type: StringConstructor;
|
|
52
|
-
default: string;
|
|
53
|
-
};
|
|
54
|
-
showError: {
|
|
55
|
-
type: NumberConstructor;
|
|
56
|
-
default: number;
|
|
57
|
-
};
|
|
58
|
-
}>> & {
|
|
59
|
-
onReset?: (...args: any[]) => any;
|
|
60
|
-
"onUpdate:focus"?: (...args: any[]) => any;
|
|
61
|
-
}, {
|
|
62
|
-
disabled: boolean;
|
|
63
|
-
placeholder: string;
|
|
64
|
-
prop: string;
|
|
65
|
-
focus: boolean;
|
|
66
|
-
showError: number;
|
|
67
|
-
}, {}>;
|
|
68
|
-
export default _default;
|
|
@@ -1,57 +0,0 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<{
|
|
2
|
-
displayType: {
|
|
3
|
-
type: StringConstructor;
|
|
4
|
-
default: string;
|
|
5
|
-
};
|
|
6
|
-
steps: {
|
|
7
|
-
type: ArrayConstructor;
|
|
8
|
-
required: true;
|
|
9
|
-
};
|
|
10
|
-
stepName: {
|
|
11
|
-
type: StringConstructor;
|
|
12
|
-
default: string;
|
|
13
|
-
};
|
|
14
|
-
stepCountName: {
|
|
15
|
-
type: StringConstructor;
|
|
16
|
-
default: string;
|
|
17
|
-
};
|
|
18
|
-
currentCount: {
|
|
19
|
-
type: NumberConstructor;
|
|
20
|
-
required: true;
|
|
21
|
-
};
|
|
22
|
-
remainOnFooter: {
|
|
23
|
-
type: BooleanConstructor;
|
|
24
|
-
default: boolean;
|
|
25
|
-
};
|
|
26
|
-
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
27
|
-
displayType: {
|
|
28
|
-
type: StringConstructor;
|
|
29
|
-
default: string;
|
|
30
|
-
};
|
|
31
|
-
steps: {
|
|
32
|
-
type: ArrayConstructor;
|
|
33
|
-
required: true;
|
|
34
|
-
};
|
|
35
|
-
stepName: {
|
|
36
|
-
type: StringConstructor;
|
|
37
|
-
default: string;
|
|
38
|
-
};
|
|
39
|
-
stepCountName: {
|
|
40
|
-
type: StringConstructor;
|
|
41
|
-
default: string;
|
|
42
|
-
};
|
|
43
|
-
currentCount: {
|
|
44
|
-
type: NumberConstructor;
|
|
45
|
-
required: true;
|
|
46
|
-
};
|
|
47
|
-
remainOnFooter: {
|
|
48
|
-
type: BooleanConstructor;
|
|
49
|
-
default: boolean;
|
|
50
|
-
};
|
|
51
|
-
}>>, {
|
|
52
|
-
displayType: string;
|
|
53
|
-
stepName: string;
|
|
54
|
-
stepCountName: string;
|
|
55
|
-
remainOnFooter: boolean;
|
|
56
|
-
}, {}>;
|
|
57
|
-
export default _default;
|