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
|
@@ -87,15 +87,15 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
87
87
|
value: import("@shy-plugins/utils").BuildPropType<PropType<import("../../../../Tree").KeyType[] | import("../../../../Tree").CheckKeys>, unknown, unknown>;
|
|
88
88
|
title: string;
|
|
89
89
|
loading: import("@shy-plugins/utils").BuildPropType<BooleanConstructor, unknown, unknown>;
|
|
90
|
-
fieldNames: undefined;
|
|
91
|
-
searchValue: string;
|
|
92
|
-
search: import("@shy-plugins/utils").BuildPropType<BooleanConstructor, unknown, unknown>;
|
|
93
90
|
helpMessage: import("@shy-plugins/utils").BuildPropType<PropType<string | string[]>, unknown, unknown>;
|
|
91
|
+
search: import("@shy-plugins/utils").BuildPropType<BooleanConstructor, unknown, unknown>;
|
|
94
92
|
selectedKeys: import("../../../../Tree").KeyType[];
|
|
93
|
+
fieldNames: undefined;
|
|
95
94
|
filterFn: (searchValue: any, node: TreeItem, fieldNames: import("../../../../Tree").FieldNames) => boolean;
|
|
96
95
|
treeData: import("ant-design-vue/es/tree").DataNode[];
|
|
97
96
|
renderIcon: (params: Recordable<any>) => string;
|
|
98
97
|
toolbar: import("@shy-plugins/utils").BuildPropType<BooleanConstructor, unknown, unknown>;
|
|
98
|
+
searchValue: string;
|
|
99
99
|
checkStrictly: boolean;
|
|
100
100
|
clickRowToExpand: import("@shy-plugins/utils").BuildPropType<BooleanConstructor, unknown, unknown>;
|
|
101
101
|
checkable: import("@shy-plugins/utils").BuildPropType<BooleanConstructor, unknown, unknown>;
|
|
@@ -125,10 +125,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
125
125
|
}>> & {
|
|
126
126
|
onSelect?: (...args: any[]) => any;
|
|
127
127
|
}, {
|
|
128
|
+
api: () => Promise<unknown>;
|
|
128
129
|
fieldNames: {
|
|
129
130
|
label: string;
|
|
130
131
|
value: string;
|
|
131
132
|
};
|
|
132
|
-
api: () => Promise<unknown>;
|
|
133
133
|
}, {}>;
|
|
134
134
|
export default _sfc_main;
|
|
@@ -154,12 +154,12 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
154
154
|
readonly prototype: any;
|
|
155
155
|
})[];
|
|
156
156
|
}>> & {
|
|
157
|
-
"onUpdate:visible"?: (...args: any[]) => any;
|
|
158
157
|
onCancel?: (...args: any[]) => any;
|
|
159
158
|
"onHeight-change"?: (...args: any[]) => any;
|
|
160
159
|
onOk?: (...args: any[]) => any;
|
|
161
160
|
"onVisible-change"?: (...args: any[]) => any;
|
|
162
161
|
onRegister?: (...args: any[]) => any;
|
|
162
|
+
"onUpdate:visible"?: (...args: any[]) => any;
|
|
163
163
|
}, {
|
|
164
164
|
prefixCls: string;
|
|
165
165
|
handleCancel: (e: Event) => Promise<void>;
|
|
@@ -315,23 +315,23 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
315
315
|
readonly prototype: any;
|
|
316
316
|
})[];
|
|
317
317
|
}>> & {
|
|
318
|
-
"onUpdate:visible"?: (...args: any[]) => any;
|
|
319
318
|
onCancel?: (...args: any[]) => any;
|
|
320
319
|
"onHeight-change"?: (...args: any[]) => any;
|
|
321
320
|
onOk?: (...args: any[]) => any;
|
|
322
321
|
"onVisible-change"?: (...args: any[]) => any;
|
|
323
322
|
onRegister?: (...args: any[]) => any;
|
|
323
|
+
"onUpdate:visible"?: (...args: any[]) => any;
|
|
324
324
|
}, {
|
|
325
325
|
size: "small" | "default" | "large";
|
|
326
326
|
mask: boolean;
|
|
327
327
|
loading: boolean;
|
|
328
|
-
visible: boolean;
|
|
329
328
|
defaultFullscreen: boolean;
|
|
330
329
|
canFullscreen: boolean;
|
|
331
330
|
wrapperFooterOffset: number;
|
|
332
331
|
useWrapper: boolean;
|
|
333
332
|
showCancelBtn: boolean;
|
|
334
333
|
showOkBtn: boolean;
|
|
334
|
+
visible: boolean;
|
|
335
335
|
closable: boolean;
|
|
336
336
|
confirmLoading: boolean;
|
|
337
337
|
destroyOnClose: boolean;
|
|
@@ -488,12 +488,12 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
488
488
|
readonly prototype: any;
|
|
489
489
|
})[];
|
|
490
490
|
}>> & {
|
|
491
|
-
"onUpdate:visible"?: (...args: any[]) => any;
|
|
492
491
|
onCancel?: (...args: any[]) => any;
|
|
493
492
|
"onHeight-change"?: (...args: any[]) => any;
|
|
494
493
|
onOk?: (...args: any[]) => any;
|
|
495
494
|
"onVisible-change"?: (...args: any[]) => any;
|
|
496
495
|
onRegister?: (...args: any[]) => any;
|
|
496
|
+
"onUpdate:visible"?: (...args: any[]) => any;
|
|
497
497
|
}, {
|
|
498
498
|
prefixCls: string;
|
|
499
499
|
handleCancel: (e: Event) => Promise<void>;
|
|
@@ -515,13 +515,13 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
515
515
|
size: "small" | "default" | "large";
|
|
516
516
|
mask: boolean;
|
|
517
517
|
loading: boolean;
|
|
518
|
-
visible: boolean;
|
|
519
518
|
defaultFullscreen: boolean;
|
|
520
519
|
canFullscreen: boolean;
|
|
521
520
|
wrapperFooterOffset: number;
|
|
522
521
|
useWrapper: boolean;
|
|
523
522
|
showCancelBtn: boolean;
|
|
524
523
|
showOkBtn: boolean;
|
|
524
|
+
visible: boolean;
|
|
525
525
|
closable: boolean;
|
|
526
526
|
confirmLoading: boolean;
|
|
527
527
|
destroyOnClose: boolean;
|
|
@@ -675,12 +675,12 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
675
675
|
readonly prototype: any;
|
|
676
676
|
})[];
|
|
677
677
|
}>> & {
|
|
678
|
-
"onUpdate:visible"?: (...args: any[]) => any;
|
|
679
678
|
onCancel?: (...args: any[]) => any;
|
|
680
679
|
"onHeight-change"?: (...args: any[]) => any;
|
|
681
680
|
onOk?: (...args: any[]) => any;
|
|
682
681
|
"onVisible-change"?: (...args: any[]) => any;
|
|
683
682
|
onRegister?: (...args: any[]) => any;
|
|
683
|
+
"onUpdate:visible"?: (...args: any[]) => any;
|
|
684
684
|
}, {
|
|
685
685
|
prefixCls: string;
|
|
686
686
|
handleCancel: (e: Event) => Promise<void>;
|
|
@@ -702,13 +702,13 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
702
702
|
size: "small" | "default" | "large";
|
|
703
703
|
mask: boolean;
|
|
704
704
|
loading: boolean;
|
|
705
|
-
visible: boolean;
|
|
706
705
|
defaultFullscreen: boolean;
|
|
707
706
|
canFullscreen: boolean;
|
|
708
707
|
wrapperFooterOffset: number;
|
|
709
708
|
useWrapper: boolean;
|
|
710
709
|
showCancelBtn: boolean;
|
|
711
710
|
showOkBtn: boolean;
|
|
711
|
+
visible: boolean;
|
|
712
712
|
closable: boolean;
|
|
713
713
|
confirmLoading: boolean;
|
|
714
714
|
destroyOnClose: boolean;
|
|
@@ -809,15 +809,15 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
809
809
|
value: import("@shy-plugins/utils").BuildPropType<PropType<import("../../../../Tree").KeyType[] | import("../../../../Tree").CheckKeys>, unknown, unknown>;
|
|
810
810
|
title: string;
|
|
811
811
|
loading: import("@shy-plugins/utils").BuildPropType<BooleanConstructor, unknown, unknown>;
|
|
812
|
-
fieldNames: undefined;
|
|
813
|
-
searchValue: string;
|
|
814
|
-
search: import("@shy-plugins/utils").BuildPropType<BooleanConstructor, unknown, unknown>;
|
|
815
812
|
helpMessage: import("@shy-plugins/utils").BuildPropType<PropType<string | string[]>, unknown, unknown>;
|
|
813
|
+
search: import("@shy-plugins/utils").BuildPropType<BooleanConstructor, unknown, unknown>;
|
|
816
814
|
selectedKeys: import("../../../../Tree").KeyType[];
|
|
815
|
+
fieldNames: undefined;
|
|
817
816
|
filterFn: (searchValue: any, node: import("../../../../Tree").TreeItem, fieldNames: import("../../../../Tree").FieldNames) => boolean;
|
|
818
817
|
treeData: import("ant-design-vue/es/tree").DataNode[];
|
|
819
818
|
renderIcon: (params: Recordable<any>) => string;
|
|
820
819
|
toolbar: import("@shy-plugins/utils").BuildPropType<BooleanConstructor, unknown, unknown>;
|
|
820
|
+
searchValue: string;
|
|
821
821
|
checkStrictly: boolean;
|
|
822
822
|
clickRowToExpand: import("@shy-plugins/utils").BuildPropType<BooleanConstructor, unknown, unknown>;
|
|
823
823
|
checkable: import("@shy-plugins/utils").BuildPropType<BooleanConstructor, unknown, unknown>;
|
|
@@ -847,11 +847,11 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
847
847
|
}>> & {
|
|
848
848
|
onSelect?: (...args: any[]) => any;
|
|
849
849
|
}, {
|
|
850
|
+
api: () => Promise<unknown>;
|
|
850
851
|
fieldNames: {
|
|
851
852
|
label: string;
|
|
852
853
|
value: string;
|
|
853
854
|
};
|
|
854
|
-
api: () => Promise<unknown>;
|
|
855
855
|
}, {}>;
|
|
856
856
|
Table: import("vue").DefineComponent<{}, {
|
|
857
857
|
getTableProps: any;
|
|
@@ -2006,15 +2006,15 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
2006
2006
|
x: number | true;
|
|
2007
2007
|
y: number;
|
|
2008
2008
|
};
|
|
2009
|
-
bordered: boolean;
|
|
2010
|
-
loading: boolean;
|
|
2011
2009
|
api: (...arg: any[]) => Promise<any>;
|
|
2012
2010
|
immediate: boolean;
|
|
2011
|
+
loading: boolean;
|
|
2013
2012
|
inset: boolean;
|
|
2014
2013
|
isShowHeader: boolean;
|
|
2015
2014
|
isShowFooter: boolean;
|
|
2016
2015
|
summaryPrecision: number;
|
|
2017
2016
|
summaryTotalFields: string[];
|
|
2017
|
+
bordered: boolean;
|
|
2018
2018
|
columns: import("../../../../ShyTable").ShyColumn[];
|
|
2019
2019
|
formLabelInInput: boolean;
|
|
2020
2020
|
resizable: boolean;
|
|
@@ -1151,15 +1151,15 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
1151
1151
|
x: number | true;
|
|
1152
1152
|
y: number;
|
|
1153
1153
|
};
|
|
1154
|
-
bordered: boolean;
|
|
1155
|
-
loading: boolean;
|
|
1156
1154
|
api: (...arg: any[]) => Promise<any>;
|
|
1157
1155
|
immediate: boolean;
|
|
1156
|
+
loading: boolean;
|
|
1158
1157
|
inset: boolean;
|
|
1159
1158
|
isShowHeader: boolean;
|
|
1160
1159
|
isShowFooter: boolean;
|
|
1161
1160
|
summaryPrecision: number;
|
|
1162
1161
|
summaryTotalFields: string[];
|
|
1162
|
+
bordered: boolean;
|
|
1163
1163
|
columns: import("../../../../ShyTable").ShyColumn[];
|
|
1164
1164
|
formLabelInInput: boolean;
|
|
1165
1165
|
resizable: boolean;
|
|
@@ -85,9 +85,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
85
85
|
default: boolean;
|
|
86
86
|
};
|
|
87
87
|
}>> & {
|
|
88
|
-
"onUpdate:value"?: (...args: any[]) => any;
|
|
89
88
|
onChange?: (...args: any[]) => any;
|
|
90
89
|
"onOptions-change"?: (...args: any[]) => any;
|
|
90
|
+
"onUpdate:value"?: (...args: any[]) => any;
|
|
91
91
|
}, {
|
|
92
92
|
params: {};
|
|
93
93
|
numberToString: boolean;
|
|
@@ -127,18 +127,18 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
127
127
|
type: PropType<string[]>;
|
|
128
128
|
};
|
|
129
129
|
}>> & {
|
|
130
|
-
"onUpdate:value"?: (...args: any[]) => any;
|
|
131
130
|
onChange?: (...args: any[]) => any;
|
|
132
131
|
"onOptions-change"?: (...args: any[]) => any;
|
|
132
|
+
"onUpdate:value"?: (...args: any[]) => any;
|
|
133
133
|
}, {
|
|
134
|
-
disabled: boolean;
|
|
135
|
-
showSearch: boolean;
|
|
136
134
|
api: (arg?: Recordable) => Promise<TransferItem[]>;
|
|
137
135
|
resultField: string;
|
|
138
136
|
labelField: string;
|
|
139
137
|
valueField: string;
|
|
140
138
|
immediate: boolean;
|
|
141
139
|
alwaysLoad: boolean;
|
|
140
|
+
disabled: boolean;
|
|
141
|
+
showSearch: boolean;
|
|
142
142
|
showSelectAll: boolean;
|
|
143
143
|
}, {}>;
|
|
144
144
|
export default _sfc_main;
|
|
@@ -53,7 +53,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
53
53
|
loading: boolean;
|
|
54
54
|
type?: "link" | "default" | "message" | "primary" | "text" | "ghost" | "dashed" | "danger" | "waring" | "success";
|
|
55
55
|
disabled?: boolean;
|
|
56
|
-
color?: "" | "error" | "
|
|
56
|
+
color?: "" | "error" | "success" | "warning";
|
|
57
57
|
iconSize?: number;
|
|
58
58
|
isContinuousClicks?: boolean;
|
|
59
59
|
closeConfigProvide?: boolean;
|
|
@@ -248,10 +248,10 @@ declare const ShyFormTable: import("vue").DefineComponent<{
|
|
|
248
248
|
type: FunctionConstructor;
|
|
249
249
|
};
|
|
250
250
|
}>> & {
|
|
251
|
-
"onUpdate:value"?: (...args: any[]) => any;
|
|
252
251
|
onChange?: (...args: any[]) => any;
|
|
253
|
-
|
|
252
|
+
"onUpdate:value"?: (...args: any[]) => any;
|
|
254
253
|
onAdd?: (...args: any[]) => any;
|
|
254
|
+
onRemove?: (...args: any[]) => any;
|
|
255
255
|
}, {
|
|
256
256
|
value: Recordable<any>[];
|
|
257
257
|
isShowFooter: boolean;
|
|
@@ -69,27 +69,27 @@ export declare function useItemLabelWidth(schemaItemRef: Ref<FormSchema>, propsR
|
|
|
69
69
|
}>>;
|
|
70
70
|
} | {
|
|
71
71
|
labelCol: {
|
|
72
|
-
|
|
72
|
+
xs?: string | number | {
|
|
73
73
|
span: number;
|
|
74
74
|
offset: number;
|
|
75
75
|
} | import("ant-design-vue/lib/grid/Col").ColSize;
|
|
76
|
-
|
|
76
|
+
sm?: string | number | {
|
|
77
77
|
span: number;
|
|
78
78
|
offset: number;
|
|
79
79
|
} | import("ant-design-vue/lib/grid/Col").ColSize;
|
|
80
|
-
|
|
80
|
+
md?: string | number | {
|
|
81
81
|
span: number;
|
|
82
82
|
offset: number;
|
|
83
83
|
} | import("ant-design-vue/lib/grid/Col").ColSize;
|
|
84
|
-
|
|
84
|
+
lg?: string | number | {
|
|
85
85
|
span: number;
|
|
86
86
|
offset: number;
|
|
87
87
|
} | import("ant-design-vue/lib/grid/Col").ColSize;
|
|
88
|
-
|
|
88
|
+
xl?: string | number | {
|
|
89
89
|
span: number;
|
|
90
90
|
offset: number;
|
|
91
91
|
} | import("ant-design-vue/lib/grid/Col").ColSize;
|
|
92
|
-
|
|
92
|
+
xxl?: string | number | {
|
|
93
93
|
span: number;
|
|
94
94
|
offset: number;
|
|
95
95
|
} | import("ant-design-vue/lib/grid/Col").ColSize;
|
|
@@ -150,7 +150,7 @@ export declare function useItemLabelWidth(schemaItemRef: Ref<FormSchema>, propsR
|
|
|
150
150
|
'aria-colindex'?: string | number;
|
|
151
151
|
'aria-colspan'?: string | number;
|
|
152
152
|
'aria-controls'?: string;
|
|
153
|
-
'aria-current'?: "time" | "date" | "
|
|
153
|
+
'aria-current'?: "time" | "date" | "page" | "step" | (boolean | "false" | "true") | "location";
|
|
154
154
|
'aria-describedby'?: string;
|
|
155
155
|
'aria-details'?: string;
|
|
156
156
|
'aria-disabled'?: boolean | "false" | "true";
|
|
@@ -274,27 +274,27 @@ export declare function useItemLabelWidth(schemaItemRef: Ref<FormSchema>, propsR
|
|
|
274
274
|
onTransitionstart?: (payload: TransitionEvent) => void;
|
|
275
275
|
};
|
|
276
276
|
wrapperCol: {
|
|
277
|
-
|
|
277
|
+
xs?: string | number | {
|
|
278
278
|
span: number;
|
|
279
279
|
offset: number;
|
|
280
280
|
} | import("ant-design-vue/lib/grid/Col").ColSize;
|
|
281
|
-
|
|
281
|
+
sm?: string | number | {
|
|
282
282
|
span: number;
|
|
283
283
|
offset: number;
|
|
284
284
|
} | import("ant-design-vue/lib/grid/Col").ColSize;
|
|
285
|
-
|
|
285
|
+
md?: string | number | {
|
|
286
286
|
span: number;
|
|
287
287
|
offset: number;
|
|
288
288
|
} | import("ant-design-vue/lib/grid/Col").ColSize;
|
|
289
|
-
|
|
289
|
+
lg?: string | number | {
|
|
290
290
|
span: number;
|
|
291
291
|
offset: number;
|
|
292
292
|
} | import("ant-design-vue/lib/grid/Col").ColSize;
|
|
293
|
-
|
|
293
|
+
xl?: string | number | {
|
|
294
294
|
span: number;
|
|
295
295
|
offset: number;
|
|
296
296
|
} | import("ant-design-vue/lib/grid/Col").ColSize;
|
|
297
|
-
|
|
297
|
+
xxl?: string | number | {
|
|
298
298
|
span: number;
|
|
299
299
|
offset: number;
|
|
300
300
|
} | import("ant-design-vue/lib/grid/Col").ColSize;
|
|
@@ -194,38 +194,38 @@ export declare const shyFormBasicProps: {
|
|
|
194
194
|
type: ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
195
195
|
align: {
|
|
196
196
|
type: PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
197
|
-
xxl?: "top" | "bottom" | "middle" | "stretch";
|
|
198
|
-
xl?: "top" | "bottom" | "middle" | "stretch";
|
|
199
|
-
lg?: "top" | "bottom" | "middle" | "stretch";
|
|
200
|
-
md?: "top" | "bottom" | "middle" | "stretch";
|
|
201
|
-
sm?: "top" | "bottom" | "middle" | "stretch";
|
|
202
197
|
xs?: "top" | "bottom" | "middle" | "stretch";
|
|
198
|
+
sm?: "top" | "bottom" | "middle" | "stretch";
|
|
199
|
+
md?: "top" | "bottom" | "middle" | "stretch";
|
|
200
|
+
lg?: "top" | "bottom" | "middle" | "stretch";
|
|
201
|
+
xl?: "top" | "bottom" | "middle" | "stretch";
|
|
202
|
+
xxl?: "top" | "bottom" | "middle" | "stretch";
|
|
203
203
|
}>;
|
|
204
204
|
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
205
|
-
xxl?: "top" | "bottom" | "middle" | "stretch";
|
|
206
|
-
xl?: "top" | "bottom" | "middle" | "stretch";
|
|
207
|
-
lg?: "top" | "bottom" | "middle" | "stretch";
|
|
208
|
-
md?: "top" | "bottom" | "middle" | "stretch";
|
|
209
|
-
sm?: "top" | "bottom" | "middle" | "stretch";
|
|
210
205
|
xs?: "top" | "bottom" | "middle" | "stretch";
|
|
206
|
+
sm?: "top" | "bottom" | "middle" | "stretch";
|
|
207
|
+
md?: "top" | "bottom" | "middle" | "stretch";
|
|
208
|
+
lg?: "top" | "bottom" | "middle" | "stretch";
|
|
209
|
+
xl?: "top" | "bottom" | "middle" | "stretch";
|
|
210
|
+
xxl?: "top" | "bottom" | "middle" | "stretch";
|
|
211
211
|
};
|
|
212
212
|
};
|
|
213
213
|
justify: {
|
|
214
214
|
type: PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
215
|
-
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
216
|
-
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
217
|
-
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
218
|
-
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
219
|
-
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
220
215
|
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
216
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
217
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
218
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
219
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
220
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
221
221
|
}>;
|
|
222
222
|
default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
223
|
-
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
224
|
-
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
225
|
-
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
226
|
-
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
227
|
-
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
228
223
|
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
224
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
225
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
226
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
227
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
228
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
229
229
|
};
|
|
230
230
|
};
|
|
231
231
|
prefixCls: StringConstructor;
|
|
@@ -240,38 +240,38 @@ export declare const shyFormBasicProps: {
|
|
|
240
240
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
241
241
|
align: {
|
|
242
242
|
type: PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
243
|
-
xxl?: "top" | "bottom" | "middle" | "stretch";
|
|
244
|
-
xl?: "top" | "bottom" | "middle" | "stretch";
|
|
245
|
-
lg?: "top" | "bottom" | "middle" | "stretch";
|
|
246
|
-
md?: "top" | "bottom" | "middle" | "stretch";
|
|
247
|
-
sm?: "top" | "bottom" | "middle" | "stretch";
|
|
248
243
|
xs?: "top" | "bottom" | "middle" | "stretch";
|
|
244
|
+
sm?: "top" | "bottom" | "middle" | "stretch";
|
|
245
|
+
md?: "top" | "bottom" | "middle" | "stretch";
|
|
246
|
+
lg?: "top" | "bottom" | "middle" | "stretch";
|
|
247
|
+
xl?: "top" | "bottom" | "middle" | "stretch";
|
|
248
|
+
xxl?: "top" | "bottom" | "middle" | "stretch";
|
|
249
249
|
}>;
|
|
250
250
|
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
251
|
-
xxl?: "top" | "bottom" | "middle" | "stretch";
|
|
252
|
-
xl?: "top" | "bottom" | "middle" | "stretch";
|
|
253
|
-
lg?: "top" | "bottom" | "middle" | "stretch";
|
|
254
|
-
md?: "top" | "bottom" | "middle" | "stretch";
|
|
255
|
-
sm?: "top" | "bottom" | "middle" | "stretch";
|
|
256
251
|
xs?: "top" | "bottom" | "middle" | "stretch";
|
|
252
|
+
sm?: "top" | "bottom" | "middle" | "stretch";
|
|
253
|
+
md?: "top" | "bottom" | "middle" | "stretch";
|
|
254
|
+
lg?: "top" | "bottom" | "middle" | "stretch";
|
|
255
|
+
xl?: "top" | "bottom" | "middle" | "stretch";
|
|
256
|
+
xxl?: "top" | "bottom" | "middle" | "stretch";
|
|
257
257
|
};
|
|
258
258
|
};
|
|
259
259
|
justify: {
|
|
260
260
|
type: PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
261
|
-
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
262
|
-
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
263
|
-
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
264
|
-
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
265
|
-
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
266
261
|
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
262
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
263
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
264
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
265
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
266
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
267
267
|
}>;
|
|
268
268
|
default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
269
|
-
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
270
|
-
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
271
|
-
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
272
|
-
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
273
|
-
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
274
269
|
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
270
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
271
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
272
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
273
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
274
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
275
275
|
};
|
|
276
276
|
};
|
|
277
277
|
prefixCls: StringConstructor;
|
|
@@ -286,38 +286,38 @@ export declare const shyFormBasicProps: {
|
|
|
286
286
|
}>>)) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
|
|
287
287
|
align: {
|
|
288
288
|
type: PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
289
|
-
xxl?: "top" | "bottom" | "middle" | "stretch";
|
|
290
|
-
xl?: "top" | "bottom" | "middle" | "stretch";
|
|
291
|
-
lg?: "top" | "bottom" | "middle" | "stretch";
|
|
292
|
-
md?: "top" | "bottom" | "middle" | "stretch";
|
|
293
|
-
sm?: "top" | "bottom" | "middle" | "stretch";
|
|
294
289
|
xs?: "top" | "bottom" | "middle" | "stretch";
|
|
290
|
+
sm?: "top" | "bottom" | "middle" | "stretch";
|
|
291
|
+
md?: "top" | "bottom" | "middle" | "stretch";
|
|
292
|
+
lg?: "top" | "bottom" | "middle" | "stretch";
|
|
293
|
+
xl?: "top" | "bottom" | "middle" | "stretch";
|
|
294
|
+
xxl?: "top" | "bottom" | "middle" | "stretch";
|
|
295
295
|
}>;
|
|
296
296
|
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
297
|
-
xxl?: "top" | "bottom" | "middle" | "stretch";
|
|
298
|
-
xl?: "top" | "bottom" | "middle" | "stretch";
|
|
299
|
-
lg?: "top" | "bottom" | "middle" | "stretch";
|
|
300
|
-
md?: "top" | "bottom" | "middle" | "stretch";
|
|
301
|
-
sm?: "top" | "bottom" | "middle" | "stretch";
|
|
302
297
|
xs?: "top" | "bottom" | "middle" | "stretch";
|
|
298
|
+
sm?: "top" | "bottom" | "middle" | "stretch";
|
|
299
|
+
md?: "top" | "bottom" | "middle" | "stretch";
|
|
300
|
+
lg?: "top" | "bottom" | "middle" | "stretch";
|
|
301
|
+
xl?: "top" | "bottom" | "middle" | "stretch";
|
|
302
|
+
xxl?: "top" | "bottom" | "middle" | "stretch";
|
|
303
303
|
};
|
|
304
304
|
};
|
|
305
305
|
justify: {
|
|
306
306
|
type: PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
307
|
-
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
308
|
-
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
309
|
-
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
310
|
-
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
311
|
-
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
312
307
|
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
308
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
309
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
310
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
311
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
312
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
313
313
|
}>;
|
|
314
314
|
default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
315
|
-
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
316
|
-
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
317
|
-
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
318
|
-
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
319
|
-
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
320
315
|
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
316
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
317
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
318
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
319
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
320
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
321
321
|
};
|
|
322
322
|
};
|
|
323
323
|
prefixCls: StringConstructor;
|
|
@@ -332,38 +332,38 @@ export declare const shyFormBasicProps: {
|
|
|
332
332
|
}>>) | (() => Partial<import("vue").ExtractPropTypes<{
|
|
333
333
|
align: {
|
|
334
334
|
type: PropType<"top" | "bottom" | "middle" | "stretch" | {
|
|
335
|
-
xxl?: "top" | "bottom" | "middle" | "stretch";
|
|
336
|
-
xl?: "top" | "bottom" | "middle" | "stretch";
|
|
337
|
-
lg?: "top" | "bottom" | "middle" | "stretch";
|
|
338
|
-
md?: "top" | "bottom" | "middle" | "stretch";
|
|
339
|
-
sm?: "top" | "bottom" | "middle" | "stretch";
|
|
340
335
|
xs?: "top" | "bottom" | "middle" | "stretch";
|
|
336
|
+
sm?: "top" | "bottom" | "middle" | "stretch";
|
|
337
|
+
md?: "top" | "bottom" | "middle" | "stretch";
|
|
338
|
+
lg?: "top" | "bottom" | "middle" | "stretch";
|
|
339
|
+
xl?: "top" | "bottom" | "middle" | "stretch";
|
|
340
|
+
xxl?: "top" | "bottom" | "middle" | "stretch";
|
|
341
341
|
}>;
|
|
342
342
|
default: "top" | "bottom" | "middle" | "stretch" | {
|
|
343
|
-
xxl?: "top" | "bottom" | "middle" | "stretch";
|
|
344
|
-
xl?: "top" | "bottom" | "middle" | "stretch";
|
|
345
|
-
lg?: "top" | "bottom" | "middle" | "stretch";
|
|
346
|
-
md?: "top" | "bottom" | "middle" | "stretch";
|
|
347
|
-
sm?: "top" | "bottom" | "middle" | "stretch";
|
|
348
343
|
xs?: "top" | "bottom" | "middle" | "stretch";
|
|
344
|
+
sm?: "top" | "bottom" | "middle" | "stretch";
|
|
345
|
+
md?: "top" | "bottom" | "middle" | "stretch";
|
|
346
|
+
lg?: "top" | "bottom" | "middle" | "stretch";
|
|
347
|
+
xl?: "top" | "bottom" | "middle" | "stretch";
|
|
348
|
+
xxl?: "top" | "bottom" | "middle" | "stretch";
|
|
349
349
|
};
|
|
350
350
|
};
|
|
351
351
|
justify: {
|
|
352
352
|
type: PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
353
|
-
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
354
|
-
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
355
|
-
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
356
|
-
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
357
|
-
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
358
353
|
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
354
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
355
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
356
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
357
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
358
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
359
359
|
}>;
|
|
360
360
|
default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
|
|
361
|
-
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
362
|
-
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
363
|
-
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
364
|
-
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
365
|
-
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
366
361
|
xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
362
|
+
sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
363
|
+
md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
364
|
+
lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
365
|
+
xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
366
|
+
xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
|
|
367
367
|
};
|
|
368
368
|
};
|
|
369
369
|
prefixCls: StringConstructor;
|
|
@@ -1139,15 +1139,15 @@ declare const ShyTable: import("vue").DefineComponent<{
|
|
|
1139
1139
|
x: number | true;
|
|
1140
1140
|
y: number;
|
|
1141
1141
|
};
|
|
1142
|
-
bordered: boolean;
|
|
1143
|
-
loading: boolean;
|
|
1144
1142
|
api: (...arg: any[]) => Promise<any>;
|
|
1145
1143
|
immediate: boolean;
|
|
1144
|
+
loading: boolean;
|
|
1146
1145
|
inset: boolean;
|
|
1147
1146
|
isShowHeader: boolean;
|
|
1148
1147
|
isShowFooter: boolean;
|
|
1149
1148
|
summaryPrecision: number;
|
|
1150
1149
|
summaryTotalFields: string[];
|
|
1150
|
+
bordered: boolean;
|
|
1151
1151
|
columns: import("./types/table").ShyColumn[];
|
|
1152
1152
|
formLabelInInput: boolean;
|
|
1153
1153
|
resizable: boolean;
|
|
@@ -65,11 +65,11 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
65
65
|
default: string;
|
|
66
66
|
};
|
|
67
67
|
}>>, {
|
|
68
|
-
placement: import("ant-design-vue/es/tooltip").TooltipPlacement;
|
|
69
|
-
color: string;
|
|
70
68
|
maxWidth: string;
|
|
71
69
|
showIndex: boolean;
|
|
70
|
+
color: string;
|
|
72
71
|
fontSize: string;
|
|
72
|
+
placement: import("ant-design-vue/es/tooltip").TooltipPlacement;
|
|
73
73
|
iconSize: string;
|
|
74
74
|
}, {}>;
|
|
75
75
|
EditTableHeaderCell: import("vue").DefineComponent<{
|
|
@@ -100,10 +100,10 @@ declare const ShyTableAction: import("vue").DefineComponent<{
|
|
|
100
100
|
}>>, {
|
|
101
101
|
type: "button" | "link";
|
|
102
102
|
actions: ActionItem[];
|
|
103
|
-
showCount: number;
|
|
104
103
|
dropDownActions: ActionItem[];
|
|
105
104
|
divider: boolean;
|
|
106
105
|
outside: boolean;
|
|
107
106
|
stopButtonPropagation: boolean;
|
|
107
|
+
showCount: number;
|
|
108
108
|
}, {}>;
|
|
109
109
|
export default ShyTableAction;
|