3h1-ui 3.0.0-next.249 → 3.0.0-next.250
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/index.js +26 -24
- package/es/style.css +21 -33
- package/es/ui/src/AdvancedSearch/src/AdvancedSearch.vue.d.ts +279 -0
- package/es/ui/src/Basic/src/BasicHelp.d.ts +2 -2
- package/es/ui/src/Basic/src/BasicTitle.vue.d.ts +2 -2
- package/es/ui/src/BasicContainer/src/BasicContainer.vue.d.ts +1 -1
- package/es/ui/src/Button/index.d.ts +7 -7
- package/es/ui/src/Button/src/BasicButton.d.ts +3 -3
- package/es/ui/src/Button/src/props.d.ts +1 -1
- package/es/ui/src/ColorPickerPopover/src/ColorPickerPopover.d.ts +1 -1
- package/es/ui/src/Container/src/LazyContainer.vue.d.ts +2 -2
- package/es/ui/src/Container/src/collapse/CollapseContainer.vue.d.ts +1 -384
- package/es/ui/src/ContextMenu/src/ContextMenu.d.ts +2 -2
- package/es/ui/src/Cropper/src/CopperModal.vue.d.ts +2 -2
- package/es/ui/src/Cropper/src/CropperAvatar.vue.d.ts +3 -3
- package/es/ui/src/Description/src/Description.d.ts +1 -1
- package/es/ui/src/Descriptions/index.d.ts +3 -3
- package/es/ui/src/Descriptions/src/ShyDescriptions.d.ts +1 -1
- package/es/ui/src/DescriptionsForm/index.d.ts +426 -0
- package/es/ui/src/DescriptionsForm/src/DescriptionsForm.vue.d.ts +106 -0
- package/es/ui/src/Drawer/src/BasicDrawer.vue.d.ts +1 -1
- package/es/ui/src/Modal/index.d.ts +7 -7
- package/es/ui/src/Modal/src/BasicModal.vue.d.ts +2 -2
- package/es/ui/src/Modal/src/components/BasicTitle.vue.d.ts +2 -2
- package/es/ui/src/Modal/src/components/Modal.d.ts +1 -1
- package/es/ui/src/Modal/src/components/ModalFooter.vue.d.ts +1 -1
- package/es/ui/src/Modal/src/components/ModalWrapper.vue.d.ts +1 -1
- package/es/ui/src/Page/src/PageSecond.d.ts +1 -1
- package/es/ui/src/Process/src/Process.d.ts +1 -1
- package/es/ui/src/ShyContainer/src/ShyContainer.d.ts +4 -4
- package/es/ui/src/ShyContainer/src/props.d.ts +1 -1
- package/es/ui/src/ShyForm/src/ShyForm.d.ts +161 -161
- package/es/ui/src/ShyForm/src/components/ApiModalSelect/ApiModalSelect.vue.d.ts +2211 -0
- package/es/ui/src/ShyForm/src/components/ApiModalSelect/DeptTree.vue.d.ts +4 -4
- package/es/ui/src/ShyForm/src/components/ApiModalSelect/Modal.vue.d.ts +13 -13
- package/es/ui/src/ShyForm/src/components/ApiModalSelect/Table.vue.d.ts +2 -2
- package/es/ui/src/ShyForm/src/components/ApiSelect.vue.d.ts +1 -1
- package/es/ui/src/ShyForm/src/components/ApiTransfer.vue.d.ts +3 -3
- package/es/ui/src/ShyForm/src/components/FormAction.vue.d.ts +1 -1
- package/es/ui/src/ShyForm/src/components/Table.d.ts +2 -2
- package/es/ui/src/ShyForm/src/hooks/useLabelWidth.d.ts +13 -13
- package/es/ui/src/ShyForm/src/props.d.ts +80 -80
- package/es/ui/src/ShyTable/src/ShyTable.d.ts +2 -2
- package/es/ui/src/ShyTable/src/components/HeaderCell.vue.d.ts +2 -2
- package/es/ui/src/ShyTable/src/components/ShyTableAction.d.ts +1 -1
- package/es/ui/src/ShyTable/src/components/TableImg.vue.d.ts +1 -1
- package/es/ui/src/TablePlus/TablePlus.vue.d.ts +163 -606
- package/es/ui/src/TablePlus/components/ButtonGroupEdit.vue.d.ts +1 -1
- package/es/ui/src/Tree/src/BasicTree.d.ts +3 -3
- package/es/ui/src/Upload/index.d.ts +9574 -0
- package/es/ui/src/Upload/src/BasicUpload.vue.d.ts +2949 -0
- package/es/ui/src/Upload/src/components/FileList.d.ts +18 -18
- package/es/ui/src/Upload/src/components/ImageUpload.vue.d.ts +410 -0
- package/es/ui/src/Upload/src/components/ThumbUrl.vue.d.ts +25 -0
- package/es/ui/src/Upload/src/components/UploadModal.vue.d.ts +1350 -0
- package/es/ui/src/Upload/src/components/UploadPreviewModal.vue.d.ts +25 -25
- package/lib/index.js +26 -24
- package/lib/style.css +21 -33
- package/lib/ui/src/AdvancedSearch/src/AdvancedSearch.vue.d.ts +279 -0
- package/lib/ui/src/Basic/src/BasicHelp.d.ts +2 -2
- package/lib/ui/src/Basic/src/BasicTitle.vue.d.ts +2 -2
- package/lib/ui/src/BasicContainer/src/BasicContainer.vue.d.ts +1 -1
- package/lib/ui/src/Button/index.d.ts +7 -7
- package/lib/ui/src/Button/src/BasicButton.d.ts +3 -3
- package/lib/ui/src/Button/src/props.d.ts +1 -1
- package/lib/ui/src/ColorPickerPopover/src/ColorPickerPopover.d.ts +1 -1
- package/lib/ui/src/Container/src/LazyContainer.vue.d.ts +2 -2
- package/lib/ui/src/Container/src/collapse/CollapseContainer.vue.d.ts +1 -384
- package/lib/ui/src/ContextMenu/src/ContextMenu.d.ts +2 -2
- package/lib/ui/src/Cropper/src/CopperModal.vue.d.ts +2 -2
- package/lib/ui/src/Cropper/src/CropperAvatar.vue.d.ts +3 -3
- package/lib/ui/src/Description/src/Description.d.ts +1 -1
- package/lib/ui/src/Descriptions/index.d.ts +3 -3
- package/lib/ui/src/Descriptions/src/ShyDescriptions.d.ts +1 -1
- package/lib/ui/src/DescriptionsForm/index.d.ts +426 -0
- package/lib/ui/src/DescriptionsForm/src/DescriptionsForm.vue.d.ts +106 -0
- package/lib/ui/src/Drawer/src/BasicDrawer.vue.d.ts +1 -1
- package/lib/ui/src/Modal/index.d.ts +7 -7
- package/lib/ui/src/Modal/src/BasicModal.vue.d.ts +2 -2
- package/lib/ui/src/Modal/src/components/BasicTitle.vue.d.ts +2 -2
- package/lib/ui/src/Modal/src/components/Modal.d.ts +1 -1
- package/lib/ui/src/Modal/src/components/ModalFooter.vue.d.ts +1 -1
- package/lib/ui/src/Modal/src/components/ModalWrapper.vue.d.ts +1 -1
- package/lib/ui/src/Page/src/PageSecond.d.ts +1 -1
- package/lib/ui/src/Process/src/Process.d.ts +1 -1
- package/lib/ui/src/ShyContainer/src/ShyContainer.d.ts +4 -4
- package/lib/ui/src/ShyContainer/src/props.d.ts +1 -1
- package/lib/ui/src/ShyForm/src/ShyForm.d.ts +161 -161
- package/lib/ui/src/ShyForm/src/components/ApiModalSelect/ApiModalSelect.vue.d.ts +2211 -0
- package/lib/ui/src/ShyForm/src/components/ApiModalSelect/DeptTree.vue.d.ts +4 -4
- package/lib/ui/src/ShyForm/src/components/ApiModalSelect/Modal.vue.d.ts +13 -13
- package/lib/ui/src/ShyForm/src/components/ApiModalSelect/Table.vue.d.ts +2 -2
- package/lib/ui/src/ShyForm/src/components/ApiSelect.vue.d.ts +1 -1
- package/lib/ui/src/ShyForm/src/components/ApiTransfer.vue.d.ts +3 -3
- package/lib/ui/src/ShyForm/src/components/FormAction.vue.d.ts +1 -1
- package/lib/ui/src/ShyForm/src/components/Table.d.ts +2 -2
- package/lib/ui/src/ShyForm/src/hooks/useLabelWidth.d.ts +13 -13
- package/lib/ui/src/ShyForm/src/props.d.ts +80 -80
- package/lib/ui/src/ShyTable/src/ShyTable.d.ts +2 -2
- package/lib/ui/src/ShyTable/src/components/HeaderCell.vue.d.ts +2 -2
- package/lib/ui/src/ShyTable/src/components/ShyTableAction.d.ts +1 -1
- package/lib/ui/src/ShyTable/src/components/TableImg.vue.d.ts +1 -1
- package/lib/ui/src/TablePlus/TablePlus.vue.d.ts +163 -606
- package/lib/ui/src/TablePlus/components/ButtonGroupEdit.vue.d.ts +1 -1
- package/lib/ui/src/Tree/src/BasicTree.d.ts +3 -3
- package/lib/ui/src/Upload/index.d.ts +9574 -0
- package/lib/ui/src/Upload/src/BasicUpload.vue.d.ts +2949 -0
- package/lib/ui/src/Upload/src/components/FileList.d.ts +18 -18
- package/lib/ui/src/Upload/src/components/ImageUpload.vue.d.ts +410 -0
- package/lib/ui/src/Upload/src/components/ThumbUrl.vue.d.ts +25 -0
- package/lib/ui/src/Upload/src/components/UploadModal.vue.d.ts +1350 -0
- package/lib/ui/src/Upload/src/components/UploadPreviewModal.vue.d.ts +25 -25
- package/package.json +3 -3
|
@@ -282,13 +282,13 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
282
282
|
size: "small" | "default" | "large";
|
|
283
283
|
mask: boolean;
|
|
284
284
|
loading: boolean;
|
|
285
|
-
visible: boolean;
|
|
286
285
|
defaultFullscreen: boolean;
|
|
287
286
|
canFullscreen: boolean;
|
|
288
287
|
wrapperFooterOffset: number;
|
|
289
288
|
useWrapper: boolean;
|
|
290
289
|
showCancelBtn: boolean;
|
|
291
290
|
showOkBtn: boolean;
|
|
291
|
+
visible: boolean;
|
|
292
292
|
closable: boolean;
|
|
293
293
|
confirmLoading: boolean;
|
|
294
294
|
destroyOnClose: boolean;
|
|
@@ -86,12 +86,12 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
86
86
|
}, {
|
|
87
87
|
size: "small" | "default" | "large";
|
|
88
88
|
loading: boolean;
|
|
89
|
-
visible: boolean;
|
|
90
89
|
useWrapper: boolean;
|
|
91
90
|
footerOffset: number;
|
|
92
91
|
modalHeaderHeight: number;
|
|
93
92
|
modalFooterHeight: number;
|
|
94
93
|
minHeight: number;
|
|
94
|
+
visible: boolean;
|
|
95
95
|
fullScreen: boolean;
|
|
96
96
|
}, {}>;
|
|
97
97
|
export default _sfc_main;
|
|
@@ -50,8 +50,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
50
50
|
};
|
|
51
51
|
}>> & {
|
|
52
52
|
onCancel?: (...args: any[]) => any;
|
|
53
|
-
onConfirm?: (...args: any[]) => any;
|
|
54
53
|
"onClick-return"?: (...args: any[]) => any;
|
|
54
|
+
onConfirm?: (...args: any[]) => any;
|
|
55
55
|
}, {
|
|
56
56
|
title: string;
|
|
57
57
|
isShowFooter: boolean;
|
|
@@ -72,8 +72,8 @@ declare const Process: import("vue").DefineComponent<{
|
|
|
72
72
|
data: Recordable<any>[];
|
|
73
73
|
title: string;
|
|
74
74
|
options: Recordable<any>[];
|
|
75
|
-
fieldNames: Record<string, any>;
|
|
76
75
|
labelWidth: number;
|
|
76
|
+
fieldNames: Record<string, any>;
|
|
77
77
|
columns: Recordable<any>[];
|
|
78
78
|
timeFormat: string;
|
|
79
79
|
}, {}>;
|
|
@@ -91,7 +91,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
91
91
|
default: () => any[];
|
|
92
92
|
};
|
|
93
93
|
pageHeader: {
|
|
94
|
-
type: ((new (...args: any[]) => "
|
|
94
|
+
type: ((new (...args: any[]) => "flag" | "arrow") | (() => "flag" | "arrow")) | ((new (...args: any[]) => "flag" | "arrow") | (() => "flag" | "arrow"))[];
|
|
95
95
|
default: string;
|
|
96
96
|
};
|
|
97
97
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("cancel" | "submit" | "save" | "route-change")[], "cancel" | "submit" | "save" | "route-change", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -187,7 +187,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
187
187
|
default: () => any[];
|
|
188
188
|
};
|
|
189
189
|
pageHeader: {
|
|
190
|
-
type: ((new (...args: any[]) => "
|
|
190
|
+
type: ((new (...args: any[]) => "flag" | "arrow") | (() => "flag" | "arrow")) | ((new (...args: any[]) => "flag" | "arrow") | (() => "flag" | "arrow"))[];
|
|
191
191
|
default: string;
|
|
192
192
|
};
|
|
193
193
|
}>> & {
|
|
@@ -196,8 +196,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
196
196
|
onCancel?: (...args: any[]) => any;
|
|
197
197
|
"onRoute-change"?: (...args: any[]) => any;
|
|
198
198
|
}, {
|
|
199
|
-
loading: boolean;
|
|
200
199
|
onSubmit: (...args: any[]) => any;
|
|
200
|
+
loading: boolean;
|
|
201
201
|
isShowHeader: boolean;
|
|
202
202
|
isShowFooter: boolean;
|
|
203
203
|
isShowBtn: boolean;
|
|
@@ -212,6 +212,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
212
212
|
onCancel: (...args: any[]) => any;
|
|
213
213
|
footerAlign: "left" | "right" | "center";
|
|
214
214
|
navBars: unknown[];
|
|
215
|
-
pageHeader: "
|
|
215
|
+
pageHeader: "flag" | "arrow";
|
|
216
216
|
}, {}>;
|
|
217
217
|
export default _default;
|
|
@@ -91,7 +91,7 @@ export declare const shyContainerProps: {
|
|
|
91
91
|
default: () => any[];
|
|
92
92
|
};
|
|
93
93
|
pageHeader: {
|
|
94
|
-
type: ((new (...args: any[]) => "
|
|
94
|
+
type: ((new (...args: any[]) => "flag" | "arrow") | (() => "flag" | "arrow")) | ((new (...args: any[]) => "flag" | "arrow") | (() => "flag" | "arrow"))[];
|
|
95
95
|
default: string;
|
|
96
96
|
};
|
|
97
97
|
};
|
|
@@ -305,38 +305,38 @@ declare const ShyForm: import("vue").DefineComponent<{
|
|
|
305
305
|
type: ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
306
306
|
align: {
|
|
307
307
|
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
308
|
-
xxl?: "top" | "bottom" | "middle" | "stretch";
|
|
309
|
-
xl?: "top" | "bottom" | "middle" | "stretch";
|
|
310
|
-
lg?: "top" | "bottom" | "middle" | "stretch";
|
|
311
|
-
md?: "top" | "bottom" | "middle" | "stretch";
|
|
312
|
-
sm?: "top" | "bottom" | "middle" | "stretch";
|
|
313
308
|
xs?: "top" | "bottom" | "middle" | "stretch";
|
|
309
|
+
sm?: "top" | "bottom" | "middle" | "stretch";
|
|
310
|
+
md?: "top" | "bottom" | "middle" | "stretch";
|
|
311
|
+
lg?: "top" | "bottom" | "middle" | "stretch";
|
|
312
|
+
xl?: "top" | "bottom" | "middle" | "stretch";
|
|
313
|
+
xxl?: "top" | "bottom" | "middle" | "stretch";
|
|
314
314
|
}>;
|
|
315
315
|
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
316
|
-
xxl?: "top" | "bottom" | "middle" | "stretch";
|
|
317
|
-
xl?: "top" | "bottom" | "middle" | "stretch";
|
|
318
|
-
lg?: "top" | "bottom" | "middle" | "stretch";
|
|
319
|
-
md?: "top" | "bottom" | "middle" | "stretch";
|
|
320
|
-
sm?: "top" | "bottom" | "middle" | "stretch";
|
|
321
316
|
xs?: "top" | "bottom" | "middle" | "stretch";
|
|
317
|
+
sm?: "top" | "bottom" | "middle" | "stretch";
|
|
318
|
+
md?: "top" | "bottom" | "middle" | "stretch";
|
|
319
|
+
lg?: "top" | "bottom" | "middle" | "stretch";
|
|
320
|
+
xl?: "top" | "bottom" | "middle" | "stretch";
|
|
321
|
+
xxl?: "top" | "bottom" | "middle" | "stretch";
|
|
322
322
|
};
|
|
323
323
|
};
|
|
324
324
|
justify: {
|
|
325
325
|
type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
326
|
-
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
327
|
-
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
328
|
-
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
329
|
-
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
330
|
-
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
331
326
|
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
327
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
328
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
329
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
330
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
331
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
332
332
|
}>;
|
|
333
333
|
default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
334
|
-
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
335
|
-
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
336
|
-
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
337
|
-
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
338
|
-
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
339
334
|
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
335
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
336
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
337
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
338
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
339
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
340
340
|
};
|
|
341
341
|
};
|
|
342
342
|
prefixCls: StringConstructor;
|
|
@@ -351,38 +351,38 @@ declare const ShyForm: import("vue").DefineComponent<{
|
|
|
351
351
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
352
352
|
align: {
|
|
353
353
|
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
354
|
-
xxl?: "top" | "bottom" | "middle" | "stretch";
|
|
355
|
-
xl?: "top" | "bottom" | "middle" | "stretch";
|
|
356
|
-
lg?: "top" | "bottom" | "middle" | "stretch";
|
|
357
|
-
md?: "top" | "bottom" | "middle" | "stretch";
|
|
358
|
-
sm?: "top" | "bottom" | "middle" | "stretch";
|
|
359
354
|
xs?: "top" | "bottom" | "middle" | "stretch";
|
|
355
|
+
sm?: "top" | "bottom" | "middle" | "stretch";
|
|
356
|
+
md?: "top" | "bottom" | "middle" | "stretch";
|
|
357
|
+
lg?: "top" | "bottom" | "middle" | "stretch";
|
|
358
|
+
xl?: "top" | "bottom" | "middle" | "stretch";
|
|
359
|
+
xxl?: "top" | "bottom" | "middle" | "stretch";
|
|
360
360
|
}>;
|
|
361
361
|
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
362
|
-
xxl?: "top" | "bottom" | "middle" | "stretch";
|
|
363
|
-
xl?: "top" | "bottom" | "middle" | "stretch";
|
|
364
|
-
lg?: "top" | "bottom" | "middle" | "stretch";
|
|
365
|
-
md?: "top" | "bottom" | "middle" | "stretch";
|
|
366
|
-
sm?: "top" | "bottom" | "middle" | "stretch";
|
|
367
362
|
xs?: "top" | "bottom" | "middle" | "stretch";
|
|
363
|
+
sm?: "top" | "bottom" | "middle" | "stretch";
|
|
364
|
+
md?: "top" | "bottom" | "middle" | "stretch";
|
|
365
|
+
lg?: "top" | "bottom" | "middle" | "stretch";
|
|
366
|
+
xl?: "top" | "bottom" | "middle" | "stretch";
|
|
367
|
+
xxl?: "top" | "bottom" | "middle" | "stretch";
|
|
368
368
|
};
|
|
369
369
|
};
|
|
370
370
|
justify: {
|
|
371
371
|
type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
372
|
-
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
373
|
-
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
374
|
-
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
375
|
-
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
376
|
-
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
377
372
|
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
373
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
374
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
375
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
376
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
377
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
378
378
|
}>;
|
|
379
379
|
default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
380
|
-
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
381
|
-
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
382
|
-
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
383
|
-
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
384
|
-
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
385
380
|
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
381
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
382
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
383
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
384
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
385
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
386
386
|
};
|
|
387
387
|
};
|
|
388
388
|
prefixCls: StringConstructor;
|
|
@@ -397,38 +397,38 @@ declare const ShyForm: import("vue").DefineComponent<{
|
|
|
397
397
|
}>>)) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
398
398
|
align: {
|
|
399
399
|
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
400
|
-
xxl?: "top" | "bottom" | "middle" | "stretch";
|
|
401
|
-
xl?: "top" | "bottom" | "middle" | "stretch";
|
|
402
|
-
lg?: "top" | "bottom" | "middle" | "stretch";
|
|
403
|
-
md?: "top" | "bottom" | "middle" | "stretch";
|
|
404
|
-
sm?: "top" | "bottom" | "middle" | "stretch";
|
|
405
400
|
xs?: "top" | "bottom" | "middle" | "stretch";
|
|
401
|
+
sm?: "top" | "bottom" | "middle" | "stretch";
|
|
402
|
+
md?: "top" | "bottom" | "middle" | "stretch";
|
|
403
|
+
lg?: "top" | "bottom" | "middle" | "stretch";
|
|
404
|
+
xl?: "top" | "bottom" | "middle" | "stretch";
|
|
405
|
+
xxl?: "top" | "bottom" | "middle" | "stretch";
|
|
406
406
|
}>;
|
|
407
407
|
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
408
|
-
xxl?: "top" | "bottom" | "middle" | "stretch";
|
|
409
|
-
xl?: "top" | "bottom" | "middle" | "stretch";
|
|
410
|
-
lg?: "top" | "bottom" | "middle" | "stretch";
|
|
411
|
-
md?: "top" | "bottom" | "middle" | "stretch";
|
|
412
|
-
sm?: "top" | "bottom" | "middle" | "stretch";
|
|
413
408
|
xs?: "top" | "bottom" | "middle" | "stretch";
|
|
409
|
+
sm?: "top" | "bottom" | "middle" | "stretch";
|
|
410
|
+
md?: "top" | "bottom" | "middle" | "stretch";
|
|
411
|
+
lg?: "top" | "bottom" | "middle" | "stretch";
|
|
412
|
+
xl?: "top" | "bottom" | "middle" | "stretch";
|
|
413
|
+
xxl?: "top" | "bottom" | "middle" | "stretch";
|
|
414
414
|
};
|
|
415
415
|
};
|
|
416
416
|
justify: {
|
|
417
417
|
type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
418
|
-
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
419
|
-
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
420
|
-
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
421
|
-
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
422
|
-
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
423
418
|
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
419
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
420
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
421
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
422
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
423
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
424
424
|
}>;
|
|
425
425
|
default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
426
|
-
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
427
|
-
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
428
|
-
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
429
|
-
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
430
|
-
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
431
426
|
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
427
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
428
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
429
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
430
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
431
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
432
432
|
};
|
|
433
433
|
};
|
|
434
434
|
prefixCls: StringConstructor;
|
|
@@ -443,38 +443,38 @@ declare const ShyForm: import("vue").DefineComponent<{
|
|
|
443
443
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
444
444
|
align: {
|
|
445
445
|
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
446
|
-
xxl?: "top" | "bottom" | "middle" | "stretch";
|
|
447
|
-
xl?: "top" | "bottom" | "middle" | "stretch";
|
|
448
|
-
lg?: "top" | "bottom" | "middle" | "stretch";
|
|
449
|
-
md?: "top" | "bottom" | "middle" | "stretch";
|
|
450
|
-
sm?: "top" | "bottom" | "middle" | "stretch";
|
|
451
446
|
xs?: "top" | "bottom" | "middle" | "stretch";
|
|
447
|
+
sm?: "top" | "bottom" | "middle" | "stretch";
|
|
448
|
+
md?: "top" | "bottom" | "middle" | "stretch";
|
|
449
|
+
lg?: "top" | "bottom" | "middle" | "stretch";
|
|
450
|
+
xl?: "top" | "bottom" | "middle" | "stretch";
|
|
451
|
+
xxl?: "top" | "bottom" | "middle" | "stretch";
|
|
452
452
|
}>;
|
|
453
453
|
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
454
|
-
xxl?: "top" | "bottom" | "middle" | "stretch";
|
|
455
|
-
xl?: "top" | "bottom" | "middle" | "stretch";
|
|
456
|
-
lg?: "top" | "bottom" | "middle" | "stretch";
|
|
457
|
-
md?: "top" | "bottom" | "middle" | "stretch";
|
|
458
|
-
sm?: "top" | "bottom" | "middle" | "stretch";
|
|
459
454
|
xs?: "top" | "bottom" | "middle" | "stretch";
|
|
455
|
+
sm?: "top" | "bottom" | "middle" | "stretch";
|
|
456
|
+
md?: "top" | "bottom" | "middle" | "stretch";
|
|
457
|
+
lg?: "top" | "bottom" | "middle" | "stretch";
|
|
458
|
+
xl?: "top" | "bottom" | "middle" | "stretch";
|
|
459
|
+
xxl?: "top" | "bottom" | "middle" | "stretch";
|
|
460
460
|
};
|
|
461
461
|
};
|
|
462
462
|
justify: {
|
|
463
463
|
type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
464
|
-
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
465
|
-
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
466
|
-
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
467
|
-
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
468
|
-
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
469
464
|
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
465
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
466
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
467
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
468
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
469
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
470
470
|
}>;
|
|
471
471
|
default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
472
|
-
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
473
|
-
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
474
|
-
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
475
|
-
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
476
|
-
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
477
472
|
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
473
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
474
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
475
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
476
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
477
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
478
478
|
};
|
|
479
479
|
};
|
|
480
480
|
prefixCls: StringConstructor;
|
|
@@ -809,38 +809,38 @@ declare const ShyForm: import("vue").DefineComponent<{
|
|
|
809
809
|
type: ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
810
810
|
align: {
|
|
811
811
|
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
812
|
-
xxl?: "top" | "bottom" | "middle" | "stretch";
|
|
813
|
-
xl?: "top" | "bottom" | "middle" | "stretch";
|
|
814
|
-
lg?: "top" | "bottom" | "middle" | "stretch";
|
|
815
|
-
md?: "top" | "bottom" | "middle" | "stretch";
|
|
816
|
-
sm?: "top" | "bottom" | "middle" | "stretch";
|
|
817
812
|
xs?: "top" | "bottom" | "middle" | "stretch";
|
|
813
|
+
sm?: "top" | "bottom" | "middle" | "stretch";
|
|
814
|
+
md?: "top" | "bottom" | "middle" | "stretch";
|
|
815
|
+
lg?: "top" | "bottom" | "middle" | "stretch";
|
|
816
|
+
xl?: "top" | "bottom" | "middle" | "stretch";
|
|
817
|
+
xxl?: "top" | "bottom" | "middle" | "stretch";
|
|
818
818
|
}>;
|
|
819
819
|
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
820
|
-
xxl?: "top" | "bottom" | "middle" | "stretch";
|
|
821
|
-
xl?: "top" | "bottom" | "middle" | "stretch";
|
|
822
|
-
lg?: "top" | "bottom" | "middle" | "stretch";
|
|
823
|
-
md?: "top" | "bottom" | "middle" | "stretch";
|
|
824
|
-
sm?: "top" | "bottom" | "middle" | "stretch";
|
|
825
820
|
xs?: "top" | "bottom" | "middle" | "stretch";
|
|
821
|
+
sm?: "top" | "bottom" | "middle" | "stretch";
|
|
822
|
+
md?: "top" | "bottom" | "middle" | "stretch";
|
|
823
|
+
lg?: "top" | "bottom" | "middle" | "stretch";
|
|
824
|
+
xl?: "top" | "bottom" | "middle" | "stretch";
|
|
825
|
+
xxl?: "top" | "bottom" | "middle" | "stretch";
|
|
826
826
|
};
|
|
827
827
|
};
|
|
828
828
|
justify: {
|
|
829
829
|
type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
830
|
-
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
831
|
-
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
832
|
-
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
833
|
-
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
834
|
-
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
835
830
|
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
831
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
832
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
833
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
834
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
835
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
836
836
|
}>;
|
|
837
837
|
default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
838
|
-
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
839
|
-
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
840
|
-
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
841
|
-
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
842
|
-
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
843
838
|
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
839
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
840
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
841
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
842
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
843
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
844
844
|
};
|
|
845
845
|
};
|
|
846
846
|
prefixCls: StringConstructor;
|
|
@@ -855,38 +855,38 @@ declare const ShyForm: import("vue").DefineComponent<{
|
|
|
855
855
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
856
856
|
align: {
|
|
857
857
|
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
858
|
-
xxl?: "top" | "bottom" | "middle" | "stretch";
|
|
859
|
-
xl?: "top" | "bottom" | "middle" | "stretch";
|
|
860
|
-
lg?: "top" | "bottom" | "middle" | "stretch";
|
|
861
|
-
md?: "top" | "bottom" | "middle" | "stretch";
|
|
862
|
-
sm?: "top" | "bottom" | "middle" | "stretch";
|
|
863
858
|
xs?: "top" | "bottom" | "middle" | "stretch";
|
|
859
|
+
sm?: "top" | "bottom" | "middle" | "stretch";
|
|
860
|
+
md?: "top" | "bottom" | "middle" | "stretch";
|
|
861
|
+
lg?: "top" | "bottom" | "middle" | "stretch";
|
|
862
|
+
xl?: "top" | "bottom" | "middle" | "stretch";
|
|
863
|
+
xxl?: "top" | "bottom" | "middle" | "stretch";
|
|
864
864
|
}>;
|
|
865
865
|
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
866
|
-
xxl?: "top" | "bottom" | "middle" | "stretch";
|
|
867
|
-
xl?: "top" | "bottom" | "middle" | "stretch";
|
|
868
|
-
lg?: "top" | "bottom" | "middle" | "stretch";
|
|
869
|
-
md?: "top" | "bottom" | "middle" | "stretch";
|
|
870
|
-
sm?: "top" | "bottom" | "middle" | "stretch";
|
|
871
866
|
xs?: "top" | "bottom" | "middle" | "stretch";
|
|
867
|
+
sm?: "top" | "bottom" | "middle" | "stretch";
|
|
868
|
+
md?: "top" | "bottom" | "middle" | "stretch";
|
|
869
|
+
lg?: "top" | "bottom" | "middle" | "stretch";
|
|
870
|
+
xl?: "top" | "bottom" | "middle" | "stretch";
|
|
871
|
+
xxl?: "top" | "bottom" | "middle" | "stretch";
|
|
872
872
|
};
|
|
873
873
|
};
|
|
874
874
|
justify: {
|
|
875
875
|
type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
876
|
-
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
877
|
-
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
878
|
-
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
879
|
-
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
880
|
-
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
881
876
|
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
877
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
878
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
879
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
880
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
881
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
882
882
|
}>;
|
|
883
883
|
default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
884
|
-
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
885
|
-
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
886
|
-
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
887
|
-
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
888
|
-
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
889
884
|
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
885
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
886
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
887
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
888
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
889
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
890
890
|
};
|
|
891
891
|
};
|
|
892
892
|
prefixCls: StringConstructor;
|
|
@@ -901,38 +901,38 @@ declare const ShyForm: import("vue").DefineComponent<{
|
|
|
901
901
|
}>>)) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
902
902
|
align: {
|
|
903
903
|
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
904
|
-
xxl?: "top" | "bottom" | "middle" | "stretch";
|
|
905
|
-
xl?: "top" | "bottom" | "middle" | "stretch";
|
|
906
|
-
lg?: "top" | "bottom" | "middle" | "stretch";
|
|
907
|
-
md?: "top" | "bottom" | "middle" | "stretch";
|
|
908
|
-
sm?: "top" | "bottom" | "middle" | "stretch";
|
|
909
904
|
xs?: "top" | "bottom" | "middle" | "stretch";
|
|
905
|
+
sm?: "top" | "bottom" | "middle" | "stretch";
|
|
906
|
+
md?: "top" | "bottom" | "middle" | "stretch";
|
|
907
|
+
lg?: "top" | "bottom" | "middle" | "stretch";
|
|
908
|
+
xl?: "top" | "bottom" | "middle" | "stretch";
|
|
909
|
+
xxl?: "top" | "bottom" | "middle" | "stretch";
|
|
910
910
|
}>;
|
|
911
911
|
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
912
|
-
xxl?: "top" | "bottom" | "middle" | "stretch";
|
|
913
|
-
xl?: "top" | "bottom" | "middle" | "stretch";
|
|
914
|
-
lg?: "top" | "bottom" | "middle" | "stretch";
|
|
915
|
-
md?: "top" | "bottom" | "middle" | "stretch";
|
|
916
|
-
sm?: "top" | "bottom" | "middle" | "stretch";
|
|
917
912
|
xs?: "top" | "bottom" | "middle" | "stretch";
|
|
913
|
+
sm?: "top" | "bottom" | "middle" | "stretch";
|
|
914
|
+
md?: "top" | "bottom" | "middle" | "stretch";
|
|
915
|
+
lg?: "top" | "bottom" | "middle" | "stretch";
|
|
916
|
+
xl?: "top" | "bottom" | "middle" | "stretch";
|
|
917
|
+
xxl?: "top" | "bottom" | "middle" | "stretch";
|
|
918
918
|
};
|
|
919
919
|
};
|
|
920
920
|
justify: {
|
|
921
921
|
type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
922
|
-
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
923
|
-
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
924
|
-
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
925
|
-
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
926
|
-
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
927
922
|
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
923
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
924
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
925
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
926
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
927
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
928
928
|
}>;
|
|
929
929
|
default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
930
|
-
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
931
|
-
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
932
|
-
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
933
|
-
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
934
|
-
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
935
930
|
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
931
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
932
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
933
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
934
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
935
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
936
936
|
};
|
|
937
937
|
};
|
|
938
938
|
prefixCls: StringConstructor;
|
|
@@ -947,38 +947,38 @@ declare const ShyForm: import("vue").DefineComponent<{
|
|
|
947
947
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
948
948
|
align: {
|
|
949
949
|
type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
950
|
-
xxl?: "top" | "bottom" | "middle" | "stretch";
|
|
951
|
-
xl?: "top" | "bottom" | "middle" | "stretch";
|
|
952
|
-
lg?: "top" | "bottom" | "middle" | "stretch";
|
|
953
|
-
md?: "top" | "bottom" | "middle" | "stretch";
|
|
954
|
-
sm?: "top" | "bottom" | "middle" | "stretch";
|
|
955
950
|
xs?: "top" | "bottom" | "middle" | "stretch";
|
|
951
|
+
sm?: "top" | "bottom" | "middle" | "stretch";
|
|
952
|
+
md?: "top" | "bottom" | "middle" | "stretch";
|
|
953
|
+
lg?: "top" | "bottom" | "middle" | "stretch";
|
|
954
|
+
xl?: "top" | "bottom" | "middle" | "stretch";
|
|
955
|
+
xxl?: "top" | "bottom" | "middle" | "stretch";
|
|
956
956
|
}>;
|
|
957
957
|
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
958
|
-
xxl?: "top" | "bottom" | "middle" | "stretch";
|
|
959
|
-
xl?: "top" | "bottom" | "middle" | "stretch";
|
|
960
|
-
lg?: "top" | "bottom" | "middle" | "stretch";
|
|
961
|
-
md?: "top" | "bottom" | "middle" | "stretch";
|
|
962
|
-
sm?: "top" | "bottom" | "middle" | "stretch";
|
|
963
958
|
xs?: "top" | "bottom" | "middle" | "stretch";
|
|
959
|
+
sm?: "top" | "bottom" | "middle" | "stretch";
|
|
960
|
+
md?: "top" | "bottom" | "middle" | "stretch";
|
|
961
|
+
lg?: "top" | "bottom" | "middle" | "stretch";
|
|
962
|
+
xl?: "top" | "bottom" | "middle" | "stretch";
|
|
963
|
+
xxl?: "top" | "bottom" | "middle" | "stretch";
|
|
964
964
|
};
|
|
965
965
|
};
|
|
966
966
|
justify: {
|
|
967
967
|
type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
968
|
-
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
969
|
-
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
970
|
-
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
971
|
-
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
972
|
-
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
973
968
|
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
969
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
970
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
971
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
972
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
973
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
974
974
|
}>;
|
|
975
975
|
default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
976
|
-
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
977
|
-
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
978
|
-
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
979
|
-
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
980
|
-
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
981
976
|
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
977
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
978
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
979
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
980
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
981
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
982
982
|
};
|
|
983
983
|
};
|
|
984
984
|
prefixCls: StringConstructor;
|
|
@@ -1017,12 +1017,12 @@ declare const ShyForm: import("vue").DefineComponent<{
|
|
|
1017
1017
|
size: "small" | "large" | "middle";
|
|
1018
1018
|
schemas: FormSchema[];
|
|
1019
1019
|
disabled: boolean;
|
|
1020
|
-
gap: number;
|
|
1021
1020
|
labelWidth: string | number;
|
|
1022
1021
|
layout: "vertical" | "horizontal" | "inline";
|
|
1023
1022
|
colon: boolean;
|
|
1024
1023
|
hideRequiredMark: boolean;
|
|
1025
1024
|
model: import("vue").PropType<Recordable<any>>;
|
|
1025
|
+
gap: number;
|
|
1026
1026
|
formLabelInInput: boolean;
|
|
1027
1027
|
fieldMapToTime: import("./types/form").FieldMapToTime;
|
|
1028
1028
|
compact: boolean;
|