@polyv/vue-components 1.12.0 → 1.13.0
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/package.json +17 -10
- package/vue2/index.es.js +8473 -8421
- package/vue2/src/components/business/data-export/data-export-record/data-export-record.vue.d.ts +763 -0
- package/vue2/src/components/business/data-export/data-export-record/use-data-export-record.d.ts +330 -0
- package/vue2/src/components/business/external-links/use-external-links.d.ts +2 -15
- package/vue2/src/components/form/file-upload/index.d.ts +11 -6
- package/vue2/src/components/form/file-upload/src/file-upload.vue.d.ts +7 -2
- package/vue2/src/components/form/file-upload/src/hooks/props-define.d.ts +20 -2
- package/vue2/src/components/form/file-upload/src/hooks/use-file-upload-slots.d.ts +2 -1
- package/vue2/src/components/form/file-upload/src/hooks/use-file-upload.d.ts +1 -1
- package/vue2/src/components/form/form-item/index.d.ts +20 -0
- package/vue2/src/components/form/form-item/src/form-item.vue.d.ts +7 -0
- package/vue2/src/components/form/form-item/src/hooks/props-define.d.ts +6 -0
- package/vue2/src/components/image-cropper/src/cropper-layer/use-cropper-layer.d.ts +4 -2
- package/vue2/src/components/popup/src/hooks/popup-props.d.ts +2 -0
- package/vue2/src/components/resize-box/resize-box.vue.d.ts +4 -1
- package/vue2/src/components/resize-box/type.d.ts +28 -0
- package/vue2/src/components/resize-box/use-resize-box.d.ts +3 -1
- package/vue2/src/components/slider/index.d.ts +7 -0
- package/vue2/src/components/slider/src/props-define.d.ts +7 -0
- package/vue2/src/components/slider/src/slider.vue.d.ts +7 -0
- package/vue2/src/components/toast/_component/position-management.d.ts +6 -0
- package/vue2/src/components/toast/_component/toast-element.vue.d.ts +15 -8
- package/vue2/src/components/toast/_component/use-toast-element.d.ts +20 -6
- package/vue2/src/components/toast/types.d.ts +20 -2
- package/vue2/src/hooks/business/use-resize-oss-image/index.d.ts +1 -1
- package/vue2/src/hooks/tools/use-count-down/index.d.ts +1 -1
- package/vue2/src/hooks/tools/use-event-bus/index.d.ts +1 -1
- package/vue2/src/hooks/tools/use-target-event-emitter/index.d.ts +1 -1
- package/vue3/index.es.js +9000 -8948
- package/vue3/src/components/business/data-export/data-export-record/data-export-record.vue.d.ts +763 -0
- package/vue3/src/components/business/data-export/data-export-record/use-data-export-record.d.ts +330 -0
- package/vue3/src/components/business/external-links/use-external-links.d.ts +2 -15
- package/vue3/src/components/form/file-upload/index.d.ts +11 -6
- package/vue3/src/components/form/file-upload/src/file-upload.vue.d.ts +7 -2
- package/vue3/src/components/form/file-upload/src/hooks/props-define.d.ts +20 -2
- package/vue3/src/components/form/file-upload/src/hooks/use-file-upload-slots.d.ts +2 -1
- package/vue3/src/components/form/file-upload/src/hooks/use-file-upload.d.ts +1 -1
- package/vue3/src/components/form/form-item/index.d.ts +20 -0
- package/vue3/src/components/form/form-item/src/form-item.vue.d.ts +7 -0
- package/vue3/src/components/form/form-item/src/hooks/props-define.d.ts +6 -0
- package/vue3/src/components/image-cropper/src/cropper-layer/use-cropper-layer.d.ts +4 -2
- package/vue3/src/components/popup/src/hooks/popup-props.d.ts +2 -0
- package/vue3/src/components/resize-box/resize-box.vue.d.ts +4 -1
- package/vue3/src/components/resize-box/type.d.ts +28 -0
- package/vue3/src/components/resize-box/use-resize-box.d.ts +3 -1
- package/vue3/src/components/slider/index.d.ts +7 -0
- package/vue3/src/components/slider/src/props-define.d.ts +7 -0
- package/vue3/src/components/slider/src/slider.vue.d.ts +7 -0
- package/vue3/src/components/toast/_component/position-management.d.ts +6 -0
- package/vue3/src/components/toast/_component/toast-element.vue.d.ts +15 -8
- package/vue3/src/components/toast/_component/use-toast-element.d.ts +20 -6
- package/vue3/src/components/toast/types.d.ts +20 -2
- package/vue3/src/hooks/business/use-resize-oss-image/index.d.ts +1 -1
- package/vue3/src/hooks/tools/use-count-down/index.d.ts +1 -1
- package/vue3/src/hooks/tools/use-event-bus/index.d.ts +1 -1
- package/vue3/src/hooks/tools/use-target-event-emitter/index.d.ts +1 -1
package/vue3/src/components/business/data-export/data-export-record/use-data-export-record.d.ts
CHANGED
|
@@ -15,6 +15,336 @@ export declare const dataExportRecordProps: () => {
|
|
|
15
15
|
controller: import('vue-types').VueTypeValidableDef<DataExportController, import('vue-types/dist/types').ValidatorFunction<DataExportController>> & {
|
|
16
16
|
required: true;
|
|
17
17
|
};
|
|
18
|
+
/**
|
|
19
|
+
* 弹层参数
|
|
20
|
+
*/
|
|
21
|
+
popupProps: import('vue-types').VueTypeValidableDef<Partial<import('vue').ExtractPropTypes<{
|
|
22
|
+
ignoreSkinColor: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
23
|
+
default: boolean;
|
|
24
|
+
};
|
|
25
|
+
business: import('vue-types').VueTypeValidableDef<import('../../../..').BusinessType, import('vue-types/dist/types').ValidatorFunction<import('../../../..').BusinessType>>;
|
|
26
|
+
showConfirmButton: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
27
|
+
default: boolean;
|
|
28
|
+
};
|
|
29
|
+
confirmButtonText: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
30
|
+
confirmButtonType: import('vue-types').VueTypeDef<"success" | "warning" | "primary" | "danger" | "ordinary">;
|
|
31
|
+
confirmType: import('vue-types').VueTypeValidableDef<ConfirmType, import('vue-types/dist/types').ValidatorFunction<ConfirmType>> & {
|
|
32
|
+
default: ConfirmType;
|
|
33
|
+
};
|
|
34
|
+
confirmAction: import('vue-types').VueTypeValidableDef<() => Promise<void>, import('vue-types/dist/types').ValidatorFunction<() => Promise<void>>>;
|
|
35
|
+
showCancelButton: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
36
|
+
default: boolean;
|
|
37
|
+
};
|
|
38
|
+
cancelButtonText: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
39
|
+
cancelButtonType: import('vue-types').VueTypeDef<"success" | "warning" | "primary" | "danger" | "ordinary">;
|
|
40
|
+
"v-model-key": import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
41
|
+
default: boolean;
|
|
42
|
+
};
|
|
43
|
+
effect: import('vue-types').VueTypeDef<"custom" | "compact" | "standard">;
|
|
44
|
+
purpose: import('vue-types').VueTypeDef<"gray" | "marketing" | "interaction">;
|
|
45
|
+
title: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
46
|
+
titleStyle: import('vue-types').VueTypeValidableDef<import('vue').CSSProperties, import('vue-types/dist/types').ValidatorFunction<import('vue').CSSProperties>> & {
|
|
47
|
+
default: () => import('vue').CSSProperties;
|
|
48
|
+
};
|
|
49
|
+
background: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>> & {
|
|
50
|
+
default: string;
|
|
51
|
+
};
|
|
52
|
+
closeable: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
53
|
+
default: boolean;
|
|
54
|
+
};
|
|
55
|
+
backable: import('vue-types').VueTypeValidableDef<boolean | undefined, import('vue-types/dist/types').ValidatorFunction<boolean | undefined>>;
|
|
56
|
+
showHeader: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
57
|
+
default: boolean;
|
|
58
|
+
};
|
|
59
|
+
headerStyle: import('vue-types').VueTypeValidableDef<import('vue').CSSProperties, import('vue-types/dist/types').ValidatorFunction<import('vue').CSSProperties>> & {
|
|
60
|
+
default: () => import('vue').CSSProperties;
|
|
61
|
+
};
|
|
62
|
+
headerClass: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>> & {
|
|
63
|
+
default: string;
|
|
64
|
+
};
|
|
65
|
+
padding: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
66
|
+
default: boolean;
|
|
67
|
+
};
|
|
68
|
+
openEvent: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
69
|
+
position: import('vue-types').VueTypeDef<"left" | "right" | "center" | "bottom">;
|
|
70
|
+
horizontalScreenPosition: import('vue-types').VueTypeDef<"left" | "right" | "center" | "bottom"> & {
|
|
71
|
+
default: "left" | "right" | "center" | "bottom";
|
|
72
|
+
};
|
|
73
|
+
horizontalScreenClassName: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>> & {
|
|
74
|
+
default: string;
|
|
75
|
+
};
|
|
76
|
+
width: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
77
|
+
height: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
78
|
+
bodyMaxHeight: import('vue-types').VueTypeDef<string | number> & {
|
|
79
|
+
default: string | number;
|
|
80
|
+
};
|
|
81
|
+
bodyHeightPercent: import('vue-types').VueTypeValidableDef<number, import('vue-types/dist/types').ValidatorFunction<number>>;
|
|
82
|
+
dynamicHeight: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
83
|
+
default: boolean;
|
|
84
|
+
};
|
|
85
|
+
fillBody: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
86
|
+
default: boolean;
|
|
87
|
+
};
|
|
88
|
+
forceFullpage: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
89
|
+
default: boolean;
|
|
90
|
+
};
|
|
91
|
+
bodyStyle: import('vue-types').VueTypeValidableDef<import('vue').CSSProperties, import('vue-types/dist/types').ValidatorFunction<import('vue').CSSProperties>> & {
|
|
92
|
+
default: () => import('vue').CSSProperties;
|
|
93
|
+
};
|
|
94
|
+
appendTo: import('vue-types').VueTypeDef<HTMLElement | undefined> & {
|
|
95
|
+
default: (() => HTMLElement) | undefined;
|
|
96
|
+
};
|
|
97
|
+
showModal: import('vue-types').VueTypeValidableDef<boolean | undefined, import('vue-types/dist/types').ValidatorFunction<boolean | undefined>>;
|
|
98
|
+
hideShadow: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
99
|
+
default: boolean;
|
|
100
|
+
};
|
|
101
|
+
closeOnMask: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
102
|
+
default: boolean;
|
|
103
|
+
};
|
|
104
|
+
popupConfig: import('vue-types').VueTypeValidableDef<import('../../../popup').PopupConfig, import('vue-types/dist/types').ValidatorFunction<import('../../../popup').PopupConfig>>;
|
|
105
|
+
showScrollbar: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
106
|
+
default: boolean;
|
|
107
|
+
};
|
|
108
|
+
customClose: import('vue-types').VueTypeValidableDef<import('../../../popup').CustomClosePopup, import('vue-types/dist/types').ValidatorFunction<import('../../../popup').CustomClosePopup>>;
|
|
109
|
+
customBack: import('vue-types').VueTypeValidableDef<import('../../../popup').CustomBackPopup, import('vue-types/dist/types').ValidatorFunction<import('../../../popup').CustomBackPopup>>;
|
|
110
|
+
draggable: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
111
|
+
default: boolean;
|
|
112
|
+
};
|
|
113
|
+
positionComputedElem: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>> & {
|
|
114
|
+
default: string;
|
|
115
|
+
};
|
|
116
|
+
bodyLocked: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
117
|
+
default: boolean;
|
|
118
|
+
};
|
|
119
|
+
popupTransition: import('vue-types').VueTypeDef<string | boolean> & {
|
|
120
|
+
default: string | boolean;
|
|
121
|
+
};
|
|
122
|
+
insertFullscreen: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
123
|
+
default: boolean;
|
|
124
|
+
};
|
|
125
|
+
showFooterBtn: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
126
|
+
default: boolean;
|
|
127
|
+
};
|
|
128
|
+
headerTooltip: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
129
|
+
}>>, import('vue-types/dist/types').ValidatorFunction<Partial<import('vue').ExtractPropTypes<{
|
|
130
|
+
ignoreSkinColor: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
131
|
+
default: boolean;
|
|
132
|
+
};
|
|
133
|
+
business: import('vue-types').VueTypeValidableDef<import('../../../..').BusinessType, import('vue-types/dist/types').ValidatorFunction<import('../../../..').BusinessType>>;
|
|
134
|
+
showConfirmButton: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
135
|
+
default: boolean;
|
|
136
|
+
};
|
|
137
|
+
confirmButtonText: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
138
|
+
confirmButtonType: import('vue-types').VueTypeDef<"success" | "warning" | "primary" | "danger" | "ordinary">;
|
|
139
|
+
confirmType: import('vue-types').VueTypeValidableDef<ConfirmType, import('vue-types/dist/types').ValidatorFunction<ConfirmType>> & {
|
|
140
|
+
default: ConfirmType;
|
|
141
|
+
};
|
|
142
|
+
confirmAction: import('vue-types').VueTypeValidableDef<() => Promise<void>, import('vue-types/dist/types').ValidatorFunction<() => Promise<void>>>;
|
|
143
|
+
showCancelButton: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
144
|
+
default: boolean;
|
|
145
|
+
};
|
|
146
|
+
cancelButtonText: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
147
|
+
cancelButtonType: import('vue-types').VueTypeDef<"success" | "warning" | "primary" | "danger" | "ordinary">;
|
|
148
|
+
"v-model-key": import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
149
|
+
default: boolean;
|
|
150
|
+
};
|
|
151
|
+
effect: import('vue-types').VueTypeDef<"custom" | "compact" | "standard">;
|
|
152
|
+
purpose: import('vue-types').VueTypeDef<"gray" | "marketing" | "interaction">;
|
|
153
|
+
title: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
154
|
+
titleStyle: import('vue-types').VueTypeValidableDef<import('vue').CSSProperties, import('vue-types/dist/types').ValidatorFunction<import('vue').CSSProperties>> & {
|
|
155
|
+
default: () => import('vue').CSSProperties;
|
|
156
|
+
};
|
|
157
|
+
background: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>> & {
|
|
158
|
+
default: string;
|
|
159
|
+
};
|
|
160
|
+
closeable: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
161
|
+
default: boolean;
|
|
162
|
+
};
|
|
163
|
+
backable: import('vue-types').VueTypeValidableDef<boolean | undefined, import('vue-types/dist/types').ValidatorFunction<boolean | undefined>>;
|
|
164
|
+
showHeader: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
165
|
+
default: boolean;
|
|
166
|
+
};
|
|
167
|
+
headerStyle: import('vue-types').VueTypeValidableDef<import('vue').CSSProperties, import('vue-types/dist/types').ValidatorFunction<import('vue').CSSProperties>> & {
|
|
168
|
+
default: () => import('vue').CSSProperties;
|
|
169
|
+
};
|
|
170
|
+
headerClass: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>> & {
|
|
171
|
+
default: string;
|
|
172
|
+
};
|
|
173
|
+
padding: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
174
|
+
default: boolean;
|
|
175
|
+
};
|
|
176
|
+
openEvent: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
177
|
+
position: import('vue-types').VueTypeDef<"left" | "right" | "center" | "bottom">;
|
|
178
|
+
horizontalScreenPosition: import('vue-types').VueTypeDef<"left" | "right" | "center" | "bottom"> & {
|
|
179
|
+
default: "left" | "right" | "center" | "bottom";
|
|
180
|
+
};
|
|
181
|
+
horizontalScreenClassName: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>> & {
|
|
182
|
+
default: string;
|
|
183
|
+
};
|
|
184
|
+
width: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
185
|
+
height: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
186
|
+
bodyMaxHeight: import('vue-types').VueTypeDef<string | number> & {
|
|
187
|
+
default: string | number;
|
|
188
|
+
};
|
|
189
|
+
bodyHeightPercent: import('vue-types').VueTypeValidableDef<number, import('vue-types/dist/types').ValidatorFunction<number>>;
|
|
190
|
+
dynamicHeight: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
191
|
+
default: boolean;
|
|
192
|
+
};
|
|
193
|
+
fillBody: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
194
|
+
default: boolean;
|
|
195
|
+
};
|
|
196
|
+
forceFullpage: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
197
|
+
default: boolean;
|
|
198
|
+
};
|
|
199
|
+
bodyStyle: import('vue-types').VueTypeValidableDef<import('vue').CSSProperties, import('vue-types/dist/types').ValidatorFunction<import('vue').CSSProperties>> & {
|
|
200
|
+
default: () => import('vue').CSSProperties;
|
|
201
|
+
};
|
|
202
|
+
appendTo: import('vue-types').VueTypeDef<HTMLElement | undefined> & {
|
|
203
|
+
default: (() => HTMLElement) | undefined;
|
|
204
|
+
};
|
|
205
|
+
showModal: import('vue-types').VueTypeValidableDef<boolean | undefined, import('vue-types/dist/types').ValidatorFunction<boolean | undefined>>;
|
|
206
|
+
hideShadow: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
207
|
+
default: boolean;
|
|
208
|
+
};
|
|
209
|
+
closeOnMask: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
210
|
+
default: boolean;
|
|
211
|
+
};
|
|
212
|
+
popupConfig: import('vue-types').VueTypeValidableDef<import('../../../popup').PopupConfig, import('vue-types/dist/types').ValidatorFunction<import('../../../popup').PopupConfig>>;
|
|
213
|
+
showScrollbar: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
214
|
+
default: boolean;
|
|
215
|
+
};
|
|
216
|
+
customClose: import('vue-types').VueTypeValidableDef<import('../../../popup').CustomClosePopup, import('vue-types/dist/types').ValidatorFunction<import('../../../popup').CustomClosePopup>>;
|
|
217
|
+
customBack: import('vue-types').VueTypeValidableDef<import('../../../popup').CustomBackPopup, import('vue-types/dist/types').ValidatorFunction<import('../../../popup').CustomBackPopup>>;
|
|
218
|
+
draggable: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
219
|
+
default: boolean;
|
|
220
|
+
};
|
|
221
|
+
positionComputedElem: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>> & {
|
|
222
|
+
default: string;
|
|
223
|
+
};
|
|
224
|
+
bodyLocked: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
225
|
+
default: boolean;
|
|
226
|
+
};
|
|
227
|
+
popupTransition: import('vue-types').VueTypeDef<string | boolean> & {
|
|
228
|
+
default: string | boolean;
|
|
229
|
+
};
|
|
230
|
+
insertFullscreen: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
231
|
+
default: boolean;
|
|
232
|
+
};
|
|
233
|
+
showFooterBtn: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
234
|
+
default: boolean;
|
|
235
|
+
};
|
|
236
|
+
headerTooltip: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
237
|
+
}>>>> & {
|
|
238
|
+
default: () => Partial<import('vue').ExtractPropTypes<{
|
|
239
|
+
ignoreSkinColor: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
240
|
+
default: boolean;
|
|
241
|
+
};
|
|
242
|
+
business: import('vue-types').VueTypeValidableDef<import('../../../..').BusinessType, import('vue-types/dist/types').ValidatorFunction<import('../../../..').BusinessType>>;
|
|
243
|
+
showConfirmButton: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
244
|
+
default: boolean;
|
|
245
|
+
};
|
|
246
|
+
confirmButtonText: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
247
|
+
confirmButtonType: import('vue-types').VueTypeDef<"success" | "warning" | "primary" | "danger" | "ordinary">;
|
|
248
|
+
confirmType: import('vue-types').VueTypeValidableDef<ConfirmType, import('vue-types/dist/types').ValidatorFunction<ConfirmType>> & {
|
|
249
|
+
default: ConfirmType;
|
|
250
|
+
};
|
|
251
|
+
confirmAction: import('vue-types').VueTypeValidableDef<() => Promise<void>, import('vue-types/dist/types').ValidatorFunction<() => Promise<void>>>;
|
|
252
|
+
showCancelButton: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
253
|
+
default: boolean;
|
|
254
|
+
};
|
|
255
|
+
cancelButtonText: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
256
|
+
cancelButtonType: import('vue-types').VueTypeDef<"success" | "warning" | "primary" | "danger" | "ordinary">;
|
|
257
|
+
"v-model-key": import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
258
|
+
default: boolean;
|
|
259
|
+
};
|
|
260
|
+
effect: import('vue-types').VueTypeDef<"custom" | "compact" | "standard">;
|
|
261
|
+
purpose: import('vue-types').VueTypeDef<"gray" | "marketing" | "interaction">;
|
|
262
|
+
title: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
263
|
+
titleStyle: import('vue-types').VueTypeValidableDef<import('vue').CSSProperties, import('vue-types/dist/types').ValidatorFunction<import('vue').CSSProperties>> & {
|
|
264
|
+
default: () => import('vue').CSSProperties;
|
|
265
|
+
};
|
|
266
|
+
background: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>> & {
|
|
267
|
+
default: string;
|
|
268
|
+
};
|
|
269
|
+
closeable: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
270
|
+
default: boolean;
|
|
271
|
+
};
|
|
272
|
+
backable: import('vue-types').VueTypeValidableDef<boolean | undefined, import('vue-types/dist/types').ValidatorFunction<boolean | undefined>>;
|
|
273
|
+
showHeader: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
274
|
+
default: boolean;
|
|
275
|
+
};
|
|
276
|
+
headerStyle: import('vue-types').VueTypeValidableDef<import('vue').CSSProperties, import('vue-types/dist/types').ValidatorFunction<import('vue').CSSProperties>> & {
|
|
277
|
+
default: () => import('vue').CSSProperties;
|
|
278
|
+
};
|
|
279
|
+
headerClass: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>> & {
|
|
280
|
+
default: string;
|
|
281
|
+
};
|
|
282
|
+
padding: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
283
|
+
default: boolean;
|
|
284
|
+
};
|
|
285
|
+
openEvent: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
286
|
+
position: import('vue-types').VueTypeDef<"left" | "right" | "center" | "bottom">;
|
|
287
|
+
horizontalScreenPosition: import('vue-types').VueTypeDef<"left" | "right" | "center" | "bottom"> & {
|
|
288
|
+
default: "left" | "right" | "center" | "bottom";
|
|
289
|
+
};
|
|
290
|
+
horizontalScreenClassName: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>> & {
|
|
291
|
+
default: string;
|
|
292
|
+
};
|
|
293
|
+
width: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
294
|
+
height: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
295
|
+
bodyMaxHeight: import('vue-types').VueTypeDef<string | number> & {
|
|
296
|
+
default: string | number;
|
|
297
|
+
};
|
|
298
|
+
bodyHeightPercent: import('vue-types').VueTypeValidableDef<number, import('vue-types/dist/types').ValidatorFunction<number>>;
|
|
299
|
+
dynamicHeight: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
300
|
+
default: boolean;
|
|
301
|
+
};
|
|
302
|
+
fillBody: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
303
|
+
default: boolean;
|
|
304
|
+
};
|
|
305
|
+
forceFullpage: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
306
|
+
default: boolean;
|
|
307
|
+
};
|
|
308
|
+
bodyStyle: import('vue-types').VueTypeValidableDef<import('vue').CSSProperties, import('vue-types/dist/types').ValidatorFunction<import('vue').CSSProperties>> & {
|
|
309
|
+
default: () => import('vue').CSSProperties;
|
|
310
|
+
};
|
|
311
|
+
appendTo: import('vue-types').VueTypeDef<HTMLElement | undefined> & {
|
|
312
|
+
default: (() => HTMLElement) | undefined;
|
|
313
|
+
};
|
|
314
|
+
showModal: import('vue-types').VueTypeValidableDef<boolean | undefined, import('vue-types/dist/types').ValidatorFunction<boolean | undefined>>;
|
|
315
|
+
hideShadow: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
316
|
+
default: boolean;
|
|
317
|
+
};
|
|
318
|
+
closeOnMask: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
319
|
+
default: boolean;
|
|
320
|
+
};
|
|
321
|
+
popupConfig: import('vue-types').VueTypeValidableDef<import('../../../popup').PopupConfig, import('vue-types/dist/types').ValidatorFunction<import('../../../popup').PopupConfig>>;
|
|
322
|
+
showScrollbar: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
323
|
+
default: boolean;
|
|
324
|
+
};
|
|
325
|
+
customClose: import('vue-types').VueTypeValidableDef<import('../../../popup').CustomClosePopup, import('vue-types/dist/types').ValidatorFunction<import('../../../popup').CustomClosePopup>>;
|
|
326
|
+
customBack: import('vue-types').VueTypeValidableDef<import('../../../popup').CustomBackPopup, import('vue-types/dist/types').ValidatorFunction<import('../../../popup').CustomBackPopup>>;
|
|
327
|
+
draggable: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
328
|
+
default: boolean;
|
|
329
|
+
};
|
|
330
|
+
positionComputedElem: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>> & {
|
|
331
|
+
default: string;
|
|
332
|
+
};
|
|
333
|
+
bodyLocked: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
334
|
+
default: boolean;
|
|
335
|
+
};
|
|
336
|
+
popupTransition: import('vue-types').VueTypeDef<string | boolean> & {
|
|
337
|
+
default: string | boolean;
|
|
338
|
+
};
|
|
339
|
+
insertFullscreen: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
340
|
+
default: boolean;
|
|
341
|
+
};
|
|
342
|
+
showFooterBtn: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
343
|
+
default: boolean;
|
|
344
|
+
};
|
|
345
|
+
headerTooltip: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
346
|
+
}>>;
|
|
347
|
+
};
|
|
18
348
|
};
|
|
19
349
|
export declare const useDataExportRecord: (options: {
|
|
20
350
|
props: VueProps<typeof dataExportRecordProps>;
|
|
@@ -1,20 +1,8 @@
|
|
|
1
1
|
import { SelectOptionItem } from '../../form/select';
|
|
2
2
|
import { ValidatorRules } from '../../../plugins/async-validator';
|
|
3
3
|
import { VueEmit, VueProps } from '../../../vue-utils';
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
* iframe 弹框形式打开
|
|
7
|
-
*/
|
|
8
|
-
PopUp = "POP_UP",
|
|
9
|
-
/**
|
|
10
|
-
* 新窗口打开
|
|
11
|
-
*/
|
|
12
|
-
NewWindow = "NEW_WINDOW",
|
|
13
|
-
/**
|
|
14
|
-
* 当前窗口打开
|
|
15
|
-
*/
|
|
16
|
-
CurrentWindow = "CURRENT_WINDOW"
|
|
17
|
-
}
|
|
4
|
+
import { LinkJumpWay } from '@polyv/utils-external-link';
|
|
5
|
+
export { LinkJumpWay };
|
|
18
6
|
export declare enum LinkType {
|
|
19
7
|
Normal = 10,
|
|
20
8
|
MultiPlatform = 11
|
|
@@ -498,4 +486,3 @@ export declare const useExternalLinks: ({ props, emit }: UseExternalLinksOptions
|
|
|
498
486
|
isAdvancedFieldActive: (field: AdvancedFieldKey) => boolean;
|
|
499
487
|
validateCurrentForm: () => Promise<void>;
|
|
500
488
|
};
|
|
501
|
-
export {};
|
|
@@ -8,7 +8,7 @@ export declare const PwcFileUpload: import('../../../vue-utils/install-utils').S
|
|
|
8
8
|
"v-model-key": import('vue-types').VueTypeDef<string | string[]> & {
|
|
9
9
|
default: string | (() => string[]);
|
|
10
10
|
};
|
|
11
|
-
method: import('vue-types').VueTypeDef<"drag" | "button" | "card">;
|
|
11
|
+
method: import('vue-types').VueTypeDef<"drag" | "button" | "custom" | "card">;
|
|
12
12
|
listType: import('vue-types').VueTypeDef<"text" | "picture-card"> & {
|
|
13
13
|
default: "text" | "picture-card";
|
|
14
14
|
};
|
|
@@ -90,7 +90,7 @@ export declare const PwcFileUpload: import('../../../vue-utils/install-utils').S
|
|
|
90
90
|
"v-model-key": import('vue-types').VueTypeDef<string | string[]> & {
|
|
91
91
|
default: string | (() => string[]);
|
|
92
92
|
};
|
|
93
|
-
method: import('vue-types').VueTypeDef<"drag" | "button" | "card">;
|
|
93
|
+
method: import('vue-types').VueTypeDef<"drag" | "button" | "custom" | "card">;
|
|
94
94
|
listType: import('vue-types').VueTypeDef<"text" | "picture-card"> & {
|
|
95
95
|
default: "text" | "picture-card";
|
|
96
96
|
};
|
|
@@ -196,7 +196,7 @@ export declare const PwcFileUpload: import('../../../vue-utils/install-utils').S
|
|
|
196
196
|
"v-model-key": import('vue-types').VueTypeDef<string | string[]> & {
|
|
197
197
|
default: string | (() => string[]);
|
|
198
198
|
};
|
|
199
|
-
method: import('vue-types').VueTypeDef<"drag" | "button" | "card">;
|
|
199
|
+
method: import('vue-types').VueTypeDef<"drag" | "button" | "custom" | "card">;
|
|
200
200
|
listType: import('vue-types').VueTypeDef<"text" | "picture-card"> & {
|
|
201
201
|
default: "text" | "picture-card";
|
|
202
202
|
};
|
|
@@ -281,7 +281,7 @@ export declare const PwcFileUpload: import('../../../vue-utils/install-utils').S
|
|
|
281
281
|
"v-model-key": import('vue-types').VueTypeDef<string | string[]> & {
|
|
282
282
|
default: string | (() => string[]);
|
|
283
283
|
};
|
|
284
|
-
method: import('vue-types').VueTypeDef<"drag" | "button" | "card">;
|
|
284
|
+
method: import('vue-types').VueTypeDef<"drag" | "button" | "custom" | "card">;
|
|
285
285
|
listType: import('vue-types').VueTypeDef<"text" | "picture-card"> & {
|
|
286
286
|
default: "text" | "picture-card";
|
|
287
287
|
};
|
|
@@ -363,7 +363,7 @@ export declare const PwcFileUpload: import('../../../vue-utils/install-utils').S
|
|
|
363
363
|
"v-model-key": import('vue-types').VueTypeDef<string | string[]> & {
|
|
364
364
|
default: string | (() => string[]);
|
|
365
365
|
};
|
|
366
|
-
method: import('vue-types').VueTypeDef<"drag" | "button" | "card">;
|
|
366
|
+
method: import('vue-types').VueTypeDef<"drag" | "button" | "custom" | "card">;
|
|
367
367
|
listType: import('vue-types').VueTypeDef<"text" | "picture-card"> & {
|
|
368
368
|
default: "text" | "picture-card";
|
|
369
369
|
};
|
|
@@ -473,7 +473,7 @@ export declare const PwcFileUpload: import('../../../vue-utils/install-utils').S
|
|
|
473
473
|
"v-model-key": import('vue-types').VueTypeDef<string | string[]> & {
|
|
474
474
|
default: string | (() => string[]);
|
|
475
475
|
};
|
|
476
|
-
method: import('vue-types').VueTypeDef<"drag" | "button" | "card">;
|
|
476
|
+
method: import('vue-types').VueTypeDef<"drag" | "button" | "custom" | "card">;
|
|
477
477
|
listType: import('vue-types').VueTypeDef<"text" | "picture-card"> & {
|
|
478
478
|
default: "text" | "picture-card";
|
|
479
479
|
};
|
|
@@ -554,6 +554,11 @@ export declare const PwcFileUpload: import('../../../vue-utils/install-utils').S
|
|
|
554
554
|
};
|
|
555
555
|
} & (new () => {
|
|
556
556
|
$scopedSlots: {
|
|
557
|
+
default?(_: {
|
|
558
|
+
disabled: boolean;
|
|
559
|
+
remainCount: number;
|
|
560
|
+
uploadPlaceholderText: string | undefined;
|
|
561
|
+
}): any;
|
|
557
562
|
'placeholder-suffix'?(_: {}): any;
|
|
558
563
|
'file-item'?(_: {
|
|
559
564
|
url: string | undefined;
|
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
declare function __VLS_template(): {
|
|
2
2
|
attrs: Partial<{}>;
|
|
3
3
|
slots: {
|
|
4
|
+
default?(_: {
|
|
5
|
+
disabled: boolean;
|
|
6
|
+
remainCount: number;
|
|
7
|
+
uploadPlaceholderText: string | undefined;
|
|
8
|
+
}): any;
|
|
4
9
|
'placeholder-suffix'?(_: {}): any;
|
|
5
10
|
'file-item'?(_: {
|
|
6
11
|
url: string | undefined;
|
|
@@ -24,7 +29,7 @@ declare const __VLS_component: import('vue').DefineComponent<{
|
|
|
24
29
|
"v-model-key": import('vue-types').VueTypeDef<string | string[]> & {
|
|
25
30
|
default: string | (() => string[]);
|
|
26
31
|
};
|
|
27
|
-
method: import('vue-types').VueTypeDef<"drag" | "button" | "card">;
|
|
32
|
+
method: import('vue-types').VueTypeDef<"drag" | "button" | "custom" | "card">;
|
|
28
33
|
listType: import('vue-types').VueTypeDef<"text" | "picture-card"> & {
|
|
29
34
|
default: "text" | "picture-card";
|
|
30
35
|
};
|
|
@@ -117,7 +122,7 @@ declare const __VLS_component: import('vue').DefineComponent<{
|
|
|
117
122
|
"v-model-key": import('vue-types').VueTypeDef<string | string[]> & {
|
|
118
123
|
default: string | (() => string[]);
|
|
119
124
|
};
|
|
120
|
-
method: import('vue-types').VueTypeDef<"drag" | "button" | "card">;
|
|
125
|
+
method: import('vue-types').VueTypeDef<"drag" | "button" | "custom" | "card">;
|
|
121
126
|
listType: import('vue-types').VueTypeDef<"text" | "picture-card"> & {
|
|
122
127
|
default: "text" | "picture-card";
|
|
123
128
|
};
|
|
@@ -94,7 +94,7 @@ declare module '../../../../../hooks/business/use-config-provider' {
|
|
|
94
94
|
}
|
|
95
95
|
export declare const fileUploadListTypes: readonly ["text", "picture-card"];
|
|
96
96
|
export type FileUploadListType = (typeof fileUploadListTypes)[number];
|
|
97
|
-
export declare const fileUploadMethods: readonly ["button", "drag", "card"];
|
|
97
|
+
export declare const fileUploadMethods: readonly ["button", "drag", "card", "custom"];
|
|
98
98
|
export type FileUploadMethod = (typeof fileUploadMethods)[number];
|
|
99
99
|
export declare const fileUploadProps: () => {
|
|
100
100
|
/**
|
|
@@ -106,7 +106,7 @@ export declare const fileUploadProps: () => {
|
|
|
106
106
|
/**
|
|
107
107
|
* 上传方式
|
|
108
108
|
*/
|
|
109
|
-
method: import('vue-types').VueTypeDef<"drag" | "button" | "card">;
|
|
109
|
+
method: import('vue-types').VueTypeDef<"drag" | "button" | "custom" | "card">;
|
|
110
110
|
/**
|
|
111
111
|
* 列表类型
|
|
112
112
|
* @default 'text'
|
|
@@ -278,6 +278,20 @@ export declare const fileUploadEmits: () => {
|
|
|
278
278
|
'choice-file-callback': import('../../../../../vue-utils').EmitFuncType<File[]>;
|
|
279
279
|
change: import('../../../../../vue-utils').EmitFuncType<string | string[]>;
|
|
280
280
|
};
|
|
281
|
+
export interface FileUploadDefaultSlotData {
|
|
282
|
+
/**
|
|
283
|
+
* 上传入口是否禁用
|
|
284
|
+
*/
|
|
285
|
+
disabled: boolean;
|
|
286
|
+
/**
|
|
287
|
+
* 剩余可上传数量
|
|
288
|
+
*/
|
|
289
|
+
remainCount: number;
|
|
290
|
+
/**
|
|
291
|
+
* 上传占位文本
|
|
292
|
+
*/
|
|
293
|
+
uploadPlaceholderText: string | undefined;
|
|
294
|
+
}
|
|
281
295
|
export interface FileUploadItemSlotData {
|
|
282
296
|
/**
|
|
283
297
|
* 地址
|
|
@@ -313,6 +327,10 @@ export interface FileUploadItemSlotData {
|
|
|
313
327
|
replaceItem: () => void;
|
|
314
328
|
}
|
|
315
329
|
export interface FileUploadSlots {
|
|
330
|
+
/**
|
|
331
|
+
* 自定义上传入口,仅 method 为 custom 时渲染
|
|
332
|
+
*/
|
|
333
|
+
default: FileUploadDefaultSlotData;
|
|
316
334
|
/**
|
|
317
335
|
* 文件节点
|
|
318
336
|
*/
|
|
@@ -1,10 +1,11 @@
|
|
|
1
|
-
import { FileUploadItemSlotData, FileUploadSlots } from './props-define';
|
|
1
|
+
import { FileUploadDefaultSlotData, FileUploadItemSlotData, FileUploadSlots } from './props-define';
|
|
2
2
|
import { VNode } from 'vue';
|
|
3
3
|
export interface FileUploadSlotInject {
|
|
4
4
|
hasSlot: (name: keyof FileUploadSlots) => boolean;
|
|
5
5
|
getFileUploadItemRenderSlot: (params: FileUploadItemSlotData) => VNode[] | undefined;
|
|
6
6
|
}
|
|
7
7
|
export declare const useFileUploadSlots: () => {
|
|
8
|
+
getFileUploadDefaultSlotData: (params: FileUploadDefaultSlotData) => FileUploadDefaultSlotData;
|
|
8
9
|
getFileUploadItemSlotData: (params?: FileUploadItemSlotData) => FileUploadItemSlotData;
|
|
9
10
|
};
|
|
10
11
|
export declare function useFileUploadSlotsInject(): FileUploadSlotInject;
|
|
@@ -101,7 +101,7 @@ export declare const useFileUpload: (options: {
|
|
|
101
101
|
inputAcceptType: ComputedRef<string>;
|
|
102
102
|
realCountLimit: ComputedRef<number>;
|
|
103
103
|
uploadPlaceholderText: ComputedRef<string | undefined>;
|
|
104
|
-
uploadMethod: ComputedRef<"drag" | "button" | "card">;
|
|
104
|
+
uploadMethod: ComputedRef<"drag" | "button" | "custom" | "card">;
|
|
105
105
|
triggerUpload: () => Promise<void>;
|
|
106
106
|
updateValue: () => void;
|
|
107
107
|
isSmallStyle: ComputedRef<boolean>;
|
|
@@ -10,6 +10,9 @@ export declare const PwcFormItem: import('../../../vue-utils/install-utils').SFC
|
|
|
10
10
|
};
|
|
11
11
|
errorMessage: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
12
12
|
labelModel: import('vue-types').VueTypeDef<"header" | "inline" | "box">;
|
|
13
|
+
boxStatic: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
14
|
+
default: boolean;
|
|
15
|
+
};
|
|
13
16
|
required: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
14
17
|
default: boolean;
|
|
15
18
|
};
|
|
@@ -37,6 +40,9 @@ export declare const PwcFormItem: import('../../../vue-utils/install-utils').SFC
|
|
|
37
40
|
};
|
|
38
41
|
errorMessage: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
39
42
|
labelModel: import('vue-types').VueTypeDef<"header" | "inline" | "box">;
|
|
43
|
+
boxStatic: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
44
|
+
default: boolean;
|
|
45
|
+
};
|
|
40
46
|
required: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
41
47
|
default: boolean;
|
|
42
48
|
};
|
|
@@ -55,6 +61,7 @@ export declare const PwcFormItem: import('../../../vue-utils/install-utils').SFC
|
|
|
55
61
|
}>>, {}, {
|
|
56
62
|
required: boolean;
|
|
57
63
|
showErrorMessage: boolean;
|
|
64
|
+
boxStatic: boolean;
|
|
58
65
|
tipsInline: boolean;
|
|
59
66
|
validateData: any;
|
|
60
67
|
blurValidate: boolean;
|
|
@@ -70,6 +77,9 @@ export declare const PwcFormItem: import('../../../vue-utils/install-utils').SFC
|
|
|
70
77
|
};
|
|
71
78
|
errorMessage: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
72
79
|
labelModel: import('vue-types').VueTypeDef<"header" | "inline" | "box">;
|
|
80
|
+
boxStatic: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
81
|
+
default: boolean;
|
|
82
|
+
};
|
|
73
83
|
required: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
74
84
|
default: boolean;
|
|
75
85
|
};
|
|
@@ -108,6 +118,9 @@ export declare const PwcFormItem: import('../../../vue-utils/install-utils').SFC
|
|
|
108
118
|
};
|
|
109
119
|
errorMessage: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
110
120
|
labelModel: import('vue-types').VueTypeDef<"header" | "inline" | "box">;
|
|
121
|
+
boxStatic: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
122
|
+
default: boolean;
|
|
123
|
+
};
|
|
111
124
|
required: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
112
125
|
default: boolean;
|
|
113
126
|
};
|
|
@@ -135,6 +148,9 @@ export declare const PwcFormItem: import('../../../vue-utils/install-utils').SFC
|
|
|
135
148
|
};
|
|
136
149
|
errorMessage: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
137
150
|
labelModel: import('vue-types').VueTypeDef<"header" | "inline" | "box">;
|
|
151
|
+
boxStatic: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
152
|
+
default: boolean;
|
|
153
|
+
};
|
|
138
154
|
required: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
139
155
|
default: boolean;
|
|
140
156
|
};
|
|
@@ -164,6 +180,7 @@ export declare const PwcFormItem: import('../../../vue-utils/install-utils').SFC
|
|
|
164
180
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
165
181
|
required: boolean;
|
|
166
182
|
showErrorMessage: boolean;
|
|
183
|
+
boxStatic: boolean;
|
|
167
184
|
tipsInline: boolean;
|
|
168
185
|
validateData: any;
|
|
169
186
|
blurValidate: boolean;
|
|
@@ -180,6 +197,9 @@ export declare const PwcFormItem: import('../../../vue-utils/install-utils').SFC
|
|
|
180
197
|
};
|
|
181
198
|
errorMessage: import('vue-types').VueTypeValidableDef<string, import('vue-types/dist/types').ValidatorFunction<string>>;
|
|
182
199
|
labelModel: import('vue-types').VueTypeDef<"header" | "inline" | "box">;
|
|
200
|
+
boxStatic: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
201
|
+
default: boolean;
|
|
202
|
+
};
|
|
183
203
|
required: import('vue-types').VueTypeValidableDef<boolean, import('vue-types/dist/types').ValidatorFunction<boolean>> & {
|
|
184
204
|
default: boolean;
|
|
185
205
|
};
|